@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
|
@@ -15,6 +15,10 @@ import {
|
|
|
15
15
|
CreateBucketCommandInput,
|
|
16
16
|
CreateBucketCommandOutput,
|
|
17
17
|
} from "./commands/CreateBucketCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateBucketMetadataTableConfigurationCommandInput,
|
|
20
|
+
CreateBucketMetadataTableConfigurationCommandOutput,
|
|
21
|
+
} from "./commands/CreateBucketMetadataTableConfigurationCommand";
|
|
18
22
|
import {
|
|
19
23
|
CreateMultipartUploadCommandInput,
|
|
20
24
|
CreateMultipartUploadCommandOutput,
|
|
@@ -51,6 +55,10 @@ import {
|
|
|
51
55
|
DeleteBucketLifecycleCommandInput,
|
|
52
56
|
DeleteBucketLifecycleCommandOutput,
|
|
53
57
|
} from "./commands/DeleteBucketLifecycleCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteBucketMetadataTableConfigurationCommandInput,
|
|
60
|
+
DeleteBucketMetadataTableConfigurationCommandOutput,
|
|
61
|
+
} from "./commands/DeleteBucketMetadataTableConfigurationCommand";
|
|
54
62
|
import {
|
|
55
63
|
DeleteBucketMetricsConfigurationCommandInput,
|
|
56
64
|
DeleteBucketMetricsConfigurationCommandOutput,
|
|
@@ -131,6 +139,10 @@ import {
|
|
|
131
139
|
GetBucketLoggingCommandInput,
|
|
132
140
|
GetBucketLoggingCommandOutput,
|
|
133
141
|
} from "./commands/GetBucketLoggingCommand";
|
|
142
|
+
import {
|
|
143
|
+
GetBucketMetadataTableConfigurationCommandInput,
|
|
144
|
+
GetBucketMetadataTableConfigurationCommandOutput,
|
|
145
|
+
} from "./commands/GetBucketMetadataTableConfigurationCommand";
|
|
134
146
|
import {
|
|
135
147
|
GetBucketMetricsConfigurationCommandInput,
|
|
136
148
|
GetBucketMetricsConfigurationCommandOutput,
|
|
@@ -433,6 +445,25 @@ export interface S3 {
|
|
|
433
445
|
options: __HttpHandlerOptions,
|
|
434
446
|
cb: (err: any, data?: CreateBucketCommandOutput) => void
|
|
435
447
|
): void;
|
|
448
|
+
createBucketMetadataTableConfiguration(
|
|
449
|
+
args: CreateBucketMetadataTableConfigurationCommandInput,
|
|
450
|
+
options?: __HttpHandlerOptions
|
|
451
|
+
): Promise<CreateBucketMetadataTableConfigurationCommandOutput>;
|
|
452
|
+
createBucketMetadataTableConfiguration(
|
|
453
|
+
args: CreateBucketMetadataTableConfigurationCommandInput,
|
|
454
|
+
cb: (
|
|
455
|
+
err: any,
|
|
456
|
+
data?: CreateBucketMetadataTableConfigurationCommandOutput
|
|
457
|
+
) => void
|
|
458
|
+
): void;
|
|
459
|
+
createBucketMetadataTableConfiguration(
|
|
460
|
+
args: CreateBucketMetadataTableConfigurationCommandInput,
|
|
461
|
+
options: __HttpHandlerOptions,
|
|
462
|
+
cb: (
|
|
463
|
+
err: any,
|
|
464
|
+
data?: CreateBucketMetadataTableConfigurationCommandOutput
|
|
465
|
+
) => void
|
|
466
|
+
): void;
|
|
436
467
|
createMultipartUpload(
|
|
437
468
|
args: CreateMultipartUploadCommandInput,
|
|
438
469
|
options?: __HttpHandlerOptions
|
|
@@ -568,6 +599,25 @@ export interface S3 {
|
|
|
568
599
|
options: __HttpHandlerOptions,
|
|
569
600
|
cb: (err: any, data?: DeleteBucketLifecycleCommandOutput) => void
|
|
570
601
|
): void;
|
|
602
|
+
deleteBucketMetadataTableConfiguration(
|
|
603
|
+
args: DeleteBucketMetadataTableConfigurationCommandInput,
|
|
604
|
+
options?: __HttpHandlerOptions
|
|
605
|
+
): Promise<DeleteBucketMetadataTableConfigurationCommandOutput>;
|
|
606
|
+
deleteBucketMetadataTableConfiguration(
|
|
607
|
+
args: DeleteBucketMetadataTableConfigurationCommandInput,
|
|
608
|
+
cb: (
|
|
609
|
+
err: any,
|
|
610
|
+
data?: DeleteBucketMetadataTableConfigurationCommandOutput
|
|
611
|
+
) => void
|
|
612
|
+
): void;
|
|
613
|
+
deleteBucketMetadataTableConfiguration(
|
|
614
|
+
args: DeleteBucketMetadataTableConfigurationCommandInput,
|
|
615
|
+
options: __HttpHandlerOptions,
|
|
616
|
+
cb: (
|
|
617
|
+
err: any,
|
|
618
|
+
data?: DeleteBucketMetadataTableConfigurationCommandOutput
|
|
619
|
+
) => void
|
|
620
|
+
): void;
|
|
571
621
|
deleteBucketMetricsConfiguration(
|
|
572
622
|
args: DeleteBucketMetricsConfigurationCommandInput,
|
|
573
623
|
options?: __HttpHandlerOptions
|
|
@@ -834,6 +884,25 @@ export interface S3 {
|
|
|
834
884
|
options: __HttpHandlerOptions,
|
|
835
885
|
cb: (err: any, data?: GetBucketLoggingCommandOutput) => void
|
|
836
886
|
): void;
|
|
887
|
+
getBucketMetadataTableConfiguration(
|
|
888
|
+
args: GetBucketMetadataTableConfigurationCommandInput,
|
|
889
|
+
options?: __HttpHandlerOptions
|
|
890
|
+
): Promise<GetBucketMetadataTableConfigurationCommandOutput>;
|
|
891
|
+
getBucketMetadataTableConfiguration(
|
|
892
|
+
args: GetBucketMetadataTableConfigurationCommandInput,
|
|
893
|
+
cb: (
|
|
894
|
+
err: any,
|
|
895
|
+
data?: GetBucketMetadataTableConfigurationCommandOutput
|
|
896
|
+
) => void
|
|
897
|
+
): void;
|
|
898
|
+
getBucketMetadataTableConfiguration(
|
|
899
|
+
args: GetBucketMetadataTableConfigurationCommandInput,
|
|
900
|
+
options: __HttpHandlerOptions,
|
|
901
|
+
cb: (
|
|
902
|
+
err: any,
|
|
903
|
+
data?: GetBucketMetadataTableConfigurationCommandOutput
|
|
904
|
+
) => void
|
|
905
|
+
): void;
|
|
837
906
|
getBucketMetricsConfiguration(
|
|
838
907
|
args: GetBucketMetricsConfigurationCommandInput,
|
|
839
908
|
options?: __HttpHandlerOptions
|
|
@@ -75,6 +75,10 @@ import {
|
|
|
75
75
|
CreateBucketCommandInput,
|
|
76
76
|
CreateBucketCommandOutput,
|
|
77
77
|
} from "./commands/CreateBucketCommand";
|
|
78
|
+
import {
|
|
79
|
+
CreateBucketMetadataTableConfigurationCommandInput,
|
|
80
|
+
CreateBucketMetadataTableConfigurationCommandOutput,
|
|
81
|
+
} from "./commands/CreateBucketMetadataTableConfigurationCommand";
|
|
78
82
|
import {
|
|
79
83
|
CreateMultipartUploadCommandInput,
|
|
80
84
|
CreateMultipartUploadCommandOutput,
|
|
@@ -111,6 +115,10 @@ import {
|
|
|
111
115
|
DeleteBucketLifecycleCommandInput,
|
|
112
116
|
DeleteBucketLifecycleCommandOutput,
|
|
113
117
|
} from "./commands/DeleteBucketLifecycleCommand";
|
|
118
|
+
import {
|
|
119
|
+
DeleteBucketMetadataTableConfigurationCommandInput,
|
|
120
|
+
DeleteBucketMetadataTableConfigurationCommandOutput,
|
|
121
|
+
} from "./commands/DeleteBucketMetadataTableConfigurationCommand";
|
|
114
122
|
import {
|
|
115
123
|
DeleteBucketMetricsConfigurationCommandInput,
|
|
116
124
|
DeleteBucketMetricsConfigurationCommandOutput,
|
|
@@ -191,6 +199,10 @@ import {
|
|
|
191
199
|
GetBucketLoggingCommandInput,
|
|
192
200
|
GetBucketLoggingCommandOutput,
|
|
193
201
|
} from "./commands/GetBucketLoggingCommand";
|
|
202
|
+
import {
|
|
203
|
+
GetBucketMetadataTableConfigurationCommandInput,
|
|
204
|
+
GetBucketMetadataTableConfigurationCommandOutput,
|
|
205
|
+
} from "./commands/GetBucketMetadataTableConfigurationCommand";
|
|
194
206
|
import {
|
|
195
207
|
GetBucketMetricsConfigurationCommandInput,
|
|
196
208
|
GetBucketMetricsConfigurationCommandOutput,
|
|
@@ -451,6 +463,7 @@ export type ServiceInputTypes =
|
|
|
451
463
|
| CompleteMultipartUploadCommandInput
|
|
452
464
|
| CopyObjectCommandInput
|
|
453
465
|
| CreateBucketCommandInput
|
|
466
|
+
| CreateBucketMetadataTableConfigurationCommandInput
|
|
454
467
|
| CreateMultipartUploadCommandInput
|
|
455
468
|
| CreateSessionCommandInput
|
|
456
469
|
| DeleteBucketAnalyticsConfigurationCommandInput
|
|
@@ -460,6 +473,7 @@ export type ServiceInputTypes =
|
|
|
460
473
|
| DeleteBucketIntelligentTieringConfigurationCommandInput
|
|
461
474
|
| DeleteBucketInventoryConfigurationCommandInput
|
|
462
475
|
| DeleteBucketLifecycleCommandInput
|
|
476
|
+
| DeleteBucketMetadataTableConfigurationCommandInput
|
|
463
477
|
| DeleteBucketMetricsConfigurationCommandInput
|
|
464
478
|
| DeleteBucketOwnershipControlsCommandInput
|
|
465
479
|
| DeleteBucketPolicyCommandInput
|
|
@@ -480,6 +494,7 @@ export type ServiceInputTypes =
|
|
|
480
494
|
| GetBucketLifecycleConfigurationCommandInput
|
|
481
495
|
| GetBucketLocationCommandInput
|
|
482
496
|
| GetBucketLoggingCommandInput
|
|
497
|
+
| GetBucketMetadataTableConfigurationCommandInput
|
|
483
498
|
| GetBucketMetricsConfigurationCommandInput
|
|
484
499
|
| GetBucketNotificationConfigurationCommandInput
|
|
485
500
|
| GetBucketOwnershipControlsCommandInput
|
|
@@ -547,6 +562,7 @@ export type ServiceOutputTypes =
|
|
|
547
562
|
| CompleteMultipartUploadCommandOutput
|
|
548
563
|
| CopyObjectCommandOutput
|
|
549
564
|
| CreateBucketCommandOutput
|
|
565
|
+
| CreateBucketMetadataTableConfigurationCommandOutput
|
|
550
566
|
| CreateMultipartUploadCommandOutput
|
|
551
567
|
| CreateSessionCommandOutput
|
|
552
568
|
| DeleteBucketAnalyticsConfigurationCommandOutput
|
|
@@ -556,6 +572,7 @@ export type ServiceOutputTypes =
|
|
|
556
572
|
| DeleteBucketIntelligentTieringConfigurationCommandOutput
|
|
557
573
|
| DeleteBucketInventoryConfigurationCommandOutput
|
|
558
574
|
| DeleteBucketLifecycleCommandOutput
|
|
575
|
+
| DeleteBucketMetadataTableConfigurationCommandOutput
|
|
559
576
|
| DeleteBucketMetricsConfigurationCommandOutput
|
|
560
577
|
| DeleteBucketOwnershipControlsCommandOutput
|
|
561
578
|
| DeleteBucketPolicyCommandOutput
|
|
@@ -576,6 +593,7 @@ export type ServiceOutputTypes =
|
|
|
576
593
|
| GetBucketLifecycleConfigurationCommandOutput
|
|
577
594
|
| GetBucketLocationCommandOutput
|
|
578
595
|
| GetBucketLoggingCommandOutput
|
|
596
|
+
| GetBucketMetadataTableConfigurationCommandOutput
|
|
579
597
|
| GetBucketMetricsConfigurationCommandOutput
|
|
580
598
|
| GetBucketNotificationConfigurationCommandOutput
|
|
581
599
|
| GetBucketOwnershipControlsCommandOutput
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CreateBucketMetadataTableConfigurationRequest } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
S3ClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../S3Client";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface CreateBucketMetadataTableConfigurationCommandInput
|
|
12
|
+
extends CreateBucketMetadataTableConfigurationRequest {}
|
|
13
|
+
export interface CreateBucketMetadataTableConfigurationCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const CreateBucketMetadataTableConfigurationCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: CreateBucketMetadataTableConfigurationCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
CreateBucketMetadataTableConfigurationCommandInput,
|
|
20
|
+
CreateBucketMetadataTableConfigurationCommandOutput,
|
|
21
|
+
S3ClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: CreateBucketMetadataTableConfigurationCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
CreateBucketMetadataTableConfigurationCommandInput,
|
|
29
|
+
CreateBucketMetadataTableConfigurationCommandOutput,
|
|
30
|
+
S3ClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class CreateBucketMetadataTableConfigurationCommand extends CreateBucketMetadataTableConfigurationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateBucketMetadataTableConfigurationRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateBucketMetadataTableConfigurationCommandInput;
|
|
44
|
+
output: CreateBucketMetadataTableConfigurationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DeleteBucketMetadataTableConfigurationRequest } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
S3ClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../S3Client";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteBucketMetadataTableConfigurationCommandInput
|
|
12
|
+
extends DeleteBucketMetadataTableConfigurationRequest {}
|
|
13
|
+
export interface DeleteBucketMetadataTableConfigurationCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const DeleteBucketMetadataTableConfigurationCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteBucketMetadataTableConfigurationCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
DeleteBucketMetadataTableConfigurationCommandInput,
|
|
20
|
+
DeleteBucketMetadataTableConfigurationCommandOutput,
|
|
21
|
+
S3ClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: DeleteBucketMetadataTableConfigurationCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
DeleteBucketMetadataTableConfigurationCommandInput,
|
|
29
|
+
DeleteBucketMetadataTableConfigurationCommandOutput,
|
|
30
|
+
S3ClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class DeleteBucketMetadataTableConfigurationCommand extends DeleteBucketMetadataTableConfigurationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteBucketMetadataTableConfigurationRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteBucketMetadataTableConfigurationCommandInput;
|
|
44
|
+
output: DeleteBucketMetadataTableConfigurationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetBucketMetadataTableConfigurationOutput,
|
|
5
|
+
GetBucketMetadataTableConfigurationRequest,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
S3ClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../S3Client";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetBucketMetadataTableConfigurationCommandInput
|
|
15
|
+
extends GetBucketMetadataTableConfigurationRequest {}
|
|
16
|
+
export interface GetBucketMetadataTableConfigurationCommandOutput
|
|
17
|
+
extends GetBucketMetadataTableConfigurationOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetBucketMetadataTableConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetBucketMetadataTableConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetBucketMetadataTableConfigurationCommandInput,
|
|
24
|
+
GetBucketMetadataTableConfigurationCommandOutput,
|
|
25
|
+
S3ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GetBucketMetadataTableConfigurationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetBucketMetadataTableConfigurationCommandInput,
|
|
33
|
+
GetBucketMetadataTableConfigurationCommandOutput,
|
|
34
|
+
S3ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetBucketMetadataTableConfigurationCommand extends GetBucketMetadataTableConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetBucketMetadataTableConfigurationRequest;
|
|
44
|
+
output: GetBucketMetadataTableConfigurationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetBucketMetadataTableConfigurationCommandInput;
|
|
48
|
+
output: GetBucketMetadataTableConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { PutBucketCorsRequest } from "../models/
|
|
3
|
+
import { PutBucketCorsRequest } from "../models/models_1";
|
|
4
4
|
import {
|
|
5
5
|
S3ClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { PutBucketEncryptionRequest } from "../models/
|
|
3
|
+
import { PutBucketEncryptionRequest } from "../models/models_1";
|
|
4
4
|
import {
|
|
5
5
|
S3ClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { PutBucketIntelligentTieringConfigurationRequest } from "../models/
|
|
3
|
+
import { PutBucketIntelligentTieringConfigurationRequest } from "../models/models_1";
|
|
4
4
|
import {
|
|
5
5
|
S3ClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { PutBucketInventoryConfigurationRequest } from "../models/
|
|
3
|
+
import { PutBucketInventoryConfigurationRequest } from "../models/models_1";
|
|
4
4
|
import {
|
|
5
5
|
S3ClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
PutBucketLifecycleConfigurationOutput,
|
|
5
5
|
PutBucketLifecycleConfigurationRequest,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_1";
|
|
7
7
|
import {
|
|
8
8
|
S3ClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { PutBucketLoggingRequest } from "../models/
|
|
3
|
+
import { PutBucketLoggingRequest } from "../models/models_1";
|
|
4
4
|
import {
|
|
5
5
|
S3ClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { PutBucketMetricsConfigurationRequest } from "../models/
|
|
3
|
+
import { PutBucketMetricsConfigurationRequest } from "../models/models_1";
|
|
4
4
|
import {
|
|
5
5
|
S3ClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -2,6 +2,7 @@ export * from "./AbortMultipartUploadCommand";
|
|
|
2
2
|
export * from "./CompleteMultipartUploadCommand";
|
|
3
3
|
export * from "./CopyObjectCommand";
|
|
4
4
|
export * from "./CreateBucketCommand";
|
|
5
|
+
export * from "./CreateBucketMetadataTableConfigurationCommand";
|
|
5
6
|
export * from "./CreateMultipartUploadCommand";
|
|
6
7
|
export * from "./CreateSessionCommand";
|
|
7
8
|
export * from "./DeleteBucketAnalyticsConfigurationCommand";
|
|
@@ -11,6 +12,7 @@ export * from "./DeleteBucketEncryptionCommand";
|
|
|
11
12
|
export * from "./DeleteBucketIntelligentTieringConfigurationCommand";
|
|
12
13
|
export * from "./DeleteBucketInventoryConfigurationCommand";
|
|
13
14
|
export * from "./DeleteBucketLifecycleCommand";
|
|
15
|
+
export * from "./DeleteBucketMetadataTableConfigurationCommand";
|
|
14
16
|
export * from "./DeleteBucketMetricsConfigurationCommand";
|
|
15
17
|
export * from "./DeleteBucketOwnershipControlsCommand";
|
|
16
18
|
export * from "./DeleteBucketPolicyCommand";
|
|
@@ -31,6 +33,7 @@ export * from "./GetBucketInventoryConfigurationCommand";
|
|
|
31
33
|
export * from "./GetBucketLifecycleConfigurationCommand";
|
|
32
34
|
export * from "./GetBucketLocationCommand";
|
|
33
35
|
export * from "./GetBucketLoggingCommand";
|
|
36
|
+
export * from "./GetBucketMetadataTableConfigurationCommand";
|
|
34
37
|
export * from "./GetBucketMetricsConfigurationCommand";
|
|
35
38
|
export * from "./GetBucketNotificationConfigurationCommand";
|
|
36
39
|
export * from "./GetBucketOwnershipControlsCommand";
|
|
@@ -123,6 +123,7 @@ export interface CompleteMultipartUploadRequest {
|
|
|
123
123
|
ChecksumSHA256?: string | undefined;
|
|
124
124
|
RequestPayer?: RequestPayer | undefined;
|
|
125
125
|
ExpectedBucketOwner?: string | undefined;
|
|
126
|
+
IfMatch?: string | undefined;
|
|
126
127
|
IfNoneMatch?: string | undefined;
|
|
127
128
|
SSECustomerAlgorithm?: string | undefined;
|
|
128
129
|
SSECustomerKey?: string | undefined;
|
|
@@ -283,6 +284,7 @@ export type BucketCannedACL =
|
|
|
283
284
|
(typeof BucketCannedACL)[keyof typeof BucketCannedACL];
|
|
284
285
|
export declare const DataRedundancy: {
|
|
285
286
|
readonly SingleAvailabilityZone: "SingleAvailabilityZone";
|
|
287
|
+
readonly SingleLocalZone: "SingleLocalZone";
|
|
286
288
|
};
|
|
287
289
|
export type DataRedundancy =
|
|
288
290
|
(typeof DataRedundancy)[keyof typeof DataRedundancy];
|
|
@@ -296,6 +298,7 @@ export interface BucketInfo {
|
|
|
296
298
|
}
|
|
297
299
|
export declare const LocationType: {
|
|
298
300
|
readonly AvailabilityZone: "AvailabilityZone";
|
|
301
|
+
readonly LocalZone: "LocalZone";
|
|
299
302
|
};
|
|
300
303
|
export type LocationType = (typeof LocationType)[keyof typeof LocationType];
|
|
301
304
|
export interface LocationInfo {
|
|
@@ -358,6 +361,20 @@ export interface CreateBucketRequest {
|
|
|
358
361
|
ObjectLockEnabledForBucket?: boolean | undefined;
|
|
359
362
|
ObjectOwnership?: ObjectOwnership | undefined;
|
|
360
363
|
}
|
|
364
|
+
export interface S3TablesDestination {
|
|
365
|
+
TableBucketArn: string | undefined;
|
|
366
|
+
TableName: string | undefined;
|
|
367
|
+
}
|
|
368
|
+
export interface MetadataTableConfiguration {
|
|
369
|
+
S3TablesDestination: S3TablesDestination | undefined;
|
|
370
|
+
}
|
|
371
|
+
export interface CreateBucketMetadataTableConfigurationRequest {
|
|
372
|
+
Bucket: string | undefined;
|
|
373
|
+
ContentMD5?: string | undefined;
|
|
374
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
375
|
+
MetadataTableConfiguration: MetadataTableConfiguration | undefined;
|
|
376
|
+
ExpectedBucketOwner?: string | undefined;
|
|
377
|
+
}
|
|
361
378
|
export interface CreateMultipartUploadOutput {
|
|
362
379
|
AbortDate?: Date | undefined;
|
|
363
380
|
AbortRuleId?: string | undefined;
|
|
@@ -466,6 +483,10 @@ export interface DeleteBucketLifecycleRequest {
|
|
|
466
483
|
Bucket: string | undefined;
|
|
467
484
|
ExpectedBucketOwner?: string | undefined;
|
|
468
485
|
}
|
|
486
|
+
export interface DeleteBucketMetadataTableConfigurationRequest {
|
|
487
|
+
Bucket: string | undefined;
|
|
488
|
+
ExpectedBucketOwner?: string | undefined;
|
|
489
|
+
}
|
|
469
490
|
export interface DeleteBucketMetricsConfigurationRequest {
|
|
470
491
|
Bucket: string | undefined;
|
|
471
492
|
Id: string | undefined;
|
|
@@ -934,6 +955,35 @@ export interface GetBucketLoggingRequest {
|
|
|
934
955
|
Bucket: string | undefined;
|
|
935
956
|
ExpectedBucketOwner?: string | undefined;
|
|
936
957
|
}
|
|
958
|
+
export interface ErrorDetails {
|
|
959
|
+
ErrorCode?: string | undefined;
|
|
960
|
+
ErrorMessage?: string | undefined;
|
|
961
|
+
}
|
|
962
|
+
export interface S3TablesDestinationResult {
|
|
963
|
+
TableBucketArn: string | undefined;
|
|
964
|
+
TableName: string | undefined;
|
|
965
|
+
TableArn: string | undefined;
|
|
966
|
+
TableNamespace: string | undefined;
|
|
967
|
+
}
|
|
968
|
+
export interface MetadataTableConfigurationResult {
|
|
969
|
+
S3TablesDestinationResult: S3TablesDestinationResult | undefined;
|
|
970
|
+
}
|
|
971
|
+
export interface GetBucketMetadataTableConfigurationResult {
|
|
972
|
+
MetadataTableConfigurationResult:
|
|
973
|
+
| MetadataTableConfigurationResult
|
|
974
|
+
| undefined;
|
|
975
|
+
Status: string | undefined;
|
|
976
|
+
Error?: ErrorDetails | undefined;
|
|
977
|
+
}
|
|
978
|
+
export interface GetBucketMetadataTableConfigurationOutput {
|
|
979
|
+
GetBucketMetadataTableConfigurationResult?:
|
|
980
|
+
| GetBucketMetadataTableConfigurationResult
|
|
981
|
+
| undefined;
|
|
982
|
+
}
|
|
983
|
+
export interface GetBucketMetadataTableConfigurationRequest {
|
|
984
|
+
Bucket: string | undefined;
|
|
985
|
+
ExpectedBucketOwner?: string | undefined;
|
|
986
|
+
}
|
|
937
987
|
export interface MetricsAndOperator {
|
|
938
988
|
Prefix?: string | undefined;
|
|
939
989
|
Tags?: Tag[] | undefined;
|
|
@@ -1943,66 +1993,6 @@ export interface PutBucketAnalyticsConfigurationRequest {
|
|
|
1943
1993
|
export interface CORSConfiguration {
|
|
1944
1994
|
CORSRules: CORSRule[] | undefined;
|
|
1945
1995
|
}
|
|
1946
|
-
export interface PutBucketCorsRequest {
|
|
1947
|
-
Bucket: string | undefined;
|
|
1948
|
-
CORSConfiguration: CORSConfiguration | undefined;
|
|
1949
|
-
ContentMD5?: string | undefined;
|
|
1950
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1951
|
-
ExpectedBucketOwner?: string | undefined;
|
|
1952
|
-
}
|
|
1953
|
-
export interface PutBucketEncryptionRequest {
|
|
1954
|
-
Bucket: string | undefined;
|
|
1955
|
-
ContentMD5?: string | undefined;
|
|
1956
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1957
|
-
ServerSideEncryptionConfiguration:
|
|
1958
|
-
| ServerSideEncryptionConfiguration
|
|
1959
|
-
| undefined;
|
|
1960
|
-
ExpectedBucketOwner?: string | undefined;
|
|
1961
|
-
}
|
|
1962
|
-
export interface PutBucketIntelligentTieringConfigurationRequest {
|
|
1963
|
-
Bucket: string | undefined;
|
|
1964
|
-
Id: string | undefined;
|
|
1965
|
-
IntelligentTieringConfiguration: IntelligentTieringConfiguration | undefined;
|
|
1966
|
-
}
|
|
1967
|
-
export interface PutBucketInventoryConfigurationRequest {
|
|
1968
|
-
Bucket: string | undefined;
|
|
1969
|
-
Id: string | undefined;
|
|
1970
|
-
InventoryConfiguration: InventoryConfiguration | undefined;
|
|
1971
|
-
ExpectedBucketOwner?: string | undefined;
|
|
1972
|
-
}
|
|
1973
|
-
export interface PutBucketLifecycleConfigurationOutput {
|
|
1974
|
-
TransitionDefaultMinimumObjectSize?:
|
|
1975
|
-
| TransitionDefaultMinimumObjectSize
|
|
1976
|
-
| undefined;
|
|
1977
|
-
}
|
|
1978
|
-
export interface BucketLifecycleConfiguration {
|
|
1979
|
-
Rules: LifecycleRule[] | undefined;
|
|
1980
|
-
}
|
|
1981
|
-
export interface PutBucketLifecycleConfigurationRequest {
|
|
1982
|
-
Bucket: string | undefined;
|
|
1983
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1984
|
-
LifecycleConfiguration?: BucketLifecycleConfiguration | undefined;
|
|
1985
|
-
ExpectedBucketOwner?: string | undefined;
|
|
1986
|
-
TransitionDefaultMinimumObjectSize?:
|
|
1987
|
-
| TransitionDefaultMinimumObjectSize
|
|
1988
|
-
| undefined;
|
|
1989
|
-
}
|
|
1990
|
-
export interface BucketLoggingStatus {
|
|
1991
|
-
LoggingEnabled?: LoggingEnabled | undefined;
|
|
1992
|
-
}
|
|
1993
|
-
export interface PutBucketLoggingRequest {
|
|
1994
|
-
Bucket: string | undefined;
|
|
1995
|
-
BucketLoggingStatus: BucketLoggingStatus | undefined;
|
|
1996
|
-
ContentMD5?: string | undefined;
|
|
1997
|
-
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1998
|
-
ExpectedBucketOwner?: string | undefined;
|
|
1999
|
-
}
|
|
2000
|
-
export interface PutBucketMetricsConfigurationRequest {
|
|
2001
|
-
Bucket: string | undefined;
|
|
2002
|
-
Id: string | undefined;
|
|
2003
|
-
MetricsConfiguration: MetricsConfiguration | undefined;
|
|
2004
|
-
ExpectedBucketOwner?: string | undefined;
|
|
2005
|
-
}
|
|
2006
1996
|
export declare const CompleteMultipartUploadOutputFilterSensitiveLog: (
|
|
2007
1997
|
obj: CompleteMultipartUploadOutput
|
|
2008
1998
|
) => any;
|
|
@@ -2082,9 +2072,3 @@ export declare const ListBucketInventoryConfigurationsOutputFilterSensitiveLog:
|
|
|
2082
2072
|
export declare const ListPartsRequestFilterSensitiveLog: (
|
|
2083
2073
|
obj: ListPartsRequest
|
|
2084
2074
|
) => any;
|
|
2085
|
-
export declare const PutBucketEncryptionRequestFilterSensitiveLog: (
|
|
2086
|
-
obj: PutBucketEncryptionRequest
|
|
2087
|
-
) => any;
|
|
2088
|
-
export declare const PutBucketInventoryConfigurationRequestFilterSensitiveLog: (
|
|
2089
|
-
obj: PutBucketInventoryConfigurationRequest
|
|
2090
|
-
) => any;
|