@gemeentenijmegen/webapp 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (253) hide show
  1. package/.jsii +12 -12
  2. package/assets/webapp/auth/auth.lambda/index.js +4 -7
  3. package/assets/webapp/login/login.lambda/index.js +4 -7
  4. package/lib/webapp/Criticality.js +1 -1
  5. package/lib/webapp/Webapp.js +1 -1
  6. package/lib/webapp/Webpage.js +1 -1
  7. package/lib/webapp/util/Files.js +1 -1
  8. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +1 -1
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +38 -0
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +16 -0
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +14 -1
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +1 -0
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +3 -0
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +1 -0
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +1 -0
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +3 -0
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +1 -0
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +3 -0
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +2 -0
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +63 -0
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +18 -0
  24. package/node_modules/@aws-sdk/client-dynamodb/package.json +4 -4
  25. package/node_modules/@aws-sdk/client-s3/README.md +24 -0
  26. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  27. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +358 -104
  28. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +6 -0
  29. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +32 -0
  30. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +26 -0
  31. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +1 -0
  32. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +28 -0
  33. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +1 -0
  34. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +1 -0
  35. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +1 -0
  36. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -1
  37. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +1 -1
  38. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +1 -0
  39. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +1 -0
  40. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +1 -0
  41. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +1 -0
  42. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +1 -0
  43. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +1 -0
  44. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +1 -0
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +1 -0
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +1 -0
  47. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +1 -0
  48. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +1 -0
  49. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +1 -0
  50. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +1 -0
  51. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +1 -0
  52. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +1 -0
  53. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +1 -0
  54. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +1 -0
  55. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +3 -0
  56. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  57. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +2 -12
  58. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +13 -0
  59. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +159 -0
  60. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +21 -0
  61. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +5 -2
  62. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +4 -3
  63. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +5 -3
  64. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +4 -3
  65. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +6 -5
  66. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +134 -0
  67. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +4 -3
  68. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +3 -2
  69. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +4 -3
  70. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
  71. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -2
  72. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +95 -0
  73. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +4 -3
  74. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +63 -53
  75. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +4 -3
  76. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -2
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +111 -0
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +4 -3
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +4 -3
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +23 -22
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +4 -3
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +4 -3
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -2
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +36 -35
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +4 -3
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +4 -3
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +5 -4
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +8 -3
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +4 -3
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +4 -2
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +54 -52
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +4 -3
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +4 -3
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +3 -0
  102. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +455 -411
  103. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +404 -18
  104. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +27 -0
  105. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +69 -0
  106. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +18 -0
  107. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +47 -0
  108. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +47 -0
  109. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +51 -0
  110. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  112. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  117. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +3 -0
  118. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +50 -66
  119. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +75 -0
  120. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +36 -0
  121. package/node_modules/@aws-sdk/client-s3/package.json +5 -5
  122. package/node_modules/@aws-sdk/client-secrets-manager/package.json +4 -4
  123. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +29 -0
  124. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +52 -0
  125. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +43 -0
  126. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +16 -0
  127. package/node_modules/@aws-sdk/client-ssm/package.json +4 -4
  128. package/node_modules/@aws-sdk/client-sso-oidc/package.json +3 -3
  129. package/node_modules/@aws-sdk/client-sts/package.json +3 -3
  130. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +3 -1
  131. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +2 -0
  132. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -1
  133. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -2
  134. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +2 -2
  135. package/node_modules/@aws-sdk/credential-provider-ini/package.json +3 -3
  136. package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
  137. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +4 -0
  138. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
  139. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -1
  140. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  141. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  142. package/node_modules/@aws-sdk/credential-provider-sso/package.json +2 -2
  143. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +5 -0
  144. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +1 -0
  145. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +1 -1
  146. package/node_modules/@aws-sdk/s3-request-presigner/package.json +2 -2
  147. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +11 -10
  148. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -1
  149. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  150. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +5 -7
  151. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +4 -0
  152. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -1
  153. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +3 -3
  154. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +3 -1
  155. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  156. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -1
  157. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  158. package/node_modules/@gemeentenijmegen/apiclient/package.json +4 -4
  159. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +3 -3
  160. package/node_modules/@gemeentenijmegen/utils/package.json +6 -6
  161. package/node_modules/@smithy/abort-controller/package.json +2 -2
  162. package/node_modules/@smithy/config-resolver/package.json +4 -4
  163. package/node_modules/@smithy/core/package.json +6 -6
  164. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  165. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  166. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  167. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  168. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  169. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  170. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  171. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  172. package/node_modules/@smithy/hash-node/package.json +2 -2
  173. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  174. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  175. package/node_modules/@smithy/md5-js/package.json +2 -2
  176. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  177. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  178. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  179. package/node_modules/@smithy/middleware-serde/package.json +2 -2
  180. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  181. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  182. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -8
  183. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +2 -2
  184. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +9 -6
  185. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +2 -2
  186. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +2 -2
  187. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  188. package/node_modules/@smithy/property-provider/package.json +2 -2
  189. package/node_modules/@smithy/protocol-http/package.json +2 -2
  190. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  191. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  192. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -2
  193. package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
  194. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
  195. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +1 -1
  196. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  197. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  198. package/node_modules/@smithy/signature-v4/package.json +4 -4
  199. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +22 -34
  200. package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +22 -31
  201. package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +34 -15
  202. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +34 -15
  203. package/node_modules/@smithy/smithy-client/package.json +7 -7
  204. package/node_modules/@smithy/types/dist-types/shapes.d.ts +1 -0
  205. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +1 -0
  206. package/node_modules/@smithy/types/package.json +1 -1
  207. package/node_modules/@smithy/url-parser/package.json +3 -3
  208. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  209. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  210. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  211. package/node_modules/@smithy/util-middleware/package.json +2 -2
  212. package/node_modules/@smithy/util-retry/package.json +3 -3
  213. package/node_modules/@smithy/util-stream/package.json +4 -4
  214. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +31 -4
  215. package/node_modules/@smithy/util-waiter/dist-es/poller.js +30 -4
  216. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +5 -0
  217. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +5 -0
  218. package/node_modules/@smithy/util-waiter/package.json +3 -3
  219. package/node_modules/@types/aws-lambda/README.md +1 -1
  220. package/node_modules/@types/aws-lambda/index.d.ts +1 -0
  221. package/node_modules/@types/aws-lambda/package.json +4 -3
  222. package/node_modules/@types/aws-lambda/trigger/guard-duty-event-notification.d.ts +36 -0
  223. package/node_modules/axios/CHANGELOG.md +49 -0
  224. package/node_modules/axios/README.md +20 -8
  225. package/node_modules/axios/dist/axios.js +34 -63
  226. package/node_modules/axios/dist/axios.js.map +1 -1
  227. package/node_modules/axios/dist/axios.min.js +1 -1
  228. package/node_modules/axios/dist/axios.min.js.map +1 -1
  229. package/node_modules/axios/dist/browser/axios.cjs +40 -71
  230. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  231. package/node_modules/axios/dist/esm/axios.js +40 -71
  232. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  233. package/node_modules/axios/dist/esm/axios.min.js +1 -1
  234. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  235. package/node_modules/axios/dist/node/axios.cjs +45 -75
  236. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  237. package/node_modules/axios/index.d.cts +5 -1
  238. package/node_modules/axios/index.d.ts +8 -1
  239. package/node_modules/axios/lib/adapters/http.js +4 -4
  240. package/node_modules/axios/lib/core/Axios.js +7 -2
  241. package/node_modules/axios/lib/core/mergeConfig.js +5 -5
  242. package/node_modules/axios/lib/env/data.js +1 -1
  243. package/node_modules/axios/lib/helpers/buildURL.js +7 -1
  244. package/node_modules/axios/lib/helpers/formDataToStream.js +2 -2
  245. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +12 -65
  246. package/node_modules/axios/lib/helpers/validator.js +8 -0
  247. package/node_modules/axios/package.json +3 -3
  248. package/node_modules/dotenv/CHANGELOG.md +15 -2
  249. package/node_modules/dotenv/README.md +37 -114
  250. package/node_modules/dotenv/package.json +5 -9
  251. package/node_modules/openid-client/lib/helpers/client.js +1 -4
  252. package/node_modules/openid-client/package.json +3 -3
  253. package/package.json +18 -17
