sst 2.16.4 → 2.17.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/bootstrap.js +24 -15
- package/package.json +1 -1
- package/runtime/handlers/node.js +6 -4
- package/sst.mjs +22 -21
- package/support/bootstrap-metadata-function/index.mjs +390 -394
|
@@ -15872,11 +15872,11 @@ var require_AbortMultipartUploadCommand = __commonJS({
|
|
|
15872
15872
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15873
15873
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AbortMultipartUploadCommand.getEndpointParameterInstructions()));
|
|
15874
15874
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15875
|
-
const { logger } = configuration;
|
|
15875
|
+
const { logger: logger2 } = configuration;
|
|
15876
15876
|
const clientName = "S3Client";
|
|
15877
15877
|
const commandName = "AbortMultipartUploadCommand";
|
|
15878
15878
|
const handlerExecutionContext = {
|
|
15879
|
-
logger,
|
|
15879
|
+
logger: logger2,
|
|
15880
15880
|
clientName,
|
|
15881
15881
|
commandName,
|
|
15882
15882
|
inputFilterSensitiveLog: models_0_1.AbortMultipartUploadRequestFilterSensitiveLog,
|
|
@@ -16185,11 +16185,11 @@ var require_CompleteMultipartUploadCommand = __commonJS({
|
|
|
16185
16185
|
this.middlewareStack.use((0, middleware_sdk_s3_1.getThrow200ExceptionsPlugin)(configuration));
|
|
16186
16186
|
this.middlewareStack.use((0, middleware_ssec_1.getSsecPlugin)(configuration));
|
|
16187
16187
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16188
|
-
const { logger } = configuration;
|
|
16188
|
+
const { logger: logger2 } = configuration;
|
|
16189
16189
|
const clientName = "S3Client";
|
|
16190
16190
|
const commandName = "CompleteMultipartUploadCommand";
|
|
16191
16191
|
const handlerExecutionContext = {
|
|
16192
|
-
logger,
|
|
16192
|
+
logger: logger2,
|
|
16193
16193
|
clientName,
|
|
16194
16194
|
commandName,
|
|
16195
16195
|
inputFilterSensitiveLog: models_0_1.CompleteMultipartUploadRequestFilterSensitiveLog,
|
|
@@ -16248,11 +16248,11 @@ var require_CopyObjectCommand = __commonJS({
|
|
|
16248
16248
|
this.middlewareStack.use((0, middleware_sdk_s3_1.getThrow200ExceptionsPlugin)(configuration));
|
|
16249
16249
|
this.middlewareStack.use((0, middleware_ssec_1.getSsecPlugin)(configuration));
|
|
16250
16250
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16251
|
-
const { logger } = configuration;
|
|
16251
|
+
const { logger: logger2 } = configuration;
|
|
16252
16252
|
const clientName = "S3Client";
|
|
16253
16253
|
const commandName = "CopyObjectCommand";
|
|
16254
16254
|
const handlerExecutionContext = {
|
|
16255
|
-
logger,
|
|
16255
|
+
logger: logger2,
|
|
16256
16256
|
clientName,
|
|
16257
16257
|
commandName,
|
|
16258
16258
|
inputFilterSensitiveLog: models_0_1.CopyObjectRequestFilterSensitiveLog,
|
|
@@ -16349,11 +16349,11 @@ var require_CreateBucketCommand = __commonJS({
|
|
|
16349
16349
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateBucketCommand.getEndpointParameterInstructions()));
|
|
16350
16350
|
this.middlewareStack.use((0, middleware_location_constraint_1.getLocationConstraintPlugin)(configuration));
|
|
16351
16351
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16352
|
-
const { logger } = configuration;
|
|
16352
|
+
const { logger: logger2 } = configuration;
|
|
16353
16353
|
const clientName = "S3Client";
|
|
16354
16354
|
const commandName = "CreateBucketCommand";
|
|
16355
16355
|
const handlerExecutionContext = {
|
|
16356
|
-
logger,
|
|
16356
|
+
logger: logger2,
|
|
16357
16357
|
clientName,
|
|
16358
16358
|
commandName,
|
|
16359
16359
|
inputFilterSensitiveLog: models_0_1.CreateBucketRequestFilterSensitiveLog,
|
|
@@ -16410,11 +16410,11 @@ var require_CreateMultipartUploadCommand = __commonJS({
|
|
|
16410
16410
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateMultipartUploadCommand.getEndpointParameterInstructions()));
|
|
16411
16411
|
this.middlewareStack.use((0, middleware_ssec_1.getSsecPlugin)(configuration));
|
|
16412
16412
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16413
|
-
const { logger } = configuration;
|
|
16413
|
+
const { logger: logger2 } = configuration;
|
|
16414
16414
|
const clientName = "S3Client";
|
|
16415
16415
|
const commandName = "CreateMultipartUploadCommand";
|
|
16416
16416
|
const handlerExecutionContext = {
|
|
16417
|
-
logger,
|
|
16417
|
+
logger: logger2,
|
|
16418
16418
|
clientName,
|
|
16419
16419
|
commandName,
|
|
16420
16420
|
inputFilterSensitiveLog: models_0_1.CreateMultipartUploadRequestFilterSensitiveLog,
|
|
@@ -16469,11 +16469,11 @@ var require_DeleteBucketAnalyticsConfigurationCommand = __commonJS({
|
|
|
16469
16469
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
16470
16470
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteBucketAnalyticsConfigurationCommand.getEndpointParameterInstructions()));
|
|
16471
16471
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16472
|
-
const { logger } = configuration;
|
|
16472
|
+
const { logger: logger2 } = configuration;
|
|
16473
16473
|
const clientName = "S3Client";
|
|
16474
16474
|
const commandName = "DeleteBucketAnalyticsConfigurationCommand";
|
|
16475
16475
|
const handlerExecutionContext = {
|
|
16476
|
-
logger,
|
|
16476
|
+
logger: logger2,
|
|
16477
16477
|
clientName,
|
|
16478
16478
|
commandName,
|
|
16479
16479
|
inputFilterSensitiveLog: models_0_1.DeleteBucketAnalyticsConfigurationRequestFilterSensitiveLog,
|
|
@@ -16528,11 +16528,11 @@ var require_DeleteBucketCommand = __commonJS({
|
|
|
16528
16528
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
16529
16529
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteBucketCommand.getEndpointParameterInstructions()));
|
|
16530
16530
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16531
|
-
const { logger } = configuration;
|
|
16531
|
+
const { logger: logger2 } = configuration;
|
|
16532
16532
|
const clientName = "S3Client";
|
|
16533
16533
|
const commandName = "DeleteBucketCommand";
|
|
16534
16534
|
const handlerExecutionContext = {
|
|
16535
|
-
logger,
|
|
16535
|
+
logger: logger2,
|
|
16536
16536
|
clientName,
|
|
16537
16537
|
commandName,
|
|
16538
16538
|
inputFilterSensitiveLog: models_0_1.DeleteBucketRequestFilterSensitiveLog,
|
|
@@ -16587,11 +16587,11 @@ var require_DeleteBucketCorsCommand = __commonJS({
|
|
|
16587
16587
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
16588
16588
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteBucketCorsCommand.getEndpointParameterInstructions()));
|
|
16589
16589
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16590
|
-
const { logger } = configuration;
|
|
16590
|
+
const { logger: logger2 } = configuration;
|
|
16591
16591
|
const clientName = "S3Client";
|
|
16592
16592
|
const commandName = "DeleteBucketCorsCommand";
|
|
16593
16593
|
const handlerExecutionContext = {
|
|
16594
|
-
logger,
|
|
16594
|
+
logger: logger2,
|
|
16595
16595
|
clientName,
|
|
16596
16596
|
commandName,
|
|
16597
16597
|
inputFilterSensitiveLog: models_0_1.DeleteBucketCorsRequestFilterSensitiveLog,
|
|
@@ -16646,11 +16646,11 @@ var require_DeleteBucketEncryptionCommand = __commonJS({
|
|
|
16646
16646
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
16647
16647
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteBucketEncryptionCommand.getEndpointParameterInstructions()));
|
|
16648
16648
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16649
|
-
const { logger } = configuration;
|
|
16649
|
+
const { logger: logger2 } = configuration;
|
|
16650
16650
|
const clientName = "S3Client";
|
|
16651
16651
|
const commandName = "DeleteBucketEncryptionCommand";
|
|
16652
16652
|
const handlerExecutionContext = {
|
|
16653
|
-
logger,
|
|
16653
|
+
logger: logger2,
|
|
16654
16654
|
clientName,
|
|
16655
16655
|
commandName,
|
|
16656
16656
|
inputFilterSensitiveLog: models_0_1.DeleteBucketEncryptionRequestFilterSensitiveLog,
|
|
@@ -16705,11 +16705,11 @@ var require_DeleteBucketIntelligentTieringConfigurationCommand = __commonJS({
|
|
|
16705
16705
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
16706
16706
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteBucketIntelligentTieringConfigurationCommand.getEndpointParameterInstructions()));
|
|
16707
16707
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16708
|
-
const { logger } = configuration;
|
|
16708
|
+
const { logger: logger2 } = configuration;
|
|
16709
16709
|
const clientName = "S3Client";
|
|
16710
16710
|
const commandName = "DeleteBucketIntelligentTieringConfigurationCommand";
|
|
16711
16711
|
const handlerExecutionContext = {
|
|
16712
|
-
logger,
|
|
16712
|
+
logger: logger2,
|
|
16713
16713
|
clientName,
|
|
16714
16714
|
commandName,
|
|
16715
16715
|
inputFilterSensitiveLog: models_0_1.DeleteBucketIntelligentTieringConfigurationRequestFilterSensitiveLog,
|
|
@@ -16764,11 +16764,11 @@ var require_DeleteBucketInventoryConfigurationCommand = __commonJS({
|
|
|
16764
16764
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
16765
16765
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteBucketInventoryConfigurationCommand.getEndpointParameterInstructions()));
|
|
16766
16766
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16767
|
-
const { logger } = configuration;
|
|
16767
|
+
const { logger: logger2 } = configuration;
|
|
16768
16768
|
const clientName = "S3Client";
|
|
16769
16769
|
const commandName = "DeleteBucketInventoryConfigurationCommand";
|
|
16770
16770
|
const handlerExecutionContext = {
|
|
16771
|
-
logger,
|
|
16771
|
+
logger: logger2,
|
|
16772
16772
|
clientName,
|
|
16773
16773
|
commandName,
|
|
16774
16774
|
inputFilterSensitiveLog: models_0_1.DeleteBucketInventoryConfigurationRequestFilterSensitiveLog,
|
|
@@ -16823,11 +16823,11 @@ var require_DeleteBucketLifecycleCommand = __commonJS({
|
|
|
16823
16823
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
16824
16824
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteBucketLifecycleCommand.getEndpointParameterInstructions()));
|
|
16825
16825
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16826
|
-
const { logger } = configuration;
|
|
16826
|
+
const { logger: logger2 } = configuration;
|
|
16827
16827
|
const clientName = "S3Client";
|
|
16828
16828
|
const commandName = "DeleteBucketLifecycleCommand";
|
|
16829
16829
|
const handlerExecutionContext = {
|
|
16830
|
-
logger,
|
|
16830
|
+
logger: logger2,
|
|
16831
16831
|
clientName,
|
|
16832
16832
|
commandName,
|
|
16833
16833
|
inputFilterSensitiveLog: models_0_1.DeleteBucketLifecycleRequestFilterSensitiveLog,
|
|
@@ -16882,11 +16882,11 @@ var require_DeleteBucketMetricsConfigurationCommand = __commonJS({
|
|
|
16882
16882
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
16883
16883
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteBucketMetricsConfigurationCommand.getEndpointParameterInstructions()));
|
|
16884
16884
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16885
|
-
const { logger } = configuration;
|
|
16885
|
+
const { logger: logger2 } = configuration;
|
|
16886
16886
|
const clientName = "S3Client";
|
|
16887
16887
|
const commandName = "DeleteBucketMetricsConfigurationCommand";
|
|
16888
16888
|
const handlerExecutionContext = {
|
|
16889
|
-
logger,
|
|
16889
|
+
logger: logger2,
|
|
16890
16890
|
clientName,
|
|
16891
16891
|
commandName,
|
|
16892
16892
|
inputFilterSensitiveLog: models_0_1.DeleteBucketMetricsConfigurationRequestFilterSensitiveLog,
|
|
@@ -16941,11 +16941,11 @@ var require_DeleteBucketOwnershipControlsCommand = __commonJS({
|
|
|
16941
16941
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
16942
16942
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteBucketOwnershipControlsCommand.getEndpointParameterInstructions()));
|
|
16943
16943
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16944
|
-
const { logger } = configuration;
|
|
16944
|
+
const { logger: logger2 } = configuration;
|
|
16945
16945
|
const clientName = "S3Client";
|
|
16946
16946
|
const commandName = "DeleteBucketOwnershipControlsCommand";
|
|
16947
16947
|
const handlerExecutionContext = {
|
|
16948
|
-
logger,
|
|
16948
|
+
logger: logger2,
|
|
16949
16949
|
clientName,
|
|
16950
16950
|
commandName,
|
|
16951
16951
|
inputFilterSensitiveLog: models_0_1.DeleteBucketOwnershipControlsRequestFilterSensitiveLog,
|
|
@@ -17000,11 +17000,11 @@ var require_DeleteBucketPolicyCommand = __commonJS({
|
|
|
17000
17000
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
17001
17001
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteBucketPolicyCommand.getEndpointParameterInstructions()));
|
|
17002
17002
|
const stack = clientStack.concat(this.middlewareStack);
|
|
17003
|
-
const { logger } = configuration;
|
|
17003
|
+
const { logger: logger2 } = configuration;
|
|
17004
17004
|
const clientName = "S3Client";
|
|
17005
17005
|
const commandName = "DeleteBucketPolicyCommand";
|
|
17006
17006
|
const handlerExecutionContext = {
|
|
17007
|
-
logger,
|
|
17007
|
+
logger: logger2,
|
|
17008
17008
|
clientName,
|
|
17009
17009
|
commandName,
|
|
17010
17010
|
inputFilterSensitiveLog: models_0_1.DeleteBucketPolicyRequestFilterSensitiveLog,
|
|
@@ -17059,11 +17059,11 @@ var require_DeleteBucketReplicationCommand = __commonJS({
|
|
|
17059
17059
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
17060
17060
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteBucketReplicationCommand.getEndpointParameterInstructions()));
|
|
17061
17061
|
const stack = clientStack.concat(this.middlewareStack);
|
|
17062
|
-
const { logger } = configuration;
|
|
17062
|
+
const { logger: logger2 } = configuration;
|
|
17063
17063
|
const clientName = "S3Client";
|
|
17064
17064
|
const commandName = "DeleteBucketReplicationCommand";
|
|
17065
17065
|
const handlerExecutionContext = {
|
|
17066
|
-
logger,
|
|
17066
|
+
logger: logger2,
|
|
17067
17067
|
clientName,
|
|
17068
17068
|
commandName,
|
|
17069
17069
|
inputFilterSensitiveLog: models_0_1.DeleteBucketReplicationRequestFilterSensitiveLog,
|
|
@@ -17118,11 +17118,11 @@ var require_DeleteBucketTaggingCommand = __commonJS({
|
|
|
17118
17118
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
17119
17119
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteBucketTaggingCommand.getEndpointParameterInstructions()));
|
|
17120
17120
|
const stack = clientStack.concat(this.middlewareStack);
|
|
17121
|
-
const { logger } = configuration;
|
|
17121
|
+
const { logger: logger2 } = configuration;
|
|
17122
17122
|
const clientName = "S3Client";
|
|
17123
17123
|
const commandName = "DeleteBucketTaggingCommand";
|
|
17124
17124
|
const handlerExecutionContext = {
|
|
17125
|
-
logger,
|
|
17125
|
+
logger: logger2,
|
|
17126
17126
|
clientName,
|
|
17127
17127
|
commandName,
|
|
17128
17128
|
inputFilterSensitiveLog: models_0_1.DeleteBucketTaggingRequestFilterSensitiveLog,
|
|
@@ -17177,11 +17177,11 @@ var require_DeleteBucketWebsiteCommand = __commonJS({
|
|
|
17177
17177
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
17178
17178
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteBucketWebsiteCommand.getEndpointParameterInstructions()));
|
|
17179
17179
|
const stack = clientStack.concat(this.middlewareStack);
|
|
17180
|
-
const { logger } = configuration;
|
|
17180
|
+
const { logger: logger2 } = configuration;
|
|
17181
17181
|
const clientName = "S3Client";
|
|
17182
17182
|
const commandName = "DeleteBucketWebsiteCommand";
|
|
17183
17183
|
const handlerExecutionContext = {
|
|
17184
|
-
logger,
|
|
17184
|
+
logger: logger2,
|
|
17185
17185
|
clientName,
|
|
17186
17186
|
commandName,
|
|
17187
17187
|
inputFilterSensitiveLog: models_0_1.DeleteBucketWebsiteRequestFilterSensitiveLog,
|
|
@@ -17236,11 +17236,11 @@ var require_DeleteObjectCommand = __commonJS({
|
|
|
17236
17236
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
17237
17237
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteObjectCommand2.getEndpointParameterInstructions()));
|
|
17238
17238
|
const stack = clientStack.concat(this.middlewareStack);
|
|
17239
|
-
const { logger } = configuration;
|
|
17239
|
+
const { logger: logger2 } = configuration;
|
|
17240
17240
|
const clientName = "S3Client";
|
|
17241
17241
|
const commandName = "DeleteObjectCommand";
|
|
17242
17242
|
const handlerExecutionContext = {
|
|
17243
|
-
logger,
|
|
17243
|
+
logger: logger2,
|
|
17244
17244
|
clientName,
|
|
17245
17245
|
commandName,
|
|
17246
17246
|
inputFilterSensitiveLog: models_0_1.DeleteObjectRequestFilterSensitiveLog,
|
|
@@ -19002,11 +19002,11 @@ var require_DeleteObjectsCommand = __commonJS({
|
|
|
19002
19002
|
requestChecksumRequired: true
|
|
19003
19003
|
}));
|
|
19004
19004
|
const stack = clientStack.concat(this.middlewareStack);
|
|
19005
|
-
const { logger } = configuration;
|
|
19005
|
+
const { logger: logger2 } = configuration;
|
|
19006
19006
|
const clientName = "S3Client";
|
|
19007
19007
|
const commandName = "DeleteObjectsCommand";
|
|
19008
19008
|
const handlerExecutionContext = {
|
|
19009
|
-
logger,
|
|
19009
|
+
logger: logger2,
|
|
19010
19010
|
clientName,
|
|
19011
19011
|
commandName,
|
|
19012
19012
|
inputFilterSensitiveLog: models_0_1.DeleteObjectsRequestFilterSensitiveLog,
|
|
@@ -19061,11 +19061,11 @@ var require_DeleteObjectTaggingCommand = __commonJS({
|
|
|
19061
19061
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
19062
19062
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteObjectTaggingCommand.getEndpointParameterInstructions()));
|
|
19063
19063
|
const stack = clientStack.concat(this.middlewareStack);
|
|
19064
|
-
const { logger } = configuration;
|
|
19064
|
+
const { logger: logger2 } = configuration;
|
|
19065
19065
|
const clientName = "S3Client";
|
|
19066
19066
|
const commandName = "DeleteObjectTaggingCommand";
|
|
19067
19067
|
const handlerExecutionContext = {
|
|
19068
|
-
logger,
|
|
19068
|
+
logger: logger2,
|
|
19069
19069
|
clientName,
|
|
19070
19070
|
commandName,
|
|
19071
19071
|
inputFilterSensitiveLog: models_0_1.DeleteObjectTaggingRequestFilterSensitiveLog,
|
|
@@ -19120,11 +19120,11 @@ var require_DeletePublicAccessBlockCommand = __commonJS({
|
|
|
19120
19120
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
19121
19121
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeletePublicAccessBlockCommand.getEndpointParameterInstructions()));
|
|
19122
19122
|
const stack = clientStack.concat(this.middlewareStack);
|
|
19123
|
-
const { logger } = configuration;
|
|
19123
|
+
const { logger: logger2 } = configuration;
|
|
19124
19124
|
const clientName = "S3Client";
|
|
19125
19125
|
const commandName = "DeletePublicAccessBlockCommand";
|
|
19126
19126
|
const handlerExecutionContext = {
|
|
19127
|
-
logger,
|
|
19127
|
+
logger: logger2,
|
|
19128
19128
|
clientName,
|
|
19129
19129
|
commandName,
|
|
19130
19130
|
inputFilterSensitiveLog: models_0_1.DeletePublicAccessBlockRequestFilterSensitiveLog,
|
|
@@ -19179,11 +19179,11 @@ var require_GetBucketAccelerateConfigurationCommand = __commonJS({
|
|
|
19179
19179
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
19180
19180
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetBucketAccelerateConfigurationCommand.getEndpointParameterInstructions()));
|
|
19181
19181
|
const stack = clientStack.concat(this.middlewareStack);
|
|
19182
|
-
const { logger } = configuration;
|
|
19182
|
+
const { logger: logger2 } = configuration;
|
|
19183
19183
|
const clientName = "S3Client";
|
|
19184
19184
|
const commandName = "GetBucketAccelerateConfigurationCommand";
|
|
19185
19185
|
const handlerExecutionContext = {
|
|
19186
|
-
logger,
|
|
19186
|
+
logger: logger2,
|
|
19187
19187
|
clientName,
|
|
19188
19188
|
commandName,
|
|
19189
19189
|
inputFilterSensitiveLog: models_0_1.GetBucketAccelerateConfigurationRequestFilterSensitiveLog,
|
|
@@ -19238,11 +19238,11 @@ var require_GetBucketAclCommand = __commonJS({
|
|
|
19238
19238
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
19239
19239
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetBucketAclCommand.getEndpointParameterInstructions()));
|
|
19240
19240
|
const stack = clientStack.concat(this.middlewareStack);
|
|
19241
|
-
const { logger } = configuration;
|
|
19241
|
+
const { logger: logger2 } = configuration;
|
|
19242
19242
|
const clientName = "S3Client";
|
|
19243
19243
|
const commandName = "GetBucketAclCommand";
|
|
19244
19244
|
const handlerExecutionContext = {
|
|
19245
|
-
logger,
|
|
19245
|
+
logger: logger2,
|
|
19246
19246
|
clientName,
|
|
19247
19247
|
commandName,
|
|
19248
19248
|
inputFilterSensitiveLog: models_0_1.GetBucketAclRequestFilterSensitiveLog,
|
|
@@ -19297,11 +19297,11 @@ var require_GetBucketAnalyticsConfigurationCommand = __commonJS({
|
|
|
19297
19297
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
19298
19298
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetBucketAnalyticsConfigurationCommand.getEndpointParameterInstructions()));
|
|
19299
19299
|
const stack = clientStack.concat(this.middlewareStack);
|
|
19300
|
-
const { logger } = configuration;
|
|
19300
|
+
const { logger: logger2 } = configuration;
|
|
19301
19301
|
const clientName = "S3Client";
|
|
19302
19302
|
const commandName = "GetBucketAnalyticsConfigurationCommand";
|
|
19303
19303
|
const handlerExecutionContext = {
|
|
19304
|
-
logger,
|
|
19304
|
+
logger: logger2,
|
|
19305
19305
|
clientName,
|
|
19306
19306
|
commandName,
|
|
19307
19307
|
inputFilterSensitiveLog: models_0_1.GetBucketAnalyticsConfigurationRequestFilterSensitiveLog,
|
|
@@ -19356,11 +19356,11 @@ var require_GetBucketCorsCommand = __commonJS({
|
|
|
19356
19356
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
19357
19357
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetBucketCorsCommand.getEndpointParameterInstructions()));
|
|
19358
19358
|
const stack = clientStack.concat(this.middlewareStack);
|
|
19359
|
-
const { logger } = configuration;
|
|
19359
|
+
const { logger: logger2 } = configuration;
|
|
19360
19360
|
const clientName = "S3Client";
|
|
19361
19361
|
const commandName = "GetBucketCorsCommand";
|
|
19362
19362
|
const handlerExecutionContext = {
|
|
19363
|
-
logger,
|
|
19363
|
+
logger: logger2,
|
|
19364
19364
|
clientName,
|
|
19365
19365
|
commandName,
|
|
19366
19366
|
inputFilterSensitiveLog: models_0_1.GetBucketCorsRequestFilterSensitiveLog,
|
|
@@ -19415,11 +19415,11 @@ var require_GetBucketEncryptionCommand = __commonJS({
|
|
|
19415
19415
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
19416
19416
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetBucketEncryptionCommand.getEndpointParameterInstructions()));
|
|
19417
19417
|
const stack = clientStack.concat(this.middlewareStack);
|
|
19418
|
-
const { logger } = configuration;
|
|
19418
|
+
const { logger: logger2 } = configuration;
|
|
19419
19419
|
const clientName = "S3Client";
|
|
19420
19420
|
const commandName = "GetBucketEncryptionCommand";
|
|
19421
19421
|
const handlerExecutionContext = {
|
|
19422
|
-
logger,
|
|
19422
|
+
logger: logger2,
|
|
19423
19423
|
clientName,
|
|
19424
19424
|
commandName,
|
|
19425
19425
|
inputFilterSensitiveLog: models_0_1.GetBucketEncryptionRequestFilterSensitiveLog,
|
|
@@ -19474,11 +19474,11 @@ var require_GetBucketIntelligentTieringConfigurationCommand = __commonJS({
|
|
|
19474
19474
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
19475
19475
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetBucketIntelligentTieringConfigurationCommand.getEndpointParameterInstructions()));
|
|
19476
19476
|
const stack = clientStack.concat(this.middlewareStack);
|
|
19477
|
-
const { logger } = configuration;
|
|
19477
|
+
const { logger: logger2 } = configuration;
|
|
19478
19478
|
const clientName = "S3Client";
|
|
19479
19479
|
const commandName = "GetBucketIntelligentTieringConfigurationCommand";
|
|
19480
19480
|
const handlerExecutionContext = {
|
|
19481
|
-
logger,
|
|
19481
|
+
logger: logger2,
|
|
19482
19482
|
clientName,
|
|
19483
19483
|
commandName,
|
|
19484
19484
|
inputFilterSensitiveLog: models_0_1.GetBucketIntelligentTieringConfigurationRequestFilterSensitiveLog,
|
|
@@ -19533,11 +19533,11 @@ var require_GetBucketInventoryConfigurationCommand = __commonJS({
|
|
|
19533
19533
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
19534
19534
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetBucketInventoryConfigurationCommand.getEndpointParameterInstructions()));
|
|
19535
19535
|
const stack = clientStack.concat(this.middlewareStack);
|
|
19536
|
-
const { logger } = configuration;
|
|
19536
|
+
const { logger: logger2 } = configuration;
|
|
19537
19537
|
const clientName = "S3Client";
|
|
19538
19538
|
const commandName = "GetBucketInventoryConfigurationCommand";
|
|
19539
19539
|
const handlerExecutionContext = {
|
|
19540
|
-
logger,
|
|
19540
|
+
logger: logger2,
|
|
19541
19541
|
clientName,
|
|
19542
19542
|
commandName,
|
|
19543
19543
|
inputFilterSensitiveLog: models_0_1.GetBucketInventoryConfigurationRequestFilterSensitiveLog,
|
|
@@ -19592,11 +19592,11 @@ var require_GetBucketLifecycleConfigurationCommand = __commonJS({
|
|
|
19592
19592
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
19593
19593
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetBucketLifecycleConfigurationCommand.getEndpointParameterInstructions()));
|
|
19594
19594
|
const stack = clientStack.concat(this.middlewareStack);
|
|
19595
|
-
const { logger } = configuration;
|
|
19595
|
+
const { logger: logger2 } = configuration;
|
|
19596
19596
|
const clientName = "S3Client";
|
|
19597
19597
|
const commandName = "GetBucketLifecycleConfigurationCommand";
|
|
19598
19598
|
const handlerExecutionContext = {
|
|
19599
|
-
logger,
|
|
19599
|
+
logger: logger2,
|
|
19600
19600
|
clientName,
|
|
19601
19601
|
commandName,
|
|
19602
19602
|
inputFilterSensitiveLog: models_0_1.GetBucketLifecycleConfigurationRequestFilterSensitiveLog,
|
|
@@ -19651,11 +19651,11 @@ var require_GetBucketLocationCommand = __commonJS({
|
|
|
19651
19651
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
19652
19652
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetBucketLocationCommand.getEndpointParameterInstructions()));
|
|
19653
19653
|
const stack = clientStack.concat(this.middlewareStack);
|
|
19654
|
-
const { logger } = configuration;
|
|
19654
|
+
const { logger: logger2 } = configuration;
|
|
19655
19655
|
const clientName = "S3Client";
|
|
19656
19656
|
const commandName = "GetBucketLocationCommand";
|
|
19657
19657
|
const handlerExecutionContext = {
|
|
19658
|
-
logger,
|
|
19658
|
+
logger: logger2,
|
|
19659
19659
|
clientName,
|
|
19660
19660
|
commandName,
|
|
19661
19661
|
inputFilterSensitiveLog: models_0_1.GetBucketLocationRequestFilterSensitiveLog,
|
|
@@ -19710,11 +19710,11 @@ var require_GetBucketLoggingCommand = __commonJS({
|
|
|
19710
19710
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
19711
19711
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetBucketLoggingCommand.getEndpointParameterInstructions()));
|
|
19712
19712
|
const stack = clientStack.concat(this.middlewareStack);
|
|
19713
|
-
const { logger } = configuration;
|
|
19713
|
+
const { logger: logger2 } = configuration;
|
|
19714
19714
|
const clientName = "S3Client";
|
|
19715
19715
|
const commandName = "GetBucketLoggingCommand";
|
|
19716
19716
|
const handlerExecutionContext = {
|
|
19717
|
-
logger,
|
|
19717
|
+
logger: logger2,
|
|
19718
19718
|
clientName,
|
|
19719
19719
|
commandName,
|
|
19720
19720
|
inputFilterSensitiveLog: models_0_1.GetBucketLoggingRequestFilterSensitiveLog,
|
|
@@ -19769,11 +19769,11 @@ var require_GetBucketMetricsConfigurationCommand = __commonJS({
|
|
|
19769
19769
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
19770
19770
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetBucketMetricsConfigurationCommand.getEndpointParameterInstructions()));
|
|
19771
19771
|
const stack = clientStack.concat(this.middlewareStack);
|
|
19772
|
-
const { logger } = configuration;
|
|
19772
|
+
const { logger: logger2 } = configuration;
|
|
19773
19773
|
const clientName = "S3Client";
|
|
19774
19774
|
const commandName = "GetBucketMetricsConfigurationCommand";
|
|
19775
19775
|
const handlerExecutionContext = {
|
|
19776
|
-
logger,
|
|
19776
|
+
logger: logger2,
|
|
19777
19777
|
clientName,
|
|
19778
19778
|
commandName,
|
|
19779
19779
|
inputFilterSensitiveLog: models_0_1.GetBucketMetricsConfigurationRequestFilterSensitiveLog,
|
|
@@ -19828,11 +19828,11 @@ var require_GetBucketNotificationConfigurationCommand = __commonJS({
|
|
|
19828
19828
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
19829
19829
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetBucketNotificationConfigurationCommand.getEndpointParameterInstructions()));
|
|
19830
19830
|
const stack = clientStack.concat(this.middlewareStack);
|
|
19831
|
-
const { logger } = configuration;
|
|
19831
|
+
const { logger: logger2 } = configuration;
|
|
19832
19832
|
const clientName = "S3Client";
|
|
19833
19833
|
const commandName = "GetBucketNotificationConfigurationCommand";
|
|
19834
19834
|
const handlerExecutionContext = {
|
|
19835
|
-
logger,
|
|
19835
|
+
logger: logger2,
|
|
19836
19836
|
clientName,
|
|
19837
19837
|
commandName,
|
|
19838
19838
|
inputFilterSensitiveLog: models_0_1.GetBucketNotificationConfigurationRequestFilterSensitiveLog,
|
|
@@ -19887,11 +19887,11 @@ var require_GetBucketOwnershipControlsCommand = __commonJS({
|
|
|
19887
19887
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
19888
19888
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetBucketOwnershipControlsCommand.getEndpointParameterInstructions()));
|
|
19889
19889
|
const stack = clientStack.concat(this.middlewareStack);
|
|
19890
|
-
const { logger } = configuration;
|
|
19890
|
+
const { logger: logger2 } = configuration;
|
|
19891
19891
|
const clientName = "S3Client";
|
|
19892
19892
|
const commandName = "GetBucketOwnershipControlsCommand";
|
|
19893
19893
|
const handlerExecutionContext = {
|
|
19894
|
-
logger,
|
|
19894
|
+
logger: logger2,
|
|
19895
19895
|
clientName,
|
|
19896
19896
|
commandName,
|
|
19897
19897
|
inputFilterSensitiveLog: models_0_1.GetBucketOwnershipControlsRequestFilterSensitiveLog,
|
|
@@ -19946,11 +19946,11 @@ var require_GetBucketPolicyCommand = __commonJS({
|
|
|
19946
19946
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
19947
19947
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetBucketPolicyCommand.getEndpointParameterInstructions()));
|
|
19948
19948
|
const stack = clientStack.concat(this.middlewareStack);
|
|
19949
|
-
const { logger } = configuration;
|
|
19949
|
+
const { logger: logger2 } = configuration;
|
|
19950
19950
|
const clientName = "S3Client";
|
|
19951
19951
|
const commandName = "GetBucketPolicyCommand";
|
|
19952
19952
|
const handlerExecutionContext = {
|
|
19953
|
-
logger,
|
|
19953
|
+
logger: logger2,
|
|
19954
19954
|
clientName,
|
|
19955
19955
|
commandName,
|
|
19956
19956
|
inputFilterSensitiveLog: models_0_1.GetBucketPolicyRequestFilterSensitiveLog,
|
|
@@ -20005,11 +20005,11 @@ var require_GetBucketPolicyStatusCommand = __commonJS({
|
|
|
20005
20005
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
20006
20006
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetBucketPolicyStatusCommand.getEndpointParameterInstructions()));
|
|
20007
20007
|
const stack = clientStack.concat(this.middlewareStack);
|
|
20008
|
-
const { logger } = configuration;
|
|
20008
|
+
const { logger: logger2 } = configuration;
|
|
20009
20009
|
const clientName = "S3Client";
|
|
20010
20010
|
const commandName = "GetBucketPolicyStatusCommand";
|
|
20011
20011
|
const handlerExecutionContext = {
|
|
20012
|
-
logger,
|
|
20012
|
+
logger: logger2,
|
|
20013
20013
|
clientName,
|
|
20014
20014
|
commandName,
|
|
20015
20015
|
inputFilterSensitiveLog: models_0_1.GetBucketPolicyStatusRequestFilterSensitiveLog,
|
|
@@ -20064,11 +20064,11 @@ var require_GetBucketReplicationCommand = __commonJS({
|
|
|
20064
20064
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
20065
20065
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetBucketReplicationCommand.getEndpointParameterInstructions()));
|
|
20066
20066
|
const stack = clientStack.concat(this.middlewareStack);
|
|
20067
|
-
const { logger } = configuration;
|
|
20067
|
+
const { logger: logger2 } = configuration;
|
|
20068
20068
|
const clientName = "S3Client";
|
|
20069
20069
|
const commandName = "GetBucketReplicationCommand";
|
|
20070
20070
|
const handlerExecutionContext = {
|
|
20071
|
-
logger,
|
|
20071
|
+
logger: logger2,
|
|
20072
20072
|
clientName,
|
|
20073
20073
|
commandName,
|
|
20074
20074
|
inputFilterSensitiveLog: models_0_1.GetBucketReplicationRequestFilterSensitiveLog,
|
|
@@ -20123,11 +20123,11 @@ var require_GetBucketRequestPaymentCommand = __commonJS({
|
|
|
20123
20123
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
20124
20124
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetBucketRequestPaymentCommand.getEndpointParameterInstructions()));
|
|
20125
20125
|
const stack = clientStack.concat(this.middlewareStack);
|
|
20126
|
-
const { logger } = configuration;
|
|
20126
|
+
const { logger: logger2 } = configuration;
|
|
20127
20127
|
const clientName = "S3Client";
|
|
20128
20128
|
const commandName = "GetBucketRequestPaymentCommand";
|
|
20129
20129
|
const handlerExecutionContext = {
|
|
20130
|
-
logger,
|
|
20130
|
+
logger: logger2,
|
|
20131
20131
|
clientName,
|
|
20132
20132
|
commandName,
|
|
20133
20133
|
inputFilterSensitiveLog: models_0_1.GetBucketRequestPaymentRequestFilterSensitiveLog,
|
|
@@ -20182,11 +20182,11 @@ var require_GetBucketTaggingCommand = __commonJS({
|
|
|
20182
20182
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
20183
20183
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetBucketTaggingCommand.getEndpointParameterInstructions()));
|
|
20184
20184
|
const stack = clientStack.concat(this.middlewareStack);
|
|
20185
|
-
const { logger } = configuration;
|
|
20185
|
+
const { logger: logger2 } = configuration;
|
|
20186
20186
|
const clientName = "S3Client";
|
|
20187
20187
|
const commandName = "GetBucketTaggingCommand";
|
|
20188
20188
|
const handlerExecutionContext = {
|
|
20189
|
-
logger,
|
|
20189
|
+
logger: logger2,
|
|
20190
20190
|
clientName,
|
|
20191
20191
|
commandName,
|
|
20192
20192
|
inputFilterSensitiveLog: models_0_1.GetBucketTaggingRequestFilterSensitiveLog,
|
|
@@ -20241,11 +20241,11 @@ var require_GetBucketVersioningCommand = __commonJS({
|
|
|
20241
20241
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
20242
20242
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetBucketVersioningCommand.getEndpointParameterInstructions()));
|
|
20243
20243
|
const stack = clientStack.concat(this.middlewareStack);
|
|
20244
|
-
const { logger } = configuration;
|
|
20244
|
+
const { logger: logger2 } = configuration;
|
|
20245
20245
|
const clientName = "S3Client";
|
|
20246
20246
|
const commandName = "GetBucketVersioningCommand";
|
|
20247
20247
|
const handlerExecutionContext = {
|
|
20248
|
-
logger,
|
|
20248
|
+
logger: logger2,
|
|
20249
20249
|
clientName,
|
|
20250
20250
|
commandName,
|
|
20251
20251
|
inputFilterSensitiveLog: models_0_1.GetBucketVersioningRequestFilterSensitiveLog,
|
|
@@ -20300,11 +20300,11 @@ var require_GetBucketWebsiteCommand = __commonJS({
|
|
|
20300
20300
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
20301
20301
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetBucketWebsiteCommand.getEndpointParameterInstructions()));
|
|
20302
20302
|
const stack = clientStack.concat(this.middlewareStack);
|
|
20303
|
-
const { logger } = configuration;
|
|
20303
|
+
const { logger: logger2 } = configuration;
|
|
20304
20304
|
const clientName = "S3Client";
|
|
20305
20305
|
const commandName = "GetBucketWebsiteCommand";
|
|
20306
20306
|
const handlerExecutionContext = {
|
|
20307
|
-
logger,
|
|
20307
|
+
logger: logger2,
|
|
20308
20308
|
clientName,
|
|
20309
20309
|
commandName,
|
|
20310
20310
|
inputFilterSensitiveLog: models_0_1.GetBucketWebsiteRequestFilterSensitiveLog,
|
|
@@ -20359,11 +20359,11 @@ var require_GetObjectAclCommand = __commonJS({
|
|
|
20359
20359
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
20360
20360
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetObjectAclCommand.getEndpointParameterInstructions()));
|
|
20361
20361
|
const stack = clientStack.concat(this.middlewareStack);
|
|
20362
|
-
const { logger } = configuration;
|
|
20362
|
+
const { logger: logger2 } = configuration;
|
|
20363
20363
|
const clientName = "S3Client";
|
|
20364
20364
|
const commandName = "GetObjectAclCommand";
|
|
20365
20365
|
const handlerExecutionContext = {
|
|
20366
|
-
logger,
|
|
20366
|
+
logger: logger2,
|
|
20367
20367
|
clientName,
|
|
20368
20368
|
commandName,
|
|
20369
20369
|
inputFilterSensitiveLog: models_0_1.GetObjectAclRequestFilterSensitiveLog,
|
|
@@ -20420,11 +20420,11 @@ var require_GetObjectAttributesCommand = __commonJS({
|
|
|
20420
20420
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetObjectAttributesCommand.getEndpointParameterInstructions()));
|
|
20421
20421
|
this.middlewareStack.use((0, middleware_ssec_1.getSsecPlugin)(configuration));
|
|
20422
20422
|
const stack = clientStack.concat(this.middlewareStack);
|
|
20423
|
-
const { logger } = configuration;
|
|
20423
|
+
const { logger: logger2 } = configuration;
|
|
20424
20424
|
const clientName = "S3Client";
|
|
20425
20425
|
const commandName = "GetObjectAttributesCommand";
|
|
20426
20426
|
const handlerExecutionContext = {
|
|
20427
|
-
logger,
|
|
20427
|
+
logger: logger2,
|
|
20428
20428
|
clientName,
|
|
20429
20429
|
commandName,
|
|
20430
20430
|
inputFilterSensitiveLog: models_0_1.GetObjectAttributesRequestFilterSensitiveLog,
|
|
@@ -20488,11 +20488,11 @@ var require_GetObjectCommand = __commonJS({
|
|
|
20488
20488
|
responseAlgorithms: ["CRC32", "CRC32C", "SHA256", "SHA1"]
|
|
20489
20489
|
}));
|
|
20490
20490
|
const stack = clientStack.concat(this.middlewareStack);
|
|
20491
|
-
const { logger } = configuration;
|
|
20491
|
+
const { logger: logger2 } = configuration;
|
|
20492
20492
|
const clientName = "S3Client";
|
|
20493
20493
|
const commandName = "GetObjectCommand";
|
|
20494
20494
|
const handlerExecutionContext = {
|
|
20495
|
-
logger,
|
|
20495
|
+
logger: logger2,
|
|
20496
20496
|
clientName,
|
|
20497
20497
|
commandName,
|
|
20498
20498
|
inputFilterSensitiveLog: models_0_1.GetObjectRequestFilterSensitiveLog,
|
|
@@ -20547,11 +20547,11 @@ var require_GetObjectLegalHoldCommand = __commonJS({
|
|
|
20547
20547
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
20548
20548
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetObjectLegalHoldCommand.getEndpointParameterInstructions()));
|
|
20549
20549
|
const stack = clientStack.concat(this.middlewareStack);
|
|
20550
|
-
const { logger } = configuration;
|
|
20550
|
+
const { logger: logger2 } = configuration;
|
|
20551
20551
|
const clientName = "S3Client";
|
|
20552
20552
|
const commandName = "GetObjectLegalHoldCommand";
|
|
20553
20553
|
const handlerExecutionContext = {
|
|
20554
|
-
logger,
|
|
20554
|
+
logger: logger2,
|
|
20555
20555
|
clientName,
|
|
20556
20556
|
commandName,
|
|
20557
20557
|
inputFilterSensitiveLog: models_0_1.GetObjectLegalHoldRequestFilterSensitiveLog,
|
|
@@ -20606,11 +20606,11 @@ var require_GetObjectLockConfigurationCommand = __commonJS({
|
|
|
20606
20606
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
20607
20607
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetObjectLockConfigurationCommand.getEndpointParameterInstructions()));
|
|
20608
20608
|
const stack = clientStack.concat(this.middlewareStack);
|
|
20609
|
-
const { logger } = configuration;
|
|
20609
|
+
const { logger: logger2 } = configuration;
|
|
20610
20610
|
const clientName = "S3Client";
|
|
20611
20611
|
const commandName = "GetObjectLockConfigurationCommand";
|
|
20612
20612
|
const handlerExecutionContext = {
|
|
20613
|
-
logger,
|
|
20613
|
+
logger: logger2,
|
|
20614
20614
|
clientName,
|
|
20615
20615
|
commandName,
|
|
20616
20616
|
inputFilterSensitiveLog: models_0_1.GetObjectLockConfigurationRequestFilterSensitiveLog,
|
|
@@ -20665,11 +20665,11 @@ var require_GetObjectRetentionCommand = __commonJS({
|
|
|
20665
20665
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
20666
20666
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetObjectRetentionCommand.getEndpointParameterInstructions()));
|
|
20667
20667
|
const stack = clientStack.concat(this.middlewareStack);
|
|
20668
|
-
const { logger } = configuration;
|
|
20668
|
+
const { logger: logger2 } = configuration;
|
|
20669
20669
|
const clientName = "S3Client";
|
|
20670
20670
|
const commandName = "GetObjectRetentionCommand";
|
|
20671
20671
|
const handlerExecutionContext = {
|
|
20672
|
-
logger,
|
|
20672
|
+
logger: logger2,
|
|
20673
20673
|
clientName,
|
|
20674
20674
|
commandName,
|
|
20675
20675
|
inputFilterSensitiveLog: models_0_1.GetObjectRetentionRequestFilterSensitiveLog,
|
|
@@ -20724,11 +20724,11 @@ var require_GetObjectTaggingCommand = __commonJS({
|
|
|
20724
20724
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
20725
20725
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetObjectTaggingCommand.getEndpointParameterInstructions()));
|
|
20726
20726
|
const stack = clientStack.concat(this.middlewareStack);
|
|
20727
|
-
const { logger } = configuration;
|
|
20727
|
+
const { logger: logger2 } = configuration;
|
|
20728
20728
|
const clientName = "S3Client";
|
|
20729
20729
|
const commandName = "GetObjectTaggingCommand";
|
|
20730
20730
|
const handlerExecutionContext = {
|
|
20731
|
-
logger,
|
|
20731
|
+
logger: logger2,
|
|
20732
20732
|
clientName,
|
|
20733
20733
|
commandName,
|
|
20734
20734
|
inputFilterSensitiveLog: models_0_1.GetObjectTaggingRequestFilterSensitiveLog,
|
|
@@ -20783,11 +20783,11 @@ var require_GetObjectTorrentCommand = __commonJS({
|
|
|
20783
20783
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
20784
20784
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetObjectTorrentCommand.getEndpointParameterInstructions()));
|
|
20785
20785
|
const stack = clientStack.concat(this.middlewareStack);
|
|
20786
|
-
const { logger } = configuration;
|
|
20786
|
+
const { logger: logger2 } = configuration;
|
|
20787
20787
|
const clientName = "S3Client";
|
|
20788
20788
|
const commandName = "GetObjectTorrentCommand";
|
|
20789
20789
|
const handlerExecutionContext = {
|
|
20790
|
-
logger,
|
|
20790
|
+
logger: logger2,
|
|
20791
20791
|
clientName,
|
|
20792
20792
|
commandName,
|
|
20793
20793
|
inputFilterSensitiveLog: models_0_1.GetObjectTorrentRequestFilterSensitiveLog,
|
|
@@ -20842,11 +20842,11 @@ var require_GetPublicAccessBlockCommand = __commonJS({
|
|
|
20842
20842
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
20843
20843
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetPublicAccessBlockCommand.getEndpointParameterInstructions()));
|
|
20844
20844
|
const stack = clientStack.concat(this.middlewareStack);
|
|
20845
|
-
const { logger } = configuration;
|
|
20845
|
+
const { logger: logger2 } = configuration;
|
|
20846
20846
|
const clientName = "S3Client";
|
|
20847
20847
|
const commandName = "GetPublicAccessBlockCommand";
|
|
20848
20848
|
const handlerExecutionContext = {
|
|
20849
|
-
logger,
|
|
20849
|
+
logger: logger2,
|
|
20850
20850
|
clientName,
|
|
20851
20851
|
commandName,
|
|
20852
20852
|
inputFilterSensitiveLog: models_0_1.GetPublicAccessBlockRequestFilterSensitiveLog,
|
|
@@ -20901,11 +20901,11 @@ var require_HeadBucketCommand = __commonJS({
|
|
|
20901
20901
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
20902
20902
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, HeadBucketCommand.getEndpointParameterInstructions()));
|
|
20903
20903
|
const stack = clientStack.concat(this.middlewareStack);
|
|
20904
|
-
const { logger } = configuration;
|
|
20904
|
+
const { logger: logger2 } = configuration;
|
|
20905
20905
|
const clientName = "S3Client";
|
|
20906
20906
|
const commandName = "HeadBucketCommand";
|
|
20907
20907
|
const handlerExecutionContext = {
|
|
20908
|
-
logger,
|
|
20908
|
+
logger: logger2,
|
|
20909
20909
|
clientName,
|
|
20910
20910
|
commandName,
|
|
20911
20911
|
inputFilterSensitiveLog: models_0_1.HeadBucketRequestFilterSensitiveLog,
|
|
@@ -20962,11 +20962,11 @@ var require_HeadObjectCommand = __commonJS({
|
|
|
20962
20962
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, HeadObjectCommand.getEndpointParameterInstructions()));
|
|
20963
20963
|
this.middlewareStack.use((0, middleware_ssec_1.getSsecPlugin)(configuration));
|
|
20964
20964
|
const stack = clientStack.concat(this.middlewareStack);
|
|
20965
|
-
const { logger } = configuration;
|
|
20965
|
+
const { logger: logger2 } = configuration;
|
|
20966
20966
|
const clientName = "S3Client";
|
|
20967
20967
|
const commandName = "HeadObjectCommand";
|
|
20968
20968
|
const handlerExecutionContext = {
|
|
20969
|
-
logger,
|
|
20969
|
+
logger: logger2,
|
|
20970
20970
|
clientName,
|
|
20971
20971
|
commandName,
|
|
20972
20972
|
inputFilterSensitiveLog: models_0_1.HeadObjectRequestFilterSensitiveLog,
|
|
@@ -21021,11 +21021,11 @@ var require_ListBucketAnalyticsConfigurationsCommand = __commonJS({
|
|
|
21021
21021
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
21022
21022
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListBucketAnalyticsConfigurationsCommand.getEndpointParameterInstructions()));
|
|
21023
21023
|
const stack = clientStack.concat(this.middlewareStack);
|
|
21024
|
-
const { logger } = configuration;
|
|
21024
|
+
const { logger: logger2 } = configuration;
|
|
21025
21025
|
const clientName = "S3Client";
|
|
21026
21026
|
const commandName = "ListBucketAnalyticsConfigurationsCommand";
|
|
21027
21027
|
const handlerExecutionContext = {
|
|
21028
|
-
logger,
|
|
21028
|
+
logger: logger2,
|
|
21029
21029
|
clientName,
|
|
21030
21030
|
commandName,
|
|
21031
21031
|
inputFilterSensitiveLog: models_0_1.ListBucketAnalyticsConfigurationsRequestFilterSensitiveLog,
|
|
@@ -21080,11 +21080,11 @@ var require_ListBucketIntelligentTieringConfigurationsCommand = __commonJS({
|
|
|
21080
21080
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
21081
21081
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListBucketIntelligentTieringConfigurationsCommand.getEndpointParameterInstructions()));
|
|
21082
21082
|
const stack = clientStack.concat(this.middlewareStack);
|
|
21083
|
-
const { logger } = configuration;
|
|
21083
|
+
const { logger: logger2 } = configuration;
|
|
21084
21084
|
const clientName = "S3Client";
|
|
21085
21085
|
const commandName = "ListBucketIntelligentTieringConfigurationsCommand";
|
|
21086
21086
|
const handlerExecutionContext = {
|
|
21087
|
-
logger,
|
|
21087
|
+
logger: logger2,
|
|
21088
21088
|
clientName,
|
|
21089
21089
|
commandName,
|
|
21090
21090
|
inputFilterSensitiveLog: models_0_1.ListBucketIntelligentTieringConfigurationsRequestFilterSensitiveLog,
|
|
@@ -21139,11 +21139,11 @@ var require_ListBucketInventoryConfigurationsCommand = __commonJS({
|
|
|
21139
21139
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
21140
21140
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListBucketInventoryConfigurationsCommand.getEndpointParameterInstructions()));
|
|
21141
21141
|
const stack = clientStack.concat(this.middlewareStack);
|
|
21142
|
-
const { logger } = configuration;
|
|
21142
|
+
const { logger: logger2 } = configuration;
|
|
21143
21143
|
const clientName = "S3Client";
|
|
21144
21144
|
const commandName = "ListBucketInventoryConfigurationsCommand";
|
|
21145
21145
|
const handlerExecutionContext = {
|
|
21146
|
-
logger,
|
|
21146
|
+
logger: logger2,
|
|
21147
21147
|
clientName,
|
|
21148
21148
|
commandName,
|
|
21149
21149
|
inputFilterSensitiveLog: models_0_1.ListBucketInventoryConfigurationsRequestFilterSensitiveLog,
|
|
@@ -21198,11 +21198,11 @@ var require_ListBucketMetricsConfigurationsCommand = __commonJS({
|
|
|
21198
21198
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
21199
21199
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListBucketMetricsConfigurationsCommand.getEndpointParameterInstructions()));
|
|
21200
21200
|
const stack = clientStack.concat(this.middlewareStack);
|
|
21201
|
-
const { logger } = configuration;
|
|
21201
|
+
const { logger: logger2 } = configuration;
|
|
21202
21202
|
const clientName = "S3Client";
|
|
21203
21203
|
const commandName = "ListBucketMetricsConfigurationsCommand";
|
|
21204
21204
|
const handlerExecutionContext = {
|
|
21205
|
-
logger,
|
|
21205
|
+
logger: logger2,
|
|
21206
21206
|
clientName,
|
|
21207
21207
|
commandName,
|
|
21208
21208
|
inputFilterSensitiveLog: models_0_1.ListBucketMetricsConfigurationsRequestFilterSensitiveLog,
|
|
@@ -21256,11 +21256,11 @@ var require_ListBucketsCommand = __commonJS({
|
|
|
21256
21256
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
21257
21257
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListBucketsCommand.getEndpointParameterInstructions()));
|
|
21258
21258
|
const stack = clientStack.concat(this.middlewareStack);
|
|
21259
|
-
const { logger } = configuration;
|
|
21259
|
+
const { logger: logger2 } = configuration;
|
|
21260
21260
|
const clientName = "S3Client";
|
|
21261
21261
|
const commandName = "ListBucketsCommand";
|
|
21262
21262
|
const handlerExecutionContext = {
|
|
21263
|
-
logger,
|
|
21263
|
+
logger: logger2,
|
|
21264
21264
|
clientName,
|
|
21265
21265
|
commandName,
|
|
21266
21266
|
inputFilterSensitiveLog: (input) => input,
|
|
@@ -21315,11 +21315,11 @@ var require_ListMultipartUploadsCommand = __commonJS({
|
|
|
21315
21315
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
21316
21316
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListMultipartUploadsCommand.getEndpointParameterInstructions()));
|
|
21317
21317
|
const stack = clientStack.concat(this.middlewareStack);
|
|
21318
|
-
const { logger } = configuration;
|
|
21318
|
+
const { logger: logger2 } = configuration;
|
|
21319
21319
|
const clientName = "S3Client";
|
|
21320
21320
|
const commandName = "ListMultipartUploadsCommand";
|
|
21321
21321
|
const handlerExecutionContext = {
|
|
21322
|
-
logger,
|
|
21322
|
+
logger: logger2,
|
|
21323
21323
|
clientName,
|
|
21324
21324
|
commandName,
|
|
21325
21325
|
inputFilterSensitiveLog: models_0_1.ListMultipartUploadsRequestFilterSensitiveLog,
|
|
@@ -21374,11 +21374,11 @@ var require_ListObjectsCommand = __commonJS({
|
|
|
21374
21374
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
21375
21375
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListObjectsCommand.getEndpointParameterInstructions()));
|
|
21376
21376
|
const stack = clientStack.concat(this.middlewareStack);
|
|
21377
|
-
const { logger } = configuration;
|
|
21377
|
+
const { logger: logger2 } = configuration;
|
|
21378
21378
|
const clientName = "S3Client";
|
|
21379
21379
|
const commandName = "ListObjectsCommand";
|
|
21380
21380
|
const handlerExecutionContext = {
|
|
21381
|
-
logger,
|
|
21381
|
+
logger: logger2,
|
|
21382
21382
|
clientName,
|
|
21383
21383
|
commandName,
|
|
21384
21384
|
inputFilterSensitiveLog: models_0_1.ListObjectsRequestFilterSensitiveLog,
|
|
@@ -21433,11 +21433,11 @@ var require_ListObjectsV2Command = __commonJS({
|
|
|
21433
21433
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
21434
21434
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListObjectsV2Command.getEndpointParameterInstructions()));
|
|
21435
21435
|
const stack = clientStack.concat(this.middlewareStack);
|
|
21436
|
-
const { logger } = configuration;
|
|
21436
|
+
const { logger: logger2 } = configuration;
|
|
21437
21437
|
const clientName = "S3Client";
|
|
21438
21438
|
const commandName = "ListObjectsV2Command";
|
|
21439
21439
|
const handlerExecutionContext = {
|
|
21440
|
-
logger,
|
|
21440
|
+
logger: logger2,
|
|
21441
21441
|
clientName,
|
|
21442
21442
|
commandName,
|
|
21443
21443
|
inputFilterSensitiveLog: models_0_1.ListObjectsV2RequestFilterSensitiveLog,
|
|
@@ -21492,11 +21492,11 @@ var require_ListObjectVersionsCommand = __commonJS({
|
|
|
21492
21492
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
21493
21493
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListObjectVersionsCommand.getEndpointParameterInstructions()));
|
|
21494
21494
|
const stack = clientStack.concat(this.middlewareStack);
|
|
21495
|
-
const { logger } = configuration;
|
|
21495
|
+
const { logger: logger2 } = configuration;
|
|
21496
21496
|
const clientName = "S3Client";
|
|
21497
21497
|
const commandName = "ListObjectVersionsCommand";
|
|
21498
21498
|
const handlerExecutionContext = {
|
|
21499
|
-
logger,
|
|
21499
|
+
logger: logger2,
|
|
21500
21500
|
clientName,
|
|
21501
21501
|
commandName,
|
|
21502
21502
|
inputFilterSensitiveLog: models_0_1.ListObjectVersionsRequestFilterSensitiveLog,
|
|
@@ -21553,11 +21553,11 @@ var require_ListPartsCommand = __commonJS({
|
|
|
21553
21553
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListPartsCommand.getEndpointParameterInstructions()));
|
|
21554
21554
|
this.middlewareStack.use((0, middleware_ssec_1.getSsecPlugin)(configuration));
|
|
21555
21555
|
const stack = clientStack.concat(this.middlewareStack);
|
|
21556
|
-
const { logger } = configuration;
|
|
21556
|
+
const { logger: logger2 } = configuration;
|
|
21557
21557
|
const clientName = "S3Client";
|
|
21558
21558
|
const commandName = "ListPartsCommand";
|
|
21559
21559
|
const handlerExecutionContext = {
|
|
21560
|
-
logger,
|
|
21560
|
+
logger: logger2,
|
|
21561
21561
|
clientName,
|
|
21562
21562
|
commandName,
|
|
21563
21563
|
inputFilterSensitiveLog: models_0_1.ListPartsRequestFilterSensitiveLog,
|
|
@@ -21618,11 +21618,11 @@ var require_PutBucketAccelerateConfigurationCommand = __commonJS({
|
|
|
21618
21618
|
requestChecksumRequired: false
|
|
21619
21619
|
}));
|
|
21620
21620
|
const stack = clientStack.concat(this.middlewareStack);
|
|
21621
|
-
const { logger } = configuration;
|
|
21621
|
+
const { logger: logger2 } = configuration;
|
|
21622
21622
|
const clientName = "S3Client";
|
|
21623
21623
|
const commandName = "PutBucketAccelerateConfigurationCommand";
|
|
21624
21624
|
const handlerExecutionContext = {
|
|
21625
|
-
logger,
|
|
21625
|
+
logger: logger2,
|
|
21626
21626
|
clientName,
|
|
21627
21627
|
commandName,
|
|
21628
21628
|
inputFilterSensitiveLog: models_0_1.PutBucketAccelerateConfigurationRequestFilterSensitiveLog,
|
|
@@ -21683,11 +21683,11 @@ var require_PutBucketAclCommand = __commonJS({
|
|
|
21683
21683
|
requestChecksumRequired: true
|
|
21684
21684
|
}));
|
|
21685
21685
|
const stack = clientStack.concat(this.middlewareStack);
|
|
21686
|
-
const { logger } = configuration;
|
|
21686
|
+
const { logger: logger2 } = configuration;
|
|
21687
21687
|
const clientName = "S3Client";
|
|
21688
21688
|
const commandName = "PutBucketAclCommand";
|
|
21689
21689
|
const handlerExecutionContext = {
|
|
21690
|
-
logger,
|
|
21690
|
+
logger: logger2,
|
|
21691
21691
|
clientName,
|
|
21692
21692
|
commandName,
|
|
21693
21693
|
inputFilterSensitiveLog: models_0_1.PutBucketAclRequestFilterSensitiveLog,
|
|
@@ -21742,11 +21742,11 @@ var require_PutBucketAnalyticsConfigurationCommand = __commonJS({
|
|
|
21742
21742
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
21743
21743
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, PutBucketAnalyticsConfigurationCommand.getEndpointParameterInstructions()));
|
|
21744
21744
|
const stack = clientStack.concat(this.middlewareStack);
|
|
21745
|
-
const { logger } = configuration;
|
|
21745
|
+
const { logger: logger2 } = configuration;
|
|
21746
21746
|
const clientName = "S3Client";
|
|
21747
21747
|
const commandName = "PutBucketAnalyticsConfigurationCommand";
|
|
21748
21748
|
const handlerExecutionContext = {
|
|
21749
|
-
logger,
|
|
21749
|
+
logger: logger2,
|
|
21750
21750
|
clientName,
|
|
21751
21751
|
commandName,
|
|
21752
21752
|
inputFilterSensitiveLog: models_0_1.PutBucketAnalyticsConfigurationRequestFilterSensitiveLog,
|
|
@@ -21807,11 +21807,11 @@ var require_PutBucketCorsCommand = __commonJS({
|
|
|
21807
21807
|
requestChecksumRequired: true
|
|
21808
21808
|
}));
|
|
21809
21809
|
const stack = clientStack.concat(this.middlewareStack);
|
|
21810
|
-
const { logger } = configuration;
|
|
21810
|
+
const { logger: logger2 } = configuration;
|
|
21811
21811
|
const clientName = "S3Client";
|
|
21812
21812
|
const commandName = "PutBucketCorsCommand";
|
|
21813
21813
|
const handlerExecutionContext = {
|
|
21814
|
-
logger,
|
|
21814
|
+
logger: logger2,
|
|
21815
21815
|
clientName,
|
|
21816
21816
|
commandName,
|
|
21817
21817
|
inputFilterSensitiveLog: models_0_1.PutBucketCorsRequestFilterSensitiveLog,
|
|
@@ -21872,11 +21872,11 @@ var require_PutBucketEncryptionCommand = __commonJS({
|
|
|
21872
21872
|
requestChecksumRequired: true
|
|
21873
21873
|
}));
|
|
21874
21874
|
const stack = clientStack.concat(this.middlewareStack);
|
|
21875
|
-
const { logger } = configuration;
|
|
21875
|
+
const { logger: logger2 } = configuration;
|
|
21876
21876
|
const clientName = "S3Client";
|
|
21877
21877
|
const commandName = "PutBucketEncryptionCommand";
|
|
21878
21878
|
const handlerExecutionContext = {
|
|
21879
|
-
logger,
|
|
21879
|
+
logger: logger2,
|
|
21880
21880
|
clientName,
|
|
21881
21881
|
commandName,
|
|
21882
21882
|
inputFilterSensitiveLog: models_0_1.PutBucketEncryptionRequestFilterSensitiveLog,
|
|
@@ -21931,11 +21931,11 @@ var require_PutBucketIntelligentTieringConfigurationCommand = __commonJS({
|
|
|
21931
21931
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
21932
21932
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, PutBucketIntelligentTieringConfigurationCommand.getEndpointParameterInstructions()));
|
|
21933
21933
|
const stack = clientStack.concat(this.middlewareStack);
|
|
21934
|
-
const { logger } = configuration;
|
|
21934
|
+
const { logger: logger2 } = configuration;
|
|
21935
21935
|
const clientName = "S3Client";
|
|
21936
21936
|
const commandName = "PutBucketIntelligentTieringConfigurationCommand";
|
|
21937
21937
|
const handlerExecutionContext = {
|
|
21938
|
-
logger,
|
|
21938
|
+
logger: logger2,
|
|
21939
21939
|
clientName,
|
|
21940
21940
|
commandName,
|
|
21941
21941
|
inputFilterSensitiveLog: models_0_1.PutBucketIntelligentTieringConfigurationRequestFilterSensitiveLog,
|
|
@@ -21990,11 +21990,11 @@ var require_PutBucketInventoryConfigurationCommand = __commonJS({
|
|
|
21990
21990
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
21991
21991
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, PutBucketInventoryConfigurationCommand.getEndpointParameterInstructions()));
|
|
21992
21992
|
const stack = clientStack.concat(this.middlewareStack);
|
|
21993
|
-
const { logger } = configuration;
|
|
21993
|
+
const { logger: logger2 } = configuration;
|
|
21994
21994
|
const clientName = "S3Client";
|
|
21995
21995
|
const commandName = "PutBucketInventoryConfigurationCommand";
|
|
21996
21996
|
const handlerExecutionContext = {
|
|
21997
|
-
logger,
|
|
21997
|
+
logger: logger2,
|
|
21998
21998
|
clientName,
|
|
21999
21999
|
commandName,
|
|
22000
22000
|
inputFilterSensitiveLog: models_0_1.PutBucketInventoryConfigurationRequestFilterSensitiveLog,
|
|
@@ -22055,11 +22055,11 @@ var require_PutBucketLifecycleConfigurationCommand = __commonJS({
|
|
|
22055
22055
|
requestChecksumRequired: true
|
|
22056
22056
|
}));
|
|
22057
22057
|
const stack = clientStack.concat(this.middlewareStack);
|
|
22058
|
-
const { logger } = configuration;
|
|
22058
|
+
const { logger: logger2 } = configuration;
|
|
22059
22059
|
const clientName = "S3Client";
|
|
22060
22060
|
const commandName = "PutBucketLifecycleConfigurationCommand";
|
|
22061
22061
|
const handlerExecutionContext = {
|
|
22062
|
-
logger,
|
|
22062
|
+
logger: logger2,
|
|
22063
22063
|
clientName,
|
|
22064
22064
|
commandName,
|
|
22065
22065
|
inputFilterSensitiveLog: models_0_1.PutBucketLifecycleConfigurationRequestFilterSensitiveLog,
|
|
@@ -22120,11 +22120,11 @@ var require_PutBucketLoggingCommand = __commonJS({
|
|
|
22120
22120
|
requestChecksumRequired: true
|
|
22121
22121
|
}));
|
|
22122
22122
|
const stack = clientStack.concat(this.middlewareStack);
|
|
22123
|
-
const { logger } = configuration;
|
|
22123
|
+
const { logger: logger2 } = configuration;
|
|
22124
22124
|
const clientName = "S3Client";
|
|
22125
22125
|
const commandName = "PutBucketLoggingCommand";
|
|
22126
22126
|
const handlerExecutionContext = {
|
|
22127
|
-
logger,
|
|
22127
|
+
logger: logger2,
|
|
22128
22128
|
clientName,
|
|
22129
22129
|
commandName,
|
|
22130
22130
|
inputFilterSensitiveLog: models_0_1.PutBucketLoggingRequestFilterSensitiveLog,
|
|
@@ -22179,11 +22179,11 @@ var require_PutBucketMetricsConfigurationCommand = __commonJS({
|
|
|
22179
22179
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
22180
22180
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, PutBucketMetricsConfigurationCommand.getEndpointParameterInstructions()));
|
|
22181
22181
|
const stack = clientStack.concat(this.middlewareStack);
|
|
22182
|
-
const { logger } = configuration;
|
|
22182
|
+
const { logger: logger2 } = configuration;
|
|
22183
22183
|
const clientName = "S3Client";
|
|
22184
22184
|
const commandName = "PutBucketMetricsConfigurationCommand";
|
|
22185
22185
|
const handlerExecutionContext = {
|
|
22186
|
-
logger,
|
|
22186
|
+
logger: logger2,
|
|
22187
22187
|
clientName,
|
|
22188
22188
|
commandName,
|
|
22189
22189
|
inputFilterSensitiveLog: models_0_1.PutBucketMetricsConfigurationRequestFilterSensitiveLog,
|
|
@@ -22238,11 +22238,11 @@ var require_PutBucketNotificationConfigurationCommand = __commonJS({
|
|
|
22238
22238
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
22239
22239
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, PutBucketNotificationConfigurationCommand.getEndpointParameterInstructions()));
|
|
22240
22240
|
const stack = clientStack.concat(this.middlewareStack);
|
|
22241
|
-
const { logger } = configuration;
|
|
22241
|
+
const { logger: logger2 } = configuration;
|
|
22242
22242
|
const clientName = "S3Client";
|
|
22243
22243
|
const commandName = "PutBucketNotificationConfigurationCommand";
|
|
22244
22244
|
const handlerExecutionContext = {
|
|
22245
|
-
logger,
|
|
22245
|
+
logger: logger2,
|
|
22246
22246
|
clientName,
|
|
22247
22247
|
commandName,
|
|
22248
22248
|
inputFilterSensitiveLog: models_0_1.PutBucketNotificationConfigurationRequestFilterSensitiveLog,
|
|
@@ -22299,11 +22299,11 @@ var require_PutBucketOwnershipControlsCommand = __commonJS({
|
|
|
22299
22299
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, PutBucketOwnershipControlsCommand.getEndpointParameterInstructions()));
|
|
22300
22300
|
this.middlewareStack.use((0, middleware_flexible_checksums_1.getFlexibleChecksumsPlugin)(configuration, { input: this.input, requestChecksumRequired: true }));
|
|
22301
22301
|
const stack = clientStack.concat(this.middlewareStack);
|
|
22302
|
-
const { logger } = configuration;
|
|
22302
|
+
const { logger: logger2 } = configuration;
|
|
22303
22303
|
const clientName = "S3Client";
|
|
22304
22304
|
const commandName = "PutBucketOwnershipControlsCommand";
|
|
22305
22305
|
const handlerExecutionContext = {
|
|
22306
|
-
logger,
|
|
22306
|
+
logger: logger2,
|
|
22307
22307
|
clientName,
|
|
22308
22308
|
commandName,
|
|
22309
22309
|
inputFilterSensitiveLog: models_0_1.PutBucketOwnershipControlsRequestFilterSensitiveLog,
|
|
@@ -22364,11 +22364,11 @@ var require_PutBucketPolicyCommand = __commonJS({
|
|
|
22364
22364
|
requestChecksumRequired: true
|
|
22365
22365
|
}));
|
|
22366
22366
|
const stack = clientStack.concat(this.middlewareStack);
|
|
22367
|
-
const { logger } = configuration;
|
|
22367
|
+
const { logger: logger2 } = configuration;
|
|
22368
22368
|
const clientName = "S3Client";
|
|
22369
22369
|
const commandName = "PutBucketPolicyCommand";
|
|
22370
22370
|
const handlerExecutionContext = {
|
|
22371
|
-
logger,
|
|
22371
|
+
logger: logger2,
|
|
22372
22372
|
clientName,
|
|
22373
22373
|
commandName,
|
|
22374
22374
|
inputFilterSensitiveLog: models_0_1.PutBucketPolicyRequestFilterSensitiveLog,
|
|
@@ -22429,11 +22429,11 @@ var require_PutBucketReplicationCommand = __commonJS({
|
|
|
22429
22429
|
requestChecksumRequired: true
|
|
22430
22430
|
}));
|
|
22431
22431
|
const stack = clientStack.concat(this.middlewareStack);
|
|
22432
|
-
const { logger } = configuration;
|
|
22432
|
+
const { logger: logger2 } = configuration;
|
|
22433
22433
|
const clientName = "S3Client";
|
|
22434
22434
|
const commandName = "PutBucketReplicationCommand";
|
|
22435
22435
|
const handlerExecutionContext = {
|
|
22436
|
-
logger,
|
|
22436
|
+
logger: logger2,
|
|
22437
22437
|
clientName,
|
|
22438
22438
|
commandName,
|
|
22439
22439
|
inputFilterSensitiveLog: models_0_1.PutBucketReplicationRequestFilterSensitiveLog,
|
|
@@ -22494,11 +22494,11 @@ var require_PutBucketRequestPaymentCommand = __commonJS({
|
|
|
22494
22494
|
requestChecksumRequired: true
|
|
22495
22495
|
}));
|
|
22496
22496
|
const stack = clientStack.concat(this.middlewareStack);
|
|
22497
|
-
const { logger } = configuration;
|
|
22497
|
+
const { logger: logger2 } = configuration;
|
|
22498
22498
|
const clientName = "S3Client";
|
|
22499
22499
|
const commandName = "PutBucketRequestPaymentCommand";
|
|
22500
22500
|
const handlerExecutionContext = {
|
|
22501
|
-
logger,
|
|
22501
|
+
logger: logger2,
|
|
22502
22502
|
clientName,
|
|
22503
22503
|
commandName,
|
|
22504
22504
|
inputFilterSensitiveLog: models_0_1.PutBucketRequestPaymentRequestFilterSensitiveLog,
|
|
@@ -22559,11 +22559,11 @@ var require_PutBucketTaggingCommand = __commonJS({
|
|
|
22559
22559
|
requestChecksumRequired: true
|
|
22560
22560
|
}));
|
|
22561
22561
|
const stack = clientStack.concat(this.middlewareStack);
|
|
22562
|
-
const { logger } = configuration;
|
|
22562
|
+
const { logger: logger2 } = configuration;
|
|
22563
22563
|
const clientName = "S3Client";
|
|
22564
22564
|
const commandName = "PutBucketTaggingCommand";
|
|
22565
22565
|
const handlerExecutionContext = {
|
|
22566
|
-
logger,
|
|
22566
|
+
logger: logger2,
|
|
22567
22567
|
clientName,
|
|
22568
22568
|
commandName,
|
|
22569
22569
|
inputFilterSensitiveLog: models_0_1.PutBucketTaggingRequestFilterSensitiveLog,
|
|
@@ -22624,11 +22624,11 @@ var require_PutBucketVersioningCommand = __commonJS({
|
|
|
22624
22624
|
requestChecksumRequired: true
|
|
22625
22625
|
}));
|
|
22626
22626
|
const stack = clientStack.concat(this.middlewareStack);
|
|
22627
|
-
const { logger } = configuration;
|
|
22627
|
+
const { logger: logger2 } = configuration;
|
|
22628
22628
|
const clientName = "S3Client";
|
|
22629
22629
|
const commandName = "PutBucketVersioningCommand";
|
|
22630
22630
|
const handlerExecutionContext = {
|
|
22631
|
-
logger,
|
|
22631
|
+
logger: logger2,
|
|
22632
22632
|
clientName,
|
|
22633
22633
|
commandName,
|
|
22634
22634
|
inputFilterSensitiveLog: models_0_1.PutBucketVersioningRequestFilterSensitiveLog,
|
|
@@ -22689,11 +22689,11 @@ var require_PutBucketWebsiteCommand = __commonJS({
|
|
|
22689
22689
|
requestChecksumRequired: true
|
|
22690
22690
|
}));
|
|
22691
22691
|
const stack = clientStack.concat(this.middlewareStack);
|
|
22692
|
-
const { logger } = configuration;
|
|
22692
|
+
const { logger: logger2 } = configuration;
|
|
22693
22693
|
const clientName = "S3Client";
|
|
22694
22694
|
const commandName = "PutBucketWebsiteCommand";
|
|
22695
22695
|
const handlerExecutionContext = {
|
|
22696
|
-
logger,
|
|
22696
|
+
logger: logger2,
|
|
22697
22697
|
clientName,
|
|
22698
22698
|
commandName,
|
|
22699
22699
|
inputFilterSensitiveLog: models_0_1.PutBucketWebsiteRequestFilterSensitiveLog,
|
|
@@ -22754,11 +22754,11 @@ var require_PutObjectAclCommand = __commonJS({
|
|
|
22754
22754
|
requestChecksumRequired: true
|
|
22755
22755
|
}));
|
|
22756
22756
|
const stack = clientStack.concat(this.middlewareStack);
|
|
22757
|
-
const { logger } = configuration;
|
|
22757
|
+
const { logger: logger2 } = configuration;
|
|
22758
22758
|
const clientName = "S3Client";
|
|
22759
22759
|
const commandName = "PutObjectAclCommand";
|
|
22760
22760
|
const handlerExecutionContext = {
|
|
22761
|
-
logger,
|
|
22761
|
+
logger: logger2,
|
|
22762
22762
|
clientName,
|
|
22763
22763
|
commandName,
|
|
22764
22764
|
inputFilterSensitiveLog: models_0_1.PutObjectAclRequestFilterSensitiveLog,
|
|
@@ -22823,11 +22823,11 @@ var require_PutObjectCommand = __commonJS({
|
|
|
22823
22823
|
requestChecksumRequired: false
|
|
22824
22824
|
}));
|
|
22825
22825
|
const stack = clientStack.concat(this.middlewareStack);
|
|
22826
|
-
const { logger } = configuration;
|
|
22826
|
+
const { logger: logger2 } = configuration;
|
|
22827
22827
|
const clientName = "S3Client";
|
|
22828
22828
|
const commandName = "PutObjectCommand";
|
|
22829
22829
|
const handlerExecutionContext = {
|
|
22830
|
-
logger,
|
|
22830
|
+
logger: logger2,
|
|
22831
22831
|
clientName,
|
|
22832
22832
|
commandName,
|
|
22833
22833
|
inputFilterSensitiveLog: models_0_1.PutObjectRequestFilterSensitiveLog,
|
|
@@ -22888,11 +22888,11 @@ var require_PutObjectLegalHoldCommand = __commonJS({
|
|
|
22888
22888
|
requestChecksumRequired: true
|
|
22889
22889
|
}));
|
|
22890
22890
|
const stack = clientStack.concat(this.middlewareStack);
|
|
22891
|
-
const { logger } = configuration;
|
|
22891
|
+
const { logger: logger2 } = configuration;
|
|
22892
22892
|
const clientName = "S3Client";
|
|
22893
22893
|
const commandName = "PutObjectLegalHoldCommand";
|
|
22894
22894
|
const handlerExecutionContext = {
|
|
22895
|
-
logger,
|
|
22895
|
+
logger: logger2,
|
|
22896
22896
|
clientName,
|
|
22897
22897
|
commandName,
|
|
22898
22898
|
inputFilterSensitiveLog: models_0_1.PutObjectLegalHoldRequestFilterSensitiveLog,
|
|
@@ -22953,11 +22953,11 @@ var require_PutObjectLockConfigurationCommand = __commonJS({
|
|
|
22953
22953
|
requestChecksumRequired: true
|
|
22954
22954
|
}));
|
|
22955
22955
|
const stack = clientStack.concat(this.middlewareStack);
|
|
22956
|
-
const { logger } = configuration;
|
|
22956
|
+
const { logger: logger2 } = configuration;
|
|
22957
22957
|
const clientName = "S3Client";
|
|
22958
22958
|
const commandName = "PutObjectLockConfigurationCommand";
|
|
22959
22959
|
const handlerExecutionContext = {
|
|
22960
|
-
logger,
|
|
22960
|
+
logger: logger2,
|
|
22961
22961
|
clientName,
|
|
22962
22962
|
commandName,
|
|
22963
22963
|
inputFilterSensitiveLog: models_0_1.PutObjectLockConfigurationRequestFilterSensitiveLog,
|
|
@@ -23018,11 +23018,11 @@ var require_PutObjectRetentionCommand = __commonJS({
|
|
|
23018
23018
|
requestChecksumRequired: true
|
|
23019
23019
|
}));
|
|
23020
23020
|
const stack = clientStack.concat(this.middlewareStack);
|
|
23021
|
-
const { logger } = configuration;
|
|
23021
|
+
const { logger: logger2 } = configuration;
|
|
23022
23022
|
const clientName = "S3Client";
|
|
23023
23023
|
const commandName = "PutObjectRetentionCommand";
|
|
23024
23024
|
const handlerExecutionContext = {
|
|
23025
|
-
logger,
|
|
23025
|
+
logger: logger2,
|
|
23026
23026
|
clientName,
|
|
23027
23027
|
commandName,
|
|
23028
23028
|
inputFilterSensitiveLog: models_1_1.PutObjectRetentionRequestFilterSensitiveLog,
|
|
@@ -23083,11 +23083,11 @@ var require_PutObjectTaggingCommand = __commonJS({
|
|
|
23083
23083
|
requestChecksumRequired: true
|
|
23084
23084
|
}));
|
|
23085
23085
|
const stack = clientStack.concat(this.middlewareStack);
|
|
23086
|
-
const { logger } = configuration;
|
|
23086
|
+
const { logger: logger2 } = configuration;
|
|
23087
23087
|
const clientName = "S3Client";
|
|
23088
23088
|
const commandName = "PutObjectTaggingCommand";
|
|
23089
23089
|
const handlerExecutionContext = {
|
|
23090
|
-
logger,
|
|
23090
|
+
logger: logger2,
|
|
23091
23091
|
clientName,
|
|
23092
23092
|
commandName,
|
|
23093
23093
|
inputFilterSensitiveLog: models_1_1.PutObjectTaggingRequestFilterSensitiveLog,
|
|
@@ -23148,11 +23148,11 @@ var require_PutPublicAccessBlockCommand = __commonJS({
|
|
|
23148
23148
|
requestChecksumRequired: true
|
|
23149
23149
|
}));
|
|
23150
23150
|
const stack = clientStack.concat(this.middlewareStack);
|
|
23151
|
-
const { logger } = configuration;
|
|
23151
|
+
const { logger: logger2 } = configuration;
|
|
23152
23152
|
const clientName = "S3Client";
|
|
23153
23153
|
const commandName = "PutPublicAccessBlockCommand";
|
|
23154
23154
|
const handlerExecutionContext = {
|
|
23155
|
-
logger,
|
|
23155
|
+
logger: logger2,
|
|
23156
23156
|
clientName,
|
|
23157
23157
|
commandName,
|
|
23158
23158
|
inputFilterSensitiveLog: models_1_1.PutPublicAccessBlockRequestFilterSensitiveLog,
|
|
@@ -23213,11 +23213,11 @@ var require_RestoreObjectCommand = __commonJS({
|
|
|
23213
23213
|
requestChecksumRequired: false
|
|
23214
23214
|
}));
|
|
23215
23215
|
const stack = clientStack.concat(this.middlewareStack);
|
|
23216
|
-
const { logger } = configuration;
|
|
23216
|
+
const { logger: logger2 } = configuration;
|
|
23217
23217
|
const clientName = "S3Client";
|
|
23218
23218
|
const commandName = "RestoreObjectCommand";
|
|
23219
23219
|
const handlerExecutionContext = {
|
|
23220
|
-
logger,
|
|
23220
|
+
logger: logger2,
|
|
23221
23221
|
clientName,
|
|
23222
23222
|
commandName,
|
|
23223
23223
|
inputFilterSensitiveLog: models_1_1.RestoreObjectRequestFilterSensitiveLog,
|
|
@@ -23274,11 +23274,11 @@ var require_SelectObjectContentCommand = __commonJS({
|
|
|
23274
23274
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, SelectObjectContentCommand.getEndpointParameterInstructions()));
|
|
23275
23275
|
this.middlewareStack.use((0, middleware_ssec_1.getSsecPlugin)(configuration));
|
|
23276
23276
|
const stack = clientStack.concat(this.middlewareStack);
|
|
23277
|
-
const { logger } = configuration;
|
|
23277
|
+
const { logger: logger2 } = configuration;
|
|
23278
23278
|
const clientName = "S3Client";
|
|
23279
23279
|
const commandName = "SelectObjectContentCommand";
|
|
23280
23280
|
const handlerExecutionContext = {
|
|
23281
|
-
logger,
|
|
23281
|
+
logger: logger2,
|
|
23282
23282
|
clientName,
|
|
23283
23283
|
commandName,
|
|
23284
23284
|
inputFilterSensitiveLog: models_1_1.SelectObjectContentRequestFilterSensitiveLog,
|
|
@@ -23341,11 +23341,11 @@ var require_UploadPartCommand = __commonJS({
|
|
|
23341
23341
|
requestChecksumRequired: false
|
|
23342
23342
|
}));
|
|
23343
23343
|
const stack = clientStack.concat(this.middlewareStack);
|
|
23344
|
-
const { logger } = configuration;
|
|
23344
|
+
const { logger: logger2 } = configuration;
|
|
23345
23345
|
const clientName = "S3Client";
|
|
23346
23346
|
const commandName = "UploadPartCommand";
|
|
23347
23347
|
const handlerExecutionContext = {
|
|
23348
|
-
logger,
|
|
23348
|
+
logger: logger2,
|
|
23349
23349
|
clientName,
|
|
23350
23350
|
commandName,
|
|
23351
23351
|
inputFilterSensitiveLog: models_1_1.UploadPartRequestFilterSensitiveLog,
|
|
@@ -23404,11 +23404,11 @@ var require_UploadPartCopyCommand = __commonJS({
|
|
|
23404
23404
|
this.middlewareStack.use((0, middleware_sdk_s3_1.getThrow200ExceptionsPlugin)(configuration));
|
|
23405
23405
|
this.middlewareStack.use((0, middleware_ssec_1.getSsecPlugin)(configuration));
|
|
23406
23406
|
const stack = clientStack.concat(this.middlewareStack);
|
|
23407
|
-
const { logger } = configuration;
|
|
23407
|
+
const { logger: logger2 } = configuration;
|
|
23408
23408
|
const clientName = "S3Client";
|
|
23409
23409
|
const commandName = "UploadPartCopyCommand";
|
|
23410
23410
|
const handlerExecutionContext = {
|
|
23411
|
-
logger,
|
|
23411
|
+
logger: logger2,
|
|
23412
23412
|
clientName,
|
|
23413
23413
|
commandName,
|
|
23414
23414
|
inputFilterSensitiveLog: models_1_1.UploadPartCopyRequestFilterSensitiveLog,
|
|
@@ -23463,11 +23463,11 @@ var require_WriteGetObjectResponseCommand = __commonJS({
|
|
|
23463
23463
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23464
23464
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, WriteGetObjectResponseCommand.getEndpointParameterInstructions()));
|
|
23465
23465
|
const stack = clientStack.concat(this.middlewareStack);
|
|
23466
|
-
const { logger } = configuration;
|
|
23466
|
+
const { logger: logger2 } = configuration;
|
|
23467
23467
|
const clientName = "S3Client";
|
|
23468
23468
|
const commandName = "WriteGetObjectResponseCommand";
|
|
23469
23469
|
const handlerExecutionContext = {
|
|
23470
|
-
logger,
|
|
23470
|
+
logger: logger2,
|
|
23471
23471
|
clientName,
|
|
23472
23472
|
commandName,
|
|
23473
23473
|
inputFilterSensitiveLog: models_1_1.WriteGetObjectResponseRequestFilterSensitiveLog,
|
|
@@ -24036,14 +24036,14 @@ var require_loggerMiddleware = __commonJS({
|
|
|
24036
24036
|
exports.getLoggerPlugin = exports.loggerMiddlewareOptions = exports.loggerMiddleware = void 0;
|
|
24037
24037
|
var loggerMiddleware = /* @__PURE__ */ __name(() => (next, context) => async (args) => {
|
|
24038
24038
|
const response = await next(args);
|
|
24039
|
-
const { clientName, commandName, logger, inputFilterSensitiveLog, outputFilterSensitiveLog, dynamoDbDocumentClientOptions = {} } = context;
|
|
24039
|
+
const { clientName, commandName, logger: logger2, inputFilterSensitiveLog, outputFilterSensitiveLog, dynamoDbDocumentClientOptions = {} } = context;
|
|
24040
24040
|
const { overrideInputFilterSensitiveLog, overrideOutputFilterSensitiveLog } = dynamoDbDocumentClientOptions;
|
|
24041
|
-
if (!
|
|
24041
|
+
if (!logger2) {
|
|
24042
24042
|
return response;
|
|
24043
24043
|
}
|
|
24044
|
-
if (typeof
|
|
24044
|
+
if (typeof logger2.info === "function") {
|
|
24045
24045
|
const { $metadata, ...outputWithoutMetadata } = response.output;
|
|
24046
|
-
|
|
24046
|
+
logger2.info({
|
|
24047
24047
|
clientName,
|
|
24048
24048
|
commandName,
|
|
24049
24049
|
input: (overrideInputFilterSensitiveLog !== null && overrideInputFilterSensitiveLog !== void 0 ? overrideInputFilterSensitiveLog : inputFilterSensitiveLog)(args.input),
|
|
@@ -27897,11 +27897,11 @@ var require_AssumeRoleCommand = __commonJS({
|
|
|
27897
27897
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssumeRoleCommand.getEndpointParameterInstructions()));
|
|
27898
27898
|
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration));
|
|
27899
27899
|
const stack = clientStack.concat(this.middlewareStack);
|
|
27900
|
-
const { logger } = configuration;
|
|
27900
|
+
const { logger: logger2 } = configuration;
|
|
27901
27901
|
const clientName = "STSClient";
|
|
27902
27902
|
const commandName = "AssumeRoleCommand";
|
|
27903
27903
|
const handlerExecutionContext = {
|
|
27904
|
-
logger,
|
|
27904
|
+
logger: logger2,
|
|
27905
27905
|
clientName,
|
|
27906
27906
|
commandName,
|
|
27907
27907
|
inputFilterSensitiveLog: models_0_1.AssumeRoleRequestFilterSensitiveLog,
|
|
@@ -27951,11 +27951,11 @@ var require_AssumeRoleWithSAMLCommand = __commonJS({
|
|
|
27951
27951
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
27952
27952
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssumeRoleWithSAMLCommand.getEndpointParameterInstructions()));
|
|
27953
27953
|
const stack = clientStack.concat(this.middlewareStack);
|
|
27954
|
-
const { logger } = configuration;
|
|
27954
|
+
const { logger: logger2 } = configuration;
|
|
27955
27955
|
const clientName = "STSClient";
|
|
27956
27956
|
const commandName = "AssumeRoleWithSAMLCommand";
|
|
27957
27957
|
const handlerExecutionContext = {
|
|
27958
|
-
logger,
|
|
27958
|
+
logger: logger2,
|
|
27959
27959
|
clientName,
|
|
27960
27960
|
commandName,
|
|
27961
27961
|
inputFilterSensitiveLog: models_0_1.AssumeRoleWithSAMLRequestFilterSensitiveLog,
|
|
@@ -28005,11 +28005,11 @@ var require_AssumeRoleWithWebIdentityCommand = __commonJS({
|
|
|
28005
28005
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
28006
28006
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssumeRoleWithWebIdentityCommand.getEndpointParameterInstructions()));
|
|
28007
28007
|
const stack = clientStack.concat(this.middlewareStack);
|
|
28008
|
-
const { logger } = configuration;
|
|
28008
|
+
const { logger: logger2 } = configuration;
|
|
28009
28009
|
const clientName = "STSClient";
|
|
28010
28010
|
const commandName = "AssumeRoleWithWebIdentityCommand";
|
|
28011
28011
|
const handlerExecutionContext = {
|
|
28012
|
-
logger,
|
|
28012
|
+
logger: logger2,
|
|
28013
28013
|
clientName,
|
|
28014
28014
|
commandName,
|
|
28015
28015
|
inputFilterSensitiveLog: models_0_1.AssumeRoleWithWebIdentityRequestFilterSensitiveLog,
|
|
@@ -28061,11 +28061,11 @@ var require_DecodeAuthorizationMessageCommand = __commonJS({
|
|
|
28061
28061
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DecodeAuthorizationMessageCommand.getEndpointParameterInstructions()));
|
|
28062
28062
|
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration));
|
|
28063
28063
|
const stack = clientStack.concat(this.middlewareStack);
|
|
28064
|
-
const { logger } = configuration;
|
|
28064
|
+
const { logger: logger2 } = configuration;
|
|
28065
28065
|
const clientName = "STSClient";
|
|
28066
28066
|
const commandName = "DecodeAuthorizationMessageCommand";
|
|
28067
28067
|
const handlerExecutionContext = {
|
|
28068
|
-
logger,
|
|
28068
|
+
logger: logger2,
|
|
28069
28069
|
clientName,
|
|
28070
28070
|
commandName,
|
|
28071
28071
|
inputFilterSensitiveLog: models_0_1.DecodeAuthorizationMessageRequestFilterSensitiveLog,
|
|
@@ -28117,11 +28117,11 @@ var require_GetAccessKeyInfoCommand = __commonJS({
|
|
|
28117
28117
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetAccessKeyInfoCommand.getEndpointParameterInstructions()));
|
|
28118
28118
|
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration));
|
|
28119
28119
|
const stack = clientStack.concat(this.middlewareStack);
|
|
28120
|
-
const { logger } = configuration;
|
|
28120
|
+
const { logger: logger2 } = configuration;
|
|
28121
28121
|
const clientName = "STSClient";
|
|
28122
28122
|
const commandName = "GetAccessKeyInfoCommand";
|
|
28123
28123
|
const handlerExecutionContext = {
|
|
28124
|
-
logger,
|
|
28124
|
+
logger: logger2,
|
|
28125
28125
|
clientName,
|
|
28126
28126
|
commandName,
|
|
28127
28127
|
inputFilterSensitiveLog: models_0_1.GetAccessKeyInfoRequestFilterSensitiveLog,
|
|
@@ -28173,11 +28173,11 @@ var require_GetCallerIdentityCommand = __commonJS({
|
|
|
28173
28173
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetCallerIdentityCommand.getEndpointParameterInstructions()));
|
|
28174
28174
|
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration));
|
|
28175
28175
|
const stack = clientStack.concat(this.middlewareStack);
|
|
28176
|
-
const { logger } = configuration;
|
|
28176
|
+
const { logger: logger2 } = configuration;
|
|
28177
28177
|
const clientName = "STSClient";
|
|
28178
28178
|
const commandName = "GetCallerIdentityCommand";
|
|
28179
28179
|
const handlerExecutionContext = {
|
|
28180
|
-
logger,
|
|
28180
|
+
logger: logger2,
|
|
28181
28181
|
clientName,
|
|
28182
28182
|
commandName,
|
|
28183
28183
|
inputFilterSensitiveLog: models_0_1.GetCallerIdentityRequestFilterSensitiveLog,
|
|
@@ -28229,11 +28229,11 @@ var require_GetFederationTokenCommand = __commonJS({
|
|
|
28229
28229
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetFederationTokenCommand.getEndpointParameterInstructions()));
|
|
28230
28230
|
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration));
|
|
28231
28231
|
const stack = clientStack.concat(this.middlewareStack);
|
|
28232
|
-
const { logger } = configuration;
|
|
28232
|
+
const { logger: logger2 } = configuration;
|
|
28233
28233
|
const clientName = "STSClient";
|
|
28234
28234
|
const commandName = "GetFederationTokenCommand";
|
|
28235
28235
|
const handlerExecutionContext = {
|
|
28236
|
-
logger,
|
|
28236
|
+
logger: logger2,
|
|
28237
28237
|
clientName,
|
|
28238
28238
|
commandName,
|
|
28239
28239
|
inputFilterSensitiveLog: models_0_1.GetFederationTokenRequestFilterSensitiveLog,
|
|
@@ -28285,11 +28285,11 @@ var require_GetSessionTokenCommand = __commonJS({
|
|
|
28285
28285
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetSessionTokenCommand.getEndpointParameterInstructions()));
|
|
28286
28286
|
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration));
|
|
28287
28287
|
const stack = clientStack.concat(this.middlewareStack);
|
|
28288
|
-
const { logger } = configuration;
|
|
28288
|
+
const { logger: logger2 } = configuration;
|
|
28289
28289
|
const clientName = "STSClient";
|
|
28290
28290
|
const commandName = "GetSessionTokenCommand";
|
|
28291
28291
|
const handlerExecutionContext = {
|
|
28292
|
-
logger,
|
|
28292
|
+
logger: logger2,
|
|
28293
28293
|
clientName,
|
|
28294
28294
|
commandName,
|
|
28295
28295
|
inputFilterSensitiveLog: models_0_1.GetSessionTokenRequestFilterSensitiveLog,
|
|
@@ -28482,9 +28482,9 @@ var require_defaultStsRoleAssumers = __commonJS({
|
|
|
28482
28482
|
return async (sourceCreds, params) => {
|
|
28483
28483
|
closureSourceCreds = sourceCreds;
|
|
28484
28484
|
if (!stsClient) {
|
|
28485
|
-
const { logger, region, requestHandler } = stsOptions;
|
|
28485
|
+
const { logger: logger2, region, requestHandler } = stsOptions;
|
|
28486
28486
|
stsClient = new stsClientCtor({
|
|
28487
|
-
logger,
|
|
28487
|
+
logger: logger2,
|
|
28488
28488
|
credentialDefaultProvider: () => async () => closureSourceCreds,
|
|
28489
28489
|
region: decorateDefaultRegion(region || stsOptions.region),
|
|
28490
28490
|
...requestHandler ? { requestHandler } : {}
|
|
@@ -28507,9 +28507,9 @@ var require_defaultStsRoleAssumers = __commonJS({
|
|
|
28507
28507
|
let stsClient;
|
|
28508
28508
|
return async (params) => {
|
|
28509
28509
|
if (!stsClient) {
|
|
28510
|
-
const { logger, region, requestHandler } = stsOptions;
|
|
28510
|
+
const { logger: logger2, region, requestHandler } = stsOptions;
|
|
28511
28511
|
stsClient = new stsClientCtor({
|
|
28512
|
-
logger,
|
|
28512
|
+
logger: logger2,
|
|
28513
28513
|
region: decorateDefaultRegion(region || stsOptions.region),
|
|
28514
28514
|
...requestHandler ? { requestHandler } : {}
|
|
28515
28515
|
});
|
|
@@ -29205,11 +29205,11 @@ var require_getExtendedInstanceMetadataCredentials = __commonJS({
|
|
|
29205
29205
|
var STATIC_STABILITY_REFRESH_INTERVAL_SECONDS = 5 * 60;
|
|
29206
29206
|
var STATIC_STABILITY_REFRESH_INTERVAL_JITTER_WINDOW_SECONDS = 5 * 60;
|
|
29207
29207
|
var STATIC_STABILITY_DOC_URL = "https://docs.aws.amazon.com/sdkref/latest/guide/feature-static-credentials.html";
|
|
29208
|
-
var getExtendedInstanceMetadataCredentials = /* @__PURE__ */ __name((credentials,
|
|
29208
|
+
var getExtendedInstanceMetadataCredentials = /* @__PURE__ */ __name((credentials, logger2) => {
|
|
29209
29209
|
var _a;
|
|
29210
29210
|
const refreshInterval = STATIC_STABILITY_REFRESH_INTERVAL_SECONDS + Math.floor(Math.random() * STATIC_STABILITY_REFRESH_INTERVAL_JITTER_WINDOW_SECONDS);
|
|
29211
29211
|
const newExpiration = new Date(Date.now() + refreshInterval * 1e3);
|
|
29212
|
-
|
|
29212
|
+
logger2.warn("Attempting credential expiration extension due to a credential service availability issue. A refresh of these credentials will be attempted after ${new Date(newExpiration)}.\nFor more information, please visit: " + STATIC_STABILITY_DOC_URL);
|
|
29213
29213
|
const originalExpiration = (_a = credentials.originalExpiration) !== null && _a !== void 0 ? _a : credentials.expiration;
|
|
29214
29214
|
return {
|
|
29215
29215
|
...credentials,
|
|
@@ -29229,19 +29229,19 @@ var require_staticStabilityProvider = __commonJS({
|
|
|
29229
29229
|
exports.staticStabilityProvider = void 0;
|
|
29230
29230
|
var getExtendedInstanceMetadataCredentials_1 = require_getExtendedInstanceMetadataCredentials();
|
|
29231
29231
|
var staticStabilityProvider = /* @__PURE__ */ __name((provider, options = {}) => {
|
|
29232
|
-
const
|
|
29232
|
+
const logger2 = (options === null || options === void 0 ? void 0 : options.logger) || console;
|
|
29233
29233
|
let pastCredentials;
|
|
29234
29234
|
return async () => {
|
|
29235
29235
|
let credentials;
|
|
29236
29236
|
try {
|
|
29237
29237
|
credentials = await provider();
|
|
29238
29238
|
if (credentials.expiration && credentials.expiration.getTime() < Date.now()) {
|
|
29239
|
-
credentials = (0, getExtendedInstanceMetadataCredentials_1.getExtendedInstanceMetadataCredentials)(credentials,
|
|
29239
|
+
credentials = (0, getExtendedInstanceMetadataCredentials_1.getExtendedInstanceMetadataCredentials)(credentials, logger2);
|
|
29240
29240
|
}
|
|
29241
29241
|
} catch (e) {
|
|
29242
29242
|
if (pastCredentials) {
|
|
29243
|
-
|
|
29244
|
-
credentials = (0, getExtendedInstanceMetadataCredentials_1.getExtendedInstanceMetadataCredentials)(pastCredentials,
|
|
29243
|
+
logger2.warn("Credential renew failed: ", e);
|
|
29244
|
+
credentials = (0, getExtendedInstanceMetadataCredentials_1.getExtendedInstanceMetadataCredentials)(pastCredentials, logger2);
|
|
29245
29245
|
} else {
|
|
29246
29246
|
throw e;
|
|
29247
29247
|
}
|
|
@@ -30151,11 +30151,11 @@ var require_GetRoleCredentialsCommand = __commonJS({
|
|
|
30151
30151
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
30152
30152
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetRoleCredentialsCommand.getEndpointParameterInstructions()));
|
|
30153
30153
|
const stack = clientStack.concat(this.middlewareStack);
|
|
30154
|
-
const { logger } = configuration;
|
|
30154
|
+
const { logger: logger2 } = configuration;
|
|
30155
30155
|
const clientName = "SSOClient";
|
|
30156
30156
|
const commandName = "GetRoleCredentialsCommand";
|
|
30157
30157
|
const handlerExecutionContext = {
|
|
30158
|
-
logger,
|
|
30158
|
+
logger: logger2,
|
|
30159
30159
|
clientName,
|
|
30160
30160
|
commandName,
|
|
30161
30161
|
inputFilterSensitiveLog: models_0_1.GetRoleCredentialsRequestFilterSensitiveLog,
|
|
@@ -30204,11 +30204,11 @@ var require_ListAccountRolesCommand = __commonJS({
|
|
|
30204
30204
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
30205
30205
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListAccountRolesCommand.getEndpointParameterInstructions()));
|
|
30206
30206
|
const stack = clientStack.concat(this.middlewareStack);
|
|
30207
|
-
const { logger } = configuration;
|
|
30207
|
+
const { logger: logger2 } = configuration;
|
|
30208
30208
|
const clientName = "SSOClient";
|
|
30209
30209
|
const commandName = "ListAccountRolesCommand";
|
|
30210
30210
|
const handlerExecutionContext = {
|
|
30211
|
-
logger,
|
|
30211
|
+
logger: logger2,
|
|
30212
30212
|
clientName,
|
|
30213
30213
|
commandName,
|
|
30214
30214
|
inputFilterSensitiveLog: models_0_1.ListAccountRolesRequestFilterSensitiveLog,
|
|
@@ -30257,11 +30257,11 @@ var require_ListAccountsCommand = __commonJS({
|
|
|
30257
30257
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
30258
30258
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListAccountsCommand.getEndpointParameterInstructions()));
|
|
30259
30259
|
const stack = clientStack.concat(this.middlewareStack);
|
|
30260
|
-
const { logger } = configuration;
|
|
30260
|
+
const { logger: logger2 } = configuration;
|
|
30261
30261
|
const clientName = "SSOClient";
|
|
30262
30262
|
const commandName = "ListAccountsCommand";
|
|
30263
30263
|
const handlerExecutionContext = {
|
|
30264
|
-
logger,
|
|
30264
|
+
logger: logger2,
|
|
30265
30265
|
clientName,
|
|
30266
30266
|
commandName,
|
|
30267
30267
|
inputFilterSensitiveLog: models_0_1.ListAccountsRequestFilterSensitiveLog,
|
|
@@ -30310,11 +30310,11 @@ var require_LogoutCommand = __commonJS({
|
|
|
30310
30310
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
30311
30311
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, LogoutCommand.getEndpointParameterInstructions()));
|
|
30312
30312
|
const stack = clientStack.concat(this.middlewareStack);
|
|
30313
|
-
const { logger } = configuration;
|
|
30313
|
+
const { logger: logger2 } = configuration;
|
|
30314
30314
|
const clientName = "SSOClient";
|
|
30315
30315
|
const commandName = "LogoutCommand";
|
|
30316
30316
|
const handlerExecutionContext = {
|
|
30317
|
-
logger,
|
|
30317
|
+
logger: logger2,
|
|
30318
30318
|
clientName,
|
|
30319
30319
|
commandName,
|
|
30320
30320
|
inputFilterSensitiveLog: models_0_1.LogoutRequestFilterSensitiveLog,
|
|
@@ -35130,7 +35130,7 @@ var require_resolveEndpoint = __commonJS({
|
|
|
35130
35130
|
var utils_1 = require_utils();
|
|
35131
35131
|
var resolveEndpoint = /* @__PURE__ */ __name((ruleSetObject, options) => {
|
|
35132
35132
|
var _a, _b, _c, _d, _e, _f;
|
|
35133
|
-
const { endpointParams, logger } = options;
|
|
35133
|
+
const { endpointParams, logger: logger2 } = options;
|
|
35134
35134
|
const { parameters, rules } = ruleSetObject;
|
|
35135
35135
|
(_b = (_a = options.logger) === null || _a === void 0 ? void 0 : _a.debug) === null || _b === void 0 ? void 0 : _b.call(_a, debug_1.debugId, `Initial EndpointParams: ${(0, debug_1.toDebugString)(endpointParams)}`);
|
|
35136
35136
|
const paramsWithDefault = Object.entries(parameters).filter(([, v]) => v.default != null).map(([k, v]) => [k, v.default]);
|
|
@@ -35145,7 +35145,7 @@ var require_resolveEndpoint = __commonJS({
|
|
|
35145
35145
|
throw new types_1.EndpointError(`Missing required parameter: '${requiredParam}'`);
|
|
35146
35146
|
}
|
|
35147
35147
|
}
|
|
35148
|
-
const endpoint = (0, utils_1.evaluateRules)(rules, { endpointParams, logger, referenceRecord: {} });
|
|
35148
|
+
const endpoint = (0, utils_1.evaluateRules)(rules, { endpointParams, logger: logger2, referenceRecord: {} });
|
|
35149
35149
|
if ((_d = options.endpointParams) === null || _d === void 0 ? void 0 : _d.Endpoint) {
|
|
35150
35150
|
try {
|
|
35151
35151
|
const givenEndpoint = new URL(options.endpointParams.Endpoint);
|
|
@@ -36462,11 +36462,11 @@ var require_CreateTokenCommand = __commonJS({
|
|
|
36462
36462
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
36463
36463
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateTokenCommand.getEndpointParameterInstructions()));
|
|
36464
36464
|
const stack = clientStack.concat(this.middlewareStack);
|
|
36465
|
-
const { logger } = configuration;
|
|
36465
|
+
const { logger: logger2 } = configuration;
|
|
36466
36466
|
const clientName = "SSOOIDCClient";
|
|
36467
36467
|
const commandName = "CreateTokenCommand";
|
|
36468
36468
|
const handlerExecutionContext = {
|
|
36469
|
-
logger,
|
|
36469
|
+
logger: logger2,
|
|
36470
36470
|
clientName,
|
|
36471
36471
|
commandName,
|
|
36472
36472
|
inputFilterSensitiveLog: models_0_1.CreateTokenRequestFilterSensitiveLog,
|
|
@@ -36515,11 +36515,11 @@ var require_RegisterClientCommand = __commonJS({
|
|
|
36515
36515
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
36516
36516
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, RegisterClientCommand.getEndpointParameterInstructions()));
|
|
36517
36517
|
const stack = clientStack.concat(this.middlewareStack);
|
|
36518
|
-
const { logger } = configuration;
|
|
36518
|
+
const { logger: logger2 } = configuration;
|
|
36519
36519
|
const clientName = "SSOOIDCClient";
|
|
36520
36520
|
const commandName = "RegisterClientCommand";
|
|
36521
36521
|
const handlerExecutionContext = {
|
|
36522
|
-
logger,
|
|
36522
|
+
logger: logger2,
|
|
36523
36523
|
clientName,
|
|
36524
36524
|
commandName,
|
|
36525
36525
|
inputFilterSensitiveLog: models_0_1.RegisterClientRequestFilterSensitiveLog,
|
|
@@ -36568,11 +36568,11 @@ var require_StartDeviceAuthorizationCommand = __commonJS({
|
|
|
36568
36568
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
36569
36569
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartDeviceAuthorizationCommand.getEndpointParameterInstructions()));
|
|
36570
36570
|
const stack = clientStack.concat(this.middlewareStack);
|
|
36571
|
-
const { logger } = configuration;
|
|
36571
|
+
const { logger: logger2 } = configuration;
|
|
36572
36572
|
const clientName = "SSOOIDCClient";
|
|
36573
36573
|
const commandName = "StartDeviceAuthorizationCommand";
|
|
36574
36574
|
const handlerExecutionContext = {
|
|
36575
|
-
logger,
|
|
36575
|
+
logger: logger2,
|
|
36576
36576
|
clientName,
|
|
36577
36577
|
commandName,
|
|
36578
36578
|
inputFilterSensitiveLog: models_0_1.StartDeviceAuthorizationRequestFilterSensitiveLog,
|
|
@@ -43484,11 +43484,11 @@ var require_DeleteThingShadowCommand = __commonJS({
|
|
|
43484
43484
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
43485
43485
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteThingShadowCommand.getEndpointParameterInstructions()));
|
|
43486
43486
|
const stack = clientStack.concat(this.middlewareStack);
|
|
43487
|
-
const { logger } = configuration;
|
|
43487
|
+
const { logger: logger2 } = configuration;
|
|
43488
43488
|
const clientName = "IoTDataPlaneClient";
|
|
43489
43489
|
const commandName = "DeleteThingShadowCommand";
|
|
43490
43490
|
const handlerExecutionContext = {
|
|
43491
|
-
logger,
|
|
43491
|
+
logger: logger2,
|
|
43492
43492
|
clientName,
|
|
43493
43493
|
commandName,
|
|
43494
43494
|
inputFilterSensitiveLog: models_0_1.DeleteThingShadowRequestFilterSensitiveLog,
|
|
@@ -43537,11 +43537,11 @@ var require_GetRetainedMessageCommand = __commonJS({
|
|
|
43537
43537
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
43538
43538
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetRetainedMessageCommand.getEndpointParameterInstructions()));
|
|
43539
43539
|
const stack = clientStack.concat(this.middlewareStack);
|
|
43540
|
-
const { logger } = configuration;
|
|
43540
|
+
const { logger: logger2 } = configuration;
|
|
43541
43541
|
const clientName = "IoTDataPlaneClient";
|
|
43542
43542
|
const commandName = "GetRetainedMessageCommand";
|
|
43543
43543
|
const handlerExecutionContext = {
|
|
43544
|
-
logger,
|
|
43544
|
+
logger: logger2,
|
|
43545
43545
|
clientName,
|
|
43546
43546
|
commandName,
|
|
43547
43547
|
inputFilterSensitiveLog: models_0_1.GetRetainedMessageRequestFilterSensitiveLog,
|
|
@@ -43590,11 +43590,11 @@ var require_GetThingShadowCommand = __commonJS({
|
|
|
43590
43590
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
43591
43591
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetThingShadowCommand.getEndpointParameterInstructions()));
|
|
43592
43592
|
const stack = clientStack.concat(this.middlewareStack);
|
|
43593
|
-
const { logger } = configuration;
|
|
43593
|
+
const { logger: logger2 } = configuration;
|
|
43594
43594
|
const clientName = "IoTDataPlaneClient";
|
|
43595
43595
|
const commandName = "GetThingShadowCommand";
|
|
43596
43596
|
const handlerExecutionContext = {
|
|
43597
|
-
logger,
|
|
43597
|
+
logger: logger2,
|
|
43598
43598
|
clientName,
|
|
43599
43599
|
commandName,
|
|
43600
43600
|
inputFilterSensitiveLog: models_0_1.GetThingShadowRequestFilterSensitiveLog,
|
|
@@ -43643,11 +43643,11 @@ var require_ListNamedShadowsForThingCommand = __commonJS({
|
|
|
43643
43643
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
43644
43644
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListNamedShadowsForThingCommand.getEndpointParameterInstructions()));
|
|
43645
43645
|
const stack = clientStack.concat(this.middlewareStack);
|
|
43646
|
-
const { logger } = configuration;
|
|
43646
|
+
const { logger: logger2 } = configuration;
|
|
43647
43647
|
const clientName = "IoTDataPlaneClient";
|
|
43648
43648
|
const commandName = "ListNamedShadowsForThingCommand";
|
|
43649
43649
|
const handlerExecutionContext = {
|
|
43650
|
-
logger,
|
|
43650
|
+
logger: logger2,
|
|
43651
43651
|
clientName,
|
|
43652
43652
|
commandName,
|
|
43653
43653
|
inputFilterSensitiveLog: models_0_1.ListNamedShadowsForThingRequestFilterSensitiveLog,
|
|
@@ -43696,11 +43696,11 @@ var require_ListRetainedMessagesCommand = __commonJS({
|
|
|
43696
43696
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
43697
43697
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListRetainedMessagesCommand.getEndpointParameterInstructions()));
|
|
43698
43698
|
const stack = clientStack.concat(this.middlewareStack);
|
|
43699
|
-
const { logger } = configuration;
|
|
43699
|
+
const { logger: logger2 } = configuration;
|
|
43700
43700
|
const clientName = "IoTDataPlaneClient";
|
|
43701
43701
|
const commandName = "ListRetainedMessagesCommand";
|
|
43702
43702
|
const handlerExecutionContext = {
|
|
43703
|
-
logger,
|
|
43703
|
+
logger: logger2,
|
|
43704
43704
|
clientName,
|
|
43705
43705
|
commandName,
|
|
43706
43706
|
inputFilterSensitiveLog: models_0_1.ListRetainedMessagesRequestFilterSensitiveLog,
|
|
@@ -43749,11 +43749,11 @@ var require_PublishCommand = __commonJS({
|
|
|
43749
43749
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
43750
43750
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, PublishCommand2.getEndpointParameterInstructions()));
|
|
43751
43751
|
const stack = clientStack.concat(this.middlewareStack);
|
|
43752
|
-
const { logger } = configuration;
|
|
43752
|
+
const { logger: logger2 } = configuration;
|
|
43753
43753
|
const clientName = "IoTDataPlaneClient";
|
|
43754
43754
|
const commandName = "PublishCommand";
|
|
43755
43755
|
const handlerExecutionContext = {
|
|
43756
|
-
logger,
|
|
43756
|
+
logger: logger2,
|
|
43757
43757
|
clientName,
|
|
43758
43758
|
commandName,
|
|
43759
43759
|
inputFilterSensitiveLog: models_0_1.PublishRequestFilterSensitiveLog,
|
|
@@ -43802,11 +43802,11 @@ var require_UpdateThingShadowCommand = __commonJS({
|
|
|
43802
43802
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
43803
43803
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateThingShadowCommand.getEndpointParameterInstructions()));
|
|
43804
43804
|
const stack = clientStack.concat(this.middlewareStack);
|
|
43805
|
-
const { logger } = configuration;
|
|
43805
|
+
const { logger: logger2 } = configuration;
|
|
43806
43806
|
const clientName = "IoTDataPlaneClient";
|
|
43807
43807
|
const commandName = "UpdateThingShadowCommand";
|
|
43808
43808
|
const handlerExecutionContext = {
|
|
43809
|
-
logger,
|
|
43809
|
+
logger: logger2,
|
|
43810
43810
|
clientName,
|
|
43811
43811
|
commandName,
|
|
43812
43812
|
inputFilterSensitiveLog: models_0_1.UpdateThingShadowRequestFilterSensitiveLog,
|
|
@@ -54664,11 +54664,11 @@ var require_ActivateTypeCommand = __commonJS({
|
|
|
54664
54664
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
54665
54665
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ActivateTypeCommand.getEndpointParameterInstructions()));
|
|
54666
54666
|
const stack = clientStack.concat(this.middlewareStack);
|
|
54667
|
-
const { logger } = configuration;
|
|
54667
|
+
const { logger: logger2 } = configuration;
|
|
54668
54668
|
const clientName = "CloudFormationClient";
|
|
54669
54669
|
const commandName = "ActivateTypeCommand";
|
|
54670
54670
|
const handlerExecutionContext = {
|
|
54671
|
-
logger,
|
|
54671
|
+
logger: logger2,
|
|
54672
54672
|
clientName,
|
|
54673
54673
|
commandName,
|
|
54674
54674
|
inputFilterSensitiveLog: models_0_1.ActivateTypeInputFilterSensitiveLog,
|
|
@@ -54717,11 +54717,11 @@ var require_BatchDescribeTypeConfigurationsCommand = __commonJS({
|
|
|
54717
54717
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
54718
54718
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, BatchDescribeTypeConfigurationsCommand.getEndpointParameterInstructions()));
|
|
54719
54719
|
const stack = clientStack.concat(this.middlewareStack);
|
|
54720
|
-
const { logger } = configuration;
|
|
54720
|
+
const { logger: logger2 } = configuration;
|
|
54721
54721
|
const clientName = "CloudFormationClient";
|
|
54722
54722
|
const commandName = "BatchDescribeTypeConfigurationsCommand";
|
|
54723
54723
|
const handlerExecutionContext = {
|
|
54724
|
-
logger,
|
|
54724
|
+
logger: logger2,
|
|
54725
54725
|
clientName,
|
|
54726
54726
|
commandName,
|
|
54727
54727
|
inputFilterSensitiveLog: models_0_1.BatchDescribeTypeConfigurationsInputFilterSensitiveLog,
|
|
@@ -54770,11 +54770,11 @@ var require_CancelUpdateStackCommand = __commonJS({
|
|
|
54770
54770
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
54771
54771
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CancelUpdateStackCommand.getEndpointParameterInstructions()));
|
|
54772
54772
|
const stack = clientStack.concat(this.middlewareStack);
|
|
54773
|
-
const { logger } = configuration;
|
|
54773
|
+
const { logger: logger2 } = configuration;
|
|
54774
54774
|
const clientName = "CloudFormationClient";
|
|
54775
54775
|
const commandName = "CancelUpdateStackCommand";
|
|
54776
54776
|
const handlerExecutionContext = {
|
|
54777
|
-
logger,
|
|
54777
|
+
logger: logger2,
|
|
54778
54778
|
clientName,
|
|
54779
54779
|
commandName,
|
|
54780
54780
|
inputFilterSensitiveLog: models_0_1.CancelUpdateStackInputFilterSensitiveLog,
|
|
@@ -54823,11 +54823,11 @@ var require_ContinueUpdateRollbackCommand = __commonJS({
|
|
|
54823
54823
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
54824
54824
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ContinueUpdateRollbackCommand.getEndpointParameterInstructions()));
|
|
54825
54825
|
const stack = clientStack.concat(this.middlewareStack);
|
|
54826
|
-
const { logger } = configuration;
|
|
54826
|
+
const { logger: logger2 } = configuration;
|
|
54827
54827
|
const clientName = "CloudFormationClient";
|
|
54828
54828
|
const commandName = "ContinueUpdateRollbackCommand";
|
|
54829
54829
|
const handlerExecutionContext = {
|
|
54830
|
-
logger,
|
|
54830
|
+
logger: logger2,
|
|
54831
54831
|
clientName,
|
|
54832
54832
|
commandName,
|
|
54833
54833
|
inputFilterSensitiveLog: models_0_1.ContinueUpdateRollbackInputFilterSensitiveLog,
|
|
@@ -54876,11 +54876,11 @@ var require_CreateChangeSetCommand = __commonJS({
|
|
|
54876
54876
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
54877
54877
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateChangeSetCommand.getEndpointParameterInstructions()));
|
|
54878
54878
|
const stack = clientStack.concat(this.middlewareStack);
|
|
54879
|
-
const { logger } = configuration;
|
|
54879
|
+
const { logger: logger2 } = configuration;
|
|
54880
54880
|
const clientName = "CloudFormationClient";
|
|
54881
54881
|
const commandName = "CreateChangeSetCommand";
|
|
54882
54882
|
const handlerExecutionContext = {
|
|
54883
|
-
logger,
|
|
54883
|
+
logger: logger2,
|
|
54884
54884
|
clientName,
|
|
54885
54885
|
commandName,
|
|
54886
54886
|
inputFilterSensitiveLog: models_0_1.CreateChangeSetInputFilterSensitiveLog,
|
|
@@ -54929,11 +54929,11 @@ var require_CreateStackCommand = __commonJS({
|
|
|
54929
54929
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
54930
54930
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateStackCommand.getEndpointParameterInstructions()));
|
|
54931
54931
|
const stack = clientStack.concat(this.middlewareStack);
|
|
54932
|
-
const { logger } = configuration;
|
|
54932
|
+
const { logger: logger2 } = configuration;
|
|
54933
54933
|
const clientName = "CloudFormationClient";
|
|
54934
54934
|
const commandName = "CreateStackCommand";
|
|
54935
54935
|
const handlerExecutionContext = {
|
|
54936
|
-
logger,
|
|
54936
|
+
logger: logger2,
|
|
54937
54937
|
clientName,
|
|
54938
54938
|
commandName,
|
|
54939
54939
|
inputFilterSensitiveLog: models_0_1.CreateStackInputFilterSensitiveLog,
|
|
@@ -54982,11 +54982,11 @@ var require_CreateStackInstancesCommand = __commonJS({
|
|
|
54982
54982
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
54983
54983
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateStackInstancesCommand.getEndpointParameterInstructions()));
|
|
54984
54984
|
const stack = clientStack.concat(this.middlewareStack);
|
|
54985
|
-
const { logger } = configuration;
|
|
54985
|
+
const { logger: logger2 } = configuration;
|
|
54986
54986
|
const clientName = "CloudFormationClient";
|
|
54987
54987
|
const commandName = "CreateStackInstancesCommand";
|
|
54988
54988
|
const handlerExecutionContext = {
|
|
54989
|
-
logger,
|
|
54989
|
+
logger: logger2,
|
|
54990
54990
|
clientName,
|
|
54991
54991
|
commandName,
|
|
54992
54992
|
inputFilterSensitiveLog: models_0_1.CreateStackInstancesInputFilterSensitiveLog,
|
|
@@ -55035,11 +55035,11 @@ var require_CreateStackSetCommand = __commonJS({
|
|
|
55035
55035
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
55036
55036
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateStackSetCommand.getEndpointParameterInstructions()));
|
|
55037
55037
|
const stack = clientStack.concat(this.middlewareStack);
|
|
55038
|
-
const { logger } = configuration;
|
|
55038
|
+
const { logger: logger2 } = configuration;
|
|
55039
55039
|
const clientName = "CloudFormationClient";
|
|
55040
55040
|
const commandName = "CreateStackSetCommand";
|
|
55041
55041
|
const handlerExecutionContext = {
|
|
55042
|
-
logger,
|
|
55042
|
+
logger: logger2,
|
|
55043
55043
|
clientName,
|
|
55044
55044
|
commandName,
|
|
55045
55045
|
inputFilterSensitiveLog: models_0_1.CreateStackSetInputFilterSensitiveLog,
|
|
@@ -55088,11 +55088,11 @@ var require_DeactivateTypeCommand = __commonJS({
|
|
|
55088
55088
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
55089
55089
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeactivateTypeCommand.getEndpointParameterInstructions()));
|
|
55090
55090
|
const stack = clientStack.concat(this.middlewareStack);
|
|
55091
|
-
const { logger } = configuration;
|
|
55091
|
+
const { logger: logger2 } = configuration;
|
|
55092
55092
|
const clientName = "CloudFormationClient";
|
|
55093
55093
|
const commandName = "DeactivateTypeCommand";
|
|
55094
55094
|
const handlerExecutionContext = {
|
|
55095
|
-
logger,
|
|
55095
|
+
logger: logger2,
|
|
55096
55096
|
clientName,
|
|
55097
55097
|
commandName,
|
|
55098
55098
|
inputFilterSensitiveLog: models_0_1.DeactivateTypeInputFilterSensitiveLog,
|
|
@@ -55141,11 +55141,11 @@ var require_DeleteChangeSetCommand = __commonJS({
|
|
|
55141
55141
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
55142
55142
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteChangeSetCommand.getEndpointParameterInstructions()));
|
|
55143
55143
|
const stack = clientStack.concat(this.middlewareStack);
|
|
55144
|
-
const { logger } = configuration;
|
|
55144
|
+
const { logger: logger2 } = configuration;
|
|
55145
55145
|
const clientName = "CloudFormationClient";
|
|
55146
55146
|
const commandName = "DeleteChangeSetCommand";
|
|
55147
55147
|
const handlerExecutionContext = {
|
|
55148
|
-
logger,
|
|
55148
|
+
logger: logger2,
|
|
55149
55149
|
clientName,
|
|
55150
55150
|
commandName,
|
|
55151
55151
|
inputFilterSensitiveLog: models_0_1.DeleteChangeSetInputFilterSensitiveLog,
|
|
@@ -55194,11 +55194,11 @@ var require_DeleteStackCommand = __commonJS({
|
|
|
55194
55194
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
55195
55195
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteStackCommand.getEndpointParameterInstructions()));
|
|
55196
55196
|
const stack = clientStack.concat(this.middlewareStack);
|
|
55197
|
-
const { logger } = configuration;
|
|
55197
|
+
const { logger: logger2 } = configuration;
|
|
55198
55198
|
const clientName = "CloudFormationClient";
|
|
55199
55199
|
const commandName = "DeleteStackCommand";
|
|
55200
55200
|
const handlerExecutionContext = {
|
|
55201
|
-
logger,
|
|
55201
|
+
logger: logger2,
|
|
55202
55202
|
clientName,
|
|
55203
55203
|
commandName,
|
|
55204
55204
|
inputFilterSensitiveLog: models_0_1.DeleteStackInputFilterSensitiveLog,
|
|
@@ -55247,11 +55247,11 @@ var require_DeleteStackInstancesCommand = __commonJS({
|
|
|
55247
55247
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
55248
55248
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteStackInstancesCommand.getEndpointParameterInstructions()));
|
|
55249
55249
|
const stack = clientStack.concat(this.middlewareStack);
|
|
55250
|
-
const { logger } = configuration;
|
|
55250
|
+
const { logger: logger2 } = configuration;
|
|
55251
55251
|
const clientName = "CloudFormationClient";
|
|
55252
55252
|
const commandName = "DeleteStackInstancesCommand";
|
|
55253
55253
|
const handlerExecutionContext = {
|
|
55254
|
-
logger,
|
|
55254
|
+
logger: logger2,
|
|
55255
55255
|
clientName,
|
|
55256
55256
|
commandName,
|
|
55257
55257
|
inputFilterSensitiveLog: models_0_1.DeleteStackInstancesInputFilterSensitiveLog,
|
|
@@ -55300,11 +55300,11 @@ var require_DeleteStackSetCommand = __commonJS({
|
|
|
55300
55300
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
55301
55301
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteStackSetCommand.getEndpointParameterInstructions()));
|
|
55302
55302
|
const stack = clientStack.concat(this.middlewareStack);
|
|
55303
|
-
const { logger } = configuration;
|
|
55303
|
+
const { logger: logger2 } = configuration;
|
|
55304
55304
|
const clientName = "CloudFormationClient";
|
|
55305
55305
|
const commandName = "DeleteStackSetCommand";
|
|
55306
55306
|
const handlerExecutionContext = {
|
|
55307
|
-
logger,
|
|
55307
|
+
logger: logger2,
|
|
55308
55308
|
clientName,
|
|
55309
55309
|
commandName,
|
|
55310
55310
|
inputFilterSensitiveLog: models_0_1.DeleteStackSetInputFilterSensitiveLog,
|
|
@@ -55353,11 +55353,11 @@ var require_DeregisterTypeCommand = __commonJS({
|
|
|
55353
55353
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
55354
55354
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeregisterTypeCommand.getEndpointParameterInstructions()));
|
|
55355
55355
|
const stack = clientStack.concat(this.middlewareStack);
|
|
55356
|
-
const { logger } = configuration;
|
|
55356
|
+
const { logger: logger2 } = configuration;
|
|
55357
55357
|
const clientName = "CloudFormationClient";
|
|
55358
55358
|
const commandName = "DeregisterTypeCommand";
|
|
55359
55359
|
const handlerExecutionContext = {
|
|
55360
|
-
logger,
|
|
55360
|
+
logger: logger2,
|
|
55361
55361
|
clientName,
|
|
55362
55362
|
commandName,
|
|
55363
55363
|
inputFilterSensitiveLog: models_0_1.DeregisterTypeInputFilterSensitiveLog,
|
|
@@ -55406,11 +55406,11 @@ var require_DescribeAccountLimitsCommand = __commonJS({
|
|
|
55406
55406
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
55407
55407
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeAccountLimitsCommand.getEndpointParameterInstructions()));
|
|
55408
55408
|
const stack = clientStack.concat(this.middlewareStack);
|
|
55409
|
-
const { logger } = configuration;
|
|
55409
|
+
const { logger: logger2 } = configuration;
|
|
55410
55410
|
const clientName = "CloudFormationClient";
|
|
55411
55411
|
const commandName = "DescribeAccountLimitsCommand";
|
|
55412
55412
|
const handlerExecutionContext = {
|
|
55413
|
-
logger,
|
|
55413
|
+
logger: logger2,
|
|
55414
55414
|
clientName,
|
|
55415
55415
|
commandName,
|
|
55416
55416
|
inputFilterSensitiveLog: models_0_1.DescribeAccountLimitsInputFilterSensitiveLog,
|
|
@@ -55459,11 +55459,11 @@ var require_DescribeChangeSetCommand = __commonJS({
|
|
|
55459
55459
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
55460
55460
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeChangeSetCommand.getEndpointParameterInstructions()));
|
|
55461
55461
|
const stack = clientStack.concat(this.middlewareStack);
|
|
55462
|
-
const { logger } = configuration;
|
|
55462
|
+
const { logger: logger2 } = configuration;
|
|
55463
55463
|
const clientName = "CloudFormationClient";
|
|
55464
55464
|
const commandName = "DescribeChangeSetCommand";
|
|
55465
55465
|
const handlerExecutionContext = {
|
|
55466
|
-
logger,
|
|
55466
|
+
logger: logger2,
|
|
55467
55467
|
clientName,
|
|
55468
55468
|
commandName,
|
|
55469
55469
|
inputFilterSensitiveLog: models_0_1.DescribeChangeSetInputFilterSensitiveLog,
|
|
@@ -55512,11 +55512,11 @@ var require_DescribeChangeSetHooksCommand = __commonJS({
|
|
|
55512
55512
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
55513
55513
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeChangeSetHooksCommand.getEndpointParameterInstructions()));
|
|
55514
55514
|
const stack = clientStack.concat(this.middlewareStack);
|
|
55515
|
-
const { logger } = configuration;
|
|
55515
|
+
const { logger: logger2 } = configuration;
|
|
55516
55516
|
const clientName = "CloudFormationClient";
|
|
55517
55517
|
const commandName = "DescribeChangeSetHooksCommand";
|
|
55518
55518
|
const handlerExecutionContext = {
|
|
55519
|
-
logger,
|
|
55519
|
+
logger: logger2,
|
|
55520
55520
|
clientName,
|
|
55521
55521
|
commandName,
|
|
55522
55522
|
inputFilterSensitiveLog: models_0_1.DescribeChangeSetHooksInputFilterSensitiveLog,
|
|
@@ -55565,11 +55565,11 @@ var require_DescribePublisherCommand = __commonJS({
|
|
|
55565
55565
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
55566
55566
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribePublisherCommand.getEndpointParameterInstructions()));
|
|
55567
55567
|
const stack = clientStack.concat(this.middlewareStack);
|
|
55568
|
-
const { logger } = configuration;
|
|
55568
|
+
const { logger: logger2 } = configuration;
|
|
55569
55569
|
const clientName = "CloudFormationClient";
|
|
55570
55570
|
const commandName = "DescribePublisherCommand";
|
|
55571
55571
|
const handlerExecutionContext = {
|
|
55572
|
-
logger,
|
|
55572
|
+
logger: logger2,
|
|
55573
55573
|
clientName,
|
|
55574
55574
|
commandName,
|
|
55575
55575
|
inputFilterSensitiveLog: models_0_1.DescribePublisherInputFilterSensitiveLog,
|
|
@@ -55618,11 +55618,11 @@ var require_DescribeStackDriftDetectionStatusCommand = __commonJS({
|
|
|
55618
55618
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
55619
55619
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeStackDriftDetectionStatusCommand.getEndpointParameterInstructions()));
|
|
55620
55620
|
const stack = clientStack.concat(this.middlewareStack);
|
|
55621
|
-
const { logger } = configuration;
|
|
55621
|
+
const { logger: logger2 } = configuration;
|
|
55622
55622
|
const clientName = "CloudFormationClient";
|
|
55623
55623
|
const commandName = "DescribeStackDriftDetectionStatusCommand";
|
|
55624
55624
|
const handlerExecutionContext = {
|
|
55625
|
-
logger,
|
|
55625
|
+
logger: logger2,
|
|
55626
55626
|
clientName,
|
|
55627
55627
|
commandName,
|
|
55628
55628
|
inputFilterSensitiveLog: models_0_1.DescribeStackDriftDetectionStatusInputFilterSensitiveLog,
|
|
@@ -55671,11 +55671,11 @@ var require_DescribeStackEventsCommand = __commonJS({
|
|
|
55671
55671
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
55672
55672
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeStackEventsCommand.getEndpointParameterInstructions()));
|
|
55673
55673
|
const stack = clientStack.concat(this.middlewareStack);
|
|
55674
|
-
const { logger } = configuration;
|
|
55674
|
+
const { logger: logger2 } = configuration;
|
|
55675
55675
|
const clientName = "CloudFormationClient";
|
|
55676
55676
|
const commandName = "DescribeStackEventsCommand";
|
|
55677
55677
|
const handlerExecutionContext = {
|
|
55678
|
-
logger,
|
|
55678
|
+
logger: logger2,
|
|
55679
55679
|
clientName,
|
|
55680
55680
|
commandName,
|
|
55681
55681
|
inputFilterSensitiveLog: models_0_1.DescribeStackEventsInputFilterSensitiveLog,
|
|
@@ -55724,11 +55724,11 @@ var require_DescribeStackInstanceCommand = __commonJS({
|
|
|
55724
55724
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
55725
55725
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeStackInstanceCommand.getEndpointParameterInstructions()));
|
|
55726
55726
|
const stack = clientStack.concat(this.middlewareStack);
|
|
55727
|
-
const { logger } = configuration;
|
|
55727
|
+
const { logger: logger2 } = configuration;
|
|
55728
55728
|
const clientName = "CloudFormationClient";
|
|
55729
55729
|
const commandName = "DescribeStackInstanceCommand";
|
|
55730
55730
|
const handlerExecutionContext = {
|
|
55731
|
-
logger,
|
|
55731
|
+
logger: logger2,
|
|
55732
55732
|
clientName,
|
|
55733
55733
|
commandName,
|
|
55734
55734
|
inputFilterSensitiveLog: models_0_1.DescribeStackInstanceInputFilterSensitiveLog,
|
|
@@ -55777,11 +55777,11 @@ var require_DescribeStackResourceCommand = __commonJS({
|
|
|
55777
55777
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
55778
55778
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeStackResourceCommand.getEndpointParameterInstructions()));
|
|
55779
55779
|
const stack = clientStack.concat(this.middlewareStack);
|
|
55780
|
-
const { logger } = configuration;
|
|
55780
|
+
const { logger: logger2 } = configuration;
|
|
55781
55781
|
const clientName = "CloudFormationClient";
|
|
55782
55782
|
const commandName = "DescribeStackResourceCommand";
|
|
55783
55783
|
const handlerExecutionContext = {
|
|
55784
|
-
logger,
|
|
55784
|
+
logger: logger2,
|
|
55785
55785
|
clientName,
|
|
55786
55786
|
commandName,
|
|
55787
55787
|
inputFilterSensitiveLog: models_0_1.DescribeStackResourceInputFilterSensitiveLog,
|
|
@@ -55830,11 +55830,11 @@ var require_DescribeStackResourceDriftsCommand = __commonJS({
|
|
|
55830
55830
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
55831
55831
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeStackResourceDriftsCommand.getEndpointParameterInstructions()));
|
|
55832
55832
|
const stack = clientStack.concat(this.middlewareStack);
|
|
55833
|
-
const { logger } = configuration;
|
|
55833
|
+
const { logger: logger2 } = configuration;
|
|
55834
55834
|
const clientName = "CloudFormationClient";
|
|
55835
55835
|
const commandName = "DescribeStackResourceDriftsCommand";
|
|
55836
55836
|
const handlerExecutionContext = {
|
|
55837
|
-
logger,
|
|
55837
|
+
logger: logger2,
|
|
55838
55838
|
clientName,
|
|
55839
55839
|
commandName,
|
|
55840
55840
|
inputFilterSensitiveLog: models_0_1.DescribeStackResourceDriftsInputFilterSensitiveLog,
|
|
@@ -55883,11 +55883,11 @@ var require_DescribeStackResourcesCommand = __commonJS({
|
|
|
55883
55883
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
55884
55884
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeStackResourcesCommand.getEndpointParameterInstructions()));
|
|
55885
55885
|
const stack = clientStack.concat(this.middlewareStack);
|
|
55886
|
-
const { logger } = configuration;
|
|
55886
|
+
const { logger: logger2 } = configuration;
|
|
55887
55887
|
const clientName = "CloudFormationClient";
|
|
55888
55888
|
const commandName = "DescribeStackResourcesCommand";
|
|
55889
55889
|
const handlerExecutionContext = {
|
|
55890
|
-
logger,
|
|
55890
|
+
logger: logger2,
|
|
55891
55891
|
clientName,
|
|
55892
55892
|
commandName,
|
|
55893
55893
|
inputFilterSensitiveLog: models_0_1.DescribeStackResourcesInputFilterSensitiveLog,
|
|
@@ -55936,11 +55936,11 @@ var require_DescribeStacksCommand = __commonJS({
|
|
|
55936
55936
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
55937
55937
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeStacksCommand2.getEndpointParameterInstructions()));
|
|
55938
55938
|
const stack = clientStack.concat(this.middlewareStack);
|
|
55939
|
-
const { logger } = configuration;
|
|
55939
|
+
const { logger: logger2 } = configuration;
|
|
55940
55940
|
const clientName = "CloudFormationClient";
|
|
55941
55941
|
const commandName = "DescribeStacksCommand";
|
|
55942
55942
|
const handlerExecutionContext = {
|
|
55943
|
-
logger,
|
|
55943
|
+
logger: logger2,
|
|
55944
55944
|
clientName,
|
|
55945
55945
|
commandName,
|
|
55946
55946
|
inputFilterSensitiveLog: models_0_1.DescribeStacksInputFilterSensitiveLog,
|
|
@@ -55989,11 +55989,11 @@ var require_DescribeStackSetCommand = __commonJS({
|
|
|
55989
55989
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
55990
55990
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeStackSetCommand.getEndpointParameterInstructions()));
|
|
55991
55991
|
const stack = clientStack.concat(this.middlewareStack);
|
|
55992
|
-
const { logger } = configuration;
|
|
55992
|
+
const { logger: logger2 } = configuration;
|
|
55993
55993
|
const clientName = "CloudFormationClient";
|
|
55994
55994
|
const commandName = "DescribeStackSetCommand";
|
|
55995
55995
|
const handlerExecutionContext = {
|
|
55996
|
-
logger,
|
|
55996
|
+
logger: logger2,
|
|
55997
55997
|
clientName,
|
|
55998
55998
|
commandName,
|
|
55999
55999
|
inputFilterSensitiveLog: models_0_1.DescribeStackSetInputFilterSensitiveLog,
|
|
@@ -56042,11 +56042,11 @@ var require_DescribeStackSetOperationCommand = __commonJS({
|
|
|
56042
56042
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
56043
56043
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeStackSetOperationCommand.getEndpointParameterInstructions()));
|
|
56044
56044
|
const stack = clientStack.concat(this.middlewareStack);
|
|
56045
|
-
const { logger } = configuration;
|
|
56045
|
+
const { logger: logger2 } = configuration;
|
|
56046
56046
|
const clientName = "CloudFormationClient";
|
|
56047
56047
|
const commandName = "DescribeStackSetOperationCommand";
|
|
56048
56048
|
const handlerExecutionContext = {
|
|
56049
|
-
logger,
|
|
56049
|
+
logger: logger2,
|
|
56050
56050
|
clientName,
|
|
56051
56051
|
commandName,
|
|
56052
56052
|
inputFilterSensitiveLog: models_0_1.DescribeStackSetOperationInputFilterSensitiveLog,
|
|
@@ -56095,11 +56095,11 @@ var require_DescribeTypeCommand = __commonJS({
|
|
|
56095
56095
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
56096
56096
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeTypeCommand.getEndpointParameterInstructions()));
|
|
56097
56097
|
const stack = clientStack.concat(this.middlewareStack);
|
|
56098
|
-
const { logger } = configuration;
|
|
56098
|
+
const { logger: logger2 } = configuration;
|
|
56099
56099
|
const clientName = "CloudFormationClient";
|
|
56100
56100
|
const commandName = "DescribeTypeCommand";
|
|
56101
56101
|
const handlerExecutionContext = {
|
|
56102
|
-
logger,
|
|
56102
|
+
logger: logger2,
|
|
56103
56103
|
clientName,
|
|
56104
56104
|
commandName,
|
|
56105
56105
|
inputFilterSensitiveLog: models_0_1.DescribeTypeInputFilterSensitiveLog,
|
|
@@ -56148,11 +56148,11 @@ var require_DescribeTypeRegistrationCommand = __commonJS({
|
|
|
56148
56148
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
56149
56149
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeTypeRegistrationCommand.getEndpointParameterInstructions()));
|
|
56150
56150
|
const stack = clientStack.concat(this.middlewareStack);
|
|
56151
|
-
const { logger } = configuration;
|
|
56151
|
+
const { logger: logger2 } = configuration;
|
|
56152
56152
|
const clientName = "CloudFormationClient";
|
|
56153
56153
|
const commandName = "DescribeTypeRegistrationCommand";
|
|
56154
56154
|
const handlerExecutionContext = {
|
|
56155
|
-
logger,
|
|
56155
|
+
logger: logger2,
|
|
56156
56156
|
clientName,
|
|
56157
56157
|
commandName,
|
|
56158
56158
|
inputFilterSensitiveLog: models_0_1.DescribeTypeRegistrationInputFilterSensitiveLog,
|
|
@@ -56201,11 +56201,11 @@ var require_DetectStackDriftCommand = __commonJS({
|
|
|
56201
56201
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
56202
56202
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DetectStackDriftCommand.getEndpointParameterInstructions()));
|
|
56203
56203
|
const stack = clientStack.concat(this.middlewareStack);
|
|
56204
|
-
const { logger } = configuration;
|
|
56204
|
+
const { logger: logger2 } = configuration;
|
|
56205
56205
|
const clientName = "CloudFormationClient";
|
|
56206
56206
|
const commandName = "DetectStackDriftCommand";
|
|
56207
56207
|
const handlerExecutionContext = {
|
|
56208
|
-
logger,
|
|
56208
|
+
logger: logger2,
|
|
56209
56209
|
clientName,
|
|
56210
56210
|
commandName,
|
|
56211
56211
|
inputFilterSensitiveLog: models_0_1.DetectStackDriftInputFilterSensitiveLog,
|
|
@@ -56254,11 +56254,11 @@ var require_DetectStackResourceDriftCommand = __commonJS({
|
|
|
56254
56254
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
56255
56255
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DetectStackResourceDriftCommand.getEndpointParameterInstructions()));
|
|
56256
56256
|
const stack = clientStack.concat(this.middlewareStack);
|
|
56257
|
-
const { logger } = configuration;
|
|
56257
|
+
const { logger: logger2 } = configuration;
|
|
56258
56258
|
const clientName = "CloudFormationClient";
|
|
56259
56259
|
const commandName = "DetectStackResourceDriftCommand";
|
|
56260
56260
|
const handlerExecutionContext = {
|
|
56261
|
-
logger,
|
|
56261
|
+
logger: logger2,
|
|
56262
56262
|
clientName,
|
|
56263
56263
|
commandName,
|
|
56264
56264
|
inputFilterSensitiveLog: models_0_1.DetectStackResourceDriftInputFilterSensitiveLog,
|
|
@@ -56307,11 +56307,11 @@ var require_DetectStackSetDriftCommand = __commonJS({
|
|
|
56307
56307
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
56308
56308
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DetectStackSetDriftCommand.getEndpointParameterInstructions()));
|
|
56309
56309
|
const stack = clientStack.concat(this.middlewareStack);
|
|
56310
|
-
const { logger } = configuration;
|
|
56310
|
+
const { logger: logger2 } = configuration;
|
|
56311
56311
|
const clientName = "CloudFormationClient";
|
|
56312
56312
|
const commandName = "DetectStackSetDriftCommand";
|
|
56313
56313
|
const handlerExecutionContext = {
|
|
56314
|
-
logger,
|
|
56314
|
+
logger: logger2,
|
|
56315
56315
|
clientName,
|
|
56316
56316
|
commandName,
|
|
56317
56317
|
inputFilterSensitiveLog: models_0_1.DetectStackSetDriftInputFilterSensitiveLog,
|
|
@@ -56360,11 +56360,11 @@ var require_EstimateTemplateCostCommand = __commonJS({
|
|
|
56360
56360
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
56361
56361
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, EstimateTemplateCostCommand.getEndpointParameterInstructions()));
|
|
56362
56362
|
const stack = clientStack.concat(this.middlewareStack);
|
|
56363
|
-
const { logger } = configuration;
|
|
56363
|
+
const { logger: logger2 } = configuration;
|
|
56364
56364
|
const clientName = "CloudFormationClient";
|
|
56365
56365
|
const commandName = "EstimateTemplateCostCommand";
|
|
56366
56366
|
const handlerExecutionContext = {
|
|
56367
|
-
logger,
|
|
56367
|
+
logger: logger2,
|
|
56368
56368
|
clientName,
|
|
56369
56369
|
commandName,
|
|
56370
56370
|
inputFilterSensitiveLog: models_0_1.EstimateTemplateCostInputFilterSensitiveLog,
|
|
@@ -56413,11 +56413,11 @@ var require_ExecuteChangeSetCommand = __commonJS({
|
|
|
56413
56413
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
56414
56414
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ExecuteChangeSetCommand.getEndpointParameterInstructions()));
|
|
56415
56415
|
const stack = clientStack.concat(this.middlewareStack);
|
|
56416
|
-
const { logger } = configuration;
|
|
56416
|
+
const { logger: logger2 } = configuration;
|
|
56417
56417
|
const clientName = "CloudFormationClient";
|
|
56418
56418
|
const commandName = "ExecuteChangeSetCommand";
|
|
56419
56419
|
const handlerExecutionContext = {
|
|
56420
|
-
logger,
|
|
56420
|
+
logger: logger2,
|
|
56421
56421
|
clientName,
|
|
56422
56422
|
commandName,
|
|
56423
56423
|
inputFilterSensitiveLog: models_0_1.ExecuteChangeSetInputFilterSensitiveLog,
|
|
@@ -56466,11 +56466,11 @@ var require_GetStackPolicyCommand = __commonJS({
|
|
|
56466
56466
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
56467
56467
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetStackPolicyCommand.getEndpointParameterInstructions()));
|
|
56468
56468
|
const stack = clientStack.concat(this.middlewareStack);
|
|
56469
|
-
const { logger } = configuration;
|
|
56469
|
+
const { logger: logger2 } = configuration;
|
|
56470
56470
|
const clientName = "CloudFormationClient";
|
|
56471
56471
|
const commandName = "GetStackPolicyCommand";
|
|
56472
56472
|
const handlerExecutionContext = {
|
|
56473
|
-
logger,
|
|
56473
|
+
logger: logger2,
|
|
56474
56474
|
clientName,
|
|
56475
56475
|
commandName,
|
|
56476
56476
|
inputFilterSensitiveLog: models_0_1.GetStackPolicyInputFilterSensitiveLog,
|
|
@@ -56519,11 +56519,11 @@ var require_GetTemplateCommand = __commonJS({
|
|
|
56519
56519
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
56520
56520
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetTemplateCommand.getEndpointParameterInstructions()));
|
|
56521
56521
|
const stack = clientStack.concat(this.middlewareStack);
|
|
56522
|
-
const { logger } = configuration;
|
|
56522
|
+
const { logger: logger2 } = configuration;
|
|
56523
56523
|
const clientName = "CloudFormationClient";
|
|
56524
56524
|
const commandName = "GetTemplateCommand";
|
|
56525
56525
|
const handlerExecutionContext = {
|
|
56526
|
-
logger,
|
|
56526
|
+
logger: logger2,
|
|
56527
56527
|
clientName,
|
|
56528
56528
|
commandName,
|
|
56529
56529
|
inputFilterSensitiveLog: models_0_1.GetTemplateInputFilterSensitiveLog,
|
|
@@ -56572,11 +56572,11 @@ var require_GetTemplateSummaryCommand = __commonJS({
|
|
|
56572
56572
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
56573
56573
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetTemplateSummaryCommand.getEndpointParameterInstructions()));
|
|
56574
56574
|
const stack = clientStack.concat(this.middlewareStack);
|
|
56575
|
-
const { logger } = configuration;
|
|
56575
|
+
const { logger: logger2 } = configuration;
|
|
56576
56576
|
const clientName = "CloudFormationClient";
|
|
56577
56577
|
const commandName = "GetTemplateSummaryCommand";
|
|
56578
56578
|
const handlerExecutionContext = {
|
|
56579
|
-
logger,
|
|
56579
|
+
logger: logger2,
|
|
56580
56580
|
clientName,
|
|
56581
56581
|
commandName,
|
|
56582
56582
|
inputFilterSensitiveLog: models_0_1.GetTemplateSummaryInputFilterSensitiveLog,
|
|
@@ -56625,11 +56625,11 @@ var require_ImportStacksToStackSetCommand = __commonJS({
|
|
|
56625
56625
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
56626
56626
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ImportStacksToStackSetCommand.getEndpointParameterInstructions()));
|
|
56627
56627
|
const stack = clientStack.concat(this.middlewareStack);
|
|
56628
|
-
const { logger } = configuration;
|
|
56628
|
+
const { logger: logger2 } = configuration;
|
|
56629
56629
|
const clientName = "CloudFormationClient";
|
|
56630
56630
|
const commandName = "ImportStacksToStackSetCommand";
|
|
56631
56631
|
const handlerExecutionContext = {
|
|
56632
|
-
logger,
|
|
56632
|
+
logger: logger2,
|
|
56633
56633
|
clientName,
|
|
56634
56634
|
commandName,
|
|
56635
56635
|
inputFilterSensitiveLog: models_0_1.ImportStacksToStackSetInputFilterSensitiveLog,
|
|
@@ -56678,11 +56678,11 @@ var require_ListChangeSetsCommand = __commonJS({
|
|
|
56678
56678
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
56679
56679
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListChangeSetsCommand.getEndpointParameterInstructions()));
|
|
56680
56680
|
const stack = clientStack.concat(this.middlewareStack);
|
|
56681
|
-
const { logger } = configuration;
|
|
56681
|
+
const { logger: logger2 } = configuration;
|
|
56682
56682
|
const clientName = "CloudFormationClient";
|
|
56683
56683
|
const commandName = "ListChangeSetsCommand";
|
|
56684
56684
|
const handlerExecutionContext = {
|
|
56685
|
-
logger,
|
|
56685
|
+
logger: logger2,
|
|
56686
56686
|
clientName,
|
|
56687
56687
|
commandName,
|
|
56688
56688
|
inputFilterSensitiveLog: models_0_1.ListChangeSetsInputFilterSensitiveLog,
|
|
@@ -56731,11 +56731,11 @@ var require_ListExportsCommand = __commonJS({
|
|
|
56731
56731
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
56732
56732
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListExportsCommand.getEndpointParameterInstructions()));
|
|
56733
56733
|
const stack = clientStack.concat(this.middlewareStack);
|
|
56734
|
-
const { logger } = configuration;
|
|
56734
|
+
const { logger: logger2 } = configuration;
|
|
56735
56735
|
const clientName = "CloudFormationClient";
|
|
56736
56736
|
const commandName = "ListExportsCommand";
|
|
56737
56737
|
const handlerExecutionContext = {
|
|
56738
|
-
logger,
|
|
56738
|
+
logger: logger2,
|
|
56739
56739
|
clientName,
|
|
56740
56740
|
commandName,
|
|
56741
56741
|
inputFilterSensitiveLog: models_0_1.ListExportsInputFilterSensitiveLog,
|
|
@@ -56784,11 +56784,11 @@ var require_ListImportsCommand = __commonJS({
|
|
|
56784
56784
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
56785
56785
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListImportsCommand.getEndpointParameterInstructions()));
|
|
56786
56786
|
const stack = clientStack.concat(this.middlewareStack);
|
|
56787
|
-
const { logger } = configuration;
|
|
56787
|
+
const { logger: logger2 } = configuration;
|
|
56788
56788
|
const clientName = "CloudFormationClient";
|
|
56789
56789
|
const commandName = "ListImportsCommand";
|
|
56790
56790
|
const handlerExecutionContext = {
|
|
56791
|
-
logger,
|
|
56791
|
+
logger: logger2,
|
|
56792
56792
|
clientName,
|
|
56793
56793
|
commandName,
|
|
56794
56794
|
inputFilterSensitiveLog: models_0_1.ListImportsInputFilterSensitiveLog,
|
|
@@ -56837,11 +56837,11 @@ var require_ListStackInstancesCommand = __commonJS({
|
|
|
56837
56837
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
56838
56838
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListStackInstancesCommand.getEndpointParameterInstructions()));
|
|
56839
56839
|
const stack = clientStack.concat(this.middlewareStack);
|
|
56840
|
-
const { logger } = configuration;
|
|
56840
|
+
const { logger: logger2 } = configuration;
|
|
56841
56841
|
const clientName = "CloudFormationClient";
|
|
56842
56842
|
const commandName = "ListStackInstancesCommand";
|
|
56843
56843
|
const handlerExecutionContext = {
|
|
56844
|
-
logger,
|
|
56844
|
+
logger: logger2,
|
|
56845
56845
|
clientName,
|
|
56846
56846
|
commandName,
|
|
56847
56847
|
inputFilterSensitiveLog: models_0_1.ListStackInstancesInputFilterSensitiveLog,
|
|
@@ -56890,11 +56890,11 @@ var require_ListStackResourcesCommand = __commonJS({
|
|
|
56890
56890
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
56891
56891
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListStackResourcesCommand.getEndpointParameterInstructions()));
|
|
56892
56892
|
const stack = clientStack.concat(this.middlewareStack);
|
|
56893
|
-
const { logger } = configuration;
|
|
56893
|
+
const { logger: logger2 } = configuration;
|
|
56894
56894
|
const clientName = "CloudFormationClient";
|
|
56895
56895
|
const commandName = "ListStackResourcesCommand";
|
|
56896
56896
|
const handlerExecutionContext = {
|
|
56897
|
-
logger,
|
|
56897
|
+
logger: logger2,
|
|
56898
56898
|
clientName,
|
|
56899
56899
|
commandName,
|
|
56900
56900
|
inputFilterSensitiveLog: models_0_1.ListStackResourcesInputFilterSensitiveLog,
|
|
@@ -56943,11 +56943,11 @@ var require_ListStacksCommand = __commonJS({
|
|
|
56943
56943
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
56944
56944
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListStacksCommand.getEndpointParameterInstructions()));
|
|
56945
56945
|
const stack = clientStack.concat(this.middlewareStack);
|
|
56946
|
-
const { logger } = configuration;
|
|
56946
|
+
const { logger: logger2 } = configuration;
|
|
56947
56947
|
const clientName = "CloudFormationClient";
|
|
56948
56948
|
const commandName = "ListStacksCommand";
|
|
56949
56949
|
const handlerExecutionContext = {
|
|
56950
|
-
logger,
|
|
56950
|
+
logger: logger2,
|
|
56951
56951
|
clientName,
|
|
56952
56952
|
commandName,
|
|
56953
56953
|
inputFilterSensitiveLog: models_0_1.ListStacksInputFilterSensitiveLog,
|
|
@@ -56996,11 +56996,11 @@ var require_ListStackSetOperationResultsCommand = __commonJS({
|
|
|
56996
56996
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
56997
56997
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListStackSetOperationResultsCommand.getEndpointParameterInstructions()));
|
|
56998
56998
|
const stack = clientStack.concat(this.middlewareStack);
|
|
56999
|
-
const { logger } = configuration;
|
|
56999
|
+
const { logger: logger2 } = configuration;
|
|
57000
57000
|
const clientName = "CloudFormationClient";
|
|
57001
57001
|
const commandName = "ListStackSetOperationResultsCommand";
|
|
57002
57002
|
const handlerExecutionContext = {
|
|
57003
|
-
logger,
|
|
57003
|
+
logger: logger2,
|
|
57004
57004
|
clientName,
|
|
57005
57005
|
commandName,
|
|
57006
57006
|
inputFilterSensitiveLog: models_0_1.ListStackSetOperationResultsInputFilterSensitiveLog,
|
|
@@ -57049,11 +57049,11 @@ var require_ListStackSetOperationsCommand = __commonJS({
|
|
|
57049
57049
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
57050
57050
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListStackSetOperationsCommand.getEndpointParameterInstructions()));
|
|
57051
57051
|
const stack = clientStack.concat(this.middlewareStack);
|
|
57052
|
-
const { logger } = configuration;
|
|
57052
|
+
const { logger: logger2 } = configuration;
|
|
57053
57053
|
const clientName = "CloudFormationClient";
|
|
57054
57054
|
const commandName = "ListStackSetOperationsCommand";
|
|
57055
57055
|
const handlerExecutionContext = {
|
|
57056
|
-
logger,
|
|
57056
|
+
logger: logger2,
|
|
57057
57057
|
clientName,
|
|
57058
57058
|
commandName,
|
|
57059
57059
|
inputFilterSensitiveLog: models_0_1.ListStackSetOperationsInputFilterSensitiveLog,
|
|
@@ -57102,11 +57102,11 @@ var require_ListStackSetsCommand = __commonJS({
|
|
|
57102
57102
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
57103
57103
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListStackSetsCommand.getEndpointParameterInstructions()));
|
|
57104
57104
|
const stack = clientStack.concat(this.middlewareStack);
|
|
57105
|
-
const { logger } = configuration;
|
|
57105
|
+
const { logger: logger2 } = configuration;
|
|
57106
57106
|
const clientName = "CloudFormationClient";
|
|
57107
57107
|
const commandName = "ListStackSetsCommand";
|
|
57108
57108
|
const handlerExecutionContext = {
|
|
57109
|
-
logger,
|
|
57109
|
+
logger: logger2,
|
|
57110
57110
|
clientName,
|
|
57111
57111
|
commandName,
|
|
57112
57112
|
inputFilterSensitiveLog: models_0_1.ListStackSetsInputFilterSensitiveLog,
|
|
@@ -57155,11 +57155,11 @@ var require_ListTypeRegistrationsCommand = __commonJS({
|
|
|
57155
57155
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
57156
57156
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListTypeRegistrationsCommand.getEndpointParameterInstructions()));
|
|
57157
57157
|
const stack = clientStack.concat(this.middlewareStack);
|
|
57158
|
-
const { logger } = configuration;
|
|
57158
|
+
const { logger: logger2 } = configuration;
|
|
57159
57159
|
const clientName = "CloudFormationClient";
|
|
57160
57160
|
const commandName = "ListTypeRegistrationsCommand";
|
|
57161
57161
|
const handlerExecutionContext = {
|
|
57162
|
-
logger,
|
|
57162
|
+
logger: logger2,
|
|
57163
57163
|
clientName,
|
|
57164
57164
|
commandName,
|
|
57165
57165
|
inputFilterSensitiveLog: models_0_1.ListTypeRegistrationsInputFilterSensitiveLog,
|
|
@@ -57208,11 +57208,11 @@ var require_ListTypesCommand = __commonJS({
|
|
|
57208
57208
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
57209
57209
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListTypesCommand.getEndpointParameterInstructions()));
|
|
57210
57210
|
const stack = clientStack.concat(this.middlewareStack);
|
|
57211
|
-
const { logger } = configuration;
|
|
57211
|
+
const { logger: logger2 } = configuration;
|
|
57212
57212
|
const clientName = "CloudFormationClient";
|
|
57213
57213
|
const commandName = "ListTypesCommand";
|
|
57214
57214
|
const handlerExecutionContext = {
|
|
57215
|
-
logger,
|
|
57215
|
+
logger: logger2,
|
|
57216
57216
|
clientName,
|
|
57217
57217
|
commandName,
|
|
57218
57218
|
inputFilterSensitiveLog: models_0_1.ListTypesInputFilterSensitiveLog,
|
|
@@ -57261,11 +57261,11 @@ var require_ListTypeVersionsCommand = __commonJS({
|
|
|
57261
57261
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
57262
57262
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListTypeVersionsCommand.getEndpointParameterInstructions()));
|
|
57263
57263
|
const stack = clientStack.concat(this.middlewareStack);
|
|
57264
|
-
const { logger } = configuration;
|
|
57264
|
+
const { logger: logger2 } = configuration;
|
|
57265
57265
|
const clientName = "CloudFormationClient";
|
|
57266
57266
|
const commandName = "ListTypeVersionsCommand";
|
|
57267
57267
|
const handlerExecutionContext = {
|
|
57268
|
-
logger,
|
|
57268
|
+
logger: logger2,
|
|
57269
57269
|
clientName,
|
|
57270
57270
|
commandName,
|
|
57271
57271
|
inputFilterSensitiveLog: models_0_1.ListTypeVersionsInputFilterSensitiveLog,
|
|
@@ -57314,11 +57314,11 @@ var require_PublishTypeCommand = __commonJS({
|
|
|
57314
57314
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
57315
57315
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, PublishTypeCommand.getEndpointParameterInstructions()));
|
|
57316
57316
|
const stack = clientStack.concat(this.middlewareStack);
|
|
57317
|
-
const { logger } = configuration;
|
|
57317
|
+
const { logger: logger2 } = configuration;
|
|
57318
57318
|
const clientName = "CloudFormationClient";
|
|
57319
57319
|
const commandName = "PublishTypeCommand";
|
|
57320
57320
|
const handlerExecutionContext = {
|
|
57321
|
-
logger,
|
|
57321
|
+
logger: logger2,
|
|
57322
57322
|
clientName,
|
|
57323
57323
|
commandName,
|
|
57324
57324
|
inputFilterSensitiveLog: models_0_1.PublishTypeInputFilterSensitiveLog,
|
|
@@ -57367,11 +57367,11 @@ var require_RecordHandlerProgressCommand = __commonJS({
|
|
|
57367
57367
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
57368
57368
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, RecordHandlerProgressCommand.getEndpointParameterInstructions()));
|
|
57369
57369
|
const stack = clientStack.concat(this.middlewareStack);
|
|
57370
|
-
const { logger } = configuration;
|
|
57370
|
+
const { logger: logger2 } = configuration;
|
|
57371
57371
|
const clientName = "CloudFormationClient";
|
|
57372
57372
|
const commandName = "RecordHandlerProgressCommand";
|
|
57373
57373
|
const handlerExecutionContext = {
|
|
57374
|
-
logger,
|
|
57374
|
+
logger: logger2,
|
|
57375
57375
|
clientName,
|
|
57376
57376
|
commandName,
|
|
57377
57377
|
inputFilterSensitiveLog: models_0_1.RecordHandlerProgressInputFilterSensitiveLog,
|
|
@@ -57420,11 +57420,11 @@ var require_RegisterPublisherCommand = __commonJS({
|
|
|
57420
57420
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
57421
57421
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, RegisterPublisherCommand.getEndpointParameterInstructions()));
|
|
57422
57422
|
const stack = clientStack.concat(this.middlewareStack);
|
|
57423
|
-
const { logger } = configuration;
|
|
57423
|
+
const { logger: logger2 } = configuration;
|
|
57424
57424
|
const clientName = "CloudFormationClient";
|
|
57425
57425
|
const commandName = "RegisterPublisherCommand";
|
|
57426
57426
|
const handlerExecutionContext = {
|
|
57427
|
-
logger,
|
|
57427
|
+
logger: logger2,
|
|
57428
57428
|
clientName,
|
|
57429
57429
|
commandName,
|
|
57430
57430
|
inputFilterSensitiveLog: models_0_1.RegisterPublisherInputFilterSensitiveLog,
|
|
@@ -57473,11 +57473,11 @@ var require_RegisterTypeCommand = __commonJS({
|
|
|
57473
57473
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
57474
57474
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, RegisterTypeCommand.getEndpointParameterInstructions()));
|
|
57475
57475
|
const stack = clientStack.concat(this.middlewareStack);
|
|
57476
|
-
const { logger } = configuration;
|
|
57476
|
+
const { logger: logger2 } = configuration;
|
|
57477
57477
|
const clientName = "CloudFormationClient";
|
|
57478
57478
|
const commandName = "RegisterTypeCommand";
|
|
57479
57479
|
const handlerExecutionContext = {
|
|
57480
|
-
logger,
|
|
57480
|
+
logger: logger2,
|
|
57481
57481
|
clientName,
|
|
57482
57482
|
commandName,
|
|
57483
57483
|
inputFilterSensitiveLog: models_0_1.RegisterTypeInputFilterSensitiveLog,
|
|
@@ -57526,11 +57526,11 @@ var require_RollbackStackCommand = __commonJS({
|
|
|
57526
57526
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
57527
57527
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, RollbackStackCommand.getEndpointParameterInstructions()));
|
|
57528
57528
|
const stack = clientStack.concat(this.middlewareStack);
|
|
57529
|
-
const { logger } = configuration;
|
|
57529
|
+
const { logger: logger2 } = configuration;
|
|
57530
57530
|
const clientName = "CloudFormationClient";
|
|
57531
57531
|
const commandName = "RollbackStackCommand";
|
|
57532
57532
|
const handlerExecutionContext = {
|
|
57533
|
-
logger,
|
|
57533
|
+
logger: logger2,
|
|
57534
57534
|
clientName,
|
|
57535
57535
|
commandName,
|
|
57536
57536
|
inputFilterSensitiveLog: models_0_1.RollbackStackInputFilterSensitiveLog,
|
|
@@ -57579,11 +57579,11 @@ var require_SetStackPolicyCommand = __commonJS({
|
|
|
57579
57579
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
57580
57580
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, SetStackPolicyCommand.getEndpointParameterInstructions()));
|
|
57581
57581
|
const stack = clientStack.concat(this.middlewareStack);
|
|
57582
|
-
const { logger } = configuration;
|
|
57582
|
+
const { logger: logger2 } = configuration;
|
|
57583
57583
|
const clientName = "CloudFormationClient";
|
|
57584
57584
|
const commandName = "SetStackPolicyCommand";
|
|
57585
57585
|
const handlerExecutionContext = {
|
|
57586
|
-
logger,
|
|
57586
|
+
logger: logger2,
|
|
57587
57587
|
clientName,
|
|
57588
57588
|
commandName,
|
|
57589
57589
|
inputFilterSensitiveLog: models_0_1.SetStackPolicyInputFilterSensitiveLog,
|
|
@@ -57632,11 +57632,11 @@ var require_SetTypeConfigurationCommand = __commonJS({
|
|
|
57632
57632
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
57633
57633
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, SetTypeConfigurationCommand.getEndpointParameterInstructions()));
|
|
57634
57634
|
const stack = clientStack.concat(this.middlewareStack);
|
|
57635
|
-
const { logger } = configuration;
|
|
57635
|
+
const { logger: logger2 } = configuration;
|
|
57636
57636
|
const clientName = "CloudFormationClient";
|
|
57637
57637
|
const commandName = "SetTypeConfigurationCommand";
|
|
57638
57638
|
const handlerExecutionContext = {
|
|
57639
|
-
logger,
|
|
57639
|
+
logger: logger2,
|
|
57640
57640
|
clientName,
|
|
57641
57641
|
commandName,
|
|
57642
57642
|
inputFilterSensitiveLog: models_0_1.SetTypeConfigurationInputFilterSensitiveLog,
|
|
@@ -57685,11 +57685,11 @@ var require_SetTypeDefaultVersionCommand = __commonJS({
|
|
|
57685
57685
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
57686
57686
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, SetTypeDefaultVersionCommand.getEndpointParameterInstructions()));
|
|
57687
57687
|
const stack = clientStack.concat(this.middlewareStack);
|
|
57688
|
-
const { logger } = configuration;
|
|
57688
|
+
const { logger: logger2 } = configuration;
|
|
57689
57689
|
const clientName = "CloudFormationClient";
|
|
57690
57690
|
const commandName = "SetTypeDefaultVersionCommand";
|
|
57691
57691
|
const handlerExecutionContext = {
|
|
57692
|
-
logger,
|
|
57692
|
+
logger: logger2,
|
|
57693
57693
|
clientName,
|
|
57694
57694
|
commandName,
|
|
57695
57695
|
inputFilterSensitiveLog: models_0_1.SetTypeDefaultVersionInputFilterSensitiveLog,
|
|
@@ -57738,11 +57738,11 @@ var require_SignalResourceCommand = __commonJS({
|
|
|
57738
57738
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
57739
57739
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, SignalResourceCommand.getEndpointParameterInstructions()));
|
|
57740
57740
|
const stack = clientStack.concat(this.middlewareStack);
|
|
57741
|
-
const { logger } = configuration;
|
|
57741
|
+
const { logger: logger2 } = configuration;
|
|
57742
57742
|
const clientName = "CloudFormationClient";
|
|
57743
57743
|
const commandName = "SignalResourceCommand";
|
|
57744
57744
|
const handlerExecutionContext = {
|
|
57745
|
-
logger,
|
|
57745
|
+
logger: logger2,
|
|
57746
57746
|
clientName,
|
|
57747
57747
|
commandName,
|
|
57748
57748
|
inputFilterSensitiveLog: models_0_1.SignalResourceInputFilterSensitiveLog,
|
|
@@ -57791,11 +57791,11 @@ var require_StopStackSetOperationCommand = __commonJS({
|
|
|
57791
57791
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
57792
57792
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StopStackSetOperationCommand.getEndpointParameterInstructions()));
|
|
57793
57793
|
const stack = clientStack.concat(this.middlewareStack);
|
|
57794
|
-
const { logger } = configuration;
|
|
57794
|
+
const { logger: logger2 } = configuration;
|
|
57795
57795
|
const clientName = "CloudFormationClient";
|
|
57796
57796
|
const commandName = "StopStackSetOperationCommand";
|
|
57797
57797
|
const handlerExecutionContext = {
|
|
57798
|
-
logger,
|
|
57798
|
+
logger: logger2,
|
|
57799
57799
|
clientName,
|
|
57800
57800
|
commandName,
|
|
57801
57801
|
inputFilterSensitiveLog: models_0_1.StopStackSetOperationInputFilterSensitiveLog,
|
|
@@ -57844,11 +57844,11 @@ var require_TestTypeCommand = __commonJS({
|
|
|
57844
57844
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
57845
57845
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, TestTypeCommand.getEndpointParameterInstructions()));
|
|
57846
57846
|
const stack = clientStack.concat(this.middlewareStack);
|
|
57847
|
-
const { logger } = configuration;
|
|
57847
|
+
const { logger: logger2 } = configuration;
|
|
57848
57848
|
const clientName = "CloudFormationClient";
|
|
57849
57849
|
const commandName = "TestTypeCommand";
|
|
57850
57850
|
const handlerExecutionContext = {
|
|
57851
|
-
logger,
|
|
57851
|
+
logger: logger2,
|
|
57852
57852
|
clientName,
|
|
57853
57853
|
commandName,
|
|
57854
57854
|
inputFilterSensitiveLog: models_0_1.TestTypeInputFilterSensitiveLog,
|
|
@@ -57897,11 +57897,11 @@ var require_UpdateStackCommand = __commonJS({
|
|
|
57897
57897
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
57898
57898
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateStackCommand.getEndpointParameterInstructions()));
|
|
57899
57899
|
const stack = clientStack.concat(this.middlewareStack);
|
|
57900
|
-
const { logger } = configuration;
|
|
57900
|
+
const { logger: logger2 } = configuration;
|
|
57901
57901
|
const clientName = "CloudFormationClient";
|
|
57902
57902
|
const commandName = "UpdateStackCommand";
|
|
57903
57903
|
const handlerExecutionContext = {
|
|
57904
|
-
logger,
|
|
57904
|
+
logger: logger2,
|
|
57905
57905
|
clientName,
|
|
57906
57906
|
commandName,
|
|
57907
57907
|
inputFilterSensitiveLog: models_0_1.UpdateStackInputFilterSensitiveLog,
|
|
@@ -57950,11 +57950,11 @@ var require_UpdateStackInstancesCommand = __commonJS({
|
|
|
57950
57950
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
57951
57951
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateStackInstancesCommand.getEndpointParameterInstructions()));
|
|
57952
57952
|
const stack = clientStack.concat(this.middlewareStack);
|
|
57953
|
-
const { logger } = configuration;
|
|
57953
|
+
const { logger: logger2 } = configuration;
|
|
57954
57954
|
const clientName = "CloudFormationClient";
|
|
57955
57955
|
const commandName = "UpdateStackInstancesCommand";
|
|
57956
57956
|
const handlerExecutionContext = {
|
|
57957
|
-
logger,
|
|
57957
|
+
logger: logger2,
|
|
57958
57958
|
clientName,
|
|
57959
57959
|
commandName,
|
|
57960
57960
|
inputFilterSensitiveLog: models_0_1.UpdateStackInstancesInputFilterSensitiveLog,
|
|
@@ -58003,11 +58003,11 @@ var require_UpdateStackSetCommand = __commonJS({
|
|
|
58003
58003
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
58004
58004
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateStackSetCommand.getEndpointParameterInstructions()));
|
|
58005
58005
|
const stack = clientStack.concat(this.middlewareStack);
|
|
58006
|
-
const { logger } = configuration;
|
|
58006
|
+
const { logger: logger2 } = configuration;
|
|
58007
58007
|
const clientName = "CloudFormationClient";
|
|
58008
58008
|
const commandName = "UpdateStackSetCommand";
|
|
58009
58009
|
const handlerExecutionContext = {
|
|
58010
|
-
logger,
|
|
58010
|
+
logger: logger2,
|
|
58011
58011
|
clientName,
|
|
58012
58012
|
commandName,
|
|
58013
58013
|
inputFilterSensitiveLog: models_0_1.UpdateStackSetInputFilterSensitiveLog,
|
|
@@ -58056,11 +58056,11 @@ var require_UpdateTerminationProtectionCommand = __commonJS({
|
|
|
58056
58056
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
58057
58057
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateTerminationProtectionCommand.getEndpointParameterInstructions()));
|
|
58058
58058
|
const stack = clientStack.concat(this.middlewareStack);
|
|
58059
|
-
const { logger } = configuration;
|
|
58059
|
+
const { logger: logger2 } = configuration;
|
|
58060
58060
|
const clientName = "CloudFormationClient";
|
|
58061
58061
|
const commandName = "UpdateTerminationProtectionCommand";
|
|
58062
58062
|
const handlerExecutionContext = {
|
|
58063
|
-
logger,
|
|
58063
|
+
logger: logger2,
|
|
58064
58064
|
clientName,
|
|
58065
58065
|
commandName,
|
|
58066
58066
|
inputFilterSensitiveLog: models_0_1.UpdateTerminationProtectionInputFilterSensitiveLog,
|
|
@@ -58109,11 +58109,11 @@ var require_ValidateTemplateCommand = __commonJS({
|
|
|
58109
58109
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
58110
58110
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ValidateTemplateCommand.getEndpointParameterInstructions()));
|
|
58111
58111
|
const stack = clientStack.concat(this.middlewareStack);
|
|
58112
|
-
const { logger } = configuration;
|
|
58112
|
+
const { logger: logger2 } = configuration;
|
|
58113
58113
|
const clientName = "CloudFormationClient";
|
|
58114
58114
|
const commandName = "ValidateTemplateCommand";
|
|
58115
58115
|
const handlerExecutionContext = {
|
|
58116
|
-
logger,
|
|
58116
|
+
logger: logger2,
|
|
58117
58117
|
clientName,
|
|
58118
58118
|
commandName,
|
|
58119
58119
|
inputFilterSensitiveLog: models_0_1.ValidateTemplateInputFilterSensitiveLog,
|
|
@@ -60543,30 +60543,26 @@ var require_dist_cjs78 = __commonJS({
|
|
|
60543
60543
|
var import_client_s3 = __toESM(require_dist_cjs76(), 1);
|
|
60544
60544
|
var import_client_iot_data_plane = __toESM(require_dist_cjs77(), 1);
|
|
60545
60545
|
var import_client_cloudformation = __toESM(require_dist_cjs78(), 1);
|
|
60546
|
-
var
|
|
60547
|
-
|
|
60548
|
-
|
|
60546
|
+
var logger = { ...console, trace: () => {
|
|
60547
|
+
}, debug: () => {
|
|
60548
|
+
} };
|
|
60549
|
+
var s3 = new import_client_s3.S3Client({ logger });
|
|
60550
|
+
var iot = new import_client_iot_data_plane.IoTDataPlaneClient({ logger });
|
|
60551
|
+
var cf = new import_client_cloudformation.CloudFormationClient({ logger });
|
|
60549
60552
|
var BUCKET_NAME = process.env.BUCKET_NAME;
|
|
60550
60553
|
async function handler(event) {
|
|
60551
|
-
console.log("SQS event:", event);
|
|
60552
|
-
for (const record of event.Records) {
|
|
60553
|
-
await processRecord(JSON.parse(record.body));
|
|
60554
|
-
}
|
|
60555
|
-
}
|
|
60556
|
-
__name(handler, "handler");
|
|
60557
|
-
async function processRecord(record) {
|
|
60558
60554
|
console.log("EventBridge event details:", {
|
|
60559
|
-
source:
|
|
60560
|
-
detailType:
|
|
60555
|
+
source: event.source,
|
|
60556
|
+
detailType: event["detail-type"]
|
|
60561
60557
|
});
|
|
60562
|
-
if (
|
|
60558
|
+
if (event.source !== "aws.cloudformation" || event["detail-type"] !== "CloudFormation Stack Status Change") {
|
|
60563
60559
|
return;
|
|
60564
60560
|
}
|
|
60565
|
-
const stackStatus =
|
|
60561
|
+
const stackStatus = event.detail["status-details"]?.status;
|
|
60566
60562
|
if (!stackStatus.endsWith("_COMPLETE")) {
|
|
60567
60563
|
return;
|
|
60568
60564
|
}
|
|
60569
|
-
const stack =
|
|
60565
|
+
const stack = event.detail["stack-id"];
|
|
60570
60566
|
console.log("Stack id:", stack);
|
|
60571
60567
|
const res = await getMetadata(stack);
|
|
60572
60568
|
if (!res) {
|
|
@@ -60583,7 +60579,7 @@ async function processRecord(record) {
|
|
|
60583
60579
|
await sendIotEvent(app, stage, `stacks.metadata.updated`);
|
|
60584
60580
|
}
|
|
60585
60581
|
}
|
|
60586
|
-
__name(
|
|
60582
|
+
__name(handler, "handler");
|
|
60587
60583
|
async function sendIotEvent(app, stage, type) {
|
|
60588
60584
|
await callAWS(
|
|
60589
60585
|
() => iot.send(
|