@alliander-opensource/aws-jwt-sts 0.3.3 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +4413 -0
- package/dist/index.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/version.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/version.js +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/version.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/version.js +1 -1
- package/node_modules/@aws-lambda-powertools/commons/package.json +1 -1
- package/node_modules/@aws-lambda-powertools/logger/package.json +2 -2
- package/node_modules/@aws-sdk/client-kms/README.md +11 -9
- package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +5 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/models/models_0.js +5 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/KMS.d.ts +11 -9
- package/node_modules/@aws-sdk/client-kms/dist-types/KMSClient.d.ts +11 -9
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateKeyCommand.d.ts +16 -15
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DecryptCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeKeyCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetPublicKeyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/ImportKeyMaterialCommand.d.ts +30 -27
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListKeyRotationsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReEncryptCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReplicateKeyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/RotateKeyOnDemandCommand.d.ts +11 -11
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/SignCommand.d.ts +10 -10
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/VerifyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-kms/dist-types/endpoint/EndpointParameters.d.ts +8 -8
- package/node_modules/@aws-sdk/client-kms/dist-types/index.d.ts +11 -9
- package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +164 -108
- package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +5 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/node_modules/@aws-sdk/client-kms/package.json +12 -12
- package/node_modules/@aws-sdk/client-s3/README.md +8 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +144 -25
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +12 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +89 -17
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +5 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +12 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +16 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +12 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +8 -1
- 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/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +8 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +8 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +9 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +8 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +9 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +9 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +12 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +144 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +27 -27
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +80 -20
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +147 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +9 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +8 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +8 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +17 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +7 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +36 -27
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +23 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +12 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +20 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +14 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/package.json +20 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/node_modules/@aws-sdk/client-sso/package.json +11 -11
- package/node_modules/@aws-sdk/core/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +7 -36
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/NodeUseArnRegionConfigOptions.js +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/bucketHostname.js +1 -19
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/bucketHostnameUtils.js +2 -23
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/configurations.js +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts +8 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +59 -3
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts +13 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/NodeUseArnRegionConfigOptions.d.ts +3 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +8 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +10 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +13 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +8 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +4 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +8 -3
- package/node_modules/@aws-sdk/nested-clients/package.json +11 -11
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +55 -8
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +34 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
- package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
- package/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@smithy/core/package.json +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +16 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
- package/node_modules/@smithy/middleware-retry/package.json +4 -4
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
- package/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
- package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@smithy/service-error-classification/package.json +1 -1
- package/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +2 -2
- package/node_modules/@types/uuid/LICENSE +21 -0
- package/node_modules/@types/uuid/README.md +15 -0
- package/node_modules/@types/uuid/index.d.mts +12 -0
- package/node_modules/@types/uuid/index.d.ts +86 -0
- package/node_modules/@types/uuid/package.json +54 -0
- package/package.json +28 -24
|
@@ -263,7 +263,14 @@ export interface Grant {
|
|
|
263
263
|
Permission?: Permission | undefined;
|
|
264
264
|
}
|
|
265
265
|
/**
|
|
266
|
-
* <
|
|
266
|
+
* <important>
|
|
267
|
+
* <p>End of support notice: Beginning October 1, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
|
|
268
|
+
* Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
|
|
269
|
+
* </p>
|
|
270
|
+
* <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
271
|
+
* Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
|
|
272
|
+
* </important>
|
|
273
|
+
* <p>Container for the owner's display name and ID.</p>
|
|
267
274
|
* @public
|
|
268
275
|
*/
|
|
269
276
|
export interface Owner {
|
|
@@ -365,6 +372,7 @@ export type ChecksumType = (typeof ChecksumType)[keyof typeof ChecksumType];
|
|
|
365
372
|
*/
|
|
366
373
|
export declare const ServerSideEncryption: {
|
|
367
374
|
readonly AES256: "AES256";
|
|
375
|
+
readonly aws_fsx: "aws:fsx";
|
|
368
376
|
readonly aws_kms: "aws:kms";
|
|
369
377
|
readonly aws_kms_dsse: "aws:kms:dsse";
|
|
370
378
|
};
|
|
@@ -468,8 +476,11 @@ export interface CompleteMultipartUploadOutput {
|
|
|
468
476
|
*/
|
|
469
477
|
ChecksumType?: ChecksumType | undefined;
|
|
470
478
|
/**
|
|
471
|
-
* <p>The server-side encryption algorithm used when storing this object in Amazon S3
|
|
472
|
-
*
|
|
479
|
+
* <p>The server-side encryption algorithm used when storing this object in Amazon S3.</p>
|
|
480
|
+
* <note>
|
|
481
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
|
|
482
|
+
* </note>
|
|
483
|
+
* <p></p>
|
|
473
484
|
* @public
|
|
474
485
|
*/
|
|
475
486
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -853,8 +864,10 @@ export interface CopyObjectOutput {
|
|
|
853
864
|
*/
|
|
854
865
|
VersionId?: string | undefined;
|
|
855
866
|
/**
|
|
856
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3
|
|
857
|
-
*
|
|
867
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
|
|
868
|
+
* <note>
|
|
869
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
|
|
870
|
+
* </note>
|
|
858
871
|
* @public
|
|
859
872
|
*/
|
|
860
873
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -980,6 +993,7 @@ export type ObjectLockMode = (typeof ObjectLockMode)[keyof typeof ObjectLockMode
|
|
|
980
993
|
export declare const StorageClass: {
|
|
981
994
|
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
982
995
|
readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
|
|
996
|
+
readonly FSX_OPENZFS: "FSX_OPENZFS";
|
|
983
997
|
readonly GLACIER: "GLACIER";
|
|
984
998
|
readonly GLACIER_IR: "GLACIER_IR";
|
|
985
999
|
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
@@ -1451,6 +1465,10 @@ export interface CopyObjectRequest {
|
|
|
1451
1465
|
* configuration.
|
|
1452
1466
|
* </p>
|
|
1453
1467
|
* </li>
|
|
1468
|
+
* <li>
|
|
1469
|
+
* <p>
|
|
1470
|
+
* <b>S3 access points for Amazon FSx </b> - When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>. All Amazon FSx file systems have encryption configured by default and are encrypted at rest. Data is automatically encrypted before being written to the file system, and automatically decrypted as it is read. These processes are handled transparently by Amazon FSx.</p>
|
|
1471
|
+
* </li>
|
|
1454
1472
|
* </ul>
|
|
1455
1473
|
* @public
|
|
1456
1474
|
*/
|
|
@@ -2216,8 +2234,10 @@ export interface CreateMultipartUploadOutput {
|
|
|
2216
2234
|
*/
|
|
2217
2235
|
UploadId?: string | undefined;
|
|
2218
2236
|
/**
|
|
2219
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3
|
|
2220
|
-
*
|
|
2237
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
|
|
2238
|
+
* <note>
|
|
2239
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
|
|
2240
|
+
* </note>
|
|
2221
2241
|
* @public
|
|
2222
2242
|
*/
|
|
2223
2243
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -2669,8 +2689,7 @@ export interface CreateMultipartUploadRequest {
|
|
|
2669
2689
|
*/
|
|
2670
2690
|
Metadata?: Record<string, string> | undefined;
|
|
2671
2691
|
/**
|
|
2672
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3
|
|
2673
|
-
* example, <code>AES256</code>, <code>aws:kms</code>).</p>
|
|
2692
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
|
|
2674
2693
|
* <ul>
|
|
2675
2694
|
* <li>
|
|
2676
2695
|
* <p>
|
|
@@ -2693,6 +2712,10 @@ export interface CreateMultipartUploadRequest {
|
|
|
2693
2712
|
* </p>
|
|
2694
2713
|
* </note>
|
|
2695
2714
|
* </li>
|
|
2715
|
+
* <li>
|
|
2716
|
+
* <p>
|
|
2717
|
+
* <b>S3 access points for Amazon FSx </b> - When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>. All Amazon FSx file systems have encryption configured by default and are encrypted at rest. Data is automatically encrypted before being written to the file system, and automatically decrypted as it is read. These processes are handled transparently by Amazon FSx.</p>
|
|
2718
|
+
* </li>
|
|
2696
2719
|
* </ul>
|
|
2697
2720
|
* @public
|
|
2698
2721
|
*/
|
|
@@ -2911,6 +2934,9 @@ export interface SessionCredentials {
|
|
|
2911
2934
|
export interface CreateSessionOutput {
|
|
2912
2935
|
/**
|
|
2913
2936
|
* <p>The server-side encryption algorithm used when you store objects in the directory bucket.</p>
|
|
2937
|
+
* <note>
|
|
2938
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
|
|
2939
|
+
* </note>
|
|
2914
2940
|
* @public
|
|
2915
2941
|
*/
|
|
2916
2942
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -2980,6 +3006,8 @@ export interface CreateSessionRequest {
|
|
|
2980
3006
|
* <p>For directory buckets, there are only two supported options for server-side encryption: server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) and server-side encryption with KMS keys (SSE-KMS) (<code>aws:kms</code>). By default, Amazon S3 encrypts data with SSE-S3.
|
|
2981
3007
|
* For more
|
|
2982
3008
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/serv-side-encryption.html">Protecting data with server-side encryption</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3009
|
+
* <p>
|
|
3010
|
+
* <b>S3 access points for Amazon FSx </b> - When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>. All Amazon FSx file systems have encryption configured by default and are encrypted at rest. Data is automatically encrypted before being written to the file system, and automatically decrypted as it is read. These processes are handled transparently by Amazon FSx.</p>
|
|
2983
3011
|
* @public
|
|
2984
3012
|
*/
|
|
2985
3013
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -3137,6 +3165,11 @@ export interface DeleteBucketIntelligentTieringConfigurationRequest {
|
|
|
3137
3165
|
* @public
|
|
3138
3166
|
*/
|
|
3139
3167
|
Id: string | undefined;
|
|
3168
|
+
/**
|
|
3169
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
3170
|
+
* @public
|
|
3171
|
+
*/
|
|
3172
|
+
ExpectedBucketOwner?: string | undefined;
|
|
3140
3173
|
}
|
|
3141
3174
|
/**
|
|
3142
3175
|
* @public
|
|
@@ -6461,6 +6494,11 @@ export interface GetBucketIntelligentTieringConfigurationRequest {
|
|
|
6461
6494
|
* @public
|
|
6462
6495
|
*/
|
|
6463
6496
|
Id: string | undefined;
|
|
6497
|
+
/**
|
|
6498
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
6499
|
+
* @public
|
|
6500
|
+
*/
|
|
6501
|
+
ExpectedBucketOwner?: string | undefined;
|
|
6464
6502
|
}
|
|
6465
6503
|
/**
|
|
6466
6504
|
* <p>Specifies the use of SSE-KMS to encrypt delivered inventory reports.</p>
|
|
@@ -6995,6 +7033,7 @@ export interface LifecycleRule {
|
|
|
6995
7033
|
* <code>Filter</code> must have exactly one of <code>Prefix</code>, <code>Tag</code>,
|
|
6996
7034
|
* <code>ObjectSizeGreaterThan</code>, <code>ObjectSizeLessThan</code>, or <code>And</code> specified. <code>Filter</code> is required if the
|
|
6997
7035
|
* <code>LifecycleRule</code> does not contain a <code>Prefix</code> element.</p>
|
|
7036
|
+
* <p>For more information about <code>Tag</code> filters, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/intro-lifecycle-filters.html">Adding filters to Lifecycle rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
6998
7037
|
* <note>
|
|
6999
7038
|
* <p>
|
|
7000
7039
|
* <code>Tag</code> filters are not supported for directory buckets.</p>
|
|
@@ -9234,7 +9273,10 @@ export interface GetObjectOutput {
|
|
|
9234
9273
|
*/
|
|
9235
9274
|
WebsiteRedirectLocation?: string | undefined;
|
|
9236
9275
|
/**
|
|
9237
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3.</p>
|
|
9276
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
|
|
9277
|
+
* <note>
|
|
9278
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
|
|
9279
|
+
* </note>
|
|
9238
9280
|
* @public
|
|
9239
9281
|
*/
|
|
9240
9282
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -9882,18 +9924,18 @@ export interface GetObjectAttributesParts {
|
|
|
9882
9924
|
* <li>
|
|
9883
9925
|
* <p>
|
|
9884
9926
|
* <b>General purpose buckets</b> - For
|
|
9885
|
-
*
|
|
9886
|
-
*
|
|
9887
|
-
*
|
|
9927
|
+
* <code>GetObjectAttributes</code>, if an additional checksum (including
|
|
9928
|
+
* <code>x-amz-checksum-crc32</code>, <code>x-amz-checksum-crc32c</code>,
|
|
9929
|
+
* <code>x-amz-checksum-sha1</code>, or <code>x-amz-checksum-sha256</code>) isn't
|
|
9888
9930
|
* applied to the object specified in the request, the response doesn't return
|
|
9889
|
-
*
|
|
9931
|
+
* the <code>Part</code> element.</p>
|
|
9890
9932
|
* </li>
|
|
9891
9933
|
* <li>
|
|
9892
9934
|
* <p>
|
|
9893
9935
|
* <b>Directory buckets</b> - For
|
|
9894
|
-
*
|
|
9936
|
+
* <code>GetObjectAttributes</code>, regardless of whether an additional checksum is
|
|
9895
9937
|
* applied to the object specified in the request, the response returns
|
|
9896
|
-
*
|
|
9938
|
+
* the <code>Part</code> element.</p>
|
|
9897
9939
|
* </li>
|
|
9898
9940
|
* </ul>
|
|
9899
9941
|
* </note>
|
|
@@ -10844,8 +10886,10 @@ export interface HeadObjectOutput {
|
|
|
10844
10886
|
*/
|
|
10845
10887
|
WebsiteRedirectLocation?: string | undefined;
|
|
10846
10888
|
/**
|
|
10847
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3
|
|
10848
|
-
*
|
|
10889
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
|
|
10890
|
+
* <note>
|
|
10891
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
|
|
10892
|
+
* </note>
|
|
10849
10893
|
* @public
|
|
10850
10894
|
*/
|
|
10851
10895
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -10958,6 +11002,17 @@ export interface HeadObjectOutput {
|
|
|
10958
11002
|
* @public
|
|
10959
11003
|
*/
|
|
10960
11004
|
PartsCount?: number | undefined;
|
|
11005
|
+
/**
|
|
11006
|
+
* <p>The number of tags, if any, on the object, when you have the relevant permission to read
|
|
11007
|
+
* object tags.</p>
|
|
11008
|
+
* <p>You can use <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectTagging.html">GetObjectTagging</a> to retrieve
|
|
11009
|
+
* the tag set associated with an object.</p>
|
|
11010
|
+
* <note>
|
|
11011
|
+
* <p>This functionality is not supported for directory buckets.</p>
|
|
11012
|
+
* </note>
|
|
11013
|
+
* @public
|
|
11014
|
+
*/
|
|
11015
|
+
TagCount?: number | undefined;
|
|
10961
11016
|
/**
|
|
10962
11017
|
* <p>The Object Lock mode, if any, that's in effect for this object. This header is only
|
|
10963
11018
|
* returned if the requester has the <code>s3:GetObjectRetention</code> permission. For more
|
|
@@ -11321,6 +11376,11 @@ export interface ListBucketIntelligentTieringConfigurationsRequest {
|
|
|
11321
11376
|
* @public
|
|
11322
11377
|
*/
|
|
11323
11378
|
ContinuationToken?: string | undefined;
|
|
11379
|
+
/**
|
|
11380
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
11381
|
+
* @public
|
|
11382
|
+
*/
|
|
11383
|
+
ExpectedBucketOwner?: string | undefined;
|
|
11324
11384
|
}
|
|
11325
11385
|
/**
|
|
11326
11386
|
* @public
|
|
@@ -11984,6 +12044,7 @@ export interface RestoreStatus {
|
|
|
11984
12044
|
export declare const ObjectStorageClass: {
|
|
11985
12045
|
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
11986
12046
|
readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
|
|
12047
|
+
readonly FSX_OPENZFS: "FSX_OPENZFS";
|
|
11987
12048
|
readonly GLACIER: "GLACIER";
|
|
11988
12049
|
readonly GLACIER_IR: "GLACIER_IR";
|
|
11989
12050
|
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
@@ -12405,8 +12466,7 @@ export interface ListObjectsV2Output {
|
|
|
12405
12466
|
/**
|
|
12406
12467
|
* <p> If <code>ContinuationToken</code> was sent with the request, it is included in the
|
|
12407
12468
|
* response. You can use the returned <code>ContinuationToken</code> for pagination of the
|
|
12408
|
-
* list response
|
|
12409
|
-
* results. </p>
|
|
12469
|
+
* list response.</p>
|
|
12410
12470
|
* @public
|
|
12411
12471
|
*/
|
|
12412
12472
|
ContinuationToken?: string | undefined;
|
|
@@ -136,6 +136,11 @@ export interface PutBucketIntelligentTieringConfigurationRequest {
|
|
|
136
136
|
* @public
|
|
137
137
|
*/
|
|
138
138
|
Id: string | undefined;
|
|
139
|
+
/**
|
|
140
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
141
|
+
* @public
|
|
142
|
+
*/
|
|
143
|
+
ExpectedBucketOwner?: string | undefined;
|
|
139
144
|
/**
|
|
140
145
|
* <p>Container for S3 Intelligent-Tiering configuration.</p>
|
|
141
146
|
* @public
|
|
@@ -962,7 +967,10 @@ export interface PutObjectOutput {
|
|
|
962
967
|
*/
|
|
963
968
|
ChecksumType?: ChecksumType | undefined;
|
|
964
969
|
/**
|
|
965
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3.</p>
|
|
970
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
|
|
971
|
+
* <note>
|
|
972
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
|
|
973
|
+
* </note>
|
|
966
974
|
* @public
|
|
967
975
|
*/
|
|
968
976
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -1359,8 +1367,7 @@ export interface PutObjectRequest {
|
|
|
1359
1367
|
*/
|
|
1360
1368
|
Metadata?: Record<string, string> | undefined;
|
|
1361
1369
|
/**
|
|
1362
|
-
* <p>The server-side encryption algorithm that was used when you store this object in Amazon S3
|
|
1363
|
-
* (for example, <code>AES256</code>, <code>aws:kms</code>, <code>aws:kms:dsse</code>).</p>
|
|
1370
|
+
* <p>The server-side encryption algorithm that was used when you store this object in Amazon S3 or Amazon FSx.</p>
|
|
1364
1371
|
* <ul>
|
|
1365
1372
|
* <li>
|
|
1366
1373
|
* <p>
|
|
@@ -1395,6 +1402,10 @@ export interface PutObjectRequest {
|
|
|
1395
1402
|
* </p>
|
|
1396
1403
|
* </note>
|
|
1397
1404
|
* </li>
|
|
1405
|
+
* <li>
|
|
1406
|
+
* <p>
|
|
1407
|
+
* <b>S3 access points for Amazon FSx </b> - When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>. All Amazon FSx file systems have encryption configured by default and are encrypted at rest. Data is automatically encrypted before being written to the file system, and automatically decrypted as it is read. These processes are handled transparently by Amazon FSx.</p>
|
|
1408
|
+
* </li>
|
|
1398
1409
|
* </ul>
|
|
1399
1410
|
* @public
|
|
1400
1411
|
*/
|
|
@@ -2074,6 +2085,127 @@ export interface PutPublicAccessBlockRequest {
|
|
|
2074
2085
|
*/
|
|
2075
2086
|
ExpectedBucketOwner?: string | undefined;
|
|
2076
2087
|
}
|
|
2088
|
+
/**
|
|
2089
|
+
* <p>Parameters on this idempotent request are inconsistent with parameters used in previous request(s).
|
|
2090
|
+
* </p>
|
|
2091
|
+
* <p>For a list of error codes and more information on Amazon S3 errors, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList">Error
|
|
2092
|
+
* codes</a>.</p>
|
|
2093
|
+
* <note>
|
|
2094
|
+
* <p>Idempotency ensures that an API request completes no more than one time. With an idempotent request, if the original request completes successfully, any subsequent retries complete successfully without performing any further actions.</p>
|
|
2095
|
+
* </note>
|
|
2096
|
+
* @public
|
|
2097
|
+
*/
|
|
2098
|
+
export declare class IdempotencyParameterMismatch extends __BaseException {
|
|
2099
|
+
readonly name: "IdempotencyParameterMismatch";
|
|
2100
|
+
readonly $fault: "client";
|
|
2101
|
+
/**
|
|
2102
|
+
* @internal
|
|
2103
|
+
*/
|
|
2104
|
+
constructor(opts: __ExceptionOptionType<IdempotencyParameterMismatch, __BaseException>);
|
|
2105
|
+
}
|
|
2106
|
+
/**
|
|
2107
|
+
* @public
|
|
2108
|
+
*/
|
|
2109
|
+
export interface RenameObjectOutput {
|
|
2110
|
+
}
|
|
2111
|
+
/**
|
|
2112
|
+
* @public
|
|
2113
|
+
*/
|
|
2114
|
+
export interface RenameObjectRequest {
|
|
2115
|
+
/**
|
|
2116
|
+
* <p>The bucket name of the directory bucket containing the object.</p>
|
|
2117
|
+
* <p> You must use virtual-hosted-style requests in the format
|
|
2118
|
+
* <code>Bucket-name.s3express-zone-id.region-code.amazonaws.com</code>. Path-style requests are not supported.
|
|
2119
|
+
* Directory bucket names must be unique in the chosen
|
|
2120
|
+
* Availability Zone. Bucket names must follow the format <code>bucket-base-name--zone-id--x-s3 </code> (for example,
|
|
2121
|
+
* <code>amzn-s3-demo-bucket--usw2-az1--x-s3</code>). For information about bucket naming
|
|
2122
|
+
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket
|
|
2123
|
+
* naming rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2124
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
2125
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
2126
|
+
* @public
|
|
2127
|
+
*/
|
|
2128
|
+
Bucket: string | undefined;
|
|
2129
|
+
/**
|
|
2130
|
+
* <p>Key name of the object to rename.</p>
|
|
2131
|
+
* @public
|
|
2132
|
+
*/
|
|
2133
|
+
Key: string | undefined;
|
|
2134
|
+
/**
|
|
2135
|
+
* <p>Specifies the source for the rename operation. The value must be URL encoded.</p>
|
|
2136
|
+
* @public
|
|
2137
|
+
*/
|
|
2138
|
+
RenameSource: string | undefined;
|
|
2139
|
+
/**
|
|
2140
|
+
* <p>Renames the object only if the ETag (entity tag) value provided during the operation
|
|
2141
|
+
* matches the ETag of the object in S3. The <code>If-Match</code> header field makes the
|
|
2142
|
+
* request method conditional on ETags. If the ETag values do not match, the operation returns
|
|
2143
|
+
* a <code>412 Precondition Failed</code> error.</p>
|
|
2144
|
+
* <p>Expects the ETag value as a string.</p>
|
|
2145
|
+
* @public
|
|
2146
|
+
*/
|
|
2147
|
+
DestinationIfMatch?: string | undefined;
|
|
2148
|
+
/**
|
|
2149
|
+
* <p> Renames the object only if the destination does not already exist in the specified
|
|
2150
|
+
* directory bucket. If the object does exist when you send a request with
|
|
2151
|
+
* <code>If-None-Match:*</code>, the S3 API will return a <code>412 Precondition
|
|
2152
|
+
* Failed</code> error, preventing an overwrite. The <code>If-None-Match</code> header
|
|
2153
|
+
* prevents overwrites of existing data by validating that there's not an object with the same
|
|
2154
|
+
* key name already in your directory bucket.</p>
|
|
2155
|
+
* <p> Expects the <code>*</code> character (asterisk).</p>
|
|
2156
|
+
* @public
|
|
2157
|
+
*/
|
|
2158
|
+
DestinationIfNoneMatch?: string | undefined;
|
|
2159
|
+
/**
|
|
2160
|
+
* <p>Renames the object if the destination exists and if it has been modified since the
|
|
2161
|
+
* specified time.</p>
|
|
2162
|
+
* @public
|
|
2163
|
+
*/
|
|
2164
|
+
DestinationIfModifiedSince?: Date | undefined;
|
|
2165
|
+
/**
|
|
2166
|
+
* <p>Renames the object if it hasn't been modified since the specified time.</p>
|
|
2167
|
+
* @public
|
|
2168
|
+
*/
|
|
2169
|
+
DestinationIfUnmodifiedSince?: Date | undefined;
|
|
2170
|
+
/**
|
|
2171
|
+
* <p>Renames the object if the source exists and if its entity tag (ETag) matches the
|
|
2172
|
+
* specified ETag. </p>
|
|
2173
|
+
* @public
|
|
2174
|
+
*/
|
|
2175
|
+
SourceIfMatch?: string | undefined;
|
|
2176
|
+
/**
|
|
2177
|
+
* <p>Renames the object if the source exists and if its entity tag (ETag) is different than
|
|
2178
|
+
* the specified ETag. If an asterisk (<code>*</code>) character is provided, the operation
|
|
2179
|
+
* will fail and return a <code>412 Precondition Failed</code> error. </p>
|
|
2180
|
+
* @public
|
|
2181
|
+
*/
|
|
2182
|
+
SourceIfNoneMatch?: string | undefined;
|
|
2183
|
+
/**
|
|
2184
|
+
* <p>Renames the object if the source exists and if it has been modified since the specified time.</p>
|
|
2185
|
+
* @public
|
|
2186
|
+
*/
|
|
2187
|
+
SourceIfModifiedSince?: Date | undefined;
|
|
2188
|
+
/**
|
|
2189
|
+
* <p>Renames the object if the source exists and hasn't been modified since the specified time.</p>
|
|
2190
|
+
* @public
|
|
2191
|
+
*/
|
|
2192
|
+
SourceIfUnmodifiedSince?: Date | undefined;
|
|
2193
|
+
/**
|
|
2194
|
+
* <p> A unique string with a max of 64 ASCII characters in the ASCII range of 33 - 126.</p>
|
|
2195
|
+
* <note>
|
|
2196
|
+
* <p>
|
|
2197
|
+
* <code>RenameObject</code> supports idempotency using a client token. To make an
|
|
2198
|
+
* idempotent API request using <code>RenameObject</code>, specify a client token in the
|
|
2199
|
+
* request. You should not reuse the same client token for other API requests. If you retry a
|
|
2200
|
+
* request that completed successfully using the same client token and the same parameters,
|
|
2201
|
+
* the retry succeeds without performing any further actions. If you retry a successful
|
|
2202
|
+
* request using the same client token, but one or more of the parameters are different, the
|
|
2203
|
+
* retry fails and an <code>IdempotentParameterMismatch</code> error is returned. </p>
|
|
2204
|
+
* </note>
|
|
2205
|
+
* @public
|
|
2206
|
+
*/
|
|
2207
|
+
ClientToken?: string | undefined;
|
|
2208
|
+
}
|
|
2077
2209
|
/**
|
|
2078
2210
|
* <p>This action is not allowed against this storage tier.</p>
|
|
2079
2211
|
* @public
|
|
@@ -2996,8 +3128,10 @@ export interface SelectObjectContentRequest {
|
|
|
2996
3128
|
*/
|
|
2997
3129
|
export interface UploadPartOutput {
|
|
2998
3130
|
/**
|
|
2999
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3
|
|
3000
|
-
*
|
|
3131
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
|
|
3132
|
+
* <note>
|
|
3133
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
|
|
3134
|
+
* </note>
|
|
3001
3135
|
* @public
|
|
3002
3136
|
*/
|
|
3003
3137
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -3324,8 +3458,10 @@ export interface UploadPartCopyOutput {
|
|
|
3324
3458
|
*/
|
|
3325
3459
|
CopyPartResult?: CopyPartResult | undefined;
|
|
3326
3460
|
/**
|
|
3327
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3
|
|
3328
|
-
*
|
|
3461
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
|
|
3462
|
+
* <note>
|
|
3463
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
|
|
3464
|
+
* </note>
|
|
3329
3465
|
* @public
|
|
3330
3466
|
*/
|
|
3331
3467
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -3920,8 +4056,10 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3920
4056
|
*/
|
|
3921
4057
|
Restore?: string | undefined;
|
|
3922
4058
|
/**
|
|
3923
|
-
* <p> The server-side encryption algorithm used when storing requested object in Amazon S3
|
|
3924
|
-
*
|
|
4059
|
+
* <p> The server-side encryption algorithm used when storing requested object in Amazon S3 or Amazon FSx.</p>
|
|
4060
|
+
* <note>
|
|
4061
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
|
|
4062
|
+
* </note>
|
|
3925
4063
|
* @public
|
|
3926
4064
|
*/
|
|
3927
4065
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -93,6 +93,7 @@ import { PutObjectLockConfigurationCommandInput, PutObjectLockConfigurationComma
|
|
|
93
93
|
import { PutObjectRetentionCommandInput, PutObjectRetentionCommandOutput } from "../commands/PutObjectRetentionCommand";
|
|
94
94
|
import { PutObjectTaggingCommandInput, PutObjectTaggingCommandOutput } from "../commands/PutObjectTaggingCommand";
|
|
95
95
|
import { PutPublicAccessBlockCommandInput, PutPublicAccessBlockCommandOutput } from "../commands/PutPublicAccessBlockCommand";
|
|
96
|
+
import { RenameObjectCommandInput, RenameObjectCommandOutput } from "../commands/RenameObjectCommand";
|
|
96
97
|
import { RestoreObjectCommandInput, RestoreObjectCommandOutput } from "../commands/RestoreObjectCommand";
|
|
97
98
|
import { SelectObjectContentCommandInput, SelectObjectContentCommandOutput } from "../commands/SelectObjectContentCommand";
|
|
98
99
|
import { UploadPartCommandInput, UploadPartCommandOutput } from "../commands/UploadPartCommand";
|
|
@@ -470,6 +471,10 @@ export declare const se_PutObjectTaggingCommand: (input: PutObjectTaggingCommand
|
|
|
470
471
|
* serializeAws_restXmlPutPublicAccessBlockCommand
|
|
471
472
|
*/
|
|
472
473
|
export declare const se_PutPublicAccessBlockCommand: (input: PutPublicAccessBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
474
|
+
/**
|
|
475
|
+
* serializeAws_restXmlRenameObjectCommand
|
|
476
|
+
*/
|
|
477
|
+
export declare const se_RenameObjectCommand: (input: RenameObjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
473
478
|
/**
|
|
474
479
|
* serializeAws_restXmlRestoreObjectCommand
|
|
475
480
|
*/
|
|
@@ -862,6 +867,10 @@ export declare const de_PutObjectTaggingCommand: (output: __HttpResponse, contex
|
|
|
862
867
|
* deserializeAws_restXmlPutPublicAccessBlockCommand
|
|
863
868
|
*/
|
|
864
869
|
export declare const de_PutPublicAccessBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPublicAccessBlockCommandOutput>;
|
|
870
|
+
/**
|
|
871
|
+
* deserializeAws_restXmlRenameObjectCommand
|
|
872
|
+
*/
|
|
873
|
+
export declare const de_RenameObjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RenameObjectCommandOutput>;
|
|
865
874
|
/**
|
|
866
875
|
* deserializeAws_restXmlRestoreObjectCommand
|
|
867
876
|
*/
|
|
@@ -19,8 +19,8 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
19
19
|
sha256: import("@smithy/types").HashConstructor;
|
|
20
20
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
21
21
|
streamHasher: import("@smithy/types").StreamHasher<import("stream").Readable> | import("@smithy/types").StreamHasher<Blob>;
|
|
22
|
-
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
23
|
-
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
22
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
23
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
24
24
|
apiVersion: string;
|
|
25
25
|
cacheMiddleware?: boolean | undefined;
|
|
26
26
|
urlParser: import("@smithy/types").UrlParser;
|
|
@@ -35,7 +35,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
35
35
|
logger: import("@smithy/types").Logger;
|
|
36
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
37
37
|
signingEscapePath: boolean;
|
|
38
|
-
useArnRegion: boolean | import("@smithy/types").Provider<boolean>;
|
|
38
|
+
useArnRegion: boolean | undefined | import("@smithy/types").Provider<boolean | undefined>;
|
|
39
39
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
40
40
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
41
41
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -58,12 +58,12 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
58
58
|
signingRegion?: string;
|
|
59
59
|
signerConstructor: typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion | (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner);
|
|
60
60
|
sigv4aSigningRegionSet?: string[] | undefined | import("@smithy/types").Provider<string[] | undefined>;
|
|
61
|
-
forcePathStyle?: (boolean & (boolean | import("@smithy/types").Provider<boolean>)) | undefined;
|
|
62
|
-
useAccelerateEndpoint?: (boolean & (boolean | import("@smithy/types").Provider<boolean>)) | undefined;
|
|
63
|
-
disableMultiregionAccessPoints?: (boolean & (boolean | import("@smithy/types").Provider<boolean>)) | undefined;
|
|
61
|
+
forcePathStyle?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined;
|
|
62
|
+
useAccelerateEndpoint?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined;
|
|
63
|
+
disableMultiregionAccessPoints?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined;
|
|
64
64
|
followRegionRedirects?: boolean;
|
|
65
65
|
s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider;
|
|
66
66
|
bucketEndpoint?: boolean;
|
|
67
|
-
useGlobalEndpoint?: boolean | import("@smithy/types").Provider<boolean>;
|
|
68
|
-
disableS3ExpressSessionAuth?: boolean | import("@smithy/types").Provider<boolean>;
|
|
67
|
+
useGlobalEndpoint?: boolean | undefined | import("@smithy/types").Provider<boolean | undefined>;
|
|
68
|
+
disableS3ExpressSessionAuth?: boolean | undefined | import("@smithy/types").Provider<boolean | undefined>;
|
|
69
69
|
};
|
|
@@ -11,7 +11,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
11
11
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: ((input: any) => import("@aws-sdk/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/types").MemoizedProvider<import("@aws-sdk/types").AwsCredentialIdentity>);
|
|
13
13
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@aws-sdk/types").UserAgent>;
|
|
14
|
-
disableS3ExpressSessionAuth: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
14
|
+
disableS3ExpressSessionAuth: boolean | import("@aws-sdk/types").Provider<boolean | undefined>;
|
|
15
15
|
eventStreamSerdeProvider: import("@aws-sdk/types").EventStreamSerdeProvider;
|
|
16
16
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
17
|
md5: __HashConstructor;
|
|
@@ -25,7 +25,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
25
25
|
sigv4aSigningRegionSet: string[] | import("@aws-sdk/types").Provider<string[] | undefined>;
|
|
26
26
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
27
27
|
streamHasher: import("@aws-sdk/types").StreamHasher<import("stream").Readable> | import("@aws-sdk/types").StreamHasher<Blob>;
|
|
28
|
-
useArnRegion: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
28
|
+
useArnRegion: boolean | import("@aws-sdk/types").Provider<boolean | undefined>;
|
|
29
29
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
30
30
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
31
31
|
userAgentAppId: string | import("@aws-sdk/types").Provider<string | undefined>;
|
|
@@ -60,11 +60,11 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
60
60
|
systemClockOffset?: number;
|
|
61
61
|
signingRegion?: string;
|
|
62
62
|
signerConstructor: typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion | (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner);
|
|
63
|
-
forcePathStyle?: (boolean & (boolean | import("@aws-sdk/types").Provider<boolean>)) | undefined;
|
|
64
|
-
useAccelerateEndpoint?: (boolean & (boolean | import("@aws-sdk/types").Provider<boolean>)) | undefined;
|
|
65
|
-
disableMultiregionAccessPoints?: (boolean & (boolean | import("@aws-sdk/types").Provider<boolean>)) | undefined;
|
|
63
|
+
forcePathStyle?: (boolean & (boolean | import("@aws-sdk/types").Provider<boolean | undefined>)) | undefined;
|
|
64
|
+
useAccelerateEndpoint?: (boolean & (boolean | import("@aws-sdk/types").Provider<boolean | undefined>)) | undefined;
|
|
65
|
+
disableMultiregionAccessPoints?: (boolean & (boolean | import("@aws-sdk/types").Provider<boolean | undefined>)) | undefined;
|
|
66
66
|
followRegionRedirects?: boolean;
|
|
67
67
|
s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider;
|
|
68
68
|
bucketEndpoint?: boolean;
|
|
69
|
-
useGlobalEndpoint?: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
69
|
+
useGlobalEndpoint?: boolean | undefined | import("@aws-sdk/types").Provider<boolean | undefined>;
|
|
70
70
|
};
|
|
@@ -17,8 +17,8 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
17
17
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
18
18
|
disableHostPrefix: boolean;
|
|
19
19
|
serviceId: string;
|
|
20
|
-
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
21
|
-
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
20
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
21
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
@@ -34,7 +34,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
34
34
|
eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
|
|
35
35
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
36
36
|
signingEscapePath: boolean;
|
|
37
|
-
useArnRegion: boolean | import("@smithy/types").Provider<boolean>;
|
|
37
|
+
useArnRegion: boolean | undefined | import("@smithy/types").Provider<boolean | undefined>;
|
|
38
38
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
39
39
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
40
40
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -57,12 +57,12 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
57
57
|
signingRegion?: string;
|
|
58
58
|
signerConstructor: typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion | (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner);
|
|
59
59
|
sigv4aSigningRegionSet?: string[] | undefined | import("@smithy/types").Provider<string[] | undefined>;
|
|
60
|
-
forcePathStyle?: (boolean & (boolean | import("@smithy/types").Provider<boolean>)) | undefined;
|
|
61
|
-
useAccelerateEndpoint?: (boolean & (boolean | import("@smithy/types").Provider<boolean>)) | undefined;
|
|
62
|
-
disableMultiregionAccessPoints?: (boolean & (boolean | import("@smithy/types").Provider<boolean>)) | undefined;
|
|
60
|
+
forcePathStyle?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined;
|
|
61
|
+
useAccelerateEndpoint?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined;
|
|
62
|
+
disableMultiregionAccessPoints?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined;
|
|
63
63
|
followRegionRedirects?: boolean;
|
|
64
64
|
s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider;
|
|
65
65
|
bucketEndpoint?: boolean;
|
|
66
|
-
useGlobalEndpoint?: boolean | import("@smithy/types").Provider<boolean>;
|
|
67
|
-
disableS3ExpressSessionAuth?: boolean | import("@smithy/types").Provider<boolean>;
|
|
66
|
+
useGlobalEndpoint?: boolean | undefined | import("@smithy/types").Provider<boolean | undefined>;
|
|
67
|
+
disableS3ExpressSessionAuth?: boolean | undefined | import("@smithy/types").Provider<boolean | undefined>;
|
|
68
68
|
};
|
|
@@ -21,7 +21,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
21
21
|
signerConstructor: typeof SignatureV4MultiRegion | (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner);
|
|
22
22
|
signingEscapePath: boolean;
|
|
23
23
|
urlParser: import("@smithy/types").UrlParser;
|
|
24
|
-
useArnRegion: boolean | import("@smithy/types").Provider<boolean
|
|
24
|
+
useArnRegion: boolean | import("@smithy/types").Provider<boolean | undefined> | undefined;
|
|
25
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
26
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
27
27
|
};
|