|
1779 | 1779 | "members":{
|
1780 | 1780 | "IdentityProviderDetails":{
|
1781 | 1781 | "shape":"WebAppIdentityProviderDetails",
|
1782 |
| - "documentation":"<p>You can provide a structure that contains the details for the identity provider to use with your web app.</p>" |
| 1782 | + "documentation":"<p>You can provide a structure that contains the details for the identity provider to use with your web app.</p> <p>For more details about this parameter, see <a href=\"https://docs.aws.amazon.com/transfer/latest/userguide/webapp-identity-center.html\">Configure your identity provider for Transfer Family web apps</a>.</p>" |
1783 | 1783 | },
|
1784 | 1784 | "AccessEndpoint":{
|
1785 | 1785 | "shape":"WebAppAccessEndpoint",
|
1786 |
| - "documentation":"<p>The <code>AccessEndpoint</code> is the URL that you provide to your users for them to interact with the Transfer Family web app. You can specify a custom URL or use the default value.</p>" |
| 1786 | + "documentation":"<p>The <code>AccessEndpoint</code> is the URL that you provide to your users for them to interact with the Transfer Family web app. You can specify a custom URL or use the default value.</p> <p>Before you enter a custom URL for this parameter, follow the steps described in <a href=\"https://docs.aws.amazon.com/transfer/latest/userguide/webapp-customize.html\">Update your access endpoint with a custom URL</a>.</p>" |
1787 | 1787 | },
|
1788 | 1788 | "WebAppUnits":{
|
1789 | 1789 | "shape":"WebAppUnits",
|
|
1792 | 1792 | "Tags":{
|
1793 | 1793 | "shape":"Tags",
|
1794 | 1794 | "documentation":"<p>Key-value pairs that can be used to group and search for web apps.</p>"
|
| 1795 | + }, |
| 1796 | + "WebAppEndpointPolicy":{ |
| 1797 | + "shape":"WebAppEndpointPolicy", |
| 1798 | + "documentation":"<p> Setting for the type of endpoint policy for the web app. The default value is <code>STANDARD</code>. </p> <p>If you are creating the web app in an Amazon Web Services GovCloud (US) Region, you can set this parameter to <code>FIPS</code>.</p>" |
1795 | 1799 | }
|
1796 | 1800 | }
|
1797 | 1801 | },
|
|
2923 | 2927 | },
|
2924 | 2928 | "SshPublicKeys":{
|
2925 | 2929 | "shape":"SshPublicKeys",
|
2926 |
| - "documentation":"<p>Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.</p>" |
| 2930 | + "documentation":"<p>Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.</p> <note> <p>To delete the public key body, set its value to zero keys, as shown here:</p> <p> <code>SshPublicKeys: []</code> </p> </note>" |
2927 | 2931 | },
|
2928 | 2932 | "Tags":{
|
2929 | 2933 | "shape":"Tags",
|
|
2970 | 2974 | "Tags":{
|
2971 | 2975 | "shape":"Tags",
|
2972 | 2976 | "documentation":"<p>Key-value pairs that can be used to group and search for web apps. Tags are metadata attached to web apps for any purpose.</p>"
|
| 2977 | + }, |
| 2978 | + "WebAppEndpointPolicy":{ |
| 2979 | + "shape":"WebAppEndpointPolicy", |
| 2980 | + "documentation":"<p> Setting for the type of endpoint policy for the web app. The default value is <code>STANDARD</code>. </p> <p>If your web app was created in an Amazon Web Services GovCloud (US) Region, the value of this parameter can be <code>FIPS</code>, which indicates the web app endpoint is FIPS-compliant.</p>" |
2973 | 2981 | }
|
2974 | 2982 | },
|
2975 | 2983 | "documentation":"<p>A structure that describes the parameters for the web app, as identified by the <code>WebAppId</code>.</p>"
|
|
2999 | 3007 | },
|
3000 | 3008 | "FaviconFile":{
|
3001 | 3009 | "shape":"WebAppFaviconFile",
|
3002 |
| - "documentation":"<p>Returns a icon file data string (in base64 encoding).</p>" |
| 3010 | + "documentation":"<p>Returns an icon file data string (in base64 encoding).</p>" |
3003 | 3011 | }
|
3004 | 3012 | },
|
3005 | 3013 | "documentation":"<p>A structure that contains the customization fields for the web app. You can provide a title, logo, and icon to customize the appearance of your web app.</p>"
|
|
5755 | 5763 | },
|
5756 | 5764 | "FaviconFile":{
|
5757 | 5765 | "shape":"WebAppFaviconFile",
|
5758 |
| - "documentation":"<p>Specify icon file data string (in base64 encoding).</p>" |
| 5766 | + "documentation":"<p>Specify an icon file data string (in base64 encoding).</p>" |
5759 | 5767 | }
|
5760 | 5768 | }
|
5761 | 5769 | },
|
|
5882 | 5890 | "max":1024,
|
5883 | 5891 | "min":1
|
5884 | 5892 | },
|
| 5893 | + "WebAppEndpointPolicy":{ |
| 5894 | + "type":"string", |
| 5895 | + "enum":[ |
| 5896 | + "FIPS", |
| 5897 | + "STANDARD" |
| 5898 | + ] |
| 5899 | + }, |
5885 | 5900 | "WebAppFaviconFile":{
|
5886 | 5901 | "type":"blob",
|
5887 | 5902 | "max":20960,
|
|
0 commit comments