@jjrawlins/cdk-ami-builder 0.0.64 → 0.0.65
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/cdk-ami-builder/jsii/jsii.go +2 -2
- package/cdk-ami-builder/version +1 -1
- package/lib/ImagePipeline/ImagePipeline.js +1 -1
- package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
- package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
- package/node_modules/@aws/lambda-invoke-store/README.md +8 -0
- package/node_modules/@aws/lambda-invoke-store/{dist → dist-cjs}/invoke-store.js +12 -36
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +64 -0
- package/node_modules/@aws/lambda-invoke-store/{dist → dist-types}/invoke-store.d.ts +5 -0
- package/node_modules/@aws/lambda-invoke-store/package.json +26 -8
- package/node_modules/@aws-sdk/client-ec2/README.md +8 -0
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +128 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/EC2.js +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeCapacityReservationTopologyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +109 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/EC2.d.ts +8 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/EC2Client.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityReservationTopologyCommand.d.ts +122 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +7 -6
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +152 -62
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +56 -201
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +201 -116
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +116 -96
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_8.d.ts +94 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2.d.ts +24 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityReservationTopologyCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +21 -13
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +13 -31
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +31 -26
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +27 -22
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_8.d.ts +21 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ec2/package.json +3 -3
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +50 -2
- package/node_modules/@aws-sdk/client-ecs/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +2 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/protocols/Aws_json1_1.js +48 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +56 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +9 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +9 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +18 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +85 -188
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_1.d.ts +196 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +14 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_1.d.ts +8 -0
- package/node_modules/@aws-sdk/client-ecs/package.json +3 -3
- package/node_modules/@aws-sdk/client-kms/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +10 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +6 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +19 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +11 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +12 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +11 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +9 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +57 -27
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +10 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/package.json +4 -4
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +3 -3
- package/node_modules/@aws-sdk/client-sfn/package.json +3 -3
- package/node_modules/@aws-sdk/client-sns/package.json +3 -3
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sqs/package.json +3 -3
- package/node_modules/@aws-sdk/client-ssm/package.json +3 -3
- package/node_modules/@aws-sdk/client-sso/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +2 -2
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/common/api-gateway.d.ts +2 -0
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/package.json +12 -12
|
@@ -28,13 +28,16 @@ declare const HeadBucketCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>You can use this operation to determine if a bucket exists and if you have permission to access it.
|
|
31
|
-
* The action returns a <code>200 OK</code> if the bucket exists and you have
|
|
32
|
-
* it
|
|
31
|
+
* The action returns a <code>200 OK</code> HTTP status code if the bucket exists and you have
|
|
32
|
+
* permission to access it. You can make a <code>HeadBucket</code> call on any bucket name to any
|
|
33
|
+
* Region in the partition, and regardless of the permissions on the bucket, you will receive a
|
|
34
|
+
* response header with the correct bucket location so that you can then make a proper, signed request
|
|
35
|
+
* to the appropriate Regional endpoint.</p>
|
|
33
36
|
* <note>
|
|
34
|
-
* <p>If the bucket
|
|
35
|
-
* request returns a generic <code>400 Bad Request</code>, <code>403 Forbidden</code
|
|
36
|
-
*
|
|
37
|
-
* these HTTP response codes.</p>
|
|
37
|
+
* <p>If the bucket doesn't exist or you don't have permission to access it, the <code>HEAD</code>
|
|
38
|
+
* request returns a generic <code>400 Bad Request</code>, <code>403 Forbidden</code>, or
|
|
39
|
+
* <code>404 Not Found</code> HTTP status code. A message body isn't included, so you can't determine
|
|
40
|
+
* the exception beyond these HTTP response codes.</p>
|
|
38
41
|
* </note>
|
|
39
42
|
* <dl>
|
|
40
43
|
* <dt>Authentication and authorization</dt>
|
|
@@ -94,6 +97,9 @@ declare const HeadBucketCommand_base: {
|
|
|
94
97
|
* </note>
|
|
95
98
|
* </dd>
|
|
96
99
|
* </dl>
|
|
100
|
+
* <important>
|
|
101
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
102
|
+
* </important>
|
|
97
103
|
* @example
|
|
98
104
|
* Use a bare-bones client and the command you need to make an API call.
|
|
99
105
|
* ```javascript
|
|
@@ -178,6 +178,9 @@ declare const HeadObjectCommand_base: {
|
|
|
178
178
|
* </p>
|
|
179
179
|
* </li>
|
|
180
180
|
* </ul>
|
|
181
|
+
* <important>
|
|
182
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
183
|
+
* </important>
|
|
181
184
|
* @example
|
|
182
185
|
* Use a bare-bones client and the command you need to make an API call.
|
|
183
186
|
* ```javascript
|
|
@@ -63,6 +63,9 @@ declare const ListBucketAnalyticsConfigurationsCommand_base: {
|
|
|
63
63
|
* </p>
|
|
64
64
|
* </li>
|
|
65
65
|
* </ul>
|
|
66
|
+
* <important>
|
|
67
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
68
|
+
* </important>
|
|
66
69
|
* @example
|
|
67
70
|
* Use a bare-bones client and the command you need to make an API call.
|
|
68
71
|
* ```javascript
|
|
@@ -52,6 +52,9 @@ declare const ListBucketIntelligentTieringConfigurationsCommand_base: {
|
|
|
52
52
|
* </p>
|
|
53
53
|
* </li>
|
|
54
54
|
* </ul>
|
|
55
|
+
* <important>
|
|
56
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
57
|
+
* </important>
|
|
55
58
|
* @example
|
|
56
59
|
* Use a bare-bones client and the command you need to make an API call.
|
|
57
60
|
* ```javascript
|
|
@@ -30,7 +30,7 @@ declare const ListBucketInventoryConfigurationsCommand_base: {
|
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>This operation is not supported for directory buckets.</p>
|
|
32
32
|
* </note>
|
|
33
|
-
* <p>Returns a list of S3 Inventory configurations for the bucket. You can have up to 1,000
|
|
33
|
+
* <p>Returns a list of S3 Inventory configurations for the bucket. You can have up to 1,000 inventory
|
|
34
34
|
* configurations per bucket.</p>
|
|
35
35
|
* <p>This action supports list pagination and does not return more than 100 configurations at a time.
|
|
36
36
|
* Always check the <code>IsTruncated</code> element in the response. If there are no more configurations
|
|
@@ -62,6 +62,9 @@ declare const ListBucketInventoryConfigurationsCommand_base: {
|
|
|
62
62
|
* </p>
|
|
63
63
|
* </li>
|
|
64
64
|
* </ul>
|
|
65
|
+
* <important>
|
|
66
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
67
|
+
* </important>
|
|
65
68
|
* @example
|
|
66
69
|
* Use a bare-bones client and the command you need to make an API call.
|
|
67
70
|
* ```javascript
|
|
@@ -63,6 +63,9 @@ declare const ListBucketMetricsConfigurationsCommand_base: {
|
|
|
63
63
|
* </p>
|
|
64
64
|
* </li>
|
|
65
65
|
* </ul>
|
|
66
|
+
* <important>
|
|
67
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
68
|
+
* </important>
|
|
66
69
|
* @example
|
|
67
70
|
* Use a bare-bones client and the command you need to make an API call.
|
|
68
71
|
* ```javascript
|
|
@@ -28,7 +28,7 @@ declare const ListBucketsCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>End of support notice: Beginning
|
|
31
|
+
* <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
|
|
32
32
|
* 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>.
|
|
33
33
|
* </p>
|
|
34
34
|
* <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,
|
|
@@ -49,6 +49,9 @@ declare const ListBucketsCommand_base: {
|
|
|
49
49
|
* <code>ListBuckets</code> requests will be rejected for Amazon Web Services accounts with a general purpose bucket
|
|
50
50
|
* quota greater than 10,000. </p>
|
|
51
51
|
* </important>
|
|
52
|
+
* <important>
|
|
53
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
54
|
+
* </important>
|
|
52
55
|
* @example
|
|
53
56
|
* Use a bare-bones client and the command you need to make an API call.
|
|
54
57
|
* ```javascript
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts
CHANGED
|
@@ -56,6 +56,9 @@ declare const ListDirectoryBucketsCommand_base: {
|
|
|
56
56
|
* <p> The <code>BucketRegion</code> response element is not part of the
|
|
57
57
|
* <code>ListDirectoryBuckets</code> Response Syntax.</p>
|
|
58
58
|
* </note>
|
|
59
|
+
* <important>
|
|
60
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
61
|
+
* </important>
|
|
59
62
|
* @example
|
|
60
63
|
* Use a bare-bones client and the command you need to make an API call.
|
|
61
64
|
* ```javascript
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ declare const ListMultipartUploadsCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>End of support notice: Beginning
|
|
31
|
+
* <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
|
|
32
32
|
* 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>.
|
|
33
33
|
* </p>
|
|
34
34
|
* <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,
|
|
@@ -160,6 +160,9 @@ declare const ListMultipartUploadsCommand_base: {
|
|
|
160
160
|
* </p>
|
|
161
161
|
* </li>
|
|
162
162
|
* </ul>
|
|
163
|
+
* <important>
|
|
164
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
165
|
+
* </important>
|
|
163
166
|
* @example
|
|
164
167
|
* Use a bare-bones client and the command you need to make an API call.
|
|
165
168
|
* ```javascript
|
|
@@ -28,7 +28,7 @@ declare const ListObjectVersionsCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>End of support notice: Beginning
|
|
31
|
+
* <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
|
|
32
32
|
* 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>.
|
|
33
33
|
* </p>
|
|
34
34
|
* <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,
|
|
@@ -71,6 +71,9 @@ declare const ListObjectVersionsCommand_base: {
|
|
|
71
71
|
* </p>
|
|
72
72
|
* </li>
|
|
73
73
|
* </ul>
|
|
74
|
+
* <important>
|
|
75
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
76
|
+
* </important>
|
|
74
77
|
* @example
|
|
75
78
|
* Use a bare-bones client and the command you need to make an API call.
|
|
76
79
|
* ```javascript
|
|
@@ -28,7 +28,7 @@ declare const ListObjectsCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>End of support notice: Beginning
|
|
31
|
+
* <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
|
|
32
32
|
* 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>.
|
|
33
33
|
* </p>
|
|
34
34
|
* <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,
|
|
@@ -74,6 +74,9 @@ declare const ListObjectsCommand_base: {
|
|
|
74
74
|
* </p>
|
|
75
75
|
* </li>
|
|
76
76
|
* </ul>
|
|
77
|
+
* <important>
|
|
78
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
79
|
+
* </important>
|
|
77
80
|
* @example
|
|
78
81
|
* Use a bare-bones client and the command you need to make an API call.
|
|
79
82
|
* ```javascript
|
|
@@ -27,7 +27,14 @@ declare const ListObjectsV2Command_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
30
|
+
* <important>
|
|
31
|
+
* <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
|
|
32
|
+
* 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>.
|
|
33
|
+
* </p>
|
|
34
|
+
* <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,
|
|
35
|
+
* Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
|
|
36
|
+
* </important>
|
|
37
|
+
* <p>Returns some or all (up to 1,000) of the objects in a bucket with each request. You can use the
|
|
31
38
|
* request parameters as selection criteria to return a subset of the objects in a bucket. A <code>200
|
|
32
39
|
* OK</code> response can contain valid or invalid XML. Make sure to design your application to parse the
|
|
33
40
|
* contents of the response and handle it appropriately. For more information about listing objects, see
|
|
@@ -127,6 +134,9 @@ declare const ListObjectsV2Command_base: {
|
|
|
127
134
|
* </p>
|
|
128
135
|
* </li>
|
|
129
136
|
* </ul>
|
|
137
|
+
* <important>
|
|
138
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
139
|
+
* </important>
|
|
130
140
|
* @example
|
|
131
141
|
* Use a bare-bones client and the command you need to make an API call.
|
|
132
142
|
* ```javascript
|
|
@@ -28,7 +28,7 @@ declare const ListPartsCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>End of support notice: Beginning
|
|
31
|
+
* <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
|
|
32
32
|
* 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>.
|
|
33
33
|
* </p>
|
|
34
34
|
* <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,
|
|
@@ -119,6 +119,9 @@ declare const ListPartsCommand_base: {
|
|
|
119
119
|
* </p>
|
|
120
120
|
* </li>
|
|
121
121
|
* </ul>
|
|
122
|
+
* <important>
|
|
123
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
124
|
+
* </important>
|
|
122
125
|
* @example
|
|
123
126
|
* Use a bare-bones client and the command you need to make an API call.
|
|
124
127
|
* ```javascript
|
|
@@ -65,6 +65,9 @@ declare const PutBucketAccelerateConfigurationCommand_base: {
|
|
|
65
65
|
* </p>
|
|
66
66
|
* </li>
|
|
67
67
|
* </ul>
|
|
68
|
+
* <important>
|
|
69
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
70
|
+
* </important>
|
|
68
71
|
* @example
|
|
69
72
|
* Use a bare-bones client and the command you need to make an API call.
|
|
70
73
|
* ```javascript
|
|
@@ -28,12 +28,9 @@ declare const PutBucketAclCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>End of support notice:
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
* </p>
|
|
35
|
-
* <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,
|
|
36
|
-
* Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
|
|
31
|
+
* <p>End of support notice: As of October 1, 2025, Amazon S3 has discontinued support for Email Grantee Access Control Lists (ACLs). If you attempt to use an Email Grantee ACL in a request after October 1, 2025,
|
|
32
|
+
* the request will receive an <code>HTTP 405</code> (Method Not Allowed) error.</p>
|
|
33
|
+
* <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia), US West (N. California), US West (Oregon), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Europe (Ireland), and South America (São Paulo).</p>
|
|
37
34
|
* </important>
|
|
38
35
|
* <note>
|
|
39
36
|
* <p>This operation is not supported for directory buckets.</p>
|
|
@@ -228,6 +225,9 @@ declare const PutBucketAclCommand_base: {
|
|
|
228
225
|
* </p>
|
|
229
226
|
* </li>
|
|
230
227
|
* </ul>
|
|
228
|
+
* <important>
|
|
229
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
230
|
+
* </important>
|
|
231
231
|
* @example
|
|
232
232
|
* Use a bare-bones client and the command you need to make an API call.
|
|
233
233
|
* ```javascript
|
|
@@ -131,6 +131,9 @@ declare const PutBucketAnalyticsConfigurationCommand_base: {
|
|
|
131
131
|
* </p>
|
|
132
132
|
* </li>
|
|
133
133
|
* </ul>
|
|
134
|
+
* <important>
|
|
135
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
136
|
+
* </important>
|
|
134
137
|
* @example
|
|
135
138
|
* Use a bare-bones client and the command you need to make an API call.
|
|
136
139
|
* ```javascript
|
|
@@ -80,6 +80,9 @@ declare const PutBucketCorsCommand_base: {
|
|
|
80
80
|
* </p>
|
|
81
81
|
* </li>
|
|
82
82
|
* </ul>
|
|
83
|
+
* <important>
|
|
84
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
85
|
+
* </important>
|
|
83
86
|
* @example
|
|
84
87
|
* Use a bare-bones client and the command you need to make an API call.
|
|
85
88
|
* ```javascript
|
|
@@ -146,6 +146,9 @@ declare const PutBucketEncryptionCommand_base: {
|
|
|
146
146
|
* </p>
|
|
147
147
|
* </li>
|
|
148
148
|
* </ul>
|
|
149
|
+
* <important>
|
|
150
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
151
|
+
* </important>
|
|
149
152
|
* @example
|
|
150
153
|
* Use a bare-bones client and the command you need to make an API call.
|
|
151
154
|
* ```javascript
|
|
@@ -84,6 +84,9 @@ declare const PutBucketIntelligentTieringConfigurationCommand_base: {
|
|
|
84
84
|
* on the bucket. </p>
|
|
85
85
|
* </dd>
|
|
86
86
|
* </dl>
|
|
87
|
+
* <important>
|
|
88
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
89
|
+
* </important>
|
|
87
90
|
* @example
|
|
88
91
|
* Use a bare-bones client and the command you need to make an API call.
|
|
89
92
|
* ```javascript
|
|
@@ -110,6 +110,9 @@ declare const PutBucketInventoryConfigurationCommand_base: {
|
|
|
110
110
|
* </p>
|
|
111
111
|
* </li>
|
|
112
112
|
* </ul>
|
|
113
|
+
* <important>
|
|
114
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
115
|
+
* </important>
|
|
113
116
|
* @example
|
|
114
117
|
* Use a bare-bones client and the command you need to make an API call.
|
|
115
118
|
* ```javascript
|
|
@@ -152,6 +152,9 @@ declare const PutBucketLifecycleConfigurationCommand_base: {
|
|
|
152
152
|
* </ul>
|
|
153
153
|
* </dd>
|
|
154
154
|
* </dl>
|
|
155
|
+
* <important>
|
|
156
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
157
|
+
* </important>
|
|
155
158
|
* @example
|
|
156
159
|
* Use a bare-bones client and the command you need to make an API call.
|
|
157
160
|
* ```javascript
|
|
@@ -28,12 +28,9 @@ declare const PutBucketLoggingCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>End of support notice:
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
* </p>
|
|
35
|
-
* <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,
|
|
36
|
-
* Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
|
|
31
|
+
* <p>End of support notice: As of October 1, 2025, Amazon S3 has discontinued support for Email Grantee Access Control Lists (ACLs). If you attempt to use an Email Grantee ACL in a request after October 1, 2025,
|
|
32
|
+
* the request will receive an <code>HTTP 405</code> (Method Not Allowed) error.</p>
|
|
33
|
+
* <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia), US West (N. California), US West (Oregon), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Europe (Ireland), and South America (São Paulo).</p>
|
|
37
34
|
* </important>
|
|
38
35
|
* <note>
|
|
39
36
|
* <p>This operation is not supported for directory buckets.</p>
|
|
@@ -119,6 +116,9 @@ declare const PutBucketLoggingCommand_base: {
|
|
|
119
116
|
* </p>
|
|
120
117
|
* </li>
|
|
121
118
|
* </ul>
|
|
119
|
+
* <important>
|
|
120
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
121
|
+
* </important>
|
|
122
122
|
* @example
|
|
123
123
|
* Use a bare-bones client and the command you need to make an API call.
|
|
124
124
|
* ```javascript
|
|
@@ -75,6 +75,9 @@ declare const PutBucketMetricsConfigurationCommand_base: {
|
|
|
75
75
|
* </ul>
|
|
76
76
|
* </li>
|
|
77
77
|
* </ul>
|
|
78
|
+
* <important>
|
|
79
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
80
|
+
* </important>
|
|
78
81
|
* @example
|
|
79
82
|
* Use a bare-bones client and the command you need to make an API call.
|
|
80
83
|
* ```javascript
|
|
@@ -76,6 +76,9 @@ declare const PutBucketNotificationConfigurationCommand_base: {
|
|
|
76
76
|
* </p>
|
|
77
77
|
* </li>
|
|
78
78
|
* </ul>
|
|
79
|
+
* <important>
|
|
80
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
81
|
+
* </important>
|
|
79
82
|
* @example
|
|
80
83
|
* Use a bare-bones client and the command you need to make an API call.
|
|
81
84
|
* ```javascript
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts
CHANGED
|
@@ -47,6 +47,9 @@ declare const PutBucketOwnershipControlsCommand_base: {
|
|
|
47
47
|
* </p>
|
|
48
48
|
* </li>
|
|
49
49
|
* </ul>
|
|
50
|
+
* <important>
|
|
51
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
52
|
+
* </important>
|
|
50
53
|
* @example
|
|
51
54
|
* Use a bare-bones client and the command you need to make an API call.
|
|
52
55
|
* ```javascript
|
|
@@ -99,6 +99,9 @@ declare const PutBucketPolicyCommand_base: {
|
|
|
99
99
|
* </p>
|
|
100
100
|
* </li>
|
|
101
101
|
* </ul>
|
|
102
|
+
* <important>
|
|
103
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
104
|
+
* </important>
|
|
102
105
|
* @example
|
|
103
106
|
* Use a bare-bones client and the command you need to make an API call.
|
|
104
107
|
* ```javascript
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts
CHANGED
|
@@ -93,6 +93,9 @@ declare const PutBucketReplicationCommand_base: {
|
|
|
93
93
|
* </p>
|
|
94
94
|
* </li>
|
|
95
95
|
* </ul>
|
|
96
|
+
* <important>
|
|
97
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
98
|
+
* </important>
|
|
96
99
|
* @example
|
|
97
100
|
* Use a bare-bones client and the command you need to make an API call.
|
|
98
101
|
* ```javascript
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts
CHANGED
|
@@ -47,6 +47,9 @@ declare const PutBucketRequestPaymentCommand_base: {
|
|
|
47
47
|
* </p>
|
|
48
48
|
* </li>
|
|
49
49
|
* </ul>
|
|
50
|
+
* <important>
|
|
51
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
52
|
+
* </important>
|
|
50
53
|
* @example
|
|
51
54
|
* Use a bare-bones client and the command you need to make an API call.
|
|
52
55
|
* ```javascript
|
|
@@ -82,6 +82,9 @@ declare const PutBucketTaggingCommand_base: {
|
|
|
82
82
|
* </p>
|
|
83
83
|
* </li>
|
|
84
84
|
* </ul>
|
|
85
|
+
* <important>
|
|
86
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
87
|
+
* </important>
|
|
85
88
|
* @example
|
|
86
89
|
* Use a bare-bones client and the command you need to make an API call.
|
|
87
90
|
* ```javascript
|
|
@@ -76,6 +76,9 @@ declare const PutBucketVersioningCommand_base: {
|
|
|
76
76
|
* </p>
|
|
77
77
|
* </li>
|
|
78
78
|
* </ul>
|
|
79
|
+
* <important>
|
|
80
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
81
|
+
* </important>
|
|
79
82
|
* @example
|
|
80
83
|
* Use a bare-bones client and the command you need to make an API call.
|
|
81
84
|
* ```javascript
|
|
@@ -154,6 +154,9 @@ declare const PutBucketWebsiteCommand_base: {
|
|
|
154
154
|
* routing rules, you can use object redirect. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html">Configuring an Object Redirect</a> in the
|
|
155
155
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
156
156
|
* <p>The maximum request length is limited to 128 KB.</p>
|
|
157
|
+
* <important>
|
|
158
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
159
|
+
* </important>
|
|
157
160
|
* @example
|
|
158
161
|
* Use a bare-bones client and the command you need to make an API call.
|
|
159
162
|
* ```javascript
|
|
@@ -27,7 +27,12 @@ declare const PutObjectAclCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
30
|
+
* <important>
|
|
31
|
+
* <p>End of support notice: As of October 1, 2025, Amazon S3 has discontinued support for Email Grantee Access Control Lists (ACLs). If you attempt to use an Email Grantee ACL in a request after October 1, 2025,
|
|
32
|
+
* the request will receive an <code>HTTP 405</code> (Method Not Allowed) error.</p>
|
|
33
|
+
* <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia), US West (N. California), US West (Oregon), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Europe (Ireland), and South America (São Paulo).</p>
|
|
34
|
+
* </important>
|
|
35
|
+
* <note>
|
|
31
36
|
* <p>This operation is not supported for directory buckets.</p>
|
|
32
37
|
* </note>
|
|
33
38
|
* <p>Uses the <code>acl</code> subresource to set the access control list (ACL) permissions for a new or
|
|
@@ -211,6 +216,9 @@ declare const PutObjectAclCommand_base: {
|
|
|
211
216
|
* </p>
|
|
212
217
|
* </li>
|
|
213
218
|
* </ul>
|
|
219
|
+
* <important>
|
|
220
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
221
|
+
* </important>
|
|
214
222
|
* @example
|
|
215
223
|
* Use a bare-bones client and the command you need to make an API call.
|
|
216
224
|
* ```javascript
|
|
@@ -29,12 +29,9 @@ declare const PutObjectCommand_base: {
|
|
|
29
29
|
};
|
|
30
30
|
/**
|
|
31
31
|
* <important>
|
|
32
|
-
* <p>End of support notice:
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
* </p>
|
|
36
|
-
* <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,
|
|
37
|
-
* Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
|
|
32
|
+
* <p>End of support notice: As of October 1, 2025, Amazon S3 has discontinued support for Email Grantee Access Control Lists (ACLs). If you attempt to use an Email Grantee ACL in a request after October 1, 2025,
|
|
33
|
+
* the request will receive an <code>HTTP 405</code> (Method Not Allowed) error.</p>
|
|
34
|
+
* <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia), US West (N. California), US West (Oregon), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Europe (Ireland), and South America (São Paulo).</p>
|
|
38
35
|
* </important>
|
|
39
36
|
* <p>Adds an object to a bucket.</p>
|
|
40
37
|
* <note>
|
|
@@ -185,6 +182,9 @@ declare const PutObjectCommand_base: {
|
|
|
185
182
|
* </p>
|
|
186
183
|
* </li>
|
|
187
184
|
* </ul>
|
|
185
|
+
* <important>
|
|
186
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
187
|
+
* </important>
|
|
188
188
|
* @example
|
|
189
189
|
* Use a bare-bones client and the command you need to make an API call.
|
|
190
190
|
* ```javascript
|
|
@@ -32,6 +32,9 @@ declare const PutObjectLegalHoldCommand_base: {
|
|
|
32
32
|
* </note>
|
|
33
33
|
* <p>Applies a legal hold configuration to the specified object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Locking Objects</a>.</p>
|
|
34
34
|
* <p>This functionality is not supported for Amazon S3 on Outposts.</p>
|
|
35
|
+
* <important>
|
|
36
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
37
|
+
* </important>
|
|
35
38
|
* @example
|
|
36
39
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
40
|
* ```javascript
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts
CHANGED
|
@@ -50,6 +50,9 @@ declare const PutObjectLockConfigurationCommand_base: {
|
|
|
50
50
|
* </li>
|
|
51
51
|
* </ul>
|
|
52
52
|
* </note>
|
|
53
|
+
* <important>
|
|
54
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
55
|
+
* </important>
|
|
53
56
|
* @example
|
|
54
57
|
* Use a bare-bones client and the command you need to make an API call.
|
|
55
58
|
* ```javascript
|
|
@@ -35,6 +35,9 @@ declare const PutObjectRetentionCommand_base: {
|
|
|
35
35
|
* configuration on objects. Bypassing a Governance Retention configuration requires the
|
|
36
36
|
* <code>s3:BypassGovernanceRetention</code> permission. </p>
|
|
37
37
|
* <p>This functionality is not supported for Amazon S3 on Outposts.</p>
|
|
38
|
+
* <important>
|
|
39
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
40
|
+
* </important>
|
|
38
41
|
* @example
|
|
39
42
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
43
|
* ```javascript
|
|
@@ -77,6 +77,9 @@ declare const PutObjectTaggingCommand_base: {
|
|
|
77
77
|
* </p>
|
|
78
78
|
* </li>
|
|
79
79
|
* </ul>
|
|
80
|
+
* <important>
|
|
81
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
82
|
+
* </important>
|
|
80
83
|
* @example
|
|
81
84
|
* Use a bare-bones client and the command you need to make an API call.
|
|
82
85
|
* ```javascript
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts
CHANGED
|
@@ -65,6 +65,9 @@ declare const PutPublicAccessBlockCommand_base: {
|
|
|
65
65
|
* </p>
|
|
66
66
|
* </li>
|
|
67
67
|
* </ul>
|
|
68
|
+
* <important>
|
|
69
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
70
|
+
* </important>
|
|
68
71
|
* @example
|
|
69
72
|
* Use a bare-bones client and the command you need to make an API call.
|
|
70
73
|
* ```javascript
|
|
@@ -76,6 +76,9 @@ declare const RenameObjectCommand_base: {
|
|
|
76
76
|
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>.</p>
|
|
77
77
|
* </dd>
|
|
78
78
|
* </dl>
|
|
79
|
+
* <important>
|
|
80
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
81
|
+
* </important>
|
|
79
82
|
* @example
|
|
80
83
|
* Use a bare-bones client and the command you need to make an API call.
|
|
81
84
|
* ```javascript
|