|
3 | 3 | "metadata":{
|
4 | 4 | "apiVersion":"2023-08-22",
|
5 | 5 | "endpointPrefix":"thinclient",
|
6 |
| - "jsonVersion":"1.1", |
7 | 6 | "protocol":"rest-json",
|
| 7 | + "protocols":["rest-json"], |
8 | 8 | "serviceFullName":"Amazon WorkSpaces Thin Client",
|
9 | 9 | "serviceId":"WorkSpaces Thin Client",
|
10 | 10 | "signatureVersion":"v4",
|
|
427 | 427 | "tags":{
|
428 | 428 | "shape":"TagsMap",
|
429 | 429 | "documentation":"<p>A map of the key-value pairs of the tag or tags to assign to the resource.</p>"
|
| 430 | + }, |
| 431 | + "deviceCreationTags":{ |
| 432 | + "shape":"DeviceCreationTagsMap", |
| 433 | + "documentation":"<p>A map of the key-value pairs of the tag or tags to assign to the newly created devices for this environment.</p>" |
430 | 434 | }
|
431 | 435 | }
|
432 | 436 | },
|
|
636 | 640 | },
|
637 | 641 | "documentation":"<p>Describes a thin client device.</p>"
|
638 | 642 | },
|
| 643 | + "DeviceCreationTagKey":{ |
| 644 | + "type":"string", |
| 645 | + "max":128, |
| 646 | + "min":1, |
| 647 | + "pattern":"(?!aws:)[A-Za-z0-9 _=@:.+-/]+" |
| 648 | + }, |
| 649 | + "DeviceCreationTagValue":{ |
| 650 | + "type":"string", |
| 651 | + "max":256, |
| 652 | + "min":0, |
| 653 | + "pattern":"[A-Za-z0-9 _=@:.+-/]+" |
| 654 | + }, |
| 655 | + "DeviceCreationTagsMap":{ |
| 656 | + "type":"map", |
| 657 | + "key":{"shape":"DeviceCreationTagKey"}, |
| 658 | + "value":{"shape":"DeviceCreationTagValue"}, |
| 659 | + "max":50, |
| 660 | + "min":0, |
| 661 | + "sensitive":true |
| 662 | + }, |
639 | 663 | "DeviceId":{
|
640 | 664 | "type":"string",
|
641 | 665 | "pattern":"[a-zA-Z0-9]{24}"
|
|
810 | 834 | "tags":{
|
811 | 835 | "shape":"TagsMap",
|
812 | 836 | "documentation":"<p>The tag keys and optional values for the resource.</p>"
|
| 837 | + }, |
| 838 | + "deviceCreationTags":{ |
| 839 | + "shape":"DeviceCreationTagsMap", |
| 840 | + "documentation":"<p>\"The tag keys and optional values for the newly created devices for this environment.\"</p>" |
813 | 841 | }
|
814 | 842 | },
|
815 | 843 | "documentation":"<p>Describes an environment.</p>"
|
|
1513 | 1541 | "desiredSoftwareSetId":{
|
1514 | 1542 | "shape":"SoftwareSetIdOrEmptyString",
|
1515 | 1543 | "documentation":"<p>The ID of the software set to apply.</p>"
|
| 1544 | + }, |
| 1545 | + "deviceCreationTags":{ |
| 1546 | + "shape":"DeviceCreationTagsMap", |
| 1547 | + "documentation":"<p>A map of the key-value pairs of the tag or tags to assign to the newly created devices for this environment.</p>" |
1516 | 1548 | }
|
1517 | 1549 | }
|
1518 | 1550 | },
|
|
0 commit comments