@gemeentenijmegen/webapp 1.1.1 → 1.1.3

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 (498) hide show
  1. package/.jsii +13 -13
  2. package/assets/webapp/auth/auth.lambda/index.js +60 -42
  3. package/assets/webapp/login/login.lambda/index.js +60 -42
  4. package/assets/webapp/logout/logout.lambda/index.js +56 -209
  5. package/lib/webapp/Criticality.js +1 -1
  6. package/lib/webapp/Webapp.js +1 -1
  7. package/lib/webapp/Webpage.js +1 -1
  8. package/lib/webapp/util/Files.js +1 -1
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +1 -1
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +60 -19
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +30 -14
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +17 -1
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +10 -0
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +29 -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 +21 -0
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +10 -0
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +4 -0
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +21 -0
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +8 -0
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +3 -0
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +25 -0
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +25 -0
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +10 -0
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +3 -0
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +34 -0
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +821 -655
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +763 -642
  30. package/node_modules/@aws-sdk/client-dynamodb/package.json +37 -37
  31. package/node_modules/@aws-sdk/client-s3/README.md +24 -0
  32. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  33. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +510 -133
  34. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +6 -0
  35. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +32 -0
  36. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +26 -0
  37. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +1 -1
  38. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +28 -0
  39. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +0 -1
  40. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +1 -1
  41. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +1 -1
  42. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +1 -1
  43. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -2
  44. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +1 -1
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +1 -1
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +1 -1
  47. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +0 -1
  48. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +1 -1
  49. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +1 -1
  50. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +1 -1
  51. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +1 -1
  52. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +1 -1
  53. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +1 -1
  54. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +1 -1
  55. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +1 -1
  56. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +1 -1
  57. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +1 -1
  58. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +1 -1
  59. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +1 -1
  60. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +1 -1
  61. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +1 -1
  62. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +1 -1
  63. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +3 -0
  64. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  65. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +2 -12
  66. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +61 -0
  67. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +234 -4
  68. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +21 -0
  69. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +5 -2
  70. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +19 -15
  71. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +51 -44
  72. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +80 -59
  73. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +66 -50
  74. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +134 -0
  75. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +95 -68
  76. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +33 -18
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +14 -6
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +19 -11
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +53 -9
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +95 -0
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +29 -24
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +66 -53
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +44 -29
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +1 -1
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +19 -11
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +62 -17
  103. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
  104. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +111 -0
  106. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +34 -24
  110. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
  112. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +1 -1
  117. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +65 -46
  118. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +84 -64
  119. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -1
  120. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
  121. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -1
  122. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +20 -20
  123. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
  124. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -1
  125. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +36 -19
  126. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +65 -42
  127. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
  128. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
  129. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  130. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
  131. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +10 -3
  132. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +15 -5
  133. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +53 -35
  134. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
  135. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
  136. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +26 -16
  137. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +25 -19
  138. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  139. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
  140. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  141. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +2 -2
  142. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +52 -36
  143. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +2 -2
  144. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -2
  145. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +90 -46
  146. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +2 -2
  147. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -2
  148. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  149. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  150. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +34 -24
  151. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +3 -4
  152. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  153. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  154. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +6 -7
  155. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
  156. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
  157. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +129 -79
  158. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  159. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -3
  160. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
  161. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
  162. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  163. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
  164. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +1 -1
  165. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +55 -43
  166. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +69 -54
  167. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
  168. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +3 -0
  169. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +2123 -1768
  170. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +910 -429
  171. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +27 -0
  172. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +69 -0
  173. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +18 -0
  174. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +47 -0
  175. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +47 -0
  176. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +51 -0
  177. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  178. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  179. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  180. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  181. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  182. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  183. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  184. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +3 -0
  185. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +828 -825
  186. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +379 -280
  187. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +36 -0
  188. package/node_modules/@aws-sdk/client-s3/package.json +57 -57
  189. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +184 -184
  190. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +184 -184
  191. package/node_modules/@aws-sdk/client-secrets-manager/package.json +35 -35
  192. package/node_modules/@aws-sdk/client-ssm/README.md +39 -7
  193. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +834 -437
  194. package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +8 -0
  195. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +22 -0
  196. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +23 -0
  197. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +22 -0
  198. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +1 -1
  199. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +22 -0
  200. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +4 -0
  201. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +99 -144
  202. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +167 -1
  203. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesPaginator.js +4 -0
  204. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesSummaryPaginator.js +4 -0
  205. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +2 -0
  206. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +159 -3
  207. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +29 -0
  208. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +6 -2
  209. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
  210. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +1 -1
  211. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
  212. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
  213. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
  214. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -1
  215. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +127 -0
  216. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +3 -4
  217. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +3 -4
  218. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
  219. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
  220. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
  221. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +175 -0
  222. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +166 -0
  223. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
  224. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -1
  225. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
  226. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
  227. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +1 -1
  228. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
  229. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
  230. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +157 -0
  231. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +4 -0
  232. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +711 -706
  233. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +2303 -2337
  234. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +961 -196
  235. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
  236. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +7 -0
  237. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +2 -0
  238. package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +36 -0
  239. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +69 -0
  240. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +24 -0
  241. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +51 -0
  242. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
  243. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +48 -0
  244. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +2 -4
  245. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -1
  246. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -1
  247. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -1
  248. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -1
  249. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -1
  250. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +51 -0
  251. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +4 -0
  252. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +706 -702
  253. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +1010 -1004
  254. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +436 -198
  255. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
  256. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesSummaryPaginator.d.ts +11 -0
  257. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +2 -0
  258. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
  259. package/node_modules/@aws-sdk/client-ssm/package.json +36 -36
  260. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
  261. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
  262. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  263. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +74 -74
  264. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +74 -74
  265. package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
  266. package/node_modules/@aws-sdk/client-sts/README.md +8 -0
  267. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +89 -12
  268. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
  269. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
  270. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
  271. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +4 -0
  272. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +53 -0
  273. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
  274. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
  275. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +13 -13
  276. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +8 -8
  277. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +15 -30
  278. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
  279. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -2
  280. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +8 -8
  281. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +6 -6
  282. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
  283. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +202 -88
  284. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +9 -0
  285. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
  286. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -0
  287. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
  288. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
  289. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +68 -56
  290. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
  291. package/node_modules/@aws-sdk/client-sts/package.json +36 -36
  292. package/node_modules/@aws-sdk/core/package.json +14 -14
  293. package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
  294. package/node_modules/@aws-sdk/credential-provider-http/package.json +12 -12
  295. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +3 -1
  296. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +2 -0
  297. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -1
  298. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -2
  299. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +2 -2
  300. package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
  301. package/node_modules/@aws-sdk/credential-provider-node/package.json +14 -14
  302. package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -8
  303. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +4 -0
  304. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
  305. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -1
  306. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  307. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  308. package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -10
  309. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -10
  310. package/node_modules/@aws-sdk/endpoint-cache/package.json +3 -3
  311. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +8 -8
  312. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +10 -10
  313. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +8 -8
  314. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +2 -2
  315. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +2 -2
  316. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +5 -3
  317. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +1 -1
  318. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +13 -13
  319. package/node_modules/@aws-sdk/middleware-host-header/package.json +8 -8
  320. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +7 -7
  321. package/node_modules/@aws-sdk/middleware-logger/package.json +7 -7
  322. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -8
  323. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +19 -18
  324. package/node_modules/@aws-sdk/middleware-ssec/package.json +7 -7
  325. package/node_modules/@aws-sdk/middleware-user-agent/package.json +11 -11
  326. package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -7
  327. package/node_modules/@aws-sdk/s3-request-presigner/package.json +12 -12
  328. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -8
  329. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +11 -10
  330. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -1
  331. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  332. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +5 -7
  333. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +4 -0
  334. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -1
  335. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +3 -3
  336. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +3 -1
  337. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  338. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -1
  339. package/node_modules/@aws-sdk/token-providers/package.json +8 -8
  340. package/node_modules/@aws-sdk/types/package.json +2 -2
  341. package/node_modules/@aws-sdk/util-arn-parser/package.json +3 -3
  342. package/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
  343. package/node_modules/@aws-sdk/util-format-url/package.json +6 -6
  344. package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
  345. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -5
  346. package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -7
  347. package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
  348. package/node_modules/@gemeentenijmegen/apiclient/package.json +8 -8
  349. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +5 -5
  350. package/node_modules/@gemeentenijmegen/session/package.json +5 -5
  351. package/node_modules/@gemeentenijmegen/utils/package.json +8 -8
  352. package/node_modules/@smithy/abort-controller/package.json +4 -3
  353. package/node_modules/@smithy/config-resolver/package.json +7 -6
  354. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +32 -7
  355. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +21 -20
  356. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +2 -2
  357. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +11 -1
  358. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +5 -0
  359. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +8 -2
  360. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +1 -0
  361. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
  362. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
  363. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +23 -0
  364. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +1 -0
  365. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +4 -2
  366. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +23 -0
  367. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +1 -0
  368. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +4 -2
  369. package/node_modules/@smithy/core/package.json +10 -9
  370. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  371. package/node_modules/@smithy/eventstream-codec/package.json +4 -3
  372. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  373. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +5 -4
  374. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  375. package/node_modules/@smithy/eventstream-serde-universal/package.json +5 -4
  376. package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +1 -0
  377. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +10 -3
  378. package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
  379. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +3 -2
  380. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +1 -1
  381. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
  382. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -0
  383. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
  384. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -0
  385. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  386. package/node_modules/@smithy/hash-blob-browser/package.json +4 -3
  387. package/node_modules/@smithy/hash-node/package.json +4 -3
  388. package/node_modules/@smithy/hash-stream-node/package.json +4 -3
  389. package/node_modules/@smithy/invalid-dependency/package.json +4 -3
  390. package/node_modules/@smithy/md5-js/package.json +4 -3
  391. package/node_modules/@smithy/middleware-content-length/package.json +5 -4
  392. package/node_modules/@smithy/middleware-endpoint/package.json +11 -10
  393. package/node_modules/@smithy/middleware-retry/package.json +12 -10
  394. package/node_modules/@smithy/middleware-serde/package.json +6 -4
  395. package/node_modules/@smithy/middleware-stack/package.json +4 -3
  396. package/node_modules/@smithy/node-config-provider/package.json +6 -5
  397. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +29 -20
  398. package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
  399. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -4
  400. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  401. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
  402. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +5 -4
  403. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +2 -1
  404. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
  405. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  406. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +13 -9
  407. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  408. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  409. package/node_modules/@smithy/node-http-handler/package.json +7 -6
  410. package/node_modules/@smithy/property-provider/package.json +4 -3
  411. package/node_modules/@smithy/protocol-http/package.json +4 -3
  412. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  413. package/node_modules/@smithy/querystring-parser/package.json +4 -3
  414. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -2
  415. package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
  416. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
  417. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +1 -1
  418. package/node_modules/@smithy/service-error-classification/package.json +4 -3
  419. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -3
  420. package/node_modules/@smithy/signature-v4/package.json +6 -5
  421. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +22 -34
  422. package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +22 -31
  423. package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +34 -15
  424. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +34 -15
  425. package/node_modules/@smithy/smithy-client/package.json +9 -8
  426. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
  427. package/node_modules/@smithy/types/dist-types/shapes.d.ts +1 -0
  428. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +3 -2
  429. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
  430. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +1 -0
  431. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +3 -2
  432. package/node_modules/@smithy/types/package.json +1 -1
  433. package/node_modules/@smithy/url-parser/package.json +5 -4
  434. package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -5
  435. package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -8
  436. package/node_modules/@smithy/util-endpoints/package.json +7 -5
  437. package/node_modules/@smithy/util-middleware/package.json +4 -3
  438. package/node_modules/@smithy/util-retry/dist-cjs/index.js +5 -1
  439. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
  440. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
  441. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
  442. package/node_modules/@smithy/util-retry/package.json +5 -4
  443. package/node_modules/@smithy/util-stream/dist-cjs/index.js +1 -0
  444. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
  445. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -1
  446. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
  447. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -1
  448. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
  449. package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
  450. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
  451. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
  452. package/node_modules/@smithy/util-stream/package.json +10 -6
  453. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +31 -4
  454. package/node_modules/@smithy/util-waiter/dist-es/poller.js +30 -4
  455. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +5 -0
  456. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +5 -0
  457. package/node_modules/@smithy/util-waiter/package.json +5 -4
  458. package/node_modules/@types/aws-lambda/README.md +1 -1
  459. package/node_modules/@types/aws-lambda/index.d.ts +1 -0
  460. package/node_modules/@types/aws-lambda/package.json +4 -3
  461. package/node_modules/@types/aws-lambda/trigger/guard-duty-event-notification.d.ts +36 -0
  462. package/node_modules/axios/CHANGELOG.md +49 -0
  463. package/node_modules/axios/README.md +20 -8
  464. package/node_modules/axios/dist/axios.js +34 -63
  465. package/node_modules/axios/dist/axios.js.map +1 -1
  466. package/node_modules/axios/dist/axios.min.js +1 -1
  467. package/node_modules/axios/dist/axios.min.js.map +1 -1
  468. package/node_modules/axios/dist/browser/axios.cjs +40 -71
  469. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  470. package/node_modules/axios/dist/esm/axios.js +40 -71
  471. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  472. package/node_modules/axios/dist/esm/axios.min.js +1 -1
  473. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  474. package/node_modules/axios/dist/node/axios.cjs +45 -75
  475. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  476. package/node_modules/axios/index.d.cts +5 -1
  477. package/node_modules/axios/index.d.ts +8 -1
  478. package/node_modules/axios/lib/adapters/http.js +4 -4
  479. package/node_modules/axios/lib/core/Axios.js +7 -2
  480. package/node_modules/axios/lib/core/mergeConfig.js +5 -5
  481. package/node_modules/axios/lib/env/data.js +1 -1
  482. package/node_modules/axios/lib/helpers/buildURL.js +7 -1
  483. package/node_modules/axios/lib/helpers/formDataToStream.js +2 -2
  484. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +12 -65
  485. package/node_modules/axios/lib/helpers/validator.js +8 -0
  486. package/node_modules/axios/package.json +3 -3
  487. package/node_modules/dotenv/CHANGELOG.md +15 -2
  488. package/node_modules/dotenv/README.md +37 -114
  489. package/node_modules/dotenv/package.json +5 -9
  490. package/node_modules/openid-client/lib/helpers/client.js +1 -4
  491. package/node_modules/openid-client/package.json +3 -3
  492. package/package.json +23 -22
  493. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/HISTORY.md +0 -147
  494. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/LICENSE +0 -24
  495. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/README.md +0 -317
  496. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/SECURITY.md +0 -25
  497. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/index.js +0 -274
  498. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/package.json +0 -44
