@aws-sdk/client-ec2 3.180.0 → 3.181.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/CHANGELOG.md +18 -0
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-cjs/protocols/Aws_ec2.js +550 -542
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/protocols/Aws_ec2.js +557 -542
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +3 -3
|
@@ -7091,7 +7091,7 @@ exports.deserializeAws_ec2AcceptReservedInstancesExchangeQuoteCommand = deserial
|
|
|
7091
7091
|
const deserializeAws_ec2AcceptReservedInstancesExchangeQuoteCommandError = async (output, context) => {
|
|
7092
7092
|
const parsedOutput = {
|
|
7093
7093
|
...output,
|
|
7094
|
-
body: await
|
|
7094
|
+
body: await parseErrorBody(output.body, context),
|
|
7095
7095
|
};
|
|
7096
7096
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7097
7097
|
const parsedBody = parsedOutput.body;
|
|
@@ -7119,7 +7119,7 @@ exports.deserializeAws_ec2AcceptTransitGatewayMulticastDomainAssociationsCommand
|
|
|
7119
7119
|
const deserializeAws_ec2AcceptTransitGatewayMulticastDomainAssociationsCommandError = async (output, context) => {
|
|
7120
7120
|
const parsedOutput = {
|
|
7121
7121
|
...output,
|
|
7122
|
-
body: await
|
|
7122
|
+
body: await parseErrorBody(output.body, context),
|
|
7123
7123
|
};
|
|
7124
7124
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7125
7125
|
const parsedBody = parsedOutput.body;
|
|
@@ -7147,7 +7147,7 @@ exports.deserializeAws_ec2AcceptTransitGatewayPeeringAttachmentCommand = deseria
|
|
|
7147
7147
|
const deserializeAws_ec2AcceptTransitGatewayPeeringAttachmentCommandError = async (output, context) => {
|
|
7148
7148
|
const parsedOutput = {
|
|
7149
7149
|
...output,
|
|
7150
|
-
body: await
|
|
7150
|
+
body: await parseErrorBody(output.body, context),
|
|
7151
7151
|
};
|
|
7152
7152
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7153
7153
|
const parsedBody = parsedOutput.body;
|
|
@@ -7175,7 +7175,7 @@ exports.deserializeAws_ec2AcceptTransitGatewayVpcAttachmentCommand = deserialize
|
|
|
7175
7175
|
const deserializeAws_ec2AcceptTransitGatewayVpcAttachmentCommandError = async (output, context) => {
|
|
7176
7176
|
const parsedOutput = {
|
|
7177
7177
|
...output,
|
|
7178
|
-
body: await
|
|
7178
|
+
body: await parseErrorBody(output.body, context),
|
|
7179
7179
|
};
|
|
7180
7180
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7181
7181
|
const parsedBody = parsedOutput.body;
|
|
@@ -7203,7 +7203,7 @@ exports.deserializeAws_ec2AcceptVpcEndpointConnectionsCommand = deserializeAws_e
|
|
|
7203
7203
|
const deserializeAws_ec2AcceptVpcEndpointConnectionsCommandError = async (output, context) => {
|
|
7204
7204
|
const parsedOutput = {
|
|
7205
7205
|
...output,
|
|
7206
|
-
body: await
|
|
7206
|
+
body: await parseErrorBody(output.body, context),
|
|
7207
7207
|
};
|
|
7208
7208
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7209
7209
|
const parsedBody = parsedOutput.body;
|
|
@@ -7231,7 +7231,7 @@ exports.deserializeAws_ec2AcceptVpcPeeringConnectionCommand = deserializeAws_ec2
|
|
|
7231
7231
|
const deserializeAws_ec2AcceptVpcPeeringConnectionCommandError = async (output, context) => {
|
|
7232
7232
|
const parsedOutput = {
|
|
7233
7233
|
...output,
|
|
7234
|
-
body: await
|
|
7234
|
+
body: await parseErrorBody(output.body, context),
|
|
7235
7235
|
};
|
|
7236
7236
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7237
7237
|
const parsedBody = parsedOutput.body;
|
|
@@ -7259,7 +7259,7 @@ exports.deserializeAws_ec2AdvertiseByoipCidrCommand = deserializeAws_ec2Advertis
|
|
|
7259
7259
|
const deserializeAws_ec2AdvertiseByoipCidrCommandError = async (output, context) => {
|
|
7260
7260
|
const parsedOutput = {
|
|
7261
7261
|
...output,
|
|
7262
|
-
body: await
|
|
7262
|
+
body: await parseErrorBody(output.body, context),
|
|
7263
7263
|
};
|
|
7264
7264
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7265
7265
|
const parsedBody = parsedOutput.body;
|
|
@@ -7287,7 +7287,7 @@ exports.deserializeAws_ec2AllocateAddressCommand = deserializeAws_ec2AllocateAdd
|
|
|
7287
7287
|
const deserializeAws_ec2AllocateAddressCommandError = async (output, context) => {
|
|
7288
7288
|
const parsedOutput = {
|
|
7289
7289
|
...output,
|
|
7290
|
-
body: await
|
|
7290
|
+
body: await parseErrorBody(output.body, context),
|
|
7291
7291
|
};
|
|
7292
7292
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7293
7293
|
const parsedBody = parsedOutput.body;
|
|
@@ -7315,7 +7315,7 @@ exports.deserializeAws_ec2AllocateHostsCommand = deserializeAws_ec2AllocateHosts
|
|
|
7315
7315
|
const deserializeAws_ec2AllocateHostsCommandError = async (output, context) => {
|
|
7316
7316
|
const parsedOutput = {
|
|
7317
7317
|
...output,
|
|
7318
|
-
body: await
|
|
7318
|
+
body: await parseErrorBody(output.body, context),
|
|
7319
7319
|
};
|
|
7320
7320
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7321
7321
|
const parsedBody = parsedOutput.body;
|
|
@@ -7343,7 +7343,7 @@ exports.deserializeAws_ec2AllocateIpamPoolCidrCommand = deserializeAws_ec2Alloca
|
|
|
7343
7343
|
const deserializeAws_ec2AllocateIpamPoolCidrCommandError = async (output, context) => {
|
|
7344
7344
|
const parsedOutput = {
|
|
7345
7345
|
...output,
|
|
7346
|
-
body: await
|
|
7346
|
+
body: await parseErrorBody(output.body, context),
|
|
7347
7347
|
};
|
|
7348
7348
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7349
7349
|
const parsedBody = parsedOutput.body;
|
|
@@ -7371,7 +7371,7 @@ exports.deserializeAws_ec2ApplySecurityGroupsToClientVpnTargetNetworkCommand = d
|
|
|
7371
7371
|
const deserializeAws_ec2ApplySecurityGroupsToClientVpnTargetNetworkCommandError = async (output, context) => {
|
|
7372
7372
|
const parsedOutput = {
|
|
7373
7373
|
...output,
|
|
7374
|
-
body: await
|
|
7374
|
+
body: await parseErrorBody(output.body, context),
|
|
7375
7375
|
};
|
|
7376
7376
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7377
7377
|
const parsedBody = parsedOutput.body;
|
|
@@ -7399,7 +7399,7 @@ exports.deserializeAws_ec2AssignIpv6AddressesCommand = deserializeAws_ec2AssignI
|
|
|
7399
7399
|
const deserializeAws_ec2AssignIpv6AddressesCommandError = async (output, context) => {
|
|
7400
7400
|
const parsedOutput = {
|
|
7401
7401
|
...output,
|
|
7402
|
-
body: await
|
|
7402
|
+
body: await parseErrorBody(output.body, context),
|
|
7403
7403
|
};
|
|
7404
7404
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7405
7405
|
const parsedBody = parsedOutput.body;
|
|
@@ -7427,7 +7427,7 @@ exports.deserializeAws_ec2AssignPrivateIpAddressesCommand = deserializeAws_ec2As
|
|
|
7427
7427
|
const deserializeAws_ec2AssignPrivateIpAddressesCommandError = async (output, context) => {
|
|
7428
7428
|
const parsedOutput = {
|
|
7429
7429
|
...output,
|
|
7430
|
-
body: await
|
|
7430
|
+
body: await parseErrorBody(output.body, context),
|
|
7431
7431
|
};
|
|
7432
7432
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7433
7433
|
const parsedBody = parsedOutput.body;
|
|
@@ -7455,7 +7455,7 @@ exports.deserializeAws_ec2AssociateAddressCommand = deserializeAws_ec2AssociateA
|
|
|
7455
7455
|
const deserializeAws_ec2AssociateAddressCommandError = async (output, context) => {
|
|
7456
7456
|
const parsedOutput = {
|
|
7457
7457
|
...output,
|
|
7458
|
-
body: await
|
|
7458
|
+
body: await parseErrorBody(output.body, context),
|
|
7459
7459
|
};
|
|
7460
7460
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7461
7461
|
const parsedBody = parsedOutput.body;
|
|
@@ -7483,7 +7483,7 @@ exports.deserializeAws_ec2AssociateClientVpnTargetNetworkCommand = deserializeAw
|
|
|
7483
7483
|
const deserializeAws_ec2AssociateClientVpnTargetNetworkCommandError = async (output, context) => {
|
|
7484
7484
|
const parsedOutput = {
|
|
7485
7485
|
...output,
|
|
7486
|
-
body: await
|
|
7486
|
+
body: await parseErrorBody(output.body, context),
|
|
7487
7487
|
};
|
|
7488
7488
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7489
7489
|
const parsedBody = parsedOutput.body;
|
|
@@ -7508,7 +7508,7 @@ exports.deserializeAws_ec2AssociateDhcpOptionsCommand = deserializeAws_ec2Associ
|
|
|
7508
7508
|
const deserializeAws_ec2AssociateDhcpOptionsCommandError = async (output, context) => {
|
|
7509
7509
|
const parsedOutput = {
|
|
7510
7510
|
...output,
|
|
7511
|
-
body: await
|
|
7511
|
+
body: await parseErrorBody(output.body, context),
|
|
7512
7512
|
};
|
|
7513
7513
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7514
7514
|
const parsedBody = parsedOutput.body;
|
|
@@ -7536,7 +7536,7 @@ exports.deserializeAws_ec2AssociateEnclaveCertificateIamRoleCommand = deserializ
|
|
|
7536
7536
|
const deserializeAws_ec2AssociateEnclaveCertificateIamRoleCommandError = async (output, context) => {
|
|
7537
7537
|
const parsedOutput = {
|
|
7538
7538
|
...output,
|
|
7539
|
-
body: await
|
|
7539
|
+
body: await parseErrorBody(output.body, context),
|
|
7540
7540
|
};
|
|
7541
7541
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7542
7542
|
const parsedBody = parsedOutput.body;
|
|
@@ -7564,7 +7564,7 @@ exports.deserializeAws_ec2AssociateIamInstanceProfileCommand = deserializeAws_ec
|
|
|
7564
7564
|
const deserializeAws_ec2AssociateIamInstanceProfileCommandError = async (output, context) => {
|
|
7565
7565
|
const parsedOutput = {
|
|
7566
7566
|
...output,
|
|
7567
|
-
body: await
|
|
7567
|
+
body: await parseErrorBody(output.body, context),
|
|
7568
7568
|
};
|
|
7569
7569
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7570
7570
|
const parsedBody = parsedOutput.body;
|
|
@@ -7592,7 +7592,7 @@ exports.deserializeAws_ec2AssociateInstanceEventWindowCommand = deserializeAws_e
|
|
|
7592
7592
|
const deserializeAws_ec2AssociateInstanceEventWindowCommandError = async (output, context) => {
|
|
7593
7593
|
const parsedOutput = {
|
|
7594
7594
|
...output,
|
|
7595
|
-
body: await
|
|
7595
|
+
body: await parseErrorBody(output.body, context),
|
|
7596
7596
|
};
|
|
7597
7597
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7598
7598
|
const parsedBody = parsedOutput.body;
|
|
@@ -7620,7 +7620,7 @@ exports.deserializeAws_ec2AssociateRouteTableCommand = deserializeAws_ec2Associa
|
|
|
7620
7620
|
const deserializeAws_ec2AssociateRouteTableCommandError = async (output, context) => {
|
|
7621
7621
|
const parsedOutput = {
|
|
7622
7622
|
...output,
|
|
7623
|
-
body: await
|
|
7623
|
+
body: await parseErrorBody(output.body, context),
|
|
7624
7624
|
};
|
|
7625
7625
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7626
7626
|
const parsedBody = parsedOutput.body;
|
|
@@ -7648,7 +7648,7 @@ exports.deserializeAws_ec2AssociateSubnetCidrBlockCommand = deserializeAws_ec2As
|
|
|
7648
7648
|
const deserializeAws_ec2AssociateSubnetCidrBlockCommandError = async (output, context) => {
|
|
7649
7649
|
const parsedOutput = {
|
|
7650
7650
|
...output,
|
|
7651
|
-
body: await
|
|
7651
|
+
body: await parseErrorBody(output.body, context),
|
|
7652
7652
|
};
|
|
7653
7653
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7654
7654
|
const parsedBody = parsedOutput.body;
|
|
@@ -7676,7 +7676,7 @@ exports.deserializeAws_ec2AssociateTransitGatewayMulticastDomainCommand = deseri
|
|
|
7676
7676
|
const deserializeAws_ec2AssociateTransitGatewayMulticastDomainCommandError = async (output, context) => {
|
|
7677
7677
|
const parsedOutput = {
|
|
7678
7678
|
...output,
|
|
7679
|
-
body: await
|
|
7679
|
+
body: await parseErrorBody(output.body, context),
|
|
7680
7680
|
};
|
|
7681
7681
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7682
7682
|
const parsedBody = parsedOutput.body;
|
|
@@ -7704,7 +7704,7 @@ exports.deserializeAws_ec2AssociateTransitGatewayPolicyTableCommand = deserializ
|
|
|
7704
7704
|
const deserializeAws_ec2AssociateTransitGatewayPolicyTableCommandError = async (output, context) => {
|
|
7705
7705
|
const parsedOutput = {
|
|
7706
7706
|
...output,
|
|
7707
|
-
body: await
|
|
7707
|
+
body: await parseErrorBody(output.body, context),
|
|
7708
7708
|
};
|
|
7709
7709
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7710
7710
|
const parsedBody = parsedOutput.body;
|
|
@@ -7732,7 +7732,7 @@ exports.deserializeAws_ec2AssociateTransitGatewayRouteTableCommand = deserialize
|
|
|
7732
7732
|
const deserializeAws_ec2AssociateTransitGatewayRouteTableCommandError = async (output, context) => {
|
|
7733
7733
|
const parsedOutput = {
|
|
7734
7734
|
...output,
|
|
7735
|
-
body: await
|
|
7735
|
+
body: await parseErrorBody(output.body, context),
|
|
7736
7736
|
};
|
|
7737
7737
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7738
7738
|
const parsedBody = parsedOutput.body;
|
|
@@ -7760,7 +7760,7 @@ exports.deserializeAws_ec2AssociateTrunkInterfaceCommand = deserializeAws_ec2Ass
|
|
|
7760
7760
|
const deserializeAws_ec2AssociateTrunkInterfaceCommandError = async (output, context) => {
|
|
7761
7761
|
const parsedOutput = {
|
|
7762
7762
|
...output,
|
|
7763
|
-
body: await
|
|
7763
|
+
body: await parseErrorBody(output.body, context),
|
|
7764
7764
|
};
|
|
7765
7765
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7766
7766
|
const parsedBody = parsedOutput.body;
|
|
@@ -7788,7 +7788,7 @@ exports.deserializeAws_ec2AssociateVpcCidrBlockCommand = deserializeAws_ec2Assoc
|
|
|
7788
7788
|
const deserializeAws_ec2AssociateVpcCidrBlockCommandError = async (output, context) => {
|
|
7789
7789
|
const parsedOutput = {
|
|
7790
7790
|
...output,
|
|
7791
|
-
body: await
|
|
7791
|
+
body: await parseErrorBody(output.body, context),
|
|
7792
7792
|
};
|
|
7793
7793
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7794
7794
|
const parsedBody = parsedOutput.body;
|
|
@@ -7816,7 +7816,7 @@ exports.deserializeAws_ec2AttachClassicLinkVpcCommand = deserializeAws_ec2Attach
|
|
|
7816
7816
|
const deserializeAws_ec2AttachClassicLinkVpcCommandError = async (output, context) => {
|
|
7817
7817
|
const parsedOutput = {
|
|
7818
7818
|
...output,
|
|
7819
|
-
body: await
|
|
7819
|
+
body: await parseErrorBody(output.body, context),
|
|
7820
7820
|
};
|
|
7821
7821
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7822
7822
|
const parsedBody = parsedOutput.body;
|
|
@@ -7841,7 +7841,7 @@ exports.deserializeAws_ec2AttachInternetGatewayCommand = deserializeAws_ec2Attac
|
|
|
7841
7841
|
const deserializeAws_ec2AttachInternetGatewayCommandError = async (output, context) => {
|
|
7842
7842
|
const parsedOutput = {
|
|
7843
7843
|
...output,
|
|
7844
|
-
body: await
|
|
7844
|
+
body: await parseErrorBody(output.body, context),
|
|
7845
7845
|
};
|
|
7846
7846
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7847
7847
|
const parsedBody = parsedOutput.body;
|
|
@@ -7869,7 +7869,7 @@ exports.deserializeAws_ec2AttachNetworkInterfaceCommand = deserializeAws_ec2Atta
|
|
|
7869
7869
|
const deserializeAws_ec2AttachNetworkInterfaceCommandError = async (output, context) => {
|
|
7870
7870
|
const parsedOutput = {
|
|
7871
7871
|
...output,
|
|
7872
|
-
body: await
|
|
7872
|
+
body: await parseErrorBody(output.body, context),
|
|
7873
7873
|
};
|
|
7874
7874
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7875
7875
|
const parsedBody = parsedOutput.body;
|
|
@@ -7897,7 +7897,7 @@ exports.deserializeAws_ec2AttachVolumeCommand = deserializeAws_ec2AttachVolumeCo
|
|
|
7897
7897
|
const deserializeAws_ec2AttachVolumeCommandError = async (output, context) => {
|
|
7898
7898
|
const parsedOutput = {
|
|
7899
7899
|
...output,
|
|
7900
|
-
body: await
|
|
7900
|
+
body: await parseErrorBody(output.body, context),
|
|
7901
7901
|
};
|
|
7902
7902
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7903
7903
|
const parsedBody = parsedOutput.body;
|
|
@@ -7925,7 +7925,7 @@ exports.deserializeAws_ec2AttachVpnGatewayCommand = deserializeAws_ec2AttachVpnG
|
|
|
7925
7925
|
const deserializeAws_ec2AttachVpnGatewayCommandError = async (output, context) => {
|
|
7926
7926
|
const parsedOutput = {
|
|
7927
7927
|
...output,
|
|
7928
|
-
body: await
|
|
7928
|
+
body: await parseErrorBody(output.body, context),
|
|
7929
7929
|
};
|
|
7930
7930
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7931
7931
|
const parsedBody = parsedOutput.body;
|
|
@@ -7953,7 +7953,7 @@ exports.deserializeAws_ec2AuthorizeClientVpnIngressCommand = deserializeAws_ec2A
|
|
|
7953
7953
|
const deserializeAws_ec2AuthorizeClientVpnIngressCommandError = async (output, context) => {
|
|
7954
7954
|
const parsedOutput = {
|
|
7955
7955
|
...output,
|
|
7956
|
-
body: await
|
|
7956
|
+
body: await parseErrorBody(output.body, context),
|
|
7957
7957
|
};
|
|
7958
7958
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7959
7959
|
const parsedBody = parsedOutput.body;
|
|
@@ -7981,7 +7981,7 @@ exports.deserializeAws_ec2AuthorizeSecurityGroupEgressCommand = deserializeAws_e
|
|
|
7981
7981
|
const deserializeAws_ec2AuthorizeSecurityGroupEgressCommandError = async (output, context) => {
|
|
7982
7982
|
const parsedOutput = {
|
|
7983
7983
|
...output,
|
|
7984
|
-
body: await
|
|
7984
|
+
body: await parseErrorBody(output.body, context),
|
|
7985
7985
|
};
|
|
7986
7986
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7987
7987
|
const parsedBody = parsedOutput.body;
|
|
@@ -8009,7 +8009,7 @@ exports.deserializeAws_ec2AuthorizeSecurityGroupIngressCommand = deserializeAws_
|
|
|
8009
8009
|
const deserializeAws_ec2AuthorizeSecurityGroupIngressCommandError = async (output, context) => {
|
|
8010
8010
|
const parsedOutput = {
|
|
8011
8011
|
...output,
|
|
8012
|
-
body: await
|
|
8012
|
+
body: await parseErrorBody(output.body, context),
|
|
8013
8013
|
};
|
|
8014
8014
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8015
8015
|
const parsedBody = parsedOutput.body;
|
|
@@ -8037,7 +8037,7 @@ exports.deserializeAws_ec2BundleInstanceCommand = deserializeAws_ec2BundleInstan
|
|
|
8037
8037
|
const deserializeAws_ec2BundleInstanceCommandError = async (output, context) => {
|
|
8038
8038
|
const parsedOutput = {
|
|
8039
8039
|
...output,
|
|
8040
|
-
body: await
|
|
8040
|
+
body: await parseErrorBody(output.body, context),
|
|
8041
8041
|
};
|
|
8042
8042
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8043
8043
|
const parsedBody = parsedOutput.body;
|
|
@@ -8065,7 +8065,7 @@ exports.deserializeAws_ec2CancelBundleTaskCommand = deserializeAws_ec2CancelBund
|
|
|
8065
8065
|
const deserializeAws_ec2CancelBundleTaskCommandError = async (output, context) => {
|
|
8066
8066
|
const parsedOutput = {
|
|
8067
8067
|
...output,
|
|
8068
|
-
body: await
|
|
8068
|
+
body: await parseErrorBody(output.body, context),
|
|
8069
8069
|
};
|
|
8070
8070
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8071
8071
|
const parsedBody = parsedOutput.body;
|
|
@@ -8093,7 +8093,7 @@ exports.deserializeAws_ec2CancelCapacityReservationCommand = deserializeAws_ec2C
|
|
|
8093
8093
|
const deserializeAws_ec2CancelCapacityReservationCommandError = async (output, context) => {
|
|
8094
8094
|
const parsedOutput = {
|
|
8095
8095
|
...output,
|
|
8096
|
-
body: await
|
|
8096
|
+
body: await parseErrorBody(output.body, context),
|
|
8097
8097
|
};
|
|
8098
8098
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8099
8099
|
const parsedBody = parsedOutput.body;
|
|
@@ -8121,7 +8121,7 @@ exports.deserializeAws_ec2CancelCapacityReservationFleetsCommand = deserializeAw
|
|
|
8121
8121
|
const deserializeAws_ec2CancelCapacityReservationFleetsCommandError = async (output, context) => {
|
|
8122
8122
|
const parsedOutput = {
|
|
8123
8123
|
...output,
|
|
8124
|
-
body: await
|
|
8124
|
+
body: await parseErrorBody(output.body, context),
|
|
8125
8125
|
};
|
|
8126
8126
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8127
8127
|
const parsedBody = parsedOutput.body;
|
|
@@ -8146,7 +8146,7 @@ exports.deserializeAws_ec2CancelConversionTaskCommand = deserializeAws_ec2Cancel
|
|
|
8146
8146
|
const deserializeAws_ec2CancelConversionTaskCommandError = async (output, context) => {
|
|
8147
8147
|
const parsedOutput = {
|
|
8148
8148
|
...output,
|
|
8149
|
-
body: await
|
|
8149
|
+
body: await parseErrorBody(output.body, context),
|
|
8150
8150
|
};
|
|
8151
8151
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8152
8152
|
const parsedBody = parsedOutput.body;
|
|
@@ -8171,7 +8171,7 @@ exports.deserializeAws_ec2CancelExportTaskCommand = deserializeAws_ec2CancelExpo
|
|
|
8171
8171
|
const deserializeAws_ec2CancelExportTaskCommandError = async (output, context) => {
|
|
8172
8172
|
const parsedOutput = {
|
|
8173
8173
|
...output,
|
|
8174
|
-
body: await
|
|
8174
|
+
body: await parseErrorBody(output.body, context),
|
|
8175
8175
|
};
|
|
8176
8176
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8177
8177
|
const parsedBody = parsedOutput.body;
|
|
@@ -8199,7 +8199,7 @@ exports.deserializeAws_ec2CancelImportTaskCommand = deserializeAws_ec2CancelImpo
|
|
|
8199
8199
|
const deserializeAws_ec2CancelImportTaskCommandError = async (output, context) => {
|
|
8200
8200
|
const parsedOutput = {
|
|
8201
8201
|
...output,
|
|
8202
|
-
body: await
|
|
8202
|
+
body: await parseErrorBody(output.body, context),
|
|
8203
8203
|
};
|
|
8204
8204
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8205
8205
|
const parsedBody = parsedOutput.body;
|
|
@@ -8227,7 +8227,7 @@ exports.deserializeAws_ec2CancelReservedInstancesListingCommand = deserializeAws
|
|
|
8227
8227
|
const deserializeAws_ec2CancelReservedInstancesListingCommandError = async (output, context) => {
|
|
8228
8228
|
const parsedOutput = {
|
|
8229
8229
|
...output,
|
|
8230
|
-
body: await
|
|
8230
|
+
body: await parseErrorBody(output.body, context),
|
|
8231
8231
|
};
|
|
8232
8232
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8233
8233
|
const parsedBody = parsedOutput.body;
|
|
@@ -8255,7 +8255,7 @@ exports.deserializeAws_ec2CancelSpotFleetRequestsCommand = deserializeAws_ec2Can
|
|
|
8255
8255
|
const deserializeAws_ec2CancelSpotFleetRequestsCommandError = async (output, context) => {
|
|
8256
8256
|
const parsedOutput = {
|
|
8257
8257
|
...output,
|
|
8258
|
-
body: await
|
|
8258
|
+
body: await parseErrorBody(output.body, context),
|
|
8259
8259
|
};
|
|
8260
8260
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8261
8261
|
const parsedBody = parsedOutput.body;
|
|
@@ -8283,7 +8283,7 @@ exports.deserializeAws_ec2CancelSpotInstanceRequestsCommand = deserializeAws_ec2
|
|
|
8283
8283
|
const deserializeAws_ec2CancelSpotInstanceRequestsCommandError = async (output, context) => {
|
|
8284
8284
|
const parsedOutput = {
|
|
8285
8285
|
...output,
|
|
8286
|
-
body: await
|
|
8286
|
+
body: await parseErrorBody(output.body, context),
|
|
8287
8287
|
};
|
|
8288
8288
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8289
8289
|
const parsedBody = parsedOutput.body;
|
|
@@ -8311,7 +8311,7 @@ exports.deserializeAws_ec2ConfirmProductInstanceCommand = deserializeAws_ec2Conf
|
|
|
8311
8311
|
const deserializeAws_ec2ConfirmProductInstanceCommandError = async (output, context) => {
|
|
8312
8312
|
const parsedOutput = {
|
|
8313
8313
|
...output,
|
|
8314
|
-
body: await
|
|
8314
|
+
body: await parseErrorBody(output.body, context),
|
|
8315
8315
|
};
|
|
8316
8316
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8317
8317
|
const parsedBody = parsedOutput.body;
|
|
@@ -8339,7 +8339,7 @@ exports.deserializeAws_ec2CopyFpgaImageCommand = deserializeAws_ec2CopyFpgaImage
|
|
|
8339
8339
|
const deserializeAws_ec2CopyFpgaImageCommandError = async (output, context) => {
|
|
8340
8340
|
const parsedOutput = {
|
|
8341
8341
|
...output,
|
|
8342
|
-
body: await
|
|
8342
|
+
body: await parseErrorBody(output.body, context),
|
|
8343
8343
|
};
|
|
8344
8344
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8345
8345
|
const parsedBody = parsedOutput.body;
|
|
@@ -8367,7 +8367,7 @@ exports.deserializeAws_ec2CopyImageCommand = deserializeAws_ec2CopyImageCommand;
|
|
|
8367
8367
|
const deserializeAws_ec2CopyImageCommandError = async (output, context) => {
|
|
8368
8368
|
const parsedOutput = {
|
|
8369
8369
|
...output,
|
|
8370
|
-
body: await
|
|
8370
|
+
body: await parseErrorBody(output.body, context),
|
|
8371
8371
|
};
|
|
8372
8372
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8373
8373
|
const parsedBody = parsedOutput.body;
|
|
@@ -8395,7 +8395,7 @@ exports.deserializeAws_ec2CopySnapshotCommand = deserializeAws_ec2CopySnapshotCo
|
|
|
8395
8395
|
const deserializeAws_ec2CopySnapshotCommandError = async (output, context) => {
|
|
8396
8396
|
const parsedOutput = {
|
|
8397
8397
|
...output,
|
|
8398
|
-
body: await
|
|
8398
|
+
body: await parseErrorBody(output.body, context),
|
|
8399
8399
|
};
|
|
8400
8400
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8401
8401
|
const parsedBody = parsedOutput.body;
|
|
@@ -8423,7 +8423,7 @@ exports.deserializeAws_ec2CreateCapacityReservationCommand = deserializeAws_ec2C
|
|
|
8423
8423
|
const deserializeAws_ec2CreateCapacityReservationCommandError = async (output, context) => {
|
|
8424
8424
|
const parsedOutput = {
|
|
8425
8425
|
...output,
|
|
8426
|
-
body: await
|
|
8426
|
+
body: await parseErrorBody(output.body, context),
|
|
8427
8427
|
};
|
|
8428
8428
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8429
8429
|
const parsedBody = parsedOutput.body;
|
|
@@ -8451,7 +8451,7 @@ exports.deserializeAws_ec2CreateCapacityReservationFleetCommand = deserializeAws
|
|
|
8451
8451
|
const deserializeAws_ec2CreateCapacityReservationFleetCommandError = async (output, context) => {
|
|
8452
8452
|
const parsedOutput = {
|
|
8453
8453
|
...output,
|
|
8454
|
-
body: await
|
|
8454
|
+
body: await parseErrorBody(output.body, context),
|
|
8455
8455
|
};
|
|
8456
8456
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8457
8457
|
const parsedBody = parsedOutput.body;
|
|
@@ -8479,7 +8479,7 @@ exports.deserializeAws_ec2CreateCarrierGatewayCommand = deserializeAws_ec2Create
|
|
|
8479
8479
|
const deserializeAws_ec2CreateCarrierGatewayCommandError = async (output, context) => {
|
|
8480
8480
|
const parsedOutput = {
|
|
8481
8481
|
...output,
|
|
8482
|
-
body: await
|
|
8482
|
+
body: await parseErrorBody(output.body, context),
|
|
8483
8483
|
};
|
|
8484
8484
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8485
8485
|
const parsedBody = parsedOutput.body;
|
|
@@ -8507,7 +8507,7 @@ exports.deserializeAws_ec2CreateClientVpnEndpointCommand = deserializeAws_ec2Cre
|
|
|
8507
8507
|
const deserializeAws_ec2CreateClientVpnEndpointCommandError = async (output, context) => {
|
|
8508
8508
|
const parsedOutput = {
|
|
8509
8509
|
...output,
|
|
8510
|
-
body: await
|
|
8510
|
+
body: await parseErrorBody(output.body, context),
|
|
8511
8511
|
};
|
|
8512
8512
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8513
8513
|
const parsedBody = parsedOutput.body;
|
|
@@ -8535,7 +8535,7 @@ exports.deserializeAws_ec2CreateClientVpnRouteCommand = deserializeAws_ec2Create
|
|
|
8535
8535
|
const deserializeAws_ec2CreateClientVpnRouteCommandError = async (output, context) => {
|
|
8536
8536
|
const parsedOutput = {
|
|
8537
8537
|
...output,
|
|
8538
|
-
body: await
|
|
8538
|
+
body: await parseErrorBody(output.body, context),
|
|
8539
8539
|
};
|
|
8540
8540
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8541
8541
|
const parsedBody = parsedOutput.body;
|
|
@@ -8563,7 +8563,7 @@ exports.deserializeAws_ec2CreateCoipCidrCommand = deserializeAws_ec2CreateCoipCi
|
|
|
8563
8563
|
const deserializeAws_ec2CreateCoipCidrCommandError = async (output, context) => {
|
|
8564
8564
|
const parsedOutput = {
|
|
8565
8565
|
...output,
|
|
8566
|
-
body: await
|
|
8566
|
+
body: await parseErrorBody(output.body, context),
|
|
8567
8567
|
};
|
|
8568
8568
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8569
8569
|
const parsedBody = parsedOutput.body;
|
|
@@ -8591,7 +8591,7 @@ exports.deserializeAws_ec2CreateCoipPoolCommand = deserializeAws_ec2CreateCoipPo
|
|
|
8591
8591
|
const deserializeAws_ec2CreateCoipPoolCommandError = async (output, context) => {
|
|
8592
8592
|
const parsedOutput = {
|
|
8593
8593
|
...output,
|
|
8594
|
-
body: await
|
|
8594
|
+
body: await parseErrorBody(output.body, context),
|
|
8595
8595
|
};
|
|
8596
8596
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8597
8597
|
const parsedBody = parsedOutput.body;
|
|
@@ -8619,7 +8619,7 @@ exports.deserializeAws_ec2CreateCustomerGatewayCommand = deserializeAws_ec2Creat
|
|
|
8619
8619
|
const deserializeAws_ec2CreateCustomerGatewayCommandError = async (output, context) => {
|
|
8620
8620
|
const parsedOutput = {
|
|
8621
8621
|
...output,
|
|
8622
|
-
body: await
|
|
8622
|
+
body: await parseErrorBody(output.body, context),
|
|
8623
8623
|
};
|
|
8624
8624
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8625
8625
|
const parsedBody = parsedOutput.body;
|
|
@@ -8647,7 +8647,7 @@ exports.deserializeAws_ec2CreateDefaultSubnetCommand = deserializeAws_ec2CreateD
|
|
|
8647
8647
|
const deserializeAws_ec2CreateDefaultSubnetCommandError = async (output, context) => {
|
|
8648
8648
|
const parsedOutput = {
|
|
8649
8649
|
...output,
|
|
8650
|
-
body: await
|
|
8650
|
+
body: await parseErrorBody(output.body, context),
|
|
8651
8651
|
};
|
|
8652
8652
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8653
8653
|
const parsedBody = parsedOutput.body;
|
|
@@ -8675,7 +8675,7 @@ exports.deserializeAws_ec2CreateDefaultVpcCommand = deserializeAws_ec2CreateDefa
|
|
|
8675
8675
|
const deserializeAws_ec2CreateDefaultVpcCommandError = async (output, context) => {
|
|
8676
8676
|
const parsedOutput = {
|
|
8677
8677
|
...output,
|
|
8678
|
-
body: await
|
|
8678
|
+
body: await parseErrorBody(output.body, context),
|
|
8679
8679
|
};
|
|
8680
8680
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8681
8681
|
const parsedBody = parsedOutput.body;
|
|
@@ -8703,7 +8703,7 @@ exports.deserializeAws_ec2CreateDhcpOptionsCommand = deserializeAws_ec2CreateDhc
|
|
|
8703
8703
|
const deserializeAws_ec2CreateDhcpOptionsCommandError = async (output, context) => {
|
|
8704
8704
|
const parsedOutput = {
|
|
8705
8705
|
...output,
|
|
8706
|
-
body: await
|
|
8706
|
+
body: await parseErrorBody(output.body, context),
|
|
8707
8707
|
};
|
|
8708
8708
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8709
8709
|
const parsedBody = parsedOutput.body;
|
|
@@ -8731,7 +8731,7 @@ exports.deserializeAws_ec2CreateEgressOnlyInternetGatewayCommand = deserializeAw
|
|
|
8731
8731
|
const deserializeAws_ec2CreateEgressOnlyInternetGatewayCommandError = async (output, context) => {
|
|
8732
8732
|
const parsedOutput = {
|
|
8733
8733
|
...output,
|
|
8734
|
-
body: await
|
|
8734
|
+
body: await parseErrorBody(output.body, context),
|
|
8735
8735
|
};
|
|
8736
8736
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8737
8737
|
const parsedBody = parsedOutput.body;
|
|
@@ -8759,7 +8759,7 @@ exports.deserializeAws_ec2CreateFleetCommand = deserializeAws_ec2CreateFleetComm
|
|
|
8759
8759
|
const deserializeAws_ec2CreateFleetCommandError = async (output, context) => {
|
|
8760
8760
|
const parsedOutput = {
|
|
8761
8761
|
...output,
|
|
8762
|
-
body: await
|
|
8762
|
+
body: await parseErrorBody(output.body, context),
|
|
8763
8763
|
};
|
|
8764
8764
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8765
8765
|
const parsedBody = parsedOutput.body;
|
|
@@ -8787,7 +8787,7 @@ exports.deserializeAws_ec2CreateFlowLogsCommand = deserializeAws_ec2CreateFlowLo
|
|
|
8787
8787
|
const deserializeAws_ec2CreateFlowLogsCommandError = async (output, context) => {
|
|
8788
8788
|
const parsedOutput = {
|
|
8789
8789
|
...output,
|
|
8790
|
-
body: await
|
|
8790
|
+
body: await parseErrorBody(output.body, context),
|
|
8791
8791
|
};
|
|
8792
8792
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8793
8793
|
const parsedBody = parsedOutput.body;
|
|
@@ -8815,7 +8815,7 @@ exports.deserializeAws_ec2CreateFpgaImageCommand = deserializeAws_ec2CreateFpgaI
|
|
|
8815
8815
|
const deserializeAws_ec2CreateFpgaImageCommandError = async (output, context) => {
|
|
8816
8816
|
const parsedOutput = {
|
|
8817
8817
|
...output,
|
|
8818
|
-
body: await
|
|
8818
|
+
body: await parseErrorBody(output.body, context),
|
|
8819
8819
|
};
|
|
8820
8820
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8821
8821
|
const parsedBody = parsedOutput.body;
|
|
@@ -8843,7 +8843,7 @@ exports.deserializeAws_ec2CreateImageCommand = deserializeAws_ec2CreateImageComm
|
|
|
8843
8843
|
const deserializeAws_ec2CreateImageCommandError = async (output, context) => {
|
|
8844
8844
|
const parsedOutput = {
|
|
8845
8845
|
...output,
|
|
8846
|
-
body: await
|
|
8846
|
+
body: await parseErrorBody(output.body, context),
|
|
8847
8847
|
};
|
|
8848
8848
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8849
8849
|
const parsedBody = parsedOutput.body;
|
|
@@ -8871,7 +8871,7 @@ exports.deserializeAws_ec2CreateInstanceEventWindowCommand = deserializeAws_ec2C
|
|
|
8871
8871
|
const deserializeAws_ec2CreateInstanceEventWindowCommandError = async (output, context) => {
|
|
8872
8872
|
const parsedOutput = {
|
|
8873
8873
|
...output,
|
|
8874
|
-
body: await
|
|
8874
|
+
body: await parseErrorBody(output.body, context),
|
|
8875
8875
|
};
|
|
8876
8876
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8877
8877
|
const parsedBody = parsedOutput.body;
|
|
@@ -8899,7 +8899,7 @@ exports.deserializeAws_ec2CreateInstanceExportTaskCommand = deserializeAws_ec2Cr
|
|
|
8899
8899
|
const deserializeAws_ec2CreateInstanceExportTaskCommandError = async (output, context) => {
|
|
8900
8900
|
const parsedOutput = {
|
|
8901
8901
|
...output,
|
|
8902
|
-
body: await
|
|
8902
|
+
body: await parseErrorBody(output.body, context),
|
|
8903
8903
|
};
|
|
8904
8904
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8905
8905
|
const parsedBody = parsedOutput.body;
|
|
@@ -8927,7 +8927,7 @@ exports.deserializeAws_ec2CreateInternetGatewayCommand = deserializeAws_ec2Creat
|
|
|
8927
8927
|
const deserializeAws_ec2CreateInternetGatewayCommandError = async (output, context) => {
|
|
8928
8928
|
const parsedOutput = {
|
|
8929
8929
|
...output,
|
|
8930
|
-
body: await
|
|
8930
|
+
body: await parseErrorBody(output.body, context),
|
|
8931
8931
|
};
|
|
8932
8932
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8933
8933
|
const parsedBody = parsedOutput.body;
|
|
@@ -8955,7 +8955,7 @@ exports.deserializeAws_ec2CreateIpamCommand = deserializeAws_ec2CreateIpamComman
|
|
|
8955
8955
|
const deserializeAws_ec2CreateIpamCommandError = async (output, context) => {
|
|
8956
8956
|
const parsedOutput = {
|
|
8957
8957
|
...output,
|
|
8958
|
-
body: await
|
|
8958
|
+
body: await parseErrorBody(output.body, context),
|
|
8959
8959
|
};
|
|
8960
8960
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8961
8961
|
const parsedBody = parsedOutput.body;
|
|
@@ -8983,7 +8983,7 @@ exports.deserializeAws_ec2CreateIpamPoolCommand = deserializeAws_ec2CreateIpamPo
|
|
|
8983
8983
|
const deserializeAws_ec2CreateIpamPoolCommandError = async (output, context) => {
|
|
8984
8984
|
const parsedOutput = {
|
|
8985
8985
|
...output,
|
|
8986
|
-
body: await
|
|
8986
|
+
body: await parseErrorBody(output.body, context),
|
|
8987
8987
|
};
|
|
8988
8988
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8989
8989
|
const parsedBody = parsedOutput.body;
|
|
@@ -9011,7 +9011,7 @@ exports.deserializeAws_ec2CreateIpamScopeCommand = deserializeAws_ec2CreateIpamS
|
|
|
9011
9011
|
const deserializeAws_ec2CreateIpamScopeCommandError = async (output, context) => {
|
|
9012
9012
|
const parsedOutput = {
|
|
9013
9013
|
...output,
|
|
9014
|
-
body: await
|
|
9014
|
+
body: await parseErrorBody(output.body, context),
|
|
9015
9015
|
};
|
|
9016
9016
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9017
9017
|
const parsedBody = parsedOutput.body;
|
|
@@ -9039,7 +9039,7 @@ exports.deserializeAws_ec2CreateKeyPairCommand = deserializeAws_ec2CreateKeyPair
|
|
|
9039
9039
|
const deserializeAws_ec2CreateKeyPairCommandError = async (output, context) => {
|
|
9040
9040
|
const parsedOutput = {
|
|
9041
9041
|
...output,
|
|
9042
|
-
body: await
|
|
9042
|
+
body: await parseErrorBody(output.body, context),
|
|
9043
9043
|
};
|
|
9044
9044
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9045
9045
|
const parsedBody = parsedOutput.body;
|
|
@@ -9067,7 +9067,7 @@ exports.deserializeAws_ec2CreateLaunchTemplateCommand = deserializeAws_ec2Create
|
|
|
9067
9067
|
const deserializeAws_ec2CreateLaunchTemplateCommandError = async (output, context) => {
|
|
9068
9068
|
const parsedOutput = {
|
|
9069
9069
|
...output,
|
|
9070
|
-
body: await
|
|
9070
|
+
body: await parseErrorBody(output.body, context),
|
|
9071
9071
|
};
|
|
9072
9072
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9073
9073
|
const parsedBody = parsedOutput.body;
|
|
@@ -9095,7 +9095,7 @@ exports.deserializeAws_ec2CreateLaunchTemplateVersionCommand = deserializeAws_ec
|
|
|
9095
9095
|
const deserializeAws_ec2CreateLaunchTemplateVersionCommandError = async (output, context) => {
|
|
9096
9096
|
const parsedOutput = {
|
|
9097
9097
|
...output,
|
|
9098
|
-
body: await
|
|
9098
|
+
body: await parseErrorBody(output.body, context),
|
|
9099
9099
|
};
|
|
9100
9100
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9101
9101
|
const parsedBody = parsedOutput.body;
|
|
@@ -9123,7 +9123,7 @@ exports.deserializeAws_ec2CreateLocalGatewayRouteCommand = deserializeAws_ec2Cre
|
|
|
9123
9123
|
const deserializeAws_ec2CreateLocalGatewayRouteCommandError = async (output, context) => {
|
|
9124
9124
|
const parsedOutput = {
|
|
9125
9125
|
...output,
|
|
9126
|
-
body: await
|
|
9126
|
+
body: await parseErrorBody(output.body, context),
|
|
9127
9127
|
};
|
|
9128
9128
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9129
9129
|
const parsedBody = parsedOutput.body;
|
|
@@ -9151,7 +9151,7 @@ exports.deserializeAws_ec2CreateLocalGatewayRouteTableCommand = deserializeAws_e
|
|
|
9151
9151
|
const deserializeAws_ec2CreateLocalGatewayRouteTableCommandError = async (output, context) => {
|
|
9152
9152
|
const parsedOutput = {
|
|
9153
9153
|
...output,
|
|
9154
|
-
body: await
|
|
9154
|
+
body: await parseErrorBody(output.body, context),
|
|
9155
9155
|
};
|
|
9156
9156
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9157
9157
|
const parsedBody = parsedOutput.body;
|
|
@@ -9179,7 +9179,7 @@ exports.deserializeAws_ec2CreateLocalGatewayRouteTableVirtualInterfaceGroupAssoc
|
|
|
9179
9179
|
const deserializeAws_ec2CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandError = async (output, context) => {
|
|
9180
9180
|
const parsedOutput = {
|
|
9181
9181
|
...output,
|
|
9182
|
-
body: await
|
|
9182
|
+
body: await parseErrorBody(output.body, context),
|
|
9183
9183
|
};
|
|
9184
9184
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9185
9185
|
const parsedBody = parsedOutput.body;
|
|
@@ -9207,7 +9207,7 @@ exports.deserializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationCommand = de
|
|
|
9207
9207
|
const deserializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationCommandError = async (output, context) => {
|
|
9208
9208
|
const parsedOutput = {
|
|
9209
9209
|
...output,
|
|
9210
|
-
body: await
|
|
9210
|
+
body: await parseErrorBody(output.body, context),
|
|
9211
9211
|
};
|
|
9212
9212
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9213
9213
|
const parsedBody = parsedOutput.body;
|
|
@@ -9235,7 +9235,7 @@ exports.deserializeAws_ec2CreateManagedPrefixListCommand = deserializeAws_ec2Cre
|
|
|
9235
9235
|
const deserializeAws_ec2CreateManagedPrefixListCommandError = async (output, context) => {
|
|
9236
9236
|
const parsedOutput = {
|
|
9237
9237
|
...output,
|
|
9238
|
-
body: await
|
|
9238
|
+
body: await parseErrorBody(output.body, context),
|
|
9239
9239
|
};
|
|
9240
9240
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9241
9241
|
const parsedBody = parsedOutput.body;
|
|
@@ -9263,7 +9263,7 @@ exports.deserializeAws_ec2CreateNatGatewayCommand = deserializeAws_ec2CreateNatG
|
|
|
9263
9263
|
const deserializeAws_ec2CreateNatGatewayCommandError = async (output, context) => {
|
|
9264
9264
|
const parsedOutput = {
|
|
9265
9265
|
...output,
|
|
9266
|
-
body: await
|
|
9266
|
+
body: await parseErrorBody(output.body, context),
|
|
9267
9267
|
};
|
|
9268
9268
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9269
9269
|
const parsedBody = parsedOutput.body;
|
|
@@ -9291,7 +9291,7 @@ exports.deserializeAws_ec2CreateNetworkAclCommand = deserializeAws_ec2CreateNetw
|
|
|
9291
9291
|
const deserializeAws_ec2CreateNetworkAclCommandError = async (output, context) => {
|
|
9292
9292
|
const parsedOutput = {
|
|
9293
9293
|
...output,
|
|
9294
|
-
body: await
|
|
9294
|
+
body: await parseErrorBody(output.body, context),
|
|
9295
9295
|
};
|
|
9296
9296
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9297
9297
|
const parsedBody = parsedOutput.body;
|
|
@@ -9316,7 +9316,7 @@ exports.deserializeAws_ec2CreateNetworkAclEntryCommand = deserializeAws_ec2Creat
|
|
|
9316
9316
|
const deserializeAws_ec2CreateNetworkAclEntryCommandError = async (output, context) => {
|
|
9317
9317
|
const parsedOutput = {
|
|
9318
9318
|
...output,
|
|
9319
|
-
body: await
|
|
9319
|
+
body: await parseErrorBody(output.body, context),
|
|
9320
9320
|
};
|
|
9321
9321
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9322
9322
|
const parsedBody = parsedOutput.body;
|
|
@@ -9344,7 +9344,7 @@ exports.deserializeAws_ec2CreateNetworkInsightsAccessScopeCommand = deserializeA
|
|
|
9344
9344
|
const deserializeAws_ec2CreateNetworkInsightsAccessScopeCommandError = async (output, context) => {
|
|
9345
9345
|
const parsedOutput = {
|
|
9346
9346
|
...output,
|
|
9347
|
-
body: await
|
|
9347
|
+
body: await parseErrorBody(output.body, context),
|
|
9348
9348
|
};
|
|
9349
9349
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9350
9350
|
const parsedBody = parsedOutput.body;
|
|
@@ -9372,7 +9372,7 @@ exports.deserializeAws_ec2CreateNetworkInsightsPathCommand = deserializeAws_ec2C
|
|
|
9372
9372
|
const deserializeAws_ec2CreateNetworkInsightsPathCommandError = async (output, context) => {
|
|
9373
9373
|
const parsedOutput = {
|
|
9374
9374
|
...output,
|
|
9375
|
-
body: await
|
|
9375
|
+
body: await parseErrorBody(output.body, context),
|
|
9376
9376
|
};
|
|
9377
9377
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9378
9378
|
const parsedBody = parsedOutput.body;
|
|
@@ -9400,7 +9400,7 @@ exports.deserializeAws_ec2CreateNetworkInterfaceCommand = deserializeAws_ec2Crea
|
|
|
9400
9400
|
const deserializeAws_ec2CreateNetworkInterfaceCommandError = async (output, context) => {
|
|
9401
9401
|
const parsedOutput = {
|
|
9402
9402
|
...output,
|
|
9403
|
-
body: await
|
|
9403
|
+
body: await parseErrorBody(output.body, context),
|
|
9404
9404
|
};
|
|
9405
9405
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9406
9406
|
const parsedBody = parsedOutput.body;
|
|
@@ -9428,7 +9428,7 @@ exports.deserializeAws_ec2CreateNetworkInterfacePermissionCommand = deserializeA
|
|
|
9428
9428
|
const deserializeAws_ec2CreateNetworkInterfacePermissionCommandError = async (output, context) => {
|
|
9429
9429
|
const parsedOutput = {
|
|
9430
9430
|
...output,
|
|
9431
|
-
body: await
|
|
9431
|
+
body: await parseErrorBody(output.body, context),
|
|
9432
9432
|
};
|
|
9433
9433
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9434
9434
|
const parsedBody = parsedOutput.body;
|
|
@@ -9456,7 +9456,7 @@ exports.deserializeAws_ec2CreatePlacementGroupCommand = deserializeAws_ec2Create
|
|
|
9456
9456
|
const deserializeAws_ec2CreatePlacementGroupCommandError = async (output, context) => {
|
|
9457
9457
|
const parsedOutput = {
|
|
9458
9458
|
...output,
|
|
9459
|
-
body: await
|
|
9459
|
+
body: await parseErrorBody(output.body, context),
|
|
9460
9460
|
};
|
|
9461
9461
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9462
9462
|
const parsedBody = parsedOutput.body;
|
|
@@ -9484,7 +9484,7 @@ exports.deserializeAws_ec2CreatePublicIpv4PoolCommand = deserializeAws_ec2Create
|
|
|
9484
9484
|
const deserializeAws_ec2CreatePublicIpv4PoolCommandError = async (output, context) => {
|
|
9485
9485
|
const parsedOutput = {
|
|
9486
9486
|
...output,
|
|
9487
|
-
body: await
|
|
9487
|
+
body: await parseErrorBody(output.body, context),
|
|
9488
9488
|
};
|
|
9489
9489
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9490
9490
|
const parsedBody = parsedOutput.body;
|
|
@@ -9512,7 +9512,7 @@ exports.deserializeAws_ec2CreateReplaceRootVolumeTaskCommand = deserializeAws_ec
|
|
|
9512
9512
|
const deserializeAws_ec2CreateReplaceRootVolumeTaskCommandError = async (output, context) => {
|
|
9513
9513
|
const parsedOutput = {
|
|
9514
9514
|
...output,
|
|
9515
|
-
body: await
|
|
9515
|
+
body: await parseErrorBody(output.body, context),
|
|
9516
9516
|
};
|
|
9517
9517
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9518
9518
|
const parsedBody = parsedOutput.body;
|
|
@@ -9540,7 +9540,7 @@ exports.deserializeAws_ec2CreateReservedInstancesListingCommand = deserializeAws
|
|
|
9540
9540
|
const deserializeAws_ec2CreateReservedInstancesListingCommandError = async (output, context) => {
|
|
9541
9541
|
const parsedOutput = {
|
|
9542
9542
|
...output,
|
|
9543
|
-
body: await
|
|
9543
|
+
body: await parseErrorBody(output.body, context),
|
|
9544
9544
|
};
|
|
9545
9545
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9546
9546
|
const parsedBody = parsedOutput.body;
|
|
@@ -9568,7 +9568,7 @@ exports.deserializeAws_ec2CreateRestoreImageTaskCommand = deserializeAws_ec2Crea
|
|
|
9568
9568
|
const deserializeAws_ec2CreateRestoreImageTaskCommandError = async (output, context) => {
|
|
9569
9569
|
const parsedOutput = {
|
|
9570
9570
|
...output,
|
|
9571
|
-
body: await
|
|
9571
|
+
body: await parseErrorBody(output.body, context),
|
|
9572
9572
|
};
|
|
9573
9573
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9574
9574
|
const parsedBody = parsedOutput.body;
|
|
@@ -9596,7 +9596,7 @@ exports.deserializeAws_ec2CreateRouteCommand = deserializeAws_ec2CreateRouteComm
|
|
|
9596
9596
|
const deserializeAws_ec2CreateRouteCommandError = async (output, context) => {
|
|
9597
9597
|
const parsedOutput = {
|
|
9598
9598
|
...output,
|
|
9599
|
-
body: await
|
|
9599
|
+
body: await parseErrorBody(output.body, context),
|
|
9600
9600
|
};
|
|
9601
9601
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9602
9602
|
const parsedBody = parsedOutput.body;
|
|
@@ -9624,7 +9624,7 @@ exports.deserializeAws_ec2CreateRouteTableCommand = deserializeAws_ec2CreateRout
|
|
|
9624
9624
|
const deserializeAws_ec2CreateRouteTableCommandError = async (output, context) => {
|
|
9625
9625
|
const parsedOutput = {
|
|
9626
9626
|
...output,
|
|
9627
|
-
body: await
|
|
9627
|
+
body: await parseErrorBody(output.body, context),
|
|
9628
9628
|
};
|
|
9629
9629
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9630
9630
|
const parsedBody = parsedOutput.body;
|
|
@@ -9652,7 +9652,7 @@ exports.deserializeAws_ec2CreateSecurityGroupCommand = deserializeAws_ec2CreateS
|
|
|
9652
9652
|
const deserializeAws_ec2CreateSecurityGroupCommandError = async (output, context) => {
|
|
9653
9653
|
const parsedOutput = {
|
|
9654
9654
|
...output,
|
|
9655
|
-
body: await
|
|
9655
|
+
body: await parseErrorBody(output.body, context),
|
|
9656
9656
|
};
|
|
9657
9657
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9658
9658
|
const parsedBody = parsedOutput.body;
|
|
@@ -9680,7 +9680,7 @@ exports.deserializeAws_ec2CreateSnapshotCommand = deserializeAws_ec2CreateSnapsh
|
|
|
9680
9680
|
const deserializeAws_ec2CreateSnapshotCommandError = async (output, context) => {
|
|
9681
9681
|
const parsedOutput = {
|
|
9682
9682
|
...output,
|
|
9683
|
-
body: await
|
|
9683
|
+
body: await parseErrorBody(output.body, context),
|
|
9684
9684
|
};
|
|
9685
9685
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9686
9686
|
const parsedBody = parsedOutput.body;
|
|
@@ -9708,7 +9708,7 @@ exports.deserializeAws_ec2CreateSnapshotsCommand = deserializeAws_ec2CreateSnaps
|
|
|
9708
9708
|
const deserializeAws_ec2CreateSnapshotsCommandError = async (output, context) => {
|
|
9709
9709
|
const parsedOutput = {
|
|
9710
9710
|
...output,
|
|
9711
|
-
body: await
|
|
9711
|
+
body: await parseErrorBody(output.body, context),
|
|
9712
9712
|
};
|
|
9713
9713
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9714
9714
|
const parsedBody = parsedOutput.body;
|
|
@@ -9736,7 +9736,7 @@ exports.deserializeAws_ec2CreateSpotDatafeedSubscriptionCommand = deserializeAws
|
|
|
9736
9736
|
const deserializeAws_ec2CreateSpotDatafeedSubscriptionCommandError = async (output, context) => {
|
|
9737
9737
|
const parsedOutput = {
|
|
9738
9738
|
...output,
|
|
9739
|
-
body: await
|
|
9739
|
+
body: await parseErrorBody(output.body, context),
|
|
9740
9740
|
};
|
|
9741
9741
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9742
9742
|
const parsedBody = parsedOutput.body;
|
|
@@ -9764,7 +9764,7 @@ exports.deserializeAws_ec2CreateStoreImageTaskCommand = deserializeAws_ec2Create
|
|
|
9764
9764
|
const deserializeAws_ec2CreateStoreImageTaskCommandError = async (output, context) => {
|
|
9765
9765
|
const parsedOutput = {
|
|
9766
9766
|
...output,
|
|
9767
|
-
body: await
|
|
9767
|
+
body: await parseErrorBody(output.body, context),
|
|
9768
9768
|
};
|
|
9769
9769
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9770
9770
|
const parsedBody = parsedOutput.body;
|
|
@@ -9792,7 +9792,7 @@ exports.deserializeAws_ec2CreateSubnetCommand = deserializeAws_ec2CreateSubnetCo
|
|
|
9792
9792
|
const deserializeAws_ec2CreateSubnetCommandError = async (output, context) => {
|
|
9793
9793
|
const parsedOutput = {
|
|
9794
9794
|
...output,
|
|
9795
|
-
body: await
|
|
9795
|
+
body: await parseErrorBody(output.body, context),
|
|
9796
9796
|
};
|
|
9797
9797
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9798
9798
|
const parsedBody = parsedOutput.body;
|
|
@@ -9820,7 +9820,7 @@ exports.deserializeAws_ec2CreateSubnetCidrReservationCommand = deserializeAws_ec
|
|
|
9820
9820
|
const deserializeAws_ec2CreateSubnetCidrReservationCommandError = async (output, context) => {
|
|
9821
9821
|
const parsedOutput = {
|
|
9822
9822
|
...output,
|
|
9823
|
-
body: await
|
|
9823
|
+
body: await parseErrorBody(output.body, context),
|
|
9824
9824
|
};
|
|
9825
9825
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9826
9826
|
const parsedBody = parsedOutput.body;
|
|
@@ -9845,7 +9845,7 @@ exports.deserializeAws_ec2CreateTagsCommand = deserializeAws_ec2CreateTagsComman
|
|
|
9845
9845
|
const deserializeAws_ec2CreateTagsCommandError = async (output, context) => {
|
|
9846
9846
|
const parsedOutput = {
|
|
9847
9847
|
...output,
|
|
9848
|
-
body: await
|
|
9848
|
+
body: await parseErrorBody(output.body, context),
|
|
9849
9849
|
};
|
|
9850
9850
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9851
9851
|
const parsedBody = parsedOutput.body;
|
|
@@ -9873,7 +9873,7 @@ exports.deserializeAws_ec2CreateTrafficMirrorFilterCommand = deserializeAws_ec2C
|
|
|
9873
9873
|
const deserializeAws_ec2CreateTrafficMirrorFilterCommandError = async (output, context) => {
|
|
9874
9874
|
const parsedOutput = {
|
|
9875
9875
|
...output,
|
|
9876
|
-
body: await
|
|
9876
|
+
body: await parseErrorBody(output.body, context),
|
|
9877
9877
|
};
|
|
9878
9878
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9879
9879
|
const parsedBody = parsedOutput.body;
|
|
@@ -9901,7 +9901,7 @@ exports.deserializeAws_ec2CreateTrafficMirrorFilterRuleCommand = deserializeAws_
|
|
|
9901
9901
|
const deserializeAws_ec2CreateTrafficMirrorFilterRuleCommandError = async (output, context) => {
|
|
9902
9902
|
const parsedOutput = {
|
|
9903
9903
|
...output,
|
|
9904
|
-
body: await
|
|
9904
|
+
body: await parseErrorBody(output.body, context),
|
|
9905
9905
|
};
|
|
9906
9906
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9907
9907
|
const parsedBody = parsedOutput.body;
|
|
@@ -9929,7 +9929,7 @@ exports.deserializeAws_ec2CreateTrafficMirrorSessionCommand = deserializeAws_ec2
|
|
|
9929
9929
|
const deserializeAws_ec2CreateTrafficMirrorSessionCommandError = async (output, context) => {
|
|
9930
9930
|
const parsedOutput = {
|
|
9931
9931
|
...output,
|
|
9932
|
-
body: await
|
|
9932
|
+
body: await parseErrorBody(output.body, context),
|
|
9933
9933
|
};
|
|
9934
9934
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9935
9935
|
const parsedBody = parsedOutput.body;
|
|
@@ -9957,7 +9957,7 @@ exports.deserializeAws_ec2CreateTrafficMirrorTargetCommand = deserializeAws_ec2C
|
|
|
9957
9957
|
const deserializeAws_ec2CreateTrafficMirrorTargetCommandError = async (output, context) => {
|
|
9958
9958
|
const parsedOutput = {
|
|
9959
9959
|
...output,
|
|
9960
|
-
body: await
|
|
9960
|
+
body: await parseErrorBody(output.body, context),
|
|
9961
9961
|
};
|
|
9962
9962
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9963
9963
|
const parsedBody = parsedOutput.body;
|
|
@@ -9985,7 +9985,7 @@ exports.deserializeAws_ec2CreateTransitGatewayCommand = deserializeAws_ec2Create
|
|
|
9985
9985
|
const deserializeAws_ec2CreateTransitGatewayCommandError = async (output, context) => {
|
|
9986
9986
|
const parsedOutput = {
|
|
9987
9987
|
...output,
|
|
9988
|
-
body: await
|
|
9988
|
+
body: await parseErrorBody(output.body, context),
|
|
9989
9989
|
};
|
|
9990
9990
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
9991
9991
|
const parsedBody = parsedOutput.body;
|
|
@@ -10013,7 +10013,7 @@ exports.deserializeAws_ec2CreateTransitGatewayConnectCommand = deserializeAws_ec
|
|
|
10013
10013
|
const deserializeAws_ec2CreateTransitGatewayConnectCommandError = async (output, context) => {
|
|
10014
10014
|
const parsedOutput = {
|
|
10015
10015
|
...output,
|
|
10016
|
-
body: await
|
|
10016
|
+
body: await parseErrorBody(output.body, context),
|
|
10017
10017
|
};
|
|
10018
10018
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10019
10019
|
const parsedBody = parsedOutput.body;
|
|
@@ -10041,7 +10041,7 @@ exports.deserializeAws_ec2CreateTransitGatewayConnectPeerCommand = deserializeAw
|
|
|
10041
10041
|
const deserializeAws_ec2CreateTransitGatewayConnectPeerCommandError = async (output, context) => {
|
|
10042
10042
|
const parsedOutput = {
|
|
10043
10043
|
...output,
|
|
10044
|
-
body: await
|
|
10044
|
+
body: await parseErrorBody(output.body, context),
|
|
10045
10045
|
};
|
|
10046
10046
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10047
10047
|
const parsedBody = parsedOutput.body;
|
|
@@ -10069,7 +10069,7 @@ exports.deserializeAws_ec2CreateTransitGatewayMulticastDomainCommand = deseriali
|
|
|
10069
10069
|
const deserializeAws_ec2CreateTransitGatewayMulticastDomainCommandError = async (output, context) => {
|
|
10070
10070
|
const parsedOutput = {
|
|
10071
10071
|
...output,
|
|
10072
|
-
body: await
|
|
10072
|
+
body: await parseErrorBody(output.body, context),
|
|
10073
10073
|
};
|
|
10074
10074
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10075
10075
|
const parsedBody = parsedOutput.body;
|
|
@@ -10097,7 +10097,7 @@ exports.deserializeAws_ec2CreateTransitGatewayPeeringAttachmentCommand = deseria
|
|
|
10097
10097
|
const deserializeAws_ec2CreateTransitGatewayPeeringAttachmentCommandError = async (output, context) => {
|
|
10098
10098
|
const parsedOutput = {
|
|
10099
10099
|
...output,
|
|
10100
|
-
body: await
|
|
10100
|
+
body: await parseErrorBody(output.body, context),
|
|
10101
10101
|
};
|
|
10102
10102
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10103
10103
|
const parsedBody = parsedOutput.body;
|
|
@@ -10125,7 +10125,7 @@ exports.deserializeAws_ec2CreateTransitGatewayPolicyTableCommand = deserializeAw
|
|
|
10125
10125
|
const deserializeAws_ec2CreateTransitGatewayPolicyTableCommandError = async (output, context) => {
|
|
10126
10126
|
const parsedOutput = {
|
|
10127
10127
|
...output,
|
|
10128
|
-
body: await
|
|
10128
|
+
body: await parseErrorBody(output.body, context),
|
|
10129
10129
|
};
|
|
10130
10130
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10131
10131
|
const parsedBody = parsedOutput.body;
|
|
@@ -10153,7 +10153,7 @@ exports.deserializeAws_ec2CreateTransitGatewayPrefixListReferenceCommand = deser
|
|
|
10153
10153
|
const deserializeAws_ec2CreateTransitGatewayPrefixListReferenceCommandError = async (output, context) => {
|
|
10154
10154
|
const parsedOutput = {
|
|
10155
10155
|
...output,
|
|
10156
|
-
body: await
|
|
10156
|
+
body: await parseErrorBody(output.body, context),
|
|
10157
10157
|
};
|
|
10158
10158
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10159
10159
|
const parsedBody = parsedOutput.body;
|
|
@@ -10181,7 +10181,7 @@ exports.deserializeAws_ec2CreateTransitGatewayRouteCommand = deserializeAws_ec2C
|
|
|
10181
10181
|
const deserializeAws_ec2CreateTransitGatewayRouteCommandError = async (output, context) => {
|
|
10182
10182
|
const parsedOutput = {
|
|
10183
10183
|
...output,
|
|
10184
|
-
body: await
|
|
10184
|
+
body: await parseErrorBody(output.body, context),
|
|
10185
10185
|
};
|
|
10186
10186
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10187
10187
|
const parsedBody = parsedOutput.body;
|
|
@@ -10209,7 +10209,7 @@ exports.deserializeAws_ec2CreateTransitGatewayRouteTableCommand = deserializeAws
|
|
|
10209
10209
|
const deserializeAws_ec2CreateTransitGatewayRouteTableCommandError = async (output, context) => {
|
|
10210
10210
|
const parsedOutput = {
|
|
10211
10211
|
...output,
|
|
10212
|
-
body: await
|
|
10212
|
+
body: await parseErrorBody(output.body, context),
|
|
10213
10213
|
};
|
|
10214
10214
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10215
10215
|
const parsedBody = parsedOutput.body;
|
|
@@ -10237,7 +10237,7 @@ exports.deserializeAws_ec2CreateTransitGatewayRouteTableAnnouncementCommand = de
|
|
|
10237
10237
|
const deserializeAws_ec2CreateTransitGatewayRouteTableAnnouncementCommandError = async (output, context) => {
|
|
10238
10238
|
const parsedOutput = {
|
|
10239
10239
|
...output,
|
|
10240
|
-
body: await
|
|
10240
|
+
body: await parseErrorBody(output.body, context),
|
|
10241
10241
|
};
|
|
10242
10242
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10243
10243
|
const parsedBody = parsedOutput.body;
|
|
@@ -10265,7 +10265,7 @@ exports.deserializeAws_ec2CreateTransitGatewayVpcAttachmentCommand = deserialize
|
|
|
10265
10265
|
const deserializeAws_ec2CreateTransitGatewayVpcAttachmentCommandError = async (output, context) => {
|
|
10266
10266
|
const parsedOutput = {
|
|
10267
10267
|
...output,
|
|
10268
|
-
body: await
|
|
10268
|
+
body: await parseErrorBody(output.body, context),
|
|
10269
10269
|
};
|
|
10270
10270
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10271
10271
|
const parsedBody = parsedOutput.body;
|
|
@@ -10293,7 +10293,7 @@ exports.deserializeAws_ec2CreateVolumeCommand = deserializeAws_ec2CreateVolumeCo
|
|
|
10293
10293
|
const deserializeAws_ec2CreateVolumeCommandError = async (output, context) => {
|
|
10294
10294
|
const parsedOutput = {
|
|
10295
10295
|
...output,
|
|
10296
|
-
body: await
|
|
10296
|
+
body: await parseErrorBody(output.body, context),
|
|
10297
10297
|
};
|
|
10298
10298
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10299
10299
|
const parsedBody = parsedOutput.body;
|
|
@@ -10321,7 +10321,7 @@ exports.deserializeAws_ec2CreateVpcCommand = deserializeAws_ec2CreateVpcCommand;
|
|
|
10321
10321
|
const deserializeAws_ec2CreateVpcCommandError = async (output, context) => {
|
|
10322
10322
|
const parsedOutput = {
|
|
10323
10323
|
...output,
|
|
10324
|
-
body: await
|
|
10324
|
+
body: await parseErrorBody(output.body, context),
|
|
10325
10325
|
};
|
|
10326
10326
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10327
10327
|
const parsedBody = parsedOutput.body;
|
|
@@ -10349,7 +10349,7 @@ exports.deserializeAws_ec2CreateVpcEndpointCommand = deserializeAws_ec2CreateVpc
|
|
|
10349
10349
|
const deserializeAws_ec2CreateVpcEndpointCommandError = async (output, context) => {
|
|
10350
10350
|
const parsedOutput = {
|
|
10351
10351
|
...output,
|
|
10352
|
-
body: await
|
|
10352
|
+
body: await parseErrorBody(output.body, context),
|
|
10353
10353
|
};
|
|
10354
10354
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10355
10355
|
const parsedBody = parsedOutput.body;
|
|
@@ -10377,7 +10377,7 @@ exports.deserializeAws_ec2CreateVpcEndpointConnectionNotificationCommand = deser
|
|
|
10377
10377
|
const deserializeAws_ec2CreateVpcEndpointConnectionNotificationCommandError = async (output, context) => {
|
|
10378
10378
|
const parsedOutput = {
|
|
10379
10379
|
...output,
|
|
10380
|
-
body: await
|
|
10380
|
+
body: await parseErrorBody(output.body, context),
|
|
10381
10381
|
};
|
|
10382
10382
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10383
10383
|
const parsedBody = parsedOutput.body;
|
|
@@ -10405,7 +10405,7 @@ exports.deserializeAws_ec2CreateVpcEndpointServiceConfigurationCommand = deseria
|
|
|
10405
10405
|
const deserializeAws_ec2CreateVpcEndpointServiceConfigurationCommandError = async (output, context) => {
|
|
10406
10406
|
const parsedOutput = {
|
|
10407
10407
|
...output,
|
|
10408
|
-
body: await
|
|
10408
|
+
body: await parseErrorBody(output.body, context),
|
|
10409
10409
|
};
|
|
10410
10410
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10411
10411
|
const parsedBody = parsedOutput.body;
|
|
@@ -10433,7 +10433,7 @@ exports.deserializeAws_ec2CreateVpcPeeringConnectionCommand = deserializeAws_ec2
|
|
|
10433
10433
|
const deserializeAws_ec2CreateVpcPeeringConnectionCommandError = async (output, context) => {
|
|
10434
10434
|
const parsedOutput = {
|
|
10435
10435
|
...output,
|
|
10436
|
-
body: await
|
|
10436
|
+
body: await parseErrorBody(output.body, context),
|
|
10437
10437
|
};
|
|
10438
10438
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10439
10439
|
const parsedBody = parsedOutput.body;
|
|
@@ -10461,7 +10461,7 @@ exports.deserializeAws_ec2CreateVpnConnectionCommand = deserializeAws_ec2CreateV
|
|
|
10461
10461
|
const deserializeAws_ec2CreateVpnConnectionCommandError = async (output, context) => {
|
|
10462
10462
|
const parsedOutput = {
|
|
10463
10463
|
...output,
|
|
10464
|
-
body: await
|
|
10464
|
+
body: await parseErrorBody(output.body, context),
|
|
10465
10465
|
};
|
|
10466
10466
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10467
10467
|
const parsedBody = parsedOutput.body;
|
|
@@ -10486,7 +10486,7 @@ exports.deserializeAws_ec2CreateVpnConnectionRouteCommand = deserializeAws_ec2Cr
|
|
|
10486
10486
|
const deserializeAws_ec2CreateVpnConnectionRouteCommandError = async (output, context) => {
|
|
10487
10487
|
const parsedOutput = {
|
|
10488
10488
|
...output,
|
|
10489
|
-
body: await
|
|
10489
|
+
body: await parseErrorBody(output.body, context),
|
|
10490
10490
|
};
|
|
10491
10491
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10492
10492
|
const parsedBody = parsedOutput.body;
|
|
@@ -10514,7 +10514,7 @@ exports.deserializeAws_ec2CreateVpnGatewayCommand = deserializeAws_ec2CreateVpnG
|
|
|
10514
10514
|
const deserializeAws_ec2CreateVpnGatewayCommandError = async (output, context) => {
|
|
10515
10515
|
const parsedOutput = {
|
|
10516
10516
|
...output,
|
|
10517
|
-
body: await
|
|
10517
|
+
body: await parseErrorBody(output.body, context),
|
|
10518
10518
|
};
|
|
10519
10519
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10520
10520
|
const parsedBody = parsedOutput.body;
|
|
@@ -10542,7 +10542,7 @@ exports.deserializeAws_ec2DeleteCarrierGatewayCommand = deserializeAws_ec2Delete
|
|
|
10542
10542
|
const deserializeAws_ec2DeleteCarrierGatewayCommandError = async (output, context) => {
|
|
10543
10543
|
const parsedOutput = {
|
|
10544
10544
|
...output,
|
|
10545
|
-
body: await
|
|
10545
|
+
body: await parseErrorBody(output.body, context),
|
|
10546
10546
|
};
|
|
10547
10547
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10548
10548
|
const parsedBody = parsedOutput.body;
|
|
@@ -10570,7 +10570,7 @@ exports.deserializeAws_ec2DeleteClientVpnEndpointCommand = deserializeAws_ec2Del
|
|
|
10570
10570
|
const deserializeAws_ec2DeleteClientVpnEndpointCommandError = async (output, context) => {
|
|
10571
10571
|
const parsedOutput = {
|
|
10572
10572
|
...output,
|
|
10573
|
-
body: await
|
|
10573
|
+
body: await parseErrorBody(output.body, context),
|
|
10574
10574
|
};
|
|
10575
10575
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10576
10576
|
const parsedBody = parsedOutput.body;
|
|
@@ -10598,7 +10598,7 @@ exports.deserializeAws_ec2DeleteClientVpnRouteCommand = deserializeAws_ec2Delete
|
|
|
10598
10598
|
const deserializeAws_ec2DeleteClientVpnRouteCommandError = async (output, context) => {
|
|
10599
10599
|
const parsedOutput = {
|
|
10600
10600
|
...output,
|
|
10601
|
-
body: await
|
|
10601
|
+
body: await parseErrorBody(output.body, context),
|
|
10602
10602
|
};
|
|
10603
10603
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10604
10604
|
const parsedBody = parsedOutput.body;
|
|
@@ -10626,7 +10626,7 @@ exports.deserializeAws_ec2DeleteCoipCidrCommand = deserializeAws_ec2DeleteCoipCi
|
|
|
10626
10626
|
const deserializeAws_ec2DeleteCoipCidrCommandError = async (output, context) => {
|
|
10627
10627
|
const parsedOutput = {
|
|
10628
10628
|
...output,
|
|
10629
|
-
body: await
|
|
10629
|
+
body: await parseErrorBody(output.body, context),
|
|
10630
10630
|
};
|
|
10631
10631
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10632
10632
|
const parsedBody = parsedOutput.body;
|
|
@@ -10654,7 +10654,7 @@ exports.deserializeAws_ec2DeleteCoipPoolCommand = deserializeAws_ec2DeleteCoipPo
|
|
|
10654
10654
|
const deserializeAws_ec2DeleteCoipPoolCommandError = async (output, context) => {
|
|
10655
10655
|
const parsedOutput = {
|
|
10656
10656
|
...output,
|
|
10657
|
-
body: await
|
|
10657
|
+
body: await parseErrorBody(output.body, context),
|
|
10658
10658
|
};
|
|
10659
10659
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10660
10660
|
const parsedBody = parsedOutput.body;
|
|
@@ -10679,7 +10679,7 @@ exports.deserializeAws_ec2DeleteCustomerGatewayCommand = deserializeAws_ec2Delet
|
|
|
10679
10679
|
const deserializeAws_ec2DeleteCustomerGatewayCommandError = async (output, context) => {
|
|
10680
10680
|
const parsedOutput = {
|
|
10681
10681
|
...output,
|
|
10682
|
-
body: await
|
|
10682
|
+
body: await parseErrorBody(output.body, context),
|
|
10683
10683
|
};
|
|
10684
10684
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10685
10685
|
const parsedBody = parsedOutput.body;
|
|
@@ -10704,7 +10704,7 @@ exports.deserializeAws_ec2DeleteDhcpOptionsCommand = deserializeAws_ec2DeleteDhc
|
|
|
10704
10704
|
const deserializeAws_ec2DeleteDhcpOptionsCommandError = async (output, context) => {
|
|
10705
10705
|
const parsedOutput = {
|
|
10706
10706
|
...output,
|
|
10707
|
-
body: await
|
|
10707
|
+
body: await parseErrorBody(output.body, context),
|
|
10708
10708
|
};
|
|
10709
10709
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10710
10710
|
const parsedBody = parsedOutput.body;
|
|
@@ -10732,7 +10732,7 @@ exports.deserializeAws_ec2DeleteEgressOnlyInternetGatewayCommand = deserializeAw
|
|
|
10732
10732
|
const deserializeAws_ec2DeleteEgressOnlyInternetGatewayCommandError = async (output, context) => {
|
|
10733
10733
|
const parsedOutput = {
|
|
10734
10734
|
...output,
|
|
10735
|
-
body: await
|
|
10735
|
+
body: await parseErrorBody(output.body, context),
|
|
10736
10736
|
};
|
|
10737
10737
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10738
10738
|
const parsedBody = parsedOutput.body;
|
|
@@ -10760,7 +10760,7 @@ exports.deserializeAws_ec2DeleteFleetsCommand = deserializeAws_ec2DeleteFleetsCo
|
|
|
10760
10760
|
const deserializeAws_ec2DeleteFleetsCommandError = async (output, context) => {
|
|
10761
10761
|
const parsedOutput = {
|
|
10762
10762
|
...output,
|
|
10763
|
-
body: await
|
|
10763
|
+
body: await parseErrorBody(output.body, context),
|
|
10764
10764
|
};
|
|
10765
10765
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10766
10766
|
const parsedBody = parsedOutput.body;
|
|
@@ -10788,7 +10788,7 @@ exports.deserializeAws_ec2DeleteFlowLogsCommand = deserializeAws_ec2DeleteFlowLo
|
|
|
10788
10788
|
const deserializeAws_ec2DeleteFlowLogsCommandError = async (output, context) => {
|
|
10789
10789
|
const parsedOutput = {
|
|
10790
10790
|
...output,
|
|
10791
|
-
body: await
|
|
10791
|
+
body: await parseErrorBody(output.body, context),
|
|
10792
10792
|
};
|
|
10793
10793
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10794
10794
|
const parsedBody = parsedOutput.body;
|
|
@@ -10816,7 +10816,7 @@ exports.deserializeAws_ec2DeleteFpgaImageCommand = deserializeAws_ec2DeleteFpgaI
|
|
|
10816
10816
|
const deserializeAws_ec2DeleteFpgaImageCommandError = async (output, context) => {
|
|
10817
10817
|
const parsedOutput = {
|
|
10818
10818
|
...output,
|
|
10819
|
-
body: await
|
|
10819
|
+
body: await parseErrorBody(output.body, context),
|
|
10820
10820
|
};
|
|
10821
10821
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10822
10822
|
const parsedBody = parsedOutput.body;
|
|
@@ -10844,7 +10844,7 @@ exports.deserializeAws_ec2DeleteInstanceEventWindowCommand = deserializeAws_ec2D
|
|
|
10844
10844
|
const deserializeAws_ec2DeleteInstanceEventWindowCommandError = async (output, context) => {
|
|
10845
10845
|
const parsedOutput = {
|
|
10846
10846
|
...output,
|
|
10847
|
-
body: await
|
|
10847
|
+
body: await parseErrorBody(output.body, context),
|
|
10848
10848
|
};
|
|
10849
10849
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10850
10850
|
const parsedBody = parsedOutput.body;
|
|
@@ -10869,7 +10869,7 @@ exports.deserializeAws_ec2DeleteInternetGatewayCommand = deserializeAws_ec2Delet
|
|
|
10869
10869
|
const deserializeAws_ec2DeleteInternetGatewayCommandError = async (output, context) => {
|
|
10870
10870
|
const parsedOutput = {
|
|
10871
10871
|
...output,
|
|
10872
|
-
body: await
|
|
10872
|
+
body: await parseErrorBody(output.body, context),
|
|
10873
10873
|
};
|
|
10874
10874
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10875
10875
|
const parsedBody = parsedOutput.body;
|
|
@@ -10897,7 +10897,7 @@ exports.deserializeAws_ec2DeleteIpamCommand = deserializeAws_ec2DeleteIpamComman
|
|
|
10897
10897
|
const deserializeAws_ec2DeleteIpamCommandError = async (output, context) => {
|
|
10898
10898
|
const parsedOutput = {
|
|
10899
10899
|
...output,
|
|
10900
|
-
body: await
|
|
10900
|
+
body: await parseErrorBody(output.body, context),
|
|
10901
10901
|
};
|
|
10902
10902
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10903
10903
|
const parsedBody = parsedOutput.body;
|
|
@@ -10925,7 +10925,7 @@ exports.deserializeAws_ec2DeleteIpamPoolCommand = deserializeAws_ec2DeleteIpamPo
|
|
|
10925
10925
|
const deserializeAws_ec2DeleteIpamPoolCommandError = async (output, context) => {
|
|
10926
10926
|
const parsedOutput = {
|
|
10927
10927
|
...output,
|
|
10928
|
-
body: await
|
|
10928
|
+
body: await parseErrorBody(output.body, context),
|
|
10929
10929
|
};
|
|
10930
10930
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10931
10931
|
const parsedBody = parsedOutput.body;
|
|
@@ -10953,7 +10953,7 @@ exports.deserializeAws_ec2DeleteIpamScopeCommand = deserializeAws_ec2DeleteIpamS
|
|
|
10953
10953
|
const deserializeAws_ec2DeleteIpamScopeCommandError = async (output, context) => {
|
|
10954
10954
|
const parsedOutput = {
|
|
10955
10955
|
...output,
|
|
10956
|
-
body: await
|
|
10956
|
+
body: await parseErrorBody(output.body, context),
|
|
10957
10957
|
};
|
|
10958
10958
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10959
10959
|
const parsedBody = parsedOutput.body;
|
|
@@ -10978,7 +10978,7 @@ exports.deserializeAws_ec2DeleteKeyPairCommand = deserializeAws_ec2DeleteKeyPair
|
|
|
10978
10978
|
const deserializeAws_ec2DeleteKeyPairCommandError = async (output, context) => {
|
|
10979
10979
|
const parsedOutput = {
|
|
10980
10980
|
...output,
|
|
10981
|
-
body: await
|
|
10981
|
+
body: await parseErrorBody(output.body, context),
|
|
10982
10982
|
};
|
|
10983
10983
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10984
10984
|
const parsedBody = parsedOutput.body;
|
|
@@ -11006,7 +11006,7 @@ exports.deserializeAws_ec2DeleteLaunchTemplateCommand = deserializeAws_ec2Delete
|
|
|
11006
11006
|
const deserializeAws_ec2DeleteLaunchTemplateCommandError = async (output, context) => {
|
|
11007
11007
|
const parsedOutput = {
|
|
11008
11008
|
...output,
|
|
11009
|
-
body: await
|
|
11009
|
+
body: await parseErrorBody(output.body, context),
|
|
11010
11010
|
};
|
|
11011
11011
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11012
11012
|
const parsedBody = parsedOutput.body;
|
|
@@ -11034,7 +11034,7 @@ exports.deserializeAws_ec2DeleteLaunchTemplateVersionsCommand = deserializeAws_e
|
|
|
11034
11034
|
const deserializeAws_ec2DeleteLaunchTemplateVersionsCommandError = async (output, context) => {
|
|
11035
11035
|
const parsedOutput = {
|
|
11036
11036
|
...output,
|
|
11037
|
-
body: await
|
|
11037
|
+
body: await parseErrorBody(output.body, context),
|
|
11038
11038
|
};
|
|
11039
11039
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11040
11040
|
const parsedBody = parsedOutput.body;
|
|
@@ -11062,7 +11062,7 @@ exports.deserializeAws_ec2DeleteLocalGatewayRouteCommand = deserializeAws_ec2Del
|
|
|
11062
11062
|
const deserializeAws_ec2DeleteLocalGatewayRouteCommandError = async (output, context) => {
|
|
11063
11063
|
const parsedOutput = {
|
|
11064
11064
|
...output,
|
|
11065
|
-
body: await
|
|
11065
|
+
body: await parseErrorBody(output.body, context),
|
|
11066
11066
|
};
|
|
11067
11067
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11068
11068
|
const parsedBody = parsedOutput.body;
|
|
@@ -11090,7 +11090,7 @@ exports.deserializeAws_ec2DeleteLocalGatewayRouteTableCommand = deserializeAws_e
|
|
|
11090
11090
|
const deserializeAws_ec2DeleteLocalGatewayRouteTableCommandError = async (output, context) => {
|
|
11091
11091
|
const parsedOutput = {
|
|
11092
11092
|
...output,
|
|
11093
|
-
body: await
|
|
11093
|
+
body: await parseErrorBody(output.body, context),
|
|
11094
11094
|
};
|
|
11095
11095
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11096
11096
|
const parsedBody = parsedOutput.body;
|
|
@@ -11118,7 +11118,7 @@ exports.deserializeAws_ec2DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssoc
|
|
|
11118
11118
|
const deserializeAws_ec2DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandError = async (output, context) => {
|
|
11119
11119
|
const parsedOutput = {
|
|
11120
11120
|
...output,
|
|
11121
|
-
body: await
|
|
11121
|
+
body: await parseErrorBody(output.body, context),
|
|
11122
11122
|
};
|
|
11123
11123
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11124
11124
|
const parsedBody = parsedOutput.body;
|
|
@@ -11146,7 +11146,7 @@ exports.deserializeAws_ec2DeleteLocalGatewayRouteTableVpcAssociationCommand = de
|
|
|
11146
11146
|
const deserializeAws_ec2DeleteLocalGatewayRouteTableVpcAssociationCommandError = async (output, context) => {
|
|
11147
11147
|
const parsedOutput = {
|
|
11148
11148
|
...output,
|
|
11149
|
-
body: await
|
|
11149
|
+
body: await parseErrorBody(output.body, context),
|
|
11150
11150
|
};
|
|
11151
11151
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11152
11152
|
const parsedBody = parsedOutput.body;
|
|
@@ -11174,7 +11174,7 @@ exports.deserializeAws_ec2DeleteManagedPrefixListCommand = deserializeAws_ec2Del
|
|
|
11174
11174
|
const deserializeAws_ec2DeleteManagedPrefixListCommandError = async (output, context) => {
|
|
11175
11175
|
const parsedOutput = {
|
|
11176
11176
|
...output,
|
|
11177
|
-
body: await
|
|
11177
|
+
body: await parseErrorBody(output.body, context),
|
|
11178
11178
|
};
|
|
11179
11179
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11180
11180
|
const parsedBody = parsedOutput.body;
|
|
@@ -11202,7 +11202,7 @@ exports.deserializeAws_ec2DeleteNatGatewayCommand = deserializeAws_ec2DeleteNatG
|
|
|
11202
11202
|
const deserializeAws_ec2DeleteNatGatewayCommandError = async (output, context) => {
|
|
11203
11203
|
const parsedOutput = {
|
|
11204
11204
|
...output,
|
|
11205
|
-
body: await
|
|
11205
|
+
body: await parseErrorBody(output.body, context),
|
|
11206
11206
|
};
|
|
11207
11207
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11208
11208
|
const parsedBody = parsedOutput.body;
|
|
@@ -11227,7 +11227,7 @@ exports.deserializeAws_ec2DeleteNetworkAclCommand = deserializeAws_ec2DeleteNetw
|
|
|
11227
11227
|
const deserializeAws_ec2DeleteNetworkAclCommandError = async (output, context) => {
|
|
11228
11228
|
const parsedOutput = {
|
|
11229
11229
|
...output,
|
|
11230
|
-
body: await
|
|
11230
|
+
body: await parseErrorBody(output.body, context),
|
|
11231
11231
|
};
|
|
11232
11232
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11233
11233
|
const parsedBody = parsedOutput.body;
|
|
@@ -11252,7 +11252,7 @@ exports.deserializeAws_ec2DeleteNetworkAclEntryCommand = deserializeAws_ec2Delet
|
|
|
11252
11252
|
const deserializeAws_ec2DeleteNetworkAclEntryCommandError = async (output, context) => {
|
|
11253
11253
|
const parsedOutput = {
|
|
11254
11254
|
...output,
|
|
11255
|
-
body: await
|
|
11255
|
+
body: await parseErrorBody(output.body, context),
|
|
11256
11256
|
};
|
|
11257
11257
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11258
11258
|
const parsedBody = parsedOutput.body;
|
|
@@ -11280,7 +11280,7 @@ exports.deserializeAws_ec2DeleteNetworkInsightsAccessScopeCommand = deserializeA
|
|
|
11280
11280
|
const deserializeAws_ec2DeleteNetworkInsightsAccessScopeCommandError = async (output, context) => {
|
|
11281
11281
|
const parsedOutput = {
|
|
11282
11282
|
...output,
|
|
11283
|
-
body: await
|
|
11283
|
+
body: await parseErrorBody(output.body, context),
|
|
11284
11284
|
};
|
|
11285
11285
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11286
11286
|
const parsedBody = parsedOutput.body;
|
|
@@ -11308,7 +11308,7 @@ exports.deserializeAws_ec2DeleteNetworkInsightsAccessScopeAnalysisCommand = dese
|
|
|
11308
11308
|
const deserializeAws_ec2DeleteNetworkInsightsAccessScopeAnalysisCommandError = async (output, context) => {
|
|
11309
11309
|
const parsedOutput = {
|
|
11310
11310
|
...output,
|
|
11311
|
-
body: await
|
|
11311
|
+
body: await parseErrorBody(output.body, context),
|
|
11312
11312
|
};
|
|
11313
11313
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11314
11314
|
const parsedBody = parsedOutput.body;
|
|
@@ -11336,7 +11336,7 @@ exports.deserializeAws_ec2DeleteNetworkInsightsAnalysisCommand = deserializeAws_
|
|
|
11336
11336
|
const deserializeAws_ec2DeleteNetworkInsightsAnalysisCommandError = async (output, context) => {
|
|
11337
11337
|
const parsedOutput = {
|
|
11338
11338
|
...output,
|
|
11339
|
-
body: await
|
|
11339
|
+
body: await parseErrorBody(output.body, context),
|
|
11340
11340
|
};
|
|
11341
11341
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11342
11342
|
const parsedBody = parsedOutput.body;
|
|
@@ -11364,7 +11364,7 @@ exports.deserializeAws_ec2DeleteNetworkInsightsPathCommand = deserializeAws_ec2D
|
|
|
11364
11364
|
const deserializeAws_ec2DeleteNetworkInsightsPathCommandError = async (output, context) => {
|
|
11365
11365
|
const parsedOutput = {
|
|
11366
11366
|
...output,
|
|
11367
|
-
body: await
|
|
11367
|
+
body: await parseErrorBody(output.body, context),
|
|
11368
11368
|
};
|
|
11369
11369
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11370
11370
|
const parsedBody = parsedOutput.body;
|
|
@@ -11389,7 +11389,7 @@ exports.deserializeAws_ec2DeleteNetworkInterfaceCommand = deserializeAws_ec2Dele
|
|
|
11389
11389
|
const deserializeAws_ec2DeleteNetworkInterfaceCommandError = async (output, context) => {
|
|
11390
11390
|
const parsedOutput = {
|
|
11391
11391
|
...output,
|
|
11392
|
-
body: await
|
|
11392
|
+
body: await parseErrorBody(output.body, context),
|
|
11393
11393
|
};
|
|
11394
11394
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11395
11395
|
const parsedBody = parsedOutput.body;
|
|
@@ -11417,7 +11417,7 @@ exports.deserializeAws_ec2DeleteNetworkInterfacePermissionCommand = deserializeA
|
|
|
11417
11417
|
const deserializeAws_ec2DeleteNetworkInterfacePermissionCommandError = async (output, context) => {
|
|
11418
11418
|
const parsedOutput = {
|
|
11419
11419
|
...output,
|
|
11420
|
-
body: await
|
|
11420
|
+
body: await parseErrorBody(output.body, context),
|
|
11421
11421
|
};
|
|
11422
11422
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11423
11423
|
const parsedBody = parsedOutput.body;
|
|
@@ -11442,7 +11442,7 @@ exports.deserializeAws_ec2DeletePlacementGroupCommand = deserializeAws_ec2Delete
|
|
|
11442
11442
|
const deserializeAws_ec2DeletePlacementGroupCommandError = async (output, context) => {
|
|
11443
11443
|
const parsedOutput = {
|
|
11444
11444
|
...output,
|
|
11445
|
-
body: await
|
|
11445
|
+
body: await parseErrorBody(output.body, context),
|
|
11446
11446
|
};
|
|
11447
11447
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11448
11448
|
const parsedBody = parsedOutput.body;
|
|
@@ -11470,7 +11470,7 @@ exports.deserializeAws_ec2DeletePublicIpv4PoolCommand = deserializeAws_ec2Delete
|
|
|
11470
11470
|
const deserializeAws_ec2DeletePublicIpv4PoolCommandError = async (output, context) => {
|
|
11471
11471
|
const parsedOutput = {
|
|
11472
11472
|
...output,
|
|
11473
|
-
body: await
|
|
11473
|
+
body: await parseErrorBody(output.body, context),
|
|
11474
11474
|
};
|
|
11475
11475
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11476
11476
|
const parsedBody = parsedOutput.body;
|
|
@@ -11498,7 +11498,7 @@ exports.deserializeAws_ec2DeleteQueuedReservedInstancesCommand = deserializeAws_
|
|
|
11498
11498
|
const deserializeAws_ec2DeleteQueuedReservedInstancesCommandError = async (output, context) => {
|
|
11499
11499
|
const parsedOutput = {
|
|
11500
11500
|
...output,
|
|
11501
|
-
body: await
|
|
11501
|
+
body: await parseErrorBody(output.body, context),
|
|
11502
11502
|
};
|
|
11503
11503
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11504
11504
|
const parsedBody = parsedOutput.body;
|
|
@@ -11523,7 +11523,7 @@ exports.deserializeAws_ec2DeleteRouteCommand = deserializeAws_ec2DeleteRouteComm
|
|
|
11523
11523
|
const deserializeAws_ec2DeleteRouteCommandError = async (output, context) => {
|
|
11524
11524
|
const parsedOutput = {
|
|
11525
11525
|
...output,
|
|
11526
|
-
body: await
|
|
11526
|
+
body: await parseErrorBody(output.body, context),
|
|
11527
11527
|
};
|
|
11528
11528
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11529
11529
|
const parsedBody = parsedOutput.body;
|
|
@@ -11548,7 +11548,7 @@ exports.deserializeAws_ec2DeleteRouteTableCommand = deserializeAws_ec2DeleteRout
|
|
|
11548
11548
|
const deserializeAws_ec2DeleteRouteTableCommandError = async (output, context) => {
|
|
11549
11549
|
const parsedOutput = {
|
|
11550
11550
|
...output,
|
|
11551
|
-
body: await
|
|
11551
|
+
body: await parseErrorBody(output.body, context),
|
|
11552
11552
|
};
|
|
11553
11553
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11554
11554
|
const parsedBody = parsedOutput.body;
|
|
@@ -11573,7 +11573,7 @@ exports.deserializeAws_ec2DeleteSecurityGroupCommand = deserializeAws_ec2DeleteS
|
|
|
11573
11573
|
const deserializeAws_ec2DeleteSecurityGroupCommandError = async (output, context) => {
|
|
11574
11574
|
const parsedOutput = {
|
|
11575
11575
|
...output,
|
|
11576
|
-
body: await
|
|
11576
|
+
body: await parseErrorBody(output.body, context),
|
|
11577
11577
|
};
|
|
11578
11578
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11579
11579
|
const parsedBody = parsedOutput.body;
|
|
@@ -11598,7 +11598,7 @@ exports.deserializeAws_ec2DeleteSnapshotCommand = deserializeAws_ec2DeleteSnapsh
|
|
|
11598
11598
|
const deserializeAws_ec2DeleteSnapshotCommandError = async (output, context) => {
|
|
11599
11599
|
const parsedOutput = {
|
|
11600
11600
|
...output,
|
|
11601
|
-
body: await
|
|
11601
|
+
body: await parseErrorBody(output.body, context),
|
|
11602
11602
|
};
|
|
11603
11603
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11604
11604
|
const parsedBody = parsedOutput.body;
|
|
@@ -11623,7 +11623,7 @@ exports.deserializeAws_ec2DeleteSpotDatafeedSubscriptionCommand = deserializeAws
|
|
|
11623
11623
|
const deserializeAws_ec2DeleteSpotDatafeedSubscriptionCommandError = async (output, context) => {
|
|
11624
11624
|
const parsedOutput = {
|
|
11625
11625
|
...output,
|
|
11626
|
-
body: await
|
|
11626
|
+
body: await parseErrorBody(output.body, context),
|
|
11627
11627
|
};
|
|
11628
11628
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11629
11629
|
const parsedBody = parsedOutput.body;
|
|
@@ -11648,7 +11648,7 @@ exports.deserializeAws_ec2DeleteSubnetCommand = deserializeAws_ec2DeleteSubnetCo
|
|
|
11648
11648
|
const deserializeAws_ec2DeleteSubnetCommandError = async (output, context) => {
|
|
11649
11649
|
const parsedOutput = {
|
|
11650
11650
|
...output,
|
|
11651
|
-
body: await
|
|
11651
|
+
body: await parseErrorBody(output.body, context),
|
|
11652
11652
|
};
|
|
11653
11653
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11654
11654
|
const parsedBody = parsedOutput.body;
|
|
@@ -11676,7 +11676,7 @@ exports.deserializeAws_ec2DeleteSubnetCidrReservationCommand = deserializeAws_ec
|
|
|
11676
11676
|
const deserializeAws_ec2DeleteSubnetCidrReservationCommandError = async (output, context) => {
|
|
11677
11677
|
const parsedOutput = {
|
|
11678
11678
|
...output,
|
|
11679
|
-
body: await
|
|
11679
|
+
body: await parseErrorBody(output.body, context),
|
|
11680
11680
|
};
|
|
11681
11681
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11682
11682
|
const parsedBody = parsedOutput.body;
|
|
@@ -11701,7 +11701,7 @@ exports.deserializeAws_ec2DeleteTagsCommand = deserializeAws_ec2DeleteTagsComman
|
|
|
11701
11701
|
const deserializeAws_ec2DeleteTagsCommandError = async (output, context) => {
|
|
11702
11702
|
const parsedOutput = {
|
|
11703
11703
|
...output,
|
|
11704
|
-
body: await
|
|
11704
|
+
body: await parseErrorBody(output.body, context),
|
|
11705
11705
|
};
|
|
11706
11706
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11707
11707
|
const parsedBody = parsedOutput.body;
|
|
@@ -11729,7 +11729,7 @@ exports.deserializeAws_ec2DeleteTrafficMirrorFilterCommand = deserializeAws_ec2D
|
|
|
11729
11729
|
const deserializeAws_ec2DeleteTrafficMirrorFilterCommandError = async (output, context) => {
|
|
11730
11730
|
const parsedOutput = {
|
|
11731
11731
|
...output,
|
|
11732
|
-
body: await
|
|
11732
|
+
body: await parseErrorBody(output.body, context),
|
|
11733
11733
|
};
|
|
11734
11734
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11735
11735
|
const parsedBody = parsedOutput.body;
|
|
@@ -11757,7 +11757,7 @@ exports.deserializeAws_ec2DeleteTrafficMirrorFilterRuleCommand = deserializeAws_
|
|
|
11757
11757
|
const deserializeAws_ec2DeleteTrafficMirrorFilterRuleCommandError = async (output, context) => {
|
|
11758
11758
|
const parsedOutput = {
|
|
11759
11759
|
...output,
|
|
11760
|
-
body: await
|
|
11760
|
+
body: await parseErrorBody(output.body, context),
|
|
11761
11761
|
};
|
|
11762
11762
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11763
11763
|
const parsedBody = parsedOutput.body;
|
|
@@ -11785,7 +11785,7 @@ exports.deserializeAws_ec2DeleteTrafficMirrorSessionCommand = deserializeAws_ec2
|
|
|
11785
11785
|
const deserializeAws_ec2DeleteTrafficMirrorSessionCommandError = async (output, context) => {
|
|
11786
11786
|
const parsedOutput = {
|
|
11787
11787
|
...output,
|
|
11788
|
-
body: await
|
|
11788
|
+
body: await parseErrorBody(output.body, context),
|
|
11789
11789
|
};
|
|
11790
11790
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11791
11791
|
const parsedBody = parsedOutput.body;
|
|
@@ -11813,7 +11813,7 @@ exports.deserializeAws_ec2DeleteTrafficMirrorTargetCommand = deserializeAws_ec2D
|
|
|
11813
11813
|
const deserializeAws_ec2DeleteTrafficMirrorTargetCommandError = async (output, context) => {
|
|
11814
11814
|
const parsedOutput = {
|
|
11815
11815
|
...output,
|
|
11816
|
-
body: await
|
|
11816
|
+
body: await parseErrorBody(output.body, context),
|
|
11817
11817
|
};
|
|
11818
11818
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11819
11819
|
const parsedBody = parsedOutput.body;
|
|
@@ -11841,7 +11841,7 @@ exports.deserializeAws_ec2DeleteTransitGatewayCommand = deserializeAws_ec2Delete
|
|
|
11841
11841
|
const deserializeAws_ec2DeleteTransitGatewayCommandError = async (output, context) => {
|
|
11842
11842
|
const parsedOutput = {
|
|
11843
11843
|
...output,
|
|
11844
|
-
body: await
|
|
11844
|
+
body: await parseErrorBody(output.body, context),
|
|
11845
11845
|
};
|
|
11846
11846
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11847
11847
|
const parsedBody = parsedOutput.body;
|
|
@@ -11869,7 +11869,7 @@ exports.deserializeAws_ec2DeleteTransitGatewayConnectCommand = deserializeAws_ec
|
|
|
11869
11869
|
const deserializeAws_ec2DeleteTransitGatewayConnectCommandError = async (output, context) => {
|
|
11870
11870
|
const parsedOutput = {
|
|
11871
11871
|
...output,
|
|
11872
|
-
body: await
|
|
11872
|
+
body: await parseErrorBody(output.body, context),
|
|
11873
11873
|
};
|
|
11874
11874
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11875
11875
|
const parsedBody = parsedOutput.body;
|
|
@@ -11897,7 +11897,7 @@ exports.deserializeAws_ec2DeleteTransitGatewayConnectPeerCommand = deserializeAw
|
|
|
11897
11897
|
const deserializeAws_ec2DeleteTransitGatewayConnectPeerCommandError = async (output, context) => {
|
|
11898
11898
|
const parsedOutput = {
|
|
11899
11899
|
...output,
|
|
11900
|
-
body: await
|
|
11900
|
+
body: await parseErrorBody(output.body, context),
|
|
11901
11901
|
};
|
|
11902
11902
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11903
11903
|
const parsedBody = parsedOutput.body;
|
|
@@ -11925,7 +11925,7 @@ exports.deserializeAws_ec2DeleteTransitGatewayMulticastDomainCommand = deseriali
|
|
|
11925
11925
|
const deserializeAws_ec2DeleteTransitGatewayMulticastDomainCommandError = async (output, context) => {
|
|
11926
11926
|
const parsedOutput = {
|
|
11927
11927
|
...output,
|
|
11928
|
-
body: await
|
|
11928
|
+
body: await parseErrorBody(output.body, context),
|
|
11929
11929
|
};
|
|
11930
11930
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11931
11931
|
const parsedBody = parsedOutput.body;
|
|
@@ -11953,7 +11953,7 @@ exports.deserializeAws_ec2DeleteTransitGatewayPeeringAttachmentCommand = deseria
|
|
|
11953
11953
|
const deserializeAws_ec2DeleteTransitGatewayPeeringAttachmentCommandError = async (output, context) => {
|
|
11954
11954
|
const parsedOutput = {
|
|
11955
11955
|
...output,
|
|
11956
|
-
body: await
|
|
11956
|
+
body: await parseErrorBody(output.body, context),
|
|
11957
11957
|
};
|
|
11958
11958
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11959
11959
|
const parsedBody = parsedOutput.body;
|
|
@@ -11981,7 +11981,7 @@ exports.deserializeAws_ec2DeleteTransitGatewayPolicyTableCommand = deserializeAw
|
|
|
11981
11981
|
const deserializeAws_ec2DeleteTransitGatewayPolicyTableCommandError = async (output, context) => {
|
|
11982
11982
|
const parsedOutput = {
|
|
11983
11983
|
...output,
|
|
11984
|
-
body: await
|
|
11984
|
+
body: await parseErrorBody(output.body, context),
|
|
11985
11985
|
};
|
|
11986
11986
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11987
11987
|
const parsedBody = parsedOutput.body;
|
|
@@ -12009,7 +12009,7 @@ exports.deserializeAws_ec2DeleteTransitGatewayPrefixListReferenceCommand = deser
|
|
|
12009
12009
|
const deserializeAws_ec2DeleteTransitGatewayPrefixListReferenceCommandError = async (output, context) => {
|
|
12010
12010
|
const parsedOutput = {
|
|
12011
12011
|
...output,
|
|
12012
|
-
body: await
|
|
12012
|
+
body: await parseErrorBody(output.body, context),
|
|
12013
12013
|
};
|
|
12014
12014
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12015
12015
|
const parsedBody = parsedOutput.body;
|
|
@@ -12037,7 +12037,7 @@ exports.deserializeAws_ec2DeleteTransitGatewayRouteCommand = deserializeAws_ec2D
|
|
|
12037
12037
|
const deserializeAws_ec2DeleteTransitGatewayRouteCommandError = async (output, context) => {
|
|
12038
12038
|
const parsedOutput = {
|
|
12039
12039
|
...output,
|
|
12040
|
-
body: await
|
|
12040
|
+
body: await parseErrorBody(output.body, context),
|
|
12041
12041
|
};
|
|
12042
12042
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12043
12043
|
const parsedBody = parsedOutput.body;
|
|
@@ -12065,7 +12065,7 @@ exports.deserializeAws_ec2DeleteTransitGatewayRouteTableCommand = deserializeAws
|
|
|
12065
12065
|
const deserializeAws_ec2DeleteTransitGatewayRouteTableCommandError = async (output, context) => {
|
|
12066
12066
|
const parsedOutput = {
|
|
12067
12067
|
...output,
|
|
12068
|
-
body: await
|
|
12068
|
+
body: await parseErrorBody(output.body, context),
|
|
12069
12069
|
};
|
|
12070
12070
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12071
12071
|
const parsedBody = parsedOutput.body;
|
|
@@ -12093,7 +12093,7 @@ exports.deserializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementCommand = de
|
|
|
12093
12093
|
const deserializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementCommandError = async (output, context) => {
|
|
12094
12094
|
const parsedOutput = {
|
|
12095
12095
|
...output,
|
|
12096
|
-
body: await
|
|
12096
|
+
body: await parseErrorBody(output.body, context),
|
|
12097
12097
|
};
|
|
12098
12098
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12099
12099
|
const parsedBody = parsedOutput.body;
|
|
@@ -12121,7 +12121,7 @@ exports.deserializeAws_ec2DeleteTransitGatewayVpcAttachmentCommand = deserialize
|
|
|
12121
12121
|
const deserializeAws_ec2DeleteTransitGatewayVpcAttachmentCommandError = async (output, context) => {
|
|
12122
12122
|
const parsedOutput = {
|
|
12123
12123
|
...output,
|
|
12124
|
-
body: await
|
|
12124
|
+
body: await parseErrorBody(output.body, context),
|
|
12125
12125
|
};
|
|
12126
12126
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12127
12127
|
const parsedBody = parsedOutput.body;
|
|
@@ -12146,7 +12146,7 @@ exports.deserializeAws_ec2DeleteVolumeCommand = deserializeAws_ec2DeleteVolumeCo
|
|
|
12146
12146
|
const deserializeAws_ec2DeleteVolumeCommandError = async (output, context) => {
|
|
12147
12147
|
const parsedOutput = {
|
|
12148
12148
|
...output,
|
|
12149
|
-
body: await
|
|
12149
|
+
body: await parseErrorBody(output.body, context),
|
|
12150
12150
|
};
|
|
12151
12151
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12152
12152
|
const parsedBody = parsedOutput.body;
|
|
@@ -12171,7 +12171,7 @@ exports.deserializeAws_ec2DeleteVpcCommand = deserializeAws_ec2DeleteVpcCommand;
|
|
|
12171
12171
|
const deserializeAws_ec2DeleteVpcCommandError = async (output, context) => {
|
|
12172
12172
|
const parsedOutput = {
|
|
12173
12173
|
...output,
|
|
12174
|
-
body: await
|
|
12174
|
+
body: await parseErrorBody(output.body, context),
|
|
12175
12175
|
};
|
|
12176
12176
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12177
12177
|
const parsedBody = parsedOutput.body;
|
|
@@ -12199,7 +12199,7 @@ exports.deserializeAws_ec2DeleteVpcEndpointConnectionNotificationsCommand = dese
|
|
|
12199
12199
|
const deserializeAws_ec2DeleteVpcEndpointConnectionNotificationsCommandError = async (output, context) => {
|
|
12200
12200
|
const parsedOutput = {
|
|
12201
12201
|
...output,
|
|
12202
|
-
body: await
|
|
12202
|
+
body: await parseErrorBody(output.body, context),
|
|
12203
12203
|
};
|
|
12204
12204
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12205
12205
|
const parsedBody = parsedOutput.body;
|
|
@@ -12227,7 +12227,7 @@ exports.deserializeAws_ec2DeleteVpcEndpointsCommand = deserializeAws_ec2DeleteVp
|
|
|
12227
12227
|
const deserializeAws_ec2DeleteVpcEndpointsCommandError = async (output, context) => {
|
|
12228
12228
|
const parsedOutput = {
|
|
12229
12229
|
...output,
|
|
12230
|
-
body: await
|
|
12230
|
+
body: await parseErrorBody(output.body, context),
|
|
12231
12231
|
};
|
|
12232
12232
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12233
12233
|
const parsedBody = parsedOutput.body;
|
|
@@ -12255,7 +12255,7 @@ exports.deserializeAws_ec2DeleteVpcEndpointServiceConfigurationsCommand = deseri
|
|
|
12255
12255
|
const deserializeAws_ec2DeleteVpcEndpointServiceConfigurationsCommandError = async (output, context) => {
|
|
12256
12256
|
const parsedOutput = {
|
|
12257
12257
|
...output,
|
|
12258
|
-
body: await
|
|
12258
|
+
body: await parseErrorBody(output.body, context),
|
|
12259
12259
|
};
|
|
12260
12260
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12261
12261
|
const parsedBody = parsedOutput.body;
|
|
@@ -12283,7 +12283,7 @@ exports.deserializeAws_ec2DeleteVpcPeeringConnectionCommand = deserializeAws_ec2
|
|
|
12283
12283
|
const deserializeAws_ec2DeleteVpcPeeringConnectionCommandError = async (output, context) => {
|
|
12284
12284
|
const parsedOutput = {
|
|
12285
12285
|
...output,
|
|
12286
|
-
body: await
|
|
12286
|
+
body: await parseErrorBody(output.body, context),
|
|
12287
12287
|
};
|
|
12288
12288
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12289
12289
|
const parsedBody = parsedOutput.body;
|
|
@@ -12308,7 +12308,7 @@ exports.deserializeAws_ec2DeleteVpnConnectionCommand = deserializeAws_ec2DeleteV
|
|
|
12308
12308
|
const deserializeAws_ec2DeleteVpnConnectionCommandError = async (output, context) => {
|
|
12309
12309
|
const parsedOutput = {
|
|
12310
12310
|
...output,
|
|
12311
|
-
body: await
|
|
12311
|
+
body: await parseErrorBody(output.body, context),
|
|
12312
12312
|
};
|
|
12313
12313
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12314
12314
|
const parsedBody = parsedOutput.body;
|
|
@@ -12333,7 +12333,7 @@ exports.deserializeAws_ec2DeleteVpnConnectionRouteCommand = deserializeAws_ec2De
|
|
|
12333
12333
|
const deserializeAws_ec2DeleteVpnConnectionRouteCommandError = async (output, context) => {
|
|
12334
12334
|
const parsedOutput = {
|
|
12335
12335
|
...output,
|
|
12336
|
-
body: await
|
|
12336
|
+
body: await parseErrorBody(output.body, context),
|
|
12337
12337
|
};
|
|
12338
12338
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12339
12339
|
const parsedBody = parsedOutput.body;
|
|
@@ -12358,7 +12358,7 @@ exports.deserializeAws_ec2DeleteVpnGatewayCommand = deserializeAws_ec2DeleteVpnG
|
|
|
12358
12358
|
const deserializeAws_ec2DeleteVpnGatewayCommandError = async (output, context) => {
|
|
12359
12359
|
const parsedOutput = {
|
|
12360
12360
|
...output,
|
|
12361
|
-
body: await
|
|
12361
|
+
body: await parseErrorBody(output.body, context),
|
|
12362
12362
|
};
|
|
12363
12363
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12364
12364
|
const parsedBody = parsedOutput.body;
|
|
@@ -12386,7 +12386,7 @@ exports.deserializeAws_ec2DeprovisionByoipCidrCommand = deserializeAws_ec2Deprov
|
|
|
12386
12386
|
const deserializeAws_ec2DeprovisionByoipCidrCommandError = async (output, context) => {
|
|
12387
12387
|
const parsedOutput = {
|
|
12388
12388
|
...output,
|
|
12389
|
-
body: await
|
|
12389
|
+
body: await parseErrorBody(output.body, context),
|
|
12390
12390
|
};
|
|
12391
12391
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12392
12392
|
const parsedBody = parsedOutput.body;
|
|
@@ -12414,7 +12414,7 @@ exports.deserializeAws_ec2DeprovisionIpamPoolCidrCommand = deserializeAws_ec2Dep
|
|
|
12414
12414
|
const deserializeAws_ec2DeprovisionIpamPoolCidrCommandError = async (output, context) => {
|
|
12415
12415
|
const parsedOutput = {
|
|
12416
12416
|
...output,
|
|
12417
|
-
body: await
|
|
12417
|
+
body: await parseErrorBody(output.body, context),
|
|
12418
12418
|
};
|
|
12419
12419
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12420
12420
|
const parsedBody = parsedOutput.body;
|
|
@@ -12442,7 +12442,7 @@ exports.deserializeAws_ec2DeprovisionPublicIpv4PoolCidrCommand = deserializeAws_
|
|
|
12442
12442
|
const deserializeAws_ec2DeprovisionPublicIpv4PoolCidrCommandError = async (output, context) => {
|
|
12443
12443
|
const parsedOutput = {
|
|
12444
12444
|
...output,
|
|
12445
|
-
body: await
|
|
12445
|
+
body: await parseErrorBody(output.body, context),
|
|
12446
12446
|
};
|
|
12447
12447
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12448
12448
|
const parsedBody = parsedOutput.body;
|
|
@@ -12467,7 +12467,7 @@ exports.deserializeAws_ec2DeregisterImageCommand = deserializeAws_ec2DeregisterI
|
|
|
12467
12467
|
const deserializeAws_ec2DeregisterImageCommandError = async (output, context) => {
|
|
12468
12468
|
const parsedOutput = {
|
|
12469
12469
|
...output,
|
|
12470
|
-
body: await
|
|
12470
|
+
body: await parseErrorBody(output.body, context),
|
|
12471
12471
|
};
|
|
12472
12472
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12473
12473
|
const parsedBody = parsedOutput.body;
|
|
@@ -12495,7 +12495,7 @@ exports.deserializeAws_ec2DeregisterInstanceEventNotificationAttributesCommand =
|
|
|
12495
12495
|
const deserializeAws_ec2DeregisterInstanceEventNotificationAttributesCommandError = async (output, context) => {
|
|
12496
12496
|
const parsedOutput = {
|
|
12497
12497
|
...output,
|
|
12498
|
-
body: await
|
|
12498
|
+
body: await parseErrorBody(output.body, context),
|
|
12499
12499
|
};
|
|
12500
12500
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12501
12501
|
const parsedBody = parsedOutput.body;
|
|
@@ -12523,7 +12523,7 @@ exports.deserializeAws_ec2DeregisterTransitGatewayMulticastGroupMembersCommand =
|
|
|
12523
12523
|
const deserializeAws_ec2DeregisterTransitGatewayMulticastGroupMembersCommandError = async (output, context) => {
|
|
12524
12524
|
const parsedOutput = {
|
|
12525
12525
|
...output,
|
|
12526
|
-
body: await
|
|
12526
|
+
body: await parseErrorBody(output.body, context),
|
|
12527
12527
|
};
|
|
12528
12528
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12529
12529
|
const parsedBody = parsedOutput.body;
|
|
@@ -12551,7 +12551,7 @@ exports.deserializeAws_ec2DeregisterTransitGatewayMulticastGroupSourcesCommand =
|
|
|
12551
12551
|
const deserializeAws_ec2DeregisterTransitGatewayMulticastGroupSourcesCommandError = async (output, context) => {
|
|
12552
12552
|
const parsedOutput = {
|
|
12553
12553
|
...output,
|
|
12554
|
-
body: await
|
|
12554
|
+
body: await parseErrorBody(output.body, context),
|
|
12555
12555
|
};
|
|
12556
12556
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12557
12557
|
const parsedBody = parsedOutput.body;
|
|
@@ -12579,7 +12579,7 @@ exports.deserializeAws_ec2DescribeAccountAttributesCommand = deserializeAws_ec2D
|
|
|
12579
12579
|
const deserializeAws_ec2DescribeAccountAttributesCommandError = async (output, context) => {
|
|
12580
12580
|
const parsedOutput = {
|
|
12581
12581
|
...output,
|
|
12582
|
-
body: await
|
|
12582
|
+
body: await parseErrorBody(output.body, context),
|
|
12583
12583
|
};
|
|
12584
12584
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12585
12585
|
const parsedBody = parsedOutput.body;
|
|
@@ -12607,7 +12607,7 @@ exports.deserializeAws_ec2DescribeAddressesCommand = deserializeAws_ec2DescribeA
|
|
|
12607
12607
|
const deserializeAws_ec2DescribeAddressesCommandError = async (output, context) => {
|
|
12608
12608
|
const parsedOutput = {
|
|
12609
12609
|
...output,
|
|
12610
|
-
body: await
|
|
12610
|
+
body: await parseErrorBody(output.body, context),
|
|
12611
12611
|
};
|
|
12612
12612
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12613
12613
|
const parsedBody = parsedOutput.body;
|
|
@@ -12635,7 +12635,7 @@ exports.deserializeAws_ec2DescribeAddressesAttributeCommand = deserializeAws_ec2
|
|
|
12635
12635
|
const deserializeAws_ec2DescribeAddressesAttributeCommandError = async (output, context) => {
|
|
12636
12636
|
const parsedOutput = {
|
|
12637
12637
|
...output,
|
|
12638
|
-
body: await
|
|
12638
|
+
body: await parseErrorBody(output.body, context),
|
|
12639
12639
|
};
|
|
12640
12640
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12641
12641
|
const parsedBody = parsedOutput.body;
|
|
@@ -12663,7 +12663,7 @@ exports.deserializeAws_ec2DescribeAggregateIdFormatCommand = deserializeAws_ec2D
|
|
|
12663
12663
|
const deserializeAws_ec2DescribeAggregateIdFormatCommandError = async (output, context) => {
|
|
12664
12664
|
const parsedOutput = {
|
|
12665
12665
|
...output,
|
|
12666
|
-
body: await
|
|
12666
|
+
body: await parseErrorBody(output.body, context),
|
|
12667
12667
|
};
|
|
12668
12668
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12669
12669
|
const parsedBody = parsedOutput.body;
|
|
@@ -12691,7 +12691,7 @@ exports.deserializeAws_ec2DescribeAvailabilityZonesCommand = deserializeAws_ec2D
|
|
|
12691
12691
|
const deserializeAws_ec2DescribeAvailabilityZonesCommandError = async (output, context) => {
|
|
12692
12692
|
const parsedOutput = {
|
|
12693
12693
|
...output,
|
|
12694
|
-
body: await
|
|
12694
|
+
body: await parseErrorBody(output.body, context),
|
|
12695
12695
|
};
|
|
12696
12696
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12697
12697
|
const parsedBody = parsedOutput.body;
|
|
@@ -12719,7 +12719,7 @@ exports.deserializeAws_ec2DescribeBundleTasksCommand = deserializeAws_ec2Describ
|
|
|
12719
12719
|
const deserializeAws_ec2DescribeBundleTasksCommandError = async (output, context) => {
|
|
12720
12720
|
const parsedOutput = {
|
|
12721
12721
|
...output,
|
|
12722
|
-
body: await
|
|
12722
|
+
body: await parseErrorBody(output.body, context),
|
|
12723
12723
|
};
|
|
12724
12724
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12725
12725
|
const parsedBody = parsedOutput.body;
|
|
@@ -12747,7 +12747,7 @@ exports.deserializeAws_ec2DescribeByoipCidrsCommand = deserializeAws_ec2Describe
|
|
|
12747
12747
|
const deserializeAws_ec2DescribeByoipCidrsCommandError = async (output, context) => {
|
|
12748
12748
|
const parsedOutput = {
|
|
12749
12749
|
...output,
|
|
12750
|
-
body: await
|
|
12750
|
+
body: await parseErrorBody(output.body, context),
|
|
12751
12751
|
};
|
|
12752
12752
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12753
12753
|
const parsedBody = parsedOutput.body;
|
|
@@ -12775,7 +12775,7 @@ exports.deserializeAws_ec2DescribeCapacityReservationFleetsCommand = deserialize
|
|
|
12775
12775
|
const deserializeAws_ec2DescribeCapacityReservationFleetsCommandError = async (output, context) => {
|
|
12776
12776
|
const parsedOutput = {
|
|
12777
12777
|
...output,
|
|
12778
|
-
body: await
|
|
12778
|
+
body: await parseErrorBody(output.body, context),
|
|
12779
12779
|
};
|
|
12780
12780
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12781
12781
|
const parsedBody = parsedOutput.body;
|
|
@@ -12803,7 +12803,7 @@ exports.deserializeAws_ec2DescribeCapacityReservationsCommand = deserializeAws_e
|
|
|
12803
12803
|
const deserializeAws_ec2DescribeCapacityReservationsCommandError = async (output, context) => {
|
|
12804
12804
|
const parsedOutput = {
|
|
12805
12805
|
...output,
|
|
12806
|
-
body: await
|
|
12806
|
+
body: await parseErrorBody(output.body, context),
|
|
12807
12807
|
};
|
|
12808
12808
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12809
12809
|
const parsedBody = parsedOutput.body;
|
|
@@ -12831,7 +12831,7 @@ exports.deserializeAws_ec2DescribeCarrierGatewaysCommand = deserializeAws_ec2Des
|
|
|
12831
12831
|
const deserializeAws_ec2DescribeCarrierGatewaysCommandError = async (output, context) => {
|
|
12832
12832
|
const parsedOutput = {
|
|
12833
12833
|
...output,
|
|
12834
|
-
body: await
|
|
12834
|
+
body: await parseErrorBody(output.body, context),
|
|
12835
12835
|
};
|
|
12836
12836
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12837
12837
|
const parsedBody = parsedOutput.body;
|
|
@@ -12859,7 +12859,7 @@ exports.deserializeAws_ec2DescribeClassicLinkInstancesCommand = deserializeAws_e
|
|
|
12859
12859
|
const deserializeAws_ec2DescribeClassicLinkInstancesCommandError = async (output, context) => {
|
|
12860
12860
|
const parsedOutput = {
|
|
12861
12861
|
...output,
|
|
12862
|
-
body: await
|
|
12862
|
+
body: await parseErrorBody(output.body, context),
|
|
12863
12863
|
};
|
|
12864
12864
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12865
12865
|
const parsedBody = parsedOutput.body;
|
|
@@ -12887,7 +12887,7 @@ exports.deserializeAws_ec2DescribeClientVpnAuthorizationRulesCommand = deseriali
|
|
|
12887
12887
|
const deserializeAws_ec2DescribeClientVpnAuthorizationRulesCommandError = async (output, context) => {
|
|
12888
12888
|
const parsedOutput = {
|
|
12889
12889
|
...output,
|
|
12890
|
-
body: await
|
|
12890
|
+
body: await parseErrorBody(output.body, context),
|
|
12891
12891
|
};
|
|
12892
12892
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12893
12893
|
const parsedBody = parsedOutput.body;
|
|
@@ -12915,7 +12915,7 @@ exports.deserializeAws_ec2DescribeClientVpnConnectionsCommand = deserializeAws_e
|
|
|
12915
12915
|
const deserializeAws_ec2DescribeClientVpnConnectionsCommandError = async (output, context) => {
|
|
12916
12916
|
const parsedOutput = {
|
|
12917
12917
|
...output,
|
|
12918
|
-
body: await
|
|
12918
|
+
body: await parseErrorBody(output.body, context),
|
|
12919
12919
|
};
|
|
12920
12920
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12921
12921
|
const parsedBody = parsedOutput.body;
|
|
@@ -12943,7 +12943,7 @@ exports.deserializeAws_ec2DescribeClientVpnEndpointsCommand = deserializeAws_ec2
|
|
|
12943
12943
|
const deserializeAws_ec2DescribeClientVpnEndpointsCommandError = async (output, context) => {
|
|
12944
12944
|
const parsedOutput = {
|
|
12945
12945
|
...output,
|
|
12946
|
-
body: await
|
|
12946
|
+
body: await parseErrorBody(output.body, context),
|
|
12947
12947
|
};
|
|
12948
12948
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12949
12949
|
const parsedBody = parsedOutput.body;
|
|
@@ -12971,7 +12971,7 @@ exports.deserializeAws_ec2DescribeClientVpnRoutesCommand = deserializeAws_ec2Des
|
|
|
12971
12971
|
const deserializeAws_ec2DescribeClientVpnRoutesCommandError = async (output, context) => {
|
|
12972
12972
|
const parsedOutput = {
|
|
12973
12973
|
...output,
|
|
12974
|
-
body: await
|
|
12974
|
+
body: await parseErrorBody(output.body, context),
|
|
12975
12975
|
};
|
|
12976
12976
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12977
12977
|
const parsedBody = parsedOutput.body;
|
|
@@ -12999,7 +12999,7 @@ exports.deserializeAws_ec2DescribeClientVpnTargetNetworksCommand = deserializeAw
|
|
|
12999
12999
|
const deserializeAws_ec2DescribeClientVpnTargetNetworksCommandError = async (output, context) => {
|
|
13000
13000
|
const parsedOutput = {
|
|
13001
13001
|
...output,
|
|
13002
|
-
body: await
|
|
13002
|
+
body: await parseErrorBody(output.body, context),
|
|
13003
13003
|
};
|
|
13004
13004
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13005
13005
|
const parsedBody = parsedOutput.body;
|
|
@@ -13027,7 +13027,7 @@ exports.deserializeAws_ec2DescribeCoipPoolsCommand = deserializeAws_ec2DescribeC
|
|
|
13027
13027
|
const deserializeAws_ec2DescribeCoipPoolsCommandError = async (output, context) => {
|
|
13028
13028
|
const parsedOutput = {
|
|
13029
13029
|
...output,
|
|
13030
|
-
body: await
|
|
13030
|
+
body: await parseErrorBody(output.body, context),
|
|
13031
13031
|
};
|
|
13032
13032
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13033
13033
|
const parsedBody = parsedOutput.body;
|
|
@@ -13055,7 +13055,7 @@ exports.deserializeAws_ec2DescribeConversionTasksCommand = deserializeAws_ec2Des
|
|
|
13055
13055
|
const deserializeAws_ec2DescribeConversionTasksCommandError = async (output, context) => {
|
|
13056
13056
|
const parsedOutput = {
|
|
13057
13057
|
...output,
|
|
13058
|
-
body: await
|
|
13058
|
+
body: await parseErrorBody(output.body, context),
|
|
13059
13059
|
};
|
|
13060
13060
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13061
13061
|
const parsedBody = parsedOutput.body;
|
|
@@ -13083,7 +13083,7 @@ exports.deserializeAws_ec2DescribeCustomerGatewaysCommand = deserializeAws_ec2De
|
|
|
13083
13083
|
const deserializeAws_ec2DescribeCustomerGatewaysCommandError = async (output, context) => {
|
|
13084
13084
|
const parsedOutput = {
|
|
13085
13085
|
...output,
|
|
13086
|
-
body: await
|
|
13086
|
+
body: await parseErrorBody(output.body, context),
|
|
13087
13087
|
};
|
|
13088
13088
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13089
13089
|
const parsedBody = parsedOutput.body;
|
|
@@ -13111,7 +13111,7 @@ exports.deserializeAws_ec2DescribeDhcpOptionsCommand = deserializeAws_ec2Describ
|
|
|
13111
13111
|
const deserializeAws_ec2DescribeDhcpOptionsCommandError = async (output, context) => {
|
|
13112
13112
|
const parsedOutput = {
|
|
13113
13113
|
...output,
|
|
13114
|
-
body: await
|
|
13114
|
+
body: await parseErrorBody(output.body, context),
|
|
13115
13115
|
};
|
|
13116
13116
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13117
13117
|
const parsedBody = parsedOutput.body;
|
|
@@ -13139,7 +13139,7 @@ exports.deserializeAws_ec2DescribeEgressOnlyInternetGatewaysCommand = deserializ
|
|
|
13139
13139
|
const deserializeAws_ec2DescribeEgressOnlyInternetGatewaysCommandError = async (output, context) => {
|
|
13140
13140
|
const parsedOutput = {
|
|
13141
13141
|
...output,
|
|
13142
|
-
body: await
|
|
13142
|
+
body: await parseErrorBody(output.body, context),
|
|
13143
13143
|
};
|
|
13144
13144
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13145
13145
|
const parsedBody = parsedOutput.body;
|
|
@@ -13167,7 +13167,7 @@ exports.deserializeAws_ec2DescribeElasticGpusCommand = deserializeAws_ec2Describ
|
|
|
13167
13167
|
const deserializeAws_ec2DescribeElasticGpusCommandError = async (output, context) => {
|
|
13168
13168
|
const parsedOutput = {
|
|
13169
13169
|
...output,
|
|
13170
|
-
body: await
|
|
13170
|
+
body: await parseErrorBody(output.body, context),
|
|
13171
13171
|
};
|
|
13172
13172
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13173
13173
|
const parsedBody = parsedOutput.body;
|
|
@@ -13195,7 +13195,7 @@ exports.deserializeAws_ec2DescribeExportImageTasksCommand = deserializeAws_ec2De
|
|
|
13195
13195
|
const deserializeAws_ec2DescribeExportImageTasksCommandError = async (output, context) => {
|
|
13196
13196
|
const parsedOutput = {
|
|
13197
13197
|
...output,
|
|
13198
|
-
body: await
|
|
13198
|
+
body: await parseErrorBody(output.body, context),
|
|
13199
13199
|
};
|
|
13200
13200
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13201
13201
|
const parsedBody = parsedOutput.body;
|
|
@@ -13223,7 +13223,7 @@ exports.deserializeAws_ec2DescribeExportTasksCommand = deserializeAws_ec2Describ
|
|
|
13223
13223
|
const deserializeAws_ec2DescribeExportTasksCommandError = async (output, context) => {
|
|
13224
13224
|
const parsedOutput = {
|
|
13225
13225
|
...output,
|
|
13226
|
-
body: await
|
|
13226
|
+
body: await parseErrorBody(output.body, context),
|
|
13227
13227
|
};
|
|
13228
13228
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13229
13229
|
const parsedBody = parsedOutput.body;
|
|
@@ -13251,7 +13251,7 @@ exports.deserializeAws_ec2DescribeFastLaunchImagesCommand = deserializeAws_ec2De
|
|
|
13251
13251
|
const deserializeAws_ec2DescribeFastLaunchImagesCommandError = async (output, context) => {
|
|
13252
13252
|
const parsedOutput = {
|
|
13253
13253
|
...output,
|
|
13254
|
-
body: await
|
|
13254
|
+
body: await parseErrorBody(output.body, context),
|
|
13255
13255
|
};
|
|
13256
13256
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13257
13257
|
const parsedBody = parsedOutput.body;
|
|
@@ -13279,7 +13279,7 @@ exports.deserializeAws_ec2DescribeFastSnapshotRestoresCommand = deserializeAws_e
|
|
|
13279
13279
|
const deserializeAws_ec2DescribeFastSnapshotRestoresCommandError = async (output, context) => {
|
|
13280
13280
|
const parsedOutput = {
|
|
13281
13281
|
...output,
|
|
13282
|
-
body: await
|
|
13282
|
+
body: await parseErrorBody(output.body, context),
|
|
13283
13283
|
};
|
|
13284
13284
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13285
13285
|
const parsedBody = parsedOutput.body;
|
|
@@ -13307,7 +13307,7 @@ exports.deserializeAws_ec2DescribeFleetHistoryCommand = deserializeAws_ec2Descri
|
|
|
13307
13307
|
const deserializeAws_ec2DescribeFleetHistoryCommandError = async (output, context) => {
|
|
13308
13308
|
const parsedOutput = {
|
|
13309
13309
|
...output,
|
|
13310
|
-
body: await
|
|
13310
|
+
body: await parseErrorBody(output.body, context),
|
|
13311
13311
|
};
|
|
13312
13312
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13313
13313
|
const parsedBody = parsedOutput.body;
|
|
@@ -13335,7 +13335,7 @@ exports.deserializeAws_ec2DescribeFleetInstancesCommand = deserializeAws_ec2Desc
|
|
|
13335
13335
|
const deserializeAws_ec2DescribeFleetInstancesCommandError = async (output, context) => {
|
|
13336
13336
|
const parsedOutput = {
|
|
13337
13337
|
...output,
|
|
13338
|
-
body: await
|
|
13338
|
+
body: await parseErrorBody(output.body, context),
|
|
13339
13339
|
};
|
|
13340
13340
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13341
13341
|
const parsedBody = parsedOutput.body;
|
|
@@ -13363,7 +13363,7 @@ exports.deserializeAws_ec2DescribeFleetsCommand = deserializeAws_ec2DescribeFlee
|
|
|
13363
13363
|
const deserializeAws_ec2DescribeFleetsCommandError = async (output, context) => {
|
|
13364
13364
|
const parsedOutput = {
|
|
13365
13365
|
...output,
|
|
13366
|
-
body: await
|
|
13366
|
+
body: await parseErrorBody(output.body, context),
|
|
13367
13367
|
};
|
|
13368
13368
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13369
13369
|
const parsedBody = parsedOutput.body;
|
|
@@ -13391,7 +13391,7 @@ exports.deserializeAws_ec2DescribeFlowLogsCommand = deserializeAws_ec2DescribeFl
|
|
|
13391
13391
|
const deserializeAws_ec2DescribeFlowLogsCommandError = async (output, context) => {
|
|
13392
13392
|
const parsedOutput = {
|
|
13393
13393
|
...output,
|
|
13394
|
-
body: await
|
|
13394
|
+
body: await parseErrorBody(output.body, context),
|
|
13395
13395
|
};
|
|
13396
13396
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13397
13397
|
const parsedBody = parsedOutput.body;
|
|
@@ -13419,7 +13419,7 @@ exports.deserializeAws_ec2DescribeFpgaImageAttributeCommand = deserializeAws_ec2
|
|
|
13419
13419
|
const deserializeAws_ec2DescribeFpgaImageAttributeCommandError = async (output, context) => {
|
|
13420
13420
|
const parsedOutput = {
|
|
13421
13421
|
...output,
|
|
13422
|
-
body: await
|
|
13422
|
+
body: await parseErrorBody(output.body, context),
|
|
13423
13423
|
};
|
|
13424
13424
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13425
13425
|
const parsedBody = parsedOutput.body;
|
|
@@ -13447,7 +13447,7 @@ exports.deserializeAws_ec2DescribeFpgaImagesCommand = deserializeAws_ec2Describe
|
|
|
13447
13447
|
const deserializeAws_ec2DescribeFpgaImagesCommandError = async (output, context) => {
|
|
13448
13448
|
const parsedOutput = {
|
|
13449
13449
|
...output,
|
|
13450
|
-
body: await
|
|
13450
|
+
body: await parseErrorBody(output.body, context),
|
|
13451
13451
|
};
|
|
13452
13452
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13453
13453
|
const parsedBody = parsedOutput.body;
|
|
@@ -13475,7 +13475,7 @@ exports.deserializeAws_ec2DescribeHostReservationOfferingsCommand = deserializeA
|
|
|
13475
13475
|
const deserializeAws_ec2DescribeHostReservationOfferingsCommandError = async (output, context) => {
|
|
13476
13476
|
const parsedOutput = {
|
|
13477
13477
|
...output,
|
|
13478
|
-
body: await
|
|
13478
|
+
body: await parseErrorBody(output.body, context),
|
|
13479
13479
|
};
|
|
13480
13480
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13481
13481
|
const parsedBody = parsedOutput.body;
|
|
@@ -13503,7 +13503,7 @@ exports.deserializeAws_ec2DescribeHostReservationsCommand = deserializeAws_ec2De
|
|
|
13503
13503
|
const deserializeAws_ec2DescribeHostReservationsCommandError = async (output, context) => {
|
|
13504
13504
|
const parsedOutput = {
|
|
13505
13505
|
...output,
|
|
13506
|
-
body: await
|
|
13506
|
+
body: await parseErrorBody(output.body, context),
|
|
13507
13507
|
};
|
|
13508
13508
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13509
13509
|
const parsedBody = parsedOutput.body;
|
|
@@ -13531,7 +13531,7 @@ exports.deserializeAws_ec2DescribeHostsCommand = deserializeAws_ec2DescribeHosts
|
|
|
13531
13531
|
const deserializeAws_ec2DescribeHostsCommandError = async (output, context) => {
|
|
13532
13532
|
const parsedOutput = {
|
|
13533
13533
|
...output,
|
|
13534
|
-
body: await
|
|
13534
|
+
body: await parseErrorBody(output.body, context),
|
|
13535
13535
|
};
|
|
13536
13536
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13537
13537
|
const parsedBody = parsedOutput.body;
|
|
@@ -13559,7 +13559,7 @@ exports.deserializeAws_ec2DescribeIamInstanceProfileAssociationsCommand = deseri
|
|
|
13559
13559
|
const deserializeAws_ec2DescribeIamInstanceProfileAssociationsCommandError = async (output, context) => {
|
|
13560
13560
|
const parsedOutput = {
|
|
13561
13561
|
...output,
|
|
13562
|
-
body: await
|
|
13562
|
+
body: await parseErrorBody(output.body, context),
|
|
13563
13563
|
};
|
|
13564
13564
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13565
13565
|
const parsedBody = parsedOutput.body;
|
|
@@ -13587,7 +13587,7 @@ exports.deserializeAws_ec2DescribeIdentityIdFormatCommand = deserializeAws_ec2De
|
|
|
13587
13587
|
const deserializeAws_ec2DescribeIdentityIdFormatCommandError = async (output, context) => {
|
|
13588
13588
|
const parsedOutput = {
|
|
13589
13589
|
...output,
|
|
13590
|
-
body: await
|
|
13590
|
+
body: await parseErrorBody(output.body, context),
|
|
13591
13591
|
};
|
|
13592
13592
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13593
13593
|
const parsedBody = parsedOutput.body;
|
|
@@ -13615,7 +13615,7 @@ exports.deserializeAws_ec2DescribeIdFormatCommand = deserializeAws_ec2DescribeId
|
|
|
13615
13615
|
const deserializeAws_ec2DescribeIdFormatCommandError = async (output, context) => {
|
|
13616
13616
|
const parsedOutput = {
|
|
13617
13617
|
...output,
|
|
13618
|
-
body: await
|
|
13618
|
+
body: await parseErrorBody(output.body, context),
|
|
13619
13619
|
};
|
|
13620
13620
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13621
13621
|
const parsedBody = parsedOutput.body;
|
|
@@ -13643,7 +13643,7 @@ exports.deserializeAws_ec2DescribeImageAttributeCommand = deserializeAws_ec2Desc
|
|
|
13643
13643
|
const deserializeAws_ec2DescribeImageAttributeCommandError = async (output, context) => {
|
|
13644
13644
|
const parsedOutput = {
|
|
13645
13645
|
...output,
|
|
13646
|
-
body: await
|
|
13646
|
+
body: await parseErrorBody(output.body, context),
|
|
13647
13647
|
};
|
|
13648
13648
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13649
13649
|
const parsedBody = parsedOutput.body;
|
|
@@ -13671,7 +13671,7 @@ exports.deserializeAws_ec2DescribeImagesCommand = deserializeAws_ec2DescribeImag
|
|
|
13671
13671
|
const deserializeAws_ec2DescribeImagesCommandError = async (output, context) => {
|
|
13672
13672
|
const parsedOutput = {
|
|
13673
13673
|
...output,
|
|
13674
|
-
body: await
|
|
13674
|
+
body: await parseErrorBody(output.body, context),
|
|
13675
13675
|
};
|
|
13676
13676
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13677
13677
|
const parsedBody = parsedOutput.body;
|
|
@@ -13699,7 +13699,7 @@ exports.deserializeAws_ec2DescribeImportImageTasksCommand = deserializeAws_ec2De
|
|
|
13699
13699
|
const deserializeAws_ec2DescribeImportImageTasksCommandError = async (output, context) => {
|
|
13700
13700
|
const parsedOutput = {
|
|
13701
13701
|
...output,
|
|
13702
|
-
body: await
|
|
13702
|
+
body: await parseErrorBody(output.body, context),
|
|
13703
13703
|
};
|
|
13704
13704
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13705
13705
|
const parsedBody = parsedOutput.body;
|
|
@@ -13727,7 +13727,7 @@ exports.deserializeAws_ec2DescribeImportSnapshotTasksCommand = deserializeAws_ec
|
|
|
13727
13727
|
const deserializeAws_ec2DescribeImportSnapshotTasksCommandError = async (output, context) => {
|
|
13728
13728
|
const parsedOutput = {
|
|
13729
13729
|
...output,
|
|
13730
|
-
body: await
|
|
13730
|
+
body: await parseErrorBody(output.body, context),
|
|
13731
13731
|
};
|
|
13732
13732
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13733
13733
|
const parsedBody = parsedOutput.body;
|
|
@@ -13755,7 +13755,7 @@ exports.deserializeAws_ec2DescribeInstanceAttributeCommand = deserializeAws_ec2D
|
|
|
13755
13755
|
const deserializeAws_ec2DescribeInstanceAttributeCommandError = async (output, context) => {
|
|
13756
13756
|
const parsedOutput = {
|
|
13757
13757
|
...output,
|
|
13758
|
-
body: await
|
|
13758
|
+
body: await parseErrorBody(output.body, context),
|
|
13759
13759
|
};
|
|
13760
13760
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13761
13761
|
const parsedBody = parsedOutput.body;
|
|
@@ -13783,7 +13783,7 @@ exports.deserializeAws_ec2DescribeInstanceCreditSpecificationsCommand = deserial
|
|
|
13783
13783
|
const deserializeAws_ec2DescribeInstanceCreditSpecificationsCommandError = async (output, context) => {
|
|
13784
13784
|
const parsedOutput = {
|
|
13785
13785
|
...output,
|
|
13786
|
-
body: await
|
|
13786
|
+
body: await parseErrorBody(output.body, context),
|
|
13787
13787
|
};
|
|
13788
13788
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13789
13789
|
const parsedBody = parsedOutput.body;
|
|
@@ -13811,7 +13811,7 @@ exports.deserializeAws_ec2DescribeInstanceEventNotificationAttributesCommand = d
|
|
|
13811
13811
|
const deserializeAws_ec2DescribeInstanceEventNotificationAttributesCommandError = async (output, context) => {
|
|
13812
13812
|
const parsedOutput = {
|
|
13813
13813
|
...output,
|
|
13814
|
-
body: await
|
|
13814
|
+
body: await parseErrorBody(output.body, context),
|
|
13815
13815
|
};
|
|
13816
13816
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13817
13817
|
const parsedBody = parsedOutput.body;
|
|
@@ -13839,7 +13839,7 @@ exports.deserializeAws_ec2DescribeInstanceEventWindowsCommand = deserializeAws_e
|
|
|
13839
13839
|
const deserializeAws_ec2DescribeInstanceEventWindowsCommandError = async (output, context) => {
|
|
13840
13840
|
const parsedOutput = {
|
|
13841
13841
|
...output,
|
|
13842
|
-
body: await
|
|
13842
|
+
body: await parseErrorBody(output.body, context),
|
|
13843
13843
|
};
|
|
13844
13844
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13845
13845
|
const parsedBody = parsedOutput.body;
|
|
@@ -13867,7 +13867,7 @@ exports.deserializeAws_ec2DescribeInstancesCommand = deserializeAws_ec2DescribeI
|
|
|
13867
13867
|
const deserializeAws_ec2DescribeInstancesCommandError = async (output, context) => {
|
|
13868
13868
|
const parsedOutput = {
|
|
13869
13869
|
...output,
|
|
13870
|
-
body: await
|
|
13870
|
+
body: await parseErrorBody(output.body, context),
|
|
13871
13871
|
};
|
|
13872
13872
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13873
13873
|
const parsedBody = parsedOutput.body;
|
|
@@ -13895,7 +13895,7 @@ exports.deserializeAws_ec2DescribeInstanceStatusCommand = deserializeAws_ec2Desc
|
|
|
13895
13895
|
const deserializeAws_ec2DescribeInstanceStatusCommandError = async (output, context) => {
|
|
13896
13896
|
const parsedOutput = {
|
|
13897
13897
|
...output,
|
|
13898
|
-
body: await
|
|
13898
|
+
body: await parseErrorBody(output.body, context),
|
|
13899
13899
|
};
|
|
13900
13900
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13901
13901
|
const parsedBody = parsedOutput.body;
|
|
@@ -13923,7 +13923,7 @@ exports.deserializeAws_ec2DescribeInstanceTypeOfferingsCommand = deserializeAws_
|
|
|
13923
13923
|
const deserializeAws_ec2DescribeInstanceTypeOfferingsCommandError = async (output, context) => {
|
|
13924
13924
|
const parsedOutput = {
|
|
13925
13925
|
...output,
|
|
13926
|
-
body: await
|
|
13926
|
+
body: await parseErrorBody(output.body, context),
|
|
13927
13927
|
};
|
|
13928
13928
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13929
13929
|
const parsedBody = parsedOutput.body;
|
|
@@ -13951,7 +13951,7 @@ exports.deserializeAws_ec2DescribeInstanceTypesCommand = deserializeAws_ec2Descr
|
|
|
13951
13951
|
const deserializeAws_ec2DescribeInstanceTypesCommandError = async (output, context) => {
|
|
13952
13952
|
const parsedOutput = {
|
|
13953
13953
|
...output,
|
|
13954
|
-
body: await
|
|
13954
|
+
body: await parseErrorBody(output.body, context),
|
|
13955
13955
|
};
|
|
13956
13956
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13957
13957
|
const parsedBody = parsedOutput.body;
|
|
@@ -13979,7 +13979,7 @@ exports.deserializeAws_ec2DescribeInternetGatewaysCommand = deserializeAws_ec2De
|
|
|
13979
13979
|
const deserializeAws_ec2DescribeInternetGatewaysCommandError = async (output, context) => {
|
|
13980
13980
|
const parsedOutput = {
|
|
13981
13981
|
...output,
|
|
13982
|
-
body: await
|
|
13982
|
+
body: await parseErrorBody(output.body, context),
|
|
13983
13983
|
};
|
|
13984
13984
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
13985
13985
|
const parsedBody = parsedOutput.body;
|
|
@@ -14007,7 +14007,7 @@ exports.deserializeAws_ec2DescribeIpamPoolsCommand = deserializeAws_ec2DescribeI
|
|
|
14007
14007
|
const deserializeAws_ec2DescribeIpamPoolsCommandError = async (output, context) => {
|
|
14008
14008
|
const parsedOutput = {
|
|
14009
14009
|
...output,
|
|
14010
|
-
body: await
|
|
14010
|
+
body: await parseErrorBody(output.body, context),
|
|
14011
14011
|
};
|
|
14012
14012
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14013
14013
|
const parsedBody = parsedOutput.body;
|
|
@@ -14035,7 +14035,7 @@ exports.deserializeAws_ec2DescribeIpamsCommand = deserializeAws_ec2DescribeIpams
|
|
|
14035
14035
|
const deserializeAws_ec2DescribeIpamsCommandError = async (output, context) => {
|
|
14036
14036
|
const parsedOutput = {
|
|
14037
14037
|
...output,
|
|
14038
|
-
body: await
|
|
14038
|
+
body: await parseErrorBody(output.body, context),
|
|
14039
14039
|
};
|
|
14040
14040
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14041
14041
|
const parsedBody = parsedOutput.body;
|
|
@@ -14063,7 +14063,7 @@ exports.deserializeAws_ec2DescribeIpamScopesCommand = deserializeAws_ec2Describe
|
|
|
14063
14063
|
const deserializeAws_ec2DescribeIpamScopesCommandError = async (output, context) => {
|
|
14064
14064
|
const parsedOutput = {
|
|
14065
14065
|
...output,
|
|
14066
|
-
body: await
|
|
14066
|
+
body: await parseErrorBody(output.body, context),
|
|
14067
14067
|
};
|
|
14068
14068
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14069
14069
|
const parsedBody = parsedOutput.body;
|
|
@@ -14091,7 +14091,7 @@ exports.deserializeAws_ec2DescribeIpv6PoolsCommand = deserializeAws_ec2DescribeI
|
|
|
14091
14091
|
const deserializeAws_ec2DescribeIpv6PoolsCommandError = async (output, context) => {
|
|
14092
14092
|
const parsedOutput = {
|
|
14093
14093
|
...output,
|
|
14094
|
-
body: await
|
|
14094
|
+
body: await parseErrorBody(output.body, context),
|
|
14095
14095
|
};
|
|
14096
14096
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14097
14097
|
const parsedBody = parsedOutput.body;
|
|
@@ -14119,7 +14119,7 @@ exports.deserializeAws_ec2DescribeKeyPairsCommand = deserializeAws_ec2DescribeKe
|
|
|
14119
14119
|
const deserializeAws_ec2DescribeKeyPairsCommandError = async (output, context) => {
|
|
14120
14120
|
const parsedOutput = {
|
|
14121
14121
|
...output,
|
|
14122
|
-
body: await
|
|
14122
|
+
body: await parseErrorBody(output.body, context),
|
|
14123
14123
|
};
|
|
14124
14124
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14125
14125
|
const parsedBody = parsedOutput.body;
|
|
@@ -14147,7 +14147,7 @@ exports.deserializeAws_ec2DescribeLaunchTemplatesCommand = deserializeAws_ec2Des
|
|
|
14147
14147
|
const deserializeAws_ec2DescribeLaunchTemplatesCommandError = async (output, context) => {
|
|
14148
14148
|
const parsedOutput = {
|
|
14149
14149
|
...output,
|
|
14150
|
-
body: await
|
|
14150
|
+
body: await parseErrorBody(output.body, context),
|
|
14151
14151
|
};
|
|
14152
14152
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14153
14153
|
const parsedBody = parsedOutput.body;
|
|
@@ -14175,7 +14175,7 @@ exports.deserializeAws_ec2DescribeLaunchTemplateVersionsCommand = deserializeAws
|
|
|
14175
14175
|
const deserializeAws_ec2DescribeLaunchTemplateVersionsCommandError = async (output, context) => {
|
|
14176
14176
|
const parsedOutput = {
|
|
14177
14177
|
...output,
|
|
14178
|
-
body: await
|
|
14178
|
+
body: await parseErrorBody(output.body, context),
|
|
14179
14179
|
};
|
|
14180
14180
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14181
14181
|
const parsedBody = parsedOutput.body;
|
|
@@ -14203,7 +14203,7 @@ exports.deserializeAws_ec2DescribeLocalGatewayRouteTablesCommand = deserializeAw
|
|
|
14203
14203
|
const deserializeAws_ec2DescribeLocalGatewayRouteTablesCommandError = async (output, context) => {
|
|
14204
14204
|
const parsedOutput = {
|
|
14205
14205
|
...output,
|
|
14206
|
-
body: await
|
|
14206
|
+
body: await parseErrorBody(output.body, context),
|
|
14207
14207
|
};
|
|
14208
14208
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14209
14209
|
const parsedBody = parsedOutput.body;
|
|
@@ -14231,7 +14231,7 @@ exports.deserializeAws_ec2DescribeLocalGatewayRouteTableVirtualInterfaceGroupAss
|
|
|
14231
14231
|
const deserializeAws_ec2DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandError = async (output, context) => {
|
|
14232
14232
|
const parsedOutput = {
|
|
14233
14233
|
...output,
|
|
14234
|
-
body: await
|
|
14234
|
+
body: await parseErrorBody(output.body, context),
|
|
14235
14235
|
};
|
|
14236
14236
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14237
14237
|
const parsedBody = parsedOutput.body;
|
|
@@ -14259,7 +14259,7 @@ exports.deserializeAws_ec2DescribeLocalGatewayRouteTableVpcAssociationsCommand =
|
|
|
14259
14259
|
const deserializeAws_ec2DescribeLocalGatewayRouteTableVpcAssociationsCommandError = async (output, context) => {
|
|
14260
14260
|
const parsedOutput = {
|
|
14261
14261
|
...output,
|
|
14262
|
-
body: await
|
|
14262
|
+
body: await parseErrorBody(output.body, context),
|
|
14263
14263
|
};
|
|
14264
14264
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14265
14265
|
const parsedBody = parsedOutput.body;
|
|
@@ -14287,7 +14287,7 @@ exports.deserializeAws_ec2DescribeLocalGatewaysCommand = deserializeAws_ec2Descr
|
|
|
14287
14287
|
const deserializeAws_ec2DescribeLocalGatewaysCommandError = async (output, context) => {
|
|
14288
14288
|
const parsedOutput = {
|
|
14289
14289
|
...output,
|
|
14290
|
-
body: await
|
|
14290
|
+
body: await parseErrorBody(output.body, context),
|
|
14291
14291
|
};
|
|
14292
14292
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14293
14293
|
const parsedBody = parsedOutput.body;
|
|
@@ -14315,7 +14315,7 @@ exports.deserializeAws_ec2DescribeLocalGatewayVirtualInterfaceGroupsCommand = de
|
|
|
14315
14315
|
const deserializeAws_ec2DescribeLocalGatewayVirtualInterfaceGroupsCommandError = async (output, context) => {
|
|
14316
14316
|
const parsedOutput = {
|
|
14317
14317
|
...output,
|
|
14318
|
-
body: await
|
|
14318
|
+
body: await parseErrorBody(output.body, context),
|
|
14319
14319
|
};
|
|
14320
14320
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14321
14321
|
const parsedBody = parsedOutput.body;
|
|
@@ -14343,7 +14343,7 @@ exports.deserializeAws_ec2DescribeLocalGatewayVirtualInterfacesCommand = deseria
|
|
|
14343
14343
|
const deserializeAws_ec2DescribeLocalGatewayVirtualInterfacesCommandError = async (output, context) => {
|
|
14344
14344
|
const parsedOutput = {
|
|
14345
14345
|
...output,
|
|
14346
|
-
body: await
|
|
14346
|
+
body: await parseErrorBody(output.body, context),
|
|
14347
14347
|
};
|
|
14348
14348
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14349
14349
|
const parsedBody = parsedOutput.body;
|
|
@@ -14371,7 +14371,7 @@ exports.deserializeAws_ec2DescribeManagedPrefixListsCommand = deserializeAws_ec2
|
|
|
14371
14371
|
const deserializeAws_ec2DescribeManagedPrefixListsCommandError = async (output, context) => {
|
|
14372
14372
|
const parsedOutput = {
|
|
14373
14373
|
...output,
|
|
14374
|
-
body: await
|
|
14374
|
+
body: await parseErrorBody(output.body, context),
|
|
14375
14375
|
};
|
|
14376
14376
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14377
14377
|
const parsedBody = parsedOutput.body;
|
|
@@ -14399,7 +14399,7 @@ exports.deserializeAws_ec2DescribeMovingAddressesCommand = deserializeAws_ec2Des
|
|
|
14399
14399
|
const deserializeAws_ec2DescribeMovingAddressesCommandError = async (output, context) => {
|
|
14400
14400
|
const parsedOutput = {
|
|
14401
14401
|
...output,
|
|
14402
|
-
body: await
|
|
14402
|
+
body: await parseErrorBody(output.body, context),
|
|
14403
14403
|
};
|
|
14404
14404
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14405
14405
|
const parsedBody = parsedOutput.body;
|
|
@@ -14427,7 +14427,7 @@ exports.deserializeAws_ec2DescribeNatGatewaysCommand = deserializeAws_ec2Describ
|
|
|
14427
14427
|
const deserializeAws_ec2DescribeNatGatewaysCommandError = async (output, context) => {
|
|
14428
14428
|
const parsedOutput = {
|
|
14429
14429
|
...output,
|
|
14430
|
-
body: await
|
|
14430
|
+
body: await parseErrorBody(output.body, context),
|
|
14431
14431
|
};
|
|
14432
14432
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14433
14433
|
const parsedBody = parsedOutput.body;
|
|
@@ -14455,7 +14455,7 @@ exports.deserializeAws_ec2DescribeNetworkAclsCommand = deserializeAws_ec2Describ
|
|
|
14455
14455
|
const deserializeAws_ec2DescribeNetworkAclsCommandError = async (output, context) => {
|
|
14456
14456
|
const parsedOutput = {
|
|
14457
14457
|
...output,
|
|
14458
|
-
body: await
|
|
14458
|
+
body: await parseErrorBody(output.body, context),
|
|
14459
14459
|
};
|
|
14460
14460
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14461
14461
|
const parsedBody = parsedOutput.body;
|
|
@@ -14483,7 +14483,7 @@ exports.deserializeAws_ec2DescribeNetworkInsightsAccessScopeAnalysesCommand = de
|
|
|
14483
14483
|
const deserializeAws_ec2DescribeNetworkInsightsAccessScopeAnalysesCommandError = async (output, context) => {
|
|
14484
14484
|
const parsedOutput = {
|
|
14485
14485
|
...output,
|
|
14486
|
-
body: await
|
|
14486
|
+
body: await parseErrorBody(output.body, context),
|
|
14487
14487
|
};
|
|
14488
14488
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14489
14489
|
const parsedBody = parsedOutput.body;
|
|
@@ -14511,7 +14511,7 @@ exports.deserializeAws_ec2DescribeNetworkInsightsAccessScopesCommand = deseriali
|
|
|
14511
14511
|
const deserializeAws_ec2DescribeNetworkInsightsAccessScopesCommandError = async (output, context) => {
|
|
14512
14512
|
const parsedOutput = {
|
|
14513
14513
|
...output,
|
|
14514
|
-
body: await
|
|
14514
|
+
body: await parseErrorBody(output.body, context),
|
|
14515
14515
|
};
|
|
14516
14516
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14517
14517
|
const parsedBody = parsedOutput.body;
|
|
@@ -14539,7 +14539,7 @@ exports.deserializeAws_ec2DescribeNetworkInsightsAnalysesCommand = deserializeAw
|
|
|
14539
14539
|
const deserializeAws_ec2DescribeNetworkInsightsAnalysesCommandError = async (output, context) => {
|
|
14540
14540
|
const parsedOutput = {
|
|
14541
14541
|
...output,
|
|
14542
|
-
body: await
|
|
14542
|
+
body: await parseErrorBody(output.body, context),
|
|
14543
14543
|
};
|
|
14544
14544
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14545
14545
|
const parsedBody = parsedOutput.body;
|
|
@@ -14567,7 +14567,7 @@ exports.deserializeAws_ec2DescribeNetworkInsightsPathsCommand = deserializeAws_e
|
|
|
14567
14567
|
const deserializeAws_ec2DescribeNetworkInsightsPathsCommandError = async (output, context) => {
|
|
14568
14568
|
const parsedOutput = {
|
|
14569
14569
|
...output,
|
|
14570
|
-
body: await
|
|
14570
|
+
body: await parseErrorBody(output.body, context),
|
|
14571
14571
|
};
|
|
14572
14572
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14573
14573
|
const parsedBody = parsedOutput.body;
|
|
@@ -14595,7 +14595,7 @@ exports.deserializeAws_ec2DescribeNetworkInterfaceAttributeCommand = deserialize
|
|
|
14595
14595
|
const deserializeAws_ec2DescribeNetworkInterfaceAttributeCommandError = async (output, context) => {
|
|
14596
14596
|
const parsedOutput = {
|
|
14597
14597
|
...output,
|
|
14598
|
-
body: await
|
|
14598
|
+
body: await parseErrorBody(output.body, context),
|
|
14599
14599
|
};
|
|
14600
14600
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14601
14601
|
const parsedBody = parsedOutput.body;
|
|
@@ -14623,7 +14623,7 @@ exports.deserializeAws_ec2DescribeNetworkInterfacePermissionsCommand = deseriali
|
|
|
14623
14623
|
const deserializeAws_ec2DescribeNetworkInterfacePermissionsCommandError = async (output, context) => {
|
|
14624
14624
|
const parsedOutput = {
|
|
14625
14625
|
...output,
|
|
14626
|
-
body: await
|
|
14626
|
+
body: await parseErrorBody(output.body, context),
|
|
14627
14627
|
};
|
|
14628
14628
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14629
14629
|
const parsedBody = parsedOutput.body;
|
|
@@ -14651,7 +14651,7 @@ exports.deserializeAws_ec2DescribeNetworkInterfacesCommand = deserializeAws_ec2D
|
|
|
14651
14651
|
const deserializeAws_ec2DescribeNetworkInterfacesCommandError = async (output, context) => {
|
|
14652
14652
|
const parsedOutput = {
|
|
14653
14653
|
...output,
|
|
14654
|
-
body: await
|
|
14654
|
+
body: await parseErrorBody(output.body, context),
|
|
14655
14655
|
};
|
|
14656
14656
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14657
14657
|
const parsedBody = parsedOutput.body;
|
|
@@ -14679,7 +14679,7 @@ exports.deserializeAws_ec2DescribePlacementGroupsCommand = deserializeAws_ec2Des
|
|
|
14679
14679
|
const deserializeAws_ec2DescribePlacementGroupsCommandError = async (output, context) => {
|
|
14680
14680
|
const parsedOutput = {
|
|
14681
14681
|
...output,
|
|
14682
|
-
body: await
|
|
14682
|
+
body: await parseErrorBody(output.body, context),
|
|
14683
14683
|
};
|
|
14684
14684
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14685
14685
|
const parsedBody = parsedOutput.body;
|
|
@@ -14707,7 +14707,7 @@ exports.deserializeAws_ec2DescribePrefixListsCommand = deserializeAws_ec2Describ
|
|
|
14707
14707
|
const deserializeAws_ec2DescribePrefixListsCommandError = async (output, context) => {
|
|
14708
14708
|
const parsedOutput = {
|
|
14709
14709
|
...output,
|
|
14710
|
-
body: await
|
|
14710
|
+
body: await parseErrorBody(output.body, context),
|
|
14711
14711
|
};
|
|
14712
14712
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14713
14713
|
const parsedBody = parsedOutput.body;
|
|
@@ -14735,7 +14735,7 @@ exports.deserializeAws_ec2DescribePrincipalIdFormatCommand = deserializeAws_ec2D
|
|
|
14735
14735
|
const deserializeAws_ec2DescribePrincipalIdFormatCommandError = async (output, context) => {
|
|
14736
14736
|
const parsedOutput = {
|
|
14737
14737
|
...output,
|
|
14738
|
-
body: await
|
|
14738
|
+
body: await parseErrorBody(output.body, context),
|
|
14739
14739
|
};
|
|
14740
14740
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14741
14741
|
const parsedBody = parsedOutput.body;
|
|
@@ -14763,7 +14763,7 @@ exports.deserializeAws_ec2DescribePublicIpv4PoolsCommand = deserializeAws_ec2Des
|
|
|
14763
14763
|
const deserializeAws_ec2DescribePublicIpv4PoolsCommandError = async (output, context) => {
|
|
14764
14764
|
const parsedOutput = {
|
|
14765
14765
|
...output,
|
|
14766
|
-
body: await
|
|
14766
|
+
body: await parseErrorBody(output.body, context),
|
|
14767
14767
|
};
|
|
14768
14768
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14769
14769
|
const parsedBody = parsedOutput.body;
|
|
@@ -14791,7 +14791,7 @@ exports.deserializeAws_ec2DescribeRegionsCommand = deserializeAws_ec2DescribeReg
|
|
|
14791
14791
|
const deserializeAws_ec2DescribeRegionsCommandError = async (output, context) => {
|
|
14792
14792
|
const parsedOutput = {
|
|
14793
14793
|
...output,
|
|
14794
|
-
body: await
|
|
14794
|
+
body: await parseErrorBody(output.body, context),
|
|
14795
14795
|
};
|
|
14796
14796
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14797
14797
|
const parsedBody = parsedOutput.body;
|
|
@@ -14819,7 +14819,7 @@ exports.deserializeAws_ec2DescribeReplaceRootVolumeTasksCommand = deserializeAws
|
|
|
14819
14819
|
const deserializeAws_ec2DescribeReplaceRootVolumeTasksCommandError = async (output, context) => {
|
|
14820
14820
|
const parsedOutput = {
|
|
14821
14821
|
...output,
|
|
14822
|
-
body: await
|
|
14822
|
+
body: await parseErrorBody(output.body, context),
|
|
14823
14823
|
};
|
|
14824
14824
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14825
14825
|
const parsedBody = parsedOutput.body;
|
|
@@ -14847,7 +14847,7 @@ exports.deserializeAws_ec2DescribeReservedInstancesCommand = deserializeAws_ec2D
|
|
|
14847
14847
|
const deserializeAws_ec2DescribeReservedInstancesCommandError = async (output, context) => {
|
|
14848
14848
|
const parsedOutput = {
|
|
14849
14849
|
...output,
|
|
14850
|
-
body: await
|
|
14850
|
+
body: await parseErrorBody(output.body, context),
|
|
14851
14851
|
};
|
|
14852
14852
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14853
14853
|
const parsedBody = parsedOutput.body;
|
|
@@ -14875,7 +14875,7 @@ exports.deserializeAws_ec2DescribeReservedInstancesListingsCommand = deserialize
|
|
|
14875
14875
|
const deserializeAws_ec2DescribeReservedInstancesListingsCommandError = async (output, context) => {
|
|
14876
14876
|
const parsedOutput = {
|
|
14877
14877
|
...output,
|
|
14878
|
-
body: await
|
|
14878
|
+
body: await parseErrorBody(output.body, context),
|
|
14879
14879
|
};
|
|
14880
14880
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14881
14881
|
const parsedBody = parsedOutput.body;
|
|
@@ -14903,7 +14903,7 @@ exports.deserializeAws_ec2DescribeReservedInstancesModificationsCommand = deseri
|
|
|
14903
14903
|
const deserializeAws_ec2DescribeReservedInstancesModificationsCommandError = async (output, context) => {
|
|
14904
14904
|
const parsedOutput = {
|
|
14905
14905
|
...output,
|
|
14906
|
-
body: await
|
|
14906
|
+
body: await parseErrorBody(output.body, context),
|
|
14907
14907
|
};
|
|
14908
14908
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14909
14909
|
const parsedBody = parsedOutput.body;
|
|
@@ -14931,7 +14931,7 @@ exports.deserializeAws_ec2DescribeReservedInstancesOfferingsCommand = deserializ
|
|
|
14931
14931
|
const deserializeAws_ec2DescribeReservedInstancesOfferingsCommandError = async (output, context) => {
|
|
14932
14932
|
const parsedOutput = {
|
|
14933
14933
|
...output,
|
|
14934
|
-
body: await
|
|
14934
|
+
body: await parseErrorBody(output.body, context),
|
|
14935
14935
|
};
|
|
14936
14936
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14937
14937
|
const parsedBody = parsedOutput.body;
|
|
@@ -14959,7 +14959,7 @@ exports.deserializeAws_ec2DescribeRouteTablesCommand = deserializeAws_ec2Describ
|
|
|
14959
14959
|
const deserializeAws_ec2DescribeRouteTablesCommandError = async (output, context) => {
|
|
14960
14960
|
const parsedOutput = {
|
|
14961
14961
|
...output,
|
|
14962
|
-
body: await
|
|
14962
|
+
body: await parseErrorBody(output.body, context),
|
|
14963
14963
|
};
|
|
14964
14964
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14965
14965
|
const parsedBody = parsedOutput.body;
|
|
@@ -14987,7 +14987,7 @@ exports.deserializeAws_ec2DescribeScheduledInstanceAvailabilityCommand = deseria
|
|
|
14987
14987
|
const deserializeAws_ec2DescribeScheduledInstanceAvailabilityCommandError = async (output, context) => {
|
|
14988
14988
|
const parsedOutput = {
|
|
14989
14989
|
...output,
|
|
14990
|
-
body: await
|
|
14990
|
+
body: await parseErrorBody(output.body, context),
|
|
14991
14991
|
};
|
|
14992
14992
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14993
14993
|
const parsedBody = parsedOutput.body;
|
|
@@ -15015,7 +15015,7 @@ exports.deserializeAws_ec2DescribeScheduledInstancesCommand = deserializeAws_ec2
|
|
|
15015
15015
|
const deserializeAws_ec2DescribeScheduledInstancesCommandError = async (output, context) => {
|
|
15016
15016
|
const parsedOutput = {
|
|
15017
15017
|
...output,
|
|
15018
|
-
body: await
|
|
15018
|
+
body: await parseErrorBody(output.body, context),
|
|
15019
15019
|
};
|
|
15020
15020
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15021
15021
|
const parsedBody = parsedOutput.body;
|
|
@@ -15043,7 +15043,7 @@ exports.deserializeAws_ec2DescribeSecurityGroupReferencesCommand = deserializeAw
|
|
|
15043
15043
|
const deserializeAws_ec2DescribeSecurityGroupReferencesCommandError = async (output, context) => {
|
|
15044
15044
|
const parsedOutput = {
|
|
15045
15045
|
...output,
|
|
15046
|
-
body: await
|
|
15046
|
+
body: await parseErrorBody(output.body, context),
|
|
15047
15047
|
};
|
|
15048
15048
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15049
15049
|
const parsedBody = parsedOutput.body;
|
|
@@ -15071,7 +15071,7 @@ exports.deserializeAws_ec2DescribeSecurityGroupRulesCommand = deserializeAws_ec2
|
|
|
15071
15071
|
const deserializeAws_ec2DescribeSecurityGroupRulesCommandError = async (output, context) => {
|
|
15072
15072
|
const parsedOutput = {
|
|
15073
15073
|
...output,
|
|
15074
|
-
body: await
|
|
15074
|
+
body: await parseErrorBody(output.body, context),
|
|
15075
15075
|
};
|
|
15076
15076
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15077
15077
|
const parsedBody = parsedOutput.body;
|
|
@@ -15099,7 +15099,7 @@ exports.deserializeAws_ec2DescribeSecurityGroupsCommand = deserializeAws_ec2Desc
|
|
|
15099
15099
|
const deserializeAws_ec2DescribeSecurityGroupsCommandError = async (output, context) => {
|
|
15100
15100
|
const parsedOutput = {
|
|
15101
15101
|
...output,
|
|
15102
|
-
body: await
|
|
15102
|
+
body: await parseErrorBody(output.body, context),
|
|
15103
15103
|
};
|
|
15104
15104
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15105
15105
|
const parsedBody = parsedOutput.body;
|
|
@@ -15127,7 +15127,7 @@ exports.deserializeAws_ec2DescribeSnapshotAttributeCommand = deserializeAws_ec2D
|
|
|
15127
15127
|
const deserializeAws_ec2DescribeSnapshotAttributeCommandError = async (output, context) => {
|
|
15128
15128
|
const parsedOutput = {
|
|
15129
15129
|
...output,
|
|
15130
|
-
body: await
|
|
15130
|
+
body: await parseErrorBody(output.body, context),
|
|
15131
15131
|
};
|
|
15132
15132
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15133
15133
|
const parsedBody = parsedOutput.body;
|
|
@@ -15155,7 +15155,7 @@ exports.deserializeAws_ec2DescribeSnapshotsCommand = deserializeAws_ec2DescribeS
|
|
|
15155
15155
|
const deserializeAws_ec2DescribeSnapshotsCommandError = async (output, context) => {
|
|
15156
15156
|
const parsedOutput = {
|
|
15157
15157
|
...output,
|
|
15158
|
-
body: await
|
|
15158
|
+
body: await parseErrorBody(output.body, context),
|
|
15159
15159
|
};
|
|
15160
15160
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15161
15161
|
const parsedBody = parsedOutput.body;
|
|
@@ -15183,7 +15183,7 @@ exports.deserializeAws_ec2DescribeSnapshotTierStatusCommand = deserializeAws_ec2
|
|
|
15183
15183
|
const deserializeAws_ec2DescribeSnapshotTierStatusCommandError = async (output, context) => {
|
|
15184
15184
|
const parsedOutput = {
|
|
15185
15185
|
...output,
|
|
15186
|
-
body: await
|
|
15186
|
+
body: await parseErrorBody(output.body, context),
|
|
15187
15187
|
};
|
|
15188
15188
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15189
15189
|
const parsedBody = parsedOutput.body;
|
|
@@ -15211,7 +15211,7 @@ exports.deserializeAws_ec2DescribeSpotDatafeedSubscriptionCommand = deserializeA
|
|
|
15211
15211
|
const deserializeAws_ec2DescribeSpotDatafeedSubscriptionCommandError = async (output, context) => {
|
|
15212
15212
|
const parsedOutput = {
|
|
15213
15213
|
...output,
|
|
15214
|
-
body: await
|
|
15214
|
+
body: await parseErrorBody(output.body, context),
|
|
15215
15215
|
};
|
|
15216
15216
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15217
15217
|
const parsedBody = parsedOutput.body;
|
|
@@ -15239,7 +15239,7 @@ exports.deserializeAws_ec2DescribeSpotFleetInstancesCommand = deserializeAws_ec2
|
|
|
15239
15239
|
const deserializeAws_ec2DescribeSpotFleetInstancesCommandError = async (output, context) => {
|
|
15240
15240
|
const parsedOutput = {
|
|
15241
15241
|
...output,
|
|
15242
|
-
body: await
|
|
15242
|
+
body: await parseErrorBody(output.body, context),
|
|
15243
15243
|
};
|
|
15244
15244
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15245
15245
|
const parsedBody = parsedOutput.body;
|
|
@@ -15267,7 +15267,7 @@ exports.deserializeAws_ec2DescribeSpotFleetRequestHistoryCommand = deserializeAw
|
|
|
15267
15267
|
const deserializeAws_ec2DescribeSpotFleetRequestHistoryCommandError = async (output, context) => {
|
|
15268
15268
|
const parsedOutput = {
|
|
15269
15269
|
...output,
|
|
15270
|
-
body: await
|
|
15270
|
+
body: await parseErrorBody(output.body, context),
|
|
15271
15271
|
};
|
|
15272
15272
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15273
15273
|
const parsedBody = parsedOutput.body;
|
|
@@ -15295,7 +15295,7 @@ exports.deserializeAws_ec2DescribeSpotFleetRequestsCommand = deserializeAws_ec2D
|
|
|
15295
15295
|
const deserializeAws_ec2DescribeSpotFleetRequestsCommandError = async (output, context) => {
|
|
15296
15296
|
const parsedOutput = {
|
|
15297
15297
|
...output,
|
|
15298
|
-
body: await
|
|
15298
|
+
body: await parseErrorBody(output.body, context),
|
|
15299
15299
|
};
|
|
15300
15300
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15301
15301
|
const parsedBody = parsedOutput.body;
|
|
@@ -15323,7 +15323,7 @@ exports.deserializeAws_ec2DescribeSpotInstanceRequestsCommand = deserializeAws_e
|
|
|
15323
15323
|
const deserializeAws_ec2DescribeSpotInstanceRequestsCommandError = async (output, context) => {
|
|
15324
15324
|
const parsedOutput = {
|
|
15325
15325
|
...output,
|
|
15326
|
-
body: await
|
|
15326
|
+
body: await parseErrorBody(output.body, context),
|
|
15327
15327
|
};
|
|
15328
15328
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15329
15329
|
const parsedBody = parsedOutput.body;
|
|
@@ -15351,7 +15351,7 @@ exports.deserializeAws_ec2DescribeSpotPriceHistoryCommand = deserializeAws_ec2De
|
|
|
15351
15351
|
const deserializeAws_ec2DescribeSpotPriceHistoryCommandError = async (output, context) => {
|
|
15352
15352
|
const parsedOutput = {
|
|
15353
15353
|
...output,
|
|
15354
|
-
body: await
|
|
15354
|
+
body: await parseErrorBody(output.body, context),
|
|
15355
15355
|
};
|
|
15356
15356
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15357
15357
|
const parsedBody = parsedOutput.body;
|
|
@@ -15379,7 +15379,7 @@ exports.deserializeAws_ec2DescribeStaleSecurityGroupsCommand = deserializeAws_ec
|
|
|
15379
15379
|
const deserializeAws_ec2DescribeStaleSecurityGroupsCommandError = async (output, context) => {
|
|
15380
15380
|
const parsedOutput = {
|
|
15381
15381
|
...output,
|
|
15382
|
-
body: await
|
|
15382
|
+
body: await parseErrorBody(output.body, context),
|
|
15383
15383
|
};
|
|
15384
15384
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15385
15385
|
const parsedBody = parsedOutput.body;
|
|
@@ -15407,7 +15407,7 @@ exports.deserializeAws_ec2DescribeStoreImageTasksCommand = deserializeAws_ec2Des
|
|
|
15407
15407
|
const deserializeAws_ec2DescribeStoreImageTasksCommandError = async (output, context) => {
|
|
15408
15408
|
const parsedOutput = {
|
|
15409
15409
|
...output,
|
|
15410
|
-
body: await
|
|
15410
|
+
body: await parseErrorBody(output.body, context),
|
|
15411
15411
|
};
|
|
15412
15412
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15413
15413
|
const parsedBody = parsedOutput.body;
|
|
@@ -15435,7 +15435,7 @@ exports.deserializeAws_ec2DescribeSubnetsCommand = deserializeAws_ec2DescribeSub
|
|
|
15435
15435
|
const deserializeAws_ec2DescribeSubnetsCommandError = async (output, context) => {
|
|
15436
15436
|
const parsedOutput = {
|
|
15437
15437
|
...output,
|
|
15438
|
-
body: await
|
|
15438
|
+
body: await parseErrorBody(output.body, context),
|
|
15439
15439
|
};
|
|
15440
15440
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15441
15441
|
const parsedBody = parsedOutput.body;
|
|
@@ -15463,7 +15463,7 @@ exports.deserializeAws_ec2DescribeTagsCommand = deserializeAws_ec2DescribeTagsCo
|
|
|
15463
15463
|
const deserializeAws_ec2DescribeTagsCommandError = async (output, context) => {
|
|
15464
15464
|
const parsedOutput = {
|
|
15465
15465
|
...output,
|
|
15466
|
-
body: await
|
|
15466
|
+
body: await parseErrorBody(output.body, context),
|
|
15467
15467
|
};
|
|
15468
15468
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15469
15469
|
const parsedBody = parsedOutput.body;
|
|
@@ -15491,7 +15491,7 @@ exports.deserializeAws_ec2DescribeTrafficMirrorFiltersCommand = deserializeAws_e
|
|
|
15491
15491
|
const deserializeAws_ec2DescribeTrafficMirrorFiltersCommandError = async (output, context) => {
|
|
15492
15492
|
const parsedOutput = {
|
|
15493
15493
|
...output,
|
|
15494
|
-
body: await
|
|
15494
|
+
body: await parseErrorBody(output.body, context),
|
|
15495
15495
|
};
|
|
15496
15496
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15497
15497
|
const parsedBody = parsedOutput.body;
|
|
@@ -15519,7 +15519,7 @@ exports.deserializeAws_ec2DescribeTrafficMirrorSessionsCommand = deserializeAws_
|
|
|
15519
15519
|
const deserializeAws_ec2DescribeTrafficMirrorSessionsCommandError = async (output, context) => {
|
|
15520
15520
|
const parsedOutput = {
|
|
15521
15521
|
...output,
|
|
15522
|
-
body: await
|
|
15522
|
+
body: await parseErrorBody(output.body, context),
|
|
15523
15523
|
};
|
|
15524
15524
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15525
15525
|
const parsedBody = parsedOutput.body;
|
|
@@ -15547,7 +15547,7 @@ exports.deserializeAws_ec2DescribeTrafficMirrorTargetsCommand = deserializeAws_e
|
|
|
15547
15547
|
const deserializeAws_ec2DescribeTrafficMirrorTargetsCommandError = async (output, context) => {
|
|
15548
15548
|
const parsedOutput = {
|
|
15549
15549
|
...output,
|
|
15550
|
-
body: await
|
|
15550
|
+
body: await parseErrorBody(output.body, context),
|
|
15551
15551
|
};
|
|
15552
15552
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15553
15553
|
const parsedBody = parsedOutput.body;
|
|
@@ -15575,7 +15575,7 @@ exports.deserializeAws_ec2DescribeTransitGatewayAttachmentsCommand = deserialize
|
|
|
15575
15575
|
const deserializeAws_ec2DescribeTransitGatewayAttachmentsCommandError = async (output, context) => {
|
|
15576
15576
|
const parsedOutput = {
|
|
15577
15577
|
...output,
|
|
15578
|
-
body: await
|
|
15578
|
+
body: await parseErrorBody(output.body, context),
|
|
15579
15579
|
};
|
|
15580
15580
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15581
15581
|
const parsedBody = parsedOutput.body;
|
|
@@ -15603,7 +15603,7 @@ exports.deserializeAws_ec2DescribeTransitGatewayConnectPeersCommand = deserializ
|
|
|
15603
15603
|
const deserializeAws_ec2DescribeTransitGatewayConnectPeersCommandError = async (output, context) => {
|
|
15604
15604
|
const parsedOutput = {
|
|
15605
15605
|
...output,
|
|
15606
|
-
body: await
|
|
15606
|
+
body: await parseErrorBody(output.body, context),
|
|
15607
15607
|
};
|
|
15608
15608
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15609
15609
|
const parsedBody = parsedOutput.body;
|
|
@@ -15631,7 +15631,7 @@ exports.deserializeAws_ec2DescribeTransitGatewayConnectsCommand = deserializeAws
|
|
|
15631
15631
|
const deserializeAws_ec2DescribeTransitGatewayConnectsCommandError = async (output, context) => {
|
|
15632
15632
|
const parsedOutput = {
|
|
15633
15633
|
...output,
|
|
15634
|
-
body: await
|
|
15634
|
+
body: await parseErrorBody(output.body, context),
|
|
15635
15635
|
};
|
|
15636
15636
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15637
15637
|
const parsedBody = parsedOutput.body;
|
|
@@ -15659,7 +15659,7 @@ exports.deserializeAws_ec2DescribeTransitGatewayMulticastDomainsCommand = deseri
|
|
|
15659
15659
|
const deserializeAws_ec2DescribeTransitGatewayMulticastDomainsCommandError = async (output, context) => {
|
|
15660
15660
|
const parsedOutput = {
|
|
15661
15661
|
...output,
|
|
15662
|
-
body: await
|
|
15662
|
+
body: await parseErrorBody(output.body, context),
|
|
15663
15663
|
};
|
|
15664
15664
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15665
15665
|
const parsedBody = parsedOutput.body;
|
|
@@ -15687,7 +15687,7 @@ exports.deserializeAws_ec2DescribeTransitGatewayPeeringAttachmentsCommand = dese
|
|
|
15687
15687
|
const deserializeAws_ec2DescribeTransitGatewayPeeringAttachmentsCommandError = async (output, context) => {
|
|
15688
15688
|
const parsedOutput = {
|
|
15689
15689
|
...output,
|
|
15690
|
-
body: await
|
|
15690
|
+
body: await parseErrorBody(output.body, context),
|
|
15691
15691
|
};
|
|
15692
15692
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15693
15693
|
const parsedBody = parsedOutput.body;
|
|
@@ -15715,7 +15715,7 @@ exports.deserializeAws_ec2DescribeTransitGatewayPolicyTablesCommand = deserializ
|
|
|
15715
15715
|
const deserializeAws_ec2DescribeTransitGatewayPolicyTablesCommandError = async (output, context) => {
|
|
15716
15716
|
const parsedOutput = {
|
|
15717
15717
|
...output,
|
|
15718
|
-
body: await
|
|
15718
|
+
body: await parseErrorBody(output.body, context),
|
|
15719
15719
|
};
|
|
15720
15720
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15721
15721
|
const parsedBody = parsedOutput.body;
|
|
@@ -15743,7 +15743,7 @@ exports.deserializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommand =
|
|
|
15743
15743
|
const deserializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommandError = async (output, context) => {
|
|
15744
15744
|
const parsedOutput = {
|
|
15745
15745
|
...output,
|
|
15746
|
-
body: await
|
|
15746
|
+
body: await parseErrorBody(output.body, context),
|
|
15747
15747
|
};
|
|
15748
15748
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15749
15749
|
const parsedBody = parsedOutput.body;
|
|
@@ -15771,7 +15771,7 @@ exports.deserializeAws_ec2DescribeTransitGatewayRouteTablesCommand = deserialize
|
|
|
15771
15771
|
const deserializeAws_ec2DescribeTransitGatewayRouteTablesCommandError = async (output, context) => {
|
|
15772
15772
|
const parsedOutput = {
|
|
15773
15773
|
...output,
|
|
15774
|
-
body: await
|
|
15774
|
+
body: await parseErrorBody(output.body, context),
|
|
15775
15775
|
};
|
|
15776
15776
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15777
15777
|
const parsedBody = parsedOutput.body;
|
|
@@ -15799,7 +15799,7 @@ exports.deserializeAws_ec2DescribeTransitGatewaysCommand = deserializeAws_ec2Des
|
|
|
15799
15799
|
const deserializeAws_ec2DescribeTransitGatewaysCommandError = async (output, context) => {
|
|
15800
15800
|
const parsedOutput = {
|
|
15801
15801
|
...output,
|
|
15802
|
-
body: await
|
|
15802
|
+
body: await parseErrorBody(output.body, context),
|
|
15803
15803
|
};
|
|
15804
15804
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15805
15805
|
const parsedBody = parsedOutput.body;
|
|
@@ -15827,7 +15827,7 @@ exports.deserializeAws_ec2DescribeTransitGatewayVpcAttachmentsCommand = deserial
|
|
|
15827
15827
|
const deserializeAws_ec2DescribeTransitGatewayVpcAttachmentsCommandError = async (output, context) => {
|
|
15828
15828
|
const parsedOutput = {
|
|
15829
15829
|
...output,
|
|
15830
|
-
body: await
|
|
15830
|
+
body: await parseErrorBody(output.body, context),
|
|
15831
15831
|
};
|
|
15832
15832
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15833
15833
|
const parsedBody = parsedOutput.body;
|
|
@@ -15855,7 +15855,7 @@ exports.deserializeAws_ec2DescribeTrunkInterfaceAssociationsCommand = deserializ
|
|
|
15855
15855
|
const deserializeAws_ec2DescribeTrunkInterfaceAssociationsCommandError = async (output, context) => {
|
|
15856
15856
|
const parsedOutput = {
|
|
15857
15857
|
...output,
|
|
15858
|
-
body: await
|
|
15858
|
+
body: await parseErrorBody(output.body, context),
|
|
15859
15859
|
};
|
|
15860
15860
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15861
15861
|
const parsedBody = parsedOutput.body;
|
|
@@ -15883,7 +15883,7 @@ exports.deserializeAws_ec2DescribeVolumeAttributeCommand = deserializeAws_ec2Des
|
|
|
15883
15883
|
const deserializeAws_ec2DescribeVolumeAttributeCommandError = async (output, context) => {
|
|
15884
15884
|
const parsedOutput = {
|
|
15885
15885
|
...output,
|
|
15886
|
-
body: await
|
|
15886
|
+
body: await parseErrorBody(output.body, context),
|
|
15887
15887
|
};
|
|
15888
15888
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15889
15889
|
const parsedBody = parsedOutput.body;
|
|
@@ -15911,7 +15911,7 @@ exports.deserializeAws_ec2DescribeVolumesCommand = deserializeAws_ec2DescribeVol
|
|
|
15911
15911
|
const deserializeAws_ec2DescribeVolumesCommandError = async (output, context) => {
|
|
15912
15912
|
const parsedOutput = {
|
|
15913
15913
|
...output,
|
|
15914
|
-
body: await
|
|
15914
|
+
body: await parseErrorBody(output.body, context),
|
|
15915
15915
|
};
|
|
15916
15916
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15917
15917
|
const parsedBody = parsedOutput.body;
|
|
@@ -15939,7 +15939,7 @@ exports.deserializeAws_ec2DescribeVolumesModificationsCommand = deserializeAws_e
|
|
|
15939
15939
|
const deserializeAws_ec2DescribeVolumesModificationsCommandError = async (output, context) => {
|
|
15940
15940
|
const parsedOutput = {
|
|
15941
15941
|
...output,
|
|
15942
|
-
body: await
|
|
15942
|
+
body: await parseErrorBody(output.body, context),
|
|
15943
15943
|
};
|
|
15944
15944
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15945
15945
|
const parsedBody = parsedOutput.body;
|
|
@@ -15967,7 +15967,7 @@ exports.deserializeAws_ec2DescribeVolumeStatusCommand = deserializeAws_ec2Descri
|
|
|
15967
15967
|
const deserializeAws_ec2DescribeVolumeStatusCommandError = async (output, context) => {
|
|
15968
15968
|
const parsedOutput = {
|
|
15969
15969
|
...output,
|
|
15970
|
-
body: await
|
|
15970
|
+
body: await parseErrorBody(output.body, context),
|
|
15971
15971
|
};
|
|
15972
15972
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
15973
15973
|
const parsedBody = parsedOutput.body;
|
|
@@ -15995,7 +15995,7 @@ exports.deserializeAws_ec2DescribeVpcAttributeCommand = deserializeAws_ec2Descri
|
|
|
15995
15995
|
const deserializeAws_ec2DescribeVpcAttributeCommandError = async (output, context) => {
|
|
15996
15996
|
const parsedOutput = {
|
|
15997
15997
|
...output,
|
|
15998
|
-
body: await
|
|
15998
|
+
body: await parseErrorBody(output.body, context),
|
|
15999
15999
|
};
|
|
16000
16000
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16001
16001
|
const parsedBody = parsedOutput.body;
|
|
@@ -16023,7 +16023,7 @@ exports.deserializeAws_ec2DescribeVpcClassicLinkCommand = deserializeAws_ec2Desc
|
|
|
16023
16023
|
const deserializeAws_ec2DescribeVpcClassicLinkCommandError = async (output, context) => {
|
|
16024
16024
|
const parsedOutput = {
|
|
16025
16025
|
...output,
|
|
16026
|
-
body: await
|
|
16026
|
+
body: await parseErrorBody(output.body, context),
|
|
16027
16027
|
};
|
|
16028
16028
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16029
16029
|
const parsedBody = parsedOutput.body;
|
|
@@ -16051,7 +16051,7 @@ exports.deserializeAws_ec2DescribeVpcClassicLinkDnsSupportCommand = deserializeA
|
|
|
16051
16051
|
const deserializeAws_ec2DescribeVpcClassicLinkDnsSupportCommandError = async (output, context) => {
|
|
16052
16052
|
const parsedOutput = {
|
|
16053
16053
|
...output,
|
|
16054
|
-
body: await
|
|
16054
|
+
body: await parseErrorBody(output.body, context),
|
|
16055
16055
|
};
|
|
16056
16056
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16057
16057
|
const parsedBody = parsedOutput.body;
|
|
@@ -16079,7 +16079,7 @@ exports.deserializeAws_ec2DescribeVpcEndpointConnectionNotificationsCommand = de
|
|
|
16079
16079
|
const deserializeAws_ec2DescribeVpcEndpointConnectionNotificationsCommandError = async (output, context) => {
|
|
16080
16080
|
const parsedOutput = {
|
|
16081
16081
|
...output,
|
|
16082
|
-
body: await
|
|
16082
|
+
body: await parseErrorBody(output.body, context),
|
|
16083
16083
|
};
|
|
16084
16084
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16085
16085
|
const parsedBody = parsedOutput.body;
|
|
@@ -16107,7 +16107,7 @@ exports.deserializeAws_ec2DescribeVpcEndpointConnectionsCommand = deserializeAws
|
|
|
16107
16107
|
const deserializeAws_ec2DescribeVpcEndpointConnectionsCommandError = async (output, context) => {
|
|
16108
16108
|
const parsedOutput = {
|
|
16109
16109
|
...output,
|
|
16110
|
-
body: await
|
|
16110
|
+
body: await parseErrorBody(output.body, context),
|
|
16111
16111
|
};
|
|
16112
16112
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16113
16113
|
const parsedBody = parsedOutput.body;
|
|
@@ -16135,7 +16135,7 @@ exports.deserializeAws_ec2DescribeVpcEndpointsCommand = deserializeAws_ec2Descri
|
|
|
16135
16135
|
const deserializeAws_ec2DescribeVpcEndpointsCommandError = async (output, context) => {
|
|
16136
16136
|
const parsedOutput = {
|
|
16137
16137
|
...output,
|
|
16138
|
-
body: await
|
|
16138
|
+
body: await parseErrorBody(output.body, context),
|
|
16139
16139
|
};
|
|
16140
16140
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16141
16141
|
const parsedBody = parsedOutput.body;
|
|
@@ -16163,7 +16163,7 @@ exports.deserializeAws_ec2DescribeVpcEndpointServiceConfigurationsCommand = dese
|
|
|
16163
16163
|
const deserializeAws_ec2DescribeVpcEndpointServiceConfigurationsCommandError = async (output, context) => {
|
|
16164
16164
|
const parsedOutput = {
|
|
16165
16165
|
...output,
|
|
16166
|
-
body: await
|
|
16166
|
+
body: await parseErrorBody(output.body, context),
|
|
16167
16167
|
};
|
|
16168
16168
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16169
16169
|
const parsedBody = parsedOutput.body;
|
|
@@ -16191,7 +16191,7 @@ exports.deserializeAws_ec2DescribeVpcEndpointServicePermissionsCommand = deseria
|
|
|
16191
16191
|
const deserializeAws_ec2DescribeVpcEndpointServicePermissionsCommandError = async (output, context) => {
|
|
16192
16192
|
const parsedOutput = {
|
|
16193
16193
|
...output,
|
|
16194
|
-
body: await
|
|
16194
|
+
body: await parseErrorBody(output.body, context),
|
|
16195
16195
|
};
|
|
16196
16196
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16197
16197
|
const parsedBody = parsedOutput.body;
|
|
@@ -16219,7 +16219,7 @@ exports.deserializeAws_ec2DescribeVpcEndpointServicesCommand = deserializeAws_ec
|
|
|
16219
16219
|
const deserializeAws_ec2DescribeVpcEndpointServicesCommandError = async (output, context) => {
|
|
16220
16220
|
const parsedOutput = {
|
|
16221
16221
|
...output,
|
|
16222
|
-
body: await
|
|
16222
|
+
body: await parseErrorBody(output.body, context),
|
|
16223
16223
|
};
|
|
16224
16224
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16225
16225
|
const parsedBody = parsedOutput.body;
|
|
@@ -16247,7 +16247,7 @@ exports.deserializeAws_ec2DescribeVpcPeeringConnectionsCommand = deserializeAws_
|
|
|
16247
16247
|
const deserializeAws_ec2DescribeVpcPeeringConnectionsCommandError = async (output, context) => {
|
|
16248
16248
|
const parsedOutput = {
|
|
16249
16249
|
...output,
|
|
16250
|
-
body: await
|
|
16250
|
+
body: await parseErrorBody(output.body, context),
|
|
16251
16251
|
};
|
|
16252
16252
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16253
16253
|
const parsedBody = parsedOutput.body;
|
|
@@ -16275,7 +16275,7 @@ exports.deserializeAws_ec2DescribeVpcsCommand = deserializeAws_ec2DescribeVpcsCo
|
|
|
16275
16275
|
const deserializeAws_ec2DescribeVpcsCommandError = async (output, context) => {
|
|
16276
16276
|
const parsedOutput = {
|
|
16277
16277
|
...output,
|
|
16278
|
-
body: await
|
|
16278
|
+
body: await parseErrorBody(output.body, context),
|
|
16279
16279
|
};
|
|
16280
16280
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16281
16281
|
const parsedBody = parsedOutput.body;
|
|
@@ -16303,7 +16303,7 @@ exports.deserializeAws_ec2DescribeVpnConnectionsCommand = deserializeAws_ec2Desc
|
|
|
16303
16303
|
const deserializeAws_ec2DescribeVpnConnectionsCommandError = async (output, context) => {
|
|
16304
16304
|
const parsedOutput = {
|
|
16305
16305
|
...output,
|
|
16306
|
-
body: await
|
|
16306
|
+
body: await parseErrorBody(output.body, context),
|
|
16307
16307
|
};
|
|
16308
16308
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16309
16309
|
const parsedBody = parsedOutput.body;
|
|
@@ -16331,7 +16331,7 @@ exports.deserializeAws_ec2DescribeVpnGatewaysCommand = deserializeAws_ec2Describ
|
|
|
16331
16331
|
const deserializeAws_ec2DescribeVpnGatewaysCommandError = async (output, context) => {
|
|
16332
16332
|
const parsedOutput = {
|
|
16333
16333
|
...output,
|
|
16334
|
-
body: await
|
|
16334
|
+
body: await parseErrorBody(output.body, context),
|
|
16335
16335
|
};
|
|
16336
16336
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16337
16337
|
const parsedBody = parsedOutput.body;
|
|
@@ -16359,7 +16359,7 @@ exports.deserializeAws_ec2DetachClassicLinkVpcCommand = deserializeAws_ec2Detach
|
|
|
16359
16359
|
const deserializeAws_ec2DetachClassicLinkVpcCommandError = async (output, context) => {
|
|
16360
16360
|
const parsedOutput = {
|
|
16361
16361
|
...output,
|
|
16362
|
-
body: await
|
|
16362
|
+
body: await parseErrorBody(output.body, context),
|
|
16363
16363
|
};
|
|
16364
16364
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16365
16365
|
const parsedBody = parsedOutput.body;
|
|
@@ -16384,7 +16384,7 @@ exports.deserializeAws_ec2DetachInternetGatewayCommand = deserializeAws_ec2Detac
|
|
|
16384
16384
|
const deserializeAws_ec2DetachInternetGatewayCommandError = async (output, context) => {
|
|
16385
16385
|
const parsedOutput = {
|
|
16386
16386
|
...output,
|
|
16387
|
-
body: await
|
|
16387
|
+
body: await parseErrorBody(output.body, context),
|
|
16388
16388
|
};
|
|
16389
16389
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16390
16390
|
const parsedBody = parsedOutput.body;
|
|
@@ -16409,7 +16409,7 @@ exports.deserializeAws_ec2DetachNetworkInterfaceCommand = deserializeAws_ec2Deta
|
|
|
16409
16409
|
const deserializeAws_ec2DetachNetworkInterfaceCommandError = async (output, context) => {
|
|
16410
16410
|
const parsedOutput = {
|
|
16411
16411
|
...output,
|
|
16412
|
-
body: await
|
|
16412
|
+
body: await parseErrorBody(output.body, context),
|
|
16413
16413
|
};
|
|
16414
16414
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16415
16415
|
const parsedBody = parsedOutput.body;
|
|
@@ -16437,7 +16437,7 @@ exports.deserializeAws_ec2DetachVolumeCommand = deserializeAws_ec2DetachVolumeCo
|
|
|
16437
16437
|
const deserializeAws_ec2DetachVolumeCommandError = async (output, context) => {
|
|
16438
16438
|
const parsedOutput = {
|
|
16439
16439
|
...output,
|
|
16440
|
-
body: await
|
|
16440
|
+
body: await parseErrorBody(output.body, context),
|
|
16441
16441
|
};
|
|
16442
16442
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16443
16443
|
const parsedBody = parsedOutput.body;
|
|
@@ -16462,7 +16462,7 @@ exports.deserializeAws_ec2DetachVpnGatewayCommand = deserializeAws_ec2DetachVpnG
|
|
|
16462
16462
|
const deserializeAws_ec2DetachVpnGatewayCommandError = async (output, context) => {
|
|
16463
16463
|
const parsedOutput = {
|
|
16464
16464
|
...output,
|
|
16465
|
-
body: await
|
|
16465
|
+
body: await parseErrorBody(output.body, context),
|
|
16466
16466
|
};
|
|
16467
16467
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16468
16468
|
const parsedBody = parsedOutput.body;
|
|
@@ -16490,7 +16490,7 @@ exports.deserializeAws_ec2DisableEbsEncryptionByDefaultCommand = deserializeAws_
|
|
|
16490
16490
|
const deserializeAws_ec2DisableEbsEncryptionByDefaultCommandError = async (output, context) => {
|
|
16491
16491
|
const parsedOutput = {
|
|
16492
16492
|
...output,
|
|
16493
|
-
body: await
|
|
16493
|
+
body: await parseErrorBody(output.body, context),
|
|
16494
16494
|
};
|
|
16495
16495
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16496
16496
|
const parsedBody = parsedOutput.body;
|
|
@@ -16518,7 +16518,7 @@ exports.deserializeAws_ec2DisableFastLaunchCommand = deserializeAws_ec2DisableFa
|
|
|
16518
16518
|
const deserializeAws_ec2DisableFastLaunchCommandError = async (output, context) => {
|
|
16519
16519
|
const parsedOutput = {
|
|
16520
16520
|
...output,
|
|
16521
|
-
body: await
|
|
16521
|
+
body: await parseErrorBody(output.body, context),
|
|
16522
16522
|
};
|
|
16523
16523
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16524
16524
|
const parsedBody = parsedOutput.body;
|
|
@@ -16546,7 +16546,7 @@ exports.deserializeAws_ec2DisableFastSnapshotRestoresCommand = deserializeAws_ec
|
|
|
16546
16546
|
const deserializeAws_ec2DisableFastSnapshotRestoresCommandError = async (output, context) => {
|
|
16547
16547
|
const parsedOutput = {
|
|
16548
16548
|
...output,
|
|
16549
|
-
body: await
|
|
16549
|
+
body: await parseErrorBody(output.body, context),
|
|
16550
16550
|
};
|
|
16551
16551
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16552
16552
|
const parsedBody = parsedOutput.body;
|
|
@@ -16574,7 +16574,7 @@ exports.deserializeAws_ec2DisableImageDeprecationCommand = deserializeAws_ec2Dis
|
|
|
16574
16574
|
const deserializeAws_ec2DisableImageDeprecationCommandError = async (output, context) => {
|
|
16575
16575
|
const parsedOutput = {
|
|
16576
16576
|
...output,
|
|
16577
|
-
body: await
|
|
16577
|
+
body: await parseErrorBody(output.body, context),
|
|
16578
16578
|
};
|
|
16579
16579
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16580
16580
|
const parsedBody = parsedOutput.body;
|
|
@@ -16602,7 +16602,7 @@ exports.deserializeAws_ec2DisableIpamOrganizationAdminAccountCommand = deseriali
|
|
|
16602
16602
|
const deserializeAws_ec2DisableIpamOrganizationAdminAccountCommandError = async (output, context) => {
|
|
16603
16603
|
const parsedOutput = {
|
|
16604
16604
|
...output,
|
|
16605
|
-
body: await
|
|
16605
|
+
body: await parseErrorBody(output.body, context),
|
|
16606
16606
|
};
|
|
16607
16607
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16608
16608
|
const parsedBody = parsedOutput.body;
|
|
@@ -16630,7 +16630,7 @@ exports.deserializeAws_ec2DisableSerialConsoleAccessCommand = deserializeAws_ec2
|
|
|
16630
16630
|
const deserializeAws_ec2DisableSerialConsoleAccessCommandError = async (output, context) => {
|
|
16631
16631
|
const parsedOutput = {
|
|
16632
16632
|
...output,
|
|
16633
|
-
body: await
|
|
16633
|
+
body: await parseErrorBody(output.body, context),
|
|
16634
16634
|
};
|
|
16635
16635
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16636
16636
|
const parsedBody = parsedOutput.body;
|
|
@@ -16658,7 +16658,7 @@ exports.deserializeAws_ec2DisableTransitGatewayRouteTablePropagationCommand = de
|
|
|
16658
16658
|
const deserializeAws_ec2DisableTransitGatewayRouteTablePropagationCommandError = async (output, context) => {
|
|
16659
16659
|
const parsedOutput = {
|
|
16660
16660
|
...output,
|
|
16661
|
-
body: await
|
|
16661
|
+
body: await parseErrorBody(output.body, context),
|
|
16662
16662
|
};
|
|
16663
16663
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16664
16664
|
const parsedBody = parsedOutput.body;
|
|
@@ -16683,7 +16683,7 @@ exports.deserializeAws_ec2DisableVgwRoutePropagationCommand = deserializeAws_ec2
|
|
|
16683
16683
|
const deserializeAws_ec2DisableVgwRoutePropagationCommandError = async (output, context) => {
|
|
16684
16684
|
const parsedOutput = {
|
|
16685
16685
|
...output,
|
|
16686
|
-
body: await
|
|
16686
|
+
body: await parseErrorBody(output.body, context),
|
|
16687
16687
|
};
|
|
16688
16688
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16689
16689
|
const parsedBody = parsedOutput.body;
|
|
@@ -16711,7 +16711,7 @@ exports.deserializeAws_ec2DisableVpcClassicLinkCommand = deserializeAws_ec2Disab
|
|
|
16711
16711
|
const deserializeAws_ec2DisableVpcClassicLinkCommandError = async (output, context) => {
|
|
16712
16712
|
const parsedOutput = {
|
|
16713
16713
|
...output,
|
|
16714
|
-
body: await
|
|
16714
|
+
body: await parseErrorBody(output.body, context),
|
|
16715
16715
|
};
|
|
16716
16716
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16717
16717
|
const parsedBody = parsedOutput.body;
|
|
@@ -16739,7 +16739,7 @@ exports.deserializeAws_ec2DisableVpcClassicLinkDnsSupportCommand = deserializeAw
|
|
|
16739
16739
|
const deserializeAws_ec2DisableVpcClassicLinkDnsSupportCommandError = async (output, context) => {
|
|
16740
16740
|
const parsedOutput = {
|
|
16741
16741
|
...output,
|
|
16742
|
-
body: await
|
|
16742
|
+
body: await parseErrorBody(output.body, context),
|
|
16743
16743
|
};
|
|
16744
16744
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16745
16745
|
const parsedBody = parsedOutput.body;
|
|
@@ -16764,7 +16764,7 @@ exports.deserializeAws_ec2DisassociateAddressCommand = deserializeAws_ec2Disasso
|
|
|
16764
16764
|
const deserializeAws_ec2DisassociateAddressCommandError = async (output, context) => {
|
|
16765
16765
|
const parsedOutput = {
|
|
16766
16766
|
...output,
|
|
16767
|
-
body: await
|
|
16767
|
+
body: await parseErrorBody(output.body, context),
|
|
16768
16768
|
};
|
|
16769
16769
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16770
16770
|
const parsedBody = parsedOutput.body;
|
|
@@ -16792,7 +16792,7 @@ exports.deserializeAws_ec2DisassociateClientVpnTargetNetworkCommand = deserializ
|
|
|
16792
16792
|
const deserializeAws_ec2DisassociateClientVpnTargetNetworkCommandError = async (output, context) => {
|
|
16793
16793
|
const parsedOutput = {
|
|
16794
16794
|
...output,
|
|
16795
|
-
body: await
|
|
16795
|
+
body: await parseErrorBody(output.body, context),
|
|
16796
16796
|
};
|
|
16797
16797
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16798
16798
|
const parsedBody = parsedOutput.body;
|
|
@@ -16820,7 +16820,7 @@ exports.deserializeAws_ec2DisassociateEnclaveCertificateIamRoleCommand = deseria
|
|
|
16820
16820
|
const deserializeAws_ec2DisassociateEnclaveCertificateIamRoleCommandError = async (output, context) => {
|
|
16821
16821
|
const parsedOutput = {
|
|
16822
16822
|
...output,
|
|
16823
|
-
body: await
|
|
16823
|
+
body: await parseErrorBody(output.body, context),
|
|
16824
16824
|
};
|
|
16825
16825
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16826
16826
|
const parsedBody = parsedOutput.body;
|
|
@@ -16848,7 +16848,7 @@ exports.deserializeAws_ec2DisassociateIamInstanceProfileCommand = deserializeAws
|
|
|
16848
16848
|
const deserializeAws_ec2DisassociateIamInstanceProfileCommandError = async (output, context) => {
|
|
16849
16849
|
const parsedOutput = {
|
|
16850
16850
|
...output,
|
|
16851
|
-
body: await
|
|
16851
|
+
body: await parseErrorBody(output.body, context),
|
|
16852
16852
|
};
|
|
16853
16853
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16854
16854
|
const parsedBody = parsedOutput.body;
|
|
@@ -16876,7 +16876,7 @@ exports.deserializeAws_ec2DisassociateInstanceEventWindowCommand = deserializeAw
|
|
|
16876
16876
|
const deserializeAws_ec2DisassociateInstanceEventWindowCommandError = async (output, context) => {
|
|
16877
16877
|
const parsedOutput = {
|
|
16878
16878
|
...output,
|
|
16879
|
-
body: await
|
|
16879
|
+
body: await parseErrorBody(output.body, context),
|
|
16880
16880
|
};
|
|
16881
16881
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16882
16882
|
const parsedBody = parsedOutput.body;
|
|
@@ -16901,7 +16901,7 @@ exports.deserializeAws_ec2DisassociateRouteTableCommand = deserializeAws_ec2Disa
|
|
|
16901
16901
|
const deserializeAws_ec2DisassociateRouteTableCommandError = async (output, context) => {
|
|
16902
16902
|
const parsedOutput = {
|
|
16903
16903
|
...output,
|
|
16904
|
-
body: await
|
|
16904
|
+
body: await parseErrorBody(output.body, context),
|
|
16905
16905
|
};
|
|
16906
16906
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16907
16907
|
const parsedBody = parsedOutput.body;
|
|
@@ -16929,7 +16929,7 @@ exports.deserializeAws_ec2DisassociateSubnetCidrBlockCommand = deserializeAws_ec
|
|
|
16929
16929
|
const deserializeAws_ec2DisassociateSubnetCidrBlockCommandError = async (output, context) => {
|
|
16930
16930
|
const parsedOutput = {
|
|
16931
16931
|
...output,
|
|
16932
|
-
body: await
|
|
16932
|
+
body: await parseErrorBody(output.body, context),
|
|
16933
16933
|
};
|
|
16934
16934
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16935
16935
|
const parsedBody = parsedOutput.body;
|
|
@@ -16957,7 +16957,7 @@ exports.deserializeAws_ec2DisassociateTransitGatewayMulticastDomainCommand = des
|
|
|
16957
16957
|
const deserializeAws_ec2DisassociateTransitGatewayMulticastDomainCommandError = async (output, context) => {
|
|
16958
16958
|
const parsedOutput = {
|
|
16959
16959
|
...output,
|
|
16960
|
-
body: await
|
|
16960
|
+
body: await parseErrorBody(output.body, context),
|
|
16961
16961
|
};
|
|
16962
16962
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16963
16963
|
const parsedBody = parsedOutput.body;
|
|
@@ -16985,7 +16985,7 @@ exports.deserializeAws_ec2DisassociateTransitGatewayPolicyTableCommand = deseria
|
|
|
16985
16985
|
const deserializeAws_ec2DisassociateTransitGatewayPolicyTableCommandError = async (output, context) => {
|
|
16986
16986
|
const parsedOutput = {
|
|
16987
16987
|
...output,
|
|
16988
|
-
body: await
|
|
16988
|
+
body: await parseErrorBody(output.body, context),
|
|
16989
16989
|
};
|
|
16990
16990
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16991
16991
|
const parsedBody = parsedOutput.body;
|
|
@@ -17013,7 +17013,7 @@ exports.deserializeAws_ec2DisassociateTransitGatewayRouteTableCommand = deserial
|
|
|
17013
17013
|
const deserializeAws_ec2DisassociateTransitGatewayRouteTableCommandError = async (output, context) => {
|
|
17014
17014
|
const parsedOutput = {
|
|
17015
17015
|
...output,
|
|
17016
|
-
body: await
|
|
17016
|
+
body: await parseErrorBody(output.body, context),
|
|
17017
17017
|
};
|
|
17018
17018
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17019
17019
|
const parsedBody = parsedOutput.body;
|
|
@@ -17041,7 +17041,7 @@ exports.deserializeAws_ec2DisassociateTrunkInterfaceCommand = deserializeAws_ec2
|
|
|
17041
17041
|
const deserializeAws_ec2DisassociateTrunkInterfaceCommandError = async (output, context) => {
|
|
17042
17042
|
const parsedOutput = {
|
|
17043
17043
|
...output,
|
|
17044
|
-
body: await
|
|
17044
|
+
body: await parseErrorBody(output.body, context),
|
|
17045
17045
|
};
|
|
17046
17046
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17047
17047
|
const parsedBody = parsedOutput.body;
|
|
@@ -17069,7 +17069,7 @@ exports.deserializeAws_ec2DisassociateVpcCidrBlockCommand = deserializeAws_ec2Di
|
|
|
17069
17069
|
const deserializeAws_ec2DisassociateVpcCidrBlockCommandError = async (output, context) => {
|
|
17070
17070
|
const parsedOutput = {
|
|
17071
17071
|
...output,
|
|
17072
|
-
body: await
|
|
17072
|
+
body: await parseErrorBody(output.body, context),
|
|
17073
17073
|
};
|
|
17074
17074
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17075
17075
|
const parsedBody = parsedOutput.body;
|
|
@@ -17097,7 +17097,7 @@ exports.deserializeAws_ec2EnableEbsEncryptionByDefaultCommand = deserializeAws_e
|
|
|
17097
17097
|
const deserializeAws_ec2EnableEbsEncryptionByDefaultCommandError = async (output, context) => {
|
|
17098
17098
|
const parsedOutput = {
|
|
17099
17099
|
...output,
|
|
17100
|
-
body: await
|
|
17100
|
+
body: await parseErrorBody(output.body, context),
|
|
17101
17101
|
};
|
|
17102
17102
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17103
17103
|
const parsedBody = parsedOutput.body;
|
|
@@ -17125,7 +17125,7 @@ exports.deserializeAws_ec2EnableFastLaunchCommand = deserializeAws_ec2EnableFast
|
|
|
17125
17125
|
const deserializeAws_ec2EnableFastLaunchCommandError = async (output, context) => {
|
|
17126
17126
|
const parsedOutput = {
|
|
17127
17127
|
...output,
|
|
17128
|
-
body: await
|
|
17128
|
+
body: await parseErrorBody(output.body, context),
|
|
17129
17129
|
};
|
|
17130
17130
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17131
17131
|
const parsedBody = parsedOutput.body;
|
|
@@ -17153,7 +17153,7 @@ exports.deserializeAws_ec2EnableFastSnapshotRestoresCommand = deserializeAws_ec2
|
|
|
17153
17153
|
const deserializeAws_ec2EnableFastSnapshotRestoresCommandError = async (output, context) => {
|
|
17154
17154
|
const parsedOutput = {
|
|
17155
17155
|
...output,
|
|
17156
|
-
body: await
|
|
17156
|
+
body: await parseErrorBody(output.body, context),
|
|
17157
17157
|
};
|
|
17158
17158
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17159
17159
|
const parsedBody = parsedOutput.body;
|
|
@@ -17181,7 +17181,7 @@ exports.deserializeAws_ec2EnableImageDeprecationCommand = deserializeAws_ec2Enab
|
|
|
17181
17181
|
const deserializeAws_ec2EnableImageDeprecationCommandError = async (output, context) => {
|
|
17182
17182
|
const parsedOutput = {
|
|
17183
17183
|
...output,
|
|
17184
|
-
body: await
|
|
17184
|
+
body: await parseErrorBody(output.body, context),
|
|
17185
17185
|
};
|
|
17186
17186
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17187
17187
|
const parsedBody = parsedOutput.body;
|
|
@@ -17209,7 +17209,7 @@ exports.deserializeAws_ec2EnableIpamOrganizationAdminAccountCommand = deserializ
|
|
|
17209
17209
|
const deserializeAws_ec2EnableIpamOrganizationAdminAccountCommandError = async (output, context) => {
|
|
17210
17210
|
const parsedOutput = {
|
|
17211
17211
|
...output,
|
|
17212
|
-
body: await
|
|
17212
|
+
body: await parseErrorBody(output.body, context),
|
|
17213
17213
|
};
|
|
17214
17214
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17215
17215
|
const parsedBody = parsedOutput.body;
|
|
@@ -17237,7 +17237,7 @@ exports.deserializeAws_ec2EnableSerialConsoleAccessCommand = deserializeAws_ec2E
|
|
|
17237
17237
|
const deserializeAws_ec2EnableSerialConsoleAccessCommandError = async (output, context) => {
|
|
17238
17238
|
const parsedOutput = {
|
|
17239
17239
|
...output,
|
|
17240
|
-
body: await
|
|
17240
|
+
body: await parseErrorBody(output.body, context),
|
|
17241
17241
|
};
|
|
17242
17242
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17243
17243
|
const parsedBody = parsedOutput.body;
|
|
@@ -17265,7 +17265,7 @@ exports.deserializeAws_ec2EnableTransitGatewayRouteTablePropagationCommand = des
|
|
|
17265
17265
|
const deserializeAws_ec2EnableTransitGatewayRouteTablePropagationCommandError = async (output, context) => {
|
|
17266
17266
|
const parsedOutput = {
|
|
17267
17267
|
...output,
|
|
17268
|
-
body: await
|
|
17268
|
+
body: await parseErrorBody(output.body, context),
|
|
17269
17269
|
};
|
|
17270
17270
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17271
17271
|
const parsedBody = parsedOutput.body;
|
|
@@ -17290,7 +17290,7 @@ exports.deserializeAws_ec2EnableVgwRoutePropagationCommand = deserializeAws_ec2E
|
|
|
17290
17290
|
const deserializeAws_ec2EnableVgwRoutePropagationCommandError = async (output, context) => {
|
|
17291
17291
|
const parsedOutput = {
|
|
17292
17292
|
...output,
|
|
17293
|
-
body: await
|
|
17293
|
+
body: await parseErrorBody(output.body, context),
|
|
17294
17294
|
};
|
|
17295
17295
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17296
17296
|
const parsedBody = parsedOutput.body;
|
|
@@ -17315,7 +17315,7 @@ exports.deserializeAws_ec2EnableVolumeIOCommand = deserializeAws_ec2EnableVolume
|
|
|
17315
17315
|
const deserializeAws_ec2EnableVolumeIOCommandError = async (output, context) => {
|
|
17316
17316
|
const parsedOutput = {
|
|
17317
17317
|
...output,
|
|
17318
|
-
body: await
|
|
17318
|
+
body: await parseErrorBody(output.body, context),
|
|
17319
17319
|
};
|
|
17320
17320
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17321
17321
|
const parsedBody = parsedOutput.body;
|
|
@@ -17343,7 +17343,7 @@ exports.deserializeAws_ec2EnableVpcClassicLinkCommand = deserializeAws_ec2Enable
|
|
|
17343
17343
|
const deserializeAws_ec2EnableVpcClassicLinkCommandError = async (output, context) => {
|
|
17344
17344
|
const parsedOutput = {
|
|
17345
17345
|
...output,
|
|
17346
|
-
body: await
|
|
17346
|
+
body: await parseErrorBody(output.body, context),
|
|
17347
17347
|
};
|
|
17348
17348
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17349
17349
|
const parsedBody = parsedOutput.body;
|
|
@@ -17371,7 +17371,7 @@ exports.deserializeAws_ec2EnableVpcClassicLinkDnsSupportCommand = deserializeAws
|
|
|
17371
17371
|
const deserializeAws_ec2EnableVpcClassicLinkDnsSupportCommandError = async (output, context) => {
|
|
17372
17372
|
const parsedOutput = {
|
|
17373
17373
|
...output,
|
|
17374
|
-
body: await
|
|
17374
|
+
body: await parseErrorBody(output.body, context),
|
|
17375
17375
|
};
|
|
17376
17376
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17377
17377
|
const parsedBody = parsedOutput.body;
|
|
@@ -17399,7 +17399,7 @@ exports.deserializeAws_ec2ExportClientVpnClientCertificateRevocationListCommand
|
|
|
17399
17399
|
const deserializeAws_ec2ExportClientVpnClientCertificateRevocationListCommandError = async (output, context) => {
|
|
17400
17400
|
const parsedOutput = {
|
|
17401
17401
|
...output,
|
|
17402
|
-
body: await
|
|
17402
|
+
body: await parseErrorBody(output.body, context),
|
|
17403
17403
|
};
|
|
17404
17404
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17405
17405
|
const parsedBody = parsedOutput.body;
|
|
@@ -17427,7 +17427,7 @@ exports.deserializeAws_ec2ExportClientVpnClientConfigurationCommand = deserializ
|
|
|
17427
17427
|
const deserializeAws_ec2ExportClientVpnClientConfigurationCommandError = async (output, context) => {
|
|
17428
17428
|
const parsedOutput = {
|
|
17429
17429
|
...output,
|
|
17430
|
-
body: await
|
|
17430
|
+
body: await parseErrorBody(output.body, context),
|
|
17431
17431
|
};
|
|
17432
17432
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17433
17433
|
const parsedBody = parsedOutput.body;
|
|
@@ -17455,7 +17455,7 @@ exports.deserializeAws_ec2ExportImageCommand = deserializeAws_ec2ExportImageComm
|
|
|
17455
17455
|
const deserializeAws_ec2ExportImageCommandError = async (output, context) => {
|
|
17456
17456
|
const parsedOutput = {
|
|
17457
17457
|
...output,
|
|
17458
|
-
body: await
|
|
17458
|
+
body: await parseErrorBody(output.body, context),
|
|
17459
17459
|
};
|
|
17460
17460
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17461
17461
|
const parsedBody = parsedOutput.body;
|
|
@@ -17483,7 +17483,7 @@ exports.deserializeAws_ec2ExportTransitGatewayRoutesCommand = deserializeAws_ec2
|
|
|
17483
17483
|
const deserializeAws_ec2ExportTransitGatewayRoutesCommandError = async (output, context) => {
|
|
17484
17484
|
const parsedOutput = {
|
|
17485
17485
|
...output,
|
|
17486
|
-
body: await
|
|
17486
|
+
body: await parseErrorBody(output.body, context),
|
|
17487
17487
|
};
|
|
17488
17488
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17489
17489
|
const parsedBody = parsedOutput.body;
|
|
@@ -17511,7 +17511,7 @@ exports.deserializeAws_ec2GetAssociatedEnclaveCertificateIamRolesCommand = deser
|
|
|
17511
17511
|
const deserializeAws_ec2GetAssociatedEnclaveCertificateIamRolesCommandError = async (output, context) => {
|
|
17512
17512
|
const parsedOutput = {
|
|
17513
17513
|
...output,
|
|
17514
|
-
body: await
|
|
17514
|
+
body: await parseErrorBody(output.body, context),
|
|
17515
17515
|
};
|
|
17516
17516
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17517
17517
|
const parsedBody = parsedOutput.body;
|
|
@@ -17539,7 +17539,7 @@ exports.deserializeAws_ec2GetAssociatedIpv6PoolCidrsCommand = deserializeAws_ec2
|
|
|
17539
17539
|
const deserializeAws_ec2GetAssociatedIpv6PoolCidrsCommandError = async (output, context) => {
|
|
17540
17540
|
const parsedOutput = {
|
|
17541
17541
|
...output,
|
|
17542
|
-
body: await
|
|
17542
|
+
body: await parseErrorBody(output.body, context),
|
|
17543
17543
|
};
|
|
17544
17544
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17545
17545
|
const parsedBody = parsedOutput.body;
|
|
@@ -17567,7 +17567,7 @@ exports.deserializeAws_ec2GetCapacityReservationUsageCommand = deserializeAws_ec
|
|
|
17567
17567
|
const deserializeAws_ec2GetCapacityReservationUsageCommandError = async (output, context) => {
|
|
17568
17568
|
const parsedOutput = {
|
|
17569
17569
|
...output,
|
|
17570
|
-
body: await
|
|
17570
|
+
body: await parseErrorBody(output.body, context),
|
|
17571
17571
|
};
|
|
17572
17572
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17573
17573
|
const parsedBody = parsedOutput.body;
|
|
@@ -17595,7 +17595,7 @@ exports.deserializeAws_ec2GetCoipPoolUsageCommand = deserializeAws_ec2GetCoipPoo
|
|
|
17595
17595
|
const deserializeAws_ec2GetCoipPoolUsageCommandError = async (output, context) => {
|
|
17596
17596
|
const parsedOutput = {
|
|
17597
17597
|
...output,
|
|
17598
|
-
body: await
|
|
17598
|
+
body: await parseErrorBody(output.body, context),
|
|
17599
17599
|
};
|
|
17600
17600
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17601
17601
|
const parsedBody = parsedOutput.body;
|
|
@@ -17623,7 +17623,7 @@ exports.deserializeAws_ec2GetConsoleOutputCommand = deserializeAws_ec2GetConsole
|
|
|
17623
17623
|
const deserializeAws_ec2GetConsoleOutputCommandError = async (output, context) => {
|
|
17624
17624
|
const parsedOutput = {
|
|
17625
17625
|
...output,
|
|
17626
|
-
body: await
|
|
17626
|
+
body: await parseErrorBody(output.body, context),
|
|
17627
17627
|
};
|
|
17628
17628
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17629
17629
|
const parsedBody = parsedOutput.body;
|
|
@@ -17651,7 +17651,7 @@ exports.deserializeAws_ec2GetConsoleScreenshotCommand = deserializeAws_ec2GetCon
|
|
|
17651
17651
|
const deserializeAws_ec2GetConsoleScreenshotCommandError = async (output, context) => {
|
|
17652
17652
|
const parsedOutput = {
|
|
17653
17653
|
...output,
|
|
17654
|
-
body: await
|
|
17654
|
+
body: await parseErrorBody(output.body, context),
|
|
17655
17655
|
};
|
|
17656
17656
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17657
17657
|
const parsedBody = parsedOutput.body;
|
|
@@ -17679,7 +17679,7 @@ exports.deserializeAws_ec2GetDefaultCreditSpecificationCommand = deserializeAws_
|
|
|
17679
17679
|
const deserializeAws_ec2GetDefaultCreditSpecificationCommandError = async (output, context) => {
|
|
17680
17680
|
const parsedOutput = {
|
|
17681
17681
|
...output,
|
|
17682
|
-
body: await
|
|
17682
|
+
body: await parseErrorBody(output.body, context),
|
|
17683
17683
|
};
|
|
17684
17684
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17685
17685
|
const parsedBody = parsedOutput.body;
|
|
@@ -17707,7 +17707,7 @@ exports.deserializeAws_ec2GetEbsDefaultKmsKeyIdCommand = deserializeAws_ec2GetEb
|
|
|
17707
17707
|
const deserializeAws_ec2GetEbsDefaultKmsKeyIdCommandError = async (output, context) => {
|
|
17708
17708
|
const parsedOutput = {
|
|
17709
17709
|
...output,
|
|
17710
|
-
body: await
|
|
17710
|
+
body: await parseErrorBody(output.body, context),
|
|
17711
17711
|
};
|
|
17712
17712
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17713
17713
|
const parsedBody = parsedOutput.body;
|
|
@@ -17735,7 +17735,7 @@ exports.deserializeAws_ec2GetEbsEncryptionByDefaultCommand = deserializeAws_ec2G
|
|
|
17735
17735
|
const deserializeAws_ec2GetEbsEncryptionByDefaultCommandError = async (output, context) => {
|
|
17736
17736
|
const parsedOutput = {
|
|
17737
17737
|
...output,
|
|
17738
|
-
body: await
|
|
17738
|
+
body: await parseErrorBody(output.body, context),
|
|
17739
17739
|
};
|
|
17740
17740
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17741
17741
|
const parsedBody = parsedOutput.body;
|
|
@@ -17763,7 +17763,7 @@ exports.deserializeAws_ec2GetFlowLogsIntegrationTemplateCommand = deserializeAws
|
|
|
17763
17763
|
const deserializeAws_ec2GetFlowLogsIntegrationTemplateCommandError = async (output, context) => {
|
|
17764
17764
|
const parsedOutput = {
|
|
17765
17765
|
...output,
|
|
17766
|
-
body: await
|
|
17766
|
+
body: await parseErrorBody(output.body, context),
|
|
17767
17767
|
};
|
|
17768
17768
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17769
17769
|
const parsedBody = parsedOutput.body;
|
|
@@ -17791,7 +17791,7 @@ exports.deserializeAws_ec2GetGroupsForCapacityReservationCommand = deserializeAw
|
|
|
17791
17791
|
const deserializeAws_ec2GetGroupsForCapacityReservationCommandError = async (output, context) => {
|
|
17792
17792
|
const parsedOutput = {
|
|
17793
17793
|
...output,
|
|
17794
|
-
body: await
|
|
17794
|
+
body: await parseErrorBody(output.body, context),
|
|
17795
17795
|
};
|
|
17796
17796
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17797
17797
|
const parsedBody = parsedOutput.body;
|
|
@@ -17819,7 +17819,7 @@ exports.deserializeAws_ec2GetHostReservationPurchasePreviewCommand = deserialize
|
|
|
17819
17819
|
const deserializeAws_ec2GetHostReservationPurchasePreviewCommandError = async (output, context) => {
|
|
17820
17820
|
const parsedOutput = {
|
|
17821
17821
|
...output,
|
|
17822
|
-
body: await
|
|
17822
|
+
body: await parseErrorBody(output.body, context),
|
|
17823
17823
|
};
|
|
17824
17824
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17825
17825
|
const parsedBody = parsedOutput.body;
|
|
@@ -17847,7 +17847,7 @@ exports.deserializeAws_ec2GetInstanceTypesFromInstanceRequirementsCommand = dese
|
|
|
17847
17847
|
const deserializeAws_ec2GetInstanceTypesFromInstanceRequirementsCommandError = async (output, context) => {
|
|
17848
17848
|
const parsedOutput = {
|
|
17849
17849
|
...output,
|
|
17850
|
-
body: await
|
|
17850
|
+
body: await parseErrorBody(output.body, context),
|
|
17851
17851
|
};
|
|
17852
17852
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17853
17853
|
const parsedBody = parsedOutput.body;
|
|
@@ -17875,7 +17875,7 @@ exports.deserializeAws_ec2GetInstanceUefiDataCommand = deserializeAws_ec2GetInst
|
|
|
17875
17875
|
const deserializeAws_ec2GetInstanceUefiDataCommandError = async (output, context) => {
|
|
17876
17876
|
const parsedOutput = {
|
|
17877
17877
|
...output,
|
|
17878
|
-
body: await
|
|
17878
|
+
body: await parseErrorBody(output.body, context),
|
|
17879
17879
|
};
|
|
17880
17880
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17881
17881
|
const parsedBody = parsedOutput.body;
|
|
@@ -17903,7 +17903,7 @@ exports.deserializeAws_ec2GetIpamAddressHistoryCommand = deserializeAws_ec2GetIp
|
|
|
17903
17903
|
const deserializeAws_ec2GetIpamAddressHistoryCommandError = async (output, context) => {
|
|
17904
17904
|
const parsedOutput = {
|
|
17905
17905
|
...output,
|
|
17906
|
-
body: await
|
|
17906
|
+
body: await parseErrorBody(output.body, context),
|
|
17907
17907
|
};
|
|
17908
17908
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17909
17909
|
const parsedBody = parsedOutput.body;
|
|
@@ -17931,7 +17931,7 @@ exports.deserializeAws_ec2GetIpamPoolAllocationsCommand = deserializeAws_ec2GetI
|
|
|
17931
17931
|
const deserializeAws_ec2GetIpamPoolAllocationsCommandError = async (output, context) => {
|
|
17932
17932
|
const parsedOutput = {
|
|
17933
17933
|
...output,
|
|
17934
|
-
body: await
|
|
17934
|
+
body: await parseErrorBody(output.body, context),
|
|
17935
17935
|
};
|
|
17936
17936
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17937
17937
|
const parsedBody = parsedOutput.body;
|
|
@@ -17959,7 +17959,7 @@ exports.deserializeAws_ec2GetIpamPoolCidrsCommand = deserializeAws_ec2GetIpamPoo
|
|
|
17959
17959
|
const deserializeAws_ec2GetIpamPoolCidrsCommandError = async (output, context) => {
|
|
17960
17960
|
const parsedOutput = {
|
|
17961
17961
|
...output,
|
|
17962
|
-
body: await
|
|
17962
|
+
body: await parseErrorBody(output.body, context),
|
|
17963
17963
|
};
|
|
17964
17964
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17965
17965
|
const parsedBody = parsedOutput.body;
|
|
@@ -17987,7 +17987,7 @@ exports.deserializeAws_ec2GetIpamResourceCidrsCommand = deserializeAws_ec2GetIpa
|
|
|
17987
17987
|
const deserializeAws_ec2GetIpamResourceCidrsCommandError = async (output, context) => {
|
|
17988
17988
|
const parsedOutput = {
|
|
17989
17989
|
...output,
|
|
17990
|
-
body: await
|
|
17990
|
+
body: await parseErrorBody(output.body, context),
|
|
17991
17991
|
};
|
|
17992
17992
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17993
17993
|
const parsedBody = parsedOutput.body;
|
|
@@ -18015,7 +18015,7 @@ exports.deserializeAws_ec2GetLaunchTemplateDataCommand = deserializeAws_ec2GetLa
|
|
|
18015
18015
|
const deserializeAws_ec2GetLaunchTemplateDataCommandError = async (output, context) => {
|
|
18016
18016
|
const parsedOutput = {
|
|
18017
18017
|
...output,
|
|
18018
|
-
body: await
|
|
18018
|
+
body: await parseErrorBody(output.body, context),
|
|
18019
18019
|
};
|
|
18020
18020
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18021
18021
|
const parsedBody = parsedOutput.body;
|
|
@@ -18043,7 +18043,7 @@ exports.deserializeAws_ec2GetManagedPrefixListAssociationsCommand = deserializeA
|
|
|
18043
18043
|
const deserializeAws_ec2GetManagedPrefixListAssociationsCommandError = async (output, context) => {
|
|
18044
18044
|
const parsedOutput = {
|
|
18045
18045
|
...output,
|
|
18046
|
-
body: await
|
|
18046
|
+
body: await parseErrorBody(output.body, context),
|
|
18047
18047
|
};
|
|
18048
18048
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18049
18049
|
const parsedBody = parsedOutput.body;
|
|
@@ -18071,7 +18071,7 @@ exports.deserializeAws_ec2GetManagedPrefixListEntriesCommand = deserializeAws_ec
|
|
|
18071
18071
|
const deserializeAws_ec2GetManagedPrefixListEntriesCommandError = async (output, context) => {
|
|
18072
18072
|
const parsedOutput = {
|
|
18073
18073
|
...output,
|
|
18074
|
-
body: await
|
|
18074
|
+
body: await parseErrorBody(output.body, context),
|
|
18075
18075
|
};
|
|
18076
18076
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18077
18077
|
const parsedBody = parsedOutput.body;
|
|
@@ -18099,7 +18099,7 @@ exports.deserializeAws_ec2GetNetworkInsightsAccessScopeAnalysisFindingsCommand =
|
|
|
18099
18099
|
const deserializeAws_ec2GetNetworkInsightsAccessScopeAnalysisFindingsCommandError = async (output, context) => {
|
|
18100
18100
|
const parsedOutput = {
|
|
18101
18101
|
...output,
|
|
18102
|
-
body: await
|
|
18102
|
+
body: await parseErrorBody(output.body, context),
|
|
18103
18103
|
};
|
|
18104
18104
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18105
18105
|
const parsedBody = parsedOutput.body;
|
|
@@ -18127,7 +18127,7 @@ exports.deserializeAws_ec2GetNetworkInsightsAccessScopeContentCommand = deserial
|
|
|
18127
18127
|
const deserializeAws_ec2GetNetworkInsightsAccessScopeContentCommandError = async (output, context) => {
|
|
18128
18128
|
const parsedOutput = {
|
|
18129
18129
|
...output,
|
|
18130
|
-
body: await
|
|
18130
|
+
body: await parseErrorBody(output.body, context),
|
|
18131
18131
|
};
|
|
18132
18132
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18133
18133
|
const parsedBody = parsedOutput.body;
|
|
@@ -18155,7 +18155,7 @@ exports.deserializeAws_ec2GetPasswordDataCommand = deserializeAws_ec2GetPassword
|
|
|
18155
18155
|
const deserializeAws_ec2GetPasswordDataCommandError = async (output, context) => {
|
|
18156
18156
|
const parsedOutput = {
|
|
18157
18157
|
...output,
|
|
18158
|
-
body: await
|
|
18158
|
+
body: await parseErrorBody(output.body, context),
|
|
18159
18159
|
};
|
|
18160
18160
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18161
18161
|
const parsedBody = parsedOutput.body;
|
|
@@ -18183,7 +18183,7 @@ exports.deserializeAws_ec2GetReservedInstancesExchangeQuoteCommand = deserialize
|
|
|
18183
18183
|
const deserializeAws_ec2GetReservedInstancesExchangeQuoteCommandError = async (output, context) => {
|
|
18184
18184
|
const parsedOutput = {
|
|
18185
18185
|
...output,
|
|
18186
|
-
body: await
|
|
18186
|
+
body: await parseErrorBody(output.body, context),
|
|
18187
18187
|
};
|
|
18188
18188
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18189
18189
|
const parsedBody = parsedOutput.body;
|
|
@@ -18211,7 +18211,7 @@ exports.deserializeAws_ec2GetSerialConsoleAccessStatusCommand = deserializeAws_e
|
|
|
18211
18211
|
const deserializeAws_ec2GetSerialConsoleAccessStatusCommandError = async (output, context) => {
|
|
18212
18212
|
const parsedOutput = {
|
|
18213
18213
|
...output,
|
|
18214
|
-
body: await
|
|
18214
|
+
body: await parseErrorBody(output.body, context),
|
|
18215
18215
|
};
|
|
18216
18216
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18217
18217
|
const parsedBody = parsedOutput.body;
|
|
@@ -18239,7 +18239,7 @@ exports.deserializeAws_ec2GetSpotPlacementScoresCommand = deserializeAws_ec2GetS
|
|
|
18239
18239
|
const deserializeAws_ec2GetSpotPlacementScoresCommandError = async (output, context) => {
|
|
18240
18240
|
const parsedOutput = {
|
|
18241
18241
|
...output,
|
|
18242
|
-
body: await
|
|
18242
|
+
body: await parseErrorBody(output.body, context),
|
|
18243
18243
|
};
|
|
18244
18244
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18245
18245
|
const parsedBody = parsedOutput.body;
|
|
@@ -18267,7 +18267,7 @@ exports.deserializeAws_ec2GetSubnetCidrReservationsCommand = deserializeAws_ec2G
|
|
|
18267
18267
|
const deserializeAws_ec2GetSubnetCidrReservationsCommandError = async (output, context) => {
|
|
18268
18268
|
const parsedOutput = {
|
|
18269
18269
|
...output,
|
|
18270
|
-
body: await
|
|
18270
|
+
body: await parseErrorBody(output.body, context),
|
|
18271
18271
|
};
|
|
18272
18272
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18273
18273
|
const parsedBody = parsedOutput.body;
|
|
@@ -18295,7 +18295,7 @@ exports.deserializeAws_ec2GetTransitGatewayAttachmentPropagationsCommand = deser
|
|
|
18295
18295
|
const deserializeAws_ec2GetTransitGatewayAttachmentPropagationsCommandError = async (output, context) => {
|
|
18296
18296
|
const parsedOutput = {
|
|
18297
18297
|
...output,
|
|
18298
|
-
body: await
|
|
18298
|
+
body: await parseErrorBody(output.body, context),
|
|
18299
18299
|
};
|
|
18300
18300
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18301
18301
|
const parsedBody = parsedOutput.body;
|
|
@@ -18323,7 +18323,7 @@ exports.deserializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommand =
|
|
|
18323
18323
|
const deserializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommandError = async (output, context) => {
|
|
18324
18324
|
const parsedOutput = {
|
|
18325
18325
|
...output,
|
|
18326
|
-
body: await
|
|
18326
|
+
body: await parseErrorBody(output.body, context),
|
|
18327
18327
|
};
|
|
18328
18328
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18329
18329
|
const parsedBody = parsedOutput.body;
|
|
@@ -18351,7 +18351,7 @@ exports.deserializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommand = dese
|
|
|
18351
18351
|
const deserializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommandError = async (output, context) => {
|
|
18352
18352
|
const parsedOutput = {
|
|
18353
18353
|
...output,
|
|
18354
|
-
body: await
|
|
18354
|
+
body: await parseErrorBody(output.body, context),
|
|
18355
18355
|
};
|
|
18356
18356
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18357
18357
|
const parsedBody = parsedOutput.body;
|
|
@@ -18379,7 +18379,7 @@ exports.deserializeAws_ec2GetTransitGatewayPolicyTableEntriesCommand = deseriali
|
|
|
18379
18379
|
const deserializeAws_ec2GetTransitGatewayPolicyTableEntriesCommandError = async (output, context) => {
|
|
18380
18380
|
const parsedOutput = {
|
|
18381
18381
|
...output,
|
|
18382
|
-
body: await
|
|
18382
|
+
body: await parseErrorBody(output.body, context),
|
|
18383
18383
|
};
|
|
18384
18384
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18385
18385
|
const parsedBody = parsedOutput.body;
|
|
@@ -18407,7 +18407,7 @@ exports.deserializeAws_ec2GetTransitGatewayPrefixListReferencesCommand = deseria
|
|
|
18407
18407
|
const deserializeAws_ec2GetTransitGatewayPrefixListReferencesCommandError = async (output, context) => {
|
|
18408
18408
|
const parsedOutput = {
|
|
18409
18409
|
...output,
|
|
18410
|
-
body: await
|
|
18410
|
+
body: await parseErrorBody(output.body, context),
|
|
18411
18411
|
};
|
|
18412
18412
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18413
18413
|
const parsedBody = parsedOutput.body;
|
|
@@ -18435,7 +18435,7 @@ exports.deserializeAws_ec2GetTransitGatewayRouteTableAssociationsCommand = deser
|
|
|
18435
18435
|
const deserializeAws_ec2GetTransitGatewayRouteTableAssociationsCommandError = async (output, context) => {
|
|
18436
18436
|
const parsedOutput = {
|
|
18437
18437
|
...output,
|
|
18438
|
-
body: await
|
|
18438
|
+
body: await parseErrorBody(output.body, context),
|
|
18439
18439
|
};
|
|
18440
18440
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18441
18441
|
const parsedBody = parsedOutput.body;
|
|
@@ -18463,7 +18463,7 @@ exports.deserializeAws_ec2GetTransitGatewayRouteTablePropagationsCommand = deser
|
|
|
18463
18463
|
const deserializeAws_ec2GetTransitGatewayRouteTablePropagationsCommandError = async (output, context) => {
|
|
18464
18464
|
const parsedOutput = {
|
|
18465
18465
|
...output,
|
|
18466
|
-
body: await
|
|
18466
|
+
body: await parseErrorBody(output.body, context),
|
|
18467
18467
|
};
|
|
18468
18468
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18469
18469
|
const parsedBody = parsedOutput.body;
|
|
@@ -18491,7 +18491,7 @@ exports.deserializeAws_ec2GetVpnConnectionDeviceSampleConfigurationCommand = des
|
|
|
18491
18491
|
const deserializeAws_ec2GetVpnConnectionDeviceSampleConfigurationCommandError = async (output, context) => {
|
|
18492
18492
|
const parsedOutput = {
|
|
18493
18493
|
...output,
|
|
18494
|
-
body: await
|
|
18494
|
+
body: await parseErrorBody(output.body, context),
|
|
18495
18495
|
};
|
|
18496
18496
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18497
18497
|
const parsedBody = parsedOutput.body;
|
|
@@ -18519,7 +18519,7 @@ exports.deserializeAws_ec2GetVpnConnectionDeviceTypesCommand = deserializeAws_ec
|
|
|
18519
18519
|
const deserializeAws_ec2GetVpnConnectionDeviceTypesCommandError = async (output, context) => {
|
|
18520
18520
|
const parsedOutput = {
|
|
18521
18521
|
...output,
|
|
18522
|
-
body: await
|
|
18522
|
+
body: await parseErrorBody(output.body, context),
|
|
18523
18523
|
};
|
|
18524
18524
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18525
18525
|
const parsedBody = parsedOutput.body;
|
|
@@ -18547,7 +18547,7 @@ exports.deserializeAws_ec2ImportClientVpnClientCertificateRevocationListCommand
|
|
|
18547
18547
|
const deserializeAws_ec2ImportClientVpnClientCertificateRevocationListCommandError = async (output, context) => {
|
|
18548
18548
|
const parsedOutput = {
|
|
18549
18549
|
...output,
|
|
18550
|
-
body: await
|
|
18550
|
+
body: await parseErrorBody(output.body, context),
|
|
18551
18551
|
};
|
|
18552
18552
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18553
18553
|
const parsedBody = parsedOutput.body;
|
|
@@ -18575,7 +18575,7 @@ exports.deserializeAws_ec2ImportImageCommand = deserializeAws_ec2ImportImageComm
|
|
|
18575
18575
|
const deserializeAws_ec2ImportImageCommandError = async (output, context) => {
|
|
18576
18576
|
const parsedOutput = {
|
|
18577
18577
|
...output,
|
|
18578
|
-
body: await
|
|
18578
|
+
body: await parseErrorBody(output.body, context),
|
|
18579
18579
|
};
|
|
18580
18580
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18581
18581
|
const parsedBody = parsedOutput.body;
|
|
@@ -18603,7 +18603,7 @@ exports.deserializeAws_ec2ImportInstanceCommand = deserializeAws_ec2ImportInstan
|
|
|
18603
18603
|
const deserializeAws_ec2ImportInstanceCommandError = async (output, context) => {
|
|
18604
18604
|
const parsedOutput = {
|
|
18605
18605
|
...output,
|
|
18606
|
-
body: await
|
|
18606
|
+
body: await parseErrorBody(output.body, context),
|
|
18607
18607
|
};
|
|
18608
18608
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18609
18609
|
const parsedBody = parsedOutput.body;
|
|
@@ -18631,7 +18631,7 @@ exports.deserializeAws_ec2ImportKeyPairCommand = deserializeAws_ec2ImportKeyPair
|
|
|
18631
18631
|
const deserializeAws_ec2ImportKeyPairCommandError = async (output, context) => {
|
|
18632
18632
|
const parsedOutput = {
|
|
18633
18633
|
...output,
|
|
18634
|
-
body: await
|
|
18634
|
+
body: await parseErrorBody(output.body, context),
|
|
18635
18635
|
};
|
|
18636
18636
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18637
18637
|
const parsedBody = parsedOutput.body;
|
|
@@ -18659,7 +18659,7 @@ exports.deserializeAws_ec2ImportSnapshotCommand = deserializeAws_ec2ImportSnapsh
|
|
|
18659
18659
|
const deserializeAws_ec2ImportSnapshotCommandError = async (output, context) => {
|
|
18660
18660
|
const parsedOutput = {
|
|
18661
18661
|
...output,
|
|
18662
|
-
body: await
|
|
18662
|
+
body: await parseErrorBody(output.body, context),
|
|
18663
18663
|
};
|
|
18664
18664
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18665
18665
|
const parsedBody = parsedOutput.body;
|
|
@@ -18687,7 +18687,7 @@ exports.deserializeAws_ec2ImportVolumeCommand = deserializeAws_ec2ImportVolumeCo
|
|
|
18687
18687
|
const deserializeAws_ec2ImportVolumeCommandError = async (output, context) => {
|
|
18688
18688
|
const parsedOutput = {
|
|
18689
18689
|
...output,
|
|
18690
|
-
body: await
|
|
18690
|
+
body: await parseErrorBody(output.body, context),
|
|
18691
18691
|
};
|
|
18692
18692
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18693
18693
|
const parsedBody = parsedOutput.body;
|
|
@@ -18715,7 +18715,7 @@ exports.deserializeAws_ec2ListImagesInRecycleBinCommand = deserializeAws_ec2List
|
|
|
18715
18715
|
const deserializeAws_ec2ListImagesInRecycleBinCommandError = async (output, context) => {
|
|
18716
18716
|
const parsedOutput = {
|
|
18717
18717
|
...output,
|
|
18718
|
-
body: await
|
|
18718
|
+
body: await parseErrorBody(output.body, context),
|
|
18719
18719
|
};
|
|
18720
18720
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18721
18721
|
const parsedBody = parsedOutput.body;
|
|
@@ -18743,7 +18743,7 @@ exports.deserializeAws_ec2ListSnapshotsInRecycleBinCommand = deserializeAws_ec2L
|
|
|
18743
18743
|
const deserializeAws_ec2ListSnapshotsInRecycleBinCommandError = async (output, context) => {
|
|
18744
18744
|
const parsedOutput = {
|
|
18745
18745
|
...output,
|
|
18746
|
-
body: await
|
|
18746
|
+
body: await parseErrorBody(output.body, context),
|
|
18747
18747
|
};
|
|
18748
18748
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18749
18749
|
const parsedBody = parsedOutput.body;
|
|
@@ -18771,7 +18771,7 @@ exports.deserializeAws_ec2ModifyAddressAttributeCommand = deserializeAws_ec2Modi
|
|
|
18771
18771
|
const deserializeAws_ec2ModifyAddressAttributeCommandError = async (output, context) => {
|
|
18772
18772
|
const parsedOutput = {
|
|
18773
18773
|
...output,
|
|
18774
|
-
body: await
|
|
18774
|
+
body: await parseErrorBody(output.body, context),
|
|
18775
18775
|
};
|
|
18776
18776
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18777
18777
|
const parsedBody = parsedOutput.body;
|
|
@@ -18799,7 +18799,7 @@ exports.deserializeAws_ec2ModifyAvailabilityZoneGroupCommand = deserializeAws_ec
|
|
|
18799
18799
|
const deserializeAws_ec2ModifyAvailabilityZoneGroupCommandError = async (output, context) => {
|
|
18800
18800
|
const parsedOutput = {
|
|
18801
18801
|
...output,
|
|
18802
|
-
body: await
|
|
18802
|
+
body: await parseErrorBody(output.body, context),
|
|
18803
18803
|
};
|
|
18804
18804
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18805
18805
|
const parsedBody = parsedOutput.body;
|
|
@@ -18827,7 +18827,7 @@ exports.deserializeAws_ec2ModifyCapacityReservationCommand = deserializeAws_ec2M
|
|
|
18827
18827
|
const deserializeAws_ec2ModifyCapacityReservationCommandError = async (output, context) => {
|
|
18828
18828
|
const parsedOutput = {
|
|
18829
18829
|
...output,
|
|
18830
|
-
body: await
|
|
18830
|
+
body: await parseErrorBody(output.body, context),
|
|
18831
18831
|
};
|
|
18832
18832
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18833
18833
|
const parsedBody = parsedOutput.body;
|
|
@@ -18855,7 +18855,7 @@ exports.deserializeAws_ec2ModifyCapacityReservationFleetCommand = deserializeAws
|
|
|
18855
18855
|
const deserializeAws_ec2ModifyCapacityReservationFleetCommandError = async (output, context) => {
|
|
18856
18856
|
const parsedOutput = {
|
|
18857
18857
|
...output,
|
|
18858
|
-
body: await
|
|
18858
|
+
body: await parseErrorBody(output.body, context),
|
|
18859
18859
|
};
|
|
18860
18860
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18861
18861
|
const parsedBody = parsedOutput.body;
|
|
@@ -18883,7 +18883,7 @@ exports.deserializeAws_ec2ModifyClientVpnEndpointCommand = deserializeAws_ec2Mod
|
|
|
18883
18883
|
const deserializeAws_ec2ModifyClientVpnEndpointCommandError = async (output, context) => {
|
|
18884
18884
|
const parsedOutput = {
|
|
18885
18885
|
...output,
|
|
18886
|
-
body: await
|
|
18886
|
+
body: await parseErrorBody(output.body, context),
|
|
18887
18887
|
};
|
|
18888
18888
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18889
18889
|
const parsedBody = parsedOutput.body;
|
|
@@ -18911,7 +18911,7 @@ exports.deserializeAws_ec2ModifyDefaultCreditSpecificationCommand = deserializeA
|
|
|
18911
18911
|
const deserializeAws_ec2ModifyDefaultCreditSpecificationCommandError = async (output, context) => {
|
|
18912
18912
|
const parsedOutput = {
|
|
18913
18913
|
...output,
|
|
18914
|
-
body: await
|
|
18914
|
+
body: await parseErrorBody(output.body, context),
|
|
18915
18915
|
};
|
|
18916
18916
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18917
18917
|
const parsedBody = parsedOutput.body;
|
|
@@ -18939,7 +18939,7 @@ exports.deserializeAws_ec2ModifyEbsDefaultKmsKeyIdCommand = deserializeAws_ec2Mo
|
|
|
18939
18939
|
const deserializeAws_ec2ModifyEbsDefaultKmsKeyIdCommandError = async (output, context) => {
|
|
18940
18940
|
const parsedOutput = {
|
|
18941
18941
|
...output,
|
|
18942
|
-
body: await
|
|
18942
|
+
body: await parseErrorBody(output.body, context),
|
|
18943
18943
|
};
|
|
18944
18944
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18945
18945
|
const parsedBody = parsedOutput.body;
|
|
@@ -18967,7 +18967,7 @@ exports.deserializeAws_ec2ModifyFleetCommand = deserializeAws_ec2ModifyFleetComm
|
|
|
18967
18967
|
const deserializeAws_ec2ModifyFleetCommandError = async (output, context) => {
|
|
18968
18968
|
const parsedOutput = {
|
|
18969
18969
|
...output,
|
|
18970
|
-
body: await
|
|
18970
|
+
body: await parseErrorBody(output.body, context),
|
|
18971
18971
|
};
|
|
18972
18972
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18973
18973
|
const parsedBody = parsedOutput.body;
|
|
@@ -18995,7 +18995,7 @@ exports.deserializeAws_ec2ModifyFpgaImageAttributeCommand = deserializeAws_ec2Mo
|
|
|
18995
18995
|
const deserializeAws_ec2ModifyFpgaImageAttributeCommandError = async (output, context) => {
|
|
18996
18996
|
const parsedOutput = {
|
|
18997
18997
|
...output,
|
|
18998
|
-
body: await
|
|
18998
|
+
body: await parseErrorBody(output.body, context),
|
|
18999
18999
|
};
|
|
19000
19000
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19001
19001
|
const parsedBody = parsedOutput.body;
|
|
@@ -19023,7 +19023,7 @@ exports.deserializeAws_ec2ModifyHostsCommand = deserializeAws_ec2ModifyHostsComm
|
|
|
19023
19023
|
const deserializeAws_ec2ModifyHostsCommandError = async (output, context) => {
|
|
19024
19024
|
const parsedOutput = {
|
|
19025
19025
|
...output,
|
|
19026
|
-
body: await
|
|
19026
|
+
body: await parseErrorBody(output.body, context),
|
|
19027
19027
|
};
|
|
19028
19028
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19029
19029
|
const parsedBody = parsedOutput.body;
|
|
@@ -19048,7 +19048,7 @@ exports.deserializeAws_ec2ModifyIdentityIdFormatCommand = deserializeAws_ec2Modi
|
|
|
19048
19048
|
const deserializeAws_ec2ModifyIdentityIdFormatCommandError = async (output, context) => {
|
|
19049
19049
|
const parsedOutput = {
|
|
19050
19050
|
...output,
|
|
19051
|
-
body: await
|
|
19051
|
+
body: await parseErrorBody(output.body, context),
|
|
19052
19052
|
};
|
|
19053
19053
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19054
19054
|
const parsedBody = parsedOutput.body;
|
|
@@ -19073,7 +19073,7 @@ exports.deserializeAws_ec2ModifyIdFormatCommand = deserializeAws_ec2ModifyIdForm
|
|
|
19073
19073
|
const deserializeAws_ec2ModifyIdFormatCommandError = async (output, context) => {
|
|
19074
19074
|
const parsedOutput = {
|
|
19075
19075
|
...output,
|
|
19076
|
-
body: await
|
|
19076
|
+
body: await parseErrorBody(output.body, context),
|
|
19077
19077
|
};
|
|
19078
19078
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19079
19079
|
const parsedBody = parsedOutput.body;
|
|
@@ -19098,7 +19098,7 @@ exports.deserializeAws_ec2ModifyImageAttributeCommand = deserializeAws_ec2Modify
|
|
|
19098
19098
|
const deserializeAws_ec2ModifyImageAttributeCommandError = async (output, context) => {
|
|
19099
19099
|
const parsedOutput = {
|
|
19100
19100
|
...output,
|
|
19101
|
-
body: await
|
|
19101
|
+
body: await parseErrorBody(output.body, context),
|
|
19102
19102
|
};
|
|
19103
19103
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19104
19104
|
const parsedBody = parsedOutput.body;
|
|
@@ -19123,7 +19123,7 @@ exports.deserializeAws_ec2ModifyInstanceAttributeCommand = deserializeAws_ec2Mod
|
|
|
19123
19123
|
const deserializeAws_ec2ModifyInstanceAttributeCommandError = async (output, context) => {
|
|
19124
19124
|
const parsedOutput = {
|
|
19125
19125
|
...output,
|
|
19126
|
-
body: await
|
|
19126
|
+
body: await parseErrorBody(output.body, context),
|
|
19127
19127
|
};
|
|
19128
19128
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19129
19129
|
const parsedBody = parsedOutput.body;
|
|
@@ -19151,7 +19151,7 @@ exports.deserializeAws_ec2ModifyInstanceCapacityReservationAttributesCommand = d
|
|
|
19151
19151
|
const deserializeAws_ec2ModifyInstanceCapacityReservationAttributesCommandError = async (output, context) => {
|
|
19152
19152
|
const parsedOutput = {
|
|
19153
19153
|
...output,
|
|
19154
|
-
body: await
|
|
19154
|
+
body: await parseErrorBody(output.body, context),
|
|
19155
19155
|
};
|
|
19156
19156
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19157
19157
|
const parsedBody = parsedOutput.body;
|
|
@@ -19179,7 +19179,7 @@ exports.deserializeAws_ec2ModifyInstanceCreditSpecificationCommand = deserialize
|
|
|
19179
19179
|
const deserializeAws_ec2ModifyInstanceCreditSpecificationCommandError = async (output, context) => {
|
|
19180
19180
|
const parsedOutput = {
|
|
19181
19181
|
...output,
|
|
19182
|
-
body: await
|
|
19182
|
+
body: await parseErrorBody(output.body, context),
|
|
19183
19183
|
};
|
|
19184
19184
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19185
19185
|
const parsedBody = parsedOutput.body;
|
|
@@ -19207,7 +19207,7 @@ exports.deserializeAws_ec2ModifyInstanceEventStartTimeCommand = deserializeAws_e
|
|
|
19207
19207
|
const deserializeAws_ec2ModifyInstanceEventStartTimeCommandError = async (output, context) => {
|
|
19208
19208
|
const parsedOutput = {
|
|
19209
19209
|
...output,
|
|
19210
|
-
body: await
|
|
19210
|
+
body: await parseErrorBody(output.body, context),
|
|
19211
19211
|
};
|
|
19212
19212
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19213
19213
|
const parsedBody = parsedOutput.body;
|
|
@@ -19235,7 +19235,7 @@ exports.deserializeAws_ec2ModifyInstanceEventWindowCommand = deserializeAws_ec2M
|
|
|
19235
19235
|
const deserializeAws_ec2ModifyInstanceEventWindowCommandError = async (output, context) => {
|
|
19236
19236
|
const parsedOutput = {
|
|
19237
19237
|
...output,
|
|
19238
|
-
body: await
|
|
19238
|
+
body: await parseErrorBody(output.body, context),
|
|
19239
19239
|
};
|
|
19240
19240
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19241
19241
|
const parsedBody = parsedOutput.body;
|
|
@@ -19263,7 +19263,7 @@ exports.deserializeAws_ec2ModifyInstanceMaintenanceOptionsCommand = deserializeA
|
|
|
19263
19263
|
const deserializeAws_ec2ModifyInstanceMaintenanceOptionsCommandError = async (output, context) => {
|
|
19264
19264
|
const parsedOutput = {
|
|
19265
19265
|
...output,
|
|
19266
|
-
body: await
|
|
19266
|
+
body: await parseErrorBody(output.body, context),
|
|
19267
19267
|
};
|
|
19268
19268
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19269
19269
|
const parsedBody = parsedOutput.body;
|
|
@@ -19291,7 +19291,7 @@ exports.deserializeAws_ec2ModifyInstanceMetadataOptionsCommand = deserializeAws_
|
|
|
19291
19291
|
const deserializeAws_ec2ModifyInstanceMetadataOptionsCommandError = async (output, context) => {
|
|
19292
19292
|
const parsedOutput = {
|
|
19293
19293
|
...output,
|
|
19294
|
-
body: await
|
|
19294
|
+
body: await parseErrorBody(output.body, context),
|
|
19295
19295
|
};
|
|
19296
19296
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19297
19297
|
const parsedBody = parsedOutput.body;
|
|
@@ -19319,7 +19319,7 @@ exports.deserializeAws_ec2ModifyInstancePlacementCommand = deserializeAws_ec2Mod
|
|
|
19319
19319
|
const deserializeAws_ec2ModifyInstancePlacementCommandError = async (output, context) => {
|
|
19320
19320
|
const parsedOutput = {
|
|
19321
19321
|
...output,
|
|
19322
|
-
body: await
|
|
19322
|
+
body: await parseErrorBody(output.body, context),
|
|
19323
19323
|
};
|
|
19324
19324
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19325
19325
|
const parsedBody = parsedOutput.body;
|
|
@@ -19347,7 +19347,7 @@ exports.deserializeAws_ec2ModifyIpamCommand = deserializeAws_ec2ModifyIpamComman
|
|
|
19347
19347
|
const deserializeAws_ec2ModifyIpamCommandError = async (output, context) => {
|
|
19348
19348
|
const parsedOutput = {
|
|
19349
19349
|
...output,
|
|
19350
|
-
body: await
|
|
19350
|
+
body: await parseErrorBody(output.body, context),
|
|
19351
19351
|
};
|
|
19352
19352
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19353
19353
|
const parsedBody = parsedOutput.body;
|
|
@@ -19375,7 +19375,7 @@ exports.deserializeAws_ec2ModifyIpamPoolCommand = deserializeAws_ec2ModifyIpamPo
|
|
|
19375
19375
|
const deserializeAws_ec2ModifyIpamPoolCommandError = async (output, context) => {
|
|
19376
19376
|
const parsedOutput = {
|
|
19377
19377
|
...output,
|
|
19378
|
-
body: await
|
|
19378
|
+
body: await parseErrorBody(output.body, context),
|
|
19379
19379
|
};
|
|
19380
19380
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19381
19381
|
const parsedBody = parsedOutput.body;
|
|
@@ -19403,7 +19403,7 @@ exports.deserializeAws_ec2ModifyIpamResourceCidrCommand = deserializeAws_ec2Modi
|
|
|
19403
19403
|
const deserializeAws_ec2ModifyIpamResourceCidrCommandError = async (output, context) => {
|
|
19404
19404
|
const parsedOutput = {
|
|
19405
19405
|
...output,
|
|
19406
|
-
body: await
|
|
19406
|
+
body: await parseErrorBody(output.body, context),
|
|
19407
19407
|
};
|
|
19408
19408
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19409
19409
|
const parsedBody = parsedOutput.body;
|
|
@@ -19431,7 +19431,7 @@ exports.deserializeAws_ec2ModifyIpamScopeCommand = deserializeAws_ec2ModifyIpamS
|
|
|
19431
19431
|
const deserializeAws_ec2ModifyIpamScopeCommandError = async (output, context) => {
|
|
19432
19432
|
const parsedOutput = {
|
|
19433
19433
|
...output,
|
|
19434
|
-
body: await
|
|
19434
|
+
body: await parseErrorBody(output.body, context),
|
|
19435
19435
|
};
|
|
19436
19436
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19437
19437
|
const parsedBody = parsedOutput.body;
|
|
@@ -19459,7 +19459,7 @@ exports.deserializeAws_ec2ModifyLaunchTemplateCommand = deserializeAws_ec2Modify
|
|
|
19459
19459
|
const deserializeAws_ec2ModifyLaunchTemplateCommandError = async (output, context) => {
|
|
19460
19460
|
const parsedOutput = {
|
|
19461
19461
|
...output,
|
|
19462
|
-
body: await
|
|
19462
|
+
body: await parseErrorBody(output.body, context),
|
|
19463
19463
|
};
|
|
19464
19464
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19465
19465
|
const parsedBody = parsedOutput.body;
|
|
@@ -19487,7 +19487,7 @@ exports.deserializeAws_ec2ModifyLocalGatewayRouteCommand = deserializeAws_ec2Mod
|
|
|
19487
19487
|
const deserializeAws_ec2ModifyLocalGatewayRouteCommandError = async (output, context) => {
|
|
19488
19488
|
const parsedOutput = {
|
|
19489
19489
|
...output,
|
|
19490
|
-
body: await
|
|
19490
|
+
body: await parseErrorBody(output.body, context),
|
|
19491
19491
|
};
|
|
19492
19492
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19493
19493
|
const parsedBody = parsedOutput.body;
|
|
@@ -19515,7 +19515,7 @@ exports.deserializeAws_ec2ModifyManagedPrefixListCommand = deserializeAws_ec2Mod
|
|
|
19515
19515
|
const deserializeAws_ec2ModifyManagedPrefixListCommandError = async (output, context) => {
|
|
19516
19516
|
const parsedOutput = {
|
|
19517
19517
|
...output,
|
|
19518
|
-
body: await
|
|
19518
|
+
body: await parseErrorBody(output.body, context),
|
|
19519
19519
|
};
|
|
19520
19520
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19521
19521
|
const parsedBody = parsedOutput.body;
|
|
@@ -19540,7 +19540,7 @@ exports.deserializeAws_ec2ModifyNetworkInterfaceAttributeCommand = deserializeAw
|
|
|
19540
19540
|
const deserializeAws_ec2ModifyNetworkInterfaceAttributeCommandError = async (output, context) => {
|
|
19541
19541
|
const parsedOutput = {
|
|
19542
19542
|
...output,
|
|
19543
|
-
body: await
|
|
19543
|
+
body: await parseErrorBody(output.body, context),
|
|
19544
19544
|
};
|
|
19545
19545
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19546
19546
|
const parsedBody = parsedOutput.body;
|
|
@@ -19568,7 +19568,7 @@ exports.deserializeAws_ec2ModifyPrivateDnsNameOptionsCommand = deserializeAws_ec
|
|
|
19568
19568
|
const deserializeAws_ec2ModifyPrivateDnsNameOptionsCommandError = async (output, context) => {
|
|
19569
19569
|
const parsedOutput = {
|
|
19570
19570
|
...output,
|
|
19571
|
-
body: await
|
|
19571
|
+
body: await parseErrorBody(output.body, context),
|
|
19572
19572
|
};
|
|
19573
19573
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19574
19574
|
const parsedBody = parsedOutput.body;
|
|
@@ -19596,7 +19596,7 @@ exports.deserializeAws_ec2ModifyReservedInstancesCommand = deserializeAws_ec2Mod
|
|
|
19596
19596
|
const deserializeAws_ec2ModifyReservedInstancesCommandError = async (output, context) => {
|
|
19597
19597
|
const parsedOutput = {
|
|
19598
19598
|
...output,
|
|
19599
|
-
body: await
|
|
19599
|
+
body: await parseErrorBody(output.body, context),
|
|
19600
19600
|
};
|
|
19601
19601
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19602
19602
|
const parsedBody = parsedOutput.body;
|
|
@@ -19624,7 +19624,7 @@ exports.deserializeAws_ec2ModifySecurityGroupRulesCommand = deserializeAws_ec2Mo
|
|
|
19624
19624
|
const deserializeAws_ec2ModifySecurityGroupRulesCommandError = async (output, context) => {
|
|
19625
19625
|
const parsedOutput = {
|
|
19626
19626
|
...output,
|
|
19627
|
-
body: await
|
|
19627
|
+
body: await parseErrorBody(output.body, context),
|
|
19628
19628
|
};
|
|
19629
19629
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19630
19630
|
const parsedBody = parsedOutput.body;
|
|
@@ -19649,7 +19649,7 @@ exports.deserializeAws_ec2ModifySnapshotAttributeCommand = deserializeAws_ec2Mod
|
|
|
19649
19649
|
const deserializeAws_ec2ModifySnapshotAttributeCommandError = async (output, context) => {
|
|
19650
19650
|
const parsedOutput = {
|
|
19651
19651
|
...output,
|
|
19652
|
-
body: await
|
|
19652
|
+
body: await parseErrorBody(output.body, context),
|
|
19653
19653
|
};
|
|
19654
19654
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19655
19655
|
const parsedBody = parsedOutput.body;
|
|
@@ -19677,7 +19677,7 @@ exports.deserializeAws_ec2ModifySnapshotTierCommand = deserializeAws_ec2ModifySn
|
|
|
19677
19677
|
const deserializeAws_ec2ModifySnapshotTierCommandError = async (output, context) => {
|
|
19678
19678
|
const parsedOutput = {
|
|
19679
19679
|
...output,
|
|
19680
|
-
body: await
|
|
19680
|
+
body: await parseErrorBody(output.body, context),
|
|
19681
19681
|
};
|
|
19682
19682
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19683
19683
|
const parsedBody = parsedOutput.body;
|
|
@@ -19705,7 +19705,7 @@ exports.deserializeAws_ec2ModifySpotFleetRequestCommand = deserializeAws_ec2Modi
|
|
|
19705
19705
|
const deserializeAws_ec2ModifySpotFleetRequestCommandError = async (output, context) => {
|
|
19706
19706
|
const parsedOutput = {
|
|
19707
19707
|
...output,
|
|
19708
|
-
body: await
|
|
19708
|
+
body: await parseErrorBody(output.body, context),
|
|
19709
19709
|
};
|
|
19710
19710
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19711
19711
|
const parsedBody = parsedOutput.body;
|
|
@@ -19730,7 +19730,7 @@ exports.deserializeAws_ec2ModifySubnetAttributeCommand = deserializeAws_ec2Modif
|
|
|
19730
19730
|
const deserializeAws_ec2ModifySubnetAttributeCommandError = async (output, context) => {
|
|
19731
19731
|
const parsedOutput = {
|
|
19732
19732
|
...output,
|
|
19733
|
-
body: await
|
|
19733
|
+
body: await parseErrorBody(output.body, context),
|
|
19734
19734
|
};
|
|
19735
19735
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19736
19736
|
const parsedBody = parsedOutput.body;
|
|
@@ -19758,7 +19758,7 @@ exports.deserializeAws_ec2ModifyTrafficMirrorFilterNetworkServicesCommand = dese
|
|
|
19758
19758
|
const deserializeAws_ec2ModifyTrafficMirrorFilterNetworkServicesCommandError = async (output, context) => {
|
|
19759
19759
|
const parsedOutput = {
|
|
19760
19760
|
...output,
|
|
19761
|
-
body: await
|
|
19761
|
+
body: await parseErrorBody(output.body, context),
|
|
19762
19762
|
};
|
|
19763
19763
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19764
19764
|
const parsedBody = parsedOutput.body;
|
|
@@ -19786,7 +19786,7 @@ exports.deserializeAws_ec2ModifyTrafficMirrorFilterRuleCommand = deserializeAws_
|
|
|
19786
19786
|
const deserializeAws_ec2ModifyTrafficMirrorFilterRuleCommandError = async (output, context) => {
|
|
19787
19787
|
const parsedOutput = {
|
|
19788
19788
|
...output,
|
|
19789
|
-
body: await
|
|
19789
|
+
body: await parseErrorBody(output.body, context),
|
|
19790
19790
|
};
|
|
19791
19791
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19792
19792
|
const parsedBody = parsedOutput.body;
|
|
@@ -19814,7 +19814,7 @@ exports.deserializeAws_ec2ModifyTrafficMirrorSessionCommand = deserializeAws_ec2
|
|
|
19814
19814
|
const deserializeAws_ec2ModifyTrafficMirrorSessionCommandError = async (output, context) => {
|
|
19815
19815
|
const parsedOutput = {
|
|
19816
19816
|
...output,
|
|
19817
|
-
body: await
|
|
19817
|
+
body: await parseErrorBody(output.body, context),
|
|
19818
19818
|
};
|
|
19819
19819
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19820
19820
|
const parsedBody = parsedOutput.body;
|
|
@@ -19842,7 +19842,7 @@ exports.deserializeAws_ec2ModifyTransitGatewayCommand = deserializeAws_ec2Modify
|
|
|
19842
19842
|
const deserializeAws_ec2ModifyTransitGatewayCommandError = async (output, context) => {
|
|
19843
19843
|
const parsedOutput = {
|
|
19844
19844
|
...output,
|
|
19845
|
-
body: await
|
|
19845
|
+
body: await parseErrorBody(output.body, context),
|
|
19846
19846
|
};
|
|
19847
19847
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19848
19848
|
const parsedBody = parsedOutput.body;
|
|
@@ -19870,7 +19870,7 @@ exports.deserializeAws_ec2ModifyTransitGatewayPrefixListReferenceCommand = deser
|
|
|
19870
19870
|
const deserializeAws_ec2ModifyTransitGatewayPrefixListReferenceCommandError = async (output, context) => {
|
|
19871
19871
|
const parsedOutput = {
|
|
19872
19872
|
...output,
|
|
19873
|
-
body: await
|
|
19873
|
+
body: await parseErrorBody(output.body, context),
|
|
19874
19874
|
};
|
|
19875
19875
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19876
19876
|
const parsedBody = parsedOutput.body;
|
|
@@ -19898,7 +19898,7 @@ exports.deserializeAws_ec2ModifyTransitGatewayVpcAttachmentCommand = deserialize
|
|
|
19898
19898
|
const deserializeAws_ec2ModifyTransitGatewayVpcAttachmentCommandError = async (output, context) => {
|
|
19899
19899
|
const parsedOutput = {
|
|
19900
19900
|
...output,
|
|
19901
|
-
body: await
|
|
19901
|
+
body: await parseErrorBody(output.body, context),
|
|
19902
19902
|
};
|
|
19903
19903
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19904
19904
|
const parsedBody = parsedOutput.body;
|
|
@@ -19926,7 +19926,7 @@ exports.deserializeAws_ec2ModifyVolumeCommand = deserializeAws_ec2ModifyVolumeCo
|
|
|
19926
19926
|
const deserializeAws_ec2ModifyVolumeCommandError = async (output, context) => {
|
|
19927
19927
|
const parsedOutput = {
|
|
19928
19928
|
...output,
|
|
19929
|
-
body: await
|
|
19929
|
+
body: await parseErrorBody(output.body, context),
|
|
19930
19930
|
};
|
|
19931
19931
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19932
19932
|
const parsedBody = parsedOutput.body;
|
|
@@ -19951,7 +19951,7 @@ exports.deserializeAws_ec2ModifyVolumeAttributeCommand = deserializeAws_ec2Modif
|
|
|
19951
19951
|
const deserializeAws_ec2ModifyVolumeAttributeCommandError = async (output, context) => {
|
|
19952
19952
|
const parsedOutput = {
|
|
19953
19953
|
...output,
|
|
19954
|
-
body: await
|
|
19954
|
+
body: await parseErrorBody(output.body, context),
|
|
19955
19955
|
};
|
|
19956
19956
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19957
19957
|
const parsedBody = parsedOutput.body;
|
|
@@ -19976,7 +19976,7 @@ exports.deserializeAws_ec2ModifyVpcAttributeCommand = deserializeAws_ec2ModifyVp
|
|
|
19976
19976
|
const deserializeAws_ec2ModifyVpcAttributeCommandError = async (output, context) => {
|
|
19977
19977
|
const parsedOutput = {
|
|
19978
19978
|
...output,
|
|
19979
|
-
body: await
|
|
19979
|
+
body: await parseErrorBody(output.body, context),
|
|
19980
19980
|
};
|
|
19981
19981
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19982
19982
|
const parsedBody = parsedOutput.body;
|
|
@@ -20004,7 +20004,7 @@ exports.deserializeAws_ec2ModifyVpcEndpointCommand = deserializeAws_ec2ModifyVpc
|
|
|
20004
20004
|
const deserializeAws_ec2ModifyVpcEndpointCommandError = async (output, context) => {
|
|
20005
20005
|
const parsedOutput = {
|
|
20006
20006
|
...output,
|
|
20007
|
-
body: await
|
|
20007
|
+
body: await parseErrorBody(output.body, context),
|
|
20008
20008
|
};
|
|
20009
20009
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20010
20010
|
const parsedBody = parsedOutput.body;
|
|
@@ -20032,7 +20032,7 @@ exports.deserializeAws_ec2ModifyVpcEndpointConnectionNotificationCommand = deser
|
|
|
20032
20032
|
const deserializeAws_ec2ModifyVpcEndpointConnectionNotificationCommandError = async (output, context) => {
|
|
20033
20033
|
const parsedOutput = {
|
|
20034
20034
|
...output,
|
|
20035
|
-
body: await
|
|
20035
|
+
body: await parseErrorBody(output.body, context),
|
|
20036
20036
|
};
|
|
20037
20037
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20038
20038
|
const parsedBody = parsedOutput.body;
|
|
@@ -20060,7 +20060,7 @@ exports.deserializeAws_ec2ModifyVpcEndpointServiceConfigurationCommand = deseria
|
|
|
20060
20060
|
const deserializeAws_ec2ModifyVpcEndpointServiceConfigurationCommandError = async (output, context) => {
|
|
20061
20061
|
const parsedOutput = {
|
|
20062
20062
|
...output,
|
|
20063
|
-
body: await
|
|
20063
|
+
body: await parseErrorBody(output.body, context),
|
|
20064
20064
|
};
|
|
20065
20065
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20066
20066
|
const parsedBody = parsedOutput.body;
|
|
@@ -20088,7 +20088,7 @@ exports.deserializeAws_ec2ModifyVpcEndpointServicePayerResponsibilityCommand = d
|
|
|
20088
20088
|
const deserializeAws_ec2ModifyVpcEndpointServicePayerResponsibilityCommandError = async (output, context) => {
|
|
20089
20089
|
const parsedOutput = {
|
|
20090
20090
|
...output,
|
|
20091
|
-
body: await
|
|
20091
|
+
body: await parseErrorBody(output.body, context),
|
|
20092
20092
|
};
|
|
20093
20093
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20094
20094
|
const parsedBody = parsedOutput.body;
|
|
@@ -20116,7 +20116,7 @@ exports.deserializeAws_ec2ModifyVpcEndpointServicePermissionsCommand = deseriali
|
|
|
20116
20116
|
const deserializeAws_ec2ModifyVpcEndpointServicePermissionsCommandError = async (output, context) => {
|
|
20117
20117
|
const parsedOutput = {
|
|
20118
20118
|
...output,
|
|
20119
|
-
body: await
|
|
20119
|
+
body: await parseErrorBody(output.body, context),
|
|
20120
20120
|
};
|
|
20121
20121
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20122
20122
|
const parsedBody = parsedOutput.body;
|
|
@@ -20144,7 +20144,7 @@ exports.deserializeAws_ec2ModifyVpcPeeringConnectionOptionsCommand = deserialize
|
|
|
20144
20144
|
const deserializeAws_ec2ModifyVpcPeeringConnectionOptionsCommandError = async (output, context) => {
|
|
20145
20145
|
const parsedOutput = {
|
|
20146
20146
|
...output,
|
|
20147
|
-
body: await
|
|
20147
|
+
body: await parseErrorBody(output.body, context),
|
|
20148
20148
|
};
|
|
20149
20149
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20150
20150
|
const parsedBody = parsedOutput.body;
|
|
@@ -20172,7 +20172,7 @@ exports.deserializeAws_ec2ModifyVpcTenancyCommand = deserializeAws_ec2ModifyVpcT
|
|
|
20172
20172
|
const deserializeAws_ec2ModifyVpcTenancyCommandError = async (output, context) => {
|
|
20173
20173
|
const parsedOutput = {
|
|
20174
20174
|
...output,
|
|
20175
|
-
body: await
|
|
20175
|
+
body: await parseErrorBody(output.body, context),
|
|
20176
20176
|
};
|
|
20177
20177
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20178
20178
|
const parsedBody = parsedOutput.body;
|
|
@@ -20200,7 +20200,7 @@ exports.deserializeAws_ec2ModifyVpnConnectionCommand = deserializeAws_ec2ModifyV
|
|
|
20200
20200
|
const deserializeAws_ec2ModifyVpnConnectionCommandError = async (output, context) => {
|
|
20201
20201
|
const parsedOutput = {
|
|
20202
20202
|
...output,
|
|
20203
|
-
body: await
|
|
20203
|
+
body: await parseErrorBody(output.body, context),
|
|
20204
20204
|
};
|
|
20205
20205
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20206
20206
|
const parsedBody = parsedOutput.body;
|
|
@@ -20228,7 +20228,7 @@ exports.deserializeAws_ec2ModifyVpnConnectionOptionsCommand = deserializeAws_ec2
|
|
|
20228
20228
|
const deserializeAws_ec2ModifyVpnConnectionOptionsCommandError = async (output, context) => {
|
|
20229
20229
|
const parsedOutput = {
|
|
20230
20230
|
...output,
|
|
20231
|
-
body: await
|
|
20231
|
+
body: await parseErrorBody(output.body, context),
|
|
20232
20232
|
};
|
|
20233
20233
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20234
20234
|
const parsedBody = parsedOutput.body;
|
|
@@ -20256,7 +20256,7 @@ exports.deserializeAws_ec2ModifyVpnTunnelCertificateCommand = deserializeAws_ec2
|
|
|
20256
20256
|
const deserializeAws_ec2ModifyVpnTunnelCertificateCommandError = async (output, context) => {
|
|
20257
20257
|
const parsedOutput = {
|
|
20258
20258
|
...output,
|
|
20259
|
-
body: await
|
|
20259
|
+
body: await parseErrorBody(output.body, context),
|
|
20260
20260
|
};
|
|
20261
20261
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20262
20262
|
const parsedBody = parsedOutput.body;
|
|
@@ -20284,7 +20284,7 @@ exports.deserializeAws_ec2ModifyVpnTunnelOptionsCommand = deserializeAws_ec2Modi
|
|
|
20284
20284
|
const deserializeAws_ec2ModifyVpnTunnelOptionsCommandError = async (output, context) => {
|
|
20285
20285
|
const parsedOutput = {
|
|
20286
20286
|
...output,
|
|
20287
|
-
body: await
|
|
20287
|
+
body: await parseErrorBody(output.body, context),
|
|
20288
20288
|
};
|
|
20289
20289
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20290
20290
|
const parsedBody = parsedOutput.body;
|
|
@@ -20312,7 +20312,7 @@ exports.deserializeAws_ec2MonitorInstancesCommand = deserializeAws_ec2MonitorIns
|
|
|
20312
20312
|
const deserializeAws_ec2MonitorInstancesCommandError = async (output, context) => {
|
|
20313
20313
|
const parsedOutput = {
|
|
20314
20314
|
...output,
|
|
20315
|
-
body: await
|
|
20315
|
+
body: await parseErrorBody(output.body, context),
|
|
20316
20316
|
};
|
|
20317
20317
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20318
20318
|
const parsedBody = parsedOutput.body;
|
|
@@ -20340,7 +20340,7 @@ exports.deserializeAws_ec2MoveAddressToVpcCommand = deserializeAws_ec2MoveAddres
|
|
|
20340
20340
|
const deserializeAws_ec2MoveAddressToVpcCommandError = async (output, context) => {
|
|
20341
20341
|
const parsedOutput = {
|
|
20342
20342
|
...output,
|
|
20343
|
-
body: await
|
|
20343
|
+
body: await parseErrorBody(output.body, context),
|
|
20344
20344
|
};
|
|
20345
20345
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20346
20346
|
const parsedBody = parsedOutput.body;
|
|
@@ -20368,7 +20368,7 @@ exports.deserializeAws_ec2MoveByoipCidrToIpamCommand = deserializeAws_ec2MoveByo
|
|
|
20368
20368
|
const deserializeAws_ec2MoveByoipCidrToIpamCommandError = async (output, context) => {
|
|
20369
20369
|
const parsedOutput = {
|
|
20370
20370
|
...output,
|
|
20371
|
-
body: await
|
|
20371
|
+
body: await parseErrorBody(output.body, context),
|
|
20372
20372
|
};
|
|
20373
20373
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20374
20374
|
const parsedBody = parsedOutput.body;
|
|
@@ -20396,7 +20396,7 @@ exports.deserializeAws_ec2ProvisionByoipCidrCommand = deserializeAws_ec2Provisio
|
|
|
20396
20396
|
const deserializeAws_ec2ProvisionByoipCidrCommandError = async (output, context) => {
|
|
20397
20397
|
const parsedOutput = {
|
|
20398
20398
|
...output,
|
|
20399
|
-
body: await
|
|
20399
|
+
body: await parseErrorBody(output.body, context),
|
|
20400
20400
|
};
|
|
20401
20401
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20402
20402
|
const parsedBody = parsedOutput.body;
|
|
@@ -20424,7 +20424,7 @@ exports.deserializeAws_ec2ProvisionIpamPoolCidrCommand = deserializeAws_ec2Provi
|
|
|
20424
20424
|
const deserializeAws_ec2ProvisionIpamPoolCidrCommandError = async (output, context) => {
|
|
20425
20425
|
const parsedOutput = {
|
|
20426
20426
|
...output,
|
|
20427
|
-
body: await
|
|
20427
|
+
body: await parseErrorBody(output.body, context),
|
|
20428
20428
|
};
|
|
20429
20429
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20430
20430
|
const parsedBody = parsedOutput.body;
|
|
@@ -20452,7 +20452,7 @@ exports.deserializeAws_ec2ProvisionPublicIpv4PoolCidrCommand = deserializeAws_ec
|
|
|
20452
20452
|
const deserializeAws_ec2ProvisionPublicIpv4PoolCidrCommandError = async (output, context) => {
|
|
20453
20453
|
const parsedOutput = {
|
|
20454
20454
|
...output,
|
|
20455
|
-
body: await
|
|
20455
|
+
body: await parseErrorBody(output.body, context),
|
|
20456
20456
|
};
|
|
20457
20457
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20458
20458
|
const parsedBody = parsedOutput.body;
|
|
@@ -20480,7 +20480,7 @@ exports.deserializeAws_ec2PurchaseHostReservationCommand = deserializeAws_ec2Pur
|
|
|
20480
20480
|
const deserializeAws_ec2PurchaseHostReservationCommandError = async (output, context) => {
|
|
20481
20481
|
const parsedOutput = {
|
|
20482
20482
|
...output,
|
|
20483
|
-
body: await
|
|
20483
|
+
body: await parseErrorBody(output.body, context),
|
|
20484
20484
|
};
|
|
20485
20485
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20486
20486
|
const parsedBody = parsedOutput.body;
|
|
@@ -20508,7 +20508,7 @@ exports.deserializeAws_ec2PurchaseReservedInstancesOfferingCommand = deserialize
|
|
|
20508
20508
|
const deserializeAws_ec2PurchaseReservedInstancesOfferingCommandError = async (output, context) => {
|
|
20509
20509
|
const parsedOutput = {
|
|
20510
20510
|
...output,
|
|
20511
|
-
body: await
|
|
20511
|
+
body: await parseErrorBody(output.body, context),
|
|
20512
20512
|
};
|
|
20513
20513
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20514
20514
|
const parsedBody = parsedOutput.body;
|
|
@@ -20536,7 +20536,7 @@ exports.deserializeAws_ec2PurchaseScheduledInstancesCommand = deserializeAws_ec2
|
|
|
20536
20536
|
const deserializeAws_ec2PurchaseScheduledInstancesCommandError = async (output, context) => {
|
|
20537
20537
|
const parsedOutput = {
|
|
20538
20538
|
...output,
|
|
20539
|
-
body: await
|
|
20539
|
+
body: await parseErrorBody(output.body, context),
|
|
20540
20540
|
};
|
|
20541
20541
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20542
20542
|
const parsedBody = parsedOutput.body;
|
|
@@ -20561,7 +20561,7 @@ exports.deserializeAws_ec2RebootInstancesCommand = deserializeAws_ec2RebootInsta
|
|
|
20561
20561
|
const deserializeAws_ec2RebootInstancesCommandError = async (output, context) => {
|
|
20562
20562
|
const parsedOutput = {
|
|
20563
20563
|
...output,
|
|
20564
|
-
body: await
|
|
20564
|
+
body: await parseErrorBody(output.body, context),
|
|
20565
20565
|
};
|
|
20566
20566
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20567
20567
|
const parsedBody = parsedOutput.body;
|
|
@@ -20589,7 +20589,7 @@ exports.deserializeAws_ec2RegisterImageCommand = deserializeAws_ec2RegisterImage
|
|
|
20589
20589
|
const deserializeAws_ec2RegisterImageCommandError = async (output, context) => {
|
|
20590
20590
|
const parsedOutput = {
|
|
20591
20591
|
...output,
|
|
20592
|
-
body: await
|
|
20592
|
+
body: await parseErrorBody(output.body, context),
|
|
20593
20593
|
};
|
|
20594
20594
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20595
20595
|
const parsedBody = parsedOutput.body;
|
|
@@ -20617,7 +20617,7 @@ exports.deserializeAws_ec2RegisterInstanceEventNotificationAttributesCommand = d
|
|
|
20617
20617
|
const deserializeAws_ec2RegisterInstanceEventNotificationAttributesCommandError = async (output, context) => {
|
|
20618
20618
|
const parsedOutput = {
|
|
20619
20619
|
...output,
|
|
20620
|
-
body: await
|
|
20620
|
+
body: await parseErrorBody(output.body, context),
|
|
20621
20621
|
};
|
|
20622
20622
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20623
20623
|
const parsedBody = parsedOutput.body;
|
|
@@ -20645,7 +20645,7 @@ exports.deserializeAws_ec2RegisterTransitGatewayMulticastGroupMembersCommand = d
|
|
|
20645
20645
|
const deserializeAws_ec2RegisterTransitGatewayMulticastGroupMembersCommandError = async (output, context) => {
|
|
20646
20646
|
const parsedOutput = {
|
|
20647
20647
|
...output,
|
|
20648
|
-
body: await
|
|
20648
|
+
body: await parseErrorBody(output.body, context),
|
|
20649
20649
|
};
|
|
20650
20650
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20651
20651
|
const parsedBody = parsedOutput.body;
|
|
@@ -20673,7 +20673,7 @@ exports.deserializeAws_ec2RegisterTransitGatewayMulticastGroupSourcesCommand = d
|
|
|
20673
20673
|
const deserializeAws_ec2RegisterTransitGatewayMulticastGroupSourcesCommandError = async (output, context) => {
|
|
20674
20674
|
const parsedOutput = {
|
|
20675
20675
|
...output,
|
|
20676
|
-
body: await
|
|
20676
|
+
body: await parseErrorBody(output.body, context),
|
|
20677
20677
|
};
|
|
20678
20678
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20679
20679
|
const parsedBody = parsedOutput.body;
|
|
@@ -20701,7 +20701,7 @@ exports.deserializeAws_ec2RejectTransitGatewayMulticastDomainAssociationsCommand
|
|
|
20701
20701
|
const deserializeAws_ec2RejectTransitGatewayMulticastDomainAssociationsCommandError = async (output, context) => {
|
|
20702
20702
|
const parsedOutput = {
|
|
20703
20703
|
...output,
|
|
20704
|
-
body: await
|
|
20704
|
+
body: await parseErrorBody(output.body, context),
|
|
20705
20705
|
};
|
|
20706
20706
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20707
20707
|
const parsedBody = parsedOutput.body;
|
|
@@ -20729,7 +20729,7 @@ exports.deserializeAws_ec2RejectTransitGatewayPeeringAttachmentCommand = deseria
|
|
|
20729
20729
|
const deserializeAws_ec2RejectTransitGatewayPeeringAttachmentCommandError = async (output, context) => {
|
|
20730
20730
|
const parsedOutput = {
|
|
20731
20731
|
...output,
|
|
20732
|
-
body: await
|
|
20732
|
+
body: await parseErrorBody(output.body, context),
|
|
20733
20733
|
};
|
|
20734
20734
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20735
20735
|
const parsedBody = parsedOutput.body;
|
|
@@ -20757,7 +20757,7 @@ exports.deserializeAws_ec2RejectTransitGatewayVpcAttachmentCommand = deserialize
|
|
|
20757
20757
|
const deserializeAws_ec2RejectTransitGatewayVpcAttachmentCommandError = async (output, context) => {
|
|
20758
20758
|
const parsedOutput = {
|
|
20759
20759
|
...output,
|
|
20760
|
-
body: await
|
|
20760
|
+
body: await parseErrorBody(output.body, context),
|
|
20761
20761
|
};
|
|
20762
20762
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20763
20763
|
const parsedBody = parsedOutput.body;
|
|
@@ -20785,7 +20785,7 @@ exports.deserializeAws_ec2RejectVpcEndpointConnectionsCommand = deserializeAws_e
|
|
|
20785
20785
|
const deserializeAws_ec2RejectVpcEndpointConnectionsCommandError = async (output, context) => {
|
|
20786
20786
|
const parsedOutput = {
|
|
20787
20787
|
...output,
|
|
20788
|
-
body: await
|
|
20788
|
+
body: await parseErrorBody(output.body, context),
|
|
20789
20789
|
};
|
|
20790
20790
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20791
20791
|
const parsedBody = parsedOutput.body;
|
|
@@ -20813,7 +20813,7 @@ exports.deserializeAws_ec2RejectVpcPeeringConnectionCommand = deserializeAws_ec2
|
|
|
20813
20813
|
const deserializeAws_ec2RejectVpcPeeringConnectionCommandError = async (output, context) => {
|
|
20814
20814
|
const parsedOutput = {
|
|
20815
20815
|
...output,
|
|
20816
|
-
body: await
|
|
20816
|
+
body: await parseErrorBody(output.body, context),
|
|
20817
20817
|
};
|
|
20818
20818
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20819
20819
|
const parsedBody = parsedOutput.body;
|
|
@@ -20838,7 +20838,7 @@ exports.deserializeAws_ec2ReleaseAddressCommand = deserializeAws_ec2ReleaseAddre
|
|
|
20838
20838
|
const deserializeAws_ec2ReleaseAddressCommandError = async (output, context) => {
|
|
20839
20839
|
const parsedOutput = {
|
|
20840
20840
|
...output,
|
|
20841
|
-
body: await
|
|
20841
|
+
body: await parseErrorBody(output.body, context),
|
|
20842
20842
|
};
|
|
20843
20843
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20844
20844
|
const parsedBody = parsedOutput.body;
|
|
@@ -20866,7 +20866,7 @@ exports.deserializeAws_ec2ReleaseHostsCommand = deserializeAws_ec2ReleaseHostsCo
|
|
|
20866
20866
|
const deserializeAws_ec2ReleaseHostsCommandError = async (output, context) => {
|
|
20867
20867
|
const parsedOutput = {
|
|
20868
20868
|
...output,
|
|
20869
|
-
body: await
|
|
20869
|
+
body: await parseErrorBody(output.body, context),
|
|
20870
20870
|
};
|
|
20871
20871
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20872
20872
|
const parsedBody = parsedOutput.body;
|
|
@@ -20894,7 +20894,7 @@ exports.deserializeAws_ec2ReleaseIpamPoolAllocationCommand = deserializeAws_ec2R
|
|
|
20894
20894
|
const deserializeAws_ec2ReleaseIpamPoolAllocationCommandError = async (output, context) => {
|
|
20895
20895
|
const parsedOutput = {
|
|
20896
20896
|
...output,
|
|
20897
|
-
body: await
|
|
20897
|
+
body: await parseErrorBody(output.body, context),
|
|
20898
20898
|
};
|
|
20899
20899
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20900
20900
|
const parsedBody = parsedOutput.body;
|
|
@@ -20922,7 +20922,7 @@ exports.deserializeAws_ec2ReplaceIamInstanceProfileAssociationCommand = deserial
|
|
|
20922
20922
|
const deserializeAws_ec2ReplaceIamInstanceProfileAssociationCommandError = async (output, context) => {
|
|
20923
20923
|
const parsedOutput = {
|
|
20924
20924
|
...output,
|
|
20925
|
-
body: await
|
|
20925
|
+
body: await parseErrorBody(output.body, context),
|
|
20926
20926
|
};
|
|
20927
20927
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20928
20928
|
const parsedBody = parsedOutput.body;
|
|
@@ -20950,7 +20950,7 @@ exports.deserializeAws_ec2ReplaceNetworkAclAssociationCommand = deserializeAws_e
|
|
|
20950
20950
|
const deserializeAws_ec2ReplaceNetworkAclAssociationCommandError = async (output, context) => {
|
|
20951
20951
|
const parsedOutput = {
|
|
20952
20952
|
...output,
|
|
20953
|
-
body: await
|
|
20953
|
+
body: await parseErrorBody(output.body, context),
|
|
20954
20954
|
};
|
|
20955
20955
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20956
20956
|
const parsedBody = parsedOutput.body;
|
|
@@ -20975,7 +20975,7 @@ exports.deserializeAws_ec2ReplaceNetworkAclEntryCommand = deserializeAws_ec2Repl
|
|
|
20975
20975
|
const deserializeAws_ec2ReplaceNetworkAclEntryCommandError = async (output, context) => {
|
|
20976
20976
|
const parsedOutput = {
|
|
20977
20977
|
...output,
|
|
20978
|
-
body: await
|
|
20978
|
+
body: await parseErrorBody(output.body, context),
|
|
20979
20979
|
};
|
|
20980
20980
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20981
20981
|
const parsedBody = parsedOutput.body;
|
|
@@ -21000,7 +21000,7 @@ exports.deserializeAws_ec2ReplaceRouteCommand = deserializeAws_ec2ReplaceRouteCo
|
|
|
21000
21000
|
const deserializeAws_ec2ReplaceRouteCommandError = async (output, context) => {
|
|
21001
21001
|
const parsedOutput = {
|
|
21002
21002
|
...output,
|
|
21003
|
-
body: await
|
|
21003
|
+
body: await parseErrorBody(output.body, context),
|
|
21004
21004
|
};
|
|
21005
21005
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21006
21006
|
const parsedBody = parsedOutput.body;
|
|
@@ -21028,7 +21028,7 @@ exports.deserializeAws_ec2ReplaceRouteTableAssociationCommand = deserializeAws_e
|
|
|
21028
21028
|
const deserializeAws_ec2ReplaceRouteTableAssociationCommandError = async (output, context) => {
|
|
21029
21029
|
const parsedOutput = {
|
|
21030
21030
|
...output,
|
|
21031
|
-
body: await
|
|
21031
|
+
body: await parseErrorBody(output.body, context),
|
|
21032
21032
|
};
|
|
21033
21033
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21034
21034
|
const parsedBody = parsedOutput.body;
|
|
@@ -21056,7 +21056,7 @@ exports.deserializeAws_ec2ReplaceTransitGatewayRouteCommand = deserializeAws_ec2
|
|
|
21056
21056
|
const deserializeAws_ec2ReplaceTransitGatewayRouteCommandError = async (output, context) => {
|
|
21057
21057
|
const parsedOutput = {
|
|
21058
21058
|
...output,
|
|
21059
|
-
body: await
|
|
21059
|
+
body: await parseErrorBody(output.body, context),
|
|
21060
21060
|
};
|
|
21061
21061
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21062
21062
|
const parsedBody = parsedOutput.body;
|
|
@@ -21081,7 +21081,7 @@ exports.deserializeAws_ec2ReportInstanceStatusCommand = deserializeAws_ec2Report
|
|
|
21081
21081
|
const deserializeAws_ec2ReportInstanceStatusCommandError = async (output, context) => {
|
|
21082
21082
|
const parsedOutput = {
|
|
21083
21083
|
...output,
|
|
21084
|
-
body: await
|
|
21084
|
+
body: await parseErrorBody(output.body, context),
|
|
21085
21085
|
};
|
|
21086
21086
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21087
21087
|
const parsedBody = parsedOutput.body;
|
|
@@ -21109,7 +21109,7 @@ exports.deserializeAws_ec2RequestSpotFleetCommand = deserializeAws_ec2RequestSpo
|
|
|
21109
21109
|
const deserializeAws_ec2RequestSpotFleetCommandError = async (output, context) => {
|
|
21110
21110
|
const parsedOutput = {
|
|
21111
21111
|
...output,
|
|
21112
|
-
body: await
|
|
21112
|
+
body: await parseErrorBody(output.body, context),
|
|
21113
21113
|
};
|
|
21114
21114
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21115
21115
|
const parsedBody = parsedOutput.body;
|
|
@@ -21137,7 +21137,7 @@ exports.deserializeAws_ec2RequestSpotInstancesCommand = deserializeAws_ec2Reques
|
|
|
21137
21137
|
const deserializeAws_ec2RequestSpotInstancesCommandError = async (output, context) => {
|
|
21138
21138
|
const parsedOutput = {
|
|
21139
21139
|
...output,
|
|
21140
|
-
body: await
|
|
21140
|
+
body: await parseErrorBody(output.body, context),
|
|
21141
21141
|
};
|
|
21142
21142
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21143
21143
|
const parsedBody = parsedOutput.body;
|
|
@@ -21165,7 +21165,7 @@ exports.deserializeAws_ec2ResetAddressAttributeCommand = deserializeAws_ec2Reset
|
|
|
21165
21165
|
const deserializeAws_ec2ResetAddressAttributeCommandError = async (output, context) => {
|
|
21166
21166
|
const parsedOutput = {
|
|
21167
21167
|
...output,
|
|
21168
|
-
body: await
|
|
21168
|
+
body: await parseErrorBody(output.body, context),
|
|
21169
21169
|
};
|
|
21170
21170
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21171
21171
|
const parsedBody = parsedOutput.body;
|
|
@@ -21193,7 +21193,7 @@ exports.deserializeAws_ec2ResetEbsDefaultKmsKeyIdCommand = deserializeAws_ec2Res
|
|
|
21193
21193
|
const deserializeAws_ec2ResetEbsDefaultKmsKeyIdCommandError = async (output, context) => {
|
|
21194
21194
|
const parsedOutput = {
|
|
21195
21195
|
...output,
|
|
21196
|
-
body: await
|
|
21196
|
+
body: await parseErrorBody(output.body, context),
|
|
21197
21197
|
};
|
|
21198
21198
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21199
21199
|
const parsedBody = parsedOutput.body;
|
|
@@ -21221,7 +21221,7 @@ exports.deserializeAws_ec2ResetFpgaImageAttributeCommand = deserializeAws_ec2Res
|
|
|
21221
21221
|
const deserializeAws_ec2ResetFpgaImageAttributeCommandError = async (output, context) => {
|
|
21222
21222
|
const parsedOutput = {
|
|
21223
21223
|
...output,
|
|
21224
|
-
body: await
|
|
21224
|
+
body: await parseErrorBody(output.body, context),
|
|
21225
21225
|
};
|
|
21226
21226
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21227
21227
|
const parsedBody = parsedOutput.body;
|
|
@@ -21246,7 +21246,7 @@ exports.deserializeAws_ec2ResetImageAttributeCommand = deserializeAws_ec2ResetIm
|
|
|
21246
21246
|
const deserializeAws_ec2ResetImageAttributeCommandError = async (output, context) => {
|
|
21247
21247
|
const parsedOutput = {
|
|
21248
21248
|
...output,
|
|
21249
|
-
body: await
|
|
21249
|
+
body: await parseErrorBody(output.body, context),
|
|
21250
21250
|
};
|
|
21251
21251
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21252
21252
|
const parsedBody = parsedOutput.body;
|
|
@@ -21271,7 +21271,7 @@ exports.deserializeAws_ec2ResetInstanceAttributeCommand = deserializeAws_ec2Rese
|
|
|
21271
21271
|
const deserializeAws_ec2ResetInstanceAttributeCommandError = async (output, context) => {
|
|
21272
21272
|
const parsedOutput = {
|
|
21273
21273
|
...output,
|
|
21274
|
-
body: await
|
|
21274
|
+
body: await parseErrorBody(output.body, context),
|
|
21275
21275
|
};
|
|
21276
21276
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21277
21277
|
const parsedBody = parsedOutput.body;
|
|
@@ -21296,7 +21296,7 @@ exports.deserializeAws_ec2ResetNetworkInterfaceAttributeCommand = deserializeAws
|
|
|
21296
21296
|
const deserializeAws_ec2ResetNetworkInterfaceAttributeCommandError = async (output, context) => {
|
|
21297
21297
|
const parsedOutput = {
|
|
21298
21298
|
...output,
|
|
21299
|
-
body: await
|
|
21299
|
+
body: await parseErrorBody(output.body, context),
|
|
21300
21300
|
};
|
|
21301
21301
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21302
21302
|
const parsedBody = parsedOutput.body;
|
|
@@ -21321,7 +21321,7 @@ exports.deserializeAws_ec2ResetSnapshotAttributeCommand = deserializeAws_ec2Rese
|
|
|
21321
21321
|
const deserializeAws_ec2ResetSnapshotAttributeCommandError = async (output, context) => {
|
|
21322
21322
|
const parsedOutput = {
|
|
21323
21323
|
...output,
|
|
21324
|
-
body: await
|
|
21324
|
+
body: await parseErrorBody(output.body, context),
|
|
21325
21325
|
};
|
|
21326
21326
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21327
21327
|
const parsedBody = parsedOutput.body;
|
|
@@ -21349,7 +21349,7 @@ exports.deserializeAws_ec2RestoreAddressToClassicCommand = deserializeAws_ec2Res
|
|
|
21349
21349
|
const deserializeAws_ec2RestoreAddressToClassicCommandError = async (output, context) => {
|
|
21350
21350
|
const parsedOutput = {
|
|
21351
21351
|
...output,
|
|
21352
|
-
body: await
|
|
21352
|
+
body: await parseErrorBody(output.body, context),
|
|
21353
21353
|
};
|
|
21354
21354
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21355
21355
|
const parsedBody = parsedOutput.body;
|
|
@@ -21377,7 +21377,7 @@ exports.deserializeAws_ec2RestoreImageFromRecycleBinCommand = deserializeAws_ec2
|
|
|
21377
21377
|
const deserializeAws_ec2RestoreImageFromRecycleBinCommandError = async (output, context) => {
|
|
21378
21378
|
const parsedOutput = {
|
|
21379
21379
|
...output,
|
|
21380
|
-
body: await
|
|
21380
|
+
body: await parseErrorBody(output.body, context),
|
|
21381
21381
|
};
|
|
21382
21382
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21383
21383
|
const parsedBody = parsedOutput.body;
|
|
@@ -21405,7 +21405,7 @@ exports.deserializeAws_ec2RestoreManagedPrefixListVersionCommand = deserializeAw
|
|
|
21405
21405
|
const deserializeAws_ec2RestoreManagedPrefixListVersionCommandError = async (output, context) => {
|
|
21406
21406
|
const parsedOutput = {
|
|
21407
21407
|
...output,
|
|
21408
|
-
body: await
|
|
21408
|
+
body: await parseErrorBody(output.body, context),
|
|
21409
21409
|
};
|
|
21410
21410
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21411
21411
|
const parsedBody = parsedOutput.body;
|
|
@@ -21433,7 +21433,7 @@ exports.deserializeAws_ec2RestoreSnapshotFromRecycleBinCommand = deserializeAws_
|
|
|
21433
21433
|
const deserializeAws_ec2RestoreSnapshotFromRecycleBinCommandError = async (output, context) => {
|
|
21434
21434
|
const parsedOutput = {
|
|
21435
21435
|
...output,
|
|
21436
|
-
body: await
|
|
21436
|
+
body: await parseErrorBody(output.body, context),
|
|
21437
21437
|
};
|
|
21438
21438
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21439
21439
|
const parsedBody = parsedOutput.body;
|
|
@@ -21461,7 +21461,7 @@ exports.deserializeAws_ec2RestoreSnapshotTierCommand = deserializeAws_ec2Restore
|
|
|
21461
21461
|
const deserializeAws_ec2RestoreSnapshotTierCommandError = async (output, context) => {
|
|
21462
21462
|
const parsedOutput = {
|
|
21463
21463
|
...output,
|
|
21464
|
-
body: await
|
|
21464
|
+
body: await parseErrorBody(output.body, context),
|
|
21465
21465
|
};
|
|
21466
21466
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21467
21467
|
const parsedBody = parsedOutput.body;
|
|
@@ -21489,7 +21489,7 @@ exports.deserializeAws_ec2RevokeClientVpnIngressCommand = deserializeAws_ec2Revo
|
|
|
21489
21489
|
const deserializeAws_ec2RevokeClientVpnIngressCommandError = async (output, context) => {
|
|
21490
21490
|
const parsedOutput = {
|
|
21491
21491
|
...output,
|
|
21492
|
-
body: await
|
|
21492
|
+
body: await parseErrorBody(output.body, context),
|
|
21493
21493
|
};
|
|
21494
21494
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21495
21495
|
const parsedBody = parsedOutput.body;
|
|
@@ -21517,7 +21517,7 @@ exports.deserializeAws_ec2RevokeSecurityGroupEgressCommand = deserializeAws_ec2R
|
|
|
21517
21517
|
const deserializeAws_ec2RevokeSecurityGroupEgressCommandError = async (output, context) => {
|
|
21518
21518
|
const parsedOutput = {
|
|
21519
21519
|
...output,
|
|
21520
|
-
body: await
|
|
21520
|
+
body: await parseErrorBody(output.body, context),
|
|
21521
21521
|
};
|
|
21522
21522
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21523
21523
|
const parsedBody = parsedOutput.body;
|
|
@@ -21545,7 +21545,7 @@ exports.deserializeAws_ec2RevokeSecurityGroupIngressCommand = deserializeAws_ec2
|
|
|
21545
21545
|
const deserializeAws_ec2RevokeSecurityGroupIngressCommandError = async (output, context) => {
|
|
21546
21546
|
const parsedOutput = {
|
|
21547
21547
|
...output,
|
|
21548
|
-
body: await
|
|
21548
|
+
body: await parseErrorBody(output.body, context),
|
|
21549
21549
|
};
|
|
21550
21550
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21551
21551
|
const parsedBody = parsedOutput.body;
|
|
@@ -21573,7 +21573,7 @@ exports.deserializeAws_ec2RunInstancesCommand = deserializeAws_ec2RunInstancesCo
|
|
|
21573
21573
|
const deserializeAws_ec2RunInstancesCommandError = async (output, context) => {
|
|
21574
21574
|
const parsedOutput = {
|
|
21575
21575
|
...output,
|
|
21576
|
-
body: await
|
|
21576
|
+
body: await parseErrorBody(output.body, context),
|
|
21577
21577
|
};
|
|
21578
21578
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21579
21579
|
const parsedBody = parsedOutput.body;
|
|
@@ -21601,7 +21601,7 @@ exports.deserializeAws_ec2RunScheduledInstancesCommand = deserializeAws_ec2RunSc
|
|
|
21601
21601
|
const deserializeAws_ec2RunScheduledInstancesCommandError = async (output, context) => {
|
|
21602
21602
|
const parsedOutput = {
|
|
21603
21603
|
...output,
|
|
21604
|
-
body: await
|
|
21604
|
+
body: await parseErrorBody(output.body, context),
|
|
21605
21605
|
};
|
|
21606
21606
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21607
21607
|
const parsedBody = parsedOutput.body;
|
|
@@ -21629,7 +21629,7 @@ exports.deserializeAws_ec2SearchLocalGatewayRoutesCommand = deserializeAws_ec2Se
|
|
|
21629
21629
|
const deserializeAws_ec2SearchLocalGatewayRoutesCommandError = async (output, context) => {
|
|
21630
21630
|
const parsedOutput = {
|
|
21631
21631
|
...output,
|
|
21632
|
-
body: await
|
|
21632
|
+
body: await parseErrorBody(output.body, context),
|
|
21633
21633
|
};
|
|
21634
21634
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21635
21635
|
const parsedBody = parsedOutput.body;
|
|
@@ -21657,7 +21657,7 @@ exports.deserializeAws_ec2SearchTransitGatewayMulticastGroupsCommand = deseriali
|
|
|
21657
21657
|
const deserializeAws_ec2SearchTransitGatewayMulticastGroupsCommandError = async (output, context) => {
|
|
21658
21658
|
const parsedOutput = {
|
|
21659
21659
|
...output,
|
|
21660
|
-
body: await
|
|
21660
|
+
body: await parseErrorBody(output.body, context),
|
|
21661
21661
|
};
|
|
21662
21662
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21663
21663
|
const parsedBody = parsedOutput.body;
|
|
@@ -21685,7 +21685,7 @@ exports.deserializeAws_ec2SearchTransitGatewayRoutesCommand = deserializeAws_ec2
|
|
|
21685
21685
|
const deserializeAws_ec2SearchTransitGatewayRoutesCommandError = async (output, context) => {
|
|
21686
21686
|
const parsedOutput = {
|
|
21687
21687
|
...output,
|
|
21688
|
-
body: await
|
|
21688
|
+
body: await parseErrorBody(output.body, context),
|
|
21689
21689
|
};
|
|
21690
21690
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21691
21691
|
const parsedBody = parsedOutput.body;
|
|
@@ -21710,7 +21710,7 @@ exports.deserializeAws_ec2SendDiagnosticInterruptCommand = deserializeAws_ec2Sen
|
|
|
21710
21710
|
const deserializeAws_ec2SendDiagnosticInterruptCommandError = async (output, context) => {
|
|
21711
21711
|
const parsedOutput = {
|
|
21712
21712
|
...output,
|
|
21713
|
-
body: await
|
|
21713
|
+
body: await parseErrorBody(output.body, context),
|
|
21714
21714
|
};
|
|
21715
21715
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21716
21716
|
const parsedBody = parsedOutput.body;
|
|
@@ -21738,7 +21738,7 @@ exports.deserializeAws_ec2StartInstancesCommand = deserializeAws_ec2StartInstanc
|
|
|
21738
21738
|
const deserializeAws_ec2StartInstancesCommandError = async (output, context) => {
|
|
21739
21739
|
const parsedOutput = {
|
|
21740
21740
|
...output,
|
|
21741
|
-
body: await
|
|
21741
|
+
body: await parseErrorBody(output.body, context),
|
|
21742
21742
|
};
|
|
21743
21743
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21744
21744
|
const parsedBody = parsedOutput.body;
|
|
@@ -21766,7 +21766,7 @@ exports.deserializeAws_ec2StartNetworkInsightsAccessScopeAnalysisCommand = deser
|
|
|
21766
21766
|
const deserializeAws_ec2StartNetworkInsightsAccessScopeAnalysisCommandError = async (output, context) => {
|
|
21767
21767
|
const parsedOutput = {
|
|
21768
21768
|
...output,
|
|
21769
|
-
body: await
|
|
21769
|
+
body: await parseErrorBody(output.body, context),
|
|
21770
21770
|
};
|
|
21771
21771
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21772
21772
|
const parsedBody = parsedOutput.body;
|
|
@@ -21794,7 +21794,7 @@ exports.deserializeAws_ec2StartNetworkInsightsAnalysisCommand = deserializeAws_e
|
|
|
21794
21794
|
const deserializeAws_ec2StartNetworkInsightsAnalysisCommandError = async (output, context) => {
|
|
21795
21795
|
const parsedOutput = {
|
|
21796
21796
|
...output,
|
|
21797
|
-
body: await
|
|
21797
|
+
body: await parseErrorBody(output.body, context),
|
|
21798
21798
|
};
|
|
21799
21799
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21800
21800
|
const parsedBody = parsedOutput.body;
|
|
@@ -21822,7 +21822,7 @@ exports.deserializeAws_ec2StartVpcEndpointServicePrivateDnsVerificationCommand =
|
|
|
21822
21822
|
const deserializeAws_ec2StartVpcEndpointServicePrivateDnsVerificationCommandError = async (output, context) => {
|
|
21823
21823
|
const parsedOutput = {
|
|
21824
21824
|
...output,
|
|
21825
|
-
body: await
|
|
21825
|
+
body: await parseErrorBody(output.body, context),
|
|
21826
21826
|
};
|
|
21827
21827
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21828
21828
|
const parsedBody = parsedOutput.body;
|
|
@@ -21850,7 +21850,7 @@ exports.deserializeAws_ec2StopInstancesCommand = deserializeAws_ec2StopInstances
|
|
|
21850
21850
|
const deserializeAws_ec2StopInstancesCommandError = async (output, context) => {
|
|
21851
21851
|
const parsedOutput = {
|
|
21852
21852
|
...output,
|
|
21853
|
-
body: await
|
|
21853
|
+
body: await parseErrorBody(output.body, context),
|
|
21854
21854
|
};
|
|
21855
21855
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21856
21856
|
const parsedBody = parsedOutput.body;
|
|
@@ -21878,7 +21878,7 @@ exports.deserializeAws_ec2TerminateClientVpnConnectionsCommand = deserializeAws_
|
|
|
21878
21878
|
const deserializeAws_ec2TerminateClientVpnConnectionsCommandError = async (output, context) => {
|
|
21879
21879
|
const parsedOutput = {
|
|
21880
21880
|
...output,
|
|
21881
|
-
body: await
|
|
21881
|
+
body: await parseErrorBody(output.body, context),
|
|
21882
21882
|
};
|
|
21883
21883
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21884
21884
|
const parsedBody = parsedOutput.body;
|
|
@@ -21906,7 +21906,7 @@ exports.deserializeAws_ec2TerminateInstancesCommand = deserializeAws_ec2Terminat
|
|
|
21906
21906
|
const deserializeAws_ec2TerminateInstancesCommandError = async (output, context) => {
|
|
21907
21907
|
const parsedOutput = {
|
|
21908
21908
|
...output,
|
|
21909
|
-
body: await
|
|
21909
|
+
body: await parseErrorBody(output.body, context),
|
|
21910
21910
|
};
|
|
21911
21911
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21912
21912
|
const parsedBody = parsedOutput.body;
|
|
@@ -21934,7 +21934,7 @@ exports.deserializeAws_ec2UnassignIpv6AddressesCommand = deserializeAws_ec2Unass
|
|
|
21934
21934
|
const deserializeAws_ec2UnassignIpv6AddressesCommandError = async (output, context) => {
|
|
21935
21935
|
const parsedOutput = {
|
|
21936
21936
|
...output,
|
|
21937
|
-
body: await
|
|
21937
|
+
body: await parseErrorBody(output.body, context),
|
|
21938
21938
|
};
|
|
21939
21939
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21940
21940
|
const parsedBody = parsedOutput.body;
|
|
@@ -21959,7 +21959,7 @@ exports.deserializeAws_ec2UnassignPrivateIpAddressesCommand = deserializeAws_ec2
|
|
|
21959
21959
|
const deserializeAws_ec2UnassignPrivateIpAddressesCommandError = async (output, context) => {
|
|
21960
21960
|
const parsedOutput = {
|
|
21961
21961
|
...output,
|
|
21962
|
-
body: await
|
|
21962
|
+
body: await parseErrorBody(output.body, context),
|
|
21963
21963
|
};
|
|
21964
21964
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21965
21965
|
const parsedBody = parsedOutput.body;
|
|
@@ -21987,7 +21987,7 @@ exports.deserializeAws_ec2UnmonitorInstancesCommand = deserializeAws_ec2Unmonito
|
|
|
21987
21987
|
const deserializeAws_ec2UnmonitorInstancesCommandError = async (output, context) => {
|
|
21988
21988
|
const parsedOutput = {
|
|
21989
21989
|
...output,
|
|
21990
|
-
body: await
|
|
21990
|
+
body: await parseErrorBody(output.body, context),
|
|
21991
21991
|
};
|
|
21992
21992
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21993
21993
|
const parsedBody = parsedOutput.body;
|
|
@@ -22015,7 +22015,7 @@ exports.deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand = des
|
|
|
22015
22015
|
const deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommandError = async (output, context) => {
|
|
22016
22016
|
const parsedOutput = {
|
|
22017
22017
|
...output,
|
|
22018
|
-
body: await
|
|
22018
|
+
body: await parseErrorBody(output.body, context),
|
|
22019
22019
|
};
|
|
22020
22020
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
22021
22021
|
const parsedBody = parsedOutput.body;
|
|
@@ -22043,7 +22043,7 @@ exports.deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsIngressCommand = de
|
|
|
22043
22043
|
const deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsIngressCommandError = async (output, context) => {
|
|
22044
22044
|
const parsedOutput = {
|
|
22045
22045
|
...output,
|
|
22046
|
-
body: await
|
|
22046
|
+
body: await parseErrorBody(output.body, context),
|
|
22047
22047
|
};
|
|
22048
22048
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
22049
22049
|
const parsedBody = parsedOutput.body;
|
|
@@ -22071,7 +22071,7 @@ exports.deserializeAws_ec2WithdrawByoipCidrCommand = deserializeAws_ec2WithdrawB
|
|
|
22071
22071
|
const deserializeAws_ec2WithdrawByoipCidrCommandError = async (output, context) => {
|
|
22072
22072
|
const parsedOutput = {
|
|
22073
22073
|
...output,
|
|
22074
|
-
body: await
|
|
22074
|
+
body: await parseErrorBody(output.body, context),
|
|
22075
22075
|
};
|
|
22076
22076
|
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
22077
22077
|
const parsedBody = parsedOutput.body;
|
|
@@ -63854,6 +63854,14 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
63854
63854
|
}
|
|
63855
63855
|
return {};
|
|
63856
63856
|
});
|
|
63857
|
+
const parseErrorBody = async (errorBody, context) => {
|
|
63858
|
+
var _a;
|
|
63859
|
+
const value = await parseBody(errorBody, context);
|
|
63860
|
+
if (value.Error) {
|
|
63861
|
+
value.Error.message = (_a = value.Error.message) !== null && _a !== void 0 ? _a : value.Error.Message;
|
|
63862
|
+
}
|
|
63863
|
+
return value;
|
|
63864
|
+
};
|
|
63857
63865
|
const buildFormUrlencodedString = (formEntries) => Object.entries(formEntries)
|
|
63858
63866
|
.map(([key, value]) => (0, smithy_client_1.extendedEncodeURIComponent)(key) + "=" + (0, smithy_client_1.extendedEncodeURIComponent)(value))
|
|
63859
63867
|
.join("&");
|