@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
|
@@ -477,17 +477,7 @@ import { DrsServiceException as __DrsServiceException } from "../models/DrsServi
|
|
|
477
477
|
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, UninitializedAccountException as __UninitializedAccountException, ValidationException as __ValidationException, } from "../models/errors";
|
|
478
478
|
export var CfnStackName = [0, n0, _CSN, 8, 0];
|
|
479
479
|
export var SensitiveBoundedString = [0, n0, _SBS, 8, 0];
|
|
480
|
-
export var AccessDeniedException = [
|
|
481
|
-
-3,
|
|
482
|
-
n0,
|
|
483
|
-
_ADE,
|
|
484
|
-
{
|
|
485
|
-
[_e]: _c,
|
|
486
|
-
[_hE]: 403,
|
|
487
|
-
},
|
|
488
|
-
[_m, _co],
|
|
489
|
-
[0, 0],
|
|
490
|
-
];
|
|
480
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m, _co], [0, 0]];
|
|
491
481
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
492
482
|
export var Account = [3, n0, _A, 0, [_aID], [0]];
|
|
493
483
|
export var AssociateSourceNetworkStackRequest = [
|
|
@@ -503,10 +493,7 @@ export var ConflictException = [
|
|
|
503
493
|
-3,
|
|
504
494
|
n0,
|
|
505
495
|
_CE,
|
|
506
|
-
{
|
|
507
|
-
[_e]: _c,
|
|
508
|
-
[_hE]: 409,
|
|
509
|
-
},
|
|
496
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
510
497
|
[_m, _co, _rI, _rT],
|
|
511
498
|
[0, 0, 0, 0],
|
|
512
499
|
];
|
|
@@ -773,20 +760,9 @@ export var InternalServerException = [
|
|
|
773
760
|
-3,
|
|
774
761
|
n0,
|
|
775
762
|
_ISE,
|
|
776
|
-
{
|
|
777
|
-
[_e]: _se,
|
|
778
|
-
[_hE]: 500,
|
|
779
|
-
},
|
|
763
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
780
764
|
[_m, _rAS],
|
|
781
|
-
[
|
|
782
|
-
0,
|
|
783
|
-
[
|
|
784
|
-
1,
|
|
785
|
-
{
|
|
786
|
-
[_hH]: _RA,
|
|
787
|
-
},
|
|
788
|
-
],
|
|
789
|
-
],
|
|
765
|
+
[0, [1, { [_hH]: _RA }]],
|
|
790
766
|
];
|
|
791
767
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
792
768
|
export var Job = [
|
|
@@ -892,18 +868,8 @@ export var ListStagingAccountsRequest = [
|
|
|
892
868
|
0,
|
|
893
869
|
[_mR, _nT],
|
|
894
870
|
[
|
|
895
|
-
[
|
|
896
|
-
|
|
897
|
-
{
|
|
898
|
-
[_hQ]: _mR,
|
|
899
|
-
},
|
|
900
|
-
],
|
|
901
|
-
[
|
|
902
|
-
0,
|
|
903
|
-
{
|
|
904
|
-
[_hQ]: _nT,
|
|
905
|
-
},
|
|
906
|
-
],
|
|
871
|
+
[1, { [_hQ]: _mR }],
|
|
872
|
+
[0, { [_hQ]: _nT }],
|
|
907
873
|
],
|
|
908
874
|
];
|
|
909
875
|
export var ListStagingAccountsResponse = [3, n0, _LSARi, 0, [_acc, _nT], [() => Accounts, 0]];
|
|
@@ -1084,10 +1050,7 @@ export var ResourceNotFoundException = [
|
|
|
1084
1050
|
-3,
|
|
1085
1051
|
n0,
|
|
1086
1052
|
_RNFE,
|
|
1087
|
-
{
|
|
1088
|
-
[_e]: _c,
|
|
1089
|
-
[_hE]: 404,
|
|
1090
|
-
},
|
|
1053
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
1091
1054
|
[_m, _co, _rI, _rT],
|
|
1092
1055
|
[0, 0, 0, 0],
|
|
1093
1056
|
];
|
|
@@ -1099,10 +1062,7 @@ export var ServiceQuotaExceededException = [
|
|
|
1099
1062
|
-3,
|
|
1100
1063
|
n0,
|
|
1101
1064
|
_SQEE,
|
|
1102
|
-
{
|
|
1103
|
-
[_e]: _c,
|
|
1104
|
-
[_hE]: 402,
|
|
1105
|
-
},
|
|
1065
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
1106
1066
|
[_m, _co, _rI, _rT, _sC, _qC],
|
|
1107
1067
|
[0, 0, 0, 0, 0, 0],
|
|
1108
1068
|
];
|
|
@@ -1238,32 +1198,16 @@ export var ThrottlingException = [
|
|
|
1238
1198
|
-3,
|
|
1239
1199
|
n0,
|
|
1240
1200
|
_TE,
|
|
1241
|
-
{
|
|
1242
|
-
[_e]: _c,
|
|
1243
|
-
[_hE]: 429,
|
|
1244
|
-
},
|
|
1201
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
1245
1202
|
[_m, _sC, _qC, _rAS],
|
|
1246
|
-
[
|
|
1247
|
-
0,
|
|
1248
|
-
0,
|
|
1249
|
-
0,
|
|
1250
|
-
[
|
|
1251
|
-
0,
|
|
1252
|
-
{
|
|
1253
|
-
[_hH]: _RA,
|
|
1254
|
-
},
|
|
1255
|
-
],
|
|
1256
|
-
],
|
|
1203
|
+
[0, 0, 0, [0, { [_hH]: _RA }]],
|
|
1257
1204
|
];
|
|
1258
1205
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
1259
1206
|
export var UninitializedAccountException = [
|
|
1260
1207
|
-3,
|
|
1261
1208
|
n0,
|
|
1262
1209
|
_UAE,
|
|
1263
|
-
{
|
|
1264
|
-
[_e]: _c,
|
|
1265
|
-
[_hE]: 400,
|
|
1266
|
-
},
|
|
1210
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1267
1211
|
[_m, _co],
|
|
1268
1212
|
[0, 0],
|
|
1269
1213
|
];
|
|
@@ -1276,12 +1220,7 @@ export var UntagResourceRequest = [
|
|
|
1276
1220
|
[_rA, _tK],
|
|
1277
1221
|
[
|
|
1278
1222
|
[0, 1],
|
|
1279
|
-
[
|
|
1280
|
-
() => TagKeys,
|
|
1281
|
-
{
|
|
1282
|
-
[_hQ]: _tK,
|
|
1283
|
-
},
|
|
1284
|
-
],
|
|
1223
|
+
[() => TagKeys, { [_hQ]: _tK }],
|
|
1285
1224
|
],
|
|
1286
1225
|
];
|
|
1287
1226
|
export var UpdateFailbackReplicationConfigurationRequest = [
|
|
@@ -1354,10 +1293,7 @@ export var ValidationException = [
|
|
|
1354
1293
|
-3,
|
|
1355
1294
|
n0,
|
|
1356
1295
|
_VE,
|
|
1357
|
-
{
|
|
1358
|
-
[_e]: _c,
|
|
1359
|
-
[_hE]: 400,
|
|
1360
|
-
},
|
|
1296
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1361
1297
|
[_m, _co, _re, _fL],
|
|
1362
1298
|
[0, 0, 0, () => ValidationExceptionFieldList],
|
|
1363
1299
|
];
|
|
@@ -1463,9 +1399,7 @@ export var AssociateSourceNetworkStack = [
|
|
|
1463
1399
|
9,
|
|
1464
1400
|
n0,
|
|
1465
1401
|
_ASNS,
|
|
1466
|
-
{
|
|
1467
|
-
[_ht]: ["POST", "/AssociateSourceNetworkStack", 202],
|
|
1468
|
-
},
|
|
1402
|
+
{ [_ht]: ["POST", "/AssociateSourceNetworkStack", 202] },
|
|
1469
1403
|
() => AssociateSourceNetworkStackRequest,
|
|
1470
1404
|
() => AssociateSourceNetworkStackResponse,
|
|
1471
1405
|
];
|
|
@@ -1473,9 +1407,7 @@ export var CreateExtendedSourceServer = [
|
|
|
1473
1407
|
9,
|
|
1474
1408
|
n0,
|
|
1475
1409
|
_CESS,
|
|
1476
|
-
{
|
|
1477
|
-
[_ht]: ["POST", "/CreateExtendedSourceServer", 201],
|
|
1478
|
-
},
|
|
1410
|
+
{ [_ht]: ["POST", "/CreateExtendedSourceServer", 201] },
|
|
1479
1411
|
() => CreateExtendedSourceServerRequest,
|
|
1480
1412
|
() => CreateExtendedSourceServerResponse,
|
|
1481
1413
|
];
|
|
@@ -1483,9 +1415,7 @@ export var CreateLaunchConfigurationTemplate = [
|
|
|
1483
1415
|
9,
|
|
1484
1416
|
n0,
|
|
1485
1417
|
_CLCT,
|
|
1486
|
-
{
|
|
1487
|
-
[_ht]: ["POST", "/CreateLaunchConfigurationTemplate", 201],
|
|
1488
|
-
},
|
|
1418
|
+
{ [_ht]: ["POST", "/CreateLaunchConfigurationTemplate", 201] },
|
|
1489
1419
|
() => CreateLaunchConfigurationTemplateRequest,
|
|
1490
1420
|
() => CreateLaunchConfigurationTemplateResponse,
|
|
1491
1421
|
];
|
|
@@ -1493,9 +1423,7 @@ export var CreateReplicationConfigurationTemplate = [
|
|
|
1493
1423
|
9,
|
|
1494
1424
|
n0,
|
|
1495
1425
|
_CRCT,
|
|
1496
|
-
{
|
|
1497
|
-
[_ht]: ["POST", "/CreateReplicationConfigurationTemplate", 201],
|
|
1498
|
-
},
|
|
1426
|
+
{ [_ht]: ["POST", "/CreateReplicationConfigurationTemplate", 201] },
|
|
1499
1427
|
() => CreateReplicationConfigurationTemplateRequest,
|
|
1500
1428
|
() => ReplicationConfigurationTemplate,
|
|
1501
1429
|
];
|
|
@@ -1503,9 +1431,7 @@ export var CreateSourceNetwork = [
|
|
|
1503
1431
|
9,
|
|
1504
1432
|
n0,
|
|
1505
1433
|
_CSNr,
|
|
1506
|
-
{
|
|
1507
|
-
[_ht]: ["POST", "/CreateSourceNetwork", 201],
|
|
1508
|
-
},
|
|
1434
|
+
{ [_ht]: ["POST", "/CreateSourceNetwork", 201] },
|
|
1509
1435
|
() => CreateSourceNetworkRequest,
|
|
1510
1436
|
() => CreateSourceNetworkResponse,
|
|
1511
1437
|
];
|
|
@@ -1513,9 +1439,7 @@ export var DeleteJob = [
|
|
|
1513
1439
|
9,
|
|
1514
1440
|
n0,
|
|
1515
1441
|
_DJ,
|
|
1516
|
-
{
|
|
1517
|
-
[_ht]: ["POST", "/DeleteJob", 204],
|
|
1518
|
-
},
|
|
1442
|
+
{ [_ht]: ["POST", "/DeleteJob", 204] },
|
|
1519
1443
|
() => DeleteJobRequest,
|
|
1520
1444
|
() => DeleteJobResponse,
|
|
1521
1445
|
];
|
|
@@ -1523,9 +1447,7 @@ export var DeleteLaunchAction = [
|
|
|
1523
1447
|
9,
|
|
1524
1448
|
n0,
|
|
1525
1449
|
_DLA,
|
|
1526
|
-
{
|
|
1527
|
-
[_ht]: ["POST", "/DeleteLaunchAction", 204],
|
|
1528
|
-
},
|
|
1450
|
+
{ [_ht]: ["POST", "/DeleteLaunchAction", 204] },
|
|
1529
1451
|
() => DeleteLaunchActionRequest,
|
|
1530
1452
|
() => DeleteLaunchActionResponse,
|
|
1531
1453
|
];
|
|
@@ -1533,9 +1455,7 @@ export var DeleteLaunchConfigurationTemplate = [
|
|
|
1533
1455
|
9,
|
|
1534
1456
|
n0,
|
|
1535
1457
|
_DLCT,
|
|
1536
|
-
{
|
|
1537
|
-
[_ht]: ["POST", "/DeleteLaunchConfigurationTemplate", 204],
|
|
1538
|
-
},
|
|
1458
|
+
{ [_ht]: ["POST", "/DeleteLaunchConfigurationTemplate", 204] },
|
|
1539
1459
|
() => DeleteLaunchConfigurationTemplateRequest,
|
|
1540
1460
|
() => DeleteLaunchConfigurationTemplateResponse,
|
|
1541
1461
|
];
|
|
@@ -1543,9 +1463,7 @@ export var DeleteRecoveryInstance = [
|
|
|
1543
1463
|
9,
|
|
1544
1464
|
n0,
|
|
1545
1465
|
_DRIe,
|
|
1546
|
-
{
|
|
1547
|
-
[_ht]: ["POST", "/DeleteRecoveryInstance", 200],
|
|
1548
|
-
},
|
|
1466
|
+
{ [_ht]: ["POST", "/DeleteRecoveryInstance", 200] },
|
|
1549
1467
|
() => DeleteRecoveryInstanceRequest,
|
|
1550
1468
|
() => __Unit,
|
|
1551
1469
|
];
|
|
@@ -1553,9 +1471,7 @@ export var DeleteReplicationConfigurationTemplate = [
|
|
|
1553
1471
|
9,
|
|
1554
1472
|
n0,
|
|
1555
1473
|
_DRCT,
|
|
1556
|
-
{
|
|
1557
|
-
[_ht]: ["POST", "/DeleteReplicationConfigurationTemplate", 204],
|
|
1558
|
-
},
|
|
1474
|
+
{ [_ht]: ["POST", "/DeleteReplicationConfigurationTemplate", 204] },
|
|
1559
1475
|
() => DeleteReplicationConfigurationTemplateRequest,
|
|
1560
1476
|
() => DeleteReplicationConfigurationTemplateResponse,
|
|
1561
1477
|
];
|
|
@@ -1563,9 +1479,7 @@ export var DeleteSourceNetwork = [
|
|
|
1563
1479
|
9,
|
|
1564
1480
|
n0,
|
|
1565
1481
|
_DSN,
|
|
1566
|
-
{
|
|
1567
|
-
[_ht]: ["POST", "/DeleteSourceNetwork", 204],
|
|
1568
|
-
},
|
|
1482
|
+
{ [_ht]: ["POST", "/DeleteSourceNetwork", 204] },
|
|
1569
1483
|
() => DeleteSourceNetworkRequest,
|
|
1570
1484
|
() => DeleteSourceNetworkResponse,
|
|
1571
1485
|
];
|
|
@@ -1573,9 +1487,7 @@ export var DeleteSourceServer = [
|
|
|
1573
1487
|
9,
|
|
1574
1488
|
n0,
|
|
1575
1489
|
_DSS,
|
|
1576
|
-
{
|
|
1577
|
-
[_ht]: ["POST", "/DeleteSourceServer", 204],
|
|
1578
|
-
},
|
|
1490
|
+
{ [_ht]: ["POST", "/DeleteSourceServer", 204] },
|
|
1579
1491
|
() => DeleteSourceServerRequest,
|
|
1580
1492
|
() => DeleteSourceServerResponse,
|
|
1581
1493
|
];
|
|
@@ -1583,9 +1495,7 @@ export var DescribeJobLogItems = [
|
|
|
1583
1495
|
9,
|
|
1584
1496
|
n0,
|
|
1585
1497
|
_DJLI,
|
|
1586
|
-
{
|
|
1587
|
-
[_ht]: ["POST", "/DescribeJobLogItems", 200],
|
|
1588
|
-
},
|
|
1498
|
+
{ [_ht]: ["POST", "/DescribeJobLogItems", 200] },
|
|
1589
1499
|
() => DescribeJobLogItemsRequest,
|
|
1590
1500
|
() => DescribeJobLogItemsResponse,
|
|
1591
1501
|
];
|
|
@@ -1593,9 +1503,7 @@ export var DescribeJobs = [
|
|
|
1593
1503
|
9,
|
|
1594
1504
|
n0,
|
|
1595
1505
|
_DJe,
|
|
1596
|
-
{
|
|
1597
|
-
[_ht]: ["POST", "/DescribeJobs", 200],
|
|
1598
|
-
},
|
|
1506
|
+
{ [_ht]: ["POST", "/DescribeJobs", 200] },
|
|
1599
1507
|
() => DescribeJobsRequest,
|
|
1600
1508
|
() => DescribeJobsResponse,
|
|
1601
1509
|
];
|
|
@@ -1603,9 +1511,7 @@ export var DescribeLaunchConfigurationTemplates = [
|
|
|
1603
1511
|
9,
|
|
1604
1512
|
n0,
|
|
1605
1513
|
_DLCTe,
|
|
1606
|
-
{
|
|
1607
|
-
[_ht]: ["POST", "/DescribeLaunchConfigurationTemplates", 200],
|
|
1608
|
-
},
|
|
1514
|
+
{ [_ht]: ["POST", "/DescribeLaunchConfigurationTemplates", 200] },
|
|
1609
1515
|
() => DescribeLaunchConfigurationTemplatesRequest,
|
|
1610
1516
|
() => DescribeLaunchConfigurationTemplatesResponse,
|
|
1611
1517
|
];
|
|
@@ -1613,9 +1519,7 @@ export var DescribeRecoveryInstances = [
|
|
|
1613
1519
|
9,
|
|
1614
1520
|
n0,
|
|
1615
1521
|
_DRIes,
|
|
1616
|
-
{
|
|
1617
|
-
[_ht]: ["POST", "/DescribeRecoveryInstances", 200],
|
|
1618
|
-
},
|
|
1522
|
+
{ [_ht]: ["POST", "/DescribeRecoveryInstances", 200] },
|
|
1619
1523
|
() => DescribeRecoveryInstancesRequest,
|
|
1620
1524
|
() => DescribeRecoveryInstancesResponse,
|
|
1621
1525
|
];
|
|
@@ -1623,9 +1527,7 @@ export var DescribeRecoverySnapshots = [
|
|
|
1623
1527
|
9,
|
|
1624
1528
|
n0,
|
|
1625
1529
|
_DRS,
|
|
1626
|
-
{
|
|
1627
|
-
[_ht]: ["POST", "/DescribeRecoverySnapshots", 200],
|
|
1628
|
-
},
|
|
1530
|
+
{ [_ht]: ["POST", "/DescribeRecoverySnapshots", 200] },
|
|
1629
1531
|
() => DescribeRecoverySnapshotsRequest,
|
|
1630
1532
|
() => DescribeRecoverySnapshotsResponse,
|
|
1631
1533
|
];
|
|
@@ -1633,9 +1535,7 @@ export var DescribeReplicationConfigurationTemplates = [
|
|
|
1633
1535
|
9,
|
|
1634
1536
|
n0,
|
|
1635
1537
|
_DRCTe,
|
|
1636
|
-
{
|
|
1637
|
-
[_ht]: ["POST", "/DescribeReplicationConfigurationTemplates", 200],
|
|
1638
|
-
},
|
|
1538
|
+
{ [_ht]: ["POST", "/DescribeReplicationConfigurationTemplates", 200] },
|
|
1639
1539
|
() => DescribeReplicationConfigurationTemplatesRequest,
|
|
1640
1540
|
() => DescribeReplicationConfigurationTemplatesResponse,
|
|
1641
1541
|
];
|
|
@@ -1643,9 +1543,7 @@ export var DescribeSourceNetworks = [
|
|
|
1643
1543
|
9,
|
|
1644
1544
|
n0,
|
|
1645
1545
|
_DSNe,
|
|
1646
|
-
{
|
|
1647
|
-
[_ht]: ["POST", "/DescribeSourceNetworks", 200],
|
|
1648
|
-
},
|
|
1546
|
+
{ [_ht]: ["POST", "/DescribeSourceNetworks", 200] },
|
|
1649
1547
|
() => DescribeSourceNetworksRequest,
|
|
1650
1548
|
() => DescribeSourceNetworksResponse,
|
|
1651
1549
|
];
|
|
@@ -1653,9 +1551,7 @@ export var DescribeSourceServers = [
|
|
|
1653
1551
|
9,
|
|
1654
1552
|
n0,
|
|
1655
1553
|
_DSSe,
|
|
1656
|
-
{
|
|
1657
|
-
[_ht]: ["POST", "/DescribeSourceServers", 200],
|
|
1658
|
-
},
|
|
1554
|
+
{ [_ht]: ["POST", "/DescribeSourceServers", 200] },
|
|
1659
1555
|
() => DescribeSourceServersRequest,
|
|
1660
1556
|
() => DescribeSourceServersResponse,
|
|
1661
1557
|
];
|
|
@@ -1663,9 +1559,7 @@ export var DisconnectRecoveryInstance = [
|
|
|
1663
1559
|
9,
|
|
1664
1560
|
n0,
|
|
1665
1561
|
_DRIi,
|
|
1666
|
-
{
|
|
1667
|
-
[_ht]: ["POST", "/DisconnectRecoveryInstance", 200],
|
|
1668
|
-
},
|
|
1562
|
+
{ [_ht]: ["POST", "/DisconnectRecoveryInstance", 200] },
|
|
1669
1563
|
() => DisconnectRecoveryInstanceRequest,
|
|
1670
1564
|
() => __Unit,
|
|
1671
1565
|
];
|
|
@@ -1673,9 +1567,7 @@ export var DisconnectSourceServer = [
|
|
|
1673
1567
|
9,
|
|
1674
1568
|
n0,
|
|
1675
1569
|
_DSSi,
|
|
1676
|
-
{
|
|
1677
|
-
[_ht]: ["POST", "/DisconnectSourceServer", 200],
|
|
1678
|
-
},
|
|
1570
|
+
{ [_ht]: ["POST", "/DisconnectSourceServer", 200] },
|
|
1679
1571
|
() => DisconnectSourceServerRequest,
|
|
1680
1572
|
() => SourceServer,
|
|
1681
1573
|
];
|
|
@@ -1683,9 +1575,7 @@ export var ExportSourceNetworkCfnTemplate = [
|
|
|
1683
1575
|
9,
|
|
1684
1576
|
n0,
|
|
1685
1577
|
_ESNCT,
|
|
1686
|
-
{
|
|
1687
|
-
[_ht]: ["POST", "/ExportSourceNetworkCfnTemplate", 200],
|
|
1688
|
-
},
|
|
1578
|
+
{ [_ht]: ["POST", "/ExportSourceNetworkCfnTemplate", 200] },
|
|
1689
1579
|
() => ExportSourceNetworkCfnTemplateRequest,
|
|
1690
1580
|
() => ExportSourceNetworkCfnTemplateResponse,
|
|
1691
1581
|
];
|
|
@@ -1693,9 +1583,7 @@ export var GetFailbackReplicationConfiguration = [
|
|
|
1693
1583
|
9,
|
|
1694
1584
|
n0,
|
|
1695
1585
|
_GFRC,
|
|
1696
|
-
{
|
|
1697
|
-
[_ht]: ["POST", "/GetFailbackReplicationConfiguration", 200],
|
|
1698
|
-
},
|
|
1586
|
+
{ [_ht]: ["POST", "/GetFailbackReplicationConfiguration", 200] },
|
|
1699
1587
|
() => GetFailbackReplicationConfigurationRequest,
|
|
1700
1588
|
() => GetFailbackReplicationConfigurationResponse,
|
|
1701
1589
|
];
|
|
@@ -1703,9 +1591,7 @@ export var GetLaunchConfiguration = [
|
|
|
1703
1591
|
9,
|
|
1704
1592
|
n0,
|
|
1705
1593
|
_GLC,
|
|
1706
|
-
{
|
|
1707
|
-
[_ht]: ["POST", "/GetLaunchConfiguration", 200],
|
|
1708
|
-
},
|
|
1594
|
+
{ [_ht]: ["POST", "/GetLaunchConfiguration", 200] },
|
|
1709
1595
|
() => GetLaunchConfigurationRequest,
|
|
1710
1596
|
() => LaunchConfiguration,
|
|
1711
1597
|
];
|
|
@@ -1713,9 +1599,7 @@ export var GetReplicationConfiguration = [
|
|
|
1713
1599
|
9,
|
|
1714
1600
|
n0,
|
|
1715
1601
|
_GRC,
|
|
1716
|
-
{
|
|
1717
|
-
[_ht]: ["POST", "/GetReplicationConfiguration", 200],
|
|
1718
|
-
},
|
|
1602
|
+
{ [_ht]: ["POST", "/GetReplicationConfiguration", 200] },
|
|
1719
1603
|
() => GetReplicationConfigurationRequest,
|
|
1720
1604
|
() => ReplicationConfiguration,
|
|
1721
1605
|
];
|
|
@@ -1723,9 +1607,7 @@ export var InitializeService = [
|
|
|
1723
1607
|
9,
|
|
1724
1608
|
n0,
|
|
1725
1609
|
_IS,
|
|
1726
|
-
{
|
|
1727
|
-
[_ht]: ["POST", "/InitializeService", 204],
|
|
1728
|
-
},
|
|
1610
|
+
{ [_ht]: ["POST", "/InitializeService", 204] },
|
|
1729
1611
|
() => InitializeServiceRequest,
|
|
1730
1612
|
() => InitializeServiceResponse,
|
|
1731
1613
|
];
|
|
@@ -1733,9 +1615,7 @@ export var ListExtensibleSourceServers = [
|
|
|
1733
1615
|
9,
|
|
1734
1616
|
n0,
|
|
1735
1617
|
_LESS,
|
|
1736
|
-
{
|
|
1737
|
-
[_ht]: ["POST", "/ListExtensibleSourceServers", 200],
|
|
1738
|
-
},
|
|
1618
|
+
{ [_ht]: ["POST", "/ListExtensibleSourceServers", 200] },
|
|
1739
1619
|
() => ListExtensibleSourceServersRequest,
|
|
1740
1620
|
() => ListExtensibleSourceServersResponse,
|
|
1741
1621
|
];
|
|
@@ -1743,9 +1623,7 @@ export var ListLaunchActions = [
|
|
|
1743
1623
|
9,
|
|
1744
1624
|
n0,
|
|
1745
1625
|
_LLA,
|
|
1746
|
-
{
|
|
1747
|
-
[_ht]: ["POST", "/ListLaunchActions", 200],
|
|
1748
|
-
},
|
|
1626
|
+
{ [_ht]: ["POST", "/ListLaunchActions", 200] },
|
|
1749
1627
|
() => ListLaunchActionsRequest,
|
|
1750
1628
|
() => ListLaunchActionsResponse,
|
|
1751
1629
|
];
|
|
@@ -1753,9 +1631,7 @@ export var ListStagingAccounts = [
|
|
|
1753
1631
|
9,
|
|
1754
1632
|
n0,
|
|
1755
1633
|
_LSA,
|
|
1756
|
-
{
|
|
1757
|
-
[_ht]: ["GET", "/ListStagingAccounts", 200],
|
|
1758
|
-
},
|
|
1634
|
+
{ [_ht]: ["GET", "/ListStagingAccounts", 200] },
|
|
1759
1635
|
() => ListStagingAccountsRequest,
|
|
1760
1636
|
() => ListStagingAccountsResponse,
|
|
1761
1637
|
];
|
|
@@ -1763,9 +1639,7 @@ export var ListTagsForResource = [
|
|
|
1763
1639
|
9,
|
|
1764
1640
|
n0,
|
|
1765
1641
|
_LTFR,
|
|
1766
|
-
{
|
|
1767
|
-
[_ht]: ["GET", "/tags/{resourceArn}", 200],
|
|
1768
|
-
},
|
|
1642
|
+
{ [_ht]: ["GET", "/tags/{resourceArn}", 200] },
|
|
1769
1643
|
() => ListTagsForResourceRequest,
|
|
1770
1644
|
() => ListTagsForResourceResponse,
|
|
1771
1645
|
];
|
|
@@ -1773,9 +1647,7 @@ export var PutLaunchAction = [
|
|
|
1773
1647
|
9,
|
|
1774
1648
|
n0,
|
|
1775
1649
|
_PLA,
|
|
1776
|
-
{
|
|
1777
|
-
[_ht]: ["POST", "/PutLaunchAction", 200],
|
|
1778
|
-
},
|
|
1650
|
+
{ [_ht]: ["POST", "/PutLaunchAction", 200] },
|
|
1779
1651
|
() => PutLaunchActionRequest,
|
|
1780
1652
|
() => PutLaunchActionResponse,
|
|
1781
1653
|
];
|
|
@@ -1783,9 +1655,7 @@ export var RetryDataReplication = [
|
|
|
1783
1655
|
9,
|
|
1784
1656
|
n0,
|
|
1785
1657
|
_RDR,
|
|
1786
|
-
{
|
|
1787
|
-
[_ht]: ["POST", "/RetryDataReplication", 200],
|
|
1788
|
-
},
|
|
1658
|
+
{ [_ht]: ["POST", "/RetryDataReplication", 200] },
|
|
1789
1659
|
() => RetryDataReplicationRequest,
|
|
1790
1660
|
() => SourceServer,
|
|
1791
1661
|
];
|
|
@@ -1793,9 +1663,7 @@ export var ReverseReplication = [
|
|
|
1793
1663
|
9,
|
|
1794
1664
|
n0,
|
|
1795
1665
|
_RR,
|
|
1796
|
-
{
|
|
1797
|
-
[_ht]: ["POST", "/ReverseReplication", 200],
|
|
1798
|
-
},
|
|
1666
|
+
{ [_ht]: ["POST", "/ReverseReplication", 200] },
|
|
1799
1667
|
() => ReverseReplicationRequest,
|
|
1800
1668
|
() => ReverseReplicationResponse,
|
|
1801
1669
|
];
|
|
@@ -1803,9 +1671,7 @@ export var StartFailbackLaunch = [
|
|
|
1803
1671
|
9,
|
|
1804
1672
|
n0,
|
|
1805
1673
|
_SFL,
|
|
1806
|
-
{
|
|
1807
|
-
[_ht]: ["POST", "/StartFailbackLaunch", 200],
|
|
1808
|
-
},
|
|
1674
|
+
{ [_ht]: ["POST", "/StartFailbackLaunch", 200] },
|
|
1809
1675
|
() => StartFailbackLaunchRequest,
|
|
1810
1676
|
() => StartFailbackLaunchResponse,
|
|
1811
1677
|
];
|
|
@@ -1813,9 +1679,7 @@ export var StartRecovery = [
|
|
|
1813
1679
|
9,
|
|
1814
1680
|
n0,
|
|
1815
1681
|
_SR,
|
|
1816
|
-
{
|
|
1817
|
-
[_ht]: ["POST", "/StartRecovery", 202],
|
|
1818
|
-
},
|
|
1682
|
+
{ [_ht]: ["POST", "/StartRecovery", 202] },
|
|
1819
1683
|
() => StartRecoveryRequest,
|
|
1820
1684
|
() => StartRecoveryResponse,
|
|
1821
1685
|
];
|
|
@@ -1823,9 +1687,7 @@ export var StartReplication = [
|
|
|
1823
1687
|
9,
|
|
1824
1688
|
n0,
|
|
1825
1689
|
_SRt,
|
|
1826
|
-
{
|
|
1827
|
-
[_ht]: ["POST", "/StartReplication", 200],
|
|
1828
|
-
},
|
|
1690
|
+
{ [_ht]: ["POST", "/StartReplication", 200] },
|
|
1829
1691
|
() => StartReplicationRequest,
|
|
1830
1692
|
() => StartReplicationResponse,
|
|
1831
1693
|
];
|
|
@@ -1833,9 +1695,7 @@ export var StartSourceNetworkRecovery = [
|
|
|
1833
1695
|
9,
|
|
1834
1696
|
n0,
|
|
1835
1697
|
_SSNR,
|
|
1836
|
-
{
|
|
1837
|
-
[_ht]: ["POST", "/StartSourceNetworkRecovery", 202],
|
|
1838
|
-
},
|
|
1698
|
+
{ [_ht]: ["POST", "/StartSourceNetworkRecovery", 202] },
|
|
1839
1699
|
() => StartSourceNetworkRecoveryRequest,
|
|
1840
1700
|
() => StartSourceNetworkRecoveryResponse,
|
|
1841
1701
|
];
|
|
@@ -1843,9 +1703,7 @@ export var StartSourceNetworkReplication = [
|
|
|
1843
1703
|
9,
|
|
1844
1704
|
n0,
|
|
1845
1705
|
_SSNRt,
|
|
1846
|
-
{
|
|
1847
|
-
[_ht]: ["POST", "/StartSourceNetworkReplication", 200],
|
|
1848
|
-
},
|
|
1706
|
+
{ [_ht]: ["POST", "/StartSourceNetworkReplication", 200] },
|
|
1849
1707
|
() => StartSourceNetworkReplicationRequest,
|
|
1850
1708
|
() => StartSourceNetworkReplicationResponse,
|
|
1851
1709
|
];
|
|
@@ -1853,9 +1711,7 @@ export var StopFailback = [
|
|
|
1853
1711
|
9,
|
|
1854
1712
|
n0,
|
|
1855
1713
|
_SF,
|
|
1856
|
-
{
|
|
1857
|
-
[_ht]: ["POST", "/StopFailback", 200],
|
|
1858
|
-
},
|
|
1714
|
+
{ [_ht]: ["POST", "/StopFailback", 200] },
|
|
1859
1715
|
() => StopFailbackRequest,
|
|
1860
1716
|
() => __Unit,
|
|
1861
1717
|
];
|
|
@@ -1863,9 +1719,7 @@ export var StopReplication = [
|
|
|
1863
1719
|
9,
|
|
1864
1720
|
n0,
|
|
1865
1721
|
_SRto,
|
|
1866
|
-
{
|
|
1867
|
-
[_ht]: ["POST", "/StopReplication", 200],
|
|
1868
|
-
},
|
|
1722
|
+
{ [_ht]: ["POST", "/StopReplication", 200] },
|
|
1869
1723
|
() => StopReplicationRequest,
|
|
1870
1724
|
() => StopReplicationResponse,
|
|
1871
1725
|
];
|
|
@@ -1873,9 +1727,7 @@ export var StopSourceNetworkReplication = [
|
|
|
1873
1727
|
9,
|
|
1874
1728
|
n0,
|
|
1875
1729
|
_SSNRto,
|
|
1876
|
-
{
|
|
1877
|
-
[_ht]: ["POST", "/StopSourceNetworkReplication", 200],
|
|
1878
|
-
},
|
|
1730
|
+
{ [_ht]: ["POST", "/StopSourceNetworkReplication", 200] },
|
|
1879
1731
|
() => StopSourceNetworkReplicationRequest,
|
|
1880
1732
|
() => StopSourceNetworkReplicationResponse,
|
|
1881
1733
|
];
|
|
@@ -1883,9 +1735,7 @@ export var TagResource = [
|
|
|
1883
1735
|
9,
|
|
1884
1736
|
n0,
|
|
1885
1737
|
_TR,
|
|
1886
|
-
{
|
|
1887
|
-
[_ht]: ["POST", "/tags/{resourceArn}", 200],
|
|
1888
|
-
},
|
|
1738
|
+
{ [_ht]: ["POST", "/tags/{resourceArn}", 200] },
|
|
1889
1739
|
() => TagResourceRequest,
|
|
1890
1740
|
() => __Unit,
|
|
1891
1741
|
];
|
|
@@ -1893,9 +1743,7 @@ export var TerminateRecoveryInstances = [
|
|
|
1893
1743
|
9,
|
|
1894
1744
|
n0,
|
|
1895
1745
|
_TRI,
|
|
1896
|
-
{
|
|
1897
|
-
[_ht]: ["POST", "/TerminateRecoveryInstances", 200],
|
|
1898
|
-
},
|
|
1746
|
+
{ [_ht]: ["POST", "/TerminateRecoveryInstances", 200] },
|
|
1899
1747
|
() => TerminateRecoveryInstancesRequest,
|
|
1900
1748
|
() => TerminateRecoveryInstancesResponse,
|
|
1901
1749
|
];
|
|
@@ -1903,9 +1751,7 @@ export var UntagResource = [
|
|
|
1903
1751
|
9,
|
|
1904
1752
|
n0,
|
|
1905
1753
|
_UR,
|
|
1906
|
-
{
|
|
1907
|
-
[_ht]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
1908
|
-
},
|
|
1754
|
+
{ [_ht]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
1909
1755
|
() => UntagResourceRequest,
|
|
1910
1756
|
() => __Unit,
|
|
1911
1757
|
];
|
|
@@ -1913,9 +1759,7 @@ export var UpdateFailbackReplicationConfiguration = [
|
|
|
1913
1759
|
9,
|
|
1914
1760
|
n0,
|
|
1915
1761
|
_UFRC,
|
|
1916
|
-
{
|
|
1917
|
-
[_ht]: ["POST", "/UpdateFailbackReplicationConfiguration", 200],
|
|
1918
|
-
},
|
|
1762
|
+
{ [_ht]: ["POST", "/UpdateFailbackReplicationConfiguration", 200] },
|
|
1919
1763
|
() => UpdateFailbackReplicationConfigurationRequest,
|
|
1920
1764
|
() => __Unit,
|
|
1921
1765
|
];
|
|
@@ -1923,9 +1767,7 @@ export var UpdateLaunchConfiguration = [
|
|
|
1923
1767
|
9,
|
|
1924
1768
|
n0,
|
|
1925
1769
|
_ULC,
|
|
1926
|
-
{
|
|
1927
|
-
[_ht]: ["POST", "/UpdateLaunchConfiguration", 200],
|
|
1928
|
-
},
|
|
1770
|
+
{ [_ht]: ["POST", "/UpdateLaunchConfiguration", 200] },
|
|
1929
1771
|
() => UpdateLaunchConfigurationRequest,
|
|
1930
1772
|
() => LaunchConfiguration,
|
|
1931
1773
|
];
|
|
@@ -1933,9 +1775,7 @@ export var UpdateLaunchConfigurationTemplate = [
|
|
|
1933
1775
|
9,
|
|
1934
1776
|
n0,
|
|
1935
1777
|
_ULCT,
|
|
1936
|
-
{
|
|
1937
|
-
[_ht]: ["POST", "/UpdateLaunchConfigurationTemplate", 200],
|
|
1938
|
-
},
|
|
1778
|
+
{ [_ht]: ["POST", "/UpdateLaunchConfigurationTemplate", 200] },
|
|
1939
1779
|
() => UpdateLaunchConfigurationTemplateRequest,
|
|
1940
1780
|
() => UpdateLaunchConfigurationTemplateResponse,
|
|
1941
1781
|
];
|
|
@@ -1943,9 +1783,7 @@ export var UpdateReplicationConfiguration = [
|
|
|
1943
1783
|
9,
|
|
1944
1784
|
n0,
|
|
1945
1785
|
_URC,
|
|
1946
|
-
{
|
|
1947
|
-
[_ht]: ["POST", "/UpdateReplicationConfiguration", 200],
|
|
1948
|
-
},
|
|
1786
|
+
{ [_ht]: ["POST", "/UpdateReplicationConfiguration", 200] },
|
|
1949
1787
|
() => UpdateReplicationConfigurationRequest,
|
|
1950
1788
|
() => ReplicationConfiguration,
|
|
1951
1789
|
];
|
|
@@ -1953,9 +1791,7 @@ export var UpdateReplicationConfigurationTemplate = [
|
|
|
1953
1791
|
9,
|
|
1954
1792
|
n0,
|
|
1955
1793
|
_URCT,
|
|
1956
|
-
{
|
|
1957
|
-
[_ht]: ["POST", "/UpdateReplicationConfigurationTemplate", 200],
|
|
1958
|
-
},
|
|
1794
|
+
{ [_ht]: ["POST", "/UpdateReplicationConfigurationTemplate", 200] },
|
|
1959
1795
|
() => UpdateReplicationConfigurationTemplateRequest,
|
|
1960
1796
|
() => ReplicationConfigurationTemplate,
|
|
1961
1797
|
];
|
package/dist-types/Drs.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { AssociateSourceNetworkStackCommandInput, AssociateSourceNetworkStackCommandOutput } from "./commands/AssociateSourceNetworkStackCommand";
|
|
3
3
|
import { CreateExtendedSourceServerCommandInput, CreateExtendedSourceServerCommandOutput } from "./commands/CreateExtendedSourceServerCommand";
|
|
4
4
|
import { CreateLaunchConfigurationTemplateCommandInput, CreateLaunchConfigurationTemplateCommandOutput } from "./commands/CreateLaunchConfigurationTemplateCommand";
|