@@ -43,6 +43,7 @@ __export(src_exports, {
43
43
  CopyObjectOutputFilterSensitiveLog: () => CopyObjectOutputFilterSensitiveLog,
44
44
  CopyObjectRequestFilterSensitiveLog: () => CopyObjectRequestFilterSensitiveLog,
45
45
  CreateBucketCommand: () => CreateBucketCommand,
46
+ CreateBucketMetadataTableConfigurationCommand: () => CreateBucketMetadataTableConfigurationCommand,
46
47
  CreateMultipartUploadCommand: () => CreateMultipartUploadCommand,
47
48
  CreateMultipartUploadOutputFilterSensitiveLog: () => CreateMultipartUploadOutputFilterSensitiveLog,
48
49
  CreateMultipartUploadRequestFilterSensitiveLog: () => CreateMultipartUploadRequestFilterSensitiveLog,
@@ -57,6 +58,7 @@ __export(src_exports, {
57
58
  DeleteBucketIntelligentTieringConfigurationCommand: () => DeleteBucketIntelligentTieringConfigurationCommand,
58
59
  DeleteBucketInventoryConfigurationCommand: () => DeleteBucketInventoryConfigurationCommand,
59
60
  DeleteBucketLifecycleCommand: () => DeleteBucketLifecycleCommand,
61
+ DeleteBucketMetadataTableConfigurationCommand: () => DeleteBucketMetadataTableConfigurationCommand,
60
62
  DeleteBucketMetricsConfigurationCommand: () => DeleteBucketMetricsConfigurationCommand,
61
63
  DeleteBucketOwnershipControlsCommand: () => DeleteBucketOwnershipControlsCommand,
62
64
  DeleteBucketPolicyCommand: () => DeleteBucketPolicyCommand,
@@ -70,6 +72,7 @@ __export(src_exports, {
70
72
  DeletePublicAccessBlockCommand: () => DeletePublicAccessBlockCommand,
71
73
  EncodingType: () => EncodingType,
72
74
  EncryptionFilterSensitiveLog: () => EncryptionFilterSensitiveLog,
75
+ EncryptionTypeMismatch: () => EncryptionTypeMismatch,
73
76
  Event: () => Event,
74
77
  ExistingObjectReplicationStatus: () => ExistingObjectReplicationStatus,
75
78
  ExpirationStatus: () => ExpirationStatus,
@@ -88,6 +91,7 @@ __export(src_exports, {
88
91
  GetBucketLifecycleConfigurationCommand: () => GetBucketLifecycleConfigurationCommand,
89
92
  GetBucketLocationCommand: () => GetBucketLocationCommand,
90
93
  GetBucketLoggingCommand: () => GetBucketLoggingCommand,
94
+ GetBucketMetadataTableConfigurationCommand: () => GetBucketMetadataTableConfigurationCommand,
91
95
  GetBucketMetricsConfigurationCommand: () => GetBucketMetricsConfigurationCommand,
92
96
  GetBucketNotificationConfigurationCommand: () => GetBucketNotificationConfigurationCommand,
93
97
  GetBucketOwnershipControlsCommand: () => GetBucketOwnershipControlsCommand,
@@ -118,6 +122,8 @@ __export(src_exports, {
118
122
  IntelligentTieringAccessTier: () => IntelligentTieringAccessTier,
119
123
  IntelligentTieringStatus: () => IntelligentTieringStatus,
120
124
  InvalidObjectState: () => InvalidObjectState,
125
+ InvalidRequest: () => InvalidRequest,
126
+ InvalidWriteOffset: () => InvalidWriteOffset,
121
127
  InventoryConfigurationFilterSensitiveLog: () => InventoryConfigurationFilterSensitiveLog,
122
128
  InventoryDestinationFilterSensitiveLog: () => InventoryDestinationFilterSensitiveLog,
123
129
  InventoryEncryptionFilterSensitiveLog: () => InventoryEncryptionFilterSensitiveLog,
@@ -229,6 +235,7 @@ __export(src_exports, {
229
235
  StorageClassAnalysisSchemaVersion: () => StorageClassAnalysisSchemaVersion,
230
236
  TaggingDirective: () => TaggingDirective,
231
237
  Tier: () => Tier,
238
+ TooManyParts: () => TooManyParts,
232
239
  TransitionDefaultMinimumObjectSize: () => TransitionDefaultMinimumObjectSize,
233
240
  TransitionStorageClass: () => TransitionStorageClass,
234
241
  Type: () => Type,
@@ -472,13 +479,15 @@ var BucketCannedACL = {
472
479
  public_read_write: "public-read-write"
473
480
  };
474
481
  var DataRedundancy = {
475
- SingleAvailabilityZone: "SingleAvailabilityZone"
482
+ SingleAvailabilityZone: "SingleAvailabilityZone",
483
+ SingleLocalZone: "SingleLocalZone"
476
484
  };
477
485
  var BucketType = {
478
486
  Directory: "Directory"
479
487
  };
480
488
  var LocationType = {
481
- AvailabilityZone: "AvailabilityZone"
489
+ AvailabilityZone: "AvailabilityZone",
490
+ LocalZone: "LocalZone"
482
491
  };
483
492
  var BucketLocationConstraint = {
484
493
  EU: "EU",
@@ -945,20 +954,6 @@ var ListPartsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
945
954
  ...obj,
946
955
  ...obj.SSECustomerKey && { SSECustomerKey: import_smithy_client.SENSITIVE_STRING }
947
956
  }), "ListPartsRequestFilterSensitiveLog");
948
- var PutBucketEncryptionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
949
- ...obj,
950
- ...obj.ServerSideEncryptionConfiguration && {
951
- ServerSideEncryptionConfiguration: ServerSideEncryptionConfigurationFilterSensitiveLog(
952
- obj.ServerSideEncryptionConfiguration
953
- )
954
- }
955
- }), "PutBucketEncryptionRequestFilterSensitiveLog");
956
- var PutBucketInventoryConfigurationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
957
- ...obj,
958
- ...obj.InventoryConfiguration && {
959
- InventoryConfiguration: InventoryConfigurationFilterSensitiveLog(obj.InventoryConfiguration)
960
- }
961
- }), "PutBucketInventoryConfigurationRequestFilterSensitiveLog");
962
957
 
963
958
  // src/protocols/Aws_restXml.ts
964
959
  var import_core = require("@aws-sdk/core");
@@ -973,6 +968,74 @@ var MFADelete = {
973
968
  Disabled: "Disabled",
974
969
  Enabled: "Enabled"
975
970
  };
971
+ var _EncryptionTypeMismatch = class _EncryptionTypeMismatch extends S3ServiceException {
972
+ /**
973
+ * @internal
974
+ */
975
+ constructor(opts) {
976
+ super({
977
+ name: "EncryptionTypeMismatch",
978
+ $fault: "client",
979
+ ...opts
980
+ });
981
+ this.name = "EncryptionTypeMismatch";
982
+ this.$fault = "client";
983
+ Object.setPrototypeOf(this, _EncryptionTypeMismatch.prototype);
984
+ }
985
+ };
986
+ __name(_EncryptionTypeMismatch, "EncryptionTypeMismatch");
987
+ var EncryptionTypeMismatch = _EncryptionTypeMismatch;
988
+ var _InvalidRequest = class _InvalidRequest extends S3ServiceException {
989
+ /**
990
+ * @internal
991
+ */
992
+ constructor(opts) {
993
+ super({
994
+ name: "InvalidRequest",
995
+ $fault: "client",
996
+ ...opts
997
+ });
998
+ this.name = "InvalidRequest";
999
+ this.$fault = "client";
1000
+ Object.setPrototypeOf(this, _InvalidRequest.prototype);
1001
+ }
1002
+ };
1003
+ __name(_InvalidRequest, "InvalidRequest");
1004
+ var InvalidRequest = _InvalidRequest;
1005
+ var _InvalidWriteOffset = class _InvalidWriteOffset extends S3ServiceException {
1006
+ /**
1007
+ * @internal
1008
+ */
1009
+ constructor(opts) {
1010
+ super({
1011
+ name: "InvalidWriteOffset",
1012
+ $fault: "client",
1013
+ ...opts
1014
+ });
1015
+ this.name = "InvalidWriteOffset";
1016
+ this.$fault = "client";
1017
+ Object.setPrototypeOf(this, _InvalidWriteOffset.prototype);
1018
+ }
1019
+ };
1020
+ __name(_InvalidWriteOffset, "InvalidWriteOffset");
1021
+ var InvalidWriteOffset = _InvalidWriteOffset;
1022
+ var _TooManyParts = class _TooManyParts extends S3ServiceException {
1023
+ /**
1024
+ * @internal
1025
+ */
1026
+ constructor(opts) {
1027
+ super({
1028
+ name: "TooManyParts",
1029
+ $fault: "client",
1030
+ ...opts
1031
+ });
1032
+ this.name = "TooManyParts";
1033
+ this.$fault = "client";
1034
+ Object.setPrototypeOf(this, _TooManyParts.prototype);
1035
+ }
1036
+ };
1037
+ __name(_TooManyParts, "TooManyParts");
1038
+ var TooManyParts = _TooManyParts;
976
1039
  var _ObjectAlreadyInActiveTierError = class _ObjectAlreadyInActiveTierError extends S3ServiceException {
977
1040
  /**
978
1041
  * @internal
@@ -1035,6 +1098,20 @@ var SelectObjectContentEventStream;
1035
1098
  return visitor._(value.$unknown[0], value.$unknown[1]);
1036
1099
  }, "visit");
1037
1100
  })(SelectObjectContentEventStream || (SelectObjectContentEventStream = {}));
1101
+ var PutBucketEncryptionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1102
+ ...obj,
1103
+ ...obj.ServerSideEncryptionConfiguration && {
1104
+ ServerSideEncryptionConfiguration: ServerSideEncryptionConfigurationFilterSensitiveLog(
1105
+ obj.ServerSideEncryptionConfiguration
1106
+ )
1107
+ }
1108
+ }), "PutBucketEncryptionRequestFilterSensitiveLog");
1109
+ var PutBucketInventoryConfigurationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1110
+ ...obj,
1111
+ ...obj.InventoryConfiguration && {
1112
+ InventoryConfiguration: InventoryConfigurationFilterSensitiveLog(obj.InventoryConfiguration)
1113
+ }
1114
+ }), "PutBucketInventoryConfigurationRequestFilterSensitiveLog");
1038
1115
  var PutObjectOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1039
1116
  ...obj,
1040
1117
  ...obj.SSEKMSKeyId && { SSEKMSKeyId: import_smithy_client.SENSITIVE_STRING },
@@ -1115,7 +1192,8 @@ var se_AbortMultipartUploadCommand = /* @__PURE__ */ __name(async (input, contex
1115
1192
  const b = (0, import_core2.requestBuilder)(input, context);
1116
1193
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
1117
1194
  [_xarp]: input[_RP],
1118
- [_xaebo]: input[_EBO]
1195
+ [_xaebo]: input[_EBO],
1196
+ [_xaimit]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMIT]), () => (0, import_smithy_client.dateToUtcString)(input[_IMIT]).toString()]
1119
1197
  });
1120
1198
  b.bp("/{Key+}");
1121
1199
  b.p("Bucket", () => input.Bucket, "{Bucket}", false);
@@ -1138,6 +1216,7 @@ var se_CompleteMultipartUploadCommand = /* @__PURE__ */ __name(async (input, con
1138
1216
  [_xacs_]: input[_CSHAh],
1139
1217
  [_xarp]: input[_RP],
1140
1218
  [_xaebo]: input[_EBO],
1219
+ [_im]: input[_IM],
1141
1220
  [_inm]: input[_INM],
1142
1221
  [_xasseca]: input[_SSECA],
1143
1222
  [_xasseck]: input[_SSECK],
@@ -1243,6 +1322,30 @@ var se_CreateBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
1243
1322
  b.m("PUT").h(headers).b(body);
1244
1323
  return b.build();
1245
1324
  }, "se_CreateBucketCommand");
1325
+ var se_CreateBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1326
+ const b = (0, import_core2.requestBuilder)(input, context);
1327
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
1328
+ "content-type": "application/xml",
1329
+ [_cm]: input[_CMD],
1330
+ [_xasca]: input[_CA],
1331
+ [_xaebo]: input[_EBO]
1332
+ });
1333
+ b.bp("/");
1334
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
1335
+ const query = (0, import_smithy_client.map)({
1336
+ [_mT]: [, ""]
1337
+ });
1338
+ let body;
1339
+ let contents;
1340
+ if (input.MetadataTableConfiguration !== void 0) {
1341
+ contents = se_MetadataTableConfiguration(input.MetadataTableConfiguration, context);
1342
+ body = _ve;
1343
+ contents.a("xmlns", "http://s3.amazonaws.com/doc/2006-03-01/");
1344
+ body += contents.toString();
1345
+ }
1346
+ b.m("POST").h(headers).q(query).b(body);
1347
+ return b.build();
1348
+ }, "se_CreateBucketMetadataTableConfigurationCommand");
1246
1349
  var se_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (input, context) => {
1247
1350
  const b = (0, import_core2.requestBuilder)(input, context);
1248
1351
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
@@ -1402,6 +1505,20 @@ var se_DeleteBucketLifecycleCommand = /* @__PURE__ */ __name(async (input, conte
1402
1505
  b.m("DELETE").h(headers).q(query).b(body);
1403
1506
  return b.build();
1404
1507
  }, "se_DeleteBucketLifecycleCommand");
1508
+ var se_DeleteBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1509
+ const b = (0, import_core2.requestBuilder)(input, context);
1510
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
1511
+ [_xaebo]: input[_EBO]
1512
+ });
1513
+ b.bp("/");
1514
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
1515
+ const query = (0, import_smithy_client.map)({
1516
+ [_mT]: [, ""]
1517
+ });
1518
+ let body;
1519
+ b.m("DELETE").h(headers).q(query).b(body);
1520
+ return b.build();
1521
+ }, "se_DeleteBucketMetadataTableConfigurationCommand");
1405
1522
  var se_DeleteBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1406
1523
  const b = (0, import_core2.requestBuilder)(input, context);
1407
1524
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
@@ -1493,7 +1610,10 @@ var se_DeleteObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
1493
1610
  [_xam]: input[_MFA],
1494
1611
  [_xarp]: input[_RP],
1495
1612
  [_xabgr]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_BGR]), () => input[_BGR].toString()],
1496
- [_xaebo]: input[_EBO]
1613
+ [_xaebo]: input[_EBO],
1614
+ [_im]: input[_IM],
1615
+ [_xaimlmt]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMLMT]), () => (0, import_smithy_client.dateToUtcString)(input[_IMLMT]).toString()],
1616
+ [_xaims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMS]), () => input[_IMS].toString()]
1497
1617
  });
1498
1618
  b.bp("/{Key+}");
1499
1619
  b.p("Bucket", () => input.Bucket, "{Bucket}", false);
@@ -1707,6 +1827,20 @@ var se_GetBucketLoggingCommand = /* @__PURE__ */ __name(async (input, context) =
1707
1827
  b.m("GET").h(headers).q(query).b(body);
1708
1828
  return b.build();
1709
1829
  }, "se_GetBucketLoggingCommand");
1830
+ var se_GetBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1831
+ const b = (0, import_core2.requestBuilder)(input, context);
1832
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
1833
+ [_xaebo]: input[_EBO]
1834
+ });
1835
+ b.bp("/");
1836
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
1837
+ const query = (0, import_smithy_client.map)({
1838
+ [_mT]: [, ""]
1839
+ });
1840
+ let body;
1841
+ b.m("GET").h(headers).q(query).b(body);
1842
+ return b.build();
1843
+ }, "se_GetBucketMetadataTableConfigurationCommand");
1710
1844
  var se_GetBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1711
1845
  const b = (0, import_core2.requestBuilder)(input, context);
1712
1846
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
@@ -1853,7 +1987,7 @@ var se_GetObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
1853
1987
  const b = (0, import_core2.requestBuilder)(input, context);
