@aws-sdk/client-ecs 3.948.0 → 3.953.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 (84) hide show
  1. package/dist-cjs/index.js +1324 -916
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/CreateCapacityProviderCommand.js +2 -2
  4. package/dist-es/commands/CreateClusterCommand.js +2 -2
  5. package/dist-es/commands/CreateExpressGatewayServiceCommand.js +2 -2
  6. package/dist-es/commands/CreateServiceCommand.js +2 -2
  7. package/dist-es/commands/CreateTaskSetCommand.js +2 -2
  8. package/dist-es/commands/DeleteAccountSettingCommand.js +2 -2
  9. package/dist-es/commands/DeleteAttributesCommand.js +2 -2
  10. package/dist-es/commands/DeleteCapacityProviderCommand.js +2 -2
  11. package/dist-es/commands/DeleteClusterCommand.js +2 -2
  12. package/dist-es/commands/DeleteExpressGatewayServiceCommand.js +2 -2
  13. package/dist-es/commands/DeleteServiceCommand.js +2 -2
  14. package/dist-es/commands/DeleteTaskDefinitionsCommand.js +2 -2
  15. package/dist-es/commands/DeleteTaskSetCommand.js +2 -2
  16. package/dist-es/commands/DeregisterContainerInstanceCommand.js +2 -2
  17. package/dist-es/commands/DeregisterTaskDefinitionCommand.js +2 -2
  18. package/dist-es/commands/DescribeCapacityProvidersCommand.js +2 -2
  19. package/dist-es/commands/DescribeClustersCommand.js +2 -2
  20. package/dist-es/commands/DescribeContainerInstancesCommand.js +2 -2
  21. package/dist-es/commands/DescribeExpressGatewayServiceCommand.js +2 -2
  22. package/dist-es/commands/DescribeServiceDeploymentsCommand.js +2 -2
  23. package/dist-es/commands/DescribeServiceRevisionsCommand.js +2 -2
  24. package/dist-es/commands/DescribeServicesCommand.js +2 -2
  25. package/dist-es/commands/DescribeTaskDefinitionCommand.js +2 -2
  26. package/dist-es/commands/DescribeTaskSetsCommand.js +2 -2
  27. package/dist-es/commands/DescribeTasksCommand.js +2 -2
  28. package/dist-es/commands/DiscoverPollEndpointCommand.js +2 -2
  29. package/dist-es/commands/ExecuteCommandCommand.js +2 -2
  30. package/dist-es/commands/GetTaskProtectionCommand.js +2 -2
  31. package/dist-es/commands/ListAccountSettingsCommand.js +2 -2
  32. package/dist-es/commands/ListAttributesCommand.js +2 -2
  33. package/dist-es/commands/ListClustersCommand.js +2 -2
  34. package/dist-es/commands/ListContainerInstancesCommand.js +2 -2
  35. package/dist-es/commands/ListServiceDeploymentsCommand.js +2 -2
  36. package/dist-es/commands/ListServicesByNamespaceCommand.js +2 -2
  37. package/dist-es/commands/ListServicesCommand.js +2 -2
  38. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  39. package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +2 -2
  40. package/dist-es/commands/ListTaskDefinitionsCommand.js +2 -2
  41. package/dist-es/commands/ListTasksCommand.js +2 -2
  42. package/dist-es/commands/PutAccountSettingCommand.js +2 -2
  43. package/dist-es/commands/PutAccountSettingDefaultCommand.js +2 -2
  44. package/dist-es/commands/PutAttributesCommand.js +2 -2
  45. package/dist-es/commands/PutClusterCapacityProvidersCommand.js +2 -2
  46. package/dist-es/commands/RegisterContainerInstanceCommand.js +2 -2
  47. package/dist-es/commands/RegisterTaskDefinitionCommand.js +2 -2
  48. package/dist-es/commands/RunTaskCommand.js +2 -2
  49. package/dist-es/commands/StartTaskCommand.js +2 -2
  50. package/dist-es/commands/StopServiceDeploymentCommand.js +2 -2
  51. package/dist-es/commands/StopTaskCommand.js +2 -2
  52. package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +2 -2
  53. package/dist-es/commands/SubmitContainerStateChangeCommand.js +2 -2
  54. package/dist-es/commands/SubmitTaskStateChangeCommand.js +2 -2
  55. package/dist-es/commands/TagResourceCommand.js +2 -2
  56. package/dist-es/commands/UntagResourceCommand.js +2 -2
  57. package/dist-es/commands/UpdateCapacityProviderCommand.js +2 -2
  58. package/dist-es/commands/UpdateClusterCommand.js +2 -2
  59. package/dist-es/commands/UpdateClusterSettingsCommand.js +2 -2
  60. package/dist-es/commands/UpdateContainerAgentCommand.js +2 -2
  61. package/dist-es/commands/UpdateContainerInstancesStateCommand.js +2 -2
  62. package/dist-es/commands/UpdateExpressGatewayServiceCommand.js +2 -2
  63. package/dist-es/commands/UpdateServiceCommand.js +2 -2
  64. package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +2 -2
  65. package/dist-es/commands/UpdateTaskProtectionCommand.js +2 -2
  66. package/dist-es/commands/UpdateTaskSetCommand.js +2 -2
  67. package/dist-es/index.js +1 -0
  68. package/dist-es/runtimeConfig.shared.js +7 -6
  69. package/dist-es/schemas/schemas_0.js +822 -798
  70. package/dist-types/ECSClient.d.ts +1 -10
  71. package/dist-types/index.d.ts +1 -0
  72. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  73. package/dist-types/runtimeConfig.d.ts +6 -2
  74. package/dist-types/runtimeConfig.native.d.ts +6 -2
  75. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  76. package/dist-types/schemas/schemas_0.d.ts +385 -492
  77. package/dist-types/ts3.4/ECSClient.d.ts +0 -4
  78. package/dist-types/ts3.4/index.d.ts +1 -0
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  83. package/dist-types/ts3.4/schemas/schemas_0.d.ts +384 -493
  84. package/package.json +35 -35
