@@ -132,7 +132,20 @@ def test_get_action_data(self):
132
132
"ram" : [
133
133
{
134
134
"action" : "ram:TagResource" ,
135
- "description" : "Grants permission to tag the specified resource share" ,
135
+ "description" : "Grants permission to tag the specified resource share or permission" ,
136
+ "access_level" : "Tagging" ,
137
+ "api_documentation_link" : "https://docs.aws.amazon.com/ram/latest/APIReference/API_TagResource.html" ,
138
+ "resource_arn_format" : "arn:${Partition}:ram:${Region}:${Account}:permission/${ResourcePath}" ,
139
+ "condition_keys" : [
140
+ "aws:ResourceTag/${TagKey}" ,
141
+ "ram:PermissionArn" ,
142
+ "ram:PermissionResourceType" ,
143
+ ],
144
+ "dependent_actions" : [],
145
+ },
146
+ {
147
+ "action" : "ram:TagResource" ,
148
+ "description" : "Grants permission to tag the specified resource share or permission" ,
136
149
"access_level" : "Tagging" ,
137
150
"api_documentation_link" : "https://docs.aws.amazon.com/ram/latest/APIReference/API_TagResource.html" ,
138
151
"resource_arn_format" : "arn:${Partition}:ram:${Region}:${Account}:resource-share/${ResourcePath}" ,
@@ -145,7 +158,7 @@ def test_get_action_data(self):
145
158
},
146
159
{
147
160
"action" : "ram:TagResource" ,
148
- "description" : "Grants permission to tag the specified resource share" ,
161
+ "description" : "Grants permission to tag the specified resource share or permission " ,
149
162
"access_level" : "Tagging" ,
150
163
"api_documentation_link" : "https://docs.aws.amazon.com/ram/latest/APIReference/API_TagResource.html" ,
151
164
"resource_arn_format" : "*" ,
0 commit comments