@aws-sdk/client-s3 3.296.0 → 3.297.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 (107) hide show
  1. package/dist-cjs/protocols/Aws_restXml.js +88 -436
  2. package/dist-es/protocols/Aws_restXml.js +88 -436
  3. package/dist-types/S3.d.ts +94 -0
  4. package/dist-types/S3Client.d.ts +24 -4
  5. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +16 -0
  6. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +16 -0
  7. package/dist-types/commands/CopyObjectCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateBucketCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteBucketCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteObjectCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteObjectsCommand.d.ts +16 -0
  26. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +16 -0
  27. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +16 -0
  28. package/dist-types/commands/GetBucketAclCommand.d.ts +16 -0
  29. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +16 -0
  30. package/dist-types/commands/GetBucketCorsCommand.d.ts +16 -0
  31. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +16 -0
  32. package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +16 -0
  33. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +16 -0
  34. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +16 -0
  35. package/dist-types/commands/GetBucketLocationCommand.d.ts +16 -0
  36. package/dist-types/commands/GetBucketLoggingCommand.d.ts +16 -0
  37. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +16 -0
  38. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +16 -0
  39. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +16 -0
  40. package/dist-types/commands/GetBucketPolicyCommand.d.ts +16 -0
  41. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +16 -0
  42. package/dist-types/commands/GetBucketReplicationCommand.d.ts +16 -0
  43. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +16 -0
  44. package/dist-types/commands/GetBucketTaggingCommand.d.ts +16 -0
  45. package/dist-types/commands/GetBucketVersioningCommand.d.ts +16 -0
  46. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +16 -0
  47. package/dist-types/commands/GetObjectAclCommand.d.ts +16 -0
  48. package/dist-types/commands/GetObjectAttributesCommand.d.ts +16 -0
  49. package/dist-types/commands/GetObjectCommand.d.ts +16 -0
  50. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +16 -0
  51. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +16 -0
  52. package/dist-types/commands/GetObjectRetentionCommand.d.ts +16 -0
  53. package/dist-types/commands/GetObjectTaggingCommand.d.ts +16 -0
  54. package/dist-types/commands/GetObjectTorrentCommand.d.ts +16 -0
  55. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +16 -0
  56. package/dist-types/commands/HeadBucketCommand.d.ts +16 -0
  57. package/dist-types/commands/HeadObjectCommand.d.ts +16 -0
  58. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +16 -0
  59. package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +16 -0
  61. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +16 -0
  62. package/dist-types/commands/ListBucketsCommand.d.ts +16 -0
  63. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +16 -0
  64. package/dist-types/commands/ListObjectVersionsCommand.d.ts +16 -0
  65. package/dist-types/commands/ListObjectsCommand.d.ts +16 -0
  66. package/dist-types/commands/ListObjectsV2Command.d.ts +16 -0
  67. package/dist-types/commands/ListPartsCommand.d.ts +16 -0
  68. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +16 -0
  69. package/dist-types/commands/PutBucketAclCommand.d.ts +16 -0
  70. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +16 -0
  71. package/dist-types/commands/PutBucketCorsCommand.d.ts +16 -0
  72. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +16 -0
  73. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +16 -0
  74. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +16 -0
  75. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +16 -0
  76. package/dist-types/commands/PutBucketLoggingCommand.d.ts +16 -0
  77. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +16 -0
  78. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +16 -0
  79. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +16 -0
  80. package/dist-types/commands/PutBucketPolicyCommand.d.ts +16 -0
  81. package/dist-types/commands/PutBucketReplicationCommand.d.ts +16 -0
  82. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +16 -0
  83. package/dist-types/commands/PutBucketTaggingCommand.d.ts +16 -0
  84. package/dist-types/commands/PutBucketVersioningCommand.d.ts +16 -0
  85. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +16 -0
  86. package/dist-types/commands/PutObjectAclCommand.d.ts +16 -0
  87. package/dist-types/commands/PutObjectCommand.d.ts +17 -2
  88. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +16 -0
  89. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +16 -0
  90. package/dist-types/commands/PutObjectRetentionCommand.d.ts +16 -0
  91. package/dist-types/commands/PutObjectTaggingCommand.d.ts +16 -0
  92. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +16 -0
  93. package/dist-types/commands/RestoreObjectCommand.d.ts +16 -0
  94. package/dist-types/commands/SelectObjectContentCommand.d.ts +16 -0
  95. package/dist-types/commands/UploadPartCommand.d.ts +17 -2
  96. package/dist-types/commands/UploadPartCopyCommand.d.ts +16 -0
  97. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +17 -2
  98. package/dist-types/models/S3ServiceException.d.ts +2 -0
  99. package/dist-types/models/models_0.d.ts +684 -0
  100. package/dist-types/models/models_1.d.ts +90 -0
  101. package/dist-types/pagination/Interfaces.d.ts +3 -0
  102. package/dist-types/pagination/ListObjectsV2Paginator.d.ts +3 -0
  103. package/dist-types/pagination/ListPartsPaginator.d.ts +3 -0
  104. package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -2
  105. package/dist-types/ts3.4/commands/UploadPartCommand.d.ts +1 -2
  106. package/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +1 -2
  107. package/package.json +3 -3