@@ -26,12 +26,13 @@ const getRuntimeConfig = (config) => {
26
26
  },
27
27
  ],
28
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
- protocol: config?.protocol ??
30
- new protocols_1.AwsJson1_1Protocol({
31
- defaultNamespace: "com.amazonaws.ecs",
32
- serviceTarget: "AmazonEC2ContainerServiceV20141113",
33
- awsQueryCompatible: false,
34
- }),
29
+ protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.ecs",
32
+ xmlNamespace: "http://ecs.amazonaws.com/doc/2014-11-13/",
33
+ version: "2014-11-13",
34
+ serviceTarget: "AmazonEC2ContainerServiceV20141113",
35
+ },
35
36
  serviceId: config?.serviceId ?? "ECS",
36
37
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
37
38
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateCapacityProvider } from "../schemas/schemas_0";
4
+ import { CreateCapacityProvider$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateCapacityProviderCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateCapacityProviderCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "CreateCapacityProvider", {})
13
13
  .n("ECSClient", "CreateCapacityProviderCommand")
14
- .sc(CreateCapacityProvider)
14
+ .sc(CreateCapacityProvider$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateCluster } from "../schemas/schemas_0";
4
+ import { CreateCluster$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateClusterCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateClusterCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "CreateCluster", {})
13
13
  .n("ECSClient", "CreateClusterCommand")
14
- .sc(CreateCluster)
14
+ .sc(CreateCluster$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateExpressGatewayService } from "../schemas/schemas_0";
4
+ import { CreateExpressGatewayService$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateExpressGatewayServiceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateExpressGatewayServiceCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "CreateExpressGatewayService", {})
13
13
  .n("ECSClient", "CreateExpressGatewayServiceCommand")
14
- .sc(CreateExpressGatewayService)
14
+ .sc(CreateExpressGatewayService$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateService } from "../schemas/schemas_0";
4
+ import { CreateService$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateServiceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateServiceCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "CreateService", {})
13
13
  .n("ECSClient", "CreateServiceCommand")
14
- .sc(CreateService)
14
+ .sc(CreateService$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateTaskSet } from "../schemas/schemas_0";
4
+ import { CreateTaskSet$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateTaskSetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateTaskSetCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "CreateTaskSet", {})
13
13
  .n("ECSClient", "CreateTaskSetCommand")
14
- .sc(CreateTaskSet)
14
+ .sc(CreateTaskSet$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteAccountSetting } from "../schemas/schemas_0";
4
+ import { DeleteAccountSetting$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteAccountSettingCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteAccountSettingCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "DeleteAccountSetting", {})
13
13
  .n("ECSClient", "DeleteAccountSettingCommand")
14
- .sc(DeleteAccountSetting)
14
+ .sc(DeleteAccountSetting$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteAttributes } from "../schemas/schemas_0";
4
+ import { DeleteAttributes$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteAttributesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteAttributesCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "DeleteAttributes", {})
13
13
  .n("ECSClient", "DeleteAttributesCommand")
14
- .sc(DeleteAttributes)
14
+ .sc(DeleteAttributes$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteCapacityProvider } from "../schemas/schemas_0";
4
+ import { DeleteCapacityProvider$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteCapacityProviderCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteCapacityProviderCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "DeleteCapacityProvider", {})
13
13
  .n("ECSClient", "DeleteCapacityProviderCommand")
