@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
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListObjectVersionsOutput, ListObjectVersionsRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListObjectVersionsCommand}.
8
10
  */
9
11
  export interface ListObjectVersionsCommandInput extends ListObjectVersionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListObjectVersionsCommand}.
13
17
  */
14
18
  export interface ListObjectVersionsCommandOutput extends ListObjectVersionsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns metadata about all versions of the objects in a bucket. You can also use request
18
23
  * parameters as selection criteria to return metadata about a subset of all the object
19
24
  * versions.</p>
@@ -63,6 +68,8 @@ export interface ListObjectVersionsCommandOutput extends ListObjectVersionsOutpu
63
68
  * const response = await client.send(command);
64
69
  * ```
65
70
  *
71
+ * @param ListObjectVersionsCommandInput - {@link ListObjectVersionsCommandInput}
72
+ * @returns {@link ListObjectVersionsCommandOutput}
66
73
  * @see {@link ListObjectVersionsCommandInput} for command's `input` shape.
67
74
  * @see {@link ListObjectVersionsCommandOutput} for command's `response` shape.
68
75
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -116,11 +123,20 @@ export interface ListObjectVersionsCommandOutput extends ListObjectVersionsOutpu
116
123
  export declare class ListObjectVersionsCommand extends $Command<ListObjectVersionsCommandInput, ListObjectVersionsCommandOutput, S3ClientResolvedConfig> {
117
124
  readonly input: ListObjectVersionsCommandInput;
118
125
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
126
+ /**
127
+ * @public
128
+ */
119
129
  constructor(input: ListObjectVersionsCommandInput);
120
130
  /**
121
131
  * @internal
122
132
  */
123
133
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListObjectVersionsCommandInput, ListObjectVersionsCommandOutput>;
134
+ /**
135
+ * @internal
136
+ */
124
137
  private serialize;
138
+ /**
139
+ * @internal
140
+ */
125
141
  private deserialize;
126
142
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListObjectsOutput, ListObjectsRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListObjectsCommand}.
8
10
  */
9
11
  export interface ListObjectsCommandInput extends ListObjectsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListObjectsCommand}.
13
17
  */
14
18
  export interface ListObjectsCommandOutput extends ListObjectsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns some or all (up to 1,000) of the objects in a bucket. You can use the request
18
23
  * parameters as selection criteria to return a subset of the objects in a bucket. A 200 OK
19
24
  * response can contain valid or invalid XML. Be sure to design your application to parse the
@@ -60,6 +65,8 @@ export interface ListObjectsCommandOutput extends ListObjectsOutput, __MetadataB
60
65
  * const response = await client.send(command);
61
66
  * ```
62
67
  *
68
+ * @param ListObjectsCommandInput - {@link ListObjectsCommandInput}
69
+ * @returns {@link ListObjectsCommandOutput}
63
70
  * @see {@link ListObjectsCommandInput} for command's `input` shape.
64
71
  * @see {@link ListObjectsCommandOutput} for command's `response` shape.
65
72
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -113,11 +120,20 @@ export interface ListObjectsCommandOutput extends ListObjectsOutput, __MetadataB
113
120
  export declare class ListObjectsCommand extends $Command<ListObjectsCommandInput, ListObjectsCommandOutput, S3ClientResolvedConfig> {
114
121
  readonly input: ListObjectsCommandInput;
115
122
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
123
+ /**
124
+ * @public
125
+ */
116
126
  constructor(input: ListObjectsCommandInput);
117
127
  /**
118
128
  * @internal
119
129
  */
120
130
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListObjectsCommandInput, ListObjectsCommandOutput>;
131
+ /**
132
+ * @internal
133
+ */
121
134
  private serialize;
135
+ /**
136
+ * @internal
137
+ */
122
138
  private deserialize;
123
139
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListObjectsV2Output, ListObjectsV2Request } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListObjectsV2Command}.
8
10
  */
