@aws-sdk/client-s3 3.688.0 → 3.691.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/models/models_0.d.ts +777 -777
- package/dist-types/models/models_1.d.ts +279 -279
- package/dist-types/ts3.4/models/models_0.d.ts +792 -780
- package/dist-types/ts3.4/models/models_1.d.ts +279 -279
- package/package.json +11 -11
|
@@ -23,13 +23,13 @@ export interface PutBucketNotificationConfigurationRequest {
|
|
|
23
23
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
24
24
|
* @public
|
|
25
25
|
*/
|
|
26
|
-
ExpectedBucketOwner?: string;
|
|
26
|
+
ExpectedBucketOwner?: string | undefined;
|
|
27
27
|
/**
|
|
28
28
|
* <p>Skips validation of Amazon SQS, Amazon SNS, and Lambda
|
|
29
29
|
* destinations. True or false value.</p>
|
|
30
30
|
* @public
|
|
31
31
|
*/
|
|
32
|
-
SkipDestinationValidation?: boolean;
|
|
32
|
+
SkipDestinationValidation?: boolean | undefined;
|
|
33
33
|
}
|
|
34
34
|
/**
|
|
35
35
|
* @public
|
|
@@ -47,12 +47,12 @@ export interface PutBucketOwnershipControlsRequest {
|
|
|
47
47
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
48
48
|
* @public
|
|
49
49
|
*/
|
|
50
|
-
ContentMD5?: string;
|
|
50
|
+
ContentMD5?: string | undefined;
|
|
51
51
|
/**
|
|
52
52
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
53
53
|
* @public
|
|
54
54
|
*/
|
|
55
|
-
ExpectedBucketOwner?: string;
|
|
55
|
+
ExpectedBucketOwner?: string | undefined;
|
|
56
56
|
/**
|
|
57
57
|
* <p>The <code>OwnershipControls</code> (BucketOwnerEnforced, BucketOwnerPreferred, or
|
|
58
58
|
* ObjectWriter) that you want to apply to this Amazon S3 bucket.</p>
|
|
@@ -85,7 +85,7 @@ export interface PutBucketPolicyRequest {
|
|
|
85
85
|
* </note>
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
|
-
ContentMD5?: string;
|
|
88
|
+
ContentMD5?: string | undefined;
|
|
89
89
|
/**
|
|
90
90
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
91
91
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum-<i>algorithm</i>
|
|
@@ -129,7 +129,7 @@ export interface PutBucketPolicyRequest {
|
|
|
129
129
|
* </note>
|
|
130
130
|
* @public
|
|
131
131
|
*/
|
|
132
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
132
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
133
133
|
/**
|
|
134
134
|
* <p>Set this parameter to true to confirm that you want to remove your permissions to change
|
|
135
135
|
* this bucket policy in the future.</p>
|
|
@@ -138,7 +138,7 @@ export interface PutBucketPolicyRequest {
|
|
|
138
138
|
* </note>
|
|
139
139
|
* @public
|
|
140
140
|
*/
|
|
141
|
-
ConfirmRemoveSelfBucketAccess?: boolean;
|
|
141
|
+
ConfirmRemoveSelfBucketAccess?: boolean | undefined;
|
|
142
142
|
/**
|
|
143
143
|
* <p>The bucket policy as a JSON document.</p>
|
|
144
144
|
* <p>For directory buckets, the only IAM action supported in the bucket policy is <code>s3express:CreateSession</code>.</p>
|
|
@@ -153,7 +153,7 @@ export interface PutBucketPolicyRequest {
|
|
|
153
153
|
* </note>
|
|
154
154
|
* @public
|
|
155
155
|
*/
|
|
156
|
-
ExpectedBucketOwner?: string;
|
|
156
|
+
ExpectedBucketOwner?: string | undefined;
|
|
157
157
|
}
|
|
158
158
|
/**
|
|
159
159
|
* @public
|
|
@@ -173,7 +173,7 @@ export interface PutBucketReplicationRequest {
|
|
|
173
173
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
174
174
|
* @public
|
|
175
175
|
*/
|
|
176
|
-
ContentMD5?: string;
|
|
176
|
+
ContentMD5?: string | undefined;
|
|
177
177
|
/**
|
|
178
178
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
179
179
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -184,7 +184,7 @@ export interface PutBucketReplicationRequest {
|
|
|
184
184
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
185
185
|
* @public
|
|
186
186
|
*/
|
|
187
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
187
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
188
188
|
/**
|
|
189
189
|
* <p>A container for replication rules. You can add up to 1,000 rules. The maximum size of a
|
|
190
190
|
* replication configuration is 2 MB.</p>
|
|
@@ -195,12 +195,12 @@ export interface PutBucketReplicationRequest {
|
|
|
195
195
|
* <p>A token to allow Object Lock to be enabled for an existing bucket.</p>
|
|
196
196
|
* @public
|
|
197
197
|
*/
|
|
198
|
-
Token?: string;
|
|
198
|
+
Token?: string | undefined;
|
|
199
199
|
/**
|
|
200
200
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
201
201
|
* @public
|
|
202
202
|
*/
|
|
203
|
-
ExpectedBucketOwner?: string;
|
|
203
|
+
ExpectedBucketOwner?: string | undefined;
|
|
204
204
|
}
|
|
205
205
|
/**
|
|
206
206
|
* <p>Container for Payer.</p>
|
|
@@ -231,7 +231,7 @@ export interface PutBucketRequestPaymentRequest {
|
|
|
231
231
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
232
232
|
* @public
|
|
233
233
|
*/
|
|
234
|
-
ContentMD5?: string;
|
|
234
|
+
ContentMD5?: string | undefined;
|
|
235
235
|
/**
|
|
236
236
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
237
237
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -242,7 +242,7 @@ export interface PutBucketRequestPaymentRequest {
|
|
|
242
242
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
243
243
|
* @public
|
|
244
244
|
*/
|
|
245
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
245
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
246
246
|
/**
|
|
247
247
|
* <p>Container for Payer.</p>
|
|
248
248
|
* @public
|
|
@@ -252,7 +252,7 @@ export interface PutBucketRequestPaymentRequest {
|
|
|
252
252
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
253
253
|
* @public
|
|
254
254
|
*/
|
|
255
|
-
ExpectedBucketOwner?: string;
|
|
255
|
+
ExpectedBucketOwner?: string | undefined;
|
|
256
256
|
}
|
|
257
257
|
/**
|
|
258
258
|
* <p>Container for <code>TagSet</code> elements.</p>
|
|
@@ -283,7 +283,7 @@ export interface PutBucketTaggingRequest {
|
|
|
283
283
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
284
284
|
* @public
|
|
285
285
|
*/
|
|
286
|
-
ContentMD5?: string;
|
|
286
|
+
ContentMD5?: string | undefined;
|
|
287
287
|
/**
|
|
288
288
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
289
289
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -294,7 +294,7 @@ export interface PutBucketTaggingRequest {
|
|
|
294
294
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
295
295
|
* @public
|
|
296
296
|
*/
|
|
297
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
297
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
298
298
|
/**
|
|
299
299
|
* <p>Container for the <code>TagSet</code> and <code>Tag</code> elements.</p>
|
|
300
300
|
* @public
|
|
@@ -304,7 +304,7 @@ export interface PutBucketTaggingRequest {
|
|
|
304
304
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
305
305
|
* @public
|
|
306
306
|
*/
|
|
307
|
-
ExpectedBucketOwner?: string;
|
|
307
|
+
ExpectedBucketOwner?: string | undefined;
|
|
308
308
|
}
|
|
309
309
|
/**
|
|
310
310
|
* @public
|
|
@@ -330,12 +330,12 @@ export interface VersioningConfiguration {
|
|
|
330
330
|
* has never been so configured, this element is not returned.</p>
|
|
331
331
|
* @public
|
|
332
332
|
*/
|
|
333
|
-
MFADelete?: MFADelete;
|
|
333
|
+
MFADelete?: MFADelete | undefined;
|
|
334
334
|
/**
|
|
335
335
|
* <p>The versioning state of the bucket.</p>
|
|
336
336
|
* @public
|
|
337
337
|
*/
|
|
338
|
-
Status?: BucketVersioningStatus;
|
|
338
|
+
Status?: BucketVersioningStatus | undefined;
|
|
339
339
|
}
|
|
340
340
|
/**
|
|
341
341
|
* @public
|
|
@@ -356,7 +356,7 @@ export interface PutBucketVersioningRequest {
|
|
|
356
356
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
357
357
|
* @public
|
|
358
358
|
*/
|
|
359
|
-
ContentMD5?: string;
|
|
359
|
+
ContentMD5?: string | undefined;
|
|
360
360
|
/**
|
|
361
361
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
362
362
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -367,13 +367,13 @@ export interface PutBucketVersioningRequest {
|
|
|
367
367
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
368
368
|
* @public
|
|
369
369
|
*/
|
|
370
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
370
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
371
371
|
/**
|
|
372
372
|
* <p>The concatenation of the authentication device's serial number, a space, and the value
|
|
373
373
|
* that is displayed on your authentication device.</p>
|
|
374
374
|
* @public
|
|
375
375
|
*/
|
|
376
|
-
MFA?: string;
|
|
376
|
+
MFA?: string | undefined;
|
|
377
377
|
/**
|
|
378
378
|
* <p>Container for setting the versioning state.</p>
|
|
379
379
|
* @public
|
|
@@ -383,7 +383,7 @@ export interface PutBucketVersioningRequest {
|
|
|
383
383
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
384
384
|
* @public
|
|
385
385
|
*/
|
|
386
|
-
ExpectedBucketOwner?: string;
|
|
386
|
+
ExpectedBucketOwner?: string | undefined;
|
|
387
387
|
}
|
|
388
388
|
/**
|
|
389
389
|
* <p>Specifies website configuration parameters for an Amazon S3 bucket.</p>
|
|
@@ -394,12 +394,12 @@ export interface WebsiteConfiguration {
|
|
|
394
394
|
* <p>The name of the error document for the website.</p>
|
|
395
395
|
* @public
|
|
396
396
|
*/
|
|
397
|
-
ErrorDocument?: ErrorDocument;
|
|
397
|
+
ErrorDocument?: ErrorDocument | undefined;
|
|
398
398
|
/**
|
|
399
399
|
* <p>The name of the index document for the website.</p>
|
|
400
400
|
* @public
|
|
401
401
|
*/
|
|
402
|
-
IndexDocument?: IndexDocument;
|
|
402
|
+
IndexDocument?: IndexDocument | undefined;
|
|
403
403
|
/**
|
|
404
404
|
* <p>The redirect behavior for every request to this bucket's website endpoint.</p>
|
|
405
405
|
* <important>
|
|
@@ -407,12 +407,12 @@ export interface WebsiteConfiguration {
|
|
|
407
407
|
* </important>
|
|
408
408
|
* @public
|
|
409
409
|
*/
|
|
410
|
-
RedirectAllRequestsTo?: RedirectAllRequestsTo;
|
|
410
|
+
RedirectAllRequestsTo?: RedirectAllRequestsTo | undefined;
|
|
411
411
|
/**
|
|
412
412
|
* <p>Rules that define when a redirect is applied and the redirect behavior.</p>
|
|
413
413
|
* @public
|
|
414
414
|
*/
|
|
415
|
-
RoutingRules?: RoutingRule[];
|
|
415
|
+
RoutingRules?: RoutingRule[] | undefined;
|
|
416
416
|
}
|
|
417
417
|
/**
|
|
418
418
|
* @public
|
|
@@ -432,7 +432,7 @@ export interface PutBucketWebsiteRequest {
|
|
|
432
432
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
433
433
|
* @public
|
|
434
434
|
*/
|
|
435
|
-
ContentMD5?: string;
|
|
435
|
+
ContentMD5?: string | undefined;
|
|
436
436
|
/**
|
|
437
437
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
438
438
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -443,7 +443,7 @@ export interface PutBucketWebsiteRequest {
|
|
|
443
443
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
444
444
|
* @public
|
|
445
445
|
*/
|
|
446
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
446
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
447
447
|
/**
|
|
448
448
|
* <p>Container for the request.</p>
|
|
449
449
|
* @public
|
|
@@ -453,7 +453,7 @@ export interface PutBucketWebsiteRequest {
|
|
|
453
453
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
454
454
|
* @public
|
|
455
455
|
*/
|
|
456
|
-
ExpectedBucketOwner?: string;
|
|
456
|
+
ExpectedBucketOwner?: string | undefined;
|
|
457
457
|
}
|
|
458
458
|
/**
|
|
459
459
|
* @public
|
|
@@ -469,7 +469,7 @@ export interface PutObjectOutput {
|
|
|
469
469
|
* </note>
|
|
470
470
|
* @public
|
|
471
471
|
*/
|
|
472
|
-
Expiration?: string;
|
|
472
|
+
Expiration?: string | undefined;
|
|
473
473
|
/**
|
|
474
474
|
* <p>Entity tag for the uploaded object.</p>
|
|
475
475
|
* <p>
|
|
@@ -481,7 +481,7 @@ export interface PutObjectOutput {
|
|
|
481
481
|
* <b>Directory buckets </b> - The ETag for the object in a directory bucket isn't the MD5 digest of the object.</p>
|
|
482
482
|
* @public
|
|
483
483
|
*/
|
|
484
|
-
ETag?: string;
|
|
484
|
+
ETag?: string | undefined;
|
|
485
485
|
/**
|
|
486
486
|
* <p>The base64-encoded, 32-bit CRC-32 checksum of the object. This will only be present if it was uploaded
|
|
487
487
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
@@ -489,7 +489,7 @@ export interface PutObjectOutput {
|
|
|
489
489
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
490
490
|
* @public
|
|
491
491
|
*/
|
|
492
|
-
ChecksumCRC32?: string;
|
|
492
|
+
ChecksumCRC32?: string | undefined;
|
|
493
493
|
/**
|
|
494
494
|
* <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
|
|
495
495
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
@@ -497,7 +497,7 @@ export interface PutObjectOutput {
|
|
|
497
497
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
498
498
|
* @public
|
|
499
499
|
*/
|
|
500
|
-
ChecksumCRC32C?: string;
|
|
500
|
+
ChecksumCRC32C?: string | undefined;
|
|
501
501
|
/**
|
|
502
502
|
* <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
|
|
503
503
|
* with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
@@ -505,7 +505,7 @@ export interface PutObjectOutput {
|
|
|
505
505
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
506
506
|
* @public
|
|
507
507
|
*/
|
|
508
|
-
ChecksumSHA1?: string;
|
|
508
|
+
ChecksumSHA1?: string | undefined;
|
|
509
509
|
/**
|
|
510
510
|
* <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
|
|
511
511
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
@@ -513,12 +513,12 @@ export interface PutObjectOutput {
|
|
|
513
513
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
514
514
|
* @public
|
|
515
515
|
*/
|
|
516
|
-
ChecksumSHA256?: string;
|
|
516
|
+
ChecksumSHA256?: string | undefined;
|
|
517
517
|
/**
|
|
518
518
|
* <p>The server-side encryption algorithm used when you store this object in Amazon S3.</p>
|
|
519
519
|
* @public
|
|
520
520
|
*/
|
|
521
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
521
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
522
522
|
/**
|
|
523
523
|
* <p>Version ID of the object.</p>
|
|
524
524
|
* <p>If you enable versioning for a bucket, Amazon S3 automatically generates a unique version ID
|
|
@@ -534,7 +534,7 @@ export interface PutObjectOutput {
|
|
|
534
534
|
* </note>
|
|
535
535
|
* @public
|
|
536
536
|
*/
|
|
537
|
-
VersionId?: string;
|
|
537
|
+
VersionId?: string | undefined;
|
|
538
538
|
/**
|
|
539
539
|
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
540
540
|
* response will include this header to confirm the encryption algorithm that's used.</p>
|
|
@@ -543,7 +543,7 @@ export interface PutObjectOutput {
|
|
|
543
543
|
* </note>
|
|
544
544
|
* @public
|
|
545
545
|
*/
|
|
546
|
-
SSECustomerAlgorithm?: string;
|
|
546
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
547
547
|
/**
|
|
548
548
|
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
549
549
|
* response will include this header to provide the round-trip message integrity verification of
|
|
@@ -553,12 +553,12 @@ export interface PutObjectOutput {
|
|
|
553
553
|
* </note>
|
|
554
554
|
* @public
|
|
555
555
|
*/
|
|
556
|
-
SSECustomerKeyMD5?: string;
|
|
556
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
557
557
|
/**
|
|
558
558
|
* <p>If present, indicates the ID of the KMS key that was used for object encryption.</p>
|
|
559
559
|
* @public
|
|
560
560
|
*/
|
|
561
|
-
SSEKMSKeyId?: string;
|
|
561
|
+
SSEKMSKeyId?: string | undefined;
|
|
562
562
|
/**
|
|
563
563
|
* <p>If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption. The value of
|
|
564
564
|
* this header is a Base64-encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.
|
|
@@ -567,13 +567,13 @@ export interface PutObjectOutput {
|
|
|
567
567
|
* operations on this object.</p>
|
|
568
568
|
* @public
|
|
569
569
|
*/
|
|
570
|
-
SSEKMSEncryptionContext?: string;
|
|
570
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
571
571
|
/**
|
|
572
572
|
* <p>Indicates whether the uploaded object uses an S3 Bucket Key for server-side encryption
|
|
573
573
|
* with Key Management Service (KMS) keys (SSE-KMS).</p>
|
|
574
574
|
* @public
|
|
575
575
|
*/
|
|
576
|
-
BucketKeyEnabled?: boolean;
|
|
576
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
577
577
|
/**
|
|
578
578
|
* <p>If present, indicates that the requester was successfully charged for the
|
|
579
579
|
* request.</p>
|
|
@@ -582,7 +582,7 @@ export interface PutObjectOutput {
|
|
|
582
582
|
* </note>
|
|
583
583
|
* @public
|
|
584
584
|
*/
|
|
585
|
-
RequestCharged?: RequestCharged;
|
|
585
|
+
RequestCharged?: RequestCharged | undefined;
|
|
586
586
|
}
|
|
587
587
|
/**
|
|
588
588
|
* @public
|
|
@@ -618,12 +618,12 @@ export interface PutObjectRequest {
|
|
|
618
618
|
* </note>
|
|
619
619
|
* @public
|
|
620
620
|
*/
|
|
621
|
-
ACL?: ObjectCannedACL;
|
|
621
|
+
ACL?: ObjectCannedACL | undefined;
|
|
622
622
|
/**
|
|
623
623
|
* <p>Object data.</p>
|
|
624
624
|
* @public
|
|
625
625
|
*/
|
|
626
|
-
Body?: StreamingBlobTypes;
|
|
626
|
+
Body?: StreamingBlobTypes | undefined;
|
|
627
627
|
/**
|
|
628
628
|
* <p>The bucket name to which the PUT action was initiated. </p>
|
|
629
629
|
* <p>
|
|
@@ -651,30 +651,30 @@ export interface PutObjectRequest {
|
|
|
651
651
|
* information, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9</a>.</p>
|
|
652
652
|
* @public
|
|
653
653
|
*/
|
|
654
|
-
CacheControl?: string;
|
|
654
|
+
CacheControl?: string | undefined;
|
|
655
655
|
/**
|
|
656
656
|
* <p>Specifies presentational information for the object. For more information, see <a href="https://www.rfc-editor.org/rfc/rfc6266#section-4">https://www.rfc-editor.org/rfc/rfc6266#section-4</a>.</p>
|
|
657
657
|
* @public
|
|
658
658
|
*/
|
|
659
|
-
ContentDisposition?: string;
|
|
659
|
+
ContentDisposition?: string | undefined;
|
|
660
660
|
/**
|
|
661
661
|
* <p>Specifies what content encodings have been applied to the object and thus what decoding
|
|
662
662
|
* mechanisms must be applied to obtain the media-type referenced by the Content-Type header
|
|
663
663
|
* field. For more information, see <a href="https://www.rfc-editor.org/rfc/rfc9110.html#field.content-encoding">https://www.rfc-editor.org/rfc/rfc9110.html#field.content-encoding</a>.</p>
|
|
664
664
|
* @public
|
|
665
665
|
*/
|
|
666
|
-
ContentEncoding?: string;
|
|
666
|
+
ContentEncoding?: string | undefined;
|
|
667
667
|
/**
|
|
668
668
|
* <p>The language the content is in.</p>
|
|
669
669
|
* @public
|
|
670
670
|
*/
|
|
671
|
-
ContentLanguage?: string;
|
|
671
|
+
ContentLanguage?: string | undefined;
|
|
672
672
|
/**
|
|
673
673
|
* <p>Size of the body in bytes. This parameter is useful when the size of the body cannot be
|
|
674
674
|
* determined automatically. For more information, see <a href="https://www.rfc-editor.org/rfc/rfc9110.html#name-content-length">https://www.rfc-editor.org/rfc/rfc9110.html#name-content-length</a>.</p>
|
|
675
675
|
* @public
|
|
676
676
|
*/
|
|
677
|
-
ContentLength?: number;
|
|
677
|
+
ContentLength?: number | undefined;
|
|
678
678
|
/**
|
|
679
679
|
* <p>The base64-encoded 128-bit MD5 digest of the message (without the headers) according to
|
|
680
680
|
* RFC 1864. This header can be used as a message integrity check to verify that the data is
|
|
@@ -692,13 +692,13 @@ export interface PutObjectRequest {
|
|
|
692
692
|
* </note>
|
|
693
693
|
* @public
|
|
694
694
|
*/
|
|
695
|
-
ContentMD5?: string;
|
|
695
|
+
ContentMD5?: string | undefined;
|
|
696
696
|
/**
|
|
697
697
|
* <p>A standard MIME type describing the format of the contents. For more information, see
|
|
698
698
|
* <a href="https://www.rfc-editor.org/rfc/rfc9110.html#name-content-type">https://www.rfc-editor.org/rfc/rfc9110.html#name-content-type</a>.</p>
|
|
699
699
|
* @public
|
|
700
700
|
*/
|
|
701
|
-
ContentType?: string;
|
|
701
|
+
ContentType?: string | undefined;
|
|
702
702
|
/**
|
|
703
703
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
704
704
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum-<i>algorithm</i>
|
|
@@ -746,7 +746,7 @@ export interface PutObjectRequest {
|
|
|
746
746
|
* <p>For directory buckets, when you use Amazon Web Services SDKs, <code>CRC32</code> is the default checksum algorithm that's used for performance.</p>
|
|
747
747
|
* @public
|
|
748
748
|
*/
|
|
749
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
749
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
750
750
|
/**
|
|
751
751
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
752
752
|
* This header specifies the base64-encoded, 32-bit CRC-32 checksum of the object. For more information, see
|
|
@@ -754,7 +754,7 @@ export interface PutObjectRequest {
|
|
|
754
754
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
755
755
|
* @public
|
|
756
756
|
*/
|
|
757
|
-
ChecksumCRC32?: string;
|
|
757
|
+
ChecksumCRC32?: string | undefined;
|
|
758
758
|
/**
|
|
759
759
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
760
760
|
* This header specifies the base64-encoded, 32-bit CRC-32C checksum of the object. For more information, see
|
|
@@ -762,7 +762,7 @@ export interface PutObjectRequest {
|
|
|
762
762
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
763
763
|
* @public
|
|
764
764
|
*/
|
|
765
|
-
ChecksumCRC32C?: string;
|
|
765
|
+
ChecksumCRC32C?: string | undefined;
|
|
766
766
|
/**
|
|
767
767
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
768
768
|
* This header specifies the base64-encoded, 160-bit SHA-1 digest of the object. For more information, see
|
|
@@ -770,7 +770,7 @@ export interface PutObjectRequest {
|
|
|
770
770
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
771
771
|
* @public
|
|
772
772
|
*/
|
|
773
|
-
ChecksumSHA1?: string;
|
|
773
|
+
ChecksumSHA1?: string | undefined;
|
|
774
774
|
/**
|
|
775
775
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
776
776
|
* This header specifies the base64-encoded, 256-bit SHA-256 digest of the object. For more information, see
|
|
@@ -778,13 +778,13 @@ export interface PutObjectRequest {
|
|
|
778
778
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
779
779
|
* @public
|
|
780
780
|
*/
|
|
781
|
-
ChecksumSHA256?: string;
|
|
781
|
+
ChecksumSHA256?: string | undefined;
|
|
782
782
|
/**
|
|
783
783
|
* <p>The date and time at which the object is no longer cacheable. For more information, see
|
|
784
784
|
* <a href="https://www.rfc-editor.org/rfc/rfc7234#section-5.3">https://www.rfc-editor.org/rfc/rfc7234#section-5.3</a>.</p>
|
|
785
785
|
* @public
|
|
786
786
|
*/
|
|
787
|
-
Expires?: Date;
|
|
787
|
+
Expires?: Date | undefined;
|
|
788
788
|
/**
|
|
789
789
|
* <p>Uploads the object only if the object key name does not already exist in the bucket specified. Otherwise, Amazon S3 returns a <code>412 Precondition Failed</code> error.</p>
|
|
790
790
|
* <p>If a conflicting operation occurs during the upload S3 returns a <code>409 ConditionalRequestConflict</code> response. On a 409 failure you should retry the upload.</p>
|
|
@@ -792,7 +792,7 @@ export interface PutObjectRequest {
|
|
|
792
792
|
* <p>For more information about conditional requests, see <a href="https://tools.ietf.org/html/rfc7232">RFC 7232</a>, or <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html">Conditional requests</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
793
793
|
* @public
|
|
794
794
|
*/
|
|
795
|
-
IfNoneMatch?: string;
|
|
795
|
+
IfNoneMatch?: string | undefined;
|
|
796
796
|
/**
|
|
797
797
|
* <p>Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.</p>
|
|
798
798
|
* <note>
|
|
@@ -807,7 +807,7 @@ export interface PutObjectRequest {
|
|
|
807
807
|
* </note>
|
|
808
808
|
* @public
|
|
809
809
|
*/
|
|
810
|
-
GrantFullControl?: string;
|
|
810
|
+
GrantFullControl?: string | undefined;
|
|
811
811
|
/**
|
|
812
812
|
* <p>Allows grantee to read the object data and its metadata.</p>
|
|
813
813
|
* <note>
|
|
@@ -822,7 +822,7 @@ export interface PutObjectRequest {
|
|
|
822
822
|
* </note>
|
|
823
823
|
* @public
|
|
824
824
|
*/
|
|
825
|
-
GrantRead?: string;
|
|
825
|
+
GrantRead?: string | undefined;
|
|
826
826
|
/**
|
|
827
827
|
* <p>Allows grantee to read the object ACL.</p>
|
|
828
828
|
* <note>
|
|
@@ -837,7 +837,7 @@ export interface PutObjectRequest {
|
|
|
837
837
|
* </note>
|
|
838
838
|
* @public
|
|
839
839
|
*/
|
|
840
|
-
GrantReadACP?: string;
|
|
840
|
+
GrantReadACP?: string | undefined;
|
|
841
841
|
/**
|
|
842
842
|
* <p>Allows grantee to write the ACL for the applicable object.</p>
|
|
843
843
|
* <note>
|
|
@@ -852,7 +852,7 @@ export interface PutObjectRequest {
|
|
|
852
852
|
* </note>
|
|
853
853
|
* @public
|
|
854
854
|
*/
|
|
855
|
-
GrantWriteACP?: string;
|
|
855
|
+
GrantWriteACP?: string | undefined;
|
|
856
856
|
/**
|
|
857
857
|
* <p>Object key for which the PUT action was initiated.</p>
|
|
858
858
|
* @public
|
|
@@ -862,7 +862,7 @@ export interface PutObjectRequest {
|
|
|
862
862
|
* <p>A map of metadata to store with the object in S3.</p>
|
|
863
863
|
* @public
|
|
864
864
|
*/
|
|
865
|
-
Metadata?: Record<string, string
|
|
865
|
+
Metadata?: Record<string, string> | undefined;
|
|
866
866
|
/**
|
|
867
867
|
* <p>The server-side encryption algorithm that was used when you store this object in Amazon S3 (for example,
|
|
868
868
|
* <code>AES256</code>, <code>aws:kms</code>, <code>aws:kms:dsse</code>).</p>
|
|
@@ -902,7 +902,7 @@ export interface PutObjectRequest {
|
|
|
902
902
|
* </ul>
|
|
903
903
|
* @public
|
|
904
904
|
*/
|
|
905
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
905
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
906
906
|
/**
|
|
907
907
|
* <p>By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects. The
|
|
908
908
|
* STANDARD storage class provides high durability and high availability. Depending on
|
|
@@ -921,7 +921,7 @@ export interface PutObjectRequest {
|
|
|
921
921
|
* </note>
|
|
922
922
|
* @public
|
|
923
923
|
*/
|
|
924
|
-
StorageClass?: StorageClass;
|
|
924
|
+
StorageClass?: StorageClass | undefined;
|
|
925
925
|
/**
|
|
926
926
|
* <p>If the bucket is configured as a website, redirects requests for this object to another
|
|
927
927
|
* object in the same bucket or to an external URL. Amazon S3 stores the value of this header in
|
|
@@ -946,7 +946,7 @@ export interface PutObjectRequest {
|
|
|
946
946
|
* </note>
|
|
947
947
|
* @public
|
|
948
948
|
*/
|
|
949
|
-
WebsiteRedirectLocation?: string;
|
|
949
|
+
WebsiteRedirectLocation?: string | undefined;
|
|
950
950
|
/**
|
|
951
951
|
* <p>Specifies the algorithm to use when encrypting the object (for example,
|
|
952
952
|
* <code>AES256</code>).</p>
|
|
@@ -955,7 +955,7 @@ export interface PutObjectRequest {
|
|
|
955
955
|
* </note>
|
|
956
956
|
* @public
|
|
957
957
|
*/
|
|
958
|
-
SSECustomerAlgorithm?: string;
|
|
958
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
959
959
|
/**
|
|
960
960
|
* <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
|
|
961
961
|
* value is used to store the object and then it is discarded; Amazon S3 does not store the
|
|
@@ -966,7 +966,7 @@ export interface PutObjectRequest {
|
|
|
966
966
|
* </note>
|
|
967
967
|
* @public
|
|
968
968
|
*/
|
|
969
|
-
SSECustomerKey?: string;
|
|
969
|
+
SSECustomerKey?: string | undefined;
|
|
970
970
|
/**
|
|
971
971
|
* <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
|
|
972
972
|
* this header for a message integrity check to ensure that the encryption key was transmitted
|
|
@@ -976,7 +976,7 @@ export interface PutObjectRequest {
|
|
|
976
976
|
* </note>
|
|
977
977
|
* @public
|
|
978
978
|
*/
|
|
979
|
-
SSECustomerKeyMD5?: string;
|
|
979
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
980
980
|
/**
|
|
981
981
|
* <p>Specifies the KMS key ID (Key ID, Key ARN, or Key Alias) to use for object encryption. If the KMS key doesn't exist in the same
|
|
982
982
|
* account that's issuing the command, you must use the full Key ARN not the Key ID.</p>
|
|
@@ -997,7 +997,7 @@ export interface PutObjectRequest {
|
|
|
997
997
|
* </p>
|
|
998
998
|
* @public
|
|
999
999
|
*/
|
|
1000
|
-
SSEKMSKeyId?: string;
|
|
1000
|
+
SSEKMSKeyId?: string | undefined;
|
|
1001
1001
|
/**
|
|
1002
1002
|
* <p>Specifies the Amazon Web Services KMS Encryption Context as an additional encryption context to use for object encryption. The value of
|
|
1003
1003
|
* this header is a Base64-encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.
|
|
@@ -1010,7 +1010,7 @@ export interface PutObjectRequest {
|
|
|
1010
1010
|
* <b>Directory buckets</b> - You can optionally provide an explicit encryption context value. The value must match the default encryption context - the bucket Amazon Resource Name (ARN). An additional encryption context value is not supported. </p>
|
|
1011
1011
|
* @public
|
|
1012
1012
|
*/
|
|
1013
|
-
SSEKMSEncryptionContext?: string;
|
|
1013
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
1014
1014
|
/**
|
|
1015
1015
|
* <p>Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with
|
|
1016
1016
|
* server-side encryption using Key Management Service (KMS) keys (SSE-KMS).</p>
|
|
@@ -1025,7 +1025,7 @@ export interface PutObjectRequest {
|
|
|
1025
1025
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/create-import-job">the import jobs</a>. In this case, Amazon S3 makes a call to KMS every time a copy request is made for a KMS-encrypted object.</p>
|
|
1026
1026
|
* @public
|
|
1027
1027
|
*/
|
|
1028
|
-
BucketKeyEnabled?: boolean;
|
|
1028
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
1029
1029
|
/**
|
|
1030
1030
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
1031
1031
|
* owners need not specify this parameter in their requests. If either the source or
|
|
@@ -1038,7 +1038,7 @@ export interface PutObjectRequest {
|
|
|
1038
1038
|
* </note>
|
|
1039
1039
|
* @public
|
|
1040
1040
|
*/
|
|
1041
|
-
RequestPayer?: RequestPayer;
|
|
1041
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1042
1042
|
/**
|
|
1043
1043
|
* <p>The tag-set for the object. The tag-set must be encoded as URL Query parameters. (For
|
|
1044
1044
|
* example, "Key1=Value1")</p>
|
|
@@ -1047,7 +1047,7 @@ export interface PutObjectRequest {
|
|
|
1047
1047
|
* </note>
|
|
1048
1048
|
* @public
|
|
1049
1049
|
*/
|
|
1050
|
-
Tagging?: string;
|
|
1050
|
+
Tagging?: string | undefined;
|
|
1051
1051
|
/**
|
|
1052
1052
|
* <p>The Object Lock mode that you want to apply to this object.</p>
|
|
1053
1053
|
* <note>
|
|
@@ -1055,7 +1055,7 @@ export interface PutObjectRequest {
|
|
|
1055
1055
|
* </note>
|
|
1056
1056
|
* @public
|
|
1057
1057
|
*/
|
|
1058
|
-
ObjectLockMode?: ObjectLockMode;
|
|
1058
|
+
ObjectLockMode?: ObjectLockMode | undefined;
|
|
1059
1059
|
/**
|
|
1060
1060
|
* <p>The date and time when you want this object's Object Lock to expire. Must be formatted
|
|
1061
1061
|
* as a timestamp parameter.</p>
|
|
@@ -1064,7 +1064,7 @@ export interface PutObjectRequest {
|
|
|
1064
1064
|
* </note>
|
|
1065
1065
|
* @public
|
|
1066
1066
|
*/
|
|
1067
|
-
ObjectLockRetainUntilDate?: Date;
|
|
1067
|
+
ObjectLockRetainUntilDate?: Date | undefined;
|
|
1068
1068
|
/**
|
|
1069
1069
|
* <p>Specifies whether a legal hold will be applied to this object. For more information
|
|
1070
1070
|
* about S3 Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Object Lock</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -1073,12 +1073,12 @@ export interface PutObjectRequest {
|
|
|
1073
1073
|
* </note>
|
|
1074
1074
|
* @public
|
|
1075
1075
|
*/
|
|
1076
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
1076
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
|
|
1077
1077
|
/**
|
|
1078
1078
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1079
1079
|
* @public
|
|
1080
1080
|
*/
|
|
1081
|
-
ExpectedBucketOwner?: string;
|
|
1081
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1082
1082
|
}
|
|
1083
1083
|
/**
|
|
1084
1084
|
* @public
|
|
@@ -1092,7 +1092,7 @@ export interface PutObjectAclOutput {
|
|
|
1092
1092
|
* </note>
|
|
1093
1093
|
* @public
|
|
1094
1094
|
*/
|
|
1095
|
-
RequestCharged?: RequestCharged;
|
|
1095
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1096
1096
|
}
|
|
1097
1097
|
/**
|
|
1098
1098
|
* @public
|
|
@@ -1103,12 +1103,12 @@ export interface PutObjectAclRequest {
|
|
|
1103
1103
|
* ACL</a>.</p>
|
|
1104
1104
|
* @public
|
|
1105
1105
|
*/
|
|
1106
|
-
ACL?: ObjectCannedACL;
|
|
1106
|
+
ACL?: ObjectCannedACL | undefined;
|
|
1107
1107
|
/**
|
|
1108
1108
|
* <p>Contains the elements that set the ACL permissions for an object per grantee.</p>
|
|
1109
1109
|
* @public
|
|
1110
1110
|
*/
|
|
1111
|
-
AccessControlPolicy?: AccessControlPolicy;
|
|
1111
|
+
AccessControlPolicy?: AccessControlPolicy | undefined;
|
|
1112
1112
|
/**
|
|
1113
1113
|
* <p>The bucket name that contains the object to which you want to attach the ACL. </p>
|
|
1114
1114
|
* <p>
|
|
@@ -1130,7 +1130,7 @@ export interface PutObjectAclRequest {
|
|
|
1130
1130
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
1131
1131
|
* @public
|
|
1132
1132
|
*/
|
|
1133
|
-
ContentMD5?: string;
|
|
1133
|
+
ContentMD5?: string | undefined;
|
|
1134
1134
|
/**
|
|
1135
1135
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
1136
1136
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -1141,39 +1141,39 @@ export interface PutObjectAclRequest {
|
|
|
1141
1141
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
1142
1142
|
* @public
|
|
1143
1143
|
*/
|
|
1144
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1144
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1145
1145
|
/**
|
|
1146
1146
|
* <p>Allows grantee the read, write, read ACP, and write ACP permissions on the
|
|
1147
1147
|
* bucket.</p>
|
|
1148
1148
|
* <p>This functionality is not supported for Amazon S3 on Outposts.</p>
|
|
1149
1149
|
* @public
|
|
1150
1150
|
*/
|
|
1151
|
-
GrantFullControl?: string;
|
|
1151
|
+
GrantFullControl?: string | undefined;
|
|
1152
1152
|
/**
|
|
1153
1153
|
* <p>Allows grantee to list the objects in the bucket.</p>
|
|
1154
1154
|
* <p>This functionality is not supported for Amazon S3 on Outposts.</p>
|
|
1155
1155
|
* @public
|
|
1156
1156
|
*/
|
|
1157
|
-
GrantRead?: string;
|
|
1157
|
+
GrantRead?: string | undefined;
|
|
1158
1158
|
/**
|
|
1159
1159
|
* <p>Allows grantee to read the bucket ACL.</p>
|
|
1160
1160
|
* <p>This functionality is not supported for Amazon S3 on Outposts.</p>
|
|
1161
1161
|
* @public
|
|
1162
1162
|
*/
|
|
1163
|
-
GrantReadACP?: string;
|
|
1163
|
+
GrantReadACP?: string | undefined;
|
|
1164
1164
|
/**
|
|
1165
1165
|
* <p>Allows grantee to create new objects in the bucket.</p>
|
|
1166
1166
|
* <p>For the bucket and object owners of existing objects, also allows deletions and
|
|
1167
1167
|
* overwrites of those objects.</p>
|
|
1168
1168
|
* @public
|
|
1169
1169
|
*/
|
|
1170
|
-
GrantWrite?: string;
|
|
1170
|
+
GrantWrite?: string | undefined;
|
|
1171
1171
|
/**
|
|
1172
1172
|
* <p>Allows grantee to write the ACL for the applicable bucket.</p>
|
|
1173
1173
|
* <p>This functionality is not supported for Amazon S3 on Outposts.</p>
|
|
1174
1174
|
* @public
|
|
1175
1175
|
*/
|
|
1176
|
-
GrantWriteACP?: string;
|
|
1176
|
+
GrantWriteACP?: string | undefined;
|
|
1177
1177
|
/**
|
|
1178
1178
|
* <p>Key for which the PUT action was initiated.</p>
|
|
1179
1179
|
* @public
|
|
@@ -1191,7 +1191,7 @@ export interface PutObjectAclRequest {
|
|
|
1191
1191
|
* </note>
|
|
1192
1192
|
* @public
|
|
1193
1193
|
*/
|
|
1194
|
-
RequestPayer?: RequestPayer;
|
|
1194
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1195
1195
|
/**
|
|
1196
1196
|
* <p>Version ID used to reference a specific version of the object.</p>
|
|
1197
1197
|
* <note>
|
|
@@ -1199,12 +1199,12 @@ export interface PutObjectAclRequest {
|
|
|
1199
1199
|
* </note>
|
|
1200
1200
|
* @public
|
|
1201
1201
|
*/
|
|
1202
|
-
VersionId?: string;
|
|
1202
|
+
VersionId?: string | undefined;
|
|
1203
1203
|
/**
|
|
1204
1204
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1205
1205
|
* @public
|
|
1206
1206
|
*/
|
|
1207
|
-
ExpectedBucketOwner?: string;
|
|
1207
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1208
1208
|
}
|
|
1209
1209
|
/**
|
|
1210
1210
|
* @public
|
|
@@ -1218,7 +1218,7 @@ export interface PutObjectLegalHoldOutput {
|
|
|
1218
1218
|
* </note>
|
|
1219
1219
|
* @public
|
|
1220
1220
|
*/
|
|
1221
|
-
RequestCharged?: RequestCharged;
|
|
1221
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1222
1222
|
}
|
|
1223
1223
|
/**
|
|
1224
1224
|
* @public
|
|
@@ -1243,7 +1243,7 @@ export interface PutObjectLegalHoldRequest {
|
|
|
1243
1243
|
* object.</p>
|
|
1244
1244
|
* @public
|
|
1245
1245
|
*/
|
|
1246
|
-
LegalHold?: ObjectLockLegalHold;
|
|
1246
|
+
LegalHold?: ObjectLockLegalHold | undefined;
|
|
1247
1247
|
/**
|
|
1248
1248
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
1249
1249
|
* owners need not specify this parameter in their requests. If either the source or
|
|
@@ -1256,18 +1256,18 @@ export interface PutObjectLegalHoldRequest {
|
|
|
1256
1256
|
* </note>
|
|
1257
1257
|
* @public
|
|
1258
1258
|
*/
|
|
1259
|
-
RequestPayer?: RequestPayer;
|
|
1259
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1260
1260
|
/**
|
|
1261
1261
|
* <p>The version ID of the object that you want to place a legal hold on.</p>
|
|
1262
1262
|
* @public
|
|
1263
1263
|
*/
|
|
1264
|
-
VersionId?: string;
|
|
1264
|
+
VersionId?: string | undefined;
|
|
1265
1265
|
/**
|
|
1266
1266
|
* <p>The MD5 hash for the request body.</p>
|
|
1267
1267
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
1268
1268
|
* @public
|
|
1269
1269
|
*/
|
|
1270
|
-
ContentMD5?: string;
|
|
1270
|
+
ContentMD5?: string | undefined;
|
|
1271
1271
|
/**
|
|
1272
1272
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
1273
1273
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -1278,12 +1278,12 @@ export interface PutObjectLegalHoldRequest {
|
|
|
1278
1278
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
1279
1279
|
* @public
|
|
1280
1280
|
*/
|
|
1281
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1281
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1282
1282
|
/**
|
|
1283
1283
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1284
1284
|
* @public
|
|
1285
1285
|
*/
|
|
1286
|
-
ExpectedBucketOwner?: string;
|
|
1286
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1287
1287
|
}
|
|
1288
1288
|
/**
|
|
1289
1289
|
* @public
|
|
@@ -1297,7 +1297,7 @@ export interface PutObjectLockConfigurationOutput {
|
|
|
1297
1297
|
* </note>
|
|
1298
1298
|
* @public
|
|
1299
1299
|
*/
|
|
1300
|
-
RequestCharged?: RequestCharged;
|
|
1300
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1301
1301
|
}
|
|
1302
1302
|
/**
|
|
1303
1303
|
* @public
|
|
@@ -1314,7 +1314,7 @@ export interface PutObjectLockConfigurationRequest {
|
|
|
1314
1314
|
* <p>The Object Lock configuration that you want to apply to the specified bucket.</p>
|
|
1315
1315
|
* @public
|
|
1316
1316
|
*/
|
|
1317
|
-
ObjectLockConfiguration?: ObjectLockConfiguration;
|
|
1317
|
+
ObjectLockConfiguration?: ObjectLockConfiguration | undefined;
|
|
1318
1318
|
/**
|
|
1319
1319
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
1320
1320
|
* owners need not specify this parameter in their requests. If either the source or
|
|
@@ -1327,18 +1327,18 @@ export interface PutObjectLockConfigurationRequest {
|
|
|
1327
1327
|
* </note>
|
|
1328
1328
|
* @public
|
|
1329
1329
|
*/
|
|
1330
|
-
RequestPayer?: RequestPayer;
|
|
1330
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1331
1331
|
/**
|
|
1332
1332
|
* <p>A token to allow Object Lock to be enabled for an existing bucket.</p>
|
|
1333
1333
|
* @public
|
|
1334
1334
|
*/
|
|
1335
|
-
Token?: string;
|
|
1335
|
+
Token?: string | undefined;
|
|
1336
1336
|
/**
|
|
1337
1337
|
* <p>The MD5 hash for the request body.</p>
|
|
1338
1338
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
1339
1339
|
* @public
|
|
1340
1340
|
*/
|
|
1341
|
-
ContentMD5?: string;
|
|
1341
|
+
ContentMD5?: string | undefined;
|
|
1342
1342
|
/**
|
|
1343
1343
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
1344
1344
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -1349,12 +1349,12 @@ export interface PutObjectLockConfigurationRequest {
|
|
|
1349
1349
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
1350
1350
|
* @public
|
|
1351
1351
|
*/
|
|
1352
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1352
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1353
1353
|
/**
|
|
1354
1354
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1355
1355
|
* @public
|
|
1356
1356
|
*/
|
|
1357
|
-
ExpectedBucketOwner?: string;
|
|
1357
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1358
1358
|
}
|
|
1359
1359
|
/**
|
|
1360
1360
|
* @public
|
|
@@ -1368,7 +1368,7 @@ export interface PutObjectRetentionOutput {
|
|
|
1368
1368
|
* </note>
|
|
1369
1369
|
* @public
|
|
1370
1370
|
*/
|
|
1371
|
-
RequestCharged?: RequestCharged;
|
|
1371
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1372
1372
|
}
|
|
1373
1373
|
/**
|
|
1374
1374
|
* @public
|
|
@@ -1394,7 +1394,7 @@ export interface PutObjectRetentionRequest {
|
|
|
1394
1394
|
* <p>The container element for the Object Retention configuration.</p>
|
|
1395
1395
|
* @public
|
|
1396
1396
|
*/
|
|
1397
|
-
Retention?: ObjectLockRetention;
|
|
1397
|
+
Retention?: ObjectLockRetention | undefined;
|
|
1398
1398
|
/**
|
|
1399
1399
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
1400
1400
|
* owners need not specify this parameter in their requests. If either the source or
|
|
@@ -1407,24 +1407,24 @@ export interface PutObjectRetentionRequest {
|
|
|
1407
1407
|
* </note>
|
|
1408
1408
|
* @public
|
|
1409
1409
|
*/
|
|
1410
|
-
RequestPayer?: RequestPayer;
|
|
1410
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1411
1411
|
/**
|
|
1412
1412
|
* <p>The version ID for the object that you want to apply this Object Retention configuration
|
|
1413
1413
|
* to.</p>
|
|
1414
1414
|
* @public
|
|
1415
1415
|
*/
|
|
1416
|
-
VersionId?: string;
|
|
1416
|
+
VersionId?: string | undefined;
|
|
1417
1417
|
/**
|
|
1418
1418
|
* <p>Indicates whether this action should bypass Governance-mode restrictions.</p>
|
|
1419
1419
|
* @public
|
|
1420
1420
|
*/
|
|
1421
|
-
BypassGovernanceRetention?: boolean;
|
|
1421
|
+
BypassGovernanceRetention?: boolean | undefined;
|
|
1422
1422
|
/**
|
|
1423
1423
|
* <p>The MD5 hash for the request body.</p>
|
|
1424
1424
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
1425
1425
|
* @public
|
|
1426
1426
|
*/
|
|
1427
|
-
ContentMD5?: string;
|
|
1427
|
+
ContentMD5?: string | undefined;
|
|
1428
1428
|
/**
|
|
1429
1429
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
1430
1430
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -1435,12 +1435,12 @@ export interface PutObjectRetentionRequest {
|
|
|
1435
1435
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
1436
1436
|
* @public
|
|
1437
1437
|
*/
|
|
1438
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1438
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1439
1439
|
/**
|
|
1440
1440
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1441
1441
|
* @public
|
|
1442
1442
|
*/
|
|
1443
|
-
ExpectedBucketOwner?: string;
|
|
1443
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1444
1444
|
}
|
|
1445
1445
|
/**
|
|
1446
1446
|
* @public
|
|
@@ -1450,7 +1450,7 @@ export interface PutObjectTaggingOutput {
|
|
|
1450
1450
|
* <p>The versionId of the object the tag-set was added to.</p>
|
|
1451
1451
|
* @public
|
|
1452
1452
|
*/
|
|
1453
|
-
VersionId?: string;
|
|
1453
|
+
VersionId?: string | undefined;
|
|
1454
1454
|
}
|
|
1455
1455
|
/**
|
|
1456
1456
|
* @public
|
|
@@ -1477,13 +1477,13 @@ export interface PutObjectTaggingRequest {
|
|
|
1477
1477
|
* <p>The versionId of the object that the tag-set will be added to.</p>
|
|
1478
1478
|
* @public
|
|
1479
1479
|
*/
|
|
1480
|
-
VersionId?: string;
|
|
1480
|
+
VersionId?: string | undefined;
|
|
1481
1481
|
/**
|
|
1482
1482
|
* <p>The MD5 hash for the request body.</p>
|
|
1483
1483
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
1484
1484
|
* @public
|
|
1485
1485
|
*/
|
|
1486
|
-
ContentMD5?: string;
|
|
1486
|
+
ContentMD5?: string | undefined;
|
|
1487
1487
|
/**
|
|
1488
1488
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
1489
1489
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -1494,7 +1494,7 @@ export interface PutObjectTaggingRequest {
|
|
|
1494
1494
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
1495
1495
|
* @public
|
|
1496
1496
|
*/
|
|
1497
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1497
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1498
1498
|
/**
|
|
1499
1499
|
* <p>Container for the <code>TagSet</code> and <code>Tag</code> elements</p>
|
|
1500
1500
|
* @public
|
|
@@ -1504,7 +1504,7 @@ export interface PutObjectTaggingRequest {
|
|
|
1504
1504
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1505
1505
|
* @public
|
|
1506
1506
|
*/
|
|
1507
|
-
ExpectedBucketOwner?: string;
|
|
1507
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1508
1508
|
/**
|
|
1509
1509
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
1510
1510
|
* owners need not specify this parameter in their requests. If either the source or
|
|
@@ -1517,7 +1517,7 @@ export interface PutObjectTaggingRequest {
|
|
|
1517
1517
|
* </note>
|
|
1518
1518
|
* @public
|
|
1519
1519
|
*/
|
|
1520
|
-
RequestPayer?: RequestPayer;
|
|
1520
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1521
1521
|
}
|
|
1522
1522
|
/**
|
|
1523
1523
|
* @public
|
|
@@ -1536,7 +1536,7 @@ export interface PutPublicAccessBlockRequest {
|
|
|
1536
1536
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
1537
1537
|
* @public
|
|
1538
1538
|
*/
|
|
1539
|
-
ContentMD5?: string;
|
|
1539
|
+
ContentMD5?: string | undefined;
|
|
1540
1540
|
/**
|
|
1541
1541
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
1542
1542
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -1547,7 +1547,7 @@ export interface PutPublicAccessBlockRequest {
|
|
|
1547
1547
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
1548
1548
|
* @public
|
|
1549
1549
|
*/
|
|
1550
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1550
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1551
1551
|
/**
|
|
1552
1552
|
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3
|
|
1553
1553
|
* bucket. You can enable the configuration options in any combination. For more information
|
|
@@ -1559,7 +1559,7 @@ export interface PutPublicAccessBlockRequest {
|
|
|
1559
1559
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1560
1560
|
* @public
|
|
1561
1561
|
*/
|
|
1562
|
-
ExpectedBucketOwner?: string;
|
|
1562
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1563
1563
|
}
|
|
1564
1564
|
/**
|
|
1565
1565
|
* <p>This action is not allowed against this storage tier.</p>
|
|
@@ -1585,13 +1585,13 @@ export interface RestoreObjectOutput {
|
|
|
1585
1585
|
* </note>
|
|
1586
1586
|
* @public
|
|
1587
1587
|
*/
|
|
1588
|
-
RequestCharged?: RequestCharged;
|
|
1588
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1589
1589
|
/**
|
|
1590
1590
|
* <p>Indicates the path in the provided S3 output location where Select results will be
|
|
1591
1591
|
* restored to.</p>
|
|
1592
1592
|
* @public
|
|
1593
1593
|
*/
|
|
1594
|
-
RestoreOutputPath?: string;
|
|
1594
|
+
RestoreOutputPath?: string | undefined;
|
|
1595
1595
|
}
|
|
1596
1596
|
/**
|
|
1597
1597
|
* @public
|
|
@@ -1635,13 +1635,13 @@ export interface Encryption {
|
|
|
1635
1635
|
* Developer Guide</i>.</p>
|
|
1636
1636
|
* @public
|
|
1637
1637
|
*/
|
|
1638
|
-
KMSKeyId?: string;
|
|
1638
|
+
KMSKeyId?: string | undefined;
|
|
1639
1639
|
/**
|
|
1640
1640
|
* <p>If the encryption type is <code>aws:kms</code>, this optional value can be used to
|
|
1641
1641
|
* specify the encryption context for the restore results.</p>
|
|
1642
1642
|
* @public
|
|
1643
1643
|
*/
|
|
1644
|
-
KMSContext?: string;
|
|
1644
|
+
KMSContext?: string | undefined;
|
|
1645
1645
|
}
|
|
1646
1646
|
/**
|
|
1647
1647
|
* <p>A metadata key-value pair to store with an object.</p>
|
|
@@ -1652,12 +1652,12 @@ export interface MetadataEntry {
|
|
|
1652
1652
|
* <p>Name of the object.</p>
|
|
1653
1653
|
* @public
|
|
1654
1654
|
*/
|
|
1655
|
-
Name?: string;
|
|
1655
|
+
Name?: string | undefined;
|
|
1656
1656
|
/**
|
|
1657
1657
|
* <p>Value of the object.</p>
|
|
1658
1658
|
* @public
|
|
1659
1659
|
*/
|
|
1660
|
-
Value?: string;
|
|
1660
|
+
Value?: string | undefined;
|
|
1661
1661
|
}
|
|
1662
1662
|
/**
|
|
1663
1663
|
* <p>Describes an Amazon S3 location that will receive the results of the restore request.</p>
|
|
@@ -1678,32 +1678,32 @@ export interface S3Location {
|
|
|
1678
1678
|
* <p>Contains the type of server-side encryption used.</p>
|
|
1679
1679
|
* @public
|
|
1680
1680
|
*/
|
|
1681
|
-
Encryption?: Encryption;
|
|
1681
|
+
Encryption?: Encryption | undefined;
|
|
1682
1682
|
/**
|
|
1683
1683
|
* <p>The canned ACL to apply to the restore results.</p>
|
|
1684
1684
|
* @public
|
|
1685
1685
|
*/
|
|
1686
|
-
CannedACL?: ObjectCannedACL;
|
|
1686
|
+
CannedACL?: ObjectCannedACL | undefined;
|
|
1687
1687
|
/**
|
|
1688
1688
|
* <p>A list of grants that control access to the staged results.</p>
|
|
1689
1689
|
* @public
|
|
1690
1690
|
*/
|
|
1691
|
-
AccessControlList?: Grant[];
|
|
1691
|
+
AccessControlList?: Grant[] | undefined;
|
|
1692
1692
|
/**
|
|
1693
1693
|
* <p>The tag-set that is applied to the restore results.</p>
|
|
1694
1694
|
* @public
|
|
1695
1695
|
*/
|
|
1696
|
-
Tagging?: Tagging;
|
|
1696
|
+
Tagging?: Tagging | undefined;
|
|
1697
1697
|
/**
|
|
1698
1698
|
* <p>A list of metadata to store with the restore results in S3.</p>
|
|
1699
1699
|
* @public
|
|
1700
1700
|
*/
|
|
1701
|
-
UserMetadata?: MetadataEntry[];
|
|
1701
|
+
UserMetadata?: MetadataEntry[] | undefined;
|
|
1702
1702
|
/**
|
|
1703
1703
|
* <p>The class of storage used to store the restore results.</p>
|
|
1704
1704
|
* @public
|
|
1705
1705
|
*/
|
|
1706
|
-
StorageClass?: StorageClass;
|
|
1706
|
+
StorageClass?: StorageClass | undefined;
|
|
1707
1707
|
}
|
|
1708
1708
|
/**
|
|
1709
1709
|
* <p>Describes the location where the restore job's output is stored.</p>
|
|
@@ -1714,7 +1714,7 @@ export interface OutputLocation {
|
|
|
1714
1714
|
* <p>Describes an S3 location that will receive the results of the restore request.</p>
|
|
1715
1715
|
* @public
|
|
1716
1716
|
*/
|
|
1717
|
-
S3?: S3Location;
|
|
1717
|
+
S3?: S3Location | undefined;
|
|
1718
1718
|
}
|
|
1719
1719
|
/**
|
|
1720
1720
|
* @public
|
|
@@ -1780,7 +1780,7 @@ export interface CSVInput {
|
|
|
1780
1780
|
* </ul>
|
|
1781
1781
|
* @public
|
|
1782
1782
|
*/
|
|
1783
|
-
FileHeaderInfo?: FileHeaderInfo;
|
|
1783
|
+
FileHeaderInfo?: FileHeaderInfo | undefined;
|
|
1784
1784
|
/**
|
|
1785
1785
|
* <p>A single character used to indicate that a row should be ignored when the character is
|
|
1786
1786
|
* present at the start of that row. You can specify any character to indicate a comment line.
|
|
@@ -1789,26 +1789,26 @@ export interface CSVInput {
|
|
|
1789
1789
|
* </p>
|
|
1790
1790
|
* @public
|
|
1791
1791
|
*/
|
|
1792
|
-
Comments?: string;
|
|
1792
|
+
Comments?: string | undefined;
|
|
1793
1793
|
/**
|
|
1794
1794
|
* <p>A single character used for escaping the quotation mark character inside an already
|
|
1795
1795
|
* escaped value. For example, the value <code>""" a , b """</code> is parsed as <code>" a , b
|
|
1796
1796
|
* "</code>.</p>
|
|
1797
1797
|
* @public
|
|
1798
1798
|
*/
|
|
1799
|
-
QuoteEscapeCharacter?: string;
|
|
1799
|
+
QuoteEscapeCharacter?: string | undefined;
|
|
1800
1800
|
/**
|
|
1801
1801
|
* <p>A single character used to separate individual records in the input. Instead of the
|
|
1802
1802
|
* default value, you can specify an arbitrary delimiter.</p>
|
|
1803
1803
|
* @public
|
|
1804
1804
|
*/
|
|
1805
|
-
RecordDelimiter?: string;
|
|
1805
|
+
RecordDelimiter?: string | undefined;
|
|
1806
1806
|
/**
|
|
1807
1807
|
* <p>A single character used to separate individual fields in a record. You can specify an
|
|
1808
1808
|
* arbitrary delimiter.</p>
|
|
1809
1809
|
* @public
|
|
1810
1810
|
*/
|
|
1811
|
-
FieldDelimiter?: string;
|
|
1811
|
+
FieldDelimiter?: string | undefined;
|
|
1812
1812
|
/**
|
|
1813
1813
|
* <p>A single character used for escaping when the field delimiter is part of the value. For
|
|
1814
1814
|
* example, if the value is <code>a, b</code>, Amazon S3 wraps this field value in quotation marks,
|
|
@@ -1820,14 +1820,14 @@ export interface CSVInput {
|
|
|
1820
1820
|
* </p>
|
|
1821
1821
|
* @public
|
|
1822
1822
|
*/
|
|
1823
|
-
QuoteCharacter?: string;
|
|
1823
|
+
QuoteCharacter?: string | undefined;
|
|
1824
1824
|
/**
|
|
1825
1825
|
* <p>Specifies that CSV field values may contain quoted record delimiters and such records
|
|
1826
1826
|
* should be allowed. Default value is FALSE. Setting this value to TRUE may lower
|
|
1827
1827
|
* performance.</p>
|
|
1828
1828
|
* @public
|
|
1829
1829
|
*/
|
|
1830
|
-
AllowQuotedRecordDelimiter?: boolean;
|
|
1830
|
+
AllowQuotedRecordDelimiter?: boolean | undefined;
|
|
1831
1831
|
}
|
|
1832
1832
|
/**
|
|
1833
1833
|
* @public
|
|
@@ -1850,7 +1850,7 @@ export interface JSONInput {
|
|
|
1850
1850
|
* <p>The type of JSON. Valid values: Document, Lines.</p>
|
|
1851
1851
|
* @public
|
|
1852
1852
|
*/
|
|
1853
|
-
Type?: JSONType;
|
|
1853
|
+
Type?: JSONType | undefined;
|
|
1854
1854
|
}
|
|
1855
1855
|
/**
|
|
1856
1856
|
* <p>Container for Parquet.</p>
|
|
@@ -1867,23 +1867,23 @@ export interface InputSerialization {
|
|
|
1867
1867
|
* <p>Describes the serialization of a CSV-encoded object.</p>
|
|
1868
1868
|
* @public
|
|
1869
1869
|
*/
|
|
1870
|
-
CSV?: CSVInput;
|
|
1870
|
+
CSV?: CSVInput | undefined;
|
|
1871
1871
|
/**
|
|
1872
1872
|
* <p>Specifies object's compression format. Valid values: NONE, GZIP, BZIP2. Default Value:
|
|
1873
1873
|
* NONE.</p>
|
|
1874
1874
|
* @public
|
|
1875
1875
|
*/
|
|
1876
|
-
CompressionType?: CompressionType;
|
|
1876
|
+
CompressionType?: CompressionType | undefined;
|
|
1877
1877
|
/**
|
|
1878
1878
|
* <p>Specifies JSON as object's input serialization format.</p>
|
|
1879
1879
|
* @public
|
|
1880
1880
|
*/
|
|
1881
|
-
JSON?: JSONInput;
|
|
1881
|
+
JSON?: JSONInput | undefined;
|
|
1882
1882
|
/**
|
|
1883
1883
|
* <p>Specifies Parquet as object's input serialization format.</p>
|
|
1884
1884
|
* @public
|
|
1885
1885
|
*/
|
|
1886
|
-
Parquet?: ParquetInput;
|
|
1886
|
+
Parquet?: ParquetInput | undefined;
|
|
1887
1887
|
}
|
|
1888
1888
|
/**
|
|
1889
1889
|
* @public
|
|
@@ -1917,32 +1917,32 @@ export interface CSVOutput {
|
|
|
1917
1917
|
* </ul>
|
|
1918
1918
|
* @public
|
|
1919
1919
|
*/
|
|
1920
|
-
QuoteFields?: QuoteFields;
|
|
1920
|
+
QuoteFields?: QuoteFields | undefined;
|
|
1921
1921
|
/**
|
|
1922
1922
|
* <p>The single character used for escaping the quote character inside an already escaped
|
|
1923
1923
|
* value.</p>
|
|
1924
1924
|
* @public
|
|
1925
1925
|
*/
|
|
1926
|
-
QuoteEscapeCharacter?: string;
|
|
1926
|
+
QuoteEscapeCharacter?: string | undefined;
|
|
1927
1927
|
/**
|
|
1928
1928
|
* <p>A single character used to separate individual records in the output. Instead of the
|
|
1929
1929
|
* default value, you can specify an arbitrary delimiter.</p>
|
|
1930
1930
|
* @public
|
|
1931
1931
|
*/
|
|
1932
|
-
RecordDelimiter?: string;
|
|
1932
|
+
RecordDelimiter?: string | undefined;
|
|
1933
1933
|
/**
|
|
1934
1934
|
* <p>The value used to separate individual fields in a record. You can specify an arbitrary
|
|
1935
1935
|
* delimiter.</p>
|
|
1936
1936
|
* @public
|
|
1937
1937
|
*/
|
|
1938
|
-
FieldDelimiter?: string;
|
|
1938
|
+
FieldDelimiter?: string | undefined;
|
|
1939
1939
|
/**
|
|
1940
1940
|
* <p>A single character used for escaping when the field delimiter is part of the value. For
|
|
1941
1941
|
* example, if the value is <code>a, b</code>, Amazon S3 wraps this field value in quotation marks,
|
|
1942
1942
|
* as follows: <code>" a , b "</code>.</p>
|
|
1943
1943
|
* @public
|
|
1944
1944
|
*/
|
|
1945
|
-
QuoteCharacter?: string;
|
|
1945
|
+
QuoteCharacter?: string | undefined;
|
|
1946
1946
|
}
|
|
1947
1947
|
/**
|
|
1948
1948
|
* <p>Specifies JSON as request's output serialization format.</p>
|
|
@@ -1954,7 +1954,7 @@ export interface JSONOutput {
|
|
|
1954
1954
|
* Amazon S3 uses a newline character ('\n').</p>
|
|
1955
1955
|
* @public
|
|
1956
1956
|
*/
|
|
1957
|
-
RecordDelimiter?: string;
|
|
1957
|
+
RecordDelimiter?: string | undefined;
|
|
1958
1958
|
}
|
|
1959
1959
|
/**
|
|
1960
1960
|
* <p>Describes how results of the Select job are serialized.</p>
|
|
@@ -1965,12 +1965,12 @@ export interface OutputSerialization {
|
|
|
1965
1965
|
* <p>Describes the serialization of CSV-encoded Select results.</p>
|
|
1966
1966
|
* @public
|
|
1967
1967
|
*/
|
|
1968
|
-
CSV?: CSVOutput;
|
|
1968
|
+
CSV?: CSVOutput | undefined;
|
|
1969
1969
|
/**
|
|
1970
1970
|
* <p>Specifies JSON as request's output serialization format.</p>
|
|
1971
1971
|
* @public
|
|
1972
1972
|
*/
|
|
1973
|
-
JSON?: JSONOutput;
|
|
1973
|
+
JSON?: JSONOutput | undefined;
|
|
1974
1974
|
}
|
|
1975
1975
|
/**
|
|
1976
1976
|
* <p>Describes the parameters for Select job types.</p>
|
|
@@ -2021,38 +2021,38 @@ export interface RestoreRequest {
|
|
|
2021
2021
|
* requests.</p>
|
|
2022
2022
|
* @public
|
|
2023
2023
|
*/
|
|
2024
|
-
Days?: number;
|
|
2024
|
+
Days?: number | undefined;
|
|
2025
2025
|
/**
|
|
2026
2026
|
* <p>S3 Glacier related parameters pertaining to this job. Do not use with restores that
|
|
2027
2027
|
* specify <code>OutputLocation</code>.</p>
|
|
2028
2028
|
* @public
|
|
2029
2029
|
*/
|
|
2030
|
-
GlacierJobParameters?: GlacierJobParameters;
|
|
2030
|
+
GlacierJobParameters?: GlacierJobParameters | undefined;
|
|
2031
2031
|
/**
|
|
2032
2032
|
* <p>Type of restore request.</p>
|
|
2033
2033
|
* @public
|
|
2034
2034
|
*/
|
|
2035
|
-
Type?: RestoreRequestType;
|
|
2035
|
+
Type?: RestoreRequestType | undefined;
|
|
2036
2036
|
/**
|
|
2037
2037
|
* <p>Retrieval tier at which the restore will be processed.</p>
|
|
2038
2038
|
* @public
|
|
2039
2039
|
*/
|
|
2040
|
-
Tier?: Tier;
|
|
2040
|
+
Tier?: Tier | undefined;
|
|
2041
2041
|
/**
|
|
2042
2042
|
* <p>The optional description for the job.</p>
|
|
2043
2043
|
* @public
|
|
2044
2044
|
*/
|
|
2045
|
-
Description?: string;
|
|
2045
|
+
Description?: string | undefined;
|
|
2046
2046
|
/**
|
|
2047
2047
|
* <p>Describes the parameters for Select job types.</p>
|
|
2048
2048
|
* @public
|
|
2049
2049
|
*/
|
|
2050
|
-
SelectParameters?: SelectParameters;
|
|
2050
|
+
SelectParameters?: SelectParameters | undefined;
|
|
2051
2051
|
/**
|
|
2052
2052
|
* <p>Describes the location where the restore job's output is stored.</p>
|
|
2053
2053
|
* @public
|
|
2054
2054
|
*/
|
|
2055
|
-
OutputLocation?: OutputLocation;
|
|
2055
|
+
OutputLocation?: OutputLocation | undefined;
|
|
2056
2056
|
}
|
|
2057
2057
|
/**
|
|
2058
2058
|
* @public
|
|
@@ -2079,12 +2079,12 @@ export interface RestoreObjectRequest {
|
|
|
2079
2079
|
* <p>VersionId used to reference a specific version of the object.</p>
|
|
2080
2080
|
* @public
|
|
2081
2081
|
*/
|
|
2082
|
-
VersionId?: string;
|
|
2082
|
+
VersionId?: string | undefined;
|
|
2083
2083
|
/**
|
|
2084
2084
|
* <p>Container for restore job parameters.</p>
|
|
2085
2085
|
* @public
|
|
2086
2086
|
*/
|
|
2087
|
-
RestoreRequest?: RestoreRequest;
|
|
2087
|
+
RestoreRequest?: RestoreRequest | undefined;
|
|
2088
2088
|
/**
|
|
2089
2089
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
2090
2090
|
* owners need not specify this parameter in their requests. If either the source or
|
|
@@ -2097,7 +2097,7 @@ export interface RestoreObjectRequest {
|
|
|
2097
2097
|
* </note>
|
|
2098
2098
|
* @public
|
|
2099
2099
|
*/
|
|
2100
|
-
RequestPayer?: RequestPayer;
|
|
2100
|
+
RequestPayer?: RequestPayer | undefined;
|
|
2101
2101
|
/**
|
|
2102
2102
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
2103
2103
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -2108,12 +2108,12 @@ export interface RestoreObjectRequest {
|
|
|
2108
2108
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
2109
2109
|
* @public
|
|
2110
2110
|
*/
|
|
2111
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
2111
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
2112
2112
|
/**
|
|
2113
2113
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
2114
2114
|
* @public
|
|
2115
2115
|
*/
|
|
2116
|
-
ExpectedBucketOwner?: string;
|
|
2116
|
+
ExpectedBucketOwner?: string | undefined;
|
|
2117
2117
|
}
|
|
2118
2118
|
/**
|
|
2119
2119
|
* <p></p>
|
|
@@ -2138,17 +2138,17 @@ export interface Progress {
|
|
|
2138
2138
|
* <p>The current number of object bytes scanned.</p>
|
|
2139
2139
|
* @public
|
|
2140
2140
|
*/
|
|
2141
|
-
BytesScanned?: number;
|
|
2141
|
+
BytesScanned?: number | undefined;
|
|
2142
2142
|
/**
|
|
2143
2143
|
* <p>The current number of uncompressed object bytes processed.</p>
|
|
2144
2144
|
* @public
|
|
2145
2145
|
*/
|
|
2146
|
-
BytesProcessed?: number;
|
|
2146
|
+
BytesProcessed?: number | undefined;
|
|
2147
2147
|
/**
|
|
2148
2148
|
* <p>The current number of bytes of records payload data returned.</p>
|
|
2149
2149
|
* @public
|
|
2150
2150
|
*/
|
|
2151
|
-
BytesReturned?: number;
|
|
2151
|
+
BytesReturned?: number | undefined;
|
|
2152
2152
|
}
|
|
2153
2153
|
/**
|
|
2154
2154
|
* <p>This data type contains information about the progress event of an operation.</p>
|
|
@@ -2159,7 +2159,7 @@ export interface ProgressEvent {
|
|
|
2159
2159
|
* <p>The Progress event details.</p>
|
|
2160
2160
|
* @public
|
|
2161
2161
|
*/
|
|
2162
|
-
Details?: Progress;
|
|
2162
|
+
Details?: Progress | undefined;
|
|
2163
2163
|
}
|
|
2164
2164
|
/**
|
|
2165
2165
|
* <p>The container for the records event.</p>
|
|
@@ -2175,7 +2175,7 @@ export interface RecordsEvent {
|
|
|
2175
2175
|
* aggregate the results on the client side and parse the response.</p>
|
|
2176
2176
|
* @public
|
|
2177
2177
|
*/
|
|
2178
|
-
Payload?: Uint8Array;
|
|
2178
|
+
Payload?: Uint8Array | undefined;
|
|
2179
2179
|
}
|
|
2180
2180
|
/**
|
|
2181
2181
|
* <p>Container for the stats details.</p>
|
|
@@ -2186,17 +2186,17 @@ export interface Stats {
|
|
|
2186
2186
|
* <p>The total number of object bytes scanned.</p>
|
|
2187
2187
|
* @public
|
|
2188
2188
|
*/
|
|
2189
|
-
BytesScanned?: number;
|
|
2189
|
+
BytesScanned?: number | undefined;
|
|
2190
2190
|
/**
|
|
2191
2191
|
* <p>The total number of uncompressed object bytes processed.</p>
|
|
2192
2192
|
* @public
|
|
2193
2193
|
*/
|
|
2194
|
-
BytesProcessed?: number;
|
|
2194
|
+
BytesProcessed?: number | undefined;
|
|
2195
2195
|
/**
|
|
2196
2196
|
* <p>The total number of bytes of records payload data returned.</p>
|
|
2197
2197
|
* @public
|
|
2198
2198
|
*/
|
|
2199
|
-
BytesReturned?: number;
|
|
2199
|
+
BytesReturned?: number | undefined;
|
|
2200
2200
|
}
|
|
2201
2201
|
/**
|
|
2202
2202
|
* <p>Container for the Stats Event.</p>
|
|
@@ -2207,7 +2207,7 @@ export interface StatsEvent {
|
|
|
2207
2207
|
* <p>The Stats event details.</p>
|
|
2208
2208
|
* @public
|
|
2209
2209
|
*/
|
|
2210
|
-
Details?: Stats;
|
|
2210
|
+
Details?: Stats | undefined;
|
|
2211
2211
|
}
|
|
2212
2212
|
/**
|
|
2213
2213
|
* <p>The container for selecting objects from a content event stream.</p>
|
|
@@ -2307,7 +2307,7 @@ export interface SelectObjectContentOutput {
|
|
|
2307
2307
|
* <p>The array of results.</p>
|
|
2308
2308
|
* @public
|
|
2309
2309
|
*/
|
|
2310
|
-
Payload?: AsyncIterable<SelectObjectContentEventStream
|
|
2310
|
+
Payload?: AsyncIterable<SelectObjectContentEventStream> | undefined;
|
|
2311
2311
|
}
|
|
2312
2312
|
/**
|
|
2313
2313
|
* <p>Container for specifying if periodic <code>QueryProgress</code> messages should be
|
|
@@ -2320,7 +2320,7 @@ export interface RequestProgress {
|
|
|
2320
2320
|
* FALSE. Default value: FALSE.</p>
|
|
2321
2321
|
* @public
|
|
2322
2322
|
*/
|
|
2323
|
-
Enabled?: boolean;
|
|
2323
|
+
Enabled?: boolean | undefined;
|
|
2324
2324
|
}
|
|
2325
2325
|
/**
|
|
2326
2326
|
* <p>Specifies the byte range of the object to get the records from. A record is processed
|
|
@@ -2338,7 +2338,7 @@ export interface ScanRange {
|
|
|
2338
2338
|
* from byte 50 until the end of the file.</p>
|
|
2339
2339
|
* @public
|
|
2340
2340
|
*/
|
|
2341
|
-
Start?: number;
|
|
2341
|
+
Start?: number | undefined;
|
|
2342
2342
|
/**
|
|
2343
2343
|
* <p>Specifies the end of the byte range. This parameter is optional. Valid values:
|
|
2344
2344
|
* non-negative integers. The default value is one less than the size of the object being
|
|
@@ -2348,7 +2348,7 @@ export interface ScanRange {
|
|
|
2348
2348
|
* last 50 bytes.</p>
|
|
2349
2349
|
* @public
|
|
2350
2350
|
*/
|
|
2351
|
-
End?: number;
|
|
2351
|
+
End?: number | undefined;
|
|
2352
2352
|
}
|
|
2353
2353
|
/**
|
|
2354
2354
|
* <p>Request to filter the contents of an Amazon S3 object based on a simple Structured Query
|
|
@@ -2379,7 +2379,7 @@ export interface SelectObjectContentRequest {
|
|
|
2379
2379
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
2380
2380
|
* @public
|
|
2381
2381
|
*/
|
|
2382
|
-
SSECustomerAlgorithm?: string;
|
|
2382
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
2383
2383
|
/**
|
|
2384
2384
|
* <p>The server-side encryption (SSE) customer managed key. This parameter is needed only when the object was created using a checksum algorithm.
|
|
2385
2385
|
* For more information, see
|
|
@@ -2387,7 +2387,7 @@ export interface SelectObjectContentRequest {
|
|
|
2387
2387
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
2388
2388
|
* @public
|
|
2389
2389
|
*/
|
|
2390
|
-
SSECustomerKey?: string;
|
|
2390
|
+
SSECustomerKey?: string | undefined;
|
|
2391
2391
|
/**
|
|
2392
2392
|
* <p>The MD5 server-side encryption (SSE) customer managed key. This parameter is needed only when the object was created using a checksum
|
|
2393
2393
|
* algorithm. For more information,
|
|
@@ -2395,7 +2395,7 @@ export interface SelectObjectContentRequest {
|
|
|
2395
2395
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
2396
2396
|
* @public
|
|
2397
2397
|
*/
|
|
2398
|
-
SSECustomerKeyMD5?: string;
|
|
2398
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
2399
2399
|
/**
|
|
2400
2400
|
* <p>The expression that is used to query the object.</p>
|
|
2401
2401
|
* @public
|
|
@@ -2410,7 +2410,7 @@ export interface SelectObjectContentRequest {
|
|
|
2410
2410
|
* <p>Specifies if periodic request progress information should be enabled.</p>
|
|
2411
2411
|
* @public
|
|
2412
2412
|
*/
|
|
2413
|
-
RequestProgress?: RequestProgress;
|
|
2413
|
+
RequestProgress?: RequestProgress | undefined;
|
|
2414
2414
|
/**
|
|
2415
2415
|
* <p>Describes the format of the data in the object that is being queried.</p>
|
|
2416
2416
|
* @public
|
|
@@ -2448,12 +2448,12 @@ export interface SelectObjectContentRequest {
|
|
|
2448
2448
|
* </ul>
|
|
2449
2449
|
* @public
|
|
2450
2450
|
*/
|
|
2451
|
-
ScanRange?: ScanRange;
|
|
2451
|
+
ScanRange?: ScanRange | undefined;
|
|
2452
2452
|
/**
|
|
2453
2453
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
2454
2454
|
* @public
|
|
2455
2455
|
*/
|
|
2456
|
-
ExpectedBucketOwner?: string;
|
|
2456
|
+
ExpectedBucketOwner?: string | undefined;
|
|
2457
2457
|
}
|
|
2458
2458
|
/**
|
|
2459
2459
|
* @public
|
|
@@ -2464,12 +2464,12 @@ export interface UploadPartOutput {
|
|
|
2464
2464
|
* <code>AES256</code>, <code>aws:kms</code>).</p>
|
|
2465
2465
|
* @public
|
|
2466
2466
|
*/
|
|
2467
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
2467
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
2468
2468
|
/**
|
|
2469
2469
|
* <p>Entity tag for the uploaded object.</p>
|
|
2470
2470
|
* @public
|
|
2471
2471
|
*/
|
|
2472
|
-
ETag?: string;
|
|
2472
|
+
ETag?: string | undefined;
|
|
2473
2473
|
/**
|
|
2474
2474
|
* <p>The base64-encoded, 32-bit CRC-32 checksum of the object. This will only be present if it was uploaded
|
|
2475
2475
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
@@ -2477,7 +2477,7 @@ export interface UploadPartOutput {
|
|
|
2477
2477
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2478
2478
|
* @public
|
|
2479
2479
|
*/
|
|
2480
|
-
ChecksumCRC32?: string;
|
|
2480
|
+
ChecksumCRC32?: string | undefined;
|
|
2481
2481
|
/**
|
|
2482
2482
|
* <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
|
|
2483
2483
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
@@ -2485,7 +2485,7 @@ export interface UploadPartOutput {
|
|
|
2485
2485
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2486
2486
|
* @public
|
|
2487
2487
|
*/
|
|
2488
|
-
ChecksumCRC32C?: string;
|
|
2488
|
+
ChecksumCRC32C?: string | undefined;
|
|
2489
2489
|
/**
|
|
2490
2490
|
* <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
|
|
2491
2491
|
* with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
@@ -2493,7 +2493,7 @@ export interface UploadPartOutput {
|
|
|
2493
2493
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2494
2494
|
* @public
|
|
2495
2495
|
*/
|
|
2496
|
-
ChecksumSHA1?: string;
|
|
2496
|
+
ChecksumSHA1?: string | undefined;
|
|
2497
2497
|
/**
|
|
2498
2498
|
* <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
|
|
2499
2499
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
@@ -2501,7 +2501,7 @@ export interface UploadPartOutput {
|
|
|
2501
2501
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2502
2502
|
* @public
|
|
2503
2503
|
*/
|
|
2504
|
-
ChecksumSHA256?: string;
|
|
2504
|
+
ChecksumSHA256?: string | undefined;
|
|
2505
2505
|
/**
|
|
2506
2506
|
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
2507
2507
|
* response will include this header to confirm the encryption algorithm that's used.</p>
|
|
@@ -2510,7 +2510,7 @@ export interface UploadPartOutput {
|
|
|
2510
2510
|
* </note>
|
|
2511
2511
|
* @public
|
|
2512
2512
|
*/
|
|
2513
|
-
SSECustomerAlgorithm?: string;
|
|
2513
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
2514
2514
|
/**
|
|
2515
2515
|
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
2516
2516
|
* response will include this header to provide the round-trip message integrity verification of
|
|
@@ -2520,18 +2520,18 @@ export interface UploadPartOutput {
|
|
|
2520
2520
|
* </note>
|
|
2521
2521
|
* @public
|
|
2522
2522
|
*/
|
|
2523
|
-
SSECustomerKeyMD5?: string;
|
|
2523
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
2524
2524
|
/**
|
|
2525
2525
|
* <p>If present, indicates the ID of the KMS key that was used for object encryption.</p>
|
|
2526
2526
|
* @public
|
|
2527
2527
|
*/
|
|
2528
|
-
SSEKMSKeyId?: string;
|
|
2528
|
+
SSEKMSKeyId?: string | undefined;
|
|
2529
2529
|
/**
|
|
2530
2530
|
* <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption
|
|
2531
2531
|
* with Key Management Service (KMS) keys (SSE-KMS).</p>
|
|
2532
2532
|
* @public
|
|
2533
2533
|
*/
|
|
2534
|
-
BucketKeyEnabled?: boolean;
|
|
2534
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
2535
2535
|
/**
|
|
2536
2536
|
* <p>If present, indicates that the requester was successfully charged for the
|
|
2537
2537
|
* request.</p>
|
|
@@ -2540,7 +2540,7 @@ export interface UploadPartOutput {
|
|
|
2540
2540
|
* </note>
|
|
2541
2541
|
* @public
|
|
2542
2542
|
*/
|
|
2543
|
-
RequestCharged?: RequestCharged;
|
|
2543
|
+
RequestCharged?: RequestCharged | undefined;
|
|
2544
2544
|
}
|
|
2545
2545
|
/**
|
|
2546
2546
|
* @public
|
|
@@ -2550,7 +2550,7 @@ export interface UploadPartRequest {
|
|
|
2550
2550
|
* <p>Object data.</p>
|
|
2551
2551
|
* @public
|
|
2552
2552
|
*/
|
|
2553
|
-
Body?: StreamingBlobTypes;
|
|
2553
|
+
Body?: StreamingBlobTypes | undefined;
|
|
2554
2554
|
/**
|
|
2555
2555
|
* <p>The name of the bucket to which the multipart upload was initiated.</p>
|
|
2556
2556
|
* <p>
|
|
@@ -2578,7 +2578,7 @@ export interface UploadPartRequest {
|
|
|
2578
2578
|
* determined automatically.</p>
|
|
2579
2579
|
* @public
|
|
2580
2580
|
*/
|
|
2581
|
-
ContentLength?: number;
|
|
2581
|
+
ContentLength?: number | undefined;
|
|
2582
2582
|
/**
|
|
2583
2583
|
* <p>The base64-encoded 128-bit MD5 digest of the part data. This parameter is auto-populated
|
|
2584
2584
|
* when using the command from the CLI. This parameter is required if object lock parameters
|
|
@@ -2588,7 +2588,7 @@ export interface UploadPartRequest {
|
|
|
2588
2588
|
* </note>
|
|
2589
2589
|
* @public
|
|
2590
2590
|
*/
|
|
2591
|
-
ContentMD5?: string;
|
|
2591
|
+
ContentMD5?: string | undefined;
|
|
2592
2592
|
/**
|
|
2593
2593
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
2594
2594
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
@@ -2601,7 +2601,7 @@ export interface UploadPartRequest {
|
|
|
2601
2601
|
* supplied in the <code>CreateMultipartUpload</code> request.</p>
|
|
2602
2602
|
* @public
|
|
2603
2603
|
*/
|
|
2604
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
2604
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
2605
2605
|
/**
|
|
2606
2606
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
2607
2607
|
* This header specifies the base64-encoded, 32-bit CRC-32 checksum of the object. For more information, see
|
|
@@ -2609,7 +2609,7 @@ export interface UploadPartRequest {
|
|
|
2609
2609
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
2610
2610
|
* @public
|
|
2611
2611
|
*/
|
|
2612
|
-
ChecksumCRC32?: string;
|
|
2612
|
+
ChecksumCRC32?: string | undefined;
|
|
2613
2613
|
/**
|
|
2614
2614
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
2615
2615
|
* This header specifies the base64-encoded, 32-bit CRC-32C checksum of the object. For more information, see
|
|
@@ -2617,7 +2617,7 @@ export interface UploadPartRequest {
|
|
|
2617
2617
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
2618
2618
|
* @public
|
|
2619
2619
|
*/
|
|
2620
|
-
ChecksumCRC32C?: string;
|
|
2620
|
+
ChecksumCRC32C?: string | undefined;
|
|
2621
2621
|
/**
|
|
2622
2622
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
2623
2623
|
* This header specifies the base64-encoded, 160-bit SHA-1 digest of the object. For more information, see
|
|
@@ -2625,7 +2625,7 @@ export interface UploadPartRequest {
|
|
|
2625
2625
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
2626
2626
|
* @public
|
|
2627
2627
|
*/
|
|
2628
|
-
ChecksumSHA1?: string;
|
|
2628
|
+
ChecksumSHA1?: string | undefined;
|
|
2629
2629
|
/**
|
|
2630
2630
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
2631
2631
|
* This header specifies the base64-encoded, 256-bit SHA-256 digest of the object. For more information, see
|
|
@@ -2633,7 +2633,7 @@ export interface UploadPartRequest {
|
|
|
2633
2633
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
2634
2634
|
* @public
|
|
2635
2635
|
*/
|
|
2636
|
-
ChecksumSHA256?: string;
|
|
2636
|
+
ChecksumSHA256?: string | undefined;
|
|
2637
2637
|
/**
|
|
2638
2638
|
* <p>Object key for which the multipart upload was initiated.</p>
|
|
2639
2639
|
* @public
|
|
@@ -2658,7 +2658,7 @@ export interface UploadPartRequest {
|
|
|
2658
2658
|
* </note>
|
|
2659
2659
|
* @public
|
|
2660
2660
|
*/
|
|
2661
|
-
SSECustomerAlgorithm?: string;
|
|
2661
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
2662
2662
|
/**
|
|
2663
2663
|
* <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
|
|
2664
2664
|
* value is used to store the object and then it is discarded; Amazon S3 does not store the
|
|
@@ -2670,7 +2670,7 @@ export interface UploadPartRequest {
|
|
|
2670
2670
|
* </note>
|
|
2671
2671
|
* @public
|
|
2672
2672
|
*/
|
|
2673
|
-
SSECustomerKey?: string;
|
|
2673
|
+
SSECustomerKey?: string | undefined;
|
|
2674
2674
|
/**
|
|
2675
2675
|
* <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
|
|
2676
2676
|
* this header for a message integrity check to ensure that the encryption key was transmitted
|
|
@@ -2680,7 +2680,7 @@ export interface UploadPartRequest {
|
|
|
2680
2680
|
* </note>
|
|
2681
2681
|
* @public
|
|
2682
2682
|
*/
|
|
2683
|
-
SSECustomerKeyMD5?: string;
|
|
2683
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
2684
2684
|
/**
|
|
2685
2685
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
2686
2686
|
* owners need not specify this parameter in their requests. If either the source or
|
|
@@ -2693,12 +2693,12 @@ export interface UploadPartRequest {
|
|
|
2693
2693
|
* </note>
|
|
2694
2694
|
* @public
|
|
2695
2695
|
*/
|
|
2696
|
-
RequestPayer?: RequestPayer;
|
|
2696
|
+
RequestPayer?: RequestPayer | undefined;
|
|
2697
2697
|
/**
|
|
2698
2698
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
2699
2699
|
* @public
|
|
2700
2700
|
*/
|
|
2701
|
-
ExpectedBucketOwner?: string;
|
|
2701
|
+
ExpectedBucketOwner?: string | undefined;
|
|
2702
2702
|
}
|
|
2703
2703
|
/**
|
|
2704
2704
|
* <p>Container for all response elements.</p>
|
|
@@ -2709,12 +2709,12 @@ export interface CopyPartResult {
|
|
|
2709
2709
|
* <p>Entity tag of the object.</p>
|
|
2710
2710
|
* @public
|
|
2711
2711
|
*/
|
|
2712
|
-
ETag?: string;
|
|
2712
|
+
ETag?: string | undefined;
|
|
2713
2713
|
/**
|
|
2714
2714
|
* <p>Date and time at which the object was uploaded.</p>
|
|
2715
2715
|
* @public
|
|
2716
2716
|
*/
|
|
2717
|
-
LastModified?: Date;
|
|
2717
|
+
LastModified?: Date | undefined;
|
|
2718
2718
|
/**
|
|
2719
2719
|
* <p>The base64-encoded, 32-bit CRC-32 checksum of the object. This will only be present if it was uploaded
|
|
2720
2720
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
@@ -2722,7 +2722,7 @@ export interface CopyPartResult {
|
|
|
2722
2722
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2723
2723
|
* @public
|
|
2724
2724
|
*/
|
|
2725
|
-
ChecksumCRC32?: string;
|
|
2725
|
+
ChecksumCRC32?: string | undefined;
|
|
2726
2726
|
/**
|
|
2727
2727
|
* <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
|
|
2728
2728
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
@@ -2730,7 +2730,7 @@ export interface CopyPartResult {
|
|
|
2730
2730
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2731
2731
|
* @public
|
|
2732
2732
|
*/
|
|
2733
|
-
ChecksumCRC32C?: string;
|
|
2733
|
+
ChecksumCRC32C?: string | undefined;
|
|
2734
2734
|
/**
|
|
2735
2735
|
* <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
|
|
2736
2736
|
* with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
@@ -2738,7 +2738,7 @@ export interface CopyPartResult {
|
|
|
2738
2738
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2739
2739
|
* @public
|
|
2740
2740
|
*/
|
|
2741
|
-
ChecksumSHA1?: string;
|
|
2741
|
+
ChecksumSHA1?: string | undefined;
|
|
2742
2742
|
/**
|
|
2743
2743
|
* <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
|
|
2744
2744
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
@@ -2746,7 +2746,7 @@ export interface CopyPartResult {
|
|
|
2746
2746
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2747
2747
|
* @public
|
|
2748
2748
|
*/
|
|
2749
|
-
ChecksumSHA256?: string;
|
|
2749
|
+
ChecksumSHA256?: string | undefined;
|
|
2750
2750
|
}
|
|
2751
2751
|
/**
|
|
2752
2752
|
* @public
|
|
@@ -2760,18 +2760,18 @@ export interface UploadPartCopyOutput {
|
|
|
2760
2760
|
* </note>
|
|
2761
2761
|
* @public
|
|
2762
2762
|
*/
|
|
2763
|
-
CopySourceVersionId?: string;
|
|
2763
|
+
CopySourceVersionId?: string | undefined;
|
|
2764
2764
|
/**
|
|
2765
2765
|
* <p>Container for all response elements.</p>
|
|
2766
2766
|
* @public
|
|
2767
2767
|
*/
|
|
2768
|
-
CopyPartResult?: CopyPartResult;
|
|
2768
|
+
CopyPartResult?: CopyPartResult | undefined;
|
|
2769
2769
|
/**
|
|
2770
2770
|
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for example,
|
|
2771
2771
|
* <code>AES256</code>, <code>aws:kms</code>).</p>
|
|
2772
2772
|
* @public
|
|
2773
2773
|
*/
|
|
2774
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
2774
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
2775
2775
|
/**
|
|
2776
2776
|
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
2777
2777
|
* response will include this header to confirm the encryption algorithm that's used.</p>
|
|
@@ -2780,7 +2780,7 @@ export interface UploadPartCopyOutput {
|
|
|
2780
2780
|
* </note>
|
|
2781
2781
|
* @public
|
|
2782
2782
|
*/
|
|
2783
|
-
SSECustomerAlgorithm?: string;
|
|
2783
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
2784
2784
|
/**
|
|
2785
2785
|
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
2786
2786
|
* response will include this header to provide the round-trip message integrity verification of
|
|
@@ -2790,18 +2790,18 @@ export interface UploadPartCopyOutput {
|
|
|
2790
2790
|
* </note>
|
|
2791
2791
|
* @public
|
|
2792
2792
|
*/
|
|
2793
|
-
SSECustomerKeyMD5?: string;
|
|
2793
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
2794
2794
|
/**
|
|
2795
2795
|
* <p>If present, indicates the ID of the KMS key that was used for object encryption.</p>
|
|
2796
2796
|
* @public
|
|
2797
2797
|
*/
|
|
2798
|
-
SSEKMSKeyId?: string;
|
|
2798
|
+
SSEKMSKeyId?: string | undefined;
|
|
2799
2799
|
/**
|
|
2800
2800
|
* <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption
|
|
2801
2801
|
* with Key Management Service (KMS) keys (SSE-KMS).</p>
|
|
2802
2802
|
* @public
|
|
2803
2803
|
*/
|
|
2804
|
-
BucketKeyEnabled?: boolean;
|
|
2804
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
2805
2805
|
/**
|
|
2806
2806
|
* <p>If present, indicates that the requester was successfully charged for the
|
|
2807
2807
|
* request.</p>
|
|
@@ -2810,7 +2810,7 @@ export interface UploadPartCopyOutput {
|
|
|
2810
2810
|
* </note>
|
|
2811
2811
|
* @public
|
|
2812
2812
|
*/
|
|
2813
|
-
RequestCharged?: RequestCharged;
|
|
2813
|
+
RequestCharged?: RequestCharged | undefined;
|
|
2814
2814
|
}
|
|
2815
2815
|
/**
|
|
2816
2816
|
* @public
|
|
@@ -2900,7 +2900,7 @@ export interface UploadPartCopyRequest {
|
|
|
2900
2900
|
* </p>
|
|
2901
2901
|
* @public
|
|
2902
2902
|
*/
|
|
2903
|
-
CopySourceIfMatch?: string;
|
|
2903
|
+
CopySourceIfMatch?: string | undefined;
|
|
2904
2904
|
/**
|
|
2905
2905
|
* <p>Copies the object if it has been modified since the specified time.</p>
|
|
2906
2906
|
* <p>If both of the
|
|
@@ -2917,7 +2917,7 @@ export interface UploadPartCopyRequest {
|
|
|
2917
2917
|
* </p>
|
|
2918
2918
|
* @public
|
|
2919
2919
|
*/
|
|
2920
|
-
CopySourceIfModifiedSince?: Date;
|
|
2920
|
+
CopySourceIfModifiedSince?: Date | undefined;
|
|
2921
2921
|
/**
|
|
2922
2922
|
* <p>Copies the object if its entity tag (ETag) is different than the specified ETag.</p>
|
|
2923
2923
|
* <p>If both of the
|
|
@@ -2934,7 +2934,7 @@ export interface UploadPartCopyRequest {
|
|
|
2934
2934
|
* </p>
|
|
2935
2935
|
* @public
|
|
2936
2936
|
*/
|
|
2937
|
-
CopySourceIfNoneMatch?: string;
|
|
2937
|
+
CopySourceIfNoneMatch?: string | undefined;
|
|
2938
2938
|
/**
|
|
2939
2939
|
* <p>Copies the object if it hasn't been modified since the specified time.</p>
|
|
2940
2940
|
* <p>If both of the
|
|
@@ -2951,7 +2951,7 @@ export interface UploadPartCopyRequest {
|
|
|
2951
2951
|
* </p>
|
|
2952
2952
|
* @public
|
|
2953
2953
|
*/
|
|
2954
|
-
CopySourceIfUnmodifiedSince?: Date;
|
|
2954
|
+
CopySourceIfUnmodifiedSince?: Date | undefined;
|
|
2955
2955
|
/**
|
|
2956
2956
|
* <p>The range of bytes to copy from the source object. The range value must use the form
|
|
2957
2957
|
* bytes=first-last, where the first and last are the zero-based byte offsets to copy. For
|
|
@@ -2959,7 +2959,7 @@ export interface UploadPartCopyRequest {
|
|
|
2959
2959
|
* can copy a range only if the source object is greater than 5 MB.</p>
|
|
2960
2960
|
* @public
|
|
2961
2961
|
*/
|
|
2962
|
-
CopySourceRange?: string;
|
|
2962
|
+
CopySourceRange?: string | undefined;
|
|
2963
2963
|
/**
|
|
2964
2964
|
* <p>Object key for which the multipart upload was initiated.</p>
|
|
2965
2965
|
* @public
|
|
@@ -2984,7 +2984,7 @@ export interface UploadPartCopyRequest {
|
|
|
2984
2984
|
* </note>
|
|
2985
2985
|
* @public
|
|
2986
2986
|
*/
|
|
2987
|
-
SSECustomerAlgorithm?: string;
|
|
2987
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
2988
2988
|
/**
|
|
2989
2989
|
* <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
|
|
2990
2990
|
* value is used to store the object and then it is discarded; Amazon S3 does not store the
|
|
@@ -2996,7 +2996,7 @@ export interface UploadPartCopyRequest {
|
|
|
2996
2996
|
* </note>
|
|
2997
2997
|
* @public
|
|
2998
2998
|
*/
|
|
2999
|
-
SSECustomerKey?: string;
|
|
2999
|
+
SSECustomerKey?: string | undefined;
|
|
3000
3000
|
/**
|
|
3001
3001
|
* <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
|
|
3002
3002
|
* this header for a message integrity check to ensure that the encryption key was transmitted
|
|
@@ -3006,7 +3006,7 @@ export interface UploadPartCopyRequest {
|
|
|
3006
3006
|
* </note>
|
|
3007
3007
|
* @public
|
|
3008
3008
|
*/
|
|
3009
|
-
SSECustomerKeyMD5?: string;
|
|
3009
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
3010
3010
|
/**
|
|
3011
3011
|
* <p>Specifies the algorithm to use when decrypting the source object (for example,
|
|
3012
3012
|
* <code>AES256</code>).</p>
|
|
@@ -3015,7 +3015,7 @@ export interface UploadPartCopyRequest {
|
|
|
3015
3015
|
* </note>
|
|
3016
3016
|
* @public
|
|
3017
3017
|
*/
|
|
3018
|
-
CopySourceSSECustomerAlgorithm?: string;
|
|
3018
|
+
CopySourceSSECustomerAlgorithm?: string | undefined;
|
|
3019
3019
|
/**
|
|
3020
3020
|
* <p>Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source
|
|
3021
3021
|
* object. The encryption key provided in this header must be one that was used when the
|
|
@@ -3025,7 +3025,7 @@ export interface UploadPartCopyRequest {
|
|
|
3025
3025
|
* </note>
|
|
3026
3026
|
* @public
|
|
3027
3027
|
*/
|
|
3028
|
-
CopySourceSSECustomerKey?: string;
|
|
3028
|
+
CopySourceSSECustomerKey?: string | undefined;
|
|
3029
3029
|
/**
|
|
3030
3030
|
* <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
|
|
3031
3031
|
* this header for a message integrity check to ensure that the encryption key was transmitted
|
|
@@ -3035,7 +3035,7 @@ export interface UploadPartCopyRequest {
|
|
|
3035
3035
|
* </note>
|
|
3036
3036
|
* @public
|
|
3037
3037
|
*/
|
|
3038
|
-
CopySourceSSECustomerKeyMD5?: string;
|
|
3038
|
+
CopySourceSSECustomerKeyMD5?: string | undefined;
|
|
3039
3039
|
/**
|
|
3040
3040
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
3041
3041
|
* owners need not specify this parameter in their requests. If either the source or
|
|
@@ -3048,17 +3048,17 @@ export interface UploadPartCopyRequest {
|
|
|
3048
3048
|
* </note>
|
|
3049
3049
|
* @public
|
|
3050
3050
|
*/
|
|
3051
|
-
RequestPayer?: RequestPayer;
|
|
3051
|
+
RequestPayer?: RequestPayer | undefined;
|
|
3052
3052
|
/**
|
|
3053
3053
|
* <p>The account ID of the expected destination bucket owner. If the account ID that you provide does not match the actual owner of the destination bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
3054
3054
|
* @public
|
|
3055
3055
|
*/
|
|
3056
|
-
ExpectedBucketOwner?: string;
|
|
3056
|
+
ExpectedBucketOwner?: string | undefined;
|
|
3057
3057
|
/**
|
|
3058
3058
|
* <p>The account ID of the expected source bucket owner. If the account ID that you provide does not match the actual owner of the source bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
3059
3059
|
* @public
|
|
3060
3060
|
*/
|
|
3061
|
-
ExpectedSourceBucketOwner?: string;
|
|
3061
|
+
ExpectedSourceBucketOwner?: string | undefined;
|
|
3062
3062
|
}
|
|
3063
3063
|
/**
|
|
3064
3064
|
* @public
|
|
@@ -3079,7 +3079,7 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3079
3079
|
* <p>The object data.</p>
|
|
3080
3080
|
* @public
|
|
3081
3081
|
*/
|
|
3082
|
-
Body?: StreamingBlobTypes;
|
|
3082
|
+
Body?: StreamingBlobTypes | undefined;
|
|
3083
3083
|
/**
|
|
3084
3084
|
* <p>The integer status code for an HTTP response of a corresponding <code>GetObject</code>
|
|
3085
3085
|
* request. The following is a list of status codes.</p>
|
|
@@ -3157,7 +3157,7 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3157
3157
|
* </ul>
|
|
3158
3158
|
* @public
|
|
3159
3159
|
*/
|
|
3160
|
-
StatusCode?: number;
|
|
3160
|
+
StatusCode?: number | undefined;
|
|
3161
3161
|
/**
|
|
3162
3162
|
* <p>A string that uniquely identifies an error condition. Returned in the <Code> tag
|
|
3163
3163
|
* of the error XML response for a corresponding <code>GetObject</code> call. Cannot be used
|
|
@@ -3166,7 +3166,7 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3166
3166
|
* value is <code>"^[A-Z][a-zA-Z]+$"</code>.</p>
|
|
3167
3167
|
* @public
|
|
3168
3168
|
*/
|
|
3169
|
-
ErrorCode?: string;
|
|
3169
|
+
ErrorCode?: string | undefined;
|
|
3170
3170
|
/**
|
|
3171
3171
|
* <p>Contains a generic description of the error condition. Returned in the <Message>
|
|
3172
3172
|
* tag of the error XML response for a corresponding <code>GetObject</code> call. Cannot be
|
|
@@ -3174,49 +3174,49 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3174
3174
|
* provided in body.</p>
|
|
3175
3175
|
* @public
|
|
3176
3176
|
*/
|
|
3177
|
-
ErrorMessage?: string;
|
|
3177
|
+
ErrorMessage?: string | undefined;
|
|
3178
3178
|
/**
|
|
3179
3179
|
* <p>Indicates that a range of bytes was specified.</p>
|
|
3180
3180
|
* @public
|
|
3181
3181
|
*/
|
|
3182
|
-
AcceptRanges?: string;
|
|
3182
|
+
AcceptRanges?: string | undefined;
|
|
3183
3183
|
/**
|
|
3184
3184
|
* <p>Specifies caching behavior along the request/reply chain.</p>
|
|
3185
3185
|
* @public
|
|
3186
3186
|
*/
|
|
3187
|
-
CacheControl?: string;
|
|
3187
|
+
CacheControl?: string | undefined;
|
|
3188
3188
|
/**
|
|
3189
3189
|
* <p>Specifies presentational information for the object.</p>
|
|
3190
3190
|
* @public
|
|
3191
3191
|
*/
|
|
3192
|
-
ContentDisposition?: string;
|
|
3192
|
+
ContentDisposition?: string | undefined;
|
|
3193
3193
|
/**
|
|
3194
3194
|
* <p>Specifies what content encodings have been applied to the object and thus what decoding
|
|
3195
3195
|
* mechanisms must be applied to obtain the media-type referenced by the Content-Type header
|
|
3196
3196
|
* field.</p>
|
|
3197
3197
|
* @public
|
|
3198
3198
|
*/
|
|
3199
|
-
ContentEncoding?: string;
|
|
3199
|
+
ContentEncoding?: string | undefined;
|
|
3200
3200
|
/**
|
|
3201
3201
|
* <p>The language the content is in.</p>
|
|
3202
3202
|
* @public
|
|
3203
3203
|
*/
|
|
3204
|
-
ContentLanguage?: string;
|
|
3204
|
+
ContentLanguage?: string | undefined;
|
|
3205
3205
|
/**
|
|
3206
3206
|
* <p>The size of the content body in bytes.</p>
|
|
3207
3207
|
* @public
|
|
3208
3208
|
*/
|
|
3209
|
-
ContentLength?: number;
|
|
3209
|
+
ContentLength?: number | undefined;
|
|
3210
3210
|
/**
|
|
3211
3211
|
* <p>The portion of the object returned in the response.</p>
|
|
3212
3212
|
* @public
|
|
3213
3213
|
*/
|
|
3214
|
-
ContentRange?: string;
|
|
3214
|
+
ContentRange?: string | undefined;
|
|
3215
3215
|
/**
|
|
3216
3216
|
* <p>A standard MIME type describing the format of the object data.</p>
|
|
3217
3217
|
* @public
|
|
3218
3218
|
*/
|
|
3219
|
-
ContentType?: string;
|
|
3219
|
+
ContentType?: string | undefined;
|
|
3220
3220
|
/**
|
|
3221
3221
|
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
3222
3222
|
* the same data that was originally sent. This specifies the base64-encoded, 32-bit CRC-32
|
|
@@ -3230,7 +3230,7 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3230
3230
|
* <p></p>
|
|
3231
3231
|
* @public
|
|
3232
3232
|
*/
|
|
3233
|
-
ChecksumCRC32?: string;
|
|
3233
|
+
ChecksumCRC32?: string | undefined;
|
|
3234
3234
|
/**
|
|
3235
3235
|
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
3236
3236
|
* the same data that was originally sent. This specifies the base64-encoded, 32-bit CRC-32C
|
|
@@ -3243,7 +3243,7 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3243
3243
|
* headers, this request will fail.</p>
|
|
3244
3244
|
* @public
|
|
3245
3245
|
*/
|
|
3246
|
-
ChecksumCRC32C?: string;
|
|
3246
|
+
ChecksumCRC32C?: string | undefined;
|
|
3247
3247
|
/**
|
|
3248
3248
|
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
3249
3249
|
* the same data that was originally sent. This specifies the base64-encoded, 160-bit SHA-1
|
|
@@ -3256,7 +3256,7 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3256
3256
|
* headers, this request will fail.</p>
|
|
3257
3257
|
* @public
|
|
3258
3258
|
*/
|
|
3259
|
-
ChecksumSHA1?: string;
|
|
3259
|
+
ChecksumSHA1?: string | undefined;
|
|
3260
3260
|
/**
|
|
3261
3261
|
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
3262
3262
|
* the same data that was originally sent. This specifies the base64-encoded, 256-bit SHA-256
|
|
@@ -3269,24 +3269,24 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3269
3269
|
* headers, this request will fail.</p>
|
|
3270
3270
|
* @public
|
|
3271
3271
|
*/
|
|
3272
|
-
ChecksumSHA256?: string;
|
|
3272
|
+
ChecksumSHA256?: string | undefined;
|
|
3273
3273
|
/**
|
|
3274
3274
|
* <p>Specifies whether an object stored in Amazon S3 is (<code>true</code>) or is not
|
|
3275
3275
|
* (<code>false</code>) a delete marker. </p>
|
|
3276
3276
|
* @public
|
|
3277
3277
|
*/
|
|
3278
|
-
DeleteMarker?: boolean;
|
|
3278
|
+
DeleteMarker?: boolean | undefined;
|
|
3279
3279
|
/**
|
|
3280
3280
|
* <p>An opaque identifier assigned by a web server to a specific version of a resource found
|
|
3281
3281
|
* at a URL. </p>
|
|
3282
3282
|
* @public
|
|
3283
3283
|
*/
|
|
3284
|
-
ETag?: string;
|
|
3284
|
+
ETag?: string | undefined;
|
|
3285
3285
|
/**
|
|
3286
3286
|
* <p>The date and time at which the object is no longer cacheable.</p>
|
|
3287
3287
|
* @public
|
|
3288
3288
|
*/
|
|
3289
|
-
Expires?: Date;
|
|
3289
|
+
Expires?: Date | undefined;
|
|
3290
3290
|
/**
|
|
3291
3291
|
* <p>If the object expiration is configured (see PUT Bucket lifecycle), the response includes
|
|
3292
3292
|
* this header. It includes the <code>expiry-date</code> and <code>rule-id</code> key-value
|
|
@@ -3294,12 +3294,12 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3294
3294
|
* is URL-encoded. </p>
|
|
3295
3295
|
* @public
|
|
3296
3296
|
*/
|
|
3297
|
-
Expiration?: string;
|
|
3297
|
+
Expiration?: string | undefined;
|
|
3298
3298
|
/**
|
|
3299
3299
|
* <p>The date and time that the object was last modified.</p>
|
|
3300
3300
|
* @public
|
|
3301
3301
|
*/
|
|
3302
|
-
LastModified?: Date;
|
|
3302
|
+
LastModified?: Date | undefined;
|
|
3303
3303
|
/**
|
|
3304
3304
|
* <p>Set to the number of metadata entries not returned in <code>x-amz-meta</code> headers.
|
|
3305
3305
|
* This can happen if you create metadata using an API like SOAP that supports more flexible
|
|
@@ -3307,39 +3307,39 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3307
3307
|
* are not legal HTTP headers.</p>
|
|
3308
3308
|
* @public
|
|
3309
3309
|
*/
|
|
3310
|
-
MissingMeta?: number;
|
|
3310
|
+
MissingMeta?: number | undefined;
|
|
3311
3311
|
/**
|
|
3312
3312
|
* <p>A map of metadata to store with the object in S3.</p>
|
|
3313
3313
|
* @public
|
|
3314
3314
|
*/
|
|
3315
|
-
Metadata?: Record<string, string
|
|
3315
|
+
Metadata?: Record<string, string> | undefined;
|
|
3316
3316
|
/**
|
|
3317
3317
|
* <p>Indicates whether an object stored in Amazon S3 has Object Lock enabled. For more information
|
|
3318
3318
|
* about S3 Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock.html">Object Lock</a>.</p>
|
|
3319
3319
|
* @public
|
|
3320
3320
|
*/
|
|
3321
|
-
ObjectLockMode?: ObjectLockMode;
|
|
3321
|
+
ObjectLockMode?: ObjectLockMode | undefined;
|
|
3322
3322
|
/**
|
|
3323
3323
|
* <p>Indicates whether an object stored in Amazon S3 has an active legal hold.</p>
|
|
3324
3324
|
* @public
|
|
3325
3325
|
*/
|
|
3326
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
3326
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
|
|
3327
3327
|
/**
|
|
3328
3328
|
* <p>The date and time when Object Lock is configured to expire.</p>
|
|
3329
3329
|
* @public
|
|
3330
3330
|
*/
|
|
3331
|
-
ObjectLockRetainUntilDate?: Date;
|
|
3331
|
+
ObjectLockRetainUntilDate?: Date | undefined;
|
|
3332
3332
|
/**
|
|
3333
3333
|
* <p>The count of parts this object has.</p>
|
|
3334
3334
|
* @public
|
|
3335
3335
|
*/
|
|
3336
|
-
PartsCount?: number;
|
|
3336
|
+
PartsCount?: number | undefined;
|
|
3337
3337
|
/**
|
|
3338
3338
|
* <p>Indicates if request involves bucket that is either a source or destination in a
|
|
3339
3339
|
* Replication rule. For more information about S3 Replication, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication.html">Replication</a>.</p>
|
|
3340
3340
|
* @public
|
|
3341
3341
|
*/
|
|
3342
|
-
ReplicationStatus?: ReplicationStatus;
|
|
3342
|
+
ReplicationStatus?: ReplicationStatus | undefined;
|
|
3343
3343
|
/**
|
|
3344
3344
|
* <p>If present, indicates that the requester was successfully charged for the
|
|
3345
3345
|
* request.</p>
|
|
@@ -3348,31 +3348,31 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3348
3348
|
* </note>
|
|
3349
3349
|
* @public
|
|
3350
3350
|
*/
|
|
3351
|
-
RequestCharged?: RequestCharged;
|
|
3351
|
+
RequestCharged?: RequestCharged | undefined;
|
|
3352
3352
|
/**
|
|
3353
3353
|
* <p>Provides information about object restoration operation and expiration time of the
|
|
3354
3354
|
* restored object copy.</p>
|
|
3355
3355
|
* @public
|
|
3356
3356
|
*/
|
|
3357
|
-
Restore?: string;
|
|
3357
|
+
Restore?: string | undefined;
|
|
3358
3358
|
/**
|
|
3359
3359
|
* <p> The server-side encryption algorithm used when storing requested object in Amazon S3 (for
|
|
3360
3360
|
* example, AES256, <code>aws:kms</code>).</p>
|
|
3361
3361
|
* @public
|
|
3362
3362
|
*/
|
|
3363
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
3363
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
3364
3364
|
/**
|
|
3365
3365
|
* <p>Encryption algorithm used if server-side encryption with a customer-provided encryption
|
|
3366
3366
|
* key was specified for object stored in Amazon S3.</p>
|
|
3367
3367
|
* @public
|
|
3368
3368
|
*/
|
|
3369
|
-
SSECustomerAlgorithm?: string;
|
|
3369
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
3370
3370
|
/**
|
|
3371
3371
|
* <p> If present, specifies the ID (Key ID, Key ARN, or Key Alias) of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric
|
|
3372
3372
|
* encryption customer managed key that was used for stored in Amazon S3 object. </p>
|
|
3373
3373
|
* @public
|
|
3374
3374
|
*/
|
|
3375
|
-
SSEKMSKeyId?: string;
|
|
3375
|
+
SSEKMSKeyId?: string | undefined;
|
|
3376
3376
|
/**
|
|
3377
3377
|
* <p> 128-bit MD5 digest of customer-provided encryption key used in Amazon S3 to encrypt data
|
|
3378
3378
|
* stored in S3. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html">Protecting data
|
|
@@ -3380,30 +3380,30 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3380
3380
|
* (SSE-C)</a>.</p>
|
|
3381
3381
|
* @public
|
|
3382
3382
|
*/
|
|
3383
|
-
SSECustomerKeyMD5?: string;
|
|
3383
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
3384
3384
|
/**
|
|
3385
3385
|
* <p>Provides storage class information of the object. Amazon S3 returns this header for all
|
|
3386
3386
|
* objects except for S3 Standard storage class objects.</p>
|
|
3387
3387
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage Classes</a>.</p>
|
|
3388
3388
|
* @public
|
|
3389
3389
|
*/
|
|
3390
|
-
StorageClass?: StorageClass;
|
|
3390
|
+
StorageClass?: StorageClass | undefined;
|
|
3391
3391
|
/**
|
|
3392
3392
|
* <p>The number of tags, if any, on the object.</p>
|
|
3393
3393
|
* @public
|
|
3394
3394
|
*/
|
|
3395
|
-
TagCount?: number;
|
|
3395
|
+
TagCount?: number | undefined;
|
|
3396
3396
|
/**
|
|
3397
3397
|
* <p>An ID used to reference a specific version of the object.</p>
|
|
3398
3398
|
* @public
|
|
3399
3399
|
*/
|
|
3400
|
-
VersionId?: string;
|
|
3400
|
+
VersionId?: string | undefined;
|
|
3401
3401
|
/**
|
|
3402
3402
|
* <p> Indicates whether the object stored in Amazon S3 uses an S3 bucket key for server-side
|
|
3403
3403
|
* encryption with Amazon Web Services KMS (SSE-KMS).</p>
|
|
3404
3404
|
* @public
|
|
3405
3405
|
*/
|
|
3406
|
-
BucketKeyEnabled?: boolean;
|
|
3406
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
3407
3407
|
}
|
|
3408
3408
|
/**
|
|
3409
3409
|
* @internal
|