|
62 | 62 | #include <aws/ecs/model/RegisterTaskDefinitionResult.h>
|
63 | 63 | #include <aws/ecs/model/RunTaskResult.h>
|
64 | 64 | #include <aws/ecs/model/StartTaskResult.h>
|
| 65 | +#include <aws/ecs/model/StopServiceDeploymentResult.h> |
65 | 66 | #include <aws/ecs/model/StopTaskResult.h>
|
66 | 67 | #include <aws/ecs/model/SubmitAttachmentStateChangesResult.h>
|
67 | 68 | #include <aws/ecs/model/SubmitContainerStateChangeResult.h>
|
@@ -175,6 +176,7 @@ namespace Aws
|
175 | 176 | class RegisterTaskDefinitionRequest;
|
176 | 177 | class RunTaskRequest;
|
177 | 178 | class StartTaskRequest;
|
| 179 | + class StopServiceDeploymentRequest; |
178 | 180 | class StopTaskRequest;
|
179 | 181 | class SubmitAttachmentStateChangesRequest;
|
180 | 182 | class SubmitContainerStateChangeRequest;
|
@@ -237,6 +239,7 @@ namespace Aws
|
237 | 239 | typedef Aws::Utils::Outcome<RegisterTaskDefinitionResult, ECSError> RegisterTaskDefinitionOutcome;
|
238 | 240 | typedef Aws::Utils::Outcome<RunTaskResult, ECSError> RunTaskOutcome;
|
239 | 241 | typedef Aws::Utils::Outcome<StartTaskResult, ECSError> StartTaskOutcome;
|
| 242 | + typedef Aws::Utils::Outcome<StopServiceDeploymentResult, ECSError> StopServiceDeploymentOutcome; |
240 | 243 | typedef Aws::Utils::Outcome<StopTaskResult, ECSError> StopTaskOutcome;
|
241 | 244 | typedef Aws::Utils::Outcome<SubmitAttachmentStateChangesResult, ECSError> SubmitAttachmentStateChangesOutcome;
|
242 | 245 | typedef Aws::Utils::Outcome<SubmitContainerStateChangeResult, ECSError> SubmitContainerStateChangeOutcome;
|
@@ -299,6 +302,7 @@ namespace Aws
|
299 | 302 | typedef std::future<RegisterTaskDefinitionOutcome> RegisterTaskDefinitionOutcomeCallable;
|
300 | 303 | typedef std::future<RunTaskOutcome> RunTaskOutcomeCallable;
|
301 | 304 | typedef std::future<StartTaskOutcome> StartTaskOutcomeCallable;
|
| 305 | + typedef std::future<StopServiceDeploymentOutcome> StopServiceDeploymentOutcomeCallable; |
302 | 306 | typedef std::future<StopTaskOutcome> StopTaskOutcomeCallable;
|
303 | 307 | typedef std::future<SubmitAttachmentStateChangesOutcome> SubmitAttachmentStateChangesOutcomeCallable;
|
304 | 308 | typedef std::future<SubmitContainerStateChangeOutcome> SubmitContainerStateChangeOutcomeCallable;
|
@@ -364,6 +368,7 @@ namespace Aws
|
364 | 368 | typedef std::function<void(const ECSClient*, const Model::RegisterTaskDefinitionRequest&, const Model::RegisterTaskDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > RegisterTaskDefinitionResponseReceivedHandler;
|
365 | 369 | typedef std::function<void(const ECSClient*, const Model::RunTaskRequest&, const Model::RunTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > RunTaskResponseReceivedHandler;
|
366 | 370 | typedef std::function<void(const ECSClient*, const Model::StartTaskRequest&, const Model::StartTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartTaskResponseReceivedHandler;
|
| 371 | + typedef std::function<void(const ECSClient*, const Model::StopServiceDeploymentRequest&, const Model::StopServiceDeploymentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopServiceDeploymentResponseReceivedHandler; |
367 | 372 | typedef std::function<void(const ECSClient*, const Model::StopTaskRequest&, const Model::StopTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopTaskResponseReceivedHandler;
|
368 | 373 | typedef std::function<void(const ECSClient*, const Model::SubmitAttachmentStateChangesRequest&, const Model::SubmitAttachmentStateChangesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > SubmitAttachmentStateChangesResponseReceivedHandler;
|
369 | 374 | typedef std::function<void(const ECSClient*, const Model::SubmitContainerStateChangeRequest&, const Model::SubmitContainerStateChangeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > SubmitContainerStateChangeResponseReceivedHandler;
|
|
0 commit comments