9
11
  export interface ListObjectsV2CommandInput extends ListObjectsV2Request {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListObjectsV2Command}.
13
17
  */
14
18
  export interface ListObjectsV2CommandOutput extends ListObjectsV2Output, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns some or all (up to 1,000) of the objects in a bucket with each request. You can use
18
23
  * the request parameters as selection criteria to return a subset of the objects in a bucket. A
19
24
  * <code>200 OK</code> response can contain valid or invalid XML. Make sure to design your
@@ -62,6 +67,8 @@ export interface ListObjectsV2CommandOutput extends ListObjectsV2Output, __Metad
62
67
  * const response = await client.send(command);
63
68
  * ```
64
69
  *
70
+ * @param ListObjectsV2CommandInput - {@link ListObjectsV2CommandInput}
71
+ * @returns {@link ListObjectsV2CommandOutput}
65
72
  * @see {@link ListObjectsV2CommandInput} for command's `input` shape.
66
73
  * @see {@link ListObjectsV2CommandOutput} for command's `response` shape.
67
74
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -112,11 +119,20 @@ export interface ListObjectsV2CommandOutput extends ListObjectsV2Output, __Metad
112
119
  export declare class ListObjectsV2Command extends $Command<ListObjectsV2CommandInput, ListObjectsV2CommandOutput, S3ClientResolvedConfig> {
113
120
  readonly input: ListObjectsV2CommandInput;
114
121
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
122
+ /**
123
+ * @public
124
+ */
115
125
  constructor(input: ListObjectsV2CommandInput);
116
126
  /**
117
127
  * @internal
118
128
  */
119
129
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListObjectsV2CommandInput, ListObjectsV2CommandOutput>;
130
+ /**
131
+ * @internal
132
+ */
120
133
  private serialize;
134
+ /**
135
+ * @internal
136
+ */
121
137
  private deserialize;
122
138
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListPartsOutput, ListPartsRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListPartsCommand}.
8
10
  */
9
11
  export interface ListPartsCommandInput extends ListPartsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListPartsCommand}.
13
17
  */
14
18
  export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the parts that have been uploaded for a specific multipart upload. This operation
18
23
  * must include the upload ID, which you obtain by sending the initiate multipart upload
19
24
  * request (see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateMultipartUpload.html">CreateMultipartUpload</a>).
@@ -74,6 +79,8 @@ export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBeare
74
79
  * const response = await client.send(command);
75
80
  * ```
76
81
  *
82
+ * @param ListPartsCommandInput - {@link ListPartsCommandInput}
83
+ * @returns {@link ListPartsCommandOutput}
77
84
  * @see {@link ListPartsCommandInput} for command's `input` shape.
78
85
  * @see {@link ListPartsCommandOutput} for command's `response` shape.
79
86
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -123,11 +130,20 @@ export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBeare
123
130
  export declare class ListPartsCommand extends $Command<ListPartsCommandInput, ListPartsCommandOutput, S3ClientResolvedConfig> {
124
131
  readonly input: ListPartsCommandInput;
125
132
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
133
+ /**
134
+ * @public
135
+ */
126
136
  constructor(input: ListPartsCommandInput);
127
137
  /**
128
138
  * @internal
129
139
  */
130
140
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPartsCommandInput, ListPartsCommandOutput>;
141
+ /**
142
+ * @internal
143
+ */
131
144
  private serialize;
145
+ /**
146
+ * @internal
147
+ */
132
148
  private deserialize;
133
149
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PutBucketAccelerateConfigurationRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutBucketAccelerateConfigurationCommand}.
8
10
  */
9
11
  export interface PutBucketAccelerateConfigurationCommandInput extends PutBucketAccelerateConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutBucketAccelerateConfigurationCommand}.
13
17
  */
14
18
  export interface PutBucketAccelerateConfigurationCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Sets the accelerate configuration of an existing bucket. Amazon S3 Transfer Acceleration is a
