|
641 | 641 | "members": {
|
642 | 642 | "Name": {
|
643 | 643 | "shape": "GroupName",
|
644 |
| - "documentation": "<p>The name of the group, which is the identifier of the group in other operations. You can't change the name of a resource group after you create it. A resource group name can consist of letters, numbers, hyphens, periods, and underscores. The name cannot start with <code>AWS</code> or <code>aws</code>; these are reserved. A resource group name must be unique within each Amazon Web Services Region in your Amazon Web Services account.</p>" |
| 644 | + "documentation": "<p>The name of the group, which is the identifier of the group in other operations. You can't change the name of a resource group after you create it. A resource group name can consist of letters, numbers, hyphens, periods, and underscores. The name cannot start with <code>AWS</code>, <code>aws</code>, or any other possible capitalization; these are reserved. A resource group name must be unique within each Amazon Web Services Region in your Amazon Web Services account.</p>" |
645 | 645 | },
|
646 | 646 | "Description": {
|
647 | 647 | "shape": "Description",
|
|
1199 | 1199 | },
|
1200 | 1200 | "QueryErrors": {
|
1201 | 1201 | "shape": "QueryErrorList",
|
1202 |
| - "documentation": "<p>A list of <code>QueryError</code> objects. Each error is an object that contains <code>ErrorCode</code> and <code>Message</code> structures. Possible values for <code>ErrorCode</code> are <code>CLOUDFORMATION_STACK_INACTIVE</code> and <code>CLOUDFORMATION_STACK_NOT_EXISTING</code>.</p>" |
| 1202 | + "documentation": "<p>A list of <code>QueryError</code> objects. Each error contains an <code>ErrorCode</code> and <code>Message</code>. Possible values for ErrorCode are <code>CLOUDFORMATION_STACK_INACTIVE</code>, <code>CLOUDFORMATION_STACK_NOT_EXISTING</code>, <code>CLOUDFORMATION_STACK_UNASSUMABLE_ROLE</code> and <code>RESOURCE_TYPE_NOT_SUPPORTED</code>. </p>" |
1203 | 1203 | }
|
1204 | 1204 | }
|
1205 | 1205 | },
|
|
1208 | 1208 | "members": {
|
1209 | 1209 | "Filters": {
|
1210 | 1210 | "shape": "GroupFilterList",
|
1211 |
| - "documentation": "<p>Filters, formatted as <a>GroupFilter</a> objects, that you want to apply to a <code>ListGroups</code> operation.</p> <ul> <li> <p> <code>resource-type</code> - Filter the results to include only those of the specified resource types. Specify up to five resource types in the format <code>AWS::<i>ServiceCode</i>::<i>ResourceType</i> </code>. For example, <code>AWS::EC2::Instance</code>, or <code>AWS::S3::Bucket</code>.</p> </li> <li> <p> <code>configuration-type</code> - Filter the results to include only those groups that have the specified configuration types attached. The current supported values are:</p> <ul> <li> <p> <code>AWS::EC2::CapacityReservationPool</code> </p> </li> <li> <p> <code>AWS::EC2::HostManagement</code> </p> </li> </ul> </li> </ul>" |
| 1211 | + "documentation": "<p>Filters, formatted as <a>GroupFilter</a> objects, that you want to apply to a <code>ListGroups</code> operation.</p> <ul> <li> <p> <code>resource-type</code> - Filter the results to include only those resource groups that have the specified resource type in their <code>ResourceTypeFilter</code>. For example, <code>AWS::EC2::Instance</code> would return any resource group with a <code>ResourceTypeFilter</code> that includes <code>AWS::EC2::Instance</code>.</p> </li> <li> <p> <code>configuration-type</code> - Filter the results to include only those groups that have the specified configuration types attached. The current supported values are:</p> <ul> <li> <p> <code>AWS::AppRegistry::Application</code> </p> </li> <li> <p> <code>AWS::AppRegistry::ApplicationResourceGroups</code> </p> </li> <li> <p> <code>AWS::CloudFormation::Stack</code> </p> </li> <li> <p> <code>AWS::EC2::CapacityReservationPool</code> </p> </li> <li> <p> <code>AWS::EC2::HostManagement</code> </p> </li> <li> <p> <code>AWS::NetworkFirewall::RuleGroup</code> </p> </li> </ul> </li> </ul>" |
1212 | 1212 | },
|
1213 | 1213 | "MaxResults": {
|
1214 | 1214 | "shape": "MaxResults",
|
|
1301 | 1301 | },
|
1302 | 1302 | "Message": {
|
1303 | 1303 | "shape": "QueryErrorMessage",
|
1304 |
| - "documentation": "<p>A message that explains the <code>ErrorCode</code> value. Messages might state that the specified CloudFront stack does not exist (or no longer exists). For <code>CLOUDFORMATION_STACK_INACTIVE</code>, the message typically states that the CloudFront stack has a status that is not (or no longer) active, such as <code>CREATE_FAILED</code>.</p>" |
| 1304 | + "documentation": "<p>A message that explains the <code>ErrorCode</code>. </p>" |
1305 | 1305 | }
|
1306 | 1306 | },
|
1307 |
| - "documentation": "<p>A two-part error structure that can occur in <code>ListGroupResources</code> or <code>SearchResources</code> operations on CloudFront stack-based queries. The error occurs if the CloudFront stack on which the query is based either does not exist, or has a status that renders the stack inactive. A <code>QueryError</code> occurrence does not necessarily mean that Resource Groups could not complete the operation, but the resulting group might have no member resources.</p>" |
| 1307 | + "documentation": "<p>A two-part error structure that can occur in <code>ListGroupResources</code> or <code>SearchResources</code>. </p>" |
1308 | 1308 | },
|
1309 | 1309 | "QueryErrorCode": {
|
1310 | 1310 | "type": "string",
|
1311 | 1311 | "enum": [
|
1312 | 1312 | "CLOUDFORMATION_STACK_INACTIVE",
|
1313 | 1313 | "CLOUDFORMATION_STACK_NOT_EXISTING",
|
1314 |
| - "CLOUDFORMATION_STACK_UNASSUMABLE_ROLE" |
| 1314 | + "CLOUDFORMATION_STACK_UNASSUMABLE_ROLE", |
| 1315 | + "RESOURCE_TYPE_NOT_SUPPORTED" |
1315 | 1316 | ]
|
1316 | 1317 | },
|
1317 | 1318 | "QueryErrorList": {
|
|
1480 | 1481 | },
|
1481 | 1482 | "QueryErrors": {
|
1482 | 1483 | "shape": "QueryErrorList",
|
1483 |
| - "documentation": "<p>A list of <code>QueryError</code> objects. Each error is an object that contains <code>ErrorCode</code> and <code>Message</code> structures.</p> <p>Possible values for <code>ErrorCode</code>:</p> <ul> <li> <p> <code>CLOUDFORMATION_STACK_INACTIVE</code> </p> </li> <li> <p> <code>CLOUDFORMATION_STACK_NOT_EXISTING</code> </p> </li> </ul>" |
| 1484 | + "documentation": "<p>A list of <code>QueryError</code> objects. Each error contains an <code>ErrorCode</code> and <code>Message</code>.</p> <p>Possible values for <code>ErrorCode</code>:</p> <ul> <li> <p> <code>CLOUDFORMATION_STACK_INACTIVE</code> </p> </li> <li> <p> <code>CLOUDFORMATION_STACK_NOT_EXISTING</code> </p> </li> <li> <p> <code>CLOUDFORMATION_STACK_UNASSUMABLE_ROLE </code> </p> </li> </ul>" |
1484 | 1485 | }
|
1485 | 1486 | }
|
1486 | 1487 | },
|
|
0 commit comments