|
86 | 86 | {"shape":"ResourceNotFoundException"},
|
87 | 87 | {"shape":"AccessDeniedException"},
|
88 | 88 | {"shape":"ThrottlingException"},
|
89 |
| - {"shape":"ValidationException"} |
| 89 | + {"shape":"ValidationException"}, |
| 90 | + {"shape":"ConflictException"} |
90 | 91 | ],
|
91 | 92 | "documentation":"<p>Associates a trust store with a web portal.</p>",
|
92 | 93 | "idempotent":true
|
|
452 | 453 | {"shape":"ResourceNotFoundException"},
|
453 | 454 | {"shape":"AccessDeniedException"},
|
454 | 455 | {"shape":"ThrottlingException"},
|
455 |
| - {"shape":"ValidationException"} |
| 456 | + {"shape":"ValidationException"}, |
| 457 | + {"shape":"ConflictException"} |
456 | 458 | ],
|
457 | 459 | "documentation":"<p>Disassociates browser settings from a web portal.</p>",
|
458 | 460 | "idempotent":true
|
|
471 | 473 | {"shape":"ResourceNotFoundException"},
|
472 | 474 | {"shape":"AccessDeniedException"},
|
473 | 475 | {"shape":"ThrottlingException"},
|
474 |
| - {"shape":"ValidationException"} |
| 476 | + {"shape":"ValidationException"}, |
| 477 | + {"shape":"ConflictException"} |
475 | 478 | ],
|
476 | 479 | "documentation":"<p>Disassociates IP access settings from a web portal.</p>",
|
477 | 480 | "idempotent":true
|
|
490 | 493 | {"shape":"ResourceNotFoundException"},
|
491 | 494 | {"shape":"AccessDeniedException"},
|
492 | 495 | {"shape":"ThrottlingException"},
|
493 |
| - {"shape":"ValidationException"} |
| 496 | + {"shape":"ValidationException"}, |
| 497 | + {"shape":"ConflictException"} |
494 | 498 | ],
|
495 | 499 | "documentation":"<p>Disassociates network settings from a web portal.</p>",
|
496 | 500 | "idempotent":true
|
|
509 | 513 | {"shape":"ResourceNotFoundException"},
|
510 | 514 | {"shape":"AccessDeniedException"},
|
511 | 515 | {"shape":"ThrottlingException"},
|
512 |
| - {"shape":"ValidationException"} |
| 516 | + {"shape":"ValidationException"}, |
| 517 | + {"shape":"ConflictException"} |
513 | 518 | ],
|
514 | 519 | "documentation":"<p>Disassociates a trust store from a web portal.</p>",
|
515 | 520 | "idempotent":true
|
|
528 | 533 | {"shape":"ResourceNotFoundException"},
|
529 | 534 | {"shape":"AccessDeniedException"},
|
530 | 535 | {"shape":"ThrottlingException"},
|
531 |
| - {"shape":"ValidationException"} |
| 536 | + {"shape":"ValidationException"}, |
| 537 | + {"shape":"ConflictException"} |
532 | 538 | ],
|
533 | 539 | "documentation":"<p>Disassociates user access logging settings from a web portal.</p>",
|
534 | 540 | "idempotent":true
|
|
547 | 553 | {"shape":"ResourceNotFoundException"},
|
548 | 554 | {"shape":"AccessDeniedException"},
|
549 | 555 | {"shape":"ThrottlingException"},
|
550 |
| - {"shape":"ValidationException"} |
| 556 | + {"shape":"ValidationException"}, |
| 557 | + {"shape":"ConflictException"} |
551 | 558 | ],
|
552 | 559 | "documentation":"<p>Disassociates user settings from a web portal.</p>",
|
553 | 560 | "idempotent":true
|
|
1635 | 1642 | "portalArn":{
|
1636 | 1643 | "shape":"ARN",
|
1637 | 1644 | "documentation":"<p>The ARN of the web portal.</p>"
|
| 1645 | + }, |
| 1646 | + "tags":{ |
| 1647 | + "shape":"TagList", |
| 1648 | + "documentation":"<p>The tags to add to the identity provider resource. A tag is a key-value pair.</p>" |
1638 | 1649 | }
|
1639 | 1650 | }
|
1640 | 1651 | },
|
|
1679 | 1690 | },
|
1680 | 1691 | "tags":{
|
1681 | 1692 | "shape":"TagList",
|
1682 |
| - "documentation":"<p>The tags to add to the browser settings resource. A tag is a key-value pair.</p>" |
| 1693 | + "documentation":"<p>The tags to add to the IP access settings resource. A tag is a key-value pair.</p>" |
1683 | 1694 | }
|
1684 | 1695 | }
|
1685 | 1696 | },
|
|
1878 | 1889 | "shape":"keyArn",
|
1879 | 1890 | "documentation":"<p>The customer managed key used to encrypt sensitive information in the user settings.</p>"
|
1880 | 1891 | },
|
| 1892 | + "deepLinkAllowed":{ |
| 1893 | + "shape":"EnabledType", |
| 1894 | + "documentation":"<p>Specifies whether the user can use deep links that open automatically when connecting to a session.</p>" |
| 1895 | + }, |
1881 | 1896 | "disconnectTimeoutInMinutes":{
|
1882 | 1897 | "shape":"DisconnectTimeoutInMinutes",
|
1883 | 1898 | "documentation":"<p>The amount of time that a streaming session remains active after users disconnect.</p>"
|
|
3711 | 3726 | "shape":"EnabledType",
|
3712 | 3727 | "documentation":"<p>Specifies whether the user can copy text from the streaming session to the local device.</p>"
|
3713 | 3728 | },
|
| 3729 | + "deepLinkAllowed":{ |
| 3730 | + "shape":"EnabledType", |
| 3731 | + "documentation":"<p>Specifies whether the user can use deep links that open automatically when connecting to a session.</p>" |
| 3732 | + }, |
3714 | 3733 | "disconnectTimeoutInMinutes":{
|
3715 | 3734 | "shape":"DisconnectTimeoutInMinutes",
|
3716 | 3735 | "documentation":"<p>The amount of time that a streaming session remains active after users disconnect.</p>"
|
|
3815 | 3834 | "shape":"keyArn",
|
3816 | 3835 | "documentation":"<p>The customer managed key used to encrypt sensitive information in the user settings.</p>"
|
3817 | 3836 | },
|
| 3837 | + "deepLinkAllowed":{ |
| 3838 | + "shape":"EnabledType", |
| 3839 | + "documentation":"<p>Specifies whether the user can use deep links that open automatically when connecting to a session.</p>" |
| 3840 | + }, |
3818 | 3841 | "disconnectTimeoutInMinutes":{
|
3819 | 3842 | "shape":"DisconnectTimeoutInMinutes",
|
3820 | 3843 | "documentation":"<p>The amount of time that a streaming session remains active after users disconnect.</p>"
|
|
3862 | 3885 | "shape":"EnabledType",
|
3863 | 3886 | "documentation":"<p>Specifies whether the user can copy text from the streaming session to the local device.</p>"
|
3864 | 3887 | },
|
| 3888 | + "deepLinkAllowed":{ |
| 3889 | + "shape":"EnabledType", |
| 3890 | + "documentation":"<p>Specifies whether the user can use deep links that open automatically when connecting to a session.</p>" |
| 3891 | + }, |
3865 | 3892 | "disconnectTimeoutInMinutes":{
|
3866 | 3893 | "shape":"DisconnectTimeoutInMinutes",
|
3867 | 3894 | "documentation":"<p>The amount of time that a streaming session remains active after users disconnect.</p>"
|
|
3957 | 3984 | "pattern":"^arn:[\\w+=\\/,.@-]+:kms:[a-zA-Z0-9\\-]*:[a-zA-Z0-9]{1,12}:key\\/[a-zA-Z0-9-]+$"
|
3958 | 3985 | }
|
3959 | 3986 | },
|
3960 |
| - "documentation":"<p>WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads. WorkSpaces Web makes it easy for customers to safely provide their employees with access to internal websites and SaaS web applications without the administrative burden of appliances or specialized client software. WorkSpaces Web provides simple policy tools tailored for user interactions, while offloading common tasks like capacity management, scaling, and maintaining browser images.</p>" |
| 3987 | + "documentation":"<p>Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads. WorkSpaces Secure Browser makes it easy for customers to safely provide their employees with access to internal websites and SaaS web applications without the administrative burden of appliances or specialized client software. WorkSpaces Secure Browser provides simple policy tools tailored for user interactions, while offloading common tasks like capacity management, scaling, and maintaining browser images.</p>" |
3961 | 3988 | }
|
0 commit comments