@aws-sdk/client-ecs 3.590.0 → 3.594.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 (120) hide show
  1. package/dist-cjs/index.js +3 -56
  2. package/dist-es/protocols/Aws_json1_1.js +3 -0
  3. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateClusterCommand.d.ts +10 -1
  5. package/dist-types/commands/CreateServiceCommand.d.ts +8 -1
  6. package/dist-types/commands/CreateTaskSetCommand.d.ts +5 -1
  7. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteClusterCommand.d.ts +6 -1
  11. package/dist-types/commands/DeleteServiceCommand.d.ts +8 -1
  12. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteTaskSetCommand.d.ts +5 -1
  14. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +2 -1
  15. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeClustersCommand.d.ts +6 -1
  18. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeServicesCommand.d.ts +8 -1
  20. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +5 -1
  22. package/dist-types/commands/DescribeTasksCommand.d.ts +6 -1
  23. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -1
  24. package/dist-types/commands/ExecuteCommandCommand.d.ts +2 -1
  25. package/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -1
  26. package/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListAttributesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListClustersCommand.d.ts +2 -1
  29. package/dist-types/commands/ListContainerInstancesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +2 -1
  31. package/dist-types/commands/ListServicesCommand.d.ts +2 -1
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -1
  34. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListTasksCommand.d.ts +2 -1
  36. package/dist-types/commands/PutAccountSettingCommand.d.ts +2 -1
  37. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -1
  38. package/dist-types/commands/PutAttributesCommand.d.ts +2 -1
  39. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +6 -1
  40. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +2 -1
  41. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +2 -1
  42. package/dist-types/commands/RunTaskCommand.d.ts +6 -1
  43. package/dist-types/commands/StartTaskCommand.d.ts +6 -1
  44. package/dist-types/commands/StopTaskCommand.d.ts +9 -1
  45. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -1
  46. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
  47. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +2 -1
  48. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  49. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateClusterCommand.d.ts +10 -1
  52. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +6 -1
  53. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateServiceCommand.d.ts +8 -1
  56. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +5 -1
  57. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateTaskSetCommand.d.ts +5 -1
  59. package/dist-types/index.d.ts +2 -2
  60. package/dist-types/models/ECSServiceException.d.ts +2 -1
  61. package/dist-types/models/models_0.d.ts +89 -20
  62. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +2 -1
  117. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +2 -1
  118. package/dist-types/ts3.4/models/ECSServiceException.d.ts +2 -1
  119. package/dist-types/ts3.4/models/models_0.d.ts +15 -0
  120. package/package.json +6 -6
