@gemeentenijmegen/webapp 1.1.2 → 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 (1022) hide show
  1. package/.jsii +14 -14
  2. package/assets/webapp/auth/auth.lambda/index.js +4 -7
  3. package/assets/webapp/login/login.lambda/index.js +4 -7
  4. package/lib/webapp/Criticality.js +1 -1
  5. package/lib/webapp/Webapp.js +1 -1
  6. package/lib/webapp/Webpage.js +1 -1
  7. package/lib/webapp/util/Files.js +1 -1
  8. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +498 -347
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +10 -8
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +1 -0
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +88 -66
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +15 -1
  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/CreateTableCommand.d.ts +1 -0
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +3 -0
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +1 -0
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +2 -1
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +3 -0
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +1 -0
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +2 -1
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -1
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +3 -0
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +2 -0
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +208 -59
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +2 -1
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +2 -1
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +3 -2
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +1 -0
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +20 -0
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  35. package/node_modules/@aws-sdk/client-dynamodb/package.json +43 -45
  36. package/node_modules/@aws-sdk/client-s3/README.md +24 -0
  37. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  38. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +936 -516
  39. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +16 -11
  40. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +6 -0
  41. package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +1 -0
  42. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +31 -0
  43. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +26 -0
  44. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +1 -1
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +28 -0
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +1 -1
  47. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +1 -1
  48. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +1 -1
  49. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +1 -1
  50. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -2
  51. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +1 -1
  52. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +1 -1
  53. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +1 -1
  54. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +1 -1
  55. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +1 -1
  56. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +1 -1
  57. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +1 -1
  58. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +1 -1
  59. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +1 -1
  60. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +1 -1
  61. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +1 -1
  62. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +1 -1
  63. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +1 -1
  64. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +1 -1
  65. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +1 -1
  66. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +1 -1
  67. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +1 -1
  68. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +1 -1
  69. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +3 -0
  70. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  71. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +25 -28
  72. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +23 -10
  73. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +250 -29
  74. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +16 -11
  75. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +21 -0
  76. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +23 -2
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +4 -3
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +11 -3
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +7 -4
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +6 -5
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +134 -0
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +8 -5
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +3 -2
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +4 -3
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -2
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +95 -0
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +4 -3
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +63 -53
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +27 -26
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -2
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +111 -0
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +4 -3
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +7 -3
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +25 -22
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +4 -3
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +6 -3
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -2
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +6 -4
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +2 -1
  102. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +2 -1
  103. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +6 -4
  104. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +7 -4
  105. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +2 -2
  108. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +6 -5
  109. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +9 -4
  112. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +2 -2
  113. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +5 -4
  115. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  117. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  118. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +5 -3
  119. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
  120. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
  121. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +43 -38
  122. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  123. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  124. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -2
  125. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
  126. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  127. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
  128. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +7 -4
  129. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +5 -3
  130. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -0
  131. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +3 -0
  132. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +761 -576
  133. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +541 -79
  134. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +27 -0
  135. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +2 -1
  136. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +2 -1
  137. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +6 -5
  138. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +69 -0
  139. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +19 -0
  140. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +47 -0
  141. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +47 -0
  142. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +51 -0
  143. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  144. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  145. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  146. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  147. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  148. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  149. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  150. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +3 -0
  151. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +78 -69
  152. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +86 -0
  153. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +36 -0
  154. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  155. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  156. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +30 -11
  157. package/node_modules/@aws-sdk/client-s3/package.json +60 -62
  158. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +193 -139
  159. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +8 -6
  160. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +1 -0
  161. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +36 -24
  162. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +8 -6
  163. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +18 -0
  164. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +2 -1
  165. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +2 -1
  166. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +3 -2
  167. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +1 -0
  168. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  169. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  170. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  171. package/node_modules/@aws-sdk/client-secrets-manager/package.json +41 -43
  172. package/node_modules/@aws-sdk/client-ssm/README.md +5 -4
  173. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +1529 -1117
  174. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +8 -6
  175. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +1 -0
  176. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +211 -146
  177. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +108 -80
  178. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +64 -44
  179. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +8 -6
  180. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +5 -4
  181. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +23 -4
  182. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -1
  183. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +2 -2
  184. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +6 -6
  185. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
  186. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +1 -1
  187. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -3
  188. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +29 -0
  189. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +1 -1
  190. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
  191. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +52 -0
  192. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +43 -0
  193. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -1
  194. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +16 -0
  195. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +5 -4
  196. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +7 -9
  197. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +12 -13
  198. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +20 -9
  199. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +2 -1
  200. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +2 -1
  201. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +3 -2
  202. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +1 -0
  203. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  204. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  205. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  206. package/node_modules/@aws-sdk/client-ssm/package.json +42 -44
  207. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +57 -42
  208. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +8 -6
  209. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +1 -0
  210. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
  211. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +8 -6
  212. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +18 -0
  213. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  214. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  215. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -1
  216. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +1 -0
  217. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
  218. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  219. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -5
  220. package/node_modules/@aws-sdk/client-sso/package.json +40 -40
  221. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +29 -32
  222. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +3 -4
  223. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +10 -9
  224. package/node_modules/@aws-sdk/core/package.json +13 -13
  225. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -3
  226. package/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
  227. package/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
  228. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +41 -28
  229. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +11 -2
  230. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +14 -11
  231. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +2 -0
  232. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +10 -3
  233. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -2
  234. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -7
  235. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +2 -2
  236. package/node_modules/@aws-sdk/credential-provider-ini/package.json +19 -19
  237. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +12 -19
  238. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +1 -1
  239. package/node_modules/@aws-sdk/credential-provider-node/package.json +16 -16
  240. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +10 -6
  241. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +4 -2
  242. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +2 -3
  243. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +5 -3
  244. package/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
  245. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +11 -6
  246. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +6 -2
  247. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -1
  248. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -3
  249. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  250. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +5 -3
  251. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  252. package/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
  253. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +6 -3
  254. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +6 -3
  255. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +3 -3
  256. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +5 -6
  257. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +9 -11
  258. package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +5 -3
  259. package/node_modules/@aws-sdk/endpoint-cache/dist-es/EndpointCache.js +1 -0
  260. package/node_modules/@aws-sdk/endpoint-cache/package.json +4 -4
  261. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +1 -1
  262. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +1 -1
  263. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +9 -9
  264. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +8 -8
  265. package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +1 -2
  266. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +6 -6
  267. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -3
  268. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +132 -40
  269. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/constants.js +2 -2
  270. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/crc64-nvme-crt-container.js +3 -0
  271. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsInputMiddleware.js +37 -0
  272. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +22 -3
  273. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsResponseMiddleware.js +2 -12
  274. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +9 -5
  275. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -3
  276. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +2 -0
  277. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/hasHeaderWithPrefix.js +9 -0
  278. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +1 -0
  279. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +26 -7
  280. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/types.js +2 -0
  281. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/validateChecksumFromResponse.js +13 -2
  282. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +10 -1
  283. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/constants.d.ts +5 -5
  284. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +13 -0
  285. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +19 -0
  286. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +12 -2
  287. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +6 -2
  288. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +2 -1
  289. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +6 -0
  290. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +1 -0
  291. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +7 -0
  292. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/constants.d.ts +2 -3
  293. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/crc64-nvme-crt-container.d.ts +4 -0
  294. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsInputMiddleware.d.ts +10 -0
  295. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +4 -1
  296. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +4 -3
  297. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getFlexibleChecksumsPlugin.d.ts +2 -0
  298. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/hasHeaderWithPrefix.d.ts +5 -0
  299. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +1 -0
  300. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/validateChecksumFromResponse.d.ts +3 -1
  301. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -1
  302. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +19 -20
  303. package/node_modules/@aws-sdk/middleware-host-header/package.json +6 -6
  304. package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +1 -1
  305. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +5 -5
  306. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +2 -3
  307. package/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
  308. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -6
  309. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +34 -38
  310. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCache.js +3 -2
  311. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCacheEntry.js +3 -0
  312. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityProviderImpl.js +3 -1
  313. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +0 -1
  314. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +16 -16
  315. package/node_modules/@aws-sdk/middleware-ssec/package.json +5 -5
  316. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +13 -17
  317. package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -9
  318. package/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  319. package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
  320. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +0 -8
  321. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +879 -0
  322. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.browser.js +1 -2
  323. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.js +9 -9
  324. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/STSClient.js +1 -0
  325. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthSchemeProvider.js +0 -4
  326. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +952 -0
  327. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.browser.js +1 -1
  328. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.js +10 -10
  329. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  330. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/SSOOIDCClient.js +1 -0
  331. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +0 -8
  332. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  333. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/models_0.js +56 -99
  334. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/protocols/Aws_restJson1.js +2 -174
  335. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.browser.js +1 -2
  336. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.js +9 -9
  337. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  338. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/STSClient.js +1 -0
  339. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthSchemeProvider.js +0 -4
  340. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  341. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultStsRoleAssumers.js +6 -4
  342. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
  343. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/models_0.js +30 -62
  344. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/protocols/Aws_query.js +10 -420
  345. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.browser.js +1 -1
  346. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.js +10 -10
  347. package/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
  348. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDC.d.ts +0 -21
  349. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDCClient.d.ts +21 -12
  350. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/commands/CreateTokenCommand.d.ts +3 -50
  351. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  352. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +396 -0
  353. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
  354. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.browser.d.ts +1 -1
  355. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.d.ts +1 -1
  356. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.native.d.ts +2 -2
  357. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  358. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/STSClient.d.ts +20 -9
  359. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleCommand.d.ts +0 -47
  360. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -34
  361. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  362. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultStsRoleAssumers.d.ts +2 -2
  363. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/models_0.d.ts +19 -634
  364. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
  365. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.browser.d.ts +2 -1
  366. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.d.ts +2 -1
  367. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.native.d.ts +3 -2
  368. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
  369. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  370. 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
  371. 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
  372. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  373. 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
  374. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
  375. 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
  376. 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
  377. 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
  378. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  379. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/STSClient.d.ts +3 -44
  380. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  381. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultStsRoleAssumers.d.ts +2 -2
  382. 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
  383. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
  384. 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
  385. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.d.ts +4 -7
  386. 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
  387. package/node_modules/@aws-sdk/nested-clients/package.json +115 -0
  388. package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  389. package/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  390. package/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  391. package/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  392. package/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
  393. package/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js +10 -9
  394. package/node_modules/@aws-sdk/s3-request-presigner/dist-es/presigner.js +1 -0
  395. package/node_modules/@aws-sdk/s3-request-presigner/package.json +13 -13
  396. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +7 -3
  397. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +3 -0
  398. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -8
  399. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +25 -17
  400. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +12 -3
  401. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +3 -3
  402. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +6 -8
  403. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +6 -2
  404. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -0
  405. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -1
  406. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +4 -3
  407. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +8 -3
  408. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +6 -2
  409. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -1
  410. package/node_modules/@aws-sdk/token-providers/package.json +9 -11
  411. package/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -1
  412. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -0
  413. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +56 -2
  414. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -0
  415. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +22 -1
  416. package/node_modules/@aws-sdk/types/package.json +4 -4
  417. package/node_modules/@aws-sdk/util-arn-parser/package.json +4 -4
  418. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +6 -0
  419. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +6 -0
  420. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +6 -0
  421. package/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
  422. package/node_modules/@aws-sdk/util-format-url/package.json +6 -6
  423. package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
  424. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
  425. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +4 -4
  426. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +3 -2
  427. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  428. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +1 -1
  429. package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
  430. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +9 -7
  431. package/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +3 -1
  432. package/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +1 -0
  433. package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
  434. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +92 -46
  435. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.md +3 -3
  436. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
  437. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +128 -67
  438. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/alb-defaults.js +2 -3
  439. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/alb-helper.js +7 -8
  440. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.js +7 -8
  441. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-helper.js +7 -8
  442. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +4 -5
  443. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +6 -7
  444. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudwatch-log-group-defaults.js +2 -3
  445. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudwatch-log-group-helper.js +2 -3
  446. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-defaults.js +4 -4
  447. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-helper.js +6 -7
  448. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.js +5 -6
  449. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticache-defaults.js +3 -4
  450. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticache-helper.js +4 -5
  451. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-defaults.js +2 -3
  452. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-helper.js +3 -4
  453. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/eventbridge-helper.d.ts +2 -2
  454. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/eventbridge-helper.js +3 -4
  455. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/events-rule-defaults.js +2 -3
  456. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/fargate-defaults.js +6 -7
  457. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/fargate-helper.js +6 -7
  458. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-database-defaults.js +2 -3
  459. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-database-helper.js +2 -3
  460. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-defaults.js +2 -3
  461. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +7 -7
  462. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-table-defaults.js +2 -3
  463. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-table-helper.js +3 -4
  464. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/iot-topic-rule-defaults.js +2 -3
  465. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-defaults.js +2 -3
  466. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +5 -6
  467. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-helper.js +2 -3
  468. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-firehose-s3-defaults.js +2 -3
  469. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-helper.js +4 -5
  470. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-helper.js +2 -3
  471. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-defaults.js +2 -3
  472. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-event-source-mapping-defaults.js +4 -5
  473. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-helper.js +6 -7
  474. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-defaults.js +2 -3
  475. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-helper.js +3 -4
  476. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-defaults.js +2 -3
  477. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-helper.js +4 -5
  478. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/override-warning-service.js +2 -3
  479. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.d.ts +1 -0
  480. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.js +13 -5
  481. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.d.ts +10 -0
  482. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.js +62 -6
  483. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/s3-bucket-defaults.js +3 -3
  484. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/s3-bucket-helper.js +7 -8
  485. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-defaults.js +5 -6
  486. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-helper.js +8 -9
  487. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-helper.js +3 -4
  488. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/security-group-helper.js +3 -4
  489. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-helper.js +3 -4
  490. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-defaults.js +3 -3
  491. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-helper.d.ts +1 -1
  492. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-helper.js +4 -5
  493. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/ssm-string-parameter-helper.js +2 -3
  494. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-defaults.js +2 -3
  495. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +5 -5
  496. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +19 -19
  497. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-defaults.js +4 -5
  498. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +6 -6
  499. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-defaults.js +4 -5
  500. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-helper.js +3 -4
  501. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/websocket-api-helper.js +4 -5
  502. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +4 -4
  503. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda/index.js +13 -0
  504. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-test/index.js +13 -0
  505. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +93 -1
  506. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +16 -16
  507. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +7 -7
  508. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
  509. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  510. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  511. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +1 -1
  512. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +9 -9
  513. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +8 -2
  514. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +1 -1
  515. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +8 -2
  516. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +84 -78
  517. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
  518. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  519. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  520. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +1 -1
  521. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +9 -9
  522. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +8 -2
  523. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +1 -1
  524. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +8 -2
  525. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +64 -58
  526. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/lambda/index.js +13 -0
  527. package/node_modules/@gemeentenijmegen/apiclient/lib/index.d.ts +10 -8
  528. package/node_modules/@gemeentenijmegen/apiclient/lib/index.js +23 -27
  529. package/node_modules/@gemeentenijmegen/apiclient/package.json +16 -14
  530. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +10 -9
  531. package/node_modules/@gemeentenijmegen/session/package.json +9 -8
  532. package/node_modules/@gemeentenijmegen/utils/package.json +12 -11
  533. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
  534. package/node_modules/@smithy/abort-controller/package.json +3 -3
  535. package/node_modules/@smithy/chunked-blob-reader/package.json +6 -2
  536. package/node_modules/@smithy/chunked-blob-reader-native/package.json +7 -3
  537. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +8 -12
  538. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  539. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  540. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  541. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  542. package/node_modules/@smithy/config-resolver/package.json +6 -6
  543. package/node_modules/@smithy/core/dist-cjs/index.js +34 -22
  544. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +2 -4
  545. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +1 -1
  546. package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +9 -6
  547. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -0
  548. package/node_modules/@smithy/core/package.json +11 -11
  549. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +10 -11
  550. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
  551. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  552. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +28 -21
  553. package/node_modules/@smithy/eventstream-codec/package.json +8 -5
  554. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +4 -3
  555. package/node_modules/@smithy/eventstream-serde-browser/package.json +4 -4
  556. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/EventStreamSerdeConfig.d.ts +3 -0
  557. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/EventStreamSerdeConfig.d.ts +3 -0
  558. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +3 -3
  559. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +4 -3
  560. package/node_modules/@smithy/eventstream-serde-node/package.json +5 -5
  561. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +4 -3
  562. package/node_modules/@smithy/eventstream-serde-universal/package.json +6 -6
  563. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +37 -10
  564. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +27 -1
  565. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -4
  566. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -4
  567. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  568. package/node_modules/@smithy/hash-blob-browser/package.json +8 -5
  569. package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
  570. package/node_modules/@smithy/hash-node/package.json +6 -6
  571. package/node_modules/@smithy/hash-stream-node/dist-cjs/index.js +4 -3
  572. package/node_modules/@smithy/hash-stream-node/dist-types/HashCalculator.d.ts +1 -0
  573. package/node_modules/@smithy/hash-stream-node/package.json +6 -6
  574. package/node_modules/@smithy/invalid-dependency/package.json +5 -2
  575. package/node_modules/@smithy/is-array-buffer/package.json +5 -4
  576. package/node_modules/@smithy/md5-js/dist-cjs/index.js +4 -3
  577. package/node_modules/@smithy/md5-js/package.json +9 -6
  578. package/node_modules/@smithy/middleware-content-length/package.json +4 -4
  579. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +10 -9
  580. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +3 -0
  581. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +4 -1
  582. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +4 -1
  583. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +8 -1
  584. package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +8 -1
  585. package/node_modules/@smithy/middleware-endpoint/package.json +10 -10
  586. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +18 -17
  587. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -0
  588. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +3 -0
  589. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +21 -0
  590. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +6 -0
  591. package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +1 -0
  592. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +9 -0
  593. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -0
  594. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +12 -0
  595. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -0
  596. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +3 -0
  597. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +21 -0
  598. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +6 -0
  599. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +1 -0
  600. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +9 -0
  601. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +1 -0
  602. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +12 -0
  603. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +12 -0
  604. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +12 -0
  605. package/node_modules/@smithy/middleware-retry/package.json +10 -10
  606. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +11 -4
  607. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +12 -2
  608. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  609. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -12
  610. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
  611. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
  612. package/node_modules/@smithy/middleware-stack/package.json +3 -3
  613. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +9 -0
  614. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
  615. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
  616. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +9 -0
  617. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
  618. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
  619. package/node_modules/@smithy/node-config-provider/package.json +6 -6
  620. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +57 -48
  621. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +11 -3
  622. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +2 -2
  623. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +11 -8
  624. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +8 -0
  625. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
  626. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
  627. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
  628. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  629. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +2 -0
  630. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  631. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
  632. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
  633. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
  634. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +2 -2
  635. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +8 -0
  636. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
  637. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
  638. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
  639. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +2 -2
  640. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +1 -1
  641. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +1 -1
  642. package/node_modules/@smithy/node-http-handler/package.json +8 -8
  643. package/node_modules/@smithy/property-provider/dist-cjs/index.js +16 -14
  644. package/node_modules/@smithy/property-provider/package.json +3 -3
  645. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +16 -12
  646. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
  647. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +3 -1
  648. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
  649. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
  650. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +3 -1
  651. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
  652. package/node_modules/@smithy/protocol-http/package.json +3 -3
  653. package/node_modules/@smithy/querystring-builder/package.json +4 -4
  654. package/node_modules/@smithy/querystring-parser/package.json +3 -3
  655. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +4 -14
  656. package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
  657. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
  658. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +1 -1
  659. package/node_modules/@smithy/service-error-classification/package.json +3 -3
  660. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
  661. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
  662. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  663. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +10 -0
  664. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
  665. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
  666. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
  667. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
  668. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  669. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +10 -0
  670. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
  671. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
  672. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
  673. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
  674. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -4
  675. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +16 -14
  676. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +9 -0
  677. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
  678. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  679. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  680. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  681. package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +1 -1
  682. package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +1 -1
  683. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +9 -0
  684. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
  685. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
  686. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
  687. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
  688. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +1 -1
  689. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +1 -1
  690. package/node_modules/@smithy/signature-v4/package.json +9 -9
  691. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +76 -56
  692. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +25 -1
  693. package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +21 -30
  694. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +8 -0
  695. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +3 -0
  696. package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +37 -15
  697. package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +1 -0
  698. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +8 -0
  699. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +3 -0
  700. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +37 -15
  701. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +1 -0
  702. package/node_modules/@smithy/smithy-client/package.json +10 -10
  703. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -0
  704. package/node_modules/@smithy/types/dist-types/client.d.ts +1 -0
  705. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
  706. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
  707. package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
  708. package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
  709. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
  710. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
  711. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
  712. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
  713. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
  714. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
  715. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
  716. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +3 -2
  717. package/node_modules/@smithy/types/dist-types/http.d.ts +6 -0
  718. package/node_modules/@smithy/types/dist-types/pagination.d.ts +8 -1
  719. package/node_modules/@smithy/types/dist-types/serde.d.ts +1 -0
  720. package/node_modules/@smithy/types/dist-types/shapes.d.ts +1 -0
  721. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
  722. package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
  723. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -0
  724. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +1 -0
  725. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
  726. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
  727. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
  728. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
  729. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
  730. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
  731. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
  732. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
  733. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
  734. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
  735. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
  736. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +3 -2
  737. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +6 -0
  738. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +7 -0
  739. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +1 -0
  740. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +1 -0
  741. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -1
  742. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
  743. package/node_modules/@smithy/types/package.json +2 -2
  744. package/node_modules/@smithy/url-parser/package.json +6 -3
  745. package/node_modules/@smithy/util-base64/package.json +8 -7
  746. package/node_modules/@smithy/util-body-length-browser/package.json +7 -3
  747. package/node_modules/@smithy/util-body-length-node/package.json +6 -5
  748. package/node_modules/@smithy/util-buffer-from/package.json +7 -6
  749. package/node_modules/@smithy/util-config-provider/package.json +6 -5
  750. package/node_modules/@smithy/util-defaults-mode-browser/package.json +7 -7
  751. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
  752. package/node_modules/@smithy/util-defaults-mode-node/package.json +10 -10
  753. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +13 -15
  754. package/node_modules/@smithy/util-endpoints/package.json +5 -5
  755. package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
  756. package/node_modules/@smithy/util-middleware/package.json +4 -4
  757. package/node_modules/@smithy/util-retry/dist-cjs/index.js +27 -21
  758. package/node_modules/@smithy/util-retry/package.json +5 -5
  759. package/node_modules/@smithy/util-stream/dist-cjs/index.js +4 -3
  760. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -1
  761. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +1 -1
  762. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
  763. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +1 -1
  764. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +2 -1
  765. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +1 -1
  766. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +2 -1
  767. package/node_modules/@smithy/util-stream/package.json +11 -11
  768. package/node_modules/@smithy/util-uri-escape/package.json +5 -4
  769. package/node_modules/@smithy/util-utf8/package.json +6 -5
  770. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +34 -9
  771. package/node_modules/@smithy/util-waiter/dist-es/poller.js +30 -4
  772. package/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +3 -3
  773. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +5 -0
  774. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +5 -0
  775. package/node_modules/@smithy/util-waiter/package.json +4 -4
  776. package/node_modules/@types/aws-lambda/README.md +1 -1
  777. package/node_modules/@types/aws-lambda/index.d.ts +1 -0
  778. package/node_modules/@types/aws-lambda/package.json +4 -3
  779. package/node_modules/@types/aws-lambda/trigger/guard-duty-event-notification.d.ts +36 -0
  780. package/node_modules/axios/CHANGELOG.md +49 -0
  781. package/node_modules/axios/README.md +20 -8
  782. package/node_modules/axios/dist/axios.js +34 -63
  783. package/node_modules/axios/dist/axios.js.map +1 -1
  784. package/node_modules/axios/dist/axios.min.js +1 -1
  785. package/node_modules/axios/dist/axios.min.js.map +1 -1
  786. package/node_modules/axios/dist/browser/axios.cjs +40 -71
  787. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  788. package/node_modules/axios/dist/esm/axios.js +40 -71
  789. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  790. package/node_modules/axios/dist/esm/axios.min.js +1 -1
  791. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  792. package/node_modules/axios/dist/node/axios.cjs +45 -75
  793. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  794. package/node_modules/axios/index.d.cts +5 -1
  795. package/node_modules/axios/index.d.ts +8 -1
  796. package/node_modules/axios/lib/adapters/http.js +4 -4
  797. package/node_modules/axios/lib/core/Axios.js +7 -2
  798. package/node_modules/axios/lib/core/mergeConfig.js +5 -5
  799. package/node_modules/axios/lib/env/data.js +1 -1
  800. package/node_modules/axios/lib/helpers/buildURL.js +7 -1
  801. package/node_modules/axios/lib/helpers/formDataToStream.js +2 -2
  802. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +12 -65
  803. package/node_modules/axios/lib/helpers/validator.js +8 -0
  804. package/node_modules/axios/package.json +3 -3
  805. package/node_modules/dotenv/CHANGELOG.md +15 -2
  806. package/node_modules/dotenv/README.md +37 -114
  807. package/node_modules/dotenv/package.json +5 -9
  808. package/node_modules/openid-client/lib/helpers/client.js +1 -4
  809. package/node_modules/openid-client/package.json +3 -3
  810. package/package.json +25 -24
  811. package/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
  812. package/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
  813. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1052
  814. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
  815. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
  816. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
  817. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
  818. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
  819. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
  820. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
  821. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
  822. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
  823. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
  824. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  825. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
  826. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
  827. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
  828. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
  829. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
  830. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  831. package/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
  832. package/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  833. package/node_modules/@aws-sdk/client-sts/README.md +0 -281
  834. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1535
  835. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -25
  836. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
  837. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +0 -23
  838. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
  839. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
  840. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
  841. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
  842. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
  843. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -9
  844. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -78
  845. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
  846. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +0 -129
  847. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
  848. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
  849. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
  850. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
  851. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
  852. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -9
  853. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -83
  854. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -160
  855. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
  856. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +0 -47
  857. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
  858. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
  859. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
  860. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
  861. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
  862. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -9
  863. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -113
  864. package/node_modules/@aws-sdk/client-sts/package.json +0 -102
  865. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/streams/create-read-stream-on-buffer.browser.js +0 -7
  866. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/streams/create-read-stream-on-buffer.js +0 -11
  867. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/streams/create-read-stream-on-buffer.browser.js +0 -3
  868. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/streams/create-read-stream-on-buffer.js +0 -7
  869. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/streams/create-read-stream-on-buffer.browser.d.ts +0 -4
  870. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/streams/create-read-stream-on-buffer.d.ts +0 -6
  871. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/streams/create-read-stream-on-buffer.browser.d.ts +0 -3
  872. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/streams/create-read-stream-on-buffer.d.ts +0 -2
  873. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii +0 -7543
  874. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii.tabl.json.gz +0 -0
  875. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.warnings.jsii.js +0 -217
  876. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/LICENSE +0 -201
  877. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/NOTICE +0 -2
  878. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/README.md +0 -560
  879. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/awslint.json +0 -13
  880. 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
  881. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/api-call-base.js +0 -56
  882. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.d.ts +0 -36
  883. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.js +0 -50
  884. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.d.ts +0 -115
  885. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.js +0 -157
  886. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.d.ts +0 -22
  887. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.js +0 -92
  888. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/index.d.ts +0 -9
  889. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/index.js +0 -26
  890. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.d.ts +0 -42
  891. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.js +0 -43
  892. 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
  893. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/deploy-assert.js +0 -98
  894. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/hash.d.ts +0 -1
  895. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/hash.js +0 -12
  896. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/index.d.ts +0 -2
  897. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/index.js +0 -19
  898. 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
  899. 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
  900. 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
  901. 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
  902. 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
  903. 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
  904. 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
  905. 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
  906. 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
  907. 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
  908. 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
  909. 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
  910. 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
  911. 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
  912. 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
  913. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.d.ts +0 -89
  914. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.js +0 -232
  915. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.d.ts +0 -149
  916. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.js +0 -218
  917. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/types.d.ts +0 -82
  918. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/types.js +0 -3
  919. 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
  920. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/waiter-state-machine.js +0 -144
  921. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/index.d.ts +0 -2
  922. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/index.js +0 -19
  923. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-synthesizer.d.ts +0 -8
  924. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-synthesizer.js +0 -33
  925. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-writer.d.ts +0 -5
  926. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-writer.js +0 -28
  927. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.d.ts +0 -107
  928. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.js +0 -146
  929. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/package.json +0 -139
  930. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/rosetta/_generated.ts-fixture +0 -6
  931. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/rosetta/default.ts-fixture +0 -31
  932. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  933. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a/__entrypoint__.js +0 -1
  934. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  935. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a/__entrypoint__.js +0 -1
  936. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
  937. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
  938. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  939. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
  940. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
  941. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/EndpointParameters.js +0 -0
  942. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/endpointResolver.js +0 -0
  943. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/ruleset.js +0 -0
  944. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.native.js +0 -0
  945. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.shared.js +0 -0
  946. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeExtensions.js +0 -0
  947. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es/extensionConfiguration.js → nested-clients/dist-es/index.js} +0 -0
  948. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.js +0 -0
  949. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/commands/CreateTokenCommand.js +0 -0
  950. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/EndpointParameters.js +0 -0
  951. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
  952. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
  953. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sso-oidc}/extensionConfiguration.js +0 -0
  954. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/index.js +0 -0
  955. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/SSOOIDCServiceException.js +0 -0
  956. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/index.js +0 -0
  957. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  958. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
  959. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeExtensions.js +0 -0
  960. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
  961. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleCommand.js +0 -0
  962. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.js +0 -0
  963. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultRoleAssumers.js +0 -0
  964. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/EndpointParameters.js +0 -0
  965. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/endpointResolver.js +0 -0
  966. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/ruleset.js +0 -0
  967. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/index.js +0 -0
  968. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/STSServiceException.js +0 -0
  969. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/index.js +0 -0
  970. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.native.js +0 -0
  971. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.shared.js +0 -0
  972. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeExtensions.js +0 -0
  973. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  974. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +0 -0
  975. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +0 -0
  976. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
  977. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
  978. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
  979. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/index.d.ts +0 -0
  980. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
  981. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/index.d.ts +0 -0
  982. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.shared.d.ts +0 -0
  983. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
  984. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  985. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +0 -0
  986. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
  987. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/EndpointParameters.d.ts +0 -0
  988. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
  989. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/endpoint/ruleset.d.ts +0 -0
  990. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/extensionConfiguration.d.ts +0 -0
  991. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/index.d.ts +0 -0
  992. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/STSServiceException.d.ts +0 -0
  993. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/models/index.d.ts +0 -0
  994. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.shared.d.ts +0 -0
  995. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeExtensions.d.ts +0 -0
  996. /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
  997. /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
  998. /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
  999. /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
  1000. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
  1001. /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
  1002. /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
  1003. /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
  1004. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/index.d.ts +0 -0
  1005. /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
  1006. /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
  1007. /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
  1008. /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
  1009. /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
  1010. /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
  1011. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
  1012. /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
  1013. /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
  1014. /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
  1015. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/extensionConfiguration.d.ts +0 -0
  1016. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/index.d.ts +0 -0
  1017. /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
  1018. /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
  1019. /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
  1020. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeExtensions.d.ts +0 -0
  1021. /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/{asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a → asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200}/index.js +0 -0
  1022. /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,