@@ -105,15 +105,24 @@ import { UploadPartCommandInput, UploadPartCommandOutput } from "./commands/Uplo
105
105
  import { UploadPartCopyCommandInput, UploadPartCopyCommandOutput } from "./commands/UploadPartCopyCommand";
106
106
  import { WriteGetObjectResponseCommandInput, WriteGetObjectResponseCommandOutput } from "./commands/WriteGetObjectResponseCommand";
107
107
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
108
+ /**
109
+ * @public
110
+ */
108
111
  export type ServiceInputTypes = AbortMultipartUploadCommandInput | CompleteMultipartUploadCommandInput | CopyObjectCommandInput | CreateBucketCommandInput | CreateMultipartUploadCommandInput | DeleteBucketAnalyticsConfigurationCommandInput | DeleteBucketCommandInput | DeleteBucketCorsCommandInput | DeleteBucketEncryptionCommandInput | DeleteBucketIntelligentTieringConfigurationCommandInput | DeleteBucketInventoryConfigurationCommandInput | DeleteBucketLifecycleCommandInput | DeleteBucketMetricsConfigurationCommandInput | DeleteBucketOwnershipControlsCommandInput | DeleteBucketPolicyCommandInput | DeleteBucketReplicationCommandInput | DeleteBucketTaggingCommandInput | DeleteBucketWebsiteCommandInput | DeleteObjectCommandInput | DeleteObjectTaggingCommandInput | DeleteObjectsCommandInput | DeletePublicAccessBlockCommandInput | GetBucketAccelerateConfigurationCommandInput | GetBucketAclCommandInput | GetBucketAnalyticsConfigurationCommandInput | GetBucketCorsCommandInput | GetBucketEncryptionCommandInput | GetBucketIntelligentTieringConfigurationCommandInput | GetBucketInventoryConfigurationCommandInput | GetBucketLifecycleConfigurationCommandInput | GetBucketLocationCommandInput | GetBucketLoggingCommandInput | GetBucketMetricsConfigurationCommandInput | GetBucketNotificationConfigurationCommandInput | GetBucketOwnershipControlsCommandInput | GetBucketPolicyCommandInput | GetBucketPolicyStatusCommandInput | GetBucketReplicationCommandInput | GetBucketRequestPaymentCommandInput | GetBucketTaggingCommandInput | GetBucketVersioningCommandInput | GetBucketWebsiteCommandInput | GetObjectAclCommandInput | GetObjectAttributesCommandInput | GetObjectCommandInput | GetObjectLegalHoldCommandInput | GetObjectLockConfigurationCommandInput | GetObjectRetentionCommandInput | GetObjectTaggingCommandInput | GetObjectTorrentCommandInput | GetPublicAccessBlockCommandInput | HeadBucketCommandInput | HeadObjectCommandInput | ListBucketAnalyticsConfigurationsCommandInput | ListBucketIntelligentTieringConfigurationsCommandInput | ListBucketInventoryConfigurationsCommandInput | ListBucketMetricsConfigurationsCommandInput | ListBucketsCommandInput | ListMultipartUploadsCommandInput | ListObjectVersionsCommandInput | ListObjectsCommandInput | ListObjectsV2CommandInput | ListPartsCommandInput | PutBucketAccelerateConfigurationCommandInput | PutBucketAclCommandInput | PutBucketAnalyticsConfigurationCommandInput | PutBucketCorsCommandInput | PutBucketEncryptionCommandInput | PutBucketIntelligentTieringConfigurationCommandInput | PutBucketInventoryConfigurationCommandInput | PutBucketLifecycleConfigurationCommandInput | PutBucketLoggingCommandInput | PutBucketMetricsConfigurationCommandInput | PutBucketNotificationConfigurationCommandInput | PutBucketOwnershipControlsCommandInput | PutBucketPolicyCommandInput | PutBucketReplicationCommandInput | PutBucketRequestPaymentCommandInput | PutBucketTaggingCommandInput | PutBucketVersioningCommandInput | PutBucketWebsiteCommandInput | PutObjectAclCommandInput | PutObjectCommandInput | PutObjectLegalHoldCommandInput | PutObjectLockConfigurationCommandInput | PutObjectRetentionCommandInput | PutObjectTaggingCommandInput | PutPublicAccessBlockCommandInput | RestoreObjectCommandInput | SelectObjectContentCommandInput | UploadPartCommandInput | UploadPartCopyCommandInput | WriteGetObjectResponseCommandInput;
