@gemeentenijmegen/webapp 1.1.9 → 1.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (496) hide show
  1. package/.jsii +12 -12
  2. package/lib/webapp/Criticality.js +1 -1
  3. package/lib/webapp/Webapp.js +1 -1
  4. package/lib/webapp/Webpage.js +1 -1
  5. package/lib/webapp/util/Files.js +1 -1
  6. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +1 -1
  7. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +35 -22
  8. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +22 -12
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +4 -3
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +4 -0
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +14 -11
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +16 -13
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +26 -16
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +12 -10
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +2 -1
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +18 -13
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +26 -20
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +2 -1
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +12 -10
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +2 -2
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +1 -1
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +1 -3
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +10 -8
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +2 -6
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +16 -12
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +16 -12
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +28 -35
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +14 -11
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +19 -17
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +12 -10
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +12 -10
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +2 -1
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +18 -13
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +22 -14
  37. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +24 -15
  38. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +16 -12
  39. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +7 -8
  40. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +28 -35
  41. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +16 -12
  42. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -2
  43. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +6 -6
  44. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +17 -13
  45. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +2 -1
  46. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +16 -12
  47. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +36 -20
  48. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +18 -18
  49. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +16 -12
  50. package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +240 -112
  52. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  53. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +37 -10
  54. package/node_modules/@aws-sdk/client-dynamodb/package.json +23 -23
  55. package/node_modules/@aws-sdk/client-s3/README.md +48 -0
  56. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +739 -139
  57. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +12 -0
  58. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +31 -0
  59. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +26 -0
  60. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +28 -0
  61. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +1 -1
  62. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
  63. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +31 -0
  64. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +31 -0
  65. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +6 -0
  66. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +18 -23
  67. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +36 -0
  68. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +422 -20
  69. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +42 -0
  70. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +8 -2
  71. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +17 -22
  72. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -58
  73. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +107 -110
  74. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +93 -83
  75. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +182 -0
  76. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +25 -12
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +99 -116
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +47 -52
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +7 -9
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -12
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -5
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +16 -18
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -6
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +23 -28
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +114 -0
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +26 -8
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +9 -12
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +5 -6
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +20 -23
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +5 -7
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -3
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +9 -10
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +37 -23
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +7 -7
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +37 -44
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +6 -6
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +14 -17
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +17 -12
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +8 -11
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +4 -6
  102. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +17 -20
  103. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  104. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +6 -8
  105. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +28 -37
  106. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +4 -5
  107. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -3
  108. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +146 -0
  109. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +25 -8
  110. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +10 -11
  111. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +7 -8
  112. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +19 -6
  113. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +24 -29
  114. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +5 -6
  115. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +12 -13
  116. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +2 -3
  117. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -3
  118. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -3
  119. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +6 -7
  120. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +9 -11
  121. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +56 -71
  122. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +68 -83
  123. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -2
  124. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -3
  125. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -2
  126. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +8 -10
  127. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +4 -5
  128. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +10 -12
  129. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +34 -35
  130. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +53 -64
  131. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +14 -17
  132. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -0
  133. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +12 -15
  134. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +15 -18
  135. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +19 -10
  136. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +10 -9
  137. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +49 -50
  138. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +15 -10
  139. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +17 -9
  140. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +29 -32
  141. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +30 -26
  142. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +14 -18
  143. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +60 -60
  144. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +23 -25
  145. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +23 -27
  146. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +41 -49
  147. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +12 -12
  148. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +33 -37
  149. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +51 -60
  150. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +35 -31
  151. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +12 -14
  152. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +29 -35
  153. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -6
  154. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +24 -29
  155. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +32 -39
  156. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +4 -5
  157. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +21 -27
  158. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +20 -23
  159. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +19 -18
  160. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +53 -58
  161. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +68 -70
  162. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -3
  163. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +10 -11
  164. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +4 -4
  165. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +18 -24
  166. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +10 -12
  167. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +138 -0
  168. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +78 -87
  169. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +50 -59
  170. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +161 -0
  171. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +113 -0
  172. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +65 -75
  173. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +81 -97
  174. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +31 -35
  175. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +6 -0
  176. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  177. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +2789 -3602
  178. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +2226 -711
  179. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +54 -0
  180. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +126 -0
  181. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +36 -0
  182. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +47 -0
  183. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +47 -0
  184. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +51 -0
  185. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
  186. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
  187. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
  188. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
  189. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  190. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
  191. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  192. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +47 -0
  193. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +47 -0
  194. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +47 -0
  195. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +6 -0
  196. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  197. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +107 -209
  198. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +261 -0
  199. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +72 -0
  200. package/node_modules/@aws-sdk/client-s3/package.json +34 -32
  201. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  202. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  203. package/node_modules/@aws-sdk/client-secrets-manager/package.json +21 -21
  204. package/node_modules/@aws-sdk/client-ssm/README.md +3 -2
  205. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +15 -7
  206. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +1 -1
  207. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +4 -6
  208. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +8 -1
  209. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +1 -0
  210. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +3 -2
  211. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +3 -2
  212. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +3 -0
  213. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +3 -0
  214. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -1
  215. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +3 -0
  216. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +2 -1
  217. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAccessTokenCommand.d.ts +2 -1
  218. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +3 -0
  219. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +3 -0
  220. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +3 -0
  221. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +3 -0
  222. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +5 -0
  223. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +7 -0
  224. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -1
  225. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAccessRequestCommand.d.ts +4 -2
  226. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +3 -0
  227. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +3 -0
  228. package/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  229. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +3 -2
  230. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +39 -28
  231. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +95 -21
  232. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +17 -1
  233. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -4
  234. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -4
  235. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  236. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +5 -7
  237. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +11 -4
  238. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +4 -0
  239. package/node_modules/@aws-sdk/client-ssm/package.json +22 -22
  240. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  241. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  242. package/node_modules/@aws-sdk/client-sso/package.json +20 -20
  243. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  244. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +8 -9
  245. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  246. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  247. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +7 -10
  248. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  249. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  250. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +2 -2
  251. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  252. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  253. package/node_modules/@aws-sdk/core/package.json +5 -5
  254. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  255. package/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
  256. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  257. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  258. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  259. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  260. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  261. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +2 -2
  262. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +2 -2
  263. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +2 -2
  264. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +5 -5
  265. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  266. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +2 -2
  267. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  268. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  269. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +6 -6
  270. package/node_modules/@aws-sdk/middleware-ssec/package.json +2 -2
  271. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  272. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +1 -1
  273. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +1 -1
  274. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +4 -1
  275. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +4 -1
  276. package/node_modules/@aws-sdk/nested-clients/package.json +20 -20
  277. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  278. package/node_modules/@aws-sdk/s3-request-presigner/package.json +7 -7
  279. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -3
  280. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  281. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  282. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  283. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  284. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  285. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  286. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  287. package/node_modules/@aws-sdk/types/package.json +1 -1
  288. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +30 -0
  289. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  290. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  291. package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  292. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  293. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  294. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  295. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -2
  296. package/node_modules/@aws-sdk/util-format-url/package.json +2 -2
  297. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  298. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  299. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +4 -4
  300. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.adoc +213 -0
  301. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.md +1 -126
  302. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
  303. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +28 -2
  304. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.d.ts +2 -19
  305. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.js +18 -7
  306. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.d.ts +2 -0
  307. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.js +5 -1
  308. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +1 -1
  309. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +181 -11
  310. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +5 -4
  311. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +8 -8
  312. package/node_modules/@gemeentenijmegen/apiclient/package.json +10 -10
  313. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +6 -6
  314. package/node_modules/@gemeentenijmegen/session/package.json +3 -3
  315. package/node_modules/@gemeentenijmegen/utils/package.json +9 -9
  316. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +67 -8
  317. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +20 -20
  318. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +80 -6
  319. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +39 -3
  320. package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  321. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
  322. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  323. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +20 -20
  324. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  325. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  326. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  327. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +10 -0
  328. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  329. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  330. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
  331. package/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  332. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  333. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  334. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  335. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  336. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  337. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  338. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  339. package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  340. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  341. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  342. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  343. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  344. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  345. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  346. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  347. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  348. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  349. package/node_modules/@smithy/core/package.json +13 -12
  350. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  351. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  352. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  353. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  354. package/node_modules/@smithy/fetch-http-handler/package.json +1 -1
  355. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  356. package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  357. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  358. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  359. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  360. package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  361. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  362. package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  363. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  364. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  365. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  366. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  367. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  368. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  369. package/node_modules/@smithy/middleware-retry/package.json +4 -4
  370. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  371. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  372. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  373. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  374. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  375. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  376. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  377. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  378. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  379. package/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  380. package/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  381. package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  382. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  383. package/node_modules/@smithy/service-error-classification/package.json +1 -1
  384. package/node_modules/@smithy/smithy-client/package.json +4 -4
  385. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  386. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  387. package/node_modules/@smithy/util-retry/package.json +2 -2
  388. package/node_modules/@smithy/util-stream/package.json +3 -3
  389. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +27 -8
  390. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +27 -8
  391. package/node_modules/@smithy/util-waiter/package.json +1 -1
  392. package/node_modules/@types/aws-lambda/README.md +1 -1
  393. package/node_modules/@types/aws-lambda/handler.d.ts +1 -0
  394. package/node_modules/@types/aws-lambda/package.json +2 -2
  395. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts +2 -0
  396. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/pre-token-generation-v3.d.ts +50 -0
  397. package/node_modules/aproba/index.js +1 -1
  398. package/node_modules/aproba/package.json +1 -1
  399. package/node_modules/axios/CHANGELOG.md +17 -0
  400. package/node_modules/axios/README.md +1 -4
  401. package/node_modules/axios/dist/axios.js +39 -5
  402. package/node_modules/axios/dist/axios.js.map +1 -1
  403. package/node_modules/axios/dist/axios.min.js +2 -2
  404. package/node_modules/axios/dist/axios.min.js.map +1 -1
  405. package/node_modules/axios/dist/browser/axios.cjs +46 -9
  406. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  407. package/node_modules/axios/dist/esm/axios.js +46 -9
  408. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  409. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  410. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  411. package/node_modules/axios/dist/node/axios.cjs +46 -9
  412. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  413. package/node_modules/axios/index.d.cts +13 -2
  414. package/node_modules/axios/lib/core/Axios.js +2 -2
  415. package/node_modules/axios/lib/core/mergeConfig.js +1 -1
  416. package/node_modules/axios/lib/env/data.js +1 -1
  417. package/node_modules/axios/lib/helpers/throttle.js +1 -1
  418. package/node_modules/axios/lib/helpers/toURLEncodedForm.js +4 -3
  419. package/node_modules/axios/lib/utils.js +36 -0
  420. package/node_modules/axios/package.json +5 -5
  421. package/node_modules/dotenv/CHANGELOG.md +17 -1
  422. package/node_modules/dotenv/README-es.md +0 -19
  423. package/node_modules/dotenv/README.md +7 -14
  424. package/node_modules/dotenv/SECURITY.md +1 -0
  425. package/node_modules/dotenv/lib/cli-options.js +8 -2
  426. package/node_modules/dotenv/lib/env-options.js +4 -0
  427. package/node_modules/dotenv/lib/main.d.ts +12 -3
  428. package/node_modules/dotenv/lib/main.js +31 -5
  429. package/node_modules/dotenv/package.json +2 -2
  430. package/node_modules/fast-xml-parser/CHANGELOG.md +77 -0
  431. package/node_modules/fast-xml-parser/README.md +39 -52
  432. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  433. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  434. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  435. package/node_modules/fast-xml-parser/lib/fxp.d.cts +458 -0
  436. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  437. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  438. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  439. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  440. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
  441. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
  442. package/node_modules/fast-xml-parser/package.json +36 -20
  443. package/node_modules/fast-xml-parser/src/cli/cli.js +16 -12
  444. package/node_modules/fast-xml-parser/src/cli/man.js +6 -1
  445. package/node_modules/fast-xml-parser/src/cli/read.js +30 -79
  446. package/node_modules/fast-xml-parser/src/fxp.d.ts +52 -9
  447. package/node_modules/fast-xml-parser/src/fxp.js +11 -8
  448. package/node_modules/fast-xml-parser/src/ignoreAttributes.js +18 -0
  449. package/node_modules/fast-xml-parser/src/util.js +14 -18
  450. package/node_modules/fast-xml-parser/src/{v5 → v6}/CharsSymbol.js +1 -1
  451. package/node_modules/fast-xml-parser/src/{v5 → v6}/EntitiesParser.js +3 -6
  452. package/node_modules/fast-xml-parser/src/{v5 → v6}/OptionsBuilder.js +3 -6
  453. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/BaseOutputBuilder.js +1 -3
  454. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsArrBuilder.js +3 -3
  455. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsMinArrBuilder.js +3 -5
  456. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsObjBuilder.js +3 -5
  457. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/ParserOptionsBuilder.js +6 -11
  458. package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPath.js +1 -1
  459. package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPathMatcher.js +3 -5
  460. package/node_modules/fast-xml-parser/src/{v5 → v6}/XMLParser.js +3 -5
  461. package/node_modules/fast-xml-parser/src/{v5 → v6}/Xml2JsParser.js +8 -10
  462. package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlPartReader.js +24 -26
  463. package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlSpecialTagsReader.js +5 -12
  464. package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/BufferSource.js +1 -3
  465. package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/StringSource.js +1 -3
  466. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/EntitiesParser.js +3 -5
  467. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParser.js +1 -2
  468. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParserExt.js +1 -2
  469. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/currency.js +1 -3
  470. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/join.js +1 -2
  471. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/number.js +2 -4
  472. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/trim.js +1 -3
  473. package/node_modules/fast-xml-parser/src/validator.js +5 -5
  474. package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +17 -13
  475. package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +1 -2
  476. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +288 -71
  477. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +3 -5
  478. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +28 -23
  479. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +21 -8
  480. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +8 -2
  481. package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +22 -7
  482. package/node_modules/form-data/CHANGELOG.md +601 -0
  483. package/node_modules/form-data/{README.md.bak → README.md} +4 -4
  484. package/node_modules/form-data/lib/form_data.js +2 -6
  485. package/node_modules/form-data/package.json +22 -6
  486. package/node_modules/strnum/.github/SECURITY.md +5 -0
  487. package/node_modules/strnum/CHANGELOG.md +11 -0
  488. package/node_modules/strnum/algo.stflow +84 -0
  489. package/node_modules/strnum/package.json +2 -1
  490. package/node_modules/strnum/strnum.js +53 -35
  491. package/node_modules/strnum/strnum.test.js +9 -1
  492. package/node_modules/strnum/test.js +9 -0
  493. package/package.json +18 -18
  494. package/node_modules/form-data/Readme.md +0 -355
  495. /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/{architecture.png → aws-lambda-dynamodb.png} +0 -0
  496. /package/node_modules/fast-xml-parser/src/{v5 → v6}/Report.js +0 -0
