@aws-sdk/client-iot 3.354.0 → 3.358.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.
@@ -5585,7 +5585,7 @@ const de_AcceptCertificateTransferCommand = async (output, context) => {
5585
5585
  const contents = (0, smithy_client_1.map)({
5586
5586
  $metadata: deserializeMetadata(output),
5587
5587
  });
5588
- await collectBody(output.body, context);
5588
+ await (0, smithy_client_1.collectBody)(output.body, context);
5589
5589
  return contents;
5590
5590
  };
5591
5591
  exports.de_AcceptCertificateTransferCommand = de_AcceptCertificateTransferCommand;
@@ -5633,7 +5633,7 @@ const de_AddThingToBillingGroupCommand = async (output, context) => {
5633
5633
  const contents = (0, smithy_client_1.map)({
5634
5634
  $metadata: deserializeMetadata(output),
5635
5635
  });
5636
- await collectBody(output.body, context);
5636
+ await (0, smithy_client_1.collectBody)(output.body, context);
5637
5637
  return contents;
5638
5638
  };
5639
5639
  exports.de_AddThingToBillingGroupCommand = de_AddThingToBillingGroupCommand;
@@ -5672,7 +5672,7 @@ const de_AddThingToThingGroupCommand = async (output, context) => {
5672
5672
  const contents = (0, smithy_client_1.map)({
5673
5673
  $metadata: deserializeMetadata(output),
5674
5674
  });
5675
- await collectBody(output.body, context);
5675
+ await (0, smithy_client_1.collectBody)(output.body, context);
5676
5676
  return contents;
5677
5677
  };
5678
5678
  exports.de_AddThingToThingGroupCommand = de_AddThingToThingGroupCommand;
@@ -5759,7 +5759,7 @@ const de_AttachPolicyCommand = async (output, context) => {
5759
5759
  const contents = (0, smithy_client_1.map)({
5760
5760
  $metadata: deserializeMetadata(output),
5761
5761
  });
5762
- await collectBody(output.body, context);
5762
+ await (0, smithy_client_1.collectBody)(output.body, context);
5763
5763
  return contents;
5764
5764
  };
5765
5765
  exports.de_AttachPolicyCommand = de_AttachPolicyCommand;
@@ -5807,7 +5807,7 @@ const de_AttachPrincipalPolicyCommand = async (output, context) => {
5807
5807
  const contents = (0, smithy_client_1.map)({
5808
5808
  $metadata: deserializeMetadata(output),
5809
5809
  });
5810
- await collectBody(output.body, context);
5810
+ await (0, smithy_client_1.collectBody)(output.body, context);
5811
5811
  return contents;
5812
5812
  };
5813
5813
  exports.de_AttachPrincipalPolicyCommand = de_AttachPrincipalPolicyCommand;
@@ -5855,7 +5855,7 @@ const de_AttachSecurityProfileCommand = async (output, context) => {
5855
5855
  const contents = (0, smithy_client_1.map)({
5856
5856
  $metadata: deserializeMetadata(output),
5857
5857
  });
5858
- await collectBody(output.body, context);
5858
+ await (0, smithy_client_1.collectBody)(output.body, context);
5859
5859
  return contents;
5860
5860
  };
5861
5861
  exports.de_AttachSecurityProfileCommand = de_AttachSecurityProfileCommand;
@@ -5900,7 +5900,7 @@ const de_AttachThingPrincipalCommand = async (output, context) => {
5900
5900
  const contents = (0, smithy_client_1.map)({
5901
5901
  $metadata: deserializeMetadata(output),
5902
5902
  });
5903
- await collectBody(output.body, context);
5903
+ await (0, smithy_client_1.collectBody)(output.body, context);
5904
5904
  return contents;
5905
5905
  };
5906
5906
  exports.de_AttachThingPrincipalCommand = de_AttachThingPrincipalCommand;
@@ -5945,7 +5945,7 @@ const de_CancelAuditMitigationActionsTaskCommand = async (output, context) => {
5945
5945
  const contents = (0, smithy_client_1.map)({
5946
5946
  $metadata: deserializeMetadata(output),
5947
5947
  });
5948
- await collectBody(output.body, context);
5948
+ await (0, smithy_client_1.collectBody)(output.body, context);
5949
5949
  return contents;
5950
5950
  };
5951
5951
  exports.de_CancelAuditMitigationActionsTaskCommand = de_CancelAuditMitigationActionsTaskCommand;
@@ -5984,7 +5984,7 @@ const de_CancelAuditTaskCommand = async (output, context) => {
5984
5984
  const contents = (0, smithy_client_1.map)({
5985
5985
  $metadata: deserializeMetadata(output),
5986
5986
  });
5987
- await collectBody(output.body, context);
5987
+ await (0, smithy_client_1.collectBody)(output.body, context);
5988
5988
  return contents;
5989
5989
  };
5990
5990
  exports.de_CancelAuditTaskCommand = de_CancelAuditTaskCommand;
@@ -6023,7 +6023,7 @@ const de_CancelCertificateTransferCommand = async (output, context) => {
6023
6023
  const contents = (0, smithy_client_1.map)({
6024
6024
  $metadata: deserializeMetadata(output),
6025
6025
  });
6026
- await collectBody(output.body, context);
6026
+ await (0, smithy_client_1.collectBody)(output.body, context);
6027
6027
  return contents;
6028
6028
  };
6029
6029
  exports.de_CancelCertificateTransferCommand = de_CancelCertificateTransferCommand;
@@ -6071,7 +6071,7 @@ const de_CancelDetectMitigationActionsTaskCommand = async (output, context) => {
6071
6071
  const contents = (0, smithy_client_1.map)({
6072
6072
  $metadata: deserializeMetadata(output),
6073
6073
  });
6074
- await collectBody(output.body, context);
6074
+ await (0, smithy_client_1.collectBody)(output.body, context);
6075
6075
  return contents;
6076
6076
  };
6077
6077
  exports.de_CancelDetectMitigationActionsTaskCommand = de_CancelDetectMitigationActionsTaskCommand;
@@ -6158,7 +6158,7 @@ const de_CancelJobExecutionCommand = async (output, context) => {
6158
6158
  const contents = (0, smithy_client_1.map)({
6159
6159
  $metadata: deserializeMetadata(output),
6160
6160
  });
6161
- await collectBody(output.body, context);
6161
+ await (0, smithy_client_1.collectBody)(output.body, context);
6162
6162
  return contents;
6163
6163
  };