112
+ /**
113
+ * @public
114
+ */
109
115
  export type ServiceOutputTypes = AbortMultipartUploadCommandOutput | CompleteMultipartUploadCommandOutput | CopyObjectCommandOutput | CreateBucketCommandOutput | CreateMultipartUploadCommandOutput | DeleteBucketAnalyticsConfigurationCommandOutput | DeleteBucketCommandOutput | DeleteBucketCorsCommandOutput | DeleteBucketEncryptionCommandOutput | DeleteBucketIntelligentTieringConfigurationCommandOutput | DeleteBucketInventoryConfigurationCommandOutput | DeleteBucketLifecycleCommandOutput | DeleteBucketMetricsConfigurationCommandOutput | DeleteBucketOwnershipControlsCommandOutput | DeleteBucketPolicyCommandOutput | DeleteBucketReplicationCommandOutput | DeleteBucketTaggingCommandOutput | DeleteBucketWebsiteCommandOutput | DeleteObjectCommandOutput | DeleteObjectTaggingCommandOutput | DeleteObjectsCommandOutput | DeletePublicAccessBlockCommandOutput | GetBucketAccelerateConfigurationCommandOutput | GetBucketAclCommandOutput | GetBucketAnalyticsConfigurationCommandOutput | GetBucketCorsCommandOutput | GetBucketEncryptionCommandOutput | GetBucketIntelligentTieringConfigurationCommandOutput | GetBucketInventoryConfigurationCommandOutput | GetBucketLifecycleConfigurationCommandOutput | GetBucketLocationCommandOutput | GetBucketLoggingCommandOutput | GetBucketMetricsConfigurationCommandOutput | GetBucketNotificationConfigurationCommandOutput | GetBucketOwnershipControlsCommandOutput | GetBucketPolicyCommandOutput | GetBucketPolicyStatusCommandOutput | GetBucketReplicationCommandOutput | GetBucketRequestPaymentCommandOutput | GetBucketTaggingCommandOutput | GetBucketVersioningCommandOutput | GetBucketWebsiteCommandOutput | GetObjectAclCommandOutput | GetObjectAttributesCommandOutput | GetObjectCommandOutput | GetObjectLegalHoldCommandOutput | GetObjectLockConfigurationCommandOutput | GetObjectRetentionCommandOutput | GetObjectTaggingCommandOutput | GetObjectTorrentCommandOutput | GetPublicAccessBlockCommandOutput | HeadBucketCommandOutput | HeadObjectCommandOutput | ListBucketAnalyticsConfigurationsCommandOutput | ListBucketIntelligentTieringConfigurationsCommandOutput | ListBucketInventoryConfigurationsCommandOutput | ListBucketMetricsConfigurationsCommandOutput | ListBucketsCommandOutput | ListMultipartUploadsCommandOutput | ListObjectVersionsCommandOutput | ListObjectsCommandOutput | ListObjectsV2CommandOutput | ListPartsCommandOutput | PutBucketAccelerateConfigurationCommandOutput | PutBucketAclCommandOutput | PutBucketAnalyticsConfigurationCommandOutput | PutBucketCorsCommandOutput | PutBucketEncryptionCommandOutput | PutBucketIntelligentTieringConfigurationCommandOutput | PutBucketInventoryConfigurationCommandOutput | PutBucketLifecycleConfigurationCommandOutput | PutBucketLoggingCommandOutput | PutBucketMetricsConfigurationCommandOutput | PutBucketNotificationConfigurationCommandOutput | PutBucketOwnershipControlsCommandOutput | PutBucketPolicyCommandOutput | PutBucketReplicationCommandOutput | PutBucketRequestPaymentCommandOutput | PutBucketTaggingCommandOutput | PutBucketVersioningCommandOutput | PutBucketWebsiteCommandOutput | PutObjectAclCommandOutput | PutObjectCommandOutput | PutObjectLegalHoldCommandOutput | PutObjectLockConfigurationCommandOutput | PutObjectRetentionCommandOutput | PutObjectTaggingCommandOutput | PutPublicAccessBlockCommandOutput | RestoreObjectCommandOutput | SelectObjectContentCommandOutput | UploadPartCommandOutput | UploadPartCopyCommandOutput | WriteGetObjectResponseCommandOutput;
