@aws-sdk/client-route53-recovery-control-config 3.588.0 → 3.592.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 +0 -24
- package/dist-types/Route53RecoveryControlConfigClient.d.ts +4 -4
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateControlPanelCommand.d.ts +2 -1
- package/dist-types/commands/CreateRoutingControlCommand.d.ts +2 -1
- package/dist-types/commands/CreateSafetyRuleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteControlPanelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRoutingControlCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSafetyRuleCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -1
- package/dist-types/commands/DescribeControlPanelCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRoutingControlCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSafetyRuleCommand.d.ts +2 -1
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/ListAssociatedRoute53HealthChecksCommand.d.ts +2 -1
- package/dist-types/commands/ListClustersCommand.d.ts +2 -1
- package/dist-types/commands/ListControlPanelsCommand.d.ts +2 -1
- package/dist-types/commands/ListRoutingControlsCommand.d.ts +2 -1
- package/dist-types/commands/ListSafetyRulesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateControlPanelCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRoutingControlCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSafetyRuleCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/Route53RecoveryControlConfigServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Route53RecoveryControlConfigClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateControlPanelCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateRoutingControlCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateSafetyRuleCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteControlPanelCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteRoutingControlCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteSafetyRuleCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeControlPanelCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeRoutingControlCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeSafetyRuleCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAssociatedRoute53HealthChecksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListControlPanelsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRoutingControlsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSafetyRulesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateControlPanelCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateRoutingControlCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateSafetyRuleCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/Route53RecoveryControlConfigServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -228,7 +228,6 @@ var Route53RecoveryControlConfigClient = _Route53RecoveryControlConfigClient;
|
|
|
228
228
|
|
|
229
229
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
230
230
|
|
|
231
|
-
var import_types = require("@smithy/types");
|
|
232
231
|
|
|
233
232
|
// src/protocols/Aws_restJson1.ts
|
|
234
233
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1170,7 +1169,6 @@ var CreateClusterCommand = _CreateClusterCommand;
|
|
|
1170
1169
|
|
|
1171
1170
|
|
|
1172
1171
|
|
|
1173
|
-
|
|
1174
1172
|
var _CreateControlPanelCommand = class _CreateControlPanelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1175
1173
|
...commonParams
|
|
1176
1174
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1187,7 +1185,6 @@ var CreateControlPanelCommand = _CreateControlPanelCommand;
|
|
|
1187
1185
|
|
|
1188
1186
|
|
|
1189
1187
|
|
|
1190
|
-
|
|
1191
1188
|
var _CreateRoutingControlCommand = class _CreateRoutingControlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1192
1189
|
...commonParams
|
|
1193
1190
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1204,7 +1201,6 @@ var CreateRoutingControlCommand = _CreateRoutingControlCommand;
|
|
|
1204
1201
|
|
|
1205
1202
|
|
|
1206
1203
|
|
|
1207
|
-
|
|
1208
1204
|
var _CreateSafetyRuleCommand = class _CreateSafetyRuleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1209
1205
|
...commonParams
|
|
1210
1206
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1221,7 +1217,6 @@ var CreateSafetyRuleCommand = _CreateSafetyRuleCommand;
|
|
|
1221
1217
|
|
|
1222
1218
|
|
|
1223
1219
|
|
|
1224
|
-
|
|
1225
1220
|
var _DeleteClusterCommand = class _DeleteClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1226
1221
|
...commonParams
|
|
1227
1222
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1238,7 +1233,6 @@ var DeleteClusterCommand = _DeleteClusterCommand;
|
|
|
1238
1233
|
|
|
1239
1234
|
|
|
1240
1235
|
|
|
1241
|
-
|
|
1242
1236
|
var _DeleteControlPanelCommand = class _DeleteControlPanelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1243
1237
|
...commonParams
|
|
1244
1238
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1255,7 +1249,6 @@ var DeleteControlPanelCommand = _DeleteControlPanelCommand;
|
|
|
1255
1249
|
|
|
1256
1250
|
|
|
1257
1251
|
|
|
1258
|
-
|
|
1259
1252
|
var _DeleteRoutingControlCommand = class _DeleteRoutingControlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1260
1253
|
...commonParams
|
|
1261
1254
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1272,7 +1265,6 @@ var DeleteRoutingControlCommand = _DeleteRoutingControlCommand;
|
|
|
1272
1265
|
|
|
1273
1266
|
|
|
1274
1267
|
|
|
1275
|
-
|
|
1276
1268
|
var _DeleteSafetyRuleCommand = class _DeleteSafetyRuleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1277
1269
|
...commonParams
|
|
1278
1270
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1289,7 +1281,6 @@ var DeleteSafetyRuleCommand = _DeleteSafetyRuleCommand;
|
|
|
1289
1281
|
|
|
1290
1282
|
|
|
1291
1283
|
|
|
1292
|
-
|
|
1293
1284
|
var _DescribeClusterCommand = class _DescribeClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1294
1285
|
...commonParams
|
|
1295
1286
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1306,7 +1297,6 @@ var DescribeClusterCommand = _DescribeClusterCommand;
|
|
|
1306
1297
|
|
|
1307
1298
|
|
|
1308
1299
|
|
|
1309
|
-
|
|
1310
1300
|
var _DescribeControlPanelCommand = class _DescribeControlPanelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1311
1301
|
...commonParams
|
|
1312
1302
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1323,7 +1313,6 @@ var DescribeControlPanelCommand = _DescribeControlPanelCommand;
|
|
|
1323
1313
|
|
|
1324
1314
|
|
|
1325
1315
|
|
|
1326
|
-
|
|
1327
1316
|
var _DescribeRoutingControlCommand = class _DescribeRoutingControlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1328
1317
|
...commonParams
|
|
1329
1318
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1340,7 +1329,6 @@ var DescribeRoutingControlCommand = _DescribeRoutingControlCommand;
|
|
|
1340
1329
|
|
|
1341
1330
|
|
|
1342
1331
|
|
|
1343
|
-
|
|
1344
1332
|
var _DescribeSafetyRuleCommand = class _DescribeSafetyRuleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1345
1333
|
...commonParams
|
|
1346
1334
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1357,7 +1345,6 @@ var DescribeSafetyRuleCommand = _DescribeSafetyRuleCommand;
|
|
|
1357
1345
|
|
|
1358
1346
|
|
|
1359
1347
|
|
|
1360
|
-
|
|
1361
1348
|
var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1362
1349
|
...commonParams
|
|
1363
1350
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1374,7 +1361,6 @@ var GetResourcePolicyCommand = _GetResourcePolicyCommand;
|
|
|
1374
1361
|
|
|
1375
1362
|
|
|
1376
1363
|
|
|
1377
|
-
|
|
1378
1364
|
var _ListAssociatedRoute53HealthChecksCommand = class _ListAssociatedRoute53HealthChecksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1379
1365
|
...commonParams
|
|
1380
1366
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1391,7 +1377,6 @@ var ListAssociatedRoute53HealthChecksCommand = _ListAssociatedRoute53HealthCheck
|
|
|
1391
1377
|
|
|
1392
1378
|
|
|
1393
1379
|
|
|
1394
|
-
|
|
1395
1380
|
var _ListClustersCommand = class _ListClustersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1396
1381
|
...commonParams
|
|
1397
1382
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1408,7 +1393,6 @@ var ListClustersCommand = _ListClustersCommand;
|
|
|
1408
1393
|
|
|
1409
1394
|
|
|
1410
1395
|
|
|
1411
|
-
|
|
1412
1396
|
var _ListControlPanelsCommand = class _ListControlPanelsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1413
1397
|
...commonParams
|
|
1414
1398
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1425,7 +1409,6 @@ var ListControlPanelsCommand = _ListControlPanelsCommand;
|
|
|
1425
1409
|
|
|
1426
1410
|
|
|
1427
1411
|
|
|
1428
|
-
|
|
1429
1412
|
var _ListRoutingControlsCommand = class _ListRoutingControlsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1430
1413
|
...commonParams
|
|
1431
1414
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1442,7 +1425,6 @@ var ListRoutingControlsCommand = _ListRoutingControlsCommand;
|
|
|
1442
1425
|
|
|
1443
1426
|
|
|
1444
1427
|
|
|
1445
|
-
|
|
1446
1428
|
var _ListSafetyRulesCommand = class _ListSafetyRulesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1447
1429
|
...commonParams
|
|
1448
1430
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1459,7 +1441,6 @@ var ListSafetyRulesCommand = _ListSafetyRulesCommand;
|
|
|
1459
1441
|
|
|
1460
1442
|
|
|
1461
1443
|
|
|
1462
|
-
|
|
1463
1444
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1464
1445
|
...commonParams
|
|
1465
1446
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1476,7 +1457,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1476
1457
|
|
|
1477
1458
|
|
|
1478
1459
|
|
|
1479
|
-
|
|
1480
1460
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1481
1461
|
...commonParams
|
|
1482
1462
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1493,7 +1473,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1493
1473
|
|
|
1494
1474
|
|
|
1495
1475
|
|
|
1496
|
-
|
|
1497
1476
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1498
1477
|
...commonParams
|
|
1499
1478
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1510,7 +1489,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1510
1489
|
|
|
1511
1490
|
|
|
1512
1491
|
|
|
1513
|
-
|
|
1514
1492
|
var _UpdateControlPanelCommand = class _UpdateControlPanelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1515
1493
|
...commonParams
|
|
1516
1494
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1527,7 +1505,6 @@ var UpdateControlPanelCommand = _UpdateControlPanelCommand;
|
|
|
1527
1505
|
|
|
1528
1506
|
|
|
1529
1507
|
|
|
1530
|
-
|
|
1531
1508
|
var _UpdateRoutingControlCommand = class _UpdateRoutingControlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1532
1509
|
...commonParams
|
|
1533
1510
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1544,7 +1521,6 @@ var UpdateRoutingControlCommand = _UpdateRoutingControlCommand;
|
|
|
1544
1521
|
|
|
1545
1522
|
|
|
1546
1523
|
|
|
1547
|
-
|
|
1548
1524
|
var _UpdateSafetyRuleCommand = class _UpdateSafetyRuleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1549
1525
|
...commonParams
|
|
1550
1526
|
}).m(function(Command, cs, config, o) {
|
|
@@ -114,15 +114,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
114
114
|
* Enables FIPS compatible endpoints.
|
|
115
115
|
*/
|
|
116
116
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
117
|
+
/**
|
|
118
|
+
* The AWS region to which this client will send requests
|
|
119
|
+
*/
|
|
120
|
+
region?: string | __Provider<string>;
|
|
117
121
|
/**
|
|
118
122
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
119
123
|
* @internal
|
|
120
124
|
*/
|
|
121
125
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
122
|
-
/**
|
|
123
|
-
* The AWS region to which this client will send requests
|
|
124
|
-
*/
|
|
125
|
-
region?: string | __Provider<string>;
|
|
126
126
|
/**
|
|
127
127
|
* Default credentials provider; Not available in browser runtime.
|
|
128
128
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
export * from "./Route53RecoveryControlConfigClient";
|
|
7
7
|
export * from "./Route53RecoveryControlConfig";
|
|
8
8
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
10
|
-
export { Route53RecoveryControlConfigExtensionConfiguration } from "./extensionConfiguration";
|
|
9
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
|
+
export type { Route53RecoveryControlConfigExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
12
|
export * from "./pagination";
|
|
13
13
|
export * from "./waiters";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: Route53RecoveryControlConfigClie
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -214,8 +214,8 @@ export interface ClientDefaults
|
|
|
214
214
|
serviceId?: string;
|
|
215
215
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
216
216
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
217
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
218
217
|
region?: string | __Provider<string>;
|
|
218
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
219
219
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
220
220
|
maxAttempts?: number | __Provider<number>;
|
|
221
221
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateClusterCommandInput extends CreateClusterRequest {}
|
|
14
15
|
export interface CreateClusterCommandOutput
|
|
15
16
|
extends CreateClusterResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateControlPanelCommandInput
|
|
14
15
|
extends CreateControlPanelRequest {}
|
|
15
16
|
export interface CreateControlPanelCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateRoutingControlCommandInput
|
|
14
15
|
extends CreateRoutingControlRequest {}
|
|
15
16
|
export interface CreateRoutingControlCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateSafetyRuleCommandInput extends CreateSafetyRuleRequest {}
|
|
14
15
|
export interface CreateSafetyRuleCommandOutput
|
|
15
16
|
extends CreateSafetyRuleResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
|
|
14
15
|
export interface DeleteClusterCommandOutput
|
|
15
16
|
extends DeleteClusterResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteControlPanelCommandInput
|
|
14
15
|
extends DeleteControlPanelRequest {}
|
|
15
16
|
export interface DeleteControlPanelCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteRoutingControlCommandInput
|
|
14
15
|
extends DeleteRoutingControlRequest {}
|
|
15
16
|
export interface DeleteRoutingControlCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteSafetyRuleCommandInput extends DeleteSafetyRuleRequest {}
|
|
14
15
|
export interface DeleteSafetyRuleCommandOutput
|
|
15
16
|
extends DeleteSafetyRuleResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeClusterCommandInput extends DescribeClusterRequest {}
|
|
14
15
|
export interface DescribeClusterCommandOutput
|
|
15
16
|
extends DescribeClusterResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeControlPanelCommandInput
|
|
14
15
|
extends DescribeControlPanelRequest {}
|
|
15
16
|
export interface DescribeControlPanelCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeRoutingControlCommandInput
|
|
14
15
|
extends DescribeRoutingControlRequest {}
|
|
15
16
|
export interface DescribeRoutingControlCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeSafetyRuleCommandInput
|
|
14
15
|
extends DescribeSafetyRuleRequest {}
|
|
15
16
|
export interface DescribeSafetyRuleCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetResourcePolicyCommandInput
|
|
14
15
|
extends GetResourcePolicyRequest {}
|
|
15
16
|
export interface GetResourcePolicyCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListAssociatedRoute53HealthChecksCommandInput
|
|
14
15
|
extends ListAssociatedRoute53HealthChecksRequest {}
|
|
15
16
|
export interface ListAssociatedRoute53HealthChecksCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../Route53RecoveryControlConfigClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListClustersCommandInput extends ListClustersRequest {}
|
|
11
12
|
export interface ListClustersCommandOutput
|
|
12
13
|
extends ListClustersResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListControlPanelsCommandInput
|
|
14
15
|
extends ListControlPanelsRequest {}
|
|
15
16
|
export interface ListControlPanelsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListRoutingControlsCommandInput
|
|
14
15
|
extends ListRoutingControlsRequest {}
|
|
15
16
|
export interface ListRoutingControlsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListSafetyRulesCommandInput extends ListSafetyRulesRequest {}
|
|
14
15
|
export interface ListSafetyRulesCommandOutput
|
|
15
16
|
extends ListSafetyRulesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../Route53RecoveryControlConfigClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateControlPanelCommandInput
|
|
14
15
|
extends UpdateControlPanelRequest {}
|
|
15
16
|
export interface UpdateControlPanelCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateRoutingControlCommandInput
|
|
14
15
|
extends UpdateRoutingControlRequest {}
|
|
15
16
|
export interface UpdateRoutingControlCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../Route53RecoveryControlConfigClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateSafetyRuleCommandInput extends UpdateSafetyRuleRequest {}
|
|
14
15
|
export interface UpdateSafetyRuleCommandOutput
|
|
15
16
|
extends UpdateSafetyRuleResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class Route53RecoveryControlConfigServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -22,10 +22,10 @@ export declare const getRuntimeConfig: (
|
|
|
22
22
|
serviceId: string;
|
|
23
23
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
24
24
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
25
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
25
26
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
26
27
|
import("@smithy/types").UserAgent
|
|
27
28
|
>;
|
|
28
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
29
29
|
credentialDefaultProvider: (
|
|
30
30
|
input: any
|
|
31
31
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route53-recovery-control-config",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route53 Recovery Control Config Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.592.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-control-config",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.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.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|