@aws-sdk/client-s3 3.651.1 → 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 +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
|
@@ -33,4 +33,15 @@ declare const RestoreObjectCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class RestoreObjectCommand extends RestoreObjectCommand_base {
|
|
36
|
+
export declare class RestoreObjectCommand extends RestoreObjectCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: RestoreObjectRequest;
|
|
40
|
+
output: RestoreObjectOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: RestoreObjectCommandInput;
|
|
44
|
+
output: RestoreObjectCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const SelectObjectContentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class SelectObjectContentCommand extends SelectObjectContentCommand_base {
|
|
40
|
+
export declare class SelectObjectContentCommand extends SelectObjectContentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: SelectObjectContentRequest;
|
|
44
|
+
output: SelectObjectContentOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: SelectObjectContentCommandInput;
|
|
48
|
+
output: SelectObjectContentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -39,4 +39,15 @@ declare const UploadPartCommand_base: {
|
|
|
39
39
|
>;
|
|
40
40
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
41
41
|
};
|
|
42
|
-
export declare class UploadPartCommand extends UploadPartCommand_base {
|
|
42
|
+
export declare class UploadPartCommand extends UploadPartCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: UploadPartRequest;
|
|
46
|
+
output: UploadPartOutput;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: UploadPartCommandInput;
|
|
50
|
+
output: UploadPartCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UploadPartCopyCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UploadPartCopyCommand extends UploadPartCopyCommand_base {
|
|
39
|
+
export declare class UploadPartCopyCommand extends UploadPartCopyCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UploadPartCopyRequest;
|
|
43
|
+
output: UploadPartCopyOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UploadPartCopyCommandInput;
|
|
47
|
+
output: UploadPartCopyCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -40,4 +40,15 @@ declare const WriteGetObjectResponseCommand_base: {
|
|
|
40
40
|
>;
|
|
41
41
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
42
42
|
};
|
|
43
|
-
export declare class WriteGetObjectResponseCommand extends WriteGetObjectResponseCommand_base {
|
|
43
|
+
export declare class WriteGetObjectResponseCommand extends WriteGetObjectResponseCommand_base {
|
|
44
|
+
protected static __types: {
|
|
45
|
+
api: {
|
|
46
|
+
input: WriteGetObjectResponseRequest;
|
|
47
|
+
output: {};
|
|
48
|
+
};
|
|
49
|
+
sdk: {
|
|
50
|
+
input: WriteGetObjectResponseCommandInput;
|
|
51
|
+
output: WriteGetObjectResponseCommandOutput;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
}
|
|
@@ -411,6 +411,10 @@ export interface SessionCredentials {
|
|
|
411
411
|
Expiration: Date | undefined;
|
|
412
412
|
}
|
|
413
413
|
export interface CreateSessionOutput {
|
|
414
|
+
ServerSideEncryption?: ServerSideEncryption;
|
|
415
|
+
SSEKMSKeyId?: string;
|
|
416
|
+
SSEKMSEncryptionContext?: string;
|
|
417
|
+
BucketKeyEnabled?: boolean;
|
|
414
418
|
Credentials: SessionCredentials | undefined;
|
|
415
419
|
}
|
|
416
420
|
export declare const SessionMode: {
|
|
@@ -421,6 +425,10 @@ export type SessionMode = (typeof SessionMode)[keyof typeof SessionMode];
|
|
|
421
425
|
export interface CreateSessionRequest {
|
|
422
426
|
SessionMode?: SessionMode;
|
|
423
427
|
Bucket: string | undefined;
|
|
428
|
+
ServerSideEncryption?: ServerSideEncryption;
|
|
429
|
+
SSEKMSKeyId?: string;
|
|
430
|
+
SSEKMSEncryptionContext?: string;
|
|
431
|
+
BucketKeyEnabled?: boolean;
|
|
424
432
|
}
|
|
425
433
|
export declare class NoSuchBucket extends __BaseException {
|
|
426
434
|
readonly name: "NoSuchBucket";
|
|
@@ -2089,6 +2097,9 @@ export declare const SessionCredentialsFilterSensitiveLog: (
|
|
|
2089
2097
|
export declare const CreateSessionOutputFilterSensitiveLog: (
|
|
2090
2098
|
obj: CreateSessionOutput
|
|
2091
2099
|
) => any;
|
|
2100
|
+
export declare const CreateSessionRequestFilterSensitiveLog: (
|
|
2101
|
+
obj: CreateSessionRequest
|
|
2102
|
+
) => any;
|
|
2092
2103
|
export declare const ServerSideEncryptionByDefaultFilterSensitiveLog: (
|
|
2093
2104
|
obj: ServerSideEncryptionByDefault
|
|
2094
2105
|
) => any;
|
|
@@ -49,12 +49,16 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
49
49
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
50
50
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
51
51
|
requestChecksumCalculation?:
|
|
52
|
-
|
|
|
53
|
-
| import("@smithy/types").Provider<
|
|
52
|
+
| import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
|
|
53
|
+
| import("@smithy/types").Provider<
|
|
54
|
+
import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
|
|
55
|
+
>
|
|
54
56
|
| undefined;
|
|
55
57
|
responseChecksumValidation?:
|
|
56
|
-
|
|
|
57
|
-
| import("@smithy/types").Provider<
|
|
58
|
+
| import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
|
|
59
|
+
| import("@smithy/types").Provider<
|
|
60
|
+
import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
|
|
61
|
+
>
|
|
58
62
|
| undefined;
|
|
59
63
|
retryStrategy?:
|
|
60
64
|
| import("@smithy/types").RetryStrategy
|
|
@@ -25,14 +25,18 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
25
25
|
md5: __HashConstructor;
|
|
26
26
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
27
27
|
requestChecksumCalculation:
|
|
28
|
-
|
|
|
29
|
-
| import("@aws-sdk/types").Provider<
|
|
28
|
+
| import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
|
|
29
|
+
| import("@aws-sdk/types").Provider<
|
|
30
|
+
import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
|
|
31
|
+
>;
|
|
30
32
|
requestHandler:
|
|
31
33
|
| RequestHandler
|
|
32
34
|
| import("@smithy/protocol-http").HttpHandler<any>;
|
|
33
35
|
responseChecksumValidation:
|
|
34
|
-
|
|
|
35
|
-
| import("@aws-sdk/types").Provider<
|
|
36
|
+
| import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
|
|
37
|
+
| import("@aws-sdk/types").Provider<
|
|
38
|
+
import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
|
|
39
|
+
>;
|
|
36
40
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
37
41
|
sha1: __HashConstructor;
|
|
38
42
|
sha256: __HashConstructor;
|
|
@@ -53,12 +53,16 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
53
53
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
54
54
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
55
55
|
requestChecksumCalculation?:
|
|
56
|
-
|
|
|
57
|
-
| import("@smithy/types").Provider<
|
|
56
|
+
| import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
|
|
57
|
+
| import("@smithy/types").Provider<
|
|
58
|
+
import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
|
|
59
|
+
>
|
|
58
60
|
| undefined;
|
|
59
61
|
responseChecksumValidation?:
|
|
60
|
-
|
|
|
61
|
-
| import("@smithy/types").Provider<
|
|
62
|
+
| import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
|
|
63
|
+
| import("@smithy/types").Provider<
|
|
64
|
+
import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
|
|
65
|
+
>
|
|
62
66
|
| undefined;
|
|
63
67
|
retryStrategy?:
|
|
64
68
|
| import("@smithy/types").RetryStrategy
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.654.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-s3",
|
|
@@ -26,64 +26,64 @@
|
|
|
26
26
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
27
27
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
28
28
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
29
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
30
|
-
"@aws-sdk/client-sts": "3.
|
|
31
|
-
"@aws-sdk/core": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
-
"@aws-sdk/middleware-bucket-endpoint": "3.
|
|
34
|
-
"@aws-sdk/middleware-expect-continue": "3.
|
|
35
|
-
"@aws-sdk/middleware-flexible-checksums": "3.
|
|
36
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
37
|
-
"@aws-sdk/middleware-location-constraint": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
40
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
41
|
-
"@aws-sdk/middleware-ssec": "3.
|
|
42
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
43
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
44
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
45
|
-
"@aws-sdk/types": "3.
|
|
46
|
-
"@aws-sdk/util-endpoints": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/xml-builder": "3.
|
|
50
|
-
"@smithy/config-resolver": "^3.0.
|
|
51
|
-
"@smithy/core": "^2.4.
|
|
52
|
-
"@smithy/eventstream-serde-browser": "^3.0.
|
|
53
|
-
"@smithy/eventstream-serde-config-resolver": "^3.0.
|
|
54
|
-
"@smithy/eventstream-serde-node": "^3.0.
|
|
55
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
56
|
-
"@smithy/hash-blob-browser": "^3.1.
|
|
57
|
-
"@smithy/hash-node": "^3.0.
|
|
58
|
-
"@smithy/hash-stream-node": "^3.1.
|
|
59
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
60
|
-
"@smithy/md5-js": "^3.0.
|
|
61
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
62
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
63
|
-
"@smithy/middleware-retry": "^3.0.
|
|
64
|
-
"@smithy/middleware-serde": "^3.0.
|
|
65
|
-
"@smithy/middleware-stack": "^3.0.
|
|
66
|
-
"@smithy/node-config-provider": "^3.1.
|
|
67
|
-
"@smithy/node-http-handler": "^3.2.
|
|
68
|
-
"@smithy/protocol-http": "^4.1.
|
|
69
|
-
"@smithy/smithy-client": "^3.3.
|
|
70
|
-
"@smithy/types": "^3.4.
|
|
71
|
-
"@smithy/url-parser": "^3.0.
|
|
29
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
30
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
31
|
+
"@aws-sdk/core": "3.654.0",
|
|
32
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
33
|
+
"@aws-sdk/middleware-bucket-endpoint": "3.654.0",
|
|
34
|
+
"@aws-sdk/middleware-expect-continue": "3.654.0",
|
|
35
|
+
"@aws-sdk/middleware-flexible-checksums": "3.654.0",
|
|
36
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
37
|
+
"@aws-sdk/middleware-location-constraint": "3.654.0",
|
|
38
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
39
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
40
|
+
"@aws-sdk/middleware-sdk-s3": "3.654.0",
|
|
41
|
+
"@aws-sdk/middleware-ssec": "3.654.0",
|
|
42
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
43
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
44
|
+
"@aws-sdk/signature-v4-multi-region": "3.654.0",
|
|
45
|
+
"@aws-sdk/types": "3.654.0",
|
|
46
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
49
|
+
"@aws-sdk/xml-builder": "3.654.0",
|
|
50
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
51
|
+
"@smithy/core": "^2.4.3",
|
|
52
|
+
"@smithy/eventstream-serde-browser": "^3.0.9",
|
|
53
|
+
"@smithy/eventstream-serde-config-resolver": "^3.0.6",
|
|
54
|
+
"@smithy/eventstream-serde-node": "^3.0.8",
|
|
55
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
56
|
+
"@smithy/hash-blob-browser": "^3.1.5",
|
|
57
|
+
"@smithy/hash-node": "^3.0.6",
|
|
58
|
+
"@smithy/hash-stream-node": "^3.1.5",
|
|
59
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
60
|
+
"@smithy/md5-js": "^3.0.6",
|
|
61
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
62
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
63
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
64
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
65
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
66
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
67
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
68
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
69
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
70
|
+
"@smithy/types": "^3.4.2",
|
|
71
|
+
"@smithy/url-parser": "^3.0.6",
|
|
72
72
|
"@smithy/util-base64": "^3.0.0",
|
|
73
73
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
74
74
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
75
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
76
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
77
|
-
"@smithy/util-endpoints": "^2.1.
|
|
78
|
-
"@smithy/util-middleware": "^3.0.
|
|
79
|
-
"@smithy/util-retry": "^3.0.
|
|
80
|
-
"@smithy/util-stream": "^3.1.
|
|
75
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
76
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
77
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
78
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
79
|
+
"@smithy/util-retry": "^3.0.6",
|
|
80
|
+
"@smithy/util-stream": "^3.1.6",
|
|
81
81
|
"@smithy/util-utf8": "^3.0.0",
|
|
82
|
-
"@smithy/util-waiter": "^3.1.
|
|
82
|
+
"@smithy/util-waiter": "^3.1.5",
|
|
83
83
|
"tslib": "^2.6.2"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@aws-sdk/signature-v4-crt": "3.
|
|
86
|
+
"@aws-sdk/signature-v4-crt": "3.654.0",
|
|
87
87
|
"@tsconfig/node16": "16.1.3",
|
|
88
88
|
"@types/chai": "^4.2.11",
|
|
89
89
|
"@types/mocha": "^8.0.4",
|