@@ -5,7 +5,8 @@ import { UpdateTaskSetRequest, UpdateTaskSetResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -110,6 +111,9 @@ declare const UpdateTaskSetCommand_base: {
110
111
  * // value: "STRING_VALUE",
111
112
  * // },
112
113
  * // ],
114
+ * // fargateEphemeralStorage: { // DeploymentEphemeralStorage
115
+ * // kmsKeyId: "STRING_VALUE",
116
+ * // },
113
117
  * // },
114
118
  * // };
115
119
  *
@@ -18,8 +18,8 @@
18
18
  export * from "./ECSClient";
19
19
  export * from "./ECS";
20
20
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
21
- export { RuntimeExtension } from "./runtimeExtensions";
22
- export { ECSExtensionConfiguration } from "./extensionConfiguration";
21
+ export type { RuntimeExtension } from "./runtimeExtensions";
22
+ export type { ECSExtensionConfiguration } from "./extensionConfiguration";
23
23
  export * from "./commands";
24
24
  export * from "./pagination";
25
25
  export * from "./waiters";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -560,7 +560,23 @@ export interface ExecuteCommandConfiguration {
560
560
  logConfiguration?: ExecuteCommandLogConfiguration;
561
561
  }
562
562
  /**
563
- * <p>The execute command configuration for the cluster.</p>
563
+ * <p>The managed storage configuration for the cluster.</p>
564
+ * @public
565
+ */
566
+ export interface ManagedStorageConfiguration {
567
+ /**
568
+ * <p>Specify a Key Management Service key ID to encrypt the managed storage.</p>
569
+ * @public
570
+ */
571
+ kmsKeyId?: string;
572
+ /**
573
+ * <p>Specify the Key Management Service key ID for the Fargate ephemeral storage.</p>
574
+ * @public
575
+ */
576
+ fargateEphemeralStorageKmsKeyId?: string;
577
+ }
578
+ /**
579
+ * <p>The execute command and managed storage configuration for the cluster.</p>
564
580
  * @public
565
581
  */
566
582
  export interface ClusterConfiguration {
@@ -569,6 +585,11 @@ export interface ClusterConfiguration {
569
585
  * @public
570
586
  */
571
587
  executeCommandConfiguration?: ExecuteCommandConfiguration;
588
+ /**
589
+ * <p>The details of the managed storage configuration.</p>
590
+ * @public
591
+ */
592
+ managedStorageConfiguration?: ManagedStorageConfiguration;
572
593
  }
573
594
  /**
574
595
  * <p>The details of a capacity provider strategy. A capacity provider strategy can be set
@@ -585,6 +606,12 @@ export interface ClusterConfiguration {
585
606
  * <code>FARGATE_SPOT</code> capacity providers. The Fargate capacity providers are
586
607
  * available to all accounts and only need to be associated with a cluster to be used in a
587
608
  * capacity provider strategy.</p>
609
+ * <p>With <code>FARGATE_SPOT</code>, you can run interruption
610
+ * tolerant tasks at a rate that's discounted compared to the <code>FARGATE</code> price.
611
+ * <code>FARGATE_SPOT</code> runs tasks on spare compute capacity. When Amazon Web Services needs the
612
+ * capacity back, your tasks are interrupted with a two-minute warning.
613
+ * <code>FARGATE_SPOT</code> only supports Linux tasks with the X86_64 architecture on
614
+ * platform version 1.3.0 or later.</p>
588
615
  * <p>A capacity provider strategy may contain a maximum of 6 capacity providers.</p>
589
616
  * @public
590
617
  */
@@ -1810,7 +1837,7 @@ export interface TimeoutConfiguration {
1810
1837
  perRequestTimeoutSeconds?: number;
1811
1838
  }
1812
1839
  /**
1813
- * <p>An object that represents the Amazon Web Services Private Certificate Authority certificate.</p>
1840
+ * <p>The certificate root authority that secures your service.</p>
1814
1841
  * @public
1815
1842
  */
1816
1843
  export interface ServiceConnectTlsCertificateAuthority {
@@ -1821,7 +1848,7 @@ export interface ServiceConnectTlsCertificateAuthority {
1821
1848
  awsPcaAuthorityArn?: string;
1822
1849
  }
1823
1850
  /**
1824
- * <p>An object that represents the configuration for Service Connect TLS.</p>
1851
+ * <p>The key that encrypts and decrypts your resources for Service Connect TLS.</p>
1825
1852
  * @public
1826
1853
  */
1827
1854
  export interface ServiceConnectTlsConfiguration {
@@ -2597,6 +2624,17 @@ export interface CreateServiceRequest {
2597
2624
  */
2598
2625
  volumeConfigurations?: ServiceVolumeConfiguration[];
2599
2626
  }
2627
+ /**
2628
+ * <p>The amount of ephemeral storage to allocate for the deployment.</p>
2629
+ * @public
2630
+ */
2631
+ export interface DeploymentEphemeralStorage {
2632
+ /**
2633
+ * <p>Specify an Key Management Service key ID to encrypt the ephemeral storage for deployment.</p>
2634
+ * @public
2635
+ */
2636
+ kmsKeyId?: string;
2637
+ }
2600
2638
  /**
2601
2639
  * @public
2602
2640
  * @enum
@@ -2796,6 +2834,11 @@ export interface Deployment {
2796
2834
  * @public
2797
2835
  */
2798
2836
  volumeConfigurations?: ServiceVolumeConfiguration[];
2837
+ /**
2838
+ * <p>The Fargate ephemeral storage settings for the deployment.</p>
2839
+ * @public
2840
+ */
2841
+ fargateEphemeralStorage?: DeploymentEphemeralStorage;
2799
2842
  }
2800
2843
  /**
2801
2844
  * <p>The details for an event that's associated with a service.</p>
@@ -3079,6 +3122,11 @@ export interface TaskSet {
3079
3122
  * @public
3080
3123
  */
3081
3124
  tags?: Tag[];
3125
+ /**
3126
+ * <p>The Fargate ephemeral storage settings for the task set.</p>
3127
+ * @public
3128
+ */
3129
+ fargateEphemeralStorage?: DeploymentEphemeralStorage;
3082
3130
  }
3083
3131
  /**
3084
3132
  * <p>Details on a service within a cluster.</p>
@@ -4228,16 +4276,16 @@ export interface FirelensConfiguration {
4228
4276
  * <p>The following are notes about container health check support:</p>
4229
4277
  * <ul>
4230
4278
  * <li>
4231
- * <p>When the Amazon ECS agent cannot connect to the Amazon ECS service, the service reports
4232
- * the container as <code>UNHEALTHY</code>. </p>
4233
- * </li>
4234
- * <li>
4235
- * <p>The health check statuses are the "last heard from" response from the Amazon ECS
4236
- * agent. There are no assumptions made about the status of the container health
4237
- * checks.</p>
4279
+ * <p>If the Amazon ECS container agent becomes disconnected from the Amazon ECS service, this won't
4280
+ * cause a container to transition to an <code>UNHEALTHY</code> status. This is by design,
4281
+ * to ensure that containers remain running during agent restarts or temporary
4282
+ * unavailability. The health check status is the "last heard from" response from the Amazon ECS
4283
+ * agent, so if the container was considered <code>HEALTHY</code> prior to the disconnect,
4284
+ * that status will remain until the agent reconnects and another health check occurs.
4285
+ * There are no assumptions made about the status of the container health checks.</p>
4238
4286
  * </li>
4239
4287
  * <li>
4240
- * <p>Container health checks require version 1.17.0 or greater of the Amazon ECS
4288
+ * <p>Container health checks require version <code>1.17.0</code> or greater of the Amazon ECS
4241
4289
  * container agent. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-update.html">Updating the
4242
4290
  * Amazon ECS container agent</a>.</p>
4243
4291
  * </li>
@@ -4786,18 +4834,17 @@ export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
4786
4834
  export interface ResourceRequirement {
4787
4835
  /**
4788
4836
  * <p>The value for the specified resource type.</p>
4789
- * <p>If the <code>GPU</code> type is used, the value is the number of physical
4790
- * <code>GPUs</code> the Amazon ECS container agent reserves for the container. The number
4791
- * of GPUs that's reserved for all containers in a task can't exceed the number of
4792
- * available GPUs on the container instance that the task is launched on.</p>
4793
- * <p>If the <code>InferenceAccelerator</code> type is used, the <code>value</code> matches
4837
+ * <p>When the type is <code>GPU</code>, the value is the number of physical <code>GPUs</code> the
4838
+ * Amazon ECS container agent reserves for the container. The number of GPUs that's reserved for
4839
+ * all containers in a task can't exceed the number of available GPUs on the container
4840
+ * instance that the task is launched on.</p>
4841
+ * <p>When the type is <code>InferenceAccelerator</code>, the <code>value</code> matches
4794
4842
  * the <code>deviceName</code> for an <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_InferenceAccelerator.html">InferenceAccelerator</a> specified in a task definition.</p>
4795
4843
  * @public
4796
4844
  */
4797
4845
  value: string | undefined;
4798
4846
  /**
4799
- * <p>The type of resource to assign to a container. The supported values are
4800
- * <code>GPU</code> or <code>InferenceAccelerator</code>.</p>
4847
+ * <p>The type of resource to assign to a container. </p>
4801
4848
  * @public
4802
4849
  */
4803
4850
  type: ResourceType | undefined;
@@ -7634,6 +7681,25 @@ export interface Container {
7634
7681
  */
7635
7682
  gpuIds?: string[];
7636
7683
  }
7684
+ /**
7685
+ * <p>The amount of ephemeral storage to allocate for the task.</p>
7686
+ * @public
7687
+ */
7688
+ export interface TaskEphemeralStorage {
7689
+ /**
7690
+ * <p>The total amount, in GiB, of the ephemeral storage to set for the task. The minimum
7691
+ * supported value is <code>20</code> GiB and the maximum supported value is
7692
+ <code>200</code>
7693
+ * GiB.</p>
7694
+ * @public
7695
+ */
7696
+ sizeInGiB?: number;
7697
+ /**
7698
+ * <p>Specify an Key Management Service key ID to encrypt the ephemeral storage for the task.</p>
7699
+ * @public
7700
+ */
7701
+ kmsKeyId?: string;
7702
+ }
7637
7703
  /**
7638
7704
  * <p>The overrides that are sent to a container. An empty container override can be passed
7639
7705
  * in. An example of an empty container override is <code>\{"containerOverrides": [ ]
@@ -8124,6 +8190,11 @@ export interface Task {
8124
8190
  * @public
8125
8191
  */
8126
8192
  ephemeralStorage?: EphemeralStorage;
8193
+ /**
8194
+ * <p>The Fargate ephemeral storage settings for the task.</p>
8195
+ * @public
8196
+ */
8197
+ fargateEphemeralStorage?: TaskEphemeralStorage;
8127
8198
  }
8128
8199
  /**
8129
8200
  * @public
@@ -10014,8 +10085,6 @@ export interface RegisterTaskDefinitionRequest {
10014
10085
  /**
10015
10086
  * <p>The operating system that your tasks definitions run on. A platform family is
10016
10087
  * specified only for tasks using the Fargate launch type. </p>
10017
- * <p>When you specify a task definition in a service, this value must match the
10018
- * <code>runtimePlatform</code> value of the service.</p>
10019
10088
  * @public
10020
10089
  */
10021
10090
  runtimePlatform?: RuntimePlatform;
@@ -9,7 +9,8 @@ import {
9
9
  CreateCapacityProviderRequest,
10
10
  CreateCapacityProviderResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateCapacityProviderCommandInput
14
15
  extends CreateCapacityProviderRequest {}
15
16
  export interface CreateCapacityProviderCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateClusterRequest,
10
10
  CreateClusterResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateClusterCommandInput extends CreateClusterRequest {}
14
15
  export interface CreateClusterCommandOutput
15
16
  extends CreateClusterResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateServiceRequest,
10
10
  CreateServiceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateServiceCommandInput extends CreateServiceRequest {}
14
15
  export interface CreateServiceCommandOutput
15
16
  extends CreateServiceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateTaskSetRequest,
10
10
  CreateTaskSetResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateTaskSetCommandInput extends CreateTaskSetRequest {}
14
15
  export interface CreateTaskSetCommandOutput
15
16
  extends CreateTaskSetResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteAccountSettingRequest,
10
10
  DeleteAccountSettingResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteAccountSettingCommandInput
14
15
  extends DeleteAccountSettingRequest {}
15
16
  export interface DeleteAccountSettingCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteAttributesRequest,
10
10
  DeleteAttributesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteAttributesCommandInput extends DeleteAttributesRequest {}
14
15
  export interface DeleteAttributesCommandOutput
15
16
  extends DeleteAttributesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteCapacityProviderRequest,
10
10
  DeleteCapacityProviderResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteCapacityProviderCommandInput
14
15
  extends DeleteCapacityProviderRequest {}
15
16
  export interface DeleteCapacityProviderCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteClusterRequest,
10
10
  DeleteClusterResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
14
15
  export interface DeleteClusterCommandOutput
15
16
  extends DeleteClusterResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteServiceRequest,
10
10
  DeleteServiceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteServiceCommandInput extends DeleteServiceRequest {}
14
15
  export interface DeleteServiceCommandOutput
15
16
  extends DeleteServiceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteTaskDefinitionsRequest,
10
10
  DeleteTaskDefinitionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteTaskDefinitionsCommandInput
14
15
  extends DeleteTaskDefinitionsRequest {}
15
16
  export interface DeleteTaskDefinitionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteTaskSetRequest,
10
10
  DeleteTaskSetResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteTaskSetCommandInput extends DeleteTaskSetRequest {}
14
15
  export interface DeleteTaskSetCommandOutput
15
16
  extends DeleteTaskSetResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeregisterContainerInstanceRequest,
10
10
  DeregisterContainerInstanceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeregisterContainerInstanceCommandInput
14
15
  extends DeregisterContainerInstanceRequest {}
15
16
  export interface DeregisterContainerInstanceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeregisterTaskDefinitionRequest,
10
10
  DeregisterTaskDefinitionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeregisterTaskDefinitionCommandInput
14
15
  extends DeregisterTaskDefinitionRequest {}
15
16
  export interface DeregisterTaskDefinitionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeCapacityProvidersRequest,
10
10
  DescribeCapacityProvidersResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeCapacityProvidersCommandInput
14
15
  extends DescribeCapacityProvidersRequest {}
15
16
  export interface DescribeCapacityProvidersCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeClustersRequest,
10
10
  DescribeClustersResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeClustersCommandInput extends DescribeClustersRequest {}
14
15
  export interface DescribeClustersCommandOutput
15
16
  extends DescribeClustersResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeContainerInstancesRequest,
10
10
  DescribeContainerInstancesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeContainerInstancesCommandInput
14
15
  extends DescribeContainerInstancesRequest {}
15
16
  export interface DescribeContainerInstancesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeServicesRequest,
10
10
  DescribeServicesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeServicesCommandInput extends DescribeServicesRequest {}
14
15
  export interface DescribeServicesCommandOutput
15
16
  extends DescribeServicesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeTaskDefinitionRequest,
10
10
  DescribeTaskDefinitionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeTaskDefinitionCommandInput
14
15
  extends DescribeTaskDefinitionRequest {}
15
16
  export interface DescribeTaskDefinitionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeTaskSetsRequest,
10
10
  DescribeTaskSetsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeTaskSetsCommandInput extends DescribeTaskSetsRequest {}
14
15
  export interface DescribeTaskSetsCommandOutput
15
16
  extends DescribeTaskSetsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeTasksRequest,
10
10
  DescribeTasksResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeTasksCommandInput extends DescribeTasksRequest {}
14
15
  export interface DescribeTasksCommandOutput
15
16
  extends DescribeTasksResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DiscoverPollEndpointRequest,
10
10
  DiscoverPollEndpointResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DiscoverPollEndpointCommandInput
14
15
  extends DiscoverPollEndpointRequest {}
15
16
  export interface DiscoverPollEndpointCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ExecuteCommandRequest,
10
10
  ExecuteCommandResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ExecuteCommandCommandInput extends ExecuteCommandRequest {}
14
15
  export interface ExecuteCommandCommandOutput
15
16
  extends ExecuteCommandResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetTaskProtectionRequest,
10
10
  GetTaskProtectionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetTaskProtectionCommandInput
14
15
  extends GetTaskProtectionRequest {}
15
16
  export interface GetTaskProtectionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListAccountSettingsRequest,
10
10
  ListAccountSettingsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListAccountSettingsCommandInput
14
15
  extends ListAccountSettingsRequest {}
15
16
  export interface ListAccountSettingsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListAttributesRequest,
10
10
  ListAttributesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListAttributesCommandInput extends ListAttributesRequest {}
14
15
  export interface ListAttributesCommandOutput
15
16
  extends ListAttributesResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ECSClient";
8
8
  import { ListClustersRequest, ListClustersResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListClustersCommandInput extends ListClustersRequest {}
11
12
  export interface ListClustersCommandOutput
12
13
  extends ListClustersResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListContainerInstancesRequest,
10
10
  ListContainerInstancesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListContainerInstancesCommandInput
14
15
  extends ListContainerInstancesRequest {}
15
16
  export interface ListContainerInstancesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListServicesByNamespaceRequest,
10
10
  ListServicesByNamespaceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListServicesByNamespaceCommandInput
14
15
  extends ListServicesByNamespaceRequest {}
15
16
  export interface ListServicesByNamespaceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ECSClient";
8
8
  import { ListServicesRequest, ListServicesResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListServicesCommandInput extends ListServicesRequest {}
11
12
  export interface ListServicesCommandOutput
12
13
  extends ListServicesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListTaskDefinitionFamiliesRequest,
10
10
  ListTaskDefinitionFamiliesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTaskDefinitionFamiliesCommandInput
14
15
  extends ListTaskDefinitionFamiliesRequest {}
15
16
  export interface ListTaskDefinitionFamiliesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListTaskDefinitionsRequest,
10
10
  ListTaskDefinitionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTaskDefinitionsCommandInput
14
15
  extends ListTaskDefinitionsRequest {}
15
16
  export interface ListTaskDefinitionsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ECSClient";
8
8
  import { ListTasksRequest, ListTasksResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListTasksCommandInput extends ListTasksRequest {}
11
12
  export interface ListTasksCommandOutput
12
13
  extends ListTasksResponse,
@@ -9,7 +9,8 @@ import {
9
9
  PutAccountSettingRequest,
10
10
  PutAccountSettingResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutAccountSettingCommandInput
14
15
  extends PutAccountSettingRequest {}
15
16
  export interface PutAccountSettingCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  PutAccountSettingDefaultRequest,
10
10
  PutAccountSettingDefaultResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutAccountSettingDefaultCommandInput
14
15
  extends PutAccountSettingDefaultRequest {}
15
16
  export interface PutAccountSettingDefaultCommandOutput