@@ -61,8 +61,8 @@ export interface AbortMultipartUploadRequest {
61
61
  * <p>
62
62
  * <b>Directory buckets</b> -
63
63
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
64
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
65
- * <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
64
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
65
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
66
66
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
67
67
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
68
68
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -563,8 +563,8 @@ export interface CompleteMultipartUploadRequest {
563
563
  * <p>
564
564
  * <b>Directory buckets</b> -
565
565
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
566
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
567
- * <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
566
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
567
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
568
568
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
569
569
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
570
570
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -646,6 +646,18 @@ export interface CompleteMultipartUploadRequest {
646
646
  * @public
647
647
  */
648
648
  ExpectedBucketOwner?: string | undefined;
649
+ /**
650
+ * <p>Uploads the object only if the ETag (entity tag) value provided during the WRITE
651
+ * operation matches the ETag of the object in S3. If the ETag values do not match, the
652
+ * operation returns a <code>412 Precondition Failed</code> error.</p>
653
+ * <p>If a conflicting operation occurs during the upload S3 returns a <code>409
654
+ * ConditionalRequestConflict</code> response. On a 409 failure you should fetch the object's ETag, re-initiate the
655
+ * multipart upload with <code>CreateMultipartUpload</code>, and re-upload each part.</p>
656
+ * <p>Expects the ETag value as a string.</p>
657
+ * <p>For more information about conditional requests, see <a href="https://tools.ietf.org/html/rfc7232">RFC 7232</a>, or <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html">Conditional requests</a> in the <i>Amazon S3 User Guide</i>.</p>
658
+ * @public
659
+ */
660
+ IfMatch?: string | undefined;
649
661
  /**
650
662
  * <p>Uploads the object only if the object key name does not already exist in the bucket
651
663
  * specified. Otherwise, Amazon S3 returns a <code>412 Precondition Failed</code> error.</p>
@@ -748,7 +760,7 @@ export interface CopyObjectOutput {
748
760
  /**
749
761
  * <p>If the object expiration is configured, the response includes this header.</p>
750
762
  * <note>
751
- * <p>This functionality is not supported for directory buckets.</p>
763
+ * <p>Object expiration information is not returned in directory buckets and this header returns the value "<code>NotImplemented</code>" in all responses for directory buckets.</p>
752
764
  * </note>
753
765
  * @public
754
766
  */
@@ -960,13 +972,16 @@ export interface CopyObjectRequest {
960
972
  /**
961
973
  * <p>The name of the destination bucket.</p>
962
974
  * <p>
963
- * <b>Directory buckets</b> -
964
- * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
965
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
966
- * <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
975
+ * <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
976
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
977
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
967
978
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
968
979
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
969
980
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
981
+ * <note>
982
+ * <p>Copying objects across different Amazon Web Services Regions isn't supported when the source or destination bucket is in Amazon Web Services Local Zones. The source and destination buckets must have the same parent Amazon Web Services Region. Otherwise,
983
+ * you get an HTTP <code>400 Bad Request</code> error with the error code <code>InvalidRequest</code>.</p>
984
+ * </note>
970
985
  * <p>
971
986
  * <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
972
987
  * <note>
@@ -1706,6 +1721,7 @@ export type BucketCannedACL = (typeof BucketCannedACL)[keyof typeof BucketCanned
1706
1721
  */
1707
1722
  export declare const DataRedundancy: {
1708
1723
  readonly SingleAvailabilityZone: "SingleAvailabilityZone";
1724
+ readonly SingleLocalZone: "SingleLocalZone";
1709
1725
  };
1710
1726
  /**
1711
1727
  * @public
@@ -1732,7 +1748,7 @@ export type BucketType = (typeof BucketType)[keyof typeof BucketType];
1732
1748
  */
1733
1749
  export interface BucketInfo {
1734
1750
  /**
1735
- * <p>The number of Availability Zone that's used for redundancy for the bucket.</p>
1751
+ * <p>The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.</p>
1736
1752
  * @public
1737
1753
  */
1738
1754
  DataRedundancy?: DataRedundancy | undefined;
@@ -1748,6 +1764,7 @@ export interface BucketInfo {
1748
1764
  */
1749
1765
  export declare const LocationType: {
1750
1766
  readonly AvailabilityZone: "AvailabilityZone";
1767
+ readonly LocalZone: "LocalZone";
1751
1768
  };
1752
1769
  /**
1753
1770
  * @public
@@ -1755,8 +1772,8 @@ export declare const LocationType: {
1755
1772
  export type LocationType = (typeof LocationType)[keyof typeof LocationType];
1756
1773
  /**
1757
1774
  * <p>Specifies the location where the bucket will be created.</p>
1758
- * <p>For directory buckets, the location type is Availability Zone. For more information about
1759
- * 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>
1775
+ * <p>For directory buckets, the location type is Availability Zone or Local Zone. For more information about directory buckets, see
1776
+ * <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>
1760
1777
  * <note>
1761
1778
  * <p>This functionality is only supported by directory buckets.</p>
1762
1779
  * </note>
@@ -1770,8 +1787,7 @@ export interface LocationInfo {
1770
1787
  Type?: LocationType | undefined;
1771
1788
  /**
1772
1789
  * <p>The name of the location where the bucket will be created.</p>
1773
- * <p>For directory buckets, the name of the location is the AZ ID of the Availability Zone where the
1774
- * bucket will be created. An example AZ ID value is <code>usw2-az1</code>.</p>
1790
+ * <p>For directory buckets, the name of the location is the Zone ID of the Availability Zone (AZ) or Local Zone (LZ) where the bucket will be created. An example AZ ID value is <code>usw2-az1</code>.</p>
1775
1791
  * @public
1776
1792
  */
1777
1793
  Name?: string | undefined;
@@ -1835,7 +1851,11 @@ export interface CreateBucketConfiguration {
1835
1851
  LocationConstraint?: BucketLocationConstraint | undefined;
1836
1852
  /**
1837
1853
  * <p>Specifies the location where the bucket will be created.</p>
1838
- * <p>For directory buckets, the location type is Availability Zone.</p>
1854
+ * <p>
1855
+ * <b>Directory buckets </b> - The location type is Availability Zone or Local Zone.
1856
+ * When the location type is Local Zone, your Local Zone must be in opt-in status. Otherwise, you get an HTTP <code>400 Bad Request</code> error with the
1857
+ * error code <code>Access denied</code>. To learn more about opt-in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/opt-in-directory-bucket-lz.html">Opt-in Dedicated Local Zones</a>in the <i>Amazon S3 User Guide</i>.
1858
+ * </p>
1839
1859
  * <note>
1840
1860
  * <p>This functionality is only supported by directory buckets.</p>
1841
1861
  * </note>
@@ -1883,9 +1903,9 @@ export interface CreateBucketRequest {
1883
1903
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html">Bucket naming
1884
1904
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
1885
1905
  * <p>
1886
- * <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region_code</i>.amazonaws.com/<i>bucket-name</i>
1887
- * </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must also follow the format <code>
1888
- * <i>bucket_base_name</i>--<i>az_id</i>--x-s3</code> (for example, <code>
1906
+ * <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
1907
+ * </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must also follow the format <code>
1908
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
1889
1909
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming rules</a> in the <i>Amazon S3 User Guide</i>
1890
1910
  * </p>
1891
1911
  * @public
@@ -1976,6 +1996,95 @@ export interface CreateBucketRequest {
1976
1996
  */
1977
1997
  ObjectOwnership?: ObjectOwnership | undefined;
1978
1998
  }
1999
+ /**
2000
+ * <p>
2001
+ * The destination information for the metadata table configuration. The destination table bucket
2002
+ * must be in the same Region and Amazon Web Services account as the general purpose bucket. The specified metadata
2003
+ * table name must be unique within the <code>aws_s3_metadata</code> namespace in the destination
2004
+ * table bucket.
2005
+ * </p>
2006
+ * @public
2007
+ */
2008
+ export interface S3TablesDestination {
2009
+ /**
2010
+ * <p>
2011
+ * The Amazon Resource Name (ARN) for the table bucket that's specified as the
2012
+ * destination in the metadata table configuration. The destination table bucket
2013
+ * must be in the same Region and Amazon Web Services account as the general purpose bucket.
2014
+ * </p>
2015
+ * @public
2016
+ */
2017
+ TableBucketArn: string | undefined;
2018
+ /**
2019
+ * <p>
2020
+ * The name for the metadata table in your metadata table configuration. The specified metadata
2021
+ * table name must be unique within the <code>aws_s3_metadata</code> namespace in the destination
2022
+ * table bucket.
2023
+ * </p>
2024
+ * @public
2025
+ */
2026
+ TableName: string | undefined;
2027
+ }
2028
+ /**
2029
+ * <p>
2030
+ * The metadata table configuration for a general purpose bucket.
2031
+ * </p>
2032
+ * @public
2033
+ */
2034
+ export interface MetadataTableConfiguration {
2035
+ /**
2036
+ * <p>
2037
+ * The destination information for the metadata table configuration. The destination table bucket
2038
+ * must be in the same Region and Amazon Web Services account as the general purpose bucket. The specified metadata
2039
+ * table name must be unique within the <code>aws_s3_metadata</code> namespace in the destination
2040
+ * table bucket.
2041
+ * </p>
2042
+ * @public
2043
+ */
2044
+ S3TablesDestination: S3TablesDestination | undefined;
2045
+ }
2046
+ /**
2047
+ * @public
2048
+ */
2049
+ export interface CreateBucketMetadataTableConfigurationRequest {
2050
+ /**
2051
+ * <p>
2052
+ * The general purpose bucket that you want to create the metadata table configuration in.
2053
+ * </p>
2054
+ * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
2055
+ * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
2056
+ * @public
2057
+ */
2058
+ Bucket: string | undefined;
2059
+ /**
2060
+ * <p>
2061
+ * The <code>Content-MD5</code> header for the metadata table configuration.
2062
+ * </p>
2063
+ * @public
2064
+ */
2065
+ ContentMD5?: string | undefined;
2066
+ /**
2067
+ * <p>
2068
+ * The checksum algorithm to use with your metadata table configuration.
2069
+ * </p>
2070
+ * @public
2071
+ */
2072
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
2073
+ /**
2074
+ * <p>
2075
+ * The contents of your metadata table configuration.
2076
+ * </p>
2077
+ * @public
2078
+ */
2079
+ MetadataTableConfiguration: MetadataTableConfiguration | undefined;
2080
+ /**
2081
+ * <p>
2082
+ * The expected owner of the general purpose bucket that contains your metadata table configuration.
2083
+ * </p>
2084
+ * @public
2085
+ */
2086
+ ExpectedBucketOwner?: string | undefined;
2087
+ }
1979
2088
  /**
1980
2089
  * @public
1981
2090
  */
@@ -2115,8 +2224,8 @@ export interface CreateMultipartUploadRequest {
2115
2224
  * <p>
2116
2225
  * <b>Directory buckets</b> -
2117
2226
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
2118
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
2119
- * <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
2227
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
2228
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
2120
2229
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
2121
2230
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
2122
2231
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -2832,9 +2941,9 @@ export interface DeleteBucketRequest {
2832
2941
  /**
2833
2942
  * <p>Specifies the bucket being deleted.</p>
2834
2943
  * <p>
2835
- * <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region_code</i>.amazonaws.com/<i>bucket-name</i>
2836
- * </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must also follow the format <code>
2837
- * <i>bucket_base_name</i>--<i>az_id</i>--x-s3</code> (for example, <code>
2944
+ * <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
2945
+ * </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must also follow the format <code>
2946
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
2838
2947
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming rules</a> in the <i>Amazon S3 User Guide</i>
2839
2948
  * </p>
2840
2949
  * @public
@@ -2897,9 +3006,9 @@ export interface DeleteBucketEncryptionRequest {
2897
3006
  * <p>The name of the bucket containing the server-side encryption configuration to
2898
3007
  * delete.</p>
2899
3008
  * <p>
2900
- * <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region_code</i>.amazonaws.com/<i>bucket-name</i>
2901
- * </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must also follow the format <code>
2902
- * <i>bucket_base_name</i>--<i>az_id</i>--x-s3</code> (for example, <code>
3009
+ * <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
3010
+ * </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must also follow the format <code>
3011
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
2903
3012
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming rules</a> in the <i>Amazon S3 User Guide</i>
2904
3013
  * </p>
2905
3014
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
@@ -2977,6 +3086,28 @@ export interface DeleteBucketLifecycleRequest {
2977
3086
  */
2978
3087
  ExpectedBucketOwner?: string | undefined;
2979
3088
  }
3089
+ /**
3090
+ * @public
3091
+ */
3092
+ export interface DeleteBucketMetadataTableConfigurationRequest {
3093
+ /**
3094
+ * <p>
3095
+ * The general purpose bucket that you want to remove the metadata table configuration from.
3096
+ * </p>
3097
+ * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
3098
+ * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
3099
+ * @public
3100
+ */
3101
+ Bucket: string | undefined;
3102
+ /**
3103
+ * <p>
3104
+ * The expected bucket owner of the general purpose bucket that you want to remove the
3105
+ * metadata table configuration from.
3106
+ * </p>
3107
+ * @public
3108
+ */
3109
+ ExpectedBucketOwner?: string | undefined;
3110
+ }
2980
3111
  /**
2981
3112
  * @public
2982
3113
  */
@@ -3024,9 +3155,9 @@ export interface DeleteBucketPolicyRequest {
3024
3155
  /**
3025
3156
  * <p>The bucket name.</p>
3026
3157
  * <p>
3027
- * <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region_code</i>.amazonaws.com/<i>bucket-name</i>
3028
- * </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must also follow the format <code>
3029
- * <i>bucket_base_name</i>--<i>az_id</i>--x-s3</code> (for example, <code>
3158
+ * <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
3159
+ * </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must also follow the format <code>
3160
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
3030
3161
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming rules</a> in the <i>Amazon S3 User Guide</i>
3031
3162
  * </p>
3032
3163
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
@@ -3138,8 +3269,8 @@ export interface DeleteObjectRequest {
3138
3269
  * <p>
3139
3270
  * <b>Directory buckets</b> -
3140
3271
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
3141
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
3142
- * <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
3272
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
3273
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
3143
3274
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
3144
3275
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
3145
3276
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -5289,8 +5420,8 @@ export interface DeleteObjectsRequest {
5289
5420
  * <p>
5290
5421
  * <b>Directory buckets</b> -
5291
5422
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
5292
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
5293
- * <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
5423
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
5424
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
5294
5425
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
5295
5426
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
5296
5427
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -6057,9 +6188,9 @@ export interface GetBucketEncryptionRequest {
6057
6188
  * <p>The name of the bucket from which the server-side encryption configuration is
6058
6189
  * retrieved.</p>
6059
6190
  * <p>
6060
- * <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region_code</i>.amazonaws.com/<i>bucket-name</i>
6061
- * </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must also follow the format <code>
6062
- * <i>bucket_base_name</i>--<i>az_id</i>--x-s3</code> (for example, <code>
6191
+ * <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
6192
+ * </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must also follow the format <code>
6193
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
6063
6194
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming rules</a> in the <i>Amazon S3 User Guide</i>
6064
6195
  * </p>
6065
6196
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
@@ -7077,6 +7208,271 @@ export interface GetBucketLoggingRequest {
7077
7208
  */
7078
7209
  ExpectedBucketOwner?: string | undefined;
7079
7210
  }
7211
+ /**
7212
+ * <p>
7213
+ * If the <code>CreateBucketMetadataTableConfiguration</code> request succeeds, but S3 Metadata was
7214
+ * unable to create the table, this structure contains the error code and error message.
7215
+ * </p>
7216
+ * @public
7217
+ */
7218
+ export interface ErrorDetails {
7219
+ /**
7220
+ * <p>
7221
+ * If the <code>CreateBucketMetadataTableConfiguration</code> request succeeds, but S3 Metadata was
7222
+ * unable to create the table, this structure contains the error code. The possible error codes and
7223
+ * error messages are as follows:
7224
+ * </p>
7225
+ * <ul>
7226
+ * <li>
7227
+ * <p>
7228
+ * <code>AccessDeniedCreatingResources</code> - You don't have sufficient permissions to
7229
+ * create the required resources. Make sure that you have <code>s3tables:CreateNamespace</code>,
7230
+ * <code>s3tables:CreateTable</code>, <code>s3tables:GetTable</code> and
7231
+ * <code>s3tables:PutTablePolicy</code> permissions, and then try again. To create a new metadata
7232
+ * table, you must delete the metadata configuration for this bucket, and then create a new
7233
+ * metadata configuration.
7234
+ * </p>
7235
+ * </li>
7236
+ * <li>
7237
+ * <p>
7238
+ * <code>AccessDeniedWritingToTable</code> - Unable to write to the metadata table because of
7239
+ * missing resource permissions. To fix the resource policy, Amazon S3 needs to create a new
7240
+ * metadata table. To create a new metadata table, you must delete the metadata configuration for
7241
+ * this bucket, and then create a new metadata configuration.</p>
7242
+ * </li>
7243
+ * <li>
7244
+ * <p>
7245
+ * <code>DestinationTableNotFound</code> - The destination table doesn't exist. To create a
7246
+ * new metadata table, you must delete the metadata configuration for this bucket, and then
7247
+ * create a new metadata configuration.</p>
7248
+ * </li>
7249
+ * <li>
7250
+ * <p>
7251
+ * <code>ServerInternalError</code> - An internal error has occurred. To create a new metadata
7252
+ * table, you must delete the metadata configuration for this bucket, and then create a new
7253
+ * metadata configuration.</p>
7254
+ * </li>
7255
+ * <li>
7256
+ * <p>
7257
+ * <code>TableAlreadyExists</code> - The table that you specified already exists in the table
7258
+ * bucket's namespace. Specify a different table name. To create a new metadata table, you must
7259
+ * delete the metadata configuration for this bucket, and then create a new metadata
7260
+ * configuration.</p>
7261
+ * </li>
7262
+ * <li>
7263
+ * <p>
7264
+ * <code>TableBucketNotFound</code> - The table bucket that you specified doesn't exist in
7265
+ * this Amazon Web Services Region and account. Create or choose a different table bucket. To create a new
7266
+ * metadata table, you must delete the metadata configuration for this bucket, and then create
7267
+ * a new metadata configuration.</p>
7268
+ * </li>
7269
+ * </ul>
7270
+ * @public
7271
+ */
7272
+ ErrorCode?: string | undefined;
7273
+ /**
7274
+ * <p>
7275
+ * If the <code>CreateBucketMetadataTableConfiguration</code> request succeeds, but S3 Metadata was
7276
+ * unable to create the table, this structure contains the error message. The possible error codes and
7277
+ * error messages are as follows:
7278
+ * </p>
7279
+ * <ul>
7280
+ * <li>
7281
+ * <p>
7282
+ * <code>AccessDeniedCreatingResources</code> - You don't have sufficient permissions to
7283
+ * create the required resources. Make sure that you have <code>s3tables:CreateNamespace</code>,
7284
+ * <code>s3tables:CreateTable</code>, <code>s3tables:GetTable</code> and
7285
+ * <code>s3tables:PutTablePolicy</code> permissions, and then try again. To create a new metadata
7286
+ * table, you must delete the metadata configuration for this bucket, and then create a new
7287
+ * metadata configuration.
7288
+ * </p>
7289
+ * </li>
7290
+ * <li>
7291
+ * <p>
7292
+ * <code>AccessDeniedWritingToTable</code> - Unable to write to the metadata table because of
7293
+ * missing resource permissions. To fix the resource policy, Amazon S3 needs to create a new
7294
+ * metadata table. To create a new metadata table, you must delete the metadata configuration for
7295
+ * this bucket, and then create a new metadata configuration.</p>
7296
+ * </li>
7297
+ * <li>
7298
+ * <p>
7299
+ * <code>DestinationTableNotFound</code> - The destination table doesn't exist. To create a
7300
+ * new metadata table, you must delete the metadata configuration for this bucket, and then
7301
+ * create a new metadata configuration.</p>
7302
+ * </li>
7303
+ * <li>
7304
+ * <p>
7305
+ * <code>ServerInternalError</code> - An internal error has occurred. To create a new metadata
7306
+ * table, you must delete the metadata configuration for this bucket, and then create a new
7307
+ * metadata configuration.</p>
7308
+ * </li>
7309
+ * <li>
7310
+ * <p>
7311
+ * <code>TableAlreadyExists</code> - The table that you specified already exists in the table
7312
+ * bucket's namespace. Specify a different table name. To create a new metadata table, you must
7313
+ * delete the metadata configuration for this bucket, and then create a new metadata
7314
+ * configuration.</p>
7315
+ * </li>
7316
+ * <li>
7317
+ * <p>
7318
+ * <code>TableBucketNotFound</code> - The table bucket that you specified doesn't exist in
7319
+ * this Amazon Web Services Region and account. Create or choose a different table bucket. To create a new
7320
+ * metadata table, you must delete the metadata configuration for this bucket, and then create
7321
+ * a new metadata configuration.</p>
7322
+ * </li>
7323
+ * </ul>
7324
+ * @public
7325
+ */
7326
+ ErrorMessage?: string | undefined;
7327
+ }
7328
+ /**
7329
+ * <p>
7330
+ * The destination information for the metadata table configuration. The destination table bucket
7331
+ * must be in the same Region and Amazon Web Services account as the general purpose bucket. The specified metadata
7332
+ * table name must be unique within the <code>aws_s3_metadata</code> namespace in the destination
7333
+ * table bucket.
7334
+ * </p>
7335
+ * @public
7336
+ */
7337
+ export interface S3TablesDestinationResult {
7338
+ /**
7339
+ * <p>
7340
+ * The Amazon Resource Name (ARN) for the table bucket that's specified as the
7341
+ * destination in the metadata table configuration. The destination table bucket
7342
+ * must be in the same Region and Amazon Web Services account as the general purpose bucket.
7343
+ * </p>
7344
+ * @public
7345
+ */
7346
+ TableBucketArn: string | undefined;
7347
+ /**
7348
+ * <p>
7349
+ * The name for the metadata table in your metadata table configuration. The specified metadata
7350
+ * table name must be unique within the <code>aws_s3_metadata</code> namespace in the destination
7351
+ * table bucket.
7352
+ * </p>
7353
+ * @public
7354
+ */
7355
+ TableName: string | undefined;
7356
+ /**
7357
+ * <p>
7358
+ * The Amazon Resource Name (ARN) for the metadata table in the metadata table configuration. The
7359
+ * specified metadata table name must be unique within the <code>aws_s3_metadata</code> namespace
7360
+ * in the destination table bucket.
7361
+ * </p>
7362
+ * @public
7363
+ */
7364
+ TableArn: string | undefined;
7365
+ /**
7366
+ * <p>
7367
+ * The table bucket namespace for the metadata table in your metadata table configuration. This value
7368
+ * is always <code>aws_s3_metadata</code>.
7369
+ * </p>
7370
+ * @public
7371
+ */
7372
+ TableNamespace: string | undefined;
7373
+ }
7374
+ /**
7375
+ * <p>
7376
+ * The metadata table configuration for a general purpose bucket. The destination table bucket
7377
+ * must be in the same Region and Amazon Web Services account as the general purpose bucket. The specified metadata
7378
+ * table name must be unique within the <code>aws_s3_metadata</code> namespace in the destination
7379
+ * table bucket.
7380
+ * </p>
7381
+ * @public
7382
+ */
7383
+ export interface MetadataTableConfigurationResult {
7384
+ /**
7385
+ * <p>
7386
+ * The destination information for the metadata table configuration. The destination table bucket
7387
+ * must be in the same Region and Amazon Web Services account as the general purpose bucket. The specified metadata
7388
+ * table name must be unique within the <code>aws_s3_metadata</code> namespace in the destination
7389
+ * table bucket.
7390
+ * </p>
7391
+ * @public
7392
+ */
7393
+ S3TablesDestinationResult: S3TablesDestinationResult | undefined;
7394
+ }
7395
+ /**
7396
+ * <p>
7397
+ * The metadata table configuration for a general purpose bucket.
7398
+ * </p>
7399
+ * @public
7400
+ */
7401
+ export interface GetBucketMetadataTableConfigurationResult {
7402
+ /**
7403
+ * <p>
7404
+ * The metadata table configuration for a general purpose bucket.
7405
+ * </p>
7406
+ * @public
7407
+ */
7408
+ MetadataTableConfigurationResult: MetadataTableConfigurationResult | undefined;
7409
+ /**
7410
+ * <p>
7411
+ * The status of the metadata table. The status values are:
7412
+ * </p>
7413
+ * <ul>
7414
+ * <li>
7415
+ * <p>
7416
+ * <code>CREATING</code> - The metadata table is in the process of being created in the
7417
+ * specified table bucket.</p>
7418
+ * </li>
7419
+ * <li>
7420
+ * <p>
7421
+ * <code>ACTIVE</code> - The metadata table has been created successfully and records
7422
+ * are being delivered to the table.
7423
+ * </p>
7424
+ * </li>
7425
+ * <li>
7426
+ * <p>
7427
+ * <code>FAILED</code> - Amazon S3 is unable to create the metadata table, or Amazon S3 is unable to deliver
7428
+ * records. See <code>ErrorDetails</code> for details.</p>
7429
+ * </li>
7430
+ * </ul>
7431
+ * @public
7432
+ */
7433
+ Status: string | undefined;
7434
+ /**
7435
+ * <p>
7436
+ * If the <code>CreateBucketMetadataTableConfiguration</code> request succeeds, but S3 Metadata was
7437
+ * unable to create the table, this structure contains the error code and error message.
7438
+ * </p>
7439
+ * @public
7440
+ */
7441
+ Error?: ErrorDetails | undefined;
7442
+ }
7443
+ /**
7444
+ * @public
7445
+ */
7446
+ export interface GetBucketMetadataTableConfigurationOutput {
7447
+ /**
7448
+ * <p>
7449
+ * The metadata table configuration for the general purpose bucket.
7450
+ * </p>
7451
+ * @public
7452
+ */
7453
+ GetBucketMetadataTableConfigurationResult?: GetBucketMetadataTableConfigurationResult | undefined;
7454
+ }
7455
+ /**
7456
+ * @public
7457
+ */
7458
+ export interface GetBucketMetadataTableConfigurationRequest {
7459
+ /**
7460
+ * <p>
7461
+ * The general purpose bucket that contains the metadata table configuration that you want to retrieve.
7462
+ * </p>
7463
+ * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
7464
+ * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
7465
+ * @public
7466
+ */
7467
+ Bucket: string | undefined;
7468
+ /**
7469
+ * <p>
7470
+ * The expected owner of the general purpose bucket that you want to retrieve the metadata table configuration from.
7471
+ * </p>
7472
+ * @public
7473
+ */
7474
+ ExpectedBucketOwner?: string | undefined;
7475
+ }
7080
7476
  /**
7081
7477
  * <p>A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter.
7082
7478
  * The operator must have at least two predicates, and an object must match all of the
@@ -7581,9 +7977,9 @@ export interface GetBucketPolicyRequest {
7581
7977
  /**
7582
7978
  * <p>The bucket name to get the bucket policy for.</p>
7583
7979
  * <p>
7584
- * <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region_code</i>.amazonaws.com/<i>bucket-name</i>
7585
- * </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must also follow the format <code>
7586
- * <i>bucket_base_name</i>--<i>az_id</i>--x-s3</code> (for example, <code>
7980
+ * <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
7981
+ * </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must also follow the format <code>
7982
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
7587
7983
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming rules</a> in the <i>Amazon S3 User Guide</i>
7588
7984
  * </p>
7589
7985
  * <p>
@@ -8576,7 +8972,7 @@ export interface GetObjectOutput {
8576
8972
  * providing object expiration information. The value of the <code>rule-id</code> is
8577
8973
  * URL-encoded.</p>
8578
8974
  * <note>
8579
- * <p>This functionality is not supported for directory buckets.</p>
8975
+ * <p>Object expiration information is not returned in directory buckets and this header returns the value "<code>NotImplemented</code>" in all responses for directory buckets.</p>
8580
8976
  * </note>
8581
8977
  * @public
8582
8978
  */
@@ -8846,8 +9242,8 @@ export interface GetObjectRequest {
8846
9242
  * <p>
8847
9243
  * <b>Directory buckets</b> -
8848
9244
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
8849
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
8850
- * <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
9245
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
9246
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
8851
9247
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
8852
9248
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
8853
9249
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -9467,8 +9863,8 @@ export interface GetObjectAttributesRequest {
9467
9863
  * <p>
9468
9864
  * <b>Directory buckets</b> -
9469
9865
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
9470
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
9471
- * <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
9866
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
9867
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
9472
9868
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
9473
9869
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
9474
9870
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -10033,8 +10429,7 @@ export interface HeadBucketOutput {
10033
10429
  BucketLocationType?: LocationType | undefined;
10034
10430
  /**
10035
10431
  * <p>The name of the location where the bucket will be created.</p>
10036
- * <p>For directory buckets, the AZ ID of the Availability Zone where the bucket is created. An example
10037
- * AZ ID value is <code>usw2-az1</code>.</p>
10432
+ * <p>For directory buckets, the Zone ID of the Availability Zone or the Local Zone where the bucket is created. An example Zone ID value for an Availability Zone is <code>usw2-az1</code>.</p>
10038
10433
  * <note>
10039
10434
  * <p>This functionality is only supported by directory buckets.</p>
10040
10435
  * </note>
@@ -10064,8 +10459,8 @@ export interface HeadBucketRequest {
10064
10459
  * <p>
10065
10460
  * <b>Directory buckets</b> -
10066
10461
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
10067
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
10068
- * <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
10462
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
10463
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
10069
10464
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
10070
10465
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
10071
10466
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -10143,7 +10538,7 @@ export interface HeadObjectOutput {
10143
10538
  * providing object expiration information. The value of the <code>rule-id</code> is
10144
10539
  * URL-encoded.</p>
10145
10540
  * <note>
10146
- * <p>This functionality is not supported for directory buckets.</p>
10541
+ * <p>Object expiration information is not returned in directory buckets and this header returns the value "<code>NotImplemented</code>" in all responses for directory buckets.</p>
10147
10542
  * </note>
10148
10543
  * @public
10149
10544
  */
@@ -10446,8 +10841,8 @@ export interface HeadObjectRequest {
10446
10841
  * <p>
10447
10842
  * <b>Directory buckets</b> -
10448
10843
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
10449
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
10450
- * <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
10844
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
10845
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
10451
10846
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
10452
10847
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
10453
10848
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -11243,8 +11638,8 @@ export interface ListMultipartUploadsRequest {
11243
11638
  * <p>
11244
11639
  * <b>Directory buckets</b> -
11245
11640
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
11246
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
11247
- * <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
11641
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
11642
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
11248
11643
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
11249
11644
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
11250
11645
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -11653,8 +12048,8 @@ export interface ListObjectsRequest {
11653
12048
  * <p>
11654
12049
  * <b>Directory buckets</b> -
11655
12050
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
11656
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
11657
- * <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
12051
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
12052
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
11658
12053
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
11659
12054
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
11660
12055
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -11878,8 +12273,8 @@ export interface ListObjectsV2Request {
11878
12273
  * <p>
11879
12274
  * <b>Directory buckets</b> -
11880
12275
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
11881
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
11882
- * <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
12276
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
12277
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
11883
12278
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
11884
12279
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
11885
12280
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -12487,8 +12882,8 @@ export interface ListPartsRequest {
12487
12882
  * <p>
12488
12883
  * <b>Directory buckets</b> -
12489
12884
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
12490
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
12491
- * <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
12885
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
12886
+ * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
12492
12887
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
12493
12888
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
12494
12889
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -12730,350 +13125,7 @@ export interface CORSConfiguration {
12730
13125
  CORSRules: CORSRule[] | undefined;
12731
13126
  }
12732
13127
  /**
12733
- * @public
12734
- */
12735
- export interface PutBucketCorsRequest {
12736
- /**
12737
- * <p>Specifies the bucket impacted by the <code>cors</code>configuration.</p>
12738
- * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
12739
- * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
12740
- * @public
12741
- */
12742
- Bucket: string | undefined;
12743
- /**
12744
- * <p>Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more
12745
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html">Enabling
12746
- * Cross-Origin Resource Sharing</a> in the
12747
- * <i>Amazon S3 User Guide</i>.</p>
12748
- * @public
12749
- */
12750
- CORSConfiguration: CORSConfiguration | undefined;
12751
- /**
12752
- * <p>The base64-encoded 128-bit MD5 digest of the data. This header must be used as a message
12753
- * integrity check to verify that the request body was not corrupted in transit. For more
12754
- * information, go to <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
12755
- * 1864.</a>
12756
- * </p>
12757
- * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
12758
- * @public
12759
- */
12760
- ContentMD5?: string | undefined;
12761
- /**
12762
- * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
12763
- * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
12764
- * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
12765
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
12766
- * the <i>Amazon S3 User Guide</i>.</p>
12767
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
12768
- * <code>ChecksumAlgorithm</code> parameter.</p>
12769
- * @public
12770
- */
12771
- ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
12772
- /**
12773
- * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
12774
- * @public
12775
- */
12776
- ExpectedBucketOwner?: string | undefined;
12777
- }
12778
- /**
12779
- * @public
12780
- */
12781
- export interface PutBucketEncryptionRequest {
12782
- /**
12783
- * <p>Specifies default encryption for a bucket using server-side encryption with different
12784
- * key options.</p>
12785
- * <p>
12786
- * <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region_code</i>.amazonaws.com/<i>bucket-name</i>
12787
- * </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must also follow the format <code>
12788
- * <i>bucket_base_name</i>--<i>az_id</i>--x-s3</code> (for example, <code>
12789
- * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming rules</a> in the <i>Amazon S3 User Guide</i>
12790
- * </p>
12791
- * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
12792
- * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
12793
- * @public
12794
- */
12795
- Bucket: string | undefined;
12796
- /**
12797
- * <p>The base64-encoded 128-bit MD5 digest of the server-side encryption
12798
- * configuration.</p>
12799
- * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
12800
- * <note>
12801
- * <p>This functionality is not supported for directory buckets.</p>
12802
- * </note>
12803
- * @public
12804
- */
12805
- ContentMD5?: string | undefined;
12806
- /**
12807
- * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
12808
- * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
12809
- * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
12810
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
12811
- * the <i>Amazon S3 User Guide</i>.</p>
12812
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
12813
- * <code>ChecksumAlgorithm</code> parameter.</p>
12814
- * <note>
12815
- * <p>For directory buckets, when you use Amazon Web Services SDKs, <code>CRC32</code> is the default checksum algorithm that's used for performance.</p>
12816
- * </note>
12817
- * @public
12818
- */
12819
- ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
12820
- /**
12821
- * <p>Specifies the default server-side-encryption configuration.</p>
12822
- * @public
12823
- */
12824
- ServerSideEncryptionConfiguration: ServerSideEncryptionConfiguration | undefined;
12825
- /**
12826
- * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
12827
- * <note>
12828
- * <p>For directory buckets, this header is not supported in this API operation. If you specify this header, the request fails with the HTTP status code
12829
- * <code>501 Not Implemented</code>.</p>
12830
- * </note>
12831
- * @public
12832
- */
12833
- ExpectedBucketOwner?: string | undefined;
12834
- }
12835
- /**
12836
- * @public
12837
- */
12838
- export interface PutBucketIntelligentTieringConfigurationRequest {
12839
- /**
12840
- * <p>The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.</p>
12841
- * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
12842
- * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
12843
- * @public
12844
- */
12845
- Bucket: string | undefined;
12846
- /**
12847
- * <p>The ID used to identify the S3 Intelligent-Tiering configuration.</p>
12848
- * @public
12849
- */
12850
- Id: string | undefined;
12851
- /**
12852
- * <p>Container for S3 Intelligent-Tiering configuration.</p>
12853
- * @public
12854
- */
12855
- IntelligentTieringConfiguration: IntelligentTieringConfiguration | undefined;
12856
- }
12857
- /**
12858
- * @public
12859
- */
12860
- export interface PutBucketInventoryConfigurationRequest {
12861
- /**
12862
- * <p>The name of the bucket where the inventory configuration will be stored.</p>
12863
- * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
12864
- * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
12865
- * @public
12866
- */
12867
- Bucket: string | undefined;
12868
- /**
12869
- * <p>The ID used to identify the inventory configuration.</p>
12870
- * @public
12871
- */
12872
- Id: string | undefined;
12873
- /**
12874
- * <p>Specifies the inventory configuration.</p>
12875
- * @public
12876
- */
12877
- InventoryConfiguration: InventoryConfiguration | undefined;
12878
- /**
12879
- * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
12880
- * @public
12881
- */
12882
- ExpectedBucketOwner?: string | undefined;
12883
- }
12884
- /**
12885
- * @public
12886
- */
12887
- export interface PutBucketLifecycleConfigurationOutput {
12888
- /**
12889
- * <p>Indicates which default minimum object size behavior is applied to the lifecycle
12890
- * configuration.</p>
12891
- * <note>
12892
- * <p>This parameter applies to general purpose buckets only. It is not supported for
12893
- * directory bucket lifecycle configurations.</p>
12894
- * </note>
12895
- * <ul>
12896
- * <li>
12897
- * <p>
12898
- * <code>all_storage_classes_128K</code> - Objects smaller than 128 KB will not
12899
- * transition to any storage class by default. </p>
12900
- * </li>
12901
- * <li>
12902
- * <p>
12903
- * <code>varies_by_storage_class</code> - Objects smaller than 128 KB will
12904
- * transition to Glacier Flexible Retrieval or Glacier Deep Archive storage classes. By
12905
- * default, all other storage classes will prevent transitions smaller than 128 KB.
12906
- * </p>
12907
- * </li>
12908
- * </ul>
12909
- * <p>To customize the minimum object size for any transition you can add a filter that
12910
- * specifies a custom <code>ObjectSizeGreaterThan</code> or <code>ObjectSizeLessThan</code> in
12911
- * the body of your transition rule. Custom filters always take precedence over the default
12912
- * transition behavior.</p>
12913
- * @public
12914
- */
12915
- TransitionDefaultMinimumObjectSize?: TransitionDefaultMinimumObjectSize | undefined;
12916
- }
12917
- /**
12918
- * <p>Specifies the lifecycle configuration for objects in an Amazon S3 bucket. For more
12919
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html">Object Lifecycle Management</a>
12920
- * in the <i>Amazon S3 User Guide</i>.</p>
12921
- * @public
12922
- */
12923
- export interface BucketLifecycleConfiguration {
12924
- /**
12925
- * <p>A lifecycle rule for individual objects in an Amazon S3 bucket.</p>
12926
- * @public
12927
- */
12928
- Rules: LifecycleRule[] | undefined;
12929
- }
12930
- /**
12931
- * @public
12932
- */
12933
- export interface PutBucketLifecycleConfigurationRequest {
12934
- /**
12935
- * <p>The name of the bucket for which to set the configuration.</p>
12936
- * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
12937
- * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
12938
- * @public
12939
- */
12940
- Bucket: string | undefined;
12941
- /**
12942
- * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
12943
- * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
12944
- * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
12945
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
12946
- * the <i>Amazon S3 User Guide</i>.</p>
12947
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
12948
- * <code>ChecksumAlgorithm</code> parameter.</p>
12949
- * @public
12950
- */
12951
- ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
12952
- /**
12953
- * <p>Container for lifecycle rules. You can add as many as 1,000 rules.</p>
12954
- * @public
12955
- */
12956
- LifecycleConfiguration?: BucketLifecycleConfiguration | undefined;
12957
- /**
12958
- * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
12959
- * <note>
12960
- * <p>This parameter applies to general purpose buckets only. It is not supported for
12961
- * directory bucket lifecycle configurations.</p>
12962
- * </note>
12963
- * @public
12964
- */
12965
- ExpectedBucketOwner?: string | undefined;
12966
- /**
12967
- * <p>Indicates which default minimum object size behavior is applied to the lifecycle
12968
- * configuration.</p>
12969
- * <note>
12970
- * <p>This parameter applies to general purpose buckets only. It is not supported for
12971
- * directory bucket lifecycle configurations.</p>
12972
- * </note>
12973
- * <ul>
12974
- * <li>
12975
- * <p>
12976
- * <code>all_storage_classes_128K</code> - Objects smaller than 128 KB will not
12977
- * transition to any storage class by default. </p>
12978
- * </li>
12979
- * <li>
12980
- * <p>
12981
- * <code>varies_by_storage_class</code> - Objects smaller than 128 KB will
12982
- * transition to Glacier Flexible Retrieval or Glacier Deep Archive storage classes. By
12983
- * default, all other storage classes will prevent transitions smaller than 128 KB.
12984
- * </p>
12985
- * </li>
12986
- * </ul>
12987
- * <p>To customize the minimum object size for any transition you can add a filter that
12988
- * specifies a custom <code>ObjectSizeGreaterThan</code> or <code>ObjectSizeLessThan</code> in
12989
- * the body of your transition rule. Custom filters always take precedence over the default
12990
- * transition behavior.</p>
12991
- * @public
12992
- */
12993
- TransitionDefaultMinimumObjectSize?: TransitionDefaultMinimumObjectSize | undefined;
12994
- }
12995
- /**
12996
- * <p>Container for logging status information.</p>
12997
- * @public
12998
- */
12999
- export interface BucketLoggingStatus {
13000
- /**
13001
- * <p>Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys
13002
- * for a bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTlogging.html">PUT Bucket logging</a> in the
13003
- * <i>Amazon S3 API Reference</i>.</p>
13004
- * @public
13005
- */
13006
- LoggingEnabled?: LoggingEnabled | undefined;
13007
- }
13008
- /**
13009
- * @public
13010
- */
13011
- export interface PutBucketLoggingRequest {
13012
- /**
13013
- * <p>The name of the bucket for which to set the logging parameters.</p>
13014
- * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
13015
- * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
13016
- * @public
13017
- */
13018
- Bucket: string | undefined;
13019
- /**
13020
- * <p>Container for logging status information.</p>
13021
- * @public
13022
- */
13023
- BucketLoggingStatus: BucketLoggingStatus | undefined;
13024
- /**
13025
- * <p>The MD5 hash of the <code>PutBucketLogging</code> request body.</p>
13026
- * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
13027
- * @public
13028
- */
13029
- ContentMD5?: string | undefined;
13030
- /**
13031
- * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
13032
- * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
13033
- * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
13034
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
13035
- * the <i>Amazon S3 User Guide</i>.</p>
13036
- * <p>If you provide an individual checksum, Amazon S3 ignores any provided
13037
- * <code>ChecksumAlgorithm</code> parameter.</p>
13038
- * @public
13039
- */
13040
- ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
13041
- /**
13042
- * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
13043
- * @public
13044
- */
13045
- ExpectedBucketOwner?: string | undefined;
13046
- }
13047
- /**
13048
- * @public
13049
- */
13050
- export interface PutBucketMetricsConfigurationRequest {
13051
- /**
13052
- * <p>The name of the bucket for which the metrics configuration is set.</p>
13053
- * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
13054
- * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
13055
- * @public
13056
- */
13057
- Bucket: string | undefined;
13058
- /**
13059
- * <p>The ID used to identify the metrics configuration. The ID has a 64 character limit and
13060
- * can only contain letters, numbers, periods, dashes, and underscores.</p>
13061
- * @public
13062
- */
13063
- Id: string | undefined;
13064
- /**
13065
- * <p>Specifies the metrics configuration.</p>
13066
- * @public
13067
- */
13068
- MetricsConfiguration: MetricsConfiguration | undefined;
13069
- /**
13070
- * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
13071
- * @public
13072
- */
13073
- ExpectedBucketOwner?: string | undefined;
13074
- }
13075
- /**
13076
- * @internal
13128
+ * @internal
13077
13129
  */
13078
13130
  export declare const CompleteMultipartUploadOutputFilterSensitiveLog: (obj: CompleteMultipartUploadOutput) => any;
13079
13131
  /**
@@ -13180,11 +13232,3 @@ export declare const ListBucketInventoryConfigurationsOutputFilterSensitiveLog:
13180
13232
  * @internal
13181
13233
  */
13182
13234
  export declare const ListPartsRequestFilterSensitiveLog: (obj: ListPartsRequest) => any;
13183
- /**
13184
- * @internal
13185
- */
13186
- export declare const PutBucketEncryptionRequestFilterSensitiveLog: (obj: PutBucketEncryptionRequest) => any;
13187
- /**
13188
- * @internal
13189
- */
13190
- export declare const PutBucketInventoryConfigurationRequestFilterSensitiveLog: (obj: PutBucketInventoryConfigurationRequest) => any;