@aws-sdk/client-route53-recovery-control-config 3.649.0 → 3.651.1

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.
Files changed (26) hide show
  1. package/dist-cjs/index.js +24 -72
  2. package/dist-es/commands/CreateClusterCommand.js +1 -3
  3. package/dist-es/commands/CreateControlPanelCommand.js +1 -3
  4. package/dist-es/commands/CreateRoutingControlCommand.js +1 -3
  5. package/dist-es/commands/CreateSafetyRuleCommand.js +1 -3
  6. package/dist-es/commands/DeleteClusterCommand.js +1 -3
  7. package/dist-es/commands/DeleteControlPanelCommand.js +1 -3
  8. package/dist-es/commands/DeleteRoutingControlCommand.js +1 -3
  9. package/dist-es/commands/DeleteSafetyRuleCommand.js +1 -3
  10. package/dist-es/commands/DescribeClusterCommand.js +1 -3
  11. package/dist-es/commands/DescribeControlPanelCommand.js +1 -3
  12. package/dist-es/commands/DescribeRoutingControlCommand.js +1 -3
  13. package/dist-es/commands/DescribeSafetyRuleCommand.js +1 -3
  14. package/dist-es/commands/GetResourcePolicyCommand.js +1 -3
  15. package/dist-es/commands/ListAssociatedRoute53HealthChecksCommand.js +1 -3
  16. package/dist-es/commands/ListClustersCommand.js +1 -3
  17. package/dist-es/commands/ListControlPanelsCommand.js +1 -3
  18. package/dist-es/commands/ListRoutingControlsCommand.js +1 -3
  19. package/dist-es/commands/ListSafetyRulesCommand.js +1 -3
  20. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  21. package/dist-es/commands/TagResourceCommand.js +1 -3
  22. package/dist-es/commands/UntagResourceCommand.js +1 -3
  23. package/dist-es/commands/UpdateControlPanelCommand.js +1 -3
  24. package/dist-es/commands/UpdateRoutingControlCommand.js +1 -3
  25. package/dist-es/commands/UpdateSafetyRuleCommand.js +1 -3
  26. package/package.json +5 -5
package/dist-cjs/index.js CHANGED
@@ -1147,9 +1147,7 @@ var _NT = "NextToken";
1147
1147
  var _TK = "TagKeys";
1148
1148
 
1149
1149
  // src/commands/CreateClusterCommand.ts
