@gemeentenijmegen/webapp 1.1.3 → 1.1.4

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 (920) hide show
  1. package/.jsii +11 -11
  2. package/lib/webapp/Criticality.js +1 -1
  3. package/lib/webapp/Webapp.js +1 -1
  4. package/lib/webapp/Webpage.js +1 -1
  5. package/lib/webapp/util/Files.js +1 -1
  6. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +1 -1
  7. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +465 -352
  8. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +10 -8
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +1 -0
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +74 -68
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +1 -0
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +10 -8
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +18 -0
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +2 -1
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +1 -1
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -1
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +145 -59
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +2 -1
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +2 -1
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +3 -2
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +1 -0
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +2 -0
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  27. package/node_modules/@aws-sdk/client-dynamodb/package.json +43 -45
  28. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +612 -446
  29. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +16 -11
  30. package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +1 -0
  31. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +1 -2
  32. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +1 -2
  33. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +1 -1
  34. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +1 -2
  35. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +1 -2
  36. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +1 -2
  37. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +1 -2
  38. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +1 -2
  39. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +1 -2
  40. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +1 -2
  41. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +1 -2
  42. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +1 -2
  43. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +1 -2
  44. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +1 -2
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +1 -2
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +1 -2
  47. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +1 -2
  48. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +1 -2
  49. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +1 -2
  50. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +1 -2
  51. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +1 -2
  52. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +1 -2
  53. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +1 -2
  54. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +1 -2
  55. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +23 -16
  56. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +10 -10
  57. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +91 -29
  58. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +16 -11
  59. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +18 -0
  60. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +6 -0
  61. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +3 -1
  62. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +4 -2
  64. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +23 -23
  65. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -0
  66. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +2 -0
  67. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +2 -0
  68. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +34 -33
  69. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +2 -1
  70. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +2 -1
  71. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +2 -1
  72. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +3 -1
  73. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  74. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
  75. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
  76. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +1 -1
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +2 -2
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +51 -48
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +3 -1
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +1 -0
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -0
  96. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +246 -105
  97. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +140 -64
  98. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +2 -1
  99. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +2 -1
  100. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +6 -5
  101. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +1 -0
  102. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +28 -3
  103. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +12 -1
  104. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  105. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  106. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +30 -11
  107. package/node_modules/@aws-sdk/client-s3/package.json +60 -62
  108. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +193 -139
  109. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +8 -6
  110. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +1 -0
  111. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +36 -24
  112. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +8 -6
  113. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +18 -0
  114. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +2 -1
  115. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +2 -1
  116. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +3 -2
  117. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +1 -0
  118. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  119. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  120. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  121. package/node_modules/@aws-sdk/client-secrets-manager/package.json +41 -43
  122. package/node_modules/@aws-sdk/client-ssm/README.md +5 -4
  123. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +1529 -1117
  124. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +8 -6
  125. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +1 -0
  126. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +211 -146
  127. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +108 -80
  128. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +64 -44
  129. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +8 -6
  130. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +5 -4
  131. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +23 -4
  132. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -1
  133. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +2 -2
  134. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +6 -6
  135. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
  136. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +1 -1
  137. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -3
  138. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +1 -1
  139. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
  140. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -1
  141. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +5 -4
  142. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +7 -9
  143. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +12 -13
  144. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +20 -9
  145. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +2 -1
  146. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +2 -1
  147. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +3 -2
  148. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +1 -0
  149. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  150. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  151. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  152. package/node_modules/@aws-sdk/client-ssm/package.json +42 -44
  153. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +57 -42
  154. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +8 -6
  155. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +1 -0
  156. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
  157. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +8 -6
  158. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +18 -0
  159. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  160. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  161. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -1
  162. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +1 -0
  163. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
  164. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  165. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -5
  166. package/node_modules/@aws-sdk/client-sso/package.json +40 -40
  167. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +29 -32
  168. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +3 -4
  169. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +10 -9
  170. package/node_modules/@aws-sdk/core/package.json +13 -13
  171. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -3
  172. package/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
  173. package/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
  174. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +38 -27
  175. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +11 -2
  176. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +14 -11
  177. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +8 -2
  178. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -7
  179. package/node_modules/@aws-sdk/credential-provider-ini/package.json +19 -19
  180. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +12 -19
  181. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +1 -1
  182. package/node_modules/@aws-sdk/credential-provider-node/package.json +16 -16
  183. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +10 -6
  184. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +4 -2
  185. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +2 -3
  186. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +5 -3
  187. package/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
  188. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +8 -7
  189. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +4 -2
  190. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -3
  191. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +5 -3
  192. package/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
  193. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +6 -3
  194. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +6 -3
  195. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +3 -3
  196. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +5 -6
  197. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +9 -11
  198. package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +5 -3
  199. package/node_modules/@aws-sdk/endpoint-cache/dist-es/EndpointCache.js +1 -0
  200. package/node_modules/@aws-sdk/endpoint-cache/package.json +4 -4
  201. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +1 -1
  202. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +1 -1
  203. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +9 -9
  204. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +8 -8
  205. package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +1 -2
  206. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +6 -6
  207. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -3
  208. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +132 -40
  209. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/constants.js +2 -2
  210. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/crc64-nvme-crt-container.js +3 -0
  211. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsInputMiddleware.js +37 -0
  212. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +22 -3
  213. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsResponseMiddleware.js +2 -12
  214. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +9 -5
  215. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -3
  216. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +2 -0
  217. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/hasHeaderWithPrefix.js +9 -0
  218. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +1 -0
  219. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +26 -7
  220. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/types.js +2 -0
  221. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/validateChecksumFromResponse.js +13 -2
  222. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +10 -1
  223. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/constants.d.ts +5 -5
  224. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +13 -0
  225. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +19 -0
  226. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +12 -7
  227. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +6 -2
  228. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +2 -1
  229. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +6 -0
  230. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +1 -0
  231. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +7 -0
  232. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/constants.d.ts +2 -3
  233. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/crc64-nvme-crt-container.d.ts +4 -0
  234. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsInputMiddleware.d.ts +10 -0
  235. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +4 -2
  236. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +4 -3
  237. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getFlexibleChecksumsPlugin.d.ts +2 -0
  238. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/hasHeaderWithPrefix.d.ts +5 -0
  239. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +1 -0
  240. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/validateChecksumFromResponse.d.ts +3 -1
  241. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -1
  242. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +19 -20
  243. package/node_modules/@aws-sdk/middleware-host-header/package.json +6 -6
  244. package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +1 -1
  245. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +5 -5
  246. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +2 -3
  247. package/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
  248. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -6
  249. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +34 -38
  250. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCache.js +3 -2
  251. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCacheEntry.js +3 -0
  252. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityProviderImpl.js +3 -1
  253. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +0 -1
  254. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +16 -16
  255. package/node_modules/@aws-sdk/middleware-ssec/package.json +5 -5
  256. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +13 -17
  257. package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -9
  258. package/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  259. package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
  260. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +0 -8
  261. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +879 -0
  262. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.browser.js +1 -2
  263. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.js +9 -9
  264. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/STSClient.js +1 -0
  265. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthSchemeProvider.js +0 -4
  266. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +952 -0
  267. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.browser.js +1 -1
  268. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.js +10 -10
  269. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  270. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/SSOOIDCClient.js +1 -0
  271. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +0 -8
  272. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  273. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/models_0.js +56 -99
  274. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/protocols/Aws_restJson1.js +2 -174
  275. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.browser.js +1 -2
  276. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.js +9 -9
  277. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  278. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/STSClient.js +1 -0
  279. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthSchemeProvider.js +0 -4
  280. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  281. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultStsRoleAssumers.js +6 -4
  282. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
  283. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/models_0.js +30 -62
  284. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/protocols/Aws_query.js +10 -420
  285. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.browser.js +1 -1
  286. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.js +10 -10
  287. package/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
  288. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDC.d.ts +0 -21
  289. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDCClient.d.ts +21 -12
  290. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/commands/CreateTokenCommand.d.ts +3 -50
  291. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  292. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +396 -0
  293. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
  294. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.browser.d.ts +1 -1
  295. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.d.ts +1 -1
  296. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.native.d.ts +2 -2
  297. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  298. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/STSClient.d.ts +20 -9
  299. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleCommand.d.ts +0 -47
  300. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -34
  301. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  302. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultStsRoleAssumers.d.ts +2 -2
  303. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/models_0.d.ts +19 -634
  304. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
  305. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.browser.d.ts +2 -1
  306. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.d.ts +2 -1
  307. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.native.d.ts +3 -2
  308. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
  309. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  310. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/SSOOIDCClient.d.ts +3 -24
  311. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/commands/CreateTokenCommand.d.ts +5 -9
  312. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  313. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/models_0.d.ts +6 -99
  314. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
  315. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.browser.d.ts +1 -3
  316. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.d.ts +1 -7
  317. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.native.d.ts +16 -8
  318. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  319. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/STSClient.d.ts +3 -44
  320. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  321. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultStsRoleAssumers.d.ts +2 -2
  322. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/models_0.d.ts +10 -105
  323. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
  324. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.browser.d.ts +6 -3
  325. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.d.ts +4 -7
  326. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.native.d.ts +21 -8
  327. package/node_modules/@aws-sdk/nested-clients/package.json +115 -0
  328. package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  329. package/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  330. package/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  331. package/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  332. package/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
  333. package/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js +10 -9
  334. package/node_modules/@aws-sdk/s3-request-presigner/dist-es/presigner.js +1 -0
  335. package/node_modules/@aws-sdk/s3-request-presigner/package.json +13 -13
  336. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +7 -3
  337. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +3 -0
  338. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -8
  339. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +17 -10
  340. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +11 -2
  341. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +1 -1
  342. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +1 -1
  343. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +2 -2
  344. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -0
  345. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -1
  346. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
  347. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +5 -2
  348. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  349. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -1
  350. package/node_modules/@aws-sdk/token-providers/package.json +9 -11
  351. package/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -1
  352. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -0
  353. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +56 -2
  354. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -0
  355. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +22 -1
  356. package/node_modules/@aws-sdk/types/package.json +4 -4
  357. package/node_modules/@aws-sdk/util-arn-parser/package.json +4 -4
  358. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +6 -0
  359. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +6 -0
  360. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +6 -0
  361. package/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
  362. package/node_modules/@aws-sdk/util-format-url/package.json +6 -6
  363. package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
  364. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
  365. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +4 -4
  366. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +3 -2
  367. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  368. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +1 -1
  369. package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
  370. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +9 -7
  371. package/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +3 -1
  372. package/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +1 -0
  373. package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
  374. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +92 -46
  375. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.md +3 -3
  376. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
  377. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +128 -67
  378. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/alb-defaults.js +2 -3
  379. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/alb-helper.js +7 -8
  380. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.js +7 -8
  381. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-helper.js +7 -8
  382. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +4 -5
  383. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +6 -7
  384. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudwatch-log-group-defaults.js +2 -3
  385. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudwatch-log-group-helper.js +2 -3
  386. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-defaults.js +4 -4
  387. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-helper.js +6 -7
  388. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.js +5 -6
  389. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticache-defaults.js +3 -4
  390. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticache-helper.js +4 -5
  391. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-defaults.js +2 -3
  392. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-helper.js +3 -4
  393. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/eventbridge-helper.d.ts +2 -2
  394. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/eventbridge-helper.js +3 -4
  395. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/events-rule-defaults.js +2 -3
  396. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/fargate-defaults.js +6 -7
  397. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/fargate-helper.js +6 -7
  398. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-database-defaults.js +2 -3
  399. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-database-helper.js +2 -3
  400. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-defaults.js +2 -3
  401. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +7 -7
  402. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-table-defaults.js +2 -3
  403. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-table-helper.js +3 -4
  404. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/iot-topic-rule-defaults.js +2 -3
  405. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-defaults.js +2 -3
  406. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +5 -6
  407. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-helper.js +2 -3
  408. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-firehose-s3-defaults.js +2 -3
  409. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-helper.js +4 -5
  410. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-helper.js +2 -3
  411. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-defaults.js +2 -3
  412. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-event-source-mapping-defaults.js +4 -5
  413. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-helper.js +6 -7
  414. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-defaults.js +2 -3
  415. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-helper.js +3 -4
  416. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-defaults.js +2 -3
  417. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-helper.js +4 -5
  418. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/override-warning-service.js +2 -3
  419. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.d.ts +1 -0
  420. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.js +13 -5
  421. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.d.ts +10 -0
  422. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.js +62 -6
  423. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/s3-bucket-defaults.js +3 -3
  424. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/s3-bucket-helper.js +7 -8
  425. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-defaults.js +5 -6
  426. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-helper.js +8 -9
  427. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-helper.js +3 -4
  428. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/security-group-helper.js +3 -4
  429. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-helper.js +3 -4
  430. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-defaults.js +3 -3
  431. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-helper.d.ts +1 -1
  432. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-helper.js +4 -5
  433. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/ssm-string-parameter-helper.js +2 -3
  434. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-defaults.js +2 -3
  435. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +5 -5
  436. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +19 -19
  437. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-defaults.js +4 -5
  438. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +6 -6
  439. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-defaults.js +4 -5
  440. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-helper.js +3 -4
  441. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/websocket-api-helper.js +4 -5
  442. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +4 -4
  443. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda/index.js +13 -0
  444. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-test/index.js +13 -0
  445. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +93 -1
  446. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +16 -16
  447. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +7 -7
  448. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
  449. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  450. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  451. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +1 -1
  452. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +9 -9
  453. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +8 -2
  454. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +1 -1
  455. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +8 -2
  456. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +84 -78
  457. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
  458. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  459. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  460. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +1 -1
  461. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +9 -9
  462. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +8 -2
  463. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +1 -1
  464. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +8 -2
  465. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +64 -58
  466. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/lambda/index.js +13 -0
  467. package/node_modules/@gemeentenijmegen/apiclient/lib/index.d.ts +10 -8
  468. package/node_modules/@gemeentenijmegen/apiclient/lib/index.js +23 -27
  469. package/node_modules/@gemeentenijmegen/apiclient/package.json +16 -14
  470. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +10 -9
  471. package/node_modules/@gemeentenijmegen/session/package.json +9 -8
  472. package/node_modules/@gemeentenijmegen/utils/package.json +12 -11
  473. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
  474. package/node_modules/@smithy/abort-controller/package.json +3 -3
  475. package/node_modules/@smithy/chunked-blob-reader/package.json +6 -2
  476. package/node_modules/@smithy/chunked-blob-reader-native/package.json +7 -3
  477. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +8 -12
  478. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  479. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  480. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  481. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  482. package/node_modules/@smithy/config-resolver/package.json +6 -6
  483. package/node_modules/@smithy/core/dist-cjs/index.js +34 -22
  484. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +2 -4
  485. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +1 -1
  486. package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +9 -6
  487. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -0
  488. package/node_modules/@smithy/core/package.json +11 -11
  489. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +10 -11
  490. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
  491. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  492. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +28 -21
  493. package/node_modules/@smithy/eventstream-codec/package.json +8 -5
  494. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +4 -3
  495. package/node_modules/@smithy/eventstream-serde-browser/package.json +4 -4
  496. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/EventStreamSerdeConfig.d.ts +3 -0
  497. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/EventStreamSerdeConfig.d.ts +3 -0
  498. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +3 -3
  499. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +4 -3
  500. package/node_modules/@smithy/eventstream-serde-node/package.json +5 -5
  501. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +4 -3
  502. package/node_modules/@smithy/eventstream-serde-universal/package.json +6 -6
  503. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +37 -10
  504. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +27 -1
  505. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -4
  506. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -4
  507. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  508. package/node_modules/@smithy/hash-blob-browser/package.json +8 -5
  509. package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
  510. package/node_modules/@smithy/hash-node/package.json +6 -6
  511. package/node_modules/@smithy/hash-stream-node/dist-cjs/index.js +4 -3
  512. package/node_modules/@smithy/hash-stream-node/dist-types/HashCalculator.d.ts +1 -0
  513. package/node_modules/@smithy/hash-stream-node/package.json +6 -6
  514. package/node_modules/@smithy/invalid-dependency/package.json +5 -2
  515. package/node_modules/@smithy/is-array-buffer/package.json +5 -4
  516. package/node_modules/@smithy/md5-js/dist-cjs/index.js +4 -3
  517. package/node_modules/@smithy/md5-js/package.json +9 -6
  518. package/node_modules/@smithy/middleware-content-length/package.json +4 -4
  519. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +10 -9
  520. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +3 -0
  521. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +4 -1
  522. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +4 -1
  523. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +8 -1
  524. package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +8 -1
  525. package/node_modules/@smithy/middleware-endpoint/package.json +10 -10
  526. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +18 -17
  527. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -0
  528. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +3 -0
  529. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +21 -0
  530. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +6 -0
  531. package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +1 -0
  532. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +9 -0
  533. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -0
  534. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +12 -0
  535. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -0
  536. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +3 -0
  537. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +21 -0
  538. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +6 -0
  539. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +1 -0
  540. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +9 -0
  541. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +1 -0
  542. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +12 -0
  543. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +12 -0
  544. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +12 -0
  545. package/node_modules/@smithy/middleware-retry/package.json +10 -10
  546. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +11 -4
  547. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +12 -2
  548. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  549. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -12
  550. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
  551. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
  552. package/node_modules/@smithy/middleware-stack/package.json +3 -3
  553. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +9 -0
  554. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
  555. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
  556. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +9 -0
  557. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
  558. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
  559. package/node_modules/@smithy/node-config-provider/package.json +6 -6
  560. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +46 -40
  561. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +11 -3
  562. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
  563. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +8 -0
  564. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
  565. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
  566. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
  567. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  568. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +2 -0
  569. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  570. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
  571. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
  572. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
  573. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +8 -0
  574. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
  575. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
  576. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
  577. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +1 -1
  578. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +1 -1
  579. package/node_modules/@smithy/node-http-handler/package.json +8 -8
  580. package/node_modules/@smithy/property-provider/dist-cjs/index.js +16 -14
  581. package/node_modules/@smithy/property-provider/package.json +3 -3
  582. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +16 -12
  583. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
  584. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +3 -1
  585. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
  586. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
  587. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +3 -1
  588. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
  589. package/node_modules/@smithy/protocol-http/package.json +3 -3
  590. package/node_modules/@smithy/querystring-builder/package.json +4 -4
  591. package/node_modules/@smithy/querystring-parser/package.json +3 -3
  592. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +4 -14
  593. package/node_modules/@smithy/service-error-classification/package.json +3 -3
  594. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
  595. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
  596. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  597. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +10 -0
  598. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
  599. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
  600. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
  601. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
  602. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  603. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +10 -0
  604. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
  605. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
  606. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
  607. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
  608. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -4
  609. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +16 -14
  610. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +9 -0
  611. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
  612. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  613. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  614. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  615. package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +1 -1
  616. package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +1 -1
  617. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +9 -0
  618. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
  619. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
  620. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
  621. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
  622. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +1 -1
  623. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +1 -1
  624. package/node_modules/@smithy/signature-v4/package.json +9 -9
  625. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +57 -25
  626. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +25 -1
  627. package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +2 -2
  628. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +8 -0
  629. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +3 -0
  630. package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +9 -6
  631. package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +1 -0
  632. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +8 -0
  633. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +3 -0
  634. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +9 -6
  635. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +1 -0
  636. package/node_modules/@smithy/smithy-client/package.json +10 -10
  637. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -0
  638. package/node_modules/@smithy/types/dist-types/client.d.ts +1 -0
  639. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
  640. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
  641. package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
  642. package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
  643. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
  644. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
  645. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
  646. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
  647. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
  648. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
  649. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
  650. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +3 -2
  651. package/node_modules/@smithy/types/dist-types/http.d.ts +6 -0
  652. package/node_modules/@smithy/types/dist-types/pagination.d.ts +8 -1
  653. package/node_modules/@smithy/types/dist-types/serde.d.ts +1 -0
  654. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
  655. package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
  656. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -0
  657. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +1 -0
  658. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
  659. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
  660. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
  661. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
  662. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
  663. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
  664. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
  665. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
  666. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
  667. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
  668. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
  669. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +3 -2
  670. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +6 -0
  671. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +7 -0
  672. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +1 -0
  673. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -1
  674. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
  675. package/node_modules/@smithy/types/package.json +2 -2
  676. package/node_modules/@smithy/url-parser/package.json +6 -3
  677. package/node_modules/@smithy/util-base64/package.json +8 -7
  678. package/node_modules/@smithy/util-body-length-browser/package.json +7 -3
  679. package/node_modules/@smithy/util-body-length-node/package.json +6 -5
  680. package/node_modules/@smithy/util-buffer-from/package.json +7 -6
  681. package/node_modules/@smithy/util-config-provider/package.json +6 -5
  682. package/node_modules/@smithy/util-defaults-mode-browser/package.json +7 -7
  683. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
  684. package/node_modules/@smithy/util-defaults-mode-node/package.json +10 -10
  685. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +13 -15
  686. package/node_modules/@smithy/util-endpoints/package.json +5 -5
  687. package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
  688. package/node_modules/@smithy/util-middleware/package.json +4 -4
  689. package/node_modules/@smithy/util-retry/dist-cjs/index.js +27 -21
  690. package/node_modules/@smithy/util-retry/package.json +5 -5
  691. package/node_modules/@smithy/util-stream/dist-cjs/index.js +4 -3
  692. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -1
  693. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +1 -1
  694. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
  695. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +1 -1
  696. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +2 -1
  697. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +1 -1
  698. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +2 -1
  699. package/node_modules/@smithy/util-stream/package.json +11 -11
  700. package/node_modules/@smithy/util-uri-escape/package.json +5 -4
  701. package/node_modules/@smithy/util-utf8/package.json +6 -5
  702. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +7 -9
  703. package/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +3 -3
  704. package/node_modules/@smithy/util-waiter/package.json +4 -4
  705. package/node_modules/@types/aws-lambda/README.md +1 -1
  706. package/node_modules/@types/aws-lambda/package.json +2 -2
  707. package/node_modules/@types/aws-lambda/trigger/guard-duty-event-notification.d.ts +1 -1
  708. package/package.json +16 -16
  709. package/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
  710. package/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
  711. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1052
  712. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
  713. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
  714. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
  715. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
  716. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
  717. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
  718. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
  719. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
  720. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
  721. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
  722. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  723. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
  724. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
  725. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
  726. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
  727. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
  728. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  729. package/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
  730. package/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  731. package/node_modules/@aws-sdk/client-sts/README.md +0 -281
  732. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1535
  733. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -25
  734. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
  735. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +0 -23
  736. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
  737. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
  738. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
  739. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
  740. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
  741. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -9
  742. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -78
  743. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
  744. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +0 -129
  745. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
  746. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
  747. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
  748. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
  749. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
  750. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -9
  751. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -83
  752. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -160
  753. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
  754. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +0 -47
  755. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
  756. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
  757. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
  758. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
  759. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
  760. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -9
  761. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -113
  762. package/node_modules/@aws-sdk/client-sts/package.json +0 -102
  763. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/streams/create-read-stream-on-buffer.browser.js +0 -7
  764. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/streams/create-read-stream-on-buffer.js +0 -11
  765. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/streams/create-read-stream-on-buffer.browser.js +0 -3
  766. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/streams/create-read-stream-on-buffer.js +0 -7
  767. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/streams/create-read-stream-on-buffer.browser.d.ts +0 -4
  768. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/streams/create-read-stream-on-buffer.d.ts +0 -6
  769. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/streams/create-read-stream-on-buffer.browser.d.ts +0 -3
  770. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/streams/create-read-stream-on-buffer.d.ts +0 -2
  771. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii +0 -7543
  772. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii.tabl.json.gz +0 -0
  773. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.warnings.jsii.js +0 -217
  774. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/LICENSE +0 -201
  775. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/NOTICE +0 -2
  776. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/README.md +0 -560
  777. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/awslint.json +0 -13
  778. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/api-call-base.d.ts +0 -129
  779. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/api-call-base.js +0 -56
  780. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.d.ts +0 -36
  781. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.js +0 -50
  782. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.d.ts +0 -115
  783. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.js +0 -157
  784. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.d.ts +0 -22
  785. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.js +0 -92
  786. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/index.d.ts +0 -9
  787. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/index.js +0 -26
  788. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.d.ts +0 -42
  789. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.js +0 -43
  790. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/deploy-assert.d.ts +0 -43
  791. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/deploy-assert.js +0 -98
  792. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/hash.d.ts +0 -1
  793. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/hash.js +0 -12
  794. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/index.d.ts +0 -2
  795. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/index.js +0 -19
  796. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/assertion.d.ts +0 -5
  797. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/assertion.js +0 -144
  798. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/base.d.ts +0 -30
  799. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/base.js +0 -134
  800. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/http.d.ts +0 -5
  801. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/http.js +0 -32
  802. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/index.d.ts +0 -14
  803. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/index.js +0 -171
  804. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/sdk.d.ts +0 -9
  805. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/sdk.js +0 -41
  806. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/types.d.ts +0 -235
  807. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/types.js +0 -43
  808. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/utils.d.ts +0 -6
  809. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/utils.js +0 -52
  810. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler.bundle/index.js +0 -31704
  811. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.d.ts +0 -89
  812. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.js +0 -232
  813. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.d.ts +0 -149
  814. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.js +0 -218
  815. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/types.d.ts +0 -82
  816. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/types.js +0 -3
  817. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/waiter-state-machine.d.ts +0 -74
  818. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/waiter-state-machine.js +0 -144
  819. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/index.d.ts +0 -2
  820. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/index.js +0 -19
  821. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-synthesizer.d.ts +0 -8
  822. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-synthesizer.js +0 -33
  823. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-writer.d.ts +0 -5
  824. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-writer.js +0 -28
  825. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.d.ts +0 -107
  826. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.js +0 -146
  827. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/package.json +0 -139
  828. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/rosetta/_generated.ts-fixture +0 -6
  829. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/rosetta/default.ts-fixture +0 -31
  830. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  831. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a/__entrypoint__.js +0 -1
  832. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  833. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a/__entrypoint__.js +0 -1
  834. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
  835. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
  836. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  837. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
  838. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
  839. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/EndpointParameters.js +0 -0
  840. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/endpointResolver.js +0 -0
  841. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/ruleset.js +0 -0
  842. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.native.js +0 -0
  843. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.shared.js +0 -0
  844. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeExtensions.js +0 -0
  845. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es/extensionConfiguration.js → nested-clients/dist-es/index.js} +0 -0
  846. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.js +0 -0
  847. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/commands/CreateTokenCommand.js +0 -0
  848. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/EndpointParameters.js +0 -0
  849. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
  850. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
  851. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sso-oidc}/extensionConfiguration.js +0 -0
  852. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/index.js +0 -0
  853. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/SSOOIDCServiceException.js +0 -0
  854. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/index.js +0 -0
  855. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  856. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
  857. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeExtensions.js +0 -0
  858. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
  859. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleCommand.js +0 -0
  860. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.js +0 -0
  861. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultRoleAssumers.js +0 -0
  862. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/EndpointParameters.js +0 -0
  863. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/endpointResolver.js +0 -0
  864. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/ruleset.js +0 -0
  865. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/index.js +0 -0
  866. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/STSServiceException.js +0 -0
  867. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/index.js +0 -0
  868. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.native.js +0 -0
  869. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.shared.js +0 -0
  870. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeExtensions.js +0 -0
  871. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  872. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +0 -0
  873. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +0 -0
  874. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
  875. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
  876. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
  877. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/index.d.ts +0 -0
  878. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
  879. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/index.d.ts +0 -0
  880. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.shared.d.ts +0 -0
  881. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
  882. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  883. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +0 -0
  884. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
  885. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/EndpointParameters.d.ts +0 -0
  886. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
  887. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/endpoint/ruleset.d.ts +0 -0
  888. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/extensionConfiguration.d.ts +0 -0
  889. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/index.d.ts +0 -0
  890. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/STSServiceException.d.ts +0 -0
  891. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/models/index.d.ts +0 -0
  892. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.shared.d.ts +0 -0
  893. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeExtensions.d.ts +0 -0
  894. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  895. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +0 -0
  896. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +0 -0
  897. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
  898. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
  899. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
  900. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/index.d.ts +0 -0
  901. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
  902. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/index.d.ts +0 -0
  903. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.shared.d.ts +0 -0
  904. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
  905. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  906. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +0 -0
  907. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleCommand.d.ts +0 -0
  908. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -0
  909. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
  910. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/EndpointParameters.d.ts +0 -0
  911. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
  912. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/ruleset.d.ts +0 -0
  913. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/extensionConfiguration.d.ts +0 -0
  914. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/index.d.ts +0 -0
  915. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/STSServiceException.d.ts +0 -0
  916. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/index.d.ts +0 -0
  917. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.shared.d.ts +0 -0
  918. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeExtensions.d.ts +0 -0
  919. /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/{asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a → asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200}/index.js +0 -0
  920. /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/{asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a → asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200}/index.js +0 -0
