@jjrawlins/cdk-ami-builder 0.0.69 → 0.0.70

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 (652) hide show
  1. package/.jsii +11 -11
  2. package/cdkamibuilder/jsii/jsii.go +2 -2
  3. package/cdkamibuilder/version +1 -1
  4. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  5. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  6. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  7. package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +11 -0
  8. package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +11 -0
  9. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +3 -0
  10. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
  11. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -0
  12. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +3 -0
  13. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
  14. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -0
  15. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -0
  16. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -0
  17. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -0
  18. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -0
  19. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -0
  21. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +18 -0
  22. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +2 -0
  23. package/node_modules/@aws-sdk/client-ec2/package.json +5 -5
  24. package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +3726 -3105
  25. package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.shared.js +7 -0
  26. package/node_modules/@aws-sdk/client-ecs/dist-es/ECSClient.js +2 -0
  27. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateCapacityProviderCommand.js +3 -9
  28. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateClusterCommand.js +3 -9
  29. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateServiceCommand.js +3 -9
  30. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateTaskSetCommand.js +3 -9
  31. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteAccountSettingCommand.js +3 -9
  32. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteAttributesCommand.js +3 -9
  33. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteCapacityProviderCommand.js +3 -9
  34. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteClusterCommand.js +3 -9
  35. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteServiceCommand.js +3 -9
  36. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteTaskDefinitionsCommand.js +3 -9
  37. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteTaskSetCommand.js +3 -9
  38. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeregisterContainerInstanceCommand.js +3 -9
  39. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeregisterTaskDefinitionCommand.js +3 -9
  40. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeCapacityProvidersCommand.js +3 -9
  41. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeClustersCommand.js +3 -9
  42. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeContainerInstancesCommand.js +3 -9
  43. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeServiceDeploymentsCommand.js +3 -9
  44. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeServiceRevisionsCommand.js +3 -9
  45. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeServicesCommand.js +3 -9
  46. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeTaskDefinitionCommand.js +3 -9
  47. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeTaskSetsCommand.js +3 -9
  48. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeTasksCommand.js +3 -9
  49. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DiscoverPollEndpointCommand.js +3 -9
  50. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ExecuteCommandCommand.js +3 -10
  51. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/GetTaskProtectionCommand.js +3 -9
  52. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListAccountSettingsCommand.js +3 -9
  53. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListAttributesCommand.js +3 -9
  54. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListClustersCommand.js +3 -9
  55. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListContainerInstancesCommand.js +3 -9
  56. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListServiceDeploymentsCommand.js +3 -9
  57. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListServicesByNamespaceCommand.js +3 -9
  58. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListServicesCommand.js +3 -9
  59. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  60. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +3 -9
  61. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTaskDefinitionsCommand.js +3 -9
  62. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTasksCommand.js +3 -9
  63. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/PutAccountSettingCommand.js +3 -9
  64. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/PutAccountSettingDefaultCommand.js +3 -9
  65. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/PutAttributesCommand.js +3 -9
  66. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/PutClusterCapacityProvidersCommand.js +3 -9
  67. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/RegisterContainerInstanceCommand.js +3 -9
  68. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/RegisterTaskDefinitionCommand.js +3 -9
  69. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/RunTaskCommand.js +3 -9
  70. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/StartTaskCommand.js +3 -9
  71. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/StopServiceDeploymentCommand.js +3 -9
  72. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/StopTaskCommand.js +3 -9
  73. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/SubmitAttachmentStateChangesCommand.js +3 -9
  74. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/SubmitContainerStateChangeCommand.js +3 -9
  75. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/SubmitTaskStateChangeCommand.js +3 -9
  76. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/TagResourceCommand.js +3 -9
  77. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UntagResourceCommand.js +3 -9
  78. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateCapacityProviderCommand.js +3 -9
  79. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateClusterCommand.js +3 -9
  80. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateClusterSettingsCommand.js +3 -9
  81. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateContainerAgentCommand.js +3 -9
  82. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateContainerInstancesStateCommand.js +3 -9
  83. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateServiceCommand.js +3 -9
  84. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +3 -9
  85. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateTaskProtectionCommand.js +3 -9
  86. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateTaskSetCommand.js +3 -9
  87. package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +0 -9
  88. package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.shared.js +7 -0
  89. package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +3541 -0
  90. package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +10 -1
  91. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +0 -8
  92. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.browser.d.ts +1 -0
  93. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.d.ts +1 -0
  94. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.native.d.ts +1 -0
  95. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.shared.d.ts +1 -0
  96. package/node_modules/@aws-sdk/client-ecs/dist-types/schemas/schemas_0.d.ts +446 -0
  97. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/ECSClient.d.ts +4 -0
  98. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +0 -4
  99. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  100. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  101. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  102. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  103. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/schemas/schemas_0.d.ts +452 -0
  104. package/node_modules/@aws-sdk/client-ecs/package.json +5 -6
  105. package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +1971 -2615
  106. package/node_modules/@aws-sdk/client-kms/dist-cjs/runtimeConfig.shared.js +7 -0
  107. package/node_modules/@aws-sdk/client-kms/dist-es/KMSClient.js +2 -0
  108. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CancelKeyDeletionCommand.js +3 -9
  109. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ConnectCustomKeyStoreCommand.js +3 -9
  110. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateAliasCommand.js +3 -9
  111. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateCustomKeyStoreCommand.js +3 -10
  112. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateGrantCommand.js +3 -9
  113. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateKeyCommand.js +3 -9
  114. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DecryptCommand.js +3 -10
  115. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteAliasCommand.js +3 -9
  116. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteCustomKeyStoreCommand.js +3 -9
  117. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteImportedKeyMaterialCommand.js +3 -9
  118. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeriveSharedSecretCommand.js +3 -10
  119. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DescribeCustomKeyStoresCommand.js +3 -10
  120. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DescribeKeyCommand.js +3 -9
  121. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisableKeyCommand.js +3 -9
  122. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisableKeyRotationCommand.js +3 -9
  123. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisconnectCustomKeyStoreCommand.js +3 -9
  124. package/node_modules/@aws-sdk/client-kms/dist-es/commands/EnableKeyCommand.js +3 -9
  125. package/node_modules/@aws-sdk/client-kms/dist-es/commands/EnableKeyRotationCommand.js +3 -9
  126. package/node_modules/@aws-sdk/client-kms/dist-es/commands/EncryptCommand.js +3 -10
  127. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyCommand.js +3 -10
  128. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyPairCommand.js +3 -10
  129. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +3 -9
  130. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +3 -9
  131. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateMacCommand.js +3 -10
  132. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateRandomCommand.js +3 -10
  133. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetKeyPolicyCommand.js +3 -9
  134. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetKeyRotationStatusCommand.js +3 -9
  135. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetParametersForImportCommand.js +3 -10
  136. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetPublicKeyCommand.js +3 -9
  137. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ImportKeyMaterialCommand.js +3 -9
  138. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListAliasesCommand.js +3 -9
  139. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListGrantsCommand.js +3 -9
  140. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeyPoliciesCommand.js +3 -9
  141. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeyRotationsCommand.js +3 -9
  142. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeysCommand.js +3 -9
  143. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListResourceTagsCommand.js +3 -9
  144. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListRetirableGrantsCommand.js +3 -9
  145. package/node_modules/@aws-sdk/client-kms/dist-es/commands/PutKeyPolicyCommand.js +3 -9
  146. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ReEncryptCommand.js +3 -9
  147. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ReplicateKeyCommand.js +3 -9
  148. package/node_modules/@aws-sdk/client-kms/dist-es/commands/RetireGrantCommand.js +3 -9
  149. package/node_modules/@aws-sdk/client-kms/dist-es/commands/RevokeGrantCommand.js +3 -9
  150. package/node_modules/@aws-sdk/client-kms/dist-es/commands/RotateKeyOnDemandCommand.js +3 -9
  151. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ScheduleKeyDeletionCommand.js +3 -9
  152. package/node_modules/@aws-sdk/client-kms/dist-es/commands/SignCommand.js +3 -10
  153. package/node_modules/@aws-sdk/client-kms/dist-es/commands/TagResourceCommand.js +3 -9
  154. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UntagResourceCommand.js +3 -9
  155. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateAliasCommand.js +3 -9
  156. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateCustomKeyStoreCommand.js +3 -10
  157. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateKeyDescriptionCommand.js +3 -9
  158. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdatePrimaryRegionCommand.js +3 -9
  159. package/node_modules/@aws-sdk/client-kms/dist-es/commands/VerifyCommand.js +3 -10
  160. package/node_modules/@aws-sdk/client-kms/dist-es/commands/VerifyMacCommand.js +3 -10
  161. package/node_modules/@aws-sdk/client-kms/dist-es/models/models_0.js +0 -80
  162. package/node_modules/@aws-sdk/client-kms/dist-es/runtimeConfig.shared.js +7 -0
  163. package/node_modules/@aws-sdk/client-kms/dist-es/schemas/schemas_0.js +1728 -0
  164. package/node_modules/@aws-sdk/client-kms/dist-types/KMSClient.d.ts +10 -1
  165. package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +0 -68
  166. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.browser.d.ts +1 -0
  167. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.d.ts +1 -0
  168. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.native.d.ts +1 -0
  169. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.shared.d.ts +1 -0
  170. package/node_modules/@aws-sdk/client-kms/dist-types/schemas/schemas_0.d.ts +229 -0
  171. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/KMSClient.d.ts +4 -0
  172. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +0 -49
  173. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  174. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  175. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  176. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  177. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/schemas/schemas_0.d.ts +235 -0
  178. package/node_modules/@aws-sdk/client-kms/package.json +5 -5
  179. package/node_modules/@aws-sdk/client-s3/package.json +9 -9
  180. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +808 -1068
  181. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +7 -0
  182. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +2 -0
  183. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/BatchGetSecretValueCommand.js +3 -10
  184. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CancelRotateSecretCommand.js +3 -9
  185. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CreateSecretCommand.js +3 -10
  186. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  187. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteSecretCommand.js +3 -9
  188. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DescribeSecretCommand.js +3 -9
  189. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetRandomPasswordCommand.js +3 -10
  190. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  191. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetSecretValueCommand.js +3 -10
  192. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretVersionIdsCommand.js +3 -9
  193. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretsCommand.js +3 -9
  194. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  195. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutSecretValueCommand.js +3 -10
  196. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RemoveRegionsFromReplicationCommand.js +3 -9
  197. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ReplicateSecretToRegionsCommand.js +3 -9
  198. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RestoreSecretCommand.js +3 -9
  199. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RotateSecretCommand.js +3 -9
  200. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/StopReplicationToReplicaCommand.js +3 -9
  201. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/TagResourceCommand.js +3 -9
  202. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UntagResourceCommand.js +3 -9
  203. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretCommand.js +3 -10
  204. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretVersionStageCommand.js +3 -9
  205. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ValidateResourcePolicyCommand.js +3 -9
  206. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +0 -35
  207. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +7 -0
  208. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +731 -0
  209. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +10 -1
  210. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +0 -28
  211. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +1 -0
  212. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +1 -0
  213. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +1 -0
  214. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.shared.d.ts +1 -0
  215. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +112 -0
  216. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +4 -0
  217. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +0 -21
  218. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  219. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  220. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  221. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  222. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +119 -0
  223. package/node_modules/@aws-sdk/client-secrets-manager/package.json +5 -6
  224. package/node_modules/@aws-sdk/client-sfn/dist-cjs/index.js +2040 -2279
  225. package/node_modules/@aws-sdk/client-sfn/dist-cjs/runtimeConfig.shared.js +7 -0
  226. package/node_modules/@aws-sdk/client-sfn/dist-es/SFNClient.js +2 -0
  227. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/CreateActivityCommand.js +3 -9
  228. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/CreateStateMachineAliasCommand.js +3 -10
  229. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/CreateStateMachineCommand.js +3 -10
  230. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DeleteActivityCommand.js +3 -9
  231. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DeleteStateMachineAliasCommand.js +3 -9
  232. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DeleteStateMachineCommand.js +3 -9
  233. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DeleteStateMachineVersionCommand.js +3 -9
  234. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeActivityCommand.js +3 -9
  235. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeExecutionCommand.js +3 -10
  236. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeMapRunCommand.js +3 -9
  237. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeStateMachineAliasCommand.js +3 -10
  238. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeStateMachineCommand.js +3 -10
  239. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeStateMachineForExecutionCommand.js +3 -10
  240. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/GetActivityTaskCommand.js +3 -10
  241. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/GetExecutionHistoryCommand.js +3 -10
  242. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListActivitiesCommand.js +3 -9
  243. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListExecutionsCommand.js +3 -9
  244. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListMapRunsCommand.js +3 -9
  245. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListStateMachineAliasesCommand.js +3 -9
  246. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListStateMachineVersionsCommand.js +3 -9
  247. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListStateMachinesCommand.js +3 -9
  248. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  249. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/PublishStateMachineVersionCommand.js +3 -10
  250. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/RedriveExecutionCommand.js +3 -9
  251. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/SendTaskFailureCommand.js +3 -10
  252. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/SendTaskHeartbeatCommand.js +3 -9
  253. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/SendTaskSuccessCommand.js +3 -10
  254. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/StartExecutionCommand.js +3 -10
  255. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/StartSyncExecutionCommand.js +3 -10
  256. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/StopExecutionCommand.js +3 -10
  257. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/TagResourceCommand.js +3 -9
  258. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/TestStateCommand.js +3 -10
  259. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/UntagResourceCommand.js +3 -9
  260. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/UpdateMapRunCommand.js +3 -9
  261. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/UpdateStateMachineAliasCommand.js +3 -10
  262. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/UpdateStateMachineCommand.js +3 -10
  263. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ValidateStateMachineDefinitionCommand.js +3 -10
  264. package/node_modules/@aws-sdk/client-sfn/dist-es/models/models_0.js +0 -333
  265. package/node_modules/@aws-sdk/client-sfn/dist-es/runtimeConfig.shared.js +7 -0
  266. package/node_modules/@aws-sdk/client-sfn/dist-es/schemas/schemas_0.js +1867 -0
  267. package/node_modules/@aws-sdk/client-sfn/dist-types/SFNClient.d.ts +10 -1
  268. package/node_modules/@aws-sdk/client-sfn/dist-types/models/models_0.d.ts +0 -204
  269. package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.browser.d.ts +1 -0
  270. package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.d.ts +1 -0
  271. package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.native.d.ts +1 -0
  272. package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.shared.d.ts +1 -0
  273. package/node_modules/@aws-sdk/client-sfn/dist-types/schemas/schemas_0.d.ts +235 -0
  274. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/SFNClient.d.ts +4 -0
  275. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/models/models_0.d.ts +0 -151
  276. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  277. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  278. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  279. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  280. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/schemas/schemas_0.d.ts +242 -0
  281. package/node_modules/@aws-sdk/client-sfn/package.json +5 -6
  282. package/node_modules/@aws-sdk/client-sns/package.json +5 -5
  283. package/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js +1509 -1437
  284. package/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js +7 -0
  285. package/node_modules/@aws-sdk/client-sqs/dist-es/SQSClient.js +2 -0
  286. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/AddPermissionCommand.js +3 -9
  287. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/CancelMessageMoveTaskCommand.js +3 -9
  288. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +3 -9
  289. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ChangeMessageVisibilityCommand.js +3 -9
  290. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/CreateQueueCommand.js +3 -9
  291. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/DeleteMessageBatchCommand.js +3 -9
  292. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/DeleteMessageCommand.js +3 -9
  293. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/DeleteQueueCommand.js +3 -9
  294. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/GetQueueAttributesCommand.js +3 -9
  295. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/GetQueueUrlCommand.js +3 -9
  296. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +3 -9
  297. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListMessageMoveTasksCommand.js +3 -9
  298. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListQueueTagsCommand.js +3 -9
  299. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListQueuesCommand.js +3 -9
  300. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/PurgeQueueCommand.js +3 -9
  301. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ReceiveMessageCommand.js +3 -10
  302. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/RemovePermissionCommand.js +3 -9
  303. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/SendMessageBatchCommand.js +3 -10
  304. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/SendMessageCommand.js +3 -10
  305. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/SetQueueAttributesCommand.js +3 -9
  306. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/StartMessageMoveTaskCommand.js +3 -9
  307. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/TagQueueCommand.js +3 -9
  308. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/UntagQueueCommand.js +3 -9
  309. package/node_modules/@aws-sdk/client-sqs/dist-es/runtimeConfig.shared.js +7 -0
  310. package/node_modules/@aws-sdk/client-sqs/dist-es/schemas/schemas_0.js +1384 -0
  311. package/node_modules/@aws-sdk/client-sqs/dist-types/SQSClient.d.ts +10 -1
  312. package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.browser.d.ts +1 -0
  313. package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.d.ts +1 -0
  314. package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.native.d.ts +1 -0
  315. package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.shared.d.ts +1 -0
  316. package/node_modules/@aws-sdk/client-sqs/dist-types/schemas/schemas_0.d.ts +125 -0
  317. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/SQSClient.d.ts +4 -0
  318. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  319. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  320. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  321. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  322. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/schemas/schemas_0.d.ts +131 -0
  323. package/node_modules/@aws-sdk/client-sqs/package.json +5 -5
  324. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +8788 -8207
  325. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +7 -0
  326. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +2 -0
  327. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +3 -9
  328. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +3 -9
  329. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +3 -9
  330. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +3 -9
  331. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +3 -9
  332. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +3 -10
  333. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +3 -10
  334. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +3 -9
  335. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +3 -10
  336. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +3 -9
  337. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +3 -9
  338. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +3 -10
  339. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +3 -9
  340. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +3 -9
  341. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +3 -9
  342. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +3 -9
  343. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +3 -9
  344. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +3 -9
  345. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +3 -9
  346. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +3 -9
  347. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +3 -9
  348. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +3 -9
  349. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +3 -9
  350. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +3 -9
  351. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  352. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +3 -9
  353. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +3 -9
  354. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +3 -9
  355. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +3 -9
  356. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +3 -9
  357. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +3 -10
  358. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +3 -9
  359. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +3 -9
  360. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +3 -9
  361. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +3 -9
  362. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +3 -9
  363. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +3 -9
  364. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +3 -9
  365. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +3 -9
  366. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +3 -9
  367. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +3 -9
  368. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +3 -10
  369. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +3 -10
  370. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +3 -10
  371. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +3 -9
  372. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +3 -10
  373. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +3 -9
  374. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +3 -10
  375. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +3 -9
  376. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +3 -9
  377. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +3 -9
  378. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +3 -10
  379. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +3 -10
  380. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +3 -10
  381. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +3 -9
  382. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +3 -9
  383. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +3 -9
  384. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +3 -9
  385. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +3 -9
  386. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +3 -9
  387. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +3 -9
  388. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +3 -9
  389. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +3 -9
  390. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAccessTokenCommand.js +3 -10
  391. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +3 -9
  392. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +3 -9
  393. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +3 -9
  394. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +3 -9
  395. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +3 -9
  396. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +3 -10
  397. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +3 -9
  398. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +3 -9
  399. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +3 -9
  400. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +3 -9
  401. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +3 -10
  402. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +3 -9
  403. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +3 -10
  404. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +3 -10
  405. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +3 -10
  406. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +3 -9
  407. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +3 -9
  408. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +3 -9
  409. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +3 -10
  410. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +3 -10
  411. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +3 -10
  412. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +3 -10
  413. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +3 -10
  414. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +3 -9
  415. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +3 -9
  416. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +3 -9
  417. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +3 -9
  418. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +3 -10
  419. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +3 -9
  420. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +3 -9
  421. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +3 -10
  422. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +3 -9
  423. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +3 -9
  424. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +3 -9
  425. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +3 -9
  426. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +3 -9
  427. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +3 -9
  428. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +3 -10
  429. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +3 -9
  430. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +3 -9
  431. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +3 -9
  432. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +3 -9
  433. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +3 -9
  434. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +3 -9
  435. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  436. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +3 -9
  437. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +3 -9
  438. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +3 -9
  439. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +3 -10
  440. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  441. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +3 -9
  442. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +3 -9
  443. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +3 -10
  444. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +3 -10
  445. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -9
  446. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +3 -9
  447. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +3 -9
  448. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +3 -9
  449. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +3 -10
  450. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAccessRequestCommand.js +3 -9
  451. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +3 -9
  452. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +3 -9
  453. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +3 -9
  454. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +3 -9
  455. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +3 -9
  456. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +3 -9
  457. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +3 -9
  458. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +3 -9
  459. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +3 -10
  460. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +3 -10
  461. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +3 -9
  462. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +3 -9
  463. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +3 -9
  464. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +3 -10
  465. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +3 -10
  466. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +3 -10
  467. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +3 -9
  468. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +3 -9
  469. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +3 -9
  470. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +3 -10
  471. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +3 -9
  472. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +3 -9
  473. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +0 -99
  474. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +0 -159
  475. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +0 -82
  476. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +7 -0
  477. package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +8146 -0
  478. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +10 -1
  479. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +0 -80
  480. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +0 -140
  481. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +0 -60
  482. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +1 -0
  483. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -0
  484. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +1 -0
  485. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +1 -0
  486. package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +957 -0
  487. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +4 -0
  488. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +0 -58
  489. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +0 -93
  490. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +0 -45
  491. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  492. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  493. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  494. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  495. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +964 -0
  496. package/node_modules/@aws-sdk/client-ssm/package.json +5 -6
  497. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  498. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +1 -1
  499. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +1 -1
  500. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +1 -1
  501. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +1 -1
  502. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -1
  503. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +1 -1
  504. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  505. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
  506. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
  507. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
  508. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -1
  509. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  510. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -1
  511. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
  512. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
  513. package/node_modules/@aws-sdk/core/package.json +1 -1
  514. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  515. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  516. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  517. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  518. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  519. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  520. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  521. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
  522. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
  523. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  524. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  525. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  526. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  527. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  528. package/node_modules/@smithy/abort-controller/package.json +2 -2
  529. package/node_modules/@smithy/config-resolver/package.json +5 -5
  530. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +4 -1
  531. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -1
  532. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +3 -3
  533. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  534. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  535. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  536. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +1 -1
  537. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  538. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  539. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  540. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  541. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  542. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  543. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  544. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +1 -1
  545. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +1 -1
  546. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
  547. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  548. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -1
  549. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  550. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  551. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
  552. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +3 -3
  553. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  554. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  555. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  556. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +1 -1
  557. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
  558. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  559. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  560. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  561. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  562. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -1
  563. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  564. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +1 -1
  565. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +1 -1
  566. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
  567. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  568. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -1
  569. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  570. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  571. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +1 -1
  572. package/node_modules/@smithy/core/package.json +7 -7
  573. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  574. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  575. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  576. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  577. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  578. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  579. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  580. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  581. package/node_modules/@smithy/hash-node/package.json +2 -2
  582. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  583. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  584. package/node_modules/@smithy/md5-js/package.json +2 -2
  585. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  586. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  587. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  588. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  589. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  590. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  591. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  592. package/node_modules/@smithy/property-provider/package.json +2 -2
  593. package/node_modules/@smithy/protocol-http/package.json +2 -2
  594. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  595. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  596. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  597. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +2 -3
  598. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +10 -6
  599. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
  600. package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +1 -1
  601. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +1 -2
  602. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
  603. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -3
  604. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
  605. package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
  606. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  607. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +1 -0
  608. package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
  609. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  610. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
  611. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
  612. package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
  613. package/node_modules/@smithy/signature-v4/package.json +4 -4
  614. package/node_modules/@smithy/smithy-client/package.json +7 -7
  615. package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +12 -12
  616. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +5 -5
  617. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +15 -15
  618. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +12 -12
  619. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +5 -5
  620. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +15 -15
  621. package/node_modules/@smithy/types/package.json +1 -1
  622. package/node_modules/@smithy/url-parser/package.json +3 -3
  623. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  624. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  625. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  626. package/node_modules/@smithy/util-middleware/package.json +2 -2
  627. package/node_modules/@smithy/util-retry/package.json +3 -3
  628. package/node_modules/@smithy/util-stream/package.json +4 -4
  629. package/node_modules/@smithy/util-waiter/package.json +3 -3
  630. package/package.json +12 -12
  631. package/node_modules/@aws-sdk/client-ecs/dist-es/protocols/Aws_json1_1.js +0 -2596
  632. package/node_modules/@aws-sdk/client-ecs/dist-types/protocols/Aws_json1_1.d.ts +0 -542
  633. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -725
  634. package/node_modules/@aws-sdk/client-kms/dist-es/protocols/Aws_json1_1.js +0 -2008
  635. package/node_modules/@aws-sdk/client-kms/dist-types/protocols/Aws_json1_1.d.ts +0 -479
  636. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -638
  637. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/protocols/Aws_json1_1.js +0 -834
  638. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/protocols/Aws_json1_1.d.ts +0 -209
  639. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -281
  640. package/node_modules/@aws-sdk/client-sfn/dist-es/protocols/Aws_json1_0.js +0 -1539
  641. package/node_modules/@aws-sdk/client-sfn/dist-types/protocols/Aws_json1_0.d.ts +0 -335
  642. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -449
  643. package/node_modules/@aws-sdk/client-sqs/dist-es/protocols/Aws_json1_0.js +0 -1193
  644. package/node_modules/@aws-sdk/client-sqs/dist-types/protocols/Aws_json1_0.d.ts +0 -209
  645. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -281
  646. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +0 -6370
  647. package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +0 -1316
  648. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1757
  649. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -17
  650. package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -13
  651. package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -7
  652. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -7
