@aws-sdk/client-s3 3.614.0 → 3.617.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-cjs/index.js +174 -64
- package/dist-es/S3Client.js +7 -7
- package/dist-es/commands/AbortMultipartUploadCommand.js +2 -0
- package/dist-es/commands/CreateBucketCommand.js +2 -0
- package/dist-es/commands/CreateMultipartUploadCommand.js +2 -0
- package/dist-es/commands/CreateSessionCommand.js +2 -0
- package/dist-es/commands/DeleteObjectCommand.js +2 -0
- package/dist-es/commands/DeleteObjectTaggingCommand.js +2 -0
- package/dist-es/commands/DeleteObjectsCommand.js +2 -0
- package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketAclCommand.js +2 -0
- package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketCorsCommand.js +2 -0
- package/dist-es/commands/GetBucketEncryptionCommand.js +2 -0
- package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketLocationCommand.js +2 -0
- package/dist-es/commands/GetBucketLoggingCommand.js +2 -0
- package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -0
- package/dist-es/commands/GetBucketPolicyCommand.js +2 -0
- package/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -0
- package/dist-es/commands/GetBucketReplicationCommand.js +2 -0
- package/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -0
- package/dist-es/commands/GetBucketTaggingCommand.js +2 -0
- package/dist-es/commands/GetBucketVersioningCommand.js +2 -0
- package/dist-es/commands/GetBucketWebsiteCommand.js +2 -0
- package/dist-es/commands/GetObjectAclCommand.js +2 -0
- package/dist-es/commands/GetObjectAttributesCommand.js +2 -0
- package/dist-es/commands/GetObjectLegalHoldCommand.js +2 -0
- package/dist-es/commands/GetObjectLockConfigurationCommand.js +2 -0
- package/dist-es/commands/GetObjectRetentionCommand.js +2 -0
- package/dist-es/commands/GetObjectTaggingCommand.js +2 -0
- package/dist-es/commands/GetPublicAccessBlockCommand.js +2 -0
- package/dist-es/commands/HeadBucketCommand.js +2 -0
- package/dist-es/commands/HeadObjectCommand.js +2 -1
- package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -0
- package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -0
- package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -0
- package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +2 -0
- package/dist-es/commands/ListBucketsCommand.js +2 -0
- package/dist-es/commands/ListDirectoryBucketsCommand.js +2 -0
- package/dist-es/commands/ListMultipartUploadsCommand.js +2 -0
- package/dist-es/commands/ListObjectVersionsCommand.js +2 -0
- package/dist-es/commands/ListObjectsCommand.js +2 -0
- package/dist-es/commands/ListObjectsV2Command.js +2 -0
- package/dist-es/commands/ListPartsCommand.js +2 -0
- package/dist-es/commands/PutObjectAclCommand.js +2 -0
- package/dist-es/commands/PutObjectCommand.js +2 -1
- package/dist-es/commands/PutObjectLegalHoldCommand.js +2 -0
- package/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -0
- package/dist-es/commands/PutObjectRetentionCommand.js +2 -0
- package/dist-es/commands/PutObjectTaggingCommand.js +2 -0
- package/dist-es/commands/RestoreObjectCommand.js +2 -0
- package/dist-es/commands/SelectObjectContentCommand.js +2 -0
- package/dist-es/commands/UploadPartCommand.js +2 -0
- package/dist-types/S3Client.d.ts +2 -2
- package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +11 -11
- package/dist-types/commands/DeleteObjectsCommand.d.ts +22 -22
- package/dist-types/commands/GetObjectCommand.d.ts +19 -19
- package/dist-types/commands/PutObjectCommand.d.ts +50 -50
- package/dist-types/commands/UploadPartCopyCommand.d.ts +13 -13
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/S3Client.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
- package/package.json +25 -25
package/dist-cjs/index.js
CHANGED
|
@@ -260,7 +260,7 @@ var import_middleware_expect_continue = require("@aws-sdk/middleware-expect-cont
|
|
|
260
260
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
261
261
|
var import_middleware_logger = require("@aws-sdk/middleware-logger");
|
|
262
262
|
var import_middleware_recursion_detection = require("@aws-sdk/middleware-recursion-detection");
|
|
263
|
-
var
|
|
263
|
+
var import_middleware_sdk_s32 = require("@aws-sdk/middleware-sdk-s3");
|
|
264
264
|
var import_middleware_signing = require("@aws-sdk/middleware-signing");
|
|
265
265
|
var import_middleware_user_agent = require("@aws-sdk/middleware-user-agent");
|
|
266
266
|
var import_config_resolver = require("@smithy/config-resolver");
|
|
@@ -271,6 +271,7 @@ var import_middleware_retry = require("@smithy/middleware-retry");
|
|
|
271
271
|
|
|
272
272
|
|
|
273
273
|
// src/commands/CreateSessionCommand.ts
|
|
274
|
+
var import_middleware_sdk_s3 = require("@aws-sdk/middleware-sdk-s3");
|
|
274
275
|
var import_middleware_endpoint = require("@smithy/middleware-endpoint");
|
|
275
276
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
276
277
|
|
|
@@ -8388,7 +8389,8 @@ var _CreateSessionCommand = class _CreateSessionCommand extends import_smithy_cl
|
|
|
8388
8389
|
}).m(function(Command, cs, config, o) {
|
|
8389
8390
|
return [
|
|
8390
8391
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8391
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8392
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8393
|
+
(0, import_middleware_sdk_s3.getThrow200ExceptionsPlugin)(config)
|
|
8392
8394
|
];
|
|
8393
8395
|
}).s("AmazonS3", "CreateSession", {}).n("S3Client", "CreateSessionCommand").f(void 0, CreateSessionOutputFilterSensitiveLog).ser(se_CreateSessionCommand).de(de_CreateSessionCommand).build() {
|
|
8394
8396
|
};
|
|
@@ -8425,26 +8427,26 @@ var _S3Client = class _S3Client extends import_smithy_client.Client {
|
|
|
8425
8427
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
8426
8428
|
const _config_2 = (0, import_config_resolver.resolveRegionConfig)(_config_1);
|
|
8427
8429
|
const _config_3 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_2);
|
|
8428
|
-
const _config_4 = (0,
|
|
8429
|
-
const _config_5 = (0,
|
|
8430
|
-
const _config_6 = (0,
|
|
8431
|
-
const _config_7 = (0,
|
|
8432
|
-
const _config_8 = (0,
|
|
8430
|
+
const _config_4 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_3);
|
|
8431
|
+
const _config_5 = (0, import_middleware_signing.resolveAwsAuthConfig)(_config_4);
|
|
8432
|
+
const _config_6 = (0, import_middleware_sdk_s32.resolveS3Config)(_config_5, { session: [() => this, CreateSessionCommand] });
|
|
8433
|
+
const _config_7 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_6);
|
|
8434
|
+
const _config_8 = (0, import_middleware_retry.resolveRetryConfig)(_config_7);
|
|
8433
8435
|
const _config_9 = (0, import_eventstream_serde_config_resolver.resolveEventStreamSerdeConfig)(_config_8);
|
|
8434
8436
|
const _config_10 = resolveRuntimeExtensions(_config_9, (configuration == null ? void 0 : configuration.extensions) || []);
|
|
8435
8437
|
super(_config_10);
|
|
8436
8438
|
this.config = _config_10;
|
|
8437
|
-
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
8438
|
-
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
8439
8439
|
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
|
|
8440
8440
|
this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
|
|
8441
8441
|
this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
|
|
8442
8442
|
this.middlewareStack.use((0, import_middleware_signing.getAwsAuthPlugin)(this.config));
|
|
8443
|
-
this.middlewareStack.use((0,
|
|
8443
|
+
this.middlewareStack.use((0, import_middleware_sdk_s32.getValidateBucketNamePlugin)(this.config));
|
|
8444
8444
|
this.middlewareStack.use((0, import_middleware_expect_continue.getAddExpectContinuePlugin)(this.config));
|
|
8445
|
-
this.middlewareStack.use((0,
|
|
8446
|
-
this.middlewareStack.use((0,
|
|
8445
|
+
this.middlewareStack.use((0, import_middleware_sdk_s32.getRegionRedirectMiddlewarePlugin)(this.config));
|
|
8446
|
+
this.middlewareStack.use((0, import_middleware_sdk_s32.getS3ExpressPlugin)(this.config));
|
|
8447
8447
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
8448
|
+
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
8449
|
+
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
8448
8450
|
}
|
|
8449
8451
|
/**
|
|
8450
8452
|
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
@@ -8462,6 +8464,7 @@ var S3Client = _S3Client;
|
|
|
8462
8464
|
|
|
8463
8465
|
|
|
8464
8466
|
// src/commands/AbortMultipartUploadCommand.ts
|
|
8467
|
+
var import_middleware_sdk_s33 = require("@aws-sdk/middleware-sdk-s3");
|
|
8465
8468
|
|
|
8466
8469
|
|
|
8467
8470
|
|
|
@@ -8472,7 +8475,8 @@ var _AbortMultipartUploadCommand = class _AbortMultipartUploadCommand extends im
|
|
|
8472
8475
|
}).m(function(Command, cs, config, o) {
|
|
8473
8476
|
return [
|
|
8474
8477
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8475
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8478
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8479
|
+
(0, import_middleware_sdk_s33.getThrow200ExceptionsPlugin)(config)
|
|
8476
8480
|
];
|
|
8477
8481
|
}).s("AmazonS3", "AbortMultipartUpload", {}).n("S3Client", "AbortMultipartUploadCommand").f(void 0, void 0).ser(se_AbortMultipartUploadCommand).de(de_AbortMultipartUploadCommand).build() {
|
|
8478
8482
|
};
|
|
@@ -8480,7 +8484,7 @@ __name(_AbortMultipartUploadCommand, "AbortMultipartUploadCommand");
|
|
|
8480
8484
|
var AbortMultipartUploadCommand = _AbortMultipartUploadCommand;
|
|
8481
8485
|
|
|
8482
8486
|
// src/commands/CompleteMultipartUploadCommand.ts
|
|
8483
|
-
var
|
|
8487
|
+
var import_middleware_sdk_s34 = require("@aws-sdk/middleware-sdk-s3");
|
|
8484
8488
|
var import_middleware_ssec = require("@aws-sdk/middleware-ssec");
|
|
8485
8489
|
|
|
8486
8490
|
|
|
@@ -8493,7 +8497,7 @@ var _CompleteMultipartUploadCommand = class _CompleteMultipartUploadCommand exte
|
|
|
8493
8497
|
return [
|
|
8494
8498
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8495
8499
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8496
|
-
(0,
|
|
8500
|
+
(0, import_middleware_sdk_s34.getThrow200ExceptionsPlugin)(config),
|
|
8497
8501
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
8498
8502
|
];
|
|
8499
8503
|
}).s("AmazonS3", "CompleteMultipartUpload", {}).n("S3Client", "CompleteMultipartUploadCommand").f(CompleteMultipartUploadRequestFilterSensitiveLog, CompleteMultipartUploadOutputFilterSensitiveLog).ser(se_CompleteMultipartUploadCommand).de(de_CompleteMultipartUploadCommand).build() {
|
|
@@ -8502,7 +8506,7 @@ __name(_CompleteMultipartUploadCommand, "CompleteMultipartUploadCommand");
|
|
|
8502
8506
|
var CompleteMultipartUploadCommand = _CompleteMultipartUploadCommand;
|
|
8503
8507
|
|
|
8504
8508
|
// src/commands/CopyObjectCommand.ts
|
|
8505
|
-
var
|
|
8509
|
+
var import_middleware_sdk_s35 = require("@aws-sdk/middleware-sdk-s3");
|
|
8506
8510
|
|
|
8507
8511
|
|
|
8508
8512
|
|
|
@@ -8517,7 +8521,7 @@ var _CopyObjectCommand = class _CopyObjectCommand extends import_smithy_client.C
|
|
|
8517
8521
|
return [
|
|
8518
8522
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8519
8523
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8520
|
-
(0,
|
|
8524
|
+
(0, import_middleware_sdk_s35.getThrow200ExceptionsPlugin)(config),
|
|
8521
8525
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
8522
8526
|
];
|
|
8523
8527
|
}).s("AmazonS3", "CopyObject", {}).n("S3Client", "CopyObjectCommand").f(CopyObjectRequestFilterSensitiveLog, CopyObjectOutputFilterSensitiveLog).ser(se_CopyObjectCommand).de(de_CopyObjectCommand).build() {
|
|
@@ -8527,6 +8531,7 @@ var CopyObjectCommand = _CopyObjectCommand;
|
|
|
8527
8531
|
|
|
8528
8532
|
// src/commands/CreateBucketCommand.ts
|
|
8529
8533
|
var import_middleware_location_constraint = require("@aws-sdk/middleware-location-constraint");
|
|
8534
|
+
var import_middleware_sdk_s36 = require("@aws-sdk/middleware-sdk-s3");
|
|
8530
8535
|
|
|
8531
8536
|
|
|
8532
8537
|
|
|
@@ -8539,6 +8544,7 @@ var _CreateBucketCommand = class _CreateBucketCommand extends import_smithy_clie
|
|
|
8539
8544
|
return [
|
|
8540
8545
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8541
8546
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8547
|
+
(0, import_middleware_sdk_s36.getThrow200ExceptionsPlugin)(config),
|
|
8542
8548
|
(0, import_middleware_location_constraint.getLocationConstraintPlugin)(config)
|
|
8543
8549
|
];
|
|
8544
8550
|
}).s("AmazonS3", "CreateBucket", {}).n("S3Client", "CreateBucketCommand").f(void 0, void 0).ser(se_CreateBucketCommand).de(de_CreateBucketCommand).build() {
|
|
@@ -8547,6 +8553,7 @@ __name(_CreateBucketCommand, "CreateBucketCommand");
|
|
|
8547
8553
|
var CreateBucketCommand = _CreateBucketCommand;
|
|
8548
8554
|
|
|
8549
8555
|
// src/commands/CreateMultipartUploadCommand.ts
|
|
8556
|
+
var import_middleware_sdk_s37 = require("@aws-sdk/middleware-sdk-s3");
|
|
8550
8557
|
|
|
8551
8558
|
|
|
8552
8559
|
|
|
@@ -8559,6 +8566,7 @@ var _CreateMultipartUploadCommand = class _CreateMultipartUploadCommand extends
|
|
|
8559
8566
|
return [
|
|
8560
8567
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8561
8568
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8569
|
+
(0, import_middleware_sdk_s37.getThrow200ExceptionsPlugin)(config),
|
|
8562
8570
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
8563
8571
|
];
|
|
8564
8572
|
}).s("AmazonS3", "CreateMultipartUpload", {}).n("S3Client", "CreateMultipartUploadCommand").f(CreateMultipartUploadRequestFilterSensitiveLog, CreateMultipartUploadOutputFilterSensitiveLog).ser(se_CreateMultipartUploadCommand).de(de_CreateMultipartUploadCommand).build() {
|
|
@@ -8801,6 +8809,7 @@ __name(_DeleteBucketWebsiteCommand, "DeleteBucketWebsiteCommand");
|
|
|
8801
8809
|
var DeleteBucketWebsiteCommand = _DeleteBucketWebsiteCommand;
|
|
8802
8810
|
|
|
8803
8811
|
// src/commands/DeleteObjectCommand.ts
|
|
8812
|
+
var import_middleware_sdk_s38 = require("@aws-sdk/middleware-sdk-s3");
|
|
8804
8813
|
|
|
8805
8814
|
|
|
8806
8815
|
|
|
@@ -8811,7 +8820,8 @@ var _DeleteObjectCommand = class _DeleteObjectCommand extends import_smithy_clie
|
|
|
8811
8820
|
}).m(function(Command, cs, config, o) {
|
|
8812
8821
|
return [
|
|
8813
8822
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8814
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8823
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8824
|
+
(0, import_middleware_sdk_s38.getThrow200ExceptionsPlugin)(config)
|
|
8815
8825
|
];
|
|
8816
8826
|
}).s("AmazonS3", "DeleteObject", {}).n("S3Client", "DeleteObjectCommand").f(void 0, void 0).ser(se_DeleteObjectCommand).de(de_DeleteObjectCommand).build() {
|
|
8817
8827
|
};
|
|
@@ -8820,6 +8830,7 @@ var DeleteObjectCommand = _DeleteObjectCommand;
|
|
|
8820
8830
|
|
|
8821
8831
|
// src/commands/DeleteObjectsCommand.ts
|
|
8822
8832
|
var import_middleware_flexible_checksums = require("@aws-sdk/middleware-flexible-checksums");
|
|
8833
|
+
var import_middleware_sdk_s39 = require("@aws-sdk/middleware-sdk-s3");
|
|
8823
8834
|
|
|
8824
8835
|
|
|
8825
8836
|
|
|
@@ -8830,6 +8841,7 @@ var _DeleteObjectsCommand = class _DeleteObjectsCommand extends import_smithy_cl
|
|
|
8830
8841
|
return [
|
|
8831
8842
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8832
8843
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8844
|
+
(0, import_middleware_sdk_s39.getThrow200ExceptionsPlugin)(config),
|
|
8833
8845
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
8834
8846
|
input: this.input,
|
|
8835
8847
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
@@ -8842,6 +8854,7 @@ __name(_DeleteObjectsCommand, "DeleteObjectsCommand");
|
|
|
8842
8854
|
var DeleteObjectsCommand = _DeleteObjectsCommand;
|
|
8843
8855
|
|
|
8844
8856
|
// src/commands/DeleteObjectTaggingCommand.ts
|
|
8857
|
+
var import_middleware_sdk_s310 = require("@aws-sdk/middleware-sdk-s3");
|
|
8845
8858
|
|
|
8846
8859
|
|
|
8847
8860
|
|
|
@@ -8851,7 +8864,8 @@ var _DeleteObjectTaggingCommand = class _DeleteObjectTaggingCommand extends impo
|
|
|
8851
8864
|
}).m(function(Command, cs, config, o) {
|
|
8852
8865
|
return [
|
|
8853
8866
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8854
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8867
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8868
|
+
(0, import_middleware_sdk_s310.getThrow200ExceptionsPlugin)(config)
|
|
8855
8869
|
];
|
|
8856
8870
|
}).s("AmazonS3", "DeleteObjectTagging", {}).n("S3Client", "DeleteObjectTaggingCommand").f(void 0, void 0).ser(se_DeleteObjectTaggingCommand).de(de_DeleteObjectTaggingCommand).build() {
|
|
8857
8871
|
};
|
|
@@ -8877,6 +8891,7 @@ __name(_DeletePublicAccessBlockCommand, "DeletePublicAccessBlockCommand");
|
|
|
8877
8891
|
var DeletePublicAccessBlockCommand = _DeletePublicAccessBlockCommand;
|
|
8878
8892
|
|
|
8879
8893
|
// src/commands/GetBucketAccelerateConfigurationCommand.ts
|
|
8894
|
+
var import_middleware_sdk_s311 = require("@aws-sdk/middleware-sdk-s3");
|
|
8880
8895
|
|
|
8881
8896
|
|
|
8882
8897
|
|
|
@@ -8887,7 +8902,8 @@ var _GetBucketAccelerateConfigurationCommand = class _GetBucketAccelerateConfigu
|
|
|
8887
8902
|
}).m(function(Command, cs, config, o) {
|
|
8888
8903
|
return [
|
|
8889
8904
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8890
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8905
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8906
|
+
(0, import_middleware_sdk_s311.getThrow200ExceptionsPlugin)(config)
|
|
8891
8907
|
];
|
|
8892
8908
|
}).s("AmazonS3", "GetBucketAccelerateConfiguration", {}).n("S3Client", "GetBucketAccelerateConfigurationCommand").f(void 0, void 0).ser(se_GetBucketAccelerateConfigurationCommand).de(de_GetBucketAccelerateConfigurationCommand).build() {
|
|
8893
8909
|
};
|
|
@@ -8895,6 +8911,7 @@ __name(_GetBucketAccelerateConfigurationCommand, "GetBucketAccelerateConfigurati
|
|
|
8895
8911
|
var GetBucketAccelerateConfigurationCommand = _GetBucketAccelerateConfigurationCommand;
|
|
8896
8912
|
|
|
8897
8913
|
// src/commands/GetBucketAclCommand.ts
|
|
8914
|
+
var import_middleware_sdk_s312 = require("@aws-sdk/middleware-sdk-s3");
|
|
8898
8915
|
|
|
8899
8916
|
|
|
8900
8917
|
|
|
@@ -8905,7 +8922,8 @@ var _GetBucketAclCommand = class _GetBucketAclCommand extends import_smithy_clie
|
|
|
8905
8922
|
}).m(function(Command, cs, config, o) {
|
|
8906
8923
|
return [
|
|
8907
8924
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8908
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8925
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8926
|
+
(0, import_middleware_sdk_s312.getThrow200ExceptionsPlugin)(config)
|
|
8909
8927
|
];
|
|
8910
8928
|
}).s("AmazonS3", "GetBucketAcl", {}).n("S3Client", "GetBucketAclCommand").f(void 0, void 0).ser(se_GetBucketAclCommand).de(de_GetBucketAclCommand).build() {
|
|
8911
8929
|
};
|
|
@@ -8913,6 +8931,7 @@ __name(_GetBucketAclCommand, "GetBucketAclCommand");
|
|
|
8913
8931
|
var GetBucketAclCommand = _GetBucketAclCommand;
|
|
8914
8932
|
|
|
8915
8933
|
// src/commands/GetBucketAnalyticsConfigurationCommand.ts
|
|
8934
|
+
var import_middleware_sdk_s313 = require("@aws-sdk/middleware-sdk-s3");
|
|
8916
8935
|
|
|
8917
8936
|
|
|
8918
8937
|
|
|
@@ -8923,7 +8942,8 @@ var _GetBucketAnalyticsConfigurationCommand = class _GetBucketAnalyticsConfigura
|
|
|
8923
8942
|
}).m(function(Command, cs, config, o) {
|
|
8924
8943
|
return [
|
|
8925
8944
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8926
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8945
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8946
|
+
(0, import_middleware_sdk_s313.getThrow200ExceptionsPlugin)(config)
|
|
8927
8947
|
];
|
|
8928
8948
|
}).s("AmazonS3", "GetBucketAnalyticsConfiguration", {}).n("S3Client", "GetBucketAnalyticsConfigurationCommand").f(void 0, void 0).ser(se_GetBucketAnalyticsConfigurationCommand).de(de_GetBucketAnalyticsConfigurationCommand).build() {
|
|
8929
8949
|
};
|
|
@@ -8931,6 +8951,7 @@ __name(_GetBucketAnalyticsConfigurationCommand, "GetBucketAnalyticsConfiguration
|
|
|
8931
8951
|
var GetBucketAnalyticsConfigurationCommand = _GetBucketAnalyticsConfigurationCommand;
|
|
8932
8952
|
|
|
8933
8953
|
// src/commands/GetBucketCorsCommand.ts
|
|
8954
|
+
var import_middleware_sdk_s314 = require("@aws-sdk/middleware-sdk-s3");
|
|
8934
8955
|
|
|
8935
8956
|
|
|
8936
8957
|
|
|
@@ -8941,7 +8962,8 @@ var _GetBucketCorsCommand = class _GetBucketCorsCommand extends import_smithy_cl
|
|
|
8941
8962
|
}).m(function(Command, cs, config, o) {
|
|
8942
8963
|
return [
|
|
8943
8964
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8944
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8965
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8966
|
+
(0, import_middleware_sdk_s314.getThrow200ExceptionsPlugin)(config)
|
|
8945
8967
|
];
|
|
8946
8968
|
}).s("AmazonS3", "GetBucketCors", {}).n("S3Client", "GetBucketCorsCommand").f(void 0, void 0).ser(se_GetBucketCorsCommand).de(de_GetBucketCorsCommand).build() {
|
|
8947
8969
|
};
|
|
@@ -8949,6 +8971,7 @@ __name(_GetBucketCorsCommand, "GetBucketCorsCommand");
|
|
|
8949
8971
|
var GetBucketCorsCommand = _GetBucketCorsCommand;
|
|
8950
8972
|
|
|
8951
8973
|
// src/commands/GetBucketEncryptionCommand.ts
|
|
8974
|
+
var import_middleware_sdk_s315 = require("@aws-sdk/middleware-sdk-s3");
|
|
8952
8975
|
|
|
8953
8976
|
|
|
8954
8977
|
|
|
@@ -8959,7 +8982,8 @@ var _GetBucketEncryptionCommand = class _GetBucketEncryptionCommand extends impo
|
|
|
8959
8982
|
}).m(function(Command, cs, config, o) {
|
|
8960
8983
|
return [
|
|
8961
8984
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8962
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8985
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8986
|
+
(0, import_middleware_sdk_s315.getThrow200ExceptionsPlugin)(config)
|
|
8963
8987
|
];
|
|
8964
8988
|
}).s("AmazonS3", "GetBucketEncryption", {}).n("S3Client", "GetBucketEncryptionCommand").f(void 0, GetBucketEncryptionOutputFilterSensitiveLog).ser(se_GetBucketEncryptionCommand).de(de_GetBucketEncryptionCommand).build() {
|
|
8965
8989
|
};
|
|
@@ -8967,6 +8991,7 @@ __name(_GetBucketEncryptionCommand, "GetBucketEncryptionCommand");
|
|
|
8967
8991
|
var GetBucketEncryptionCommand = _GetBucketEncryptionCommand;
|
|
8968
8992
|
|
|
8969
8993
|
// src/commands/GetBucketIntelligentTieringConfigurationCommand.ts
|
|
8994
|
+
var import_middleware_sdk_s316 = require("@aws-sdk/middleware-sdk-s3");
|
|
8970
8995
|
|
|
8971
8996
|
|
|
8972
8997
|
|
|
@@ -8977,7 +9002,8 @@ var _GetBucketIntelligentTieringConfigurationCommand = class _GetBucketIntellige
|
|
|
8977
9002
|
}).m(function(Command, cs, config, o) {
|
|
8978
9003
|
return [
|
|
8979
9004
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8980
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9005
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9006
|
+
(0, import_middleware_sdk_s316.getThrow200ExceptionsPlugin)(config)
|
|
8981
9007
|
];
|
|
8982
9008
|
}).s("AmazonS3", "GetBucketIntelligentTieringConfiguration", {}).n("S3Client", "GetBucketIntelligentTieringConfigurationCommand").f(void 0, void 0).ser(se_GetBucketIntelligentTieringConfigurationCommand).de(de_GetBucketIntelligentTieringConfigurationCommand).build() {
|
|
8983
9009
|
};
|
|
@@ -8985,6 +9011,7 @@ __name(_GetBucketIntelligentTieringConfigurationCommand, "GetBucketIntelligentTi
|
|
|
8985
9011
|
var GetBucketIntelligentTieringConfigurationCommand = _GetBucketIntelligentTieringConfigurationCommand;
|
|
8986
9012
|
|
|
8987
9013
|
// src/commands/GetBucketInventoryConfigurationCommand.ts
|
|
9014
|
+
var import_middleware_sdk_s317 = require("@aws-sdk/middleware-sdk-s3");
|
|
8988
9015
|
|
|
8989
9016
|
|
|
8990
9017
|
|
|
@@ -8995,7 +9022,8 @@ var _GetBucketInventoryConfigurationCommand = class _GetBucketInventoryConfigura
|
|
|
8995
9022
|
}).m(function(Command, cs, config, o) {
|
|
8996
9023
|
return [
|
|
8997
9024
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8998
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9025
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9026
|
+
(0, import_middleware_sdk_s317.getThrow200ExceptionsPlugin)(config)
|
|
8999
9027
|
];
|
|
9000
9028
|
}).s("AmazonS3", "GetBucketInventoryConfiguration", {}).n("S3Client", "GetBucketInventoryConfigurationCommand").f(void 0, GetBucketInventoryConfigurationOutputFilterSensitiveLog).ser(se_GetBucketInventoryConfigurationCommand).de(de_GetBucketInventoryConfigurationCommand).build() {
|
|
9001
9029
|
};
|
|
@@ -9003,6 +9031,7 @@ __name(_GetBucketInventoryConfigurationCommand, "GetBucketInventoryConfiguration
|
|
|
9003
9031
|
var GetBucketInventoryConfigurationCommand = _GetBucketInventoryConfigurationCommand;
|
|
9004
9032
|
|
|
9005
9033
|
// src/commands/GetBucketLifecycleConfigurationCommand.ts
|
|
9034
|
+
var import_middleware_sdk_s318 = require("@aws-sdk/middleware-sdk-s3");
|
|
9006
9035
|
|
|
9007
9036
|
|
|
9008
9037
|
|
|
@@ -9013,7 +9042,8 @@ var _GetBucketLifecycleConfigurationCommand = class _GetBucketLifecycleConfigura
|
|
|
9013
9042
|
}).m(function(Command, cs, config, o) {
|
|
9014
9043
|
return [
|
|
9015
9044
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9016
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9045
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9046
|
+
(0, import_middleware_sdk_s318.getThrow200ExceptionsPlugin)(config)
|
|
9017
9047
|
];
|
|
9018
9048
|
}).s("AmazonS3", "GetBucketLifecycleConfiguration", {}).n("S3Client", "GetBucketLifecycleConfigurationCommand").f(void 0, void 0).ser(se_GetBucketLifecycleConfigurationCommand).de(de_GetBucketLifecycleConfigurationCommand).build() {
|
|
9019
9049
|
};
|
|
@@ -9021,6 +9051,7 @@ __name(_GetBucketLifecycleConfigurationCommand, "GetBucketLifecycleConfiguration
|
|
|
9021
9051
|
var GetBucketLifecycleConfigurationCommand = _GetBucketLifecycleConfigurationCommand;
|
|
9022
9052
|
|
|
9023
9053
|
// src/commands/GetBucketLocationCommand.ts
|
|
9054
|
+
var import_middleware_sdk_s319 = require("@aws-sdk/middleware-sdk-s3");
|
|
9024
9055
|
|
|
9025
9056
|
|
|
9026
9057
|
|
|
@@ -9031,7 +9062,8 @@ var _GetBucketLocationCommand = class _GetBucketLocationCommand extends import_s
|
|
|
9031
9062
|
}).m(function(Command, cs, config, o) {
|
|
9032
9063
|
return [
|
|
9033
9064
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9034
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9065
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9066
|
+
(0, import_middleware_sdk_s319.getThrow200ExceptionsPlugin)(config)
|
|
9035
9067
|
];
|
|
9036
9068
|
}).s("AmazonS3", "GetBucketLocation", {}).n("S3Client", "GetBucketLocationCommand").f(void 0, void 0).ser(se_GetBucketLocationCommand).de(de_GetBucketLocationCommand).build() {
|
|
9037
9069
|
};
|
|
@@ -9039,6 +9071,7 @@ __name(_GetBucketLocationCommand, "GetBucketLocationCommand");
|
|
|
9039
9071
|
var GetBucketLocationCommand = _GetBucketLocationCommand;
|
|
9040
9072
|
|
|
9041
9073
|
// src/commands/GetBucketLoggingCommand.ts
|
|
9074
|
+
var import_middleware_sdk_s320 = require("@aws-sdk/middleware-sdk-s3");
|
|
9042
9075
|
|
|
9043
9076
|
|
|
9044
9077
|
|
|
@@ -9049,7 +9082,8 @@ var _GetBucketLoggingCommand = class _GetBucketLoggingCommand extends import_smi
|
|
|
9049
9082
|
}).m(function(Command, cs, config, o) {
|
|
9050
9083
|
return [
|
|
9051
9084
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9052
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9085
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9086
|
+
(0, import_middleware_sdk_s320.getThrow200ExceptionsPlugin)(config)
|
|
9053
9087
|
];
|
|
9054
9088
|
}).s("AmazonS3", "GetBucketLogging", {}).n("S3Client", "GetBucketLoggingCommand").f(void 0, void 0).ser(se_GetBucketLoggingCommand).de(de_GetBucketLoggingCommand).build() {
|
|
9055
9089
|
};
|
|
@@ -9057,6 +9091,7 @@ __name(_GetBucketLoggingCommand, "GetBucketLoggingCommand");
|
|
|
9057
9091
|
var GetBucketLoggingCommand = _GetBucketLoggingCommand;
|
|
9058
9092
|
|
|
9059
9093
|
// src/commands/GetBucketMetricsConfigurationCommand.ts
|
|
9094
|
+
var import_middleware_sdk_s321 = require("@aws-sdk/middleware-sdk-s3");
|
|
9060
9095
|
|
|
9061
9096
|
|
|
9062
9097
|
|
|
@@ -9067,7 +9102,8 @@ var _GetBucketMetricsConfigurationCommand = class _GetBucketMetricsConfiguration
|
|
|
9067
9102
|
}).m(function(Command, cs, config, o) {
|
|
9068
9103
|
return [
|
|
9069
9104
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9070
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9105
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9106
|
+
(0, import_middleware_sdk_s321.getThrow200ExceptionsPlugin)(config)
|
|
9071
9107
|
];
|
|
9072
9108
|
}).s("AmazonS3", "GetBucketMetricsConfiguration", {}).n("S3Client", "GetBucketMetricsConfigurationCommand").f(void 0, void 0).ser(se_GetBucketMetricsConfigurationCommand).de(de_GetBucketMetricsConfigurationCommand).build() {
|
|
9073
9109
|
};
|
|
@@ -9075,6 +9111,7 @@ __name(_GetBucketMetricsConfigurationCommand, "GetBucketMetricsConfigurationComm
|
|
|
9075
9111
|
var GetBucketMetricsConfigurationCommand = _GetBucketMetricsConfigurationCommand;
|
|
9076
9112
|
|
|
9077
9113
|
// src/commands/GetBucketNotificationConfigurationCommand.ts
|
|
9114
|
+
var import_middleware_sdk_s322 = require("@aws-sdk/middleware-sdk-s3");
|
|
9078
9115
|
|
|
9079
9116
|
|
|
9080
9117
|
|
|
@@ -9085,7 +9122,8 @@ var _GetBucketNotificationConfigurationCommand = class _GetBucketNotificationCon
|
|
|
9085
9122
|
}).m(function(Command, cs, config, o) {
|
|
9086
9123
|
return [
|
|
9087
9124
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9088
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9125
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9126
|
+
(0, import_middleware_sdk_s322.getThrow200ExceptionsPlugin)(config)
|
|
9089
9127
|
];
|
|
9090
9128
|
}).s("AmazonS3", "GetBucketNotificationConfiguration", {}).n("S3Client", "GetBucketNotificationConfigurationCommand").f(void 0, void 0).ser(se_GetBucketNotificationConfigurationCommand).de(de_GetBucketNotificationConfigurationCommand).build() {
|
|
9091
9129
|
};
|
|
@@ -9093,6 +9131,7 @@ __name(_GetBucketNotificationConfigurationCommand, "GetBucketNotificationConfigu
|
|
|
9093
9131
|
var GetBucketNotificationConfigurationCommand = _GetBucketNotificationConfigurationCommand;
|
|
9094
9132
|
|
|
9095
9133
|
// src/commands/GetBucketOwnershipControlsCommand.ts
|
|
9134
|
+
var import_middleware_sdk_s323 = require("@aws-sdk/middleware-sdk-s3");
|
|
9096
9135
|
|
|
9097
9136
|
|
|
9098
9137
|
|
|
@@ -9103,7 +9142,8 @@ var _GetBucketOwnershipControlsCommand = class _GetBucketOwnershipControlsComman
|
|
|
9103
9142
|
}).m(function(Command, cs, config, o) {
|
|
9104
9143
|
return [
|
|
9105
9144
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9106
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9145
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9146
|
+
(0, import_middleware_sdk_s323.getThrow200ExceptionsPlugin)(config)
|
|
9107
9147
|
];
|
|
9108
9148
|
}).s("AmazonS3", "GetBucketOwnershipControls", {}).n("S3Client", "GetBucketOwnershipControlsCommand").f(void 0, void 0).ser(se_GetBucketOwnershipControlsCommand).de(de_GetBucketOwnershipControlsCommand).build() {
|
|
9109
9149
|
};
|
|
@@ -9111,6 +9151,7 @@ __name(_GetBucketOwnershipControlsCommand, "GetBucketOwnershipControlsCommand");
|
|
|
9111
9151
|
var GetBucketOwnershipControlsCommand = _GetBucketOwnershipControlsCommand;
|
|
9112
9152
|
|
|
9113
9153
|
// src/commands/GetBucketPolicyCommand.ts
|
|
9154
|
+
var import_middleware_sdk_s324 = require("@aws-sdk/middleware-sdk-s3");
|
|
9114
9155
|
|
|
9115
9156
|
|
|
9116
9157
|
|
|
@@ -9121,7 +9162,8 @@ var _GetBucketPolicyCommand = class _GetBucketPolicyCommand extends import_smith
|
|
|
9121
9162
|
}).m(function(Command, cs, config, o) {
|
|
9122
9163
|
return [
|
|
9123
9164
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9124
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9165
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9166
|
+
(0, import_middleware_sdk_s324.getThrow200ExceptionsPlugin)(config)
|
|
9125
9167
|
];
|
|
9126
9168
|
}).s("AmazonS3", "GetBucketPolicy", {}).n("S3Client", "GetBucketPolicyCommand").f(void 0, void 0).ser(se_GetBucketPolicyCommand).de(de_GetBucketPolicyCommand).build() {
|
|
9127
9169
|
};
|
|
@@ -9129,6 +9171,7 @@ __name(_GetBucketPolicyCommand, "GetBucketPolicyCommand");
|
|
|
9129
9171
|
var GetBucketPolicyCommand = _GetBucketPolicyCommand;
|
|
9130
9172
|
|
|
9131
9173
|
// src/commands/GetBucketPolicyStatusCommand.ts
|
|
9174
|
+
var import_middleware_sdk_s325 = require("@aws-sdk/middleware-sdk-s3");
|
|
9132
9175
|
|
|
9133
9176
|
|
|
9134
9177
|
|
|
@@ -9139,7 +9182,8 @@ var _GetBucketPolicyStatusCommand = class _GetBucketPolicyStatusCommand extends
|
|
|
9139
9182
|
}).m(function(Command, cs, config, o) {
|
|
9140
9183
|
return [
|
|
9141
9184
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9142
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9185
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9186
|
+
(0, import_middleware_sdk_s325.getThrow200ExceptionsPlugin)(config)
|
|
9143
9187
|
];
|
|
9144
9188
|
}).s("AmazonS3", "GetBucketPolicyStatus", {}).n("S3Client", "GetBucketPolicyStatusCommand").f(void 0, void 0).ser(se_GetBucketPolicyStatusCommand).de(de_GetBucketPolicyStatusCommand).build() {
|
|
9145
9189
|
};
|
|
@@ -9147,6 +9191,7 @@ __name(_GetBucketPolicyStatusCommand, "GetBucketPolicyStatusCommand");
|
|
|
9147
9191
|
var GetBucketPolicyStatusCommand = _GetBucketPolicyStatusCommand;
|
|
9148
9192
|
|
|
9149
9193
|
// src/commands/GetBucketReplicationCommand.ts
|
|
9194
|
+
var import_middleware_sdk_s326 = require("@aws-sdk/middleware-sdk-s3");
|
|
9150
9195
|
|
|
9151
9196
|
|
|
9152
9197
|
|
|
@@ -9157,7 +9202,8 @@ var _GetBucketReplicationCommand = class _GetBucketReplicationCommand extends im
|
|
|
9157
9202
|
}).m(function(Command, cs, config, o) {
|
|
9158
9203
|
return [
|
|
9159
9204
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9160
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9205
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9206
|
+
(0, import_middleware_sdk_s326.getThrow200ExceptionsPlugin)(config)
|
|
9161
9207
|
];
|
|
9162
9208
|
}).s("AmazonS3", "GetBucketReplication", {}).n("S3Client", "GetBucketReplicationCommand").f(void 0, void 0).ser(se_GetBucketReplicationCommand).de(de_GetBucketReplicationCommand).build() {
|
|
9163
9209
|
};
|
|
@@ -9165,6 +9211,7 @@ __name(_GetBucketReplicationCommand, "GetBucketReplicationCommand");
|
|
|
9165
9211
|
var GetBucketReplicationCommand = _GetBucketReplicationCommand;
|
|
9166
9212
|
|
|
9167
9213
|
// src/commands/GetBucketRequestPaymentCommand.ts
|
|
9214
|
+
var import_middleware_sdk_s327 = require("@aws-sdk/middleware-sdk-s3");
|
|
9168
9215
|
|
|
9169
9216
|
|
|
9170
9217
|
|
|
@@ -9175,7 +9222,8 @@ var _GetBucketRequestPaymentCommand = class _GetBucketRequestPaymentCommand exte
|
|
|
9175
9222
|
}).m(function(Command, cs, config, o) {
|
|
9176
9223
|
return [
|
|
9177
9224
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9178
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9225
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9226
|
+
(0, import_middleware_sdk_s327.getThrow200ExceptionsPlugin)(config)
|
|
9179
9227
|
];
|
|
9180
9228
|
}).s("AmazonS3", "GetBucketRequestPayment", {}).n("S3Client", "GetBucketRequestPaymentCommand").f(void 0, void 0).ser(se_GetBucketRequestPaymentCommand).de(de_GetBucketRequestPaymentCommand).build() {
|
|
9181
9229
|
};
|
|
@@ -9183,6 +9231,7 @@ __name(_GetBucketRequestPaymentCommand, "GetBucketRequestPaymentCommand");
|
|
|
9183
9231
|
var GetBucketRequestPaymentCommand = _GetBucketRequestPaymentCommand;
|
|
9184
9232
|
|
|
9185
9233
|
// src/commands/GetBucketTaggingCommand.ts
|
|
9234
|
+
var import_middleware_sdk_s328 = require("@aws-sdk/middleware-sdk-s3");
|
|
9186
9235
|
|
|
9187
9236
|
|
|
9188
9237
|
|
|
@@ -9193,7 +9242,8 @@ var _GetBucketTaggingCommand = class _GetBucketTaggingCommand extends import_smi
|
|
|
9193
9242
|
}).m(function(Command, cs, config, o) {
|
|
9194
9243
|
return [
|
|
9195
9244
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9196
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9245
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9246
|
+
(0, import_middleware_sdk_s328.getThrow200ExceptionsPlugin)(config)
|
|
9197
9247
|
];
|
|
9198
9248
|
}).s("AmazonS3", "GetBucketTagging", {}).n("S3Client", "GetBucketTaggingCommand").f(void 0, void 0).ser(se_GetBucketTaggingCommand).de(de_GetBucketTaggingCommand).build() {
|
|
9199
9249
|
};
|
|
@@ -9201,6 +9251,7 @@ __name(_GetBucketTaggingCommand, "GetBucketTaggingCommand");
|
|
|
9201
9251
|
var GetBucketTaggingCommand = _GetBucketTaggingCommand;
|
|
9202
9252
|
|
|
9203
9253
|
// src/commands/GetBucketVersioningCommand.ts
|
|
9254
|
+
var import_middleware_sdk_s329 = require("@aws-sdk/middleware-sdk-s3");
|
|
9204
9255
|
|
|
9205
9256
|
|
|
9206
9257
|
|
|
@@ -9211,7 +9262,8 @@ var _GetBucketVersioningCommand = class _GetBucketVersioningCommand extends impo
|
|
|
9211
9262
|
}).m(function(Command, cs, config, o) {
|
|
9212
9263
|
return [
|
|
9213
9264
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9214
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9265
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9266
|
+
(0, import_middleware_sdk_s329.getThrow200ExceptionsPlugin)(config)
|
|
9215
9267
|
];
|
|
9216
9268
|
}).s("AmazonS3", "GetBucketVersioning", {}).n("S3Client", "GetBucketVersioningCommand").f(void 0, void 0).ser(se_GetBucketVersioningCommand).de(de_GetBucketVersioningCommand).build() {
|
|
9217
9269
|
};
|
|
@@ -9219,6 +9271,7 @@ __name(_GetBucketVersioningCommand, "GetBucketVersioningCommand");
|
|
|
9219
9271
|
var GetBucketVersioningCommand = _GetBucketVersioningCommand;
|
|
9220
9272
|
|
|
9221
9273
|
// src/commands/GetBucketWebsiteCommand.ts
|
|
9274
|
+
var import_middleware_sdk_s330 = require("@aws-sdk/middleware-sdk-s3");
|
|
9222
9275
|
|
|
9223
9276
|
|
|
9224
9277
|
|
|
@@ -9229,7 +9282,8 @@ var _GetBucketWebsiteCommand = class _GetBucketWebsiteCommand extends import_smi
|
|
|
9229
9282
|
}).m(function(Command, cs, config, o) {
|
|
9230
9283
|
return [
|
|
9231
9284
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9232
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9285
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9286
|
+
(0, import_middleware_sdk_s330.getThrow200ExceptionsPlugin)(config)
|
|
9233
9287
|
];
|
|
9234
9288
|
}).s("AmazonS3", "GetBucketWebsite", {}).n("S3Client", "GetBucketWebsiteCommand").f(void 0, void 0).ser(se_GetBucketWebsiteCommand).de(de_GetBucketWebsiteCommand).build() {
|
|
9235
9289
|
};
|
|
@@ -9237,6 +9291,7 @@ __name(_GetBucketWebsiteCommand, "GetBucketWebsiteCommand");
|
|
|
9237
9291
|
var GetBucketWebsiteCommand = _GetBucketWebsiteCommand;
|
|
9238
9292
|
|
|
9239
9293
|
// src/commands/GetObjectAclCommand.ts
|
|
9294
|
+
var import_middleware_sdk_s331 = require("@aws-sdk/middleware-sdk-s3");
|
|
9240
9295
|
|
|
9241
9296
|
|
|
9242
9297
|
|
|
@@ -9247,7 +9302,8 @@ var _GetObjectAclCommand = class _GetObjectAclCommand extends import_smithy_clie
|
|
|
9247
9302
|
}).m(function(Command, cs, config, o) {
|
|
9248
9303
|
return [
|
|
9249
9304
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9250
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9305
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9306
|
+
(0, import_middleware_sdk_s331.getThrow200ExceptionsPlugin)(config)
|
|
9251
9307
|
];
|
|
9252
9308
|
}).s("AmazonS3", "GetObjectAcl", {}).n("S3Client", "GetObjectAclCommand").f(void 0, void 0).ser(se_GetObjectAclCommand).de(de_GetObjectAclCommand).build() {
|
|
9253
9309
|
};
|
|
@@ -9255,6 +9311,7 @@ __name(_GetObjectAclCommand, "GetObjectAclCommand");
|
|
|
9255
9311
|
var GetObjectAclCommand = _GetObjectAclCommand;
|
|
9256
9312
|
|
|
9257
9313
|
// src/commands/GetObjectAttributesCommand.ts
|
|
9314
|
+
var import_middleware_sdk_s332 = require("@aws-sdk/middleware-sdk-s3");
|
|
9258
9315
|
|
|
9259
9316
|
|
|
9260
9317
|
|
|
@@ -9266,6 +9323,7 @@ var _GetObjectAttributesCommand = class _GetObjectAttributesCommand extends impo
|
|
|
9266
9323
|
return [
|
|
9267
9324
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9268
9325
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9326
|
+
(0, import_middleware_sdk_s332.getThrow200ExceptionsPlugin)(config),
|
|
9269
9327
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
9270
9328
|
];
|
|
9271
9329
|
}).s("AmazonS3", "GetObjectAttributes", {}).n("S3Client", "GetObjectAttributesCommand").f(GetObjectAttributesRequestFilterSensitiveLog, void 0).ser(se_GetObjectAttributesCommand).de(de_GetObjectAttributesCommand).build() {
|
|
@@ -9275,7 +9333,7 @@ var GetObjectAttributesCommand = _GetObjectAttributesCommand;
|
|
|
9275
9333
|
|
|
9276
9334
|
// src/commands/GetObjectCommand.ts
|
|
9277
9335
|
|
|
9278
|
-
var
|
|
9336
|
+
var import_middleware_sdk_s333 = require("@aws-sdk/middleware-sdk-s3");
|
|
9279
9337
|
|
|
9280
9338
|
|
|
9281
9339
|
|
|
@@ -9289,7 +9347,7 @@ var _GetObjectCommand = class _GetObjectCommand extends import_smithy_client.Com
|
|
|
9289
9347
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9290
9348
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9291
9349
|
(0, import_middleware_ssec.getSsecPlugin)(config),
|
|
9292
|
-
(0,
|
|
9350
|
+
(0, import_middleware_sdk_s333.getS3ExpiresMiddlewarePlugin)(config),
|
|
9293
9351
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9294
9352
|
input: this.input,
|
|
9295
9353
|
requestChecksumRequired: false,
|
|
@@ -9303,6 +9361,7 @@ __name(_GetObjectCommand, "GetObjectCommand");
|
|
|
9303
9361
|
var GetObjectCommand = _GetObjectCommand;
|
|
9304
9362
|
|
|
9305
9363
|
// src/commands/GetObjectLegalHoldCommand.ts
|
|
9364
|
+
var import_middleware_sdk_s334 = require("@aws-sdk/middleware-sdk-s3");
|
|
9306
9365
|
|
|
9307
9366
|
|
|
9308
9367
|
|
|
@@ -9312,7 +9371,8 @@ var _GetObjectLegalHoldCommand = class _GetObjectLegalHoldCommand extends import
|
|
|
9312
9371
|
}).m(function(Command, cs, config, o) {
|
|
9313
9372
|
return [
|
|
9314
9373
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9315
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9374
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9375
|
+
(0, import_middleware_sdk_s334.getThrow200ExceptionsPlugin)(config)
|
|
9316
9376
|
];
|
|
9317
9377
|
}).s("AmazonS3", "GetObjectLegalHold", {}).n("S3Client", "GetObjectLegalHoldCommand").f(void 0, void 0).ser(se_GetObjectLegalHoldCommand).de(de_GetObjectLegalHoldCommand).build() {
|
|
9318
9378
|
};
|
|
@@ -9320,6 +9380,7 @@ __name(_GetObjectLegalHoldCommand, "GetObjectLegalHoldCommand");
|
|
|
9320
9380
|
var GetObjectLegalHoldCommand = _GetObjectLegalHoldCommand;
|
|
9321
9381
|
|
|
9322
9382
|
// src/commands/GetObjectLockConfigurationCommand.ts
|
|
9383
|
+
var import_middleware_sdk_s335 = require("@aws-sdk/middleware-sdk-s3");
|
|
9323
9384
|
|
|
9324
9385
|
|
|
9325
9386
|
|
|
@@ -9329,7 +9390,8 @@ var _GetObjectLockConfigurationCommand = class _GetObjectLockConfigurationComman
|
|
|
9329
9390
|
}).m(function(Command, cs, config, o) {
|
|
9330
9391
|
return [
|
|
9331
9392
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9332
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9393
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9394
|
+
(0, import_middleware_sdk_s335.getThrow200ExceptionsPlugin)(config)
|
|
9333
9395
|
];
|
|
9334
9396
|
}).s("AmazonS3", "GetObjectLockConfiguration", {}).n("S3Client", "GetObjectLockConfigurationCommand").f(void 0, void 0).ser(se_GetObjectLockConfigurationCommand).de(de_GetObjectLockConfigurationCommand).build() {
|
|
9335
9397
|
};
|
|
@@ -9337,6 +9399,7 @@ __name(_GetObjectLockConfigurationCommand, "GetObjectLockConfigurationCommand");
|
|
|
9337
9399
|
var GetObjectLockConfigurationCommand = _GetObjectLockConfigurationCommand;
|
|
9338
9400
|
|
|
9339
9401
|
// src/commands/GetObjectRetentionCommand.ts
|
|
9402
|
+
var import_middleware_sdk_s336 = require("@aws-sdk/middleware-sdk-s3");
|
|
9340
9403
|
|
|
9341
9404
|
|
|
9342
9405
|
|
|
@@ -9346,7 +9409,8 @@ var _GetObjectRetentionCommand = class _GetObjectRetentionCommand extends import
|
|
|
9346
9409
|
}).m(function(Command, cs, config, o) {
|
|
9347
9410
|
return [
|
|
9348
9411
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9349
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9412
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9413
|
+
(0, import_middleware_sdk_s336.getThrow200ExceptionsPlugin)(config)
|
|
9350
9414
|
];
|
|
9351
9415
|
}).s("AmazonS3", "GetObjectRetention", {}).n("S3Client", "GetObjectRetentionCommand").f(void 0, void 0).ser(se_GetObjectRetentionCommand).de(de_GetObjectRetentionCommand).build() {
|
|
9352
9416
|
};
|
|
@@ -9354,6 +9418,7 @@ __name(_GetObjectRetentionCommand, "GetObjectRetentionCommand");
|
|
|
9354
9418
|
var GetObjectRetentionCommand = _GetObjectRetentionCommand;
|
|
9355
9419
|
|
|
9356
9420
|
// src/commands/GetObjectTaggingCommand.ts
|
|
9421
|
+
var import_middleware_sdk_s337 = require("@aws-sdk/middleware-sdk-s3");
|
|
9357
9422
|
|
|
9358
9423
|
|
|
9359
9424
|
|
|
@@ -9363,7 +9428,8 @@ var _GetObjectTaggingCommand = class _GetObjectTaggingCommand extends import_smi
|
|
|
9363
9428
|
}).m(function(Command, cs, config, o) {
|
|
9364
9429
|
return [
|
|
9365
9430
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9366
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9431
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9432
|
+
(0, import_middleware_sdk_s337.getThrow200ExceptionsPlugin)(config)
|
|
9367
9433
|
];
|
|
9368
9434
|
}).s("AmazonS3", "GetObjectTagging", {}).n("S3Client", "GetObjectTaggingCommand").f(void 0, void 0).ser(se_GetObjectTaggingCommand).de(de_GetObjectTaggingCommand).build() {
|
|
9369
9435
|
};
|
|
@@ -9388,6 +9454,7 @@ __name(_GetObjectTorrentCommand, "GetObjectTorrentCommand");
|
|
|
9388
9454
|
var GetObjectTorrentCommand = _GetObjectTorrentCommand;
|
|
9389
9455
|
|
|
9390
9456
|
// src/commands/GetPublicAccessBlockCommand.ts
|
|
9457
|
+
var import_middleware_sdk_s338 = require("@aws-sdk/middleware-sdk-s3");
|
|
9391
9458
|
|
|
9392
9459
|
|
|
9393
9460
|
|
|
@@ -9398,7 +9465,8 @@ var _GetPublicAccessBlockCommand = class _GetPublicAccessBlockCommand extends im
|
|
|
9398
9465
|
}).m(function(Command, cs, config, o) {
|
|
9399
9466
|
return [
|
|
9400
9467
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9401
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9468
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9469
|
+
(0, import_middleware_sdk_s338.getThrow200ExceptionsPlugin)(config)
|
|
9402
9470
|
];
|
|
9403
9471
|
}).s("AmazonS3", "GetPublicAccessBlock", {}).n("S3Client", "GetPublicAccessBlockCommand").f(void 0, void 0).ser(se_GetPublicAccessBlockCommand).de(de_GetPublicAccessBlockCommand).build() {
|
|
9404
9472
|
};
|
|
@@ -9406,6 +9474,7 @@ __name(_GetPublicAccessBlockCommand, "GetPublicAccessBlockCommand");
|
|
|
9406
9474
|
var GetPublicAccessBlockCommand = _GetPublicAccessBlockCommand;
|
|
9407
9475
|
|
|
9408
9476
|
// src/commands/HeadBucketCommand.ts
|
|
9477
|
+
var import_middleware_sdk_s339 = require("@aws-sdk/middleware-sdk-s3");
|
|
9409
9478
|
|
|
9410
9479
|
|
|
9411
9480
|
|
|
@@ -9415,7 +9484,8 @@ var _HeadBucketCommand = class _HeadBucketCommand extends import_smithy_client.C
|
|
|
9415
9484
|
}).m(function(Command, cs, config, o) {
|
|
9416
9485
|
return [
|
|
9417
9486
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9418
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9487
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9488
|
+
(0, import_middleware_sdk_s339.getThrow200ExceptionsPlugin)(config)
|
|
9419
9489
|
];
|
|
9420
9490
|
}).s("AmazonS3", "HeadBucket", {}).n("S3Client", "HeadBucketCommand").f(void 0, void 0).ser(se_HeadBucketCommand).de(de_HeadBucketCommand).build() {
|
|
9421
9491
|
};
|
|
@@ -9423,7 +9493,7 @@ __name(_HeadBucketCommand, "HeadBucketCommand");
|
|
|
9423
9493
|
var HeadBucketCommand = _HeadBucketCommand;
|
|
9424
9494
|
|
|
9425
9495
|
// src/commands/HeadObjectCommand.ts
|
|
9426
|
-
var
|
|
9496
|
+
var import_middleware_sdk_s340 = require("@aws-sdk/middleware-sdk-s3");
|
|
9427
9497
|
|
|
9428
9498
|
|
|
9429
9499
|
|
|
@@ -9436,8 +9506,9 @@ var _HeadObjectCommand = class _HeadObjectCommand extends import_smithy_client.C
|
|
|
9436
9506
|
return [
|
|
9437
9507
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9438
9508
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9509
|
+
(0, import_middleware_sdk_s340.getThrow200ExceptionsPlugin)(config),
|
|
9439
9510
|
(0, import_middleware_ssec.getSsecPlugin)(config),
|
|
9440
|
-
(0,
|
|
9511
|
+
(0, import_middleware_sdk_s340.getS3ExpiresMiddlewarePlugin)(config)
|
|
9441
9512
|
];
|
|
9442
9513
|
}).s("AmazonS3", "HeadObject", {}).n("S3Client", "HeadObjectCommand").f(HeadObjectRequestFilterSensitiveLog, HeadObjectOutputFilterSensitiveLog).ser(se_HeadObjectCommand).de(de_HeadObjectCommand).build() {
|
|
9443
9514
|
};
|
|
@@ -9445,6 +9516,7 @@ __name(_HeadObjectCommand, "HeadObjectCommand");
|
|
|
9445
9516
|
var HeadObjectCommand = _HeadObjectCommand;
|
|
9446
9517
|
|
|
9447
9518
|
// src/commands/ListBucketAnalyticsConfigurationsCommand.ts
|
|
9519
|
+
var import_middleware_sdk_s341 = require("@aws-sdk/middleware-sdk-s3");
|
|
9448
9520
|
|
|
9449
9521
|
|
|
9450
9522
|
|
|
@@ -9455,7 +9527,8 @@ var _ListBucketAnalyticsConfigurationsCommand = class _ListBucketAnalyticsConfig
|
|
|
9455
9527
|
}).m(function(Command, cs, config, o) {
|
|
9456
9528
|
return [
|
|
9457
9529
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9458
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9530
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9531
|
+
(0, import_middleware_sdk_s341.getThrow200ExceptionsPlugin)(config)
|
|
9459
9532
|
];
|
|
9460
9533
|
}).s("AmazonS3", "ListBucketAnalyticsConfigurations", {}).n("S3Client", "ListBucketAnalyticsConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketAnalyticsConfigurationsCommand).de(de_ListBucketAnalyticsConfigurationsCommand).build() {
|
|
9461
9534
|
};
|
|
@@ -9463,6 +9536,7 @@ __name(_ListBucketAnalyticsConfigurationsCommand, "ListBucketAnalyticsConfigurat
|
|
|
9463
9536
|
var ListBucketAnalyticsConfigurationsCommand = _ListBucketAnalyticsConfigurationsCommand;
|
|
9464
9537
|
|
|
9465
9538
|
// src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts
|
|
9539
|
+
var import_middleware_sdk_s342 = require("@aws-sdk/middleware-sdk-s3");
|
|
9466
9540
|
|
|
9467
9541
|
|
|
9468
9542
|
|
|
@@ -9473,7 +9547,8 @@ var _ListBucketIntelligentTieringConfigurationsCommand = class _ListBucketIntell
|
|
|
9473
9547
|
}).m(function(Command, cs, config, o) {
|
|
9474
9548
|
return [
|
|
9475
9549
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9476
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9550
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9551
|
+
(0, import_middleware_sdk_s342.getThrow200ExceptionsPlugin)(config)
|
|
9477
9552
|
];
|
|
9478
9553
|
}).s("AmazonS3", "ListBucketIntelligentTieringConfigurations", {}).n("S3Client", "ListBucketIntelligentTieringConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketIntelligentTieringConfigurationsCommand).de(de_ListBucketIntelligentTieringConfigurationsCommand).build() {
|
|
9479
9554
|
};
|
|
@@ -9481,6 +9556,7 @@ __name(_ListBucketIntelligentTieringConfigurationsCommand, "ListBucketIntelligen
|
|
|
9481
9556
|
var ListBucketIntelligentTieringConfigurationsCommand = _ListBucketIntelligentTieringConfigurationsCommand;
|
|
9482
9557
|
|
|
9483
9558
|
// src/commands/ListBucketInventoryConfigurationsCommand.ts
|
|
9559
|
+
var import_middleware_sdk_s343 = require("@aws-sdk/middleware-sdk-s3");
|
|
9484
9560
|
|
|
9485
9561
|
|
|
9486
9562
|
|
|
@@ -9491,7 +9567,8 @@ var _ListBucketInventoryConfigurationsCommand = class _ListBucketInventoryConfig
|
|
|
9491
9567
|
}).m(function(Command, cs, config, o) {
|
|
9492
9568
|
return [
|
|
9493
9569
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9494
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9570
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9571
|
+
(0, import_middleware_sdk_s343.getThrow200ExceptionsPlugin)(config)
|
|
9495
9572
|
];
|
|
9496
9573
|
}).s("AmazonS3", "ListBucketInventoryConfigurations", {}).n("S3Client", "ListBucketInventoryConfigurationsCommand").f(void 0, ListBucketInventoryConfigurationsOutputFilterSensitiveLog).ser(se_ListBucketInventoryConfigurationsCommand).de(de_ListBucketInventoryConfigurationsCommand).build() {
|
|
9497
9574
|
};
|
|
@@ -9499,6 +9576,7 @@ __name(_ListBucketInventoryConfigurationsCommand, "ListBucketInventoryConfigurat
|
|
|
9499
9576
|
var ListBucketInventoryConfigurationsCommand = _ListBucketInventoryConfigurationsCommand;
|
|
9500
9577
|
|
|
9501
9578
|
// src/commands/ListBucketMetricsConfigurationsCommand.ts
|
|
9579
|
+
var import_middleware_sdk_s344 = require("@aws-sdk/middleware-sdk-s3");
|
|
9502
9580
|
|
|
9503
9581
|
|
|
9504
9582
|
|
|
@@ -9508,7 +9586,8 @@ var _ListBucketMetricsConfigurationsCommand = class _ListBucketMetricsConfigurat
|
|
|
9508
9586
|
}).m(function(Command, cs, config, o) {
|
|
9509
9587
|
return [
|
|
9510
9588
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9511
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9589
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9590
|
+
(0, import_middleware_sdk_s344.getThrow200ExceptionsPlugin)(config)
|
|
9512
9591
|
];
|
|
9513
9592
|
}).s("AmazonS3", "ListBucketMetricsConfigurations", {}).n("S3Client", "ListBucketMetricsConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketMetricsConfigurationsCommand).de(de_ListBucketMetricsConfigurationsCommand).build() {
|
|
9514
9593
|
};
|
|
@@ -9516,6 +9595,7 @@ __name(_ListBucketMetricsConfigurationsCommand, "ListBucketMetricsConfigurations
|
|
|
9516
9595
|
var ListBucketMetricsConfigurationsCommand = _ListBucketMetricsConfigurationsCommand;
|
|
9517
9596
|
|
|
9518
9597
|
// src/commands/ListBucketsCommand.ts
|
|
9598
|
+
var import_middleware_sdk_s345 = require("@aws-sdk/middleware-sdk-s3");
|
|
9519
9599
|
|
|
9520
9600
|
|
|
9521
9601
|
|
|
@@ -9524,7 +9604,8 @@ var _ListBucketsCommand = class _ListBucketsCommand extends import_smithy_client
|
|
|
9524
9604
|
}).m(function(Command, cs, config, o) {
|
|
9525
9605
|
return [
|
|
9526
9606
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9527
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9607
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9608
|
+
(0, import_middleware_sdk_s345.getThrow200ExceptionsPlugin)(config)
|
|
9528
9609
|
];
|
|
9529
9610
|
}).s("AmazonS3", "ListBuckets", {}).n("S3Client", "ListBucketsCommand").f(void 0, void 0).ser(se_ListBucketsCommand).de(de_ListBucketsCommand).build() {
|
|
9530
9611
|
};
|
|
@@ -9532,6 +9613,7 @@ __name(_ListBucketsCommand, "ListBucketsCommand");
|
|
|
9532
9613
|
var ListBucketsCommand = _ListBucketsCommand;
|
|
9533
9614
|
|
|
9534
9615
|
// src/commands/ListDirectoryBucketsCommand.ts
|
|
9616
|
+
var import_middleware_sdk_s346 = require("@aws-sdk/middleware-sdk-s3");
|
|
9535
9617
|
|
|
9536
9618
|
|
|
9537
9619
|
|
|
@@ -9541,7 +9623,8 @@ var _ListDirectoryBucketsCommand = class _ListDirectoryBucketsCommand extends im
|
|
|
9541
9623
|
}).m(function(Command, cs, config, o) {
|
|
9542
9624
|
return [
|
|
9543
9625
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9544
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9626
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9627
|
+
(0, import_middleware_sdk_s346.getThrow200ExceptionsPlugin)(config)
|
|
9545
9628
|
];
|
|
9546
9629
|
}).s("AmazonS3", "ListDirectoryBuckets", {}).n("S3Client", "ListDirectoryBucketsCommand").f(void 0, void 0).ser(se_ListDirectoryBucketsCommand).de(de_ListDirectoryBucketsCommand).build() {
|
|
9547
9630
|
};
|
|
@@ -9549,6 +9632,7 @@ __name(_ListDirectoryBucketsCommand, "ListDirectoryBucketsCommand");
|
|
|
9549
9632
|
var ListDirectoryBucketsCommand = _ListDirectoryBucketsCommand;
|
|
9550
9633
|
|
|
9551
9634
|
// src/commands/ListMultipartUploadsCommand.ts
|
|
9635
|
+
var import_middleware_sdk_s347 = require("@aws-sdk/middleware-sdk-s3");
|
|
9552
9636
|
|
|
9553
9637
|
|
|
9554
9638
|
|
|
@@ -9559,7 +9643,8 @@ var _ListMultipartUploadsCommand = class _ListMultipartUploadsCommand extends im
|
|
|
9559
9643
|
}).m(function(Command, cs, config, o) {
|
|
9560
9644
|
return [
|
|
9561
9645
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9562
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9646
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9647
|
+
(0, import_middleware_sdk_s347.getThrow200ExceptionsPlugin)(config)
|
|
9563
9648
|
];
|
|
9564
9649
|
}).s("AmazonS3", "ListMultipartUploads", {}).n("S3Client", "ListMultipartUploadsCommand").f(void 0, void 0).ser(se_ListMultipartUploadsCommand).de(de_ListMultipartUploadsCommand).build() {
|
|
9565
9650
|
};
|
|
@@ -9567,6 +9652,7 @@ __name(_ListMultipartUploadsCommand, "ListMultipartUploadsCommand");
|
|
|
9567
9652
|
var ListMultipartUploadsCommand = _ListMultipartUploadsCommand;
|
|
9568
9653
|
|
|
9569
9654
|
// src/commands/ListObjectsCommand.ts
|
|
9655
|
+
var import_middleware_sdk_s348 = require("@aws-sdk/middleware-sdk-s3");
|
|
9570
9656
|
|
|
9571
9657
|
|
|
9572
9658
|
|
|
@@ -9577,7 +9663,8 @@ var _ListObjectsCommand = class _ListObjectsCommand extends import_smithy_client
|
|
|
9577
9663
|
}).m(function(Command, cs, config, o) {
|
|
9578
9664
|
return [
|
|
9579
9665
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9580
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9666
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9667
|
+
(0, import_middleware_sdk_s348.getThrow200ExceptionsPlugin)(config)
|
|
9581
9668
|
];
|
|
9582
9669
|
}).s("AmazonS3", "ListObjects", {}).n("S3Client", "ListObjectsCommand").f(void 0, void 0).ser(se_ListObjectsCommand).de(de_ListObjectsCommand).build() {
|
|
9583
9670
|
};
|
|
@@ -9585,6 +9672,7 @@ __name(_ListObjectsCommand, "ListObjectsCommand");
|
|
|
9585
9672
|
var ListObjectsCommand = _ListObjectsCommand;
|
|
9586
9673
|
|
|
9587
9674
|
// src/commands/ListObjectsV2Command.ts
|
|
9675
|
+
var import_middleware_sdk_s349 = require("@aws-sdk/middleware-sdk-s3");
|
|
9588
9676
|
|
|
9589
9677
|
|
|
9590
9678
|
|
|
@@ -9595,7 +9683,8 @@ var _ListObjectsV2Command = class _ListObjectsV2Command extends import_smithy_cl
|
|
|
9595
9683
|
}).m(function(Command, cs, config, o) {
|
|
9596
9684
|
return [
|
|
9597
9685
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9598
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9686
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9687
|
+
(0, import_middleware_sdk_s349.getThrow200ExceptionsPlugin)(config)
|
|
9599
9688
|
];
|
|
9600
9689
|
}).s("AmazonS3", "ListObjectsV2", {}).n("S3Client", "ListObjectsV2Command").f(void 0, void 0).ser(se_ListObjectsV2Command).de(de_ListObjectsV2Command).build() {
|
|
9601
9690
|
};
|
|
@@ -9603,6 +9692,7 @@ __name(_ListObjectsV2Command, "ListObjectsV2Command");
|
|
|
9603
9692
|
var ListObjectsV2Command = _ListObjectsV2Command;
|
|
9604
9693
|
|
|
9605
9694
|
// src/commands/ListObjectVersionsCommand.ts
|
|
9695
|
+
var import_middleware_sdk_s350 = require("@aws-sdk/middleware-sdk-s3");
|
|
9606
9696
|
|
|
9607
9697
|
|
|
9608
9698
|
|
|
@@ -9613,7 +9703,8 @@ var _ListObjectVersionsCommand = class _ListObjectVersionsCommand extends import
|
|
|
9613
9703
|
}).m(function(Command, cs, config, o) {
|
|
9614
9704
|
return [
|
|
9615
9705
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9616
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9706
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9707
|
+
(0, import_middleware_sdk_s350.getThrow200ExceptionsPlugin)(config)
|
|
9617
9708
|
];
|
|
9618
9709
|
}).s("AmazonS3", "ListObjectVersions", {}).n("S3Client", "ListObjectVersionsCommand").f(void 0, void 0).ser(se_ListObjectVersionsCommand).de(de_ListObjectVersionsCommand).build() {
|
|
9619
9710
|
};
|
|
@@ -9621,6 +9712,7 @@ __name(_ListObjectVersionsCommand, "ListObjectVersionsCommand");
|
|
|
9621
9712
|
var ListObjectVersionsCommand = _ListObjectVersionsCommand;
|
|
9622
9713
|
|
|
9623
9714
|
// src/commands/ListPartsCommand.ts
|
|
9715
|
+
var import_middleware_sdk_s351 = require("@aws-sdk/middleware-sdk-s3");
|
|
9624
9716
|
|
|
9625
9717
|
|
|
9626
9718
|
|
|
@@ -9633,6 +9725,7 @@ var _ListPartsCommand = class _ListPartsCommand extends import_smithy_client.Com
|
|
|
9633
9725
|
return [
|
|
9634
9726
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9635
9727
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9728
|
+
(0, import_middleware_sdk_s351.getThrow200ExceptionsPlugin)(config),
|
|
9636
9729
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
9637
9730
|
];
|
|
9638
9731
|
}).s("AmazonS3", "ListParts", {}).n("S3Client", "ListPartsCommand").f(ListPartsRequestFilterSensitiveLog, void 0).ser(se_ListPartsCommand).de(de_ListPartsCommand).build() {
|
|
@@ -10040,6 +10133,7 @@ var PutBucketWebsiteCommand = _PutBucketWebsiteCommand;
|
|
|
10040
10133
|
|
|
10041
10134
|
// src/commands/PutObjectAclCommand.ts
|
|
10042
10135
|
|
|
10136
|
+
var import_middleware_sdk_s352 = require("@aws-sdk/middleware-sdk-s3");
|
|
10043
10137
|
|
|
10044
10138
|
|
|
10045
10139
|
|
|
@@ -10051,6 +10145,7 @@ var _PutObjectAclCommand = class _PutObjectAclCommand extends import_smithy_clie
|
|
|
10051
10145
|
return [
|
|
10052
10146
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10053
10147
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10148
|
+
(0, import_middleware_sdk_s352.getThrow200ExceptionsPlugin)(config),
|
|
10054
10149
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10055
10150
|
input: this.input,
|
|
10056
10151
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
@@ -10064,7 +10159,7 @@ var PutObjectAclCommand = _PutObjectAclCommand;
|
|
|
10064
10159
|
|
|
10065
10160
|
// src/commands/PutObjectCommand.ts
|
|
10066
10161
|
|
|
10067
|
-
var
|
|
10162
|
+
var import_middleware_sdk_s353 = require("@aws-sdk/middleware-sdk-s3");
|
|
10068
10163
|
|
|
10069
10164
|
|
|
10070
10165
|
|
|
@@ -10077,7 +10172,8 @@ var _PutObjectCommand = class _PutObjectCommand extends import_smithy_client.Com
|
|
|
10077
10172
|
return [
|
|
10078
10173
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10079
10174
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10080
|
-
(0,
|
|
10175
|
+
(0, import_middleware_sdk_s353.getCheckContentLengthHeaderPlugin)(config),
|
|
10176
|
+
(0, import_middleware_sdk_s353.getThrow200ExceptionsPlugin)(config),
|
|
10081
10177
|
(0, import_middleware_ssec.getSsecPlugin)(config),
|
|
10082
10178
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10083
10179
|
input: this.input,
|
|
@@ -10092,6 +10188,7 @@ var PutObjectCommand = _PutObjectCommand;
|
|
|
10092
10188
|
|
|
10093
10189
|
// src/commands/PutObjectLegalHoldCommand.ts
|
|
10094
10190
|
|
|
10191
|
+
var import_middleware_sdk_s354 = require("@aws-sdk/middleware-sdk-s3");
|
|
10095
10192
|
|
|
10096
10193
|
|
|
10097
10194
|
|
|
@@ -10102,6 +10199,7 @@ var _PutObjectLegalHoldCommand = class _PutObjectLegalHoldCommand extends import
|
|
|
10102
10199
|
return [
|
|
10103
10200
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10104
10201
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10202
|
+
(0, import_middleware_sdk_s354.getThrow200ExceptionsPlugin)(config),
|
|
10105
10203
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10106
10204
|
input: this.input,
|
|
10107
10205
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
@@ -10115,6 +10213,7 @@ var PutObjectLegalHoldCommand = _PutObjectLegalHoldCommand;
|
|
|
10115
10213
|
|
|
10116
10214
|
// src/commands/PutObjectLockConfigurationCommand.ts
|
|
10117
10215
|
|
|
10216
|
+
var import_middleware_sdk_s355 = require("@aws-sdk/middleware-sdk-s3");
|
|
10118
10217
|
|
|
10119
10218
|
|
|
10120
10219
|
|
|
@@ -10125,6 +10224,7 @@ var _PutObjectLockConfigurationCommand = class _PutObjectLockConfigurationComman
|
|
|
10125
10224
|
return [
|
|
10126
10225
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10127
10226
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10227
|
+
(0, import_middleware_sdk_s355.getThrow200ExceptionsPlugin)(config),
|
|
10128
10228
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10129
10229
|
input: this.input,
|
|
10130
10230
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
@@ -10138,6 +10238,7 @@ var PutObjectLockConfigurationCommand = _PutObjectLockConfigurationCommand;
|
|
|
10138
10238
|
|
|
10139
10239
|
// src/commands/PutObjectRetentionCommand.ts
|
|
10140
10240
|
|
|
10241
|
+
var import_middleware_sdk_s356 = require("@aws-sdk/middleware-sdk-s3");
|
|
10141
10242
|
|
|
10142
10243
|
|
|
10143
10244
|
|
|
@@ -10148,6 +10249,7 @@ var _PutObjectRetentionCommand = class _PutObjectRetentionCommand extends import
|
|
|
10148
10249
|
return [
|
|
10149
10250
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10150
10251
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10252
|
+
(0, import_middleware_sdk_s356.getThrow200ExceptionsPlugin)(config),
|
|
10151
10253
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10152
10254
|
input: this.input,
|
|
10153
10255
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
@@ -10161,6 +10263,7 @@ var PutObjectRetentionCommand = _PutObjectRetentionCommand;
|
|
|
10161
10263
|
|
|
10162
10264
|
// src/commands/PutObjectTaggingCommand.ts
|
|
10163
10265
|
|
|
10266
|
+
var import_middleware_sdk_s357 = require("@aws-sdk/middleware-sdk-s3");
|
|
10164
10267
|
|
|
10165
10268
|
|
|
10166
10269
|
|
|
@@ -10171,6 +10274,7 @@ var _PutObjectTaggingCommand = class _PutObjectTaggingCommand extends import_smi
|
|
|
10171
10274
|
return [
|
|
10172
10275
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10173
10276
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10277
|
+
(0, import_middleware_sdk_s357.getThrow200ExceptionsPlugin)(config),
|
|
10174
10278
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10175
10279
|
input: this.input,
|
|
10176
10280
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
@@ -10208,6 +10312,7 @@ var PutPublicAccessBlockCommand = _PutPublicAccessBlockCommand;
|
|
|
10208
10312
|
|
|
10209
10313
|
// src/commands/RestoreObjectCommand.ts
|
|
10210
10314
|
|
|
10315
|
+
var import_middleware_sdk_s358 = require("@aws-sdk/middleware-sdk-s3");
|
|
10211
10316
|
|
|
10212
10317
|
|
|
10213
10318
|
|
|
@@ -10218,6 +10323,7 @@ var _RestoreObjectCommand = class _RestoreObjectCommand extends import_smithy_cl
|
|
|
10218
10323
|
return [
|
|
10219
10324
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10220
10325
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10326
|
+
(0, import_middleware_sdk_s358.getThrow200ExceptionsPlugin)(config),
|
|
10221
10327
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10222
10328
|
input: this.input,
|
|
10223
10329
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
@@ -10230,6 +10336,7 @@ __name(_RestoreObjectCommand, "RestoreObjectCommand");
|
|
|
10230
10336
|
var RestoreObjectCommand = _RestoreObjectCommand;
|
|
10231
10337
|
|
|
10232
10338
|
// src/commands/SelectObjectContentCommand.ts
|
|
10339
|
+
var import_middleware_sdk_s359 = require("@aws-sdk/middleware-sdk-s3");
|
|
10233
10340
|
|
|
10234
10341
|
|
|
10235
10342
|
|
|
@@ -10241,6 +10348,7 @@ var _SelectObjectContentCommand = class _SelectObjectContentCommand extends impo
|
|
|
10241
10348
|
return [
|
|
10242
10349
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10243
10350
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10351
|
+
(0, import_middleware_sdk_s359.getThrow200ExceptionsPlugin)(config),
|
|
10244
10352
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
10245
10353
|
];
|
|
10246
10354
|
}).s("AmazonS3", "SelectObjectContent", {
|
|
@@ -10257,6 +10365,7 @@ var SelectObjectContentCommand = _SelectObjectContentCommand;
|
|
|
10257
10365
|
|
|
10258
10366
|
// src/commands/UploadPartCommand.ts
|
|
10259
10367
|
|
|
10368
|
+
var import_middleware_sdk_s360 = require("@aws-sdk/middleware-sdk-s3");
|
|
10260
10369
|
|
|
10261
10370
|
|
|
10262
10371
|
|
|
@@ -10269,6 +10378,7 @@ var _UploadPartCommand = class _UploadPartCommand extends import_smithy_client.C
|
|
|
10269
10378
|
return [
|
|
10270
10379
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10271
10380
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10381
|
+
(0, import_middleware_sdk_s360.getThrow200ExceptionsPlugin)(config),
|
|
10272
10382
|
(0, import_middleware_ssec.getSsecPlugin)(config),
|
|
10273
10383
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10274
10384
|
input: this.input,
|
|
@@ -10282,7 +10392,7 @@ __name(_UploadPartCommand, "UploadPartCommand");
|
|
|
10282
10392
|
var UploadPartCommand = _UploadPartCommand;
|
|
10283
10393
|
|
|
10284
10394
|
// src/commands/UploadPartCopyCommand.ts
|
|
10285
|
-
var
|
|
10395
|
+
var import_middleware_sdk_s361 = require("@aws-sdk/middleware-sdk-s3");
|
|
10286
10396
|
|
|
10287
10397
|
|
|
10288
10398
|
|
|
@@ -10295,7 +10405,7 @@ var _UploadPartCopyCommand = class _UploadPartCopyCommand extends import_smithy_
|
|
|
10295
10405
|
return [
|
|
10296
10406
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10297
10407
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10298
|
-
(0,
|
|
10408
|
+
(0, import_middleware_sdk_s361.getThrow200ExceptionsPlugin)(config),
|
|
10299
10409
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
10300
10410
|
];
|
|
10301
10411
|
}).s("AmazonS3", "UploadPartCopy", {}).n("S3Client", "UploadPartCopyCommand").f(UploadPartCopyRequestFilterSensitiveLog, UploadPartCopyOutputFilterSensitiveLog).ser(se_UploadPartCopyCommand).de(de_UploadPartCopyCommand).build() {
|