Skip to content

Commit

Permalink
AWS Resource Groups Update: Documentation updates for Resource Groups.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed May 27, 2021
1 parent e2f4030 commit 5f1b233
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AWSResourceGroups-5ca0047.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS Resource Groups",
"contributor": "",
"description": "Documentation updates for Resource Groups."
}
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
{"shape":"TooManyRequestsException"},
{"shape":"InternalServerErrorException"}
],
"documentation":"<p>Returns a list of ARNs of the resources that are members of a specified resource group.</p> <p> <b>Minimum permissions</b> </p> <p>To run this command, you must have the following permissions:</p> <ul> <li> <p> <code>resource-groups:ListGroupResources</code> </p> </li> </ul>"
"documentation":"<p>Returns a list of ARNs of the resources that are members of a specified resource group.</p> <p> <b>Minimum permissions</b> </p> <p>To run this command, you must have the following permissions:</p> <ul> <li> <p> <code>resource-groups:ListGroupResources</code> </p> </li> <li> <p> <code>cloudformation:DescribeStacks</code> </p> </li> <li> <p> <code>cloudformation:ListStackResources</code> </p> </li> <li> <p> <code>tag:GetResources</code> </p> </li> </ul>"
},
"ListGroups":{
"name":"ListGroups",
Expand Down Expand Up @@ -208,7 +208,7 @@
{"shape":"TooManyRequestsException"},
{"shape":"InternalServerErrorException"}
],
"documentation":"<p>Returns a list of AWS resource identifiers that matches the specified query. The query uses the same format as a resource query in a CreateGroup or UpdateGroupQuery operation.</p> <p> <b>Minimum permissions</b> </p> <p>To run this command, you must have the following permissions:</p> <ul> <li> <p> <code>resource-groups:SearchResources</code> </p> </li> </ul>"
"documentation":"<p>Returns a list of AWS resource identifiers that matches the specified query. The query uses the same format as a resource query in a CreateGroup or UpdateGroupQuery operation.</p> <p> <b>Minimum permissions</b> </p> <p>To run this command, you must have the following permissions:</p> <ul> <li> <p> <code>resource-groups:SearchResources</code> </p> </li> <li> <p> <code>cloudformation:DescribeStacks</code> </p> </li> <li> <p> <code>cloudformation:ListStackResources</code> </p> </li> <li> <p> <code>tag:GetResources</code> </p> </li> </ul>"
},
"Tag":{
"name":"Tag",
Expand Down

0 comments on commit 5f1b233

Please sign in to comment.