Skip to content

Commit ad0b8af

Browse files
author
AWS
committed
Amazon Elastic File System Update: Change the TagKeys argument for UntagResource to a URL parameter to address an issue with the Java and .NET SDKs.
1 parent 9cc3cfb commit ad0b8af

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic File System",
4+
"description": "Change the TagKeys argument for UntagResource to a URL parameter to address an issue with the Java and .NET SDKs."
5+
}

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,10 @@
17051705
},
17061706
"UntagResourceRequest":{
17071707
"type":"structure",
1708-
"required":["ResourceId"],
1708+
"required":[
1709+
"ResourceId",
1710+
"TagKeys"
1711+
],
17091712
"members":{
17101713
"ResourceId":{
17111714
"shape":"ResourceId",
@@ -1715,7 +1718,9 @@
17151718
},
17161719
"TagKeys":{
17171720
"shape":"TagKeys",
1718-
"documentation":"<p>The keys of the key:value tag pairs that you want to remove from the specified EFS resource.</p>"
1721+
"documentation":"<p>The keys of the key:value tag pairs that you want to remove from the specified EFS resource.</p>",
1722+
"location":"querystring",
1723+
"locationName":"tagKeys"
17191724
}
17201725
}
17211726
},

0 commit comments

Comments
 (0)