@@ -0,0 +1,3541 @@
1
+ const _A = "Attachment";
2
+ const _AC = "AdvancedConfiguration";
3
+ const _ACR = "AcceleratorCountRequest";
4
+ const _AD = "AttachmentDetails";
5
+ const _ADE = "AccessDeniedException";
6
+ const _AIT = "AllowedInstanceType";
7
+ const _AITS = "AllowedInstanceTypeSet";
8
+ const _ALEE = "AttributeLimitExceededException";
9
+ const _AM = "AcceleratorManufacturer";
10
+ const _AMS = "AcceleratorManufacturerSet";
11
+ const _AN = "AcceleratorName";
12
+ const _ANS = "AcceleratorNameSet";
13
+ const _ASC = "AttachmentStateChange";
14
+ const _ASCt = "AttachmentStateChanges";
15
+ const _ASGP = "AutoScalingGroupProvider";
16
+ const _ASGPU = "AutoScalingGroupProviderUpdate";
17
+ const _AT = "AcceleratorType";
18
+ const _ATMMBR = "AcceleratorTotalMemoryMiBRequest";
19
+ const _ATS = "AcceleratorTypeSet";
20
+ const _AVC = "AwsVpcConfiguration";
21
+ const _At = "Attribute";
22
+ const _Att = "Attachments";
23
+ const _Attr = "Attributes";
24
+ const _BE = "BlockedException";
25
+ const _BEBMR = "BaselineEbsBandwidthMbpsRequest";
26
+ const _C = "Cluster";
27
+ const _CA = "CreatedAt";
28
+ const _CC = "CanaryConfiguration";
29
+ const _CCCIE = "ClusterContainsContainerInstancesException";
30
+ const _CCCPE = "ClusterContainsCapacityProviderException";
31
+ const _CCP = "CreateCapacityProvider";
32
+ const _CCPR = "CreateCapacityProviderRequest";
33
+ const _CCPRr = "CreateCapacityProviderResponse";
34
+ const _CCR = "CreateClusterRequest";
35
+ const _CCRr = "CreateClusterResponse";
36
+ const _CCSE = "ClusterContainsServicesException";
37
+ const _CCTE = "ClusterContainsTasksException";
38
+ const _CCl = "ClusterConfiguration";
39
+ const _CCr = "CreateCluster";
40
+ const _CD = "ContainerDefinition";
41
+ const _CDo = "ContainerDependency";
42
+ const _CDon = "ContainerDefinitions";
43
+ const _CDont = "ContainerDependencies";
44
+ const _CE = "ClientException";
45
+ const _CEo = "ConflictException";
46
+ const _CI = "ContainerImage";
47
+ const _CIHS = "ContainerInstanceHealthStatus";
48
+ const _CIo = "ContainerInstance";
49
+ const _CIon = "ContainerImages";
50
+ const _CIont = "ContainerInstances";
51
+ const _CM = "CpuManufacturer";
52
+ const _CMIPC = "CreateManagedInstancesProviderConfiguration";
53
+ const _CMS = "CpuManufacturerSet";
54
+ const _CNFE = "ClusterNotFoundException";
55
+ const _CO = "ContainerOverride";
56
+ const _COo = "ContainerOverrides";
57
+ const _CP = "CapacityProvider";
58
+ const _CPS = "CapacityProviderStrategy";
59
+ const _CPSI = "CapacityProviderStrategyItem";
60
+ const _CPa = "CapacityProviders";
61
+ const _CRP = "ContainerRestartPolicy";
62
+ const _CS = "ClusterSetting";
63
+ const _CSC = "ContainerStateChange";
64
+ const _CSCD = "ClusterServiceConnectDefaults";
65
+ const _CSCDR = "ClusterServiceConnectDefaultsRequest";
66
+ const _CSCo = "ContainerStateChanges";
67
+ const _CSR = "CreateServiceRequest";
68
+ const _CSRr = "CreateServiceResponse";
69
+ const _CSl = "ClusterSettings";
70
+ const _CSr = "CreateService";
71
+ const _CTS = "CreateTaskSet";
72
+ const _CTSR = "CreateTaskSetRequest";
73
+ const _CTSRr = "CreateTaskSetResponse";
74
+ const _Cl = "Clusters";
75
+ const _Co = "Container";
76
+ const _Con = "Containers";
77
+ const _D = "Deployment";
78
+ const _DA = "DeploymentAlarms";
79
+ const _DAR = "DeleteAttributesRequest";
80
+ const _DARe = "DeleteAttributesResponse";
81
+ const _DAS = "DeleteAccountSetting";
82
+ const _DASR = "DeleteAccountSettingRequest";
83
+ const _DASRe = "DeleteAccountSettingResponse";
84
+ const _DAe = "DeleteAttributes";
85
+ const _DC = "DeploymentConfiguration";
86
+ const _DCB = "DeploymentCircuitBreaker";
87
+ const _DCI = "DeregisterContainerInstance";
88
+ const _DCIR = "DeregisterContainerInstanceRequest";
89
+ const _DCIRe = "DeregisterContainerInstanceResponse";
90
+ const _DCIRes = "DescribeContainerInstancesRequest";
91
+ const _DCIResc = "DescribeContainerInstancesResponse";
92
+ const _DCIe = "DescribeContainerInstances";
93
+ const _DCP = "DeleteCapacityProvider";
94
+ const _DCPR = "DeleteCapacityProviderRequest";
95
+ const _DCPRe = "DeleteCapacityProviderResponse";
96
+ const _DCPRes = "DescribeCapacityProvidersRequest";
97
+ const _DCPResc = "DescribeCapacityProvidersResponse";
98
+ const _DCPe = "DescribeCapacityProviders";
99
+ const _DCR = "DeleteClusterRequest";
100
+ const _DCRe = "DeleteClusterResponse";
101
+ const _DCRes = "DescribeClustersRequest";
102
+ const _DCResc = "DescribeClustersResponse";
103
+ const _DCe = "DeploymentController";
104
+ const _DCel = "DeleteCluster";
105
+ const _DCes = "DescribeClusters";
106
+ const _DES = "DeploymentEphemeralStorage";
107
+ const _DL = "DevicesList";
108
+ const _DLH = "DeploymentLifecycleHook";
109
+ const _DLHL = "DeploymentLifecycleHookList";
110
+ const _DPE = "DiscoverPollEndpoint";
111
+ const _DPER = "DiscoverPollEndpointRequest";
112
+ const _DPERi = "DiscoverPollEndpointResponse";
113
+ const _DS = "DeleteService";
114
+ const _DSD = "DescribeServiceDeployments";
115
+ const _DSDR = "DescribeServiceDeploymentsRequest";
116
+ const _DSDRe = "DescribeServiceDeploymentsResponse";
117
+ const _DSR = "DeleteServiceRequest";
118
+ const _DSRR = "DescribeServiceRevisionsRequest";
119
+ const _DSRRe = "DescribeServiceRevisionsResponse";
120
+ const _DSRe = "DeleteServiceResponse";
121
+ const _DSRes = "DescribeServicesRequest";
122
+ const _DSResc = "DescribeServicesResponse";
123
+ const _DSRescr = "DescribeServiceRevisions";
124
+ const _DSe = "DescribeServices";
125
+ const _DT = "DescribeTasks";
126
+ const _DTD = "DeleteTaskDefinitions";
127
+ const _DTDR = "DeleteTaskDefinitionsRequest";
128
+ const _DTDRe = "DeleteTaskDefinitionsResponse";
129
+ const _DTDRer = "DeregisterTaskDefinitionRequest";
130
+ const _DTDRere = "DeregisterTaskDefinitionResponse";
131
+ const _DTDRes = "DescribeTaskDefinitionRequest";
132
+ const _DTDResc = "DescribeTaskDefinitionResponse";
133
+ const _DTDe = "DeregisterTaskDefinition";
134
+ const _DTDes = "DescribeTaskDefinition";
135
+ const _DTR = "DescribeTasksRequest";
136
+ const _DTRe = "DescribeTasksResponse";
137
+ const _DTS = "DeleteTaskSet";
138
+ const _DTSR = "DeleteTaskSetRequest";
139
+ const _DTSRe = "DeleteTaskSetResponse";
140
+ const _DTSRes = "DescribeTaskSetsRequest";
141
+ const _DTSResc = "DescribeTaskSetsResponse";
142
+ const _DTSe = "DescribeTaskSets";
143
+ const _DVC = "DockerVolumeConfiguration";
144
+ const _De = "Device";
145
+ const _Dep = "Deployments";
146
+ const _EBSTS = "EBSTagSpecification";
147
+ const _EBSTSa = "EBSTagSpecifications";
148
+ const _EC = "ExecuteCommand";
149
+ const _ECC = "ExecuteCommandConfiguration";
150
+ const _ECLC = "ExecuteCommandLogConfiguration";
151
+ const _ECR = "ExecuteCommandRequest";
152
+ const _ECRx = "ExecuteCommandResponse";
153
+ const _EF = "EnvironmentFile";
154
+ const _EFSAC = "EFSAuthorizationConfig";
155
+ const _EFSVC = "EFSVolumeConfiguration";
156
+ const _EFn = "EnvironmentFiles";
157
+ const _EIT = "ExcludedInstanceType";
158
+ const _EITS = "ExcludedInstanceTypeSet";
159
+ const _ES = "EphemeralStorage";
160
+ const _EV = "EnvironmentVariables";
161
+ const _F = "Failure";
162
+ const _FC = "FirelensConfiguration";
163
+ const _FSWFSAC = "FSxWindowsFileServerAuthorizationConfig";
164
+ const _FSWFSVC = "FSxWindowsFileServerVolumeConfiguration";
165
+ const _Fa = "Failures";
166
+ const _GTP = "GetTaskProtection";
167
+ const _GTPR = "GetTaskProtectionRequest";
168
+ const _GTPRe = "GetTaskProtectionResponse";
169
+ const _HC = "HealthCheck";
170
+ const _HE = "HostEntry";
171
+ const _HEL = "HostEntryList";
172
+ const _HVP = "HostVolumeProperties";
173
+ const _IA = "InferenceAccelerator";
174
+ const _IAO = "InferenceAcceleratorOverride";
175
+ const _IAOn = "InferenceAcceleratorOverrides";
176
+ const _IAn = "InferenceAccelerators";
177
+ const _IG = "InstanceGeneration";
178
+ const _IGS = "InstanceGenerationSet";
179
+ const _IHCR = "InstanceHealthCheckResult";
180
+ const _IHCRL = "InstanceHealthCheckResultList";
181
+ const _ILT = "InstanceLaunchTemplate";
182
+ const _ILTU = "InstanceLaunchTemplateUpdate";
183
+ const _IPE = "InvalidParameterException";
184
+ const _IRR = "InstanceRequirementsRequest";
185
+ const _KC = "KernelCapabilities";
186
+ const _KVP = "KeyValuePair";
187
+ const _LA = "ListAttributes";
188
+ const _LAR = "ListAttributesRequest";
189
+ const _LARi = "ListAttributesResponse";
190
+ const _LAS = "ListAccountSettings";
191
+ const _LASR = "ListAccountSettingsRequest";
192
+ const _LASRi = "ListAccountSettingsResponse";
193
+ const _LB = "LoadBalancer";
194
+ const _LBo = "LoadBalancers";
195
+ const _LC = "LinearConfiguration";
196
+ const _LCI = "ListContainerInstances";
197
+ const _LCIR = "ListContainerInstancesRequest";
198
+ const _LCIRi = "ListContainerInstancesResponse";
199
+ const _LCR = "ListClustersRequest";
200
+ const _LCRi = "ListClustersResponse";
201
+ const _LCi = "ListClusters";
202
+ const _LCo = "LogConfiguration";
203
+ const _LEE = "LimitExceededException";
204
+ const _LP = "LinuxParameters";
205
+ const _LS = "ListServices";
206
+ const _LSBN = "ListServicesByNamespace";
207
+ const _LSBNR = "ListServicesByNamespaceRequest";
208
+ const _LSBNRi = "ListServicesByNamespaceResponse";
209
+ const _LSD = "ListServiceDeployments";
210
+ const _LSDR = "ListServiceDeploymentsRequest";
211
+ const _LSDRi = "ListServiceDeploymentsResponse";
212
+ const _LSR = "ListServicesRequest";
213
+ const _LSRi = "ListServicesResponse";
214
+ const _LST = "LocalStorageType";
215
+ const _LSTS = "LocalStorageTypeSet";
216
+ const _LT = "ListTasks";
217
+ const _LTD = "ListTaskDefinitions";
218
+ const _LTDF = "ListTaskDefinitionFamilies";
219
+ const _LTDFR = "ListTaskDefinitionFamiliesRequest";
220
+ const _LTDFRi = "ListTaskDefinitionFamiliesResponse";
221
+ const _LTDR = "ListTaskDefinitionsRequest";
222
+ const _LTDRi = "ListTaskDefinitionsResponse";
223
+ const _LTFR = "ListTagsForResource";
224
+ const _LTFRR = "ListTagsForResourceRequest";
225
+ const _LTFRRi = "ListTagsForResourceResponse";
226
+ const _LTR = "ListTasksRequest";
227
+ const _LTRi = "ListTasksResponse";
228
+ const _MA = "ManagedAgent";
229
+ const _MASC = "ManagedAgentStateChange";
230
+ const _MASCa = "ManagedAgentStateChanges";
231
+ const _MAa = "ManagedAgents";
232
+ const _MGBPVCR = "MemoryGiBPerVCpuRequest";
233
+ const _MINC = "ManagedInstancesNetworkConfiguration";
234
+ const _MIP = "ManagedInstancesProvider";
235
+ const _MISC = "ManagedInstancesStorageConfiguration";
236
+ const _MMBR = "MemoryMiBRequest";
237
+ const _MP = "MountPoint";
238
+ const _MPL = "MountPointList";
239
+ const _MS = "ManagedScaling";
240
+ const _MSC = "ManagedStorageConfiguration";
241
+ const _MVE = "MissingVersionException";
242
+ const _NB = "NetworkBinding";
243
+ const _NBGR = "NetworkBandwidthGbpsRequest";
244
+ const _NBe = "NetworkBindings";
245
+ const _NC = "NetworkConfiguration";
246
+ const _NI = "NetworkInterface";
247
+ const _NICR = "NetworkInterfaceCountRequest";
248
+ const _NIe = "NetworkInterfaces";
249
+ const _NNFE = "NamespaceNotFoundException";
250
+ const _NUAE = "NoUpdateAvailableException";
251
+ const _PA = "PutAttributes";
252
+ const _PAR = "PutAttributesRequest";
253
+ const _PARu = "PutAttributesResponse";
254
+ const _PAS = "PutAccountSetting";
255
+ const _PASD = "PutAccountSettingDefault";
256
+ const _PASDR = "PutAccountSettingDefaultRequest";
257
+ const _PASDRu = "PutAccountSettingDefaultResponse";
258
+ const _PASR = "PutAccountSettingRequest";
259
+ const _PASRu = "PutAccountSettingResponse";
260
+ const _PC = "PlacementConstraint";
261
+ const _PCCP = "PutClusterCapacityProviders";
262
+ const _PCCPR = "PutClusterCapacityProvidersRequest";
263
+ const _PCCPRu = "PutClusterCapacityProvidersResponse";
264
+ const _PCP = "ProxyConfigurationProperties";
265
+ const _PCl = "PlacementConstraints";
266
+ const _PCr = "ProxyConfiguration";
267
+ const _PD = "PlatformDevice";
268
+ const _PDl = "PlatformDevices";
269
+ const _PM = "PortMapping";
270
+ const _PML = "PortMappingList";
271
+ const _PS = "PlacementStrategy";
272
+ const _PSl = "PlacementStrategies";
273
+ const _PT = "ProtectedTask";
274
+ const _PTDIE = "PlatformTaskDefinitionIncompatibilityException";
275
+ const _PTr = "ProtectedTasks";
276
+ const _PUE = "PlatformUnknownException";
277
+ const _R = "Resource";
278
+ const _RA = "RequiresAttributes";
279
+ const _RC = "RepositoryCredentials";
280
+ const _RCI = "RegisterContainerInstance";
281
+ const _RCIR = "RegisterContainerInstanceRequest";
282
+ const _RCIRe = "RegisterContainerInstanceResponse";
283
+ const _RCe = "ResolvedConfiguration";
284
+ const _RIUE = "ResourceInUseException";
285
+ const _RNFE = "ResourceNotFoundException";
286
+ const _RP = "RuntimePlatform";
287
+ const _RR = "ResourceRequirement";
288
+ const _RRe = "ResourceRequirements";
289
+ const _RT = "RunTask";
290
+ const _RTD = "RegisterTaskDefinition";
291
+ const _RTDR = "RegisterTaskDefinitionRequest";
292
+ const _RTDRe = "RegisterTaskDefinitionResponse";
293
+ const _RTR = "RunTaskRequest";
294
+ const _RTRu = "RunTaskResponse";
295
+ const _Re = "Resources";
296
+ const _Ro = "Rollback";
297
+ const _S = "Scale";
298
+ const _SASC = "SubmitAttachmentStateChanges";
299
+ const _SASCR = "SubmitAttachmentStateChangesRequest";
300
+ const _SASCRu = "SubmitAttachmentStateChangesResponse";
301
+ const _SC = "SystemControl";
302
+ const _SCALC = "ServiceConnectAccessLogConfiguration";
303
+ const _SCC = "ServiceConnectConfiguration";
304
+ const _SCCA = "ServiceConnectClientAlias";
305
+ const _SCCAL = "ServiceConnectClientAliasList";
306
+ const _SCS = "ServiceConnectService";
307
+ const _SCSC = "SubmitContainerStateChange";
308
+ const _SCSCR = "SubmitContainerStateChangeRequest";
309
+ const _SCSCRu = "SubmitContainerStateChangeResponse";
310
+ const _SCSL = "ServiceConnectServiceList";
311
+ const _SCSR = "ServiceConnectServiceResource";
312
+ const _SCSRL = "ServiceConnectServiceResourceList";
313
+ const _SCTC = "ServiceConnectTlsConfiguration";
314
+ const _SCTCA = "ServiceConnectTlsCertificateAuthority";
315
+ const _SCTTHMR = "ServiceConnectTestTrafficHeaderMatchRules";
316
+ const _SCTTHR = "ServiceConnectTestTrafficHeaderRules";
317
+ const _SCTTR = "ServiceConnectTestTrafficRules";
318
+ const _SCy = "SystemControls";
319
+ const _SD = "ServiceDeployment";
320
+ const _SDA = "ServiceDeploymentAlarms";
321
+ const _SDB = "ServiceDeploymentBrief";
322
+ const _SDBe = "ServiceDeploymentsBrief";
323
+ const _SDCB = "ServiceDeploymentCircuitBreaker";
324
+ const _SDNFE = "ServiceDeploymentNotFoundException";
325
+ const _SDe = "ServiceDeployments";
326
+ const _SE = "ServerException";
327
+ const _SEe = "ServiceEvent";
328
+ const _SEer = "ServiceEvents";
329
+ const _SL = "SecretList";
330
+ const _SMEBSVC = "ServiceManagedEBSVolumeConfiguration";
331
+ const _SNAE = "ServiceNotActiveException";
332
+ const _SNFE = "ServiceNotFoundException";
333
+ const _SR = "ServiceRegistry";
334
+ const _SRLB = "ServiceRevisionLoadBalancer";
335
+ const _SRLBe = "ServiceRevisionLoadBalancers";
336
+ const _SRS = "ServiceRevisionSummary";
337
+ const _SRSL = "ServiceRevisionsSummaryList";
338
+ const _SRe = "ServiceRevision";
339
+ const _SRer = "ServiceRegistries";
340
+ const _SRerv = "ServiceRevisions";
341
+ const _SS = "SensitiveString";
342
+ const _SSD = "StopServiceDeployment";
343
+ const _SSDR = "StopServiceDeploymentRequest";
344
+ const _SSDRt = "StopServiceDeploymentResponse";
345
+ const _ST = "StartTask";
346
+ const _STR = "StartTaskRequest";
347
+ const _STRt = "StartTaskResponse";
348
+ const _STRto = "StopTaskRequest";
349
+ const _STRtop = "StopTaskResponse";
350
+ const _STSC = "SubmitTaskStateChange";
351
+ const _STSCR = "SubmitTaskStateChangeRequest";
352
+ const _STSCRu = "SubmitTaskStateChangeResponse";
353
+ const _STt = "StopTask";
354
+ const _SVC = "ServiceVolumeConfiguration";
355
+ const _SVCe = "ServiceVolumeConfigurations";
356
+ const _Se = "Secret";
357
+ const _Ser = "Service";
358
+ const _Serv = "Services";
359
+ const _Ses = "Session";
360
+ const _Set = "Setting";
361
+ const _Sett = "Settings";
362
+ const _St = "Statistics";
363
+ const _T = "Tag";
364
+ const _TC = "TimeoutConfiguration";
365
+ const _TD = "TaskDefinition";
366
+ const _TDL = "TaskDefinitionList";
367
+ const _TDPC = "TaskDefinitionPlacementConstraint";
368
+ const _TDPCa = "TaskDefinitionPlacementConstraints";
369
+ const _TES = "TaskEphemeralStorage";
370
+ const _TL = "TmpfsList";
371
+ const _TLSGBR = "TotalLocalStorageGBRequest";
372
+ const _TMEBSVC = "TaskManagedEBSVolumeConfiguration";
373
+ const _TMEBSVTP = "TaskManagedEBSVolumeTerminationPolicy";
374
+ const _TNCE = "TargetNotConnectedException";
375
+ const _TNFE = "TargetNotFoundException";
376
+ const _TO = "TaskOverride";
377
+ const _TR = "TagResource";
378
+ const _TRR = "TagResourceRequest";
379
+ const _TRRa = "TagResourceResponse";
380
+ const _TS = "TaskSet";
381
+ const _TSNFE = "TaskSetNotFoundException";
382
+ const _TSa = "TaskSets";
383
+ const _TVC = "TaskVolumeConfiguration";
384
+ const _TVCa = "TaskVolumeConfigurations";
385
+ const _Ta = "Task";
386
+ const _Tag = "Tags";
387
+ const _Tas = "Tasks";
388
+ const _Tm = "Tmpfs";
389
+ const _U = "Ulimit";
390
+ const _UC = "UpdateCluster";
391
+ const _UCA = "UpdateContainerAgent";
392
+ const _UCAR = "UpdateContainerAgentRequest";
393
+ const _UCARp = "UpdateContainerAgentResponse";
394
+ const _UCIS = "UpdateContainerInstancesState";
395
+ const _UCISR = "UpdateContainerInstancesStateRequest";
396
+ const _UCISRp = "UpdateContainerInstancesStateResponse";
397
+ const _UCP = "UpdateCapacityProvider";
398
+ const _UCPR = "UpdateCapacityProviderRequest";
399
+ const _UCPRp = "UpdateCapacityProviderResponse";
400
+ const _UCR = "UpdateClusterRequest";
401
+ const _UCRp = "UpdateClusterResponse";
402
+ const _UCS = "UpdateClusterSettings";
403
+ const _UCSR = "UpdateClusterSettingsRequest";
404
+ const _UCSRp = "UpdateClusterSettingsResponse";
405
+ const _UFE = "UnsupportedFeatureException";
406
+ const _UIPE = "UpdateInProgressException";
407
+ const _UL = "UlimitList";
408
+ const _UMIPC = "UpdateManagedInstancesProviderConfiguration";
409
+ const _UR = "UntagResource";
410
+ const _URR = "UntagResourceRequest";
411
+ const _URRn = "UntagResourceResponse";
412
+ const _US = "UpdateService";
413
+ const _USPTS = "UpdateServicePrimaryTaskSet";
414
+ const _USPTSR = "UpdateServicePrimaryTaskSetRequest";
415
+ const _USPTSRp = "UpdateServicePrimaryTaskSetResponse";
416
+ const _USR = "UpdateServiceRequest";
417
+ const _USRp = "UpdateServiceResponse";
418
+ const _UTP = "UpdateTaskProtection";
419
+ const _UTPR = "UpdateTaskProtectionRequest";
420
+ const _UTPRp = "UpdateTaskProtectionResponse";
421
+ const _UTS = "UpdateTaskSet";
422
+ const _UTSR = "UpdateTaskSetRequest";
423
+ const _UTSRp = "UpdateTaskSetResponse";
424
+ const _V = "Volume";
425
+ const _VCCRR = "VCpuCountRangeRequest";
426
+ const _VF = "VolumeFrom";
427
+ const _VFL = "VolumeFromList";
428
+ const _VI = "VersionInfo";
429
+ const _VL = "VolumeList";
430
+ const _VLC = "VpcLatticeConfiguration";
431
+ const _VLCp = "VpcLatticeConfigurations";
432
+ const _a = "attachments";
433
+ const _aA = "attachmentArn";
434
+ const _aC = "agentConnected";
435
+ const _aCc = "acceleratorCount";
436
+ const _aCd = "advancedConfiguration";
437
+ const _aCu = "authorizationConfig";
438
+ const _aCw = "awsvpcConfiguration";
439
+ const _aH = "agentHash";
440
+ const _aI = "attachmentId";
441
+ const _aIT = "allowedInstanceTypes";
442
+ const _aLC = "accessLogConfiguration";
443
+ const _aM = "acceleratorManufacturers";
444
+ const _aN = "alarmNames";
445
+ const _aNc = "acceleratorNames";
446
+ const _aNt = "attributeName";
447
+ const _aP = "appProtocol";
448
+ const _aPAA = "awsPcaAuthorityArn";
449
+ const _aPI = "assignPublicIp";
450
+ const _aPIc = "accessPointId";
451
+ const _aS = "attachmentsStatus";
452
+ const _aSC = "activeServicesCount";
453
+ const _aSGA = "autoScalingGroupArn";
454
+ const _aSGP = "autoScalingGroupProvider";
455
+ const _aT = "acceleratorTypes";
456
+ const _aTGA = "alternateTargetGroupArn";
457
+ const _aTMMB = "acceleratorTotalMemoryMiB";
458
+ const _aUS = "agentUpdateStatus";
459
+ const _aV = "attributeValue";
460
+ const _aVg = "agentVersion";
461
+ const _aZ = "availabilityZone";
462
+ const _aZR = "availabilityZoneRebalancing";
463
+ const _ac = "acknowledgment";
464
+ const _ad = "add";
465
+ const _af = "after";
466
+ const _al = "alarms";
467
+ const _ar = "arn";
468
+ const _at = "attributes";
469
+ const _au = "autoprovision";
470
+ const _b = "base";
471
+ const _bEBM = "baselineEbsBandwidthMbps";
472
+ const _bIP = "bindIP";
473
+ const _bM = "bareMetal";
474
+ const _bP = "burstablePerformance";
475
+ const _bTIM = "bakeTimeInMinutes";
476
+ const _be = "before";
477
+ const _c = "client";
478
+ const _cA = "clusterArn";
479
+ const _cAL = "configuredAtLaunch";
480
+ const _cAl = "clusterArns";
481
+ const _cAli = "clientAliases";
482
+ const _cAo = "containerArn";
483
+ const _cAon = "connectivityAt";
484
+ const _cAp = "cpuArchitecture";
485
+ const _cAr = "createdAt";
486
+ const _cB = "createdBy";
487
+ const _cBTIM = "canaryBakeTimeInMinutes";
488
+ const _cC = "canaryConfiguration";
489
+ const _cD = "containerDefinitions";
490
+ const _cDC = "computedDesiredCount";
491
+ const _cI = "containerInstance";
492
+ const _cIA = "containerInstanceArn";
493
+ const _cIAo = "containerInstanceArns";
494
+ const _cIo = "containerInstances";
495
+ const _cIon = "containerImages";
496
+ const _cM = "cpuManufacturers";
497
+ const _cN = "clusterName";
498
+ const _cNo = "containerName";
499
+ const _cO = "containerOverrides";
500
+ const _cP = "canaryPercent";
501
+ const _cPA = "capacityProviderArn";
502
+ const _cPN = "capacityProviderName";
503
+ const _cPR = "containerPortRange";
504
+ const _cPS = "capacityProviderStrategy";
505
+ const _cPa = "capacityProvider";
506
+ const _cPap = "capacityProviders";
507
+ const _cPo = "containerPath";
508
+ const _cPon = "containerPort";
509
+ const _cPr = "credentialsParameter";
510
+ const _cS = "credentialSpecs";
511
+ const _cT = "clientToken";
512
+ const _cWEE = "cloudWatchEncryptionEnabled";
513
+ const _cWLGN = "cloudWatchLogGroupName";
514
+ const _ca = "capabilities";
515
+ const _cl = "cluster";
516
+ const _clu = "clusters";
517
+ const _co = "configuration";
518
+ const _com = "command";
519
+ const _comp = "compatibilities";
520
+ const _con = "condition";
521
+ const _conn = "connectivity";
522
+ const _cont = "container";
523
+ const _conta = "containers";
524
+ const _cou = "count";
525
+ const _cp = "cpu";
526
+ const _d = "details";
527
+ const _dA = "discoveryArn";
528
+ const _dAe = "deregisteredAt";
529
+ const _dC = "desiredCount";
530
+ const _dCB = "deploymentCircuitBreaker";
531
+ const _dCPS = "defaultCapacityProviderStrategy";
532
+ const _dCe = "deploymentConfiguration";
533
+ const _dCep = "deploymentController";
534
+ const _dL = "dockerLabels";
535
+ const _dN = "disableNetworking";
536
+ const _dNe = "deviceName";
537
+ const _dNi = "discoveryName";
538
+ const _dNn = "dnsName";
539
+ const _dO = "dependsOn";
540
+ const _dOT = "deleteOnTermination";
541
+ const _dOr = "driverOpts";
542
+ const _dS = "dnsServers";
543
+ const _dSD = "dnsSearchDomains";
544
+ const _dSO = "dockerSecurityOptions";
545
+ const _dSe = "desiredStatus";
546
+ const _dT = "deviceType";
547
+ const _dV = "doubleValue";
548
+ const _dVC = "dockerVolumeConfiguration";
549
+ const _dVo = "dockerVersion";
550
+ const _de = "detail";
551
+ const _dep = "deployments";
552
+ const _dev = "devices";
553
+ const _do = "domain";
554
+ const _dr = "driver";
555
+ const _dro = "drop";
556
+ const _e = "error";
557
+ const _eC = "exitCode";
558
+ const _eCC = "executeCommandConfiguration";
559
+ const _eD = "expirationDate";
560
+ const _eEC = "enableExecuteCommand";
561
+ const _eECSMT = "enableECSManagedTags";
562
+ const _eF = "environmentFiles";
563
+ const _eFI = "enableFaultInjection";
564
+ const _eH = "extraHosts";
565
+ const _eI = "externalId";
566
+ const _eII = "ec2InstanceId";
567
+ const _eIM = "expiresInMinutes";
568
+ const _eIPA = "ec2InstanceProfileArn";
569
+ const _eIT = "excludedInstanceTypes";
570
+ const _eP = "entryPoint";
571
+ const _eRA = "executionRoleArn";
572
+ const _eS = "effectiveSettings";
573
+ const _eSA = "executionStoppedAt";
574
+ const _eSp = "ephemeralStorage";
575
+ const _eVC = "efsVolumeConfiguration";
576
+ const _en = "environment";
577
+ const _ena = "enabled";
578
+ const _enab = "enable";
579
+ const _enc = "encrypted";
580
+ const _end = "endpoint";
581
+ const _es = "essential";
582
+ const _ev = "events";
583
+ const _ex = "expression";
584
+ const _exa = "exact";
585
+ const _f = "force";
586
+ const _fA = "finishedAt";
587
+ const _fC = "firelensConfiguration";
588
+ const _fCa = "failureCount";
589
+ const _fES = "fargateEphemeralStorage";
590
+ const _fESKKI = "fargateEphemeralStorageKmsKeyId";
591
+ const _fND = "forceNewDeployment";
592
+ const _fP = "familyPrefix";
593
+ const _fSI = "fileSystemId";
594
+ const _fT = "failedTasks";
595
+ const _fTi = "filesystemType";
596
+ const _fWFSVC = "fsxWindowsFileServerVolumeConfiguration";
597
+ const _fa = "failures";
598
+ const _fam = "families";
599
+ const _fami = "family";
600
+ const _fi = "filter";
601
+ const _fie = "field";
602
+ const _fo = "format";
603
+ const _g = "group";
604
+ const _gDE = "guardDutyEnabled";
605
+ const _gI = "gpuIds";
606
+ const _h = "hostname";
607
+ const _hC = "healthCheck";
608
+ const _hCGPS = "healthCheckGracePeriodSeconds";
609
+ const _hD = "hookDetails";
610
+ const _hL = "hardLimit";
611
+ const _hP = "hostPath";
612
+ const _hPR = "hostPortRange";
613
+ const _hPo = "hostPort";
614
+ const _hS = "healthStatus";
615
+ const _hTA = "hookTargetArn";
616
+ const _he = "header";
617
+ const _ho = "host";
618
+ const _i = "id";
619
+ const _iA = "ipAddress";
620
+ const _iAO = "inferenceAcceleratorOverrides";
621
+ const _iAn = "inferenceAccelerators";
622
+ const _iAp = "ipv6Address";
623
+ const _iCA = "issuerCertificateAuthority";
624
+ const _iD = "imageDigest";
625
+ const _iEC = "ignoredExitCodes";
626
+ const _iG = "instanceGenerations";
627
+ const _iID = "instanceIdentityDocument";
628
+ const _iIDS = "instanceIdentityDocumentSignature";
629
+ const _iLT = "instanceLaunchTemplate";
630
+ const _iM = "ipcMode";
631
+ const _iPE = "initProcessEnabled";
632
+ const _iPO = "ingressPortOverride";
633
+ const _iQP = "includeQueryParameters";
634
+ const _iR = "instanceRequirements";
635
+ const _iRA = "infrastructureRoleArn";
636
+ const _iTS = "idleTimeoutSeconds";
637
+ const _iV = "integerValue";
638
+ const _iWP = "instanceWarmupPeriod";
639
+ const _ia = "iam";
640
+ const _im = "image";
641
+ const _in = "interactive";
642
+ const _inc = "include";
643
+ const _int = "interval";
644
+ const _io = "iops";
645
+ const _it = "item";
646
+ const _k = "key";
647
+ const _kK = "kmsKey";
648
+ const _kKI = "kmsKeyId";
649
+ const _l = "links";
650
+ const _lB = "loadBalancers";
651
+ const _lBN = "loadBalancerName";
652
+ const _lC = "logConfiguration";
653
+ const _lCi = "linearConfiguration";
654
+ const _lD = "logDriver";
655
+ const _lH = "lifecycleHooks";
656
+ const _lP = "linuxParameters";
657
+ const _lS = "lastStatus";
658
+ const _lSA = "lastStartedAt";
659
+ const _lSC = "lastStatusChange";
660
+ const _lST = "localStorageTypes";
661
+ const _lSi = "lifecycleStages";
662
+ const _lSif = "lifecycleStage";
663
+ const _lSo = "localStorage";
664
+ const _lT = "launchType";
665
+ const _lU = "lastUpdated";
666
+ const _lV = "longValue";
667
+ const _la = "labels";
668
+ const _lo = "logging";
669
+ const _m = "min";
670
+ const _mA = "managedAgents";
671
+ const _mAN = "managedAgentName";
672
+ const _mD = "managedDraining";
673
+ const _mEBSV = "managedEBSVolume";
674
+ const _mGBPVC = "memoryGiBPerVCpu";
675
+ const _mHP = "minimumHealthyPercent";
676
+ const _mIP = "managedInstancesProvider";
677
+ const _mMB = "memoryMiB";
678
+ const _mO = "mountOptions";
679
+ const _mP = "mountPoints";
680
+ const _mPa = "maximumPercent";
681
+ const _mR = "memoryReservation";
682
+ const _mRa = "maxResults";
683
+ const _mS = "managedScaling";
684
+ const _mSC = "managedStorageConfiguration";
685
+ const _mSPAPOOODP = "maxSpotPriceAsPercentageOfOptimalOnDemandPrice";
686
+ const _mSSS = "minimumScalingStepSize";
687
+ const _mSSSa = "maximumScalingStepSize";
688
+ const _mSa = "maxSwap";
689
+ const _mTP = "managedTerminationProtection";
690
+ const _ma = "max";
691
+ const _me = "message";
692
+ const _mem = "memory";
693
+ const _mo = "monitoring";
694
+ const _n = "name";
695
+ const _nB = "networkBindings";
696
+ const _nBG = "networkBandwidthGbps";
697
+ const _nC = "networkConfiguration";
698
+ const _nI = "networkInterfaces";
699
+ const _nIC = "networkInterfaceCount";
700
+ const _nM = "networkMode";
701
+ const _nT = "nextToken";
702
+ const _na = "namespace";
703
+ const _o = "options";
704
+ const _oDMPPOLP = "onDemandMaxPricePercentageOverLowestPrice";
705
+ const _oS = "overallStatus";
706
+ const _oSF = "operatingSystemFamily";
707
+ const _ov = "overrides";
708
+ const _p = "privileged";
709
+ const _pA = "principalArn";
710
+ const _pC = "placementConstraints";
711
+ const _pCe = "pendingCount";
712
+ const _pCr = "proxyConfiguration";
713
+ const _pD = "platformDevices";
714
+ const _pE = "protectionEnabled";
715
+ const _pF = "platformFamily";
716
+ const _pIA = "privateIpv4Address";
717
+ const _pLR = "productionListenerRule";
718
+ const _pM = "portMappings";
719
+ const _pMi = "pidMode";
720
+ const _pN = "portName";
721
+ const _pRTS = "perRequestTimeoutSeconds";
722
+ const _pS = "placementStrategy";
723
+ const _pSA = "pullStartedAt";
724
+ const _pSAu = "pullStoppedAt";
725
+ const _pT = "pseudoTerminal";
726
+ const _pTC = "pendingTasksCount";
727
+ const _pTCe = "pendingTaskCount";
728
+ const _pTS = "primaryTaskSet";
729
+ const _pTr = "propagateTags";
730
+ const _pTro = "protectedTasks";
731
+ const _pV = "platformVersion";
732
+ const _pe = "permissions";
733
+ const _po = "port";
734
+ const _pr = "protocol";
735
+ const _pro = "properties";
736
+ const _r = "reason";
737
+ const _rA = "roleArn";
738
+ const _rAP = "restartAttemptPeriod";
739
+ const _rAe = "registeredAt";
740
+ const _rAeg = "registryArn";
741
+ const _rAeq = "requiresAttributes";
742
+ const _rAes = "resourceArn";
743
+ const _rB = "registeredBy";
744
+ const _rC = "repositoryCredentials";
745
+ const _rCIC = "registeredContainerInstancesCount";
746
+ const _rCe = "requiresCompatibilities";
747
+ const _rCes = "resolvedConfiguration";
748
+ const _rCu = "runningCount";
749
+ const _rD = "rootDirectory";
750
+ const _rHS = "requireHibernateSupport";
751
+ const _rI = "resourceIds";
752
+ const _rIe = "referenceId";
753
+ const _rIu = "runtimeId";
754
+ const _rO = "readOnly";
755
+ const _rP = "restartPolicy";
756
+ const _rPTW = "requestedProductionTrafficWeight";
757
+ const _rPu = "runtimePlatform";
758
+ const _rR = "resourceRequirements";
759
+ const _rRF = "readonlyRootFilesystem";
760
+ const _rRe = "remainingResources";
761
+ const _rReg = "registeredResources";
762
+ const _rS = "rolloutState";
763
+ const _rSR = "rolloutStateReason";
764
+ const _rT = "resourceType";
765
+ const _rTC = "runningTasksCount";
766
+ const _rTCe = "requestedTaskCount";
767
+ const _rTCu = "runningTaskCount";
768
+ const _rTTW = "requestedTestTrafficWeight";
769
+ const _re = "retries";
770
+ const _rev = "revision";
771
+ const _ro = "role";
772
+ const _rol = "rollback";
773
+ const _s = "status";
774
+ const _sA = "serviceArns";
775
+ const _sAe = "serviceArn";
776
+ const _sAt = "startedAt";
777
+ const _sAto = "stoppedAt";
778
+ const _sAtop = "stoppingAt";
779
+ const _sB = "startedBy";
780
+ const _sBN = "s3BucketName";
781
+ const _sBTIM = "stepBakeTimeInMinutes";
782
+ const _sC = "systemControls";
783
+ const _sCC = "serviceConnectConfiguration";
784
+ const _sCD = "serviceConnectDefaults";
785
+ const _sCE = "serviceConnectEndpoint";
786
+ const _sCR = "serviceConnectResources";
787
+ const _sCo = "sourceContainer";
788
+ const _sCt = "storageConfiguration";
789
+ const _sCto = "stopCode";
790
+ const _sD = "serviceDeployments";
791
+ const _sDA = "serviceDeploymentArns";
792
+ const _sDAe = "serviceDeploymentArn";
793
+ const _sEE = "s3EncryptionEnabled";
794
+ const _sG = "securityGroups";
795
+ const _sI = "snapshotId";
796
+ const _sIGB = "sizeInGiB";
797
+ const _sIe = "sessionId";
798
+ const _sKP = "s3KeyPrefix";
799
+ const _sL = "softLimit";
800
+ const _sMPPOLP = "spotMaxPricePercentageOverLowestPrice";
801
+ const _sMS = "sharedMemorySize";
802
+ const _sN = "serviceName";
803
+ const _sO = "secretOptions";
804
+ const _sP = "startPeriod";
805
+ const _sPo = "sourcePath";
806
+ const _sPt = "stepPercent";
807
+ const _sR = "statusReason";
808
+ const _sRA = "serviceRevisionArns";
809
+ const _sRAe = "serviceRevisionArn";
810
+ const _sRe = "serviceRegistries";
811
+ const _sRer = "serviceRevisions";
812
+ const _sRt = "stoppedReason";
813
+ const _sS = "schedulingStrategy";
814
+ const _sSA = "stabilityStatusAt";
815
+ const _sSGB = "storageSizeGiB";
816
+ const _sSR = "sourceServiceRevisions";
817
+ const _sSV = "stringSetValue";
818
+ const _sSt = "stabilityStatus";
819
+ const _sT = "startTimeout";
820
+ const _sTt = "stopTimeout";
821
+ const _sTto = "stopType";
822
+ const _sU = "streamUrl";
823
+ const _sV = "sourceVolume";
824
+ const _sc = "scale";
825
+ const _sco = "scope";
826
+ const _se = "settings";
827
+ const _sec = "secrets";
828
+ const _ser = "service";
829
+ const _serv = "services";
830
+ const _serve = "server";
831
+ const _ses = "session";
832
+ const _set = "setting";
833
+ const _si = "size";
834
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.ecs";
835
+ const _so = "sort";
836
+ const _st = "statistics";
837
+ const _str = "strategy";
838
+ const _su = "subnets";
839
+ const _sw = "swappiness";
840
+ const _t = "type";
841
+ const _tA = "taskArn";
842
+ const _tAN = "triggeredAlarmNames";
843
+ const _tAa = "taskArns";
844
+ const _tC = "targetCapacity";
845
+ const _tD = "taskDefinition";
846
+ const _tDA = "taskDefinitionArns";
847
+ const _tDAa = "taskDefinitionArn";
848
+ const _tDa = "taskDefinitions";
849
+ const _tE = "telemetryEndpoint";
850
+ const _tEP = "transitEncryptionPort";
851
+ const _tEr = "transitEncryption";
852
+ const _tGA = "targetGroupArn";
853
+ const _tI = "targetId";
854
+ const _tK = "tagKeys";
855
+ const _tLR = "testListenerRule";
856
+ const _tLSGB = "totalLocalStorageGB";
857
+ const _tP = "terminationPolicy";
858
+ const _tR = "totalResources";
859
+ const _tRA = "taskRoleArn";
860
+ const _tS = "taskSet";
861
+ const _tSA = "taskSetArn";
862
+ const _tSR = "targetServiceRevision";
863
+ const _tSRA = "targetServiceRevisionArn";
864
+ const _tSa = "taskSets";
865
+ const _tSag = "tagSpecifications";
866
+ const _tT = "targetType";
867
+ const _tTR = "testTrafficRules";
868
+ const _tV = "tokenValue";
869
+ const _ta = "tags";
870
+ const _tas = "tasks";
871
+ const _task = "task";
872
+ const _th = "threshold";
873
+ const _thr = "throughput";
874
+ const _ti = "timeout";
875
+ const _tl = "tls";
876
+ const _tm = "tmpfs";
877
+ const _u = "user";
878
+ const _uA = "updatedAt";
879
+ const _uS = "updateStatus";
880
+ const _uSR = "updateStatusReason";
881
+ const _ul = "ulimits";
882
+ const _un = "unit";
883
+ const _v = "value";
884
+ const _vC = "versionConsistency";
885
+ const _vCC = "vCpuCount";
886
+ const _vCo = "volumeConfigurations";
887
+ const _vF = "volumesFrom";
888
+ const _vFa = "valueFrom";
889
+ const _vI = "versionInfo";
890
+ const _vIR = "volumeInitializationRate";
891
+ const _vLC = "vpcLatticeConfigurations";
892
+ const _vT = "volumeType";
893
+ const _ve = "version";
894
+ const _vo = "volumes";
895
+ const _w = "weight";
896
+ const _wD = "workingDirectory";
897
+ const _xN = "xmlName";
898
+ const n0 = "com.amazonaws.ecs";
899
+ import { TypeRegistry } from "@smithy/core/schema";
900
+ 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";
902
+ export var SensitiveString = [0, n0, _SS, 8, 0];
903
+ export var AcceleratorCountRequest = [3, n0, _ACR, 0, [_m, _ma], [1, 1]];
904
+ export var AcceleratorTotalMemoryMiBRequest = [3, n0, _ATMMBR, 0, [_m, _ma], [1, 1]];
905
+ export var AccessDeniedException = [
906
+ -3,
907
+ n0,
908
+ _ADE,
909
+ {
910
+ [_e]: _c,
911
+ },
912
+ [_me],
913
+ [0],
914
+ ];
915
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
916
+ export var AdvancedConfiguration = [3, n0, _AC, 0, [_aTGA, _pLR, _tLR, _rA], [0, 0, 0, 0]];
917
+ export var Attachment = [3, n0, _A, 0, [_i, _t, _s, _d], [0, 0, 0, () => AttachmentDetails]];
918
+ export var AttachmentStateChange = [3, n0, _ASC, 0, [_aA, _s], [0, 0]];
919
+ export var Attribute = [3, n0, _At, 0, [_n, _v, _tT, _tI], [0, 0, 0, 0]];
920
+ export var AttributeLimitExceededException = [
921
+ -3,
922
+ n0,
923
+ _ALEE,
924
+ {
925
+ [_e]: _c,
926
+ },
927
+ [_me],
928
+ [0],
929
+ ];
930
+ TypeRegistry.for(n0).registerError(AttributeLimitExceededException, __AttributeLimitExceededException);
931
+ export var AutoScalingGroupProvider = [
932
+ 3,
933
+ n0,
934
+ _ASGP,
935
+ 0,
936
+ [_aSGA, _mS, _mTP, _mD],
937
+ [0, () => ManagedScaling, 0, 0],
938
+ ];
939
+ export var AutoScalingGroupProviderUpdate = [
940
+ 3,
941
+ n0,
942
+ _ASGPU,
943
+ 0,
944
+ [_mS, _mTP, _mD],
945
+ [() => ManagedScaling, 0, 0],
946
+ ];
947
+ export var AwsVpcConfiguration = [3, n0, _AVC, 0, [_su, _sG, _aPI], [64 | 0, 64 | 0, 0]];
948
+ export var BaselineEbsBandwidthMbpsRequest = [3, n0, _BEBMR, 0, [_m, _ma], [1, 1]];
949
+ export var BlockedException = [
950
+ -3,
951
+ n0,
952
+ _BE,
953
+ {
954
+ [_e]: _c,
955
+ },
956
+ [_me],
957
+ [0],
958
+ ];
959
+ TypeRegistry.for(n0).registerError(BlockedException, __BlockedException);
960
+ export var CanaryConfiguration = [3, n0, _CC, 0, [_cP, _cBTIM], [1, 1]];
961
+ export var CapacityProvider = [
962
+ 3,
963
+ n0,
964
+ _CP,
965
+ 0,
966
+ [_cPA, _n, _cl, _s, _aSGP, _mIP, _uS, _uSR, _ta, _t],
967
+ [0, 0, 0, 0, () => AutoScalingGroupProvider, [() => ManagedInstancesProvider, 0], 0, 0, () => Tags, 0],
968
+ ];
969
+ export var CapacityProviderStrategyItem = [3, n0, _CPSI, 0, [_cPa, _w, _b], [0, 1, 1]];
970
+ export var ClientException = [
971
+ -3,
972
+ n0,
973
+ _CE,
974
+ {
975
+ [_e]: _c,
976
+ },
977
+ [_me],
978
+ [0],
979
+ ];
980
+ TypeRegistry.for(n0).registerError(ClientException, __ClientException);
981
+ export var Cluster = [
982
+ 3,
983
+ n0,
984
+ _C,
985
+ 0,
986
+ [_cA, _cN, _co, _s, _rCIC, _rTC, _pTC, _aSC, _st, _ta, _se, _cPap, _dCPS, _a, _aS, _sCD],
987
+ [
988
+ 0,
989
+ 0,
990
+ () => ClusterConfiguration,
991
+ 0,
992
+ 1,
993
+ 1,
994
+ 1,
995
+ 1,
996
+ () => Statistics,
997
+ () => Tags,
998
+ () => ClusterSettings,
999
+ 64 | 0,
1000
+ () => CapacityProviderStrategy,
1001
+ () => Attachments,
1002
+ 0,
1003
+ () => ClusterServiceConnectDefaults,
1004
+ ],
1005
+ ];
1006
+ export var ClusterConfiguration = [
1007
+ 3,
1008
+ n0,
1009
+ _CCl,
1010
+ 0,
1011
+ [_eCC, _mSC],
1012
+ [() => ExecuteCommandConfiguration, () => ManagedStorageConfiguration],
1013
+ ];
1014
+ export var ClusterContainsCapacityProviderException = [
1015
+ -3,
1016
+ n0,
1017
+ _CCCPE,
1018
+ {
1019
+ [_e]: _c,
1020
+ },
1021
+ [_me],
1022
+ [0],
1023
+ ];
1024
+ TypeRegistry.for(n0).registerError(ClusterContainsCapacityProviderException, __ClusterContainsCapacityProviderException);
1025
+ export var ClusterContainsContainerInstancesException = [
1026
+ -3,
1027
+ n0,
1028
+ _CCCIE,
1029
+ {
1030
+ [_e]: _c,
1031
+ },
1032
+ [_me],
1033
+ [0],
1034
+ ];
1035
+ TypeRegistry.for(n0).registerError(ClusterContainsContainerInstancesException, __ClusterContainsContainerInstancesException);
1036
+ export var ClusterContainsServicesException = [
1037
+ -3,
1038
+ n0,
1039
+ _CCSE,
1040
+ {
1041
+ [_e]: _c,
1042
+ },
1043
+ [_me],
1044
+ [0],
1045
+ ];
1046
+ TypeRegistry.for(n0).registerError(ClusterContainsServicesException, __ClusterContainsServicesException);
1047
+ export var ClusterContainsTasksException = [
1048
+ -3,
1049
+ n0,
1050
+ _CCTE,
1051
+ {
1052
+ [_e]: _c,
1053
+ },
1054
+ [_me],
1055
+ [0],
1056
+ ];
1057
+ TypeRegistry.for(n0).registerError(ClusterContainsTasksException, __ClusterContainsTasksException);
1058
+ export var ClusterNotFoundException = [
1059
+ -3,
1060
+ n0,
1061
+ _CNFE,
1062
+ {
1063
+ [_e]: _c,
1064
+ },
1065
+ [_me],
1066
+ [0],
1067
+ ];
1068
+ TypeRegistry.for(n0).registerError(ClusterNotFoundException, __ClusterNotFoundException);
1069
+ export var ClusterServiceConnectDefaults = [3, n0, _CSCD, 0, [_na], [0]];
1070
+ export var ClusterServiceConnectDefaultsRequest = [3, n0, _CSCDR, 0, [_na], [0]];
1071
+ export var ClusterSetting = [3, n0, _CS, 0, [_n, _v], [0, 0]];
1072
+ export var ConflictException = [
1073
+ -3,
1074
+ n0,
1075
+ _CEo,
1076
+ {
1077
+ [_e]: _c,
1078
+ },
1079
+ [_rI, _me],
1080
+ [64 | 0, 0],
1081
+ ];
1082
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
1083
+ export var Container = [
1084
+ 3,
1085
+ n0,
1086
+ _Co,
1087
+ 0,
1088
+ [_cAo, _tA, _n, _im, _iD, _rIu, _lS, _eC, _r, _nB, _nI, _hS, _mA, _cp, _mem, _mR, _gI],
1089
+ [0, 0, 0, 0, 0, 0, 0, 1, 0, () => NetworkBindings, () => NetworkInterfaces, 0, () => ManagedAgents, 0, 0, 0, 64 | 0],
1090
+ ];
1091
+ export var ContainerDefinition = [
1092
+ 3,
1093
+ n0,
1094
+ _CD,
1095
+ 0,
1096
+ [
1097
+ _n,
1098
+ _im,
1099
+ _rC,
1100
+ _cp,
1101
+ _mem,
1102
+ _mR,
1103
+ _l,
1104
+ _pM,
1105
+ _es,
1106
+ _rP,
1107
+ _eP,
1108
+ _com,
1109
+ _en,
1110
+ _eF,
1111
+ _mP,
1112
+ _vF,
1113
+ _lP,
1114
+ _sec,
1115
+ _dO,
1116
+ _sT,
1117
+ _sTt,
1118
+ _vC,
1119
+ _h,
1120
+ _u,
1121
+ _wD,
1122
+ _dN,
1123
+ _p,
1124
+ _rRF,
1125
+ _dS,
1126
+ _dSD,
1127
+ _eH,
1128
+ _dSO,
1129
+ _in,
1130
+ _pT,
1131
+ _dL,
1132
+ _ul,
1133
+ _lC,
1134
+ _hC,
1135
+ _sC,
1136
+ _rR,
1137
+ _fC,
1138
+ _cS,
1139
+ ],
1140
+ [
1141
+ 0,
1142
+ 0,
1143
+ () => RepositoryCredentials,
1144
+ 1,
1145
+ 1,
1146
+ 1,
1147
+ 64 | 0,
1148
+ () => PortMappingList,
1149
+ 2,
1150
+ () => ContainerRestartPolicy,
1151
+ 64 | 0,
1152
+ 64 | 0,
1153
+ () => EnvironmentVariables,
1154
+ () => EnvironmentFiles,
1155
+ () => MountPointList,
1156
+ () => VolumeFromList,
1157
+ () => LinuxParameters,
1158
+ () => SecretList,
1159
+ () => ContainerDependencies,
1160
+ 1,
1161
+ 1,
1162
+ 0,
1163
+ 0,
1164
+ 0,
1165
+ 0,
1166
+ 2,
1167
+ 2,
1168
+ 2,
1169
+ 64 | 0,
1170
+ 64 | 0,
1171
+ () => HostEntryList,
1172
+ 64 | 0,
1173
+ 2,
1174
+ 2,
1175
+ 128 | 0,
1176
+ () => UlimitList,
1177
+ () => LogConfiguration,
1178
+ () => HealthCheck,
1179
+ () => SystemControls,
1180
+ () => ResourceRequirements,
1181
+ () => FirelensConfiguration,
1182
+ 64 | 0,
1183
+ ],
1184
+ ];
1185
+ export var ContainerDependency = [3, n0, _CDo, 0, [_cNo, _con], [0, 0]];
1186
+ export var ContainerImage = [3, n0, _CI, 0, [_cNo, _iD, _im], [0, 0, 0]];
1187
+ export var ContainerInstance = [
1188
+ 3,
1189
+ n0,
1190
+ _CIo,
1191
+ 0,
1192
+ [_cIA, _eII, _cPN, _ve, _vI, _rRe, _rReg, _s, _sR, _aC, _rTC, _pTC, _aUS, _at, _rAe, _a, _ta, _hS],
1193
+ [
1194
+ 0,
1195
+ 0,
1196
+ 0,
1197
+ 1,
1198
+ () => VersionInfo,
1199
+ () => Resources,
1200
+ () => Resources,
1201
+ 0,
1202
+ 0,
1203
+ 2,
1204
+ 1,
1205
+ 1,
1206
+ 0,
1207
+ () => Attributes,
1208
+ 4,
1209
+ () => Attachments,
1210
+ () => Tags,
1211
+ () => ContainerInstanceHealthStatus,
1212
+ ],
1213
+ ];
1214
+ export var ContainerInstanceHealthStatus = [
1215
+ 3,
1216
+ n0,
1217
+ _CIHS,
1218
+ 0,
1219
+ [_oS, _d],
1220
+ [0, () => InstanceHealthCheckResultList],
1221
+ ];
1222
+ export var ContainerOverride = [
1223
+ 3,
1224
+ n0,
1225
+ _CO,
1226
+ 0,
1227
+ [_n, _com, _en, _eF, _cp, _mem, _mR, _rR],
1228
+ [0, 64 | 0, () => EnvironmentVariables, () => EnvironmentFiles, 1, 1, 1, () => ResourceRequirements],
1229
+ ];
1230
+ export var ContainerRestartPolicy = [3, n0, _CRP, 0, [_ena, _iEC, _rAP], [2, 64 | 1, 1]];
1231
+ export var ContainerStateChange = [
1232
+ 3,
1233
+ n0,
1234
+ _CSC,
1235
+ 0,
1236
+ [_cNo, _iD, _rIu, _eC, _nB, _r, _s],
1237
+ [0, 0, 0, 1, () => NetworkBindings, 0, 0],
1238
+ ];
1239
+ export var CreateCapacityProviderRequest = [
1240
+ 3,
1241
+ n0,
1242
+ _CCPR,
1243
+ 0,
1244
+ [_n, _cl, _aSGP, _mIP, _ta],
1245
+ [0, 0, () => AutoScalingGroupProvider, [() => CreateManagedInstancesProviderConfiguration, 0], () => Tags],
1246
+ ];
1247
+ export var CreateCapacityProviderResponse = [
1248
+ 3,
1249
+ n0,
1250
+ _CCPRr,
1251
+ 0,
1252
+ [_cPa],
1253
+ [[() => CapacityProvider, 0]],
1254
+ ];
1255
+ export var CreateClusterRequest = [
1256
+ 3,
1257
+ n0,
1258
+ _CCR,
1259
+ 0,
1260
+ [_cN, _ta, _se, _co, _cPap, _dCPS, _sCD],
1261
+ [
1262
+ 0,
1263
+ () => Tags,
1264
+ () => ClusterSettings,
1265
+ () => ClusterConfiguration,
1266
+ 64 | 0,
1267
+ () => CapacityProviderStrategy,
1268
+ () => ClusterServiceConnectDefaultsRequest,
1269
+ ],
1270
+ ];
1271
+ export var CreateClusterResponse = [3, n0, _CCRr, 0, [_cl], [() => Cluster]];
1272
+ export var CreatedAt = [3, n0, _CA, 0, [_be, _af], [4, 4]];
1273
+ export var CreateManagedInstancesProviderConfiguration = [
1274
+ 3,
1275
+ n0,
1276
+ _CMIPC,
1277
+ 0,
1278
+ [_iRA, _iLT, _pTr],
1279
+ [0, [() => InstanceLaunchTemplate, 0], 0],
1280
+ ];
1281
+ export var CreateServiceRequest = [
1282
+ 3,
1283
+ n0,
1284
+ _CSR,
1285
+ 0,
1286
+ [
1287
+ _cl,
1288
+ _sN,
1289
+ _tD,
1290
+ _aZR,
1291
+ _lB,
1292
+ _sRe,
1293
+ _dC,
1294
+ _cT,
1295
+ _lT,
1296
+ _cPS,
1297
+ _pV,
1298
+ _ro,
1299
+ _dCe,
1300
+ _pC,
1301
+ _pS,
1302
+ _nC,
1303
+ _hCGPS,
1304
+ _sS,
1305
+ _dCep,
1306
+ _ta,
1307
+ _eECSMT,
1308
+ _pTr,
1309
+ _eEC,
1310
+ _sCC,
1311
+ _vCo,
1312
+ _vLC,
1313
+ ],
1314
+ [
1315
+ 0,
1316
+ 0,
1317
+ 0,
1318
+ 0,
1319
+ () => LoadBalancers,
1320
+ () => ServiceRegistries,
1321
+ 1,
1322
+ 0,
1323
+ 0,
1324
+ () => CapacityProviderStrategy,
1325
+ 0,
1326
+ 0,
1327
+ () => DeploymentConfiguration,
1328
+ () => PlacementConstraints,
1329
+ () => PlacementStrategies,
1330
+ () => NetworkConfiguration,
1331
+ 1,
1332
+ 0,
1333
+ () => DeploymentController,
1334
+ () => Tags,
1335
+ 2,
1336
+ 0,
1337
+ 2,
1338
+ () => ServiceConnectConfiguration,
1339
+ () => ServiceVolumeConfigurations,
1340
+ () => VpcLatticeConfigurations,
1341
+ ],
1342
+ ];
1343
+ export var CreateServiceResponse = [3, n0, _CSRr, 0, [_ser], [() => Service]];
1344
+ export var CreateTaskSetRequest = [
1345
+ 3,
1346
+ n0,
1347
+ _CTSR,
1348
+ 0,
1349
+ [_ser, _cl, _eI, _tD, _nC, _lB, _sRe, _lT, _cPS, _pV, _sc, _cT, _ta],
1350
+ [
1351
+ 0,
1352
+ 0,
1353
+ 0,
1354
+ 0,
1355
+ () => NetworkConfiguration,
1356
+ () => LoadBalancers,
1357
+ () => ServiceRegistries,
1358
+ 0,
1359
+ () => CapacityProviderStrategy,
1360
+ 0,
1361
+ () => Scale,
1362
+ 0,
1363
+ () => Tags,
1364
+ ],
1365
+ ];
1366
+ export var CreateTaskSetResponse = [3, n0, _CTSRr, 0, [_tS], [() => TaskSet]];
1367
+ export var DeleteAccountSettingRequest = [3, n0, _DASR, 0, [_n, _pA], [0, 0]];
1368
+ export var DeleteAccountSettingResponse = [3, n0, _DASRe, 0, [_set], [() => Setting]];
1369
+ export var DeleteAttributesRequest = [3, n0, _DAR, 0, [_cl, _at], [0, () => Attributes]];
1370
+ export var DeleteAttributesResponse = [3, n0, _DARe, 0, [_at], [() => Attributes]];
1371
+ export var DeleteCapacityProviderRequest = [3, n0, _DCPR, 0, [_cPa, _cl], [0, 0]];
1372
+ export var DeleteCapacityProviderResponse = [
1373
+ 3,
1374
+ n0,
1375
+ _DCPRe,
1376
+ 0,
1377
+ [_cPa],
1378
+ [[() => CapacityProvider, 0]],
1379
+ ];
1380
+ export var DeleteClusterRequest = [3, n0, _DCR, 0, [_cl], [0]];
1381
+ export var DeleteClusterResponse = [3, n0, _DCRe, 0, [_cl], [() => Cluster]];
1382
+ export var DeleteServiceRequest = [3, n0, _DSR, 0, [_cl, _ser, _f], [0, 0, 2]];
1383
+ export var DeleteServiceResponse = [3, n0, _DSRe, 0, [_ser], [() => Service]];
1384
+ export var DeleteTaskDefinitionsRequest = [3, n0, _DTDR, 0, [_tDa], [64 | 0]];
1385
+ export var DeleteTaskDefinitionsResponse = [
1386
+ 3,
1387
+ n0,
1388
+ _DTDRe,
1389
+ 0,
1390
+ [_tDa, _fa],
1391
+ [() => TaskDefinitionList, () => Failures],
1392
+ ];
1393
+ export var DeleteTaskSetRequest = [3, n0, _DTSR, 0, [_cl, _ser, _tS, _f], [0, 0, 0, 2]];
1394
+ export var DeleteTaskSetResponse = [3, n0, _DTSRe, 0, [_tS], [() => TaskSet]];
1395
+ export var Deployment = [
1396
+ 3,
1397
+ n0,
1398
+ _D,
1399
+ 0,
1400
+ [_i, _s, _tD, _dC, _pCe, _rCu, _fT, _cAr, _uA, _cPS, _lT, _pV, _pF, _nC, _rS, _rSR, _sCC, _sCR, _vCo, _fES, _vLC],
1401
+ [
1402
+ 0,
1403
+ 0,
1404
+ 0,
1405
+ 1,
1406
+ 1,
1407
+ 1,
1408
+ 1,
1409
+ 4,
1410
+ 4,
1411
+ () => CapacityProviderStrategy,
1412
+ 0,
1413
+ 0,
1414
+ 0,
1415
+ () => NetworkConfiguration,
1416
+ 0,
1417
+ 0,
1418
+ () => ServiceConnectConfiguration,
1419
+ () => ServiceConnectServiceResourceList,
1420
+ () => ServiceVolumeConfigurations,
1421
+ () => DeploymentEphemeralStorage,
1422
+ () => VpcLatticeConfigurations,
1423
+ ],
1424
+ ];
1425
+ export var DeploymentAlarms = [3, n0, _DA, 0, [_aN, _rol, _enab], [64 | 0, 2, 2]];
1426
+ export var DeploymentCircuitBreaker = [3, n0, _DCB, 0, [_enab, _rol], [2, 2]];
1427
+ export var DeploymentConfiguration = [
1428
+ 3,
1429
+ n0,
1430
+ _DC,
1431
+ 0,
1432
+ [_dCB, _mPa, _mHP, _al, _str, _bTIM, _lH, _lCi, _cC],
1433
+ [
1434
+ () => DeploymentCircuitBreaker,
1435
+ 1,
1436
+ 1,
1437
+ () => DeploymentAlarms,
1438
+ 0,
1439
+ 1,
1440
+ () => DeploymentLifecycleHookList,
1441
+ () => LinearConfiguration,
1442
+ () => CanaryConfiguration,
1443
+ ],
1444
+ ];
1445
+ export var DeploymentController = [3, n0, _DCe, 0, [_t], [0]];
1446
+ export var DeploymentEphemeralStorage = [3, n0, _DES, 0, [_kKI], [0]];
1447
+ export var DeploymentLifecycleHook = [
1448
+ 3,
1449
+ n0,
1450
+ _DLH,
1451
+ 0,
1452
+ [_hTA, _rA, _lSi, _hD],
1453
+ [0, 0, 64 | 0, 15],
1454
+ ];
1455
+ export var DeregisterContainerInstanceRequest = [3, n0, _DCIR, 0, [_cl, _cI, _f], [0, 0, 2]];
1456
+ export var DeregisterContainerInstanceResponse = [
1457
+ 3,
1458
+ n0,
1459
+ _DCIRe,
1460
+ 0,
1461
+ [_cI],
1462
+ [() => ContainerInstance],
1463
+ ];
1464
+ export var DeregisterTaskDefinitionRequest = [3, n0, _DTDRer, 0, [_tD], [0]];
1465
+ export var DeregisterTaskDefinitionResponse = [
1466
+ 3,
1467
+ n0,
1468
+ _DTDRere,
1469
+ 0,
1470
+ [_tD],
1471
+ [() => TaskDefinition],
1472
+ ];
1473
+ export var DescribeCapacityProvidersRequest = [
1474
+ 3,
1475
+ n0,
1476
+ _DCPRes,
1477
+ 0,
1478
+ [_cPap, _cl, _inc, _mRa, _nT],
1479
+ [64 | 0, 0, 64 | 0, 1, 0],
1480
+ ];
1481
+ export var DescribeCapacityProvidersResponse = [
1482
+ 3,
1483
+ n0,
1484
+ _DCPResc,
1485
+ 0,
1486
+ [_cPap, _fa, _nT],
1487
+ [[() => CapacityProviders, 0], () => Failures, 0],
1488
+ ];
1489
+ export var DescribeClustersRequest = [3, n0, _DCRes, 0, [_clu, _inc], [64 | 0, 64 | 0]];
1490
+ export var DescribeClustersResponse = [
1491
+ 3,
1492
+ n0,
1493
+ _DCResc,
1494
+ 0,
1495
+ [_clu, _fa],
1496
+ [() => Clusters, () => Failures],
1497
+ ];
1498
+ export var DescribeContainerInstancesRequest = [
1499
+ 3,
1500
+ n0,
1501
+ _DCIRes,
1502
+ 0,
1503
+ [_cl, _cIo, _inc],
1504
+ [0, 64 | 0, 64 | 0],
1505
+ ];
1506
+ export var DescribeContainerInstancesResponse = [
1507
+ 3,
1508
+ n0,
1509
+ _DCIResc,
1510
+ 0,
1511
+ [_cIo, _fa],
1512
+ [() => ContainerInstances, () => Failures],
1513
+ ];
1514
+ export var DescribeServiceDeploymentsRequest = [3, n0, _DSDR, 0, [_sDA], [64 | 0]];
1515
+ export var DescribeServiceDeploymentsResponse = [
1516
+ 3,
1517
+ n0,
1518
+ _DSDRe,
1519
+ 0,
1520
+ [_sD, _fa],
1521
+ [() => ServiceDeployments, () => Failures],
1522
+ ];
1523
+ export var DescribeServiceRevisionsRequest = [3, n0, _DSRR, 0, [_sRA], [64 | 0]];
1524
+ export var DescribeServiceRevisionsResponse = [
1525
+ 3,
1526
+ n0,
1527
+ _DSRRe,
1528
+ 0,
1529
+ [_sRer, _fa],
1530
+ [() => ServiceRevisions, () => Failures],
1531
+ ];
1532
+ export var DescribeServicesRequest = [3, n0, _DSRes, 0, [_cl, _serv, _inc], [0, 64 | 0, 64 | 0]];
1533
+ export var DescribeServicesResponse = [
1534
+ 3,
1535
+ n0,
1536
+ _DSResc,
1537
+ 0,
1538
+ [_serv, _fa],
1539
+ [() => Services, () => Failures],
1540
+ ];
1541
+ export var DescribeTaskDefinitionRequest = [3, n0, _DTDRes, 0, [_tD, _inc], [0, 64 | 0]];
1542
+ export var DescribeTaskDefinitionResponse = [
1543
+ 3,
1544
+ n0,
1545
+ _DTDResc,
1546
+ 0,
1547
+ [_tD, _ta],
1548
+ [() => TaskDefinition, () => Tags],
1549
+ ];
1550
+ export var DescribeTaskSetsRequest = [
1551
+ 3,
1552
+ n0,
1553
+ _DTSRes,
1554
+ 0,
1555
+ [_cl, _ser, _tSa, _inc],
1556
+ [0, 0, 64 | 0, 64 | 0],
1557
+ ];
1558
+ export var DescribeTaskSetsResponse = [
1559
+ 3,
1560
+ n0,
1561
+ _DTSResc,
1562
+ 0,
1563
+ [_tSa, _fa],
1564
+ [() => TaskSets, () => Failures],
1565
+ ];
1566
+ export var DescribeTasksRequest = [3, n0, _DTR, 0, [_cl, _tas, _inc], [0, 64 | 0, 64 | 0]];
1567
+ export var DescribeTasksResponse = [3, n0, _DTRe, 0, [_tas, _fa], [() => Tasks, () => Failures]];
1568
+ export var Device = [3, n0, _De, 0, [_hP, _cPo, _pe], [0, 0, 64 | 0]];
1569
+ export var DiscoverPollEndpointRequest = [3, n0, _DPER, 0, [_cI, _cl], [0, 0]];
1570
+ export var DiscoverPollEndpointResponse = [3, n0, _DPERi, 0, [_end, _tE, _sCE], [0, 0, 0]];
1571
+ export var DockerVolumeConfiguration = [
1572
+ 3,
1573
+ n0,
1574
+ _DVC,
1575
+ 0,
1576
+ [_sco, _au, _dr, _dOr, _la],
1577
+ [0, 2, 0, 128 | 0, 128 | 0],
1578
+ ];
1579
+ export var EBSTagSpecification = [3, n0, _EBSTS, 0, [_rT, _ta, _pTr], [0, () => Tags, 0]];
1580
+ export var EFSAuthorizationConfig = [3, n0, _EFSAC, 0, [_aPIc, _ia], [0, 0]];
1581
+ export var EFSVolumeConfiguration = [
1582
+ 3,
1583
+ n0,
1584
+ _EFSVC,
1585
+ 0,
1586
+ [_fSI, _rD, _tEr, _tEP, _aCu],
1587
+ [0, 0, 0, 1, () => EFSAuthorizationConfig],
1588
+ ];
1589
+ export var EnvironmentFile = [3, n0, _EF, 0, [_v, _t], [0, 0]];
1590
+ export var EphemeralStorage = [3, n0, _ES, 0, [_sIGB], [1]];
1591
+ export var ExecuteCommandConfiguration = [
1592
+ 3,
1593
+ n0,
1594
+ _ECC,
1595
+ 0,
1596
+ [_kKI, _lo, _lC],
1597
+ [0, 0, () => ExecuteCommandLogConfiguration],
1598
+ ];
1599
+ export var ExecuteCommandLogConfiguration = [
1600
+ 3,
1601
+ n0,
1602
+ _ECLC,
1603
+ 0,
1604
+ [_cWLGN, _cWEE, _sBN, _sEE, _sKP],
1605
+ [0, 2, 0, 2, 0],
1606
+ ];
1607
+ export var ExecuteCommandRequest = [
1608
+ 3,
1609
+ n0,
1610
+ _ECR,
1611
+ 0,
1612
+ [_cl, _cont, _com, _in, _task],
1613
+ [0, 0, 0, 2, 0],
1614
+ ];
1615
+ export var ExecuteCommandResponse = [
1616
+ 3,
1617
+ n0,
1618
+ _ECRx,
1619
+ 0,
1620
+ [_cA, _cAo, _cNo, _in, _ses, _tA],
1621
+ [0, 0, 0, 2, [() => Session, 0], 0],
1622
+ ];
1623
+ export var Failure = [3, n0, _F, 0, [_ar, _r, _de], [0, 0, 0]];
1624
+ export var FirelensConfiguration = [3, n0, _FC, 0, [_t, _o], [0, 128 | 0]];
1625
+ export var FSxWindowsFileServerAuthorizationConfig = [3, n0, _FSWFSAC, 0, [_cPr, _do], [0, 0]];
1626
+ export var FSxWindowsFileServerVolumeConfiguration = [
1627
+ 3,
1628
+ n0,
1629
+ _FSWFSVC,
1630
+ 0,
1631
+ [_fSI, _rD, _aCu],
1632
+ [0, 0, () => FSxWindowsFileServerAuthorizationConfig],
1633
+ ];
1634
+ export var GetTaskProtectionRequest = [3, n0, _GTPR, 0, [_cl, _tas], [0, 64 | 0]];
1635
+ export var GetTaskProtectionResponse = [
1636
+ 3,
1637
+ n0,
1638
+ _GTPRe,
1639
+ 0,
1640
+ [_pTro, _fa],
1641
+ [() => ProtectedTasks, () => Failures],
1642
+ ];
1643
+ export var HealthCheck = [3, n0, _HC, 0, [_com, _int, _ti, _re, _sP], [64 | 0, 1, 1, 1, 1]];
1644
+ export var HostEntry = [3, n0, _HE, 0, [_h, _iA], [0, 0]];
1645
+ export var HostVolumeProperties = [3, n0, _HVP, 0, [_sPo], [0]];
1646
+ export var InferenceAccelerator = [3, n0, _IA, 0, [_dNe, _dT], [0, 0]];
1647
+ export var InferenceAcceleratorOverride = [3, n0, _IAO, 0, [_dNe, _dT], [0, 0]];
1648
+ export var InstanceHealthCheckResult = [3, n0, _IHCR, 0, [_t, _s, _lU, _lSC], [0, 0, 4, 4]];
1649
+ export var InstanceLaunchTemplate = [
1650
+ 3,
1651
+ n0,
1652
+ _ILT,
1653
+ 0,
1654
+ [_eIPA, _nC, _sCt, _mo, _iR],
1655
+ [
1656
+ 0,
1657
+ () => ManagedInstancesNetworkConfiguration,
1658
+ () => ManagedInstancesStorageConfiguration,
1659
+ 0,
1660
+ [() => InstanceRequirementsRequest, 0],
1661
+ ],
1662
+ ];
1663
+ export var InstanceLaunchTemplateUpdate = [
1664
+ 3,
1665
+ n0,
1666
+ _ILTU,
1667
+ 0,
1668
+ [_eIPA, _nC, _sCt, _mo, _iR],
1669
+ [
1670
+ 0,
1671
+ () => ManagedInstancesNetworkConfiguration,
1672
+ () => ManagedInstancesStorageConfiguration,
1673
+ 0,
1674
+ [() => InstanceRequirementsRequest, 0],
1675
+ ],
1676
+ ];
1677
+ export var InstanceRequirementsRequest = [
1678
+ 3,
1679
+ n0,
1680
+ _IRR,
1681
+ 0,
1682
+ [
1683
+ _vCC,
1684
+ _mMB,
1685
+ _cM,
1686
+ _mGBPVC,
1687
+ _eIT,
1688
+ _iG,
1689
+ _sMPPOLP,
1690
+ _oDMPPOLP,
1691
+ _bM,
1692
+ _bP,
1693
+ _rHS,
1694
+ _nIC,
1695
+ _lSo,
1696
+ _lST,
1697
+ _tLSGB,
1698
+ _bEBM,
1699
+ _aT,
1700
+ _aCc,
1701
+ _aM,
1702
+ _aNc,
1703
+ _aTMMB,
1704
+ _nBG,
1705
+ _aIT,
1706
+ _mSPAPOOODP,
1707
+ ],
1708
+ [
1709
+ () => VCpuCountRangeRequest,
1710
+ () => MemoryMiBRequest,
1711
+ [
1712
+ () => CpuManufacturerSet,
1713
+ {
1714
+ [_xN]: _CM,
1715
+ },
1716
+ ],
1717
+ () => MemoryGiBPerVCpuRequest,
1718
+ [
1719
+ () => ExcludedInstanceTypeSet,
1720
+ {
1721
+ [_xN]: _EIT,
1722
+ },
1723
+ ],
1724
+ [
1725
+ () => InstanceGenerationSet,
1726
+ {
1727
+ [_xN]: _IG,
1728
+ },
1729
+ ],
1730
+ 1,
1731
+ 1,
1732
+ 0,
1733
+ 0,
1734
+ 2,
1735
+ () => NetworkInterfaceCountRequest,
1736
+ 0,
1737
+ [
1738
+ () => LocalStorageTypeSet,
1739
+ {
1740
+ [_xN]: _LST,
1741
+ },
1742
+ ],
1743
+ () => TotalLocalStorageGBRequest,
1744
+ () => BaselineEbsBandwidthMbpsRequest,
1745
+ [
1746
+ () => AcceleratorTypeSet,
1747
+ {
1748
+ [_xN]: _AT,
1749
+ },
1750
+ ],
1751
+ () => AcceleratorCountRequest,
1752
+ [
1753
+ () => AcceleratorManufacturerSet,
1754
+ {
1755
+ [_xN]: _AM,
1756
+ },
1757
+ ],
1758
+ [
1759
+ () => AcceleratorNameSet,
1760
+ {
1761
+ [_xN]: _AN,
1762
+ },
1763
+ ],
1764
+ () => AcceleratorTotalMemoryMiBRequest,
1765
+ () => NetworkBandwidthGbpsRequest,
1766
+ [
1767
+ () => AllowedInstanceTypeSet,
1768
+ {
1769
+ [_xN]: _AIT,
1770
+ },
1771
+ ],
1772
+ 1,
1773
+ ],
1774
+ ];
1775
+ export var InvalidParameterException = [
1776
+ -3,
1777
+ n0,
1778
+ _IPE,
1779
+ {
1780
+ [_e]: _c,
1781
+ },
1782
+ [_me],
1783
+ [0],
1784
+ ];
1785
+ TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
1786
+ export var KernelCapabilities = [3, n0, _KC, 0, [_ad, _dro], [64 | 0, 64 | 0]];
1787
+ export var KeyValuePair = [3, n0, _KVP, 0, [_n, _v], [0, 0]];
1788
+ export var LimitExceededException = [
1789
+ -3,
1790
+ n0,
1791
+ _LEE,
1792
+ {
1793
+ [_e]: _c,
1794
+ },
1795
+ [_me],
1796
+ [0],
1797
+ ];
1798
+ TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
1799
+ export var LinearConfiguration = [3, n0, _LC, 0, [_sPt, _sBTIM], [1, 1]];
1800
+ export var LinuxParameters = [
1801
+ 3,
1802
+ n0,
1803
+ _LP,
1804
+ 0,
1805
+ [_ca, _dev, _iPE, _sMS, _tm, _mSa, _sw],
1806
+ [() => KernelCapabilities, () => DevicesList, 2, 1, () => TmpfsList, 1, 1],
1807
+ ];
1808
+ export var ListAccountSettingsRequest = [
1809
+ 3,
1810
+ n0,
1811
+ _LASR,
1812
+ 0,
1813
+ [_n, _v, _pA, _eS, _nT, _mRa],
1814
+ [0, 0, 0, 2, 0, 1],
1815
+ ];
1816
+ export var ListAccountSettingsResponse = [3, n0, _LASRi, 0, [_se, _nT], [() => Settings, 0]];
1817
+ export var ListAttributesRequest = [
1818
+ 3,
1819
+ n0,
1820
+ _LAR,
1821
+ 0,
1822
+ [_cl, _tT, _aNt, _aV, _nT, _mRa],
1823
+ [0, 0, 0, 0, 0, 1],
1824
+ ];
1825
+ export var ListAttributesResponse = [3, n0, _LARi, 0, [_at, _nT], [() => Attributes, 0]];
1826
+ export var ListClustersRequest = [3, n0, _LCR, 0, [_nT, _mRa], [0, 1]];
1827
+ export var ListClustersResponse = [3, n0, _LCRi, 0, [_cAl, _nT], [64 | 0, 0]];
1828
+ export var ListContainerInstancesRequest = [
1829
+ 3,
1830
+ n0,
1831
+ _LCIR,
1832
+ 0,
1833
+ [_cl, _fi, _nT, _mRa, _s],
1834
+ [0, 0, 0, 1, 0],
1835
+ ];
1836
+ export var ListContainerInstancesResponse = [3, n0, _LCIRi, 0, [_cIAo, _nT], [64 | 0, 0]];
1837
+ export var ListServiceDeploymentsRequest = [
1838
+ 3,
1839
+ n0,
1840
+ _LSDR,
1841
+ 0,
1842
+ [_ser, _cl, _s, _cAr, _nT, _mRa],
1843
+ [0, 0, 64 | 0, () => CreatedAt, 0, 1],
1844
+ ];
1845
+ export var ListServiceDeploymentsResponse = [
1846
+ 3,
1847
+ n0,
1848
+ _LSDRi,
1849
+ 0,
1850
+ [_sD, _nT],
1851
+ [() => ServiceDeploymentsBrief, 0],
1852
+ ];
1853
+ export var ListServicesByNamespaceRequest = [3, n0, _LSBNR, 0, [_na, _nT, _mRa], [0, 0, 1]];
1854
+ export var ListServicesByNamespaceResponse = [3, n0, _LSBNRi, 0, [_sA, _nT], [64 | 0, 0]];
1855
+ export var ListServicesRequest = [3, n0, _LSR, 0, [_cl, _nT, _mRa, _lT, _sS], [0, 0, 1, 0, 0]];
1856
+ export var ListServicesResponse = [3, n0, _LSRi, 0, [_sA, _nT], [64 | 0, 0]];
1857
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAes], [0]];
1858
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [() => Tags]];
1859
+ export var ListTaskDefinitionFamiliesRequest = [
1860
+ 3,
1861
+ n0,
1862
+ _LTDFR,
1863
+ 0,
1864
+ [_fP, _s, _nT, _mRa],
1865
+ [0, 0, 0, 1],
1866
+ ];
1867
+ export var ListTaskDefinitionFamiliesResponse = [3, n0, _LTDFRi, 0, [_fam, _nT], [64 | 0, 0]];
1868
+ export var ListTaskDefinitionsRequest = [
1869
+ 3,
1870
+ n0,
1871
+ _LTDR,
1872
+ 0,
1873
+ [_fP, _s, _so, _nT, _mRa],
1874
+ [0, 0, 0, 0, 1],
1875
+ ];
1876
+ export var ListTaskDefinitionsResponse = [3, n0, _LTDRi, 0, [_tDA, _nT], [64 | 0, 0]];
1877
+ export var ListTasksRequest = [
1878
+ 3,
1879
+ n0,
1880
+ _LTR,
1881
+ 0,
1882
+ [_cl, _cI, _fami, _nT, _mRa, _sB, _sN, _dSe, _lT],
1883
+ [0, 0, 0, 0, 1, 0, 0, 0, 0],
1884
+ ];
1885
+ export var ListTasksResponse = [3, n0, _LTRi, 0, [_tAa, _nT], [64 | 0, 0]];
1886
+ export var LoadBalancer = [
1887
+ 3,
1888
+ n0,
1889
+ _LB,
1890
+ 0,
1891
+ [_tGA, _lBN, _cNo, _cPon, _aCd],
1892
+ [0, 0, 0, 1, () => AdvancedConfiguration],
1893
+ ];
1894
+ export var LogConfiguration = [3, n0, _LCo, 0, [_lD, _o, _sO], [0, 128 | 0, () => SecretList]];
1895
+ export var ManagedAgent = [3, n0, _MA, 0, [_lSA, _n, _r, _lS], [4, 0, 0, 0]];
1896
+ export var ManagedAgentStateChange = [3, n0, _MASC, 0, [_cNo, _mAN, _s, _r], [0, 0, 0, 0]];
1897
+ export var ManagedInstancesNetworkConfiguration = [
1898
+ 3,
1899
+ n0,
1900
+ _MINC,
1901
+ 0,
1902
+ [_su, _sG],
1903
+ [64 | 0, 64 | 0],
1904
+ ];
1905
+ export var ManagedInstancesProvider = [
1906
+ 3,
1907
+ n0,
1908
+ _MIP,
1909
+ 0,
1910
+ [_iRA, _iLT, _pTr],
1911
+ [0, [() => InstanceLaunchTemplate, 0], 0],
1912
+ ];
1913
+ export var ManagedInstancesStorageConfiguration = [3, n0, _MISC, 0, [_sSGB], [1]];
1914
+ export var ManagedScaling = [3, n0, _MS, 0, [_s, _tC, _mSSS, _mSSSa, _iWP], [0, 1, 1, 1, 1]];
1915
+ export var ManagedStorageConfiguration = [3, n0, _MSC, 0, [_kKI, _fESKKI], [0, 0]];
1916
+ export var MemoryGiBPerVCpuRequest = [3, n0, _MGBPVCR, 0, [_m, _ma], [1, 1]];
1917
+ export var MemoryMiBRequest = [3, n0, _MMBR, 0, [_m, _ma], [1, 1]];
1918
+ export var MissingVersionException = [
1919
+ -3,
1920
+ n0,
1921
+ _MVE,
1922
+ {
1923
+ [_e]: _c,
1924
+ },
1925
+ [_me],
1926
+ [0],
1927
+ ];
1928
+ TypeRegistry.for(n0).registerError(MissingVersionException, __MissingVersionException);
1929
+ export var MountPoint = [3, n0, _MP, 0, [_sV, _cPo, _rO], [0, 0, 2]];
1930
+ export var NamespaceNotFoundException = [
1931
+ -3,
1932
+ n0,
1933
+ _NNFE,
1934
+ {
1935
+ [_e]: _c,
1936
+ },
1937
+ [_me],
1938
+ [0],
1939
+ ];
1940
+ TypeRegistry.for(n0).registerError(NamespaceNotFoundException, __NamespaceNotFoundException);
1941
+ export var NetworkBandwidthGbpsRequest = [3, n0, _NBGR, 0, [_m, _ma], [1, 1]];
1942
+ export var NetworkBinding = [
1943
+ 3,
1944
+ n0,
1945
+ _NB,
1946
+ 0,
1947
+ [_bIP, _cPon, _hPo, _pr, _cPR, _hPR],
1948
+ [0, 1, 1, 0, 0, 0],
1949
+ ];
1950
+ export var NetworkConfiguration = [3, n0, _NC, 0, [_aCw], [() => AwsVpcConfiguration]];
1951
+ export var NetworkInterface = [3, n0, _NI, 0, [_aI, _pIA, _iAp], [0, 0, 0]];
1952
+ export var NetworkInterfaceCountRequest = [3, n0, _NICR, 0, [_m, _ma], [1, 1]];
1953
+ export var NoUpdateAvailableException = [
1954
+ -3,
1955
+ n0,
1956
+ _NUAE,
1957
+ {
1958
+ [_e]: _c,
1959
+ },
1960
+ [_me],
1961
+ [0],
1962
+ ];
1963
+ TypeRegistry.for(n0).registerError(NoUpdateAvailableException, __NoUpdateAvailableException);
1964
+ export var PlacementConstraint = [3, n0, _PC, 0, [_t, _ex], [0, 0]];
1965
+ export var PlacementStrategy = [3, n0, _PS, 0, [_t, _fie], [0, 0]];
1966
+ export var PlatformDevice = [3, n0, _PD, 0, [_i, _t], [0, 0]];
1967
+ export var PlatformTaskDefinitionIncompatibilityException = [
1968
+ -3,
1969
+ n0,
1970
+ _PTDIE,
1971
+ {
1972
+ [_e]: _c,
1973
+ },
1974
+ [_me],
1975
+ [0],
1976
+ ];
1977
+ TypeRegistry.for(n0).registerError(PlatformTaskDefinitionIncompatibilityException, __PlatformTaskDefinitionIncompatibilityException);
1978
+ export var PlatformUnknownException = [
1979
+ -3,
1980
+ n0,
1981
+ _PUE,
1982
+ {
1983
+ [_e]: _c,
1984
+ },
1985
+ [_me],
1986
+ [0],
1987
+ ];
1988
+ TypeRegistry.for(n0).registerError(PlatformUnknownException, __PlatformUnknownException);
1989
+ export var PortMapping = [3, n0, _PM, 0, [_cPon, _hPo, _pr, _n, _aP, _cPR], [1, 1, 0, 0, 0, 0]];
1990
+ export var ProtectedTask = [3, n0, _PT, 0, [_tA, _pE, _eD], [0, 2, 4]];
1991
+ export var ProxyConfiguration = [
1992
+ 3,
1993
+ n0,
1994
+ _PCr,
1995
+ 0,
1996
+ [_t, _cNo, _pro],
1997
+ [0, 0, () => ProxyConfigurationProperties],
1998
+ ];
1999
+ export var PutAccountSettingDefaultRequest = [3, n0, _PASDR, 0, [_n, _v], [0, 0]];
2000
+ export var PutAccountSettingDefaultResponse = [3, n0, _PASDRu, 0, [_set], [() => Setting]];
2001
+ export var PutAccountSettingRequest = [3, n0, _PASR, 0, [_n, _v, _pA], [0, 0, 0]];
2002
+ export var PutAccountSettingResponse = [3, n0, _PASRu, 0, [_set], [() => Setting]];
2003
+ export var PutAttributesRequest = [3, n0, _PAR, 0, [_cl, _at], [0, () => Attributes]];
2004
+ export var PutAttributesResponse = [3, n0, _PARu, 0, [_at], [() => Attributes]];
2005
+ export var PutClusterCapacityProvidersRequest = [
2006
+ 3,
2007
+ n0,
2008
+ _PCCPR,
2009
+ 0,
2010
+ [_cl, _cPap, _dCPS],
2011
+ [0, 64 | 0, () => CapacityProviderStrategy],
2012
+ ];
2013
+ export var PutClusterCapacityProvidersResponse = [3, n0, _PCCPRu, 0, [_cl], [() => Cluster]];
2014
+ export var RegisterContainerInstanceRequest = [
2015
+ 3,
2016
+ n0,
2017
+ _RCIR,
2018
+ 0,
2019
+ [_cl, _iID, _iIDS, _tR, _vI, _cIA, _at, _pD, _ta],
2020
+ [0, 0, 0, () => Resources, () => VersionInfo, 0, () => Attributes, () => PlatformDevices, () => Tags],
2021
+ ];
2022
+ export var RegisterContainerInstanceResponse = [
2023
+ 3,
2024
+ n0,
2025
+ _RCIRe,
2026
+ 0,
2027
+ [_cI],
2028
+ [() => ContainerInstance],
2029
+ ];
2030
+ export var RegisterTaskDefinitionRequest = [
2031
+ 3,
2032
+ n0,
2033
+ _RTDR,
2034
+ 0,
2035
+ [_fami, _tRA, _eRA, _nM, _cD, _vo, _pC, _rCe, _cp, _mem, _ta, _pMi, _iM, _pCr, _iAn, _eSp, _rPu, _eFI],
2036
+ [
2037
+ 0,
2038
+ 0,
2039
+ 0,
2040
+ 0,
2041
+ () => ContainerDefinitions,
2042
+ () => VolumeList,
2043
+ () => TaskDefinitionPlacementConstraints,
2044
+ 64 | 0,
2045
+ 0,
2046
+ 0,
2047
+ () => Tags,
2048
+ 0,
2049
+ 0,
2050
+ () => ProxyConfiguration,
2051
+ () => InferenceAccelerators,
2052
+ () => EphemeralStorage,
2053
+ () => RuntimePlatform,
2054
+ 2,
2055
+ ],
2056
+ ];
2057
+ export var RegisterTaskDefinitionResponse = [
2058
+ 3,
2059
+ n0,
2060
+ _RTDRe,
2061
+ 0,
2062
+ [_tD, _ta],
2063
+ [() => TaskDefinition, () => Tags],
2064
+ ];
2065
+ export var RepositoryCredentials = [3, n0, _RC, 0, [_cPr], [0]];
2066
+ export var ResolvedConfiguration = [3, n0, _RCe, 0, [_lB], [() => ServiceRevisionLoadBalancers]];
2067
+ export var Resource = [3, n0, _R, 0, [_n, _t, _dV, _lV, _iV, _sSV], [0, 0, 1, 1, 1, 64 | 0]];
2068
+ export var ResourceInUseException = [
2069
+ -3,
2070
+ n0,
2071
+ _RIUE,
2072
+ {
2073
+ [_e]: _c,
2074
+ },
2075
+ [_me],
2076
+ [0],
2077
+ ];
2078
+ TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
2079
+ export var ResourceNotFoundException = [
2080
+ -3,
2081
+ n0,
2082
+ _RNFE,
2083
+ {
2084
+ [_e]: _c,
2085
+ },
2086
+ [_me],
2087
+ [0],
2088
+ ];
2089
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
2090
+ export var ResourceRequirement = [3, n0, _RR, 0, [_v, _t], [0, 0]];
2091
+ export var Rollback = [3, n0, _Ro, 0, [_r, _sAt, _sRAe], [0, 4, 0]];
2092
+ export var RunTaskRequest = [
2093
+ 3,
2094
+ n0,
2095
+ _RTR,
2096
+ 0,
2097
+ [_cPS, _cl, _cou, _eECSMT, _eEC, _g, _lT, _nC, _ov, _pC, _pS, _pV, _pTr, _rIe, _sB, _ta, _tD, _cT, _vCo],
2098
+ [
2099
+ () => CapacityProviderStrategy,
2100
+ 0,
2101
+ 1,
2102
+ 2,
2103
+ 2,
2104
+ 0,
2105
+ 0,
2106
+ () => NetworkConfiguration,
2107
+ () => TaskOverride,
2108
+ () => PlacementConstraints,
2109
+ () => PlacementStrategies,
2110
+ 0,
2111
+ 0,
2112
+ 0,
2113
+ 0,
2114
+ () => Tags,
2115
+ 0,
2116
+ [0, 4],
2117
+ () => TaskVolumeConfigurations,
2118
+ ],
2119
+ ];
2120
+ export var RunTaskResponse = [3, n0, _RTRu, 0, [_tas, _fa], [() => Tasks, () => Failures]];
2121
+ export var RuntimePlatform = [3, n0, _RP, 0, [_cAp, _oSF], [0, 0]];
2122
+ export var Scale = [3, n0, _S, 0, [_v, _un], [1, 0]];
2123
+ export var Secret = [3, n0, _Se, 0, [_n, _vFa], [0, 0]];
2124
+ export var ServerException = [
2125
+ -3,
2126
+ n0,
2127
+ _SE,
2128
+ {
2129
+ [_e]: _serve,
2130
+ },
2131
+ [_me],
2132
+ [0],
2133
+ ];
2134
+ TypeRegistry.for(n0).registerError(ServerException, __ServerException);
2135
+ export var Service = [
2136
+ 3,
2137
+ n0,
2138
+ _Ser,
2139
+ 0,
2140
+ [
2141
+ _sAe,
2142
+ _sN,
2143
+ _cA,
2144
+ _lB,
2145
+ _sRe,
2146
+ _s,
2147
+ _dC,
2148
+ _rCu,
2149
+ _pCe,
2150
+ _lT,
2151
+ _cPS,
2152
+ _pV,
2153
+ _pF,
2154
+ _tD,
2155
+ _dCe,
2156
+ _tSa,
2157
+ _dep,
2158
+ _rA,
2159
+ _ev,
2160
+ _cAr,
2161
+ _pC,
2162
+ _pS,
2163
+ _nC,
2164
+ _hCGPS,
2165
+ _sS,
2166
+ _dCep,
2167
+ _ta,
2168
+ _cB,
2169
+ _eECSMT,
2170
+ _pTr,
2171
+ _eEC,
2172
+ _aZR,
2173
+ ],
2174
+ [
2175
+ 0,
2176
+ 0,
2177
+ 0,
2178
+ () => LoadBalancers,
2179
+ () => ServiceRegistries,
2180
+ 0,
2181
+ 1,
2182
+ 1,
2183
+ 1,
2184
+ 0,
2185
+ () => CapacityProviderStrategy,
2186
+ 0,
2187
+ 0,
2188
+ 0,
2189
+ () => DeploymentConfiguration,
2190
+ () => TaskSets,
2191
+ () => Deployments,
2192
+ 0,
2193
+ () => ServiceEvents,
2194
+ 4,
2195
+ () => PlacementConstraints,
2196
+ () => PlacementStrategies,
2197
+ () => NetworkConfiguration,
2198
+ 1,
2199
+ 0,
2200
+ () => DeploymentController,
2201
+ () => Tags,
2202
+ 0,
2203
+ 2,
2204
+ 0,
2205
+ 2,
2206
+ 0,
2207
+ ],
2208
+ ];
2209
+ export var ServiceConnectAccessLogConfiguration = [3, n0, _SCALC, 0, [_fo, _iQP], [0, 0]];
2210
+ export var ServiceConnectClientAlias = [
2211
+ 3,
2212
+ n0,
2213
+ _SCCA,
2214
+ 0,
2215
+ [_po, _dNn, _tTR],
2216
+ [1, 0, () => ServiceConnectTestTrafficRules],
2217
+ ];
2218
+ export var ServiceConnectConfiguration = [
2219
+ 3,
2220
+ n0,
2221
+ _SCC,
2222
+ 0,
2223
+ [_ena, _na, _serv, _lC, _aLC],
2224
+ [2, 0, () => ServiceConnectServiceList, () => LogConfiguration, () => ServiceConnectAccessLogConfiguration],
2225
+ ];
2226
+ export var ServiceConnectService = [
2227
+ 3,
2228
+ n0,
2229
+ _SCS,
2230
+ 0,
2231
+ [_pN, _dNi, _cAli, _iPO, _ti, _tl],
2232
+ [0, 0, () => ServiceConnectClientAliasList, 1, () => TimeoutConfiguration, () => ServiceConnectTlsConfiguration],
2233
+ ];
2234
+ export var ServiceConnectServiceResource = [3, n0, _SCSR, 0, [_dNi, _dA], [0, 0]];
2235
+ export var ServiceConnectTestTrafficHeaderMatchRules = [3, n0, _SCTTHMR, 0, [_exa], [0]];
2236
+ export var ServiceConnectTestTrafficHeaderRules = [
2237
+ 3,
2238
+ n0,
2239
+ _SCTTHR,
2240
+ 0,
2241
+ [_n, _v],
2242
+ [0, () => ServiceConnectTestTrafficHeaderMatchRules],
2243
+ ];
2244
+ export var ServiceConnectTestTrafficRules = [
2245
+ 3,
2246
+ n0,
2247
+ _SCTTR,
2248
+ 0,
2249
+ [_he],
2250
+ [() => ServiceConnectTestTrafficHeaderRules],
2251
+ ];
2252
+ export var ServiceConnectTlsCertificateAuthority = [3, n0, _SCTCA, 0, [_aPAA], [0]];
2253
+ export var ServiceConnectTlsConfiguration = [
2254
+ 3,
2255
+ n0,
2256
+ _SCTC,
2257
+ 0,
2258
+ [_iCA, _kK, _rA],
2259
+ [() => ServiceConnectTlsCertificateAuthority, 0, 0],
2260
+ ];
2261
+ export var ServiceDeployment = [
2262
+ 3,
2263
+ n0,
2264
+ _SD,
2265
+ 0,
2266
+ [_sDAe, _sAe, _cA, _cAr, _sAt, _fA, _sAto, _uA, _sSR, _tSR, _s, _sR, _lSif, _dCe, _rol, _dCB, _al],
2267
+ [
2268
+ 0,
2269
+ 0,
2270
+ 0,
2271
+ 4,
2272
+ 4,
2273
+ 4,
2274
+ 4,
2275
+ 4,
2276
+ () => ServiceRevisionsSummaryList,
2277
+ () => ServiceRevisionSummary,
2278
+ 0,
2279
+ 0,
2280
+ 0,
2281
+ () => DeploymentConfiguration,
2282
+ () => Rollback,
2283
+ () => ServiceDeploymentCircuitBreaker,
2284
+ () => ServiceDeploymentAlarms,
2285
+ ],
2286
+ ];
2287
+ export var ServiceDeploymentAlarms = [3, n0, _SDA, 0, [_s, _aN, _tAN], [0, 64 | 0, 64 | 0]];
2288
+ export var ServiceDeploymentBrief = [
2289
+ 3,
2290
+ n0,
2291
+ _SDB,
2292
+ 0,
2293
+ [_sDAe, _sAe, _cA, _sAt, _cAr, _fA, _tSRA, _s, _sR],
2294
+ [0, 0, 0, 4, 4, 4, 0, 0, 0],
2295
+ ];
2296
+ export var ServiceDeploymentCircuitBreaker = [3, n0, _SDCB, 0, [_s, _fCa, _th], [0, 1, 1]];
2297
+ export var ServiceDeploymentNotFoundException = [
2298
+ -3,
2299
+ n0,
2300
+ _SDNFE,
2301
+ {
2302
+ [_e]: _c,
2303
+ },
2304
+ [_me],
2305
+ [0],
2306
+ ];
2307
+ TypeRegistry.for(n0).registerError(ServiceDeploymentNotFoundException, __ServiceDeploymentNotFoundException);
2308
+ export var ServiceEvent = [3, n0, _SEe, 0, [_i, _cAr, _me], [0, 4, 0]];
2309
+ export var ServiceManagedEBSVolumeConfiguration = [
2310
+ 3,
2311
+ n0,
2312
+ _SMEBSVC,
2313
+ 0,
2314
+ [_enc, _kKI, _vT, _sIGB, _sI, _vIR, _io, _thr, _tSag, _rA, _fTi],
2315
+ [2, 0, 0, 1, 0, 1, 1, 1, () => EBSTagSpecifications, 0, 0],
2316
+ ];
2317
+ export var ServiceNotActiveException = [
2318
+ -3,
2319
+ n0,
2320
+ _SNAE,
2321
+ {
2322
+ [_e]: _c,
2323
+ },
2324
+ [_me],
2325
+ [0],
2326
+ ];
2327
+ TypeRegistry.for(n0).registerError(ServiceNotActiveException, __ServiceNotActiveException);
2328
+ export var ServiceNotFoundException = [
2329
+ -3,
2330
+ n0,
2331
+ _SNFE,
2332
+ {
2333
+ [_e]: _c,
2334
+ },
2335
+ [_me],
2336
+ [0],
2337
+ ];
2338
+ TypeRegistry.for(n0).registerError(ServiceNotFoundException, __ServiceNotFoundException);
2339
+ export var ServiceRegistry = [3, n0, _SR, 0, [_rAeg, _po, _cNo, _cPon], [0, 1, 0, 1]];
2340
+ export var ServiceRevision = [
2341
+ 3,
2342
+ n0,
2343
+ _SRe,
2344
+ 0,
2345
+ [_sRAe, _sAe, _cA, _tD, _cPS, _lT, _pV, _pF, _lB, _sRe, _nC, _cIon, _gDE, _sCC, _vCo, _fES, _cAr, _vLC, _rCes],
2346
+ [
2347
+ 0,
2348
+ 0,
2349
+ 0,
2350
+ 0,
2351
+ () => CapacityProviderStrategy,
2352
+ 0,
2353
+ 0,
2354
+ 0,
2355
+ () => LoadBalancers,
2356
+ () => ServiceRegistries,
2357
+ () => NetworkConfiguration,
2358
+ () => ContainerImages,
2359
+ 2,
2360
+ () => ServiceConnectConfiguration,
2361
+ () => ServiceVolumeConfigurations,
2362
+ () => DeploymentEphemeralStorage,
2363
+ 4,
2364
+ () => VpcLatticeConfigurations,
2365
+ () => ResolvedConfiguration,
2366
+ ],
2367
+ ];
2368
+ export var ServiceRevisionLoadBalancer = [3, n0, _SRLB, 0, [_tGA, _pLR], [0, 0]];
2369
+ export var ServiceRevisionSummary = [
2370
+ 3,
2371
+ n0,
2372
+ _SRS,
2373
+ 0,
2374
+ [_ar, _rTCe, _rTCu, _pTCe, _rTTW, _rPTW],
2375
+ [0, 1, 1, 1, 1, 1],
2376
+ ];
2377
+ export var ServiceVolumeConfiguration = [
2378
+ 3,
2379
+ n0,
2380
+ _SVC,
2381
+ 0,
2382
+ [_n, _mEBSV],
2383
+ [0, () => ServiceManagedEBSVolumeConfiguration],
2384
+ ];
2385
+ export var Session = [3, n0, _Ses, 0, [_sIe, _sU, _tV], [0, 0, [() => SensitiveString, 0]]];
2386
+ export var Setting = [3, n0, _Set, 0, [_n, _v, _pA, _t], [0, 0, 0, 0]];
2387
+ export var StartTaskRequest = [
2388
+ 3,
2389
+ n0,
2390
+ _STR,
2391
+ 0,
2392
+ [_cl, _cIo, _eECSMT, _eEC, _g, _nC, _ov, _pTr, _rIe, _sB, _ta, _tD, _vCo],
2393
+ [
2394
+ 0,
2395
+ 64 | 0,
2396
+ 2,
2397
+ 2,
2398
+ 0,
2399
+ () => NetworkConfiguration,
2400
+ () => TaskOverride,
2401
+ 0,
2402
+ 0,
2403
+ 0,
2404
+ () => Tags,
2405
+ 0,
2406
+ () => TaskVolumeConfigurations,
2407
+ ],
2408
+ ];
2409
+ export var StartTaskResponse = [3, n0, _STRt, 0, [_tas, _fa], [() => Tasks, () => Failures]];
2410
+ export var StopServiceDeploymentRequest = [3, n0, _SSDR, 0, [_sDAe, _sTto], [0, 0]];
2411
+ export var StopServiceDeploymentResponse = [3, n0, _SSDRt, 0, [_sDAe], [0]];
2412
+ export var StopTaskRequest = [3, n0, _STRto, 0, [_cl, _task, _r], [0, 0, 0]];
2413
+ export var StopTaskResponse = [3, n0, _STRtop, 0, [_task], [() => Task]];
2414
+ export var SubmitAttachmentStateChangesRequest = [
2415
+ 3,
2416
+ n0,
2417
+ _SASCR,
2418
+ 0,
2419
+ [_cl, _a],
2420
+ [0, () => AttachmentStateChanges],
2421
+ ];
2422
+ export var SubmitAttachmentStateChangesResponse = [3, n0, _SASCRu, 0, [_ac], [0]];
2423
+ export var SubmitContainerStateChangeRequest = [
2424
+ 3,
2425
+ n0,
2426
+ _SCSCR,
2427
+ 0,
2428
+ [_cl, _task, _cNo, _rIu, _s, _eC, _r, _nB],
2429
+ [0, 0, 0, 0, 0, 1, 0, () => NetworkBindings],
2430
+ ];
2431
+ export var SubmitContainerStateChangeResponse = [3, n0, _SCSCRu, 0, [_ac], [0]];
2432
+ export var SubmitTaskStateChangeRequest = [
2433
+ 3,
2434
+ n0,
2435
+ _STSCR,
2436
+ 0,
2437
+ [_cl, _task, _s, _r, _conta, _a, _mA, _pSA, _pSAu, _eSA],
2438
+ [0, 0, 0, 0, () => ContainerStateChanges, () => AttachmentStateChanges, () => ManagedAgentStateChanges, 4, 4, 4],
2439
+ ];
2440
+ export var SubmitTaskStateChangeResponse = [3, n0, _STSCRu, 0, [_ac], [0]];
2441
+ export var SystemControl = [3, n0, _SC, 0, [_na, _v], [0, 0]];
2442
+ export var Tag = [3, n0, _T, 0, [_k, _v], [0, 0]];
2443
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_rAes, _ta], [0, () => Tags]];
2444
+ export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
2445
+ export var TargetNotConnectedException = [
2446
+ -3,
2447
+ n0,
2448
+ _TNCE,
2449
+ {
2450
+ [_e]: _c,
2451
+ },
2452
+ [_me],
2453
+ [0],
2454
+ ];
2455
+ TypeRegistry.for(n0).registerError(TargetNotConnectedException, __TargetNotConnectedException);
2456
+ export var TargetNotFoundException = [
2457
+ -3,
2458
+ n0,
2459
+ _TNFE,
2460
+ {
2461
+ [_e]: _c,
2462
+ },
2463
+ [_me],
2464
+ [0],
2465
+ ];
2466
+ TypeRegistry.for(n0).registerError(TargetNotFoundException, __TargetNotFoundException);
2467
+ export var Task = [
2468
+ 3,
2469
+ n0,
2470
+ _Ta,
2471
+ 0,
2472
+ [
2473
+ _a,
2474
+ _at,
2475
+ _aZ,
2476
+ _cPN,
2477
+ _cA,
2478
+ _conn,
2479
+ _cAon,
2480
+ _cIA,
2481
+ _conta,
2482
+ _cp,
2483
+ _cAr,
2484
+ _dSe,
2485
+ _eEC,
2486
+ _eSA,
2487
+ _g,
2488
+ _hS,
2489
+ _iAn,
2490
+ _lS,
2491
+ _lT,
2492
+ _mem,
2493
+ _ov,
2494
+ _pV,
2495
+ _pF,
2496
+ _pSA,
2497
+ _pSAu,
2498
+ _sAt,
2499
+ _sB,
2500
+ _sCto,
2501
+ _sAto,
2502
+ _sRt,
2503
+ _sAtop,
2504
+ _ta,
2505
+ _tA,
2506
+ _tDAa,
2507
+ _ve,
2508
+ _eSp,
2509
+ _fES,
2510
+ ],
2511
+ [
2512
+ () => Attachments,
2513
+ () => Attributes,
2514
+ 0,
2515
+ 0,
2516
+ 0,
2517
+ 0,
2518
+ 4,
2519
+ 0,
2520
+ () => Containers,
2521
+ 0,
2522
+ 4,
2523
+ 0,
2524
+ 2,
2525
+ 4,
2526
+ 0,
2527
+ 0,
2528
+ () => InferenceAccelerators,
2529
+ 0,
2530
+ 0,
2531
+ 0,
2532
+ () => TaskOverride,
2533
+ 0,
2534
+ 0,
2535
+ 4,
2536
+ 4,
2537
+ 4,
2538
+ 0,
2539
+ 0,
2540
+ 4,
2541
+ 0,
2542
+ 4,
2543
+ () => Tags,
2544
+ 0,
2545
+ 0,
2546
+ 1,
2547
+ () => EphemeralStorage,
2548
+ () => TaskEphemeralStorage,
2549
+ ],
2550
+ ];
2551
+ export var TaskDefinition = [
2552
+ 3,
2553
+ n0,
2554
+ _TD,
2555
+ 0,
2556
+ [
2557
+ _tDAa,
2558
+ _cD,
2559
+ _fami,
2560
+ _tRA,
2561
+ _eRA,
2562
+ _nM,
2563
+ _rev,
2564
+ _vo,
2565
+ _s,
2566
+ _rAeq,
2567
+ _pC,
2568
+ _comp,
2569
+ _rPu,
2570
+ _rCe,
2571
+ _cp,
2572
+ _mem,
2573
+ _iAn,
2574
+ _pMi,
2575
+ _iM,
2576
+ _pCr,
2577
+ _rAe,
2578
+ _dAe,
2579
+ _rB,
2580
+ _eSp,
2581
+ _eFI,
2582
+ ],
2583
+ [
2584
+ 0,
2585
+ () => ContainerDefinitions,
2586
+ 0,
2587
+ 0,
2588
+ 0,
2589
+ 0,
2590
+ 1,
2591
+ () => VolumeList,
2592
+ 0,
2593
+ () => RequiresAttributes,
2594
+ () => TaskDefinitionPlacementConstraints,
2595
+ 64 | 0,
2596
+ () => RuntimePlatform,
2597
+ 64 | 0,
2598
+ 0,
2599
+ 0,
2600
+ () => InferenceAccelerators,
2601
+ 0,
2602
+ 0,
2603
+ () => ProxyConfiguration,
2604
+ 4,
2605
+ 4,
2606
+ 0,
2607
+ () => EphemeralStorage,
2608
+ 2,
2609
+ ],
2610
+ ];
2611
+ export var TaskDefinitionPlacementConstraint = [3, n0, _TDPC, 0, [_t, _ex], [0, 0]];
2612
+ export var TaskEphemeralStorage = [3, n0, _TES, 0, [_sIGB, _kKI], [1, 0]];
2613
+ export var TaskManagedEBSVolumeConfiguration = [
2614
+ 3,
2615
+ n0,
2616
+ _TMEBSVC,
2617
+ 0,
2618
+ [_enc, _kKI, _vT, _sIGB, _sI, _vIR, _io, _thr, _tSag, _rA, _tP, _fTi],
2619
+ [2, 0, 0, 1, 0, 1, 1, 1, () => EBSTagSpecifications, 0, () => TaskManagedEBSVolumeTerminationPolicy, 0],
2620
+ ];
2621
+ export var TaskManagedEBSVolumeTerminationPolicy = [3, n0, _TMEBSVTP, 0, [_dOT], [2]];
2622
+ export var TaskOverride = [
2623
+ 3,
2624
+ n0,
2625
+ _TO,
2626
+ 0,
2627
+ [_cO, _cp, _iAO, _eRA, _mem, _tRA, _eSp],
2628
+ [() => ContainerOverrides, 0, () => InferenceAcceleratorOverrides, 0, 0, 0, () => EphemeralStorage],
2629
+ ];
2630
+ export var TaskSet = [
2631
+ 3,
2632
+ n0,
2633
+ _TS,
2634
+ 0,
2635
+ [
2636
+ _i,
2637
+ _tSA,
2638
+ _sAe,
2639
+ _cA,
2640
+ _sB,
2641
+ _eI,
2642
+ _s,
2643
+ _tD,
2644
+ _cDC,
2645
+ _pCe,
2646
+ _rCu,
2647
+ _cAr,
2648
+ _uA,
2649
+ _lT,
2650
+ _cPS,
2651
+ _pV,
2652
+ _pF,
2653
+ _nC,
2654
+ _lB,
2655
+ _sRe,
2656
+ _sc,
2657
+ _sSt,
2658
+ _sSA,
2659
+ _ta,
2660
+ _fES,
2661
+ ],
2662
+ [
2663
+ 0,
2664
+ 0,
2665
+ 0,
2666
+ 0,
2667
+ 0,
2668
+ 0,
2669
+ 0,
2670
+ 0,
2671
+ 1,
2672
+ 1,
2673
+ 1,
2674
+ 4,
2675
+ 4,
2676
+ 0,
2677
+ () => CapacityProviderStrategy,
2678
+ 0,
2679
+ 0,
2680
+ () => NetworkConfiguration,
2681
+ () => LoadBalancers,
2682
+ () => ServiceRegistries,
2683
+ () => Scale,
2684
+ 0,
2685
+ 4,
2686
+ () => Tags,
2687
+ () => DeploymentEphemeralStorage,
2688
+ ],
2689
+ ];
2690
+ export var TaskSetNotFoundException = [
2691
+ -3,
2692
+ n0,
2693
+ _TSNFE,
2694
+ {
2695
+ [_e]: _c,
2696
+ },
2697
+ [_me],
2698
+ [0],
2699
+ ];
2700
+ TypeRegistry.for(n0).registerError(TaskSetNotFoundException, __TaskSetNotFoundException);
2701
+ export var TaskVolumeConfiguration = [
2702
+ 3,
2703
+ n0,
2704
+ _TVC,
2705
+ 0,
2706
+ [_n, _mEBSV],
2707
+ [0, () => TaskManagedEBSVolumeConfiguration],
2708
+ ];
2709
+ export var TimeoutConfiguration = [3, n0, _TC, 0, [_iTS, _pRTS], [1, 1]];
2710
+ export var Tmpfs = [3, n0, _Tm, 0, [_cPo, _si, _mO], [0, 1, 64 | 0]];
2711
+ export var TotalLocalStorageGBRequest = [3, n0, _TLSGBR, 0, [_m, _ma], [1, 1]];
2712
+ export var Ulimit = [3, n0, _U, 0, [_n, _sL, _hL], [0, 1, 1]];
2713
+ export var UnsupportedFeatureException = [
2714
+ -3,
2715
+ n0,
2716
+ _UFE,
2717
+ {
2718
+ [_e]: _c,
2719
+ },
2720
+ [_me],
2721
+ [0],
2722
+ ];
2723
+ TypeRegistry.for(n0).registerError(UnsupportedFeatureException, __UnsupportedFeatureException);
2724
+ export var UntagResourceRequest = [3, n0, _URR, 0, [_rAes, _tK], [0, 64 | 0]];
2725
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
2726
+ export var UpdateCapacityProviderRequest = [
2727
+ 3,
2728
+ n0,
2729
+ _UCPR,
2730
+ 0,
2731
+ [_n, _cl, _aSGP, _mIP],
2732
+ [0, 0, () => AutoScalingGroupProviderUpdate, [() => UpdateManagedInstancesProviderConfiguration, 0]],
2733
+ ];
2734
+ export var UpdateCapacityProviderResponse = [
2735
+ 3,
2736
+ n0,
2737
+ _UCPRp,
2738
+ 0,
2739
+ [_cPa],
2740
+ [[() => CapacityProvider, 0]],
2741
+ ];
2742
+ export var UpdateClusterRequest = [
2743
+ 3,
2744
+ n0,
2745
+ _UCR,
2746
+ 0,
2747
+ [_cl, _se, _co, _sCD],
2748
+ [0, () => ClusterSettings, () => ClusterConfiguration, () => ClusterServiceConnectDefaultsRequest],
2749
+ ];
2750
+ export var UpdateClusterResponse = [3, n0, _UCRp, 0, [_cl], [() => Cluster]];
2751
+ export var UpdateClusterSettingsRequest = [
2752
+ 3,
2753
+ n0,
2754
+ _UCSR,
2755
+ 0,
2756
+ [_cl, _se],
2757
+ [0, () => ClusterSettings],
2758
+ ];
2759
+ export var UpdateClusterSettingsResponse = [3, n0, _UCSRp, 0, [_cl], [() => Cluster]];
2760
+ export var UpdateContainerAgentRequest = [3, n0, _UCAR, 0, [_cl, _cI], [0, 0]];
2761
+ export var UpdateContainerAgentResponse = [3, n0, _UCARp, 0, [_cI], [() => ContainerInstance]];
2762
+ export var UpdateContainerInstancesStateRequest = [
2763
+ 3,
2764
+ n0,
2765
+ _UCISR,
2766
+ 0,
2767
+ [_cl, _cIo, _s],
2768
+ [0, 64 | 0, 0],
2769
+ ];
2770
+ export var UpdateContainerInstancesStateResponse = [
2771
+ 3,
2772
+ n0,
2773
+ _UCISRp,
2774
+ 0,
2775
+ [_cIo, _fa],
2776
+ [() => ContainerInstances, () => Failures],
2777
+ ];
2778
+ export var UpdateInProgressException = [
2779
+ -3,
2780
+ n0,
2781
+ _UIPE,
2782
+ {
2783
+ [_e]: _c,
2784
+ },
2785
+ [_me],
2786
+ [0],
2787
+ ];
2788
+ TypeRegistry.for(n0).registerError(UpdateInProgressException, __UpdateInProgressException);
2789
+ export var UpdateManagedInstancesProviderConfiguration = [
2790
+ 3,
2791
+ n0,
2792
+ _UMIPC,
2793
+ 0,
2794
+ [_iRA, _iLT, _pTr],
2795
+ [0, [() => InstanceLaunchTemplateUpdate, 0], 0],
2796
+ ];
2797
+ export var UpdateServicePrimaryTaskSetRequest = [
2798
+ 3,
2799
+ n0,
2800
+ _USPTSR,
2801
+ 0,
2802
+ [_cl, _ser, _pTS],
2803
+ [0, 0, 0],
2804
+ ];
2805
+ export var UpdateServicePrimaryTaskSetResponse = [3, n0, _USPTSRp, 0, [_tS], [() => TaskSet]];
2806
+ export var UpdateServiceRequest = [
2807
+ 3,
2808
+ n0,
2809
+ _USR,
2810
+ 0,
2811
+ [
2812
+ _cl,
2813
+ _ser,
2814
+ _dC,
2815
+ _tD,
2816
+ _cPS,
2817
+ _dCe,
2818
+ _aZR,
2819
+ _nC,
2820
+ _pC,
2821
+ _pS,
2822
+ _pV,
2823
+ _fND,
2824
+ _hCGPS,
2825
+ _dCep,
2826
+ _eEC,
2827
+ _eECSMT,
2828
+ _lB,
2829
+ _pTr,
2830
+ _sRe,
2831
+ _sCC,
2832
+ _vCo,
2833
+ _vLC,
2834
+ ],
2835
+ [
2836
+ 0,
2837
+ 0,
2838
+ 1,
2839
+ 0,
2840
+ () => CapacityProviderStrategy,
2841
+ () => DeploymentConfiguration,
2842
+ 0,
2843
+ () => NetworkConfiguration,
2844
+ () => PlacementConstraints,
2845
+ () => PlacementStrategies,
2846
+ 0,
2847
+ 2,
2848
+ 1,
2849
+ () => DeploymentController,
2850
+ 2,
2851
+ 2,
2852
+ () => LoadBalancers,
2853
+ 0,
2854
+ () => ServiceRegistries,
2855
+ () => ServiceConnectConfiguration,
2856
+ () => ServiceVolumeConfigurations,
2857
+ () => VpcLatticeConfigurations,
2858
+ ],
2859
+ ];
2860
+ export var UpdateServiceResponse = [3, n0, _USRp, 0, [_ser], [() => Service]];
2861
+ export var UpdateTaskProtectionRequest = [
2862
+ 3,
2863
+ n0,
2864
+ _UTPR,
2865
+ 0,
2866
+ [_cl, _tas, _pE, _eIM],
2867
+ [0, 64 | 0, 2, 1],
2868
+ ];
2869
+ export var UpdateTaskProtectionResponse = [
2870
+ 3,
2871
+ n0,
2872
+ _UTPRp,
2873
+ 0,
2874
+ [_pTro, _fa],
2875
+ [() => ProtectedTasks, () => Failures],
2876
+ ];
2877
+ export var UpdateTaskSetRequest = [
2878
+ 3,
2879
+ n0,
2880
+ _UTSR,
2881
+ 0,
2882
+ [_cl, _ser, _tS, _sc],
2883
+ [0, 0, 0, () => Scale],
2884
+ ];
2885
+ export var UpdateTaskSetResponse = [3, n0, _UTSRp, 0, [_tS], [() => TaskSet]];
2886
+ export var VCpuCountRangeRequest = [3, n0, _VCCRR, 0, [_m, _ma], [1, 1]];
2887
+ export var VersionInfo = [3, n0, _VI, 0, [_aVg, _aH, _dVo], [0, 0, 0]];
2888
+ export var Volume = [
2889
+ 3,
2890
+ n0,
2891
+ _V,
2892
+ 0,
2893
+ [_n, _ho, _dVC, _eVC, _fWFSVC, _cAL],
2894
+ [
2895
+ 0,
2896
+ () => HostVolumeProperties,
2897
+ () => DockerVolumeConfiguration,
2898
+ () => EFSVolumeConfiguration,
2899
+ () => FSxWindowsFileServerVolumeConfiguration,
2900
+ 2,
2901
+ ],
2902
+ ];
2903
+ export var VolumeFrom = [3, n0, _VF, 0, [_sCo, _rO], [0, 2]];
2904
+ export var VpcLatticeConfiguration = [3, n0, _VLC, 0, [_rA, _tGA, _pN], [0, 0, 0]];
2905
+ export var __Unit = "unit";
2906
+ export var ECSServiceException = [-3, _sm, "ECSServiceException", 0, [], []];
2907
+ TypeRegistry.for(_sm).registerError(ECSServiceException, __ECSServiceException);
2908
+ export var AcceleratorManufacturerSet = [
2909
+ 1,
2910
+ n0,
2911
+ _AMS,
2912
+ 0,
2913
+ [
2914
+ 0,
2915
+ {
2916
+ [_xN]: _it,
2917
+ },
2918
+ ],
2919
+ ];
2920
+ export var AcceleratorNameSet = [
2921
+ 1,
2922
+ n0,
2923
+ _ANS,
2924
+ 0,
2925
+ [
2926
+ 0,
2927
+ {
2928
+ [_xN]: _it,
2929
+ },
2930
+ ],
2931
+ ];
2932
+ export var AcceleratorTypeSet = [
2933
+ 1,
2934
+ n0,
2935
+ _ATS,
2936
+ 0,
2937
+ [
2938
+ 0,
2939
+ {
2940
+ [_xN]: _it,
2941
+ },
2942
+ ],
2943
+ ];
2944
+ export var AllowedInstanceTypeSet = [
2945
+ 1,
2946
+ n0,
2947
+ _AITS,
2948
+ 0,
2949
+ [
2950
+ 0,
2951
+ {
2952
+ [_xN]: _it,
2953
+ },
2954
+ ],
2955
+ ];
2956
+ export var AttachmentDetails = [1, n0, _AD, 0, () => KeyValuePair];
2957
+ export var Attachments = [1, n0, _Att, 0, () => Attachment];
2958
+ export var AttachmentStateChanges = [1, n0, _ASCt, 0, () => AttachmentStateChange];
2959
+ export var Attributes = [1, n0, _Attr, 0, () => Attribute];
2960
+ export var CapacityProviderFieldList = 64 | 0;
2961
+ export var CapacityProviders = [1, n0, _CPa, 0, [() => CapacityProvider, 0]];
2962
+ export var CapacityProviderStrategy = [1, n0, _CPS, 0, () => CapacityProviderStrategyItem];
2963
+ export var ClusterFieldList = 64 | 0;
2964
+ export var Clusters = [1, n0, _Cl, 0, () => Cluster];
2965
+ export var ClusterSettings = [1, n0, _CSl, 0, () => ClusterSetting];
2966
+ export var CompatibilityList = 64 | 0;
2967
+ export var ContainerDefinitions = [1, n0, _CDon, 0, () => ContainerDefinition];
2968
+ export var ContainerDependencies = [1, n0, _CDont, 0, () => ContainerDependency];
2969
+ export var ContainerImages = [1, n0, _CIon, 0, () => ContainerImage];
2970
+ export var ContainerInstanceFieldList = 64 | 0;
2971
+ export var ContainerInstances = [1, n0, _CIont, 0, () => ContainerInstance];
2972
+ export var ContainerOverrides = [1, n0, _COo, 0, () => ContainerOverride];
2973
+ export var Containers = [1, n0, _Con, 0, () => Container];
2974
+ export var ContainerStateChanges = [1, n0, _CSCo, 0, () => ContainerStateChange];
2975
+ export var CpuManufacturerSet = [
2976
+ 1,
2977
+ n0,
2978
+ _CMS,
2979
+ 0,
2980
+ [
2981
+ 0,
2982
+ {
2983
+ [_xN]: _it,
2984
+ },
2985
+ ],
2986
+ ];
2987
+ export var DeploymentLifecycleHookList = [1, n0, _DLHL, 0, () => DeploymentLifecycleHook];
2988
+ export var DeploymentLifecycleHookStageList = 64 | 0;
2989
+ export var Deployments = [1, n0, _Dep, 0, () => Deployment];
2990
+ export var DeviceCgroupPermissions = 64 | 0;
2991
+ export var DevicesList = [1, n0, _DL, 0, () => Device];
2992
+ export var EBSTagSpecifications = [1, n0, _EBSTSa, 0, () => EBSTagSpecification];
2993
+ export var EnvironmentFiles = [1, n0, _EFn, 0, () => EnvironmentFile];
2994
+ export var EnvironmentVariables = [1, n0, _EV, 0, () => KeyValuePair];
2995
+ export var ExcludedInstanceTypeSet = [
2996
+ 1,
2997
+ n0,
2998
+ _EITS,
2999
+ 0,
3000
+ [
3001
+ 0,
3002
+ {
3003
+ [_xN]: _it,
3004
+ },
3005
+ ],
3006
+ ];
3007
+ export var Failures = [1, n0, _Fa, 0, () => Failure];
3008
+ export var GpuIds = 64 | 0;
3009
+ export var HostEntryList = [1, n0, _HEL, 0, () => HostEntry];
3010
+ export var InferenceAcceleratorOverrides = [1, n0, _IAOn, 0, () => InferenceAcceleratorOverride];
3011
+ export var InferenceAccelerators = [1, n0, _IAn, 0, () => InferenceAccelerator];
3012
+ export var InstanceGenerationSet = [
3013
+ 1,
3014
+ n0,
3015
+ _IGS,
3016
+ 0,
3017
+ [
3018
+ 0,
3019
+ {
3020
+ [_xN]: _it,
3021
+ },
3022
+ ],
3023
+ ];
3024
+ export var InstanceHealthCheckResultList = [1, n0, _IHCRL, 0, () => InstanceHealthCheckResult];
3025
+ export var IntegerList = 64 | 1;
3026
+ export var LoadBalancers = [1, n0, _LBo, 0, () => LoadBalancer];
3027
+ export var LocalStorageTypeSet = [
3028
+ 1,
3029
+ n0,
3030
+ _LSTS,
3031
+ 0,
3032
+ [
3033
+ 0,
3034
+ {
3035
+ [_xN]: _it,
3036
+ },
3037
+ ],
3038
+ ];
3039
+ export var ManagedAgents = [1, n0, _MAa, 0, () => ManagedAgent];
3040
+ export var ManagedAgentStateChanges = [1, n0, _MASCa, 0, () => ManagedAgentStateChange];
3041
+ export var MountPointList = [1, n0, _MPL, 0, () => MountPoint];
3042
+ export var NetworkBindings = [1, n0, _NBe, 0, () => NetworkBinding];
3043
+ export var NetworkInterfaces = [1, n0, _NIe, 0, () => NetworkInterface];
3044
+ export var PlacementConstraints = [1, n0, _PCl, 0, () => PlacementConstraint];
3045
+ export var PlacementStrategies = [1, n0, _PSl, 0, () => PlacementStrategy];
3046
+ export var PlatformDevices = [1, n0, _PDl, 0, () => PlatformDevice];
3047
+ export var PortMappingList = [1, n0, _PML, 0, () => PortMapping];
3048
+ export var ProtectedTasks = [1, n0, _PTr, 0, () => ProtectedTask];
3049
+ export var ProxyConfigurationProperties = [1, n0, _PCP, 0, () => KeyValuePair];
3050
+ export var RequiresAttributes = [1, n0, _RA, 0, () => Attribute];
3051
+ export var ResourceIds = 64 | 0;
3052
+ export var ResourceRequirements = [1, n0, _RRe, 0, () => ResourceRequirement];
3053
+ export var Resources = [1, n0, _Re, 0, () => Resource];
3054
+ export var SecretList = [1, n0, _SL, 0, () => Secret];
3055
+ export var ServiceConnectClientAliasList = [1, n0, _SCCAL, 0, () => ServiceConnectClientAlias];
3056
+ export var ServiceConnectServiceList = [1, n0, _SCSL, 0, () => ServiceConnectService];
3057
+ export var ServiceConnectServiceResourceList = [
3058
+ 1,
3059
+ n0,
3060
+ _SCSRL,
3061
+ 0,
3062
+ () => ServiceConnectServiceResource,
3063
+ ];
3064
+ export var ServiceDeployments = [1, n0, _SDe, 0, () => ServiceDeployment];
3065
+ export var ServiceDeploymentsBrief = [1, n0, _SDBe, 0, () => ServiceDeploymentBrief];
3066
+ export var ServiceDeploymentStatusList = 64 | 0;
3067
+ export var ServiceEvents = [1, n0, _SEer, 0, () => ServiceEvent];
3068
+ export var ServiceFieldList = 64 | 0;
3069
+ export var ServiceRegistries = [1, n0, _SRer, 0, () => ServiceRegistry];
3070
+ export var ServiceRevisionLoadBalancers = [1, n0, _SRLBe, 0, () => ServiceRevisionLoadBalancer];
3071
+ export var ServiceRevisions = [1, n0, _SRerv, 0, () => ServiceRevision];
3072
+ export var ServiceRevisionsSummaryList = [1, n0, _SRSL, 0, () => ServiceRevisionSummary];
3073
+ export var Services = [1, n0, _Serv, 0, () => Service];
3074
+ export var ServiceVolumeConfigurations = [1, n0, _SVCe, 0, () => ServiceVolumeConfiguration];
3075
+ export var Settings = [1, n0, _Sett, 0, () => Setting];
3076
+ export var Statistics = [1, n0, _St, 0, () => KeyValuePair];
3077
+ export var StringList = 64 | 0;
3078
+ export var SystemControls = [1, n0, _SCy, 0, () => SystemControl];
3079
+ export var TagKeys = 64 | 0;
3080
+ export var Tags = [1, n0, _Tag, 0, () => Tag];
3081
+ export var TaskDefinitionFieldList = 64 | 0;
3082
+ export var TaskDefinitionList = [1, n0, _TDL, 0, () => TaskDefinition];
3083
+ export var TaskDefinitionPlacementConstraints = [
3084
+ 1,
3085
+ n0,
3086
+ _TDPCa,
3087
+ 0,
3088
+ () => TaskDefinitionPlacementConstraint,
3089
+ ];
3090
+ export var TaskFieldList = 64 | 0;
3091
+ export var Tasks = [1, n0, _Tas, 0, () => Task];
3092
+ export var TaskSetFieldList = 64 | 0;
3093
+ export var TaskSets = [1, n0, _TSa, 0, () => TaskSet];
3094
+ export var TaskVolumeConfigurations = [1, n0, _TVCa, 0, () => TaskVolumeConfiguration];
3095
+ export var TmpfsList = [1, n0, _TL, 0, () => Tmpfs];
3096
+ export var UlimitList = [1, n0, _UL, 0, () => Ulimit];
3097
+ export var VolumeFromList = [1, n0, _VFL, 0, () => VolumeFrom];
3098
+ export var VolumeList = [1, n0, _VL, 0, () => Volume];
3099
+ export var VpcLatticeConfigurations = [1, n0, _VLCp, 0, () => VpcLatticeConfiguration];
3100
+ export var DockerLabelsMap = 128 | 0;
3101
+ export var FirelensConfigurationOptionsMap = 128 | 0;
3102
+ export var LogConfigurationOptionsMap = 128 | 0;
3103
+ export var StringMap = 128 | 0;
3104
+ export var CreateCapacityProvider = [
3105
+ 9,
3106
+ n0,
3107
+ _CCP,
3108
+ 0,
3109
+ () => CreateCapacityProviderRequest,
3110
+ () => CreateCapacityProviderResponse,
3111
+ ];
3112
+ export var CreateCluster = [
3113
+ 9,
3114
+ n0,
3115
+ _CCr,
3116
+ 0,
3117
+ () => CreateClusterRequest,
3118
+ () => CreateClusterResponse,
3119
+ ];
3120
+ export var CreateService = [
3121
+ 9,
3122
+ n0,
3123
+ _CSr,
3124
+ 0,
3125
+ () => CreateServiceRequest,
3126
+ () => CreateServiceResponse,
3127
+ ];
3128
+ export var CreateTaskSet = [
3129
+ 9,
3130
+ n0,
3131
+ _CTS,
3132
+ 0,
3133
+ () => CreateTaskSetRequest,
3134
+ () => CreateTaskSetResponse,
3135
+ ];
3136
+ export var DeleteAccountSetting = [
3137
+ 9,
3138
+ n0,
3139
+ _DAS,
3140
+ 0,
3141
+ () => DeleteAccountSettingRequest,
3142
+ () => DeleteAccountSettingResponse,
3143
+ ];
3144
+ export var DeleteAttributes = [
3145
+ 9,
3146
+ n0,
3147
+ _DAe,
3148
+ 0,
3149
+ () => DeleteAttributesRequest,
3150
+ () => DeleteAttributesResponse,
3151
+ ];
3152
+ export var DeleteCapacityProvider = [
3153
+ 9,
3154
+ n0,
3155
+ _DCP,
3156
+ 0,
3157
+ () => DeleteCapacityProviderRequest,
3158
+ () => DeleteCapacityProviderResponse,
3159
+ ];
3160
+ export var DeleteCluster = [
3161
+ 9,
3162
+ n0,
3163
+ _DCel,
3164
+ 0,
3165
+ () => DeleteClusterRequest,
3166
+ () => DeleteClusterResponse,
3167
+ ];
3168
+ export var DeleteService = [
3169
+ 9,
3170
+ n0,
3171
+ _DS,
3172
+ 0,
3173
+ () => DeleteServiceRequest,
3174
+ () => DeleteServiceResponse,
3175
+ ];
3176
+ export var DeleteTaskDefinitions = [
3177
+ 9,
3178
+ n0,
3179
+ _DTD,
3180
+ 0,
3181
+ () => DeleteTaskDefinitionsRequest,
3182
+ () => DeleteTaskDefinitionsResponse,
3183
+ ];
3184
+ export var DeleteTaskSet = [
3185
+ 9,
3186
+ n0,
3187
+ _DTS,
3188
+ 0,
3189
+ () => DeleteTaskSetRequest,
3190
+ () => DeleteTaskSetResponse,
3191
+ ];
3192
+ export var DeregisterContainerInstance = [
3193
+ 9,
3194
+ n0,
3195
+ _DCI,
3196
+ 0,
3197
+ () => DeregisterContainerInstanceRequest,
3198
+ () => DeregisterContainerInstanceResponse,
3199
+ ];
3200
+ export var DeregisterTaskDefinition = [
3201
+ 9,
3202
+ n0,
3203
+ _DTDe,
3204
+ 0,
3205
+ () => DeregisterTaskDefinitionRequest,
3206
+ () => DeregisterTaskDefinitionResponse,
3207
+ ];
3208
+ export var DescribeCapacityProviders = [
3209
+ 9,
3210
+ n0,
3211
+ _DCPe,
3212
+ 0,
3213
+ () => DescribeCapacityProvidersRequest,
3214
+ () => DescribeCapacityProvidersResponse,
3215
+ ];
3216
+ export var DescribeClusters = [
3217
+ 9,
3218
+ n0,
3219
+ _DCes,
3220
+ 0,
3221
+ () => DescribeClustersRequest,
3222
+ () => DescribeClustersResponse,
3223
+ ];
3224
+ export var DescribeContainerInstances = [
3225
+ 9,
3226
+ n0,
3227
+ _DCIe,
3228
+ 0,
3229
+ () => DescribeContainerInstancesRequest,
3230
+ () => DescribeContainerInstancesResponse,
3231
+ ];
3232
+ export var DescribeServiceDeployments = [
3233
+ 9,
3234
+ n0,
3235
+ _DSD,
3236
+ 0,
3237
+ () => DescribeServiceDeploymentsRequest,
3238
+ () => DescribeServiceDeploymentsResponse,
3239
+ ];
3240
+ export var DescribeServiceRevisions = [
3241
+ 9,
3242
+ n0,
3243
+ _DSRescr,
3244
+ 0,
3245
+ () => DescribeServiceRevisionsRequest,
3246
+ () => DescribeServiceRevisionsResponse,
3247
+ ];
3248
+ export var DescribeServices = [
3249
+ 9,
3250
+ n0,
3251
+ _DSe,
3252
+ 0,
3253
+ () => DescribeServicesRequest,
3254
+ () => DescribeServicesResponse,
3255
+ ];
3256
+ export var DescribeTaskDefinition = [
3257
+ 9,
3258
+ n0,
3259
+ _DTDes,
3260
+ 0,
3261
+ () => DescribeTaskDefinitionRequest,
3262
+ () => DescribeTaskDefinitionResponse,
3263
+ ];
3264
+ export var DescribeTasks = [
3265
+ 9,
3266
+ n0,
3267
+ _DT,
3268
+ 0,
3269
+ () => DescribeTasksRequest,
3270
+ () => DescribeTasksResponse,
3271
+ ];
3272
+ export var DescribeTaskSets = [
3273
+ 9,
3274
+ n0,
3275
+ _DTSe,
3276
+ 0,
3277
+ () => DescribeTaskSetsRequest,
3278
+ () => DescribeTaskSetsResponse,
3279
+ ];
3280
+ export var DiscoverPollEndpoint = [
3281
+ 9,
3282
+ n0,
3283
+ _DPE,
3284
+ 0,
3285
+ () => DiscoverPollEndpointRequest,
3286
+ () => DiscoverPollEndpointResponse,
3287
+ ];
3288
+ export var ExecuteCommand = [
3289
+ 9,
3290
+ n0,
3291
+ _EC,
3292
+ 0,
3293
+ () => ExecuteCommandRequest,
3294
+ () => ExecuteCommandResponse,
3295
+ ];
3296
+ export var GetTaskProtection = [
3297
+ 9,
3298
+ n0,
3299
+ _GTP,
3300
+ 0,
3301
+ () => GetTaskProtectionRequest,
3302
+ () => GetTaskProtectionResponse,
3303
+ ];
3304
+ export var ListAccountSettings = [
3305
+ 9,
3306
+ n0,
3307
+ _LAS,
3308
+ 0,
3309
+ () => ListAccountSettingsRequest,
3310
+ () => ListAccountSettingsResponse,
3311
+ ];
3312
+ export var ListAttributes = [
3313
+ 9,
3314
+ n0,
3315
+ _LA,
3316
+ 0,
3317
+ () => ListAttributesRequest,
3318
+ () => ListAttributesResponse,
3319
+ ];
3320
+ export var ListClusters = [
3321
+ 9,
3322
+ n0,
3323
+ _LCi,
3324
+ 0,
3325
+ () => ListClustersRequest,
3326
+ () => ListClustersResponse,
3327
+ ];
3328
+ export var ListContainerInstances = [
3329
+ 9,
3330
+ n0,
3331
+ _LCI,
3332
+ 0,
3333
+ () => ListContainerInstancesRequest,
3334
+ () => ListContainerInstancesResponse,
3335
+ ];
3336
+ export var ListServiceDeployments = [
3337
+ 9,
3338
+ n0,
3339
+ _LSD,
3340
+ 0,
3341
+ () => ListServiceDeploymentsRequest,
3342
+ () => ListServiceDeploymentsResponse,
3343
+ ];
3344
+ export var ListServices = [9, n0, _LS, 0, () => ListServicesRequest, () => ListServicesResponse];
3345
+ export var ListServicesByNamespace = [
3346
+ 9,
3347
+ n0,
3348
+ _LSBN,
3349
+ 0,
3350
+ () => ListServicesByNamespaceRequest,
3351
+ () => ListServicesByNamespaceResponse,
3352
+ ];
3353
+ export var ListTagsForResource = [
3354
+ 9,
3355
+ n0,
3356
+ _LTFR,
3357
+ 0,
3358
+ () => ListTagsForResourceRequest,
3359
+ () => ListTagsForResourceResponse,
3360
+ ];
3361
+ export var ListTaskDefinitionFamilies = [
3362
+ 9,
3363
+ n0,
3364
+ _LTDF,
3365
+ 0,
3366
+ () => ListTaskDefinitionFamiliesRequest,
3367
+ () => ListTaskDefinitionFamiliesResponse,
3368
+ ];
3369
+ export var ListTaskDefinitions = [
3370
+ 9,
3371
+ n0,
3372
+ _LTD,
3373
+ 0,
3374
+ () => ListTaskDefinitionsRequest,
3375
+ () => ListTaskDefinitionsResponse,
3376
+ ];
3377
+ export var ListTasks = [9, n0, _LT, 0, () => ListTasksRequest, () => ListTasksResponse];
3378
+ export var PutAccountSetting = [
3379
+ 9,
3380
+ n0,
3381
+ _PAS,
3382
+ 0,
3383
+ () => PutAccountSettingRequest,
3384
+ () => PutAccountSettingResponse,
3385
+ ];
3386
+ export var PutAccountSettingDefault = [
3387
+ 9,
3388
+ n0,
3389
+ _PASD,
3390
+ 0,
3391
+ () => PutAccountSettingDefaultRequest,
3392
+ () => PutAccountSettingDefaultResponse,
3393
+ ];
3394
+ export var PutAttributes = [
3395
+ 9,
3396
+ n0,
3397
+ _PA,
3398
+ 0,
3399
+ () => PutAttributesRequest,
3400
+ () => PutAttributesResponse,
3401
+ ];
3402
+ export var PutClusterCapacityProviders = [
3403
+ 9,
3404
+ n0,
3405
+ _PCCP,
3406
+ 0,
3407
+ () => PutClusterCapacityProvidersRequest,
3408
+ () => PutClusterCapacityProvidersResponse,
3409
+ ];
3410
+ export var RegisterContainerInstance = [
3411
+ 9,
3412
+ n0,
3413
+ _RCI,
3414
+ 0,
3415
+ () => RegisterContainerInstanceRequest,
3416
+ () => RegisterContainerInstanceResponse,
3417
+ ];
3418
+ export var RegisterTaskDefinition = [
3419
+ 9,
3420
+ n0,
3421
+ _RTD,
3422
+ 0,
3423
+ () => RegisterTaskDefinitionRequest,
3424
+ () => RegisterTaskDefinitionResponse,
3425
+ ];
3426
+ export var RunTask = [9, n0, _RT, 0, () => RunTaskRequest, () => RunTaskResponse];
3427
+ export var StartTask = [9, n0, _ST, 0, () => StartTaskRequest, () => StartTaskResponse];
3428
+ export var StopServiceDeployment = [
3429
+ 9,
3430
+ n0,
3431
+ _SSD,
3432
+ 0,
3433
+ () => StopServiceDeploymentRequest,
3434
+ () => StopServiceDeploymentResponse,
3435
+ ];
3436
+ export var StopTask = [9, n0, _STt, 0, () => StopTaskRequest, () => StopTaskResponse];
3437
+ export var SubmitAttachmentStateChanges = [
3438
+ 9,
3439
+ n0,
3440
+ _SASC,
3441
+ 0,
3442
+ () => SubmitAttachmentStateChangesRequest,
3443
+ () => SubmitAttachmentStateChangesResponse,
3444
+ ];
3445
+ export var SubmitContainerStateChange = [
3446
+ 9,
3447
+ n0,
3448
+ _SCSC,
3449
+ 0,
3450
+ () => SubmitContainerStateChangeRequest,
3451
+ () => SubmitContainerStateChangeResponse,
3452
+ ];
3453
+ export var SubmitTaskStateChange = [
3454
+ 9,
3455
+ n0,
3456
+ _STSC,
3457
+ 0,
3458
+ () => SubmitTaskStateChangeRequest,
3459
+ () => SubmitTaskStateChangeResponse,
3460
+ ];
3461
+ export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
3462
+ export var UntagResource = [
3463
+ 9,
3464
+ n0,
3465
+ _UR,
3466
+ 0,
3467
+ () => UntagResourceRequest,
3468
+ () => UntagResourceResponse,
3469
+ ];
3470
+ export var UpdateCapacityProvider = [
3471
+ 9,
3472
+ n0,
3473
+ _UCP,
3474
+ 0,
3475
+ () => UpdateCapacityProviderRequest,
3476
+ () => UpdateCapacityProviderResponse,
3477
+ ];
3478
+ export var UpdateCluster = [
3479
+ 9,
3480
+ n0,
3481
+ _UC,
3482
+ 0,
3483
+ () => UpdateClusterRequest,
3484
+ () => UpdateClusterResponse,
3485
+ ];
3486
+ export var UpdateClusterSettings = [
3487
+ 9,
3488
+ n0,
3489
+ _UCS,
3490
+ 0,
3491
+ () => UpdateClusterSettingsRequest,
3492
+ () => UpdateClusterSettingsResponse,
3493
+ ];
3494
+ export var UpdateContainerAgent = [
3495
+ 9,
3496
+ n0,
3497
+ _UCA,
3498
+ 0,
3499
+ () => UpdateContainerAgentRequest,
3500
+ () => UpdateContainerAgentResponse,
3501
+ ];
3502
+ export var UpdateContainerInstancesState = [
3503
+ 9,
3504
+ n0,
3505
+ _UCIS,
3506
+ 0,
3507
+ () => UpdateContainerInstancesStateRequest,
3508
+ () => UpdateContainerInstancesStateResponse,
3509
+ ];
3510
+ export var UpdateService = [
3511
+ 9,
3512
+ n0,
3513
+ _US,
3514
+ 0,
3515
+ () => UpdateServiceRequest,
3516
+ () => UpdateServiceResponse,
3517
+ ];
3518
+ export var UpdateServicePrimaryTaskSet = [
3519
+ 9,
3520
+ n0,
3521
+ _USPTS,
3522
+ 0,
3523
+ () => UpdateServicePrimaryTaskSetRequest,
3524
+ () => UpdateServicePrimaryTaskSetResponse,
3525
+ ];
3526
+ export var UpdateTaskProtection = [
3527
+ 9,
3528
+ n0,
3529
+ _UTP,
3530
+ 0,
3531
+ () => UpdateTaskProtectionRequest,
3532
+ () => UpdateTaskProtectionResponse,
3533
+ ];
3534
+ export var UpdateTaskSet = [
3535
+ 9,
3536
+ n0,
3537
+ _UTS,
3538
+ 0,
3539
+ () => UpdateTaskSetRequest,
3540
+ () => UpdateTaskSetResponse,
3541
+ ];