@aws-sdk/client-ecs 3.933.0 → 3.935.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 (76) hide show
  1. package/dist-cjs/index.js +480 -476
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +447 -0
  4. package/dist-es/models/errors.js +339 -0
  5. package/dist-es/models/models_0.js +1 -688
  6. package/dist-es/schemas/schemas_0.js +11 -7
  7. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +6 -0
  8. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -0
  9. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +3 -0
  10. package/dist-types/commands/ListTasksCommand.d.ts +1 -1
  11. package/dist-types/commands/PutAccountSettingCommand.d.ts +1 -1
  12. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
  13. package/dist-types/commands/PutAttributesCommand.d.ts +1 -1
  14. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +1 -1
  15. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +1 -1
  16. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +1 -1
  17. package/dist-types/commands/RunTaskCommand.d.ts +1 -1
  18. package/dist-types/commands/StartTaskCommand.d.ts +1 -1
  19. package/dist-types/commands/StopServiceDeploymentCommand.d.ts +1 -1
  20. package/dist-types/commands/StopTaskCommand.d.ts +1 -1
  21. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +1 -1
  22. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +1 -1
  23. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +1 -1
  24. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  25. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  26. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +7 -1
  27. package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
  28. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +1 -1
  29. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +1 -1
  31. package/dist-types/commands/UpdateServiceCommand.d.ts +1 -1
  32. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateTaskSetCommand.d.ts +1 -1
  35. package/dist-types/index.d.ts +3 -1
  36. package/dist-types/models/enums.d.ts +1119 -0
  37. package/dist-types/models/errors.d.ts +397 -0
  38. package/dist-types/models/models_0.d.ts +2816 -1381
  39. package/dist-types/schemas/schemas_0.d.ts +1 -0
  40. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/StopServiceDeploymentCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/index.d.ts +3 -1
  66. package/dist-types/ts3.4/models/enums.d.ts +589 -0
  67. package/dist-types/ts3.4/models/errors.d.ts +209 -0
  68. package/dist-types/ts3.4/models/models_0.d.ts +437 -729
  69. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
  70. package/package.json +12 -12
  71. package/dist-es/models/index.js +0 -2
  72. package/dist-es/models/models_1.js +0 -99
  73. package/dist-types/models/index.d.ts +0 -2
  74. package/dist-types/models/models_1.d.ts +0 -2908
  75. package/dist-types/ts3.4/models/index.d.ts +0 -2
  76. package/dist-types/ts3.4/models/models_1.d.ts +0 -476
@@ -180,6 +180,7 @@ const _IHCR = "InstanceHealthCheckResult";
180
180
  const _IHCRL = "InstanceHealthCheckResultList";
181
181
  const _ILT = "InstanceLaunchTemplate";
182
182
  const _ILTU = "InstanceLaunchTemplateUpdate";
183
+ const _IO = "InfrastructureOptimization";
183
184
  const _IPE = "InvalidParameterException";
184
185
  const _IRR = "InstanceRequirementsRequest";
185
186
  const _KC = "KernelCapabilities";
@@ -628,6 +629,7 @@ const _iID = "instanceIdentityDocument";
628
629
  const _iIDS = "instanceIdentityDocumentSignature";
629
630
  const _iLT = "instanceLaunchTemplate";
630
631
  const _iM = "ipcMode";
632
+ const _iO = "infrastructureOptimization";
631
633
  const _iPE = "initProcessEnabled";
632
634
  const _iPO = "ingressPortOverride";
633
635
  const _iQP = "includeQueryParameters";
@@ -793,6 +795,7 @@ const _sDAe = "serviceDeploymentArn";
793
795
  const _sEE = "s3EncryptionEnabled";
794
796
  const _sG = "securityGroups";
795
797
  const _sI = "snapshotId";
798
+ const _sIA = "scaleInAfter";
796
799
  const _sIGB = "sizeInGiB";
797
800
  const _sIe = "sessionId";
798
801
  const _sKP = "s3KeyPrefix";
@@ -898,7 +901,7 @@ const _xN = "xmlName";
898
901
  const n0 = "com.amazonaws.ecs";
899
902
  import { TypeRegistry } from "@smithy/core/schema";
900
903
  import { ECSServiceException as __ECSServiceException } from "../models/ECSServiceException";
