|
4987 | 4987 | "shape":"DBProxyEndpointTargetRole",
|
4988 | 4988 | "documentation":"<p>The role of the DB proxy endpoint. The role determines whether the endpoint can be used for read/write or only read operations. The default is <code>READ_WRITE</code>. The only role that proxies for RDS for Microsoft SQL Server support is <code>READ_WRITE</code>.</p>"
|
4989 | 4989 | },
|
4990 |
| - "Tags":{"shape":"TagList"} |
| 4990 | + "Tags":{"shape":"TagList"}, |
| 4991 | + "EndpointNetworkType":{ |
| 4992 | + "shape":"EndpointNetworkType", |
| 4993 | + "documentation":"<p>The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports.</p> <p>Valid values:</p> <ul> <li> <p> <code>IPV4</code> - The proxy endpoint supports IPv4 only.</p> </li> <li> <p> <code>IPV6</code> - The proxy endpoint supports IPv6 only.</p> </li> <li> <p> <code>DUAL</code> - The proxy endpoint supports both IPv4 and IPv6.</p> </li> </ul> <p>Default: <code>IPV4</code> </p> <p>Constraints:</p> <ul> <li> <p>If you specify <code>IPV6</code> or <code>DUAL</code>, the VPC and all subnets must have an IPv6 CIDR block.</p> </li> <li> <p>If you specify <code>IPV6</code> or <code>DUAL</code>, the VPC tenancy cannot be <code>dedicated</code>.</p> </li> </ul>" |
| 4994 | + } |
4991 | 4995 | }
|
4992 | 4996 | },
|
4993 | 4997 | "CreateDBProxyEndpointResponse":{
|
|
5048 | 5052 | "Tags":{
|
5049 | 5053 | "shape":"TagList",
|
5050 | 5054 | "documentation":"<p>An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.</p>"
|
| 5055 | + }, |
| 5056 | + "EndpointNetworkType":{ |
| 5057 | + "shape":"EndpointNetworkType", |
| 5058 | + "documentation":"<p>The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports.</p> <p>Valid values:</p> <ul> <li> <p> <code>IPV4</code> - The proxy endpoint supports IPv4 only.</p> </li> <li> <p> <code>IPV6</code> - The proxy endpoint supports IPv6 only.</p> </li> <li> <p> <code>DUAL</code> - The proxy endpoint supports both IPv4 and IPv6.</p> </li> </ul> <p>Default: <code>IPV4</code> </p> <p>Constraints:</p> <ul> <li> <p>If you specify <code>IPV6</code> or <code>DUAL</code>, the VPC and all subnets must have an IPv6 CIDR block.</p> </li> <li> <p>If you specify <code>IPV6</code> or <code>DUAL</code>, the VPC tenancy cannot be <code>dedicated</code>.</p> </li> </ul>" |
| 5059 | + }, |
| 5060 | + "TargetConnectionNetworkType":{ |
| 5061 | + "shape":"TargetConnectionNetworkType", |
| 5062 | + "documentation":"<p>The network type that the proxy uses to connect to the target database. The network type determines the IP version that the proxy uses for connections to the database.</p> <p>Valid values:</p> <ul> <li> <p> <code>IPV4</code> - The proxy connects to the database using IPv4 only.</p> </li> <li> <p> <code>IPV6</code> - The proxy connects to the database using IPv6 only.</p> </li> </ul> <p>Default: <code>IPV4</code> </p> <p>Constraints:</p> <ul> <li> <p>If you specify <code>IPV6</code>, the database must support dual-stack mode. RDS doesn't support IPv6-only databases.</p> </li> <li> <p>All targets registered with the proxy must be compatible with the specified network type.</p> </li> </ul>" |
5051 | 5063 | }
|
5052 | 5064 | }
|
5053 | 5065 | },
|
|
7673 | 7685 | "UpdatedDate":{
|
7674 | 7686 | "shape":"TStamp",
|
7675 | 7687 | "documentation":"<p>The date and time when the proxy was last updated.</p>"
|
| 7688 | + }, |
| 7689 | + "EndpointNetworkType":{ |
| 7690 | + "shape":"EndpointNetworkType", |
| 7691 | + "documentation":"<p>The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports.</p> <p>Valid values:</p> <ul> <li> <p> <code>IPV4</code> - The proxy endpoint supports IPv4 only.</p> </li> <li> <p> <code>IPV6</code> - The proxy endpoint supports IPv6 only.</p> </li> <li> <p> <code>DUAL</code> - The proxy endpoint supports both IPv4 and IPv6.</p> </li> </ul>" |
| 7692 | + }, |
| 7693 | + "TargetConnectionNetworkType":{ |
| 7694 | + "shape":"TargetConnectionNetworkType", |
| 7695 | + "documentation":"<p>The network type that the proxy uses to connect to the target database. The network type determines the IP version that the proxy uses for connections to the database.</p> <p>Valid values:</p> <ul> <li> <p> <code>IPV4</code> - The proxy connects to the database using IPv4 only.</p> </li> <li> <p> <code>IPV6</code> - The proxy connects to the database using IPv6 only.</p> </li> </ul>" |
7676 | 7696 | }
|
7677 | 7697 | },
|
7678 | 7698 | "documentation":"<p>The data structure representing a proxy managed by the RDS Proxy.</p> <p>This data type is used as a response element in the <code>DescribeDBProxies</code> action.</p>"
|
|
7734 | 7754 | "IsDefault":{
|
7735 | 7755 | "shape":"Boolean",
|
7736 | 7756 | "documentation":"<p>Indicates whether this endpoint is the default endpoint for the associated DB proxy. Default DB proxy endpoints always have read/write capability. Other endpoints that you associate with the DB proxy can be either read/write or read-only.</p>"
|
| 7757 | + }, |
| 7758 | + "EndpointNetworkType":{ |
| 7759 | + "shape":"EndpointNetworkType", |
| 7760 | + "documentation":"<p>The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports.</p> <p>Valid values:</p> <ul> <li> <p> <code>IPV4</code> - The proxy endpoint supports IPv4 only.</p> </li> <li> <p> <code>IPV6</code> - The proxy endpoint supports IPv6 only.</p> </li> <li> <p> <code>DUAL</code> - The proxy endpoint supports both IPv4 and IPv6.</p> </li> </ul>" |
7737 | 7761 | }
|
7738 | 7762 | },
|
7739 | 7763 | "documentation":"<p>The data structure representing an endpoint associated with a DB proxy. RDS automatically creates one endpoint for each DB proxy. For Aurora DB clusters, you can associate additional endpoints with the same DB proxy. These endpoints can be read/write or read-only. They can also reside in different VPCs than the associated DB proxy.</p> <p>This data type is used as a response element in the <code>DescribeDBProxyEndpoints</code> operation.</p>"
|
|
10746 | 10770 | },
|
10747 | 10771 | "documentation":"<p>This data type represents the information you need to connect to an Amazon RDS DB instance. This data type is used as a response element in the following actions:</p> <ul> <li> <p> <code>CreateDBInstance</code> </p> </li> <li> <p> <code>DescribeDBInstances</code> </p> </li> <li> <p> <code>DeleteDBInstance</code> </p> </li> </ul> <p>For the data structure that represents Amazon Aurora DB cluster endpoints, see <code>DBClusterEndpoint</code>.</p>"
|
10748 | 10772 | },
|
| 10773 | + "EndpointNetworkType":{ |
| 10774 | + "type":"string", |
| 10775 | + "enum":[ |
| 10776 | + "IPV4", |
| 10777 | + "IPV6", |
| 10778 | + "DUAL" |
| 10779 | + ] |
| 10780 | + }, |
10749 | 10781 | "Engine":{
|
10750 | 10782 | "type":"string",
|
10751 | 10783 | "max":50,
|
|
16825 | 16857 | },
|
16826 | 16858 | "documentation":"<p/>"
|
16827 | 16859 | },
|
| 16860 | + "TargetConnectionNetworkType":{ |
| 16861 | + "type":"string", |
| 16862 | + "enum":[ |
| 16863 | + "IPV4", |
| 16864 | + "IPV6" |
| 16865 | + ] |
| 16866 | + }, |
16828 | 16867 | "TargetDBClusterParameterGroupName":{
|
16829 | 16868 | "type":"string",
|
16830 | 16869 | "max":255,
|
|
0 commit comments