6164
6164
  exports.de_CancelJobExecutionCommand = de_CancelJobExecutionCommand;
@@ -6203,7 +6203,7 @@ const de_ClearDefaultAuthorizerCommand = async (output, context) => {
6203
6203
  const contents = (0, smithy_client_1.map)({
6204
6204
  $metadata: deserializeMetadata(output),
6205
6205
  });
6206
- await collectBody(output.body, context);
6206
+ await (0, smithy_client_1.collectBody)(output.body, context);
6207
6207
  return contents;
6208
6208
  };
6209
6209
  exports.de_ClearDefaultAuthorizerCommand = de_ClearDefaultAuthorizerCommand;
@@ -6248,7 +6248,7 @@ const de_ConfirmTopicRuleDestinationCommand = async (output, context) => {
6248
6248
  const contents = (0, smithy_client_1.map)({
6249
6249
  $metadata: deserializeMetadata(output),
6250
6250
  });
6251
- await collectBody(output.body, context);
6251
+ await (0, smithy_client_1.collectBody)(output.body, context);
6252
6252
  return contents;
6253
6253
  };
6254
6254
  exports.de_ConfirmTopicRuleDestinationCommand = de_ConfirmTopicRuleDestinationCommand;
@@ -6290,7 +6290,7 @@ const de_CreateAuditSuppressionCommand = async (output, context) => {
6290
6290
  const contents = (0, smithy_client_1.map)({
6291
6291
  $metadata: deserializeMetadata(output),
6292
6292
  });
6293
- await collectBody(output.body, context);
6293
+ await (0, smithy_client_1.collectBody)(output.body, context);
6294
6294
  return contents;
6295
6295
  };
6296
6296
  exports.de_CreateAuditSuppressionCommand = de_CreateAuditSuppressionCommand;
@@ -7728,7 +7728,7 @@ const de_CreateTopicRuleCommand = async (output, context) => {
7728
7728
  const contents = (0, smithy_client_1.map)({
7729
7729
  $metadata: deserializeMetadata(output),
7730
7730
  });
7731
- await collectBody(output.body, context);
7731
+ await (0, smithy_client_1.collectBody)(output.body, context);
7732
7732
  return contents;
7733
7733
  };
7734
7734
  exports.de_CreateTopicRuleCommand = de_CreateTopicRuleCommand;
@@ -7819,7 +7819,7 @@ const de_DeleteAccountAuditConfigurationCommand = async (output, context) => {
7819
7819
  const contents = (0, smithy_client_1.map)({
7820
7820
  $metadata: deserializeMetadata(output),
7821
7821
  });
7822
- await collectBody(output.body, context);
7822
+ await (0, smithy_client_1.collectBody)(output.body, context);
7823
7823
  return contents;
7824
7824
  };
7825
7825
  exports.de_DeleteAccountAuditConfigurationCommand = de_DeleteAccountAuditConfigurationCommand;
@@ -7858,7 +7858,7 @@ const de_DeleteAuditSuppressionCommand = async (output, context) => {
7858
7858
  const contents = (0, smithy_client_1.map)({
7859
7859
  $metadata: deserializeMetadata(output),
7860
7860
  });
7861
- await collectBody(output.body, context);
7861
+ await (0, smithy_client_1.collectBody)(output.body, context);
7862
7862
  return contents;
7863
7863
  };
7864
7864
  exports.de_DeleteAuditSuppressionCommand = de_DeleteAuditSuppressionCommand;
@@ -7894,7 +7894,7 @@ const de_DeleteAuthorizerCommand = async (output, context) => {
7894
7894
  const contents = (0, smithy_client_1.map)({
7895
7895
  $metadata: deserializeMetadata(output),
7896
7896
  });
7897
- await collectBody(output.body, context);
7897
+ await (0, smithy_client_1.collectBody)(output.body, context);
7898
7898
  return contents;
7899
7899
  };
7900
7900
  exports.de_DeleteAuthorizerCommand = de_DeleteAuthorizerCommand;
@@ -7942,7 +7942,7 @@ const de_DeleteBillingGroupCommand = async (output, context) => {
7942
7942
  const contents = (0, smithy_client_1.map)({
7943
7943
  $metadata: deserializeMetadata(output),
7944
7944
  });
7945
- await collectBody(output.body, context);
7945
+ await (0, smithy_client_1.collectBody)(output.body, context);
7946
7946
  return contents;
7947
7947
  };
7948
7948
  exports.de_DeleteBillingGroupCommand = de_DeleteBillingGroupCommand;
@@ -7981,7 +7981,7 @@ const de_DeleteCACertificateCommand = async (output, context) => {
7981
7981
  const contents = (0, smithy_client_1.map)({
7982
7982
  $metadata: deserializeMetadata(output),
7983
7983
  });
7984
- await collectBody(output.body, context);
7984
+ await (0, smithy_client_1.collectBody)(output.body, context);
7985
7985
  return contents;
7986
7986
  };
7987
7987
  exports.de_DeleteCACertificateCommand = de_DeleteCACertificateCommand;
@@ -8029,7 +8029,7 @@ const de_DeleteCertificateCommand = async (output, context) => {
8029
8029
  const contents = (0, smithy_client_1.map)({
8030
8030
  $metadata: deserializeMetadata(output),
8031
8031
  });
8032
- await collectBody(output.body, context);
8032
+ await (0, smithy_client_1.collectBody)(output.body, context);
8033
8033
  return contents;
8034
8034
  };
8035
8035
  exports.de_DeleteCertificateCommand = de_DeleteCertificateCommand;
@@ -8080,7 +8080,7 @@ const de_DeleteCustomMetricCommand = async (output, context) => {
8080
8080
  const contents = (0, smithy_client_1.map)({
8081
8081
  $metadata: deserializeMetadata(output),
8082
8082
  });
8083
- await collectBody(output.body, context);
8083
+ await (0, smithy_client_1.collectBody)(output.body, context);
8084
8084
  return contents;
8085
8085
  };
8086
8086
  exports.de_DeleteCustomMetricCommand = de_DeleteCustomMetricCommand;
