|
39 | 39 | "input":{"shape":"BatchAssociateUserStackRequest"}, |
40 | 40 | "output":{"shape":"BatchAssociateUserStackResult"}, |
41 | 41 | "errors":[ |
42 | | - {"shape":"OperationNotPermittedException"} |
| 42 | + {"shape":"OperationNotPermittedException"}, |
| 43 | + {"shape":"InvalidParameterCombinationException"} |
43 | 44 | ] |
44 | 45 | }, |
45 | 46 | "BatchDisassociateUserStack":{ |
|
49 | 50 | "requestUri":"/" |
50 | 51 | }, |
51 | 52 | "input":{"shape":"BatchDisassociateUserStackRequest"}, |
52 | | - "output":{"shape":"BatchDisassociateUserStackResult"} |
| 53 | + "output":{"shape":"BatchDisassociateUserStackResult"}, |
| 54 | + "errors":[ |
| 55 | + {"shape":"OperationNotPermittedException"}, |
| 56 | + {"shape":"InvalidParameterCombinationException"} |
| 57 | + ] |
53 | 58 | }, |
54 | 59 | "CopyImage":{ |
55 | 60 | "name":"CopyImage", |
|
77 | 82 | "input":{"shape":"CreateDirectoryConfigRequest"}, |
78 | 83 | "output":{"shape":"CreateDirectoryConfigResult"}, |
79 | 84 | "errors":[ |
| 85 | + {"shape":"ResourceNotFoundException"}, |
80 | 86 | {"shape":"ResourceAlreadyExistsException"}, |
81 | 87 | {"shape":"LimitExceededException"}, |
82 | | - {"shape":"InvalidAccountStatusException"} |
| 88 | + {"shape":"InvalidAccountStatusException"}, |
| 89 | + {"shape":"OperationNotPermittedException"}, |
| 90 | + {"shape":"InvalidRoleException"} |
83 | 91 | ] |
84 | 92 | }, |
85 | 93 | "CreateFleet":{ |
|
95 | 103 | {"shape":"ResourceNotAvailableException"}, |
96 | 104 | {"shape":"ResourceNotFoundException"}, |
97 | 105 | {"shape":"LimitExceededException"}, |
| 106 | + {"shape":"RequestLimitExceededException"}, |
98 | 107 | {"shape":"InvalidAccountStatusException"}, |
99 | 108 | {"shape":"InvalidRoleException"}, |
100 | 109 | {"shape":"ConcurrentModificationException"}, |
|
113 | 122 | "output":{"shape":"CreateImageBuilderResult"}, |
114 | 123 | "errors":[ |
115 | 124 | {"shape":"LimitExceededException"}, |
| 125 | + {"shape":"RequestLimitExceededException"}, |
116 | 126 | {"shape":"InvalidAccountStatusException"}, |
117 | 127 | {"shape":"ResourceAlreadyExistsException"}, |
118 | 128 | {"shape":"ResourceNotAvailableException"}, |
|
415 | 425 | "input":{"shape":"DescribeUserStackAssociationsRequest"}, |
416 | 426 | "output":{"shape":"DescribeUserStackAssociationsResult"}, |
417 | 427 | "errors":[ |
418 | | - {"shape":"InvalidParameterCombinationException"} |
| 428 | + {"shape":"InvalidParameterCombinationException"}, |
| 429 | + {"shape":"OperationNotPermittedException"} |
419 | 430 | ] |
420 | 431 | }, |
421 | 432 | "DescribeUsers":{ |
|
454 | 465 | "errors":[ |
455 | 466 | {"shape":"ResourceInUseException"}, |
456 | 467 | {"shape":"ResourceNotFoundException"}, |
457 | | - {"shape":"ConcurrentModificationException"} |
| 468 | + {"shape":"ConcurrentModificationException"}, |
| 469 | + {"shape":"OperationNotPermittedException"} |
458 | 470 | ] |
459 | 471 | }, |
460 | 472 | "EnableUser":{ |
|
521 | 533 | {"shape":"ResourceNotFoundException"}, |
522 | 534 | {"shape":"OperationNotPermittedException"}, |
523 | 535 | {"shape":"LimitExceededException"}, |
| 536 | + {"shape":"RequestLimitExceededException"}, |
524 | 537 | {"shape":"InvalidAccountStatusException"}, |
525 | 538 | {"shape":"ConcurrentModificationException"}, |
526 | 539 | {"shape":"ResourceNotAvailableException"}, |
|
607 | 620 | "errors":[ |
608 | 621 | {"shape":"ResourceInUseException"}, |
609 | 622 | {"shape":"ResourceNotFoundException"}, |
610 | | - {"shape":"ConcurrentModificationException"} |
| 623 | + {"shape":"ConcurrentModificationException"}, |
| 624 | + {"shape":"OperationNotPermittedException"}, |
| 625 | + {"shape":"InvalidRoleException"} |
611 | 626 | ] |
612 | 627 | }, |
613 | 628 | "UpdateFleet":{ |
|
621 | 636 | "errors":[ |
622 | 637 | {"shape":"ResourceInUseException"}, |
623 | 638 | {"shape":"LimitExceededException"}, |
| 639 | + {"shape":"RequestLimitExceededException"}, |
624 | 640 | {"shape":"InvalidAccountStatusException"}, |
625 | 641 | {"shape":"InvalidRoleException"}, |
626 | 642 | {"shape":"ResourceNotFoundException"}, |
|
745 | 761 | }, |
746 | 762 | "Arn":{ |
747 | 763 | "type":"string", |
748 | | - "pattern":"^arn:aws:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$" |
| 764 | + "pattern":"^arn:aws(?:\\-cn|\\-iso\\-b|\\-iso|\\-us\\-gov)?:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.\\\\-]{0,1023}$" |
749 | 765 | }, |
750 | 766 | "ArnList":{ |
751 | 767 | "type":"list", |
|
861 | 877 | "type":"structure", |
862 | 878 | "required":[ |
863 | 879 | "DirectoryName", |
864 | | - "OrganizationalUnitDistinguishedNames", |
865 | | - "ServiceAccountCredentials" |
| 880 | + "OrganizationalUnitDistinguishedNames" |
866 | 881 | ], |
867 | 882 | "members":{ |
868 | 883 | "DirectoryName":{"shape":"DirectoryName"}, |
|
899 | 914 | "DomainJoinInfo":{"shape":"DomainJoinInfo"}, |
900 | 915 | "Tags":{"shape":"Tags"}, |
901 | 916 | "IdleDisconnectTimeoutInSeconds":{"shape":"Integer"}, |
902 | | - "IamRoleArn":{"shape":"Arn"} |
| 917 | + "IamRoleArn":{"shape":"Arn"}, |
| 918 | + "StreamView":{"shape":"StreamView"} |
903 | 919 | } |
904 | 920 | }, |
905 | 921 | "CreateFleetResult":{ |
|
1374 | 1390 | "DomainList":{ |
1375 | 1391 | "type":"list", |
1376 | 1392 | "member":{"shape":"Domain"}, |
1377 | | - "max":10 |
| 1393 | + "max":50 |
1378 | 1394 | }, |
1379 | 1395 | "EmbedHostDomain":{ |
1380 | 1396 | "type":"string", |
|
1448 | 1464 | "EnableDefaultInternetAccess":{"shape":"BooleanObject"}, |
1449 | 1465 | "DomainJoinInfo":{"shape":"DomainJoinInfo"}, |
1450 | 1466 | "IdleDisconnectTimeoutInSeconds":{"shape":"Integer"}, |
1451 | | - "IamRoleArn":{"shape":"Arn"} |
| 1467 | + "IamRoleArn":{"shape":"Arn"}, |
| 1468 | + "StreamView":{"shape":"StreamView"} |
1452 | 1469 | } |
1453 | 1470 | }, |
1454 | 1471 | "FleetAttribute":{ |
|
1801 | 1818 | "max":32, |
1802 | 1819 | "min":1 |
1803 | 1820 | }, |
| 1821 | + "RequestLimitExceededException":{ |
| 1822 | + "type":"structure", |
| 1823 | + "members":{ |
| 1824 | + "Message":{"shape":"ErrorMessage"} |
| 1825 | + }, |
| 1826 | + "exception":true |
| 1827 | + }, |
1804 | 1828 | "ResourceAlreadyExistsException":{ |
1805 | 1829 | "type":"structure", |
1806 | 1830 | "members":{ |
|
1822 | 1846 | }, |
1823 | 1847 | "ResourceIdentifier":{ |
1824 | 1848 | "type":"string", |
| 1849 | + "max":2048, |
1825 | 1850 | "min":1 |
1826 | 1851 | }, |
1827 | 1852 | "ResourceInUseException":{ |
|
2054 | 2079 | "ONE_DRIVE" |
2055 | 2080 | ] |
2056 | 2081 | }, |
| 2082 | + "StreamView":{ |
| 2083 | + "type":"string", |
| 2084 | + "enum":[ |
| 2085 | + "APP", |
| 2086 | + "DESKTOP" |
| 2087 | + ] |
| 2088 | + }, |
2057 | 2089 | "StreamingUrlUserId":{ |
2058 | 2090 | "type":"string", |
2059 | 2091 | "max":32, |
|
2166 | 2198 | "DomainJoinInfo":{"shape":"DomainJoinInfo"}, |
2167 | 2199 | "IdleDisconnectTimeoutInSeconds":{"shape":"Integer"}, |
2168 | 2200 | "AttributesToDelete":{"shape":"FleetAttributes"}, |
2169 | | - "IamRoleArn":{"shape":"Arn"} |
| 2201 | + "IamRoleArn":{"shape":"Arn"}, |
| 2202 | + "StreamView":{"shape":"StreamView"} |
2170 | 2203 | } |
2171 | 2204 | }, |
2172 | 2205 | "UpdateFleetResult":{ |
|
2267 | 2300 | }, |
2268 | 2301 | "UserId":{ |
2269 | 2302 | "type":"string", |
2270 | | - "max":32, |
| 2303 | + "max":128, |
2271 | 2304 | "min":2 |
2272 | 2305 | }, |
2273 | 2306 | "UserList":{ |
|
2317 | 2350 | "enum":[ |
2318 | 2351 | "STACK_NOT_FOUND", |
2319 | 2352 | "USER_NAME_NOT_FOUND", |
| 2353 | + "DIRECTORY_NOT_FOUND", |
2320 | 2354 | "INTERNAL_ERROR" |
2321 | 2355 | ] |
2322 | 2356 | }, |
|
0 commit comments