@jjrawlins/cdk-ami-builder 0.0.69 → 0.0.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (652) hide show
  1. package/.jsii +11 -11
  2. package/cdkamibuilder/jsii/jsii.go +2 -2
  3. package/cdkamibuilder/version +1 -1
  4. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  5. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  6. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  7. package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +11 -0
  8. package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +11 -0
  9. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +3 -0
  10. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
  11. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -0
  12. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +3 -0
  13. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
  14. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -0
  15. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -0
  16. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -0
  17. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -0
  18. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -0
  19. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -0
  21. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +18 -0
  22. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +2 -0
  23. package/node_modules/@aws-sdk/client-ec2/package.json +5 -5
  24. package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +3726 -3105
  25. package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.shared.js +7 -0
  26. package/node_modules/@aws-sdk/client-ecs/dist-es/ECSClient.js +2 -0
  27. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateCapacityProviderCommand.js +3 -9
  28. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateClusterCommand.js +3 -9
  29. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateServiceCommand.js +3 -9
  30. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateTaskSetCommand.js +3 -9
  31. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteAccountSettingCommand.js +3 -9
  32. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteAttributesCommand.js +3 -9
  33. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteCapacityProviderCommand.js +3 -9
  34. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteClusterCommand.js +3 -9
  35. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteServiceCommand.js +3 -9
  36. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteTaskDefinitionsCommand.js +3 -9
  37. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteTaskSetCommand.js +3 -9
  38. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeregisterContainerInstanceCommand.js +3 -9
  39. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeregisterTaskDefinitionCommand.js +3 -9
  40. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeCapacityProvidersCommand.js +3 -9
  41. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeClustersCommand.js +3 -9
  42. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeContainerInstancesCommand.js +3 -9
  43. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeServiceDeploymentsCommand.js +3 -9
  44. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeServiceRevisionsCommand.js +3 -9
  45. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeServicesCommand.js +3 -9
  46. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeTaskDefinitionCommand.js +3 -9
  47. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeTaskSetsCommand.js +3 -9
  48. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeTasksCommand.js +3 -9
  49. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DiscoverPollEndpointCommand.js +3 -9
  50. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ExecuteCommandCommand.js +3 -10
  51. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/GetTaskProtectionCommand.js +3 -9
  52. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListAccountSettingsCommand.js +3 -9
  53. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListAttributesCommand.js +3 -9
  54. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListClustersCommand.js +3 -9
  55. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListContainerInstancesCommand.js +3 -9
  56. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListServiceDeploymentsCommand.js +3 -9
  57. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListServicesByNamespaceCommand.js +3 -9
  58. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListServicesCommand.js +3 -9
  59. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  60. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +3 -9
  61. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTaskDefinitionsCommand.js +3 -9
  62. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTasksCommand.js +3 -9
  63. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/PutAccountSettingCommand.js +3 -9
  64. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/PutAccountSettingDefaultCommand.js +3 -9
  65. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/PutAttributesCommand.js +3 -9
  66. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/PutClusterCapacityProvidersCommand.js +3 -9
  67. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/RegisterContainerInstanceCommand.js +3 -9
  68. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/RegisterTaskDefinitionCommand.js +3 -9
  69. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/RunTaskCommand.js +3 -9
  70. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/StartTaskCommand.js +3 -9
  71. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/StopServiceDeploymentCommand.js +3 -9
  72. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/StopTaskCommand.js +3 -9
  73. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/SubmitAttachmentStateChangesCommand.js +3 -9
  74. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/SubmitContainerStateChangeCommand.js +3 -9
  75. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/SubmitTaskStateChangeCommand.js +3 -9
  76. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/TagResourceCommand.js +3 -9
  77. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UntagResourceCommand.js +3 -9
  78. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateCapacityProviderCommand.js +3 -9
  79. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateClusterCommand.js +3 -9
  80. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateClusterSettingsCommand.js +3 -9
  81. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateContainerAgentCommand.js +3 -9
  82. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateContainerInstancesStateCommand.js +3 -9
  83. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateServiceCommand.js +3 -9
  84. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +3 -9
  85. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateTaskProtectionCommand.js +3 -9
  86. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateTaskSetCommand.js +3 -9
  87. package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +0 -9
  88. package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.shared.js +7 -0
  89. package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +3541 -0
  90. package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +10 -1
  91. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +0 -8
  92. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.browser.d.ts +1 -0
  93. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.d.ts +1 -0
  94. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.native.d.ts +1 -0
  95. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.shared.d.ts +1 -0
  96. package/node_modules/@aws-sdk/client-ecs/dist-types/schemas/schemas_0.d.ts +446 -0
  97. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/ECSClient.d.ts +4 -0
  98. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +0 -4
  99. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  100. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  101. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  102. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  103. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/schemas/schemas_0.d.ts +452 -0
  104. package/node_modules/@aws-sdk/client-ecs/package.json +5 -6
  105. package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +1971 -2615
  106. package/node_modules/@aws-sdk/client-kms/dist-cjs/runtimeConfig.shared.js +7 -0
  107. package/node_modules/@aws-sdk/client-kms/dist-es/KMSClient.js +2 -0
  108. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CancelKeyDeletionCommand.js +3 -9
  109. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ConnectCustomKeyStoreCommand.js +3 -9
  110. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateAliasCommand.js +3 -9
  111. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateCustomKeyStoreCommand.js +3 -10
  112. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateGrantCommand.js +3 -9
  113. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateKeyCommand.js +3 -9
  114. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DecryptCommand.js +3 -10
  115. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteAliasCommand.js +3 -9
  116. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteCustomKeyStoreCommand.js +3 -9
  117. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteImportedKeyMaterialCommand.js +3 -9
  118. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeriveSharedSecretCommand.js +3 -10
  119. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DescribeCustomKeyStoresCommand.js +3 -10
  120. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DescribeKeyCommand.js +3 -9
  121. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisableKeyCommand.js +3 -9
  122. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisableKeyRotationCommand.js +3 -9
  123. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisconnectCustomKeyStoreCommand.js +3 -9
  124. package/node_modules/@aws-sdk/client-kms/dist-es/commands/EnableKeyCommand.js +3 -9
  125. package/node_modules/@aws-sdk/client-kms/dist-es/commands/EnableKeyRotationCommand.js +3 -9
  126. package/node_modules/@aws-sdk/client-kms/dist-es/commands/EncryptCommand.js +3 -10
  127. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyCommand.js +3 -10
  128. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyPairCommand.js +3 -10
  129. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +3 -9
  130. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +3 -9
  131. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateMacCommand.js +3 -10
  132. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateRandomCommand.js +3 -10
  133. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetKeyPolicyCommand.js +3 -9
  134. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetKeyRotationStatusCommand.js +3 -9
  135. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetParametersForImportCommand.js +3 -10
  136. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetPublicKeyCommand.js +3 -9
  137. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ImportKeyMaterialCommand.js +3 -9
  138. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListAliasesCommand.js +3 -9
  139. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListGrantsCommand.js +3 -9
  140. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeyPoliciesCommand.js +3 -9
  141. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeyRotationsCommand.js +3 -9
  142. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeysCommand.js +3 -9
  143. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListResourceTagsCommand.js +3 -9
  144. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListRetirableGrantsCommand.js +3 -9
  145. package/node_modules/@aws-sdk/client-kms/dist-es/commands/PutKeyPolicyCommand.js +3 -9
  146. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ReEncryptCommand.js +3 -9
  147. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ReplicateKeyCommand.js +3 -9
  148. package/node_modules/@aws-sdk/client-kms/dist-es/commands/RetireGrantCommand.js +3 -9
  149. package/node_modules/@aws-sdk/client-kms/dist-es/commands/RevokeGrantCommand.js +3 -9
  150. package/node_modules/@aws-sdk/client-kms/dist-es/commands/RotateKeyOnDemandCommand.js +3 -9
  151. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ScheduleKeyDeletionCommand.js +3 -9
  152. package/node_modules/@aws-sdk/client-kms/dist-es/commands/SignCommand.js +3 -10
  153. package/node_modules/@aws-sdk/client-kms/dist-es/commands/TagResourceCommand.js +3 -9
  154. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UntagResourceCommand.js +3 -9
  155. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateAliasCommand.js +3 -9
  156. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateCustomKeyStoreCommand.js +3 -10
  157. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateKeyDescriptionCommand.js +3 -9
  158. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdatePrimaryRegionCommand.js +3 -9
  159. package/node_modules/@aws-sdk/client-kms/dist-es/commands/VerifyCommand.js +3 -10
  160. package/node_modules/@aws-sdk/client-kms/dist-es/commands/VerifyMacCommand.js +3 -10
  161. package/node_modules/@aws-sdk/client-kms/dist-es/models/models_0.js +0 -80
  162. package/node_modules/@aws-sdk/client-kms/dist-es/runtimeConfig.shared.js +7 -0
  163. package/node_modules/@aws-sdk/client-kms/dist-es/schemas/schemas_0.js +1728 -0
  164. package/node_modules/@aws-sdk/client-kms/dist-types/KMSClient.d.ts +10 -1
  165. package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +0 -68
  166. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.browser.d.ts +1 -0
  167. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.d.ts +1 -0
  168. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.native.d.ts +1 -0
  169. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.shared.d.ts +1 -0
  170. package/node_modules/@aws-sdk/client-kms/dist-types/schemas/schemas_0.d.ts +229 -0
  171. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/KMSClient.d.ts +4 -0
  172. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +0 -49
  173. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  174. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  175. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  176. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  177. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/schemas/schemas_0.d.ts +235 -0
  178. package/node_modules/@aws-sdk/client-kms/package.json +5 -5
  179. package/node_modules/@aws-sdk/client-s3/package.json +9 -9
  180. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +808 -1068
  181. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +7 -0
  182. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +2 -0
  183. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/BatchGetSecretValueCommand.js +3 -10
  184. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CancelRotateSecretCommand.js +3 -9
  185. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CreateSecretCommand.js +3 -10
  186. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  187. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteSecretCommand.js +3 -9
  188. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DescribeSecretCommand.js +3 -9
  189. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetRandomPasswordCommand.js +3 -10
  190. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  191. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetSecretValueCommand.js +3 -10
  192. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretVersionIdsCommand.js +3 -9
  193. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretsCommand.js +3 -9
  194. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  195. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutSecretValueCommand.js +3 -10
  196. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RemoveRegionsFromReplicationCommand.js +3 -9
  197. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ReplicateSecretToRegionsCommand.js +3 -9
  198. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RestoreSecretCommand.js +3 -9
  199. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RotateSecretCommand.js +3 -9
  200. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/StopReplicationToReplicaCommand.js +3 -9
  201. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/TagResourceCommand.js +3 -9
  202. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UntagResourceCommand.js +3 -9
  203. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretCommand.js +3 -10
  204. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretVersionStageCommand.js +3 -9
  205. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ValidateResourcePolicyCommand.js +3 -9
  206. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +0 -35
  207. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +7 -0
  208. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +731 -0
  209. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +10 -1
  210. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +0 -28
  211. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +1 -0
  212. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +1 -0
  213. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +1 -0
  214. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.shared.d.ts +1 -0
  215. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +112 -0
  216. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +4 -0
  217. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +0 -21
  218. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  219. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  220. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  221. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  222. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +119 -0
  223. package/node_modules/@aws-sdk/client-secrets-manager/package.json +5 -6
  224. package/node_modules/@aws-sdk/client-sfn/dist-cjs/index.js +2040 -2279
  225. package/node_modules/@aws-sdk/client-sfn/dist-cjs/runtimeConfig.shared.js +7 -0
  226. package/node_modules/@aws-sdk/client-sfn/dist-es/SFNClient.js +2 -0
  227. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/CreateActivityCommand.js +3 -9
  228. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/CreateStateMachineAliasCommand.js +3 -10
  229. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/CreateStateMachineCommand.js +3 -10
  230. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DeleteActivityCommand.js +3 -9
  231. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DeleteStateMachineAliasCommand.js +3 -9
  232. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DeleteStateMachineCommand.js +3 -9
  233. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DeleteStateMachineVersionCommand.js +3 -9
  234. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeActivityCommand.js +3 -9
  235. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeExecutionCommand.js +3 -10
  236. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeMapRunCommand.js +3 -9
  237. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeStateMachineAliasCommand.js +3 -10
  238. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeStateMachineCommand.js +3 -10
  239. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeStateMachineForExecutionCommand.js +3 -10
  240. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/GetActivityTaskCommand.js +3 -10
  241. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/GetExecutionHistoryCommand.js +3 -10
  242. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListActivitiesCommand.js +3 -9
  243. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListExecutionsCommand.js +3 -9
  244. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListMapRunsCommand.js +3 -9
  245. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListStateMachineAliasesCommand.js +3 -9
  246. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListStateMachineVersionsCommand.js +3 -9
  247. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListStateMachinesCommand.js +3 -9
  248. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  249. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/PublishStateMachineVersionCommand.js +3 -10
  250. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/RedriveExecutionCommand.js +3 -9
  251. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/SendTaskFailureCommand.js +3 -10
  252. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/SendTaskHeartbeatCommand.js +3 -9
  253. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/SendTaskSuccessCommand.js +3 -10
  254. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/StartExecutionCommand.js +3 -10
  255. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/StartSyncExecutionCommand.js +3 -10
  256. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/StopExecutionCommand.js +3 -10
  257. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/TagResourceCommand.js +3 -9
  258. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/TestStateCommand.js +3 -10
  259. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/UntagResourceCommand.js +3 -9
  260. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/UpdateMapRunCommand.js +3 -9
  261. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/UpdateStateMachineAliasCommand.js +3 -10
  262. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/UpdateStateMachineCommand.js +3 -10
  263. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ValidateStateMachineDefinitionCommand.js +3 -10
  264. package/node_modules/@aws-sdk/client-sfn/dist-es/models/models_0.js +0 -333
  265. package/node_modules/@aws-sdk/client-sfn/dist-es/runtimeConfig.shared.js +7 -0
  266. package/node_modules/@aws-sdk/client-sfn/dist-es/schemas/schemas_0.js +1867 -0
  267. package/node_modules/@aws-sdk/client-sfn/dist-types/SFNClient.d.ts +10 -1
  268. package/node_modules/@aws-sdk/client-sfn/dist-types/models/models_0.d.ts +0 -204
  269. package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.browser.d.ts +1 -0
  270. package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.d.ts +1 -0
  271. package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.native.d.ts +1 -0
  272. package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.shared.d.ts +1 -0
  273. package/node_modules/@aws-sdk/client-sfn/dist-types/schemas/schemas_0.d.ts +235 -0
  274. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/SFNClient.d.ts +4 -0
  275. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/models/models_0.d.ts +0 -151
  276. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  277. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  278. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  279. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  280. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/schemas/schemas_0.d.ts +242 -0
  281. package/node_modules/@aws-sdk/client-sfn/package.json +5 -6
  282. package/node_modules/@aws-sdk/client-sns/package.json +5 -5
  283. package/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js +1509 -1437
  284. package/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js +7 -0
  285. package/node_modules/@aws-sdk/client-sqs/dist-es/SQSClient.js +2 -0
  286. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/AddPermissionCommand.js +3 -9
  287. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/CancelMessageMoveTaskCommand.js +3 -9
  288. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +3 -9
  289. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ChangeMessageVisibilityCommand.js +3 -9
  290. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/CreateQueueCommand.js +3 -9
  291. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/DeleteMessageBatchCommand.js +3 -9
  292. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/DeleteMessageCommand.js +3 -9
  293. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/DeleteQueueCommand.js +3 -9
  294. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/GetQueueAttributesCommand.js +3 -9
  295. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/GetQueueUrlCommand.js +3 -9
  296. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +3 -9
  297. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListMessageMoveTasksCommand.js +3 -9
  298. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListQueueTagsCommand.js +3 -9
  299. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListQueuesCommand.js +3 -9
  300. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/PurgeQueueCommand.js +3 -9
  301. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ReceiveMessageCommand.js +3 -10
  302. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/RemovePermissionCommand.js +3 -9
  303. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/SendMessageBatchCommand.js +3 -10
  304. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/SendMessageCommand.js +3 -10
  305. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/SetQueueAttributesCommand.js +3 -9
  306. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/StartMessageMoveTaskCommand.js +3 -9
  307. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/TagQueueCommand.js +3 -9
  308. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/UntagQueueCommand.js +3 -9
  309. package/node_modules/@aws-sdk/client-sqs/dist-es/runtimeConfig.shared.js +7 -0
  310. package/node_modules/@aws-sdk/client-sqs/dist-es/schemas/schemas_0.js +1384 -0
  311. package/node_modules/@aws-sdk/client-sqs/dist-types/SQSClient.d.ts +10 -1
  312. package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.browser.d.ts +1 -0
  313. package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.d.ts +1 -0
  314. package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.native.d.ts +1 -0
  315. package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.shared.d.ts +1 -0
  316. package/node_modules/@aws-sdk/client-sqs/dist-types/schemas/schemas_0.d.ts +125 -0
  317. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/SQSClient.d.ts +4 -0
  318. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  319. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  320. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  321. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  322. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/schemas/schemas_0.d.ts +131 -0
  323. package/node_modules/@aws-sdk/client-sqs/package.json +5 -5
  324. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +8788 -8207
  325. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +7 -0
  326. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +2 -0
  327. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +3 -9
  328. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +3 -9
  329. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +3 -9
  330. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +3 -9
  331. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +3 -9
  332. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +3 -10
  333. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +3 -10
  334. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +3 -9
  335. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +3 -10
  336. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +3 -9
  337. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +3 -9
  338. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +3 -10
  339. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +3 -9
  340. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +3 -9
  341. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +3 -9
  342. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +3 -9
  343. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +3 -9
  344. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +3 -9
  345. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +3 -9
  346. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +3 -9
  347. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +3 -9
  348. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +3 -9
  349. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +3 -9
  350. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +3 -9
  351. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  352. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +3 -9
  353. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +3 -9
  354. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +3 -9
  355. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +3 -9
  356. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +3 -9
  357. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +3 -10
  358. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +3 -9
  359. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +3 -9
  360. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +3 -9
  361. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +3 -9
  362. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +3 -9
  363. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +3 -9
  364. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +3 -9
  365. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +3 -9
  366. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +3 -9
  367. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +3 -9
  368. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +3 -10
  369. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +3 -10
  370. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +3 -10
  371. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +3 -9
  372. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +3 -10
  373. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +3 -9
  374. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +3 -10
  375. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +3 -9
  376. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +3 -9
  377. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +3 -9
  378. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +3 -10
  379. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +3 -10
  380. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +3 -10
  381. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +3 -9
  382. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +3 -9
  383. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +3 -9
  384. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +3 -9
  385. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +3 -9
  386. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +3 -9
  387. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +3 -9
  388. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +3 -9
  389. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +3 -9
  390. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAccessTokenCommand.js +3 -10
  391. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +3 -9
  392. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +3 -9
  393. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +3 -9
  394. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +3 -9
  395. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +3 -9
  396. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +3 -10
  397. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +3 -9
  398. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +3 -9
  399. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +3 -9
  400. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +3 -9
  401. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +3 -10
  402. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +3 -9
  403. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +3 -10
  404. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +3 -10
  405. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +3 -10
  406. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +3 -9
  407. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +3 -9
  408. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +3 -9
  409. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +3 -10
  410. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +3 -10
  411. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +3 -10
  412. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +3 -10
  413. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +3 -10
  414. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +3 -9
  415. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +3 -9
  416. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +3 -9
  417. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +3 -9
  418. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +3 -10
  419. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +3 -9
  420. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +3 -9
  421. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +3 -10
  422. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +3 -9
  423. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +3 -9
  424. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +3 -9
  425. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +3 -9
  426. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +3 -9
  427. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +3 -9
  428. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +3 -10
  429. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +3 -9
  430. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +3 -9
  431. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +3 -9
  432. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +3 -9
  433. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +3 -9
  434. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +3 -9
  435. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  436. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +3 -9
  437. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +3 -9
  438. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +3 -9
  439. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +3 -10
  440. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  441. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +3 -9
  442. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +3 -9
  443. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +3 -10
  444. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +3 -10
  445. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -9
  446. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +3 -9
  447. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +3 -9
  448. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +3 -9
  449. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +3 -10
  450. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAccessRequestCommand.js +3 -9
  451. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +3 -9
  452. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +3 -9
  453. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +3 -9
  454. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +3 -9
  455. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +3 -9
  456. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +3 -9
  457. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +3 -9
  458. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +3 -9
  459. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +3 -10
  460. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +3 -10
  461. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +3 -9
  462. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +3 -9
  463. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +3 -9
  464. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +3 -10
  465. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +3 -10
  466. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +3 -10
  467. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +3 -9
  468. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +3 -9
  469. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +3 -9
  470. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +3 -10
  471. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +3 -9
  472. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +3 -9
  473. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +0 -99
  474. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +0 -159
  475. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +0 -82
  476. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +7 -0
  477. package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +8146 -0
  478. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +10 -1
  479. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +0 -80
  480. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +0 -140
  481. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +0 -60
  482. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +1 -0
  483. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -0
  484. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +1 -0
  485. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +1 -0
  486. package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +957 -0
  487. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +4 -0
  488. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +0 -58
  489. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +0 -93
  490. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +0 -45
  491. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  492. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  493. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  494. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  495. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +964 -0
  496. package/node_modules/@aws-sdk/client-ssm/package.json +5 -6
  497. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  498. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +1 -1
  499. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +1 -1
  500. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +1 -1
  501. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +1 -1
  502. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -1
  503. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +1 -1
  504. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  505. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
  506. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
  507. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
  508. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -1
  509. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  510. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -1
  511. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
  512. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
  513. package/node_modules/@aws-sdk/core/package.json +1 -1
  514. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  515. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  516. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  517. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  518. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  519. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  520. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  521. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
  522. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
  523. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  524. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  525. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  526. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  527. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  528. package/node_modules/@smithy/abort-controller/package.json +2 -2
  529. package/node_modules/@smithy/config-resolver/package.json +5 -5
  530. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +4 -1
  531. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -1
  532. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +3 -3
  533. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  534. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  535. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  536. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +1 -1
  537. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  538. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  539. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  540. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  541. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  542. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  543. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  544. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +1 -1
  545. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +1 -1
  546. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
  547. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  548. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -1
  549. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  550. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  551. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
  552. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +3 -3
  553. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  554. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  555. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  556. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +1 -1
  557. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
  558. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  559. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  560. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  561. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  562. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -1
  563. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  564. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +1 -1
  565. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +1 -1
  566. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
  567. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  568. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -1
  569. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  570. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  571. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +1 -1
  572. package/node_modules/@smithy/core/package.json +7 -7
  573. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  574. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  575. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  576. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  577. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  578. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  579. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  580. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  581. package/node_modules/@smithy/hash-node/package.json +2 -2
  582. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  583. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  584. package/node_modules/@smithy/md5-js/package.json +2 -2
  585. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  586. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  587. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  588. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  589. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  590. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  591. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  592. package/node_modules/@smithy/property-provider/package.json +2 -2
  593. package/node_modules/@smithy/protocol-http/package.json +2 -2
  594. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  595. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  596. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  597. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +2 -3
  598. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +10 -6
  599. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
  600. package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +1 -1
  601. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +1 -2
  602. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
  603. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -3
  604. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
  605. package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
  606. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  607. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +1 -0
  608. package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
  609. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  610. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
  611. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
  612. package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
  613. package/node_modules/@smithy/signature-v4/package.json +4 -4
  614. package/node_modules/@smithy/smithy-client/package.json +7 -7
  615. package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +12 -12
  616. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +5 -5
  617. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +15 -15
  618. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +12 -12
  619. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +5 -5
  620. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +15 -15
  621. package/node_modules/@smithy/types/package.json +1 -1
  622. package/node_modules/@smithy/url-parser/package.json +3 -3
  623. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  624. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  625. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  626. package/node_modules/@smithy/util-middleware/package.json +2 -2
  627. package/node_modules/@smithy/util-retry/package.json +3 -3
  628. package/node_modules/@smithy/util-stream/package.json +4 -4
  629. package/node_modules/@smithy/util-waiter/package.json +3 -3
  630. package/package.json +12 -12
  631. package/node_modules/@aws-sdk/client-ecs/dist-es/protocols/Aws_json1_1.js +0 -2596
  632. package/node_modules/@aws-sdk/client-ecs/dist-types/protocols/Aws_json1_1.d.ts +0 -542
  633. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -725
  634. package/node_modules/@aws-sdk/client-kms/dist-es/protocols/Aws_json1_1.js +0 -2008
  635. package/node_modules/@aws-sdk/client-kms/dist-types/protocols/Aws_json1_1.d.ts +0 -479
  636. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -638
  637. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/protocols/Aws_json1_1.js +0 -834
  638. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/protocols/Aws_json1_1.d.ts +0 -209
  639. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -281
  640. package/node_modules/@aws-sdk/client-sfn/dist-es/protocols/Aws_json1_0.js +0 -1539
  641. package/node_modules/@aws-sdk/client-sfn/dist-types/protocols/Aws_json1_0.d.ts +0 -335
  642. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -449
  643. package/node_modules/@aws-sdk/client-sqs/dist-es/protocols/Aws_json1_0.js +0 -1193
  644. package/node_modules/@aws-sdk/client-sqs/dist-types/protocols/Aws_json1_0.d.ts +0 -209
  645. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -281
  646. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +0 -6370
  647. package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +0 -1316
  648. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1757
  649. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -17
  650. package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -13
  651. package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -7
  652. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -7
