@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.
Files changed (209) hide show
  1. package/dist-cjs/index.js +33 -14
  2. package/dist-cjs/runtimeConfig.js +3 -0
  3. package/dist-es/S3Client.js +12 -10
  4. package/dist-es/commands/CreateSessionCommand.js +2 -2
  5. package/dist-es/models/models_0.js +7 -0
  6. package/dist-es/protocols/Aws_restXml.js +8 -0
  7. package/dist-es/runtimeConfig.js +3 -0
  8. package/dist-types/S3Client.d.ts +3 -2
  9. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +11 -0
  10. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +19 -7
  11. package/dist-types/commands/CopyObjectCommand.d.ts +14 -0
  12. package/dist-types/commands/CreateBucketCommand.d.ts +11 -0
  13. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +32 -1
  14. package/dist-types/commands/CreateSessionCommand.d.ts +55 -6
  15. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteBucketCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +50 -12
  19. package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +11 -0
  21. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +11 -0
  22. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +11 -0
  23. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +11 -0
  24. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +11 -0
  25. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +11 -0
  26. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +11 -0
  27. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +11 -0
  28. package/dist-types/commands/DeleteObjectCommand.d.ts +11 -0
  29. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +11 -0
  30. package/dist-types/commands/DeleteObjectsCommand.d.ts +11 -0
  31. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +11 -0
  32. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +11 -0
  33. package/dist-types/commands/GetBucketAclCommand.d.ts +11 -0
  34. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +11 -0
  35. package/dist-types/commands/GetBucketCorsCommand.d.ts +11 -0
  36. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +51 -11
  37. package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +11 -0
  38. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +11 -0
  39. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +11 -0
  40. package/dist-types/commands/GetBucketLocationCommand.d.ts +11 -0
  41. package/dist-types/commands/GetBucketLoggingCommand.d.ts +11 -0
  42. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +11 -0
  43. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +11 -0
  44. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +11 -0
  45. package/dist-types/commands/GetBucketPolicyCommand.d.ts +11 -0
  46. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +11 -0
  47. package/dist-types/commands/GetBucketReplicationCommand.d.ts +11 -0
  48. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +11 -0
  49. package/dist-types/commands/GetBucketTaggingCommand.d.ts +11 -0
  50. package/dist-types/commands/GetBucketVersioningCommand.d.ts +11 -0
  51. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +11 -0
  52. package/dist-types/commands/GetObjectAclCommand.d.ts +11 -0
  53. package/dist-types/commands/GetObjectAttributesCommand.d.ts +19 -2
  54. package/dist-types/commands/GetObjectCommand.d.ts +17 -0
  55. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +11 -0
  56. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +11 -0
  57. package/dist-types/commands/GetObjectRetentionCommand.d.ts +11 -0
  58. package/dist-types/commands/GetObjectTaggingCommand.d.ts +11 -0
  59. package/dist-types/commands/GetObjectTorrentCommand.d.ts +11 -0
  60. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +11 -0
  61. package/dist-types/commands/HeadBucketCommand.d.ts +11 -0
  62. package/dist-types/commands/HeadObjectCommand.d.ts +16 -1
  63. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +11 -0
  64. package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +11 -0
  65. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +11 -0
  66. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +11 -0
  67. package/dist-types/commands/ListBucketsCommand.d.ts +11 -0
  68. package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +11 -0
  69. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +11 -0
  70. package/dist-types/commands/ListObjectVersionsCommand.d.ts +11 -0
  71. package/dist-types/commands/ListObjectsCommand.d.ts +11 -0
  72. package/dist-types/commands/ListObjectsV2Command.d.ts +11 -0
  73. package/dist-types/commands/ListPartsCommand.d.ts +11 -0
  74. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +11 -0
  75. package/dist-types/commands/PutBucketAclCommand.d.ts +11 -0
  76. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +11 -0
  77. package/dist-types/commands/PutBucketCorsCommand.d.ts +11 -0
  78. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +99 -15
  79. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +11 -0
  80. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +11 -0
  81. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +11 -0
  82. package/dist-types/commands/PutBucketLoggingCommand.d.ts +11 -0
  83. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +11 -0
  84. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +11 -0
  85. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +11 -0
  86. package/dist-types/commands/PutBucketPolicyCommand.d.ts +11 -0
  87. package/dist-types/commands/PutBucketReplicationCommand.d.ts +11 -0
  88. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +11 -0
  89. package/dist-types/commands/PutBucketTaggingCommand.d.ts +11 -0
  90. package/dist-types/commands/PutBucketVersioningCommand.d.ts +11 -0
  91. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +11 -0
  92. package/dist-types/commands/PutObjectAclCommand.d.ts +11 -0
  93. package/dist-types/commands/PutObjectCommand.d.ts +14 -0
  94. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +11 -0
  95. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +11 -0
  96. package/dist-types/commands/PutObjectRetentionCommand.d.ts +11 -0
  97. package/dist-types/commands/PutObjectTaggingCommand.d.ts +11 -0
  98. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +11 -0
  99. package/dist-types/commands/RestoreObjectCommand.d.ts +11 -0
  100. package/dist-types/commands/SelectObjectContentCommand.d.ts +11 -0
  101. package/dist-types/commands/UploadPartCommand.d.ts +18 -4
  102. package/dist-types/commands/UploadPartCopyCommand.d.ts +22 -1
  103. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +11 -0
  104. package/dist-types/models/models_0.d.ts +327 -148
  105. package/dist-types/models/models_1.d.ts +73 -79
  106. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  107. package/dist-types/runtimeConfig.d.ts +2 -0
  108. package/dist-types/runtimeConfig.native.d.ts +2 -0
  109. package/dist-types/ts3.4/S3Client.d.ts +6 -0
  110. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +12 -1
  124. package/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +12 -1
  129. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +12 -1
  130. package/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +12 -1
  131. package/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +12 -1
  132. package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +12 -1
  133. package/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +12 -1
  134. package/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +12 -1
  135. package/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +12 -1
  136. package/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +12 -1
  137. package/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +12 -1
  138. package/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +12 -1
  139. package/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +12 -1
  140. package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +12 -1
  141. package/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +12 -1
  142. package/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +12 -1
  143. package/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +12 -1
  144. package/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +12 -1
  145. package/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +12 -1
  146. package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +12 -1
  147. package/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +12 -1
  148. package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +12 -1
  149. package/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +12 -1
  150. package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +12 -1
  151. package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +12 -1
  152. package/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +12 -1
  153. package/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +12 -1
  154. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +12 -1
  155. package/dist-types/ts3.4/commands/GetObjectCommand.d.ts +12 -1
  156. package/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +12 -1
  157. package/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +12 -1
  158. package/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +12 -1
  159. package/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +12 -1
  160. package/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +12 -1
  161. package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +12 -1
  162. package/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +12 -1
  163. package/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +12 -1
  164. package/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +12 -1
  165. package/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +12 -1
  166. package/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +12 -1
  167. package/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +12 -1
  168. package/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +12 -1
  169. package/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +12 -1
  170. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +12 -1
  171. package/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +12 -1
  172. package/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +12 -1
  173. package/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +12 -1
  174. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +12 -1
  175. package/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +12 -1
  176. package/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +12 -1
  177. package/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +12 -1
  178. package/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +12 -1
  179. package/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +12 -1
  180. package/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +12 -1
  181. package/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +12 -1
  182. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +12 -1
  183. package/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +12 -1
  184. package/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +12 -1
  185. package/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +12 -1
  186. package/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +12 -1
  187. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +12 -1
  188. package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +12 -1
  189. package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +12 -1
  190. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +12 -1
  191. package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +12 -1
  192. package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +12 -1
  193. package/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +12 -1
  194. package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +12 -1
  195. package/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +12 -1
  196. package/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +12 -1
  197. package/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +12 -1
  198. package/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +12 -1
  199. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +12 -1
  200. package/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +12 -1
  201. package/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +12 -1
  202. package/dist-types/ts3.4/commands/UploadPartCommand.d.ts +12 -1
  203. package/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +12 -1
  204. package/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +12 -1
  205. package/dist-types/ts3.4/models/models_0.d.ts +11 -0
  206. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +12 -0
  207. package/dist-types/ts3.4/runtimeConfig.d.ts +10 -0
  208. package/dist-types/ts3.4/runtimeConfig.native.d.ts +12 -0
  209. 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;
