|
535 | 535 | {"shape":"ValidationException"},
|
536 | 536 | {"shape":"AccessDeniedException"}
|
537 | 537 | ],
|
538 |
| - "documentation":"<p>List of compliance drifts that were detected while running an assessment.</p>" |
| 538 | + "documentation":"<p>Indicates the list of compliance drifts that were detected while running an assessment.</p>" |
539 | 539 | },
|
540 | 540 | "ListAppAssessmentResourceDrifts":{
|
541 | 541 | "name":"ListAppAssessmentResourceDrifts",
|
|
1332 | 1332 | "shape":"AppAssessmentScheduleType",
|
1333 | 1333 | "documentation":"<p>Assessment execution schedule with 'Daily' or 'Disabled' values. </p>"
|
1334 | 1334 | },
|
| 1335 | + "awsApplicationArn":{ |
| 1336 | + "shape":"Arn", |
| 1337 | + "documentation":"<p>Amazon Resource Name (ARN) of Resource Groups group that is integrated with an AppRegistry application. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i> guide.</p>" |
| 1338 | + }, |
1335 | 1339 | "complianceStatus":{
|
1336 | 1340 | "shape":"AppComplianceStatusType",
|
1337 | 1341 | "documentation":"<p>Current status of compliance for the resiliency policy.</p>"
|
|
1473 | 1477 | },
|
1474 | 1478 | "summary":{
|
1475 | 1479 | "shape":"AssessmentSummary",
|
1476 |
| - "documentation":"<p>Indicates a concise summary that provides an overview of the Resilience Hub assessment.</p>" |
| 1480 | + "documentation":"<p>Indicates the AI-generated summary for the Resilience Hub assessment, providing a concise overview that highlights the top risks and recommendations.</p> <note> <p>This property is available only in the US East (N. Virginia) Region.</p> </note>" |
1477 | 1481 | },
|
1478 | 1482 | "tags":{
|
1479 | 1483 | "shape":"TagMap",
|
|
1704 | 1708 | "shape":"AppAssessmentScheduleType",
|
1705 | 1709 | "documentation":"<p> Assessment execution schedule with 'Daily' or 'Disabled' values. </p>"
|
1706 | 1710 | },
|
| 1711 | + "awsApplicationArn":{ |
| 1712 | + "shape":"Arn", |
| 1713 | + "documentation":"<p>Amazon Resource Name (ARN) of Resource Groups group that is integrated with an AppRegistry application. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i> guide.</p>" |
| 1714 | + }, |
1707 | 1715 | "complianceStatus":{
|
1708 | 1716 | "shape":"AppComplianceStatusType",
|
1709 | 1717 | "documentation":"<p>The current status of compliance for the resiliency policy.</p>"
|
|
1929 | 1937 | "required":[
|
1930 | 1938 | "entryId",
|
1931 | 1939 | "excluded",
|
1932 |
| - "item", |
1933 | 1940 | "referenceId"
|
1934 | 1941 | ],
|
1935 | 1942 | "members":{
|
|
2182 | 2189 | "shape":"AppAssessmentScheduleType",
|
2183 | 2190 | "documentation":"<p> Assessment execution schedule with 'Daily' or 'Disabled' values. </p>"
|
2184 | 2191 | },
|
| 2192 | + "awsApplicationArn":{ |
| 2193 | + "shape":"Arn", |
| 2194 | + "documentation":"<p>Amazon Resource Name (ARN) of Resource Groups group that is integrated with an AppRegistry application. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i> guide.</p>" |
| 2195 | + }, |
2185 | 2196 | "clientToken":{
|
2186 | 2197 | "shape":"ClientToken",
|
2187 | 2198 | "documentation":"<p>Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.</p>",
|
|
3024 | 3035 | "shape":"EntityVersion",
|
3025 | 3036 | "documentation":"<p>The version of the application.</p>"
|
3026 | 3037 | },
|
| 3038 | + "errorDetails":{ |
| 3039 | + "shape":"ErrorDetailList", |
| 3040 | + "documentation":"<p>List of errors that were encountered while importing resources.</p>" |
| 3041 | + }, |
3027 | 3042 | "errorMessage":{
|
3028 | 3043 | "shape":"String500",
|
3029 |
| - "documentation":"<p>The returned error message for the request.</p>" |
| 3044 | + "documentation":"<p>The error message returned for the resource request.</p>" |
3030 | 3045 | },
|
3031 | 3046 | "status":{
|
3032 | 3047 | "shape":"ResourceImportStatusType",
|
|
3263 | 3278 | "type":"string",
|
3264 | 3279 | "pattern":"^\\S{1,50}$"
|
3265 | 3280 | },
|
| 3281 | + "ErrorDetail":{ |
| 3282 | + "type":"structure", |
| 3283 | + "members":{ |
| 3284 | + "errorMessage":{ |
| 3285 | + "shape":"ErrorMessage", |
| 3286 | + "documentation":"<p>Provides additional information about the error.</p>" |
| 3287 | + } |
| 3288 | + }, |
| 3289 | + "documentation":"<p>Indicates the error that was encountered while importing a resource.</p>" |
| 3290 | + }, |
| 3291 | + "ErrorDetailList":{ |
| 3292 | + "type":"list", |
| 3293 | + "member":{"shape":"ErrorDetail"} |
| 3294 | + }, |
3266 | 3295 | "ErrorMessage":{
|
3267 | 3296 | "type":"string",
|
3268 | 3297 | "max":500,
|
|
4053 | 4082 | "location":"querystring",
|
4054 | 4083 | "locationName":"appArn"
|
4055 | 4084 | },
|
| 4085 | + "awsApplicationArn":{ |
| 4086 | + "shape":"Arn", |
| 4087 | + "documentation":"<p>Amazon Resource Name (ARN) of Resource Groups group that is integrated with an AppRegistry application. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i> guide.</p>", |
| 4088 | + "location":"querystring", |
| 4089 | + "locationName":"awsApplicationArn" |
| 4090 | + }, |
4056 | 4091 | "fromLastAssessmentTime":{
|
4057 | 4092 | "shape":"TimeStamp",
|
4058 | 4093 | "documentation":"<p>Indicates the lower limit of the range that is used to filter applications based on their last assessment times.</p>",
|
|
5940 | 5975 | "required":[
|
5941 | 5976 | "entryId",
|
5942 | 5977 | "excluded",
|
5943 |
| - "item", |
5944 | 5978 | "referenceId"
|
5945 | 5979 | ],
|
5946 | 5980 | "members":{
|
|
0 commit comments