@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
@@ -0,0 +1,134 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { CreateBucketMetadataTableConfigurationRequest } from "../models/models_0";
4
+ import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateBucketMetadataTableConfigurationCommand}.
14
+ */
15
+ export interface CreateBucketMetadataTableConfigurationCommandInput extends CreateBucketMetadataTableConfigurationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateBucketMetadataTableConfigurationCommand}.
21
+ */
22
+ export interface CreateBucketMetadataTableConfigurationCommandOutput extends __MetadataBearer {
23
+ }
24
+ declare const CreateBucketMetadataTableConfigurationCommand_base: {
25
+ new (input: CreateBucketMetadataTableConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBucketMetadataTableConfigurationCommandInput, CreateBucketMetadataTableConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: CreateBucketMetadataTableConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBucketMetadataTableConfigurationCommandInput, CreateBucketMetadataTableConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Creates a metadata table configuration for a general purpose bucket. For more
31
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html">Accelerating data
32
+ * discovery with S3 Metadata</a> in the <i>Amazon S3 User Guide</i>. </p>
33
+ * <dl>
34
+ * <dt>Permissions</dt>
35
+ * <dd>
36
+ * <p>To use this operation, you must have the following permissions. For more
37
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-permissions.html">Setting up
38
+ * permissions for configuring metadata tables</a> in the
39
+ * <i>Amazon S3 User Guide</i>.</p>
40
+ * <p>If you also want to integrate your table bucket with Amazon Web Services analytics services so that you
41
+ * can query your metadata table, you need additional permissions. For more information, see
42
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-integrating-aws.html">
43
+ * Integrating Amazon S3 Tables with Amazon Web Services analytics services</a> in the
44
+ * <i>Amazon S3 User Guide</i>.</p>
45
+ * <ul>
46
+ * <li>
47
+ * <p>
48
+ * <code>s3:CreateBucketMetadataTableConfiguration</code>
49
+ * </p>
50
+ * </li>
51
+ * <li>
52
+ * <p>
53
+ * <code>s3tables:CreateNamespace</code>
54
+ * </p>
55
+ * </li>
56
+ * <li>
57
+ * <p>
58
+ * <code>s3tables:GetTable</code>
59
+ * </p>
60
+ * </li>
61
+ * <li>
62
+ * <p>
63
+ * <code>s3tables:CreateTable</code>
64
+ * </p>
65
+ * </li>
66
+ * <li>
67
+ * <p>
68
+ * <code>s3tables:PutTablePolicy</code>
69
+ * </p>
70
+ * </li>
71
+ * </ul>
72
+ * </dd>
73
+ * </dl>
74
+ * <p>The following operations are related to <code>CreateBucketMetadataTableConfiguration</code>:</p>
75
+ * <ul>
76
+ * <li>
77
+ * <p>
78
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketMetadataTableConfiguration.html">DeleteBucketMetadataTableConfiguration</a>
79
+ * </p>
80
+ * </li>
81
+ * <li>
82
+ * <p>
83
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketMetadataTableConfiguration.html">GetBucketMetadataTableConfiguration</a>
84
+ * </p>
85
+ * </li>
86
+ * </ul>
87
+ * @example
88
+ * Use a bare-bones client and the command you need to make an API call.
89
+ * ```javascript
90
+ * import { S3Client, CreateBucketMetadataTableConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import
91
+ * // const { S3Client, CreateBucketMetadataTableConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import
92
+ * const client = new S3Client(config);
93
+ * const input = { // CreateBucketMetadataTableConfigurationRequest
94
+ * Bucket: "STRING_VALUE", // required
95
+ * ContentMD5: "STRING_VALUE",
96
+ * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
97
+ * MetadataTableConfiguration: { // MetadataTableConfiguration
98
+ * S3TablesDestination: { // S3TablesDestination
99
+ * TableBucketArn: "STRING_VALUE", // required
100
+ * TableName: "STRING_VALUE", // required
101
+ * },
102
+ * },
103
+ * ExpectedBucketOwner: "STRING_VALUE",
104
+ * };
105
+ * const command = new CreateBucketMetadataTableConfigurationCommand(input);
106
+ * const response = await client.send(command);
107
+ * // {};
108
+ *
109
+ * ```
110
+ *
111
+ * @param CreateBucketMetadataTableConfigurationCommandInput - {@link CreateBucketMetadataTableConfigurationCommandInput}
112
+ * @returns {@link CreateBucketMetadataTableConfigurationCommandOutput}
113
+ * @see {@link CreateBucketMetadataTableConfigurationCommandInput} for command's `input` shape.
114
+ * @see {@link CreateBucketMetadataTableConfigurationCommandOutput} for command's `response` shape.
115
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
116
+ *
117
+ * @throws {@link S3ServiceException}
118
+ * <p>Base exception class for all service exceptions from S3 service.</p>
119
+ *
120
+ * @public
121
+ */
122
+ export declare class CreateBucketMetadataTableConfigurationCommand extends CreateBucketMetadataTableConfigurationCommand_base {
123
+ /** @internal type navigation helper, not in runtime. */
124
+ protected static __types: {
125
+ api: {
126
+ input: CreateBucketMetadataTableConfigurationRequest;
127
+ output: {};
128
+ };
129
+ sdk: {
130
+ input: CreateBucketMetadataTableConfigurationCommandInput;
131
+ output: CreateBucketMetadataTableConfigurationCommandOutput;
132
+ };
133
+ };
134
+ }
@@ -54,8 +54,9 @@ declare const CreateMultipartUploadCommand_base: {
54
54
  * <li>
55
55
  * <p>
56
56
  * <b>Directory buckets </b> -
57
- * For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com/<i>key-name</i>
58
- * </code>. Path-style requests are not supported. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints</a> in the
57
+ * For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
58
+ * </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
59
+ * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Available Local Zone for directory buckets</a> in the
59
60
  * <i>Amazon S3 User Guide</i>.</p>
60
61
  * </li>
61
62
  * </ul>
@@ -262,7 +263,7 @@ declare const CreateMultipartUploadCommand_base: {
262
263
  * <dd>
263
264
  * <p>
264
265
  * <b>Directory buckets </b> - The HTTP Host header syntax is <code>
265
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>.</p>
266
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>.</p>
266
267
  * </dd>
267
268
  * </dl>
268
269
  * <p>The following operations are related to <code>CreateMultipartUpload</code>:</p>
@@ -54,7 +54,8 @@ declare const CreateSessionCommand_base: {
54
54
  * <note>
55
55
  * <ul>
56
56
  * <li>
57
- * <p>You must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints</a> in the
57
+ * <p>You must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
58
+ * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Available Local Zone for directory buckets</a> in the
58
59
  * <i>Amazon S3 User Guide</i>.</p>
59
60
  * </li>
60
61
  * <li>
@@ -132,7 +133,7 @@ declare const CreateSessionCommand_base: {
132
133
  * <dd>
133
134
  * <p>
134
135
  * <b>Directory buckets </b> - The HTTP Host header syntax is <code>
135
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>.</p>
136
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>.</p>
136
137
  * </dd>
137
138
  * </dl>
138
139
  * @example
@@ -39,9 +39,10 @@ declare const DeleteBucketCommand_base: {
39
39
  * </li>
40
40
  * <li>
41
41
  * <p>
42
- * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region_code</i>.amazonaws.com/<i>bucket-name</i>
42
+ * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
43
43
  * </code>. Virtual-hosted-style requests aren't supported.
44
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints</a> in the
44
+ * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
45
+ * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Available Local Zone for directory buckets</a> in the
45
46
  * <i>Amazon S3 User Guide</i>.</p>
46
47
  * </li>
47
48
  * </ul>
@@ -68,7 +69,7 @@ declare const DeleteBucketCommand_base: {
68
69
  * <dt>HTTP Host header syntax</dt>
69
70
  * <dd>
70
71
  * <p>
71
- * <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region</i>.amazonaws.com</code>.</p>
72
+ * <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region-code</i>.amazonaws.com</code>.</p>
72
73
  * </dd>
73
74
  * </dl>
74
75
  * <p>The following operations are related to <code>DeleteBucket</code>:</p>
@@ -72,7 +72,7 @@ declare const DeleteBucketEncryptionCommand_base: {
72
72
  * <dt>HTTP Host header syntax</dt>
73
73
  * <dd>
74
74
  * <p>
75
- * <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region</i>.amazonaws.com</code>.</p>
75
+ * <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region-code</i>.amazonaws.com</code>.</p>
76
76
  * </dd>
77
77
  * </dl>
78
78
  * <p>The following operations are related to <code>DeleteBucketEncryption</code>:</p>
@@ -64,9 +64,10 @@ declare const DeleteBucketLifecycleCommand_base: {
64
64
  * <i>Amazon S3 User Guide</i>.</p>
65
65
  * <note>
66
66
  * <p>
67
- * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region_code</i>.amazonaws.com/<i>bucket-name</i>
67
+ * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
68
68
  * </code>. Virtual-hosted-style requests aren't supported.
69
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints</a> in the
69
+ * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
70
+ * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Available Local Zone for directory buckets</a> in the
70
71
  * <i>Amazon S3 User Guide</i>.</p>
71
72
  * </note>
72
73
  * </li>
@@ -0,0 +1,95 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DeleteBucketMetadataTableConfigurationRequest } from "../models/models_0";
4
+ import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteBucketMetadataTableConfigurationCommand}.
14
+ */
15
+ export interface DeleteBucketMetadataTableConfigurationCommandInput extends DeleteBucketMetadataTableConfigurationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteBucketMetadataTableConfigurationCommand}.
21
+ */
22
+ export interface DeleteBucketMetadataTableConfigurationCommandOutput extends __MetadataBearer {
23
+ }
24
+ declare const DeleteBucketMetadataTableConfigurationCommand_base: {
25
+ new (input: DeleteBucketMetadataTableConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBucketMetadataTableConfigurationCommandInput, DeleteBucketMetadataTableConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DeleteBucketMetadataTableConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBucketMetadataTableConfigurationCommandInput, DeleteBucketMetadataTableConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>
31
+ * Deletes a metadata table configuration from a general purpose bucket. For more
32
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html">Accelerating data
33
+ * discovery with S3 Metadata</a> in the <i>Amazon S3 User Guide</i>. </p>
34
+ * <dl>
35
+ * <dt>Permissions</dt>
36
+ * <dd>
37
+ * <p>To use this operation, you must have the <code>s3:DeleteBucketMetadataTableConfiguration</code> permission. For more
38
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-permissions.html">Setting up
39
+ * permissions for configuring metadata tables</a> in the
40
+ * <i>Amazon S3 User Guide</i>. </p>
41
+ * </dd>
42
+ * </dl>
43
+ * <p>The following operations are related to <code>DeleteBucketMetadataTableConfiguration</code>:</p>
44
+ * <ul>
45
+ * <li>
46
+ * <p>
47
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucketMetadataTableConfiguration.html">CreateBucketMetadataTableConfiguration</a>
48
+ * </p>
49
+ * </li>
50
+ * <li>
51
+ * <p>
52
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketMetadataTableConfiguration.html">GetBucketMetadataTableConfiguration</a>
53
+ * </p>
54
+ * </li>
55
+ * </ul>
56
+ * @example
57
+ * Use a bare-bones client and the command you need to make an API call.
58
+ * ```javascript
59
+ * import { S3Client, DeleteBucketMetadataTableConfigurationCommand } from "@aws-sdk/client-s3"; // ES Modules import
60
+ * // const { S3Client, DeleteBucketMetadataTableConfigurationCommand } = require("@aws-sdk/client-s3"); // CommonJS import
61
+ * const client = new S3Client(config);
62
+ * const input = { // DeleteBucketMetadataTableConfigurationRequest
63
+ * Bucket: "STRING_VALUE", // required
64
+ * ExpectedBucketOwner: "STRING_VALUE",
65
+ * };
66
+ * const command = new DeleteBucketMetadataTableConfigurationCommand(input);
67
+ * const response = await client.send(command);
68
+ * // {};
69
+ *
70
+ * ```
71
+ *
72
+ * @param DeleteBucketMetadataTableConfigurationCommandInput - {@link DeleteBucketMetadataTableConfigurationCommandInput}
73
+ * @returns {@link DeleteBucketMetadataTableConfigurationCommandOutput}
74
+ * @see {@link DeleteBucketMetadataTableConfigurationCommandInput} for command's `input` shape.
75
+ * @see {@link DeleteBucketMetadataTableConfigurationCommandOutput} for command's `response` shape.
76
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
77
+ *
78
+ * @throws {@link S3ServiceException}
79
+ * <p>Base exception class for all service exceptions from S3 service.</p>
80
+ *
81
+ * @public
82
+ */
83
+ export declare class DeleteBucketMetadataTableConfigurationCommand extends DeleteBucketMetadataTableConfigurationCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: DeleteBucketMetadataTableConfigurationRequest;
88
+ output: {};
89
+ };
90
+ sdk: {
91
+ input: DeleteBucketMetadataTableConfigurationCommandInput;
92
+ output: DeleteBucketMetadataTableConfigurationCommandOutput;
93
+ };
94
+ };
95
+ }
@@ -30,9 +30,10 @@ declare const DeleteBucketPolicyCommand_base: {
30
30
  * <p>Deletes the policy of a specified bucket.</p>
31
31
  * <note>
32
32
  * <p>
33
- * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region_code</i>.amazonaws.com/<i>bucket-name</i>
33
+ * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
34
34
  * </code>. Virtual-hosted-style requests aren't supported.
35
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints</a> in the
35
+ * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
36
+ * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Available Local Zone for directory buckets</a> in the
36
37
  * <i>Amazon S3 User Guide</i>.</p>
37
38
  * </note>
38
39
  * <dl>
@@ -76,7 +77,7 @@ declare const DeleteBucketPolicyCommand_base: {
76
77
  * <dt>HTTP Host header syntax</dt>
77
78
  * <dd>
78
79
  * <p>
79
- * <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region</i>.amazonaws.com</code>.</p>
80
+ * <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region-code</i>.amazonaws.com</code>.</p>
80
81
  * </dd>
81
82
  * </dl>
82
83
  * <p>The following operations are related to <code>DeleteBucketPolicy</code>
@@ -27,78 +27,88 @@ declare const DeleteObjectCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Removes an object from a bucket. The behavior depends on the bucket's versioning state.
31
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeletingObjects.html#DeletingObjects-best-practices">Best
32
- * practices to consider before deleting an object</a>.</p>
33
- * <p>To remove a specific version, you must use the <code>versionId</code> query parameter.
34
- * Using this query parameter permanently deletes the version. If the object deleted is a
35
- * delete marker, Amazon S3 sets the response header <code>x-amz-delete-marker</code> to true. If
36
- * the object you want to delete is in a bucket where the bucket versioning configuration is
37
- * MFA delete enabled, you must include the <code>x-amz-mfa</code> request header in the
38
- * DELETE <code>versionId</code> request. Requests that include <code>x-amz-mfa</code> must
39
- * use HTTPS. For more information about MFA delete and to see example requests, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMFADelete.html">Using MFA
40
- * delete</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectDELETE.html#ExampleVersionObjectDelete">Sample
41
- * request</a> in the <i>Amazon S3 User Guide</i>.</p>
30
+ * <p>Removes an object from a bucket. The behavior depends on the bucket's versioning state: </p>
31
+ * <ul>
32
+ * <li>
33
+ * <p>If bucket versioning is not enabled, the operation permanently deletes the object.</p>
34
+ * </li>
35
+ * <li>
36
+ * <p>If bucket versioning is enabled, the operation inserts a delete marker, which becomes the current version of the object. To permanently delete an object in a versioned bucket, you must include the object’s <code>versionId</code> in the request. For more information about versioning-enabled buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeletingObjectVersions.html">Deleting object versions from a versioning-enabled bucket</a>.</p>
37
+ * </li>
38
+ * <li>
39
+ * <p>If bucket versioning is suspended, the operation removes the object that has a null <code>versionId</code>, if there is one, and inserts a delete marker that becomes the current version of the object. If there isn't an object with a null <code>versionId</code>, and all versions of the object have a <code>versionId</code>, Amazon S3 does not remove the object and only inserts a delete marker. To permanently delete an object that has a <code>versionId</code>, you must include the object’s <code>versionId</code> in the request. For more information about versioning-suspended buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeletingObjectsfromVersioningSuspendedBuckets.html">Deleting objects from versioning-suspended buckets</a>.</p>
40
+ * </li>
41
+ * </ul>
42
42
  * <note>
43
43
  * <ul>
44
44
  * <li>
45
- * <p>S3 Versioning isn't enabled and supported for directory buckets. For this API operation, only the <code>null</code> value of the version ID is supported by directory buckets. You can only specify <code>null</code> to the
46
- * <code>versionId</code> query parameter in the request.</p>
45
+ * <p>
46
+ * <b>Directory buckets</b> - S3 Versioning isn't enabled and supported for directory buckets. For this API operation, only the <code>null</code> value of the version ID is supported by directory buckets. You can only specify <code>null</code>
47
+ * to the <code>versionId</code> query parameter in the request.</p>
47
48
  * </li>
48
49
  * <li>
49
- * <p>For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com/<i>key-name</i>
50
- * </code>. Path-style requests are not supported. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints</a> in the
50
+ * <p>
51
+ * <b>Directory buckets</b> - For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
52
+ * </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
53
+ * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Available Local Zone for directory buckets</a> in the
51
54
  * <i>Amazon S3 User Guide</i>.</p>
52
55
  * </li>
53
- * <li>
54
- * <p>MFA delete is not supported by directory buckets.</p>
55
- * </li>
56
56
  * </ul>
57
57
  * </note>
58
+ * <p>To remove a specific version, you must use the <code>versionId</code> query parameter. Using this
59
+ * query parameter permanently deletes the version. If the object deleted is a delete marker, Amazon S3
60
+ * sets the response header <code>x-amz-delete-marker</code> to true. </p>
61
+ * <p>If the object you want to delete is in a bucket where the bucket versioning
62
+ * configuration is MFA Delete enabled, you must include the <code>x-amz-mfa</code> request
63
+ * header in the DELETE <code>versionId</code> request. Requests that include
64
+ * <code>x-amz-mfa</code> must use HTTPS. For more information about MFA Delete, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMFADelete.html">Using MFA Delete</a> in the <i>Amazon S3
65
+ * User Guide</i>. To see sample
66
+ * requests that use versioning, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectDELETE.html#ExampleVersionObjectDelete">Sample
67
+ * Request</a>. </p>
68
+ * <note>
69
+ * <p>
70
+ * <b>Directory buckets</b> - MFA delete is not supported by directory buckets.</p>
71
+ * </note>
72
+ * <p>You can delete objects by explicitly calling DELETE Object or calling
73
+ * (<a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycle.html">PutBucketLifecycle</a>) to enable Amazon S3 to remove them for you. If you want to block
74
+ * users or accounts from removing or deleting objects from your bucket, you must deny them
75
+ * the <code>s3:DeleteObject</code>, <code>s3:DeleteObjectVersion</code>, and
76
+ * <code>s3:PutLifeCycleConfiguration</code> actions. </p>
77
+ * <note>
78
+ * <p>
79
+ * <b>Directory buckets</b> - S3 Lifecycle is not supported by directory buckets.</p>
80
+ * </note>
58
81
  * <dl>
59
82
  * <dt>Permissions</dt>
60
83
  * <dd>
61
84
  * <ul>
62
85
  * <li>
63
86
  * <p>
64
- * <b>General purpose bucket permissions</b> - The
65
- * following permissions are required in your policies when your
66
- * <code>DeleteObjects</code> request includes specific headers.</p>
87
+ * <b>General purpose bucket permissions</b> - The following permissions are required in your policies when your
88
+ * <code>DeleteObjects</code> request includes specific headers.</p>
67
89
  * <ul>
68
90
  * <li>
69
91
  * <p>
70
92
  * <b>
71
93
  * <code>s3:DeleteObject</code>
72
- * </b>
73
- * - To delete an object from a bucket, you must always have the
74
- * <code>s3:DeleteObject</code> permission.</p>
75
- * <note>
76
- * <p>You can also use <a>PutBucketLifecycle</a> to delete
77
- * objects in Amazon S3.</p>
78
- * </note>
94
+ * </b> - To delete an object from a bucket, you must always have the <code>s3:DeleteObject</code> permission.</p>
79
95
  * </li>
80
96
  * <li>
81
97
  * <p>
82
98
  * <b>
83
99
  * <code>s3:DeleteObjectVersion</code>
84
- * </b> - To delete a specific version of an object from a
85
- * versioning-enabled bucket, you must have the
86
- * <code>s3:DeleteObjectVersion</code> permission.</p>
87
- * </li>
88
- * <li>
89
- * <p>If you want to block users or accounts from removing or deleting
90
- * objects from your bucket, you must deny them the
91
- * <code>s3:DeleteObject</code>, <code>s3:DeleteObjectVersion</code>,
92
- * and <code>s3:PutLifeCycleConfiguration</code> permissions.</p>
100
+ * </b> - To delete a specific version of an object from a versioning-enabled bucket, you must have the <code>s3:DeleteObjectVersion</code> permission.</p>
93
101
  * </li>
94
102
  * </ul>
95
103
  * </li>
96
104
  * <li>
97
105
  * <p>
98
- * <b>Directory buckets permissions</b> -
99
- * To grant access to this API operation on a directory bucket, we recommend
100
- * that you use the <a>CreateSession</a> API operation for
101
- * session-based authorization.</p>
106
+ * <b>Directory bucket permissions</b> - To grant access to this API operation on a directory bucket, we recommend that you use the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateSession.html">
107
+ * <code>CreateSession</code>
108
+ * </a> API operation for session-based authorization. Specifically, you grant the <code>s3express:CreateSession</code> permission to the directory bucket in a bucket policy or an IAM identity-based policy. Then, you make the <code>CreateSession</code> API call on the bucket to obtain a session token. With the session token in your request header, you can make API requests to this operation. After the session token expires, you make another <code>CreateSession</code> API call to generate a new session token for use.
109
+ * Amazon Web Services CLI or SDKs create session and refresh the session token automatically to avoid service interruptions when a session expires. For more information about authorization, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateSession.html">
110
+ * <code>CreateSession</code>
111
+ * </a>.</p>
102
112
  * </li>
103
113
  * </ul>
104
114
  * </dd>
@@ -106,7 +116,7 @@ declare const DeleteObjectCommand_base: {
106
116
  * <dd>
107
117
  * <p>
108
118
  * <b>Directory buckets </b> - The HTTP Host header syntax is <code>
109
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>.</p>
119
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>.</p>
110
120
  * </dd>
111
121
  * </dl>
112
122
  * <p>The following action is related to <code>DeleteObject</code>:</p>
@@ -155,28 +165,28 @@ declare const DeleteObjectCommand_base: {
155
165
  * <p>Base exception class for all service exceptions from S3 service.</p>
156
166
  *
157
167
  * @public
158
- * @example To delete an object (from a non-versioned bucket)
168
+ * @example To delete an object
159
169
  * ```javascript
160
- * // The following example deletes an object from a non-versioned bucket.
170
+ * // The following example deletes an object from an S3 bucket.
161
171
  * const input = {
162
- * "Bucket": "ExampleBucket",
163
- * "Key": "HappyFace.jpg"
172
+ * "Bucket": "examplebucket",
173
+ * "Key": "objectkey.jpg"
164
174
  * };
165
175
  * const command = new DeleteObjectCommand(input);
166
176
  * await client.send(command);
167
- * // example id: to-delete-an-object-from-a-non-versioned-bucket-1481588533089
177
+ * // example id: to-delete-an-object-1472850136595
168
178
  * ```
169
179
  *
170
- * @example To delete an object
180
+ * @example To delete an object (from a non-versioned bucket)
171
181
  * ```javascript
172
- * // The following example deletes an object from an S3 bucket.
182
+ * // The following example deletes an object from a non-versioned bucket.
173
183
  * const input = {
174
- * "Bucket": "examplebucket",
175
- * "Key": "objectkey.jpg"
184
+ * "Bucket": "ExampleBucket",
185
+ * "Key": "HappyFace.jpg"
176
186
  * };
177
187
  * const command = new DeleteObjectCommand(input);
178
188
  * await client.send(command);
179
- * // example id: to-delete-an-object-1472850136595
189
+ * // example id: to-delete-an-object-from-a-non-versioned-bucket-1481588533089
180
190
  * ```
181
191
  *
182
192
  */
@@ -47,8 +47,9 @@ declare const DeleteObjectsCommand_base: {
47
47
  * <li>
48
48
  * <p>
49
49
  * <b>Directory buckets</b> -
50
- * For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com/<i>key-name</i>
51
- * </code>. Path-style requests are not supported. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints</a> in the
50
+ * For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
51
+ * </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
52
+ * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Available Local Zone for directory buckets</a> in the
52
53
  * <i>Amazon S3 User Guide</i>.</p>
53
54
  * </li>
54
55
  * </ul>
@@ -133,7 +134,7 @@ declare const DeleteObjectsCommand_base: {
133
134
  * <dd>
134
135
  * <p>
135
136
  * <b>Directory buckets </b> - The HTTP Host header syntax is <code>
136
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>.</p>
137
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>.</p>
137
138
  * </dd>
138
139
  * </dl>
139
140
  * <p>The following operations are related to <code>DeleteObjects</code>:</p>
@@ -73,7 +73,7 @@ declare const GetBucketEncryptionCommand_base: {
73
73
  * <dt>HTTP Host header syntax</dt>
74
74
  * <dd>
75
75
  * <p>
76
- * <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region</i>.amazonaws.com</code>.</p>
76
+ * <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region-code</i>.amazonaws.com</code>.</p>
77
77
  * </dd>
78
78
  * </dl>
79
79
  * <p>The following operations are related to <code>GetBucketEncryption</code>:</p>
@@ -74,9 +74,10 @@ declare const GetBucketLifecycleConfigurationCommand_base: {
74
74
  * <i>Amazon S3 User Guide</i>.</p>
75
75
  * <note>
76
76
  * <p>
77
- * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region_code</i>.amazonaws.com/<i>bucket-name</i>
77
+ * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
78
78
  * </code>. Virtual-hosted-style requests aren't supported.
79
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints</a> in the
79
+ * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
80
+ * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Available Local Zone for directory buckets</a> in the
80
81
  * <i>Amazon S3 User Guide</i>.</p>
81
82
  * </note>
82
83
  * </li>