@gemeentenijmegen/webapp 1.1.9 → 1.1.11

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 (646) hide show
  1. package/.jsii +12 -12
  2. package/assets/webapp/auth/auth.lambda/index.js +47 -66
  3. package/assets/webapp/login/login.lambda/index.js +2 -21
  4. package/assets/webapp/logout/logout.lambda/index.js +2 -2
  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 +98 -22
  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/index.js +1 -0
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +44 -12
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_1.js +1 -0
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +18 -4
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +8 -3
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +14 -7
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +18 -7
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +14 -11
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +16 -13
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +26 -16
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +12 -10
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +16 -8
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +18 -13
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +26 -20
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +2 -1
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +1 -0
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +12 -10
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +2 -2
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +1 -1
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +1 -3
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +10 -8
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +2 -6
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +16 -12
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +16 -12
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +14 -7
  37. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +42 -42
  38. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +14 -11
  39. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +14 -7
  40. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  41. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +19 -17
  42. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +1 -0
  43. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +12 -10
  44. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +12 -10
  45. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +16 -8
  46. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +18 -13
  47. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +14 -7
  48. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +22 -14
  49. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +24 -15
  50. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +14 -7
  51. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +16 -12
  52. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +21 -15
  53. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +44 -43
  54. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +16 -12
  55. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -2
  56. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +2 -0
  57. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +6 -6
  58. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +17 -13
  59. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +16 -8
  60. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +16 -12
  61. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +36 -20
  62. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +18 -18
  63. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +16 -12
  64. package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/index.d.ts +1 -0
  66. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +391 -191
  67. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_1.d.ts +73 -0
  68. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +2 -4
  69. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  70. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/index.d.ts +1 -0
  71. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +61 -16
  72. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_1.d.ts +11 -0
  73. package/node_modules/@aws-sdk/client-dynamodb/package.json +35 -35
  74. package/node_modules/@aws-sdk/client-s3/README.md +48 -0
  75. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +739 -139
  76. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +12 -0
  77. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +31 -0
  78. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +26 -0
  79. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +28 -0
  80. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +1 -1
  81. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
  82. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +31 -0
  83. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +31 -0
  84. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +6 -0
  85. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +18 -23
  86. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +36 -0
  87. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +422 -20
  88. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +42 -0
  89. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +8 -2
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +17 -22
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -58
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +107 -110
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +93 -83
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +182 -0
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +25 -12
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +99 -116
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +47 -52
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +7 -9
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -12
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -5
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +16 -18
  102. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  103. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -6
  104. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +23 -28
  105. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +114 -0
  106. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +26 -8
  107. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +9 -12
  108. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +5 -6
  109. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +20 -23
  110. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +5 -7
  111. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -3
  112. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +9 -10
  113. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +37 -23
  114. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +7 -7
  115. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +37 -44
  116. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +6 -6
  117. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +14 -17
  118. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +17 -12
  119. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +8 -11
  120. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +4 -6
  121. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +17 -20
  122. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  123. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +6 -8
  124. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +28 -37
  125. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +4 -5
  126. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -3
  127. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +146 -0
  128. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +25 -8
  129. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +10 -11
  130. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +7 -8
  131. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +19 -6
  132. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +24 -29
  133. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +5 -6
  134. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +12 -13
  135. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +2 -3
  136. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -3
  137. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -3
  138. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +6 -7
  139. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +9 -11
  140. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +56 -71
  141. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +68 -83
  142. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -2
  143. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -3
  144. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -2
  145. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +8 -10
  146. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +4 -5
  147. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +10 -12
  148. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +34 -35
  149. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +53 -64
  150. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +14 -17
  151. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -0
  152. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +12 -15
  153. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +15 -18
  154. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +19 -10
  155. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +10 -9
  156. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +49 -50
  157. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +15 -10
  158. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +17 -9
  159. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +29 -32
  160. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +30 -26
  161. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +14 -18
  162. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +60 -60
  163. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +23 -25
  164. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +23 -27
  165. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +41 -49
  166. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +12 -12
  167. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +33 -37
  168. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +51 -60
  169. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +35 -31
  170. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +12 -14
  171. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +29 -35
  172. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -6
  173. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +24 -29
  174. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +32 -39
  175. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +4 -5
  176. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +21 -27
  177. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +20 -23
  178. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +19 -18
  179. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +53 -58
  180. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +68 -70
  181. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -3
  182. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +10 -11
  183. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +4 -4
  184. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +18 -24
  185. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +10 -12
  186. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +138 -0
  187. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +78 -87
  188. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +50 -59
  189. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +161 -0
  190. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +113 -0
  191. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +65 -75
  192. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +81 -97
  193. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +31 -35
  194. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +6 -0
  195. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  196. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +2789 -3602
  197. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +2226 -711
  198. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +54 -0
  199. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +126 -0
  200. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +36 -0
  201. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +47 -0
  202. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +47 -0
  203. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +51 -0
  204. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
  205. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
  206. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
  207. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
  208. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  209. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
  210. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  211. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +47 -0
  212. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +47 -0
  213. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +47 -0
  214. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +6 -0
  215. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  216. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +107 -209
  217. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +261 -0
  218. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +72 -0
  219. package/node_modules/@aws-sdk/client-s3/package.json +53 -51
  220. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  221. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  222. package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
  223. package/node_modules/@aws-sdk/client-ssm/README.md +3 -2
  224. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +15 -7
  225. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +1 -1
  226. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +4 -6
  227. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +8 -1
  228. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +1 -0
  229. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +3 -2
  230. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +3 -2
  231. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +3 -0
  232. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +3 -0
  233. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -1
  234. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +3 -0
  235. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +2 -1
  236. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAccessTokenCommand.d.ts +2 -1
  237. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +3 -0
  238. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +3 -0
  239. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +3 -0
  240. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +3 -0
  241. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +5 -0
  242. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +7 -0
  243. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -1
  244. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAccessRequestCommand.d.ts +4 -2
  245. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +3 -0
  246. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +3 -0
  247. package/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  248. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +3 -2
  249. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +39 -28
  250. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +95 -21
  251. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +17 -1
  252. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -4
  253. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -4
  254. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  255. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +5 -7
  256. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +11 -4
  257. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +4 -0
  258. package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
  259. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  260. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  261. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  262. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  263. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +81 -34
  264. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  265. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  266. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +5 -1
  267. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +5 -1
  268. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
  269. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +5 -2
  270. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +11 -7
  271. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +1 -1
  272. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +3 -0
  273. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +6 -2
  274. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +6 -3
  275. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +7 -10
  276. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +11 -7
  277. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  278. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  279. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -1
  280. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -1
  281. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -1
  282. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +4 -0
  283. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +4 -0
  284. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +4 -0
  285. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +2 -2
  286. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  287. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  288. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +8 -1
  289. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +8 -1
  290. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +8 -1
  291. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -0
  292. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -0
  293. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -0
  294. package/node_modules/@aws-sdk/core/package.json +13 -13
  295. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  296. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  297. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  298. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  299. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  300. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  301. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  302. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  303. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +5 -5
  304. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  305. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
  306. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  307. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  308. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  309. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  310. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  311. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  312. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  313. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +1 -1
  314. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +1 -1
  315. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +4 -1
  316. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +4 -1
  317. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  318. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  319. package/node_modules/@aws-sdk/s3-request-presigner/package.json +10 -10
  320. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  321. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  322. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  323. package/node_modules/@aws-sdk/token-providers/package.json +10 -8
  324. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  325. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  326. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  327. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  328. package/node_modules/@aws-sdk/types/package.json +2 -2
  329. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +30 -0
  330. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  331. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  332. package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  333. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  334. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  335. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  336. package/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  337. package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
  338. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  339. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  340. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  341. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +83 -5
  342. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.adoc +213 -0
  343. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.md +1 -126
  344. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
  345. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +110 -6
  346. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/bedrock-inference-helper.js +2 -2
  347. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.d.ts +1 -1
  348. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +1 -1
  349. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.d.ts +1 -1
  350. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +1 -1
  351. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.d.ts +2 -19
  352. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.js +18 -7
  353. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.d.ts +2 -0
  354. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.js +5 -1
  355. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +4 -2
  356. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-helper.js +5 -2
  357. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +3 -3
  358. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/TwoLogGroups.json +365 -0
  359. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +2 -6
  360. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +181 -11
  361. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda/index.js +1 -1
  362. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +2 -2
  363. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +1 -1
  364. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +6 -0
  365. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +84 -1
  366. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +35 -1
  367. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +8 -7
  368. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js +2 -1
  369. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js +2 -1
  370. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  371. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +2 -2
  372. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +6 -6
  373. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +1 -136
  374. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +2 -2
  375. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +475 -10
  376. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1
  377. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js +2 -1
  378. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  379. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +2 -2
  380. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +6 -6
  381. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +1 -136
  382. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +2 -2
  383. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +475 -10
  384. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -1
  385. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js +2 -1
  386. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js +2 -1
  387. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js +2 -1
  388. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js +2 -1
  389. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +9 -9
  390. package/node_modules/@gemeentenijmegen/apiclient/package.json +10 -10
  391. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +6 -6
  392. package/node_modules/@gemeentenijmegen/session/package.json +5 -5
  393. package/node_modules/@gemeentenijmegen/utils/package.json +9 -9
  394. package/node_modules/@smithy/abort-controller/package.json +2 -2
  395. package/node_modules/@smithy/config-resolver/package.json +4 -4
  396. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
  397. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +108 -105
  398. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +92 -6
  399. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
  400. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
  401. package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  402. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
  403. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  404. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +115 -20
  405. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +7 -95
  406. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  407. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  408. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  409. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +19 -0
  410. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  411. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  412. package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
  413. package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  414. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
  415. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
  416. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
  417. package/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  418. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  419. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +3 -1
  420. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  421. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  422. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  423. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  424. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  425. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  426. package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  427. package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  428. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
  429. package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  430. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
  431. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  432. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
  433. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +3 -1
  434. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  435. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  436. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  437. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
  438. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  439. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  440. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  441. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  442. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
  443. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  444. package/node_modules/@smithy/core/package.json +20 -17
  445. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  446. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  447. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  448. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  449. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  450. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  451. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  452. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  453. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  454. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  455. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  456. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  457. package/node_modules/@smithy/hash-node/package.json +2 -2
  458. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  459. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  460. package/node_modules/@smithy/md5-js/package.json +2 -2
  461. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  462. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  463. package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  464. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  465. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  466. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  467. package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  468. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  469. package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  470. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  471. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  472. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  473. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  474. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  475. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  476. package/node_modules/@smithy/middleware-retry/package.json +9 -9
  477. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  478. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  479. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  480. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  481. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  482. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  483. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  484. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  485. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  486. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  487. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  488. package/node_modules/@smithy/property-provider/package.json +2 -2
  489. package/node_modules/@smithy/protocol-http/package.json +2 -2
  490. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  491. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  492. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  493. package/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  494. package/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  495. package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  496. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  497. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  498. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  499. package/node_modules/@smithy/signature-v4/package.json +4 -4
  500. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
  501. package/node_modules/@smithy/smithy-client/package.json +7 -7
  502. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  503. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  504. package/node_modules/@smithy/types/package.json +1 -1
  505. package/node_modules/@smithy/url-parser/package.json +3 -3
  506. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  507. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  508. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  509. package/node_modules/@smithy/util-middleware/package.json +2 -2
  510. package/node_modules/@smithy/util-retry/package.json +3 -3
  511. package/node_modules/@smithy/util-stream/package.json +4 -4
  512. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +27 -8
  513. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +27 -8
  514. package/node_modules/@smithy/util-waiter/package.json +3 -3
  515. package/node_modules/@types/aws-lambda/README.md +1 -1
  516. package/node_modules/@types/aws-lambda/handler.d.ts +1 -0
  517. package/node_modules/@types/aws-lambda/package.json +2 -2
  518. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts +2 -0
  519. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/pre-token-generation-v3.d.ts +50 -0
  520. package/node_modules/aproba/index.js +1 -1
  521. package/node_modules/aproba/package.json +1 -1
  522. package/node_modules/axios/CHANGELOG.md +17 -0
  523. package/node_modules/axios/README.md +1 -4
  524. package/node_modules/axios/dist/axios.js +39 -5
  525. package/node_modules/axios/dist/axios.js.map +1 -1
  526. package/node_modules/axios/dist/axios.min.js +2 -2
  527. package/node_modules/axios/dist/axios.min.js.map +1 -1
  528. package/node_modules/axios/dist/browser/axios.cjs +46 -9
  529. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  530. package/node_modules/axios/dist/esm/axios.js +46 -9
  531. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  532. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  533. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  534. package/node_modules/axios/dist/node/axios.cjs +46 -9
  535. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  536. package/node_modules/axios/index.d.cts +13 -2
  537. package/node_modules/axios/lib/core/Axios.js +2 -2
  538. package/node_modules/axios/lib/core/mergeConfig.js +1 -1
  539. package/node_modules/axios/lib/env/data.js +1 -1
  540. package/node_modules/axios/lib/helpers/throttle.js +1 -1
  541. package/node_modules/axios/lib/helpers/toURLEncodedForm.js +4 -3
  542. package/node_modules/axios/lib/utils.js +36 -0
  543. package/node_modules/axios/package.json +5 -5
  544. package/node_modules/bowser/CHANGELOG.md +1 -1
  545. package/node_modules/bowser/README.md +2 -4
  546. package/node_modules/bowser/bundled.js +1 -1
  547. package/node_modules/bowser/es5.js +1 -1
  548. package/node_modules/bowser/index.d.ts +72 -7
  549. package/node_modules/bowser/package.json +4 -3
  550. package/node_modules/bowser/src/constants.js +3 -0
  551. package/node_modules/bowser/src/parser-browsers.js +15 -0
  552. package/node_modules/bowser/src/parser-platforms.js +17 -1
  553. package/node_modules/bowser/src/parser.js +20 -5
  554. package/node_modules/bowser/src/utils.js +2 -2
  555. package/node_modules/dotenv/CHANGELOG.md +17 -1
  556. package/node_modules/dotenv/README-es.md +0 -19
  557. package/node_modules/dotenv/README.md +7 -14
  558. package/node_modules/dotenv/SECURITY.md +1 -0
  559. package/node_modules/dotenv/lib/cli-options.js +8 -2
  560. package/node_modules/dotenv/lib/env-options.js +4 -0
  561. package/node_modules/dotenv/lib/main.d.ts +12 -3
  562. package/node_modules/dotenv/lib/main.js +31 -5
  563. package/node_modules/dotenv/package.json +2 -2
  564. package/node_modules/fast-xml-parser/CHANGELOG.md +77 -0
  565. package/node_modules/fast-xml-parser/README.md +39 -52
  566. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  567. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  568. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  569. package/node_modules/fast-xml-parser/lib/fxp.d.cts +458 -0
  570. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  571. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  572. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  573. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  574. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
  575. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
  576. package/node_modules/fast-xml-parser/package.json +36 -20
  577. package/node_modules/fast-xml-parser/src/cli/cli.js +16 -12
  578. package/node_modules/fast-xml-parser/src/cli/man.js +6 -1
  579. package/node_modules/fast-xml-parser/src/cli/read.js +30 -79
  580. package/node_modules/fast-xml-parser/src/fxp.d.ts +52 -9
  581. package/node_modules/fast-xml-parser/src/fxp.js +11 -8
  582. package/node_modules/fast-xml-parser/src/ignoreAttributes.js +18 -0
  583. package/node_modules/fast-xml-parser/src/util.js +14 -18
  584. package/node_modules/fast-xml-parser/src/{v5 → v6}/CharsSymbol.js +1 -1
  585. package/node_modules/fast-xml-parser/src/{v5/valueParsers → v6}/EntitiesParser.js +3 -6
  586. package/node_modules/fast-xml-parser/src/{v5 → v6}/OptionsBuilder.js +3 -6
  587. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/BaseOutputBuilder.js +1 -3
  588. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsArrBuilder.js +3 -3
  589. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsMinArrBuilder.js +3 -5
  590. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsObjBuilder.js +3 -5
  591. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/ParserOptionsBuilder.js +6 -11
  592. package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPath.js +1 -1
  593. package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPathMatcher.js +3 -5
  594. package/node_modules/fast-xml-parser/src/{v5 → v6}/XMLParser.js +3 -5
  595. package/node_modules/fast-xml-parser/src/{v5 → v6}/Xml2JsParser.js +8 -10
  596. package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlPartReader.js +24 -26
  597. package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlSpecialTagsReader.js +5 -12
  598. package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/BufferSource.js +1 -3
  599. package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/StringSource.js +1 -3
  600. package/node_modules/fast-xml-parser/src/{v5 → v6/valueParsers}/EntitiesParser.js +3 -5
  601. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParser.js +1 -2
  602. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParserExt.js +1 -2
  603. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/currency.js +1 -3
  604. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/join.js +1 -2
  605. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/number.js +2 -4
  606. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/trim.js +1 -3
  607. package/node_modules/fast-xml-parser/src/validator.js +5 -5
  608. package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +17 -13
  609. package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +1 -2
  610. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +288 -71
  611. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +3 -5
  612. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +28 -23
  613. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +21 -8
  614. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +8 -2
  615. package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +22 -7
  616. package/node_modules/follow-redirects/package.json +1 -1
  617. package/node_modules/form-data/CHANGELOG.md +601 -0
  618. package/node_modules/form-data/{README.md.bak → README.md} +4 -4
  619. package/node_modules/form-data/lib/form_data.js +2 -6
  620. package/node_modules/form-data/package.json +22 -6
  621. package/node_modules/oidc-token-hash/README.md +1 -0
  622. package/node_modules/oidc-token-hash/lib/index.js +0 -10
  623. package/node_modules/oidc-token-hash/package.json +1 -1
  624. package/node_modules/strnum/.github/SECURITY.md +5 -0
  625. package/node_modules/strnum/CHANGELOG.md +11 -0
  626. package/node_modules/strnum/algo.stflow +84 -0
  627. package/node_modules/strnum/package.json +2 -1
  628. package/node_modules/strnum/strnum.js +53 -35
  629. package/node_modules/strnum/strnum.test.js +9 -1
  630. package/node_modules/strnum/test.js +9 -0
  631. package/package.json +20 -20
  632. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  633. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  634. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +0 -1
  635. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  636. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  637. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +0 -1
  638. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  639. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  640. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  641. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  642. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  643. package/node_modules/form-data/Readme.md +0 -355
  644. package/node_modules/oidc-token-hash/lib/shake256.js +0 -7
  645. /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/{architecture.png → aws-lambda-dynamodb.png} +0 -0
  646. /package/node_modules/fast-xml-parser/src/{v5 → v6}/Report.js +0 -0