116
+ /**
117
+ * @public
118
+ */
110
119
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
111
120
  /**
112
121
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
113
122
  */
114
123
  requestHandler?: __HttpHandler;
115
124
  /**
116
- * A constructor for a class implementing the {@link __Checksum} interface
125
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
117
126
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
118
127
  * @internal
119
128
  */
@@ -238,7 +247,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
238
247
  */
239
248
  eventStreamSerdeProvider?: __EventStreamSerdeProvider;
240
249
  /**
241
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
250
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
242
251
  */
243
252
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
244
253
  /**
@@ -247,19 +256,30 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
247
256
  */
248
257
  sdkStreamMixin?: __SdkStreamMixinInjector;
249
258
  }
259
+ /**
260
+ * @public
261
+ */
250
262
  type S3ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & S3InputConfig & UserAgentInputConfig & EventStreamSerdeInputConfig & ClientInputEndpointParameters;
251
263
  /**
252
- * The configuration interface of S3Client class constructor that set the region, credentials and other options.
264
+ * @public
265
+ *
266
+ * The configuration interface of S3Client class constructor that set the region, credentials and other options.
253
267
  */
254
268
  export interface S3ClientConfig extends S3ClientConfigType {
255
269
  }
270
+ /**
271
+ * @public
272
+ */
256
273
  type S3ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & S3ResolvedConfig & UserAgentResolvedConfig & EventStreamSerdeResolvedConfig & ClientResolvedEndpointParameters;
257
274
  /**
258
- * The resolved configuration interface of S3Client class. This is resolved and normalized from the {@link S3ClientConfig | constructor configuration interface}.
275
+ * @public
276
+ *
277
+ * The resolved configuration interface of S3Client class. This is resolved and normalized from the {@link S3ClientConfig | constructor configuration interface}.
259
278
  */
260
279
  export interface S3ClientResolvedConfig extends S3ClientResolvedConfigType {
261
280
  }
262
281
  /**
282
+ * @public
263
283
  * <p></p>
264
284
  */
265
285
  export declare class S3Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, S3ClientResolvedConfig> {
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AbortMultipartUploadOutput, AbortMultipartUploadRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AbortMultipartUploadCommand}.
8
10
  */
9
11
  export interface AbortMultipartUploadCommandInput extends AbortMultipartUploadRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AbortMultipartUploadCommand}.
13
17
  */
14
18
  export interface AbortMultipartUploadCommandOutput extends AbortMultipartUploadOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This action aborts a multipart upload. After a multipart upload is aborted, no
18
23
  * additional parts can be uploaded using that upload ID. The storage consumed by any
19
24
  * previously uploaded parts will be freed. However, if any part uploads are currently in
@@ -63,6 +68,8 @@ export interface AbortMultipartUploadCommandOutput extends AbortMultipartUploadO
63
68
  * const response = await client.send(command);
64
69
  * ```
65
70
  *
71
+ * @param AbortMultipartUploadCommandInput - {@link AbortMultipartUploadCommandInput}
72
+ * @returns {@link AbortMultipartUploadCommandOutput}
66
73
  * @see {@link AbortMultipartUploadCommandInput} for command's `input` shape.
67
74
  * @see {@link AbortMultipartUploadCommandOutput} for command's `response` shape.
68
75
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -88,11 +95,20 @@ export interface AbortMultipartUploadCommandOutput extends AbortMultipartUploadO
88
95
  export declare class AbortMultipartUploadCommand extends $Command<AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput, S3ClientResolvedConfig> {
89
96
  readonly input: AbortMultipartUploadCommandInput;
90
97
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
+ /**
99
+ * @public
100
+ */
91
101
  constructor(input: AbortMultipartUploadCommandInput);
92
102
  /**
93
103
  * @internal
94
104
  */
95
105
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput>;
106
+ /**
107
+ * @internal
108
+ */
96
109
  private serialize;
110
+ /**
111
+ * @internal
112
+ */
97
113
  private deserialize;
98
114
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CompleteMultipartUploadOutput, CompleteMultipartUploadRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CompleteMultipartUploadCommand}.
8
10
  */
9
11
  export interface CompleteMultipartUploadCommandInput extends CompleteMultipartUploadRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CompleteMultipartUploadCommand}.
13
17
  */
14
18
  export interface CompleteMultipartUploadCommandOutput extends CompleteMultipartUploadOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Completes a multipart upload by assembling previously uploaded parts.</p>
18
23
  * <p>You first initiate the multipart upload and then upload all parts using the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>
19
24
  * operation. After successfully uploading all relevant parts of an upload, you call this
@@ -135,6 +140,8 @@ export interface CompleteMultipartUploadCommandOutput extends CompleteMultipartU
135
140
  * const response = await client.send(command);
136
141
  * ```