@@ -35,6 +35,7 @@ __export(src_exports, {
35
35
  BucketVersioningStatus: () => BucketVersioningStatus,
36
36
  ChecksumAlgorithm: () => ChecksumAlgorithm,
37
37
  ChecksumMode: () => ChecksumMode,
38
+ ChecksumType: () => ChecksumType,
38
39
  CompleteMultipartUploadCommand: () => CompleteMultipartUploadCommand,
39
40
  CompleteMultipartUploadOutputFilterSensitiveLog: () => CompleteMultipartUploadOutputFilterSensitiveLog,
40
41
  CompleteMultipartUploadRequestFilterSensitiveLog: () => CompleteMultipartUploadRequestFilterSensitiveLog,
@@ -317,7 +318,10 @@ var commonParams = {
317
318
 
318
319
  // src/models/S3ServiceException.ts
319
320
  var import_smithy_client = require("@smithy/smithy-client");
320
- var _S3ServiceException = class _S3ServiceException extends import_smithy_client.ServiceException {
321
+ var S3ServiceException = class _S3ServiceException extends import_smithy_client.ServiceException {
322
+ static {
323
+ __name(this, "S3ServiceException");
324
+ }
321
325
  /**
322
326
  * @internal
323
327
  */
@@ -326,8 +330,6 @@ var _S3ServiceException = class _S3ServiceException extends import_smithy_client
326
330
  Object.setPrototypeOf(this, _S3ServiceException.prototype);
327
331
  }
328
332
  };
329
- __name(_S3ServiceException, "S3ServiceException");
330
- var S3ServiceException = _S3ServiceException;
331
333
 
332
334
  // src/models/models_0.ts
333
335
  var RequestCharged = {
@@ -336,7 +338,12 @@ var RequestCharged = {
336
338
  var RequestPayer = {
337
339
  requester: "requester"
338
340
  };
339
- var _NoSuchUpload = class _NoSuchUpload extends S3ServiceException {
341
+ var NoSuchUpload = class _NoSuchUpload extends S3ServiceException {
342
+ static {
343
+ __name(this, "NoSuchUpload");
344
+ }
345
+ name = "NoSuchUpload";
346
+ $fault = "client";
340
347
  /**
341
348
  * @internal
342
349
  */
@@ -346,13 +353,9 @@ var _NoSuchUpload = class _NoSuchUpload extends S3ServiceException {
346
353
  $fault: "client",
347
354
  ...opts
348
355
  });
349
- this.name = "NoSuchUpload";
350
- this.$fault = "client";
351
356
  Object.setPrototypeOf(this, _NoSuchUpload.prototype);
352
357
  }
353
358
  };
354
- __name(_NoSuchUpload, "NoSuchUpload");
355
- var NoSuchUpload = _NoSuchUpload;
356
359
  var BucketAccelerateStatus = {
357
360
  Enabled: "Enabled",
358
361
  Suspended: "Suspended"
@@ -372,6 +375,10 @@ var Permission = {
372
375
  var OwnerOverride = {
373
376
  Destination: "Destination"
374
377
  };
378
+ var ChecksumType = {
379
+ COMPOSITE: "COMPOSITE",
380
+ FULL_OBJECT: "FULL_OBJECT"
381
+ };
375
382
  var ServerSideEncryption = {
376
383
  AES256: "AES256",
377
384
  aws_kms: "aws:kms",
@@ -389,6 +396,7 @@ var ObjectCannedACL = {
389
396
  var ChecksumAlgorithm = {
390
397
  CRC32: "CRC32",
391
398
  CRC32C: "CRC32C",
399
+ CRC64NVME: "CRC64NVME",
392
400
  SHA1: "SHA1",
393
401
  SHA256: "SHA256"
394
402
  };
@@ -421,7 +429,12 @@ var TaggingDirective = {
421
429
  COPY: "COPY",
422
430
  REPLACE: "REPLACE"
423
431
  };
424
- var _ObjectNotInActiveTierError = class _ObjectNotInActiveTierError extends S3ServiceException {
432
+ var ObjectNotInActiveTierError = class _ObjectNotInActiveTierError extends S3ServiceException {
433
+ static {
434
+ __name(this, "ObjectNotInActiveTierError");
435
+ }
436
+ name = "ObjectNotInActiveTierError";
437
+ $fault = "client";
425
438
  /**
426
439
  * @internal
427
440
  */
@@ -431,14 +444,15 @@ var _ObjectNotInActiveTierError = class _ObjectNotInActiveTierError extends S3Se
431
444
  $fault: "client",
432
445
  ...opts
433
446
  });
434
- this.name = "ObjectNotInActiveTierError";
435
- this.$fault = "client";
436
447
  Object.setPrototypeOf(this, _ObjectNotInActiveTierError.prototype);
437
448
  }
438
449
  };
439
- __name(_ObjectNotInActiveTierError, "ObjectNotInActiveTierError");
440
- var ObjectNotInActiveTierError = _ObjectNotInActiveTierError;
441
- var _BucketAlreadyExists = class _BucketAlreadyExists extends S3ServiceException {
450
+ var BucketAlreadyExists = class _BucketAlreadyExists extends S3ServiceException {
451
+ static {
452
+ __name(this, "BucketAlreadyExists");
453
+ }
454
+ name = "BucketAlreadyExists";
455
+ $fault = "client";
442
456
  /**
443
457
  * @internal
444
458
  */
@@ -448,14 +462,15 @@ var _BucketAlreadyExists = class _BucketAlreadyExists extends S3ServiceException
448
462
  $fault: "client",
449
463
  ...opts
450
464
  });
451
- this.name = "BucketAlreadyExists";
452
- this.$fault = "client";
453
465
  Object.setPrototypeOf(this, _BucketAlreadyExists.prototype);
454
466
  }
455
467
  };
456
- __name(_BucketAlreadyExists, "BucketAlreadyExists");
457
- var BucketAlreadyExists = _BucketAlreadyExists;
458
- var _BucketAlreadyOwnedByYou = class _BucketAlreadyOwnedByYou extends S3ServiceException {
468
+ var BucketAlreadyOwnedByYou = class _BucketAlreadyOwnedByYou extends S3ServiceException {
469
+ static {
470
+ __name(this, "BucketAlreadyOwnedByYou");
471
+ }
472
+ name = "BucketAlreadyOwnedByYou";
473
+ $fault = "client";
459
474
  /**
460
475
  * @internal
461
476
  */
@@ -465,13 +480,9 @@ var _BucketAlreadyOwnedByYou = class _BucketAlreadyOwnedByYou extends S3ServiceE
465
480
  $fault: "client",
466
481
  ...opts
467
482
  });
468
- this.name = "BucketAlreadyOwnedByYou";
469
- this.$fault = "client";
470
483
  Object.setPrototypeOf(this, _BucketAlreadyOwnedByYou.prototype);
471
484
  }
472
485
  };
473
- __name(_BucketAlreadyOwnedByYou, "BucketAlreadyOwnedByYou");
474
- var BucketAlreadyOwnedByYou = _BucketAlreadyOwnedByYou;
475
486
  var BucketCannedACL = {
476
487
  authenticated_read: "authenticated-read",
477
488
  private: "private",
@@ -528,7 +539,12 @@ var SessionMode = {
528
539
  ReadOnly: "ReadOnly",
529
540
  ReadWrite: "ReadWrite"
530
541
  };
531
- var _NoSuchBucket = class _NoSuchBucket extends S3ServiceException {
542
+ var NoSuchBucket = class _NoSuchBucket extends S3ServiceException {
543
+ static {
544
+ __name(this, "NoSuchBucket");
545
+ }
546
+ name = "NoSuchBucket";
547
+ $fault = "client";
532
548
  /**
533
549
  * @internal
534
550
  */
@@ -538,13 +554,9 @@ var _NoSuchBucket = class _NoSuchBucket extends S3ServiceException {
538
554
  $fault: "client",
539
555
  ...opts
540
556
  });
541
- this.name = "NoSuchBucket";
542
- this.$fault = "client";
543
557
  Object.setPrototypeOf(this, _NoSuchBucket.prototype);
544
558
  }
545
559
  };
546
- __name(_NoSuchBucket, "NoSuchBucket");
547
- var NoSuchBucket = _NoSuchBucket;
548
560
  var AnalyticsFilter;
549
561
  ((AnalyticsFilter2) => {
550
562
  AnalyticsFilter2.visit = /* @__PURE__ */ __name((value, visitor) => {
@@ -727,7 +739,14 @@ var ReplicationStatus = {
727
739
  var ChecksumMode = {
728
740
  ENABLED: "ENABLED"
729
741
  };
730
- var _InvalidObjectState = class _InvalidObjectState extends S3ServiceException {
742
+ var InvalidObjectState = class _InvalidObjectState extends S3ServiceException {
743
+ static {
744
+ __name(this, "InvalidObjectState");
745
+ }
746
+ name = "InvalidObjectState";
747
+ $fault = "client";
748
+ StorageClass;
749
+ AccessTier;
731
750
  /**
732
751
  * @internal
733
752
  */
@@ -737,16 +756,17 @@ var _InvalidObjectState = class _InvalidObjectState extends S3ServiceException {
737
756
  $fault: "client",
738
757
  ...opts
739
758
  });
740
- this.name = "InvalidObjectState";
741
- this.$fault = "client";
742
759
  Object.setPrototypeOf(this, _InvalidObjectState.prototype);
743
760
  this.StorageClass = opts.StorageClass;
744
761
  this.AccessTier = opts.AccessTier;
745
762
  }
746
763
  };
747
- __name(_InvalidObjectState, "InvalidObjectState");
748
- var InvalidObjectState = _InvalidObjectState;
749
- var _NoSuchKey = class _NoSuchKey extends S3ServiceException {
764
+ var NoSuchKey = class _NoSuchKey extends S3ServiceException {
765
+ static {
766
+ __name(this, "NoSuchKey");
767
+ }
768
+ name = "NoSuchKey";
769
+ $fault = "client";
750
770
  /**
751
771
  * @internal
752
772
  */
@@ -756,13 +776,9 @@ var _NoSuchKey = class _NoSuchKey extends S3ServiceException {
756
776
  $fault: "client",
757
777
  ...opts
758
778
  });
759
- this.name = "NoSuchKey";
760
- this.$fault = "client";
761
779
  Object.setPrototypeOf(this, _NoSuchKey.prototype);
762
780
  }
763
781
  };
764
- __name(_NoSuchKey, "NoSuchKey");
765
- var NoSuchKey = _NoSuchKey;
766
782
  var ObjectAttributes = {
767
783
  CHECKSUM: "Checksum",
768
784
  ETAG: "ETag",
@@ -777,7 +793,12 @@ var ObjectLockRetentionMode = {
777
793
  COMPLIANCE: "COMPLIANCE",
778
794
  GOVERNANCE: "GOVERNANCE"
779
795
  };
780
- var _NotFound = class _NotFound extends S3ServiceException {
796
+ var NotFound = class _NotFound extends S3ServiceException {
797
+ static {
798
+ __name(this, "NotFound");
799
+ }
800
+ name = "NotFound";
801
+ $fault = "client";
781
802
  /**
782
803
  * @internal
783
804
  */
@@ -787,13 +808,9 @@ var _NotFound = class _NotFound extends S3ServiceException {
787
808
  $fault: "client",
788
809
  ...opts
789
810
  });
790
- this.name = "NotFound";
791
- this.$fault = "client";
792
811
  Object.setPrototypeOf(this, _NotFound.prototype);
793
812
  }
794
813
  };
795
- __name(_NotFound, "NotFound");
796
- var NotFound = _NotFound;
797
814
  var ArchiveStatus = {
798
815
  ARCHIVE_ACCESS: "ARCHIVE_ACCESS",
799
816
  DEEP_ARCHIVE_ACCESS: "DEEP_ARCHIVE_ACCESS"
@@ -968,7 +985,12 @@ var MFADelete = {
968
985
  Disabled: "Disabled",
969
986
  Enabled: "Enabled"
970
987
  };
971
- var _EncryptionTypeMismatch = class _EncryptionTypeMismatch extends S3ServiceException {
988
+ var EncryptionTypeMismatch = class _EncryptionTypeMismatch extends S3ServiceException {
989
+ static {
990
+ __name(this, "EncryptionTypeMismatch");
991
+ }
992
+ name = "EncryptionTypeMismatch";
993
+ $fault = "client";
972
994
  /**
973
995
  * @internal
974
996
  */
@@ -978,14 +1000,15 @@ var _EncryptionTypeMismatch = class _EncryptionTypeMismatch extends S3ServiceExc
978
1000
  $fault: "client",
979
1001
  ...opts
980
1002
  });
981
- this.name = "EncryptionTypeMismatch";
982
- this.$fault = "client";
983
1003
  Object.setPrototypeOf(this, _EncryptionTypeMismatch.prototype);
984
1004
  }
985
1005
  };
986
- __name(_EncryptionTypeMismatch, "EncryptionTypeMismatch");
987
- var EncryptionTypeMismatch = _EncryptionTypeMismatch;
988
- var _InvalidRequest = class _InvalidRequest extends S3ServiceException {
1006
+ var InvalidRequest = class _InvalidRequest extends S3ServiceException {
1007
+ static {
1008
+ __name(this, "InvalidRequest");
1009
+ }
1010
+ name = "InvalidRequest";
1011
+ $fault = "client";
989
1012
  /**
990
1013
  * @internal
991
1014
  */
@@ -995,14 +1018,15 @@ var _InvalidRequest = class _InvalidRequest extends S3ServiceException {
995
1018
  $fault: "client",
996
1019
  ...opts
997
1020
  });
998
- this.name = "InvalidRequest";
999
- this.$fault = "client";
1000
1021
  Object.setPrototypeOf(this, _InvalidRequest.prototype);
1001
1022
  }
1002
1023
  };
1003
- __name(_InvalidRequest, "InvalidRequest");
1004
- var InvalidRequest = _InvalidRequest;
1005
- var _InvalidWriteOffset = class _InvalidWriteOffset extends S3ServiceException {
1024
+ var InvalidWriteOffset = class _InvalidWriteOffset extends S3ServiceException {
1025
+ static {
1026
+ __name(this, "InvalidWriteOffset");
1027
+ }
1028
+ name = "InvalidWriteOffset";
1029
+ $fault = "client";
1006
1030
  /**
1007
1031
  * @internal
1008
1032
  */
@@ -1012,14 +1036,15 @@ var _InvalidWriteOffset = class _InvalidWriteOffset extends S3ServiceException {
1012
1036
  $fault: "client",
1013
1037
  ...opts
1014
1038
  });
1015
- this.name = "InvalidWriteOffset";
1016
- this.$fault = "client";
1017
1039
  Object.setPrototypeOf(this, _InvalidWriteOffset.prototype);
1018
1040
  }
1019
1041
  };
1020
- __name(_InvalidWriteOffset, "InvalidWriteOffset");
1021
- var InvalidWriteOffset = _InvalidWriteOffset;
1022
- var _TooManyParts = class _TooManyParts extends S3ServiceException {
1042
+ var TooManyParts = class _TooManyParts extends S3ServiceException {
1043
+ static {
1044
+ __name(this, "TooManyParts");
1045
+ }
1046
+ name = "TooManyParts";
1047
+ $fault = "client";
1023
1048
  /**
1024
1049
  * @internal
1025
1050
  */
@@ -1029,14 +1054,15 @@ var _TooManyParts = class _TooManyParts extends S3ServiceException {
1029
1054
  $fault: "client",
1030
1055
  ...opts
1031
1056
  });
1032
- this.name = "TooManyParts";
1033
- this.$fault = "client";
1034
1057
  Object.setPrototypeOf(this, _TooManyParts.prototype);
1035
1058
  }
1036
1059
  };
1037
- __name(_TooManyParts, "TooManyParts");
1038
- var TooManyParts = _TooManyParts;
1039
- var _ObjectAlreadyInActiveTierError = class _ObjectAlreadyInActiveTierError extends S3ServiceException {
1060
+ var ObjectAlreadyInActiveTierError = class _ObjectAlreadyInActiveTierError extends S3ServiceException {
1061
+ static {
1062
+ __name(this, "ObjectAlreadyInActiveTierError");
1063
+ }
1064
+ name = "ObjectAlreadyInActiveTierError";
1065
+ $fault = "client";
1040
1066
  /**
1041
1067
  * @internal
1042
1068
  */
@@ -1046,13 +1072,9 @@ var _ObjectAlreadyInActiveTierError = class _ObjectAlreadyInActiveTierError exte
1046
1072
  $fault: "client",
1047
1073
  ...opts
1048
1074
  });
1049
- this.name = "ObjectAlreadyInActiveTierError";
1050
- this.$fault = "client";
1051
1075
  Object.setPrototypeOf(this, _ObjectAlreadyInActiveTierError.prototype);
1052
1076
  }
1053
1077
  };
1054
- __name(_ObjectAlreadyInActiveTierError, "ObjectAlreadyInActiveTierError");
1055
- var ObjectAlreadyInActiveTierError = _ObjectAlreadyInActiveTierError;
1056
1078
  var Tier = {
1057
1079
  Bulk: "Bulk",
1058
1080
  Expedited: "Expedited",
@@ -1212,8 +1234,11 @@ var se_CompleteMultipartUploadCommand = /* @__PURE__ */ __name(async (input, con
1212
1234
  "content-type": "application/xml",
1213
1235
  [_xacc]: input[_CCRC],
1214
1236
  [_xacc_]: input[_CCRCC],
1237
+ [_xacc__]: input[_CCRCNVME],
1215
1238
  [_xacs]: input[_CSHA],
1216
1239
  [_xacs_]: input[_CSHAh],
1240
+ [_xact]: input[_CT],
1241
+ [_xamos]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_MOS]), () => input[_MOS].toString()],
1217
1242
  [_xarp]: input[_RP],
1218
1243
  [_xaebo]: input[_EBO],
1219
1244
  [_im]: input[_IM],
@@ -1249,7 +1274,7 @@ var se_CopyObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
1249
1274
  [_cd]: input[_CD],
1250
1275
  [_ce]: input[_CE],
1251
1276
  [_cl]: input[_CL],
1252
- [_ct]: input[_CT],
1277
+ [_ct]: input[_CTo],
1253
1278
  [_xacs__]: input[_CS],
1254
1279
  [_xacsim]: input[_CSIM],
1255
1280
  [_xacsims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_CSIMS]), () => (0, import_smithy_client.dateToUtcString)(input[_CSIMS]).toString()],