1854
1988
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
1855
1989
  [_im]: input[_IM],
1856
- [_ims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMS]), () => (0, import_smithy_client.dateToUtcString)(input[_IMS]).toString()],
1990
+ [_ims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMSf]), () => (0, import_smithy_client.dateToUtcString)(input[_IMSf]).toString()],
1857
1991
  [_inm]: input[_INM],
1858
1992
  [_ius]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IUS]), () => (0, import_smithy_client.dateToUtcString)(input[_IUS]).toString()],
1859
1993
  [_ra]: input[_R],
@@ -2032,7 +2166,7 @@ var se_HeadObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
2032
2166
  const b = (0, import_core2.requestBuilder)(input, context);
2033
2167
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
2034
2168
  [_im]: input[_IM],
2035
- [_ims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMS]), () => (0, import_smithy_client.dateToUtcString)(input[_IMS]).toString()],
2169
+ [_ims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMSf]), () => (0, import_smithy_client.dateToUtcString)(input[_IMSf]).toString()],
2036
2170
  [_inm]: input[_INM],
2037
2171
  [_ius]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IUS]), () => (0, import_smithy_client.dateToUtcString)(input[_IUS]).toString()],
2038
2172
  [_ra]: input[_R],
@@ -2707,11 +2841,13 @@ var se_PutObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
2707
2841
  [_xacs]: input[_CSHA],
2708
2842
  [_xacs_]: input[_CSHAh],
2709
2843
  [_e]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
2844
+ [_im]: input[_IM],
2710
2845
  [_inm]: input[_INM],
2711
2846
  [_xagfc]: input[_GFC],
2712
2847
  [_xagr]: input[_GR],
2713
2848
  [_xagra]: input[_GRACP],
2714
2849
  [_xagwa]: input[_GWACP],
2850
+ [_xawob]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_WOB]), () => input[_WOB].toString()],
2715
2851
  [_xasse]: input[_SSE],
2716
2852
  [_xasc]: input[_SC],
2717
2853
  [_xawrl]: input[_WRL],
@@ -3199,6 +3335,16 @@ var de_CreateBucketCommand = /* @__PURE__ */ __name(async (output, context) => {
3199
3335
  await (0, import_smithy_client.collectBody)(output.body, context);
3200
3336
  return contents;
3201
3337
  }, "de_CreateBucketCommand");
3338
+ var de_CreateBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
3339
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3340
+ return de_CommandError(output, context);
3341
+ }
3342
+ const contents = (0, import_smithy_client.map)({
3343
+ $metadata: deserializeMetadata(output)
3344
+ });
3345
+ await (0, import_smithy_client.collectBody)(output.body, context);
3346
+ return contents;
3347
+ }, "de_CreateBucketMetadataTableConfigurationCommand");
3202
3348
  var de_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (output, context) => {
3203
3349
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3204
3350
  return de_CommandError(output, context);
@@ -3318,6 +3464,16 @@ var de_DeleteBucketLifecycleCommand = /* @__PURE__ */ __name(async (output, cont
3318
3464
  await (0, import_smithy_client.collectBody)(output.body, context);
3319
3465
  return contents;
3320
3466
  }, "de_DeleteBucketLifecycleCommand");
3467
+ var de_DeleteBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
3468
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
3469
+ return de_CommandError(output, context);
3470
+ }
3471
+ const contents = (0, import_smithy_client.map)({
3472
+ $metadata: deserializeMetadata(output)
3473
+ });
3474
+ await (0, import_smithy_client.collectBody)(output.body, context);
3475
+ return contents;
3476
+ }, "de_DeleteBucketMetadataTableConfigurationCommand");
3321
3477
  var de_DeleteBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
3322
3478
  if (output.statusCode !== 204 && output.statusCode >= 300) {
3323
3479
  return de_CommandError(output, context);
@@ -3566,6 +3722,17 @@ var de_GetBucketLoggingCommand = /* @__PURE__ */ __name(async (output, context)
3566
3722
  }
3567
3723
  return contents;
3568
3724
  }, "de_GetBucketLoggingCommand");
3725
+ var de_GetBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
3726
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3727
+ return de_CommandError(output, context);
3728
+ }
3729
+ const contents = (0, import_smithy_client.map)({
3730
+ $metadata: deserializeMetadata(output)
3731
+ });
3732
+ const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
3733
+ contents.GetBucketMetadataTableConfigurationResult = de_GetBucketMetadataTableConfigurationResult(data, context);
3734
+ return contents;
3735
+ }, "de_GetBucketMetadataTableConfigurationCommand");
3569
3736
  var de_GetBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
3570
3737
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3571
3738
  return de_CommandError(output, context);
@@ -4558,6 +4725,7 @@ var de_PutObjectCommand = /* @__PURE__ */ __name(async (output, context) => {
4558
4725
  [_SSEKMSKI]: [, output.headers[_xasseakki]],
4559
4726
  [_SSEKMSEC]: [, output.headers[_xassec]],
4560
4727
  [_BKE]: [() => void 0 !== output.headers[_xassebke], () => (0, import_smithy_client.parseBoolean)(output.headers[_xassebke])],
4728
+ [_Si]: [() => void 0 !== output.headers[_xaos], () => (0, import_smithy_client.strictParseLong)(output.headers[_xaos])],
4561
4729
  [_RC]: [, output.headers[_xarc]]
4562
4730
  });
4563
4731
  await (0, import_smithy_client.collectBody)(output.body, context);
@@ -4731,6 +4899,18 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
4731
4899
  case "NotFound":
4732
4900
  case "com.amazonaws.s3#NotFound":
4733
4901
  throw await de_NotFoundRes(parsedOutput, context);
4902
+ case "EncryptionTypeMismatch":
4903
+ case "com.amazonaws.s3#EncryptionTypeMismatch":
4904
+ throw await de_EncryptionTypeMismatchRes(parsedOutput, context);
4905
+ case "InvalidRequest":
4906
+ case "com.amazonaws.s3#InvalidRequest":
4907
+ throw await de_InvalidRequestRes(parsedOutput, context);
4908
+ case "InvalidWriteOffset":
4909
+ case "com.amazonaws.s3#InvalidWriteOffset":
4910
+ throw await de_InvalidWriteOffsetRes(parsedOutput, context);
4911
+ case "TooManyParts":
4912
+ case "com.amazonaws.s3#TooManyParts":
4913
+ throw await de_TooManyPartsRes(parsedOutput, context);
4734
4914
  case "ObjectAlreadyInActiveTierError":
4735
4915
  case "com.amazonaws.s3#ObjectAlreadyInActiveTierError":
4736
4916
  throw await de_ObjectAlreadyInActiveTierErrorRes(parsedOutput, context);
@@ -4762,6 +4942,15 @@ var de_BucketAlreadyOwnedByYouRes = /* @__PURE__ */ __name(async (parsedOutput,
4762
4942
  });
4763
4943
  return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
4764
4944
  }, "de_BucketAlreadyOwnedByYouRes");
4945
+ var de_EncryptionTypeMismatchRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
4946
+ const contents = (0, import_smithy_client.map)({});
4947
+ const data = parsedOutput.body;
4948
+ const exception = new EncryptionTypeMismatch({
4949
+ $metadata: deserializeMetadata(parsedOutput),
4950
+ ...contents
4951
+ });
4952
+ return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
4953
+ }, "de_EncryptionTypeMismatchRes");
4765
4954
  var de_InvalidObjectStateRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
4766
4955
  const contents = (0, import_smithy_client.map)({});
4767
4956
  const data = parsedOutput.body;
@@ -4777,6 +4966,24 @@ var de_InvalidObjectStateRes = /* @__PURE__ */ __name(async (parsedOutput, conte
4777
4966
  });
4778
4967
  return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
4779
4968
  }, "de_InvalidObjectStateRes");
4969
+ var de_InvalidRequestRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
4970
+ const contents = (0, import_smithy_client.map)({});
4971
+ const data = parsedOutput.body;
4972
+ const exception = new InvalidRequest({
4973
+ $metadata: deserializeMetadata(parsedOutput),
4974
+ ...contents
4975
+ });
4976
+ return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
4977
+ }, "de_InvalidRequestRes");
4978
+ var de_InvalidWriteOffsetRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
4979
+ const contents = (0, import_smithy_client.map)({});
4980
+ const data = parsedOutput.body;
4981
+ const exception = new InvalidWriteOffset({
4982
+ $metadata: deserializeMetadata(parsedOutput),
4983
+ ...contents
4984
+ });
4985
+ return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
4986
+ }, "de_InvalidWriteOffsetRes");
4780
4987
  var de_NoSuchBucketRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
4781
4988
  const contents = (0, import_smithy_client.map)({});
4782
4989
  const data = parsedOutput.body;
@@ -4831,6 +5038,15 @@ var de_ObjectNotInActiveTierErrorRes = /* @__PURE__ */ __name(async (parsedOutpu
4831
5038
  });
4832
5039
  return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
4833
5040
  }, "de_ObjectNotInActiveTierErrorRes");