137
142
  *
143
+ * @param CompleteMultipartUploadCommandInput - {@link CompleteMultipartUploadCommandInput}
144
+ * @returns {@link CompleteMultipartUploadCommandOutput}
138
145
  * @see {@link CompleteMultipartUploadCommandInput} for command's `input` shape.
139
146
  * @see {@link CompleteMultipartUploadCommandOutput} for command's `response` shape.
140
147
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -177,11 +184,20 @@ export interface CompleteMultipartUploadCommandOutput extends CompleteMultipartU
177
184
  export declare class CompleteMultipartUploadCommand extends $Command<CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput, S3ClientResolvedConfig> {
178
185
  readonly input: CompleteMultipartUploadCommandInput;
179
186
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
187
+ /**
188
+ * @public
189
+ */
180
190
  constructor(input: CompleteMultipartUploadCommandInput);
181
191
  /**
182
192
  * @internal
183
193
  */
184
194
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput>;
195
+ /**
196
+ * @internal
197
+ */
185
198
  private serialize;
199
+ /**
200
+ * @internal
201
+ */
186
202
  private deserialize;
187
203
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CopyObjectOutput, CopyObjectRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CopyObjectCommand}.
8
10
  */
9
11
  export interface CopyObjectCommandInput extends CopyObjectRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CopyObjectCommand}.
13
17
  */
14
18
  export interface CopyObjectCommandOutput extends CopyObjectOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a copy of an object that is already stored in Amazon S3.</p>
18
23
  * <note>
19
24
  * <p>You can store individual objects of up to 5 TB in Amazon S3. You create a copy of your
@@ -208,6 +213,8 @@ export interface CopyObjectCommandOutput extends CopyObjectOutput, __MetadataBea
208
213
  * const response = await client.send(command);
209
214
  * ```
210
215
  *
216
+ * @param CopyObjectCommandInput - {@link CopyObjectCommandInput}
217
+ * @returns {@link CopyObjectCommandOutput}
211
218
  * @see {@link CopyObjectCommandInput} for command's `input` shape.
212
219
  * @see {@link CopyObjectCommandOutput} for command's `response` shape.
213
220
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -242,11 +249,20 @@ export interface CopyObjectCommandOutput extends CopyObjectOutput, __MetadataBea
242
249
  export declare class CopyObjectCommand extends $Command<CopyObjectCommandInput, CopyObjectCommandOutput, S3ClientResolvedConfig> {
243
250
  readonly input: CopyObjectCommandInput;
244
251
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
252
+ /**
253
+ * @public
254
+ */
245
255
  constructor(input: CopyObjectCommandInput);
246
256
  /**
247
257
  * @internal
248
258
  */
249
259
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CopyObjectCommandInput, CopyObjectCommandOutput>;
260
+ /**
261
+ * @internal
262
+ */
250
263
  private serialize;
264
+ /**
265
+ * @internal
266
+ */
251
267
  private deserialize;
252
268
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateBucketOutput, CreateBucketRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateBucketCommand}.
8
10
  */
9
11
  export interface CreateBucketCommandInput extends CreateBucketRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateBucketCommand}.
13
17
  */
14
18
  export interface CreateBucketCommandOutput extends CreateBucketOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new S3 bucket. To create a bucket, you must register with Amazon S3 and have a
18
23
  * valid Amazon Web Services Access Key ID to authenticate requests. Anonymous requests are never allowed to
19
24
  * create buckets. By creating the bucket, you become the bucket owner.</p>
@@ -170,6 +175,8 @@ export interface CreateBucketCommandOutput extends CreateBucketOutput, __Metadat
170
175
  * const response = await client.send(command);
171
176
  * ```
172
177
  *
178
+ * @param CreateBucketCommandInput - {@link CreateBucketCommandInput}
179
+ * @returns {@link CreateBucketCommandOutput}
173
180
  * @see {@link CreateBucketCommandInput} for command's `input` shape.
