@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
|
@@ -37,4 +37,15 @@ declare const ListBucketAnalyticsConfigurationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListBucketAnalyticsConfigurationsCommand extends ListBucketAnalyticsConfigurationsCommand_base {
|
|
40
|
+
export declare class ListBucketAnalyticsConfigurationsCommand extends ListBucketAnalyticsConfigurationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListBucketAnalyticsConfigurationsRequest;
|
|
44
|
+
output: ListBucketAnalyticsConfigurationsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListBucketAnalyticsConfigurationsCommandInput;
|
|
48
|
+
output: ListBucketAnalyticsConfigurationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListBucketIntelligentTieringConfigurationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListBucketIntelligentTieringConfigurationsCommand extends ListBucketIntelligentTieringConfigurationsCommand_base {
|
|
40
|
+
export declare class ListBucketIntelligentTieringConfigurationsCommand extends ListBucketIntelligentTieringConfigurationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListBucketIntelligentTieringConfigurationsRequest;
|
|
44
|
+
output: ListBucketIntelligentTieringConfigurationsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListBucketIntelligentTieringConfigurationsCommandInput;
|
|
48
|
+
output: ListBucketIntelligentTieringConfigurationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListBucketInventoryConfigurationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListBucketInventoryConfigurationsCommand extends ListBucketInventoryConfigurationsCommand_base {
|
|
40
|
+
export declare class ListBucketInventoryConfigurationsCommand extends ListBucketInventoryConfigurationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListBucketInventoryConfigurationsRequest;
|
|
44
|
+
output: ListBucketInventoryConfigurationsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListBucketInventoryConfigurationsCommandInput;
|
|
48
|
+
output: ListBucketInventoryConfigurationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListBucketMetricsConfigurationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListBucketMetricsConfigurationsCommand extends ListBucketMetricsConfigurationsCommand_base {
|
|
40
|
+
export declare class ListBucketMetricsConfigurationsCommand extends ListBucketMetricsConfigurationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListBucketMetricsConfigurationsRequest;
|
|
44
|
+
output: ListBucketMetricsConfigurationsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListBucketMetricsConfigurationsCommandInput;
|
|
48
|
+
output: ListBucketMetricsConfigurationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListBucketsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListBucketsCommand extends ListBucketsCommand_base {
|
|
36
|
+
export declare class ListBucketsCommand extends ListBucketsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListBucketsRequest;
|
|
40
|
+
output: ListBucketsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListBucketsCommandInput;
|
|
44
|
+
output: ListBucketsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListDirectoryBucketsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListDirectoryBucketsCommand extends ListDirectoryBucketsCommand_base {
|
|
40
|
+
export declare class ListDirectoryBucketsCommand extends ListDirectoryBucketsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDirectoryBucketsRequest;
|
|
44
|
+
output: ListDirectoryBucketsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDirectoryBucketsCommandInput;
|
|
48
|
+
output: ListDirectoryBucketsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListMultipartUploadsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListMultipartUploadsCommand extends ListMultipartUploadsCommand_base {
|
|
40
|
+
export declare class ListMultipartUploadsCommand extends ListMultipartUploadsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListMultipartUploadsRequest;
|
|
44
|
+
output: ListMultipartUploadsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListMultipartUploadsCommandInput;
|
|
48
|
+
output: ListMultipartUploadsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListObjectVersionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListObjectVersionsCommand extends ListObjectVersionsCommand_base {
|
|
40
|
+
export declare class ListObjectVersionsCommand extends ListObjectVersionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListObjectVersionsRequest;
|
|
44
|
+
output: ListObjectVersionsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListObjectVersionsCommandInput;
|
|
48
|
+
output: ListObjectVersionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListObjectsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListObjectsCommand extends ListObjectsCommand_base {
|
|
36
|
+
export declare class ListObjectsCommand extends ListObjectsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListObjectsRequest;
|
|
40
|
+
output: ListObjectsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListObjectsCommandInput;
|
|
44
|
+
output: ListObjectsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListObjectsV2Command_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListObjectsV2Command extends ListObjectsV2Command_base {
|
|
36
|
+
export declare class ListObjectsV2Command extends ListObjectsV2Command_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListObjectsV2Request;
|
|
40
|
+
output: ListObjectsV2Output;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListObjectsV2CommandInput;
|
|
44
|
+
output: ListObjectsV2CommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListPartsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListPartsCommand extends ListPartsCommand_base {
|
|
36
|
+
export declare class ListPartsCommand extends ListPartsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListPartsRequest;
|
|
40
|
+
output: ListPartsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListPartsCommandInput;
|
|
44
|
+
output: ListPartsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PutBucketAccelerateConfigurationCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PutBucketAccelerateConfigurationCommand extends PutBucketAccelerateConfigurationCommand_base {
|
|
36
|
+
export declare class PutBucketAccelerateConfigurationCommand extends PutBucketAccelerateConfigurationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PutBucketAccelerateConfigurationRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PutBucketAccelerateConfigurationCommandInput;
|
|
44
|
+
output: PutBucketAccelerateConfigurationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const PutBucketAclCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class PutBucketAclCommand extends PutBucketAclCommand_base {
|
|
34
|
+
export declare class PutBucketAclCommand extends PutBucketAclCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: PutBucketAclRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: PutBucketAclCommandInput;
|
|
42
|
+
output: PutBucketAclCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PutBucketAnalyticsConfigurationCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PutBucketAnalyticsConfigurationCommand extends PutBucketAnalyticsConfigurationCommand_base {
|
|
36
|
+
export declare class PutBucketAnalyticsConfigurationCommand extends PutBucketAnalyticsConfigurationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PutBucketAnalyticsConfigurationRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PutBucketAnalyticsConfigurationCommandInput;
|
|
44
|
+
output: PutBucketAnalyticsConfigurationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const PutBucketCorsCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class PutBucketCorsCommand extends PutBucketCorsCommand_base {
|
|
34
|
+
export declare class PutBucketCorsCommand extends PutBucketCorsCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: PutBucketCorsRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: PutBucketCorsCommandInput;
|
|
42
|
+
output: PutBucketCorsCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const PutBucketEncryptionCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class PutBucketEncryptionCommand extends PutBucketEncryptionCommand_base {
|
|
35
|
+
export declare class PutBucketEncryptionCommand extends PutBucketEncryptionCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: PutBucketEncryptionRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: PutBucketEncryptionCommandInput;
|
|
43
|
+
output: PutBucketEncryptionCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PutBucketIntelligentTieringConfigurationCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PutBucketIntelligentTieringConfigurationCommand extends PutBucketIntelligentTieringConfigurationCommand_base {
|
|
36
|
+
export declare class PutBucketIntelligentTieringConfigurationCommand extends PutBucketIntelligentTieringConfigurationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PutBucketIntelligentTieringConfigurationRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PutBucketIntelligentTieringConfigurationCommandInput;
|
|
44
|
+
output: PutBucketIntelligentTieringConfigurationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PutBucketInventoryConfigurationCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PutBucketInventoryConfigurationCommand extends PutBucketInventoryConfigurationCommand_base {
|
|
36
|
+
export declare class PutBucketInventoryConfigurationCommand extends PutBucketInventoryConfigurationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PutBucketInventoryConfigurationRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PutBucketInventoryConfigurationCommandInput;
|
|
44
|
+
output: PutBucketInventoryConfigurationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PutBucketLifecycleConfigurationCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PutBucketLifecycleConfigurationCommand extends PutBucketLifecycleConfigurationCommand_base {
|
|
36
|
+
export declare class PutBucketLifecycleConfigurationCommand extends PutBucketLifecycleConfigurationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PutBucketLifecycleConfigurationRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PutBucketLifecycleConfigurationCommandInput;
|
|
44
|
+
output: PutBucketLifecycleConfigurationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const PutBucketLoggingCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class PutBucketLoggingCommand extends PutBucketLoggingCommand_base {
|
|
34
|
+
export declare class PutBucketLoggingCommand extends PutBucketLoggingCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: PutBucketLoggingRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: PutBucketLoggingCommandInput;
|
|
42
|
+
output: PutBucketLoggingCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PutBucketMetricsConfigurationCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PutBucketMetricsConfigurationCommand extends PutBucketMetricsConfigurationCommand_base {
|
|
36
|
+
export declare class PutBucketMetricsConfigurationCommand extends PutBucketMetricsConfigurationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PutBucketMetricsConfigurationRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PutBucketMetricsConfigurationCommandInput;
|
|
44
|
+
output: PutBucketMetricsConfigurationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PutBucketNotificationConfigurationCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PutBucketNotificationConfigurationCommand extends PutBucketNotificationConfigurationCommand_base {
|
|
36
|
+
export declare class PutBucketNotificationConfigurationCommand extends PutBucketNotificationConfigurationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PutBucketNotificationConfigurationRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PutBucketNotificationConfigurationCommandInput;
|
|
44
|
+
output: PutBucketNotificationConfigurationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PutBucketOwnershipControlsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PutBucketOwnershipControlsCommand extends PutBucketOwnershipControlsCommand_base {
|
|
36
|
+
export declare class PutBucketOwnershipControlsCommand extends PutBucketOwnershipControlsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PutBucketOwnershipControlsRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PutBucketOwnershipControlsCommandInput;
|
|
44
|
+
output: PutBucketOwnershipControlsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const PutBucketPolicyCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class PutBucketPolicyCommand extends PutBucketPolicyCommand_base {
|
|
34
|
+
export declare class PutBucketPolicyCommand extends PutBucketPolicyCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: PutBucketPolicyRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: PutBucketPolicyCommandInput;
|
|
42
|
+
output: PutBucketPolicyCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const PutBucketReplicationCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class PutBucketReplicationCommand extends PutBucketReplicationCommand_base {
|
|
35
|
+
export declare class PutBucketReplicationCommand extends PutBucketReplicationCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: PutBucketReplicationRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: PutBucketReplicationCommandInput;
|
|
43
|
+
output: PutBucketReplicationCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PutBucketRequestPaymentCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PutBucketRequestPaymentCommand extends PutBucketRequestPaymentCommand_base {
|
|
36
|
+
export declare class PutBucketRequestPaymentCommand extends PutBucketRequestPaymentCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PutBucketRequestPaymentRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PutBucketRequestPaymentCommandInput;
|
|
44
|
+
output: PutBucketRequestPaymentCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const PutBucketTaggingCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class PutBucketTaggingCommand extends PutBucketTaggingCommand_base {
|
|
34
|
+
export declare class PutBucketTaggingCommand extends PutBucketTaggingCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: PutBucketTaggingRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: PutBucketTaggingCommandInput;
|
|
42
|
+
output: PutBucketTaggingCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const PutBucketVersioningCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class PutBucketVersioningCommand extends PutBucketVersioningCommand_base {
|
|
35
|
+
export declare class PutBucketVersioningCommand extends PutBucketVersioningCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: PutBucketVersioningRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: PutBucketVersioningCommandInput;
|
|
43
|
+
output: PutBucketVersioningCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const PutBucketWebsiteCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class PutBucketWebsiteCommand extends PutBucketWebsiteCommand_base {
|
|
34
|
+
export declare class PutBucketWebsiteCommand extends PutBucketWebsiteCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: PutBucketWebsiteRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: PutBucketWebsiteCommandInput;
|
|
42
|
+
output: PutBucketWebsiteCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PutObjectAclCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PutObjectAclCommand extends PutObjectAclCommand_base {
|
|
36
|
+
export declare class PutObjectAclCommand extends PutObjectAclCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PutObjectAclRequest;
|
|
40
|
+
output: PutObjectAclOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PutObjectAclCommandInput;
|
|
44
|
+
output: PutObjectAclCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -39,4 +39,15 @@ declare const PutObjectCommand_base: {
|
|
|
39
39
|
>;
|
|
40
40
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
41
41
|
};
|
|
42
|
-
export declare class PutObjectCommand extends PutObjectCommand_base {
|
|
42
|
+
export declare class PutObjectCommand extends PutObjectCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: PutObjectRequest;
|
|
46
|
+
output: PutObjectOutput;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: PutObjectCommandInput;
|
|
50
|
+
output: PutObjectCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const PutObjectLegalHoldCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class PutObjectLegalHoldCommand extends PutObjectLegalHoldCommand_base {
|
|
40
|
+
export declare class PutObjectLegalHoldCommand extends PutObjectLegalHoldCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PutObjectLegalHoldRequest;
|
|
44
|
+
output: PutObjectLegalHoldOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PutObjectLegalHoldCommandInput;
|
|
48
|
+
output: PutObjectLegalHoldCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const PutObjectLockConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class PutObjectLockConfigurationCommand extends PutObjectLockConfigurationCommand_base {
|
|
40
|
+
export declare class PutObjectLockConfigurationCommand extends PutObjectLockConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PutObjectLockConfigurationRequest;
|
|
44
|
+
output: PutObjectLockConfigurationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PutObjectLockConfigurationCommandInput;
|
|
48
|
+
output: PutObjectLockConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const PutObjectRetentionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class PutObjectRetentionCommand extends PutObjectRetentionCommand_base {
|
|
40
|
+
export declare class PutObjectRetentionCommand extends PutObjectRetentionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PutObjectRetentionRequest;
|
|
44
|
+
output: PutObjectRetentionOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PutObjectRetentionCommandInput;
|
|
48
|
+
output: PutObjectRetentionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const PutObjectTaggingCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class PutObjectTaggingCommand extends PutObjectTaggingCommand_base {
|
|
39
|
+
export declare class PutObjectTaggingCommand extends PutObjectTaggingCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: PutObjectTaggingRequest;
|
|
43
|
+
output: PutObjectTaggingOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: PutObjectTaggingCommandInput;
|
|
47
|
+
output: PutObjectTaggingCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const PutPublicAccessBlockCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class PutPublicAccessBlockCommand extends PutPublicAccessBlockCommand_base {
|
|
35
|
+
export declare class PutPublicAccessBlockCommand extends PutPublicAccessBlockCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: PutPublicAccessBlockRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: PutPublicAccessBlockCommandInput;
|
|
43
|
+
output: PutPublicAccessBlockCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|