@aws-sdk/client-elastic-load-balancing 3.54.1 → 3.55.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 +8 -0
- package/dist-cjs/ElasticLoadBalancingClient.js +13 -13
- package/dist-cjs/commands/AddTagsCommand.js +3 -3
- package/dist-cjs/commands/ApplySecurityGroupsToLoadBalancerCommand.js +3 -3
- package/dist-cjs/commands/AttachLoadBalancerToSubnetsCommand.js +3 -3
- package/dist-cjs/commands/ConfigureHealthCheckCommand.js +3 -3
- package/dist-cjs/commands/CreateAppCookieStickinessPolicyCommand.js +3 -3
- package/dist-cjs/commands/CreateLBCookieStickinessPolicyCommand.js +3 -3
- package/dist-cjs/commands/CreateLoadBalancerCommand.js +3 -3
- package/dist-cjs/commands/CreateLoadBalancerListenersCommand.js +3 -3
- package/dist-cjs/commands/CreateLoadBalancerPolicyCommand.js +3 -3
- package/dist-cjs/commands/DeleteLoadBalancerCommand.js +3 -3
- package/dist-cjs/commands/DeleteLoadBalancerListenersCommand.js +3 -3
- package/dist-cjs/commands/DeleteLoadBalancerPolicyCommand.js +3 -3
- package/dist-cjs/commands/DeregisterInstancesFromLoadBalancerCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +3 -3
- package/dist-cjs/commands/DescribeInstanceHealthCommand.js +3 -3
- package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +3 -3
- package/dist-cjs/commands/DescribeLoadBalancerPoliciesCommand.js +3 -3
- package/dist-cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +3 -3
- package/dist-cjs/commands/DescribeTagsCommand.js +3 -3
- package/dist-cjs/commands/DetachLoadBalancerFromSubnetsCommand.js +3 -3
- package/dist-cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +3 -3
- package/dist-cjs/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +3 -3
- package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +3 -3
- package/dist-cjs/commands/RegisterInstancesWithLoadBalancerCommand.js +3 -3
- package/dist-cjs/commands/RemoveTagsCommand.js +3 -3
- package/dist-cjs/commands/SetLoadBalancerListenerSSLCertificateCommand.js +3 -3
- package/dist-cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +3 -3
- package/dist-cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_query.js +168 -168
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-cjs/waiters/waitForAnyInstanceInService.js +3 -3
- package/dist-es/ElasticLoadBalancing.js +29 -29
- package/dist-es/pagination/DescribeLoadBalancersPaginator.js +4 -4
- package/dist-es/protocols/Aws_query.js +47 -47
- package/dist-es/waiters/waitForAnyInstanceInService.js +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/package.json +35 -35
|
@@ -424,7 +424,7 @@ const deserializeAws_queryAddTagsCommandError = async (output, context) => {
|
|
|
424
424
|
$fault: "client",
|
|
425
425
|
$metadata: deserializeMetadata(output),
|
|
426
426
|
});
|
|
427
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
427
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
428
428
|
}
|
|
429
429
|
};
|
|
430
430
|
const deserializeAws_queryApplySecurityGroupsToLoadBalancerCommand = async (output, context) => {
|
|
@@ -466,7 +466,7 @@ const deserializeAws_queryApplySecurityGroupsToLoadBalancerCommandError = async
|
|
|
466
466
|
$fault: "client",
|
|
467
467
|
$metadata: deserializeMetadata(output),
|
|
468
468
|
});
|
|
469
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
469
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
470
470
|
}
|
|
471
471
|
};
|
|
472
472
|
const deserializeAws_queryAttachLoadBalancerToSubnetsCommand = async (output, context) => {
|
|
@@ -511,7 +511,7 @@ const deserializeAws_queryAttachLoadBalancerToSubnetsCommandError = async (outpu
|
|
|
511
511
|
$fault: "client",
|
|
512
512
|
$metadata: deserializeMetadata(output),
|
|
513
513
|
});
|
|
514
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
514
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
515
515
|
}
|
|
516
516
|
};
|
|
517
517
|
const deserializeAws_queryConfigureHealthCheckCommand = async (output, context) => {
|
|
@@ -547,7 +547,7 @@ const deserializeAws_queryConfigureHealthCheckCommandError = async (output, cont
|
|
|
547
547
|
$fault: "client",
|
|
548
548
|
$metadata: deserializeMetadata(output),
|
|
549
549
|
});
|
|
550
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
550
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
551
551
|
}
|
|
552
552
|
};
|
|
553
553
|
const deserializeAws_queryCreateAppCookieStickinessPolicyCommand = async (output, context) => {
|
|
@@ -592,7 +592,7 @@ const deserializeAws_queryCreateAppCookieStickinessPolicyCommandError = async (o
|
|
|
592
592
|
$fault: "client",
|
|
593
593
|
$metadata: deserializeMetadata(output),
|
|
594
594
|
});
|
|
595
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
595
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
596
596
|
}
|
|
597
597
|
};
|
|
598
598
|
const deserializeAws_queryCreateLBCookieStickinessPolicyCommand = async (output, context) => {
|
|
@@ -637,7 +637,7 @@ const deserializeAws_queryCreateLBCookieStickinessPolicyCommandError = async (ou
|
|
|
637
637
|
$fault: "client",
|
|
638
638
|
$metadata: deserializeMetadata(output),
|
|
639
639
|
});
|
|
640
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
640
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
641
641
|
}
|
|
642
642
|
};
|
|
643
643
|
const deserializeAws_queryCreateLoadBalancerCommand = async (output, context) => {
|
|
@@ -706,7 +706,7 @@ const deserializeAws_queryCreateLoadBalancerCommandError = async (output, contex
|
|
|
706
706
|
$fault: "client",
|
|
707
707
|
$metadata: deserializeMetadata(output),
|
|
708
708
|
});
|
|
709
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
709
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
710
710
|
}
|
|
711
711
|
};
|
|
712
712
|
const deserializeAws_queryCreateLoadBalancerListenersCommand = async (output, context) => {
|
|
@@ -754,7 +754,7 @@ const deserializeAws_queryCreateLoadBalancerListenersCommandError = async (outpu
|
|
|
754
754
|
$fault: "client",
|
|
755
755
|
$metadata: deserializeMetadata(output),
|
|
756
756
|
});
|
|
757
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
757
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
758
758
|
}
|
|
759
759
|
};
|
|
760
760
|
const deserializeAws_queryCreateLoadBalancerPolicyCommand = async (output, context) => {
|
|
@@ -802,7 +802,7 @@ const deserializeAws_queryCreateLoadBalancerPolicyCommandError = async (output,
|
|
|
802
802
|
$fault: "client",
|
|
803
803
|
$metadata: deserializeMetadata(output),
|
|
804
804
|
});
|
|
805
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
805
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
806
806
|
}
|
|
807
807
|
};
|
|
808
808
|
const deserializeAws_queryDeleteLoadBalancerCommand = async (output, context) => {
|
|
@@ -835,7 +835,7 @@ const deserializeAws_queryDeleteLoadBalancerCommandError = async (output, contex
|
|
|
835
835
|
$fault: "client",
|
|
836
836
|
$metadata: deserializeMetadata(output),
|
|
837
837
|
});
|
|
838
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
838
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
839
839
|
}
|
|
840
840
|
};
|
|
841
841
|
const deserializeAws_queryDeleteLoadBalancerListenersCommand = async (output, context) => {
|
|
@@ -871,7 +871,7 @@ const deserializeAws_queryDeleteLoadBalancerListenersCommandError = async (outpu
|
|
|
871
871
|
$fault: "client",
|
|
872
872
|
$metadata: deserializeMetadata(output),
|
|
873
873
|
});
|
|
874
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
874
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
875
875
|
}
|
|
876
876
|
};
|
|
877
877
|
const deserializeAws_queryDeleteLoadBalancerPolicyCommand = async (output, context) => {
|
|
@@ -910,7 +910,7 @@ const deserializeAws_queryDeleteLoadBalancerPolicyCommandError = async (output,
|
|
|
910
910
|
$fault: "client",
|
|
911
911
|
$metadata: deserializeMetadata(output),
|
|
912
912
|
});
|
|
913
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
913
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
914
914
|
}
|
|
915
915
|
};
|
|
916
916
|
const deserializeAws_queryDeregisterInstancesFromLoadBalancerCommand = async (output, context) => {
|
|
@@ -949,7 +949,7 @@ const deserializeAws_queryDeregisterInstancesFromLoadBalancerCommandError = asyn
|
|
|
949
949
|
$fault: "client",
|
|
950
950
|
$metadata: deserializeMetadata(output),
|
|
951
951
|
});
|
|
952
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
952
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
953
953
|
}
|
|
954
954
|
};
|
|
955
955
|
const deserializeAws_queryDescribeAccountLimitsCommand = async (output, context) => {
|
|
@@ -982,7 +982,7 @@ const deserializeAws_queryDescribeAccountLimitsCommandError = async (output, con
|
|
|
982
982
|
$fault: "client",
|
|
983
983
|
$metadata: deserializeMetadata(output),
|
|
984
984
|
});
|
|
985
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
985
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
986
986
|
}
|
|
987
987
|
};
|
|
988
988
|
const deserializeAws_queryDescribeInstanceHealthCommand = async (output, context) => {
|
|
@@ -1021,7 +1021,7 @@ const deserializeAws_queryDescribeInstanceHealthCommandError = async (output, co
|
|
|
1021
1021
|
$fault: "client",
|
|
1022
1022
|
$metadata: deserializeMetadata(output),
|
|
1023
1023
|
});
|
|
1024
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
1024
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
1025
1025
|
}
|
|
1026
1026
|
};
|
|
1027
1027
|
const deserializeAws_queryDescribeLoadBalancerAttributesCommand = async (output, context) => {
|
|
@@ -1060,7 +1060,7 @@ const deserializeAws_queryDescribeLoadBalancerAttributesCommandError = async (ou
|
|
|
1060
1060
|
$fault: "client",
|
|
1061
1061
|
$metadata: deserializeMetadata(output),
|
|
1062
1062
|
});
|
|
1063
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
1063
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
1064
1064
|
}
|
|
1065
1065
|
};
|
|
1066
1066
|
const deserializeAws_queryDescribeLoadBalancerPoliciesCommand = async (output, context) => {
|
|
@@ -1099,7 +1099,7 @@ const deserializeAws_queryDescribeLoadBalancerPoliciesCommandError = async (outp
|
|
|
1099
1099
|
$fault: "client",
|
|
1100
1100
|
$metadata: deserializeMetadata(output),
|
|
1101
1101
|
});
|
|
1102
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
1102
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
1103
1103
|
}
|
|
1104
1104
|
};
|
|
1105
1105
|
const deserializeAws_queryDescribeLoadBalancerPolicyTypesCommand = async (output, context) => {
|
|
@@ -1135,7 +1135,7 @@ const deserializeAws_queryDescribeLoadBalancerPolicyTypesCommandError = async (o
|
|
|
1135
1135
|
$fault: "client",
|
|
1136
1136
|
$metadata: deserializeMetadata(output),
|
|
1137
1137
|
});
|
|
1138
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
1138
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
1139
1139
|
}
|
|
1140
1140
|
};
|
|
1141
1141
|
const deserializeAws_queryDescribeLoadBalancersCommand = async (output, context) => {
|
|
@@ -1174,7 +1174,7 @@ const deserializeAws_queryDescribeLoadBalancersCommandError = async (output, con
|
|
|
1174
1174
|
$fault: "client",
|
|
1175
1175
|
$metadata: deserializeMetadata(output),
|
|
1176
1176
|
});
|
|
1177
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
1177
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
1178
1178
|
}
|
|
1179
1179
|
};
|
|
1180
1180
|
const deserializeAws_queryDescribeTagsCommand = async (output, context) => {
|
|
@@ -1210,7 +1210,7 @@ const deserializeAws_queryDescribeTagsCommandError = async (output, context) =>
|
|
|
1210
1210
|
$fault: "client",
|
|
1211
1211
|
$metadata: deserializeMetadata(output),
|
|
1212
1212
|
});
|
|
1213
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
1213
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
1214
1214
|
}
|
|
1215
1215
|
};
|
|
1216
1216
|
const deserializeAws_queryDetachLoadBalancerFromSubnetsCommand = async (output, context) => {
|
|
@@ -1249,7 +1249,7 @@ const deserializeAws_queryDetachLoadBalancerFromSubnetsCommandError = async (out
|
|
|
1249
1249
|
$fault: "client",
|
|
1250
1250
|
$metadata: deserializeMetadata(output),
|
|
1251
1251
|
});
|
|
1252
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
1252
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
1253
1253
|
}
|
|
1254
1254
|
};
|
|
1255
1255
|
const deserializeAws_queryDisableAvailabilityZonesForLoadBalancerCommand = async (output, context) => {
|
|
@@ -1288,7 +1288,7 @@ const deserializeAws_queryDisableAvailabilityZonesForLoadBalancerCommandError =
|
|
|
1288
1288
|
$fault: "client",
|
|
1289
1289
|
$metadata: deserializeMetadata(output),
|
|
1290
1290
|
});
|
|
1291
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
1291
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
1292
1292
|
}
|
|
1293
1293
|
};
|
|
1294
1294
|
const deserializeAws_queryEnableAvailabilityZonesForLoadBalancerCommand = async (output, context) => {
|
|
@@ -1324,7 +1324,7 @@ const deserializeAws_queryEnableAvailabilityZonesForLoadBalancerCommandError = a
|
|
|
1324
1324
|
$fault: "client",
|
|
1325
1325
|
$metadata: deserializeMetadata(output),
|
|
1326
1326
|
});
|
|
1327
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
1327
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
1328
1328
|
}
|
|
1329
1329
|
};
|
|
1330
1330
|
const deserializeAws_queryModifyLoadBalancerAttributesCommand = async (output, context) => {
|
|
@@ -1366,7 +1366,7 @@ const deserializeAws_queryModifyLoadBalancerAttributesCommandError = async (outp
|
|
|
1366
1366
|
$fault: "client",
|
|
1367
1367
|
$metadata: deserializeMetadata(output),
|
|
1368
1368
|
});
|
|
1369
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
1369
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
1370
1370
|
}
|
|
1371
1371
|
};
|
|
1372
1372
|
const deserializeAws_queryRegisterInstancesWithLoadBalancerCommand = async (output, context) => {
|
|
@@ -1405,7 +1405,7 @@ const deserializeAws_queryRegisterInstancesWithLoadBalancerCommandError = async
|
|
|
1405
1405
|
$fault: "client",
|
|
1406
1406
|
$metadata: deserializeMetadata(output),
|
|
1407
1407
|
});
|
|
1408
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
1408
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
1409
1409
|
}
|
|
1410
1410
|
};
|
|
1411
1411
|
const deserializeAws_queryRemoveTagsCommand = async (output, context) => {
|
|
@@ -1441,7 +1441,7 @@ const deserializeAws_queryRemoveTagsCommandError = async (output, context) => {
|
|
|
1441
1441
|
$fault: "client",
|
|
1442
1442
|
$metadata: deserializeMetadata(output),
|
|
1443
1443
|
});
|
|
1444
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
1444
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
1445
1445
|
}
|
|
1446
1446
|
};
|
|
1447
1447
|
const deserializeAws_querySetLoadBalancerListenerSSLCertificateCommand = async (output, context) => {
|
|
@@ -1489,7 +1489,7 @@ const deserializeAws_querySetLoadBalancerListenerSSLCertificateCommandError = as
|
|
|
1489
1489
|
$fault: "client",
|
|
1490
1490
|
$metadata: deserializeMetadata(output),
|
|
1491
1491
|
});
|
|
1492
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
1492
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
1493
1493
|
}
|
|
1494
1494
|
};
|
|
1495
1495
|
const deserializeAws_querySetLoadBalancerPoliciesForBackendServerCommand = async (output, context) => {
|
|
@@ -1531,7 +1531,7 @@ const deserializeAws_querySetLoadBalancerPoliciesForBackendServerCommandError =
|
|
|
1531
1531
|
$fault: "client",
|
|
1532
1532
|
$metadata: deserializeMetadata(output),
|
|
1533
1533
|
});
|
|
1534
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
1534
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
1535
1535
|
}
|
|
1536
1536
|
};
|
|
1537
1537
|
const deserializeAws_querySetLoadBalancerPoliciesOfListenerCommand = async (output, context) => {
|
|
@@ -1576,7 +1576,7 @@ const deserializeAws_querySetLoadBalancerPoliciesOfListenerCommandError = async
|
|
|
1576
1576
|
$fault: "client",
|
|
1577
1577
|
$metadata: deserializeMetadata(output),
|
|
1578
1578
|
});
|
|
1579
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody.Error);
|
|
1579
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Error);
|
|
1580
1580
|
}
|
|
1581
1581
|
};
|
|
1582
1582
|
const deserializeAws_queryAccessPointNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
@@ -1586,7 +1586,7 @@ const deserializeAws_queryAccessPointNotFoundExceptionResponse = async (parsedOu
|
|
|
1586
1586
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1587
1587
|
...deserialized,
|
|
1588
1588
|
});
|
|
1589
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1589
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1590
1590
|
};
|
|
1591
1591
|
const deserializeAws_queryCertificateNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
1592
1592
|
const body = parsedOutput.body;
|
|
@@ -1595,7 +1595,7 @@ const deserializeAws_queryCertificateNotFoundExceptionResponse = async (parsedOu
|
|
|
1595
1595
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1596
1596
|
...deserialized,
|
|
1597
1597
|
});
|
|
1598
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1598
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1599
1599
|
};
|
|
1600
1600
|
const deserializeAws_queryDependencyThrottleExceptionResponse = async (parsedOutput, context) => {
|
|
1601
1601
|
const body = parsedOutput.body;
|
|
@@ -1604,7 +1604,7 @@ const deserializeAws_queryDependencyThrottleExceptionResponse = async (parsedOut
|
|
|
1604
1604
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1605
1605
|
...deserialized,
|
|
1606
1606
|
});
|
|
1607
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1607
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1608
1608
|
};
|
|
1609
1609
|
const deserializeAws_queryDuplicateAccessPointNameExceptionResponse = async (parsedOutput, context) => {
|
|
1610
1610
|
const body = parsedOutput.body;
|
|
@@ -1613,7 +1613,7 @@ const deserializeAws_queryDuplicateAccessPointNameExceptionResponse = async (par
|
|
|
1613
1613
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1614
1614
|
...deserialized,
|
|
1615
1615
|
});
|
|
1616
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1616
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1617
1617
|
};
|
|
1618
1618
|
const deserializeAws_queryDuplicateListenerExceptionResponse = async (parsedOutput, context) => {
|
|
1619
1619
|
const body = parsedOutput.body;
|
|
@@ -1622,7 +1622,7 @@ const deserializeAws_queryDuplicateListenerExceptionResponse = async (parsedOutp
|
|
|
1622
1622
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1623
1623
|
...deserialized,
|
|
1624
1624
|
});
|
|
1625
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1625
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1626
1626
|
};
|
|
1627
1627
|
const deserializeAws_queryDuplicatePolicyNameExceptionResponse = async (parsedOutput, context) => {
|
|
1628
1628
|
const body = parsedOutput.body;
|
|
@@ -1631,7 +1631,7 @@ const deserializeAws_queryDuplicatePolicyNameExceptionResponse = async (parsedOu
|
|
|
1631
1631
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1632
1632
|
...deserialized,
|
|
1633
1633
|
});
|
|
1634
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1634
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1635
1635
|
};
|
|
1636
1636
|
const deserializeAws_queryDuplicateTagKeysExceptionResponse = async (parsedOutput, context) => {
|
|
1637
1637
|
const body = parsedOutput.body;
|
|
@@ -1640,7 +1640,7 @@ const deserializeAws_queryDuplicateTagKeysExceptionResponse = async (parsedOutpu
|
|
|
1640
1640
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1641
1641
|
...deserialized,
|
|
1642
1642
|
});
|
|
1643
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1643
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1644
1644
|
};
|
|
1645
1645
|
const deserializeAws_queryInvalidConfigurationRequestExceptionResponse = async (parsedOutput, context) => {
|
|
1646
1646
|
const body = parsedOutput.body;
|
|
@@ -1649,7 +1649,7 @@ const deserializeAws_queryInvalidConfigurationRequestExceptionResponse = async (
|
|
|
1649
1649
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1650
1650
|
...deserialized,
|
|
1651
1651
|
});
|
|
1652
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1652
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1653
1653
|
};
|
|
1654
1654
|
const deserializeAws_queryInvalidEndPointExceptionResponse = async (parsedOutput, context) => {
|
|
1655
1655
|
const body = parsedOutput.body;
|
|
@@ -1658,7 +1658,7 @@ const deserializeAws_queryInvalidEndPointExceptionResponse = async (parsedOutput
|
|
|
1658
1658
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1659
1659
|
...deserialized,
|
|
1660
1660
|
});
|
|
1661
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1661
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1662
1662
|
};
|
|
1663
1663
|
const deserializeAws_queryInvalidSchemeExceptionResponse = async (parsedOutput, context) => {
|
|
1664
1664
|
const body = parsedOutput.body;
|
|
@@ -1667,7 +1667,7 @@ const deserializeAws_queryInvalidSchemeExceptionResponse = async (parsedOutput,
|
|
|
1667
1667
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1668
1668
|
...deserialized,
|
|
1669
1669
|
});
|
|
1670
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1670
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1671
1671
|
};
|
|
1672
1672
|
const deserializeAws_queryInvalidSecurityGroupExceptionResponse = async (parsedOutput, context) => {
|
|
1673
1673
|
const body = parsedOutput.body;
|
|
@@ -1676,7 +1676,7 @@ const deserializeAws_queryInvalidSecurityGroupExceptionResponse = async (parsedO
|
|
|
1676
1676
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1677
1677
|
...deserialized,
|
|
1678
1678
|
});
|
|
1679
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1679
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1680
1680
|
};
|
|
1681
1681
|
const deserializeAws_queryInvalidSubnetExceptionResponse = async (parsedOutput, context) => {
|
|
1682
1682
|
const body = parsedOutput.body;
|
|
@@ -1685,7 +1685,7 @@ const deserializeAws_queryInvalidSubnetExceptionResponse = async (parsedOutput,
|
|
|
1685
1685
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1686
1686
|
...deserialized,
|
|
1687
1687
|
});
|
|
1688
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1688
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1689
1689
|
};
|
|
1690
1690
|
const deserializeAws_queryListenerNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
1691
1691
|
const body = parsedOutput.body;
|
|
@@ -1694,7 +1694,7 @@ const deserializeAws_queryListenerNotFoundExceptionResponse = async (parsedOutpu
|
|
|
1694
1694
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1695
1695
|
...deserialized,
|
|
1696
1696
|
});
|
|
1697
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1697
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1698
1698
|
};
|
|
1699
1699
|
const deserializeAws_queryLoadBalancerAttributeNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
1700
1700
|
const body = parsedOutput.body;
|
|
@@ -1703,7 +1703,7 @@ const deserializeAws_queryLoadBalancerAttributeNotFoundExceptionResponse = async
|
|
|
1703
1703
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1704
1704
|
...deserialized,
|
|
1705
1705
|
});
|
|
1706
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1706
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1707
1707
|
};
|
|
1708
1708
|
const deserializeAws_queryOperationNotPermittedExceptionResponse = async (parsedOutput, context) => {
|
|
1709
1709
|
const body = parsedOutput.body;
|
|
@@ -1712,7 +1712,7 @@ const deserializeAws_queryOperationNotPermittedExceptionResponse = async (parsed
|
|
|
1712
1712
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1713
1713
|
...deserialized,
|
|
1714
1714
|
});
|
|
1715
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1715
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1716
1716
|
};
|
|
1717
1717
|
const deserializeAws_queryPolicyNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
1718
1718
|
const body = parsedOutput.body;
|
|
@@ -1721,7 +1721,7 @@ const deserializeAws_queryPolicyNotFoundExceptionResponse = async (parsedOutput,
|
|
|
1721
1721
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1722
1722
|
...deserialized,
|
|
1723
1723
|
});
|
|
1724
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1724
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1725
1725
|
};
|
|
1726
1726
|
const deserializeAws_queryPolicyTypeNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
1727
1727
|
const body = parsedOutput.body;
|
|
@@ -1730,7 +1730,7 @@ const deserializeAws_queryPolicyTypeNotFoundExceptionResponse = async (parsedOut
|
|
|
1730
1730
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1731
1731
|
...deserialized,
|
|
1732
1732
|
});
|
|
1733
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1733
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1734
1734
|
};
|
|
1735
1735
|
const deserializeAws_querySubnetNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
1736
1736
|
const body = parsedOutput.body;
|
|
@@ -1739,7 +1739,7 @@ const deserializeAws_querySubnetNotFoundExceptionResponse = async (parsedOutput,
|
|
|
1739
1739
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1740
1740
|
...deserialized,
|
|
1741
1741
|
});
|
|
1742
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1742
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1743
1743
|
};
|
|
1744
1744
|
const deserializeAws_queryTooManyAccessPointsExceptionResponse = async (parsedOutput, context) => {
|
|
1745
1745
|
const body = parsedOutput.body;
|
|
@@ -1748,7 +1748,7 @@ const deserializeAws_queryTooManyAccessPointsExceptionResponse = async (parsedOu
|
|
|
1748
1748
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1749
1749
|
...deserialized,
|
|
1750
1750
|
});
|
|
1751
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1751
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1752
1752
|
};
|
|
1753
1753
|
const deserializeAws_queryTooManyPoliciesExceptionResponse = async (parsedOutput, context) => {
|
|
1754
1754
|
const body = parsedOutput.body;
|
|
@@ -1757,7 +1757,7 @@ const deserializeAws_queryTooManyPoliciesExceptionResponse = async (parsedOutput
|
|
|
1757
1757
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1758
1758
|
...deserialized,
|
|
1759
1759
|
});
|
|
1760
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1760
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1761
1761
|
};
|
|
1762
1762
|
const deserializeAws_queryTooManyTagsExceptionResponse = async (parsedOutput, context) => {
|
|
1763
1763
|
const body = parsedOutput.body;
|
|
@@ -1766,7 +1766,7 @@ const deserializeAws_queryTooManyTagsExceptionResponse = async (parsedOutput, co
|
|
|
1766
1766
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1767
1767
|
...deserialized,
|
|
1768
1768
|
});
|
|
1769
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1769
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1770
1770
|
};
|
|
1771
1771
|
const deserializeAws_queryUnsupportedProtocolExceptionResponse = async (parsedOutput, context) => {
|
|
1772
1772
|
const body = parsedOutput.body;
|
|
@@ -1775,7 +1775,7 @@ const deserializeAws_queryUnsupportedProtocolExceptionResponse = async (parsedOu
|
|
|
1775
1775
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1776
1776
|
...deserialized,
|
|
1777
1777
|
});
|
|
1778
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1778
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1779
1779
|
};
|
|
1780
1780
|
const serializeAws_queryAccessLog = (input, context) => {
|
|
1781
1781
|
const entries = {};
|
|
@@ -2561,16 +2561,16 @@ const deserializeAws_queryAccessLog = (output, context) => {
|
|
|
2561
2561
|
S3BucketPrefix: undefined,
|
|
2562
2562
|
};
|
|
2563
2563
|
if (output["Enabled"] !== undefined) {
|
|
2564
|
-
contents.Enabled = smithy_client_1.parseBoolean(output["Enabled"]);
|
|
2564
|
+
contents.Enabled = (0, smithy_client_1.parseBoolean)(output["Enabled"]);
|
|
2565
2565
|
}
|
|
2566
2566
|
if (output["S3BucketName"] !== undefined) {
|
|
2567
|
-
contents.S3BucketName = smithy_client_1.expectString(output["S3BucketName"]);
|
|
2567
|
+
contents.S3BucketName = (0, smithy_client_1.expectString)(output["S3BucketName"]);
|
|
2568
2568
|
}
|
|
2569
2569
|
if (output["EmitInterval"] !== undefined) {
|
|
2570
|
-
contents.EmitInterval = smithy_client_1.strictParseInt32(output["EmitInterval"]);
|
|
2570
|
+
contents.EmitInterval = (0, smithy_client_1.strictParseInt32)(output["EmitInterval"]);
|
|
2571
2571
|
}
|
|
2572
2572
|
if (output["S3BucketPrefix"] !== undefined) {
|
|
2573
|
-
contents.S3BucketPrefix = smithy_client_1.expectString(output["S3BucketPrefix"]);
|
|
2573
|
+
contents.S3BucketPrefix = (0, smithy_client_1.expectString)(output["S3BucketPrefix"]);
|
|
2574
2574
|
}
|
|
2575
2575
|
return contents;
|
|
2576
2576
|
};
|
|
@@ -2579,7 +2579,7 @@ const deserializeAws_queryAccessPointNotFoundException = (output, context) => {
|
|
|
2579
2579
|
Message: undefined,
|
|
2580
2580
|
};
|
|
2581
2581
|
if (output["Message"] !== undefined) {
|
|
2582
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
2582
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
2583
2583
|
}
|
|
2584
2584
|
return contents;
|
|
2585
2585
|
};
|
|
@@ -2591,7 +2591,7 @@ const deserializeAws_queryAddAvailabilityZonesOutput = (output, context) => {
|
|
|
2591
2591
|
contents.AvailabilityZones = [];
|
|
2592
2592
|
}
|
|
2593
2593
|
if (output["AvailabilityZones"] !== undefined && output["AvailabilityZones"]["member"] !== undefined) {
|
|
2594
|
-
contents.AvailabilityZones = deserializeAws_queryAvailabilityZones(smithy_client_1.getArrayIfSingleItem(output["AvailabilityZones"]["member"]), context);
|
|
2594
|
+
contents.AvailabilityZones = deserializeAws_queryAvailabilityZones((0, smithy_client_1.getArrayIfSingleItem)(output["AvailabilityZones"]["member"]), context);
|
|
2595
2595
|
}
|
|
2596
2596
|
return contents;
|
|
2597
2597
|
};
|
|
@@ -2601,10 +2601,10 @@ const deserializeAws_queryAdditionalAttribute = (output, context) => {
|
|
|
2601
2601
|
Value: undefined,
|
|
2602
2602
|
};
|
|
2603
2603
|
if (output["Key"] !== undefined) {
|
|
2604
|
-
contents.Key = smithy_client_1.expectString(output["Key"]);
|
|
2604
|
+
contents.Key = (0, smithy_client_1.expectString)(output["Key"]);
|
|
2605
2605
|
}
|
|
2606
2606
|
if (output["Value"] !== undefined) {
|
|
2607
|
-
contents.Value = smithy_client_1.expectString(output["Value"]);
|
|
2607
|
+
contents.Value = (0, smithy_client_1.expectString)(output["Value"]);
|
|
2608
2608
|
}
|
|
2609
2609
|
return contents;
|
|
2610
2610
|
};
|
|
@@ -2638,10 +2638,10 @@ const deserializeAws_queryAppCookieStickinessPolicy = (output, context) => {
|
|
|
2638
2638
|
CookieName: undefined,
|
|
2639
2639
|
};
|
|
2640
2640
|
if (output["PolicyName"] !== undefined) {
|
|
2641
|
-
contents.PolicyName = smithy_client_1.expectString(output["PolicyName"]);
|
|
2641
|
+
contents.PolicyName = (0, smithy_client_1.expectString)(output["PolicyName"]);
|
|
2642
2642
|
}
|
|
2643
2643
|
if (output["CookieName"] !== undefined) {
|
|
2644
|
-
contents.CookieName = smithy_client_1.expectString(output["CookieName"]);
|
|
2644
|
+
contents.CookieName = (0, smithy_client_1.expectString)(output["CookieName"]);
|
|
2645
2645
|
}
|
|
2646
2646
|
return contents;
|
|
2647
2647
|
};
|
|
@@ -2653,7 +2653,7 @@ const deserializeAws_queryApplySecurityGroupsToLoadBalancerOutput = (output, con
|
|
|
2653
2653
|
contents.SecurityGroups = [];
|
|
2654
2654
|
}
|
|
2655
2655
|
if (output["SecurityGroups"] !== undefined && output["SecurityGroups"]["member"] !== undefined) {
|
|
2656
|
-
contents.SecurityGroups = deserializeAws_querySecurityGroups(smithy_client_1.getArrayIfSingleItem(output["SecurityGroups"]["member"]), context);
|
|
2656
|
+
contents.SecurityGroups = deserializeAws_querySecurityGroups((0, smithy_client_1.getArrayIfSingleItem)(output["SecurityGroups"]["member"]), context);
|
|
2657
2657
|
}
|
|
2658
2658
|
return contents;
|
|
2659
2659
|
};
|
|
@@ -2665,7 +2665,7 @@ const deserializeAws_queryAttachLoadBalancerToSubnetsOutput = (output, context)
|
|
|
2665
2665
|
contents.Subnets = [];
|
|
2666
2666
|
}
|
|
2667
2667
|
if (output["Subnets"] !== undefined && output["Subnets"]["member"] !== undefined) {
|
|
2668
|
-
contents.Subnets = deserializeAws_querySubnets(smithy_client_1.getArrayIfSingleItem(output["Subnets"]["member"]), context);
|
|
2668
|
+
contents.Subnets = deserializeAws_querySubnets((0, smithy_client_1.getArrayIfSingleItem)(output["Subnets"]["member"]), context);
|
|
2669
2669
|
}
|
|
2670
2670
|
return contents;
|
|
2671
2671
|
};
|
|
@@ -2676,7 +2676,7 @@ const deserializeAws_queryAvailabilityZones = (output, context) => {
|
|
|
2676
2676
|
if (entry === null) {
|
|
2677
2677
|
return null;
|
|
2678
2678
|
}
|
|
2679
|
-
return smithy_client_1.expectString(entry);
|
|
2679
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
2680
2680
|
});
|
|
2681
2681
|
};
|
|
2682
2682
|
const deserializeAws_queryBackendServerDescription = (output, context) => {
|
|
@@ -2685,13 +2685,13 @@ const deserializeAws_queryBackendServerDescription = (output, context) => {
|
|
|
2685
2685
|
PolicyNames: undefined,
|
|
2686
2686
|
};
|
|
2687
2687
|
if (output["InstancePort"] !== undefined) {
|
|
2688
|
-
contents.InstancePort = smithy_client_1.strictParseInt32(output["InstancePort"]);
|
|
2688
|
+
contents.InstancePort = (0, smithy_client_1.strictParseInt32)(output["InstancePort"]);
|
|
2689
2689
|
}
|
|
2690
2690
|
if (output.PolicyNames === "") {
|
|
2691
2691
|
contents.PolicyNames = [];
|
|
2692
2692
|
}
|
|
2693
2693
|
if (output["PolicyNames"] !== undefined && output["PolicyNames"]["member"] !== undefined) {
|
|
2694
|
-
contents.PolicyNames = deserializeAws_queryPolicyNames(smithy_client_1.getArrayIfSingleItem(output["PolicyNames"]["member"]), context);
|
|
2694
|
+
contents.PolicyNames = deserializeAws_queryPolicyNames((0, smithy_client_1.getArrayIfSingleItem)(output["PolicyNames"]["member"]), context);
|
|
2695
2695
|
}
|
|
2696
2696
|
return contents;
|
|
2697
2697
|
};
|
|
@@ -2710,7 +2710,7 @@ const deserializeAws_queryCertificateNotFoundException = (output, context) => {
|
|
|
2710
2710
|
Message: undefined,
|
|
2711
2711
|
};
|
|
2712
2712
|
if (output["Message"] !== undefined) {
|
|
2713
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
2713
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
2714
2714
|
}
|
|
2715
2715
|
return contents;
|
|
2716
2716
|
};
|
|
@@ -2729,10 +2729,10 @@ const deserializeAws_queryConnectionDraining = (output, context) => {
|
|
|
2729
2729
|
Timeout: undefined,
|
|
2730
2730
|
};
|
|
2731
2731
|
if (output["Enabled"] !== undefined) {
|
|
2732
|
-
contents.Enabled = smithy_client_1.parseBoolean(output["Enabled"]);
|
|
2732
|
+
contents.Enabled = (0, smithy_client_1.parseBoolean)(output["Enabled"]);
|
|
2733
2733
|
}
|
|
2734
2734
|
if (output["Timeout"] !== undefined) {
|
|
2735
|
-
contents.Timeout = smithy_client_1.strictParseInt32(output["Timeout"]);
|
|
2735
|
+
contents.Timeout = (0, smithy_client_1.strictParseInt32)(output["Timeout"]);
|
|
2736
2736
|
}
|
|
2737
2737
|
return contents;
|
|
2738
2738
|
};
|
|
@@ -2741,7 +2741,7 @@ const deserializeAws_queryConnectionSettings = (output, context) => {
|
|
|
2741
2741
|
IdleTimeout: undefined,
|
|
2742
2742
|
};
|
|
2743
2743
|
if (output["IdleTimeout"] !== undefined) {
|
|
2744
|
-
contents.IdleTimeout = smithy_client_1.strictParseInt32(output["IdleTimeout"]);
|
|
2744
|
+
contents.IdleTimeout = (0, smithy_client_1.strictParseInt32)(output["IdleTimeout"]);
|
|
2745
2745
|
}
|
|
2746
2746
|
return contents;
|
|
2747
2747
|
};
|
|
@@ -2750,7 +2750,7 @@ const deserializeAws_queryCreateAccessPointOutput = (output, context) => {
|
|
|
2750
2750
|
DNSName: undefined,
|
|
2751
2751
|
};
|
|
2752
2752
|
if (output["DNSName"] !== undefined) {
|
|
2753
|
-
contents.DNSName = smithy_client_1.expectString(output["DNSName"]);
|
|
2753
|
+
contents.DNSName = (0, smithy_client_1.expectString)(output["DNSName"]);
|
|
2754
2754
|
}
|
|
2755
2755
|
return contents;
|
|
2756
2756
|
};
|
|
@@ -2775,7 +2775,7 @@ const deserializeAws_queryCrossZoneLoadBalancing = (output, context) => {
|
|
|
2775
2775
|
Enabled: undefined,
|
|
2776
2776
|
};
|
|
2777
2777
|
if (output["Enabled"] !== undefined) {
|
|
2778
|
-
contents.Enabled = smithy_client_1.parseBoolean(output["Enabled"]);
|
|
2778
|
+
contents.Enabled = (0, smithy_client_1.parseBoolean)(output["Enabled"]);
|
|
2779
2779
|
}
|
|
2780
2780
|
return contents;
|
|
2781
2781
|
};
|
|
@@ -2796,7 +2796,7 @@ const deserializeAws_queryDependencyThrottleException = (output, context) => {
|
|
|
2796
2796
|
Message: undefined,
|
|
2797
2797
|
};
|
|
2798
2798
|
if (output["Message"] !== undefined) {
|
|
2799
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
2799
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
2800
2800
|
}
|
|
2801
2801
|
return contents;
|
|
2802
2802
|
};
|
|
@@ -2808,7 +2808,7 @@ const deserializeAws_queryDeregisterEndPointsOutput = (output, context) => {
|
|
|
2808
2808
|
contents.Instances = [];
|
|
2809
2809
|
}
|
|
2810
2810
|
if (output["Instances"] !== undefined && output["Instances"]["member"] !== undefined) {
|
|
2811
|
-
contents.Instances = deserializeAws_queryInstances(smithy_client_1.getArrayIfSingleItem(output["Instances"]["member"]), context);
|
|
2811
|
+
contents.Instances = deserializeAws_queryInstances((0, smithy_client_1.getArrayIfSingleItem)(output["Instances"]["member"]), context);
|
|
2812
2812
|
}
|
|
2813
2813
|
return contents;
|
|
2814
2814
|
};
|
|
@@ -2821,10 +2821,10 @@ const deserializeAws_queryDescribeAccessPointsOutput = (output, context) => {
|
|
|
2821
2821
|
contents.LoadBalancerDescriptions = [];
|
|
2822
2822
|
}
|
|
2823
2823
|
if (output["LoadBalancerDescriptions"] !== undefined && output["LoadBalancerDescriptions"]["member"] !== undefined) {
|
|
2824
|
-
contents.LoadBalancerDescriptions = deserializeAws_queryLoadBalancerDescriptions(smithy_client_1.getArrayIfSingleItem(output["LoadBalancerDescriptions"]["member"]), context);
|
|
2824
|
+
contents.LoadBalancerDescriptions = deserializeAws_queryLoadBalancerDescriptions((0, smithy_client_1.getArrayIfSingleItem)(output["LoadBalancerDescriptions"]["member"]), context);
|
|
2825
2825
|
}
|
|
2826
2826
|
if (output["NextMarker"] !== undefined) {
|
|
2827
|
-
contents.NextMarker = smithy_client_1.expectString(output["NextMarker"]);
|
|
2827
|
+
contents.NextMarker = (0, smithy_client_1.expectString)(output["NextMarker"]);
|
|
2828
2828
|
}
|
|
2829
2829
|
return contents;
|
|
2830
2830
|
};
|
|
@@ -2837,10 +2837,10 @@ const deserializeAws_queryDescribeAccountLimitsOutput = (output, context) => {
|
|
|
2837
2837
|
contents.Limits = [];
|
|
2838
2838
|
}
|
|
2839
2839
|
if (output["Limits"] !== undefined && output["Limits"]["member"] !== undefined) {
|
|
2840
|
-
contents.Limits = deserializeAws_queryLimits(smithy_client_1.getArrayIfSingleItem(output["Limits"]["member"]), context);
|
|
2840
|
+
contents.Limits = deserializeAws_queryLimits((0, smithy_client_1.getArrayIfSingleItem)(output["Limits"]["member"]), context);
|
|
2841
2841
|
}
|
|
2842
2842
|
if (output["NextMarker"] !== undefined) {
|
|
2843
|
-
contents.NextMarker = smithy_client_1.expectString(output["NextMarker"]);
|
|
2843
|
+
contents.NextMarker = (0, smithy_client_1.expectString)(output["NextMarker"]);
|
|
2844
2844
|
}
|
|
2845
2845
|
return contents;
|
|
2846
2846
|
};
|
|
@@ -2852,7 +2852,7 @@ const deserializeAws_queryDescribeEndPointStateOutput = (output, context) => {
|
|
|
2852
2852
|
contents.InstanceStates = [];
|
|
2853
2853
|
}
|
|
2854
2854
|
if (output["InstanceStates"] !== undefined && output["InstanceStates"]["member"] !== undefined) {
|
|
2855
|
-
contents.InstanceStates = deserializeAws_queryInstanceStates(smithy_client_1.getArrayIfSingleItem(output["InstanceStates"]["member"]), context);
|
|
2855
|
+
contents.InstanceStates = deserializeAws_queryInstanceStates((0, smithy_client_1.getArrayIfSingleItem)(output["InstanceStates"]["member"]), context);
|
|
2856
2856
|
}
|
|
2857
2857
|
return contents;
|
|
2858
2858
|
};
|
|
@@ -2873,7 +2873,7 @@ const deserializeAws_queryDescribeLoadBalancerPoliciesOutput = (output, context)
|
|
|
2873
2873
|
contents.PolicyDescriptions = [];
|
|
2874
2874
|
}
|
|
2875
2875
|
if (output["PolicyDescriptions"] !== undefined && output["PolicyDescriptions"]["member"] !== undefined) {
|
|
2876
|
-
contents.PolicyDescriptions = deserializeAws_queryPolicyDescriptions(smithy_client_1.getArrayIfSingleItem(output["PolicyDescriptions"]["member"]), context);
|
|
2876
|
+
contents.PolicyDescriptions = deserializeAws_queryPolicyDescriptions((0, smithy_client_1.getArrayIfSingleItem)(output["PolicyDescriptions"]["member"]), context);
|
|
2877
2877
|
}
|
|
2878
2878
|
return contents;
|
|
2879
2879
|
};
|
|
@@ -2885,7 +2885,7 @@ const deserializeAws_queryDescribeLoadBalancerPolicyTypesOutput = (output, conte
|
|
|
2885
2885
|
contents.PolicyTypeDescriptions = [];
|
|
2886
2886
|
}
|
|
2887
2887
|
if (output["PolicyTypeDescriptions"] !== undefined && output["PolicyTypeDescriptions"]["member"] !== undefined) {
|
|
2888
|
-
contents.PolicyTypeDescriptions = deserializeAws_queryPolicyTypeDescriptions(smithy_client_1.getArrayIfSingleItem(output["PolicyTypeDescriptions"]["member"]), context);
|
|
2888
|
+
contents.PolicyTypeDescriptions = deserializeAws_queryPolicyTypeDescriptions((0, smithy_client_1.getArrayIfSingleItem)(output["PolicyTypeDescriptions"]["member"]), context);
|
|
2889
2889
|
}
|
|
2890
2890
|
return contents;
|
|
2891
2891
|
};
|
|
@@ -2897,7 +2897,7 @@ const deserializeAws_queryDescribeTagsOutput = (output, context) => {
|
|
|
2897
2897
|
contents.TagDescriptions = [];
|
|
2898
2898
|
}
|
|
2899
2899
|
if (output["TagDescriptions"] !== undefined && output["TagDescriptions"]["member"] !== undefined) {
|
|
2900
|
-
contents.TagDescriptions = deserializeAws_queryTagDescriptions(smithy_client_1.getArrayIfSingleItem(output["TagDescriptions"]["member"]), context);
|
|
2900
|
+
contents.TagDescriptions = deserializeAws_queryTagDescriptions((0, smithy_client_1.getArrayIfSingleItem)(output["TagDescriptions"]["member"]), context);
|
|
2901
2901
|
}
|
|
2902
2902
|
return contents;
|
|
2903
2903
|
};
|
|
@@ -2909,7 +2909,7 @@ const deserializeAws_queryDetachLoadBalancerFromSubnetsOutput = (output, context
|
|
|
2909
2909
|
contents.Subnets = [];
|
|
2910
2910
|
}
|
|
2911
2911
|
if (output["Subnets"] !== undefined && output["Subnets"]["member"] !== undefined) {
|
|
2912
|
-
contents.Subnets = deserializeAws_querySubnets(smithy_client_1.getArrayIfSingleItem(output["Subnets"]["member"]), context);
|
|
2912
|
+
contents.Subnets = deserializeAws_querySubnets((0, smithy_client_1.getArrayIfSingleItem)(output["Subnets"]["member"]), context);
|
|
2913
2913
|
}
|
|
2914
2914
|
return contents;
|
|
2915
2915
|
};
|
|
@@ -2918,7 +2918,7 @@ const deserializeAws_queryDuplicateAccessPointNameException = (output, context)
|
|
|
2918
2918
|
Message: undefined,
|
|
2919
2919
|
};
|
|
2920
2920
|
if (output["Message"] !== undefined) {
|
|
2921
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
2921
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
2922
2922
|
}
|
|
2923
2923
|
return contents;
|
|
2924
2924
|
};
|
|
@@ -2927,7 +2927,7 @@ const deserializeAws_queryDuplicateListenerException = (output, context) => {
|
|
|
2927
2927
|
Message: undefined,
|
|
2928
2928
|
};
|
|
2929
2929
|
if (output["Message"] !== undefined) {
|
|
2930
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
2930
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
2931
2931
|
}
|
|
2932
2932
|
return contents;
|
|
2933
2933
|
};
|
|
@@ -2936,7 +2936,7 @@ const deserializeAws_queryDuplicatePolicyNameException = (output, context) => {
|
|
|
2936
2936
|
Message: undefined,
|
|
2937
2937
|
};
|
|
2938
2938
|
if (output["Message"] !== undefined) {
|
|
2939
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
2939
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
2940
2940
|
}
|
|
2941
2941
|
return contents;
|
|
2942
2942
|
};
|
|
@@ -2945,7 +2945,7 @@ const deserializeAws_queryDuplicateTagKeysException = (output, context) => {
|
|
|
2945
2945
|
Message: undefined,
|
|
2946
2946
|
};
|
|
2947
2947
|
if (output["Message"] !== undefined) {
|
|
2948
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
2948
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
2949
2949
|
}
|
|
2950
2950
|
return contents;
|
|
2951
2951
|
};
|
|
@@ -2958,19 +2958,19 @@ const deserializeAws_queryHealthCheck = (output, context) => {
|
|
|
2958
2958
|
HealthyThreshold: undefined,
|
|
2959
2959
|
};
|
|
2960
2960
|
if (output["Target"] !== undefined) {
|
|
2961
|
-
contents.Target = smithy_client_1.expectString(output["Target"]);
|
|
2961
|
+
contents.Target = (0, smithy_client_1.expectString)(output["Target"]);
|
|
2962
2962
|
}
|
|
2963
2963
|
if (output["Interval"] !== undefined) {
|
|
2964
|
-
contents.Interval = smithy_client_1.strictParseInt32(output["Interval"]);
|
|
2964
|
+
contents.Interval = (0, smithy_client_1.strictParseInt32)(output["Interval"]);
|
|
2965
2965
|
}
|
|
2966
2966
|
if (output["Timeout"] !== undefined) {
|
|
2967
|
-
contents.Timeout = smithy_client_1.strictParseInt32(output["Timeout"]);
|
|
2967
|
+
contents.Timeout = (0, smithy_client_1.strictParseInt32)(output["Timeout"]);
|
|
2968
2968
|
}
|
|
2969
2969
|
if (output["UnhealthyThreshold"] !== undefined) {
|
|
2970
|
-
contents.UnhealthyThreshold = smithy_client_1.strictParseInt32(output["UnhealthyThreshold"]);
|
|
2970
|
+
contents.UnhealthyThreshold = (0, smithy_client_1.strictParseInt32)(output["UnhealthyThreshold"]);
|
|
2971
2971
|
}
|
|
2972
2972
|
if (output["HealthyThreshold"] !== undefined) {
|
|
2973
|
-
contents.HealthyThreshold = smithy_client_1.strictParseInt32(output["HealthyThreshold"]);
|
|
2973
|
+
contents.HealthyThreshold = (0, smithy_client_1.strictParseInt32)(output["HealthyThreshold"]);
|
|
2974
2974
|
}
|
|
2975
2975
|
return contents;
|
|
2976
2976
|
};
|
|
@@ -2979,7 +2979,7 @@ const deserializeAws_queryInstance = (output, context) => {
|
|
|
2979
2979
|
InstanceId: undefined,
|
|
2980
2980
|
};
|
|
2981
2981
|
if (output["InstanceId"] !== undefined) {
|
|
2982
|
-
contents.InstanceId = smithy_client_1.expectString(output["InstanceId"]);
|
|
2982
|
+
contents.InstanceId = (0, smithy_client_1.expectString)(output["InstanceId"]);
|
|
2983
2983
|
}
|
|
2984
2984
|
return contents;
|
|
2985
2985
|
};
|
|
@@ -3001,16 +3001,16 @@ const deserializeAws_queryInstanceState = (output, context) => {
|
|
|
3001
3001
|
Description: undefined,
|
|
3002
3002
|
};
|
|
3003
3003
|
if (output["InstanceId"] !== undefined) {
|
|
3004
|
-
contents.InstanceId = smithy_client_1.expectString(output["InstanceId"]);
|
|
3004
|
+
contents.InstanceId = (0, smithy_client_1.expectString)(output["InstanceId"]);
|
|
3005
3005
|
}
|
|
3006
3006
|
if (output["State"] !== undefined) {
|
|
3007
|
-
contents.State = smithy_client_1.expectString(output["State"]);
|
|
3007
|
+
contents.State = (0, smithy_client_1.expectString)(output["State"]);
|
|
3008
3008
|
}
|
|
3009
3009
|
if (output["ReasonCode"] !== undefined) {
|
|
3010
|
-
contents.ReasonCode = smithy_client_1.expectString(output["ReasonCode"]);
|
|
3010
|
+
contents.ReasonCode = (0, smithy_client_1.expectString)(output["ReasonCode"]);
|
|
3011
3011
|
}
|
|
3012
3012
|
if (output["Description"] !== undefined) {
|
|
3013
|
-
contents.Description = smithy_client_1.expectString(output["Description"]);
|
|
3013
|
+
contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
|
|
3014
3014
|
}
|
|
3015
3015
|
return contents;
|
|
3016
3016
|
};
|
|
@@ -3029,7 +3029,7 @@ const deserializeAws_queryInvalidConfigurationRequestException = (output, contex
|
|
|
3029
3029
|
Message: undefined,
|
|
3030
3030
|
};
|
|
3031
3031
|
if (output["Message"] !== undefined) {
|
|
3032
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
3032
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
3033
3033
|
}
|
|
3034
3034
|
return contents;
|
|
3035
3035
|
};
|
|
@@ -3038,7 +3038,7 @@ const deserializeAws_queryInvalidEndPointException = (output, context) => {
|
|
|
3038
3038
|
Message: undefined,
|
|
3039
3039
|
};
|
|
3040
3040
|
if (output["Message"] !== undefined) {
|
|
3041
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
3041
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
3042
3042
|
}
|
|
3043
3043
|
return contents;
|
|
3044
3044
|
};
|
|
@@ -3047,7 +3047,7 @@ const deserializeAws_queryInvalidSchemeException = (output, context) => {
|
|
|
3047
3047
|
Message: undefined,
|
|
3048
3048
|
};
|
|
3049
3049
|
if (output["Message"] !== undefined) {
|
|
3050
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
3050
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
3051
3051
|
}
|
|
3052
3052
|
return contents;
|
|
3053
3053
|
};
|
|
@@ -3056,7 +3056,7 @@ const deserializeAws_queryInvalidSecurityGroupException = (output, context) => {
|
|
|
3056
3056
|
Message: undefined,
|
|
3057
3057
|
};
|
|
3058
3058
|
if (output["Message"] !== undefined) {
|
|
3059
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
3059
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
3060
3060
|
}
|
|
3061
3061
|
return contents;
|
|
3062
3062
|
};
|
|
@@ -3065,7 +3065,7 @@ const deserializeAws_queryInvalidSubnetException = (output, context) => {
|
|
|
3065
3065
|
Message: undefined,
|
|
3066
3066
|
};
|
|
3067
3067
|
if (output["Message"] !== undefined) {
|
|
3068
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
3068
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
3069
3069
|
}
|
|
3070
3070
|
return contents;
|
|
3071
3071
|
};
|
|
@@ -3085,10 +3085,10 @@ const deserializeAws_queryLBCookieStickinessPolicy = (output, context) => {
|
|
|
3085
3085
|
CookieExpirationPeriod: undefined,
|
|
3086
3086
|
};
|
|
3087
3087
|
if (output["PolicyName"] !== undefined) {
|
|
3088
|
-
contents.PolicyName = smithy_client_1.expectString(output["PolicyName"]);
|
|
3088
|
+
contents.PolicyName = (0, smithy_client_1.expectString)(output["PolicyName"]);
|
|
3089
3089
|
}
|
|
3090
3090
|
if (output["CookieExpirationPeriod"] !== undefined) {
|
|
3091
|
-
contents.CookieExpirationPeriod = smithy_client_1.strictParseLong(output["CookieExpirationPeriod"]);
|
|
3091
|
+
contents.CookieExpirationPeriod = (0, smithy_client_1.strictParseLong)(output["CookieExpirationPeriod"]);
|
|
3092
3092
|
}
|
|
3093
3093
|
return contents;
|
|
3094
3094
|
};
|
|
@@ -3098,10 +3098,10 @@ const deserializeAws_queryLimit = (output, context) => {
|
|
|
3098
3098
|
Max: undefined,
|
|
3099
3099
|
};
|
|
3100
3100
|
if (output["Name"] !== undefined) {
|
|
3101
|
-
contents.Name = smithy_client_1.expectString(output["Name"]);
|
|
3101
|
+
contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
|
|
3102
3102
|
}
|
|
3103
3103
|
if (output["Max"] !== undefined) {
|
|
3104
|
-
contents.Max = smithy_client_1.expectString(output["Max"]);
|
|
3104
|
+
contents.Max = (0, smithy_client_1.expectString)(output["Max"]);
|
|
3105
3105
|
}
|
|
3106
3106
|
return contents;
|
|
3107
3107
|
};
|
|
@@ -3124,19 +3124,19 @@ const deserializeAws_queryListener = (output, context) => {
|
|
|
3124
3124
|
SSLCertificateId: undefined,
|
|
3125
3125
|
};
|
|
3126
3126
|
if (output["Protocol"] !== undefined) {
|
|
3127
|
-
contents.Protocol = smithy_client_1.expectString(output["Protocol"]);
|
|
3127
|
+
contents.Protocol = (0, smithy_client_1.expectString)(output["Protocol"]);
|
|
3128
3128
|
}
|
|
3129
3129
|
if (output["LoadBalancerPort"] !== undefined) {
|
|
3130
|
-
contents.LoadBalancerPort = smithy_client_1.strictParseInt32(output["LoadBalancerPort"]);
|
|
3130
|
+
contents.LoadBalancerPort = (0, smithy_client_1.strictParseInt32)(output["LoadBalancerPort"]);
|
|
3131
3131
|
}
|
|
3132
3132
|
if (output["InstanceProtocol"] !== undefined) {
|
|
3133
|
-
contents.InstanceProtocol = smithy_client_1.expectString(output["InstanceProtocol"]);
|
|
3133
|
+
contents.InstanceProtocol = (0, smithy_client_1.expectString)(output["InstanceProtocol"]);
|
|
3134
3134
|
}
|
|
3135
3135
|
if (output["InstancePort"] !== undefined) {
|
|
3136
|
-
contents.InstancePort = smithy_client_1.strictParseInt32(output["InstancePort"]);
|
|
3136
|
+
contents.InstancePort = (0, smithy_client_1.strictParseInt32)(output["InstancePort"]);
|
|
3137
3137
|
}
|
|
3138
3138
|
if (output["SSLCertificateId"] !== undefined) {
|
|
3139
|
-
contents.SSLCertificateId = smithy_client_1.expectString(output["SSLCertificateId"]);
|
|
3139
|
+
contents.SSLCertificateId = (0, smithy_client_1.expectString)(output["SSLCertificateId"]);
|
|
3140
3140
|
}
|
|
3141
3141
|
return contents;
|
|
3142
3142
|
};
|
|
@@ -3152,7 +3152,7 @@ const deserializeAws_queryListenerDescription = (output, context) => {
|
|
|
3152
3152
|
contents.PolicyNames = [];
|
|
3153
3153
|
}
|
|
3154
3154
|
if (output["PolicyNames"] !== undefined && output["PolicyNames"]["member"] !== undefined) {
|
|
3155
|
-
contents.PolicyNames = deserializeAws_queryPolicyNames(smithy_client_1.getArrayIfSingleItem(output["PolicyNames"]["member"]), context);
|
|
3155
|
+
contents.PolicyNames = deserializeAws_queryPolicyNames((0, smithy_client_1.getArrayIfSingleItem)(output["PolicyNames"]["member"]), context);
|
|
3156
3156
|
}
|
|
3157
3157
|
return contents;
|
|
3158
3158
|
};
|
|
@@ -3171,7 +3171,7 @@ const deserializeAws_queryListenerNotFoundException = (output, context) => {
|
|
|
3171
3171
|
Message: undefined,
|
|
3172
3172
|
};
|
|
3173
3173
|
if (output["Message"] !== undefined) {
|
|
3174
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
3174
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
3175
3175
|
}
|
|
3176
3176
|
return contents;
|
|
3177
3177
|
};
|
|
@@ -3180,7 +3180,7 @@ const deserializeAws_queryLoadBalancerAttributeNotFoundException = (output, cont
|
|
|
3180
3180
|
Message: undefined,
|
|
3181
3181
|
};
|
|
3182
3182
|
if (output["Message"] !== undefined) {
|
|
3183
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
3183
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
3184
3184
|
}
|
|
3185
3185
|
return contents;
|
|
3186
3186
|
};
|
|
@@ -3208,7 +3208,7 @@ const deserializeAws_queryLoadBalancerAttributes = (output, context) => {
|
|
|
3208
3208
|
contents.AdditionalAttributes = [];
|
|
3209
3209
|
}
|
|
3210
3210
|
if (output["AdditionalAttributes"] !== undefined && output["AdditionalAttributes"]["member"] !== undefined) {
|
|
3211
|
-
contents.AdditionalAttributes = deserializeAws_queryAdditionalAttributes(smithy_client_1.getArrayIfSingleItem(output["AdditionalAttributes"]["member"]), context);
|
|
3211
|
+
contents.AdditionalAttributes = deserializeAws_queryAdditionalAttributes((0, smithy_client_1.getArrayIfSingleItem)(output["AdditionalAttributes"]["member"]), context);
|
|
3212
3212
|
}
|
|
3213
3213
|
return contents;
|
|
3214
3214
|
};
|
|
@@ -3232,22 +3232,22 @@ const deserializeAws_queryLoadBalancerDescription = (output, context) => {
|
|
|
3232
3232
|
Scheme: undefined,
|
|
3233
3233
|
};
|
|
3234
3234
|
if (output["LoadBalancerName"] !== undefined) {
|
|
3235
|
-
contents.LoadBalancerName = smithy_client_1.expectString(output["LoadBalancerName"]);
|
|
3235
|
+
contents.LoadBalancerName = (0, smithy_client_1.expectString)(output["LoadBalancerName"]);
|
|
3236
3236
|
}
|
|
3237
3237
|
if (output["DNSName"] !== undefined) {
|
|
3238
|
-
contents.DNSName = smithy_client_1.expectString(output["DNSName"]);
|
|
3238
|
+
contents.DNSName = (0, smithy_client_1.expectString)(output["DNSName"]);
|
|
3239
3239
|
}
|
|
3240
3240
|
if (output["CanonicalHostedZoneName"] !== undefined) {
|
|
3241
|
-
contents.CanonicalHostedZoneName = smithy_client_1.expectString(output["CanonicalHostedZoneName"]);
|
|
3241
|
+
contents.CanonicalHostedZoneName = (0, smithy_client_1.expectString)(output["CanonicalHostedZoneName"]);
|
|
3242
3242
|
}
|
|
3243
3243
|
if (output["CanonicalHostedZoneNameID"] !== undefined) {
|
|
3244
|
-
contents.CanonicalHostedZoneNameID = smithy_client_1.expectString(output["CanonicalHostedZoneNameID"]);
|
|
3244
|
+
contents.CanonicalHostedZoneNameID = (0, smithy_client_1.expectString)(output["CanonicalHostedZoneNameID"]);
|
|
3245
3245
|
}
|
|
3246
3246
|
if (output.ListenerDescriptions === "") {
|
|
3247
3247
|
contents.ListenerDescriptions = [];
|
|
3248
3248
|
}
|
|
3249
3249
|
if (output["ListenerDescriptions"] !== undefined && output["ListenerDescriptions"]["member"] !== undefined) {
|
|
3250
|
-
contents.ListenerDescriptions = deserializeAws_queryListenerDescriptions(smithy_client_1.getArrayIfSingleItem(output["ListenerDescriptions"]["member"]), context);
|
|
3250
|
+
contents.ListenerDescriptions = deserializeAws_queryListenerDescriptions((0, smithy_client_1.getArrayIfSingleItem)(output["ListenerDescriptions"]["member"]), context);
|
|
3251
3251
|
}
|
|
3252
3252
|
if (output["Policies"] !== undefined) {
|
|
3253
3253
|
contents.Policies = deserializeAws_queryPolicies(output["Policies"], context);
|
|
@@ -3257,28 +3257,28 @@ const deserializeAws_queryLoadBalancerDescription = (output, context) => {
|
|
|
3257
3257
|
}
|
|
3258
3258
|
if (output["BackendServerDescriptions"] !== undefined &&
|
|
3259
3259
|
output["BackendServerDescriptions"]["member"] !== undefined) {
|
|
3260
|
-
contents.BackendServerDescriptions = deserializeAws_queryBackendServerDescriptions(smithy_client_1.getArrayIfSingleItem(output["BackendServerDescriptions"]["member"]), context);
|
|
3260
|
+
contents.BackendServerDescriptions = deserializeAws_queryBackendServerDescriptions((0, smithy_client_1.getArrayIfSingleItem)(output["BackendServerDescriptions"]["member"]), context);
|
|
3261
3261
|
}
|
|
3262
3262
|
if (output.AvailabilityZones === "") {
|
|
3263
3263
|
contents.AvailabilityZones = [];
|
|
3264
3264
|
}
|
|
3265
3265
|
if (output["AvailabilityZones"] !== undefined && output["AvailabilityZones"]["member"] !== undefined) {
|
|
3266
|
-
contents.AvailabilityZones = deserializeAws_queryAvailabilityZones(smithy_client_1.getArrayIfSingleItem(output["AvailabilityZones"]["member"]), context);
|
|
3266
|
+
contents.AvailabilityZones = deserializeAws_queryAvailabilityZones((0, smithy_client_1.getArrayIfSingleItem)(output["AvailabilityZones"]["member"]), context);
|
|
3267
3267
|
}
|
|
3268
3268
|
if (output.Subnets === "") {
|
|
3269
3269
|
contents.Subnets = [];
|
|
3270
3270
|
}
|
|
3271
3271
|
if (output["Subnets"] !== undefined && output["Subnets"]["member"] !== undefined) {
|
|
3272
|
-
contents.Subnets = deserializeAws_querySubnets(smithy_client_1.getArrayIfSingleItem(output["Subnets"]["member"]), context);
|
|
3272
|
+
contents.Subnets = deserializeAws_querySubnets((0, smithy_client_1.getArrayIfSingleItem)(output["Subnets"]["member"]), context);
|
|
3273
3273
|
}
|
|
3274
3274
|
if (output["VPCId"] !== undefined) {
|
|
3275
|
-
contents.VPCId = smithy_client_1.expectString(output["VPCId"]);
|
|
3275
|
+
contents.VPCId = (0, smithy_client_1.expectString)(output["VPCId"]);
|
|
3276
3276
|
}
|
|
3277
3277
|
if (output.Instances === "") {
|
|
3278
3278
|
contents.Instances = [];
|
|
3279
3279
|
}
|
|
3280
3280
|
if (output["Instances"] !== undefined && output["Instances"]["member"] !== undefined) {
|
|
3281
|
-
contents.Instances = deserializeAws_queryInstances(smithy_client_1.getArrayIfSingleItem(output["Instances"]["member"]), context);
|
|
3281
|
+
contents.Instances = deserializeAws_queryInstances((0, smithy_client_1.getArrayIfSingleItem)(output["Instances"]["member"]), context);
|
|
3282
3282
|
}
|
|
3283
3283
|
if (output["HealthCheck"] !== undefined) {
|
|
3284
3284
|
contents.HealthCheck = deserializeAws_queryHealthCheck(output["HealthCheck"], context);
|
|
@@ -3290,13 +3290,13 @@ const deserializeAws_queryLoadBalancerDescription = (output, context) => {
|
|
|
3290
3290
|
contents.SecurityGroups = [];
|
|
3291
3291
|
}
|
|
3292
3292
|
if (output["SecurityGroups"] !== undefined && output["SecurityGroups"]["member"] !== undefined) {
|
|
3293
|
-
contents.SecurityGroups = deserializeAws_querySecurityGroups(smithy_client_1.getArrayIfSingleItem(output["SecurityGroups"]["member"]), context);
|
|
3293
|
+
contents.SecurityGroups = deserializeAws_querySecurityGroups((0, smithy_client_1.getArrayIfSingleItem)(output["SecurityGroups"]["member"]), context);
|
|
3294
3294
|
}
|
|
3295
3295
|
if (output["CreatedTime"] !== undefined) {
|
|
3296
|
-
contents.CreatedTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["CreatedTime"]));
|
|
3296
|
+
contents.CreatedTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["CreatedTime"]));
|
|
3297
3297
|
}
|
|
3298
3298
|
if (output["Scheme"] !== undefined) {
|
|
3299
|
-
contents.Scheme = smithy_client_1.expectString(output["Scheme"]);
|
|
3299
|
+
contents.Scheme = (0, smithy_client_1.expectString)(output["Scheme"]);
|
|
3300
3300
|
}
|
|
3301
3301
|
return contents;
|
|
3302
3302
|
};
|
|
@@ -3316,7 +3316,7 @@ const deserializeAws_queryModifyLoadBalancerAttributesOutput = (output, context)
|
|
|
3316
3316
|
LoadBalancerAttributes: undefined,
|
|
3317
3317
|
};
|
|
3318
3318
|
if (output["LoadBalancerName"] !== undefined) {
|
|
3319
|
-
contents.LoadBalancerName = smithy_client_1.expectString(output["LoadBalancerName"]);
|
|
3319
|
+
contents.LoadBalancerName = (0, smithy_client_1.expectString)(output["LoadBalancerName"]);
|
|
3320
3320
|
}
|
|
3321
3321
|
if (output["LoadBalancerAttributes"] !== undefined) {
|
|
3322
3322
|
contents.LoadBalancerAttributes = deserializeAws_queryLoadBalancerAttributes(output["LoadBalancerAttributes"], context);
|
|
@@ -3328,7 +3328,7 @@ const deserializeAws_queryOperationNotPermittedException = (output, context) =>
|
|
|
3328
3328
|
Message: undefined,
|
|
3329
3329
|
};
|
|
3330
3330
|
if (output["Message"] !== undefined) {
|
|
3331
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
3331
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
3332
3332
|
}
|
|
3333
3333
|
return contents;
|
|
3334
3334
|
};
|
|
@@ -3343,20 +3343,20 @@ const deserializeAws_queryPolicies = (output, context) => {
|
|
|
3343
3343
|
}
|
|
3344
3344
|
if (output["AppCookieStickinessPolicies"] !== undefined &&
|
|
3345
3345
|
output["AppCookieStickinessPolicies"]["member"] !== undefined) {
|
|
3346
|
-
contents.AppCookieStickinessPolicies = deserializeAws_queryAppCookieStickinessPolicies(smithy_client_1.getArrayIfSingleItem(output["AppCookieStickinessPolicies"]["member"]), context);
|
|
3346
|
+
contents.AppCookieStickinessPolicies = deserializeAws_queryAppCookieStickinessPolicies((0, smithy_client_1.getArrayIfSingleItem)(output["AppCookieStickinessPolicies"]["member"]), context);
|
|
3347
3347
|
}
|
|
3348
3348
|
if (output.LBCookieStickinessPolicies === "") {
|
|
3349
3349
|
contents.LBCookieStickinessPolicies = [];
|
|
3350
3350
|
}
|
|
3351
3351
|
if (output["LBCookieStickinessPolicies"] !== undefined &&
|
|
3352
3352
|
output["LBCookieStickinessPolicies"]["member"] !== undefined) {
|
|
3353
|
-
contents.LBCookieStickinessPolicies = deserializeAws_queryLBCookieStickinessPolicies(smithy_client_1.getArrayIfSingleItem(output["LBCookieStickinessPolicies"]["member"]), context);
|
|
3353
|
+
contents.LBCookieStickinessPolicies = deserializeAws_queryLBCookieStickinessPolicies((0, smithy_client_1.getArrayIfSingleItem)(output["LBCookieStickinessPolicies"]["member"]), context);
|
|
3354
3354
|
}
|
|
3355
3355
|
if (output.OtherPolicies === "") {
|
|
3356
3356
|
contents.OtherPolicies = [];
|
|
3357
3357
|
}
|
|
3358
3358
|
if (output["OtherPolicies"] !== undefined && output["OtherPolicies"]["member"] !== undefined) {
|
|
3359
|
-
contents.OtherPolicies = deserializeAws_queryPolicyNames(smithy_client_1.getArrayIfSingleItem(output["OtherPolicies"]["member"]), context);
|
|
3359
|
+
contents.OtherPolicies = deserializeAws_queryPolicyNames((0, smithy_client_1.getArrayIfSingleItem)(output["OtherPolicies"]["member"]), context);
|
|
3360
3360
|
}
|
|
3361
3361
|
return contents;
|
|
3362
3362
|
};
|
|
@@ -3366,10 +3366,10 @@ const deserializeAws_queryPolicyAttributeDescription = (output, context) => {
|
|
|
3366
3366
|
AttributeValue: undefined,
|
|
3367
3367
|
};
|
|
3368
3368
|
if (output["AttributeName"] !== undefined) {
|
|
3369
|
-
contents.AttributeName = smithy_client_1.expectString(output["AttributeName"]);
|
|
3369
|
+
contents.AttributeName = (0, smithy_client_1.expectString)(output["AttributeName"]);
|
|
3370
3370
|
}
|
|
3371
3371
|
if (output["AttributeValue"] !== undefined) {
|
|
3372
|
-
contents.AttributeValue = smithy_client_1.expectString(output["AttributeValue"]);
|
|
3372
|
+
contents.AttributeValue = (0, smithy_client_1.expectString)(output["AttributeValue"]);
|
|
3373
3373
|
}
|
|
3374
3374
|
return contents;
|
|
3375
3375
|
};
|
|
@@ -3392,19 +3392,19 @@ const deserializeAws_queryPolicyAttributeTypeDescription = (output, context) =>
|
|
|
3392
3392
|
Cardinality: undefined,
|
|
3393
3393
|
};
|
|
3394
3394
|
if (output["AttributeName"] !== undefined) {
|
|
3395
|
-
contents.AttributeName = smithy_client_1.expectString(output["AttributeName"]);
|
|
3395
|
+
contents.AttributeName = (0, smithy_client_1.expectString)(output["AttributeName"]);
|
|
3396
3396
|
}
|
|
3397
3397
|
if (output["AttributeType"] !== undefined) {
|
|
3398
|
-
contents.AttributeType = smithy_client_1.expectString(output["AttributeType"]);
|
|
3398
|
+
contents.AttributeType = (0, smithy_client_1.expectString)(output["AttributeType"]);
|
|
3399
3399
|
}
|
|
3400
3400
|
if (output["Description"] !== undefined) {
|
|
3401
|
-
contents.Description = smithy_client_1.expectString(output["Description"]);
|
|
3401
|
+
contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
|
|
3402
3402
|
}
|
|
3403
3403
|
if (output["DefaultValue"] !== undefined) {
|
|
3404
|
-
contents.DefaultValue = smithy_client_1.expectString(output["DefaultValue"]);
|
|
3404
|
+
contents.DefaultValue = (0, smithy_client_1.expectString)(output["DefaultValue"]);
|
|
3405
3405
|
}
|
|
3406
3406
|
if (output["Cardinality"] !== undefined) {
|
|
3407
|
-
contents.Cardinality = smithy_client_1.expectString(output["Cardinality"]);
|
|
3407
|
+
contents.Cardinality = (0, smithy_client_1.expectString)(output["Cardinality"]);
|
|
3408
3408
|
}
|
|
3409
3409
|
return contents;
|
|
3410
3410
|
};
|
|
@@ -3425,17 +3425,17 @@ const deserializeAws_queryPolicyDescription = (output, context) => {
|
|
|
3425
3425
|
PolicyAttributeDescriptions: undefined,
|
|
3426
3426
|
};
|
|
3427
3427
|
if (output["PolicyName"] !== undefined) {
|
|
3428
|
-
contents.PolicyName = smithy_client_1.expectString(output["PolicyName"]);
|
|
3428
|
+
contents.PolicyName = (0, smithy_client_1.expectString)(output["PolicyName"]);
|
|
3429
3429
|
}
|
|
3430
3430
|
if (output["PolicyTypeName"] !== undefined) {
|
|
3431
|
-
contents.PolicyTypeName = smithy_client_1.expectString(output["PolicyTypeName"]);
|
|
3431
|
+
contents.PolicyTypeName = (0, smithy_client_1.expectString)(output["PolicyTypeName"]);
|
|
3432
3432
|
}
|
|
3433
3433
|
if (output.PolicyAttributeDescriptions === "") {
|
|
3434
3434
|
contents.PolicyAttributeDescriptions = [];
|
|
3435
3435
|
}
|
|
3436
3436
|
if (output["PolicyAttributeDescriptions"] !== undefined &&
|
|
3437
3437
|
output["PolicyAttributeDescriptions"]["member"] !== undefined) {
|
|
3438
|
-
contents.PolicyAttributeDescriptions = deserializeAws_queryPolicyAttributeDescriptions(smithy_client_1.getArrayIfSingleItem(output["PolicyAttributeDescriptions"]["member"]), context);
|
|
3438
|
+
contents.PolicyAttributeDescriptions = deserializeAws_queryPolicyAttributeDescriptions((0, smithy_client_1.getArrayIfSingleItem)(output["PolicyAttributeDescriptions"]["member"]), context);
|
|
3439
3439
|
}
|
|
3440
3440
|
return contents;
|
|
3441
3441
|
};
|
|
@@ -3456,7 +3456,7 @@ const deserializeAws_queryPolicyNames = (output, context) => {
|
|
|
3456
3456
|
if (entry === null) {
|
|
3457
3457
|
return null;
|
|
3458
3458
|
}
|
|
3459
|
-
return smithy_client_1.expectString(entry);
|
|
3459
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3460
3460
|
});
|
|
3461
3461
|
};
|
|
3462
3462
|
const deserializeAws_queryPolicyNotFoundException = (output, context) => {
|
|
@@ -3464,7 +3464,7 @@ const deserializeAws_queryPolicyNotFoundException = (output, context) => {
|
|
|
3464
3464
|
Message: undefined,
|
|
3465
3465
|
};
|
|
3466
3466
|
if (output["Message"] !== undefined) {
|
|
3467
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
3467
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
3468
3468
|
}
|
|
3469
3469
|
return contents;
|
|
3470
3470
|
};
|
|
@@ -3475,17 +3475,17 @@ const deserializeAws_queryPolicyTypeDescription = (output, context) => {
|
|
|
3475
3475
|
PolicyAttributeTypeDescriptions: undefined,
|
|
3476
3476
|
};
|
|
3477
3477
|
if (output["PolicyTypeName"] !== undefined) {
|
|
3478
|
-
contents.PolicyTypeName = smithy_client_1.expectString(output["PolicyTypeName"]);
|
|
3478
|
+
contents.PolicyTypeName = (0, smithy_client_1.expectString)(output["PolicyTypeName"]);
|
|
3479
3479
|
}
|
|
3480
3480
|
if (output["Description"] !== undefined) {
|
|
3481
|
-
contents.Description = smithy_client_1.expectString(output["Description"]);
|
|
3481
|
+
contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
|
|
3482
3482
|
}
|
|
3483
3483
|
if (output.PolicyAttributeTypeDescriptions === "") {
|
|
3484
3484
|
contents.PolicyAttributeTypeDescriptions = [];
|
|
3485
3485
|
}
|
|
3486
3486
|
if (output["PolicyAttributeTypeDescriptions"] !== undefined &&
|
|
3487
3487
|
output["PolicyAttributeTypeDescriptions"]["member"] !== undefined) {
|
|
3488
|
-
contents.PolicyAttributeTypeDescriptions = deserializeAws_queryPolicyAttributeTypeDescriptions(smithy_client_1.getArrayIfSingleItem(output["PolicyAttributeTypeDescriptions"]["member"]), context);
|
|
3488
|
+
contents.PolicyAttributeTypeDescriptions = deserializeAws_queryPolicyAttributeTypeDescriptions((0, smithy_client_1.getArrayIfSingleItem)(output["PolicyAttributeTypeDescriptions"]["member"]), context);
|
|
3489
3489
|
}
|
|
3490
3490
|
return contents;
|
|
3491
3491
|
};
|
|
@@ -3504,7 +3504,7 @@ const deserializeAws_queryPolicyTypeNotFoundException = (output, context) => {
|
|
|
3504
3504
|
Message: undefined,
|
|
3505
3505
|
};
|
|
3506
3506
|
if (output["Message"] !== undefined) {
|
|
3507
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
3507
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
3508
3508
|
}
|
|
3509
3509
|
return contents;
|
|
3510
3510
|
};
|
|
@@ -3516,7 +3516,7 @@ const deserializeAws_queryRegisterEndPointsOutput = (output, context) => {
|
|
|
3516
3516
|
contents.Instances = [];
|
|
3517
3517
|
}
|
|
3518
3518
|
if (output["Instances"] !== undefined && output["Instances"]["member"] !== undefined) {
|
|
3519
|
-
contents.Instances = deserializeAws_queryInstances(smithy_client_1.getArrayIfSingleItem(output["Instances"]["member"]), context);
|
|
3519
|
+
contents.Instances = deserializeAws_queryInstances((0, smithy_client_1.getArrayIfSingleItem)(output["Instances"]["member"]), context);
|
|
3520
3520
|
}
|
|
3521
3521
|
return contents;
|
|
3522
3522
|
};
|
|
@@ -3528,7 +3528,7 @@ const deserializeAws_queryRemoveAvailabilityZonesOutput = (output, context) => {
|
|
|
3528
3528
|
contents.AvailabilityZones = [];
|
|
3529
3529
|
}
|
|
3530
3530
|
if (output["AvailabilityZones"] !== undefined && output["AvailabilityZones"]["member"] !== undefined) {
|
|
3531
|
-
contents.AvailabilityZones = deserializeAws_queryAvailabilityZones(smithy_client_1.getArrayIfSingleItem(output["AvailabilityZones"]["member"]), context);
|
|
3531
|
+
contents.AvailabilityZones = deserializeAws_queryAvailabilityZones((0, smithy_client_1.getArrayIfSingleItem)(output["AvailabilityZones"]["member"]), context);
|
|
3532
3532
|
}
|
|
3533
3533
|
return contents;
|
|
3534
3534
|
};
|
|
@@ -3543,7 +3543,7 @@ const deserializeAws_querySecurityGroups = (output, context) => {
|
|
|
3543
3543
|
if (entry === null) {
|
|
3544
3544
|
return null;
|
|
3545
3545
|
}
|
|
3546
|
-
return smithy_client_1.expectString(entry);
|
|
3546
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3547
3547
|
});
|
|
3548
3548
|
};
|
|
3549
3549
|
const deserializeAws_querySetLoadBalancerListenerSSLCertificateOutput = (output, context) => {
|
|
@@ -3564,10 +3564,10 @@ const deserializeAws_querySourceSecurityGroup = (output, context) => {
|
|
|
3564
3564
|
GroupName: undefined,
|
|
3565
3565
|
};
|
|
3566
3566
|
if (output["OwnerAlias"] !== undefined) {
|
|
3567
|
-
contents.OwnerAlias = smithy_client_1.expectString(output["OwnerAlias"]);
|
|
3567
|
+
contents.OwnerAlias = (0, smithy_client_1.expectString)(output["OwnerAlias"]);
|
|
3568
3568
|
}
|
|
3569
3569
|
if (output["GroupName"] !== undefined) {
|
|
3570
|
-
contents.GroupName = smithy_client_1.expectString(output["GroupName"]);
|
|
3570
|
+
contents.GroupName = (0, smithy_client_1.expectString)(output["GroupName"]);
|
|
3571
3571
|
}
|
|
3572
3572
|
return contents;
|
|
3573
3573
|
};
|
|
@@ -3576,7 +3576,7 @@ const deserializeAws_querySubnetNotFoundException = (output, context) => {
|
|
|
3576
3576
|
Message: undefined,
|
|
3577
3577
|
};
|
|
3578
3578
|
if (output["Message"] !== undefined) {
|
|
3579
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
3579
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
3580
3580
|
}
|
|
3581
3581
|
return contents;
|
|
3582
3582
|
};
|
|
@@ -3587,7 +3587,7 @@ const deserializeAws_querySubnets = (output, context) => {
|
|
|
3587
3587
|
if (entry === null) {
|
|
3588
3588
|
return null;
|
|
3589
3589
|
}
|
|
3590
|
-
return smithy_client_1.expectString(entry);
|
|
3590
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3591
3591
|
});
|
|
3592
3592
|
};
|
|
3593
3593
|
const deserializeAws_queryTag = (output, context) => {
|
|
@@ -3596,10 +3596,10 @@ const deserializeAws_queryTag = (output, context) => {
|
|
|
3596
3596
|
Value: undefined,
|
|
3597
3597
|
};
|
|
3598
3598
|
if (output["Key"] !== undefined) {
|
|
3599
|
-
contents.Key = smithy_client_1.expectString(output["Key"]);
|
|
3599
|
+
contents.Key = (0, smithy_client_1.expectString)(output["Key"]);
|
|
3600
3600
|
}
|
|
3601
3601
|
if (output["Value"] !== undefined) {
|
|
3602
|
-
contents.Value = smithy_client_1.expectString(output["Value"]);
|
|
3602
|
+
contents.Value = (0, smithy_client_1.expectString)(output["Value"]);
|
|
3603
3603
|
}
|
|
3604
3604
|
return contents;
|
|
3605
3605
|
};
|
|
@@ -3609,13 +3609,13 @@ const deserializeAws_queryTagDescription = (output, context) => {
|
|
|
3609
3609
|
Tags: undefined,
|
|
3610
3610
|
};
|
|
3611
3611
|
if (output["LoadBalancerName"] !== undefined) {
|
|
3612
|
-
contents.LoadBalancerName = smithy_client_1.expectString(output["LoadBalancerName"]);
|
|
3612
|
+
contents.LoadBalancerName = (0, smithy_client_1.expectString)(output["LoadBalancerName"]);
|
|
3613
3613
|
}
|
|
3614
3614
|
if (output.Tags === "") {
|
|
3615
3615
|
contents.Tags = [];
|
|
3616
3616
|
}
|
|
3617
3617
|
if (output["Tags"] !== undefined && output["Tags"]["member"] !== undefined) {
|
|
3618
|
-
contents.Tags = deserializeAws_queryTagList(smithy_client_1.getArrayIfSingleItem(output["Tags"]["member"]), context);
|
|
3618
|
+
contents.Tags = deserializeAws_queryTagList((0, smithy_client_1.getArrayIfSingleItem)(output["Tags"]["member"]), context);
|
|
3619
3619
|
}
|
|
3620
3620
|
return contents;
|
|
3621
3621
|
};
|
|
@@ -3644,7 +3644,7 @@ const deserializeAws_queryTooManyAccessPointsException = (output, context) => {
|
|
|
3644
3644
|
Message: undefined,
|
|
3645
3645
|
};
|
|
3646
3646
|
if (output["Message"] !== undefined) {
|
|
3647
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
3647
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
3648
3648
|
}
|
|
3649
3649
|
return contents;
|
|
3650
3650
|
};
|
|
@@ -3653,7 +3653,7 @@ const deserializeAws_queryTooManyPoliciesException = (output, context) => {
|
|
|
3653
3653
|
Message: undefined,
|
|
3654
3654
|
};
|
|
3655
3655
|
if (output["Message"] !== undefined) {
|
|
3656
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
3656
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
3657
3657
|
}
|
|
3658
3658
|
return contents;
|
|
3659
3659
|
};
|
|
@@ -3662,7 +3662,7 @@ const deserializeAws_queryTooManyTagsException = (output, context) => {
|
|
|
3662
3662
|
Message: undefined,
|
|
3663
3663
|
};
|
|
3664
3664
|
if (output["Message"] !== undefined) {
|
|
3665
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
3665
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
3666
3666
|
}
|
|
3667
3667
|
return contents;
|
|
3668
3668
|
};
|
|
@@ -3671,7 +3671,7 @@ const deserializeAws_queryUnsupportedProtocolException = (output, context) => {
|
|
|
3671
3671
|
Message: undefined,
|
|
3672
3672
|
};
|
|
3673
3673
|
if (output["Message"] !== undefined) {
|
|
3674
|
-
contents.Message = smithy_client_1.expectString(output["Message"]);
|
|
3674
|
+
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
3675
3675
|
}
|
|
3676
3676
|
return contents;
|
|
3677
3677
|
};
|
|
@@ -3711,12 +3711,12 @@ const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, bod
|
|
|
3711
3711
|
};
|
|
3712
3712
|
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
3713
3713
|
if (encoded.length) {
|
|
3714
|
-
const parsedObj = fast_xml_parser_1.parse(encoded, {
|
|
3714
|
+
const parsedObj = (0, fast_xml_parser_1.parse)(encoded, {
|
|
3715
3715
|
attributeNamePrefix: "",
|
|
3716
3716
|
ignoreAttributes: false,
|
|
3717
3717
|
parseNodeValue: false,
|
|
3718
3718
|
trimValues: false,
|
|
3719
|
-
tagValueProcessor: (val) => (val.trim() === "" && val.includes("\n") ? "" : entities_1.decodeHTML(val)),
|
|
3719
|
+
tagValueProcessor: (val) => (val.trim() === "" && val.includes("\n") ? "" : (0, entities_1.decodeHTML)(val)),
|
|
3720
3720
|
});
|
|
3721
3721
|
const textNodeName = "#text";
|
|
3722
3722
|
const key = Object.keys(parsedObj)[0];
|
|
@@ -3725,12 +3725,12 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
3725
3725
|
parsedObjToReturn[key] = parsedObjToReturn[textNodeName];
|
|
3726
3726
|
delete parsedObjToReturn[textNodeName];
|
|
3727
3727
|
}
|
|
3728
|
-
return smithy_client_1.getValueFromTextNode(parsedObjToReturn);
|
|
3728
|
+
return (0, smithy_client_1.getValueFromTextNode)(parsedObjToReturn);
|
|
3729
3729
|
}
|
|
3730
3730
|
return {};
|
|
3731
3731
|
});
|
|
3732
3732
|
const buildFormUrlencodedString = (formEntries) => Object.entries(formEntries)
|
|
3733
|
-
.map(([key, value]) => smithy_client_1.extendedEncodeURIComponent(key) + "=" + smithy_client_1.extendedEncodeURIComponent(value))
|
|
3733
|
+
.map(([key, value]) => (0, smithy_client_1.extendedEncodeURIComponent)(key) + "=" + (0, smithy_client_1.extendedEncodeURIComponent)(value))
|
|
3734
3734
|
.join("&");
|
|
3735
3735
|
const loadQueryErrorCode = (output, data) => {
|
|
3736
3736
|
if (data.Error.Code !== undefined) {
|