@@ -8116,7 +8116,7 @@ const de_DeleteDimensionCommand = async (output, context) => {
8116
8116
  const contents = (0, smithy_client_1.map)({
8117
8117
  $metadata: deserializeMetadata(output),
8118
8118
  });
8119
- await collectBody(output.body, context);
8119
+ await (0, smithy_client_1.collectBody)(output.body, context);
8120
8120
  return contents;
8121
8121
  };
8122
8122
  exports.de_DeleteDimensionCommand = de_DeleteDimensionCommand;
@@ -8152,7 +8152,7 @@ const de_DeleteDomainConfigurationCommand = async (output, context) => {
8152
8152
  const contents = (0, smithy_client_1.map)({
8153
8153
  $metadata: deserializeMetadata(output),
8154
8154
  });
8155
- await collectBody(output.body, context);
8155
+ await (0, smithy_client_1.collectBody)(output.body, context);
8156
8156
  return contents;
8157
8157
  };
8158
8158
  exports.de_DeleteDomainConfigurationCommand = de_DeleteDomainConfigurationCommand;
@@ -8197,7 +8197,7 @@ const de_DeleteDynamicThingGroupCommand = async (output, context) => {
8197
8197
  const contents = (0, smithy_client_1.map)({
8198
8198
  $metadata: deserializeMetadata(output),
8199
8199
  });
8200
- await collectBody(output.body, context);
8200
+ await (0, smithy_client_1.collectBody)(output.body, context);
8201
8201
  return contents;
8202
8202
  };
8203
8203
  exports.de_DeleteDynamicThingGroupCommand = de_DeleteDynamicThingGroupCommand;
@@ -8236,7 +8236,7 @@ const de_DeleteFleetMetricCommand = async (output, context) => {
8236
8236
  const contents = (0, smithy_client_1.map)({
8237
8237
  $metadata: deserializeMetadata(output),
8238
8238
  });
8239
- await collectBody(output.body, context);
8239
+ await (0, smithy_client_1.collectBody)(output.body, context);
8240
8240
  return contents;
8241
8241
  };
8242
8242
  exports.de_DeleteFleetMetricCommand = de_DeleteFleetMetricCommand;
@@ -8281,7 +8281,7 @@ const de_DeleteJobCommand = async (output, context) => {
8281
8281
  const contents = (0, smithy_client_1.map)({
8282
8282
  $metadata: deserializeMetadata(output),
8283
8283
  });
8284
- await collectBody(output.body, context);
8284
+ await (0, smithy_client_1.collectBody)(output.body, context);
8285
8285
  return contents;
8286
8286
  };
8287
8287
  exports.de_DeleteJobCommand = de_DeleteJobCommand;
@@ -8326,7 +8326,7 @@ const de_DeleteJobExecutionCommand = async (output, context) => {
8326
8326
  const contents = (0, smithy_client_1.map)({
8327
8327
  $metadata: deserializeMetadata(output),
8328
8328
  });
8329
- await collectBody(output.body, context);
8329
+ await (0, smithy_client_1.collectBody)(output.body, context);
8330
8330
  return contents;
8331
8331
  };
8332
8332
  exports.de_DeleteJobExecutionCommand = de_DeleteJobExecutionCommand;
@@ -8368,7 +8368,7 @@ const de_DeleteJobTemplateCommand = async (output, context) => {
8368
8368
  const contents = (0, smithy_client_1.map)({
8369
8369
  $metadata: deserializeMetadata(output),
8370
8370
  });
8371
- await collectBody(output.body, context);
8371
+ await (0, smithy_client_1.collectBody)(output.body, context);
8372
8372
  return contents;
8373
8373
  };
8374
8374
  exports.de_DeleteJobTemplateCommand = de_DeleteJobTemplateCommand;
@@ -8407,7 +8407,7 @@ const de_DeleteMitigationActionCommand = async (output, context) => {
8407
8407
  const contents = (0, smithy_client_1.map)({
8408
8408
  $metadata: deserializeMetadata(output),
8409
8409
  });
8410
- await collectBody(output.body, context);
8410
+ await (0, smithy_client_1.collectBody)(output.body, context);
8411
8411
  return contents;
8412
8412
  };
8413
8413
  exports.de_DeleteMitigationActionCommand = de_DeleteMitigationActionCommand;
@@ -8443,7 +8443,7 @@ const de_DeleteOTAUpdateCommand = async (output, context) => {
8443
8443
  const contents = (0, smithy_client_1.map)({
8444
8444
  $metadata: deserializeMetadata(output),
8445
8445
  });
8446
- await collectBody(output.body, context);
8446
+ await (0, smithy_client_1.collectBody)(output.body, context);
8447
8447
  return contents;
8448
8448
  };
8449
8449
  exports.de_DeleteOTAUpdateCommand = de_DeleteOTAUpdateCommand;
@@ -8491,7 +8491,7 @@ const de_DeletePackageCommand = async (output, context) => {
8491
8491
  const contents = (0, smithy_client_1.map)({
8492
8492
  $metadata: deserializeMetadata(output),
8493
8493
  });
8494
- await collectBody(output.body, context);
8494
+ await (0, smithy_client_1.collectBody)(output.body, context);
8495
8495
  return contents;
8496
8496
  };
8497
8497
  exports.de_DeletePackageCommand = de_DeletePackageCommand;
@@ -8527,7 +8527,7 @@ const de_DeletePackageVersionCommand = async (output, context) => {
8527
8527
  const contents = (0, smithy_client_1.map)({
8528
8528
  $metadata: deserializeMetadata(output),
8529
8529
  });
8530
- await collectBody(output.body, context);
8530
+ await (0, smithy_client_1.collectBody)(output.body, context);
8531
8531
  return contents;
8532
8532
  };
8533
8533
  exports.de_DeletePackageVersionCommand = de_DeletePackageVersionCommand;
@@ -8563,7 +8563,7 @@ const de_DeletePolicyCommand = async (output, context) => {
8563
8563
  const contents = (0, smithy_client_1.map)({
8564
8564
  $metadata: deserializeMetadata(output),
8565
8565
  });
8566
- await collectBody(output.body, context);
8566
+ await (0, smithy_client_1.collectBody)(output.body, context);
8567
8567
  return contents;
8568
8568
  };
8569
8569
  exports.de_DeletePolicyCommand = de_DeletePolicyCommand;
