@jjrawlins/cdk-ami-builder 0.0.68 → 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 +13 -13
  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
@@ -1,2596 +0,0 @@
1
- import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core";
2
- import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
3
- import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, limitedParseDouble as __limitedParseDouble, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
4
- import { v4 as generateIdempotencyToken } from "@smithy/uuid";
5
- import { ECSServiceException as __BaseException } from "../models/ECSServiceException";
6
- import { AccessDeniedException, ClientException, ClusterContainsCapacityProviderException, ClusterContainsContainerInstancesException, ClusterContainsServicesException, ClusterContainsTasksException, ClusterNotFoundException, InvalidParameterException, LimitExceededException, NamespaceNotFoundException, PlatformTaskDefinitionIncompatibilityException, PlatformUnknownException, ResourceNotFoundException, ServerException, ServiceNotActiveException, ServiceNotFoundException, TargetNotConnectedException, TargetNotFoundException, TaskSetNotFoundException, UnsupportedFeatureException, UpdateInProgressException, } from "../models/models_0";
7
- import { AttributeLimitExceededException, BlockedException, ConflictException, MissingVersionException, NoUpdateAvailableException, ResourceInUseException, ServiceDeploymentNotFoundException, } from "../models/models_1";
8
- export const se_CreateCapacityProviderCommand = async (input, context) => {
9
- const headers = sharedHeaders("CreateCapacityProvider");
10
- let body;
11
- body = JSON.stringify(se_CreateCapacityProviderRequest(input, context));
12
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
13
- };
14
- export const se_CreateClusterCommand = async (input, context) => {
15
- const headers = sharedHeaders("CreateCluster");
16
- let body;
17
- body = JSON.stringify(_json(input));
18
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
19
- };
20
- export const se_CreateServiceCommand = async (input, context) => {
21
- const headers = sharedHeaders("CreateService");
22
- let body;
23
- body = JSON.stringify(se_CreateServiceRequest(input, context));
24
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
25
- };
26
- export const se_CreateTaskSetCommand = async (input, context) => {
27
- const headers = sharedHeaders("CreateTaskSet");
28
- let body;
29
- body = JSON.stringify(se_CreateTaskSetRequest(input, context));
30
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
31
- };
32
- export const se_DeleteAccountSettingCommand = async (input, context) => {
33
- const headers = sharedHeaders("DeleteAccountSetting");
34
- let body;
35
- body = JSON.stringify(_json(input));
36
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
37
- };
38
- export const se_DeleteAttributesCommand = async (input, context) => {
39
- const headers = sharedHeaders("DeleteAttributes");
40
- let body;
41
- body = JSON.stringify(_json(input));
42
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
43
- };
44
- export const se_DeleteCapacityProviderCommand = async (input, context) => {
45
- const headers = sharedHeaders("DeleteCapacityProvider");
46
- let body;
47
- body = JSON.stringify(_json(input));
48
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
49
- };
50
- export const se_DeleteClusterCommand = async (input, context) => {
51
- const headers = sharedHeaders("DeleteCluster");
52
- let body;
53
- body = JSON.stringify(_json(input));
54
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
55
- };
56
- export const se_DeleteServiceCommand = async (input, context) => {
57
- const headers = sharedHeaders("DeleteService");
58
- let body;
59
- body = JSON.stringify(_json(input));
60
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
61
- };
62
- export const se_DeleteTaskDefinitionsCommand = async (input, context) => {
63
- const headers = sharedHeaders("DeleteTaskDefinitions");
64
- let body;
65
- body = JSON.stringify(_json(input));
66
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
67
- };
68
- export const se_DeleteTaskSetCommand = async (input, context) => {
69
- const headers = sharedHeaders("DeleteTaskSet");
70
- let body;
71
- body = JSON.stringify(_json(input));
72
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
73
- };
74
- export const se_DeregisterContainerInstanceCommand = async (input, context) => {
75
- const headers = sharedHeaders("DeregisterContainerInstance");
76
- let body;
77
- body = JSON.stringify(_json(input));
78
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
79
- };
80
- export const se_DeregisterTaskDefinitionCommand = async (input, context) => {
81
- const headers = sharedHeaders("DeregisterTaskDefinition");
82
- let body;
83
- body = JSON.stringify(_json(input));
84
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
85
- };
86
- export const se_DescribeCapacityProvidersCommand = async (input, context) => {
87
- const headers = sharedHeaders("DescribeCapacityProviders");
88
- let body;
89
- body = JSON.stringify(_json(input));
90
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
91
- };
92
- export const se_DescribeClustersCommand = async (input, context) => {
93
- const headers = sharedHeaders("DescribeClusters");
94
- let body;
95
- body = JSON.stringify(_json(input));
96
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
97
- };
98
- export const se_DescribeContainerInstancesCommand = async (input, context) => {
99
- const headers = sharedHeaders("DescribeContainerInstances");
100
- let body;
101
- body = JSON.stringify(_json(input));
102
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
103
- };
104
- export const se_DescribeServiceDeploymentsCommand = async (input, context) => {
105
- const headers = sharedHeaders("DescribeServiceDeployments");
106
- let body;
107
- body = JSON.stringify(_json(input));
108
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
109
- };
110
- export const se_DescribeServiceRevisionsCommand = async (input, context) => {
111
- const headers = sharedHeaders("DescribeServiceRevisions");
112
- let body;
113
- body = JSON.stringify(_json(input));
114
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
115
- };
116
- export const se_DescribeServicesCommand = async (input, context) => {
117
- const headers = sharedHeaders("DescribeServices");
118
- let body;
119
- body = JSON.stringify(_json(input));
120
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
121
- };
122
- export const se_DescribeTaskDefinitionCommand = async (input, context) => {
123
- const headers = sharedHeaders("DescribeTaskDefinition");
124
- let body;
125
- body = JSON.stringify(_json(input));
126
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
127
- };
128
- export const se_DescribeTasksCommand = async (input, context) => {
129
- const headers = sharedHeaders("DescribeTasks");
130
- let body;
131
- body = JSON.stringify(_json(input));
132
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
133
- };
134
- export const se_DescribeTaskSetsCommand = async (input, context) => {
135
- const headers = sharedHeaders("DescribeTaskSets");
136
- let body;
137
- body = JSON.stringify(_json(input));
138
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
139
- };
140
- export const se_DiscoverPollEndpointCommand = async (input, context) => {
141
- const headers = sharedHeaders("DiscoverPollEndpoint");
142
- let body;
143
- body = JSON.stringify(_json(input));
144
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
145
- };
146
- export const se_ExecuteCommandCommand = async (input, context) => {
147
- const headers = sharedHeaders("ExecuteCommand");
148
- let body;
149
- body = JSON.stringify(_json(input));
150
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
151
- };
152
- export const se_GetTaskProtectionCommand = async (input, context) => {
153
- const headers = sharedHeaders("GetTaskProtection");
154
- let body;
155
- body = JSON.stringify(_json(input));
156
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
157
- };
158
- export const se_ListAccountSettingsCommand = async (input, context) => {
159
- const headers = sharedHeaders("ListAccountSettings");
160
- let body;
161
- body = JSON.stringify(_json(input));
162
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
163
- };
164
- export const se_ListAttributesCommand = async (input, context) => {
165
- const headers = sharedHeaders("ListAttributes");
166
- let body;
167
- body = JSON.stringify(_json(input));
168
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
169
- };
170
- export const se_ListClustersCommand = async (input, context) => {
171
- const headers = sharedHeaders("ListClusters");
172
- let body;
173
- body = JSON.stringify(_json(input));
174
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
175
- };
176
- export const se_ListContainerInstancesCommand = async (input, context) => {
177
- const headers = sharedHeaders("ListContainerInstances");
178
- let body;
179
- body = JSON.stringify(_json(input));
180
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
181
- };
182
- export const se_ListServiceDeploymentsCommand = async (input, context) => {
183
- const headers = sharedHeaders("ListServiceDeployments");
184
- let body;
185
- body = JSON.stringify(se_ListServiceDeploymentsRequest(input, context));
186
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
187
- };
188
- export const se_ListServicesCommand = async (input, context) => {
189
- const headers = sharedHeaders("ListServices");
190
- let body;
191
- body = JSON.stringify(_json(input));
192
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
193
- };
194
- export const se_ListServicesByNamespaceCommand = async (input, context) => {
195
- const headers = sharedHeaders("ListServicesByNamespace");
196
- let body;
197
- body = JSON.stringify(_json(input));
198
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
199
- };
200
- export const se_ListTagsForResourceCommand = async (input, context) => {
201
- const headers = sharedHeaders("ListTagsForResource");
202
- let body;
203
- body = JSON.stringify(_json(input));
204
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
205
- };
206
- export const se_ListTaskDefinitionFamiliesCommand = async (input, context) => {
207
- const headers = sharedHeaders("ListTaskDefinitionFamilies");
208
- let body;
209
- body = JSON.stringify(_json(input));
210
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
211
- };
212
- export const se_ListTaskDefinitionsCommand = async (input, context) => {
213
- const headers = sharedHeaders("ListTaskDefinitions");
214
- let body;
215
- body = JSON.stringify(_json(input));
216
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
217
- };
218
- export const se_ListTasksCommand = async (input, context) => {
219
- const headers = sharedHeaders("ListTasks");
220
- let body;
221
- body = JSON.stringify(_json(input));
222
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
223
- };
224
- export const se_PutAccountSettingCommand = async (input, context) => {
225
- const headers = sharedHeaders("PutAccountSetting");
226
- let body;
227
- body = JSON.stringify(_json(input));
228
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
229
- };
230
- export const se_PutAccountSettingDefaultCommand = async (input, context) => {
231
- const headers = sharedHeaders("PutAccountSettingDefault");
232
- let body;
233
- body = JSON.stringify(_json(input));
234
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
235
- };
236
- export const se_PutAttributesCommand = async (input, context) => {
237
- const headers = sharedHeaders("PutAttributes");
238
- let body;
239
- body = JSON.stringify(_json(input));
240
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
241
- };
242
- export const se_PutClusterCapacityProvidersCommand = async (input, context) => {
243
- const headers = sharedHeaders("PutClusterCapacityProviders");
244
- let body;
245
- body = JSON.stringify(_json(input));
246
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
247
- };
248
- export const se_RegisterContainerInstanceCommand = async (input, context) => {
249
- const headers = sharedHeaders("RegisterContainerInstance");
250
- let body;
251
- body = JSON.stringify(se_RegisterContainerInstanceRequest(input, context));
252
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
253
- };
254
- export const se_RegisterTaskDefinitionCommand = async (input, context) => {
255
- const headers = sharedHeaders("RegisterTaskDefinition");
256
- let body;
257
- body = JSON.stringify(_json(input));
258
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
259
- };
260
- export const se_RunTaskCommand = async (input, context) => {
261
- const headers = sharedHeaders("RunTask");
262
- let body;
263
- body = JSON.stringify(se_RunTaskRequest(input, context));
264
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
265
- };
266
- export const se_StartTaskCommand = async (input, context) => {
267
- const headers = sharedHeaders("StartTask");
268
- let body;
269
- body = JSON.stringify(_json(input));
270
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
271
- };
272
- export const se_StopServiceDeploymentCommand = async (input, context) => {
273
- const headers = sharedHeaders("StopServiceDeployment");
274
- let body;
275
- body = JSON.stringify(_json(input));
276
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
277
- };
278
- export const se_StopTaskCommand = async (input, context) => {
279
- const headers = sharedHeaders("StopTask");
280
- let body;
281
- body = JSON.stringify(_json(input));
282
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
283
- };
284
- export const se_SubmitAttachmentStateChangesCommand = async (input, context) => {
285
- const headers = sharedHeaders("SubmitAttachmentStateChanges");
286
- let body;
287
- body = JSON.stringify(_json(input));
288
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
289
- };
290
- export const se_SubmitContainerStateChangeCommand = async (input, context) => {
291
- const headers = sharedHeaders("SubmitContainerStateChange");
292
- let body;
293
- body = JSON.stringify(_json(input));
294
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
295
- };
296
- export const se_SubmitTaskStateChangeCommand = async (input, context) => {
297
- const headers = sharedHeaders("SubmitTaskStateChange");
298
- let body;
299
- body = JSON.stringify(se_SubmitTaskStateChangeRequest(input, context));
300
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
301
- };
302
- export const se_TagResourceCommand = async (input, context) => {
303
- const headers = sharedHeaders("TagResource");
304
- let body;
305
- body = JSON.stringify(_json(input));
306
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
307
- };
308
- export const se_UntagResourceCommand = async (input, context) => {
309
- const headers = sharedHeaders("UntagResource");
310
- let body;
311
- body = JSON.stringify(_json(input));
312
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
313
- };
314
- export const se_UpdateCapacityProviderCommand = async (input, context) => {
315
- const headers = sharedHeaders("UpdateCapacityProvider");
316
- let body;
317
- body = JSON.stringify(se_UpdateCapacityProviderRequest(input, context));
318
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
319
- };
320
- export const se_UpdateClusterCommand = async (input, context) => {
321
- const headers = sharedHeaders("UpdateCluster");
322
- let body;
323
- body = JSON.stringify(_json(input));
324
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
325
- };
326
- export const se_UpdateClusterSettingsCommand = async (input, context) => {
327
- const headers = sharedHeaders("UpdateClusterSettings");
328
- let body;
329
- body = JSON.stringify(_json(input));
330
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
331
- };
332
- export const se_UpdateContainerAgentCommand = async (input, context) => {
333
- const headers = sharedHeaders("UpdateContainerAgent");
334
- let body;
335
- body = JSON.stringify(_json(input));
336
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
337
- };
338
- export const se_UpdateContainerInstancesStateCommand = async (input, context) => {
339
- const headers = sharedHeaders("UpdateContainerInstancesState");
340
- let body;
341
- body = JSON.stringify(_json(input));
342
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
343
- };
344
- export const se_UpdateServiceCommand = async (input, context) => {
345
- const headers = sharedHeaders("UpdateService");
346
- let body;
347
- body = JSON.stringify(se_UpdateServiceRequest(input, context));
348
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
349
- };
350
- export const se_UpdateServicePrimaryTaskSetCommand = async (input, context) => {
351
- const headers = sharedHeaders("UpdateServicePrimaryTaskSet");
352
- let body;
353
- body = JSON.stringify(_json(input));
354
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
355
- };
356
- export const se_UpdateTaskProtectionCommand = async (input, context) => {
357
- const headers = sharedHeaders("UpdateTaskProtection");
358
- let body;
359
- body = JSON.stringify(_json(input));
360
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
361
- };
362
- export const se_UpdateTaskSetCommand = async (input, context) => {
363
- const headers = sharedHeaders("UpdateTaskSet");
364
- let body;
365
- body = JSON.stringify(se_UpdateTaskSetRequest(input, context));
366
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
367
- };
368
- export const de_CreateCapacityProviderCommand = async (output, context) => {
369
- if (output.statusCode >= 300) {
370
- return de_CommandError(output, context);
371
- }
372
- const data = await parseBody(output.body, context);
373
- let contents = {};
374
- contents = de_CreateCapacityProviderResponse(data, context);
375
- const response = {
376
- $metadata: deserializeMetadata(output),
377
- ...contents,
378
- };
379
- return response;
380
- };
381
- export const de_CreateClusterCommand = async (output, context) => {
382
- if (output.statusCode >= 300) {
383
- return de_CommandError(output, context);
384
- }
385
- const data = await parseBody(output.body, context);
386
- let contents = {};
387
- contents = _json(data);
388
- const response = {
389
- $metadata: deserializeMetadata(output),
390
- ...contents,
391
- };
392
- return response;
393
- };
394
- export const de_CreateServiceCommand = async (output, context) => {
395
- if (output.statusCode >= 300) {
396
- return de_CommandError(output, context);
397
- }
398
- const data = await parseBody(output.body, context);
399
- let contents = {};
400
- contents = de_CreateServiceResponse(data, context);
401
- const response = {
402
- $metadata: deserializeMetadata(output),
403
- ...contents,
404
- };
405
- return response;
406
- };
407
- export const de_CreateTaskSetCommand = async (output, context) => {
408
- if (output.statusCode >= 300) {
409
- return de_CommandError(output, context);
410
- }
411
- const data = await parseBody(output.body, context);
412
- let contents = {};
413
- contents = de_CreateTaskSetResponse(data, context);
414
- const response = {
415
- $metadata: deserializeMetadata(output),
416
- ...contents,
417
- };
418
- return response;
419
- };
420
- export const de_DeleteAccountSettingCommand = async (output, context) => {
421
- if (output.statusCode >= 300) {
422
- return de_CommandError(output, context);
423
- }
424
- const data = await parseBody(output.body, context);
425
- let contents = {};
426
- contents = _json(data);
427
- const response = {
428
- $metadata: deserializeMetadata(output),
429
- ...contents,
430
- };
431
- return response;
432
- };
433
- export const de_DeleteAttributesCommand = async (output, context) => {
434
- if (output.statusCode >= 300) {
435
- return de_CommandError(output, context);
436
- }
437
- const data = await parseBody(output.body, context);
438
- let contents = {};
439
- contents = _json(data);
440
- const response = {
441
- $metadata: deserializeMetadata(output),
442
- ...contents,
443
- };
444
- return response;
445
- };
446
- export const de_DeleteCapacityProviderCommand = async (output, context) => {
447
- if (output.statusCode >= 300) {
448
- return de_CommandError(output, context);
449
- }
450
- const data = await parseBody(output.body, context);
451
- let contents = {};
452
- contents = de_DeleteCapacityProviderResponse(data, context);
453
- const response = {
454
- $metadata: deserializeMetadata(output),
455
- ...contents,
456
- };
457
- return response;
458
- };
459
- export const de_DeleteClusterCommand = async (output, context) => {
460
- if (output.statusCode >= 300) {
461
- return de_CommandError(output, context);
462
- }
463
- const data = await parseBody(output.body, context);
464
- let contents = {};
465
- contents = _json(data);
466
- const response = {
467
- $metadata: deserializeMetadata(output),
468
- ...contents,
469
- };
470
- return response;
471
- };
472
- export const de_DeleteServiceCommand = async (output, context) => {
473
- if (output.statusCode >= 300) {
474
- return de_CommandError(output, context);
475
- }
476
- const data = await parseBody(output.body, context);
477
- let contents = {};
478
- contents = de_DeleteServiceResponse(data, context);
479
- const response = {
480
- $metadata: deserializeMetadata(output),
481
- ...contents,
482
- };
483
- return response;
484
- };
485
- export const de_DeleteTaskDefinitionsCommand = async (output, context) => {
486
- if (output.statusCode >= 300) {
487
- return de_CommandError(output, context);
488
- }
489
- const data = await parseBody(output.body, context);
490
- let contents = {};
491
- contents = de_DeleteTaskDefinitionsResponse(data, context);
492
- const response = {
493
- $metadata: deserializeMetadata(output),
494
- ...contents,
495
- };
496
- return response;
497
- };
498
- export const de_DeleteTaskSetCommand = async (output, context) => {
499
- if (output.statusCode >= 300) {
500
- return de_CommandError(output, context);
501
- }
502
- const data = await parseBody(output.body, context);
503
- let contents = {};
504
- contents = de_DeleteTaskSetResponse(data, context);
505
- const response = {
506
- $metadata: deserializeMetadata(output),
507
- ...contents,
508
- };
509
- return response;
510
- };
511
- export const de_DeregisterContainerInstanceCommand = async (output, context) => {
512
- if (output.statusCode >= 300) {
513
- return de_CommandError(output, context);
514
- }
515
- const data = await parseBody(output.body, context);
516
- let contents = {};
517
- contents = de_DeregisterContainerInstanceResponse(data, context);
518
- const response = {
519
- $metadata: deserializeMetadata(output),
520
- ...contents,
521
- };
522
- return response;
523
- };
524
- export const de_DeregisterTaskDefinitionCommand = async (output, context) => {
525
- if (output.statusCode >= 300) {
526
- return de_CommandError(output, context);
527
- }
528
- const data = await parseBody(output.body, context);
529
- let contents = {};
530
- contents = de_DeregisterTaskDefinitionResponse(data, context);
531
- const response = {
532
- $metadata: deserializeMetadata(output),
533
- ...contents,
534
- };
535
- return response;
536
- };
537
- export const de_DescribeCapacityProvidersCommand = async (output, context) => {
538
- if (output.statusCode >= 300) {
539
- return de_CommandError(output, context);
540
- }
541
- const data = await parseBody(output.body, context);
542
- let contents = {};
543
- contents = de_DescribeCapacityProvidersResponse(data, context);
544
- const response = {
545
- $metadata: deserializeMetadata(output),
546
- ...contents,
547
- };
548
- return response;
549
- };
550
- export const de_DescribeClustersCommand = async (output, context) => {
551
- if (output.statusCode >= 300) {
552
- return de_CommandError(output, context);
553
- }
554
- const data = await parseBody(output.body, context);
555
- let contents = {};
556
- contents = _json(data);
557
- const response = {
558
- $metadata: deserializeMetadata(output),
559
- ...contents,
560
- };
561
- return response;
562
- };
563
- export const de_DescribeContainerInstancesCommand = async (output, context) => {
564
- if (output.statusCode >= 300) {
565
- return de_CommandError(output, context);
566
- }
567
- const data = await parseBody(output.body, context);
568
- let contents = {};
569
- contents = de_DescribeContainerInstancesResponse(data, context);
570
- const response = {
571
- $metadata: deserializeMetadata(output),
572
- ...contents,
573
- };
574
- return response;
575
- };
576
- export const de_DescribeServiceDeploymentsCommand = async (output, context) => {
577
- if (output.statusCode >= 300) {
578
- return de_CommandError(output, context);
579
- }
580
- const data = await parseBody(output.body, context);
581
- let contents = {};
582
- contents = de_DescribeServiceDeploymentsResponse(data, context);
583
- const response = {
584
- $metadata: deserializeMetadata(output),
585
- ...contents,
586
- };
587
- return response;
588
- };
589
- export const de_DescribeServiceRevisionsCommand = async (output, context) => {
590
- if (output.statusCode >= 300) {
591
- return de_CommandError(output, context);
592
- }
593
- const data = await parseBody(output.body, context);
594
- let contents = {};
595
- contents = de_DescribeServiceRevisionsResponse(data, context);
596
- const response = {
597
- $metadata: deserializeMetadata(output),
598
- ...contents,
599
- };
600
- return response;
601
- };
602
- export const de_DescribeServicesCommand = async (output, context) => {
603
- if (output.statusCode >= 300) {
604
- return de_CommandError(output, context);
605
- }
606
- const data = await parseBody(output.body, context);
607
- let contents = {};
608
- contents = de_DescribeServicesResponse(data, context);
609
- const response = {
610
- $metadata: deserializeMetadata(output),
611
- ...contents,
612
- };
613
- return response;
614
- };
615
- export const de_DescribeTaskDefinitionCommand = async (output, context) => {
616
- if (output.statusCode >= 300) {
617
- return de_CommandError(output, context);
618
- }
619
- const data = await parseBody(output.body, context);
620
- let contents = {};
621
- contents = de_DescribeTaskDefinitionResponse(data, context);
622
- const response = {
623
- $metadata: deserializeMetadata(output),
624
- ...contents,
625
- };
626
- return response;
627
- };
628
- export const de_DescribeTasksCommand = async (output, context) => {
629
- if (output.statusCode >= 300) {
630
- return de_CommandError(output, context);
631
- }
632
- const data = await parseBody(output.body, context);
633
- let contents = {};
634
- contents = de_DescribeTasksResponse(data, context);
635
- const response = {
636
- $metadata: deserializeMetadata(output),
637
- ...contents,
638
- };
639
- return response;
640
- };
641
- export const de_DescribeTaskSetsCommand = async (output, context) => {
642
- if (output.statusCode >= 300) {
643
- return de_CommandError(output, context);
644
- }
645
- const data = await parseBody(output.body, context);
646
- let contents = {};
647
- contents = de_DescribeTaskSetsResponse(data, context);
648
- const response = {
649
- $metadata: deserializeMetadata(output),
650
- ...contents,
651
- };
652
- return response;
653
- };
654
- export const de_DiscoverPollEndpointCommand = async (output, context) => {
655
- if (output.statusCode >= 300) {
656
- return de_CommandError(output, context);
657
- }
658
- const data = await parseBody(output.body, context);
659
- let contents = {};
660
- contents = _json(data);
661
- const response = {
662
- $metadata: deserializeMetadata(output),
663
- ...contents,
664
- };
665
- return response;
666
- };
667
- export const de_ExecuteCommandCommand = async (output, context) => {
668
- if (output.statusCode >= 300) {
669
- return de_CommandError(output, context);
670
- }
671
- const data = await parseBody(output.body, context);
672
- let contents = {};
673
- contents = _json(data);
674
- const response = {
675
- $metadata: deserializeMetadata(output),
676
- ...contents,
677
- };
678
- return response;
679
- };
680
- export const de_GetTaskProtectionCommand = async (output, context) => {
681
- if (output.statusCode >= 300) {
682
- return de_CommandError(output, context);
683
- }
684
- const data = await parseBody(output.body, context);
685
- let contents = {};
686
- contents = de_GetTaskProtectionResponse(data, context);
687
- const response = {
688
- $metadata: deserializeMetadata(output),
689
- ...contents,
690
- };
691
- return response;
692
- };
693
- export const de_ListAccountSettingsCommand = async (output, context) => {
694
- if (output.statusCode >= 300) {
695
- return de_CommandError(output, context);
696
- }
697
- const data = await parseBody(output.body, context);
698
- let contents = {};
699
- contents = _json(data);
700
- const response = {
701
- $metadata: deserializeMetadata(output),
702
- ...contents,
703
- };
704
- return response;
705
- };
706
- export const de_ListAttributesCommand = async (output, context) => {
707
- if (output.statusCode >= 300) {
708
- return de_CommandError(output, context);
709
- }
710
- const data = await parseBody(output.body, context);
711
- let contents = {};
712
- contents = _json(data);
713
- const response = {
714
- $metadata: deserializeMetadata(output),
715
- ...contents,
716
- };
717
- return response;
718
- };
719
- export const de_ListClustersCommand = async (output, context) => {
720
- if (output.statusCode >= 300) {
721
- return de_CommandError(output, context);
722
- }
723
- const data = await parseBody(output.body, context);
724
- let contents = {};
725
- contents = _json(data);
726
- const response = {
727
- $metadata: deserializeMetadata(output),
728
- ...contents,
729
- };
730
- return response;
731
- };
732
- export const de_ListContainerInstancesCommand = async (output, context) => {
733
- if (output.statusCode >= 300) {
734
- return de_CommandError(output, context);
735
- }
736
- const data = await parseBody(output.body, context);
737
- let contents = {};
738
- contents = _json(data);
739
- const response = {
740
- $metadata: deserializeMetadata(output),
741
- ...contents,
742
- };
743
- return response;
744
- };
745
- export const de_ListServiceDeploymentsCommand = async (output, context) => {
746
- if (output.statusCode >= 300) {
747
- return de_CommandError(output, context);
748
- }
749
- const data = await parseBody(output.body, context);
750
- let contents = {};
751
- contents = de_ListServiceDeploymentsResponse(data, context);
752
- const response = {
753
- $metadata: deserializeMetadata(output),
754
- ...contents,
755
- };
756
- return response;
757
- };
758
- export const de_ListServicesCommand = async (output, context) => {
759
- if (output.statusCode >= 300) {
760
- return de_CommandError(output, context);
761
- }
762
- const data = await parseBody(output.body, context);
763
- let contents = {};
764
- contents = _json(data);
765
- const response = {
766
- $metadata: deserializeMetadata(output),
767
- ...contents,
768
- };
769
- return response;
770
- };
771
- export const de_ListServicesByNamespaceCommand = async (output, context) => {
772
- if (output.statusCode >= 300) {
773
- return de_CommandError(output, context);
774
- }
775
- const data = await parseBody(output.body, context);
776
- let contents = {};
777
- contents = _json(data);
778
- const response = {
779
- $metadata: deserializeMetadata(output),
780
- ...contents,
781
- };
782
- return response;
783
- };
784
- export const de_ListTagsForResourceCommand = async (output, context) => {
785
- if (output.statusCode >= 300) {
786
- return de_CommandError(output, context);
787
- }
788
- const data = await parseBody(output.body, context);
789
- let contents = {};
790
- contents = _json(data);
791
- const response = {
792
- $metadata: deserializeMetadata(output),
793
- ...contents,
794
- };
795
- return response;
796
- };
797
- export const de_ListTaskDefinitionFamiliesCommand = async (output, context) => {
798
- if (output.statusCode >= 300) {
799
- return de_CommandError(output, context);
800
- }
801
- const data = await parseBody(output.body, context);
802
- let contents = {};
803
- contents = _json(data);
804
- const response = {
805
- $metadata: deserializeMetadata(output),
806
- ...contents,
807
- };
808
- return response;
809
- };
810
- export const de_ListTaskDefinitionsCommand = async (output, context) => {
811
- if (output.statusCode >= 300) {
812
- return de_CommandError(output, context);
813
- }
814
- const data = await parseBody(output.body, context);
815
- let contents = {};
816
- contents = _json(data);
817
- const response = {
818
- $metadata: deserializeMetadata(output),
819
- ...contents,
820
- };
821
- return response;
822
- };
823
- export const de_ListTasksCommand = async (output, context) => {
824
- if (output.statusCode >= 300) {
825
- return de_CommandError(output, context);
826
- }
827
- const data = await parseBody(output.body, context);
828
- let contents = {};
829
- contents = _json(data);
830
- const response = {
831
- $metadata: deserializeMetadata(output),
832
- ...contents,
833
- };
834
- return response;
835
- };
836
- export const de_PutAccountSettingCommand = async (output, context) => {
837
- if (output.statusCode >= 300) {
838
- return de_CommandError(output, context);
839
- }
840
- const data = await parseBody(output.body, context);
841
- let contents = {};
842
- contents = _json(data);
843
- const response = {
844
- $metadata: deserializeMetadata(output),
845
- ...contents,
846
- };
847
- return response;
848
- };
849
- export const de_PutAccountSettingDefaultCommand = async (output, context) => {
850
- if (output.statusCode >= 300) {
851
- return de_CommandError(output, context);
852
- }
853
- const data = await parseBody(output.body, context);
854
- let contents = {};
855
- contents = _json(data);
856
- const response = {
857
- $metadata: deserializeMetadata(output),
858
- ...contents,
859
- };
860
- return response;
861
- };
862
- export const de_PutAttributesCommand = async (output, context) => {
863
- if (output.statusCode >= 300) {
864
- return de_CommandError(output, context);
865
- }
866
- const data = await parseBody(output.body, context);
867
- let contents = {};
868
- contents = _json(data);
869
- const response = {
870
- $metadata: deserializeMetadata(output),
871
- ...contents,
872
- };
873
- return response;
874
- };
875
- export const de_PutClusterCapacityProvidersCommand = async (output, context) => {
876
- if (output.statusCode >= 300) {
877
- return de_CommandError(output, context);
878
- }
879
- const data = await parseBody(output.body, context);
880
- let contents = {};
881
- contents = _json(data);
882
- const response = {
883
- $metadata: deserializeMetadata(output),
884
- ...contents,
885
- };
886
- return response;
887
- };
888
- export const de_RegisterContainerInstanceCommand = async (output, context) => {
889
- if (output.statusCode >= 300) {
890
- return de_CommandError(output, context);
891
- }
892
- const data = await parseBody(output.body, context);
893
- let contents = {};
894
- contents = de_RegisterContainerInstanceResponse(data, context);
895
- const response = {
896
- $metadata: deserializeMetadata(output),
897
- ...contents,
898
- };
899
- return response;
900
- };
901
- export const de_RegisterTaskDefinitionCommand = async (output, context) => {
902
- if (output.statusCode >= 300) {
903
- return de_CommandError(output, context);
904
- }
905
- const data = await parseBody(output.body, context);
906
- let contents = {};
907
- contents = de_RegisterTaskDefinitionResponse(data, context);
908
- const response = {
909
- $metadata: deserializeMetadata(output),
910
- ...contents,
911
- };
912
- return response;
913
- };
914
- export const de_RunTaskCommand = async (output, context) => {
915
- if (output.statusCode >= 300) {
916
- return de_CommandError(output, context);
917
- }
918
- const data = await parseBody(output.body, context);
919
- let contents = {};
920
- contents = de_RunTaskResponse(data, context);
921
- const response = {
922
- $metadata: deserializeMetadata(output),
923
- ...contents,
924
- };
925
- return response;
926
- };
927
- export const de_StartTaskCommand = async (output, context) => {
928
- if (output.statusCode >= 300) {
929
- return de_CommandError(output, context);
930
- }
931
- const data = await parseBody(output.body, context);
932
- let contents = {};
933
- contents = de_StartTaskResponse(data, context);
934
- const response = {
935
- $metadata: deserializeMetadata(output),
936
- ...contents,
937
- };
938
- return response;
939
- };
940
- export const de_StopServiceDeploymentCommand = async (output, context) => {
941
- if (output.statusCode >= 300) {
942
- return de_CommandError(output, context);
943
- }
944
- const data = await parseBody(output.body, context);
945
- let contents = {};
946
- contents = _json(data);
947
- const response = {
948
- $metadata: deserializeMetadata(output),
949
- ...contents,
950
- };
951
- return response;
952
- };
953
- export const de_StopTaskCommand = async (output, context) => {
954
- if (output.statusCode >= 300) {
955
- return de_CommandError(output, context);
956
- }
957
- const data = await parseBody(output.body, context);
958
- let contents = {};
959
- contents = de_StopTaskResponse(data, context);
960
- const response = {
961
- $metadata: deserializeMetadata(output),
962
- ...contents,
963
- };
964
- return response;
965
- };
966
- export const de_SubmitAttachmentStateChangesCommand = async (output, context) => {
967
- if (output.statusCode >= 300) {
968
- return de_CommandError(output, context);
969
- }
970
- const data = await parseBody(output.body, context);
971
- let contents = {};
972
- contents = _json(data);
973
- const response = {
974
- $metadata: deserializeMetadata(output),
975
- ...contents,
976
- };
977
- return response;
978
- };
979
- export const de_SubmitContainerStateChangeCommand = async (output, context) => {
980
- if (output.statusCode >= 300) {
981
- return de_CommandError(output, context);
982
- }
983
- const data = await parseBody(output.body, context);
984
- let contents = {};
985
- contents = _json(data);
986
- const response = {
987
- $metadata: deserializeMetadata(output),
988
- ...contents,
989
- };
990
- return response;
991
- };
992
- export const de_SubmitTaskStateChangeCommand = async (output, context) => {
993
- if (output.statusCode >= 300) {
994
- return de_CommandError(output, context);
995
- }
996
- const data = await parseBody(output.body, context);
997
- let contents = {};
998
- contents = _json(data);
999
- const response = {
1000
- $metadata: deserializeMetadata(output),
1001
- ...contents,
1002
- };
1003
- return response;
1004
- };
1005
- export const de_TagResourceCommand = async (output, context) => {
1006
- if (output.statusCode >= 300) {
1007
- return de_CommandError(output, context);
1008
- }
1009
- const data = await parseBody(output.body, context);
1010
- let contents = {};
1011
- contents = _json(data);
1012
- const response = {
1013
- $metadata: deserializeMetadata(output),
1014
- ...contents,
1015
- };
1016
- return response;
1017
- };
1018
- export const de_UntagResourceCommand = async (output, context) => {
1019
- if (output.statusCode >= 300) {
1020
- return de_CommandError(output, context);
1021
- }
1022
- const data = await parseBody(output.body, context);
1023
- let contents = {};
1024
- contents = _json(data);
1025
- const response = {
1026
- $metadata: deserializeMetadata(output),
1027
- ...contents,
1028
- };
1029
- return response;
1030
- };
1031
- export const de_UpdateCapacityProviderCommand = async (output, context) => {
1032
- if (output.statusCode >= 300) {
1033
- return de_CommandError(output, context);
1034
- }
1035
- const data = await parseBody(output.body, context);
1036
- let contents = {};
1037
- contents = de_UpdateCapacityProviderResponse(data, context);
1038
- const response = {
1039
- $metadata: deserializeMetadata(output),
1040
- ...contents,
1041
- };
1042
- return response;
1043
- };
1044
- export const de_UpdateClusterCommand = async (output, context) => {
1045
- if (output.statusCode >= 300) {
1046
- return de_CommandError(output, context);
1047
- }
1048
- const data = await parseBody(output.body, context);
1049
- let contents = {};
1050
- contents = _json(data);
1051
- const response = {
1052
- $metadata: deserializeMetadata(output),
1053
- ...contents,
1054
- };
1055
- return response;
1056
- };
1057
- export const de_UpdateClusterSettingsCommand = async (output, context) => {
1058
- if (output.statusCode >= 300) {
1059
- return de_CommandError(output, context);
1060
- }
1061
- const data = await parseBody(output.body, context);
1062
- let contents = {};
1063
- contents = _json(data);
1064
- const response = {
1065
- $metadata: deserializeMetadata(output),
1066
- ...contents,
1067
- };
1068
- return response;
1069
- };
1070
- export const de_UpdateContainerAgentCommand = async (output, context) => {
1071
- if (output.statusCode >= 300) {
1072
- return de_CommandError(output, context);
1073
- }
1074
- const data = await parseBody(output.body, context);
1075
- let contents = {};
1076
- contents = de_UpdateContainerAgentResponse(data, context);
1077
- const response = {
1078
- $metadata: deserializeMetadata(output),
1079
- ...contents,
1080
- };
1081
- return response;
1082
- };
1083
- export const de_UpdateContainerInstancesStateCommand = async (output, context) => {
1084
- if (output.statusCode >= 300) {
1085
- return de_CommandError(output, context);
1086
- }
1087
- const data = await parseBody(output.body, context);
1088
- let contents = {};
1089
- contents = de_UpdateContainerInstancesStateResponse(data, context);
1090
- const response = {
1091
- $metadata: deserializeMetadata(output),
1092
- ...contents,
1093
- };
1094
- return response;
1095
- };
1096
- export const de_UpdateServiceCommand = async (output, context) => {
1097
- if (output.statusCode >= 300) {
1098
- return de_CommandError(output, context);
1099
- }
1100
- const data = await parseBody(output.body, context);
1101
- let contents = {};
1102
- contents = de_UpdateServiceResponse(data, context);
1103
- const response = {
1104
- $metadata: deserializeMetadata(output),
1105
- ...contents,
1106
- };
1107
- return response;
1108
- };
1109
- export const de_UpdateServicePrimaryTaskSetCommand = async (output, context) => {
1110
- if (output.statusCode >= 300) {
1111
- return de_CommandError(output, context);
1112
- }
1113
- const data = await parseBody(output.body, context);
1114
- let contents = {};
1115
- contents = de_UpdateServicePrimaryTaskSetResponse(data, context);
1116
- const response = {
1117
- $metadata: deserializeMetadata(output),
1118
- ...contents,
1119
- };
1120
- return response;
1121
- };
1122
- export const de_UpdateTaskProtectionCommand = async (output, context) => {
1123
- if (output.statusCode >= 300) {
1124
- return de_CommandError(output, context);
1125
- }
1126
- const data = await parseBody(output.body, context);
1127
- let contents = {};
1128
- contents = de_UpdateTaskProtectionResponse(data, context);
1129
- const response = {
1130
- $metadata: deserializeMetadata(output),
1131
- ...contents,
1132
- };
1133
- return response;
1134
- };
1135
- export const de_UpdateTaskSetCommand = async (output, context) => {
1136
- if (output.statusCode >= 300) {
1137
- return de_CommandError(output, context);
1138
- }
1139
- const data = await parseBody(output.body, context);
1140
- let contents = {};
1141
- contents = de_UpdateTaskSetResponse(data, context);
1142
- const response = {
1143
- $metadata: deserializeMetadata(output),
1144
- ...contents,
1145
- };
1146
- return response;
1147
- };
1148
- const de_CommandError = async (output, context) => {
1149
- const parsedOutput = {
1150
- ...output,
1151
- body: await parseErrorBody(output.body, context),
1152
- };
1153
- const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
1154
- switch (errorCode) {
1155
- case "ClientException":
1156
- case "com.amazonaws.ecs#ClientException":
1157
- throw await de_ClientExceptionRes(parsedOutput, context);
1158
- case "ClusterNotFoundException":
1159
- case "com.amazonaws.ecs#ClusterNotFoundException":
1160
- throw await de_ClusterNotFoundExceptionRes(parsedOutput, context);
1161
- case "InvalidParameterException":
1162
- case "com.amazonaws.ecs#InvalidParameterException":
1163
- throw await de_InvalidParameterExceptionRes(parsedOutput, context);
1164
- case "LimitExceededException":
1165
- case "com.amazonaws.ecs#LimitExceededException":
1166
- throw await de_LimitExceededExceptionRes(parsedOutput, context);
1167
- case "ServerException":
1168
- case "com.amazonaws.ecs#ServerException":
1169
- throw await de_ServerExceptionRes(parsedOutput, context);
1170
- case "UnsupportedFeatureException":
1171
- case "com.amazonaws.ecs#UnsupportedFeatureException":
1172
- throw await de_UnsupportedFeatureExceptionRes(parsedOutput, context);
1173
- case "UpdateInProgressException":
1174
- case "com.amazonaws.ecs#UpdateInProgressException":
1175
- throw await de_UpdateInProgressExceptionRes(parsedOutput, context);
1176
- case "NamespaceNotFoundException":
1177
- case "com.amazonaws.ecs#NamespaceNotFoundException":
1178
- throw await de_NamespaceNotFoundExceptionRes(parsedOutput, context);
1179
- case "AccessDeniedException":
1180
- case "com.amazonaws.ecs#AccessDeniedException":
1181
- throw await de_AccessDeniedExceptionRes(parsedOutput, context);
1182
- case "PlatformTaskDefinitionIncompatibilityException":
1183
- case "com.amazonaws.ecs#PlatformTaskDefinitionIncompatibilityException":
1184
- throw await de_PlatformTaskDefinitionIncompatibilityExceptionRes(parsedOutput, context);
1185
- case "PlatformUnknownException":
1186
- case "com.amazonaws.ecs#PlatformUnknownException":
1187
- throw await de_PlatformUnknownExceptionRes(parsedOutput, context);
1188
- case "ServiceNotActiveException":
1189
- case "com.amazonaws.ecs#ServiceNotActiveException":
1190
- throw await de_ServiceNotActiveExceptionRes(parsedOutput, context);
1191
- case "ServiceNotFoundException":
1192
- case "com.amazonaws.ecs#ServiceNotFoundException":
1193
- throw await de_ServiceNotFoundExceptionRes(parsedOutput, context);
1194
- case "TargetNotFoundException":
1195
- case "com.amazonaws.ecs#TargetNotFoundException":
1196
- throw await de_TargetNotFoundExceptionRes(parsedOutput, context);
1197
- case "ClusterContainsCapacityProviderException":
1198
- case "com.amazonaws.ecs#ClusterContainsCapacityProviderException":
1199
- throw await de_ClusterContainsCapacityProviderExceptionRes(parsedOutput, context);
1200
- case "ClusterContainsContainerInstancesException":
1201
- case "com.amazonaws.ecs#ClusterContainsContainerInstancesException":
1202
- throw await de_ClusterContainsContainerInstancesExceptionRes(parsedOutput, context);
1203
- case "ClusterContainsServicesException":
1204
- case "com.amazonaws.ecs#ClusterContainsServicesException":
1205
- throw await de_ClusterContainsServicesExceptionRes(parsedOutput, context);
1206
- case "ClusterContainsTasksException":
1207
- case "com.amazonaws.ecs#ClusterContainsTasksException":
1208
- throw await de_ClusterContainsTasksExceptionRes(parsedOutput, context);
1209
- case "TaskSetNotFoundException":
1210
- case "com.amazonaws.ecs#TaskSetNotFoundException":
1211
- throw await de_TaskSetNotFoundExceptionRes(parsedOutput, context);
1212
- case "TargetNotConnectedException":
1213
- case "com.amazonaws.ecs#TargetNotConnectedException":
1214
- throw await de_TargetNotConnectedExceptionRes(parsedOutput, context);
1215
- case "ResourceNotFoundException":
1216
- case "com.amazonaws.ecs#ResourceNotFoundException":
1217
- throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
1218
- case "AttributeLimitExceededException":
1219
- case "com.amazonaws.ecs#AttributeLimitExceededException":
1220
- throw await de_AttributeLimitExceededExceptionRes(parsedOutput, context);
1221
- case "ResourceInUseException":
1222
- case "com.amazonaws.ecs#ResourceInUseException":
1223
- throw await de_ResourceInUseExceptionRes(parsedOutput, context);
1224
- case "BlockedException":
1225
- case "com.amazonaws.ecs#BlockedException":
1226
- throw await de_BlockedExceptionRes(parsedOutput, context);
1227
- case "ConflictException":
1228
- case "com.amazonaws.ecs#ConflictException":
1229
- throw await de_ConflictExceptionRes(parsedOutput, context);
1230
- case "ServiceDeploymentNotFoundException":
1231
- case "com.amazonaws.ecs#ServiceDeploymentNotFoundException":
1232
- throw await de_ServiceDeploymentNotFoundExceptionRes(parsedOutput, context);
1233
- case "MissingVersionException":
1234
- case "com.amazonaws.ecs#MissingVersionException":
1235
- throw await de_MissingVersionExceptionRes(parsedOutput, context);
1236
- case "NoUpdateAvailableException":
1237
- case "com.amazonaws.ecs#NoUpdateAvailableException":
1238
- throw await de_NoUpdateAvailableExceptionRes(parsedOutput, context);
1239
- default:
1240
- const parsedBody = parsedOutput.body;
1241
- return throwDefaultError({
1242
- output,
1243
- parsedBody,
1244
- errorCode,
1245
- });
1246
- }
1247
- };
1248
- const de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
1249
- const body = parsedOutput.body;
1250
- const deserialized = _json(body);
1251
- const exception = new AccessDeniedException({
1252
- $metadata: deserializeMetadata(parsedOutput),
1253
- ...deserialized,
1254
- });
1255
- return __decorateServiceException(exception, body);
1256
- };
1257
- const de_AttributeLimitExceededExceptionRes = async (parsedOutput, context) => {
1258
- const body = parsedOutput.body;
1259
- const deserialized = _json(body);
1260
- const exception = new AttributeLimitExceededException({
1261
- $metadata: deserializeMetadata(parsedOutput),
1262
- ...deserialized,
1263
- });
1264
- return __decorateServiceException(exception, body);
1265
- };
1266
- const de_BlockedExceptionRes = async (parsedOutput, context) => {
1267
- const body = parsedOutput.body;
1268
- const deserialized = _json(body);
1269
- const exception = new BlockedException({
1270
- $metadata: deserializeMetadata(parsedOutput),
1271
- ...deserialized,
1272
- });
1273
- return __decorateServiceException(exception, body);
1274
- };
1275
- const de_ClientExceptionRes = async (parsedOutput, context) => {
1276
- const body = parsedOutput.body;
1277
- const deserialized = _json(body);
1278
- const exception = new ClientException({
1279
- $metadata: deserializeMetadata(parsedOutput),
1280
- ...deserialized,
1281
- });
1282
- return __decorateServiceException(exception, body);
1283
- };
1284
- const de_ClusterContainsCapacityProviderExceptionRes = async (parsedOutput, context) => {
1285
- const body = parsedOutput.body;
1286
- const deserialized = _json(body);
1287
- const exception = new ClusterContainsCapacityProviderException({
1288
- $metadata: deserializeMetadata(parsedOutput),
1289
- ...deserialized,
1290
- });
1291
- return __decorateServiceException(exception, body);
1292
- };
1293
- const de_ClusterContainsContainerInstancesExceptionRes = async (parsedOutput, context) => {
1294
- const body = parsedOutput.body;
1295
- const deserialized = _json(body);
1296
- const exception = new ClusterContainsContainerInstancesException({
1297
- $metadata: deserializeMetadata(parsedOutput),
1298
- ...deserialized,
1299
- });
1300
- return __decorateServiceException(exception, body);
1301
- };
1302
- const de_ClusterContainsServicesExceptionRes = async (parsedOutput, context) => {
1303
- const body = parsedOutput.body;
1304
- const deserialized = _json(body);
1305
- const exception = new ClusterContainsServicesException({
1306
- $metadata: deserializeMetadata(parsedOutput),
1307
- ...deserialized,
1308
- });
1309
- return __decorateServiceException(exception, body);
1310
- };
1311
- const de_ClusterContainsTasksExceptionRes = async (parsedOutput, context) => {
1312
- const body = parsedOutput.body;
1313
- const deserialized = _json(body);
1314
- const exception = new ClusterContainsTasksException({
1315
- $metadata: deserializeMetadata(parsedOutput),
1316
- ...deserialized,
1317
- });
1318
- return __decorateServiceException(exception, body);
1319
- };
1320
- const de_ClusterNotFoundExceptionRes = async (parsedOutput, context) => {
1321
- const body = parsedOutput.body;
1322
- const deserialized = _json(body);
1323
- const exception = new ClusterNotFoundException({
1324
- $metadata: deserializeMetadata(parsedOutput),
1325
- ...deserialized,
1326
- });
1327
- return __decorateServiceException(exception, body);
1328
- };
1329
- const de_ConflictExceptionRes = async (parsedOutput, context) => {
1330
- const body = parsedOutput.body;
1331
- const deserialized = _json(body);
1332
- const exception = new ConflictException({
1333
- $metadata: deserializeMetadata(parsedOutput),
1334
- ...deserialized,
1335
- });
1336
- return __decorateServiceException(exception, body);
1337
- };
1338
- const de_InvalidParameterExceptionRes = async (parsedOutput, context) => {
1339
- const body = parsedOutput.body;
1340
- const deserialized = _json(body);
1341
- const exception = new InvalidParameterException({
1342
- $metadata: deserializeMetadata(parsedOutput),
1343
- ...deserialized,
1344
- });
1345
- return __decorateServiceException(exception, body);
1346
- };
1347
- const de_LimitExceededExceptionRes = async (parsedOutput, context) => {
1348
- const body = parsedOutput.body;
1349
- const deserialized = _json(body);
1350
- const exception = new LimitExceededException({
1351
- $metadata: deserializeMetadata(parsedOutput),
1352
- ...deserialized,
1353
- });
1354
- return __decorateServiceException(exception, body);
1355
- };
1356
- const de_MissingVersionExceptionRes = async (parsedOutput, context) => {
1357
- const body = parsedOutput.body;
1358
- const deserialized = _json(body);
1359
- const exception = new MissingVersionException({
1360
- $metadata: deserializeMetadata(parsedOutput),
1361
- ...deserialized,
1362
- });
1363
- return __decorateServiceException(exception, body);
1364
- };
1365
- const de_NamespaceNotFoundExceptionRes = async (parsedOutput, context) => {
1366
- const body = parsedOutput.body;
1367
- const deserialized = _json(body);
1368
- const exception = new NamespaceNotFoundException({
1369
- $metadata: deserializeMetadata(parsedOutput),
1370
- ...deserialized,
1371
- });
1372
- return __decorateServiceException(exception, body);
1373
- };
1374
- const de_NoUpdateAvailableExceptionRes = async (parsedOutput, context) => {
1375
- const body = parsedOutput.body;
1376
- const deserialized = _json(body);
1377
- const exception = new NoUpdateAvailableException({
1378
- $metadata: deserializeMetadata(parsedOutput),
1379
- ...deserialized,
1380
- });
1381
- return __decorateServiceException(exception, body);
1382
- };
1383
- const de_PlatformTaskDefinitionIncompatibilityExceptionRes = async (parsedOutput, context) => {
1384
- const body = parsedOutput.body;
1385
- const deserialized = _json(body);
1386
- const exception = new PlatformTaskDefinitionIncompatibilityException({
1387
- $metadata: deserializeMetadata(parsedOutput),
1388
- ...deserialized,
1389
- });
1390
- return __decorateServiceException(exception, body);
1391
- };
1392
- const de_PlatformUnknownExceptionRes = async (parsedOutput, context) => {
1393
- const body = parsedOutput.body;
1394
- const deserialized = _json(body);
1395
- const exception = new PlatformUnknownException({
1396
- $metadata: deserializeMetadata(parsedOutput),
1397
- ...deserialized,
1398
- });
1399
- return __decorateServiceException(exception, body);
1400
- };
1401
- const de_ResourceInUseExceptionRes = async (parsedOutput, context) => {
1402
- const body = parsedOutput.body;
1403
- const deserialized = _json(body);
1404
- const exception = new ResourceInUseException({
1405
- $metadata: deserializeMetadata(parsedOutput),
1406
- ...deserialized,
1407
- });
1408
- return __decorateServiceException(exception, body);
1409
- };
1410
- const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
1411
- const body = parsedOutput.body;
1412
- const deserialized = _json(body);
1413
- const exception = new ResourceNotFoundException({
1414
- $metadata: deserializeMetadata(parsedOutput),
1415
- ...deserialized,
1416
- });
1417
- return __decorateServiceException(exception, body);
1418
- };
1419
- const de_ServerExceptionRes = async (parsedOutput, context) => {
1420
- const body = parsedOutput.body;
1421
- const deserialized = _json(body);
1422
- const exception = new ServerException({
1423
- $metadata: deserializeMetadata(parsedOutput),
1424
- ...deserialized,
1425
- });
1426
- return __decorateServiceException(exception, body);
1427
- };
1428
- const de_ServiceDeploymentNotFoundExceptionRes = async (parsedOutput, context) => {
1429
- const body = parsedOutput.body;
1430
- const deserialized = _json(body);
1431
- const exception = new ServiceDeploymentNotFoundException({
1432
- $metadata: deserializeMetadata(parsedOutput),
1433
- ...deserialized,
1434
- });
1435
- return __decorateServiceException(exception, body);
1436
- };
1437
- const de_ServiceNotActiveExceptionRes = async (parsedOutput, context) => {
1438
- const body = parsedOutput.body;
1439
- const deserialized = _json(body);
1440
- const exception = new ServiceNotActiveException({
1441
- $metadata: deserializeMetadata(parsedOutput),
1442
- ...deserialized,
1443
- });
1444
- return __decorateServiceException(exception, body);
1445
- };
1446
- const de_ServiceNotFoundExceptionRes = async (parsedOutput, context) => {
1447
- const body = parsedOutput.body;
1448
- const deserialized = _json(body);
1449
- const exception = new ServiceNotFoundException({
1450
- $metadata: deserializeMetadata(parsedOutput),
1451
- ...deserialized,
1452
- });
1453
- return __decorateServiceException(exception, body);
1454
- };
1455
- const de_TargetNotConnectedExceptionRes = async (parsedOutput, context) => {
1456
- const body = parsedOutput.body;
1457
- const deserialized = _json(body);
1458
- const exception = new TargetNotConnectedException({
1459
- $metadata: deserializeMetadata(parsedOutput),
1460
- ...deserialized,
1461
- });
1462
- return __decorateServiceException(exception, body);
1463
- };
1464
- const de_TargetNotFoundExceptionRes = async (parsedOutput, context) => {
1465
- const body = parsedOutput.body;
1466
- const deserialized = _json(body);
1467
- const exception = new TargetNotFoundException({
1468
- $metadata: deserializeMetadata(parsedOutput),
1469
- ...deserialized,
1470
- });
1471
- return __decorateServiceException(exception, body);
1472
- };
1473
- const de_TaskSetNotFoundExceptionRes = async (parsedOutput, context) => {
1474
- const body = parsedOutput.body;
1475
- const deserialized = _json(body);
1476
- const exception = new TaskSetNotFoundException({
1477
- $metadata: deserializeMetadata(parsedOutput),
1478
- ...deserialized,
1479
- });
1480
- return __decorateServiceException(exception, body);
1481
- };
1482
- const de_UnsupportedFeatureExceptionRes = async (parsedOutput, context) => {
1483
- const body = parsedOutput.body;
1484
- const deserialized = _json(body);
1485
- const exception = new UnsupportedFeatureException({
1486
- $metadata: deserializeMetadata(parsedOutput),
1487
- ...deserialized,
1488
- });
1489
- return __decorateServiceException(exception, body);
1490
- };
1491
- const de_UpdateInProgressExceptionRes = async (parsedOutput, context) => {
1492
- const body = parsedOutput.body;
1493
- const deserialized = _json(body);
1494
- const exception = new UpdateInProgressException({
1495
- $metadata: deserializeMetadata(parsedOutput),
1496
- ...deserialized,
1497
- });
1498
- return __decorateServiceException(exception, body);
1499
- };
1500
- const se_CanaryConfiguration = (input, context) => {
1501
- return take(input, {
1502
- canaryBakeTimeInMinutes: [],
1503
- canaryPercent: __serializeFloat,
1504
- });
1505
- };
1506
- const se_CreateCapacityProviderRequest = (input, context) => {
1507
- return take(input, {
1508
- autoScalingGroupProvider: _json,
1509
- cluster: [],
1510
- managedInstancesProvider: (_) => se_CreateManagedInstancesProviderConfiguration(_, context),
1511
- name: [],
1512
- tags: _json,
1513
- });
1514
- };
1515
- const se_CreatedAt = (input, context) => {
1516
- return take(input, {
1517
- after: (_) => _.getTime() / 1_000,
1518
- before: (_) => _.getTime() / 1_000,
1519
- });
1520
- };
1521
- const se_CreateManagedInstancesProviderConfiguration = (input, context) => {
1522
- return take(input, {
1523
- infrastructureRoleArn: [],
1524
- instanceLaunchTemplate: (_) => se_InstanceLaunchTemplate(_, context),
1525
- propagateTags: [],
1526
- });
1527
- };
1528
- const se_CreateServiceRequest = (input, context) => {
1529
- return take(input, {
1530
- availabilityZoneRebalancing: [],
1531
- capacityProviderStrategy: _json,
1532
- clientToken: [],
1533
- cluster: [],
1534
- deploymentConfiguration: (_) => se_DeploymentConfiguration(_, context),
1535
- deploymentController: _json,
1536
- desiredCount: [],
1537
- enableECSManagedTags: [],
1538
- enableExecuteCommand: [],
1539
- healthCheckGracePeriodSeconds: [],
1540
- launchType: [],
1541
- loadBalancers: _json,
1542
- networkConfiguration: _json,
1543
- placementConstraints: _json,
1544
- placementStrategy: _json,
1545
- platformVersion: [],
1546
- propagateTags: [],
1547
- role: [],
1548
- schedulingStrategy: [],
1549
- serviceConnectConfiguration: _json,
1550
- serviceName: [],
1551
- serviceRegistries: _json,
1552
- tags: _json,
1553
- taskDefinition: [],
1554
- volumeConfigurations: _json,
1555
- vpcLatticeConfigurations: _json,
1556
- });
1557
- };
1558
- const se_CreateTaskSetRequest = (input, context) => {
1559
- return take(input, {
1560
- capacityProviderStrategy: _json,
1561
- clientToken: [],
1562
- cluster: [],
1563
- externalId: [],
1564
- launchType: [],
1565
- loadBalancers: _json,
1566
- networkConfiguration: _json,
1567
- platformVersion: [],
1568
- scale: (_) => se_Scale(_, context),
1569
- service: [],
1570
- serviceRegistries: _json,
1571
- tags: _json,
1572
- taskDefinition: [],
1573
- });
1574
- };
1575
- const se_DeploymentConfiguration = (input, context) => {
1576
- return take(input, {
1577
- alarms: _json,
1578
- bakeTimeInMinutes: [],
1579
- canaryConfiguration: (_) => se_CanaryConfiguration(_, context),
1580
- deploymentCircuitBreaker: _json,
1581
- lifecycleHooks: (_) => se_DeploymentLifecycleHookList(_, context),
1582
- linearConfiguration: (_) => se_LinearConfiguration(_, context),
1583
- maximumPercent: [],
1584
- minimumHealthyPercent: [],
1585
- strategy: [],
1586
- });
1587
- };
1588
- const se_DeploymentLifecycleHook = (input, context) => {
1589
- return take(input, {
1590
- hookDetails: (_) => se_HookDetails(_, context),
1591
- hookTargetArn: [],
1592
- lifecycleStages: _json,
1593
- roleArn: [],
1594
- });
1595
- };
1596
- const se_DeploymentLifecycleHookList = (input, context) => {
1597
- return input
1598
- .filter((e) => e != null)
1599
- .map((entry) => {
1600
- return se_DeploymentLifecycleHook(entry, context);
1601
- });
1602
- };
1603
- const se_HookDetails = (input, context) => {
1604
- return input;
1605
- };
1606
- const se_InstanceLaunchTemplate = (input, context) => {
1607
- return take(input, {
1608
- ec2InstanceProfileArn: [],
1609
- instanceRequirements: (_) => se_InstanceRequirementsRequest(_, context),
1610
- monitoring: [],
1611
- networkConfiguration: _json,
1612
- storageConfiguration: _json,
1613
- });
1614
- };
1615
- const se_InstanceLaunchTemplateUpdate = (input, context) => {
1616
- return take(input, {
1617
- ec2InstanceProfileArn: [],
1618
- instanceRequirements: (_) => se_InstanceRequirementsRequest(_, context),
1619
- monitoring: [],
1620
- networkConfiguration: _json,
1621
- storageConfiguration: _json,
1622
- });
1623
- };
1624
- const se_InstanceRequirementsRequest = (input, context) => {
1625
- return take(input, {
1626
- acceleratorCount: _json,
1627
- acceleratorManufacturers: _json,
1628
- acceleratorNames: _json,
1629
- acceleratorTotalMemoryMiB: _json,
1630
- acceleratorTypes: _json,
1631
- allowedInstanceTypes: _json,
1632
- bareMetal: [],
1633
- baselineEbsBandwidthMbps: _json,
1634
- burstablePerformance: [],
1635
- cpuManufacturers: _json,
1636
- excludedInstanceTypes: _json,
1637
- instanceGenerations: _json,
1638
- localStorage: [],
1639
- localStorageTypes: _json,
1640
- maxSpotPriceAsPercentageOfOptimalOnDemandPrice: [],
1641
- memoryGiBPerVCpu: (_) => se_MemoryGiBPerVCpuRequest(_, context),
1642
- memoryMiB: _json,
1643
- networkBandwidthGbps: (_) => se_NetworkBandwidthGbpsRequest(_, context),
1644
- networkInterfaceCount: _json,
1645
- onDemandMaxPricePercentageOverLowestPrice: [],
1646
- requireHibernateSupport: [],
1647
- spotMaxPricePercentageOverLowestPrice: [],
1648
- totalLocalStorageGB: (_) => se_TotalLocalStorageGBRequest(_, context),
1649
- vCpuCount: _json,
1650
- });
1651
- };
1652
- const se_LinearConfiguration = (input, context) => {
1653
- return take(input, {
1654
- stepBakeTimeInMinutes: [],
1655
- stepPercent: __serializeFloat,
1656
- });
1657
- };
1658
- const se_ListServiceDeploymentsRequest = (input, context) => {
1659
- return take(input, {
1660
- cluster: [],
1661
- createdAt: (_) => se_CreatedAt(_, context),
1662
- maxResults: [],
1663
- nextToken: [],
1664
- service: [],
1665
- status: _json,
1666
- });
1667
- };
1668
- const se_MemoryGiBPerVCpuRequest = (input, context) => {
1669
- return take(input, {
1670
- max: __serializeFloat,
1671
- min: __serializeFloat,
1672
- });
1673
- };
1674
- const se_NetworkBandwidthGbpsRequest = (input, context) => {
1675
- return take(input, {
1676
- max: __serializeFloat,
1677
- min: __serializeFloat,
1678
- });
1679
- };
1680
- const se_RegisterContainerInstanceRequest = (input, context) => {
1681
- return take(input, {
1682
- attributes: _json,
1683
- cluster: [],
1684
- containerInstanceArn: [],
1685
- instanceIdentityDocument: [],
1686
- instanceIdentityDocumentSignature: [],
1687
- platformDevices: _json,
1688
- tags: _json,
1689
- totalResources: (_) => se_Resources(_, context),
1690
- versionInfo: _json,
1691
- });
1692
- };
1693
- const se_Resource = (input, context) => {
1694
- return take(input, {
1695
- doubleValue: __serializeFloat,
1696
- integerValue: [],
1697
- longValue: [],
1698
- name: [],
1699
- stringSetValue: _json,
1700
- type: [],
1701
- });
1702
- };
1703
- const se_Resources = (input, context) => {
1704
- return input
1705
- .filter((e) => e != null)
1706
- .map((entry) => {
1707
- return se_Resource(entry, context);
1708
- });
1709
- };
1710
- const se_RunTaskRequest = (input, context) => {
1711
- return take(input, {
1712
- capacityProviderStrategy: _json,
1713
- clientToken: [true, (_) => _ ?? generateIdempotencyToken()],
1714
- cluster: [],
1715
- count: [],
1716
- enableECSManagedTags: [],
1717
- enableExecuteCommand: [],
1718
- group: [],
1719
- launchType: [],
1720
- networkConfiguration: _json,
1721
- overrides: _json,
1722
- placementConstraints: _json,
1723
- placementStrategy: _json,
1724
- platformVersion: [],
1725
- propagateTags: [],
1726
- referenceId: [],
1727
- startedBy: [],
1728
- tags: _json,
1729
- taskDefinition: [],
1730
- volumeConfigurations: _json,
1731
- });
1732
- };
1733
- const se_Scale = (input, context) => {
1734
- return take(input, {
1735
- unit: [],
1736
- value: __serializeFloat,
1737
- });
1738
- };
1739
- const se_SubmitTaskStateChangeRequest = (input, context) => {
1740
- return take(input, {
1741
- attachments: _json,
1742
- cluster: [],
1743
- containers: _json,
1744
- executionStoppedAt: (_) => _.getTime() / 1_000,
1745
- managedAgents: _json,
1746
- pullStartedAt: (_) => _.getTime() / 1_000,
1747
- pullStoppedAt: (_) => _.getTime() / 1_000,
1748
- reason: [],
1749
- status: [],
1750
- task: [],
1751
- });
1752
- };
1753
- const se_TotalLocalStorageGBRequest = (input, context) => {
1754
- return take(input, {
1755
- max: __serializeFloat,
1756
- min: __serializeFloat,
1757
- });
1758
- };
1759
- const se_UpdateCapacityProviderRequest = (input, context) => {
1760
- return take(input, {
1761
- autoScalingGroupProvider: _json,
1762
- cluster: [],
1763
- managedInstancesProvider: (_) => se_UpdateManagedInstancesProviderConfiguration(_, context),
1764
- name: [],
1765
- });
1766
- };
1767
- const se_UpdateManagedInstancesProviderConfiguration = (input, context) => {
1768
- return take(input, {
1769
- infrastructureRoleArn: [],
1770
- instanceLaunchTemplate: (_) => se_InstanceLaunchTemplateUpdate(_, context),
1771
- propagateTags: [],
1772
- });
1773
- };
1774
- const se_UpdateServiceRequest = (input, context) => {
1775
- return take(input, {
1776
- availabilityZoneRebalancing: [],
1777
- capacityProviderStrategy: _json,
1778
- cluster: [],
1779
- deploymentConfiguration: (_) => se_DeploymentConfiguration(_, context),
1780
- deploymentController: _json,
1781
- desiredCount: [],
1782
- enableECSManagedTags: [],
1783
- enableExecuteCommand: [],
1784
- forceNewDeployment: [],
1785
- healthCheckGracePeriodSeconds: [],
1786
- loadBalancers: _json,
1787
- networkConfiguration: _json,
1788
- placementConstraints: _json,
1789
- placementStrategy: _json,
1790
- platformVersion: [],
1791
- propagateTags: [],
1792
- service: [],
1793
- serviceConnectConfiguration: _json,
1794
- serviceRegistries: _json,
1795
- taskDefinition: [],
1796
- volumeConfigurations: _json,
1797
- vpcLatticeConfigurations: _json,
1798
- });
1799
- };
1800
- const se_UpdateTaskSetRequest = (input, context) => {
1801
- return take(input, {
1802
- cluster: [],
1803
- scale: (_) => se_Scale(_, context),
1804
- service: [],
1805
- taskSet: [],
1806
- });
1807
- };
1808
- const de_CanaryConfiguration = (output, context) => {
1809
- return take(output, {
1810
- canaryBakeTimeInMinutes: __expectInt32,
1811
- canaryPercent: __limitedParseDouble,
1812
- });
1813
- };
1814
- const de_CapacityProvider = (output, context) => {
1815
- return take(output, {
1816
- autoScalingGroupProvider: _json,
1817
- capacityProviderArn: __expectString,
1818
- cluster: __expectString,
1819
- managedInstancesProvider: (_) => de_ManagedInstancesProvider(_, context),
1820
- name: __expectString,
1821
- status: __expectString,
1822
- tags: _json,
1823
- type: __expectString,
1824
- updateStatus: __expectString,
1825
- updateStatusReason: __expectString,
1826
- });
1827
- };
1828
- const de_CapacityProviders = (output, context) => {
1829
- const retVal = (output || [])
1830
- .filter((e) => e != null)
1831
- .map((entry) => {
1832
- return de_CapacityProvider(entry, context);
1833
- });
1834
- return retVal;
1835
- };
1836
- const de_Container = (output, context) => {
1837
- return take(output, {
1838
- containerArn: __expectString,
1839
- cpu: __expectString,
1840
- exitCode: __expectInt32,
1841
- gpuIds: _json,
1842
- healthStatus: __expectString,
1843
- image: __expectString,
1844
- imageDigest: __expectString,
1845
- lastStatus: __expectString,
1846
- managedAgents: (_) => de_ManagedAgents(_, context),
1847
- memory: __expectString,
1848
- memoryReservation: __expectString,
1849
- name: __expectString,
1850
- networkBindings: _json,
1851
- networkInterfaces: _json,
1852
- reason: __expectString,
1853
- runtimeId: __expectString,
1854
- taskArn: __expectString,
1855
- });
1856
- };
1857
- const de_ContainerInstance = (output, context) => {
1858
- return take(output, {
1859
- agentConnected: __expectBoolean,
1860
- agentUpdateStatus: __expectString,
1861
- attachments: _json,
1862
- attributes: _json,
1863
- capacityProviderName: __expectString,
1864
- containerInstanceArn: __expectString,
1865
- ec2InstanceId: __expectString,
1866
- healthStatus: (_) => de_ContainerInstanceHealthStatus(_, context),
1867
- pendingTasksCount: __expectInt32,
1868
- registeredAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1869
- registeredResources: (_) => de_Resources(_, context),
1870
- remainingResources: (_) => de_Resources(_, context),
1871
- runningTasksCount: __expectInt32,
1872
- status: __expectString,
1873
- statusReason: __expectString,
1874
- tags: _json,
1875
- version: __expectLong,
1876
- versionInfo: _json,
1877
- });
1878
- };
1879
- const de_ContainerInstanceHealthStatus = (output, context) => {
1880
- return take(output, {
1881
- details: (_) => de_InstanceHealthCheckResultList(_, context),
1882
- overallStatus: __expectString,
1883
- });
1884
- };
1885
- const de_ContainerInstances = (output, context) => {
1886
- const retVal = (output || [])
1887
- .filter((e) => e != null)
1888
- .map((entry) => {
1889
- return de_ContainerInstance(entry, context);
1890
- });
1891
- return retVal;
1892
- };
1893
- const de_Containers = (output, context) => {
1894
- const retVal = (output || [])
1895
- .filter((e) => e != null)
1896
- .map((entry) => {
1897
- return de_Container(entry, context);
1898
- });
1899
- return retVal;
1900
- };
1901
- const de_CreateCapacityProviderResponse = (output, context) => {
1902
- return take(output, {
1903
- capacityProvider: (_) => de_CapacityProvider(_, context),
1904
- });
1905
- };
1906
- const de_CreateServiceResponse = (output, context) => {
1907
- return take(output, {
1908
- service: (_) => de_Service(_, context),
1909
- });
1910
- };
1911
- const de_CreateTaskSetResponse = (output, context) => {
1912
- return take(output, {
1913
- taskSet: (_) => de_TaskSet(_, context),
1914
- });
1915
- };
1916
- const de_DeleteCapacityProviderResponse = (output, context) => {
1917
- return take(output, {
1918
- capacityProvider: (_) => de_CapacityProvider(_, context),
1919
- });
1920
- };
1921
- const de_DeleteServiceResponse = (output, context) => {
1922
- return take(output, {
1923
- service: (_) => de_Service(_, context),
1924
- });
1925
- };
1926
- const de_DeleteTaskDefinitionsResponse = (output, context) => {
1927
- return take(output, {
1928
- failures: _json,
1929
- taskDefinitions: (_) => de_TaskDefinitionList(_, context),
1930
- });
1931
- };
1932
- const de_DeleteTaskSetResponse = (output, context) => {
1933
- return take(output, {
1934
- taskSet: (_) => de_TaskSet(_, context),
1935
- });
1936
- };
1937
- const de_Deployment = (output, context) => {
1938
- return take(output, {
1939
- capacityProviderStrategy: _json,
1940
- createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1941
- desiredCount: __expectInt32,
1942
- failedTasks: __expectInt32,
1943
- fargateEphemeralStorage: _json,
1944
- id: __expectString,
1945
- launchType: __expectString,
1946
- networkConfiguration: _json,
1947
- pendingCount: __expectInt32,
1948
- platformFamily: __expectString,
1949
- platformVersion: __expectString,
1950
- rolloutState: __expectString,
1951
- rolloutStateReason: __expectString,
1952
- runningCount: __expectInt32,
1953
- serviceConnectConfiguration: _json,
1954
- serviceConnectResources: _json,
1955
- status: __expectString,
1956
- taskDefinition: __expectString,
1957
- updatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1958
- volumeConfigurations: _json,
1959
- vpcLatticeConfigurations: _json,
1960
- });
1961
- };
1962
- const de_DeploymentConfiguration = (output, context) => {
1963
- return take(output, {
1964
- alarms: _json,
1965
- bakeTimeInMinutes: __expectInt32,
1966
- canaryConfiguration: (_) => de_CanaryConfiguration(_, context),
1967
- deploymentCircuitBreaker: _json,
1968
- lifecycleHooks: (_) => de_DeploymentLifecycleHookList(_, context),
1969
- linearConfiguration: (_) => de_LinearConfiguration(_, context),
1970
- maximumPercent: __expectInt32,
1971
- minimumHealthyPercent: __expectInt32,
1972
- strategy: __expectString,
1973
- });
1974
- };
1975
- const de_DeploymentLifecycleHook = (output, context) => {
1976
- return take(output, {
1977
- hookDetails: (_) => de_HookDetails(_, context),
1978
- hookTargetArn: __expectString,
1979
- lifecycleStages: _json,
1980
- roleArn: __expectString,
1981
- });
1982
- };
1983
- const de_DeploymentLifecycleHookList = (output, context) => {
1984
- const retVal = (output || [])
1985
- .filter((e) => e != null)
1986
- .map((entry) => {
1987
- return de_DeploymentLifecycleHook(entry, context);
1988
- });
1989
- return retVal;
1990
- };
1991
- const de_Deployments = (output, context) => {
1992
- const retVal = (output || [])
1993
- .filter((e) => e != null)
1994
- .map((entry) => {
1995
- return de_Deployment(entry, context);
1996
- });
1997
- return retVal;
1998
- };
1999
- const de_DeregisterContainerInstanceResponse = (output, context) => {
2000
- return take(output, {
2001
- containerInstance: (_) => de_ContainerInstance(_, context),
2002
- });
2003
- };
2004
- const de_DeregisterTaskDefinitionResponse = (output, context) => {
2005
- return take(output, {
2006
- taskDefinition: (_) => de_TaskDefinition(_, context),
2007
- });
2008
- };
2009
- const de_DescribeCapacityProvidersResponse = (output, context) => {
2010
- return take(output, {
2011
- capacityProviders: (_) => de_CapacityProviders(_, context),
2012
- failures: _json,
2013
- nextToken: __expectString,
2014
- });
2015
- };
2016
- const de_DescribeContainerInstancesResponse = (output, context) => {
2017
- return take(output, {
2018
- containerInstances: (_) => de_ContainerInstances(_, context),
2019
- failures: _json,
2020
- });
2021
- };
2022
- const de_DescribeServiceDeploymentsResponse = (output, context) => {
2023
- return take(output, {
2024
- failures: _json,
2025
- serviceDeployments: (_) => de_ServiceDeployments(_, context),
2026
- });
2027
- };
2028
- const de_DescribeServiceRevisionsResponse = (output, context) => {
2029
- return take(output, {
2030
- failures: _json,
2031
- serviceRevisions: (_) => de_ServiceRevisions(_, context),
2032
- });
2033
- };
2034
- const de_DescribeServicesResponse = (output, context) => {
2035
- return take(output, {
2036
- failures: _json,
2037
- services: (_) => de_Services(_, context),
2038
- });
2039
- };
2040
- const de_DescribeTaskDefinitionResponse = (output, context) => {
2041
- return take(output, {
2042
- tags: _json,
2043
- taskDefinition: (_) => de_TaskDefinition(_, context),
2044
- });
2045
- };
2046
- const de_DescribeTaskSetsResponse = (output, context) => {
2047
- return take(output, {
2048
- failures: _json,
2049
- taskSets: (_) => de_TaskSets(_, context),
2050
- });
2051
- };
2052
- const de_DescribeTasksResponse = (output, context) => {
2053
- return take(output, {
2054
- failures: _json,
2055
- tasks: (_) => de_Tasks(_, context),
2056
- });
2057
- };
2058
- const de_GetTaskProtectionResponse = (output, context) => {
2059
- return take(output, {
2060
- failures: _json,
2061
- protectedTasks: (_) => de_ProtectedTasks(_, context),
2062
- });
2063
- };
2064
- const de_HookDetails = (output, context) => {
2065
- return output;
2066
- };
2067
- const de_InstanceHealthCheckResult = (output, context) => {
2068
- return take(output, {
2069
- lastStatusChange: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2070
- lastUpdated: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2071
- status: __expectString,
2072
- type: __expectString,
2073
- });
2074
- };
2075
- const de_InstanceHealthCheckResultList = (output, context) => {
2076
- const retVal = (output || [])
2077
- .filter((e) => e != null)
2078
- .map((entry) => {
2079
- return de_InstanceHealthCheckResult(entry, context);
2080
- });
2081
- return retVal;
2082
- };
2083
- const de_InstanceLaunchTemplate = (output, context) => {
2084
- return take(output, {
2085
- ec2InstanceProfileArn: __expectString,
2086
- instanceRequirements: (_) => de_InstanceRequirementsRequest(_, context),
2087
- monitoring: __expectString,
2088
- networkConfiguration: _json,
2089
- storageConfiguration: _json,
2090
- });
2091
- };
2092
- const de_InstanceRequirementsRequest = (output, context) => {
2093
- return take(output, {
2094
- acceleratorCount: _json,
2095
- acceleratorManufacturers: _json,
2096
- acceleratorNames: _json,
2097
- acceleratorTotalMemoryMiB: _json,
2098
- acceleratorTypes: _json,
2099
- allowedInstanceTypes: _json,
2100
- bareMetal: __expectString,
2101
- baselineEbsBandwidthMbps: _json,
2102
- burstablePerformance: __expectString,
2103
- cpuManufacturers: _json,
2104
- excludedInstanceTypes: _json,
2105
- instanceGenerations: _json,
2106
- localStorage: __expectString,
2107
- localStorageTypes: _json,
2108
- maxSpotPriceAsPercentageOfOptimalOnDemandPrice: __expectInt32,
2109
- memoryGiBPerVCpu: (_) => de_MemoryGiBPerVCpuRequest(_, context),
2110
- memoryMiB: _json,
2111
- networkBandwidthGbps: (_) => de_NetworkBandwidthGbpsRequest(_, context),
2112
- networkInterfaceCount: _json,
2113
- onDemandMaxPricePercentageOverLowestPrice: __expectInt32,
2114
- requireHibernateSupport: __expectBoolean,
2115
- spotMaxPricePercentageOverLowestPrice: __expectInt32,
2116
- totalLocalStorageGB: (_) => de_TotalLocalStorageGBRequest(_, context),
2117
- vCpuCount: _json,
2118
- });
2119
- };
2120
- const de_LinearConfiguration = (output, context) => {
2121
- return take(output, {
2122
- stepBakeTimeInMinutes: __expectInt32,
2123
- stepPercent: __limitedParseDouble,
2124
- });
2125
- };
2126
- const de_ListServiceDeploymentsResponse = (output, context) => {
2127
- return take(output, {
2128
- nextToken: __expectString,
2129
- serviceDeployments: (_) => de_ServiceDeploymentsBrief(_, context),
2130
- });
2131
- };
2132
- const de_ManagedAgent = (output, context) => {
2133
- return take(output, {
2134
- lastStartedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2135
- lastStatus: __expectString,
2136
- name: __expectString,
2137
- reason: __expectString,
2138
- });
2139
- };
2140
- const de_ManagedAgents = (output, context) => {
2141
- const retVal = (output || [])
2142
- .filter((e) => e != null)
2143
- .map((entry) => {
2144
- return de_ManagedAgent(entry, context);
2145
- });
2146
- return retVal;
2147
- };
2148
- const de_ManagedInstancesProvider = (output, context) => {
2149
- return take(output, {
2150
- infrastructureRoleArn: __expectString,
2151
- instanceLaunchTemplate: (_) => de_InstanceLaunchTemplate(_, context),
2152
- propagateTags: __expectString,
2153
- });
2154
- };
2155
- const de_MemoryGiBPerVCpuRequest = (output, context) => {
2156
- return take(output, {
2157
- max: __limitedParseDouble,
2158
- min: __limitedParseDouble,
2159
- });
2160
- };
2161
- const de_NetworkBandwidthGbpsRequest = (output, context) => {
2162
- return take(output, {
2163
- max: __limitedParseDouble,
2164
- min: __limitedParseDouble,
2165
- });
2166
- };
2167
- const de_ProtectedTask = (output, context) => {
2168
- return take(output, {
2169
- expirationDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2170
- protectionEnabled: __expectBoolean,
2171
- taskArn: __expectString,
2172
- });
2173
- };
2174
- const de_ProtectedTasks = (output, context) => {
2175
- const retVal = (output || [])
2176
- .filter((e) => e != null)
2177
- .map((entry) => {
2178
- return de_ProtectedTask(entry, context);
2179
- });
2180
- return retVal;
2181
- };
2182
- const de_RegisterContainerInstanceResponse = (output, context) => {
2183
- return take(output, {
2184
- containerInstance: (_) => de_ContainerInstance(_, context),
2185
- });
2186
- };
2187
- const de_RegisterTaskDefinitionResponse = (output, context) => {
2188
- return take(output, {
2189
- tags: _json,
2190
- taskDefinition: (_) => de_TaskDefinition(_, context),
2191
- });
2192
- };
2193
- const de_Resource = (output, context) => {
2194
- return take(output, {
2195
- doubleValue: __limitedParseDouble,
2196
- integerValue: __expectInt32,
2197
- longValue: __expectLong,
2198
- name: __expectString,
2199
- stringSetValue: _json,
2200
- type: __expectString,
2201
- });
2202
- };
2203
- const de_Resources = (output, context) => {
2204
- const retVal = (output || [])
2205
- .filter((e) => e != null)
2206
- .map((entry) => {
2207
- return de_Resource(entry, context);
2208
- });
2209
- return retVal;
2210
- };
2211
- const de_Rollback = (output, context) => {
2212
- return take(output, {
2213
- reason: __expectString,
2214
- serviceRevisionArn: __expectString,
2215
- startedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2216
- });
2217
- };
2218
- const de_RunTaskResponse = (output, context) => {
2219
- return take(output, {
2220
- failures: _json,
2221
- tasks: (_) => de_Tasks(_, context),
2222
- });
2223
- };
2224
- const de_Scale = (output, context) => {
2225
- return take(output, {
2226
- unit: __expectString,
2227
- value: __limitedParseDouble,
2228
- });
2229
- };
2230
- const de_Service = (output, context) => {
2231
- return take(output, {
2232
- availabilityZoneRebalancing: __expectString,
2233
- capacityProviderStrategy: _json,
2234
- clusterArn: __expectString,
2235
- createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2236
- createdBy: __expectString,
2237
- deploymentConfiguration: (_) => de_DeploymentConfiguration(_, context),
2238
- deploymentController: _json,
2239
- deployments: (_) => de_Deployments(_, context),
2240
- desiredCount: __expectInt32,
2241
- enableECSManagedTags: __expectBoolean,
2242
- enableExecuteCommand: __expectBoolean,
2243
- events: (_) => de_ServiceEvents(_, context),
2244
- healthCheckGracePeriodSeconds: __expectInt32,
2245
- launchType: __expectString,
2246
- loadBalancers: _json,
2247
- networkConfiguration: _json,
2248
- pendingCount: __expectInt32,
2249
- placementConstraints: _json,
2250
- placementStrategy: _json,
2251
- platformFamily: __expectString,
2252
- platformVersion: __expectString,
2253
- propagateTags: __expectString,
2254
- roleArn: __expectString,
2255
- runningCount: __expectInt32,
2256
- schedulingStrategy: __expectString,
2257
- serviceArn: __expectString,
2258
- serviceName: __expectString,
2259
- serviceRegistries: _json,
2260
- status: __expectString,
2261
- tags: _json,
2262
- taskDefinition: __expectString,
2263
- taskSets: (_) => de_TaskSets(_, context),
2264
- });
2265
- };
2266
- const de_ServiceDeployment = (output, context) => {
2267
- return take(output, {
2268
- alarms: _json,
2269
- clusterArn: __expectString,
2270
- createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2271
- deploymentCircuitBreaker: _json,
2272
- deploymentConfiguration: (_) => de_DeploymentConfiguration(_, context),
2273
- finishedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2274
- lifecycleStage: __expectString,
2275
- rollback: (_) => de_Rollback(_, context),
2276
- serviceArn: __expectString,
2277
- serviceDeploymentArn: __expectString,
2278
- sourceServiceRevisions: (_) => de_ServiceRevisionsSummaryList(_, context),
2279
- startedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2280
- status: __expectString,
2281
- statusReason: __expectString,
2282
- stoppedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2283
- targetServiceRevision: (_) => de_ServiceRevisionSummary(_, context),
2284
- updatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2285
- });
2286
- };
2287
- const de_ServiceDeploymentBrief = (output, context) => {
2288
- return take(output, {
2289
- clusterArn: __expectString,
2290
- createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2291
- finishedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2292
- serviceArn: __expectString,
2293
- serviceDeploymentArn: __expectString,
2294
- startedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2295
- status: __expectString,
2296
- statusReason: __expectString,
2297
- targetServiceRevisionArn: __expectString,
2298
- });
2299
- };
2300
- const de_ServiceDeployments = (output, context) => {
2301
- const retVal = (output || [])
2302
- .filter((e) => e != null)
2303
- .map((entry) => {
2304
- return de_ServiceDeployment(entry, context);
2305
- });
2306
- return retVal;
2307
- };
2308
- const de_ServiceDeploymentsBrief = (output, context) => {
2309
- const retVal = (output || [])
2310
- .filter((e) => e != null)
2311
- .map((entry) => {
2312
- return de_ServiceDeploymentBrief(entry, context);
2313
- });
2314
- return retVal;
2315
- };
2316
- const de_ServiceEvent = (output, context) => {
2317
- return take(output, {
2318
- createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2319
- id: __expectString,
2320
- message: __expectString,
2321
- });
2322
- };
2323
- const de_ServiceEvents = (output, context) => {
2324
- const retVal = (output || [])
2325
- .filter((e) => e != null)
2326
- .map((entry) => {
2327
- return de_ServiceEvent(entry, context);
2328
- });
2329
- return retVal;
2330
- };
2331
- const de_ServiceRevision = (output, context) => {
2332
- return take(output, {
2333
- capacityProviderStrategy: _json,
2334
- clusterArn: __expectString,
2335
- containerImages: _json,
2336
- createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2337
- fargateEphemeralStorage: _json,
2338
- guardDutyEnabled: __expectBoolean,
2339
- launchType: __expectString,
2340
- loadBalancers: _json,
2341
- networkConfiguration: _json,
2342
- platformFamily: __expectString,
2343
- platformVersion: __expectString,
2344
- resolvedConfiguration: _json,
2345
- serviceArn: __expectString,
2346
- serviceConnectConfiguration: _json,
2347
- serviceRegistries: _json,
2348
- serviceRevisionArn: __expectString,
2349
- taskDefinition: __expectString,
2350
- volumeConfigurations: _json,
2351
- vpcLatticeConfigurations: _json,
2352
- });
2353
- };
2354
- const de_ServiceRevisions = (output, context) => {
2355
- const retVal = (output || [])
2356
- .filter((e) => e != null)
2357
- .map((entry) => {
2358
- return de_ServiceRevision(entry, context);
2359
- });
2360
- return retVal;
2361
- };
2362
- const de_ServiceRevisionsSummaryList = (output, context) => {
2363
- const retVal = (output || [])
2364
- .filter((e) => e != null)
2365
- .map((entry) => {
2366
- return de_ServiceRevisionSummary(entry, context);
2367
- });
2368
- return retVal;
2369
- };
2370
- const de_ServiceRevisionSummary = (output, context) => {
2371
- return take(output, {
2372
- arn: __expectString,
2373
- pendingTaskCount: __expectInt32,
2374
- requestedProductionTrafficWeight: __limitedParseDouble,
2375
- requestedTaskCount: __expectInt32,
2376
- requestedTestTrafficWeight: __limitedParseDouble,
2377
- runningTaskCount: __expectInt32,
2378
- });
2379
- };
2380
- const de_Services = (output, context) => {
2381
- const retVal = (output || [])
2382
- .filter((e) => e != null)
2383
- .map((entry) => {
2384
- return de_Service(entry, context);
2385
- });
2386
- return retVal;
2387
- };
2388
- const de_StartTaskResponse = (output, context) => {
2389
- return take(output, {
2390
- failures: _json,
2391
- tasks: (_) => de_Tasks(_, context),
2392
- });
2393
- };
2394
- const de_StopTaskResponse = (output, context) => {
2395
- return take(output, {
2396
- task: (_) => de_Task(_, context),
2397
- });
2398
- };
2399
- const de_Task = (output, context) => {
2400
- return take(output, {
2401
- attachments: _json,
2402
- attributes: _json,
2403
- availabilityZone: __expectString,
2404
- capacityProviderName: __expectString,
2405
- clusterArn: __expectString,
2406
- connectivity: __expectString,
2407
- connectivityAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2408
- containerInstanceArn: __expectString,
2409
- containers: (_) => de_Containers(_, context),
2410
- cpu: __expectString,
2411
- createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2412
- desiredStatus: __expectString,
2413
- enableExecuteCommand: __expectBoolean,
2414
- ephemeralStorage: _json,
2415
- executionStoppedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2416
- fargateEphemeralStorage: _json,
2417
- group: __expectString,
2418
- healthStatus: __expectString,
2419
- inferenceAccelerators: _json,
2420
- lastStatus: __expectString,
2421
- launchType: __expectString,
2422
- memory: __expectString,
2423
- overrides: _json,
2424
- platformFamily: __expectString,
2425
- platformVersion: __expectString,
2426
- pullStartedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2427
- pullStoppedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2428
- startedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2429
- startedBy: __expectString,
2430
- stopCode: __expectString,
2431
- stoppedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2432
- stoppedReason: __expectString,
2433
- stoppingAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2434
- tags: _json,
2435
- taskArn: __expectString,
2436
- taskDefinitionArn: __expectString,
2437
- version: __expectLong,
2438
- });
2439
- };
2440
- const de_TaskDefinition = (output, context) => {
2441
- return take(output, {
2442
- compatibilities: _json,
2443
- containerDefinitions: _json,
2444
- cpu: __expectString,
2445
- deregisteredAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2446
- enableFaultInjection: __expectBoolean,
2447
- ephemeralStorage: _json,
2448
- executionRoleArn: __expectString,
2449
- family: __expectString,
2450
- inferenceAccelerators: _json,
2451
- ipcMode: __expectString,
2452
- memory: __expectString,
2453
- networkMode: __expectString,
2454
- pidMode: __expectString,
2455
- placementConstraints: _json,
2456
- proxyConfiguration: _json,
2457
- registeredAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2458
- registeredBy: __expectString,
2459
- requiresAttributes: _json,
2460
- requiresCompatibilities: _json,
2461
- revision: __expectInt32,
2462
- runtimePlatform: _json,
2463
- status: __expectString,
2464
- taskDefinitionArn: __expectString,
2465
- taskRoleArn: __expectString,
2466
- volumes: _json,
2467
- });
2468
- };
2469
- const de_TaskDefinitionList = (output, context) => {
2470
- const retVal = (output || [])
2471
- .filter((e) => e != null)
2472
- .map((entry) => {
2473
- return de_TaskDefinition(entry, context);
2474
- });
2475
- return retVal;
2476
- };
2477
- const de_Tasks = (output, context) => {
2478
- const retVal = (output || [])
2479
- .filter((e) => e != null)
2480
- .map((entry) => {
2481
- return de_Task(entry, context);
2482
- });
2483
- return retVal;
2484
- };
2485
- const de_TaskSet = (output, context) => {
2486
- return take(output, {
2487
- capacityProviderStrategy: _json,
2488
- clusterArn: __expectString,
2489
- computedDesiredCount: __expectInt32,
2490
- createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2491
- externalId: __expectString,
2492
- fargateEphemeralStorage: _json,
2493
- id: __expectString,
2494
- launchType: __expectString,
2495
- loadBalancers: _json,
2496
- networkConfiguration: _json,
2497
- pendingCount: __expectInt32,
2498
- platformFamily: __expectString,
2499
- platformVersion: __expectString,
2500
- runningCount: __expectInt32,
2501
- scale: (_) => de_Scale(_, context),
2502
- serviceArn: __expectString,
2503
- serviceRegistries: _json,
2504
- stabilityStatus: __expectString,
2505
- stabilityStatusAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2506
- startedBy: __expectString,
2507
- status: __expectString,
2508
- tags: _json,
2509
- taskDefinition: __expectString,
2510
- taskSetArn: __expectString,
2511
- updatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2512
- });
2513
- };
2514
- const de_TaskSets = (output, context) => {
2515
- const retVal = (output || [])
2516
- .filter((e) => e != null)
2517
- .map((entry) => {
2518
- return de_TaskSet(entry, context);
2519
- });
2520
- return retVal;
2521
- };
2522
- const de_TotalLocalStorageGBRequest = (output, context) => {
2523
- return take(output, {
2524
- max: __limitedParseDouble,
2525
- min: __limitedParseDouble,
2526
- });
2527
- };
2528
- const de_UpdateCapacityProviderResponse = (output, context) => {
2529
- return take(output, {
2530
- capacityProvider: (_) => de_CapacityProvider(_, context),
2531
- });
2532
- };
2533
- const de_UpdateContainerAgentResponse = (output, context) => {
2534
- return take(output, {
2535
- containerInstance: (_) => de_ContainerInstance(_, context),
2536
- });
2537
- };
2538
- const de_UpdateContainerInstancesStateResponse = (output, context) => {
2539
- return take(output, {
2540
- containerInstances: (_) => de_ContainerInstances(_, context),
2541
- failures: _json,
2542
- });
2543
- };
2544
- const de_UpdateServicePrimaryTaskSetResponse = (output, context) => {
2545
- return take(output, {
2546
- taskSet: (_) => de_TaskSet(_, context),
2547
- });
2548
- };
2549
- const de_UpdateServiceResponse = (output, context) => {
2550
- return take(output, {
2551
- service: (_) => de_Service(_, context),
2552
- });
2553
- };
2554
- const de_UpdateTaskProtectionResponse = (output, context) => {
2555
- return take(output, {
2556
- failures: _json,
2557
- protectedTasks: (_) => de_ProtectedTasks(_, context),
2558
- });
2559
- };
2560
- const de_UpdateTaskSetResponse = (output, context) => {
2561
- return take(output, {
2562
- taskSet: (_) => de_TaskSet(_, context),
2563
- });
2564
- };
2565
- const deserializeMetadata = (output) => ({
2566
- httpStatusCode: output.statusCode,
2567
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
2568
- extendedRequestId: output.headers["x-amz-id-2"],
2569
- cfId: output.headers["x-amz-cf-id"],
2570
- });
2571
- const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
2572
- const throwDefaultError = withBaseException(__BaseException);
2573
- const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
2574
- const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
2575
- const contents = {
2576
- protocol,
2577
- hostname,
2578
- port,
2579
- method: "POST",
2580
- path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,
2581
- headers,
2582
- };
2583
- if (resolvedHostname !== undefined) {
2584
- contents.hostname = resolvedHostname;
2585
- }
2586
- if (body !== undefined) {
2587
- contents.body = body;
2588
- }
2589
- return new __HttpRequest(contents);
2590
- };
2591
- function sharedHeaders(operation) {
2592
- return {
2593
- "content-type": "application/x-amz-json-1.1",
2594
- "x-amz-target": `AmazonEC2ContainerServiceV20141113.${operation}`,
2595
- };
2596
- }