@@ -44,6 +44,7 @@ __export(index_exports, {
44
44
  CopyObjectOutputFilterSensitiveLog: () => CopyObjectOutputFilterSensitiveLog,
45
45
  CopyObjectRequestFilterSensitiveLog: () => CopyObjectRequestFilterSensitiveLog,
46
46
  CreateBucketCommand: () => CreateBucketCommand,
47
+ CreateBucketMetadataConfigurationCommand: () => CreateBucketMetadataConfigurationCommand,
47
48
  CreateBucketMetadataTableConfigurationCommand: () => CreateBucketMetadataTableConfigurationCommand,
48
49
  CreateMultipartUploadCommand: () => CreateMultipartUploadCommand,
49
50
  CreateMultipartUploadOutputFilterSensitiveLog: () => CreateMultipartUploadOutputFilterSensitiveLog,
@@ -59,6 +60,7 @@ __export(index_exports, {
59
60
  DeleteBucketIntelligentTieringConfigurationCommand: () => DeleteBucketIntelligentTieringConfigurationCommand,
60
61
  DeleteBucketInventoryConfigurationCommand: () => DeleteBucketInventoryConfigurationCommand,
61
62
  DeleteBucketLifecycleCommand: () => DeleteBucketLifecycleCommand,
63
+ DeleteBucketMetadataConfigurationCommand: () => DeleteBucketMetadataConfigurationCommand,
62
64
  DeleteBucketMetadataTableConfigurationCommand: () => DeleteBucketMetadataTableConfigurationCommand,
63
65
  DeleteBucketMetricsConfigurationCommand: () => DeleteBucketMetricsConfigurationCommand,
64
66
  DeleteBucketOwnershipControlsCommand: () => DeleteBucketOwnershipControlsCommand,
@@ -76,6 +78,7 @@ __export(index_exports, {
76
78
  EncryptionTypeMismatch: () => EncryptionTypeMismatch,
77
79
  Event: () => Event,
78
80
  ExistingObjectReplicationStatus: () => ExistingObjectReplicationStatus,
81
+ ExpirationState: () => ExpirationState,
79
82
  ExpirationStatus: () => ExpirationStatus,
80
83
  ExpressionType: () => ExpressionType,
81
84
  FileHeaderInfo: () => FileHeaderInfo,
@@ -92,6 +95,7 @@ __export(index_exports, {
92
95
  GetBucketLifecycleConfigurationCommand: () => GetBucketLifecycleConfigurationCommand,
93
96
  GetBucketLocationCommand: () => GetBucketLocationCommand,
94
97
  GetBucketLoggingCommand: () => GetBucketLoggingCommand,
98
+ GetBucketMetadataConfigurationCommand: () => GetBucketMetadataConfigurationCommand,
95
99
  GetBucketMetadataTableConfigurationCommand: () => GetBucketMetadataTableConfigurationCommand,
96
100
  GetBucketMetricsConfigurationCommand: () => GetBucketMetricsConfigurationCommand,
97
101
  GetBucketNotificationConfigurationCommand: () => GetBucketNotificationConfigurationCommand,
@@ -120,12 +124,14 @@ __export(index_exports, {
120
124
  HeadObjectCommand: () => HeadObjectCommand,
121
125
  HeadObjectOutputFilterSensitiveLog: () => HeadObjectOutputFilterSensitiveLog,
122
126
  HeadObjectRequestFilterSensitiveLog: () => HeadObjectRequestFilterSensitiveLog,
127
+ IdempotencyParameterMismatch: () => IdempotencyParameterMismatch,
123
128
  IntelligentTieringAccessTier: () => IntelligentTieringAccessTier,
124
129
  IntelligentTieringStatus: () => IntelligentTieringStatus,
125
130
  InvalidObjectState: () => InvalidObjectState,
126
131
  InvalidRequest: () => InvalidRequest,
127
132
  InvalidWriteOffset: () => InvalidWriteOffset,
128
133
  InventoryConfigurationFilterSensitiveLog: () => InventoryConfigurationFilterSensitiveLog,
134
+ InventoryConfigurationState: () => InventoryConfigurationState,
129
135
  InventoryDestinationFilterSensitiveLog: () => InventoryDestinationFilterSensitiveLog,
130
136
  InventoryEncryptionFilterSensitiveLog: () => InventoryEncryptionFilterSensitiveLog,
131
137
  InventoryFormat: () => InventoryFormat,
@@ -205,6 +211,7 @@ __export(index_exports, {
205
211
  PutObjectTaggingCommand: () => PutObjectTaggingCommand,
206
212
  PutPublicAccessBlockCommand: () => PutPublicAccessBlockCommand,
207
213
  QuoteFields: () => QuoteFields,
214
+ RenameObjectCommand: () => RenameObjectCommand,
208
215
  ReplicaModificationsStatus: () => ReplicaModificationsStatus,
209
216
  ReplicationRuleStatus: () => ReplicationRuleStatus,
210
217
  ReplicationStatus: () => ReplicationStatus,
@@ -219,6 +226,7 @@ __export(index_exports, {
219
226
  S3Client: () => S3Client,
220
227
  S3LocationFilterSensitiveLog: () => S3LocationFilterSensitiveLog,
221
228
  S3ServiceException: () => S3ServiceException,
229
+ S3TablesBucketType: () => S3TablesBucketType,
222
230
  SSEKMSFilterSensitiveLog: () => SSEKMSFilterSensitiveLog,
223
231
  SelectObjectContentCommand: () => SelectObjectContentCommand,
224
232
  SelectObjectContentEventStream: () => SelectObjectContentEventStream,
@@ -234,12 +242,15 @@ __export(index_exports, {
234
242
  SseKmsEncryptedObjectsStatus: () => SseKmsEncryptedObjectsStatus,
235
243
  StorageClass: () => StorageClass,
236
244
  StorageClassAnalysisSchemaVersion: () => StorageClassAnalysisSchemaVersion,
245
+ TableSseAlgorithm: () => TableSseAlgorithm,
237
246
  TaggingDirective: () => TaggingDirective,
238
247
  Tier: () => Tier,
239
248
  TooManyParts: () => TooManyParts,
240
249
  TransitionDefaultMinimumObjectSize: () => TransitionDefaultMinimumObjectSize,
241
250
  TransitionStorageClass: () => TransitionStorageClass,
242
251
  Type: () => Type,
252
+ UpdateBucketMetadataInventoryTableConfigurationCommand: () => UpdateBucketMetadataInventoryTableConfigurationCommand,
253
+ UpdateBucketMetadataJournalTableConfigurationCommand: () => UpdateBucketMetadataJournalTableConfigurationCommand,
243
254
  UploadPartCommand: () => UploadPartCommand,
244
255
  UploadPartCopyCommand: () => UploadPartCopyCommand,
245
256
  UploadPartCopyOutputFilterSensitiveLog: () => UploadPartCopyOutputFilterSensitiveLog,
@@ -380,6 +391,7 @@ var ChecksumType = {
380
391
  };
381
392
  var ServerSideEncryption = {
382
393
  AES256: "AES256",
394
+ aws_fsx: "aws:fsx",
383
395
  aws_kms: "aws:kms",
384
396
  aws_kms_dsse: "aws:kms:dsse"
385
397
  };
@@ -414,6 +426,7 @@ var ObjectLockMode = {
414
426
  var StorageClass = {
415
427
  DEEP_ARCHIVE: "DEEP_ARCHIVE",
416
428
  EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
429
+ FSX_OPENZFS: "FSX_OPENZFS",
417
430
  GLACIER: "GLACIER",
418
431
  GLACIER_IR: "GLACIER_IR",
419
432
  INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
@@ -539,6 +552,18 @@ var ObjectOwnership = {
539
552
  BucketOwnerPreferred: "BucketOwnerPreferred",
540
553
  ObjectWriter: "ObjectWriter"
541
554
  };
555
+ var InventoryConfigurationState = {
556
+ DISABLED: "DISABLED",
557
+ ENABLED: "ENABLED"
558
+ };
559
+ var TableSseAlgorithm = {
560
+ AES256: "AES256",
561
+ aws_kms: "aws:kms"
562
+ };
563
+ var ExpirationState = {
564
+ DISABLED: "DISABLED",
565
+ ENABLED: "ENABLED"
566
+ };
542
567
  var SessionMode = {
543
568
  ReadOnly: "ReadOnly",
544
569
  ReadWrite: "ReadWrite"
@@ -639,6 +664,10 @@ var PartitionDateSource = {
639
664
  DeliveryTime: "DeliveryTime",
640
665
  EventTime: "EventTime"
641
666
  };
667
+ var S3TablesBucketType = {
668
+ aws: "aws",
669
+ customer: "customer"
670
+ };
642
671
  var MetricsFilter;
643
672
  ((MetricsFilter2) => {
644
673
  MetricsFilter2.visit = /* @__PURE__ */ __name((value, visitor) => {
@@ -815,25 +844,6 @@ var ArchiveStatus = {
815
844
  var EncodingType = {
816
845
  url: "url"
817
846
  };
818
- var ObjectStorageClass = {
819
- DEEP_ARCHIVE: "DEEP_ARCHIVE",
820
- EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
821
- GLACIER: "GLACIER",
822
- GLACIER_IR: "GLACIER_IR",
823
- INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
824
- ONEZONE_IA: "ONEZONE_IA",
825
- OUTPOSTS: "OUTPOSTS",
826
- REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
827
- SNOW: "SNOW",
828
- STANDARD: "STANDARD",
829
- STANDARD_IA: "STANDARD_IA"
830
- };
831
- var OptionalObjectAttributes = {
832
- RESTORE_STATUS: "RestoreStatus"
833
- };
834
- var ObjectVersionStorageClass = {
835
- STANDARD: "STANDARD"
836
- };
837
847
  var CompleteMultipartUploadOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
838
848
  ...obj,
839
849
  ...obj.SSEKMSKeyId && { SSEKMSKeyId: import_smithy_client.SENSITIVE_STRING }
@@ -964,10 +974,6 @@ var ListBucketInventoryConfigurationsOutputFilterSensitiveLog = /* @__PURE__ */
964
974
  )
965
975
  }
966
976
  }), "ListBucketInventoryConfigurationsOutputFilterSensitiveLog");
967
- var ListPartsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
968
- ...obj,
969
- ...obj.SSECustomerKey && { SSECustomerKey: import_smithy_client.SENSITIVE_STRING }
970
- }), "ListPartsRequestFilterSensitiveLog");
971
977
 
972
978
  // src/protocols/Aws_restXml.ts
973
979
  var import_core = require("@aws-sdk/core");
@@ -975,9 +981,30 @@ var import_xml_builder = require("@aws-sdk/xml-builder");
975
981
  var import_core2 = require("@smithy/core");
976
982
  var import_protocol_http = require("@smithy/protocol-http");
977
983
 
984
+ var import_uuid = require("uuid");
978
985
 
979
986
  // src/models/models_1.ts
980
987
 
988
+ var ObjectStorageClass = {
989
+ DEEP_ARCHIVE: "DEEP_ARCHIVE",
990
+ EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
991
+ FSX_OPENZFS: "FSX_OPENZFS",
992
+ GLACIER: "GLACIER",
993
+ GLACIER_IR: "GLACIER_IR",
994
+ INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
995
+ ONEZONE_IA: "ONEZONE_IA",
996
+ OUTPOSTS: "OUTPOSTS",
997
+ REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
998
+ SNOW: "SNOW",
999
+ STANDARD: "STANDARD",
1000
+ STANDARD_IA: "STANDARD_IA"
1001
+ };
1002
+ var OptionalObjectAttributes = {
1003
+ RESTORE_STATUS: "RestoreStatus"
1004
+ };
1005
+ var ObjectVersionStorageClass = {
1006
+ STANDARD: "STANDARD"
1007
+ };
981
1008
  var MFADelete = {
982
1009
  Disabled: "Disabled",
983
1010
  Enabled: "Enabled"
@@ -1054,6 +1081,24 @@ var TooManyParts = class _TooManyParts extends S3ServiceException {
1054
1081
  Object.setPrototypeOf(this, _TooManyParts.prototype);
1055
1082
  }
1056
1083
  };
1084
+ var IdempotencyParameterMismatch = class _IdempotencyParameterMismatch extends S3ServiceException {
1085
+ static {
1086
+ __name(this, "IdempotencyParameterMismatch");
1087
+ }
1088
+ name = "IdempotencyParameterMismatch";
1089
+ $fault = "client";
1090
+ /**
1091
+ * @internal
1092
+ */
1093
+ constructor(opts) {
1094
+ super({
1095
+ name: "IdempotencyParameterMismatch",
1096
+ $fault: "client",
1097
+ ...opts
1098
+ });
1099
+ Object.setPrototypeOf(this, _IdempotencyParameterMismatch.prototype);
1100
+ }
1101
+ };
1057
1102
  var ObjectAlreadyInActiveTierError = class _ObjectAlreadyInActiveTierError extends S3ServiceException {
1058
1103
  static {
1059
1104
  __name(this, "ObjectAlreadyInActiveTierError");
@@ -1112,6 +1157,10 @@ var SelectObjectContentEventStream;
1112
1157
  return visitor._(value.$unknown[0], value.$unknown[1]);
1113
1158
  }, "visit");
1114
1159
  })(SelectObjectContentEventStream || (SelectObjectContentEventStream = {}));
1160
+ var ListPartsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1161
+ ...obj,
1162
+ ...obj.SSECustomerKey && { SSECustomerKey: import_smithy_client.SENSITIVE_STRING }
1163
+ }), "ListPartsRequestFilterSensitiveLog");
1115
1164
  var PutBucketEncryptionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1116
1165
  ...obj,
1117
1166
  ...obj.ServerSideEncryptionConfiguration && {
@@ -1333,6 +1382,30 @@ var se_CreateBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
1333
1382
  b.m("PUT").h(headers).b(body);
1334
1383
  return b.build();
1335
1384
  }, "se_CreateBucketCommand");
1385
+ var se_CreateBucketMetadataConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1386
+ const b = (0, import_core2.requestBuilder)(input, context);
1387
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
1388
+ "content-type": "application/xml",
1389
+ [_cm]: input[_CMD],
1390
+ [_xasca]: input[_CA],
1391
+ [_xaebo]: input[_EBO]
1392
+ });
1393
+ b.bp("/");
1394
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
1395
+ const query = (0, import_smithy_client.map)({
1396
+ [_mC]: [, ""]
1397
+ });
1398
+ let body;
1399
+ let contents;
1400
+ if (input.MetadataConfiguration !== void 0) {
1401
+ contents = se_MetadataConfiguration(input.MetadataConfiguration, context);
1402
+ body = _ve;
1403
+ contents.a("xmlns", "http://s3.amazonaws.com/doc/2006-03-01/");
1404
+ body += contents.toString();
1405
+ }
1406
+ b.m("POST").h(headers).q(query).b(body);
1407
+ return b.build();
1408
+ }, "se_CreateBucketMetadataConfigurationCommand");
1336
1409
  var se_CreateBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1337
1410
  const b = (0, import_core2.requestBuilder)(input, context);
1338
1411
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
@@ -1477,7 +1550,9 @@ var se_DeleteBucketEncryptionCommand = /* @__PURE__ */ __name(async (input, cont
1477
1550
  }, "se_DeleteBucketEncryptionCommand");
1478
1551
  var se_DeleteBucketIntelligentTieringConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1479
1552
  const b = (0, import_core2.requestBuilder)(input, context);
1480
- const headers = {};
1553
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
1554
+ [_xaebo]: input[_EBO]
1555
+ });
1481
1556
  b.bp("/");
1482
1557
  b.p("Bucket", () => input.Bucket, "{Bucket}", false);
1483
1558
  const query = (0, import_smithy_client.map)({
@@ -1517,6 +1592,20 @@ var se_DeleteBucketLifecycleCommand = /* @__PURE__ */ __name(async (input, conte
1517
1592
  b.m("DELETE").h(headers).q(query).b(body);
1518
1593
  return b.build();
1519
1594
  }, "se_DeleteBucketLifecycleCommand");
1595
+ var se_DeleteBucketMetadataConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1596
+ const b = (0, import_core2.requestBuilder)(input, context);
1597
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
1598
+ [_xaebo]: input[_EBO]
1599
+ });
1600
+ b.bp("/");
1601
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
1602
+ const query = (0, import_smithy_client.map)({
1603
+ [_mC]: [, ""]
1604
+ });
1605
+ let body;
1606
+ b.m("DELETE").h(headers).q(query).b(body);
1607
+ return b.build();
1608
+ }, "se_DeleteBucketMetadataConfigurationCommand");
1520
1609
  var se_DeleteBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1521
1610
  const b = (0, import_core2.requestBuilder)(input, context);
1522
1611
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
@@ -1769,7 +1858,9 @@ var se_GetBucketEncryptionCommand = /* @__PURE__ */ __name(async (input, context
1769
1858
  }, "se_GetBucketEncryptionCommand");
1770
1859
  var se_GetBucketIntelligentTieringConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1771
1860
  const b = (0, import_core2.requestBuilder)(input, context);
1772
- const headers = {};
1861
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
1862
+ [_xaebo]: input[_EBO]
1863
+ });
1773
1864
  b.bp("/");
1774
1865
  b.p("Bucket", () => input.Bucket, "{Bucket}", false);
1775
1866
  const query = (0, import_smithy_client.map)({
@@ -1839,6 +1930,20 @@ var se_GetBucketLoggingCommand = /* @__PURE__ */ __name(async (input, context) =
1839
1930
  b.m("GET").h(headers).q(query).b(body);
1840
1931
  return b.build();
1841
1932
  }, "se_GetBucketLoggingCommand");
1933
+ var se_GetBucketMetadataConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1934
+ const b = (0, import_core2.requestBuilder)(input, context);
1935
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
1936
+ [_xaebo]: input[_EBO]
1937
+ });
1938
+ b.bp("/");
1939
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
1940
+ const query = (0, import_smithy_client.map)({
1941
+ [_mC]: [, ""]
1942
+ });
1943
+ let body;
1944
+ b.m("GET").h(headers).q(query).b(body);
1945
+ return b.build();
1946
+ }, "se_GetBucketMetadataConfigurationCommand");
1842
1947
  var se_GetBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1843
