@aws-sdk/client-route53-recovery-readiness 3.721.0 → 3.723.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 +187 -136
- package/dist-es/Route53RecoveryReadinessClient.js +1 -0
- package/dist-es/models/models_0.js +18 -12
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -173,7 +173,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
173
173
|
}, "resolveRuntimeExtensions");
|
|
174
174
|
|
|
175
175
|
// src/Route53RecoveryReadinessClient.ts
|
|
176
|
-
var
|
|
176
|
+
var Route53RecoveryReadinessClient = class extends import_smithy_client.Client {
|
|
177
|
+
static {
|
|
178
|
+
__name(this, "Route53RecoveryReadinessClient");
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* The resolved configuration of Route53RecoveryReadinessClient class. This is resolved and normalized from the {@link Route53RecoveryReadinessClientConfig | constructor configuration interface}.
|
|
182
|
+
*/
|
|
183
|
+
config;
|
|
177
184
|
constructor(...[configuration]) {
|
|
178
185
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
179
186
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -183,7 +190,7 @@ var _Route53RecoveryReadinessClient = class _Route53RecoveryReadinessClient exte
|
|
|
183
190
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
184
191
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
185
192
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
186
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
193
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
187
194
|
super(_config_8);
|
|
188
195
|
this.config = _config_8;
|
|
189
196
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -211,8 +218,6 @@ var _Route53RecoveryReadinessClient = class _Route53RecoveryReadinessClient exte
|
|
|
211
218
|
super.destroy();
|
|
212
219
|
}
|
|
213
220
|
};
|
|
214
|
-
__name(_Route53RecoveryReadinessClient, "Route53RecoveryReadinessClient");
|
|
215
|
-
var Route53RecoveryReadinessClient = _Route53RecoveryReadinessClient;
|
|
216
221
|
|
|
217
222
|
// src/Route53RecoveryReadiness.ts
|
|
218
223
|
|
|
@@ -229,7 +234,10 @@ var import_core2 = require("@aws-sdk/core");
|
|
|
229
234
|
|
|
230
235
|
// src/models/Route53RecoveryReadinessServiceException.ts
|
|
231
236
|
|
|
232
|
-
var
|
|
237
|
+
var Route53RecoveryReadinessServiceException = class _Route53RecoveryReadinessServiceException extends import_smithy_client.ServiceException {
|
|
238
|
+
static {
|
|
239
|
+
__name(this, "Route53RecoveryReadinessServiceException");
|
|
240
|
+
}
|
|
233
241
|
/**
|
|
234
242
|
* @internal
|
|
235
243
|
*/
|
|
@@ -238,8 +246,6 @@ var _Route53RecoveryReadinessServiceException = class _Route53RecoveryReadinessS
|
|
|
238
246
|
Object.setPrototypeOf(this, _Route53RecoveryReadinessServiceException.prototype);
|
|
239
247
|
}
|
|
240
248
|
};
|
|
241
|
-
__name(_Route53RecoveryReadinessServiceException, "Route53RecoveryReadinessServiceException");
|
|
242
|
-
var Route53RecoveryReadinessServiceException = _Route53RecoveryReadinessServiceException;
|
|
243
249
|
|
|
244
250
|
// src/models/models_0.ts
|
|
245
251
|
var Readiness = {
|
|
@@ -248,7 +254,13 @@ var Readiness = {
|
|
|
248
254
|
READY: "READY",
|
|
249
255
|
UNKNOWN: "UNKNOWN"
|
|
250
256
|
};
|
|
251
|
-
var
|
|
257
|
+
var AccessDeniedException = class _AccessDeniedException extends Route53RecoveryReadinessServiceException {
|
|
258
|
+
static {
|
|
259
|
+
__name(this, "AccessDeniedException");
|
|
260
|
+
}
|
|
261
|
+
name = "AccessDeniedException";
|
|
262
|
+
$fault = "client";
|
|
263
|
+
Message;
|
|
252
264
|
/**
|
|
253
265
|
* @internal
|
|
254
266
|
*/
|
|
@@ -258,15 +270,17 @@ var _AccessDeniedException = class _AccessDeniedException extends Route53Recover
|
|
|
258
270
|
$fault: "client",
|
|
259
271
|
...opts
|
|
260
272
|
});
|
|
261
|
-
this.name = "AccessDeniedException";
|
|
262
|
-
this.$fault = "client";
|
|
263
273
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
264
274
|
this.Message = opts.Message;
|
|
265
275
|
}
|
|
266
276
|
};
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
277
|
+
var ConflictException = class _ConflictException extends Route53RecoveryReadinessServiceException {
|
|
278
|
+
static {
|
|
279
|
+
__name(this, "ConflictException");
|
|
280
|
+
}
|
|
281
|
+
name = "ConflictException";
|
|
282
|
+
$fault = "client";
|
|
283
|
+
Message;
|
|
270
284
|
/**
|
|
271
285
|
* @internal
|
|
272
286
|
*/
|
|
@@ -276,15 +290,17 @@ var _ConflictException = class _ConflictException extends Route53RecoveryReadine
|
|
|
276
290
|
$fault: "client",
|
|
277
291
|
...opts
|
|
278
292
|
});
|
|
279
|
-
this.name = "ConflictException";
|
|
280
|
-
this.$fault = "client";
|
|
281
293
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
282
294
|
this.Message = opts.Message;
|
|
283
295
|
}
|
|
284
296
|
};
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
297
|
+
var InternalServerException = class _InternalServerException extends Route53RecoveryReadinessServiceException {
|
|
298
|
+
static {
|
|
299
|
+
__name(this, "InternalServerException");
|
|
300
|
+
}
|
|
301
|
+
name = "InternalServerException";
|
|
302
|
+
$fault = "server";
|
|
303
|
+
Message;
|
|
288
304
|
/**
|
|
289
305
|
* @internal
|
|
290
306
|
*/
|
|
@@ -294,15 +310,17 @@ var _InternalServerException = class _InternalServerException extends Route53Rec
|
|
|
294
310
|
$fault: "server",
|
|
295
311
|
...opts
|
|
296
312
|
});
|
|
297
|
-
this.name = "InternalServerException";
|
|
298
|
-
this.$fault = "server";
|
|
299
313
|
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
300
314
|
this.Message = opts.Message;
|
|
301
315
|
}
|
|
302
316
|
};
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
317
|
+
var ThrottlingException = class _ThrottlingException extends Route53RecoveryReadinessServiceException {
|
|
318
|
+
static {
|
|
319
|
+
__name(this, "ThrottlingException");
|
|
320
|
+
}
|
|
321
|
+
name = "ThrottlingException";
|
|
322
|
+
$fault = "client";
|
|
323
|
+
Message;
|
|
306
324
|
/**
|
|
307
325
|
* @internal
|
|
308
326
|
*/
|
|
@@ -312,15 +330,17 @@ var _ThrottlingException = class _ThrottlingException extends Route53RecoveryRea
|
|
|
312
330
|
$fault: "client",
|
|
313
331
|
...opts
|
|
314
332
|
});
|
|
315
|
-
this.name = "ThrottlingException";
|
|
316
|
-
this.$fault = "client";
|
|
317
333
|
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
318
334
|
this.Message = opts.Message;
|
|
319
335
|
}
|
|
320
336
|
};
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
337
|
+
var ValidationException = class _ValidationException extends Route53RecoveryReadinessServiceException {
|
|
338
|
+
static {
|
|
339
|
+
__name(this, "ValidationException");
|
|
340
|
+
}
|
|
341
|
+
name = "ValidationException";
|
|
342
|
+
$fault = "client";
|
|
343
|
+
Message;
|
|
324
344
|
/**
|
|
325
345
|
* @internal
|
|
326
346
|
*/
|
|
@@ -330,15 +350,17 @@ var _ValidationException = class _ValidationException extends Route53RecoveryRea
|
|
|
330
350
|
$fault: "client",
|
|
331
351
|
...opts
|
|
332
352
|
});
|
|
333
|
-
this.name = "ValidationException";
|
|
334
|
-
this.$fault = "client";
|
|
335
353
|
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
336
354
|
this.Message = opts.Message;
|
|
337
355
|
}
|
|
338
356
|
};
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
357
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends Route53RecoveryReadinessServiceException {
|
|
358
|
+
static {
|
|
359
|
+
__name(this, "ResourceNotFoundException");
|
|
360
|
+
}
|
|
361
|
+
name = "ResourceNotFoundException";
|
|
362
|
+
$fault = "client";
|
|
363
|
+
Message;
|
|
342
364
|
/**
|
|
343
365
|
* @internal
|
|
344
366
|
*/
|
|
@@ -348,14 +370,10 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Route5
|
|
|
348
370
|
$fault: "client",
|
|
349
371
|
...opts
|
|
350
372
|
});
|
|
351
|
-
this.name = "ResourceNotFoundException";
|
|
352
|
-
this.$fault = "client";
|
|
353
373
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
354
374
|
this.Message = opts.Message;
|
|
355
375
|
}
|
|
356
376
|
};
|
|
357
|
-
__name(_ResourceNotFoundException, "ResourceNotFoundException");
|
|
358
|
-
var ResourceNotFoundException = _ResourceNotFoundException;
|
|
359
377
|
|
|
360
378
|
// src/protocols/Aws_restJson1.ts
|
|
361
379
|
var se_CreateCellCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -1584,449 +1602,481 @@ var _rT = "resourceType";
|
|
|
1584
1602
|
var _tK = "tagKeys";
|
|
1585
1603
|
|
|
1586
1604
|
// src/commands/CreateCellCommand.ts
|
|
1587
|
-
var
|
|
1605
|
+
var CreateCellCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1588
1606
|
return [
|
|
1589
1607
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1590
1608
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1591
1609
|
];
|
|
1592
1610
|
}).s("Route53RecoveryReadiness", "CreateCell", {}).n("Route53RecoveryReadinessClient", "CreateCellCommand").f(void 0, void 0).ser(se_CreateCellCommand).de(de_CreateCellCommand).build() {
|
|
1611
|
+
static {
|
|
1612
|
+
__name(this, "CreateCellCommand");
|
|
1613
|
+
}
|
|
1593
1614
|
};
|
|
1594
|
-
__name(_CreateCellCommand, "CreateCellCommand");
|
|
1595
|
-
var CreateCellCommand = _CreateCellCommand;
|
|
1596
1615
|
|
|
1597
1616
|
// src/commands/CreateCrossAccountAuthorizationCommand.ts
|
|
1598
1617
|
|
|
1599
1618
|
|
|
1600
1619
|
|
|
1601
|
-
var
|
|
1620
|
+
var CreateCrossAccountAuthorizationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1602
1621
|
return [
|
|
1603
1622
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1604
1623
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1605
1624
|
];
|
|
1606
1625
|
}).s("Route53RecoveryReadiness", "CreateCrossAccountAuthorization", {}).n("Route53RecoveryReadinessClient", "CreateCrossAccountAuthorizationCommand").f(void 0, void 0).ser(se_CreateCrossAccountAuthorizationCommand).de(de_CreateCrossAccountAuthorizationCommand).build() {
|
|
1626
|
+
static {
|
|
1627
|
+
__name(this, "CreateCrossAccountAuthorizationCommand");
|
|
1628
|
+
}
|
|
1607
1629
|
};
|
|
1608
|
-
__name(_CreateCrossAccountAuthorizationCommand, "CreateCrossAccountAuthorizationCommand");
|
|
1609
|
-
var CreateCrossAccountAuthorizationCommand = _CreateCrossAccountAuthorizationCommand;
|
|
1610
1630
|
|
|
1611
1631
|
// src/commands/CreateReadinessCheckCommand.ts
|
|
1612
1632
|
|
|
1613
1633
|
|
|
1614
1634
|
|
|
1615
|
-
var
|
|
1635
|
+
var CreateReadinessCheckCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1616
1636
|
return [
|
|
1617
1637
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1618
1638
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1619
1639
|
];
|
|
1620
1640
|
}).s("Route53RecoveryReadiness", "CreateReadinessCheck", {}).n("Route53RecoveryReadinessClient", "CreateReadinessCheckCommand").f(void 0, void 0).ser(se_CreateReadinessCheckCommand).de(de_CreateReadinessCheckCommand).build() {
|
|
1641
|
+
static {
|
|
1642
|
+
__name(this, "CreateReadinessCheckCommand");
|
|
1643
|
+
}
|
|
1621
1644
|
};
|
|
1622
|
-
__name(_CreateReadinessCheckCommand, "CreateReadinessCheckCommand");
|
|
1623
|
-
var CreateReadinessCheckCommand = _CreateReadinessCheckCommand;
|
|
1624
1645
|
|
|
1625
1646
|
// src/commands/CreateRecoveryGroupCommand.ts
|
|
1626
1647
|
|
|
1627
1648
|
|
|
1628
1649
|
|
|
1629
|
-
var
|
|
1650
|
+
var CreateRecoveryGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1630
1651
|
return [
|
|
1631
1652
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1632
1653
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1633
1654
|
];
|
|
1634
1655
|
}).s("Route53RecoveryReadiness", "CreateRecoveryGroup", {}).n("Route53RecoveryReadinessClient", "CreateRecoveryGroupCommand").f(void 0, void 0).ser(se_CreateRecoveryGroupCommand).de(de_CreateRecoveryGroupCommand).build() {
|
|
1656
|
+
static {
|
|
1657
|
+
__name(this, "CreateRecoveryGroupCommand");
|
|
1658
|
+
}
|
|
1635
1659
|
};
|
|
1636
|
-
__name(_CreateRecoveryGroupCommand, "CreateRecoveryGroupCommand");
|
|
1637
|
-
var CreateRecoveryGroupCommand = _CreateRecoveryGroupCommand;
|
|
1638
1660
|
|
|
1639
1661
|
// src/commands/CreateResourceSetCommand.ts
|
|
1640
1662
|
|
|
1641
1663
|
|
|
1642
1664
|
|
|
1643
|
-
var
|
|
1665
|
+
var CreateResourceSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1644
1666
|
return [
|
|
1645
1667
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1646
1668
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1647
1669
|
];
|
|
1648
1670
|
}).s("Route53RecoveryReadiness", "CreateResourceSet", {}).n("Route53RecoveryReadinessClient", "CreateResourceSetCommand").f(void 0, void 0).ser(se_CreateResourceSetCommand).de(de_CreateResourceSetCommand).build() {
|
|
1671
|
+
static {
|
|
1672
|
+
__name(this, "CreateResourceSetCommand");
|
|
1673
|
+
}
|
|
1649
1674
|
};
|
|
1650
|
-
__name(_CreateResourceSetCommand, "CreateResourceSetCommand");
|
|
1651
|
-
var CreateResourceSetCommand = _CreateResourceSetCommand;
|
|
1652
1675
|
|
|
1653
1676
|
// src/commands/DeleteCellCommand.ts
|
|
1654
1677
|
|
|
1655
1678
|
|
|
1656
1679
|
|
|
1657
|
-
var
|
|
1680
|
+
var DeleteCellCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1658
1681
|
return [
|
|
1659
1682
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1660
1683
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1661
1684
|
];
|
|
1662
1685
|
}).s("Route53RecoveryReadiness", "DeleteCell", {}).n("Route53RecoveryReadinessClient", "DeleteCellCommand").f(void 0, void 0).ser(se_DeleteCellCommand).de(de_DeleteCellCommand).build() {
|
|
1686
|
+
static {
|
|
1687
|
+
__name(this, "DeleteCellCommand");
|
|
1688
|
+
}
|
|
1663
1689
|
};
|
|
1664
|
-
__name(_DeleteCellCommand, "DeleteCellCommand");
|
|
1665
|
-
var DeleteCellCommand = _DeleteCellCommand;
|
|
1666
1690
|
|
|
1667
1691
|
// src/commands/DeleteCrossAccountAuthorizationCommand.ts
|
|
1668
1692
|
|
|
1669
1693
|
|
|
1670
1694
|
|
|
1671
|
-
var
|
|
1695
|
+
var DeleteCrossAccountAuthorizationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1672
1696
|
return [
|
|
1673
1697
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1674
1698
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1675
1699
|
];
|
|
1676
1700
|
}).s("Route53RecoveryReadiness", "DeleteCrossAccountAuthorization", {}).n("Route53RecoveryReadinessClient", "DeleteCrossAccountAuthorizationCommand").f(void 0, void 0).ser(se_DeleteCrossAccountAuthorizationCommand).de(de_DeleteCrossAccountAuthorizationCommand).build() {
|
|
1701
|
+
static {
|
|
1702
|
+
__name(this, "DeleteCrossAccountAuthorizationCommand");
|
|
1703
|
+
}
|
|
1677
1704
|
};
|
|
1678
|
-
__name(_DeleteCrossAccountAuthorizationCommand, "DeleteCrossAccountAuthorizationCommand");
|
|
1679
|
-
var DeleteCrossAccountAuthorizationCommand = _DeleteCrossAccountAuthorizationCommand;
|
|
1680
1705
|
|
|
1681
1706
|
// src/commands/DeleteReadinessCheckCommand.ts
|
|
1682
1707
|
|
|
1683
1708
|
|
|
1684
1709
|
|
|
1685
|
-
var
|
|
1710
|
+
var DeleteReadinessCheckCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1686
1711
|
return [
|
|
1687
1712
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1688
1713
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1689
1714
|
];
|
|
1690
1715
|
}).s("Route53RecoveryReadiness", "DeleteReadinessCheck", {}).n("Route53RecoveryReadinessClient", "DeleteReadinessCheckCommand").f(void 0, void 0).ser(se_DeleteReadinessCheckCommand).de(de_DeleteReadinessCheckCommand).build() {
|
|
1716
|
+
static {
|
|
1717
|
+
__name(this, "DeleteReadinessCheckCommand");
|
|
1718
|
+
}
|
|
1691
1719
|
};
|
|
1692
|
-
__name(_DeleteReadinessCheckCommand, "DeleteReadinessCheckCommand");
|
|
1693
|
-
var DeleteReadinessCheckCommand = _DeleteReadinessCheckCommand;
|
|
1694
1720
|
|
|
1695
1721
|
// src/commands/DeleteRecoveryGroupCommand.ts
|
|
1696
1722
|
|
|
1697
1723
|
|
|
1698
1724
|
|
|
1699
|
-
var
|
|
1725
|
+
var DeleteRecoveryGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1700
1726
|
return [
|
|
1701
1727
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1702
1728
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1703
1729
|
];
|
|
1704
1730
|
}).s("Route53RecoveryReadiness", "DeleteRecoveryGroup", {}).n("Route53RecoveryReadinessClient", "DeleteRecoveryGroupCommand").f(void 0, void 0).ser(se_DeleteRecoveryGroupCommand).de(de_DeleteRecoveryGroupCommand).build() {
|
|
1731
|
+
static {
|
|
1732
|
+
__name(this, "DeleteRecoveryGroupCommand");
|
|
1733
|
+
}
|
|
1705
1734
|
};
|
|
1706
|
-
__name(_DeleteRecoveryGroupCommand, "DeleteRecoveryGroupCommand");
|
|
1707
|
-
var DeleteRecoveryGroupCommand = _DeleteRecoveryGroupCommand;
|
|
1708
1735
|
|
|
1709
1736
|
// src/commands/DeleteResourceSetCommand.ts
|
|
1710
1737
|
|
|
1711
1738
|
|
|
1712
1739
|
|
|
1713
|
-
var
|
|
1740
|
+
var DeleteResourceSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1714
1741
|
return [
|
|
1715
1742
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1716
1743
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1717
1744
|
];
|
|
1718
1745
|
}).s("Route53RecoveryReadiness", "DeleteResourceSet", {}).n("Route53RecoveryReadinessClient", "DeleteResourceSetCommand").f(void 0, void 0).ser(se_DeleteResourceSetCommand).de(de_DeleteResourceSetCommand).build() {
|
|
1746
|
+
static {
|
|
1747
|
+
__name(this, "DeleteResourceSetCommand");
|
|
1748
|
+
}
|
|
1719
1749
|
};
|
|
1720
|
-
__name(_DeleteResourceSetCommand, "DeleteResourceSetCommand");
|
|
1721
|
-
var DeleteResourceSetCommand = _DeleteResourceSetCommand;
|
|
1722
1750
|
|
|
1723
1751
|
// src/commands/GetArchitectureRecommendationsCommand.ts
|
|
1724
1752
|
|
|
1725
1753
|
|
|
1726
1754
|
|
|
1727
|
-
var
|
|
1755
|
+
var GetArchitectureRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1728
1756
|
return [
|
|
1729
1757
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1730
1758
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1731
1759
|
];
|
|
1732
1760
|
}).s("Route53RecoveryReadiness", "GetArchitectureRecommendations", {}).n("Route53RecoveryReadinessClient", "GetArchitectureRecommendationsCommand").f(void 0, void 0).ser(se_GetArchitectureRecommendationsCommand).de(de_GetArchitectureRecommendationsCommand).build() {
|
|
1761
|
+
static {
|
|
1762
|
+
__name(this, "GetArchitectureRecommendationsCommand");
|
|
1763
|
+
}
|
|
1733
1764
|
};
|
|
1734
|
-
__name(_GetArchitectureRecommendationsCommand, "GetArchitectureRecommendationsCommand");
|
|
1735
|
-
var GetArchitectureRecommendationsCommand = _GetArchitectureRecommendationsCommand;
|
|
1736
1765
|
|
|
1737
1766
|
// src/commands/GetCellCommand.ts
|
|
1738
1767
|
|
|
1739
1768
|
|
|
1740
1769
|
|
|
1741
|
-
var
|
|
1770
|
+
var GetCellCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1742
1771
|
return [
|
|
1743
1772
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1744
1773
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1745
1774
|
];
|
|
1746
1775
|
}).s("Route53RecoveryReadiness", "GetCell", {}).n("Route53RecoveryReadinessClient", "GetCellCommand").f(void 0, void 0).ser(se_GetCellCommand).de(de_GetCellCommand).build() {
|
|
1776
|
+
static {
|
|
1777
|
+
__name(this, "GetCellCommand");
|
|
1778
|
+
}
|
|
1747
1779
|
};
|
|
1748
|
-
__name(_GetCellCommand, "GetCellCommand");
|
|
1749
|
-
var GetCellCommand = _GetCellCommand;
|
|
1750
1780
|
|
|
1751
1781
|
// src/commands/GetCellReadinessSummaryCommand.ts
|
|
1752
1782
|
|
|
1753
1783
|
|
|
1754
1784
|
|
|
1755
|
-
var
|
|
1785
|
+
var GetCellReadinessSummaryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1756
1786
|
return [
|
|
1757
1787
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1758
1788
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1759
1789
|
];
|
|
1760
1790
|
}).s("Route53RecoveryReadiness", "GetCellReadinessSummary", {}).n("Route53RecoveryReadinessClient", "GetCellReadinessSummaryCommand").f(void 0, void 0).ser(se_GetCellReadinessSummaryCommand).de(de_GetCellReadinessSummaryCommand).build() {
|
|
1791
|
+
static {
|
|
1792
|
+
__name(this, "GetCellReadinessSummaryCommand");
|
|
1793
|
+
}
|
|
1761
1794
|
};
|
|
1762
|
-
__name(_GetCellReadinessSummaryCommand, "GetCellReadinessSummaryCommand");
|
|
1763
|
-
var GetCellReadinessSummaryCommand = _GetCellReadinessSummaryCommand;
|
|
1764
1795
|
|
|
1765
1796
|
// src/commands/GetReadinessCheckCommand.ts
|
|
1766
1797
|
|
|
1767
1798
|
|
|
1768
1799
|
|
|
1769
|
-
var
|
|
1800
|
+
var GetReadinessCheckCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1770
1801
|
return [
|
|
1771
1802
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1772
1803
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1773
1804
|
];
|
|
1774
1805
|
}).s("Route53RecoveryReadiness", "GetReadinessCheck", {}).n("Route53RecoveryReadinessClient", "GetReadinessCheckCommand").f(void 0, void 0).ser(se_GetReadinessCheckCommand).de(de_GetReadinessCheckCommand).build() {
|
|
1806
|
+
static {
|
|
1807
|
+
__name(this, "GetReadinessCheckCommand");
|
|
1808
|
+
}
|
|
1775
1809
|
};
|
|
1776
|
-
__name(_GetReadinessCheckCommand, "GetReadinessCheckCommand");
|
|
1777
|
-
var GetReadinessCheckCommand = _GetReadinessCheckCommand;
|
|
1778
1810
|
|
|
1779
1811
|
// src/commands/GetReadinessCheckResourceStatusCommand.ts
|
|
1780
1812
|
|
|
1781
1813
|
|
|
1782
1814
|
|
|
1783
|
-
var
|
|
1815
|
+
var GetReadinessCheckResourceStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1784
1816
|
return [
|
|
1785
1817
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1786
1818
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1787
1819
|
];
|
|
1788
1820
|
}).s("Route53RecoveryReadiness", "GetReadinessCheckResourceStatus", {}).n("Route53RecoveryReadinessClient", "GetReadinessCheckResourceStatusCommand").f(void 0, void 0).ser(se_GetReadinessCheckResourceStatusCommand).de(de_GetReadinessCheckResourceStatusCommand).build() {
|
|
1821
|
+
static {
|
|
1822
|
+
__name(this, "GetReadinessCheckResourceStatusCommand");
|
|
1823
|
+
}
|
|
1789
1824
|
};
|
|
1790
|
-
__name(_GetReadinessCheckResourceStatusCommand, "GetReadinessCheckResourceStatusCommand");
|
|
1791
|
-
var GetReadinessCheckResourceStatusCommand = _GetReadinessCheckResourceStatusCommand;
|
|
1792
1825
|
|
|
1793
1826
|
// src/commands/GetReadinessCheckStatusCommand.ts
|
|
1794
1827
|
|
|
1795
1828
|
|
|
1796
1829
|
|
|
1797
|
-
var
|
|
1830
|
+
var GetReadinessCheckStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1798
1831
|
return [
|
|
1799
1832
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1800
1833
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1801
1834
|
];
|
|
1802
1835
|
}).s("Route53RecoveryReadiness", "GetReadinessCheckStatus", {}).n("Route53RecoveryReadinessClient", "GetReadinessCheckStatusCommand").f(void 0, void 0).ser(se_GetReadinessCheckStatusCommand).de(de_GetReadinessCheckStatusCommand).build() {
|
|
1836
|
+
static {
|
|
1837
|
+
__name(this, "GetReadinessCheckStatusCommand");
|
|
1838
|
+
}
|
|
1803
1839
|
};
|
|
1804
|
-
__name(_GetReadinessCheckStatusCommand, "GetReadinessCheckStatusCommand");
|
|
1805
|
-
var GetReadinessCheckStatusCommand = _GetReadinessCheckStatusCommand;
|
|
1806
1840
|
|
|
1807
1841
|
// src/commands/GetRecoveryGroupCommand.ts
|
|
1808
1842
|
|
|
1809
1843
|
|
|
1810
1844
|
|
|
1811
|
-
var
|
|
1845
|
+
var GetRecoveryGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1812
1846
|
return [
|
|
1813
1847
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1814
1848
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1815
1849
|
];
|
|
1816
1850
|
}).s("Route53RecoveryReadiness", "GetRecoveryGroup", {}).n("Route53RecoveryReadinessClient", "GetRecoveryGroupCommand").f(void 0, void 0).ser(se_GetRecoveryGroupCommand).de(de_GetRecoveryGroupCommand).build() {
|
|
1851
|
+
static {
|
|
1852
|
+
__name(this, "GetRecoveryGroupCommand");
|
|
1853
|
+
}
|
|
1817
1854
|
};
|
|
1818
|
-
__name(_GetRecoveryGroupCommand, "GetRecoveryGroupCommand");
|
|
1819
|
-
var GetRecoveryGroupCommand = _GetRecoveryGroupCommand;
|
|
1820
1855
|
|
|
1821
1856
|
// src/commands/GetRecoveryGroupReadinessSummaryCommand.ts
|
|
1822
1857
|
|
|
1823
1858
|
|
|
1824
1859
|
|
|
1825
|
-
var
|
|
1860
|
+
var GetRecoveryGroupReadinessSummaryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1826
1861
|
return [
|
|
1827
1862
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1828
1863
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1829
1864
|
];
|
|
1830
1865
|
}).s("Route53RecoveryReadiness", "GetRecoveryGroupReadinessSummary", {}).n("Route53RecoveryReadinessClient", "GetRecoveryGroupReadinessSummaryCommand").f(void 0, void 0).ser(se_GetRecoveryGroupReadinessSummaryCommand).de(de_GetRecoveryGroupReadinessSummaryCommand).build() {
|
|
1866
|
+
static {
|
|
1867
|
+
__name(this, "GetRecoveryGroupReadinessSummaryCommand");
|
|
1868
|
+
}
|
|
1831
1869
|
};
|
|
1832
|
-
__name(_GetRecoveryGroupReadinessSummaryCommand, "GetRecoveryGroupReadinessSummaryCommand");
|
|
1833
|
-
var GetRecoveryGroupReadinessSummaryCommand = _GetRecoveryGroupReadinessSummaryCommand;
|
|
1834
1870
|
|
|
1835
1871
|
// src/commands/GetResourceSetCommand.ts
|
|
1836
1872
|
|
|
1837
1873
|
|
|
1838
1874
|
|
|
1839
|
-
var
|
|
1875
|
+
var GetResourceSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1840
1876
|
return [
|
|
1841
1877
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1842
1878
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1843
1879
|
];
|
|
1844
1880
|
}).s("Route53RecoveryReadiness", "GetResourceSet", {}).n("Route53RecoveryReadinessClient", "GetResourceSetCommand").f(void 0, void 0).ser(se_GetResourceSetCommand).de(de_GetResourceSetCommand).build() {
|
|
1881
|
+
static {
|
|
1882
|
+
__name(this, "GetResourceSetCommand");
|
|
1883
|
+
}
|
|
1845
1884
|
};
|
|
1846
|
-
__name(_GetResourceSetCommand, "GetResourceSetCommand");
|
|
1847
|
-
var GetResourceSetCommand = _GetResourceSetCommand;
|
|
1848
1885
|
|
|
1849
1886
|
// src/commands/ListCellsCommand.ts
|
|
1850
1887
|
|
|
1851
1888
|
|
|
1852
1889
|
|
|
1853
|
-
var
|
|
1890
|
+
var ListCellsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1854
1891
|
return [
|
|
1855
1892
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1856
1893
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1857
1894
|
];
|
|
1858
1895
|
}).s("Route53RecoveryReadiness", "ListCells", {}).n("Route53RecoveryReadinessClient", "ListCellsCommand").f(void 0, void 0).ser(se_ListCellsCommand).de(de_ListCellsCommand).build() {
|
|
1896
|
+
static {
|
|
1897
|
+
__name(this, "ListCellsCommand");
|
|
1898
|
+
}
|
|
1859
1899
|
};
|
|
1860
|
-
__name(_ListCellsCommand, "ListCellsCommand");
|
|
1861
|
-
var ListCellsCommand = _ListCellsCommand;
|
|
1862
1900
|
|
|
1863
1901
|
// src/commands/ListCrossAccountAuthorizationsCommand.ts
|
|
1864
1902
|
|
|
1865
1903
|
|
|
1866
1904
|
|
|
1867
|
-
var
|
|
1905
|
+
var ListCrossAccountAuthorizationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1868
1906
|
return [
|
|
1869
1907
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1870
1908
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1871
1909
|
];
|
|
1872
1910
|
}).s("Route53RecoveryReadiness", "ListCrossAccountAuthorizations", {}).n("Route53RecoveryReadinessClient", "ListCrossAccountAuthorizationsCommand").f(void 0, void 0).ser(se_ListCrossAccountAuthorizationsCommand).de(de_ListCrossAccountAuthorizationsCommand).build() {
|
|
1911
|
+
static {
|
|
1912
|
+
__name(this, "ListCrossAccountAuthorizationsCommand");
|
|
1913
|
+
}
|
|
1873
1914
|
};
|
|
1874
|
-
__name(_ListCrossAccountAuthorizationsCommand, "ListCrossAccountAuthorizationsCommand");
|
|
1875
|
-
var ListCrossAccountAuthorizationsCommand = _ListCrossAccountAuthorizationsCommand;
|
|
1876
1915
|
|
|
1877
1916
|
// src/commands/ListReadinessChecksCommand.ts
|
|
1878
1917
|
|
|
1879
1918
|
|
|
1880
1919
|
|
|
1881
|
-
var
|
|
1920
|
+
var ListReadinessChecksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1882
1921
|
return [
|
|
1883
1922
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1884
1923
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1885
1924
|
];
|
|
1886
1925
|
}).s("Route53RecoveryReadiness", "ListReadinessChecks", {}).n("Route53RecoveryReadinessClient", "ListReadinessChecksCommand").f(void 0, void 0).ser(se_ListReadinessChecksCommand).de(de_ListReadinessChecksCommand).build() {
|
|
1926
|
+
static {
|
|
1927
|
+
__name(this, "ListReadinessChecksCommand");
|
|
1928
|
+
}
|
|
1887
1929
|
};
|
|
1888
|
-
__name(_ListReadinessChecksCommand, "ListReadinessChecksCommand");
|
|
1889
|
-
var ListReadinessChecksCommand = _ListReadinessChecksCommand;
|
|
1890
1930
|
|
|
1891
1931
|
// src/commands/ListRecoveryGroupsCommand.ts
|
|
1892
1932
|
|
|
1893
1933
|
|
|
1894
1934
|
|
|
1895
|
-
var
|
|
1935
|
+
var ListRecoveryGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1896
1936
|
return [
|
|
1897
1937
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1898
1938
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1899
1939
|
];
|
|
1900
1940
|
}).s("Route53RecoveryReadiness", "ListRecoveryGroups", {}).n("Route53RecoveryReadinessClient", "ListRecoveryGroupsCommand").f(void 0, void 0).ser(se_ListRecoveryGroupsCommand).de(de_ListRecoveryGroupsCommand).build() {
|
|
1941
|
+
static {
|
|
1942
|
+
__name(this, "ListRecoveryGroupsCommand");
|
|
1943
|
+
}
|
|
1901
1944
|
};
|
|
1902
|
-
__name(_ListRecoveryGroupsCommand, "ListRecoveryGroupsCommand");
|
|
1903
|
-
var ListRecoveryGroupsCommand = _ListRecoveryGroupsCommand;
|
|
1904
1945
|
|
|
1905
1946
|
// src/commands/ListResourceSetsCommand.ts
|
|
1906
1947
|
|
|
1907
1948
|
|
|
1908
1949
|
|
|
1909
|
-
var
|
|
1950
|
+
var ListResourceSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1910
1951
|
return [
|
|
1911
1952
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1912
1953
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1913
1954
|
];
|
|
1914
1955
|
}).s("Route53RecoveryReadiness", "ListResourceSets", {}).n("Route53RecoveryReadinessClient", "ListResourceSetsCommand").f(void 0, void 0).ser(se_ListResourceSetsCommand).de(de_ListResourceSetsCommand).build() {
|
|
1956
|
+
static {
|
|
1957
|
+
__name(this, "ListResourceSetsCommand");
|
|
1958
|
+
}
|
|
1915
1959
|
};
|
|
1916
|
-
__name(_ListResourceSetsCommand, "ListResourceSetsCommand");
|
|
1917
|
-
var ListResourceSetsCommand = _ListResourceSetsCommand;
|
|
1918
1960
|
|
|
1919
1961
|
// src/commands/ListRulesCommand.ts
|
|
1920
1962
|
|
|
1921
1963
|
|
|
1922
1964
|
|
|
1923
|
-
var
|
|
1965
|
+
var ListRulesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1924
1966
|
return [
|
|
1925
1967
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1926
1968
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1927
1969
|
];
|
|
1928
1970
|
}).s("Route53RecoveryReadiness", "ListRules", {}).n("Route53RecoveryReadinessClient", "ListRulesCommand").f(void 0, void 0).ser(se_ListRulesCommand).de(de_ListRulesCommand).build() {
|
|
1971
|
+
static {
|
|
1972
|
+
__name(this, "ListRulesCommand");
|
|
1973
|
+
}
|
|
1929
1974
|
};
|
|
1930
|
-
__name(_ListRulesCommand, "ListRulesCommand");
|
|
1931
|
-
var ListRulesCommand = _ListRulesCommand;
|
|
1932
1975
|
|
|
1933
1976
|
// src/commands/ListTagsForResourcesCommand.ts
|
|
1934
1977
|
|
|
1935
1978
|
|
|
1936
1979
|
|
|
1937
|
-
var
|
|
1980
|
+
var ListTagsForResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1938
1981
|
return [
|
|
1939
1982
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1940
1983
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1941
1984
|
];
|
|
1942
1985
|
}).s("Route53RecoveryReadiness", "ListTagsForResources", {}).n("Route53RecoveryReadinessClient", "ListTagsForResourcesCommand").f(void 0, void 0).ser(se_ListTagsForResourcesCommand).de(de_ListTagsForResourcesCommand).build() {
|
|
1986
|
+
static {
|
|
1987
|
+
__name(this, "ListTagsForResourcesCommand");
|
|
1988
|
+
}
|
|
1943
1989
|
};
|
|
1944
|
-
__name(_ListTagsForResourcesCommand, "ListTagsForResourcesCommand");
|
|
1945
|
-
var ListTagsForResourcesCommand = _ListTagsForResourcesCommand;
|
|
1946
1990
|
|
|
1947
1991
|
// src/commands/TagResourceCommand.ts
|
|
1948
1992
|
|
|
1949
1993
|
|
|
1950
1994
|
|
|
1951
|
-
var
|
|
1995
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1952
1996
|
return [
|
|
1953
1997
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1954
1998
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1955
1999
|
];
|
|
1956
2000
|
}).s("Route53RecoveryReadiness", "TagResource", {}).n("Route53RecoveryReadinessClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
2001
|
+
static {
|
|
2002
|
+
__name(this, "TagResourceCommand");
|
|
2003
|
+
}
|
|
1957
2004
|
};
|
|
1958
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
1959
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
1960
2005
|
|
|
1961
2006
|
// src/commands/UntagResourceCommand.ts
|
|
1962
2007
|
|
|
1963
2008
|
|
|
1964
2009
|
|
|
1965
|
-
var
|
|
2010
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1966
2011
|
return [
|
|
1967
2012
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1968
2013
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1969
2014
|
];
|
|
1970
2015
|
}).s("Route53RecoveryReadiness", "UntagResource", {}).n("Route53RecoveryReadinessClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
2016
|
+
static {
|
|
2017
|
+
__name(this, "UntagResourceCommand");
|
|
2018
|
+
}
|
|
1971
2019
|
};
|
|
1972
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
1973
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
1974
2020
|
|
|
1975
2021
|
// src/commands/UpdateCellCommand.ts
|
|
1976
2022
|
|
|
1977
2023
|
|
|
1978
2024
|
|
|
1979
|
-
var
|
|
2025
|
+
var UpdateCellCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1980
2026
|
return [
|
|
1981
2027
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1982
2028
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1983
2029
|
];
|
|
1984
2030
|
}).s("Route53RecoveryReadiness", "UpdateCell", {}).n("Route53RecoveryReadinessClient", "UpdateCellCommand").f(void 0, void 0).ser(se_UpdateCellCommand).de(de_UpdateCellCommand).build() {
|
|
2031
|
+
static {
|
|
2032
|
+
__name(this, "UpdateCellCommand");
|
|
2033
|
+
}
|
|
1985
2034
|
};
|
|
1986
|
-
__name(_UpdateCellCommand, "UpdateCellCommand");
|
|
1987
|
-
var UpdateCellCommand = _UpdateCellCommand;
|
|
1988
2035
|
|
|
1989
2036
|
// src/commands/UpdateReadinessCheckCommand.ts
|
|
1990
2037
|
|
|
1991
2038
|
|
|
1992
2039
|
|
|
1993
|
-
var
|
|
2040
|
+
var UpdateReadinessCheckCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1994
2041
|
return [
|
|
1995
2042
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1996
2043
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1997
2044
|
];
|
|
1998
2045
|
}).s("Route53RecoveryReadiness", "UpdateReadinessCheck", {}).n("Route53RecoveryReadinessClient", "UpdateReadinessCheckCommand").f(void 0, void 0).ser(se_UpdateReadinessCheckCommand).de(de_UpdateReadinessCheckCommand).build() {
|
|
2046
|
+
static {
|
|
2047
|
+
__name(this, "UpdateReadinessCheckCommand");
|
|
2048
|
+
}
|
|
1999
2049
|
};
|
|
2000
|
-
__name(_UpdateReadinessCheckCommand, "UpdateReadinessCheckCommand");
|
|
2001
|
-
var UpdateReadinessCheckCommand = _UpdateReadinessCheckCommand;
|
|
2002
2050
|
|
|
2003
2051
|
// src/commands/UpdateRecoveryGroupCommand.ts
|
|
2004
2052
|
|
|
2005
2053
|
|
|
2006
2054
|
|
|
2007
|
-
var
|
|
2055
|
+
var UpdateRecoveryGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2008
2056
|
return [
|
|
2009
2057
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2010
2058
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2011
2059
|
];
|
|
2012
2060
|
}).s("Route53RecoveryReadiness", "UpdateRecoveryGroup", {}).n("Route53RecoveryReadinessClient", "UpdateRecoveryGroupCommand").f(void 0, void 0).ser(se_UpdateRecoveryGroupCommand).de(de_UpdateRecoveryGroupCommand).build() {
|
|
2061
|
+
static {
|
|
2062
|
+
__name(this, "UpdateRecoveryGroupCommand");
|
|
2063
|
+
}
|
|
2013
2064
|
};
|
|
2014
|
-
__name(_UpdateRecoveryGroupCommand, "UpdateRecoveryGroupCommand");
|
|
2015
|
-
var UpdateRecoveryGroupCommand = _UpdateRecoveryGroupCommand;
|
|
2016
2065
|
|
|
2017
2066
|
// src/commands/UpdateResourceSetCommand.ts
|
|
2018
2067
|
|
|
2019
2068
|
|
|
2020
2069
|
|
|
2021
|
-
var
|
|
2070
|
+
var UpdateResourceSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2022
2071
|
return [
|
|
2023
2072
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2024
2073
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2025
2074
|
];
|
|
2026
2075
|
}).s("Route53RecoveryReadiness", "UpdateResourceSet", {}).n("Route53RecoveryReadinessClient", "UpdateResourceSetCommand").f(void 0, void 0).ser(se_UpdateResourceSetCommand).de(de_UpdateResourceSetCommand).build() {
|
|
2076
|
+
static {
|
|
2077
|
+
__name(this, "UpdateResourceSetCommand");
|
|
2078
|
+
}
|
|
2027
2079
|
};
|
|
2028
|
-
__name(_UpdateResourceSetCommand, "UpdateResourceSetCommand");
|
|
2029
|
-
var UpdateResourceSetCommand = _UpdateResourceSetCommand;
|
|
2030
2080
|
|
|
2031
2081
|
// src/Route53RecoveryReadiness.ts
|
|
2032
2082
|
var commands = {
|
|
@@ -2063,10 +2113,11 @@ var commands = {
|
|
|
2063
2113
|
UpdateRecoveryGroupCommand,
|
|
2064
2114
|
UpdateResourceSetCommand
|
|
2065
2115
|
};
|
|
2066
|
-
var
|
|
2116
|
+
var Route53RecoveryReadiness = class extends Route53RecoveryReadinessClient {
|
|
2117
|
+
static {
|
|
2118
|
+
__name(this, "Route53RecoveryReadiness");
|
|
2119
|
+
}
|
|
2067
2120
|
};
|
|
2068
|
-
__name(_Route53RecoveryReadiness, "Route53RecoveryReadiness");
|
|
2069
|
-
var Route53RecoveryReadiness = _Route53RecoveryReadiness;
|
|
2070
2121
|
(0, import_smithy_client.createAggregatedClient)(commands, Route53RecoveryReadiness);
|
|
2071
2122
|
|
|
2072
2123
|
// src/pagination/GetCellReadinessSummaryPaginator.ts
|
|
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
|
14
14
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
15
15
|
export { __Client };
|
|
16
16
|
export class Route53RecoveryReadinessClient extends __Client {
|
|
17
|
+
config;
|
|
17
18
|
constructor(...[configuration]) {
|
|
18
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
19
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -6,79 +6,85 @@ export const Readiness = {
|
|
|
6
6
|
UNKNOWN: "UNKNOWN",
|
|
7
7
|
};
|
|
8
8
|
export class AccessDeniedException extends __BaseException {
|
|
9
|
+
name = "AccessDeniedException";
|
|
10
|
+
$fault = "client";
|
|
11
|
+
Message;
|
|
9
12
|
constructor(opts) {
|
|
10
13
|
super({
|
|
11
14
|
name: "AccessDeniedException",
|
|
12
15
|
$fault: "client",
|
|
13
16
|
...opts,
|
|
14
17
|
});
|
|
15
|
-
this.name = "AccessDeniedException";
|
|
16
|
-
this.$fault = "client";
|
|
17
18
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
18
19
|
this.Message = opts.Message;
|
|
19
20
|
}
|
|
20
21
|
}
|
|
21
22
|
export class ConflictException extends __BaseException {
|
|
23
|
+
name = "ConflictException";
|
|
24
|
+
$fault = "client";
|
|
25
|
+
Message;
|
|
22
26
|
constructor(opts) {
|
|
23
27
|
super({
|
|
24
28
|
name: "ConflictException",
|
|
25
29
|
$fault: "client",
|
|
26
30
|
...opts,
|
|
27
31
|
});
|
|
28
|
-
this.name = "ConflictException";
|
|
29
|
-
this.$fault = "client";
|
|
30
32
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
31
33
|
this.Message = opts.Message;
|
|
32
34
|
}
|
|
33
35
|
}
|
|
34
36
|
export class InternalServerException extends __BaseException {
|
|
37
|
+
name = "InternalServerException";
|
|
38
|
+
$fault = "server";
|
|
39
|
+
Message;
|
|
35
40
|
constructor(opts) {
|
|
36
41
|
super({
|
|
37
42
|
name: "InternalServerException",
|
|
38
43
|
$fault: "server",
|
|
39
44
|
...opts,
|
|
40
45
|
});
|
|
41
|
-
this.name = "InternalServerException";
|
|
42
|
-
this.$fault = "server";
|
|
43
46
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
44
47
|
this.Message = opts.Message;
|
|
45
48
|
}
|
|
46
49
|
}
|
|
47
50
|
export class ThrottlingException extends __BaseException {
|
|
51
|
+
name = "ThrottlingException";
|
|
52
|
+
$fault = "client";
|
|
53
|
+
Message;
|
|
48
54
|
constructor(opts) {
|
|
49
55
|
super({
|
|
50
56
|
name: "ThrottlingException",
|
|
51
57
|
$fault: "client",
|
|
52
58
|
...opts,
|
|
53
59
|
});
|
|
54
|
-
this.name = "ThrottlingException";
|
|
55
|
-
this.$fault = "client";
|
|
56
60
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
57
61
|
this.Message = opts.Message;
|
|
58
62
|
}
|
|
59
63
|
}
|
|
60
64
|
export class ValidationException extends __BaseException {
|
|
65
|
+
name = "ValidationException";
|
|
66
|
+
$fault = "client";
|
|
67
|
+
Message;
|
|
61
68
|
constructor(opts) {
|
|
62
69
|
super({
|
|
63
70
|
name: "ValidationException",
|
|
64
71
|
$fault: "client",
|
|
65
72
|
...opts,
|
|
66
73
|
});
|
|
67
|
-
this.name = "ValidationException";
|
|
68
|
-
this.$fault = "client";
|
|
69
74
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
70
75
|
this.Message = opts.Message;
|
|
71
76
|
}
|
|
72
77
|
}
|
|
73
78
|
export class ResourceNotFoundException extends __BaseException {
|
|
79
|
+
name = "ResourceNotFoundException";
|
|
80
|
+
$fault = "client";
|
|
81
|
+
Message;
|
|
74
82
|
constructor(opts) {
|
|
75
83
|
super({
|
|
76
84
|
name: "ResourceNotFoundException",
|
|
77
85
|
$fault: "client",
|
|
78
86
|
...opts,
|
|
79
87
|
});
|
|
80
|
-
this.name = "ResourceNotFoundException";
|
|
81
|
-
this.$fault = "client";
|
|
82
88
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
83
89
|
this.Message = opts.Message;
|
|
84
90
|
}
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: Route53RecoveryReadinessClientCo
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: Route53RecoveryReadinessClientCo
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: Route53RecoveryReadinessClientCo
|
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string | undefined;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: Route53RecoveryReadinessClientCo
|
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
32
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
33
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
-
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
35
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
|
@@ -8,9 +8,11 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider:
|
|
12
|
-
input: any
|
|
13
|
-
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
_: unknown
|
|
15
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
16
|
defaultUserAgentProvider: (
|
|
15
17
|
config?:
|
|
16
18
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
@@ -8,13 +8,15 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
init?:
|
|
15
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
16
|
+
| undefined
|
|
17
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
18
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
19
|
+
>);
|
|
18
20
|
defaultUserAgentProvider: (
|
|
19
21
|
config?:
|
|
20
22
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
@@ -30,9 +30,11 @@ export declare const getRuntimeConfig: (
|
|
|
30
30
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
31
31
|
| undefined
|
|
32
32
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
33
|
-
credentialDefaultProvider:
|
|
34
|
-
input: any
|
|
35
|
-
|
|
33
|
+
credentialDefaultProvider:
|
|
34
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
35
|
+
| ((
|
|
36
|
+
_: unknown
|
|
37
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
36
38
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
37
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
40
|
logger: import("@smithy/types").Logger;
|
|
@@ -52,11 +54,21 @@ export declare const getRuntimeConfig: (
|
|
|
52
54
|
| import("@smithy/types").RetryStrategyV2
|
|
53
55
|
| undefined;
|
|
54
56
|
endpoint?:
|
|
55
|
-
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
| ((
|
|
58
|
+
| string
|
|
59
|
+
| import("@smithy/types").Endpoint
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
61
|
+
| import("@smithy/types").EndpointV2
|
|
62
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
63
|
+
) &
|
|
64
|
+
(
|
|
65
|
+
| string
|
|
66
|
+
| import("@smithy/types").Provider<string>
|
|
67
|
+
| import("@smithy/types").Endpoint
|
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
69
|
+
| import("@smithy/types").EndpointV2
|
|
70
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
71
|
+
))
|
|
60
72
|
| undefined;
|
|
61
73
|
endpointProvider: (
|
|
62
74
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route53-recovery-readiness",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route53 Recovery Readiness Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.723.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-route53-recovery-readiness",
|
|
@@ -20,56 +20,56 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^
|
|
37
|
-
"@smithy/core": "^
|
|
38
|
-
"@smithy/fetch-http-handler": "^
|
|
39
|
-
"@smithy/hash-node": "^
|
|
40
|
-
"@smithy/invalid-dependency": "^
|
|
41
|
-
"@smithy/middleware-content-length": "^
|
|
42
|
-
"@smithy/middleware-endpoint": "^
|
|
43
|
-
"@smithy/middleware-retry": "^
|
|
44
|
-
"@smithy/middleware-serde": "^
|
|
45
|
-
"@smithy/middleware-stack": "^
|
|
46
|
-
"@smithy/node-config-provider": "^
|
|
47
|
-
"@smithy/node-http-handler": "^
|
|
48
|
-
"@smithy/protocol-http": "^
|
|
49
|
-
"@smithy/smithy-client": "^
|
|
50
|
-
"@smithy/types": "^
|
|
51
|
-
"@smithy/url-parser": "^
|
|
52
|
-
"@smithy/util-base64": "^
|
|
53
|
-
"@smithy/util-body-length-browser": "^
|
|
54
|
-
"@smithy/util-body-length-node": "^
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^
|
|
57
|
-
"@smithy/util-endpoints": "^
|
|
58
|
-
"@smithy/util-middleware": "^
|
|
59
|
-
"@smithy/util-retry": "^
|
|
60
|
-
"@smithy/util-utf8": "^
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.723.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.723.0",
|
|
25
|
+
"@aws-sdk/core": "3.723.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.723.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.723.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
|
32
|
+
"@aws-sdk/types": "3.723.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.723.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.723.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.0.0",
|
|
37
|
+
"@smithy/core": "^3.0.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
|
39
|
+
"@smithy/hash-node": "^4.0.0",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.0.0",
|
|
44
|
+
"@smithy/middleware-serde": "^4.0.0",
|
|
45
|
+
"@smithy/middleware-stack": "^4.0.0",
|
|
46
|
+
"@smithy/node-config-provider": "^4.0.0",
|
|
47
|
+
"@smithy/node-http-handler": "^4.0.0",
|
|
48
|
+
"@smithy/protocol-http": "^5.0.0",
|
|
49
|
+
"@smithy/smithy-client": "^4.0.0",
|
|
50
|
+
"@smithy/types": "^4.0.0",
|
|
51
|
+
"@smithy/url-parser": "^4.0.0",
|
|
52
|
+
"@smithy/util-base64": "^4.0.0",
|
|
53
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
|
57
|
+
"@smithy/util-endpoints": "^3.0.0",
|
|
58
|
+
"@smithy/util-middleware": "^4.0.0",
|
|
59
|
+
"@smithy/util-retry": "^4.0.0",
|
|
60
|
+
"@smithy/util-utf8": "^4.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@tsconfig/
|
|
65
|
-
"@types/node": "^
|
|
64
|
+
"@tsconfig/node18": "18.2.4",
|
|
65
|
+
"@types/node": "^18.19.69",
|
|
66
66
|
"concurrently": "7.0.0",
|
|
67
67
|
"downlevel-dts": "0.10.1",
|
|
68
68
|
"rimraf": "3.0.2",
|
|
69
|
-
"typescript": "~
|
|
69
|
+
"typescript": "~5.2.2"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
|
-
"node": ">=
|
|
72
|
+
"node": ">=18.0.0"
|
|
73
73
|
},
|
|
74
74
|
"typesVersions": {
|
|
75
75
|
"<4.0": {
|