File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed
services/workspacesthinclient/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " feature" ,
3+ "category" : " Amazon WorkSpaces Thin Client" ,
4+ "contributor" : " " ,
5+ "description" : " Deprecate tags field in Get API responses"
6+ }
Original file line number Diff line number Diff line change 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" ,
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>"
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" ,
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>"
You can’t perform that action at this time.
0 commit comments