@@ -27,20 +27,17 @@ declare const HeadObjectCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>The <code>HEAD</code> operation retrieves metadata from an object without returning the
31
- * object itself. This operation is useful if you're interested only in an object's
32
- * metadata.</p>
30
+ * <p>The <code>HEAD</code> operation retrieves metadata from an object without returning the object
31
+ * itself. This operation is useful if you're interested only in an object's metadata.</p>
33
32
  * <note>
34
- * <p>A <code>HEAD</code> request has the same options as a <code>GET</code> operation on
35
- * an object. The response is identical to the <code>GET</code> response except that there
36
- * is no response body. Because of this, if the <code>HEAD</code> request generates an
37
- * error, it returns a generic code, such as <code>400 Bad Request</code>, <code>403
38
- * Forbidden</code>, <code>404 Not Found</code>, <code>405 Method Not Allowed</code>,
39
- * <code>412 Precondition Failed</code>, or <code>304 Not Modified</code>. It's not
40
- * possible to retrieve the exact exception of these error codes.</p>
33
+ * <p>A <code>HEAD</code> request has the same options as a <code>GET</code> operation on an object. The
34
+ * response is identical to the <code>GET</code> response except that there is no response body. Because
35
+ * of this, if the <code>HEAD</code> request generates an error, it returns a generic code, such as
36
+ * <code>400 Bad Request</code>, <code>403 Forbidden</code>, <code>404 Not Found</code>, <code>405
37
+ * Method Not Allowed</code>, <code>412 Precondition Failed</code>, or <code>304 Not Modified</code>.
38
+ * It's not possible to retrieve the exact exception of these error codes.</p>
41
39
  * </note>