901
- import { AccessDeniedException as __AccessDeniedException, AttributeLimitExceededException as __AttributeLimitExceededException, BlockedException as __BlockedException, ClientException as __ClientException, ClusterContainsCapacityProviderException as __ClusterContainsCapacityProviderException, ClusterContainsContainerInstancesException as __ClusterContainsContainerInstancesException, ClusterContainsServicesException as __ClusterContainsServicesException, ClusterContainsTasksException as __ClusterContainsTasksException, ClusterNotFoundException as __ClusterNotFoundException, ConflictException as __ConflictException, InvalidParameterException as __InvalidParameterException, LimitExceededException as __LimitExceededException, MissingVersionException as __MissingVersionException, NamespaceNotFoundException as __NamespaceNotFoundException, NoUpdateAvailableException as __NoUpdateAvailableException, PlatformTaskDefinitionIncompatibilityException as __PlatformTaskDefinitionIncompatibilityException, PlatformUnknownException as __PlatformUnknownException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, ServerException as __ServerException, ServiceDeploymentNotFoundException as __ServiceDeploymentNotFoundException, ServiceNotActiveException as __ServiceNotActiveException, ServiceNotFoundException as __ServiceNotFoundException, TargetNotConnectedException as __TargetNotConnectedException, TargetNotFoundException as __TargetNotFoundException, TaskSetNotFoundException as __TaskSetNotFoundException, UnsupportedFeatureException as __UnsupportedFeatureException, UpdateInProgressException as __UpdateInProgressException, } from "../models/index";
904
+ import { AccessDeniedException as __AccessDeniedException, AttributeLimitExceededException as __AttributeLimitExceededException, BlockedException as __BlockedException, ClientException as __ClientException, ClusterContainsCapacityProviderException as __ClusterContainsCapacityProviderException, ClusterContainsContainerInstancesException as __ClusterContainsContainerInstancesException, ClusterContainsServicesException as __ClusterContainsServicesException, ClusterContainsTasksException as __ClusterContainsTasksException, ClusterNotFoundException as __ClusterNotFoundException, ConflictException as __ConflictException, InvalidParameterException as __InvalidParameterException, LimitExceededException as __LimitExceededException, MissingVersionException as __MissingVersionException, NamespaceNotFoundException as __NamespaceNotFoundException, NoUpdateAvailableException as __NoUpdateAvailableException, PlatformTaskDefinitionIncompatibilityException as __PlatformTaskDefinitionIncompatibilityException, PlatformUnknownException as __PlatformUnknownException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, ServerException as __ServerException, ServiceDeploymentNotFoundException as __ServiceDeploymentNotFoundException, ServiceNotActiveException as __ServiceNotActiveException, ServiceNotFoundException as __ServiceNotFoundException, TargetNotConnectedException as __TargetNotConnectedException, TargetNotFoundException as __TargetNotFoundException, TaskSetNotFoundException as __TaskSetNotFoundException, UnsupportedFeatureException as __UnsupportedFeatureException, UpdateInProgressException as __UpdateInProgressException, } from "../models/errors";
902
905
  export var SensitiveString = [0, n0, _SS, 8, 0];
903
906
  export var AcceleratorCountRequest = [3, n0, _ACR, 0, [_m, _ma], [1, 1]];
904
907
  export var AcceleratorTotalMemoryMiBRequest = [3, n0, _ATMMBR, 0, [_m, _ma], [1, 1]];
@@ -1275,8 +1278,8 @@ export var CreateManagedInstancesProviderConfiguration = [
1275
1278
  n0,
1276
1279
  _CMIPC,
1277
1280
  0,
1278
- [_iRA, _iLT, _pTr],
1279
- [0, [() => InstanceLaunchTemplate, 0], 0],
1281
+ [_iRA, _iLT, _pTr, _iO],
1282
+ [0, [() => InstanceLaunchTemplate, 0], 0, () => InfrastructureOptimization],
1280
1283
  ];
