@aws-sdk/client-drs 3.750.0 → 3.772.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 +47 -49
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AssociateSourceNetworkStackCommand: () => AssociateSourceNetworkStackCommand,
|
|
26
26
|
AssociateSourceNetworkStackRequestFilterSensitiveLog: () => AssociateSourceNetworkStackRequestFilterSensitiveLog,
|
|
@@ -176,7 +176,7 @@ __export(src_exports, {
|
|
|
176
176
|
paginateListLaunchActions: () => paginateListLaunchActions,
|
|
177
177
|
paginateListStagingAccounts: () => paginateListStagingAccounts
|
|
178
178
|
});
|
|
179
|
-
module.exports = __toCommonJS(
|
|
179
|
+
module.exports = __toCommonJS(index_exports);
|
|
180
180
|
|
|
181
181
|
// src/DrsClient.ts
|
|
182
182
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -303,9 +303,9 @@ var DrsClient = class extends import_smithy_client.Client {
|
|
|
303
303
|
this.middlewareStack.use(
|
|
304
304
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
305
305
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultDrsHttpAuthSchemeParametersProvider,
|
|
306
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
306
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
307
307
|
"aws.auth#sigv4": config.credentials
|
|
308
|
-
})
|
|
308
|
+
}), "identityProviderConfigProvider")
|
|
309
309
|
})
|
|
310
310
|
);
|
|
311
311
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -388,8 +388,7 @@ var LaunchStatus = {
|
|
|
388
388
|
var ParticipatingResourceID;
|
|
389
389
|
((ParticipatingResourceID2) => {
|
|
390
390
|
ParticipatingResourceID2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
391
|
-
if (value.sourceNetworkID !== void 0)
|
|
392
|
-
return visitor.sourceNetworkID(value.sourceNetworkID);
|
|
391
|
+
if (value.sourceNetworkID !== void 0) return visitor.sourceNetworkID(value.sourceNetworkID);
|
|
393
392
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
394
393
|
}, "visit");
|
|
395
394
|
})(ParticipatingResourceID || (ParticipatingResourceID = {}));
|
|
@@ -788,8 +787,7 @@ var JobLogEvent = {
|
|
|
788
787
|
var EventResourceData;
|
|
789
788
|
((EventResourceData2) => {
|
|
790
789
|
EventResourceData2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
791
|
-
if (value.sourceNetworkData !== void 0)
|
|
792
|
-
return visitor.sourceNetworkData(value.sourceNetworkData);
|
|
790
|
+
if (value.sourceNetworkData !== void 0) return visitor.sourceNetworkData(value.sourceNetworkData);
|
|
793
791
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
794
792
|
}, "visit");
|
|
795
793
|
})(EventResourceData || (EventResourceData = {}));
|
|
@@ -1120,7 +1118,7 @@ var se_CreateExtendedSourceServerCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1120
1118
|
body = JSON.stringify(
|
|
1121
1119
|
(0, import_smithy_client.take)(input, {
|
|
1122
1120
|
sourceServerArn: [],
|
|
1123
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1121
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1124
1122
|
})
|
|
1125
1123
|
);
|
|
1126
1124
|
b.m("POST").h(headers).b(body);
|
|
@@ -1140,9 +1138,9 @@ var se_CreateLaunchConfigurationTemplateCommand = /* @__PURE__ */ __name(async (
|
|
|
1140
1138
|
exportBucketArn: [],
|
|
1141
1139
|
launchDisposition: [],
|
|
1142
1140
|
launchIntoSourceInstance: [],
|
|
1143
|
-
licensing: (_) => (0, import_smithy_client._json)(_),
|
|
1141
|
+
licensing: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "licensing"),
|
|
1144
1142
|
postLaunchEnabled: [],
|
|
1145
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1143
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1146
1144
|
targetInstanceTypeRightSizingMethod: []
|
|
1147
1145
|
})
|
|
1148
1146
|
);
|
|
@@ -1166,12 +1164,12 @@ var se_CreateReplicationConfigurationTemplateCommand = /* @__PURE__ */ __name(as
|
|
|
1166
1164
|
defaultLargeStagingDiskType: [],
|
|
1167
1165
|
ebsEncryption: [],
|
|
1168
1166
|
ebsEncryptionKeyArn: [],
|
|
1169
|
-
pitPolicy: (_) => (0, import_smithy_client._json)(_),
|
|
1167
|
+
pitPolicy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "pitPolicy"),
|
|
1170
1168
|
replicationServerInstanceType: [],
|
|
1171
|
-
replicationServersSecurityGroupsIDs: (_) => (0, import_smithy_client._json)(_),
|
|
1169
|
+
replicationServersSecurityGroupsIDs: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "replicationServersSecurityGroupsIDs"),
|
|
1172
1170
|
stagingAreaSubnetId: [],
|
|
1173
|
-
stagingAreaTags: (_) => (0, import_smithy_client._json)(_),
|
|
1174
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1171
|
+
stagingAreaTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "stagingAreaTags"),
|
|
1172
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1175
1173
|
useDedicatedReplicationServer: []
|
|
1176
1174
|
})
|
|
1177
1175
|
);
|
|
@@ -1189,7 +1187,7 @@ var se_CreateSourceNetworkCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1189
1187
|
(0, import_smithy_client.take)(input, {
|
|
1190
1188
|
originAccountID: [],
|
|
1191
1189
|
originRegion: [],
|
|
1192
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1190
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1193
1191
|
vpcID: []
|
|
1194
1192
|
})
|
|
1195
1193
|
);
|
|
@@ -1328,7 +1326,7 @@ var se_DescribeJobsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1328
1326
|
let body;
|
|
1329
1327
|
body = JSON.stringify(
|
|
1330
1328
|
(0, import_smithy_client.take)(input, {
|
|
1331
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1329
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1332
1330
|
maxResults: [],
|
|
1333
1331
|
nextToken: []
|
|
1334
1332
|
})
|
|
@@ -1345,7 +1343,7 @@ var se_DescribeLaunchConfigurationTemplatesCommand = /* @__PURE__ */ __name(asyn
|
|
|
1345
1343
|
let body;
|
|
1346
1344
|
body = JSON.stringify(
|
|
1347
1345
|
(0, import_smithy_client.take)(input, {
|
|
1348
|
-
launchConfigurationTemplateIDs: (_) => (0, import_smithy_client._json)(_),
|
|
1346
|
+
launchConfigurationTemplateIDs: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "launchConfigurationTemplateIDs"),
|
|
1349
1347
|
maxResults: [],
|
|
1350
1348
|
nextToken: []
|
|
1351
1349
|
})
|
|
@@ -1362,7 +1360,7 @@ var se_DescribeRecoveryInstancesCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
1362
1360
|
let body;
|
|
1363
1361
|
body = JSON.stringify(
|
|
1364
1362
|
(0, import_smithy_client.take)(input, {
|
|
1365
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1363
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1366
1364
|
maxResults: [],
|
|
1367
1365
|
nextToken: []
|
|
1368
1366
|
})
|
|
@@ -1379,7 +1377,7 @@ var se_DescribeRecoverySnapshotsCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
1379
1377
|
let body;
|
|
1380
1378
|
body = JSON.stringify(
|
|
1381
1379
|
(0, import_smithy_client.take)(input, {
|
|
1382
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1380
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1383
1381
|
maxResults: [],
|
|
1384
1382
|
nextToken: [],
|
|
1385
1383
|
order: [],
|
|
@@ -1400,7 +1398,7 @@ var se_DescribeReplicationConfigurationTemplatesCommand = /* @__PURE__ */ __name
|
|
|
1400
1398
|
(0, import_smithy_client.take)(input, {
|
|
1401
1399
|
maxResults: [],
|
|
1402
1400
|
nextToken: [],
|
|
1403
|
-
replicationConfigurationTemplateIDs: (_) => (0, import_smithy_client._json)(_)
|
|
1401
|
+
replicationConfigurationTemplateIDs: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "replicationConfigurationTemplateIDs")
|
|
1404
1402
|
})
|
|
1405
1403
|
);
|
|
1406
1404
|
b.m("POST").h(headers).b(body);
|
|
@@ -1415,7 +1413,7 @@ var se_DescribeSourceNetworksCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1415
1413
|
let body;
|
|
1416
1414
|
body = JSON.stringify(
|
|
1417
1415
|
(0, import_smithy_client.take)(input, {
|
|
1418
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1416
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1419
1417
|
maxResults: [],
|
|
1420
1418
|
nextToken: []
|
|
1421
1419
|
})
|
|
@@ -1432,7 +1430,7 @@ var se_DescribeSourceServersCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1432
1430
|
let body;
|
|
1433
1431
|
body = JSON.stringify(
|
|
1434
1432
|
(0, import_smithy_client.take)(input, {
|
|
1435
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1433
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1436
1434
|
maxResults: [],
|
|
1437
1435
|
nextToken: []
|
|
1438
1436
|
})
|
|
@@ -1564,7 +1562,7 @@ var se_ListLaunchActionsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1564
1562
|
let body;
|
|
1565
1563
|
body = JSON.stringify(
|
|
1566
1564
|
(0, import_smithy_client.take)(input, {
|
|
1567
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1565
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1568
1566
|
maxResults: [],
|
|
1569
1567
|
nextToken: [],
|
|
1570
1568
|
resourceId: []
|
|
@@ -1612,7 +1610,7 @@ var se_PutLaunchActionCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1612
1610
|
name: [],
|
|
1613
1611
|
optional: [],
|
|
1614
1612
|
order: [],
|
|
1615
|
-
parameters: (_) => (0, import_smithy_client._json)(_),
|
|
1613
|
+
parameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "parameters"),
|
|
1616
1614
|
resourceId: []
|
|
1617
1615
|
})
|
|
1618
1616
|
);
|
|
@@ -1658,8 +1656,8 @@ var se_StartFailbackLaunchCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1658
1656
|
let body;
|
|
1659
1657
|
body = JSON.stringify(
|
|
1660
1658
|
(0, import_smithy_client.take)(input, {
|
|
1661
|
-
recoveryInstanceIDs: (_) => (0, import_smithy_client._json)(_),
|
|
1662
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1659
|
+
recoveryInstanceIDs: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "recoveryInstanceIDs"),
|
|
1660
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1663
1661
|
})
|
|
1664
1662
|
);
|
|
1665
1663
|
b.m("POST").h(headers).b(body);
|
|
@@ -1675,8 +1673,8 @@ var se_StartRecoveryCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1675
1673
|
body = JSON.stringify(
|
|
1676
1674
|
(0, import_smithy_client.take)(input, {
|
|
1677
1675
|
isDrill: [],
|
|
1678
|
-
sourceServers: (_) => (0, import_smithy_client._json)(_),
|
|
1679
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1676
|
+
sourceServers: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sourceServers"),
|
|
1677
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1680
1678
|
})
|
|
1681
1679
|
);
|
|
1682
1680
|
b.m("POST").h(headers).b(body);
|
|
@@ -1707,8 +1705,8 @@ var se_StartSourceNetworkRecoveryCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1707
1705
|
body = JSON.stringify(
|
|
1708
1706
|
(0, import_smithy_client.take)(input, {
|
|
1709
1707
|
deployAsNew: [],
|
|
1710
|
-
sourceNetworks: (_) => (0, import_smithy_client._json)(_),
|
|
1711
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1708
|
+
sourceNetworks: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sourceNetworks"),
|
|
1709
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1712
1710
|
})
|
|
1713
1711
|
);
|
|
1714
1712
|
b.m("POST").h(headers).b(body);
|
|
@@ -1784,7 +1782,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1784
1782
|
let body;
|
|
1785
1783
|
body = JSON.stringify(
|
|
1786
1784
|
(0, import_smithy_client.take)(input, {
|
|
1787
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1785
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1788
1786
|
})
|
|
1789
1787
|
);
|
|
1790
1788
|
b.m("POST").h(headers).b(body);
|
|
@@ -1799,7 +1797,7 @@ var se_TerminateRecoveryInstancesCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1799
1797
|
let body;
|
|
1800
1798
|
body = JSON.stringify(
|
|
1801
1799
|
(0, import_smithy_client.take)(input, {
|
|
1802
|
-
recoveryInstanceIDs: (_) => (0, import_smithy_client._json)(_)
|
|
1800
|
+
recoveryInstanceIDs: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "recoveryInstanceIDs")
|
|
1803
1801
|
})
|
|
1804
1802
|
);
|
|
1805
1803
|
b.m("POST").h(headers).b(body);
|
|
@@ -1847,8 +1845,8 @@ var se_UpdateLaunchConfigurationCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
1847
1845
|
copyPrivateIp: [],
|
|
1848
1846
|
copyTags: [],
|
|
1849
1847
|
launchDisposition: [],
|
|
1850
|
-
launchIntoInstanceProperties: (_) => (0, import_smithy_client._json)(_),
|
|
1851
|
-
licensing: (_) => (0, import_smithy_client._json)(_),
|
|
1848
|
+
launchIntoInstanceProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "launchIntoInstanceProperties"),
|
|
1849
|
+
licensing: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "licensing"),
|
|
1852
1850
|
name: [],
|
|
1853
1851
|
postLaunchEnabled: [],
|
|
1854
1852
|
sourceServerID: [],
|
|
@@ -1873,7 +1871,7 @@ var se_UpdateLaunchConfigurationTemplateCommand = /* @__PURE__ */ __name(async (
|
|
|
1873
1871
|
launchConfigurationTemplateID: [],
|
|
1874
1872
|
launchDisposition: [],
|
|
1875
1873
|
launchIntoSourceInstance: [],
|
|
1876
|
-
licensing: (_) => (0, import_smithy_client._json)(_),
|
|
1874
|
+
licensing: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "licensing"),
|
|
1877
1875
|
postLaunchEnabled: [],
|
|
1878
1876
|
targetInstanceTypeRightSizingMethod: []
|
|
1879
1877
|
})
|
|
@@ -1899,13 +1897,13 @@ var se_UpdateReplicationConfigurationCommand = /* @__PURE__ */ __name(async (inp
|
|
|
1899
1897
|
ebsEncryption: [],
|
|
1900
1898
|
ebsEncryptionKeyArn: [],
|
|
1901
1899
|
name: [],
|
|
1902
|
-
pitPolicy: (_) => (0, import_smithy_client._json)(_),
|
|
1903
|
-
replicatedDisks: (_) => (0, import_smithy_client._json)(_),
|
|
1900
|
+
pitPolicy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "pitPolicy"),
|
|
1901
|
+
replicatedDisks: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "replicatedDisks"),
|
|
1904
1902
|
replicationServerInstanceType: [],
|
|
1905
|
-
replicationServersSecurityGroupsIDs: (_) => (0, import_smithy_client._json)(_),
|
|
1903
|
+
replicationServersSecurityGroupsIDs: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "replicationServersSecurityGroupsIDs"),
|
|
1906
1904
|
sourceServerID: [],
|
|
1907
1905
|
stagingAreaSubnetId: [],
|
|
1908
|
-
stagingAreaTags: (_) => (0, import_smithy_client._json)(_),
|
|
1906
|
+
stagingAreaTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "stagingAreaTags"),
|
|
1909
1907
|
useDedicatedReplicationServer: []
|
|
1910
1908
|
})
|
|
1911
1909
|
);
|
|
@@ -1930,12 +1928,12 @@ var se_UpdateReplicationConfigurationTemplateCommand = /* @__PURE__ */ __name(as
|
|
|
1930
1928
|
defaultLargeStagingDiskType: [],
|
|
1931
1929
|
ebsEncryption: [],
|
|
1932
1930
|
ebsEncryptionKeyArn: [],
|
|
1933
|
-
pitPolicy: (_) => (0, import_smithy_client._json)(_),
|
|
1931
|
+
pitPolicy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "pitPolicy"),
|
|
1934
1932
|
replicationConfigurationTemplateID: [],
|
|
1935
1933
|
replicationServerInstanceType: [],
|
|
1936
|
-
replicationServersSecurityGroupsIDs: (_) => (0, import_smithy_client._json)(_),
|
|
1934
|
+
replicationServersSecurityGroupsIDs: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "replicationServersSecurityGroupsIDs"),
|
|
1937
1935
|
stagingAreaSubnetId: [],
|
|
1938
|
-
stagingAreaTags: (_) => (0, import_smithy_client._json)(_),
|
|
1936
|
+
stagingAreaTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "stagingAreaTags"),
|
|
1939
1937
|
useDedicatedReplicationServer: []
|
|
1940
1938
|
})
|
|
1941
1939
|
);
|
|
@@ -2197,7 +2195,7 @@ var de_DescribeSourceNetworksCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2197
2195
|
});
|
|
2198
2196
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2199
2197
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2200
|
-
items: (_) => de_SourceNetworksList(_, context),
|
|
2198
|
+
items: /* @__PURE__ */ __name((_) => de_SourceNetworksList(_, context), "items"),
|
|
2201
2199
|
nextToken: import_smithy_client.expectString
|
|
2202
2200
|
});
|
|
2203
2201
|
Object.assign(contents, doc);
|
|
@@ -2539,7 +2537,7 @@ var de_StartSourceNetworkReplicationCommand = /* @__PURE__ */ __name(async (outp
|
|
|
2539
2537
|
});
|
|
2540
2538
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2541
2539
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2542
|
-
sourceNetwork: (_) => de_SourceNetwork(_, context)
|
|
2540
|
+
sourceNetwork: /* @__PURE__ */ __name((_) => de_SourceNetwork(_, context), "sourceNetwork")
|
|
2543
2541
|
});
|
|
2544
2542
|
Object.assign(contents, doc);
|
|
2545
2543
|
return contents;
|
|
@@ -2577,7 +2575,7 @@ var de_StopSourceNetworkReplicationCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
2577
2575
|
});
|
|
2578
2576
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2579
2577
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2580
|
-
sourceNetwork: (_) => de_SourceNetwork(_, context)
|
|
2578
|
+
sourceNetwork: /* @__PURE__ */ __name((_) => de_SourceNetwork(_, context), "sourceNetwork")
|
|
2581
2579
|
});
|
|
2582
2580
|
Object.assign(contents, doc);
|
|
2583
2581
|
return contents;
|
|
@@ -2892,7 +2890,7 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
2892
2890
|
}, "de_ValidationExceptionRes");
|
|
2893
2891
|
var de_RecoveryLifeCycle = /* @__PURE__ */ __name((output, context) => {
|
|
2894
2892
|
return (0, import_smithy_client.take)(output, {
|
|
2895
|
-
apiCallDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2893
|
+
apiCallDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "apiCallDateTime"),
|
|
2896
2894
|
jobID: import_smithy_client.expectString,
|
|
2897
2895
|
lastRecoveryResult: import_smithy_client.expectString
|
|
2898
2896
|
});
|
|
@@ -2901,7 +2899,7 @@ var de_SourceNetwork = /* @__PURE__ */ __name((output, context) => {
|
|
|
2901
2899
|
return (0, import_smithy_client.take)(output, {
|
|
2902
2900
|
arn: import_smithy_client.expectString,
|
|
2903
2901
|
cfnStackName: import_smithy_client.expectString,
|
|
2904
|
-
lastRecovery: (_) => de_RecoveryLifeCycle(_, context),
|
|
2902
|
+
lastRecovery: /* @__PURE__ */ __name((_) => de_RecoveryLifeCycle(_, context), "lastRecovery"),
|
|
2905
2903
|
launchedVpcID: import_smithy_client.expectString,
|
|
2906
2904
|
replicationStatus: import_smithy_client.expectString,
|
|
2907
2905
|
replicationStatusDetails: import_smithy_client.expectString,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-drs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Drs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-drs",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|