Skip to content

Commit 3db921c

Browse files
author
AWS
committed
AWS Resource Access Manager Update: Document improvements to the RAM API operations and parameter descriptions.
1 parent f4d488b commit 3db921c

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Resource Access Manager",
4+
"contributor": "",
5+
"description": "Document improvements to the RAM API operations and parameter descriptions."
6+
}

services/ram/src/main/resources/codegen-resources/service-2.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
{"shape":"ServerInternalException"},
400400
{"shape":"ServiceUnavailableException"}
401401
],
402-
"documentation":"<p>Lists the resources that you added to a resource shares or the resources that are shared with you.</p>"
402+
"documentation":"<p>Lists the resources that you added to a resource share or the resources that are shared with you.</p>"
403403
},
404404
"PromoteResourceShareCreatedFromPolicy":{
405405
"name":"PromoteResourceShareCreatedFromPolicy",
@@ -921,7 +921,7 @@
921921
},
922922
"resourceOwner":{
923923
"shape":"ResourceOwner",
924-
"documentation":"<p>Specifies that you want to retrieve details of only those resource shares that match the following:</p> <ul> <li> <p> <b> <code>SELF</code> </b> – resources that you are sharing</p> </li> <li> <p> <b> <code>OTHER-ACCOUNTS</code> </b> – resources that other accounts share with you</p> </li> </ul>"
924+
"documentation":"<p>Specifies that you want to retrieve details of only those resource shares that match the following:</p> <ul> <li> <p> <b> <code>SELF</code> </b> – resource shares that your account shares with other accounts</p> </li> <li> <p> <b> <code>OTHER-ACCOUNTS</code> </b> – resource shares that other accounts share with your account</p> </li> </ul>"
925925
},
926926
"name":{
927927
"shape":"String",
@@ -1131,7 +1131,7 @@
11311131
"members":{
11321132
"resourceOwner":{
11331133
"shape":"ResourceOwner",
1134-
"documentation":"<p>Specifies that you want to list information for only resource shares that match the following:</p> <ul> <li> <p> <b> <code>SELF</code> </b> – resources that you are sharing</p> </li> <li> <p> <b> <code>OTHER-ACCOUNTS</code> </b> – resources that other accounts share with you</p> </li> </ul>"
1134+
"documentation":"<p>Specifies that you want to list information for only resource shares that match the following:</p> <ul> <li> <p> <b> <code>SELF</code> </b> – principals that your account is sharing resources with</p> </li> <li> <p> <b> <code>OTHER-ACCOUNTS</code> </b> – principals that are sharing resources with your account</p> </li> </ul>"
11351135
},
11361136
"resourceArn":{
11371137
"shape":"String",
@@ -1239,7 +1239,7 @@
12391239
"members":{
12401240
"resourceOwner":{
12411241
"shape":"ResourceOwner",
1242-
"documentation":"<p>Specifies that you want to list only the resource shares that match the following:</p> <ul> <li> <p> <b> <code>SELF</code> </b> – resources that you are sharing</p> </li> <li> <p> <b> <code>OTHER-ACCOUNTS</code> </b> – resources that other accounts share with you</p> </li> </ul>"
1242+
"documentation":"<p>Specifies that you want to list only the resource shares that match the following:</p> <ul> <li> <p> <b> <code>SELF</code> </b> – resources that your account shares with other accounts</p> </li> <li> <p> <b> <code>OTHER-ACCOUNTS</code> </b> – resources that other accounts share with your account</p> </li> </ul>"
12431243
},
12441244
"principal":{
12451245
"shape":"String",

0 commit comments

Comments
 (0)