@aws-sdk/client-drs 3.940.0 → 3.946.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/dist-cjs/index.js +63 -227
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/DrsClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +63 -227
- package/dist-types/Drs.d.ts +1 -1
- package/dist-types/DrsClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AssociateSourceNetworkStackCommand.d.ts +3 -3
- package/dist-types/commands/CreateExtendedSourceServerCommand.d.ts +3 -3
- package/dist-types/commands/CreateLaunchConfigurationTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateReplicationConfigurationTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateSourceNetworkCommand.d.ts +3 -3
- package/dist-types/commands/DeleteJobCommand.d.ts +3 -3
- package/dist-types/commands/DeleteLaunchActionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteLaunchConfigurationTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DeleteRecoveryInstanceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSourceNetworkCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSourceServerCommand.d.ts +3 -3
- package/dist-types/commands/DescribeJobLogItemsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeJobsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeLaunchConfigurationTemplatesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeRecoveryInstancesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeRecoverySnapshotsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSourceNetworksCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSourceServersCommand.d.ts +3 -3
- package/dist-types/commands/DisconnectRecoveryInstanceCommand.d.ts +3 -3
- package/dist-types/commands/DisconnectSourceServerCommand.d.ts +3 -3
- package/dist-types/commands/ExportSourceNetworkCfnTemplateCommand.d.ts +3 -3
- package/dist-types/commands/GetFailbackReplicationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetLaunchConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetReplicationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/InitializeServiceCommand.d.ts +3 -3
- package/dist-types/commands/ListExtensibleSourceServersCommand.d.ts +3 -3
- package/dist-types/commands/ListLaunchActionsCommand.d.ts +3 -3
- package/dist-types/commands/ListStagingAccountsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/PutLaunchActionCommand.d.ts +3 -3
- package/dist-types/commands/RetryDataReplicationCommand.d.ts +3 -3
- package/dist-types/commands/ReverseReplicationCommand.d.ts +3 -3
- package/dist-types/commands/StartFailbackLaunchCommand.d.ts +3 -3
- package/dist-types/commands/StartRecoveryCommand.d.ts +3 -3
- package/dist-types/commands/StartReplicationCommand.d.ts +3 -3
- package/dist-types/commands/StartSourceNetworkRecoveryCommand.d.ts +3 -3
- package/dist-types/commands/StartSourceNetworkReplicationCommand.d.ts +3 -3
- package/dist-types/commands/StopFailbackCommand.d.ts +3 -3
- package/dist-types/commands/StopReplicationCommand.d.ts +3 -3
- package/dist-types/commands/StopSourceNetworkReplicationCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/TerminateRecoveryInstancesCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateLaunchConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateLaunchConfigurationTemplateCommand.d.ts +3 -3
- package/dist-types/commands/UpdateReplicationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateReplicationConfigurationTemplateCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/DrsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/DescribeJobLogItemsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeLaunchConfigurationTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRecoveryInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRecoverySnapshotsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationConfigurationTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeSourceNetworksPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeSourceServersPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListExtensibleSourceServersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLaunchActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStagingAccountsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/DrsClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/DrsServiceException.d.ts +1 -1
- package/package.json +13 -12
package/dist-cjs/index.js
CHANGED
|
@@ -730,17 +730,7 @@ const _vWU = "vmWareUuid";
|
|
|
730
730
|
const n0 = "com.amazonaws.drs";
|
|
731
731
|
var CfnStackName = [0, n0, _CSN, 8, 0];
|
|
732
732
|
var SensitiveBoundedString = [0, n0, _SBS, 8, 0];
|
|
733
|
-
var AccessDeniedException = [
|
|
734
|
-
-3,
|
|
735
|
-
n0,
|
|
736
|
-
_ADE,
|
|
737
|
-
{
|
|
738
|
-
[_e]: _c,
|
|
739
|
-
[_hE]: 403,
|
|
740
|
-
},
|
|
741
|
-
[_m, _co],
|
|
742
|
-
[0, 0],
|
|
743
|
-
];
|
|
733
|
+
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m, _co], [0, 0]];
|
|
744
734
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
745
735
|
var Account = [3, n0, _A, 0, [_aID], [0]];
|
|
746
736
|
var AssociateSourceNetworkStackRequest = [
|
|
@@ -756,10 +746,7 @@ var ConflictException = [
|
|
|
756
746
|
-3,
|
|
757
747
|
n0,
|
|
758
748
|
_CE,
|
|
759
|
-
{
|
|
760
|
-
[_e]: _c,
|
|
761
|
-
[_hE]: 409,
|
|
762
|
-
},
|
|
749
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
763
750
|
[_m, _co, _rI, _rT],
|
|
764
751
|
[0, 0, 0, 0],
|
|
765
752
|
];
|
|
@@ -1026,20 +1013,9 @@ var InternalServerException = [
|
|
|
1026
1013
|
-3,
|
|
1027
1014
|
n0,
|
|
1028
1015
|
_ISE,
|
|
1029
|
-
{
|
|
1030
|
-
[_e]: _se,
|
|
1031
|
-
[_hE]: 500,
|
|
1032
|
-
},
|
|
1016
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
1033
1017
|
[_m, _rAS],
|
|
1034
|
-
[
|
|
1035
|
-
0,
|
|
1036
|
-
[
|
|
1037
|
-
1,
|
|
1038
|
-
{
|
|
1039
|
-
[_hH]: _RA,
|
|
1040
|
-
},
|
|
1041
|
-
],
|
|
1042
|
-
],
|
|
1018
|
+
[0, [1, { [_hH]: _RA }]],
|
|
1043
1019
|
];
|
|
1044
1020
|
schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
|
|
1045
1021
|
var Job = [
|
|
@@ -1145,18 +1121,8 @@ var ListStagingAccountsRequest = [
|
|
|
1145
1121
|
0,
|
|
1146
1122
|
[_mR, _nT],
|
|
1147
1123
|
[
|
|
1148
|
-
[
|
|
1149
|
-
|
|
1150
|
-
{
|
|
1151
|
-
[_hQ]: _mR,
|
|
1152
|
-
},
|
|
1153
|
-
],
|
|
1154
|
-
[
|
|
1155
|
-
0,
|
|
1156
|
-
{
|
|
1157
|
-
[_hQ]: _nT,
|
|
1158
|
-
},
|
|
1159
|
-
],
|
|
1124
|
+
[1, { [_hQ]: _mR }],
|
|
1125
|
+
[0, { [_hQ]: _nT }],
|
|
1160
1126
|
],
|
|
1161
1127
|
];
|
|
1162
1128
|
var ListStagingAccountsResponse = [3, n0, _LSARi, 0, [_acc, _nT], [() => Accounts, 0]];
|
|
@@ -1337,10 +1303,7 @@ var ResourceNotFoundException = [
|
|
|
1337
1303
|
-3,
|
|
1338
1304
|
n0,
|
|
1339
1305
|
_RNFE,
|
|
1340
|
-
{
|
|
1341
|
-
[_e]: _c,
|
|
1342
|
-
[_hE]: 404,
|
|
1343
|
-
},
|
|
1306
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
1344
1307
|
[_m, _co, _rI, _rT],
|
|
1345
1308
|
[0, 0, 0, 0],
|
|
1346
1309
|
];
|
|
@@ -1352,10 +1315,7 @@ var ServiceQuotaExceededException = [
|
|
|
1352
1315
|
-3,
|
|
1353
1316
|
n0,
|
|
1354
1317
|
_SQEE,
|
|
1355
|
-
{
|
|
1356
|
-
[_e]: _c,
|
|
1357
|
-
[_hE]: 402,
|
|
1358
|
-
},
|
|
1318
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
1359
1319
|
[_m, _co, _rI, _rT, _sC, _qC],
|
|
1360
1320
|
[0, 0, 0, 0, 0, 0],
|
|
1361
1321
|
];
|
|
@@ -1491,32 +1451,16 @@ var ThrottlingException = [
|
|
|
1491
1451
|
-3,
|
|
1492
1452
|
n0,
|
|
1493
1453
|
_TE,
|
|
1494
|
-
{
|
|
1495
|
-
[_e]: _c,
|
|
1496
|
-
[_hE]: 429,
|
|
1497
|
-
},
|
|
1454
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
1498
1455
|
[_m, _sC, _qC, _rAS],
|
|
1499
|
-
[
|
|
1500
|
-
0,
|
|
1501
|
-
0,
|
|
1502
|
-
0,
|
|
1503
|
-
[
|
|
1504
|
-
0,
|
|
1505
|
-
{
|
|
1506
|
-
[_hH]: _RA,
|
|
1507
|
-
},
|
|
1508
|
-
],
|
|
1509
|
-
],
|
|
1456
|
+
[0, 0, 0, [0, { [_hH]: _RA }]],
|
|
1510
1457
|
];
|
|
1511
1458
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
1512
1459
|
var UninitializedAccountException = [
|
|
1513
1460
|
-3,
|
|
1514
1461
|
n0,
|
|
1515
1462
|
_UAE,
|
|
1516
|
-
{
|
|
1517
|
-
[_e]: _c,
|
|
1518
|
-
[_hE]: 400,
|
|
1519
|
-
},
|
|
1463
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1520
1464
|
[_m, _co],
|
|
1521
1465
|
[0, 0],
|
|
1522
1466
|
];
|
|
@@ -1529,12 +1473,7 @@ var UntagResourceRequest = [
|
|
|
1529
1473
|
[_rA, _tK],
|
|
1530
1474
|
[
|
|
1531
1475
|
[0, 1],
|
|
1532
|
-
[
|
|
1533
|
-
() => TagKeys,
|
|
1534
|
-
{
|
|
1535
|
-
[_hQ]: _tK,
|
|
1536
|
-
},
|
|
1537
|
-
],
|
|
1476
|
+
[() => TagKeys, { [_hQ]: _tK }],
|
|
1538
1477
|
],
|
|
1539
1478
|
];
|
|
1540
1479
|
var UpdateFailbackReplicationConfigurationRequest = [
|
|
@@ -1607,10 +1546,7 @@ var ValidationException = [
|
|
|
1607
1546
|
-3,
|
|
1608
1547
|
n0,
|
|
1609
1548
|
_VE,
|
|
1610
|
-
{
|
|
1611
|
-
[_e]: _c,
|
|
1612
|
-
[_hE]: 400,
|
|
1613
|
-
},
|
|
1549
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1614
1550
|
[_m, _co, _re, _fL],
|
|
1615
1551
|
[0, 0, 0, () => ValidationExceptionFieldList],
|
|
1616
1552
|
];
|
|
@@ -1699,9 +1635,7 @@ var AssociateSourceNetworkStack = [
|
|
|
1699
1635
|
9,
|
|
1700
1636
|
n0,
|
|
1701
1637
|
_ASNS,
|
|
1702
|
-
{
|
|
1703
|
-
[_ht]: ["POST", "/AssociateSourceNetworkStack", 202],
|
|
1704
|
-
},
|
|
1638
|
+
{ [_ht]: ["POST", "/AssociateSourceNetworkStack", 202] },
|
|
1705
1639
|
() => AssociateSourceNetworkStackRequest,
|
|
1706
1640
|
() => AssociateSourceNetworkStackResponse,
|
|
1707
1641
|
];
|
|
@@ -1709,9 +1643,7 @@ var CreateExtendedSourceServer = [
|
|
|
1709
1643
|
9,
|
|
1710
1644
|
n0,
|
|
1711
1645
|
_CESS,
|
|
1712
|
-
{
|
|
1713
|
-
[_ht]: ["POST", "/CreateExtendedSourceServer", 201],
|
|
1714
|
-
},
|
|
1646
|
+
{ [_ht]: ["POST", "/CreateExtendedSourceServer", 201] },
|
|
1715
1647
|
() => CreateExtendedSourceServerRequest,
|
|
1716
1648
|
() => CreateExtendedSourceServerResponse,
|
|
1717
1649
|
];
|
|
@@ -1719,9 +1651,7 @@ var CreateLaunchConfigurationTemplate = [
|
|
|
1719
1651
|
9,
|
|
1720
1652
|
n0,
|
|
1721
1653
|
_CLCT,
|
|
1722
|
-
{
|
|
1723
|
-
[_ht]: ["POST", "/CreateLaunchConfigurationTemplate", 201],
|
|
1724
|
-
},
|
|
1654
|
+
{ [_ht]: ["POST", "/CreateLaunchConfigurationTemplate", 201] },
|
|
1725
1655
|
() => CreateLaunchConfigurationTemplateRequest,
|
|
1726
1656
|
() => CreateLaunchConfigurationTemplateResponse,
|
|
1727
1657
|
];
|
|
@@ -1729,9 +1659,7 @@ var CreateReplicationConfigurationTemplate = [
|
|
|
1729
1659
|
9,
|
|
1730
1660
|
n0,
|
|
1731
1661
|
_CRCT,
|
|
1732
|
-
{
|
|
1733
|
-
[_ht]: ["POST", "/CreateReplicationConfigurationTemplate", 201],
|
|
1734
|
-
},
|
|
1662
|
+
{ [_ht]: ["POST", "/CreateReplicationConfigurationTemplate", 201] },
|
|
1735
1663
|
() => CreateReplicationConfigurationTemplateRequest,
|
|
1736
1664
|
() => ReplicationConfigurationTemplate,
|
|
1737
1665
|
];
|
|
@@ -1739,9 +1667,7 @@ var CreateSourceNetwork = [
|
|
|
1739
1667
|
9,
|
|
1740
1668
|
n0,
|
|
1741
1669
|
_CSNr,
|
|
1742
|
-
{
|
|
1743
|
-
[_ht]: ["POST", "/CreateSourceNetwork", 201],
|
|
1744
|
-
},
|
|
1670
|
+
{ [_ht]: ["POST", "/CreateSourceNetwork", 201] },
|
|
1745
1671
|
() => CreateSourceNetworkRequest,
|
|
1746
1672
|
() => CreateSourceNetworkResponse,
|
|
1747
1673
|
];
|
|
@@ -1749,9 +1675,7 @@ var DeleteJob = [
|
|
|
1749
1675
|
9,
|
|
1750
1676
|
n0,
|
|
1751
1677
|
_DJ,
|
|
1752
|
-
{
|
|
1753
|
-
[_ht]: ["POST", "/DeleteJob", 204],
|
|
1754
|
-
},
|
|
1678
|
+
{ [_ht]: ["POST", "/DeleteJob", 204] },
|
|
1755
1679
|
() => DeleteJobRequest,
|
|
1756
1680
|
() => DeleteJobResponse,
|
|
1757
1681
|
];
|
|
@@ -1759,9 +1683,7 @@ var DeleteLaunchAction = [
|
|
|
1759
1683
|
9,
|
|
1760
1684
|
n0,
|
|
1761
1685
|
_DLA,
|
|
1762
|
-
{
|
|
1763
|
-
[_ht]: ["POST", "/DeleteLaunchAction", 204],
|
|
1764
|
-
},
|
|
1686
|
+
{ [_ht]: ["POST", "/DeleteLaunchAction", 204] },
|
|
1765
1687
|
() => DeleteLaunchActionRequest,
|
|
1766
1688
|
() => DeleteLaunchActionResponse,
|
|
1767
1689
|
];
|
|
@@ -1769,9 +1691,7 @@ var DeleteLaunchConfigurationTemplate = [
|
|
|
1769
1691
|
9,
|
|
1770
1692
|
n0,
|
|
1771
1693
|
_DLCT,
|
|
1772
|
-
{
|
|
1773
|
-
[_ht]: ["POST", "/DeleteLaunchConfigurationTemplate", 204],
|
|
1774
|
-
},
|
|
1694
|
+
{ [_ht]: ["POST", "/DeleteLaunchConfigurationTemplate", 204] },
|
|
1775
1695
|
() => DeleteLaunchConfigurationTemplateRequest,
|
|
1776
1696
|
() => DeleteLaunchConfigurationTemplateResponse,
|
|
1777
1697
|
];
|
|
@@ -1779,9 +1699,7 @@ var DeleteRecoveryInstance = [
|
|
|
1779
1699
|
9,
|
|
1780
1700
|
n0,
|
|
1781
1701
|
_DRIe,
|
|
1782
|
-
{
|
|
1783
|
-
[_ht]: ["POST", "/DeleteRecoveryInstance", 200],
|
|
1784
|
-
},
|
|
1702
|
+
{ [_ht]: ["POST", "/DeleteRecoveryInstance", 200] },
|
|
1785
1703
|
() => DeleteRecoveryInstanceRequest,
|
|
1786
1704
|
() => __Unit,
|
|
1787
1705
|
];
|
|
@@ -1789,9 +1707,7 @@ var DeleteReplicationConfigurationTemplate = [
|
|
|
1789
1707
|
9,
|
|
1790
1708
|
n0,
|
|
1791
1709
|
_DRCT,
|
|
1792
|
-
{
|
|
1793
|
-
[_ht]: ["POST", "/DeleteReplicationConfigurationTemplate", 204],
|
|
1794
|
-
},
|
|
1710
|
+
{ [_ht]: ["POST", "/DeleteReplicationConfigurationTemplate", 204] },
|
|
1795
1711
|
() => DeleteReplicationConfigurationTemplateRequest,
|
|
1796
1712
|
() => DeleteReplicationConfigurationTemplateResponse,
|
|
1797
1713
|
];
|
|
@@ -1799,9 +1715,7 @@ var DeleteSourceNetwork = [
|
|
|
1799
1715
|
9,
|
|
1800
1716
|
n0,
|
|
1801
1717
|
_DSN,
|
|
1802
|
-
{
|
|
1803
|
-
[_ht]: ["POST", "/DeleteSourceNetwork", 204],
|
|
1804
|
-
},
|
|
1718
|
+
{ [_ht]: ["POST", "/DeleteSourceNetwork", 204] },
|
|
1805
1719
|
() => DeleteSourceNetworkRequest,
|
|
1806
1720
|
() => DeleteSourceNetworkResponse,
|
|
1807
1721
|
];
|
|
@@ -1809,9 +1723,7 @@ var DeleteSourceServer = [
|
|
|
1809
1723
|
9,
|
|
1810
1724
|
n0,
|
|
1811
1725
|
_DSS,
|
|
1812
|
-
{
|
|
1813
|
-
[_ht]: ["POST", "/DeleteSourceServer", 204],
|
|
1814
|
-
},
|
|
1726
|
+
{ [_ht]: ["POST", "/DeleteSourceServer", 204] },
|
|
1815
1727
|
() => DeleteSourceServerRequest,
|
|
1816
1728
|
() => DeleteSourceServerResponse,
|
|
1817
1729
|
];
|
|
@@ -1819,9 +1731,7 @@ var DescribeJobLogItems = [
|
|
|
1819
1731
|
9,
|
|
1820
1732
|
n0,
|
|
1821
1733
|
_DJLI,
|
|
1822
|
-
{
|
|
1823
|
-
[_ht]: ["POST", "/DescribeJobLogItems", 200],
|
|
1824
|
-
},
|
|
1734
|
+
{ [_ht]: ["POST", "/DescribeJobLogItems", 200] },
|
|
1825
1735
|
() => DescribeJobLogItemsRequest,
|
|
1826
1736
|
() => DescribeJobLogItemsResponse,
|
|
1827
1737
|
];
|
|
@@ -1829,9 +1739,7 @@ var DescribeJobs = [
|
|
|
1829
1739
|
9,
|
|
1830
1740
|
n0,
|
|
1831
1741
|
_DJe,
|
|
1832
|
-
{
|
|
1833
|
-
[_ht]: ["POST", "/DescribeJobs", 200],
|
|
1834
|
-
},
|
|
1742
|
+
{ [_ht]: ["POST", "/DescribeJobs", 200] },
|
|
1835
1743
|
() => DescribeJobsRequest,
|
|
1836
1744
|
() => DescribeJobsResponse,
|
|
1837
1745
|
];
|
|
@@ -1839,9 +1747,7 @@ var DescribeLaunchConfigurationTemplates = [
|
|
|
1839
1747
|
9,
|
|
1840
1748
|
n0,
|
|
1841
1749
|
_DLCTe,
|
|
1842
|
-
{
|
|
1843
|
-
[_ht]: ["POST", "/DescribeLaunchConfigurationTemplates", 200],
|
|
1844
|
-
},
|
|
1750
|
+
{ [_ht]: ["POST", "/DescribeLaunchConfigurationTemplates", 200] },
|
|
1845
1751
|
() => DescribeLaunchConfigurationTemplatesRequest,
|
|
1846
1752
|
() => DescribeLaunchConfigurationTemplatesResponse,
|
|
1847
1753
|
];
|
|
@@ -1849,9 +1755,7 @@ var DescribeRecoveryInstances = [
|
|
|
1849
1755
|
9,
|
|
1850
1756
|
n0,
|
|
1851
1757
|
_DRIes,
|
|
1852
|
-
{
|
|
1853
|
-
[_ht]: ["POST", "/DescribeRecoveryInstances", 200],
|
|
1854
|
-
},
|
|
1758
|
+
{ [_ht]: ["POST", "/DescribeRecoveryInstances", 200] },
|
|
1855
1759
|
() => DescribeRecoveryInstancesRequest,
|
|
1856
1760
|
() => DescribeRecoveryInstancesResponse,
|
|
1857
1761
|
];
|
|
@@ -1859,9 +1763,7 @@ var DescribeRecoverySnapshots = [
|
|
|
1859
1763
|
9,
|
|
1860
1764
|
n0,
|
|
1861
1765
|
_DRS,
|
|
1862
|
-
{
|
|
1863
|
-
[_ht]: ["POST", "/DescribeRecoverySnapshots", 200],
|
|
1864
|
-
},
|
|
1766
|
+
{ [_ht]: ["POST", "/DescribeRecoverySnapshots", 200] },
|
|
1865
1767
|
() => DescribeRecoverySnapshotsRequest,
|
|
1866
1768
|
() => DescribeRecoverySnapshotsResponse,
|
|
1867
1769
|
];
|
|
@@ -1869,9 +1771,7 @@ var DescribeReplicationConfigurationTemplates = [
|
|
|
1869
1771
|
9,
|
|
1870
1772
|
n0,
|
|
1871
1773
|
_DRCTe,
|
|
1872
|
-
{
|
|
1873
|
-
[_ht]: ["POST", "/DescribeReplicationConfigurationTemplates", 200],
|
|
1874
|
-
},
|
|
1774
|
+
{ [_ht]: ["POST", "/DescribeReplicationConfigurationTemplates", 200] },
|
|
1875
1775
|
() => DescribeReplicationConfigurationTemplatesRequest,
|
|
1876
1776
|
() => DescribeReplicationConfigurationTemplatesResponse,
|
|
1877
1777
|
];
|
|
@@ -1879,9 +1779,7 @@ var DescribeSourceNetworks = [
|
|
|
1879
1779
|
9,
|
|
1880
1780
|
n0,
|
|
1881
1781
|
_DSNe,
|
|
1882
|
-
{
|
|
1883
|
-
[_ht]: ["POST", "/DescribeSourceNetworks", 200],
|
|
1884
|
-
},
|
|
1782
|
+
{ [_ht]: ["POST", "/DescribeSourceNetworks", 200] },
|
|
1885
1783
|
() => DescribeSourceNetworksRequest,
|
|
1886
1784
|
() => DescribeSourceNetworksResponse,
|
|
1887
1785
|
];
|
|
@@ -1889,9 +1787,7 @@ var DescribeSourceServers = [
|
|
|
1889
1787
|
9,
|
|
1890
1788
|
n0,
|
|
1891
1789
|
_DSSe,
|
|
1892
|
-
{
|
|
1893
|
-
[_ht]: ["POST", "/DescribeSourceServers", 200],
|
|
1894
|
-
},
|
|
1790
|
+
{ [_ht]: ["POST", "/DescribeSourceServers", 200] },
|
|
1895
1791
|
() => DescribeSourceServersRequest,
|
|
1896
1792
|
() => DescribeSourceServersResponse,
|
|
1897
1793
|
];
|
|
@@ -1899,9 +1795,7 @@ var DisconnectRecoveryInstance = [
|
|
|
1899
1795
|
9,
|
|
1900
1796
|
n0,
|
|
1901
1797
|
_DRIi,
|
|
1902
|
-
{
|
|
1903
|
-
[_ht]: ["POST", "/DisconnectRecoveryInstance", 200],
|
|
1904
|
-
},
|
|
1798
|
+
{ [_ht]: ["POST", "/DisconnectRecoveryInstance", 200] },
|
|
1905
1799
|
() => DisconnectRecoveryInstanceRequest,
|
|
1906
1800
|
() => __Unit,
|
|
1907
1801
|
];
|
|
@@ -1909,9 +1803,7 @@ var DisconnectSourceServer = [
|
|
|
1909
1803
|
9,
|
|
1910
1804
|
n0,
|
|
1911
1805
|
_DSSi,
|
|
1912
|
-
{
|
|
1913
|
-
[_ht]: ["POST", "/DisconnectSourceServer", 200],
|
|
1914
|
-
},
|
|
1806
|
+
{ [_ht]: ["POST", "/DisconnectSourceServer", 200] },
|
|
1915
1807
|
() => DisconnectSourceServerRequest,
|
|
1916
1808
|
() => SourceServer,
|
|
1917
1809
|
];
|
|
@@ -1919,9 +1811,7 @@ var ExportSourceNetworkCfnTemplate = [
|
|
|
1919
1811
|
9,
|
|
1920
1812
|
n0,
|
|
1921
1813
|
_ESNCT,
|
|
1922
|
-
{
|
|
1923
|
-
[_ht]: ["POST", "/ExportSourceNetworkCfnTemplate", 200],
|
|
1924
|
-
},
|
|
1814
|
+
{ [_ht]: ["POST", "/ExportSourceNetworkCfnTemplate", 200] },
|
|
1925
1815
|
() => ExportSourceNetworkCfnTemplateRequest,
|
|
1926
1816
|
() => ExportSourceNetworkCfnTemplateResponse,
|
|
1927
1817
|
];
|
|
@@ -1929,9 +1819,7 @@ var GetFailbackReplicationConfiguration = [
|
|
|
1929
1819
|
9,
|
|
1930
1820
|
n0,
|
|
1931
1821
|
_GFRC,
|
|
1932
|
-
{
|
|
1933
|
-
[_ht]: ["POST", "/GetFailbackReplicationConfiguration", 200],
|
|
1934
|
-
},
|
|
1822
|
+
{ [_ht]: ["POST", "/GetFailbackReplicationConfiguration", 200] },
|
|
1935
1823
|
() => GetFailbackReplicationConfigurationRequest,
|
|
1936
1824
|
() => GetFailbackReplicationConfigurationResponse,
|
|
1937
1825
|
];
|
|
@@ -1939,9 +1827,7 @@ var GetLaunchConfiguration = [
|
|
|
1939
1827
|
9,
|
|
1940
1828
|
n0,
|
|
1941
1829
|
_GLC,
|
|
1942
|
-
{
|
|
1943
|
-
[_ht]: ["POST", "/GetLaunchConfiguration", 200],
|
|
1944
|
-
},
|
|
1830
|
+
{ [_ht]: ["POST", "/GetLaunchConfiguration", 200] },
|
|
1945
1831
|
() => GetLaunchConfigurationRequest,
|
|
1946
1832
|
() => LaunchConfiguration,
|
|
1947
1833
|
];
|
|
@@ -1949,9 +1835,7 @@ var GetReplicationConfiguration = [
|
|
|
1949
1835
|
9,
|
|
1950
1836
|
n0,
|
|
1951
1837
|
_GRC,
|
|
1952
|
-
{
|
|
1953
|
-
[_ht]: ["POST", "/GetReplicationConfiguration", 200],
|
|
1954
|
-
},
|
|
1838
|
+
{ [_ht]: ["POST", "/GetReplicationConfiguration", 200] },
|
|
1955
1839
|
() => GetReplicationConfigurationRequest,
|
|
1956
1840
|
() => ReplicationConfiguration,
|
|
1957
1841
|
];
|
|
@@ -1959,9 +1843,7 @@ var InitializeService = [
|
|
|
1959
1843
|
9,
|
|
1960
1844
|
n0,
|
|
1961
1845
|
_IS,
|
|
1962
|
-
{
|
|
1963
|
-
[_ht]: ["POST", "/InitializeService", 204],
|
|
1964
|
-
},
|
|
1846
|
+
{ [_ht]: ["POST", "/InitializeService", 204] },
|
|
1965
1847
|
() => InitializeServiceRequest,
|
|
1966
1848
|
() => InitializeServiceResponse,
|
|
1967
1849
|
];
|
|
@@ -1969,9 +1851,7 @@ var ListExtensibleSourceServers = [
|
|
|
1969
1851
|
9,
|
|
1970
1852
|
n0,
|
|
1971
1853
|
_LESS,
|
|
1972
|
-
{
|
|
1973
|
-
[_ht]: ["POST", "/ListExtensibleSourceServers", 200],
|
|
1974
|
-
},
|
|
1854
|
+
{ [_ht]: ["POST", "/ListExtensibleSourceServers", 200] },
|
|
1975
1855
|
() => ListExtensibleSourceServersRequest,
|
|
1976
1856
|
() => ListExtensibleSourceServersResponse,
|
|
1977
1857
|
];
|
|
@@ -1979,9 +1859,7 @@ var ListLaunchActions = [
|
|
|
1979
1859
|
9,
|
|
1980
1860
|
n0,
|
|
1981
1861
|
_LLA,
|
|
1982
|
-
{
|
|
1983
|
-
[_ht]: ["POST", "/ListLaunchActions", 200],
|
|
1984
|
-
},
|
|
1862
|
+
{ [_ht]: ["POST", "/ListLaunchActions", 200] },
|
|
1985
1863
|
() => ListLaunchActionsRequest,
|
|
1986
1864
|
() => ListLaunchActionsResponse,
|
|
1987
1865
|
];
|
|
@@ -1989,9 +1867,7 @@ var ListStagingAccounts = [
|
|
|
1989
1867
|
9,
|
|
1990
1868
|
n0,
|
|
1991
1869
|
_LSA,
|
|
1992
|
-
{
|
|
1993
|
-
[_ht]: ["GET", "/ListStagingAccounts", 200],
|
|
1994
|
-
},
|
|
1870
|
+
{ [_ht]: ["GET", "/ListStagingAccounts", 200] },
|
|
1995
1871
|
() => ListStagingAccountsRequest,
|
|
1996
1872
|
() => ListStagingAccountsResponse,
|
|
1997
1873
|
];
|
|
@@ -1999,9 +1875,7 @@ var ListTagsForResource = [
|
|
|
1999
1875
|
9,
|
|
2000
1876
|
n0,
|
|
2001
1877
|
_LTFR,
|
|
2002
|
-
{
|
|
2003
|
-
[_ht]: ["GET", "/tags/{resourceArn}", 200],
|
|
2004
|
-
},
|
|
1878
|
+
{ [_ht]: ["GET", "/tags/{resourceArn}", 200] },
|
|
2005
1879
|
() => ListTagsForResourceRequest,
|
|
2006
1880
|
() => ListTagsForResourceResponse,
|
|
2007
1881
|
];
|
|
@@ -2009,9 +1883,7 @@ var PutLaunchAction = [
|
|
|
2009
1883
|
9,
|
|
2010
1884
|
n0,
|
|
2011
1885
|
_PLA,
|
|
2012
|
-
{
|
|
2013
|
-
[_ht]: ["POST", "/PutLaunchAction", 200],
|
|
2014
|
-
},
|
|
1886
|
+
{ [_ht]: ["POST", "/PutLaunchAction", 200] },
|
|
2015
1887
|
() => PutLaunchActionRequest,
|
|
2016
1888
|
() => PutLaunchActionResponse,
|
|
2017
1889
|
];
|
|
@@ -2019,9 +1891,7 @@ var RetryDataReplication = [
|
|
|
2019
1891
|
9,
|
|
2020
1892
|
n0,
|
|
2021
1893
|
_RDR,
|
|
2022
|
-
{
|
|
2023
|
-
[_ht]: ["POST", "/RetryDataReplication", 200],
|
|
2024
|
-
},
|
|
1894
|
+
{ [_ht]: ["POST", "/RetryDataReplication", 200] },
|
|
2025
1895
|
() => RetryDataReplicationRequest,
|
|
2026
1896
|
() => SourceServer,
|
|
2027
1897
|
];
|
|
@@ -2029,9 +1899,7 @@ var ReverseReplication = [
|
|
|
2029
1899
|
9,
|
|
2030
1900
|
n0,
|
|
2031
1901
|
_RR,
|
|
2032
|
-
{
|
|
2033
|
-
[_ht]: ["POST", "/ReverseReplication", 200],
|
|
2034
|
-
},
|
|
1902
|
+
{ [_ht]: ["POST", "/ReverseReplication", 200] },
|
|
2035
1903
|
() => ReverseReplicationRequest,
|
|
2036
1904
|
() => ReverseReplicationResponse,
|
|
2037
1905
|
];
|
|
@@ -2039,9 +1907,7 @@ var StartFailbackLaunch = [
|
|
|
2039
1907
|
9,
|
|
2040
1908
|
n0,
|
|
2041
1909
|
_SFL,
|
|
2042
|
-
{
|
|
2043
|
-
[_ht]: ["POST", "/StartFailbackLaunch", 200],
|
|
2044
|
-
},
|
|
1910
|
+
{ [_ht]: ["POST", "/StartFailbackLaunch", 200] },
|
|
2045
1911
|
() => StartFailbackLaunchRequest,
|
|
2046
1912
|
() => StartFailbackLaunchResponse,
|
|
2047
1913
|
];
|
|
@@ -2049,9 +1915,7 @@ var StartRecovery = [
|
|
|
2049
1915
|
9,
|
|
2050
1916
|
n0,
|
|
2051
1917
|
_SR,
|
|
2052
|
-
{
|
|
2053
|
-
[_ht]: ["POST", "/StartRecovery", 202],
|
|
2054
|
-
},
|
|
1918
|
+
{ [_ht]: ["POST", "/StartRecovery", 202] },
|
|
2055
1919
|
() => StartRecoveryRequest,
|
|
2056
1920
|
() => StartRecoveryResponse,
|
|
2057
1921
|
];
|
|
@@ -2059,9 +1923,7 @@ var StartReplication = [
|
|
|
2059
1923
|
9,
|
|
2060
1924
|
n0,
|
|
2061
1925
|
_SRt,
|
|
2062
|
-
{
|
|
2063
|
-
[_ht]: ["POST", "/StartReplication", 200],
|
|
2064
|
-
},
|
|
1926
|
+
{ [_ht]: ["POST", "/StartReplication", 200] },
|
|
2065
1927
|
() => StartReplicationRequest,
|
|
2066
1928
|
() => StartReplicationResponse,
|
|
2067
1929
|
];
|
|
@@ -2069,9 +1931,7 @@ var StartSourceNetworkRecovery = [
|
|
|
2069
1931
|
9,
|
|
2070
1932
|
n0,
|
|
2071
1933
|
_SSNR,
|
|
2072
|
-
{
|
|
2073
|
-
[_ht]: ["POST", "/StartSourceNetworkRecovery", 202],
|
|
2074
|
-
},
|
|
1934
|
+
{ [_ht]: ["POST", "/StartSourceNetworkRecovery", 202] },
|
|
2075
1935
|
() => StartSourceNetworkRecoveryRequest,
|
|
2076
1936
|
() => StartSourceNetworkRecoveryResponse,
|
|
2077
1937
|
];
|
|
@@ -2079,9 +1939,7 @@ var StartSourceNetworkReplication = [
|
|
|
2079
1939
|
9,
|
|
2080
1940
|
n0,
|
|
2081
1941
|
_SSNRt,
|
|
2082
|
-
{
|
|
2083
|
-
[_ht]: ["POST", "/StartSourceNetworkReplication", 200],
|
|
2084
|
-
},
|
|
1942
|
+
{ [_ht]: ["POST", "/StartSourceNetworkReplication", 200] },
|
|
2085
1943
|
() => StartSourceNetworkReplicationRequest,
|
|
2086
1944
|
() => StartSourceNetworkReplicationResponse,
|
|
2087
1945
|
];
|
|
@@ -2089,9 +1947,7 @@ var StopFailback = [
|
|
|
2089
1947
|
9,
|
|
2090
1948
|
n0,
|
|
2091
1949
|
_SF,
|
|
2092
|
-
{
|
|
2093
|
-
[_ht]: ["POST", "/StopFailback", 200],
|
|
2094
|
-
},
|
|
1950
|
+
{ [_ht]: ["POST", "/StopFailback", 200] },
|
|
2095
1951
|
() => StopFailbackRequest,
|
|
2096
1952
|
() => __Unit,
|
|
2097
1953
|
];
|
|
@@ -2099,9 +1955,7 @@ var StopReplication = [
|
|
|
2099
1955
|
9,
|
|
2100
1956
|
n0,
|
|
2101
1957
|
_SRto,
|
|
2102
|
-
{
|
|
2103
|
-
[_ht]: ["POST", "/StopReplication", 200],
|
|
2104
|
-
},
|
|
1958
|
+
{ [_ht]: ["POST", "/StopReplication", 200] },
|
|
2105
1959
|
() => StopReplicationRequest,
|
|
2106
1960
|
() => StopReplicationResponse,
|
|
2107
1961
|
];
|
|
@@ -2109,9 +1963,7 @@ var StopSourceNetworkReplication = [
|
|
|
2109
1963
|
9,
|
|
2110
1964
|
n0,
|
|
2111
1965
|
_SSNRto,
|
|
2112
|
-
{
|
|
2113
|
-
[_ht]: ["POST", "/StopSourceNetworkReplication", 200],
|
|
2114
|
-
},
|
|
1966
|
+
{ [_ht]: ["POST", "/StopSourceNetworkReplication", 200] },
|
|
2115
1967
|
() => StopSourceNetworkReplicationRequest,
|
|
2116
1968
|
() => StopSourceNetworkReplicationResponse,
|
|
2117
1969
|
];
|
|
@@ -2119,9 +1971,7 @@ var TagResource = [
|
|
|
2119
1971
|
9,
|
|
2120
1972
|
n0,
|
|
2121
1973
|
_TR,
|
|
2122
|
-
{
|
|
2123
|
-
[_ht]: ["POST", "/tags/{resourceArn}", 200],
|
|
2124
|
-
},
|
|
1974
|
+
{ [_ht]: ["POST", "/tags/{resourceArn}", 200] },
|
|
2125
1975
|
() => TagResourceRequest,
|
|
2126
1976
|
() => __Unit,
|
|
2127
1977
|
];
|
|
@@ -2129,9 +1979,7 @@ var TerminateRecoveryInstances = [
|
|
|
2129
1979
|
9,
|
|
2130
1980
|
n0,
|
|
2131
1981
|
_TRI,
|
|
2132
|
-
{
|
|
2133
|
-
[_ht]: ["POST", "/TerminateRecoveryInstances", 200],
|
|
2134
|
-
},
|
|
1982
|
+
{ [_ht]: ["POST", "/TerminateRecoveryInstances", 200] },
|
|
2135
1983
|
() => TerminateRecoveryInstancesRequest,
|
|
2136
1984
|
() => TerminateRecoveryInstancesResponse,
|
|
2137
1985
|
];
|
|
@@ -2139,9 +1987,7 @@ var UntagResource = [
|
|
|
2139
1987
|
9,
|
|
2140
1988
|
n0,
|
|
2141
1989
|
_UR,
|
|
2142
|
-
{
|
|
2143
|
-
[_ht]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
2144
|
-
},
|
|
1990
|
+
{ [_ht]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
2145
1991
|
() => UntagResourceRequest,
|
|
2146
1992
|
() => __Unit,
|
|
2147
1993
|
];
|
|
@@ -2149,9 +1995,7 @@ var UpdateFailbackReplicationConfiguration = [
|
|
|
2149
1995
|
9,
|
|
2150
1996
|
n0,
|
|
2151
1997
|
_UFRC,
|
|
2152
|
-
{
|
|
2153
|
-
[_ht]: ["POST", "/UpdateFailbackReplicationConfiguration", 200],
|
|
2154
|
-
},
|
|
1998
|
+
{ [_ht]: ["POST", "/UpdateFailbackReplicationConfiguration", 200] },
|
|
2155
1999
|
() => UpdateFailbackReplicationConfigurationRequest,
|
|
2156
2000
|
() => __Unit,
|
|
2157
2001
|
];
|
|
@@ -2159,9 +2003,7 @@ var UpdateLaunchConfiguration = [
|
|
|
2159
2003
|
9,
|
|
2160
2004
|
n0,
|
|
2161
2005
|
_ULC,
|
|
2162
|
-
{
|
|
2163
|
-
[_ht]: ["POST", "/UpdateLaunchConfiguration", 200],
|
|
2164
|
-
},
|
|
2006
|
+
{ [_ht]: ["POST", "/UpdateLaunchConfiguration", 200] },
|
|
2165
2007
|
() => UpdateLaunchConfigurationRequest,
|
|
2166
2008
|
() => LaunchConfiguration,
|
|
2167
2009
|
];
|
|
@@ -2169,9 +2011,7 @@ var UpdateLaunchConfigurationTemplate = [
|
|
|
2169
2011
|
9,
|
|
2170
2012
|
n0,
|
|
2171
2013
|
_ULCT,
|
|
2172
|
-
{
|
|
2173
|
-
[_ht]: ["POST", "/UpdateLaunchConfigurationTemplate", 200],
|
|
2174
|
-
},
|
|
2014
|
+
{ [_ht]: ["POST", "/UpdateLaunchConfigurationTemplate", 200] },
|
|
2175
2015
|
() => UpdateLaunchConfigurationTemplateRequest,
|
|
2176
2016
|
() => UpdateLaunchConfigurationTemplateResponse,
|
|
2177
2017
|
];
|
|
@@ -2179,9 +2019,7 @@ var UpdateReplicationConfiguration = [
|
|
|
2179
2019
|
9,
|
|
2180
2020
|
n0,
|
|
2181
2021
|
_URC,
|
|
2182
|
-
{
|
|
2183
|
-
[_ht]: ["POST", "/UpdateReplicationConfiguration", 200],
|
|
2184
|
-
},
|
|
2022
|
+
{ [_ht]: ["POST", "/UpdateReplicationConfiguration", 200] },
|
|
2185
2023
|
() => UpdateReplicationConfigurationRequest,
|
|
2186
2024
|
() => ReplicationConfiguration,
|
|
2187
2025
|
];
|
|
@@ -2189,9 +2027,7 @@ var UpdateReplicationConfigurationTemplate = [
|
|
|
2189
2027
|
9,
|
|
2190
2028
|
n0,
|
|
2191
2029
|
_URCT,
|
|
2192
|
-
{
|
|
2193
|
-
[_ht]: ["POST", "/UpdateReplicationConfigurationTemplate", 200],
|
|
2194
|
-
},
|
|
2030
|
+
{ [_ht]: ["POST", "/UpdateReplicationConfigurationTemplate", 200] },
|
|
2195
2031
|
() => UpdateReplicationConfigurationTemplateRequest,
|
|
2196
2032
|
() => ReplicationConfigurationTemplate,
|
|
2197
2033
|
];
|
|
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
|
8
8
|
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
9
|
const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
|
|
10
10
|
const invalid_dependency_1 = require("@smithy/invalid-dependency");
|
|
11
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
11
12
|
const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
|
|
13
|
+
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
12
14
|
const util_retry_1 = require("@smithy/util-retry");
|
|
13
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
14
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
-
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
16
16
|
const getRuntimeConfig = (config) => {
|
|
17
17
|
const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
|
|
18
18
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|