@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
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutBucketLoggingRequest } from "../models/models_0";
3
+ import { PutBucketLoggingRequest } from "../models/models_1";
4
4
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutBucketMetricsConfigurationRequest } from "../models/models_0";
3
+ import { PutBucketMetricsConfigurationRequest } from "../models/models_1";
4
4
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
@@ -30,9 +30,10 @@ declare const PutBucketPolicyCommand_base: {
30
30
  * <p>Applies an Amazon S3 bucket policy to an Amazon S3 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>
@@ -87,7 +88,7 @@ declare const PutBucketPolicyCommand_base: {
87
88
  * <dt>HTTP Host header syntax</dt>
88
89
  * <dd>
89
90
  * <p>
90
- * <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region</i>.amazonaws.com</code>.</p>
91
+ * <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region-code</i>.amazonaws.com</code>.</p>
91
92
  * </dd>
92
93
  * </dl>
93
94
  * <p>The following operations are related to <code>PutBucketPolicy</code>:</p>
@@ -32,9 +32,11 @@ declare const PutBucketVersioningCommand_base: {
32
32
  * </note>
33
33
  * <note>
34
34
  * <p>When you enable versioning on a bucket for the first time, it might take a short
35
- * amount of time for the change to be fully propagated. We recommend that you wait for 15
35
+ * amount of time for the change to be fully propagated. While this change is propagating,
36
+ * you may encounter intermittent <code>HTTP 404 NoSuchKey</code> errors for requests to
37
+ * objects created or updated after enabling versioning. We recommend that you wait for 15
36
38
  * minutes after enabling versioning before issuing write operations (<code>PUT</code> or
37
- * <code>DELETE</code>) on objects in the bucket. </p>
39
+ * <code>DELETE</code>) on objects in the bucket. </p>
38
40
  * </note>
39
41
  * <p>Sets the versioning state of an existing bucket.</p>
40
42
  * <p>You can set the versioning state with one of the following values:</p>
@@ -45,8 +45,9 @@ declare const PutObjectCommand_base: {
45
45
  * <li>
46
46
  * <p>
47
47
  * <b>Directory buckets</b> -
48
- * 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>
49
- * </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
48
+ * 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>
49
+ * </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
50
+ * <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
50
51
  * <i>Amazon S3 User Guide</i>.</p>
51
52
  * </li>
52
53
  * </ul>
@@ -156,7 +157,7 @@ declare const PutObjectCommand_base: {
156
157
  * <dd>
157
158
  * <p>
158
159
  * <b>Directory buckets </b> - The HTTP Host header syntax is <code>
159
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>.</p>
160
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>.</p>
160
161
  * </dd>
161
162
  * </dl>
162
163
  * <p>For more information about related Amazon S3 APIs, see the following:</p>
@@ -195,6 +196,7 @@ declare const PutObjectCommand_base: {
195
196
  * ChecksumSHA1: "STRING_VALUE",
196
197
  * ChecksumSHA256: "STRING_VALUE",
197
198
  * Expires: new Date("TIMESTAMP"),
199
+ * IfMatch: "STRING_VALUE",
198
200
  * IfNoneMatch: "STRING_VALUE",
199
201
  * GrantFullControl: "STRING_VALUE",
200
202
  * GrantRead: "STRING_VALUE",
@@ -286,55 +288,58 @@ declare const PutObjectCommand_base: {
286
288
  * <p>Base exception class for all service exceptions from S3 service.</p>
287
289
  *
288
290
  * @public
289
- * @example To upload an object and specify optional tags
291
+ * @example To upload object and specify user-defined metadata
290
292
  * ```javascript
291
- * // The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.
293
+ * // The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.
292
294
  * const input = {
293
- * "Body": "c:\\HappyFace.jpg",
295
+ * "Body": "filetoupload",
294
296
  * "Bucket": "examplebucket",
295
- * "Key": "HappyFace.jpg",
296
- * "Tagging": "key1=value1&key2=value2"
297
+ * "Key": "exampleobject",
298
+ * "Metadata": {
299
+ * "metadata1": "value1",
300
+ * "metadata2": "value2"
301
+ * }
297
302
  * };
298
303
  * const command = new PutObjectCommand(input);
299
304
  * const response = await client.send(command);
300
305
  * /* response ==
301
306
  * {
302
307
  * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
303
- * "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
308
+ * "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
304
309
  * }
305
310
  * *\/
306
- * // example id: to-upload-an-object-and-specify-optional-tags-1481762310955
311
+ * // example id: to-upload-object-and-specify-user-defined-metadata-1483396974757
307
312
  * ```
308
313
  *
309
- * @example To upload an object and specify canned ACL.
314
+ * @example To upload an object and specify optional tags
310
315
  * ```javascript
311
- * // The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.
316
+ * // The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.
312
317
  * const input = {
313
- * "ACL": "authenticated-read",
314
- * "Body": "filetoupload",
318
+ * "Body": "c:\\HappyFace.jpg",
315
319
  * "Bucket": "examplebucket",
316
- * "Key": "exampleobject"
320
+ * "Key": "HappyFace.jpg",
321
+ * "Tagging": "key1=value1&key2=value2"
317
322
  * };
318
323
  * const command = new PutObjectCommand(input);
319
324
  * const response = await client.send(command);
320
325
  * /* response ==
321
326
  * {
322
327
  * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
323
- * "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
328
+ * "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
324
329
  * }
325
330
  * *\/
326
- * // example id: to-upload-an-object-and-specify-canned-acl-1483397779571
331
+ * // example id: to-upload-an-object-and-specify-optional-tags-1481762310955
327
332
  * ```
328
333
  *
329
- * @example To upload an object and specify server-side encryption and object tags
334
+ * @example To upload an object (specify optional headers)
330
335
  * ```javascript
331
- * // The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.
336
+ * // The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.
332
337
  * const input = {
333
- * "Body": "filetoupload",
338
+ * "Body": "HappyFace.jpg",
334
339
  * "Bucket": "examplebucket",
335
- * "Key": "exampleobject",
340
+ * "Key": "HappyFace.jpg",
336
341
  * "ServerSideEncryption": "AES256",
337
- * "Tagging": "key1=value1&key2=value2"
342
+ * "StorageClass": "STANDARD_IA"
338
343
  * };
339
344
  * const command = new PutObjectCommand(input);
340
345
  * const response = await client.send(command);
@@ -342,93 +347,90 @@ declare const PutObjectCommand_base: {
342
347
  * {
343
348
  * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
344
349
  * "ServerSideEncryption": "AES256",
345
- * "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
350
+ * "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
346
351
  * }
347
352
  * *\/
348
- * // example id: to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831
353
+ * // example id: to-upload-an-object-(specify-optional-headers)
349
354
  * ```
350
355
  *
351
- * @example To upload object and specify user-defined metadata
356
+ * @example To upload an object and specify canned ACL.
352
357
  * ```javascript
353
- * // The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.
358
+ * // The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.
354
359
  * const input = {
360
+ * "ACL": "authenticated-read",
355
361
  * "Body": "filetoupload",
356
362
  * "Bucket": "examplebucket",
357
- * "Key": "exampleobject",
358
- * "Metadata": {
359
- * "metadata1": "value1",
360
- * "metadata2": "value2"
361
- * }
363
+ * "Key": "exampleobject"
362
364
  * };
363
365
  * const command = new PutObjectCommand(input);
364
366
  * const response = await client.send(command);
365
367
  * /* response ==
366
368
  * {
367
369
  * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
368
- * "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
370
+ * "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
369
371
  * }
370
372
  * *\/
371
- * // example id: to-upload-object-and-specify-user-defined-metadata-1483396974757
373
+ * // example id: to-upload-an-object-and-specify-canned-acl-1483397779571
372
374
  * ```
373
375
  *
374
- * @example To upload an object (specify optional headers)
376
+ * @example To upload an object
375
377
  * ```javascript
376
- * // The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.
378
+ * // The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.
377
379
  * const input = {
378
380
  * "Body": "HappyFace.jpg",
379
381
  * "Bucket": "examplebucket",
380
- * "Key": "HappyFace.jpg",
381
- * "ServerSideEncryption": "AES256",
382
- * "StorageClass": "STANDARD_IA"
382
+ * "Key": "HappyFace.jpg"
383
383
  * };
384
384
  * const command = new PutObjectCommand(input);
385
385
  * const response = await client.send(command);
386
386
  * /* response ==
387
387
  * {
388
388
  * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
389
- * "ServerSideEncryption": "AES256",
390
- * "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
389
+ * "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
391
390
  * }
392
391
  * *\/
393
- * // example id: to-upload-an-object-(specify-optional-headers)
392
+ * // example id: to-upload-an-object-1481760101010
394
393
  * ```
395
394
  *
396
- * @example To create an object.
395
+ * @example To upload an object and specify server-side encryption and object tags
397
396
  * ```javascript
398
- * // The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.
397
+ * // The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.
399
398
  * const input = {
400
399
  * "Body": "filetoupload",
401
400
  * "Bucket": "examplebucket",
402
- * "Key": "objectkey"
401
+ * "Key": "exampleobject",
402
+ * "ServerSideEncryption": "AES256",
403
+ * "Tagging": "key1=value1&key2=value2"
403
404
  * };
404
405
  * const command = new PutObjectCommand(input);
405
406
  * const response = await client.send(command);
406
407
  * /* response ==
407
408
  * {
408
409
  * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
409
- * "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
410
+ * "ServerSideEncryption": "AES256",
411
+ * "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
410
412
  * }
411
413
  * *\/
412
- * // example id: to-create-an-object-1483147613675
414
+ * // example id: to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831
413
415
  * ```
414
416
  *
415
- * @example To upload an object
417
+ * @example To create an object.
416
418
  * ```javascript
417
- * // The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.
419
+ * // The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.
418
420
  * const input = {
419
- * "Body": "HappyFace.jpg",
421
+ * "Body": "filetoupload",
420
422
  * "Bucket": "examplebucket",
421
- * "Key": "HappyFace.jpg"
423
+ * "Key": "objectkey"
422
424
  * };
423
425
  * const command = new PutObjectCommand(input);
424
426
  * const response = await client.send(command);
425
427
  * /* response ==
426
428
  * {
427
429
  * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
428
- * "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
430
+ * "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
429
431
  * }
430
432
  * *\/
431
- * // example id: to-upload-an-object-1481760101010
433
+ * // example id: to-create-an-object-1483147613675
432
434
  * ```
433
435
  *
434
436
  */
@@ -24,7 +24,7 @@ export interface PutObjectRetentionCommandOutput extends PutObjectRetentionOutpu
24
24
  declare const PutObjectRetentionCommand_base: {
25
25
  new (input: PutObjectRetentionCommandInput): import("@smithy/smithy-client").CommandImpl<PutObjectRetentionCommandInput, PutObjectRetentionCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (__0_0: PutObjectRetentionCommandInput): import("@smithy/smithy-client").CommandImpl<PutObjectRetentionCommandInput, PutObjectRetentionCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
30
  * <note>
@@ -54,8 +54,9 @@ declare const UploadPartCommand_base: {
54
54
  * <note>
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
  * </note>
61
62
  * <dl>
@@ -186,7 +187,7 @@ declare const UploadPartCommand_base: {
186
187
  * <dd>
187
188
  * <p>
188
189
  * <b>Directory buckets </b> - The HTTP Host header syntax is <code>
189
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>.</p>
190
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>.</p>
190
191
  * </dd>
191
192
  * </dl>
192
193
  * <p>The following operations are related to <code>UploadPart</code>:</p>
@@ -48,8 +48,9 @@ declare const UploadPartCopyCommand_base: {
48
48
  * <note>
49
49
  * <p>
50
50
  * <b>Directory buckets</b> -
51
- * 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>
52
- * </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
51
+ * 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
53
54
  * <i>Amazon S3 User Guide</i>.</p>
54
55
  * </note>
55
56
  * <dl>
@@ -216,7 +217,7 @@ declare const UploadPartCopyCommand_base: {
216
217
  * <dd>
217
218
  * <p>
218
219
  * <b>Directory buckets </b> - The HTTP Host header syntax is <code>
219
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>.</p>
220
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>.</p>
220
221
  * </dd>
221
222
  * </dl>
222
223
  * <p>The following operations are related to <code>UploadPartCopy</code>:</p>
@@ -2,6 +2,7 @@ export * from "./AbortMultipartUploadCommand";
2
2
  export * from "./CompleteMultipartUploadCommand";
3
3
  export * from "./CopyObjectCommand";
4
4
  export * from "./CreateBucketCommand";
5
+ export * from "./CreateBucketMetadataTableConfigurationCommand";
5
6
  export * from "./CreateMultipartUploadCommand";
6
7
  export * from "./CreateSessionCommand";
7
8
  export * from "./DeleteBucketAnalyticsConfigurationCommand";
@@ -11,6 +12,7 @@ export * from "./DeleteBucketEncryptionCommand";
11
12
  export * from "./DeleteBucketIntelligentTieringConfigurationCommand";
12
13
  export * from "./DeleteBucketInventoryConfigurationCommand";
13
14
  export * from "./DeleteBucketLifecycleCommand";
15
+ export * from "./DeleteBucketMetadataTableConfigurationCommand";
14
16
  export * from "./DeleteBucketMetricsConfigurationCommand";
15
17
  export * from "./DeleteBucketOwnershipControlsCommand";
16
18
  export * from "./DeleteBucketPolicyCommand";
@@ -31,6 +33,7 @@ export * from "./GetBucketInventoryConfigurationCommand";
31
33
  export * from "./GetBucketLifecycleConfigurationCommand";
32
34
  export * from "./GetBucketLocationCommand";
33
35
  export * from "./GetBucketLoggingCommand";
36
+ export * from "./GetBucketMetadataTableConfigurationCommand";
34
37
  export * from "./GetBucketMetricsConfigurationCommand";
35
38
  export * from "./GetBucketNotificationConfigurationCommand";
36
39
  export * from "./GetBucketOwnershipControlsCommand";