@@ -8611,7 +8611,7 @@ const de_DeletePolicyVersionCommand = async (output, context) => {
8611
8611
  const contents = (0, smithy_client_1.map)({
8612
8612
  $metadata: deserializeMetadata(output),
8613
8613
  });
8614
- await collectBody(output.body, context);
8614
+ await (0, smithy_client_1.collectBody)(output.body, context);
8615
8615
  return contents;
8616
8616
  };
8617
8617
  exports.de_DeletePolicyVersionCommand = de_DeletePolicyVersionCommand;
@@ -8659,7 +8659,7 @@ const de_DeleteProvisioningTemplateCommand = async (output, context) => {
8659
8659
  const contents = (0, smithy_client_1.map)({
8660
8660
  $metadata: deserializeMetadata(output),
8661
8661
  });
8662
- await collectBody(output.body, context);
8662
+ await (0, smithy_client_1.collectBody)(output.body, context);
8663
8663
  return contents;
8664
8664
  };
8665
8665
  exports.de_DeleteProvisioningTemplateCommand = de_DeleteProvisioningTemplateCommand;
@@ -8707,7 +8707,7 @@ const de_DeleteProvisioningTemplateVersionCommand = async (output, context) => {
8707
8707
  const contents = (0, smithy_client_1.map)({
8708
8708
  $metadata: deserializeMetadata(output),
8709
8709
  });
8710
- await collectBody(output.body, context);
8710
+ await (0, smithy_client_1.collectBody)(output.body, context);
8711
8711
  return contents;
8712
8712
  };
8713
8713
  exports.de_DeleteProvisioningTemplateVersionCommand = de_DeleteProvisioningTemplateVersionCommand;
@@ -8755,7 +8755,7 @@ const de_DeleteRegistrationCodeCommand = async (output, context) => {
8755
8755
  const contents = (0, smithy_client_1.map)({
8756
8756
  $metadata: deserializeMetadata(output),
8757
8757
  });
8758
- await collectBody(output.body, context);
8758
+ await (0, smithy_client_1.collectBody)(output.body, context);
8759
8759
  return contents;
8760
8760
  };
8761
8761
  exports.de_DeleteRegistrationCodeCommand = de_DeleteRegistrationCodeCommand;
@@ -8797,7 +8797,7 @@ const de_DeleteRoleAliasCommand = async (output, context) => {
8797
8797
  const contents = (0, smithy_client_1.map)({
8798
8798
  $metadata: deserializeMetadata(output),
8799
8799
  });
8800
- await collectBody(output.body, context);
8800
+ await (0, smithy_client_1.collectBody)(output.body, context);
8801
8801
  return contents;
8802
8802
  };
8803
8803
  exports.de_DeleteRoleAliasCommand = de_DeleteRoleAliasCommand;
@@ -8845,7 +8845,7 @@ const de_DeleteScheduledAuditCommand = async (output, context) => {
8845
8845
  const contents = (0, smithy_client_1.map)({
8846
8846
  $metadata: deserializeMetadata(output),
8847
8847
  });
8848
- await collectBody(output.body, context);
8848
+ await (0, smithy_client_1.collectBody)(output.body, context);
8849
8849
  return contents;
8850
8850
  };
8851
8851
  exports.de_DeleteScheduledAuditCommand = de_DeleteScheduledAuditCommand;
@@ -8884,7 +8884,7 @@ const de_DeleteSecurityProfileCommand = async (output, context) => {
8884
8884
  const contents = (0, smithy_client_1.map)({
8885
8885
  $metadata: deserializeMetadata(output),
8886
8886
  });
8887
- await collectBody(output.body, context);
8887
+ await (0, smithy_client_1.collectBody)(output.body, context);
8888
8888
  return contents;
8889
8889
  };
8890
8890
  exports.de_DeleteSecurityProfileCommand = de_DeleteSecurityProfileCommand;
@@ -8923,7 +8923,7 @@ const de_DeleteStreamCommand = async (output, context) => {
8923
8923
  const contents = (0, smithy_client_1.map)({
8924
8924
  $metadata: deserializeMetadata(output),
8925
8925
  });
8926
- await collectBody(output.body, context);
8926
+ await (0, smithy_client_1.collectBody)(output.body, context);
8927
8927
  return contents;
8928
8928
  };
8929
8929
  exports.de_DeleteStreamCommand = de_DeleteStreamCommand;
@@ -8971,7 +8971,7 @@ const de_DeleteThingCommand = async (output, context) => {
8971
8971
  const contents = (0, smithy_client_1.map)({
8972
8972
  $metadata: deserializeMetadata(output),
8973
8973
  });
8974
- await collectBody(output.body, context);
8974
+ await (0, smithy_client_1.collectBody)(output.body, context);
8975
8975
  return contents;
8976
8976
  };
8977
8977
  exports.de_DeleteThingCommand = de_DeleteThingCommand;
@@ -9019,7 +9019,7 @@ const de_DeleteThingGroupCommand = async (output, context) => {
9019
9019
  const contents = (0, smithy_client_1.map)({
9020
9020
  $metadata: deserializeMetadata(output),
9021
9021
  });
9022
- await collectBody(output.body, context);
9022
+ await (0, smithy_client_1.collectBody)(output.body, context);
9023
9023
  return contents;
9024
9024
  };
9025
9025
  exports.de_DeleteThingGroupCommand = de_DeleteThingGroupCommand;
@@ -9058,7 +9058,7 @@ const de_DeleteThingTypeCommand = async (output, context) => {
9058
9058
  const contents = (0, smithy_client_1.map)({
9059
9059
  $metadata: deserializeMetadata(output),
9060
9060
  });
9061
- await collectBody(output.body, context);
9061
+ await (0, smithy_client_1.collectBody)(output.body, context);
9062
9062
  return contents;
9063
9063
  };
9064
9064
  exports.de_DeleteThingTypeCommand = de_DeleteThingTypeCommand;
@@ -9103,7 +9103,7 @@ const de_DeleteTopicRuleCommand = async (output, context) => {
9103
9103
  const contents = (0, smithy_client_1.map)({
9104
9104
  $metadata: deserializeMetadata(output),
9105
9105
  });
9106
- await collectBody(output.body, context);
9106
+ await (0, smithy_client_1.collectBody)(output.body, context);
9107
9107
  return contents;
9108
9108
  };