@@ -43,6 +44,7 @@ __export(src_exports, {
43
44
  CopyObjectOutputFilterSensitiveLog: () => CopyObjectOutputFilterSensitiveLog,
44
45
  CopyObjectRequestFilterSensitiveLog: () => CopyObjectRequestFilterSensitiveLog,
45
46
  CreateBucketCommand: () => CreateBucketCommand,
47
+ CreateBucketMetadataTableConfigurationCommand: () => CreateBucketMetadataTableConfigurationCommand,
46
48
  CreateMultipartUploadCommand: () => CreateMultipartUploadCommand,
47
49
  CreateMultipartUploadOutputFilterSensitiveLog: () => CreateMultipartUploadOutputFilterSensitiveLog,
48
50
  CreateMultipartUploadRequestFilterSensitiveLog: () => CreateMultipartUploadRequestFilterSensitiveLog,
@@ -57,6 +59,7 @@ __export(src_exports, {
57
59
  DeleteBucketIntelligentTieringConfigurationCommand: () => DeleteBucketIntelligentTieringConfigurationCommand,
58
60
  DeleteBucketInventoryConfigurationCommand: () => DeleteBucketInventoryConfigurationCommand,
59
61
  DeleteBucketLifecycleCommand: () => DeleteBucketLifecycleCommand,
62
+ DeleteBucketMetadataTableConfigurationCommand: () => DeleteBucketMetadataTableConfigurationCommand,
60
63
  DeleteBucketMetricsConfigurationCommand: () => DeleteBucketMetricsConfigurationCommand,
61
64
  DeleteBucketOwnershipControlsCommand: () => DeleteBucketOwnershipControlsCommand,
62
65
  DeleteBucketPolicyCommand: () => DeleteBucketPolicyCommand,
@@ -89,6 +92,7 @@ __export(src_exports, {
89
92
  GetBucketLifecycleConfigurationCommand: () => GetBucketLifecycleConfigurationCommand,
90
93
  GetBucketLocationCommand: () => GetBucketLocationCommand,
91
94
  GetBucketLoggingCommand: () => GetBucketLoggingCommand,
95
+ GetBucketMetadataTableConfigurationCommand: () => GetBucketMetadataTableConfigurationCommand,
92
96
  GetBucketMetricsConfigurationCommand: () => GetBucketMetricsConfigurationCommand,
93
97
  GetBucketNotificationConfigurationCommand: () => GetBucketNotificationConfigurationCommand,
94
98
  GetBucketOwnershipControlsCommand: () => GetBucketOwnershipControlsCommand,
@@ -314,7 +318,10 @@ var commonParams = {
314
318
 
315
319
  // src/models/S3ServiceException.ts
316
320
  var import_smithy_client = require("@smithy/smithy-client");
317
- 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
+ }
318
325
  /**
319
326
  * @internal
320
327
  */
@@ -323,8 +330,6 @@ var _S3ServiceException = class _S3ServiceException extends import_smithy_client
323
330
  Object.setPrototypeOf(this, _S3ServiceException.prototype);
324
331
  }
325
332
  };
326
- __name(_S3ServiceException, "S3ServiceException");
327
- var S3ServiceException = _S3ServiceException;
328
333
 
329
334
  // src/models/models_0.ts
330
335
  var RequestCharged = {
@@ -333,7 +338,12 @@ var RequestCharged = {
333
338
  var RequestPayer = {
334
339
  requester: "requester"
335
340
  };
336
- 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";
337
347
  /**
338
348
  * @internal
339
349
  */
@@ -343,13 +353,9 @@ var _NoSuchUpload = class _NoSuchUpload extends S3ServiceException {
343
353
  $fault: "client",
344
354
  ...opts
345
355
  });
346
- this.name = "NoSuchUpload";
347
- this.$fault = "client";
348
356
  Object.setPrototypeOf(this, _NoSuchUpload.prototype);
349
357
  }
350
358
  };
351
- __name(_NoSuchUpload, "NoSuchUpload");
352
- var NoSuchUpload = _NoSuchUpload;
353
359
  var BucketAccelerateStatus = {
354
360
  Enabled: "Enabled",
355
361
  Suspended: "Suspended"
@@ -369,6 +375,10 @@ var Permission = {
369
375
  var OwnerOverride = {
370
376
  Destination: "Destination"
371
377
  };
378
+ var ChecksumType = {
379
+ COMPOSITE: "COMPOSITE",
380
+ FULL_OBJECT: "FULL_OBJECT"
381
+ };
372
382
  var ServerSideEncryption = {
373
383
  AES256: "AES256",
374
384
  aws_kms: "aws:kms",
@@ -386,6 +396,7 @@ var ObjectCannedACL = {
386
396
  var ChecksumAlgorithm = {
387
397
  CRC32: "CRC32",
388
398
  CRC32C: "CRC32C",
399
+ CRC64NVME: "CRC64NVME",
389
400
  SHA1: "SHA1",
390
401
  SHA256: "SHA256"
391
402
  };
@@ -418,7 +429,12 @@ var TaggingDirective = {
418
429
  COPY: "COPY",
419
430
  REPLACE: "REPLACE"
420
431
  };
421
- 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";
422
438
  /**
423
439
  * @internal
424
440
  */
@@ -428,14 +444,15 @@ var _ObjectNotInActiveTierError = class _ObjectNotInActiveTierError extends S3Se
428
444
  $fault: "client",
429
445
  ...opts
430
446
  });
431
- this.name = "ObjectNotInActiveTierError";
432
- this.$fault = "client";
433
447
  Object.setPrototypeOf(this, _ObjectNotInActiveTierError.prototype);
434
448
  }
435
449
  };
436
- __name(_ObjectNotInActiveTierError, "ObjectNotInActiveTierError");
437
- var ObjectNotInActiveTierError = _ObjectNotInActiveTierError;
438
- 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";
439
456
  /**
440
457
  * @internal
441
458
  */
@@ -445,14 +462,15 @@ var _BucketAlreadyExists = class _BucketAlreadyExists extends S3ServiceException
445
462
  $fault: "client",
446
463
  ...opts
447
464
  });
448
- this.name = "BucketAlreadyExists";
449
- this.$fault = "client";
450
465
  Object.setPrototypeOf(this, _BucketAlreadyExists.prototype);
451
466
  }
452
467
  };
453
- __name(_BucketAlreadyExists, "BucketAlreadyExists");
454
- var BucketAlreadyExists = _BucketAlreadyExists;
455
- 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";
456
474
  /**
457
475
  * @internal
458
476
  */
@@ -462,13 +480,9 @@ var _BucketAlreadyOwnedByYou = class _BucketAlreadyOwnedByYou extends S3ServiceE
462
480
  $fault: "client",
463
481
  ...opts
464
482
  });
465
- this.name = "BucketAlreadyOwnedByYou";
466
- this.$fault = "client";
467
483
  Object.setPrototypeOf(this, _BucketAlreadyOwnedByYou.prototype);
468
484
  }
469
485
  };
470
- __name(_BucketAlreadyOwnedByYou, "BucketAlreadyOwnedByYou");
471
- var BucketAlreadyOwnedByYou = _BucketAlreadyOwnedByYou;
472
486
  var BucketCannedACL = {
473
487
  authenticated_read: "authenticated-read",
474
488
  private: "private",
@@ -476,13 +490,15 @@ var BucketCannedACL = {
476
490
  public_read_write: "public-read-write"
477
491
  };
478
492
  var DataRedundancy = {
479
- SingleAvailabilityZone: "SingleAvailabilityZone"
493
+ SingleAvailabilityZone: "SingleAvailabilityZone",
494
+ SingleLocalZone: "SingleLocalZone"
480
495
  };
481
496
  var BucketType = {
482
497
  Directory: "Directory"
483
498
  };
484
499
  var LocationType = {
485
- AvailabilityZone: "AvailabilityZone"
500
+ AvailabilityZone: "AvailabilityZone",
501
+ LocalZone: "LocalZone"
486
502
  };
487
503
  var BucketLocationConstraint = {
488
504
  EU: "EU",
@@ -523,7 +539,12 @@ var SessionMode = {
523
539
  ReadOnly: "ReadOnly",
524
540
  ReadWrite: "ReadWrite"
525
541
  };
526
- 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";
527
548
  /**
528
549
  * @internal
529
550
  */
@@ -533,13 +554,9 @@ var _NoSuchBucket = class _NoSuchBucket extends S3ServiceException {
533
554
  $fault: "client",
534
555
  ...opts
535
556
  });
536
- this.name = "NoSuchBucket";
537
- this.$fault = "client";
538
557
  Object.setPrototypeOf(this, _NoSuchBucket.prototype);
539
558
  }
540
559
  };
541
- __name(_NoSuchBucket, "NoSuchBucket");
542
- var NoSuchBucket = _NoSuchBucket;
543
560
  var AnalyticsFilter;
544
561
  ((AnalyticsFilter2) => {
545
562
  AnalyticsFilter2.visit = /* @__PURE__ */ __name((value, visitor) => {
@@ -722,7 +739,14 @@ var ReplicationStatus = {
722
739
  var ChecksumMode = {
723
740
  ENABLED: "ENABLED"
724
741
  };
725
- 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;
726
750
  /**
727
751
  * @internal
728
752
  */
@@ -732,16 +756,17 @@ var _InvalidObjectState = class _InvalidObjectState extends S3ServiceException {
732
756
  $fault: "client",
733
757
  ...opts
734
758
  });
735
- this.name = "InvalidObjectState";
736
- this.$fault = "client";
737
759
  Object.setPrototypeOf(this, _InvalidObjectState.prototype);
738
760
  this.StorageClass = opts.StorageClass;
739
761
  this.AccessTier = opts.AccessTier;
740
762
  }
741
763
  };
742
- __name(_InvalidObjectState, "InvalidObjectState");
743
- var InvalidObjectState = _InvalidObjectState;
744
- 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";
745
770
  /**
746
771
  * @internal
747
772
  */
@@ -751,13 +776,9 @@ var _NoSuchKey = class _NoSuchKey extends S3ServiceException {
751
776
  $fault: "client",
752
777
  ...opts
753
778
  });
754
- this.name = "NoSuchKey";
755
- this.$fault = "client";
756
779
  Object.setPrototypeOf(this, _NoSuchKey.prototype);
757
780
  }
758
781
  };
759
- __name(_NoSuchKey, "NoSuchKey");
760
- var NoSuchKey = _NoSuchKey;
761
782
  var ObjectAttributes = {
762
783
  CHECKSUM: "Checksum",
763
784
  ETAG: "ETag",
@@ -772,7 +793,12 @@ var ObjectLockRetentionMode = {
772
793
  COMPLIANCE: "COMPLIANCE",
773
794
  GOVERNANCE: "GOVERNANCE"
774
795
  };
775
- 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";
776
802
  /**
777
803
  * @internal
778
804
  */
@@ -782,13 +808,9 @@ var _NotFound = class _NotFound extends S3ServiceException {
782
808
  $fault: "client",
783
809
  ...opts
784
810
  });
785
- this.name = "NotFound";
786
- this.$fault = "client";
787
811
  Object.setPrototypeOf(this, _NotFound.prototype);
788
812
  }
789
813
  };
790
- __name(_NotFound, "NotFound");
791
- var NotFound = _NotFound;
792
814
  var ArchiveStatus = {
793
815
  ARCHIVE_ACCESS: "ARCHIVE_ACCESS",
794
816
  DEEP_ARCHIVE_ACCESS: "DEEP_ARCHIVE_ACCESS"
@@ -949,20 +971,6 @@ var ListPartsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
949
971
  ...obj,
950
972
  ...obj.SSECustomerKey && { SSECustomerKey: import_smithy_client.SENSITIVE_STRING }
951
973
  }), "ListPartsRequestFilterSensitiveLog");
952
- var PutBucketEncryptionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
953
- ...obj,
954
- ...obj.ServerSideEncryptionConfiguration && {
955
- ServerSideEncryptionConfiguration: ServerSideEncryptionConfigurationFilterSensitiveLog(
956
- obj.ServerSideEncryptionConfiguration
957
- )
958
- }
959
- }), "PutBucketEncryptionRequestFilterSensitiveLog");
960
- var PutBucketInventoryConfigurationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
961
- ...obj,
962
- ...obj.InventoryConfiguration && {
963
- InventoryConfiguration: InventoryConfigurationFilterSensitiveLog(obj.InventoryConfiguration)
964
- }
965
- }), "PutBucketInventoryConfigurationRequestFilterSensitiveLog");
966
974
 
967
975
  // src/protocols/Aws_restXml.ts
968
976
  var import_core = require("@aws-sdk/core");
@@ -977,7 +985,12 @@ var MFADelete = {
977
985
  Disabled: "Disabled",
978
986
  Enabled: "Enabled"
979
987
  };
980
- 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";
981
994
  /**
982
995
  * @internal
983
996
  */
@@ -987,14 +1000,15 @@ var _EncryptionTypeMismatch = class _EncryptionTypeMismatch extends S3ServiceExc
987
1000
  $fault: "client",
988
1001
  ...opts
989
1002
  });
990
- this.name = "EncryptionTypeMismatch";
991
- this.$fault = "client";
992
1003
  Object.setPrototypeOf(this, _EncryptionTypeMismatch.prototype);
993
1004
  }
994
1005
  };
995
- __name(_EncryptionTypeMismatch, "EncryptionTypeMismatch");
996
- var EncryptionTypeMismatch = _EncryptionTypeMismatch;
997
- 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";
998
1012
  /**
999
1013
  * @internal
1000
1014
  */
@@ -1004,14 +1018,15 @@ var _InvalidRequest = class _InvalidRequest extends S3ServiceException {
1004
1018
  $fault: "client",
1005
1019
  ...opts
1006
1020
  });
1007
- this.name = "InvalidRequest";
1008
- this.$fault = "client";
1009
1021
  Object.setPrototypeOf(this, _InvalidRequest.prototype);
1010
1022
  }
1011
1023
  };
1012
- __name(_InvalidRequest, "InvalidRequest");
1013
- var InvalidRequest = _InvalidRequest;
1014
- 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";
1015
1030
  /**
1016
1031
  * @internal
1017
1032
  */
@@ -1021,14 +1036,15 @@ var _InvalidWriteOffset = class _InvalidWriteOffset extends S3ServiceException {
1021
1036
  $fault: "client",
1022
1037
  ...opts
1023
1038
  });
1024
- this.name = "InvalidWriteOffset";
1025
- this.$fault = "client";
1026
1039
  Object.setPrototypeOf(this, _InvalidWriteOffset.prototype);
1027
1040
  }
1028
1041
  };
1029
- __name(_InvalidWriteOffset, "InvalidWriteOffset");
1030
- var InvalidWriteOffset = _InvalidWriteOffset;
1031
- 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";
1032
1048
  /**
1033
1049
  * @internal
1034
1050
  */
@@ -1038,14 +1054,15 @@ var _TooManyParts = class _TooManyParts extends S3ServiceException {
1038
1054
  $fault: "client",
1039
1055
  ...opts
1040
1056
  });
1041
- this.name = "TooManyParts";
1042
- this.$fault = "client";
1043
1057
  Object.setPrototypeOf(this, _TooManyParts.prototype);
1044
1058
  }
1045
1059
  };
1046
- __name(_TooManyParts, "TooManyParts");
1047
- var TooManyParts = _TooManyParts;
1048
- 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";
1049
1066
  /**
1050
1067
  * @internal
1051
1068
  */
@@ -1055,13 +1072,9 @@ var _ObjectAlreadyInActiveTierError = class _ObjectAlreadyInActiveTierError exte
1055
1072
  $fault: "client",
1056
1073
  ...opts
1057
1074
  });
1058
- this.name = "ObjectAlreadyInActiveTierError";
1059
- this.$fault = "client";
1060
1075
  Object.setPrototypeOf(this, _ObjectAlreadyInActiveTierError.prototype);
1061
1076
  }
1062
1077
  };
1063
- __name(_ObjectAlreadyInActiveTierError, "ObjectAlreadyInActiveTierError");
1064
- var ObjectAlreadyInActiveTierError = _ObjectAlreadyInActiveTierError;
1065
1078
  var Tier = {
1066
1079
  Bulk: "Bulk",
1067
1080
  Expedited: "Expedited",
@@ -1107,6 +1120,20 @@ var SelectObjectContentEventStream;
1107
1120
  return visitor._(value.$unknown[0], value.$unknown[1]);
1108
1121
  }, "visit");
1109
1122
  })(SelectObjectContentEventStream || (SelectObjectContentEventStream = {}));
1123
+ var PutBucketEncryptionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1124
+ ...obj,
1125
+ ...obj.ServerSideEncryptionConfiguration && {
1126
+ ServerSideEncryptionConfiguration: ServerSideEncryptionConfigurationFilterSensitiveLog(
1127
+ obj.ServerSideEncryptionConfiguration
1128
+ )
1129
+ }
1130
+ }), "PutBucketEncryptionRequestFilterSensitiveLog");
1131
+ var PutBucketInventoryConfigurationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1132
+ ...obj,
1133
+ ...obj.InventoryConfiguration && {
1134
+ InventoryConfiguration: InventoryConfigurationFilterSensitiveLog(obj.InventoryConfiguration)
1135
+ }
1136
+ }), "PutBucketInventoryConfigurationRequestFilterSensitiveLog");
1110
1137
  var PutObjectOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1111
1138
  ...obj,
1112
1139
  ...obj.SSEKMSKeyId && { SSEKMSKeyId: import_smithy_client.SENSITIVE_STRING },
@@ -1207,10 +1234,14 @@ var se_CompleteMultipartUploadCommand = /* @__PURE__ */ __name(async (input, con
1207
1234
  "content-type": "application/xml",
1208
1235
  [_xacc]: input[_CCRC],
1209
1236
  [_xacc_]: input[_CCRCC],
1237
+ [_xacc__]: input[_CCRCNVME],
1210
1238
  [_xacs]: input[_CSHA],
1211
1239
  [_xacs_]: input[_CSHAh],
1240
+ [_xact]: input[_CT],
1241
+ [_xamos]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_MOS]), () => input[_MOS].toString()],
1212
1242
  [_xarp]: input[_RP],
1213
1243
  [_xaebo]: input[_EBO],
1244
+ [_im]: input[_IM],
1214
1245
  [_inm]: input[_INM],
1215
1246
  [_xasseca]: input[_SSECA],
1216
1247
  [_xasseck]: input[_SSECK],
@@ -1243,7 +1274,7 @@ var se_CopyObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
1243
1274
  [_cd]: input[_CD],
1244
1275
  [_ce]: input[_CE],
1245
1276
  [_cl]: input[_CL],
1246
- [_ct]: input[_CT],
1277
+ [_ct]: input[_CTo],
1247
1278
  [_xacs__]: input[_CS],
1248
1279
  [_xacsim]: input[_CSIM],
1249
1280
  [_xacsims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_CSIMS]), () => (0, import_smithy_client.dateToUtcString)(input[_CSIMS]).toString()],
@@ -1316,6 +1347,30 @@ var se_CreateBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
1316
1347
  b.m("PUT").h(headers).b(body);
1317
1348
  return b.build();
1318
1349
  }, "se_CreateBucketCommand");
1350
+ var se_CreateBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1351
+ const b = (0, import_core2.requestBuilder)(input, context);
1352
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
1353
+ "content-type": "application/xml",
1354
+ [_cm]: input[_CMD],
1355
+ [_xasca]: input[_CA],
1356
+ [_xaebo]: input[_EBO]
1357
+ });
1358
+ b.bp("/");
1359
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
1360
+ const query = (0, import_smithy_client.map)({
1361
+ [_mT]: [, ""]
1362
+ });
1363
+ let body;
1364
+ let contents;
1365
+ if (input.MetadataTableConfiguration !== void 0) {
1366
+ contents = se_MetadataTableConfiguration(input.MetadataTableConfiguration, context);
1367
+ body = _ve;
1368
+ contents.a("xmlns", "http://s3.amazonaws.com/doc/2006-03-01/");
1369
+ body += contents.toString();
1370
+ }
1371
+ b.m("POST").h(headers).q(query).b(body);
1372
+ return b.build();
1373
+ }, "se_CreateBucketMetadataTableConfigurationCommand");
1319
1374
  var se_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (input, context) => {
1320
1375
  const b = (0, import_core2.requestBuilder)(input, context);
1321
1376
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
@@ -1324,7 +1379,7 @@ var se_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (input, conte
1324
1379
  [_cd]: input[_CD],
1325
1380
  [_ce]: input[_CE],
1326
1381
  [_cl]: input[_CL],
1327
- [_ct]: input[_CT],
1382
+ [_ct]: input[_CTo],
1328
1383
  [_e]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
1329
1384
  [_xagfc]: input[_GFC],
1330
1385
  [_xagr]: input[_GR],
@@ -1346,6 +1401,7 @@ var se_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (input, conte
1346
1401
  [_xaollh]: input[_OLLHS],
1347
1402
  [_xaebo]: input[_EBO],
1348
1403
  [_xaca]: input[_CA],
1404
+ [_xact]: input[_CT],
1349
1405
  ...input.Metadata !== void 0 && Object.keys(input.Metadata).reduce((acc, suffix) => {
1350
1406
  acc[`x-amz-meta-${suffix.toLowerCase()}`] = input.Metadata[suffix];
1351
1407
  return acc;
@@ -1475,6 +1531,20 @@ var se_DeleteBucketLifecycleCommand = /* @__PURE__ */ __name(async (input, conte
1475
1531
  b.m("DELETE").h(headers).q(query).b(body);
1476
1532
  return b.build();
1477
1533
  }, "se_DeleteBucketLifecycleCommand");
1534
+ var se_DeleteBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1535
+ const b = (0, import_core2.requestBuilder)(input, context);
1536
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
1537
+ [_xaebo]: input[_EBO]
1538
+ });
1539
+ b.bp("/");
1540
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
1541
+ const query = (0, import_smithy_client.map)({
1542
+ [_mT]: [, ""]
1543
+ });
1544
+ let body;
1545
+ b.m("DELETE").h(headers).q(query).b(body);
1546
+ return b.build();
1547
+ }, "se_DeleteBucketMetadataTableConfigurationCommand");
1478
1548
  var se_DeleteBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1479
1549
  const b = (0, import_core2.requestBuilder)(input, context);
1480
1550
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
@@ -1783,6 +1853,20 @@ var se_GetBucketLoggingCommand = /* @__PURE__ */ __name(async (input, context) =
1783
1853
  b.m("GET").h(headers).q(query).b(body);
1784
1854
  return b.build();
1785
1855
  }, "se_GetBucketLoggingCommand");
