@aws-sdk/client-s3 3.534.0 → 3.536.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 (196) hide show
  1. package/dist-types/S3.d.ts +3 -1
  2. package/dist-types/S3Client.d.ts +1 -1
  3. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +2 -1
  4. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -2
  5. package/dist-types/commands/CopyObjectCommand.d.ts +8 -5
  6. package/dist-types/commands/CreateBucketCommand.d.ts +31 -21
  7. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateSessionCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteBucketCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteObjectCommand.d.ts +8 -6
  23. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteObjectsCommand.d.ts +24 -23
  25. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +2 -1
  26. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +2 -1
  27. package/dist-types/commands/GetBucketAclCommand.d.ts +2 -1
  28. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +2 -1
  29. package/dist-types/commands/GetBucketCorsCommand.d.ts +2 -1
  30. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +2 -1
  31. package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +2 -1
  32. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +2 -1
  33. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +5 -4
  34. package/dist-types/commands/GetBucketLocationCommand.d.ts +2 -1
  35. package/dist-types/commands/GetBucketLoggingCommand.d.ts +2 -1
  36. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +2 -1
  37. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +2 -1
  38. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +2 -1
  39. package/dist-types/commands/GetBucketPolicyCommand.d.ts +2 -1
  40. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +2 -1
  41. package/dist-types/commands/GetBucketReplicationCommand.d.ts +2 -1
  42. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +2 -1
  43. package/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -1
  44. package/dist-types/commands/GetBucketVersioningCommand.d.ts +2 -1
  45. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +2 -1
  46. package/dist-types/commands/GetObjectAclCommand.d.ts +2 -1
  47. package/dist-types/commands/GetObjectAttributesCommand.d.ts +2 -1
  48. package/dist-types/commands/GetObjectCommand.d.ts +21 -20
  49. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +2 -1
  50. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +2 -1
  51. package/dist-types/commands/GetObjectRetentionCommand.d.ts +2 -1
  52. package/dist-types/commands/GetObjectTaggingCommand.d.ts +2 -1
  53. package/dist-types/commands/GetObjectTorrentCommand.d.ts +2 -1
  54. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -1
  55. package/dist-types/commands/HeadBucketCommand.d.ts +3 -2
  56. package/dist-types/commands/HeadObjectCommand.d.ts +2 -1
  57. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +2 -1
  58. package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +2 -1
  59. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +2 -1
  61. package/dist-types/commands/ListBucketsCommand.d.ts +2 -1
  62. package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +2 -1
  63. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +2 -1
  64. package/dist-types/commands/ListObjectVersionsCommand.d.ts +3 -2
  65. package/dist-types/commands/ListObjectsCommand.d.ts +2 -1
  66. package/dist-types/commands/ListObjectsV2Command.d.ts +2 -1
  67. package/dist-types/commands/ListPartsCommand.d.ts +2 -1
  68. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +2 -1
  69. package/dist-types/commands/PutBucketAclCommand.d.ts +2 -1
  70. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +2 -1
  71. package/dist-types/commands/PutBucketCorsCommand.d.ts +2 -1
  72. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +2 -1
  73. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +2 -1
  74. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -1
  75. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +5 -9
  76. package/dist-types/commands/PutBucketLoggingCommand.d.ts +2 -1
  77. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -1
  78. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +2 -1
  79. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +2 -1
  80. package/dist-types/commands/PutBucketPolicyCommand.d.ts +2 -1
  81. package/dist-types/commands/PutBucketReplicationCommand.d.ts +2 -1
  82. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +2 -1
  83. package/dist-types/commands/PutBucketTaggingCommand.d.ts +2 -1
  84. package/dist-types/commands/PutBucketVersioningCommand.d.ts +2 -1
  85. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +2 -1
  86. package/dist-types/commands/PutObjectAclCommand.d.ts +2 -1
  87. package/dist-types/commands/PutObjectCommand.d.ts +45 -44
  88. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +2 -1
  89. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +2 -1
  90. package/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -1
  91. package/dist-types/commands/PutObjectTaggingCommand.d.ts +2 -1
  92. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +2 -1
  93. package/dist-types/commands/RestoreObjectCommand.d.ts +3 -61
  94. package/dist-types/commands/SelectObjectContentCommand.d.ts +2 -1
  95. package/dist-types/commands/UploadPartCommand.d.ts +2 -1
  96. package/dist-types/commands/UploadPartCopyCommand.d.ts +3 -2
  97. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +2 -1
  98. package/dist-types/models/models_0.d.ts +1105 -1099
  99. package/dist-types/models/models_1.d.ts +362 -362
  100. package/dist-types/ts3.4/S3.d.ts +2 -0
  101. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/GetObjectCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +9 -0
  164. package/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +9 -0
  165. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +9 -0
  166. package/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +9 -0
  167. package/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +9 -0
  168. package/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +9 -0
  169. package/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +9 -0
  170. package/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +9 -0
  171. package/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +9 -0
  172. package/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +9 -0
  173. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +9 -0
  174. package/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +9 -0
  175. package/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +9 -0
  176. package/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +9 -0
  177. package/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +9 -0
  178. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +9 -0
  179. package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +9 -0
  180. package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +9 -0
  181. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +9 -0
  182. package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +9 -0
  183. package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +9 -0
  184. package/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +9 -0
  185. package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +9 -0
  186. package/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +9 -0
  187. package/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +9 -0
  188. package/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +9 -0
  189. package/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +9 -0
  190. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +9 -0
  191. package/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +9 -0
  192. package/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +9 -0
  193. package/dist-types/ts3.4/commands/UploadPartCommand.d.ts +9 -0
  194. package/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +9 -0
  195. package/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +9 -0
  196. package/package.json +57 -57