1948
  const b = (0, import_core2.requestBuilder)(input, context);
1844
1949
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
@@ -2224,7 +2329,9 @@ var se_ListBucketAnalyticsConfigurationsCommand = /* @__PURE__ */ __name(async (
2224
2329
  }, "se_ListBucketAnalyticsConfigurationsCommand");
2225
2330
  var se_ListBucketIntelligentTieringConfigurationsCommand = /* @__PURE__ */ __name(async (input, context) => {
2226
2331
  const b = (0, import_core2.requestBuilder)(input, context);
2227
- const headers = {};
2332
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
2333
+ [_xaebo]: input[_EBO]
2334
+ });
2228
2335
  b.bp("/");
2229
2336
  b.p("Bucket", () => input.Bucket, "{Bucket}", false);
2230
2337
  const query = (0, import_smithy_client.map)({
@@ -2530,9 +2637,10 @@ var se_PutBucketEncryptionCommand = /* @__PURE__ */ __name(async (input, context
2530
2637
  }, "se_PutBucketEncryptionCommand");
2531
2638
  var se_PutBucketIntelligentTieringConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
2532
2639
  const b = (0, import_core2.requestBuilder)(input, context);
2533
- const headers = {
2534
- "content-type": "application/xml"
2535
- };
2640
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
2641
+ "content-type": "application/xml",
2642
+ [_xaebo]: input[_EBO]
2643
+ });
2536
2644
  b.bp("/");
2537
2645
  b.p("Bucket", () => input.Bucket, "{Bucket}", false);
2538
2646
  const query = (0, import_smithy_client.map)({
@@ -3064,6 +3172,30 @@ var se_PutPublicAccessBlockCommand = /* @__PURE__ */ __name(async (input, contex
3064
3172
  b.m("PUT").h(headers).q(query).b(body);
3065
3173
  return b.build();
3066
3174
  }, "se_PutPublicAccessBlockCommand");
3175
+ var se_RenameObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
3176
+ const b = (0, import_core2.requestBuilder)(input, context);
3177
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
3178
+ [_xars]: input[_RS],
3179
+ [_im]: input[_DIM],
3180
+ [_inm]: input[_DINM],
3181
+ [_ims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_DIMS]), () => (0, import_smithy_client.dateToUtcString)(input[_DIMS]).toString()],
3182
+ [_ius]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_DIUS]), () => (0, import_smithy_client.dateToUtcString)(input[_DIUS]).toString()],
3183
+ [_xarsim]: input[_SIM],
3184
+ [_xarsinm]: input[_SINM],
3185
+ [_xarsims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_SIMS]), () => (0, import_smithy_client.dateToUtcString)(input[_SIMS]).toString()],
3186
+ [_xarsius]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_SIUS]), () => (0, import_smithy_client.dateToUtcString)(input[_SIUS]).toString()],
3187
+ [_xact_]: input[_CTl] ?? (0, import_uuid.v4)()
3188
+ });
3189
+ b.bp("/{Key+}");
3190
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
3191
+ b.p("Key", () => input.Key, "{Key+}", true);
3192
+ const query = (0, import_smithy_client.map)({
3193
+ [_rO]: [, ""]
3194
+ });
3195
+ let body;
3196
+ b.m("PUT").h(headers).q(query).b(body);
3197
+ return b.build();
3198
+ }, "se_RenameObjectCommand");
3067
3199
  var se_RestoreObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
3068
3200
  const b = (0, import_core2.requestBuilder)(input, context);
3069
3201
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
@@ -3128,6 +3260,56 @@ var se_SelectObjectContentCommand = /* @__PURE__ */ __name(async (input, context
3128
3260
  b.m("POST").h(headers).q(query).b(body);
3129
3261
  return b.build();
3130
3262
  }, "se_SelectObjectContentCommand");
3263
+ var se_UpdateBucketMetadataInventoryTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
3264
+ const b = (0, import_core2.requestBuilder)(input, context);
3265
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
3266
+ "content-type": "application/xml",
3267
+ [_cm]: input[_CMD],
3268
+ [_xasca]: input[_CA],
3269
+ [_xaebo]: input[_EBO]
3270
+ });
3271
+ b.bp("/");
3272
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
3273
+ const query = (0, import_smithy_client.map)({
3274
+ [_mIT]: [, ""]
3275
+ });
3276
+ let body;
3277
+ let contents;
3278
+ if (input.InventoryTableConfiguration !== void 0) {
3279
+ contents = se_InventoryTableConfigurationUpdates(input.InventoryTableConfiguration, context);
3280
+ contents = contents.n("InventoryTableConfiguration");
3281
+ body = _ve;
3282
+ contents.a("xmlns", "http://s3.amazonaws.com/doc/2006-03-01/");
3283
+ body += contents.toString();
3284
+ }
3285
+ b.m("PUT").h(headers).q(query).b(body);
3286
+ return b.build();
3287
+ }, "se_UpdateBucketMetadataInventoryTableConfigurationCommand");
3288
+ var se_UpdateBucketMetadataJournalTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
3289
+ const b = (0, import_core2.requestBuilder)(input, context);
3290
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
3291
+ "content-type": "application/xml",
3292
+ [_cm]: input[_CMD],
3293
+ [_xasca]: input[_CA],
3294
+ [_xaebo]: input[_EBO]
3295
+ });
3296
+ b.bp("/");
3297
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
3298
+ const query = (0, import_smithy_client.map)({
3299
+ [_mJT]: [, ""]
3300
+ });
3301
+ let body;
3302
+ let contents;
3303
+ if (input.JournalTableConfiguration !== void 0) {
3304
+ contents = se_JournalTableConfigurationUpdates(input.JournalTableConfiguration, context);
3305
+ contents = contents.n("JournalTableConfiguration");
3306
+ body = _ve;
3307
+ contents.a("xmlns", "http://s3.amazonaws.com/doc/2006-03-01/");
3308
+ body += contents.toString();
3309
+ }
3310
+ b.m("PUT").h(headers).q(query).b(body);
3311
+ return b.build();
3312
+ }, "se_UpdateBucketMetadataJournalTableConfigurationCommand");
3131
3313
  var se_UploadPartCommand = /* @__PURE__ */ __name(async (input, context) => {
3132
3314
  const b = (0, import_core2.requestBuilder)(input, context);
3133
3315
  const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
@@ -3234,7 +3416,7 @@ var se_WriteGetObjectResponseCommand = /* @__PURE__ */ __name(async (input, cont
3234
3416
  () => (0, import_smithy_client.serializeDateTime)(input[_OLRUD]).toString()
3235
3417
  ],
3236
3418
  [_xafhxampc]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_PC]), () => input[_PC].toString()],
3237
- [_xafhxars]: input[_RS],
3419
+ [_xafhxars]: input[_RSe],
3238
3420
  [_xafhxarc]: input[_RC],
3239
3421
  [_xafhxar]: input[_Re],
3240
3422
  [_xafhxasse]: input[_SSE],
@@ -3352,11 +3534,22 @@ var de_CreateBucketCommand = /* @__PURE__ */ __name(async (output, context) => {
3352
3534
  }
3353
3535
  const contents = (0, import_smithy_client.map)({
3354
3536
  $metadata: deserializeMetadata(output),
3355
- [_L]: [, output.headers[_lo]]
3537
+ [_L]: [, output.headers[_lo]],
3538
+ [_BA]: [, output.headers[_xaba]]
3356
3539
  });
3357
3540
  await (0, import_smithy_client.collectBody)(output.body, context);
3358
3541
  return contents;
3359
3542
  }, "de_CreateBucketCommand");
3543
+ var de_CreateBucketMetadataConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
3544
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3545
+ return de_CommandError(output, context);
3546
+ }
3547
+ const contents = (0, import_smithy_client.map)({
3548
+ $metadata: deserializeMetadata(output)
3549
+ });
3550
+ await (0, import_smithy_client.collectBody)(output.body, context);
3551
+ return contents;
3552
+ }, "de_CreateBucketMetadataConfigurationCommand");
3360
3553
  var de_CreateBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
3361
3554
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3362
3555
  return de_CommandError(output, context);
@@ -3487,6 +3680,16 @@ var de_DeleteBucketLifecycleCommand = /* @__PURE__ */ __name(async (output, cont
3487
3680
  await (0, import_smithy_client.collectBody)(output.body, context);
3488
3681
  return contents;
3489
3682
  }, "de_DeleteBucketLifecycleCommand");
3683
+ var de_DeleteBucketMetadataConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
3684
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
3685
+ return de_CommandError(output, context);
3686
+ }
3687
+ const contents = (0, import_smithy_client.map)({
3688
+ $metadata: deserializeMetadata(output)
3689
+ });
3690
+ await (0, import_smithy_client.collectBody)(output.body, context);
3691
+ return contents;
3692
+ }, "de_DeleteBucketMetadataConfigurationCommand");
3490
3693
  var de_DeleteBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
3491
3694
  if (output.statusCode !== 204 && output.statusCode >= 300) {
3492
3695
  return de_CommandError(output, context);
@@ -3745,6 +3948,17 @@ var de_GetBucketLoggingCommand = /* @__PURE__ */ __name(async (output, context)
3745
3948
  }
3746
3949
  return contents;
3747
3950
  }, "de_GetBucketLoggingCommand");
3951
+ var de_GetBucketMetadataConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
3952
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3953
+ return de_CommandError(output, context);
3954
+ }
3955
+ const contents = (0, import_smithy_client.map)({
3956
+ $metadata: deserializeMetadata(output)
3957
+ });
3958
+ const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
3959
+ contents.GetBucketMetadataConfigurationResult = de_GetBucketMetadataConfigurationResult(data, context);
3960
+ return contents;
3961
+ }, "de_GetBucketMetadataConfigurationCommand");
3748
3962
  var de_GetBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
3749
3963
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3750
3964
  return de_CommandError(output, context);
@@ -3944,7 +4158,7 @@ var de_GetObjectCommand = /* @__PURE__ */ __name(async (output, context) => {
3944
4158
  [_BKE]: [() => void 0 !== output.headers[_xassebke], () => (0, import_smithy_client.parseBoolean)(output.headers[_xassebke])],
3945
4159
  [_SC]: [, output.headers[_xasc]],
3946
4160
  [_RC]: [, output.headers[_xarc]],
3947
- [_RS]: [, output.headers[_xars]],
4161
+ [_RSe]: [, output.headers[_xars_]],
3948
4162
  [_PC]: [() => void 0 !== output.headers[_xampc], () => (0, import_smithy_client.strictParseInt32)(output.headers[_xampc])],
3949
4163
  [_TC]: [() => void 0 !== output.headers[_xatc], () => (0, import_smithy_client.strictParseInt32)(output.headers[_xatc])],
3950
4164
  [_OLM]: [, output.headers[_xaolm]],
@@ -4093,6 +4307,7 @@ var de_HeadBucketCommand = /* @__PURE__ */ __name(async (output, context) => {
4093
4307
  }
4094
4308
  const contents = (0, import_smithy_client.map)({
4095
4309
  $metadata: deserializeMetadata(output),
4310
+ [_BA]: [, output.headers[_xaba]],
4096
4311
  [_BLT]: [, output.headers[_xablt]],
4097
4312
  [_BLN]: [, output.headers[_xabln]],
4098
4313
  [_BR]: [, output.headers[_xabr]],
@@ -4139,8 +4354,9 @@ var de_HeadObjectCommand = /* @__PURE__ */ __name(async (output, context) => {
4139
4354
  [_BKE]: [() => void 0 !== output.headers[_xassebke], () => (0, import_smithy_client.parseBoolean)(output.headers[_xassebke])],
4140
4355
  [_SC]: [, output.headers[_xasc]],
4141
4356
  [_RC]: [, output.headers[_xarc]],
4142
- [_RS]: [, output.headers[_xars]],
4357
+ [_RSe]: [, output.headers[_xars_]],
4143
4358
  [_PC]: [() => void 0 !== output.headers[_xampc], () => (0, import_smithy_client.strictParseInt32)(output.headers[_xampc])],
4359
+ [_TC]: [() => void 0 !== output.headers[_xatc], () => (0, import_smithy_client.strictParseInt32)(output.headers[_xatc])],
4144
4360
  [_OLM]: [, output.headers[_xaolm]],
4145
4361
  [_OLRUD]: [
4146
4362
  () => void 0 !== output.headers[_xaolrud],
@@ -4829,6 +5045,16 @@ var de_PutPublicAccessBlockCommand = /* @__PURE__ */ __name(async (output, conte
4829
5045
  await (0, import_smithy_client.collectBody)(output.body, context);
4830
5046
  return contents;
4831
5047
  }, "de_PutPublicAccessBlockCommand");
5048
+ var de_RenameObjectCommand = /* @__PURE__ */ __name(async (output, context) => {
5049
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
5050
+ return de_CommandError(output, context);
5051
+ }
5052
+ const contents = (0, import_smithy_client.map)({
5053
+ $metadata: deserializeMetadata(output)
5054
+ });
5055
+ await (0, import_smithy_client.collectBody)(output.body, context);
5056
+ return contents;
5057
+ }, "de_RenameObjectCommand");
4832
5058
  var de_RestoreObjectCommand = /* @__PURE__ */ __name(async (output, context) => {
4833
5059
  if (output.statusCode !== 200 && output.statusCode >= 300) {
4834
5060
  return de_CommandError(output, context);
@@ -4852,6 +5078,26 @@ var de_SelectObjectContentCommand = /* @__PURE__ */ __name(async (output, contex
4852
5078
  contents.Payload = de_SelectObjectContentEventStream(data, context);
4853
5079
  return contents;
4854
5080
  }, "de_SelectObjectContentCommand");
5081
+ var de_UpdateBucketMetadataInventoryTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
5082
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
5083
+ return de_CommandError(output, context);
5084
+ }
5085
+ const contents = (0, import_smithy_client.map)({
5086
+ $metadata: deserializeMetadata(output)
5087
+ });
5088
+ await (0, import_smithy_client.collectBody)(output.body, context);
5089
+ return contents;
5090
+ }, "de_UpdateBucketMetadataInventoryTableConfigurationCommand");
5091
+ var de_UpdateBucketMetadataJournalTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
5092
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
5093
+ return de_CommandError(output, context);
5094
+ }
5095
+ const contents = (0, import_smithy_client.map)({
5096
+ $metadata: deserializeMetadata(output)
5097
+ });
5098
+ await (0, import_smithy_client.collectBody)(output.body, context);
5099
+ return contents;
5100
+ }, "de_UpdateBucketMetadataJournalTableConfigurationCommand");
4855
5101
  var de_UploadPartCommand = /* @__PURE__ */ __name(async (output, context) => {
4856
5102
  if (output.statusCode !== 200 && output.statusCode >= 300) {
4857
5103
  return de_CommandError(output, context);
@@ -4945,6 +5191,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
4945
5191
  case "TooManyParts":
4946
5192
  case "com.amazonaws.s3#TooManyParts":
4947
5193
  throw await de_TooManyPartsRes(parsedOutput, context);
5194
+ case "IdempotencyParameterMismatch":
5195
+ case "com.amazonaws.s3#IdempotencyParameterMismatch":
5196
+ throw await de_IdempotencyParameterMismatchRes(parsedOutput, context);
4948
5197
  case "ObjectAlreadyInActiveTierError":
4949
5198
  case "com.amazonaws.s3#ObjectAlreadyInActiveTierError":
4950
5199
  throw await de_ObjectAlreadyInActiveTierErrorRes(parsedOutput, context);
@@ -4985,6 +5234,15 @@ var de_EncryptionTypeMismatchRes = /* @__PURE__ */ __name(async (parsedOutput, c
4985
5234
  });
4986
5235
  return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
4987
5236
  }, "de_EncryptionTypeMismatchRes");
5237
+ var de_IdempotencyParameterMismatchRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
5238
+ const contents = (0, import_smithy_client.map)({});
5239
+ const data = parsedOutput.body;
5240
+ const exception = new IdempotencyParameterMismatch({
5241
+ $metadata: deserializeMetadata(parsedOutput),
5242
+ ...contents
5243
+ });
5244
+ return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
5245
+ }, "de_IdempotencyParameterMismatchRes");
4988
5246
  var de_InvalidObjectStateRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
4989
5247
  const contents = (0, import_smithy_client.map)({});
4990
5248
  const data = parsedOutput.body;
@@ -5108,7 +5366,7 @@ var de_SelectObjectContentEventStream = /* @__PURE__ */ __name((output, context)
5108
5366
  End: await de_EndEvent_event(event["End"], context)
5109
5367
  };
5110
5368
  }
5111
- return { $unknown: output };
5369
+ return { $unknown: event };
5112
5370
  });
5113
5371
  }, "de_SelectObjectContentEventStream");
