@aws-sdk/client-global-accelerator 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/GlobalAcceleratorClient.js +13 -13
- package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js +3 -3
- package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +3 -3
- package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js +3 -3
- package/dist-cjs/commands/CreateAcceleratorCommand.js +3 -3
- package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js +3 -3
- package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js +3 -3
- package/dist-cjs/commands/CreateEndpointGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateListenerCommand.js +3 -3
- package/dist-cjs/commands/DeleteAcceleratorCommand.js +3 -3
- package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +3 -3
- package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js +3 -3
- package/dist-cjs/commands/DeleteEndpointGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteListenerCommand.js +3 -3
- package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js +3 -3
- package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +3 -3
- package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js +3 -3
- package/dist-cjs/commands/DescribeAcceleratorCommand.js +3 -3
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +3 -3
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +3 -3
- package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js +3 -3
- package/dist-cjs/commands/DescribeEndpointGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeListenerCommand.js +3 -3
- package/dist-cjs/commands/ListAcceleratorsCommand.js +3 -3
- package/dist-cjs/commands/ListByoipCidrsCommand.js +3 -3
- package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js +3 -3
- package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListCustomRoutingListenersCommand.js +3 -3
- package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +3 -3
- package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js +3 -3
- package/dist-cjs/commands/ListEndpointGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListListenersCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ProvisionByoipCidrCommand.js +3 -3
- package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateAcceleratorAttributesCommand.js +3 -3
- package/dist-cjs/commands/UpdateAcceleratorCommand.js +3 -3
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +3 -3
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorCommand.js +3 -3
- package/dist-cjs/commands/UpdateCustomRoutingListenerCommand.js +3 -3
- package/dist-cjs/commands/UpdateEndpointGroupCommand.js +3 -3
- package/dist-cjs/commands/UpdateListenerCommand.js +3 -3
- package/dist-cjs/commands/WithdrawByoipCidrCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_json1_1.js +171 -171
- 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-es/GlobalAccelerator.js +47 -47
- package/dist-es/pagination/ListAcceleratorsPaginator.js +4 -4
- package/dist-es/pagination/ListByoipCidrsPaginator.js +4 -4
- package/dist-es/pagination/ListCustomRoutingAcceleratorsPaginator.js +4 -4
- package/dist-es/pagination/ListCustomRoutingEndpointGroupsPaginator.js +4 -4
- package/dist-es/pagination/ListCustomRoutingListenersPaginator.js +4 -4
- package/dist-es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +4 -4
- package/dist-es/pagination/ListCustomRoutingPortMappingsPaginator.js +4 -4
- package/dist-es/pagination/ListEndpointGroupsPaginator.js +4 -4
- package/dist-es/pagination/ListListenersPaginator.js +4 -4
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/package.json +34 -34
|
@@ -528,7 +528,7 @@ const deserializeAws_json1_1AddCustomRoutingEndpointsCommandError = async (outpu
|
|
|
528
528
|
$fault: "client",
|
|
529
529
|
$metadata: deserializeMetadata(output),
|
|
530
530
|
});
|
|
531
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
531
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
532
532
|
}
|
|
533
533
|
};
|
|
534
534
|
const deserializeAws_json1_1AdvertiseByoipCidrCommand = async (output, context) => {
|
|
@@ -576,7 +576,7 @@ const deserializeAws_json1_1AdvertiseByoipCidrCommandError = async (output, cont
|
|
|
576
576
|
$fault: "client",
|
|
577
577
|
$metadata: deserializeMetadata(output),
|
|
578
578
|
});
|
|
579
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
579
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
580
580
|
}
|
|
581
581
|
};
|
|
582
582
|
const deserializeAws_json1_1AllowCustomRoutingTrafficCommand = async (output, context) => {
|
|
@@ -612,7 +612,7 @@ const deserializeAws_json1_1AllowCustomRoutingTrafficCommandError = async (outpu
|
|
|
612
612
|
$fault: "client",
|
|
613
613
|
$metadata: deserializeMetadata(output),
|
|
614
614
|
});
|
|
615
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
615
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
616
616
|
}
|
|
617
617
|
};
|
|
618
618
|
const deserializeAws_json1_1CreateAcceleratorCommand = async (output, context) => {
|
|
@@ -654,7 +654,7 @@ const deserializeAws_json1_1CreateAcceleratorCommandError = async (output, conte
|
|
|
654
654
|
$fault: "client",
|
|
655
655
|
$metadata: deserializeMetadata(output),
|
|
656
656
|
});
|
|
657
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
657
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
658
658
|
}
|
|
659
659
|
};
|
|
660
660
|
const deserializeAws_json1_1CreateCustomRoutingAcceleratorCommand = async (output, context) => {
|
|
@@ -699,7 +699,7 @@ const deserializeAws_json1_1CreateCustomRoutingAcceleratorCommandError = async (
|
|
|
699
699
|
$fault: "client",
|
|
700
700
|
$metadata: deserializeMetadata(output),
|
|
701
701
|
});
|
|
702
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
702
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
703
703
|
}
|
|
704
704
|
};
|
|
705
705
|
const deserializeAws_json1_1CreateCustomRoutingEndpointGroupCommand = async (output, context) => {
|
|
@@ -756,7 +756,7 @@ const deserializeAws_json1_1CreateCustomRoutingEndpointGroupCommandError = async
|
|
|
756
756
|
$fault: "client",
|
|
757
757
|
$metadata: deserializeMetadata(output),
|
|
758
758
|
});
|
|
759
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
759
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
760
760
|
}
|
|
761
761
|
};
|
|
762
762
|
const deserializeAws_json1_1CreateCustomRoutingListenerCommand = async (output, context) => {
|
|
@@ -804,7 +804,7 @@ const deserializeAws_json1_1CreateCustomRoutingListenerCommandError = async (out
|
|
|
804
804
|
$fault: "client",
|
|
805
805
|
$metadata: deserializeMetadata(output),
|
|
806
806
|
});
|
|
807
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
807
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
808
808
|
}
|
|
809
809
|
};
|
|
810
810
|
const deserializeAws_json1_1CreateEndpointGroupCommand = async (output, context) => {
|
|
@@ -858,7 +858,7 @@ const deserializeAws_json1_1CreateEndpointGroupCommandError = async (output, con
|
|
|
858
858
|
$fault: "client",
|
|
859
859
|
$metadata: deserializeMetadata(output),
|
|
860
860
|
});
|
|
861
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
861
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
862
862
|
}
|
|
863
863
|
};
|
|
864
864
|
const deserializeAws_json1_1CreateListenerCommand = async (output, context) => {
|
|
@@ -906,7 +906,7 @@ const deserializeAws_json1_1CreateListenerCommandError = async (output, context)
|
|
|
906
906
|
$fault: "client",
|
|
907
907
|
$metadata: deserializeMetadata(output),
|
|
908
908
|
});
|
|
909
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
909
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
910
910
|
}
|
|
911
911
|
};
|
|
912
912
|
const deserializeAws_json1_1DeleteAcceleratorCommand = async (output, context) => {
|
|
@@ -951,7 +951,7 @@ const deserializeAws_json1_1DeleteAcceleratorCommandError = async (output, conte
|
|
|
951
951
|
$fault: "client",
|
|
952
952
|
$metadata: deserializeMetadata(output),
|
|
953
953
|
});
|
|
954
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
954
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
955
955
|
}
|
|
956
956
|
};
|
|
957
957
|
const deserializeAws_json1_1DeleteCustomRoutingAcceleratorCommand = async (output, context) => {
|
|
@@ -996,7 +996,7 @@ const deserializeAws_json1_1DeleteCustomRoutingAcceleratorCommandError = async (
|
|
|
996
996
|
$fault: "client",
|
|
997
997
|
$metadata: deserializeMetadata(output),
|
|
998
998
|
});
|
|
999
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
999
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1000
1000
|
}
|
|
1001
1001
|
};
|
|
1002
1002
|
const deserializeAws_json1_1DeleteCustomRoutingEndpointGroupCommand = async (output, context) => {
|
|
@@ -1035,7 +1035,7 @@ const deserializeAws_json1_1DeleteCustomRoutingEndpointGroupCommandError = async
|
|
|
1035
1035
|
$fault: "client",
|
|
1036
1036
|
$metadata: deserializeMetadata(output),
|
|
1037
1037
|
});
|
|
1038
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1038
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1039
1039
|
}
|
|
1040
1040
|
};
|
|
1041
1041
|
const deserializeAws_json1_1DeleteCustomRoutingListenerCommand = async (output, context) => {
|
|
@@ -1077,7 +1077,7 @@ const deserializeAws_json1_1DeleteCustomRoutingListenerCommandError = async (out
|
|
|
1077
1077
|
$fault: "client",
|
|
1078
1078
|
$metadata: deserializeMetadata(output),
|
|
1079
1079
|
});
|
|
1080
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1080
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1081
1081
|
}
|
|
1082
1082
|
};
|
|
1083
1083
|
const deserializeAws_json1_1DeleteEndpointGroupCommand = async (output, context) => {
|
|
@@ -1116,7 +1116,7 @@ const deserializeAws_json1_1DeleteEndpointGroupCommandError = async (output, con
|
|
|
1116
1116
|
$fault: "client",
|
|
1117
1117
|
$metadata: deserializeMetadata(output),
|
|
1118
1118
|
});
|
|
1119
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1119
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1120
1120
|
}
|
|
1121
1121
|
};
|
|
1122
1122
|
const deserializeAws_json1_1DeleteListenerCommand = async (output, context) => {
|
|
@@ -1158,7 +1158,7 @@ const deserializeAws_json1_1DeleteListenerCommandError = async (output, context)
|
|
|
1158
1158
|
$fault: "client",
|
|
1159
1159
|
$metadata: deserializeMetadata(output),
|
|
1160
1160
|
});
|
|
1161
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1161
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1162
1162
|
}
|
|
1163
1163
|
};
|
|
1164
1164
|
const deserializeAws_json1_1DenyCustomRoutingTrafficCommand = async (output, context) => {
|
|
@@ -1194,7 +1194,7 @@ const deserializeAws_json1_1DenyCustomRoutingTrafficCommandError = async (output
|
|
|
1194
1194
|
$fault: "client",
|
|
1195
1195
|
$metadata: deserializeMetadata(output),
|
|
1196
1196
|
});
|
|
1197
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1197
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1198
1198
|
}
|
|
1199
1199
|
};
|
|
1200
1200
|
const deserializeAws_json1_1DeprovisionByoipCidrCommand = async (output, context) => {
|
|
@@ -1242,7 +1242,7 @@ const deserializeAws_json1_1DeprovisionByoipCidrCommandError = async (output, co
|
|
|
1242
1242
|
$fault: "client",
|
|
1243
1243
|
$metadata: deserializeMetadata(output),
|
|
1244
1244
|
});
|
|
1245
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1245
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1246
1246
|
}
|
|
1247
1247
|
};
|
|
1248
1248
|
const deserializeAws_json1_1DescribeAcceleratorCommand = async (output, context) => {
|
|
@@ -1284,7 +1284,7 @@ const deserializeAws_json1_1DescribeAcceleratorCommandError = async (output, con
|
|
|
1284
1284
|
$fault: "client",
|
|
1285
1285
|
$metadata: deserializeMetadata(output),
|
|
1286
1286
|
});
|
|
1287
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1287
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1288
1288
|
}
|
|
1289
1289
|
};
|
|
1290
1290
|
const deserializeAws_json1_1DescribeAcceleratorAttributesCommand = async (output, context) => {
|
|
@@ -1326,7 +1326,7 @@ const deserializeAws_json1_1DescribeAcceleratorAttributesCommandError = async (o
|
|
|
1326
1326
|
$fault: "client",
|
|
1327
1327
|
$metadata: deserializeMetadata(output),
|
|
1328
1328
|
});
|
|
1329
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1329
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1330
1330
|
}
|
|
1331
1331
|
};
|
|
1332
1332
|
const deserializeAws_json1_1DescribeCustomRoutingAcceleratorCommand = async (output, context) => {
|
|
@@ -1368,7 +1368,7 @@ const deserializeAws_json1_1DescribeCustomRoutingAcceleratorCommandError = async
|
|
|
1368
1368
|
$fault: "client",
|
|
1369
1369
|
$metadata: deserializeMetadata(output),
|
|
1370
1370
|
});
|
|
1371
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1371
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1372
1372
|
}
|
|
1373
1373
|
};
|
|
1374
1374
|
const deserializeAws_json1_1DescribeCustomRoutingAcceleratorAttributesCommand = async (output, context) => {
|
|
@@ -1410,7 +1410,7 @@ const deserializeAws_json1_1DescribeCustomRoutingAcceleratorAttributesCommandErr
|
|
|
1410
1410
|
$fault: "client",
|
|
1411
1411
|
$metadata: deserializeMetadata(output),
|
|
1412
1412
|
});
|
|
1413
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1413
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1414
1414
|
}
|
|
1415
1415
|
};
|
|
1416
1416
|
const deserializeAws_json1_1DescribeCustomRoutingEndpointGroupCommand = async (output, context) => {
|
|
@@ -1452,7 +1452,7 @@ const deserializeAws_json1_1DescribeCustomRoutingEndpointGroupCommandError = asy
|
|
|
1452
1452
|
$fault: "client",
|
|
1453
1453
|
$metadata: deserializeMetadata(output),
|
|
1454
1454
|
});
|
|
1455
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1455
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1456
1456
|
}
|
|
1457
1457
|
};
|
|
1458
1458
|
const deserializeAws_json1_1DescribeCustomRoutingListenerCommand = async (output, context) => {
|
|
@@ -1494,7 +1494,7 @@ const deserializeAws_json1_1DescribeCustomRoutingListenerCommandError = async (o
|
|
|
1494
1494
|
$fault: "client",
|
|
1495
1495
|
$metadata: deserializeMetadata(output),
|
|
1496
1496
|
});
|
|
1497
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1497
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1498
1498
|
}
|
|
1499
1499
|
};
|
|
1500
1500
|
const deserializeAws_json1_1DescribeEndpointGroupCommand = async (output, context) => {
|
|
@@ -1536,7 +1536,7 @@ const deserializeAws_json1_1DescribeEndpointGroupCommandError = async (output, c
|
|
|
1536
1536
|
$fault: "client",
|
|
1537
1537
|
$metadata: deserializeMetadata(output),
|
|
1538
1538
|
});
|
|
1539
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1539
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1540
1540
|
}
|
|
1541
1541
|
};
|
|
1542
1542
|
const deserializeAws_json1_1DescribeListenerCommand = async (output, context) => {
|
|
@@ -1578,7 +1578,7 @@ const deserializeAws_json1_1DescribeListenerCommandError = async (output, contex
|
|
|
1578
1578
|
$fault: "client",
|
|
1579
1579
|
$metadata: deserializeMetadata(output),
|
|
1580
1580
|
});
|
|
1581
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1581
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1582
1582
|
}
|
|
1583
1583
|
};
|
|
1584
1584
|
const deserializeAws_json1_1ListAcceleratorsCommand = async (output, context) => {
|
|
@@ -1620,7 +1620,7 @@ const deserializeAws_json1_1ListAcceleratorsCommandError = async (output, contex
|
|
|
1620
1620
|
$fault: "client",
|
|
1621
1621
|
$metadata: deserializeMetadata(output),
|
|
1622
1622
|
});
|
|
1623
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1623
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1624
1624
|
}
|
|
1625
1625
|
};
|
|
1626
1626
|
const deserializeAws_json1_1ListByoipCidrsCommand = async (output, context) => {
|
|
@@ -1665,7 +1665,7 @@ const deserializeAws_json1_1ListByoipCidrsCommandError = async (output, context)
|
|
|
1665
1665
|
$fault: "client",
|
|
1666
1666
|
$metadata: deserializeMetadata(output),
|
|
1667
1667
|
});
|
|
1668
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1668
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1669
1669
|
}
|
|
1670
1670
|
};
|
|
1671
1671
|
const deserializeAws_json1_1ListCustomRoutingAcceleratorsCommand = async (output, context) => {
|
|
@@ -1707,7 +1707,7 @@ const deserializeAws_json1_1ListCustomRoutingAcceleratorsCommandError = async (o
|
|
|
1707
1707
|
$fault: "client",
|
|
1708
1708
|
$metadata: deserializeMetadata(output),
|
|
1709
1709
|
});
|
|
1710
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1710
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1711
1711
|
}
|
|
1712
1712
|
};
|
|
1713
1713
|
const deserializeAws_json1_1ListCustomRoutingEndpointGroupsCommand = async (output, context) => {
|
|
@@ -1752,7 +1752,7 @@ const deserializeAws_json1_1ListCustomRoutingEndpointGroupsCommandError = async
|
|
|
1752
1752
|
$fault: "client",
|
|
1753
1753
|
$metadata: deserializeMetadata(output),
|
|
1754
1754
|
});
|
|
1755
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1755
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1756
1756
|
}
|
|
1757
1757
|
};
|
|
1758
1758
|
const deserializeAws_json1_1ListCustomRoutingListenersCommand = async (output, context) => {
|
|
@@ -1797,7 +1797,7 @@ const deserializeAws_json1_1ListCustomRoutingListenersCommandError = async (outp
|
|
|
1797
1797
|
$fault: "client",
|
|
1798
1798
|
$metadata: deserializeMetadata(output),
|
|
1799
1799
|
});
|
|
1800
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1800
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1801
1801
|
}
|
|
1802
1802
|
};
|
|
1803
1803
|
const deserializeAws_json1_1ListCustomRoutingPortMappingsCommand = async (output, context) => {
|
|
@@ -1845,7 +1845,7 @@ const deserializeAws_json1_1ListCustomRoutingPortMappingsCommandError = async (o
|
|
|
1845
1845
|
$fault: "client",
|
|
1846
1846
|
$metadata: deserializeMetadata(output),
|
|
1847
1847
|
});
|
|
1848
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1848
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1849
1849
|
}
|
|
1850
1850
|
};
|
|
1851
1851
|
const deserializeAws_json1_1ListCustomRoutingPortMappingsByDestinationCommand = async (output, context) => {
|
|
@@ -1890,7 +1890,7 @@ const deserializeAws_json1_1ListCustomRoutingPortMappingsByDestinationCommandErr
|
|
|
1890
1890
|
$fault: "client",
|
|
1891
1891
|
$metadata: deserializeMetadata(output),
|
|
1892
1892
|
});
|
|
1893
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1893
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1894
1894
|
}
|
|
1895
1895
|
};
|
|
1896
1896
|
const deserializeAws_json1_1ListEndpointGroupsCommand = async (output, context) => {
|
|
@@ -1935,7 +1935,7 @@ const deserializeAws_json1_1ListEndpointGroupsCommandError = async (output, cont
|
|
|
1935
1935
|
$fault: "client",
|
|
1936
1936
|
$metadata: deserializeMetadata(output),
|
|
1937
1937
|
});
|
|
1938
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1938
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1939
1939
|
}
|
|
1940
1940
|
};
|
|
1941
1941
|
const deserializeAws_json1_1ListListenersCommand = async (output, context) => {
|
|
@@ -1980,7 +1980,7 @@ const deserializeAws_json1_1ListListenersCommandError = async (output, context)
|
|
|
1980
1980
|
$fault: "client",
|
|
1981
1981
|
$metadata: deserializeMetadata(output),
|
|
1982
1982
|
});
|
|
1983
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1983
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1984
1984
|
}
|
|
1985
1985
|
};
|
|
1986
1986
|
const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
|
|
@@ -2022,7 +2022,7 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
|
|
|
2022
2022
|
$fault: "client",
|
|
2023
2023
|
$metadata: deserializeMetadata(output),
|
|
2024
2024
|
});
|
|
2025
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2025
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2026
2026
|
}
|
|
2027
2027
|
};
|
|
2028
2028
|
const deserializeAws_json1_1ProvisionByoipCidrCommand = async (output, context) => {
|
|
@@ -2070,7 +2070,7 @@ const deserializeAws_json1_1ProvisionByoipCidrCommandError = async (output, cont
|
|
|
2070
2070
|
$fault: "client",
|
|
2071
2071
|
$metadata: deserializeMetadata(output),
|
|
2072
2072
|
});
|
|
2073
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2073
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2074
2074
|
}
|
|
2075
2075
|
};
|
|
2076
2076
|
const deserializeAws_json1_1RemoveCustomRoutingEndpointsCommand = async (output, context) => {
|
|
@@ -2118,7 +2118,7 @@ const deserializeAws_json1_1RemoveCustomRoutingEndpointsCommandError = async (ou
|
|
|
2118
2118
|
$fault: "client",
|
|
2119
2119
|
$metadata: deserializeMetadata(output),
|
|
2120
2120
|
});
|
|
2121
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2121
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2122
2122
|
}
|
|
2123
2123
|
};
|
|
2124
2124
|
const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
|
|
@@ -2160,7 +2160,7 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
|
|
|
2160
2160
|
$fault: "client",
|
|
2161
2161
|
$metadata: deserializeMetadata(output),
|
|
2162
2162
|
});
|
|
2163
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2163
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2164
2164
|
}
|
|
2165
2165
|
};
|
|
2166
2166
|
const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
|
|
@@ -2202,7 +2202,7 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
|
|
|
2202
2202
|
$fault: "client",
|
|
2203
2203
|
$metadata: deserializeMetadata(output),
|
|
2204
2204
|
});
|
|
2205
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2205
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2206
2206
|
}
|
|
2207
2207
|
};
|
|
2208
2208
|
const deserializeAws_json1_1UpdateAcceleratorCommand = async (output, context) => {
|
|
@@ -2244,7 +2244,7 @@ const deserializeAws_json1_1UpdateAcceleratorCommandError = async (output, conte
|
|
|
2244
2244
|
$fault: "client",
|
|
2245
2245
|
$metadata: deserializeMetadata(output),
|
|
2246
2246
|
});
|
|
2247
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2247
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2248
2248
|
}
|
|
2249
2249
|
};
|
|
2250
2250
|
const deserializeAws_json1_1UpdateAcceleratorAttributesCommand = async (output, context) => {
|
|
@@ -2289,7 +2289,7 @@ const deserializeAws_json1_1UpdateAcceleratorAttributesCommandError = async (out
|
|
|
2289
2289
|
$fault: "client",
|
|
2290
2290
|
$metadata: deserializeMetadata(output),
|
|
2291
2291
|
});
|
|
2292
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2292
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2293
2293
|
}
|
|
2294
2294
|
};
|
|
2295
2295
|
const deserializeAws_json1_1UpdateCustomRoutingAcceleratorCommand = async (output, context) => {
|
|
@@ -2331,7 +2331,7 @@ const deserializeAws_json1_1UpdateCustomRoutingAcceleratorCommandError = async (
|
|
|
2331
2331
|
$fault: "client",
|
|
2332
2332
|
$metadata: deserializeMetadata(output),
|
|
2333
2333
|
});
|
|
2334
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2334
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2335
2335
|
}
|
|
2336
2336
|
};
|
|
2337
2337
|
const deserializeAws_json1_1UpdateCustomRoutingAcceleratorAttributesCommand = async (output, context) => {
|
|
@@ -2376,7 +2376,7 @@ const deserializeAws_json1_1UpdateCustomRoutingAcceleratorAttributesCommandError
|
|
|
2376
2376
|
$fault: "client",
|
|
2377
2377
|
$metadata: deserializeMetadata(output),
|
|
2378
2378
|
});
|
|
2379
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2379
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2380
2380
|
}
|
|
2381
2381
|
};
|
|
2382
2382
|
const deserializeAws_json1_1UpdateCustomRoutingListenerCommand = async (output, context) => {
|
|
@@ -2424,7 +2424,7 @@ const deserializeAws_json1_1UpdateCustomRoutingListenerCommandError = async (out
|
|
|
2424
2424
|
$fault: "client",
|
|
2425
2425
|
$metadata: deserializeMetadata(output),
|
|
2426
2426
|
});
|
|
2427
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2427
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2428
2428
|
}
|
|
2429
2429
|
};
|
|
2430
2430
|
const deserializeAws_json1_1UpdateEndpointGroupCommand = async (output, context) => {
|
|
@@ -2472,7 +2472,7 @@ const deserializeAws_json1_1UpdateEndpointGroupCommandError = async (output, con
|
|
|
2472
2472
|
$fault: "client",
|
|
2473
2473
|
$metadata: deserializeMetadata(output),
|
|
2474
2474
|
});
|
|
2475
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2475
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2476
2476
|
}
|
|
2477
2477
|
};
|
|
2478
2478
|
const deserializeAws_json1_1UpdateListenerCommand = async (output, context) => {
|
|
@@ -2520,7 +2520,7 @@ const deserializeAws_json1_1UpdateListenerCommandError = async (output, context)
|
|
|
2520
2520
|
$fault: "client",
|
|
2521
2521
|
$metadata: deserializeMetadata(output),
|
|
2522
2522
|
});
|
|
2523
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2523
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2524
2524
|
}
|
|
2525
2525
|
};
|
|
2526
2526
|
const deserializeAws_json1_1WithdrawByoipCidrCommand = async (output, context) => {
|
|
@@ -2568,7 +2568,7 @@ const deserializeAws_json1_1WithdrawByoipCidrCommandError = async (output, conte
|
|
|
2568
2568
|
$fault: "client",
|
|
2569
2569
|
$metadata: deserializeMetadata(output),
|
|
2570
2570
|
});
|
|
2571
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2571
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2572
2572
|
}
|
|
2573
2573
|
};
|
|
2574
2574
|
const deserializeAws_json1_1AcceleratorNotDisabledExceptionResponse = async (parsedOutput, context) => {
|
|
@@ -2578,7 +2578,7 @@ const deserializeAws_json1_1AcceleratorNotDisabledExceptionResponse = async (par
|
|
|
2578
2578
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2579
2579
|
...deserialized,
|
|
2580
2580
|
});
|
|
2581
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2581
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2582
2582
|
};
|
|
2583
2583
|
const deserializeAws_json1_1AcceleratorNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
2584
2584
|
const body = parsedOutput.body;
|
|
@@ -2587,7 +2587,7 @@ const deserializeAws_json1_1AcceleratorNotFoundExceptionResponse = async (parsed
|
|
|
2587
2587
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2588
2588
|
...deserialized,
|
|
2589
2589
|
});
|
|
2590
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2590
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2591
2591
|
};
|
|
2592
2592
|
const deserializeAws_json1_1AccessDeniedExceptionResponse = async (parsedOutput, context) => {
|
|
2593
2593
|
const body = parsedOutput.body;
|
|
@@ -2596,7 +2596,7 @@ const deserializeAws_json1_1AccessDeniedExceptionResponse = async (parsedOutput,
|
|
|
2596
2596
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2597
2597
|
...deserialized,
|
|
2598
2598
|
});
|
|
2599
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2599
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2600
2600
|
};
|
|
2601
2601
|
const deserializeAws_json1_1AssociatedEndpointGroupFoundExceptionResponse = async (parsedOutput, context) => {
|
|
2602
2602
|
const body = parsedOutput.body;
|
|
@@ -2605,7 +2605,7 @@ const deserializeAws_json1_1AssociatedEndpointGroupFoundExceptionResponse = asyn
|
|
|
2605
2605
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2606
2606
|
...deserialized,
|
|
2607
2607
|
});
|
|
2608
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2608
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2609
2609
|
};
|
|
2610
2610
|
const deserializeAws_json1_1AssociatedListenerFoundExceptionResponse = async (parsedOutput, context) => {
|
|
2611
2611
|
const body = parsedOutput.body;
|
|
@@ -2614,7 +2614,7 @@ const deserializeAws_json1_1AssociatedListenerFoundExceptionResponse = async (pa
|
|
|
2614
2614
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2615
2615
|
...deserialized,
|
|
2616
2616
|
});
|
|
2617
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2617
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2618
2618
|
};
|
|
2619
2619
|
const deserializeAws_json1_1ByoipCidrNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
2620
2620
|
const body = parsedOutput.body;
|
|
@@ -2623,7 +2623,7 @@ const deserializeAws_json1_1ByoipCidrNotFoundExceptionResponse = async (parsedOu
|
|
|
2623
2623
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2624
2624
|
...deserialized,
|
|
2625
2625
|
});
|
|
2626
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2626
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2627
2627
|
};
|
|
2628
2628
|
const deserializeAws_json1_1ConflictExceptionResponse = async (parsedOutput, context) => {
|
|
2629
2629
|
const body = parsedOutput.body;
|
|
@@ -2632,7 +2632,7 @@ const deserializeAws_json1_1ConflictExceptionResponse = async (parsedOutput, con
|
|
|
2632
2632
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2633
2633
|
...deserialized,
|
|
2634
2634
|
});
|
|
2635
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2635
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2636
2636
|
};
|
|
2637
2637
|
const deserializeAws_json1_1EndpointAlreadyExistsExceptionResponse = async (parsedOutput, context) => {
|
|
2638
2638
|
const body = parsedOutput.body;
|
|
@@ -2641,7 +2641,7 @@ const deserializeAws_json1_1EndpointAlreadyExistsExceptionResponse = async (pars
|
|
|
2641
2641
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2642
2642
|
...deserialized,
|
|
2643
2643
|
});
|
|
2644
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2644
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2645
2645
|
};
|
|
2646
2646
|
const deserializeAws_json1_1EndpointGroupAlreadyExistsExceptionResponse = async (parsedOutput, context) => {
|
|
2647
2647
|
const body = parsedOutput.body;
|
|
@@ -2650,7 +2650,7 @@ const deserializeAws_json1_1EndpointGroupAlreadyExistsExceptionResponse = async
|
|
|
2650
2650
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2651
2651
|
...deserialized,
|
|
2652
2652
|
});
|
|
2653
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2653
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2654
2654
|
};
|
|
2655
2655
|
const deserializeAws_json1_1EndpointGroupNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
2656
2656
|
const body = parsedOutput.body;
|
|
@@ -2659,7 +2659,7 @@ const deserializeAws_json1_1EndpointGroupNotFoundExceptionResponse = async (pars
|
|
|
2659
2659
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2660
2660
|
...deserialized,
|
|
2661
2661
|
});
|
|
2662
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2662
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2663
2663
|
};
|
|
2664
2664
|
const deserializeAws_json1_1EndpointNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
2665
2665
|
const body = parsedOutput.body;
|
|
@@ -2668,7 +2668,7 @@ const deserializeAws_json1_1EndpointNotFoundExceptionResponse = async (parsedOut
|
|
|
2668
2668
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2669
2669
|
...deserialized,
|
|
2670
2670
|
});
|
|
2671
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2671
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2672
2672
|
};
|
|
2673
2673
|
const deserializeAws_json1_1IncorrectCidrStateExceptionResponse = async (parsedOutput, context) => {
|
|
2674
2674
|
const body = parsedOutput.body;
|
|
@@ -2677,7 +2677,7 @@ const deserializeAws_json1_1IncorrectCidrStateExceptionResponse = async (parsedO
|
|
|
2677
2677
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2678
2678
|
...deserialized,
|
|
2679
2679
|
});
|
|
2680
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2680
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2681
2681
|
};
|
|
2682
2682
|
const deserializeAws_json1_1InternalServiceErrorExceptionResponse = async (parsedOutput, context) => {
|
|
2683
2683
|
const body = parsedOutput.body;
|
|
@@ -2686,7 +2686,7 @@ const deserializeAws_json1_1InternalServiceErrorExceptionResponse = async (parse
|
|
|
2686
2686
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2687
2687
|
...deserialized,
|
|
2688
2688
|
});
|
|
2689
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2689
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2690
2690
|
};
|
|
2691
2691
|
const deserializeAws_json1_1InvalidArgumentExceptionResponse = async (parsedOutput, context) => {
|
|
2692
2692
|
const body = parsedOutput.body;
|
|
@@ -2695,7 +2695,7 @@ const deserializeAws_json1_1InvalidArgumentExceptionResponse = async (parsedOutp
|
|
|
2695
2695
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2696
2696
|
...deserialized,
|
|
2697
2697
|
});
|
|
2698
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2698
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2699
2699
|
};
|
|
2700
2700
|
const deserializeAws_json1_1InvalidNextTokenExceptionResponse = async (parsedOutput, context) => {
|
|
2701
2701
|
const body = parsedOutput.body;
|
|
@@ -2704,7 +2704,7 @@ const deserializeAws_json1_1InvalidNextTokenExceptionResponse = async (parsedOut
|
|
|
2704
2704
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2705
2705
|
...deserialized,
|
|
2706
2706
|
});
|
|
2707
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2707
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2708
2708
|
};
|
|
2709
2709
|
const deserializeAws_json1_1InvalidPortRangeExceptionResponse = async (parsedOutput, context) => {
|
|
2710
2710
|
const body = parsedOutput.body;
|
|
@@ -2713,7 +2713,7 @@ const deserializeAws_json1_1InvalidPortRangeExceptionResponse = async (parsedOut
|
|
|
2713
2713
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2714
2714
|
...deserialized,
|
|
2715
2715
|
});
|
|
2716
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2716
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2717
2717
|
};
|
|
2718
2718
|
const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
2719
2719
|
const body = parsedOutput.body;
|
|
@@ -2722,7 +2722,7 @@ const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput
|
|
|
2722
2722
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2723
2723
|
...deserialized,
|
|
2724
2724
|
});
|
|
2725
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2725
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2726
2726
|
};
|
|
2727
2727
|
const deserializeAws_json1_1ListenerNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
2728
2728
|
const body = parsedOutput.body;
|
|
@@ -2731,7 +2731,7 @@ const deserializeAws_json1_1ListenerNotFoundExceptionResponse = async (parsedOut
|
|
|
2731
2731
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2732
2732
|
...deserialized,
|
|
2733
2733
|
});
|
|
2734
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2734
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2735
2735
|
};
|
|
2736
2736
|
const serializeAws_json1_1AddCustomRoutingEndpointsRequest = (input, context) => {
|
|
2737
2737
|
return {
|
|
@@ -2775,7 +2775,7 @@ const serializeAws_json1_1CreateAcceleratorRequest = (input, context) => {
|
|
|
2775
2775
|
var _a;
|
|
2776
2776
|
return {
|
|
2777
2777
|
...(input.Enabled !== undefined && input.Enabled !== null && { Enabled: input.Enabled }),
|
|
2778
|
-
IdempotencyToken: (_a = input.IdempotencyToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
2778
|
+
IdempotencyToken: (_a = input.IdempotencyToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
2779
2779
|
...(input.IpAddressType !== undefined && input.IpAddressType !== null && { IpAddressType: input.IpAddressType }),
|
|
2780
2780
|
...(input.IpAddresses !== undefined &&
|
|
2781
2781
|
input.IpAddresses !== null && { IpAddresses: serializeAws_json1_1IpAddresses(input.IpAddresses, context) }),
|
|
@@ -2787,7 +2787,7 @@ const serializeAws_json1_1CreateCustomRoutingAcceleratorRequest = (input, contex
|
|
|
2787
2787
|
var _a;
|
|
2788
2788
|
return {
|
|
2789
2789
|
...(input.Enabled !== undefined && input.Enabled !== null && { Enabled: input.Enabled }),
|
|
2790
|
-
IdempotencyToken: (_a = input.IdempotencyToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
2790
|
+
IdempotencyToken: (_a = input.IdempotencyToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
2791
2791
|
...(input.IpAddressType !== undefined && input.IpAddressType !== null && { IpAddressType: input.IpAddressType }),
|
|
2792
2792
|
...(input.IpAddresses !== undefined &&
|
|
2793
2793
|
input.IpAddresses !== null && { IpAddresses: serializeAws_json1_1IpAddresses(input.IpAddresses, context) }),
|
|
@@ -2804,7 +2804,7 @@ const serializeAws_json1_1CreateCustomRoutingEndpointGroupRequest = (input, cont
|
|
|
2804
2804
|
}),
|
|
2805
2805
|
...(input.EndpointGroupRegion !== undefined &&
|
|
2806
2806
|
input.EndpointGroupRegion !== null && { EndpointGroupRegion: input.EndpointGroupRegion }),
|
|
2807
|
-
IdempotencyToken: (_a = input.IdempotencyToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
2807
|
+
IdempotencyToken: (_a = input.IdempotencyToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
2808
2808
|
...(input.ListenerArn !== undefined && input.ListenerArn !== null && { ListenerArn: input.ListenerArn }),
|
|
2809
2809
|
};
|
|
2810
2810
|
};
|
|
@@ -2813,7 +2813,7 @@ const serializeAws_json1_1CreateCustomRoutingListenerRequest = (input, context)
|
|
|
2813
2813
|
return {
|
|
2814
2814
|
...(input.AcceleratorArn !== undefined &&
|
|
2815
2815
|
input.AcceleratorArn !== null && { AcceleratorArn: input.AcceleratorArn }),
|
|
2816
|
-
IdempotencyToken: (_a = input.IdempotencyToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
2816
|
+
IdempotencyToken: (_a = input.IdempotencyToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
2817
2817
|
...(input.PortRanges !== undefined &&
|
|
2818
2818
|
input.PortRanges !== null && { PortRanges: serializeAws_json1_1PortRanges(input.PortRanges, context) }),
|
|
2819
2819
|
};
|
|
@@ -2835,7 +2835,7 @@ const serializeAws_json1_1CreateEndpointGroupRequest = (input, context) => {
|
|
|
2835
2835
|
input.HealthCheckPort !== null && { HealthCheckPort: input.HealthCheckPort }),
|
|
2836
2836
|
...(input.HealthCheckProtocol !== undefined &&
|
|
2837
2837
|
input.HealthCheckProtocol !== null && { HealthCheckProtocol: input.HealthCheckProtocol }),
|
|
2838
|
-
IdempotencyToken: (_a = input.IdempotencyToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
2838
|
+
IdempotencyToken: (_a = input.IdempotencyToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
2839
2839
|
...(input.ListenerArn !== undefined && input.ListenerArn !== null && { ListenerArn: input.ListenerArn }),
|
|
2840
2840
|
...(input.PortOverrides !== undefined &&
|
|
2841
2841
|
input.PortOverrides !== null && {
|
|
@@ -2844,7 +2844,7 @@ const serializeAws_json1_1CreateEndpointGroupRequest = (input, context) => {
|
|
|
2844
2844
|
...(input.ThresholdCount !== undefined &&
|
|
2845
2845
|
input.ThresholdCount !== null && { ThresholdCount: input.ThresholdCount }),
|
|
2846
2846
|
...(input.TrafficDialPercentage !== undefined &&
|
|
2847
|
-
input.TrafficDialPercentage !== null && { TrafficDialPercentage: smithy_client_1.serializeFloat(input.TrafficDialPercentage) }),
|
|
2847
|
+
input.TrafficDialPercentage !== null && { TrafficDialPercentage: (0, smithy_client_1.serializeFloat)(input.TrafficDialPercentage) }),
|
|
2848
2848
|
};
|
|
2849
2849
|
};
|
|
2850
2850
|
const serializeAws_json1_1CreateListenerRequest = (input, context) => {
|
|
@@ -2854,7 +2854,7 @@ const serializeAws_json1_1CreateListenerRequest = (input, context) => {
|
|
|
2854
2854
|
input.AcceleratorArn !== null && { AcceleratorArn: input.AcceleratorArn }),
|
|
2855
2855
|
...(input.ClientAffinity !== undefined &&
|
|
2856
2856
|
input.ClientAffinity !== null && { ClientAffinity: input.ClientAffinity }),
|
|
2857
|
-
IdempotencyToken: (_a = input.IdempotencyToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
2857
|
+
IdempotencyToken: (_a = input.IdempotencyToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
2858
2858
|
...(input.PortRanges !== undefined &&
|
|
2859
2859
|
input.PortRanges !== null && { PortRanges: serializeAws_json1_1PortRanges(input.PortRanges, context) }),
|
|
2860
2860
|
...(input.Protocol !== undefined && input.Protocol !== null && { Protocol: input.Protocol }),
|
|
@@ -3295,7 +3295,7 @@ const serializeAws_json1_1UpdateEndpointGroupRequest = (input, context) => {
|
|
|
3295
3295
|
...(input.ThresholdCount !== undefined &&
|
|
3296
3296
|
input.ThresholdCount !== null && { ThresholdCount: input.ThresholdCount }),
|
|
3297
3297
|
...(input.TrafficDialPercentage !== undefined &&
|
|
3298
|
-
input.TrafficDialPercentage !== null && { TrafficDialPercentage: smithy_client_1.serializeFloat(input.TrafficDialPercentage) }),
|
|
3298
|
+
input.TrafficDialPercentage !== null && { TrafficDialPercentage: (0, smithy_client_1.serializeFloat)(input.TrafficDialPercentage) }),
|
|
3299
3299
|
};
|
|
3300
3300
|
};
|
|
3301
3301
|
const serializeAws_json1_1UpdateListenerRequest = (input, context) => {
|
|
@@ -3315,38 +3315,38 @@ const serializeAws_json1_1WithdrawByoipCidrRequest = (input, context) => {
|
|
|
3315
3315
|
};
|
|
3316
3316
|
const deserializeAws_json1_1Accelerator = (output, context) => {
|
|
3317
3317
|
return {
|
|
3318
|
-
AcceleratorArn: smithy_client_1.expectString(output.AcceleratorArn),
|
|
3318
|
+
AcceleratorArn: (0, smithy_client_1.expectString)(output.AcceleratorArn),
|
|
3319
3319
|
CreatedTime: output.CreatedTime !== undefined && output.CreatedTime !== null
|
|
3320
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedTime)))
|
|
3320
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedTime)))
|
|
3321
3321
|
: undefined,
|
|
3322
|
-
DnsName: smithy_client_1.expectString(output.DnsName),
|
|
3323
|
-
Enabled: smithy_client_1.expectBoolean(output.Enabled),
|
|
3324
|
-
IpAddressType: smithy_client_1.expectString(output.IpAddressType),
|
|
3322
|
+
DnsName: (0, smithy_client_1.expectString)(output.DnsName),
|
|
3323
|
+
Enabled: (0, smithy_client_1.expectBoolean)(output.Enabled),
|
|
3324
|
+
IpAddressType: (0, smithy_client_1.expectString)(output.IpAddressType),
|
|
3325
3325
|
IpSets: output.IpSets !== undefined && output.IpSets !== null
|
|
3326
3326
|
? deserializeAws_json1_1IpSets(output.IpSets, context)
|
|
3327
3327
|
: undefined,
|
|
3328
3328
|
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
3329
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
3329
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedTime)))
|
|
3330
3330
|
: undefined,
|
|
3331
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
3332
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
3331
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
3332
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3333
3333
|
};
|
|
3334
3334
|
};
|
|
3335
3335
|
const deserializeAws_json1_1AcceleratorAttributes = (output, context) => {
|
|
3336
3336
|
return {
|
|
3337
|
-
FlowLogsEnabled: smithy_client_1.expectBoolean(output.FlowLogsEnabled),
|
|
3338
|
-
FlowLogsS3Bucket: smithy_client_1.expectString(output.FlowLogsS3Bucket),
|
|
3339
|
-
FlowLogsS3Prefix: smithy_client_1.expectString(output.FlowLogsS3Prefix),
|
|
3337
|
+
FlowLogsEnabled: (0, smithy_client_1.expectBoolean)(output.FlowLogsEnabled),
|
|
3338
|
+
FlowLogsS3Bucket: (0, smithy_client_1.expectString)(output.FlowLogsS3Bucket),
|
|
3339
|
+
FlowLogsS3Prefix: (0, smithy_client_1.expectString)(output.FlowLogsS3Prefix),
|
|
3340
3340
|
};
|
|
3341
3341
|
};
|
|
3342
3342
|
const deserializeAws_json1_1AcceleratorNotDisabledException = (output, context) => {
|
|
3343
3343
|
return {
|
|
3344
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3344
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3345
3345
|
};
|
|
3346
3346
|
};
|
|
3347
3347
|
const deserializeAws_json1_1AcceleratorNotFoundException = (output, context) => {
|
|
3348
3348
|
return {
|
|
3349
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3349
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3350
3350
|
};
|
|
3351
3351
|
};
|
|
3352
3352
|
const deserializeAws_json1_1Accelerators = (output, context) => {
|
|
@@ -3362,7 +3362,7 @@ const deserializeAws_json1_1Accelerators = (output, context) => {
|
|
|
3362
3362
|
};
|
|
3363
3363
|
const deserializeAws_json1_1AccessDeniedException = (output, context) => {
|
|
3364
3364
|
return {
|
|
3365
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3365
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3366
3366
|
};
|
|
3367
3367
|
};
|
|
3368
3368
|
const deserializeAws_json1_1AddCustomRoutingEndpointsResponse = (output, context) => {
|
|
@@ -3370,7 +3370,7 @@ const deserializeAws_json1_1AddCustomRoutingEndpointsResponse = (output, context
|
|
|
3370
3370
|
EndpointDescriptions: output.EndpointDescriptions !== undefined && output.EndpointDescriptions !== null
|
|
3371
3371
|
? deserializeAws_json1_1CustomRoutingEndpointDescriptions(output.EndpointDescriptions, context)
|
|
3372
3372
|
: undefined,
|
|
3373
|
-
EndpointGroupArn: smithy_client_1.expectString(output.EndpointGroupArn),
|
|
3373
|
+
EndpointGroupArn: (0, smithy_client_1.expectString)(output.EndpointGroupArn),
|
|
3374
3374
|
};
|
|
3375
3375
|
};
|
|
3376
3376
|
const deserializeAws_json1_1AdvertiseByoipCidrResponse = (output, context) => {
|
|
@@ -3382,28 +3382,28 @@ const deserializeAws_json1_1AdvertiseByoipCidrResponse = (output, context) => {
|
|
|
3382
3382
|
};
|
|
3383
3383
|
const deserializeAws_json1_1AssociatedEndpointGroupFoundException = (output, context) => {
|
|
3384
3384
|
return {
|
|
3385
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3385
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3386
3386
|
};
|
|
3387
3387
|
};
|
|
3388
3388
|
const deserializeAws_json1_1AssociatedListenerFoundException = (output, context) => {
|
|
3389
3389
|
return {
|
|
3390
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3390
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3391
3391
|
};
|
|
3392
3392
|
};
|
|
3393
3393
|
const deserializeAws_json1_1ByoipCidr = (output, context) => {
|
|
3394
3394
|
return {
|
|
3395
|
-
Cidr: smithy_client_1.expectString(output.Cidr),
|
|
3395
|
+
Cidr: (0, smithy_client_1.expectString)(output.Cidr),
|
|
3396
3396
|
Events: output.Events !== undefined && output.Events !== null
|
|
3397
3397
|
? deserializeAws_json1_1ByoipCidrEvents(output.Events, context)
|
|
3398
3398
|
: undefined,
|
|
3399
|
-
State: smithy_client_1.expectString(output.State),
|
|
3399
|
+
State: (0, smithy_client_1.expectString)(output.State),
|
|
3400
3400
|
};
|
|
3401
3401
|
};
|
|
3402
3402
|
const deserializeAws_json1_1ByoipCidrEvent = (output, context) => {
|
|
3403
3403
|
return {
|
|
3404
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3404
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3405
3405
|
Timestamp: output.Timestamp !== undefined && output.Timestamp !== null
|
|
3406
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.Timestamp)))
|
|
3406
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.Timestamp)))
|
|
3407
3407
|
: undefined,
|
|
3408
3408
|
};
|
|
3409
3409
|
};
|
|
@@ -3420,7 +3420,7 @@ const deserializeAws_json1_1ByoipCidrEvents = (output, context) => {
|
|
|
3420
3420
|
};
|
|
3421
3421
|
const deserializeAws_json1_1ByoipCidrNotFoundException = (output, context) => {
|
|
3422
3422
|
return {
|
|
3423
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3423
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3424
3424
|
};
|
|
3425
3425
|
};
|
|
3426
3426
|
const deserializeAws_json1_1ByoipCidrs = (output, context) => {
|
|
@@ -3436,7 +3436,7 @@ const deserializeAws_json1_1ByoipCidrs = (output, context) => {
|
|
|
3436
3436
|
};
|
|
3437
3437
|
const deserializeAws_json1_1ConflictException = (output, context) => {
|
|
3438
3438
|
return {
|
|
3439
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3439
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3440
3440
|
};
|
|
3441
3441
|
};
|
|
3442
3442
|
const deserializeAws_json1_1CreateAcceleratorResponse = (output, context) => {
|
|
@@ -3483,28 +3483,28 @@ const deserializeAws_json1_1CreateListenerResponse = (output, context) => {
|
|
|
3483
3483
|
};
|
|
3484
3484
|
const deserializeAws_json1_1CustomRoutingAccelerator = (output, context) => {
|
|
3485
3485
|
return {
|
|
3486
|
-
AcceleratorArn: smithy_client_1.expectString(output.AcceleratorArn),
|
|
3486
|
+
AcceleratorArn: (0, smithy_client_1.expectString)(output.AcceleratorArn),
|
|
3487
3487
|
CreatedTime: output.CreatedTime !== undefined && output.CreatedTime !== null
|
|
3488
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedTime)))
|
|
3488
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedTime)))
|
|
3489
3489
|
: undefined,
|
|
3490
|
-
DnsName: smithy_client_1.expectString(output.DnsName),
|
|
3491
|
-
Enabled: smithy_client_1.expectBoolean(output.Enabled),
|
|
3492
|
-
IpAddressType: smithy_client_1.expectString(output.IpAddressType),
|
|
3490
|
+
DnsName: (0, smithy_client_1.expectString)(output.DnsName),
|
|
3491
|
+
Enabled: (0, smithy_client_1.expectBoolean)(output.Enabled),
|
|
3492
|
+
IpAddressType: (0, smithy_client_1.expectString)(output.IpAddressType),
|
|
3493
3493
|
IpSets: output.IpSets !== undefined && output.IpSets !== null
|
|
3494
3494
|
? deserializeAws_json1_1IpSets(output.IpSets, context)
|
|
3495
3495
|
: undefined,
|
|
3496
3496
|
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
3497
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
3497
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedTime)))
|
|
3498
3498
|
: undefined,
|
|
3499
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
3500
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
3499
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
3500
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3501
3501
|
};
|
|
3502
3502
|
};
|
|
3503
3503
|
const deserializeAws_json1_1CustomRoutingAcceleratorAttributes = (output, context) => {
|
|
3504
3504
|
return {
|
|
3505
|
-
FlowLogsEnabled: smithy_client_1.expectBoolean(output.FlowLogsEnabled),
|
|
3506
|
-
FlowLogsS3Bucket: smithy_client_1.expectString(output.FlowLogsS3Bucket),
|
|
3507
|
-
FlowLogsS3Prefix: smithy_client_1.expectString(output.FlowLogsS3Prefix),
|
|
3505
|
+
FlowLogsEnabled: (0, smithy_client_1.expectBoolean)(output.FlowLogsEnabled),
|
|
3506
|
+
FlowLogsS3Bucket: (0, smithy_client_1.expectString)(output.FlowLogsS3Bucket),
|
|
3507
|
+
FlowLogsS3Prefix: (0, smithy_client_1.expectString)(output.FlowLogsS3Prefix),
|
|
3508
3508
|
};
|
|
3509
3509
|
};
|
|
3510
3510
|
const deserializeAws_json1_1CustomRoutingAccelerators = (output, context) => {
|
|
@@ -3520,11 +3520,11 @@ const deserializeAws_json1_1CustomRoutingAccelerators = (output, context) => {
|
|
|
3520
3520
|
};
|
|
3521
3521
|
const deserializeAws_json1_1CustomRoutingDestinationDescription = (output, context) => {
|
|
3522
3522
|
return {
|
|
3523
|
-
FromPort: smithy_client_1.expectInt32(output.FromPort),
|
|
3523
|
+
FromPort: (0, smithy_client_1.expectInt32)(output.FromPort),
|
|
3524
3524
|
Protocols: output.Protocols !== undefined && output.Protocols !== null
|
|
3525
3525
|
? deserializeAws_json1_1Protocols(output.Protocols, context)
|
|
3526
3526
|
: undefined,
|
|
3527
|
-
ToPort: smithy_client_1.expectInt32(output.ToPort),
|
|
3527
|
+
ToPort: (0, smithy_client_1.expectInt32)(output.ToPort),
|
|
3528
3528
|
};
|
|
3529
3529
|
};
|
|
3530
3530
|
const deserializeAws_json1_1CustomRoutingDestinationDescriptions = (output, context) => {
|
|
@@ -3540,7 +3540,7 @@ const deserializeAws_json1_1CustomRoutingDestinationDescriptions = (output, cont
|
|
|
3540
3540
|
};
|
|
3541
3541
|
const deserializeAws_json1_1CustomRoutingEndpointDescription = (output, context) => {
|
|
3542
3542
|
return {
|
|
3543
|
-
EndpointId: smithy_client_1.expectString(output.EndpointId),
|
|
3543
|
+
EndpointId: (0, smithy_client_1.expectString)(output.EndpointId),
|
|
3544
3544
|
};
|
|
3545
3545
|
};
|
|
3546
3546
|
const deserializeAws_json1_1CustomRoutingEndpointDescriptions = (output, context) => {
|
|
@@ -3562,8 +3562,8 @@ const deserializeAws_json1_1CustomRoutingEndpointGroup = (output, context) => {
|
|
|
3562
3562
|
EndpointDescriptions: output.EndpointDescriptions !== undefined && output.EndpointDescriptions !== null
|
|
3563
3563
|
? deserializeAws_json1_1CustomRoutingEndpointDescriptions(output.EndpointDescriptions, context)
|
|
3564
3564
|
: undefined,
|
|
3565
|
-
EndpointGroupArn: smithy_client_1.expectString(output.EndpointGroupArn),
|
|
3566
|
-
EndpointGroupRegion: smithy_client_1.expectString(output.EndpointGroupRegion),
|
|
3565
|
+
EndpointGroupArn: (0, smithy_client_1.expectString)(output.EndpointGroupArn),
|
|
3566
|
+
EndpointGroupRegion: (0, smithy_client_1.expectString)(output.EndpointGroupRegion),
|
|
3567
3567
|
};
|
|
3568
3568
|
};
|
|
3569
3569
|
const deserializeAws_json1_1CustomRoutingEndpointGroups = (output, context) => {
|
|
@@ -3579,7 +3579,7 @@ const deserializeAws_json1_1CustomRoutingEndpointGroups = (output, context) => {
|
|
|
3579
3579
|
};
|
|
3580
3580
|
const deserializeAws_json1_1CustomRoutingListener = (output, context) => {
|
|
3581
3581
|
return {
|
|
3582
|
-
ListenerArn: smithy_client_1.expectString(output.ListenerArn),
|
|
3582
|
+
ListenerArn: (0, smithy_client_1.expectString)(output.ListenerArn),
|
|
3583
3583
|
PortRanges: output.PortRanges !== undefined && output.PortRanges !== null
|
|
3584
3584
|
? deserializeAws_json1_1PortRanges(output.PortRanges, context)
|
|
3585
3585
|
: undefined,
|
|
@@ -3603,7 +3603,7 @@ const deserializeAws_json1_1CustomRoutingProtocols = (output, context) => {
|
|
|
3603
3603
|
if (entry === null) {
|
|
3604
3604
|
return null;
|
|
3605
3605
|
}
|
|
3606
|
-
return smithy_client_1.expectString(entry);
|
|
3606
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3607
3607
|
});
|
|
3608
3608
|
return retVal;
|
|
3609
3609
|
};
|
|
@@ -3672,18 +3672,18 @@ const deserializeAws_json1_1DescribeListenerResponse = (output, context) => {
|
|
|
3672
3672
|
};
|
|
3673
3673
|
const deserializeAws_json1_1DestinationPortMapping = (output, context) => {
|
|
3674
3674
|
return {
|
|
3675
|
-
AcceleratorArn: smithy_client_1.expectString(output.AcceleratorArn),
|
|
3675
|
+
AcceleratorArn: (0, smithy_client_1.expectString)(output.AcceleratorArn),
|
|
3676
3676
|
AcceleratorSocketAddresses: output.AcceleratorSocketAddresses !== undefined && output.AcceleratorSocketAddresses !== null
|
|
3677
3677
|
? deserializeAws_json1_1SocketAddresses(output.AcceleratorSocketAddresses, context)
|
|
3678
3678
|
: undefined,
|
|
3679
3679
|
DestinationSocketAddress: output.DestinationSocketAddress !== undefined && output.DestinationSocketAddress !== null
|
|
3680
3680
|
? deserializeAws_json1_1SocketAddress(output.DestinationSocketAddress, context)
|
|
3681
3681
|
: undefined,
|
|
3682
|
-
DestinationTrafficState: smithy_client_1.expectString(output.DestinationTrafficState),
|
|
3683
|
-
EndpointGroupArn: smithy_client_1.expectString(output.EndpointGroupArn),
|
|
3684
|
-
EndpointGroupRegion: smithy_client_1.expectString(output.EndpointGroupRegion),
|
|
3685
|
-
EndpointId: smithy_client_1.expectString(output.EndpointId),
|
|
3686
|
-
IpAddressType: smithy_client_1.expectString(output.IpAddressType),
|
|
3682
|
+
DestinationTrafficState: (0, smithy_client_1.expectString)(output.DestinationTrafficState),
|
|
3683
|
+
EndpointGroupArn: (0, smithy_client_1.expectString)(output.EndpointGroupArn),
|
|
3684
|
+
EndpointGroupRegion: (0, smithy_client_1.expectString)(output.EndpointGroupRegion),
|
|
3685
|
+
EndpointId: (0, smithy_client_1.expectString)(output.EndpointId),
|
|
3686
|
+
IpAddressType: (0, smithy_client_1.expectString)(output.IpAddressType),
|
|
3687
3687
|
};
|
|
3688
3688
|
};
|
|
3689
3689
|
const deserializeAws_json1_1DestinationPortMappings = (output, context) => {
|
|
@@ -3699,16 +3699,16 @@ const deserializeAws_json1_1DestinationPortMappings = (output, context) => {
|
|
|
3699
3699
|
};
|
|
3700
3700
|
const deserializeAws_json1_1EndpointAlreadyExistsException = (output, context) => {
|
|
3701
3701
|
return {
|
|
3702
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3702
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3703
3703
|
};
|
|
3704
3704
|
};
|
|
3705
3705
|
const deserializeAws_json1_1EndpointDescription = (output, context) => {
|
|
3706
3706
|
return {
|
|
3707
|
-
ClientIPPreservationEnabled: smithy_client_1.expectBoolean(output.ClientIPPreservationEnabled),
|
|
3708
|
-
EndpointId: smithy_client_1.expectString(output.EndpointId),
|
|
3709
|
-
HealthReason: smithy_client_1.expectString(output.HealthReason),
|
|
3710
|
-
HealthState: smithy_client_1.expectString(output.HealthState),
|
|
3711
|
-
Weight: smithy_client_1.expectInt32(output.Weight),
|
|
3707
|
+
ClientIPPreservationEnabled: (0, smithy_client_1.expectBoolean)(output.ClientIPPreservationEnabled),
|
|
3708
|
+
EndpointId: (0, smithy_client_1.expectString)(output.EndpointId),
|
|
3709
|
+
HealthReason: (0, smithy_client_1.expectString)(output.HealthReason),
|
|
3710
|
+
HealthState: (0, smithy_client_1.expectString)(output.HealthState),
|
|
3711
|
+
Weight: (0, smithy_client_1.expectInt32)(output.Weight),
|
|
3712
3712
|
};
|
|
3713
3713
|
};
|
|
3714
3714
|
const deserializeAws_json1_1EndpointDescriptions = (output, context) => {
|
|
@@ -3727,27 +3727,27 @@ const deserializeAws_json1_1EndpointGroup = (output, context) => {
|
|
|
3727
3727
|
EndpointDescriptions: output.EndpointDescriptions !== undefined && output.EndpointDescriptions !== null
|
|
3728
3728
|
? deserializeAws_json1_1EndpointDescriptions(output.EndpointDescriptions, context)
|
|
3729
3729
|
: undefined,
|
|
3730
|
-
EndpointGroupArn: smithy_client_1.expectString(output.EndpointGroupArn),
|
|
3731
|
-
EndpointGroupRegion: smithy_client_1.expectString(output.EndpointGroupRegion),
|
|
3732
|
-
HealthCheckIntervalSeconds: smithy_client_1.expectInt32(output.HealthCheckIntervalSeconds),
|
|
3733
|
-
HealthCheckPath: smithy_client_1.expectString(output.HealthCheckPath),
|
|
3734
|
-
HealthCheckPort: smithy_client_1.expectInt32(output.HealthCheckPort),
|
|
3735
|
-
HealthCheckProtocol: smithy_client_1.expectString(output.HealthCheckProtocol),
|
|
3730
|
+
EndpointGroupArn: (0, smithy_client_1.expectString)(output.EndpointGroupArn),
|
|
3731
|
+
EndpointGroupRegion: (0, smithy_client_1.expectString)(output.EndpointGroupRegion),
|
|
3732
|
+
HealthCheckIntervalSeconds: (0, smithy_client_1.expectInt32)(output.HealthCheckIntervalSeconds),
|
|
3733
|
+
HealthCheckPath: (0, smithy_client_1.expectString)(output.HealthCheckPath),
|
|
3734
|
+
HealthCheckPort: (0, smithy_client_1.expectInt32)(output.HealthCheckPort),
|
|
3735
|
+
HealthCheckProtocol: (0, smithy_client_1.expectString)(output.HealthCheckProtocol),
|
|
3736
3736
|
PortOverrides: output.PortOverrides !== undefined && output.PortOverrides !== null
|
|
3737
3737
|
? deserializeAws_json1_1PortOverrides(output.PortOverrides, context)
|
|
3738
3738
|
: undefined,
|
|
3739
|
-
ThresholdCount: smithy_client_1.expectInt32(output.ThresholdCount),
|
|
3740
|
-
TrafficDialPercentage: smithy_client_1.limitedParseFloat32(output.TrafficDialPercentage),
|
|
3739
|
+
ThresholdCount: (0, smithy_client_1.expectInt32)(output.ThresholdCount),
|
|
3740
|
+
TrafficDialPercentage: (0, smithy_client_1.limitedParseFloat32)(output.TrafficDialPercentage),
|
|
3741
3741
|
};
|
|
3742
3742
|
};
|
|
3743
3743
|
const deserializeAws_json1_1EndpointGroupAlreadyExistsException = (output, context) => {
|
|
3744
3744
|
return {
|
|
3745
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3745
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3746
3746
|
};
|
|
3747
3747
|
};
|
|
3748
3748
|
const deserializeAws_json1_1EndpointGroupNotFoundException = (output, context) => {
|
|
3749
3749
|
return {
|
|
3750
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3750
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3751
3751
|
};
|
|
3752
3752
|
};
|
|
3753
3753
|
const deserializeAws_json1_1EndpointGroups = (output, context) => {
|
|
@@ -3763,32 +3763,32 @@ const deserializeAws_json1_1EndpointGroups = (output, context) => {
|
|
|
3763
3763
|
};
|
|
3764
3764
|
const deserializeAws_json1_1EndpointNotFoundException = (output, context) => {
|
|
3765
3765
|
return {
|
|
3766
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3766
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3767
3767
|
};
|
|
3768
3768
|
};
|
|
3769
3769
|
const deserializeAws_json1_1IncorrectCidrStateException = (output, context) => {
|
|
3770
3770
|
return {
|
|
3771
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3771
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3772
3772
|
};
|
|
3773
3773
|
};
|
|
3774
3774
|
const deserializeAws_json1_1InternalServiceErrorException = (output, context) => {
|
|
3775
3775
|
return {
|
|
3776
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3776
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3777
3777
|
};
|
|
3778
3778
|
};
|
|
3779
3779
|
const deserializeAws_json1_1InvalidArgumentException = (output, context) => {
|
|
3780
3780
|
return {
|
|
3781
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3781
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3782
3782
|
};
|
|
3783
3783
|
};
|
|
3784
3784
|
const deserializeAws_json1_1InvalidNextTokenException = (output, context) => {
|
|
3785
3785
|
return {
|
|
3786
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3786
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3787
3787
|
};
|
|
3788
3788
|
};
|
|
3789
3789
|
const deserializeAws_json1_1InvalidPortRangeException = (output, context) => {
|
|
3790
3790
|
return {
|
|
3791
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3791
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3792
3792
|
};
|
|
3793
3793
|
};
|
|
3794
3794
|
const deserializeAws_json1_1IpAddresses = (output, context) => {
|
|
@@ -3798,7 +3798,7 @@ const deserializeAws_json1_1IpAddresses = (output, context) => {
|
|
|
3798
3798
|
if (entry === null) {
|
|
3799
3799
|
return null;
|
|
3800
3800
|
}
|
|
3801
|
-
return smithy_client_1.expectString(entry);
|
|
3801
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3802
3802
|
});
|
|
3803
3803
|
return retVal;
|
|
3804
3804
|
};
|
|
@@ -3807,7 +3807,7 @@ const deserializeAws_json1_1IpSet = (output, context) => {
|
|
|
3807
3807
|
IpAddresses: output.IpAddresses !== undefined && output.IpAddresses !== null
|
|
3808
3808
|
? deserializeAws_json1_1IpAddresses(output.IpAddresses, context)
|
|
3809
3809
|
: undefined,
|
|
3810
|
-
IpFamily: smithy_client_1.expectString(output.IpFamily),
|
|
3810
|
+
IpFamily: (0, smithy_client_1.expectString)(output.IpFamily),
|
|
3811
3811
|
};
|
|
3812
3812
|
};
|
|
3813
3813
|
const deserializeAws_json1_1IpSets = (output, context) => {
|
|
@@ -3823,7 +3823,7 @@ const deserializeAws_json1_1IpSets = (output, context) => {
|
|
|
3823
3823
|
};
|
|
3824
3824
|
const deserializeAws_json1_1LimitExceededException = (output, context) => {
|
|
3825
3825
|
return {
|
|
3826
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3826
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3827
3827
|
};
|
|
3828
3828
|
};
|
|
3829
3829
|
const deserializeAws_json1_1ListAcceleratorsResponse = (output, context) => {
|
|
@@ -3831,7 +3831,7 @@ const deserializeAws_json1_1ListAcceleratorsResponse = (output, context) => {
|
|
|
3831
3831
|
Accelerators: output.Accelerators !== undefined && output.Accelerators !== null
|
|
3832
3832
|
? deserializeAws_json1_1Accelerators(output.Accelerators, context)
|
|
3833
3833
|
: undefined,
|
|
3834
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
3834
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
3835
3835
|
};
|
|
3836
3836
|
};
|
|
3837
3837
|
const deserializeAws_json1_1ListByoipCidrsResponse = (output, context) => {
|
|
@@ -3839,7 +3839,7 @@ const deserializeAws_json1_1ListByoipCidrsResponse = (output, context) => {
|
|
|
3839
3839
|
ByoipCidrs: output.ByoipCidrs !== undefined && output.ByoipCidrs !== null
|
|
3840
3840
|
? deserializeAws_json1_1ByoipCidrs(output.ByoipCidrs, context)
|
|
3841
3841
|
: undefined,
|
|
3842
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
3842
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
3843
3843
|
};
|
|
3844
3844
|
};
|
|
3845
3845
|
const deserializeAws_json1_1ListCustomRoutingAcceleratorsResponse = (output, context) => {
|
|
@@ -3847,7 +3847,7 @@ const deserializeAws_json1_1ListCustomRoutingAcceleratorsResponse = (output, con
|
|
|
3847
3847
|
Accelerators: output.Accelerators !== undefined && output.Accelerators !== null
|
|
3848
3848
|
? deserializeAws_json1_1CustomRoutingAccelerators(output.Accelerators, context)
|
|
3849
3849
|
: undefined,
|
|
3850
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
3850
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
3851
3851
|
};
|
|
3852
3852
|
};
|
|
3853
3853
|
const deserializeAws_json1_1ListCustomRoutingEndpointGroupsResponse = (output, context) => {
|
|
@@ -3855,7 +3855,7 @@ const deserializeAws_json1_1ListCustomRoutingEndpointGroupsResponse = (output, c
|
|
|
3855
3855
|
EndpointGroups: output.EndpointGroups !== undefined && output.EndpointGroups !== null
|
|
3856
3856
|
? deserializeAws_json1_1CustomRoutingEndpointGroups(output.EndpointGroups, context)
|
|
3857
3857
|
: undefined,
|
|
3858
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
3858
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
3859
3859
|
};
|
|
3860
3860
|
};
|
|
3861
3861
|
const deserializeAws_json1_1ListCustomRoutingListenersResponse = (output, context) => {
|
|
@@ -3863,7 +3863,7 @@ const deserializeAws_json1_1ListCustomRoutingListenersResponse = (output, contex
|
|
|
3863
3863
|
Listeners: output.Listeners !== undefined && output.Listeners !== null
|
|
3864
3864
|
? deserializeAws_json1_1CustomRoutingListeners(output.Listeners, context)
|
|
3865
3865
|
: undefined,
|
|
3866
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
3866
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
3867
3867
|
};
|
|
3868
3868
|
};
|
|
3869
3869
|
const deserializeAws_json1_1ListCustomRoutingPortMappingsByDestinationResponse = (output, context) => {
|
|
@@ -3871,12 +3871,12 @@ const deserializeAws_json1_1ListCustomRoutingPortMappingsByDestinationResponse =
|
|
|
3871
3871
|
DestinationPortMappings: output.DestinationPortMappings !== undefined && output.DestinationPortMappings !== null
|
|
3872
3872
|
? deserializeAws_json1_1DestinationPortMappings(output.DestinationPortMappings, context)
|
|
3873
3873
|
: undefined,
|
|
3874
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
3874
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
3875
3875
|
};
|
|
3876
3876
|
};
|
|
3877
3877
|
const deserializeAws_json1_1ListCustomRoutingPortMappingsResponse = (output, context) => {
|
|
3878
3878
|
return {
|
|
3879
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
3879
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
3880
3880
|
PortMappings: output.PortMappings !== undefined && output.PortMappings !== null
|
|
3881
3881
|
? deserializeAws_json1_1PortMappings(output.PortMappings, context)
|
|
3882
3882
|
: undefined,
|
|
@@ -3887,22 +3887,22 @@ const deserializeAws_json1_1ListEndpointGroupsResponse = (output, context) => {
|
|
|
3887
3887
|
EndpointGroups: output.EndpointGroups !== undefined && output.EndpointGroups !== null
|
|
3888
3888
|
? deserializeAws_json1_1EndpointGroups(output.EndpointGroups, context)
|
|
3889
3889
|
: undefined,
|
|
3890
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
3890
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
3891
3891
|
};
|
|
3892
3892
|
};
|
|
3893
3893
|
const deserializeAws_json1_1Listener = (output, context) => {
|
|
3894
3894
|
return {
|
|
3895
|
-
ClientAffinity: smithy_client_1.expectString(output.ClientAffinity),
|
|
3896
|
-
ListenerArn: smithy_client_1.expectString(output.ListenerArn),
|
|
3895
|
+
ClientAffinity: (0, smithy_client_1.expectString)(output.ClientAffinity),
|
|
3896
|
+
ListenerArn: (0, smithy_client_1.expectString)(output.ListenerArn),
|
|
3897
3897
|
PortRanges: output.PortRanges !== undefined && output.PortRanges !== null
|
|
3898
3898
|
? deserializeAws_json1_1PortRanges(output.PortRanges, context)
|
|
3899
3899
|
: undefined,
|
|
3900
|
-
Protocol: smithy_client_1.expectString(output.Protocol),
|
|
3900
|
+
Protocol: (0, smithy_client_1.expectString)(output.Protocol),
|
|
3901
3901
|
};
|
|
3902
3902
|
};
|
|
3903
3903
|
const deserializeAws_json1_1ListenerNotFoundException = (output, context) => {
|
|
3904
3904
|
return {
|
|
3905
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3905
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3906
3906
|
};
|
|
3907
3907
|
};
|
|
3908
3908
|
const deserializeAws_json1_1Listeners = (output, context) => {
|
|
@@ -3921,7 +3921,7 @@ const deserializeAws_json1_1ListListenersResponse = (output, context) => {
|
|
|
3921
3921
|
Listeners: output.Listeners !== undefined && output.Listeners !== null
|
|
3922
3922
|
? deserializeAws_json1_1Listeners(output.Listeners, context)
|
|
3923
3923
|
: undefined,
|
|
3924
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
3924
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
3925
3925
|
};
|
|
3926
3926
|
};
|
|
3927
3927
|
const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
|
|
@@ -3931,13 +3931,13 @@ const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
|
|
|
3931
3931
|
};
|
|
3932
3932
|
const deserializeAws_json1_1PortMapping = (output, context) => {
|
|
3933
3933
|
return {
|
|
3934
|
-
AcceleratorPort: smithy_client_1.expectInt32(output.AcceleratorPort),
|
|
3934
|
+
AcceleratorPort: (0, smithy_client_1.expectInt32)(output.AcceleratorPort),
|
|
3935
3935
|
DestinationSocketAddress: output.DestinationSocketAddress !== undefined && output.DestinationSocketAddress !== null
|
|
3936
3936
|
? deserializeAws_json1_1SocketAddress(output.DestinationSocketAddress, context)
|
|
3937
3937
|
: undefined,
|
|
3938
|
-
DestinationTrafficState: smithy_client_1.expectString(output.DestinationTrafficState),
|
|
3939
|
-
EndpointGroupArn: smithy_client_1.expectString(output.EndpointGroupArn),
|
|
3940
|
-
EndpointId: smithy_client_1.expectString(output.EndpointId),
|
|
3938
|
+
DestinationTrafficState: (0, smithy_client_1.expectString)(output.DestinationTrafficState),
|
|
3939
|
+
EndpointGroupArn: (0, smithy_client_1.expectString)(output.EndpointGroupArn),
|
|
3940
|
+
EndpointId: (0, smithy_client_1.expectString)(output.EndpointId),
|
|
3941
3941
|
Protocols: output.Protocols !== undefined && output.Protocols !== null
|
|
3942
3942
|
? deserializeAws_json1_1CustomRoutingProtocols(output.Protocols, context)
|
|
3943
3943
|
: undefined,
|
|
@@ -3956,8 +3956,8 @@ const deserializeAws_json1_1PortMappings = (output, context) => {
|
|
|
3956
3956
|
};
|
|
3957
3957
|
const deserializeAws_json1_1PortOverride = (output, context) => {
|
|
3958
3958
|
return {
|
|
3959
|
-
EndpointPort: smithy_client_1.expectInt32(output.EndpointPort),
|
|
3960
|
-
ListenerPort: smithy_client_1.expectInt32(output.ListenerPort),
|
|
3959
|
+
EndpointPort: (0, smithy_client_1.expectInt32)(output.EndpointPort),
|
|
3960
|
+
ListenerPort: (0, smithy_client_1.expectInt32)(output.ListenerPort),
|
|
3961
3961
|
};
|
|
3962
3962
|
};
|
|
3963
3963
|
const deserializeAws_json1_1PortOverrides = (output, context) => {
|
|
@@ -3973,8 +3973,8 @@ const deserializeAws_json1_1PortOverrides = (output, context) => {
|
|
|
3973
3973
|
};
|
|
3974
3974
|
const deserializeAws_json1_1PortRange = (output, context) => {
|
|
3975
3975
|
return {
|
|
3976
|
-
FromPort: smithy_client_1.expectInt32(output.FromPort),
|
|
3977
|
-
ToPort: smithy_client_1.expectInt32(output.ToPort),
|
|
3976
|
+
FromPort: (0, smithy_client_1.expectInt32)(output.FromPort),
|
|
3977
|
+
ToPort: (0, smithy_client_1.expectInt32)(output.ToPort),
|
|
3978
3978
|
};
|
|
3979
3979
|
};
|
|
3980
3980
|
const deserializeAws_json1_1PortRanges = (output, context) => {
|
|
@@ -3995,7 +3995,7 @@ const deserializeAws_json1_1Protocols = (output, context) => {
|
|
|
3995
3995
|
if (entry === null) {
|
|
3996
3996
|
return null;
|
|
3997
3997
|
}
|
|
3998
|
-
return smithy_client_1.expectString(entry);
|
|
3998
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3999
3999
|
});
|
|
4000
4000
|
return retVal;
|
|
4001
4001
|
};
|
|
@@ -4008,8 +4008,8 @@ const deserializeAws_json1_1ProvisionByoipCidrResponse = (output, context) => {
|
|
|
4008
4008
|
};
|
|
4009
4009
|
const deserializeAws_json1_1SocketAddress = (output, context) => {
|
|
4010
4010
|
return {
|
|
4011
|
-
IpAddress: smithy_client_1.expectString(output.IpAddress),
|
|
4012
|
-
Port: smithy_client_1.expectInt32(output.Port),
|
|
4011
|
+
IpAddress: (0, smithy_client_1.expectString)(output.IpAddress),
|
|
4012
|
+
Port: (0, smithy_client_1.expectInt32)(output.Port),
|
|
4013
4013
|
};
|
|
4014
4014
|
};
|
|
4015
4015
|
const deserializeAws_json1_1SocketAddresses = (output, context) => {
|
|
@@ -4025,8 +4025,8 @@ const deserializeAws_json1_1SocketAddresses = (output, context) => {
|
|
|
4025
4025
|
};
|
|
4026
4026
|
const deserializeAws_json1_1Tag = (output, context) => {
|
|
4027
4027
|
return {
|
|
4028
|
-
Key: smithy_client_1.expectString(output.Key),
|
|
4029
|
-
Value: smithy_client_1.expectString(output.Value),
|
|
4028
|
+
Key: (0, smithy_client_1.expectString)(output.Key),
|
|
4029
|
+
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
4030
4030
|
};
|
|
4031
4031
|
};
|
|
4032
4032
|
const deserializeAws_json1_1TagResourceResponse = (output, context) => {
|