9109
9109
  exports.de_DeleteTopicRuleCommand = de_DeleteTopicRuleCommand;
@@ -9145,7 +9145,7 @@ const de_DeleteTopicRuleDestinationCommand = async (output, context) => {
9145
9145
  const contents = (0, smithy_client_1.map)({
9146
9146
  $metadata: deserializeMetadata(output),
9147
9147
  });
9148
- await collectBody(output.body, context);
9148
+ await (0, smithy_client_1.collectBody)(output.body, context);
9149
9149
  return contents;
9150
9150
  };
9151
9151
  exports.de_DeleteTopicRuleDestinationCommand = de_DeleteTopicRuleDestinationCommand;
@@ -9187,7 +9187,7 @@ const de_DeleteV2LoggingLevelCommand = async (output, context) => {
9187
9187
  const contents = (0, smithy_client_1.map)({
9188
9188
  $metadata: deserializeMetadata(output),
9189
9189
  });
9190
- await collectBody(output.body, context);
9190
+ await (0, smithy_client_1.collectBody)(output.body, context);
9191
9191
  return contents;
9192
9192
  };
9193
9193
  exports.de_DeleteV2LoggingLevelCommand = de_DeleteV2LoggingLevelCommand;
@@ -9223,7 +9223,7 @@ const de_DeprecateThingTypeCommand = async (output, context) => {
9223
9223
  const contents = (0, smithy_client_1.map)({
9224
9224
  $metadata: deserializeMetadata(output),
9225
9225
  });
9226
- await collectBody(output.body, context);
9226
+ await (0, smithy_client_1.collectBody)(output.body, context);
9227
9227
  return contents;
9228
9228
  };
9229
9229
  exports.de_DeprecateThingTypeCommand = de_DeprecateThingTypeCommand;
@@ -10892,7 +10892,7 @@ const de_DetachPolicyCommand = async (output, context) => {
10892
10892
  const contents = (0, smithy_client_1.map)({
10893
10893
  $metadata: deserializeMetadata(output),
10894
10894
  });
10895
- await collectBody(output.body, context);
10895
+ await (0, smithy_client_1.collectBody)(output.body, context);
10896
10896
  return contents;
10897
10897
  };
10898
10898
  exports.de_DetachPolicyCommand = de_DetachPolicyCommand;
@@ -10937,7 +10937,7 @@ const de_DetachPrincipalPolicyCommand = async (output, context) => {
10937
10937
  const contents = (0, smithy_client_1.map)({
10938
10938
  $metadata: deserializeMetadata(output),
10939
10939
  });
10940
- await collectBody(output.body, context);
10940
+ await (0, smithy_client_1.collectBody)(output.body, context);
10941
10941
  return contents;
10942
10942
  };
10943
10943
  exports.de_DetachPrincipalPolicyCommand = de_DetachPrincipalPolicyCommand;
@@ -10982,7 +10982,7 @@ const de_DetachSecurityProfileCommand = async (output, context) => {
10982
10982
  const contents = (0, smithy_client_1.map)({
10983
10983
  $metadata: deserializeMetadata(output),
10984
10984
  });
10985
- await collectBody(output.body, context);
10985
+ await (0, smithy_client_1.collectBody)(output.body, context);
10986
10986
  return contents;
10987
10987
  };
10988
10988
  exports.de_DetachSecurityProfileCommand = de_DetachSecurityProfileCommand;
@@ -11021,7 +11021,7 @@ const de_DetachThingPrincipalCommand = async (output, context) => {
11021
11021
  const contents = (0, smithy_client_1.map)({
11022
11022
  $metadata: deserializeMetadata(output),
11023
11023
  });
11024
- await collectBody(output.body, context);
11024
+ await (0, smithy_client_1.collectBody)(output.body, context);
11025
11025
  return contents;
11026
11026
  };
11027
11027
  exports.de_DetachThingPrincipalCommand = de_DetachThingPrincipalCommand;
@@ -11066,7 +11066,7 @@ const de_DisableTopicRuleCommand = async (output, context) => {
11066
11066
  const contents = (0, smithy_client_1.map)({
11067
11067
  $metadata: deserializeMetadata(output),
11068
11068
  });
11069
- await collectBody(output.body, context);
11069
+ await (0, smithy_client_1.collectBody)(output.body, context);
11070
11070
  return contents;
11071
11071
  };
11072
11072
  exports.de_DisableTopicRuleCommand = de_DisableTopicRuleCommand;
@@ -11108,7 +11108,7 @@ const de_EnableTopicRuleCommand = async (output, context) => {
11108
11108
  const contents = (0, smithy_client_1.map)({
11109
11109
  $metadata: deserializeMetadata(output),
11110
11110
  });
11111
- await collectBody(output.body, context);
11111
+ await (0, smithy_client_1.collectBody)(output.body, context);
11112
11112
  return contents;
11113
11113
  };
11114
11114
  exports.de_EnableTopicRuleCommand = de_EnableTopicRuleCommand;
@@ -14722,7 +14722,7 @@ const de_PutVerificationStateOnViolationCommand = async (output, context) => {
14722
14722
  const contents = (0, smithy_client_1.map)({
14723
14723
  $metadata: deserializeMetadata(output),
14724
14724
  });
14725
- await collectBody(output.body, context);
14725
+ await (0, smithy_client_1.collectBody)(output.body, context);
14726
14726
  return contents;
14727
14727
  };
14728
14728
  exports.de_PutVerificationStateOnViolationCommand = de_PutVerificationStateOnViolationCommand;
@@ -14988,7 +14988,7 @@ const de_RejectCertificateTransferCommand = async (output, context) => {
14988
14988
  const contents = (0, smithy_client_1.map)({
14989
14989
  $metadata: deserializeMetadata(output),
14990
14990
  });
14991
- await collectBody(output.body, context);
14991
+ await (0, smithy_client_1.collectBody)(output.body, context);
14992
14992
  return contents;
14993
14993
  };
14994
14994
  exports.de_RejectCertificateTransferCommand = de_RejectCertificateTransferCommand;
@@ -15036,7 +15036,7 @@ const de_RemoveThingFromBillingGroupCommand = async (output, context) => {
15036
15036
  const contents = (0, smithy_client_1.map)({
15037
15037
  $metadata: deserializeMetadata(output),
15038
15038
  });
15039
- await collectBody(output.body, context);
15039
+ await (0, smithy_client_1.collectBody)(output.body, context);
15040
15040
  return contents;
15041
15041
  };