1281
1284
  export var CreateServiceRequest = [
1282
1285
  3,
@@ -1645,6 +1648,7 @@ export var HostEntry = [3, n0, _HE, 0, [_h, _iA], [0, 0]];
1645
1648
  export var HostVolumeProperties = [3, n0, _HVP, 0, [_sPo], [0]];
1646
1649
  export var InferenceAccelerator = [3, n0, _IA, 0, [_dNe, _dT], [0, 0]];
1647
1650
  export var InferenceAcceleratorOverride = [3, n0, _IAO, 0, [_dNe, _dT], [0, 0]];
1651
+ export var InfrastructureOptimization = [3, n0, _IO, 0, [_sIA], [1]];
1648
1652
  export var InstanceHealthCheckResult = [3, n0, _IHCR, 0, [_t, _s, _lU, _lSC], [0, 0, 4, 4]];
1649
1653
  export var InstanceLaunchTemplate = [
1650
1654
  3,
@@ -1907,8 +1911,8 @@ export var ManagedInstancesProvider = [
1907
1911
  n0,
1908
1912
  _MIP,
1909
1913
  0,
1910
- [_iRA, _iLT, _pTr],
1911
- [0, [() => InstanceLaunchTemplate, 0], 0],
1914
+ [_iRA, _iLT, _pTr, _iO],
1915
+ [0, [() => InstanceLaunchTemplate, 0], 0, () => InfrastructureOptimization],
1912
1916
  ];
1913
1917
  export var ManagedInstancesStorageConfiguration = [3, n0, _MISC, 0, [_sSGB], [1]];
1914
1918
  export var ManagedScaling = [3, n0, _MS, 0, [_s, _tC, _mSSS, _mSSSa, _iWP], [0, 1, 1, 1, 1]];
@@ -2791,8 +2795,8 @@ export var UpdateManagedInstancesProviderConfiguration = [
2791
2795
  n0,
2792
2796
  _UMIPC,
2793
2797
  0,
2794
- [_iRA, _iLT, _pTr],
2795
- [0, [() => InstanceLaunchTemplateUpdate, 0], 0],
2798
+ [_iRA, _iLT, _pTr, _iO],
2799
+ [0, [() => InstanceLaunchTemplateUpdate, 0], 0, () => InfrastructureOptimization],
2796
2800
  ];
2797
2801
  export var UpdateServicePrimaryTaskSetRequest = [
2798
2802
  3,
@@ -141,6 +141,9 @@ declare const CreateCapacityProviderCommand_base: {
141
141
  * },
142
142
  * },
143
143
  * propagateTags: "CAPACITY_PROVIDER" || "NONE",
144
+ * infrastructureOptimization: { // InfrastructureOptimization
145
+ * scaleInAfter: Number("int"),
146
+ * },
144
147
  * },
145
148
  * tags: [ // Tags
146
149
  * { // Tag
@@ -256,6 +259,9 @@ declare const CreateCapacityProviderCommand_base: {
256
259
  * // },
257
260
  * // },
258
261
  * // propagateTags: "CAPACITY_PROVIDER" || "NONE",
262
+ * // infrastructureOptimization: { // InfrastructureOptimization
263
+ * // scaleInAfter: Number("int"),
264
+ * // },
259
265
  * // },
260
266
  * // updateStatus: "CREATE_IN_PROGRESS" || "CREATE_COMPLETE" || "CREATE_FAILED" || "DELETE_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_COMPLETE" || "UPDATE_FAILED",
261
267
  * // updateStatusReason: "STRING_VALUE",
@@ -160,6 +160,9 @@ declare const DeleteCapacityProviderCommand_base: {
160
160
  * // },
161
161
  * // },
162
162
  * // propagateTags: "CAPACITY_PROVIDER" || "NONE",
163
+ * // infrastructureOptimization: { // InfrastructureOptimization
164
+ * // scaleInAfter: Number("int"),
165
+ * // },
163
166
  * // },
164
167
  * // updateStatus: "CREATE_IN_PROGRESS" || "CREATE_COMPLETE" || "CREATE_FAILED" || "DELETE_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_COMPLETE" || "UPDATE_FAILED",
165
168
  * // updateStatusReason: "STRING_VALUE",
@@ -155,6 +155,9 @@ declare const DescribeCapacityProvidersCommand_base: {
155
155
  * // },
156
156
  * // },
157
157
  * // propagateTags: "CAPACITY_PROVIDER" || "NONE",
158
+ * // infrastructureOptimization: { // InfrastructureOptimization
159
+ * // scaleInAfter: Number("int"),
160
+ * // },
158
161
  * // },
159
162
  * // updateStatus: "CREATE_IN_PROGRESS" || "CREATE_COMPLETE" || "CREATE_FAILED" || "DELETE_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_COMPLETE" || "UPDATE_FAILED",
160
163
  * // updateStatusReason: "STRING_VALUE",
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { ListTasksRequest, ListTasksResponse } from "../models/models_1";
4
+ import { ListTasksRequest, ListTasksResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { PutAccountSettingRequest, PutAccountSettingResponse } from "../models/models_1";
4
+ import { PutAccountSettingRequest, PutAccountSettingResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { PutAccountSettingDefaultRequest, PutAccountSettingDefaultResponse } from "../models/models_1";
4
+ import { PutAccountSettingDefaultRequest, PutAccountSettingDefaultResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { PutAttributesRequest, PutAttributesResponse } from "../models/models_1";
4
+ import { PutAttributesRequest, PutAttributesResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { PutClusterCapacityProvidersRequest, PutClusterCapacityProvidersResponse } from "../models/models_1";
4
+ import { PutClusterCapacityProvidersRequest, PutClusterCapacityProvidersResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { RegisterContainerInstanceRequest, RegisterContainerInstanceResponse } from "../models/models_1";
4
+ import { RegisterContainerInstanceRequest, RegisterContainerInstanceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { RegisterTaskDefinitionRequest, RegisterTaskDefinitionResponse } from "../models/models_1";
4
+ import { RegisterTaskDefinitionRequest, RegisterTaskDefinitionResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { RunTaskRequest, RunTaskResponse } from "../models/models_1";
4
+ import { RunTaskRequest, RunTaskResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { StartTaskRequest, StartTaskResponse } from "../models/models_1";
4
+ import { StartTaskRequest, StartTaskResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { StopServiceDeploymentRequest, StopServiceDeploymentResponse } from "../models/models_1";
4
+ import { StopServiceDeploymentRequest, StopServiceDeploymentResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { StopTaskRequest, StopTaskResponse } from "../models/models_1";
4
+ import { StopTaskRequest, StopTaskResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { SubmitAttachmentStateChangesRequest, SubmitAttachmentStateChangesResponse } from "../models/models_1";
4
+ import { SubmitAttachmentStateChangesRequest, SubmitAttachmentStateChangesResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { SubmitContainerStateChangeRequest, SubmitContainerStateChangeResponse } from "../models/models_1";
4
+ import { SubmitContainerStateChangeRequest, SubmitContainerStateChangeResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { SubmitTaskStateChangeRequest, SubmitTaskStateChangeResponse } from "../models/models_1";
4
+ import { SubmitTaskStateChangeRequest, SubmitTaskStateChangeResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { TagResourceRequest, TagResourceResponse } from "../models/models_1";
4
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
4
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { UpdateCapacityProviderRequest, UpdateCapacityProviderResponse } from "../models/models_1";
4
+ import { UpdateCapacityProviderRequest, UpdateCapacityProviderResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -139,6 +139,9 @@ declare const UpdateCapacityProviderCommand_base: {
139
139
  * },
140
140
  * },
141
141
  * propagateTags: "CAPACITY_PROVIDER" || "NONE",
142
+ * infrastructureOptimization: { // InfrastructureOptimization
143
+ * scaleInAfter: Number("int"),
144
+ * },
142
145
  * },
143
146
  * };
144
147
  * const command = new UpdateCapacityProviderCommand(input);
@@ -248,6 +251,9 @@ declare const UpdateCapacityProviderCommand_base: {
248
251
  * // },
249
252
  * // },
250
253
  * // propagateTags: "CAPACITY_PROVIDER" || "NONE",
254
+ * // infrastructureOptimization: { // InfrastructureOptimization
255
+ * // scaleInAfter: Number("int"),
256
+ * // },
251
257
  * // },
252
258
  * // updateStatus: "CREATE_IN_PROGRESS" || "CREATE_COMPLETE" || "CREATE_FAILED" || "DELETE_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_COMPLETE" || "UPDATE_FAILED",
253
259
  * // updateStatusReason: "STRING_VALUE",
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { UpdateClusterRequest, UpdateClusterResponse } from "../models/models_1";
4
+ import { UpdateClusterRequest, UpdateClusterResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { UpdateClusterSettingsRequest, UpdateClusterSettingsResponse } from "../models/models_1";
4
+ import { UpdateClusterSettingsRequest, UpdateClusterSettingsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { UpdateContainerAgentRequest, UpdateContainerAgentResponse } from "../models/models_1";
4
+ import { UpdateContainerAgentRequest, UpdateContainerAgentResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { UpdateContainerInstancesStateRequest, UpdateContainerInstancesStateResponse } from "../models/models_1";
4
+ import { UpdateContainerInstancesStateRequest, UpdateContainerInstancesStateResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { UpdateServiceRequest, UpdateServiceResponse } from "../models/models_1";
4
+ import { UpdateServiceRequest, UpdateServiceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { UpdateServicePrimaryTaskSetRequest, UpdateServicePrimaryTaskSetResponse } from "../models/models_1";
4
+ import { UpdateServicePrimaryTaskSetRequest, UpdateServicePrimaryTaskSetResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { UpdateTaskProtectionRequest, UpdateTaskProtectionResponse } from "../models/models_1";
4
+ import { UpdateTaskProtectionRequest, UpdateTaskProtectionResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { UpdateTaskSetRequest, UpdateTaskSetResponse } from "../models/models_1";
4
+ import { UpdateTaskSetRequest, UpdateTaskSetResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -25,5 +25,7 @@ export type { ECSExtensionConfiguration } from "./extensionConfiguration";
25
25
  export * from "./commands";
26
26
  export * from "./pagination";
27
27
  export * from "./waiters";
28
- export * from "./models";
28
+ export * from "./models/enums";
29
+ export * from "./models/errors";
30
+ export type * from "./models/models_0";
29
31
  export { ECSServiceException } from "./models/ECSServiceException";