@aws-sdk/client-fis 3.590.0 → 3.596.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/commands/CreateExperimentTemplateCommand.d.ts +2 -1
- package/dist-types/commands/CreateTargetAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteExperimentTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTargetAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetActionCommand.d.ts +2 -1
- package/dist-types/commands/GetExperimentCommand.d.ts +2 -1
- package/dist-types/commands/GetExperimentTargetAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetExperimentTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetTargetAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetTargetResourceTypeCommand.d.ts +2 -1
- package/dist-types/commands/ListActionsCommand.d.ts +2 -1
- package/dist-types/commands/ListExperimentResolvedTargetsCommand.d.ts +2 -1
- package/dist-types/commands/ListExperimentTargetAccountConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListExperimentTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/ListExperimentsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTargetAccountConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTargetResourceTypesCommand.d.ts +2 -1
- package/dist-types/commands/StartExperimentCommand.d.ts +2 -1
- package/dist-types/commands/StopExperimentCommand.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/UpdateExperimentTemplateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTargetAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/FisServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateExperimentTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateTargetAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteExperimentTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteTargetAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetActionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetExperimentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetExperimentTargetAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetExperimentTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTargetAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTargetResourceTypeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListExperimentResolvedTargetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListExperimentTargetAccountConfigurationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListExperimentTemplatesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTargetAccountConfigurationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTargetResourceTypesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartExperimentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopExperimentCommand.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/UpdateExperimentTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateTargetAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/FisServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -217,7 +217,6 @@ var FisClient = _FisClient;
|
|
|
217
217
|
|
|
218
218
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
219
219
|
|
|
220
|
-
var import_types = require("@smithy/types");
|
|
221
220
|
|
|
222
221
|
// src/protocols/Aws_restJson1.ts
|
|
223
222
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1186,7 +1185,6 @@ var CreateExperimentTemplateCommand = _CreateExperimentTemplateCommand;
|
|
|
1186
1185
|
|
|
1187
1186
|
|
|
1188
1187
|
|
|
1189
|
-
|
|
1190
1188
|
var _CreateTargetAccountConfigurationCommand = class _CreateTargetAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1191
1189
|
...commonParams
|
|
1192
1190
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1203,7 +1201,6 @@ var CreateTargetAccountConfigurationCommand = _CreateTargetAccountConfigurationC
|
|
|
1203
1201
|
|
|
1204
1202
|
|
|
1205
1203
|
|
|
1206
|
-
|
|
1207
1204
|
var _DeleteExperimentTemplateCommand = class _DeleteExperimentTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1208
1205
|
...commonParams
|
|
1209
1206
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1220,7 +1217,6 @@ var DeleteExperimentTemplateCommand = _DeleteExperimentTemplateCommand;
|
|
|
1220
1217
|
|
|
1221
1218
|
|
|
1222
1219
|
|
|
1223
|
-
|
|
1224
1220
|
var _DeleteTargetAccountConfigurationCommand = class _DeleteTargetAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1225
1221
|
...commonParams
|
|
1226
1222
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1237,7 +1233,6 @@ var DeleteTargetAccountConfigurationCommand = _DeleteTargetAccountConfigurationC
|
|
|
1237
1233
|
|
|
1238
1234
|
|
|
1239
1235
|
|
|
1240
|
-
|
|
1241
1236
|
var _GetActionCommand = class _GetActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1242
1237
|
...commonParams
|
|
1243
1238
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1254,7 +1249,6 @@ var GetActionCommand = _GetActionCommand;
|
|
|
1254
1249
|
|
|
1255
1250
|
|
|
1256
1251
|
|
|
1257
|
-
|
|
1258
1252
|
var _GetExperimentCommand = class _GetExperimentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1259
1253
|
...commonParams
|
|
1260
1254
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1271,7 +1265,6 @@ var GetExperimentCommand = _GetExperimentCommand;
|
|
|
1271
1265
|
|
|
1272
1266
|
|
|
1273
1267
|
|
|
1274
|
-
|
|
1275
1268
|
var _GetExperimentTargetAccountConfigurationCommand = class _GetExperimentTargetAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1276
1269
|
...commonParams
|
|
1277
1270
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1288,7 +1281,6 @@ var GetExperimentTargetAccountConfigurationCommand = _GetExperimentTargetAccount
|
|
|
1288
1281
|
|
|
1289
1282
|
|
|
1290
1283
|
|
|
1291
|
-
|
|
1292
1284
|
var _GetExperimentTemplateCommand = class _GetExperimentTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1293
1285
|
...commonParams
|
|
1294
1286
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1305,7 +1297,6 @@ var GetExperimentTemplateCommand = _GetExperimentTemplateCommand;
|
|
|
1305
1297
|
|
|
1306
1298
|
|
|
1307
1299
|
|
|
1308
|
-
|
|
1309
1300
|
var _GetTargetAccountConfigurationCommand = class _GetTargetAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1310
1301
|
...commonParams
|
|
1311
1302
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1322,7 +1313,6 @@ var GetTargetAccountConfigurationCommand = _GetTargetAccountConfigurationCommand
|
|
|
1322
1313
|
|
|
1323
1314
|
|
|
1324
1315
|
|
|
1325
|
-
|
|
1326
1316
|
var _GetTargetResourceTypeCommand = class _GetTargetResourceTypeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1327
1317
|
...commonParams
|
|
1328
1318
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1339,7 +1329,6 @@ var GetTargetResourceTypeCommand = _GetTargetResourceTypeCommand;
|
|
|
1339
1329
|
|
|
1340
1330
|
|
|
1341
1331
|
|
|
1342
|
-
|
|
1343
1332
|
var _ListActionsCommand = class _ListActionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1344
1333
|
...commonParams
|
|
1345
1334
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1356,7 +1345,6 @@ var ListActionsCommand = _ListActionsCommand;
|
|
|
1356
1345
|
|
|
1357
1346
|
|
|
1358
1347
|
|
|
1359
|
-
|
|
1360
1348
|
var _ListExperimentResolvedTargetsCommand = class _ListExperimentResolvedTargetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1361
1349
|
...commonParams
|
|
1362
1350
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1373,7 +1361,6 @@ var ListExperimentResolvedTargetsCommand = _ListExperimentResolvedTargetsCommand
|
|
|
1373
1361
|
|
|
1374
1362
|
|
|
1375
1363
|
|
|
1376
|
-
|
|
1377
1364
|
var _ListExperimentsCommand = class _ListExperimentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1378
1365
|
...commonParams
|
|
1379
1366
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1390,7 +1377,6 @@ var ListExperimentsCommand = _ListExperimentsCommand;
|
|
|
1390
1377
|
|
|
1391
1378
|
|
|
1392
1379
|
|
|
1393
|
-
|
|
1394
1380
|
var _ListExperimentTargetAccountConfigurationsCommand = class _ListExperimentTargetAccountConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1395
1381
|
...commonParams
|
|
1396
1382
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1407,7 +1393,6 @@ var ListExperimentTargetAccountConfigurationsCommand = _ListExperimentTargetAcco
|
|
|
1407
1393
|
|
|
1408
1394
|
|
|
1409
1395
|
|
|
1410
|
-
|
|
1411
1396
|
var _ListExperimentTemplatesCommand = class _ListExperimentTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1412
1397
|
...commonParams
|
|
1413
1398
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1424,7 +1409,6 @@ var ListExperimentTemplatesCommand = _ListExperimentTemplatesCommand;
|
|
|
1424
1409
|
|
|
1425
1410
|
|
|
1426
1411
|
|
|
1427
|
-
|
|
1428
1412
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1429
1413
|
...commonParams
|
|
1430
1414
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1441,7 +1425,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1441
1425
|
|
|
1442
1426
|
|
|
1443
1427
|
|
|
1444
|
-
|
|
1445
1428
|
var _ListTargetAccountConfigurationsCommand = class _ListTargetAccountConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1446
1429
|
...commonParams
|
|
1447
1430
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1458,7 +1441,6 @@ var ListTargetAccountConfigurationsCommand = _ListTargetAccountConfigurationsCom
|
|
|
1458
1441
|
|
|
1459
1442
|
|
|
1460
1443
|
|
|
1461
|
-
|
|
1462
1444
|
var _ListTargetResourceTypesCommand = class _ListTargetResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1463
1445
|
...commonParams
|
|
1464
1446
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1475,7 +1457,6 @@ var ListTargetResourceTypesCommand = _ListTargetResourceTypesCommand;
|
|
|
1475
1457
|
|
|
1476
1458
|
|
|
1477
1459
|
|
|
1478
|
-
|
|
1479
1460
|
var _StartExperimentCommand = class _StartExperimentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1480
1461
|
...commonParams
|
|
1481
1462
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1492,7 +1473,6 @@ var StartExperimentCommand = _StartExperimentCommand;
|
|
|
1492
1473
|
|
|
1493
1474
|
|
|
1494
1475
|
|
|
1495
|
-
|
|
1496
1476
|
var _StopExperimentCommand = class _StopExperimentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1497
1477
|
...commonParams
|
|
1498
1478
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1509,7 +1489,6 @@ var StopExperimentCommand = _StopExperimentCommand;
|
|
|
1509
1489
|
|
|
1510
1490
|
|
|
1511
1491
|
|
|
1512
|
-
|
|
1513
1492
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1514
1493
|
...commonParams
|
|
1515
1494
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1526,7 +1505,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1526
1505
|
|
|
1527
1506
|
|
|
1528
1507
|
|
|
1529
|
-
|
|
1530
1508
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1531
1509
|
...commonParams
|
|
1532
1510
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1543,7 +1521,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1543
1521
|
|
|
1544
1522
|
|
|
1545
1523
|
|
|
1546
|
-
|
|
1547
1524
|
var _UpdateExperimentTemplateCommand = class _UpdateExperimentTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1548
1525
|
...commonParams
|
|
1549
1526
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1560,7 +1537,6 @@ var UpdateExperimentTemplateCommand = _UpdateExperimentTemplateCommand;
|
|
|
1560
1537
|
|
|
1561
1538
|
|
|
1562
1539
|
|
|
1563
|
-
|
|
1564
1540
|
var _UpdateTargetAccountConfigurationCommand = class _UpdateTargetAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1565
1541
|
...commonParams
|
|
1566
1542
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
export * from "./FisClient";
|
|
8
8
|
export * from "./Fis";
|
|
9
9
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
11
|
-
export { FisExtensionConfiguration } from "./extensionConfiguration";
|
|
10
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
11
|
+
export type { FisExtensionConfiguration } from "./extensionConfiguration";
|
|
12
12
|
export * from "./commands";
|
|
13
13
|
export * from "./pagination";
|
|
14
14
|
export * from "./models";
|
|
@@ -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
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateExperimentTemplateRequest,
|
|
10
10
|
CreateExperimentTemplateResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateExperimentTemplateCommandInput
|
|
14
15
|
extends CreateExperimentTemplateRequest {}
|
|
15
16
|
export interface CreateExperimentTemplateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateTargetAccountConfigurationRequest,
|
|
10
10
|
CreateTargetAccountConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateTargetAccountConfigurationCommandInput
|
|
14
15
|
extends CreateTargetAccountConfigurationRequest {}
|
|
15
16
|
export interface CreateTargetAccountConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteExperimentTemplateRequest,
|
|
10
10
|
DeleteExperimentTemplateResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteExperimentTemplateCommandInput
|
|
14
15
|
extends DeleteExperimentTemplateRequest {}
|
|
15
16
|
export interface DeleteExperimentTemplateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteTargetAccountConfigurationRequest,
|
|
10
10
|
DeleteTargetAccountConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteTargetAccountConfigurationCommandInput
|
|
14
15
|
extends DeleteTargetAccountConfigurationRequest {}
|
|
15
16
|
export interface DeleteTargetAccountConfigurationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FisClient";
|
|
8
8
|
import { GetActionRequest, GetActionResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetActionCommandInput extends GetActionRequest {}
|
|
11
12
|
export interface GetActionCommandOutput
|
|
12
13
|
extends GetActionResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetExperimentRequest,
|
|
10
10
|
GetExperimentResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetExperimentCommandInput extends GetExperimentRequest {}
|
|
14
15
|
export interface GetExperimentCommandOutput
|
|
15
16
|
extends GetExperimentResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetExperimentTargetAccountConfigurationRequest,
|
|
10
10
|
GetExperimentTargetAccountConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetExperimentTargetAccountConfigurationCommandInput
|
|
14
15
|
extends GetExperimentTargetAccountConfigurationRequest {}
|
|
15
16
|
export interface GetExperimentTargetAccountConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetExperimentTemplateRequest,
|
|
10
10
|
GetExperimentTemplateResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetExperimentTemplateCommandInput
|
|
14
15
|
extends GetExperimentTemplateRequest {}
|
|
15
16
|
export interface GetExperimentTemplateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetTargetAccountConfigurationRequest,
|
|
10
10
|
GetTargetAccountConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetTargetAccountConfigurationCommandInput
|
|
14
15
|
extends GetTargetAccountConfigurationRequest {}
|
|
15
16
|
export interface GetTargetAccountConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetTargetResourceTypeRequest,
|
|
10
10
|
GetTargetResourceTypeResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetTargetResourceTypeCommandInput
|
|
14
15
|
extends GetTargetResourceTypeRequest {}
|
|
15
16
|
export interface GetTargetResourceTypeCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FisClient";
|
|
8
8
|
import { ListActionsRequest, ListActionsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListActionsCommandInput extends ListActionsRequest {}
|
|
11
12
|
export interface ListActionsCommandOutput
|
|
12
13
|
extends ListActionsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListExperimentResolvedTargetsRequest,
|
|
10
10
|
ListExperimentResolvedTargetsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListExperimentResolvedTargetsCommandInput
|
|
14
15
|
extends ListExperimentResolvedTargetsRequest {}
|
|
15
16
|
export interface ListExperimentResolvedTargetsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListExperimentTargetAccountConfigurationsRequest,
|
|
10
10
|
ListExperimentTargetAccountConfigurationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListExperimentTargetAccountConfigurationsCommandInput
|
|
14
15
|
extends ListExperimentTargetAccountConfigurationsRequest {}
|
|
15
16
|
export interface ListExperimentTargetAccountConfigurationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListExperimentTemplatesRequest,
|
|
10
10
|
ListExperimentTemplatesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListExperimentTemplatesCommandInput
|
|
14
15
|
extends ListExperimentTemplatesRequest {}
|
|
15
16
|
export interface ListExperimentTemplatesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListExperimentsRequest,
|
|
10
10
|
ListExperimentsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListExperimentsCommandInput extends ListExperimentsRequest {}
|
|
14
15
|
export interface ListExperimentsCommandOutput
|
|
15
16
|
extends ListExperimentsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTargetAccountConfigurationsRequest,
|
|
10
10
|
ListTargetAccountConfigurationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTargetAccountConfigurationsCommandInput
|
|
14
15
|
extends ListTargetAccountConfigurationsRequest {}
|
|
15
16
|
export interface ListTargetAccountConfigurationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTargetResourceTypesRequest,
|
|
10
10
|
ListTargetResourceTypesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTargetResourceTypesCommandInput
|
|
14
15
|
extends ListTargetResourceTypesRequest {}
|
|
15
16
|
export interface ListTargetResourceTypesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartExperimentRequest,
|
|
10
10
|
StartExperimentResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartExperimentCommandInput extends StartExperimentRequest {}
|
|
14
15
|
export interface StartExperimentCommandOutput
|
|
15
16
|
extends StartExperimentResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StopExperimentRequest,
|
|
10
10
|
StopExperimentResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StopExperimentCommandInput extends StopExperimentRequest {}
|
|
14
15
|
export interface StopExperimentCommandOutput
|
|
15
16
|
extends StopExperimentResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FisClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
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
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
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
|
UpdateExperimentTemplateRequest,
|
|
10
10
|
UpdateExperimentTemplateResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateExperimentTemplateCommandInput
|
|
14
15
|
extends UpdateExperimentTemplateRequest {}
|
|
15
16
|
export interface UpdateExperimentTemplateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateTargetAccountConfigurationRequest,
|
|
10
10
|
UpdateTargetAccountConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateTargetAccountConfigurationCommandInput
|
|
14
15
|
extends UpdateTargetAccountConfigurationRequest {}
|
|
15
16
|
export interface UpdateTargetAccountConfigurationCommandOutput
|
|
@@ -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 FisServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.
|
|
4
|
+
"version": "3.596.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": "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.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.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",
|