1856
+ var se_GetBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1857
+ const b = (0, import_core2.requestBuilder)(input, context);
1858
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
1859
+ [_xaebo]: input[_EBO]
1860
+ });
1861
+ b.bp("/");
1862
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
1863
+ const query = (0, import_smithy_client.map)({
1864
+ [_mT]: [, ""]
1865
+ });
1866
+ let body;
1867
+ b.m("GET").h(headers).q(query).b(body);
1868
+ return b.build();
1869
+ }, "se_GetBucketMetadataTableConfigurationCommand");
1786
1870
  var se_GetBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1787
1871
  const b = (0, import_core2.requestBuilder)(input, context);
1788
1872
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
@@ -2146,7 +2230,7 @@ var se_ListBucketAnalyticsConfigurationsCommand = /* @__PURE__ */ __name(async (
2146
2230
  const query = (0, import_smithy_client.map)({
2147
2231
  [_a]: [, ""],
2148
2232
  [_xi]: [, "ListBucketAnalyticsConfigurations"],
2149
- [_ct_]: [, input[_CTo]]
2233
+ [_ct_]: [, input[_CTon]]
2150
2234
  });
2151
2235
  let body;
2152
2236
  b.m("GET").h(headers).q(query).b(body);
@@ -2160,7 +2244,7 @@ var se_ListBucketIntelligentTieringConfigurationsCommand = /* @__PURE__ */ __nam
2160
2244
  const query = (0, import_smithy_client.map)({
2161
2245
  [_it]: [, ""],
2162
2246
  [_xi]: [, "ListBucketIntelligentTieringConfigurations"],
2163
- [_ct_]: [, input[_CTo]]
2247
+ [_ct_]: [, input[_CTon]]
2164
2248
  });
2165
2249
  let body;
2166
2250
  b.m("GET").h(headers).q(query).b(body);
@@ -2176,7 +2260,7 @@ var se_ListBucketInventoryConfigurationsCommand = /* @__PURE__ */ __name(async (
2176
2260
  const query = (0, import_smithy_client.map)({
2177
2261
  [_in]: [, ""],
2178
2262
  [_xi]: [, "ListBucketInventoryConfigurations"],
2179
- [_ct_]: [, input[_CTo]]
2263
+ [_ct_]: [, input[_CTon]]
2180
2264
  });
2181
2265
  let body;
2182
2266
  b.m("GET").h(headers).q(query).b(body);
@@ -2192,7 +2276,7 @@ var se_ListBucketMetricsConfigurationsCommand = /* @__PURE__ */ __name(async (in
2192
2276
  const query = (0, import_smithy_client.map)({
2193
2277
  [_m]: [, ""],
2194
2278
  [_xi]: [, "ListBucketMetricsConfigurations"],
2195
- [_ct_]: [, input[_CTo]]
2279
+ [_ct_]: [, input[_CTon]]
2196
2280
  });
2197
2281
  let body;
2198
2282
  b.m("GET").h(headers).q(query).b(body);
@@ -2205,7 +2289,7 @@ var se_ListBucketsCommand = /* @__PURE__ */ __name(async (input, context) => {
2205
2289
  const query = (0, import_smithy_client.map)({
2206
2290
  [_xi]: [, "ListBuckets"],
2207
2291
  [_mb]: [() => input.MaxBuckets !== void 0, () => input[_MB].toString()],
2208
- [_ct_]: [, input[_CTo]],
2292
+ [_ct_]: [, input[_CTon]],
2209
2293
  [_pr]: [, input[_P]],
2210
2294
  [_br]: [, input[_BR]]
2211
2295
  });
@@ -2219,7 +2303,7 @@ var se_ListDirectoryBucketsCommand = /* @__PURE__ */ __name(async (input, contex
2219
2303
  b.bp("/");
2220
2304
  const query = (0, import_smithy_client.map)({
2221
2305
  [_xi]: [, "ListDirectoryBuckets"],
2222
- [_ct_]: [, input[_CTo]],
2306
+ [_ct_]: [, input[_CTon]],
2223
2307
  [_mdb]: [() => input.MaxDirectoryBuckets !== void 0, () => input[_MDB].toString()]
2224
2308
  });
2225
2309
  let body;
@@ -2282,7 +2366,7 @@ var se_ListObjectsV2Command = /* @__PURE__ */ __name(async (input, context) => {
2282
2366
  [_et]: [, input[_ET]],
2283
2367
  [_mk]: [() => input.MaxKeys !== void 0, () => input[_MK].toString()],
2284
2368
  [_pr]: [, input[_P]],
2285
- [_ct_]: [, input[_CTo]],
2369
+ [_ct_]: [, input[_CTon]],
2286
2370
  [_fo]: [() => input.FetchOwner !== void 0, () => input[_FO].toString()],
2287
2371
  [_sa]: [, input[_SA]]
2288
2372
  });
@@ -2769,7 +2853,7 @@ var se_PutBucketWebsiteCommand = /* @__PURE__ */ __name(async (input, context) =
2769
2853
  var se_PutObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
2770
2854
  const b = (0, import_core2.requestBuilder)(input, context);
2771
2855
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
2772
- [_ct]: input[_CT] || "application/octet-stream",
2856
+ [_ct]: input[_CTo] || "application/octet-stream",
2773
2857
  [_xaa]: input[_ACL],
2774
2858
  [_cc]: input[_CC],
2775
2859
  [_cd]: input[_CD],
@@ -2780,9 +2864,11 @@ var se_PutObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
2780
2864
  [_xasca]: input[_CA],
2781
2865
  [_xacc]: input[_CCRC],
2782
2866
  [_xacc_]: input[_CCRCC],
2867
+ [_xacc__]: input[_CCRCNVME],
2783
2868
  [_xacs]: input[_CSHA],
2784
2869
  [_xacs_]: input[_CSHAh],
2785
2870
  [_e]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
2871
+ [_im]: input[_IM],
2786
2872
  [_inm]: input[_INM],
2787
2873
  [_xagfc]: input[_GFC],
2788
2874
  [_xagr]: input[_GR],
@@ -3064,6 +3150,7 @@ var se_UploadPartCommand = /* @__PURE__ */ __name(async (input, context) => {
3064
3150
  [_xasca]: input[_CA],
3065
3151
  [_xacc]: input[_CCRC],
3066
3152
  [_xacc_]: input[_CCRCC],
3153
+ [_xacc__]: input[_CCRCNVME],
3067
3154
  [_xacs]: input[_CSHA],
3068
3155
  [_xacs_]: input[_CSHAh],
3069
3156
  [_xasseca]: input[_SSECA],
@@ -3137,9 +3224,10 @@ var se_WriteGetObjectResponseCommand = /* @__PURE__ */ __name(async (input, cont
3137
3224
  [_xafhcl]: input[_CL],
3138
3225
  [_cl_]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_CLo]), () => input[_CLo].toString()],
3139
3226
  [_xafhcr]: input[_CR],
3140
- [_xafhct]: input[_CT],
3227
+ [_xafhct]: input[_CTo],
3141
3228
  [_xafhxacc]: input[_CCRC],
3142
3229
  [_xafhxacc_]: input[_CCRCC],
3230
+ [_xafhxacc__]: input[_CCRCNVME],
3143
3231
  [_xafhxacs]: input[_CSHA],
3144
3232
  [_xafhxacs_]: input[_CSHAh],
3145
3233
  [_xafhxadm]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_DM]), () => input[_DM].toString()],
@@ -3227,12 +3315,18 @@ var de_CompleteMultipartUploadCommand = /* @__PURE__ */ __name(async (output, co
3227
3315
  if (data[_CCRCC] != null) {
3228
3316
  contents[_CCRCC] = (0, import_smithy_client.expectString)(data[_CCRCC]);
3229
3317
  }
3318
+ if (data[_CCRCNVME] != null) {
3319
+ contents[_CCRCNVME] = (0, import_smithy_client.expectString)(data[_CCRCNVME]);
3320
+ }
3230
3321
  if (data[_CSHA] != null) {
3231
3322
  contents[_CSHA] = (0, import_smithy_client.expectString)(data[_CSHA]);
3232
3323
  }
3233
3324
  if (data[_CSHAh] != null) {
3234
3325
  contents[_CSHAh] = (0, import_smithy_client.expectString)(data[_CSHAh]);
3235
3326
  }
3327
+ if (data[_CT] != null) {
3328
+ contents[_CT] = (0, import_smithy_client.expectString)(data[_CT]);
3329
+ }
3236
3330
  if (data[_ETa] != null) {
3237
3331
  contents[_ETa] = (0, import_smithy_client.expectString)(data[_ETa]);
3238
3332
  }
@@ -3276,6 +3370,16 @@ var de_CreateBucketCommand = /* @__PURE__ */ __name(async (output, context) => {
3276
3370
  await (0, import_smithy_client.collectBody)(output.body, context);
3277
3371
  return contents;
3278
3372
  }, "de_CreateBucketCommand");
3373
+ var de_CreateBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
3374
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3375
+ return de_CommandError(output, context);
3376
+ }
3377
+ const contents = (0, import_smithy_client.map)({
3378
+ $metadata: deserializeMetadata(output)
3379
+ });
3380
+ await (0, import_smithy_client.collectBody)(output.body, context);
3381
+ return contents;
3382
+ }, "de_CreateBucketMetadataTableConfigurationCommand");
3279
3383
  var de_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (output, context) => {
3280
3384
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3281
3385
  return de_CommandError(output, context);
@@ -3294,7 +3398,8 @@ var de_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (output, cont
3294
3398
  [_SSEKMSEC]: [, output.headers[_xassec]],
3295
3399
  [_BKE]: [() => void 0 !== output.headers[_xassebke], () => (0, import_smithy_client.parseBoolean)(output.headers[_xassebke])],
3296
3400
  [_RC]: [, output.headers[_xarc]],
3297
- [_CA]: [, output.headers[_xaca]]
3401
+ [_CA]: [, output.headers[_xaca]],
3402
+ [_CT]: [, output.headers[_xact]]
3298
3403
  });
3299
3404
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
3300
3405
  if (data[_B] != null) {
@@ -3395,6 +3500,16 @@ var de_DeleteBucketLifecycleCommand = /* @__PURE__ */ __name(async (output, cont
3395
3500
  await (0, import_smithy_client.collectBody)(output.body, context);
3396
3501
  return contents;
3397
3502
  }, "de_DeleteBucketLifecycleCommand");
3503
+ var de_DeleteBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
3504
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
3505
+ return de_CommandError(output, context);
3506
+ }
3507
+ const contents = (0, import_smithy_client.map)({
3508
+ $metadata: deserializeMetadata(output)
3509
+ });
3510
+ await (0, import_smithy_client.collectBody)(output.body, context);
3511
+ return contents;
3512
+ }, "de_DeleteBucketMetadataTableConfigurationCommand");
3398
3513
  var de_DeleteBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
3399
3514
  if (output.statusCode !== 204 && output.statusCode >= 300) {
3400
3515
  return de_CommandError(output, context);
@@ -3643,6 +3758,17 @@ var de_GetBucketLoggingCommand = /* @__PURE__ */ __name(async (output, context)
3643
3758
  }
3644
3759
  return contents;
3645
3760
  }, "de_GetBucketLoggingCommand");
3761
+ var de_GetBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
3762
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3763
+ return de_CommandError(output, context);
3764
+ }
3765
+ const contents = (0, import_smithy_client.map)({
3766
+ $metadata: deserializeMetadata(output)
3767
+ });
3768
+ const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
3769
+ contents.GetBucketMetadataTableConfigurationResult = de_GetBucketMetadataTableConfigurationResult(data, context);
3770
+ return contents;
3771
+ }, "de_GetBucketMetadataTableConfigurationCommand");
3646
3772
  var de_GetBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
3647
3773
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3648
3774
  return de_CommandError(output, context);
@@ -3809,8 +3935,10 @@ var de_GetObjectCommand = /* @__PURE__ */ __name(async (output, context) => {
3809
3935
  [_ETa]: [, output.headers[_eta]],
3810
3936
  [_CCRC]: [, output.headers[_xacc]],
3811
3937
  [_CCRCC]: [, output.headers[_xacc_]],
3938
+ [_CCRCNVME]: [, output.headers[_xacc__]],
3812
3939
  [_CSHA]: [, output.headers[_xacs]],
3813
3940
  [_CSHAh]: [, output.headers[_xacs_]],
3941
+ [_CT]: [, output.headers[_xact]],
3814
3942
  [_MM]: [() => void 0 !== output.headers[_xamm], () => (0, import_smithy_client.strictParseInt32)(output.headers[_xamm])],
3815
3943
  [_VI]: [, output.headers[_xavi]],
3816
3944
  [_CC]: [, output.headers[_cc]],
@@ -3818,7 +3946,7 @@ var de_GetObjectCommand = /* @__PURE__ */ __name(async (output, context) => {
3818
3946
  [_CE]: [, output.headers[_ce]],
3819
3947
  [_CL]: [, output.headers[_cl]],
3820
3948
  [_CR]: [, output.headers[_cr]],
3821
- [_CT]: [, output.headers[_ct]],
3949
+ [_CTo]: [, output.headers[_ct]],
3822
3950
  [_E]: [() => void 0 !== output.headers[_e], () => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc7231DateTime)(output.headers[_e]))],
3823
3951
  [_ES]: [, output.headers[_ex]],
3824
3952
  [_WRL]: [, output.headers[_xawrl]],
@@ -4001,8 +4129,10 @@ var de_HeadObjectCommand = /* @__PURE__ */ __name(async (output, context) => {
4001
4129
  [_CLo]: [() => void 0 !== output.headers[_cl_], () => (0, import_smithy_client.strictParseLong)(output.headers[_cl_])],
4002
4130
  [_CCRC]: [, output.headers[_xacc]],
4003
4131
  [_CCRCC]: [, output.headers[_xacc_]],
4132
+ [_CCRCNVME]: [, output.headers[_xacc__]],
4004
4133
  [_CSHA]: [, output.headers[_xacs]],
4005
4134
  [_CSHAh]: [, output.headers[_xacs_]],
4135
+ [_CT]: [, output.headers[_xact]],
4006
4136
  [_ETa]: [, output.headers[_eta]],
4007
4137
  [_MM]: [() => void 0 !== output.headers[_xamm], () => (0, import_smithy_client.strictParseInt32)(output.headers[_xamm])],
4008
4138
  [_VI]: [, output.headers[_xavi]],
@@ -4010,7 +4140,7 @@ var de_HeadObjectCommand = /* @__PURE__ */ __name(async (output, context) => {
4010
4140
  [_CD]: [, output.headers[_cd]],
4011
4141
  [_CE]: [, output.headers[_ce]],
4012
4142
  [_CL]: [, output.headers[_cl]],
4013
- [_CT]: [, output.headers[_ct]],
4143
+ [_CTo]: [, output.headers[_ct]],
4014
4144
  [_E]: [() => void 0 !== output.headers[_e], () => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc7231DateTime)(output.headers[_e]))],
4015
4145
  [_ES]: [, output.headers[_ex]],
4016
4146
  [_WRL]: [, output.headers[_xawrl]],
@@ -4053,8 +4183,8 @@ var de_ListBucketAnalyticsConfigurationsCommand = /* @__PURE__ */ __name(async (
4053
4183
  } else if (data[_AC] != null) {
4054
4184
  contents[_ACLn] = de_AnalyticsConfigurationList((0, import_smithy_client.getArrayIfSingleItem)(data[_AC]), context);
4055
4185
  }
4056
- if (data[_CTo] != null) {
4057
- contents[_CTo] = (0, import_smithy_client.expectString)(data[_CTo]);
4186
+ if (data[_CTon] != null) {
4187
+ contents[_CTon] = (0, import_smithy_client.expectString)(data[_CTon]);
4058
4188
  }
4059
4189
  if (data[_IT] != null) {
4060
4190
  contents[_IT] = (0, import_smithy_client.parseBoolean)(data[_IT]);
@@ -4072,8 +4202,8 @@ var de_ListBucketIntelligentTieringConfigurationsCommand = /* @__PURE__ */ __nam
4072
4202
  $metadata: deserializeMetadata(output)
4073
4203
  });
4074
4204
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
4075
- if (data[_CTo] != null) {
4076
- contents[_CTo] = (0, import_smithy_client.expectString)(data[_CTo]);
4205
+ if (data[_CTon] != null) {
4206
+ contents[_CTon] = (0, import_smithy_client.expectString)(data[_CTon]);
4077
4207
  }
4078
4208
  if (data.IntelligentTieringConfiguration === "") {
4079
4209
  contents[_ITCL] = [];
@@ -4096,8 +4226,8 @@ var de_ListBucketInventoryConfigurationsCommand = /* @__PURE__ */ __name(async (
4096
4226
  $metadata: deserializeMetadata(output)
4097
4227
  });
4098
4228
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
4099
- if (data[_CTo] != null) {
4100
- contents[_CTo] = (0, import_smithy_client.expectString)(data[_CTo]);
4229
+ if (data[_CTon] != null) {
4230
+ contents[_CTon] = (0, import_smithy_client.expectString)(data[_CTon]);
4101
4231
  }
4102
4232
  if (data.InventoryConfiguration === "") {
4103
4233
  contents[_ICL] = [];
@@ -4120,8 +4250,8 @@ var de_ListBucketMetricsConfigurationsCommand = /* @__PURE__ */ __name(async (ou
4120
4250
  $metadata: deserializeMetadata(output)
4121
4251
  });
4122
4252
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
4123
- if (data[_CTo] != null) {
4124
- contents[_CTo] = (0, import_smithy_client.expectString)(data[_CTo]);
4253
+ if (data[_CTon] != null) {
4254
+ contents[_CTon] = (0, import_smithy_client.expectString)(data[_CTon]);
4125
4255
  }
4126
4256
  if (data[_IT] != null) {
4127
4257
  contents[_IT] = (0, import_smithy_client.parseBoolean)(data[_IT]);
@@ -4149,8 +4279,8 @@ var de_ListBucketsCommand = /* @__PURE__ */ __name(async (output, context) => {
4149
4279
  } else if (data[_Bu] != null && data[_Bu][_B] != null) {
4150
4280
  contents[_Bu] = de_Buckets((0, import_smithy_client.getArrayIfSingleItem)(data[_Bu][_B]), context);
4151
4281
  }
4152
- if (data[_CTo] != null) {
4153
- contents[_CTo] = (0, import_smithy_client.expectString)(data[_CTo]);
4282
+ if (data[_CTon] != null) {
4283
+ contents[_CTon] = (0, import_smithy_client.expectString)(data[_CTon]);
4154
4284
  }
4155
4285
  if (data[_O] != null) {
4156
4286
  contents[_O] = de_Owner(data[_O], context);
@@ -4173,8 +4303,8 @@ var de_ListDirectoryBucketsCommand = /* @__PURE__ */ __name(async (output, conte
4173
4303
  } else if (data[_Bu] != null && data[_Bu][_B] != null) {
4174
4304
  contents[_Bu] = de_Buckets((0, import_smithy_client.getArrayIfSingleItem)(data[_Bu][_B]), context);
4175
4305
  }
4176
- if (data[_CTo] != null) {
4177
- contents[_CTo] = (0, import_smithy_client.expectString)(data[_CTo]);
4306
+ if (data[_CTon] != null) {
4307
+ contents[_CTon] = (0, import_smithy_client.expectString)(data[_CTon]);
4178
4308
  }
4179
4309
  return contents;
4180
4310
  }, "de_ListDirectoryBucketsCommand");
@@ -4293,8 +4423,8 @@ var de_ListObjectsV2Command = /* @__PURE__ */ __name(async (output, context) =>
4293
4423
  } else if (data[_Co] != null) {
4294
4424
  contents[_Co] = de_ObjectList((0, import_smithy_client.getArrayIfSingleItem)(data[_Co]), context);
4295
4425
  }
4296
- if (data[_CTo] != null) {
4297
- contents[_CTo] = (0, import_smithy_client.expectString)(data[_CTo]);
4426
+ if (data[_CTon] != null) {
4427
+ contents[_CTon] = (0, import_smithy_client.expectString)(data[_CTon]);
4298
4428
  }
4299
4429
  if (data[_D] != null) {
4300
4430
  contents[_D] = (0, import_smithy_client.expectString)(data[_D]);
@@ -4401,6 +4531,9 @@ var de_ListPartsCommand = /* @__PURE__ */ __name(async (output, context) => {
4401
4531
  if (data[_CA] != null) {
4402
4532
  contents[_CA] = (0, import_smithy_client.expectString)(data[_CA]);
4403
4533
  }
4534
+ if (data[_CT] != null) {
4535
+ contents[_CT] = (0, import_smithy_client.expectString)(data[_CT]);
4536
+ }
4404
4537
  if (data[_In] != null) {
4405
4538
  contents[_In] = de_Initiator(data[_In], context);
4406
4539
  }
@@ -4626,8 +4759,10 @@ var de_PutObjectCommand = /* @__PURE__ */ __name(async (output, context) => {
4626
4759
  [_ETa]: [, output.headers[_eta]],
4627
4760
  [_CCRC]: [, output.headers[_xacc]],
4628
4761
  [_CCRCC]: [, output.headers[_xacc_]],
4762
+ [_CCRCNVME]: [, output.headers[_xacc__]],
4629
4763
  [_CSHA]: [, output.headers[_xacs]],
4630
4764
  [_CSHAh]: [, output.headers[_xacs_]],
4765
+ [_CT]: [, output.headers[_xact]],
4631
4766
  [_SSE]: [, output.headers[_xasse]],
4632
4767
  [_VI]: [, output.headers[_xavi]],
4633
4768
  [_SSECA]: [, output.headers[_xasseca]],
@@ -4739,6 +4874,7 @@ var de_UploadPartCommand = /* @__PURE__ */ __name(async (output, context) => {
4739
4874
  [_ETa]: [, output.headers[_eta]],
4740
4875
  [_CCRC]: [, output.headers[_xacc]],
4741
4876
  [_CCRCC]: [, output.headers[_xacc_]],
4877
+ [_CCRCNVME]: [, output.headers[_xacc__]],
4742
4878
  [_CSHA]: [, output.headers[_xacs]],
4743
4879
  [_CSHAh]: [, output.headers[_xacs_]],
4744
4880
  [_SSECA]: [, output.headers[_xasseca]],
@@ -5160,6 +5296,7 @@ var se_CompletedPart = /* @__PURE__ */ __name((input, context) => {
5160
5296
  bn.cc(input, _ETa);
5161
5297
  bn.cc(input, _CCRC);
5162
5298
  bn.cc(input, _CCRCC);
5299
+ bn.cc(input, _CCRCNVME);
5163
5300
  bn.cc(input, _CSHA);
5164
5301
  bn.cc(input, _CSHAh);
5165
5302
  if (input[_PN] != null) {
@@ -5641,6 +5778,13 @@ var se_MetadataEntry = /* @__PURE__ */ __name((input, context) => {
5641
5778
  }
5642
5779
  return bn;
5643
5780
  }, "se_MetadataEntry");
5781
+ var se_MetadataTableConfiguration = /* @__PURE__ */ __name((input, context) => {
5782
+ const bn = new import_xml_builder.XmlNode(_MTC);
5783
+ if (input[_STD] != null) {
5784
+ bn.c(se_S3TablesDestination(input[_STD], context).n(_STD));
5785
+ }
5786
+ return bn;
5787
+ }, "se_MetadataTableConfiguration");
5644
5788
  var se_Metrics = /* @__PURE__ */ __name((input, context) => {
5645
5789
  const bn = new import_xml_builder.XmlNode(_Me);
5646
5790
  if (input[_S] != null) {
@@ -6059,6 +6203,16 @@ var se_S3Location = /* @__PURE__ */ __name((input, context) => {
6059
6203
  bn.cc(input, _SC);
6060
6204
  return bn;
6061
6205
  }, "se_S3Location");
6206
+ var se_S3TablesDestination = /* @__PURE__ */ __name((input, context) => {
6207
+ const bn = new import_xml_builder.XmlNode(_STD);
6208
+ if (input[_TBA] != null) {
6209
+ bn.c(import_xml_builder.XmlNode.of(_STBA, input[_TBA]).n(_TBA));
6210
+ }
6211
+ if (input[_TN] != null) {
6212
+ bn.c(import_xml_builder.XmlNode.of(_STN, input[_TN]).n(_TN));
6213
+ }
6214
+ return bn;
6215
+ }, "se_S3TablesDestination");
6062
6216
  var se_ScanRange = /* @__PURE__ */ __name((input, context) => {
6063
6217
  const bn = new import_xml_builder.XmlNode(_SR);
6064
6218
  if (input[_St] != null) {
@@ -6420,12 +6574,18 @@ var de_Checksum = /* @__PURE__ */ __name((output, context) => {
6420
6574
  if (output[_CCRCC] != null) {
6421
6575
  contents[_CCRCC] = (0, import_smithy_client.expectString)(output[_CCRCC]);
6422
6576
  }
6577
+ if (output[_CCRCNVME] != null) {
6578
+ contents[_CCRCNVME] = (0, import_smithy_client.expectString)(output[_CCRCNVME]);
6579
+ }
6423
6580
  if (output[_CSHA] != null) {
6424
6581
  contents[_CSHA] = (0, import_smithy_client.expectString)(output[_CSHA]);
6425
6582
  }
6426
6583
  if (output[_CSHAh] != null) {
6427
6584
  contents[_CSHAh] = (0, import_smithy_client.expectString)(output[_CSHAh]);
6428
6585
  }
6586
+ if (output[_CT] != null) {
6587
+ contents[_CT] = (0, import_smithy_client.expectString)(output[_CT]);
6588
+ }
6429
6589
  return contents;
6430
6590
  }, "de_Checksum");
6431
6591
  var de_ChecksumAlgorithmList = /* @__PURE__ */ __name((output, context) => {
@@ -6467,12 +6627,18 @@ var de_CopyObjectResult = /* @__PURE__ */ __name((output, context) => {
6467
6627
  if (output[_LM] != null) {
6468
6628
  contents[_LM] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_LM]));
6469
6629
  }
6630
+ if (output[_CT] != null) {
6631
+ contents[_CT] = (0, import_smithy_client.expectString)(output[_CT]);
6632
+ }
6470
6633
  if (output[_CCRC] != null) {
6471
6634
  contents[_CCRC] = (0, import_smithy_client.expectString)(output[_CCRC]);
6472
6635
  }
6473
6636
  if (output[_CCRCC] != null) {
6474
6637
  contents[_CCRCC] = (0, import_smithy_client.expectString)(output[_CCRCC]);
6475
6638
  }
6639
+ if (output[_CCRCNVME] != null) {
6640
+ contents[_CCRCNVME] = (0, import_smithy_client.expectString)(output[_CCRCNVME]);
6641
+ }
6476
6642
  if (output[_CSHA] != null) {
6477
6643
  contents[_CSHA] = (0, import_smithy_client.expectString)(output[_CSHA]);
6478
6644
  }
@@ -6495,6 +6661,9 @@ var de_CopyPartResult = /* @__PURE__ */ __name((output, context) => {
6495
6661
  if (output[_CCRCC] != null) {
6496
6662
  contents[_CCRCC] = (0, import_smithy_client.expectString)(output[_CCRCC]);
6497
6663
  }
6664
+ if (output[_CCRCNVME] != null) {
6665
+ contents[_CCRCNVME] = (0, import_smithy_client.expectString)(output[_CCRCNVME]);
6666
+ }
6498
6667
  if (output[_CSHA] != null) {
6499
6668
  contents[_CSHA] = (0, import_smithy_client.expectString)(output[_CSHA]);
6500
6669
  }
@@ -6655,6 +6824,16 @@ var de__Error = /* @__PURE__ */ __name((output, context) => {
6655
6824
  }
6656
6825
  return contents;
6657
6826
  }, "de__Error");
6827
+ var de_ErrorDetails = /* @__PURE__ */ __name((output, context) => {
6828
+ const contents = {};
6829
+ if (output[_EC] != null) {
6830
+ contents[_EC] = (0, import_smithy_client.expectString)(output[_EC]);
6831
+ }
6832
+ if (output[_EM] != null) {
6833
+ contents[_EM] = (0, import_smithy_client.expectString)(output[_EM]);
6834
+ }
6835
+ return contents;
6836
+ }, "de_ErrorDetails");
6658
6837
  var de_ErrorDocument = /* @__PURE__ */ __name((output, context) => {
6659
6838
  const contents = {};
6660
6839
  if (output[_K] != null) {
@@ -6703,6 +6882,19 @@ var de_FilterRuleList = /* @__PURE__ */ __name((output, context) => {
6703
6882
  return de_FilterRule(entry, context);
6704
6883
  });
6705
6884
  }, "de_FilterRuleList");
6885
+ var de_GetBucketMetadataTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
6886
+ const contents = {};
6887
+ if (output[_MTCR] != null) {
6888
+ contents[_MTCR] = de_MetadataTableConfigurationResult(output[_MTCR], context);
6889
+ }
6890
+ if (output[_S] != null) {
6891
+ contents[_S] = (0, import_smithy_client.expectString)(output[_S]);
6892
+ }
6893
+ if (output[_Er] != null) {
6894
+ contents[_Er] = de_ErrorDetails(output[_Er], context);
6895
+ }
6896
+ return contents;
6897
+ }, "de_GetBucketMetadataTableConfigurationResult");
6706
6898
  var de_GetObjectAttributesParts = /* @__PURE__ */ __name((output, context) => {
6707
6899
  const contents = {};
6708
6900
  if (output[_PC] != null) {
@@ -7044,6 +7236,13 @@ var de_LoggingEnabled = /* @__PURE__ */ __name((output, context) => {
7044
7236
  }
7045
7237
  return contents;
7046
7238
  }, "de_LoggingEnabled");
7239
+ var de_MetadataTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
7240
+ const contents = {};
7241
+ if (output[_STDR] != null) {
7242
+ contents[_STDR] = de_S3TablesDestinationResult(output[_STDR], context);
7243
+ }
7244
+ return contents;
7245
+ }, "de_MetadataTableConfigurationResult");
7047
7246
  var de_Metrics = /* @__PURE__ */ __name((output, context) => {
7048
7247
  const contents = {};
7049
7248
  if (output[_S] != null) {
@@ -7131,6 +7330,9 @@ var de_MultipartUpload = /* @__PURE__ */ __name((output, context) => {
7131
7330
  if (output[_CA] != null) {
7132
7331
  contents[_CA] = (0, import_smithy_client.expectString)(output[_CA]);
7133
7332
  }
7333
+ if (output[_CT] != null) {
7334
+ contents[_CT] = (0, import_smithy_client.expectString)(output[_CT]);
7335
+ }
7134
7336
  return contents;
7135
7337
  }, "de_MultipartUpload");
7136
7338
  var de_MultipartUploadList = /* @__PURE__ */ __name((output, context) => {
@@ -7189,6 +7391,9 @@ var de__Object = /* @__PURE__ */ __name((output, context) => {
7189
7391
  } else if (output[_CA] != null) {
7190
7392
  contents[_CA] = de_ChecksumAlgorithmList((0, import_smithy_client.getArrayIfSingleItem)(output[_CA]), context);
7191
7393
  }
7394
+ if (output[_CT] != null) {
7395
+ contents[_CT] = (0, import_smithy_client.expectString)(output[_CT]);
7396
+ }
7192
7397
  if (output[_Si] != null) {
7193
7398
  contents[_Si] = (0, import_smithy_client.strictParseLong)(output[_Si]);
7194
7399
  }
@@ -7256,6 +7461,9 @@ var de_ObjectPart = /* @__PURE__ */ __name((output, context) => {
7256
7461
  if (output[_CCRCC] != null) {
7257
7462
  contents[_CCRCC] = (0, import_smithy_client.expectString)(output[_CCRCC]);
7258
7463
  }
7464
+ if (output[_CCRCNVME] != null) {
7465
+ contents[_CCRCNVME] = (0, import_smithy_client.expectString)(output[_CCRCNVME]);
7466
+ }
7259
7467
  if (output[_CSHA] != null) {
7260
7468
  contents[_CSHA] = (0, import_smithy_client.expectString)(output[_CSHA]);
7261
7469
  }
@@ -7274,6 +7482,9 @@ var de_ObjectVersion = /* @__PURE__ */ __name((output, context) => {
7274
7482
  } else if (output[_CA] != null) {
7275
7483
  contents[_CA] = de_ChecksumAlgorithmList((0, import_smithy_client.getArrayIfSingleItem)(output[_CA]), context);
7276
7484
  }
7485
+ if (output[_CT] != null) {
7486
+ contents[_CT] = (0, import_smithy_client.expectString)(output[_CT]);
7487
+ }
7277
7488
  if (output[_Si] != null) {
7278
7489
  contents[_Si] = (0, import_smithy_client.strictParseLong)(output[_Si]);
7279
7490
  }
@@ -7356,6 +7567,9 @@ var de_Part = /* @__PURE__ */ __name((output, context) => {
7356
7567
  if (output[_CCRCC] != null) {
7357
7568
  contents[_CCRCC] = (0, import_smithy_client.expectString)(output[_CCRCC]);
7358
7569
  }
7570
+ if (output[_CCRCNVME] != null) {
7571
+ contents[_CCRCNVME] = (0, import_smithy_client.expectString)(output[_CCRCNVME]);
7572
+ }
7359
7573
  if (output[_CSHA] != null) {
7360
7574
  contents[_CSHA] = (0, import_smithy_client.expectString)(output[_CSHA]);
7361
7575
  }
@@ -7600,6 +7814,22 @@ var de_S3KeyFilter = /* @__PURE__ */ __name((output, context) => {
7600
7814
  }
7601
7815
  return contents;
7602
7816
  }, "de_S3KeyFilter");
7817
+ var de_S3TablesDestinationResult = /* @__PURE__ */ __name((output, context) => {
7818
+ const contents = {};
7819
+ if (output[_TBA] != null) {
7820
+ contents[_TBA] = (0, import_smithy_client.expectString)(output[_TBA]);
7821
+ }
7822
+ if (output[_TN] != null) {
7823
+ contents[_TN] = (0, import_smithy_client.expectString)(output[_TN]);
7824
+ }
7825
+ if (output[_TAa] != null) {
7826
+ contents[_TAa] = (0, import_smithy_client.expectString)(output[_TAa]);
7827
+ }
7828
+ if (output[_TNa] != null) {
7829
+ contents[_TNa] = (0, import_smithy_client.expectString)(output[_TNa]);
7830
+ }
7831
+ return contents;
7832
+ }, "de_S3TablesDestinationResult");
7603
7833
  var de_ServerSideEncryptionByDefault = /* @__PURE__ */ __name((output, context) => {
7604
7834
  const contents = {};
7605
7835
  if (output[_SSEA] != null) {
@@ -7877,6 +8107,7 @@ var _CBC = "CreateBucketConfiguration";
7877
8107
  var _CC = "CacheControl";
7878
8108
  var _CCRC = "ChecksumCRC32";
7879
8109
  var _CCRCC = "ChecksumCRC32C";
8110
+ var _CCRCNVME = "ChecksumCRC64NVME";
7880
8111
  var _CD = "ContentDisposition";
7881
8112
  var _CDr = "CreationDate";
7882
8113
  var _CE = "ContentEncoding";
@@ -7909,9 +8140,10 @@ var _CSV = "CSV";
7909
8140
  var _CSVI = "CopySourceVersionId";
7910
8141
  var _CSVIn = "CSVInput";
7911
8142
  var _CSVO = "CSVOutput";
7912
- var _CT = "ContentType";
7913
- var _CTo = "ContinuationToken";
8143
+ var _CT = "ChecksumType";
8144
+ var _CTo = "ContentType";
7914
8145
  var _CTom = "CompressionType";
8146
+ var _CTon = "ContinuationToken";
7915
8147
  var _Ch = "Checksum";
7916
8148
  var _Co = "Contents";
7917
8149
  var _Cod = "Code";
@@ -8073,8 +8305,11 @@ var _MI = "MetricsId";
8073
8305
  var _MK = "MaxKeys";
8074
8306
  var _MKe = "MetadataKey";
8075
8307
  var _MM = "MissingMeta";
8308
+ var _MOS = "MpuObjectSize";
8076
8309
  var _MP = "MaxParts";
8077
8310
  var _MS = "MetricsStatus";
8311
+ var _MTC = "MetadataTableConfiguration";
8312
+ var _MTCR = "MetadataTableConfigurationResult";
8078
8313
  var _MU = "MaxUploads";
8079
8314
  var _MV = "MetadataValue";
8080
8315
  var _Me = "Metrics";
@@ -8230,6 +8465,10 @@ var _SSEKMSKI = "SSEKMSKeyId";
8230
8465
  var _SSER = "ServerSideEncryptionRule";
8231
8466
  var _SSES = "SSES3";
8232
8467
  var _ST = "SessionToken";
8468
+ var _STBA = "S3TablesBucketArn";
8469
+ var _STD = "S3TablesDestination";
8470
+ var _STDR = "S3TablesDestinationResult";
8471
+ var _STN = "S3TablesName";
8233
8472
  var _S_ = "S3";
8234
8473
  var _Sc = "Schedule";
8235
8474
  var _Se = "Setting";
@@ -8238,7 +8477,9 @@ var _St = "Start";
8238
8477
  var _Su = "Suffix";
8239
8478
  var _T = "Tagging";
8240
8479
  var _TA = "TopicArn";
8480
+ var _TAa = "TableArn";
8241
8481
  var _TB = "TargetBucket";
8482
+ var _TBA = "TableBucketArn";
8242
8483
  var _TC = "TagCount";
8243
8484
  var _TCo = "TopicConfiguration";
8244
8485
  var _TCop = "TopicConfigurations";
@@ -8246,6 +8487,8 @@ var _TD = "TaggingDirective";
8246
8487
  var _TDMOS = "TransitionDefaultMinimumObjectSize";
8247
8488
  var _TG = "TargetGrants";
8248
8489
  var _TGa = "TargetGrant";
8490
+ var _TN = "TableName";
8491
+ var _TNa = "TableNamespace";
8249
8492
  var _TOKF = "TargetObjectKeyFormat";
8250
8493
  var _TP = "TargetPrefix";
8251
8494
  var _TPC = "TotalPartsCount";
@@ -8318,6 +8561,7 @@ var _lo = "location";
8318
8561
  var _log = "logging";
8319
8562
  var _lt = "list-type";
8320
8563
  var _m = "metrics";
8564
+ var _mT = "metadataTable";
8321
8565
  var _ma = "marker";
8322
8566
  var _mb = "max-buckets";
8323
8567
  var _mdb = "max-directory-buckets";
@@ -8375,6 +8619,7 @@ var _xabr = "x-amz-bucket-region";
8375
8619
  var _xaca = "x-amz-checksum-algorithm";
8376
8620
  var _xacc = "x-amz-checksum-crc32";
8377
8621
  var _xacc_ = "x-amz-checksum-crc32c";
8622
+ var _xacc__ = "x-amz-checksum-crc64nvme";
8378
8623
  var _xacm = "x-amz-checksum-mode";
8379
8624
  var _xacrsba = "x-amz-confirm-remove-self-bucket-access";
8380
8625
  var _xacs = "x-amz-checksum-sha1";
@@ -8390,6 +8635,7 @@ var _xacssseca = "x-amz-copy-source-server-side-encryption-customer-algorithm";
8390
8635
  var _xacssseck = "x-amz-copy-source-server-side-encryption-customer-key";
8391
8636
  var _xacssseckm = "x-amz-copy-source-server-side-encryption-customer-key-md5";
8392
8637
  var _xacsvi = "x-amz-copy-source-version-id";
8638
+ var _xact = "x-amz-checksum-type";
8393
8639
  var _xadm = "x-amz-delete-marker";
8394
8640
  var _xae = "x-amz-expiration";
8395
8641
  var _xaebo = "x-amz-expected-bucket-owner";
@@ -8407,6 +8653,7 @@ var _xafhe_ = "x-amz-fwd-header-expires";
8407
8653
  var _xafhlm = "x-amz-fwd-header-last-modified";
8408
8654
  var _xafhxacc = "x-amz-fwd-header-x-amz-checksum-crc32";
8409
8655
  var _xafhxacc_ = "x-amz-fwd-header-x-amz-checksum-crc32c";
8656
+ var _xafhxacc__ = "x-amz-fwd-header-x-amz-checksum-crc64nvme";
8410
8657
  var _xafhxacs = "x-amz-fwd-header-x-amz-checksum-sha1";
8411
8658
  var _xafhxacs_ = "x-amz-fwd-header-x-amz-checksum-sha256";
8412
8659
  var _xafhxadm = "x-amz-fwd-header-x-amz-delete-marker";
@@ -8439,6 +8686,7 @@ var _xaims = "x-amz-if-match-size";
8439
8686
  var _xam = "x-amz-mfa";
8440
8687
  var _xamd = "x-amz-metadata-directive";
8441
8688
  var _xamm = "x-amz-missing-meta";
8689
+ var _xamos = "x-amz-mp-object-size";
8442
8690
  var _xamp = "x-amz-max-parts";
8443
8691
  var _xampc = "x-amz-mp-parts-count";
8444
8692
  var _xaoa = "x-amz-object-attributes";
@@ -8477,7 +8725,7 @@ var _xawrl = "x-amz-website-redirect-location";
8477
8725
  var _xi = "x-id";
8478
8726
 
8479
8727
  // src/commands/CreateSessionCommand.ts
8480
- var _CreateSessionCommand = class _CreateSessionCommand extends import_smithy_client.Command.classBuilder().ep({
8728
+ var CreateSessionCommand = class extends import_smithy_client.Command.classBuilder().ep({
8481
8729
  ...commonParams,
8482
8730
  DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
8483
8731
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -8488,9 +8736,10 @@ var _CreateSessionCommand = class _CreateSessionCommand extends import_smithy_cl
8488
8736
  (0, import_middleware_sdk_s3.getThrow200ExceptionsPlugin)(config)
8489
8737
  ];
8490
8738
  }).s("AmazonS3", "CreateSession", {}).n("S3Client", "CreateSessionCommand").f(CreateSessionRequestFilterSensitiveLog, CreateSessionOutputFilterSensitiveLog).ser(se_CreateSessionCommand).de(de_CreateSessionCommand).build() {
8739
+ static {
8740
+ __name(this, "CreateSessionCommand");
8741
+ }
8491
8742
  };
8492
- __name(_CreateSessionCommand, "CreateSessionCommand");
8493
- var CreateSessionCommand = _CreateSessionCommand;
8494
8743
 
8495
8744
  // src/S3Client.ts
8496
8745
  var import_runtimeConfig = require("././runtimeConfig");
@@ -8559,7 +8808,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
8559
8808
  }, "resolveRuntimeExtensions");
8560
8809
 
8561
8810
  // src/S3Client.ts
8562
- 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;
8563
8819
  constructor(...[configuration]) {
8564
8820
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
8565
8821
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -8572,7 +8828,7 @@ var _S3Client = class _S3Client extends import_smithy_client.Client {
8572
8828
  const _config_8 = (0, import_eventstream_serde_config_resolver.resolveEventStreamSerdeConfig)(_config_7);
8573
8829
  const _config_9 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_8);
8574
8830
  const _config_10 = (0, import_middleware_sdk_s32.resolveS3Config)(_config_9, { session: [() => this, CreateSessionCommand] });
8575
- const _config_11 = resolveRuntimeExtensions(_config_10, (configuration == null ? void 0 : configuration.extensions) || []);
8831
+ const _config_11 = resolveRuntimeExtensions(_config_10, configuration?.extensions || []);
8576
8832
  super(_config_11);
8577
8833
  this.config = _config_11;
8578
8834
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -8606,8 +8862,6 @@ var _S3Client = class _S3Client extends import_smithy_client.Client {
8606
8862
  super.destroy();
8607
8863
  }
8608
8864
  };
8609
- __name(_S3Client, "S3Client");
8610
- var S3Client = _S3Client;
8611
8865
 
8612
8866
  // src/S3.ts
8613
8867
 
@@ -8617,7 +8871,7 @@ var import_middleware_sdk_s33 = require("@aws-sdk/middleware-sdk-s3");
8617
8871
 
8618
8872
 
8619
8873
 
8620
- var _AbortMultipartUploadCommand = class _AbortMultipartUploadCommand extends import_smithy_client.Command.classBuilder().ep({
8874
+ var AbortMultipartUploadCommand = class extends import_smithy_client.Command.classBuilder().ep({
8621
8875
  ...commonParams,
8622
8876
  Bucket: { type: "contextParams", name: "Bucket" },
8623
8877
  Key: { type: "contextParams", name: "Key" }
@@ -8628,9 +8882,10 @@ var _AbortMultipartUploadCommand = class _AbortMultipartUploadCommand extends im
8628
8882
  (0, import_middleware_sdk_s33.getThrow200ExceptionsPlugin)(config)
8629
8883
  ];
8630
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
+ }
8631
8888
  };
8632
- __name(_AbortMultipartUploadCommand, "AbortMultipartUploadCommand");
8633
- var AbortMultipartUploadCommand = _AbortMultipartUploadCommand;
8634
8889
 
8635
8890
  // src/commands/CompleteMultipartUploadCommand.ts
8636
8891
  var import_middleware_sdk_s34 = require("@aws-sdk/middleware-sdk-s3");
@@ -8638,7 +8893,7 @@ var import_middleware_ssec = require("@aws-sdk/middleware-ssec");
8638
8893
 
8639
8894
 
8640
8895
 
8641
- var _CompleteMultipartUploadCommand = class _CompleteMultipartUploadCommand extends import_smithy_client.Command.classBuilder().ep({
8896
+ var CompleteMultipartUploadCommand = class extends import_smithy_client.Command.classBuilder().ep({
8642
8897
  ...commonParams,
8643
8898
  Bucket: { type: "contextParams", name: "Bucket" },
8644
8899
  Key: { type: "contextParams", name: "Key" }
@@ -8650,9 +8905,10 @@ var _CompleteMultipartUploadCommand = class _CompleteMultipartUploadCommand exte
8650
8905
  (0, import_middleware_ssec.getSsecPlugin)(config)
8651
8906
  ];
8652
8907
  }).s("AmazonS3", "CompleteMultipartUpload", {}).n("S3Client", "CompleteMultipartUploadCommand").f(CompleteMultipartUploadRequestFilterSensitiveLog, CompleteMultipartUploadOutputFilterSensitiveLog).ser(se_CompleteMultipartUploadCommand).de(de_CompleteMultipartUploadCommand).build() {
8908
+ static {
8909
+ __name(this, "CompleteMultipartUploadCommand");
8910
+ }
8653
8911
  };
8654
- __name(_CompleteMultipartUploadCommand, "CompleteMultipartUploadCommand");
8655
- var CompleteMultipartUploadCommand = _CompleteMultipartUploadCommand;
8656
8912
 
8657
8913
  // src/commands/CopyObjectCommand.ts
8658
8914
  var import_middleware_sdk_s35 = require("@aws-sdk/middleware-sdk-s3");
@@ -8660,7 +8916,7 @@ var import_middleware_sdk_s35 = require("@aws-sdk/middleware-sdk-s3");
8660
8916
 
8661
8917
 
8662
8918
 
8663
- var _CopyObjectCommand = class _CopyObjectCommand extends import_smithy_client.Command.classBuilder().ep({
8919
+ var CopyObjectCommand = class extends import_smithy_client.Command.classBuilder().ep({
8664
8920
  ...commonParams,
8665
8921
  DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
8666
8922
  Bucket: { type: "contextParams", name: "Bucket" },
@@ -8674,9 +8930,10 @@ var _CopyObjectCommand = class _CopyObjectCommand extends import_smithy_client.C
8674
8930
  (0, import_middleware_ssec.getSsecPlugin)(config)
8675
8931
  ];
8676
8932
  }).s("AmazonS3", "CopyObject", {}).n("S3Client", "CopyObjectCommand").f(CopyObjectRequestFilterSensitiveLog, CopyObjectOutputFilterSensitiveLog).ser(se_CopyObjectCommand).de(de_CopyObjectCommand).build() {
8933
+ static {
8934
+ __name(this, "CopyObjectCommand");
8935
+ }
8677
8936
  };
8678
- __name(_CopyObjectCommand, "CopyObjectCommand");
8679
- var CopyObjectCommand = _CopyObjectCommand;
8680
8937
 
8681
8938
  // src/commands/CreateBucketCommand.ts
8682
8939
  var import_middleware_location_constraint = require("@aws-sdk/middleware-location-constraint");
@@ -8684,7 +8941,7 @@ var import_middleware_sdk_s36 = require("@aws-sdk/middleware-sdk-s3");
8684
8941
 
8685
8942
 
8686
8943
 
8687
- var _CreateBucketCommand = class _CreateBucketCommand extends import_smithy_client.Command.classBuilder().ep({
8944
+ var CreateBucketCommand = class extends import_smithy_client.Command.classBuilder().ep({
8688
8945
  ...commonParams,
8689
8946
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8690
8947
  DisableAccessPoints: { type: "staticContextParams", value: true },
@@ -8697,9 +8954,34 @@ var _CreateBucketCommand = class _CreateBucketCommand extends import_smithy_clie
8697
8954
  (0, import_middleware_location_constraint.getLocationConstraintPlugin)(config)
8698
8955
  ];
8699
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
+ }
8960
+ };
8961
+
8962
+ // src/commands/CreateBucketMetadataTableConfigurationCommand.ts
8963
+
8964
+
8965
+
8966
+
8967
+ var CreateBucketMetadataTableConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
8968
+ ...commonParams,
8969
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8970
+ Bucket: { type: "contextParams", name: "Bucket" }
8971
+ }).m(function(Command, cs, config, o) {
8972
+ return [
8973
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8974
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
8975
+ (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
8976
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
8977
+ requestChecksumRequired: true
8978
+ })
8979
+ ];
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
+ }
8700
8984
  };
8701
- __name(_CreateBucketCommand, "CreateBucketCommand");
8702
- var CreateBucketCommand = _CreateBucketCommand;
8703
8985
 
8704
8986
  // src/commands/CreateMultipartUploadCommand.ts
8705
8987
  var import_middleware_sdk_s37 = require("@aws-sdk/middleware-sdk-s3");
@@ -8707,7 +8989,7 @@ var import_middleware_sdk_s37 = require("@aws-sdk/middleware-sdk-s3");
8707
8989
 
8708
8990
 
8709
8991
 
8710
- var _CreateMultipartUploadCommand = class _CreateMultipartUploadCommand extends import_smithy_client.Command.classBuilder().ep({
8992
+ var CreateMultipartUploadCommand = class extends import_smithy_client.Command.classBuilder().ep({
8711
8993
  ...commonParams,
8712
8994
  Bucket: { type: "contextParams", name: "Bucket" },
8713
8995
  Key: { type: "contextParams", name: "Key" }
@@ -8719,15 +9001,16 @@ var _CreateMultipartUploadCommand = class _CreateMultipartUploadCommand extends
8719
9001
  (0, import_middleware_ssec.getSsecPlugin)(config)
8720
9002
  ];
8721
9003
  }).s("AmazonS3", "CreateMultipartUpload", {}).n("S3Client", "CreateMultipartUploadCommand").f(CreateMultipartUploadRequestFilterSensitiveLog, CreateMultipartUploadOutputFilterSensitiveLog).ser(se_CreateMultipartUploadCommand).de(de_CreateMultipartUploadCommand).build() {
9004
+ static {
9005
+ __name(this, "CreateMultipartUploadCommand");
9006
+ }
8722
9007
  };
8723
- __name(_CreateMultipartUploadCommand, "CreateMultipartUploadCommand");
8724
- var CreateMultipartUploadCommand = _CreateMultipartUploadCommand;
8725
9008
 
8726
9009
  // src/commands/DeleteBucketAnalyticsConfigurationCommand.ts
8727
9010
 
8728
9011
 
8729
9012
 
8730
- var _DeleteBucketAnalyticsConfigurationCommand = class _DeleteBucketAnalyticsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9013
+ var DeleteBucketAnalyticsConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
8731
9014
  ...commonParams,
8732
9015
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8733
9016
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -8737,15 +9020,16 @@ var _DeleteBucketAnalyticsConfigurationCommand = class _DeleteBucketAnalyticsCon
8737
9020
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8738
9021
  ];
8739
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
+ }
8740
9026
  };
8741
- __name(_DeleteBucketAnalyticsConfigurationCommand, "DeleteBucketAnalyticsConfigurationCommand");
8742
- var DeleteBucketAnalyticsConfigurationCommand = _DeleteBucketAnalyticsConfigurationCommand;
8743
9027
 
8744
9028
  // src/commands/DeleteBucketCommand.ts
8745
9029
 
8746
9030
 
8747
9031
 
8748
- var _DeleteBucketCommand = class _DeleteBucketCommand extends import_smithy_client.Command.classBuilder().ep({
9032
+ var DeleteBucketCommand = class extends import_smithy_client.Command.classBuilder().ep({
8749
9033
  ...commonParams,
8750
9034
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8751
9035
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -8755,15 +9039,16 @@ var _DeleteBucketCommand = class _DeleteBucketCommand extends import_smithy_clie
8755
9039
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8756
9040
  ];
8757
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
+ }
8758
9045
  };
8759
- __name(_DeleteBucketCommand, "DeleteBucketCommand");
8760
- var DeleteBucketCommand = _DeleteBucketCommand;
8761
9046
 
8762
9047
  // src/commands/DeleteBucketCorsCommand.ts
8763
9048
 
8764
9049
 
8765
9050
 
8766
- var _DeleteBucketCorsCommand = class _DeleteBucketCorsCommand extends import_smithy_client.Command.classBuilder().ep({
9051
+ var DeleteBucketCorsCommand = class extends import_smithy_client.Command.classBuilder().ep({
8767
9052
  ...commonParams,
8768
9053
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8769
9054
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -8773,15 +9058,16 @@ var _DeleteBucketCorsCommand = class _DeleteBucketCorsCommand extends import_smi
8773
9058
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8774
9059
  ];
8775
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
+ }
8776
9064
  };
8777
- __name(_DeleteBucketCorsCommand, "DeleteBucketCorsCommand");
8778
- var DeleteBucketCorsCommand = _DeleteBucketCorsCommand;
8779
9065
 
8780
9066
  // src/commands/DeleteBucketEncryptionCommand.ts
8781
9067
 
8782
9068
 
8783
9069
 
8784
- var _DeleteBucketEncryptionCommand = class _DeleteBucketEncryptionCommand extends import_smithy_client.Command.classBuilder().ep({
9070
+ var DeleteBucketEncryptionCommand = class extends import_smithy_client.Command.classBuilder().ep({
8785
9071
  ...commonParams,
8786
9072
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8787
9073
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -8791,15 +9077,16 @@ var _DeleteBucketEncryptionCommand = class _DeleteBucketEncryptionCommand extend
8791
9077
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8792
9078
  ];
8793
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
+ }
8794
9083
  };
8795
- __name(_DeleteBucketEncryptionCommand, "DeleteBucketEncryptionCommand");
8796
- var DeleteBucketEncryptionCommand = _DeleteBucketEncryptionCommand;
8797
9084
 
8798
9085
  // src/commands/DeleteBucketIntelligentTieringConfigurationCommand.ts
8799
9086
 
8800
9087
 
8801
9088
 
8802
- var _DeleteBucketIntelligentTieringConfigurationCommand = class _DeleteBucketIntelligentTieringConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9089
+ var DeleteBucketIntelligentTieringConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
8803
9090
  ...commonParams,
8804
9091
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8805
9092
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -8809,15 +9096,16 @@ var _DeleteBucketIntelligentTieringConfigurationCommand = class _DeleteBucketInt
8809
9096
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8810
9097
  ];
8811
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
+ }
8812
9102
  };
8813
- __name(_DeleteBucketIntelligentTieringConfigurationCommand, "DeleteBucketIntelligentTieringConfigurationCommand");
8814
- var DeleteBucketIntelligentTieringConfigurationCommand = _DeleteBucketIntelligentTieringConfigurationCommand;
8815
9103
 
8816
9104
  // src/commands/DeleteBucketInventoryConfigurationCommand.ts
8817
9105
 
8818
9106
 
8819
9107
 
8820
- var _DeleteBucketInventoryConfigurationCommand = class _DeleteBucketInventoryConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9108
+ var DeleteBucketInventoryConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
8821
9109
  ...commonParams,
8822
9110
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8823
9111
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -8827,15 +9115,16 @@ var _DeleteBucketInventoryConfigurationCommand = class _DeleteBucketInventoryCon
8827
9115
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8828
9116
  ];
8829
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
+ }
8830
9121
  };
8831
- __name(_DeleteBucketInventoryConfigurationCommand, "DeleteBucketInventoryConfigurationCommand");
8832
- var DeleteBucketInventoryConfigurationCommand = _DeleteBucketInventoryConfigurationCommand;
8833
9122
 
8834
9123
  // src/commands/DeleteBucketLifecycleCommand.ts
8835
9124
 
8836
9125
 
8837
9126
 
8838
- var _DeleteBucketLifecycleCommand = class _DeleteBucketLifecycleCommand extends import_smithy_client.Command.classBuilder().ep({
9127
+ var DeleteBucketLifecycleCommand = class extends import_smithy_client.Command.classBuilder().ep({
8839
9128
  ...commonParams,
8840
9129
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8841
9130
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -8845,15 +9134,35 @@ var _DeleteBucketLifecycleCommand = class _DeleteBucketLifecycleCommand extends
8845
9134
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8846
9135
  ];
8847
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
+ }
9140
+ };
9141
+
9142
+ // src/commands/DeleteBucketMetadataTableConfigurationCommand.ts
9143
+
9144
+
9145
+
9146
+ var DeleteBucketMetadataTableConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9147
+ ...commonParams,
9148
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9149
+ Bucket: { type: "contextParams", name: "Bucket" }
9150
+ }).m(function(Command, cs, config, o) {
9151
+ return [
9152
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9153
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
9154
+ ];
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
+ }
8848
9159
  };
8849
- __name(_DeleteBucketLifecycleCommand, "DeleteBucketLifecycleCommand");
8850
- var DeleteBucketLifecycleCommand = _DeleteBucketLifecycleCommand;
8851
9160
 
8852
9161
  // src/commands/DeleteBucketMetricsConfigurationCommand.ts
8853
9162
 
8854
9163
 
8855
9164
 
8856
- var _DeleteBucketMetricsConfigurationCommand = class _DeleteBucketMetricsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9165
+ var DeleteBucketMetricsConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
8857
9166
  ...commonParams,
8858
9167
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8859
9168
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -8863,15 +9172,16 @@ var _DeleteBucketMetricsConfigurationCommand = class _DeleteBucketMetricsConfigu
8863
9172
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8864
9173
  ];
8865
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
+ }
8866
9178
  };
8867
- __name(_DeleteBucketMetricsConfigurationCommand, "DeleteBucketMetricsConfigurationCommand");
8868
- var DeleteBucketMetricsConfigurationCommand = _DeleteBucketMetricsConfigurationCommand;
8869
9179
 
8870
9180
  // src/commands/DeleteBucketOwnershipControlsCommand.ts
8871
9181
 
8872
9182
 
8873
9183
 
8874
- var _DeleteBucketOwnershipControlsCommand = class _DeleteBucketOwnershipControlsCommand extends import_smithy_client.Command.classBuilder().ep({
9184
+ var DeleteBucketOwnershipControlsCommand = class extends import_smithy_client.Command.classBuilder().ep({
8875
9185
  ...commonParams,
8876
9186
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8877
9187
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -8881,15 +9191,16 @@ var _DeleteBucketOwnershipControlsCommand = class _DeleteBucketOwnershipControls
8881
9191
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8882
9192
  ];
8883
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
+ }
8884
9197
  };
8885
- __name(_DeleteBucketOwnershipControlsCommand, "DeleteBucketOwnershipControlsCommand");
8886
- var DeleteBucketOwnershipControlsCommand = _DeleteBucketOwnershipControlsCommand;
8887
9198
 
8888
9199
  // src/commands/DeleteBucketPolicyCommand.ts
8889
9200
 
8890
9201
 
8891
9202
 
8892
- var _DeleteBucketPolicyCommand = class _DeleteBucketPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
9203
+ var DeleteBucketPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep({
8893
9204
  ...commonParams,
8894
9205
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8895
9206
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -8899,15 +9210,16 @@ var _DeleteBucketPolicyCommand = class _DeleteBucketPolicyCommand extends import
8899
9210
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8900
9211
  ];
8901
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
+ }
8902
9216
  };
8903
- __name(_DeleteBucketPolicyCommand, "DeleteBucketPolicyCommand");
8904
- var DeleteBucketPolicyCommand = _DeleteBucketPolicyCommand;
8905
9217
 
8906
9218
  // src/commands/DeleteBucketReplicationCommand.ts
8907
9219
 
8908
9220
 
8909
9221
 
8910
- var _DeleteBucketReplicationCommand = class _DeleteBucketReplicationCommand extends import_smithy_client.Command.classBuilder().ep({
9222
+ var DeleteBucketReplicationCommand = class extends import_smithy_client.Command.classBuilder().ep({
8911
9223
  ...commonParams,
8912
9224
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8913
9225
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -8917,15 +9229,16 @@ var _DeleteBucketReplicationCommand = class _DeleteBucketReplicationCommand exte
8917
9229
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8918
9230
  ];
8919
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
+ }
8920
9235
  };
8921
- __name(_DeleteBucketReplicationCommand, "DeleteBucketReplicationCommand");
8922
- var DeleteBucketReplicationCommand = _DeleteBucketReplicationCommand;
8923
9236
 
8924
9237
  // src/commands/DeleteBucketTaggingCommand.ts
8925
9238
 
8926
9239
 
8927
9240
 
8928
- var _DeleteBucketTaggingCommand = class _DeleteBucketTaggingCommand extends import_smithy_client.Command.classBuilder().ep({
9241
+ var DeleteBucketTaggingCommand = class extends import_smithy_client.Command.classBuilder().ep({
8929
9242
  ...commonParams,
8930
9243
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8931
9244
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -8935,15 +9248,16 @@ var _DeleteBucketTaggingCommand = class _DeleteBucketTaggingCommand extends impo
8935
9248
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8936
9249
  ];
8937
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
+ }
8938
9254
  };
8939
- __name(_DeleteBucketTaggingCommand, "DeleteBucketTaggingCommand");
8940
- var DeleteBucketTaggingCommand = _DeleteBucketTaggingCommand;
8941
9255
 
8942
9256
  // src/commands/DeleteBucketWebsiteCommand.ts
8943
9257
 
8944
9258
 
8945
9259
 
8946
- var _DeleteBucketWebsiteCommand = class _DeleteBucketWebsiteCommand extends import_smithy_client.Command.classBuilder().ep({
9260
+ var DeleteBucketWebsiteCommand = class extends import_smithy_client.Command.classBuilder().ep({
8947
9261
  ...commonParams,
8948
9262
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8949
9263
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -8953,16 +9267,17 @@ var _DeleteBucketWebsiteCommand = class _DeleteBucketWebsiteCommand extends impo
8953
9267
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
8954
9268
  ];
8955
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
+ }
8956
9273
  };
8957
- __name(_DeleteBucketWebsiteCommand, "DeleteBucketWebsiteCommand");
8958
- var DeleteBucketWebsiteCommand = _DeleteBucketWebsiteCommand;
8959
9274
 
8960
9275
  // src/commands/DeleteObjectCommand.ts
8961
9276
  var import_middleware_sdk_s38 = require("@aws-sdk/middleware-sdk-s3");
8962
9277
 
8963
9278
 
8964
9279
 
8965
- var _DeleteObjectCommand = class _DeleteObjectCommand extends import_smithy_client.Command.classBuilder().ep({
9280
+ var DeleteObjectCommand = class extends import_smithy_client.Command.classBuilder().ep({
8966
9281
  ...commonParams,
8967
9282
  Bucket: { type: "contextParams", name: "Bucket" },
8968
9283
  Key: { type: "contextParams", name: "Key" }
@@ -8973,9 +9288,10 @@ var _DeleteObjectCommand = class _DeleteObjectCommand extends import_smithy_clie
8973
9288
  (0, import_middleware_sdk_s38.getThrow200ExceptionsPlugin)(config)
8974
9289
  ];
8975
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
+ }
8976
9294
  };
8977
- __name(_DeleteObjectCommand, "DeleteObjectCommand");
8978
- var DeleteObjectCommand = _DeleteObjectCommand;
8979
9295
 
8980
9296
  // src/commands/DeleteObjectsCommand.ts
8981
9297
 
@@ -8983,7 +9299,7 @@ var import_middleware_sdk_s39 = require("@aws-sdk/middleware-sdk-s3");
8983
9299
 
8984
9300
 
8985
9301
 
8986
- var _DeleteObjectsCommand = class _DeleteObjectsCommand extends import_smithy_client.Command.classBuilder().ep({
9302
+ var DeleteObjectsCommand = class extends import_smithy_client.Command.classBuilder().ep({
8987
9303
  ...commonParams,
8988
9304
  Bucket: { type: "contextParams", name: "Bucket" }
8989
9305
  }).m(function(Command, cs, config, o) {
@@ -8991,22 +9307,23 @@ var _DeleteObjectsCommand = class _DeleteObjectsCommand extends import_smithy_cl
8991
9307
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8992
9308
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
8993
9309
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
8994
- requestAlgorithmMember: "ChecksumAlgorithm",
9310
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
8995
9311
  requestChecksumRequired: true
8996
9312
  }),
8997
9313
  (0, import_middleware_sdk_s39.getThrow200ExceptionsPlugin)(config)
8998
9314
  ];
8999
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
+ }
9000
9319
  };
9001
- __name(_DeleteObjectsCommand, "DeleteObjectsCommand");
9002
- var DeleteObjectsCommand = _DeleteObjectsCommand;
9003
9320
 
9004
9321
  // src/commands/DeleteObjectTaggingCommand.ts
9005
9322
  var import_middleware_sdk_s310 = require("@aws-sdk/middleware-sdk-s3");
9006
9323
 
9007
9324
 
9008
9325
 
9009
- var _DeleteObjectTaggingCommand = class _DeleteObjectTaggingCommand extends import_smithy_client.Command.classBuilder().ep({
9326
+ var DeleteObjectTaggingCommand = class extends import_smithy_client.Command.classBuilder().ep({
9010
9327
  ...commonParams,
9011
9328
  Bucket: { type: "contextParams", name: "Bucket" }
9012
9329
  }).m(function(Command, cs, config, o) {
@@ -9016,15 +9333,16 @@ var _DeleteObjectTaggingCommand = class _DeleteObjectTaggingCommand extends impo
9016
9333
  (0, import_middleware_sdk_s310.getThrow200ExceptionsPlugin)(config)
9017
9334
  ];
9018
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
+ }
9019
9339
  };
9020
- __name(_DeleteObjectTaggingCommand, "DeleteObjectTaggingCommand");
9021
- var DeleteObjectTaggingCommand = _DeleteObjectTaggingCommand;
9022
9340
 
9023
9341
  // src/commands/DeletePublicAccessBlockCommand.ts
9024
9342
 
9025
9343
 
9026
9344
 
9027
- var _DeletePublicAccessBlockCommand = class _DeletePublicAccessBlockCommand extends import_smithy_client.Command.classBuilder().ep({
9345
+ var DeletePublicAccessBlockCommand = class extends import_smithy_client.Command.classBuilder().ep({
9028
9346
  ...commonParams,
9029
9347
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9030
9348
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9034,16 +9352,17 @@ var _DeletePublicAccessBlockCommand = class _DeletePublicAccessBlockCommand exte
9034
9352
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
9035
9353
  ];
9036
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
+ }
9037
9358
  };
9038
- __name(_DeletePublicAccessBlockCommand, "DeletePublicAccessBlockCommand");
9039
- var DeletePublicAccessBlockCommand = _DeletePublicAccessBlockCommand;
9040
9359
 
9041
9360
  // src/commands/GetBucketAccelerateConfigurationCommand.ts
9042
9361
  var import_middleware_sdk_s311 = require("@aws-sdk/middleware-sdk-s3");
9043
9362
 
9044
9363
 
9045
9364
 
9046
- var _GetBucketAccelerateConfigurationCommand = class _GetBucketAccelerateConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9365
+ var GetBucketAccelerateConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9047
9366
  ...commonParams,
9048
9367
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9049
9368
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9054,16 +9373,17 @@ var _GetBucketAccelerateConfigurationCommand = class _GetBucketAccelerateConfigu
9054
9373
  (0, import_middleware_sdk_s311.getThrow200ExceptionsPlugin)(config)
9055
9374
  ];
9056
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
+ }
9057
9379
  };
9058
- __name(_GetBucketAccelerateConfigurationCommand, "GetBucketAccelerateConfigurationCommand");
9059
- var GetBucketAccelerateConfigurationCommand = _GetBucketAccelerateConfigurationCommand;
9060
9380
 
9061
9381
  // src/commands/GetBucketAclCommand.ts
9062
9382
  var import_middleware_sdk_s312 = require("@aws-sdk/middleware-sdk-s3");
9063
9383
 
9064
9384
 
9065
9385
 
9066
- var _GetBucketAclCommand = class _GetBucketAclCommand extends import_smithy_client.Command.classBuilder().ep({
9386
+ var GetBucketAclCommand = class extends import_smithy_client.Command.classBuilder().ep({
9067
9387
  ...commonParams,
9068
9388
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9069
9389
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9074,16 +9394,17 @@ var _GetBucketAclCommand = class _GetBucketAclCommand extends import_smithy_clie
9074
9394
  (0, import_middleware_sdk_s312.getThrow200ExceptionsPlugin)(config)
9075
9395
  ];
9076
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
+ }
9077
9400
  };
9078
- __name(_GetBucketAclCommand, "GetBucketAclCommand");
9079
- var GetBucketAclCommand = _GetBucketAclCommand;
9080
9401
 
9081
9402
  // src/commands/GetBucketAnalyticsConfigurationCommand.ts
9082
9403
  var import_middleware_sdk_s313 = require("@aws-sdk/middleware-sdk-s3");
9083
9404
 
9084
9405
 
9085
9406
 
9086
- var _GetBucketAnalyticsConfigurationCommand = class _GetBucketAnalyticsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9407
+ var GetBucketAnalyticsConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9087
9408
  ...commonParams,
9088
9409
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9089
9410
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9094,16 +9415,17 @@ var _GetBucketAnalyticsConfigurationCommand = class _GetBucketAnalyticsConfigura
9094
9415
  (0, import_middleware_sdk_s313.getThrow200ExceptionsPlugin)(config)
9095
9416
  ];
9096
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
+ }
9097
9421
  };
9098
- __name(_GetBucketAnalyticsConfigurationCommand, "GetBucketAnalyticsConfigurationCommand");
9099
- var GetBucketAnalyticsConfigurationCommand = _GetBucketAnalyticsConfigurationCommand;
9100
9422
 
9101
9423
  // src/commands/GetBucketCorsCommand.ts
9102
9424
  var import_middleware_sdk_s314 = require("@aws-sdk/middleware-sdk-s3");
9103
9425
 
9104
9426
 
9105
9427
 
9106
- var _GetBucketCorsCommand = class _GetBucketCorsCommand extends import_smithy_client.Command.classBuilder().ep({
9428
+ var GetBucketCorsCommand = class extends import_smithy_client.Command.classBuilder().ep({
9107
9429
  ...commonParams,
9108
9430
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9109
9431
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9114,16 +9436,17 @@ var _GetBucketCorsCommand = class _GetBucketCorsCommand extends import_smithy_cl
9114
9436
  (0, import_middleware_sdk_s314.getThrow200ExceptionsPlugin)(config)
9115
9437
  ];
9116
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
+ }
9117
9442
  };
9118
- __name(_GetBucketCorsCommand, "GetBucketCorsCommand");
9119
- var GetBucketCorsCommand = _GetBucketCorsCommand;
9120
9443
 
9121
9444
  // src/commands/GetBucketEncryptionCommand.ts
9122
9445
  var import_middleware_sdk_s315 = require("@aws-sdk/middleware-sdk-s3");
9123
9446
 
9124
9447
 
9125
9448
 
9126
- var _GetBucketEncryptionCommand = class _GetBucketEncryptionCommand extends import_smithy_client.Command.classBuilder().ep({
9449
+ var GetBucketEncryptionCommand = class extends import_smithy_client.Command.classBuilder().ep({
9127
9450
  ...commonParams,
9128
9451
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9129
9452
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9134,16 +9457,17 @@ var _GetBucketEncryptionCommand = class _GetBucketEncryptionCommand extends impo
9134
9457
  (0, import_middleware_sdk_s315.getThrow200ExceptionsPlugin)(config)
9135
9458
  ];
9136
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
+ }
9137
9463
  };
9138
- __name(_GetBucketEncryptionCommand, "GetBucketEncryptionCommand");
9139
- var GetBucketEncryptionCommand = _GetBucketEncryptionCommand;
9140
9464
 
9141
9465
  // src/commands/GetBucketIntelligentTieringConfigurationCommand.ts
9142
9466
  var import_middleware_sdk_s316 = require("@aws-sdk/middleware-sdk-s3");
9143
9467
 
9144
9468
 
9145
9469
 
9146
- var _GetBucketIntelligentTieringConfigurationCommand = class _GetBucketIntelligentTieringConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9470
+ var GetBucketIntelligentTieringConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9147
9471
  ...commonParams,
9148
9472
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9149
9473
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9154,16 +9478,17 @@ var _GetBucketIntelligentTieringConfigurationCommand = class _GetBucketIntellige
9154
9478
  (0, import_middleware_sdk_s316.getThrow200ExceptionsPlugin)(config)
9155
9479
  ];
9156
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
+ }
9157
9484
  };
9158
- __name(_GetBucketIntelligentTieringConfigurationCommand, "GetBucketIntelligentTieringConfigurationCommand");
9159
- var GetBucketIntelligentTieringConfigurationCommand = _GetBucketIntelligentTieringConfigurationCommand;
9160
9485
 
9161
9486
  // src/commands/GetBucketInventoryConfigurationCommand.ts
9162
9487
  var import_middleware_sdk_s317 = require("@aws-sdk/middleware-sdk-s3");
9163
9488
 
9164
9489
 
9165
9490
 
9166
- var _GetBucketInventoryConfigurationCommand = class _GetBucketInventoryConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9491
+ var GetBucketInventoryConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9167
9492
  ...commonParams,
9168
9493
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9169
9494
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9174,16 +9499,17 @@ var _GetBucketInventoryConfigurationCommand = class _GetBucketInventoryConfigura
9174
9499
  (0, import_middleware_sdk_s317.getThrow200ExceptionsPlugin)(config)
9175
9500
  ];
9176
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
+ }
9177
9505
  };
9178
- __name(_GetBucketInventoryConfigurationCommand, "GetBucketInventoryConfigurationCommand");
9179
- var GetBucketInventoryConfigurationCommand = _GetBucketInventoryConfigurationCommand;
9180
9506
 
9181
9507
  // src/commands/GetBucketLifecycleConfigurationCommand.ts
9182
9508
  var import_middleware_sdk_s318 = require("@aws-sdk/middleware-sdk-s3");
9183
9509
 
9184
9510
 
9185
9511
 
9186
- var _GetBucketLifecycleConfigurationCommand = class _GetBucketLifecycleConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9512
+ var GetBucketLifecycleConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9187
9513
  ...commonParams,
9188
9514
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9189
9515
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9194,16 +9520,17 @@ var _GetBucketLifecycleConfigurationCommand = class _GetBucketLifecycleConfigura
9194
9520
  (0, import_middleware_sdk_s318.getThrow200ExceptionsPlugin)(config)
9195
9521
  ];
9196
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
+ }
9197
9526
  };
9198
- __name(_GetBucketLifecycleConfigurationCommand, "GetBucketLifecycleConfigurationCommand");
9199
- var GetBucketLifecycleConfigurationCommand = _GetBucketLifecycleConfigurationCommand;
9200
9527
 
9201
9528
  // src/commands/GetBucketLocationCommand.ts
9202
9529
  var import_middleware_sdk_s319 = require("@aws-sdk/middleware-sdk-s3");
9203
9530
 
9204
9531
 
9205
9532
 
9206
- var _GetBucketLocationCommand = class _GetBucketLocationCommand extends import_smithy_client.Command.classBuilder().ep({
9533
+ var GetBucketLocationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9207
9534
  ...commonParams,
9208
9535
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9209
9536
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9214,16 +9541,17 @@ var _GetBucketLocationCommand = class _GetBucketLocationCommand extends import_s
9214
9541
  (0, import_middleware_sdk_s319.getThrow200ExceptionsPlugin)(config)
9215
9542
  ];
9216
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
+ }
9217
9547
  };
9218
- __name(_GetBucketLocationCommand, "GetBucketLocationCommand");
9219
- var GetBucketLocationCommand = _GetBucketLocationCommand;
9220
9548
 
9221
9549
  // src/commands/GetBucketLoggingCommand.ts
9222
9550
  var import_middleware_sdk_s320 = require("@aws-sdk/middleware-sdk-s3");
9223
9551
 
9224
9552
 
9225
9553
 
9226
- var _GetBucketLoggingCommand = class _GetBucketLoggingCommand extends import_smithy_client.Command.classBuilder().ep({
9554
+ var GetBucketLoggingCommand = class extends import_smithy_client.Command.classBuilder().ep({
9227
9555
  ...commonParams,
9228
9556
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9229
9557
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9234,16 +9562,17 @@ var _GetBucketLoggingCommand = class _GetBucketLoggingCommand extends import_smi
9234
9562
  (0, import_middleware_sdk_s320.getThrow200ExceptionsPlugin)(config)
9235
9563
  ];
9236
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
+ }
9237
9568
  };
9238
- __name(_GetBucketLoggingCommand, "GetBucketLoggingCommand");
9239
- var GetBucketLoggingCommand = _GetBucketLoggingCommand;
9240
9569
 
9241
- // src/commands/GetBucketMetricsConfigurationCommand.ts
9570
+ // src/commands/GetBucketMetadataTableConfigurationCommand.ts
9242
9571
  var import_middleware_sdk_s321 = require("@aws-sdk/middleware-sdk-s3");
9243
9572
 
9244
9573
 
9245
9574
 
9246
- var _GetBucketMetricsConfigurationCommand = class _GetBucketMetricsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9575
+ var GetBucketMetadataTableConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9247
9576
  ...commonParams,
9248
9577
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9249
9578
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9253,17 +9582,18 @@ var _GetBucketMetricsConfigurationCommand = class _GetBucketMetricsConfiguration
9253
9582
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9254
9583
  (0, import_middleware_sdk_s321.getThrow200ExceptionsPlugin)(config)
9255
9584
  ];
9256
- }).s("AmazonS3", "GetBucketMetricsConfiguration", {}).n("S3Client", "GetBucketMetricsConfigurationCommand").f(void 0, void 0).ser(se_GetBucketMetricsConfigurationCommand).de(de_GetBucketMetricsConfigurationCommand).build() {
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
+ }
9257
9589
  };
9258
- __name(_GetBucketMetricsConfigurationCommand, "GetBucketMetricsConfigurationCommand");
9259
- var GetBucketMetricsConfigurationCommand = _GetBucketMetricsConfigurationCommand;
9260
9590
 
9261
- // src/commands/GetBucketNotificationConfigurationCommand.ts
9591
+ // src/commands/GetBucketMetricsConfigurationCommand.ts
9262
9592
  var import_middleware_sdk_s322 = require("@aws-sdk/middleware-sdk-s3");
9263
9593
 
9264
9594
 
9265
9595
 
9266
- var _GetBucketNotificationConfigurationCommand = class _GetBucketNotificationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9596
+ var GetBucketMetricsConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9267
9597
  ...commonParams,
9268
9598
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9269
9599
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9273,17 +9603,18 @@ var _GetBucketNotificationConfigurationCommand = class _GetBucketNotificationCon
9273
9603
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9274
9604
  (0, import_middleware_sdk_s322.getThrow200ExceptionsPlugin)(config)
9275
9605
  ];
9276
- }).s("AmazonS3", "GetBucketNotificationConfiguration", {}).n("S3Client", "GetBucketNotificationConfigurationCommand").f(void 0, void 0).ser(se_GetBucketNotificationConfigurationCommand).de(de_GetBucketNotificationConfigurationCommand).build() {
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
+ }
9277
9610
  };
9278
- __name(_GetBucketNotificationConfigurationCommand, "GetBucketNotificationConfigurationCommand");
9279
- var GetBucketNotificationConfigurationCommand = _GetBucketNotificationConfigurationCommand;
9280
9611
 
9281
- // src/commands/GetBucketOwnershipControlsCommand.ts
9612
+ // src/commands/GetBucketNotificationConfigurationCommand.ts
9282
9613
  var import_middleware_sdk_s323 = require("@aws-sdk/middleware-sdk-s3");
9283
9614
 
9284
9615
 
9285
9616
 
9286
- var _GetBucketOwnershipControlsCommand = class _GetBucketOwnershipControlsCommand extends import_smithy_client.Command.classBuilder().ep({
9617
+ var GetBucketNotificationConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9287
9618
  ...commonParams,
9288
9619
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9289
9620
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9293,17 +9624,18 @@ var _GetBucketOwnershipControlsCommand = class _GetBucketOwnershipControlsComman
9293
9624
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9294
9625
  (0, import_middleware_sdk_s323.getThrow200ExceptionsPlugin)(config)
9295
9626
  ];
9296
- }).s("AmazonS3", "GetBucketOwnershipControls", {}).n("S3Client", "GetBucketOwnershipControlsCommand").f(void 0, void 0).ser(se_GetBucketOwnershipControlsCommand).de(de_GetBucketOwnershipControlsCommand).build() {
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
+ }
9297
9631
  };
9298
- __name(_GetBucketOwnershipControlsCommand, "GetBucketOwnershipControlsCommand");
9299
- var GetBucketOwnershipControlsCommand = _GetBucketOwnershipControlsCommand;
9300
9632
 
9301
- // src/commands/GetBucketPolicyCommand.ts
9633
+ // src/commands/GetBucketOwnershipControlsCommand.ts
9302
9634
  var import_middleware_sdk_s324 = require("@aws-sdk/middleware-sdk-s3");
9303
9635
 
9304
9636
 
9305
9637
 
9306
- var _GetBucketPolicyCommand = class _GetBucketPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
9638
+ var GetBucketOwnershipControlsCommand = class extends import_smithy_client.Command.classBuilder().ep({
9307
9639
  ...commonParams,
9308
9640
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9309
9641
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9313,17 +9645,18 @@ var _GetBucketPolicyCommand = class _GetBucketPolicyCommand extends import_smith
9313
9645
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9314
9646
  (0, import_middleware_sdk_s324.getThrow200ExceptionsPlugin)(config)
9315
9647
  ];
9316
- }).s("AmazonS3", "GetBucketPolicy", {}).n("S3Client", "GetBucketPolicyCommand").f(void 0, void 0).ser(se_GetBucketPolicyCommand).de(de_GetBucketPolicyCommand).build() {
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
+ }
9317
9652
  };
9318
- __name(_GetBucketPolicyCommand, "GetBucketPolicyCommand");
9319
- var GetBucketPolicyCommand = _GetBucketPolicyCommand;
9320
9653
 
9321
- // src/commands/GetBucketPolicyStatusCommand.ts
9654
+ // src/commands/GetBucketPolicyCommand.ts
9322
9655
  var import_middleware_sdk_s325 = require("@aws-sdk/middleware-sdk-s3");
9323
9656
 
9324
9657
 
9325
9658
 
9326
- var _GetBucketPolicyStatusCommand = class _GetBucketPolicyStatusCommand extends import_smithy_client.Command.classBuilder().ep({
9659
+ var GetBucketPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep({
9327
9660
  ...commonParams,
9328
9661
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9329
9662
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9333,17 +9666,18 @@ var _GetBucketPolicyStatusCommand = class _GetBucketPolicyStatusCommand extends
9333
9666
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9334
9667
  (0, import_middleware_sdk_s325.getThrow200ExceptionsPlugin)(config)
9335
9668
  ];
9336
- }).s("AmazonS3", "GetBucketPolicyStatus", {}).n("S3Client", "GetBucketPolicyStatusCommand").f(void 0, void 0).ser(se_GetBucketPolicyStatusCommand).de(de_GetBucketPolicyStatusCommand).build() {
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
+ }
9337
9673
  };
9338
- __name(_GetBucketPolicyStatusCommand, "GetBucketPolicyStatusCommand");
9339
- var GetBucketPolicyStatusCommand = _GetBucketPolicyStatusCommand;
9340
9674
 
9341
- // src/commands/GetBucketReplicationCommand.ts
9675
+ // src/commands/GetBucketPolicyStatusCommand.ts
9342
9676
  var import_middleware_sdk_s326 = require("@aws-sdk/middleware-sdk-s3");
9343
9677
 
9344
9678
 
9345
9679
 
9346
- var _GetBucketReplicationCommand = class _GetBucketReplicationCommand extends import_smithy_client.Command.classBuilder().ep({
9680
+ var GetBucketPolicyStatusCommand = class extends import_smithy_client.Command.classBuilder().ep({
9347
9681
  ...commonParams,
9348
9682
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9349
9683
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9353,17 +9687,18 @@ var _GetBucketReplicationCommand = class _GetBucketReplicationCommand extends im
9353
9687
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9354
9688
  (0, import_middleware_sdk_s326.getThrow200ExceptionsPlugin)(config)
9355
9689
  ];
9356
- }).s("AmazonS3", "GetBucketReplication", {}).n("S3Client", "GetBucketReplicationCommand").f(void 0, void 0).ser(se_GetBucketReplicationCommand).de(de_GetBucketReplicationCommand).build() {
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
+ }
9357
9694
  };
9358
- __name(_GetBucketReplicationCommand, "GetBucketReplicationCommand");
9359
- var GetBucketReplicationCommand = _GetBucketReplicationCommand;
9360
9695
 
9361
- // src/commands/GetBucketRequestPaymentCommand.ts
9696
+ // src/commands/GetBucketReplicationCommand.ts
9362
9697
  var import_middleware_sdk_s327 = require("@aws-sdk/middleware-sdk-s3");
9363
9698
 
9364
9699
 
9365
9700
 
9366
- var _GetBucketRequestPaymentCommand = class _GetBucketRequestPaymentCommand extends import_smithy_client.Command.classBuilder().ep({
9701
+ var GetBucketReplicationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9367
9702
  ...commonParams,
9368
9703
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9369
9704
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9373,17 +9708,18 @@ var _GetBucketRequestPaymentCommand = class _GetBucketRequestPaymentCommand exte
9373
9708
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9374
9709
  (0, import_middleware_sdk_s327.getThrow200ExceptionsPlugin)(config)
9375
9710
  ];
9376
- }).s("AmazonS3", "GetBucketRequestPayment", {}).n("S3Client", "GetBucketRequestPaymentCommand").f(void 0, void 0).ser(se_GetBucketRequestPaymentCommand).de(de_GetBucketRequestPaymentCommand).build() {
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
+ }
9377
9715
  };
9378
- __name(_GetBucketRequestPaymentCommand, "GetBucketRequestPaymentCommand");
9379
- var GetBucketRequestPaymentCommand = _GetBucketRequestPaymentCommand;
9380
9716
 
9381
- // src/commands/GetBucketTaggingCommand.ts
9717
+ // src/commands/GetBucketRequestPaymentCommand.ts
9382
9718
  var import_middleware_sdk_s328 = require("@aws-sdk/middleware-sdk-s3");
9383
9719
 
9384
9720
 
9385
9721
 
9386
- var _GetBucketTaggingCommand = class _GetBucketTaggingCommand extends import_smithy_client.Command.classBuilder().ep({
9722
+ var GetBucketRequestPaymentCommand = class extends import_smithy_client.Command.classBuilder().ep({
9387
9723
  ...commonParams,
9388
9724
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9389
9725
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9393,17 +9729,18 @@ var _GetBucketTaggingCommand = class _GetBucketTaggingCommand extends import_smi
9393
9729
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9394
9730
  (0, import_middleware_sdk_s328.getThrow200ExceptionsPlugin)(config)
9395
9731
  ];
9396
- }).s("AmazonS3", "GetBucketTagging", {}).n("S3Client", "GetBucketTaggingCommand").f(void 0, void 0).ser(se_GetBucketTaggingCommand).de(de_GetBucketTaggingCommand).build() {
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
+ }
9397
9736
  };
9398
- __name(_GetBucketTaggingCommand, "GetBucketTaggingCommand");
9399
- var GetBucketTaggingCommand = _GetBucketTaggingCommand;
9400
9737
 
9401
- // src/commands/GetBucketVersioningCommand.ts
9738
+ // src/commands/GetBucketTaggingCommand.ts
9402
9739
  var import_middleware_sdk_s329 = require("@aws-sdk/middleware-sdk-s3");
9403
9740
 
9404
9741
 
9405
9742
 
9406
- var _GetBucketVersioningCommand = class _GetBucketVersioningCommand extends import_smithy_client.Command.classBuilder().ep({
9743
+ var GetBucketTaggingCommand = class extends import_smithy_client.Command.classBuilder().ep({
9407
9744
  ...commonParams,
9408
9745
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9409
9746
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9413,17 +9750,18 @@ var _GetBucketVersioningCommand = class _GetBucketVersioningCommand extends impo
9413
9750
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9414
9751
  (0, import_middleware_sdk_s329.getThrow200ExceptionsPlugin)(config)
9415
9752
  ];
9416
- }).s("AmazonS3", "GetBucketVersioning", {}).n("S3Client", "GetBucketVersioningCommand").f(void 0, void 0).ser(se_GetBucketVersioningCommand).de(de_GetBucketVersioningCommand).build() {
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
+ }
9417
9757
  };
9418
- __name(_GetBucketVersioningCommand, "GetBucketVersioningCommand");
9419
- var GetBucketVersioningCommand = _GetBucketVersioningCommand;
9420
9758
 
9421
- // src/commands/GetBucketWebsiteCommand.ts
9759
+ // src/commands/GetBucketVersioningCommand.ts
9422
9760
  var import_middleware_sdk_s330 = require("@aws-sdk/middleware-sdk-s3");
9423
9761
 
9424
9762
 
9425
9763
 
9426
- var _GetBucketWebsiteCommand = class _GetBucketWebsiteCommand extends import_smithy_client.Command.classBuilder().ep({
9764
+ var GetBucketVersioningCommand = class extends import_smithy_client.Command.classBuilder().ep({
9427
9765
  ...commonParams,
9428
9766
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9429
9767
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9433,17 +9771,39 @@ var _GetBucketWebsiteCommand = class _GetBucketWebsiteCommand extends import_smi
9433
9771
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9434
9772
  (0, import_middleware_sdk_s330.getThrow200ExceptionsPlugin)(config)
9435
9773
  ];
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
+ }
9778
+ };
9779
+
9780
+ // src/commands/GetBucketWebsiteCommand.ts
9781
+ var import_middleware_sdk_s331 = require("@aws-sdk/middleware-sdk-s3");
9782
+
9783
+
9784
+
9785
+ var GetBucketWebsiteCommand = class extends import_smithy_client.Command.classBuilder().ep({
9786
+ ...commonParams,
9787
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9788
+ Bucket: { type: "contextParams", name: "Bucket" }
9789
+ }).m(function(Command, cs, config, o) {
9790
+ return [
9791
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9792
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9793
+ (0, import_middleware_sdk_s331.getThrow200ExceptionsPlugin)(config)
9794
+ ];
9436
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
+ }
9437
9799
  };
9438
- __name(_GetBucketWebsiteCommand, "GetBucketWebsiteCommand");
9439
- var GetBucketWebsiteCommand = _GetBucketWebsiteCommand;
9440
9800
 
9441
9801
  // src/commands/GetObjectAclCommand.ts
9442
- var import_middleware_sdk_s331 = require("@aws-sdk/middleware-sdk-s3");
9802
+ var import_middleware_sdk_s332 = require("@aws-sdk/middleware-sdk-s3");
9443
9803
 
9444
9804
 
9445
9805
 
9446
- var _GetObjectAclCommand = class _GetObjectAclCommand extends import_smithy_client.Command.classBuilder().ep({
9806
+ var GetObjectAclCommand = class extends import_smithy_client.Command.classBuilder().ep({
9447
9807
  ...commonParams,
9448
9808
  Bucket: { type: "contextParams", name: "Bucket" },
9449
9809
  Key: { type: "contextParams", name: "Key" }
@@ -9451,42 +9811,44 @@ var _GetObjectAclCommand = class _GetObjectAclCommand extends import_smithy_clie
9451
9811
  return [
9452
9812
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9453
9813
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9454
- (0, import_middleware_sdk_s331.getThrow200ExceptionsPlugin)(config)
9814
+ (0, import_middleware_sdk_s332.getThrow200ExceptionsPlugin)(config)
9455
9815
  ];
9456
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
+ }
9457
9820
  };
9458
- __name(_GetObjectAclCommand, "GetObjectAclCommand");
9459
- var GetObjectAclCommand = _GetObjectAclCommand;
9460
9821
 
9461
9822
  // src/commands/GetObjectAttributesCommand.ts
9462
- var import_middleware_sdk_s332 = require("@aws-sdk/middleware-sdk-s3");
9823
+ var import_middleware_sdk_s333 = require("@aws-sdk/middleware-sdk-s3");
9463
9824
 
9464
9825
 
9465
9826
 
9466
9827
 
9467
- var _GetObjectAttributesCommand = class _GetObjectAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
9828
+ var GetObjectAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep({
9468
9829
  ...commonParams,
9469
9830
  Bucket: { type: "contextParams", name: "Bucket" }
9470
9831
  }).m(function(Command, cs, config, o) {
9471
9832
  return [
9472
9833
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9473
9834
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9474
- (0, import_middleware_sdk_s332.getThrow200ExceptionsPlugin)(config),
9835
+ (0, import_middleware_sdk_s333.getThrow200ExceptionsPlugin)(config),
9475
9836
  (0, import_middleware_ssec.getSsecPlugin)(config)
9476
9837
  ];
9477
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
+ }
9478
9842
  };
9479
- __name(_GetObjectAttributesCommand, "GetObjectAttributesCommand");
9480
- var GetObjectAttributesCommand = _GetObjectAttributesCommand;
9481
9843
 
9482
9844
  // src/commands/GetObjectCommand.ts
9483
9845
 
9484
- var import_middleware_sdk_s333 = require("@aws-sdk/middleware-sdk-s3");
9846
+ var import_middleware_sdk_s334 = require("@aws-sdk/middleware-sdk-s3");
9485
9847
 
9486
9848
 
9487
9849
 
9488
9850
 
9489
- var _GetObjectCommand = class _GetObjectCommand extends import_smithy_client.Command.classBuilder().ep({
9851
+ var GetObjectCommand = class extends import_smithy_client.Command.classBuilder().ep({
9490
9852
  ...commonParams,
9491
9853
  Bucket: { type: "contextParams", name: "Bucket" },
9492
9854
  Key: { type: "contextParams", name: "Key" }
@@ -9497,97 +9859,102 @@ var _GetObjectCommand = class _GetObjectCommand extends import_smithy_client.Com
9497
9859
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9498
9860
  requestChecksumRequired: false,
9499
9861
  requestValidationModeMember: "ChecksumMode",
9500
- responseAlgorithms: ["CRC32", "CRC32C", "SHA256", "SHA1"]
9862
+ responseAlgorithms: ["CRC64NVME", "CRC32", "CRC32C", "SHA256", "SHA1"]
9501
9863
  }),
9502
9864
  (0, import_middleware_ssec.getSsecPlugin)(config),
9503
- (0, import_middleware_sdk_s333.getS3ExpiresMiddlewarePlugin)(config)
9865
+ (0, import_middleware_sdk_s334.getS3ExpiresMiddlewarePlugin)(config)
9504
9866
  ];
9505
9867
  }).s("AmazonS3", "GetObject", {}).n("S3Client", "GetObjectCommand").f(GetObjectRequestFilterSensitiveLog, GetObjectOutputFilterSensitiveLog).ser(se_GetObjectCommand).de(de_GetObjectCommand).build() {
9868
+ static {
9869
+ __name(this, "GetObjectCommand");
9870
+ }
9506
9871
  };
9507
- __name(_GetObjectCommand, "GetObjectCommand");
9508
- var GetObjectCommand = _GetObjectCommand;
9509
9872
 
9510
9873
  // src/commands/GetObjectLegalHoldCommand.ts
9511
- var import_middleware_sdk_s334 = require("@aws-sdk/middleware-sdk-s3");
9874
+ var import_middleware_sdk_s335 = require("@aws-sdk/middleware-sdk-s3");
9512
9875
 
9513
9876
 
9514
9877
 
9515
- var _GetObjectLegalHoldCommand = class _GetObjectLegalHoldCommand extends import_smithy_client.Command.classBuilder().ep({
9878
+ var GetObjectLegalHoldCommand = class extends import_smithy_client.Command.classBuilder().ep({
9516
9879
  ...commonParams,
9517
9880
  Bucket: { type: "contextParams", name: "Bucket" }
9518
9881
  }).m(function(Command, cs, config, o) {
9519
9882
  return [
9520
9883
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9521
9884
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9522
- (0, import_middleware_sdk_s334.getThrow200ExceptionsPlugin)(config)
9885
+ (0, import_middleware_sdk_s335.getThrow200ExceptionsPlugin)(config)
9523
9886
  ];
9524
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
+ }
9525
9891
  };
9526
- __name(_GetObjectLegalHoldCommand, "GetObjectLegalHoldCommand");
9527
- var GetObjectLegalHoldCommand = _GetObjectLegalHoldCommand;
9528
9892
 
9529
9893
  // src/commands/GetObjectLockConfigurationCommand.ts
9530
- var import_middleware_sdk_s335 = require("@aws-sdk/middleware-sdk-s3");
9894
+ var import_middleware_sdk_s336 = require("@aws-sdk/middleware-sdk-s3");
9531
9895
 
9532
9896
 
9533
9897
 
9534
- var _GetObjectLockConfigurationCommand = class _GetObjectLockConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9898
+ var GetObjectLockConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9535
9899
  ...commonParams,
9536
9900
  Bucket: { type: "contextParams", name: "Bucket" }
9537
9901
  }).m(function(Command, cs, config, o) {
9538
9902
  return [
9539
9903
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9540
9904
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9541
- (0, import_middleware_sdk_s335.getThrow200ExceptionsPlugin)(config)
9905
+ (0, import_middleware_sdk_s336.getThrow200ExceptionsPlugin)(config)
9542
9906
  ];
9543
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
+ }
9544
9911
  };
9545
- __name(_GetObjectLockConfigurationCommand, "GetObjectLockConfigurationCommand");
9546
- var GetObjectLockConfigurationCommand = _GetObjectLockConfigurationCommand;
9547
9912
 
9548
9913
  // src/commands/GetObjectRetentionCommand.ts
9549
- var import_middleware_sdk_s336 = require("@aws-sdk/middleware-sdk-s3");
9914
+ var import_middleware_sdk_s337 = require("@aws-sdk/middleware-sdk-s3");
9550
9915
 
9551
9916
 
9552
9917
 
9553
- var _GetObjectRetentionCommand = class _GetObjectRetentionCommand extends import_smithy_client.Command.classBuilder().ep({
9918
+ var GetObjectRetentionCommand = class extends import_smithy_client.Command.classBuilder().ep({
9554
9919
  ...commonParams,
9555
9920
  Bucket: { type: "contextParams", name: "Bucket" }
9556
9921
  }).m(function(Command, cs, config, o) {
9557
9922
  return [
9558
9923
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9559
9924
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9560
- (0, import_middleware_sdk_s336.getThrow200ExceptionsPlugin)(config)
9925
+ (0, import_middleware_sdk_s337.getThrow200ExceptionsPlugin)(config)
9561
9926
  ];
9562
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
+ }
9563
9931
  };
9564
- __name(_GetObjectRetentionCommand, "GetObjectRetentionCommand");
9565
- var GetObjectRetentionCommand = _GetObjectRetentionCommand;
9566
9932
 
9567
9933
  // src/commands/GetObjectTaggingCommand.ts
9568
- var import_middleware_sdk_s337 = require("@aws-sdk/middleware-sdk-s3");
9934
+ var import_middleware_sdk_s338 = require("@aws-sdk/middleware-sdk-s3");
9569
9935
 
9570
9936
 
9571
9937
 
9572
- var _GetObjectTaggingCommand = class _GetObjectTaggingCommand extends import_smithy_client.Command.classBuilder().ep({
9938
+ var GetObjectTaggingCommand = class extends import_smithy_client.Command.classBuilder().ep({
9573
9939
  ...commonParams,
9574
9940
  Bucket: { type: "contextParams", name: "Bucket" }
9575
9941
  }).m(function(Command, cs, config, o) {
9576
9942
  return [
9577
9943
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9578
9944
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9579
- (0, import_middleware_sdk_s337.getThrow200ExceptionsPlugin)(config)
9945
+ (0, import_middleware_sdk_s338.getThrow200ExceptionsPlugin)(config)
9580
9946
  ];
9581
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
+ }
9582
9951
  };
9583
- __name(_GetObjectTaggingCommand, "GetObjectTaggingCommand");
9584
- var GetObjectTaggingCommand = _GetObjectTaggingCommand;
9585
9952
 
9586
9953
  // src/commands/GetObjectTorrentCommand.ts
9587
9954
 
9588
9955
 
9589
9956
 
9590
- var _GetObjectTorrentCommand = class _GetObjectTorrentCommand extends import_smithy_client.Command.classBuilder().ep({
9957
+ var GetObjectTorrentCommand = class extends import_smithy_client.Command.classBuilder().ep({
9591
9958
  ...commonParams,
9592
9959
  Bucket: { type: "contextParams", name: "Bucket" }
9593
9960
  }).m(function(Command, cs, config, o) {
@@ -9596,16 +9963,17 @@ var _GetObjectTorrentCommand = class _GetObjectTorrentCommand extends import_smi
9596
9963
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
9597
9964
  ];
9598
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
+ }
9599
9969
  };
9600
- __name(_GetObjectTorrentCommand, "GetObjectTorrentCommand");
9601
- var GetObjectTorrentCommand = _GetObjectTorrentCommand;
9602
9970
 
9603
9971
  // src/commands/GetPublicAccessBlockCommand.ts
9604
- var import_middleware_sdk_s338 = require("@aws-sdk/middleware-sdk-s3");
9972
+ var import_middleware_sdk_s339 = require("@aws-sdk/middleware-sdk-s3");
9605
9973
 
9606
9974
 
9607
9975
 
9608
- var _GetPublicAccessBlockCommand = class _GetPublicAccessBlockCommand extends import_smithy_client.Command.classBuilder().ep({
9976
+ var GetPublicAccessBlockCommand = class extends import_smithy_client.Command.classBuilder().ep({
9609
9977
  ...commonParams,
9610
9978
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9611
9979
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9613,39 +9981,41 @@ var _GetPublicAccessBlockCommand = class _GetPublicAccessBlockCommand extends im
9613
9981
  return [
9614
9982
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9615
9983
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9616
- (0, import_middleware_sdk_s338.getThrow200ExceptionsPlugin)(config)
9984
+ (0, import_middleware_sdk_s339.getThrow200ExceptionsPlugin)(config)
9617
9985
  ];
9618
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
+ }
9619
9990
  };
9620
- __name(_GetPublicAccessBlockCommand, "GetPublicAccessBlockCommand");
9621
- var GetPublicAccessBlockCommand = _GetPublicAccessBlockCommand;
9622
9991
 
9623
9992
  // src/commands/HeadBucketCommand.ts
9624
- var import_middleware_sdk_s339 = require("@aws-sdk/middleware-sdk-s3");
9993
+ var import_middleware_sdk_s340 = require("@aws-sdk/middleware-sdk-s3");
9625
9994
 
9626
9995
 
9627
9996
 
9628
- var _HeadBucketCommand = class _HeadBucketCommand extends import_smithy_client.Command.classBuilder().ep({
9997
+ var HeadBucketCommand = class extends import_smithy_client.Command.classBuilder().ep({
9629
9998
  ...commonParams,
9630
9999
  Bucket: { type: "contextParams", name: "Bucket" }
9631
10000
  }).m(function(Command, cs, config, o) {
9632
10001
  return [
9633
10002
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9634
10003
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9635
- (0, import_middleware_sdk_s339.getThrow200ExceptionsPlugin)(config)
10004
+ (0, import_middleware_sdk_s340.getThrow200ExceptionsPlugin)(config)
9636
10005
  ];
9637
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
+ }
9638
10010
  };
9639
- __name(_HeadBucketCommand, "HeadBucketCommand");
9640
- var HeadBucketCommand = _HeadBucketCommand;
9641
10011
 
9642
10012
  // src/commands/HeadObjectCommand.ts
9643
- var import_middleware_sdk_s340 = require("@aws-sdk/middleware-sdk-s3");
10013
+ var import_middleware_sdk_s341 = require("@aws-sdk/middleware-sdk-s3");
9644
10014
 
9645
10015
 
9646
10016
 
9647
10017
 
9648
- var _HeadObjectCommand = class _HeadObjectCommand extends import_smithy_client.Command.classBuilder().ep({
10018
+ var HeadObjectCommand = class extends import_smithy_client.Command.classBuilder().ep({
9649
10019
  ...commonParams,
9650
10020
  Bucket: { type: "contextParams", name: "Bucket" },
9651
10021
  Key: { type: "contextParams", name: "Key" }
@@ -9653,21 +10023,22 @@ var _HeadObjectCommand = class _HeadObjectCommand extends import_smithy_client.C
9653
10023
  return [
9654
10024
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9655
10025
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9656
- (0, import_middleware_sdk_s340.getThrow200ExceptionsPlugin)(config),
10026
+ (0, import_middleware_sdk_s341.getThrow200ExceptionsPlugin)(config),
9657
10027
  (0, import_middleware_ssec.getSsecPlugin)(config),
9658
- (0, import_middleware_sdk_s340.getS3ExpiresMiddlewarePlugin)(config)
10028
+ (0, import_middleware_sdk_s341.getS3ExpiresMiddlewarePlugin)(config)
9659
10029
  ];
9660
10030
  }).s("AmazonS3", "HeadObject", {}).n("S3Client", "HeadObjectCommand").f(HeadObjectRequestFilterSensitiveLog, HeadObjectOutputFilterSensitiveLog).ser(se_HeadObjectCommand).de(de_HeadObjectCommand).build() {
10031
+ static {
10032
+ __name(this, "HeadObjectCommand");
10033
+ }
9661
10034
  };
9662
- __name(_HeadObjectCommand, "HeadObjectCommand");
9663
- var HeadObjectCommand = _HeadObjectCommand;
9664
10035
 
9665
10036
  // src/commands/ListBucketAnalyticsConfigurationsCommand.ts
9666
- var import_middleware_sdk_s341 = require("@aws-sdk/middleware-sdk-s3");
10037
+ var import_middleware_sdk_s342 = require("@aws-sdk/middleware-sdk-s3");
9667
10038
 
9668
10039
 
9669
10040
 
9670
- var _ListBucketAnalyticsConfigurationsCommand = class _ListBucketAnalyticsConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
10041
+ var ListBucketAnalyticsConfigurationsCommand = class extends import_smithy_client.Command.classBuilder().ep({
9671
10042
  ...commonParams,
9672
10043
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9673
10044
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9675,19 +10046,20 @@ var _ListBucketAnalyticsConfigurationsCommand = class _ListBucketAnalyticsConfig
9675
10046
  return [
9676
10047
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9677
10048
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9678
- (0, import_middleware_sdk_s341.getThrow200ExceptionsPlugin)(config)
10049
+ (0, import_middleware_sdk_s342.getThrow200ExceptionsPlugin)(config)
9679
10050
  ];
9680
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
+ }
9681
10055
  };
9682
- __name(_ListBucketAnalyticsConfigurationsCommand, "ListBucketAnalyticsConfigurationsCommand");
9683
- var ListBucketAnalyticsConfigurationsCommand = _ListBucketAnalyticsConfigurationsCommand;
9684
10056
 
9685
10057
  // src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts
9686
- var import_middleware_sdk_s342 = require("@aws-sdk/middleware-sdk-s3");
10058
+ var import_middleware_sdk_s343 = require("@aws-sdk/middleware-sdk-s3");
9687
10059
 
9688
10060
 
9689
10061
 
9690
- var _ListBucketIntelligentTieringConfigurationsCommand = class _ListBucketIntelligentTieringConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
10062
+ var ListBucketIntelligentTieringConfigurationsCommand = class extends import_smithy_client.Command.classBuilder().ep({
9691
10063
  ...commonParams,
9692
10064
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9693
10065
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9695,19 +10067,20 @@ var _ListBucketIntelligentTieringConfigurationsCommand = class _ListBucketIntell
9695
10067
  return [
9696
10068
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9697
10069
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9698
- (0, import_middleware_sdk_s342.getThrow200ExceptionsPlugin)(config)
10070
+ (0, import_middleware_sdk_s343.getThrow200ExceptionsPlugin)(config)
9699
10071
  ];
9700
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
+ }
9701
10076
  };
9702
- __name(_ListBucketIntelligentTieringConfigurationsCommand, "ListBucketIntelligentTieringConfigurationsCommand");
9703
- var ListBucketIntelligentTieringConfigurationsCommand = _ListBucketIntelligentTieringConfigurationsCommand;
9704
10077
 
9705
10078
  // src/commands/ListBucketInventoryConfigurationsCommand.ts
9706
- var import_middleware_sdk_s343 = require("@aws-sdk/middleware-sdk-s3");
10079
+ var import_middleware_sdk_s344 = require("@aws-sdk/middleware-sdk-s3");
9707
10080
 
9708
10081
 
9709
10082
 
9710
- var _ListBucketInventoryConfigurationsCommand = class _ListBucketInventoryConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
10083
+ var ListBucketInventoryConfigurationsCommand = class extends import_smithy_client.Command.classBuilder().ep({
9711
10084
  ...commonParams,
9712
10085
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9713
10086
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9715,73 +10088,77 @@ var _ListBucketInventoryConfigurationsCommand = class _ListBucketInventoryConfig
9715
10088
  return [
9716
10089
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9717
10090
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9718
- (0, import_middleware_sdk_s343.getThrow200ExceptionsPlugin)(config)
10091
+ (0, import_middleware_sdk_s344.getThrow200ExceptionsPlugin)(config)
9719
10092
  ];
9720
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
+ }
9721
10097
  };
9722
- __name(_ListBucketInventoryConfigurationsCommand, "ListBucketInventoryConfigurationsCommand");
9723
- var ListBucketInventoryConfigurationsCommand = _ListBucketInventoryConfigurationsCommand;
9724
10098
 
9725
10099
  // src/commands/ListBucketMetricsConfigurationsCommand.ts
9726
- var import_middleware_sdk_s344 = require("@aws-sdk/middleware-sdk-s3");
10100
+ var import_middleware_sdk_s345 = require("@aws-sdk/middleware-sdk-s3");
9727
10101
 
9728
10102
 
9729
10103
 
9730
- var _ListBucketMetricsConfigurationsCommand = class _ListBucketMetricsConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
10104
+ var ListBucketMetricsConfigurationsCommand = class extends import_smithy_client.Command.classBuilder().ep({
9731
10105
  ...commonParams,
9732
10106
  Bucket: { type: "contextParams", name: "Bucket" }
9733
10107
  }).m(function(Command, cs, config, o) {
9734
10108
  return [
9735
10109
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9736
10110
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9737
- (0, import_middleware_sdk_s344.getThrow200ExceptionsPlugin)(config)
10111
+ (0, import_middleware_sdk_s345.getThrow200ExceptionsPlugin)(config)
9738
10112
  ];
9739
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
+ }
9740
10117
  };
9741
- __name(_ListBucketMetricsConfigurationsCommand, "ListBucketMetricsConfigurationsCommand");
9742
- var ListBucketMetricsConfigurationsCommand = _ListBucketMetricsConfigurationsCommand;
9743
10118
 
9744
10119
  // src/commands/ListBucketsCommand.ts
9745
- var import_middleware_sdk_s345 = require("@aws-sdk/middleware-sdk-s3");
10120
+ var import_middleware_sdk_s346 = require("@aws-sdk/middleware-sdk-s3");
9746
10121
 
9747
10122
 
9748
10123
 
9749
- 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) {
9750
10125
  return [
9751
10126
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9752
10127
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9753
- (0, import_middleware_sdk_s345.getThrow200ExceptionsPlugin)(config)
10128
+ (0, import_middleware_sdk_s346.getThrow200ExceptionsPlugin)(config)
9754
10129
  ];
9755
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
+ }
9756
10134
  };
9757
- __name(_ListBucketsCommand, "ListBucketsCommand");
9758
- var ListBucketsCommand = _ListBucketsCommand;
9759
10135
 
9760
10136
  // src/commands/ListDirectoryBucketsCommand.ts
9761
- var import_middleware_sdk_s346 = require("@aws-sdk/middleware-sdk-s3");
10137
+ var import_middleware_sdk_s347 = require("@aws-sdk/middleware-sdk-s3");
9762
10138
 
9763
10139
 
9764
10140
 
9765
- var _ListDirectoryBucketsCommand = class _ListDirectoryBucketsCommand extends import_smithy_client.Command.classBuilder().ep({
10141
+ var ListDirectoryBucketsCommand = class extends import_smithy_client.Command.classBuilder().ep({
9766
10142
  ...commonParams,
9767
10143
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true }
9768
10144
  }).m(function(Command, cs, config, o) {
9769
10145
  return [
9770
10146
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9771
10147
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9772
- (0, import_middleware_sdk_s346.getThrow200ExceptionsPlugin)(config)
10148
+ (0, import_middleware_sdk_s347.getThrow200ExceptionsPlugin)(config)
9773
10149
  ];
9774
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
+ }
9775
10154
  };
9776
- __name(_ListDirectoryBucketsCommand, "ListDirectoryBucketsCommand");
9777
- var ListDirectoryBucketsCommand = _ListDirectoryBucketsCommand;
9778
10155
 
9779
10156
  // src/commands/ListMultipartUploadsCommand.ts
9780
- var import_middleware_sdk_s347 = require("@aws-sdk/middleware-sdk-s3");
10157
+ var import_middleware_sdk_s348 = require("@aws-sdk/middleware-sdk-s3");
9781
10158
 
9782
10159
 
9783
10160
 
9784
- var _ListMultipartUploadsCommand = class _ListMultipartUploadsCommand extends import_smithy_client.Command.classBuilder().ep({
10161
+ var ListMultipartUploadsCommand = class extends import_smithy_client.Command.classBuilder().ep({
9785
10162
  ...commonParams,
9786
10163
  Bucket: { type: "contextParams", name: "Bucket" },
9787
10164
  Prefix: { type: "contextParams", name: "Prefix" }
@@ -9789,19 +10166,20 @@ var _ListMultipartUploadsCommand = class _ListMultipartUploadsCommand extends im
9789
10166
  return [
9790
10167
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9791
10168
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9792
- (0, import_middleware_sdk_s347.getThrow200ExceptionsPlugin)(config)
10169
+ (0, import_middleware_sdk_s348.getThrow200ExceptionsPlugin)(config)
9793
10170
  ];
9794
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
+ }
9795
10175
  };
9796
- __name(_ListMultipartUploadsCommand, "ListMultipartUploadsCommand");
9797
- var ListMultipartUploadsCommand = _ListMultipartUploadsCommand;
9798
10176
 
9799
10177
  // src/commands/ListObjectsCommand.ts
9800
- var import_middleware_sdk_s348 = require("@aws-sdk/middleware-sdk-s3");
10178
+ var import_middleware_sdk_s349 = require("@aws-sdk/middleware-sdk-s3");
9801
10179
 
9802
10180
 
9803
10181
 
9804
- var _ListObjectsCommand = class _ListObjectsCommand extends import_smithy_client.Command.classBuilder().ep({
10182
+ var ListObjectsCommand = class extends import_smithy_client.Command.classBuilder().ep({
9805
10183
  ...commonParams,
9806
10184
  Bucket: { type: "contextParams", name: "Bucket" },
9807
10185
  Prefix: { type: "contextParams", name: "Prefix" }
@@ -9809,19 +10187,20 @@ var _ListObjectsCommand = class _ListObjectsCommand extends import_smithy_client
9809
10187
  return [
9810
10188
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9811
10189
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9812
- (0, import_middleware_sdk_s348.getThrow200ExceptionsPlugin)(config)
10190
+ (0, import_middleware_sdk_s349.getThrow200ExceptionsPlugin)(config)
9813
10191
  ];
9814
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
+ }
9815
10196
  };
9816
- __name(_ListObjectsCommand, "ListObjectsCommand");
9817
- var ListObjectsCommand = _ListObjectsCommand;
9818
10197
 
9819
10198
  // src/commands/ListObjectsV2Command.ts
9820
- var import_middleware_sdk_s349 = require("@aws-sdk/middleware-sdk-s3");
10199
+ var import_middleware_sdk_s350 = require("@aws-sdk/middleware-sdk-s3");
9821
10200
 
9822
10201
 
9823
10202
 
9824
- var _ListObjectsV2Command = class _ListObjectsV2Command extends import_smithy_client.Command.classBuilder().ep({
10203
+ var ListObjectsV2Command = class extends import_smithy_client.Command.classBuilder().ep({
9825
10204
  ...commonParams,
9826
10205
  Bucket: { type: "contextParams", name: "Bucket" },
9827
10206
  Prefix: { type: "contextParams", name: "Prefix" }
@@ -9829,19 +10208,20 @@ var _ListObjectsV2Command = class _ListObjectsV2Command extends import_smithy_cl
9829
10208
  return [
9830
10209
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9831
10210
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9832
- (0, import_middleware_sdk_s349.getThrow200ExceptionsPlugin)(config)
10211
+ (0, import_middleware_sdk_s350.getThrow200ExceptionsPlugin)(config)
9833
10212
  ];
9834
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
+ }
9835
10217
  };
9836
- __name(_ListObjectsV2Command, "ListObjectsV2Command");
9837
- var ListObjectsV2Command = _ListObjectsV2Command;
9838
10218
 
9839
10219
  // src/commands/ListObjectVersionsCommand.ts
9840
- var import_middleware_sdk_s350 = require("@aws-sdk/middleware-sdk-s3");
10220
+ var import_middleware_sdk_s351 = require("@aws-sdk/middleware-sdk-s3");
9841
10221
 
9842
10222
 
9843
10223
 
9844
- var _ListObjectVersionsCommand = class _ListObjectVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
10224
+ var ListObjectVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep({
9845
10225
  ...commonParams,
9846
10226
  Bucket: { type: "contextParams", name: "Bucket" },
9847
10227
  Prefix: { type: "contextParams", name: "Prefix" }
@@ -9849,20 +10229,21 @@ var _ListObjectVersionsCommand = class _ListObjectVersionsCommand extends import
9849
10229
  return [
9850
10230
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9851
10231
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9852
- (0, import_middleware_sdk_s350.getThrow200ExceptionsPlugin)(config)
10232
+ (0, import_middleware_sdk_s351.getThrow200ExceptionsPlugin)(config)
9853
10233
  ];
9854
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
+ }
9855
10238
  };
9856
- __name(_ListObjectVersionsCommand, "ListObjectVersionsCommand");
9857
- var ListObjectVersionsCommand = _ListObjectVersionsCommand;
9858
10239
 
9859
10240
  // src/commands/ListPartsCommand.ts
9860
- var import_middleware_sdk_s351 = require("@aws-sdk/middleware-sdk-s3");
10241
+ var import_middleware_sdk_s352 = require("@aws-sdk/middleware-sdk-s3");
9861
10242
 
9862
10243
 
9863
10244
 
9864
10245
 
9865
- var _ListPartsCommand = class _ListPartsCommand extends import_smithy_client.Command.classBuilder().ep({
10246
+ var ListPartsCommand = class extends import_smithy_client.Command.classBuilder().ep({
9866
10247
  ...commonParams,
9867
10248
  Bucket: { type: "contextParams", name: "Bucket" },
9868
10249
  Key: { type: "contextParams", name: "Key" }
@@ -9870,20 +10251,21 @@ var _ListPartsCommand = class _ListPartsCommand extends import_smithy_client.Com
9870
10251
  return [
9871
10252
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9872
10253
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9873
- (0, import_middleware_sdk_s351.getThrow200ExceptionsPlugin)(config),
10254
+ (0, import_middleware_sdk_s352.getThrow200ExceptionsPlugin)(config),
9874
10255
  (0, import_middleware_ssec.getSsecPlugin)(config)
9875
10256
  ];
9876
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
+ }
9877
10261
  };
9878
- __name(_ListPartsCommand, "ListPartsCommand");
9879
- var ListPartsCommand = _ListPartsCommand;
9880
10262
 
9881
10263
  // src/commands/PutBucketAccelerateConfigurationCommand.ts
9882
10264
 
9883
10265
 
9884
10266
 
9885
10267
 
9886
- var _PutBucketAccelerateConfigurationCommand = class _PutBucketAccelerateConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
10268
+ var PutBucketAccelerateConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9887
10269
  ...commonParams,
9888
10270
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9889
10271
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9892,21 +10274,22 @@ var _PutBucketAccelerateConfigurationCommand = class _PutBucketAccelerateConfigu
9892
10274
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9893
10275
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9894
10276
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9895
- requestAlgorithmMember: "ChecksumAlgorithm",
10277
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
9896
10278
  requestChecksumRequired: false
9897
10279
  })
9898
10280
  ];
9899
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
+ }
9900
10285
  };
9901
- __name(_PutBucketAccelerateConfigurationCommand, "PutBucketAccelerateConfigurationCommand");
9902
- var PutBucketAccelerateConfigurationCommand = _PutBucketAccelerateConfigurationCommand;
9903
10286
 
9904
10287
  // src/commands/PutBucketAclCommand.ts
9905
10288
 
9906
10289
 
9907
10290
 
9908
10291
 
9909
- var _PutBucketAclCommand = class _PutBucketAclCommand extends import_smithy_client.Command.classBuilder().ep({
10292
+ var PutBucketAclCommand = class extends import_smithy_client.Command.classBuilder().ep({
9910
10293
  ...commonParams,
9911
10294
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9912
10295
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9915,20 +10298,21 @@ var _PutBucketAclCommand = class _PutBucketAclCommand extends import_smithy_clie
9915
10298
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9916
10299
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9917
10300
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9918
- requestAlgorithmMember: "ChecksumAlgorithm",
10301
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
9919
10302
  requestChecksumRequired: true
9920
10303
  })
9921
10304
  ];
9922
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
+ }
9923
10309
  };
9924
- __name(_PutBucketAclCommand, "PutBucketAclCommand");
9925
- var PutBucketAclCommand = _PutBucketAclCommand;
9926
10310
 
9927
10311
  // src/commands/PutBucketAnalyticsConfigurationCommand.ts
9928
10312
 
9929
10313
 
9930
10314
 
9931
- var _PutBucketAnalyticsConfigurationCommand = class _PutBucketAnalyticsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
10315
+ var PutBucketAnalyticsConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9932
10316
  ...commonParams,
9933
10317
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9934
10318
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9938,16 +10322,17 @@ var _PutBucketAnalyticsConfigurationCommand = class _PutBucketAnalyticsConfigura
9938
10322
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
9939
10323
  ];
9940
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
+ }
9941
10328
  };
9942
- __name(_PutBucketAnalyticsConfigurationCommand, "PutBucketAnalyticsConfigurationCommand");
9943
- var PutBucketAnalyticsConfigurationCommand = _PutBucketAnalyticsConfigurationCommand;
9944
10329
 
9945
10330
  // src/commands/PutBucketCorsCommand.ts
9946
10331
 
9947
10332
 
9948
10333
 
9949
10334
 
9950
- var _PutBucketCorsCommand = class _PutBucketCorsCommand extends import_smithy_client.Command.classBuilder().ep({
10335
+ var PutBucketCorsCommand = class extends import_smithy_client.Command.classBuilder().ep({
9951
10336
  ...commonParams,
9952
10337
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9953
10338
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9956,21 +10341,22 @@ var _PutBucketCorsCommand = class _PutBucketCorsCommand extends import_smithy_cl
9956
10341
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9957
10342
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9958
10343
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9959
- requestAlgorithmMember: "ChecksumAlgorithm",
10344
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
9960
10345
  requestChecksumRequired: true
9961
10346
  })
9962
10347
  ];
9963
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
+ }
9964
10352
  };
9965
- __name(_PutBucketCorsCommand, "PutBucketCorsCommand");
9966
- var PutBucketCorsCommand = _PutBucketCorsCommand;
9967
10353
 
9968
10354
  // src/commands/PutBucketEncryptionCommand.ts
9969
10355
 
9970
10356
 
9971
10357
 
9972
10358
 
9973
- var _PutBucketEncryptionCommand = class _PutBucketEncryptionCommand extends import_smithy_client.Command.classBuilder().ep({
10359
+ var PutBucketEncryptionCommand = class extends import_smithy_client.Command.classBuilder().ep({
9974
10360
  ...commonParams,
9975
10361
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9976
10362
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9979,20 +10365,21 @@ var _PutBucketEncryptionCommand = class _PutBucketEncryptionCommand extends impo
9979
10365
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9980
10366
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9981
10367
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9982
- requestAlgorithmMember: "ChecksumAlgorithm",
10368
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
9983
10369
  requestChecksumRequired: true
9984
10370
  })
9985
10371
  ];
9986
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
+ }
9987
10376
  };
9988
- __name(_PutBucketEncryptionCommand, "PutBucketEncryptionCommand");
9989
- var PutBucketEncryptionCommand = _PutBucketEncryptionCommand;
9990
10377
 
9991
10378
  // src/commands/PutBucketIntelligentTieringConfigurationCommand.ts
9992
10379
 
9993
10380
 
9994
10381
 
9995
- var _PutBucketIntelligentTieringConfigurationCommand = class _PutBucketIntelligentTieringConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
10382
+ var PutBucketIntelligentTieringConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9996
10383
  ...commonParams,
9997
10384
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9998
10385
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10002,15 +10389,16 @@ var _PutBucketIntelligentTieringConfigurationCommand = class _PutBucketIntellige
10002
10389
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10003
10390
  ];
10004
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
+ }
10005
10395
  };
10006
- __name(_PutBucketIntelligentTieringConfigurationCommand, "PutBucketIntelligentTieringConfigurationCommand");
10007
- var PutBucketIntelligentTieringConfigurationCommand = _PutBucketIntelligentTieringConfigurationCommand;
10008
10396
 
10009
10397
  // src/commands/PutBucketInventoryConfigurationCommand.ts
10010
10398
 
10011
10399
 
10012
10400
 
10013
- var _PutBucketInventoryConfigurationCommand = class _PutBucketInventoryConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
10401
+ var PutBucketInventoryConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
10014
10402
  ...commonParams,
10015
10403
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10016
10404
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10020,17 +10408,18 @@ var _PutBucketInventoryConfigurationCommand = class _PutBucketInventoryConfigura
10020
10408
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10021
10409
  ];
10022
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
+ }
10023
10414
  };
10024
- __name(_PutBucketInventoryConfigurationCommand, "PutBucketInventoryConfigurationCommand");
10025
- var PutBucketInventoryConfigurationCommand = _PutBucketInventoryConfigurationCommand;
10026
10415
 
10027
10416
  // src/commands/PutBucketLifecycleConfigurationCommand.ts
10028
10417
 
10029
- var import_middleware_sdk_s352 = require("@aws-sdk/middleware-sdk-s3");
10418
+ var import_middleware_sdk_s353 = require("@aws-sdk/middleware-sdk-s3");
10030
10419
 
10031
10420
 
10032
10421
 
10033
- var _PutBucketLifecycleConfigurationCommand = class _PutBucketLifecycleConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
10422
+ var PutBucketLifecycleConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
10034
10423
  ...commonParams,
10035
10424
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10036
10425
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10039,22 +10428,23 @@ var _PutBucketLifecycleConfigurationCommand = class _PutBucketLifecycleConfigura
10039
10428
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10040
10429
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10041
10430
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10042
- requestAlgorithmMember: "ChecksumAlgorithm",
10431
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10043
10432
  requestChecksumRequired: true
10044
10433
  }),
10045
- (0, import_middleware_sdk_s352.getThrow200ExceptionsPlugin)(config)
10434
+ (0, import_middleware_sdk_s353.getThrow200ExceptionsPlugin)(config)
10046
10435
  ];
10047
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
+ }
10048
10440
  };
10049
- __name(_PutBucketLifecycleConfigurationCommand, "PutBucketLifecycleConfigurationCommand");
10050
- var PutBucketLifecycleConfigurationCommand = _PutBucketLifecycleConfigurationCommand;
10051
10441
 
10052
10442
  // src/commands/PutBucketLoggingCommand.ts
10053
10443
 
10054
10444
 
10055
10445
 
10056
10446
 
10057
- var _PutBucketLoggingCommand = class _PutBucketLoggingCommand extends import_smithy_client.Command.classBuilder().ep({
10447
+ var PutBucketLoggingCommand = class extends import_smithy_client.Command.classBuilder().ep({
10058
10448
  ...commonParams,
10059
10449
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10060
10450
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10063,20 +10453,21 @@ var _PutBucketLoggingCommand = class _PutBucketLoggingCommand extends import_smi
10063
10453
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10064
10454
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10065
10455
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10066
- requestAlgorithmMember: "ChecksumAlgorithm",
10456
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10067
10457
  requestChecksumRequired: true
10068
10458
  })
10069
10459
  ];
10070
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
+ }
10071
10464
  };
10072
- __name(_PutBucketLoggingCommand, "PutBucketLoggingCommand");
10073
- var PutBucketLoggingCommand = _PutBucketLoggingCommand;
10074
10465
 
10075
10466
  // src/commands/PutBucketMetricsConfigurationCommand.ts
10076
10467
 
10077
10468
 
10078
10469
 
10079
- var _PutBucketMetricsConfigurationCommand = class _PutBucketMetricsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
10470
+ var PutBucketMetricsConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
10080
10471
  ...commonParams,
10081
10472
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10082
10473
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10086,15 +10477,16 @@ var _PutBucketMetricsConfigurationCommand = class _PutBucketMetricsConfiguration
10086
10477
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10087
10478
  ];
10088
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
+ }
10089
10483
  };
10090
- __name(_PutBucketMetricsConfigurationCommand, "PutBucketMetricsConfigurationCommand");
10091
- var PutBucketMetricsConfigurationCommand = _PutBucketMetricsConfigurationCommand;
10092
10484
 
10093
10485
  // src/commands/PutBucketNotificationConfigurationCommand.ts
10094
10486
 
10095
10487
 
10096
10488
 
10097
- var _PutBucketNotificationConfigurationCommand = class _PutBucketNotificationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
10489
+ var PutBucketNotificationConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
10098
10490
  ...commonParams,
10099
10491
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10100
10492
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10104,16 +10496,17 @@ var _PutBucketNotificationConfigurationCommand = class _PutBucketNotificationCon
10104
10496
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10105
10497
  ];
10106
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
+ }
10107
10502
  };
10108
- __name(_PutBucketNotificationConfigurationCommand, "PutBucketNotificationConfigurationCommand");
10109
- var PutBucketNotificationConfigurationCommand = _PutBucketNotificationConfigurationCommand;
10110
10503
 
10111
10504
  // src/commands/PutBucketOwnershipControlsCommand.ts
10112
10505
 
10113
10506
 
10114
10507
 
10115
10508
 
10116
- var _PutBucketOwnershipControlsCommand = class _PutBucketOwnershipControlsCommand extends import_smithy_client.Command.classBuilder().ep({
10509
+ var PutBucketOwnershipControlsCommand = class extends import_smithy_client.Command.classBuilder().ep({
10117
10510
  ...commonParams,
10118
10511
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10119
10512
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10126,16 +10519,17 @@ var _PutBucketOwnershipControlsCommand = class _PutBucketOwnershipControlsComman
10126
10519
  })
10127
10520
  ];
10128
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
+ }
10129
10525
  };
10130
- __name(_PutBucketOwnershipControlsCommand, "PutBucketOwnershipControlsCommand");
10131
- var PutBucketOwnershipControlsCommand = _PutBucketOwnershipControlsCommand;
10132
10526
 
10133
10527
  // src/commands/PutBucketPolicyCommand.ts
10134
10528
 
10135
10529
 
10136
10530
 
10137
10531
 
10138
- var _PutBucketPolicyCommand = class _PutBucketPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
10532
+ var PutBucketPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep({
10139
10533
  ...commonParams,
10140
10534
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10141
10535
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10144,21 +10538,22 @@ var _PutBucketPolicyCommand = class _PutBucketPolicyCommand extends import_smith
10144
10538
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10145
10539
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10146
10540
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10147
- requestAlgorithmMember: "ChecksumAlgorithm",
10541
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10148
10542
  requestChecksumRequired: true
10149
10543
  })
10150
10544
  ];
10151
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
+ }
10152
10549
  };
10153
- __name(_PutBucketPolicyCommand, "PutBucketPolicyCommand");
10154
- var PutBucketPolicyCommand = _PutBucketPolicyCommand;
10155
10550
 
10156
10551
  // src/commands/PutBucketReplicationCommand.ts
10157
10552
 
10158
10553
 
10159
10554
 
10160
10555
 
10161
- var _PutBucketReplicationCommand = class _PutBucketReplicationCommand extends import_smithy_client.Command.classBuilder().ep({
10556
+ var PutBucketReplicationCommand = class extends import_smithy_client.Command.classBuilder().ep({
10162
10557
  ...commonParams,
10163
10558
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10164
10559
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10167,21 +10562,22 @@ var _PutBucketReplicationCommand = class _PutBucketReplicationCommand extends im
10167
10562
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10168
10563
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10169
10564
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10170
- requestAlgorithmMember: "ChecksumAlgorithm",
10565
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10171
10566
  requestChecksumRequired: true
10172
10567
  })
10173
10568
  ];
10174
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
+ }
10175
10573
  };
10176
- __name(_PutBucketReplicationCommand, "PutBucketReplicationCommand");
10177
- var PutBucketReplicationCommand = _PutBucketReplicationCommand;
10178
10574
 
10179
10575
  // src/commands/PutBucketRequestPaymentCommand.ts
10180
10576
 
10181
10577
 
10182
10578
 
10183
10579
 
10184
- var _PutBucketRequestPaymentCommand = class _PutBucketRequestPaymentCommand extends import_smithy_client.Command.classBuilder().ep({
10580
+ var PutBucketRequestPaymentCommand = class extends import_smithy_client.Command.classBuilder().ep({
10185
10581
  ...commonParams,
10186
10582
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10187
10583
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10190,21 +10586,22 @@ var _PutBucketRequestPaymentCommand = class _PutBucketRequestPaymentCommand exte
10190
10586
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10191
10587
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10192
10588
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10193
- requestAlgorithmMember: "ChecksumAlgorithm",
10589
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10194
10590
  requestChecksumRequired: true
10195
10591
  })
10196
10592
  ];
10197
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
+ }
10198
10597
  };
10199
- __name(_PutBucketRequestPaymentCommand, "PutBucketRequestPaymentCommand");
10200
- var PutBucketRequestPaymentCommand = _PutBucketRequestPaymentCommand;
10201
10598
 
10202
10599
  // src/commands/PutBucketTaggingCommand.ts
10203
10600
 
10204
10601
 
10205
10602
 
10206
10603
 
10207
- var _PutBucketTaggingCommand = class _PutBucketTaggingCommand extends import_smithy_client.Command.classBuilder().ep({
10604
+ var PutBucketTaggingCommand = class extends import_smithy_client.Command.classBuilder().ep({
10208
10605
  ...commonParams,
10209
10606
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10210
10607
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10213,21 +10610,22 @@ var _PutBucketTaggingCommand = class _PutBucketTaggingCommand extends import_smi
10213
10610
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10214
10611
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10215
10612
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10216
- requestAlgorithmMember: "ChecksumAlgorithm",
10613
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10217
10614
  requestChecksumRequired: true
10218
10615
  })
10219
10616
  ];
10220
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
+ }
10221
10621
  };