15042
15042
  exports.de_RemoveThingFromBillingGroupCommand = de_RemoveThingFromBillingGroupCommand;
@@ -15075,7 +15075,7 @@ const de_RemoveThingFromThingGroupCommand = async (output, context) => {
15075
15075
  const contents = (0, smithy_client_1.map)({
15076
15076
  $metadata: deserializeMetadata(output),
15077
15077
  });
15078
- await collectBody(output.body, context);
15078
+ await (0, smithy_client_1.collectBody)(output.body, context);
15079
15079
  return contents;
15080
15080
  };
15081
15081
  exports.de_RemoveThingFromThingGroupCommand = de_RemoveThingFromThingGroupCommand;
@@ -15114,7 +15114,7 @@ const de_ReplaceTopicRuleCommand = async (output, context) => {
15114
15114
  const contents = (0, smithy_client_1.map)({
15115
15115
  $metadata: deserializeMetadata(output),
15116
15116
  });
15117
- await collectBody(output.body, context);
15117
+ await (0, smithy_client_1.collectBody)(output.body, context);
15118
15118
  return contents;
15119
15119
  };
15120
15120
  exports.de_ReplaceTopicRuleCommand = de_ReplaceTopicRuleCommand;
@@ -15269,7 +15269,7 @@ const de_SetDefaultPolicyVersionCommand = async (output, context) => {
15269
15269
  const contents = (0, smithy_client_1.map)({
15270
15270
  $metadata: deserializeMetadata(output),
15271
15271
  });
15272
- await collectBody(output.body, context);
15272
+ await (0, smithy_client_1.collectBody)(output.body, context);
15273
15273
  return contents;
15274
15274
  };
15275
15275
  exports.de_SetDefaultPolicyVersionCommand = de_SetDefaultPolicyVersionCommand;
@@ -15314,7 +15314,7 @@ const de_SetLoggingOptionsCommand = async (output, context) => {
15314
15314
  const contents = (0, smithy_client_1.map)({
15315
15315
  $metadata: deserializeMetadata(output),
15316
15316
  });
15317
- await collectBody(output.body, context);
15317
+ await (0, smithy_client_1.collectBody)(output.body, context);
15318
15318
  return contents;
15319
15319
  };
15320
15320
  exports.de_SetLoggingOptionsCommand = de_SetLoggingOptionsCommand;
@@ -15350,7 +15350,7 @@ const de_SetV2LoggingLevelCommand = async (output, context) => {
15350
15350
  const contents = (0, smithy_client_1.map)({
15351
15351
  $metadata: deserializeMetadata(output),
15352
15352
  });
15353
- await collectBody(output.body, context);
15353
+ await (0, smithy_client_1.collectBody)(output.body, context);
15354
15354
  return contents;
15355
15355
  };
15356
15356
  exports.de_SetV2LoggingLevelCommand = de_SetV2LoggingLevelCommand;
@@ -15392,7 +15392,7 @@ const de_SetV2LoggingOptionsCommand = async (output, context) => {
15392
15392
  const contents = (0, smithy_client_1.map)({
15393
15393
  $metadata: deserializeMetadata(output),
15394
15394
  });
15395
- await collectBody(output.body, context);
15395
+ await (0, smithy_client_1.collectBody)(output.body, context);
15396
15396
  return contents;
15397
15397
  };
15398
15398
  exports.de_SetV2LoggingOptionsCommand = de_SetV2LoggingOptionsCommand;
@@ -15606,7 +15606,7 @@ const de_StopThingRegistrationTaskCommand = async (output, context) => {
15606
15606
  const contents = (0, smithy_client_1.map)({
15607
15607
  $metadata: deserializeMetadata(output),
15608
15608
  });
15609
- await collectBody(output.body, context);
15609
+ await (0, smithy_client_1.collectBody)(output.body, context);
15610
15610
  return contents;
15611
15611
  };
15612
15612
  exports.de_StopThingRegistrationTaskCommand = de_StopThingRegistrationTaskCommand;
@@ -15648,7 +15648,7 @@ const de_TagResourceCommand = async (output, context) => {
15648
15648
  const contents = (0, smithy_client_1.map)({
15649
15649
  $metadata: deserializeMetadata(output),
15650
15650
  });
15651
- await collectBody(output.body, context);
15651
+ await (0, smithy_client_1.collectBody)(output.body, context);
15652
15652
  return contents;
15653
15653
  };
15654
15654
  exports.de_TagResourceCommand = de_TagResourceCommand;
@@ -15853,7 +15853,7 @@ const de_UntagResourceCommand = async (output, context) => {
15853
15853
  const contents = (0, smithy_client_1.map)({
15854
15854
  $metadata: deserializeMetadata(output),
15855
15855
  });
15856
- await collectBody(output.body, context);
15856
+ await (0, smithy_client_1.collectBody)(output.body, context);
15857
15857
  return contents;
15858
15858
  };
15859
15859
  exports.de_UntagResourceCommand = de_UntagResourceCommand;
@@ -15892,7 +15892,7 @@ const de_UpdateAccountAuditConfigurationCommand = async (output, context) => {
15892
15892
  const contents = (0, smithy_client_1.map)({
15893
15893
  $metadata: deserializeMetadata(output),
15894
15894
  });
15895
- await collectBody(output.body, context);
15895
+ await (0, smithy_client_1.collectBody)(output.body, context);
15896
15896
  return contents;
15897
15897
  };
15898
15898
  exports.de_UpdateAccountAuditConfigurationCommand = de_UpdateAccountAuditConfigurationCommand;
@@ -15928,7 +15928,7 @@ const de_UpdateAuditSuppressionCommand = async (output, context) => {
15928
15928
  const contents = (0, smithy_client_1.map)({
15929
15929
  $metadata: deserializeMetadata(output),
15930
15930
  });
15931
- await collectBody(output.body, context);
15931
+ await (0, smithy_client_1.collectBody)(output.body, context);
15932
15932
  return contents;
15933
15933
  };
15934
15934
  exports.de_UpdateAuditSuppressionCommand = de_UpdateAuditSuppressionCommand;