5114
5372
  var de_ContinuationEvent_event = /* @__PURE__ */ __name(async (output, context) => {
@@ -5338,6 +5596,7 @@ var se_CreateBucketConfiguration = /* @__PURE__ */ __name((input, context) => {
5338
5596
  if (input[_B] != null) {
5339
5597
  bn.c(se_BucketInfo(input[_B], context).n(_B));
5340
5598
  }
5599
+ bn.lc(input, "Tags", "Tags", () => se_TagSet(input[_Tag], context));
5341
5600
  return bn;
5342
5601
  }, "se_CreateBucketConfiguration");
5343
5602
  var se_CSVInput = /* @__PURE__ */ __name((input, context) => {
@@ -5628,6 +5887,43 @@ var se_InventorySchedule = /* @__PURE__ */ __name((input, context) => {
5628
5887
  }
5629
5888
  return bn;
5630
5889
  }, "se_InventorySchedule");
5890
+ var se_InventoryTableConfiguration = /* @__PURE__ */ __name((input, context) => {
5891
+ const bn = new import_xml_builder.XmlNode(_ITCn);
5892
+ if (input[_CSo] != null) {
5893
+ bn.c(import_xml_builder.XmlNode.of(_ICS, input[_CSo]).n(_CSo));
5894
+ }
5895
+ if (input[_ECn] != null) {
5896
+ bn.c(se_MetadataTableEncryptionConfiguration(input[_ECn], context).n(_ECn));
5897
+ }
5898
+ return bn;
5899
+ }, "se_InventoryTableConfiguration");
5900
+ var se_InventoryTableConfigurationUpdates = /* @__PURE__ */ __name((input, context) => {
5901
+ const bn = new import_xml_builder.XmlNode(_ITCU);
5902
+ if (input[_CSo] != null) {
5903
+ bn.c(import_xml_builder.XmlNode.of(_ICS, input[_CSo]).n(_CSo));
5904
+ }
5905
+ if (input[_ECn] != null) {
5906
+ bn.c(se_MetadataTableEncryptionConfiguration(input[_ECn], context).n(_ECn));
5907
+ }
5908
+ return bn;
5909
+ }, "se_InventoryTableConfigurationUpdates");
5910
+ var se_JournalTableConfiguration = /* @__PURE__ */ __name((input, context) => {
5911
+ const bn = new import_xml_builder.XmlNode(_JTC);
5912
+ if (input[_REe] != null) {
5913
+ bn.c(se_RecordExpiration(input[_REe], context).n(_REe));
5914
+ }
5915
+ if (input[_ECn] != null) {
5916
+ bn.c(se_MetadataTableEncryptionConfiguration(input[_ECn], context).n(_ECn));
5917
+ }
5918
+ return bn;
5919
+ }, "se_JournalTableConfiguration");
5920
+ var se_JournalTableConfigurationUpdates = /* @__PURE__ */ __name((input, context) => {
5921
+ const bn = new import_xml_builder.XmlNode(_JTCU);
5922
+ if (input[_REe] != null) {
5923
+ bn.c(se_RecordExpiration(input[_REe], context).n(_REe));
5924
+ }
5925
+ return bn;
5926
+ }, "se_JournalTableConfigurationUpdates");
5631
5927
  var se_JSONInput = /* @__PURE__ */ __name((input, context) => {
5632
5928
  const bn = new import_xml_builder.XmlNode(_JSONI);
5633
5929
  if (input[_Ty] != null) {
@@ -5756,6 +6052,16 @@ var se_LoggingEnabled = /* @__PURE__ */ __name((input, context) => {
5756
6052
  }
5757
6053
  return bn;
5758
6054
  }, "se_LoggingEnabled");
6055
+ var se_MetadataConfiguration = /* @__PURE__ */ __name((input, context) => {
6056
+ const bn = new import_xml_builder.XmlNode(_MCe);
6057
+ if (input[_JTC] != null) {
6058
+ bn.c(se_JournalTableConfiguration(input[_JTC], context).n(_JTC));
6059
+ }
6060
+ if (input[_ITCn] != null) {
6061
+ bn.c(se_InventoryTableConfiguration(input[_ITCn], context).n(_ITCn));
6062
+ }
6063
+ return bn;
6064
+ }, "se_MetadataConfiguration");
5759
6065
  var se_MetadataEntry = /* @__PURE__ */ __name((input, context) => {
5760
6066
  const bn = new import_xml_builder.XmlNode(_ME);
5761
6067
  if (input[_N] != null) {
@@ -5773,6 +6079,14 @@ var se_MetadataTableConfiguration = /* @__PURE__ */ __name((input, context) => {
5773
6079
  }
5774
6080
  return bn;
5775
6081
  }, "se_MetadataTableConfiguration");
6082
+ var se_MetadataTableEncryptionConfiguration = /* @__PURE__ */ __name((input, context) => {
6083
+ const bn = new import_xml_builder.XmlNode(_MTEC);
6084
+ if (input[_SAs] != null) {
6085
+ bn.c(import_xml_builder.XmlNode.of(_TSA, input[_SAs]).n(_SAs));
6086
+ }
6087
+ bn.cc(input, _KKA);
6088
+ return bn;
6089
+ }, "se_MetadataTableEncryptionConfiguration");
5776
6090
  var se_Metrics = /* @__PURE__ */ __name((input, context) => {
5777
6091
  const bn = new import_xml_builder.XmlNode(_Me);
5778
6092
  if (input[_S] != null) {
@@ -6022,6 +6336,16 @@ var se_QueueConfigurationList = /* @__PURE__ */ __name((input, context) => {
6022
6336
  return n.n(_me);
6023
6337
  });
6024
6338
  }, "se_QueueConfigurationList");
6339
+ var se_RecordExpiration = /* @__PURE__ */ __name((input, context) => {
6340
+ const bn = new import_xml_builder.XmlNode(_REe);
6341
+ if (input[_Exp] != null) {
6342
+ bn.c(import_xml_builder.XmlNode.of(_ESxp, input[_Exp]).n(_Exp));
6343
+ }
6344
+ if (input[_Da] != null) {
6345
+ bn.c(import_xml_builder.XmlNode.of(_RED, String(input[_Da])).n(_Da));
6346
+ }
6347
+ return bn;
6348
+ }, "se_RecordExpiration");
6025
6349
  var se_Redirect = /* @__PURE__ */ __name((input, context) => {
6026
6350
  const bn = new import_xml_builder.XmlNode(_Red);
6027
6351
  bn.cc(input, _HN);
@@ -6547,6 +6871,9 @@ var de_Bucket = /* @__PURE__ */ __name((output, context) => {
6547
6871
  if (output[_BR] != null) {
6548
6872
  contents[_BR] = (0, import_smithy_client.expectString)(output[_BR]);
6549
6873
  }
6874
+ if (output[_BA] != null) {
6875
+ contents[_BA] = (0, import_smithy_client.expectString)(output[_BA]);
6876
+ }
6550
6877
  return contents;
6551
6878
  }, "de_Bucket");
6552
6879
  var de_Buckets = /* @__PURE__ */ __name((output, context) => {
@@ -6785,10 +7112,23 @@ var de_Destination = /* @__PURE__ */ __name((output, context) => {
6785
7112
  }
6786
7113
  return contents;
6787
7114
  }, "de_Destination");
6788
- var de_EncryptionConfiguration = /* @__PURE__ */ __name((output, context) => {
7115
+ var de_DestinationResult = /* @__PURE__ */ __name((output, context) => {
6789
7116
  const contents = {};
6790
- if (output[_RKKID] != null) {
6791
- contents[_RKKID] = (0, import_smithy_client.expectString)(output[_RKKID]);
7117
+ if (output[_TBT] != null) {
7118
+ contents[_TBT] = (0, import_smithy_client.expectString)(output[_TBT]);
7119
+ }
7120
+ if (output[_TBA] != null) {
7121
+ contents[_TBA] = (0, import_smithy_client.expectString)(output[_TBA]);
7122
+ }
7123
+ if (output[_TNa] != null) {
7124
+ contents[_TNa] = (0, import_smithy_client.expectString)(output[_TNa]);
7125
+ }
7126
+ return contents;
7127
+ }, "de_DestinationResult");
7128
+ var de_EncryptionConfiguration = /* @__PURE__ */ __name((output, context) => {
7129
+ const contents = {};
7130
+ if (output[_RKKID] != null) {
7131
+ contents[_RKKID] = (0, import_smithy_client.expectString)(output[_RKKID]);
6792
7132
  }
6793
7133
  return contents;
6794
7134
  }, "de_EncryptionConfiguration");
@@ -6870,6 +7210,13 @@ var de_FilterRuleList = /* @__PURE__ */ __name((output, context) => {
6870
7210
  return de_FilterRule(entry, context);
6871
7211
  });
6872
7212
  }, "de_FilterRuleList");
7213
+ var de_GetBucketMetadataConfigurationResult = /* @__PURE__ */ __name((output, context) => {
7214
+ const contents = {};
7215
+ if (output[_MCR] != null) {
7216
+ contents[_MCR] = de_MetadataConfigurationResult(output[_MCR], context);
7217
+ }
7218
+ return contents;
7219
+ }, "de_GetBucketMetadataConfigurationResult");
6873
7220
  var de_GetBucketMetadataTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
6874
7221
  const contents = {};
6875
7222
  if (output[_MTCR] != null) {
@@ -7093,6 +7440,44 @@ var de_InventorySchedule = /* @__PURE__ */ __name((output, context) => {
7093
7440
  }
7094
7441
  return contents;
7095
7442
  }, "de_InventorySchedule");
7443
+ var de_InventoryTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
7444
+ const contents = {};
7445
+ if (output[_CSo] != null) {
7446
+ contents[_CSo] = (0, import_smithy_client.expectString)(output[_CSo]);
7447
+ }
7448
+ if (output[_TSa] != null) {
7449
+ contents[_TSa] = (0, import_smithy_client.expectString)(output[_TSa]);
7450
+ }
7451
+ if (output[_Er] != null) {
7452
+ contents[_Er] = de_ErrorDetails(output[_Er], context);
7453
+ }
7454
+ if (output[_TN] != null) {
7455
+ contents[_TN] = (0, import_smithy_client.expectString)(output[_TN]);
7456
+ }
7457
+ if (output[_TAa] != null) {
7458
+ contents[_TAa] = (0, import_smithy_client.expectString)(output[_TAa]);
7459
+ }
7460
+ return contents;
7461
+ }, "de_InventoryTableConfigurationResult");
7462
+ var de_JournalTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
7463
+ const contents = {};
7464
+ if (output[_TSa] != null) {
7465
+ contents[_TSa] = (0, import_smithy_client.expectString)(output[_TSa]);
7466
+ }
7467
+ if (output[_Er] != null) {
7468
+ contents[_Er] = de_ErrorDetails(output[_Er], context);
7469
+ }
7470
+ if (output[_TN] != null) {
7471
+ contents[_TN] = (0, import_smithy_client.expectString)(output[_TN]);
7472
+ }
7473
+ if (output[_TAa] != null) {
7474
+ contents[_TAa] = (0, import_smithy_client.expectString)(output[_TAa]);
7475
+ }
7476
+ if (output[_REe] != null) {
7477
+ contents[_REe] = de_RecordExpiration(output[_REe], context);
7478
+ }
7479
+ return contents;
7480
+ }, "de_JournalTableConfigurationResult");
7096
7481
  var de_LambdaFunctionConfiguration = /* @__PURE__ */ __name((output, context) => {
7097
7482
  const contents = {};
7098
7483
  if (output[_I] != null) {
@@ -7224,6 +7609,19 @@ var de_LoggingEnabled = /* @__PURE__ */ __name((output, context) => {
7224
7609
  }
7225
7610
  return contents;
7226
7611
  }, "de_LoggingEnabled");
7612
+ var de_MetadataConfigurationResult = /* @__PURE__ */ __name((output, context) => {
7613
+ const contents = {};
7614
+ if (output[_DRes] != null) {
7615
+ contents[_DRes] = de_DestinationResult(output[_DRes], context);
7616
+ }
7617
+ if (output[_JTCR] != null) {
7618
+ contents[_JTCR] = de_JournalTableConfigurationResult(output[_JTCR], context);
7619
+ }
7620
+ if (output[_ITCR] != null) {
7621
+ contents[_ITCR] = de_InventoryTableConfigurationResult(output[_ITCR], context);
7622
+ }
7623
+ return contents;
7624
+ }, "de_MetadataConfigurationResult");
7227
7625
  var de_MetadataTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
7228
7626
  const contents = {};
7229
7627
  if (output[_STDR] != null) {
@@ -7391,8 +7789,8 @@ var de__Object = /* @__PURE__ */ __name((output, context) => {
7391
7789
  if (output[_O] != null) {
7392
7790
  contents[_O] = de_Owner(output[_O], context);
7393
7791
  }
7394
- if (output[_RSe] != null) {
7395
- contents[_RSe] = de_RestoreStatus(output[_RSe], context);
7792
+ if (output[_RSes] != null) {
7793
+ contents[_RSes] = de_RestoreStatus(output[_RSes], context);
7396
7794
  }
7397
7795
  return contents;
7398
7796
  }, "de__Object");
@@ -7494,8 +7892,8 @@ var de_ObjectVersion = /* @__PURE__ */ __name((output, context) => {
7494
7892
  if (output[_O] != null) {
7495
7893
  contents[_O] = de_Owner(output[_O], context);
7496
7894
  }
7497
- if (output[_RSe] != null) {
7498
- contents[_RSe] = de_RestoreStatus(output[_RSe], context);
7895
+ if (output[_RSes] != null) {
7896
+ contents[_RSes] = de_RestoreStatus(output[_RSes], context);
7499
7897
  }
7500
7898
  return contents;
7501
7899
  }, "de_ObjectVersion");
@@ -7642,6 +8040,16 @@ var de_QueueConfigurationList = /* @__PURE__ */ __name((output, context) => {
7642
8040
  return de_QueueConfiguration(entry, context);
7643
8041
  });
7644
8042
  }, "de_QueueConfigurationList");
8043
+ var de_RecordExpiration = /* @__PURE__ */ __name((output, context) => {
8044
+ const contents = {};
8045
+ if (output[_Exp] != null) {
8046
+ contents[_Exp] = (0, import_smithy_client.expectString)(output[_Exp]);
8047
+ }
8048
+ if (output[_Da] != null) {
8049
+ contents[_Da] = (0, import_smithy_client.strictParseInt32)(output[_Da]);
8050
+ }
8051
+ return contents;
8052
+ }, "de_RecordExpiration");
7645
8053
  var de_Redirect = /* @__PURE__ */ __name((output, context) => {
7646
8054
  const contents = {};
7647
8055
  if (output[_HN] != null) {
@@ -7773,8 +8181,8 @@ var de_RestoreStatus = /* @__PURE__ */ __name((output, context) => {
7773
8181
  if (output[_IRIP] != null) {
7774
8182
  contents[_IRIP] = (0, import_smithy_client.parseBoolean)(output[_IRIP]);
7775
8183
  }
7776
- if (output[_RED] != null) {
7777
- contents[_RED] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_RED]));
8184
+ if (output[_REDe] != null) {
8185
+ contents[_REDe] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_REDe]));
7778
8186
  }
7779
8187
  return contents;
7780
8188
  }, "de_RestoreStatus");
@@ -8067,6 +8475,7 @@ var _ASSEBD = "ApplyServerSideEncryptionByDefault";
8067
8475
  var _AT = "AccessTier";
8068
8476
  var _Ac = "Account";
8069
8477
  var _B = "Bucket";
8478
+ var _BA = "BucketArn";
8070
8479
  var _BAI = "BucketAccountId";
8071
8480
  var _BAS = "BucketAccelerateStatus";
8072
8481
  var _BGR = "BypassGovernanceRetention";
@@ -8128,7 +8537,9 @@ var _CSV = "CSV";
8128
8537
  var _CSVI = "CopySourceVersionId";
8129
8538
  var _CSVIn = "CSVInput";
8130
8539
  var _CSVO = "CSVOutput";
8540
+ var _CSo = "ConfigurationState";
8131
8541
  var _CT = "ChecksumType";
8542
+ var _CTl = "ClientToken";
8132
8543
  var _CTo = "ContentType";
8133
8544
  var _CTom = "CompressionType";
8134
8545
  var _CTon = "ContinuationToken";
@@ -8140,6 +8551,10 @@ var _Con = "Condition";
8140
8551
  var _D = "Delimiter";
8141
8552
  var _DAI = "DaysAfterInitiation";
8142
8553
  var _DE = "DataExport";
8554
+ var _DIM = "DestinationIfMatch";
8555
+ var _DIMS = "DestinationIfModifiedSince";
8556
+ var _DINM = "DestinationIfNoneMatch";
8557
+ var _DIUS = "DestinationIfUnmodifiedSince";
8143
8558
  var _DM = "DeleteMarker";
8144
8559
  var _DMR = "DeleteMarkerReplication";
8145
8560
  var _DMRS = "DeleteMarkerReplicationStatus";
@@ -8148,6 +8563,7 @@ var _DMe = "DeleteMarkers";
8148
8563
  var _DN = "DisplayName";
8149
8564
  var _DR = "DataRedundancy";
8150
8565
  var _DRe = "DefaultRetention";
8566
+ var _DRes = "DestinationResult";
8151
8567
  var _Da = "Days";
8152
8568
  var _Dat = "Date";
8153
8569
  var _De = "Deleted";
@@ -8171,6 +8587,7 @@ var _ERP = "EnableRequestProgress";
8171
8587
  var _ES = "ExpiresString";
8172
8588
  var _ESBO = "ExpectedSourceBucketOwner";
8173
8589
  var _ESx = "ExpirationStatus";
8590
+ var _ESxp = "ExpirationState";
8174
8591
  var _ET = "EncodingType";
8175
8592
  var _ETa = "ETag";
8176
8593
  var _ETn = "EncryptionType";
@@ -8211,6 +8628,7 @@ var _HRC = "HttpRedirectCode";
8211
8628
  var _I = "Id";
8212
8629
  var _IC = "InventoryConfiguration";
8213
8630
  var _ICL = "InventoryConfigurationList";
8631
+ var _ICS = "InventoryConfigurationState";
8214
8632
  var _ID = "IndexDocument";
8215
8633
  var _ID_ = "ID";
8216
8634
  var _IDn = "InventoryDestination";
@@ -8241,6 +8659,9 @@ var _ITAO = "IntelligentTieringAndOperator";
8241
8659
  var _ITAT = "IntelligentTieringAccessTier";
8242
8660
  var _ITC = "IntelligentTieringConfiguration";
8243
8661
  var _ITCL = "IntelligentTieringConfigurationList";
8662
+ var _ITCR = "InventoryTableConfigurationResult";
8663
+ var _ITCU = "InventoryTableConfigurationUpdates";
8664
+ var _ITCn = "InventoryTableConfiguration";
8244
8665
  var _ITD = "IntelligentTieringDays";
8245
8666
  var _ITF = "IntelligentTieringFilter";
8246
8667
  var _ITI = "IntelligentTieringId";
@@ -8252,9 +8673,13 @@ var _JSON = "JSON";
8252
8673
  var _JSONI = "JSONInput";
8253
8674
  var _JSONO = "JSONOutput";
8254
8675
  var _JSONT = "JSONType";
8676
+ var _JTC = "JournalTableConfiguration";
8677
+ var _JTCR = "JournalTableConfigurationResult";
8678
+ var _JTCU = "JournalTableConfigurationUpdates";
8255
8679
  var _K = "Key";
8256
8680
  var _KC = "KeyCount";
8257
8681
  var _KI = "KeyId";
8682
+ var _KKA = "KmsKeyArn";
8258
8683
  var _KM = "KeyMarker";
8259
8684
  var _KMSC = "KMSContext";
8260
8685
  var _KMSKI = "KMSKeyId";
@@ -8282,6 +8707,8 @@ var _MAS = "MaxAgeSeconds";
8282
8707
  var _MB = "MaxBuckets";
8283
8708
  var _MC = "MetricsConfiguration";
8284
8709
  var _MCL = "MetricsConfigurationList";
8710
+ var _MCR = "MetadataConfigurationResult";
8711
+ var _MCe = "MetadataConfiguration";
8285
8712
  var _MD = "MetadataDirective";
8286
8713
  var _MDB = "MaxDirectoryBuckets";
8287
8714
  var _MDf = "MfaDelete";
@@ -8298,6 +8725,7 @@ var _MP = "MaxParts";
8298
8725
  var _MS = "MetricsStatus";
8299
8726
  var _MTC = "MetadataTableConfiguration";
8300
8727
  var _MTCR = "MetadataTableConfigurationResult";
8728
+ var _MTEC = "MetadataTableEncryptionConfiguration";
8301
8729
  var _MU = "MaxUploads";
8302
8730
  var _MV = "MetadataValue";
8303
8731
  var _Me = "Metrics";
@@ -8385,7 +8813,9 @@ var _RCT = "ResponseContentType";
8385
8813
  var _RCe = "ReplicationConfiguration";
8386
8814
  var _RD = "RecordDelimiter";
8387
8815
  var _RE = "ResponseExpires";
8388
- var _RED = "RestoreExpiryDate";
8816
+ var _RED = "RecordExpirationDays";
8817
+ var _REDe = "RestoreExpiryDate";
8818
+ var _REe = "RecordExpiration";
8389
8819
  var _RKKID = "ReplicaKmsKeyID";
8390
8820
  var _RKPW = "ReplaceKeyPrefixWith";
8391
8821
  var _RKW = "ReplaceKeyWith";
@@ -8405,8 +8835,9 @@ var _RRe = "ReplicationRule";
8405
8835
  var _RRes = "RestoreRequest";
8406
8836
  var _RRo = "RoutingRules";
8407
8837
  var _RRou = "RoutingRule";
8408
- var _RS = "ReplicationStatus";
8409
- var _RSe = "RestoreStatus";
8838
+ var _RS = "RenameSource";
8839
+ var _RSe = "ReplicationStatus";
8840
+ var _RSes = "RestoreStatus";
8410
8841
  var _RT = "RequestToken";
8411
8842
  var _RTS = "ReplicationTimeStatus";
8412
8843
  var _RTV = "ReplicationTimeValue";
@@ -8420,6 +8851,7 @@ var _Rul = "Rules";
8420
8851
  var _S = "Status";
8421
8852
  var _SA = "StartAfter";
8422
8853
  var _SAK = "SecretAccessKey";
8854
+ var _SAs = "SseAlgorithm";
8423
8855
  var _SBD = "S3BucketDestination";
8424
8856
  var _SC = "StorageClass";
8425
8857
  var _SCA = "StorageClassAnalysis";
@@ -8427,6 +8859,10 @@ var _SCADE = "StorageClassAnalysisDataExport";
8427
8859
  var _SCASV = "StorageClassAnalysisSchemaVersion";
8428
8860
  var _SCt = "StatusCode";
8429
8861
  var _SDV = "SkipDestinationValidation";
8862
+ var _SIM = "SourceIfMatch";
8863
+ var _SIMS = "SourceIfModifiedSince";
8864
+ var _SINM = "SourceIfNoneMatch";
8865
+ var _SIUS = "SourceIfUnmodifiedSince";
8430
8866
  var _SK = "SSE-KMS";
8431
8867
  var _SKEO = "SseKmsEncryptedObjects";
8432
8868
  var _SKEOS = "SseKmsEncryptedObjectsStatus";
@@ -8468,6 +8904,7 @@ var _TA = "TopicArn";
8468
8904
  var _TAa = "TableArn";
8469
8905
  var _TB = "TargetBucket";
8470
8906
  var _TBA = "TableBucketArn";
8907
+ var _TBT = "TableBucketType";
8471
8908
  var _TC = "TagCount";
8472
8909
  var _TCo = "TopicConfiguration";
8473
8910
  var _TCop = "TopicConfigurations";
@@ -8481,7 +8918,9 @@ var _TOKF = "TargetObjectKeyFormat";
8481
8918
  var _TP = "TargetPrefix";
8482
8919
  var _TPC = "TotalPartsCount";
8483
8920
  var _TS = "TagSet";
8921
+ var _TSA = "TableSseAlgorithm";
8484
8922
  var _TSC = "TransitionStorageClass";
8923
+ var _TSa = "TableStatus";
8485
8924
  var _Ta = "Tag";
8486
8925
  var _Tag = "Tags";
8487
8926
  var _Ti = "Tier";
@@ -8549,6 +8988,9 @@ var _lo = "location";
8549
8988
  var _log = "logging";
8550
8989
  var _lt = "list-type";
8551
8990
  var _m = "metrics";
8991
+ var _mC = "metadataConfiguration";
8992
+ var _mIT = "metadataInventoryTable";
8993
+ var _mJT = "metadataJournalTable";
8552
8994
  var _mT = "metadataTable";
8553
8995
  var _ma = "marker";
8554
8996
  var _mb = "max-buckets";
@@ -8567,6 +9009,7 @@ var _pS = "policyStatus";
8567
9009
  var _pnm = "part-number-marker";
8568
9010
  var _pr = "prefix";
8569
9011
  var _r = "replication";
9012
+ var _rO = "renameObject";
8570
9013
  var _rP = "requestPayment";
8571
9014
  var _ra = "range";
8572
9015
  var _rcc = "response-cache-control";
@@ -8598,6 +9041,7 @@ var _xaad = "x-amz-abort-date";
8598
9041
  var _xaapa = "x-amz-access-point-alias";
8599
9042
  var _xaari = "x-amz-abort-rule-id";
8600
9043
  var _xaas = "x-amz-archive-status";
9044
+ var _xaba = "x-amz-bucket-arn";
8601
9045
  var _xabgr = "x-amz-bypass-governance-retention";
8602
9046
  var _xabln = "x-amz-bucket-location-name";
8603
9047
  var _xablt = "x-amz-bucket-location-type";
@@ -8624,6 +9068,7 @@ var _xacssseck = "x-amz-copy-source-server-side-encryption-customer-key";
8624
9068
  var _xacssseckm = "x-amz-copy-source-server-side-encryption-customer-key-md5";
8625
9069
  var _xacsvi = "x-amz-copy-source-version-id";
8626
9070
  var _xact = "x-amz-checksum-type";
9071
+ var _xact_ = "x-amz-client-token";
8627
9072
  var _xadm = "x-amz-delete-marker";
8628
9073
  var _xae = "x-amz-expiration";
8629
9074
  var _xaebo = "x-amz-expected-bucket-owner";
@@ -8690,7 +9135,12 @@ var _xarc = "x-amz-request-charged";
8690
9135
  var _xarop = "x-amz-restore-output-path";
8691
9136
  var _xarp = "x-amz-request-payer";
8692
9137
  var _xarr = "x-amz-request-route";
8693
- var _xars = "x-amz-replication-status";
9138
+ var _xars = "x-amz-rename-source";
9139
+ var _xars_ = "x-amz-replication-status";
9140
+ var _xarsim = "x-amz-rename-source-if-match";
9141
+ var _xarsims = "x-amz-rename-source-if-modified-since";
9142
+ var _xarsinm = "x-amz-rename-source-if-none-match";
9143
+ var _xarsius = "x-amz-rename-source-if-unmodified-since";
8694
9144
  var _xart = "x-amz-request-token";
8695
9145
  var _xasc = "x-amz-storage-class";
8696
9146
  var _xasca = "x-amz-sdk-checksum-algorithm";
@@ -8947,6 +9397,30 @@ var CreateBucketCommand = class extends import_smithy_client.Command.classBuilde
8947
9397
  }
8948
9398
  };
8949
9399
 
9400
+ // src/commands/CreateBucketMetadataConfigurationCommand.ts
9401
+
9402
+
9403
+
9404
+
9405
+ var CreateBucketMetadataConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9406
+ ...commonParams,
9407
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9408
+ Bucket: { type: "contextParams", name: "Bucket" }
9409
+ }).m(function(Command, cs, config, o) {
9410
+ return [
9411
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9412
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9413
+ (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
9414
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
9415
+ requestChecksumRequired: true
9416
+ })
9417
+ ];
9418
+ }).s("AmazonS3", "CreateBucketMetadataConfiguration", {}).n("S3Client", "CreateBucketMetadataConfigurationCommand").f(void 0, void 0).ser(se_CreateBucketMetadataConfigurationCommand).de(de_CreateBucketMetadataConfigurationCommand).build() {
9419
+ static {
9420
+ __name(this, "CreateBucketMetadataConfigurationCommand");
9421
+ }
9422
+ };
9423
+
8950
9424
  // src/commands/CreateBucketMetadataTableConfigurationCommand.ts
8951
9425
 
8952
9426
 
@@ -9127,6 +9601,25 @@ var DeleteBucketLifecycleCommand = class extends import_smithy_client.Command.cl
9127
9601
  }
9128
9602
  };
9129
9603
 
9604
+ // src/commands/DeleteBucketMetadataConfigurationCommand.ts
9605
+
9606
+
9607
+
9608
+ var DeleteBucketMetadataConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9609
+ ...commonParams,
9610
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9611
+ Bucket: { type: "contextParams", name: "Bucket" }
9612
+ }).m(function(Command, cs, config, o) {
9613
+ return [
9614
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9615
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
9616
+ ];
9617
+ }).s("AmazonS3", "DeleteBucketMetadataConfiguration", {}).n("S3Client", "DeleteBucketMetadataConfigurationCommand").f(void 0, void 0).ser(se_DeleteBucketMetadataConfigurationCommand).de(de_DeleteBucketMetadataConfigurationCommand).build() {
9618
+ static {
9619
+ __name(this, "DeleteBucketMetadataConfigurationCommand");
9620
+ }
9621
+ };
9622
+
9130
9623
  // src/commands/DeleteBucketMetadataTableConfigurationCommand.ts