5041
+ var de_TooManyPartsRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
5042
+ const contents = (0, import_smithy_client.map)({});
5043
+ const data = parsedOutput.body;
5044
+ const exception = new TooManyParts({
5045
+ $metadata: deserializeMetadata(parsedOutput),
5046
+ ...contents
5047
+ });
5048
+ return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
5049
+ }, "de_TooManyPartsRes");
4834
5050
  var de_SelectObjectContentEventStream = /* @__PURE__ */ __name((output, context) => {
4835
5051
  return context.eventStreamMarshaller.deserialize(output, async (event) => {
4836
5052
  if (event["Records"] != null) {
@@ -5515,6 +5731,13 @@ var se_MetadataEntry = /* @__PURE__ */ __name((input, context) => {
5515
5731
  }
5516
5732
  return bn;
5517
5733
  }, "se_MetadataEntry");
5734
+ var se_MetadataTableConfiguration = /* @__PURE__ */ __name((input, context) => {
5735
+ const bn = new import_xml_builder.XmlNode(_MTC);
5736
+ if (input[_STD] != null) {
5737
+ bn.c(se_S3TablesDestination(input[_STD], context).n(_STD));
5738
+ }
5739
+ return bn;
5740
+ }, "se_MetadataTableConfiguration");
5518
5741
  var se_Metrics = /* @__PURE__ */ __name((input, context) => {
5519
5742
  const bn = new import_xml_builder.XmlNode(_Me);
5520
5743
  if (input[_S] != null) {
@@ -5633,6 +5856,13 @@ var se_ObjectIdentifier = /* @__PURE__ */ __name((input, context) => {
5633
5856
  if (input[_VI] != null) {
5634
5857
  bn.c(import_xml_builder.XmlNode.of(_OVI, input[_VI]).n(_VI));
5635
5858
  }
5859
+ bn.cc(input, _ETa);
5860
+ if (input[_LMT] != null) {
5861
+ bn.c(import_xml_builder.XmlNode.of(_LMT, (0, import_smithy_client.dateToUtcString)(input[_LMT]).toString()).n(_LMT));
5862
+ }
5863
+ if (input[_Si] != null) {
5864
+ bn.c(import_xml_builder.XmlNode.of(_Si, String(input[_Si])).n(_Si));
5865
+ }
5636
5866
  return bn;
5637
5867
  }, "se_ObjectIdentifier");
5638
5868
  var se_ObjectIdentifierList = /* @__PURE__ */ __name((input, context) => {
@@ -5926,6 +6156,16 @@ var se_S3Location = /* @__PURE__ */ __name((input, context) => {
5926
6156
  bn.cc(input, _SC);
5927
6157
  return bn;
5928
6158
  }, "se_S3Location");
6159
+ var se_S3TablesDestination = /* @__PURE__ */ __name((input, context) => {
6160
+ const bn = new import_xml_builder.XmlNode(_STD);
6161
+ if (input[_TBA] != null) {
6162
+ bn.c(import_xml_builder.XmlNode.of(_STBA, input[_TBA]).n(_TBA));
6163
+ }
6164
+ if (input[_TN] != null) {
6165
+ bn.c(import_xml_builder.XmlNode.of(_STN, input[_TN]).n(_TN));
6166
+ }
6167
+ return bn;
6168
+ }, "se_S3TablesDestination");
5929
6169
  var se_ScanRange = /* @__PURE__ */ __name((input, context) => {
5930
6170
  const bn = new import_xml_builder.XmlNode(_SR);
5931
6171
  if (input[_St] != null) {
@@ -6522,6 +6762,16 @@ var de__Error = /* @__PURE__ */ __name((output, context) => {
6522
6762
  }
6523
6763
  return contents;
6524
6764
  }, "de__Error");
6765
+ var de_ErrorDetails = /* @__PURE__ */ __name((output, context) => {
6766
+ const contents = {};
6767
+ if (output[_EC] != null) {
6768
+ contents[_EC] = (0, import_smithy_client.expectString)(output[_EC]);
6769
+ }
6770
+ if (output[_EM] != null) {
6771
+ contents[_EM] = (0, import_smithy_client.expectString)(output[_EM]);
6772
+ }
6773
+ return contents;
6774
+ }, "de_ErrorDetails");
6525
6775
  var de_ErrorDocument = /* @__PURE__ */ __name((output, context) => {
6526
6776
  const contents = {};
6527
6777
  if (output[_K] != null) {
@@ -6570,6 +6820,19 @@ var de_FilterRuleList = /* @__PURE__ */ __name((output, context) => {
6570
6820
  return de_FilterRule(entry, context);
6571
6821
  });
6572
6822
  }, "de_FilterRuleList");
6823
+ var de_GetBucketMetadataTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
6824
+ const contents = {};
6825
+ if (output[_MTCR] != null) {
6826
+ contents[_MTCR] = de_MetadataTableConfigurationResult(output[_MTCR], context);
6827
+ }
6828
+ if (output[_S] != null) {
6829
+ contents[_S] = (0, import_smithy_client.expectString)(output[_S]);
6830
+ }
6831
+ if (output[_Er] != null) {
6832
+ contents[_Er] = de_ErrorDetails(output[_Er], context);
6833
+ }
6834
+ return contents;
6835
+ }, "de_GetBucketMetadataTableConfigurationResult");
6573
6836
  var de_GetObjectAttributesParts = /* @__PURE__ */ __name((output, context) => {
6574
6837
  const contents = {};
6575
6838
  if (output[_PC] != null) {
@@ -6911,6 +7174,13 @@ var de_LoggingEnabled = /* @__PURE__ */ __name((output, context) => {
6911
7174
  }
6912
7175
  return contents;
6913
7176
  }, "de_LoggingEnabled");
7177
+ var de_MetadataTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
7178
+ const contents = {};
7179
+ if (output[_STDR] != null) {
7180
+ contents[_STDR] = de_S3TablesDestinationResult(output[_STDR], context);
7181
+ }
7182
+ return contents;
7183
+ }, "de_MetadataTableConfigurationResult");
6914
7184
  var de_Metrics = /* @__PURE__ */ __name((output, context) => {
6915
7185
  const contents = {};
6916
7186
  if (output[_S] != null) {
@@ -7467,6 +7737,22 @@ var de_S3KeyFilter = /* @__PURE__ */ __name((output, context) => {
7467
7737
  }
7468
7738
  return contents;
7469
7739
  }, "de_S3KeyFilter");
7740
+ var de_S3TablesDestinationResult = /* @__PURE__ */ __name((output, context) => {
7741
+ const contents = {};
7742
+ if (output[_TBA] != null) {
7743
+ contents[_TBA] = (0, import_smithy_client.expectString)(output[_TBA]);
7744
+ }
7745
+ if (output[_TN] != null) {
7746
+ contents[_TN] = (0, import_smithy_client.expectString)(output[_TN]);
7747
+ }
7748
+ if (output[_TAa] != null) {
7749
+ contents[_TAa] = (0, import_smithy_client.expectString)(output[_TAa]);
7750
+ }
7751
+ if (output[_TNa] != null) {
7752
+ contents[_TNa] = (0, import_smithy_client.expectString)(output[_TNa]);
7753
+ }
7754
+ return contents;
7755
+ }, "de_S3TablesDestinationResult");
7470
7756
  var de_ServerSideEncryptionByDefault = /* @__PURE__ */ __name((output, context) => {
7471
7757
  const contents = {};
7472
7758
  if (output[_SSEA] != null) {
@@ -7870,7 +8156,10 @@ var _II = "InventoryId";
7870
8156
  var _IIOV = "InventoryIncludedObjectVersions";
7871
8157
  var _IL = "IsLatest";
7872
8158
  var _IM = "IfMatch";
7873
- var _IMS = "IfModifiedSince";
8159
+ var _IMIT = "IfMatchInitiatedTime";
8160
+ var _IMLMT = "IfMatchLastModifiedTime";
8161
+ var _IMS = "IfMatchSize";
8162
+ var _IMSf = "IfModifiedSince";
7874
8163
  var _INM = "IfNoneMatch";
7875
8164
  var _IOF = "InventoryOptionalField";
7876
8165
  var _IOV = "IncludedObjectVersions";
@@ -7913,6 +8202,7 @@ var _LFC = "LambdaFunctionConfigurations";
7913
8202
  var _LFCa = "LambdaFunctionConfiguration";
7914
8203
  var _LI = "LocationInfo";
7915
8204
  var _LM = "LastModified";
8205
+ var _LMT = "LastModifiedTime";
7916
8206
  var _LNAS = "LocationNameAsString";
7917
8207
  var _LP = "LocationPrefix";
7918
8208
  var _LR = "LifecycleRule";
@@ -7938,6 +8228,8 @@ var _MKe = "MetadataKey";
7938
8228
  var _MM = "MissingMeta";
7939
8229
  var _MP = "MaxParts";
7940
8230
  var _MS = "MetricsStatus";
8231
+ var _MTC = "MetadataTableConfiguration";
8232
+ var _MTCR = "MetadataTableConfigurationResult";
7941
8233
  var _MU = "MaxUploads";
7942
8234
  var _MV = "MetadataValue";
7943
8235
  var _Me = "Metrics";
@@ -8093,6 +8385,10 @@ var _SSEKMSKI = "SSEKMSKeyId";
8093
8385
  var _SSER = "ServerSideEncryptionRule";
8094
8386
  var _SSES = "SSES3";
8095
8387
  var _ST = "SessionToken";
8388
+ var _STBA = "S3TablesBucketArn";
8389
+ var _STD = "S3TablesDestination";
8390
+ var _STDR = "S3TablesDestinationResult";
8391
+ var _STN = "S3TablesName";
8096
8392
  var _S_ = "S3";
8097
8393
  var _Sc = "Schedule";
8098
8394
  var _Se = "Setting";
@@ -8101,7 +8397,9 @@ var _St = "Start";
8101
8397
  var _Su = "Suffix";
8102
8398
  var _T = "Tagging";
8103
8399
  var _TA = "TopicArn";
8400
+ var _TAa = "TableArn";
8104
8401
  var _TB = "TargetBucket";
8402
+ var _TBA = "TableBucketArn";
8105
8403
  var _TC = "TagCount";
8106
8404
  var _TCo = "TopicConfiguration";
8107
8405
  var _TCop = "TopicConfigurations";
@@ -8109,6 +8407,8 @@ var _TD = "TaggingDirective";
8109
8407
  var _TDMOS = "TransitionDefaultMinimumObjectSize";
8110
8408
  var _TG = "TargetGrants";
8111
8409
  var _TGa = "TargetGrant";
8410
+ var _TN = "TableName";
8411
+ var _TNa = "TableNamespace";
8112
8412
  var _TOKF = "TargetObjectKeyFormat";
8113
8413
  var _TP = "TargetPrefix";
8114
8414
  var _TPC = "TotalPartsCount";
@@ -8139,6 +8439,7 @@ var _VIM = "VersionIdMarker";
8139
8439
  var _Va = "Value";
8140
8440
  var _Ve = "Versions";
8141
8441
  var _WC = "WebsiteConfiguration";
8442
+ var _WOB = "WriteOffsetBytes";
8142
8443
  var _WRL = "WebsiteRedirectLocation";
8143
8444
  var _Y = "Years";
8144
8445
  var _a = "analytics";
@@ -8180,6 +8481,7 @@ var _lo = "location";
8180
8481
  var _log = "logging";
8181
8482
  var _lt = "list-type";
8182
8483
  var _m = "metrics";
8484
+ var _mT = "metadataTable";
8183
8485
  var _ma = "marker";
8184
8486
  var _mb = "max-buckets";
8185
8487
  var _mdb = "max-directory-buckets";
@@ -8295,6 +8597,9 @@ var _xagr = "x-amz-grant-read";
8295
8597
  var _xagra = "x-amz-grant-read-acp";
8296
8598
  var _xagw = "x-amz-grant-write";
8297
8599
  var _xagwa = "x-amz-grant-write-acp";
8600
+ var _xaimit = "x-amz-if-match-initiated-time";
8601
+ var _xaimlmt = "x-amz-if-match-last-modified-time";
8602
+ var _xaims = "x-amz-if-match-size";
8298
8603
  var _xam = "x-amz-mfa";
8299
8604
  var _xamd = "x-amz-metadata-directive";
8300
8605
  var _xamm = "x-amz-missing-meta";
@@ -8306,6 +8611,7 @@ var _xaolm = "x-amz-object-lock-mode";
8306
8611
  var _xaolrud = "x-amz-object-lock-retain-until-date";
8307
8612
  var _xaoo = "x-amz-object-ownership";
8308
8613
  var _xaooa = "x-amz-optional-object-attributes";
8614
+ var _xaos = "x-amz-object-size";
8309
8615
  var _xapnm = "x-amz-part-number-marker";
8310
8616
  var _xar = "x-amz-restore";
8311
8617
  var _xarc = "x-amz-request-charged";
@@ -8330,6 +8636,7 @@ var _xatc = "x-amz-tagging-count";
8330
8636
  var _xatd = "x-amz-tagging-directive";
8331
8637
  var _xatdmos = "x-amz-transition-default-minimum-object-size";
8332
8638
  var _xavi = "x-amz-version-id";
8639
+ var _xawob = "x-amz-write-offset-bytes";
8333
8640
  var _xawrl = "x-amz-website-redirect-location";
8334
8641
  var _xi = "x-id";
8335
8642
 
@@ -8558,6 +8865,30 @@ var _CreateBucketCommand = class _CreateBucketCommand extends import_smithy_clie
8558
8865
  __name(_CreateBucketCommand, "CreateBucketCommand");
8559
8866
  var CreateBucketCommand = _CreateBucketCommand;
8560
8867
 
8868
+ // src/commands/CreateBucketMetadataTableConfigurationCommand.ts
8869
+
8870
+
8871
+
8872
+
8873
+ var _CreateBucketMetadataTableConfigurationCommand = class _CreateBucketMetadataTableConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
8874
+ ...commonParams,
8875
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
8876
+ Bucket: { type: "contextParams", name: "Bucket" }
8877
+ }).m(function(Command, cs, config, o) {
8878
+ return [
8879
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8880
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
8881
+ (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
8882
+ requestAlgorithmMember: "ChecksumAlgorithm",
8883
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
8884
+ requestChecksumRequired: true
8885
+ })
8886
+ ];
8887
+ }).s("AmazonS3", "CreateBucketMetadataTableConfiguration", {}).n("S3Client", "CreateBucketMetadataTableConfigurationCommand").f(void 0, void 0).ser(se_CreateBucketMetadataTableConfigurationCommand).de(de_CreateBucketMetadataTableConfigurationCommand).build() {
8888
+ };
8889
+ __name(_CreateBucketMetadataTableConfigurationCommand, "CreateBucketMetadataTableConfigurationCommand");
8890
+ var CreateBucketMetadataTableConfigurationCommand = _CreateBucketMetadataTableConfigurationCommand;
8891
+
8561
8892
  // src/commands/CreateMultipartUploadCommand.ts
8562
8893
  var import_middleware_sdk_s37 = require("@aws-sdk/middleware-sdk-s3");
8563
8894
 
@@ -8706,6 +9037,24 @@ var _DeleteBucketLifecycleCommand = class _DeleteBucketLifecycleCommand extends
8706
9037
  __name(_DeleteBucketLifecycleCommand, "DeleteBucketLifecycleCommand");
8707
9038
  var DeleteBucketLifecycleCommand = _DeleteBucketLifecycleCommand;
8708
9039
 
9040
+ // src/commands/DeleteBucketMetadataTableConfigurationCommand.ts
9041
+
9042
+
9043
+
9044
+ var _DeleteBucketMetadataTableConfigurationCommand = class _DeleteBucketMetadataTableConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9045
+ ...commonParams,
9046
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9047
+ Bucket: { type: "contextParams", name: "Bucket" }
9048
+ }).m(function(Command, cs, config, o) {
9049
+ return [
9050
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9051
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
9052
+ ];
9053
+ }).s("AmazonS3", "DeleteBucketMetadataTableConfiguration", {}).n("S3Client", "DeleteBucketMetadataTableConfigurationCommand").f(void 0, void 0).ser(se_DeleteBucketMetadataTableConfigurationCommand).de(de_DeleteBucketMetadataTableConfigurationCommand).build() {
9054
+ };
9055
+ __name(_DeleteBucketMetadataTableConfigurationCommand, "DeleteBucketMetadataTableConfigurationCommand");
9056
+ var DeleteBucketMetadataTableConfigurationCommand = _DeleteBucketMetadataTableConfigurationCommand;
9057
+
8709
9058
  // src/commands/DeleteBucketMetricsConfigurationCommand.ts
8710
9059
 
8711
9060
 
@@ -8848,8 +9197,8 @@ var _DeleteObjectsCommand = class _DeleteObjectsCommand extends import_smithy_cl
8848
9197
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
8849
9198
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
8850
9199
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
8851
- input: this.input,
8852
9200
  requestAlgorithmMember: "ChecksumAlgorithm",
9201
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
8853
9202
  requestChecksumRequired: true
8854
9203
  }),
8855
9204
  (0, import_middleware_sdk_s39.getThrow200ExceptionsPlugin)(config)
@@ -9096,12 +9445,12 @@ var _GetBucketLoggingCommand = class _GetBucketLoggingCommand extends import_smi
9096
9445
  __name(_GetBucketLoggingCommand, "GetBucketLoggingCommand");
9097
9446
  var GetBucketLoggingCommand = _GetBucketLoggingCommand;
9098
9447
 
9099
- // src/commands/GetBucketMetricsConfigurationCommand.ts
9448
+ // src/commands/GetBucketMetadataTableConfigurationCommand.ts
9100
9449
  var import_middleware_sdk_s321 = require("@aws-sdk/middleware-sdk-s3");
9101
9450
 
9102
9451
 
9103
9452
 
9104
- var _GetBucketMetricsConfigurationCommand = class _GetBucketMetricsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9453
+ var _GetBucketMetadataTableConfigurationCommand = class _GetBucketMetadataTableConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9105
9454
  ...commonParams,
9106
9455
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9107
9456
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9111,13 +9460,33 @@ var _GetBucketMetricsConfigurationCommand = class _GetBucketMetricsConfiguration
9111
9460
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9112
9461
  (0, import_middleware_sdk_s321.getThrow200ExceptionsPlugin)(config)
9113
9462
  ];
9463
+ }).s("AmazonS3", "GetBucketMetadataTableConfiguration", {}).n("S3Client", "GetBucketMetadataTableConfigurationCommand").f(void 0, void 0).ser(se_GetBucketMetadataTableConfigurationCommand).de(de_GetBucketMetadataTableConfigurationCommand).build() {
9464
+ };
9465
+ __name(_GetBucketMetadataTableConfigurationCommand, "GetBucketMetadataTableConfigurationCommand");
9466
+ var GetBucketMetadataTableConfigurationCommand = _GetBucketMetadataTableConfigurationCommand;
9467
+
9468
+ // src/commands/GetBucketMetricsConfigurationCommand.ts
9469
+ var import_middleware_sdk_s322 = require("@aws-sdk/middleware-sdk-s3");
9470
+
9471
+
9472
+
9473
+ var _GetBucketMetricsConfigurationCommand = class _GetBucketMetricsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9474
+ ...commonParams,
9475
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9476
+ Bucket: { type: "contextParams", name: "Bucket" }
9477
+ }).m(function(Command, cs, config, o) {
9478
+ return [
9479
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9480
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9481
+ (0, import_middleware_sdk_s322.getThrow200ExceptionsPlugin)(config)
9482
+ ];
9114
9483
  }).s("AmazonS3", "GetBucketMetricsConfiguration", {}).n("S3Client", "GetBucketMetricsConfigurationCommand").f(void 0, void 0).ser(se_GetBucketMetricsConfigurationCommand).de(de_GetBucketMetricsConfigurationCommand).build() {
9115
9484
  };
9116
9485
  __name(_GetBucketMetricsConfigurationCommand, "GetBucketMetricsConfigurationCommand");
9117
9486
  var GetBucketMetricsConfigurationCommand = _GetBucketMetricsConfigurationCommand;
9118
9487
 
9119
9488
  // src/commands/GetBucketNotificationConfigurationCommand.ts
9120
- var import_middleware_sdk_s322 = require("@aws-sdk/middleware-sdk-s3");
9489
+ var import_middleware_sdk_s323 = require("@aws-sdk/middleware-sdk-s3");
9121
9490
 
9122
9491
 
9123
9492
 
@@ -9129,7 +9498,7 @@ var _GetBucketNotificationConfigurationCommand = class _GetBucketNotificationCon
9129
9498
  return [
9130
9499
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9131
9500
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9132
- (0, import_middleware_sdk_s322.getThrow200ExceptionsPlugin)(config)
9501
+ (0, import_middleware_sdk_s323.getThrow200ExceptionsPlugin)(config)
9133
9502
  ];
9134
9503
  }).s("AmazonS3", "GetBucketNotificationConfiguration", {}).n("S3Client", "GetBucketNotificationConfigurationCommand").f(void 0, void 0).ser(se_GetBucketNotificationConfigurationCommand).de(de_GetBucketNotificationConfigurationCommand).build() {
9135
9504
  };
@@ -9137,7 +9506,7 @@ __name(_GetBucketNotificationConfigurationCommand, "GetBucketNotificationConfigu
9137
9506
  var GetBucketNotificationConfigurationCommand = _GetBucketNotificationConfigurationCommand;
9138
9507
 
9139
9508
  // src/commands/GetBucketOwnershipControlsCommand.ts
9140
- var import_middleware_sdk_s323 = require("@aws-sdk/middleware-sdk-s3");
9509
+ var import_middleware_sdk_s324 = require("@aws-sdk/middleware-sdk-s3");
9141
9510
 
9142
9511
 
9143
9512
 
@@ -9149,7 +9518,7 @@ var _GetBucketOwnershipControlsCommand = class _GetBucketOwnershipControlsComman
9149
9518
  return [
9150
9519
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9151
9520
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9152
- (0, import_middleware_sdk_s323.getThrow200ExceptionsPlugin)(config)
9521
+ (0, import_middleware_sdk_s324.getThrow200ExceptionsPlugin)(config)
9153
9522
  ];
9154
9523
  }).s("AmazonS3", "GetBucketOwnershipControls", {}).n("S3Client", "GetBucketOwnershipControlsCommand").f(void 0, void 0).ser(se_GetBucketOwnershipControlsCommand).de(de_GetBucketOwnershipControlsCommand).build() {
9155
9524
  };