10222
- __name(_PutBucketTaggingCommand, "PutBucketTaggingCommand");
10223
- var PutBucketTaggingCommand = _PutBucketTaggingCommand;
10224
10622
 
10225
10623
  // src/commands/PutBucketVersioningCommand.ts
10226
10624
 
10227
10625
 
10228
10626
 
10229
10627
 
10230
- var _PutBucketVersioningCommand = class _PutBucketVersioningCommand extends import_smithy_client.Command.classBuilder().ep({
10628
+ var PutBucketVersioningCommand = class extends import_smithy_client.Command.classBuilder().ep({
10231
10629
  ...commonParams,
10232
10630
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10233
10631
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10236,21 +10634,22 @@ var _PutBucketVersioningCommand = class _PutBucketVersioningCommand extends impo
10236
10634
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10237
10635
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10238
10636
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10239
- requestAlgorithmMember: "ChecksumAlgorithm",
10637
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10240
10638
  requestChecksumRequired: true
10241
10639
  })
10242
10640
  ];
10243
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
+ }
10244
10645
  };
10245
- __name(_PutBucketVersioningCommand, "PutBucketVersioningCommand");
10246
- var PutBucketVersioningCommand = _PutBucketVersioningCommand;
10247
10646
 
10248
10647
  // src/commands/PutBucketWebsiteCommand.ts
