|
5 | 5 | "endpointPrefix":"fis",
|
6 | 6 | "jsonVersion":"1.1",
|
7 | 7 | "protocol":"rest-json",
|
| 8 | + "protocols":["rest-json"], |
8 | 9 | "serviceAbbreviation":"FIS",
|
9 | 10 | "serviceFullName":"AWS Fault Injection Simulator",
|
10 | 11 | "serviceId":"fis",
|
11 | 12 | "signatureVersion":"v4",
|
12 | 13 | "signingName":"fis",
|
13 |
| - "uid":"fis-2020-12-01" |
| 14 | + "uid":"fis-2020-12-01", |
| 15 | + "auth":["aws.auth#sigv4"] |
14 | 16 | },
|
15 | 17 | "operations":{
|
16 | 18 | "CreateExperimentTemplate":{
|
|
1010 | 1012 | "documentation":"<p>Describes the configuration for experiment logging to Amazon CloudWatch Logs.</p>"
|
1011 | 1013 | },
|
1012 | 1014 | "ExperimentEndTime":{"type":"timestamp"},
|
| 1015 | + "ExperimentError":{ |
| 1016 | + "type":"structure", |
| 1017 | + "members":{ |
| 1018 | + "accountId":{ |
| 1019 | + "shape":"ExperimentErrorAccountId", |
| 1020 | + "documentation":"<p>The Amazon Web Services Account ID where the experiment failure occurred.</p>" |
| 1021 | + }, |
| 1022 | + "code":{ |
| 1023 | + "shape":"ExperimentErrorCode", |
| 1024 | + "documentation":"<p>The error code for the failed experiment.</p>" |
| 1025 | + }, |
| 1026 | + "location":{ |
| 1027 | + "shape":"ExperimentErrorLocation", |
| 1028 | + "documentation":"<p>Context for the section of the experiment template that failed.</p>" |
| 1029 | + } |
| 1030 | + }, |
| 1031 | + "documentation":"<p>Describes the error when an experiment has <code>failed</code>.</p>" |
| 1032 | + }, |
| 1033 | + "ExperimentErrorAccountId":{"type":"string"}, |
| 1034 | + "ExperimentErrorCode":{ |
| 1035 | + "type":"string", |
| 1036 | + "max":128, |
| 1037 | + "pattern":"[\\S]+" |
| 1038 | + }, |
| 1039 | + "ExperimentErrorLocation":{"type":"string"}, |
1013 | 1040 | "ExperimentId":{
|
1014 | 1041 | "type":"string",
|
1015 | 1042 | "max":64,
|
|
1076 | 1103 | "reason":{
|
1077 | 1104 | "shape":"ExperimentStatusReason",
|
1078 | 1105 | "documentation":"<p>The reason for the state.</p>"
|
| 1106 | + }, |
| 1107 | + "error":{ |
| 1108 | + "shape":"ExperimentError", |
| 1109 | + "documentation":"<p>The error information of the experiment when the action has <code>failed</code>.</p>" |
1079 | 1110 | }
|
1080 | 1111 | },
|
1081 | 1112 | "documentation":"<p>Describes the state of an experiment.</p>"
|
|
2702 | 2733 | "exception":true
|
2703 | 2734 | }
|
2704 | 2735 | },
|
2705 |
| - "documentation":"<p>Fault Injection Service is a managed service that enables you to perform fault injection experiments on your Amazon Web Services workloads. For more information, see the <a href=\"https://docs.aws.amazon.com/fis/latest/userguide/\">Fault Injection Service User Guide</a>.</p>" |
| 2736 | + "documentation":"<p>Amazon Web Services Fault Injection Service is a managed service that enables you to perform fault injection experiments on your Amazon Web Services workloads. For more information, see the <a href=\"https://docs.aws.amazon.com/fis/latest/userguide/\">Fault Injection Service User Guide</a>.</p>" |
2706 | 2737 | }
|
0 commit comments