14
- .sc(DeleteCapacityProvider)
14
+ .sc(DeleteCapacityProvider$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteCluster } from "../schemas/schemas_0";
4
+ import { DeleteCluster$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteClusterCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteClusterCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "DeleteCluster", {})
13
13
  .n("ECSClient", "DeleteClusterCommand")
14
- .sc(DeleteCluster)
14
+ .sc(DeleteCluster$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteExpressGatewayService } from "../schemas/schemas_0";
4
+ import { DeleteExpressGatewayService$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteExpressGatewayServiceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteExpressGatewayServiceCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "DeleteExpressGatewayService", {})
13
13
  .n("ECSClient", "DeleteExpressGatewayServiceCommand")
14
- .sc(DeleteExpressGatewayService)
14
+ .sc(DeleteExpressGatewayService$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteService } from "../schemas/schemas_0";
4
+ import { DeleteService$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteServiceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteServiceCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "DeleteService", {})
13
13
  .n("ECSClient", "DeleteServiceCommand")
14
- .sc(DeleteService)
14
+ .sc(DeleteService$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteTaskDefinitions } from "../schemas/schemas_0";
4
+ import { DeleteTaskDefinitions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteTaskDefinitionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteTaskDefinitionsCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "DeleteTaskDefinitions", {})
13
13
  .n("ECSClient", "DeleteTaskDefinitionsCommand")
14
- .sc(DeleteTaskDefinitions)
14
+ .sc(DeleteTaskDefinitions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteTaskSet } from "../schemas/schemas_0";
4
+ import { DeleteTaskSet$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteTaskSetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteTaskSetCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "DeleteTaskSet", {})
13
13
  .n("ECSClient", "DeleteTaskSetCommand")
14
- .sc(DeleteTaskSet)
14
+ .sc(DeleteTaskSet$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeregisterContainerInstance } from "../schemas/schemas_0";
4
+ import { DeregisterContainerInstance$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeregisterContainerInstanceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeregisterContainerInstanceCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "DeregisterContainerInstance", {})
13
13
  .n("ECSClient", "DeregisterContainerInstanceCommand")
14
- .sc(DeregisterContainerInstance)
14
+ .sc(DeregisterContainerInstance$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeregisterTaskDefinition } from "../schemas/schemas_0";
4
+ import { DeregisterTaskDefinition$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeregisterTaskDefinitionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeregisterTaskDefinitionCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "DeregisterTaskDefinition", {})
13
13
  .n("ECSClient", "DeregisterTaskDefinitionCommand")
14
- .sc(DeregisterTaskDefinition)
14
+ .sc(DeregisterTaskDefinition$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeCapacityProviders } from "../schemas/schemas_0";
4
+ import { DescribeCapacityProviders$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeCapacityProvidersCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeCapacityProvidersCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "DescribeCapacityProviders", {})
13
13
  .n("ECSClient", "DescribeCapacityProvidersCommand")
14
- .sc(DescribeCapacityProviders)
14
+ .sc(DescribeCapacityProviders$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeClusters } from "../schemas/schemas_0";
4
+ import { DescribeClusters$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeClustersCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeClustersCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "DescribeClusters", {})
13
13
  .n("ECSClient", "DescribeClustersCommand")
14
- .sc(DescribeClusters)
14
+ .sc(DescribeClusters$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeContainerInstances } from "../schemas/schemas_0";
4
+ import { DescribeContainerInstances$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeContainerInstancesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeContainerInstancesCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "DescribeContainerInstances", {})
13
13
  .n("ECSClient", "DescribeContainerInstancesCommand")
14
- .sc(DescribeContainerInstances)
14
+ .sc(DescribeContainerInstances$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeExpressGatewayService } from "../schemas/schemas_0";
4
+ import { DescribeExpressGatewayService$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeExpressGatewayServiceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeExpressGatewayServiceCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "DescribeExpressGatewayService", {})
13
13
  .n("ECSClient", "DescribeExpressGatewayServiceCommand")
14
- .sc(DescribeExpressGatewayService)
14
+ .sc(DescribeExpressGatewayService$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeServiceDeployments } from "../schemas/schemas_0";
4
+ import { DescribeServiceDeployments$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeServiceDeploymentsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeServiceDeploymentsCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "DescribeServiceDeployments", {})
13
13
  .n("ECSClient", "DescribeServiceDeploymentsCommand")
14
- .sc(DescribeServiceDeployments)
14
+ .sc(DescribeServiceDeployments$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeServiceRevisions } from "../schemas/schemas_0";
4
+ import { DescribeServiceRevisions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeServiceRevisionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeServiceRevisionsCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "DescribeServiceRevisions", {})
13
13
  .n("ECSClient", "DescribeServiceRevisionsCommand")