10249
10648
 
10250
10649
 
10251
10650
 
10252
10651
 
10253
- var _PutBucketWebsiteCommand = class _PutBucketWebsiteCommand extends import_smithy_client.Command.classBuilder().ep({
10652
+ var PutBucketWebsiteCommand = class extends import_smithy_client.Command.classBuilder().ep({
10254
10653
  ...commonParams,
10255
10654
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10256
10655
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10259,22 +10658,23 @@ var _PutBucketWebsiteCommand = class _PutBucketWebsiteCommand extends import_smi
10259
10658
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10260
10659
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10261
10660
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10262
- requestAlgorithmMember: "ChecksumAlgorithm",
10661
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10263
10662
  requestChecksumRequired: true
10264
10663
  })
10265
10664
  ];
10266
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
+ }
10267
10669
  };
10268
- __name(_PutBucketWebsiteCommand, "PutBucketWebsiteCommand");
10269
- var PutBucketWebsiteCommand = _PutBucketWebsiteCommand;
10270
10670
 
10271
10671
  // src/commands/PutObjectAclCommand.ts
10272
10672
 
10273
- var import_middleware_sdk_s353 = require("@aws-sdk/middleware-sdk-s3");
10673
+ var import_middleware_sdk_s354 = require("@aws-sdk/middleware-sdk-s3");
10274
10674
 
