|
218 | 218 | "output":{"shape":"ListTagsForResourceResponse"}, |
219 | 219 | "errors":[ |
220 | 220 | {"shape":"ValidationException"}, |
| 221 | + {"shape":"AccessDeniedException"}, |
221 | 222 | {"shape":"ResourceNotFoundException"}, |
222 | | - {"shape":"InternalServiceException"} |
| 223 | + {"shape":"ThrottlingException"}, |
| 224 | + {"shape":"InternalServerException"} |
223 | 225 | ], |
224 | 226 | "documentation":"<p>Returns a list of tags for a resource.</p>", |
225 | 227 | "endpoint":{"hostPrefix":"api."} |
|
235 | 237 | "output":{"shape":"TagResourceResponse"}, |
236 | 238 | "errors":[ |
237 | 239 | {"shape":"ValidationException"}, |
| 240 | + {"shape":"AccessDeniedException"}, |
238 | 241 | {"shape":"ResourceNotFoundException"}, |
239 | | - {"shape":"InternalServiceException"} |
| 242 | + {"shape":"ThrottlingException"}, |
| 243 | + {"shape":"ConflictException"}, |
| 244 | + {"shape":"InternalServerException"} |
240 | 245 | ], |
241 | 246 | "documentation":"<p>Assigns one or more tags (key-value pairs) to the specified resource.</p>", |
242 | 247 | "endpoint":{"hostPrefix":"api."} |
|
252 | 257 | "output":{"shape":"UntagResourceResponse"}, |
253 | 258 | "errors":[ |
254 | 259 | {"shape":"ValidationException"}, |
| 260 | + {"shape":"AccessDeniedException"}, |
255 | 261 | {"shape":"ResourceNotFoundException"}, |
256 | | - {"shape":"InternalServiceException"} |
| 262 | + {"shape":"ThrottlingException"}, |
| 263 | + {"shape":"ConflictException"}, |
| 264 | + {"shape":"InternalServerException"} |
257 | 265 | ], |
258 | 266 | "documentation":"<p>Removes a tag or tags from a resource.</p>", |
259 | 267 | "endpoint":{"hostPrefix":"api."}, |
|
622 | 630 | "documentation":"<p>The Amazon Resource Name (ARN) of the Key Management Service key used to encrypt the device.</p>" |
623 | 631 | }, |
624 | 632 | "tags":{ |
625 | | - "shape":"EmbeddedTag", |
| 633 | + "shape":"TagsMap", |
626 | 634 | "documentation":"<p>The tag keys and optional values for the resource.</p>" |
627 | 635 | } |
628 | 636 | }, |
|
720 | 728 | "arn":{ |
721 | 729 | "shape":"Arn", |
722 | 730 | "documentation":"<p>The Amazon Resource Name (ARN) of the device.</p>" |
723 | | - }, |
724 | | - "tags":{ |
725 | | - "shape":"EmbeddedTag", |
726 | | - "documentation":"<p>The tag keys and optional values for the resource.</p>" |
727 | 731 | } |
728 | 732 | }, |
729 | 733 | "documentation":"<p>Describes a thin client device.</p>" |
730 | 734 | }, |
731 | | - "EmbeddedTag":{ |
732 | | - "type":"structure", |
733 | | - "members":{ |
734 | | - "resourceArn":{ |
735 | | - "shape":"String", |
736 | | - "documentation":"<p>The Amazon Resource Name (ARN) of a resource to tag.</p>" |
737 | | - }, |
738 | | - "internalId":{ |
739 | | - "shape":"String", |
740 | | - "documentation":"<p>The internal ID of a resource to tag.</p>" |
741 | | - } |
742 | | - }, |
743 | | - "documentation":"<p>The resource and internal ID of a resource to tag.</p>", |
744 | | - "sensitive":true |
745 | | - }, |
746 | 735 | "Environment":{ |
747 | 736 | "type":"structure", |
748 | 737 | "members":{ |
|
819 | 808 | "documentation":"<p>The Amazon Resource Name (ARN) of the Key Management Service key used to encrypt the environment.</p>" |
820 | 809 | }, |
821 | 810 | "tags":{ |
822 | | - "shape":"EmbeddedTag", |
| 811 | + "shape":"TagsMap", |
823 | 812 | "documentation":"<p>The tag keys and optional values for the resource.</p>" |
824 | 813 | } |
825 | 814 | }, |
|
904 | 893 | "arn":{ |
905 | 894 | "shape":"Arn", |
906 | 895 | "documentation":"<p>The Amazon Resource Name (ARN) of the environment.</p>" |
907 | | - }, |
908 | | - "tags":{ |
909 | | - "shape":"EmbeddedTag", |
910 | | - "documentation":"<p>The tag keys and optional values for the resource.</p>" |
911 | 896 | } |
912 | 897 | }, |
913 | 898 | "documentation":"<p>Describes an environment.</p>" |
|
1003 | 988 | "exception":true, |
1004 | 989 | "fault":true |
1005 | 990 | }, |
1006 | | - "InternalServiceException":{ |
1007 | | - "type":"structure", |
1008 | | - "members":{ |
1009 | | - "message":{"shape":"ExceptionMessage"}, |
1010 | | - "retryAfterSeconds":{ |
1011 | | - "shape":"RetryAfterSeconds", |
1012 | | - "documentation":"<p>The number of seconds to wait before retrying the next request.</p>", |
1013 | | - "location":"header", |
1014 | | - "locationName":"Retry-After" |
1015 | | - } |
1016 | | - }, |
1017 | | - "documentation":"<p>Request processing failed due to some unknown error, exception, or failure.</p>", |
1018 | | - "error":{"httpStatusCode":500}, |
1019 | | - "exception":true, |
1020 | | - "fault":true |
1021 | | - }, |
1022 | 991 | "KmsKeyArn":{ |
1023 | 992 | "type":"string", |
1024 | 993 | "max":2048, |
|
1299 | 1268 | "arn":{ |
1300 | 1269 | "shape":"Arn", |
1301 | 1270 | "documentation":"<p>The Amazon Resource Name (ARN) of the software set.</p>" |
| 1271 | + }, |
| 1272 | + "tags":{ |
| 1273 | + "shape":"TagsMap", |
| 1274 | + "documentation":"<p>The tag keys and optional values for the resource.</p>" |
1302 | 1275 | } |
1303 | 1276 | }, |
1304 | 1277 | "documentation":"<p>Describes a software set.</p>" |
|
0 commit comments