@@ -48,6 +48,18 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
48
48
  useArnRegion: boolean | import("@smithy/types").Provider<boolean>;
49
49
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
50
50
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
51
+ requestChecksumCalculation?:
52
+ | import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
53
+ | import("@smithy/types").Provider<
54
+ import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
55
+ >
56
+ | undefined;
57
+ responseChecksumValidation?:
58
+ | import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
59
+ | import("@smithy/types").Provider<
60
+ import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
61
+ >
62
+ | undefined;
51
63
  retryStrategy?:
52
64
  | import("@smithy/types").RetryStrategy
53
65
  | import("@smithy/types").RetryStrategyV2
@@ -24,9 +24,19 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
24
24
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
25
25
  md5: __HashConstructor;
26
26
  region: string | import("@aws-sdk/types").Provider<string>;
27
+ requestChecksumCalculation:
28
+ | import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
29
+ | import("@aws-sdk/types").Provider<
30
+ import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
31
+ >;
27
32
  requestHandler:
28
33
  | RequestHandler
29
34
  | import("@smithy/protocol-http").HttpHandler<any>;
35
+ responseChecksumValidation:
36
+ | import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
37
+ | import("@aws-sdk/types").Provider<
38
+ import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
39
+ >;
30
40
  retryMode: string | import("@aws-sdk/types").Provider<string>;