@@ -9157,7 +9526,7 @@ __name(_GetBucketOwnershipControlsCommand, "GetBucketOwnershipControlsCommand");
9157
9526
  var GetBucketOwnershipControlsCommand = _GetBucketOwnershipControlsCommand;
9158
9527
 
9159
9528
  // src/commands/GetBucketPolicyCommand.ts
9160
- var import_middleware_sdk_s324 = require("@aws-sdk/middleware-sdk-s3");
9529
+ var import_middleware_sdk_s325 = require("@aws-sdk/middleware-sdk-s3");
9161
9530
 
9162
9531
 
9163
9532
 
@@ -9169,7 +9538,7 @@ var _GetBucketPolicyCommand = class _GetBucketPolicyCommand extends import_smith
9169
9538
  return [
9170
9539
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9171
9540
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9172
- (0, import_middleware_sdk_s324.getThrow200ExceptionsPlugin)(config)
9541
+ (0, import_middleware_sdk_s325.getThrow200ExceptionsPlugin)(config)
9173
9542
  ];
9174
9543
  }).s("AmazonS3", "GetBucketPolicy", {}).n("S3Client", "GetBucketPolicyCommand").f(void 0, void 0).ser(se_GetBucketPolicyCommand).de(de_GetBucketPolicyCommand).build() {
9175
9544
  };
@@ -9177,7 +9546,7 @@ __name(_GetBucketPolicyCommand, "GetBucketPolicyCommand");
9177
9546
  var GetBucketPolicyCommand = _GetBucketPolicyCommand;
9178
9547
 
9179
9548
  // src/commands/GetBucketPolicyStatusCommand.ts
9180
- var import_middleware_sdk_s325 = require("@aws-sdk/middleware-sdk-s3");
9549
+ var import_middleware_sdk_s326 = require("@aws-sdk/middleware-sdk-s3");
9181
9550
 
9182
9551
 
9183
9552
 
@@ -9189,7 +9558,7 @@ var _GetBucketPolicyStatusCommand = class _GetBucketPolicyStatusCommand extends
9189
9558
  return [
9190
9559
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9191
9560
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9192
- (0, import_middleware_sdk_s325.getThrow200ExceptionsPlugin)(config)
9561
+ (0, import_middleware_sdk_s326.getThrow200ExceptionsPlugin)(config)
9193
9562
  ];
9194
9563
  }).s("AmazonS3", "GetBucketPolicyStatus", {}).n("S3Client", "GetBucketPolicyStatusCommand").f(void 0, void 0).ser(se_GetBucketPolicyStatusCommand).de(de_GetBucketPolicyStatusCommand).build() {
9195
9564
  };
@@ -9197,7 +9566,7 @@ __name(_GetBucketPolicyStatusCommand, "GetBucketPolicyStatusCommand");
9197
9566
  var GetBucketPolicyStatusCommand = _GetBucketPolicyStatusCommand;
9198
9567
 
9199
9568
  // src/commands/GetBucketReplicationCommand.ts
9200
- var import_middleware_sdk_s326 = require("@aws-sdk/middleware-sdk-s3");
9569
+ var import_middleware_sdk_s327 = require("@aws-sdk/middleware-sdk-s3");
9201
9570
 
9202
9571
 
9203
9572
 
@@ -9209,7 +9578,7 @@ var _GetBucketReplicationCommand = class _GetBucketReplicationCommand extends im
9209
9578
  return [
9210
9579
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9211
9580
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9212
- (0, import_middleware_sdk_s326.getThrow200ExceptionsPlugin)(config)
9581
+ (0, import_middleware_sdk_s327.getThrow200ExceptionsPlugin)(config)
9213
9582
  ];
9214
9583
  }).s("AmazonS3", "GetBucketReplication", {}).n("S3Client", "GetBucketReplicationCommand").f(void 0, void 0).ser(se_GetBucketReplicationCommand).de(de_GetBucketReplicationCommand).build() {
9215
9584
  };
@@ -9217,7 +9586,7 @@ __name(_GetBucketReplicationCommand, "GetBucketReplicationCommand");
9217
9586
  var GetBucketReplicationCommand = _GetBucketReplicationCommand;
9218
9587
 
9219
9588
  // src/commands/GetBucketRequestPaymentCommand.ts
9220
- var import_middleware_sdk_s327 = require("@aws-sdk/middleware-sdk-s3");
9589
+ var import_middleware_sdk_s328 = require("@aws-sdk/middleware-sdk-s3");
9221
9590
 
9222
9591
 
9223
9592
 
@@ -9229,7 +9598,7 @@ var _GetBucketRequestPaymentCommand = class _GetBucketRequestPaymentCommand exte
9229
9598
  return [
9230
9599
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9231
9600
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9232
- (0, import_middleware_sdk_s327.getThrow200ExceptionsPlugin)(config)
9601
+ (0, import_middleware_sdk_s328.getThrow200ExceptionsPlugin)(config)
9233
9602
  ];
9234
9603
  }).s("AmazonS3", "GetBucketRequestPayment", {}).n("S3Client", "GetBucketRequestPaymentCommand").f(void 0, void 0).ser(se_GetBucketRequestPaymentCommand).de(de_GetBucketRequestPaymentCommand).build() {
9235
9604
  };
@@ -9237,7 +9606,7 @@ __name(_GetBucketRequestPaymentCommand, "GetBucketRequestPaymentCommand");
9237
9606
  var GetBucketRequestPaymentCommand = _GetBucketRequestPaymentCommand;
9238
9607
 
9239
9608
  // src/commands/GetBucketTaggingCommand.ts
9240
- var import_middleware_sdk_s328 = require("@aws-sdk/middleware-sdk-s3");
9609
+ var import_middleware_sdk_s329 = require("@aws-sdk/middleware-sdk-s3");
9241
9610
 
9242
9611
 
9243
9612
 
@@ -9249,7 +9618,7 @@ var _GetBucketTaggingCommand = class _GetBucketTaggingCommand extends import_smi
9249
9618
  return [
9250
9619
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9251
9620
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9252
- (0, import_middleware_sdk_s328.getThrow200ExceptionsPlugin)(config)
9621
+ (0, import_middleware_sdk_s329.getThrow200ExceptionsPlugin)(config)
9253
9622
  ];
9254
9623
  }).s("AmazonS3", "GetBucketTagging", {}).n("S3Client", "GetBucketTaggingCommand").f(void 0, void 0).ser(se_GetBucketTaggingCommand).de(de_GetBucketTaggingCommand).build() {
9255
9624
  };
@@ -9257,7 +9626,7 @@ __name(_GetBucketTaggingCommand, "GetBucketTaggingCommand");
9257
9626
  var GetBucketTaggingCommand = _GetBucketTaggingCommand;
9258
9627
 
9259
9628
  // src/commands/GetBucketVersioningCommand.ts
9260
- var import_middleware_sdk_s329 = require("@aws-sdk/middleware-sdk-s3");
9629
+ var import_middleware_sdk_s330 = require("@aws-sdk/middleware-sdk-s3");
9261
9630
 
9262
9631
 
9263
9632
 
@@ -9269,7 +9638,7 @@ var _GetBucketVersioningCommand = class _GetBucketVersioningCommand extends impo
9269
9638
  return [
9270
9639
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9271
9640
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9272
- (0, import_middleware_sdk_s329.getThrow200ExceptionsPlugin)(config)
9641
+ (0, import_middleware_sdk_s330.getThrow200ExceptionsPlugin)(config)
9273
9642
  ];
9274
9643
  }).s("AmazonS3", "GetBucketVersioning", {}).n("S3Client", "GetBucketVersioningCommand").f(void 0, void 0).ser(se_GetBucketVersioningCommand).de(de_GetBucketVersioningCommand).build() {
9275
9644
  };
@@ -9277,7 +9646,7 @@ __name(_GetBucketVersioningCommand, "GetBucketVersioningCommand");
9277
9646
  var GetBucketVersioningCommand = _GetBucketVersioningCommand;
9278
9647
 
9279
9648
  // src/commands/GetBucketWebsiteCommand.ts
9280
- var import_middleware_sdk_s330 = require("@aws-sdk/middleware-sdk-s3");
9649
+ var import_middleware_sdk_s331 = require("@aws-sdk/middleware-sdk-s3");
9281
9650
 
9282
9651
 
9283
9652
 
@@ -9289,7 +9658,7 @@ var _GetBucketWebsiteCommand = class _GetBucketWebsiteCommand extends import_smi
9289
9658
  return [
9290
9659
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9291
9660
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9292
- (0, import_middleware_sdk_s330.getThrow200ExceptionsPlugin)(config)
9661
+ (0, import_middleware_sdk_s331.getThrow200ExceptionsPlugin)(config)
9293
9662
  ];
9294
9663
  }).s("AmazonS3", "GetBucketWebsite", {}).n("S3Client", "GetBucketWebsiteCommand").f(void 0, void 0).ser(se_GetBucketWebsiteCommand).de(de_GetBucketWebsiteCommand).build() {
9295
9664
  };
@@ -9297,7 +9666,7 @@ __name(_GetBucketWebsiteCommand, "GetBucketWebsiteCommand");
9297
9666
  var GetBucketWebsiteCommand = _GetBucketWebsiteCommand;
9298
9667
 
9299
9668
  // src/commands/GetObjectAclCommand.ts
9300
- var import_middleware_sdk_s331 = require("@aws-sdk/middleware-sdk-s3");
9669
+ var import_middleware_sdk_s332 = require("@aws-sdk/middleware-sdk-s3");
9301
9670
 
9302
9671
 
9303
9672
 
@@ -9309,7 +9678,7 @@ var _GetObjectAclCommand = class _GetObjectAclCommand extends import_smithy_clie
9309
9678
  return [
9310
9679
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9311
9680
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9312
- (0, import_middleware_sdk_s331.getThrow200ExceptionsPlugin)(config)
9681
+ (0, import_middleware_sdk_s332.getThrow200ExceptionsPlugin)(config)
9313
9682
  ];
9314
9683
  }).s("AmazonS3", "GetObjectAcl", {}).n("S3Client", "GetObjectAclCommand").f(void 0, void 0).ser(se_GetObjectAclCommand).de(de_GetObjectAclCommand).build() {
9315
9684
  };
@@ -9317,7 +9686,7 @@ __name(_GetObjectAclCommand, "GetObjectAclCommand");
9317
9686
  var GetObjectAclCommand = _GetObjectAclCommand;
9318
9687
 
9319
9688
  // src/commands/GetObjectAttributesCommand.ts
9320
- var import_middleware_sdk_s332 = require("@aws-sdk/middleware-sdk-s3");
9689
+ var import_middleware_sdk_s333 = require("@aws-sdk/middleware-sdk-s3");
9321
9690
 
9322
9691
 
9323
9692
 
@@ -9329,7 +9698,7 @@ var _GetObjectAttributesCommand = class _GetObjectAttributesCommand extends impo
9329
9698
  return [
9330
9699
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9331
9700
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9332
- (0, import_middleware_sdk_s332.getThrow200ExceptionsPlugin)(config),
9701
+ (0, import_middleware_sdk_s333.getThrow200ExceptionsPlugin)(config),
9333
9702
  (0, import_middleware_ssec.getSsecPlugin)(config)
9334
9703
  ];
9335
9704
  }).s("AmazonS3", "GetObjectAttributes", {}).n("S3Client", "GetObjectAttributesCommand").f(GetObjectAttributesRequestFilterSensitiveLog, void 0).ser(se_GetObjectAttributesCommand).de(de_GetObjectAttributesCommand).build() {
@@ -9339,7 +9708,7 @@ var GetObjectAttributesCommand = _GetObjectAttributesCommand;
9339
9708
 
9340
9709
  // src/commands/GetObjectCommand.ts
9341
9710
 
9342
- var import_middleware_sdk_s333 = require("@aws-sdk/middleware-sdk-s3");
9711
+ var import_middleware_sdk_s334 = require("@aws-sdk/middleware-sdk-s3");
9343
9712
 
9344
9713
 
9345
9714
 
@@ -9353,13 +9722,12 @@ var _GetObjectCommand = class _GetObjectCommand extends import_smithy_client.Com
9353
9722
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9354
9723
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9355
9724
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9356
- input: this.input,
9357
9725
  requestChecksumRequired: false,
9358
9726
  requestValidationModeMember: "ChecksumMode",
9359
9727
  responseAlgorithms: ["CRC32", "CRC32C", "SHA256", "SHA1"]
9360
9728
  }),
9361
9729
  (0, import_middleware_ssec.getSsecPlugin)(config),
9362
- (0, import_middleware_sdk_s333.getS3ExpiresMiddlewarePlugin)(config)
9730
+ (0, import_middleware_sdk_s334.getS3ExpiresMiddlewarePlugin)(config)
9363
9731
  ];
9364
9732
  }).s("AmazonS3", "GetObject", {}).n("S3Client", "GetObjectCommand").f(GetObjectRequestFilterSensitiveLog, GetObjectOutputFilterSensitiveLog).ser(se_GetObjectCommand).de(de_GetObjectCommand).build() {
9365
9733
  };
@@ -9367,7 +9735,7 @@ __name(_GetObjectCommand, "GetObjectCommand");
9367
9735
  var GetObjectCommand = _GetObjectCommand;
9368
9736
 
9369
9737
  // src/commands/GetObjectLegalHoldCommand.ts
9370
- var import_middleware_sdk_s334 = require("@aws-sdk/middleware-sdk-s3");
9738
+ var import_middleware_sdk_s335 = require("@aws-sdk/middleware-sdk-s3");
9371
9739
 
9372
9740
 
9373
9741
 
@@ -9378,7 +9746,7 @@ var _GetObjectLegalHoldCommand = class _GetObjectLegalHoldCommand extends import
9378
9746
  return [
9379
9747
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9380
9748
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9381
- (0, import_middleware_sdk_s334.getThrow200ExceptionsPlugin)(config)
9749
+ (0, import_middleware_sdk_s335.getThrow200ExceptionsPlugin)(config)
9382
9750
  ];
9383
9751
  }).s("AmazonS3", "GetObjectLegalHold", {}).n("S3Client", "GetObjectLegalHoldCommand").f(void 0, void 0).ser(se_GetObjectLegalHoldCommand).de(de_GetObjectLegalHoldCommand).build() {
9384
9752
  };
@@ -9386,7 +9754,7 @@ __name(_GetObjectLegalHoldCommand, "GetObjectLegalHoldCommand");
9386
9754
  var GetObjectLegalHoldCommand = _GetObjectLegalHoldCommand;