9131
9624
 
9132
9625
 
@@ -9555,12 +10048,12 @@ var GetBucketLoggingCommand = class extends import_smithy_client.Command.classBu
9555
10048
  }
9556
10049
  };
9557
10050
 
9558
- // src/commands/GetBucketMetadataTableConfigurationCommand.ts
10051
+ // src/commands/GetBucketMetadataConfigurationCommand.ts
9559
10052
  var import_middleware_sdk_s321 = require("@aws-sdk/middleware-sdk-s3");
9560
10053
 
9561
10054
 
9562
10055
 
9563
- var GetBucketMetadataTableConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
10056
+ var GetBucketMetadataConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
9564
10057
  ...commonParams,
9565
10058
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
9566
10059
  Bucket: { type: "contextParams", name: "Bucket" }
@@ -9570,6 +10063,27 @@ var GetBucketMetadataTableConfigurationCommand = class extends import_smithy_cli
9570
10063
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9571
10064
  (0, import_middleware_sdk_s321.getThrow200ExceptionsPlugin)(config)
9572
10065
  ];
10066
+ }).s("AmazonS3", "GetBucketMetadataConfiguration", {}).n("S3Client", "GetBucketMetadataConfigurationCommand").f(void 0, void 0).ser(se_GetBucketMetadataConfigurationCommand).de(de_GetBucketMetadataConfigurationCommand).build() {
10067
+ static {
10068
+ __name(this, "GetBucketMetadataConfigurationCommand");
10069
+ }
10070
+ };
10071
+
10072
+ // src/commands/GetBucketMetadataTableConfigurationCommand.ts
10073
+ var import_middleware_sdk_s322 = require("@aws-sdk/middleware-sdk-s3");
10074
+
10075
+
10076
+
10077
+ var GetBucketMetadataTableConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
10078
+ ...commonParams,
10079
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
10080
+ Bucket: { type: "contextParams", name: "Bucket" }
10081
+ }).m(function(Command, cs, config, o) {
10082
+ return [
10083
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10084
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10085
+ (0, import_middleware_sdk_s322.getThrow200ExceptionsPlugin)(config)
10086
+ ];
9573
10087
  }).s("AmazonS3", "GetBucketMetadataTableConfiguration", {}).n("S3Client", "GetBucketMetadataTableConfigurationCommand").f(void 0, void 0).ser(se_GetBucketMetadataTableConfigurationCommand).de(de_GetBucketMetadataTableConfigurationCommand).build() {
9574
10088
  static {
9575
10089
  __name(this, "GetBucketMetadataTableConfigurationCommand");
@@ -9577,7 +10091,7 @@ var GetBucketMetadataTableConfigurationCommand = class extends import_smithy_cli
9577
10091
  };
9578
10092
 
9579
10093
  // src/commands/GetBucketMetricsConfigurationCommand.ts
9580
- var import_middleware_sdk_s322 = require("@aws-sdk/middleware-sdk-s3");
10094
+ var import_middleware_sdk_s323 = require("@aws-sdk/middleware-sdk-s3");
9581
10095
 
9582
10096
 
9583
10097
 
@@ -9589,7 +10103,7 @@ var GetBucketMetricsConfigurationCommand = class extends import_smithy_client.Co
9589
10103
  return [
9590
10104
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9591
10105
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9592
- (0, import_middleware_sdk_s322.getThrow200ExceptionsPlugin)(config)
10106
+ (0, import_middleware_sdk_s323.getThrow200ExceptionsPlugin)(config)
9593
10107
  ];
9594
10108
  }).s("AmazonS3", "GetBucketMetricsConfiguration", {}).n("S3Client", "GetBucketMetricsConfigurationCommand").f(void 0, void 0).ser(se_GetBucketMetricsConfigurationCommand).de(de_GetBucketMetricsConfigurationCommand).build() {
9595
10109
  static {
@@ -9598,7 +10112,7 @@ var GetBucketMetricsConfigurationCommand = class extends import_smithy_client.Co
9598
10112
  };
9599
10113
 
9600
10114
  // src/commands/GetBucketNotificationConfigurationCommand.ts
9601
- var import_middleware_sdk_s323 = require("@aws-sdk/middleware-sdk-s3");
10115
+ var import_middleware_sdk_s324 = require("@aws-sdk/middleware-sdk-s3");
9602
10116
 
9603
10117
 
9604
10118
 
@@ -9610,7 +10124,7 @@ var GetBucketNotificationConfigurationCommand = class extends import_smithy_clie
9610
10124
  return [
9611
10125
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9612
10126
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9613
- (0, import_middleware_sdk_s323.getThrow200ExceptionsPlugin)(config)
10127
+ (0, import_middleware_sdk_s324.getThrow200ExceptionsPlugin)(config)
9614
10128
  ];
9615
10129
  }).s("AmazonS3", "GetBucketNotificationConfiguration", {}).n("S3Client", "GetBucketNotificationConfigurationCommand").f(void 0, void 0).ser(se_GetBucketNotificationConfigurationCommand).de(de_GetBucketNotificationConfigurationCommand).build() {
9616
10130
  static {
@@ -9619,7 +10133,7 @@ var GetBucketNotificationConfigurationCommand = class extends import_smithy_clie
9619
10133
  };
9620
10134
 
9621
10135
  // src/commands/GetBucketOwnershipControlsCommand.ts
9622
- var import_middleware_sdk_s324 = require("@aws-sdk/middleware-sdk-s3");
10136
+ var import_middleware_sdk_s325 = require("@aws-sdk/middleware-sdk-s3");
9623
10137
 
9624
10138
 
9625
10139
 
@@ -9631,7 +10145,7 @@ var GetBucketOwnershipControlsCommand = class extends import_smithy_client.Comma
9631
10145
  return [
9632
10146
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9633
10147
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9634
- (0, import_middleware_sdk_s324.getThrow200ExceptionsPlugin)(config)
10148
+ (0, import_middleware_sdk_s325.getThrow200ExceptionsPlugin)(config)
9635
10149
  ];
9636
10150
  }).s("AmazonS3", "GetBucketOwnershipControls", {}).n("S3Client", "GetBucketOwnershipControlsCommand").f(void 0, void 0).ser(se_GetBucketOwnershipControlsCommand).de(de_GetBucketOwnershipControlsCommand).build() {
9637
10151
  static {
@@ -9640,7 +10154,7 @@ var GetBucketOwnershipControlsCommand = class extends import_smithy_client.Comma
9640
10154
  };
9641
10155
 
9642
10156
  // src/commands/GetBucketPolicyCommand.ts
9643
- var import_middleware_sdk_s325 = require("@aws-sdk/middleware-sdk-s3");
10157
+ var import_middleware_sdk_s326 = require("@aws-sdk/middleware-sdk-s3");
9644
10158
 
9645
10159
 
9646
10160
 
@@ -9652,7 +10166,7 @@ var GetBucketPolicyCommand = class extends import_smithy_client.Command.classBui
9652
10166
  return [
9653
10167
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9654
10168
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9655
- (0, import_middleware_sdk_s325.getThrow200ExceptionsPlugin)(config)
10169
+ (0, import_middleware_sdk_s326.getThrow200ExceptionsPlugin)(config)
9656
10170
  ];
9657
10171
  }).s("AmazonS3", "GetBucketPolicy", {}).n("S3Client", "GetBucketPolicyCommand").f(void 0, void 0).ser(se_GetBucketPolicyCommand).de(de_GetBucketPolicyCommand).build() {
9658
10172
  static {
@@ -9661,7 +10175,7 @@ var GetBucketPolicyCommand = class extends import_smithy_client.Command.classBui
9661
10175
  };
9662
10176
 
9663
10177
  // src/commands/GetBucketPolicyStatusCommand.ts
9664
- var import_middleware_sdk_s326 = require("@aws-sdk/middleware-sdk-s3");
10178
+ var import_middleware_sdk_s327 = require("@aws-sdk/middleware-sdk-s3");
9665
10179
 
9666
10180
 
9667
10181
 
@@ -9673,7 +10187,7 @@ var GetBucketPolicyStatusCommand = class extends import_smithy_client.Command.cl
9673
10187
  return [
9674
10188
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9675
10189
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9676
- (0, import_middleware_sdk_s326.getThrow200ExceptionsPlugin)(config)
10190
+ (0, import_middleware_sdk_s327.getThrow200ExceptionsPlugin)(config)
9677
10191
  ];
9678
10192
  }).s("AmazonS3", "GetBucketPolicyStatus", {}).n("S3Client", "GetBucketPolicyStatusCommand").f(void 0, void 0).ser(se_GetBucketPolicyStatusCommand).de(de_GetBucketPolicyStatusCommand).build() {
9679
10193
  static {
@@ -9682,7 +10196,7 @@ var GetBucketPolicyStatusCommand = class extends import_smithy_client.Command.cl
9682
10196
  };
9683
10197
 
9684
10198
  // src/commands/GetBucketReplicationCommand.ts
9685
- var import_middleware_sdk_s327 = require("@aws-sdk/middleware-sdk-s3");
10199
+ var import_middleware_sdk_s328 = require("@aws-sdk/middleware-sdk-s3");
9686
10200
 
9687
10201
 
9688
10202
 
@@ -9694,7 +10208,7 @@ var GetBucketReplicationCommand = class extends import_smithy_client.Command.cla
9694
10208
  return [
9695
10209
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9696
10210
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9697
- (0, import_middleware_sdk_s327.getThrow200ExceptionsPlugin)(config)
10211
+ (0, import_middleware_sdk_s328.getThrow200ExceptionsPlugin)(config)
9698
10212
  ];
9699
10213
  }).s("AmazonS3", "GetBucketReplication", {}).n("S3Client", "GetBucketReplicationCommand").f(void 0, void 0).ser(se_GetBucketReplicationCommand).de(de_GetBucketReplicationCommand).build() {
9700
10214
  static {
@@ -9703,7 +10217,7 @@ var GetBucketReplicationCommand = class extends import_smithy_client.Command.cla
9703
10217
  };
9704
10218
 
9705
10219
  // src/commands/GetBucketRequestPaymentCommand.ts
9706
- var import_middleware_sdk_s328 = require("@aws-sdk/middleware-sdk-s3");
10220
+ var import_middleware_sdk_s329 = require("@aws-sdk/middleware-sdk-s3");
9707
10221
 
9708
10222
 
9709
10223
 
@@ -9715,7 +10229,7 @@ var GetBucketRequestPaymentCommand = class extends import_smithy_client.Command.
9715
10229
  return [
9716
10230
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9717
10231
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9718
- (0, import_middleware_sdk_s328.getThrow200ExceptionsPlugin)(config)
10232
+ (0, import_middleware_sdk_s329.getThrow200ExceptionsPlugin)(config)
9719
10233
  ];
9720
10234
  }).s("AmazonS3", "GetBucketRequestPayment", {}).n("S3Client", "GetBucketRequestPaymentCommand").f(void 0, void 0).ser(se_GetBucketRequestPaymentCommand).de(de_GetBucketRequestPaymentCommand).build() {
9721
10235
  static {
@@ -9724,7 +10238,7 @@ var GetBucketRequestPaymentCommand = class extends import_smithy_client.Command.
9724
10238
  };
9725
10239
 
9726
10240
  // src/commands/GetBucketTaggingCommand.ts
9727
- var import_middleware_sdk_s329 = require("@aws-sdk/middleware-sdk-s3");
10241
+ var import_middleware_sdk_s330 = require("@aws-sdk/middleware-sdk-s3");
9728
10242
 
9729
10243
 
9730
10244
 
@@ -9736,7 +10250,7 @@ var GetBucketTaggingCommand = class extends import_smithy_client.Command.classBu
9736
10250
  return [
9737
10251
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9738
10252
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9739
- (0, import_middleware_sdk_s329.getThrow200ExceptionsPlugin)(config)
10253
+ (0, import_middleware_sdk_s330.getThrow200ExceptionsPlugin)(config)
9740
10254
  ];
9741
10255
  }).s("AmazonS3", "GetBucketTagging", {}).n("S3Client", "GetBucketTaggingCommand").f(void 0, void 0).ser(se_GetBucketTaggingCommand).de(de_GetBucketTaggingCommand).build() {
9742
10256
  static {
@@ -9745,7 +10259,7 @@ var GetBucketTaggingCommand = class extends import_smithy_client.Command.classBu
9745
10259
  };
9746
10260
 
9747
10261
  // src/commands/GetBucketVersioningCommand.ts
9748
- var import_middleware_sdk_s330 = require("@aws-sdk/middleware-sdk-s3");
10262
+ var import_middleware_sdk_s331 = require("@aws-sdk/middleware-sdk-s3");
9749
10263
 
9750
10264
 
9751
10265
 
@@ -9757,7 +10271,7 @@ var GetBucketVersioningCommand = class extends import_smithy_client.Command.clas
9757
10271
  return [
9758
10272
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9759
10273
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9760
- (0, import_middleware_sdk_s330.getThrow200ExceptionsPlugin)(config)
10274
+ (0, import_middleware_sdk_s331.getThrow200ExceptionsPlugin)(config)
9761
10275
  ];
9762
10276
  }).s("AmazonS3", "GetBucketVersioning", {}).n("S3Client", "GetBucketVersioningCommand").f(void 0, void 0).ser(se_GetBucketVersioningCommand).de(de_GetBucketVersioningCommand).build() {
9763
10277
  static {
@@ -9766,7 +10280,7 @@ var GetBucketVersioningCommand = class extends import_smithy_client.Command.clas
9766
10280
  };
9767
10281
 
9768
10282
  // src/commands/GetBucketWebsiteCommand.ts
9769
- var import_middleware_sdk_s331 = require("@aws-sdk/middleware-sdk-s3");
10283
+ var import_middleware_sdk_s332 = require("@aws-sdk/middleware-sdk-s3");
9770
10284
 
9771
10285
 
9772
10286
 
@@ -9778,7 +10292,7 @@ var GetBucketWebsiteCommand = class extends import_smithy_client.Command.classBu
9778
10292
  return [
9779
10293
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9780
10294
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9781
- (0, import_middleware_sdk_s331.getThrow200ExceptionsPlugin)(config)
10295
+ (0, import_middleware_sdk_s332.getThrow200ExceptionsPlugin)(config)
9782
10296
  ];
9783
10297
  }).s("AmazonS3", "GetBucketWebsite", {}).n("S3Client", "GetBucketWebsiteCommand").f(void 0, void 0).ser(se_GetBucketWebsiteCommand).de(de_GetBucketWebsiteCommand).build() {
9784
10298
  static {
@@ -9787,7 +10301,7 @@ var GetBucketWebsiteCommand = class extends import_smithy_client.Command.classBu
9787
10301
  };
9788
10302
 
9789
10303
  // src/commands/GetObjectAclCommand.ts
9790
- var import_middleware_sdk_s332 = require("@aws-sdk/middleware-sdk-s3");
10304
+ var import_middleware_sdk_s333 = require("@aws-sdk/middleware-sdk-s3");
9791
10305
 
9792
10306
 
9793
10307
 
@@ -9799,7 +10313,7 @@ var GetObjectAclCommand = class extends import_smithy_client.Command.classBuilde
9799
10313
  return [
9800
10314
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9801
10315
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9802
- (0, import_middleware_sdk_s332.getThrow200ExceptionsPlugin)(config)
10316
+ (0, import_middleware_sdk_s333.getThrow200ExceptionsPlugin)(config)
9803
10317
  ];
9804
10318
  }).s("AmazonS3", "GetObjectAcl", {}).n("S3Client", "GetObjectAclCommand").f(void 0, void 0).ser(se_GetObjectAclCommand).de(de_GetObjectAclCommand).build() {
9805
10319
  static {
@@ -9808,7 +10322,7 @@ var GetObjectAclCommand = class extends import_smithy_client.Command.classBuilde
9808
10322
  };
9809
10323
 
9810
10324
  // src/commands/GetObjectAttributesCommand.ts
9811
- var import_middleware_sdk_s333 = require("@aws-sdk/middleware-sdk-s3");
10325
+ var import_middleware_sdk_s334 = require("@aws-sdk/middleware-sdk-s3");
9812
10326
 
9813
10327
 
9814
10328
 
@@ -9820,7 +10334,7 @@ var GetObjectAttributesCommand = class extends import_smithy_client.Command.clas
9820
10334
  return [
9821
10335
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9822
10336
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9823
- (0, import_middleware_sdk_s333.getThrow200ExceptionsPlugin)(config),
10337
+ (0, import_middleware_sdk_s334.getThrow200ExceptionsPlugin)(config),
9824
10338
  (0, import_middleware_ssec.getSsecPlugin)(config)
9825
10339
  ];
9826
10340
  }).s("AmazonS3", "GetObjectAttributes", {}).n("S3Client", "GetObjectAttributesCommand").f(GetObjectAttributesRequestFilterSensitiveLog, void 0).ser(se_GetObjectAttributesCommand).de(de_GetObjectAttributesCommand).build() {
@@ -9831,7 +10345,7 @@ var GetObjectAttributesCommand = class extends import_smithy_client.Command.clas
9831
10345
 
9832
10346
  // src/commands/GetObjectCommand.ts
9833
10347
 
9834
- var import_middleware_sdk_s334 = require("@aws-sdk/middleware-sdk-s3");
10348
+ var import_middleware_sdk_s335 = require("@aws-sdk/middleware-sdk-s3");
9835
10349
 
9836
10350
 
9837
10351
 
@@ -9850,7 +10364,7 @@ var GetObjectCommand = class extends import_smithy_client.Command.classBuilder()
9850
10364
  responseAlgorithms: ["CRC64NVME", "CRC32", "CRC32C", "SHA256", "SHA1"]
9851
10365
  }),
