|
1079 | 1079 | "output":{"shape":"ModifyWorkspaceAccessPropertiesResult"},
|
1080 | 1080 | "errors":[
|
1081 | 1081 | {"shape":"ResourceNotFoundException"},
|
1082 |
| - {"shape":"AccessDeniedException"} |
| 1082 | + {"shape":"AccessDeniedException"}, |
| 1083 | + {"shape":"InvalidParameterValuesException"}, |
| 1084 | + {"shape":"InvalidParameterCombinationException"}, |
| 1085 | + {"shape":"OperationNotSupportedException"} |
1083 | 1086 | ],
|
1084 | 1087 | "documentation":"<p>Specifies which devices and operating systems users can use to access their WorkSpaces. For more information, see <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html#control-device-access\"> Control Device Access</a>.</p>"
|
1085 | 1088 | },
|
|
1501 | 1504 | "documentation":"<p>The user is not authorized to access a resource.</p>",
|
1502 | 1505 | "exception":true
|
1503 | 1506 | },
|
| 1507 | + "AccessEndpoint":{ |
| 1508 | + "type":"structure", |
| 1509 | + "members":{ |
| 1510 | + "AccessEndpointType":{ |
| 1511 | + "shape":"AccessEndpointType", |
| 1512 | + "documentation":"<p>Indicates the type of access endpoint.</p>" |
| 1513 | + }, |
| 1514 | + "VpcEndpointId":{ |
| 1515 | + "shape":"AlphanumericDashUnderscoreNonEmptyString", |
| 1516 | + "documentation":"<p>Indicates the VPC endpoint to use for access.</p>" |
| 1517 | + } |
| 1518 | + }, |
| 1519 | + "documentation":"<p>Describes the access type and endpoint for a WorkSpace.</p>" |
| 1520 | + }, |
| 1521 | + "AccessEndpointConfig":{ |
| 1522 | + "type":"structure", |
| 1523 | + "required":["AccessEndpoints"], |
| 1524 | + "members":{ |
| 1525 | + "AccessEndpoints":{ |
| 1526 | + "shape":"AccessEndpointList", |
| 1527 | + "documentation":"<p>Indicates a list of access endpoints associated with this directory.</p>" |
| 1528 | + }, |
| 1529 | + "InternetFallbackProtocols":{ |
| 1530 | + "shape":"InternetFallbackProtocolList", |
| 1531 | + "documentation":"<p>Indicates a list of protocols that fallback to using the public Internet when streaming over a VPC endpoint is not available.</p>" |
| 1532 | + } |
| 1533 | + }, |
| 1534 | + "documentation":"<p>Describes the access endpoint configuration for a WorkSpace.</p>" |
| 1535 | + }, |
| 1536 | + "AccessEndpointList":{ |
| 1537 | + "type":"list", |
| 1538 | + "member":{"shape":"AccessEndpoint"} |
| 1539 | + }, |
| 1540 | + "AccessEndpointType":{ |
| 1541 | + "type":"string", |
| 1542 | + "enum":["STREAMING_WSP"] |
| 1543 | + }, |
1504 | 1544 | "AccessPropertyValue":{
|
1505 | 1545 | "type":"string",
|
1506 | 1546 | "enum":[
|
|
1617 | 1657 | "pattern":"^(http|https)\\://\\S+"
|
1618 | 1658 | },
|
1619 | 1659 | "Alias":{"type":"string"},
|
| 1660 | + "AlphanumericDashUnderscoreNonEmptyString":{ |
| 1661 | + "type":"string", |
| 1662 | + "pattern":"^[a-zA-Z0-9\\_\\-]{1,1000}$" |
| 1663 | + }, |
1620 | 1664 | "AmazonUuid":{
|
1621 | 1665 | "type":"string",
|
1622 | 1666 | "max":36,
|
|
4325 | 4369 | "documentation":"<p>Unexpected server error occured.</p>",
|
4326 | 4370 | "exception":true
|
4327 | 4371 | },
|
| 4372 | + "InternetFallbackProtocol":{ |
| 4373 | + "type":"string", |
| 4374 | + "enum":["PCOIP"] |
| 4375 | + }, |
| 4376 | + "InternetFallbackProtocolList":{ |
| 4377 | + "type":"list", |
| 4378 | + "member":{"shape":"InternetFallbackProtocol"} |
| 4379 | + }, |
| 4380 | + "InvalidParameterCombinationException":{ |
| 4381 | + "type":"structure", |
| 4382 | + "members":{ |
| 4383 | + "message":{ |
| 4384 | + "shape":"ExceptionMessage", |
| 4385 | + "documentation":"<p>The exception error message.</p>" |
| 4386 | + } |
| 4387 | + }, |
| 4388 | + "documentation":"<p>Two or more of the selected parameter values cannot be used together.</p>", |
| 4389 | + "exception":true |
| 4390 | + }, |
4328 | 4391 | "InvalidParameterValuesException":{
|
4329 | 4392 | "type":"structure",
|
4330 | 4393 | "members":{
|
|
6319 | 6382 | "DeviceTypeWorkSpacesThinClient":{
|
6320 | 6383 | "shape":"AccessPropertyValue",
|
6321 | 6384 | "documentation":"<p>Indicates whether users can access their WorkSpaces through a WorkSpaces Thin Client.</p>"
|
| 6385 | + }, |
| 6386 | + "AccessEndpointConfig":{ |
| 6387 | + "shape":"AccessEndpointConfig", |
| 6388 | + "documentation":"<p>Specifies the configuration for accessing the WorkSpace.</p>" |
6322 | 6389 | }
|
6323 | 6390 | },
|
6324 | 6391 | "documentation":"<p>The device types and operating systems that can be used to access a WorkSpace. For more information, see <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-network-requirements.html\">Amazon WorkSpaces Client Network Requirements</a>.</p>"
|
|
0 commit comments