42
- * <p>Request headers are limited to 8 KB in size. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTCommonRequestHeaders.html">Common
43
- * Request Headers</a>.</p>
40
+ * <p>Request headers are limited to 8 KB in size. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTCommonRequestHeaders.html">Common Request Headers</a>.</p>
44
41
  * <dl>
45
42
  * <dt>Permissions</dt>
46
43
  * <dd>
@@ -48,26 +45,23 @@ declare const HeadObjectCommand_base: {
48
45
  * <ul>
49
46
  * <li>
50
47
  * <p>
51
- * <b>General purpose bucket permissions</b> - To
52
- * use <code>HEAD</code>, you must have the <code>s3:GetObject</code>
53
- * permission. You need the relevant read object (or version) permission for
54
- * this operation. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/list_amazons3.html">Actions, resources, and
55
- * condition keys for Amazon S3</a> in the <i>Amazon S3 User
56
- * Guide</i>. For more information about the permissions to S3 API
57
- * operations by S3 resource types, see <a href="/AmazonS3/latest/userguide/using-with-s3-policy-actions.html">Required permissions for Amazon S3 API operations</a> in the
58
- * <i>Amazon S3 User Guide</i>.</p>
59
- * <p>If the object you request doesn't exist, the error that Amazon S3 returns
60
- * depends on whether you also have the <code>s3:ListBucket</code>
61
- * permission.</p>
48
+ * <b>General purpose bucket permissions</b> - To use
49
+ * <code>HEAD</code>, you must have the <code>s3:GetObject</code> permission. You need the
50
+ * relevant read object (or version) permission for this operation. For more information, see
51
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/list_amazons3.html">Actions, resources,
52
+ * and condition keys for Amazon S3</a> in the <i>Amazon S3 User Guide</i>. For more
53
+ * information about the permissions to S3 API operations by S3 resource types, see <a href="/AmazonS3/latest/userguide/using-with-s3-policy-actions.html">Required permissions for
54
+ * Amazon S3 API operations</a> in the <i>Amazon S3 User Guide</i>.</p>
55
+ * <p>If the object you request doesn't exist, the error that Amazon S3 returns depends on whether
56
+ * you also have the <code>s3:ListBucket</code> permission.</p>
62
57
  * <ul>
63
58
  * <li>
64
- * <p>If you have the <code>s3:ListBucket</code> permission on the
65
- * bucket, Amazon S3 returns an HTTP status code <code>404 Not Found</code>
66
- * error.</p>
59
+ * <p>If you have the <code>s3:ListBucket</code> permission on the bucket, Amazon S3 returns an
60
+ * HTTP status code <code>404 Not Found</code> error.</p>
67
61
  * </li>
68
62
  * <li>
69
- * <p>If you don’t have the <code>s3:ListBucket</code> permission, Amazon S3
70
- * returns an HTTP status code <code>403 Forbidden</code> error.</p>
63
+ * <p>If you don’t have the <code>s3:ListBucket</code> permission, Amazon S3 returns an HTTP
64
+ * status code <code>403 Forbidden</code> error.</p>
71
65
  * </li>
72
66
  * </ul>
73
67
  * </li>
@@ -79,34 +73,31 @@ declare const HeadObjectCommand_base: {
79
73
  * Amazon Web Services CLI or SDKs create session and refresh the session token automatically to avoid service interruptions when a session expires. For more information about authorization, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateSession.html">
80
74
  * <code>CreateSession</code>
81
75
  * </a>.</p>
82
- * <p>If you enable <code>x-amz-checksum-mode</code> in the request and the
83
- * object is encrypted with Amazon Web Services Key Management Service (Amazon Web Services KMS), you must
84
- * also have the <code>kms:GenerateDataKey</code> and <code>kms:Decrypt</code>
85
- * permissions in IAM identity-based policies and KMS key policies for the
86
- * KMS key to retrieve the checksum of the object.</p>
76
+ * <p>If you enable <code>x-amz-checksum-mode</code> in the request and the object is encrypted
77
+ * with Amazon Web Services Key Management Service (Amazon Web Services KMS), you must also have the
78
+ * <code>kms:GenerateDataKey</code> and <code>kms:Decrypt</code> permissions in IAM
79
+ * identity-based policies and KMS key policies for the KMS key to retrieve the checksum of
80
+ * the object.</p>
87
81
  * </li>
88
82
  * </ul>
89
83
  * </dd>
90
84
  * <dt>Encryption</dt>
91
85
  * <dd>
92
86
  * <note>
93
- * <p>Encryption request headers, like <code>x-amz-server-side-encryption</code>,
94
- * should not be sent for <code>HEAD</code> requests if your object uses
95
- * server-side encryption with Key Management Service (KMS) keys (SSE-KMS), dual-layer
96
- * server-side encryption with Amazon Web Services KMS keys (DSSE-KMS), or server-side
97
- * encryption with Amazon S3 managed encryption keys (SSE-S3). The
98
- * <code>x-amz-server-side-encryption</code> header is used when you
99
- * <code>PUT</code> an object to S3 and want to specify the encryption method.
100
- * If you include this header in a <code>HEAD</code> request for an object that
101
- * uses these types of keys, you’ll get an HTTP <code>400 Bad Request</code>
102
- * error. It's because the encryption method can't be changed when you retrieve
103
- * the object.</p>
87
+ * <p>Encryption request headers, like <code>x-amz-server-side-encryption</code>, should not be
88
+ * sent for <code>HEAD</code> requests if your object uses server-side encryption with Key Management Service
89
+ * (KMS) keys (SSE-KMS), dual-layer server-side encryption with Amazon Web Services KMS keys (DSSE-KMS), or
90
+ * server-side encryption with Amazon S3 managed encryption keys (SSE-S3). The
91
+ * <code>x-amz-server-side-encryption</code> header is used when you <code>PUT</code> an object
92
+ * to S3 and want to specify the encryption method. If you include this header in a
93
+ * <code>HEAD</code> request for an object that uses these types of keys, you’ll get an HTTP
94
+ * <code>400 Bad Request</code> error. It's because the encryption method can't be changed when
95
+ * you retrieve the object.</p>
104
96
  * </note>
105
- * <p>If you encrypt an object by using server-side encryption with customer-provided
106
- * encryption keys (SSE-C) when you store the object in Amazon S3, then when you retrieve
107
- * the metadata from the object, you must use the following headers to provide the
108
- * encryption key for the server to be able to retrieve the object's metadata. The
109
- * headers are: </p>
97
+ * <p>If you encrypt an object by using server-side encryption with customer-provided encryption
98
+ * keys (SSE-C) when you store the object in Amazon S3, then when you retrieve the metadata from the
99
+ * object, you must use the following headers to provide the encryption key for the server to be able
100
+ * to retrieve the object's metadata. The headers are: </p>
110
101
  * <ul>
111
102
  * <li>
112
103
  * <p>
@@ -124,13 +115,12 @@ declare const HeadObjectCommand_base: {
124
115
  * </p>
125
116
  * </li>
126
117
  * </ul>
127
- * <p>For more information about SSE-C, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Server-Side
128
- * Encryption (Using Customer-Provided Encryption Keys)</a> in the
129
- * <i>Amazon S3 User Guide</i>.</p>
118
+ * <p>For more information about SSE-C, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Server-Side Encryption (Using
119
+ * Customer-Provided Encryption Keys)</a> in the <i>Amazon S3 User Guide</i>.</p>
130
120
  * <note>
131
121
  * <p>
132
122
  * <b>Directory bucket </b> -
133
- * For directory buckets, there are only two supported options for server-side encryption: SSE-S3 and SSE-KMS. SSE-C isn't supported. For more
123
+ * For directory buckets, there are only two supported options for server-side encryption: SSE-S3 and SSE-KMS. SSE-C isn't supported. For more
134
124
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-serv-side-encryption.html">Protecting data with server-side encryption</a> in the <i>Amazon S3 User Guide</i>. </p>
135
125
  * </note>
136
126
  * </dd>
@@ -138,14 +128,12 @@ declare const HeadObjectCommand_base: {
138
128
  * <dd>
139
129
  * <ul>
140
130
  * <li>
141
- * <p>If the current version of the object is a delete marker, Amazon S3 behaves as
142
- * if the object was deleted and includes <code>x-amz-delete-marker:
143
- * true</code> in the response.</p>
131
+ * <p>If the current version of the object is a delete marker, Amazon S3 behaves as if the object was
132
+ * deleted and includes <code>x-amz-delete-marker: true</code> in the response.</p>
144
133
  * </li>
145
134
  * <li>
146
- * <p>If the specified version is a delete marker, the response returns a
147
- * <code>405 Method Not Allowed</code> error and the <code>Last-Modified:
148
- * timestamp</code> response header.</p>
135
+ * <p>If the specified version is a delete marker, the response returns a <code>405 Method Not
136
+ * Allowed</code> error and the <code>Last-Modified: timestamp</code> response header.</p>
149
137
  * </li>
150
138
  * </ul>
151
139
  * <note>
@@ -153,13 +141,13 @@ declare const HeadObjectCommand_base: {
153
141
  * <li>
154
142
  * <p>
155
143
  * <b>Directory buckets</b> -
156
- * Delete marker is not supported for directory buckets.</p>
144
+ * Delete marker is not supported for directory buckets.</p>
157
145
  * </li>
158
146
  * <li>
159
147
  * <p>
160
148
  * <b>Directory buckets</b> -
161
- * S3 Versioning isn't enabled and supported for directory buckets. For this API operation, only the <code>null</code> value of the version ID is supported by directory buckets. You can only specify <code>null</code>
162
- * to the <code>versionId</code> query parameter in the request.</p>
149
+ * S3 Versioning isn't enabled and supported for directory buckets. For this API operation, only the <code>null</code> value of the version ID is supported by directory buckets. You can only specify <code>null</code> to the
150
+ * <code>versionId</code> query parameter in the request.</p>
163
151
  * </li>
164
152
  * </ul>
165
153
  * </note>
@@ -247,7 +235,7 @@ declare const HeadObjectCommand_base: {
247
235
  * // Expires: new Date("TIMESTAMP"),
248
236
  * // ExpiresString: "STRING_VALUE",
249
237
  * // WebsiteRedirectLocation: "STRING_VALUE",
250
- * // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
238
+ * // ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
251
239
  * // Metadata: { // Metadata
252
240
  * // "<keys>": "STRING_VALUE",
253
241
  * // },
@@ -255,10 +243,11 @@ declare const HeadObjectCommand_base: {
255
243
  * // SSECustomerKeyMD5: "STRING_VALUE",
256
244
  * // SSEKMSKeyId: "STRING_VALUE",
257
245
  * // BucketKeyEnabled: true || false,
258
- * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
246
+ * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
259
247
  * // RequestCharged: "requester",
260
248
  * // ReplicationStatus: "COMPLETE" || "PENDING" || "FAILED" || "REPLICA" || "COMPLETED",
261
249
  * // PartsCount: Number("int"),
250
+ * // TagCount: Number("int"),
262
251
  * // ObjectLockMode: "GOVERNANCE" || "COMPLIANCE",
263
252
  * // ObjectLockRetainUntilDate: new Date("TIMESTAMP"),
264
253
  * // ObjectLockLegalHoldStatus: "ON" || "OFF",
@@ -30,25 +30,22 @@ declare const ListBucketAnalyticsConfigurationsCommand_base: {
30
30
  * <note>
31
31
  * <p>This operation is not supported for directory buckets.</p>
32
32
  * </note>
33
- * <p>Lists the analytics configurations for the bucket. You can have up to 1,000 analytics
34
- * configurations per bucket.</p>
35
- * <p>This action supports list pagination and does not return more than 100 configurations at
36
- * a time. You should always check the <code>IsTruncated</code> element in the response. If
37
- * there are no more configurations to list, <code>IsTruncated</code> is set to false. If
38
- * there are more configurations to list, <code>IsTruncated</code> is set to true, and there
39
- * will be a value in <code>NextContinuationToken</code>. You use the
40
- * <code>NextContinuationToken</code> value to continue the pagination of the list by
41
- * passing the value in continuation-token in the request to <code>GET</code> the next
42
- * page.</p>
33
+ * <p>Lists the analytics configurations for the bucket. You can have up to 1,000 analytics configurations
34
+ * per bucket.</p>
35
+ * <p>This action supports list pagination and does not return more than 100 configurations at a time. You
36
+ * should always check the <code>IsTruncated</code> element in the response. If there are no more
37
+ * configurations to list, <code>IsTruncated</code> is set to false. If there are more configurations to
38
+ * list, <code>IsTruncated</code> is set to true, and there will be a value in
39
+ * <code>NextContinuationToken</code>. You use the <code>NextContinuationToken</code> value to continue
40
+ * the pagination of the list by passing the value in continuation-token in the request to <code>GET</code>
41
+ * the next page.</p>
43
42
  * <p>To use this operation, you must have permissions to perform the
44
- * <code>s3:GetAnalyticsConfiguration</code> action. The bucket owner has this permission
45
- * by default. The bucket owner can grant this permission to others. For more information
46
- * 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
47
- * Access Permissions to Your Amazon S3 Resources</a>.</p>
43
+ * <code>s3:GetAnalyticsConfiguration</code> action. The bucket owner has this permission by default. The
44
+ * 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
45
+ * Resources</a>.</p>
48
46
  * <p>For information about Amazon S3 analytics feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/analytics-storage-class.html">Amazon S3 Analytics – Storage Class
49
- * Analysis</a>. </p>
50
- * <p>The following operations are related to
51
- * <code>ListBucketAnalyticsConfigurations</code>:</p>
47
+ * Analysis</a>. </p>
48
+ * <p>The following operations are related to <code>ListBucketAnalyticsConfigurations</code>:</p>
52
49
  * <ul>
53
50
  * <li>
54
51
  * <p>
@@ -61,6 +61,7 @@ declare const ListBucketIntelligentTieringConfigurationsCommand_base: {
61
61
  * const input = { // ListBucketIntelligentTieringConfigurationsRequest
62
62
  * Bucket: "STRING_VALUE", // required
63
63
  * ContinuationToken: "STRING_VALUE",
64
+ * ExpectedBucketOwner: "STRING_VALUE",
64
65
  * };
65
66
  * const command = new ListBucketIntelligentTieringConfigurationsCommand(input);
66
67
  * const response = await client.send(command);
@@ -30,24 +30,21 @@ declare const ListBucketInventoryConfigurationsCommand_base: {
30
30
  * <note>
31
31
  * <p>This operation is not supported for directory buckets.</p>
32
32
  * </note>
33
- * <p>Returns a list of inventory configurations for the bucket. You can have up to 1,000
34
- * analytics configurations per bucket.</p>
35
- * <p>This action supports list pagination and does not return more than 100 configurations at
36
- * a time. Always check the <code>IsTruncated</code> element in the response. If there are no
37
- * more configurations to list, <code>IsTruncated</code> is set to false. If there are more
38
- * configurations to list, <code>IsTruncated</code> is set to true, and there is a value in
39
- * <code>NextContinuationToken</code>. You use the <code>NextContinuationToken</code> value
40
- * to continue the pagination of the list by passing the value in continuation-token in the
41
- * request to <code>GET</code> the next page.</p>
33
+ * <p>Returns a list of S3 Inventory configurations for the bucket. You can have up to 1,000 analytics
34
+ * configurations per bucket.</p>
35
+ * <p>This action supports list pagination and does not return more than 100 configurations at a time.
36
+ * Always check the <code>IsTruncated</code> element in the response. If there are no more configurations
37
+ * to list, <code>IsTruncated</code> is set to false. If there are more configurations to list,
38
+ * <code>IsTruncated</code> is set to true, and there is a value in <code>NextContinuationToken</code>.
39
+ * You use the <code>NextContinuationToken</code> value to continue the pagination of the list by passing
40
+ * the value in continuation-token in the request to <code>GET</code> the next page.</p>
42
41
  * <p> To use this operation, you must have permissions to perform the
43
- * <code>s3:GetInventoryConfiguration</code> action. The bucket owner has this permission
44
- * by default. The bucket owner can grant this permission to others. For more information
45
- * 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
46
- * Access Permissions to Your Amazon S3 Resources</a>.</p>
42
+ * <code>s3:GetInventoryConfiguration</code> action. The bucket owner has this permission by default. The
43
+ * 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
44
+ * Resources</a>.</p>
47
45
  * <p>For information about the Amazon S3 inventory feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-inventory.html">Amazon S3 Inventory</a>
48
46
  * </p>
49
- * <p>The following operations are related to
50
- * <code>ListBucketInventoryConfigurations</code>:</p>
47
+ * <p>The following operations are related to <code>ListBucketInventoryConfigurations</code>:</p>
51
48
  * <ul>
52
49
  * <li>
53
50
  * <p>
@@ -30,25 +30,22 @@ declare const ListBucketMetricsConfigurationsCommand_base: {
30
30
  * <note>
31
31
  * <p>This operation is not supported for directory buckets.</p>
32
32
  * </note>
33
- * <p>Lists the metrics configurations for the bucket. The metrics configurations are only for
34
- * the request metrics of the bucket and do not provide information on daily storage metrics.
35
- * You can have up to 1,000 configurations per bucket.</p>
36
- * <p>This action supports list pagination and does not return more than 100 configurations at
37
- * a time. Always check the <code>IsTruncated</code> element in the response. If there are no
38
- * more configurations to list, <code>IsTruncated</code> is set to false. If there are more
39
- * configurations to list, <code>IsTruncated</code> is set to true, and there is a value in
40
- * <code>NextContinuationToken</code>. You use the <code>NextContinuationToken</code> value
41
- * to continue the pagination of the list by passing the value in
42
- * <code>continuation-token</code> in the request to <code>GET</code> the next page.</p>
33
+ * <p>Lists the metrics configurations for the bucket. The metrics configurations are only for the request
34
+ * metrics of the bucket and do not provide information on daily storage metrics. You can have up to 1,000
35
+ * configurations per bucket.</p>
36
+ * <p>This action supports list pagination and does not return more than 100 configurations at a time.
37
+ * Always check the <code>IsTruncated</code> element in the response. If there are no more configurations
38
+ * to list, <code>IsTruncated</code> is set to false. If there are more configurations to list,
39
+ * <code>IsTruncated</code> is set to true, and there is a value in <code>NextContinuationToken</code>.
40
+ * You use the <code>NextContinuationToken</code> value to continue the pagination of the list by passing
41
+ * the value in <code>continuation-token</code> in the request to <code>GET</code> the next page.</p>
43
42
  * <p>To use this operation, you must have permissions to perform the
44
- * <code>s3:GetMetricsConfiguration</code> action. The bucket owner has this permission by
45
- * default. The bucket owner can grant this permission to others. For more information about
46
- * 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
47
- * Access Permissions to Your Amazon S3 Resources</a>.</p>
48
- * <p>For more information about metrics configurations and CloudWatch request metrics, see
49
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cloudwatch-monitoring.html">Monitoring Metrics with Amazon CloudWatch</a>.</p>
50
- * <p>The following operations are related to
51
- * <code>ListBucketMetricsConfigurations</code>:</p>
43
+ * <code>s3:GetMetricsConfiguration</code> action. The bucket owner has this permission by default. The
44
+ * 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
45
+ * Resources</a>.</p>
46
+ * <p>For more information about metrics configurations and CloudWatch request metrics, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cloudwatch-monitoring.html">Monitoring Metrics with
47
+ * Amazon CloudWatch</a>.</p>
48
+ * <p>The following operations are related to <code>ListBucketMetricsConfigurations</code>:</p>
52
49
  * <ul>
53
50
  * <li>
54
51
  * <p>
@@ -27,19 +27,27 @@ declare const ListBucketsCommand_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 stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
32
+ * Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
33
+ * </p>
34
+ * <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,
35
+ * Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
36
+ * </important>
37
+ * <note>
31
38
  * <p>This operation is not supported for directory buckets.</p>
32
39
  * </note>
33
- * <p>Returns a list of all buckets owned by the authenticated sender of the request. To grant IAM permission to use
34
- * this operation, you must add the <code>s3:ListAllMyBuckets</code> policy action. </p>
35
- * <p>For information about Amazon S3 buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-buckets-s3.html">Creating, configuring, and
36
- * working with Amazon S3 buckets</a>.</p>
40
+ * <p>Returns a list of all buckets owned by the authenticated sender of the request. To grant IAM
41
+ * permission to use this operation, you must add the <code>s3:ListAllMyBuckets</code> policy action. </p>
42
+ * <p>For information about Amazon S3 buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-buckets-s3.html">Creating, configuring, and working with Amazon S3
43
+ * buckets</a>.</p>
37
44
  * <important>
38
- * <p>We strongly recommend using only paginated <code>ListBuckets</code> requests. Unpaginated <code>ListBuckets</code> requests are only supported for
39
- * Amazon Web Services accounts set to the default general purpose bucket quota of 10,000. If you have an approved
40
- * general purpose bucket quota above 10,000, you must send paginated <code>ListBuckets</code> requests to list your account’s buckets.
41
- * All unpaginated <code>ListBuckets</code> requests will be rejected for Amazon Web Services accounts with a general purpose bucket quota
42
- * greater than 10,000. </p>
45
+ * <p>We strongly recommend using only paginated <code>ListBuckets</code> requests. Unpaginated
46
+ * <code>ListBuckets</code> requests are only supported for Amazon Web Services accounts set to the default general
47
+ * purpose bucket quota of 10,000. If you have an approved general purpose bucket quota above 10,000, you
48
+ * must send paginated <code>ListBuckets</code> requests to list your account’s buckets. All unpaginated
49
+ * <code>ListBuckets</code> requests will be rejected for Amazon Web Services accounts with a general purpose bucket
50
+ * quota greater than 10,000. </p>
43
51
  * </important>
44
52
  * @example
45
53
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,6 +69,7 @@ declare const ListBucketsCommand_base: {
61
69
  * // Name: "STRING_VALUE",
62
70
  * // CreationDate: new Date("TIMESTAMP"),
63
71
  * // BucketRegion: "STRING_VALUE",
72
+ * // BucketArn: "STRING_VALUE",
64
73
  * // },
65
74
  * // ],
66
75
  * // Owner: { // Owner
@@ -27,8 +27,9 @@ declare const ListDirectoryBucketsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the
31
- * request. For more information about directory buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-overview.html">Directory buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
30
+ * <p>Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request. For
31
+ * more information about directory buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-overview.html">Directory buckets</a> in the
32
+ * <i>Amazon S3 User Guide</i>.</p>
32
33
  * <note>
33
34
  * <p>
34
35
  * <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>
@@ -40,21 +41,20 @@ declare const ListDirectoryBucketsCommand_base: {
40
41
  * <dl>
41
42
  * <dt>Permissions</dt>
42
43
  * <dd>
43
- * <p>You must have the <code>s3express:ListAllMyDirectoryBuckets</code> permission
44
- * in an IAM identity-based policy instead of a bucket policy. Cross-account access to this API operation isn't supported. This operation can only be performed by the Amazon Web Services account that owns the resource.
45
- * 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">Amazon Web Services Identity and Access Management (IAM) for S3 Express One Zone</a> in the <i>Amazon S3 User Guide</i>.</p>
44
+ * <p>You must have the <code>s3express:ListAllMyDirectoryBuckets</code> permission in
45
+ * an IAM identity-based policy instead of a bucket policy. Cross-account access to this API operation isn't supported. This operation can only be performed by the Amazon Web Services account that owns the resource.
46
+ * 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">Amazon Web Services Identity and Access Management (IAM) for S3 Express One Zone</a> in the <i>Amazon S3 User Guide</i>.</p>
46
47
  * </dd>
47
48
  * <dt>HTTP Host header syntax</dt>
48
49
  * <dd>
49
50
  * <p>
50
- * <b>Directory buckets </b> - The HTTP Host
51
- * header syntax is
52
- * <code>s3express-control.<i>region</i>.amazonaws.com</code>.</p>
51
+ * <b>Directory buckets </b> - The HTTP Host header syntax is
52
+ * <code>s3express-control.<i>region</i>.amazonaws.com</code>.</p>
53
53
  * </dd>
54
54
  * </dl>
55
55
  * <note>
56
56
  * <p> The <code>BucketRegion</code> response element is not part of the
57
- * <code>ListDirectoryBuckets</code> Response Syntax.</p>
57
+ * <code>ListDirectoryBuckets</code> Response Syntax.</p>
58
58
  * </note>
59
59
  * @example
60
60
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const ListDirectoryBucketsCommand_base: {
74
74
  * // Name: "STRING_VALUE",
75
75
  * // CreationDate: new Date("TIMESTAMP"),
76
76
  * // BucketRegion: "STRING_VALUE",
77
+ * // BucketArn: "STRING_VALUE",
77
78
  * // },
78
79
  * // ],
79
80
  * // ContinuationToken: "STRING_VALUE",