@aws-sdk/client-ecs 3.186.0 → 3.188.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-es/ECS.js +210 -217
  3. package/dist-es/ECSClient.js +22 -28
  4. package/dist-es/commands/CreateCapacityProviderCommand.js +21 -28
  5. package/dist-es/commands/CreateClusterCommand.js +21 -28
  6. package/dist-es/commands/CreateServiceCommand.js +21 -28
  7. package/dist-es/commands/CreateTaskSetCommand.js +21 -28
  8. package/dist-es/commands/DeleteAccountSettingCommand.js +21 -28
  9. package/dist-es/commands/DeleteAttributesCommand.js +21 -28
  10. package/dist-es/commands/DeleteCapacityProviderCommand.js +21 -28
  11. package/dist-es/commands/DeleteClusterCommand.js +21 -28
  12. package/dist-es/commands/DeleteServiceCommand.js +21 -28
  13. package/dist-es/commands/DeleteTaskSetCommand.js +21 -28
  14. package/dist-es/commands/DeregisterContainerInstanceCommand.js +21 -28
  15. package/dist-es/commands/DeregisterTaskDefinitionCommand.js +21 -28
  16. package/dist-es/commands/DescribeCapacityProvidersCommand.js +21 -28
  17. package/dist-es/commands/DescribeClustersCommand.js +21 -28
  18. package/dist-es/commands/DescribeContainerInstancesCommand.js +21 -28
  19. package/dist-es/commands/DescribeServicesCommand.js +21 -28
  20. package/dist-es/commands/DescribeTaskDefinitionCommand.js +21 -28
  21. package/dist-es/commands/DescribeTaskSetsCommand.js +21 -28
  22. package/dist-es/commands/DescribeTasksCommand.js +21 -28
  23. package/dist-es/commands/DiscoverPollEndpointCommand.js +21 -28
  24. package/dist-es/commands/ExecuteCommandCommand.js +21 -28
  25. package/dist-es/commands/ListAccountSettingsCommand.js +21 -28
  26. package/dist-es/commands/ListAttributesCommand.js +21 -28
  27. package/dist-es/commands/ListClustersCommand.js +21 -28
  28. package/dist-es/commands/ListContainerInstancesCommand.js +21 -28
  29. package/dist-es/commands/ListServicesCommand.js +21 -28
  30. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  31. package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +21 -28
  32. package/dist-es/commands/ListTaskDefinitionsCommand.js +21 -28
  33. package/dist-es/commands/ListTasksCommand.js +21 -28
  34. package/dist-es/commands/PutAccountSettingCommand.js +21 -28
  35. package/dist-es/commands/PutAccountSettingDefaultCommand.js +21 -28
  36. package/dist-es/commands/PutAttributesCommand.js +21 -28
  37. package/dist-es/commands/PutClusterCapacityProvidersCommand.js +21 -28
  38. package/dist-es/commands/RegisterContainerInstanceCommand.js +21 -28
  39. package/dist-es/commands/RegisterTaskDefinitionCommand.js +21 -28
  40. package/dist-es/commands/RunTaskCommand.js +21 -28
  41. package/dist-es/commands/StartTaskCommand.js +21 -28
  42. package/dist-es/commands/StopTaskCommand.js +21 -28
  43. package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +21 -28
  44. package/dist-es/commands/SubmitContainerStateChangeCommand.js +21 -28
  45. package/dist-es/commands/SubmitTaskStateChangeCommand.js +21 -28
  46. package/dist-es/commands/TagResourceCommand.js +21 -28
  47. package/dist-es/commands/UntagResourceCommand.js +21 -28
  48. package/dist-es/commands/UpdateCapacityProviderCommand.js +21 -28
  49. package/dist-es/commands/UpdateClusterCommand.js +21 -28
  50. package/dist-es/commands/UpdateClusterSettingsCommand.js +21 -28
  51. package/dist-es/commands/UpdateContainerAgentCommand.js +21 -28
  52. package/dist-es/commands/UpdateContainerInstancesStateCommand.js +21 -28
  53. package/dist-es/commands/UpdateServiceCommand.js +21 -28
  54. package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +21 -28
  55. package/dist-es/commands/UpdateTaskSetCommand.js +21 -28
  56. package/dist-es/endpoints.js +8 -8
  57. package/dist-es/models/ECSServiceException.js +5 -10
  58. package/dist-es/models/models_0.js +818 -449
  59. package/dist-es/pagination/ListAccountSettingsPaginator.js +25 -68
  60. package/dist-es/pagination/ListAttributesPaginator.js +25 -68
  61. package/dist-es/pagination/ListClustersPaginator.js +25 -68
  62. package/dist-es/pagination/ListContainerInstancesPaginator.js +25 -68
  63. package/dist-es/pagination/ListServicesPaginator.js +25 -68
  64. package/dist-es/pagination/ListTaskDefinitionFamiliesPaginator.js +25 -68
  65. package/dist-es/pagination/ListTaskDefinitionsPaginator.js +25 -68
  66. package/dist-es/pagination/ListTasksPaginator.js +25 -68
  67. package/dist-es/protocols/Aws_json1_1.js +4630 -5279
  68. package/dist-es/runtimeConfig.browser.js +26 -12
  69. package/dist-es/runtimeConfig.js +30 -12
  70. package/dist-es/runtimeConfig.native.js +8 -5
  71. package/dist-es/runtimeConfig.shared.js +8 -11
  72. package/dist-es/waiters/waitForServicesInactive.js +47 -88
  73. package/dist-es/waiters/waitForServicesStable.js +72 -123
  74. package/dist-es/waiters/waitForTasksRunning.js +63 -114
  75. package/dist-es/waiters/waitForTasksStopped.js +36 -67
  76. package/dist-types/models/models_0.d.ts +13 -8
  77. package/package.json +34 -34
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { SubmitAttachmentStateChangesRequestFilterSensitiveLog, SubmitAttachmentStateChangesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1SubmitAttachmentStateChangesCommand, serializeAws_json1_1SubmitAttachmentStateChangesCommand, } from "../protocols/Aws_json1_1";
6
- var SubmitAttachmentStateChangesCommand = (function (_super) {
7
- __extends(SubmitAttachmentStateChangesCommand, _super);
8
- function SubmitAttachmentStateChangesCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class SubmitAttachmentStateChangesCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- SubmitAttachmentStateChangesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "ECSClient";
18
- var commandName = "SubmitAttachmentStateChangesCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "ECSClient";
15
+ const commandName = "SubmitAttachmentStateChangesCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: SubmitAttachmentStateChangesRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: SubmitAttachmentStateChangesResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- SubmitAttachmentStateChangesCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1SubmitAttachmentStateChangesCommand(input, context);
33
- };
34
- SubmitAttachmentStateChangesCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1SubmitAttachmentStateChangesCommand(output, context);
36
- };
37
- return SubmitAttachmentStateChangesCommand;
38
- }($Command));
39
- export { SubmitAttachmentStateChangesCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { SubmitContainerStateChangeRequestFilterSensitiveLog, SubmitContainerStateChangeResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1SubmitContainerStateChangeCommand, serializeAws_json1_1SubmitContainerStateChangeCommand, } from "../protocols/Aws_json1_1";
6
- var SubmitContainerStateChangeCommand = (function (_super) {
7
- __extends(SubmitContainerStateChangeCommand, _super);
8
- function SubmitContainerStateChangeCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class SubmitContainerStateChangeCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- SubmitContainerStateChangeCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "ECSClient";
18
- var commandName = "SubmitContainerStateChangeCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "ECSClient";
15
+ const commandName = "SubmitContainerStateChangeCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: SubmitContainerStateChangeRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: SubmitContainerStateChangeResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- SubmitContainerStateChangeCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1SubmitContainerStateChangeCommand(input, context);
33
- };
34
- SubmitContainerStateChangeCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1SubmitContainerStateChangeCommand(output, context);
36
- };
37
- return SubmitContainerStateChangeCommand;
38
- }($Command));
39
- export { SubmitContainerStateChangeCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { SubmitTaskStateChangeRequestFilterSensitiveLog, SubmitTaskStateChangeResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1SubmitTaskStateChangeCommand, serializeAws_json1_1SubmitTaskStateChangeCommand, } from "../protocols/Aws_json1_1";
6
- var SubmitTaskStateChangeCommand = (function (_super) {
7
- __extends(SubmitTaskStateChangeCommand, _super);
8
- function SubmitTaskStateChangeCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class SubmitTaskStateChangeCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- SubmitTaskStateChangeCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "ECSClient";
18
- var commandName = "SubmitTaskStateChangeCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "ECSClient";
15
+ const commandName = "SubmitTaskStateChangeCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: SubmitTaskStateChangeRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: SubmitTaskStateChangeResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- SubmitTaskStateChangeCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1SubmitTaskStateChangeCommand(input, context);
33
- };
34
- SubmitTaskStateChangeCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1SubmitTaskStateChangeCommand(output, context);
36
- };
37
- return SubmitTaskStateChangeCommand;
38
- }($Command));
39
- export { SubmitTaskStateChangeCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
6
- var TagResourceCommand = (function (_super) {
7
- __extends(TagResourceCommand, _super);
8
- function TagResourceCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class TagResourceCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- TagResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "ECSClient";
18
- var commandName = "TagResourceCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "ECSClient";
15
+ const commandName = "TagResourceCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- TagResourceCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1TagResourceCommand(input, context);
33
- };
34
- TagResourceCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1TagResourceCommand(output, context);
36
- };
37
- return TagResourceCommand;
38
- }($Command));
39
- export { TagResourceCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
6
- var UntagResourceCommand = (function (_super) {
7
- __extends(UntagResourceCommand, _super);
8
- function UntagResourceCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UntagResourceCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UntagResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "ECSClient";
18
- var commandName = "UntagResourceCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "ECSClient";
15
+ const commandName = "UntagResourceCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UntagResourceCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UntagResourceCommand(input, context);
33
- };
34
- UntagResourceCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UntagResourceCommand(output, context);
36
- };
37
- return UntagResourceCommand;
38
- }($Command));
39
- export { UntagResourceCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateCapacityProviderRequestFilterSensitiveLog, UpdateCapacityProviderResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateCapacityProviderCommand, serializeAws_json1_1UpdateCapacityProviderCommand, } from "../protocols/Aws_json1_1";
6
- var UpdateCapacityProviderCommand = (function (_super) {
7
- __extends(UpdateCapacityProviderCommand, _super);
8
- function UpdateCapacityProviderCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateCapacityProviderCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateCapacityProviderCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "ECSClient";
18
- var commandName = "UpdateCapacityProviderCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "ECSClient";
15
+ const commandName = "UpdateCapacityProviderCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateCapacityProviderRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateCapacityProviderResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateCapacityProviderCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UpdateCapacityProviderCommand(input, context);
33
- };
34
- UpdateCapacityProviderCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UpdateCapacityProviderCommand(output, context);
36
- };
37
- return UpdateCapacityProviderCommand;
38
- }($Command));
39
- export { UpdateCapacityProviderCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateClusterRequestFilterSensitiveLog, UpdateClusterResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateClusterCommand, serializeAws_json1_1UpdateClusterCommand, } from "../protocols/Aws_json1_1";
6
- var UpdateClusterCommand = (function (_super) {
7
- __extends(UpdateClusterCommand, _super);
8
- function UpdateClusterCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateClusterCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateClusterCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "ECSClient";
18
- var commandName = "UpdateClusterCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "ECSClient";
15
+ const commandName = "UpdateClusterCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateClusterRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateClusterResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateClusterCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UpdateClusterCommand(input, context);
33
- };
34
- UpdateClusterCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UpdateClusterCommand(output, context);
36
- };
37
- return UpdateClusterCommand;
38
- }($Command));
39
- export { UpdateClusterCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateClusterSettingsRequestFilterSensitiveLog, UpdateClusterSettingsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateClusterSettingsCommand, serializeAws_json1_1UpdateClusterSettingsCommand, } from "../protocols/Aws_json1_1";
6
- var UpdateClusterSettingsCommand = (function (_super) {
7
- __extends(UpdateClusterSettingsCommand, _super);
8
- function UpdateClusterSettingsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateClusterSettingsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateClusterSettingsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "ECSClient";
18
- var commandName = "UpdateClusterSettingsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "ECSClient";
15
+ const commandName = "UpdateClusterSettingsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateClusterSettingsRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateClusterSettingsResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateClusterSettingsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UpdateClusterSettingsCommand(input, context);
33
- };
34
- UpdateClusterSettingsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UpdateClusterSettingsCommand(output, context);
36
- };
37
- return UpdateClusterSettingsCommand;
38
- }($Command));
39
- export { UpdateClusterSettingsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateContainerAgentRequestFilterSensitiveLog, UpdateContainerAgentResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateContainerAgentCommand, serializeAws_json1_1UpdateContainerAgentCommand, } from "../protocols/Aws_json1_1";
6
- var UpdateContainerAgentCommand = (function (_super) {
7
- __extends(UpdateContainerAgentCommand, _super);
8
- function UpdateContainerAgentCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateContainerAgentCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateContainerAgentCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "ECSClient";
18
- var commandName = "UpdateContainerAgentCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "ECSClient";
15
+ const commandName = "UpdateContainerAgentCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateContainerAgentRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateContainerAgentResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateContainerAgentCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UpdateContainerAgentCommand(input, context);
33
- };
34
- UpdateContainerAgentCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UpdateContainerAgentCommand(output, context);
36
- };
37
- return UpdateContainerAgentCommand;
38
- }($Command));
39
- export { UpdateContainerAgentCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateContainerInstancesStateRequestFilterSensitiveLog, UpdateContainerInstancesStateResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateContainerInstancesStateCommand, serializeAws_json1_1UpdateContainerInstancesStateCommand, } from "../protocols/Aws_json1_1";
6
- var UpdateContainerInstancesStateCommand = (function (_super) {
7
- __extends(UpdateContainerInstancesStateCommand, _super);
8
- function UpdateContainerInstancesStateCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateContainerInstancesStateCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateContainerInstancesStateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "ECSClient";
18
- var commandName = "UpdateContainerInstancesStateCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "ECSClient";
15
+ const commandName = "UpdateContainerInstancesStateCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateContainerInstancesStateRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateContainerInstancesStateResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateContainerInstancesStateCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UpdateContainerInstancesStateCommand(input, context);
33
- };
34
- UpdateContainerInstancesStateCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UpdateContainerInstancesStateCommand(output, context);
36
- };
37
- return UpdateContainerInstancesStateCommand;
38
- }($Command));
39
- export { UpdateContainerInstancesStateCommand };
31
+ }
32
+ }