@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.
- package/.jsii +12 -12
- package/assets/webapp/auth/auth.lambda/index.js +4 -7
- package/assets/webapp/login/login.lambda/index.js +4 -7
- package/lib/webapp/Criticality.js +1 -1
- package/lib/webapp/Webapp.js +1 -1
- package/lib/webapp/Webpage.js +1 -1
- package/lib/webapp/util/Files.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +38 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +16 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +14 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +63 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +18 -0
- package/node_modules/@aws-sdk/client-dynamodb/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/README.md +24 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +358 -104
- package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +32 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +26 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +28 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +2 -12
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +13 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +159 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +21 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +5 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +134 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +95 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +63 -53
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +111 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +23 -22
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +36 -35
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +8 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +54 -52
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +455 -411
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +404 -18
- package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +27 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +69 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +18 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +50 -66
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +75 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +36 -0
- package/node_modules/@aws-sdk/client-s3/package.json +5 -5
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +4 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +43 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-ssm/package.json +4 -4
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +3 -3
- package/node_modules/@aws-sdk/client-sts/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +3 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +1 -1
- package/node_modules/@aws-sdk/s3-request-presigner/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +11 -10
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +5 -7
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +4 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +3 -3
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +3 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -1
- package/node_modules/@aws-sdk/token-providers/package.json +2 -2
- package/node_modules/@gemeentenijmegen/apiclient/package.json +4 -4
- package/node_modules/@gemeentenijmegen/apigateway-http/package.json +3 -3
- package/node_modules/@gemeentenijmegen/utils/package.json +6 -6
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@smithy/core/package.json +6 -6
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/eventstream-codec/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/hash-stream-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/md5-js/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/package.json +2 -2
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -8
- package/node_modules/@smithy/node-http-handler/dist-es/timing.js +2 -2
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +9 -6
- package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +22 -34
- package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +22 -31
- package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +34 -15
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +34 -15
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-types/shapes.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +1 -0
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +31 -4
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +30 -4
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +5 -0
- package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +5 -0
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/index.d.ts +1 -0
- package/node_modules/@types/aws-lambda/package.json +4 -3
- package/node_modules/@types/aws-lambda/trigger/guard-duty-event-notification.d.ts +36 -0
- package/node_modules/axios/CHANGELOG.md +49 -0
- package/node_modules/axios/README.md +20 -8
- package/node_modules/axios/dist/axios.js +34 -63
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +1 -1
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +40 -71
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +40 -71
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +1 -1
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +45 -75
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +5 -1
- package/node_modules/axios/index.d.ts +8 -1
- package/node_modules/axios/lib/adapters/http.js +4 -4
- package/node_modules/axios/lib/core/Axios.js +7 -2
- package/node_modules/axios/lib/core/mergeConfig.js +5 -5
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/buildURL.js +7 -1
- package/node_modules/axios/lib/helpers/formDataToStream.js +2 -2
- package/node_modules/axios/lib/helpers/isURLSameOrigin.js +12 -65
- package/node_modules/axios/lib/helpers/validator.js +8 -0
- package/node_modules/axios/package.json +3 -3
- package/node_modules/dotenv/CHANGELOG.md +15 -2
- package/node_modules/dotenv/README.md +37 -114
- package/node_modules/dotenv/package.json +5 -9
- package/node_modules/openid-client/lib/helpers/client.js +1 -4
- package/node_modules/openid-client/package.json +3 -3
- 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/
|
|
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/
|
|
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>
|
|
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.
|
|
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
|
-
*
|
|
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>
|
|
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>
|
|
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
|
|
291
|
+
* @example To upload object and specify user-defined metadata
|
|
290
292
|
* ```javascript
|
|
291
|
-
* // The following example
|
|
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": "
|
|
295
|
+
* "Body": "filetoupload",
|
|
294
296
|
* "Bucket": "examplebucket",
|
|
295
|
-
* "Key": "
|
|
296
|
-
* "
|
|
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": "
|
|
308
|
+
* "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
|
|
304
309
|
* }
|
|
305
310
|
* *\/
|
|
306
|
-
* // example id: to-upload-
|
|
311
|
+
* // example id: to-upload-object-and-specify-user-defined-metadata-1483396974757
|
|
307
312
|
* ```
|
|
308
313
|
*
|
|
309
|
-
* @example To upload an object and specify
|
|
314
|
+
* @example To upload an object and specify optional tags
|
|
310
315
|
* ```javascript
|
|
311
|
-
* // The following example uploads
|
|
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
|
-
* "
|
|
314
|
-
* "Body": "filetoupload",
|
|
318
|
+
* "Body": "c:\\HappyFace.jpg",
|
|
315
319
|
* "Bucket": "examplebucket",
|
|
316
|
-
* "Key": "
|
|
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": "
|
|
328
|
+
* "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
|
|
324
329
|
* }
|
|
325
330
|
* *\/
|
|
326
|
-
* // example id: to-upload-an-object-and-specify-
|
|
331
|
+
* // example id: to-upload-an-object-and-specify-optional-tags-1481762310955
|
|
327
332
|
* ```
|
|
328
333
|
*
|
|
329
|
-
* @example To upload an object
|
|
334
|
+
* @example To upload an object (specify optional headers)
|
|
330
335
|
* ```javascript
|
|
331
|
-
* // The following example uploads an object. The request specifies
|
|
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": "
|
|
338
|
+
* "Body": "HappyFace.jpg",
|
|
334
339
|
* "Bucket": "examplebucket",
|
|
335
|
-
* "Key": "
|
|
340
|
+
* "Key": "HappyFace.jpg",
|
|
336
341
|
* "ServerSideEncryption": "AES256",
|
|
337
|
-
* "
|
|
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": "
|
|
350
|
+
* "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
|
346
351
|
* }
|
|
347
352
|
* *\/
|
|
348
|
-
* // example id: to-upload-an-object-
|
|
353
|
+
* // example id: to-upload-an-object-(specify-optional-headers)
|
|
349
354
|
* ```
|
|
350
355
|
*
|
|
351
|
-
* @example To upload object and specify
|
|
356
|
+
* @example To upload an object and specify canned ACL.
|
|
352
357
|
* ```javascript
|
|
353
|
-
* // The following example
|
|
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": "
|
|
370
|
+
* "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
|
|
369
371
|
* }
|
|
370
372
|
* *\/
|
|
371
|
-
* // example id: to-upload-object-and-specify-
|
|
373
|
+
* // example id: to-upload-an-object-and-specify-canned-acl-1483397779571
|
|
372
374
|
* ```
|
|
373
375
|
*
|
|
374
|
-
* @example To upload an object
|
|
376
|
+
* @example To upload an object
|
|
375
377
|
* ```javascript
|
|
376
|
-
* // The following example uploads an object. The
|
|
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
|
-
* "
|
|
390
|
-
* "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
|
389
|
+
* "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
|
|
391
390
|
* }
|
|
392
391
|
* *\/
|
|
393
|
-
* // example id: to-upload-an-object-
|
|
392
|
+
* // example id: to-upload-an-object-1481760101010
|
|
394
393
|
* ```
|
|
395
394
|
*
|
|
396
|
-
* @example To
|
|
395
|
+
* @example To upload an object and specify server-side encryption and object tags
|
|
397
396
|
* ```javascript
|
|
398
|
-
* // The following example
|
|
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": "
|
|
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
|
-
* "
|
|
410
|
+
* "ServerSideEncryption": "AES256",
|
|
411
|
+
* "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
|
|
410
412
|
* }
|
|
411
413
|
* *\/
|
|
412
|
-
* // example id: to-
|
|
414
|
+
* // example id: to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831
|
|
413
415
|
* ```
|
|
414
416
|
*
|
|
415
|
-
* @example To
|
|
417
|
+
* @example To create an object.
|
|
416
418
|
* ```javascript
|
|
417
|
-
* // The following example
|
|
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": "
|
|
421
|
+
* "Body": "filetoupload",
|
|
420
422
|
* "Bucket": "examplebucket",
|
|
421
|
-
* "Key": "
|
|
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": "
|
|
430
|
+
* "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
|
|
429
431
|
* }
|
|
430
432
|
* *\/
|
|
431
|
-
* // example id: to-
|
|
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;
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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";
|