@aws-sdk/client-s3 3.460.0 → 3.462.0
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/README.md +16 -0
- package/dist-cjs/S3.js +4 -0
- package/dist-cjs/S3Client.js +3 -1
- package/dist-cjs/commands/AbortMultipartUploadCommand.js +1 -0
- package/dist-cjs/commands/CompleteMultipartUploadCommand.js +1 -0
- package/dist-cjs/commands/CopyObjectCommand.js +1 -0
- package/dist-cjs/commands/CreateBucketCommand.js +2 -0
- package/dist-cjs/commands/CreateMultipartUploadCommand.js +1 -0
- package/dist-cjs/commands/CreateSessionCommand.js +59 -0
- package/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketCorsCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketEncryptionCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketLifecycleCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketPolicyCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketReplicationCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketTaggingCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketWebsiteCommand.js +2 -0
- package/dist-cjs/commands/DeleteObjectCommand.js +1 -0
- package/dist-cjs/commands/DeleteObjectTaggingCommand.js +1 -0
- package/dist-cjs/commands/DeleteObjectsCommand.js +1 -0
- package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +2 -0
- package/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketAclCommand.js +2 -0
- package/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketCorsCommand.js +2 -0
- package/dist-cjs/commands/GetBucketEncryptionCommand.js +2 -0
- package/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketLocationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketLoggingCommand.js +2 -0
- package/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +2 -0
- package/dist-cjs/commands/GetBucketPolicyCommand.js +2 -0
- package/dist-cjs/commands/GetBucketPolicyStatusCommand.js +2 -0
- package/dist-cjs/commands/GetBucketReplicationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketRequestPaymentCommand.js +2 -0
- package/dist-cjs/commands/GetBucketTaggingCommand.js +2 -0
- package/dist-cjs/commands/GetBucketVersioningCommand.js +2 -0
- package/dist-cjs/commands/GetBucketWebsiteCommand.js +2 -0
- package/dist-cjs/commands/GetObjectAclCommand.js +1 -0
- package/dist-cjs/commands/GetObjectAttributesCommand.js +1 -0
- package/dist-cjs/commands/GetObjectCommand.js +1 -0
- package/dist-cjs/commands/GetObjectLegalHoldCommand.js +1 -0
- package/dist-cjs/commands/GetObjectLockConfigurationCommand.js +1 -0
- package/dist-cjs/commands/GetObjectRetentionCommand.js +1 -0
- package/dist-cjs/commands/GetObjectTaggingCommand.js +1 -0
- package/dist-cjs/commands/GetObjectTorrentCommand.js +1 -0
- package/dist-cjs/commands/GetPublicAccessBlockCommand.js +2 -0
- package/dist-cjs/commands/HeadBucketCommand.js +1 -0
- package/dist-cjs/commands/HeadObjectCommand.js +1 -0
- package/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -0
- package/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -0
- package/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +2 -0
- package/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +1 -0
- package/dist-cjs/commands/ListBucketsCommand.js +1 -0
- package/dist-cjs/commands/ListDirectoryBucketsCommand.js +58 -0
- package/dist-cjs/commands/ListMultipartUploadsCommand.js +1 -0
- package/dist-cjs/commands/ListObjectVersionsCommand.js +1 -0
- package/dist-cjs/commands/ListObjectsCommand.js +1 -0
- package/dist-cjs/commands/ListObjectsV2Command.js +1 -0
- package/dist-cjs/commands/ListPartsCommand.js +1 -0
- package/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketAclCommand.js +2 -0
- package/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketCorsCommand.js +2 -0
- package/dist-cjs/commands/PutBucketEncryptionCommand.js +2 -0
- package/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketLoggingCommand.js +2 -0
- package/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +2 -0
- package/dist-cjs/commands/PutBucketPolicyCommand.js +2 -0
- package/dist-cjs/commands/PutBucketReplicationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketRequestPaymentCommand.js +2 -0
- package/dist-cjs/commands/PutBucketTaggingCommand.js +2 -0
- package/dist-cjs/commands/PutBucketVersioningCommand.js +2 -0
- package/dist-cjs/commands/PutBucketWebsiteCommand.js +2 -0
- package/dist-cjs/commands/PutObjectAclCommand.js +1 -0
- package/dist-cjs/commands/PutObjectCommand.js +4 -3
- package/dist-cjs/commands/PutObjectLegalHoldCommand.js +1 -0
- package/dist-cjs/commands/PutObjectLockConfigurationCommand.js +1 -0
- package/dist-cjs/commands/PutObjectRetentionCommand.js +1 -0
- package/dist-cjs/commands/PutObjectTaggingCommand.js +1 -0
- package/dist-cjs/commands/PutPublicAccessBlockCommand.js +2 -0
- package/dist-cjs/commands/RestoreObjectCommand.js +1 -0
- package/dist-cjs/commands/SelectObjectContentCommand.js +1 -0
- package/dist-cjs/commands/UploadPartCommand.js +1 -0
- package/dist-cjs/commands/UploadPartCopyCommand.js +1 -0
- package/dist-cjs/commands/WriteGetObjectResponseCommand.js +1 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +41 -32
- package/dist-cjs/models/models_1.js +18 -1
- package/dist-cjs/pagination/ListDirectoryBucketsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restXml.js +174 -4
- package/dist-cjs/runtimeConfig.js +2 -0
- package/dist-es/S3.js +4 -0
- package/dist-es/S3Client.js +4 -2
- package/dist-es/commands/AbortMultipartUploadCommand.js +1 -0
- package/dist-es/commands/CompleteMultipartUploadCommand.js +1 -0
- package/dist-es/commands/CopyObjectCommand.js +1 -0
- package/dist-es/commands/CreateBucketCommand.js +2 -0
- package/dist-es/commands/CreateMultipartUploadCommand.js +1 -0
- package/dist-es/commands/CreateSessionCommand.js +55 -0
- package/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -0
- package/dist-es/commands/DeleteBucketCommand.js +2 -0
- package/dist-es/commands/DeleteBucketCorsCommand.js +2 -0
- package/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -0
- package/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -0
- package/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -0
- package/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -0
- package/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -0
- package/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -0
- package/dist-es/commands/DeleteBucketPolicyCommand.js +2 -0
- package/dist-es/commands/DeleteBucketReplicationCommand.js +2 -0
- package/dist-es/commands/DeleteBucketTaggingCommand.js +2 -0
- package/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -0
- package/dist-es/commands/DeleteObjectCommand.js +1 -0
- package/dist-es/commands/DeleteObjectTaggingCommand.js +1 -0
- package/dist-es/commands/DeleteObjectsCommand.js +1 -0
- package/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -0
- package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketAclCommand.js +2 -0
- package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketCorsCommand.js +2 -0
- package/dist-es/commands/GetBucketEncryptionCommand.js +2 -0
- package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketLocationCommand.js +2 -0
- package/dist-es/commands/GetBucketLoggingCommand.js +2 -0
- package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -0
- package/dist-es/commands/GetBucketPolicyCommand.js +2 -0
- package/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -0
- package/dist-es/commands/GetBucketReplicationCommand.js +2 -0
- package/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -0
- package/dist-es/commands/GetBucketTaggingCommand.js +2 -0
- package/dist-es/commands/GetBucketVersioningCommand.js +2 -0
- package/dist-es/commands/GetBucketWebsiteCommand.js +2 -0
- package/dist-es/commands/GetObjectAclCommand.js +1 -0
- package/dist-es/commands/GetObjectAttributesCommand.js +1 -0
- package/dist-es/commands/GetObjectCommand.js +1 -0
- package/dist-es/commands/GetObjectLegalHoldCommand.js +1 -0
- package/dist-es/commands/GetObjectLockConfigurationCommand.js +1 -0
- package/dist-es/commands/GetObjectRetentionCommand.js +1 -0
- package/dist-es/commands/GetObjectTaggingCommand.js +1 -0
- package/dist-es/commands/GetObjectTorrentCommand.js +1 -0
- package/dist-es/commands/GetPublicAccessBlockCommand.js +2 -0
- package/dist-es/commands/HeadBucketCommand.js +1 -0
- package/dist-es/commands/HeadObjectCommand.js +1 -0
- package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -0
- package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -0
- package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -0
- package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +1 -0
- package/dist-es/commands/ListBucketsCommand.js +1 -0
- package/dist-es/commands/ListDirectoryBucketsCommand.js +54 -0
- package/dist-es/commands/ListMultipartUploadsCommand.js +1 -0
- package/dist-es/commands/ListObjectVersionsCommand.js +1 -0
- package/dist-es/commands/ListObjectsCommand.js +1 -0
- package/dist-es/commands/ListObjectsV2Command.js +1 -0
- package/dist-es/commands/ListPartsCommand.js +1 -0
- package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -0
- package/dist-es/commands/PutBucketAclCommand.js +2 -0
- package/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -0
- package/dist-es/commands/PutBucketCorsCommand.js +2 -0
- package/dist-es/commands/PutBucketEncryptionCommand.js +2 -0
- package/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -0
- package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +2 -0
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -0
- package/dist-es/commands/PutBucketLoggingCommand.js +2 -0
- package/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -0
- package/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -0
- package/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -0
- package/dist-es/commands/PutBucketPolicyCommand.js +2 -0
- package/dist-es/commands/PutBucketReplicationCommand.js +2 -0
- package/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -0
- package/dist-es/commands/PutBucketTaggingCommand.js +2 -0
- package/dist-es/commands/PutBucketVersioningCommand.js +2 -0
- package/dist-es/commands/PutBucketWebsiteCommand.js +2 -0
- package/dist-es/commands/PutObjectAclCommand.js +1 -0
- package/dist-es/commands/PutObjectCommand.js +2 -1
- package/dist-es/commands/PutObjectLegalHoldCommand.js +1 -0
- package/dist-es/commands/PutObjectLockConfigurationCommand.js +1 -0
- package/dist-es/commands/PutObjectRetentionCommand.js +1 -0
- package/dist-es/commands/PutObjectTaggingCommand.js +1 -0
- package/dist-es/commands/PutPublicAccessBlockCommand.js +2 -0
- package/dist-es/commands/RestoreObjectCommand.js +1 -0
- package/dist-es/commands/SelectObjectContentCommand.js +1 -0
- package/dist-es/commands/UploadPartCommand.js +1 -0
- package/dist-es/commands/UploadPartCopyCommand.js +1 -0
- package/dist-es/commands/WriteGetObjectResponseCommand.js +1 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +36 -27
- package/dist-es/models/models_1.js +15 -0
- package/dist-es/pagination/ListDirectoryBucketsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restXml.js +166 -0
- package/dist-es/runtimeConfig.js +2 -0
- package/dist-types/S3.d.ts +14 -0
- package/dist-types/S3Client.d.ts +4 -2
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +37 -5
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +97 -61
- package/dist-types/commands/CopyObjectCommand.d.ts +108 -180
- package/dist-types/commands/CreateBucketCommand.d.ts +116 -95
- package/dist-types/commands/CreateMultipartUploadCommand.d.ts +146 -224
- package/dist-types/commands/CreateSessionCommand.d.ts +145 -0
- package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketCommand.d.ts +35 -0
- package/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +48 -20
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +4 -1
- package/dist-types/commands/DeleteObjectCommand.d.ts +83 -11
- package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +15 -12
- package/dist-types/commands/DeleteObjectsCommand.d.ts +109 -35
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketAclCommand.d.ts +7 -4
- package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketCorsCommand.d.ts +6 -3
- package/dist-types/commands/GetBucketEncryptionCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/GetBucketLocationCommand.d.ts +7 -4
- package/dist-types/commands/GetBucketLoggingCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +6 -3
- package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +54 -24
- package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +5 -2
- package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketWebsiteCommand.d.ts +4 -1
- package/dist-types/commands/GetObjectAclCommand.d.ts +5 -2
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +113 -76
- package/dist-types/commands/GetObjectCommand.d.ts +122 -140
- package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +5 -2
- package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/GetObjectRetentionCommand.d.ts +5 -2
- package/dist-types/commands/GetObjectTaggingCommand.d.ts +23 -20
- package/dist-types/commands/GetObjectTorrentCommand.d.ts +5 -2
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +4 -1
- package/dist-types/commands/HeadBucketCommand.d.ts +53 -19
- package/dist-types/commands/HeadObjectCommand.d.ts +87 -83
- package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +4 -1
- package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +4 -1
- package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +4 -1
- package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +4 -1
- package/dist-types/commands/ListBucketsCommand.d.ts +4 -1
- package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +98 -0
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +85 -17
- package/dist-types/commands/ListObjectVersionsCommand.d.ts +4 -1
- package/dist-types/commands/ListObjectsCommand.d.ts +5 -2
- package/dist-types/commands/ListObjectsV2Command.d.ts +52 -10
- package/dist-types/commands/ListPartsCommand.d.ts +47 -14
- package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketAclCommand.d.ts +5 -2
- package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketCorsCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketEncryptionCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketLoggingCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +54 -19
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +6 -3
- package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +5 -2
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +5 -2
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +5 -2
- package/dist-types/commands/PutBucketWebsiteCommand.d.ts +5 -2
- package/dist-types/commands/PutObjectAclCommand.d.ts +6 -3
- package/dist-types/commands/PutObjectCommand.d.ts +151 -114
- package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +5 -2
- package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutObjectRetentionCommand.d.ts +5 -2
- package/dist-types/commands/PutObjectTaggingCommand.d.ts +4 -1
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +4 -1
- package/dist-types/commands/RestoreObjectCommand.d.ts +6 -3
- package/dist-types/commands/SelectObjectContentCommand.d.ts +6 -3
- package/dist-types/commands/UploadPartCommand.d.ts +101 -62
- package/dist-types/commands/UploadPartCopyCommand.d.ts +121 -114
- package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +5 -2
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +2443 -1104
- package/dist-types/models/models_1.d.ts +1189 -81
- package/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restXml.d.ts +18 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/S3.d.ts +34 -0
- package/dist-types/ts3.4/S3Client.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +68 -124
- package/dist-types/ts3.4/models/models_1.d.ts +127 -1
- package/dist-types/ts3.4/pagination/ListDirectoryBucketsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +24 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -242,6 +242,14 @@ CreateMultipartUpload
|
|
|
242
242
|
|
|
243
243
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/s3/command/CreateMultipartUploadCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3/Interface/CreateMultipartUploadCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3/Interface/CreateMultipartUploadCommandOutput/)
|
|
244
244
|
|
|
245
|
+
</details>
|
|
246
|
+
<details>
|
|
247
|
+
<summary>
|
|
248
|
+
CreateSession
|
|
249
|
+
</summary>
|
|
250
|
+
|
|
251
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/s3/command/CreateSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3/Interface/CreateSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3/Interface/CreateSessionCommandOutput/)
|
|
252
|
+
|
|
245
253
|
</details>
|
|
246
254
|
<details>
|
|
247
255
|
<summary>
|
|
@@ -666,6 +674,14 @@ ListBuckets
|
|
|
666
674
|
|
|
667
675
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/s3/command/ListBucketsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3/Interface/ListBucketsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3/Interface/ListBucketsCommandOutput/)
|
|
668
676
|
|
|
677
|
+
</details>
|
|
678
|
+
<details>
|
|
679
|
+
<summary>
|
|
680
|
+
ListDirectoryBuckets
|
|
681
|
+
</summary>
|
|
682
|
+
|
|
683
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/s3/command/ListDirectoryBucketsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3/Interface/ListDirectoryBucketsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3/Interface/ListDirectoryBucketsCommandOutput/)
|
|
684
|
+
|
|
669
685
|
</details>
|
|
670
686
|
<details>
|
|
671
687
|
<summary>
|
package/dist-cjs/S3.js
CHANGED
|
@@ -7,6 +7,7 @@ const CompleteMultipartUploadCommand_1 = require("./commands/CompleteMultipartUp
|
|
|
7
7
|
const CopyObjectCommand_1 = require("./commands/CopyObjectCommand");
|
|
8
8
|
const CreateBucketCommand_1 = require("./commands/CreateBucketCommand");
|
|
9
9
|
const CreateMultipartUploadCommand_1 = require("./commands/CreateMultipartUploadCommand");
|
|
10
|
+
const CreateSessionCommand_1 = require("./commands/CreateSessionCommand");
|
|
10
11
|
const DeleteBucketAnalyticsConfigurationCommand_1 = require("./commands/DeleteBucketAnalyticsConfigurationCommand");
|
|
11
12
|
const DeleteBucketCommand_1 = require("./commands/DeleteBucketCommand");
|
|
12
13
|
const DeleteBucketCorsCommand_1 = require("./commands/DeleteBucketCorsCommand");
|
|
@@ -60,6 +61,7 @@ const ListBucketIntelligentTieringConfigurationsCommand_1 = require("./commands/
|
|
|
60
61
|
const ListBucketInventoryConfigurationsCommand_1 = require("./commands/ListBucketInventoryConfigurationsCommand");
|
|
61
62
|
const ListBucketMetricsConfigurationsCommand_1 = require("./commands/ListBucketMetricsConfigurationsCommand");
|
|
62
63
|
const ListBucketsCommand_1 = require("./commands/ListBucketsCommand");
|
|
64
|
+
const ListDirectoryBucketsCommand_1 = require("./commands/ListDirectoryBucketsCommand");
|
|
63
65
|
const ListMultipartUploadsCommand_1 = require("./commands/ListMultipartUploadsCommand");
|
|
64
66
|
const ListObjectsCommand_1 = require("./commands/ListObjectsCommand");
|
|
65
67
|
const ListObjectsV2Command_1 = require("./commands/ListObjectsV2Command");
|
|
@@ -102,6 +104,7 @@ const commands = {
|
|
|
102
104
|
CopyObjectCommand: CopyObjectCommand_1.CopyObjectCommand,
|
|
103
105
|
CreateBucketCommand: CreateBucketCommand_1.CreateBucketCommand,
|
|
104
106
|
CreateMultipartUploadCommand: CreateMultipartUploadCommand_1.CreateMultipartUploadCommand,
|
|
107
|
+
CreateSessionCommand: CreateSessionCommand_1.CreateSessionCommand,
|
|
105
108
|
DeleteBucketCommand: DeleteBucketCommand_1.DeleteBucketCommand,
|
|
106
109
|
DeleteBucketAnalyticsConfigurationCommand: DeleteBucketAnalyticsConfigurationCommand_1.DeleteBucketAnalyticsConfigurationCommand,
|
|
107
110
|
DeleteBucketCorsCommand: DeleteBucketCorsCommand_1.DeleteBucketCorsCommand,
|
|
@@ -155,6 +158,7 @@ const commands = {
|
|
|
155
158
|
ListBucketInventoryConfigurationsCommand: ListBucketInventoryConfigurationsCommand_1.ListBucketInventoryConfigurationsCommand,
|
|
156
159
|
ListBucketMetricsConfigurationsCommand: ListBucketMetricsConfigurationsCommand_1.ListBucketMetricsConfigurationsCommand,
|
|
157
160
|
ListBucketsCommand: ListBucketsCommand_1.ListBucketsCommand,
|
|
161
|
+
ListDirectoryBucketsCommand: ListDirectoryBucketsCommand_1.ListDirectoryBucketsCommand,
|
|
158
162
|
ListMultipartUploadsCommand: ListMultipartUploadsCommand_1.ListMultipartUploadsCommand,
|
|
159
163
|
ListObjectsCommand: ListObjectsCommand_1.ListObjectsCommand,
|
|
160
164
|
ListObjectsV2Command: ListObjectsV2Command_1.ListObjectsV2Command,
|
package/dist-cjs/S3Client.js
CHANGED
|
@@ -15,6 +15,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
15
15
|
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
16
16
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
17
17
|
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
18
|
+
const CreateSessionCommand_1 = require("./commands/CreateSessionCommand");
|
|
18
19
|
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
19
20
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
20
21
|
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
@@ -27,7 +28,7 @@ class S3Client extends smithy_client_1.Client {
|
|
|
27
28
|
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
28
29
|
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
29
30
|
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
30
|
-
const _config_7 = (0, middleware_sdk_s3_1.resolveS3Config)(_config_6);
|
|
31
|
+
const _config_7 = (0, middleware_sdk_s3_1.resolveS3Config)(_config_6, { session: [() => this, CreateSessionCommand_1.CreateSessionCommand] });
|
|
31
32
|
const _config_8 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_7);
|
|
32
33
|
const _config_9 = (0, eventstream_serde_config_resolver_1.resolveEventStreamSerdeConfig)(_config_8);
|
|
33
34
|
const _config_10 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_9, configuration?.extensions || []);
|
|
@@ -42,6 +43,7 @@ class S3Client extends smithy_client_1.Client {
|
|
|
42
43
|
this.middlewareStack.use((0, middleware_sdk_s3_1.getValidateBucketNamePlugin)(this.config));
|
|
43
44
|
this.middlewareStack.use((0, middleware_expect_continue_1.getAddExpectContinuePlugin)(this.config));
|
|
44
45
|
this.middlewareStack.use((0, middleware_sdk_s3_1.getRegionRedirectMiddlewarePlugin)(this.config));
|
|
46
|
+
this.middlewareStack.use((0, middleware_sdk_s3_1.getS3ExpressPlugin)(this.config));
|
|
45
47
|
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
46
48
|
}
|
|
47
49
|
destroy() {
|
|
@@ -16,6 +16,7 @@ class AbortMultipartUploadCommand extends smithy_client_1.Command {
|
|
|
16
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
17
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
18
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
19
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
20
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
21
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -19,6 +19,7 @@ class CompleteMultipartUploadCommand extends smithy_client_1.Command {
|
|
|
19
19
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
20
20
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
21
21
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
22
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
22
23
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
23
24
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
24
25
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -13,6 +13,7 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
13
13
|
class CopyObjectCommand extends smithy_client_1.Command {
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
|
+
DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
|
|
16
17
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
17
18
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
18
19
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
@@ -11,12 +11,14 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
11
11
|
class CreateBucketCommand extends smithy_client_1.Command {
|
|
12
12
|
static getEndpointParameterInstructions() {
|
|
13
13
|
return {
|
|
14
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
14
15
|
DisableAccessPoints: { type: "staticContextParams", value: true },
|
|
15
16
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
16
17
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
17
18
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
18
19
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
19
20
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
21
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
20
22
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
21
23
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
22
24
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -18,6 +18,7 @@ class CreateMultipartUploadCommand extends smithy_client_1.Command {
|
|
|
18
18
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
19
19
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
20
20
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
21
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
21
22
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
22
23
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
23
24
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateSessionCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const models_0_1 = require("../models/models_0");
|
|
10
|
+
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
+
class CreateSessionCommand extends smithy_client_1.Command {
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
|
|
15
|
+
Bucket: { type: "contextParams", name: "Bucket" },
|
|
16
|
+
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
17
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
18
|
+
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
19
|
+
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
20
|
+
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
21
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
22
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
23
|
+
Region: { type: "builtInParams", name: "region" },
|
|
24
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
constructor(input) {
|
|
28
|
+
super();
|
|
29
|
+
this.input = input;
|
|
30
|
+
}
|
|
31
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
32
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
33
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateSessionCommand.getEndpointParameterInstructions()));
|
|
34
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
35
|
+
const { logger } = configuration;
|
|
36
|
+
const clientName = "S3Client";
|
|
37
|
+
const commandName = "CreateSessionCommand";
|
|
38
|
+
const handlerExecutionContext = {
|
|
39
|
+
logger,
|
|
40
|
+
clientName,
|
|
41
|
+
commandName,
|
|
42
|
+
inputFilterSensitiveLog: (_) => _,
|
|
43
|
+
outputFilterSensitiveLog: models_0_1.CreateSessionOutputFilterSensitiveLog,
|
|
44
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
45
|
+
service: "AmazonS3",
|
|
46
|
+
operation: "CreateSession",
|
|
47
|
+
},
|
|
48
|
+
};
|
|
49
|
+
const { requestHandler } = configuration;
|
|
50
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
51
|
+
}
|
|
52
|
+
serialize(input, context) {
|
|
53
|
+
return (0, Aws_restXml_1.se_CreateSessionCommand)(input, context);
|
|
54
|
+
}
|
|
55
|
+
deserialize(output, context) {
|
|
56
|
+
return (0, Aws_restXml_1.de_CreateSessionCommand)(output, context);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
exports.CreateSessionCommand = CreateSessionCommand;
|
|
@@ -10,11 +10,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
10
10
|
class DeleteBucketAnalyticsConfigurationCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -10,11 +10,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
10
10
|
class DeleteBucketCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -10,11 +10,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
10
10
|
class DeleteBucketCorsCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -10,11 +10,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
10
10
|
class DeleteBucketEncryptionCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -10,11 +10,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
10
10
|
class DeleteBucketIntelligentTieringConfigurationCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -10,11 +10,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
10
10
|
class DeleteBucketInventoryConfigurationCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -10,11 +10,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
10
10
|
class DeleteBucketLifecycleCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -10,11 +10,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
10
10
|
class DeleteBucketMetricsConfigurationCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -10,11 +10,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
10
10
|
class DeleteBucketOwnershipControlsCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -10,11 +10,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
10
10
|
class DeleteBucketPolicyCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -10,11 +10,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
10
10
|
class DeleteBucketReplicationCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -10,11 +10,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
10
10
|
class DeleteBucketTaggingCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -10,11 +10,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
10
10
|
class DeleteBucketWebsiteCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -16,6 +16,7 @@ class DeleteObjectCommand extends smithy_client_1.Command {
|
|
|
16
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
17
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
18
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
19
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
20
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
21
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -15,6 +15,7 @@ class DeleteObjectTaggingCommand extends smithy_client_1.Command {
|
|
|
15
15
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
16
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
17
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
18
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
19
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
20
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
21
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -16,6 +16,7 @@ class DeleteObjectsCommand extends smithy_client_1.Command {
|
|
|
16
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
17
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
18
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
19
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
20
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
21
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -10,11 +10,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
10
10
|
class DeletePublicAccessBlockCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -10,11 +10,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
10
10
|
class GetBucketAccelerateConfigurationCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -10,11 +10,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
10
10
|
class GetBucketAclCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -10,11 +10,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
10
10
|
class GetBucketAnalyticsConfigurationCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -10,11 +10,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
10
10
|
class GetBucketCorsCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -11,11 +11,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
11
11
|
class GetBucketEncryptionCommand extends smithy_client_1.Command {
|
|
12
12
|
static getEndpointParameterInstructions() {
|
|
13
13
|
return {
|
|
14
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
14
15
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
15
16
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
16
17
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
17
18
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
18
19
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
20
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
19
21
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
20
22
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
21
23
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -10,11 +10,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
10
10
|
class GetBucketIntelligentTieringConfigurationCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -11,11 +11,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
11
11
|
class GetBucketInventoryConfigurationCommand extends smithy_client_1.Command {
|
|
12
12
|
static getEndpointParameterInstructions() {
|
|
13
13
|
return {
|
|
14
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
14
15
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
15
16
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
16
17
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
17
18
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
18
19
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
20
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
19
21
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
20
22
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
21
23
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -10,11 +10,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
10
10
|
class GetBucketLifecycleConfigurationCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -10,11 +10,13 @@ const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
|
10
10
|
class GetBucketLocationCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|