@@ -16066,7 +16066,7 @@ const de_UpdateCACertificateCommand = async (output, context) => {
16066
16066
  const contents = (0, smithy_client_1.map)({
16067
16067
  $metadata: deserializeMetadata(output),
16068
16068
  });
16069
- await collectBody(output.body, context);
16069
+ await (0, smithy_client_1.collectBody)(output.body, context);
16070
16070
  return contents;
16071
16071
  };
16072
16072
  exports.de_UpdateCACertificateCommand = de_UpdateCACertificateCommand;
@@ -16111,7 +16111,7 @@ const de_UpdateCertificateCommand = async (output, context) => {
16111
16111
  const contents = (0, smithy_client_1.map)({
16112
16112
  $metadata: deserializeMetadata(output),
16113
16113
  });
16114
- await collectBody(output.body, context);
16114
+ await (0, smithy_client_1.collectBody)(output.body, context);
16115
16115
  return contents;
16116
16116
  };
16117
16117
  exports.de_UpdateCertificateCommand = de_UpdateCertificateCommand;
@@ -16357,7 +16357,7 @@ const de_UpdateEventConfigurationsCommand = async (output, context) => {
16357
16357
  const contents = (0, smithy_client_1.map)({
16358
16358
  $metadata: deserializeMetadata(output),
16359
16359
  });
16360
- await collectBody(output.body, context);
16360
+ await (0, smithy_client_1.collectBody)(output.body, context);
16361
16361
  return contents;
16362
16362
  };
16363
16363
  exports.de_UpdateEventConfigurationsCommand = de_UpdateEventConfigurationsCommand;
@@ -16393,7 +16393,7 @@ const de_UpdateFleetMetricCommand = async (output, context) => {
16393
16393
  const contents = (0, smithy_client_1.map)({
16394
16394
  $metadata: deserializeMetadata(output),
16395
16395
  });
16396
- await collectBody(output.body, context);
16396
+ await (0, smithy_client_1.collectBody)(output.body, context);
16397
16397
  return contents;
16398
16398
  };
16399
16399
  exports.de_UpdateFleetMetricCommand = de_UpdateFleetMetricCommand;
@@ -16450,7 +16450,7 @@ const de_UpdateIndexingConfigurationCommand = async (output, context) => {
16450
16450
  const contents = (0, smithy_client_1.map)({
16451
16451
  $metadata: deserializeMetadata(output),
16452
16452
  });
16453
- await collectBody(output.body, context);
16453
+ await (0, smithy_client_1.collectBody)(output.body, context);
16454
16454
  return contents;
16455
16455
  };
16456
16456
  exports.de_UpdateIndexingConfigurationCommand = de_UpdateIndexingConfigurationCommand;
@@ -16492,7 +16492,7 @@ const de_UpdateJobCommand = async (output, context) => {
16492
16492
  const contents = (0, smithy_client_1.map)({
16493
16493
  $metadata: deserializeMetadata(output),
16494
16494
  });
16495
- await collectBody(output.body, context);
16495
+ await (0, smithy_client_1.collectBody)(output.body, context);
16496
16496
  return contents;
16497
16497
  };
16498
16498
  exports.de_UpdateJobCommand = de_UpdateJobCommand;
@@ -16575,7 +16575,7 @@ const de_UpdatePackageCommand = async (output, context) => {
16575
16575
  const contents = (0, smithy_client_1.map)({
16576
16576
  $metadata: deserializeMetadata(output),
16577
16577
  });
16578
- await collectBody(output.body, context);
16578
+ await (0, smithy_client_1.collectBody)(output.body, context);
16579
16579
  return contents;
16580
16580
  };
16581
16581
  exports.de_UpdatePackageCommand = de_UpdatePackageCommand;
@@ -16614,7 +16614,7 @@ const de_UpdatePackageConfigurationCommand = async (output, context) => {
16614
16614
  const contents = (0, smithy_client_1.map)({
16615
16615
  $metadata: deserializeMetadata(output),
16616
16616
  });
16617
- await collectBody(output.body, context);
16617
+ await (0, smithy_client_1.collectBody)(output.body, context);
16618
16618
  return contents;
16619
16619
  };
16620
16620
  exports.de_UpdatePackageConfigurationCommand = de_UpdatePackageConfigurationCommand;
@@ -16650,7 +16650,7 @@ const de_UpdatePackageVersionCommand = async (output, context) => {
16650
16650
  const contents = (0, smithy_client_1.map)({
16651
16651
  $metadata: deserializeMetadata(output),
16652
16652
  });
16653
- await collectBody(output.body, context);
16653
+ await (0, smithy_client_1.collectBody)(output.body, context);
16654
16654
  return contents;
16655
16655
  };
16656
16656
  exports.de_UpdatePackageVersionCommand = de_UpdatePackageVersionCommand;
@@ -16689,7 +16689,7 @@ const de_UpdateProvisioningTemplateCommand = async (output, context) => {
16689
16689
  const contents = (0, smithy_client_1.map)({
16690
16690
  $metadata: deserializeMetadata(output),
16691
16691
  });
16692
- await collectBody(output.body, context);
16692
+ await (0, smithy_client_1.collectBody)(output.body, context);
16693
16693
  return contents;
16694
16694
  };
16695
16695
  exports.de_UpdateProvisioningTemplateCommand = de_UpdateProvisioningTemplateCommand;
@@ -16931,7 +16931,7 @@ const de_UpdateThingCommand = async (output, context) => {
16931
16931
  const contents = (0, smithy_client_1.map)({
16932
16932
  $metadata: deserializeMetadata(output),
16933
16933
  });
16934
- await collectBody(output.body, context);
16934
+ await (0, smithy_client_1.collectBody)(output.body, context);
16935
16935
  return contents;
16936
16936
  };
16937
16937
  exports.de_UpdateThingCommand = de_UpdateThingCommand;
@@ -17025,7 +17025,7 @@ const de_UpdateThingGroupsForThingCommand = async (output, context) => {
17025
17025
  const contents = (0, smithy_client_1.map)({
17026
17026
  $metadata: deserializeMetadata(output),
17027
17027
  });
17028
- await collectBody(output.body, context);
17028
+ await (0, smithy_client_1.collectBody)(output.body, context);
17029
17029
  return contents;
17030
17030
  };
17031
17031
  exports.de_UpdateThingGroupsForThingCommand = de_UpdateThingGroupsForThingCommand;
