@aws-sdk/client-fis 3.321.1 → 3.326.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-types/commands/CreateExperimentTemplateCommand.d.ts +69 -0
- package/dist-types/commands/DeleteExperimentTemplateCommand.d.ts +69 -0
- package/dist-types/commands/GetActionCommand.d.ts +23 -0
- package/dist-types/commands/GetExperimentCommand.d.ts +80 -0
- package/dist-types/commands/GetExperimentTemplateCommand.d.ts +69 -0
- package/dist-types/commands/GetTargetResourceTypeCommand.d.ts +15 -0
- package/dist-types/commands/ListActionsCommand.d.ts +20 -0
- package/dist-types/commands/ListExperimentTemplatesCommand.d.ts +17 -0
- package/dist-types/commands/ListExperimentsCommand.d.ts +20 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
- package/dist-types/commands/ListTargetResourceTypesCommand.d.ts +12 -0
- package/dist-types/commands/StartExperimentCommand.d.ts +80 -0
- package/dist-types/commands/StopExperimentCommand.d.ts +80 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateExperimentTemplateCommand.d.ts +69 -0
- package/package.json +16 -16
|
@@ -112,6 +112,73 @@ export interface CreateExperimentTemplateCommandOutput extends CreateExperimentT
|
|
|
112
112
|
* };
|
|
113
113
|
* const command = new CreateExperimentTemplateCommand(input);
|
|
114
114
|
* const response = await client.send(command);
|
|
115
|
+
* // { // CreateExperimentTemplateResponse
|
|
116
|
+
* // experimentTemplate: { // ExperimentTemplate
|
|
117
|
+
* // id: "STRING_VALUE",
|
|
118
|
+
* // description: "STRING_VALUE",
|
|
119
|
+
* // targets: { // ExperimentTemplateTargetMap
|
|
120
|
+
* // "<keys>": { // ExperimentTemplateTarget
|
|
121
|
+
* // resourceType: "STRING_VALUE",
|
|
122
|
+
* // resourceArns: [ // ResourceArnList
|
|
123
|
+
* // "STRING_VALUE",
|
|
124
|
+
* // ],
|
|
125
|
+
* // resourceTags: { // TagMap
|
|
126
|
+
* // "<keys>": "STRING_VALUE",
|
|
127
|
+
* // },
|
|
128
|
+
* // filters: [ // ExperimentTemplateTargetFilterList
|
|
129
|
+
* // { // ExperimentTemplateTargetFilter
|
|
130
|
+
* // path: "STRING_VALUE",
|
|
131
|
+
* // values: [ // ExperimentTemplateTargetFilterValues
|
|
132
|
+
* // "STRING_VALUE",
|
|
133
|
+
* // ],
|
|
134
|
+
* // },
|
|
135
|
+
* // ],
|
|
136
|
+
* // selectionMode: "STRING_VALUE",
|
|
137
|
+
* // parameters: { // ExperimentTemplateTargetParameterMap
|
|
138
|
+
* // "<keys>": "STRING_VALUE",
|
|
139
|
+
* // },
|
|
140
|
+
* // },
|
|
141
|
+
* // },
|
|
142
|
+
* // actions: { // ExperimentTemplateActionMap
|
|
143
|
+
* // "<keys>": { // ExperimentTemplateAction
|
|
144
|
+
* // actionId: "STRING_VALUE",
|
|
145
|
+
* // description: "STRING_VALUE",
|
|
146
|
+
* // parameters: { // ExperimentTemplateActionParameterMap
|
|
147
|
+
* // "<keys>": "STRING_VALUE",
|
|
148
|
+
* // },
|
|
149
|
+
* // targets: { // ExperimentTemplateActionTargetMap
|
|
150
|
+
* // "<keys>": "STRING_VALUE",
|
|
151
|
+
* // },
|
|
152
|
+
* // startAfter: [ // ExperimentTemplateActionStartAfterList
|
|
153
|
+
* // "STRING_VALUE",
|
|
154
|
+
* // ],
|
|
155
|
+
* // },
|
|
156
|
+
* // },
|
|
157
|
+
* // stopConditions: [ // ExperimentTemplateStopConditionList
|
|
158
|
+
* // { // ExperimentTemplateStopCondition
|
|
159
|
+
* // source: "STRING_VALUE",
|
|
160
|
+
* // value: "STRING_VALUE",
|
|
161
|
+
* // },
|
|
162
|
+
* // ],
|
|
163
|
+
* // creationTime: new Date("TIMESTAMP"),
|
|
164
|
+
* // lastUpdateTime: new Date("TIMESTAMP"),
|
|
165
|
+
* // roleArn: "STRING_VALUE",
|
|
166
|
+
* // tags: {
|
|
167
|
+
* // "<keys>": "STRING_VALUE",
|
|
168
|
+
* // },
|
|
169
|
+
* // logConfiguration: { // ExperimentTemplateLogConfiguration
|
|
170
|
+
* // cloudWatchLogsConfiguration: { // ExperimentTemplateCloudWatchLogsLogConfiguration
|
|
171
|
+
* // logGroupArn: "STRING_VALUE",
|
|
172
|
+
* // },
|
|
173
|
+
* // s3Configuration: { // ExperimentTemplateS3LogConfiguration
|
|
174
|
+
* // bucketName: "STRING_VALUE",
|
|
175
|
+
* // prefix: "STRING_VALUE",
|
|
176
|
+
* // },
|
|
177
|
+
* // logSchemaVersion: Number("int"),
|
|
178
|
+
* // },
|
|
179
|
+
* // },
|
|
180
|
+
* // };
|
|
181
|
+
*
|
|
115
182
|
* ```
|
|
116
183
|
*
|
|
117
184
|
* @param CreateExperimentTemplateCommandInput - {@link CreateExperimentTemplateCommandInput}
|
|
@@ -132,6 +199,8 @@ export interface CreateExperimentTemplateCommandOutput extends CreateExperimentT
|
|
|
132
199
|
* @throws {@link ValidationException} (client fault)
|
|
133
200
|
* <p>The specified input is not valid, or fails to satisfy the constraints for the request.</p>
|
|
134
201
|
*
|
|
202
|
+
* @throws {@link FisServiceException}
|
|
203
|
+
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
135
204
|
*
|
|
136
205
|
*/
|
|
137
206
|
export declare class CreateExperimentTemplateCommand extends $Command<CreateExperimentTemplateCommandInput, CreateExperimentTemplateCommandOutput, FisClientResolvedConfig> {
|
|
@@ -31,6 +31,73 @@ export interface DeleteExperimentTemplateCommandOutput extends DeleteExperimentT
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteExperimentTemplateCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteExperimentTemplateResponse
|
|
35
|
+
* // experimentTemplate: { // ExperimentTemplate
|
|
36
|
+
* // id: "STRING_VALUE",
|
|
37
|
+
* // description: "STRING_VALUE",
|
|
38
|
+
* // targets: { // ExperimentTemplateTargetMap
|
|
39
|
+
* // "<keys>": { // ExperimentTemplateTarget
|
|
40
|
+
* // resourceType: "STRING_VALUE",
|
|
41
|
+
* // resourceArns: [ // ResourceArnList
|
|
42
|
+
* // "STRING_VALUE",
|
|
43
|
+
* // ],
|
|
44
|
+
* // resourceTags: { // TagMap
|
|
45
|
+
* // "<keys>": "STRING_VALUE",
|
|
46
|
+
* // },
|
|
47
|
+
* // filters: [ // ExperimentTemplateTargetFilterList
|
|
48
|
+
* // { // ExperimentTemplateTargetFilter
|
|
49
|
+
* // path: "STRING_VALUE",
|
|
50
|
+
* // values: [ // ExperimentTemplateTargetFilterValues
|
|
51
|
+
* // "STRING_VALUE",
|
|
52
|
+
* // ],
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // selectionMode: "STRING_VALUE",
|
|
56
|
+
* // parameters: { // ExperimentTemplateTargetParameterMap
|
|
57
|
+
* // "<keys>": "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // },
|
|
60
|
+
* // },
|
|
61
|
+
* // actions: { // ExperimentTemplateActionMap
|
|
62
|
+
* // "<keys>": { // ExperimentTemplateAction
|
|
63
|
+
* // actionId: "STRING_VALUE",
|
|
64
|
+
* // description: "STRING_VALUE",
|
|
65
|
+
* // parameters: { // ExperimentTemplateActionParameterMap
|
|
66
|
+
* // "<keys>": "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // targets: { // ExperimentTemplateActionTargetMap
|
|
69
|
+
* // "<keys>": "STRING_VALUE",
|
|
70
|
+
* // },
|
|
71
|
+
* // startAfter: [ // ExperimentTemplateActionStartAfterList
|
|
72
|
+
* // "STRING_VALUE",
|
|
73
|
+
* // ],
|
|
74
|
+
* // },
|
|
75
|
+
* // },
|
|
76
|
+
* // stopConditions: [ // ExperimentTemplateStopConditionList
|
|
77
|
+
* // { // ExperimentTemplateStopCondition
|
|
78
|
+
* // source: "STRING_VALUE",
|
|
79
|
+
* // value: "STRING_VALUE",
|
|
80
|
+
* // },
|
|
81
|
+
* // ],
|
|
82
|
+
* // creationTime: new Date("TIMESTAMP"),
|
|
83
|
+
* // lastUpdateTime: new Date("TIMESTAMP"),
|
|
84
|
+
* // roleArn: "STRING_VALUE",
|
|
85
|
+
* // tags: {
|
|
86
|
+
* // "<keys>": "STRING_VALUE",
|
|
87
|
+
* // },
|
|
88
|
+
* // logConfiguration: { // ExperimentTemplateLogConfiguration
|
|
89
|
+
* // cloudWatchLogsConfiguration: { // ExperimentTemplateCloudWatchLogsLogConfiguration
|
|
90
|
+
* // logGroupArn: "STRING_VALUE",
|
|
91
|
+
* // },
|
|
92
|
+
* // s3Configuration: { // ExperimentTemplateS3LogConfiguration
|
|
93
|
+
* // bucketName: "STRING_VALUE",
|
|
94
|
+
* // prefix: "STRING_VALUE",
|
|
95
|
+
* // },
|
|
96
|
+
* // logSchemaVersion: Number("int"),
|
|
97
|
+
* // },
|
|
98
|
+
* // },
|
|
99
|
+
* // };
|
|
100
|
+
*
|
|
34
101
|
* ```
|
|
35
102
|
*
|
|
36
103
|
* @param DeleteExperimentTemplateCommandInput - {@link DeleteExperimentTemplateCommandInput}
|
|
@@ -45,6 +112,8 @@ export interface DeleteExperimentTemplateCommandOutput extends DeleteExperimentT
|
|
|
45
112
|
* @throws {@link ValidationException} (client fault)
|
|
46
113
|
* <p>The specified input is not valid, or fails to satisfy the constraints for the request.</p>
|
|
47
114
|
*
|
|
115
|
+
* @throws {@link FisServiceException}
|
|
116
|
+
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
48
117
|
*
|
|
49
118
|
*/
|
|
50
119
|
export declare class DeleteExperimentTemplateCommand extends $Command<DeleteExperimentTemplateCommandInput, DeleteExperimentTemplateCommandOutput, FisClientResolvedConfig> {
|
|
@@ -31,6 +31,27 @@ export interface GetActionCommandOutput extends GetActionResponse, __MetadataBea
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetActionCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetActionResponse
|
|
35
|
+
* // action: { // Action
|
|
36
|
+
* // id: "STRING_VALUE",
|
|
37
|
+
* // description: "STRING_VALUE",
|
|
38
|
+
* // parameters: { // ActionParameterMap
|
|
39
|
+
* // "<keys>": { // ActionParameter
|
|
40
|
+
* // description: "STRING_VALUE",
|
|
41
|
+
* // required: true || false,
|
|
42
|
+
* // },
|
|
43
|
+
* // },
|
|
44
|
+
* // targets: { // ActionTargetMap
|
|
45
|
+
* // "<keys>": { // ActionTarget
|
|
46
|
+
* // resourceType: "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // },
|
|
49
|
+
* // tags: { // TagMap
|
|
50
|
+
* // "<keys>": "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // },
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
34
55
|
* ```
|
|
35
56
|
*
|
|
36
57
|
* @param GetActionCommandInput - {@link GetActionCommandInput}
|
|
@@ -45,6 +66,8 @@ export interface GetActionCommandOutput extends GetActionResponse, __MetadataBea
|
|
|
45
66
|
* @throws {@link ValidationException} (client fault)
|
|
46
67
|
* <p>The specified input is not valid, or fails to satisfy the constraints for the request.</p>
|
|
47
68
|
*
|
|
69
|
+
* @throws {@link FisServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
48
71
|
*
|
|
49
72
|
*/
|
|
50
73
|
export declare class GetActionCommand extends $Command<GetActionCommandInput, GetActionCommandOutput, FisClientResolvedConfig> {
|
|
@@ -31,6 +31,84 @@ export interface GetExperimentCommandOutput extends GetExperimentResponse, __Met
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetExperimentCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetExperimentResponse
|
|
35
|
+
* // experiment: { // Experiment
|
|
36
|
+
* // id: "STRING_VALUE",
|
|
37
|
+
* // experimentTemplateId: "STRING_VALUE",
|
|
38
|
+
* // roleArn: "STRING_VALUE",
|
|
39
|
+
* // state: { // ExperimentState
|
|
40
|
+
* // status: "pending" || "initiating" || "running" || "completed" || "stopping" || "stopped" || "failed",
|
|
41
|
+
* // reason: "STRING_VALUE",
|
|
42
|
+
* // },
|
|
43
|
+
* // targets: { // ExperimentTargetMap
|
|
44
|
+
* // "<keys>": { // ExperimentTarget
|
|
45
|
+
* // resourceType: "STRING_VALUE",
|
|
46
|
+
* // resourceArns: [ // ResourceArnList
|
|
47
|
+
* // "STRING_VALUE",
|
|
48
|
+
* // ],
|
|
49
|
+
* // resourceTags: { // TagMap
|
|
50
|
+
* // "<keys>": "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // filters: [ // ExperimentTargetFilterList
|
|
53
|
+
* // { // ExperimentTargetFilter
|
|
54
|
+
* // path: "STRING_VALUE",
|
|
55
|
+
* // values: [ // ExperimentTargetFilterValues
|
|
56
|
+
* // "STRING_VALUE",
|
|
57
|
+
* // ],
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // selectionMode: "STRING_VALUE",
|
|
61
|
+
* // parameters: { // ExperimentTargetParameterMap
|
|
62
|
+
* // "<keys>": "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // },
|
|
65
|
+
* // },
|
|
66
|
+
* // actions: { // ExperimentActionMap
|
|
67
|
+
* // "<keys>": { // ExperimentAction
|
|
68
|
+
* // actionId: "STRING_VALUE",
|
|
69
|
+
* // description: "STRING_VALUE",
|
|
70
|
+
* // parameters: { // ExperimentActionParameterMap
|
|
71
|
+
* // "<keys>": "STRING_VALUE",
|
|
72
|
+
* // },
|
|
73
|
+
* // targets: { // ExperimentActionTargetMap
|
|
74
|
+
* // "<keys>": "STRING_VALUE",
|
|
75
|
+
* // },
|
|
76
|
+
* // startAfter: [ // ExperimentActionStartAfterList
|
|
77
|
+
* // "STRING_VALUE",
|
|
78
|
+
* // ],
|
|
79
|
+
* // state: { // ExperimentActionState
|
|
80
|
+
* // status: "pending" || "initiating" || "running" || "completed" || "cancelled" || "stopping" || "stopped" || "failed",
|
|
81
|
+
* // reason: "STRING_VALUE",
|
|
82
|
+
* // },
|
|
83
|
+
* // startTime: new Date("TIMESTAMP"),
|
|
84
|
+
* // endTime: new Date("TIMESTAMP"),
|
|
85
|
+
* // },
|
|
86
|
+
* // },
|
|
87
|
+
* // stopConditions: [ // ExperimentStopConditionList
|
|
88
|
+
* // { // ExperimentStopCondition
|
|
89
|
+
* // source: "STRING_VALUE",
|
|
90
|
+
* // value: "STRING_VALUE",
|
|
91
|
+
* // },
|
|
92
|
+
* // ],
|
|
93
|
+
* // creationTime: new Date("TIMESTAMP"),
|
|
94
|
+
* // startTime: new Date("TIMESTAMP"),
|
|
95
|
+
* // endTime: new Date("TIMESTAMP"),
|
|
96
|
+
* // tags: {
|
|
97
|
+
* // "<keys>": "STRING_VALUE",
|
|
98
|
+
* // },
|
|
99
|
+
* // logConfiguration: { // ExperimentLogConfiguration
|
|
100
|
+
* // cloudWatchLogsConfiguration: { // ExperimentCloudWatchLogsLogConfiguration
|
|
101
|
+
* // logGroupArn: "STRING_VALUE",
|
|
102
|
+
* // },
|
|
103
|
+
* // s3Configuration: { // ExperimentS3LogConfiguration
|
|
104
|
+
* // bucketName: "STRING_VALUE",
|
|
105
|
+
* // prefix: "STRING_VALUE",
|
|
106
|
+
* // },
|
|
107
|
+
* // logSchemaVersion: Number("int"),
|
|
108
|
+
* // },
|
|
109
|
+
* // },
|
|
110
|
+
* // };
|
|
111
|
+
*
|
|
34
112
|
* ```
|
|
35
113
|
*
|
|
36
114
|
* @param GetExperimentCommandInput - {@link GetExperimentCommandInput}
|
|
@@ -45,6 +123,8 @@ export interface GetExperimentCommandOutput extends GetExperimentResponse, __Met
|
|
|
45
123
|
* @throws {@link ValidationException} (client fault)
|
|
46
124
|
* <p>The specified input is not valid, or fails to satisfy the constraints for the request.</p>
|
|
47
125
|
*
|
|
126
|
+
* @throws {@link FisServiceException}
|
|
127
|
+
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
48
128
|
*
|
|
49
129
|
*/
|
|
50
130
|
export declare class GetExperimentCommand extends $Command<GetExperimentCommandInput, GetExperimentCommandOutput, FisClientResolvedConfig> {
|
|
@@ -31,6 +31,73 @@ export interface GetExperimentTemplateCommandOutput extends GetExperimentTemplat
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetExperimentTemplateCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetExperimentTemplateResponse
|
|
35
|
+
* // experimentTemplate: { // ExperimentTemplate
|
|
36
|
+
* // id: "STRING_VALUE",
|
|
37
|
+
* // description: "STRING_VALUE",
|
|
38
|
+
* // targets: { // ExperimentTemplateTargetMap
|
|
39
|
+
* // "<keys>": { // ExperimentTemplateTarget
|
|
40
|
+
* // resourceType: "STRING_VALUE",
|
|
41
|
+
* // resourceArns: [ // ResourceArnList
|
|
42
|
+
* // "STRING_VALUE",
|
|
43
|
+
* // ],
|
|
44
|
+
* // resourceTags: { // TagMap
|
|
45
|
+
* // "<keys>": "STRING_VALUE",
|
|
46
|
+
* // },
|
|
47
|
+
* // filters: [ // ExperimentTemplateTargetFilterList
|
|
48
|
+
* // { // ExperimentTemplateTargetFilter
|
|
49
|
+
* // path: "STRING_VALUE",
|
|
50
|
+
* // values: [ // ExperimentTemplateTargetFilterValues
|
|
51
|
+
* // "STRING_VALUE",
|
|
52
|
+
* // ],
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // selectionMode: "STRING_VALUE",
|
|
56
|
+
* // parameters: { // ExperimentTemplateTargetParameterMap
|
|
57
|
+
* // "<keys>": "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // },
|
|
60
|
+
* // },
|
|
61
|
+
* // actions: { // ExperimentTemplateActionMap
|
|
62
|
+
* // "<keys>": { // ExperimentTemplateAction
|
|
63
|
+
* // actionId: "STRING_VALUE",
|
|
64
|
+
* // description: "STRING_VALUE",
|
|
65
|
+
* // parameters: { // ExperimentTemplateActionParameterMap
|
|
66
|
+
* // "<keys>": "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // targets: { // ExperimentTemplateActionTargetMap
|
|
69
|
+
* // "<keys>": "STRING_VALUE",
|
|
70
|
+
* // },
|
|
71
|
+
* // startAfter: [ // ExperimentTemplateActionStartAfterList
|
|
72
|
+
* // "STRING_VALUE",
|
|
73
|
+
* // ],
|
|
74
|
+
* // },
|
|
75
|
+
* // },
|
|
76
|
+
* // stopConditions: [ // ExperimentTemplateStopConditionList
|
|
77
|
+
* // { // ExperimentTemplateStopCondition
|
|
78
|
+
* // source: "STRING_VALUE",
|
|
79
|
+
* // value: "STRING_VALUE",
|
|
80
|
+
* // },
|
|
81
|
+
* // ],
|
|
82
|
+
* // creationTime: new Date("TIMESTAMP"),
|
|
83
|
+
* // lastUpdateTime: new Date("TIMESTAMP"),
|
|
84
|
+
* // roleArn: "STRING_VALUE",
|
|
85
|
+
* // tags: {
|
|
86
|
+
* // "<keys>": "STRING_VALUE",
|
|
87
|
+
* // },
|
|
88
|
+
* // logConfiguration: { // ExperimentTemplateLogConfiguration
|
|
89
|
+
* // cloudWatchLogsConfiguration: { // ExperimentTemplateCloudWatchLogsLogConfiguration
|
|
90
|
+
* // logGroupArn: "STRING_VALUE",
|
|
91
|
+
* // },
|
|
92
|
+
* // s3Configuration: { // ExperimentTemplateS3LogConfiguration
|
|
93
|
+
* // bucketName: "STRING_VALUE",
|
|
94
|
+
* // prefix: "STRING_VALUE",
|
|
95
|
+
* // },
|
|
96
|
+
* // logSchemaVersion: Number("int"),
|
|
97
|
+
* // },
|
|
98
|
+
* // },
|
|
99
|
+
* // };
|
|
100
|
+
*
|
|
34
101
|
* ```
|
|
35
102
|
*
|
|
36
103
|
* @param GetExperimentTemplateCommandInput - {@link GetExperimentTemplateCommandInput}
|
|
@@ -45,6 +112,8 @@ export interface GetExperimentTemplateCommandOutput extends GetExperimentTemplat
|
|
|
45
112
|
* @throws {@link ValidationException} (client fault)
|
|
46
113
|
* <p>The specified input is not valid, or fails to satisfy the constraints for the request.</p>
|
|
47
114
|
*
|
|
115
|
+
* @throws {@link FisServiceException}
|
|
116
|
+
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
48
117
|
*
|
|
49
118
|
*/
|
|
50
119
|
export declare class GetExperimentTemplateCommand extends $Command<GetExperimentTemplateCommandInput, GetExperimentTemplateCommandOutput, FisClientResolvedConfig> {
|
|
@@ -31,6 +31,19 @@ export interface GetTargetResourceTypeCommandOutput extends GetTargetResourceTyp
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetTargetResourceTypeCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetTargetResourceTypeResponse
|
|
35
|
+
* // targetResourceType: { // TargetResourceType
|
|
36
|
+
* // resourceType: "STRING_VALUE",
|
|
37
|
+
* // description: "STRING_VALUE",
|
|
38
|
+
* // parameters: { // TargetResourceTypeParameterMap
|
|
39
|
+
* // "<keys>": { // TargetResourceTypeParameter
|
|
40
|
+
* // description: "STRING_VALUE",
|
|
41
|
+
* // required: true || false,
|
|
42
|
+
* // },
|
|
43
|
+
* // },
|
|
44
|
+
* // },
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
34
47
|
* ```
|
|
35
48
|
*
|
|
36
49
|
* @param GetTargetResourceTypeCommandInput - {@link GetTargetResourceTypeCommandInput}
|
|
@@ -45,6 +58,8 @@ export interface GetTargetResourceTypeCommandOutput extends GetTargetResourceTyp
|
|
|
45
58
|
* @throws {@link ValidationException} (client fault)
|
|
46
59
|
* <p>The specified input is not valid, or fails to satisfy the constraints for the request.</p>
|
|
47
60
|
*
|
|
61
|
+
* @throws {@link FisServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
48
63
|
*
|
|
49
64
|
*/
|
|
50
65
|
export declare class GetTargetResourceTypeCommand extends $Command<GetTargetResourceTypeCommandInput, GetTargetResourceTypeCommandOutput, FisClientResolvedConfig> {
|
|
@@ -32,6 +32,24 @@ export interface ListActionsCommandOutput extends ListActionsResponse, __Metadat
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListActionsCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // ListActionsResponse
|
|
36
|
+
* // actions: [ // ActionSummaryList
|
|
37
|
+
* // { // ActionSummary
|
|
38
|
+
* // id: "STRING_VALUE",
|
|
39
|
+
* // description: "STRING_VALUE",
|
|
40
|
+
* // targets: { // ActionTargetMap
|
|
41
|
+
* // "<keys>": { // ActionTarget
|
|
42
|
+
* // resourceType: "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // },
|
|
45
|
+
* // tags: { // TagMap
|
|
46
|
+
* // "<keys>": "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // },
|
|
49
|
+
* // ],
|
|
50
|
+
* // nextToken: "STRING_VALUE",
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
35
53
|
* ```
|
|
36
54
|
*
|
|
37
55
|
* @param ListActionsCommandInput - {@link ListActionsCommandInput}
|
|
@@ -43,6 +61,8 @@ export interface ListActionsCommandOutput extends ListActionsResponse, __Metadat
|
|
|
43
61
|
* @throws {@link ValidationException} (client fault)
|
|
44
62
|
* <p>The specified input is not valid, or fails to satisfy the constraints for the request.</p>
|
|
45
63
|
*
|
|
64
|
+
* @throws {@link FisServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
46
66
|
*
|
|
47
67
|
*/
|
|
48
68
|
export declare class ListActionsCommand extends $Command<ListActionsCommandInput, ListActionsCommandOutput, FisClientResolvedConfig> {
|
|
@@ -32,6 +32,21 @@ export interface ListExperimentTemplatesCommandOutput extends ListExperimentTemp
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListExperimentTemplatesCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // ListExperimentTemplatesResponse
|
|
36
|
+
* // experimentTemplates: [ // ExperimentTemplateSummaryList
|
|
37
|
+
* // { // ExperimentTemplateSummary
|
|
38
|
+
* // id: "STRING_VALUE",
|
|
39
|
+
* // description: "STRING_VALUE",
|
|
40
|
+
* // creationTime: new Date("TIMESTAMP"),
|
|
41
|
+
* // lastUpdateTime: new Date("TIMESTAMP"),
|
|
42
|
+
* // tags: { // TagMap
|
|
43
|
+
* // "<keys>": "STRING_VALUE",
|
|
44
|
+
* // },
|
|
45
|
+
* // },
|
|
46
|
+
* // ],
|
|
47
|
+
* // nextToken: "STRING_VALUE",
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
35
50
|
* ```
|
|
36
51
|
*
|
|
37
52
|
* @param ListExperimentTemplatesCommandInput - {@link ListExperimentTemplatesCommandInput}
|
|
@@ -43,6 +58,8 @@ export interface ListExperimentTemplatesCommandOutput extends ListExperimentTemp
|
|
|
43
58
|
* @throws {@link ValidationException} (client fault)
|
|
44
59
|
* <p>The specified input is not valid, or fails to satisfy the constraints for the request.</p>
|
|
45
60
|
*
|
|
61
|
+
* @throws {@link FisServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
46
63
|
*
|
|
47
64
|
*/
|
|
48
65
|
export declare class ListExperimentTemplatesCommand extends $Command<ListExperimentTemplatesCommandInput, ListExperimentTemplatesCommandOutput, FisClientResolvedConfig> {
|
|
@@ -32,6 +32,24 @@ export interface ListExperimentsCommandOutput extends ListExperimentsResponse, _
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListExperimentsCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // ListExperimentsResponse
|
|
36
|
+
* // experiments: [ // ExperimentSummaryList
|
|
37
|
+
* // { // ExperimentSummary
|
|
38
|
+
* // id: "STRING_VALUE",
|
|
39
|
+
* // experimentTemplateId: "STRING_VALUE",
|
|
40
|
+
* // state: { // ExperimentState
|
|
41
|
+
* // status: "pending" || "initiating" || "running" || "completed" || "stopping" || "stopped" || "failed",
|
|
42
|
+
* // reason: "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // creationTime: new Date("TIMESTAMP"),
|
|
45
|
+
* // tags: { // TagMap
|
|
46
|
+
* // "<keys>": "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // },
|
|
49
|
+
* // ],
|
|
50
|
+
* // nextToken: "STRING_VALUE",
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
35
53
|
* ```
|
|
36
54
|
*
|
|
37
55
|
* @param ListExperimentsCommandInput - {@link ListExperimentsCommandInput}
|
|
@@ -43,6 +61,8 @@ export interface ListExperimentsCommandOutput extends ListExperimentsResponse, _
|
|
|
43
61
|
* @throws {@link ValidationException} (client fault)
|
|
44
62
|
* <p>The specified input is not valid, or fails to satisfy the constraints for the request.</p>
|
|
45
63
|
*
|
|
64
|
+
* @throws {@link FisServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
46
66
|
*
|
|
47
67
|
*/
|
|
48
68
|
export declare class ListExperimentsCommand extends $Command<ListExperimentsCommandInput, ListExperimentsCommandOutput, FisClientResolvedConfig> {
|
|
@@ -31,6 +31,12 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // ListTagsForResourceResponse
|
|
35
|
+
* // tags: { // TagMap
|
|
36
|
+
* // "<keys>": "STRING_VALUE",
|
|
37
|
+
* // },
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
34
40
|
* ```
|
|
35
41
|
*
|
|
36
42
|
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
@@ -39,6 +45,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
39
45
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
40
46
|
* @see {@link FisClientResolvedConfig | config} for FisClient's `config` shape.
|
|
41
47
|
*
|
|
48
|
+
* @throws {@link FisServiceException}
|
|
49
|
+
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
42
50
|
*
|
|
43
51
|
*/
|
|
44
52
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FisClientResolvedConfig> {
|
|
@@ -32,6 +32,16 @@ export interface ListTargetResourceTypesCommandOutput extends ListTargetResource
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListTargetResourceTypesCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // ListTargetResourceTypesResponse
|
|
36
|
+
* // targetResourceTypes: [ // TargetResourceTypeSummaryList
|
|
37
|
+
* // { // TargetResourceTypeSummary
|
|
38
|
+
* // resourceType: "STRING_VALUE",
|
|
39
|
+
* // description: "STRING_VALUE",
|
|
40
|
+
* // },
|
|
41
|
+
* // ],
|
|
42
|
+
* // nextToken: "STRING_VALUE",
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
35
45
|
* ```
|
|
36
46
|
*
|
|
37
47
|
* @param ListTargetResourceTypesCommandInput - {@link ListTargetResourceTypesCommandInput}
|
|
@@ -43,6 +53,8 @@ export interface ListTargetResourceTypesCommandOutput extends ListTargetResource
|
|
|
43
53
|
* @throws {@link ValidationException} (client fault)
|
|
44
54
|
* <p>The specified input is not valid, or fails to satisfy the constraints for the request.</p>
|
|
45
55
|
*
|
|
56
|
+
* @throws {@link FisServiceException}
|
|
57
|
+
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
46
58
|
*
|
|
47
59
|
*/
|
|
48
60
|
export declare class ListTargetResourceTypesCommand extends $Command<ListTargetResourceTypesCommandInput, ListTargetResourceTypesCommandOutput, FisClientResolvedConfig> {
|
|
@@ -35,6 +35,84 @@ export interface StartExperimentCommandOutput extends StartExperimentResponse, _
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new StartExperimentCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // StartExperimentResponse
|
|
39
|
+
* // experiment: { // Experiment
|
|
40
|
+
* // id: "STRING_VALUE",
|
|
41
|
+
* // experimentTemplateId: "STRING_VALUE",
|
|
42
|
+
* // roleArn: "STRING_VALUE",
|
|
43
|
+
* // state: { // ExperimentState
|
|
44
|
+
* // status: "pending" || "initiating" || "running" || "completed" || "stopping" || "stopped" || "failed",
|
|
45
|
+
* // reason: "STRING_VALUE",
|
|
46
|
+
* // },
|
|
47
|
+
* // targets: { // ExperimentTargetMap
|
|
48
|
+
* // "<keys>": { // ExperimentTarget
|
|
49
|
+
* // resourceType: "STRING_VALUE",
|
|
50
|
+
* // resourceArns: [ // ResourceArnList
|
|
51
|
+
* // "STRING_VALUE",
|
|
52
|
+
* // ],
|
|
53
|
+
* // resourceTags: { // TagMap
|
|
54
|
+
* // "<keys>": "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // filters: [ // ExperimentTargetFilterList
|
|
57
|
+
* // { // ExperimentTargetFilter
|
|
58
|
+
* // path: "STRING_VALUE",
|
|
59
|
+
* // values: [ // ExperimentTargetFilterValues
|
|
60
|
+
* // "STRING_VALUE",
|
|
61
|
+
* // ],
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
64
|
+
* // selectionMode: "STRING_VALUE",
|
|
65
|
+
* // parameters: { // ExperimentTargetParameterMap
|
|
66
|
+
* // "<keys>": "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // },
|
|
69
|
+
* // },
|
|
70
|
+
* // actions: { // ExperimentActionMap
|
|
71
|
+
* // "<keys>": { // ExperimentAction
|
|
72
|
+
* // actionId: "STRING_VALUE",
|
|
73
|
+
* // description: "STRING_VALUE",
|
|
74
|
+
* // parameters: { // ExperimentActionParameterMap
|
|
75
|
+
* // "<keys>": "STRING_VALUE",
|
|
76
|
+
* // },
|
|
77
|
+
* // targets: { // ExperimentActionTargetMap
|
|
78
|
+
* // "<keys>": "STRING_VALUE",
|
|
79
|
+
* // },
|
|
80
|
+
* // startAfter: [ // ExperimentActionStartAfterList
|
|
81
|
+
* // "STRING_VALUE",
|
|
82
|
+
* // ],
|
|
83
|
+
* // state: { // ExperimentActionState
|
|
84
|
+
* // status: "pending" || "initiating" || "running" || "completed" || "cancelled" || "stopping" || "stopped" || "failed",
|
|
85
|
+
* // reason: "STRING_VALUE",
|
|
86
|
+
* // },
|
|
87
|
+
* // startTime: new Date("TIMESTAMP"),
|
|
88
|
+
* // endTime: new Date("TIMESTAMP"),
|
|
89
|
+
* // },
|
|
90
|
+
* // },
|
|
91
|
+
* // stopConditions: [ // ExperimentStopConditionList
|
|
92
|
+
* // { // ExperimentStopCondition
|
|
93
|
+
* // source: "STRING_VALUE",
|
|
94
|
+
* // value: "STRING_VALUE",
|
|
95
|
+
* // },
|
|
96
|
+
* // ],
|
|
97
|
+
* // creationTime: new Date("TIMESTAMP"),
|
|
98
|
+
* // startTime: new Date("TIMESTAMP"),
|
|
99
|
+
* // endTime: new Date("TIMESTAMP"),
|
|
100
|
+
* // tags: {
|
|
101
|
+
* // "<keys>": "STRING_VALUE",
|
|
102
|
+
* // },
|
|
103
|
+
* // logConfiguration: { // ExperimentLogConfiguration
|
|
104
|
+
* // cloudWatchLogsConfiguration: { // ExperimentCloudWatchLogsLogConfiguration
|
|
105
|
+
* // logGroupArn: "STRING_VALUE",
|
|
106
|
+
* // },
|
|
107
|
+
* // s3Configuration: { // ExperimentS3LogConfiguration
|
|
108
|
+
* // bucketName: "STRING_VALUE",
|
|
109
|
+
* // prefix: "STRING_VALUE",
|
|
110
|
+
* // },
|
|
111
|
+
* // logSchemaVersion: Number("int"),
|
|
112
|
+
* // },
|
|
113
|
+
* // },
|
|
114
|
+
* // };
|
|
115
|
+
*
|
|
38
116
|
* ```
|
|
39
117
|
*
|
|
40
118
|
* @param StartExperimentCommandInput - {@link StartExperimentCommandInput}
|
|
@@ -55,6 +133,8 @@ export interface StartExperimentCommandOutput extends StartExperimentResponse, _
|
|
|
55
133
|
* @throws {@link ValidationException} (client fault)
|
|
56
134
|
* <p>The specified input is not valid, or fails to satisfy the constraints for the request.</p>
|
|
57
135
|
*
|
|
136
|
+
* @throws {@link FisServiceException}
|
|
137
|
+
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
58
138
|
*
|
|
59
139
|
*/
|
|
60
140
|
export declare class StartExperimentCommand extends $Command<StartExperimentCommandInput, StartExperimentCommandOutput, FisClientResolvedConfig> {
|
|
@@ -31,6 +31,84 @@ export interface StopExperimentCommandOutput extends StopExperimentResponse, __M
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new StopExperimentCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // StopExperimentResponse
|
|
35
|
+
* // experiment: { // Experiment
|
|
36
|
+
* // id: "STRING_VALUE",
|
|
37
|
+
* // experimentTemplateId: "STRING_VALUE",
|
|
38
|
+
* // roleArn: "STRING_VALUE",
|
|
39
|
+
* // state: { // ExperimentState
|
|
40
|
+
* // status: "pending" || "initiating" || "running" || "completed" || "stopping" || "stopped" || "failed",
|
|
41
|
+
* // reason: "STRING_VALUE",
|
|
42
|
+
* // },
|
|
43
|
+
* // targets: { // ExperimentTargetMap
|
|
44
|
+
* // "<keys>": { // ExperimentTarget
|
|
45
|
+
* // resourceType: "STRING_VALUE",
|
|
46
|
+
* // resourceArns: [ // ResourceArnList
|
|
47
|
+
* // "STRING_VALUE",
|
|
48
|
+
* // ],
|
|
49
|
+
* // resourceTags: { // TagMap
|
|
50
|
+
* // "<keys>": "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // filters: [ // ExperimentTargetFilterList
|
|
53
|
+
* // { // ExperimentTargetFilter
|
|
54
|
+
* // path: "STRING_VALUE",
|
|
55
|
+
* // values: [ // ExperimentTargetFilterValues
|
|
56
|
+
* // "STRING_VALUE",
|
|
57
|
+
* // ],
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // selectionMode: "STRING_VALUE",
|
|
61
|
+
* // parameters: { // ExperimentTargetParameterMap
|
|
62
|
+
* // "<keys>": "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // },
|
|
65
|
+
* // },
|
|
66
|
+
* // actions: { // ExperimentActionMap
|
|
67
|
+
* // "<keys>": { // ExperimentAction
|
|
68
|
+
* // actionId: "STRING_VALUE",
|
|
69
|
+
* // description: "STRING_VALUE",
|
|
70
|
+
* // parameters: { // ExperimentActionParameterMap
|
|
71
|
+
* // "<keys>": "STRING_VALUE",
|
|
72
|
+
* // },
|
|
73
|
+
* // targets: { // ExperimentActionTargetMap
|
|
74
|
+
* // "<keys>": "STRING_VALUE",
|
|
75
|
+
* // },
|
|
76
|
+
* // startAfter: [ // ExperimentActionStartAfterList
|
|
77
|
+
* // "STRING_VALUE",
|
|
78
|
+
* // ],
|
|
79
|
+
* // state: { // ExperimentActionState
|
|
80
|
+
* // status: "pending" || "initiating" || "running" || "completed" || "cancelled" || "stopping" || "stopped" || "failed",
|
|
81
|
+
* // reason: "STRING_VALUE",
|
|
82
|
+
* // },
|
|
83
|
+
* // startTime: new Date("TIMESTAMP"),
|
|
84
|
+
* // endTime: new Date("TIMESTAMP"),
|
|
85
|
+
* // },
|
|
86
|
+
* // },
|
|
87
|
+
* // stopConditions: [ // ExperimentStopConditionList
|
|
88
|
+
* // { // ExperimentStopCondition
|
|
89
|
+
* // source: "STRING_VALUE",
|
|
90
|
+
* // value: "STRING_VALUE",
|
|
91
|
+
* // },
|
|
92
|
+
* // ],
|
|
93
|
+
* // creationTime: new Date("TIMESTAMP"),
|
|
94
|
+
* // startTime: new Date("TIMESTAMP"),
|
|
95
|
+
* // endTime: new Date("TIMESTAMP"),
|
|
96
|
+
* // tags: {
|
|
97
|
+
* // "<keys>": "STRING_VALUE",
|
|
98
|
+
* // },
|
|
99
|
+
* // logConfiguration: { // ExperimentLogConfiguration
|
|
100
|
+
* // cloudWatchLogsConfiguration: { // ExperimentCloudWatchLogsLogConfiguration
|
|
101
|
+
* // logGroupArn: "STRING_VALUE",
|
|
102
|
+
* // },
|
|
103
|
+
* // s3Configuration: { // ExperimentS3LogConfiguration
|
|
104
|
+
* // bucketName: "STRING_VALUE",
|
|
105
|
+
* // prefix: "STRING_VALUE",
|
|
106
|
+
* // },
|
|
107
|
+
* // logSchemaVersion: Number("int"),
|
|
108
|
+
* // },
|
|
109
|
+
* // },
|
|
110
|
+
* // };
|
|
111
|
+
*
|
|
34
112
|
* ```
|
|
35
113
|
*
|
|
36
114
|
* @param StopExperimentCommandInput - {@link StopExperimentCommandInput}
|
|
@@ -45,6 +123,8 @@ export interface StopExperimentCommandOutput extends StopExperimentResponse, __M
|
|
|
45
123
|
* @throws {@link ValidationException} (client fault)
|
|
46
124
|
* <p>The specified input is not valid, or fails to satisfy the constraints for the request.</p>
|
|
47
125
|
*
|
|
126
|
+
* @throws {@link FisServiceException}
|
|
127
|
+
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
48
128
|
*
|
|
49
129
|
*/
|
|
50
130
|
export declare class StopExperimentCommand extends $Command<StopExperimentCommandInput, StopExperimentCommandOutput, FisClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new TagResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -42,6 +44,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
42
44
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
43
45
|
* @see {@link FisClientResolvedConfig | config} for FisClient's `config` shape.
|
|
44
46
|
*
|
|
47
|
+
* @throws {@link FisServiceException}
|
|
48
|
+
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
45
49
|
*
|
|
46
50
|
*/
|
|
47
51
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, FisClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UntagResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -42,6 +44,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
42
44
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
43
45
|
* @see {@link FisClientResolvedConfig | config} for FisClient's `config` shape.
|
|
44
46
|
*
|
|
47
|
+
* @throws {@link FisServiceException}
|
|
48
|
+
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
45
49
|
*
|
|
46
50
|
*/
|
|
47
51
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, FisClientResolvedConfig> {
|
|
@@ -87,6 +87,73 @@ export interface UpdateExperimentTemplateCommandOutput extends UpdateExperimentT
|
|
|
87
87
|
* };
|
|
88
88
|
* const command = new UpdateExperimentTemplateCommand(input);
|
|
89
89
|
* const response = await client.send(command);
|
|
90
|
+
* // { // UpdateExperimentTemplateResponse
|
|
91
|
+
* // experimentTemplate: { // ExperimentTemplate
|
|
92
|
+
* // id: "STRING_VALUE",
|
|
93
|
+
* // description: "STRING_VALUE",
|
|
94
|
+
* // targets: { // ExperimentTemplateTargetMap
|
|
95
|
+
* // "<keys>": { // ExperimentTemplateTarget
|
|
96
|
+
* // resourceType: "STRING_VALUE",
|
|
97
|
+
* // resourceArns: [ // ResourceArnList
|
|
98
|
+
* // "STRING_VALUE",
|
|
99
|
+
* // ],
|
|
100
|
+
* // resourceTags: { // TagMap
|
|
101
|
+
* // "<keys>": "STRING_VALUE",
|
|
102
|
+
* // },
|
|
103
|
+
* // filters: [ // ExperimentTemplateTargetFilterList
|
|
104
|
+
* // { // ExperimentTemplateTargetFilter
|
|
105
|
+
* // path: "STRING_VALUE",
|
|
106
|
+
* // values: [ // ExperimentTemplateTargetFilterValues
|
|
107
|
+
* // "STRING_VALUE",
|
|
108
|
+
* // ],
|
|
109
|
+
* // },
|
|
110
|
+
* // ],
|
|
111
|
+
* // selectionMode: "STRING_VALUE",
|
|
112
|
+
* // parameters: { // ExperimentTemplateTargetParameterMap
|
|
113
|
+
* // "<keys>": "STRING_VALUE",
|
|
114
|
+
* // },
|
|
115
|
+
* // },
|
|
116
|
+
* // },
|
|
117
|
+
* // actions: { // ExperimentTemplateActionMap
|
|
118
|
+
* // "<keys>": { // ExperimentTemplateAction
|
|
119
|
+
* // actionId: "STRING_VALUE",
|
|
120
|
+
* // description: "STRING_VALUE",
|
|
121
|
+
* // parameters: { // ExperimentTemplateActionParameterMap
|
|
122
|
+
* // "<keys>": "STRING_VALUE",
|
|
123
|
+
* // },
|
|
124
|
+
* // targets: { // ExperimentTemplateActionTargetMap
|
|
125
|
+
* // "<keys>": "STRING_VALUE",
|
|
126
|
+
* // },
|
|
127
|
+
* // startAfter: [ // ExperimentTemplateActionStartAfterList
|
|
128
|
+
* // "STRING_VALUE",
|
|
129
|
+
* // ],
|
|
130
|
+
* // },
|
|
131
|
+
* // },
|
|
132
|
+
* // stopConditions: [ // ExperimentTemplateStopConditionList
|
|
133
|
+
* // { // ExperimentTemplateStopCondition
|
|
134
|
+
* // source: "STRING_VALUE",
|
|
135
|
+
* // value: "STRING_VALUE",
|
|
136
|
+
* // },
|
|
137
|
+
* // ],
|
|
138
|
+
* // creationTime: new Date("TIMESTAMP"),
|
|
139
|
+
* // lastUpdateTime: new Date("TIMESTAMP"),
|
|
140
|
+
* // roleArn: "STRING_VALUE",
|
|
141
|
+
* // tags: {
|
|
142
|
+
* // "<keys>": "STRING_VALUE",
|
|
143
|
+
* // },
|
|
144
|
+
* // logConfiguration: { // ExperimentTemplateLogConfiguration
|
|
145
|
+
* // cloudWatchLogsConfiguration: { // ExperimentTemplateCloudWatchLogsLogConfiguration
|
|
146
|
+
* // logGroupArn: "STRING_VALUE",
|
|
147
|
+
* // },
|
|
148
|
+
* // s3Configuration: { // ExperimentTemplateS3LogConfiguration
|
|
149
|
+
* // bucketName: "STRING_VALUE",
|
|
150
|
+
* // prefix: "STRING_VALUE",
|
|
151
|
+
* // },
|
|
152
|
+
* // logSchemaVersion: Number("int"),
|
|
153
|
+
* // },
|
|
154
|
+
* // },
|
|
155
|
+
* // };
|
|
156
|
+
*
|
|
90
157
|
* ```
|
|
91
158
|
*
|
|
92
159
|
* @param UpdateExperimentTemplateCommandInput - {@link UpdateExperimentTemplateCommandInput}
|
|
@@ -104,6 +171,8 @@ export interface UpdateExperimentTemplateCommandOutput extends UpdateExperimentT
|
|
|
104
171
|
* @throws {@link ValidationException} (client fault)
|
|
105
172
|
* <p>The specified input is not valid, or fails to satisfy the constraints for the request.</p>
|
|
106
173
|
*
|
|
174
|
+
* @throws {@link FisServiceException}
|
|
175
|
+
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
107
176
|
*
|
|
108
177
|
*/
|
|
109
178
|
export declare class UpdateExperimentTemplateCommand extends $Command<UpdateExperimentTemplateCommandInput, UpdateExperimentTemplateCommandOutput, FisClientResolvedConfig> {
|
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.326.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,33 +21,33 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.325.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.325.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.325.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.325.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.325.0",
|
|
44
44
|
"@aws-sdk/types": "3.310.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.319.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.310.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|