18
23
  * bucket-level feature that enables you to perform faster data transfers to Amazon S3.</p>
19
24
  * <p> To use this operation, you must have permission to perform the
@@ -62,6 +67,8 @@ export interface PutBucketAccelerateConfigurationCommandOutput extends __Metadat
62
67
  * const response = await client.send(command);
63
68
  * ```
64
69
  *
70
+ * @param PutBucketAccelerateConfigurationCommandInput - {@link PutBucketAccelerateConfigurationCommandInput}
71
+ * @returns {@link PutBucketAccelerateConfigurationCommandOutput}
65
72
  * @see {@link PutBucketAccelerateConfigurationCommandInput} for command's `input` shape.
66
73
  * @see {@link PutBucketAccelerateConfigurationCommandOutput} for command's `response` shape.
67
74
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -71,11 +78,20 @@ export interface PutBucketAccelerateConfigurationCommandOutput extends __Metadat
71
78
  export declare class PutBucketAccelerateConfigurationCommand extends $Command<PutBucketAccelerateConfigurationCommandInput, PutBucketAccelerateConfigurationCommandOutput, S3ClientResolvedConfig> {
72
79
  readonly input: PutBucketAccelerateConfigurationCommandInput;
73
80
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
+ /**
82
+ * @public
83
+ */
74
84
  constructor(input: PutBucketAccelerateConfigurationCommandInput);
75
85
  /**
76
86
  * @internal
77
87
  */
78
88
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutBucketAccelerateConfigurationCommandInput, PutBucketAccelerateConfigurationCommandOutput>;
89
+ /**
90
+ * @internal
91
+ */
79
92
  private serialize;
93
+ /**
94
+ * @internal
95
+ */
80
96
  private deserialize;
81
97
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PutBucketAclRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutBucketAclCommand}.
8
10
  */
9
11
  export interface PutBucketAclCommandInput extends PutBucketAclRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutBucketAclCommand}.
13
17
  */
14
18
  export interface PutBucketAclCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Sets the permissions on an existing bucket using access control lists (ACL). For more
18
23
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3_ACLs_UsingACLs.html">Using ACLs</a>. To set
19
24
  * the ACL of a bucket, you must have <code>WRITE_ACP</code> permission.</p>
@@ -213,6 +218,8 @@ export interface PutBucketAclCommandOutput extends __MetadataBearer {
213
218
  * const response = await client.send(command);
214
219
  * ```
215
220
  *
221
+ * @param PutBucketAclCommandInput - {@link PutBucketAclCommandInput}
222
+ * @returns {@link PutBucketAclCommandOutput}
216
223
  * @see {@link PutBucketAclCommandInput} for command's `input` shape.
217
224
  * @see {@link PutBucketAclCommandOutput} for command's `response` shape.
218
225
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -235,11 +242,20 @@ export interface PutBucketAclCommandOutput extends __MetadataBearer {
235
242
  export declare class PutBucketAclCommand extends $Command<PutBucketAclCommandInput, PutBucketAclCommandOutput, S3ClientResolvedConfig> {
236
243
  readonly input: PutBucketAclCommandInput;
237
244
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
245
+ /**
246
+ * @public
247
+ */
238
248
  constructor(input: PutBucketAclCommandInput);
239
249
  /**
240
250
  * @internal
241
251
  */
242
252
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutBucketAclCommandInput, PutBucketAclCommandOutput>;
253
+ /**
254
+ * @internal
255
+ */
243
256
  private serialize;
257
+ /**
258
+ * @internal
259
+ */
244
260
  private deserialize;
245
261
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PutBucketAnalyticsConfigurationRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutBucketAnalyticsConfigurationCommand}.
8
10
  */
9
11
  export interface PutBucketAnalyticsConfigurationCommandInput extends PutBucketAnalyticsConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutBucketAnalyticsConfigurationCommand}.
13
17
  */