@@ -1354,7 +1379,7 @@ var se_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (input, conte
1354
1379
  [_cd]: input[_CD],
1355
1380
  [_ce]: input[_CE],
1356
1381
  [_cl]: input[_CL],
1357
- [_ct]: input[_CT],
1382
+ [_ct]: input[_CTo],
1358
1383
  [_e]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
1359
1384
  [_xagfc]: input[_GFC],
1360
1385
  [_xagr]: input[_GR],
@@ -1376,6 +1401,7 @@ var se_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (input, conte
1376
1401
  [_xaollh]: input[_OLLHS],
1377
1402
  [_xaebo]: input[_EBO],
1378
1403
  [_xaca]: input[_CA],
1404
+ [_xact]: input[_CT],
1379
1405
  ...input.Metadata !== void 0 && Object.keys(input.Metadata).reduce((acc, suffix) => {
1380
1406
  acc[`x-amz-meta-${suffix.toLowerCase()}`] = input.Metadata[suffix];
1381
1407
  return acc;
@@ -2204,7 +2230,7 @@ var se_ListBucketAnalyticsConfigurationsCommand = /* @__PURE__ */ __name(async (
2204
2230
  const query = (0, import_smithy_client.map)({
2205
2231
  [_a]: [, ""],
2206
2232
  [_xi]: [, "ListBucketAnalyticsConfigurations"],
2207
- [_ct_]: [, input[_CTo]]
2233
+ [_ct_]: [, input[_CTon]]
2208
2234
  });
2209
2235
  let body;
2210
2236
  b.m("GET").h(headers).q(query).b(body);
@@ -2218,7 +2244,7 @@ var se_ListBucketIntelligentTieringConfigurationsCommand = /* @__PURE__ */ __nam
2218
2244
  const query = (0, import_smithy_client.map)({
2219
2245
  [_it]: [, ""],
2220
2246
  [_xi]: [, "ListBucketIntelligentTieringConfigurations"],
2221
- [_ct_]: [, input[_CTo]]
2247
+ [_ct_]: [, input[_CTon]]
2222
2248
  });
2223
2249
  let body;
2224
2250
  b.m("GET").h(headers).q(query).b(body);
@@ -2234,7 +2260,7 @@ var se_ListBucketInventoryConfigurationsCommand = /* @__PURE__ */ __name(async (
2234
2260
  const query = (0, import_smithy_client.map)({
2235
2261
  [_in]: [, ""],
2236
2262
  [_xi]: [, "ListBucketInventoryConfigurations"],
2237
- [_ct_]: [, input[_CTo]]
2263
+ [_ct_]: [, input[_CTon]]
2238
2264
  });
2239
2265
  let body;
2240
2266
  b.m("GET").h(headers).q(query).b(body);
@@ -2250,7 +2276,7 @@ var se_ListBucketMetricsConfigurationsCommand = /* @__PURE__ */ __name(async (in
2250
2276
  const query = (0, import_smithy_client.map)({
2251
2277
  [_m]: [, ""],
2252
2278
  [_xi]: [, "ListBucketMetricsConfigurations"],
2253
- [_ct_]: [, input[_CTo]]
2279
+ [_ct_]: [, input[_CTon]]
2254
2280
  });
2255
2281
  let body;
2256
2282
  b.m("GET").h(headers).q(query).b(body);
@@ -2263,7 +2289,7 @@ var se_ListBucketsCommand = /* @__PURE__ */ __name(async (input, context) => {
2263
2289
  const query = (0, import_smithy_client.map)({
2264
2290
  [_xi]: [, "ListBuckets"],
2265
2291
  [_mb]: [() => input.MaxBuckets !== void 0, () => input[_MB].toString()],
2266
- [_ct_]: [, input[_CTo]],
2292
+ [_ct_]: [, input[_CTon]],
2267
2293
  [_pr]: [, input[_P]],
2268
2294
  [_br]: [, input[_BR]]
2269
2295
  });
@@ -2277,7 +2303,7 @@ var se_ListDirectoryBucketsCommand = /* @__PURE__ */ __name(async (input, contex
2277
2303
  b.bp("/");
2278
2304
  const query = (0, import_smithy_client.map)({
2279
2305
  [_xi]: [, "ListDirectoryBuckets"],
2280
- [_ct_]: [, input[_CTo]],
2306
+ [_ct_]: [, input[_CTon]],
2281
2307
  [_mdb]: [() => input.MaxDirectoryBuckets !== void 0, () => input[_MDB].toString()]
2282
2308
  });
2283
2309
  let body;
@@ -2340,7 +2366,7 @@ var se_ListObjectsV2Command = /* @__PURE__ */ __name(async (input, context) => {
2340
2366
  [_et]: [, input[_ET]],
2341
2367
  [_mk]: [() => input.MaxKeys !== void 0, () => input[_MK].toString()],
2342
2368
  [_pr]: [, input[_P]],
2343
- [_ct_]: [, input[_CTo]],
2369
+ [_ct_]: [, input[_CTon]],
2344
2370
  [_fo]: [() => input.FetchOwner !== void 0, () => input[_FO].toString()],
2345
2371
  [_sa]: [, input[_SA]]
2346
2372
  });
@@ -2827,7 +2853,7 @@ var se_PutBucketWebsiteCommand = /* @__PURE__ */ __name(async (input, context) =
2827
2853
  var se_PutObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
2828
2854
  const b = (0, import_core2.requestBuilder)(input, context);
2829
2855
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
2830
- [_ct]: input[_CT] || "application/octet-stream",
2856
+ [_ct]: input[_CTo] || "application/octet-stream",
2831
2857
  [_xaa]: input[_ACL],
2832
2858
  [_cc]: input[_CC],
2833
2859
  [_cd]: input[_CD],
@@ -2838,6 +2864,7 @@ var se_PutObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
2838
2864
  [_xasca]: input[_CA],
2839
2865
  [_xacc]: input[_CCRC],
2840
2866
  [_xacc_]: input[_CCRCC],
2867
+ [_xacc__]: input[_CCRCNVME],
2841
2868
  [_xacs]: input[_CSHA],
2842
2869
  [_xacs_]: input[_CSHAh],
2843
2870
  [_e]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
@@ -3123,6 +3150,7 @@ var se_UploadPartCommand = /* @__PURE__ */ __name(async (input, context) => {
3123
3150
  [_xasca]: input[_CA],
3124
3151
  [_xacc]: input[_CCRC],
3125
3152
  [_xacc_]: input[_CCRCC],
3153
+ [_xacc__]: input[_CCRCNVME],
3126
3154
  [_xacs]: input[_CSHA],
3127
3155
  [_xacs_]: input[_CSHAh],
3128
3156
  [_xasseca]: input[_SSECA],
@@ -3196,9 +3224,10 @@ var se_WriteGetObjectResponseCommand = /* @__PURE__ */ __name(async (input, cont
3196
3224
  [_xafhcl]: input[_CL],
3197
3225
  [_cl_]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_CLo]), () => input[_CLo].toString()],
3198
3226
  [_xafhcr]: input[_CR],
3199
- [_xafhct]: input[_CT],
3227
+ [_xafhct]: input[_CTo],
3200
3228
  [_xafhxacc]: input[_CCRC],
3201
3229
  [_xafhxacc_]: input[_CCRCC],
3230
+ [_xafhxacc__]: input[_CCRCNVME],
3202
3231
  [_xafhxacs]: input[_CSHA],
3203
3232
  [_xafhxacs_]: input[_CSHAh],
3204
3233
  [_xafhxadm]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_DM]), () => input[_DM].toString()],
@@ -3286,12 +3315,18 @@ var de_CompleteMultipartUploadCommand = /* @__PURE__ */ __name(async (output, co
3286
3315
  if (data[_CCRCC] != null) {
3287
3316
  contents[_CCRCC] = (0, import_smithy_client.expectString)(data[_CCRCC]);
3288
3317
  }
3318
+ if (data[_CCRCNVME] != null) {
3319
+ contents[_CCRCNVME] = (0, import_smithy_client.expectString)(data[_CCRCNVME]);
3320
+ }
3289
3321
  if (data[_CSHA] != null) {
3290
3322
  contents[_CSHA] = (0, import_smithy_client.expectString)(data[_CSHA]);
3291
3323
  }
3292
3324
  if (data[_CSHAh] != null) {
3293
3325
  contents[_CSHAh] = (0, import_smithy_client.expectString)(data[_CSHAh]);
3294
3326
  }
3327
+ if (data[_CT] != null) {
3328
+ contents[_CT] = (0, import_smithy_client.expectString)(data[_CT]);
3329
+ }
3295
3330
  if (data[_ETa] != null) {
3296
3331
  contents[_ETa] = (0, import_smithy_client.expectString)(data[_ETa]);
3297
3332
  }
@@ -3363,7 +3398,8 @@ var de_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (output, cont
3363
3398
  [_SSEKMSEC]: [, output.headers[_xassec]],
3364
3399
  [_BKE]: [() => void 0 !== output.headers[_xassebke], () => (0, import_smithy_client.parseBoolean)(output.headers[_xassebke])],
3365
3400
  [_RC]: [, output.headers[_xarc]],
3366
- [_CA]: [, output.headers[_xaca]]
3401
+ [_CA]: [, output.headers[_xaca]],
3402
+ [_CT]: [, output.headers[_xact]]
3367
3403
  });
3368
3404
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
3369
3405
  if (data[_B] != null) {
@@ -3899,8 +3935,10 @@ var de_GetObjectCommand = /* @__PURE__ */ __name(async (output, context) => {
3899
3935
  [_ETa]: [, output.headers[_eta]],
3900
3936
  [_CCRC]: [, output.headers[_xacc]],
3901
3937
  [_CCRCC]: [, output.headers[_xacc_]],
3938
+ [_CCRCNVME]: [, output.headers[_xacc__]],
3902
3939
  [_CSHA]: [, output.headers[_xacs]],
3903
3940
  [_CSHAh]: [, output.headers[_xacs_]],
3941
+ [_CT]: [, output.headers[_xact]],
3904
3942
  [_MM]: [() => void 0 !== output.headers[_xamm], () => (0, import_smithy_client.strictParseInt32)(output.headers[_xamm])],
3905
3943
  [_VI]: [, output.headers[_xavi]],
3906
3944
  [_CC]: [, output.headers[_cc]],
@@ -3908,7 +3946,7 @@ var de_GetObjectCommand = /* @__PURE__ */ __name(async (output, context) => {
3908
3946
  [_CE]: [, output.headers[_ce]],
3909
3947
  [_CL]: [, output.headers[_cl]],
3910
3948
  [_CR]: [, output.headers[_cr]],
3911
- [_CT]: [, output.headers[_ct]],
3949
+ [_CTo]: [, output.headers[_ct]],
3912
3950
  [_E]: [() => void 0 !== output.headers[_e], () => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc7231DateTime)(output.headers[_e]))],
3913
3951
  [_ES]: [, output.headers[_ex]],
3914
3952
  [_WRL]: [, output.headers[_xawrl]],
@@ -4091,8 +4129,10 @@ var de_HeadObjectCommand = /* @__PURE__ */ __name(async (output, context) => {
4091
4129
  [_CLo]: [() => void 0 !== output.headers[_cl_], () => (0, import_smithy_client.strictParseLong)(output.headers[_cl_])],
4092
4130
  [_CCRC]: [, output.headers[_xacc]],
4093
4131
  [_CCRCC]: [, output.headers[_xacc_]],
4132
+ [_CCRCNVME]: [, output.headers[_xacc__]],
4094
4133
  [_CSHA]: [, output.headers[_xacs]],
4095
4134
  [_CSHAh]: [, output.headers[_xacs_]],
4135
+ [_CT]: [, output.headers[_xact]],
4096
4136
  [_ETa]: [, output.headers[_eta]],
4097
4137
  [_MM]: [() => void 0 !== output.headers[_xamm], () => (0, import_smithy_client.strictParseInt32)(output.headers[_xamm])],
4098
4138
  [_VI]: [, output.headers[_xavi]],
@@ -4100,7 +4140,7 @@ var de_HeadObjectCommand = /* @__PURE__ */ __name(async (output, context) => {
4100
4140
  [_CD]: [, output.headers[_cd]],
4101
4141
  [_CE]: [, output.headers[_ce]],
4102
4142
  [_CL]: [, output.headers[_cl]],
4103
- [_CT]: [, output.headers[_ct]],
4143
+ [_CTo]: [, output.headers[_ct]],
4104
4144
  [_E]: [() => void 0 !== output.headers[_e], () => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc7231DateTime)(output.headers[_e]))],
4105
4145
  [_ES]: [, output.headers[_ex]],
4106
4146
  [_WRL]: [, output.headers[_xawrl]],
@@ -4143,8 +4183,8 @@ var de_ListBucketAnalyticsConfigurationsCommand = /* @__PURE__ */ __name(async (
4143
4183
  } else if (data[_AC] != null) {
4144
4184
  contents[_ACLn] = de_AnalyticsConfigurationList((0, import_smithy_client.getArrayIfSingleItem)(data[_AC]), context);
4145
4185
  }
4146
- if (data[_CTo] != null) {
4147
- contents[_CTo] = (0, import_smithy_client.expectString)(data[_CTo]);
4186
+ if (data[_CTon] != null) {
4187
+ contents[_CTon] = (0, import_smithy_client.expectString)(data[_CTon]);
4148
4188
  }
4149
4189
  if (data[_IT] != null) {
4150
4190
  contents[_IT] = (0, import_smithy_client.parseBoolean)(data[_IT]);
@@ -4162,8 +4202,8 @@ var de_ListBucketIntelligentTieringConfigurationsCommand = /* @__PURE__ */ __nam
4162
4202
  $metadata: deserializeMetadata(output)
4163
4203
  });
4164
4204
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
4165
- if (data[_CTo] != null) {
4166
- contents[_CTo] = (0, import_smithy_client.expectString)(data[_CTo]);
4205
+ if (data[_CTon] != null) {
4206
+ contents[_CTon] = (0, import_smithy_client.expectString)(data[_CTon]);
4167
4207
  }
4168
4208
  if (data.IntelligentTieringConfiguration === "") {
4169
4209
  contents[_ITCL] = [];
@@ -4186,8 +4226,8 @@ var de_ListBucketInventoryConfigurationsCommand = /* @__PURE__ */ __name(async (
4186
4226
  $metadata: deserializeMetadata(output)
4187
4227
  });
4188
4228
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
4189
- if (data[_CTo] != null) {
4190
- contents[_CTo] = (0, import_smithy_client.expectString)(data[_CTo]);
4229
+ if (data[_CTon] != null) {
4230
+ contents[_CTon] = (0, import_smithy_client.expectString)(data[_CTon]);
4191
4231
  }
4192
4232
  if (data.InventoryConfiguration === "") {
4193
4233
  contents[_ICL] = [];
@@ -4210,8 +4250,8 @@ var de_ListBucketMetricsConfigurationsCommand = /* @__PURE__ */ __name(async (ou
4210
4250
  $metadata: deserializeMetadata(output)
4211
4251
  });
4212
4252
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
4213
- if (data[_CTo] != null) {
4214
- contents[_CTo] = (0, import_smithy_client.expectString)(data[_CTo]);
4253
+ if (data[_CTon] != null) {
4254
+ contents[_CTon] = (0, import_smithy_client.expectString)(data[_CTon]);
4215
4255
  }
4216
4256
  if (data[_IT] != null) {
4217
4257
  contents[_IT] = (0, import_smithy_client.parseBoolean)(data[_IT]);
@@ -4239,8 +4279,8 @@ var de_ListBucketsCommand = /* @__PURE__ */ __name(async (output, context) => {
4239
4279
  } else if (data[_Bu] != null && data[_Bu][_B] != null) {
4240
4280
  contents[_Bu] = de_Buckets((0, import_smithy_client.getArrayIfSingleItem)(data[_Bu][_B]), context);
4241
4281
  }
4242
- if (data[_CTo] != null) {
4243
- contents[_CTo] = (0, import_smithy_client.expectString)(data[_CTo]);
4282
+ if (data[_CTon] != null) {
4283
+ contents[_CTon] = (0, import_smithy_client.expectString)(data[_CTon]);
4244
4284
  }
4245
4285
  if (data[_O] != null) {
4246
4286
  contents[_O] = de_Owner(data[_O], context);
@@ -4263,8 +4303,8 @@ var de_ListDirectoryBucketsCommand = /* @__PURE__ */ __name(async (output, conte
4263
4303
  } else if (data[_Bu] != null && data[_Bu][_B] != null) {
4264
4304
  contents[_Bu] = de_Buckets((0, import_smithy_client.getArrayIfSingleItem)(data[_Bu][_B]), context);
4265
4305
  }
4266
- if (data[_CTo] != null) {
4267
- contents[_CTo] = (0, import_smithy_client.expectString)(data[_CTo]);
4306
+ if (data[_CTon] != null) {
4307
+ contents[_CTon] = (0, import_smithy_client.expectString)(data[_CTon]);
4268
4308
  }
4269
4309
  return contents;
4270
4310
  }, "de_ListDirectoryBucketsCommand");
@@ -4383,8 +4423,8 @@ var de_ListObjectsV2Command = /* @__PURE__ */ __name(async (output, context) =>
4383
4423
  } else if (data[_Co] != null) {
4384
4424
  contents[_Co] = de_ObjectList((0, import_smithy_client.getArrayIfSingleItem)(data[_Co]), context);
4385
4425
  }
4386
- if (data[_CTo] != null) {
4387
- contents[_CTo] = (0, import_smithy_client.expectString)(data[_CTo]);
4426
+ if (data[_CTon] != null) {
4427
+ contents[_CTon] = (0, import_smithy_client.expectString)(data[_CTon]);
4388
4428
  }
4389
4429
  if (data[_D] != null) {
4390
4430
  contents[_D] = (0, import_smithy_client.expectString)(data[_D]);
@@ -4491,6 +4531,9 @@ var de_ListPartsCommand = /* @__PURE__ */ __name(async (output, context) => {
4491
4531
  if (data[_CA] != null) {
4492
4532
  contents[_CA] = (0, import_smithy_client.expectString)(data[_CA]);
4493
4533
  }
4534
+ if (data[_CT] != null) {
4535
+ contents[_CT] = (0, import_smithy_client.expectString)(data[_CT]);
4536
+ }
4494
4537
  if (data[_In] != null) {
4495
4538
  contents[_In] = de_Initiator(data[_In], context);
4496
4539
  }
@@ -4716,8 +4759,10 @@ var de_PutObjectCommand = /* @__PURE__ */ __name(async (output, context) => {
4716
4759
  [_ETa]: [, output.headers[_eta]],
4717
4760
  [_CCRC]: [, output.headers[_xacc]],
4718
4761
  [_CCRCC]: [, output.headers[_xacc_]],
4762
+ [_CCRCNVME]: [, output.headers[_xacc__]],
4719
4763
  [_CSHA]: [, output.headers[_xacs]],
4720
4764
  [_CSHAh]: [, output.headers[_xacs_]],
4765
+ [_CT]: [, output.headers[_xact]],
4721
4766
  [_SSE]: [, output.headers[_xasse]],
4722
4767
  [_VI]: [, output.headers[_xavi]],
4723
4768
  [_SSECA]: [, output.headers[_xasseca]],
@@ -4829,6 +4874,7 @@ var de_UploadPartCommand = /* @__PURE__ */ __name(async (output, context) => {
4829
4874
  [_ETa]: [, output.headers[_eta]],
4830
4875
  [_CCRC]: [, output.headers[_xacc]],
4831
4876
  [_CCRCC]: [, output.headers[_xacc_]],
4877
+ [_CCRCNVME]: [, output.headers[_xacc__]],
4832
4878
  [_CSHA]: [, output.headers[_xacs]],
4833
4879
  [_CSHAh]: [, output.headers[_xacs_]],
4834
4880
  [_SSECA]: [, output.headers[_xasseca]],
@@ -5250,6 +5296,7 @@ var se_CompletedPart = /* @__PURE__ */ __name((input, context) => {
5250
5296
  bn.cc(input, _ETa);
5251
5297
  bn.cc(input, _CCRC);
5252
5298
  bn.cc(input, _CCRCC);
5299
+ bn.cc(input, _CCRCNVME);
5253
5300
  bn.cc(input, _CSHA);
5254
5301
  bn.cc(input, _CSHAh);
5255
5302
  if (input[_PN] != null) {
@@ -6527,12 +6574,18 @@ var de_Checksum = /* @__PURE__ */ __name((output, context) => {
6527
6574
  if (output[_CCRCC] != null) {
6528
6575
  contents[_CCRCC] = (0, import_smithy_client.expectString)(output[_CCRCC]);
6529
6576
  }
6577
+ if (output[_CCRCNVME] != null) {
6578
+ contents[_CCRCNVME] = (0, import_smithy_client.expectString)(output[_CCRCNVME]);
6579
+ }
6530
6580
  if (output[_CSHA] != null) {
6531
6581
  contents[_CSHA] = (0, import_smithy_client.expectString)(output[_CSHA]);
6532
6582
  }
6533
6583
  if (output[_CSHAh] != null) {
6534
6584
  contents[_CSHAh] = (0, import_smithy_client.expectString)(output[_CSHAh]);
6535
6585
  }
6586
+ if (output[_CT] != null) {
6587
+ contents[_CT] = (0, import_smithy_client.expectString)(output[_CT]);
6588
+ }
6536
6589
  return contents;
6537
6590
  }, "de_Checksum");
6538
6591
  var de_ChecksumAlgorithmList = /* @__PURE__ */ __name((output, context) => {
@@ -6574,12 +6627,18 @@ var de_CopyObjectResult = /* @__PURE__ */ __name((output, context) => {
6574
6627
  if (output[_LM] != null) {
6575
6628
  contents[_LM] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_LM]));
6576
6629
  }
6630
+ if (output[_CT] != null) {
6631
+ contents[_CT] = (0, import_smithy_client.expectString)(output[_CT]);
6632
+ }
6577
6633
  if (output[_CCRC] != null) {
6578
6634
  contents[_CCRC] = (0, import_smithy_client.expectString)(output[_CCRC]);
6579
6635
  }
6580
6636
  if (output[_CCRCC] != null) {
6581
6637
  contents[_CCRCC] = (0, import_smithy_client.expectString)(output[_CCRCC]);
6582
6638
  }
6639
+ if (output[_CCRCNVME] != null) {
6640
+ contents[_CCRCNVME] = (0, import_smithy_client.expectString)(output[_CCRCNVME]);
6641
+ }
6583
6642
  if (output[_CSHA] != null) {
6584
6643
  contents[_CSHA] = (0, import_smithy_client.expectString)(output[_CSHA]);
6585
6644
  }
@@ -6602,6 +6661,9 @@ var de_CopyPartResult = /* @__PURE__ */ __name((output, context) => {
6602
6661
  if (output[_CCRCC] != null) {
6603
6662
  contents[_CCRCC] = (0, import_smithy_client.expectString)(output[_CCRCC]);
6604
6663
  }
6664
+ if (output[_CCRCNVME] != null) {
6665
+ contents[_CCRCNVME] = (0, import_smithy_client.expectString)(output[_CCRCNVME]);
6666
+ }
6605
6667
  if (output[_CSHA] != null) {
6606
6668
  contents[_CSHA] = (0, import_smithy_client.expectString)(output[_CSHA]);
6607
6669
  }
@@ -7268,6 +7330,9 @@ var de_MultipartUpload = /* @__PURE__ */ __name((output, context) => {
7268
7330
  if (output[_CA] != null) {
7269
7331
  contents[_CA] = (0, import_smithy_client.expectString)(output[_CA]);
7270
7332
  }
7333
+ if (output[_CT] != null) {
7334
+ contents[_CT] = (0, import_smithy_client.expectString)(output[_CT]);
7335
+ }
7271
7336
  return contents;
7272
7337
  }, "de_MultipartUpload");
7273
7338
  var de_MultipartUploadList = /* @__PURE__ */ __name((output, context) => {
@@ -7326,6 +7391,9 @@ var de__Object = /* @__PURE__ */ __name((output, context) => {
7326
7391
  } else if (output[_CA] != null) {
7327
7392
  contents[_CA] = de_ChecksumAlgorithmList((0, import_smithy_client.getArrayIfSingleItem)(output[_CA]), context);
7328
7393
  }
7394
+ if (output[_CT] != null) {
7395
+ contents[_CT] = (0, import_smithy_client.expectString)(output[_CT]);
7396
+ }
7329
7397
  if (output[_Si] != null) {
7330
7398
  contents[_Si] = (0, import_smithy_client.strictParseLong)(output[_Si]);
7331
7399
  }
@@ -7393,6 +7461,9 @@ var de_ObjectPart = /* @__PURE__ */ __name((output, context) => {
7393
7461
  if (output[_CCRCC] != null) {
7394
7462
  contents[_CCRCC] = (0, import_smithy_client.expectString)(output[_CCRCC]);
7395
7463
  }
7464
+ if (output[_CCRCNVME] != null) {
7465
+ contents[_CCRCNVME] = (0, import_smithy_client.expectString)(output[_CCRCNVME]);
7466
+ }
7396
7467
  if (output[_CSHA] != null) {
7397
7468
  contents[_CSHA] = (0, import_smithy_client.expectString)(output[_CSHA]);
7398
7469
  }
@@ -7411,6 +7482,9 @@ var de_ObjectVersion = /* @__PURE__ */ __name((output, context) => {
7411
7482
  } else if (output[_CA] != null) {
7412
7483
  contents[_CA] = de_ChecksumAlgorithmList((0, import_smithy_client.getArrayIfSingleItem)(output[_CA]), context);
7413
7484
  }
7485
+ if (output[_CT] != null) {
7486
+ contents[_CT] = (0, import_smithy_client.expectString)(output[_CT]);
7487
+ }
7414
7488
  if (output[_Si] != null) {
7415
7489
  contents[_Si] = (0, import_smithy_client.strictParseLong)(output[_Si]);
7416
7490
  }
@@ -7493,6 +7567,9 @@ var de_Part = /* @__PURE__ */ __name((output, context) => {
7493
7567
  if (output[_CCRCC] != null) {
7494
7568
  contents[_CCRCC] = (0, import_smithy_client.expectString)(output[_CCRCC]);
7495
7569
  }
7570
+ if (output[_CCRCNVME] != null) {
7571
+ contents[_CCRCNVME] = (0, import_smithy_client.expectString)(output[_CCRCNVME]);
7572
+ }
7496
7573
  if (output[_CSHA] != null) {
7497
7574
  contents[_CSHA] = (0, import_smithy_client.expectString)(output[_CSHA]);
7498
7575
  }
@@ -8030,6 +8107,7 @@ var _CBC = "CreateBucketConfiguration";
8030
8107
  var _CC = "CacheControl";
8031
8108
  var _CCRC = "ChecksumCRC32";
8032
8109
  var _CCRCC = "ChecksumCRC32C";
8110
+ var _CCRCNVME = "ChecksumCRC64NVME";
8033
8111
  var _CD = "ContentDisposition";
8034
8112
  var _CDr = "CreationDate";
8035
8113
  var _CE = "ContentEncoding";
@@ -8062,9 +8140,10 @@ var _CSV = "CSV";
8062
8140
  var _CSVI = "CopySourceVersionId";
8063
8141
  var _CSVIn = "CSVInput";
8064
8142
  var _CSVO = "CSVOutput";
8065
- var _CT = "ContentType";
8066
- var _CTo = "ContinuationToken";
8143
+ var _CT = "ChecksumType";
8144
+ var _CTo = "ContentType";
8067
8145
  var _CTom = "CompressionType";
8146
+ var _CTon = "ContinuationToken";
8068
8147
  var _Ch = "Checksum";
8069
8148
  var _Co = "Contents";
8070
8149
  var _Cod = "Code";
@@ -8226,6 +8305,7 @@ var _MI = "MetricsId";
8226
8305
  var _MK = "MaxKeys";
8227
8306
  var _MKe = "MetadataKey";
8228
8307
  var _MM = "MissingMeta";
8308
+ var _MOS = "MpuObjectSize";
8229
8309
  var _MP = "MaxParts";
8230
8310
  var _MS = "MetricsStatus";
8231
8311
  var _MTC = "MetadataTableConfiguration";
@@ -8539,6 +8619,7 @@ var _xabr = "x-amz-bucket-region";
8539
8619
  var _xaca = "x-amz-checksum-algorithm";
8540
8620
  var _xacc = "x-amz-checksum-crc32";
8541
8621
  var _xacc_ = "x-amz-checksum-crc32c";
8622
+ var _xacc__ = "x-amz-checksum-crc64nvme";
8542
8623
  var _xacm = "x-amz-checksum-mode";
8543
8624
  var _xacrsba = "x-amz-confirm-remove-self-bucket-access";
8544
8625
  var _xacs = "x-amz-checksum-sha1";
@@ -8554,6 +8635,7 @@ var _xacssseca = "x-amz-copy-source-server-side-encryption-customer-algorithm";
8554
8635
  var _xacssseck = "x-amz-copy-source-server-side-encryption-customer-key";
8555
8636
  var _xacssseckm = "x-amz-copy-source-server-side-encryption-customer-key-md5";
8556
8637
  var _xacsvi = "x-amz-copy-source-version-id";
8638
+ var _xact = "x-amz-checksum-type";
8557
8639
  var _xadm = "x-amz-delete-marker";
8558
8640
  var _xae = "x-amz-expiration";
8559
8641
  var _xaebo = "x-amz-expected-bucket-owner";
@@ -8571,6 +8653,7 @@ var _xafhe_ = "x-amz-fwd-header-expires";
8571
8653
  var _xafhlm = "x-amz-fwd-header-last-modified";
8572
8654
  var _xafhxacc = "x-amz-fwd-header-x-amz-checksum-crc32";
8573
8655
  var _xafhxacc_ = "x-amz-fwd-header-x-amz-checksum-crc32c";
8656
+ var _xafhxacc__ = "x-amz-fwd-header-x-amz-checksum-crc64nvme";
8574
8657
  var _xafhxacs = "x-amz-fwd-header-x-amz-checksum-sha1";
8575
8658
  var _xafhxacs_ = "x-amz-fwd-header-x-amz-checksum-sha256";
8576
8659
  var _xafhxadm = "x-amz-fwd-header-x-amz-delete-marker";
@@ -8603,6 +8686,7 @@ var _xaims = "x-amz-if-match-size";
8603
8686
  var _xam = "x-amz-mfa";
8604
8687
  var _xamd = "x-amz-metadata-directive";
8605
8688
  var _xamm = "x-amz-missing-meta";
8689
+ var _xamos = "x-amz-mp-object-size";
8606
8690
  var _xamp = "x-amz-max-parts";
8607
8691
  var _xampc = "x-amz-mp-parts-count";
8608
8692
  var _xaoa = "x-amz-object-attributes";
@@ -8641,7 +8725,7 @@ var _xawrl = "x-amz-website-redirect-location";
8641
8725
  var _xi = "x-id";
8642
8726
 
8643
8727
  // src/commands/CreateSessionCommand.ts
8644
- var _CreateSessionCommand = class _CreateSessionCommand extends import_smithy_client.Command.classBuilder().ep({
8728
+ var CreateSessionCommand = class extends import_smithy_client.Command.classBuilder().ep({
8645
8729
  ...commonParams,
8646
8730
  DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
8647
8731
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -8652,9 +8736,10 @@ var _CreateSessionCommand = class _CreateSessionCommand extends import_smithy_cl
8652
8736
  (0, import_middleware_sdk_s3.getThrow200ExceptionsPlugin)(config)
8653
8737
  ];
8654
8738
  }).s("AmazonS3", "CreateSession", {}).n("S3Client", "CreateSessionCommand").f(CreateSessionRequestFilterSensitiveLog, CreateSessionOutputFilterSensitiveLog).ser(se_CreateSessionCommand).de(de_CreateSessionCommand).build() {
8739
+ static {
8740
+ __name(this, "CreateSessionCommand");
8741
+ }
8655
8742
  };
8656
- __name(_CreateSessionCommand, "CreateSessionCommand");
8657
- var CreateSessionCommand = _CreateSessionCommand;
8658
8743
 
8659
8744
  // src/S3Client.ts
8660
8745
  var import_runtimeConfig = require("././runtimeConfig");
@@ -8723,7 +8808,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
8723
8808
  }, "resolveRuntimeExtensions");
8724
8809
 
8725
8810
  // src/S3Client.ts
8726
- var _S3Client = class _S3Client extends import_smithy_client.Client {
8811
+ var S3Client = class extends import_smithy_client.Client {
8812
+ static {
8813
+ __name(this, "S3Client");
8814
+ }
8815
+ /**
8816
+ * The resolved configuration of S3Client class. This is resolved and normalized from the {@link S3ClientConfig | constructor configuration interface}.
8817
+ */
8818
+ config;
8727
8819
  constructor(...[configuration]) {
8728
8820
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
8729
8821
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -8736,7 +8828,7 @@ var _S3Client = class _S3Client extends import_smithy_client.Client {
8736
8828
  const _config_8 = (0, import_eventstream_serde_config_resolver.resolveEventStreamSerdeConfig)(_config_7);
8737
8829
  const _config_9 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_8);
8738
8830
  const _config_10 = (0, import_middleware_sdk_s32.resolveS3Config)(_config_9, { session: [() => this, CreateSessionCommand] });
8739
- const _config_11 = resolveRuntimeExtensions(_config_10, (configuration == null ? void 0 : configuration.extensions) || []);
8831
+ const _config_11 = resolveRuntimeExtensions(_config_10, configuration?.extensions || []);
8740
8832
  super(_config_11);
8741
8833
  this.config = _config_11;
8742
8834
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -8770,8 +8862,6 @@ var _S3Client = class _S3Client extends import_smithy_client.Client {
8770
8862
  super.destroy();
8771
8863
  }
8772
8864
  };
8773
- __name(_S3Client, "S3Client");
8774
- var S3Client = _S3Client;
8775
8865
 
8776
8866
  // src/S3.ts
8777
8867
 
@@ -8781,7 +8871,7 @@ var import_middleware_sdk_s33 = require("@aws-sdk/middleware-sdk-s3");
8781
8871
 
8782
8872
 
8783
8873
 
8784
- var _AbortMultipartUploadCommand = class _AbortMultipartUploadCommand extends import_smithy_client.Command.classBuilder().ep({
8874
+ var AbortMultipartUploadCommand = class extends import_smithy_client.Command.classBuilder().ep({
8785
8875
  ...commonParams,
8786
8876
  Bucket: { type: "contextParams", name: "Bucket" },
8787
8877
  Key: { type: "contextParams", name: "Key" }
@@ -8792,9 +8882,10 @@ var _AbortMultipartUploadCommand = class _AbortMultipartUploadCommand extends im
8792
8882
  (0, import_middleware_sdk_s33.getThrow200ExceptionsPlugin)(config)
8793
8883
  ];
8794
8884
  }).s("AmazonS3", "AbortMultipartUpload", {}).n("S3Client", "AbortMultipartUploadCommand").f(void 0, void 0).ser(se_AbortMultipartUploadCommand).de(de_AbortMultipartUploadCommand).build() {
8885
+ static {
8886
+ __name(this, "AbortMultipartUploadCommand");
8887
+ }
8795
8888
  };
8796
- __name(_AbortMultipartUploadCommand, "AbortMultipartUploadCommand");
8797
- var AbortMultipartUploadCommand = _AbortMultipartUploadCommand;
8798
8889
 
8799
8890
  // src/commands/CompleteMultipartUploadCommand.ts
8800
8891
  var import_middleware_sdk_s34 = require("@aws-sdk/middleware-sdk-s3");
@@ -8802,7 +8893,7 @@ var import_middleware_ssec = require("@aws-sdk/middleware-ssec");
8802
8893
 
8803
8894
 
8804
8895
 
8805
- var _CompleteMultipartUploadCommand = class _CompleteMultipartUploadCommand extends import_smithy_client.Command.classBuilder().ep({
8896
+ var CompleteMultipartUploadCommand = class extends import_smithy_client.Command.classBuilder().ep({
8806
8897
  ...commonParams,
8807
8898
  Bucket: { type: "contextParams", name: "Bucket" },
8808
8899
  Key: { type: "contextParams", name: "Key" }
@@ -8814,9 +8905,10 @@ var _CompleteMultipartUploadCommand = class _CompleteMultipartUploadCommand exte
8814
8905
  (0, import_middleware_ssec.getSsecPlugin)(config)
8815
8906
  ];
8816
8907
  }).s("AmazonS3", "CompleteMultipartUpload", {}).n("S3Client", "CompleteMultipartUploadCommand").f(CompleteMultipartUploadRequestFilterSensitiveLog, CompleteMultipartUploadOutputFilterSensitiveLog).ser(se_CompleteMultipartUploadCommand).de(de_CompleteMultipartUploadCommand).build() {
8908
+ static {
8909
+ __name(this, "CompleteMultipartUploadCommand");
8910
+ }
8817
8911
  };
8818
- __name(_CompleteMultipartUploadCommand, "CompleteMultipartUploadCommand");
8819
- var CompleteMultipartUploadCommand = _CompleteMultipartUploadCommand;
8820
8912
 
8821
8913
  // src/commands/CopyObjectCommand.ts
8822
8914
  var import_middleware_sdk_s35 = require("@aws-sdk/middleware-sdk-s3");
@@ -8824,7 +8916,7 @@ var import_middleware_sdk_s35 = require("@aws-sdk/middleware-sdk-s3");
8824
8916
 
8825
8917
 
8826
8918
 
8827
- var _CopyObjectCommand = class _CopyObjectCommand extends import_smithy_client.Command.classBuilder().ep({
8919
+ var CopyObjectCommand = class extends import_smithy_client.Command.classBuilder().ep({
8828
8920
  ...commonParams,
8829
8921
  DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
8830
8922
  Bucket: { type: "contextParams", name: "Bucket" },
@@ -8838,9 +8930,10 @@ var _CopyObjectCommand = class _CopyObjectCommand extends import_smithy_client.C
8838
8930
  (0, import_middleware_ssec.getSsecPlugin)(config)
8839
8931
  ];
8840
8932
  }).s("AmazonS3", "CopyObject", {}).n("S3Client", "CopyObjectCommand").f(CopyObjectRequestFilterSensitiveLog, CopyObjectOutputFilterSensitiveLog).ser(se_CopyObjectCommand).de(de_CopyObjectCommand).build() {
8933
+ static {
8934
+ __name(this, "CopyObjectCommand");
8935
+ }
8841
8936
  };
8842
- __name(_CopyObjectCommand, "CopyObjectCommand");
8843
- var CopyObjectCommand = _CopyObjectCommand;
8844
8937
 
8845
8938
  // src/commands/CreateBucketCommand.ts
8846
8939
  var import_middleware_location_constraint = require("@aws-sdk/middleware-location-constraint");
@@ -8848,7 +8941,7 @@ var import_middleware_sdk_s36 = require("@aws-sdk/middleware-sdk-s3");
8848
8941
 
8849
8942
 
8850
8943
 
8851
- var _CreateBucketCommand = class _CreateBucketCommand extends import_smithy_client.Command.classBuilder().ep({
8944
+ var CreateBucketCommand = class extends import_smithy_client.Command.classBuilder().ep({
8852
8945
  ...commonParams,
8853
8946
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8854
8947
  DisableAccessPoints: { type: "staticContextParams", value: true },
@@ -8861,16 +8954,17 @@ var _CreateBucketCommand = class _CreateBucketCommand extends import_smithy_clie
8861
8954
  (0, import_middleware_location_constraint.getLocationConstraintPlugin)(config)
8862
8955
  ];
8863
8956
  }).s("AmazonS3", "CreateBucket", {}).n("S3Client", "CreateBucketCommand").f(void 0, void 0).ser(se_CreateBucketCommand).de(de_CreateBucketCommand).build() {
8957
+ static {
8958
+ __name(this, "CreateBucketCommand");
8959
+ }
8864
8960
  };
8865
- __name(_CreateBucketCommand, "CreateBucketCommand");
8866
- var CreateBucketCommand = _CreateBucketCommand;
8867
8961
 
8868
8962
  // src/commands/CreateBucketMetadataTableConfigurationCommand.ts
8869
8963
 
8870
8964
 
8871
8965
 
8872
8966
 
8873
- var _CreateBucketMetadataTableConfigurationCommand = class _CreateBucketMetadataTableConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
8967
+ var CreateBucketMetadataTableConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
8874
8968
  ...commonParams,
8875
8969
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8876
8970
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -8879,15 +8973,15 @@ var _CreateBucketMetadataTableConfigurationCommand = class _CreateBucketMetadata
8879
8973
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8880
8974
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
8881
8975
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
8882
- requestAlgorithmMember: "ChecksumAlgorithm",
8883
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
8976
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
8884
8977
  requestChecksumRequired: true
8885
8978
  })
8886
8979
  ];
8887
8980
  }).s("AmazonS3", "CreateBucketMetadataTableConfiguration", {}).n("S3Client", "CreateBucketMetadataTableConfigurationCommand").f(void 0, void 0).ser(se_CreateBucketMetadataTableConfigurationCommand).de(de_CreateBucketMetadataTableConfigurationCommand).build() {
8981
+ static {
8982
+ __name(this, "CreateBucketMetadataTableConfigurationCommand");
8983
+ }
8888
8984
  };
8889
- __name(_CreateBucketMetadataTableConfigurationCommand, "CreateBucketMetadataTableConfigurationCommand");
8890
- var CreateBucketMetadataTableConfigurationCommand = _CreateBucketMetadataTableConfigurationCommand;
8891
8985
 
8892
8986
  // src/commands/CreateMultipartUploadCommand.ts
8893
8987
  var import_middleware_sdk_s37 = require("@aws-sdk/middleware-sdk-s3");
@@ -8895,7 +8989,7 @@ var import_middleware_sdk_s37 = require("@aws-sdk/middleware-sdk-s3");
8895
8989
 
8896
8990
 
8897
8991
 
8898
- var _CreateMultipartUploadCommand = class _CreateMultipartUploadCommand extends import_smithy_client.Command.classBuilder().ep({
8992
+ var CreateMultipartUploadCommand = class extends import_smithy_client.Command.classBuilder().ep({
8899
8993
  ...commonParams,
8900
8994
  Bucket: { type: "contextParams", name: "Bucket" },
8901
8995
  Key: { type: "contextParams", name: "Key" }
@@ -8907,15 +9001,16 @@ var _CreateMultipartUploadCommand = class _CreateMultipartUploadCommand extends
8907
9001
  (0, import_middleware_ssec.getSsecPlugin)(config)
8908
9002
  ];
8909
9003
  }).s("AmazonS3", "CreateMultipartUpload", {}).n("S3Client", "CreateMultipartUploadCommand").f(CreateMultipartUploadRequestFilterSensitiveLog, CreateMultipartUploadOutputFilterSensitiveLog).ser(se_CreateMultipartUploadCommand).de(de_CreateMultipartUploadCommand).build() {
9004
+ static {
9005
+ __name(this, "CreateMultipartUploadCommand");
9006
+ }
8910
9007
  };
8911
- __name(_CreateMultipartUploadCommand, "CreateMultipartUploadCommand");
8912
- var CreateMultipartUploadCommand = _CreateMultipartUploadCommand;
8913
9008
 
8914
9009
  // src/commands/DeleteBucketAnalyticsConfigurationCommand.ts
8915
9010
 
8916
9011
 
8917
9012
 
8918
- var _DeleteBucketAnalyticsConfigurationCommand = class _DeleteBucketAnalyticsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9013
+ var DeleteBucketAnalyticsConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
8919
9014
  ...commonParams,
8920
9015
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8921
9016
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -8925,15 +9020,16 @@ var _DeleteBucketAnalyticsConfigurationCommand = class _DeleteBucketAnalyticsCon
8925
9020
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8926
9021
  ];
8927
9022
  }).s("AmazonS3", "DeleteBucketAnalyticsConfiguration", {}).n("S3Client", "DeleteBucketAnalyticsConfigurationCommand").f(void 0, void 0).ser(se_DeleteBucketAnalyticsConfigurationCommand).de(de_DeleteBucketAnalyticsConfigurationCommand).build() {
9023
+ static {
9024
+ __name(this, "DeleteBucketAnalyticsConfigurationCommand");
9025
+ }
8928
9026
  };
8929
- __name(_DeleteBucketAnalyticsConfigurationCommand, "DeleteBucketAnalyticsConfigurationCommand");
8930
- var DeleteBucketAnalyticsConfigurationCommand = _DeleteBucketAnalyticsConfigurationCommand;
8931
9027
 
8932
9028
  // src/commands/DeleteBucketCommand.ts
8933
9029
 
8934
9030
 
8935
9031
 
8936
- var _DeleteBucketCommand = class _DeleteBucketCommand extends import_smithy_client.Command.classBuilder().ep({
9032
+ var DeleteBucketCommand = class extends import_smithy_client.Command.classBuilder().ep({
8937
9033
  ...commonParams,
8938
9034
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8939
9035
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -8943,15 +9039,16 @@ var _DeleteBucketCommand = class _DeleteBucketCommand extends import_smithy_clie
8943
9039
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8944
9040
  ];
8945
9041
  }).s("AmazonS3", "DeleteBucket", {}).n("S3Client", "DeleteBucketCommand").f(void 0, void 0).ser(se_DeleteBucketCommand).de(de_DeleteBucketCommand).build() {
9042
+ static {
9043
+ __name(this, "DeleteBucketCommand");
9044
+ }
8946
9045
  };
8947
- __name(_DeleteBucketCommand, "DeleteBucketCommand");
8948
- var DeleteBucketCommand = _DeleteBucketCommand;
8949
9046
 
8950
9047
  // src/commands/DeleteBucketCorsCommand.ts
8951
9048
 
8952
9049
 
8953
9050
 
8954
- var _DeleteBucketCorsCommand = class _DeleteBucketCorsCommand extends import_smithy_client.Command.classBuilder().ep({
9051
+ var DeleteBucketCorsCommand = class extends import_smithy_client.Command.classBuilder().ep({
8955
9052
  ...commonParams,
8956
9053
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8957
9054
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -8961,15 +9058,16 @@ var _DeleteBucketCorsCommand = class _DeleteBucketCorsCommand extends import_smi
8961
9058
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8962
9059
  ];
8963
9060
  }).s("AmazonS3", "DeleteBucketCors", {}).n("S3Client", "DeleteBucketCorsCommand").f(void 0, void 0).ser(se_DeleteBucketCorsCommand).de(de_DeleteBucketCorsCommand).build() {
9061
+ static {
9062
+ __name(this, "DeleteBucketCorsCommand");
9063
+ }
8964
9064
  };
8965
- __name(_DeleteBucketCorsCommand, "DeleteBucketCorsCommand");
8966
- var DeleteBucketCorsCommand = _DeleteBucketCorsCommand;
8967
9065
 
8968
9066
  // src/commands/DeleteBucketEncryptionCommand.ts
8969
9067
 
8970
9068
 
8971
9069
 
8972
- var _DeleteBucketEncryptionCommand = class _DeleteBucketEncryptionCommand extends import_smithy_client.Command.classBuilder().ep({
9070
+ var DeleteBucketEncryptionCommand = class extends import_smithy_client.Command.classBuilder().ep({
8973
9071
  ...commonParams,
8974
9072
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8975
9073
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -8979,15 +9077,16 @@ var _DeleteBucketEncryptionCommand = class _DeleteBucketEncryptionCommand extend
8979
9077
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8980
9078
  ];
8981
9079
  }).s("AmazonS3", "DeleteBucketEncryption", {}).n("S3Client", "DeleteBucketEncryptionCommand").f(void 0, void 0).ser(se_DeleteBucketEncryptionCommand).de(de_DeleteBucketEncryptionCommand).build() {
9080
+ static {
9081
+ __name(this, "DeleteBucketEncryptionCommand");
9082
+ }
8982
9083
  };
8983
- __name(_DeleteBucketEncryptionCommand, "DeleteBucketEncryptionCommand");
8984
- var DeleteBucketEncryptionCommand = _DeleteBucketEncryptionCommand;
8985
9084
 
8986
9085
  // src/commands/DeleteBucketIntelligentTieringConfigurationCommand.ts
8987
9086
 
8988
9087
 
8989
9088
 
8990
- var _DeleteBucketIntelligentTieringConfigurationCommand = class _DeleteBucketIntelligentTieringConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9089
+ var DeleteBucketIntelligentTieringConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
8991
9090
  ...commonParams,
8992
9091
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8993
9092
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -8997,15 +9096,16 @@ var _DeleteBucketIntelligentTieringConfigurationCommand = class _DeleteBucketInt
8997
9096
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8998
9097
  ];
8999
9098
  }).s("AmazonS3", "DeleteBucketIntelligentTieringConfiguration", {}).n("S3Client", "DeleteBucketIntelligentTieringConfigurationCommand").f(void 0, void 0).ser(se_DeleteBucketIntelligentTieringConfigurationCommand).de(de_DeleteBucketIntelligentTieringConfigurationCommand).build() {
9099
+ static {
9100
+ __name(this, "DeleteBucketIntelligentTieringConfigurationCommand");
9101
+ }
9000
9102
  };
9001
- __name(_DeleteBucketIntelligentTieringConfigurationCommand, "DeleteBucketIntelligentTieringConfigurationCommand");
9002
- var DeleteBucketIntelligentTieringConfigurationCommand = _DeleteBucketIntelligentTieringConfigurationCommand;
9003
9103
 
9004
9104
  // src/commands/DeleteBucketInventoryConfigurationCommand.ts
9005
9105
 
9006
9106
 
9007
9107
 
9008
- var _DeleteBucketInventoryConfigurationCommand = class _DeleteBucketInventoryConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9108
+ var DeleteBucketInventoryConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9009
9109
  ...commonParams,
9010
9110
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9011
9111
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9015,15 +9115,16 @@ var _DeleteBucketInventoryConfigurationCommand = class _DeleteBucketInventoryCon
9015
9115
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
9016
9116
  ];
9017
9117
  }).s("AmazonS3", "DeleteBucketInventoryConfiguration", {}).n("S3Client", "DeleteBucketInventoryConfigurationCommand").f(void 0, void 0).ser(se_DeleteBucketInventoryConfigurationCommand).de(de_DeleteBucketInventoryConfigurationCommand).build() {
9118
+ static {
9119
+ __name(this, "DeleteBucketInventoryConfigurationCommand");
9120
+ }
9018
9121
  };
9019
- __name(_DeleteBucketInventoryConfigurationCommand, "DeleteBucketInventoryConfigurationCommand");
9020
- var DeleteBucketInventoryConfigurationCommand = _DeleteBucketInventoryConfigurationCommand;
9021
9122
 
9022
9123
  // src/commands/DeleteBucketLifecycleCommand.ts
9023
9124
 
9024
9125
 
9025
9126
 
9026
- var _DeleteBucketLifecycleCommand = class _DeleteBucketLifecycleCommand extends import_smithy_client.Command.classBuilder().ep({
9127
+ var DeleteBucketLifecycleCommand = class extends import_smithy_client.Command.classBuilder().ep({
9027
9128
  ...commonParams,
9028
9129
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9029
9130
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9033,15 +9134,16 @@ var _DeleteBucketLifecycleCommand = class _DeleteBucketLifecycleCommand extends
9033
9134
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
9034
9135
  ];
9035
9136
  }).s("AmazonS3", "DeleteBucketLifecycle", {}).n("S3Client", "DeleteBucketLifecycleCommand").f(void 0, void 0).ser(se_DeleteBucketLifecycleCommand).de(de_DeleteBucketLifecycleCommand).build() {
9137
+ static {
9138
+ __name(this, "DeleteBucketLifecycleCommand");
9139
+ }
9036
9140
  };
9037
- __name(_DeleteBucketLifecycleCommand, "DeleteBucketLifecycleCommand");
9038
- var DeleteBucketLifecycleCommand = _DeleteBucketLifecycleCommand;
9039
9141
 
9040
9142
  // src/commands/DeleteBucketMetadataTableConfigurationCommand.ts
9041
9143
 
9042
9144
 
9043
9145
 
9044
- var _DeleteBucketMetadataTableConfigurationCommand = class _DeleteBucketMetadataTableConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9146
+ var DeleteBucketMetadataTableConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9045
9147
  ...commonParams,
9046
9148
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9047
9149
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9051,15 +9153,16 @@ var _DeleteBucketMetadataTableConfigurationCommand = class _DeleteBucketMetadata
9051
9153
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
9052
9154
  ];
9053
9155
  }).s("AmazonS3", "DeleteBucketMetadataTableConfiguration", {}).n("S3Client", "DeleteBucketMetadataTableConfigurationCommand").f(void 0, void 0).ser(se_DeleteBucketMetadataTableConfigurationCommand).de(de_DeleteBucketMetadataTableConfigurationCommand).build() {
9156
+ static {
9157
+ __name(this, "DeleteBucketMetadataTableConfigurationCommand");
9158
+ }
9054
9159
  };
9055
- __name(_DeleteBucketMetadataTableConfigurationCommand, "DeleteBucketMetadataTableConfigurationCommand");
9056
- var DeleteBucketMetadataTableConfigurationCommand = _DeleteBucketMetadataTableConfigurationCommand;
9057
9160
 
9058
9161
  // src/commands/DeleteBucketMetricsConfigurationCommand.ts
9059
9162
 
9060
9163
 
9061
9164
 
9062
- var _DeleteBucketMetricsConfigurationCommand = class _DeleteBucketMetricsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9165
+ var DeleteBucketMetricsConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9063
9166
  ...commonParams,
9064
9167
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9065
9168
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9069,15 +9172,16 @@ var _DeleteBucketMetricsConfigurationCommand = class _DeleteBucketMetricsConfigu
9069
9172
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
9070
9173
  ];
9071
9174
  }).s("AmazonS3", "DeleteBucketMetricsConfiguration", {}).n("S3Client", "DeleteBucketMetricsConfigurationCommand").f(void 0, void 0).ser(se_DeleteBucketMetricsConfigurationCommand).de(de_DeleteBucketMetricsConfigurationCommand).build() {
9175
+ static {
9176
+ __name(this, "DeleteBucketMetricsConfigurationCommand");
9177
+ }
9072
9178
  };
9073
- __name(_DeleteBucketMetricsConfigurationCommand, "DeleteBucketMetricsConfigurationCommand");
9074
- var DeleteBucketMetricsConfigurationCommand = _DeleteBucketMetricsConfigurationCommand;
9075
9179
 
9076
9180
  // src/commands/DeleteBucketOwnershipControlsCommand.ts
9077
9181
 
9078
9182
 
9079
9183
 
9080
- var _DeleteBucketOwnershipControlsCommand = class _DeleteBucketOwnershipControlsCommand extends import_smithy_client.Command.classBuilder().ep({
9184
+ var DeleteBucketOwnershipControlsCommand = class extends import_smithy_client.Command.classBuilder().ep({
9081
9185
  ...commonParams,
9082
9186
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9083
9187
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9087,15 +9191,16 @@ var _DeleteBucketOwnershipControlsCommand = class _DeleteBucketOwnershipControls
9087
9191
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
9088
9192
  ];
9089
9193
  }).s("AmazonS3", "DeleteBucketOwnershipControls", {}).n("S3Client", "DeleteBucketOwnershipControlsCommand").f(void 0, void 0).ser(se_DeleteBucketOwnershipControlsCommand).de(de_DeleteBucketOwnershipControlsCommand).build() {
9194
+ static {
9195
+ __name(this, "DeleteBucketOwnershipControlsCommand");
9196
+ }
9090
9197
  };
9091
- __name(_DeleteBucketOwnershipControlsCommand, "DeleteBucketOwnershipControlsCommand");
9092
- var DeleteBucketOwnershipControlsCommand = _DeleteBucketOwnershipControlsCommand;
9093
9198
 
9094
9199
  // src/commands/DeleteBucketPolicyCommand.ts
9095
9200
 
9096
9201
 
9097
9202
 
9098
- var _DeleteBucketPolicyCommand = class _DeleteBucketPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
9203
+ var DeleteBucketPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep({
9099
9204
  ...commonParams,
9100
9205
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9101
9206
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9105,15 +9210,16 @@ var _DeleteBucketPolicyCommand = class _DeleteBucketPolicyCommand extends import
9105
9210
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
9106
9211
  ];
9107
9212
  }).s("AmazonS3", "DeleteBucketPolicy", {}).n("S3Client", "DeleteBucketPolicyCommand").f(void 0, void 0).ser(se_DeleteBucketPolicyCommand).de(de_DeleteBucketPolicyCommand).build() {
9213
+ static {
9214
+ __name(this, "DeleteBucketPolicyCommand");
9215
+ }
9108
9216
  };
9109
- __name(_DeleteBucketPolicyCommand, "DeleteBucketPolicyCommand");
9110
- var DeleteBucketPolicyCommand = _DeleteBucketPolicyCommand;
9111
9217
 
9112
9218
  // src/commands/DeleteBucketReplicationCommand.ts
9113
9219
 
9114
9220
 
9115
9221
 
9116
- var _DeleteBucketReplicationCommand = class _DeleteBucketReplicationCommand extends import_smithy_client.Command.classBuilder().ep({
9222
+ var DeleteBucketReplicationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9117
9223
  ...commonParams,
9118
9224
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9119
9225
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9123,15 +9229,16 @@ var _DeleteBucketReplicationCommand = class _DeleteBucketReplicationCommand exte
9123
9229
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
9124
9230
  ];
9125
9231
  }).s("AmazonS3", "DeleteBucketReplication", {}).n("S3Client", "DeleteBucketReplicationCommand").f(void 0, void 0).ser(se_DeleteBucketReplicationCommand).de(de_DeleteBucketReplicationCommand).build() {
9232
+ static {
9233
+ __name(this, "DeleteBucketReplicationCommand");
9234
+ }
9126
9235
  };
9127
- __name(_DeleteBucketReplicationCommand, "DeleteBucketReplicationCommand");
9128
- var DeleteBucketReplicationCommand = _DeleteBucketReplicationCommand;
9129
9236
 
9130
9237
  // src/commands/DeleteBucketTaggingCommand.ts
9131
9238
 
9132
9239
 
9133
9240
 
9134
- var _DeleteBucketTaggingCommand = class _DeleteBucketTaggingCommand extends import_smithy_client.Command.classBuilder().ep({
9241
+ var DeleteBucketTaggingCommand = class extends import_smithy_client.Command.classBuilder().ep({
9135
9242
  ...commonParams,
9136
9243
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9137
9244
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9141,15 +9248,16 @@ var _DeleteBucketTaggingCommand = class _DeleteBucketTaggingCommand extends impo
9141
9248
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
9142
9249
  ];
9143
9250
  }).s("AmazonS3", "DeleteBucketTagging", {}).n("S3Client", "DeleteBucketTaggingCommand").f(void 0, void 0).ser(se_DeleteBucketTaggingCommand).de(de_DeleteBucketTaggingCommand).build() {
9251
+ static {
9252
+ __name(this, "DeleteBucketTaggingCommand");
9253
+ }
9144
9254
  };
9145
- __name(_DeleteBucketTaggingCommand, "DeleteBucketTaggingCommand");
9146
- var DeleteBucketTaggingCommand = _DeleteBucketTaggingCommand;
9147
9255
 
9148
9256
  // src/commands/DeleteBucketWebsiteCommand.ts
9149
9257
 
9150
9258
 
9151
9259
 
9152
- var _DeleteBucketWebsiteCommand = class _DeleteBucketWebsiteCommand extends import_smithy_client.Command.classBuilder().ep({
9260
+ var DeleteBucketWebsiteCommand = class extends import_smithy_client.Command.classBuilder().ep({
9153
9261
  ...commonParams,
9154
9262
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9155
9263
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9159,16 +9267,17 @@ var _DeleteBucketWebsiteCommand = class _DeleteBucketWebsiteCommand extends impo
9159
9267
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
9160
9268
  ];
9161
9269
  }).s("AmazonS3", "DeleteBucketWebsite", {}).n("S3Client", "DeleteBucketWebsiteCommand").f(void 0, void 0).ser(se_DeleteBucketWebsiteCommand).de(de_DeleteBucketWebsiteCommand).build() {
9270
+ static {
9271
+ __name(this, "DeleteBucketWebsiteCommand");
9272
+ }
9162
9273
  };
9163
- __name(_DeleteBucketWebsiteCommand, "DeleteBucketWebsiteCommand");
9164
- var DeleteBucketWebsiteCommand = _DeleteBucketWebsiteCommand;
9165
9274
 
9166
9275
  // src/commands/DeleteObjectCommand.ts
9167
9276
  var import_middleware_sdk_s38 = require("@aws-sdk/middleware-sdk-s3");
9168
9277
 
9169
9278
 
9170
9279
 
9171
- var _DeleteObjectCommand = class _DeleteObjectCommand extends import_smithy_client.Command.classBuilder().ep({
9280
+ var DeleteObjectCommand = class extends import_smithy_client.Command.classBuilder().ep({
9172
9281
  ...commonParams,
9173
9282
  Bucket: { type: "contextParams", name: "Bucket" },
9174
9283
  Key: { type: "contextParams", name: "Key" }
@@ -9179,9 +9288,10 @@ var _DeleteObjectCommand = class _DeleteObjectCommand extends import_smithy_clie
9179
9288
  (0, import_middleware_sdk_s38.getThrow200ExceptionsPlugin)(config)
9180
9289
  ];
9181
9290
  }).s("AmazonS3", "DeleteObject", {}).n("S3Client", "DeleteObjectCommand").f(void 0, void 0).ser(se_DeleteObjectCommand).de(de_DeleteObjectCommand).build() {
9291
+ static {
9292
+ __name(this, "DeleteObjectCommand");
9293
+ }
9182
9294
  };
9183
- __name(_DeleteObjectCommand, "DeleteObjectCommand");
9184
- var DeleteObjectCommand = _DeleteObjectCommand;
9185
9295
 
9186
9296
  // src/commands/DeleteObjectsCommand.ts
9187
9297
 
@@ -9189,7 +9299,7 @@ var import_middleware_sdk_s39 = require("@aws-sdk/middleware-sdk-s3");
9189
9299
 
9190
9300
 
9191
9301
 
9192
- var _DeleteObjectsCommand = class _DeleteObjectsCommand extends import_smithy_client.Command.classBuilder().ep({
9302
+ var DeleteObjectsCommand = class extends import_smithy_client.Command.classBuilder().ep({
9193
9303
  ...commonParams,
9194
9304
  Bucket: { type: "contextParams", name: "Bucket" }
9195
9305
  }).m(function(Command, cs, config, o) {
@@ -9197,23 +9307,23 @@ var _DeleteObjectsCommand = class _DeleteObjectsCommand extends import_smithy_cl
9197
9307
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9198
9308
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9199
9309
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9200
- requestAlgorithmMember: "ChecksumAlgorithm",
9201
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
9310
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
9202
9311
  requestChecksumRequired: true
9203
9312
  }),
9204
9313
  (0, import_middleware_sdk_s39.getThrow200ExceptionsPlugin)(config)
9205
9314
  ];
9206
9315
  }).s("AmazonS3", "DeleteObjects", {}).n("S3Client", "DeleteObjectsCommand").f(void 0, void 0).ser(se_DeleteObjectsCommand).de(de_DeleteObjectsCommand).build() {
9316
+ static {
9317
+ __name(this, "DeleteObjectsCommand");
9318
+ }
9207
9319
  };
9208
- __name(_DeleteObjectsCommand, "DeleteObjectsCommand");
9209
- var DeleteObjectsCommand = _DeleteObjectsCommand;
9210
9320
 
9211
9321
  // src/commands/DeleteObjectTaggingCommand.ts
9212
9322
  var import_middleware_sdk_s310 = require("@aws-sdk/middleware-sdk-s3");
9213
9323
 
9214
9324
 
9215
9325
 
9216
- var _DeleteObjectTaggingCommand = class _DeleteObjectTaggingCommand extends import_smithy_client.Command.classBuilder().ep({
9326
+ var DeleteObjectTaggingCommand = class extends import_smithy_client.Command.classBuilder().ep({
9217
9327
  ...commonParams,
9218
9328
  Bucket: { type: "contextParams", name: "Bucket" }
9219
9329
  }).m(function(Command, cs, config, o) {
@@ -9223,15 +9333,16 @@ var _DeleteObjectTaggingCommand = class _DeleteObjectTaggingCommand extends impo
9223
9333
  (0, import_middleware_sdk_s310.getThrow200ExceptionsPlugin)(config)
9224
9334
  ];
9225
9335
  }).s("AmazonS3", "DeleteObjectTagging", {}).n("S3Client", "DeleteObjectTaggingCommand").f(void 0, void 0).ser(se_DeleteObjectTaggingCommand).de(de_DeleteObjectTaggingCommand).build() {
9336
+ static {
9337
+ __name(this, "DeleteObjectTaggingCommand");
9338
+ }
9226
9339
  };
9227
- __name(_DeleteObjectTaggingCommand, "DeleteObjectTaggingCommand");
9228
- var DeleteObjectTaggingCommand = _DeleteObjectTaggingCommand;
9229
9340
 
9230
9341
  // src/commands/DeletePublicAccessBlockCommand.ts
9231
9342
 
9232
9343
 
9233
9344
 
9234
- var _DeletePublicAccessBlockCommand = class _DeletePublicAccessBlockCommand extends import_smithy_client.Command.classBuilder().ep({
9345
+ var DeletePublicAccessBlockCommand = class extends import_smithy_client.Command.classBuilder().ep({
9235
9346
  ...commonParams,
9236
9347
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9237
9348
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9241,16 +9352,17 @@ var _DeletePublicAccessBlockCommand = class _DeletePublicAccessBlockCommand exte
9241
9352
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
9242
9353
  ];
9243
9354
  }).s("AmazonS3", "DeletePublicAccessBlock", {}).n("S3Client", "DeletePublicAccessBlockCommand").f(void 0, void 0).ser(se_DeletePublicAccessBlockCommand).de(de_DeletePublicAccessBlockCommand).build() {
9355
+ static {
9356
+ __name(this, "DeletePublicAccessBlockCommand");
9357
+ }
9244
9358
  };
9245
- __name(_DeletePublicAccessBlockCommand, "DeletePublicAccessBlockCommand");
9246
- var DeletePublicAccessBlockCommand = _DeletePublicAccessBlockCommand;
9247
9359
 
9248
9360
  // src/commands/GetBucketAccelerateConfigurationCommand.ts
9249
9361
  var import_middleware_sdk_s311 = require("@aws-sdk/middleware-sdk-s3");
9250
9362
 
9251
9363
 
9252
9364
 
9253
- var _GetBucketAccelerateConfigurationCommand = class _GetBucketAccelerateConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9365
+ var GetBucketAccelerateConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9254
9366
  ...commonParams,
9255
9367
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9256
9368
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9261,16 +9373,17 @@ var _GetBucketAccelerateConfigurationCommand = class _GetBucketAccelerateConfigu
9261
9373
  (0, import_middleware_sdk_s311.getThrow200ExceptionsPlugin)(config)
9262
9374
  ];
9263
9375
  }).s("AmazonS3", "GetBucketAccelerateConfiguration", {}).n("S3Client", "GetBucketAccelerateConfigurationCommand").f(void 0, void 0).ser(se_GetBucketAccelerateConfigurationCommand).de(de_GetBucketAccelerateConfigurationCommand).build() {
9376
+ static {
9377
+ __name(this, "GetBucketAccelerateConfigurationCommand");
9378
+ }
9264
9379
  };
9265
- __name(_GetBucketAccelerateConfigurationCommand, "GetBucketAccelerateConfigurationCommand");
9266
- var GetBucketAccelerateConfigurationCommand = _GetBucketAccelerateConfigurationCommand;
9267
9380
 
9268
9381
  // src/commands/GetBucketAclCommand.ts
9269
9382
  var import_middleware_sdk_s312 = require("@aws-sdk/middleware-sdk-s3");
9270
9383
 
9271
9384
 
9272
9385
 
9273
- var _GetBucketAclCommand = class _GetBucketAclCommand extends import_smithy_client.Command.classBuilder().ep({
9386
+ var GetBucketAclCommand = class extends import_smithy_client.Command.classBuilder().ep({
9274
9387
  ...commonParams,
9275
9388
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9276
9389
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9281,16 +9394,17 @@ var _GetBucketAclCommand = class _GetBucketAclCommand extends import_smithy_clie
9281
9394
  (0, import_middleware_sdk_s312.getThrow200ExceptionsPlugin)(config)
9282
9395
  ];
9283
9396
  }).s("AmazonS3", "GetBucketAcl", {}).n("S3Client", "GetBucketAclCommand").f(void 0, void 0).ser(se_GetBucketAclCommand).de(de_GetBucketAclCommand).build() {
9397
+ static {
9398
+ __name(this, "GetBucketAclCommand");
9399
+ }
9284
9400
  };
9285
- __name(_GetBucketAclCommand, "GetBucketAclCommand");
9286
- var GetBucketAclCommand = _GetBucketAclCommand;
9287
9401
 
9288
9402
  // src/commands/GetBucketAnalyticsConfigurationCommand.ts
9289
9403
  var import_middleware_sdk_s313 = require("@aws-sdk/middleware-sdk-s3");
9290
9404
 
9291
9405
 
9292
9406
 
9293
- var _GetBucketAnalyticsConfigurationCommand = class _GetBucketAnalyticsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9407
+ var GetBucketAnalyticsConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9294
9408
  ...commonParams,
9295
9409
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9296
9410
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9301,16 +9415,17 @@ var _GetBucketAnalyticsConfigurationCommand = class _GetBucketAnalyticsConfigura
9301
9415
  (0, import_middleware_sdk_s313.getThrow200ExceptionsPlugin)(config)
9302
9416
  ];
9303
9417
  }).s("AmazonS3", "GetBucketAnalyticsConfiguration", {}).n("S3Client", "GetBucketAnalyticsConfigurationCommand").f(void 0, void 0).ser(se_GetBucketAnalyticsConfigurationCommand).de(de_GetBucketAnalyticsConfigurationCommand).build() {
9418
+ static {
9419
+ __name(this, "GetBucketAnalyticsConfigurationCommand");
9420
+ }
9304
9421
  };
9305
- __name(_GetBucketAnalyticsConfigurationCommand, "GetBucketAnalyticsConfigurationCommand");
9306
- var GetBucketAnalyticsConfigurationCommand = _GetBucketAnalyticsConfigurationCommand;
9307
9422
 
9308
9423
  // src/commands/GetBucketCorsCommand.ts
9309
9424
  var import_middleware_sdk_s314 = require("@aws-sdk/middleware-sdk-s3");
9310
9425
 
9311
9426
 
9312
9427
 
9313
- var _GetBucketCorsCommand = class _GetBucketCorsCommand extends import_smithy_client.Command.classBuilder().ep({
9428
+ var GetBucketCorsCommand = class extends import_smithy_client.Command.classBuilder().ep({
9314
9429
  ...commonParams,
9315
9430
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9316
9431
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9321,16 +9436,17 @@ var _GetBucketCorsCommand = class _GetBucketCorsCommand extends import_smithy_cl
9321
9436
  (0, import_middleware_sdk_s314.getThrow200ExceptionsPlugin)(config)
9322
9437
  ];
9323
9438
  }).s("AmazonS3", "GetBucketCors", {}).n("S3Client", "GetBucketCorsCommand").f(void 0, void 0).ser(se_GetBucketCorsCommand).de(de_GetBucketCorsCommand).build() {
9439
+ static {
9440
+ __name(this, "GetBucketCorsCommand");
9441
+ }
9324
9442
  };
9325
- __name(_GetBucketCorsCommand, "GetBucketCorsCommand");
9326
- var GetBucketCorsCommand = _GetBucketCorsCommand;
9327
9443
 
9328
9444
  // src/commands/GetBucketEncryptionCommand.ts
9329
9445
  var import_middleware_sdk_s315 = require("@aws-sdk/middleware-sdk-s3");
9330
9446
 
9331
9447
 
9332
9448
 
9333
- var _GetBucketEncryptionCommand = class _GetBucketEncryptionCommand extends import_smithy_client.Command.classBuilder().ep({
9449
+ var GetBucketEncryptionCommand = class extends import_smithy_client.Command.classBuilder().ep({
9334
9450
  ...commonParams,
9335
9451
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9336
9452
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9341,16 +9457,17 @@ var _GetBucketEncryptionCommand = class _GetBucketEncryptionCommand extends impo
9341
9457
  (0, import_middleware_sdk_s315.getThrow200ExceptionsPlugin)(config)
9342
9458
  ];
9343
9459
  }).s("AmazonS3", "GetBucketEncryption", {}).n("S3Client", "GetBucketEncryptionCommand").f(void 0, GetBucketEncryptionOutputFilterSensitiveLog).ser(se_GetBucketEncryptionCommand).de(de_GetBucketEncryptionCommand).build() {
9460
+ static {
9461
+ __name(this, "GetBucketEncryptionCommand");
9462
+ }
9344
9463
  };
9345
- __name(_GetBucketEncryptionCommand, "GetBucketEncryptionCommand");
9346
- var GetBucketEncryptionCommand = _GetBucketEncryptionCommand;
9347
9464
 
9348
9465
  // src/commands/GetBucketIntelligentTieringConfigurationCommand.ts
9349
9466
  var import_middleware_sdk_s316 = require("@aws-sdk/middleware-sdk-s3");
9350
9467
 
9351
9468
 
9352
9469
 
9353
- var _GetBucketIntelligentTieringConfigurationCommand = class _GetBucketIntelligentTieringConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9470
+ var GetBucketIntelligentTieringConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9354
9471
  ...commonParams,
9355
9472
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9356
9473
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9361,16 +9478,17 @@ var _GetBucketIntelligentTieringConfigurationCommand = class _GetBucketIntellige
9361
9478
  (0, import_middleware_sdk_s316.getThrow200ExceptionsPlugin)(config)
9362
9479
  ];
9363
9480
  }).s("AmazonS3", "GetBucketIntelligentTieringConfiguration", {}).n("S3Client", "GetBucketIntelligentTieringConfigurationCommand").f(void 0, void 0).ser(se_GetBucketIntelligentTieringConfigurationCommand).de(de_GetBucketIntelligentTieringConfigurationCommand).build() {
9481
+ static {
9482
+ __name(this, "GetBucketIntelligentTieringConfigurationCommand");
9483
+ }
9364
9484
  };
9365
- __name(_GetBucketIntelligentTieringConfigurationCommand, "GetBucketIntelligentTieringConfigurationCommand");
9366
- var GetBucketIntelligentTieringConfigurationCommand = _GetBucketIntelligentTieringConfigurationCommand;
9367
9485
 
9368
9486
  // src/commands/GetBucketInventoryConfigurationCommand.ts
9369
9487
  var import_middleware_sdk_s317 = require("@aws-sdk/middleware-sdk-s3");
9370
9488
 
9371
9489
 
9372
9490
 
9373
- var _GetBucketInventoryConfigurationCommand = class _GetBucketInventoryConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9491
+ var GetBucketInventoryConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9374
9492
  ...commonParams,
9375
9493
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9376
9494
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9381,16 +9499,17 @@ var _GetBucketInventoryConfigurationCommand = class _GetBucketInventoryConfigura
9381
9499
  (0, import_middleware_sdk_s317.getThrow200ExceptionsPlugin)(config)
9382
9500
  ];
9383
9501
  }).s("AmazonS3", "GetBucketInventoryConfiguration", {}).n("S3Client", "GetBucketInventoryConfigurationCommand").f(void 0, GetBucketInventoryConfigurationOutputFilterSensitiveLog).ser(se_GetBucketInventoryConfigurationCommand).de(de_GetBucketInventoryConfigurationCommand).build() {
9502
+ static {
9503
+ __name(this, "GetBucketInventoryConfigurationCommand");
9504
+ }
9384
9505
  };
9385
- __name(_GetBucketInventoryConfigurationCommand, "GetBucketInventoryConfigurationCommand");
9386
- var GetBucketInventoryConfigurationCommand = _GetBucketInventoryConfigurationCommand;
9387
9506
 
9388
9507
  // src/commands/GetBucketLifecycleConfigurationCommand.ts
9389
9508
  var import_middleware_sdk_s318 = require("@aws-sdk/middleware-sdk-s3");
9390
9509
 
9391
9510
 
9392
9511
 
9393
- var _GetBucketLifecycleConfigurationCommand = class _GetBucketLifecycleConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9512
+ var GetBucketLifecycleConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9394
9513
  ...commonParams,
9395
9514
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9396
9515
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9401,16 +9520,17 @@ var _GetBucketLifecycleConfigurationCommand = class _GetBucketLifecycleConfigura
9401
9520
  (0, import_middleware_sdk_s318.getThrow200ExceptionsPlugin)(config)
9402
9521
  ];
9403
9522
  }).s("AmazonS3", "GetBucketLifecycleConfiguration", {}).n("S3Client", "GetBucketLifecycleConfigurationCommand").f(void 0, void 0).ser(se_GetBucketLifecycleConfigurationCommand).de(de_GetBucketLifecycleConfigurationCommand).build() {
9523
+ static {
9524
+ __name(this, "GetBucketLifecycleConfigurationCommand");
9525
+ }
9404
9526
  };
9405
- __name(_GetBucketLifecycleConfigurationCommand, "GetBucketLifecycleConfigurationCommand");
9406
- var GetBucketLifecycleConfigurationCommand = _GetBucketLifecycleConfigurationCommand;
9407
9527
 
9408
9528
  // src/commands/GetBucketLocationCommand.ts
9409
9529
  var import_middleware_sdk_s319 = require("@aws-sdk/middleware-sdk-s3");
9410
9530
 
9411
9531
 
9412
9532
 
9413
- var _GetBucketLocationCommand = class _GetBucketLocationCommand extends import_smithy_client.Command.classBuilder().ep({
9533
+ var GetBucketLocationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9414
9534
  ...commonParams,
9415
9535
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9416
9536
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9421,16 +9541,17 @@ var _GetBucketLocationCommand = class _GetBucketLocationCommand extends import_s
9421
9541
  (0, import_middleware_sdk_s319.getThrow200ExceptionsPlugin)(config)
9422
9542
  ];
9423
9543
  }).s("AmazonS3", "GetBucketLocation", {}).n("S3Client", "GetBucketLocationCommand").f(void 0, void 0).ser(se_GetBucketLocationCommand).de(de_GetBucketLocationCommand).build() {
9544
+ static {
9545
+ __name(this, "GetBucketLocationCommand");
9546
+ }
9424
9547
  };
9425
- __name(_GetBucketLocationCommand, "GetBucketLocationCommand");
9426
- var GetBucketLocationCommand = _GetBucketLocationCommand;
9427
9548
 
9428
9549
  // src/commands/GetBucketLoggingCommand.ts
9429
9550
  var import_middleware_sdk_s320 = require("@aws-sdk/middleware-sdk-s3");
9430
9551
 
9431
9552
 
9432
9553
 
9433
- var _GetBucketLoggingCommand = class _GetBucketLoggingCommand extends import_smithy_client.Command.classBuilder().ep({
9554
+ var GetBucketLoggingCommand = class extends import_smithy_client.Command.classBuilder().ep({
9434
9555
  ...commonParams,
9435
9556
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9436
9557
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9441,16 +9562,17 @@ var _GetBucketLoggingCommand = class _GetBucketLoggingCommand extends import_smi
9441
9562
  (0, import_middleware_sdk_s320.getThrow200ExceptionsPlugin)(config)
9442
9563
  ];
9443
9564
  }).s("AmazonS3", "GetBucketLogging", {}).n("S3Client", "GetBucketLoggingCommand").f(void 0, void 0).ser(se_GetBucketLoggingCommand).de(de_GetBucketLoggingCommand).build() {
9565
+ static {
9566
+ __name(this, "GetBucketLoggingCommand");
9567
+ }
9444
9568
  };
9445
- __name(_GetBucketLoggingCommand, "GetBucketLoggingCommand");
9446
- var GetBucketLoggingCommand = _GetBucketLoggingCommand;
9447
9569
 
9448
9570
  // src/commands/GetBucketMetadataTableConfigurationCommand.ts
9449
9571
  var import_middleware_sdk_s321 = require("@aws-sdk/middleware-sdk-s3");
9450
9572
 
9451
9573
 
9452
9574
 
9453
- var _GetBucketMetadataTableConfigurationCommand = class _GetBucketMetadataTableConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9575
+ var GetBucketMetadataTableConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9454
9576
  ...commonParams,
9455
9577
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9456
9578
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9461,16 +9583,17 @@ var _GetBucketMetadataTableConfigurationCommand = class _GetBucketMetadataTableC
9461
9583
  (0, import_middleware_sdk_s321.getThrow200ExceptionsPlugin)(config)
9462
9584
  ];
9463
9585
  }).s("AmazonS3", "GetBucketMetadataTableConfiguration", {}).n("S3Client", "GetBucketMetadataTableConfigurationCommand").f(void 0, void 0).ser(se_GetBucketMetadataTableConfigurationCommand).de(de_GetBucketMetadataTableConfigurationCommand).build() {
9586
+ static {
9587
+ __name(this, "GetBucketMetadataTableConfigurationCommand");
9588
+ }
9464
9589
  };
9465
- __name(_GetBucketMetadataTableConfigurationCommand, "GetBucketMetadataTableConfigurationCommand");
9466
- var GetBucketMetadataTableConfigurationCommand = _GetBucketMetadataTableConfigurationCommand;
9467
9590
 
9468
9591
  // src/commands/GetBucketMetricsConfigurationCommand.ts
9469
9592
  var import_middleware_sdk_s322 = require("@aws-sdk/middleware-sdk-s3");
9470
9593
 
9471
9594
 
9472
9595
 
9473
- var _GetBucketMetricsConfigurationCommand = class _GetBucketMetricsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9596
+ var GetBucketMetricsConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9474
9597
  ...commonParams,
9475
9598
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9476
9599
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9481,16 +9604,17 @@ var _GetBucketMetricsConfigurationCommand = class _GetBucketMetricsConfiguration
9481
9604
  (0, import_middleware_sdk_s322.getThrow200ExceptionsPlugin)(config)
9482
9605
  ];
9483
9606
  }).s("AmazonS3", "GetBucketMetricsConfiguration", {}).n("S3Client", "GetBucketMetricsConfigurationCommand").f(void 0, void 0).ser(se_GetBucketMetricsConfigurationCommand).de(de_GetBucketMetricsConfigurationCommand).build() {
9607
+ static {
9608
+ __name(this, "GetBucketMetricsConfigurationCommand");
9609
+ }
9484
9610
  };
9485
- __name(_GetBucketMetricsConfigurationCommand, "GetBucketMetricsConfigurationCommand");
9486
- var GetBucketMetricsConfigurationCommand = _GetBucketMetricsConfigurationCommand;
9487
9611
 
9488
9612
  // src/commands/GetBucketNotificationConfigurationCommand.ts
9489
9613
  var import_middleware_sdk_s323 = require("@aws-sdk/middleware-sdk-s3");
9490
9614
 
9491
9615
 
9492
9616
 
9493
- var _GetBucketNotificationConfigurationCommand = class _GetBucketNotificationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9617
+ var GetBucketNotificationConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9494
9618
  ...commonParams,
9495
9619
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9496
9620
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9501,16 +9625,17 @@ var _GetBucketNotificationConfigurationCommand = class _GetBucketNotificationCon
9501
9625
  (0, import_middleware_sdk_s323.getThrow200ExceptionsPlugin)(config)
9502
9626
  ];
9503
9627
  }).s("AmazonS3", "GetBucketNotificationConfiguration", {}).n("S3Client", "GetBucketNotificationConfigurationCommand").f(void 0, void 0).ser(se_GetBucketNotificationConfigurationCommand).de(de_GetBucketNotificationConfigurationCommand).build() {
9628
+ static {
9629
+ __name(this, "GetBucketNotificationConfigurationCommand");
9630
+ }
9504
9631
  };
9505
- __name(_GetBucketNotificationConfigurationCommand, "GetBucketNotificationConfigurationCommand");
9506
- var GetBucketNotificationConfigurationCommand = _GetBucketNotificationConfigurationCommand;
9507
9632
 
9508
9633
  // src/commands/GetBucketOwnershipControlsCommand.ts
9509
9634
  var import_middleware_sdk_s324 = require("@aws-sdk/middleware-sdk-s3");
9510
9635
 
9511
9636
 
9512
9637
 
9513
- var _GetBucketOwnershipControlsCommand = class _GetBucketOwnershipControlsCommand extends import_smithy_client.Command.classBuilder().ep({
9638
+ var GetBucketOwnershipControlsCommand = class extends import_smithy_client.Command.classBuilder().ep({
9514
9639
  ...commonParams,
9515
9640
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9516
9641
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9521,16 +9646,17 @@ var _GetBucketOwnershipControlsCommand = class _GetBucketOwnershipControlsComman
9521
9646
  (0, import_middleware_sdk_s324.getThrow200ExceptionsPlugin)(config)
9522
9647
  ];
9523
9648
  }).s("AmazonS3", "GetBucketOwnershipControls", {}).n("S3Client", "GetBucketOwnershipControlsCommand").f(void 0, void 0).ser(se_GetBucketOwnershipControlsCommand).de(de_GetBucketOwnershipControlsCommand).build() {
9649
+ static {
9650
+ __name(this, "GetBucketOwnershipControlsCommand");
9651
+ }
9524
9652
  };
9525
- __name(_GetBucketOwnershipControlsCommand, "GetBucketOwnershipControlsCommand");
9526
- var GetBucketOwnershipControlsCommand = _GetBucketOwnershipControlsCommand;
9527
9653
 
9528
9654
  // src/commands/GetBucketPolicyCommand.ts
9529
9655
  var import_middleware_sdk_s325 = require("@aws-sdk/middleware-sdk-s3");
9530
9656
 
9531
9657
 
9532
9658
 
9533
- var _GetBucketPolicyCommand = class _GetBucketPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
9659
+ var GetBucketPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep({
9534
9660
  ...commonParams,
9535
9661
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9536
9662
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9541,16 +9667,17 @@ var _GetBucketPolicyCommand = class _GetBucketPolicyCommand extends import_smith
9541
9667
  (0, import_middleware_sdk_s325.getThrow200ExceptionsPlugin)(config)
9542
9668
  ];
9543
9669
  }).s("AmazonS3", "GetBucketPolicy", {}).n("S3Client", "GetBucketPolicyCommand").f(void 0, void 0).ser(se_GetBucketPolicyCommand).de(de_GetBucketPolicyCommand).build() {
9670
+ static {
9671
+ __name(this, "GetBucketPolicyCommand");
9672
+ }
9544
9673
  };
9545
- __name(_GetBucketPolicyCommand, "GetBucketPolicyCommand");
9546
- var GetBucketPolicyCommand = _GetBucketPolicyCommand;
9547
9674
 
9548
9675
  // src/commands/GetBucketPolicyStatusCommand.ts
9549
9676
  var import_middleware_sdk_s326 = require("@aws-sdk/middleware-sdk-s3");
9550
9677
 
9551
9678
 
9552
9679
 
9553
- var _GetBucketPolicyStatusCommand = class _GetBucketPolicyStatusCommand extends import_smithy_client.Command.classBuilder().ep({
9680
+ var GetBucketPolicyStatusCommand = class extends import_smithy_client.Command.classBuilder().ep({
9554
9681
  ...commonParams,
9555
9682
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9556
9683
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9561,16 +9688,17 @@ var _GetBucketPolicyStatusCommand = class _GetBucketPolicyStatusCommand extends
9561
9688
  (0, import_middleware_sdk_s326.getThrow200ExceptionsPlugin)(config)
9562
9689
  ];
9563
9690
  }).s("AmazonS3", "GetBucketPolicyStatus", {}).n("S3Client", "GetBucketPolicyStatusCommand").f(void 0, void 0).ser(se_GetBucketPolicyStatusCommand).de(de_GetBucketPolicyStatusCommand).build() {
9691
+ static {
9692
+ __name(this, "GetBucketPolicyStatusCommand");
9693
+ }
9564
9694
  };
9565
- __name(_GetBucketPolicyStatusCommand, "GetBucketPolicyStatusCommand");
9566
- var GetBucketPolicyStatusCommand = _GetBucketPolicyStatusCommand;
9567
9695
 
9568
9696
  // src/commands/GetBucketReplicationCommand.ts
9569
9697
  var import_middleware_sdk_s327 = require("@aws-sdk/middleware-sdk-s3");
9570
9698
 
9571
9699
 
9572
9700
 
9573
- var _GetBucketReplicationCommand = class _GetBucketReplicationCommand extends import_smithy_client.Command.classBuilder().ep({
9701
+ var GetBucketReplicationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9574
9702
  ...commonParams,
9575
9703
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9576
9704
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9581,16 +9709,17 @@ var _GetBucketReplicationCommand = class _GetBucketReplicationCommand extends im
9581
9709
  (0, import_middleware_sdk_s327.getThrow200ExceptionsPlugin)(config)
9582
9710
  ];
9583
9711
  }).s("AmazonS3", "GetBucketReplication", {}).n("S3Client", "GetBucketReplicationCommand").f(void 0, void 0).ser(se_GetBucketReplicationCommand).de(de_GetBucketReplicationCommand).build() {
9712
+ static {
9713
+ __name(this, "GetBucketReplicationCommand");
9714
+ }
9584
9715
  };
9585
- __name(_GetBucketReplicationCommand, "GetBucketReplicationCommand");
9586
- var GetBucketReplicationCommand = _GetBucketReplicationCommand;
9587
9716
 
9588
9717
  // src/commands/GetBucketRequestPaymentCommand.ts
9589
9718
  var import_middleware_sdk_s328 = require("@aws-sdk/middleware-sdk-s3");
9590
9719
 
9591
9720
 
9592
9721
 
9593
- var _GetBucketRequestPaymentCommand = class _GetBucketRequestPaymentCommand extends import_smithy_client.Command.classBuilder().ep({
9722
+ var GetBucketRequestPaymentCommand = class extends import_smithy_client.Command.classBuilder().ep({
9594
9723
  ...commonParams,
9595
9724
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9596
9725
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9601,16 +9730,17 @@ var _GetBucketRequestPaymentCommand = class _GetBucketRequestPaymentCommand exte
9601
9730
  (0, import_middleware_sdk_s328.getThrow200ExceptionsPlugin)(config)
9602
9731
  ];
9603
9732
  }).s("AmazonS3", "GetBucketRequestPayment", {}).n("S3Client", "GetBucketRequestPaymentCommand").f(void 0, void 0).ser(se_GetBucketRequestPaymentCommand).de(de_GetBucketRequestPaymentCommand).build() {
9733
+ static {
9734
+ __name(this, "GetBucketRequestPaymentCommand");
9735
+ }
9604
9736
  };
9605
- __name(_GetBucketRequestPaymentCommand, "GetBucketRequestPaymentCommand");
9606
- var GetBucketRequestPaymentCommand = _GetBucketRequestPaymentCommand;
9607
9737
 
9608
9738
  // src/commands/GetBucketTaggingCommand.ts
9609
9739
  var import_middleware_sdk_s329 = require("@aws-sdk/middleware-sdk-s3");
9610
9740
 
9611
9741
 
9612
9742
 
9613
- var _GetBucketTaggingCommand = class _GetBucketTaggingCommand extends import_smithy_client.Command.classBuilder().ep({
9743
+ var GetBucketTaggingCommand = class extends import_smithy_client.Command.classBuilder().ep({
9614
9744
  ...commonParams,
9615
9745
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9616
9746
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9621,16 +9751,17 @@ var _GetBucketTaggingCommand = class _GetBucketTaggingCommand extends import_smi
9621
9751
  (0, import_middleware_sdk_s329.getThrow200ExceptionsPlugin)(config)
9622
9752
  ];
9623
9753
  }).s("AmazonS3", "GetBucketTagging", {}).n("S3Client", "GetBucketTaggingCommand").f(void 0, void 0).ser(se_GetBucketTaggingCommand).de(de_GetBucketTaggingCommand).build() {
9754
+ static {
9755
+ __name(this, "GetBucketTaggingCommand");
9756
+ }
9624
9757
  };
9625
- __name(_GetBucketTaggingCommand, "GetBucketTaggingCommand");
9626
- var GetBucketTaggingCommand = _GetBucketTaggingCommand;
9627
9758
 
9628
9759
  // src/commands/GetBucketVersioningCommand.ts
9629
9760
  var import_middleware_sdk_s330 = require("@aws-sdk/middleware-sdk-s3");
9630
9761
 
9631
9762
 
9632
9763
 
9633
- var _GetBucketVersioningCommand = class _GetBucketVersioningCommand extends import_smithy_client.Command.classBuilder().ep({
9764
+ var GetBucketVersioningCommand = class extends import_smithy_client.Command.classBuilder().ep({
9634
9765
  ...commonParams,
9635
9766
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9636
9767
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9641,16 +9772,17 @@ var _GetBucketVersioningCommand = class _GetBucketVersioningCommand extends impo
9641
9772
  (0, import_middleware_sdk_s330.getThrow200ExceptionsPlugin)(config)
9642
9773
  ];
9643
9774
  }).s("AmazonS3", "GetBucketVersioning", {}).n("S3Client", "GetBucketVersioningCommand").f(void 0, void 0).ser(se_GetBucketVersioningCommand).de(de_GetBucketVersioningCommand).build() {
9775
+ static {
9776
+ __name(this, "GetBucketVersioningCommand");
9777
+ }
9644
9778
  };
9645
- __name(_GetBucketVersioningCommand, "GetBucketVersioningCommand");
9646
- var GetBucketVersioningCommand = _GetBucketVersioningCommand;
9647
9779
 
9648
9780
  // src/commands/GetBucketWebsiteCommand.ts
9649
9781
  var import_middleware_sdk_s331 = require("@aws-sdk/middleware-sdk-s3");
9650
9782
 
9651
9783
 
9652
9784
 
9653
- var _GetBucketWebsiteCommand = class _GetBucketWebsiteCommand extends import_smithy_client.Command.classBuilder().ep({
9785
+ var GetBucketWebsiteCommand = class extends import_smithy_client.Command.classBuilder().ep({
9654
9786
  ...commonParams,
9655
9787
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9656
9788
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9661,16 +9793,17 @@ var _GetBucketWebsiteCommand = class _GetBucketWebsiteCommand extends import_smi
9661
9793
  (0, import_middleware_sdk_s331.getThrow200ExceptionsPlugin)(config)
9662
9794
  ];
9663
9795
  }).s("AmazonS3", "GetBucketWebsite", {}).n("S3Client", "GetBucketWebsiteCommand").f(void 0, void 0).ser(se_GetBucketWebsiteCommand).de(de_GetBucketWebsiteCommand).build() {
9796
+ static {
9797
+ __name(this, "GetBucketWebsiteCommand");
9798
+ }
9664
9799
  };
9665
- __name(_GetBucketWebsiteCommand, "GetBucketWebsiteCommand");
9666
- var GetBucketWebsiteCommand = _GetBucketWebsiteCommand;
9667
9800
 
9668
9801
  // src/commands/GetObjectAclCommand.ts
9669
9802
  var import_middleware_sdk_s332 = require("@aws-sdk/middleware-sdk-s3");
9670
9803
 
9671
9804
 
9672
9805
 
9673
- var _GetObjectAclCommand = class _GetObjectAclCommand extends import_smithy_client.Command.classBuilder().ep({
9806
+ var GetObjectAclCommand = class extends import_smithy_client.Command.classBuilder().ep({
9674
9807
  ...commonParams,
9675
9808
  Bucket: { type: "contextParams", name: "Bucket" },
9676
9809
  Key: { type: "contextParams", name: "Key" }
@@ -9681,9 +9814,10 @@ var _GetObjectAclCommand = class _GetObjectAclCommand extends import_smithy_clie
9681
9814
  (0, import_middleware_sdk_s332.getThrow200ExceptionsPlugin)(config)
9682
9815
  ];
9683
9816
  }).s("AmazonS3", "GetObjectAcl", {}).n("S3Client", "GetObjectAclCommand").f(void 0, void 0).ser(se_GetObjectAclCommand).de(de_GetObjectAclCommand).build() {
9817
+ static {
9818
+ __name(this, "GetObjectAclCommand");
9819
+ }
9684
9820
  };
9685
- __name(_GetObjectAclCommand, "GetObjectAclCommand");
9686
- var GetObjectAclCommand = _GetObjectAclCommand;
9687
9821
 
9688
9822
  // src/commands/GetObjectAttributesCommand.ts
9689
9823
  var import_middleware_sdk_s333 = require("@aws-sdk/middleware-sdk-s3");
@@ -9691,7 +9825,7 @@ var import_middleware_sdk_s333 = require("@aws-sdk/middleware-sdk-s3");
9691
9825
 
9692
9826
 
9693
9827
 
9694
- var _GetObjectAttributesCommand = class _GetObjectAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
9828
+ var GetObjectAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep({
9695
9829
  ...commonParams,
9696
9830
  Bucket: { type: "contextParams", name: "Bucket" }
9697
9831
  }).m(function(Command, cs, config, o) {
@@ -9702,9 +9836,10 @@ var _GetObjectAttributesCommand = class _GetObjectAttributesCommand extends impo
9702
9836
  (0, import_middleware_ssec.getSsecPlugin)(config)
9703
9837
  ];
9704
9838
  }).s("AmazonS3", "GetObjectAttributes", {}).n("S3Client", "GetObjectAttributesCommand").f(GetObjectAttributesRequestFilterSensitiveLog, void 0).ser(se_GetObjectAttributesCommand).de(de_GetObjectAttributesCommand).build() {
9839
+ static {
9840
+ __name(this, "GetObjectAttributesCommand");
9841
+ }
9705
9842
  };
9706
- __name(_GetObjectAttributesCommand, "GetObjectAttributesCommand");
9707
- var GetObjectAttributesCommand = _GetObjectAttributesCommand;
9708
9843
 
9709
9844
  // src/commands/GetObjectCommand.ts
9710
9845
 
@@ -9713,7 +9848,7 @@ var import_middleware_sdk_s334 = require("@aws-sdk/middleware-sdk-s3");
9713
9848
 
9714
9849
 
9715
9850
 
9716
- var _GetObjectCommand = class _GetObjectCommand extends import_smithy_client.Command.classBuilder().ep({
9851
+ var GetObjectCommand = class extends import_smithy_client.Command.classBuilder().ep({
9717
9852
  ...commonParams,
9718
9853
  Bucket: { type: "contextParams", name: "Bucket" },
9719
9854
  Key: { type: "contextParams", name: "Key" }
@@ -9724,22 +9859,23 @@ var _GetObjectCommand = class _GetObjectCommand extends import_smithy_client.Com
9724
9859
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9725
9860
  requestChecksumRequired: false,
9726
9861
  requestValidationModeMember: "ChecksumMode",
9727
- responseAlgorithms: ["CRC32", "CRC32C", "SHA256", "SHA1"]
9862
+ responseAlgorithms: ["CRC64NVME", "CRC32", "CRC32C", "SHA256", "SHA1"]
9728
9863
  }),
9729
9864
  (0, import_middleware_ssec.getSsecPlugin)(config),
9730
9865
  (0, import_middleware_sdk_s334.getS3ExpiresMiddlewarePlugin)(config)
9731
9866
  ];
9732
9867
  }).s("AmazonS3", "GetObject", {}).n("S3Client", "GetObjectCommand").f(GetObjectRequestFilterSensitiveLog, GetObjectOutputFilterSensitiveLog).ser(se_GetObjectCommand).de(de_GetObjectCommand).build() {
9868
+ static {
9869
+ __name(this, "GetObjectCommand");
9870
+ }
9733
9871
  };
9734
- __name(_GetObjectCommand, "GetObjectCommand");
9735
- var GetObjectCommand = _GetObjectCommand;
9736
9872
 
9737
9873
  // src/commands/GetObjectLegalHoldCommand.ts
9738
9874
  var import_middleware_sdk_s335 = require("@aws-sdk/middleware-sdk-s3");
9739
9875
 
9740
9876
 
9741
9877
 
9742
- var _GetObjectLegalHoldCommand = class _GetObjectLegalHoldCommand extends import_smithy_client.Command.classBuilder().ep({
9878
+ var GetObjectLegalHoldCommand = class extends import_smithy_client.Command.classBuilder().ep({
9743
9879
  ...commonParams,
9744
9880
  Bucket: { type: "contextParams", name: "Bucket" }
9745
9881
  }).m(function(Command, cs, config, o) {
@@ -9749,16 +9885,17 @@ var _GetObjectLegalHoldCommand = class _GetObjectLegalHoldCommand extends import
9749
9885
  (0, import_middleware_sdk_s335.getThrow200ExceptionsPlugin)(config)
9750
9886
  ];
9751
9887
  }).s("AmazonS3", "GetObjectLegalHold", {}).n("S3Client", "GetObjectLegalHoldCommand").f(void 0, void 0).ser(se_GetObjectLegalHoldCommand).de(de_GetObjectLegalHoldCommand).build() {
9888
+ static {
9889
+ __name(this, "GetObjectLegalHoldCommand");
9890
+ }
9752
9891
  };
9753
- __name(_GetObjectLegalHoldCommand, "GetObjectLegalHoldCommand");
9754
- var GetObjectLegalHoldCommand = _GetObjectLegalHoldCommand;
9755
9892
 
9756
9893
  // src/commands/GetObjectLockConfigurationCommand.ts
9757
9894
  var import_middleware_sdk_s336 = require("@aws-sdk/middleware-sdk-s3");
9758
9895
 
9759
9896
 
9760
9897
 
9761
- var _GetObjectLockConfigurationCommand = class _GetObjectLockConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9898
+ var GetObjectLockConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9762
9899
  ...commonParams,
9763
9900
  Bucket: { type: "contextParams", name: "Bucket" }
9764
9901
  }).m(function(Command, cs, config, o) {
@@ -9768,16 +9905,17 @@ var _GetObjectLockConfigurationCommand = class _GetObjectLockConfigurationComman
9768
9905
  (0, import_middleware_sdk_s336.getThrow200ExceptionsPlugin)(config)
9769
9906
  ];
9770
9907
  }).s("AmazonS3", "GetObjectLockConfiguration", {}).n("S3Client", "GetObjectLockConfigurationCommand").f(void 0, void 0).ser(se_GetObjectLockConfigurationCommand).de(de_GetObjectLockConfigurationCommand).build() {
9908
+ static {
9909
+ __name(this, "GetObjectLockConfigurationCommand");
9910
+ }
9771
9911
  };
9772
- __name(_GetObjectLockConfigurationCommand, "GetObjectLockConfigurationCommand");
9773
- var GetObjectLockConfigurationCommand = _GetObjectLockConfigurationCommand;
9774
9912
 
9775
9913
  // src/commands/GetObjectRetentionCommand.ts
9776
9914
  var import_middleware_sdk_s337 = require("@aws-sdk/middleware-sdk-s3");
9777
9915
 
9778
9916
 
9779
9917
 
9780
- var _GetObjectRetentionCommand = class _GetObjectRetentionCommand extends import_smithy_client.Command.classBuilder().ep({
9918
+ var GetObjectRetentionCommand = class extends import_smithy_client.Command.classBuilder().ep({
9781
9919
  ...commonParams,
9782
9920
  Bucket: { type: "contextParams", name: "Bucket" }
9783
9921
  }).m(function(Command, cs, config, o) {
@@ -9787,16 +9925,17 @@ var _GetObjectRetentionCommand = class _GetObjectRetentionCommand extends import
9787
9925
  (0, import_middleware_sdk_s337.getThrow200ExceptionsPlugin)(config)
9788
9926
  ];
9789
9927
  }).s("AmazonS3", "GetObjectRetention", {}).n("S3Client", "GetObjectRetentionCommand").f(void 0, void 0).ser(se_GetObjectRetentionCommand).de(de_GetObjectRetentionCommand).build() {
9928
+ static {
9929
+ __name(this, "GetObjectRetentionCommand");
9930
+ }
9790
9931
  };
9791
- __name(_GetObjectRetentionCommand, "GetObjectRetentionCommand");
9792
- var GetObjectRetentionCommand = _GetObjectRetentionCommand;
9793
9932
 
9794
9933
  // src/commands/GetObjectTaggingCommand.ts
9795
9934
  var import_middleware_sdk_s338 = require("@aws-sdk/middleware-sdk-s3");
9796
9935
 
9797
9936
 
9798
9937
 
9799
- var _GetObjectTaggingCommand = class _GetObjectTaggingCommand extends import_smithy_client.Command.classBuilder().ep({
9938
+ var GetObjectTaggingCommand = class extends import_smithy_client.Command.classBuilder().ep({
9800
9939
  ...commonParams,
9801
9940
  Bucket: { type: "contextParams", name: "Bucket" }
9802
9941
  }).m(function(Command, cs, config, o) {
@@ -9806,15 +9945,16 @@ var _GetObjectTaggingCommand = class _GetObjectTaggingCommand extends import_smi
9806
9945
  (0, import_middleware_sdk_s338.getThrow200ExceptionsPlugin)(config)
9807
9946
  ];
9808
9947
  }).s("AmazonS3", "GetObjectTagging", {}).n("S3Client", "GetObjectTaggingCommand").f(void 0, void 0).ser(se_GetObjectTaggingCommand).de(de_GetObjectTaggingCommand).build() {
9948
+ static {
9949
+ __name(this, "GetObjectTaggingCommand");
9950
+ }
9809
9951
  };
9810
- __name(_GetObjectTaggingCommand, "GetObjectTaggingCommand");
9811
- var GetObjectTaggingCommand = _GetObjectTaggingCommand;
9812
9952
 
9813
9953
  // src/commands/GetObjectTorrentCommand.ts
9814
9954
 
9815
9955
 
9816
9956
 
9817
- var _GetObjectTorrentCommand = class _GetObjectTorrentCommand extends import_smithy_client.Command.classBuilder().ep({
9957
+ var GetObjectTorrentCommand = class extends import_smithy_client.Command.classBuilder().ep({
9818
9958
  ...commonParams,
9819
9959
  Bucket: { type: "contextParams", name: "Bucket" }
9820
9960
  }).m(function(Command, cs, config, o) {
@@ -9823,16 +9963,17 @@ var _GetObjectTorrentCommand = class _GetObjectTorrentCommand extends import_smi
9823
9963
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
9824
9964
  ];
9825
9965
  }).s("AmazonS3", "GetObjectTorrent", {}).n("S3Client", "GetObjectTorrentCommand").f(void 0, GetObjectTorrentOutputFilterSensitiveLog).ser(se_GetObjectTorrentCommand).de(de_GetObjectTorrentCommand).build() {
9966
+ static {
9967
+ __name(this, "GetObjectTorrentCommand");
9968
+ }
9826
9969
  };
9827
- __name(_GetObjectTorrentCommand, "GetObjectTorrentCommand");
9828
- var GetObjectTorrentCommand = _GetObjectTorrentCommand;
9829
9970
 
9830
9971
  // src/commands/GetPublicAccessBlockCommand.ts
9831
9972
  var import_middleware_sdk_s339 = require("@aws-sdk/middleware-sdk-s3");
9832
9973
 
9833
9974
 
9834
9975
 
9835
- var _GetPublicAccessBlockCommand = class _GetPublicAccessBlockCommand extends import_smithy_client.Command.classBuilder().ep({
9976
+ var GetPublicAccessBlockCommand = class extends import_smithy_client.Command.classBuilder().ep({
9836
9977
  ...commonParams,
9837
9978
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9838
9979
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9843,16 +9984,17 @@ var _GetPublicAccessBlockCommand = class _GetPublicAccessBlockCommand extends im
9843
9984
  (0, import_middleware_sdk_s339.getThrow200ExceptionsPlugin)(config)
9844
9985
  ];
9845
9986
  }).s("AmazonS3", "GetPublicAccessBlock", {}).n("S3Client", "GetPublicAccessBlockCommand").f(void 0, void 0).ser(se_GetPublicAccessBlockCommand).de(de_GetPublicAccessBlockCommand).build() {
9987
+ static {
9988
+ __name(this, "GetPublicAccessBlockCommand");
9989
+ }
9846
9990
  };
9847
- __name(_GetPublicAccessBlockCommand, "GetPublicAccessBlockCommand");
9848
- var GetPublicAccessBlockCommand = _GetPublicAccessBlockCommand;
9849
9991
 
9850
9992
  // src/commands/HeadBucketCommand.ts
9851
9993
  var import_middleware_sdk_s340 = require("@aws-sdk/middleware-sdk-s3");
9852
9994
 
9853
9995
 
9854
9996
 
9855
- var _HeadBucketCommand = class _HeadBucketCommand extends import_smithy_client.Command.classBuilder().ep({
9997
+ var HeadBucketCommand = class extends import_smithy_client.Command.classBuilder().ep({
9856
9998
  ...commonParams,
9857
9999
  Bucket: { type: "contextParams", name: "Bucket" }
9858
10000
  }).m(function(Command, cs, config, o) {
@@ -9862,9 +10004,10 @@ var _HeadBucketCommand = class _HeadBucketCommand extends import_smithy_client.C
9862
10004
  (0, import_middleware_sdk_s340.getThrow200ExceptionsPlugin)(config)
9863
10005
  ];
9864
10006
  }).s("AmazonS3", "HeadBucket", {}).n("S3Client", "HeadBucketCommand").f(void 0, void 0).ser(se_HeadBucketCommand).de(de_HeadBucketCommand).build() {
10007
+ static {
10008
+ __name(this, "HeadBucketCommand");
10009
+ }
9865
10010
  };
9866
- __name(_HeadBucketCommand, "HeadBucketCommand");
9867
- var HeadBucketCommand = _HeadBucketCommand;
9868
10011
 
9869
10012
  // src/commands/HeadObjectCommand.ts
9870
10013
  var import_middleware_sdk_s341 = require("@aws-sdk/middleware-sdk-s3");
@@ -9872,7 +10015,7 @@ var import_middleware_sdk_s341 = require("@aws-sdk/middleware-sdk-s3");
9872
10015
 
9873
10016
 
9874
10017
 
9875
- var _HeadObjectCommand = class _HeadObjectCommand extends import_smithy_client.Command.classBuilder().ep({
10018
+ var HeadObjectCommand = class extends import_smithy_client.Command.classBuilder().ep({
9876
10019
  ...commonParams,
9877
10020
  Bucket: { type: "contextParams", name: "Bucket" },
9878
10021
  Key: { type: "contextParams", name: "Key" }
@@ -9885,16 +10028,17 @@ var _HeadObjectCommand = class _HeadObjectCommand extends import_smithy_client.C
9885
10028
  (0, import_middleware_sdk_s341.getS3ExpiresMiddlewarePlugin)(config)
9886
10029
  ];
9887
10030
  }).s("AmazonS3", "HeadObject", {}).n("S3Client", "HeadObjectCommand").f(HeadObjectRequestFilterSensitiveLog, HeadObjectOutputFilterSensitiveLog).ser(se_HeadObjectCommand).de(de_HeadObjectCommand).build() {
10031
+ static {
10032
+ __name(this, "HeadObjectCommand");
10033
+ }
9888
10034
  };
9889
- __name(_HeadObjectCommand, "HeadObjectCommand");
9890
- var HeadObjectCommand = _HeadObjectCommand;
9891
10035
 
9892
10036
  // src/commands/ListBucketAnalyticsConfigurationsCommand.ts
9893
10037
  var import_middleware_sdk_s342 = require("@aws-sdk/middleware-sdk-s3");
9894
10038
 
9895
10039
 
9896
10040
 
9897
- var _ListBucketAnalyticsConfigurationsCommand = class _ListBucketAnalyticsConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
10041
+ var ListBucketAnalyticsConfigurationsCommand = class extends import_smithy_client.Command.classBuilder().ep({
9898
10042
  ...commonParams,
9899
10043
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9900
10044
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9905,16 +10049,17 @@ var _ListBucketAnalyticsConfigurationsCommand = class _ListBucketAnalyticsConfig
9905
10049
  (0, import_middleware_sdk_s342.getThrow200ExceptionsPlugin)(config)
9906
10050
  ];
9907
10051
  }).s("AmazonS3", "ListBucketAnalyticsConfigurations", {}).n("S3Client", "ListBucketAnalyticsConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketAnalyticsConfigurationsCommand).de(de_ListBucketAnalyticsConfigurationsCommand).build() {
10052
+ static {
10053
+ __name(this, "ListBucketAnalyticsConfigurationsCommand");
10054
+ }
9908
10055
  };
9909
- __name(_ListBucketAnalyticsConfigurationsCommand, "ListBucketAnalyticsConfigurationsCommand");
9910
- var ListBucketAnalyticsConfigurationsCommand = _ListBucketAnalyticsConfigurationsCommand;
9911
10056
 
9912
10057
  // src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts
9913
10058
  var import_middleware_sdk_s343 = require("@aws-sdk/middleware-sdk-s3");
9914
10059
 
9915
10060
 
9916
10061
 
9917
- var _ListBucketIntelligentTieringConfigurationsCommand = class _ListBucketIntelligentTieringConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
10062
+ var ListBucketIntelligentTieringConfigurationsCommand = class extends import_smithy_client.Command.classBuilder().ep({
9918
10063
  ...commonParams,
9919
10064
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9920
10065
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9925,16 +10070,17 @@ var _ListBucketIntelligentTieringConfigurationsCommand = class _ListBucketIntell
9925
10070
  (0, import_middleware_sdk_s343.getThrow200ExceptionsPlugin)(config)
9926
10071
  ];
9927
10072
  }).s("AmazonS3", "ListBucketIntelligentTieringConfigurations", {}).n("S3Client", "ListBucketIntelligentTieringConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketIntelligentTieringConfigurationsCommand).de(de_ListBucketIntelligentTieringConfigurationsCommand).build() {
10073
+ static {
10074
+ __name(this, "ListBucketIntelligentTieringConfigurationsCommand");
10075
+ }
9928
10076
  };
9929
- __name(_ListBucketIntelligentTieringConfigurationsCommand, "ListBucketIntelligentTieringConfigurationsCommand");
9930
- var ListBucketIntelligentTieringConfigurationsCommand = _ListBucketIntelligentTieringConfigurationsCommand;
9931
10077
 
9932
10078
  // src/commands/ListBucketInventoryConfigurationsCommand.ts
9933
10079
  var import_middleware_sdk_s344 = require("@aws-sdk/middleware-sdk-s3");
9934
10080
 
9935
10081
 
9936
10082
 
9937
- var _ListBucketInventoryConfigurationsCommand = class _ListBucketInventoryConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
10083
+ var ListBucketInventoryConfigurationsCommand = class extends import_smithy_client.Command.classBuilder().ep({
9938
10084
  ...commonParams,
9939
10085
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9940
10086
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9945,16 +10091,17 @@ var _ListBucketInventoryConfigurationsCommand = class _ListBucketInventoryConfig
9945
10091
  (0, import_middleware_sdk_s344.getThrow200ExceptionsPlugin)(config)
9946
10092
  ];
9947
10093
  }).s("AmazonS3", "ListBucketInventoryConfigurations", {}).n("S3Client", "ListBucketInventoryConfigurationsCommand").f(void 0, ListBucketInventoryConfigurationsOutputFilterSensitiveLog).ser(se_ListBucketInventoryConfigurationsCommand).de(de_ListBucketInventoryConfigurationsCommand).build() {
10094
+ static {
10095
+ __name(this, "ListBucketInventoryConfigurationsCommand");
10096
+ }
9948
10097
  };
9949
- __name(_ListBucketInventoryConfigurationsCommand, "ListBucketInventoryConfigurationsCommand");
9950
- var ListBucketInventoryConfigurationsCommand = _ListBucketInventoryConfigurationsCommand;
9951
10098
 
9952
10099
  // src/commands/ListBucketMetricsConfigurationsCommand.ts
9953
10100
  var import_middleware_sdk_s345 = require("@aws-sdk/middleware-sdk-s3");
9954
10101
 
9955
10102
 
9956
10103
 
9957
- var _ListBucketMetricsConfigurationsCommand = class _ListBucketMetricsConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
10104
+ var ListBucketMetricsConfigurationsCommand = class extends import_smithy_client.Command.classBuilder().ep({
9958
10105
  ...commonParams,
9959
10106
  Bucket: { type: "contextParams", name: "Bucket" }
9960
10107
  }).m(function(Command, cs, config, o) {
@@ -9964,32 +10111,34 @@ var _ListBucketMetricsConfigurationsCommand = class _ListBucketMetricsConfigurat
9964
10111
  (0, import_middleware_sdk_s345.getThrow200ExceptionsPlugin)(config)
9965
10112
  ];
9966
10113
  }).s("AmazonS3", "ListBucketMetricsConfigurations", {}).n("S3Client", "ListBucketMetricsConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketMetricsConfigurationsCommand).de(de_ListBucketMetricsConfigurationsCommand).build() {
10114
+ static {
10115
+ __name(this, "ListBucketMetricsConfigurationsCommand");
10116
+ }
9967
10117
  };
9968
- __name(_ListBucketMetricsConfigurationsCommand, "ListBucketMetricsConfigurationsCommand");
9969
- var ListBucketMetricsConfigurationsCommand = _ListBucketMetricsConfigurationsCommand;
9970
10118
 
9971
10119
  // src/commands/ListBucketsCommand.ts
9972
10120
  var import_middleware_sdk_s346 = require("@aws-sdk/middleware-sdk-s3");
9973
10121
 
9974
10122
 
9975
10123
 
9976
- var _ListBucketsCommand = class _ListBucketsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10124
+ var ListBucketsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
9977
10125
  return [
9978
10126
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9979
10127
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9980
10128
  (0, import_middleware_sdk_s346.getThrow200ExceptionsPlugin)(config)
9981
10129
  ];
9982
10130
  }).s("AmazonS3", "ListBuckets", {}).n("S3Client", "ListBucketsCommand").f(void 0, void 0).ser(se_ListBucketsCommand).de(de_ListBucketsCommand).build() {
10131
+ static {
10132
+ __name(this, "ListBucketsCommand");
10133
+ }
9983
10134
  };
9984
- __name(_ListBucketsCommand, "ListBucketsCommand");
9985
- var ListBucketsCommand = _ListBucketsCommand;
9986
10135
 
9987
10136
  // src/commands/ListDirectoryBucketsCommand.ts
9988
10137
  var import_middleware_sdk_s347 = require("@aws-sdk/middleware-sdk-s3");
9989
10138
 
9990
10139
 
9991
10140
 
9992
- var _ListDirectoryBucketsCommand = class _ListDirectoryBucketsCommand extends import_smithy_client.Command.classBuilder().ep({
10141
+ var ListDirectoryBucketsCommand = class extends import_smithy_client.Command.classBuilder().ep({
9993
10142
  ...commonParams,
9994
10143
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true }
9995
10144
  }).m(function(Command, cs, config, o) {
@@ -9999,16 +10148,17 @@ var _ListDirectoryBucketsCommand = class _ListDirectoryBucketsCommand extends im
9999
10148
  (0, import_middleware_sdk_s347.getThrow200ExceptionsPlugin)(config)
10000
10149
  ];
10001
10150
  }).s("AmazonS3", "ListDirectoryBuckets", {}).n("S3Client", "ListDirectoryBucketsCommand").f(void 0, void 0).ser(se_ListDirectoryBucketsCommand).de(de_ListDirectoryBucketsCommand).build() {
10151
+ static {
10152
+ __name(this, "ListDirectoryBucketsCommand");
10153
+ }
10002
10154
  };
10003
- __name(_ListDirectoryBucketsCommand, "ListDirectoryBucketsCommand");
10004
- var ListDirectoryBucketsCommand = _ListDirectoryBucketsCommand;
10005
10155
 
10006
10156
  // src/commands/ListMultipartUploadsCommand.ts
10007
10157
  var import_middleware_sdk_s348 = require("@aws-sdk/middleware-sdk-s3");
10008
10158
 
10009
10159
 
10010
10160
 
10011
- var _ListMultipartUploadsCommand = class _ListMultipartUploadsCommand extends import_smithy_client.Command.classBuilder().ep({
10161
+ var ListMultipartUploadsCommand = class extends import_smithy_client.Command.classBuilder().ep({
10012
10162
  ...commonParams,
10013
10163
  Bucket: { type: "contextParams", name: "Bucket" },
10014
10164
  Prefix: { type: "contextParams", name: "Prefix" }
@@ -10019,16 +10169,17 @@ var _ListMultipartUploadsCommand = class _ListMultipartUploadsCommand extends im
10019
10169
  (0, import_middleware_sdk_s348.getThrow200ExceptionsPlugin)(config)
10020
10170
  ];
10021
10171
  }).s("AmazonS3", "ListMultipartUploads", {}).n("S3Client", "ListMultipartUploadsCommand").f(void 0, void 0).ser(se_ListMultipartUploadsCommand).de(de_ListMultipartUploadsCommand).build() {
10172
+ static {
10173
+ __name(this, "ListMultipartUploadsCommand");
10174
+ }
10022
10175
  };
10023
- __name(_ListMultipartUploadsCommand, "ListMultipartUploadsCommand");
10024
- var ListMultipartUploadsCommand = _ListMultipartUploadsCommand;
10025
10176
 
10026
10177
  // src/commands/ListObjectsCommand.ts
10027
10178
  var import_middleware_sdk_s349 = require("@aws-sdk/middleware-sdk-s3");
10028
10179
 
10029
10180
 
10030
10181
 
10031
- var _ListObjectsCommand = class _ListObjectsCommand extends import_smithy_client.Command.classBuilder().ep({
10182
+ var ListObjectsCommand = class extends import_smithy_client.Command.classBuilder().ep({
10032
10183
  ...commonParams,
10033
10184
  Bucket: { type: "contextParams", name: "Bucket" },
10034
10185
  Prefix: { type: "contextParams", name: "Prefix" }
@@ -10039,16 +10190,17 @@ var _ListObjectsCommand = class _ListObjectsCommand extends import_smithy_client
10039
10190
  (0, import_middleware_sdk_s349.getThrow200ExceptionsPlugin)(config)
10040
10191
  ];
10041
10192
  }).s("AmazonS3", "ListObjects", {}).n("S3Client", "ListObjectsCommand").f(void 0, void 0).ser(se_ListObjectsCommand).de(de_ListObjectsCommand).build() {
10193
+ static {
10194
+ __name(this, "ListObjectsCommand");
10195
+ }
10042
10196
  };
10043
- __name(_ListObjectsCommand, "ListObjectsCommand");
10044
- var ListObjectsCommand = _ListObjectsCommand;
10045
10197
 
10046
10198
  // src/commands/ListObjectsV2Command.ts
10047
10199
  var import_middleware_sdk_s350 = require("@aws-sdk/middleware-sdk-s3");
10048
10200
 
10049
10201
 
10050
10202
 
10051
- var _ListObjectsV2Command = class _ListObjectsV2Command extends import_smithy_client.Command.classBuilder().ep({
10203
+ var ListObjectsV2Command = class extends import_smithy_client.Command.classBuilder().ep({
10052
10204
  ...commonParams,
10053
10205
  Bucket: { type: "contextParams", name: "Bucket" },
10054
10206
  Prefix: { type: "contextParams", name: "Prefix" }
@@ -10059,16 +10211,17 @@ var _ListObjectsV2Command = class _ListObjectsV2Command extends import_smithy_cl
10059
10211
  (0, import_middleware_sdk_s350.getThrow200ExceptionsPlugin)(config)
10060
10212
  ];
10061
10213
  }).s("AmazonS3", "ListObjectsV2", {}).n("S3Client", "ListObjectsV2Command").f(void 0, void 0).ser(se_ListObjectsV2Command).de(de_ListObjectsV2Command).build() {
10214
+ static {
10215
+ __name(this, "ListObjectsV2Command");
10216
+ }
10062
10217
  };
10063
- __name(_ListObjectsV2Command, "ListObjectsV2Command");
10064
- var ListObjectsV2Command = _ListObjectsV2Command;
10065
10218
 
10066
10219
  // src/commands/ListObjectVersionsCommand.ts
10067
10220
  var import_middleware_sdk_s351 = require("@aws-sdk/middleware-sdk-s3");
10068
10221
 
10069
10222
 
10070
10223
 
10071
- var _ListObjectVersionsCommand = class _ListObjectVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
10224
+ var ListObjectVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep({
10072
10225
  ...commonParams,
10073
10226
  Bucket: { type: "contextParams", name: "Bucket" },
10074
10227
  Prefix: { type: "contextParams", name: "Prefix" }
@@ -10079,9 +10232,10 @@ var _ListObjectVersionsCommand = class _ListObjectVersionsCommand extends import
10079
10232
  (0, import_middleware_sdk_s351.getThrow200ExceptionsPlugin)(config)
10080
10233
  ];
10081
10234
  }).s("AmazonS3", "ListObjectVersions", {}).n("S3Client", "ListObjectVersionsCommand").f(void 0, void 0).ser(se_ListObjectVersionsCommand).de(de_ListObjectVersionsCommand).build() {
10235
+ static {
10236
+ __name(this, "ListObjectVersionsCommand");
10237
+ }
10082
10238
  };
10083
- __name(_ListObjectVersionsCommand, "ListObjectVersionsCommand");
10084
- var ListObjectVersionsCommand = _ListObjectVersionsCommand;
10085
10239
 
10086
10240
  // src/commands/ListPartsCommand.ts
10087
10241
  var import_middleware_sdk_s352 = require("@aws-sdk/middleware-sdk-s3");
@@ -10089,7 +10243,7 @@ var import_middleware_sdk_s352 = require("@aws-sdk/middleware-sdk-s3");
10089
10243
 
10090
10244
 
10091
10245
 
10092
- var _ListPartsCommand = class _ListPartsCommand extends import_smithy_client.Command.classBuilder().ep({
10246
+ var ListPartsCommand = class extends import_smithy_client.Command.classBuilder().ep({
10093
10247
  ...commonParams,
10094
10248
  Bucket: { type: "contextParams", name: "Bucket" },
10095
10249
  Key: { type: "contextParams", name: "Key" }
@@ -10101,16 +10255,17 @@ var _ListPartsCommand = class _ListPartsCommand extends import_smithy_client.Com
10101
10255
  (0, import_middleware_ssec.getSsecPlugin)(config)
10102
10256
  ];
10103
10257
  }).s("AmazonS3", "ListParts", {}).n("S3Client", "ListPartsCommand").f(ListPartsRequestFilterSensitiveLog, void 0).ser(se_ListPartsCommand).de(de_ListPartsCommand).build() {
10258
+ static {
10259
+ __name(this, "ListPartsCommand");
10260
+ }
10104
10261
  };
10105
- __name(_ListPartsCommand, "ListPartsCommand");
10106
- var ListPartsCommand = _ListPartsCommand;
10107
10262
 
10108
10263
  // src/commands/PutBucketAccelerateConfigurationCommand.ts
10109
10264
 
10110
10265
 
10111
10266
 
10112
10267
 
10113
- var _PutBucketAccelerateConfigurationCommand = class _PutBucketAccelerateConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
10268
+ var PutBucketAccelerateConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
10114
10269
  ...commonParams,
10115
10270
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10116
10271
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10119,22 +10274,22 @@ var _PutBucketAccelerateConfigurationCommand = class _PutBucketAccelerateConfigu
10119
10274
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10120
10275
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10121
10276
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10122
- requestAlgorithmMember: "ChecksumAlgorithm",
10123
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10277
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10124
10278
  requestChecksumRequired: false
10125
10279
  })
10126
10280
  ];
10127
10281
  }).s("AmazonS3", "PutBucketAccelerateConfiguration", {}).n("S3Client", "PutBucketAccelerateConfigurationCommand").f(void 0, void 0).ser(se_PutBucketAccelerateConfigurationCommand).de(de_PutBucketAccelerateConfigurationCommand).build() {
10282
+ static {
10283
+ __name(this, "PutBucketAccelerateConfigurationCommand");
10284
+ }
10128
10285
  };
10129
- __name(_PutBucketAccelerateConfigurationCommand, "PutBucketAccelerateConfigurationCommand");
10130
- var PutBucketAccelerateConfigurationCommand = _PutBucketAccelerateConfigurationCommand;
10131
10286
 
10132
10287
  // src/commands/PutBucketAclCommand.ts
10133
10288
 
10134
10289
 
10135
10290
 
10136
10291
 
10137
- var _PutBucketAclCommand = class _PutBucketAclCommand extends import_smithy_client.Command.classBuilder().ep({
10292
+ var PutBucketAclCommand = class extends import_smithy_client.Command.classBuilder().ep({
10138
10293
  ...commonParams,
10139
10294
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10140
10295
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10143,21 +10298,21 @@ var _PutBucketAclCommand = class _PutBucketAclCommand extends import_smithy_clie
10143
10298
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10144
10299
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10145
10300
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10146
- requestAlgorithmMember: "ChecksumAlgorithm",
10147
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10301
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10148
10302
  requestChecksumRequired: true
10149
10303
  })
10150
10304
  ];
10151
10305
  }).s("AmazonS3", "PutBucketAcl", {}).n("S3Client", "PutBucketAclCommand").f(void 0, void 0).ser(se_PutBucketAclCommand).de(de_PutBucketAclCommand).build() {
10306
+ static {
10307
+ __name(this, "PutBucketAclCommand");
10308
+ }
10152
10309
  };
10153
- __name(_PutBucketAclCommand, "PutBucketAclCommand");
10154
- var PutBucketAclCommand = _PutBucketAclCommand;
10155
10310
 
10156
10311
  // src/commands/PutBucketAnalyticsConfigurationCommand.ts
10157
10312
 
10158
10313
 
10159
10314
 
10160
- var _PutBucketAnalyticsConfigurationCommand = class _PutBucketAnalyticsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
10315
+ var PutBucketAnalyticsConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
10161
10316
  ...commonParams,
10162
10317
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10163
10318
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10167,16 +10322,17 @@ var _PutBucketAnalyticsConfigurationCommand = class _PutBucketAnalyticsConfigura
10167
10322
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10168
10323
  ];
10169
10324
  }).s("AmazonS3", "PutBucketAnalyticsConfiguration", {}).n("S3Client", "PutBucketAnalyticsConfigurationCommand").f(void 0, void 0).ser(se_PutBucketAnalyticsConfigurationCommand).de(de_PutBucketAnalyticsConfigurationCommand).build() {
10325
+ static {
10326
+ __name(this, "PutBucketAnalyticsConfigurationCommand");
10327
+ }
10170
10328
  };
10171
- __name(_PutBucketAnalyticsConfigurationCommand, "PutBucketAnalyticsConfigurationCommand");
10172
- var PutBucketAnalyticsConfigurationCommand = _PutBucketAnalyticsConfigurationCommand;
10173
10329
 
10174
10330
  // src/commands/PutBucketCorsCommand.ts
10175
10331
 
10176
10332
 
10177
10333
 
10178
10334
 
10179
- var _PutBucketCorsCommand = class _PutBucketCorsCommand extends import_smithy_client.Command.classBuilder().ep({
10335
+ var PutBucketCorsCommand = class extends import_smithy_client.Command.classBuilder().ep({
10180
10336
  ...commonParams,
10181
10337
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10182
10338
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10185,22 +10341,22 @@ var _PutBucketCorsCommand = class _PutBucketCorsCommand extends import_smithy_cl
10185
10341
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10186
10342
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10187
10343
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10188
- requestAlgorithmMember: "ChecksumAlgorithm",
10189
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10344
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10190
10345
  requestChecksumRequired: true
10191
10346
  })
10192
10347
  ];
10193
10348
  }).s("AmazonS3", "PutBucketCors", {}).n("S3Client", "PutBucketCorsCommand").f(void 0, void 0).ser(se_PutBucketCorsCommand).de(de_PutBucketCorsCommand).build() {
10349
+ static {
10350
+ __name(this, "PutBucketCorsCommand");
10351
+ }
10194
10352
  };
10195
- __name(_PutBucketCorsCommand, "PutBucketCorsCommand");
10196
- var PutBucketCorsCommand = _PutBucketCorsCommand;
10197
10353
 
10198
10354
  // src/commands/PutBucketEncryptionCommand.ts
10199
10355
 
10200
10356
 
10201
10357
 
10202
10358
 
10203
- var _PutBucketEncryptionCommand = class _PutBucketEncryptionCommand extends import_smithy_client.Command.classBuilder().ep({
10359
+ var PutBucketEncryptionCommand = class extends import_smithy_client.Command.classBuilder().ep({
10204
10360
  ...commonParams,
10205
10361
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10206
10362
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10209,21 +10365,21 @@ var _PutBucketEncryptionCommand = class _PutBucketEncryptionCommand extends impo
10209
10365
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10210
10366
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10211
10367
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10212
- requestAlgorithmMember: "ChecksumAlgorithm",
10213
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10368
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10214
10369
  requestChecksumRequired: true
10215
10370
  })
10216
10371
  ];
10217
10372
  }).s("AmazonS3", "PutBucketEncryption", {}).n("S3Client", "PutBucketEncryptionCommand").f(PutBucketEncryptionRequestFilterSensitiveLog, void 0).ser(se_PutBucketEncryptionCommand).de(de_PutBucketEncryptionCommand).build() {
10373
+ static {
10374
+ __name(this, "PutBucketEncryptionCommand");
10375
+ }
10218
10376
  };
10219
- __name(_PutBucketEncryptionCommand, "PutBucketEncryptionCommand");
10220
- var PutBucketEncryptionCommand = _PutBucketEncryptionCommand;
10221
10377
 
10222
10378
  // src/commands/PutBucketIntelligentTieringConfigurationCommand.ts
10223
10379
 
10224
10380
 
10225
10381
 
10226
- var _PutBucketIntelligentTieringConfigurationCommand = class _PutBucketIntelligentTieringConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
10382
+ var PutBucketIntelligentTieringConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
10227
10383
  ...commonParams,
10228
10384
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10229
10385
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10233,15 +10389,16 @@ var _PutBucketIntelligentTieringConfigurationCommand = class _PutBucketIntellige
10233
10389
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10234
10390
  ];
10235
10391
  }).s("AmazonS3", "PutBucketIntelligentTieringConfiguration", {}).n("S3Client", "PutBucketIntelligentTieringConfigurationCommand").f(void 0, void 0).ser(se_PutBucketIntelligentTieringConfigurationCommand).de(de_PutBucketIntelligentTieringConfigurationCommand).build() {
10392
+ static {
10393
+ __name(this, "PutBucketIntelligentTieringConfigurationCommand");
10394
+ }
10236
10395
  };
10237
- __name(_PutBucketIntelligentTieringConfigurationCommand, "PutBucketIntelligentTieringConfigurationCommand");
10238
- var PutBucketIntelligentTieringConfigurationCommand = _PutBucketIntelligentTieringConfigurationCommand;
10239
10396
 
10240
10397
  // src/commands/PutBucketInventoryConfigurationCommand.ts
10241
10398
 
10242
10399
 
10243
10400
 
10244
- var _PutBucketInventoryConfigurationCommand = class _PutBucketInventoryConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
10401
+ var PutBucketInventoryConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
10245
10402
  ...commonParams,
10246
10403
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10247
10404
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10251,9 +10408,10 @@ var _PutBucketInventoryConfigurationCommand = class _PutBucketInventoryConfigura
10251
10408
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10252
10409
  ];
10253
10410
  }).s("AmazonS3", "PutBucketInventoryConfiguration", {}).n("S3Client", "PutBucketInventoryConfigurationCommand").f(PutBucketInventoryConfigurationRequestFilterSensitiveLog, void 0).ser(se_PutBucketInventoryConfigurationCommand).de(de_PutBucketInventoryConfigurationCommand).build() {
10411
+ static {
10412
+ __name(this, "PutBucketInventoryConfigurationCommand");
10413
+ }
10254
10414
  };
10255
- __name(_PutBucketInventoryConfigurationCommand, "PutBucketInventoryConfigurationCommand");
10256
- var PutBucketInventoryConfigurationCommand = _PutBucketInventoryConfigurationCommand;
10257
10415
 
10258
10416
  // src/commands/PutBucketLifecycleConfigurationCommand.ts
10259
10417
 
@@ -10261,7 +10419,7 @@ var import_middleware_sdk_s353 = require("@aws-sdk/middleware-sdk-s3");
10261
10419
 
10262
10420
 
10263
10421
 
10264
- var _PutBucketLifecycleConfigurationCommand = class _PutBucketLifecycleConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
10422
+ var PutBucketLifecycleConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
10265
10423
  ...commonParams,
10266
10424
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10267
10425
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10270,23 +10428,23 @@ var _PutBucketLifecycleConfigurationCommand = class _PutBucketLifecycleConfigura
10270
10428
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10271
10429
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10272
10430
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10273
- requestAlgorithmMember: "ChecksumAlgorithm",
10274
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10431
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10275
10432
  requestChecksumRequired: true
10276
10433
  }),
10277
10434
  (0, import_middleware_sdk_s353.getThrow200ExceptionsPlugin)(config)
10278
10435
  ];
10279
10436
  }).s("AmazonS3", "PutBucketLifecycleConfiguration", {}).n("S3Client", "PutBucketLifecycleConfigurationCommand").f(void 0, void 0).ser(se_PutBucketLifecycleConfigurationCommand).de(de_PutBucketLifecycleConfigurationCommand).build() {
10437
+ static {
10438
+ __name(this, "PutBucketLifecycleConfigurationCommand");
10439
+ }
10280
10440
  };
10281
- __name(_PutBucketLifecycleConfigurationCommand, "PutBucketLifecycleConfigurationCommand");
10282
- var PutBucketLifecycleConfigurationCommand = _PutBucketLifecycleConfigurationCommand;
10283
10441
 
10284
10442
  // src/commands/PutBucketLoggingCommand.ts
10285
10443
 
10286
10444
 
10287
10445
 
10288
10446
 
10289
- var _PutBucketLoggingCommand = class _PutBucketLoggingCommand extends import_smithy_client.Command.classBuilder().ep({
10447
+ var PutBucketLoggingCommand = class extends import_smithy_client.Command.classBuilder().ep({
10290
10448
  ...commonParams,
10291
10449
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10292
10450
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10295,21 +10453,21 @@ var _PutBucketLoggingCommand = class _PutBucketLoggingCommand extends import_smi
10295
10453
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10296
10454
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10297
10455
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10298
- requestAlgorithmMember: "ChecksumAlgorithm",
10299
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10456
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10300
10457
  requestChecksumRequired: true
10301
10458
  })
10302
10459
  ];
10303
10460
  }).s("AmazonS3", "PutBucketLogging", {}).n("S3Client", "PutBucketLoggingCommand").f(void 0, void 0).ser(se_PutBucketLoggingCommand).de(de_PutBucketLoggingCommand).build() {
10461
+ static {
10462
+ __name(this, "PutBucketLoggingCommand");
10463
+ }
10304
10464
  };
10305
- __name(_PutBucketLoggingCommand, "PutBucketLoggingCommand");
10306
- var PutBucketLoggingCommand = _PutBucketLoggingCommand;
10307
10465
 
10308
10466
  // src/commands/PutBucketMetricsConfigurationCommand.ts
10309
10467
 
10310
10468
 
10311
10469
 
10312
- var _PutBucketMetricsConfigurationCommand = class _PutBucketMetricsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
10470
+ var PutBucketMetricsConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
10313
10471
  ...commonParams,
10314
10472
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10315
10473
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10319,15 +10477,16 @@ var _PutBucketMetricsConfigurationCommand = class _PutBucketMetricsConfiguration
10319
10477
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10320
10478
  ];
10321
10479
  }).s("AmazonS3", "PutBucketMetricsConfiguration", {}).n("S3Client", "PutBucketMetricsConfigurationCommand").f(void 0, void 0).ser(se_PutBucketMetricsConfigurationCommand).de(de_PutBucketMetricsConfigurationCommand).build() {
10480
+ static {
10481
+ __name(this, "PutBucketMetricsConfigurationCommand");
10482
+ }
10322
10483
  };
10323
- __name(_PutBucketMetricsConfigurationCommand, "PutBucketMetricsConfigurationCommand");
10324
- var PutBucketMetricsConfigurationCommand = _PutBucketMetricsConfigurationCommand;
10325
10484
 
10326
10485
  // src/commands/PutBucketNotificationConfigurationCommand.ts
10327
10486
 
10328
10487
 
10329
10488
 
10330
- var _PutBucketNotificationConfigurationCommand = class _PutBucketNotificationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
10489
+ var PutBucketNotificationConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
10331
10490
  ...commonParams,
10332
10491
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10333
10492
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10337,16 +10496,17 @@ var _PutBucketNotificationConfigurationCommand = class _PutBucketNotificationCon
10337
10496
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10338
10497
  ];
