|
125 | 125 | {"shape":"ResourceNotFoundException"},
|
126 | 126 | {"shape":"AccessDeniedException"},
|
127 | 127 | {"shape":"ThrottlingException"},
|
| 128 | + {"shape":"ServiceQuotaExceededException"}, |
128 | 129 | {"shape":"ValidationException"},
|
129 | 130 | {"shape":"ConflictException"}
|
130 | 131 | ],
|
|
751 | 752 | {"shape":"ThrottlingException"},
|
752 | 753 | {"shape":"ValidationException"}
|
753 | 754 | ],
|
754 |
| - "documentation":"<p>Updates the identity provider.</p>" |
| 755 | + "documentation":"<p>Updates the identity provider. </p>" |
755 | 756 | },
|
756 | 757 | "UpdateNetworkSettings":{
|
757 | 758 | "name":"UpdateNetworkSettings",
|
|
1007 | 1008 | "type":"string",
|
1008 | 1009 | "max":131072,
|
1009 | 1010 | "min":2,
|
1010 |
| - "pattern":"\\{[\\S\\s]*\\}\\s*" |
| 1011 | + "pattern":"\\{[\\S\\s]*\\}\\s*", |
| 1012 | + "sensitive":true |
1011 | 1013 | },
|
1012 | 1014 | "BrowserSettings":{
|
1013 | 1015 | "type":"structure",
|
|
1205 | 1207 | },
|
1206 | 1208 | "identityProviderDetails":{
|
1207 | 1209 | "shape":"IdentityProviderDetails",
|
1208 |
| - "documentation":"<p>The identity provider details. The following list describes the provider detail keys for each identity provider type. </p> <ul> <li> <p>For Google and Login with Amazon:</p> <ul> <li> <p> <code>client_id</code> </p> </li> <li> <p> <code>client_secret</code> </p> </li> <li> <p> <code>authorize_scopes</code> </p> </li> </ul> </li> <li> <p>For Facebook:</p> <ul> <li> <p> <code>client_id</code> </p> </li> <li> <p> <code>client_secret</code> </p> </li> <li> <p> <code>authorize_scopes</code> </p> </li> <li> <p> <code>api_version</code> </p> </li> </ul> </li> <li> <p>For Sign in with Apple:</p> <ul> <li> <p> <code>client_id</code> </p> </li> <li> <p> <code>team_id</code> </p> </li> <li> <p> <code>key_id</code> </p> </li> <li> <p> <code>private_key</code> </p> </li> <li> <p> <code>authorize_scopes</code> </p> </li> </ul> </li> <li> <p>For OIDC providers:</p> <ul> <li> <p> <code>client_id</code> </p> </li> <li> <p> <code>client_secret</code> </p> </li> <li> <p> <code>attributes_request_method</code> </p> </li> <li> <p> <code>oidc_issuer</code> </p> </li> <li> <p> <code>authorize_scopes</code> </p> </li> <li> <p> <code>authorize_url</code> <i>if not available from discovery URL specified by <code>oidc_issuer</code> key</i> </p> </li> <li> <p> <code>token_url</code> <i>if not available from discovery URL specified by <code>oidc_issuer</code> key</i> </p> </li> <li> <p> <code>attributes_url</code> <i>if not available from discovery URL specified by <code>oidc_issuer</code> key</i> </p> </li> <li> <p> <code>jwks_uri</code> <i>if not available from discovery URL specified by <code>oidc_issuer</code> key</i> </p> </li> </ul> </li> <li> <p>For SAML providers:</p> <ul> <li> <p> <code>MetadataFile</code> OR <code>MetadataURL</code> </p> </li> <li> <p> <code>IDPSignout</code> <i>optional</i> </p> </li> </ul> </li> </ul>" |
| 1210 | + "documentation":"<p>The identity provider details. The following list describes the provider detail keys for each identity provider type. </p> <ul> <li> <p>For Google and Login with Amazon:</p> <ul> <li> <p> <code>client_id</code> </p> </li> <li> <p> <code>client_secret</code> </p> </li> <li> <p> <code>authorize_scopes</code> </p> </li> </ul> </li> <li> <p>For Facebook:</p> <ul> <li> <p> <code>client_id</code> </p> </li> <li> <p> <code>client_secret</code> </p> </li> <li> <p> <code>authorize_scopes</code> </p> </li> <li> <p> <code>api_version</code> </p> </li> </ul> </li> <li> <p>For Sign in with Apple:</p> <ul> <li> <p> <code>client_id</code> </p> </li> <li> <p> <code>team_id</code> </p> </li> <li> <p> <code>key_id</code> </p> </li> <li> <p> <code>private_key</code> </p> </li> <li> <p> <code>authorize_scopes</code> </p> </li> </ul> </li> <li> <p>For OIDC providers:</p> <ul> <li> <p> <code>client_id</code> </p> </li> <li> <p> <code>client_secret</code> </p> </li> <li> <p> <code>attributes_request_method</code> </p> </li> <li> <p> <code>oidc_issuer</code> </p> </li> <li> <p> <code>authorize_scopes</code> </p> </li> <li> <p> <code>authorize_url</code> <i>if not available from discovery URL specified by <code>oidc_issuer</code> key</i> </p> </li> <li> <p> <code>token_url</code> <i>if not available from discovery URL specified by <code>oidc_issuer</code> key</i> </p> </li> <li> <p> <code>attributes_url</code> <i>if not available from discovery URL specified by <code>oidc_issuer</code> key</i> </p> </li> <li> <p> <code>jwks_uri</code> <i>if not available from discovery URL specified by <code>oidc_issuer</code> key</i> </p> </li> </ul> </li> <li> <p>For SAML providers:</p> <ul> <li> <p> <code>MetadataFile</code> OR <code>MetadataURL</code> </p> </li> <li> <p> <code>IDPSignout</code> (boolean) <i>optional</i> </p> </li> </ul> </li> </ul>" |
1209 | 1211 | },
|
1210 | 1212 | "identityProviderName":{
|
1211 | 1213 | "shape":"IdentityProviderName",
|
|
1363 | 1365 | "shape":"EnabledType",
|
1364 | 1366 | "documentation":"<p>Specifies whether the user can copy text from the streaming session to the local device.</p>"
|
1365 | 1367 | },
|
| 1368 | + "disconnectTimeoutInMinutes":{ |
| 1369 | + "shape":"DisconnectTimeoutInMinutes", |
| 1370 | + "documentation":"<p>The amount of time that a streaming session remains active after users disconnect.</p>" |
| 1371 | + }, |
1366 | 1372 | "downloadAllowed":{
|
1367 | 1373 | "shape":"EnabledType",
|
1368 | 1374 | "documentation":"<p>Specifies whether the user can download files from the streaming session to the local device.</p>"
|
1369 | 1375 | },
|
| 1376 | + "idleDisconnectTimeoutInMinutes":{ |
| 1377 | + "shape":"IdleDisconnectTimeoutInMinutes", |
| 1378 | + "documentation":"<p>The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.</p>" |
| 1379 | + }, |
1370 | 1380 | "pasteAllowed":{
|
1371 | 1381 | "shape":"EnabledType",
|
1372 | 1382 | "documentation":"<p>Specifies whether the user can paste text from the local device to the streaming session.</p>"
|
|
1565 | 1575 | "members":{
|
1566 | 1576 | }
|
1567 | 1577 | },
|
| 1578 | + "DisconnectTimeoutInMinutes":{ |
| 1579 | + "type":"integer", |
| 1580 | + "box":true, |
| 1581 | + "max":600, |
| 1582 | + "min":1 |
| 1583 | + }, |
1568 | 1584 | "DisplayName":{
|
1569 | 1585 | "type":"string",
|
1570 | 1586 | "max":64,
|
1571 | 1587 | "min":1,
|
1572 |
| - "pattern":"^.+$" |
| 1588 | + "pattern":"^.+$", |
| 1589 | + "sensitive":true |
1573 | 1590 | },
|
1574 | 1591 | "EnabledType":{
|
1575 | 1592 | "type":"string",
|
|
1797 | 1814 | "IdentityProviderDetails":{
|
1798 | 1815 | "type":"map",
|
1799 | 1816 | "key":{"shape":"StringType"},
|
1800 |
| - "value":{"shape":"StringType"} |
| 1817 | + "value":{"shape":"StringType"}, |
| 1818 | + "sensitive":true |
1801 | 1819 | },
|
1802 | 1820 | "IdentityProviderList":{
|
1803 | 1821 | "type":"list",
|
|
1807 | 1825 | "type":"string",
|
1808 | 1826 | "max":32,
|
1809 | 1827 | "min":1,
|
1810 |
| - "pattern":"^[^_][\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}][^_]+$" |
| 1828 | + "pattern":"^[^_][\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}][^_]+$", |
| 1829 | + "sensitive":true |
1811 | 1830 | },
|
1812 | 1831 | "IdentityProviderSummary":{
|
1813 | 1832 | "type":"structure",
|
|
1838 | 1857 | "OIDC"
|
1839 | 1858 | ]
|
1840 | 1859 | },
|
| 1860 | + "IdleDisconnectTimeoutInMinutes":{ |
| 1861 | + "type":"integer", |
| 1862 | + "box":true, |
| 1863 | + "max":60, |
| 1864 | + "min":0 |
| 1865 | + }, |
1841 | 1866 | "InternalServerException":{
|
1842 | 1867 | "type":"structure",
|
1843 | 1868 | "members":{
|
|
2396 | 2421 | "documentation":"<p>The value of the tag</p>"
|
2397 | 2422 | }
|
2398 | 2423 | },
|
2399 |
| - "documentation":"<p>The tag.</p>" |
| 2424 | + "documentation":"<p>The tag.</p>", |
| 2425 | + "sensitive":true |
2400 | 2426 | },
|
2401 | 2427 | "TagExceptionMessage":{"type":"string"},
|
2402 | 2428 | "TagKey":{
|
2403 | 2429 | "type":"string",
|
2404 | 2430 | "max":128,
|
2405 | 2431 | "min":1,
|
2406 |
| - "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" |
| 2432 | + "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", |
| 2433 | + "sensitive":true |
2407 | 2434 | },
|
2408 | 2435 | "TagKeyList":{
|
2409 | 2436 | "type":"list",
|
|
2450 | 2477 | "type":"string",
|
2451 | 2478 | "max":256,
|
2452 | 2479 | "min":0,
|
2453 |
| - "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" |
| 2480 | + "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", |
| 2481 | + "sensitive":true |
2454 | 2482 | },
|
2455 | 2483 | "ThrottlingException":{
|
2456 | 2484 | "type":"structure",
|
|
2597 | 2625 | },
|
2598 | 2626 | "identityProviderDetails":{
|
2599 | 2627 | "shape":"IdentityProviderDetails",
|
2600 |
| - "documentation":"<p>The details of the identity provider.</p>" |
| 2628 | + "documentation":"<p>The details of the identity provider. The following list describes the provider detail keys for each identity provider type. </p> <ul> <li> <p>For Google and Login with Amazon:</p> <ul> <li> <p> <code>client_id</code> </p> </li> <li> <p> <code>client_secret</code> </p> </li> <li> <p> <code>authorize_scopes</code> </p> </li> </ul> </li> <li> <p>For Facebook:</p> <ul> <li> <p> <code>client_id</code> </p> </li> <li> <p> <code>client_secret</code> </p> </li> <li> <p> <code>authorize_scopes</code> </p> </li> <li> <p> <code>api_version</code> </p> </li> </ul> </li> <li> <p>For Sign in with Apple:</p> <ul> <li> <p> <code>client_id</code> </p> </li> <li> <p> <code>team_id</code> </p> </li> <li> <p> <code>key_id</code> </p> </li> <li> <p> <code>private_key</code> </p> </li> <li> <p> <code>authorize_scopes</code> </p> </li> </ul> </li> <li> <p>For OIDC providers:</p> <ul> <li> <p> <code>client_id</code> </p> </li> <li> <p> <code>client_secret</code> </p> </li> <li> <p> <code>attributes_request_method</code> </p> </li> <li> <p> <code>oidc_issuer</code> </p> </li> <li> <p> <code>authorize_scopes</code> </p> </li> <li> <p> <code>authorize_url</code> <i>if not available from discovery URL specified by <code>oidc_issuer</code> key</i> </p> </li> <li> <p> <code>token_url</code> <i>if not available from discovery URL specified by <code>oidc_issuer</code> key</i> </p> </li> <li> <p> <code>attributes_url</code> <i>if not available from discovery URL specified by <code>oidc_issuer</code> key</i> </p> </li> <li> <p> <code>jwks_uri</code> <i>if not available from discovery URL specified by <code>oidc_issuer</code> key</i> </p> </li> </ul> </li> <li> <p>For SAML providers:</p> <ul> <li> <p> <code>MetadataFile</code> OR <code>MetadataURL</code> </p> </li> <li> <p> <code>IDPSignout</code> (boolean) <i>optional</i> </p> </li> </ul> </li> </ul>" |
2601 | 2629 | },
|
2602 | 2630 | "identityProviderName":{
|
2603 | 2631 | "shape":"IdentityProviderName",
|
|
2731 | 2759 | "shape":"EnabledType",
|
2732 | 2760 | "documentation":"<p>Specifies whether the user can copy text from the streaming session to the local device.</p>"
|
2733 | 2761 | },
|
| 2762 | + "disconnectTimeoutInMinutes":{ |
| 2763 | + "shape":"DisconnectTimeoutInMinutes", |
| 2764 | + "documentation":"<p>The amount of time that a streaming session remains active after users disconnect.</p>" |
| 2765 | + }, |
2734 | 2766 | "downloadAllowed":{
|
2735 | 2767 | "shape":"EnabledType",
|
2736 | 2768 | "documentation":"<p>Specifies whether the user can download files from the streaming session to the local device.</p>"
|
2737 | 2769 | },
|
| 2770 | + "idleDisconnectTimeoutInMinutes":{ |
| 2771 | + "shape":"IdleDisconnectTimeoutInMinutes", |
| 2772 | + "documentation":"<p>The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.</p>" |
| 2773 | + }, |
2738 | 2774 | "pasteAllowed":{
|
2739 | 2775 | "shape":"EnabledType",
|
2740 | 2776 | "documentation":"<p>Specifies whether the user can paste text from the local device to the streaming session.</p>"
|
|
2777 | 2813 | "shape":"EnabledType",
|
2778 | 2814 | "documentation":"<p>Specifies whether the user can copy text from the streaming session to the local device.</p>"
|
2779 | 2815 | },
|
| 2816 | + "disconnectTimeoutInMinutes":{ |
| 2817 | + "shape":"DisconnectTimeoutInMinutes", |
| 2818 | + "documentation":"<p>The amount of time that a streaming session remains active after users disconnect.</p>" |
| 2819 | + }, |
2780 | 2820 | "downloadAllowed":{
|
2781 | 2821 | "shape":"EnabledType",
|
2782 | 2822 | "documentation":"<p>Specifies whether the user can download files from the streaming session to the local device.</p>"
|
2783 | 2823 | },
|
| 2824 | + "idleDisconnectTimeoutInMinutes":{ |
| 2825 | + "shape":"IdleDisconnectTimeoutInMinutes", |
| 2826 | + "documentation":"<p>The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.</p>" |
| 2827 | + }, |
2784 | 2828 | "pasteAllowed":{
|
2785 | 2829 | "shape":"EnabledType",
|
2786 | 2830 | "documentation":"<p>Specifies whether the user can paste text from the local device to the streaming session.</p>"
|
|
2811 | 2855 | "shape":"EnabledType",
|
2812 | 2856 | "documentation":"<p>Specifies whether the user can copy text from the streaming session to the local device.</p>"
|
2813 | 2857 | },
|
| 2858 | + "disconnectTimeoutInMinutes":{ |
| 2859 | + "shape":"DisconnectTimeoutInMinutes", |
| 2860 | + "documentation":"<p>The amount of time that a streaming session remains active after users disconnect.</p>" |
| 2861 | + }, |
2814 | 2862 | "downloadAllowed":{
|
2815 | 2863 | "shape":"EnabledType",
|
2816 | 2864 | "documentation":"<p>Specifies whether the user can download files from the streaming session to the local device.</p>"
|
2817 | 2865 | },
|
| 2866 | + "idleDisconnectTimeoutInMinutes":{ |
| 2867 | + "shape":"IdleDisconnectTimeoutInMinutes", |
| 2868 | + "documentation":"<p>The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.</p>" |
| 2869 | + }, |
2818 | 2870 | "pasteAllowed":{
|
2819 | 2871 | "shape":"EnabledType",
|
2820 | 2872 | "documentation":"<p>Specifies whether the user can paste text from the local device to the streaming session.</p>"
|
|
0 commit comments