|
1913 | 1913 | },
|
1914 | 1914 | "DeploymentType": {
|
1915 | 1915 | "shape": "OntapDeploymentType",
|
1916 |
| - "documentation": "<p>Specifies the FSx for ONTAP file system deployment type to use in creating the file system. <code>MULTI_AZ_1</code> is the supported ONTAP deployment type.</p>" |
| 1916 | + "documentation": "<p>Specifies the FSx for ONTAP file system deployment type to use in creating the file system. </p> <ul> <li> <p> <code>MULTI_AZ_1</code> - (Default) A high availability file system configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability. </p> </li> <li> <p> <code>SINGLE_AZ_1</code> - A file system configured for Single-AZ redundancy.</p> </li> </ul> <p>For information about the use cases for Multi-AZ and Single-AZ deployments, refer to <a href=\"https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/high-availability-multiAZ.html\">Choosing Multi-AZ or Single-AZ file system deployment</a>. </p>" |
1917 | 1917 | },
|
1918 | 1918 | "EndpointIpAddressRange": {
|
1919 | 1919 | "shape": "IpAddressRange",
|
1920 |
| - "documentation": "<p>Specifies the IP address range in which the endpoints to access your file system will be created. By default, Amazon FSx selects an unused IP address range for you from the 198.19.* range.</p> <important> <p>The Endpoint IP address range you select for your file system must exist outside the VPC's CIDR range and must be at least /30 or larger.</p> </important>" |
| 1920 | + "documentation": "<p>(Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created. By default, Amazon FSx selects an unused IP address range for you from the 198.19.* range.</p> <important> <p>The Endpoint IP address range you select for your file system must exist outside the VPC's CIDR range and must be at least /30 or larger.</p> </important>" |
1921 | 1921 | },
|
1922 | 1922 | "FsxAdminPassword": {
|
1923 | 1923 | "shape": "AdminPassword",
|
|
1933 | 1933 | },
|
1934 | 1934 | "RouteTableIds": {
|
1935 | 1935 | "shape": "RouteTableIds",
|
1936 |
| - "documentation": "<p>Specifies the virtual private cloud (VPC) route tables in which your file system's endpoints will be created. You should specify all VPC route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.</p>" |
| 1936 | + "documentation": "<p>(Multi-AZ only) Specifies the virtual private cloud (VPC) route tables in which your file system's endpoints will be created. You should specify all VPC route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.</p>" |
1937 | 1937 | },
|
1938 | 1938 | "ThroughputCapacity": {
|
1939 | 1939 | "shape": "MegabytesPerSecond",
|
|
3962 | 3962 | "OntapDeploymentType": {
|
3963 | 3963 | "type": "string",
|
3964 | 3964 | "enum": [
|
3965 |
| - "MULTI_AZ_1" |
| 3965 | + "MULTI_AZ_1", |
| 3966 | + "SINGLE_AZ_1" |
3966 | 3967 | ]
|
3967 | 3968 | },
|
3968 | 3969 | "OntapEndpointIpAddresses": {
|
|
3984 | 3985 | },
|
3985 | 3986 | "DeploymentType": {
|
3986 | 3987 | "shape": "OntapDeploymentType",
|
3987 |
| - "documentation": "<p>The ONTAP file system deployment type.</p>" |
| 3988 | + "documentation": "<p>Specifies the FSx for ONTAP file system deployment type in use in the file system. </p> <ul> <li> <p> <code>MULTI_AZ_1</code> - (Default) A high availability file system configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability. </p> </li> <li> <p> <code>SINGLE_AZ_1</code> - A file system configured for Single-AZ redundancy.</p> </li> </ul> <p>For information about the use cases for Multi-AZ and Single-AZ deployments, refer to <a href=\"https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/high-availability-multiAZ.html\">Choosing Multi-AZ or Single-AZ file system deployment</a>. </p>" |
3988 | 3989 | },
|
3989 | 3990 | "EndpointIpAddressRange": {
|
3990 | 3991 | "shape": "IpAddressRange",
|
3991 |
| - "documentation": "<p>The IP address range in which the endpoints to access your file system are created.</p> <important> <p>The Endpoint IP address range you select for your file system must exist outside the VPC's CIDR range and must be at least /30 or larger. If you do not specify this optional parameter, Amazon FSx will automatically select a CIDR block for you.</p> </important>" |
| 3992 | + "documentation": "<p>(Multi-AZ only) The IP address range in which the endpoints to access your file system are created.</p> <important> <p>The Endpoint IP address range you select for your file system must exist outside the VPC's CIDR range and must be at least /30 or larger. If you do not specify this optional parameter, Amazon FSx will automatically select a CIDR block for you.</p> </important>" |
3992 | 3993 | },
|
3993 | 3994 | "Endpoints": {
|
3994 | 3995 | "shape": "FileSystemEndpoints",
|
|
4003 | 4004 | },
|
4004 | 4005 | "RouteTableIds": {
|
4005 | 4006 | "shape": "RouteTableIds",
|
4006 |
| - "documentation": "<p>The VPC route tables in which your file system's endpoints are created.</p>" |
| 4007 | + "documentation": "<p>(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.</p>" |
4007 | 4008 | },
|
4008 | 4009 | "ThroughputCapacity": {
|
4009 | 4010 | "shape": "MegabytesPerSecond"
|
|
0 commit comments