@gemeentenijmegen/webapp 1.1.4 → 1.1.5

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 (401) hide show
  1. package/.jsii +11 -11
  2. package/assets/webapp/auth/auth.lambda/index.js +6 -0
  3. package/assets/webapp/login/login.lambda/index.js +6 -0
  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/index.js +1 -1
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +1 -1
  10. package/node_modules/@aws-sdk/client-dynamodb/package.json +14 -14
  11. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +6 -0
  12. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +5 -0
  13. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +1 -0
  14. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -3
  15. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -3
  16. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +16 -6
  17. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +16 -16
  18. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +3 -3
  19. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +2 -2
  20. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +2 -2
  21. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +2 -2
  22. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +2 -2
  23. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +3 -3
  24. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +8 -9
  25. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -2
  26. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
  27. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +2 -2
  28. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -3
  29. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +22 -22
  30. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +19 -19
  31. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +2 -2
  32. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +4 -3
  33. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +2 -2
  34. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +35 -35
  35. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +3 -3
  36. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +3 -3
  37. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +3 -3
  38. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -2
  39. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +2 -2
  40. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +55 -45
  41. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +3 -3
  42. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +16 -16
  43. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +199 -165
  44. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +81 -76
  45. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -0
  46. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -0
  47. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -0
  48. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +6 -0
  49. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
  50. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  51. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  52. package/node_modules/@aws-sdk/client-s3/package.json +19 -19
  53. package/node_modules/@aws-sdk/client-secrets-manager/package.json +14 -14
  54. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +5 -0
  55. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +7 -3
  56. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +5 -0
  57. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +5 -0
  58. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +5 -0
  59. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +5 -0
  61. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +24 -11
  62. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +12 -11
  63. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +23 -17
  64. package/node_modules/@aws-sdk/client-ssm/package.json +14 -14
  65. package/node_modules/@aws-sdk/client-sso/package.json +13 -13
  66. package/node_modules/@aws-sdk/core/package.json +3 -3
  67. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  68. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  69. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  70. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  71. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  72. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  73. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  74. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +14 -9
  75. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +4 -1
  76. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +1 -0
  77. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +4 -0
  78. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +17 -0
  79. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +1 -0
  80. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +2 -0
  81. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +4 -4
  82. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +2 -1
  83. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/check-content-length-header.js +2 -1
  84. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +5 -5
  85. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  86. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +38 -44
  87. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +12 -11
  88. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +12 -11
  89. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +12 -11
  91. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +61 -70
  92. package/node_modules/@aws-sdk/nested-clients/package.json +13 -13
  93. package/node_modules/@aws-sdk/s3-request-presigner/package.json +5 -5
  94. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  95. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  96. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +11 -1
  97. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +11 -1
  98. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +11 -1
  99. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  100. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  101. package/node_modules/@gemeentenijmegen/apiclient/lib/index.js +2 -2
  102. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/LICENSE +287 -0
  103. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/README.md +42 -0
  104. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/AWS.d.ts +18 -0
  105. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/AWS.js +42 -0
  106. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Bsn.d.ts +34 -0
  107. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Bsn.js +87 -0
  108. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Storage.d.ts +23 -0
  109. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Storage.js +116 -0
  110. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/environmentVariables.d.ts +20 -0
  111. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/environmentVariables.js +36 -0
  112. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/index.d.ts +4 -0
  113. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/index.js +12 -0
  114. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +101 -0
  115. package/node_modules/@gemeentenijmegen/apiclient/package.json +5 -5
  116. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +3 -3
  117. package/node_modules/@gemeentenijmegen/session/package.json +4 -4
  118. package/node_modules/@gemeentenijmegen/utils/package.json +7 -7
  119. package/node_modules/@smithy/core/package.json +2 -2
  120. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  121. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  122. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +3 -1
  123. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -1
  124. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +1 -0
  125. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  126. package/node_modules/@smithy/smithy-client/package.json +4 -4
  127. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  128. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  129. package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +35 -0
  130. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +61 -0
  131. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +104 -0
  132. package/node_modules/@smithy/util-stream/dist-cjs/index.js +9 -7
  133. package/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +31 -0
  134. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +57 -0
  135. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +95 -0
  136. package/node_modules/@smithy/util-stream/dist-es/index.js +4 -3
  137. package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +13 -0
  138. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +13 -0
  139. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +49 -0
  140. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -3
  141. package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +13 -0
  142. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +13 -0
  143. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +53 -0
  144. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -3
  145. package/node_modules/@smithy/util-stream/package.json +6 -3
  146. package/node_modules/axios/CHANGELOG.md +61 -0
  147. package/node_modules/axios/README.md +30 -14
  148. package/node_modules/axios/dist/axios.js +13 -24
  149. package/node_modules/axios/dist/axios.js.map +1 -1
  150. package/node_modules/axios/dist/axios.min.js +2 -1
  151. package/node_modules/axios/dist/axios.min.js.map +1 -1
  152. package/node_modules/axios/dist/browser/axios.cjs +13 -27
  153. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  154. package/node_modules/axios/dist/esm/axios.js +13 -27
  155. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  156. package/node_modules/axios/dist/esm/axios.min.js +2 -1
  157. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  158. package/node_modules/axios/dist/node/axios.cjs +42 -29
  159. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  160. package/node_modules/axios/lib/core/Axios.js +10 -1
  161. package/node_modules/axios/lib/core/buildFullPath.js +3 -2
  162. package/node_modules/axios/lib/env/data.js +1 -1
  163. package/node_modules/axios/lib/helpers/formDataToStream.js +3 -2
  164. package/node_modules/axios/lib/platform/node/index.js +26 -0
  165. package/node_modules/axios/lib/utils.js +0 -22
  166. package/node_modules/axios/package.json +3 -3
  167. package/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
  168. package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  169. package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  170. package/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
  171. package/node_modules/call-bind-apply-helpers/LICENSE +21 -0
  172. package/node_modules/call-bind-apply-helpers/README.md +62 -0
  173. package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  174. package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  175. package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  176. package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  177. package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  178. package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  179. package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  180. package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  181. package/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
  182. package/node_modules/call-bind-apply-helpers/index.js +15 -0
  183. package/node_modules/call-bind-apply-helpers/package.json +85 -0
  184. package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  185. package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  186. package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  187. package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  188. package/node_modules/dunder-proto/.eslintrc +5 -0
  189. package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  190. package/node_modules/dunder-proto/.nycrc +13 -0
  191. package/node_modules/dunder-proto/CHANGELOG.md +24 -0
  192. package/node_modules/dunder-proto/LICENSE +21 -0
  193. package/node_modules/dunder-proto/README.md +54 -0
  194. package/node_modules/dunder-proto/get.d.ts +5 -0
  195. package/node_modules/dunder-proto/get.js +30 -0
  196. package/node_modules/dunder-proto/package.json +76 -0
  197. package/node_modules/dunder-proto/set.d.ts +5 -0
  198. package/node_modules/dunder-proto/set.js +35 -0
  199. package/node_modules/dunder-proto/test/get.js +34 -0
  200. package/node_modules/dunder-proto/test/index.js +4 -0
  201. package/node_modules/dunder-proto/test/set.js +50 -0
  202. package/node_modules/dunder-proto/tsconfig.json +9 -0
  203. package/node_modules/es-define-property/.eslintrc +13 -0
  204. package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  205. package/node_modules/es-define-property/.nycrc +9 -0
  206. package/node_modules/es-define-property/CHANGELOG.md +29 -0
  207. package/node_modules/es-define-property/LICENSE +21 -0
  208. package/node_modules/es-define-property/README.md +49 -0
  209. package/node_modules/es-define-property/index.d.ts +3 -0
  210. package/node_modules/es-define-property/index.js +14 -0
  211. package/node_modules/es-define-property/package.json +81 -0
  212. package/node_modules/es-define-property/test/index.js +56 -0
  213. package/node_modules/es-define-property/tsconfig.json +10 -0
  214. package/node_modules/es-errors/.eslintrc +5 -0
  215. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  216. package/node_modules/es-errors/CHANGELOG.md +40 -0
  217. package/node_modules/es-errors/LICENSE +21 -0
  218. package/node_modules/es-errors/README.md +55 -0
  219. package/node_modules/es-errors/eval.d.ts +3 -0
  220. package/node_modules/es-errors/eval.js +4 -0
  221. package/node_modules/es-errors/index.d.ts +3 -0
  222. package/node_modules/es-errors/index.js +4 -0
  223. package/node_modules/es-errors/package.json +80 -0
  224. package/node_modules/es-errors/range.d.ts +3 -0
  225. package/node_modules/es-errors/range.js +4 -0
  226. package/node_modules/es-errors/ref.d.ts +3 -0
  227. package/node_modules/es-errors/ref.js +4 -0
  228. package/node_modules/es-errors/syntax.d.ts +3 -0
  229. package/node_modules/es-errors/syntax.js +4 -0
  230. package/node_modules/es-errors/test/index.js +19 -0
  231. package/node_modules/es-errors/tsconfig.json +49 -0
  232. package/node_modules/es-errors/type.d.ts +3 -0
  233. package/node_modules/es-errors/type.js +4 -0
  234. package/node_modules/es-errors/uri.d.ts +3 -0
  235. package/node_modules/es-errors/uri.js +4 -0
  236. package/node_modules/es-object-atoms/.eslintrc +16 -0
  237. package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  238. package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
  239. package/node_modules/es-object-atoms/LICENSE +21 -0
  240. package/node_modules/es-object-atoms/README.md +63 -0
  241. package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  242. package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  243. package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  244. package/node_modules/es-object-atoms/ToObject.js +10 -0
  245. package/node_modules/es-object-atoms/index.d.ts +3 -0
  246. package/node_modules/es-object-atoms/index.js +4 -0
  247. package/node_modules/es-object-atoms/isObject.d.ts +3 -0
  248. package/node_modules/es-object-atoms/isObject.js +6 -0
  249. package/node_modules/es-object-atoms/package.json +80 -0
  250. package/node_modules/es-object-atoms/test/index.js +38 -0
  251. package/node_modules/es-object-atoms/tsconfig.json +6 -0
  252. package/node_modules/es-set-tostringtag/.eslintrc +13 -0
  253. package/node_modules/es-set-tostringtag/.nycrc +9 -0
  254. package/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
  255. package/node_modules/es-set-tostringtag/LICENSE +21 -0
  256. package/node_modules/es-set-tostringtag/README.md +53 -0
  257. package/node_modules/es-set-tostringtag/index.d.ts +10 -0
  258. package/node_modules/es-set-tostringtag/index.js +35 -0
  259. package/node_modules/es-set-tostringtag/package.json +78 -0
  260. package/node_modules/es-set-tostringtag/test/index.js +85 -0
  261. package/node_modules/es-set-tostringtag/tsconfig.json +9 -0
  262. package/node_modules/form-data/lib/form_data.js +24 -22
  263. package/node_modules/form-data/package.json +17 -14
  264. package/node_modules/function-bind/.eslintrc +21 -0
  265. package/node_modules/function-bind/.github/FUNDING.yml +12 -0
  266. package/node_modules/function-bind/.github/SECURITY.md +3 -0
  267. package/node_modules/function-bind/.nycrc +13 -0
  268. package/node_modules/function-bind/CHANGELOG.md +136 -0
  269. package/node_modules/function-bind/LICENSE +20 -0
  270. package/node_modules/function-bind/README.md +46 -0
  271. package/node_modules/function-bind/implementation.js +84 -0
  272. package/node_modules/function-bind/index.js +5 -0
  273. package/node_modules/function-bind/package.json +87 -0
  274. package/node_modules/function-bind/test/.eslintrc +9 -0
  275. package/node_modules/function-bind/test/index.js +252 -0
  276. package/node_modules/get-intrinsic/.eslintrc +42 -0
  277. package/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  278. package/node_modules/get-intrinsic/.nycrc +9 -0
  279. package/node_modules/get-intrinsic/CHANGELOG.md +186 -0
  280. package/node_modules/get-intrinsic/LICENSE +21 -0
  281. package/node_modules/get-intrinsic/README.md +71 -0
  282. package/node_modules/get-intrinsic/index.js +378 -0
  283. package/node_modules/get-intrinsic/package.json +97 -0
  284. package/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  285. package/node_modules/get-proto/.eslintrc +10 -0
  286. package/node_modules/get-proto/.github/FUNDING.yml +12 -0
  287. package/node_modules/get-proto/.nycrc +9 -0
  288. package/node_modules/get-proto/CHANGELOG.md +21 -0
  289. package/node_modules/get-proto/LICENSE +21 -0
  290. package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  291. package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  292. package/node_modules/get-proto/README.md +50 -0
  293. package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  294. package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  295. package/node_modules/get-proto/index.d.ts +5 -0
  296. package/node_modules/get-proto/index.js +27 -0
  297. package/node_modules/get-proto/package.json +81 -0
  298. package/node_modules/get-proto/test/index.js +68 -0
  299. package/node_modules/get-proto/tsconfig.json +9 -0
  300. package/node_modules/gopd/.eslintrc +16 -0
  301. package/node_modules/gopd/.github/FUNDING.yml +12 -0
  302. package/node_modules/gopd/CHANGELOG.md +45 -0
  303. package/node_modules/gopd/LICENSE +21 -0
  304. package/node_modules/gopd/README.md +40 -0
  305. package/node_modules/gopd/gOPD.d.ts +1 -0
  306. package/node_modules/gopd/gOPD.js +4 -0
  307. package/node_modules/gopd/index.d.ts +5 -0
  308. package/node_modules/gopd/index.js +15 -0
  309. package/node_modules/gopd/package.json +77 -0
  310. package/node_modules/gopd/test/index.js +36 -0
  311. package/node_modules/gopd/tsconfig.json +9 -0
  312. package/node_modules/has-symbols/.eslintrc +11 -0
  313. package/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  314. package/node_modules/has-symbols/.nycrc +9 -0
  315. package/node_modules/has-symbols/CHANGELOG.md +91 -0
  316. package/node_modules/has-symbols/LICENSE +21 -0
  317. package/node_modules/has-symbols/README.md +46 -0
  318. package/node_modules/has-symbols/index.d.ts +3 -0
  319. package/node_modules/has-symbols/index.js +14 -0
  320. package/node_modules/has-symbols/package.json +111 -0
  321. package/node_modules/has-symbols/shams.d.ts +3 -0
  322. package/node_modules/has-symbols/shams.js +45 -0
  323. package/node_modules/has-symbols/test/index.js +22 -0
  324. package/node_modules/has-symbols/test/shams/core-js.js +29 -0
  325. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
  326. package/node_modules/has-symbols/test/tests.js +58 -0
  327. package/node_modules/has-symbols/tsconfig.json +10 -0
  328. package/node_modules/has-tostringtag/.eslintrc +5 -0
  329. package/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
  330. package/node_modules/has-tostringtag/.nycrc +13 -0
  331. package/node_modules/has-tostringtag/CHANGELOG.md +42 -0
  332. package/node_modules/has-tostringtag/LICENSE +21 -0
  333. package/node_modules/has-tostringtag/README.md +46 -0
  334. package/node_modules/has-tostringtag/index.d.ts +3 -0
  335. package/node_modules/has-tostringtag/index.js +8 -0
  336. package/node_modules/has-tostringtag/package.json +108 -0
  337. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  338. package/node_modules/has-tostringtag/shams.js +8 -0
  339. package/node_modules/has-tostringtag/test/index.js +21 -0
  340. package/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
  341. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
  342. package/node_modules/has-tostringtag/test/tests.js +15 -0
  343. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  344. package/node_modules/hasown/.eslintrc +5 -0
  345. package/node_modules/hasown/.github/FUNDING.yml +12 -0
  346. package/node_modules/hasown/.nycrc +13 -0
  347. package/node_modules/hasown/CHANGELOG.md +40 -0
  348. package/node_modules/hasown/LICENSE +21 -0
  349. package/node_modules/hasown/README.md +40 -0
  350. package/node_modules/hasown/index.d.ts +3 -0
  351. package/node_modules/hasown/index.js +8 -0
  352. package/node_modules/hasown/package.json +92 -0
  353. package/node_modules/hasown/tsconfig.json +6 -0
  354. package/node_modules/math-intrinsics/.eslintrc +16 -0
  355. package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  356. package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  357. package/node_modules/math-intrinsics/LICENSE +21 -0
  358. package/node_modules/math-intrinsics/README.md +50 -0
  359. package/node_modules/math-intrinsics/abs.d.ts +1 -0
  360. package/node_modules/math-intrinsics/abs.js +4 -0
  361. package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  362. package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  363. package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  364. package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  365. package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  366. package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  367. package/node_modules/math-intrinsics/floor.d.ts +1 -0
  368. package/node_modules/math-intrinsics/floor.js +4 -0
  369. package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  370. package/node_modules/math-intrinsics/isFinite.js +12 -0
  371. package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  372. package/node_modules/math-intrinsics/isInteger.js +16 -0
  373. package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  374. package/node_modules/math-intrinsics/isNaN.js +6 -0
  375. package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  376. package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  377. package/node_modules/math-intrinsics/max.d.ts +1 -0
  378. package/node_modules/math-intrinsics/max.js +4 -0
  379. package/node_modules/math-intrinsics/min.d.ts +1 -0
  380. package/node_modules/math-intrinsics/min.js +4 -0
  381. package/node_modules/math-intrinsics/mod.d.ts +3 -0
  382. package/node_modules/math-intrinsics/mod.js +9 -0
  383. package/node_modules/math-intrinsics/package.json +86 -0
  384. package/node_modules/math-intrinsics/pow.d.ts +1 -0
  385. package/node_modules/math-intrinsics/pow.js +4 -0
  386. package/node_modules/math-intrinsics/round.d.ts +1 -0
  387. package/node_modules/math-intrinsics/round.js +4 -0
  388. package/node_modules/math-intrinsics/sign.d.ts +3 -0
  389. package/node_modules/math-intrinsics/sign.js +11 -0
  390. package/node_modules/math-intrinsics/test/index.js +192 -0
  391. package/node_modules/math-intrinsics/tsconfig.json +3 -0
  392. package/node_modules/oidc-token-hash/README.md +6 -0
  393. package/node_modules/oidc-token-hash/lib/index.js +8 -0
  394. package/node_modules/oidc-token-hash/package.json +4 -4
  395. package/node_modules/strnum/CHANGELOG.md +22 -0
  396. package/node_modules/strnum/README.md +14 -3
  397. package/node_modules/strnum/package.json +8 -2
  398. package/node_modules/strnum/strnum.js +43 -56
  399. package/node_modules/strnum/strnum.test.js +21 -6
  400. package/package.json +16 -16
  401. package/node_modules/axios/SECURITY.md +0 -6