9852
10366
  (0, import_middleware_ssec.getSsecPlugin)(config),
9853
- (0, import_middleware_sdk_s334.getS3ExpiresMiddlewarePlugin)(config)
10367
+ (0, import_middleware_sdk_s335.getS3ExpiresMiddlewarePlugin)(config)
9854
10368
  ];
9855
10369
  }).s("AmazonS3", "GetObject", {}).n("S3Client", "GetObjectCommand").f(GetObjectRequestFilterSensitiveLog, GetObjectOutputFilterSensitiveLog).ser(se_GetObjectCommand).de(de_GetObjectCommand).build() {
9856
10370
  static {
@@ -9859,7 +10373,7 @@ var GetObjectCommand = class extends import_smithy_client.Command.classBuilder()
9859
10373
  };
9860
10374
 
9861
10375
  // src/commands/GetObjectLegalHoldCommand.ts
9862
- var import_middleware_sdk_s335 = require("@aws-sdk/middleware-sdk-s3");
10376
+ var import_middleware_sdk_s336 = require("@aws-sdk/middleware-sdk-s3");
9863
10377
 
9864
10378
 
9865
10379
 
@@ -9870,7 +10384,7 @@ var GetObjectLegalHoldCommand = class extends import_smithy_client.Command.class
9870
10384
  return [
9871
10385
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9872
10386
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9873
- (0, import_middleware_sdk_s335.getThrow200ExceptionsPlugin)(config)
10387
+ (0, import_middleware_sdk_s336.getThrow200ExceptionsPlugin)(config)
9874
10388
  ];
9875
10389
  }).s("AmazonS3", "GetObjectLegalHold", {}).n("S3Client", "GetObjectLegalHoldCommand").f(void 0, void 0).ser(se_GetObjectLegalHoldCommand).de(de_GetObjectLegalHoldCommand).build() {
9876
10390
  static {
@@ -9879,7 +10393,7 @@ var GetObjectLegalHoldCommand = class extends import_smithy_client.Command.class
9879
10393
  };
9880
10394
 
9881
10395
  // src/commands/GetObjectLockConfigurationCommand.ts
9882
- var import_middleware_sdk_s336 = require("@aws-sdk/middleware-sdk-s3");
10396
+ var import_middleware_sdk_s337 = require("@aws-sdk/middleware-sdk-s3");
9883
10397
 
9884
10398
 
9885
10399
 
@@ -9890,7 +10404,7 @@ var GetObjectLockConfigurationCommand = class extends import_smithy_client.Comma
9890
10404
  return [
9891
10405
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9892
10406
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9893
- (0, import_middleware_sdk_s336.getThrow200ExceptionsPlugin)(config)
10407
+ (0, import_middleware_sdk_s337.getThrow200ExceptionsPlugin)(config)
9894
10408
  ];
9895
10409
  }).s("AmazonS3", "GetObjectLockConfiguration", {}).n("S3Client", "GetObjectLockConfigurationCommand").f(void 0, void 0).ser(se_GetObjectLockConfigurationCommand).de(de_GetObjectLockConfigurationCommand).build() {
9896
10410
  static {
@@ -9899,7 +10413,7 @@ var GetObjectLockConfigurationCommand = class extends import_smithy_client.Comma
9899
10413
  };
9900
10414
 
9901
10415
  // src/commands/GetObjectRetentionCommand.ts
9902
- var import_middleware_sdk_s337 = require("@aws-sdk/middleware-sdk-s3");
10416
+ var import_middleware_sdk_s338 = require("@aws-sdk/middleware-sdk-s3");
9903
10417
 
9904
10418
 
9905
10419
 
@@ -9910,7 +10424,7 @@ var GetObjectRetentionCommand = class extends import_smithy_client.Command.class
9910
10424
  return [
9911
10425
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9912
10426
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9913
- (0, import_middleware_sdk_s337.getThrow200ExceptionsPlugin)(config)
10427
+ (0, import_middleware_sdk_s338.getThrow200ExceptionsPlugin)(config)
9914
10428
  ];
9915
10429
  }).s("AmazonS3", "GetObjectRetention", {}).n("S3Client", "GetObjectRetentionCommand").f(void 0, void 0).ser(se_GetObjectRetentionCommand).de(de_GetObjectRetentionCommand).build() {
9916
10430
  static {
@@ -9919,7 +10433,7 @@ var GetObjectRetentionCommand = class extends import_smithy_client.Command.class
9919
10433
  };
9920
10434
 
9921
10435
  // src/commands/GetObjectTaggingCommand.ts
9922
- var import_middleware_sdk_s338 = require("@aws-sdk/middleware-sdk-s3");
10436
+ var import_middleware_sdk_s339 = require("@aws-sdk/middleware-sdk-s3");
9923
10437
 
9924
10438
 
9925
10439
 
@@ -9930,7 +10444,7 @@ var GetObjectTaggingCommand = class extends import_smithy_client.Command.classBu
9930
10444
  return [
9931
10445
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9932
10446
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9933
- (0, import_middleware_sdk_s338.getThrow200ExceptionsPlugin)(config)
10447
+ (0, import_middleware_sdk_s339.getThrow200ExceptionsPlugin)(config)
9934
10448
  ];
9935
10449
  }).s("AmazonS3", "GetObjectTagging", {}).n("S3Client", "GetObjectTaggingCommand").f(void 0, void 0).ser(se_GetObjectTaggingCommand).de(de_GetObjectTaggingCommand).build() {
9936
10450
  static {
@@ -9957,7 +10471,7 @@ var GetObjectTorrentCommand = class extends import_smithy_client.Command.classBu
9957
10471
  };
9958
10472
 
9959
10473
  // src/commands/GetPublicAccessBlockCommand.ts
9960
- var import_middleware_sdk_s339 = require("@aws-sdk/middleware-sdk-s3");
10474
+ var import_middleware_sdk_s340 = require("@aws-sdk/middleware-sdk-s3");
9961
10475
 
9962
10476
 
9963
10477
 
@@ -9969,7 +10483,7 @@ var GetPublicAccessBlockCommand = class extends import_smithy_client.Command.cla
9969
10483
  return [
9970
10484
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9971
10485
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9972
- (0, import_middleware_sdk_s339.getThrow200ExceptionsPlugin)(config)
10486
+ (0, import_middleware_sdk_s340.getThrow200ExceptionsPlugin)(config)
9973
10487
  ];
9974
10488
  }).s("AmazonS3", "GetPublicAccessBlock", {}).n("S3Client", "GetPublicAccessBlockCommand").f(void 0, void 0).ser(se_GetPublicAccessBlockCommand).de(de_GetPublicAccessBlockCommand).build() {
9975
10489
  static {
@@ -9978,7 +10492,7 @@ var GetPublicAccessBlockCommand = class extends import_smithy_client.Command.cla
9978
10492
  };
9979
10493
 
9980
10494
  // src/commands/HeadBucketCommand.ts
9981
- var import_middleware_sdk_s340 = require("@aws-sdk/middleware-sdk-s3");
10495
+ var import_middleware_sdk_s341 = require("@aws-sdk/middleware-sdk-s3");
9982
10496
 
9983
10497
 
9984
10498
 
@@ -9989,7 +10503,7 @@ var HeadBucketCommand = class extends import_smithy_client.Command.classBuilder(
9989
10503
  return [
9990
10504
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
9991
10505
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
9992
- (0, import_middleware_sdk_s340.getThrow200ExceptionsPlugin)(config)
10506
+ (0, import_middleware_sdk_s341.getThrow200ExceptionsPlugin)(config)
9993
10507
  ];
9994
10508
  }).s("AmazonS3", "HeadBucket", {}).n("S3Client", "HeadBucketCommand").f(void 0, void 0).ser(se_HeadBucketCommand).de(de_HeadBucketCommand).build() {
9995
10509
  static {
@@ -9998,7 +10512,7 @@ var HeadBucketCommand = class extends import_smithy_client.Command.classBuilder(
9998
10512
  };
9999
10513
 
10000
10514
  // src/commands/HeadObjectCommand.ts
10001
- var import_middleware_sdk_s341 = require("@aws-sdk/middleware-sdk-s3");
10515
+ var import_middleware_sdk_s342 = require("@aws-sdk/middleware-sdk-s3");
10002
10516
 
10003
10517
 
10004
10518
 
@@ -10011,9 +10525,9 @@ var HeadObjectCommand = class extends import_smithy_client.Command.classBuilder(
10011
10525
  return [
10012
10526
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10013
10527
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10014
- (0, import_middleware_sdk_s341.getThrow200ExceptionsPlugin)(config),
10528
+ (0, import_middleware_sdk_s342.getThrow200ExceptionsPlugin)(config),
10015
10529
  (0, import_middleware_ssec.getSsecPlugin)(config),
10016
- (0, import_middleware_sdk_s341.getS3ExpiresMiddlewarePlugin)(config)
10530
+ (0, import_middleware_sdk_s342.getS3ExpiresMiddlewarePlugin)(config)
10017
10531
  ];
10018
10532
  }).s("AmazonS3", "HeadObject", {}).n("S3Client", "HeadObjectCommand").f(HeadObjectRequestFilterSensitiveLog, HeadObjectOutputFilterSensitiveLog).ser(se_HeadObjectCommand).de(de_HeadObjectCommand).build() {
10019
10533
  static {
@@ -10022,7 +10536,7 @@ var HeadObjectCommand = class extends import_smithy_client.Command.classBuilder(
10022
10536
  };
10023
10537
 
10024
10538
  // src/commands/ListBucketAnalyticsConfigurationsCommand.ts
10025
- var import_middleware_sdk_s342 = require("@aws-sdk/middleware-sdk-s3");
10539
+ var import_middleware_sdk_s343 = require("@aws-sdk/middleware-sdk-s3");
10026
10540
 
10027
10541
 
10028
10542
 
@@ -10034,7 +10548,7 @@ var ListBucketAnalyticsConfigurationsCommand = class extends import_smithy_clien
10034
10548
  return [
10035
10549
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10036
10550
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10037
- (0, import_middleware_sdk_s342.getThrow200ExceptionsPlugin)(config)
10551
+ (0, import_middleware_sdk_s343.getThrow200ExceptionsPlugin)(config)
10038
10552
  ];
10039
10553
  }).s("AmazonS3", "ListBucketAnalyticsConfigurations", {}).n("S3Client", "ListBucketAnalyticsConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketAnalyticsConfigurationsCommand).de(de_ListBucketAnalyticsConfigurationsCommand).build() {
10040
10554
  static {
@@ -10043,7 +10557,7 @@ var ListBucketAnalyticsConfigurationsCommand = class extends import_smithy_clien
10043
10557
  };
10044
10558
 
10045
10559
  // src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts
10046
- var import_middleware_sdk_s343 = require("@aws-sdk/middleware-sdk-s3");
10560
+ var import_middleware_sdk_s344 = require("@aws-sdk/middleware-sdk-s3");
10047
10561
 
10048
10562
 
10049
10563
 
@@ -10055,7 +10569,7 @@ var ListBucketIntelligentTieringConfigurationsCommand = class extends import_smi
10055
10569
  return [
10056
10570
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10057
10571
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10058
- (0, import_middleware_sdk_s343.getThrow200ExceptionsPlugin)(config)
10572
+ (0, import_middleware_sdk_s344.getThrow200ExceptionsPlugin)(config)
10059
10573
  ];
10060
10574
  }).s("AmazonS3", "ListBucketIntelligentTieringConfigurations", {}).n("S3Client", "ListBucketIntelligentTieringConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketIntelligentTieringConfigurationsCommand).de(de_ListBucketIntelligentTieringConfigurationsCommand).build() {
10061
10575
  static {
@@ -10064,7 +10578,7 @@ var ListBucketIntelligentTieringConfigurationsCommand = class extends import_smi
10064
10578
  };
10065
10579
 
10066
10580
  // src/commands/ListBucketInventoryConfigurationsCommand.ts
10067
- var import_middleware_sdk_s344 = require("@aws-sdk/middleware-sdk-s3");
10581
+ var import_middleware_sdk_s345 = require("@aws-sdk/middleware-sdk-s3");
10068
10582
 
10069
10583
 
10070
10584
 
@@ -10076,7 +10590,7 @@ var ListBucketInventoryConfigurationsCommand = class extends import_smithy_clien
10076
10590
  return [
10077
10591
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10078
10592
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10079
- (0, import_middleware_sdk_s344.getThrow200ExceptionsPlugin)(config)
10593
+ (0, import_middleware_sdk_s345.getThrow200ExceptionsPlugin)(config)
10080
10594
  ];
10081
10595
  }).s("AmazonS3", "ListBucketInventoryConfigurations", {}).n("S3Client", "ListBucketInventoryConfigurationsCommand").f(void 0, ListBucketInventoryConfigurationsOutputFilterSensitiveLog).ser(se_ListBucketInventoryConfigurationsCommand).de(de_ListBucketInventoryConfigurationsCommand).build() {
10082
10596
  static {
@@ -10085,7 +10599,7 @@ var ListBucketInventoryConfigurationsCommand = class extends import_smithy_clien
10085
10599
  };
10086
10600
 
10087
10601
  // src/commands/ListBucketMetricsConfigurationsCommand.ts
10088
- var import_middleware_sdk_s345 = require("@aws-sdk/middleware-sdk-s3");
10602
+ var import_middleware_sdk_s346 = require("@aws-sdk/middleware-sdk-s3");
10089
10603
 
10090
10604
 
10091
10605
 
@@ -10096,7 +10610,7 @@ var ListBucketMetricsConfigurationsCommand = class extends import_smithy_client.
10096
10610
  return [
10097
10611
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10098
10612
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10099
- (0, import_middleware_sdk_s345.getThrow200ExceptionsPlugin)(config)
10613
+ (0, import_middleware_sdk_s346.getThrow200ExceptionsPlugin)(config)
10100
10614
  ];
10101
10615
  }).s("AmazonS3", "ListBucketMetricsConfigurations", {}).n("S3Client", "ListBucketMetricsConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketMetricsConfigurationsCommand).de(de_ListBucketMetricsConfigurationsCommand).build() {
10102
10616
  static {
@@ -10105,7 +10619,7 @@ var ListBucketMetricsConfigurationsCommand = class extends import_smithy_client.
10105
10619
  };
10106
10620
 
10107
10621
  // src/commands/ListBucketsCommand.ts
10108
- var import_middleware_sdk_s346 = require("@aws-sdk/middleware-sdk-s3");
10622
+ var import_middleware_sdk_s347 = require("@aws-sdk/middleware-sdk-s3");
10109
10623
 
10110
10624
 
10111
10625
 
@@ -10113,7 +10627,7 @@ var ListBucketsCommand = class extends import_smithy_client.Command.classBuilder
10113
10627
  return [
10114
10628
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10115
10629
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10116
- (0, import_middleware_sdk_s346.getThrow200ExceptionsPlugin)(config)
10630
+ (0, import_middleware_sdk_s347.getThrow200ExceptionsPlugin)(config)
10117
10631
  ];
10118
10632
  }).s("AmazonS3", "ListBuckets", {}).n("S3Client", "ListBucketsCommand").f(void 0, void 0).ser(se_ListBucketsCommand).de(de_ListBucketsCommand).build() {
10119
10633
  static {
@@ -10122,7 +10636,7 @@ var ListBucketsCommand = class extends import_smithy_client.Command.classBuilder
10122
10636
  };
10123
10637
 
10124
10638
  // src/commands/ListDirectoryBucketsCommand.ts
10125
- var import_middleware_sdk_s347 = require("@aws-sdk/middleware-sdk-s3");
10639
+ var import_middleware_sdk_s348 = require("@aws-sdk/middleware-sdk-s3");
10126
10640
 
10127
10641
 
10128
10642
 
@@ -10133,7 +10647,7 @@ var ListDirectoryBucketsCommand = class extends import_smithy_client.Command.cla
10133
10647
  return [
10134
10648
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10135
10649
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10136
- (0, import_middleware_sdk_s347.getThrow200ExceptionsPlugin)(config)
10650
+ (0, import_middleware_sdk_s348.getThrow200ExceptionsPlugin)(config)
10137
10651
  ];
10138
10652
  }).s("AmazonS3", "ListDirectoryBuckets", {}).n("S3Client", "ListDirectoryBucketsCommand").f(void 0, void 0).ser(se_ListDirectoryBucketsCommand).de(de_ListDirectoryBucketsCommand).build() {
10139
10653
  static {
@@ -10142,7 +10656,7 @@ var ListDirectoryBucketsCommand = class extends import_smithy_client.Command.cla
10142
10656
  };
10143
10657
 
10144
10658
  // src/commands/ListMultipartUploadsCommand.ts
10145
- var import_middleware_sdk_s348 = require("@aws-sdk/middleware-sdk-s3");
10659
+ var import_middleware_sdk_s349 = require("@aws-sdk/middleware-sdk-s3");
10146
10660
 
10147
10661
 
10148
10662
 
@@ -10154,7 +10668,7 @@ var ListMultipartUploadsCommand = class extends import_smithy_client.Command.cla
10154
10668
  return [
10155
10669
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10156
10670
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10157
- (0, import_middleware_sdk_s348.getThrow200ExceptionsPlugin)(config)
10671
+ (0, import_middleware_sdk_s349.getThrow200ExceptionsPlugin)(config)
10158
10672
  ];
10159
10673
  }).s("AmazonS3", "ListMultipartUploads", {}).n("S3Client", "ListMultipartUploadsCommand").f(void 0, void 0).ser(se_ListMultipartUploadsCommand).de(de_ListMultipartUploadsCommand).build() {
10160
10674
  static {
@@ -10163,7 +10677,7 @@ var ListMultipartUploadsCommand = class extends import_smithy_client.Command.cla
10163
10677
  };
10164
10678
 
10165
10679
  // src/commands/ListObjectsCommand.ts
10166
- var import_middleware_sdk_s349 = require("@aws-sdk/middleware-sdk-s3");
10680
+ var import_middleware_sdk_s350 = require("@aws-sdk/middleware-sdk-s3");
10167
10681
 
10168
10682
 
10169
10683
 
@@ -10175,7 +10689,7 @@ var ListObjectsCommand = class extends import_smithy_client.Command.classBuilder
10175
10689
  return [
10176
10690
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10177
10691
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10178
- (0, import_middleware_sdk_s349.getThrow200ExceptionsPlugin)(config)
10692
+ (0, import_middleware_sdk_s350.getThrow200ExceptionsPlugin)(config)
10179
10693
  ];
10180
10694
  }).s("AmazonS3", "ListObjects", {}).n("S3Client", "ListObjectsCommand").f(void 0, void 0).ser(se_ListObjectsCommand).de(de_ListObjectsCommand).build() {
10181
10695
  static {
@@ -10184,7 +10698,7 @@ var ListObjectsCommand = class extends import_smithy_client.Command.classBuilder
10184
10698
  };
10185
10699
 
10186
10700
  // src/commands/ListObjectsV2Command.ts
10187
- var import_middleware_sdk_s350 = require("@aws-sdk/middleware-sdk-s3");
10701
+ var import_middleware_sdk_s351 = require("@aws-sdk/middleware-sdk-s3");
10188
10702
 
10189
10703
 
10190
10704
 
@@ -10196,7 +10710,7 @@ var ListObjectsV2Command = class extends import_smithy_client.Command.classBuild
10196
10710
  return [
10197
10711
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10198
10712
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10199
- (0, import_middleware_sdk_s350.getThrow200ExceptionsPlugin)(config)
10713
+ (0, import_middleware_sdk_s351.getThrow200ExceptionsPlugin)(config)
10200
10714
  ];
10201
10715
  }).s("AmazonS3", "ListObjectsV2", {}).n("S3Client", "ListObjectsV2Command").f(void 0, void 0).ser(se_ListObjectsV2Command).de(de_ListObjectsV2Command).build() {
10202
10716
  static {
@@ -10205,7 +10719,7 @@ var ListObjectsV2Command = class extends import_smithy_client.Command.classBuild
10205
10719
  };
10206
10720
 
10207
10721
  // src/commands/ListObjectVersionsCommand.ts
10208
- var import_middleware_sdk_s351 = require("@aws-sdk/middleware-sdk-s3");
10722
+ var import_middleware_sdk_s352 = require("@aws-sdk/middleware-sdk-s3");
10209
10723
 
10210
10724
 
10211
10725
 
@@ -10217,7 +10731,7 @@ var ListObjectVersionsCommand = class extends import_smithy_client.Command.class
10217
10731
  return [
10218
10732
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10219
10733
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10220
- (0, import_middleware_sdk_s351.getThrow200ExceptionsPlugin)(config)
10734
+ (0, import_middleware_sdk_s352.getThrow200ExceptionsPlugin)(config)
10221
10735
  ];
10222
10736
  }).s("AmazonS3", "ListObjectVersions", {}).n("S3Client", "ListObjectVersionsCommand").f(void 0, void 0).ser(se_ListObjectVersionsCommand).de(de_ListObjectVersionsCommand).build() {
10223
10737
  static {
@@ -10226,7 +10740,7 @@ var ListObjectVersionsCommand = class extends import_smithy_client.Command.class
10226
10740
  };
10227
10741
 
10228
10742
  // src/commands/ListPartsCommand.ts
10229
- var import_middleware_sdk_s352 = require("@aws-sdk/middleware-sdk-s3");
10743
+ var import_middleware_sdk_s353 = require("@aws-sdk/middleware-sdk-s3");
10230
10744
 
10231
10745
 
10232
10746
 
@@ -10239,7 +10753,7 @@ var ListPartsCommand = class extends import_smithy_client.Command.classBuilder()
10239
10753
  return [
10240
10754
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10241
10755
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10242
- (0, import_middleware_sdk_s352.getThrow200ExceptionsPlugin)(config),
10756
+ (0, import_middleware_sdk_s353.getThrow200ExceptionsPlugin)(config),
10243
10757
  (0, import_middleware_ssec.getSsecPlugin)(config)
10244
10758
  ];
10245
10759
  }).s("AmazonS3", "ListParts", {}).n("S3Client", "ListPartsCommand").f(ListPartsRequestFilterSensitiveLog, void 0).ser(se_ListPartsCommand).de(de_ListPartsCommand).build() {
@@ -10403,7 +10917,7 @@ var PutBucketInventoryConfigurationCommand = class extends import_smithy_client.
10403
10917
 
10404
10918
  // src/commands/PutBucketLifecycleConfigurationCommand.ts
10405
10919
 
10406
- var import_middleware_sdk_s353 = require("@aws-sdk/middleware-sdk-s3");
10920
+ var import_middleware_sdk_s354 = require("@aws-sdk/middleware-sdk-s3");
10407
10921
 
10408
10922
 
10409
10923
 
@@ -10419,7 +10933,7 @@ var PutBucketLifecycleConfigurationCommand = class extends import_smithy_client.
10419
10933
  requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10420
10934
  requestChecksumRequired: true
10421
10935
  }),