14
- .sc(DescribeServiceRevisions)
14
+ .sc(DescribeServiceRevisions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeServices } from "../schemas/schemas_0";
4
+ import { DescribeServices$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeServicesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeServicesCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "DescribeServices", {})
13
13
  .n("ECSClient", "DescribeServicesCommand")
14
- .sc(DescribeServices)
14
+ .sc(DescribeServices$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeTaskDefinition } from "../schemas/schemas_0";
4
+ import { DescribeTaskDefinition$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeTaskDefinitionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeTaskDefinitionCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "DescribeTaskDefinition", {})
13
13
  .n("ECSClient", "DescribeTaskDefinitionCommand")
14
- .sc(DescribeTaskDefinition)
14
+ .sc(DescribeTaskDefinition$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeTaskSets } from "../schemas/schemas_0";
4
+ import { DescribeTaskSets$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeTaskSetsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeTaskSetsCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "DescribeTaskSets", {})
13
13
  .n("ECSClient", "DescribeTaskSetsCommand")
14
- .sc(DescribeTaskSets)
14
+ .sc(DescribeTaskSets$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeTasks } from "../schemas/schemas_0";
4
+ import { DescribeTasks$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeTasksCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeTasksCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "DescribeTasks", {})
13
13
  .n("ECSClient", "DescribeTasksCommand")
14
- .sc(DescribeTasks)
14
+ .sc(DescribeTasks$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DiscoverPollEndpoint } from "../schemas/schemas_0";
4
+ import { DiscoverPollEndpoint$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DiscoverPollEndpointCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DiscoverPollEndpointCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "DiscoverPollEndpoint", {})
13
13
  .n("ECSClient", "DiscoverPollEndpointCommand")
14
- .sc(DiscoverPollEndpoint)
14
+ .sc(DiscoverPollEndpoint$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ExecuteCommand } from "../schemas/schemas_0";
4
+ import { ExecuteCommand$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ExecuteCommandCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ExecuteCommandCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "ExecuteCommand", {})
13
13
  .n("ECSClient", "ExecuteCommandCommand")
14
- .sc(ExecuteCommand)
14
+ .sc(ExecuteCommand$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetTaskProtection } from "../schemas/schemas_0";
4
+ import { GetTaskProtection$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetTaskProtectionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetTaskProtectionCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "GetTaskProtection", {})
13
13
  .n("ECSClient", "GetTaskProtectionCommand")
14
- .sc(GetTaskProtection)
14
+ .sc(GetTaskProtection$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAccountSettings } from "../schemas/schemas_0";
4
+ import { ListAccountSettings$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListAccountSettingsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListAccountSettingsCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "ListAccountSettings", {})
13
13
  .n("ECSClient", "ListAccountSettingsCommand")
14
- .sc(ListAccountSettings)
14
+ .sc(ListAccountSettings$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAttributes } from "../schemas/schemas_0";
4
+ import { ListAttributes$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListAttributesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListAttributesCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "ListAttributes", {})
13
13
  .n("ECSClient", "ListAttributesCommand")
14
- .sc(ListAttributes)
14
+ .sc(ListAttributes$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListClusters } from "../schemas/schemas_0";
4
+ import { ListClusters$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListClustersCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListClustersCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "ListClusters", {})
13
13
  .n("ECSClient", "ListClustersCommand")
14
- .sc(ListClusters)
14
+ .sc(ListClusters$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListContainerInstances } from "../schemas/schemas_0";
4
+ import { ListContainerInstances$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListContainerInstancesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListContainerInstancesCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "ListContainerInstances", {})
13
13
  .n("ECSClient", "ListContainerInstancesCommand")
14
- .sc(ListContainerInstances)
14
+ .sc(ListContainerInstances$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListServiceDeployments } from "../schemas/schemas_0";
4
+ import { ListServiceDeployments$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListServiceDeploymentsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListServiceDeploymentsCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "ListServiceDeployments", {})
13
13
  .n("ECSClient", "ListServiceDeploymentsCommand")
14
- .sc(ListServiceDeployments)
14
+ .sc(ListServiceDeployments$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListServicesByNamespace } from "../schemas/schemas_0";
4
+ import { ListServicesByNamespace$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListServicesByNamespaceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListServicesByNamespaceCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "ListServicesByNamespace", {})
13
13
  .n("ECSClient", "ListServicesByNamespaceCommand")
14
- .sc(ListServicesByNamespace)
14
+ .sc(ListServicesByNamespace$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListServices } from "../schemas/schemas_0";
4
+ import { ListServices$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListServicesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListServicesCommand extends $Command
11
11
  })
12
12
  .s("AmazonEC2ContainerServiceV20141113", "ListServices", {})
13
13
  .n("ECSClient", "ListServicesCommand")
14
- .sc(ListServices)
14
+ .sc(ListServices$)
15
15
  .build() {
16
16
  }