@@ -17064,7 +17064,7 @@ const de_UpdateTopicRuleDestinationCommand = async (output, context) => {
17064
17064
  const contents = (0, smithy_client_1.map)({
17065
17065
  $metadata: deserializeMetadata(output),
17066
17066
  });
17067
- await collectBody(output.body, context);
17067
+ await (0, smithy_client_1.collectBody)(output.body, context);
17068
17068
  return contents;
17069
17069
  };
17070
17070
  exports.de_UpdateTopicRuleDestinationCommand = de_UpdateTopicRuleDestinationCommand;
@@ -18586,13 +18586,7 @@ const deserializeMetadata = (output) => ({
18586
18586
  extendedRequestId: output.headers["x-amz-id-2"],
18587
18587
  cfId: output.headers["x-amz-cf-id"],
18588
18588
  });
18589
- const collectBody = (streamBody = new Uint8Array(), context) => {
18590
- if (streamBody instanceof Uint8Array) {
18591
- return Promise.resolve(streamBody);
18592
- }
18593
- return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
18594
- };
18595
- const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
18589
+ const collectBodyString = (streamBody, context) => (0, smithy_client_1.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body));
18596
18590
  const isSerializableHeaderValue = (value) => value !== undefined &&
18597
18591
  value !== null &&
18598
18592
  value !== "" &&
@@ -1,4 +1,4 @@
1
- import { _json, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseEpochTimestamp as __parseEpochTimestamp, resolvedPath as __resolvedPath, serializeFloat as __serializeFloat, take, withBaseException, } from "@aws-sdk/smithy-client";
1
+ import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseEpochTimestamp as __parseEpochTimestamp, resolvedPath as __resolvedPath, serializeFloat as __serializeFloat, take, withBaseException, } from "@aws-sdk/smithy-client";
2
2
  import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
3
3
  import { v4 as generateIdempotencyToken } from "uuid";
4
4
  import { IoTServiceException as __BaseException } from "../models/IoTServiceException";
@@ -18074,12 +18074,6 @@ const deserializeMetadata = (output) => ({
18074
18074
  extendedRequestId: output.headers["x-amz-id-2"],
18075
18075
  cfId: output.headers["x-amz-cf-id"],
18076
18076
  });
18077
- const collectBody = (streamBody = new Uint8Array(), context) => {
18078
- if (streamBody instanceof Uint8Array) {
18079
- return Promise.resolve(streamBody);
18080
- }
18081
- return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
18082
- };
18083
18077
  const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
18084
18078
  const isSerializableHeaderValue = (value) => value !== undefined &&
18085
18079
  value !== null &&
@@ -323,7 +323,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
323
323
  */
324
324
  runtime?: string;
325
325
  /**
326
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
326
+ * Disable dynamically changing the endpoint of the client based on the hostPrefix
327
327
  * trait of an operation.
328
328
  */
329
329
  disableHostPrefix?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iot",
3
3
  "description": "AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native",
4
- "version": "3.354.0",
4
+ "version": "3.358.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,36 +21,36 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.354.0",
25
- "@aws-sdk/config-resolver": "3.354.0",
26
- "@aws-sdk/credential-provider-node": "3.354.0",
27
- "@aws-sdk/fetch-http-handler": "3.353.0",
28
- "@aws-sdk/hash-node": "3.347.0",
29
- "@aws-sdk/invalid-dependency": "3.347.0",
30
- "@aws-sdk/middleware-content-length": "3.347.0",
31
- "@aws-sdk/middleware-endpoint": "3.347.0",
32
- "@aws-sdk/middleware-host-header": "3.347.0",
33
- "@aws-sdk/middleware-logger": "3.347.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.347.0",
35
- "@aws-sdk/middleware-retry": "3.354.0",
36
- "@aws-sdk/middleware-serde": "3.347.0",
37
- "@aws-sdk/middleware-signing": "3.354.0",
38
- "@aws-sdk/middleware-stack": "3.347.0",
39
- "@aws-sdk/middleware-user-agent": "3.352.0",
40
- "@aws-sdk/node-config-provider": "3.354.0",
41
- "@aws-sdk/node-http-handler": "3.350.0",
42
- "@aws-sdk/smithy-client": "3.347.0",
43
- "@aws-sdk/types": "3.347.0",
44
- "@aws-sdk/url-parser": "3.347.0",
24
+ "@aws-sdk/client-sts": "3.358.0",
25
+ "@aws-sdk/config-resolver": "3.357.0",
26
+ "@aws-sdk/credential-provider-node": "3.358.0",
27
+ "@aws-sdk/fetch-http-handler": "3.357.0",
28
+ "@aws-sdk/hash-node": "3.357.0",
29
+ "@aws-sdk/invalid-dependency": "3.357.0",
30
+ "@aws-sdk/middleware-content-length": "3.357.0",
31
+ "@aws-sdk/middleware-endpoint": "3.357.0",
32
+ "@aws-sdk/middleware-host-header": "3.357.0",
33
+ "@aws-sdk/middleware-logger": "3.357.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.357.0",
35
+ "@aws-sdk/middleware-retry": "3.357.0",
36
+ "@aws-sdk/middleware-serde": "3.357.0",
37
+ "@aws-sdk/middleware-signing": "3.357.0",
38
+ "@aws-sdk/middleware-stack": "3.357.0",
39
+ "@aws-sdk/middleware-user-agent": "3.357.0",
40
+ "@aws-sdk/node-config-provider": "3.357.0",
41
+ "@aws-sdk/node-http-handler": "3.357.0",
42
+ "@aws-sdk/smithy-client": "3.358.0",
43
+ "@aws-sdk/types": "3.357.0",
44
+ "@aws-sdk/url-parser": "3.357.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.353.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.354.0",
50
- "@aws-sdk/util-endpoints": "3.352.0",
51
- "@aws-sdk/util-retry": "3.347.0",
52
- "@aws-sdk/util-user-agent-browser": "3.347.0",
53
- "@aws-sdk/util-user-agent-node": "3.354.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.358.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.358.0",
50
+ "@aws-sdk/util-endpoints": "3.357.0",
51
+ "@aws-sdk/util-retry": "3.357.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.357.0",
53
+ "@aws-sdk/util-user-agent-node": "3.357.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",