10275
10675
 
10276
10676
 
10277
- var _PutObjectAclCommand = class _PutObjectAclCommand extends import_smithy_client.Command.classBuilder().ep({
10677
+ var PutObjectAclCommand = class extends import_smithy_client.Command.classBuilder().ep({
10278
10678
  ...commonParams,
10279
10679
  Bucket: { type: "contextParams", name: "Bucket" },
10280
10680
  Key: { type: "contextParams", name: "Key" }
@@ -10283,24 +10683,25 @@ var _PutObjectAclCommand = class _PutObjectAclCommand extends import_smithy_clie
10283
10683
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10284
10684
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10285
10685
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10286
- requestAlgorithmMember: "ChecksumAlgorithm",
10686
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10287
10687
  requestChecksumRequired: true
10288
10688
  }),
10289
- (0, import_middleware_sdk_s353.getThrow200ExceptionsPlugin)(config)
10689
+ (0, import_middleware_sdk_s354.getThrow200ExceptionsPlugin)(config)
10290
10690
  ];
10291
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
+ }
10292
10695
  };
10293
- __name(_PutObjectAclCommand, "PutObjectAclCommand");
10294
- var PutObjectAclCommand = _PutObjectAclCommand;
10295
10696
 
10296
10697
  // src/commands/PutObjectCommand.ts