1150
- var _CreateClusterCommand = class _CreateClusterCommand extends import_smithy_client.Command.classBuilder().ep({
1151
- ...commonParams
1152
- }).m(function(Command, cs, config, o) {
1150
+ var _CreateClusterCommand = class _CreateClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1153
1151
  return [
1154
1152
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1155
1153
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1163,9 +1161,7 @@ var CreateClusterCommand = _CreateClusterCommand;
1163
1161
 
1164
1162
 
1165
1163
 
1166
- var _CreateControlPanelCommand = class _CreateControlPanelCommand extends import_smithy_client.Command.classBuilder().ep({
1167
- ...commonParams
1168
- }).m(function(Command, cs, config, o) {
1164
+ var _CreateControlPanelCommand = class _CreateControlPanelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1169
1165
  return [
1170
1166
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1171
1167
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1179,9 +1175,7 @@ var CreateControlPanelCommand = _CreateControlPanelCommand;
1179
1175
 
1180
1176
 
1181
1177
 
1182
- var _CreateRoutingControlCommand = class _CreateRoutingControlCommand extends import_smithy_client.Command.classBuilder().ep({
1183
- ...commonParams
1184
- }).m(function(Command, cs, config, o) {
1178
+ var _CreateRoutingControlCommand = class _CreateRoutingControlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1185
1179
  return [
1186
1180
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1187
1181
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1195,9 +1189,7 @@ var CreateRoutingControlCommand = _CreateRoutingControlCommand;
1195
1189
 
1196
1190
 
1197
1191
 
1198
- var _CreateSafetyRuleCommand = class _CreateSafetyRuleCommand extends import_smithy_client.Command.classBuilder().ep({
1199
- ...commonParams
1200
- }).m(function(Command, cs, config, o) {
1192
+ var _CreateSafetyRuleCommand = class _CreateSafetyRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1201
1193
  return [
1202
1194
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1203
1195
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1211,9 +1203,7 @@ var CreateSafetyRuleCommand = _CreateSafetyRuleCommand;
1211
1203
 
1212
1204
 
1213
1205
 
1214
- var _DeleteClusterCommand = class _DeleteClusterCommand extends import_smithy_client.Command.classBuilder().ep({
1215
- ...commonParams
1216
- }).m(function(Command, cs, config, o) {
1206
+ var _DeleteClusterCommand = class _DeleteClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1217
1207
  return [
1218
1208
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1219
1209
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1227,9 +1217,7 @@ var DeleteClusterCommand = _DeleteClusterCommand;
1227
1217
 
1228
1218
 
1229
1219
 
1230
- var _DeleteControlPanelCommand = class _DeleteControlPanelCommand extends import_smithy_client.Command.classBuilder().ep({
1231
- ...commonParams
1232
- }).m(function(Command, cs, config, o) {
1220
+ var _DeleteControlPanelCommand = class _DeleteControlPanelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1233
1221
  return [
1234
1222
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1235
1223
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1243,9 +1231,7 @@ var DeleteControlPanelCommand = _DeleteControlPanelCommand;
1243
1231
 
1244
1232
 
1245
1233
 
1246
- var _DeleteRoutingControlCommand = class _DeleteRoutingControlCommand extends import_smithy_client.Command.classBuilder().ep({
1247
- ...commonParams
1248
- }).m(function(Command, cs, config, o) {
1234
+ var _DeleteRoutingControlCommand = class _DeleteRoutingControlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1249
1235
  return [
1250
1236
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1251
1237
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1259,9 +1245,7 @@ var DeleteRoutingControlCommand = _DeleteRoutingControlCommand;
1259
1245
 
1260
1246
 
1261
1247
 
1262
- var _DeleteSafetyRuleCommand = class _DeleteSafetyRuleCommand extends import_smithy_client.Command.classBuilder().ep({
1263
- ...commonParams
1264
- }).m(function(Command, cs, config, o) {
1248
+ var _DeleteSafetyRuleCommand = class _DeleteSafetyRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1265
1249
  return [
1266
1250
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1267
1251
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1275,9 +1259,7 @@ var DeleteSafetyRuleCommand = _DeleteSafetyRuleCommand;
1275
1259
 
1276
1260
 
1277
1261
 
1278
- var _DescribeClusterCommand = class _DescribeClusterCommand extends import_smithy_client.Command.classBuilder().ep({
1279
- ...commonParams
1280
- }).m(function(Command, cs, config, o) {
1262
+ var _DescribeClusterCommand = class _DescribeClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1281
1263
  return [
1282
1264
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1283
1265
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1291,9 +1273,7 @@ var DescribeClusterCommand = _DescribeClusterCommand;
1291
1273
 
1292
1274
 
1293
1275
 
1294
- var _DescribeControlPanelCommand = class _DescribeControlPanelCommand extends import_smithy_client.Command.classBuilder().ep({
1295
- ...commonParams
1296
- }).m(function(Command, cs, config, o) {
1276
+ var _DescribeControlPanelCommand = class _DescribeControlPanelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1297
1277
  return [
1298
1278
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1299
1279
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1307,9 +1287,7 @@ var DescribeControlPanelCommand = _DescribeControlPanelCommand;
1307
1287
 
1308
1288
 
1309
1289
 
1310
- var _DescribeRoutingControlCommand = class _DescribeRoutingControlCommand extends import_smithy_client.Command.classBuilder().ep({
1311
- ...commonParams
1312
- }).m(function(Command, cs, config, o) {
1290
+ var _DescribeRoutingControlCommand = class _DescribeRoutingControlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1313
1291
  return [
1314
1292
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1315
1293
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1323,9 +1301,7 @@ var DescribeRoutingControlCommand = _DescribeRoutingControlCommand;
1323
1301
 
1324
1302
 
1325
1303
 
1326
- var _DescribeSafetyRuleCommand = class _DescribeSafetyRuleCommand extends import_smithy_client.Command.classBuilder().ep({
1327
- ...commonParams
1328
- }).m(function(Command, cs, config, o) {
1304
+ var _DescribeSafetyRuleCommand = class _DescribeSafetyRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1329
1305
  return [
1330
1306
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1331
1307
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1339,9 +1315,7 @@ var DescribeSafetyRuleCommand = _DescribeSafetyRuleCommand;
1339
1315
 
1340
1316
 
1341
1317
 
1342
- var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1343
- ...commonParams
1344
- }).m(function(Command, cs, config, o) {
1318
+ var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1345
1319
  return [
1346
1320
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1347
1321
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1355,9 +1329,7 @@ var GetResourcePolicyCommand = _GetResourcePolicyCommand;
1355
1329
 
1356
1330
 
1357
1331
 
1358
- var _ListAssociatedRoute53HealthChecksCommand = class _ListAssociatedRoute53HealthChecksCommand extends import_smithy_client.Command.classBuilder().ep({
1359
- ...commonParams
1360
- }).m(function(Command, cs, config, o) {
1332
+ var _ListAssociatedRoute53HealthChecksCommand = class _ListAssociatedRoute53HealthChecksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1361
1333
  return [
1362
1334
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1363
1335
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1371,9 +1343,7 @@ var ListAssociatedRoute53HealthChecksCommand = _ListAssociatedRoute53HealthCheck
1371
1343
 
1372
1344
 
1373
1345
 
1374
- var _ListClustersCommand = class _ListClustersCommand extends import_smithy_client.Command.classBuilder().ep({
1375
- ...commonParams
1376
- }).m(function(Command, cs, config, o) {
1346
+ var _ListClustersCommand = class _ListClustersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1377
1347
  return [
1378
1348
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1379
1349
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1387,9 +1357,7 @@ var ListClustersCommand = _ListClustersCommand;
1387
1357
 
1388
1358
 
1389
1359
 
1390
- var _ListControlPanelsCommand = class _ListControlPanelsCommand extends import_smithy_client.Command.classBuilder().ep({
1391
- ...commonParams
1392
- }).m(function(Command, cs, config, o) {
1360
+ var _ListControlPanelsCommand = class _ListControlPanelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1393
1361
  return [
1394
1362
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1395
1363
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1403,9 +1371,7 @@ var ListControlPanelsCommand = _ListControlPanelsCommand;
1403
1371
 
1404
1372
 
1405
1373
 
1406
- var _ListRoutingControlsCommand = class _ListRoutingControlsCommand extends import_smithy_client.Command.classBuilder().ep({
1407
- ...commonParams
1408
- }).m(function(Command, cs, config, o) {
1374
+ var _ListRoutingControlsCommand = class _ListRoutingControlsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1409
1375
  return [
1410
1376
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1411
1377
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1419,9 +1385,7 @@ var ListRoutingControlsCommand = _ListRoutingControlsCommand;
1419
1385
 
1420
1386
 
1421
1387
 
1422
- var _ListSafetyRulesCommand = class _ListSafetyRulesCommand extends import_smithy_client.Command.classBuilder().ep({
1423
- ...commonParams
1424
- }).m(function(Command, cs, config, o) {
1388
+ var _ListSafetyRulesCommand = class _ListSafetyRulesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1425
1389
  return [
1426
1390
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1427
1391
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1435,9 +1399,7 @@ var ListSafetyRulesCommand = _ListSafetyRulesCommand;
1435
1399
 
1436
1400
 
1437
1401
 
1438
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1439
- ...commonParams
1440
- }).m(function(Command, cs, config, o) {
1402
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1441
1403
  return [
1442
1404
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1443
1405
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1451,9 +1413,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1451
1413
 
1452
1414
 
1453
1415
 
1454
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1455
- ...commonParams
1456
- }).m(function(Command, cs, config, o) {
1416
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1457
1417
  return [
1458
1418
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1459
1419
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1467,9 +1427,7 @@ var TagResourceCommand = _TagResourceCommand;
1467
1427
 
1468
1428
 
1469
1429
 
1470
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1471
- ...commonParams
1472
- }).m(function(Command, cs, config, o) {
1430
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1473
1431
  return [
1474
1432
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1475
1433
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1483,9 +1441,7 @@ var UntagResourceCommand = _UntagResourceCommand;
1483
1441
 
1484
1442
 
1485
1443
 
1486
- var _UpdateControlPanelCommand = class _UpdateControlPanelCommand extends import_smithy_client.Command.classBuilder().ep({
1487
- ...commonParams
1488
- }).m(function(Command, cs, config, o) {
1444
+ var _UpdateControlPanelCommand = class _UpdateControlPanelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1489
1445
  return [
1490
1446
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1491
1447
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1499,9 +1455,7 @@ var UpdateControlPanelCommand = _UpdateControlPanelCommand;
1499
1455
 
1500
1456
 
1501
1457
 
1502
- var _UpdateRoutingControlCommand = class _UpdateRoutingControlCommand extends import_smithy_client.Command.classBuilder().ep({
1503
- ...commonParams
1504
- }).m(function(Command, cs, config, o) {
1458
+ var _UpdateRoutingControlCommand = class _UpdateRoutingControlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1505
1459
  return [
1506
1460
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1507
1461
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1515,9 +1469,7 @@ var UpdateRoutingControlCommand = _UpdateRoutingControlCommand;
1515
1469
 
1516
1470
 
1517
1471
 
1518
- var _UpdateSafetyRuleCommand = class _UpdateSafetyRuleCommand extends import_smithy_client.Command.classBuilder().ep({
1519
- ...commonParams
1520
- }).m(function(Command, cs, config, o) {
1472
+ var _UpdateSafetyRuleCommand = class _UpdateSafetyRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1521
1473
  return [
1522
1474
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1523
1475
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_CreateClusterCommand, se_CreateClusterCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class CreateClusterCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateControlPanelCommand, se_CreateControlPanelCommand } from "../p
6
6
  export { $Command };
7
7
  export class CreateControlPanelCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateRoutingControlCommand, se_CreateRoutingControlCommand } from "
6
6
  export { $Command };
7
7
  export class CreateRoutingControlCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateSafetyRuleCommand, se_CreateSafetyRuleCommand } from "../proto
6
6
  export { $Command };
7
7
  export class CreateSafetyRuleCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteClusterCommand, se_DeleteClusterCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class DeleteClusterCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteControlPanelCommand, se_DeleteControlPanelCommand } from "../p
6
6
  export { $Command };
7
7
  export class DeleteControlPanelCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteRoutingControlCommand, se_DeleteRoutingControlCommand } from "
6
6
  export { $Command };
7
7
  export class DeleteRoutingControlCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteSafetyRuleCommand, se_DeleteSafetyRuleCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteSafetyRuleCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeClusterCommand, se_DescribeClusterCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DescribeClusterCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeControlPanelCommand, se_DescribeControlPanelCommand } from "
6
6
  export { $Command };
7
7
  export class DescribeControlPanelCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeRoutingControlCommand, se_DescribeRoutingControlCommand } fr
6
6
  export { $Command };
7
7
  export class DescribeRoutingControlCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeSafetyRuleCommand, se_DescribeSafetyRuleCommand } from "../p
6
6
  export { $Command };
7
7
  export class DescribeSafetyRuleCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../pro
6
6
  export { $Command };
7
7
  export class GetResourcePolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListAssociatedRoute53HealthChecksCommand, se_ListAssociatedRoute53He
6
6
  export { $Command };
7
7
  export class ListAssociatedRoute53HealthChecksCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListClustersCommand, se_ListClustersCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class ListClustersCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListControlPanelsCommand, se_ListControlPanelsCommand } from "../pro
6
6
  export { $Command };
7
7
  export class ListControlPanelsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListRoutingControlsCommand, se_ListRoutingControlsCommand } from "..
6
6
  export { $Command };
7
7
  export class ListRoutingControlsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListSafetyRulesCommand, se_ListSafetyRulesCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ListSafetyRulesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class TagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateControlPanelCommand, se_UpdateControlPanelCommand } from "../p
6
6
  export { $Command };
7
7
  export class UpdateControlPanelCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateRoutingControlCommand, se_UpdateRoutingControlCommand } from "
6
6
  export { $Command };
7
7
  export class UpdateRoutingControlCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateSafetyRuleCommand, se_UpdateSafetyRuleCommand } from "../proto
6
6
  export { $Command };
7
7
  export class UpdateSafetyRuleCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
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.649.0",
4
+ "version": "3.651.1",
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": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.651.1",
24
+ "@aws-sdk/client-sts": "3.651.1",
25
+ "@aws-sdk/core": "3.651.1",
26
+ "@aws-sdk/credential-provider-node": "3.651.1",
27
27
  "@aws-sdk/middleware-host-header": "3.649.0",
28
28
  "@aws-sdk/middleware-logger": "3.649.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.649.0",