14
18
  export interface PutBucketAnalyticsConfigurationCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Sets an analytics configuration for the bucket (specified by the analytics configuration
18
23
  * ID). You can have up to 1,000 analytics configurations per bucket.</p>
19
24
  * <p>You can choose to have storage class analysis export analysis reports sent to a
@@ -129,6 +134,8 @@ export interface PutBucketAnalyticsConfigurationCommandOutput extends __Metadata
129
134
  * const response = await client.send(command);
130
135
  * ```
131
136
  *
137
+ * @param PutBucketAnalyticsConfigurationCommandInput - {@link PutBucketAnalyticsConfigurationCommandInput}
138
+ * @returns {@link PutBucketAnalyticsConfigurationCommandOutput}
132
139
  * @see {@link PutBucketAnalyticsConfigurationCommandInput} for command's `input` shape.
133
140
  * @see {@link PutBucketAnalyticsConfigurationCommandOutput} for command's `response` shape.
134
141
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -138,11 +145,20 @@ export interface PutBucketAnalyticsConfigurationCommandOutput extends __Metadata
138
145
  export declare class PutBucketAnalyticsConfigurationCommand extends $Command<PutBucketAnalyticsConfigurationCommandInput, PutBucketAnalyticsConfigurationCommandOutput, S3ClientResolvedConfig> {
139
146
  readonly input: PutBucketAnalyticsConfigurationCommandInput;
140
147
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
148
+ /**
149
+ * @public
150
+ */
141
151
  constructor(input: PutBucketAnalyticsConfigurationCommandInput);
142
152
  /**
143
153
  * @internal
144
154
  */
145
155
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutBucketAnalyticsConfigurationCommandInput, PutBucketAnalyticsConfigurationCommandOutput>;
156
+ /**
157
+ * @internal
158
+ */
146
159
  private serialize;
160
+ /**
161
+ * @internal
162
+ */
147
163
  private deserialize;
148
164
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PutBucketCorsRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutBucketCorsCommand}.
8
10
  */
9
11
  export interface PutBucketCorsCommandInput extends PutBucketCorsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutBucketCorsCommand}.
13
17
  */
14
18
  export interface PutBucketCorsCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Sets the <code>cors</code> configuration for your bucket. If the configuration exists,
18
23
  * Amazon S3 replaces it.</p>
19
24
  * <p>To use this operation, you must be allowed to perform the <code>s3:PutBucketCORS</code>
@@ -80,6 +85,8 @@ export interface PutBucketCorsCommandOutput extends __MetadataBearer {
80
85
  * const response = await client.send(command);
81
86
  * ```
82
87
  *
88
+ * @param PutBucketCorsCommandInput - {@link PutBucketCorsCommandInput}
89
+ * @returns {@link PutBucketCorsCommandOutput}
83
90
  * @see {@link PutBucketCorsCommandInput} for command's `input` shape.
84
91
  * @see {@link PutBucketCorsCommandOutput} for command's `response` shape.
85
92
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -134,11 +141,20 @@ export interface PutBucketCorsCommandOutput extends __MetadataBearer {
134
141
  export declare class PutBucketCorsCommand extends $Command<PutBucketCorsCommandInput, PutBucketCorsCommandOutput, S3ClientResolvedConfig> {
135
142
  readonly input: PutBucketCorsCommandInput;
136
143
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
144
+ /**
145
+ * @public
146
+ */
137
147
  constructor(input: PutBucketCorsCommandInput);
138
148
  /**
139
149
  * @internal
140
150
  */
141
151
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutBucketCorsCommandInput, PutBucketCorsCommandOutput>;
152
+ /**
153
+ * @internal
154
+ */
142
155
  private serialize;
156
+ /**
157
+ * @internal
158
+ */
143
159
  private deserialize;
144
160
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PutBucketEncryptionRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutBucketEncryptionCommand}.
8
10
  */
9
11
  export interface PutBucketEncryptionCommandInput extends PutBucketEncryptionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutBucketEncryptionCommand}.