10339
10498
  }).s("AmazonS3", "PutBucketNotificationConfiguration", {}).n("S3Client", "PutBucketNotificationConfigurationCommand").f(void 0, void 0).ser(se_PutBucketNotificationConfigurationCommand).de(de_PutBucketNotificationConfigurationCommand).build() {
10499
+ static {
10500
+ __name(this, "PutBucketNotificationConfigurationCommand");
10501
+ }
10340
10502
  };
10341
- __name(_PutBucketNotificationConfigurationCommand, "PutBucketNotificationConfigurationCommand");
10342
- var PutBucketNotificationConfigurationCommand = _PutBucketNotificationConfigurationCommand;
10343
10503
 
10344
10504
  // src/commands/PutBucketOwnershipControlsCommand.ts
10345
10505
 
10346
10506
 
10347
10507
 
10348
10508
 
10349
- var _PutBucketOwnershipControlsCommand = class _PutBucketOwnershipControlsCommand extends import_smithy_client.Command.classBuilder().ep({
10509
+ var PutBucketOwnershipControlsCommand = class extends import_smithy_client.Command.classBuilder().ep({
10350
10510
  ...commonParams,
10351
10511
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10352
10512
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10359,16 +10519,17 @@ var _PutBucketOwnershipControlsCommand = class _PutBucketOwnershipControlsComman
10359
10519
  })
10360
10520
  ];
10361
10521
  }).s("AmazonS3", "PutBucketOwnershipControls", {}).n("S3Client", "PutBucketOwnershipControlsCommand").f(void 0, void 0).ser(se_PutBucketOwnershipControlsCommand).de(de_PutBucketOwnershipControlsCommand).build() {
10522
+ static {
10523
+ __name(this, "PutBucketOwnershipControlsCommand");
10524
+ }
10362
10525
  };
