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 344
344
},
345
345
"ActivationCode" :{
346
346
"type" :" string" ,
347
- "pattern" :" [a-z]{2}[a-z0-9]{6}"
347
+ "pattern" :" [a-z]{2}[a-z0-9]{6}" ,
348
+ "sensitive" :true
348
349
},
349
350
"ApplyTimeOf" :{
350
351
"type" :" string" ,
636
637
},
637
638
"tags" :{
638
639
"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"
640
644
}
641
645
},
642
646
"documentation" :" <p>Describes a thin client device.</p>"
836
840
},
837
841
"tags" :{
838
842
"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"
840
847
},
841
848
"deviceCreationTags" :{
842
849
"shape" :" DeviceCreationTagsMap" ,
1305
1312
},
1306
1313
"tags" :{
1307
1314
"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"
1309
1319
}
1310
1320
},
1311
1321
"documentation" :" <p>Describes a software set.</p>"
You can’t perform that action at this time.
0 commit comments