@@ -32,8 +32,8 @@ declare const GetBucketPolicyCommand_base: {
32
32
  * <p>
33
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 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
35
+ * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.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">Concepts for directory buckets in Local Zones</a> in the
37
37
  * <i>Amazon S3 User Guide</i>.</p>
38
38
  * </note>
39
39
  * <dl>
@@ -36,9 +36,9 @@ declare const GetObjectAttributesCommand_base: {
36
36
  * <note>
37
37
  * <p>
38
38
  * <b>Directory buckets</b> -
39
- * 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>
40
- * </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
41
- * <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
39
+ * 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>amzn-s3-demo-bucket</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
40
+ * </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/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
41
+ * <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">Concepts for directory buckets in Local Zones</a> in the
42
42
  * <i>Amazon S3 User Guide</i>.</p>
43
43
  * </note>
44
44
  * <dl>
@@ -42,9 +42,9 @@ declare const GetObjectCommand_base: {
42
42
  * Header Bucket Specification</a> in the <i>Amazon S3 User Guide</i>.</p>
43
43
  * <p>
44
44
  * <b>Directory buckets</b> -
45
- * Only virtual-hosted-style requests are supported. For a virtual hosted-style request example, if you have the object <code>photos/2006/February/sample.jpg</code> in the bucket named <code>examplebucket--use1-az5--x-s3</code>, specify the object key name as <code>/photos/2006/February/sample.jpg</code>. Also, when you make requests to this API operation, your requests are sent 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>
46
- * </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
47
- * <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
+ * Only virtual-hosted-style requests are supported. For a virtual hosted-style request example, if you have the object <code>photos/2006/February/sample.jpg</code> in the bucket named <code>amzn-s3-demo-bucket--usw2-az1--x-s3</code>, specify the object key name as <code>/photos/2006/February/sample.jpg</code>. Also, when you make requests to this API operation, your requests are sent 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>
46
+ * </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/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
47
+ * <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">Concepts for directory buckets in Local Zones</a> in the
48
48
  * <i>Amazon S3 User Guide</i>.</p>
49
49
  * <dl>
50
50
  * <dt>Permissions</dt>
@@ -304,53 +304,53 @@ declare const GetObjectCommand_base: {
304
304
  * <p>Base exception class for all service exceptions from S3 service.</p>
305
305
  *
306
306
  * @public
307
- * @example To retrieve a byte range of an object
307
+ * @example To retrieve an object
308
308
  * ```javascript
309
- * // The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.
309
+ * // The following example retrieves an object for an S3 bucket.
310
310
  * const input = {
311
311
  * "Bucket": "examplebucket",
312
- * "Key": "SampleFile.txt",
313
- * "Range": "bytes=0-9"
312
+ * "Key": "HappyFace.jpg"
314
313
  * };
315
314
  * const command = new GetObjectCommand(input);
316
315
  * const response = await client.send(command);
317
316
  * /* response ==
318
317
  * {
319
318
  * "AcceptRanges": "bytes",
320
- * "ContentLength": "10",
321
- * "ContentRange": "bytes 0-9/43",
322
- * "ContentType": "text/plain",
323
- * "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
324
- * "LastModified": "2014-10-09T22:57:28.000Z",
319
+ * "ContentLength": "3191",
320
+ * "ContentType": "image/jpeg",
321
+ * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
322
+ * "LastModified": "2016-12-15T01:19:41.000Z",
325
323
  * "Metadata": {},
324
+ * "TagCount": 2,
326
325
  * "VersionId": "null"
327
326
  * }
328
327
  * *\/
329
- * // example id: to-retrieve-a-byte-range-of-an-object--1481832674603
328
+ * // example id: to-retrieve-an-object-1481827837012
330
329
  * ```
331
330
  *
332
- * @example To retrieve an object
331
+ * @example To retrieve a byte range of an object
333
332
  * ```javascript
334
- * // The following example retrieves an object for an S3 bucket.
333
+ * // The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.
335
334
  * const input = {
336
335
  * "Bucket": "examplebucket",
337
- * "Key": "HappyFace.jpg"
336
+ * "Key": "SampleFile.txt",
337
+ * "Range": "bytes=0-9"
338
338
  * };
339
339
  * const command = new GetObjectCommand(input);
340
340
  * const response = await client.send(command);
341
341
  * /* response ==
342
342
  * {
343
343
  * "AcceptRanges": "bytes",
344
- * "ContentLength": "3191",
345
- * "ContentType": "image/jpeg",
346
- * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
347
- * "LastModified": "2016-12-15T01:19:41.000Z",
344
+ * "ContentLength": "10",
345
+ * "ContentRange": "bytes 0-9/43",
346
+ * "ContentType": "text/plain",
347
+ * "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
348
+ * "LastModified": "2014-10-09T22:57:28.000Z",
348
349
  * "Metadata": {},
349
- * "TagCount": 2,
350
350
  * "VersionId": "null"
351
351
  * }
352
352
  * *\/
353
- * // example id: to-retrieve-an-object-1481827837012
353
+ * // example id: to-retrieve-a-byte-range-of-an-object--1481832674603
354
354
  * ```
355
355
  *
356
356
  */
@@ -96,12 +96,13 @@ declare const GetObjectTaggingCommand_base: {
96
96
  * <p>Base exception class for all service exceptions from S3 service.</p>
97
97
  *
98
98
  * @public
99
- * @example To retrieve tag set of an object
99
+ * @example To retrieve tag set of a specific object version
100
100
  * ```javascript
101
- * // The following example retrieves tag set of an object.
101
+ * // The following example retrieves tag set of an object. The request specifies object version.
102
102
  * const input = {
103
103
  * "Bucket": "examplebucket",
104
- * "Key": "HappyFace.jpg"
104
+ * "Key": "exampleobject",
105
+ * "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
105
106
  * };
106
107
  * const command = new GetObjectTaggingCommand(input);
107
108
  * const response = await client.send(command);
@@ -109,27 +110,22 @@ declare const GetObjectTaggingCommand_base: {
109
110
  * {
110
111
  * "TagSet": [
111
112
  * {
112
- * "Key": "Key4",
113
- * "Value": "Value4"
114
- * },
115
- * {
116
- * "Key": "Key3",
117
- * "Value": "Value3"
113
+ * "Key": "Key1",
114
+ * "Value": "Value1"
118
115
  * }
119
116
  * ],
120
- * "VersionId": "null"
117
+ * "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
121
118
  * }
122
119
  * *\/
123
- * // example id: to-retrieve-tag-set-of-an-object-1481833847896
120
+ * // example id: to-retrieve-tag-set-of-a-specific-object-version-1483400283663
124
121
  * ```
125
122
  *
126
- * @example To retrieve tag set of a specific object version
123
+ * @example To retrieve tag set of an object
127
124
  * ```javascript
128
- * // The following example retrieves tag set of an object. The request specifies object version.
125
+ * // The following example retrieves tag set of an object.
129
126
  * const input = {
130
127
  * "Bucket": "examplebucket",
131
- * "Key": "exampleobject",
132
- * "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
128
+ * "Key": "HappyFace.jpg"
133
129
  * };
134
130
  * const command = new GetObjectTaggingCommand(input);
135
131
  * const response = await client.send(command);
@@ -137,14 +133,18 @@ declare const GetObjectTaggingCommand_base: {
137
133
  * {
138
134
  * "TagSet": [
139
135
  * {
140
- * "Key": "Key1",
141
- * "Value": "Value1"
136
+ * "Key": "Key4",
137
+ * "Value": "Value4"
138
+ * },
139
+ * {
140
+ * "Key": "Key3",
141
+ * "Value": "Value3"
142
142
  * }
143
143
  * ],
144
- * "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
144
+ * "VersionId": "null"
145
145
  * }
146
146
  * *\/
147
- * // example id: to-retrieve-tag-set-of-a-specific-object-version-1483400283663
147
+ * // example id: to-retrieve-tag-set-of-an-object-1481833847896
148
148
  * ```
149
149
  *
150
150
  */
@@ -90,8 +90,8 @@ declare const HeadBucketCommand_base: {
90
90
  * <b>Directory buckets </b> - The HTTP Host header syntax is <code>
91
91
  * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>.</p>
92
92
  * <note>
93
- * <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
94
- * <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
93
+ * <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/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
94
+ * <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">Concepts for directory buckets in Local Zones</a> in the
95
95
  * <i>Amazon S3 User Guide</i>.</p>
96
96
  * </note>
97
97
  * </dd>
@@ -170,9 +170,9 @@ declare const HeadObjectCommand_base: {
170
170
  * <b>Directory buckets </b> - The HTTP Host header syntax is <code>
171
171
  * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>.</p>
172
172
  * <note>
173
- * <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>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
174
- * </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
175
- * <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
173
+ * <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>amzn-s3-demo-bucket</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
174
+ * </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/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
175
+ * <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">Concepts for directory buckets in Local Zones</a> in the
176
176
  * <i>Amazon S3 User Guide</i>.</p>
177
177
  * </note>
178
178
  * </dd>
@@ -243,6 +243,7 @@ declare const HeadObjectCommand_base: {
243
243
  * // ContentEncoding: "STRING_VALUE",
244
244
  * // ContentLanguage: "STRING_VALUE",
245
245
  * // ContentType: "STRING_VALUE",
246
+ * // ContentRange: "STRING_VALUE",
246
247
  * // Expires: new Date("TIMESTAMP"),
247
248
  * // ExpiresString: "STRING_VALUE",
248
249
  * // WebsiteRedirectLocation: "STRING_VALUE",
@@ -33,8 +33,8 @@ declare const ListDirectoryBucketsCommand_base: {
33
33
  * <p>
34
34
  * <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>
35
35
  * </code>. Virtual-hosted-style requests aren't supported.
36
- * 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
37
- * <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
+ * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
37
+ * <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">Concepts for directory buckets in Local Zones</a> in the
38
38
  * <i>Amazon S3 User Guide</i>.</p>
39
39
  * </note>
40
40
  * <dl>
@@ -67,9 +67,9 @@ declare const ListMultipartUploadsCommand_base: {
67
67
  * <note>
68
68
  * <p>
69
69
  * <b>Directory buckets</b> -
70
- * 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>
71
- * </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
72
- * <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
+ * 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>amzn-s3-demo-bucket</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
71
+ * </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/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
72
+ * <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">Concepts for directory buckets in Local Zones</a> in the
73
73
  * <i>Amazon S3 User Guide</i>.</p>
74
74
  * </note>
75
75
  * <dl>
@@ -229,104 +229,104 @@ declare const ListMultipartUploadsCommand_base: {
229
229
  * <p>Base exception class for all service exceptions from S3 service.</p>
230
230
  *
231
231
  * @public
232
- * @example List next set of multipart uploads when previous result is truncated
232
+ * @example To list in-progress multipart uploads on a bucket
233
233
  * ```javascript
234
- * // The following example specifies the upload-id-marker and key-marker from previous truncated response to retrieve next setup of multipart uploads.
234
+ * // The following example lists in-progress multipart uploads on a specific bucket.
235
235
  * const input = {
236
- * "Bucket": "examplebucket",
237
- * "KeyMarker": "nextkeyfrompreviousresponse",
238
- * "MaxUploads": "2",
239
- * "UploadIdMarker": "valuefrompreviousresponse"
236
+ * "Bucket": "examplebucket"
240
237
  * };
241
238
  * const command = new ListMultipartUploadsCommand(input);
242
239
  * const response = await client.send(command);
243
240
  * /* response ==
244
241
  * {
245
- * "Bucket": "acl1",
246
- * "IsTruncated": true,
247
- * "KeyMarker": "",
248
- * "MaxUploads": "2",
249
- * "NextKeyMarker": "someobjectkey",
250
- * "NextUploadIdMarker": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--",
251
- * "UploadIdMarker": "",
252
242
  * "Uploads": [
253
243
  * {
254
244
  * "Initiated": "2014-05-01T05:40:58.000Z",
255
245
  * "Initiator": {
256
- * "DisplayName": "ownder-display-name",
246
+ * "DisplayName": "display-name",
257
247
  * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
258
248
  * },
259
249
  * "Key": "JavaFile",
260
250
  * "Owner": {
261
- * "DisplayName": "mohanataws",
262
- * "ID": "852b113e7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
251
+ * "DisplayName": "display-name",
252
+ * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
263
253
  * },
264
254
  * "StorageClass": "STANDARD",
265
- * "UploadId": "gZ30jIqlUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
255
+ * "UploadId": "examplelUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
266
256
  * },
267
257
  * {
268
258
  * "Initiated": "2014-05-01T05:41:27.000Z",
269
259
  * "Initiator": {
270
- * "DisplayName": "ownder-display-name",
260
+ * "DisplayName": "display-name",
271
261
  * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
272
262
  * },
273
263
  * "Key": "JavaFile",
274
264
  * "Owner": {
275
- * "DisplayName": "ownder-display-name",
265
+ * "DisplayName": "display-name",
276
266
  * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
277
267
  * },
278
268
  * "StorageClass": "STANDARD",
279
- * "UploadId": "b7tZSqIlo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--"
269
+ * "UploadId": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--"
280
270
  * }
281
271
  * ]
282
272
  * }
283
273
  * *\/
284
- * // example id: list-next-set-of-multipart-uploads-when-previous-result-is-truncated-1482428106748
274
+ * // example id: to-list-in-progress-multipart-uploads-on-a-bucket-1481852775260
285
275
  * ```
286
276
  *
287
- * @example To list in-progress multipart uploads on a bucket
277
+ * @example List next set of multipart uploads when previous result is truncated
288
278
  * ```javascript
289
- * // The following example lists in-progress multipart uploads on a specific bucket.
279
+ * // The following example specifies the upload-id-marker and key-marker from previous truncated response to retrieve next setup of multipart uploads.
290
280
  * const input = {
291
- * "Bucket": "examplebucket"
281
+ * "Bucket": "examplebucket",
282
+ * "KeyMarker": "nextkeyfrompreviousresponse",
283
+ * "MaxUploads": "2",
284
+ * "UploadIdMarker": "valuefrompreviousresponse"
292
285
  * };
293
286
  * const command = new ListMultipartUploadsCommand(input);
294
287
  * const response = await client.send(command);
295
288
  * /* response ==
296
289
  * {
290
+ * "Bucket": "acl1",
291
+ * "IsTruncated": true,
292
+ * "KeyMarker": "",
293
+ * "MaxUploads": "2",
294
+ * "NextKeyMarker": "someobjectkey",
295
+ * "NextUploadIdMarker": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--",
296
+ * "UploadIdMarker": "",
297
297
  * "Uploads": [
298
298
  * {
299
299
  * "Initiated": "2014-05-01T05:40:58.000Z",
300
300
  * "Initiator": {
301
- * "DisplayName": "display-name",
301
+ * "DisplayName": "ownder-display-name",
302
302
  * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
303
303
  * },
304
304
  * "Key": "JavaFile",
305
305
  * "Owner": {
306
- * "DisplayName": "display-name",
307
- * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
306
+ * "DisplayName": "mohanataws",
307
+ * "ID": "852b113e7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
308
308
  * },
309
309
  * "StorageClass": "STANDARD",
310
- * "UploadId": "examplelUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
310
+ * "UploadId": "gZ30jIqlUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
311
311
  * },
312
312
  * {
313
313
  * "Initiated": "2014-05-01T05:41:27.000Z",
314
314
  * "Initiator": {
315
- * "DisplayName": "display-name",
315
+ * "DisplayName": "ownder-display-name",
316
316
  * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
317
317
  * },
318
318
  * "Key": "JavaFile",
319
319
  * "Owner": {
320
- * "DisplayName": "display-name",
320
+ * "DisplayName": "ownder-display-name",
321
321
  * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
322
322
  * },
323
323
  * "StorageClass": "STANDARD",
324
- * "UploadId": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--"
324
+ * "UploadId": "b7tZSqIlo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--"
325
325
  * }
326
326
  * ]
327
327
  * }
328
328
  * *\/
329
- * // example id: to-list-in-progress-multipart-uploads-on-a-bucket-1481852775260
329
+ * // example id: list-next-set-of-multipart-uploads-when-previous-result-is-truncated-1482428106748
330
330
  * ```
331
331
  *
332
332
  */
@@ -51,9 +51,9 @@ declare const ListObjectsV2Command_base: {
51
51
  * <li>
52
52
  * <p>
53
53
  * <b>Directory buckets</b> -
54
- * 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>
55
- * </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
56
- * <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
54
+ * 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>amzn-s3-demo-bucket</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
55
+ * </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/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
56
+ * <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">Concepts for directory buckets in Local Zones</a> in the
57
57
  * <i>Amazon S3 User Guide</i>.</p>
58
58
  * </li>
59
59
  * </ul>
@@ -43,9 +43,9 @@ declare const ListPartsCommand_base: {
43
43
  * <note>
44
44
  * <p>
45
45
  * <b>Directory buckets</b> -
46
- * 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>
47
- * </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
48
- * <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
46
+ * 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>amzn-s3-demo-bucket</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
47
+ * </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/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
48
+ * <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">Concepts for directory buckets in Local Zones</a> in the
49
49
  * <i>Amazon S3 User Guide</i>.</p>
50
50
  * </note>
51
51
  * <dl>
@@ -33,8 +33,8 @@ declare const PutBucketEncryptionCommand_base: {
33
33
  * <p>
34
34
  * <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>
35
35
  * </code>. Virtual-hosted-style requests aren't supported.
36
- * 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
37
- * <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
+ * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
37
+ * <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">Concepts for directory buckets in Local Zones</a> in the
38
38
  * <i>Amazon S3 User Guide</i>.</p>
39
39
  * </note>
40
40
  * <p>By default, all buckets have a default encryption configuration that uses server-side
@@ -78,7 +78,7 @@ declare const PutBucketEncryptionCommand_base: {
78
78
  * For more information about the encryption overriding behaviors in directory buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-specifying-kms-encryption.html">Specifying server-side encryption with KMS for new object uploads</a>.</p>
79
79
  * </li>
80
80
  * <li>
81
- * <p>Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket for the lifetime of the bucket.
81
+ * <p>Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket's lifetime.
82
82
  * The <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon Web Services managed key</a> (<code>aws/s3</code>) isn't supported.
83
83
  * </p>
84
84
  * </li>
@@ -133,8 +133,8 @@ declare const PutBucketLifecycleConfigurationCommand_base: {
133
133
  * <p>
134
134
  * <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>
135
135
  * </code>. Virtual-hosted-style requests aren't supported.
136
- * 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
137
- * <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
136
+ * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
137
+ * <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">Concepts for directory buckets in Local Zones</a> in the
138
138
  * <i>Amazon S3 User Guide</i>.</p>
139
139
  * </note>
140
140
  * </li>
@@ -32,8 +32,8 @@ declare const PutBucketPolicyCommand_base: {
32
32
  * <p>
33
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 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
35
+ * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.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">Concepts for directory buckets in Local Zones</a> in the
37
37
  * <i>Amazon S3 User Guide</i>.</p>
38
38
  * </note>
39
39
  * <dl>