@aws-sdk/client-fis 3.649.0 → 3.650.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.
Files changed (28) hide show
  1. package/dist-cjs/index.js +26 -78
  2. package/dist-es/commands/CreateExperimentTemplateCommand.js +1 -3
  3. package/dist-es/commands/CreateTargetAccountConfigurationCommand.js +1 -3
  4. package/dist-es/commands/DeleteExperimentTemplateCommand.js +1 -3
  5. package/dist-es/commands/DeleteTargetAccountConfigurationCommand.js +1 -3
  6. package/dist-es/commands/GetActionCommand.js +1 -3
  7. package/dist-es/commands/GetExperimentCommand.js +1 -3
  8. package/dist-es/commands/GetExperimentTargetAccountConfigurationCommand.js +1 -3
  9. package/dist-es/commands/GetExperimentTemplateCommand.js +1 -3
  10. package/dist-es/commands/GetSafetyLeverCommand.js +1 -3
  11. package/dist-es/commands/GetTargetAccountConfigurationCommand.js +1 -3
  12. package/dist-es/commands/GetTargetResourceTypeCommand.js +1 -3
  13. package/dist-es/commands/ListActionsCommand.js +1 -3
  14. package/dist-es/commands/ListExperimentResolvedTargetsCommand.js +1 -3
  15. package/dist-es/commands/ListExperimentTargetAccountConfigurationsCommand.js +1 -3
  16. package/dist-es/commands/ListExperimentTemplatesCommand.js +1 -3
  17. package/dist-es/commands/ListExperimentsCommand.js +1 -3
  18. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  19. package/dist-es/commands/ListTargetAccountConfigurationsCommand.js +1 -3
  20. package/dist-es/commands/ListTargetResourceTypesCommand.js +1 -3
  21. package/dist-es/commands/StartExperimentCommand.js +1 -3
  22. package/dist-es/commands/StopExperimentCommand.js +1 -3
  23. package/dist-es/commands/TagResourceCommand.js +1 -3
  24. package/dist-es/commands/UntagResourceCommand.js +1 -3
  25. package/dist-es/commands/UpdateExperimentTemplateCommand.js +1 -3
  26. package/dist-es/commands/UpdateSafetyLeverStateCommand.js +1 -3
  27. package/dist-es/commands/UpdateTargetAccountConfigurationCommand.js +1 -3
  28. package/package.json +4 -4
package/dist-cjs/index.js CHANGED
@@ -1230,9 +1230,7 @@ var _tK = "tagKeys";
1230
1230
  var _tN = "targetName";
1231
1231
 
1232
1232
  // src/commands/CreateExperimentTemplateCommand.ts