10422
- (0, import_middleware_sdk_s353.getThrow200ExceptionsPlugin)(config)
10936
+ (0, import_middleware_sdk_s354.getThrow200ExceptionsPlugin)(config)
10423
10937
  ];
10424
10938
  }).s("AmazonS3", "PutBucketLifecycleConfiguration", {}).n("S3Client", "PutBucketLifecycleConfigurationCommand").f(void 0, void 0).ser(se_PutBucketLifecycleConfigurationCommand).de(de_PutBucketLifecycleConfigurationCommand).build() {
10425
10939
  static {
@@ -10659,7 +11173,7 @@ var PutBucketWebsiteCommand = class extends import_smithy_client.Command.classBu
10659
11173
 
10660
11174
  // src/commands/PutObjectAclCommand.ts
10661
11175
 
10662
- var import_middleware_sdk_s354 = require("@aws-sdk/middleware-sdk-s3");
11176
+ var import_middleware_sdk_s355 = require("@aws-sdk/middleware-sdk-s3");
10663
11177
 
10664
11178
 
10665
11179
 
@@ -10675,7 +11189,7 @@ var PutObjectAclCommand = class extends import_smithy_client.Command.classBuilde
10675
11189
  requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10676
11190
  requestChecksumRequired: true
10677
11191
  }),
10678
- (0, import_middleware_sdk_s354.getThrow200ExceptionsPlugin)(config)
11192
+ (0, import_middleware_sdk_s355.getThrow200ExceptionsPlugin)(config)
10679
11193
  ];
10680
11194
  }).s("AmazonS3", "PutObjectAcl", {}).n("S3Client", "PutObjectAclCommand").f(void 0, void 0).ser(se_PutObjectAclCommand).de(de_PutObjectAclCommand).build() {
10681
11195
  static {
@@ -10685,7 +11199,7 @@ var PutObjectAclCommand = class extends import_smithy_client.Command.classBuilde
10685
11199
 
10686
11200
  // src/commands/PutObjectCommand.ts
10687
11201
 
10688
- var import_middleware_sdk_s355 = require("@aws-sdk/middleware-sdk-s3");
11202
+ var import_middleware_sdk_s356 = require("@aws-sdk/middleware-sdk-s3");
10689
11203
 
10690
11204
 
10691
11205
 
@@ -10702,8 +11216,8 @@ var PutObjectCommand = class extends import_smithy_client.Command.classBuilder()
10702
11216
  requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10703
11217
  requestChecksumRequired: false
10704
11218
  }),
10705
- (0, import_middleware_sdk_s355.getCheckContentLengthHeaderPlugin)(config),
10706
- (0, import_middleware_sdk_s355.getThrow200ExceptionsPlugin)(config),
11219
+ (0, import_middleware_sdk_s356.getCheckContentLengthHeaderPlugin)(config),
11220
+ (0, import_middleware_sdk_s356.getThrow200ExceptionsPlugin)(config),
10707
11221
  (0, import_middleware_ssec.getSsecPlugin)(config)
10708
11222
  ];
10709
11223
  }).s("AmazonS3", "PutObject", {}).n("S3Client", "PutObjectCommand").f(PutObjectRequestFilterSensitiveLog, PutObjectOutputFilterSensitiveLog).ser(se_PutObjectCommand).de(de_PutObjectCommand).build() {
@@ -10714,7 +11228,7 @@ var PutObjectCommand = class extends import_smithy_client.Command.classBuilder()
10714
11228
 
10715
11229
  // src/commands/PutObjectLegalHoldCommand.ts
10716
11230
 
10717
- var import_middleware_sdk_s356 = require("@aws-sdk/middleware-sdk-s3");
11231
+ var import_middleware_sdk_s357 = require("@aws-sdk/middleware-sdk-s3");
10718
11232
 
10719
11233
 
10720
11234
 
@@ -10729,7 +11243,7 @@ var PutObjectLegalHoldCommand = class extends import_smithy_client.Command.class
10729
11243
  requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10730
11244
  requestChecksumRequired: true
10731
11245
  }),
10732
- (0, import_middleware_sdk_s356.getThrow200ExceptionsPlugin)(config)
11246
+ (0, import_middleware_sdk_s357.getThrow200ExceptionsPlugin)(config)
10733
11247
  ];
