@gemeentenijmegen/webapp 1.1.8 → 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 (762) 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-cjs/runtimeConfig.js +4 -1
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +22 -12
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +4 -3
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +4 -1
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +4 -0
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +14 -11
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +16 -13
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +26 -16
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +12 -10
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +2 -1
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +18 -13
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +26 -20
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +2 -1
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +12 -10
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +2 -2
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +1 -1
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +1 -3
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +10 -8
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +2 -6
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +16 -12
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +16 -12
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +28 -35
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +14 -11
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +19 -17
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +12 -10
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +12 -10
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +2 -1
  37. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +18 -13
  38. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +22 -14
  39. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +24 -15
  40. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +16 -12
  41. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +7 -8
  42. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +28 -35
  43. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +16 -12
  44. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -2
  45. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +6 -6
  46. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +17 -13
  47. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +2 -1
  48. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +16 -12
  49. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +36 -20
  50. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +18 -18
  51. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +16 -12
  52. package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +14 -14
  53. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +240 -112
  54. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +3 -3
  55. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +3 -3
  57. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +17 -14
  58. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +37 -10
  59. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -3
  60. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +4 -1
  61. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -3
  62. package/node_modules/@aws-sdk/client-dynamodb/package.json +35 -35
  63. package/node_modules/@aws-sdk/client-s3/README.md +48 -0
  64. package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +1 -1
  65. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +739 -137
  66. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +4 -1
  67. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +1 -1
  68. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +12 -0
  69. package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +2 -2
  70. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +31 -0
  71. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +26 -0
  72. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +28 -0
  73. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +1 -1
  74. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +1 -0
  75. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
  76. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +31 -0
  77. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +31 -0
  78. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +6 -0
  79. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +18 -23
  80. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +36 -0
  81. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +423 -20
  82. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +4 -1
  83. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +1 -1
  84. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +42 -0
  85. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +10 -4
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +17 -22
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -58
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +107 -110
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +93 -83
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +182 -0
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +25 -12
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +99 -116
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +47 -52
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +7 -9
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -12
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -5
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +16 -18
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -6
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +23 -28
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +114 -0
  102. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +26 -8
  103. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +9 -12
  104. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +5 -6
  105. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +20 -23
  106. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +5 -7
  107. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -3
  108. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +9 -10
  109. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +37 -23
  110. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +7 -7
  111. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +37 -44
  112. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +6 -6
  113. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +14 -17
  114. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +17 -12
  115. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +8 -11
  116. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +4 -6
  117. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +17 -20
  118. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  119. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +6 -8
  120. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +28 -37
  121. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +4 -5
  122. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -3
  123. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +146 -0
  124. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +25 -8
  125. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +10 -11
  126. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +7 -8
  127. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +19 -6
  128. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +24 -29
  129. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +5 -6
  130. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +12 -13
  131. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +2 -3
  132. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -3
  133. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -3
  134. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +6 -7
  135. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +9 -11
  136. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +63 -70
  137. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +68 -83
  138. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -2
  139. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -3
  140. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -2
  141. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +8 -10
  142. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +4 -5
  143. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +10 -12
  144. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +34 -35
  145. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +53 -64
  146. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +14 -17
  147. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -0
  148. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +12 -15
  149. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +15 -18
  150. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +19 -10
  151. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +10 -9
  152. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +49 -50
  153. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +15 -10
  154. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +17 -9
  155. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +29 -32
  156. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +30 -26
  157. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +14 -18
  158. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +60 -60
  159. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +23 -25
  160. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +23 -27
  161. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +41 -49
  162. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +12 -12
  163. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +33 -37
  164. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +51 -60
  165. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +35 -31
  166. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +12 -14
  167. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +29 -35
  168. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +5 -6
  169. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +24 -29
  170. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +32 -39
  171. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +4 -5
  172. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +21 -27
  173. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +20 -23
  174. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +19 -18
  175. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +53 -58
  176. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +68 -70
  177. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -3
  178. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +10 -11
  179. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +4 -4
  180. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +18 -24
  181. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +10 -12
  182. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +138 -0
  183. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +78 -87
  184. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +50 -59
  185. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +161 -0
  186. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +113 -0
  187. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +65 -75
  188. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +81 -97
  189. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +31 -35
  190. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +6 -0
  191. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +27 -27
  192. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +2789 -3602
  193. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +2230 -703
  194. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +54 -0
  195. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +9 -9
  196. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +7 -7
  197. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +9 -9
  198. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -2
  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 +37 -1
  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 +36 -27
  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 +262 -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/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -10
  220. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +16 -8
  221. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +22 -10
  222. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -3
  223. package/node_modules/@aws-sdk/client-s3/package.json +53 -51
  224. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +4 -1
  225. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +4 -1
  226. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  227. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +2 -2
  228. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +2 -2
  229. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  230. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  231. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  232. package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
  233. package/node_modules/@aws-sdk/client-ssm/README.md +3 -2
  234. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +15 -7
  235. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +4 -1
  236. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +1 -1
  237. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +4 -6
  238. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +8 -1
  239. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +1 -0
  240. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +4 -1
  241. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +3 -2
  242. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +3 -2
  243. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +3 -0
  244. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +3 -0
  245. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -1
  246. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +3 -0
  247. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +2 -1
  248. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAccessTokenCommand.d.ts +2 -1
  249. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +3 -0
  250. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +3 -0
  251. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +3 -0
  252. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +3 -0
  253. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +5 -0
  254. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +7 -0
  255. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -1
  256. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAccessRequestCommand.d.ts +4 -2
  257. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +3 -0
  258. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +3 -0
  259. package/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  260. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +3 -2
  261. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +39 -28
  262. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +95 -21
  263. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +17 -1
  264. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +2 -2
  265. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +2 -2
  266. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -4
  267. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -4
  268. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  269. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +5 -7
  270. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +11 -4
  271. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +4 -0
  272. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  273. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  274. package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
  275. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +4 -1
  276. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +4 -1
  277. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
  278. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  279. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  280. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
  281. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  282. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  283. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  284. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  285. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +2 -0
  286. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1495 -14
  287. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  288. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  289. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
  290. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  291. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
  292. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
  293. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
  294. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
  295. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
  296. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  297. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
  298. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +106 -0
  299. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  300. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  301. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  302. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
  303. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  304. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +152 -0
  305. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
  306. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  307. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
  308. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  309. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  310. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  311. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  312. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
  313. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  314. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
  315. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
  316. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
  317. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
  318. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
  319. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
  320. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  321. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  322. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  323. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  324. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  325. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  326. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  327. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
  328. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  329. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  330. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
  331. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  332. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  333. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  334. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  335. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  336. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  337. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
  338. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  339. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
  340. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  341. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
  342. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
  343. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
  344. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
  345. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  346. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  347. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
  348. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  349. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  350. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
  351. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  352. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
  353. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  354. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  355. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
  356. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  357. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  358. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  359. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  360. package/node_modules/@aws-sdk/core/package.json +15 -11
  361. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  362. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  363. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  364. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  365. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  366. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  367. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  368. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +7 -36
  369. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/NodeUseArnRegionConfigOptions.js +1 -1
  370. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/bucketHostname.js +1 -19
  371. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/bucketHostnameUtils.js +2 -23
  372. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/configurations.js +1 -1
  373. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts +2 -2
  374. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts +12 -0
  375. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts +8 -0
  376. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +59 -3
  377. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts +13 -1
  378. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/NodeUseArnRegionConfigOptions.d.ts +3 -1
  379. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/configurations.d.ts +1 -1
  380. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  381. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +5 -5
  382. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  383. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
  384. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  385. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  386. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  387. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  388. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  389. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  390. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  391. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +4 -1
  392. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +4 -1
  393. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +4 -1
  394. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +4 -1
  395. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +8 -8
  396. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
  397. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
  398. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +10 -10
  399. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +3 -3
  400. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
  401. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +3 -3
  402. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +11 -8
  403. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -2
  404. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -2
  405. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +13 -10
  406. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +8 -3
  407. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +4 -1
  408. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +8 -3
  409. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  410. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  411. package/node_modules/@aws-sdk/s3-request-presigner/package.json +10 -10
  412. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +8 -0
  413. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +9 -0
  414. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +1 -0
  415. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +1 -0
  416. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  417. package/node_modules/@aws-sdk/token-providers/README.md +9 -0
  418. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +21 -1
  419. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +16 -0
  420. package/node_modules/@aws-sdk/token-providers/dist-es/index.js +1 -0
  421. package/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
  422. package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +1 -0
  423. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
  424. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +1 -0
  425. package/node_modules/@aws-sdk/token-providers/package.json +7 -6
  426. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  427. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  428. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  429. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  430. package/node_modules/@aws-sdk/types/package.json +2 -2
  431. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
  432. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  433. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  434. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  435. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  436. package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  437. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  438. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  439. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  440. package/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  441. package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
  442. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  443. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  444. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  445. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +4 -4
  446. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.adoc +213 -0
  447. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.md +1 -126
  448. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
  449. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +28 -2
  450. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.d.ts +2 -19
  451. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.js +18 -7
  452. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.d.ts +2 -0
  453. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.js +5 -1
  454. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +1 -1
  455. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +181 -11
  456. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +5 -4
  457. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/AWS.js +4 -5
  458. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Storage.js +6 -9
  459. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/environmentVariables.js +2 -3
  460. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +8 -8
  461. package/node_modules/@gemeentenijmegen/apiclient/package.json +10 -10
  462. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +6 -6
  463. package/node_modules/@gemeentenijmegen/session/package.json +4 -4
  464. package/node_modules/@gemeentenijmegen/utils/package.json +9 -9
  465. package/node_modules/@smithy/abort-controller/package.json +2 -2
  466. package/node_modules/@smithy/config-resolver/package.json +4 -4
  467. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +273 -5
  468. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +668 -2
  469. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +848 -0
  470. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +143 -52
  471. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +136 -0
  472. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +74 -0
  473. package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  474. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
  475. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  476. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -1
  477. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +178 -0
  478. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +171 -0
  479. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +68 -0
  480. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +7 -0
  481. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +64 -0
  482. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +38 -0
  483. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +30 -0
  484. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +87 -0
  485. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +20 -0
  486. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +49 -0
  487. package/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
  488. package/node_modules/@smithy/core/dist-es/submodules/schema/index.js +12 -0
  489. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
  490. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
  491. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +60 -0
  492. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +16 -0
  493. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +27 -0
  494. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +25 -0
  495. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +26 -0
  496. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +304 -0
  497. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
  498. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +6 -0
  499. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +25 -0
  500. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +32 -0
  501. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
  502. package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +53 -0
  503. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +4 -3
  504. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
  505. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +29 -0
  506. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  507. package/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  508. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -1
  509. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  510. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +33 -0
  511. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +11 -0
  512. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +7 -0
  513. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  514. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  515. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  516. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  517. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  518. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +55 -0
  519. package/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
  520. package/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +12 -0
  521. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  522. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
  523. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  524. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  525. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  526. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +23 -0
  527. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +28 -0
  528. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +125 -0
  529. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  530. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +11 -0
  531. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  532. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +24 -0
  533. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +21 -0
  534. package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  535. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +4 -3
  536. package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  537. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +29 -0
  538. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  539. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  540. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -1
  541. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +15 -0
  542. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +33 -0
  543. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +11 -0
  544. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +7 -0
  545. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
  546. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
  547. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
  548. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
  549. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  550. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +55 -0
  551. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
  552. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +12 -0
  553. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  554. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
  555. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  556. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  557. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
  558. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
  559. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +28 -0
  560. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +128 -0
  561. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +20 -0
  562. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +11 -0
  563. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
  564. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +27 -0
  565. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +21 -0
  566. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +5 -0
  567. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +4 -3
  568. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  569. package/node_modules/@smithy/core/package.json +26 -15
  570. package/node_modules/@smithy/core/schema.d.ts +7 -0
  571. package/node_modules/@smithy/core/schema.js +6 -0
  572. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  573. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  574. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  575. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  576. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  577. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  578. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  579. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  580. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  581. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  582. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  583. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  584. package/node_modules/@smithy/hash-node/package.json +2 -2
  585. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  586. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  587. package/node_modules/@smithy/md5-js/package.json +2 -2
  588. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  589. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  590. package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  591. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  592. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  593. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  594. package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  595. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  596. package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  597. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  598. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  599. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  600. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  601. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  602. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  603. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  604. package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -0
  605. package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +7 -1
  606. package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +1 -0
  607. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +1 -0
  608. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +7 -1
  609. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +1 -0
  610. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  611. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  612. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  613. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  614. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  615. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  616. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  617. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  618. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  619. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  620. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  621. package/node_modules/@smithy/property-provider/package.json +2 -2
  622. package/node_modules/@smithy/protocol-http/package.json +2 -2
  623. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  624. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  625. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  626. package/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  627. package/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  628. package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  629. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  630. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  631. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  632. package/node_modules/@smithy/signature-v4/package.json +4 -4
  633. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +10 -0
  634. package/node_modules/@smithy/smithy-client/dist-es/command.js +6 -0
  635. package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +7 -1
  636. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +7 -1
  637. package/node_modules/@smithy/smithy-client/package.json +7 -7
  638. package/node_modules/@smithy/types/dist-types/command.d.ts +5 -2
  639. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +2 -4
  640. package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -2
  641. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +2 -4
  642. package/node_modules/@smithy/types/package.json +1 -1
  643. package/node_modules/@smithy/url-parser/package.json +3 -3
  644. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  645. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  646. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  647. package/node_modules/@smithy/util-middleware/package.json +2 -2
  648. package/node_modules/@smithy/util-retry/package.json +3 -3
  649. package/node_modules/@smithy/util-stream/package.json +4 -4
  650. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +27 -8
  651. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +27 -8
  652. package/node_modules/@smithy/util-waiter/package.json +3 -3
  653. package/node_modules/@types/aws-lambda/README.md +1 -1
  654. package/node_modules/@types/aws-lambda/handler.d.ts +1 -0
  655. package/node_modules/@types/aws-lambda/package.json +2 -2
  656. package/node_modules/@types/aws-lambda/trigger/cloudfront-response.d.ts +8 -6
  657. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts +2 -0
  658. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/pre-token-generation-v3.d.ts +50 -0
  659. package/node_modules/aproba/index.js +1 -1
  660. package/node_modules/aproba/package.json +1 -1
  661. package/node_modules/axios/CHANGELOG.md +41 -0
  662. package/node_modules/axios/README.md +19 -19
  663. package/node_modules/axios/dist/axios.js +43 -6
  664. package/node_modules/axios/dist/axios.js.map +1 -1
  665. package/node_modules/axios/dist/axios.min.js +2 -2
  666. package/node_modules/axios/dist/axios.min.js.map +1 -1
  667. package/node_modules/axios/dist/browser/axios.cjs +51 -10
  668. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  669. package/node_modules/axios/dist/esm/axios.js +51 -10
  670. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  671. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  672. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  673. package/node_modules/axios/dist/node/axios.cjs +51 -10
  674. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  675. package/node_modules/axios/index.d.cts +14 -3
  676. package/node_modules/axios/index.d.ts +1 -1
  677. package/node_modules/axios/lib/adapters/fetch.js +1 -1
  678. package/node_modules/axios/lib/core/Axios.js +2 -2
  679. package/node_modules/axios/lib/core/mergeConfig.js +1 -1
  680. package/node_modules/axios/lib/env/data.js +1 -1
  681. package/node_modules/axios/lib/helpers/throttle.js +1 -1
  682. package/node_modules/axios/lib/helpers/toFormData.js +4 -0
  683. package/node_modules/axios/lib/helpers/toURLEncodedForm.js +4 -3
  684. package/node_modules/axios/lib/utils.js +36 -0
  685. package/node_modules/axios/package.json +14 -5
  686. package/node_modules/dotenv/CHANGELOG.md +17 -1
  687. package/node_modules/dotenv/README-es.md +0 -19
  688. package/node_modules/dotenv/README.md +7 -14
  689. package/node_modules/dotenv/SECURITY.md +1 -0
  690. package/node_modules/dotenv/lib/cli-options.js +8 -2
  691. package/node_modules/dotenv/lib/env-options.js +4 -0
  692. package/node_modules/dotenv/lib/main.d.ts +12 -3
  693. package/node_modules/dotenv/lib/main.js +31 -5
  694. package/node_modules/dotenv/package.json +2 -2
  695. package/node_modules/fast-xml-parser/CHANGELOG.md +77 -0
  696. package/node_modules/fast-xml-parser/README.md +39 -52
  697. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  698. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  699. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  700. package/node_modules/fast-xml-parser/lib/fxp.d.cts +458 -0
  701. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  702. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  703. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  704. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  705. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
  706. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
  707. package/node_modules/fast-xml-parser/package.json +36 -20
  708. package/node_modules/fast-xml-parser/src/cli/cli.js +16 -12
  709. package/node_modules/fast-xml-parser/src/cli/man.js +6 -1
  710. package/node_modules/fast-xml-parser/src/cli/read.js +30 -79
  711. package/node_modules/fast-xml-parser/src/fxp.d.ts +52 -9
  712. package/node_modules/fast-xml-parser/src/fxp.js +11 -8
  713. package/node_modules/fast-xml-parser/src/ignoreAttributes.js +18 -0
  714. package/node_modules/fast-xml-parser/src/util.js +14 -18
  715. package/node_modules/fast-xml-parser/src/{v5 → v6}/CharsSymbol.js +1 -1
  716. package/node_modules/fast-xml-parser/src/{v5 → v6}/EntitiesParser.js +3 -6
  717. package/node_modules/fast-xml-parser/src/{v5 → v6}/OptionsBuilder.js +3 -6
  718. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/BaseOutputBuilder.js +1 -3
  719. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsArrBuilder.js +3 -3
  720. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsMinArrBuilder.js +3 -5
  721. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsObjBuilder.js +3 -5
  722. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/ParserOptionsBuilder.js +6 -11
  723. package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPath.js +1 -1
  724. package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPathMatcher.js +3 -5
  725. package/node_modules/fast-xml-parser/src/{v5 → v6}/XMLParser.js +3 -5
  726. package/node_modules/fast-xml-parser/src/{v5 → v6}/Xml2JsParser.js +8 -10
  727. package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlPartReader.js +24 -26
  728. package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlSpecialTagsReader.js +5 -12
  729. package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/BufferSource.js +1 -3
  730. package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/StringSource.js +1 -3
  731. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/EntitiesParser.js +3 -5
  732. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParser.js +1 -2
  733. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParserExt.js +1 -2
  734. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/currency.js +1 -3
  735. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/join.js +1 -2
  736. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/number.js +2 -4
  737. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/trim.js +1 -3
  738. package/node_modules/fast-xml-parser/src/validator.js +5 -5
  739. package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +17 -13
  740. package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +1 -2
  741. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +288 -71
  742. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +3 -5
  743. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +28 -23
  744. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +21 -8
  745. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +8 -2
  746. package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +22 -7
  747. package/node_modules/form-data/CHANGELOG.md +601 -0
  748. package/node_modules/form-data/{Readme.md → README.md} +34 -37
  749. package/node_modules/form-data/lib/browser.js +3 -1
  750. package/node_modules/form-data/lib/form_data.js +126 -135
  751. package/node_modules/form-data/lib/populate.js +5 -5
  752. package/node_modules/form-data/package.json +24 -16
  753. package/node_modules/strnum/.github/SECURITY.md +5 -0
  754. package/node_modules/strnum/CHANGELOG.md +11 -0
  755. package/node_modules/strnum/algo.stflow +84 -0
  756. package/node_modules/strnum/package.json +2 -1
  757. package/node_modules/strnum/strnum.js +53 -35
  758. package/node_modules/strnum/strnum.test.js +9 -1
  759. package/node_modules/strnum/test.js +9 -0
  760. package/package.json +19 -19
  761. /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/{architecture.png → aws-lambda-dynamodb.png} +0 -0
  762. /package/node_modules/fast-xml-parser/src/{v5 → v6}/Report.js +0 -0