10363
- __name(_PutBucketOwnershipControlsCommand, "PutBucketOwnershipControlsCommand");
10364
- var PutBucketOwnershipControlsCommand = _PutBucketOwnershipControlsCommand;
10365
10526
 
10366
10527
  // src/commands/PutBucketPolicyCommand.ts
10367
10528
 
10368
10529
 
10369
10530
 
10370
10531
 
10371
- var _PutBucketPolicyCommand = class _PutBucketPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
10532
+ var PutBucketPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep({
10372
10533
  ...commonParams,
10373
10534
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10374
10535
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10377,22 +10538,22 @@ var _PutBucketPolicyCommand = class _PutBucketPolicyCommand extends import_smith
10377
10538
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10378
10539
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10379
10540
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10380
- requestAlgorithmMember: "ChecksumAlgorithm",
10381
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10541
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10382
10542
  requestChecksumRequired: true
10383
10543
  })
10384
10544
  ];
10385
10545
  }).s("AmazonS3", "PutBucketPolicy", {}).n("S3Client", "PutBucketPolicyCommand").f(void 0, void 0).ser(se_PutBucketPolicyCommand).de(de_PutBucketPolicyCommand).build() {
10546
+ static {
10547
+ __name(this, "PutBucketPolicyCommand");
10548
+ }
10386
10549
  };