10297
10698
 
10298
- var import_middleware_sdk_s354 = require("@aws-sdk/middleware-sdk-s3");
10699
+ var import_middleware_sdk_s355 = require("@aws-sdk/middleware-sdk-s3");
10299
10700
 
10300
10701
 
10301
10702
 
10302
10703
 
10303
- var _PutObjectCommand = class _PutObjectCommand extends import_smithy_client.Command.classBuilder().ep({
10704
+ var PutObjectCommand = class extends import_smithy_client.Command.classBuilder().ep({
10304
10705
  ...commonParams,
10305
10706
  Bucket: { type: "contextParams", name: "Bucket" },
10306
10707
  Key: { type: "contextParams", name: "Key" }
@@ -10309,25 +10710,26 @@ var _PutObjectCommand = class _PutObjectCommand extends import_smithy_client.Com
10309
10710
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10310
10711
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10311
10712
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10312
- requestAlgorithmMember: "ChecksumAlgorithm",
10713
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10313
10714
  requestChecksumRequired: false
10314
10715
  }),
10315
- (0, import_middleware_sdk_s354.getCheckContentLengthHeaderPlugin)(config),
10316
- (0, import_middleware_sdk_s354.getThrow200ExceptionsPlugin)(config),
10716
+ (0, import_middleware_sdk_s355.getCheckContentLengthHeaderPlugin)(config),
10717
+ (0, import_middleware_sdk_s355.getThrow200ExceptionsPlugin)(config),
10317
10718
  (0, import_middleware_ssec.getSsecPlugin)(config)
10318
10719
  ];
10319
10720
  }).s("AmazonS3", "PutObject", {}).n("S3Client", "PutObjectCommand").f(PutObjectRequestFilterSensitiveLog, PutObjectOutputFilterSensitiveLog).ser(se_PutObjectCommand).de(de_PutObjectCommand).build() {
10721
+ static {
10722
+ __name(this, "PutObjectCommand");
10723
+ }
10320
10724
  };