@@ -30,43 +30,40 @@ declare const PutBucketInventoryConfigurationCommand_base: {
30
30
  * <note>
31
31
  * <p>This operation is not supported for directory buckets.</p>
32
32
  * </note>
33
- * <p>This implementation of the <code>PUT</code> action adds an inventory configuration
34
- * (identified by the inventory ID) to the bucket. You can have up to 1,000 inventory
35
- * configurations per bucket. </p>
36
- * <p>Amazon S3 inventory generates inventories of the objects in the bucket on a daily or weekly
37
- * basis, and the results are published to a flat file. The bucket that is inventoried is
38
- * called the <i>source</i> bucket, and the bucket where the inventory flat file
39
- * is stored is called the <i>destination</i> bucket. The
40
- * <i>destination</i> bucket must be in the same Amazon Web Services Region as the
41
- * <i>source</i> bucket. </p>
42
- * <p>When you configure an inventory for a <i>source</i> bucket, you specify
43
- * the <i>destination</i> bucket where you want the inventory to be stored, and
44
- * whether to generate the inventory daily or weekly. You can also configure what object
45
- * metadata to include and whether to inventory all object versions or only current versions.
46
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-inventory.html">Amazon S3 Inventory</a> in the
47
- * Amazon S3 User Guide.</p>
33
+ * <p>This implementation of the <code>PUT</code> action adds an S3 Inventory configuration (identified by
34
+ * the inventory ID) to the bucket. You can have up to 1,000 inventory configurations per bucket. </p>
35
+ * <p>Amazon S3 inventory generates inventories of the objects in the bucket on a daily or weekly basis, and
36
+ * the results are published to a flat file. The bucket that is inventoried is called the
37
+ * <i>source</i> bucket, and the bucket where the inventory flat file is stored is called
38
+ * the <i>destination</i> bucket. The <i>destination</i> bucket must be in the
39
+ * same Amazon Web Services Region as the <i>source</i> bucket. </p>
40
+ * <p>When you configure an inventory for a <i>source</i> bucket, you specify the
41
+ * <i>destination</i> bucket where you want the inventory to be stored, and whether to
42
+ * generate the inventory daily or weekly. You can also configure what object metadata to include and
43
+ * whether to inventory all object versions or only current versions. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-inventory.html">Amazon S3 Inventory</a> in the
44
+ * Amazon S3 User Guide.</p>
48
45
  * <important>
49
- * <p>You must create a bucket policy on the <i>destination</i> bucket to
50
- * grant permissions to Amazon S3 to write objects to the bucket in the defined location. For an
51
- * example policy, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket-policies.html#example-bucket-policies-use-case-9"> Granting Permissions for Amazon S3 Inventory and Storage Class Analysis</a>.</p>
46
+ * <p>You must create a bucket policy on the <i>destination</i> bucket to grant
47
+ * permissions to Amazon S3 to write objects to the bucket in the defined location. For an example policy, see
48
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket-policies.html#example-bucket-policies-use-case-9"> Granting
49
+ * Permissions for Amazon S3 Inventory and Storage Class Analysis</a>.</p>
52
50
  * </important>
53
51
  * <dl>
54
52
  * <dt>Permissions</dt>
55
53
  * <dd>
56
54
  * <p>To use this operation, you must have permission to perform the
57
- * <code>s3:PutInventoryConfiguration</code> action. The bucket owner has this
58
- * permission by default and can grant this permission to others. </p>
59
- * <p>The <code>s3:PutInventoryConfiguration</code> permission allows a user to
60
- * create an <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-inventory.html">S3 Inventory</a>
61
- * report that includes all object metadata fields available and to specify the
62
- * destination bucket to store the inventory. A user with read access to objects in
63
- * the destination bucket can also access all object metadata fields that are
64
- * available in the inventory report. </p>
55
+ * <code>s3:PutInventoryConfiguration</code> action. The bucket owner has this permission by
56
+ * default and can grant this permission to others. </p>
57
+ * <p>The <code>s3:PutInventoryConfiguration</code> permission allows a user to create an <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-inventory.html">S3 Inventory</a>
58
+ * report that includes all object metadata fields available and to specify the destination bucket to
59
+ * store the inventory. A user with read access to objects in the destination bucket can also access
60
+ * all object metadata fields that are available in the inventory report. </p>
65
61
  * <p>To restrict access to an inventory report, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-bucket-policies.html#example-bucket-policies-use-case-10">Restricting access to an Amazon S3 Inventory report</a> in the
66
- * <i>Amazon S3 User Guide</i>. For more information about the metadata
67
- * fields available in S3 Inventory, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-inventory.html#storage-inventory-contents">Amazon S3 Inventory lists</a> in the <i>Amazon S3 User Guide</i>. For
68
- * more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions related to bucket subresource operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Identity and access management in Amazon S3</a> in the
69
- * <i>Amazon S3 User Guide</i>.</p>
62
+ * <i>Amazon S3 User Guide</i>. For more information about the metadata fields available
63
+ * in S3 Inventory, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-inventory.html#storage-inventory-contents">Amazon S3 Inventory
64
+ * lists</a> in the <i>Amazon S3 User Guide</i>. For more information about
65
+ * permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions related to bucket subresource operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Identity and access management in
66
+ * Amazon S3</a> in the <i>Amazon S3 User Guide</i>.</p>
70
67
  * </dd>
71
68
  * </dl>
72
69
  * <p>
@@ -84,19 +81,18 @@ declare const PutBucketInventoryConfigurationCommand_base: {
84
81
  * <p>
85
82
  * <i>Code:</i> TooManyConfigurations</p>
86
83
  * <p>
87
- * <i>Cause:</i> You are attempting to create a new configuration
88
- * but have already reached the 1,000-configuration limit. </p>
84
+ * <i>Cause:</i> You are attempting to create a new configuration but have already
85
+ * reached the 1,000-configuration limit. </p>
89
86
  * </dd>
90
87
  * <dt>HTTP 403 Forbidden Error</dt>
91
88
  * <dd>
92
89
  * <p>
93
- * <i>Cause:</i> You are not the owner of the specified bucket, or
94
- * you do not have the <code>s3:PutInventoryConfiguration</code> bucket permission to
95
- * set the configuration on the bucket. </p>
90
+ * <i>Cause:</i> You are not the owner of the specified bucket, or you do not have
91
+ * the <code>s3:PutInventoryConfiguration</code> bucket permission to set the configuration on the
92
+ * bucket. </p>
96
93
  * </dd>
97
94
  * </dl>
98
- * <p>The following operations are related to
99
- * <code>PutBucketInventoryConfiguration</code>:</p>
95
+ * <p>The following operations are related to <code>PutBucketInventoryConfiguration</code>:</p>
100
96
  * <ul>
101
97
  * <li>
102
98
  * <p>
@@ -28,73 +28,69 @@ declare const PutBucketLifecycleConfigurationCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Creates a new lifecycle configuration for the bucket or replaces an existing lifecycle
31
- * configuration. Keep in mind that this will overwrite an existing lifecycle configuration,
32
- * so if you want to retain any configuration details, they must be included in the new
33
- * lifecycle configuration. For information about lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html">Managing
34
- * your storage lifecycle</a>.</p>
31
+ * configuration. Keep in mind that this will overwrite an existing lifecycle configuration, so if you want
32
+ * to retain any configuration details, they must be included in the new lifecycle configuration. For
33
+ * information about lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html">Managing your storage
34
+ * lifecycle</a>.</p>
35
35
  * <note>
36
- * <p>Bucket lifecycle configuration now supports specifying a lifecycle rule using an object key name prefix, one or more object tags, object size, or any combination of these. Accordingly, this section describes the latest API. The previous version of the API supported filtering based only on an object key name prefix, which is supported for backward compatibility.
37
- * For the related API description, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycle.html">PutBucketLifecycle</a>.</p>
36
+ * <p>Bucket lifecycle configuration now supports specifying a lifecycle rule using an object key name
37
+ * prefix, one or more object tags, object size, or any combination of these. Accordingly, this section
38
+ * describes the latest API. The previous version of the API supported filtering based only on an object
39
+ * key name prefix, which is supported for backward compatibility. For the related API description, see
40
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycle.html">PutBucketLifecycle</a>.</p>
38
41
  * </note>
39
42
  * <dl>
40
43
  * <dt>Rules</dt>
41
44
  * <dt>Permissions</dt>
42
45
  * <dt>HTTP Host header syntax</dt>
43
46
  * <dd>
44
- * <p>You specify the lifecycle configuration in your request body. The lifecycle
45
- * configuration is specified as XML consisting of one or more rules. An Amazon S3
46
- * Lifecycle configuration can have up to 1,000 rules. This limit is not
47
- * adjustable.</p>
48
- * <p>Bucket lifecycle configuration supports specifying a lifecycle rule using an
49
- * object key name prefix, one or more object tags, object size, or any combination
50
- * of these. Accordingly, this section describes the latest API. The previous version
51
- * of the API supported filtering based only on an object key name prefix, which is
52
- * supported for backward compatibility for general purpose buckets. For the related
53
- * API description, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycle.html">PutBucketLifecycle</a>. </p>
47
+ * <p>You specify the lifecycle configuration in your request body. The lifecycle configuration is
48
+ * specified as XML consisting of one or more rules. An Amazon S3 Lifecycle configuration can have up to
49
+ * 1,000 rules. This limit is not adjustable.</p>
50
+ * <p>Bucket lifecycle configuration supports specifying a lifecycle rule using an object key name
51
+ * prefix, one or more object tags, object size, or any combination of these. Accordingly, this
52
+ * section describes the latest API. The previous version of the API supported filtering based only
53
+ * on an object key name prefix, which is supported for backward compatibility for general purpose
54
+ * buckets. For the related API description, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycle.html">PutBucketLifecycle</a>. </p>
54
55
  * <note>
55
- * <p>Lifecyle configurations for directory buckets only support expiring objects and
56
- * cancelling multipart uploads. Expiring of versioned objects,transitions and tag
57
- * filters are not supported.</p>
56
+ * <p>Lifecyle configurations for directory buckets only support expiring objects and cancelling
57
+ * multipart uploads. Expiring of versioned objects,transitions and tag filters are not
58
+ * supported.</p>
58
59
  * </note>
59
60
  * <p>A lifecycle rule consists of the following:</p>
60
61
  * <ul>
61
62
  * <li>
62
- * <p>A filter identifying a subset of objects to which the rule applies. The
63
- * filter can be based on a key name prefix, object tags, object size, or any
64
- * combination of these.</p>
63
+ * <p>A filter identifying a subset of objects to which the rule applies. The filter can be
64
+ * based on a key name prefix, object tags, object size, or any combination of these.</p>
65
65
  * </li>
66
66
  * <li>
67
67
  * <p>A status indicating whether the rule is in effect.</p>
68
68
  * </li>
69
69
  * <li>
70
- * <p>One or more lifecycle transition and expiration actions that you want
71
- * Amazon S3 to perform on the objects identified by the filter. If the state of
72
- * your bucket is versioning-enabled or versioning-suspended, you can have many
73
- * versions of the same object (one current version and zero or more noncurrent
74
- * versions). Amazon S3 provides predefined actions that you can specify for current
75
- * and noncurrent object versions.</p>
70
+ * <p>One or more lifecycle transition and expiration actions that you want Amazon S3 to perform on
71
+ * the objects identified by the filter. If the state of your bucket is versioning-enabled or
72
+ * versioning-suspended, you can have many versions of the same object (one current version and
73
+ * zero or more noncurrent versions). Amazon S3 provides predefined actions that you can specify for
74
+ * current and noncurrent object versions.</p>
76
75
  * </li>
77
76
  * </ul>
78
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html">Object Lifecycle
79
- * Management</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html">Lifecycle Configuration
80
- * Elements</a>.</p>
77
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html">Object Lifecycle Management</a> and
78
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html">Lifecycle
79
+ * Configuration Elements</a>.</p>
81
80
  * </dd>
82
81
  * <dd>
83
82
  * <ul>
84
83
  * <li>
85
84
  * <p>
86
- * <b>General purpose bucket permissions</b> - By
87
- * default, all Amazon S3 resources are private, including buckets, objects, and
88
- * related subresources (for example, lifecycle configuration and website
89
- * configuration). Only the resource owner (that is, the Amazon Web Services account that
90
- * created it) can access the resource. The resource owner can optionally grant
91
- * access permissions to others by writing an access policy. For this
92
- * operation, a user must have the <code>s3:PutLifecycleConfiguration</code>
93
- * permission.</p>
94
- * <p>You can also explicitly deny permissions. An explicit deny also
95
- * supersedes any other permissions. If you want to block users or accounts
96
- * from removing or deleting objects from your bucket, you must deny them
97
- * permissions for the following actions:</p>
85
+ * <b>General purpose bucket permissions</b> - By default, all Amazon S3
86
+ * resources are private, including buckets, objects, and related subresources (for example,
87
+ * lifecycle configuration and website configuration). Only the resource owner (that is, the
88
+ * Amazon Web Services account that created it) can access the resource. The resource owner can optionally
89
+ * grant access permissions to others by writing an access policy. For this operation, a user
90
+ * must have the <code>s3:PutLifecycleConfiguration</code> permission.</p>
91
+ * <p>You can also explicitly deny permissions. An explicit deny also supersedes any other
92
+ * permissions. If you want to block users or accounts from removing or deleting objects from
93
+ * your bucket, you must deny them permissions for the following actions:</p>
98
94
  * <ul>
99
95
  * <li>
100
96
  * <p>
@@ -110,8 +106,8 @@ declare const PutBucketLifecycleConfigurationCommand_base: {
110
106
  * <p>
111
107
  * <code>s3:PutLifecycleConfiguration</code>
112
108
  * </p>
113
- * <p>For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing
114
- * Access Permissions to Your Amazon S3 Resources</a>.</p>
109
+ * <p>For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to
110
+ * Your Amazon S3 Resources</a>.</p>
115
111
  * </li>
116
112
  * </ul>
117
113
  * </li>
@@ -119,16 +115,13 @@ declare const PutBucketLifecycleConfigurationCommand_base: {
119
115
  * <ul>
120
116
  * <li>
121
117
  * <p>
122
- * <b>Directory bucket permissions</b> -
123
- * You must have the <code>s3express:PutLifecycleConfiguration</code>
124
- * permission in an IAM identity-based policy to use this operation.
125
- * Cross-account access to this API operation isn't supported. The resource
126
- * owner can optionally grant access permissions to others by creating a role
127
- * or user for them as long as they are within the same account as the owner
128
- * and resource.</p>
129
- * <p>For more information about directory bucket policies and permissions, see
130
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam.html">Authorizing Regional endpoint APIs with IAM</a> in the
131
- * <i>Amazon S3 User Guide</i>.</p>
118
+ * <b>Directory bucket permissions</b> - You must have the
119
+ * <code>s3express:PutLifecycleConfiguration</code> permission in an IAM identity-based policy
120
+ * to use this operation. Cross-account access to this API operation isn't supported. The
121
+ * resource owner can optionally grant access permissions to others by creating a role or user
122
+ * for them as long as they are within the same account as the owner and resource.</p>
123
+ * <p>For more information about directory bucket policies and permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam.html">Authorizing Regional endpoint APIs with IAM</a> in the <i>Amazon S3 User
124
+ * Guide</i>.</p>
132
125
  * <note>
133
126
  * <p>
134
127
  * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
@@ -142,11 +135,9 @@ declare const PutBucketLifecycleConfigurationCommand_base: {
142
135
  * </dd>
143
136
  * <dd>
144
137
  * <p>
145
- * <b>Directory buckets </b> - The HTTP Host
146
- * header syntax is
147
- * <code>s3express-control.<i>region</i>.amazonaws.com</code>.</p>
148
- * <p>The following operations are related to
149
- * <code>PutBucketLifecycleConfiguration</code>:</p>
138
+ * <b>Directory buckets </b> - The HTTP Host header syntax is
139
+ * <code>s3express-control.<i>region</i>.amazonaws.com</code>.</p>
140
+ * <p>The following operations are related to <code>PutBucketLifecycleConfiguration</code>:</p>
150
141
  * <ul>
151
142
  * <li>
152
143
  * <p>
@@ -27,36 +27,43 @@ declare const PutBucketLoggingCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <note>
30
+ * <important>
31
+ * <p>End of support notice: Beginning October 1, 2025, Amazon S3 will discontinue support for creating new Email Grantee Access Control Lists (ACL).
32
+ * Email Grantee ACLs created prior to this date will continue to work and remain accessible through the Amazon Web Services Management Console, Command Line Interface (CLI), SDKs,
33
+ * and REST API. However, you will no longer be able to create new Email Grantee ACLs.
34
+ * </p>
35
+ * <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
36
+ * Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
37
+ * </important>
38
+ * <note>
31
39
  * <p>This operation is not supported for directory buckets.</p>
32
40
  * </note>
33
- * <p>Set the logging parameters for a bucket and to specify permissions for who can view and
34
- * modify the logging parameters. All logs are saved to buckets in the same Amazon Web Services Region as
35
- * the source bucket. To set the logging status of a bucket, you must be the bucket
36
- * owner.</p>
37
- * <p>The bucket owner is automatically granted FULL_CONTROL to all logs. You use the
38
- * <code>Grantee</code> request element to grant access to other people. The
39
- * <code>Permissions</code> request element specifies the kind of access the grantee has to
40
- * the logs.</p>
41
+ * <p>Set the logging parameters for a bucket and to specify permissions for who can view and modify the
42
+ * logging parameters. All logs are saved to buckets in the same Amazon Web Services Region as the source bucket. To set
43
+ * the logging status of a bucket, you must be the bucket owner.</p>
44
+ * <p>The bucket owner is automatically granted FULL_CONTROL to all logs. You use the <code>Grantee</code>
45
+ * request element to grant access to other people. The <code>Permissions</code> request element specifies
46
+ * the kind of access the grantee has to the logs.</p>
41
47
  * <important>
42
- * <p>If the target bucket for log delivery uses the bucket owner enforced setting for S3
43
- * Object Ownership, you can't use the <code>Grantee</code> request element to grant access
44
- * to others. Permissions can only be granted using policies. For more information, see
45
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/enable-server-access-logging.html#grant-log-delivery-permissions-general">Permissions for server access log delivery</a> in the
46
- * <i>Amazon S3 User Guide</i>.</p>
48
+ * <p>If the target bucket for log delivery uses the bucket owner enforced setting for S3 Object
49
+ * Ownership, you can't use the <code>Grantee</code> request element to grant access to others.
50
+ * Permissions can only be granted using policies. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/enable-server-access-logging.html#grant-log-delivery-permissions-general">Permissions for server access log delivery</a> in the
51
+ * <i>Amazon S3 User Guide</i>.</p>
47
52
  * </important>
48
53
  * <dl>
49
54
  * <dt>Grantee Values</dt>
50
55
  * <dd>
51
- * <p>You can specify the person (grantee) to whom you're assigning access rights (by
52
- * using request elements) in the following ways:</p>
56
+ * <p>You can specify the person (grantee) to whom you're assigning access rights (by using request
57
+ * elements) in the following ways. For examples of how to specify these grantee values in JSON
58
+ * format, see the Amazon Web Services CLI example in <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/enable-server-access-logging.html"> Enabling Amazon S3 server
59
+ * access logging</a> in the <i>Amazon S3 User Guide</i>.</p>
53
60
  * <ul>
54
61
  * <li>
55
62
  * <p>By the person's ID:</p>
56
63
  * <p>
57
64
  * <code><Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
58
- * xsi:type="CanonicalUser"><ID><>ID<></ID><DisplayName><>GranteesEmail<></DisplayName>
59
- * </Grantee></code>
65
+ * xsi:type="CanonicalUser"><ID><>ID<></ID><DisplayName><>GranteesEmail<></DisplayName>
66
+ * </Grantee></code>
60
67
  * </p>
61
68
  * <p>
62
69
  * <code>DisplayName</code> is optional and ignored in the request.</p>
@@ -65,33 +72,30 @@ declare const PutBucketLoggingCommand_base: {
65
72
  * <p>By Email address:</p>
66
73
  * <p>
67
74
  * <code> <Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
68
- * xsi:type="AmazonCustomerByEmail"><EmailAddress><>Grantees@email.com<></EmailAddress></Grantee></code>
75
+ * xsi:type="AmazonCustomerByEmail"><EmailAddress><>Grantees@email.com<></EmailAddress></Grantee></code>
69
76
  * </p>
70
- * <p>The grantee is resolved to the <code>CanonicalUser</code> and, in a
71
- * response to a <code>GETObjectAcl</code> request, appears as the
72
- * CanonicalUser.</p>
77
+ * <p>The grantee is resolved to the <code>CanonicalUser</code> and, in a response to a
78
+ * <code>GETObjectAcl</code> request, appears as the CanonicalUser.</p>
73
79
  * </li>
74
80
  * <li>
75
81
  * <p>By URI:</p>
76
82
  * <p>
77
83
  * <code><Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
78
- * xsi:type="Group"><URI><>http://acs.amazonaws.com/groups/global/AuthenticatedUsers<></URI></Grantee></code>
84
+ * xsi:type="Group"><URI><>http://acs.amazonaws.com/groups/global/AuthenticatedUsers<></URI></Grantee></code>
79
85
  * </p>
80
86
  * </li>
81
87
  * </ul>
82
88
  * </dd>
83
89
  * </dl>
84
- * <p>To enable logging, you use <code>LoggingEnabled</code> and its children request
85
- * elements. To disable logging, you use an empty <code>BucketLoggingStatus</code> request
86
- * element:</p>
90
+ * <p>To enable logging, you use <code>LoggingEnabled</code> and its children request elements. To disable
91
+ * logging, you use an empty <code>BucketLoggingStatus</code> request element:</p>
87
92
  * <p>
88
- * <code><BucketLoggingStatus xmlns="http://doc.s3.amazonaws.com/2006-03-01"
89
- * /></code>
93
+ * <code><BucketLoggingStatus xmlns="http://doc.s3.amazonaws.com/2006-03-01" /></code>
90
94
  * </p>
91
95
  * <p>For more information about server access logging, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerLogs.html">Server Access Logging</a> in the
92
- * <i>Amazon S3 User Guide</i>. </p>
93
- * <p>For more information about creating a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">CreateBucket</a>. For more
94
- * information about returning the logging status of a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLogging.html">GetBucketLogging</a>.</p>
96
+ * <i>Amazon S3 User Guide</i>. </p>
97
+ * <p>For more information about creating a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">CreateBucket</a>. For more information about
98
+ * returning the logging status of a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLogging.html">GetBucketLogging</a>.</p>
95
99
  * <p>The following operations are related to <code>PutBucketLogging</code>:</p>
96
100
  * <ul>
97
101
  * <li>
@@ -30,19 +30,17 @@ declare const PutBucketMetricsConfigurationCommand_base: {
30
30
  * <note>
31
31
  * <p>This operation is not supported for directory buckets.</p>
32
32
  * </note>
33
- * <p>Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.
34
- * You can have up to 1,000 metrics configurations per bucket. If you're updating an existing
35
- * metrics configuration, note that this is a full replacement of the existing metrics
36
- * configuration. If you don't include the elements you want to keep, they are erased.</p>
33
+ * <p>Sets a metrics configuration (specified by the metrics configuration ID) for the bucket. You can
34
+ * have up to 1,000 metrics configurations per bucket. If you're updating an existing metrics
35
+ * configuration, note that this is a full replacement of the existing metrics configuration. If you don't
36
+ * include the elements you want to keep, they are erased.</p>
37
37
  * <p>To use this operation, you must have permissions to perform the
38
- * <code>s3:PutMetricsConfiguration</code> action. The bucket owner has this permission by
39
- * default. The bucket owner can grant this permission to others. For more information about
40
- * permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing
41
- * Access Permissions to Your Amazon S3 Resources</a>.</p>
42
- * <p>For information about CloudWatch request metrics for Amazon S3, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cloudwatch-monitoring.html">Monitoring
43
- * Metrics with Amazon CloudWatch</a>.</p>
44
- * <p>The following operations are related to
45
- * <code>PutBucketMetricsConfiguration</code>:</p>
38
+ * <code>s3:PutMetricsConfiguration</code> action. The bucket owner has this permission by default. The
39
+ * bucket owner can grant this permission to others. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
40
+ * Resources</a>.</p>
41
+ * <p>For information about CloudWatch request metrics for Amazon S3, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cloudwatch-monitoring.html">Monitoring Metrics with Amazon
42
+ * CloudWatch</a>.</p>
43
+ * <p>The following operations are related to <code>PutBucketMetricsConfiguration</code>:</p>
46
44
  * <ul>
47
45
  * <li>
48
46
  * <p>
@@ -68,8 +66,8 @@ declare const PutBucketMetricsConfigurationCommand_base: {
68
66
  * </p>
69
67
  * <ul>
70
68
  * <li>
71
- * <p>Description: You are attempting to create a new configuration but have
72
- * already reached the 1,000-configuration limit.</p>
69
+ * <p>Description: You are attempting to create a new configuration but have already reached the
70
+ * 1,000-configuration limit.</p>
73
71
  * </li>
74
72
  * <li>
75
73
  * <p>HTTP Status Code: HTTP 400 Bad Request</p>
@@ -31,50 +31,44 @@ declare const PutBucketNotificationConfigurationCommand_base: {
31
31
  * <p>This operation is not supported for directory buckets.</p>
32
32
  * </note>
33
33
  * <p>Enables notifications of specified events for a bucket. For more information about event
34
- * notifications, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html">Configuring Event
35
- * Notifications</a>.</p>
36
- * <p>Using this API, you can replace an existing notification configuration. The
37
- * configuration is an XML file that defines the event types that you want Amazon S3 to publish and
38
- * the destination where you want Amazon S3 to publish an event notification when it detects an
39
- * event of the specified type.</p>
34
+ * notifications, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html">Configuring Event Notifications</a>.</p>
35
+ * <p>Using this API, you can replace an existing notification configuration. The configuration is an XML
36
+ * file that defines the event types that you want Amazon S3 to publish and the destination where you want Amazon S3
37
+ * to publish an event notification when it detects an event of the specified type.</p>
40
38
  * <p>By default, your bucket has no event notifications configured. That is, the notification
41
- * configuration will be an empty <code>NotificationConfiguration</code>.</p>
39
+ * configuration will be an empty <code>NotificationConfiguration</code>.</p>
42
40
  * <p>
43
41
  * <code><NotificationConfiguration></code>
44
42
  * </p>
45
43
  * <p>
46
44
  * <code></NotificationConfiguration></code>
47
45
  * </p>
48
- * <p>This action replaces the existing notification configuration with the configuration you
49
- * include in the request body.</p>
50
- * <p>After Amazon S3 receives this request, it first verifies that any Amazon Simple Notification
51
- * Service (Amazon SNS) or Amazon Simple Queue Service (Amazon SQS) destination exists, and
52
- * that the bucket owner has permission to publish to it by sending a test notification. In
53
- * the case of Lambda destinations, Amazon S3 verifies that the Lambda function permissions
54
- * grant Amazon S3 permission to invoke the function from the Amazon S3 bucket. For more information,
55
- * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html">Configuring Notifications for Amazon S3 Events</a>.</p>
56
- * <p>You can disable notifications by adding the empty NotificationConfiguration
57
- * element.</p>
58
- * <p>For more information about the number of event notification configurations that you can
59
- * create per bucket, see <a href="https://docs.aws.amazon.com/general/latest/gr/s3.html#limits_s3">Amazon S3 service quotas</a> in <i>Amazon Web Services
60
- * General Reference</i>.</p>
61
- * <p>By default, only the bucket owner can configure notifications on a bucket. However,
62
- * bucket owners can use a bucket policy to grant permission to other users to set this
63
- * configuration with the required <code>s3:PutBucketNotification</code> permission.</p>
46
+ * <p>This action replaces the existing notification configuration with the configuration you include in
47
+ * the request body.</p>
48
+ * <p>After Amazon S3 receives this request, it first verifies that any Amazon Simple Notification Service
49
+ * (Amazon SNS) or Amazon Simple Queue Service (Amazon SQS) destination exists, and that the bucket owner
50
+ * has permission to publish to it by sending a test notification. In the case of Lambda destinations,
51
+ * Amazon S3 verifies that the Lambda function permissions grant Amazon S3 permission to invoke the function from the
52
+ * Amazon S3 bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html">Configuring Notifications for Amazon S3
53
+ * Events</a>.</p>
54
+ * <p>You can disable notifications by adding the empty NotificationConfiguration element.</p>
55
+ * <p>For more information about the number of event notification configurations that you can create per
56
+ * bucket, see <a href="https://docs.aws.amazon.com/general/latest/gr/s3.html#limits_s3">Amazon S3 service
57
+ * quotas</a> in <i>Amazon Web Services General Reference</i>.</p>
58
+ * <p>By default, only the bucket owner can configure notifications on a bucket. However, bucket owners
59
+ * can use a bucket policy to grant permission to other users to set this configuration with the required
60
+ * <code>s3:PutBucketNotification</code> permission.</p>
64
61
  * <note>
65
- * <p>The PUT notification is an atomic operation. For example, suppose your notification
66
- * configuration includes SNS topic, SQS queue, and Lambda function configurations. When
67
- * you send a PUT request with this configuration, Amazon S3 sends test messages to your SNS
68
- * topic. If the message fails, the entire PUT action will fail, and Amazon S3 will not add the
69
- * configuration to your bucket.</p>
62
+ * <p>The PUT notification is an atomic operation. For example, suppose your notification configuration
63
+ * includes SNS topic, SQS queue, and Lambda function configurations. When you send a PUT request with
64
+ * this configuration, Amazon S3 sends test messages to your SNS topic. If the message fails, the entire PUT
65
+ * action will fail, and Amazon S3 will not add the configuration to your bucket.</p>
70
66
  * </note>
71
- * <p>If the configuration in the request body includes only one
72
- * <code>TopicConfiguration</code> specifying only the
73
- * <code>s3:ReducedRedundancyLostObject</code> event type, the response will also include
74
- * the <code>x-amz-sns-test-message-id</code> header containing the message ID of the test
75
- * notification sent to the topic.</p>
76
- * <p>The following action is related to
77
- * <code>PutBucketNotificationConfiguration</code>:</p>
67
+ * <p>If the configuration in the request body includes only one <code>TopicConfiguration</code>
68
+ * specifying only the <code>s3:ReducedRedundancyLostObject</code> event type, the response will also
69
+ * include the <code>x-amz-sns-test-message-id</code> header containing the message ID of the test
70
+ * notification sent to the topic.</p>
71
+ * <p>The following action is related to <code>PutBucketNotificationConfiguration</code>:</p>
78
72
  * <ul>
79
73
  * <li>
80
74
  * <p>
@@ -30,12 +30,10 @@ declare const PutBucketOwnershipControlsCommand_base: {
30
30
  * <note>
31
31
  * <p>This operation is not supported for directory buckets.</p>
32
32
  * </note>
33
- * <p>Creates or modifies <code>OwnershipControls</code> for an Amazon S3 bucket. To use this
34
- * operation, you must have the <code>s3:PutBucketOwnershipControls</code> permission. For
35
- * more information about Amazon S3 permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/user-guide/using-with-s3-actions.html">Specifying permissions in a
36
- * policy</a>. </p>
37
- * <p>For information about Amazon S3 Object Ownership, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/user-guide/about-object-ownership.html">Using object
38
- * ownership</a>. </p>
33
+ * <p>Creates or modifies <code>OwnershipControls</code> for an Amazon S3 bucket. To use this operation, you
34
+ * must have the <code>s3:PutBucketOwnershipControls</code> permission. For more information about Amazon S3
35
+ * permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/user-guide/using-with-s3-actions.html">Specifying permissions in a policy</a>. </p>
36
+ * <p>For information about Amazon S3 Object Ownership, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/user-guide/about-object-ownership.html">Using object ownership</a>. </p>
39
37
  * <p>The following operations are related to <code>PutBucketOwnershipControls</code>:</p>
40
38
  * <ul>
41
39
  * <li>
@@ -66,6 +64,7 @@ declare const PutBucketOwnershipControlsCommand_base: {
66
64
  * },
67
65
  * ],
68
66
  * },
67
+ * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
69
68
  * };
70
69
  * const command = new PutBucketOwnershipControlsCommand(input);
71
70
  * const response = await client.send(command);