1233
- var _CreateExperimentTemplateCommand = class _CreateExperimentTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
1234
- ...commonParams
1235
- }).m(function(Command, cs, config, o) {
1233
+ var _CreateExperimentTemplateCommand = class _CreateExperimentTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1236
1234
  return [
1237
1235
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1238
1236
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1246,9 +1244,7 @@ var CreateExperimentTemplateCommand = _CreateExperimentTemplateCommand;
1246
1244
 
1247
1245
 
1248
1246
 
1249
- var _CreateTargetAccountConfigurationCommand = class _CreateTargetAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1250
- ...commonParams
1251
- }).m(function(Command, cs, config, o) {
1247
+ var _CreateTargetAccountConfigurationCommand = class _CreateTargetAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1252
1248
  return [
1253
1249
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1254
1250
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1262,9 +1258,7 @@ var CreateTargetAccountConfigurationCommand = _CreateTargetAccountConfigurationC
1262
1258
 
1263
1259
 
1264
1260
 
1265
- var _DeleteExperimentTemplateCommand = class _DeleteExperimentTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
1266
- ...commonParams
1267
- }).m(function(Command, cs, config, o) {
1261
+ var _DeleteExperimentTemplateCommand = class _DeleteExperimentTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1268
1262
  return [
1269
1263
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1270
1264
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1278,9 +1272,7 @@ var DeleteExperimentTemplateCommand = _DeleteExperimentTemplateCommand;
1278
1272
 
1279
1273
 
1280
1274
 
1281
- var _DeleteTargetAccountConfigurationCommand = class _DeleteTargetAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1282
- ...commonParams
1283
- }).m(function(Command, cs, config, o) {
1275
+ var _DeleteTargetAccountConfigurationCommand = class _DeleteTargetAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1284
1276
  return [
1285
1277
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1286
1278
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1294,9 +1286,7 @@ var DeleteTargetAccountConfigurationCommand = _DeleteTargetAccountConfigurationC
1294
1286
 
1295
1287
 
1296
1288
 
1297
- var _GetActionCommand = class _GetActionCommand extends import_smithy_client.Command.classBuilder().ep({
1298
- ...commonParams
1299
- }).m(function(Command, cs, config, o) {
1289
+ var _GetActionCommand = class _GetActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1300
1290
  return [
1301
1291
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1302
1292
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1310,9 +1300,7 @@ var GetActionCommand = _GetActionCommand;
1310
1300
 
1311
1301
 
1312
1302
 
1313
- var _GetExperimentCommand = class _GetExperimentCommand extends import_smithy_client.Command.classBuilder().ep({
1314
- ...commonParams
1315
- }).m(function(Command, cs, config, o) {
1303
+ var _GetExperimentCommand = class _GetExperimentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1316
1304
  return [
1317
1305
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1318
1306
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1326,9 +1314,7 @@ var GetExperimentCommand = _GetExperimentCommand;
1326
1314
 
1327
1315
 
1328
1316
 
1329
- var _GetExperimentTargetAccountConfigurationCommand = class _GetExperimentTargetAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1330
- ...commonParams
1331
- }).m(function(Command, cs, config, o) {
1317
+ var _GetExperimentTargetAccountConfigurationCommand = class _GetExperimentTargetAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1332
1318
  return [
1333
1319
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1334
1320
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1342,9 +1328,7 @@ var GetExperimentTargetAccountConfigurationCommand = _GetExperimentTargetAccount
1342
1328
 
1343
1329
 
1344
1330
 
1345
- var _GetExperimentTemplateCommand = class _GetExperimentTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
1346
- ...commonParams
1347
- }).m(function(Command, cs, config, o) {
1331
+ var _GetExperimentTemplateCommand = class _GetExperimentTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1348
1332
  return [
1349
1333
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1350
1334
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1358,9 +1342,7 @@ var GetExperimentTemplateCommand = _GetExperimentTemplateCommand;
1358
1342
 
1359
1343
 
1360
1344
 
1361
- var _GetSafetyLeverCommand = class _GetSafetyLeverCommand extends import_smithy_client.Command.classBuilder().ep({
1362
- ...commonParams
1363
- }).m(function(Command, cs, config, o) {
1345
+ var _GetSafetyLeverCommand = class _GetSafetyLeverCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1364
1346
  return [
1365
1347
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1366
1348
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1374,9 +1356,7 @@ var GetSafetyLeverCommand = _GetSafetyLeverCommand;
1374
1356
 
1375
1357
 
1376
1358
 
1377
- var _GetTargetAccountConfigurationCommand = class _GetTargetAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1378
- ...commonParams
1379
- }).m(function(Command, cs, config, o) {
1359
+ var _GetTargetAccountConfigurationCommand = class _GetTargetAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1380
1360
  return [
1381
1361
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1382
1362
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1390,9 +1370,7 @@ var GetTargetAccountConfigurationCommand = _GetTargetAccountConfigurationCommand
1390
1370
 
1391
1371
 
1392
1372
 
1393
- var _GetTargetResourceTypeCommand = class _GetTargetResourceTypeCommand extends import_smithy_client.Command.classBuilder().ep({
1394
- ...commonParams
1395
- }).m(function(Command, cs, config, o) {
1373
+ var _GetTargetResourceTypeCommand = class _GetTargetResourceTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1396
1374
  return [
1397
1375
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1398
1376
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1406,9 +1384,7 @@ var GetTargetResourceTypeCommand = _GetTargetResourceTypeCommand;
1406
1384
 
1407
1385
 
1408
1386
 
1409
- var _ListActionsCommand = class _ListActionsCommand extends import_smithy_client.Command.classBuilder().ep({
1410
- ...commonParams
1411
- }).m(function(Command, cs, config, o) {
1387
+ var _ListActionsCommand = class _ListActionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1412
1388
  return [
1413
1389
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1414
1390
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1422,9 +1398,7 @@ var ListActionsCommand = _ListActionsCommand;
1422
1398
 
1423
1399
 
1424
1400
 
1425
- var _ListExperimentResolvedTargetsCommand = class _ListExperimentResolvedTargetsCommand extends import_smithy_client.Command.classBuilder().ep({
1426
- ...commonParams
1427
- }).m(function(Command, cs, config, o) {
1401
+ var _ListExperimentResolvedTargetsCommand = class _ListExperimentResolvedTargetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1428
1402
  return [
1429
1403
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1430
1404
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1438,9 +1412,7 @@ var ListExperimentResolvedTargetsCommand = _ListExperimentResolvedTargetsCommand
1438
1412
 
1439
1413
 
1440
1414
 
1441
- var _ListExperimentsCommand = class _ListExperimentsCommand extends import_smithy_client.Command.classBuilder().ep({
1442
- ...commonParams
1443
- }).m(function(Command, cs, config, o) {
1415
+ var _ListExperimentsCommand = class _ListExperimentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1444
1416
  return [
1445
1417
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1446
1418
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1454,9 +1426,7 @@ var ListExperimentsCommand = _ListExperimentsCommand;
1454
1426
 
1455
1427
 
1456
1428
 
1457
- var _ListExperimentTargetAccountConfigurationsCommand = class _ListExperimentTargetAccountConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
1458
- ...commonParams
1459
- }).m(function(Command, cs, config, o) {
1429
+ var _ListExperimentTargetAccountConfigurationsCommand = class _ListExperimentTargetAccountConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1460
1430
  return [
1461
1431
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1462
1432
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1470,9 +1440,7 @@ var ListExperimentTargetAccountConfigurationsCommand = _ListExperimentTargetAcco
1470
1440
 
1471
1441
 
1472
1442
 
1473
- var _ListExperimentTemplatesCommand = class _ListExperimentTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
1474
- ...commonParams
1475
- }).m(function(Command, cs, config, o) {
1443
+ var _ListExperimentTemplatesCommand = class _ListExperimentTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1476
1444
  return [
1477
1445
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1478
1446
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1486,9 +1454,7 @@ var ListExperimentTemplatesCommand = _ListExperimentTemplatesCommand;
1486
1454
 
1487
1455
 
1488
1456
 
1489
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1490
- ...commonParams
1491
- }).m(function(Command, cs, config, o) {
1457
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1492
1458
  return [
1493
1459
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1494
1460
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1502,9 +1468,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1502
1468
 
1503
1469
 
1504
1470
 
1505
- var _ListTargetAccountConfigurationsCommand = class _ListTargetAccountConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
1506
- ...commonParams
1507
- }).m(function(Command, cs, config, o) {
1471
+ var _ListTargetAccountConfigurationsCommand = class _ListTargetAccountConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1508
1472
  return [
1509
1473
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1510
1474
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1518,9 +1482,7 @@ var ListTargetAccountConfigurationsCommand = _ListTargetAccountConfigurationsCom
1518
1482
 
1519
1483
 
1520
1484
 
1521
- var _ListTargetResourceTypesCommand = class _ListTargetResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep({
1522
- ...commonParams
1523
- }).m(function(Command, cs, config, o) {
1485
+ var _ListTargetResourceTypesCommand = class _ListTargetResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1524
1486
  return [
1525
1487
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1526
1488
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1534,9 +1496,7 @@ var ListTargetResourceTypesCommand = _ListTargetResourceTypesCommand;
1534
1496
 
1535
1497
 
1536
1498
 
1537
- var _StartExperimentCommand = class _StartExperimentCommand extends import_smithy_client.Command.classBuilder().ep({
1538
- ...commonParams
1539
- }).m(function(Command, cs, config, o) {
1499
+ var _StartExperimentCommand = class _StartExperimentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1540
1500
  return [
1541
1501
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1542
1502
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1550,9 +1510,7 @@ var StartExperimentCommand = _StartExperimentCommand;
1550
1510
 
1551
1511
 
1552
1512
 
1553
- var _StopExperimentCommand = class _StopExperimentCommand extends import_smithy_client.Command.classBuilder().ep({
1554
- ...commonParams
1555
- }).m(function(Command, cs, config, o) {
1513
+ var _StopExperimentCommand = class _StopExperimentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1556
1514
  return [
1557
1515
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1558
1516
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1566,9 +1524,7 @@ var StopExperimentCommand = _StopExperimentCommand;
1566
1524
 
1567
1525
 
1568
1526
 
1569
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1570
- ...commonParams
1571
- }).m(function(Command, cs, config, o) {
1527
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1572
1528
  return [
1573
1529
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1574
1530
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1582,9 +1538,7 @@ var TagResourceCommand = _TagResourceCommand;
1582
1538
 
1583
1539
 
1584
1540
 
1585
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1586
- ...commonParams
1587
- }).m(function(Command, cs, config, o) {
1541
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1588
1542
  return [
1589
1543
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1590
1544
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1598,9 +1552,7 @@ var UntagResourceCommand = _UntagResourceCommand;
1598
1552
 
1599
1553
 
1600
1554
 
1601
- var _UpdateExperimentTemplateCommand = class _UpdateExperimentTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
1602
- ...commonParams
1603
- }).m(function(Command, cs, config, o) {
1555
+ var _UpdateExperimentTemplateCommand = class _UpdateExperimentTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1604
1556
  return [
1605
1557
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1606
1558
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1614,9 +1566,7 @@ var UpdateExperimentTemplateCommand = _UpdateExperimentTemplateCommand;
1614
1566
 
1615
1567
 
1616
1568
 
1617
- var _UpdateSafetyLeverStateCommand = class _UpdateSafetyLeverStateCommand extends import_smithy_client.Command.classBuilder().ep({
1618
- ...commonParams
1619
- }).m(function(Command, cs, config, o) {
1569
+ var _UpdateSafetyLeverStateCommand = class _UpdateSafetyLeverStateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1620
1570
  return [
1621
1571
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1622
1572
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1630,9 +1580,7 @@ var UpdateSafetyLeverStateCommand = _UpdateSafetyLeverStateCommand;
1630
1580
 
1631
1581
 
1632
1582
 
1633
- var _UpdateTargetAccountConfigurationCommand = class _UpdateTargetAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1634
- ...commonParams
1635
- }).m(function(Command, cs, config, o) {
1583
+ var _UpdateTargetAccountConfigurationCommand = class _UpdateTargetAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1636
1584
  return [
1637
1585
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1638
1586
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_CreateExperimentTemplateCommand, se_CreateExperimentTemplateCommand
6
6
  export { $Command };
7
7
  export class CreateExperimentTemplateCommand 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_CreateTargetAccountConfigurationCommand, se_CreateTargetAccountConfi
6
6
  export { $Command };
7
7
  export class CreateTargetAccountConfigurationCommand 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_DeleteExperimentTemplateCommand, se_DeleteExperimentTemplateCommand
6
6
  export { $Command };
7
7
  export class DeleteExperimentTemplateCommand 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_DeleteTargetAccountConfigurationCommand, se_DeleteTargetAccountConfi
6
6
  export { $Command };
7
7
  export class DeleteTargetAccountConfigurationCommand 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_GetActionCommand, se_GetActionCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class GetActionCommand 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_GetExperimentCommand, se_GetExperimentCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class GetExperimentCommand 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_GetExperimentTargetAccountConfigurationCommand, se_GetExperimentTarg
6
6
  export { $Command };
7
7
  export class GetExperimentTargetAccountConfigurationCommand 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_GetExperimentTemplateCommand, se_GetExperimentTemplateCommand } from
6
6
  export { $Command };
7
7
  export class GetExperimentTemplateCommand 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_GetSafetyLeverCommand, se_GetSafetyLeverCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class GetSafetyLeverCommand 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_GetTargetAccountConfigurationCommand, se_GetTargetAccountConfigurati
6
6
  export { $Command };
7
7
  export class GetTargetAccountConfigurationCommand 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_GetTargetResourceTypeCommand, se_GetTargetResourceTypeCommand } from
6
6
  export { $Command };
7
7
  export class GetTargetResourceTypeCommand 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_ListActionsCommand, se_ListActionsCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class ListActionsCommand 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_ListExperimentResolvedTargetsCommand, se_ListExperimentResolvedTarge
6
6
  export { $Command };
7
7
  export class ListExperimentResolvedTargetsCommand 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_ListExperimentTargetAccountConfigurationsCommand, se_ListExperimentT
6
6
  export { $Command };
7
7
  export class ListExperimentTargetAccountConfigurationsCommand 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_ListExperimentTemplatesCommand, se_ListExperimentTemplatesCommand }
6
6
  export { $Command };
7
7
  export class ListExperimentTemplatesCommand 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_ListExperimentsCommand, se_ListExperimentsCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ListExperimentsCommand 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_ListTargetAccountConfigurationsCommand, se_ListTargetAccountConfigur
6
6
  export { $Command };
7
7
  export class ListTargetAccountConfigurationsCommand 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_ListTargetResourceTypesCommand, se_ListTargetResourceTypesCommand }
6
6
  export { $Command };
7
7
  export class ListTargetResourceTypesCommand 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_StartExperimentCommand, se_StartExperimentCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class StartExperimentCommand 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_StopExperimentCommand, se_StopExperimentCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class StopExperimentCommand 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_UpdateExperimentTemplateCommand, se_UpdateExperimentTemplateCommand
6
6
  export { $Command };
7
7
  export class UpdateExperimentTemplateCommand 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_UpdateSafetyLeverStateCommand, se_UpdateSafetyLeverStateCommand } fr
6
6
  export { $Command };
7
7
  export class UpdateSafetyLeverStateCommand 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_UpdateTargetAccountConfigurationCommand, se_UpdateTargetAccountConfi
6
6
  export { $Command };
7
7
  export class UpdateTargetAccountConfigurationCommand 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-fis",
3
3
  "description": "AWS SDK for JavaScript Fis Client for Node.js, Browser and React Native",
4
- "version": "3.649.0",
4
+ "version": "3.650.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-fis",
@@ -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",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
25
  "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
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",