|
368 | 368 | "members":{
|
369 | 369 | "Name":{
|
370 | 370 | "shape":"GroupName",
|
371 |
| - "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>" |
| 371 | + "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>" |
372 | 372 | },
|
373 | 373 | "Description":{
|
374 | 374 | "shape":"Description",
|
|
916 | 916 | },
|
917 | 917 | "QueryErrors":{
|
918 | 918 | "shape":"QueryErrorList",
|
919 |
| - "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>" |
| 919 | + "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>" |
920 | 920 | }
|
921 | 921 | }
|
922 | 922 | },
|
|
925 | 925 | "members":{
|
926 | 926 | "Filters":{
|
927 | 927 | "shape":"GroupFilterList",
|
928 |
| - "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>" |
| 928 | + "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>" |
929 | 929 | },
|
930 | 930 | "MaxResults":{
|
931 | 931 | "shape":"MaxResults",
|
|
1035 | 1035 | },
|
1036 | 1036 | "Message":{
|
1037 | 1037 | "shape":"QueryErrorMessage",
|
1038 |
| - "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>" |
| 1038 | + "documentation":"<p>A message that explains the <code>ErrorCode</code>. </p>" |
1039 | 1039 | }
|
1040 | 1040 | },
|
1041 |
| - "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>" |
| 1041 | + "documentation":"<p>A two-part error structure that can occur in <code>ListGroupResources</code> or <code>SearchResources</code>. </p>" |
1042 | 1042 | },
|
1043 | 1043 | "QueryErrorCode":{
|
1044 | 1044 | "type":"string",
|
1045 | 1045 | "enum":[
|
1046 | 1046 | "CLOUDFORMATION_STACK_INACTIVE",
|
1047 | 1047 | "CLOUDFORMATION_STACK_NOT_EXISTING",
|
1048 |
| - "CLOUDFORMATION_STACK_UNASSUMABLE_ROLE" |
| 1048 | + "CLOUDFORMATION_STACK_UNASSUMABLE_ROLE", |
| 1049 | + "RESOURCE_TYPE_NOT_SUPPORTED" |
1049 | 1050 | ]
|
1050 | 1051 | },
|
1051 | 1052 | "QueryErrorList":{
|
|
1196 | 1197 | },
|
1197 | 1198 | "QueryErrors":{
|
1198 | 1199 | "shape":"QueryErrorList",
|
1199 |
| - "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>" |
| 1200 | + "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>" |
1200 | 1201 | }
|
1201 | 1202 | }
|
1202 | 1203 | },
|
|
0 commit comments