@@ -1,2008 +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, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@smithy/smithy-client";
4
- import { KMSServiceException as __BaseException } from "../models/KMSServiceException";
5
- import { AlreadyExistsException, CloudHsmClusterInUseException, CloudHsmClusterInvalidConfigurationException, CloudHsmClusterNotActiveException, CloudHsmClusterNotFoundException, CloudHsmClusterNotRelatedException, ConflictException, CustomKeyStoreHasCMKsException, CustomKeyStoreInvalidStateException, CustomKeyStoreNameInUseException, CustomKeyStoreNotFoundException, DependencyTimeoutException, DisabledException, DryRunOperationException, ExpiredImportTokenException, IncorrectKeyException, IncorrectKeyMaterialException, IncorrectTrustAnchorException, InvalidAliasNameException, InvalidArnException, InvalidCiphertextException, InvalidGrantIdException, InvalidGrantTokenException, InvalidImportTokenException, InvalidKeyUsageException, InvalidMarkerException, KeyUnavailableException, KMSInternalException, KMSInvalidMacException, KMSInvalidSignatureException, KMSInvalidStateException, LimitExceededException, MalformedPolicyDocumentException, NotFoundException, TagException, UnsupportedOperationException, XksKeyAlreadyInUseException, XksKeyInvalidConfigurationException, XksKeyNotFoundException, XksProxyIncorrectAuthenticationCredentialException, XksProxyInvalidConfigurationException, XksProxyInvalidResponseException, XksProxyUriEndpointInUseException, XksProxyUriInUseException, XksProxyUriUnreachableException, XksProxyVpcEndpointServiceInUseException, XksProxyVpcEndpointServiceInvalidConfigurationException, XksProxyVpcEndpointServiceNotFoundException, } from "../models/models_0";
6
- export const se_CancelKeyDeletionCommand = async (input, context) => {
7
- const headers = sharedHeaders("CancelKeyDeletion");
8
- let body;
9
- body = JSON.stringify(_json(input));
10
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
11
- };
12
- export const se_ConnectCustomKeyStoreCommand = async (input, context) => {
13
- const headers = sharedHeaders("ConnectCustomKeyStore");
14
- let body;
15
- body = JSON.stringify(_json(input));
16
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
17
- };
18
- export const se_CreateAliasCommand = async (input, context) => {
19
- const headers = sharedHeaders("CreateAlias");
20
- let body;
21
- body = JSON.stringify(_json(input));
22
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
23
- };
24
- export const se_CreateCustomKeyStoreCommand = async (input, context) => {
25
- const headers = sharedHeaders("CreateCustomKeyStore");
26
- let body;
27
- body = JSON.stringify(_json(input));
28
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
29
- };
30
- export const se_CreateGrantCommand = async (input, context) => {
31
- const headers = sharedHeaders("CreateGrant");
32
- let body;
33
- body = JSON.stringify(_json(input));
34
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
35
- };
36
- export const se_CreateKeyCommand = async (input, context) => {
37
- const headers = sharedHeaders("CreateKey");
38
- let body;
39
- body = JSON.stringify(_json(input));
40
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
41
- };
42
- export const se_DecryptCommand = async (input, context) => {
43
- const headers = sharedHeaders("Decrypt");
44
- let body;
45
- body = JSON.stringify(se_DecryptRequest(input, context));
46
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
47
- };
48
- export const se_DeleteAliasCommand = async (input, context) => {
49
- const headers = sharedHeaders("DeleteAlias");
50
- let body;
51
- body = JSON.stringify(_json(input));
52
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
53
- };
54
- export const se_DeleteCustomKeyStoreCommand = async (input, context) => {
55
- const headers = sharedHeaders("DeleteCustomKeyStore");
56
- let body;
57
- body = JSON.stringify(_json(input));
58
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
59
- };
60
- export const se_DeleteImportedKeyMaterialCommand = async (input, context) => {
61
- const headers = sharedHeaders("DeleteImportedKeyMaterial");
62
- let body;
63
- body = JSON.stringify(_json(input));
64
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
65
- };
66
- export const se_DeriveSharedSecretCommand = async (input, context) => {
67
- const headers = sharedHeaders("DeriveSharedSecret");
68
- let body;
69
- body = JSON.stringify(se_DeriveSharedSecretRequest(input, context));
70
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
71
- };
72
- export const se_DescribeCustomKeyStoresCommand = async (input, context) => {
73
- const headers = sharedHeaders("DescribeCustomKeyStores");
74
- let body;
75
- body = JSON.stringify(_json(input));
76
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
77
- };
78
- export const se_DescribeKeyCommand = async (input, context) => {
79
- const headers = sharedHeaders("DescribeKey");
80
- let body;
81
- body = JSON.stringify(_json(input));
82
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
83
- };
84
- export const se_DisableKeyCommand = async (input, context) => {
85
- const headers = sharedHeaders("DisableKey");
86
- let body;
87
- body = JSON.stringify(_json(input));
88
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
89
- };
90
- export const se_DisableKeyRotationCommand = async (input, context) => {
91
- const headers = sharedHeaders("DisableKeyRotation");
92
- let body;
93
- body = JSON.stringify(_json(input));
94
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
95
- };
96
- export const se_DisconnectCustomKeyStoreCommand = async (input, context) => {
97
- const headers = sharedHeaders("DisconnectCustomKeyStore");
98
- let body;
99
- body = JSON.stringify(_json(input));
100
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
101
- };
102
- export const se_EnableKeyCommand = async (input, context) => {
103
- const headers = sharedHeaders("EnableKey");
104
- let body;
105
- body = JSON.stringify(_json(input));
106
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
107
- };
108
- export const se_EnableKeyRotationCommand = async (input, context) => {
109
- const headers = sharedHeaders("EnableKeyRotation");
110
- let body;
111
- body = JSON.stringify(_json(input));
112
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
113
- };
114
- export const se_EncryptCommand = async (input, context) => {
115
- const headers = sharedHeaders("Encrypt");
116
- let body;
117
- body = JSON.stringify(se_EncryptRequest(input, context));
118
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
119
- };
120
- export const se_GenerateDataKeyCommand = async (input, context) => {
121
- const headers = sharedHeaders("GenerateDataKey");
122
- let body;
123
- body = JSON.stringify(se_GenerateDataKeyRequest(input, context));
124
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
125
- };
126
- export const se_GenerateDataKeyPairCommand = async (input, context) => {
127
- const headers = sharedHeaders("GenerateDataKeyPair");
128
- let body;
129
- body = JSON.stringify(se_GenerateDataKeyPairRequest(input, context));
130
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
131
- };
132
- export const se_GenerateDataKeyPairWithoutPlaintextCommand = async (input, context) => {
133
- const headers = sharedHeaders("GenerateDataKeyPairWithoutPlaintext");
134
- let body;
135
- body = JSON.stringify(_json(input));
136
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
137
- };
138
- export const se_GenerateDataKeyWithoutPlaintextCommand = async (input, context) => {
139
- const headers = sharedHeaders("GenerateDataKeyWithoutPlaintext");
140
- let body;
141
- body = JSON.stringify(_json(input));
142
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
143
- };
144
- export const se_GenerateMacCommand = async (input, context) => {
145
- const headers = sharedHeaders("GenerateMac");
146
- let body;
147
- body = JSON.stringify(se_GenerateMacRequest(input, context));
148
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
149
- };
150
- export const se_GenerateRandomCommand = async (input, context) => {
151
- const headers = sharedHeaders("GenerateRandom");
152
- let body;
153
- body = JSON.stringify(se_GenerateRandomRequest(input, context));
154
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
155
- };
156
- export const se_GetKeyPolicyCommand = async (input, context) => {
157
- const headers = sharedHeaders("GetKeyPolicy");
158
- let body;
159
- body = JSON.stringify(_json(input));
160
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
161
- };
162
- export const se_GetKeyRotationStatusCommand = async (input, context) => {
163
- const headers = sharedHeaders("GetKeyRotationStatus");
164
- let body;
165
- body = JSON.stringify(_json(input));
166
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
167
- };
168
- export const se_GetParametersForImportCommand = async (input, context) => {
169
- const headers = sharedHeaders("GetParametersForImport");
170
- let body;
171
- body = JSON.stringify(_json(input));
172
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
173
- };
174
- export const se_GetPublicKeyCommand = async (input, context) => {
175
- const headers = sharedHeaders("GetPublicKey");
176
- let body;
177
- body = JSON.stringify(_json(input));
178
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
179
- };
180
- export const se_ImportKeyMaterialCommand = async (input, context) => {
181
- const headers = sharedHeaders("ImportKeyMaterial");
182
- let body;
183
- body = JSON.stringify(se_ImportKeyMaterialRequest(input, context));
184
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
185
- };
186
- export const se_ListAliasesCommand = async (input, context) => {
187
- const headers = sharedHeaders("ListAliases");
188
- let body;
189
- body = JSON.stringify(_json(input));
190
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
191
- };
192
- export const se_ListGrantsCommand = async (input, context) => {
193
- const headers = sharedHeaders("ListGrants");
194
- let body;
195
- body = JSON.stringify(_json(input));
196
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
197
- };
198
- export const se_ListKeyPoliciesCommand = async (input, context) => {
199
- const headers = sharedHeaders("ListKeyPolicies");
200
- let body;
201
- body = JSON.stringify(_json(input));
202
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
203
- };
204
- export const se_ListKeyRotationsCommand = async (input, context) => {
205
- const headers = sharedHeaders("ListKeyRotations");
206
- let body;
207
- body = JSON.stringify(_json(input));
208
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
209
- };
210
- export const se_ListKeysCommand = async (input, context) => {
211
- const headers = sharedHeaders("ListKeys");
212
- let body;
213
- body = JSON.stringify(_json(input));
214
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
215
- };
216
- export const se_ListResourceTagsCommand = async (input, context) => {
217
- const headers = sharedHeaders("ListResourceTags");
218
- let body;
219
- body = JSON.stringify(_json(input));
220
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
221
- };
222
- export const se_ListRetirableGrantsCommand = async (input, context) => {
223
- const headers = sharedHeaders("ListRetirableGrants");
224
- let body;
225
- body = JSON.stringify(_json(input));
226
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
227
- };
228
- export const se_PutKeyPolicyCommand = async (input, context) => {
229
- const headers = sharedHeaders("PutKeyPolicy");
230
- let body;
231
- body = JSON.stringify(_json(input));
232
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
233
- };
234
- export const se_ReEncryptCommand = async (input, context) => {
235
- const headers = sharedHeaders("ReEncrypt");
236
- let body;
237
- body = JSON.stringify(se_ReEncryptRequest(input, context));
238
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
239
- };
240
- export const se_ReplicateKeyCommand = async (input, context) => {
241
- const headers = sharedHeaders("ReplicateKey");
242
- let body;
243
- body = JSON.stringify(_json(input));
244
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
245
- };
246
- export const se_RetireGrantCommand = async (input, context) => {
247
- const headers = sharedHeaders("RetireGrant");
248
- let body;
249
- body = JSON.stringify(_json(input));
250
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
251
- };
252
- export const se_RevokeGrantCommand = async (input, context) => {
253
- const headers = sharedHeaders("RevokeGrant");
254
- let body;
255
- body = JSON.stringify(_json(input));
256
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
257
- };
258
- export const se_RotateKeyOnDemandCommand = async (input, context) => {
259
- const headers = sharedHeaders("RotateKeyOnDemand");
260
- let body;
261
- body = JSON.stringify(_json(input));
262
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
263
- };
264
- export const se_ScheduleKeyDeletionCommand = async (input, context) => {
265
- const headers = sharedHeaders("ScheduleKeyDeletion");
266
- let body;
267
- body = JSON.stringify(_json(input));
268
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
269
- };
270
- export const se_SignCommand = async (input, context) => {
271
- const headers = sharedHeaders("Sign");
272
- let body;
273
- body = JSON.stringify(se_SignRequest(input, context));
274
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
275
- };
276
- export const se_TagResourceCommand = async (input, context) => {
277
- const headers = sharedHeaders("TagResource");
278
- let body;
279
- body = JSON.stringify(_json(input));
280
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
281
- };
282
- export const se_UntagResourceCommand = async (input, context) => {
283
- const headers = sharedHeaders("UntagResource");
284
- let body;
285
- body = JSON.stringify(_json(input));
286
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
287
- };
288
- export const se_UpdateAliasCommand = async (input, context) => {
289
- const headers = sharedHeaders("UpdateAlias");
290
- let body;
291
- body = JSON.stringify(_json(input));
292
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
293
- };
294
- export const se_UpdateCustomKeyStoreCommand = async (input, context) => {
295
- const headers = sharedHeaders("UpdateCustomKeyStore");
296
- let body;
297
- body = JSON.stringify(_json(input));
298
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
299
- };
300
- export const se_UpdateKeyDescriptionCommand = async (input, context) => {
301
- const headers = sharedHeaders("UpdateKeyDescription");
302
- let body;
303
- body = JSON.stringify(_json(input));
304
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
305
- };
306
- export const se_UpdatePrimaryRegionCommand = async (input, context) => {
307
- const headers = sharedHeaders("UpdatePrimaryRegion");
308
- let body;
309
- body = JSON.stringify(_json(input));
310
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
311
- };
312
- export const se_VerifyCommand = async (input, context) => {
313
- const headers = sharedHeaders("Verify");
314
- let body;
315
- body = JSON.stringify(se_VerifyRequest(input, context));
316
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
317
- };
318
- export const se_VerifyMacCommand = async (input, context) => {
319
- const headers = sharedHeaders("VerifyMac");
320
- let body;
321
- body = JSON.stringify(se_VerifyMacRequest(input, context));
322
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
323
- };
324
- export const de_CancelKeyDeletionCommand = async (output, context) => {
325
- if (output.statusCode >= 300) {
326
- return de_CommandError(output, context);
327
- }
328
- const data = await parseBody(output.body, context);
329
- let contents = {};
330
- contents = _json(data);
331
- const response = {
332
- $metadata: deserializeMetadata(output),
333
- ...contents,
334
- };
335
- return response;
336
- };
337
- export const de_ConnectCustomKeyStoreCommand = async (output, context) => {
338
- if (output.statusCode >= 300) {
339
- return de_CommandError(output, context);
340
- }
341
- const data = await parseBody(output.body, context);
342
- let contents = {};
343
- contents = _json(data);
344
- const response = {
345
- $metadata: deserializeMetadata(output),
346
- ...contents,
347
- };
348
- return response;
349
- };
350
- export const de_CreateAliasCommand = async (output, context) => {
351
- if (output.statusCode >= 300) {
352
- return de_CommandError(output, context);
353
- }
354
- await collectBody(output.body, context);
355
- const response = {
356
- $metadata: deserializeMetadata(output),
357
- };
358
- return response;
359
- };
360
- export const de_CreateCustomKeyStoreCommand = async (output, context) => {
361
- if (output.statusCode >= 300) {
362
- return de_CommandError(output, context);
363
- }
364
- const data = await parseBody(output.body, context);
365
- let contents = {};
366
- contents = _json(data);
367
- const response = {
368
- $metadata: deserializeMetadata(output),
369
- ...contents,
370
- };
371
- return response;
372
- };
373
- export const de_CreateGrantCommand = async (output, context) => {
374
- if (output.statusCode >= 300) {
375
- return de_CommandError(output, context);
376
- }
377
- const data = await parseBody(output.body, context);
378
- let contents = {};
379
- contents = _json(data);
380
- const response = {
381
- $metadata: deserializeMetadata(output),
382
- ...contents,
383
- };
384
- return response;
385
- };
386
- export const de_CreateKeyCommand = async (output, context) => {
387
- if (output.statusCode >= 300) {
388
- return de_CommandError(output, context);
389
- }
390
- const data = await parseBody(output.body, context);
391
- let contents = {};
392
- contents = de_CreateKeyResponse(data, context);
393
- const response = {
394
- $metadata: deserializeMetadata(output),
395
- ...contents,
396
- };
397
- return response;
398
- };
399
- export const de_DecryptCommand = async (output, context) => {
400
- if (output.statusCode >= 300) {
401
- return de_CommandError(output, context);
402
- }
403
- const data = await parseBody(output.body, context);
404
- let contents = {};
405
- contents = de_DecryptResponse(data, context);
406
- const response = {
407
- $metadata: deserializeMetadata(output),
408
- ...contents,
409
- };
410
- return response;
411
- };
412
- export const de_DeleteAliasCommand = async (output, context) => {
413
- if (output.statusCode >= 300) {
414
- return de_CommandError(output, context);
415
- }
416
- await collectBody(output.body, context);
417
- const response = {
418
- $metadata: deserializeMetadata(output),
419
- };
420
- return response;
421
- };
422
- export const de_DeleteCustomKeyStoreCommand = async (output, context) => {
423
- if (output.statusCode >= 300) {
424
- return de_CommandError(output, context);
425
- }
426
- const data = await parseBody(output.body, context);
427
- let contents = {};
428
- contents = _json(data);
429
- const response = {
430
- $metadata: deserializeMetadata(output),
431
- ...contents,
432
- };
433
- return response;
434
- };
435
- export const de_DeleteImportedKeyMaterialCommand = async (output, context) => {
436
- if (output.statusCode >= 300) {
437
- return de_CommandError(output, context);
438
- }
439
- const data = await parseBody(output.body, context);
440
- let contents = {};
441
- contents = _json(data);
442
- const response = {
443
- $metadata: deserializeMetadata(output),
444
- ...contents,
445
- };
446
- return response;
447
- };
448
- export const de_DeriveSharedSecretCommand = async (output, context) => {
449
- if (output.statusCode >= 300) {
450
- return de_CommandError(output, context);
451
- }
452
- const data = await parseBody(output.body, context);
453
- let contents = {};
454
- contents = de_DeriveSharedSecretResponse(data, context);
455
- const response = {
456
- $metadata: deserializeMetadata(output),
457
- ...contents,
458
- };
459
- return response;
460
- };
461
- export const de_DescribeCustomKeyStoresCommand = async (output, context) => {
462
- if (output.statusCode >= 300) {
463
- return de_CommandError(output, context);
464
- }
465
- const data = await parseBody(output.body, context);
466
- let contents = {};
467
- contents = de_DescribeCustomKeyStoresResponse(data, context);
468
- const response = {
469
- $metadata: deserializeMetadata(output),
470
- ...contents,
471
- };
472
- return response;
473
- };
474
- export const de_DescribeKeyCommand = async (output, context) => {
475
- if (output.statusCode >= 300) {
476
- return de_CommandError(output, context);
477
- }
478
- const data = await parseBody(output.body, context);
479
- let contents = {};
480
- contents = de_DescribeKeyResponse(data, context);
481
- const response = {
482
- $metadata: deserializeMetadata(output),
483
- ...contents,
484
- };
485
- return response;
486
- };
487
- export const de_DisableKeyCommand = async (output, context) => {
488
- if (output.statusCode >= 300) {
489
- return de_CommandError(output, context);
490
- }
491
- await collectBody(output.body, context);
492
- const response = {
493
- $metadata: deserializeMetadata(output),
494
- };
495
- return response;
496
- };
497
- export const de_DisableKeyRotationCommand = async (output, context) => {
498
- if (output.statusCode >= 300) {
499
- return de_CommandError(output, context);
500
- }
501
- await collectBody(output.body, context);
502
- const response = {
503
- $metadata: deserializeMetadata(output),
504
- };
505
- return response;
506
- };
507
- export const de_DisconnectCustomKeyStoreCommand = async (output, context) => {
508
- if (output.statusCode >= 300) {
509
- return de_CommandError(output, context);
510
- }
511
- const data = await parseBody(output.body, context);
512
- let contents = {};
513
- contents = _json(data);
514
- const response = {
515
- $metadata: deserializeMetadata(output),
516
- ...contents,
517
- };
518
- return response;
519
- };
520
- export const de_EnableKeyCommand = async (output, context) => {
521
- if (output.statusCode >= 300) {
522
- return de_CommandError(output, context);
523
- }
524
- await collectBody(output.body, context);
525
- const response = {
526
- $metadata: deserializeMetadata(output),
527
- };
528
- return response;
529
- };
530
- export const de_EnableKeyRotationCommand = async (output, context) => {
531
- if (output.statusCode >= 300) {
532
- return de_CommandError(output, context);
533
- }
534
- await collectBody(output.body, context);
535
- const response = {
536
- $metadata: deserializeMetadata(output),
537
- };
538
- return response;
539
- };
540
- export const de_EncryptCommand = async (output, context) => {
541
- if (output.statusCode >= 300) {
542
- return de_CommandError(output, context);
543
- }
544
- const data = await parseBody(output.body, context);
545
- let contents = {};
546
- contents = de_EncryptResponse(data, context);
547
- const response = {
548
- $metadata: deserializeMetadata(output),
549
- ...contents,
550
- };
551
- return response;
552
- };
553
- export const de_GenerateDataKeyCommand = async (output, context) => {
554
- if (output.statusCode >= 300) {
555
- return de_CommandError(output, context);
556
- }
557
- const data = await parseBody(output.body, context);
558
- let contents = {};
559
- contents = de_GenerateDataKeyResponse(data, context);
560
- const response = {
561
- $metadata: deserializeMetadata(output),
562
- ...contents,
563
- };
564
- return response;
565
- };
566
- export const de_GenerateDataKeyPairCommand = async (output, context) => {
567
- if (output.statusCode >= 300) {
568
- return de_CommandError(output, context);
569
- }
570
- const data = await parseBody(output.body, context);
571
- let contents = {};
572
- contents = de_GenerateDataKeyPairResponse(data, context);
573
- const response = {
574
- $metadata: deserializeMetadata(output),
575
- ...contents,
576
- };
577
- return response;
578
- };
579
- export const de_GenerateDataKeyPairWithoutPlaintextCommand = async (output, context) => {
580
- if (output.statusCode >= 300) {
581
- return de_CommandError(output, context);
582
- }
583
- const data = await parseBody(output.body, context);
584
- let contents = {};
585
- contents = de_GenerateDataKeyPairWithoutPlaintextResponse(data, context);
586
- const response = {
587
- $metadata: deserializeMetadata(output),
588
- ...contents,
589
- };
590
- return response;
591
- };
592
- export const de_GenerateDataKeyWithoutPlaintextCommand = async (output, context) => {
593
- if (output.statusCode >= 300) {
594
- return de_CommandError(output, context);
595
- }
596
- const data = await parseBody(output.body, context);
597
- let contents = {};
598
- contents = de_GenerateDataKeyWithoutPlaintextResponse(data, context);
599
- const response = {
600
- $metadata: deserializeMetadata(output),
601
- ...contents,
602
- };
603
- return response;
604
- };
605
- export const de_GenerateMacCommand = async (output, context) => {
606
- if (output.statusCode >= 300) {
607
- return de_CommandError(output, context);
608
- }
609
- const data = await parseBody(output.body, context);
610
- let contents = {};
611
- contents = de_GenerateMacResponse(data, context);
612
- const response = {
613
- $metadata: deserializeMetadata(output),
614
- ...contents,
615
- };
616
- return response;
617
- };
618
- export const de_GenerateRandomCommand = async (output, context) => {
619
- if (output.statusCode >= 300) {
620
- return de_CommandError(output, context);
621
- }
622
- const data = await parseBody(output.body, context);
623
- let contents = {};
624
- contents = de_GenerateRandomResponse(data, context);
625
- const response = {
626
- $metadata: deserializeMetadata(output),
627
- ...contents,
628
- };
629
- return response;
630
- };
631
- export const de_GetKeyPolicyCommand = async (output, context) => {
632
- if (output.statusCode >= 300) {
633
- return de_CommandError(output, context);
634
- }
635
- const data = await parseBody(output.body, context);
636
- let contents = {};
637
- contents = _json(data);
638
- const response = {
639
- $metadata: deserializeMetadata(output),
640
- ...contents,
641
- };
642
- return response;
643
- };
644
- export const de_GetKeyRotationStatusCommand = async (output, context) => {
645
- if (output.statusCode >= 300) {
646
- return de_CommandError(output, context);
647
- }
648
- const data = await parseBody(output.body, context);
649
- let contents = {};
650
- contents = de_GetKeyRotationStatusResponse(data, context);
651
- const response = {
652
- $metadata: deserializeMetadata(output),
653
- ...contents,
654
- };
655
- return response;
656
- };
657
- export const de_GetParametersForImportCommand = async (output, context) => {
658
- if (output.statusCode >= 300) {
659
- return de_CommandError(output, context);
660
- }
661
- const data = await parseBody(output.body, context);
662
- let contents = {};
663
- contents = de_GetParametersForImportResponse(data, context);
664
- const response = {
665
- $metadata: deserializeMetadata(output),
666
- ...contents,
667
- };
668
- return response;
669
- };
670
- export const de_GetPublicKeyCommand = async (output, context) => {
671
- if (output.statusCode >= 300) {
672
- return de_CommandError(output, context);
673
- }
674
- const data = await parseBody(output.body, context);
675
- let contents = {};
676
- contents = de_GetPublicKeyResponse(data, context);
677
- const response = {
678
- $metadata: deserializeMetadata(output),
679
- ...contents,
680
- };
681
- return response;
682
- };
683
- export const de_ImportKeyMaterialCommand = async (output, context) => {
684
- if (output.statusCode >= 300) {
685
- return de_CommandError(output, context);
686
- }
687
- const data = await parseBody(output.body, context);
688
- let contents = {};
689
- contents = _json(data);
690
- const response = {
691
- $metadata: deserializeMetadata(output),
692
- ...contents,
693
- };
694
- return response;
695
- };
696
- export const de_ListAliasesCommand = async (output, context) => {
697
- if (output.statusCode >= 300) {
698
- return de_CommandError(output, context);
699
- }
700
- const data = await parseBody(output.body, context);
701
- let contents = {};
702
- contents = de_ListAliasesResponse(data, context);
703
- const response = {
704
- $metadata: deserializeMetadata(output),
705
- ...contents,
706
- };
707
- return response;
708
- };
709
- export const de_ListGrantsCommand = async (output, context) => {
710
- if (output.statusCode >= 300) {
711
- return de_CommandError(output, context);
712
- }
713
- const data = await parseBody(output.body, context);
714
- let contents = {};
715
- contents = de_ListGrantsResponse(data, context);
716
- const response = {
717
- $metadata: deserializeMetadata(output),
718
- ...contents,
719
- };
720
- return response;
721
- };
722
- export const de_ListKeyPoliciesCommand = async (output, context) => {
723
- if (output.statusCode >= 300) {
724
- return de_CommandError(output, context);
725
- }
726
- const data = await parseBody(output.body, context);
727
- let contents = {};
728
- contents = _json(data);
729
- const response = {
730
- $metadata: deserializeMetadata(output),
731
- ...contents,
732
- };
733
- return response;
734
- };
735
- export const de_ListKeyRotationsCommand = async (output, context) => {
736
- if (output.statusCode >= 300) {
737
- return de_CommandError(output, context);
738
- }
739
- const data = await parseBody(output.body, context);
740
- let contents = {};
741
- contents = de_ListKeyRotationsResponse(data, context);
742
- const response = {
743
- $metadata: deserializeMetadata(output),
744
- ...contents,
745
- };
746
- return response;
747
- };
748
- export const de_ListKeysCommand = async (output, context) => {
749
- if (output.statusCode >= 300) {
750
- return de_CommandError(output, context);
751
- }
752
- const data = await parseBody(output.body, context);
753
- let contents = {};
754
- contents = _json(data);
755
- const response = {
756
- $metadata: deserializeMetadata(output),
757
- ...contents,
758
- };
759
- return response;
760
- };
761
- export const de_ListResourceTagsCommand = async (output, context) => {
762
- if (output.statusCode >= 300) {
763
- return de_CommandError(output, context);
764
- }
765
- const data = await parseBody(output.body, context);
766
- let contents = {};
767
- contents = _json(data);
768
- const response = {
769
- $metadata: deserializeMetadata(output),
770
- ...contents,
771
- };
772
- return response;
773
- };
774
- export const de_ListRetirableGrantsCommand = async (output, context) => {
775
- if (output.statusCode >= 300) {
776
- return de_CommandError(output, context);
777
- }
778
- const data = await parseBody(output.body, context);
779
- let contents = {};
780
- contents = de_ListGrantsResponse(data, context);
781
- const response = {
782
- $metadata: deserializeMetadata(output),
783
- ...contents,
784
- };
785
- return response;
786
- };
787
- export const de_PutKeyPolicyCommand = async (output, context) => {
788
- if (output.statusCode >= 300) {
789
- return de_CommandError(output, context);
790
- }
791
- await collectBody(output.body, context);
792
- const response = {
793
- $metadata: deserializeMetadata(output),
794
- };
795
- return response;
796
- };
797
- export const de_ReEncryptCommand = 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 = de_ReEncryptResponse(data, context);
804
- const response = {
805
- $metadata: deserializeMetadata(output),
806
- ...contents,
807
- };
808
- return response;
809
- };
810
- export const de_ReplicateKeyCommand = 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 = de_ReplicateKeyResponse(data, context);
817
- const response = {
818
- $metadata: deserializeMetadata(output),
819
- ...contents,
820
- };
821
- return response;
822
- };
823
- export const de_RetireGrantCommand = async (output, context) => {
824
- if (output.statusCode >= 300) {
825
- return de_CommandError(output, context);
826
- }
827
- await collectBody(output.body, context);
828
- const response = {
829
- $metadata: deserializeMetadata(output),
830
- };
831
- return response;
832
- };
833
- export const de_RevokeGrantCommand = async (output, context) => {
834
- if (output.statusCode >= 300) {
835
- return de_CommandError(output, context);
836
- }
837
- await collectBody(output.body, context);
838
- const response = {
839
- $metadata: deserializeMetadata(output),
840
- };
841
- return response;
842
- };
843
- export const de_RotateKeyOnDemandCommand = async (output, context) => {
844
- if (output.statusCode >= 300) {
845
- return de_CommandError(output, context);
846
- }
847
- const data = await parseBody(output.body, context);
848
- let contents = {};
849
- contents = _json(data);
850
- const response = {
851
- $metadata: deserializeMetadata(output),
852
- ...contents,
853
- };
854
- return response;
855
- };
856
- export const de_ScheduleKeyDeletionCommand = async (output, context) => {
857
- if (output.statusCode >= 300) {
858
- return de_CommandError(output, context);
859
- }
860
- const data = await parseBody(output.body, context);
861
- let contents = {};
862
- contents = de_ScheduleKeyDeletionResponse(data, context);
863
- const response = {
864
- $metadata: deserializeMetadata(output),
865
- ...contents,
866
- };
867
- return response;
868
- };
869
- export const de_SignCommand = async (output, context) => {
870
- if (output.statusCode >= 300) {
871
- return de_CommandError(output, context);
872
- }
873
- const data = await parseBody(output.body, context);
874
- let contents = {};
875
- contents = de_SignResponse(data, context);
876
- const response = {
877
- $metadata: deserializeMetadata(output),
878
- ...contents,
879
- };
880
- return response;
881
- };
882
- export const de_TagResourceCommand = async (output, context) => {
883
- if (output.statusCode >= 300) {
884
- return de_CommandError(output, context);
885
- }
886
- await collectBody(output.body, context);
887
- const response = {
888
- $metadata: deserializeMetadata(output),
889
- };
890
- return response;
891
- };
892
- export const de_UntagResourceCommand = async (output, context) => {
893
- if (output.statusCode >= 300) {
894
- return de_CommandError(output, context);
895
- }
896
- await collectBody(output.body, context);
897
- const response = {
898
- $metadata: deserializeMetadata(output),
899
- };
900
- return response;
901
- };
902
- export const de_UpdateAliasCommand = async (output, context) => {
903
- if (output.statusCode >= 300) {
904
- return de_CommandError(output, context);
905
- }
906
- await collectBody(output.body, context);
907
- const response = {
908
- $metadata: deserializeMetadata(output),
909
- };
910
- return response;
911
- };
912
- export const de_UpdateCustomKeyStoreCommand = async (output, context) => {
913
- if (output.statusCode >= 300) {
914
- return de_CommandError(output, context);
915
- }
916
- const data = await parseBody(output.body, context);
917
- let contents = {};
918
- contents = _json(data);
919
- const response = {
920
- $metadata: deserializeMetadata(output),
921
- ...contents,
922
- };
923
- return response;
924
- };
925
- export const de_UpdateKeyDescriptionCommand = async (output, context) => {
926
- if (output.statusCode >= 300) {
927
- return de_CommandError(output, context);
928
- }
929
- await collectBody(output.body, context);
930
- const response = {
931
- $metadata: deserializeMetadata(output),
932
- };
933
- return response;
934
- };
935
- export const de_UpdatePrimaryRegionCommand = async (output, context) => {
936
- if (output.statusCode >= 300) {
937
- return de_CommandError(output, context);
938
- }
939
- await collectBody(output.body, context);
940
- const response = {
941
- $metadata: deserializeMetadata(output),
942
- };
943
- return response;
944
- };
945
- export const de_VerifyCommand = async (output, context) => {
946
- if (output.statusCode >= 300) {
947
- return de_CommandError(output, context);
948
- }
949
- const data = await parseBody(output.body, context);
950
- let contents = {};
951
- contents = _json(data);
952
- const response = {
953
- $metadata: deserializeMetadata(output),
954
- ...contents,
955
- };
956
- return response;
957
- };
958
- export const de_VerifyMacCommand = async (output, context) => {
959
- if (output.statusCode >= 300) {
960
- return de_CommandError(output, context);
961
- }
962
- const data = await parseBody(output.body, context);
963
- let contents = {};
964
- contents = _json(data);
965
- const response = {
966
- $metadata: deserializeMetadata(output),
967
- ...contents,
968
- };
969
- return response;
970
- };
971
- const de_CommandError = async (output, context) => {
972
- const parsedOutput = {
973
- ...output,
974
- body: await parseErrorBody(output.body, context),
975
- };
976
- const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
977
- switch (errorCode) {
978
- case "DependencyTimeoutException":
979
- case "com.amazonaws.kms#DependencyTimeoutException":
980
- throw await de_DependencyTimeoutExceptionRes(parsedOutput, context);
981
- case "InvalidArnException":
982
- case "com.amazonaws.kms#InvalidArnException":
983
- throw await de_InvalidArnExceptionRes(parsedOutput, context);
984
- case "KMSInternalException":
985
- case "com.amazonaws.kms#KMSInternalException":
986
- throw await de_KMSInternalExceptionRes(parsedOutput, context);
987
- case "KMSInvalidStateException":
988
- case "com.amazonaws.kms#KMSInvalidStateException":
989
- throw await de_KMSInvalidStateExceptionRes(parsedOutput, context);
990
- case "NotFoundException":
991
- case "com.amazonaws.kms#NotFoundException":
992
- throw await de_NotFoundExceptionRes(parsedOutput, context);
993
- case "CloudHsmClusterInvalidConfigurationException":
994
- case "com.amazonaws.kms#CloudHsmClusterInvalidConfigurationException":
995
- throw await de_CloudHsmClusterInvalidConfigurationExceptionRes(parsedOutput, context);
996
- case "CloudHsmClusterNotActiveException":
997
- case "com.amazonaws.kms#CloudHsmClusterNotActiveException":
998
- throw await de_CloudHsmClusterNotActiveExceptionRes(parsedOutput, context);
999
- case "CustomKeyStoreInvalidStateException":
1000
- case "com.amazonaws.kms#CustomKeyStoreInvalidStateException":
1001
- throw await de_CustomKeyStoreInvalidStateExceptionRes(parsedOutput, context);
1002
- case "CustomKeyStoreNotFoundException":
1003
- case "com.amazonaws.kms#CustomKeyStoreNotFoundException":
1004
- throw await de_CustomKeyStoreNotFoundExceptionRes(parsedOutput, context);
1005
- case "AlreadyExistsException":
1006
- case "com.amazonaws.kms#AlreadyExistsException":
1007
- throw await de_AlreadyExistsExceptionRes(parsedOutput, context);
1008
- case "InvalidAliasNameException":
1009
- case "com.amazonaws.kms#InvalidAliasNameException":
1010
- throw await de_InvalidAliasNameExceptionRes(parsedOutput, context);
1011
- case "LimitExceededException":
1012
- case "com.amazonaws.kms#LimitExceededException":
1013
- throw await de_LimitExceededExceptionRes(parsedOutput, context);
1014
- case "CloudHsmClusterInUseException":
1015
- case "com.amazonaws.kms#CloudHsmClusterInUseException":
1016
- throw await de_CloudHsmClusterInUseExceptionRes(parsedOutput, context);
1017
- case "CloudHsmClusterNotFoundException":
1018
- case "com.amazonaws.kms#CloudHsmClusterNotFoundException":
1019
- throw await de_CloudHsmClusterNotFoundExceptionRes(parsedOutput, context);
1020
- case "CustomKeyStoreNameInUseException":
1021
- case "com.amazonaws.kms#CustomKeyStoreNameInUseException":
1022
- throw await de_CustomKeyStoreNameInUseExceptionRes(parsedOutput, context);
1023
- case "IncorrectTrustAnchorException":
1024
- case "com.amazonaws.kms#IncorrectTrustAnchorException":
1025
- throw await de_IncorrectTrustAnchorExceptionRes(parsedOutput, context);
1026
- case "XksProxyIncorrectAuthenticationCredentialException":
1027
- case "com.amazonaws.kms#XksProxyIncorrectAuthenticationCredentialException":
1028
- throw await de_XksProxyIncorrectAuthenticationCredentialExceptionRes(parsedOutput, context);
1029
- case "XksProxyInvalidConfigurationException":
1030
- case "com.amazonaws.kms#XksProxyInvalidConfigurationException":
1031
- throw await de_XksProxyInvalidConfigurationExceptionRes(parsedOutput, context);
1032
- case "XksProxyInvalidResponseException":
1033
- case "com.amazonaws.kms#XksProxyInvalidResponseException":
1034
- throw await de_XksProxyInvalidResponseExceptionRes(parsedOutput, context);
1035
- case "XksProxyUriEndpointInUseException":
1036
- case "com.amazonaws.kms#XksProxyUriEndpointInUseException":
1037
- throw await de_XksProxyUriEndpointInUseExceptionRes(parsedOutput, context);
1038
- case "XksProxyUriInUseException":
1039
- case "com.amazonaws.kms#XksProxyUriInUseException":
1040
- throw await de_XksProxyUriInUseExceptionRes(parsedOutput, context);
1041
- case "XksProxyUriUnreachableException":
1042
- case "com.amazonaws.kms#XksProxyUriUnreachableException":
1043
- throw await de_XksProxyUriUnreachableExceptionRes(parsedOutput, context);
1044
- case "XksProxyVpcEndpointServiceInUseException":
1045
- case "com.amazonaws.kms#XksProxyVpcEndpointServiceInUseException":
1046
- throw await de_XksProxyVpcEndpointServiceInUseExceptionRes(parsedOutput, context);
1047
- case "XksProxyVpcEndpointServiceInvalidConfigurationException":
1048
- case "com.amazonaws.kms#XksProxyVpcEndpointServiceInvalidConfigurationException":
1049
- throw await de_XksProxyVpcEndpointServiceInvalidConfigurationExceptionRes(parsedOutput, context);
1050
- case "XksProxyVpcEndpointServiceNotFoundException":
1051
- case "com.amazonaws.kms#XksProxyVpcEndpointServiceNotFoundException":
1052
- throw await de_XksProxyVpcEndpointServiceNotFoundExceptionRes(parsedOutput, context);
1053
- case "DisabledException":
1054
- case "com.amazonaws.kms#DisabledException":
1055
- throw await de_DisabledExceptionRes(parsedOutput, context);
1056
- case "DryRunOperationException":
1057
- case "com.amazonaws.kms#DryRunOperationException":
1058
- throw await de_DryRunOperationExceptionRes(parsedOutput, context);
1059
- case "InvalidGrantTokenException":
1060
- case "com.amazonaws.kms#InvalidGrantTokenException":
1061
- throw await de_InvalidGrantTokenExceptionRes(parsedOutput, context);
1062
- case "MalformedPolicyDocumentException":
1063
- case "com.amazonaws.kms#MalformedPolicyDocumentException":
1064
- throw await de_MalformedPolicyDocumentExceptionRes(parsedOutput, context);
1065
- case "TagException":
1066
- case "com.amazonaws.kms#TagException":
1067
- throw await de_TagExceptionRes(parsedOutput, context);
1068
- case "UnsupportedOperationException":
1069
- case "com.amazonaws.kms#UnsupportedOperationException":
1070
- throw await de_UnsupportedOperationExceptionRes(parsedOutput, context);
1071
- case "XksKeyAlreadyInUseException":
1072
- case "com.amazonaws.kms#XksKeyAlreadyInUseException":
1073
- throw await de_XksKeyAlreadyInUseExceptionRes(parsedOutput, context);
1074
- case "XksKeyInvalidConfigurationException":
1075
- case "com.amazonaws.kms#XksKeyInvalidConfigurationException":
1076
- throw await de_XksKeyInvalidConfigurationExceptionRes(parsedOutput, context);
1077
- case "XksKeyNotFoundException":
1078
- case "com.amazonaws.kms#XksKeyNotFoundException":
1079
- throw await de_XksKeyNotFoundExceptionRes(parsedOutput, context);
1080
- case "IncorrectKeyException":
1081
- case "com.amazonaws.kms#IncorrectKeyException":
1082
- throw await de_IncorrectKeyExceptionRes(parsedOutput, context);
1083
- case "InvalidCiphertextException":
1084
- case "com.amazonaws.kms#InvalidCiphertextException":
1085
- throw await de_InvalidCiphertextExceptionRes(parsedOutput, context);
1086
- case "InvalidKeyUsageException":
1087
- case "com.amazonaws.kms#InvalidKeyUsageException":
1088
- throw await de_InvalidKeyUsageExceptionRes(parsedOutput, context);
1089
- case "KeyUnavailableException":
1090
- case "com.amazonaws.kms#KeyUnavailableException":
1091
- throw await de_KeyUnavailableExceptionRes(parsedOutput, context);
1092
- case "CustomKeyStoreHasCMKsException":
1093
- case "com.amazonaws.kms#CustomKeyStoreHasCMKsException":
1094
- throw await de_CustomKeyStoreHasCMKsExceptionRes(parsedOutput, context);
1095
- case "InvalidMarkerException":
1096
- case "com.amazonaws.kms#InvalidMarkerException":
1097
- throw await de_InvalidMarkerExceptionRes(parsedOutput, context);
1098
- case "ExpiredImportTokenException":
1099
- case "com.amazonaws.kms#ExpiredImportTokenException":
1100
- throw await de_ExpiredImportTokenExceptionRes(parsedOutput, context);
1101
- case "IncorrectKeyMaterialException":
1102
- case "com.amazonaws.kms#IncorrectKeyMaterialException":
1103
- throw await de_IncorrectKeyMaterialExceptionRes(parsedOutput, context);
1104
- case "InvalidImportTokenException":
1105
- case "com.amazonaws.kms#InvalidImportTokenException":
1106
- throw await de_InvalidImportTokenExceptionRes(parsedOutput, context);
1107
- case "InvalidGrantIdException":
1108
- case "com.amazonaws.kms#InvalidGrantIdException":
1109
- throw await de_InvalidGrantIdExceptionRes(parsedOutput, context);
1110
- case "ConflictException":
1111
- case "com.amazonaws.kms#ConflictException":
1112
- throw await de_ConflictExceptionRes(parsedOutput, context);
1113
- case "CloudHsmClusterNotRelatedException":
1114
- case "com.amazonaws.kms#CloudHsmClusterNotRelatedException":
1115
- throw await de_CloudHsmClusterNotRelatedExceptionRes(parsedOutput, context);
1116
- case "KMSInvalidSignatureException":
1117
- case "com.amazonaws.kms#KMSInvalidSignatureException":
1118
- throw await de_KMSInvalidSignatureExceptionRes(parsedOutput, context);
1119
- case "KMSInvalidMacException":
1120
- case "com.amazonaws.kms#KMSInvalidMacException":
1121
- throw await de_KMSInvalidMacExceptionRes(parsedOutput, context);
1122
- default:
1123
- const parsedBody = parsedOutput.body;
1124
- return throwDefaultError({
1125
- output,
1126
- parsedBody,
1127
- errorCode,
1128
- });
1129
- }
1130
- };
1131
- const de_AlreadyExistsExceptionRes = async (parsedOutput, context) => {
1132
- const body = parsedOutput.body;
1133
- const deserialized = _json(body);
1134
- const exception = new AlreadyExistsException({
1135
- $metadata: deserializeMetadata(parsedOutput),
1136
- ...deserialized,
1137
- });
1138
- return __decorateServiceException(exception, body);
1139
- };
1140
- const de_CloudHsmClusterInUseExceptionRes = async (parsedOutput, context) => {
1141
- const body = parsedOutput.body;
1142
- const deserialized = _json(body);
1143
- const exception = new CloudHsmClusterInUseException({
1144
- $metadata: deserializeMetadata(parsedOutput),
1145
- ...deserialized,
1146
- });
1147
- return __decorateServiceException(exception, body);
1148
- };
1149
- const de_CloudHsmClusterInvalidConfigurationExceptionRes = async (parsedOutput, context) => {
1150
- const body = parsedOutput.body;
1151
- const deserialized = _json(body);
1152
- const exception = new CloudHsmClusterInvalidConfigurationException({
1153
- $metadata: deserializeMetadata(parsedOutput),
1154
- ...deserialized,
1155
- });
1156
- return __decorateServiceException(exception, body);
1157
- };
1158
- const de_CloudHsmClusterNotActiveExceptionRes = async (parsedOutput, context) => {
1159
- const body = parsedOutput.body;
1160
- const deserialized = _json(body);
1161
- const exception = new CloudHsmClusterNotActiveException({
1162
- $metadata: deserializeMetadata(parsedOutput),
1163
- ...deserialized,
1164
- });
1165
- return __decorateServiceException(exception, body);
1166
- };
1167
- const de_CloudHsmClusterNotFoundExceptionRes = async (parsedOutput, context) => {
1168
- const body = parsedOutput.body;
1169
- const deserialized = _json(body);
1170
- const exception = new CloudHsmClusterNotFoundException({
1171
- $metadata: deserializeMetadata(parsedOutput),
1172
- ...deserialized,
1173
- });
1174
- return __decorateServiceException(exception, body);
1175
- };
1176
- const de_CloudHsmClusterNotRelatedExceptionRes = async (parsedOutput, context) => {
1177
- const body = parsedOutput.body;
1178
- const deserialized = _json(body);
1179
- const exception = new CloudHsmClusterNotRelatedException({
1180
- $metadata: deserializeMetadata(parsedOutput),
1181
- ...deserialized,
1182
- });
1183
- return __decorateServiceException(exception, body);
1184
- };
1185
- const de_ConflictExceptionRes = async (parsedOutput, context) => {
1186
- const body = parsedOutput.body;
1187
- const deserialized = _json(body);
1188
- const exception = new ConflictException({
1189
- $metadata: deserializeMetadata(parsedOutput),
1190
- ...deserialized,
1191
- });
1192
- return __decorateServiceException(exception, body);
1193
- };
1194
- const de_CustomKeyStoreHasCMKsExceptionRes = async (parsedOutput, context) => {
1195
- const body = parsedOutput.body;
1196
- const deserialized = _json(body);
1197
- const exception = new CustomKeyStoreHasCMKsException({
1198
- $metadata: deserializeMetadata(parsedOutput),
1199
- ...deserialized,
1200
- });
1201
- return __decorateServiceException(exception, body);
1202
- };
1203
- const de_CustomKeyStoreInvalidStateExceptionRes = async (parsedOutput, context) => {
1204
- const body = parsedOutput.body;
1205
- const deserialized = _json(body);
1206
- const exception = new CustomKeyStoreInvalidStateException({
1207
- $metadata: deserializeMetadata(parsedOutput),
1208
- ...deserialized,
1209
- });
1210
- return __decorateServiceException(exception, body);
1211
- };
1212
- const de_CustomKeyStoreNameInUseExceptionRes = async (parsedOutput, context) => {
1213
- const body = parsedOutput.body;
1214
- const deserialized = _json(body);
1215
- const exception = new CustomKeyStoreNameInUseException({
1216
- $metadata: deserializeMetadata(parsedOutput),
1217
- ...deserialized,
1218
- });
1219
- return __decorateServiceException(exception, body);
1220
- };
1221
- const de_CustomKeyStoreNotFoundExceptionRes = async (parsedOutput, context) => {
1222
- const body = parsedOutput.body;
1223
- const deserialized = _json(body);
1224
- const exception = new CustomKeyStoreNotFoundException({
1225
- $metadata: deserializeMetadata(parsedOutput),
1226
- ...deserialized,
1227
- });
1228
- return __decorateServiceException(exception, body);
1229
- };
1230
- const de_DependencyTimeoutExceptionRes = async (parsedOutput, context) => {
1231
- const body = parsedOutput.body;
1232
- const deserialized = _json(body);
1233
- const exception = new DependencyTimeoutException({
1234
- $metadata: deserializeMetadata(parsedOutput),
1235
- ...deserialized,
1236
- });
1237
- return __decorateServiceException(exception, body);
1238
- };
1239
- const de_DisabledExceptionRes = async (parsedOutput, context) => {
1240
- const body = parsedOutput.body;
1241
- const deserialized = _json(body);
1242
- const exception = new DisabledException({
1243
- $metadata: deserializeMetadata(parsedOutput),
1244
- ...deserialized,
1245
- });
1246
- return __decorateServiceException(exception, body);
1247
- };
1248
- const de_DryRunOperationExceptionRes = async (parsedOutput, context) => {
1249
- const body = parsedOutput.body;
1250
- const deserialized = _json(body);
1251
- const exception = new DryRunOperationException({
1252
- $metadata: deserializeMetadata(parsedOutput),
1253
- ...deserialized,
1254
- });
1255
- return __decorateServiceException(exception, body);
1256
- };
1257
- const de_ExpiredImportTokenExceptionRes = async (parsedOutput, context) => {
1258
- const body = parsedOutput.body;
1259
- const deserialized = _json(body);
1260
- const exception = new ExpiredImportTokenException({
1261
- $metadata: deserializeMetadata(parsedOutput),
1262
- ...deserialized,
1263
- });
1264
- return __decorateServiceException(exception, body);
1265
- };
1266
- const de_IncorrectKeyExceptionRes = async (parsedOutput, context) => {
1267
- const body = parsedOutput.body;
1268
- const deserialized = _json(body);
1269
- const exception = new IncorrectKeyException({
1270
- $metadata: deserializeMetadata(parsedOutput),
1271
- ...deserialized,
1272
- });
1273
- return __decorateServiceException(exception, body);
1274
- };
1275
- const de_IncorrectKeyMaterialExceptionRes = async (parsedOutput, context) => {
1276
- const body = parsedOutput.body;
1277
- const deserialized = _json(body);
1278
- const exception = new IncorrectKeyMaterialException({
1279
- $metadata: deserializeMetadata(parsedOutput),
1280
- ...deserialized,
1281
- });
1282
- return __decorateServiceException(exception, body);
1283
- };
1284
- const de_IncorrectTrustAnchorExceptionRes = async (parsedOutput, context) => {
1285
- const body = parsedOutput.body;
1286
- const deserialized = _json(body);
1287
- const exception = new IncorrectTrustAnchorException({
1288
- $metadata: deserializeMetadata(parsedOutput),
1289
- ...deserialized,
1290
- });
1291
- return __decorateServiceException(exception, body);
1292
- };
1293
- const de_InvalidAliasNameExceptionRes = async (parsedOutput, context) => {
1294
- const body = parsedOutput.body;
1295
- const deserialized = _json(body);
1296
- const exception = new InvalidAliasNameException({
1297
- $metadata: deserializeMetadata(parsedOutput),
1298
- ...deserialized,
1299
- });
1300
- return __decorateServiceException(exception, body);
1301
- };
1302
- const de_InvalidArnExceptionRes = async (parsedOutput, context) => {
1303
- const body = parsedOutput.body;
1304
- const deserialized = _json(body);
1305
- const exception = new InvalidArnException({
1306
- $metadata: deserializeMetadata(parsedOutput),
1307
- ...deserialized,
1308
- });
1309
- return __decorateServiceException(exception, body);
1310
- };
1311
- const de_InvalidCiphertextExceptionRes = async (parsedOutput, context) => {
1312
- const body = parsedOutput.body;
1313
- const deserialized = _json(body);
1314
- const exception = new InvalidCiphertextException({
1315
- $metadata: deserializeMetadata(parsedOutput),
1316
- ...deserialized,
1317
- });
1318
- return __decorateServiceException(exception, body);
1319
- };
1320
- const de_InvalidGrantIdExceptionRes = async (parsedOutput, context) => {
1321
- const body = parsedOutput.body;
1322
- const deserialized = _json(body);
1323
- const exception = new InvalidGrantIdException({
1324
- $metadata: deserializeMetadata(parsedOutput),
1325
- ...deserialized,
1326
- });
1327
- return __decorateServiceException(exception, body);
1328
- };
1329
- const de_InvalidGrantTokenExceptionRes = async (parsedOutput, context) => {
1330
- const body = parsedOutput.body;
1331
- const deserialized = _json(body);
1332
- const exception = new InvalidGrantTokenException({
1333
- $metadata: deserializeMetadata(parsedOutput),
1334
- ...deserialized,
1335
- });
1336
- return __decorateServiceException(exception, body);
1337
- };
1338
- const de_InvalidImportTokenExceptionRes = async (parsedOutput, context) => {
1339
- const body = parsedOutput.body;
1340
- const deserialized = _json(body);
1341
- const exception = new InvalidImportTokenException({
1342
- $metadata: deserializeMetadata(parsedOutput),
1343
- ...deserialized,
1344
- });
1345
- return __decorateServiceException(exception, body);
1346
- };
1347
- const de_InvalidKeyUsageExceptionRes = async (parsedOutput, context) => {
1348
- const body = parsedOutput.body;
1349
- const deserialized = _json(body);
1350
- const exception = new InvalidKeyUsageException({
1351
- $metadata: deserializeMetadata(parsedOutput),
1352
- ...deserialized,
1353
- });
1354
- return __decorateServiceException(exception, body);
1355
- };
1356
- const de_InvalidMarkerExceptionRes = async (parsedOutput, context) => {
1357
- const body = parsedOutput.body;
1358
- const deserialized = _json(body);
1359
- const exception = new InvalidMarkerException({
1360
- $metadata: deserializeMetadata(parsedOutput),
1361
- ...deserialized,
1362
- });
1363
- return __decorateServiceException(exception, body);
1364
- };
1365
- const de_KeyUnavailableExceptionRes = async (parsedOutput, context) => {
1366
- const body = parsedOutput.body;
1367
- const deserialized = _json(body);
1368
- const exception = new KeyUnavailableException({
1369
- $metadata: deserializeMetadata(parsedOutput),
1370
- ...deserialized,
1371
- });
1372
- return __decorateServiceException(exception, body);
1373
- };
1374
- const de_KMSInternalExceptionRes = async (parsedOutput, context) => {
1375
- const body = parsedOutput.body;
1376
- const deserialized = _json(body);
1377
- const exception = new KMSInternalException({
1378
- $metadata: deserializeMetadata(parsedOutput),
1379
- ...deserialized,
1380
- });
1381
- return __decorateServiceException(exception, body);
1382
- };
1383
- const de_KMSInvalidMacExceptionRes = async (parsedOutput, context) => {
1384
- const body = parsedOutput.body;
1385
- const deserialized = _json(body);
1386
- const exception = new KMSInvalidMacException({
1387
- $metadata: deserializeMetadata(parsedOutput),
1388
- ...deserialized,
1389
- });
1390
- return __decorateServiceException(exception, body);
1391
- };
1392
- const de_KMSInvalidSignatureExceptionRes = async (parsedOutput, context) => {
1393
- const body = parsedOutput.body;
1394
- const deserialized = _json(body);
1395
- const exception = new KMSInvalidSignatureException({
1396
- $metadata: deserializeMetadata(parsedOutput),
1397
- ...deserialized,
1398
- });
1399
- return __decorateServiceException(exception, body);
1400
- };
1401
- const de_KMSInvalidStateExceptionRes = async (parsedOutput, context) => {
1402
- const body = parsedOutput.body;
1403
- const deserialized = _json(body);
1404
- const exception = new KMSInvalidStateException({
1405
- $metadata: deserializeMetadata(parsedOutput),
1406
- ...deserialized,
1407
- });
1408
- return __decorateServiceException(exception, body);
1409
- };
1410
- const de_LimitExceededExceptionRes = async (parsedOutput, context) => {
1411
- const body = parsedOutput.body;
1412
- const deserialized = _json(body);
1413
- const exception = new LimitExceededException({
1414
- $metadata: deserializeMetadata(parsedOutput),
1415
- ...deserialized,
1416
- });
1417
- return __decorateServiceException(exception, body);
1418
- };
1419
- const de_MalformedPolicyDocumentExceptionRes = async (parsedOutput, context) => {
1420
- const body = parsedOutput.body;
1421
- const deserialized = _json(body);
1422
- const exception = new MalformedPolicyDocumentException({
1423
- $metadata: deserializeMetadata(parsedOutput),
1424
- ...deserialized,
1425
- });
1426
- return __decorateServiceException(exception, body);
1427
- };
1428
- const de_NotFoundExceptionRes = async (parsedOutput, context) => {
1429
- const body = parsedOutput.body;
1430
- const deserialized = _json(body);
1431
- const exception = new NotFoundException({
1432
- $metadata: deserializeMetadata(parsedOutput),
1433
- ...deserialized,
1434
- });
1435
- return __decorateServiceException(exception, body);
1436
- };
1437
- const de_TagExceptionRes = async (parsedOutput, context) => {
1438
- const body = parsedOutput.body;
1439
- const deserialized = _json(body);
1440
- const exception = new TagException({
1441
- $metadata: deserializeMetadata(parsedOutput),
1442
- ...deserialized,
1443
- });
1444
- return __decorateServiceException(exception, body);
1445
- };
1446
- const de_UnsupportedOperationExceptionRes = async (parsedOutput, context) => {
1447
- const body = parsedOutput.body;
1448
- const deserialized = _json(body);
1449
- const exception = new UnsupportedOperationException({
1450
- $metadata: deserializeMetadata(parsedOutput),
1451
- ...deserialized,
1452
- });
1453
- return __decorateServiceException(exception, body);
1454
- };
1455
- const de_XksKeyAlreadyInUseExceptionRes = async (parsedOutput, context) => {
1456
- const body = parsedOutput.body;
1457
- const deserialized = _json(body);
1458
- const exception = new XksKeyAlreadyInUseException({
1459
- $metadata: deserializeMetadata(parsedOutput),
1460
- ...deserialized,
1461
- });
1462
- return __decorateServiceException(exception, body);
1463
- };
1464
- const de_XksKeyInvalidConfigurationExceptionRes = async (parsedOutput, context) => {
1465
- const body = parsedOutput.body;
1466
- const deserialized = _json(body);
1467
- const exception = new XksKeyInvalidConfigurationException({
1468
- $metadata: deserializeMetadata(parsedOutput),
1469
- ...deserialized,
1470
- });
1471
- return __decorateServiceException(exception, body);
1472
- };
1473
- const de_XksKeyNotFoundExceptionRes = async (parsedOutput, context) => {
1474
- const body = parsedOutput.body;
1475
- const deserialized = _json(body);
1476
- const exception = new XksKeyNotFoundException({
1477
- $metadata: deserializeMetadata(parsedOutput),
1478
- ...deserialized,
1479
- });
1480
- return __decorateServiceException(exception, body);
1481
- };
1482
- const de_XksProxyIncorrectAuthenticationCredentialExceptionRes = async (parsedOutput, context) => {
1483
- const body = parsedOutput.body;
1484
- const deserialized = _json(body);
1485
- const exception = new XksProxyIncorrectAuthenticationCredentialException({
1486
- $metadata: deserializeMetadata(parsedOutput),
1487
- ...deserialized,
1488
- });
1489
- return __decorateServiceException(exception, body);
1490
- };
1491
- const de_XksProxyInvalidConfigurationExceptionRes = async (parsedOutput, context) => {
1492
- const body = parsedOutput.body;
1493
- const deserialized = _json(body);
1494
- const exception = new XksProxyInvalidConfigurationException({
1495
- $metadata: deserializeMetadata(parsedOutput),
1496
- ...deserialized,
1497
- });
1498
- return __decorateServiceException(exception, body);
1499
- };
1500
- const de_XksProxyInvalidResponseExceptionRes = async (parsedOutput, context) => {
1501
- const body = parsedOutput.body;
1502
- const deserialized = _json(body);
1503
- const exception = new XksProxyInvalidResponseException({
1504
- $metadata: deserializeMetadata(parsedOutput),
1505
- ...deserialized,
1506
- });
1507
- return __decorateServiceException(exception, body);
1508
- };
1509
- const de_XksProxyUriEndpointInUseExceptionRes = async (parsedOutput, context) => {
1510
- const body = parsedOutput.body;
1511
- const deserialized = _json(body);
1512
- const exception = new XksProxyUriEndpointInUseException({
1513
- $metadata: deserializeMetadata(parsedOutput),
1514
- ...deserialized,
1515
- });
1516
- return __decorateServiceException(exception, body);
1517
- };
1518
- const de_XksProxyUriInUseExceptionRes = async (parsedOutput, context) => {
1519
- const body = parsedOutput.body;
1520
- const deserialized = _json(body);
1521
- const exception = new XksProxyUriInUseException({
1522
- $metadata: deserializeMetadata(parsedOutput),
1523
- ...deserialized,
1524
- });
1525
- return __decorateServiceException(exception, body);
1526
- };
1527
- const de_XksProxyUriUnreachableExceptionRes = async (parsedOutput, context) => {
1528
- const body = parsedOutput.body;
1529
- const deserialized = _json(body);
1530
- const exception = new XksProxyUriUnreachableException({
1531
- $metadata: deserializeMetadata(parsedOutput),
1532
- ...deserialized,
1533
- });
1534
- return __decorateServiceException(exception, body);
1535
- };
1536
- const de_XksProxyVpcEndpointServiceInUseExceptionRes = async (parsedOutput, context) => {
1537
- const body = parsedOutput.body;
1538
- const deserialized = _json(body);
1539
- const exception = new XksProxyVpcEndpointServiceInUseException({
1540
- $metadata: deserializeMetadata(parsedOutput),
1541
- ...deserialized,
1542
- });
1543
- return __decorateServiceException(exception, body);
1544
- };
1545
- const de_XksProxyVpcEndpointServiceInvalidConfigurationExceptionRes = async (parsedOutput, context) => {
1546
- const body = parsedOutput.body;
1547
- const deserialized = _json(body);
1548
- const exception = new XksProxyVpcEndpointServiceInvalidConfigurationException({
1549
- $metadata: deserializeMetadata(parsedOutput),
1550
- ...deserialized,
1551
- });
1552
- return __decorateServiceException(exception, body);
1553
- };
1554
- const de_XksProxyVpcEndpointServiceNotFoundExceptionRes = async (parsedOutput, context) => {
1555
- const body = parsedOutput.body;
1556
- const deserialized = _json(body);
1557
- const exception = new XksProxyVpcEndpointServiceNotFoundException({
1558
- $metadata: deserializeMetadata(parsedOutput),
1559
- ...deserialized,
1560
- });
1561
- return __decorateServiceException(exception, body);
1562
- };
1563
- const se_DecryptRequest = (input, context) => {
1564
- return take(input, {
1565
- CiphertextBlob: context.base64Encoder,
1566
- DryRun: [],
1567
- EncryptionAlgorithm: [],
1568
- EncryptionContext: _json,
1569
- GrantTokens: _json,
1570
- KeyId: [],
1571
- Recipient: (_) => se_RecipientInfo(_, context),
1572
- });
1573
- };
1574
- const se_DeriveSharedSecretRequest = (input, context) => {
1575
- return take(input, {
1576
- DryRun: [],
1577
- GrantTokens: _json,
1578
- KeyAgreementAlgorithm: [],
1579
- KeyId: [],
1580
- PublicKey: context.base64Encoder,
1581
- Recipient: (_) => se_RecipientInfo(_, context),
1582
- });
1583
- };
1584
- const se_EncryptRequest = (input, context) => {
1585
- return take(input, {
1586
- DryRun: [],
1587
- EncryptionAlgorithm: [],
1588
- EncryptionContext: _json,
1589
- GrantTokens: _json,
1590
- KeyId: [],
1591
- Plaintext: context.base64Encoder,
1592
- });
1593
- };
1594
- const se_GenerateDataKeyPairRequest = (input, context) => {
1595
- return take(input, {
1596
- DryRun: [],
1597
- EncryptionContext: _json,
1598
- GrantTokens: _json,
1599
- KeyId: [],
1600
- KeyPairSpec: [],
1601
- Recipient: (_) => se_RecipientInfo(_, context),
1602
- });
1603
- };
1604
- const se_GenerateDataKeyRequest = (input, context) => {
1605
- return take(input, {
1606
- DryRun: [],
1607
- EncryptionContext: _json,
1608
- GrantTokens: _json,
1609
- KeyId: [],
1610
- KeySpec: [],
1611
- NumberOfBytes: [],
1612
- Recipient: (_) => se_RecipientInfo(_, context),
1613
- });
1614
- };
1615
- const se_GenerateMacRequest = (input, context) => {
1616
- return take(input, {
1617
- DryRun: [],
1618
- GrantTokens: _json,
1619
- KeyId: [],
1620
- MacAlgorithm: [],
1621
- Message: context.base64Encoder,
1622
- });
1623
- };
1624
- const se_GenerateRandomRequest = (input, context) => {
1625
- return take(input, {
1626
- CustomKeyStoreId: [],
1627
- NumberOfBytes: [],
1628
- Recipient: (_) => se_RecipientInfo(_, context),
1629
- });
1630
- };
1631
- const se_ImportKeyMaterialRequest = (input, context) => {
1632
- return take(input, {
1633
- EncryptedKeyMaterial: context.base64Encoder,
1634
- ExpirationModel: [],
1635
- ImportToken: context.base64Encoder,
1636
- ImportType: [],
1637
- KeyId: [],
1638
- KeyMaterialDescription: [],
1639
- KeyMaterialId: [],
1640
- ValidTo: (_) => _.getTime() / 1_000,
1641
- });
1642
- };
1643
- const se_RecipientInfo = (input, context) => {
1644
- return take(input, {
1645
- AttestationDocument: context.base64Encoder,
1646
- KeyEncryptionAlgorithm: [],
1647
- });
1648
- };
1649
- const se_ReEncryptRequest = (input, context) => {
1650
- return take(input, {
1651
- CiphertextBlob: context.base64Encoder,
1652
- DestinationEncryptionAlgorithm: [],
1653
- DestinationEncryptionContext: _json,
1654
- DestinationKeyId: [],
1655
- DryRun: [],
1656
- GrantTokens: _json,
1657
- SourceEncryptionAlgorithm: [],
1658
- SourceEncryptionContext: _json,
1659
- SourceKeyId: [],
1660
- });
1661
- };
1662
- const se_SignRequest = (input, context) => {
1663
- return take(input, {
1664
- DryRun: [],
1665
- GrantTokens: _json,
1666
- KeyId: [],
1667
- Message: context.base64Encoder,
1668
- MessageType: [],
1669
- SigningAlgorithm: [],
1670
- });
1671
- };
1672
- const se_VerifyMacRequest = (input, context) => {
1673
- return take(input, {
1674
- DryRun: [],
1675
- GrantTokens: _json,
1676
- KeyId: [],
1677
- Mac: context.base64Encoder,
1678
- MacAlgorithm: [],
1679
- Message: context.base64Encoder,
1680
- });
1681
- };
1682
- const se_VerifyRequest = (input, context) => {
1683
- return take(input, {
1684
- DryRun: [],
1685
- GrantTokens: _json,
1686
- KeyId: [],
1687
- Message: context.base64Encoder,
1688
- MessageType: [],
1689
- Signature: context.base64Encoder,
1690
- SigningAlgorithm: [],
1691
- });
1692
- };
1693
- const de_AliasList = (output, context) => {
1694
- const retVal = (output || [])
1695
- .filter((e) => e != null)
1696
- .map((entry) => {
1697
- return de_AliasListEntry(entry, context);
1698
- });
1699
- return retVal;
1700
- };
1701
- const de_AliasListEntry = (output, context) => {
1702
- return take(output, {
1703
- AliasArn: __expectString,
1704
- AliasName: __expectString,
1705
- CreationDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1706
- LastUpdatedDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1707
- TargetKeyId: __expectString,
1708
- });
1709
- };
1710
- const de_CreateKeyResponse = (output, context) => {
1711
- return take(output, {
1712
- KeyMetadata: (_) => de_KeyMetadata(_, context),
1713
- });
1714
- };
1715
- const de_CustomKeyStoresList = (output, context) => {
1716
- const retVal = (output || [])
1717
- .filter((e) => e != null)
1718
- .map((entry) => {
1719
- return de_CustomKeyStoresListEntry(entry, context);
1720
- });
1721
- return retVal;
1722
- };
1723
- const de_CustomKeyStoresListEntry = (output, context) => {
1724
- return take(output, {
1725
- CloudHsmClusterId: __expectString,
1726
- ConnectionErrorCode: __expectString,
1727
- ConnectionState: __expectString,
1728
- CreationDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1729
- CustomKeyStoreId: __expectString,
1730
- CustomKeyStoreName: __expectString,
1731
- CustomKeyStoreType: __expectString,
1732
- TrustAnchorCertificate: __expectString,
1733
- XksProxyConfiguration: _json,
1734
- });
1735
- };
1736
- const de_DecryptResponse = (output, context) => {
1737
- return take(output, {
1738
- CiphertextForRecipient: context.base64Decoder,
1739
- EncryptionAlgorithm: __expectString,
1740
- KeyId: __expectString,
1741
- KeyMaterialId: __expectString,
1742
- Plaintext: context.base64Decoder,
1743
- });
1744
- };
1745
- const de_DeriveSharedSecretResponse = (output, context) => {
1746
- return take(output, {
1747
- CiphertextForRecipient: context.base64Decoder,
1748
- KeyAgreementAlgorithm: __expectString,
1749
- KeyId: __expectString,
1750
- KeyOrigin: __expectString,
1751
- SharedSecret: context.base64Decoder,
1752
- });
1753
- };
1754
- const de_DescribeCustomKeyStoresResponse = (output, context) => {
1755
- return take(output, {
1756
- CustomKeyStores: (_) => de_CustomKeyStoresList(_, context),
1757
- NextMarker: __expectString,
1758
- Truncated: __expectBoolean,
1759
- });
1760
- };
1761
- const de_DescribeKeyResponse = (output, context) => {
1762
- return take(output, {
1763
- KeyMetadata: (_) => de_KeyMetadata(_, context),
1764
- });
1765
- };
1766
- const de_EncryptResponse = (output, context) => {
1767
- return take(output, {
1768
- CiphertextBlob: context.base64Decoder,
1769
- EncryptionAlgorithm: __expectString,
1770
- KeyId: __expectString,
1771
- });
1772
- };
1773
- const de_GenerateDataKeyPairResponse = (output, context) => {
1774
- return take(output, {
1775
- CiphertextForRecipient: context.base64Decoder,
1776
- KeyId: __expectString,
1777
- KeyMaterialId: __expectString,
1778
- KeyPairSpec: __expectString,
1779
- PrivateKeyCiphertextBlob: context.base64Decoder,
1780
- PrivateKeyPlaintext: context.base64Decoder,
1781
- PublicKey: context.base64Decoder,
1782
- });
1783
- };
1784
- const de_GenerateDataKeyPairWithoutPlaintextResponse = (output, context) => {
1785
- return take(output, {
1786
- KeyId: __expectString,
1787
- KeyMaterialId: __expectString,
1788
- KeyPairSpec: __expectString,
1789
- PrivateKeyCiphertextBlob: context.base64Decoder,
1790
- PublicKey: context.base64Decoder,
1791
- });
1792
- };
1793
- const de_GenerateDataKeyResponse = (output, context) => {
1794
- return take(output, {
1795
- CiphertextBlob: context.base64Decoder,
1796
- CiphertextForRecipient: context.base64Decoder,
1797
- KeyId: __expectString,
1798
- KeyMaterialId: __expectString,
1799
- Plaintext: context.base64Decoder,
1800
- });
1801
- };
1802
- const de_GenerateDataKeyWithoutPlaintextResponse = (output, context) => {
1803
- return take(output, {
1804
- CiphertextBlob: context.base64Decoder,
1805
- KeyId: __expectString,
1806
- KeyMaterialId: __expectString,
1807
- });
1808
- };
1809
- const de_GenerateMacResponse = (output, context) => {
1810
- return take(output, {
1811
- KeyId: __expectString,
1812
- Mac: context.base64Decoder,
1813
- MacAlgorithm: __expectString,
1814
- });
1815
- };
1816
- const de_GenerateRandomResponse = (output, context) => {
1817
- return take(output, {
1818
- CiphertextForRecipient: context.base64Decoder,
1819
- Plaintext: context.base64Decoder,
1820
- });
1821
- };
1822
- const de_GetKeyRotationStatusResponse = (output, context) => {
1823
- return take(output, {
1824
- KeyId: __expectString,
1825
- KeyRotationEnabled: __expectBoolean,
1826
- NextRotationDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1827
- OnDemandRotationStartDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1828
- RotationPeriodInDays: __expectInt32,
1829
- });
1830
- };
1831
- const de_GetParametersForImportResponse = (output, context) => {
1832
- return take(output, {
1833
- ImportToken: context.base64Decoder,
1834
- KeyId: __expectString,
1835
- ParametersValidTo: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1836
- PublicKey: context.base64Decoder,
1837
- });
1838
- };
1839
- const de_GetPublicKeyResponse = (output, context) => {
1840
- return take(output, {
1841
- CustomerMasterKeySpec: __expectString,
1842
- EncryptionAlgorithms: _json,
1843
- KeyAgreementAlgorithms: _json,
1844
- KeyId: __expectString,
1845
- KeySpec: __expectString,
1846
- KeyUsage: __expectString,
1847
- PublicKey: context.base64Decoder,
1848
- SigningAlgorithms: _json,
1849
- });
1850
- };
1851
- const de_GrantList = (output, context) => {
1852
- const retVal = (output || [])
1853
- .filter((e) => e != null)
1854
- .map((entry) => {
1855
- return de_GrantListEntry(entry, context);
1856
- });
1857
- return retVal;
1858
- };
1859
- const de_GrantListEntry = (output, context) => {
1860
- return take(output, {
1861
- Constraints: _json,
1862
- CreationDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1863
- GrantId: __expectString,
1864
- GranteePrincipal: __expectString,
1865
- IssuingAccount: __expectString,
1866
- KeyId: __expectString,
1867
- Name: __expectString,
1868
- Operations: _json,
1869
- RetiringPrincipal: __expectString,
1870
- });
1871
- };
1872
- const de_KeyMetadata = (output, context) => {
1873
- return take(output, {
1874
- AWSAccountId: __expectString,
1875
- Arn: __expectString,
1876
- CloudHsmClusterId: __expectString,
1877
- CreationDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1878
- CurrentKeyMaterialId: __expectString,
1879
- CustomKeyStoreId: __expectString,
1880
- CustomerMasterKeySpec: __expectString,
1881
- DeletionDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1882
- Description: __expectString,
1883
- Enabled: __expectBoolean,
1884
- EncryptionAlgorithms: _json,
1885
- ExpirationModel: __expectString,
1886
- KeyAgreementAlgorithms: _json,
1887
- KeyId: __expectString,
1888
- KeyManager: __expectString,
1889
- KeySpec: __expectString,
1890
- KeyState: __expectString,
1891
- KeyUsage: __expectString,
1892
- MacAlgorithms: _json,
1893
- MultiRegion: __expectBoolean,
1894
- MultiRegionConfiguration: _json,
1895
- Origin: __expectString,
1896
- PendingDeletionWindowInDays: __expectInt32,
1897
- SigningAlgorithms: _json,
1898
- ValidTo: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1899
- XksKeyConfiguration: _json,
1900
- });
1901
- };
1902
- const de_ListAliasesResponse = (output, context) => {
1903
- return take(output, {
1904
- Aliases: (_) => de_AliasList(_, context),
1905
- NextMarker: __expectString,
1906
- Truncated: __expectBoolean,
1907
- });
1908
- };
1909
- const de_ListGrantsResponse = (output, context) => {
1910
- return take(output, {
1911
- Grants: (_) => de_GrantList(_, context),
1912
- NextMarker: __expectString,
1913
- Truncated: __expectBoolean,
1914
- });
1915
- };
1916
- const de_ListKeyRotationsResponse = (output, context) => {
1917
- return take(output, {
1918
- NextMarker: __expectString,
1919
- Rotations: (_) => de_RotationsList(_, context),
1920
- Truncated: __expectBoolean,
1921
- });
1922
- };
1923
- const de_ReEncryptResponse = (output, context) => {
1924
- return take(output, {
1925
- CiphertextBlob: context.base64Decoder,
1926
- DestinationEncryptionAlgorithm: __expectString,
1927
- DestinationKeyMaterialId: __expectString,
1928
- KeyId: __expectString,
1929
- SourceEncryptionAlgorithm: __expectString,
1930
- SourceKeyId: __expectString,
1931
- SourceKeyMaterialId: __expectString,
1932
- });
1933
- };
1934
- const de_ReplicateKeyResponse = (output, context) => {
1935
- return take(output, {
1936
- ReplicaKeyMetadata: (_) => de_KeyMetadata(_, context),
1937
- ReplicaPolicy: __expectString,
1938
- ReplicaTags: _json,
1939
- });
1940
- };
1941
- const de_RotationsList = (output, context) => {
1942
- const retVal = (output || [])
1943
- .filter((e) => e != null)
1944
- .map((entry) => {
1945
- return de_RotationsListEntry(entry, context);
1946
- });
1947
- return retVal;
1948
- };
1949
- const de_RotationsListEntry = (output, context) => {
1950
- return take(output, {
1951
- ExpirationModel: __expectString,
1952
- ImportState: __expectString,
1953
- KeyId: __expectString,
1954
- KeyMaterialDescription: __expectString,
1955
- KeyMaterialId: __expectString,
1956
- KeyMaterialState: __expectString,
1957
- RotationDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1958
- RotationType: __expectString,
1959
- ValidTo: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1960
- });
1961
- };
1962
- const de_ScheduleKeyDeletionResponse = (output, context) => {
1963
- return take(output, {
1964
- DeletionDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1965
- KeyId: __expectString,
1966
- KeyState: __expectString,
1967
- PendingWindowInDays: __expectInt32,
1968
- });
1969
- };
1970
- const de_SignResponse = (output, context) => {
1971
- return take(output, {
1972
- KeyId: __expectString,
1973
- Signature: context.base64Decoder,
1974
- SigningAlgorithm: __expectString,
1975
- });
1976
- };
1977
- const deserializeMetadata = (output) => ({
1978
- httpStatusCode: output.statusCode,
1979
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
1980
- extendedRequestId: output.headers["x-amz-id-2"],
1981
- cfId: output.headers["x-amz-cf-id"],
1982
- });
1983
- const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
1984
- const throwDefaultError = withBaseException(__BaseException);
1985
- const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
1986
- const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
1987
- const contents = {
1988
- protocol,
1989
- hostname,
1990
- port,
1991
- method: "POST",
1992
- path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,
1993
- headers,
1994
- };
1995
- if (resolvedHostname !== undefined) {
1996
- contents.hostname = resolvedHostname;
1997
- }
1998
- if (body !== undefined) {
1999
- contents.body = body;
2000
- }
2001
- return new __HttpRequest(contents);
2002
- };
2003
- function sharedHeaders(operation) {
2004
- return {
2005
- "content-type": "application/x-amz-json-1.1",
2006
- "x-amz-target": `TrentService.${operation}`,
2007
- };
2008
- }