@gemeentenijmegen/webapp 1.1.9 → 1.1.10

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 (496) hide show
  1. package/.jsii +12 -12
  2. package/lib/webapp/Criticality.js +1 -1
  3. package/lib/webapp/Webapp.js +1 -1
  4. package/lib/webapp/Webpage.js +1 -1
  5. package/lib/webapp/util/Files.js +1 -1
  6. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +1 -1
  7. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +35 -22
  8. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +22 -12
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +4 -3
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +4 -0
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +14 -11
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +16 -13
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +26 -16
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +12 -10
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +2 -1
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +18 -13
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +26 -20
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +2 -1
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +12 -10
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +2 -2
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +1 -1
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +1 -3
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +10 -8
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +2 -6
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +16 -12
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +16 -12
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +28 -35
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +14 -11
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +19 -17
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +12 -10
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +12 -10
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +2 -1
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +18 -13
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +22 -14
  37. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +24 -15
  38. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +16 -12
  39. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +7 -8
  40. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +28 -35
  41. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +16 -12
  42. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -2
  43. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +6 -6
  44. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +17 -13
  45. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +2 -1
  46. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +16 -12
  47. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +36 -20
  48. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +18 -18
  49. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +16 -12
  50. package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +240 -112
  52. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  53. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +37 -10
  54. package/node_modules/@aws-sdk/client-dynamodb/package.json +23 -23
  55. package/node_modules/@aws-sdk/client-s3/README.md +48 -0
  56. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +739 -139
  57. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +12 -0
  58. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +31 -0
  59. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +26 -0
  60. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +28 -0
  61. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +1 -1
  62. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
  63. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +31 -0
  64. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +31 -0
  65. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +6 -0
  66. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +18 -23
  67. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +36 -0
  68. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +422 -20
  69. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +42 -0
  70. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +8 -2
  71. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +17 -22
  72. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -58
  73. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +107 -110
  74. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +93 -83
  75. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +182 -0
  76. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +25 -12
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +99 -116
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +47 -52
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +7 -9
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -12
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -5
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +16 -18
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -6
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +23 -28
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +114 -0
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +26 -8
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +9 -12
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +5 -6
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +20 -23
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +5 -7
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -3
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +9 -10
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +37 -23
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +7 -7
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +37 -44
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +6 -6
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +14 -17
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +17 -12
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +8 -11
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +4 -6
  102. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +17 -20
  103. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  104. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +6 -8
  105. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +28 -37
  106. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +4 -5
  107. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -3
  108. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +146 -0
  109. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +25 -8
  110. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +10 -11
  111. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +7 -8
  112. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +19 -6
  113. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +24 -29
  114. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +5 -6
  115. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +12 -13
  116. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +2 -3
  117. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -3
  118. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -3
  119. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +6 -7
  120. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +9 -11
  121. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +56 -71
  122. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +68 -83
  123. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -2
  124. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -3
  125. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -2
  126. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +8 -10
  127. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +4 -5
  128. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +10 -12
  129. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +34 -35
  130. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +53 -64
  131. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +14 -17
  132. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -0
  133. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +12 -15
  134. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +15 -18
  135. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +19 -10
  136. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +10 -9
  137. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +49 -50
  138. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +15 -10
  139. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +17 -9
  140. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +29 -32
  141. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +30 -26
  142. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +14 -18
  143. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +60 -60
  144. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +23 -25
  145. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +23 -27
  146. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +41 -49
  147. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +12 -12
  148. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +33 -37
  149. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +51 -60
  150. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +35 -31
  151. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +12 -14
  152. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +29 -35
  153. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -6
  154. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +24 -29
  155. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +32 -39
  156. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +4 -5
  157. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +21 -27
  158. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +20 -23
  159. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +19 -18
  160. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +53 -58
  161. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +68 -70
  162. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -3
  163. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +10 -11
  164. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +4 -4
  165. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +18 -24
  166. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +10 -12
  167. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +138 -0
  168. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +78 -87
  169. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +50 -59
  170. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +161 -0
  171. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +113 -0
  172. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +65 -75
  173. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +81 -97
  174. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +31 -35
  175. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +6 -0
  176. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  177. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +2789 -3602
  178. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +2226 -711
  179. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +54 -0
  180. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +126 -0
  181. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +36 -0
  182. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +47 -0
  183. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +47 -0
  184. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +51 -0
  185. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
  186. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
  187. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
  188. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
  189. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  190. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
  191. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  192. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +47 -0
  193. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +47 -0
  194. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +47 -0
  195. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +6 -0
  196. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  197. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +107 -209
  198. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +261 -0
  199. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +72 -0
  200. package/node_modules/@aws-sdk/client-s3/package.json +34 -32
  201. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  202. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  203. package/node_modules/@aws-sdk/client-secrets-manager/package.json +21 -21
  204. package/node_modules/@aws-sdk/client-ssm/README.md +3 -2
  205. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +15 -7
  206. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +1 -1
  207. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +4 -6
  208. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +8 -1
  209. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +1 -0
  210. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +3 -2
  211. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +3 -2
  212. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +3 -0
  213. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +3 -0
  214. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -1
  215. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +3 -0
  216. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +2 -1
  217. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAccessTokenCommand.d.ts +2 -1
  218. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +3 -0
  219. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +3 -0
  220. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +3 -0
  221. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +3 -0
  222. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +5 -0
  223. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +7 -0
  224. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -1
  225. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAccessRequestCommand.d.ts +4 -2
  226. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +3 -0
  227. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +3 -0
  228. package/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  229. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +3 -2
  230. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +39 -28
  231. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +95 -21
  232. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +17 -1
  233. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -4
  234. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -4
  235. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  236. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +5 -7
  237. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +11 -4
  238. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +4 -0
  239. package/node_modules/@aws-sdk/client-ssm/package.json +22 -22
  240. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  241. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  242. package/node_modules/@aws-sdk/client-sso/package.json +20 -20
  243. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  244. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +8 -9
  245. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  246. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  247. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +7 -10
  248. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  249. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  250. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +2 -2
  251. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  252. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  253. package/node_modules/@aws-sdk/core/package.json +5 -5
  254. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  255. package/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
  256. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  257. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  258. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  259. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  260. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  261. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +2 -2
  262. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +2 -2
  263. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +2 -2
  264. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +5 -5
  265. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  266. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +2 -2
  267. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  268. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  269. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +6 -6
  270. package/node_modules/@aws-sdk/middleware-ssec/package.json +2 -2
  271. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  272. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +1 -1
  273. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +1 -1
  274. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +4 -1
  275. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +4 -1
  276. package/node_modules/@aws-sdk/nested-clients/package.json +20 -20
  277. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  278. package/node_modules/@aws-sdk/s3-request-presigner/package.json +7 -7
  279. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -3
  280. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  281. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  282. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  283. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  284. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  285. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  286. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  287. package/node_modules/@aws-sdk/types/package.json +1 -1
  288. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +30 -0
  289. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  290. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  291. package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  292. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  293. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  294. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  295. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -2
  296. package/node_modules/@aws-sdk/util-format-url/package.json +2 -2
  297. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  298. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  299. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +4 -4
  300. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.adoc +213 -0
  301. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.md +1 -126
  302. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
  303. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +28 -2
  304. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.d.ts +2 -19
  305. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.js +18 -7
  306. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.d.ts +2 -0
  307. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.js +5 -1
  308. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +1 -1
  309. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +181 -11
  310. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +5 -4
  311. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +8 -8
  312. package/node_modules/@gemeentenijmegen/apiclient/package.json +10 -10
  313. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +6 -6
  314. package/node_modules/@gemeentenijmegen/session/package.json +3 -3
  315. package/node_modules/@gemeentenijmegen/utils/package.json +9 -9
  316. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +67 -8
  317. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +20 -20
  318. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +80 -6
  319. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +39 -3
  320. package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  321. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
  322. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  323. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +20 -20
  324. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  325. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  326. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  327. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +10 -0
  328. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  329. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  330. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
  331. package/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  332. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  333. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  334. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  335. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  336. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  337. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  338. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  339. package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  340. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  341. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  342. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  343. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  344. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  345. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  346. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  347. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  348. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  349. package/node_modules/@smithy/core/package.json +13 -12
  350. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  351. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  352. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  353. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  354. package/node_modules/@smithy/fetch-http-handler/package.json +1 -1
  355. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  356. package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  357. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  358. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  359. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  360. package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  361. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  362. package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  363. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  364. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  365. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  366. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  367. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  368. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  369. package/node_modules/@smithy/middleware-retry/package.json +4 -4
  370. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  371. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  372. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  373. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  374. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  375. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  376. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  377. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  378. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  379. package/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  380. package/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  381. package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  382. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  383. package/node_modules/@smithy/service-error-classification/package.json +1 -1
  384. package/node_modules/@smithy/smithy-client/package.json +4 -4
  385. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  386. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  387. package/node_modules/@smithy/util-retry/package.json +2 -2
  388. package/node_modules/@smithy/util-stream/package.json +3 -3
  389. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +27 -8
  390. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +27 -8
  391. package/node_modules/@smithy/util-waiter/package.json +1 -1
  392. package/node_modules/@types/aws-lambda/README.md +1 -1
  393. package/node_modules/@types/aws-lambda/handler.d.ts +1 -0
  394. package/node_modules/@types/aws-lambda/package.json +2 -2
  395. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts +2 -0
  396. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/pre-token-generation-v3.d.ts +50 -0
  397. package/node_modules/aproba/index.js +1 -1
  398. package/node_modules/aproba/package.json +1 -1
  399. package/node_modules/axios/CHANGELOG.md +17 -0
  400. package/node_modules/axios/README.md +1 -4
  401. package/node_modules/axios/dist/axios.js +39 -5
  402. package/node_modules/axios/dist/axios.js.map +1 -1
  403. package/node_modules/axios/dist/axios.min.js +2 -2
  404. package/node_modules/axios/dist/axios.min.js.map +1 -1
  405. package/node_modules/axios/dist/browser/axios.cjs +46 -9
  406. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  407. package/node_modules/axios/dist/esm/axios.js +46 -9
  408. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  409. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  410. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  411. package/node_modules/axios/dist/node/axios.cjs +46 -9
  412. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  413. package/node_modules/axios/index.d.cts +13 -2
  414. package/node_modules/axios/lib/core/Axios.js +2 -2
  415. package/node_modules/axios/lib/core/mergeConfig.js +1 -1
  416. package/node_modules/axios/lib/env/data.js +1 -1
  417. package/node_modules/axios/lib/helpers/throttle.js +1 -1
  418. package/node_modules/axios/lib/helpers/toURLEncodedForm.js +4 -3
  419. package/node_modules/axios/lib/utils.js +36 -0
  420. package/node_modules/axios/package.json +5 -5
  421. package/node_modules/dotenv/CHANGELOG.md +17 -1
  422. package/node_modules/dotenv/README-es.md +0 -19
  423. package/node_modules/dotenv/README.md +7 -14
  424. package/node_modules/dotenv/SECURITY.md +1 -0
  425. package/node_modules/dotenv/lib/cli-options.js +8 -2
  426. package/node_modules/dotenv/lib/env-options.js +4 -0
  427. package/node_modules/dotenv/lib/main.d.ts +12 -3
  428. package/node_modules/dotenv/lib/main.js +31 -5
  429. package/node_modules/dotenv/package.json +2 -2
  430. package/node_modules/fast-xml-parser/CHANGELOG.md +77 -0
  431. package/node_modules/fast-xml-parser/README.md +39 -52
  432. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  433. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  434. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  435. package/node_modules/fast-xml-parser/lib/fxp.d.cts +458 -0
  436. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  437. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  438. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  439. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  440. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
  441. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
  442. package/node_modules/fast-xml-parser/package.json +36 -20
  443. package/node_modules/fast-xml-parser/src/cli/cli.js +16 -12
  444. package/node_modules/fast-xml-parser/src/cli/man.js +6 -1
  445. package/node_modules/fast-xml-parser/src/cli/read.js +30 -79
  446. package/node_modules/fast-xml-parser/src/fxp.d.ts +52 -9
  447. package/node_modules/fast-xml-parser/src/fxp.js +11 -8
  448. package/node_modules/fast-xml-parser/src/ignoreAttributes.js +18 -0
  449. package/node_modules/fast-xml-parser/src/util.js +14 -18
  450. package/node_modules/fast-xml-parser/src/{v5 → v6}/CharsSymbol.js +1 -1
  451. package/node_modules/fast-xml-parser/src/{v5 → v6}/EntitiesParser.js +3 -6
  452. package/node_modules/fast-xml-parser/src/{v5 → v6}/OptionsBuilder.js +3 -6
  453. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/BaseOutputBuilder.js +1 -3
  454. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsArrBuilder.js +3 -3
  455. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsMinArrBuilder.js +3 -5
  456. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsObjBuilder.js +3 -5
  457. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/ParserOptionsBuilder.js +6 -11
  458. package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPath.js +1 -1
  459. package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPathMatcher.js +3 -5
  460. package/node_modules/fast-xml-parser/src/{v5 → v6}/XMLParser.js +3 -5
  461. package/node_modules/fast-xml-parser/src/{v5 → v6}/Xml2JsParser.js +8 -10
  462. package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlPartReader.js +24 -26
  463. package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlSpecialTagsReader.js +5 -12
  464. package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/BufferSource.js +1 -3
  465. package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/StringSource.js +1 -3
  466. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/EntitiesParser.js +3 -5
  467. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParser.js +1 -2
  468. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParserExt.js +1 -2
  469. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/currency.js +1 -3
  470. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/join.js +1 -2
  471. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/number.js +2 -4
  472. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/trim.js +1 -3
  473. package/node_modules/fast-xml-parser/src/validator.js +5 -5
  474. package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +17 -13
  475. package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +1 -2
  476. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +288 -71
  477. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +3 -5
  478. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +28 -23
  479. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +21 -8
  480. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +8 -2
  481. package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +22 -7
  482. package/node_modules/form-data/CHANGELOG.md +601 -0
  483. package/node_modules/form-data/{README.md.bak → README.md} +4 -4
  484. package/node_modules/form-data/lib/form_data.js +2 -6
  485. package/node_modules/form-data/package.json +22 -6
  486. package/node_modules/strnum/.github/SECURITY.md +5 -0
  487. package/node_modules/strnum/CHANGELOG.md +11 -0
  488. package/node_modules/strnum/algo.stflow +84 -0
  489. package/node_modules/strnum/package.json +2 -1
  490. package/node_modules/strnum/strnum.js +53 -35
  491. package/node_modules/strnum/strnum.test.js +9 -1
  492. package/node_modules/strnum/test.js +9 -0
  493. package/package.json +18 -18
  494. package/node_modules/form-data/Readme.md +0 -355
  495. /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/{architecture.png → aws-lambda-dynamodb.png} +0 -0
  496. /package/node_modules/fast-xml-parser/src/{v5 → v6}/Report.js +0 -0
