Skip to content

Commit 51369e4

Browse files
author
AWS
committed
Amazon WorkSpaces Thin Client Update: Remove Tags field from Get API responses
1 parent a2a4fcb commit 51369e4

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon WorkSpaces Thin Client",
4+
"contributor": "",
5+
"description": "Remove Tags field from Get API responses"
6+
}

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

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -635,13 +635,6 @@
635635
"kmsKeyArn":{
636636
"shape":"KmsKeyArn",
637637
"documentation":"<p>The Amazon Resource Name (ARN) of the Key Management Service key used to encrypt the device.</p>"
638-
},
639-
"tags":{
640-
"shape":"TagsMap",
641-
"documentation":"<p>The tag keys and optional values for the resource.</p>",
642-
"deprecated":true,
643-
"deprecatedMessage":"This field will be removed in future releases. Use ListTagsForResource API instead.",
644-
"deprecatedSince":"2025-03-25"
645638
}
646639
},
647640
"documentation":"<p>Describes a thin client device.</p>"
@@ -839,13 +832,6 @@
839832
"shape":"KmsKeyArn",
840833
"documentation":"<p>The Amazon Resource Name (ARN) of the Key Management Service key used to encrypt the environment.</p>"
841834
},
842-
"tags":{
843-
"shape":"TagsMap",
844-
"documentation":"<p>The tag keys and optional values for the resource.</p>",
845-
"deprecated":true,
846-
"deprecatedMessage":"This field will be removed in future releases. Use ListTagsForResource API instead.",
847-
"deprecatedSince":"2025-03-25"
848-
},
849835
"deviceCreationTags":{
850836
"shape":"DeviceCreationTagsMap",
851837
"documentation":"<p>The tag keys and optional values for the newly created devices for this environment.</p>"
@@ -1310,13 +1296,6 @@
13101296
"arn":{
13111297
"shape":"Arn",
13121298
"documentation":"<p>The Amazon Resource Name (ARN) of the software set.</p>"
1313-
},
1314-
"tags":{
1315-
"shape":"TagsMap",
1316-
"documentation":"<p>The tag keys and optional values for the resource.</p>",
1317-
"deprecated":true,
1318-
"deprecatedMessage":"This field will be removed in future releases. Use ListTagsForResource API instead.",
1319-
"deprecatedSince":"2025-03-25"
13201299
}
13211300
},
13221301
"documentation":"<p>Describes a software set.</p>"

0 commit comments

Comments
 (0)