13
17
  */
14
18
  export interface PutBucketEncryptionCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This action uses the <code>encryption</code> subresource to configure default
18
23
  * encryption and Amazon S3 Bucket Key for an existing bucket.</p>
19
24
  * <p>Default encryption for a bucket can use server-side encryption with Amazon S3-managed keys
@@ -58,6 +63,8 @@ export interface PutBucketEncryptionCommandOutput extends __MetadataBearer {
58
63
  * const response = await client.send(command);
59
64
  * ```
60
65
  *
66
+ * @param PutBucketEncryptionCommandInput - {@link PutBucketEncryptionCommandInput}
67
+ * @returns {@link PutBucketEncryptionCommandOutput}
61
68
  * @see {@link PutBucketEncryptionCommandInput} for command's `input` shape.
62
69
  * @see {@link PutBucketEncryptionCommandOutput} for command's `response` shape.
63
70
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -67,11 +74,20 @@ export interface PutBucketEncryptionCommandOutput extends __MetadataBearer {
67
74
  export declare class PutBucketEncryptionCommand extends $Command<PutBucketEncryptionCommandInput, PutBucketEncryptionCommandOutput, S3ClientResolvedConfig> {
68
75
  readonly input: PutBucketEncryptionCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: PutBucketEncryptionCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutBucketEncryptionCommandInput, PutBucketEncryptionCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PutBucketIntelligentTieringConfigurationRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutBucketIntelligentTieringConfigurationCommand}.
8
10
  */
9
11
  export interface PutBucketIntelligentTieringConfigurationCommandInput extends PutBucketIntelligentTieringConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutBucketIntelligentTieringConfigurationCommand}.
13
17
  */
14
18
  export interface PutBucketIntelligentTieringConfigurationCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Puts a S3 Intelligent-Tiering configuration to the specified bucket.
18
23
  * You can have up to 1,000 S3 Intelligent-Tiering configurations per bucket.</p>
19
24
  * <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>
@@ -106,6 +111,8 @@ export interface PutBucketIntelligentTieringConfigurationCommandOutput extends _
106
111
  * const response = await client.send(command);
107
112
  * ```
108
113
  *
114
+ * @param PutBucketIntelligentTieringConfigurationCommandInput - {@link PutBucketIntelligentTieringConfigurationCommandInput}
115
+ * @returns {@link PutBucketIntelligentTieringConfigurationCommandOutput}
109
116
  * @see {@link PutBucketIntelligentTieringConfigurationCommandInput} for command's `input` shape.
110
117
  * @see {@link PutBucketIntelligentTieringConfigurationCommandOutput} for command's `response` shape.
111
118
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -115,11 +122,20 @@ export interface PutBucketIntelligentTieringConfigurationCommandOutput extends _
115
122
  export declare class PutBucketIntelligentTieringConfigurationCommand extends $Command<PutBucketIntelligentTieringConfigurationCommandInput, PutBucketIntelligentTieringConfigurationCommandOutput, S3ClientResolvedConfig> {
116
123
  readonly input: PutBucketIntelligentTieringConfigurationCommandInput;
117
124
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
125
+ /**
126
+ * @public
127
+ */
118
128
  constructor(input: PutBucketIntelligentTieringConfigurationCommandInput);
119
129
  /**
120
130
  * @internal
121
131
  */
122
132
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutBucketIntelligentTieringConfigurationCommandInput, PutBucketIntelligentTieringConfigurationCommandOutput>;
133
+ /**
134
+ * @internal
135
+ */
123
136
  private serialize;
137
+ /**
138
+ * @internal
139
+ */
124
140
  private deserialize;
125
141
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PutBucketInventoryConfigurationRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutBucketInventoryConfigurationCommand}.
8
10
  */
9
11
  export interface PutBucketInventoryConfigurationCommandInput extends PutBucketInventoryConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutBucketInventoryConfigurationCommand}.
