@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
|
@@ -43,6 +43,7 @@ __export(src_exports, {
|
|
|
43
43
|
CopyObjectOutputFilterSensitiveLog: () => CopyObjectOutputFilterSensitiveLog,
|
|
44
44
|
CopyObjectRequestFilterSensitiveLog: () => CopyObjectRequestFilterSensitiveLog,
|
|
45
45
|
CreateBucketCommand: () => CreateBucketCommand,
|
|
46
|
+
CreateBucketMetadataTableConfigurationCommand: () => CreateBucketMetadataTableConfigurationCommand,
|
|
46
47
|
CreateMultipartUploadCommand: () => CreateMultipartUploadCommand,
|
|
47
48
|
CreateMultipartUploadOutputFilterSensitiveLog: () => CreateMultipartUploadOutputFilterSensitiveLog,
|
|
48
49
|
CreateMultipartUploadRequestFilterSensitiveLog: () => CreateMultipartUploadRequestFilterSensitiveLog,
|
|
@@ -57,6 +58,7 @@ __export(src_exports, {
|
|
|
57
58
|
DeleteBucketIntelligentTieringConfigurationCommand: () => DeleteBucketIntelligentTieringConfigurationCommand,
|
|
58
59
|
DeleteBucketInventoryConfigurationCommand: () => DeleteBucketInventoryConfigurationCommand,
|
|
59
60
|
DeleteBucketLifecycleCommand: () => DeleteBucketLifecycleCommand,
|
|
61
|
+
DeleteBucketMetadataTableConfigurationCommand: () => DeleteBucketMetadataTableConfigurationCommand,
|
|
60
62
|
DeleteBucketMetricsConfigurationCommand: () => DeleteBucketMetricsConfigurationCommand,
|
|
61
63
|
DeleteBucketOwnershipControlsCommand: () => DeleteBucketOwnershipControlsCommand,
|
|
62
64
|
DeleteBucketPolicyCommand: () => DeleteBucketPolicyCommand,
|
|
@@ -89,6 +91,7 @@ __export(src_exports, {
|
|
|
89
91
|
GetBucketLifecycleConfigurationCommand: () => GetBucketLifecycleConfigurationCommand,
|
|
90
92
|
GetBucketLocationCommand: () => GetBucketLocationCommand,
|
|
91
93
|
GetBucketLoggingCommand: () => GetBucketLoggingCommand,
|
|
94
|
+
GetBucketMetadataTableConfigurationCommand: () => GetBucketMetadataTableConfigurationCommand,
|
|
92
95
|
GetBucketMetricsConfigurationCommand: () => GetBucketMetricsConfigurationCommand,
|
|
93
96
|
GetBucketNotificationConfigurationCommand: () => GetBucketNotificationConfigurationCommand,
|
|
94
97
|
GetBucketOwnershipControlsCommand: () => GetBucketOwnershipControlsCommand,
|
|
@@ -476,13 +479,15 @@ var BucketCannedACL = {
|
|
|
476
479
|
public_read_write: "public-read-write"
|
|
477
480
|
};
|
|
478
481
|
var DataRedundancy = {
|
|
479
|
-
SingleAvailabilityZone: "SingleAvailabilityZone"
|
|
482
|
+
SingleAvailabilityZone: "SingleAvailabilityZone",
|
|
483
|
+
SingleLocalZone: "SingleLocalZone"
|
|
480
484
|
};
|
|
481
485
|
var BucketType = {
|
|
482
486
|
Directory: "Directory"
|
|
483
487
|
};
|
|
484
488
|
var LocationType = {
|
|
485
|
-
AvailabilityZone: "AvailabilityZone"
|
|
489
|
+
AvailabilityZone: "AvailabilityZone",
|
|
490
|
+
LocalZone: "LocalZone"
|
|
486
491
|
};
|
|
487
492
|
var BucketLocationConstraint = {
|
|
488
493
|
EU: "EU",
|
|
@@ -949,20 +954,6 @@ var ListPartsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
949
954
|
...obj,
|
|
950
955
|
...obj.SSECustomerKey && { SSECustomerKey: import_smithy_client.SENSITIVE_STRING }
|
|
951
956
|
}), "ListPartsRequestFilterSensitiveLog");
|
|
952
|
-
var PutBucketEncryptionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
953
|
-
...obj,
|
|
954
|
-
...obj.ServerSideEncryptionConfiguration && {
|
|
955
|
-
ServerSideEncryptionConfiguration: ServerSideEncryptionConfigurationFilterSensitiveLog(
|
|
956
|
-
obj.ServerSideEncryptionConfiguration
|
|
957
|
-
)
|
|
958
|
-
}
|
|
959
|
-
}), "PutBucketEncryptionRequestFilterSensitiveLog");
|
|
960
|
-
var PutBucketInventoryConfigurationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
961
|
-
...obj,
|
|
962
|
-
...obj.InventoryConfiguration && {
|
|
963
|
-
InventoryConfiguration: InventoryConfigurationFilterSensitiveLog(obj.InventoryConfiguration)
|
|
964
|
-
}
|
|
965
|
-
}), "PutBucketInventoryConfigurationRequestFilterSensitiveLog");
|
|
966
957
|
|
|
967
958
|
// src/protocols/Aws_restXml.ts
|
|
968
959
|
var import_core = require("@aws-sdk/core");
|
|
@@ -1107,6 +1098,20 @@ var SelectObjectContentEventStream;
|
|
|
1107
1098
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1108
1099
|
}, "visit");
|
|
1109
1100
|
})(SelectObjectContentEventStream || (SelectObjectContentEventStream = {}));
|
|
1101
|
+
var PutBucketEncryptionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1102
|
+
...obj,
|
|
1103
|
+
...obj.ServerSideEncryptionConfiguration && {
|
|
1104
|
+
ServerSideEncryptionConfiguration: ServerSideEncryptionConfigurationFilterSensitiveLog(
|
|
1105
|
+
obj.ServerSideEncryptionConfiguration
|
|
1106
|
+
)
|
|
1107
|
+
}
|
|
1108
|
+
}), "PutBucketEncryptionRequestFilterSensitiveLog");
|
|
1109
|
+
var PutBucketInventoryConfigurationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1110
|
+
...obj,
|
|
1111
|
+
...obj.InventoryConfiguration && {
|
|
1112
|
+
InventoryConfiguration: InventoryConfigurationFilterSensitiveLog(obj.InventoryConfiguration)
|
|
1113
|
+
}
|
|
1114
|
+
}), "PutBucketInventoryConfigurationRequestFilterSensitiveLog");
|
|
1110
1115
|
var PutObjectOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1111
1116
|
...obj,
|
|
1112
1117
|
...obj.SSEKMSKeyId && { SSEKMSKeyId: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -1211,6 +1216,7 @@ var se_CompleteMultipartUploadCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1211
1216
|
[_xacs_]: input[_CSHAh],
|
|
1212
1217
|
[_xarp]: input[_RP],
|
|
1213
1218
|
[_xaebo]: input[_EBO],
|
|
1219
|
+
[_im]: input[_IM],
|
|
1214
1220
|
[_inm]: input[_INM],
|
|
1215
1221
|
[_xasseca]: input[_SSECA],
|
|
1216
1222
|
[_xasseck]: input[_SSECK],
|
|
@@ -1316,6 +1322,30 @@ var se_CreateBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1316
1322
|
b.m("PUT").h(headers).b(body);
|
|
1317
1323
|
return b.build();
|
|
1318
1324
|
}, "se_CreateBucketCommand");
|
|
1325
|
+
var se_CreateBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1326
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1327
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1328
|
+
"content-type": "application/xml",
|
|
1329
|
+
[_cm]: input[_CMD],
|
|
1330
|
+
[_xasca]: input[_CA],
|
|
1331
|
+
[_xaebo]: input[_EBO]
|
|
1332
|
+
});
|
|
1333
|
+
b.bp("/");
|
|
1334
|
+
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
1335
|
+
const query = (0, import_smithy_client.map)({
|
|
1336
|
+
[_mT]: [, ""]
|
|
1337
|
+
});
|
|
1338
|
+
let body;
|
|
1339
|
+
let contents;
|
|
1340
|
+
if (input.MetadataTableConfiguration !== void 0) {
|
|
1341
|
+
contents = se_MetadataTableConfiguration(input.MetadataTableConfiguration, context);
|
|
1342
|
+
body = _ve;
|
|
1343
|
+
contents.a("xmlns", "http://s3.amazonaws.com/doc/2006-03-01/");
|
|
1344
|
+
body += contents.toString();
|
|
1345
|
+
}
|
|
1346
|
+
b.m("POST").h(headers).q(query).b(body);
|
|
1347
|
+
return b.build();
|
|
1348
|
+
}, "se_CreateBucketMetadataTableConfigurationCommand");
|
|
1319
1349
|
var se_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1320
1350
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1321
1351
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
@@ -1475,6 +1505,20 @@ var se_DeleteBucketLifecycleCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1475
1505
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
1476
1506
|
return b.build();
|
|
1477
1507
|
}, "se_DeleteBucketLifecycleCommand");
|
|
1508
|
+
var se_DeleteBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1509
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1510
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1511
|
+
[_xaebo]: input[_EBO]
|
|
1512
|
+
});
|
|
1513
|
+
b.bp("/");
|
|
1514
|
+
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
1515
|
+
const query = (0, import_smithy_client.map)({
|
|
1516
|
+
[_mT]: [, ""]
|
|
1517
|
+
});
|
|
1518
|
+
let body;
|
|
1519
|
+
b.m("DELETE").h(headers).q(query).b(body);
|
|
1520
|
+
return b.build();
|
|
1521
|
+
}, "se_DeleteBucketMetadataTableConfigurationCommand");
|
|
1478
1522
|
var se_DeleteBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1479
1523
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1480
1524
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
@@ -1783,6 +1827,20 @@ var se_GetBucketLoggingCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1783
1827
|
b.m("GET").h(headers).q(query).b(body);
|
|
1784
1828
|
return b.build();
|
|
1785
1829
|
}, "se_GetBucketLoggingCommand");
|
|
1830
|
+
var se_GetBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1831
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1832
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1833
|
+
[_xaebo]: input[_EBO]
|
|
1834
|
+
});
|
|
1835
|
+
b.bp("/");
|
|
1836
|
+
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
1837
|
+
const query = (0, import_smithy_client.map)({
|
|
1838
|
+
[_mT]: [, ""]
|
|
1839
|
+
});
|
|
1840
|
+
let body;
|
|
1841
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1842
|
+
return b.build();
|
|
1843
|
+
}, "se_GetBucketMetadataTableConfigurationCommand");
|
|
1786
1844
|
var se_GetBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1787
1845
|
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1788
1846
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
@@ -2783,6 +2841,7 @@ var se_PutObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2783
2841
|
[_xacs]: input[_CSHA],
|
|
2784
2842
|
[_xacs_]: input[_CSHAh],
|
|
2785
2843
|
[_e]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
|
|
2844
|
+
[_im]: input[_IM],
|
|
2786
2845
|
[_inm]: input[_INM],
|
|
2787
2846
|
[_xagfc]: input[_GFC],
|
|
2788
2847
|
[_xagr]: input[_GR],
|
|
@@ -3276,6 +3335,16 @@ var de_CreateBucketCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3276
3335
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3277
3336
|
return contents;
|
|
3278
3337
|
}, "de_CreateBucketCommand");
|
|
3338
|
+
var de_CreateBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3339
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3340
|
+
return de_CommandError(output, context);
|
|
3341
|
+
}
|
|
3342
|
+
const contents = (0, import_smithy_client.map)({
|
|
3343
|
+
$metadata: deserializeMetadata(output)
|
|
3344
|
+
});
|
|
3345
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3346
|
+
return contents;
|
|
3347
|
+
}, "de_CreateBucketMetadataTableConfigurationCommand");
|
|
3279
3348
|
var de_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3280
3349
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3281
3350
|
return de_CommandError(output, context);
|
|
@@ -3395,6 +3464,16 @@ var de_DeleteBucketLifecycleCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
3395
3464
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3396
3465
|
return contents;
|
|
3397
3466
|
}, "de_DeleteBucketLifecycleCommand");
|
|
3467
|
+
var de_DeleteBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3468
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
3469
|
+
return de_CommandError(output, context);
|
|
3470
|
+
}
|
|
3471
|
+
const contents = (0, import_smithy_client.map)({
|
|
3472
|
+
$metadata: deserializeMetadata(output)
|
|
3473
|
+
});
|
|
3474
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3475
|
+
return contents;
|
|
3476
|
+
}, "de_DeleteBucketMetadataTableConfigurationCommand");
|
|
3398
3477
|
var de_DeleteBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3399
3478
|
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
3400
3479
|
return de_CommandError(output, context);
|
|
@@ -3643,6 +3722,17 @@ var de_GetBucketLoggingCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3643
3722
|
}
|
|
3644
3723
|
return contents;
|
|
3645
3724
|
}, "de_GetBucketLoggingCommand");
|
|
3725
|
+
var de_GetBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3726
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3727
|
+
return de_CommandError(output, context);
|
|
3728
|
+
}
|
|
3729
|
+
const contents = (0, import_smithy_client.map)({
|
|
3730
|
+
$metadata: deserializeMetadata(output)
|
|
3731
|
+
});
|
|
3732
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
|
|
3733
|
+
contents.GetBucketMetadataTableConfigurationResult = de_GetBucketMetadataTableConfigurationResult(data, context);
|
|
3734
|
+
return contents;
|
|
3735
|
+
}, "de_GetBucketMetadataTableConfigurationCommand");
|
|
3646
3736
|
var de_GetBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3647
3737
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3648
3738
|
return de_CommandError(output, context);
|
|
@@ -5641,6 +5731,13 @@ var se_MetadataEntry = /* @__PURE__ */ __name((input, context) => {
|
|
|
5641
5731
|
}
|
|
5642
5732
|
return bn;
|
|
5643
5733
|
}, "se_MetadataEntry");
|
|
5734
|
+
var se_MetadataTableConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
5735
|
+
const bn = new import_xml_builder.XmlNode(_MTC);
|
|
5736
|
+
if (input[_STD] != null) {
|
|
5737
|
+
bn.c(se_S3TablesDestination(input[_STD], context).n(_STD));
|
|
5738
|
+
}
|
|
5739
|
+
return bn;
|
|
5740
|
+
}, "se_MetadataTableConfiguration");
|
|
5644
5741
|
var se_Metrics = /* @__PURE__ */ __name((input, context) => {
|
|
5645
5742
|
const bn = new import_xml_builder.XmlNode(_Me);
|
|
5646
5743
|
if (input[_S] != null) {
|
|
@@ -6059,6 +6156,16 @@ var se_S3Location = /* @__PURE__ */ __name((input, context) => {
|
|
|
6059
6156
|
bn.cc(input, _SC);
|
|
6060
6157
|
return bn;
|
|
6061
6158
|
}, "se_S3Location");
|
|
6159
|
+
var se_S3TablesDestination = /* @__PURE__ */ __name((input, context) => {
|
|
6160
|
+
const bn = new import_xml_builder.XmlNode(_STD);
|
|
6161
|
+
if (input[_TBA] != null) {
|
|
6162
|
+
bn.c(import_xml_builder.XmlNode.of(_STBA, input[_TBA]).n(_TBA));
|
|
6163
|
+
}
|
|
6164
|
+
if (input[_TN] != null) {
|
|
6165
|
+
bn.c(import_xml_builder.XmlNode.of(_STN, input[_TN]).n(_TN));
|
|
6166
|
+
}
|
|
6167
|
+
return bn;
|
|
6168
|
+
}, "se_S3TablesDestination");
|
|
6062
6169
|
var se_ScanRange = /* @__PURE__ */ __name((input, context) => {
|
|
6063
6170
|
const bn = new import_xml_builder.XmlNode(_SR);
|
|
6064
6171
|
if (input[_St] != null) {
|
|
@@ -6655,6 +6762,16 @@ var de__Error = /* @__PURE__ */ __name((output, context) => {
|
|
|
6655
6762
|
}
|
|
6656
6763
|
return contents;
|
|
6657
6764
|
}, "de__Error");
|
|
6765
|
+
var de_ErrorDetails = /* @__PURE__ */ __name((output, context) => {
|
|
6766
|
+
const contents = {};
|
|
6767
|
+
if (output[_EC] != null) {
|
|
6768
|
+
contents[_EC] = (0, import_smithy_client.expectString)(output[_EC]);
|
|
6769
|
+
}
|
|
6770
|
+
if (output[_EM] != null) {
|
|
6771
|
+
contents[_EM] = (0, import_smithy_client.expectString)(output[_EM]);
|
|
6772
|
+
}
|
|
6773
|
+
return contents;
|
|
6774
|
+
}, "de_ErrorDetails");
|
|
6658
6775
|
var de_ErrorDocument = /* @__PURE__ */ __name((output, context) => {
|
|
6659
6776
|
const contents = {};
|
|
6660
6777
|
if (output[_K] != null) {
|
|
@@ -6703,6 +6820,19 @@ var de_FilterRuleList = /* @__PURE__ */ __name((output, context) => {
|
|
|
6703
6820
|
return de_FilterRule(entry, context);
|
|
6704
6821
|
});
|
|
6705
6822
|
}, "de_FilterRuleList");
|
|
6823
|
+
var de_GetBucketMetadataTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
|
|
6824
|
+
const contents = {};
|
|
6825
|
+
if (output[_MTCR] != null) {
|
|
6826
|
+
contents[_MTCR] = de_MetadataTableConfigurationResult(output[_MTCR], context);
|
|
6827
|
+
}
|
|
6828
|
+
if (output[_S] != null) {
|
|
6829
|
+
contents[_S] = (0, import_smithy_client.expectString)(output[_S]);
|
|
6830
|
+
}
|
|
6831
|
+
if (output[_Er] != null) {
|
|
6832
|
+
contents[_Er] = de_ErrorDetails(output[_Er], context);
|
|
6833
|
+
}
|
|
6834
|
+
return contents;
|
|
6835
|
+
}, "de_GetBucketMetadataTableConfigurationResult");
|
|
6706
6836
|
var de_GetObjectAttributesParts = /* @__PURE__ */ __name((output, context) => {
|
|
6707
6837
|
const contents = {};
|
|
6708
6838
|
if (output[_PC] != null) {
|
|
@@ -7044,6 +7174,13 @@ var de_LoggingEnabled = /* @__PURE__ */ __name((output, context) => {
|
|
|
7044
7174
|
}
|
|
7045
7175
|
return contents;
|
|
7046
7176
|
}, "de_LoggingEnabled");
|
|
7177
|
+
var de_MetadataTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
|
|
7178
|
+
const contents = {};
|
|
7179
|
+
if (output[_STDR] != null) {
|
|
7180
|
+
contents[_STDR] = de_S3TablesDestinationResult(output[_STDR], context);
|
|
7181
|
+
}
|
|
7182
|
+
return contents;
|
|
7183
|
+
}, "de_MetadataTableConfigurationResult");
|
|
7047
7184
|
var de_Metrics = /* @__PURE__ */ __name((output, context) => {
|
|
7048
7185
|
const contents = {};
|
|
7049
7186
|
if (output[_S] != null) {
|
|
@@ -7600,6 +7737,22 @@ var de_S3KeyFilter = /* @__PURE__ */ __name((output, context) => {
|
|
|
7600
7737
|
}
|
|
7601
7738
|
return contents;
|
|
7602
7739
|
}, "de_S3KeyFilter");
|
|
7740
|
+
var de_S3TablesDestinationResult = /* @__PURE__ */ __name((output, context) => {
|
|
7741
|
+
const contents = {};
|
|
7742
|
+
if (output[_TBA] != null) {
|
|
7743
|
+
contents[_TBA] = (0, import_smithy_client.expectString)(output[_TBA]);
|
|
7744
|
+
}
|
|
7745
|
+
if (output[_TN] != null) {
|
|
7746
|
+
contents[_TN] = (0, import_smithy_client.expectString)(output[_TN]);
|
|
7747
|
+
}
|
|
7748
|
+
if (output[_TAa] != null) {
|
|
7749
|
+
contents[_TAa] = (0, import_smithy_client.expectString)(output[_TAa]);
|
|
7750
|
+
}
|
|
7751
|
+
if (output[_TNa] != null) {
|
|
7752
|
+
contents[_TNa] = (0, import_smithy_client.expectString)(output[_TNa]);
|
|
7753
|
+
}
|
|
7754
|
+
return contents;
|
|
7755
|
+
}, "de_S3TablesDestinationResult");
|
|
7603
7756
|
var de_ServerSideEncryptionByDefault = /* @__PURE__ */ __name((output, context) => {
|
|
7604
7757
|
const contents = {};
|
|
7605
7758
|
if (output[_SSEA] != null) {
|
|
@@ -8075,6 +8228,8 @@ var _MKe = "MetadataKey";
|
|
|
8075
8228
|
var _MM = "MissingMeta";
|
|
8076
8229
|
var _MP = "MaxParts";
|
|
8077
8230
|
var _MS = "MetricsStatus";
|
|
8231
|
+
var _MTC = "MetadataTableConfiguration";
|
|
8232
|
+
var _MTCR = "MetadataTableConfigurationResult";
|
|
8078
8233
|
var _MU = "MaxUploads";
|
|
8079
8234
|
var _MV = "MetadataValue";
|
|
8080
8235
|
var _Me = "Metrics";
|
|
@@ -8230,6 +8385,10 @@ var _SSEKMSKI = "SSEKMSKeyId";
|
|
|
8230
8385
|
var _SSER = "ServerSideEncryptionRule";
|
|
8231
8386
|
var _SSES = "SSES3";
|
|
8232
8387
|
var _ST = "SessionToken";
|
|
8388
|
+
var _STBA = "S3TablesBucketArn";
|
|
8389
|
+
var _STD = "S3TablesDestination";
|
|
8390
|
+
var _STDR = "S3TablesDestinationResult";
|
|
8391
|
+
var _STN = "S3TablesName";
|
|
8233
8392
|
var _S_ = "S3";
|
|
8234
8393
|
var _Sc = "Schedule";
|
|
8235
8394
|
var _Se = "Setting";
|
|
@@ -8238,7 +8397,9 @@ var _St = "Start";
|
|
|
8238
8397
|
var _Su = "Suffix";
|
|
8239
8398
|
var _T = "Tagging";
|
|
8240
8399
|
var _TA = "TopicArn";
|
|
8400
|
+
var _TAa = "TableArn";
|
|
8241
8401
|
var _TB = "TargetBucket";
|
|
8402
|
+
var _TBA = "TableBucketArn";
|
|
8242
8403
|
var _TC = "TagCount";
|
|
8243
8404
|
var _TCo = "TopicConfiguration";
|
|
8244
8405
|
var _TCop = "TopicConfigurations";
|
|
@@ -8246,6 +8407,8 @@ var _TD = "TaggingDirective";
|
|
|
8246
8407
|
var _TDMOS = "TransitionDefaultMinimumObjectSize";
|
|
8247
8408
|
var _TG = "TargetGrants";
|
|
8248
8409
|
var _TGa = "TargetGrant";
|
|
8410
|
+
var _TN = "TableName";
|
|
8411
|
+
var _TNa = "TableNamespace";
|
|
8249
8412
|
var _TOKF = "TargetObjectKeyFormat";
|
|
8250
8413
|
var _TP = "TargetPrefix";
|
|
8251
8414
|
var _TPC = "TotalPartsCount";
|
|
@@ -8318,6 +8481,7 @@ var _lo = "location";
|
|
|
8318
8481
|
var _log = "logging";
|
|
8319
8482
|
var _lt = "list-type";
|
|
8320
8483
|
var _m = "metrics";
|
|
8484
|
+
var _mT = "metadataTable";
|
|
8321
8485
|
var _ma = "marker";
|
|
8322
8486
|
var _mb = "max-buckets";
|
|
8323
8487
|
var _mdb = "max-directory-buckets";
|
|
@@ -8701,6 +8865,30 @@ var _CreateBucketCommand = class _CreateBucketCommand extends import_smithy_clie
|
|
|
8701
8865
|
__name(_CreateBucketCommand, "CreateBucketCommand");
|
|
8702
8866
|
var CreateBucketCommand = _CreateBucketCommand;
|
|
8703
8867
|
|
|
8868
|
+
// src/commands/CreateBucketMetadataTableConfigurationCommand.ts
|
|
8869
|
+
|
|
8870
|
+
|
|
8871
|
+
|
|
8872
|
+
|
|
8873
|
+
var _CreateBucketMetadataTableConfigurationCommand = class _CreateBucketMetadataTableConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8874
|
+
...commonParams,
|
|
8875
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
8876
|
+
Bucket: { type: "contextParams", name: "Bucket" }
|
|
8877
|
+
}).m(function(Command, cs, config, o) {
|
|
8878
|
+
return [
|
|
8879
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8880
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8881
|
+
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
8882
|
+
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
8883
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
8884
|
+
requestChecksumRequired: true
|
|
8885
|
+
})
|
|
8886
|
+
];
|
|
8887
|
+
}).s("AmazonS3", "CreateBucketMetadataTableConfiguration", {}).n("S3Client", "CreateBucketMetadataTableConfigurationCommand").f(void 0, void 0).ser(se_CreateBucketMetadataTableConfigurationCommand).de(de_CreateBucketMetadataTableConfigurationCommand).build() {
|
|
8888
|
+
};
|
|
8889
|
+
__name(_CreateBucketMetadataTableConfigurationCommand, "CreateBucketMetadataTableConfigurationCommand");
|
|
8890
|
+
var CreateBucketMetadataTableConfigurationCommand = _CreateBucketMetadataTableConfigurationCommand;
|
|
8891
|
+
|
|
8704
8892
|
// src/commands/CreateMultipartUploadCommand.ts
|
|
8705
8893
|
var import_middleware_sdk_s37 = require("@aws-sdk/middleware-sdk-s3");
|
|
8706
8894
|
|
|
@@ -8849,6 +9037,24 @@ var _DeleteBucketLifecycleCommand = class _DeleteBucketLifecycleCommand extends
|
|
|
8849
9037
|
__name(_DeleteBucketLifecycleCommand, "DeleteBucketLifecycleCommand");
|
|
8850
9038
|
var DeleteBucketLifecycleCommand = _DeleteBucketLifecycleCommand;
|
|
8851
9039
|
|
|
9040
|
+
// src/commands/DeleteBucketMetadataTableConfigurationCommand.ts
|
|
9041
|
+
|
|
9042
|
+
|
|
9043
|
+
|
|
9044
|
+
var _DeleteBucketMetadataTableConfigurationCommand = class _DeleteBucketMetadataTableConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9045
|
+
...commonParams,
|
|
9046
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
9047
|
+
Bucket: { type: "contextParams", name: "Bucket" }
|
|
9048
|
+
}).m(function(Command, cs, config, o) {
|
|
9049
|
+
return [
|
|
9050
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9051
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9052
|
+
];
|
|
9053
|
+
}).s("AmazonS3", "DeleteBucketMetadataTableConfiguration", {}).n("S3Client", "DeleteBucketMetadataTableConfigurationCommand").f(void 0, void 0).ser(se_DeleteBucketMetadataTableConfigurationCommand).de(de_DeleteBucketMetadataTableConfigurationCommand).build() {
|
|
9054
|
+
};
|
|
9055
|
+
__name(_DeleteBucketMetadataTableConfigurationCommand, "DeleteBucketMetadataTableConfigurationCommand");
|
|
9056
|
+
var DeleteBucketMetadataTableConfigurationCommand = _DeleteBucketMetadataTableConfigurationCommand;
|
|
9057
|
+
|
|
8852
9058
|
// src/commands/DeleteBucketMetricsConfigurationCommand.ts
|
|
8853
9059
|
|
|
8854
9060
|
|
|
@@ -8992,6 +9198,7 @@ var _DeleteObjectsCommand = class _DeleteObjectsCommand extends import_smithy_cl
|
|
|
8992
9198
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8993
9199
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
8994
9200
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
9201
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
8995
9202
|
requestChecksumRequired: true
|
|
8996
9203
|
}),
|
|
8997
9204
|
(0, import_middleware_sdk_s39.getThrow200ExceptionsPlugin)(config)
|
|
@@ -9238,12 +9445,12 @@ var _GetBucketLoggingCommand = class _GetBucketLoggingCommand extends import_smi
|
|
|
9238
9445
|
__name(_GetBucketLoggingCommand, "GetBucketLoggingCommand");
|
|
9239
9446
|
var GetBucketLoggingCommand = _GetBucketLoggingCommand;
|
|
9240
9447
|
|
|
9241
|
-
// src/commands/
|
|
9448
|
+
// src/commands/GetBucketMetadataTableConfigurationCommand.ts
|
|
9242
9449
|
var import_middleware_sdk_s321 = require("@aws-sdk/middleware-sdk-s3");
|
|
9243
9450
|
|
|
9244
9451
|
|
|
9245
9452
|
|
|
9246
|
-
var
|
|
9453
|
+
var _GetBucketMetadataTableConfigurationCommand = class _GetBucketMetadataTableConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9247
9454
|
...commonParams,
|
|
9248
9455
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
9249
9456
|
Bucket: { type: "contextParams", name: "Bucket" }
|
|
@@ -9253,13 +9460,33 @@ var _GetBucketMetricsConfigurationCommand = class _GetBucketMetricsConfiguration
|
|
|
9253
9460
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9254
9461
|
(0, import_middleware_sdk_s321.getThrow200ExceptionsPlugin)(config)
|
|
9255
9462
|
];
|
|
9463
|
+
}).s("AmazonS3", "GetBucketMetadataTableConfiguration", {}).n("S3Client", "GetBucketMetadataTableConfigurationCommand").f(void 0, void 0).ser(se_GetBucketMetadataTableConfigurationCommand).de(de_GetBucketMetadataTableConfigurationCommand).build() {
|
|
9464
|
+
};
|
|
9465
|
+
__name(_GetBucketMetadataTableConfigurationCommand, "GetBucketMetadataTableConfigurationCommand");
|
|
9466
|
+
var GetBucketMetadataTableConfigurationCommand = _GetBucketMetadataTableConfigurationCommand;
|
|
9467
|
+
|
|
9468
|
+
// src/commands/GetBucketMetricsConfigurationCommand.ts
|
|
9469
|
+
var import_middleware_sdk_s322 = require("@aws-sdk/middleware-sdk-s3");
|
|
9470
|
+
|
|
9471
|
+
|
|
9472
|
+
|
|
9473
|
+
var _GetBucketMetricsConfigurationCommand = class _GetBucketMetricsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9474
|
+
...commonParams,
|
|
9475
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
9476
|
+
Bucket: { type: "contextParams", name: "Bucket" }
|
|
9477
|
+
}).m(function(Command, cs, config, o) {
|
|
9478
|
+
return [
|
|
9479
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9480
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9481
|
+
(0, import_middleware_sdk_s322.getThrow200ExceptionsPlugin)(config)
|
|
9482
|
+
];
|
|
9256
9483
|
}).s("AmazonS3", "GetBucketMetricsConfiguration", {}).n("S3Client", "GetBucketMetricsConfigurationCommand").f(void 0, void 0).ser(se_GetBucketMetricsConfigurationCommand).de(de_GetBucketMetricsConfigurationCommand).build() {
|
|
9257
9484
|
};
|
|
9258
9485
|
__name(_GetBucketMetricsConfigurationCommand, "GetBucketMetricsConfigurationCommand");
|
|
9259
9486
|
var GetBucketMetricsConfigurationCommand = _GetBucketMetricsConfigurationCommand;
|
|
9260
9487
|
|
|
9261
9488
|
// src/commands/GetBucketNotificationConfigurationCommand.ts
|
|
9262
|
-
var
|
|
9489
|
+
var import_middleware_sdk_s323 = require("@aws-sdk/middleware-sdk-s3");
|
|
9263
9490
|
|
|
9264
9491
|
|
|
9265
9492
|
|
|
@@ -9271,7 +9498,7 @@ var _GetBucketNotificationConfigurationCommand = class _GetBucketNotificationCon
|
|
|
9271
9498
|
return [
|
|
9272
9499
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9273
9500
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9274
|
-
(0,
|
|
9501
|
+
(0, import_middleware_sdk_s323.getThrow200ExceptionsPlugin)(config)
|
|
9275
9502
|
];
|
|
9276
9503
|
}).s("AmazonS3", "GetBucketNotificationConfiguration", {}).n("S3Client", "GetBucketNotificationConfigurationCommand").f(void 0, void 0).ser(se_GetBucketNotificationConfigurationCommand).de(de_GetBucketNotificationConfigurationCommand).build() {
|
|
9277
9504
|
};
|
|
@@ -9279,7 +9506,7 @@ __name(_GetBucketNotificationConfigurationCommand, "GetBucketNotificationConfigu
|
|
|
9279
9506
|
var GetBucketNotificationConfigurationCommand = _GetBucketNotificationConfigurationCommand;
|
|
9280
9507
|
|
|
9281
9508
|
// src/commands/GetBucketOwnershipControlsCommand.ts
|
|
9282
|
-
var
|
|
9509
|
+
var import_middleware_sdk_s324 = require("@aws-sdk/middleware-sdk-s3");
|
|
9283
9510
|
|
|
9284
9511
|
|
|
9285
9512
|
|
|
@@ -9291,7 +9518,7 @@ var _GetBucketOwnershipControlsCommand = class _GetBucketOwnershipControlsComman
|
|
|
9291
9518
|
return [
|
|
9292
9519
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9293
9520
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9294
|
-
(0,
|
|
9521
|
+
(0, import_middleware_sdk_s324.getThrow200ExceptionsPlugin)(config)
|
|
9295
9522
|
];
|
|
9296
9523
|
}).s("AmazonS3", "GetBucketOwnershipControls", {}).n("S3Client", "GetBucketOwnershipControlsCommand").f(void 0, void 0).ser(se_GetBucketOwnershipControlsCommand).de(de_GetBucketOwnershipControlsCommand).build() {
|
|
9297
9524
|
};
|
|
@@ -9299,7 +9526,7 @@ __name(_GetBucketOwnershipControlsCommand, "GetBucketOwnershipControlsCommand");
|
|
|
9299
9526
|
var GetBucketOwnershipControlsCommand = _GetBucketOwnershipControlsCommand;
|
|
9300
9527
|
|
|
9301
9528
|
// src/commands/GetBucketPolicyCommand.ts
|
|
9302
|
-
var
|
|
9529
|
+
var import_middleware_sdk_s325 = require("@aws-sdk/middleware-sdk-s3");
|
|
9303
9530
|
|
|
9304
9531
|
|
|
9305
9532
|
|
|
@@ -9311,7 +9538,7 @@ var _GetBucketPolicyCommand = class _GetBucketPolicyCommand extends import_smith
|
|
|
9311
9538
|
return [
|
|
9312
9539
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9313
9540
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9314
|
-
(0,
|
|
9541
|
+
(0, import_middleware_sdk_s325.getThrow200ExceptionsPlugin)(config)
|
|
9315
9542
|
];
|
|
9316
9543
|
}).s("AmazonS3", "GetBucketPolicy", {}).n("S3Client", "GetBucketPolicyCommand").f(void 0, void 0).ser(se_GetBucketPolicyCommand).de(de_GetBucketPolicyCommand).build() {
|
|
9317
9544
|
};
|
|
@@ -9319,7 +9546,7 @@ __name(_GetBucketPolicyCommand, "GetBucketPolicyCommand");
|
|
|
9319
9546
|
var GetBucketPolicyCommand = _GetBucketPolicyCommand;
|
|
9320
9547
|
|
|
9321
9548
|
// src/commands/GetBucketPolicyStatusCommand.ts
|
|
9322
|
-
var
|
|
9549
|
+
var import_middleware_sdk_s326 = require("@aws-sdk/middleware-sdk-s3");
|
|
9323
9550
|
|
|
9324
9551
|
|
|
9325
9552
|
|
|
@@ -9331,7 +9558,7 @@ var _GetBucketPolicyStatusCommand = class _GetBucketPolicyStatusCommand extends
|
|
|
9331
9558
|
return [
|
|
9332
9559
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9333
9560
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9334
|
-
(0,
|
|
9561
|
+
(0, import_middleware_sdk_s326.getThrow200ExceptionsPlugin)(config)
|
|
9335
9562
|
];
|
|
9336
9563
|
}).s("AmazonS3", "GetBucketPolicyStatus", {}).n("S3Client", "GetBucketPolicyStatusCommand").f(void 0, void 0).ser(se_GetBucketPolicyStatusCommand).de(de_GetBucketPolicyStatusCommand).build() {
|
|
9337
9564
|
};
|
|
@@ -9339,7 +9566,7 @@ __name(_GetBucketPolicyStatusCommand, "GetBucketPolicyStatusCommand");
|
|
|
9339
9566
|
var GetBucketPolicyStatusCommand = _GetBucketPolicyStatusCommand;
|
|
9340
9567
|
|
|
9341
9568
|
// src/commands/GetBucketReplicationCommand.ts
|
|
9342
|
-
var
|
|
9569
|
+
var import_middleware_sdk_s327 = require("@aws-sdk/middleware-sdk-s3");
|
|
9343
9570
|
|
|
9344
9571
|
|
|
9345
9572
|
|
|
@@ -9351,7 +9578,7 @@ var _GetBucketReplicationCommand = class _GetBucketReplicationCommand extends im
|
|
|
9351
9578
|
return [
|
|
9352
9579
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9353
9580
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9354
|
-
(0,
|
|
9581
|
+
(0, import_middleware_sdk_s327.getThrow200ExceptionsPlugin)(config)
|
|
9355
9582
|
];
|
|
9356
9583
|
}).s("AmazonS3", "GetBucketReplication", {}).n("S3Client", "GetBucketReplicationCommand").f(void 0, void 0).ser(se_GetBucketReplicationCommand).de(de_GetBucketReplicationCommand).build() {
|
|
9357
9584
|
};
|
|
@@ -9359,7 +9586,7 @@ __name(_GetBucketReplicationCommand, "GetBucketReplicationCommand");
|
|
|
9359
9586
|
var GetBucketReplicationCommand = _GetBucketReplicationCommand;
|
|
9360
9587
|
|
|
9361
9588
|
// src/commands/GetBucketRequestPaymentCommand.ts
|
|
9362
|
-
var
|
|
9589
|
+
var import_middleware_sdk_s328 = require("@aws-sdk/middleware-sdk-s3");
|
|
9363
9590
|
|
|
9364
9591
|
|
|
9365
9592
|
|
|
@@ -9371,7 +9598,7 @@ var _GetBucketRequestPaymentCommand = class _GetBucketRequestPaymentCommand exte
|
|
|
9371
9598
|
return [
|
|
9372
9599
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9373
9600
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9374
|
-
(0,
|
|
9601
|
+
(0, import_middleware_sdk_s328.getThrow200ExceptionsPlugin)(config)
|
|
9375
9602
|
];
|
|
9376
9603
|
}).s("AmazonS3", "GetBucketRequestPayment", {}).n("S3Client", "GetBucketRequestPaymentCommand").f(void 0, void 0).ser(se_GetBucketRequestPaymentCommand).de(de_GetBucketRequestPaymentCommand).build() {
|
|
9377
9604
|
};
|
|
@@ -9379,7 +9606,7 @@ __name(_GetBucketRequestPaymentCommand, "GetBucketRequestPaymentCommand");
|
|
|
9379
9606
|
var GetBucketRequestPaymentCommand = _GetBucketRequestPaymentCommand;
|
|
9380
9607
|
|
|
9381
9608
|
// src/commands/GetBucketTaggingCommand.ts
|
|
9382
|
-
var
|
|
9609
|
+
var import_middleware_sdk_s329 = require("@aws-sdk/middleware-sdk-s3");
|
|
9383
9610
|
|
|
9384
9611
|
|
|
9385
9612
|
|
|
@@ -9391,7 +9618,7 @@ var _GetBucketTaggingCommand = class _GetBucketTaggingCommand extends import_smi
|
|
|
9391
9618
|
return [
|
|
9392
9619
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9393
9620
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9394
|
-
(0,
|
|
9621
|
+
(0, import_middleware_sdk_s329.getThrow200ExceptionsPlugin)(config)
|
|
9395
9622
|
];
|
|
9396
9623
|
}).s("AmazonS3", "GetBucketTagging", {}).n("S3Client", "GetBucketTaggingCommand").f(void 0, void 0).ser(se_GetBucketTaggingCommand).de(de_GetBucketTaggingCommand).build() {
|
|
9397
9624
|
};
|
|
@@ -9399,7 +9626,7 @@ __name(_GetBucketTaggingCommand, "GetBucketTaggingCommand");
|
|
|
9399
9626
|
var GetBucketTaggingCommand = _GetBucketTaggingCommand;
|
|
9400
9627
|
|
|
9401
9628
|
// src/commands/GetBucketVersioningCommand.ts
|
|
9402
|
-
var
|
|
9629
|
+
var import_middleware_sdk_s330 = require("@aws-sdk/middleware-sdk-s3");
|
|
9403
9630
|
|
|
9404
9631
|
|
|
9405
9632
|
|
|
@@ -9411,7 +9638,7 @@ var _GetBucketVersioningCommand = class _GetBucketVersioningCommand extends impo
|
|
|
9411
9638
|
return [
|
|
9412
9639
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9413
9640
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9414
|
-
(0,
|
|
9641
|
+
(0, import_middleware_sdk_s330.getThrow200ExceptionsPlugin)(config)
|
|
9415
9642
|
];
|
|
9416
9643
|
}).s("AmazonS3", "GetBucketVersioning", {}).n("S3Client", "GetBucketVersioningCommand").f(void 0, void 0).ser(se_GetBucketVersioningCommand).de(de_GetBucketVersioningCommand).build() {
|
|
9417
9644
|
};
|
|
@@ -9419,7 +9646,7 @@ __name(_GetBucketVersioningCommand, "GetBucketVersioningCommand");
|
|
|
9419
9646
|
var GetBucketVersioningCommand = _GetBucketVersioningCommand;
|
|
9420
9647
|
|
|
9421
9648
|
// src/commands/GetBucketWebsiteCommand.ts
|
|
9422
|
-
var
|
|
9649
|
+
var import_middleware_sdk_s331 = require("@aws-sdk/middleware-sdk-s3");
|
|
9423
9650
|
|
|
9424
9651
|
|
|
9425
9652
|
|
|
@@ -9431,7 +9658,7 @@ var _GetBucketWebsiteCommand = class _GetBucketWebsiteCommand extends import_smi
|
|
|
9431
9658
|
return [
|
|
9432
9659
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9433
9660
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9434
|
-
(0,
|
|
9661
|
+
(0, import_middleware_sdk_s331.getThrow200ExceptionsPlugin)(config)
|
|
9435
9662
|
];
|
|
9436
9663
|
}).s("AmazonS3", "GetBucketWebsite", {}).n("S3Client", "GetBucketWebsiteCommand").f(void 0, void 0).ser(se_GetBucketWebsiteCommand).de(de_GetBucketWebsiteCommand).build() {
|
|
9437
9664
|
};
|
|
@@ -9439,7 +9666,7 @@ __name(_GetBucketWebsiteCommand, "GetBucketWebsiteCommand");
|
|
|
9439
9666
|
var GetBucketWebsiteCommand = _GetBucketWebsiteCommand;
|
|
9440
9667
|
|
|
9441
9668
|
// src/commands/GetObjectAclCommand.ts
|
|
9442
|
-
var
|
|
9669
|
+
var import_middleware_sdk_s332 = require("@aws-sdk/middleware-sdk-s3");
|
|
9443
9670
|
|
|
9444
9671
|
|
|
9445
9672
|
|
|
@@ -9451,7 +9678,7 @@ var _GetObjectAclCommand = class _GetObjectAclCommand extends import_smithy_clie
|
|
|
9451
9678
|
return [
|
|
9452
9679
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9453
9680
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9454
|
-
(0,
|
|
9681
|
+
(0, import_middleware_sdk_s332.getThrow200ExceptionsPlugin)(config)
|
|
9455
9682
|
];
|
|
9456
9683
|
}).s("AmazonS3", "GetObjectAcl", {}).n("S3Client", "GetObjectAclCommand").f(void 0, void 0).ser(se_GetObjectAclCommand).de(de_GetObjectAclCommand).build() {
|
|
9457
9684
|
};
|
|
@@ -9459,7 +9686,7 @@ __name(_GetObjectAclCommand, "GetObjectAclCommand");
|
|
|
9459
9686
|
var GetObjectAclCommand = _GetObjectAclCommand;
|
|
9460
9687
|
|
|
9461
9688
|
// src/commands/GetObjectAttributesCommand.ts
|
|
9462
|
-
var
|
|
9689
|
+
var import_middleware_sdk_s333 = require("@aws-sdk/middleware-sdk-s3");
|
|
9463
9690
|
|
|
9464
9691
|
|
|
9465
9692
|
|
|
@@ -9471,7 +9698,7 @@ var _GetObjectAttributesCommand = class _GetObjectAttributesCommand extends impo
|
|
|
9471
9698
|
return [
|
|
9472
9699
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9473
9700
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9474
|
-
(0,
|
|
9701
|
+
(0, import_middleware_sdk_s333.getThrow200ExceptionsPlugin)(config),
|
|
9475
9702
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
9476
9703
|
];
|
|
9477
9704
|
}).s("AmazonS3", "GetObjectAttributes", {}).n("S3Client", "GetObjectAttributesCommand").f(GetObjectAttributesRequestFilterSensitiveLog, void 0).ser(se_GetObjectAttributesCommand).de(de_GetObjectAttributesCommand).build() {
|
|
@@ -9481,7 +9708,7 @@ var GetObjectAttributesCommand = _GetObjectAttributesCommand;
|
|
|
9481
9708
|
|
|
9482
9709
|
// src/commands/GetObjectCommand.ts
|
|
9483
9710
|
|
|
9484
|
-
var
|
|
9711
|
+
var import_middleware_sdk_s334 = require("@aws-sdk/middleware-sdk-s3");
|
|
9485
9712
|
|
|
9486
9713
|
|
|
9487
9714
|
|
|
@@ -9500,7 +9727,7 @@ var _GetObjectCommand = class _GetObjectCommand extends import_smithy_client.Com
|
|
|
9500
9727
|
responseAlgorithms: ["CRC32", "CRC32C", "SHA256", "SHA1"]
|
|
9501
9728
|
}),
|
|
9502
9729
|
(0, import_middleware_ssec.getSsecPlugin)(config),
|
|
9503
|
-
(0,
|
|
9730
|
+
(0, import_middleware_sdk_s334.getS3ExpiresMiddlewarePlugin)(config)
|
|
9504
9731
|
];
|
|
9505
9732
|
}).s("AmazonS3", "GetObject", {}).n("S3Client", "GetObjectCommand").f(GetObjectRequestFilterSensitiveLog, GetObjectOutputFilterSensitiveLog).ser(se_GetObjectCommand).de(de_GetObjectCommand).build() {
|
|
9506
9733
|
};
|
|
@@ -9508,7 +9735,7 @@ __name(_GetObjectCommand, "GetObjectCommand");
|
|
|
9508
9735
|
var GetObjectCommand = _GetObjectCommand;
|
|
9509
9736
|
|
|
9510
9737
|
// src/commands/GetObjectLegalHoldCommand.ts
|
|
9511
|
-
var
|
|
9738
|
+
var import_middleware_sdk_s335 = require("@aws-sdk/middleware-sdk-s3");
|
|
9512
9739
|
|
|
9513
9740
|
|
|
9514
9741
|
|
|
@@ -9519,7 +9746,7 @@ var _GetObjectLegalHoldCommand = class _GetObjectLegalHoldCommand extends import
|
|
|
9519
9746
|
return [
|
|
9520
9747
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9521
9748
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9522
|
-
(0,
|
|
9749
|
+
(0, import_middleware_sdk_s335.getThrow200ExceptionsPlugin)(config)
|
|
9523
9750
|
];
|
|
9524
9751
|
}).s("AmazonS3", "GetObjectLegalHold", {}).n("S3Client", "GetObjectLegalHoldCommand").f(void 0, void 0).ser(se_GetObjectLegalHoldCommand).de(de_GetObjectLegalHoldCommand).build() {
|
|
9525
9752
|
};
|
|
@@ -9527,7 +9754,7 @@ __name(_GetObjectLegalHoldCommand, "GetObjectLegalHoldCommand");
|
|
|
9527
9754
|
var GetObjectLegalHoldCommand = _GetObjectLegalHoldCommand;
|
|
9528
9755
|
|
|
9529
9756
|
// src/commands/GetObjectLockConfigurationCommand.ts
|
|
9530
|
-
var
|
|
9757
|
+
var import_middleware_sdk_s336 = require("@aws-sdk/middleware-sdk-s3");
|
|
9531
9758
|
|
|
9532
9759
|
|
|
9533
9760
|
|
|
@@ -9538,7 +9765,7 @@ var _GetObjectLockConfigurationCommand = class _GetObjectLockConfigurationComman
|
|
|
9538
9765
|
return [
|
|
9539
9766
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9540
9767
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9541
|
-
(0,
|
|
9768
|
+
(0, import_middleware_sdk_s336.getThrow200ExceptionsPlugin)(config)
|
|
9542
9769
|
];
|
|
9543
9770
|
}).s("AmazonS3", "GetObjectLockConfiguration", {}).n("S3Client", "GetObjectLockConfigurationCommand").f(void 0, void 0).ser(se_GetObjectLockConfigurationCommand).de(de_GetObjectLockConfigurationCommand).build() {
|
|
9544
9771
|
};
|
|
@@ -9546,7 +9773,7 @@ __name(_GetObjectLockConfigurationCommand, "GetObjectLockConfigurationCommand");
|
|
|
9546
9773
|
var GetObjectLockConfigurationCommand = _GetObjectLockConfigurationCommand;
|
|
9547
9774
|
|
|
9548
9775
|
// src/commands/GetObjectRetentionCommand.ts
|
|
9549
|
-
var
|
|
9776
|
+
var import_middleware_sdk_s337 = require("@aws-sdk/middleware-sdk-s3");
|
|
9550
9777
|
|
|
9551
9778
|
|
|
9552
9779
|
|
|
@@ -9557,7 +9784,7 @@ var _GetObjectRetentionCommand = class _GetObjectRetentionCommand extends import
|
|
|
9557
9784
|
return [
|
|
9558
9785
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9559
9786
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9560
|
-
(0,
|
|
9787
|
+
(0, import_middleware_sdk_s337.getThrow200ExceptionsPlugin)(config)
|
|
9561
9788
|
];
|
|
9562
9789
|
}).s("AmazonS3", "GetObjectRetention", {}).n("S3Client", "GetObjectRetentionCommand").f(void 0, void 0).ser(se_GetObjectRetentionCommand).de(de_GetObjectRetentionCommand).build() {
|
|
9563
9790
|
};
|
|
@@ -9565,7 +9792,7 @@ __name(_GetObjectRetentionCommand, "GetObjectRetentionCommand");
|
|
|
9565
9792
|
var GetObjectRetentionCommand = _GetObjectRetentionCommand;
|
|
9566
9793
|
|
|
9567
9794
|
// src/commands/GetObjectTaggingCommand.ts
|
|
9568
|
-
var
|
|
9795
|
+
var import_middleware_sdk_s338 = require("@aws-sdk/middleware-sdk-s3");
|
|
9569
9796
|
|
|
9570
9797
|
|
|
9571
9798
|
|
|
@@ -9576,7 +9803,7 @@ var _GetObjectTaggingCommand = class _GetObjectTaggingCommand extends import_smi
|
|
|
9576
9803
|
return [
|
|
9577
9804
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9578
9805
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9579
|
-
(0,
|
|
9806
|
+
(0, import_middleware_sdk_s338.getThrow200ExceptionsPlugin)(config)
|
|
9580
9807
|
];
|
|
9581
9808
|
}).s("AmazonS3", "GetObjectTagging", {}).n("S3Client", "GetObjectTaggingCommand").f(void 0, void 0).ser(se_GetObjectTaggingCommand).de(de_GetObjectTaggingCommand).build() {
|
|
9582
9809
|
};
|
|
@@ -9601,7 +9828,7 @@ __name(_GetObjectTorrentCommand, "GetObjectTorrentCommand");
|
|
|
9601
9828
|
var GetObjectTorrentCommand = _GetObjectTorrentCommand;
|
|
9602
9829
|
|
|
9603
9830
|
// src/commands/GetPublicAccessBlockCommand.ts
|
|
9604
|
-
var
|
|
9831
|
+
var import_middleware_sdk_s339 = require("@aws-sdk/middleware-sdk-s3");
|
|
9605
9832
|
|
|
9606
9833
|
|
|
9607
9834
|
|
|
@@ -9613,7 +9840,7 @@ var _GetPublicAccessBlockCommand = class _GetPublicAccessBlockCommand extends im
|
|
|
9613
9840
|
return [
|
|
9614
9841
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9615
9842
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9616
|
-
(0,
|
|
9843
|
+
(0, import_middleware_sdk_s339.getThrow200ExceptionsPlugin)(config)
|
|
9617
9844
|
];
|
|
9618
9845
|
}).s("AmazonS3", "GetPublicAccessBlock", {}).n("S3Client", "GetPublicAccessBlockCommand").f(void 0, void 0).ser(se_GetPublicAccessBlockCommand).de(de_GetPublicAccessBlockCommand).build() {
|
|
9619
9846
|
};
|
|
@@ -9621,7 +9848,7 @@ __name(_GetPublicAccessBlockCommand, "GetPublicAccessBlockCommand");
|
|
|
9621
9848
|
var GetPublicAccessBlockCommand = _GetPublicAccessBlockCommand;
|
|
9622
9849
|
|
|
9623
9850
|
// src/commands/HeadBucketCommand.ts
|
|
9624
|
-
var
|
|
9851
|
+
var import_middleware_sdk_s340 = require("@aws-sdk/middleware-sdk-s3");
|
|
9625
9852
|
|
|
9626
9853
|
|
|
9627
9854
|
|
|
@@ -9632,7 +9859,7 @@ var _HeadBucketCommand = class _HeadBucketCommand extends import_smithy_client.C
|
|
|
9632
9859
|
return [
|
|
9633
9860
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9634
9861
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9635
|
-
(0,
|
|
9862
|
+
(0, import_middleware_sdk_s340.getThrow200ExceptionsPlugin)(config)
|
|
9636
9863
|
];
|
|
9637
9864
|
}).s("AmazonS3", "HeadBucket", {}).n("S3Client", "HeadBucketCommand").f(void 0, void 0).ser(se_HeadBucketCommand).de(de_HeadBucketCommand).build() {
|
|
9638
9865
|
};
|
|
@@ -9640,7 +9867,7 @@ __name(_HeadBucketCommand, "HeadBucketCommand");
|
|
|
9640
9867
|
var HeadBucketCommand = _HeadBucketCommand;
|
|
9641
9868
|
|
|
9642
9869
|
// src/commands/HeadObjectCommand.ts
|
|
9643
|
-
var
|
|
9870
|
+
var import_middleware_sdk_s341 = require("@aws-sdk/middleware-sdk-s3");
|
|
9644
9871
|
|
|
9645
9872
|
|
|
9646
9873
|
|
|
@@ -9653,9 +9880,9 @@ var _HeadObjectCommand = class _HeadObjectCommand extends import_smithy_client.C
|
|
|
9653
9880
|
return [
|
|
9654
9881
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9655
9882
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9656
|
-
(0,
|
|
9883
|
+
(0, import_middleware_sdk_s341.getThrow200ExceptionsPlugin)(config),
|
|
9657
9884
|
(0, import_middleware_ssec.getSsecPlugin)(config),
|
|
9658
|
-
(0,
|
|
9885
|
+
(0, import_middleware_sdk_s341.getS3ExpiresMiddlewarePlugin)(config)
|
|
9659
9886
|
];
|
|
9660
9887
|
}).s("AmazonS3", "HeadObject", {}).n("S3Client", "HeadObjectCommand").f(HeadObjectRequestFilterSensitiveLog, HeadObjectOutputFilterSensitiveLog).ser(se_HeadObjectCommand).de(de_HeadObjectCommand).build() {
|
|
9661
9888
|
};
|
|
@@ -9663,7 +9890,7 @@ __name(_HeadObjectCommand, "HeadObjectCommand");
|
|
|
9663
9890
|
var HeadObjectCommand = _HeadObjectCommand;
|
|
9664
9891
|
|
|
9665
9892
|
// src/commands/ListBucketAnalyticsConfigurationsCommand.ts
|
|
9666
|
-
var
|
|
9893
|
+
var import_middleware_sdk_s342 = require("@aws-sdk/middleware-sdk-s3");
|
|
9667
9894
|
|
|
9668
9895
|
|
|
9669
9896
|
|
|
@@ -9675,7 +9902,7 @@ var _ListBucketAnalyticsConfigurationsCommand = class _ListBucketAnalyticsConfig
|
|
|
9675
9902
|
return [
|
|
9676
9903
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9677
9904
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9678
|
-
(0,
|
|
9905
|
+
(0, import_middleware_sdk_s342.getThrow200ExceptionsPlugin)(config)
|
|
9679
9906
|
];
|
|
9680
9907
|
}).s("AmazonS3", "ListBucketAnalyticsConfigurations", {}).n("S3Client", "ListBucketAnalyticsConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketAnalyticsConfigurationsCommand).de(de_ListBucketAnalyticsConfigurationsCommand).build() {
|
|
9681
9908
|
};
|
|
@@ -9683,7 +9910,7 @@ __name(_ListBucketAnalyticsConfigurationsCommand, "ListBucketAnalyticsConfigurat
|
|
|
9683
9910
|
var ListBucketAnalyticsConfigurationsCommand = _ListBucketAnalyticsConfigurationsCommand;
|
|
9684
9911
|
|
|
9685
9912
|
// src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts
|
|
9686
|
-
var
|
|
9913
|
+
var import_middleware_sdk_s343 = require("@aws-sdk/middleware-sdk-s3");
|
|
9687
9914
|
|
|
9688
9915
|
|
|
9689
9916
|
|
|
@@ -9695,7 +9922,7 @@ var _ListBucketIntelligentTieringConfigurationsCommand = class _ListBucketIntell
|
|
|
9695
9922
|
return [
|
|
9696
9923
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9697
9924
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9698
|
-
(0,
|
|
9925
|
+
(0, import_middleware_sdk_s343.getThrow200ExceptionsPlugin)(config)
|
|
9699
9926
|
];
|
|
9700
9927
|
}).s("AmazonS3", "ListBucketIntelligentTieringConfigurations", {}).n("S3Client", "ListBucketIntelligentTieringConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketIntelligentTieringConfigurationsCommand).de(de_ListBucketIntelligentTieringConfigurationsCommand).build() {
|
|
9701
9928
|
};
|
|
@@ -9703,7 +9930,7 @@ __name(_ListBucketIntelligentTieringConfigurationsCommand, "ListBucketIntelligen
|
|
|
9703
9930
|
var ListBucketIntelligentTieringConfigurationsCommand = _ListBucketIntelligentTieringConfigurationsCommand;
|
|
9704
9931
|
|
|
9705
9932
|
// src/commands/ListBucketInventoryConfigurationsCommand.ts
|
|
9706
|
-
var
|
|
9933
|
+
var import_middleware_sdk_s344 = require("@aws-sdk/middleware-sdk-s3");
|
|
9707
9934
|
|
|
9708
9935
|
|
|
9709
9936
|
|
|
@@ -9715,7 +9942,7 @@ var _ListBucketInventoryConfigurationsCommand = class _ListBucketInventoryConfig
|
|
|
9715
9942
|
return [
|
|
9716
9943
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9717
9944
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9718
|
-
(0,
|
|
9945
|
+
(0, import_middleware_sdk_s344.getThrow200ExceptionsPlugin)(config)
|
|
9719
9946
|
];
|
|
9720
9947
|
}).s("AmazonS3", "ListBucketInventoryConfigurations", {}).n("S3Client", "ListBucketInventoryConfigurationsCommand").f(void 0, ListBucketInventoryConfigurationsOutputFilterSensitiveLog).ser(se_ListBucketInventoryConfigurationsCommand).de(de_ListBucketInventoryConfigurationsCommand).build() {
|
|
9721
9948
|
};
|
|
@@ -9723,7 +9950,7 @@ __name(_ListBucketInventoryConfigurationsCommand, "ListBucketInventoryConfigurat
|
|
|
9723
9950
|
var ListBucketInventoryConfigurationsCommand = _ListBucketInventoryConfigurationsCommand;
|
|
9724
9951
|
|
|
9725
9952
|
// src/commands/ListBucketMetricsConfigurationsCommand.ts
|
|
9726
|
-
var
|
|
9953
|
+
var import_middleware_sdk_s345 = require("@aws-sdk/middleware-sdk-s3");
|
|
9727
9954
|
|
|
9728
9955
|
|
|
9729
9956
|
|
|
@@ -9734,7 +9961,7 @@ var _ListBucketMetricsConfigurationsCommand = class _ListBucketMetricsConfigurat
|
|
|
9734
9961
|
return [
|
|
9735
9962
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9736
9963
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9737
|
-
(0,
|
|
9964
|
+
(0, import_middleware_sdk_s345.getThrow200ExceptionsPlugin)(config)
|
|
9738
9965
|
];
|
|
9739
9966
|
}).s("AmazonS3", "ListBucketMetricsConfigurations", {}).n("S3Client", "ListBucketMetricsConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketMetricsConfigurationsCommand).de(de_ListBucketMetricsConfigurationsCommand).build() {
|
|
9740
9967
|
};
|
|
@@ -9742,7 +9969,7 @@ __name(_ListBucketMetricsConfigurationsCommand, "ListBucketMetricsConfigurations
|
|
|
9742
9969
|
var ListBucketMetricsConfigurationsCommand = _ListBucketMetricsConfigurationsCommand;
|
|
9743
9970
|
|
|
9744
9971
|
// src/commands/ListBucketsCommand.ts
|
|
9745
|
-
var
|
|
9972
|
+
var import_middleware_sdk_s346 = require("@aws-sdk/middleware-sdk-s3");
|
|
9746
9973
|
|
|
9747
9974
|
|
|
9748
9975
|
|
|
@@ -9750,7 +9977,7 @@ var _ListBucketsCommand = class _ListBucketsCommand extends import_smithy_client
|
|
|
9750
9977
|
return [
|
|
9751
9978
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9752
9979
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9753
|
-
(0,
|
|
9980
|
+
(0, import_middleware_sdk_s346.getThrow200ExceptionsPlugin)(config)
|
|
9754
9981
|
];
|
|
9755
9982
|
}).s("AmazonS3", "ListBuckets", {}).n("S3Client", "ListBucketsCommand").f(void 0, void 0).ser(se_ListBucketsCommand).de(de_ListBucketsCommand).build() {
|
|
9756
9983
|
};
|
|
@@ -9758,7 +9985,7 @@ __name(_ListBucketsCommand, "ListBucketsCommand");
|
|
|
9758
9985
|
var ListBucketsCommand = _ListBucketsCommand;
|
|
9759
9986
|
|
|
9760
9987
|
// src/commands/ListDirectoryBucketsCommand.ts
|
|
9761
|
-
var
|
|
9988
|
+
var import_middleware_sdk_s347 = require("@aws-sdk/middleware-sdk-s3");
|
|
9762
9989
|
|
|
9763
9990
|
|
|
9764
9991
|
|
|
@@ -9769,7 +9996,7 @@ var _ListDirectoryBucketsCommand = class _ListDirectoryBucketsCommand extends im
|
|
|
9769
9996
|
return [
|
|
9770
9997
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9771
9998
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9772
|
-
(0,
|
|
9999
|
+
(0, import_middleware_sdk_s347.getThrow200ExceptionsPlugin)(config)
|
|
9773
10000
|
];
|
|
9774
10001
|
}).s("AmazonS3", "ListDirectoryBuckets", {}).n("S3Client", "ListDirectoryBucketsCommand").f(void 0, void 0).ser(se_ListDirectoryBucketsCommand).de(de_ListDirectoryBucketsCommand).build() {
|
|
9775
10002
|
};
|
|
@@ -9777,7 +10004,7 @@ __name(_ListDirectoryBucketsCommand, "ListDirectoryBucketsCommand");
|
|
|
9777
10004
|
var ListDirectoryBucketsCommand = _ListDirectoryBucketsCommand;
|
|
9778
10005
|
|
|
9779
10006
|
// src/commands/ListMultipartUploadsCommand.ts
|
|
9780
|
-
var
|
|
10007
|
+
var import_middleware_sdk_s348 = require("@aws-sdk/middleware-sdk-s3");
|
|
9781
10008
|
|
|
9782
10009
|
|
|
9783
10010
|
|
|
@@ -9789,7 +10016,7 @@ var _ListMultipartUploadsCommand = class _ListMultipartUploadsCommand extends im
|
|
|
9789
10016
|
return [
|
|
9790
10017
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9791
10018
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9792
|
-
(0,
|
|
10019
|
+
(0, import_middleware_sdk_s348.getThrow200ExceptionsPlugin)(config)
|
|
9793
10020
|
];
|
|
9794
10021
|
}).s("AmazonS3", "ListMultipartUploads", {}).n("S3Client", "ListMultipartUploadsCommand").f(void 0, void 0).ser(se_ListMultipartUploadsCommand).de(de_ListMultipartUploadsCommand).build() {
|
|
9795
10022
|
};
|
|
@@ -9797,7 +10024,7 @@ __name(_ListMultipartUploadsCommand, "ListMultipartUploadsCommand");
|
|
|
9797
10024
|
var ListMultipartUploadsCommand = _ListMultipartUploadsCommand;
|
|
9798
10025
|
|
|
9799
10026
|
// src/commands/ListObjectsCommand.ts
|
|
9800
|
-
var
|
|
10027
|
+
var import_middleware_sdk_s349 = require("@aws-sdk/middleware-sdk-s3");
|
|
9801
10028
|
|
|
9802
10029
|
|
|
9803
10030
|
|
|
@@ -9809,7 +10036,7 @@ var _ListObjectsCommand = class _ListObjectsCommand extends import_smithy_client
|
|
|
9809
10036
|
return [
|
|
9810
10037
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9811
10038
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9812
|
-
(0,
|
|
10039
|
+
(0, import_middleware_sdk_s349.getThrow200ExceptionsPlugin)(config)
|
|
9813
10040
|
];
|
|
9814
10041
|
}).s("AmazonS3", "ListObjects", {}).n("S3Client", "ListObjectsCommand").f(void 0, void 0).ser(se_ListObjectsCommand).de(de_ListObjectsCommand).build() {
|
|
9815
10042
|
};
|
|
@@ -9817,7 +10044,7 @@ __name(_ListObjectsCommand, "ListObjectsCommand");
|
|
|
9817
10044
|
var ListObjectsCommand = _ListObjectsCommand;
|
|
9818
10045
|
|
|
9819
10046
|
// src/commands/ListObjectsV2Command.ts
|
|
9820
|
-
var
|
|
10047
|
+
var import_middleware_sdk_s350 = require("@aws-sdk/middleware-sdk-s3");
|
|
9821
10048
|
|
|
9822
10049
|
|
|
9823
10050
|
|
|
@@ -9829,7 +10056,7 @@ var _ListObjectsV2Command = class _ListObjectsV2Command extends import_smithy_cl
|
|
|
9829
10056
|
return [
|
|
9830
10057
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9831
10058
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9832
|
-
(0,
|
|
10059
|
+
(0, import_middleware_sdk_s350.getThrow200ExceptionsPlugin)(config)
|
|
9833
10060
|
];
|
|
9834
10061
|
}).s("AmazonS3", "ListObjectsV2", {}).n("S3Client", "ListObjectsV2Command").f(void 0, void 0).ser(se_ListObjectsV2Command).de(de_ListObjectsV2Command).build() {
|
|
9835
10062
|
};
|
|
@@ -9837,7 +10064,7 @@ __name(_ListObjectsV2Command, "ListObjectsV2Command");
|
|
|
9837
10064
|
var ListObjectsV2Command = _ListObjectsV2Command;
|
|
9838
10065
|
|
|
9839
10066
|
// src/commands/ListObjectVersionsCommand.ts
|
|
9840
|
-
var
|
|
10067
|
+
var import_middleware_sdk_s351 = require("@aws-sdk/middleware-sdk-s3");
|
|
9841
10068
|
|
|
9842
10069
|
|
|
9843
10070
|
|
|
@@ -9849,7 +10076,7 @@ var _ListObjectVersionsCommand = class _ListObjectVersionsCommand extends import
|
|
|
9849
10076
|
return [
|
|
9850
10077
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9851
10078
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9852
|
-
(0,
|
|
10079
|
+
(0, import_middleware_sdk_s351.getThrow200ExceptionsPlugin)(config)
|
|
9853
10080
|
];
|
|
9854
10081
|
}).s("AmazonS3", "ListObjectVersions", {}).n("S3Client", "ListObjectVersionsCommand").f(void 0, void 0).ser(se_ListObjectVersionsCommand).de(de_ListObjectVersionsCommand).build() {
|
|
9855
10082
|
};
|
|
@@ -9857,7 +10084,7 @@ __name(_ListObjectVersionsCommand, "ListObjectVersionsCommand");
|
|
|
9857
10084
|
var ListObjectVersionsCommand = _ListObjectVersionsCommand;
|
|
9858
10085
|
|
|
9859
10086
|
// src/commands/ListPartsCommand.ts
|
|
9860
|
-
var
|
|
10087
|
+
var import_middleware_sdk_s352 = require("@aws-sdk/middleware-sdk-s3");
|
|
9861
10088
|
|
|
9862
10089
|
|
|
9863
10090
|
|
|
@@ -9870,7 +10097,7 @@ var _ListPartsCommand = class _ListPartsCommand extends import_smithy_client.Com
|
|
|
9870
10097
|
return [
|
|
9871
10098
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9872
10099
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9873
|
-
(0,
|
|
10100
|
+
(0, import_middleware_sdk_s352.getThrow200ExceptionsPlugin)(config),
|
|
9874
10101
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
9875
10102
|
];
|
|
9876
10103
|
}).s("AmazonS3", "ListParts", {}).n("S3Client", "ListPartsCommand").f(ListPartsRequestFilterSensitiveLog, void 0).ser(se_ListPartsCommand).de(de_ListPartsCommand).build() {
|
|
@@ -9893,6 +10120,7 @@ var _PutBucketAccelerateConfigurationCommand = class _PutBucketAccelerateConfigu
|
|
|
9893
10120
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9894
10121
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9895
10122
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10123
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
9896
10124
|
requestChecksumRequired: false
|
|
9897
10125
|
})
|
|
9898
10126
|
];
|
|
@@ -9916,6 +10144,7 @@ var _PutBucketAclCommand = class _PutBucketAclCommand extends import_smithy_clie
|
|
|
9916
10144
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9917
10145
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9918
10146
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10147
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
9919
10148
|
requestChecksumRequired: true
|
|
9920
10149
|
})
|
|
9921
10150
|
];
|
|
@@ -9957,6 +10186,7 @@ var _PutBucketCorsCommand = class _PutBucketCorsCommand extends import_smithy_cl
|
|
|
9957
10186
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9958
10187
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9959
10188
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10189
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
9960
10190
|
requestChecksumRequired: true
|
|
9961
10191
|
})
|
|
9962
10192
|
];
|
|
@@ -9980,6 +10210,7 @@ var _PutBucketEncryptionCommand = class _PutBucketEncryptionCommand extends impo
|
|
|
9980
10210
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9981
10211
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9982
10212
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10213
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
9983
10214
|
requestChecksumRequired: true
|
|
9984
10215
|
})
|
|
9985
10216
|
];
|
|
@@ -10026,7 +10257,7 @@ var PutBucketInventoryConfigurationCommand = _PutBucketInventoryConfigurationCom
|
|
|
10026
10257
|
|
|
10027
10258
|
// src/commands/PutBucketLifecycleConfigurationCommand.ts
|
|
10028
10259
|
|
|
10029
|
-
var
|
|
10260
|
+
var import_middleware_sdk_s353 = require("@aws-sdk/middleware-sdk-s3");
|
|
10030
10261
|
|
|
10031
10262
|
|
|
10032
10263
|
|
|
@@ -10040,9 +10271,10 @@ var _PutBucketLifecycleConfigurationCommand = class _PutBucketLifecycleConfigura
|
|
|
10040
10271
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10041
10272
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10042
10273
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10274
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10043
10275
|
requestChecksumRequired: true
|
|
10044
10276
|
}),
|
|
10045
|
-
(0,
|
|
10277
|
+
(0, import_middleware_sdk_s353.getThrow200ExceptionsPlugin)(config)
|
|
10046
10278
|
];
|
|
10047
10279
|
}).s("AmazonS3", "PutBucketLifecycleConfiguration", {}).n("S3Client", "PutBucketLifecycleConfigurationCommand").f(void 0, void 0).ser(se_PutBucketLifecycleConfigurationCommand).de(de_PutBucketLifecycleConfigurationCommand).build() {
|
|
10048
10280
|
};
|
|
@@ -10064,6 +10296,7 @@ var _PutBucketLoggingCommand = class _PutBucketLoggingCommand extends import_smi
|
|
|
10064
10296
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10065
10297
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10066
10298
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10299
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10067
10300
|
requestChecksumRequired: true
|
|
10068
10301
|
})
|
|
10069
10302
|
];
|
|
@@ -10145,6 +10378,7 @@ var _PutBucketPolicyCommand = class _PutBucketPolicyCommand extends import_smith
|
|
|
10145
10378
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10146
10379
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10147
10380
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10381
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10148
10382
|
requestChecksumRequired: true
|
|
10149
10383
|
})
|
|
10150
10384
|
];
|
|
@@ -10168,6 +10402,7 @@ var _PutBucketReplicationCommand = class _PutBucketReplicationCommand extends im
|
|
|
10168
10402
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10169
10403
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10170
10404
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10405
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10171
10406
|
requestChecksumRequired: true
|
|
10172
10407
|
})
|
|
10173
10408
|
];
|
|
@@ -10191,6 +10426,7 @@ var _PutBucketRequestPaymentCommand = class _PutBucketRequestPaymentCommand exte
|
|
|
10191
10426
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10192
10427
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10193
10428
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10429
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10194
10430
|
requestChecksumRequired: true
|
|
10195
10431
|
})
|
|
10196
10432
|
];
|
|
@@ -10214,6 +10450,7 @@ var _PutBucketTaggingCommand = class _PutBucketTaggingCommand extends import_smi
|
|
|
10214
10450
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10215
10451
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10216
10452
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10453
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10217
10454
|
requestChecksumRequired: true
|
|
10218
10455
|
})
|
|
10219
10456
|
];
|
|
@@ -10237,6 +10474,7 @@ var _PutBucketVersioningCommand = class _PutBucketVersioningCommand extends impo
|
|
|
10237
10474
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10238
10475
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10239
10476
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10477
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10240
10478
|
requestChecksumRequired: true
|
|
10241
10479
|
})
|
|
10242
10480
|
];
|
|
@@ -10260,6 +10498,7 @@ var _PutBucketWebsiteCommand = class _PutBucketWebsiteCommand extends import_smi
|
|
|
10260
10498
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10261
10499
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10262
10500
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10501
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10263
10502
|
requestChecksumRequired: true
|
|
10264
10503
|
})
|
|
10265
10504
|
];
|
|
@@ -10270,7 +10509,7 @@ var PutBucketWebsiteCommand = _PutBucketWebsiteCommand;
|
|
|
10270
10509
|
|
|
10271
10510
|
// src/commands/PutObjectAclCommand.ts
|
|
10272
10511
|
|
|
10273
|
-
var
|
|
10512
|
+
var import_middleware_sdk_s354 = require("@aws-sdk/middleware-sdk-s3");
|
|
10274
10513
|
|
|
10275
10514
|
|
|
10276
10515
|
|
|
@@ -10284,9 +10523,10 @@ var _PutObjectAclCommand = class _PutObjectAclCommand extends import_smithy_clie
|
|
|
10284
10523
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10285
10524
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10286
10525
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10526
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10287
10527
|
requestChecksumRequired: true
|
|
10288
10528
|
}),
|
|
10289
|
-
(0,
|
|
10529
|
+
(0, import_middleware_sdk_s354.getThrow200ExceptionsPlugin)(config)
|
|
10290
10530
|
];
|
|
10291
10531
|
}).s("AmazonS3", "PutObjectAcl", {}).n("S3Client", "PutObjectAclCommand").f(void 0, void 0).ser(se_PutObjectAclCommand).de(de_PutObjectAclCommand).build() {
|
|
10292
10532
|
};
|
|
@@ -10295,7 +10535,7 @@ var PutObjectAclCommand = _PutObjectAclCommand;
|
|
|
10295
10535
|
|
|
10296
10536
|
// src/commands/PutObjectCommand.ts
|
|
10297
10537
|
|
|
10298
|
-
var
|
|
10538
|
+
var import_middleware_sdk_s355 = require("@aws-sdk/middleware-sdk-s3");
|
|
10299
10539
|
|
|
10300
10540
|
|
|
10301
10541
|
|
|
@@ -10310,10 +10550,11 @@ var _PutObjectCommand = class _PutObjectCommand extends import_smithy_client.Com
|
|
|
10310
10550
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10311
10551
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10312
10552
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10553
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10313
10554
|
requestChecksumRequired: false
|
|
10314
10555
|
}),
|
|
10315
|
-
(0,
|
|
10316
|
-
(0,
|
|
10556
|
+
(0, import_middleware_sdk_s355.getCheckContentLengthHeaderPlugin)(config),
|
|
10557
|
+
(0, import_middleware_sdk_s355.getThrow200ExceptionsPlugin)(config),
|
|
10317
10558
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
10318
10559
|
];
|
|
10319
10560
|
}).s("AmazonS3", "PutObject", {}).n("S3Client", "PutObjectCommand").f(PutObjectRequestFilterSensitiveLog, PutObjectOutputFilterSensitiveLog).ser(se_PutObjectCommand).de(de_PutObjectCommand).build() {
|
|
@@ -10323,7 +10564,7 @@ var PutObjectCommand = _PutObjectCommand;
|
|
|
10323
10564
|
|
|
10324
10565
|
// src/commands/PutObjectLegalHoldCommand.ts
|
|
10325
10566
|
|
|
10326
|
-
var
|
|
10567
|
+
var import_middleware_sdk_s356 = require("@aws-sdk/middleware-sdk-s3");
|
|
10327
10568
|
|
|
10328
10569
|
|
|
10329
10570
|
|
|
@@ -10336,9 +10577,10 @@ var _PutObjectLegalHoldCommand = class _PutObjectLegalHoldCommand extends import
|
|
|
10336
10577
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10337
10578
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10338
10579
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10580
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10339
10581
|
requestChecksumRequired: true
|
|
10340
10582
|
}),
|
|
10341
|
-
(0,
|
|
10583
|
+
(0, import_middleware_sdk_s356.getThrow200ExceptionsPlugin)(config)
|
|
10342
10584
|
];
|
|
10343
10585
|
}).s("AmazonS3", "PutObjectLegalHold", {}).n("S3Client", "PutObjectLegalHoldCommand").f(void 0, void 0).ser(se_PutObjectLegalHoldCommand).de(de_PutObjectLegalHoldCommand).build() {
|
|
10344
10586
|
};
|
|
@@ -10347,7 +10589,7 @@ var PutObjectLegalHoldCommand = _PutObjectLegalHoldCommand;
|
|
|
10347
10589
|
|
|
10348
10590
|
// src/commands/PutObjectLockConfigurationCommand.ts
|
|
10349
10591
|
|
|
10350
|
-
var
|
|
10592
|
+
var import_middleware_sdk_s357 = require("@aws-sdk/middleware-sdk-s3");
|
|
10351
10593
|
|
|
10352
10594
|
|
|
10353
10595
|
|
|
@@ -10360,9 +10602,10 @@ var _PutObjectLockConfigurationCommand = class _PutObjectLockConfigurationComman
|
|
|
10360
10602
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10361
10603
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10362
10604
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10605
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10363
10606
|
requestChecksumRequired: true
|
|
10364
10607
|
}),
|
|
10365
|
-
(0,
|
|
10608
|
+
(0, import_middleware_sdk_s357.getThrow200ExceptionsPlugin)(config)
|
|
10366
10609
|
];
|
|
10367
10610
|
}).s("AmazonS3", "PutObjectLockConfiguration", {}).n("S3Client", "PutObjectLockConfigurationCommand").f(void 0, void 0).ser(se_PutObjectLockConfigurationCommand).de(de_PutObjectLockConfigurationCommand).build() {
|
|
10368
10611
|
};
|
|
@@ -10371,7 +10614,7 @@ var PutObjectLockConfigurationCommand = _PutObjectLockConfigurationCommand;
|
|
|
10371
10614
|
|
|
10372
10615
|
// src/commands/PutObjectRetentionCommand.ts
|
|
10373
10616
|
|
|
10374
|
-
var
|
|
10617
|
+
var import_middleware_sdk_s358 = require("@aws-sdk/middleware-sdk-s3");
|
|
10375
10618
|
|
|
10376
10619
|
|
|
10377
10620
|
|
|
@@ -10384,9 +10627,10 @@ var _PutObjectRetentionCommand = class _PutObjectRetentionCommand extends import
|
|
|
10384
10627
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10385
10628
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10386
10629
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10630
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10387
10631
|
requestChecksumRequired: true
|
|
10388
10632
|
}),
|
|
10389
|
-
(0,
|
|
10633
|
+
(0, import_middleware_sdk_s358.getThrow200ExceptionsPlugin)(config)
|
|
10390
10634
|
];
|
|
10391
10635
|
}).s("AmazonS3", "PutObjectRetention", {}).n("S3Client", "PutObjectRetentionCommand").f(void 0, void 0).ser(se_PutObjectRetentionCommand).de(de_PutObjectRetentionCommand).build() {
|
|
10392
10636
|
};
|
|
@@ -10395,7 +10639,7 @@ var PutObjectRetentionCommand = _PutObjectRetentionCommand;
|
|
|
10395
10639
|
|
|
10396
10640
|
// src/commands/PutObjectTaggingCommand.ts
|
|
10397
10641
|
|
|
10398
|
-
var
|
|
10642
|
+
var import_middleware_sdk_s359 = require("@aws-sdk/middleware-sdk-s3");
|
|
10399
10643
|
|
|
10400
10644
|
|
|
10401
10645
|
|
|
@@ -10408,9 +10652,10 @@ var _PutObjectTaggingCommand = class _PutObjectTaggingCommand extends import_smi
|
|
|
10408
10652
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10409
10653
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10410
10654
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10655
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10411
10656
|
requestChecksumRequired: true
|
|
10412
10657
|
}),
|
|
10413
|
-
(0,
|
|
10658
|
+
(0, import_middleware_sdk_s359.getThrow200ExceptionsPlugin)(config)
|
|
10414
10659
|
];
|
|
10415
10660
|
}).s("AmazonS3", "PutObjectTagging", {}).n("S3Client", "PutObjectTaggingCommand").f(void 0, void 0).ser(se_PutObjectTaggingCommand).de(de_PutObjectTaggingCommand).build() {
|
|
10416
10661
|
};
|
|
@@ -10432,6 +10677,7 @@ var _PutPublicAccessBlockCommand = class _PutPublicAccessBlockCommand extends im
|
|
|
10432
10677
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10433
10678
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10434
10679
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10680
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10435
10681
|
requestChecksumRequired: true
|
|
10436
10682
|
})
|
|
10437
10683
|
];
|
|
@@ -10442,7 +10688,7 @@ var PutPublicAccessBlockCommand = _PutPublicAccessBlockCommand;
|
|
|
10442
10688
|
|
|
10443
10689
|
// src/commands/RestoreObjectCommand.ts
|
|
10444
10690
|
|
|
10445
|
-
var
|
|
10691
|
+
var import_middleware_sdk_s360 = require("@aws-sdk/middleware-sdk-s3");
|
|
10446
10692
|
|
|
10447
10693
|
|
|
10448
10694
|
|
|
@@ -10455,9 +10701,10 @@ var _RestoreObjectCommand = class _RestoreObjectCommand extends import_smithy_cl
|
|
|
10455
10701
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10456
10702
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10457
10703
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10704
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10458
10705
|
requestChecksumRequired: false
|
|
10459
10706
|
}),
|
|
10460
|
-
(0,
|
|
10707
|
+
(0, import_middleware_sdk_s360.getThrow200ExceptionsPlugin)(config)
|
|
10461
10708
|
];
|
|
10462
10709
|
}).s("AmazonS3", "RestoreObject", {}).n("S3Client", "RestoreObjectCommand").f(RestoreObjectRequestFilterSensitiveLog, void 0).ser(se_RestoreObjectCommand).de(de_RestoreObjectCommand).build() {
|
|
10463
10710
|
};
|
|
@@ -10465,7 +10712,7 @@ __name(_RestoreObjectCommand, "RestoreObjectCommand");
|
|
|
10465
10712
|
var RestoreObjectCommand = _RestoreObjectCommand;
|
|
10466
10713
|
|
|
10467
10714
|
// src/commands/SelectObjectContentCommand.ts
|
|
10468
|
-
var
|
|
10715
|
+
var import_middleware_sdk_s361 = require("@aws-sdk/middleware-sdk-s3");
|
|
10469
10716
|
|
|
10470
10717
|
|
|
10471
10718
|
|
|
@@ -10477,7 +10724,7 @@ var _SelectObjectContentCommand = class _SelectObjectContentCommand extends impo
|
|
|
10477
10724
|
return [
|
|
10478
10725
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10479
10726
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10480
|
-
(0,
|
|
10727
|
+
(0, import_middleware_sdk_s361.getThrow200ExceptionsPlugin)(config),
|
|
10481
10728
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
10482
10729
|
];
|
|
10483
10730
|
}).s("AmazonS3", "SelectObjectContent", {
|
|
@@ -10494,7 +10741,7 @@ var SelectObjectContentCommand = _SelectObjectContentCommand;
|
|
|
10494
10741
|
|
|
10495
10742
|
// src/commands/UploadPartCommand.ts
|
|
10496
10743
|
|
|
10497
|
-
var
|
|
10744
|
+
var import_middleware_sdk_s362 = require("@aws-sdk/middleware-sdk-s3");
|
|
10498
10745
|
|
|
10499
10746
|
|
|
10500
10747
|
|
|
@@ -10509,9 +10756,10 @@ var _UploadPartCommand = class _UploadPartCommand extends import_smithy_client.C
|
|
|
10509
10756
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10510
10757
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10511
10758
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10759
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10512
10760
|
requestChecksumRequired: false
|
|
10513
10761
|
}),
|
|
10514
|
-
(0,
|
|
10762
|
+
(0, import_middleware_sdk_s362.getThrow200ExceptionsPlugin)(config),
|
|
10515
10763
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
10516
10764
|
];
|
|
10517
10765
|
}).s("AmazonS3", "UploadPart", {}).n("S3Client", "UploadPartCommand").f(UploadPartRequestFilterSensitiveLog, UploadPartOutputFilterSensitiveLog).ser(se_UploadPartCommand).de(de_UploadPartCommand).build() {
|
|
@@ -10520,7 +10768,7 @@ __name(_UploadPartCommand, "UploadPartCommand");
|
|
|
10520
10768
|
var UploadPartCommand = _UploadPartCommand;
|
|
10521
10769
|
|
|
10522
10770
|
// src/commands/UploadPartCopyCommand.ts
|
|
10523
|
-
var
|
|
10771
|
+
var import_middleware_sdk_s363 = require("@aws-sdk/middleware-sdk-s3");
|
|
10524
10772
|
|
|
10525
10773
|
|
|
10526
10774
|
|
|
@@ -10533,7 +10781,7 @@ var _UploadPartCopyCommand = class _UploadPartCopyCommand extends import_smithy_
|
|
|
10533
10781
|
return [
|
|
10534
10782
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10535
10783
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10536
|
-
(0,
|
|
10784
|
+
(0, import_middleware_sdk_s363.getThrow200ExceptionsPlugin)(config),
|
|
10537
10785
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
10538
10786
|
];
|
|
10539
10787
|
}).s("AmazonS3", "UploadPartCopy", {}).n("S3Client", "UploadPartCopyCommand").f(UploadPartCopyRequestFilterSensitiveLog, UploadPartCopyOutputFilterSensitiveLog).ser(se_UploadPartCopyCommand).de(de_UploadPartCopyCommand).build() {
|
|
@@ -10564,6 +10812,7 @@ var commands = {
|
|
|
10564
10812
|
CompleteMultipartUploadCommand,
|
|
10565
10813
|
CopyObjectCommand,
|
|
10566
10814
|
CreateBucketCommand,
|
|
10815
|
+
CreateBucketMetadataTableConfigurationCommand,
|
|
10567
10816
|
CreateMultipartUploadCommand,
|
|
10568
10817
|
CreateSessionCommand,
|
|
10569
10818
|
DeleteBucketCommand,
|
|
@@ -10573,6 +10822,7 @@ var commands = {
|
|
|
10573
10822
|
DeleteBucketIntelligentTieringConfigurationCommand,
|
|
10574
10823
|
DeleteBucketInventoryConfigurationCommand,
|
|
10575
10824
|
DeleteBucketLifecycleCommand,
|
|
10825
|
+
DeleteBucketMetadataTableConfigurationCommand,
|
|
10576
10826
|
DeleteBucketMetricsConfigurationCommand,
|
|
10577
10827
|
DeleteBucketOwnershipControlsCommand,
|
|
10578
10828
|
DeleteBucketPolicyCommand,
|
|
@@ -10593,6 +10843,7 @@ var commands = {
|
|
|
10593
10843
|
GetBucketLifecycleConfigurationCommand,
|
|
10594
10844
|
GetBucketLocationCommand,
|
|
10595
10845
|
GetBucketLoggingCommand,
|
|
10846
|
+
GetBucketMetadataTableConfigurationCommand,
|
|
10596
10847
|
GetBucketMetricsConfigurationCommand,
|
|
10597
10848
|
GetBucketNotificationConfigurationCommand,
|
|
10598
10849
|
GetBucketOwnershipControlsCommand,
|
|
@@ -10791,6 +11042,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
10791
11042
|
CompleteMultipartUploadCommand,
|
|
10792
11043
|
CopyObjectCommand,
|
|
10793
11044
|
CreateBucketCommand,
|
|
11045
|
+
CreateBucketMetadataTableConfigurationCommand,
|
|
10794
11046
|
CreateMultipartUploadCommand,
|
|
10795
11047
|
CreateSessionCommand,
|
|
10796
11048
|
DeleteBucketAnalyticsConfigurationCommand,
|
|
@@ -10800,6 +11052,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
10800
11052
|
DeleteBucketIntelligentTieringConfigurationCommand,
|
|
10801
11053
|
DeleteBucketInventoryConfigurationCommand,
|
|
10802
11054
|
DeleteBucketLifecycleCommand,
|
|
11055
|
+
DeleteBucketMetadataTableConfigurationCommand,
|
|
10803
11056
|
DeleteBucketMetricsConfigurationCommand,
|
|
10804
11057
|
DeleteBucketOwnershipControlsCommand,
|
|
10805
11058
|
DeleteBucketPolicyCommand,
|
|
@@ -10820,6 +11073,7 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
10820
11073
|
GetBucketLifecycleConfigurationCommand,
|
|
10821
11074
|
GetBucketLocationCommand,
|
|
10822
11075
|
GetBucketLoggingCommand,
|
|
11076
|
+
GetBucketMetadataTableConfigurationCommand,
|
|
10823
11077
|
GetBucketMetricsConfigurationCommand,
|
|
10824
11078
|
GetBucketNotificationConfigurationCommand,
|
|
10825
11079
|
GetBucketOwnershipControlsCommand,
|
|
@@ -10988,8 +11242,6 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
10988
11242
|
HeadObjectRequestFilterSensitiveLog,
|
|
10989
11243
|
ListBucketInventoryConfigurationsOutputFilterSensitiveLog,
|
|
10990
11244
|
ListPartsRequestFilterSensitiveLog,
|
|
10991
|
-
PutBucketEncryptionRequestFilterSensitiveLog,
|
|
10992
|
-
PutBucketInventoryConfigurationRequestFilterSensitiveLog,
|
|
10993
11245
|
MFADelete,
|
|
10994
11246
|
EncryptionTypeMismatch,
|
|
10995
11247
|
InvalidRequest,
|
|
@@ -11004,6 +11256,8 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
11004
11256
|
QuoteFields,
|
|
11005
11257
|
RestoreRequestType,
|
|
11006
11258
|
SelectObjectContentEventStream,
|
|
11259
|
+
PutBucketEncryptionRequestFilterSensitiveLog,
|
|
11260
|
+
PutBucketInventoryConfigurationRequestFilterSensitiveLog,
|
|
11007
11261
|
PutObjectOutputFilterSensitiveLog,
|
|
11008
11262
|
PutObjectRequestFilterSensitiveLog,
|
|
11009
11263
|
EncryptionFilterSensitiveLog,
|