10387
- __name(_PutBucketPolicyCommand, "PutBucketPolicyCommand");
10388
- var PutBucketPolicyCommand = _PutBucketPolicyCommand;
10389
10550
 
10390
10551
  // src/commands/PutBucketReplicationCommand.ts
10391
10552
 
10392
10553
 
10393
10554
 
10394
10555
 
10395
- var _PutBucketReplicationCommand = class _PutBucketReplicationCommand extends import_smithy_client.Command.classBuilder().ep({
10556
+ var PutBucketReplicationCommand = class extends import_smithy_client.Command.classBuilder().ep({
10396
10557
  ...commonParams,
10397
10558
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10398
10559
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10401,22 +10562,22 @@ var _PutBucketReplicationCommand = class _PutBucketReplicationCommand extends im
10401
10562
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10402
10563
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10403
10564
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10404
- requestAlgorithmMember: "ChecksumAlgorithm",
10405
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10565
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10406
10566
  requestChecksumRequired: true
10407
10567
  })
10408
10568
  ];
10409
10569
  }).s("AmazonS3", "PutBucketReplication", {}).n("S3Client", "PutBucketReplicationCommand").f(void 0, void 0).ser(se_PutBucketReplicationCommand).de(de_PutBucketReplicationCommand).build() {
10570
+ static {
10571
+ __name(this, "PutBucketReplicationCommand");
10572
+ }
10410
10573
  };