@@ -3,8 +3,9 @@ import { XmlNode as __XmlNode, XmlText as __XmlText } from "@aws-sdk/xml-builder
3
3
  import { requestBuilder as rb } from "@smithy/core";
4
4
  import { isValidHostname as __isValidHostname, } from "@smithy/protocol-http";
5
5
  import { collectBody, dateToUtcString as __dateToUtcString, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, expectUnion as __expectUnion, getArrayIfSingleItem as __getArrayIfSingleItem, isSerializableHeaderValue, map, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, parseRfc7231DateTime as __parseRfc7231DateTime, quoteHeader as __quoteHeader, serializeDateTime as __serializeDateTime, strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, } from "@smithy/smithy-client";
6
+ import { v4 as generateIdempotencyToken } from "uuid";
6
7
  import { AnalyticsFilter, BucketAlreadyExists, BucketAlreadyOwnedByYou, InvalidObjectState, MetricsFilter, NoSuchBucket, NoSuchKey, NoSuchUpload, NotFound, ObjectNotInActiveTierError, } from "../models/models_0";
7
- import { EncryptionTypeMismatch, InvalidRequest, InvalidWriteOffset, ObjectAlreadyInActiveTierError, TooManyParts, } from "../models/models_1";
8
+ import { EncryptionTypeMismatch, IdempotencyParameterMismatch, InvalidRequest, InvalidWriteOffset, ObjectAlreadyInActiveTierError, TooManyParts, } from "../models/models_1";
8
9
  import { S3ServiceException as __BaseException } from "../models/S3ServiceException";