10321
- __name(_PutObjectCommand, "PutObjectCommand");
10322
- var PutObjectCommand = _PutObjectCommand;
10323
10725
 
10324
10726
  // src/commands/PutObjectLegalHoldCommand.ts
10325
10727
 
10326
- var import_middleware_sdk_s355 = require("@aws-sdk/middleware-sdk-s3");
10728
+ var import_middleware_sdk_s356 = require("@aws-sdk/middleware-sdk-s3");
10327
10729
 
10328
10730
 
10329
10731
 
10330
- var _PutObjectLegalHoldCommand = class _PutObjectLegalHoldCommand extends import_smithy_client.Command.classBuilder().ep({
10732
+ var PutObjectLegalHoldCommand = class extends import_smithy_client.Command.classBuilder().ep({
10331
10733
  ...commonParams,
10332
10734
  Bucket: { type: "contextParams", name: "Bucket" }
10333
10735
  }).m(function(Command, cs, config, o) {
@@ -10335,23 +10737,24 @@ var _PutObjectLegalHoldCommand = class _PutObjectLegalHoldCommand extends import
10335
10737
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10336
10738
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10337
10739
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10338
- requestAlgorithmMember: "ChecksumAlgorithm",
10740
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10339
10741
  requestChecksumRequired: true
10340
10742
  }),
10341
- (0, import_middleware_sdk_s355.getThrow200ExceptionsPlugin)(config)
10743
+ (0, import_middleware_sdk_s356.getThrow200ExceptionsPlugin)(config)
10342
10744
  ];
10343
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
+ }
10344
10749
  };
10345
- __name(_PutObjectLegalHoldCommand, "PutObjectLegalHoldCommand");
10346
- var PutObjectLegalHoldCommand = _PutObjectLegalHoldCommand;
10347
10750
 
10348
10751
  // src/commands/PutObjectLockConfigurationCommand.ts
10349
10752
 
10350
- var import_middleware_sdk_s356 = require("@aws-sdk/middleware-sdk-s3");
10753
+ var import_middleware_sdk_s357 = require("@aws-sdk/middleware-sdk-s3");
10351
10754
 
10352
10755
 
10353
10756
 
10354
- var _PutObjectLockConfigurationCommand = class _PutObjectLockConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
10757
+ var PutObjectLockConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
10355
10758
  ...commonParams,
10356
10759
  Bucket: { type: "contextParams", name: "Bucket" }
10357
10760
  }).m(function(Command, cs, config, o) {
@@ -10359,23 +10762,24 @@ var _PutObjectLockConfigurationCommand = class _PutObjectLockConfigurationComman
10359
10762
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10360
10763
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10361
10764
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10362
- requestAlgorithmMember: "ChecksumAlgorithm",
10765
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10363
10766
  requestChecksumRequired: true
10364
10767
  }),
10365
- (0, import_middleware_sdk_s356.getThrow200ExceptionsPlugin)(config)
10768
+ (0, import_middleware_sdk_s357.getThrow200ExceptionsPlugin)(config)
10366
10769
  ];
10367
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
+ }
10368
10774
  };
10369
- __name(_PutObjectLockConfigurationCommand, "PutObjectLockConfigurationCommand");
10370
- var PutObjectLockConfigurationCommand = _PutObjectLockConfigurationCommand;
10371
10775
 
10372
10776
  // src/commands/PutObjectRetentionCommand.ts
10373
10777
 
10374
- var import_middleware_sdk_s357 = require("@aws-sdk/middleware-sdk-s3");
10778
+ var import_middleware_sdk_s358 = require("@aws-sdk/middleware-sdk-s3");
10375
10779
 
10376
10780
 
10377
10781
 
10378
- var _PutObjectRetentionCommand = class _PutObjectRetentionCommand extends import_smithy_client.Command.classBuilder().ep({
10782
+ var PutObjectRetentionCommand = class extends import_smithy_client.Command.classBuilder().ep({
10379
10783
  ...commonParams,
10380
10784
  Bucket: { type: "contextParams", name: "Bucket" }
10381
10785
  }).m(function(Command, cs, config, o) {
@@ -10383,23 +10787,24 @@ var _PutObjectRetentionCommand = class _PutObjectRetentionCommand extends import
10383
10787
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10384
10788
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10385
10789
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10386
- requestAlgorithmMember: "ChecksumAlgorithm",
10790
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10387
10791
  requestChecksumRequired: true
10388
10792
  }),
10389
- (0, import_middleware_sdk_s357.getThrow200ExceptionsPlugin)(config)
10793
+ (0, import_middleware_sdk_s358.getThrow200ExceptionsPlugin)(config)
10390
10794
  ];
10391
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
+ }
10392
10799
  };
10393
- __name(_PutObjectRetentionCommand, "PutObjectRetentionCommand");
10394
- var PutObjectRetentionCommand = _PutObjectRetentionCommand;
10395
10800
 
10396
10801
  // src/commands/PutObjectTaggingCommand.ts
10397
10802
 
10398
- var import_middleware_sdk_s358 = require("@aws-sdk/middleware-sdk-s3");
10803
+ var import_middleware_sdk_s359 = require("@aws-sdk/middleware-sdk-s3");
10399
10804
 
10400
10805
 
10401
10806
 
10402
- var _PutObjectTaggingCommand = class _PutObjectTaggingCommand extends import_smithy_client.Command.classBuilder().ep({
10807
+ var PutObjectTaggingCommand = class extends import_smithy_client.Command.classBuilder().ep({
10403
10808
  ...commonParams,
10404
10809
  Bucket: { type: "contextParams", name: "Bucket" }
10405
10810
  }).m(function(Command, cs, config, o) {
@@ -10407,22 +10812,23 @@ var _PutObjectTaggingCommand = class _PutObjectTaggingCommand extends import_smi
10407
10812
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10408
10813
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10409
10814
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10410
- requestAlgorithmMember: "ChecksumAlgorithm",
10815
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10411
10816
  requestChecksumRequired: true
10412
10817
  }),
10413
- (0, import_middleware_sdk_s358.getThrow200ExceptionsPlugin)(config)
10818
+ (0, import_middleware_sdk_s359.getThrow200ExceptionsPlugin)(config)
10414
10819
  ];
10415
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
+ }
10416
10824
  };
10417
- __name(_PutObjectTaggingCommand, "PutObjectTaggingCommand");
10418
- var PutObjectTaggingCommand = _PutObjectTaggingCommand;
10419
10825
 
10420
10826
  // src/commands/PutPublicAccessBlockCommand.ts
10421
10827
 
10422
10828
 
10423
10829
 
10424
10830
 
10425
- var _PutPublicAccessBlockCommand = class _PutPublicAccessBlockCommand extends import_smithy_client.Command.classBuilder().ep({
10831
+ var PutPublicAccessBlockCommand = class extends import_smithy_client.Command.classBuilder().ep({
10426
10832
  ...commonParams,
10427
10833
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10428
10834
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10431,22 +10837,23 @@ var _PutPublicAccessBlockCommand = class _PutPublicAccessBlockCommand extends im
10431
10837
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10432
10838
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10433
10839
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10434
- requestAlgorithmMember: "ChecksumAlgorithm",
10840
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10435
10841
  requestChecksumRequired: true
10436
10842
  })
10437
10843
  ];
10438
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
+ }
10439
10848
  };
10440
- __name(_PutPublicAccessBlockCommand, "PutPublicAccessBlockCommand");
10441
- var PutPublicAccessBlockCommand = _PutPublicAccessBlockCommand;
10442
10849
 
10443
10850
  // src/commands/RestoreObjectCommand.ts
10444
10851
 
10445
- var import_middleware_sdk_s359 = require("@aws-sdk/middleware-sdk-s3");
10852
+ var import_middleware_sdk_s360 = require("@aws-sdk/middleware-sdk-s3");
10446
10853
 
10447
10854
 
10448
10855
 
10449
- var _RestoreObjectCommand = class _RestoreObjectCommand extends import_smithy_client.Command.classBuilder().ep({
10856
+ var RestoreObjectCommand = class extends import_smithy_client.Command.classBuilder().ep({
10450
10857
  ...commonParams,
10451
10858
  Bucket: { type: "contextParams", name: "Bucket" }
10452
10859
  }).m(function(Command, cs, config, o) {
@@ -10454,30 +10861,31 @@ var _RestoreObjectCommand = class _RestoreObjectCommand extends import_smithy_cl
10454
10861
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10455
10862
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10456
10863
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10457
- requestAlgorithmMember: "ChecksumAlgorithm",
10864
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10458
10865
  requestChecksumRequired: false
10459
10866
  }),
10460
- (0, import_middleware_sdk_s359.getThrow200ExceptionsPlugin)(config)
10867
+ (0, import_middleware_sdk_s360.getThrow200ExceptionsPlugin)(config)
10461
10868
  ];
10462
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
+ }
10463
10873
  };
10464
- __name(_RestoreObjectCommand, "RestoreObjectCommand");
10465
- var RestoreObjectCommand = _RestoreObjectCommand;
10466
10874
 
10467
10875
  // src/commands/SelectObjectContentCommand.ts
10468
- var import_middleware_sdk_s360 = require("@aws-sdk/middleware-sdk-s3");
10876
+ var import_middleware_sdk_s361 = require("@aws-sdk/middleware-sdk-s3");
10469
10877
 
10470
10878
 
10471
10879
 
10472
10880
 
10473
- var _SelectObjectContentCommand = class _SelectObjectContentCommand extends import_smithy_client.Command.classBuilder().ep({
10881
+ var SelectObjectContentCommand = class extends import_smithy_client.Command.classBuilder().ep({
10474
10882
  ...commonParams,
10475
10883
  Bucket: { type: "contextParams", name: "Bucket" }
10476
10884
  }).m(function(Command, cs, config, o) {
10477
10885
  return [
10478
10886
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10479
10887
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10480
- (0, import_middleware_sdk_s360.getThrow200ExceptionsPlugin)(config),
10888
+ (0, import_middleware_sdk_s361.getThrow200ExceptionsPlugin)(config),
10481
10889
  (0, import_middleware_ssec.getSsecPlugin)(config)
10482
10890
  ];
10483
10891
  }).s("AmazonS3", "SelectObjectContent", {
@@ -10488,18 +10896,19 @@ var _SelectObjectContentCommand = class _SelectObjectContentCommand extends impo
10488
10896
  output: true
10489
10897
  }
10490
10898
  }).n("S3Client", "SelectObjectContentCommand").f(SelectObjectContentRequestFilterSensitiveLog, SelectObjectContentOutputFilterSensitiveLog).ser(se_SelectObjectContentCommand).de(de_SelectObjectContentCommand).build() {
10899
+ static {
10900
+ __name(this, "SelectObjectContentCommand");
10901
+ }
10491
10902
  };
10492
- __name(_SelectObjectContentCommand, "SelectObjectContentCommand");
10493
- var SelectObjectContentCommand = _SelectObjectContentCommand;
10494
10903
 
10495
10904
  // src/commands/UploadPartCommand.ts
10496
10905
 
10497
- var import_middleware_sdk_s361 = require("@aws-sdk/middleware-sdk-s3");
10906
+ var import_middleware_sdk_s362 = require("@aws-sdk/middleware-sdk-s3");
10498
10907
 
10499
10908
 
10500
10909
 
10501
10910
 
10502
- var _UploadPartCommand = class _UploadPartCommand extends import_smithy_client.Command.classBuilder().ep({
10911
+ var UploadPartCommand = class extends import_smithy_client.Command.classBuilder().ep({
10503
10912
  ...commonParams,
10504
10913
  Bucket: { type: "contextParams", name: "Bucket" },
10505
10914
  Key: { type: "contextParams", name: "Key" }
@@ -10508,24 +10917,25 @@ var _UploadPartCommand = class _UploadPartCommand extends import_smithy_client.C
10508
10917
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10509
10918
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10510
10919
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10511
- requestAlgorithmMember: "ChecksumAlgorithm",
10920
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10512
10921
  requestChecksumRequired: false
10513
10922
  }),
10514
- (0, import_middleware_sdk_s361.getThrow200ExceptionsPlugin)(config),
10923
+ (0, import_middleware_sdk_s362.getThrow200ExceptionsPlugin)(config),
10515
10924
  (0, import_middleware_ssec.getSsecPlugin)(config)
10516
10925
  ];
10517
10926
  }).s("AmazonS3", "UploadPart", {}).n("S3Client", "UploadPartCommand").f(UploadPartRequestFilterSensitiveLog, UploadPartOutputFilterSensitiveLog).ser(se_UploadPartCommand).de(de_UploadPartCommand).build() {
10927
+ static {
10928
+ __name(this, "UploadPartCommand");
10929
+ }
10518
10930
  };
10519
- __name(_UploadPartCommand, "UploadPartCommand");
10520
- var UploadPartCommand = _UploadPartCommand;
10521
10931
 
10522
10932
  // src/commands/UploadPartCopyCommand.ts
10523
- var import_middleware_sdk_s362 = require("@aws-sdk/middleware-sdk-s3");
10933
+ var import_middleware_sdk_s363 = require("@aws-sdk/middleware-sdk-s3");
10524
10934
 
10525
10935
 
10526
10936
 
10527
10937
 
10528
- var _UploadPartCopyCommand = class _UploadPartCopyCommand extends import_smithy_client.Command.classBuilder().ep({
10938
+ var UploadPartCopyCommand = class extends import_smithy_client.Command.classBuilder().ep({
10529
10939
  ...commonParams,
10530
10940
  DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
10531
10941
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -10533,19 +10943,20 @@ var _UploadPartCopyCommand = class _UploadPartCopyCommand extends import_smithy_
10533
10943
  return [
10534
10944
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10535
10945
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10536
- (0, import_middleware_sdk_s362.getThrow200ExceptionsPlugin)(config),
10946
+ (0, import_middleware_sdk_s363.getThrow200ExceptionsPlugin)(config),
10537
10947
  (0, import_middleware_ssec.getSsecPlugin)(config)
10538
10948
  ];
10539
10949
  }).s("AmazonS3", "UploadPartCopy", {}).n("S3Client", "UploadPartCopyCommand").f(UploadPartCopyRequestFilterSensitiveLog, UploadPartCopyOutputFilterSensitiveLog).ser(se_UploadPartCopyCommand).de(de_UploadPartCopyCommand).build() {
10950
+ static {
10951
+ __name(this, "UploadPartCopyCommand");
10952
+ }
10540
10953
  };
10541
- __name(_UploadPartCopyCommand, "UploadPartCopyCommand");
10542
- var UploadPartCopyCommand = _UploadPartCopyCommand;
10543
10954
 
10544
10955
  // src/commands/WriteGetObjectResponseCommand.ts
10545
10956
 
10546
10957
 
10547
10958
 
10548
- var _WriteGetObjectResponseCommand = class _WriteGetObjectResponseCommand extends import_smithy_client.Command.classBuilder().ep({
10959
+ var WriteGetObjectResponseCommand = class extends import_smithy_client.Command.classBuilder().ep({
10549
10960
  ...commonParams,
10550
10961
  UseObjectLambdaEndpoint: { type: "staticContextParams", value: true }
10551
10962
  }).m(function(Command, cs, config, o) {
@@ -10554,9 +10965,10 @@ var _WriteGetObjectResponseCommand = class _WriteGetObjectResponseCommand extend
10554
10965
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10555
10966
  ];
10556
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
+ }
10557
10971
  };
10558
- __name(_WriteGetObjectResponseCommand, "WriteGetObjectResponseCommand");
10559
- var WriteGetObjectResponseCommand = _WriteGetObjectResponseCommand;
10560
10972
 
10561
10973
  // src/S3.ts
10562
10974
  var commands = {
@@ -10564,6 +10976,7 @@ var commands = {
10564
10976
  CompleteMultipartUploadCommand,
10565
10977
  CopyObjectCommand,
10566
10978
  CreateBucketCommand,
10979
+ CreateBucketMetadataTableConfigurationCommand,
10567
10980
  CreateMultipartUploadCommand,
10568
10981
  CreateSessionCommand,
10569
10982
  DeleteBucketCommand,
@@ -10573,6 +10986,7 @@ var commands = {
10573
10986
  DeleteBucketIntelligentTieringConfigurationCommand,
10574
10987
  DeleteBucketInventoryConfigurationCommand,
10575
10988
  DeleteBucketLifecycleCommand,
10989
+ DeleteBucketMetadataTableConfigurationCommand,
10576
10990
  DeleteBucketMetricsConfigurationCommand,
10577
10991
  DeleteBucketOwnershipControlsCommand,
10578
10992
  DeleteBucketPolicyCommand,
@@ -10593,6 +11007,7 @@ var commands = {
10593
11007
  GetBucketLifecycleConfigurationCommand,
10594
11008
  GetBucketLocationCommand,
10595
11009
  GetBucketLoggingCommand,
11010
+ GetBucketMetadataTableConfigurationCommand,
10596
11011
  GetBucketMetricsConfigurationCommand,
10597
11012
  GetBucketNotificationConfigurationCommand,
10598
11013
  GetBucketOwnershipControlsCommand,
@@ -10656,10 +11071,11 @@ var commands = {
10656
11071
  UploadPartCopyCommand,
10657
11072
  WriteGetObjectResponseCommand
10658
11073
  };
10659
- var _S3 = class _S3 extends S3Client {
11074
+ var S3 = class extends S3Client {
11075
+ static {
11076
+ __name(this, "S3");
11077
+ }
10660
11078
  };
10661
- __name(_S3, "S3");
10662
- var S3 = _S3;
10663
11079
  (0, import_smithy_client.createAggregatedClient)(commands, S3);
10664
11080
 
10665
11081
  // src/pagination/ListBucketsPaginator.ts
@@ -10791,6 +11207,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
10791
11207
  CompleteMultipartUploadCommand,
10792
11208
  CopyObjectCommand,
10793
11209
  CreateBucketCommand,
11210
+ CreateBucketMetadataTableConfigurationCommand,
10794
11211
  CreateMultipartUploadCommand,
10795
11212
  CreateSessionCommand,
10796
11213
  DeleteBucketAnalyticsConfigurationCommand,
@@ -10800,6 +11217,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
10800
11217
  DeleteBucketIntelligentTieringConfigurationCommand,
10801
11218
  DeleteBucketInventoryConfigurationCommand,
10802
11219
  DeleteBucketLifecycleCommand,
11220
+ DeleteBucketMetadataTableConfigurationCommand,
10803
11221
  DeleteBucketMetricsConfigurationCommand,
10804
11222
  DeleteBucketOwnershipControlsCommand,
10805
11223
  DeleteBucketPolicyCommand,
@@ -10820,6 +11238,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
10820
11238
  GetBucketLifecycleConfigurationCommand,
10821
11239
  GetBucketLocationCommand,
10822
11240
  GetBucketLoggingCommand,
11241
+ GetBucketMetadataTableConfigurationCommand,
10823
11242
  GetBucketMetricsConfigurationCommand,
10824
11243
  GetBucketNotificationConfigurationCommand,
10825
11244
  GetBucketOwnershipControlsCommand,
@@ -10901,6 +11320,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
10901
11320
  Type,
10902
11321
  Permission,
10903
11322
  OwnerOverride,
11323
+ ChecksumType,
10904
11324
  ServerSideEncryption,
10905
11325
  ObjectCannedACL,
10906
11326
  ChecksumAlgorithm,
@@ -10988,8 +11408,6 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
10988
11408
  HeadObjectRequestFilterSensitiveLog,
10989
11409
  ListBucketInventoryConfigurationsOutputFilterSensitiveLog,
10990
11410
  ListPartsRequestFilterSensitiveLog,
10991
- PutBucketEncryptionRequestFilterSensitiveLog,
10992
- PutBucketInventoryConfigurationRequestFilterSensitiveLog,
10993
11411
  MFADelete,
10994
11412
  EncryptionTypeMismatch,
10995
11413
  InvalidRequest,
@@ -11004,6 +11422,8 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
11004
11422
  QuoteFields,
11005
11423
  RestoreRequestType,
11006
11424
  SelectObjectContentEventStream,
11425
+ PutBucketEncryptionRequestFilterSensitiveLog,
11426
+ PutBucketInventoryConfigurationRequestFilterSensitiveLog,
11007
11427
  PutObjectOutputFilterSensitiveLog,
11008
11428
  PutObjectRequestFilterSensitiveLog,
11009
11429
  EncryptionFilterSensitiveLog,