174
181
  * @see {@link CreateBucketCommandOutput} for command's `response` shape.
175
182
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -224,11 +231,20 @@ export interface CreateBucketCommandOutput extends CreateBucketOutput, __Metadat
224
231
  export declare class CreateBucketCommand extends $Command<CreateBucketCommandInput, CreateBucketCommandOutput, S3ClientResolvedConfig> {
225
232
  readonly input: CreateBucketCommandInput;
226
233
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
234
+ /**
235
+ * @public
236
+ */
227
237
  constructor(input: CreateBucketCommandInput);
228
238
  /**
229
239
  * @internal
230
240
  */
231
241
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBucketCommandInput, CreateBucketCommandOutput>;
242
+ /**
243
+ * @internal
244
+ */
232
245
  private serialize;
246
+ /**
247
+ * @internal
248
+ */
233
249
  private deserialize;
234
250
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateMultipartUploadOutput, CreateMultipartUploadRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateMultipartUploadCommand}.
8
10
  */
9
11
  export interface CreateMultipartUploadCommandInput extends CreateMultipartUploadRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateMultipartUploadCommand}.
13
17
  */
14
18
  export interface CreateMultipartUploadCommandOutput extends CreateMultipartUploadOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This action initiates a multipart upload and returns an upload ID. This upload ID is
18
23
  * used to associate all of the parts in the specific multipart upload. You specify this
19
24
  * upload ID in each of your subsequent upload part requests (see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>). You also include this
@@ -292,6 +297,8 @@ export interface CreateMultipartUploadCommandOutput extends CreateMultipartUploa
292
297
  * const response = await client.send(command);
293
298
  * ```
294
299
  *
300
+ * @param CreateMultipartUploadCommandInput - {@link CreateMultipartUploadCommandInput}
301
+ * @returns {@link CreateMultipartUploadCommandOutput}
295
302
  * @see {@link CreateMultipartUploadCommandInput} for command's `input` shape.
296
303
  * @see {@link CreateMultipartUploadCommandOutput} for command's `response` shape.
297
304
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -320,11 +327,20 @@ export interface CreateMultipartUploadCommandOutput extends CreateMultipartUploa
320
327
  export declare class CreateMultipartUploadCommand extends $Command<CreateMultipartUploadCommandInput, CreateMultipartUploadCommandOutput, S3ClientResolvedConfig> {
321
328
  readonly input: CreateMultipartUploadCommandInput;
322
329
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
330
+ /**
331
+ * @public
332
+ */
323
333
  constructor(input: CreateMultipartUploadCommandInput);
324
334
  /**
325
335
  * @internal
326
336
  */
327
337
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMultipartUploadCommandInput, CreateMultipartUploadCommandOutput>;
338
+ /**
339
+ * @internal
340
+ */
328
341
  private serialize;
342
+ /**
343
+ * @internal
344
+ */
329
345
  private deserialize;
330
346
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteBucketAnalyticsConfigurationRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteBucketAnalyticsConfigurationCommand}.
8
10
  */
9
11
  export interface DeleteBucketAnalyticsConfigurationCommandInput extends DeleteBucketAnalyticsConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteBucketAnalyticsConfigurationCommand}.
13
17
  */
14
18
  export interface DeleteBucketAnalyticsConfigurationCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an analytics configuration for the bucket (specified by the analytics
18
23
  * configuration ID).</p>
19
24
  * <p>To use this operation, you must have permissions to perform the
@@ -52,6 +57,8 @@ export interface DeleteBucketAnalyticsConfigurationCommandOutput extends __Metad
52
57
  * const response = await client.send(command);
53
58
  * ```
54
59
  *
60
+ * @param DeleteBucketAnalyticsConfigurationCommandInput - {@link DeleteBucketAnalyticsConfigurationCommandInput}
61
+ * @returns {@link DeleteBucketAnalyticsConfigurationCommandOutput}
55
62
  * @see {@link DeleteBucketAnalyticsConfigurationCommandInput} for command's `input` shape.
56
63
  * @see {@link DeleteBucketAnalyticsConfigurationCommandOutput} for command's `response` shape.