31
41
  sha1: __HashConstructor;
32
42
  sha256: __HashConstructor;
@@ -52,6 +52,18 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
52
52
  useArnRegion: boolean | import("@smithy/types").Provider<boolean>;
53
53
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
54
54
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
55
+ requestChecksumCalculation?:
56
+ | import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
57
+ | import("@smithy/types").Provider<
58
+ import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
59
+ >
60
+ | undefined;
61
+ responseChecksumValidation?:
62
+ | import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
63
+ | import("@smithy/types").Provider<
64
+ import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
65
+ >
66
+ | undefined;
55
67
  retryStrategy?:
56
68
  | import("@smithy/types").RetryStrategy
57
69
  | import("@smithy/types").RetryStrategyV2
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.651.0",
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.650.0",
30
- "@aws-sdk/client-sts": "3.650.0",
31
- "@aws-sdk/core": "3.649.0",
32
- "@aws-sdk/credential-provider-node": "3.650.0",
33
- "@aws-sdk/middleware-bucket-endpoint": "3.649.0",
34
- "@aws-sdk/middleware-expect-continue": "3.649.0",
35
- "@aws-sdk/middleware-flexible-checksums": "3.651.0",
36
- "@aws-sdk/middleware-host-header": "3.649.0",
37
- "@aws-sdk/middleware-location-constraint": "3.649.0",
38
- "@aws-sdk/middleware-logger": "3.649.0",
39
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
40
- "@aws-sdk/middleware-sdk-s3": "3.649.0",
41
- "@aws-sdk/middleware-ssec": "3.649.0",
42
- "@aws-sdk/middleware-user-agent": "3.649.0",
43
- "@aws-sdk/region-config-resolver": "3.649.0",
44
- "@aws-sdk/signature-v4-multi-region": "3.649.0",
45
- "@aws-sdk/types": "3.649.0",
46
- "@aws-sdk/util-endpoints": "3.649.0",
47
- "@aws-sdk/util-user-agent-browser": "3.649.0",
48
- "@aws-sdk/util-user-agent-node": "3.649.0",
49
- "@aws-sdk/xml-builder": "3.649.0",
50
- "@smithy/config-resolver": "^3.0.6",
51
- "@smithy/core": "^2.4.1",
52
- "@smithy/eventstream-serde-browser": "^3.0.7",
53
- "@smithy/eventstream-serde-config-resolver": "^3.0.4",
54
- "@smithy/eventstream-serde-node": "^3.0.6",
55
- "@smithy/fetch-http-handler": "^3.2.5",
56
- "@smithy/hash-blob-browser": "^3.1.3",
57
- "@smithy/hash-node": "^3.0.4",
58
- "@smithy/hash-stream-node": "^3.1.3",
59
- "@smithy/invalid-dependency": "^3.0.4",
60
- "@smithy/md5-js": "^3.0.4",
61
- "@smithy/middleware-content-length": "^3.0.6",
62
- "@smithy/middleware-endpoint": "^3.1.1",
63
- "@smithy/middleware-retry": "^3.0.16",
64
- "@smithy/middleware-serde": "^3.0.4",
65
- "@smithy/middleware-stack": "^3.0.4",
66
- "@smithy/node-config-provider": "^3.1.5",
67
- "@smithy/node-http-handler": "^3.2.0",
68
- "@smithy/protocol-http": "^4.1.1",
69
- "@smithy/smithy-client": "^3.3.0",
70
- "@smithy/types": "^3.4.0",
71
- "@smithy/url-parser": "^3.0.4",
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.16",
76
- "@smithy/util-defaults-mode-node": "^3.0.16",
77
- "@smithy/util-endpoints": "^2.1.0",
78
- "@smithy/util-middleware": "^3.0.4",
79
- "@smithy/util-retry": "^3.0.4",
80
- "@smithy/util-stream": "^3.1.4",
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.3",
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.649.0",
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",