@aws-sdk/client-s3 3.651.1 → 3.657.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 +20 -3
- 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-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 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- 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 +8 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -4
- package/package.json +52 -52
|
@@ -32,4 +32,15 @@ declare const DeleteBucketWebsiteCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteBucketWebsiteCommand extends DeleteBucketWebsiteCommand_base {
|
|
35
|
+
export declare class DeleteBucketWebsiteCommand extends DeleteBucketWebsiteCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteBucketWebsiteRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteBucketWebsiteCommandInput;
|
|
43
|
+
output: DeleteBucketWebsiteCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteObjectCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteObjectCommand extends DeleteObjectCommand_base {
|
|
36
|
+
export declare class DeleteObjectCommand extends DeleteObjectCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteObjectRequest;
|
|
40
|
+
output: DeleteObjectOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteObjectCommandInput;
|
|
44
|
+
output: DeleteObjectCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteObjectTaggingCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteObjectTaggingCommand extends DeleteObjectTaggingCommand_base {
|
|
40
|
+
export declare class DeleteObjectTaggingCommand extends DeleteObjectTaggingCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteObjectTaggingRequest;
|
|
44
|
+
output: DeleteObjectTaggingOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteObjectTaggingCommandInput;
|
|
48
|
+
output: DeleteObjectTaggingCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteObjectsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteObjectsCommand extends DeleteObjectsCommand_base {
|
|
36
|
+
export declare class DeleteObjectsCommand extends DeleteObjectsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteObjectsRequest;
|
|
40
|
+
output: DeleteObjectsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteObjectsCommandInput;
|
|
44
|
+
output: DeleteObjectsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeletePublicAccessBlockCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeletePublicAccessBlockCommand extends DeletePublicAccessBlockCommand_base {
|
|
36
|
+
export declare class DeletePublicAccessBlockCommand extends DeletePublicAccessBlockCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeletePublicAccessBlockRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeletePublicAccessBlockCommandInput;
|
|
44
|
+
output: DeletePublicAccessBlockCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetBucketAccelerateConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetBucketAccelerateConfigurationCommand extends GetBucketAccelerateConfigurationCommand_base {
|
|
40
|
+
export declare class GetBucketAccelerateConfigurationCommand extends GetBucketAccelerateConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetBucketAccelerateConfigurationRequest;
|
|
44
|
+
output: GetBucketAccelerateConfigurationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetBucketAccelerateConfigurationCommandInput;
|
|
48
|
+
output: GetBucketAccelerateConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetBucketAclCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetBucketAclCommand extends GetBucketAclCommand_base {
|
|
36
|
+
export declare class GetBucketAclCommand extends GetBucketAclCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetBucketAclRequest;
|
|
40
|
+
output: GetBucketAclOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetBucketAclCommandInput;
|
|
44
|
+
output: GetBucketAclCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetBucketAnalyticsConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetBucketAnalyticsConfigurationCommand extends GetBucketAnalyticsConfigurationCommand_base {
|
|
40
|
+
export declare class GetBucketAnalyticsConfigurationCommand extends GetBucketAnalyticsConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetBucketAnalyticsConfigurationRequest;
|
|
44
|
+
output: GetBucketAnalyticsConfigurationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetBucketAnalyticsConfigurationCommandInput;
|
|
48
|
+
output: GetBucketAnalyticsConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetBucketCorsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetBucketCorsCommand extends GetBucketCorsCommand_base {
|
|
36
|
+
export declare class GetBucketCorsCommand extends GetBucketCorsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetBucketCorsRequest;
|
|
40
|
+
output: GetBucketCorsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetBucketCorsCommandInput;
|
|
44
|
+
output: GetBucketCorsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetBucketEncryptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetBucketEncryptionCommand extends GetBucketEncryptionCommand_base {
|
|
40
|
+
export declare class GetBucketEncryptionCommand extends GetBucketEncryptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetBucketEncryptionRequest;
|
|
44
|
+
output: GetBucketEncryptionOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetBucketEncryptionCommandInput;
|
|
48
|
+
output: GetBucketEncryptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetBucketIntelligentTieringConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetBucketIntelligentTieringConfigurationCommand extends GetBucketIntelligentTieringConfigurationCommand_base {
|
|
40
|
+
export declare class GetBucketIntelligentTieringConfigurationCommand extends GetBucketIntelligentTieringConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetBucketIntelligentTieringConfigurationRequest;
|
|
44
|
+
output: GetBucketIntelligentTieringConfigurationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetBucketIntelligentTieringConfigurationCommandInput;
|
|
48
|
+
output: GetBucketIntelligentTieringConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetBucketInventoryConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetBucketInventoryConfigurationCommand extends GetBucketInventoryConfigurationCommand_base {
|
|
40
|
+
export declare class GetBucketInventoryConfigurationCommand extends GetBucketInventoryConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetBucketInventoryConfigurationRequest;
|
|
44
|
+
output: GetBucketInventoryConfigurationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetBucketInventoryConfigurationCommandInput;
|
|
48
|
+
output: GetBucketInventoryConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetBucketLifecycleConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetBucketLifecycleConfigurationCommand extends GetBucketLifecycleConfigurationCommand_base {
|
|
40
|
+
export declare class GetBucketLifecycleConfigurationCommand extends GetBucketLifecycleConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetBucketLifecycleConfigurationRequest;
|
|
44
|
+
output: GetBucketLifecycleConfigurationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetBucketLifecycleConfigurationCommandInput;
|
|
48
|
+
output: GetBucketLifecycleConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetBucketLocationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetBucketLocationCommand extends GetBucketLocationCommand_base {
|
|
40
|
+
export declare class GetBucketLocationCommand extends GetBucketLocationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetBucketLocationRequest;
|
|
44
|
+
output: GetBucketLocationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetBucketLocationCommandInput;
|
|
48
|
+
output: GetBucketLocationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetBucketLoggingCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetBucketLoggingCommand extends GetBucketLoggingCommand_base {
|
|
39
|
+
export declare class GetBucketLoggingCommand extends GetBucketLoggingCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetBucketLoggingRequest;
|
|
43
|
+
output: GetBucketLoggingOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetBucketLoggingCommandInput;
|
|
47
|
+
output: GetBucketLoggingCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetBucketMetricsConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetBucketMetricsConfigurationCommand extends GetBucketMetricsConfigurationCommand_base {
|
|
40
|
+
export declare class GetBucketMetricsConfigurationCommand extends GetBucketMetricsConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetBucketMetricsConfigurationRequest;
|
|
44
|
+
output: GetBucketMetricsConfigurationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetBucketMetricsConfigurationCommandInput;
|
|
48
|
+
output: GetBucketMetricsConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetBucketNotificationConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetBucketNotificationConfigurationCommand extends GetBucketNotificationConfigurationCommand_base {
|
|
40
|
+
export declare class GetBucketNotificationConfigurationCommand extends GetBucketNotificationConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetBucketNotificationConfigurationRequest;
|
|
44
|
+
output: NotificationConfiguration;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetBucketNotificationConfigurationCommandInput;
|
|
48
|
+
output: GetBucketNotificationConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetBucketOwnershipControlsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetBucketOwnershipControlsCommand extends GetBucketOwnershipControlsCommand_base {
|
|
40
|
+
export declare class GetBucketOwnershipControlsCommand extends GetBucketOwnershipControlsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetBucketOwnershipControlsRequest;
|
|
44
|
+
output: GetBucketOwnershipControlsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetBucketOwnershipControlsCommandInput;
|
|
48
|
+
output: GetBucketOwnershipControlsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetBucketPolicyCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetBucketPolicyCommand extends GetBucketPolicyCommand_base {
|
|
39
|
+
export declare class GetBucketPolicyCommand extends GetBucketPolicyCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetBucketPolicyRequest;
|
|
43
|
+
output: GetBucketPolicyOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetBucketPolicyCommandInput;
|
|
47
|
+
output: GetBucketPolicyCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetBucketPolicyStatusCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetBucketPolicyStatusCommand extends GetBucketPolicyStatusCommand_base {
|
|
40
|
+
export declare class GetBucketPolicyStatusCommand extends GetBucketPolicyStatusCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetBucketPolicyStatusRequest;
|
|
44
|
+
output: GetBucketPolicyStatusOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetBucketPolicyStatusCommandInput;
|
|
48
|
+
output: GetBucketPolicyStatusCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetBucketReplicationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetBucketReplicationCommand extends GetBucketReplicationCommand_base {
|
|
40
|
+
export declare class GetBucketReplicationCommand extends GetBucketReplicationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetBucketReplicationRequest;
|
|
44
|
+
output: GetBucketReplicationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetBucketReplicationCommandInput;
|
|
48
|
+
output: GetBucketReplicationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetBucketRequestPaymentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetBucketRequestPaymentCommand extends GetBucketRequestPaymentCommand_base {
|
|
40
|
+
export declare class GetBucketRequestPaymentCommand extends GetBucketRequestPaymentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetBucketRequestPaymentRequest;
|
|
44
|
+
output: GetBucketRequestPaymentOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetBucketRequestPaymentCommandInput;
|
|
48
|
+
output: GetBucketRequestPaymentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetBucketTaggingCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetBucketTaggingCommand extends GetBucketTaggingCommand_base {
|
|
39
|
+
export declare class GetBucketTaggingCommand extends GetBucketTaggingCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetBucketTaggingRequest;
|
|
43
|
+
output: GetBucketTaggingOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetBucketTaggingCommandInput;
|
|
47
|
+
output: GetBucketTaggingCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetBucketVersioningCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetBucketVersioningCommand extends GetBucketVersioningCommand_base {
|
|
40
|
+
export declare class GetBucketVersioningCommand extends GetBucketVersioningCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetBucketVersioningRequest;
|
|
44
|
+
output: GetBucketVersioningOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetBucketVersioningCommandInput;
|
|
48
|
+
output: GetBucketVersioningCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetBucketWebsiteCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetBucketWebsiteCommand extends GetBucketWebsiteCommand_base {
|
|
39
|
+
export declare class GetBucketWebsiteCommand extends GetBucketWebsiteCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetBucketWebsiteRequest;
|
|
43
|
+
output: GetBucketWebsiteOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetBucketWebsiteCommandInput;
|
|
47
|
+
output: GetBucketWebsiteCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetObjectAclCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetObjectAclCommand extends GetObjectAclCommand_base {
|
|
36
|
+
export declare class GetObjectAclCommand extends GetObjectAclCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetObjectAclRequest;
|
|
40
|
+
output: GetObjectAclOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetObjectAclCommandInput;
|
|
44
|
+
output: GetObjectAclCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetObjectAttributesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetObjectAttributesCommand extends GetObjectAttributesCommand_base {
|
|
40
|
+
export declare class GetObjectAttributesCommand extends GetObjectAttributesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetObjectAttributesRequest;
|
|
44
|
+
output: GetObjectAttributesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetObjectAttributesCommandInput;
|
|
48
|
+
output: GetObjectAttributesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -38,4 +38,15 @@ declare const GetObjectCommand_base: {
|
|
|
38
38
|
>;
|
|
39
39
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
40
40
|
};
|
|
41
|
-
export declare class GetObjectCommand extends GetObjectCommand_base {
|
|
41
|
+
export declare class GetObjectCommand extends GetObjectCommand_base {
|
|
42
|
+
protected static __types: {
|
|
43
|
+
api: {
|
|
44
|
+
input: GetObjectRequest;
|
|
45
|
+
output: GetObjectOutput;
|
|
46
|
+
};
|
|
47
|
+
sdk: {
|
|
48
|
+
input: GetObjectCommandInput;
|
|
49
|
+
output: GetObjectCommandOutput;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetObjectLegalHoldCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetObjectLegalHoldCommand extends GetObjectLegalHoldCommand_base {
|
|
40
|
+
export declare class GetObjectLegalHoldCommand extends GetObjectLegalHoldCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetObjectLegalHoldRequest;
|
|
44
|
+
output: GetObjectLegalHoldOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetObjectLegalHoldCommandInput;
|
|
48
|
+
output: GetObjectLegalHoldCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetObjectLockConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetObjectLockConfigurationCommand extends GetObjectLockConfigurationCommand_base {
|
|
40
|
+
export declare class GetObjectLockConfigurationCommand extends GetObjectLockConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetObjectLockConfigurationRequest;
|
|
44
|
+
output: GetObjectLockConfigurationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetObjectLockConfigurationCommandInput;
|
|
48
|
+
output: GetObjectLockConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetObjectRetentionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetObjectRetentionCommand extends GetObjectRetentionCommand_base {
|
|
40
|
+
export declare class GetObjectRetentionCommand extends GetObjectRetentionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetObjectRetentionRequest;
|
|
44
|
+
output: GetObjectRetentionOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetObjectRetentionCommandInput;
|
|
48
|
+
output: GetObjectRetentionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetObjectTaggingCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetObjectTaggingCommand extends GetObjectTaggingCommand_base {
|
|
39
|
+
export declare class GetObjectTaggingCommand extends GetObjectTaggingCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetObjectTaggingRequest;
|
|
43
|
+
output: GetObjectTaggingOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetObjectTaggingCommandInput;
|
|
47
|
+
output: GetObjectTaggingCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -44,4 +44,15 @@ declare const GetObjectTorrentCommand_base: {
|
|
|
44
44
|
>;
|
|
45
45
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
46
46
|
};
|
|
47
|
-
export declare class GetObjectTorrentCommand extends GetObjectTorrentCommand_base {
|
|
47
|
+
export declare class GetObjectTorrentCommand extends GetObjectTorrentCommand_base {
|
|
48
|
+
protected static __types: {
|
|
49
|
+
api: {
|
|
50
|
+
input: GetObjectTorrentRequest;
|
|
51
|
+
output: GetObjectTorrentOutput;
|
|
52
|
+
};
|
|
53
|
+
sdk: {
|
|
54
|
+
input: GetObjectTorrentCommandInput;
|
|
55
|
+
output: GetObjectTorrentCommandOutput;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetPublicAccessBlockCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetPublicAccessBlockCommand extends GetPublicAccessBlockCommand_base {
|
|
40
|
+
export declare class GetPublicAccessBlockCommand extends GetPublicAccessBlockCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetPublicAccessBlockRequest;
|
|
44
|
+
output: GetPublicAccessBlockOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetPublicAccessBlockCommandInput;
|
|
48
|
+
output: GetPublicAccessBlockCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const HeadBucketCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class HeadBucketCommand extends HeadBucketCommand_base {
|
|
36
|
+
export declare class HeadBucketCommand extends HeadBucketCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: HeadBucketRequest;
|
|
40
|
+
output: HeadBucketOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: HeadBucketCommandInput;
|
|
44
|
+
output: HeadBucketCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const HeadObjectCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class HeadObjectCommand extends HeadObjectCommand_base {
|
|
36
|
+
export declare class HeadObjectCommand extends HeadObjectCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: HeadObjectRequest;
|
|
40
|
+
output: HeadObjectOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: HeadObjectCommandInput;
|
|
44
|
+
output: HeadObjectCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|