13
17
  */
14
18
  export interface PutBucketInventoryConfigurationCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This implementation of the <code>PUT</code> action adds an inventory configuration
18
23
  * (identified by the inventory ID) to the bucket. You can have up to 1,000 inventory
19
24
  * configurations per bucket. </p>
@@ -123,6 +128,8 @@ export interface PutBucketInventoryConfigurationCommandOutput extends __Metadata
123
128
  * const response = await client.send(command);
124
129
  * ```
125
130
  *
131
+ * @param PutBucketInventoryConfigurationCommandInput - {@link PutBucketInventoryConfigurationCommandInput}
132
+ * @returns {@link PutBucketInventoryConfigurationCommandOutput}
126
133
  * @see {@link PutBucketInventoryConfigurationCommandInput} for command's `input` shape.
127
134
  * @see {@link PutBucketInventoryConfigurationCommandOutput} for command's `response` shape.
128
135
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -132,11 +139,20 @@ export interface PutBucketInventoryConfigurationCommandOutput extends __Metadata
132
139
  export declare class PutBucketInventoryConfigurationCommand extends $Command<PutBucketInventoryConfigurationCommandInput, PutBucketInventoryConfigurationCommandOutput, S3ClientResolvedConfig> {
133
140
  readonly input: PutBucketInventoryConfigurationCommandInput;
134
141
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
142
+ /**
143
+ * @public
144
+ */
135
145
  constructor(input: PutBucketInventoryConfigurationCommandInput);
136
146
  /**
137
147
  * @internal
138
148
  */
139
149
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutBucketInventoryConfigurationCommandInput, PutBucketInventoryConfigurationCommandOutput>;
150
+ /**
151
+ * @internal
152
+ */
140
153
  private serialize;
154
+ /**
155
+ * @internal
156
+ */
141
157
  private deserialize;
142
158
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PutBucketLifecycleConfigurationRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutBucketLifecycleConfigurationCommand}.
8
10
  */
9
11
  export interface PutBucketLifecycleConfigurationCommandInput extends PutBucketLifecycleConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutBucketLifecycleConfigurationCommand}.
13
17
  */
14
18
  export interface PutBucketLifecycleConfigurationCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new lifecycle configuration for the bucket or replaces an existing lifecycle
18
23
  * configuration. Keep in mind that this will overwrite an existing lifecycle configuration, so if
19
24
  * you want to retain any configuration details, they must be included in the new lifecycle
@@ -112,6 +117,8 @@ export interface PutBucketLifecycleConfigurationCommandOutput extends __Metadata
112
117
  * const response = await client.send(command);
113
118
  * ```
114
119
  *
120
+ * @param PutBucketLifecycleConfigurationCommandInput - {@link PutBucketLifecycleConfigurationCommandInput}
121
+ * @returns {@link PutBucketLifecycleConfigurationCommandOutput}
115
122
  * @see {@link PutBucketLifecycleConfigurationCommandInput} for command's `input` shape.
116
123
  * @see {@link PutBucketLifecycleConfigurationCommandOutput} for command's `response` shape.
117
124
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -152,11 +159,20 @@ export interface PutBucketLifecycleConfigurationCommandOutput extends __Metadata
152
159
  export declare class PutBucketLifecycleConfigurationCommand extends $Command<PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput, S3ClientResolvedConfig> {
153
160
  readonly input: PutBucketLifecycleConfigurationCommandInput;
154
161
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
162
+ /**
163
+ * @public
164
+ */
155
165
  constructor(input: PutBucketLifecycleConfigurationCommandInput);
156
166
  /**
157
167
  * @internal
158
168
  */
159
169
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput>;
170
+ /**
171
+ * @internal
172
+ */
160
173
  private serialize;
174
+ /**
175
+ * @internal
176
+ */
161
177
  private deserialize;
162
178
  }