9387
9755
 
9388
9756
  // src/commands/GetObjectLockConfigurationCommand.ts
9389
- var import_middleware_sdk_s335 = require("@aws-sdk/middleware-sdk-s3");
9757
+ var import_middleware_sdk_s336 = require("@aws-sdk/middleware-sdk-s3");
9390
9758
 
9391
9759
 
9392
9760
 
@@ -9397,7 +9765,7 @@ var _GetObjectLockConfigurationCommand = class _GetObjectLockConfigurationComman
9397
9765
  return [
9398
9766
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9399
9767
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9400
- (0, import_middleware_sdk_s335.getThrow200ExceptionsPlugin)(config)
9768
+ (0, import_middleware_sdk_s336.getThrow200ExceptionsPlugin)(config)
9401
9769
  ];
9402
9770
  }).s("AmazonS3", "GetObjectLockConfiguration", {}).n("S3Client", "GetObjectLockConfigurationCommand").f(void 0, void 0).ser(se_GetObjectLockConfigurationCommand).de(de_GetObjectLockConfigurationCommand).build() {
9403
9771
  };
@@ -9405,7 +9773,7 @@ __name(_GetObjectLockConfigurationCommand, "GetObjectLockConfigurationCommand");
9405
9773
  var GetObjectLockConfigurationCommand = _GetObjectLockConfigurationCommand;
9406
9774
 
9407
9775
  // src/commands/GetObjectRetentionCommand.ts
9408
- var import_middleware_sdk_s336 = require("@aws-sdk/middleware-sdk-s3");
9776
+ var import_middleware_sdk_s337 = require("@aws-sdk/middleware-sdk-s3");
9409
9777
 
9410
9778
 
9411
9779
 
@@ -9416,7 +9784,7 @@ var _GetObjectRetentionCommand = class _GetObjectRetentionCommand extends import
9416
9784
  return [
9417
9785
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9418
9786
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9419
- (0, import_middleware_sdk_s336.getThrow200ExceptionsPlugin)(config)
9787
+ (0, import_middleware_sdk_s337.getThrow200ExceptionsPlugin)(config)
9420
9788
  ];
9421
9789
  }).s("AmazonS3", "GetObjectRetention", {}).n("S3Client", "GetObjectRetentionCommand").f(void 0, void 0).ser(se_GetObjectRetentionCommand).de(de_GetObjectRetentionCommand).build() {
9422
9790
  };
@@ -9424,7 +9792,7 @@ __name(_GetObjectRetentionCommand, "GetObjectRetentionCommand");
9424
9792
  var GetObjectRetentionCommand = _GetObjectRetentionCommand;
9425
9793
 
9426
9794
  // src/commands/GetObjectTaggingCommand.ts
9427
- var import_middleware_sdk_s337 = require("@aws-sdk/middleware-sdk-s3");
9795
+ var import_middleware_sdk_s338 = require("@aws-sdk/middleware-sdk-s3");
9428
9796
 
9429
9797
 
9430
9798
 
@@ -9435,7 +9803,7 @@ var _GetObjectTaggingCommand = class _GetObjectTaggingCommand extends import_smi
9435
9803
  return [
9436
9804
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9437
9805
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9438
- (0, import_middleware_sdk_s337.getThrow200ExceptionsPlugin)(config)
9806
+ (0, import_middleware_sdk_s338.getThrow200ExceptionsPlugin)(config)
9439
9807
  ];
9440
9808
  }).s("AmazonS3", "GetObjectTagging", {}).n("S3Client", "GetObjectTaggingCommand").f(void 0, void 0).ser(se_GetObjectTaggingCommand).de(de_GetObjectTaggingCommand).build() {
9441
9809
  };
@@ -9460,7 +9828,7 @@ __name(_GetObjectTorrentCommand, "GetObjectTorrentCommand");
9460
9828
  var GetObjectTorrentCommand = _GetObjectTorrentCommand;
9461
9829
 
9462
9830
  // src/commands/GetPublicAccessBlockCommand.ts
9463
- var import_middleware_sdk_s338 = require("@aws-sdk/middleware-sdk-s3");
9831
+ var import_middleware_sdk_s339 = require("@aws-sdk/middleware-sdk-s3");
9464
9832
 
9465
9833
 
9466
9834
 
@@ -9472,7 +9840,7 @@ var _GetPublicAccessBlockCommand = class _GetPublicAccessBlockCommand extends im
9472
9840
  return [
9473
9841
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9474
9842
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9475
- (0, import_middleware_sdk_s338.getThrow200ExceptionsPlugin)(config)
9843
+ (0, import_middleware_sdk_s339.getThrow200ExceptionsPlugin)(config)
9476
9844
  ];
9477
9845
  }).s("AmazonS3", "GetPublicAccessBlock", {}).n("S3Client", "GetPublicAccessBlockCommand").f(void 0, void 0).ser(se_GetPublicAccessBlockCommand).de(de_GetPublicAccessBlockCommand).build() {
9478
9846
  };
@@ -9480,7 +9848,7 @@ __name(_GetPublicAccessBlockCommand, "GetPublicAccessBlockCommand");
9480
9848
  var GetPublicAccessBlockCommand = _GetPublicAccessBlockCommand;
9481
9849
 
9482
9850
  // src/commands/HeadBucketCommand.ts
9483
- var import_middleware_sdk_s339 = require("@aws-sdk/middleware-sdk-s3");
9851
+ var import_middleware_sdk_s340 = require("@aws-sdk/middleware-sdk-s3");
9484
9852
 
9485
9853
 
9486
9854
 
@@ -9491,7 +9859,7 @@ var _HeadBucketCommand = class _HeadBucketCommand extends import_smithy_client.C
9491
9859
  return [
9492
9860
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9493
9861
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9494
- (0, import_middleware_sdk_s339.getThrow200ExceptionsPlugin)(config)
9862
+ (0, import_middleware_sdk_s340.getThrow200ExceptionsPlugin)(config)
9495
9863
  ];
9496
9864
  }).s("AmazonS3", "HeadBucket", {}).n("S3Client", "HeadBucketCommand").f(void 0, void 0).ser(se_HeadBucketCommand).de(de_HeadBucketCommand).build() {
9497
9865
  };
@@ -9499,7 +9867,7 @@ __name(_HeadBucketCommand, "HeadBucketCommand");
9499
9867
  var HeadBucketCommand = _HeadBucketCommand;
9500
9868
 
9501
9869
  // src/commands/HeadObjectCommand.ts
9502
- var import_middleware_sdk_s340 = require("@aws-sdk/middleware-sdk-s3");
9870
+ var import_middleware_sdk_s341 = require("@aws-sdk/middleware-sdk-s3");
9503
9871
 
9504
9872
 
9505
9873
 
@@ -9512,9 +9880,9 @@ var _HeadObjectCommand = class _HeadObjectCommand extends import_smithy_client.C
9512
9880
  return [
9513
9881
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9514
9882
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9515
- (0, import_middleware_sdk_s340.getThrow200ExceptionsPlugin)(config),
9883
+ (0, import_middleware_sdk_s341.getThrow200ExceptionsPlugin)(config),
9516
9884
  (0, import_middleware_ssec.getSsecPlugin)(config),
9517
- (0, import_middleware_sdk_s340.getS3ExpiresMiddlewarePlugin)(config)
9885
+ (0, import_middleware_sdk_s341.getS3ExpiresMiddlewarePlugin)(config)
9518
9886
  ];
9519
9887
  }).s("AmazonS3", "HeadObject", {}).n("S3Client", "HeadObjectCommand").f(HeadObjectRequestFilterSensitiveLog, HeadObjectOutputFilterSensitiveLog).ser(se_HeadObjectCommand).de(de_HeadObjectCommand).build() {
9520
9888
  };
@@ -9522,7 +9890,7 @@ __name(_HeadObjectCommand, "HeadObjectCommand");
9522
9890
  var HeadObjectCommand = _HeadObjectCommand;
9523
9891
 
9524
9892
  // src/commands/ListBucketAnalyticsConfigurationsCommand.ts
9525
- var import_middleware_sdk_s341 = require("@aws-sdk/middleware-sdk-s3");
9893
+ var import_middleware_sdk_s342 = require("@aws-sdk/middleware-sdk-s3");
9526
9894
 
9527
9895
 
9528
9896
 
@@ -9534,7 +9902,7 @@ var _ListBucketAnalyticsConfigurationsCommand = class _ListBucketAnalyticsConfig
9534
9902
  return [
9535
9903
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9536
9904
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9537
- (0, import_middleware_sdk_s341.getThrow200ExceptionsPlugin)(config)
9905
+ (0, import_middleware_sdk_s342.getThrow200ExceptionsPlugin)(config)
9538
9906
  ];
9539
9907
  }).s("AmazonS3", "ListBucketAnalyticsConfigurations", {}).n("S3Client", "ListBucketAnalyticsConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketAnalyticsConfigurationsCommand).de(de_ListBucketAnalyticsConfigurationsCommand).build() {
9540
9908
  };
@@ -9542,7 +9910,7 @@ __name(_ListBucketAnalyticsConfigurationsCommand, "ListBucketAnalyticsConfigurat
9542
9910
  var ListBucketAnalyticsConfigurationsCommand = _ListBucketAnalyticsConfigurationsCommand;
9543
9911
 
9544
9912
  // src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts
9545
- var import_middleware_sdk_s342 = require("@aws-sdk/middleware-sdk-s3");
9913
+ var import_middleware_sdk_s343 = require("@aws-sdk/middleware-sdk-s3");
9546
9914
 
9547
9915
 
9548
9916
 
@@ -9554,7 +9922,7 @@ var _ListBucketIntelligentTieringConfigurationsCommand = class _ListBucketIntell
9554
9922
  return [
9555
9923
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9556
9924
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9557
- (0, import_middleware_sdk_s342.getThrow200ExceptionsPlugin)(config)
9925
+ (0, import_middleware_sdk_s343.getThrow200ExceptionsPlugin)(config)
9558
9926
  ];
9559
9927
  }).s("AmazonS3", "ListBucketIntelligentTieringConfigurations", {}).n("S3Client", "ListBucketIntelligentTieringConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketIntelligentTieringConfigurationsCommand).de(de_ListBucketIntelligentTieringConfigurationsCommand).build() {
9560
9928
  };
@@ -9562,7 +9930,7 @@ __name(_ListBucketIntelligentTieringConfigurationsCommand, "ListBucketIntelligen
9562
9930
  var ListBucketIntelligentTieringConfigurationsCommand = _ListBucketIntelligentTieringConfigurationsCommand;
9563
9931
 
9564
9932
  // src/commands/ListBucketInventoryConfigurationsCommand.ts
9565
- var import_middleware_sdk_s343 = require("@aws-sdk/middleware-sdk-s3");
9933
+ var import_middleware_sdk_s344 = require("@aws-sdk/middleware-sdk-s3");
9566
9934
 
9567
9935
 
9568
9936
 
@@ -9574,7 +9942,7 @@ var _ListBucketInventoryConfigurationsCommand = class _ListBucketInventoryConfig
9574
9942
  return [
9575
9943
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9576
9944
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9577
- (0, import_middleware_sdk_s343.getThrow200ExceptionsPlugin)(config)
9945
+ (0, import_middleware_sdk_s344.getThrow200ExceptionsPlugin)(config)
9578
9946
  ];
9579
9947
  }).s("AmazonS3", "ListBucketInventoryConfigurations", {}).n("S3Client", "ListBucketInventoryConfigurationsCommand").f(void 0, ListBucketInventoryConfigurationsOutputFilterSensitiveLog).ser(se_ListBucketInventoryConfigurationsCommand).de(de_ListBucketInventoryConfigurationsCommand).build() {
9580
9948
  };
@@ -9582,7 +9950,7 @@ __name(_ListBucketInventoryConfigurationsCommand, "ListBucketInventoryConfigurat
9582
9950
  var ListBucketInventoryConfigurationsCommand = _ListBucketInventoryConfigurationsCommand;
9583
9951
 
9584
9952
  // src/commands/ListBucketMetricsConfigurationsCommand.ts
9585
- var import_middleware_sdk_s344 = require("@aws-sdk/middleware-sdk-s3");
9953
+ var import_middleware_sdk_s345 = require("@aws-sdk/middleware-sdk-s3");
9586
9954
 
9587
9955
 
9588
9956
 
@@ -9593,7 +9961,7 @@ var _ListBucketMetricsConfigurationsCommand = class _ListBucketMetricsConfigurat
9593
9961
  return [
9594
9962
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9595
9963
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9596
- (0, import_middleware_sdk_s344.getThrow200ExceptionsPlugin)(config)
9964
+ (0, import_middleware_sdk_s345.getThrow200ExceptionsPlugin)(config)
9597
9965
  ];
9598
9966
  }).s("AmazonS3", "ListBucketMetricsConfigurations", {}).n("S3Client", "ListBucketMetricsConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketMetricsConfigurationsCommand).de(de_ListBucketMetricsConfigurationsCommand).build() {
9599
9967
  };
@@ -9601,7 +9969,7 @@ __name(_ListBucketMetricsConfigurationsCommand, "ListBucketMetricsConfigurations
9601
9969
  var ListBucketMetricsConfigurationsCommand = _ListBucketMetricsConfigurationsCommand;
9602
9970
 
9603
9971
  // src/commands/ListBucketsCommand.ts
9604
- var import_middleware_sdk_s345 = require("@aws-sdk/middleware-sdk-s3");
9972
+ var import_middleware_sdk_s346 = require("@aws-sdk/middleware-sdk-s3");
9605
9973
 
9606
9974
 
9607
9975
 
@@ -9609,7 +9977,7 @@ var _ListBucketsCommand = class _ListBucketsCommand extends import_smithy_client
9609
9977
  return [
9610
9978
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9611
9979
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9612
- (0, import_middleware_sdk_s345.getThrow200ExceptionsPlugin)(config)
9980
+ (0, import_middleware_sdk_s346.getThrow200ExceptionsPlugin)(config)
9613
9981
  ];
9614
9982
  }).s("AmazonS3", "ListBuckets", {}).n("S3Client", "ListBucketsCommand").f(void 0, void 0).ser(se_ListBucketsCommand).de(de_ListBucketsCommand).build() {
9615
9983
  };
@@ -9617,7 +9985,7 @@ __name(_ListBucketsCommand, "ListBucketsCommand");
9617
9985
  var ListBucketsCommand = _ListBucketsCommand;
9618
9986
 
9619
9987
  // src/commands/ListDirectoryBucketsCommand.ts
9620
- var import_middleware_sdk_s346 = require("@aws-sdk/middleware-sdk-s3");
9988
+ var import_middleware_sdk_s347 = require("@aws-sdk/middleware-sdk-s3");
9621
9989
 
9622
9990
 
9623
9991
 
@@ -9628,7 +9996,7 @@ var _ListDirectoryBucketsCommand = class _ListDirectoryBucketsCommand extends im
9628
9996
  return [
9629
9997
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9630
9998
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9631
- (0, import_middleware_sdk_s346.getThrow200ExceptionsPlugin)(config)
9999
+ (0, import_middleware_sdk_s347.getThrow200ExceptionsPlugin)(config)
9632
10000
  ];