10734
11248
  }).s("AmazonS3", "PutObjectLegalHold", {}).n("S3Client", "PutObjectLegalHoldCommand").f(void 0, void 0).ser(se_PutObjectLegalHoldCommand).de(de_PutObjectLegalHoldCommand).build() {
10735
11249
  static {
@@ -10739,7 +11253,7 @@ var PutObjectLegalHoldCommand = class extends import_smithy_client.Command.class
10739
11253
 
10740
11254
  // src/commands/PutObjectLockConfigurationCommand.ts
10741
11255
 
10742
- var import_middleware_sdk_s357 = require("@aws-sdk/middleware-sdk-s3");
11256
+ var import_middleware_sdk_s358 = require("@aws-sdk/middleware-sdk-s3");
10743
11257
 
10744
11258
 
10745
11259
 
@@ -10754,7 +11268,7 @@ var PutObjectLockConfigurationCommand = class extends import_smithy_client.Comma
10754
11268
  requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10755
11269
  requestChecksumRequired: true
10756
11270
  }),
10757
- (0, import_middleware_sdk_s357.getThrow200ExceptionsPlugin)(config)
11271
+ (0, import_middleware_sdk_s358.getThrow200ExceptionsPlugin)(config)
10758
11272
  ];
10759
11273
  }).s("AmazonS3", "PutObjectLockConfiguration", {}).n("S3Client", "PutObjectLockConfigurationCommand").f(void 0, void 0).ser(se_PutObjectLockConfigurationCommand).de(de_PutObjectLockConfigurationCommand).build() {
10760
11274
  static {
@@ -10764,7 +11278,7 @@ var PutObjectLockConfigurationCommand = class extends import_smithy_client.Comma
10764
11278
 
10765
11279
  // src/commands/PutObjectRetentionCommand.ts
10766
11280
 
10767
- var import_middleware_sdk_s358 = require("@aws-sdk/middleware-sdk-s3");
11281
+ var import_middleware_sdk_s359 = require("@aws-sdk/middleware-sdk-s3");
10768
11282
 
10769
11283
 
10770
11284
 
@@ -10779,7 +11293,7 @@ var PutObjectRetentionCommand = class extends import_smithy_client.Command.class
10779
11293
  requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10780
11294
  requestChecksumRequired: true
10781
11295
  }),
10782
- (0, import_middleware_sdk_s358.getThrow200ExceptionsPlugin)(config)
11296
+ (0, import_middleware_sdk_s359.getThrow200ExceptionsPlugin)(config)
10783
11297
  ];
10784
11298
  }).s("AmazonS3", "PutObjectRetention", {}).n("S3Client", "PutObjectRetentionCommand").f(void 0, void 0).ser(se_PutObjectRetentionCommand).de(de_PutObjectRetentionCommand).build() {
10785
11299
  static {
@@ -10789,7 +11303,7 @@ var PutObjectRetentionCommand = class extends import_smithy_client.Command.class
10789
11303
 
10790
11304
  // src/commands/PutObjectTaggingCommand.ts
10791
11305
 
10792
- var import_middleware_sdk_s359 = require("@aws-sdk/middleware-sdk-s3");
11306
+ var import_middleware_sdk_s360 = require("@aws-sdk/middleware-sdk-s3");
10793
11307
 
10794
11308
 
10795
11309
 
@@ -10804,7 +11318,7 @@ var PutObjectTaggingCommand = class extends import_smithy_client.Command.classBu
10804
11318
  requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10805
11319
  requestChecksumRequired: true
10806
11320
  }),
10807
- (0, import_middleware_sdk_s359.getThrow200ExceptionsPlugin)(config)
11321
+ (0, import_middleware_sdk_s360.getThrow200ExceptionsPlugin)(config)
10808
11322
  ];
10809
11323
  }).s("AmazonS3", "PutObjectTagging", {}).n("S3Client", "PutObjectTaggingCommand").f(void 0, void 0).ser(se_PutObjectTaggingCommand).de(de_PutObjectTaggingCommand).build() {
10810
11324
  static {
@@ -10836,9 +11350,30 @@ var PutPublicAccessBlockCommand = class extends import_smithy_client.Command.cla
10836
11350
  }
10837
11351
  };
10838
11352
 
11353
+ // src/commands/RenameObjectCommand.ts
11354
+ var import_middleware_sdk_s361 = require("@aws-sdk/middleware-sdk-s3");
11355
+
11356
+
11357
+
11358
+ var RenameObjectCommand = class extends import_smithy_client.Command.classBuilder().ep({
11359
+ ...commonParams,
11360
+ Bucket: { type: "contextParams", name: "Bucket" },
11361
+ Key: { type: "contextParams", name: "Key" }
11362
+ }).m(function(Command, cs, config, o) {
11363
+ return [
11364
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11365
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
11366
+ (0, import_middleware_sdk_s361.getThrow200ExceptionsPlugin)(config)
11367
+ ];
11368
+ }).s("AmazonS3", "RenameObject", {}).n("S3Client", "RenameObjectCommand").f(void 0, void 0).ser(se_RenameObjectCommand).de(de_RenameObjectCommand).build() {
11369
+ static {
11370
+ __name(this, "RenameObjectCommand");
11371
+ }
11372
+ };
11373
+
10839
11374
  // src/commands/RestoreObjectCommand.ts
10840
11375
 
10841
- var import_middleware_sdk_s360 = require("@aws-sdk/middleware-sdk-s3");
11376
+ var import_middleware_sdk_s362 = require("@aws-sdk/middleware-sdk-s3");
10842
11377
 
10843
11378
 
10844
11379
 
@@ -10853,7 +11388,7 @@ var RestoreObjectCommand = class extends import_smithy_client.Command.classBuild
10853
11388
  requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10854
11389
  requestChecksumRequired: false
10855
11390
  }),
10856
- (0, import_middleware_sdk_s360.getThrow200ExceptionsPlugin)(config)
11391
+ (0, import_middleware_sdk_s362.getThrow200ExceptionsPlugin)(config)
10857
11392
  ];
10858
11393
  }).s("AmazonS3", "RestoreObject", {}).n("S3Client", "RestoreObjectCommand").f(RestoreObjectRequestFilterSensitiveLog, void 0).ser(se_RestoreObjectCommand).de(de_RestoreObjectCommand).build() {
10859
11394
  static {
@@ -10862,7 +11397,7 @@ var RestoreObjectCommand = class extends import_smithy_client.Command.classBuild
10862
11397
  };
10863
11398
 
10864
11399
  // src/commands/SelectObjectContentCommand.ts
10865
- var import_middleware_sdk_s361 = require("@aws-sdk/middleware-sdk-s3");
11400
+ var import_middleware_sdk_s363 = require("@aws-sdk/middleware-sdk-s3");
10866
11401
 
10867
11402
 
10868
11403
 
@@ -10874,7 +11409,7 @@ var SelectObjectContentCommand = class extends import_smithy_client.Command.clas
10874
11409
  return [
10875
11410
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10876
11411
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10877
- (0, import_middleware_sdk_s361.getThrow200ExceptionsPlugin)(config),
11412
+ (0, import_middleware_sdk_s363.getThrow200ExceptionsPlugin)(config),
10878
11413
  (0, import_middleware_ssec.getSsecPlugin)(config)
10879
11414
  ];
10880
11415
  }).s("AmazonS3", "SelectObjectContent", {
@@ -10890,9 +11425,57 @@ var SelectObjectContentCommand = class extends import_smithy_client.Command.clas
10890
11425
  }
10891
11426
  };
10892
11427
 
11428
+ // src/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.ts
11429
+
11430
+
11431
+
11432
+
11433
+ var UpdateBucketMetadataInventoryTableConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
11434
+ ...commonParams,
11435
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
11436
+ Bucket: { type: "contextParams", name: "Bucket" }
11437
+ }).m(function(Command, cs, config, o) {
11438
+ return [
11439
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11440
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
11441
+ (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
11442
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
11443
+ requestChecksumRequired: true
11444
+ })
11445
+ ];
11446
+ }).s("AmazonS3", "UpdateBucketMetadataInventoryTableConfiguration", {}).n("S3Client", "UpdateBucketMetadataInventoryTableConfigurationCommand").f(void 0, void 0).ser(se_UpdateBucketMetadataInventoryTableConfigurationCommand).de(de_UpdateBucketMetadataInventoryTableConfigurationCommand).build() {
11447
+ static {
11448
+ __name(this, "UpdateBucketMetadataInventoryTableConfigurationCommand");
11449
+ }
11450
+ };
11451
+
11452
+ // src/commands/UpdateBucketMetadataJournalTableConfigurationCommand.ts
11453
+
11454
+
11455
+
11456
+
11457
+ var UpdateBucketMetadataJournalTableConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep({
11458
+ ...commonParams,
11459
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
11460
+ Bucket: { type: "contextParams", name: "Bucket" }
11461
+ }).m(function(Command, cs, config, o) {
11462
+ return [
11463
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11464
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
11465
+ (0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
11466
+ requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
11467
+ requestChecksumRequired: true
11468
+ })
11469
+ ];
11470
+ }).s("AmazonS3", "UpdateBucketMetadataJournalTableConfiguration", {}).n("S3Client", "UpdateBucketMetadataJournalTableConfigurationCommand").f(void 0, void 0).ser(se_UpdateBucketMetadataJournalTableConfigurationCommand).de(de_UpdateBucketMetadataJournalTableConfigurationCommand).build() {
11471
+ static {
11472
+ __name(this, "UpdateBucketMetadataJournalTableConfigurationCommand");
11473
+ }
11474
+ };
11475
+
10893
11476
  // src/commands/UploadPartCommand.ts
10894
11477
 
10895
- var import_middleware_sdk_s362 = require("@aws-sdk/middleware-sdk-s3");
11478
+ var import_middleware_sdk_s364 = require("@aws-sdk/middleware-sdk-s3");
10896
11479
 
10897
11480
 
10898
11481
 
@@ -10909,7 +11492,7 @@ var UploadPartCommand = class extends import_smithy_client.Command.classBuilder(
10909
11492
  requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
10910
11493
  requestChecksumRequired: false
10911
11494
  }),
10912
- (0, import_middleware_sdk_s362.getThrow200ExceptionsPlugin)(config),
11495
+ (0, import_middleware_sdk_s364.getThrow200ExceptionsPlugin)(config),
10913
11496
  (0, import_middleware_ssec.getSsecPlugin)(config)
10914
11497
  ];
10915
11498
  }).s("AmazonS3", "UploadPart", {}).n("S3Client", "UploadPartCommand").f(UploadPartRequestFilterSensitiveLog, UploadPartOutputFilterSensitiveLog).ser(se_UploadPartCommand).de(de_UploadPartCommand).build() {
@@ -10919,7 +11502,7 @@ var UploadPartCommand = class extends import_smithy_client.Command.classBuilder(
10919
11502
  };
10920
11503
 
10921
11504
  // src/commands/UploadPartCopyCommand.ts
10922
- var import_middleware_sdk_s363 = require("@aws-sdk/middleware-sdk-s3");
11505
+ var import_middleware_sdk_s365 = require("@aws-sdk/middleware-sdk-s3");
10923
11506
 
10924
11507
 
10925
11508
 
@@ -10932,7 +11515,7 @@ var UploadPartCopyCommand = class extends import_smithy_client.Command.classBuil
10932
11515
  return [
10933
11516
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10934
11517
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
10935
- (0, import_middleware_sdk_s363.getThrow200ExceptionsPlugin)(config),
11518
+ (0, import_middleware_sdk_s365.getThrow200ExceptionsPlugin)(config),
10936
11519
  (0, import_middleware_ssec.getSsecPlugin)(config)
10937
11520
  ];
10938
11521
  }).s("AmazonS3", "UploadPartCopy", {}).n("S3Client", "UploadPartCopyCommand").f(UploadPartCopyRequestFilterSensitiveLog, UploadPartCopyOutputFilterSensitiveLog).ser(se_UploadPartCopyCommand).de(de_UploadPartCopyCommand).build() {
@@ -10965,6 +11548,7 @@ var commands = {
10965
11548
  CompleteMultipartUploadCommand,
10966
11549
  CopyObjectCommand,
10967
11550
  CreateBucketCommand,
11551
+ CreateBucketMetadataConfigurationCommand,
10968
11552
  CreateBucketMetadataTableConfigurationCommand,
10969
11553
  CreateMultipartUploadCommand,
10970
11554
  CreateSessionCommand,
@@ -10975,6 +11559,7 @@ var commands = {
10975
11559
  DeleteBucketIntelligentTieringConfigurationCommand,
10976
11560
  DeleteBucketInventoryConfigurationCommand,
10977
11561
  DeleteBucketLifecycleCommand,
11562
+ DeleteBucketMetadataConfigurationCommand,
10978
11563
  DeleteBucketMetadataTableConfigurationCommand,
10979
11564
  DeleteBucketMetricsConfigurationCommand,
10980
11565
  DeleteBucketOwnershipControlsCommand,
@@ -10996,6 +11581,7 @@ var commands = {
10996
11581
  GetBucketLifecycleConfigurationCommand,
10997
11582
  GetBucketLocationCommand,
10998
11583
  GetBucketLoggingCommand,
11584
+ GetBucketMetadataConfigurationCommand,
10999
11585
  GetBucketMetadataTableConfigurationCommand,
11000
11586
  GetBucketMetricsConfigurationCommand,
11001
11587
  GetBucketNotificationConfigurationCommand,
@@ -11054,8 +11640,11 @@ var commands = {
11054
11640
  PutObjectRetentionCommand,
11055
11641
  PutObjectTaggingCommand,
11056
11642
  PutPublicAccessBlockCommand,
11643
+ RenameObjectCommand,
11057
11644
  RestoreObjectCommand,
11058
11645
  SelectObjectContentCommand,
11646
+ UpdateBucketMetadataInventoryTableConfigurationCommand,
11647
+ UpdateBucketMetadataJournalTableConfigurationCommand,
11059
11648
  UploadPartCommand,
11060
11649
  UploadPartCopyCommand,
11061
11650
  WriteGetObjectResponseCommand
@@ -11196,6 +11785,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
11196
11785
  CompleteMultipartUploadCommand,
11197
11786
  CopyObjectCommand,
11198
11787
  CreateBucketCommand,
11788
+ CreateBucketMetadataConfigurationCommand,
11199
11789
  CreateBucketMetadataTableConfigurationCommand,
11200
11790
  CreateMultipartUploadCommand,
11201
11791
  CreateSessionCommand,
@@ -11206,6 +11796,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
11206
11796
  DeleteBucketIntelligentTieringConfigurationCommand,
11207
11797
  DeleteBucketInventoryConfigurationCommand,
11208
11798
  DeleteBucketLifecycleCommand,
11799
+ DeleteBucketMetadataConfigurationCommand,
11209
11800
  DeleteBucketMetadataTableConfigurationCommand,
11210
11801
  DeleteBucketMetricsConfigurationCommand,
11211
11802
  DeleteBucketOwnershipControlsCommand,
@@ -11227,6 +11818,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
11227
11818
  GetBucketLifecycleConfigurationCommand,
11228
11819
  GetBucketLocationCommand,
11229
11820
  GetBucketLoggingCommand,
11821
+ GetBucketMetadataConfigurationCommand,
11230
11822
  GetBucketMetadataTableConfigurationCommand,
11231
11823
  GetBucketMetricsConfigurationCommand,
11232
11824
  GetBucketNotificationConfigurationCommand,
@@ -11285,8 +11877,11 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
11285
11877
  PutObjectRetentionCommand,
11286
11878
  PutObjectTaggingCommand,
11287
11879
  PutPublicAccessBlockCommand,
11880
+ RenameObjectCommand,
11288
11881
  RestoreObjectCommand,
11289
11882
  SelectObjectContentCommand,
11883
+ UpdateBucketMetadataInventoryTableConfigurationCommand,
11884
+ UpdateBucketMetadataJournalTableConfigurationCommand,
11290
11885
  UploadPartCommand,
11291
11886
  UploadPartCopyCommand,
11292
11887
  WriteGetObjectResponseCommand,
@@ -11327,6 +11922,9 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
11327
11922
  LocationType,
11328
11923
  BucketLocationConstraint,
11329
11924
  ObjectOwnership,
11925
+ InventoryConfigurationState,
11926
+ TableSseAlgorithm,
11927
+ ExpirationState,
11330
11928
  SessionMode,
11331
11929
  NoSuchBucket,
11332
11930
  AnalyticsFilter,
@@ -11343,6 +11941,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
11343
11941
  TransitionDefaultMinimumObjectSize,
11344
11942
  BucketLogsPermission,
11345
11943
  PartitionDateSource,
11944
+ S3TablesBucketType,
11346
11945
  MetricsFilter,
11347
11946
  Event,
11348
11947
  FilterRuleName,
@@ -11367,9 +11966,6 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
11367
11966
  NotFound,
11368
11967
  ArchiveStatus,
11369
11968
  EncodingType,
11370
- ObjectStorageClass,
11371
- OptionalObjectAttributes,
11372
- ObjectVersionStorageClass,
11373
11969
  CompleteMultipartUploadOutputFilterSensitiveLog,
11374
11970
  CompleteMultipartUploadRequestFilterSensitiveLog,
11375
11971
  CopyObjectOutputFilterSensitiveLog,
@@ -11396,12 +11992,15 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
11396
11992
  HeadObjectOutputFilterSensitiveLog,
11397
11993
  HeadObjectRequestFilterSensitiveLog,
11398
11994
  ListBucketInventoryConfigurationsOutputFilterSensitiveLog,
11399
- ListPartsRequestFilterSensitiveLog,
11995
+ ObjectStorageClass,
11996
+ OptionalObjectAttributes,
11997
+ ObjectVersionStorageClass,
11400
11998
  MFADelete,
11401
11999
  EncryptionTypeMismatch,
11402
12000
  InvalidRequest,
11403
12001
  InvalidWriteOffset,
11404
12002
  TooManyParts,
12003
+ IdempotencyParameterMismatch,
11405
12004
  ObjectAlreadyInActiveTierError,
11406
12005
  Tier,
11407
12006
  ExpressionType,
@@ -11411,6 +12010,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
11411
12010
  QuoteFields,
11412
12011
  RestoreRequestType,
11413
12012
  SelectObjectContentEventStream,
12013
+ ListPartsRequestFilterSensitiveLog,
11414
12014
  PutBucketEncryptionRequestFilterSensitiveLog,
11415
12015
  PutBucketInventoryConfigurationRequestFilterSensitiveLog,
11416
12016
  PutObjectOutputFilterSensitiveLog,