@@ -1183,6 +1183,7 @@ export interface S3 {
1183
1183
  options: __HttpHandlerOptions,
1184
1184
  cb: (err: any, data?: ListBucketMetricsConfigurationsCommandOutput) => void
1185
1185
  ): void;
1186
+ listBuckets(): Promise<ListBucketsCommandOutput>;
1186
1187
  listBuckets(
1187
1188
  args: ListBucketsCommandInput,
1188
1189
  options?: __HttpHandlerOptions
@@ -1196,6 +1197,7 @@ export interface S3 {
1196
1197
  options: __HttpHandlerOptions,
1197
1198
  cb: (err: any, data?: ListBucketsCommandOutput) => void
1198
1199
  ): void;
1200
+ listDirectoryBuckets(): Promise<ListDirectoryBucketsCommandOutput>;
1199
1201
  listDirectoryBuckets(
1200
1202
  args: ListDirectoryBucketsCommandInput,
1201
1203
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const AbortMultipartUploadCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AbortMultipartUploadCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AbortMultipartUploadCommandInput,
32
+ AbortMultipartUploadCommandOutput,
33
+ S3ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AbortMultipartUploadCommand extends AbortMultipartUploadCommand_base {}
@@ -25,6 +25,15 @@ declare const CompleteMultipartUploadCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CompleteMultipartUploadCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CompleteMultipartUploadCommandInput,
32
+ CompleteMultipartUploadCommandOutput,
33
+ S3ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CompleteMultipartUploadCommand extends CompleteMultipartUploadCommand_base {}
@@ -21,6 +21,15 @@ declare const CopyObjectCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CopyObjectCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CopyObjectCommandInput,
28
+ CopyObjectCommandOutput,
29
+ S3ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CopyObjectCommand extends CopyObjectCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateBucketCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateBucketCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateBucketCommandInput,
28
+ CreateBucketCommandOutput,
29
+ S3ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateBucketCommand extends CreateBucketCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateMultipartUploadCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateMultipartUploadCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateMultipartUploadCommandInput,
32
+ CreateMultipartUploadCommandOutput,
33
+ S3ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateMultipartUploadCommand extends CreateMultipartUploadCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateSessionCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateSessionCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateSessionCommandInput,
28
+ CreateSessionCommandOutput,
29
+ S3ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateSessionCommand extends CreateSessionCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteBucketAnalyticsConfigurationCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteBucketAnalyticsConfigurationCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteBucketAnalyticsConfigurationCommandInput,
28
+ DeleteBucketAnalyticsConfigurationCommandOutput,
29
+ S3ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteBucketAnalyticsConfigurationCommand extends DeleteBucketAnalyticsConfigurationCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteBucketCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteBucketCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteBucketCommandInput,
26
+ DeleteBucketCommandOutput,
27
+ S3ClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteBucketCommand extends DeleteBucketCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteBucketCorsCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteBucketCorsCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteBucketCorsCommandInput,
26
+ DeleteBucketCorsCommandOutput,
27
+ S3ClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteBucketCorsCommand extends DeleteBucketCorsCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteBucketEncryptionCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteBucketEncryptionCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteBucketEncryptionCommandInput,
27
+ DeleteBucketEncryptionCommandOutput,
28
+ S3ClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteBucketEncryptionCommand extends DeleteBucketEncryptionCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteBucketIntelligentTieringConfigurationCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteBucketIntelligentTieringConfigurationCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteBucketIntelligentTieringConfigurationCommandInput,
28
+ DeleteBucketIntelligentTieringConfigurationCommandOutput,
29
+ S3ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteBucketIntelligentTieringConfigurationCommand extends DeleteBucketIntelligentTieringConfigurationCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteBucketInventoryConfigurationCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteBucketInventoryConfigurationCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteBucketInventoryConfigurationCommandInput,
28
+ DeleteBucketInventoryConfigurationCommandOutput,
29
+ S3ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteBucketInventoryConfigurationCommand extends DeleteBucketInventoryConfigurationCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteBucketLifecycleCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteBucketLifecycleCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteBucketLifecycleCommandInput,
27
+ DeleteBucketLifecycleCommandOutput,
28
+ S3ClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteBucketLifecycleCommand extends DeleteBucketLifecycleCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteBucketMetricsConfigurationCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteBucketMetricsConfigurationCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteBucketMetricsConfigurationCommandInput,
28
+ DeleteBucketMetricsConfigurationCommandOutput,
29
+ S3ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteBucketMetricsConfigurationCommand extends DeleteBucketMetricsConfigurationCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteBucketOwnershipControlsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteBucketOwnershipControlsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteBucketOwnershipControlsCommandInput,
28
+ DeleteBucketOwnershipControlsCommandOutput,
29
+ S3ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteBucketOwnershipControlsCommand extends DeleteBucketOwnershipControlsCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteBucketPolicyCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteBucketPolicyCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteBucketPolicyCommandInput,
27
+ DeleteBucketPolicyCommandOutput,
28
+ S3ClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteBucketPolicyCommand extends DeleteBucketPolicyCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteBucketReplicationCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteBucketReplicationCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteBucketReplicationCommandInput,
28
+ DeleteBucketReplicationCommandOutput,
29
+ S3ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteBucketReplicationCommand extends DeleteBucketReplicationCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteBucketTaggingCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteBucketTaggingCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteBucketTaggingCommandInput,
27
+ DeleteBucketTaggingCommandOutput,
28
+ S3ClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteBucketTaggingCommand extends DeleteBucketTaggingCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteBucketWebsiteCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteBucketWebsiteCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteBucketWebsiteCommandInput,
27
+ DeleteBucketWebsiteCommandOutput,
28
+ S3ClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteBucketWebsiteCommand extends DeleteBucketWebsiteCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteObjectCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteObjectCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteObjectCommandInput,
28
+ DeleteObjectCommandOutput,
29
+ S3ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteObjectCommand extends DeleteObjectCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteObjectTaggingCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteObjectTaggingCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteObjectTaggingCommandInput,
32
+ DeleteObjectTaggingCommandOutput,
33
+ S3ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteObjectTaggingCommand extends DeleteObjectTaggingCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteObjectsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteObjectsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteObjectsCommandInput,
28
+ DeleteObjectsCommandOutput,
29
+ S3ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteObjectsCommand extends DeleteObjectsCommand_base {}
@@ -21,6 +21,15 @@ declare const DeletePublicAccessBlockCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeletePublicAccessBlockCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeletePublicAccessBlockCommandInput,
28
+ DeletePublicAccessBlockCommandOutput,
29
+ S3ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeletePublicAccessBlockCommand extends DeletePublicAccessBlockCommand_base {}
@@ -25,6 +25,15 @@ declare const GetBucketAccelerateConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetBucketAccelerateConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetBucketAccelerateConfigurationCommandInput,
32
+ GetBucketAccelerateConfigurationCommandOutput,
33
+ S3ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetBucketAccelerateConfigurationCommand extends GetBucketAccelerateConfigurationCommand_base {}
@@ -21,6 +21,15 @@ declare const GetBucketAclCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetBucketAclCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetBucketAclCommandInput,
28
+ GetBucketAclCommandOutput,
29
+ S3ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetBucketAclCommand extends GetBucketAclCommand_base {}
@@ -25,6 +25,15 @@ declare const GetBucketAnalyticsConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetBucketAnalyticsConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetBucketAnalyticsConfigurationCommandInput,
32
+ GetBucketAnalyticsConfigurationCommandOutput,
33
+ S3ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetBucketAnalyticsConfigurationCommand extends GetBucketAnalyticsConfigurationCommand_base {}
@@ -21,6 +21,15 @@ declare const GetBucketCorsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetBucketCorsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetBucketCorsCommandInput,
28
+ GetBucketCorsCommandOutput,
29
+ S3ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetBucketCorsCommand extends GetBucketCorsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetBucketEncryptionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetBucketEncryptionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetBucketEncryptionCommandInput,
32
+ GetBucketEncryptionCommandOutput,
33
+ S3ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetBucketEncryptionCommand extends GetBucketEncryptionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetBucketIntelligentTieringConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetBucketIntelligentTieringConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetBucketIntelligentTieringConfigurationCommandInput,
32
+ GetBucketIntelligentTieringConfigurationCommandOutput,
33
+ S3ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetBucketIntelligentTieringConfigurationCommand extends GetBucketIntelligentTieringConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const GetBucketInventoryConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetBucketInventoryConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetBucketInventoryConfigurationCommandInput,
32
+ GetBucketInventoryConfigurationCommandOutput,
33
+ S3ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetBucketInventoryConfigurationCommand extends GetBucketInventoryConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const GetBucketLifecycleConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetBucketLifecycleConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetBucketLifecycleConfigurationCommandInput,
32
+ GetBucketLifecycleConfigurationCommandOutput,
33
+ S3ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetBucketLifecycleConfigurationCommand extends GetBucketLifecycleConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const GetBucketLocationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetBucketLocationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetBucketLocationCommandInput,
32
+ GetBucketLocationCommandOutput,
33
+ S3ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetBucketLocationCommand extends GetBucketLocationCommand_base {}
@@ -24,6 +24,15 @@ declare const GetBucketLoggingCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetBucketLoggingCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetBucketLoggingCommandInput,
31
+ GetBucketLoggingCommandOutput,
32
+ S3ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetBucketLoggingCommand extends GetBucketLoggingCommand_base {}
@@ -25,6 +25,15 @@ declare const GetBucketMetricsConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetBucketMetricsConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetBucketMetricsConfigurationCommandInput,
32
+ GetBucketMetricsConfigurationCommandOutput,
33
+ S3ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetBucketMetricsConfigurationCommand extends GetBucketMetricsConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const GetBucketNotificationConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetBucketNotificationConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetBucketNotificationConfigurationCommandInput,
32
+ GetBucketNotificationConfigurationCommandOutput,
33
+ S3ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetBucketNotificationConfigurationCommand extends GetBucketNotificationConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const GetBucketOwnershipControlsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetBucketOwnershipControlsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetBucketOwnershipControlsCommandInput,
32
+ GetBucketOwnershipControlsCommandOutput,
33
+ S3ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetBucketOwnershipControlsCommand extends GetBucketOwnershipControlsCommand_base {}
@@ -24,6 +24,15 @@ declare const GetBucketPolicyCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetBucketPolicyCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetBucketPolicyCommandInput,
31
+ GetBucketPolicyCommandOutput,
32
+ S3ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetBucketPolicyCommand extends GetBucketPolicyCommand_base {}