9633
10001
  }).s("AmazonS3", "ListDirectoryBuckets", {}).n("S3Client", "ListDirectoryBucketsCommand").f(void 0, void 0).ser(se_ListDirectoryBucketsCommand).de(de_ListDirectoryBucketsCommand).build() {
9634
10002
  };
@@ -9636,7 +10004,7 @@ __name(_ListDirectoryBucketsCommand, "ListDirectoryBucketsCommand");
9636
10004
  var ListDirectoryBucketsCommand = _ListDirectoryBucketsCommand;
9637
10005
 
9638
10006
  // src/commands/ListMultipartUploadsCommand.ts
9639
- var import_middleware_sdk_s347 = require("@aws-sdk/middleware-sdk-s3");
10007
+ var import_middleware_sdk_s348 = require("@aws-sdk/middleware-sdk-s3");
9640
10008
 
9641
10009
 
9642
10010
 
@@ -9648,7 +10016,7 @@ var _ListMultipartUploadsCommand = class _ListMultipartUploadsCommand extends im
9648
10016
  return [
9649
10017
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9650
10018
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9651
- (0, import_middleware_sdk_s347.getThrow200ExceptionsPlugin)(config)
10019
+ (0, import_middleware_sdk_s348.getThrow200ExceptionsPlugin)(config)
9652
10020
  ];
9653
10021
  }).s("AmazonS3", "ListMultipartUploads", {}).n("S3Client", "ListMultipartUploadsCommand").f(void 0, void 0).ser(se_ListMultipartUploadsCommand).de(de_ListMultipartUploadsCommand).build() {
9654
10022
  };
@@ -9656,7 +10024,7 @@ __name(_ListMultipartUploadsCommand, "ListMultipartUploadsCommand");
9656
10024
  var ListMultipartUploadsCommand = _ListMultipartUploadsCommand;
9657
10025
 
9658
10026
  // src/commands/ListObjectsCommand.ts
9659
- var import_middleware_sdk_s348 = require("@aws-sdk/middleware-sdk-s3");
10027
+ var import_middleware_sdk_s349 = require("@aws-sdk/middleware-sdk-s3");
9660
10028
 
9661
10029
 
9662
10030
 
@@ -9668,7 +10036,7 @@ var _ListObjectsCommand = class _ListObjectsCommand extends import_smithy_client
9668
10036
  return [
9669
10037
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9670
10038
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9671
- (0, import_middleware_sdk_s348.getThrow200ExceptionsPlugin)(config)
10039
+ (0, import_middleware_sdk_s349.getThrow200ExceptionsPlugin)(config)
9672
10040
  ];
9673
10041
  }).s("AmazonS3", "ListObjects", {}).n("S3Client", "ListObjectsCommand").f(void 0, void 0).ser(se_ListObjectsCommand).de(de_ListObjectsCommand).build() {
9674
10042
  };
@@ -9676,7 +10044,7 @@ __name(_ListObjectsCommand, "ListObjectsCommand");
9676
10044
  var ListObjectsCommand = _ListObjectsCommand;
9677
10045
 
9678
10046
  // src/commands/ListObjectsV2Command.ts
9679
- var import_middleware_sdk_s349 = require("@aws-sdk/middleware-sdk-s3");
10047
+ var import_middleware_sdk_s350 = require("@aws-sdk/middleware-sdk-s3");
9680
10048
 
9681
10049
 
9682
10050
 
@@ -9688,7 +10056,7 @@ var _ListObjectsV2Command = class _ListObjectsV2Command extends import_smithy_cl
9688
10056
  return [
9689
10057
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9690
10058
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9691
- (0, import_middleware_sdk_s349.getThrow200ExceptionsPlugin)(config)
10059
+ (0, import_middleware_sdk_s350.getThrow200ExceptionsPlugin)(config)
9692
10060
  ];
9693
10061
  }).s("AmazonS3", "ListObjectsV2", {}).n("S3Client", "ListObjectsV2Command").f(void 0, void 0).ser(se_ListObjectsV2Command).de(de_ListObjectsV2Command).build() {
9694
10062
  };
@@ -9696,7 +10064,7 @@ __name(_ListObjectsV2Command, "ListObjectsV2Command");
9696
10064
  var ListObjectsV2Command = _ListObjectsV2Command;
9697
10065
 
9698
10066
  // src/commands/ListObjectVersionsCommand.ts
9699
- var import_middleware_sdk_s350 = require("@aws-sdk/middleware-sdk-s3");
10067
+ var import_middleware_sdk_s351 = require("@aws-sdk/middleware-sdk-s3");
9700
10068
 
9701
10069
 
9702
10070
 
@@ -9708,7 +10076,7 @@ var _ListObjectVersionsCommand = class _ListObjectVersionsCommand extends import
9708
10076
  return [
9709
10077
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9710
10078
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9711
- (0, import_middleware_sdk_s350.getThrow200ExceptionsPlugin)(config)
10079
+ (0, import_middleware_sdk_s351.getThrow200ExceptionsPlugin)(config)
9712
10080
  ];
9713
10081
  }).s("AmazonS3", "ListObjectVersions", {}).n("S3Client", "ListObjectVersionsCommand").f(void 0, void 0).ser(se_ListObjectVersionsCommand).de(de_ListObjectVersionsCommand).build() {
9714
10082
  };
@@ -9716,7 +10084,7 @@ __name(_ListObjectVersionsCommand, "ListObjectVersionsCommand");
9716
10084
  var ListObjectVersionsCommand = _ListObjectVersionsCommand;
9717
10085
 
9718
10086
  // src/commands/ListPartsCommand.ts
9719
- var import_middleware_sdk_s351 = require("@aws-sdk/middleware-sdk-s3");
10087
+ var import_middleware_sdk_s352 = require("@aws-sdk/middleware-sdk-s3");
9720
10088
 
9721
10089
 
9722
10090
 
@@ -9729,7 +10097,7 @@ var _ListPartsCommand = class _ListPartsCommand extends import_smithy_client.Com
9729
10097
  return [
9730
10098
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9731
10099
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9732
- (0, import_middleware_sdk_s351.getThrow200ExceptionsPlugin)(config),
10100
+ (0, import_middleware_sdk_s352.getThrow200ExceptionsPlugin)(config),
9733
10101
  (0, import_middleware_ssec.getSsecPlugin)(config)
9734
10102
  ];
9735
10103
  }).s("AmazonS3", "ListParts", {}).n("S3Client", "ListPartsCommand").f(ListPartsRequestFilterSensitiveLog, void 0).ser(se_ListPartsCommand).de(de_ListPartsCommand).build() {
@@ -9751,8 +10119,8 @@ var _PutBucketAccelerateConfigurationCommand = class _PutBucketAccelerateConfigu
9751
10119
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9752
10120
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9753
10121
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9754
- input: this.input,
9755
10122
  requestAlgorithmMember: "ChecksumAlgorithm",
10123
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
9756
10124
  requestChecksumRequired: false
9757
10125
  })
9758
10126
  ];
@@ -9775,8 +10143,8 @@ var _PutBucketAclCommand = class _PutBucketAclCommand extends import_smithy_clie
9775
10143
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9776
10144
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9777
10145
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9778
- input: this.input,
9779
10146
  requestAlgorithmMember: "ChecksumAlgorithm",
10147
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
9780
10148
  requestChecksumRequired: true
9781
10149
  })
9782
10150
  ];
@@ -9817,8 +10185,8 @@ var _PutBucketCorsCommand = class _PutBucketCorsCommand extends import_smithy_cl
9817
10185
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9818
10186
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9819
10187
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9820
- input: this.input,
9821
10188
  requestAlgorithmMember: "ChecksumAlgorithm",
10189
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
9822
10190
  requestChecksumRequired: true
9823
10191
  })
9824
10192
  ];
@@ -9841,8 +10209,8 @@ var _PutBucketEncryptionCommand = class _PutBucketEncryptionCommand extends impo
9841
10209
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9842
10210
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9843
10211
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9844
- input: this.input,
9845
10212
  requestAlgorithmMember: "ChecksumAlgorithm",
10213
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
9846
10214
  requestChecksumRequired: true
9847
10215
  })
9848
10216
  ];
@@ -9889,7 +10257,7 @@ var PutBucketInventoryConfigurationCommand = _PutBucketInventoryConfigurationCom
9889
10257
 
9890
10258
  // src/commands/PutBucketLifecycleConfigurationCommand.ts
9891
10259
 
9892
- var import_middleware_sdk_s352 = require("@aws-sdk/middleware-sdk-s3");
10260
+ var import_middleware_sdk_s353 = require("@aws-sdk/middleware-sdk-s3");
9893
10261
 
9894
10262
 
9895
10263
 
@@ -9902,11 +10270,11 @@ var _PutBucketLifecycleConfigurationCommand = class _PutBucketLifecycleConfigura
9902
10270
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9903
10271
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9904
10272
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9905
- input: this.input,
9906
10273
  requestAlgorithmMember: "ChecksumAlgorithm",
10274
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
9907
10275
  requestChecksumRequired: true
9908
10276
  }),
9909
- (0, import_middleware_sdk_s352.getThrow200ExceptionsPlugin)(config)
10277
+ (0, import_middleware_sdk_s353.getThrow200ExceptionsPlugin)(config)
9910
10278
  ];
9911
10279
  }).s("AmazonS3", "PutBucketLifecycleConfiguration", {}).n("S3Client", "PutBucketLifecycleConfigurationCommand").f(void 0, void 0).ser(se_PutBucketLifecycleConfigurationCommand).de(de_PutBucketLifecycleConfigurationCommand).build() {
9912
10280
  };
@@ -9927,8 +10295,8 @@ var _PutBucketLoggingCommand = class _PutBucketLoggingCommand extends import_smi
9927
10295
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9928
10296
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9929
10297
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9930
- input: this.input,
9931
10298
  requestAlgorithmMember: "ChecksumAlgorithm",
10299
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
9932
10300
  requestChecksumRequired: true
9933
10301
  })
9934
10302
  ];
@@ -9987,7 +10355,6 @@ var _PutBucketOwnershipControlsCommand = class _PutBucketOwnershipControlsComman
9987
10355
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9988
10356
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9989
10357
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9990
- input: this.input,
9991
10358
  requestChecksumRequired: true
9992
10359
  })
9993
10360
  ];
@@ -10010,8 +10377,8 @@ var _PutBucketPolicyCommand = class _PutBucketPolicyCommand extends import_smith
10010
10377
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10011
10378
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10012
10379
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10013
- input: this.input,
10014
10380
  requestAlgorithmMember: "ChecksumAlgorithm",
10381
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10015
10382
  requestChecksumRequired: true
10016
10383
  })
10017
10384
  ];
@@ -10034,8 +10401,8 @@ var _PutBucketReplicationCommand = class _PutBucketReplicationCommand extends im
10034
10401
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10035
10402
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10036
10403
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10037
- input: this.input,
10038
10404
  requestAlgorithmMember: "ChecksumAlgorithm",
10405
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10039
10406
  requestChecksumRequired: true
10040
10407
  })
10041
10408
  ];
@@ -10058,8 +10425,8 @@ var _PutBucketRequestPaymentCommand = class _PutBucketRequestPaymentCommand exte
10058
10425
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10059
10426
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10060
10427
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10061
- input: this.input,
10062
10428
  requestAlgorithmMember: "ChecksumAlgorithm",
10429
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10063
10430
  requestChecksumRequired: true
10064
10431
  })
10065
10432
  ];
@@ -10082,8 +10449,8 @@ var _PutBucketTaggingCommand = class _PutBucketTaggingCommand extends import_smi
10082
10449
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10083
10450
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10084
10451
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10085
- input: this.input,
10086
10452
  requestAlgorithmMember: "ChecksumAlgorithm",
10453
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10087
10454
  requestChecksumRequired: true
10088
10455
  })
10089
10456
  ];
@@ -10106,8 +10473,8 @@ var _PutBucketVersioningCommand = class _PutBucketVersioningCommand extends impo
10106
10473
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10107
10474
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10108
10475
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10109
- input: this.input,
10110
10476
  requestAlgorithmMember: "ChecksumAlgorithm",
10477
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10111
10478
  requestChecksumRequired: true
10112
10479
  })
10113
10480
  ];
@@ -10130,8 +10497,8 @@ var _PutBucketWebsiteCommand = class _PutBucketWebsiteCommand extends import_smi
10130
10497
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10131
10498
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10132
10499
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10133
- input: this.input,
10134
10500
  requestAlgorithmMember: "ChecksumAlgorithm",
10501
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10135
10502
  requestChecksumRequired: true
10136
10503
  })
10137
10504
  ];
@@ -10142,7 +10509,7 @@ var PutBucketWebsiteCommand = _PutBucketWebsiteCommand;
10142
10509
 
10143
10510
  // src/commands/PutObjectAclCommand.ts
10144
10511
 
10145
- var import_middleware_sdk_s353 = require("@aws-sdk/middleware-sdk-s3");
10512
+ var import_middleware_sdk_s354 = require("@aws-sdk/middleware-sdk-s3");
10146
10513
 
10147
10514
 
10148
10515
 
@@ -10155,11 +10522,11 @@ var _PutObjectAclCommand = class _PutObjectAclCommand extends import_smithy_clie
10155
10522
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10156
10523
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10157
10524
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10158
- input: this.input,
10159
10525
  requestAlgorithmMember: "ChecksumAlgorithm",
10526
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10160
10527
  requestChecksumRequired: true
10161
10528
  }),
10162
- (0, import_middleware_sdk_s353.getThrow200ExceptionsPlugin)(config)
10529
+ (0, import_middleware_sdk_s354.getThrow200ExceptionsPlugin)(config)
10163
10530
  ];
10164
10531
  }).s("AmazonS3", "PutObjectAcl", {}).n("S3Client", "PutObjectAclCommand").f(void 0, void 0).ser(se_PutObjectAclCommand).de(de_PutObjectAclCommand).build() {
10165
10532
  };
@@ -10168,7 +10535,7 @@ var PutObjectAclCommand = _PutObjectAclCommand;
10168
10535
 
10169
10536
  // src/commands/PutObjectCommand.ts
10170
10537
 
10171
- var import_middleware_sdk_s354 = require("@aws-sdk/middleware-sdk-s3");
10538
+ var import_middleware_sdk_s355 = require("@aws-sdk/middleware-sdk-s3");
10172
10539
 
10173
10540
 
10174
10541
 
@@ -10182,12 +10549,12 @@ var _PutObjectCommand = class _PutObjectCommand extends import_smithy_client.Com
10182
10549
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10183
10550
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10184
10551
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10185
- input: this.input,
10186
10552
  requestAlgorithmMember: "ChecksumAlgorithm",
10553
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10187
10554
  requestChecksumRequired: false
10188
10555
  }),
10189
- (0, import_middleware_sdk_s354.getCheckContentLengthHeaderPlugin)(config),
10190
- (0, import_middleware_sdk_s354.getThrow200ExceptionsPlugin)(config),
10556
+ (0, import_middleware_sdk_s355.getCheckContentLengthHeaderPlugin)(config),
10557
+ (0, import_middleware_sdk_s355.getThrow200ExceptionsPlugin)(config),
10191
10558
  (0, import_middleware_ssec.getSsecPlugin)(config)
10192
10559
  ];