57
64
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -61,11 +68,20 @@ export interface DeleteBucketAnalyticsConfigurationCommandOutput extends __Metad
61
68
  export declare class DeleteBucketAnalyticsConfigurationCommand extends $Command<DeleteBucketAnalyticsConfigurationCommandInput, DeleteBucketAnalyticsConfigurationCommandOutput, S3ClientResolvedConfig> {
62
69
  readonly input: DeleteBucketAnalyticsConfigurationCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: DeleteBucketAnalyticsConfigurationCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBucketAnalyticsConfigurationCommandInput, DeleteBucketAnalyticsConfigurationCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteBucketRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteBucketCommand}.
8
10
  */
9
11
  export interface DeleteBucketCommandInput extends DeleteBucketRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteBucketCommand}.
13
17
  */
14
18
  export interface DeleteBucketCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the S3 bucket. All objects (including all object versions and delete markers) in
18
23
  * the bucket must be deleted before the bucket itself can be deleted.</p>
19
24
  * <p class="title">
@@ -41,6 +46,8 @@ export interface DeleteBucketCommandOutput extends __MetadataBearer {
41
46
  * const response = await client.send(command);
42
47
  * ```
43
48
  *
49
+ * @param DeleteBucketCommandInput - {@link DeleteBucketCommandInput}
50
+ * @returns {@link DeleteBucketCommandOutput}
44
51
  * @see {@link DeleteBucketCommandInput} for command's `input` shape.
45
52
  * @see {@link DeleteBucketCommandOutput} for command's `response` shape.
46
53
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -61,11 +68,20 @@ export interface DeleteBucketCommandOutput extends __MetadataBearer {
61
68
  export declare class DeleteBucketCommand extends $Command<DeleteBucketCommandInput, DeleteBucketCommandOutput, S3ClientResolvedConfig> {
62
69
  readonly input: DeleteBucketCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: DeleteBucketCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBucketCommandInput, DeleteBucketCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteBucketCorsRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteBucketCorsCommand}.
8
10
  */
9
11
  export interface DeleteBucketCorsCommandInput extends DeleteBucketCorsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteBucketCorsCommand}.
13
17
  */
14
18
  export interface DeleteBucketCorsCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the <code>cors</code> configuration information set for the bucket.</p>
18
23
  * <p>To use this operation, you must have permission to perform the
19
24
  * <code>s3:PutBucketCORS</code> action. The bucket owner has this permission by default
@@ -45,6 +50,8 @@ export interface DeleteBucketCorsCommandOutput extends __MetadataBearer {
45
50
  * const response = await client.send(command);
46
51
  * ```
47
52
  *
53
+ * @param DeleteBucketCorsCommandInput - {@link DeleteBucketCorsCommandInput}
54
+ * @returns {@link DeleteBucketCorsCommandOutput}
48
55
  * @see {@link DeleteBucketCorsCommandInput} for command's `input` shape.
49
56
  * @see {@link DeleteBucketCorsCommandOutput} for command's `response` shape.
50
57
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -65,11 +72,20 @@ export interface DeleteBucketCorsCommandOutput extends __MetadataBearer {
65
72
  export declare class DeleteBucketCorsCommand extends $Command<DeleteBucketCorsCommandInput, DeleteBucketCorsCommandOutput, S3ClientResolvedConfig> {
66
73
  readonly input: DeleteBucketCorsCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: DeleteBucketCorsCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBucketCorsCommandInput, DeleteBucketCorsCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteBucketEncryptionRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteBucketEncryptionCommand}.
8
10
  */
9
11
  export interface DeleteBucketEncryptionCommandInput extends DeleteBucketEncryptionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteBucketEncryptionCommand}.
13
17
  */
14
18
  export interface DeleteBucketEncryptionCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This implementation of the DELETE action removes default encryption from the bucket.
18
23
  * For information about the Amazon S3 default encryption feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html">Amazon S3 Default Bucket Encryption</a> in the
19
24
  * <i>Amazon S3 User Guide</i>.</p>
@@ -47,6 +52,8 @@ export interface DeleteBucketEncryptionCommandOutput extends __MetadataBearer {
47
52
  * const response = await client.send(command);
48
53
  * ```
49
54
  *
55
+ * @param DeleteBucketEncryptionCommandInput - {@link DeleteBucketEncryptionCommandInput}
56
+ * @returns {@link DeleteBucketEncryptionCommandOutput}
50
57
  * @see {@link DeleteBucketEncryptionCommandInput} for command's `input` shape.
51
58
  * @see {@link DeleteBucketEncryptionCommandOutput} for command's `response` shape.
52
59
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -56,11 +63,20 @@ export interface DeleteBucketEncryptionCommandOutput extends __MetadataBearer {
56
63
  export declare class DeleteBucketEncryptionCommand extends $Command<DeleteBucketEncryptionCommandInput, DeleteBucketEncryptionCommandOutput, S3ClientResolvedConfig> {
57
64
  readonly input: DeleteBucketEncryptionCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: DeleteBucketEncryptionCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBucketEncryptionCommandInput, DeleteBucketEncryptionCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteBucketIntelligentTieringConfigurationRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteBucketIntelligentTieringConfigurationCommand}.
8
10
  */
9
11
  export interface DeleteBucketIntelligentTieringConfigurationCommandInput extends DeleteBucketIntelligentTieringConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteBucketIntelligentTieringConfigurationCommand}.
13
17
  */
14
18
  export interface DeleteBucketIntelligentTieringConfigurationCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the S3 Intelligent-Tiering configuration from the specified bucket.</p>
18
23
  * <p>The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without performance impact or operational overhead. S3 Intelligent-Tiering delivers automatic cost savings in three low latency and high throughput access tiers. To get the lowest storage cost on data that can be accessed in minutes to hours, you can choose to activate additional archiving capabilities.</p>
19
24
  * <p>The S3 Intelligent-Tiering storage class is the ideal storage class for data with unknown, changing, or unpredictable access patterns, independent of object size or retention period. If the size of an object is less than 128 KB, it is not monitored and not eligible for auto-tiering. Smaller objects can be stored, but they are always charged at the Frequent Access tier rates in the S3 Intelligent-Tiering storage class.</p>
@@ -47,6 +52,8 @@ export interface DeleteBucketIntelligentTieringConfigurationCommandOutput extend
47
52
  * const response = await client.send(command);
48
53
  * ```
49
54
  *
55
+ * @param DeleteBucketIntelligentTieringConfigurationCommandInput - {@link DeleteBucketIntelligentTieringConfigurationCommandInput}
56
+ * @returns {@link DeleteBucketIntelligentTieringConfigurationCommandOutput}
50
57
  * @see {@link DeleteBucketIntelligentTieringConfigurationCommandInput} for command's `input` shape.
51
58
  * @see {@link DeleteBucketIntelligentTieringConfigurationCommandOutput} for command's `response` shape.
52
59
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -56,11 +63,20 @@ export interface DeleteBucketIntelligentTieringConfigurationCommandOutput extend
56
63
  export declare class DeleteBucketIntelligentTieringConfigurationCommand extends $Command<DeleteBucketIntelligentTieringConfigurationCommandInput, DeleteBucketIntelligentTieringConfigurationCommandOutput, S3ClientResolvedConfig> {
57
64
  readonly input: DeleteBucketIntelligentTieringConfigurationCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: DeleteBucketIntelligentTieringConfigurationCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBucketIntelligentTieringConfigurationCommandInput, DeleteBucketIntelligentTieringConfigurationCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteBucketInventoryConfigurationRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteBucketInventoryConfigurationCommand}.
8
10
  */
9
11
  export interface DeleteBucketInventoryConfigurationCommandInput extends DeleteBucketInventoryConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteBucketInventoryConfigurationCommand}.
13
17
  */
14
18
  export interface DeleteBucketInventoryConfigurationCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an inventory configuration (identified by the inventory ID) from the
18
23
  * bucket.</p>
19
24
  * <p>To use this operation, you must have permissions to perform the
@@ -50,6 +55,8 @@ export interface DeleteBucketInventoryConfigurationCommandOutput extends __Metad
50
55
  * const response = await client.send(command);
51
56
  * ```
52
57
  *
58
+ * @param DeleteBucketInventoryConfigurationCommandInput - {@link DeleteBucketInventoryConfigurationCommandInput}
59
+ * @returns {@link DeleteBucketInventoryConfigurationCommandOutput}
53
60
  * @see {@link DeleteBucketInventoryConfigurationCommandInput} for command's `input` shape.
54
61
  * @see {@link DeleteBucketInventoryConfigurationCommandOutput} for command's `response` shape.
55
62
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -59,11 +66,20 @@ export interface DeleteBucketInventoryConfigurationCommandOutput extends __Metad
59
66
  export declare class DeleteBucketInventoryConfigurationCommand extends $Command<DeleteBucketInventoryConfigurationCommandInput, DeleteBucketInventoryConfigurationCommandOutput, S3ClientResolvedConfig> {
60
67
  readonly input: DeleteBucketInventoryConfigurationCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: DeleteBucketInventoryConfigurationCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBucketInventoryConfigurationCommandInput, DeleteBucketInventoryConfigurationCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }