|
1187 | 1187 | "Name": { |
1188 | 1188 | "target": "com.amazonaws.resourcegroups#GroupName", |
1189 | 1189 | "traits": { |
1190 | | - "smithy.api#documentation": "<p>The name of the group, which is the identifier of the group in other operations. You\n can't change the name of a resource group after you create it. A resource group name can\n consist of letters, numbers, hyphens, periods, and underscores. The name cannot start\n with <code>AWS</code> or <code>aws</code>; these are reserved. A resource group name\n must be unique within each Amazon Web Services Region in your Amazon Web Services account.</p>", |
| 1190 | + "smithy.api#documentation": "<p>The name of the group, which is the identifier of the group in other operations. You\n can't change the name of a resource group after you create it. A resource group name can\n consist of letters, numbers, hyphens, periods, and underscores. The name cannot start\n with <code>AWS</code>, <code>aws</code>, or any other possible capitalization; these are\n reserved. A resource group name must be unique within each Amazon Web Services Region in your Amazon Web Services\n account.</p>", |
1191 | 1191 | "smithy.api#required": {} |
1192 | 1192 | } |
1193 | 1193 | }, |
|
2356 | 2356 | "QueryErrors": { |
2357 | 2357 | "target": "com.amazonaws.resourcegroups#QueryErrorList", |
2358 | 2358 | "traits": { |
2359 | | - "smithy.api#documentation": "<p>A list of <code>QueryError</code> objects. Each error is an object that contains\n <code>ErrorCode</code> and <code>Message</code> structures. Possible values for\n <code>ErrorCode</code> are <code>CLOUDFORMATION_STACK_INACTIVE</code> and\n <code>CLOUDFORMATION_STACK_NOT_EXISTING</code>.</p>" |
| 2359 | + "smithy.api#documentation": "<p>A list of <code>QueryError</code> objects. Each error contains an\n <code>ErrorCode</code> and <code>Message</code>. Possible values for \n ErrorCode are <code>CLOUDFORMATION_STACK_INACTIVE</code>, <code>CLOUDFORMATION_STACK_NOT_EXISTING</code>, \n <code>CLOUDFORMATION_STACK_UNASSUMABLE_ROLE</code> and <code>RESOURCE_TYPE_NOT_SUPPORTED</code>. </p>" |
2360 | 2360 | } |
2361 | 2361 | } |
2362 | 2362 | }, |
|
2410 | 2410 | "Filters": { |
2411 | 2411 | "target": "com.amazonaws.resourcegroups#GroupFilterList", |
2412 | 2412 | "traits": { |
2413 | | - "smithy.api#documentation": "<p>Filters, formatted as <a>GroupFilter</a> objects, that you want to apply to\n a <code>ListGroups</code> operation.</p>\n <ul>\n <li>\n <p>\n <code>resource-type</code> - Filter the results to include only those of the\n specified resource types. Specify up to five resource types in the format\n <code>AWS::<i>ServiceCode</i>::<i>ResourceType</i>\n </code>.\n For example, <code>AWS::EC2::Instance</code>, or\n <code>AWS::S3::Bucket</code>.</p>\n </li>\n <li>\n <p>\n <code>configuration-type</code> - Filter the results to include only those\n groups that have the specified configuration types attached. The current\n supported values are:</p>\n <ul>\n <li>\n <p>\n <code>AWS::EC2::CapacityReservationPool</code>\n </p>\n </li>\n <li>\n <p>\n <code>AWS::EC2::HostManagement</code>\n </p>\n </li>\n </ul>\n </li>\n </ul>" |
| 2413 | + "smithy.api#documentation": "<p>Filters, formatted as <a>GroupFilter</a> objects, that you want to apply to\n a <code>ListGroups</code> operation.</p>\n <ul>\n <li>\n <p>\n <code>resource-type</code> - Filter the results to include only those resource groups that have the specified\n resource type in their <code>ResourceTypeFilter</code>. For example, <code>AWS::EC2::Instance</code> would\n return any resource group with a <code>ResourceTypeFilter</code> that includes\n <code>AWS::EC2::Instance</code>.</p>\n </li>\n <li>\n <p>\n <code>configuration-type</code> - Filter the results to include only those\n groups that have the specified configuration types attached. The current\n supported values are:</p>\n <ul>\n <li>\n <p>\n <code>AWS::AppRegistry::Application</code>\n </p>\n </li>\n <li>\n <p>\n <code>AWS::AppRegistry::ApplicationResourceGroups</code>\n </p>\n </li>\n <li>\n <p>\n <code>AWS::CloudFormation::Stack</code>\n </p>\n </li>\n <li>\n <p>\n <code>AWS::EC2::CapacityReservationPool</code>\n </p>\n </li>\n <li>\n <p>\n <code>AWS::EC2::HostManagement</code>\n </p>\n </li>\n <li>\n <p>\n <code>AWS::NetworkFirewall::RuleGroup</code>\n </p>\n </li>\n </ul>\n </li>\n </ul>" |
2414 | 2414 | } |
2415 | 2415 | }, |
2416 | 2416 | "MaxResults": { |
|
2612 | 2612 | "Message": { |
2613 | 2613 | "target": "com.amazonaws.resourcegroups#QueryErrorMessage", |
2614 | 2614 | "traits": { |
2615 | | - "smithy.api#documentation": "<p>A message that explains the <code>ErrorCode</code> value. Messages might state that\n the specified CloudFront stack does not exist (or no longer exists). For\n <code>CLOUDFORMATION_STACK_INACTIVE</code>, the message typically states that the\n CloudFront stack has a status that is not (or no longer) active, such as\n <code>CREATE_FAILED</code>.</p>" |
| 2615 | + "smithy.api#documentation": "<p>A message that explains the <code>ErrorCode</code>. </p>" |
2616 | 2616 | } |
2617 | 2617 | } |
2618 | 2618 | }, |
2619 | 2619 | "traits": { |
2620 | | - "smithy.api#documentation": "<p>A two-part error structure that can occur in <code>ListGroupResources</code> or\n <code>SearchResources</code> operations on CloudFront stack-based queries. The error\n occurs if the CloudFront stack on which the query is based either does not exist, or has a\n status that renders the stack inactive. A <code>QueryError</code> occurrence does not\n necessarily mean that Resource Groups could not complete the operation, but the resulting\n group might have no member resources.</p>" |
| 2620 | + "smithy.api#documentation": "<p>A two-part error structure that can occur in <code>ListGroupResources</code> or\n <code>SearchResources</code>. </p>" |
2621 | 2621 | } |
2622 | 2622 | }, |
2623 | 2623 | "com.amazonaws.resourcegroups#QueryErrorCode": { |
|
2640 | 2640 | "traits": { |
2641 | 2641 | "smithy.api#enumValue": "CLOUDFORMATION_STACK_UNASSUMABLE_ROLE" |
2642 | 2642 | } |
| 2643 | + }, |
| 2644 | + "RESOURCE_TYPE_NOT_SUPPORTED": { |
| 2645 | + "target": "smithy.api#Unit", |
| 2646 | + "traits": { |
| 2647 | + "smithy.api#enumValue": "RESOURCE_TYPE_NOT_SUPPORTED" |
| 2648 | + } |
2643 | 2649 | } |
2644 | 2650 | } |
2645 | 2651 | }, |
|
2922 | 2928 | "QueryErrors": { |
2923 | 2929 | "target": "com.amazonaws.resourcegroups#QueryErrorList", |
2924 | 2930 | "traits": { |
2925 | | - "smithy.api#documentation": "<p>A list of <code>QueryError</code> objects. Each error is an object that contains\n <code>ErrorCode</code> and <code>Message</code> structures.</p>\n <p>Possible values for <code>ErrorCode</code>:</p>\n <ul>\n <li>\n <p>\n <code>CLOUDFORMATION_STACK_INACTIVE</code>\n </p>\n </li>\n <li>\n <p>\n <code>CLOUDFORMATION_STACK_NOT_EXISTING</code>\n </p>\n </li>\n </ul>" |
| 2931 | + "smithy.api#documentation": "<p>A list of <code>QueryError</code> objects. Each error contains an \n <code>ErrorCode</code> and <code>Message</code>.</p>\n <p>Possible values for <code>ErrorCode</code>:</p>\n <ul>\n <li>\n <p>\n <code>CLOUDFORMATION_STACK_INACTIVE</code>\n </p>\n </li>\n <li>\n <p>\n <code>CLOUDFORMATION_STACK_NOT_EXISTING</code>\n </p>\n </li>\n <li>\n <p>\n <code>CLOUDFORMATION_STACK_UNASSUMABLE_ROLE </code>\n </p>\n </li>\n </ul>" |
2926 | 2932 | } |
2927 | 2933 | } |
2928 | 2934 | }, |
|
0 commit comments