9
10
  export const se_AbortMultipartUploadCommand = async (input, context) => {
10
11
  const b = rb(input, context);
@@ -144,6 +145,30 @@ export const se_CreateBucketCommand = async (input, context) => {
144
145
  b.m("PUT").h(headers).b(body);
145
146
  return b.build();
146
147
  };
148
+ export const se_CreateBucketMetadataConfigurationCommand = async (input, context) => {
149
+ const b = rb(input, context);
150
+ const headers = map({}, isSerializableHeaderValue, {
151
+ "content-type": "application/xml",
152
+ [_cm]: input[_CMD],
153
+ [_xasca]: input[_CA],
154
+ [_xaebo]: input[_EBO],
155
+ });
156
+ b.bp("/");
157
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
158
+ const query = map({
159
+ [_mC]: [, ""],
160
+ });
161
+ let body;
162
+ let contents;
163
+ if (input.MetadataConfiguration !== undefined) {
164
+ contents = se_MetadataConfiguration(input.MetadataConfiguration, context);
165
+ body = _ve;
166
+ contents.a("xmlns", "http://s3.amazonaws.com/doc/2006-03-01/");
167
+ body += contents.toString();
168
+ }
169
+ b.m("POST").h(headers).q(query).b(body);
170
+ return b.build();
171
+ };
147
172
  export const se_CreateBucketMetadataTableConfigurationCommand = async (input, context) => {
148
173
  const b = rb(input, context);
149
174
  const headers = map({}, isSerializableHeaderValue, {
@@ -289,7 +314,9 @@ export const se_DeleteBucketEncryptionCommand = async (input, context) => {
289
314
  };
290
315
  export const se_DeleteBucketIntelligentTieringConfigurationCommand = async (input, context) => {
291
316
  const b = rb(input, context);
292
- const headers = {};
317
+ const headers = map({}, isSerializableHeaderValue, {
318
+ [_xaebo]: input[_EBO],
319
+ });
293
320
  b.bp("/");
294
321
  b.p("Bucket", () => input.Bucket, "{Bucket}", false);
295
322
  const query = map({
@@ -329,6 +356,20 @@ export const se_DeleteBucketLifecycleCommand = async (input, context) => {
329
356
  b.m("DELETE").h(headers).q(query).b(body);
330
357
  return b.build();
331
358
  };
359
+ export const se_DeleteBucketMetadataConfigurationCommand = async (input, context) => {
360
+ const b = rb(input, context);
361
+ const headers = map({}, isSerializableHeaderValue, {
362
+ [_xaebo]: input[_EBO],
363
+ });
364
+ b.bp("/");
365
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
366
+ const query = map({
367
+ [_mC]: [, ""],
368
+ });
369
+ let body;
370
+ b.m("DELETE").h(headers).q(query).b(body);
371
+ return b.build();
372
+ };
332
373
  export const se_DeleteBucketMetadataTableConfigurationCommand = async (input, context) => {
333
374
  const b = rb(input, context);
334
375
  const headers = map({}, isSerializableHeaderValue, {
@@ -581,7 +622,9 @@ export const se_GetBucketEncryptionCommand = async (input, context) => {
581
622
  };
582
623
  export const se_GetBucketIntelligentTieringConfigurationCommand = async (input, context) => {
583
624
  const b = rb(input, context);
584
- const headers = {};
625
+ const headers = map({}, isSerializableHeaderValue, {
626
+ [_xaebo]: input[_EBO],
627
+ });
585
628
  b.bp("/");
586
629
  b.p("Bucket", () => input.Bucket, "{Bucket}", false);
587
630
  const query = map({
@@ -651,6 +694,20 @@ export const se_GetBucketLoggingCommand = async (input, context) => {
651
694
  b.m("GET").h(headers).q(query).b(body);
652
695
  return b.build();
653
696
  };
697
+ export const se_GetBucketMetadataConfigurationCommand = async (input, context) => {
698
+ const b = rb(input, context);
699
+ const headers = map({}, isSerializableHeaderValue, {
700
+ [_xaebo]: input[_EBO],
701
+ });
702
+ b.bp("/");
703
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
704
+ const query = map({
705
+ [_mC]: [, ""],
706
+ });
707
+ let body;
708
+ b.m("GET").h(headers).q(query).b(body);
709
+ return b.build();
710
+ };
654
711
  export const se_GetBucketMetadataTableConfigurationCommand = async (input, context) => {
655
712
  const b = rb(input, context);
656
713
  const headers = map({}, isSerializableHeaderValue, {
@@ -1036,7 +1093,9 @@ export const se_ListBucketAnalyticsConfigurationsCommand = async (input, context
1036
1093
  };
1037
1094
  export const se_ListBucketIntelligentTieringConfigurationsCommand = async (input, context) => {
1038
1095
  const b = rb(input, context);
1039
- const headers = {};
1096
+ const headers = map({}, isSerializableHeaderValue, {
1097
+ [_xaebo]: input[_EBO],
1098
+ });
1040
1099
  b.bp("/");
1041
1100
  b.p("Bucket", () => input.Bucket, "{Bucket}", false);
1042
1101
  const query = map({
@@ -1342,9 +1401,10 @@ export const se_PutBucketEncryptionCommand = async (input, context) => {
1342
1401
  };
1343
1402
  export const se_PutBucketIntelligentTieringConfigurationCommand = async (input, context) => {
1344
1403
  const b = rb(input, context);
1345
- const headers = {
1404
+ const headers = map({}, isSerializableHeaderValue, {
1346
1405
  "content-type": "application/xml",
1347
- };
1406
+ [_xaebo]: input[_EBO],
1407
+ });
1348
1408
  b.bp("/");
1349
1409
  b.p("Bucket", () => input.Bucket, "{Bucket}", false);
1350
1410
  const query = map({
@@ -1877,6 +1937,30 @@ export const se_PutPublicAccessBlockCommand = async (input, context) => {
1877
1937
  b.m("PUT").h(headers).q(query).b(body);
1878
1938
  return b.build();
1879
1939
  };
1940
+ export const se_RenameObjectCommand = async (input, context) => {
1941
+ const b = rb(input, context);
1942
+ const headers = map({}, isSerializableHeaderValue, {
1943
+ [_xars]: input[_RS],
1944
+ [_im]: input[_DIM],
1945
+ [_inm]: input[_DINM],
1946
+ [_ims]: [() => isSerializableHeaderValue(input[_DIMS]), () => __dateToUtcString(input[_DIMS]).toString()],
1947
+ [_ius]: [() => isSerializableHeaderValue(input[_DIUS]), () => __dateToUtcString(input[_DIUS]).toString()],
1948
+ [_xarsim]: input[_SIM],
1949
+ [_xarsinm]: input[_SINM],
1950
+ [_xarsims]: [() => isSerializableHeaderValue(input[_SIMS]), () => __dateToUtcString(input[_SIMS]).toString()],
1951
+ [_xarsius]: [() => isSerializableHeaderValue(input[_SIUS]), () => __dateToUtcString(input[_SIUS]).toString()],
1952
+ [_xact_]: input[_CTl] ?? generateIdempotencyToken(),
1953
+ });
1954
+ b.bp("/{Key+}");
1955
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
1956
+ b.p("Key", () => input.Key, "{Key+}", true);
1957
+ const query = map({
1958
+ [_rO]: [, ""],
1959
+ });
1960
+ let body;
1961
+ b.m("PUT").h(headers).q(query).b(body);
1962
+ return b.build();
1963
+ };
1880
1964
  export const se_RestoreObjectCommand = async (input, context) => {
1881
1965
  const b = rb(input, context);
1882
1966
  const headers = map({}, isSerializableHeaderValue, {
@@ -1941,6 +2025,56 @@ export const se_SelectObjectContentCommand = async (input, context) => {
1941
2025
  b.m("POST").h(headers).q(query).b(body);
1942
2026
  return b.build();
1943
2027
  };
2028
+ export const se_UpdateBucketMetadataInventoryTableConfigurationCommand = async (input, context) => {
2029
+ const b = rb(input, context);
2030
+ const headers = map({}, isSerializableHeaderValue, {
2031
+ "content-type": "application/xml",
2032
+ [_cm]: input[_CMD],
2033
+ [_xasca]: input[_CA],
2034
+ [_xaebo]: input[_EBO],
2035
+ });
2036
+ b.bp("/");
2037
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
2038
+ const query = map({
2039
+ [_mIT]: [, ""],
2040
+ });
2041
+ let body;
2042
+ let contents;
2043
+ if (input.InventoryTableConfiguration !== undefined) {
2044
+ contents = se_InventoryTableConfigurationUpdates(input.InventoryTableConfiguration, context);
2045
+ contents = contents.n("InventoryTableConfiguration");
2046
+ body = _ve;
2047
+ contents.a("xmlns", "http://s3.amazonaws.com/doc/2006-03-01/");
2048
+ body += contents.toString();
2049
+ }
2050
+ b.m("PUT").h(headers).q(query).b(body);
2051
+ return b.build();
2052
+ };
2053
+ export const se_UpdateBucketMetadataJournalTableConfigurationCommand = async (input, context) => {
2054
+ const b = rb(input, context);
2055
+ const headers = map({}, isSerializableHeaderValue, {
2056
+ "content-type": "application/xml",
2057
+ [_cm]: input[_CMD],
2058
+ [_xasca]: input[_CA],
2059
+ [_xaebo]: input[_EBO],
2060
+ });
2061
+ b.bp("/");
2062
+ b.p("Bucket", () => input.Bucket, "{Bucket}", false);
2063
+ const query = map({
2064
+ [_mJT]: [, ""],
2065
+ });
2066
+ let body;
2067
+ let contents;
2068
+ if (input.JournalTableConfiguration !== undefined) {
2069
+ contents = se_JournalTableConfigurationUpdates(input.JournalTableConfiguration, context);
2070
+ contents = contents.n("JournalTableConfiguration");
2071
+ body = _ve;
2072
+ contents.a("xmlns", "http://s3.amazonaws.com/doc/2006-03-01/");
2073
+ body += contents.toString();
2074
+ }
2075
+ b.m("PUT").h(headers).q(query).b(body);
2076
+ return b.build();
2077
+ };
1944
2078
  export const se_UploadPartCommand = async (input, context) => {
1945
2079
  const b = rb(input, context);
1946
2080
  const headers = map({}, isSerializableHeaderValue, {
@@ -2048,7 +2182,7 @@ export const se_WriteGetObjectResponseCommand = async (input, context) => {
2048
2182
  () => __serializeDateTime(input[_OLRUD]).toString(),
2049
2183
  ],
2050
2184
  [_xafhxampc]: [() => isSerializableHeaderValue(input[_PC]), () => input[_PC].toString()],
2051
- [_xafhxars]: input[_RS],
2185
+ [_xafhxars]: input[_RSe],
2052
2186
  [_xafhxarc]: input[_RC],
2053
2187
  [_xafhxar]: input[_Re],
2054
2188
  [_xafhxasse]: input[_SSE],
@@ -2167,6 +2301,17 @@ export const de_CreateBucketCommand = async (output, context) => {
2167
2301
  const contents = map({
2168
2302
  $metadata: deserializeMetadata(output),
2169
2303
  [_L]: [, output.headers[_lo]],
2304
+ [_BA]: [, output.headers[_xaba]],
2305
+ });
2306
+ await collectBody(output.body, context);
2307
+ return contents;
2308
+ };
2309
+ export const de_CreateBucketMetadataConfigurationCommand = async (output, context) => {
2310
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2311
+ return de_CommandError(output, context);
2312
+ }
2313
+ const contents = map({
2314
+ $metadata: deserializeMetadata(output),
2170
2315
  });
2171
2316
  await collectBody(output.body, context);
2172
2317
  return contents;
@@ -2301,6 +2446,16 @@ export const de_DeleteBucketLifecycleCommand = async (output, context) => {
2301
2446
  await collectBody(output.body, context);
2302
2447
  return contents;
2303
2448
  };
2449
+ export const de_DeleteBucketMetadataConfigurationCommand = async (output, context) => {
2450
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
2451
+ return de_CommandError(output, context);
2452
+ }
2453
+ const contents = map({
2454
+ $metadata: deserializeMetadata(output),
2455
+ });
2456
+ await collectBody(output.body, context);
2457
+ return contents;
2458
+ };
2304
2459
  export const de_DeleteBucketMetadataTableConfigurationCommand = async (output, context) => {
2305
2460
  if (output.statusCode !== 204 && output.statusCode >= 300) {
2306
2461
  return de_CommandError(output, context);
@@ -2564,6 +2719,17 @@ export const de_GetBucketLoggingCommand = async (output, context) => {
2564
2719
  }
2565
2720
  return contents;
2566
2721
  };
2722
+ export const de_GetBucketMetadataConfigurationCommand = async (output, context) => {
2723
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2724
+ return de_CommandError(output, context);
2725
+ }
2726
+ const contents = map({
2727
+ $metadata: deserializeMetadata(output),
2728
+ });
2729
+ const data = __expectObject(await parseBody(output.body, context));
2730
+ contents.GetBucketMetadataConfigurationResult = de_GetBucketMetadataConfigurationResult(data, context);
2731
+ return contents;
2732
+ };
2567
2733
  export const de_GetBucketMetadataTableConfigurationCommand = async (output, context) => {
2568
2734
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2569
2735
  return de_CommandError(output, context);
@@ -2768,7 +2934,7 @@ export const de_GetObjectCommand = async (output, context) => {
2768
2934
  [_BKE]: [() => void 0 !== output.headers[_xassebke], () => __parseBoolean(output.headers[_xassebke])],
2769
2935
  [_SC]: [, output.headers[_xasc]],
2770
2936
  [_RC]: [, output.headers[_xarc]],
2771
- [_RS]: [, output.headers[_xars]],
2937
+ [_RSe]: [, output.headers[_xars_]],
2772
2938
  [_PC]: [() => void 0 !== output.headers[_xampc], () => __strictParseInt32(output.headers[_xampc])],
2773
2939
  [_TC]: [() => void 0 !== output.headers[_xatc], () => __strictParseInt32(output.headers[_xatc])],
2774
2940
  [_OLM]: [, output.headers[_xaolm]],
@@ -2921,6 +3087,7 @@ export const de_HeadBucketCommand = async (output, context) => {
2921
3087
  }
2922
3088
  const contents = map({
2923
3089
  $metadata: deserializeMetadata(output),
3090
+ [_BA]: [, output.headers[_xaba]],
2924
3091
  [_BLT]: [, output.headers[_xablt]],
2925
3092
  [_BLN]: [, output.headers[_xabln]],
2926
3093
  [_BR]: [, output.headers[_xabr]],
@@ -2967,8 +3134,9 @@ export const de_HeadObjectCommand = async (output, context) => {
2967
3134
  [_BKE]: [() => void 0 !== output.headers[_xassebke], () => __parseBoolean(output.headers[_xassebke])],
2968
3135
  [_SC]: [, output.headers[_xasc]],
2969
3136
  [_RC]: [, output.headers[_xarc]],
2970
- [_RS]: [, output.headers[_xars]],
3137
+ [_RSe]: [, output.headers[_xars_]],
2971
3138
  [_PC]: [() => void 0 !== output.headers[_xampc], () => __strictParseInt32(output.headers[_xampc])],
3139
+ [_TC]: [() => void 0 !== output.headers[_xatc], () => __strictParseInt32(output.headers[_xatc])],
2972
3140
  [_OLM]: [, output.headers[_xaolm]],
2973
3141
  [_OLRUD]: [
2974
3142
  () => void 0 !== output.headers[_xaolrud],
@@ -3675,6 +3843,16 @@ export const de_PutPublicAccessBlockCommand = async (output, context) => {
3675
3843
  await collectBody(output.body, context);
3676
3844
  return contents;
3677
3845
  };
3846
+ export const de_RenameObjectCommand = async (output, context) => {
3847
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3848
+ return de_CommandError(output, context);
3849
+ }
3850
+ const contents = map({
3851
+ $metadata: deserializeMetadata(output),
3852
+ });
3853
+ await collectBody(output.body, context);
3854
+ return contents;
3855
+ };
3678
3856
  export const de_RestoreObjectCommand = async (output, context) => {
3679
3857
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3680
3858
  return de_CommandError(output, context);
@@ -3698,6 +3876,26 @@ export const de_SelectObjectContentCommand = async (output, context) => {
3698
3876
  contents.Payload = de_SelectObjectContentEventStream(data, context);
3699
3877
  return contents;
3700
3878
  };
3879
+ export const de_UpdateBucketMetadataInventoryTableConfigurationCommand = async (output, context) => {
3880
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3881
+ return de_CommandError(output, context);
3882
+ }
3883
+ const contents = map({
3884
+ $metadata: deserializeMetadata(output),
3885
+ });
3886
+ await collectBody(output.body, context);
3887
+ return contents;
3888
+ };
3889
+ export const de_UpdateBucketMetadataJournalTableConfigurationCommand = async (output, context) => {
3890
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3891
+ return de_CommandError(output, context);
3892
+ }
3893
+ const contents = map({
3894
+ $metadata: deserializeMetadata(output),
3895
+ });
3896
+ await collectBody(output.body, context);
3897
+ return contents;
3898
+ };
3701
3899
  export const de_UploadPartCommand = async (output, context) => {
3702
3900
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3703
3901
  return de_CommandError(output, context);
@@ -3791,6 +3989,9 @@ const de_CommandError = async (output, context) => {
3791
3989
  case "TooManyParts":
3792
3990
  case "com.amazonaws.s3#TooManyParts":
3793
3991
  throw await de_TooManyPartsRes(parsedOutput, context);
3992
+ case "IdempotencyParameterMismatch":
3993
+ case "com.amazonaws.s3#IdempotencyParameterMismatch":
3994
+ throw await de_IdempotencyParameterMismatchRes(parsedOutput, context);
3794
3995
  case "ObjectAlreadyInActiveTierError":
3795
3996
  case "com.amazonaws.s3#ObjectAlreadyInActiveTierError":
3796
3997
  throw await de_ObjectAlreadyInActiveTierErrorRes(parsedOutput, context);
@@ -3831,6 +4032,15 @@ const de_EncryptionTypeMismatchRes = async (parsedOutput, context) => {
3831
4032
  });
3832
4033
  return __decorateServiceException(exception, parsedOutput.body);
3833
4034
  };
4035
+ const de_IdempotencyParameterMismatchRes = async (parsedOutput, context) => {
4036
+ const contents = map({});
4037
+ const data = parsedOutput.body;
4038
+ const exception = new IdempotencyParameterMismatch({
4039
+ $metadata: deserializeMetadata(parsedOutput),
4040
+ ...contents,
4041
+ });
4042
+ return __decorateServiceException(exception, parsedOutput.body);
4043
+ };
3834
4044
  const de_InvalidObjectStateRes = async (parsedOutput, context) => {
3835
4045
  const contents = map({});
3836
4046
  const data = parsedOutput.body;
@@ -3954,7 +4164,7 @@ const de_SelectObjectContentEventStream = (output, context) => {
3954
4164
  End: await de_EndEvent_event(event["End"], context),
3955
4165
  };
3956
4166
  }
3957
- return { $unknown: output };
4167
+ return { $unknown: event };
3958
4168
  });
3959
4169
  };
3960
4170
  const de_ContinuationEvent_event = async (output, context) => {
@@ -4194,6 +4404,7 @@ const se_CreateBucketConfiguration = (input, context) => {
4194
4404
  if (input[_B] != null) {
4195
4405
  bn.c(se_BucketInfo(input[_B], context).n(_B));
4196
4406
  }
4407
+ bn.lc(input, "Tags", "Tags", () => se_TagSet(input[_Tag], context));
4197
4408
  return bn;
4198
4409
  };
4199
4410
  const se_CSVInput = (input, context) => {
@@ -4494,6 +4705,43 @@ const se_InventorySchedule = (input, context) => {
4494
4705
  }
4495
4706
  return bn;
4496
4707
  };
4708
+ const se_InventoryTableConfiguration = (input, context) => {
4709
+ const bn = new __XmlNode(_ITCn);
4710
+ if (input[_CSo] != null) {
4711
+ bn.c(__XmlNode.of(_ICS, input[_CSo]).n(_CSo));
4712
+ }
4713
+ if (input[_ECn] != null) {
4714
+ bn.c(se_MetadataTableEncryptionConfiguration(input[_ECn], context).n(_ECn));
4715
+ }
4716
+ return bn;
4717
+ };
4718
+ const se_InventoryTableConfigurationUpdates = (input, context) => {
4719
+ const bn = new __XmlNode(_ITCU);
4720
+ if (input[_CSo] != null) {
4721
+ bn.c(__XmlNode.of(_ICS, input[_CSo]).n(_CSo));
4722
+ }
4723
+ if (input[_ECn] != null) {
4724
+ bn.c(se_MetadataTableEncryptionConfiguration(input[_ECn], context).n(_ECn));
4725
+ }
4726
+ return bn;
4727
+ };
4728
+ const se_JournalTableConfiguration = (input, context) => {
4729
+ const bn = new __XmlNode(_JTC);
4730
+ if (input[_REe] != null) {
4731
+ bn.c(se_RecordExpiration(input[_REe], context).n(_REe));
4732
+ }
4733
+ if (input[_ECn] != null) {
4734
+ bn.c(se_MetadataTableEncryptionConfiguration(input[_ECn], context).n(_ECn));
4735
+ }
4736
+ return bn;
4737
+ };
4738
+ const se_JournalTableConfigurationUpdates = (input, context) => {
4739
+ const bn = new __XmlNode(_JTCU);
4740
+ if (input[_REe] != null) {
4741
+ bn.c(se_RecordExpiration(input[_REe], context).n(_REe));
4742
+ }
4743
+ return bn;
4744
+ };
4497
4745
  const se_JSONInput = (input, context) => {
4498
4746
  const bn = new __XmlNode(_JSONI);
4499
4747
  if (input[_Ty] != null) {
@@ -4621,6 +4869,16 @@ const se_LoggingEnabled = (input, context) => {
4621
4869
  }
4622
4870
  return bn;
4623
4871
  };
4872
+ const se_MetadataConfiguration = (input, context) => {
4873
+ const bn = new __XmlNode(_MCe);
4874
+ if (input[_JTC] != null) {
4875
+ bn.c(se_JournalTableConfiguration(input[_JTC], context).n(_JTC));
4876
+ }
4877
+ if (input[_ITCn] != null) {
4878
+ bn.c(se_InventoryTableConfiguration(input[_ITCn], context).n(_ITCn));
4879
+ }
4880
+ return bn;
4881
+ };
4624
4882
  const se_MetadataEntry = (input, context) => {
4625
4883
  const bn = new __XmlNode(_ME);
4626
4884
  if (input[_N] != null) {
@@ -4638,6 +4896,14 @@ const se_MetadataTableConfiguration = (input, context) => {
4638
4896
  }
4639
4897
  return bn;
4640
4898
  };
4899
+ const se_MetadataTableEncryptionConfiguration = (input, context) => {
4900
+ const bn = new __XmlNode(_MTEC);
4901
+ if (input[_SAs] != null) {
4902
+ bn.c(__XmlNode.of(_TSA, input[_SAs]).n(_SAs));
4903
+ }
4904
+ bn.cc(input, _KKA);
4905
+ return bn;
4906
+ };
4641
4907
  const se_Metrics = (input, context) => {
4642
4908
  const bn = new __XmlNode(_Me);
4643
4909
  if (input[_S] != null) {
@@ -4890,6 +5156,16 @@ const se_QueueConfigurationList = (input, context) => {
4890
5156
  return n.n(_me);
4891
5157
  });
4892
5158
  };
5159
+ const se_RecordExpiration = (input, context) => {
5160
+ const bn = new __XmlNode(_REe);
5161
+ if (input[_Exp] != null) {
5162
+ bn.c(__XmlNode.of(_ESxp, input[_Exp]).n(_Exp));
5163
+ }
5164
+ if (input[_Da] != null) {
5165
+ bn.c(__XmlNode.of(_RED, String(input[_Da])).n(_Da));
5166
+ }
5167
+ return bn;
5168
+ };
4893
5169
  const se_Redirect = (input, context) => {
4894
5170
  const bn = new __XmlNode(_Red);
4895
5171
  bn.cc(input, _HN);
@@ -5443,6 +5719,9 @@ const de_Bucket = (output, context) => {
5443
5719
  if (output[_BR] != null) {
5444
5720
  contents[_BR] = __expectString(output[_BR]);
5445
5721
  }
5722
+ if (output[_BA] != null) {
5723
+ contents[_BA] = __expectString(output[_BA]);
5724
+ }
5446
5725
  return contents;
5447
5726
  };
5448
5727
  const de_Buckets = (output, context) => {
@@ -5697,6 +5976,19 @@ const de_Destination = (output, context) => {
5697
5976
  }
5698
5977
  return contents;
5699
5978
  };
5979
+ const de_DestinationResult = (output, context) => {
5980
+ const contents = {};
5981
+ if (output[_TBT] != null) {
5982
+ contents[_TBT] = __expectString(output[_TBT]);
5983
+ }
5984
+ if (output[_TBA] != null) {
5985
+ contents[_TBA] = __expectString(output[_TBA]);
5986
+ }
5987
+ if (output[_TNa] != null) {
5988
+ contents[_TNa] = __expectString(output[_TNa]);
5989
+ }
5990
+ return contents;
5991
+ };
5700
5992
  const de_EncryptionConfiguration = (output, context) => {
5701
5993
  const contents = {};
5702
5994
  if (output[_RKKID] != null) {
@@ -5790,6 +6082,13 @@ const de_FilterRuleList = (output, context) => {
5790
6082
  return de_FilterRule(entry, context);
5791
6083
  });
5792
6084
  };
6085
+ const de_GetBucketMetadataConfigurationResult = (output, context) => {
6086
+ const contents = {};
6087
+ if (output[_MCR] != null) {
6088
+ contents[_MCR] = de_MetadataConfigurationResult(output[_MCR], context);
6089
+ }
6090
+ return contents;
6091
+ };
5793
6092
  const de_GetBucketMetadataTableConfigurationResult = (output, context) => {
5794
6093
  const contents = {};
5795
6094
  if (output[_MTCR] != null) {
@@ -6025,6 +6324,44 @@ const de_InventorySchedule = (output, context) => {
6025
6324
  }
6026
6325
  return contents;
6027
6326
  };
6327
+ const de_InventoryTableConfigurationResult = (output, context) => {
6328
+ const contents = {};
6329
+ if (output[_CSo] != null) {
6330
+ contents[_CSo] = __expectString(output[_CSo]);
6331
+ }
6332
+ if (output[_TSa] != null) {
6333
+ contents[_TSa] = __expectString(output[_TSa]);
6334
+ }
6335
+ if (output[_Er] != null) {
6336
+ contents[_Er] = de_ErrorDetails(output[_Er], context);
6337
+ }
6338
+ if (output[_TN] != null) {
6339
+ contents[_TN] = __expectString(output[_TN]);
6340
+ }
6341
+ if (output[_TAa] != null) {
6342
+ contents[_TAa] = __expectString(output[_TAa]);
6343
+ }
6344
+ return contents;
6345
+ };
6346
+ const de_JournalTableConfigurationResult = (output, context) => {
6347
+ const contents = {};
6348
+ if (output[_TSa] != null) {
6349
+ contents[_TSa] = __expectString(output[_TSa]);
6350
+ }
6351
+ if (output[_Er] != null) {
6352
+ contents[_Er] = de_ErrorDetails(output[_Er], context);
6353
+ }
6354
+ if (output[_TN] != null) {
6355
+ contents[_TN] = __expectString(output[_TN]);
6356
+ }
6357
+ if (output[_TAa] != null) {
6358
+ contents[_TAa] = __expectString(output[_TAa]);
6359
+ }
6360
+ if (output[_REe] != null) {
6361
+ contents[_REe] = de_RecordExpiration(output[_REe], context);
6362
+ }
6363
+ return contents;
6364
+ };
6028
6365
  const de_LambdaFunctionConfiguration = (output, context) => {
6029
6366
  const contents = {};
6030
6367
  if (output[_I] != null) {
@@ -6165,6 +6502,19 @@ const de_LoggingEnabled = (output, context) => {
6165
6502
  }
6166
6503
  return contents;
6167
6504
  };
6505
+ const de_MetadataConfigurationResult = (output, context) => {
6506
+ const contents = {};
6507
+ if (output[_DRes] != null) {
6508
+ contents[_DRes] = de_DestinationResult(output[_DRes], context);
6509
+ }
6510
+ if (output[_JTCR] != null) {
6511
+ contents[_JTCR] = de_JournalTableConfigurationResult(output[_JTCR], context);
6512
+ }
6513
+ if (output[_ITCR] != null) {
6514
+ contents[_ITCR] = de_InventoryTableConfigurationResult(output[_ITCR], context);
6515
+ }
6516
+ return contents;
6517
+ };
6168
6518
  const de_MetadataTableConfigurationResult = (output, context) => {
6169
6519
  const contents = {};
6170
6520
  if (output[_STDR] != null) {
@@ -6341,8 +6691,8 @@ const de__Object = (output, context) => {
6341
6691
  if (output[_O] != null) {
6342
6692
  contents[_O] = de_Owner(output[_O], context);
6343
6693
  }
6344
- if (output[_RSe] != null) {
6345
- contents[_RSe] = de_RestoreStatus(output[_RSe], context);
6694
+ if (output[_RSes] != null) {
6695
+ contents[_RSes] = de_RestoreStatus(output[_RSes], context);
6346
6696
  }
6347
6697
  return contents;
6348
6698
  };
@@ -6447,8 +6797,8 @@ const de_ObjectVersion = (output, context) => {
6447
6797
  if (output[_O] != null) {
6448
6798
  contents[_O] = de_Owner(output[_O], context);
6449
6799
  }
6450
- if (output[_RSe] != null) {
6451
- contents[_RSe] = de_RestoreStatus(output[_RSe], context);
6800
+ if (output[_RSes] != null) {
6801
+ contents[_RSes] = de_RestoreStatus(output[_RSes], context);
6452
6802
  }
6453
6803
  return contents;
6454
6804
  };
@@ -6607,6 +6957,16 @@ const de_QueueConfigurationList = (output, context) => {
6607
6957
  return de_QueueConfiguration(entry, context);
6608
6958
  });
6609
6959
  };
6960
+ const de_RecordExpiration = (output, context) => {
6961
+ const contents = {};
6962
+ if (output[_Exp] != null) {
6963
+ contents[_Exp] = __expectString(output[_Exp]);
6964
+ }
6965
+ if (output[_Da] != null) {
6966
+ contents[_Da] = __strictParseInt32(output[_Da]);
6967
+ }
6968
+ return contents;
6969
+ };
6610
6970
  const de_Redirect = (output, context) => {
6611
6971
  const contents = {};
6612
6972
  if (output[_HN] != null) {
@@ -6742,8 +7102,8 @@ const de_RestoreStatus = (output, context) => {
6742
7102
  if (output[_IRIP] != null) {
6743
7103
  contents[_IRIP] = __parseBoolean(output[_IRIP]);
6744
7104
  }
6745
- if (output[_RED] != null) {
6746
- contents[_RED] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_RED]));
7105
+ if (output[_REDe] != null) {
7106
+ contents[_REDe] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_REDe]));
6747
7107
  }
6748
7108
  return contents;
6749
7109
  };
@@ -7053,6 +7413,7 @@ const _ASSEBD = "ApplyServerSideEncryptionByDefault";
7053
7413
  const _AT = "AccessTier";
7054
7414
  const _Ac = "Account";
7055
7415
  const _B = "Bucket";
7416
+ const _BA = "BucketArn";
7056
7417
  const _BAI = "BucketAccountId";
7057
7418
  const _BAS = "BucketAccelerateStatus";
7058
7419
  const _BGR = "BypassGovernanceRetention";
@@ -7114,7 +7475,9 @@ const _CSV = "CSV";
7114
7475
  const _CSVI = "CopySourceVersionId";
7115
7476
  const _CSVIn = "CSVInput";
7116
7477
  const _CSVO = "CSVOutput";
7478
+ const _CSo = "ConfigurationState";
7117
7479
  const _CT = "ChecksumType";
7480
+ const _CTl = "ClientToken";
7118
7481
  const _CTo = "ContentType";
7119
7482
  const _CTom = "CompressionType";
7120
7483
  const _CTon = "ContinuationToken";
@@ -7126,6 +7489,10 @@ const _Con = "Condition";
7126
7489
  const _D = "Delimiter";
7127
7490
  const _DAI = "DaysAfterInitiation";
7128
7491
  const _DE = "DataExport";
7492
+ const _DIM = "DestinationIfMatch";
7493
+ const _DIMS = "DestinationIfModifiedSince";
7494
+ const _DINM = "DestinationIfNoneMatch";
7495
+ const _DIUS = "DestinationIfUnmodifiedSince";
7129
7496
  const _DM = "DeleteMarker";
7130
7497
  const _DMR = "DeleteMarkerReplication";
7131
7498
  const _DMRS = "DeleteMarkerReplicationStatus";
@@ -7134,6 +7501,7 @@ const _DMe = "DeleteMarkers";
7134
7501
  const _DN = "DisplayName";
7135
7502
  const _DR = "DataRedundancy";
7136
7503
  const _DRe = "DefaultRetention";
7504
+ const _DRes = "DestinationResult";
7137
7505
  const _Da = "Days";
7138
7506
  const _Dat = "Date";
7139
7507
  const _De = "Deleted";
@@ -7157,6 +7525,7 @@ const _ERP = "EnableRequestProgress";
7157
7525
  const _ES = "ExpiresString";
7158
7526
  const _ESBO = "ExpectedSourceBucketOwner";
7159
7527
  const _ESx = "ExpirationStatus";
7528
+ const _ESxp = "ExpirationState";
7160
7529
  const _ET = "EncodingType";
7161
7530
  const _ETa = "ETag";
7162
7531
  const _ETn = "EncryptionType";
@@ -7197,6 +7566,7 @@ const _HRC = "HttpRedirectCode";
7197
7566
  const _I = "Id";
7198
7567
  const _IC = "InventoryConfiguration";
7199
7568
  const _ICL = "InventoryConfigurationList";
7569
+ const _ICS = "InventoryConfigurationState";
7200
7570
  const _ID = "IndexDocument";
7201
7571
  const _ID_ = "ID";
7202
7572
  const _IDn = "InventoryDestination";
@@ -7227,6 +7597,9 @@ const _ITAO = "IntelligentTieringAndOperator";
7227
7597
  const _ITAT = "IntelligentTieringAccessTier";
7228
7598
  const _ITC = "IntelligentTieringConfiguration";
7229
7599
  const _ITCL = "IntelligentTieringConfigurationList";
7600
+ const _ITCR = "InventoryTableConfigurationResult";
7601
+ const _ITCU = "InventoryTableConfigurationUpdates";
7602
+ const _ITCn = "InventoryTableConfiguration";
7230
7603
  const _ITD = "IntelligentTieringDays";
7231
7604
  const _ITF = "IntelligentTieringFilter";
7232
7605
  const _ITI = "IntelligentTieringId";
@@ -7238,9 +7611,13 @@ const _JSON = "JSON";
7238
7611
  const _JSONI = "JSONInput";
7239
7612
  const _JSONO = "JSONOutput";
7240
7613
  const _JSONT = "JSONType";
7614
+ const _JTC = "JournalTableConfiguration";
7615
+ const _JTCR = "JournalTableConfigurationResult";
7616
+ const _JTCU = "JournalTableConfigurationUpdates";
7241
7617
  const _K = "Key";
7242
7618
  const _KC = "KeyCount";
7243
7619
  const _KI = "KeyId";
7620
+ const _KKA = "KmsKeyArn";
7244
7621
  const _KM = "KeyMarker";
7245
7622
  const _KMSC = "KMSContext";
7246
7623
  const _KMSKI = "KMSKeyId";
@@ -7268,6 +7645,8 @@ const _MAS = "MaxAgeSeconds";
7268
7645
  const _MB = "MaxBuckets";
7269
7646
  const _MC = "MetricsConfiguration";
7270
7647
  const _MCL = "MetricsConfigurationList";
7648
+ const _MCR = "MetadataConfigurationResult";
7649
+ const _MCe = "MetadataConfiguration";
7271
7650
  const _MD = "MetadataDirective";
7272
7651
  const _MDB = "MaxDirectoryBuckets";
7273
7652
  const _MDf = "MfaDelete";
@@ -7284,6 +7663,7 @@ const _MP = "MaxParts";
7284
7663
  const _MS = "MetricsStatus";
7285
7664
  const _MTC = "MetadataTableConfiguration";
7286
7665
  const _MTCR = "MetadataTableConfigurationResult";
7666
+ const _MTEC = "MetadataTableEncryptionConfiguration";
7287
7667
  const _MU = "MaxUploads";
7288
7668
  const _MV = "MetadataValue";
7289
7669
  const _Me = "Metrics";
@@ -7371,7 +7751,9 @@ const _RCT = "ResponseContentType";
7371
7751
  const _RCe = "ReplicationConfiguration";
7372
7752
  const _RD = "RecordDelimiter";
7373
7753
  const _RE = "ResponseExpires";
7374
- const _RED = "RestoreExpiryDate";
7754
+ const _RED = "RecordExpirationDays";
7755
+ const _REDe = "RestoreExpiryDate";
7756
+ const _REe = "RecordExpiration";
7375
7757
  const _RKKID = "ReplicaKmsKeyID";
7376
7758
  const _RKPW = "ReplaceKeyPrefixWith";
7377
7759
  const _RKW = "ReplaceKeyWith";
@@ -7391,8 +7773,9 @@ const _RRe = "ReplicationRule";
7391
7773
  const _RRes = "RestoreRequest";
7392
7774
  const _RRo = "RoutingRules";
7393
7775
  const _RRou = "RoutingRule";
7394
- const _RS = "ReplicationStatus";
7395
- const _RSe = "RestoreStatus";
7776
+ const _RS = "RenameSource";
7777
+ const _RSe = "ReplicationStatus";
7778
+ const _RSes = "RestoreStatus";
7396
7779
  const _RT = "RequestToken";
7397
7780
  const _RTS = "ReplicationTimeStatus";
7398
7781
  const _RTV = "ReplicationTimeValue";
@@ -7406,6 +7789,7 @@ const _Rul = "Rules";
7406
7789
  const _S = "Status";
7407
7790
  const _SA = "StartAfter";
7408
7791
  const _SAK = "SecretAccessKey";
7792
+ const _SAs = "SseAlgorithm";
7409
7793
  const _SBD = "S3BucketDestination";
7410
7794
  const _SC = "StorageClass";
7411
7795
  const _SCA = "StorageClassAnalysis";
@@ -7413,6 +7797,10 @@ const _SCADE = "StorageClassAnalysisDataExport";
7413
7797
  const _SCASV = "StorageClassAnalysisSchemaVersion";
7414
7798
  const _SCt = "StatusCode";
7415
7799
  const _SDV = "SkipDestinationValidation";
7800
+ const _SIM = "SourceIfMatch";
7801
+ const _SIMS = "SourceIfModifiedSince";
7802
+ const _SINM = "SourceIfNoneMatch";
7803
+ const _SIUS = "SourceIfUnmodifiedSince";
7416
7804
  const _SK = "SSE-KMS";
7417
7805
  const _SKEO = "SseKmsEncryptedObjects";
7418
7806
  const _SKEOS = "SseKmsEncryptedObjectsStatus";
@@ -7454,6 +7842,7 @@ const _TA = "TopicArn";
7454
7842
  const _TAa = "TableArn";
7455
7843
  const _TB = "TargetBucket";
7456
7844
  const _TBA = "TableBucketArn";
7845
+ const _TBT = "TableBucketType";
7457
7846
  const _TC = "TagCount";
7458
7847
  const _TCo = "TopicConfiguration";
7459
7848
  const _TCop = "TopicConfigurations";
@@ -7467,7 +7856,9 @@ const _TOKF = "TargetObjectKeyFormat";
7467
7856
  const _TP = "TargetPrefix";
7468
7857
  const _TPC = "TotalPartsCount";
7469
7858
  const _TS = "TagSet";
7859
+ const _TSA = "TableSseAlgorithm";
7470
7860
  const _TSC = "TransitionStorageClass";
7861
+ const _TSa = "TableStatus";
7471
7862
  const _Ta = "Tag";
7472
7863
  const _Tag = "Tags";
7473
7864
  const _Ti = "Tier";
@@ -7535,6 +7926,9 @@ const _lo = "location";
7535
7926
  const _log = "logging";
7536
7927
  const _lt = "list-type";
7537
7928
  const _m = "metrics";
7929
+ const _mC = "metadataConfiguration";
7930
+ const _mIT = "metadataInventoryTable";
7931
+ const _mJT = "metadataJournalTable";
7538
7932
  const _mT = "metadataTable";
7539
7933
  const _ma = "marker";
7540
7934
  const _mb = "max-buckets";
@@ -7553,6 +7947,7 @@ const _pS = "policyStatus";
7553
7947
  const _pnm = "part-number-marker";
7554
7948
  const _pr = "prefix";
7555
7949
  const _r = "replication";
7950
+ const _rO = "renameObject";
7556
7951
  const _rP = "requestPayment";
7557
7952
  const _ra = "range";
7558
7953
  const _rcc = "response-cache-control";
@@ -7584,6 +7979,7 @@ const _xaad = "x-amz-abort-date";
7584
7979
  const _xaapa = "x-amz-access-point-alias";
7585
7980
  const _xaari = "x-amz-abort-rule-id";
7586
7981
  const _xaas = "x-amz-archive-status";
7982
+ const _xaba = "x-amz-bucket-arn";
7587
7983
  const _xabgr = "x-amz-bypass-governance-retention";
7588
7984
  const _xabln = "x-amz-bucket-location-name";
7589
7985
  const _xablt = "x-amz-bucket-location-type";
@@ -7610,6 +8006,7 @@ const _xacssseck = "x-amz-copy-source-server-side-encryption-customer-key";
7610
8006
  const _xacssseckm = "x-amz-copy-source-server-side-encryption-customer-key-md5";
7611
8007
  const _xacsvi = "x-amz-copy-source-version-id";
7612
8008
  const _xact = "x-amz-checksum-type";
8009
+ const _xact_ = "x-amz-client-token";
7613
8010
  const _xadm = "x-amz-delete-marker";
7614
8011
  const _xae = "x-amz-expiration";
7615
8012
  const _xaebo = "x-amz-expected-bucket-owner";
@@ -7676,7 +8073,12 @@ const _xarc = "x-amz-request-charged";
7676
8073
  const _xarop = "x-amz-restore-output-path";
7677
8074
  const _xarp = "x-amz-request-payer";
7678
8075
  const _xarr = "x-amz-request-route";
7679
- const _xars = "x-amz-replication-status";
8076
+ const _xars = "x-amz-rename-source";
8077
+ const _xars_ = "x-amz-replication-status";
8078
+ const _xarsim = "x-amz-rename-source-if-match";
8079
+ const _xarsims = "x-amz-rename-source-if-modified-since";
8080
+ const _xarsinm = "x-amz-rename-source-if-none-match";
8081
+ const _xarsius = "x-amz-rename-source-if-unmodified-since";
7680
8082
  const _xart = "x-amz-request-token";
7681
8083
  const _xasc = "x-amz-storage-class";
7682
8084
  const _xasca = "x-amz-sdk-checksum-algorithm";