@aws-sdk/client-codedeploy 3.54.1 → 3.58.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 +24 -0
- package/dist-cjs/CodeDeployClient.js +13 -13
- package/dist-cjs/commands/AddTagsToOnPremisesInstancesCommand.js +3 -3
- package/dist-cjs/commands/BatchGetApplicationRevisionsCommand.js +3 -3
- package/dist-cjs/commands/BatchGetApplicationsCommand.js +3 -3
- package/dist-cjs/commands/BatchGetDeploymentGroupsCommand.js +3 -3
- package/dist-cjs/commands/BatchGetDeploymentInstancesCommand.js +3 -3
- package/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +3 -3
- package/dist-cjs/commands/BatchGetDeploymentsCommand.js +3 -3
- package/dist-cjs/commands/BatchGetOnPremisesInstancesCommand.js +3 -3
- package/dist-cjs/commands/ContinueDeploymentCommand.js +3 -3
- package/dist-cjs/commands/CreateApplicationCommand.js +3 -3
- package/dist-cjs/commands/CreateDeploymentCommand.js +3 -3
- package/dist-cjs/commands/CreateDeploymentConfigCommand.js +3 -3
- package/dist-cjs/commands/CreateDeploymentGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteApplicationCommand.js +3 -3
- package/dist-cjs/commands/DeleteDeploymentConfigCommand.js +3 -3
- package/dist-cjs/commands/DeleteDeploymentGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteGitHubAccountTokenCommand.js +3 -3
- package/dist-cjs/commands/DeleteResourcesByExternalIdCommand.js +3 -3
- package/dist-cjs/commands/DeregisterOnPremisesInstanceCommand.js +3 -3
- package/dist-cjs/commands/GetApplicationCommand.js +3 -3
- package/dist-cjs/commands/GetApplicationRevisionCommand.js +3 -3
- package/dist-cjs/commands/GetDeploymentCommand.js +3 -3
- package/dist-cjs/commands/GetDeploymentConfigCommand.js +3 -3
- package/dist-cjs/commands/GetDeploymentGroupCommand.js +3 -3
- package/dist-cjs/commands/GetDeploymentInstanceCommand.js +3 -3
- package/dist-cjs/commands/GetDeploymentTargetCommand.js +3 -3
- package/dist-cjs/commands/GetOnPremisesInstanceCommand.js +3 -3
- package/dist-cjs/commands/ListApplicationRevisionsCommand.js +3 -3
- package/dist-cjs/commands/ListApplicationsCommand.js +3 -3
- package/dist-cjs/commands/ListDeploymentConfigsCommand.js +3 -3
- package/dist-cjs/commands/ListDeploymentGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListDeploymentInstancesCommand.js +3 -3
- package/dist-cjs/commands/ListDeploymentTargetsCommand.js +3 -3
- package/dist-cjs/commands/ListDeploymentsCommand.js +3 -3
- package/dist-cjs/commands/ListGitHubAccountTokenNamesCommand.js +3 -3
- package/dist-cjs/commands/ListOnPremisesInstancesCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +3 -3
- package/dist-cjs/commands/RegisterApplicationRevisionCommand.js +3 -3
- package/dist-cjs/commands/RegisterOnPremisesInstanceCommand.js +3 -3
- package/dist-cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js +3 -3
- package/dist-cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js +3 -3
- package/dist-cjs/commands/StopDeploymentCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateApplicationCommand.js +3 -3
- package/dist-cjs/commands/UpdateDeploymentGroupCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_json1_1.js +456 -456
- 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/waitForDeploymentSuccessful.js +3 -3
- package/dist-es/CodeDeploy.js +47 -47
- package/dist-es/pagination/ListApplicationRevisionsPaginator.js +4 -4
- package/dist-es/pagination/ListApplicationsPaginator.js +4 -4
- package/dist-es/pagination/ListDeploymentConfigsPaginator.js +4 -4
- package/dist-es/pagination/ListDeploymentGroupsPaginator.js +4 -4
- package/dist-es/pagination/ListDeploymentInstancesPaginator.js +4 -4
- package/dist-es/pagination/ListDeploymentsPaginator.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 +35 -35
|
@@ -524,7 +524,7 @@ const deserializeAws_json1_1AddTagsToOnPremisesInstancesCommandError = async (ou
|
|
|
524
524
|
$fault: "client",
|
|
525
525
|
$metadata: deserializeMetadata(output),
|
|
526
526
|
});
|
|
527
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
527
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
528
528
|
}
|
|
529
529
|
};
|
|
530
530
|
const deserializeAws_json1_1BatchGetApplicationRevisionsCommand = async (output, context) => {
|
|
@@ -575,7 +575,7 @@ const deserializeAws_json1_1BatchGetApplicationRevisionsCommandError = async (ou
|
|
|
575
575
|
$fault: "client",
|
|
576
576
|
$metadata: deserializeMetadata(output),
|
|
577
577
|
});
|
|
578
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
578
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
579
579
|
}
|
|
580
580
|
};
|
|
581
581
|
const deserializeAws_json1_1BatchGetApplicationsCommand = async (output, context) => {
|
|
@@ -620,7 +620,7 @@ const deserializeAws_json1_1BatchGetApplicationsCommandError = async (output, co
|
|
|
620
620
|
$fault: "client",
|
|
621
621
|
$metadata: deserializeMetadata(output),
|
|
622
622
|
});
|
|
623
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
623
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
624
624
|
}
|
|
625
625
|
};
|
|
626
626
|
const deserializeAws_json1_1BatchGetDeploymentGroupsCommand = async (output, context) => {
|
|
@@ -674,7 +674,7 @@ const deserializeAws_json1_1BatchGetDeploymentGroupsCommandError = async (output
|
|
|
674
674
|
$fault: "client",
|
|
675
675
|
$metadata: deserializeMetadata(output),
|
|
676
676
|
});
|
|
677
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
677
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
678
678
|
}
|
|
679
679
|
};
|
|
680
680
|
const deserializeAws_json1_1BatchGetDeploymentInstancesCommand = async (output, context) => {
|
|
@@ -728,7 +728,7 @@ const deserializeAws_json1_1BatchGetDeploymentInstancesCommandError = async (out
|
|
|
728
728
|
$fault: "client",
|
|
729
729
|
$metadata: deserializeMetadata(output),
|
|
730
730
|
});
|
|
731
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
731
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
732
732
|
}
|
|
733
733
|
};
|
|
734
734
|
const deserializeAws_json1_1BatchGetDeploymentsCommand = async (output, context) => {
|
|
@@ -770,7 +770,7 @@ const deserializeAws_json1_1BatchGetDeploymentsCommandError = async (output, con
|
|
|
770
770
|
$fault: "client",
|
|
771
771
|
$metadata: deserializeMetadata(output),
|
|
772
772
|
});
|
|
773
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
773
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
774
774
|
}
|
|
775
775
|
};
|
|
776
776
|
const deserializeAws_json1_1BatchGetDeploymentTargetsCommand = async (output, context) => {
|
|
@@ -830,7 +830,7 @@ const deserializeAws_json1_1BatchGetDeploymentTargetsCommandError = async (outpu
|
|
|
830
830
|
$fault: "client",
|
|
831
831
|
$metadata: deserializeMetadata(output),
|
|
832
832
|
});
|
|
833
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
833
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
834
834
|
}
|
|
835
835
|
};
|
|
836
836
|
const deserializeAws_json1_1BatchGetOnPremisesInstancesCommand = async (output, context) => {
|
|
@@ -872,7 +872,7 @@ const deserializeAws_json1_1BatchGetOnPremisesInstancesCommandError = async (out
|
|
|
872
872
|
$fault: "client",
|
|
873
873
|
$metadata: deserializeMetadata(output),
|
|
874
874
|
});
|
|
875
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
875
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
876
876
|
}
|
|
877
877
|
};
|
|
878
878
|
const deserializeAws_json1_1ContinueDeploymentCommand = async (output, context) => {
|
|
@@ -926,7 +926,7 @@ const deserializeAws_json1_1ContinueDeploymentCommandError = async (output, cont
|
|
|
926
926
|
$fault: "client",
|
|
927
927
|
$metadata: deserializeMetadata(output),
|
|
928
928
|
});
|
|
929
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
929
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
930
930
|
}
|
|
931
931
|
};
|
|
932
932
|
const deserializeAws_json1_1CreateApplicationCommand = async (output, context) => {
|
|
@@ -977,7 +977,7 @@ const deserializeAws_json1_1CreateApplicationCommandError = async (output, conte
|
|
|
977
977
|
$fault: "client",
|
|
978
978
|
$metadata: deserializeMetadata(output),
|
|
979
979
|
});
|
|
980
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
980
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
981
981
|
}
|
|
982
982
|
};
|
|
983
983
|
const deserializeAws_json1_1CreateDeploymentCommand = async (output, context) => {
|
|
@@ -1082,7 +1082,7 @@ const deserializeAws_json1_1CreateDeploymentCommandError = async (output, contex
|
|
|
1082
1082
|
$fault: "client",
|
|
1083
1083
|
$metadata: deserializeMetadata(output),
|
|
1084
1084
|
});
|
|
1085
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1085
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1086
1086
|
}
|
|
1087
1087
|
};
|
|
1088
1088
|
const deserializeAws_json1_1CreateDeploymentConfigCommand = async (output, context) => {
|
|
@@ -1136,7 +1136,7 @@ const deserializeAws_json1_1CreateDeploymentConfigCommandError = async (output,
|
|
|
1136
1136
|
$fault: "client",
|
|
1137
1137
|
$metadata: deserializeMetadata(output),
|
|
1138
1138
|
});
|
|
1139
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1139
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1140
1140
|
}
|
|
1141
1141
|
};
|
|
1142
1142
|
const deserializeAws_json1_1CreateDeploymentGroupCommand = async (output, context) => {
|
|
@@ -1268,7 +1268,7 @@ const deserializeAws_json1_1CreateDeploymentGroupCommandError = async (output, c
|
|
|
1268
1268
|
$fault: "client",
|
|
1269
1269
|
$metadata: deserializeMetadata(output),
|
|
1270
1270
|
});
|
|
1271
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1271
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1272
1272
|
}
|
|
1273
1273
|
};
|
|
1274
1274
|
const deserializeAws_json1_1DeleteApplicationCommand = async (output, context) => {
|
|
@@ -1307,7 +1307,7 @@ const deserializeAws_json1_1DeleteApplicationCommandError = async (output, conte
|
|
|
1307
1307
|
$fault: "client",
|
|
1308
1308
|
$metadata: deserializeMetadata(output),
|
|
1309
1309
|
});
|
|
1310
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1310
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1311
1311
|
}
|
|
1312
1312
|
};
|
|
1313
1313
|
const deserializeAws_json1_1DeleteDeploymentConfigCommand = async (output, context) => {
|
|
@@ -1349,7 +1349,7 @@ const deserializeAws_json1_1DeleteDeploymentConfigCommandError = async (output,
|
|
|
1349
1349
|
$fault: "client",
|
|
1350
1350
|
$metadata: deserializeMetadata(output),
|
|
1351
1351
|
});
|
|
1352
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1352
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1353
1353
|
}
|
|
1354
1354
|
};
|
|
1355
1355
|
const deserializeAws_json1_1DeleteDeploymentGroupCommand = async (output, context) => {
|
|
@@ -1397,7 +1397,7 @@ const deserializeAws_json1_1DeleteDeploymentGroupCommandError = async (output, c
|
|
|
1397
1397
|
$fault: "client",
|
|
1398
1398
|
$metadata: deserializeMetadata(output),
|
|
1399
1399
|
});
|
|
1400
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1400
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1401
1401
|
}
|
|
1402
1402
|
};
|
|
1403
1403
|
const deserializeAws_json1_1DeleteGitHubAccountTokenCommand = async (output, context) => {
|
|
@@ -1445,7 +1445,7 @@ const deserializeAws_json1_1DeleteGitHubAccountTokenCommandError = async (output
|
|
|
1445
1445
|
$fault: "client",
|
|
1446
1446
|
$metadata: deserializeMetadata(output),
|
|
1447
1447
|
});
|
|
1448
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1448
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1449
1449
|
}
|
|
1450
1450
|
};
|
|
1451
1451
|
const deserializeAws_json1_1DeleteResourcesByExternalIdCommand = async (output, context) => {
|
|
@@ -1478,7 +1478,7 @@ const deserializeAws_json1_1DeleteResourcesByExternalIdCommandError = async (out
|
|
|
1478
1478
|
$fault: "client",
|
|
1479
1479
|
$metadata: deserializeMetadata(output),
|
|
1480
1480
|
});
|
|
1481
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1481
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1482
1482
|
}
|
|
1483
1483
|
};
|
|
1484
1484
|
const deserializeAws_json1_1DeregisterOnPremisesInstanceCommand = async (output, context) => {
|
|
@@ -1514,7 +1514,7 @@ const deserializeAws_json1_1DeregisterOnPremisesInstanceCommandError = async (ou
|
|
|
1514
1514
|
$fault: "client",
|
|
1515
1515
|
$metadata: deserializeMetadata(output),
|
|
1516
1516
|
});
|
|
1517
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1517
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1518
1518
|
}
|
|
1519
1519
|
};
|
|
1520
1520
|
const deserializeAws_json1_1GetApplicationCommand = async (output, context) => {
|
|
@@ -1556,7 +1556,7 @@ const deserializeAws_json1_1GetApplicationCommandError = async (output, context)
|
|
|
1556
1556
|
$fault: "client",
|
|
1557
1557
|
$metadata: deserializeMetadata(output),
|
|
1558
1558
|
});
|
|
1559
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1559
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1560
1560
|
}
|
|
1561
1561
|
};
|
|
1562
1562
|
const deserializeAws_json1_1GetApplicationRevisionCommand = async (output, context) => {
|
|
@@ -1607,7 +1607,7 @@ const deserializeAws_json1_1GetApplicationRevisionCommandError = async (output,
|
|
|
1607
1607
|
$fault: "client",
|
|
1608
1608
|
$metadata: deserializeMetadata(output),
|
|
1609
1609
|
});
|
|
1610
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1610
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1611
1611
|
}
|
|
1612
1612
|
};
|
|
1613
1613
|
const deserializeAws_json1_1GetDeploymentCommand = async (output, context) => {
|
|
@@ -1649,7 +1649,7 @@ const deserializeAws_json1_1GetDeploymentCommandError = async (output, context)
|
|
|
1649
1649
|
$fault: "client",
|
|
1650
1650
|
$metadata: deserializeMetadata(output),
|
|
1651
1651
|
});
|
|
1652
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1652
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1653
1653
|
}
|
|
1654
1654
|
};
|
|
1655
1655
|
const deserializeAws_json1_1GetDeploymentConfigCommand = async (output, context) => {
|
|
@@ -1694,7 +1694,7 @@ const deserializeAws_json1_1GetDeploymentConfigCommandError = async (output, con
|
|
|
1694
1694
|
$fault: "client",
|
|
1695
1695
|
$metadata: deserializeMetadata(output),
|
|
1696
1696
|
});
|
|
1697
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1697
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1698
1698
|
}
|
|
1699
1699
|
};
|
|
1700
1700
|
const deserializeAws_json1_1GetDeploymentGroupCommand = async (output, context) => {
|
|
@@ -1748,7 +1748,7 @@ const deserializeAws_json1_1GetDeploymentGroupCommandError = async (output, cont
|
|
|
1748
1748
|
$fault: "client",
|
|
1749
1749
|
$metadata: deserializeMetadata(output),
|
|
1750
1750
|
});
|
|
1751
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1751
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1752
1752
|
}
|
|
1753
1753
|
};
|
|
1754
1754
|
const deserializeAws_json1_1GetDeploymentInstanceCommand = async (output, context) => {
|
|
@@ -1802,7 +1802,7 @@ const deserializeAws_json1_1GetDeploymentInstanceCommandError = async (output, c
|
|
|
1802
1802
|
$fault: "client",
|
|
1803
1803
|
$metadata: deserializeMetadata(output),
|
|
1804
1804
|
});
|
|
1805
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1805
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1806
1806
|
}
|
|
1807
1807
|
};
|
|
1808
1808
|
const deserializeAws_json1_1GetDeploymentTargetCommand = async (output, context) => {
|
|
@@ -1859,7 +1859,7 @@ const deserializeAws_json1_1GetDeploymentTargetCommandError = async (output, con
|
|
|
1859
1859
|
$fault: "client",
|
|
1860
1860
|
$metadata: deserializeMetadata(output),
|
|
1861
1861
|
});
|
|
1862
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1862
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1863
1863
|
}
|
|
1864
1864
|
};
|
|
1865
1865
|
const deserializeAws_json1_1GetOnPremisesInstanceCommand = async (output, context) => {
|
|
@@ -1901,7 +1901,7 @@ const deserializeAws_json1_1GetOnPremisesInstanceCommandError = async (output, c
|
|
|
1901
1901
|
$fault: "client",
|
|
1902
1902
|
$metadata: deserializeMetadata(output),
|
|
1903
1903
|
});
|
|
1904
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1904
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1905
1905
|
}
|
|
1906
1906
|
};
|
|
1907
1907
|
const deserializeAws_json1_1ListApplicationRevisionsCommand = async (output, context) => {
|
|
@@ -1964,7 +1964,7 @@ const deserializeAws_json1_1ListApplicationRevisionsCommandError = async (output
|
|
|
1964
1964
|
$fault: "client",
|
|
1965
1965
|
$metadata: deserializeMetadata(output),
|
|
1966
1966
|
});
|
|
1967
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1967
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1968
1968
|
}
|
|
1969
1969
|
};
|
|
1970
1970
|
const deserializeAws_json1_1ListApplicationsCommand = async (output, context) => {
|
|
@@ -2000,7 +2000,7 @@ const deserializeAws_json1_1ListApplicationsCommandError = async (output, contex
|
|
|
2000
2000
|
$fault: "client",
|
|
2001
2001
|
$metadata: deserializeMetadata(output),
|
|
2002
2002
|
});
|
|
2003
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2003
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2004
2004
|
}
|
|
2005
2005
|
};
|
|
2006
2006
|
const deserializeAws_json1_1ListDeploymentConfigsCommand = async (output, context) => {
|
|
@@ -2036,7 +2036,7 @@ const deserializeAws_json1_1ListDeploymentConfigsCommandError = async (output, c
|
|
|
2036
2036
|
$fault: "client",
|
|
2037
2037
|
$metadata: deserializeMetadata(output),
|
|
2038
2038
|
});
|
|
2039
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2039
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2040
2040
|
}
|
|
2041
2041
|
};
|
|
2042
2042
|
const deserializeAws_json1_1ListDeploymentGroupsCommand = async (output, context) => {
|
|
@@ -2081,7 +2081,7 @@ const deserializeAws_json1_1ListDeploymentGroupsCommandError = async (output, co
|
|
|
2081
2081
|
$fault: "client",
|
|
2082
2082
|
$metadata: deserializeMetadata(output),
|
|
2083
2083
|
});
|
|
2084
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2084
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2085
2085
|
}
|
|
2086
2086
|
};
|
|
2087
2087
|
const deserializeAws_json1_1ListDeploymentInstancesCommand = async (output, context) => {
|
|
@@ -2144,7 +2144,7 @@ const deserializeAws_json1_1ListDeploymentInstancesCommandError = async (output,
|
|
|
2144
2144
|
$fault: "client",
|
|
2145
2145
|
$metadata: deserializeMetadata(output),
|
|
2146
2146
|
});
|
|
2147
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2147
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2148
2148
|
}
|
|
2149
2149
|
};
|
|
2150
2150
|
const deserializeAws_json1_1ListDeploymentsCommand = async (output, context) => {
|
|
@@ -2210,7 +2210,7 @@ const deserializeAws_json1_1ListDeploymentsCommandError = async (output, context
|
|
|
2210
2210
|
$fault: "client",
|
|
2211
2211
|
$metadata: deserializeMetadata(output),
|
|
2212
2212
|
});
|
|
2213
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2213
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2214
2214
|
}
|
|
2215
2215
|
};
|
|
2216
2216
|
const deserializeAws_json1_1ListDeploymentTargetsCommand = async (output, context) => {
|
|
@@ -2267,7 +2267,7 @@ const deserializeAws_json1_1ListDeploymentTargetsCommandError = async (output, c
|
|
|
2267
2267
|
$fault: "client",
|
|
2268
2268
|
$metadata: deserializeMetadata(output),
|
|
2269
2269
|
});
|
|
2270
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2270
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2271
2271
|
}
|
|
2272
2272
|
};
|
|
2273
2273
|
const deserializeAws_json1_1ListGitHubAccountTokenNamesCommand = async (output, context) => {
|
|
@@ -2309,7 +2309,7 @@ const deserializeAws_json1_1ListGitHubAccountTokenNamesCommandError = async (out
|
|
|
2309
2309
|
$fault: "client",
|
|
2310
2310
|
$metadata: deserializeMetadata(output),
|
|
2311
2311
|
});
|
|
2312
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2312
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2313
2313
|
}
|
|
2314
2314
|
};
|
|
2315
2315
|
const deserializeAws_json1_1ListOnPremisesInstancesCommand = async (output, context) => {
|
|
@@ -2351,7 +2351,7 @@ const deserializeAws_json1_1ListOnPremisesInstancesCommandError = async (output,
|
|
|
2351
2351
|
$fault: "client",
|
|
2352
2352
|
$metadata: deserializeMetadata(output),
|
|
2353
2353
|
});
|
|
2354
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2354
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2355
2355
|
}
|
|
2356
2356
|
};
|
|
2357
2357
|
const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
|
|
@@ -2393,7 +2393,7 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
|
|
|
2393
2393
|
$fault: "client",
|
|
2394
2394
|
$metadata: deserializeMetadata(output),
|
|
2395
2395
|
});
|
|
2396
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2396
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2397
2397
|
}
|
|
2398
2398
|
};
|
|
2399
2399
|
const deserializeAws_json1_1PutLifecycleEventHookExecutionStatusCommand = async (output, context) => {
|
|
@@ -2447,7 +2447,7 @@ const deserializeAws_json1_1PutLifecycleEventHookExecutionStatusCommandError = a
|
|
|
2447
2447
|
$fault: "client",
|
|
2448
2448
|
$metadata: deserializeMetadata(output),
|
|
2449
2449
|
});
|
|
2450
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2450
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2451
2451
|
}
|
|
2452
2452
|
};
|
|
2453
2453
|
const deserializeAws_json1_1RegisterApplicationRevisionCommand = async (output, context) => {
|
|
@@ -2495,7 +2495,7 @@ const deserializeAws_json1_1RegisterApplicationRevisionCommandError = async (out
|
|
|
2495
2495
|
$fault: "client",
|
|
2496
2496
|
$metadata: deserializeMetadata(output),
|
|
2497
2497
|
});
|
|
2498
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2498
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2499
2499
|
}
|
|
2500
2500
|
};
|
|
2501
2501
|
const deserializeAws_json1_1RegisterOnPremisesInstanceCommand = async (output, context) => {
|
|
@@ -2555,7 +2555,7 @@ const deserializeAws_json1_1RegisterOnPremisesInstanceCommandError = async (outp
|
|
|
2555
2555
|
$fault: "client",
|
|
2556
2556
|
$metadata: deserializeMetadata(output),
|
|
2557
2557
|
});
|
|
2558
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2558
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2559
2559
|
}
|
|
2560
2560
|
};
|
|
2561
2561
|
const deserializeAws_json1_1RemoveTagsFromOnPremisesInstancesCommand = async (output, context) => {
|
|
@@ -2606,7 +2606,7 @@ const deserializeAws_json1_1RemoveTagsFromOnPremisesInstancesCommandError = asyn
|
|
|
2606
2606
|
$fault: "client",
|
|
2607
2607
|
$metadata: deserializeMetadata(output),
|
|
2608
2608
|
});
|
|
2609
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2609
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2610
2610
|
}
|
|
2611
2611
|
};
|
|
2612
2612
|
const deserializeAws_json1_1SkipWaitTimeForInstanceTerminationCommand = async (output, context) => {
|
|
@@ -2654,7 +2654,7 @@ const deserializeAws_json1_1SkipWaitTimeForInstanceTerminationCommandError = asy
|
|
|
2654
2654
|
$fault: "client",
|
|
2655
2655
|
$metadata: deserializeMetadata(output),
|
|
2656
2656
|
});
|
|
2657
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2657
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2658
2658
|
}
|
|
2659
2659
|
};
|
|
2660
2660
|
const deserializeAws_json1_1StopDeploymentCommand = async (output, context) => {
|
|
@@ -2705,7 +2705,7 @@ const deserializeAws_json1_1StopDeploymentCommandError = async (output, context)
|
|
|
2705
2705
|
$fault: "client",
|
|
2706
2706
|
$metadata: deserializeMetadata(output),
|
|
2707
2707
|
});
|
|
2708
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2708
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2709
2709
|
}
|
|
2710
2710
|
};
|
|
2711
2711
|
const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
|
|
@@ -2762,7 +2762,7 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
|
|
|
2762
2762
|
$fault: "client",
|
|
2763
2763
|
$metadata: deserializeMetadata(output),
|
|
2764
2764
|
});
|
|
2765
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2765
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2766
2766
|
}
|
|
2767
2767
|
};
|
|
2768
2768
|
const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
|
|
@@ -2819,7 +2819,7 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
|
|
|
2819
2819
|
$fault: "client",
|
|
2820
2820
|
$metadata: deserializeMetadata(output),
|
|
2821
2821
|
});
|
|
2822
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2822
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2823
2823
|
}
|
|
2824
2824
|
};
|
|
2825
2825
|
const deserializeAws_json1_1UpdateApplicationCommand = async (output, context) => {
|
|
@@ -2861,7 +2861,7 @@ const deserializeAws_json1_1UpdateApplicationCommandError = async (output, conte
|
|
|
2861
2861
|
$fault: "client",
|
|
2862
2862
|
$metadata: deserializeMetadata(output),
|
|
2863
2863
|
});
|
|
2864
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2864
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2865
2865
|
}
|
|
2866
2866
|
};
|
|
2867
2867
|
const deserializeAws_json1_1UpdateDeploymentGroupCommand = async (output, context) => {
|
|
@@ -2987,7 +2987,7 @@ const deserializeAws_json1_1UpdateDeploymentGroupCommandError = async (output, c
|
|
|
2987
2987
|
$fault: "client",
|
|
2988
2988
|
$metadata: deserializeMetadata(output),
|
|
2989
2989
|
});
|
|
2990
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2990
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2991
2991
|
}
|
|
2992
2992
|
};
|
|
2993
2993
|
const deserializeAws_json1_1AlarmsLimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
@@ -2997,7 +2997,7 @@ const deserializeAws_json1_1AlarmsLimitExceededExceptionResponse = async (parsed
|
|
|
2997
2997
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2998
2998
|
...deserialized,
|
|
2999
2999
|
});
|
|
3000
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3000
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3001
3001
|
};
|
|
3002
3002
|
const deserializeAws_json1_1ApplicationAlreadyExistsExceptionResponse = async (parsedOutput, context) => {
|
|
3003
3003
|
const body = parsedOutput.body;
|
|
@@ -3006,7 +3006,7 @@ const deserializeAws_json1_1ApplicationAlreadyExistsExceptionResponse = async (p
|
|
|
3006
3006
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3007
3007
|
...deserialized,
|
|
3008
3008
|
});
|
|
3009
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3009
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3010
3010
|
};
|
|
3011
3011
|
const deserializeAws_json1_1ApplicationDoesNotExistExceptionResponse = async (parsedOutput, context) => {
|
|
3012
3012
|
const body = parsedOutput.body;
|
|
@@ -3015,7 +3015,7 @@ const deserializeAws_json1_1ApplicationDoesNotExistExceptionResponse = async (pa
|
|
|
3015
3015
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3016
3016
|
...deserialized,
|
|
3017
3017
|
});
|
|
3018
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3018
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3019
3019
|
};
|
|
3020
3020
|
const deserializeAws_json1_1ApplicationLimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
3021
3021
|
const body = parsedOutput.body;
|
|
@@ -3024,7 +3024,7 @@ const deserializeAws_json1_1ApplicationLimitExceededExceptionResponse = async (p
|
|
|
3024
3024
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3025
3025
|
...deserialized,
|
|
3026
3026
|
});
|
|
3027
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3027
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3028
3028
|
};
|
|
3029
3029
|
const deserializeAws_json1_1ApplicationNameRequiredExceptionResponse = async (parsedOutput, context) => {
|
|
3030
3030
|
const body = parsedOutput.body;
|
|
@@ -3033,7 +3033,7 @@ const deserializeAws_json1_1ApplicationNameRequiredExceptionResponse = async (pa
|
|
|
3033
3033
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3034
3034
|
...deserialized,
|
|
3035
3035
|
});
|
|
3036
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3036
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3037
3037
|
};
|
|
3038
3038
|
const deserializeAws_json1_1ArnNotSupportedExceptionResponse = async (parsedOutput, context) => {
|
|
3039
3039
|
const body = parsedOutput.body;
|
|
@@ -3042,7 +3042,7 @@ const deserializeAws_json1_1ArnNotSupportedExceptionResponse = async (parsedOutp
|
|
|
3042
3042
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3043
3043
|
...deserialized,
|
|
3044
3044
|
});
|
|
3045
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3045
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3046
3046
|
};
|
|
3047
3047
|
const deserializeAws_json1_1BatchLimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
3048
3048
|
const body = parsedOutput.body;
|
|
@@ -3051,7 +3051,7 @@ const deserializeAws_json1_1BatchLimitExceededExceptionResponse = async (parsedO
|
|
|
3051
3051
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3052
3052
|
...deserialized,
|
|
3053
3053
|
});
|
|
3054
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3054
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3055
3055
|
};
|
|
3056
3056
|
const deserializeAws_json1_1BucketNameFilterRequiredExceptionResponse = async (parsedOutput, context) => {
|
|
3057
3057
|
const body = parsedOutput.body;
|
|
@@ -3060,7 +3060,7 @@ const deserializeAws_json1_1BucketNameFilterRequiredExceptionResponse = async (p
|
|
|
3060
3060
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3061
3061
|
...deserialized,
|
|
3062
3062
|
});
|
|
3063
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3063
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3064
3064
|
};
|
|
3065
3065
|
const deserializeAws_json1_1DeploymentAlreadyCompletedExceptionResponse = async (parsedOutput, context) => {
|
|
3066
3066
|
const body = parsedOutput.body;
|
|
@@ -3069,7 +3069,7 @@ const deserializeAws_json1_1DeploymentAlreadyCompletedExceptionResponse = async
|
|
|
3069
3069
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3070
3070
|
...deserialized,
|
|
3071
3071
|
});
|
|
3072
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3072
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3073
3073
|
};
|
|
3074
3074
|
const deserializeAws_json1_1DeploymentConfigAlreadyExistsExceptionResponse = async (parsedOutput, context) => {
|
|
3075
3075
|
const body = parsedOutput.body;
|
|
@@ -3078,7 +3078,7 @@ const deserializeAws_json1_1DeploymentConfigAlreadyExistsExceptionResponse = asy
|
|
|
3078
3078
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3079
3079
|
...deserialized,
|
|
3080
3080
|
});
|
|
3081
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3081
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3082
3082
|
};
|
|
3083
3083
|
const deserializeAws_json1_1DeploymentConfigDoesNotExistExceptionResponse = async (parsedOutput, context) => {
|
|
3084
3084
|
const body = parsedOutput.body;
|
|
@@ -3087,7 +3087,7 @@ const deserializeAws_json1_1DeploymentConfigDoesNotExistExceptionResponse = asyn
|
|
|
3087
3087
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3088
3088
|
...deserialized,
|
|
3089
3089
|
});
|
|
3090
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3090
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3091
3091
|
};
|
|
3092
3092
|
const deserializeAws_json1_1DeploymentConfigInUseExceptionResponse = async (parsedOutput, context) => {
|
|
3093
3093
|
const body = parsedOutput.body;
|
|
@@ -3096,7 +3096,7 @@ const deserializeAws_json1_1DeploymentConfigInUseExceptionResponse = async (pars
|
|
|
3096
3096
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3097
3097
|
...deserialized,
|
|
3098
3098
|
});
|
|
3099
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3099
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3100
3100
|
};
|
|
3101
3101
|
const deserializeAws_json1_1DeploymentConfigLimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
3102
3102
|
const body = parsedOutput.body;
|
|
@@ -3105,7 +3105,7 @@ const deserializeAws_json1_1DeploymentConfigLimitExceededExceptionResponse = asy
|
|
|
3105
3105
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3106
3106
|
...deserialized,
|
|
3107
3107
|
});
|
|
3108
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3108
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3109
3109
|
};
|
|
3110
3110
|
const deserializeAws_json1_1DeploymentConfigNameRequiredExceptionResponse = async (parsedOutput, context) => {
|
|
3111
3111
|
const body = parsedOutput.body;
|
|
@@ -3114,7 +3114,7 @@ const deserializeAws_json1_1DeploymentConfigNameRequiredExceptionResponse = asyn
|
|
|
3114
3114
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3115
3115
|
...deserialized,
|
|
3116
3116
|
});
|
|
3117
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3117
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3118
3118
|
};
|
|
3119
3119
|
const deserializeAws_json1_1DeploymentDoesNotExistExceptionResponse = async (parsedOutput, context) => {
|
|
3120
3120
|
const body = parsedOutput.body;
|
|
@@ -3123,7 +3123,7 @@ const deserializeAws_json1_1DeploymentDoesNotExistExceptionResponse = async (par
|
|
|
3123
3123
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3124
3124
|
...deserialized,
|
|
3125
3125
|
});
|
|
3126
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3126
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3127
3127
|
};
|
|
3128
3128
|
const deserializeAws_json1_1DeploymentGroupAlreadyExistsExceptionResponse = async (parsedOutput, context) => {
|
|
3129
3129
|
const body = parsedOutput.body;
|
|
@@ -3132,7 +3132,7 @@ const deserializeAws_json1_1DeploymentGroupAlreadyExistsExceptionResponse = asyn
|
|
|
3132
3132
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3133
3133
|
...deserialized,
|
|
3134
3134
|
});
|
|
3135
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3135
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3136
3136
|
};
|
|
3137
3137
|
const deserializeAws_json1_1DeploymentGroupDoesNotExistExceptionResponse = async (parsedOutput, context) => {
|
|
3138
3138
|
const body = parsedOutput.body;
|
|
@@ -3141,7 +3141,7 @@ const deserializeAws_json1_1DeploymentGroupDoesNotExistExceptionResponse = async
|
|
|
3141
3141
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3142
3142
|
...deserialized,
|
|
3143
3143
|
});
|
|
3144
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3144
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3145
3145
|
};
|
|
3146
3146
|
const deserializeAws_json1_1DeploymentGroupLimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
3147
3147
|
const body = parsedOutput.body;
|
|
@@ -3150,7 +3150,7 @@ const deserializeAws_json1_1DeploymentGroupLimitExceededExceptionResponse = asyn
|
|
|
3150
3150
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3151
3151
|
...deserialized,
|
|
3152
3152
|
});
|
|
3153
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3153
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3154
3154
|
};
|
|
3155
3155
|
const deserializeAws_json1_1DeploymentGroupNameRequiredExceptionResponse = async (parsedOutput, context) => {
|
|
3156
3156
|
const body = parsedOutput.body;
|
|
@@ -3159,7 +3159,7 @@ const deserializeAws_json1_1DeploymentGroupNameRequiredExceptionResponse = async
|
|
|
3159
3159
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3160
3160
|
...deserialized,
|
|
3161
3161
|
});
|
|
3162
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3162
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3163
3163
|
};
|
|
3164
3164
|
const deserializeAws_json1_1DeploymentIdRequiredExceptionResponse = async (parsedOutput, context) => {
|
|
3165
3165
|
const body = parsedOutput.body;
|
|
@@ -3168,7 +3168,7 @@ const deserializeAws_json1_1DeploymentIdRequiredExceptionResponse = async (parse
|
|
|
3168
3168
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3169
3169
|
...deserialized,
|
|
3170
3170
|
});
|
|
3171
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3171
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3172
3172
|
};
|
|
3173
3173
|
const deserializeAws_json1_1DeploymentIsNotInReadyStateExceptionResponse = async (parsedOutput, context) => {
|
|
3174
3174
|
const body = parsedOutput.body;
|
|
@@ -3177,7 +3177,7 @@ const deserializeAws_json1_1DeploymentIsNotInReadyStateExceptionResponse = async
|
|
|
3177
3177
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3178
3178
|
...deserialized,
|
|
3179
3179
|
});
|
|
3180
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3180
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3181
3181
|
};
|
|
3182
3182
|
const deserializeAws_json1_1DeploymentLimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
3183
3183
|
const body = parsedOutput.body;
|
|
@@ -3186,7 +3186,7 @@ const deserializeAws_json1_1DeploymentLimitExceededExceptionResponse = async (pa
|
|
|
3186
3186
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3187
3187
|
...deserialized,
|
|
3188
3188
|
});
|
|
3189
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3189
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3190
3190
|
};
|
|
3191
3191
|
const deserializeAws_json1_1DeploymentNotStartedExceptionResponse = async (parsedOutput, context) => {
|
|
3192
3192
|
const body = parsedOutput.body;
|
|
@@ -3195,7 +3195,7 @@ const deserializeAws_json1_1DeploymentNotStartedExceptionResponse = async (parse
|
|
|
3195
3195
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3196
3196
|
...deserialized,
|
|
3197
3197
|
});
|
|
3198
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3198
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3199
3199
|
};
|
|
3200
3200
|
const deserializeAws_json1_1DeploymentTargetDoesNotExistExceptionResponse = async (parsedOutput, context) => {
|
|
3201
3201
|
const body = parsedOutput.body;
|
|
@@ -3204,7 +3204,7 @@ const deserializeAws_json1_1DeploymentTargetDoesNotExistExceptionResponse = asyn
|
|
|
3204
3204
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3205
3205
|
...deserialized,
|
|
3206
3206
|
});
|
|
3207
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3207
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3208
3208
|
};
|
|
3209
3209
|
const deserializeAws_json1_1DeploymentTargetIdRequiredExceptionResponse = async (parsedOutput, context) => {
|
|
3210
3210
|
const body = parsedOutput.body;
|
|
@@ -3213,7 +3213,7 @@ const deserializeAws_json1_1DeploymentTargetIdRequiredExceptionResponse = async
|
|
|
3213
3213
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3214
3214
|
...deserialized,
|
|
3215
3215
|
});
|
|
3216
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3216
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3217
3217
|
};
|
|
3218
3218
|
const deserializeAws_json1_1DeploymentTargetListSizeExceededExceptionResponse = async (parsedOutput, context) => {
|
|
3219
3219
|
const body = parsedOutput.body;
|
|
@@ -3222,7 +3222,7 @@ const deserializeAws_json1_1DeploymentTargetListSizeExceededExceptionResponse =
|
|
|
3222
3222
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3223
3223
|
...deserialized,
|
|
3224
3224
|
});
|
|
3225
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3225
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3226
3226
|
};
|
|
3227
3227
|
const deserializeAws_json1_1DescriptionTooLongExceptionResponse = async (parsedOutput, context) => {
|
|
3228
3228
|
const body = parsedOutput.body;
|
|
@@ -3231,7 +3231,7 @@ const deserializeAws_json1_1DescriptionTooLongExceptionResponse = async (parsedO
|
|
|
3231
3231
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3232
3232
|
...deserialized,
|
|
3233
3233
|
});
|
|
3234
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3234
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3235
3235
|
};
|
|
3236
3236
|
const deserializeAws_json1_1ECSServiceMappingLimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
3237
3237
|
const body = parsedOutput.body;
|
|
@@ -3240,7 +3240,7 @@ const deserializeAws_json1_1ECSServiceMappingLimitExceededExceptionResponse = as
|
|
|
3240
3240
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3241
3241
|
...deserialized,
|
|
3242
3242
|
});
|
|
3243
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3243
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3244
3244
|
};
|
|
3245
3245
|
const deserializeAws_json1_1GitHubAccountTokenDoesNotExistExceptionResponse = async (parsedOutput, context) => {
|
|
3246
3246
|
const body = parsedOutput.body;
|
|
@@ -3249,7 +3249,7 @@ const deserializeAws_json1_1GitHubAccountTokenDoesNotExistExceptionResponse = as
|
|
|
3249
3249
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3250
3250
|
...deserialized,
|
|
3251
3251
|
});
|
|
3252
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3252
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3253
3253
|
};
|
|
3254
3254
|
const deserializeAws_json1_1GitHubAccountTokenNameRequiredExceptionResponse = async (parsedOutput, context) => {
|
|
3255
3255
|
const body = parsedOutput.body;
|
|
@@ -3258,7 +3258,7 @@ const deserializeAws_json1_1GitHubAccountTokenNameRequiredExceptionResponse = as
|
|
|
3258
3258
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3259
3259
|
...deserialized,
|
|
3260
3260
|
});
|
|
3261
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3261
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3262
3262
|
};
|
|
3263
3263
|
const deserializeAws_json1_1IamArnRequiredExceptionResponse = async (parsedOutput, context) => {
|
|
3264
3264
|
const body = parsedOutput.body;
|
|
@@ -3267,7 +3267,7 @@ const deserializeAws_json1_1IamArnRequiredExceptionResponse = async (parsedOutpu
|
|
|
3267
3267
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3268
3268
|
...deserialized,
|
|
3269
3269
|
});
|
|
3270
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3270
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3271
3271
|
};
|
|
3272
3272
|
const deserializeAws_json1_1IamSessionArnAlreadyRegisteredExceptionResponse = async (parsedOutput, context) => {
|
|
3273
3273
|
const body = parsedOutput.body;
|
|
@@ -3276,7 +3276,7 @@ const deserializeAws_json1_1IamSessionArnAlreadyRegisteredExceptionResponse = as
|
|
|
3276
3276
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3277
3277
|
...deserialized,
|
|
3278
3278
|
});
|
|
3279
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3279
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3280
3280
|
};
|
|
3281
3281
|
const deserializeAws_json1_1IamUserArnAlreadyRegisteredExceptionResponse = async (parsedOutput, context) => {
|
|
3282
3282
|
const body = parsedOutput.body;
|
|
@@ -3285,7 +3285,7 @@ const deserializeAws_json1_1IamUserArnAlreadyRegisteredExceptionResponse = async
|
|
|
3285
3285
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3286
3286
|
...deserialized,
|
|
3287
3287
|
});
|
|
3288
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3288
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3289
3289
|
};
|
|
3290
3290
|
const deserializeAws_json1_1IamUserArnRequiredExceptionResponse = async (parsedOutput, context) => {
|
|
3291
3291
|
const body = parsedOutput.body;
|
|
@@ -3294,7 +3294,7 @@ const deserializeAws_json1_1IamUserArnRequiredExceptionResponse = async (parsedO
|
|
|
3294
3294
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3295
3295
|
...deserialized,
|
|
3296
3296
|
});
|
|
3297
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3297
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3298
3298
|
};
|
|
3299
3299
|
const deserializeAws_json1_1InstanceDoesNotExistExceptionResponse = async (parsedOutput, context) => {
|
|
3300
3300
|
const body = parsedOutput.body;
|
|
@@ -3303,7 +3303,7 @@ const deserializeAws_json1_1InstanceDoesNotExistExceptionResponse = async (parse
|
|
|
3303
3303
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3304
3304
|
...deserialized,
|
|
3305
3305
|
});
|
|
3306
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3306
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3307
3307
|
};
|
|
3308
3308
|
const deserializeAws_json1_1InstanceIdRequiredExceptionResponse = async (parsedOutput, context) => {
|
|
3309
3309
|
const body = parsedOutput.body;
|
|
@@ -3312,7 +3312,7 @@ const deserializeAws_json1_1InstanceIdRequiredExceptionResponse = async (parsedO
|
|
|
3312
3312
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3313
3313
|
...deserialized,
|
|
3314
3314
|
});
|
|
3315
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3315
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3316
3316
|
};
|
|
3317
3317
|
const deserializeAws_json1_1InstanceLimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
3318
3318
|
const body = parsedOutput.body;
|
|
@@ -3321,7 +3321,7 @@ const deserializeAws_json1_1InstanceLimitExceededExceptionResponse = async (pars
|
|
|
3321
3321
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3322
3322
|
...deserialized,
|
|
3323
3323
|
});
|
|
3324
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3324
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3325
3325
|
};
|
|
3326
3326
|
const deserializeAws_json1_1InstanceNameAlreadyRegisteredExceptionResponse = async (parsedOutput, context) => {
|
|
3327
3327
|
const body = parsedOutput.body;
|
|
@@ -3330,7 +3330,7 @@ const deserializeAws_json1_1InstanceNameAlreadyRegisteredExceptionResponse = asy
|
|
|
3330
3330
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3331
3331
|
...deserialized,
|
|
3332
3332
|
});
|
|
3333
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3333
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3334
3334
|
};
|
|
3335
3335
|
const deserializeAws_json1_1InstanceNameRequiredExceptionResponse = async (parsedOutput, context) => {
|
|
3336
3336
|
const body = parsedOutput.body;
|
|
@@ -3339,7 +3339,7 @@ const deserializeAws_json1_1InstanceNameRequiredExceptionResponse = async (parse
|
|
|
3339
3339
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3340
3340
|
...deserialized,
|
|
3341
3341
|
});
|
|
3342
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3342
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3343
3343
|
};
|
|
3344
3344
|
const deserializeAws_json1_1InstanceNotRegisteredExceptionResponse = async (parsedOutput, context) => {
|
|
3345
3345
|
const body = parsedOutput.body;
|
|
@@ -3348,7 +3348,7 @@ const deserializeAws_json1_1InstanceNotRegisteredExceptionResponse = async (pars
|
|
|
3348
3348
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3349
3349
|
...deserialized,
|
|
3350
3350
|
});
|
|
3351
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3351
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3352
3352
|
};
|
|
3353
3353
|
const deserializeAws_json1_1InvalidAlarmConfigExceptionResponse = async (parsedOutput, context) => {
|
|
3354
3354
|
const body = parsedOutput.body;
|
|
@@ -3357,7 +3357,7 @@ const deserializeAws_json1_1InvalidAlarmConfigExceptionResponse = async (parsedO
|
|
|
3357
3357
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3358
3358
|
...deserialized,
|
|
3359
3359
|
});
|
|
3360
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3360
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3361
3361
|
};
|
|
3362
3362
|
const deserializeAws_json1_1InvalidApplicationNameExceptionResponse = async (parsedOutput, context) => {
|
|
3363
3363
|
const body = parsedOutput.body;
|
|
@@ -3366,7 +3366,7 @@ const deserializeAws_json1_1InvalidApplicationNameExceptionResponse = async (par
|
|
|
3366
3366
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3367
3367
|
...deserialized,
|
|
3368
3368
|
});
|
|
3369
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3369
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3370
3370
|
};
|
|
3371
3371
|
const deserializeAws_json1_1InvalidArnExceptionResponse = async (parsedOutput, context) => {
|
|
3372
3372
|
const body = parsedOutput.body;
|
|
@@ -3375,7 +3375,7 @@ const deserializeAws_json1_1InvalidArnExceptionResponse = async (parsedOutput, c
|
|
|
3375
3375
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3376
3376
|
...deserialized,
|
|
3377
3377
|
});
|
|
3378
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3378
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3379
3379
|
};
|
|
3380
3380
|
const deserializeAws_json1_1InvalidAutoRollbackConfigExceptionResponse = async (parsedOutput, context) => {
|
|
3381
3381
|
const body = parsedOutput.body;
|
|
@@ -3384,7 +3384,7 @@ const deserializeAws_json1_1InvalidAutoRollbackConfigExceptionResponse = async (
|
|
|
3384
3384
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3385
3385
|
...deserialized,
|
|
3386
3386
|
});
|
|
3387
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3387
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3388
3388
|
};
|
|
3389
3389
|
const deserializeAws_json1_1InvalidAutoScalingGroupExceptionResponse = async (parsedOutput, context) => {
|
|
3390
3390
|
const body = parsedOutput.body;
|
|
@@ -3393,7 +3393,7 @@ const deserializeAws_json1_1InvalidAutoScalingGroupExceptionResponse = async (pa
|
|
|
3393
3393
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3394
3394
|
...deserialized,
|
|
3395
3395
|
});
|
|
3396
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3396
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3397
3397
|
};
|
|
3398
3398
|
const deserializeAws_json1_1InvalidBlueGreenDeploymentConfigurationExceptionResponse = async (parsedOutput, context) => {
|
|
3399
3399
|
const body = parsedOutput.body;
|
|
@@ -3402,7 +3402,7 @@ const deserializeAws_json1_1InvalidBlueGreenDeploymentConfigurationExceptionResp
|
|
|
3402
3402
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3403
3403
|
...deserialized,
|
|
3404
3404
|
});
|
|
3405
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3405
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3406
3406
|
};
|
|
3407
3407
|
const deserializeAws_json1_1InvalidBucketNameFilterExceptionResponse = async (parsedOutput, context) => {
|
|
3408
3408
|
const body = parsedOutput.body;
|
|
@@ -3411,7 +3411,7 @@ const deserializeAws_json1_1InvalidBucketNameFilterExceptionResponse = async (pa
|
|
|
3411
3411
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3412
3412
|
...deserialized,
|
|
3413
3413
|
});
|
|
3414
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3414
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3415
3415
|
};
|
|
3416
3416
|
const deserializeAws_json1_1InvalidComputePlatformExceptionResponse = async (parsedOutput, context) => {
|
|
3417
3417
|
const body = parsedOutput.body;
|
|
@@ -3420,7 +3420,7 @@ const deserializeAws_json1_1InvalidComputePlatformExceptionResponse = async (par
|
|
|
3420
3420
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3421
3421
|
...deserialized,
|
|
3422
3422
|
});
|
|
3423
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3423
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3424
3424
|
};
|
|
3425
3425
|
const deserializeAws_json1_1InvalidDeployedStateFilterExceptionResponse = async (parsedOutput, context) => {
|
|
3426
3426
|
const body = parsedOutput.body;
|
|
@@ -3429,7 +3429,7 @@ const deserializeAws_json1_1InvalidDeployedStateFilterExceptionResponse = async
|
|
|
3429
3429
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3430
3430
|
...deserialized,
|
|
3431
3431
|
});
|
|
3432
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3432
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3433
3433
|
};
|
|
3434
3434
|
const deserializeAws_json1_1InvalidDeploymentConfigNameExceptionResponse = async (parsedOutput, context) => {
|
|
3435
3435
|
const body = parsedOutput.body;
|
|
@@ -3438,7 +3438,7 @@ const deserializeAws_json1_1InvalidDeploymentConfigNameExceptionResponse = async
|
|
|
3438
3438
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3439
3439
|
...deserialized,
|
|
3440
3440
|
});
|
|
3441
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3441
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3442
3442
|
};
|
|
3443
3443
|
const deserializeAws_json1_1InvalidDeploymentGroupNameExceptionResponse = async (parsedOutput, context) => {
|
|
3444
3444
|
const body = parsedOutput.body;
|
|
@@ -3447,7 +3447,7 @@ const deserializeAws_json1_1InvalidDeploymentGroupNameExceptionResponse = async
|
|
|
3447
3447
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3448
3448
|
...deserialized,
|
|
3449
3449
|
});
|
|
3450
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3450
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3451
3451
|
};
|
|
3452
3452
|
const deserializeAws_json1_1InvalidDeploymentIdExceptionResponse = async (parsedOutput, context) => {
|
|
3453
3453
|
const body = parsedOutput.body;
|
|
@@ -3456,7 +3456,7 @@ const deserializeAws_json1_1InvalidDeploymentIdExceptionResponse = async (parsed
|
|
|
3456
3456
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3457
3457
|
...deserialized,
|
|
3458
3458
|
});
|
|
3459
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3459
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3460
3460
|
};
|
|
3461
3461
|
const deserializeAws_json1_1InvalidDeploymentInstanceTypeExceptionResponse = async (parsedOutput, context) => {
|
|
3462
3462
|
const body = parsedOutput.body;
|
|
@@ -3465,7 +3465,7 @@ const deserializeAws_json1_1InvalidDeploymentInstanceTypeExceptionResponse = asy
|
|
|
3465
3465
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3466
3466
|
...deserialized,
|
|
3467
3467
|
});
|
|
3468
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3468
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3469
3469
|
};
|
|
3470
3470
|
const deserializeAws_json1_1InvalidDeploymentStatusExceptionResponse = async (parsedOutput, context) => {
|
|
3471
3471
|
const body = parsedOutput.body;
|
|
@@ -3474,7 +3474,7 @@ const deserializeAws_json1_1InvalidDeploymentStatusExceptionResponse = async (pa
|
|
|
3474
3474
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3475
3475
|
...deserialized,
|
|
3476
3476
|
});
|
|
3477
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3477
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3478
3478
|
};
|
|
3479
3479
|
const deserializeAws_json1_1InvalidDeploymentStyleExceptionResponse = async (parsedOutput, context) => {
|
|
3480
3480
|
const body = parsedOutput.body;
|
|
@@ -3483,7 +3483,7 @@ const deserializeAws_json1_1InvalidDeploymentStyleExceptionResponse = async (par
|
|
|
3483
3483
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3484
3484
|
...deserialized,
|
|
3485
3485
|
});
|
|
3486
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3486
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3487
3487
|
};
|
|
3488
3488
|
const deserializeAws_json1_1InvalidDeploymentTargetIdExceptionResponse = async (parsedOutput, context) => {
|
|
3489
3489
|
const body = parsedOutput.body;
|
|
@@ -3492,7 +3492,7 @@ const deserializeAws_json1_1InvalidDeploymentTargetIdExceptionResponse = async (
|
|
|
3492
3492
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3493
3493
|
...deserialized,
|
|
3494
3494
|
});
|
|
3495
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3495
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3496
3496
|
};
|
|
3497
3497
|
const deserializeAws_json1_1InvalidDeploymentWaitTypeExceptionResponse = async (parsedOutput, context) => {
|
|
3498
3498
|
const body = parsedOutput.body;
|
|
@@ -3501,7 +3501,7 @@ const deserializeAws_json1_1InvalidDeploymentWaitTypeExceptionResponse = async (
|
|
|
3501
3501
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3502
3502
|
...deserialized,
|
|
3503
3503
|
});
|
|
3504
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3504
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3505
3505
|
};
|
|
3506
3506
|
const deserializeAws_json1_1InvalidEC2TagCombinationExceptionResponse = async (parsedOutput, context) => {
|
|
3507
3507
|
const body = parsedOutput.body;
|
|
@@ -3510,7 +3510,7 @@ const deserializeAws_json1_1InvalidEC2TagCombinationExceptionResponse = async (p
|
|
|
3510
3510
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3511
3511
|
...deserialized,
|
|
3512
3512
|
});
|
|
3513
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3513
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3514
3514
|
};
|
|
3515
3515
|
const deserializeAws_json1_1InvalidEC2TagExceptionResponse = async (parsedOutput, context) => {
|
|
3516
3516
|
const body = parsedOutput.body;
|
|
@@ -3519,7 +3519,7 @@ const deserializeAws_json1_1InvalidEC2TagExceptionResponse = async (parsedOutput
|
|
|
3519
3519
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3520
3520
|
...deserialized,
|
|
3521
3521
|
});
|
|
3522
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3522
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3523
3523
|
};
|
|
3524
3524
|
const deserializeAws_json1_1InvalidECSServiceExceptionResponse = async (parsedOutput, context) => {
|
|
3525
3525
|
const body = parsedOutput.body;
|
|
@@ -3528,7 +3528,7 @@ const deserializeAws_json1_1InvalidECSServiceExceptionResponse = async (parsedOu
|
|
|
3528
3528
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3529
3529
|
...deserialized,
|
|
3530
3530
|
});
|
|
3531
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3531
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3532
3532
|
};
|
|
3533
3533
|
const deserializeAws_json1_1InvalidExternalIdExceptionResponse = async (parsedOutput, context) => {
|
|
3534
3534
|
const body = parsedOutput.body;
|
|
@@ -3537,7 +3537,7 @@ const deserializeAws_json1_1InvalidExternalIdExceptionResponse = async (parsedOu
|
|
|
3537
3537
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3538
3538
|
...deserialized,
|
|
3539
3539
|
});
|
|
3540
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3540
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3541
3541
|
};
|
|
3542
3542
|
const deserializeAws_json1_1InvalidFileExistsBehaviorExceptionResponse = async (parsedOutput, context) => {
|
|
3543
3543
|
const body = parsedOutput.body;
|
|
@@ -3546,7 +3546,7 @@ const deserializeAws_json1_1InvalidFileExistsBehaviorExceptionResponse = async (
|
|
|
3546
3546
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3547
3547
|
...deserialized,
|
|
3548
3548
|
});
|
|
3549
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3549
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3550
3550
|
};
|
|
3551
3551
|
const deserializeAws_json1_1InvalidGitHubAccountTokenExceptionResponse = async (parsedOutput, context) => {
|
|
3552
3552
|
const body = parsedOutput.body;
|
|
@@ -3555,7 +3555,7 @@ const deserializeAws_json1_1InvalidGitHubAccountTokenExceptionResponse = async (
|
|
|
3555
3555
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3556
3556
|
...deserialized,
|
|
3557
3557
|
});
|
|
3558
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3558
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3559
3559
|
};
|
|
3560
3560
|
const deserializeAws_json1_1InvalidGitHubAccountTokenNameExceptionResponse = async (parsedOutput, context) => {
|
|
3561
3561
|
const body = parsedOutput.body;
|
|
@@ -3564,7 +3564,7 @@ const deserializeAws_json1_1InvalidGitHubAccountTokenNameExceptionResponse = asy
|
|
|
3564
3564
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3565
3565
|
...deserialized,
|
|
3566
3566
|
});
|
|
3567
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3567
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3568
3568
|
};
|
|
3569
3569
|
const deserializeAws_json1_1InvalidIamSessionArnExceptionResponse = async (parsedOutput, context) => {
|
|
3570
3570
|
const body = parsedOutput.body;
|
|
@@ -3573,7 +3573,7 @@ const deserializeAws_json1_1InvalidIamSessionArnExceptionResponse = async (parse
|
|
|
3573
3573
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3574
3574
|
...deserialized,
|
|
3575
3575
|
});
|
|
3576
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3576
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3577
3577
|
};
|
|
3578
3578
|
const deserializeAws_json1_1InvalidIamUserArnExceptionResponse = async (parsedOutput, context) => {
|
|
3579
3579
|
const body = parsedOutput.body;
|
|
@@ -3582,7 +3582,7 @@ const deserializeAws_json1_1InvalidIamUserArnExceptionResponse = async (parsedOu
|
|
|
3582
3582
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3583
3583
|
...deserialized,
|
|
3584
3584
|
});
|
|
3585
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3585
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3586
3586
|
};
|
|
3587
3587
|
const deserializeAws_json1_1InvalidIgnoreApplicationStopFailuresValueExceptionResponse = async (parsedOutput, context) => {
|
|
3588
3588
|
const body = parsedOutput.body;
|
|
@@ -3591,7 +3591,7 @@ const deserializeAws_json1_1InvalidIgnoreApplicationStopFailuresValueExceptionRe
|
|
|
3591
3591
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3592
3592
|
...deserialized,
|
|
3593
3593
|
});
|
|
3594
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3594
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3595
3595
|
};
|
|
3596
3596
|
const deserializeAws_json1_1InvalidInputExceptionResponse = async (parsedOutput, context) => {
|
|
3597
3597
|
const body = parsedOutput.body;
|
|
@@ -3600,7 +3600,7 @@ const deserializeAws_json1_1InvalidInputExceptionResponse = async (parsedOutput,
|
|
|
3600
3600
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3601
3601
|
...deserialized,
|
|
3602
3602
|
});
|
|
3603
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3603
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3604
3604
|
};
|
|
3605
3605
|
const deserializeAws_json1_1InvalidInstanceNameExceptionResponse = async (parsedOutput, context) => {
|
|
3606
3606
|
const body = parsedOutput.body;
|
|
@@ -3609,7 +3609,7 @@ const deserializeAws_json1_1InvalidInstanceNameExceptionResponse = async (parsed
|
|
|
3609
3609
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3610
3610
|
...deserialized,
|
|
3611
3611
|
});
|
|
3612
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3612
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3613
3613
|
};
|
|
3614
3614
|
const deserializeAws_json1_1InvalidInstanceStatusExceptionResponse = async (parsedOutput, context) => {
|
|
3615
3615
|
const body = parsedOutput.body;
|
|
@@ -3618,7 +3618,7 @@ const deserializeAws_json1_1InvalidInstanceStatusExceptionResponse = async (pars
|
|
|
3618
3618
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3619
3619
|
...deserialized,
|
|
3620
3620
|
});
|
|
3621
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3621
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3622
3622
|
};
|
|
3623
3623
|
const deserializeAws_json1_1InvalidInstanceTypeExceptionResponse = async (parsedOutput, context) => {
|
|
3624
3624
|
const body = parsedOutput.body;
|
|
@@ -3627,7 +3627,7 @@ const deserializeAws_json1_1InvalidInstanceTypeExceptionResponse = async (parsed
|
|
|
3627
3627
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3628
3628
|
...deserialized,
|
|
3629
3629
|
});
|
|
3630
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3630
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3631
3631
|
};
|
|
3632
3632
|
const deserializeAws_json1_1InvalidKeyPrefixFilterExceptionResponse = async (parsedOutput, context) => {
|
|
3633
3633
|
const body = parsedOutput.body;
|
|
@@ -3636,7 +3636,7 @@ const deserializeAws_json1_1InvalidKeyPrefixFilterExceptionResponse = async (par
|
|
|
3636
3636
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3637
3637
|
...deserialized,
|
|
3638
3638
|
});
|
|
3639
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3639
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3640
3640
|
};
|
|
3641
3641
|
const deserializeAws_json1_1InvalidLifecycleEventHookExecutionIdExceptionResponse = async (parsedOutput, context) => {
|
|
3642
3642
|
const body = parsedOutput.body;
|
|
@@ -3645,7 +3645,7 @@ const deserializeAws_json1_1InvalidLifecycleEventHookExecutionIdExceptionRespons
|
|
|
3645
3645
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3646
3646
|
...deserialized,
|
|
3647
3647
|
});
|
|
3648
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3648
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3649
3649
|
};
|
|
3650
3650
|
const deserializeAws_json1_1InvalidLifecycleEventHookExecutionStatusExceptionResponse = async (parsedOutput, context) => {
|
|
3651
3651
|
const body = parsedOutput.body;
|
|
@@ -3654,7 +3654,7 @@ const deserializeAws_json1_1InvalidLifecycleEventHookExecutionStatusExceptionRes
|
|
|
3654
3654
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3655
3655
|
...deserialized,
|
|
3656
3656
|
});
|
|
3657
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3657
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3658
3658
|
};
|
|
3659
3659
|
const deserializeAws_json1_1InvalidLoadBalancerInfoExceptionResponse = async (parsedOutput, context) => {
|
|
3660
3660
|
const body = parsedOutput.body;
|
|
@@ -3663,7 +3663,7 @@ const deserializeAws_json1_1InvalidLoadBalancerInfoExceptionResponse = async (pa
|
|
|
3663
3663
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3664
3664
|
...deserialized,
|
|
3665
3665
|
});
|
|
3666
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3666
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3667
3667
|
};
|
|
3668
3668
|
const deserializeAws_json1_1InvalidMinimumHealthyHostValueExceptionResponse = async (parsedOutput, context) => {
|
|
3669
3669
|
const body = parsedOutput.body;
|
|
@@ -3672,7 +3672,7 @@ const deserializeAws_json1_1InvalidMinimumHealthyHostValueExceptionResponse = as
|
|
|
3672
3672
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3673
3673
|
...deserialized,
|
|
3674
3674
|
});
|
|
3675
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3675
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3676
3676
|
};
|
|
3677
3677
|
const deserializeAws_json1_1InvalidNextTokenExceptionResponse = async (parsedOutput, context) => {
|
|
3678
3678
|
const body = parsedOutput.body;
|
|
@@ -3681,7 +3681,7 @@ const deserializeAws_json1_1InvalidNextTokenExceptionResponse = async (parsedOut
|
|
|
3681
3681
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3682
3682
|
...deserialized,
|
|
3683
3683
|
});
|
|
3684
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3684
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3685
3685
|
};
|
|
3686
3686
|
const deserializeAws_json1_1InvalidOnPremisesTagCombinationExceptionResponse = async (parsedOutput, context) => {
|
|
3687
3687
|
const body = parsedOutput.body;
|
|
@@ -3690,7 +3690,7 @@ const deserializeAws_json1_1InvalidOnPremisesTagCombinationExceptionResponse = a
|
|
|
3690
3690
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3691
3691
|
...deserialized,
|
|
3692
3692
|
});
|
|
3693
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3693
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3694
3694
|
};
|
|
3695
3695
|
const deserializeAws_json1_1InvalidOperationExceptionResponse = async (parsedOutput, context) => {
|
|
3696
3696
|
const body = parsedOutput.body;
|
|
@@ -3699,7 +3699,7 @@ const deserializeAws_json1_1InvalidOperationExceptionResponse = async (parsedOut
|
|
|
3699
3699
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3700
3700
|
...deserialized,
|
|
3701
3701
|
});
|
|
3702
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3702
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3703
3703
|
};
|
|
3704
3704
|
const deserializeAws_json1_1InvalidRegistrationStatusExceptionResponse = async (parsedOutput, context) => {
|
|
3705
3705
|
const body = parsedOutput.body;
|
|
@@ -3708,7 +3708,7 @@ const deserializeAws_json1_1InvalidRegistrationStatusExceptionResponse = async (
|
|
|
3708
3708
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3709
3709
|
...deserialized,
|
|
3710
3710
|
});
|
|
3711
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3711
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3712
3712
|
};
|
|
3713
3713
|
const deserializeAws_json1_1InvalidRevisionExceptionResponse = async (parsedOutput, context) => {
|
|
3714
3714
|
const body = parsedOutput.body;
|
|
@@ -3717,7 +3717,7 @@ const deserializeAws_json1_1InvalidRevisionExceptionResponse = async (parsedOutp
|
|
|
3717
3717
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3718
3718
|
...deserialized,
|
|
3719
3719
|
});
|
|
3720
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3720
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3721
3721
|
};
|
|
3722
3722
|
const deserializeAws_json1_1InvalidRoleExceptionResponse = async (parsedOutput, context) => {
|
|
3723
3723
|
const body = parsedOutput.body;
|
|
@@ -3726,7 +3726,7 @@ const deserializeAws_json1_1InvalidRoleExceptionResponse = async (parsedOutput,
|
|
|
3726
3726
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3727
3727
|
...deserialized,
|
|
3728
3728
|
});
|
|
3729
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3729
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3730
3730
|
};
|
|
3731
3731
|
const deserializeAws_json1_1InvalidSortByExceptionResponse = async (parsedOutput, context) => {
|
|
3732
3732
|
const body = parsedOutput.body;
|
|
@@ -3735,7 +3735,7 @@ const deserializeAws_json1_1InvalidSortByExceptionResponse = async (parsedOutput
|
|
|
3735
3735
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3736
3736
|
...deserialized,
|
|
3737
3737
|
});
|
|
3738
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3738
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3739
3739
|
};
|
|
3740
3740
|
const deserializeAws_json1_1InvalidSortOrderExceptionResponse = async (parsedOutput, context) => {
|
|
3741
3741
|
const body = parsedOutput.body;
|
|
@@ -3744,7 +3744,7 @@ const deserializeAws_json1_1InvalidSortOrderExceptionResponse = async (parsedOut
|
|
|
3744
3744
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3745
3745
|
...deserialized,
|
|
3746
3746
|
});
|
|
3747
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3747
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3748
3748
|
};
|
|
3749
3749
|
const deserializeAws_json1_1InvalidTagExceptionResponse = async (parsedOutput, context) => {
|
|
3750
3750
|
const body = parsedOutput.body;
|
|
@@ -3753,7 +3753,7 @@ const deserializeAws_json1_1InvalidTagExceptionResponse = async (parsedOutput, c
|
|
|
3753
3753
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3754
3754
|
...deserialized,
|
|
3755
3755
|
});
|
|
3756
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3756
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3757
3757
|
};
|
|
3758
3758
|
const deserializeAws_json1_1InvalidTagFilterExceptionResponse = async (parsedOutput, context) => {
|
|
3759
3759
|
const body = parsedOutput.body;
|
|
@@ -3762,7 +3762,7 @@ const deserializeAws_json1_1InvalidTagFilterExceptionResponse = async (parsedOut
|
|
|
3762
3762
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3763
3763
|
...deserialized,
|
|
3764
3764
|
});
|
|
3765
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3765
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3766
3766
|
};
|
|
3767
3767
|
const deserializeAws_json1_1InvalidTagsToAddExceptionResponse = async (parsedOutput, context) => {
|
|
3768
3768
|
const body = parsedOutput.body;
|
|
@@ -3771,7 +3771,7 @@ const deserializeAws_json1_1InvalidTagsToAddExceptionResponse = async (parsedOut
|
|
|
3771
3771
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3772
3772
|
...deserialized,
|
|
3773
3773
|
});
|
|
3774
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3774
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3775
3775
|
};
|
|
3776
3776
|
const deserializeAws_json1_1InvalidTargetFilterNameExceptionResponse = async (parsedOutput, context) => {
|
|
3777
3777
|
const body = parsedOutput.body;
|
|
@@ -3780,7 +3780,7 @@ const deserializeAws_json1_1InvalidTargetFilterNameExceptionResponse = async (pa
|
|
|
3780
3780
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3781
3781
|
...deserialized,
|
|
3782
3782
|
});
|
|
3783
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3783
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3784
3784
|
};
|
|
3785
3785
|
const deserializeAws_json1_1InvalidTargetGroupPairExceptionResponse = async (parsedOutput, context) => {
|
|
3786
3786
|
const body = parsedOutput.body;
|
|
@@ -3789,7 +3789,7 @@ const deserializeAws_json1_1InvalidTargetGroupPairExceptionResponse = async (par
|
|
|
3789
3789
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3790
3790
|
...deserialized,
|
|
3791
3791
|
});
|
|
3792
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3792
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3793
3793
|
};
|
|
3794
3794
|
const deserializeAws_json1_1InvalidTargetInstancesExceptionResponse = async (parsedOutput, context) => {
|
|
3795
3795
|
const body = parsedOutput.body;
|
|
@@ -3798,7 +3798,7 @@ const deserializeAws_json1_1InvalidTargetInstancesExceptionResponse = async (par
|
|
|
3798
3798
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3799
3799
|
...deserialized,
|
|
3800
3800
|
});
|
|
3801
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3801
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3802
3802
|
};
|
|
3803
3803
|
const deserializeAws_json1_1InvalidTimeRangeExceptionResponse = async (parsedOutput, context) => {
|
|
3804
3804
|
const body = parsedOutput.body;
|
|
@@ -3807,7 +3807,7 @@ const deserializeAws_json1_1InvalidTimeRangeExceptionResponse = async (parsedOut
|
|
|
3807
3807
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3808
3808
|
...deserialized,
|
|
3809
3809
|
});
|
|
3810
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3810
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3811
3811
|
};
|
|
3812
3812
|
const deserializeAws_json1_1InvalidTrafficRoutingConfigurationExceptionResponse = async (parsedOutput, context) => {
|
|
3813
3813
|
const body = parsedOutput.body;
|
|
@@ -3816,7 +3816,7 @@ const deserializeAws_json1_1InvalidTrafficRoutingConfigurationExceptionResponse
|
|
|
3816
3816
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3817
3817
|
...deserialized,
|
|
3818
3818
|
});
|
|
3819
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3819
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3820
3820
|
};
|
|
3821
3821
|
const deserializeAws_json1_1InvalidTriggerConfigExceptionResponse = async (parsedOutput, context) => {
|
|
3822
3822
|
const body = parsedOutput.body;
|
|
@@ -3825,7 +3825,7 @@ const deserializeAws_json1_1InvalidTriggerConfigExceptionResponse = async (parse
|
|
|
3825
3825
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3826
3826
|
...deserialized,
|
|
3827
3827
|
});
|
|
3828
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3828
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3829
3829
|
};
|
|
3830
3830
|
const deserializeAws_json1_1InvalidUpdateOutdatedInstancesOnlyValueExceptionResponse = async (parsedOutput, context) => {
|
|
3831
3831
|
const body = parsedOutput.body;
|
|
@@ -3834,7 +3834,7 @@ const deserializeAws_json1_1InvalidUpdateOutdatedInstancesOnlyValueExceptionResp
|
|
|
3834
3834
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3835
3835
|
...deserialized,
|
|
3836
3836
|
});
|
|
3837
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3837
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3838
3838
|
};
|
|
3839
3839
|
const deserializeAws_json1_1LifecycleEventAlreadyCompletedExceptionResponse = async (parsedOutput, context) => {
|
|
3840
3840
|
const body = parsedOutput.body;
|
|
@@ -3843,7 +3843,7 @@ const deserializeAws_json1_1LifecycleEventAlreadyCompletedExceptionResponse = as
|
|
|
3843
3843
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3844
3844
|
...deserialized,
|
|
3845
3845
|
});
|
|
3846
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3846
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3847
3847
|
};
|
|
3848
3848
|
const deserializeAws_json1_1LifecycleHookLimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
3849
3849
|
const body = parsedOutput.body;
|
|
@@ -3852,7 +3852,7 @@ const deserializeAws_json1_1LifecycleHookLimitExceededExceptionResponse = async
|
|
|
3852
3852
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3853
3853
|
...deserialized,
|
|
3854
3854
|
});
|
|
3855
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3855
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3856
3856
|
};
|
|
3857
3857
|
const deserializeAws_json1_1MultipleIamArnsProvidedExceptionResponse = async (parsedOutput, context) => {
|
|
3858
3858
|
const body = parsedOutput.body;
|
|
@@ -3861,7 +3861,7 @@ const deserializeAws_json1_1MultipleIamArnsProvidedExceptionResponse = async (pa
|
|
|
3861
3861
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3862
3862
|
...deserialized,
|
|
3863
3863
|
});
|
|
3864
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3864
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3865
3865
|
};
|
|
3866
3866
|
const deserializeAws_json1_1OperationNotSupportedExceptionResponse = async (parsedOutput, context) => {
|
|
3867
3867
|
const body = parsedOutput.body;
|
|
@@ -3870,7 +3870,7 @@ const deserializeAws_json1_1OperationNotSupportedExceptionResponse = async (pars
|
|
|
3870
3870
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3871
3871
|
...deserialized,
|
|
3872
3872
|
});
|
|
3873
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3873
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3874
3874
|
};
|
|
3875
3875
|
const deserializeAws_json1_1ResourceArnRequiredExceptionResponse = async (parsedOutput, context) => {
|
|
3876
3876
|
const body = parsedOutput.body;
|
|
@@ -3879,7 +3879,7 @@ const deserializeAws_json1_1ResourceArnRequiredExceptionResponse = async (parsed
|
|
|
3879
3879
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3880
3880
|
...deserialized,
|
|
3881
3881
|
});
|
|
3882
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3882
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3883
3883
|
};
|
|
3884
3884
|
const deserializeAws_json1_1ResourceValidationExceptionResponse = async (parsedOutput, context) => {
|
|
3885
3885
|
const body = parsedOutput.body;
|
|
@@ -3888,7 +3888,7 @@ const deserializeAws_json1_1ResourceValidationExceptionResponse = async (parsedO
|
|
|
3888
3888
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3889
3889
|
...deserialized,
|
|
3890
3890
|
});
|
|
3891
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3891
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3892
3892
|
};
|
|
3893
3893
|
const deserializeAws_json1_1RevisionDoesNotExistExceptionResponse = async (parsedOutput, context) => {
|
|
3894
3894
|
const body = parsedOutput.body;
|
|
@@ -3897,7 +3897,7 @@ const deserializeAws_json1_1RevisionDoesNotExistExceptionResponse = async (parse
|
|
|
3897
3897
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3898
3898
|
...deserialized,
|
|
3899
3899
|
});
|
|
3900
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3900
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3901
3901
|
};
|
|
3902
3902
|
const deserializeAws_json1_1RevisionRequiredExceptionResponse = async (parsedOutput, context) => {
|
|
3903
3903
|
const body = parsedOutput.body;
|
|
@@ -3906,7 +3906,7 @@ const deserializeAws_json1_1RevisionRequiredExceptionResponse = async (parsedOut
|
|
|
3906
3906
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3907
3907
|
...deserialized,
|
|
3908
3908
|
});
|
|
3909
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3909
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3910
3910
|
};
|
|
3911
3911
|
const deserializeAws_json1_1RoleRequiredExceptionResponse = async (parsedOutput, context) => {
|
|
3912
3912
|
const body = parsedOutput.body;
|
|
@@ -3915,7 +3915,7 @@ const deserializeAws_json1_1RoleRequiredExceptionResponse = async (parsedOutput,
|
|
|
3915
3915
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3916
3916
|
...deserialized,
|
|
3917
3917
|
});
|
|
3918
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3918
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3919
3919
|
};
|
|
3920
3920
|
const deserializeAws_json1_1TagLimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
3921
3921
|
const body = parsedOutput.body;
|
|
@@ -3924,7 +3924,7 @@ const deserializeAws_json1_1TagLimitExceededExceptionResponse = async (parsedOut
|
|
|
3924
3924
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3925
3925
|
...deserialized,
|
|
3926
3926
|
});
|
|
3927
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3927
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3928
3928
|
};
|
|
3929
3929
|
const deserializeAws_json1_1TagRequiredExceptionResponse = async (parsedOutput, context) => {
|
|
3930
3930
|
const body = parsedOutput.body;
|
|
@@ -3933,7 +3933,7 @@ const deserializeAws_json1_1TagRequiredExceptionResponse = async (parsedOutput,
|
|
|
3933
3933
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3934
3934
|
...deserialized,
|
|
3935
3935
|
});
|
|
3936
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3936
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3937
3937
|
};
|
|
3938
3938
|
const deserializeAws_json1_1TagSetListLimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
3939
3939
|
const body = parsedOutput.body;
|
|
@@ -3942,7 +3942,7 @@ const deserializeAws_json1_1TagSetListLimitExceededExceptionResponse = async (pa
|
|
|
3942
3942
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3943
3943
|
...deserialized,
|
|
3944
3944
|
});
|
|
3945
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3945
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3946
3946
|
};
|
|
3947
3947
|
const deserializeAws_json1_1ThrottlingExceptionResponse = async (parsedOutput, context) => {
|
|
3948
3948
|
const body = parsedOutput.body;
|
|
@@ -3951,7 +3951,7 @@ const deserializeAws_json1_1ThrottlingExceptionResponse = async (parsedOutput, c
|
|
|
3951
3951
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3952
3952
|
...deserialized,
|
|
3953
3953
|
});
|
|
3954
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3954
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3955
3955
|
};
|
|
3956
3956
|
const deserializeAws_json1_1TriggerTargetsLimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
3957
3957
|
const body = parsedOutput.body;
|
|
@@ -3960,7 +3960,7 @@ const deserializeAws_json1_1TriggerTargetsLimitExceededExceptionResponse = async
|
|
|
3960
3960
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3961
3961
|
...deserialized,
|
|
3962
3962
|
});
|
|
3963
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3963
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3964
3964
|
};
|
|
3965
3965
|
const deserializeAws_json1_1UnsupportedActionForDeploymentTypeExceptionResponse = async (parsedOutput, context) => {
|
|
3966
3966
|
const body = parsedOutput.body;
|
|
@@ -3969,7 +3969,7 @@ const deserializeAws_json1_1UnsupportedActionForDeploymentTypeExceptionResponse
|
|
|
3969
3969
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3970
3970
|
...deserialized,
|
|
3971
3971
|
});
|
|
3972
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3972
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3973
3973
|
};
|
|
3974
3974
|
const serializeAws_json1_1AddTagsToOnPremisesInstancesInput = (input, context) => {
|
|
3975
3975
|
return {
|
|
@@ -5008,7 +5008,7 @@ const serializeAws_json1_1UpdateDeploymentGroupInput = (input, context) => {
|
|
|
5008
5008
|
};
|
|
5009
5009
|
const deserializeAws_json1_1Alarm = (output, context) => {
|
|
5010
5010
|
return {
|
|
5011
|
-
name: smithy_client_1.expectString(output.name),
|
|
5011
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
5012
5012
|
};
|
|
5013
5013
|
};
|
|
5014
5014
|
const deserializeAws_json1_1AlarmConfiguration = (output, context) => {
|
|
@@ -5016,8 +5016,8 @@ const deserializeAws_json1_1AlarmConfiguration = (output, context) => {
|
|
|
5016
5016
|
alarms: output.alarms !== undefined && output.alarms !== null
|
|
5017
5017
|
? deserializeAws_json1_1AlarmList(output.alarms, context)
|
|
5018
5018
|
: undefined,
|
|
5019
|
-
enabled: smithy_client_1.expectBoolean(output.enabled),
|
|
5020
|
-
ignorePollAlarmFailure: smithy_client_1.expectBoolean(output.ignorePollAlarmFailure),
|
|
5019
|
+
enabled: (0, smithy_client_1.expectBoolean)(output.enabled),
|
|
5020
|
+
ignorePollAlarmFailure: (0, smithy_client_1.expectBoolean)(output.ignorePollAlarmFailure),
|
|
5021
5021
|
};
|
|
5022
5022
|
};
|
|
5023
5023
|
const deserializeAws_json1_1AlarmList = (output, context) => {
|
|
@@ -5033,39 +5033,39 @@ const deserializeAws_json1_1AlarmList = (output, context) => {
|
|
|
5033
5033
|
};
|
|
5034
5034
|
const deserializeAws_json1_1AlarmsLimitExceededException = (output, context) => {
|
|
5035
5035
|
return {
|
|
5036
|
-
message: smithy_client_1.expectString(output.message),
|
|
5036
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5037
5037
|
};
|
|
5038
5038
|
};
|
|
5039
5039
|
const deserializeAws_json1_1ApplicationAlreadyExistsException = (output, context) => {
|
|
5040
5040
|
return {
|
|
5041
|
-
message: smithy_client_1.expectString(output.message),
|
|
5041
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5042
5042
|
};
|
|
5043
5043
|
};
|
|
5044
5044
|
const deserializeAws_json1_1ApplicationDoesNotExistException = (output, context) => {
|
|
5045
5045
|
return {
|
|
5046
|
-
message: smithy_client_1.expectString(output.message),
|
|
5046
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5047
5047
|
};
|
|
5048
5048
|
};
|
|
5049
5049
|
const deserializeAws_json1_1ApplicationInfo = (output, context) => {
|
|
5050
5050
|
return {
|
|
5051
|
-
applicationId: smithy_client_1.expectString(output.applicationId),
|
|
5052
|
-
applicationName: smithy_client_1.expectString(output.applicationName),
|
|
5053
|
-
computePlatform: smithy_client_1.expectString(output.computePlatform),
|
|
5051
|
+
applicationId: (0, smithy_client_1.expectString)(output.applicationId),
|
|
5052
|
+
applicationName: (0, smithy_client_1.expectString)(output.applicationName),
|
|
5053
|
+
computePlatform: (0, smithy_client_1.expectString)(output.computePlatform),
|
|
5054
5054
|
createTime: output.createTime !== undefined && output.createTime !== null
|
|
5055
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createTime)))
|
|
5055
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createTime)))
|
|
5056
5056
|
: undefined,
|
|
5057
|
-
gitHubAccountName: smithy_client_1.expectString(output.gitHubAccountName),
|
|
5058
|
-
linkedToGitHub: smithy_client_1.expectBoolean(output.linkedToGitHub),
|
|
5057
|
+
gitHubAccountName: (0, smithy_client_1.expectString)(output.gitHubAccountName),
|
|
5058
|
+
linkedToGitHub: (0, smithy_client_1.expectBoolean)(output.linkedToGitHub),
|
|
5059
5059
|
};
|
|
5060
5060
|
};
|
|
5061
5061
|
const deserializeAws_json1_1ApplicationLimitExceededException = (output, context) => {
|
|
5062
5062
|
return {
|
|
5063
|
-
message: smithy_client_1.expectString(output.message),
|
|
5063
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5064
5064
|
};
|
|
5065
5065
|
};
|
|
5066
5066
|
const deserializeAws_json1_1ApplicationNameRequiredException = (output, context) => {
|
|
5067
5067
|
return {
|
|
5068
|
-
message: smithy_client_1.expectString(output.message),
|
|
5068
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5069
5069
|
};
|
|
5070
5070
|
};
|
|
5071
5071
|
const deserializeAws_json1_1ApplicationsInfoList = (output, context) => {
|
|
@@ -5086,24 +5086,24 @@ const deserializeAws_json1_1ApplicationsList = (output, context) => {
|
|
|
5086
5086
|
if (entry === null) {
|
|
5087
5087
|
return null;
|
|
5088
5088
|
}
|
|
5089
|
-
return smithy_client_1.expectString(entry);
|
|
5089
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5090
5090
|
});
|
|
5091
5091
|
return retVal;
|
|
5092
5092
|
};
|
|
5093
5093
|
const deserializeAws_json1_1AppSpecContent = (output, context) => {
|
|
5094
5094
|
return {
|
|
5095
|
-
content: smithy_client_1.expectString(output.content),
|
|
5096
|
-
sha256: smithy_client_1.expectString(output.sha256),
|
|
5095
|
+
content: (0, smithy_client_1.expectString)(output.content),
|
|
5096
|
+
sha256: (0, smithy_client_1.expectString)(output.sha256),
|
|
5097
5097
|
};
|
|
5098
5098
|
};
|
|
5099
5099
|
const deserializeAws_json1_1ArnNotSupportedException = (output, context) => {
|
|
5100
5100
|
return {
|
|
5101
|
-
message: smithy_client_1.expectString(output.message),
|
|
5101
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5102
5102
|
};
|
|
5103
5103
|
};
|
|
5104
5104
|
const deserializeAws_json1_1AutoRollbackConfiguration = (output, context) => {
|
|
5105
5105
|
return {
|
|
5106
|
-
enabled: smithy_client_1.expectBoolean(output.enabled),
|
|
5106
|
+
enabled: (0, smithy_client_1.expectBoolean)(output.enabled),
|
|
5107
5107
|
events: output.events !== undefined && output.events !== null
|
|
5108
5108
|
? deserializeAws_json1_1AutoRollbackEventsList(output.events, context)
|
|
5109
5109
|
: undefined,
|
|
@@ -5116,14 +5116,14 @@ const deserializeAws_json1_1AutoRollbackEventsList = (output, context) => {
|
|
|
5116
5116
|
if (entry === null) {
|
|
5117
5117
|
return null;
|
|
5118
5118
|
}
|
|
5119
|
-
return smithy_client_1.expectString(entry);
|
|
5119
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5120
5120
|
});
|
|
5121
5121
|
return retVal;
|
|
5122
5122
|
};
|
|
5123
5123
|
const deserializeAws_json1_1AutoScalingGroup = (output, context) => {
|
|
5124
5124
|
return {
|
|
5125
|
-
hook: smithy_client_1.expectString(output.hook),
|
|
5126
|
-
name: smithy_client_1.expectString(output.name),
|
|
5125
|
+
hook: (0, smithy_client_1.expectString)(output.hook),
|
|
5126
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
5127
5127
|
};
|
|
5128
5128
|
};
|
|
5129
5129
|
const deserializeAws_json1_1AutoScalingGroupList = (output, context) => {
|
|
@@ -5144,14 +5144,14 @@ const deserializeAws_json1_1AutoScalingGroupNameList = (output, context) => {
|
|
|
5144
5144
|
if (entry === null) {
|
|
5145
5145
|
return null;
|
|
5146
5146
|
}
|
|
5147
|
-
return smithy_client_1.expectString(entry);
|
|
5147
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5148
5148
|
});
|
|
5149
5149
|
return retVal;
|
|
5150
5150
|
};
|
|
5151
5151
|
const deserializeAws_json1_1BatchGetApplicationRevisionsOutput = (output, context) => {
|
|
5152
5152
|
return {
|
|
5153
|
-
applicationName: smithy_client_1.expectString(output.applicationName),
|
|
5154
|
-
errorMessage: smithy_client_1.expectString(output.errorMessage),
|
|
5153
|
+
applicationName: (0, smithy_client_1.expectString)(output.applicationName),
|
|
5154
|
+
errorMessage: (0, smithy_client_1.expectString)(output.errorMessage),
|
|
5155
5155
|
revisions: output.revisions !== undefined && output.revisions !== null
|
|
5156
5156
|
? deserializeAws_json1_1RevisionInfoList(output.revisions, context)
|
|
5157
5157
|
: undefined,
|
|
@@ -5169,12 +5169,12 @@ const deserializeAws_json1_1BatchGetDeploymentGroupsOutput = (output, context) =
|
|
|
5169
5169
|
deploymentGroupsInfo: output.deploymentGroupsInfo !== undefined && output.deploymentGroupsInfo !== null
|
|
5170
5170
|
? deserializeAws_json1_1DeploymentGroupInfoList(output.deploymentGroupsInfo, context)
|
|
5171
5171
|
: undefined,
|
|
5172
|
-
errorMessage: smithy_client_1.expectString(output.errorMessage),
|
|
5172
|
+
errorMessage: (0, smithy_client_1.expectString)(output.errorMessage),
|
|
5173
5173
|
};
|
|
5174
5174
|
};
|
|
5175
5175
|
const deserializeAws_json1_1BatchGetDeploymentInstancesOutput = (output, context) => {
|
|
5176
5176
|
return {
|
|
5177
|
-
errorMessage: smithy_client_1.expectString(output.errorMessage),
|
|
5177
|
+
errorMessage: (0, smithy_client_1.expectString)(output.errorMessage),
|
|
5178
5178
|
instancesSummary: output.instancesSummary !== undefined && output.instancesSummary !== null
|
|
5179
5179
|
? deserializeAws_json1_1InstanceSummaryList(output.instancesSummary, context)
|
|
5180
5180
|
: undefined,
|
|
@@ -5203,7 +5203,7 @@ const deserializeAws_json1_1BatchGetOnPremisesInstancesOutput = (output, context
|
|
|
5203
5203
|
};
|
|
5204
5204
|
const deserializeAws_json1_1BatchLimitExceededException = (output, context) => {
|
|
5205
5205
|
return {
|
|
5206
|
-
message: smithy_client_1.expectString(output.message),
|
|
5206
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5207
5207
|
};
|
|
5208
5208
|
};
|
|
5209
5209
|
const deserializeAws_json1_1BlueGreenDeploymentConfiguration = (output, context) => {
|
|
@@ -5222,48 +5222,48 @@ const deserializeAws_json1_1BlueGreenDeploymentConfiguration = (output, context)
|
|
|
5222
5222
|
};
|
|
5223
5223
|
const deserializeAws_json1_1BlueInstanceTerminationOption = (output, context) => {
|
|
5224
5224
|
return {
|
|
5225
|
-
action: smithy_client_1.expectString(output.action),
|
|
5226
|
-
terminationWaitTimeInMinutes: smithy_client_1.expectInt32(output.terminationWaitTimeInMinutes),
|
|
5225
|
+
action: (0, smithy_client_1.expectString)(output.action),
|
|
5226
|
+
terminationWaitTimeInMinutes: (0, smithy_client_1.expectInt32)(output.terminationWaitTimeInMinutes),
|
|
5227
5227
|
};
|
|
5228
5228
|
};
|
|
5229
5229
|
const deserializeAws_json1_1BucketNameFilterRequiredException = (output, context) => {
|
|
5230
5230
|
return {
|
|
5231
|
-
message: smithy_client_1.expectString(output.message),
|
|
5231
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5232
5232
|
};
|
|
5233
5233
|
};
|
|
5234
5234
|
const deserializeAws_json1_1CloudFormationTarget = (output, context) => {
|
|
5235
5235
|
return {
|
|
5236
|
-
deploymentId: smithy_client_1.expectString(output.deploymentId),
|
|
5236
|
+
deploymentId: (0, smithy_client_1.expectString)(output.deploymentId),
|
|
5237
5237
|
lastUpdatedAt: output.lastUpdatedAt !== undefined && output.lastUpdatedAt !== null
|
|
5238
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedAt)))
|
|
5238
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedAt)))
|
|
5239
5239
|
: undefined,
|
|
5240
5240
|
lifecycleEvents: output.lifecycleEvents !== undefined && output.lifecycleEvents !== null
|
|
5241
5241
|
? deserializeAws_json1_1LifecycleEventList(output.lifecycleEvents, context)
|
|
5242
5242
|
: undefined,
|
|
5243
|
-
resourceType: smithy_client_1.expectString(output.resourceType),
|
|
5244
|
-
status: smithy_client_1.expectString(output.status),
|
|
5245
|
-
targetId: smithy_client_1.expectString(output.targetId),
|
|
5246
|
-
targetVersionWeight: smithy_client_1.limitedParseDouble(output.targetVersionWeight),
|
|
5243
|
+
resourceType: (0, smithy_client_1.expectString)(output.resourceType),
|
|
5244
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
5245
|
+
targetId: (0, smithy_client_1.expectString)(output.targetId),
|
|
5246
|
+
targetVersionWeight: (0, smithy_client_1.limitedParseDouble)(output.targetVersionWeight),
|
|
5247
5247
|
};
|
|
5248
5248
|
};
|
|
5249
5249
|
const deserializeAws_json1_1CreateApplicationOutput = (output, context) => {
|
|
5250
5250
|
return {
|
|
5251
|
-
applicationId: smithy_client_1.expectString(output.applicationId),
|
|
5251
|
+
applicationId: (0, smithy_client_1.expectString)(output.applicationId),
|
|
5252
5252
|
};
|
|
5253
5253
|
};
|
|
5254
5254
|
const deserializeAws_json1_1CreateDeploymentConfigOutput = (output, context) => {
|
|
5255
5255
|
return {
|
|
5256
|
-
deploymentConfigId: smithy_client_1.expectString(output.deploymentConfigId),
|
|
5256
|
+
deploymentConfigId: (0, smithy_client_1.expectString)(output.deploymentConfigId),
|
|
5257
5257
|
};
|
|
5258
5258
|
};
|
|
5259
5259
|
const deserializeAws_json1_1CreateDeploymentGroupOutput = (output, context) => {
|
|
5260
5260
|
return {
|
|
5261
|
-
deploymentGroupId: smithy_client_1.expectString(output.deploymentGroupId),
|
|
5261
|
+
deploymentGroupId: (0, smithy_client_1.expectString)(output.deploymentGroupId),
|
|
5262
5262
|
};
|
|
5263
5263
|
};
|
|
5264
5264
|
const deserializeAws_json1_1CreateDeploymentOutput = (output, context) => {
|
|
5265
5265
|
return {
|
|
5266
|
-
deploymentId: smithy_client_1.expectString(output.deploymentId),
|
|
5266
|
+
deploymentId: (0, smithy_client_1.expectString)(output.deploymentId),
|
|
5267
5267
|
};
|
|
5268
5268
|
};
|
|
5269
5269
|
const deserializeAws_json1_1DeleteDeploymentGroupOutput = (output, context) => {
|
|
@@ -5275,7 +5275,7 @@ const deserializeAws_json1_1DeleteDeploymentGroupOutput = (output, context) => {
|
|
|
5275
5275
|
};
|
|
5276
5276
|
const deserializeAws_json1_1DeleteGitHubAccountTokenOutput = (output, context) => {
|
|
5277
5277
|
return {
|
|
5278
|
-
tokenName: smithy_client_1.expectString(output.tokenName),
|
|
5278
|
+
tokenName: (0, smithy_client_1.expectString)(output.tokenName),
|
|
5279
5279
|
};
|
|
5280
5280
|
};
|
|
5281
5281
|
const deserializeAws_json1_1DeleteResourcesByExternalIdOutput = (output, context) => {
|
|
@@ -5283,27 +5283,27 @@ const deserializeAws_json1_1DeleteResourcesByExternalIdOutput = (output, context
|
|
|
5283
5283
|
};
|
|
5284
5284
|
const deserializeAws_json1_1DeploymentAlreadyCompletedException = (output, context) => {
|
|
5285
5285
|
return {
|
|
5286
|
-
message: smithy_client_1.expectString(output.message),
|
|
5286
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5287
5287
|
};
|
|
5288
5288
|
};
|
|
5289
5289
|
const deserializeAws_json1_1DeploymentConfigAlreadyExistsException = (output, context) => {
|
|
5290
5290
|
return {
|
|
5291
|
-
message: smithy_client_1.expectString(output.message),
|
|
5291
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5292
5292
|
};
|
|
5293
5293
|
};
|
|
5294
5294
|
const deserializeAws_json1_1DeploymentConfigDoesNotExistException = (output, context) => {
|
|
5295
5295
|
return {
|
|
5296
|
-
message: smithy_client_1.expectString(output.message),
|
|
5296
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5297
5297
|
};
|
|
5298
5298
|
};
|
|
5299
5299
|
const deserializeAws_json1_1DeploymentConfigInfo = (output, context) => {
|
|
5300
5300
|
return {
|
|
5301
|
-
computePlatform: smithy_client_1.expectString(output.computePlatform),
|
|
5301
|
+
computePlatform: (0, smithy_client_1.expectString)(output.computePlatform),
|
|
5302
5302
|
createTime: output.createTime !== undefined && output.createTime !== null
|
|
5303
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createTime)))
|
|
5303
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createTime)))
|
|
5304
5304
|
: undefined,
|
|
5305
|
-
deploymentConfigId: smithy_client_1.expectString(output.deploymentConfigId),
|
|
5306
|
-
deploymentConfigName: smithy_client_1.expectString(output.deploymentConfigName),
|
|
5305
|
+
deploymentConfigId: (0, smithy_client_1.expectString)(output.deploymentConfigId),
|
|
5306
|
+
deploymentConfigName: (0, smithy_client_1.expectString)(output.deploymentConfigName),
|
|
5307
5307
|
minimumHealthyHosts: output.minimumHealthyHosts !== undefined && output.minimumHealthyHosts !== null
|
|
5308
5308
|
? deserializeAws_json1_1MinimumHealthyHosts(output.minimumHealthyHosts, context)
|
|
5309
5309
|
: undefined,
|
|
@@ -5314,17 +5314,17 @@ const deserializeAws_json1_1DeploymentConfigInfo = (output, context) => {
|
|
|
5314
5314
|
};
|
|
5315
5315
|
const deserializeAws_json1_1DeploymentConfigInUseException = (output, context) => {
|
|
5316
5316
|
return {
|
|
5317
|
-
message: smithy_client_1.expectString(output.message),
|
|
5317
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5318
5318
|
};
|
|
5319
5319
|
};
|
|
5320
5320
|
const deserializeAws_json1_1DeploymentConfigLimitExceededException = (output, context) => {
|
|
5321
5321
|
return {
|
|
5322
|
-
message: smithy_client_1.expectString(output.message),
|
|
5322
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5323
5323
|
};
|
|
5324
5324
|
};
|
|
5325
5325
|
const deserializeAws_json1_1DeploymentConfigNameRequiredException = (output, context) => {
|
|
5326
5326
|
return {
|
|
5327
|
-
message: smithy_client_1.expectString(output.message),
|
|
5327
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5328
5328
|
};
|
|
5329
5329
|
};
|
|
5330
5330
|
const deserializeAws_json1_1DeploymentConfigsList = (output, context) => {
|
|
@@ -5334,23 +5334,23 @@ const deserializeAws_json1_1DeploymentConfigsList = (output, context) => {
|
|
|
5334
5334
|
if (entry === null) {
|
|
5335
5335
|
return null;
|
|
5336
5336
|
}
|
|
5337
|
-
return smithy_client_1.expectString(entry);
|
|
5337
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5338
5338
|
});
|
|
5339
5339
|
return retVal;
|
|
5340
5340
|
};
|
|
5341
5341
|
const deserializeAws_json1_1DeploymentDoesNotExistException = (output, context) => {
|
|
5342
5342
|
return {
|
|
5343
|
-
message: smithy_client_1.expectString(output.message),
|
|
5343
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5344
5344
|
};
|
|
5345
5345
|
};
|
|
5346
5346
|
const deserializeAws_json1_1DeploymentGroupAlreadyExistsException = (output, context) => {
|
|
5347
5347
|
return {
|
|
5348
|
-
message: smithy_client_1.expectString(output.message),
|
|
5348
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5349
5349
|
};
|
|
5350
5350
|
};
|
|
5351
5351
|
const deserializeAws_json1_1DeploymentGroupDoesNotExistException = (output, context) => {
|
|
5352
5352
|
return {
|
|
5353
|
-
message: smithy_client_1.expectString(output.message),
|
|
5353
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5354
5354
|
};
|
|
5355
5355
|
};
|
|
5356
5356
|
const deserializeAws_json1_1DeploymentGroupInfo = (output, context) => {
|
|
@@ -5358,7 +5358,7 @@ const deserializeAws_json1_1DeploymentGroupInfo = (output, context) => {
|
|
|
5358
5358
|
alarmConfiguration: output.alarmConfiguration !== undefined && output.alarmConfiguration !== null
|
|
5359
5359
|
? deserializeAws_json1_1AlarmConfiguration(output.alarmConfiguration, context)
|
|
5360
5360
|
: undefined,
|
|
5361
|
-
applicationName: smithy_client_1.expectString(output.applicationName),
|
|
5361
|
+
applicationName: (0, smithy_client_1.expectString)(output.applicationName),
|
|
5362
5362
|
autoRollbackConfiguration: output.autoRollbackConfiguration !== undefined && output.autoRollbackConfiguration !== null
|
|
5363
5363
|
? deserializeAws_json1_1AutoRollbackConfiguration(output.autoRollbackConfiguration, context)
|
|
5364
5364
|
: undefined,
|
|
@@ -5368,10 +5368,10 @@ const deserializeAws_json1_1DeploymentGroupInfo = (output, context) => {
|
|
|
5368
5368
|
blueGreenDeploymentConfiguration: output.blueGreenDeploymentConfiguration !== undefined && output.blueGreenDeploymentConfiguration !== null
|
|
5369
5369
|
? deserializeAws_json1_1BlueGreenDeploymentConfiguration(output.blueGreenDeploymentConfiguration, context)
|
|
5370
5370
|
: undefined,
|
|
5371
|
-
computePlatform: smithy_client_1.expectString(output.computePlatform),
|
|
5372
|
-
deploymentConfigName: smithy_client_1.expectString(output.deploymentConfigName),
|
|
5373
|
-
deploymentGroupId: smithy_client_1.expectString(output.deploymentGroupId),
|
|
5374
|
-
deploymentGroupName: smithy_client_1.expectString(output.deploymentGroupName),
|
|
5371
|
+
computePlatform: (0, smithy_client_1.expectString)(output.computePlatform),
|
|
5372
|
+
deploymentConfigName: (0, smithy_client_1.expectString)(output.deploymentConfigName),
|
|
5373
|
+
deploymentGroupId: (0, smithy_client_1.expectString)(output.deploymentGroupId),
|
|
5374
|
+
deploymentGroupName: (0, smithy_client_1.expectString)(output.deploymentGroupName),
|
|
5375
5375
|
deploymentStyle: output.deploymentStyle !== undefined && output.deploymentStyle !== null
|
|
5376
5376
|
? deserializeAws_json1_1DeploymentStyle(output.deploymentStyle, context)
|
|
5377
5377
|
: undefined,
|
|
@@ -5399,8 +5399,8 @@ const deserializeAws_json1_1DeploymentGroupInfo = (output, context) => {
|
|
|
5399
5399
|
onPremisesTagSet: output.onPremisesTagSet !== undefined && output.onPremisesTagSet !== null
|
|
5400
5400
|
? deserializeAws_json1_1OnPremisesTagSet(output.onPremisesTagSet, context)
|
|
5401
5401
|
: undefined,
|
|
5402
|
-
outdatedInstancesStrategy: smithy_client_1.expectString(output.outdatedInstancesStrategy),
|
|
5403
|
-
serviceRoleArn: smithy_client_1.expectString(output.serviceRoleArn),
|
|
5402
|
+
outdatedInstancesStrategy: (0, smithy_client_1.expectString)(output.outdatedInstancesStrategy),
|
|
5403
|
+
serviceRoleArn: (0, smithy_client_1.expectString)(output.serviceRoleArn),
|
|
5404
5404
|
targetRevision: output.targetRevision !== undefined && output.targetRevision !== null
|
|
5405
5405
|
? deserializeAws_json1_1RevisionLocation(output.targetRevision, context)
|
|
5406
5406
|
: undefined,
|
|
@@ -5422,12 +5422,12 @@ const deserializeAws_json1_1DeploymentGroupInfoList = (output, context) => {
|
|
|
5422
5422
|
};
|
|
5423
5423
|
const deserializeAws_json1_1DeploymentGroupLimitExceededException = (output, context) => {
|
|
5424
5424
|
return {
|
|
5425
|
-
message: smithy_client_1.expectString(output.message),
|
|
5425
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5426
5426
|
};
|
|
5427
5427
|
};
|
|
5428
5428
|
const deserializeAws_json1_1DeploymentGroupNameRequiredException = (output, context) => {
|
|
5429
5429
|
return {
|
|
5430
|
-
message: smithy_client_1.expectString(output.message),
|
|
5430
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5431
5431
|
};
|
|
5432
5432
|
};
|
|
5433
5433
|
const deserializeAws_json1_1DeploymentGroupsList = (output, context) => {
|
|
@@ -5437,19 +5437,19 @@ const deserializeAws_json1_1DeploymentGroupsList = (output, context) => {
|
|
|
5437
5437
|
if (entry === null) {
|
|
5438
5438
|
return null;
|
|
5439
5439
|
}
|
|
5440
|
-
return smithy_client_1.expectString(entry);
|
|
5440
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5441
5441
|
});
|
|
5442
5442
|
return retVal;
|
|
5443
5443
|
};
|
|
5444
5444
|
const deserializeAws_json1_1DeploymentIdRequiredException = (output, context) => {
|
|
5445
5445
|
return {
|
|
5446
|
-
message: smithy_client_1.expectString(output.message),
|
|
5446
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5447
5447
|
};
|
|
5448
5448
|
};
|
|
5449
5449
|
const deserializeAws_json1_1DeploymentInfo = (output, context) => {
|
|
5450
5450
|
return {
|
|
5451
|
-
additionalDeploymentStatusInfo: smithy_client_1.expectString(output.additionalDeploymentStatusInfo),
|
|
5452
|
-
applicationName: smithy_client_1.expectString(output.applicationName),
|
|
5451
|
+
additionalDeploymentStatusInfo: (0, smithy_client_1.expectString)(output.additionalDeploymentStatusInfo),
|
|
5452
|
+
applicationName: (0, smithy_client_1.expectString)(output.applicationName),
|
|
5453
5453
|
autoRollbackConfiguration: output.autoRollbackConfiguration !== undefined && output.autoRollbackConfiguration !== null
|
|
5454
5454
|
? deserializeAws_json1_1AutoRollbackConfiguration(output.autoRollbackConfiguration, context)
|
|
5455
5455
|
: undefined,
|
|
@@ -5457,16 +5457,16 @@ const deserializeAws_json1_1DeploymentInfo = (output, context) => {
|
|
|
5457
5457
|
? deserializeAws_json1_1BlueGreenDeploymentConfiguration(output.blueGreenDeploymentConfiguration, context)
|
|
5458
5458
|
: undefined,
|
|
5459
5459
|
completeTime: output.completeTime !== undefined && output.completeTime !== null
|
|
5460
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.completeTime)))
|
|
5460
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.completeTime)))
|
|
5461
5461
|
: undefined,
|
|
5462
|
-
computePlatform: smithy_client_1.expectString(output.computePlatform),
|
|
5462
|
+
computePlatform: (0, smithy_client_1.expectString)(output.computePlatform),
|
|
5463
5463
|
createTime: output.createTime !== undefined && output.createTime !== null
|
|
5464
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createTime)))
|
|
5464
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createTime)))
|
|
5465
5465
|
: undefined,
|
|
5466
|
-
creator: smithy_client_1.expectString(output.creator),
|
|
5467
|
-
deploymentConfigName: smithy_client_1.expectString(output.deploymentConfigName),
|
|
5468
|
-
deploymentGroupName: smithy_client_1.expectString(output.deploymentGroupName),
|
|
5469
|
-
deploymentId: smithy_client_1.expectString(output.deploymentId),
|
|
5466
|
+
creator: (0, smithy_client_1.expectString)(output.creator),
|
|
5467
|
+
deploymentConfigName: (0, smithy_client_1.expectString)(output.deploymentConfigName),
|
|
5468
|
+
deploymentGroupName: (0, smithy_client_1.expectString)(output.deploymentGroupName),
|
|
5469
|
+
deploymentId: (0, smithy_client_1.expectString)(output.deploymentId),
|
|
5470
5470
|
deploymentOverview: output.deploymentOverview !== undefined && output.deploymentOverview !== null
|
|
5471
5471
|
? deserializeAws_json1_1DeploymentOverview(output.deploymentOverview, context)
|
|
5472
5472
|
: undefined,
|
|
@@ -5476,14 +5476,14 @@ const deserializeAws_json1_1DeploymentInfo = (output, context) => {
|
|
|
5476
5476
|
deploymentStyle: output.deploymentStyle !== undefined && output.deploymentStyle !== null
|
|
5477
5477
|
? deserializeAws_json1_1DeploymentStyle(output.deploymentStyle, context)
|
|
5478
5478
|
: undefined,
|
|
5479
|
-
description: smithy_client_1.expectString(output.description),
|
|
5479
|
+
description: (0, smithy_client_1.expectString)(output.description),
|
|
5480
5480
|
errorInformation: output.errorInformation !== undefined && output.errorInformation !== null
|
|
5481
5481
|
? deserializeAws_json1_1ErrorInformation(output.errorInformation, context)
|
|
5482
5482
|
: undefined,
|
|
5483
|
-
externalId: smithy_client_1.expectString(output.externalId),
|
|
5484
|
-
fileExistsBehavior: smithy_client_1.expectString(output.fileExistsBehavior),
|
|
5485
|
-
ignoreApplicationStopFailures: smithy_client_1.expectBoolean(output.ignoreApplicationStopFailures),
|
|
5486
|
-
instanceTerminationWaitTimeStarted: smithy_client_1.expectBoolean(output.instanceTerminationWaitTimeStarted),
|
|
5483
|
+
externalId: (0, smithy_client_1.expectString)(output.externalId),
|
|
5484
|
+
fileExistsBehavior: (0, smithy_client_1.expectString)(output.fileExistsBehavior),
|
|
5485
|
+
ignoreApplicationStopFailures: (0, smithy_client_1.expectBoolean)(output.ignoreApplicationStopFailures),
|
|
5486
|
+
instanceTerminationWaitTimeStarted: (0, smithy_client_1.expectBoolean)(output.instanceTerminationWaitTimeStarted),
|
|
5487
5487
|
loadBalancerInfo: output.loadBalancerInfo !== undefined && output.loadBalancerInfo !== null
|
|
5488
5488
|
? deserializeAws_json1_1LoadBalancerInfo(output.loadBalancerInfo, context)
|
|
5489
5489
|
: undefined,
|
|
@@ -5500,44 +5500,44 @@ const deserializeAws_json1_1DeploymentInfo = (output, context) => {
|
|
|
5500
5500
|
? deserializeAws_json1_1RollbackInfo(output.rollbackInfo, context)
|
|
5501
5501
|
: undefined,
|
|
5502
5502
|
startTime: output.startTime !== undefined && output.startTime !== null
|
|
5503
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.startTime)))
|
|
5503
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.startTime)))
|
|
5504
5504
|
: undefined,
|
|
5505
|
-
status: smithy_client_1.expectString(output.status),
|
|
5505
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
5506
5506
|
targetInstances: output.targetInstances !== undefined && output.targetInstances !== null
|
|
5507
5507
|
? deserializeAws_json1_1TargetInstances(output.targetInstances, context)
|
|
5508
5508
|
: undefined,
|
|
5509
|
-
updateOutdatedInstancesOnly: smithy_client_1.expectBoolean(output.updateOutdatedInstancesOnly),
|
|
5509
|
+
updateOutdatedInstancesOnly: (0, smithy_client_1.expectBoolean)(output.updateOutdatedInstancesOnly),
|
|
5510
5510
|
};
|
|
5511
5511
|
};
|
|
5512
5512
|
const deserializeAws_json1_1DeploymentIsNotInReadyStateException = (output, context) => {
|
|
5513
5513
|
return {
|
|
5514
|
-
message: smithy_client_1.expectString(output.message),
|
|
5514
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5515
5515
|
};
|
|
5516
5516
|
};
|
|
5517
5517
|
const deserializeAws_json1_1DeploymentLimitExceededException = (output, context) => {
|
|
5518
5518
|
return {
|
|
5519
|
-
message: smithy_client_1.expectString(output.message),
|
|
5519
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5520
5520
|
};
|
|
5521
5521
|
};
|
|
5522
5522
|
const deserializeAws_json1_1DeploymentNotStartedException = (output, context) => {
|
|
5523
5523
|
return {
|
|
5524
|
-
message: smithy_client_1.expectString(output.message),
|
|
5524
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5525
5525
|
};
|
|
5526
5526
|
};
|
|
5527
5527
|
const deserializeAws_json1_1DeploymentOverview = (output, context) => {
|
|
5528
5528
|
return {
|
|
5529
|
-
Failed: smithy_client_1.expectLong(output.Failed),
|
|
5530
|
-
InProgress: smithy_client_1.expectLong(output.InProgress),
|
|
5531
|
-
Pending: smithy_client_1.expectLong(output.Pending),
|
|
5532
|
-
Ready: smithy_client_1.expectLong(output.Ready),
|
|
5533
|
-
Skipped: smithy_client_1.expectLong(output.Skipped),
|
|
5534
|
-
Succeeded: smithy_client_1.expectLong(output.Succeeded),
|
|
5529
|
+
Failed: (0, smithy_client_1.expectLong)(output.Failed),
|
|
5530
|
+
InProgress: (0, smithy_client_1.expectLong)(output.InProgress),
|
|
5531
|
+
Pending: (0, smithy_client_1.expectLong)(output.Pending),
|
|
5532
|
+
Ready: (0, smithy_client_1.expectLong)(output.Ready),
|
|
5533
|
+
Skipped: (0, smithy_client_1.expectLong)(output.Skipped),
|
|
5534
|
+
Succeeded: (0, smithy_client_1.expectLong)(output.Succeeded),
|
|
5535
5535
|
};
|
|
5536
5536
|
};
|
|
5537
5537
|
const deserializeAws_json1_1DeploymentReadyOption = (output, context) => {
|
|
5538
5538
|
return {
|
|
5539
|
-
actionOnTimeout: smithy_client_1.expectString(output.actionOnTimeout),
|
|
5540
|
-
waitTimeInMinutes: smithy_client_1.expectInt32(output.waitTimeInMinutes),
|
|
5539
|
+
actionOnTimeout: (0, smithy_client_1.expectString)(output.actionOnTimeout),
|
|
5540
|
+
waitTimeInMinutes: (0, smithy_client_1.expectInt32)(output.waitTimeInMinutes),
|
|
5541
5541
|
};
|
|
5542
5542
|
};
|
|
5543
5543
|
const deserializeAws_json1_1DeploymentsInfoList = (output, context) => {
|
|
@@ -5558,7 +5558,7 @@ const deserializeAws_json1_1DeploymentsList = (output, context) => {
|
|
|
5558
5558
|
if (entry === null) {
|
|
5559
5559
|
return null;
|
|
5560
5560
|
}
|
|
5561
|
-
return smithy_client_1.expectString(entry);
|
|
5561
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5562
5562
|
});
|
|
5563
5563
|
return retVal;
|
|
5564
5564
|
};
|
|
@@ -5569,14 +5569,14 @@ const deserializeAws_json1_1DeploymentStatusMessageList = (output, context) => {
|
|
|
5569
5569
|
if (entry === null) {
|
|
5570
5570
|
return null;
|
|
5571
5571
|
}
|
|
5572
|
-
return smithy_client_1.expectString(entry);
|
|
5572
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5573
5573
|
});
|
|
5574
5574
|
return retVal;
|
|
5575
5575
|
};
|
|
5576
5576
|
const deserializeAws_json1_1DeploymentStyle = (output, context) => {
|
|
5577
5577
|
return {
|
|
5578
|
-
deploymentOption: smithy_client_1.expectString(output.deploymentOption),
|
|
5579
|
-
deploymentType: smithy_client_1.expectString(output.deploymentType),
|
|
5578
|
+
deploymentOption: (0, smithy_client_1.expectString)(output.deploymentOption),
|
|
5579
|
+
deploymentType: (0, smithy_client_1.expectString)(output.deploymentType),
|
|
5580
5580
|
};
|
|
5581
5581
|
};
|
|
5582
5582
|
const deserializeAws_json1_1DeploymentTarget = (output, context) => {
|
|
@@ -5584,7 +5584,7 @@ const deserializeAws_json1_1DeploymentTarget = (output, context) => {
|
|
|
5584
5584
|
cloudFormationTarget: output.cloudFormationTarget !== undefined && output.cloudFormationTarget !== null
|
|
5585
5585
|
? deserializeAws_json1_1CloudFormationTarget(output.cloudFormationTarget, context)
|
|
5586
5586
|
: undefined,
|
|
5587
|
-
deploymentTargetType: smithy_client_1.expectString(output.deploymentTargetType),
|
|
5587
|
+
deploymentTargetType: (0, smithy_client_1.expectString)(output.deploymentTargetType),
|
|
5588
5588
|
ecsTarget: output.ecsTarget !== undefined && output.ecsTarget !== null
|
|
5589
5589
|
? deserializeAws_json1_1ECSTarget(output.ecsTarget, context)
|
|
5590
5590
|
: undefined,
|
|
@@ -5598,12 +5598,12 @@ const deserializeAws_json1_1DeploymentTarget = (output, context) => {
|
|
|
5598
5598
|
};
|
|
5599
5599
|
const deserializeAws_json1_1DeploymentTargetDoesNotExistException = (output, context) => {
|
|
5600
5600
|
return {
|
|
5601
|
-
message: smithy_client_1.expectString(output.message),
|
|
5601
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5602
5602
|
};
|
|
5603
5603
|
};
|
|
5604
5604
|
const deserializeAws_json1_1DeploymentTargetIdRequiredException = (output, context) => {
|
|
5605
5605
|
return {
|
|
5606
|
-
message: smithy_client_1.expectString(output.message),
|
|
5606
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5607
5607
|
};
|
|
5608
5608
|
};
|
|
5609
5609
|
const deserializeAws_json1_1DeploymentTargetList = (output, context) => {
|
|
@@ -5619,27 +5619,27 @@ const deserializeAws_json1_1DeploymentTargetList = (output, context) => {
|
|
|
5619
5619
|
};
|
|
5620
5620
|
const deserializeAws_json1_1DeploymentTargetListSizeExceededException = (output, context) => {
|
|
5621
5621
|
return {
|
|
5622
|
-
message: smithy_client_1.expectString(output.message),
|
|
5622
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5623
5623
|
};
|
|
5624
5624
|
};
|
|
5625
5625
|
const deserializeAws_json1_1DescriptionTooLongException = (output, context) => {
|
|
5626
5626
|
return {
|
|
5627
|
-
message: smithy_client_1.expectString(output.message),
|
|
5627
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5628
5628
|
};
|
|
5629
5629
|
};
|
|
5630
5630
|
const deserializeAws_json1_1Diagnostics = (output, context) => {
|
|
5631
5631
|
return {
|
|
5632
|
-
errorCode: smithy_client_1.expectString(output.errorCode),
|
|
5633
|
-
logTail: smithy_client_1.expectString(output.logTail),
|
|
5634
|
-
message: smithy_client_1.expectString(output.message),
|
|
5635
|
-
scriptName: smithy_client_1.expectString(output.scriptName),
|
|
5632
|
+
errorCode: (0, smithy_client_1.expectString)(output.errorCode),
|
|
5633
|
+
logTail: (0, smithy_client_1.expectString)(output.logTail),
|
|
5634
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5635
|
+
scriptName: (0, smithy_client_1.expectString)(output.scriptName),
|
|
5636
5636
|
};
|
|
5637
5637
|
};
|
|
5638
5638
|
const deserializeAws_json1_1EC2TagFilter = (output, context) => {
|
|
5639
5639
|
return {
|
|
5640
|
-
Key: smithy_client_1.expectString(output.Key),
|
|
5641
|
-
Type: smithy_client_1.expectString(output.Type),
|
|
5642
|
-
Value: smithy_client_1.expectString(output.Value),
|
|
5640
|
+
Key: (0, smithy_client_1.expectString)(output.Key),
|
|
5641
|
+
Type: (0, smithy_client_1.expectString)(output.Type),
|
|
5642
|
+
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
5643
5643
|
};
|
|
5644
5644
|
};
|
|
5645
5645
|
const deserializeAws_json1_1EC2TagFilterList = (output, context) => {
|
|
@@ -5673,8 +5673,8 @@ const deserializeAws_json1_1EC2TagSetList = (output, context) => {
|
|
|
5673
5673
|
};
|
|
5674
5674
|
const deserializeAws_json1_1ECSService = (output, context) => {
|
|
5675
5675
|
return {
|
|
5676
|
-
clusterName: smithy_client_1.expectString(output.clusterName),
|
|
5677
|
-
serviceName: smithy_client_1.expectString(output.serviceName),
|
|
5676
|
+
clusterName: (0, smithy_client_1.expectString)(output.clusterName),
|
|
5677
|
+
serviceName: (0, smithy_client_1.expectString)(output.serviceName),
|
|
5678
5678
|
};
|
|
5679
5679
|
};
|
|
5680
5680
|
const deserializeAws_json1_1ECSServiceList = (output, context) => {
|
|
@@ -5690,21 +5690,21 @@ const deserializeAws_json1_1ECSServiceList = (output, context) => {
|
|
|
5690
5690
|
};
|
|
5691
5691
|
const deserializeAws_json1_1ECSServiceMappingLimitExceededException = (output, context) => {
|
|
5692
5692
|
return {
|
|
5693
|
-
message: smithy_client_1.expectString(output.message),
|
|
5693
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5694
5694
|
};
|
|
5695
5695
|
};
|
|
5696
5696
|
const deserializeAws_json1_1ECSTarget = (output, context) => {
|
|
5697
5697
|
return {
|
|
5698
|
-
deploymentId: smithy_client_1.expectString(output.deploymentId),
|
|
5698
|
+
deploymentId: (0, smithy_client_1.expectString)(output.deploymentId),
|
|
5699
5699
|
lastUpdatedAt: output.lastUpdatedAt !== undefined && output.lastUpdatedAt !== null
|
|
5700
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedAt)))
|
|
5700
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedAt)))
|
|
5701
5701
|
: undefined,
|
|
5702
5702
|
lifecycleEvents: output.lifecycleEvents !== undefined && output.lifecycleEvents !== null
|
|
5703
5703
|
? deserializeAws_json1_1LifecycleEventList(output.lifecycleEvents, context)
|
|
5704
5704
|
: undefined,
|
|
5705
|
-
status: smithy_client_1.expectString(output.status),
|
|
5706
|
-
targetArn: smithy_client_1.expectString(output.targetArn),
|
|
5707
|
-
targetId: smithy_client_1.expectString(output.targetId),
|
|
5705
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
5706
|
+
targetArn: (0, smithy_client_1.expectString)(output.targetArn),
|
|
5707
|
+
targetId: (0, smithy_client_1.expectString)(output.targetId),
|
|
5708
5708
|
taskSetsInfo: output.taskSetsInfo !== undefined && output.taskSetsInfo !== null
|
|
5709
5709
|
? deserializeAws_json1_1ECSTaskSetList(output.taskSetsInfo, context)
|
|
5710
5710
|
: undefined,
|
|
@@ -5712,16 +5712,16 @@ const deserializeAws_json1_1ECSTarget = (output, context) => {
|
|
|
5712
5712
|
};
|
|
5713
5713
|
const deserializeAws_json1_1ECSTaskSet = (output, context) => {
|
|
5714
5714
|
return {
|
|
5715
|
-
desiredCount: smithy_client_1.expectLong(output.desiredCount),
|
|
5716
|
-
identifer: smithy_client_1.expectString(output.identifer),
|
|
5717
|
-
pendingCount: smithy_client_1.expectLong(output.pendingCount),
|
|
5718
|
-
runningCount: smithy_client_1.expectLong(output.runningCount),
|
|
5719
|
-
status: smithy_client_1.expectString(output.status),
|
|
5715
|
+
desiredCount: (0, smithy_client_1.expectLong)(output.desiredCount),
|
|
5716
|
+
identifer: (0, smithy_client_1.expectString)(output.identifer),
|
|
5717
|
+
pendingCount: (0, smithy_client_1.expectLong)(output.pendingCount),
|
|
5718
|
+
runningCount: (0, smithy_client_1.expectLong)(output.runningCount),
|
|
5719
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
5720
5720
|
targetGroup: output.targetGroup !== undefined && output.targetGroup !== null
|
|
5721
5721
|
? deserializeAws_json1_1TargetGroupInfo(output.targetGroup, context)
|
|
5722
5722
|
: undefined,
|
|
5723
|
-
taskSetLabel: smithy_client_1.expectString(output.taskSetLabel),
|
|
5724
|
-
trafficWeight: smithy_client_1.limitedParseDouble(output.trafficWeight),
|
|
5723
|
+
taskSetLabel: (0, smithy_client_1.expectString)(output.taskSetLabel),
|
|
5724
|
+
trafficWeight: (0, smithy_client_1.limitedParseDouble)(output.trafficWeight),
|
|
5725
5725
|
};
|
|
5726
5726
|
};
|
|
5727
5727
|
const deserializeAws_json1_1ECSTaskSetList = (output, context) => {
|
|
@@ -5737,7 +5737,7 @@ const deserializeAws_json1_1ECSTaskSetList = (output, context) => {
|
|
|
5737
5737
|
};
|
|
5738
5738
|
const deserializeAws_json1_1ELBInfo = (output, context) => {
|
|
5739
5739
|
return {
|
|
5740
|
-
name: smithy_client_1.expectString(output.name),
|
|
5740
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
5741
5741
|
};
|
|
5742
5742
|
};
|
|
5743
5743
|
const deserializeAws_json1_1ELBInfoList = (output, context) => {
|
|
@@ -5753,8 +5753,8 @@ const deserializeAws_json1_1ELBInfoList = (output, context) => {
|
|
|
5753
5753
|
};
|
|
5754
5754
|
const deserializeAws_json1_1ErrorInformation = (output, context) => {
|
|
5755
5755
|
return {
|
|
5756
|
-
code: smithy_client_1.expectString(output.code),
|
|
5757
|
-
message: smithy_client_1.expectString(output.message),
|
|
5756
|
+
code: (0, smithy_client_1.expectString)(output.code),
|
|
5757
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5758
5758
|
};
|
|
5759
5759
|
};
|
|
5760
5760
|
const deserializeAws_json1_1GenericRevisionInfo = (output, context) => {
|
|
@@ -5762,15 +5762,15 @@ const deserializeAws_json1_1GenericRevisionInfo = (output, context) => {
|
|
|
5762
5762
|
deploymentGroups: output.deploymentGroups !== undefined && output.deploymentGroups !== null
|
|
5763
5763
|
? deserializeAws_json1_1DeploymentGroupsList(output.deploymentGroups, context)
|
|
5764
5764
|
: undefined,
|
|
5765
|
-
description: smithy_client_1.expectString(output.description),
|
|
5765
|
+
description: (0, smithy_client_1.expectString)(output.description),
|
|
5766
5766
|
firstUsedTime: output.firstUsedTime !== undefined && output.firstUsedTime !== null
|
|
5767
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.firstUsedTime)))
|
|
5767
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.firstUsedTime)))
|
|
5768
5768
|
: undefined,
|
|
5769
5769
|
lastUsedTime: output.lastUsedTime !== undefined && output.lastUsedTime !== null
|
|
5770
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUsedTime)))
|
|
5770
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUsedTime)))
|
|
5771
5771
|
: undefined,
|
|
5772
5772
|
registerTime: output.registerTime !== undefined && output.registerTime !== null
|
|
5773
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.registerTime)))
|
|
5773
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.registerTime)))
|
|
5774
5774
|
: undefined,
|
|
5775
5775
|
};
|
|
5776
5776
|
};
|
|
@@ -5783,7 +5783,7 @@ const deserializeAws_json1_1GetApplicationOutput = (output, context) => {
|
|
|
5783
5783
|
};
|
|
5784
5784
|
const deserializeAws_json1_1GetApplicationRevisionOutput = (output, context) => {
|
|
5785
5785
|
return {
|
|
5786
|
-
applicationName: smithy_client_1.expectString(output.applicationName),
|
|
5786
|
+
applicationName: (0, smithy_client_1.expectString)(output.applicationName),
|
|
5787
5787
|
revision: output.revision !== undefined && output.revision !== null
|
|
5788
5788
|
? deserializeAws_json1_1RevisionLocation(output.revision, context)
|
|
5789
5789
|
: undefined,
|
|
@@ -5836,7 +5836,7 @@ const deserializeAws_json1_1GetOnPremisesInstanceOutput = (output, context) => {
|
|
|
5836
5836
|
};
|
|
5837
5837
|
const deserializeAws_json1_1GitHubAccountTokenDoesNotExistException = (output, context) => {
|
|
5838
5838
|
return {
|
|
5839
|
-
message: smithy_client_1.expectString(output.message),
|
|
5839
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5840
5840
|
};
|
|
5841
5841
|
};
|
|
5842
5842
|
const deserializeAws_json1_1GitHubAccountTokenNameList = (output, context) => {
|
|
@@ -5846,67 +5846,67 @@ const deserializeAws_json1_1GitHubAccountTokenNameList = (output, context) => {
|
|
|
5846
5846
|
if (entry === null) {
|
|
5847
5847
|
return null;
|
|
5848
5848
|
}
|
|
5849
|
-
return smithy_client_1.expectString(entry);
|
|
5849
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5850
5850
|
});
|
|
5851
5851
|
return retVal;
|
|
5852
5852
|
};
|
|
5853
5853
|
const deserializeAws_json1_1GitHubAccountTokenNameRequiredException = (output, context) => {
|
|
5854
5854
|
return {
|
|
5855
|
-
message: smithy_client_1.expectString(output.message),
|
|
5855
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5856
5856
|
};
|
|
5857
5857
|
};
|
|
5858
5858
|
const deserializeAws_json1_1GitHubLocation = (output, context) => {
|
|
5859
5859
|
return {
|
|
5860
|
-
commitId: smithy_client_1.expectString(output.commitId),
|
|
5861
|
-
repository: smithy_client_1.expectString(output.repository),
|
|
5860
|
+
commitId: (0, smithy_client_1.expectString)(output.commitId),
|
|
5861
|
+
repository: (0, smithy_client_1.expectString)(output.repository),
|
|
5862
5862
|
};
|
|
5863
5863
|
};
|
|
5864
5864
|
const deserializeAws_json1_1GreenFleetProvisioningOption = (output, context) => {
|
|
5865
5865
|
return {
|
|
5866
|
-
action: smithy_client_1.expectString(output.action),
|
|
5866
|
+
action: (0, smithy_client_1.expectString)(output.action),
|
|
5867
5867
|
};
|
|
5868
5868
|
};
|
|
5869
5869
|
const deserializeAws_json1_1IamArnRequiredException = (output, context) => {
|
|
5870
5870
|
return {
|
|
5871
|
-
message: smithy_client_1.expectString(output.message),
|
|
5871
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5872
5872
|
};
|
|
5873
5873
|
};
|
|
5874
5874
|
const deserializeAws_json1_1IamSessionArnAlreadyRegisteredException = (output, context) => {
|
|
5875
5875
|
return {
|
|
5876
|
-
message: smithy_client_1.expectString(output.message),
|
|
5876
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5877
5877
|
};
|
|
5878
5878
|
};
|
|
5879
5879
|
const deserializeAws_json1_1IamUserArnAlreadyRegisteredException = (output, context) => {
|
|
5880
5880
|
return {
|
|
5881
|
-
message: smithy_client_1.expectString(output.message),
|
|
5881
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5882
5882
|
};
|
|
5883
5883
|
};
|
|
5884
5884
|
const deserializeAws_json1_1IamUserArnRequiredException = (output, context) => {
|
|
5885
5885
|
return {
|
|
5886
|
-
message: smithy_client_1.expectString(output.message),
|
|
5886
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5887
5887
|
};
|
|
5888
5888
|
};
|
|
5889
5889
|
const deserializeAws_json1_1InstanceDoesNotExistException = (output, context) => {
|
|
5890
5890
|
return {
|
|
5891
|
-
message: smithy_client_1.expectString(output.message),
|
|
5891
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5892
5892
|
};
|
|
5893
5893
|
};
|
|
5894
5894
|
const deserializeAws_json1_1InstanceIdRequiredException = (output, context) => {
|
|
5895
5895
|
return {
|
|
5896
|
-
message: smithy_client_1.expectString(output.message),
|
|
5896
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5897
5897
|
};
|
|
5898
5898
|
};
|
|
5899
5899
|
const deserializeAws_json1_1InstanceInfo = (output, context) => {
|
|
5900
5900
|
return {
|
|
5901
5901
|
deregisterTime: output.deregisterTime !== undefined && output.deregisterTime !== null
|
|
5902
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.deregisterTime)))
|
|
5902
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.deregisterTime)))
|
|
5903
5903
|
: undefined,
|
|
5904
|
-
iamSessionArn: smithy_client_1.expectString(output.iamSessionArn),
|
|
5905
|
-
iamUserArn: smithy_client_1.expectString(output.iamUserArn),
|
|
5906
|
-
instanceArn: smithy_client_1.expectString(output.instanceArn),
|
|
5907
|
-
instanceName: smithy_client_1.expectString(output.instanceName),
|
|
5904
|
+
iamSessionArn: (0, smithy_client_1.expectString)(output.iamSessionArn),
|
|
5905
|
+
iamUserArn: (0, smithy_client_1.expectString)(output.iamUserArn),
|
|
5906
|
+
instanceArn: (0, smithy_client_1.expectString)(output.instanceArn),
|
|
5907
|
+
instanceName: (0, smithy_client_1.expectString)(output.instanceName),
|
|
5908
5908
|
registerTime: output.registerTime !== undefined && output.registerTime !== null
|
|
5909
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.registerTime)))
|
|
5909
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.registerTime)))
|
|
5910
5910
|
: undefined,
|
|
5911
5911
|
tags: output.tags !== undefined && output.tags !== null
|
|
5912
5912
|
? deserializeAws_json1_1TagList(output.tags, context)
|
|
@@ -5926,12 +5926,12 @@ const deserializeAws_json1_1InstanceInfoList = (output, context) => {
|
|
|
5926
5926
|
};
|
|
5927
5927
|
const deserializeAws_json1_1InstanceLimitExceededException = (output, context) => {
|
|
5928
5928
|
return {
|
|
5929
|
-
message: smithy_client_1.expectString(output.message),
|
|
5929
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5930
5930
|
};
|
|
5931
5931
|
};
|
|
5932
5932
|
const deserializeAws_json1_1InstanceNameAlreadyRegisteredException = (output, context) => {
|
|
5933
5933
|
return {
|
|
5934
|
-
message: smithy_client_1.expectString(output.message),
|
|
5934
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5935
5935
|
};
|
|
5936
5936
|
};
|
|
5937
5937
|
const deserializeAws_json1_1InstanceNameList = (output, context) => {
|
|
@@ -5941,18 +5941,18 @@ const deserializeAws_json1_1InstanceNameList = (output, context) => {
|
|
|
5941
5941
|
if (entry === null) {
|
|
5942
5942
|
return null;
|
|
5943
5943
|
}
|
|
5944
|
-
return smithy_client_1.expectString(entry);
|
|
5944
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5945
5945
|
});
|
|
5946
5946
|
return retVal;
|
|
5947
5947
|
};
|
|
5948
5948
|
const deserializeAws_json1_1InstanceNameRequiredException = (output, context) => {
|
|
5949
5949
|
return {
|
|
5950
|
-
message: smithy_client_1.expectString(output.message),
|
|
5950
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5951
5951
|
};
|
|
5952
5952
|
};
|
|
5953
5953
|
const deserializeAws_json1_1InstanceNotRegisteredException = (output, context) => {
|
|
5954
5954
|
return {
|
|
5955
|
-
message: smithy_client_1.expectString(output.message),
|
|
5955
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5956
5956
|
};
|
|
5957
5957
|
};
|
|
5958
5958
|
const deserializeAws_json1_1InstancesList = (output, context) => {
|
|
@@ -5962,22 +5962,22 @@ const deserializeAws_json1_1InstancesList = (output, context) => {
|
|
|
5962
5962
|
if (entry === null) {
|
|
5963
5963
|
return null;
|
|
5964
5964
|
}
|
|
5965
|
-
return smithy_client_1.expectString(entry);
|
|
5965
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5966
5966
|
});
|
|
5967
5967
|
return retVal;
|
|
5968
5968
|
};
|
|
5969
5969
|
const deserializeAws_json1_1InstanceSummary = (output, context) => {
|
|
5970
5970
|
return {
|
|
5971
|
-
deploymentId: smithy_client_1.expectString(output.deploymentId),
|
|
5972
|
-
instanceId: smithy_client_1.expectString(output.instanceId),
|
|
5973
|
-
instanceType: smithy_client_1.expectString(output.instanceType),
|
|
5971
|
+
deploymentId: (0, smithy_client_1.expectString)(output.deploymentId),
|
|
5972
|
+
instanceId: (0, smithy_client_1.expectString)(output.instanceId),
|
|
5973
|
+
instanceType: (0, smithy_client_1.expectString)(output.instanceType),
|
|
5974
5974
|
lastUpdatedAt: output.lastUpdatedAt !== undefined && output.lastUpdatedAt !== null
|
|
5975
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedAt)))
|
|
5975
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedAt)))
|
|
5976
5976
|
: undefined,
|
|
5977
5977
|
lifecycleEvents: output.lifecycleEvents !== undefined && output.lifecycleEvents !== null
|
|
5978
5978
|
? deserializeAws_json1_1LifecycleEventList(output.lifecycleEvents, context)
|
|
5979
5979
|
: undefined,
|
|
5980
|
-
status: smithy_client_1.expectString(output.status),
|
|
5980
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
5981
5981
|
};
|
|
5982
5982
|
};
|
|
5983
5983
|
const deserializeAws_json1_1InstanceSummaryList = (output, context) => {
|
|
@@ -5993,325 +5993,325 @@ const deserializeAws_json1_1InstanceSummaryList = (output, context) => {
|
|
|
5993
5993
|
};
|
|
5994
5994
|
const deserializeAws_json1_1InstanceTarget = (output, context) => {
|
|
5995
5995
|
return {
|
|
5996
|
-
deploymentId: smithy_client_1.expectString(output.deploymentId),
|
|
5997
|
-
instanceLabel: smithy_client_1.expectString(output.instanceLabel),
|
|
5996
|
+
deploymentId: (0, smithy_client_1.expectString)(output.deploymentId),
|
|
5997
|
+
instanceLabel: (0, smithy_client_1.expectString)(output.instanceLabel),
|
|
5998
5998
|
lastUpdatedAt: output.lastUpdatedAt !== undefined && output.lastUpdatedAt !== null
|
|
5999
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedAt)))
|
|
5999
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedAt)))
|
|
6000
6000
|
: undefined,
|
|
6001
6001
|
lifecycleEvents: output.lifecycleEvents !== undefined && output.lifecycleEvents !== null
|
|
6002
6002
|
? deserializeAws_json1_1LifecycleEventList(output.lifecycleEvents, context)
|
|
6003
6003
|
: undefined,
|
|
6004
|
-
status: smithy_client_1.expectString(output.status),
|
|
6005
|
-
targetArn: smithy_client_1.expectString(output.targetArn),
|
|
6006
|
-
targetId: smithy_client_1.expectString(output.targetId),
|
|
6004
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
6005
|
+
targetArn: (0, smithy_client_1.expectString)(output.targetArn),
|
|
6006
|
+
targetId: (0, smithy_client_1.expectString)(output.targetId),
|
|
6007
6007
|
};
|
|
6008
6008
|
};
|
|
6009
6009
|
const deserializeAws_json1_1InvalidAlarmConfigException = (output, context) => {
|
|
6010
6010
|
return {
|
|
6011
|
-
message: smithy_client_1.expectString(output.message),
|
|
6011
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6012
6012
|
};
|
|
6013
6013
|
};
|
|
6014
6014
|
const deserializeAws_json1_1InvalidApplicationNameException = (output, context) => {
|
|
6015
6015
|
return {
|
|
6016
|
-
message: smithy_client_1.expectString(output.message),
|
|
6016
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6017
6017
|
};
|
|
6018
6018
|
};
|
|
6019
6019
|
const deserializeAws_json1_1InvalidArnException = (output, context) => {
|
|
6020
6020
|
return {
|
|
6021
|
-
message: smithy_client_1.expectString(output.message),
|
|
6021
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6022
6022
|
};
|
|
6023
6023
|
};
|
|
6024
6024
|
const deserializeAws_json1_1InvalidAutoRollbackConfigException = (output, context) => {
|
|
6025
6025
|
return {
|
|
6026
|
-
message: smithy_client_1.expectString(output.message),
|
|
6026
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6027
6027
|
};
|
|
6028
6028
|
};
|
|
6029
6029
|
const deserializeAws_json1_1InvalidAutoScalingGroupException = (output, context) => {
|
|
6030
6030
|
return {
|
|
6031
|
-
message: smithy_client_1.expectString(output.message),
|
|
6031
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6032
6032
|
};
|
|
6033
6033
|
};
|
|
6034
6034
|
const deserializeAws_json1_1InvalidBlueGreenDeploymentConfigurationException = (output, context) => {
|
|
6035
6035
|
return {
|
|
6036
|
-
message: smithy_client_1.expectString(output.message),
|
|
6036
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6037
6037
|
};
|
|
6038
6038
|
};
|
|
6039
6039
|
const deserializeAws_json1_1InvalidBucketNameFilterException = (output, context) => {
|
|
6040
6040
|
return {
|
|
6041
|
-
message: smithy_client_1.expectString(output.message),
|
|
6041
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6042
6042
|
};
|
|
6043
6043
|
};
|
|
6044
6044
|
const deserializeAws_json1_1InvalidComputePlatformException = (output, context) => {
|
|
6045
6045
|
return {
|
|
6046
|
-
message: smithy_client_1.expectString(output.message),
|
|
6046
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6047
6047
|
};
|
|
6048
6048
|
};
|
|
6049
6049
|
const deserializeAws_json1_1InvalidDeployedStateFilterException = (output, context) => {
|
|
6050
6050
|
return {
|
|
6051
|
-
message: smithy_client_1.expectString(output.message),
|
|
6051
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6052
6052
|
};
|
|
6053
6053
|
};
|
|
6054
6054
|
const deserializeAws_json1_1InvalidDeploymentConfigNameException = (output, context) => {
|
|
6055
6055
|
return {
|
|
6056
|
-
message: smithy_client_1.expectString(output.message),
|
|
6056
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6057
6057
|
};
|
|
6058
6058
|
};
|
|
6059
6059
|
const deserializeAws_json1_1InvalidDeploymentGroupNameException = (output, context) => {
|
|
6060
6060
|
return {
|
|
6061
|
-
message: smithy_client_1.expectString(output.message),
|
|
6061
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6062
6062
|
};
|
|
6063
6063
|
};
|
|
6064
6064
|
const deserializeAws_json1_1InvalidDeploymentIdException = (output, context) => {
|
|
6065
6065
|
return {
|
|
6066
|
-
message: smithy_client_1.expectString(output.message),
|
|
6066
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6067
6067
|
};
|
|
6068
6068
|
};
|
|
6069
6069
|
const deserializeAws_json1_1InvalidDeploymentInstanceTypeException = (output, context) => {
|
|
6070
6070
|
return {
|
|
6071
|
-
message: smithy_client_1.expectString(output.message),
|
|
6071
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6072
6072
|
};
|
|
6073
6073
|
};
|
|
6074
6074
|
const deserializeAws_json1_1InvalidDeploymentStatusException = (output, context) => {
|
|
6075
6075
|
return {
|
|
6076
|
-
message: smithy_client_1.expectString(output.message),
|
|
6076
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6077
6077
|
};
|
|
6078
6078
|
};
|
|
6079
6079
|
const deserializeAws_json1_1InvalidDeploymentStyleException = (output, context) => {
|
|
6080
6080
|
return {
|
|
6081
|
-
message: smithy_client_1.expectString(output.message),
|
|
6081
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6082
6082
|
};
|
|
6083
6083
|
};
|
|
6084
6084
|
const deserializeAws_json1_1InvalidDeploymentTargetIdException = (output, context) => {
|
|
6085
6085
|
return {
|
|
6086
|
-
message: smithy_client_1.expectString(output.message),
|
|
6086
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6087
6087
|
};
|
|
6088
6088
|
};
|
|
6089
6089
|
const deserializeAws_json1_1InvalidDeploymentWaitTypeException = (output, context) => {
|
|
6090
6090
|
return {
|
|
6091
|
-
message: smithy_client_1.expectString(output.message),
|
|
6091
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6092
6092
|
};
|
|
6093
6093
|
};
|
|
6094
6094
|
const deserializeAws_json1_1InvalidEC2TagCombinationException = (output, context) => {
|
|
6095
6095
|
return {
|
|
6096
|
-
message: smithy_client_1.expectString(output.message),
|
|
6096
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6097
6097
|
};
|
|
6098
6098
|
};
|
|
6099
6099
|
const deserializeAws_json1_1InvalidEC2TagException = (output, context) => {
|
|
6100
6100
|
return {
|
|
6101
|
-
message: smithy_client_1.expectString(output.message),
|
|
6101
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6102
6102
|
};
|
|
6103
6103
|
};
|
|
6104
6104
|
const deserializeAws_json1_1InvalidECSServiceException = (output, context) => {
|
|
6105
6105
|
return {
|
|
6106
|
-
message: smithy_client_1.expectString(output.message),
|
|
6106
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6107
6107
|
};
|
|
6108
6108
|
};
|
|
6109
6109
|
const deserializeAws_json1_1InvalidExternalIdException = (output, context) => {
|
|
6110
6110
|
return {
|
|
6111
|
-
message: smithy_client_1.expectString(output.message),
|
|
6111
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6112
6112
|
};
|
|
6113
6113
|
};
|
|
6114
6114
|
const deserializeAws_json1_1InvalidFileExistsBehaviorException = (output, context) => {
|
|
6115
6115
|
return {
|
|
6116
|
-
message: smithy_client_1.expectString(output.message),
|
|
6116
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6117
6117
|
};
|
|
6118
6118
|
};
|
|
6119
6119
|
const deserializeAws_json1_1InvalidGitHubAccountTokenException = (output, context) => {
|
|
6120
6120
|
return {
|
|
6121
|
-
message: smithy_client_1.expectString(output.message),
|
|
6121
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6122
6122
|
};
|
|
6123
6123
|
};
|
|
6124
6124
|
const deserializeAws_json1_1InvalidGitHubAccountTokenNameException = (output, context) => {
|
|
6125
6125
|
return {
|
|
6126
|
-
message: smithy_client_1.expectString(output.message),
|
|
6126
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6127
6127
|
};
|
|
6128
6128
|
};
|
|
6129
6129
|
const deserializeAws_json1_1InvalidIamSessionArnException = (output, context) => {
|
|
6130
6130
|
return {
|
|
6131
|
-
message: smithy_client_1.expectString(output.message),
|
|
6131
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6132
6132
|
};
|
|
6133
6133
|
};
|
|
6134
6134
|
const deserializeAws_json1_1InvalidIamUserArnException = (output, context) => {
|
|
6135
6135
|
return {
|
|
6136
|
-
message: smithy_client_1.expectString(output.message),
|
|
6136
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6137
6137
|
};
|
|
6138
6138
|
};
|
|
6139
6139
|
const deserializeAws_json1_1InvalidIgnoreApplicationStopFailuresValueException = (output, context) => {
|
|
6140
6140
|
return {
|
|
6141
|
-
message: smithy_client_1.expectString(output.message),
|
|
6141
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6142
6142
|
};
|
|
6143
6143
|
};
|
|
6144
6144
|
const deserializeAws_json1_1InvalidInputException = (output, context) => {
|
|
6145
6145
|
return {
|
|
6146
|
-
message: smithy_client_1.expectString(output.message),
|
|
6146
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6147
6147
|
};
|
|
6148
6148
|
};
|
|
6149
6149
|
const deserializeAws_json1_1InvalidInstanceNameException = (output, context) => {
|
|
6150
6150
|
return {
|
|
6151
|
-
message: smithy_client_1.expectString(output.message),
|
|
6151
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6152
6152
|
};
|
|
6153
6153
|
};
|
|
6154
6154
|
const deserializeAws_json1_1InvalidInstanceStatusException = (output, context) => {
|
|
6155
6155
|
return {
|
|
6156
|
-
message: smithy_client_1.expectString(output.message),
|
|
6156
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6157
6157
|
};
|
|
6158
6158
|
};
|
|
6159
6159
|
const deserializeAws_json1_1InvalidInstanceTypeException = (output, context) => {
|
|
6160
6160
|
return {
|
|
6161
|
-
message: smithy_client_1.expectString(output.message),
|
|
6161
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6162
6162
|
};
|
|
6163
6163
|
};
|
|
6164
6164
|
const deserializeAws_json1_1InvalidKeyPrefixFilterException = (output, context) => {
|
|
6165
6165
|
return {
|
|
6166
|
-
message: smithy_client_1.expectString(output.message),
|
|
6166
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6167
6167
|
};
|
|
6168
6168
|
};
|
|
6169
6169
|
const deserializeAws_json1_1InvalidLifecycleEventHookExecutionIdException = (output, context) => {
|
|
6170
6170
|
return {
|
|
6171
|
-
message: smithy_client_1.expectString(output.message),
|
|
6171
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6172
6172
|
};
|
|
6173
6173
|
};
|
|
6174
6174
|
const deserializeAws_json1_1InvalidLifecycleEventHookExecutionStatusException = (output, context) => {
|
|
6175
6175
|
return {
|
|
6176
|
-
message: smithy_client_1.expectString(output.message),
|
|
6176
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6177
6177
|
};
|
|
6178
6178
|
};
|
|
6179
6179
|
const deserializeAws_json1_1InvalidLoadBalancerInfoException = (output, context) => {
|
|
6180
6180
|
return {
|
|
6181
|
-
message: smithy_client_1.expectString(output.message),
|
|
6181
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6182
6182
|
};
|
|
6183
6183
|
};
|
|
6184
6184
|
const deserializeAws_json1_1InvalidMinimumHealthyHostValueException = (output, context) => {
|
|
6185
6185
|
return {
|
|
6186
|
-
message: smithy_client_1.expectString(output.message),
|
|
6186
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6187
6187
|
};
|
|
6188
6188
|
};
|
|
6189
6189
|
const deserializeAws_json1_1InvalidNextTokenException = (output, context) => {
|
|
6190
6190
|
return {
|
|
6191
|
-
message: smithy_client_1.expectString(output.message),
|
|
6191
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6192
6192
|
};
|
|
6193
6193
|
};
|
|
6194
6194
|
const deserializeAws_json1_1InvalidOnPremisesTagCombinationException = (output, context) => {
|
|
6195
6195
|
return {
|
|
6196
|
-
message: smithy_client_1.expectString(output.message),
|
|
6196
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6197
6197
|
};
|
|
6198
6198
|
};
|
|
6199
6199
|
const deserializeAws_json1_1InvalidOperationException = (output, context) => {
|
|
6200
6200
|
return {
|
|
6201
|
-
message: smithy_client_1.expectString(output.message),
|
|
6201
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6202
6202
|
};
|
|
6203
6203
|
};
|
|
6204
6204
|
const deserializeAws_json1_1InvalidRegistrationStatusException = (output, context) => {
|
|
6205
6205
|
return {
|
|
6206
|
-
message: smithy_client_1.expectString(output.message),
|
|
6206
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6207
6207
|
};
|
|
6208
6208
|
};
|
|
6209
6209
|
const deserializeAws_json1_1InvalidRevisionException = (output, context) => {
|
|
6210
6210
|
return {
|
|
6211
|
-
message: smithy_client_1.expectString(output.message),
|
|
6211
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6212
6212
|
};
|
|
6213
6213
|
};
|
|
6214
6214
|
const deserializeAws_json1_1InvalidRoleException = (output, context) => {
|
|
6215
6215
|
return {
|
|
6216
|
-
message: smithy_client_1.expectString(output.message),
|
|
6216
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6217
6217
|
};
|
|
6218
6218
|
};
|
|
6219
6219
|
const deserializeAws_json1_1InvalidSortByException = (output, context) => {
|
|
6220
6220
|
return {
|
|
6221
|
-
message: smithy_client_1.expectString(output.message),
|
|
6221
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6222
6222
|
};
|
|
6223
6223
|
};
|
|
6224
6224
|
const deserializeAws_json1_1InvalidSortOrderException = (output, context) => {
|
|
6225
6225
|
return {
|
|
6226
|
-
message: smithy_client_1.expectString(output.message),
|
|
6226
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6227
6227
|
};
|
|
6228
6228
|
};
|
|
6229
6229
|
const deserializeAws_json1_1InvalidTagException = (output, context) => {
|
|
6230
6230
|
return {
|
|
6231
|
-
message: smithy_client_1.expectString(output.message),
|
|
6231
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6232
6232
|
};
|
|
6233
6233
|
};
|
|
6234
6234
|
const deserializeAws_json1_1InvalidTagFilterException = (output, context) => {
|
|
6235
6235
|
return {
|
|
6236
|
-
message: smithy_client_1.expectString(output.message),
|
|
6236
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6237
6237
|
};
|
|
6238
6238
|
};
|
|
6239
6239
|
const deserializeAws_json1_1InvalidTagsToAddException = (output, context) => {
|
|
6240
6240
|
return {
|
|
6241
|
-
message: smithy_client_1.expectString(output.message),
|
|
6241
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6242
6242
|
};
|
|
6243
6243
|
};
|
|
6244
6244
|
const deserializeAws_json1_1InvalidTargetFilterNameException = (output, context) => {
|
|
6245
6245
|
return {
|
|
6246
|
-
message: smithy_client_1.expectString(output.message),
|
|
6246
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6247
6247
|
};
|
|
6248
6248
|
};
|
|
6249
6249
|
const deserializeAws_json1_1InvalidTargetGroupPairException = (output, context) => {
|
|
6250
6250
|
return {
|
|
6251
|
-
message: smithy_client_1.expectString(output.message),
|
|
6251
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6252
6252
|
};
|
|
6253
6253
|
};
|
|
6254
6254
|
const deserializeAws_json1_1InvalidTargetInstancesException = (output, context) => {
|
|
6255
6255
|
return {
|
|
6256
|
-
message: smithy_client_1.expectString(output.message),
|
|
6256
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6257
6257
|
};
|
|
6258
6258
|
};
|
|
6259
6259
|
const deserializeAws_json1_1InvalidTimeRangeException = (output, context) => {
|
|
6260
6260
|
return {
|
|
6261
|
-
message: smithy_client_1.expectString(output.message),
|
|
6261
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6262
6262
|
};
|
|
6263
6263
|
};
|
|
6264
6264
|
const deserializeAws_json1_1InvalidTrafficRoutingConfigurationException = (output, context) => {
|
|
6265
6265
|
return {
|
|
6266
|
-
message: smithy_client_1.expectString(output.message),
|
|
6266
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6267
6267
|
};
|
|
6268
6268
|
};
|
|
6269
6269
|
const deserializeAws_json1_1InvalidTriggerConfigException = (output, context) => {
|
|
6270
6270
|
return {
|
|
6271
|
-
message: smithy_client_1.expectString(output.message),
|
|
6271
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6272
6272
|
};
|
|
6273
6273
|
};
|
|
6274
6274
|
const deserializeAws_json1_1InvalidUpdateOutdatedInstancesOnlyValueException = (output, context) => {
|
|
6275
6275
|
return {
|
|
6276
|
-
message: smithy_client_1.expectString(output.message),
|
|
6276
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6277
6277
|
};
|
|
6278
6278
|
};
|
|
6279
6279
|
const deserializeAws_json1_1LambdaFunctionInfo = (output, context) => {
|
|
6280
6280
|
return {
|
|
6281
|
-
currentVersion: smithy_client_1.expectString(output.currentVersion),
|
|
6282
|
-
functionAlias: smithy_client_1.expectString(output.functionAlias),
|
|
6283
|
-
functionName: smithy_client_1.expectString(output.functionName),
|
|
6284
|
-
targetVersion: smithy_client_1.expectString(output.targetVersion),
|
|
6285
|
-
targetVersionWeight: smithy_client_1.limitedParseDouble(output.targetVersionWeight),
|
|
6281
|
+
currentVersion: (0, smithy_client_1.expectString)(output.currentVersion),
|
|
6282
|
+
functionAlias: (0, smithy_client_1.expectString)(output.functionAlias),
|
|
6283
|
+
functionName: (0, smithy_client_1.expectString)(output.functionName),
|
|
6284
|
+
targetVersion: (0, smithy_client_1.expectString)(output.targetVersion),
|
|
6285
|
+
targetVersionWeight: (0, smithy_client_1.limitedParseDouble)(output.targetVersionWeight),
|
|
6286
6286
|
};
|
|
6287
6287
|
};
|
|
6288
6288
|
const deserializeAws_json1_1LambdaTarget = (output, context) => {
|
|
6289
6289
|
return {
|
|
6290
|
-
deploymentId: smithy_client_1.expectString(output.deploymentId),
|
|
6290
|
+
deploymentId: (0, smithy_client_1.expectString)(output.deploymentId),
|
|
6291
6291
|
lambdaFunctionInfo: output.lambdaFunctionInfo !== undefined && output.lambdaFunctionInfo !== null
|
|
6292
6292
|
? deserializeAws_json1_1LambdaFunctionInfo(output.lambdaFunctionInfo, context)
|
|
6293
6293
|
: undefined,
|
|
6294
6294
|
lastUpdatedAt: output.lastUpdatedAt !== undefined && output.lastUpdatedAt !== null
|
|
6295
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedAt)))
|
|
6295
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedAt)))
|
|
6296
6296
|
: undefined,
|
|
6297
6297
|
lifecycleEvents: output.lifecycleEvents !== undefined && output.lifecycleEvents !== null
|
|
6298
6298
|
? deserializeAws_json1_1LifecycleEventList(output.lifecycleEvents, context)
|
|
6299
6299
|
: undefined,
|
|
6300
|
-
status: smithy_client_1.expectString(output.status),
|
|
6301
|
-
targetArn: smithy_client_1.expectString(output.targetArn),
|
|
6302
|
-
targetId: smithy_client_1.expectString(output.targetId),
|
|
6300
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
6301
|
+
targetArn: (0, smithy_client_1.expectString)(output.targetArn),
|
|
6302
|
+
targetId: (0, smithy_client_1.expectString)(output.targetId),
|
|
6303
6303
|
};
|
|
6304
6304
|
};
|
|
6305
6305
|
const deserializeAws_json1_1LastDeploymentInfo = (output, context) => {
|
|
6306
6306
|
return {
|
|
6307
6307
|
createTime: output.createTime !== undefined && output.createTime !== null
|
|
6308
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createTime)))
|
|
6308
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createTime)))
|
|
6309
6309
|
: undefined,
|
|
6310
|
-
deploymentId: smithy_client_1.expectString(output.deploymentId),
|
|
6310
|
+
deploymentId: (0, smithy_client_1.expectString)(output.deploymentId),
|
|
6311
6311
|
endTime: output.endTime !== undefined && output.endTime !== null
|
|
6312
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.endTime)))
|
|
6312
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.endTime)))
|
|
6313
6313
|
: undefined,
|
|
6314
|
-
status: smithy_client_1.expectString(output.status),
|
|
6314
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
6315
6315
|
};
|
|
6316
6316
|
};
|
|
6317
6317
|
const deserializeAws_json1_1LifecycleEvent = (output, context) => {
|
|
@@ -6320,18 +6320,18 @@ const deserializeAws_json1_1LifecycleEvent = (output, context) => {
|
|
|
6320
6320
|
? deserializeAws_json1_1Diagnostics(output.diagnostics, context)
|
|
6321
6321
|
: undefined,
|
|
6322
6322
|
endTime: output.endTime !== undefined && output.endTime !== null
|
|
6323
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.endTime)))
|
|
6323
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.endTime)))
|
|
6324
6324
|
: undefined,
|
|
6325
|
-
lifecycleEventName: smithy_client_1.expectString(output.lifecycleEventName),
|
|
6325
|
+
lifecycleEventName: (0, smithy_client_1.expectString)(output.lifecycleEventName),
|
|
6326
6326
|
startTime: output.startTime !== undefined && output.startTime !== null
|
|
6327
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.startTime)))
|
|
6327
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.startTime)))
|
|
6328
6328
|
: undefined,
|
|
6329
|
-
status: smithy_client_1.expectString(output.status),
|
|
6329
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
6330
6330
|
};
|
|
6331
6331
|
};
|
|
6332
6332
|
const deserializeAws_json1_1LifecycleEventAlreadyCompletedException = (output, context) => {
|
|
6333
6333
|
return {
|
|
6334
|
-
message: smithy_client_1.expectString(output.message),
|
|
6334
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6335
6335
|
};
|
|
6336
6336
|
};
|
|
6337
6337
|
const deserializeAws_json1_1LifecycleEventList = (output, context) => {
|
|
@@ -6347,12 +6347,12 @@ const deserializeAws_json1_1LifecycleEventList = (output, context) => {
|
|
|
6347
6347
|
};
|
|
6348
6348
|
const deserializeAws_json1_1LifecycleHookLimitExceededException = (output, context) => {
|
|
6349
6349
|
return {
|
|
6350
|
-
message: smithy_client_1.expectString(output.message),
|
|
6350
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6351
6351
|
};
|
|
6352
6352
|
};
|
|
6353
6353
|
const deserializeAws_json1_1ListApplicationRevisionsOutput = (output, context) => {
|
|
6354
6354
|
return {
|
|
6355
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
6355
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
6356
6356
|
revisions: output.revisions !== undefined && output.revisions !== null
|
|
6357
6357
|
? deserializeAws_json1_1RevisionLocationList(output.revisions, context)
|
|
6358
6358
|
: undefined,
|
|
@@ -6363,7 +6363,7 @@ const deserializeAws_json1_1ListApplicationsOutput = (output, context) => {
|
|
|
6363
6363
|
applications: output.applications !== undefined && output.applications !== null
|
|
6364
6364
|
? deserializeAws_json1_1ApplicationsList(output.applications, context)
|
|
6365
6365
|
: undefined,
|
|
6366
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
6366
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
6367
6367
|
};
|
|
6368
6368
|
};
|
|
6369
6369
|
const deserializeAws_json1_1ListDeploymentConfigsOutput = (output, context) => {
|
|
@@ -6371,16 +6371,16 @@ const deserializeAws_json1_1ListDeploymentConfigsOutput = (output, context) => {
|
|
|
6371
6371
|
deploymentConfigsList: output.deploymentConfigsList !== undefined && output.deploymentConfigsList !== null
|
|
6372
6372
|
? deserializeAws_json1_1DeploymentConfigsList(output.deploymentConfigsList, context)
|
|
6373
6373
|
: undefined,
|
|
6374
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
6374
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
6375
6375
|
};
|
|
6376
6376
|
};
|
|
6377
6377
|
const deserializeAws_json1_1ListDeploymentGroupsOutput = (output, context) => {
|
|
6378
6378
|
return {
|
|
6379
|
-
applicationName: smithy_client_1.expectString(output.applicationName),
|
|
6379
|
+
applicationName: (0, smithy_client_1.expectString)(output.applicationName),
|
|
6380
6380
|
deploymentGroups: output.deploymentGroups !== undefined && output.deploymentGroups !== null
|
|
6381
6381
|
? deserializeAws_json1_1DeploymentGroupsList(output.deploymentGroups, context)
|
|
6382
6382
|
: undefined,
|
|
6383
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
6383
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
6384
6384
|
};
|
|
6385
6385
|
};
|
|
6386
6386
|
const deserializeAws_json1_1ListDeploymentInstancesOutput = (output, context) => {
|
|
@@ -6388,7 +6388,7 @@ const deserializeAws_json1_1ListDeploymentInstancesOutput = (output, context) =>
|
|
|
6388
6388
|
instancesList: output.instancesList !== undefined && output.instancesList !== null
|
|
6389
6389
|
? deserializeAws_json1_1InstancesList(output.instancesList, context)
|
|
6390
6390
|
: undefined,
|
|
6391
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
6391
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
6392
6392
|
};
|
|
6393
6393
|
};
|
|
6394
6394
|
const deserializeAws_json1_1ListDeploymentsOutput = (output, context) => {
|
|
@@ -6396,12 +6396,12 @@ const deserializeAws_json1_1ListDeploymentsOutput = (output, context) => {
|
|
|
6396
6396
|
deployments: output.deployments !== undefined && output.deployments !== null
|
|
6397
6397
|
? deserializeAws_json1_1DeploymentsList(output.deployments, context)
|
|
6398
6398
|
: undefined,
|
|
6399
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
6399
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
6400
6400
|
};
|
|
6401
6401
|
};
|
|
6402
6402
|
const deserializeAws_json1_1ListDeploymentTargetsOutput = (output, context) => {
|
|
6403
6403
|
return {
|
|
6404
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
6404
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
6405
6405
|
targetIds: output.targetIds !== undefined && output.targetIds !== null
|
|
6406
6406
|
? deserializeAws_json1_1TargetIdList(output.targetIds, context)
|
|
6407
6407
|
: undefined,
|
|
@@ -6414,13 +6414,13 @@ const deserializeAws_json1_1ListenerArnList = (output, context) => {
|
|
|
6414
6414
|
if (entry === null) {
|
|
6415
6415
|
return null;
|
|
6416
6416
|
}
|
|
6417
|
-
return smithy_client_1.expectString(entry);
|
|
6417
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
6418
6418
|
});
|
|
6419
6419
|
return retVal;
|
|
6420
6420
|
};
|
|
6421
6421
|
const deserializeAws_json1_1ListGitHubAccountTokenNamesOutput = (output, context) => {
|
|
6422
6422
|
return {
|
|
6423
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
6423
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
6424
6424
|
tokenNameList: output.tokenNameList !== undefined && output.tokenNameList !== null
|
|
6425
6425
|
? deserializeAws_json1_1GitHubAccountTokenNameList(output.tokenNameList, context)
|
|
6426
6426
|
: undefined,
|
|
@@ -6431,12 +6431,12 @@ const deserializeAws_json1_1ListOnPremisesInstancesOutput = (output, context) =>
|
|
|
6431
6431
|
instanceNames: output.instanceNames !== undefined && output.instanceNames !== null
|
|
6432
6432
|
? deserializeAws_json1_1InstanceNameList(output.instanceNames, context)
|
|
6433
6433
|
: undefined,
|
|
6434
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
6434
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
6435
6435
|
};
|
|
6436
6436
|
};
|
|
6437
6437
|
const deserializeAws_json1_1ListTagsForResourceOutput = (output, context) => {
|
|
6438
6438
|
return {
|
|
6439
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
6439
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
6440
6440
|
Tags: output.Tags !== undefined && output.Tags !== null
|
|
6441
6441
|
? deserializeAws_json1_1TagList(output.Tags, context)
|
|
6442
6442
|
: undefined,
|
|
@@ -6457,13 +6457,13 @@ const deserializeAws_json1_1LoadBalancerInfo = (output, context) => {
|
|
|
6457
6457
|
};
|
|
6458
6458
|
const deserializeAws_json1_1MinimumHealthyHosts = (output, context) => {
|
|
6459
6459
|
return {
|
|
6460
|
-
type: smithy_client_1.expectString(output.type),
|
|
6461
|
-
value: smithy_client_1.expectInt32(output.value),
|
|
6460
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
6461
|
+
value: (0, smithy_client_1.expectInt32)(output.value),
|
|
6462
6462
|
};
|
|
6463
6463
|
};
|
|
6464
6464
|
const deserializeAws_json1_1MultipleIamArnsProvidedException = (output, context) => {
|
|
6465
6465
|
return {
|
|
6466
|
-
message: smithy_client_1.expectString(output.message),
|
|
6466
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6467
6467
|
};
|
|
6468
6468
|
};
|
|
6469
6469
|
const deserializeAws_json1_1OnPremisesTagSet = (output, context) => {
|
|
@@ -6486,18 +6486,18 @@ const deserializeAws_json1_1OnPremisesTagSetList = (output, context) => {
|
|
|
6486
6486
|
};
|
|
6487
6487
|
const deserializeAws_json1_1OperationNotSupportedException = (output, context) => {
|
|
6488
6488
|
return {
|
|
6489
|
-
message: smithy_client_1.expectString(output.message),
|
|
6489
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6490
6490
|
};
|
|
6491
6491
|
};
|
|
6492
6492
|
const deserializeAws_json1_1PutLifecycleEventHookExecutionStatusOutput = (output, context) => {
|
|
6493
6493
|
return {
|
|
6494
|
-
lifecycleEventHookExecutionId: smithy_client_1.expectString(output.lifecycleEventHookExecutionId),
|
|
6494
|
+
lifecycleEventHookExecutionId: (0, smithy_client_1.expectString)(output.lifecycleEventHookExecutionId),
|
|
6495
6495
|
};
|
|
6496
6496
|
};
|
|
6497
6497
|
const deserializeAws_json1_1RawString = (output, context) => {
|
|
6498
6498
|
return {
|
|
6499
|
-
content: smithy_client_1.expectString(output.content),
|
|
6500
|
-
sha256: smithy_client_1.expectString(output.sha256),
|
|
6499
|
+
content: (0, smithy_client_1.expectString)(output.content),
|
|
6500
|
+
sha256: (0, smithy_client_1.expectString)(output.sha256),
|
|
6501
6501
|
};
|
|
6502
6502
|
};
|
|
6503
6503
|
const deserializeAws_json1_1RelatedDeployments = (output, context) => {
|
|
@@ -6506,22 +6506,22 @@ const deserializeAws_json1_1RelatedDeployments = (output, context) => {
|
|
|
6506
6506
|
output.autoUpdateOutdatedInstancesDeploymentIds !== null
|
|
6507
6507
|
? deserializeAws_json1_1DeploymentsList(output.autoUpdateOutdatedInstancesDeploymentIds, context)
|
|
6508
6508
|
: undefined,
|
|
6509
|
-
autoUpdateOutdatedInstancesRootDeploymentId: smithy_client_1.expectString(output.autoUpdateOutdatedInstancesRootDeploymentId),
|
|
6509
|
+
autoUpdateOutdatedInstancesRootDeploymentId: (0, smithy_client_1.expectString)(output.autoUpdateOutdatedInstancesRootDeploymentId),
|
|
6510
6510
|
};
|
|
6511
6511
|
};
|
|
6512
6512
|
const deserializeAws_json1_1ResourceArnRequiredException = (output, context) => {
|
|
6513
6513
|
return {
|
|
6514
|
-
message: smithy_client_1.expectString(output.message),
|
|
6514
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6515
6515
|
};
|
|
6516
6516
|
};
|
|
6517
6517
|
const deserializeAws_json1_1ResourceValidationException = (output, context) => {
|
|
6518
6518
|
return {
|
|
6519
|
-
message: smithy_client_1.expectString(output.message),
|
|
6519
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6520
6520
|
};
|
|
6521
6521
|
};
|
|
6522
6522
|
const deserializeAws_json1_1RevisionDoesNotExistException = (output, context) => {
|
|
6523
6523
|
return {
|
|
6524
|
-
message: smithy_client_1.expectString(output.message),
|
|
6524
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6525
6525
|
};
|
|
6526
6526
|
};
|
|
6527
6527
|
const deserializeAws_json1_1RevisionInfo = (output, context) => {
|
|
@@ -6553,7 +6553,7 @@ const deserializeAws_json1_1RevisionLocation = (output, context) => {
|
|
|
6553
6553
|
gitHubLocation: output.gitHubLocation !== undefined && output.gitHubLocation !== null
|
|
6554
6554
|
? deserializeAws_json1_1GitHubLocation(output.gitHubLocation, context)
|
|
6555
6555
|
: undefined,
|
|
6556
|
-
revisionType: smithy_client_1.expectString(output.revisionType),
|
|
6556
|
+
revisionType: (0, smithy_client_1.expectString)(output.revisionType),
|
|
6557
6557
|
s3Location: output.s3Location !== undefined && output.s3Location !== null
|
|
6558
6558
|
? deserializeAws_json1_1S3Location(output.s3Location, context)
|
|
6559
6559
|
: undefined,
|
|
@@ -6575,47 +6575,47 @@ const deserializeAws_json1_1RevisionLocationList = (output, context) => {
|
|
|
6575
6575
|
};
|
|
6576
6576
|
const deserializeAws_json1_1RevisionRequiredException = (output, context) => {
|
|
6577
6577
|
return {
|
|
6578
|
-
message: smithy_client_1.expectString(output.message),
|
|
6578
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6579
6579
|
};
|
|
6580
6580
|
};
|
|
6581
6581
|
const deserializeAws_json1_1RoleRequiredException = (output, context) => {
|
|
6582
6582
|
return {
|
|
6583
|
-
message: smithy_client_1.expectString(output.message),
|
|
6583
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6584
6584
|
};
|
|
6585
6585
|
};
|
|
6586
6586
|
const deserializeAws_json1_1RollbackInfo = (output, context) => {
|
|
6587
6587
|
return {
|
|
6588
|
-
rollbackDeploymentId: smithy_client_1.expectString(output.rollbackDeploymentId),
|
|
6589
|
-
rollbackMessage: smithy_client_1.expectString(output.rollbackMessage),
|
|
6590
|
-
rollbackTriggeringDeploymentId: smithy_client_1.expectString(output.rollbackTriggeringDeploymentId),
|
|
6588
|
+
rollbackDeploymentId: (0, smithy_client_1.expectString)(output.rollbackDeploymentId),
|
|
6589
|
+
rollbackMessage: (0, smithy_client_1.expectString)(output.rollbackMessage),
|
|
6590
|
+
rollbackTriggeringDeploymentId: (0, smithy_client_1.expectString)(output.rollbackTriggeringDeploymentId),
|
|
6591
6591
|
};
|
|
6592
6592
|
};
|
|
6593
6593
|
const deserializeAws_json1_1S3Location = (output, context) => {
|
|
6594
6594
|
return {
|
|
6595
|
-
bucket: smithy_client_1.expectString(output.bucket),
|
|
6596
|
-
bundleType: smithy_client_1.expectString(output.bundleType),
|
|
6597
|
-
eTag: smithy_client_1.expectString(output.eTag),
|
|
6598
|
-
key: smithy_client_1.expectString(output.key),
|
|
6599
|
-
version: smithy_client_1.expectString(output.version),
|
|
6595
|
+
bucket: (0, smithy_client_1.expectString)(output.bucket),
|
|
6596
|
+
bundleType: (0, smithy_client_1.expectString)(output.bundleType),
|
|
6597
|
+
eTag: (0, smithy_client_1.expectString)(output.eTag),
|
|
6598
|
+
key: (0, smithy_client_1.expectString)(output.key),
|
|
6599
|
+
version: (0, smithy_client_1.expectString)(output.version),
|
|
6600
6600
|
};
|
|
6601
6601
|
};
|
|
6602
6602
|
const deserializeAws_json1_1StopDeploymentOutput = (output, context) => {
|
|
6603
6603
|
return {
|
|
6604
|
-
status: smithy_client_1.expectString(output.status),
|
|
6605
|
-
statusMessage: smithy_client_1.expectString(output.statusMessage),
|
|
6604
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
6605
|
+
statusMessage: (0, smithy_client_1.expectString)(output.statusMessage),
|
|
6606
6606
|
};
|
|
6607
6607
|
};
|
|
6608
6608
|
const deserializeAws_json1_1Tag = (output, context) => {
|
|
6609
6609
|
return {
|
|
6610
|
-
Key: smithy_client_1.expectString(output.Key),
|
|
6611
|
-
Value: smithy_client_1.expectString(output.Value),
|
|
6610
|
+
Key: (0, smithy_client_1.expectString)(output.Key),
|
|
6611
|
+
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
6612
6612
|
};
|
|
6613
6613
|
};
|
|
6614
6614
|
const deserializeAws_json1_1TagFilter = (output, context) => {
|
|
6615
6615
|
return {
|
|
6616
|
-
Key: smithy_client_1.expectString(output.Key),
|
|
6617
|
-
Type: smithy_client_1.expectString(output.Type),
|
|
6618
|
-
Value: smithy_client_1.expectString(output.Value),
|
|
6616
|
+
Key: (0, smithy_client_1.expectString)(output.Key),
|
|
6617
|
+
Type: (0, smithy_client_1.expectString)(output.Type),
|
|
6618
|
+
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
6619
6619
|
};
|
|
6620
6620
|
};
|
|
6621
6621
|
const deserializeAws_json1_1TagFilterList = (output, context) => {
|
|
@@ -6631,7 +6631,7 @@ const deserializeAws_json1_1TagFilterList = (output, context) => {
|
|
|
6631
6631
|
};
|
|
6632
6632
|
const deserializeAws_json1_1TagLimitExceededException = (output, context) => {
|
|
6633
6633
|
return {
|
|
6634
|
-
message: smithy_client_1.expectString(output.message),
|
|
6634
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6635
6635
|
};
|
|
6636
6636
|
};
|
|
6637
6637
|
const deserializeAws_json1_1TagList = (output, context) => {
|
|
@@ -6647,7 +6647,7 @@ const deserializeAws_json1_1TagList = (output, context) => {
|
|
|
6647
6647
|
};
|
|
6648
6648
|
const deserializeAws_json1_1TagRequiredException = (output, context) => {
|
|
6649
6649
|
return {
|
|
6650
|
-
message: smithy_client_1.expectString(output.message),
|
|
6650
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6651
6651
|
};
|
|
6652
6652
|
};
|
|
6653
6653
|
const deserializeAws_json1_1TagResourceOutput = (output, context) => {
|
|
@@ -6655,12 +6655,12 @@ const deserializeAws_json1_1TagResourceOutput = (output, context) => {
|
|
|
6655
6655
|
};
|
|
6656
6656
|
const deserializeAws_json1_1TagSetListLimitExceededException = (output, context) => {
|
|
6657
6657
|
return {
|
|
6658
|
-
message: smithy_client_1.expectString(output.message),
|
|
6658
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6659
6659
|
};
|
|
6660
6660
|
};
|
|
6661
6661
|
const deserializeAws_json1_1TargetGroupInfo = (output, context) => {
|
|
6662
6662
|
return {
|
|
6663
|
-
name: smithy_client_1.expectString(output.name),
|
|
6663
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
6664
6664
|
};
|
|
6665
6665
|
};
|
|
6666
6666
|
const deserializeAws_json1_1TargetGroupInfoList = (output, context) => {
|
|
@@ -6705,7 +6705,7 @@ const deserializeAws_json1_1TargetIdList = (output, context) => {
|
|
|
6705
6705
|
if (entry === null) {
|
|
6706
6706
|
return null;
|
|
6707
6707
|
}
|
|
6708
|
-
return smithy_client_1.expectString(entry);
|
|
6708
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
6709
6709
|
});
|
|
6710
6710
|
return retVal;
|
|
6711
6711
|
};
|
|
@@ -6724,19 +6724,19 @@ const deserializeAws_json1_1TargetInstances = (output, context) => {
|
|
|
6724
6724
|
};
|
|
6725
6725
|
const deserializeAws_json1_1ThrottlingException = (output, context) => {
|
|
6726
6726
|
return {
|
|
6727
|
-
message: smithy_client_1.expectString(output.message),
|
|
6727
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6728
6728
|
};
|
|
6729
6729
|
};
|
|
6730
6730
|
const deserializeAws_json1_1TimeBasedCanary = (output, context) => {
|
|
6731
6731
|
return {
|
|
6732
|
-
canaryInterval: smithy_client_1.expectInt32(output.canaryInterval),
|
|
6733
|
-
canaryPercentage: smithy_client_1.expectInt32(output.canaryPercentage),
|
|
6732
|
+
canaryInterval: (0, smithy_client_1.expectInt32)(output.canaryInterval),
|
|
6733
|
+
canaryPercentage: (0, smithy_client_1.expectInt32)(output.canaryPercentage),
|
|
6734
6734
|
};
|
|
6735
6735
|
};
|
|
6736
6736
|
const deserializeAws_json1_1TimeBasedLinear = (output, context) => {
|
|
6737
6737
|
return {
|
|
6738
|
-
linearInterval: smithy_client_1.expectInt32(output.linearInterval),
|
|
6739
|
-
linearPercentage: smithy_client_1.expectInt32(output.linearPercentage),
|
|
6738
|
+
linearInterval: (0, smithy_client_1.expectInt32)(output.linearInterval),
|
|
6739
|
+
linearPercentage: (0, smithy_client_1.expectInt32)(output.linearPercentage),
|
|
6740
6740
|
};
|
|
6741
6741
|
};
|
|
6742
6742
|
const deserializeAws_json1_1TrafficRoute = (output, context) => {
|
|
@@ -6754,7 +6754,7 @@ const deserializeAws_json1_1TrafficRoutingConfig = (output, context) => {
|
|
|
6754
6754
|
timeBasedLinear: output.timeBasedLinear !== undefined && output.timeBasedLinear !== null
|
|
6755
6755
|
? deserializeAws_json1_1TimeBasedLinear(output.timeBasedLinear, context)
|
|
6756
6756
|
: undefined,
|
|
6757
|
-
type: smithy_client_1.expectString(output.type),
|
|
6757
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
6758
6758
|
};
|
|
6759
6759
|
};
|
|
6760
6760
|
const deserializeAws_json1_1TriggerConfig = (output, context) => {
|
|
@@ -6762,8 +6762,8 @@ const deserializeAws_json1_1TriggerConfig = (output, context) => {
|
|
|
6762
6762
|
triggerEvents: output.triggerEvents !== undefined && output.triggerEvents !== null
|
|
6763
6763
|
? deserializeAws_json1_1TriggerEventTypeList(output.triggerEvents, context)
|
|
6764
6764
|
: undefined,
|
|
6765
|
-
triggerName: smithy_client_1.expectString(output.triggerName),
|
|
6766
|
-
triggerTargetArn: smithy_client_1.expectString(output.triggerTargetArn),
|
|
6765
|
+
triggerName: (0, smithy_client_1.expectString)(output.triggerName),
|
|
6766
|
+
triggerTargetArn: (0, smithy_client_1.expectString)(output.triggerTargetArn),
|
|
6767
6767
|
};
|
|
6768
6768
|
};
|
|
6769
6769
|
const deserializeAws_json1_1TriggerConfigList = (output, context) => {
|
|
@@ -6784,18 +6784,18 @@ const deserializeAws_json1_1TriggerEventTypeList = (output, context) => {
|
|
|
6784
6784
|
if (entry === null) {
|
|
6785
6785
|
return null;
|
|
6786
6786
|
}
|
|
6787
|
-
return smithy_client_1.expectString(entry);
|
|
6787
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
6788
6788
|
});
|
|
6789
6789
|
return retVal;
|
|
6790
6790
|
};
|
|
6791
6791
|
const deserializeAws_json1_1TriggerTargetsLimitExceededException = (output, context) => {
|
|
6792
6792
|
return {
|
|
6793
|
-
message: smithy_client_1.expectString(output.message),
|
|
6793
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6794
6794
|
};
|
|
6795
6795
|
};
|
|
6796
6796
|
const deserializeAws_json1_1UnsupportedActionForDeploymentTypeException = (output, context) => {
|
|
6797
6797
|
return {
|
|
6798
|
-
message: smithy_client_1.expectString(output.message),
|
|
6798
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6799
6799
|
};
|
|
6800
6800
|
};
|
|
6801
6801
|
const deserializeAws_json1_1UntagResourceOutput = (output, context) => {
|