@aws-sdk/client-fis 3.490.0 → 3.495.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/Fis.js +1 -59
- package/dist-cjs/FisClient.js +1 -43
- package/dist-cjs/commands/CreateExperimentTemplateCommand.js +1 -28
- package/dist-cjs/commands/CreateTargetAccountConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeleteExperimentTemplateCommand.js +1 -28
- package/dist-cjs/commands/DeleteTargetAccountConfigurationCommand.js +1 -28
- package/dist-cjs/commands/GetActionCommand.js +1 -28
- package/dist-cjs/commands/GetExperimentCommand.js +1 -28
- package/dist-cjs/commands/GetExperimentTargetAccountConfigurationCommand.js +1 -28
- package/dist-cjs/commands/GetExperimentTemplateCommand.js +1 -28
- package/dist-cjs/commands/GetTargetAccountConfigurationCommand.js +1 -28
- package/dist-cjs/commands/GetTargetResourceTypeCommand.js +1 -28
- package/dist-cjs/commands/ListActionsCommand.js +1 -28
- package/dist-cjs/commands/ListExperimentResolvedTargetsCommand.js +1 -28
- package/dist-cjs/commands/ListExperimentTargetAccountConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/ListExperimentTemplatesCommand.js +1 -28
- package/dist-cjs/commands/ListExperimentsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTargetAccountConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/ListTargetResourceTypesCommand.js +1 -28
- package/dist-cjs/commands/StartExperimentCommand.js +1 -28
- package/dist-cjs/commands/StopExperimentCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateExperimentTemplateCommand.js +1 -28
- package/dist-cjs/commands/UpdateTargetAccountConfigurationCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -27
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +2129 -11
- package/dist-cjs/models/FisServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -84
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListActionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListExperimentResolvedTargetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListExperimentTemplatesPaginator.js +1 -7
- package/dist-cjs/pagination/ListExperimentsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTargetAccountConfigurationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTargetResourceTypesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -10
- package/dist-cjs/protocols/Aws_restJson1.js +1 -1394
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FisServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class FisServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, FisServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.FisServiceException = FisServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,84 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ExperimentStatus = exports.ExperimentActionStatus = exports.ValidationException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.EmptyTargetResolutionMode = exports.ConflictException = exports.AccountTargeting = void 0;
|
|
4
|
-
const FisServiceException_1 = require("./FisServiceException");
|
|
5
|
-
exports.AccountTargeting = {
|
|
6
|
-
MULTI_ACCOUNT: "multi-account",
|
|
7
|
-
SINGLE_ACCOUNT: "single-account",
|
|
8
|
-
};
|
|
9
|
-
class ConflictException extends FisServiceException_1.FisServiceException {
|
|
10
|
-
constructor(opts) {
|
|
11
|
-
super({
|
|
12
|
-
name: "ConflictException",
|
|
13
|
-
$fault: "client",
|
|
14
|
-
...opts,
|
|
15
|
-
});
|
|
16
|
-
this.name = "ConflictException";
|
|
17
|
-
this.$fault = "client";
|
|
18
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
exports.ConflictException = ConflictException;
|
|
22
|
-
exports.EmptyTargetResolutionMode = {
|
|
23
|
-
FAIL: "fail",
|
|
24
|
-
SKIP: "skip",
|
|
25
|
-
};
|
|
26
|
-
class ResourceNotFoundException extends FisServiceException_1.FisServiceException {
|
|
27
|
-
constructor(opts) {
|
|
28
|
-
super({
|
|
29
|
-
name: "ResourceNotFoundException",
|
|
30
|
-
$fault: "client",
|
|
31
|
-
...opts,
|
|
32
|
-
});
|
|
33
|
-
this.name = "ResourceNotFoundException";
|
|
34
|
-
this.$fault = "client";
|
|
35
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
39
|
-
class ServiceQuotaExceededException extends FisServiceException_1.FisServiceException {
|
|
40
|
-
constructor(opts) {
|
|
41
|
-
super({
|
|
42
|
-
name: "ServiceQuotaExceededException",
|
|
43
|
-
$fault: "client",
|
|
44
|
-
...opts,
|
|
45
|
-
});
|
|
46
|
-
this.name = "ServiceQuotaExceededException";
|
|
47
|
-
this.$fault = "client";
|
|
48
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
52
|
-
class ValidationException extends FisServiceException_1.FisServiceException {
|
|
53
|
-
constructor(opts) {
|
|
54
|
-
super({
|
|
55
|
-
name: "ValidationException",
|
|
56
|
-
$fault: "client",
|
|
57
|
-
...opts,
|
|
58
|
-
});
|
|
59
|
-
this.name = "ValidationException";
|
|
60
|
-
this.$fault = "client";
|
|
61
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
exports.ValidationException = ValidationException;
|
|
65
|
-
exports.ExperimentActionStatus = {
|
|
66
|
-
cancelled: "cancelled",
|
|
67
|
-
completed: "completed",
|
|
68
|
-
failed: "failed",
|
|
69
|
-
initiating: "initiating",
|
|
70
|
-
pending: "pending",
|
|
71
|
-
running: "running",
|
|
72
|
-
skipped: "skipped",
|
|
73
|
-
stopped: "stopped",
|
|
74
|
-
stopping: "stopping",
|
|
75
|
-
};
|
|
76
|
-
exports.ExperimentStatus = {
|
|
77
|
-
completed: "completed",
|
|
78
|
-
failed: "failed",
|
|
79
|
-
initiating: "initiating",
|
|
80
|
-
pending: "pending",
|
|
81
|
-
running: "running",
|
|
82
|
-
stopped: "stopped",
|
|
83
|
-
stopping: "stopping",
|
|
84
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListActions = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListActionsCommand_1 = require("../commands/ListActionsCommand");
|
|
6
|
-
const FisClient_1 = require("../FisClient");
|
|
7
|
-
exports.paginateListActions = (0, core_1.createPaginator)(FisClient_1.FisClient, ListActionsCommand_1.ListActionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListExperimentResolvedTargets = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListExperimentResolvedTargetsCommand_1 = require("../commands/ListExperimentResolvedTargetsCommand");
|
|
6
|
-
const FisClient_1 = require("../FisClient");
|
|
7
|
-
exports.paginateListExperimentResolvedTargets = (0, core_1.createPaginator)(FisClient_1.FisClient, ListExperimentResolvedTargetsCommand_1.ListExperimentResolvedTargetsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListExperimentTemplates = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListExperimentTemplatesCommand_1 = require("../commands/ListExperimentTemplatesCommand");
|
|
6
|
-
const FisClient_1 = require("../FisClient");
|
|
7
|
-
exports.paginateListExperimentTemplates = (0, core_1.createPaginator)(FisClient_1.FisClient, ListExperimentTemplatesCommand_1.ListExperimentTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListExperiments = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListExperimentsCommand_1 = require("../commands/ListExperimentsCommand");
|
|
6
|
-
const FisClient_1 = require("../FisClient");
|
|
7
|
-
exports.paginateListExperiments = (0, core_1.createPaginator)(FisClient_1.FisClient, ListExperimentsCommand_1.ListExperimentsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTargetAccountConfigurations = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTargetAccountConfigurationsCommand_1 = require("../commands/ListTargetAccountConfigurationsCommand");
|
|
6
|
-
const FisClient_1 = require("../FisClient");
|
|
7
|
-
exports.paginateListTargetAccountConfigurations = (0, core_1.createPaginator)(FisClient_1.FisClient, ListTargetAccountConfigurationsCommand_1.ListTargetAccountConfigurationsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTargetResourceTypes = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTargetResourceTypesCommand_1 = require("../commands/ListTargetResourceTypesCommand");
|
|
6
|
-
const FisClient_1 = require("../FisClient");
|
|
7
|
-
exports.paginateListTargetResourceTypes = (0, core_1.createPaginator)(FisClient_1.FisClient, ListTargetResourceTypesCommand_1.ListTargetResourceTypesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,10 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListActionsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListExperimentResolvedTargetsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListExperimentTemplatesPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListExperimentsPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListTargetAccountConfigurationsPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListTargetResourceTypesPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|