Skip to content

Commit bf858df

Browse files
author
AWS
committed
Amazon WorkSpaces Thin Client Update: Deprecate tags field in Get API responses
1 parent 215b3af commit bf858df

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
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": "Deprecate tags field in Get API responses"
6+
}

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

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,8 @@
344344
},
345345
"ActivationCode":{
346346
"type":"string",
347-
"pattern":"[a-z]{2}[a-z0-9]{6}"
347+
"pattern":"[a-z]{2}[a-z0-9]{6}",
348+
"sensitive":true
348349
},
349350
"ApplyTimeOf":{
350351
"type":"string",
@@ -636,7 +637,10 @@
636637
},
637638
"tags":{
638639
"shape":"TagsMap",
639-
"documentation":"<p>The tag keys and optional values for the resource.</p>"
640+
"documentation":"<p>The tag keys and optional values for the resource.</p>",
641+
"deprecated":true,
642+
"deprecatedMessage":"This field will be removed in future releases. Use ListTagsForResource API instead.",
643+
"deprecatedSince":"2025-03-25"
640644
}
641645
},
642646
"documentation":"<p>Describes a thin client device.</p>"
@@ -836,7 +840,10 @@
836840
},
837841
"tags":{
838842
"shape":"TagsMap",
839-
"documentation":"<p>The tag keys and optional values for the resource.</p>"
843+
"documentation":"<p>The tag keys and optional values for the resource.</p>",
844+
"deprecated":true,
845+
"deprecatedMessage":"This field will be removed in future releases. Use ListTagsForResource API instead.",
846+
"deprecatedSince":"2025-03-25"
840847
},
841848
"deviceCreationTags":{
842849
"shape":"DeviceCreationTagsMap",
@@ -1305,7 +1312,10 @@
13051312
},
13061313
"tags":{
13071314
"shape":"TagsMap",
1308-
"documentation":"<p>The tag keys and optional values for the resource.</p>"
1315+
"documentation":"<p>The tag keys and optional values for the resource.</p>",
1316+
"deprecated":true,
1317+
"deprecatedMessage":"This field will be removed in future releases. Use ListTagsForResource API instead.",
1318+
"deprecatedSince":"2025-03-25"
13091319
}
13101320
},
13111321
"documentation":"<p>Describes a software set.</p>"

0 commit comments

Comments
 (0)