10411
- __name(_PutBucketReplicationCommand, "PutBucketReplicationCommand");
10412
- var PutBucketReplicationCommand = _PutBucketReplicationCommand;
10413
10574
 
10414
10575
  // src/commands/PutBucketRequestPaymentCommand.ts
10415
10576
 
10416
10577
 
10417
10578
 
10418
10579
 
10419
- var _PutBucketRequestPaymentCommand = class _PutBucketRequestPaymentCommand extends import_smithy_client.Command.classBuilder().ep({
10580
+ var PutBucketRequestPaymentCommand = class extends import_smithy_client.Command.classBuilder().ep({
10420
10581
  ...commonParams,
10421
10582
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10422
10583
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10425,22 +10586,22 @@ var _PutBucketRequestPaymentCommand = class _PutBucketRequestPaymentCommand exte
10425
10586
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10426
10587
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10427
10588
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10428
- requestAlgorithmMember: "ChecksumAlgorithm",
10429
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10589
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10430
10590
  requestChecksumRequired: true
10431
10591
  })
10432
10592
  ];
10433
10593
  }).s("AmazonS3", "PutBucketRequestPayment", {}).n("S3Client", "PutBucketRequestPaymentCommand").f(void 0, void 0).ser(se_PutBucketRequestPaymentCommand).de(de_PutBucketRequestPaymentCommand).build() {
10594
+ static {
10595
+ __name(this, "PutBucketRequestPaymentCommand");
10596
+ }
10434
10597
  };
