Skip to content

Commit 04a50e4

Browse files
author
awstools
committed
docs(client-apprunner): Doc only updates for APIs and and datatypes related to IPAddressType and Subnets for IPv6 dualstack support.
1 parent 303cf21 commit 04a50e4

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

clients/client-apprunner/src/models/models_0.ts

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -916,15 +916,8 @@ export interface NetworkConfiguration {
916916
IngressConfiguration?: IngressConfiguration | undefined;
917917

918918
/**
919-
* <p>App Runner provides you with the option to choose between <i>Internet Protocol version 4 (IPv4)</i> and <i>dual stack</i> (IPv4 and IPv6)
920-
* for your incoming public network configuration. This is an optional parameter.
921-
* If you do not specify an <code>IpAddressType</code>, it defaults to select IPv4.</p>
922-
* <note>
923-
* <p>
924-
* Currently, App Runner supports dual stack for only Public endpoint. Only IPv4 is supported for Private endpoint.
925-
* If you update a service that's using dual-stack Public endpoint to a Private endpoint, your App Runner service will default to support only IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint.
926-
* </p>
927-
* </note>
919+
* <p>App Runner provides you with the option to choose between <i>IPv4</i> and <i>dual stack</i> (IPv4 and IPv6).
920+
* This is an optional parameter. If you do not specify an <code>IpAddressType</code>, it defaults to select IPv4.</p>
928921
* @public
929922
*/
930923
IpAddressType?: IpAddressType | undefined;
@@ -1585,8 +1578,7 @@ export interface CreateVpcConnectorRequest {
15851578
* Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.</p>
15861579
* <note>
15871580
* <p>
1588-
* App Runner currently only provides support for IPv4.
1589-
* </p>
1581+
* App Runner only supports subnets of IP address type <i>IPv4</i> and <i>dual stack</i> (IPv4 and IPv6).</p>
15901582
* </note>
15911583
* @public
15921584
*/

codegen/sdk-codegen/aws-models/apprunner.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,7 +1811,7 @@
18111811
"Subnets": {
18121812
"target": "com.amazonaws.apprunner#StringList",
18131813
"traits": {
1814-
"smithy.api#documentation": "<p>A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single\n Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.</p>\n <note>\n <p>\n App Runner currently only provides support for IPv4.\n </p>\n </note>",
1814+
"smithy.api#documentation": "<p>A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single\n Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.</p>\n <note>\n <p>\n App Runner only supports subnets of IP address type <i>IPv4</i> and <i>dual stack</i> (IPv4 and IPv6).</p>\n </note>",
18151815
"smithy.api#required": {}
18161816
}
18171817
},
@@ -3945,7 +3945,7 @@
39453945
"IpAddressType": {
39463946
"target": "com.amazonaws.apprunner#IpAddressType",
39473947
"traits": {
3948-
"smithy.api#documentation": "<p>App Runner provides you with the option to choose between <i>Internet Protocol version 4 (IPv4)</i> and <i>dual stack</i> (IPv4 and IPv6) \n for your incoming public network configuration. This is an optional parameter. \n If you do not specify an <code>IpAddressType</code>, it defaults to select IPv4.</p>\n <note>\n <p>\n Currently, App Runner supports dual stack for only Public endpoint. Only IPv4 is supported for Private endpoint. \n If you update a service that's using dual-stack Public endpoint to a Private endpoint, your App Runner service will default to support only IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint. \n </p>\n </note>"
3948+
"smithy.api#documentation": "<p>App Runner provides you with the option to choose between <i>IPv4</i> and <i>dual stack</i> (IPv4 and IPv6). \n This is an optional parameter. If you do not specify an <code>IpAddressType</code>, it defaults to select IPv4.</p>"
39493949
}
39503950
}
39513951
},

0 commit comments

Comments
 (0)