10193
10560
  }).s("AmazonS3", "PutObject", {}).n("S3Client", "PutObjectCommand").f(PutObjectRequestFilterSensitiveLog, PutObjectOutputFilterSensitiveLog).ser(se_PutObjectCommand).de(de_PutObjectCommand).build() {
@@ -10197,7 +10564,7 @@ var PutObjectCommand = _PutObjectCommand;
10197
10564
 
10198
10565
  // src/commands/PutObjectLegalHoldCommand.ts
10199
10566
 
10200
- var import_middleware_sdk_s355 = require("@aws-sdk/middleware-sdk-s3");
10567
+ var import_middleware_sdk_s356 = require("@aws-sdk/middleware-sdk-s3");
10201
10568
 
10202
10569
 
10203
10570
 
@@ -10209,11 +10576,11 @@ var _PutObjectLegalHoldCommand = class _PutObjectLegalHoldCommand extends import
10209
10576
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10210
10577
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10211
10578
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10212
- input: this.input,
10213
10579
  requestAlgorithmMember: "ChecksumAlgorithm",
10580
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10214
10581
  requestChecksumRequired: true
10215
10582
  }),
10216
- (0, import_middleware_sdk_s355.getThrow200ExceptionsPlugin)(config)
10583
+ (0, import_middleware_sdk_s356.getThrow200ExceptionsPlugin)(config)
10217
10584
  ];
10218
10585
  }).s("AmazonS3", "PutObjectLegalHold", {}).n("S3Client", "PutObjectLegalHoldCommand").f(void 0, void 0).ser(se_PutObjectLegalHoldCommand).de(de_PutObjectLegalHoldCommand).build() {
10219
10586
  };
@@ -10222,7 +10589,7 @@ var PutObjectLegalHoldCommand = _PutObjectLegalHoldCommand;
10222
10589
 
10223
10590
  // src/commands/PutObjectLockConfigurationCommand.ts
10224
10591
 
10225
- var import_middleware_sdk_s356 = require("@aws-sdk/middleware-sdk-s3");
10592
+ var import_middleware_sdk_s357 = require("@aws-sdk/middleware-sdk-s3");
10226
10593
 
10227
10594
 
10228
10595
 
@@ -10234,11 +10601,11 @@ var _PutObjectLockConfigurationCommand = class _PutObjectLockConfigurationComman
10234
10601
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10235
10602
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10236
10603
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10237
- input: this.input,
10238
10604
  requestAlgorithmMember: "ChecksumAlgorithm",
10605
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10239
10606
  requestChecksumRequired: true
10240
10607
  }),
10241
- (0, import_middleware_sdk_s356.getThrow200ExceptionsPlugin)(config)
10608
+ (0, import_middleware_sdk_s357.getThrow200ExceptionsPlugin)(config)
10242
10609
  ];
10243
10610
  }).s("AmazonS3", "PutObjectLockConfiguration", {}).n("S3Client", "PutObjectLockConfigurationCommand").f(void 0, void 0).ser(se_PutObjectLockConfigurationCommand).de(de_PutObjectLockConfigurationCommand).build() {
10244
10611
  };
@@ -10247,7 +10614,7 @@ var PutObjectLockConfigurationCommand = _PutObjectLockConfigurationCommand;
10247
10614
 
10248
10615
  // src/commands/PutObjectRetentionCommand.ts
10249
10616
 
10250
- var import_middleware_sdk_s357 = require("@aws-sdk/middleware-sdk-s3");
10617
+ var import_middleware_sdk_s358 = require("@aws-sdk/middleware-sdk-s3");
10251
10618
 
10252
10619
 
10253
10620
 
@@ -10259,11 +10626,11 @@ var _PutObjectRetentionCommand = class _PutObjectRetentionCommand extends import
10259
10626
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10260
10627
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10261
10628
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10262
- input: this.input,
10263
10629
  requestAlgorithmMember: "ChecksumAlgorithm",
10630
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10264
10631
  requestChecksumRequired: true
10265
10632
  }),
10266
- (0, import_middleware_sdk_s357.getThrow200ExceptionsPlugin)(config)
10633
+ (0, import_middleware_sdk_s358.getThrow200ExceptionsPlugin)(config)
10267
10634
  ];
10268
10635
  }).s("AmazonS3", "PutObjectRetention", {}).n("S3Client", "PutObjectRetentionCommand").f(void 0, void 0).ser(se_PutObjectRetentionCommand).de(de_PutObjectRetentionCommand).build() {
10269
10636
  };
@@ -10272,7 +10639,7 @@ var PutObjectRetentionCommand = _PutObjectRetentionCommand;
10272
10639
 
10273
10640
  // src/commands/PutObjectTaggingCommand.ts
10274
10641
 
10275
- var import_middleware_sdk_s358 = require("@aws-sdk/middleware-sdk-s3");
10642
+ var import_middleware_sdk_s359 = require("@aws-sdk/middleware-sdk-s3");
10276
10643
 
10277
10644
 
10278
10645
 
@@ -10284,11 +10651,11 @@ var _PutObjectTaggingCommand = class _PutObjectTaggingCommand extends import_smi
10284
10651
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10285
10652
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10286
10653
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10287
- input: this.input,
10288
10654
  requestAlgorithmMember: "ChecksumAlgorithm",
10655
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10289
10656
  requestChecksumRequired: true
10290
10657
  }),
10291
- (0, import_middleware_sdk_s358.getThrow200ExceptionsPlugin)(config)
10658
+ (0, import_middleware_sdk_s359.getThrow200ExceptionsPlugin)(config)
10292
10659
  ];
10293
10660
  }).s("AmazonS3", "PutObjectTagging", {}).n("S3Client", "PutObjectTaggingCommand").f(void 0, void 0).ser(se_PutObjectTaggingCommand).de(de_PutObjectTaggingCommand).build() {
10294
10661
  };
@@ -10309,8 +10676,8 @@ var _PutPublicAccessBlockCommand = class _PutPublicAccessBlockCommand extends im
10309
10676
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10310
10677
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10311
10678
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10312
- input: this.input,
10313
10679
  requestAlgorithmMember: "ChecksumAlgorithm",
10680
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10314
10681
  requestChecksumRequired: true
10315
10682
  })
10316
10683
  ];
@@ -10321,7 +10688,7 @@ var PutPublicAccessBlockCommand = _PutPublicAccessBlockCommand;
10321
10688
 
10322
10689
  // src/commands/RestoreObjectCommand.ts
10323
10690
 
10324
- var import_middleware_sdk_s359 = require("@aws-sdk/middleware-sdk-s3");
10691
+ var import_middleware_sdk_s360 = require("@aws-sdk/middleware-sdk-s3");
10325
10692
 
10326
10693
 
10327
10694
 
@@ -10333,11 +10700,11 @@ var _RestoreObjectCommand = class _RestoreObjectCommand extends import_smithy_cl
10333
10700
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10334
10701
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10335
10702
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10336
- input: this.input,
10337
10703
  requestAlgorithmMember: "ChecksumAlgorithm",
10704
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10338
10705
  requestChecksumRequired: false
10339
10706
  }),
10340
- (0, import_middleware_sdk_s359.getThrow200ExceptionsPlugin)(config)
10707
+ (0, import_middleware_sdk_s360.getThrow200ExceptionsPlugin)(config)
10341
10708
  ];
10342
10709
  }).s("AmazonS3", "RestoreObject", {}).n("S3Client", "RestoreObjectCommand").f(RestoreObjectRequestFilterSensitiveLog, void 0).ser(se_RestoreObjectCommand).de(de_RestoreObjectCommand).build() {
10343
10710
  };
@@ -10345,7 +10712,7 @@ __name(_RestoreObjectCommand, "RestoreObjectCommand");
10345
10712
  var RestoreObjectCommand = _RestoreObjectCommand;
10346
10713
 
10347
10714
  // src/commands/SelectObjectContentCommand.ts
10348
- var import_middleware_sdk_s360 = require("@aws-sdk/middleware-sdk-s3");
10715
+ var import_middleware_sdk_s361 = require("@aws-sdk/middleware-sdk-s3");
10349
10716
 
10350
10717
 
10351
10718
 
@@ -10357,7 +10724,7 @@ var _SelectObjectContentCommand = class _SelectObjectContentCommand extends impo
10357
10724
  return [
10358
10725
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10359
10726
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10360
- (0, import_middleware_sdk_s360.getThrow200ExceptionsPlugin)(config),
10727
+ (0, import_middleware_sdk_s361.getThrow200ExceptionsPlugin)(config),
10361
10728
  (0, import_middleware_ssec.getSsecPlugin)(config)
10362
10729
  ];
10363
10730
  }).s("AmazonS3", "SelectObjectContent", {
@@ -10374,7 +10741,7 @@ var SelectObjectContentCommand = _SelectObjectContentCommand;
10374
10741
 
10375
10742
  // src/commands/UploadPartCommand.ts
10376
10743
 
10377
- var import_middleware_sdk_s361 = require("@aws-sdk/middleware-sdk-s3");
10744
+ var import_middleware_sdk_s362 = require("@aws-sdk/middleware-sdk-s3");
10378
10745
 
10379
10746
 
10380
10747
 
@@ -10388,11 +10755,11 @@ var _UploadPartCommand = class _UploadPartCommand extends import_smithy_client.C
10388
10755
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10389
10756
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10390
10757
  (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
10391
- input: this.input,
10392
10758
  requestAlgorithmMember: "ChecksumAlgorithm",
10759
+ requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
10393
10760
  requestChecksumRequired: false
10394
10761
  }),
10395
- (0, import_middleware_sdk_s361.getThrow200ExceptionsPlugin)(config),
10762
+ (0, import_middleware_sdk_s362.getThrow200ExceptionsPlugin)(config),
10396
10763
  (0, import_middleware_ssec.getSsecPlugin)(config)
10397
10764
  ];
10398
10765
  }).s("AmazonS3", "UploadPart", {}).n("S3Client", "UploadPartCommand").f(UploadPartRequestFilterSensitiveLog, UploadPartOutputFilterSensitiveLog).ser(se_UploadPartCommand).de(de_UploadPartCommand).build() {
@@ -10401,7 +10768,7 @@ __name(_UploadPartCommand, "UploadPartCommand");
10401
10768
  var UploadPartCommand = _UploadPartCommand;
10402
10769
 
10403
10770
  // src/commands/UploadPartCopyCommand.ts
10404
- var import_middleware_sdk_s362 = require("@aws-sdk/middleware-sdk-s3");
10771
+ var import_middleware_sdk_s363 = require("@aws-sdk/middleware-sdk-s3");
10405
10772
 
10406
10773
 
10407
10774
 
@@ -10414,7 +10781,7 @@ var _UploadPartCopyCommand = class _UploadPartCopyCommand extends import_smithy_
10414
10781
  return [
10415
10782
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10416
10783
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10417
- (0, import_middleware_sdk_s362.getThrow200ExceptionsPlugin)(config),
10784
+ (0, import_middleware_sdk_s363.getThrow200ExceptionsPlugin)(config),
10418
10785
  (0, import_middleware_ssec.getSsecPlugin)(config)
10419
10786
  ];
10420
10787
  }).s("AmazonS3", "UploadPartCopy", {}).n("S3Client", "UploadPartCopyCommand").f(UploadPartCopyRequestFilterSensitiveLog, UploadPartCopyOutputFilterSensitiveLog).ser(se_UploadPartCopyCommand).de(de_UploadPartCopyCommand).build() {
@@ -10445,6 +10812,7 @@ var commands = {
10445
10812
  CompleteMultipartUploadCommand,
10446
10813
  CopyObjectCommand,
10447
10814
  CreateBucketCommand,
10815
+ CreateBucketMetadataTableConfigurationCommand,
10448
10816
  CreateMultipartUploadCommand,
10449
10817
  CreateSessionCommand,
10450
10818
  DeleteBucketCommand,
@@ -10454,6 +10822,7 @@ var commands = {
10454
10822
  DeleteBucketIntelligentTieringConfigurationCommand,
10455
10823
  DeleteBucketInventoryConfigurationCommand,
10456
10824
  DeleteBucketLifecycleCommand,
10825
+ DeleteBucketMetadataTableConfigurationCommand,
10457
10826
  DeleteBucketMetricsConfigurationCommand,
10458
10827
  DeleteBucketOwnershipControlsCommand,
10459
10828
  DeleteBucketPolicyCommand,
@@ -10474,6 +10843,7 @@ var commands = {
10474
10843
  GetBucketLifecycleConfigurationCommand,
10475
10844
  GetBucketLocationCommand,
10476
10845
  GetBucketLoggingCommand,
10846
+ GetBucketMetadataTableConfigurationCommand,
10477
10847
  GetBucketMetricsConfigurationCommand,
10478
10848
  GetBucketNotificationConfigurationCommand,
10479
10849
  GetBucketOwnershipControlsCommand,
@@ -10672,6 +11042,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
10672
11042
  CompleteMultipartUploadCommand,
10673
11043
  CopyObjectCommand,
10674
11044
  CreateBucketCommand,
11045
+ CreateBucketMetadataTableConfigurationCommand,
10675
11046
  CreateMultipartUploadCommand,
10676
11047
  CreateSessionCommand,
10677
11048
  DeleteBucketAnalyticsConfigurationCommand,
@@ -10681,6 +11052,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
10681
11052
  DeleteBucketIntelligentTieringConfigurationCommand,
10682
11053
  DeleteBucketInventoryConfigurationCommand,
10683
11054
  DeleteBucketLifecycleCommand,
11055
+ DeleteBucketMetadataTableConfigurationCommand,
10684
11056
  DeleteBucketMetricsConfigurationCommand,
10685
11057
  DeleteBucketOwnershipControlsCommand,
10686
11058
  DeleteBucketPolicyCommand,
@@ -10701,6 +11073,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
10701
11073
  GetBucketLifecycleConfigurationCommand,
10702
11074
  GetBucketLocationCommand,
10703
11075
  GetBucketLoggingCommand,
11076
+ GetBucketMetadataTableConfigurationCommand,
10704
11077
  GetBucketMetricsConfigurationCommand,
10705
11078
  GetBucketNotificationConfigurationCommand,
10706
11079
  GetBucketOwnershipControlsCommand,
@@ -10869,9 +11242,11 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
10869
11242
  HeadObjectRequestFilterSensitiveLog,
10870
11243
  ListBucketInventoryConfigurationsOutputFilterSensitiveLog,
10871
11244
  ListPartsRequestFilterSensitiveLog,
10872
- PutBucketEncryptionRequestFilterSensitiveLog,
10873
- PutBucketInventoryConfigurationRequestFilterSensitiveLog,
10874
11245
  MFADelete,
11246
+ EncryptionTypeMismatch,
11247
+ InvalidRequest,
11248
+ InvalidWriteOffset,
11249
+ TooManyParts,
10875
11250
  ObjectAlreadyInActiveTierError,
10876
11251
  Tier,
10877
11252
  ExpressionType,
@@ -10881,6 +11256,8 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
10881
11256
  QuoteFields,
10882
11257
  RestoreRequestType,
10883
11258
  SelectObjectContentEventStream,
11259
+ PutBucketEncryptionRequestFilterSensitiveLog,
11260
+ PutBucketInventoryConfigurationRequestFilterSensitiveLog,
10884
11261
  PutObjectOutputFilterSensitiveLog,
10885
11262
  PutObjectRequestFilterSensitiveLog,
10886
11263
  EncryptionFilterSensitiveLog,