10435
- __name(_PutBucketRequestPaymentCommand, "PutBucketRequestPaymentCommand");
10436
- var PutBucketRequestPaymentCommand = _PutBucketRequestPaymentCommand;
10437
10598
 
10438
10599
  // src/commands/PutBucketTaggingCommand.ts
10439
10600
 
10440
10601
 
10441
10602
 
10442
10603
 
10443
- var _PutBucketTaggingCommand = class _PutBucketTaggingCommand extends import_smithy_client.Command.classBuilder().ep({
10604
+ var PutBucketTaggingCommand = class extends import_smithy_client.Command.classBuilder().ep({
10444
10605
  ...commonParams,
10445
10606
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10446
10607
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10449,22 +10610,22 @@ var _PutBucketTaggingCommand = class _PutBucketTaggingCommand extends import_smi
10449
10610
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10450
10611
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10451
10612
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10452
- requestAlgorithmMember: "ChecksumAlgorithm",
10453
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10613
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10454
10614
  requestChecksumRequired: true
10455
10615
  })
10456
10616
  ];
10457
10617
  }).s("AmazonS3", "PutBucketTagging", {}).n("S3Client", "PutBucketTaggingCommand").f(void 0, void 0).ser(se_PutBucketTaggingCommand).de(de_PutBucketTaggingCommand).build() {
10618
+ static {
10619
+ __name(this, "PutBucketTaggingCommand");
10620
+ }
10458
10621
  };
10459
- __name(_PutBucketTaggingCommand, "PutBucketTaggingCommand");
10460
- var PutBucketTaggingCommand = _PutBucketTaggingCommand;
10461
10622
 
10462
10623
  // src/commands/PutBucketVersioningCommand.ts
10463
10624
 
10464
10625
 
10465
10626
 
10466
10627
 
10467
- var _PutBucketVersioningCommand = class _PutBucketVersioningCommand extends import_smithy_client.Command.classBuilder().ep({
10628
+ var PutBucketVersioningCommand = class extends import_smithy_client.Command.classBuilder().ep({
10468
10629
  ...commonParams,
10469
10630
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10470
10631
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10473,22 +10634,22 @@ var _PutBucketVersioningCommand = class _PutBucketVersioningCommand extends impo
10473
10634
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10474
10635
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10475
10636
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10476
- requestAlgorithmMember: "ChecksumAlgorithm",
10477
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10637
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10478
10638
  requestChecksumRequired: true
10479
10639
  })
10480
10640
  ];
10481
10641
  }).s("AmazonS3", "PutBucketVersioning", {}).n("S3Client", "PutBucketVersioningCommand").f(void 0, void 0).ser(se_PutBucketVersioningCommand).de(de_PutBucketVersioningCommand).build() {
10642
+ static {
10643
+ __name(this, "PutBucketVersioningCommand");
10644
+ }
10482
10645
  };
10483
- __name(_PutBucketVersioningCommand, "PutBucketVersioningCommand");
10484
- var PutBucketVersioningCommand = _PutBucketVersioningCommand;
10485
10646
 
10486
10647
  // src/commands/PutBucketWebsiteCommand.ts
10487
10648
 
10488
10649
 
10489
10650
 
10490
10651
 
10491
- var _PutBucketWebsiteCommand = class _PutBucketWebsiteCommand extends import_smithy_client.Command.classBuilder().ep({
10652
+ var PutBucketWebsiteCommand = class extends import_smithy_client.Command.classBuilder().ep({
10492
10653
  ...commonParams,
10493
10654
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10494
10655
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10497,15 +10658,15 @@ var _PutBucketWebsiteCommand = class _PutBucketWebsiteCommand extends import_smi
10497
10658
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10498
10659
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10499
10660
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10500
- requestAlgorithmMember: "ChecksumAlgorithm",
10501
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10661
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10502
10662
  requestChecksumRequired: true
10503
10663
  })
10504
10664
  ];
10505
10665
  }).s("AmazonS3", "PutBucketWebsite", {}).n("S3Client", "PutBucketWebsiteCommand").f(void 0, void 0).ser(se_PutBucketWebsiteCommand).de(de_PutBucketWebsiteCommand).build() {
10666
+ static {
10667
+ __name(this, "PutBucketWebsiteCommand");
10668
+ }
10506
10669
  };
10507
- __name(_PutBucketWebsiteCommand, "PutBucketWebsiteCommand");
10508
- var PutBucketWebsiteCommand = _PutBucketWebsiteCommand;
10509
10670
 
10510
10671
  // src/commands/PutObjectAclCommand.ts
10511
10672
 
@@ -10513,7 +10674,7 @@ var import_middleware_sdk_s354 = require("@aws-sdk/middleware-sdk-s3");
10513
10674
 
10514
10675
 
10515
10676
 
10516
- var _PutObjectAclCommand = class _PutObjectAclCommand extends import_smithy_client.Command.classBuilder().ep({
10677
+ var PutObjectAclCommand = class extends import_smithy_client.Command.classBuilder().ep({
10517
10678
  ...commonParams,
10518
10679
  Bucket: { type: "contextParams", name: "Bucket" },
10519
10680
  Key: { type: "contextParams", name: "Key" }
@@ -10522,16 +10683,16 @@ var _PutObjectAclCommand = class _PutObjectAclCommand extends import_smithy_clie
10522
10683
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10523
10684
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10524
10685
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10525
- requestAlgorithmMember: "ChecksumAlgorithm",
10526
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10686
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10527
10687
  requestChecksumRequired: true
10528
10688
  }),
10529
10689
  (0, import_middleware_sdk_s354.getThrow200ExceptionsPlugin)(config)
10530
10690
  ];
10531
10691
  }).s("AmazonS3", "PutObjectAcl", {}).n("S3Client", "PutObjectAclCommand").f(void 0, void 0).ser(se_PutObjectAclCommand).de(de_PutObjectAclCommand).build() {
10692
+ static {
10693
+ __name(this, "PutObjectAclCommand");
10694
+ }
10532
10695
  };
10533
- __name(_PutObjectAclCommand, "PutObjectAclCommand");
10534
- var PutObjectAclCommand = _PutObjectAclCommand;
10535
10696
 
10536
10697
  // src/commands/PutObjectCommand.ts
10537
10698
 
@@ -10540,7 +10701,7 @@ var import_middleware_sdk_s355 = require("@aws-sdk/middleware-sdk-s3");
10540
10701
 
10541
10702
 
10542
10703
 
10543
- var _PutObjectCommand = class _PutObjectCommand extends import_smithy_client.Command.classBuilder().ep({
10704
+ var PutObjectCommand = class extends import_smithy_client.Command.classBuilder().ep({
10544
10705
  ...commonParams,
10545
10706
  Bucket: { type: "contextParams", name: "Bucket" },
10546
10707
  Key: { type: "contextParams", name: "Key" }
@@ -10549,8 +10710,7 @@ var _PutObjectCommand = class _PutObjectCommand extends import_smithy_client.Com
10549
10710
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10550
10711
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10551
10712
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10552
- requestAlgorithmMember: "ChecksumAlgorithm",
10553
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10713
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10554
10714
  requestChecksumRequired: false
10555
10715
  }),
10556
10716
  (0, import_middleware_sdk_s355.getCheckContentLengthHeaderPlugin)(config),
@@ -10558,9 +10718,10 @@ var _PutObjectCommand = class _PutObjectCommand extends import_smithy_client.Com
10558
10718
  (0, import_middleware_ssec.getSsecPlugin)(config)
10559
10719
  ];
10560
10720
  }).s("AmazonS3", "PutObject", {}).n("S3Client", "PutObjectCommand").f(PutObjectRequestFilterSensitiveLog, PutObjectOutputFilterSensitiveLog).ser(se_PutObjectCommand).de(de_PutObjectCommand).build() {
10721
+ static {
10722
+ __name(this, "PutObjectCommand");
10723
+ }
10561
10724
  };
10562
- __name(_PutObjectCommand, "PutObjectCommand");
10563
- var PutObjectCommand = _PutObjectCommand;
10564
10725
 
10565
10726
  // src/commands/PutObjectLegalHoldCommand.ts
10566
10727
 
@@ -10568,7 +10729,7 @@ var import_middleware_sdk_s356 = require("@aws-sdk/middleware-sdk-s3");
10568
10729
 
10569
10730
 
10570
10731
 
10571
- var _PutObjectLegalHoldCommand = class _PutObjectLegalHoldCommand extends import_smithy_client.Command.classBuilder().ep({
10732
+ var PutObjectLegalHoldCommand = class extends import_smithy_client.Command.classBuilder().ep({
10572
10733
  ...commonParams,
10573
10734
  Bucket: { type: "contextParams", name: "Bucket" }
10574
10735
  }).m(function(Command, cs, config, o) {
@@ -10576,16 +10737,16 @@ var _PutObjectLegalHoldCommand = class _PutObjectLegalHoldCommand extends import
10576
10737
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10577
10738
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10578
10739
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10579
- requestAlgorithmMember: "ChecksumAlgorithm",
10580
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10740
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10581
10741
  requestChecksumRequired: true
10582
10742
  }),
10583
10743
  (0, import_middleware_sdk_s356.getThrow200ExceptionsPlugin)(config)
10584
10744
  ];
10585
10745
  }).s("AmazonS3", "PutObjectLegalHold", {}).n("S3Client", "PutObjectLegalHoldCommand").f(void 0, void 0).ser(se_PutObjectLegalHoldCommand).de(de_PutObjectLegalHoldCommand).build() {
10746
+ static {
10747
+ __name(this, "PutObjectLegalHoldCommand");
10748
+ }
10586
10749
  };
10587
- __name(_PutObjectLegalHoldCommand, "PutObjectLegalHoldCommand");
10588
- var PutObjectLegalHoldCommand = _PutObjectLegalHoldCommand;
10589
10750
 
10590
10751
  // src/commands/PutObjectLockConfigurationCommand.ts
10591
10752
 
@@ -10593,7 +10754,7 @@ var import_middleware_sdk_s357 = require("@aws-sdk/middleware-sdk-s3");
10593
10754
 
10594
10755
 
10595
10756
 
10596
- var _PutObjectLockConfigurationCommand = class _PutObjectLockConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
10757
+ var PutObjectLockConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
10597
10758
  ...commonParams,
10598
10759
  Bucket: { type: "contextParams", name: "Bucket" }
10599
10760
  }).m(function(Command, cs, config, o) {
@@ -10601,16 +10762,16 @@ var _PutObjectLockConfigurationCommand = class _PutObjectLockConfigurationComman
10601
10762
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10602
10763
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10603
10764
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10604
- requestAlgorithmMember: "ChecksumAlgorithm",
10605
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10765
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10606
10766
  requestChecksumRequired: true
10607
10767
  }),
10608
10768
  (0, import_middleware_sdk_s357.getThrow200ExceptionsPlugin)(config)
10609
10769
  ];
10610
10770
  }).s("AmazonS3", "PutObjectLockConfiguration", {}).n("S3Client", "PutObjectLockConfigurationCommand").f(void 0, void 0).ser(se_PutObjectLockConfigurationCommand).de(de_PutObjectLockConfigurationCommand).build() {
10771
+ static {
10772
+ __name(this, "PutObjectLockConfigurationCommand");
10773
+ }
10611
10774
  };
10612
- __name(_PutObjectLockConfigurationCommand, "PutObjectLockConfigurationCommand");
10613
- var PutObjectLockConfigurationCommand = _PutObjectLockConfigurationCommand;
10614
10775
 
10615
10776
  // src/commands/PutObjectRetentionCommand.ts
10616
10777
 
@@ -10618,7 +10779,7 @@ var import_middleware_sdk_s358 = require("@aws-sdk/middleware-sdk-s3");
10618
10779
 
10619
10780
 
10620
10781
 
10621
- var _PutObjectRetentionCommand = class _PutObjectRetentionCommand extends import_smithy_client.Command.classBuilder().ep({
10782
+ var PutObjectRetentionCommand = class extends import_smithy_client.Command.classBuilder().ep({
10622
10783
  ...commonParams,
10623
10784
  Bucket: { type: "contextParams", name: "Bucket" }
10624
10785
  }).m(function(Command, cs, config, o) {
@@ -10626,16 +10787,16 @@ var _PutObjectRetentionCommand = class _PutObjectRetentionCommand extends import
10626
10787
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10627
10788
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10628
10789
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10629
- requestAlgorithmMember: "ChecksumAlgorithm",
10630
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10790
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10631
10791
  requestChecksumRequired: true
10632
10792
  }),
10633
10793
  (0, import_middleware_sdk_s358.getThrow200ExceptionsPlugin)(config)
10634
10794
  ];
10635
10795
  }).s("AmazonS3", "PutObjectRetention", {}).n("S3Client", "PutObjectRetentionCommand").f(void 0, void 0).ser(se_PutObjectRetentionCommand).de(de_PutObjectRetentionCommand).build() {
10796
+ static {
10797
+ __name(this, "PutObjectRetentionCommand");
10798
+ }
10636
10799
  };
10637
- __name(_PutObjectRetentionCommand, "PutObjectRetentionCommand");
10638
- var PutObjectRetentionCommand = _PutObjectRetentionCommand;
10639
10800
 
10640
10801
  // src/commands/PutObjectTaggingCommand.ts
10641
10802
 
@@ -10643,7 +10804,7 @@ var import_middleware_sdk_s359 = require("@aws-sdk/middleware-sdk-s3");
10643
10804
 
10644
10805
 
10645
10806
 
10646
- var _PutObjectTaggingCommand = class _PutObjectTaggingCommand extends import_smithy_client.Command.classBuilder().ep({
10807
+ var PutObjectTaggingCommand = class extends import_smithy_client.Command.classBuilder().ep({
10647
10808
  ...commonParams,
10648
10809
  Bucket: { type: "contextParams", name: "Bucket" }
10649
10810
  }).m(function(Command, cs, config, o) {
@@ -10651,23 +10812,23 @@ var _PutObjectTaggingCommand = class _PutObjectTaggingCommand extends import_smi
10651
10812
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10652
10813
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10653
10814
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10654
- requestAlgorithmMember: "ChecksumAlgorithm",
10655
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10815
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10656
10816
  requestChecksumRequired: true
10657
10817
  }),
10658
10818
  (0, import_middleware_sdk_s359.getThrow200ExceptionsPlugin)(config)
10659
10819
  ];
10660
10820
  }).s("AmazonS3", "PutObjectTagging", {}).n("S3Client", "PutObjectTaggingCommand").f(void 0, void 0).ser(se_PutObjectTaggingCommand).de(de_PutObjectTaggingCommand).build() {
10821
+ static {
10822
+ __name(this, "PutObjectTaggingCommand");
10823
+ }
10661
10824
  };
10662
- __name(_PutObjectTaggingCommand, "PutObjectTaggingCommand");
10663
- var PutObjectTaggingCommand = _PutObjectTaggingCommand;
10664
10825
 
10665
10826
  // src/commands/PutPublicAccessBlockCommand.ts
10666
10827
 
10667
10828
 
10668
10829
 
10669
10830
 
10670
- var _PutPublicAccessBlockCommand = class _PutPublicAccessBlockCommand extends import_smithy_client.Command.classBuilder().ep({
10831
+ var PutPublicAccessBlockCommand = class extends import_smithy_client.Command.classBuilder().ep({
10671
10832
  ...commonParams,
10672
10833
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10673
10834
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10676,15 +10837,15 @@ var _PutPublicAccessBlockCommand = class _PutPublicAccessBlockCommand extends im
10676
10837
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10677
10838
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10678
10839
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10679
- requestAlgorithmMember: "ChecksumAlgorithm",
10680
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10840
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10681
10841
  requestChecksumRequired: true
10682
10842
  })
10683
10843
  ];
10684
10844
  }).s("AmazonS3", "PutPublicAccessBlock", {}).n("S3Client", "PutPublicAccessBlockCommand").f(void 0, void 0).ser(se_PutPublicAccessBlockCommand).de(de_PutPublicAccessBlockCommand).build() {
10845
+ static {
10846
+ __name(this, "PutPublicAccessBlockCommand");
10847
+ }
10685
10848
  };
10686
- __name(_PutPublicAccessBlockCommand, "PutPublicAccessBlockCommand");
10687
- var PutPublicAccessBlockCommand = _PutPublicAccessBlockCommand;
10688
10849
 
10689
10850
  // src/commands/RestoreObjectCommand.ts
10690
10851
 
@@ -10692,7 +10853,7 @@ var import_middleware_sdk_s360 = require("@aws-sdk/middleware-sdk-s3");
10692
10853
 
10693
10854
 
10694
10855
 
10695
- var _RestoreObjectCommand = class _RestoreObjectCommand extends import_smithy_client.Command.classBuilder().ep({
10856
+ var RestoreObjectCommand = class extends import_smithy_client.Command.classBuilder().ep({
10696
10857
  ...commonParams,
10697
10858
  Bucket: { type: "contextParams", name: "Bucket" }
10698
10859
  }).m(function(Command, cs, config, o) {
@@ -10700,16 +10861,16 @@ var _RestoreObjectCommand = class _RestoreObjectCommand extends import_smithy_cl
10700
10861
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10701
10862
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10702
10863
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10703
- requestAlgorithmMember: "ChecksumAlgorithm",
10704
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10864
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10705
10865
  requestChecksumRequired: false
10706
10866
  }),
10707
10867
  (0, import_middleware_sdk_s360.getThrow200ExceptionsPlugin)(config)
10708
10868
  ];
10709
10869
  }).s("AmazonS3", "RestoreObject", {}).n("S3Client", "RestoreObjectCommand").f(RestoreObjectRequestFilterSensitiveLog, void 0).ser(se_RestoreObjectCommand).de(de_RestoreObjectCommand).build() {
10870
+ static {
10871
+ __name(this, "RestoreObjectCommand");
10872
+ }
10710
10873
  };
10711
- __name(_RestoreObjectCommand, "RestoreObjectCommand");
10712
- var RestoreObjectCommand = _RestoreObjectCommand;
10713
10874
 
10714
10875
  // src/commands/SelectObjectContentCommand.ts
10715
10876
  var import_middleware_sdk_s361 = require("@aws-sdk/middleware-sdk-s3");
@@ -10717,7 +10878,7 @@ var import_middleware_sdk_s361 = require("@aws-sdk/middleware-sdk-s3");
10717
10878
 
10718
10879
 
10719
10880
 
10720
- var _SelectObjectContentCommand = class _SelectObjectContentCommand extends import_smithy_client.Command.classBuilder().ep({
10881
+ var SelectObjectContentCommand = class extends import_smithy_client.Command.classBuilder().ep({
10721
10882
  ...commonParams,
10722
10883
  Bucket: { type: "contextParams", name: "Bucket" }
10723
10884
  }).m(function(Command, cs, config, o) {
@@ -10735,9 +10896,10 @@ var _SelectObjectContentCommand = class _SelectObjectContentCommand extends impo
10735
10896
  output: true
10736
10897
  }
10737
10898
  }).n("S3Client", "SelectObjectContentCommand").f(SelectObjectContentRequestFilterSensitiveLog, SelectObjectContentOutputFilterSensitiveLog).ser(se_SelectObjectContentCommand).de(de_SelectObjectContentCommand).build() {
10899
+ static {
10900
+ __name(this, "SelectObjectContentCommand");
10901
+ }
10738
10902
  };
10739
- __name(_SelectObjectContentCommand, "SelectObjectContentCommand");
10740
- var SelectObjectContentCommand = _SelectObjectContentCommand;
10741
10903
 
10742
10904
  // src/commands/UploadPartCommand.ts
10743
10905
 
@@ -10746,7 +10908,7 @@ var import_middleware_sdk_s362 = require("@aws-sdk/middleware-sdk-s3");
10746
10908
 
10747
10909
 
10748
10910
 
10749
- var _UploadPartCommand = class _UploadPartCommand extends import_smithy_client.Command.classBuilder().ep({
10911
+ var UploadPartCommand = class extends import_smithy_client.Command.classBuilder().ep({
10750
10912
  ...commonParams,
10751
10913
  Bucket: { type: "contextParams", name: "Bucket" },
10752
10914
  Key: { type: "contextParams", name: "Key" }
@@ -10755,17 +10917,17 @@ var _UploadPartCommand = class _UploadPartCommand extends import_smithy_client.C
10755
10917
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10756
10918
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10757
10919
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10758
- requestAlgorithmMember: "ChecksumAlgorithm",
10759
- requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10920
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10760
10921
  requestChecksumRequired: false
10761
10922
  }),
10762
10923
  (0, import_middleware_sdk_s362.getThrow200ExceptionsPlugin)(config),
10763
10924
  (0, import_middleware_ssec.getSsecPlugin)(config)
10764
10925
  ];
10765
10926
  }).s("AmazonS3", "UploadPart", {}).n("S3Client", "UploadPartCommand").f(UploadPartRequestFilterSensitiveLog, UploadPartOutputFilterSensitiveLog).ser(se_UploadPartCommand).de(de_UploadPartCommand).build() {
10927
+ static {
10928
+ __name(this, "UploadPartCommand");
10929
+ }
10766
10930
  };
10767
- __name(_UploadPartCommand, "UploadPartCommand");
10768
- var UploadPartCommand = _UploadPartCommand;
10769
10931
 
10770
10932
  // src/commands/UploadPartCopyCommand.ts
10771
10933
  var import_middleware_sdk_s363 = require("@aws-sdk/middleware-sdk-s3");
@@ -10773,7 +10935,7 @@ var import_middleware_sdk_s363 = require("@aws-sdk/middleware-sdk-s3");
10773
10935
 
10774
10936
 
10775
10937
 
10776
- var _UploadPartCopyCommand = class _UploadPartCopyCommand extends import_smithy_client.Command.classBuilder().ep({
10938
+ var UploadPartCopyCommand = class extends import_smithy_client.Command.classBuilder().ep({
10777
10939
  ...commonParams,
10778
10940
  DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
10779
10941
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10785,15 +10947,16 @@ var _UploadPartCopyCommand = class _UploadPartCopyCommand extends import_smithy_
10785
10947
  (0, import_middleware_ssec.getSsecPlugin)(config)
10786
10948
  ];
10787
10949
  }).s("AmazonS3", "UploadPartCopy", {}).n("S3Client", "UploadPartCopyCommand").f(UploadPartCopyRequestFilterSensitiveLog, UploadPartCopyOutputFilterSensitiveLog).ser(se_UploadPartCopyCommand).de(de_UploadPartCopyCommand).build() {
10950
+ static {
10951
+ __name(this, "UploadPartCopyCommand");
10952
+ }
10788
10953
  };
10789
- __name(_UploadPartCopyCommand, "UploadPartCopyCommand");
10790
- var UploadPartCopyCommand = _UploadPartCopyCommand;
10791
10954
 
10792
10955
  // src/commands/WriteGetObjectResponseCommand.ts
10793
10956
 
10794
10957
 
10795
10958
 
10796
- var _WriteGetObjectResponseCommand = class _WriteGetObjectResponseCommand extends import_smithy_client.Command.classBuilder().ep({
10959
+ var WriteGetObjectResponseCommand = class extends import_smithy_client.Command.classBuilder().ep({
10797
10960
  ...commonParams,
10798
10961
  UseObjectLambdaEndpoint: { type: "staticContextParams", value: true }
10799
10962
  }).m(function(Command, cs, config, o) {
@@ -10802,9 +10965,10 @@ var _WriteGetObjectResponseCommand = class _WriteGetObjectResponseCommand extend
10802
10965
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10803
10966
  ];
10804
10967
  }).s("AmazonS3", "WriteGetObjectResponse", {}).n("S3Client", "WriteGetObjectResponseCommand").f(WriteGetObjectResponseRequestFilterSensitiveLog, void 0).ser(se_WriteGetObjectResponseCommand).de(de_WriteGetObjectResponseCommand).build() {
10968
+ static {
10969
+ __name(this, "WriteGetObjectResponseCommand");
10970
+ }
10805
10971
  };
10806
- __name(_WriteGetObjectResponseCommand, "WriteGetObjectResponseCommand");
10807
- var WriteGetObjectResponseCommand = _WriteGetObjectResponseCommand;
10808
10972
 
10809
10973
  // src/S3.ts
10810
10974
  var commands = {
@@ -10907,10 +11071,11 @@ var commands = {
10907
11071
  UploadPartCopyCommand,
10908
11072
  WriteGetObjectResponseCommand
10909
11073
  };
10910
- var _S3 = class _S3 extends S3Client {
11074
+ var S3 = class extends S3Client {
11075
+ static {
11076
+ __name(this, "S3");
11077
+ }
10911
11078
  };
10912
- __name(_S3, "S3");
10913
- var S3 = _S3;
10914
11079
  (0, import_smithy_client.createAggregatedClient)(commands, S3);
10915
11080
 
10916
11081
  // src/pagination/ListBucketsPaginator.ts
@@ -11155,6 +11320,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
11155
11320
  Type,
11156
11321
  Permission,
11157
11322
  OwnerOverride,
11323
+ ChecksumType,
11158
11324
  ServerSideEncryption,
11159
11325
  ObjectCannedACL,
11160
11326
  ChecksumAlgorithm,