@aws-sdk/client-s3 3.651.0 → 3.654.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/dist-cjs/index.js +33 -14
- package/dist-cjs/runtimeConfig.js +3 -0
- package/dist-es/S3Client.js +12 -10
- package/dist-es/commands/CreateSessionCommand.js +2 -2
- package/dist-es/models/models_0.js +7 -0
- package/dist-es/protocols/Aws_restXml.js +8 -0
- package/dist-es/runtimeConfig.js +3 -0
- package/dist-types/S3Client.d.ts +3 -2
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +11 -0
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +19 -7
- package/dist-types/commands/CopyObjectCommand.d.ts +14 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +11 -0
- package/dist-types/commands/CreateMultipartUploadCommand.d.ts +32 -1
- package/dist-types/commands/CreateSessionCommand.d.ts +55 -6
- package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBucketCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBucketCorsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +50 -12
- package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +11 -0
- package/dist-types/commands/DeleteObjectCommand.d.ts +11 -0
- package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +11 -0
- package/dist-types/commands/DeleteObjectsCommand.d.ts +11 -0
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketAclCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketCorsCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketEncryptionCommand.d.ts +51 -11
- package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketLocationCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketLoggingCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketWebsiteCommand.d.ts +11 -0
- package/dist-types/commands/GetObjectAclCommand.d.ts +11 -0
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +19 -2
- package/dist-types/commands/GetObjectCommand.d.ts +17 -0
- package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +11 -0
- package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetObjectRetentionCommand.d.ts +11 -0
- package/dist-types/commands/GetObjectTaggingCommand.d.ts +11 -0
- package/dist-types/commands/GetObjectTorrentCommand.d.ts +11 -0
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +11 -0
- package/dist-types/commands/HeadBucketCommand.d.ts +11 -0
- package/dist-types/commands/HeadObjectCommand.d.ts +16 -1
- package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/ListBucketsCommand.d.ts +11 -0
- package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +11 -0
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +11 -0
- package/dist-types/commands/ListObjectVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListObjectsCommand.d.ts +11 -0
- package/dist-types/commands/ListObjectsV2Command.d.ts +11 -0
- package/dist-types/commands/ListPartsCommand.d.ts +11 -0
- package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/PutBucketAclCommand.d.ts +11 -0
- package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/PutBucketCorsCommand.d.ts +11 -0
- package/dist-types/commands/PutBucketEncryptionCommand.d.ts +99 -15
- package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/PutBucketLoggingCommand.d.ts +11 -0
- package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +11 -0
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +11 -0
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +11 -0
- package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +11 -0
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +11 -0
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +11 -0
- package/dist-types/commands/PutBucketWebsiteCommand.d.ts +11 -0
- package/dist-types/commands/PutObjectAclCommand.d.ts +11 -0
- package/dist-types/commands/PutObjectCommand.d.ts +14 -0
- package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +11 -0
- package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/PutObjectRetentionCommand.d.ts +11 -0
- package/dist-types/commands/PutObjectTaggingCommand.d.ts +11 -0
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +11 -0
- package/dist-types/commands/RestoreObjectCommand.d.ts +11 -0
- package/dist-types/commands/SelectObjectContentCommand.d.ts +11 -0
- package/dist-types/commands/UploadPartCommand.d.ts +18 -4
- package/dist-types/commands/UploadPartCopyCommand.d.ts +22 -1
- package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +327 -148
- package/dist-types/models/models_1.d.ts +73 -79
- 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/S3Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetObjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UploadPartCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +12 -1
- package/dist-types/ts3.4/models/models_0.d.ts +11 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +10 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +12 -0
- package/package.json +52 -52
|
@@ -27,19 +27,46 @@ declare const DeleteBucketEncryptionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
31
|
-
*
|
|
30
|
+
* <p>This implementation of the DELETE action resets the default encryption for the bucket as
|
|
31
|
+
* server-side encryption with Amazon S3 managed keys (SSE-S3).</p>
|
|
32
|
+
* <note>
|
|
33
|
+
* <ul>
|
|
34
|
+
* <li>
|
|
35
|
+
* <p>
|
|
36
|
+
* <b>General purpose buckets</b> - For information about the bucket default encryption feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html">Amazon S3 Bucket
|
|
37
|
+
* Default Encryption</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
38
|
+
* </li>
|
|
39
|
+
* <li>
|
|
40
|
+
* <p>
|
|
41
|
+
* <b>Directory buckets</b> - For directory buckets, there are only two supported options for server-side encryption: SSE-S3 and SSE-KMS. For information about the default encryption configuration in directory buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-bucket-encryption.html">Setting default server-side encryption behavior
|
|
42
|
+
* for directory buckets</a>.</p>
|
|
43
|
+
* </li>
|
|
44
|
+
* </ul>
|
|
32
45
|
* </note>
|
|
33
|
-
* <
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
*
|
|
46
|
+
* <dl>
|
|
47
|
+
* <dt>Permissions</dt>
|
|
48
|
+
* <dd>
|
|
49
|
+
* <ul>
|
|
50
|
+
* <li>
|
|
51
|
+
* <p>
|
|
52
|
+
* <b>General purpose bucket permissions</b> - The <code>s3:PutEncryptionConfiguration</code> permission is required in a policy.
|
|
53
|
+
* The bucket owner has this permission
|
|
54
|
+
* by default. The bucket owner can grant this permission to others. For more information
|
|
55
|
+
* about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing
|
|
56
|
+
* Access Permissions to Your Amazon S3 Resources</a>.</p>
|
|
57
|
+
* </li>
|
|
58
|
+
* <li>
|
|
59
|
+
* <p>
|
|
60
|
+
* <b>Directory bucket permissions</b> - To grant access to this API operation, you must have the <code>s3express:PutEncryptionConfiguration</code> permission in an IAM identity-based policy instead of a bucket policy. Cross-account access to this API operation isn't supported. This operation can only be performed by the Amazon Web Services account that owns the resource. For more information about directory bucket policies and permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam.html">Amazon Web Services Identity and Access Management (IAM) for S3 Express One Zone</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
61
|
+
* </li>
|
|
62
|
+
* </ul>
|
|
63
|
+
* </dd>
|
|
64
|
+
* <dt>HTTP Host header syntax</dt>
|
|
65
|
+
* <dd>
|
|
66
|
+
* <p>
|
|
67
|
+
* <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region</i>.amazonaws.com</code>.</p>
|
|
68
|
+
* </dd>
|
|
69
|
+
* </dl>
|
|
43
70
|
* <p>The following operations are related to <code>DeleteBucketEncryption</code>:</p>
|
|
44
71
|
* <ul>
|
|
45
72
|
* <li>
|
|
@@ -81,4 +108,15 @@ declare const DeleteBucketEncryptionCommand_base: {
|
|
|
81
108
|
* @public
|
|
82
109
|
*/
|
|
83
110
|
export declare class DeleteBucketEncryptionCommand extends DeleteBucketEncryptionCommand_base {
|
|
111
|
+
/** @internal type navigation helper, not in runtime. */
|
|
112
|
+
protected static __types: {
|
|
113
|
+
api: {
|
|
114
|
+
input: DeleteBucketEncryptionRequest;
|
|
115
|
+
output: {};
|
|
116
|
+
};
|
|
117
|
+
sdk: {
|
|
118
|
+
input: DeleteBucketEncryptionCommandInput;
|
|
119
|
+
output: DeleteBucketEncryptionCommandOutput;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
84
122
|
}
|
|
@@ -80,4 +80,15 @@ declare const DeleteBucketIntelligentTieringConfigurationCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DeleteBucketIntelligentTieringConfigurationCommand extends DeleteBucketIntelligentTieringConfigurationCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DeleteBucketIntelligentTieringConfigurationRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DeleteBucketIntelligentTieringConfigurationCommandInput;
|
|
91
|
+
output: DeleteBucketIntelligentTieringConfigurationCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -85,4 +85,15 @@ declare const DeleteBucketInventoryConfigurationCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class DeleteBucketInventoryConfigurationCommand extends DeleteBucketInventoryConfigurationCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DeleteBucketInventoryConfigurationRequest;
|
|
92
|
+
output: {};
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DeleteBucketInventoryConfigurationCommandInput;
|
|
96
|
+
output: DeleteBucketInventoryConfigurationCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -92,4 +92,15 @@ declare const DeleteBucketLifecycleCommand_base: {
|
|
|
92
92
|
*
|
|
93
93
|
*/
|
|
94
94
|
export declare class DeleteBucketLifecycleCommand extends DeleteBucketLifecycleCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: DeleteBucketLifecycleRequest;
|
|
99
|
+
output: {};
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: DeleteBucketLifecycleCommandInput;
|
|
103
|
+
output: DeleteBucketLifecycleCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -93,4 +93,15 @@ declare const DeleteBucketMetricsConfigurationCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class DeleteBucketMetricsConfigurationCommand extends DeleteBucketMetricsConfigurationCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: DeleteBucketMetricsConfigurationRequest;
|
|
100
|
+
output: {};
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: DeleteBucketMetricsConfigurationCommandInput;
|
|
104
|
+
output: DeleteBucketMetricsConfigurationCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -77,4 +77,15 @@ declare const DeleteBucketOwnershipControlsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class DeleteBucketOwnershipControlsCommand extends DeleteBucketOwnershipControlsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: DeleteBucketOwnershipControlsRequest;
|
|
84
|
+
output: {};
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: DeleteBucketOwnershipControlsCommandInput;
|
|
88
|
+
output: DeleteBucketOwnershipControlsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -128,4 +128,15 @@ declare const DeleteBucketPolicyCommand_base: {
|
|
|
128
128
|
*
|
|
129
129
|
*/
|
|
130
130
|
export declare class DeleteBucketPolicyCommand extends DeleteBucketPolicyCommand_base {
|
|
131
|
+
/** @internal type navigation helper, not in runtime. */
|
|
132
|
+
protected static __types: {
|
|
133
|
+
api: {
|
|
134
|
+
input: DeleteBucketPolicyRequest;
|
|
135
|
+
output: {};
|
|
136
|
+
};
|
|
137
|
+
sdk: {
|
|
138
|
+
input: DeleteBucketPolicyCommandInput;
|
|
139
|
+
output: DeleteBucketPolicyCommandOutput;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
131
142
|
}
|
|
@@ -94,4 +94,15 @@ declare const DeleteBucketReplicationCommand_base: {
|
|
|
94
94
|
*
|
|
95
95
|
*/
|
|
96
96
|
export declare class DeleteBucketReplicationCommand extends DeleteBucketReplicationCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: DeleteBucketReplicationRequest;
|
|
101
|
+
output: {};
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: DeleteBucketReplicationCommandInput;
|
|
105
|
+
output: DeleteBucketReplicationCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -86,4 +86,15 @@ declare const DeleteBucketTaggingCommand_base: {
|
|
|
86
86
|
*
|
|
87
87
|
*/
|
|
88
88
|
export declare class DeleteBucketTaggingCommand extends DeleteBucketTaggingCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: DeleteBucketTaggingRequest;
|
|
93
|
+
output: {};
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: DeleteBucketTaggingCommandInput;
|
|
97
|
+
output: DeleteBucketTaggingCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -93,4 +93,15 @@ declare const DeleteBucketWebsiteCommand_base: {
|
|
|
93
93
|
*
|
|
94
94
|
*/
|
|
95
95
|
export declare class DeleteBucketWebsiteCommand extends DeleteBucketWebsiteCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: DeleteBucketWebsiteRequest;
|
|
100
|
+
output: {};
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: DeleteBucketWebsiteCommandInput;
|
|
104
|
+
output: DeleteBucketWebsiteCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -187,4 +187,15 @@ declare const DeleteObjectCommand_base: {
|
|
|
187
187
|
*
|
|
188
188
|
*/
|
|
189
189
|
export declare class DeleteObjectCommand extends DeleteObjectCommand_base {
|
|
190
|
+
/** @internal type navigation helper, not in runtime. */
|
|
191
|
+
protected static __types: {
|
|
192
|
+
api: {
|
|
193
|
+
input: DeleteObjectRequest;
|
|
194
|
+
output: DeleteObjectOutput;
|
|
195
|
+
};
|
|
196
|
+
sdk: {
|
|
197
|
+
input: DeleteObjectCommandInput;
|
|
198
|
+
output: DeleteObjectCommandOutput;
|
|
199
|
+
};
|
|
200
|
+
};
|
|
190
201
|
}
|
|
@@ -117,4 +117,15 @@ declare const DeleteObjectTaggingCommand_base: {
|
|
|
117
117
|
*
|
|
118
118
|
*/
|
|
119
119
|
export declare class DeleteObjectTaggingCommand extends DeleteObjectTaggingCommand_base {
|
|
120
|
+
/** @internal type navigation helper, not in runtime. */
|
|
121
|
+
protected static __types: {
|
|
122
|
+
api: {
|
|
123
|
+
input: DeleteObjectTaggingRequest;
|
|
124
|
+
output: DeleteObjectTaggingOutput;
|
|
125
|
+
};
|
|
126
|
+
sdk: {
|
|
127
|
+
input: DeleteObjectTaggingCommandInput;
|
|
128
|
+
output: DeleteObjectTaggingCommandOutput;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
120
131
|
}
|
|
@@ -288,4 +288,15 @@ declare const DeleteObjectsCommand_base: {
|
|
|
288
288
|
*
|
|
289
289
|
*/
|
|
290
290
|
export declare class DeleteObjectsCommand extends DeleteObjectsCommand_base {
|
|
291
|
+
/** @internal type navigation helper, not in runtime. */
|
|
292
|
+
protected static __types: {
|
|
293
|
+
api: {
|
|
294
|
+
input: DeleteObjectsRequest;
|
|
295
|
+
output: DeleteObjectsOutput;
|
|
296
|
+
};
|
|
297
|
+
sdk: {
|
|
298
|
+
input: DeleteObjectsCommandInput;
|
|
299
|
+
output: DeleteObjectsCommandOutput;
|
|
300
|
+
};
|
|
301
|
+
};
|
|
291
302
|
}
|
|
@@ -86,4 +86,15 @@ declare const DeletePublicAccessBlockCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class DeletePublicAccessBlockCommand extends DeletePublicAccessBlockCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: DeletePublicAccessBlockRequest;
|
|
93
|
+
output: {};
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: DeletePublicAccessBlockCommandInput;
|
|
97
|
+
output: DeletePublicAccessBlockCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -88,4 +88,15 @@ declare const GetBucketAccelerateConfigurationCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class GetBucketAccelerateConfigurationCommand extends GetBucketAccelerateConfigurationCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: GetBucketAccelerateConfigurationRequest;
|
|
95
|
+
output: GetBucketAccelerateConfigurationOutput;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: GetBucketAccelerateConfigurationCommandInput;
|
|
99
|
+
output: GetBucketAccelerateConfigurationCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -101,4 +101,15 @@ declare const GetBucketAclCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class GetBucketAclCommand extends GetBucketAclCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: GetBucketAclRequest;
|
|
108
|
+
output: GetBucketAclOutput;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: GetBucketAclCommandInput;
|
|
112
|
+
output: GetBucketAclCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -121,4 +121,15 @@ declare const GetBucketAnalyticsConfigurationCommand_base: {
|
|
|
121
121
|
* @public
|
|
122
122
|
*/
|
|
123
123
|
export declare class GetBucketAnalyticsConfigurationCommand extends GetBucketAnalyticsConfigurationCommand_base {
|
|
124
|
+
/** @internal type navigation helper, not in runtime. */
|
|
125
|
+
protected static __types: {
|
|
126
|
+
api: {
|
|
127
|
+
input: GetBucketAnalyticsConfigurationRequest;
|
|
128
|
+
output: GetBucketAnalyticsConfigurationOutput;
|
|
129
|
+
};
|
|
130
|
+
sdk: {
|
|
131
|
+
input: GetBucketAnalyticsConfigurationCommandInput;
|
|
132
|
+
output: GetBucketAnalyticsConfigurationCommandOutput;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
124
135
|
}
|
|
@@ -131,4 +131,15 @@ declare const GetBucketCorsCommand_base: {
|
|
|
131
131
|
*
|
|
132
132
|
*/
|
|
133
133
|
export declare class GetBucketCorsCommand extends GetBucketCorsCommand_base {
|
|
134
|
+
/** @internal type navigation helper, not in runtime. */
|
|
135
|
+
protected static __types: {
|
|
136
|
+
api: {
|
|
137
|
+
input: GetBucketCorsRequest;
|
|
138
|
+
output: GetBucketCorsOutput;
|
|
139
|
+
};
|
|
140
|
+
sdk: {
|
|
141
|
+
input: GetBucketCorsCommandInput;
|
|
142
|
+
output: GetBucketCorsCommandOutput;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
134
145
|
}
|
|
@@ -27,18 +27,47 @@ declare const GetBucketEncryptionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
31
|
-
* <p>This operation is not supported by directory buckets.</p>
|
|
32
|
-
* </note>
|
|
33
|
-
* <p>Returns the default encryption configuration for an Amazon S3 bucket. By default, all buckets
|
|
30
|
+
* <p>Returns the default encryption configuration for an Amazon S3 bucket. By default, all buckets
|
|
34
31
|
* have a default encryption configuration that uses server-side encryption with Amazon S3 managed
|
|
35
|
-
* keys (SSE-S3).
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
32
|
+
* keys (SSE-S3). </p>
|
|
33
|
+
* <note>
|
|
34
|
+
* <ul>
|
|
35
|
+
* <li>
|
|
36
|
+
* <p>
|
|
37
|
+
* <b>General purpose buckets</b> - For information about the bucket default encryption feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html">Amazon S3 Bucket
|
|
38
|
+
* Default Encryption</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
39
|
+
* </li>
|
|
40
|
+
* <li>
|
|
41
|
+
* <p>
|
|
42
|
+
* <b>Directory buckets</b> - For directory buckets, there are only two supported options for server-side encryption: SSE-S3 and SSE-KMS. For information about the default encryption configuration in directory buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-bucket-encryption.html">Setting default server-side encryption behavior
|
|
43
|
+
* for directory buckets</a>.</p>
|
|
44
|
+
* </li>
|
|
45
|
+
* </ul>
|
|
46
|
+
* </note>
|
|
47
|
+
* <dl>
|
|
48
|
+
* <dt>Permissions</dt>
|
|
49
|
+
* <dd>
|
|
50
|
+
* <ul>
|
|
51
|
+
* <li>
|
|
52
|
+
* <p>
|
|
53
|
+
* <b>General purpose bucket permissions</b> - The <code>s3:GetEncryptionConfiguration</code> permission is required in a policy.
|
|
54
|
+
* The bucket owner has this permission
|
|
55
|
+
* by default. The bucket owner can grant this permission to others. For more information
|
|
56
|
+
* about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing
|
|
57
|
+
* Access Permissions to Your Amazon S3 Resources</a>.</p>
|
|
58
|
+
* </li>
|
|
59
|
+
* <li>
|
|
60
|
+
* <p>
|
|
61
|
+
* <b>Directory bucket permissions</b> - To grant access to this API operation, you must have the <code>s3express:GetEncryptionConfiguration</code> permission in an IAM identity-based policy instead of a bucket policy. Cross-account access to this API operation isn't supported. This operation can only be performed by the Amazon Web Services account that owns the resource. For more information about directory bucket policies and permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam.html">Amazon Web Services Identity and Access Management (IAM) for S3 Express One Zone</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
62
|
+
* </li>
|
|
63
|
+
* </ul>
|
|
64
|
+
* </dd>
|
|
65
|
+
* <dt>HTTP Host header syntax</dt>
|
|
66
|
+
* <dd>
|
|
67
|
+
* <p>
|
|
68
|
+
* <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region</i>.amazonaws.com</code>.</p>
|
|
69
|
+
* </dd>
|
|
70
|
+
* </dl>
|
|
42
71
|
* <p>The following operations are related to <code>GetBucketEncryption</code>:</p>
|
|
43
72
|
* <ul>
|
|
44
73
|
* <li>
|
|
@@ -92,4 +121,15 @@ declare const GetBucketEncryptionCommand_base: {
|
|
|
92
121
|
* @public
|
|
93
122
|
*/
|
|
94
123
|
export declare class GetBucketEncryptionCommand extends GetBucketEncryptionCommand_base {
|
|
124
|
+
/** @internal type navigation helper, not in runtime. */
|
|
125
|
+
protected static __types: {
|
|
126
|
+
api: {
|
|
127
|
+
input: GetBucketEncryptionRequest;
|
|
128
|
+
output: GetBucketEncryptionOutput;
|
|
129
|
+
};
|
|
130
|
+
sdk: {
|
|
131
|
+
input: GetBucketEncryptionCommandInput;
|
|
132
|
+
output: GetBucketEncryptionCommandOutput;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
95
135
|
}
|
|
@@ -107,4 +107,15 @@ declare const GetBucketIntelligentTieringConfigurationCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class GetBucketIntelligentTieringConfigurationCommand extends GetBucketIntelligentTieringConfigurationCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: GetBucketIntelligentTieringConfigurationRequest;
|
|
114
|
+
output: GetBucketIntelligentTieringConfigurationOutput;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: GetBucketIntelligentTieringConfigurationCommandInput;
|
|
118
|
+
output: GetBucketIntelligentTieringConfigurationCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -115,4 +115,15 @@ declare const GetBucketInventoryConfigurationCommand_base: {
|
|
|
115
115
|
* @public
|
|
116
116
|
*/
|
|
117
117
|
export declare class GetBucketInventoryConfigurationCommand extends GetBucketInventoryConfigurationCommand_base {
|
|
118
|
+
/** @internal type navigation helper, not in runtime. */
|
|
119
|
+
protected static __types: {
|
|
120
|
+
api: {
|
|
121
|
+
input: GetBucketInventoryConfigurationRequest;
|
|
122
|
+
output: GetBucketInventoryConfigurationOutput;
|
|
123
|
+
};
|
|
124
|
+
sdk: {
|
|
125
|
+
input: GetBucketInventoryConfigurationCommandInput;
|
|
126
|
+
output: GetBucketInventoryConfigurationCommandOutput;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
118
129
|
}
|
|
@@ -194,4 +194,15 @@ declare const GetBucketLifecycleConfigurationCommand_base: {
|
|
|
194
194
|
*
|
|
195
195
|
*/
|
|
196
196
|
export declare class GetBucketLifecycleConfigurationCommand extends GetBucketLifecycleConfigurationCommand_base {
|
|
197
|
+
/** @internal type navigation helper, not in runtime. */
|
|
198
|
+
protected static __types: {
|
|
199
|
+
api: {
|
|
200
|
+
input: GetBucketLifecycleConfigurationRequest;
|
|
201
|
+
output: GetBucketLifecycleConfigurationOutput;
|
|
202
|
+
};
|
|
203
|
+
sdk: {
|
|
204
|
+
input: GetBucketLifecycleConfigurationCommandInput;
|
|
205
|
+
output: GetBucketLifecycleConfigurationCommandOutput;
|
|
206
|
+
};
|
|
207
|
+
};
|
|
197
208
|
}
|
|
@@ -102,4 +102,15 @@ declare const GetBucketLocationCommand_base: {
|
|
|
102
102
|
*
|
|
103
103
|
*/
|
|
104
104
|
export declare class GetBucketLocationCommand extends GetBucketLocationCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: GetBucketLocationRequest;
|
|
109
|
+
output: GetBucketLocationOutput;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: GetBucketLocationCommandInput;
|
|
113
|
+
output: GetBucketLocationCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -96,4 +96,15 @@ declare const GetBucketLoggingCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class GetBucketLoggingCommand extends GetBucketLoggingCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: GetBucketLoggingRequest;
|
|
103
|
+
output: GetBucketLoggingOutput;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: GetBucketLoggingCommandInput;
|
|
107
|
+
output: GetBucketLoggingCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -114,4 +114,15 @@ declare const GetBucketMetricsConfigurationCommand_base: {
|
|
|
114
114
|
* @public
|
|
115
115
|
*/
|
|
116
116
|
export declare class GetBucketMetricsConfigurationCommand extends GetBucketMetricsConfigurationCommand_base {
|
|
117
|
+
/** @internal type navigation helper, not in runtime. */
|
|
118
|
+
protected static __types: {
|
|
119
|
+
api: {
|
|
120
|
+
input: GetBucketMetricsConfigurationRequest;
|
|
121
|
+
output: GetBucketMetricsConfigurationOutput;
|
|
122
|
+
};
|
|
123
|
+
sdk: {
|
|
124
|
+
input: GetBucketMetricsConfigurationCommandInput;
|
|
125
|
+
output: GetBucketMetricsConfigurationCommandOutput;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
117
128
|
}
|
|
@@ -140,4 +140,15 @@ declare const GetBucketNotificationConfigurationCommand_base: {
|
|
|
140
140
|
* @public
|
|
141
141
|
*/
|
|
142
142
|
export declare class GetBucketNotificationConfigurationCommand extends GetBucketNotificationConfigurationCommand_base {
|
|
143
|
+
/** @internal type navigation helper, not in runtime. */
|
|
144
|
+
protected static __types: {
|
|
145
|
+
api: {
|
|
146
|
+
input: GetBucketNotificationConfigurationRequest;
|
|
147
|
+
output: NotificationConfiguration;
|
|
148
|
+
};
|
|
149
|
+
sdk: {
|
|
150
|
+
input: GetBucketNotificationConfigurationCommandInput;
|
|
151
|
+
output: GetBucketNotificationConfigurationCommandOutput;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
143
154
|
}
|
|
@@ -85,4 +85,15 @@ declare const GetBucketOwnershipControlsCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class GetBucketOwnershipControlsCommand extends GetBucketOwnershipControlsCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: GetBucketOwnershipControlsRequest;
|
|
92
|
+
output: GetBucketOwnershipControlsOutput;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: GetBucketOwnershipControlsCommandInput;
|
|
96
|
+
output: GetBucketOwnershipControlsCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -135,4 +135,15 @@ declare const GetBucketPolicyCommand_base: {
|
|
|
135
135
|
*
|
|
136
136
|
*/
|
|
137
137
|
export declare class GetBucketPolicyCommand extends GetBucketPolicyCommand_base {
|
|
138
|
+
/** @internal type navigation helper, not in runtime. */
|
|
139
|
+
protected static __types: {
|
|
140
|
+
api: {
|
|
141
|
+
input: GetBucketPolicyRequest;
|
|
142
|
+
output: GetBucketPolicyOutput;
|
|
143
|
+
};
|
|
144
|
+
sdk: {
|
|
145
|
+
input: GetBucketPolicyCommandInput;
|
|
146
|
+
output: GetBucketPolicyCommandOutput;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
138
149
|
}
|
|
@@ -91,4 +91,15 @@ declare const GetBucketPolicyStatusCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class GetBucketPolicyStatusCommand extends GetBucketPolicyStatusCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: GetBucketPolicyStatusRequest;
|
|
98
|
+
output: GetBucketPolicyStatusOutput;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: GetBucketPolicyStatusCommandInput;
|
|
102
|
+
output: GetBucketPolicyStatusCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -181,4 +181,15 @@ declare const GetBucketReplicationCommand_base: {
|
|
|
181
181
|
*
|
|
182
182
|
*/
|
|
183
183
|
export declare class GetBucketReplicationCommand extends GetBucketReplicationCommand_base {
|
|
184
|
+
/** @internal type navigation helper, not in runtime. */
|
|
185
|
+
protected static __types: {
|
|
186
|
+
api: {
|
|
187
|
+
input: GetBucketReplicationRequest;
|
|
188
|
+
output: GetBucketReplicationOutput;
|
|
189
|
+
};
|
|
190
|
+
sdk: {
|
|
191
|
+
input: GetBucketReplicationCommandInput;
|
|
192
|
+
output: GetBucketReplicationCommandOutput;
|
|
193
|
+
};
|
|
194
|
+
};
|
|
184
195
|
}
|
|
@@ -87,4 +87,15 @@ declare const GetBucketRequestPaymentCommand_base: {
|
|
|
87
87
|
*
|
|
88
88
|
*/
|
|
89
89
|
export declare class GetBucketRequestPaymentCommand extends GetBucketRequestPaymentCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: GetBucketRequestPaymentRequest;
|
|
94
|
+
output: GetBucketRequestPaymentOutput;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: GetBucketRequestPaymentCommandInput;
|
|
98
|
+
output: GetBucketRequestPaymentCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|