Skip to content

Commit 7528ca9

Browse files
author
awstools
committed
feat(client-apigatewayv2): Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names.
1 parent ef4a874 commit 7528ca9

File tree

13 files changed

+175
-0
lines changed

13 files changed

+175
-0
lines changed

clients/client-apigatewayv2/src/commands/CreateApiCommand.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export interface CreateApiCommandOutput extends CreateApiResponse, __MetadataBea
5757
* Description: "STRING_VALUE",
5858
* DisableSchemaValidation: true || false,
5959
* DisableExecuteApiEndpoint: true || false,
60+
* IpAddressType: "ipv4" || "dualstack",
6061
* Name: "STRING_VALUE", // required
6162
* ProtocolType: "WEBSOCKET" || "HTTP", // required
6263
* RouteKey: "STRING_VALUE",
@@ -97,6 +98,7 @@ export interface CreateApiCommandOutput extends CreateApiResponse, __MetadataBea
9798
* // ImportInfo: [ // __listOf__string
9899
* // "STRING_VALUE",
99100
* // ],
101+
* // IpAddressType: "ipv4" || "dualstack",
100102
* // Name: "STRING_VALUE",
101103
* // ProtocolType: "WEBSOCKET" || "HTTP",
102104
* // RouteSelectionExpression: "STRING_VALUE",

clients/client-apigatewayv2/src/commands/CreateDomainNameCommand.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse,
4747
* DomainNameStatusMessage: "STRING_VALUE",
4848
* EndpointType: "REGIONAL" || "EDGE",
4949
* HostedZoneId: "STRING_VALUE",
50+
* IpAddressType: "ipv4" || "dualstack",
5051
* SecurityPolicy: "TLS_1_0" || "TLS_1_2",
5152
* OwnershipVerificationCertificateArn: "STRING_VALUE",
5253
* },
@@ -74,6 +75,7 @@ export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse,
7475
* // DomainNameStatusMessage: "STRING_VALUE",
7576
* // EndpointType: "REGIONAL" || "EDGE",
7677
* // HostedZoneId: "STRING_VALUE",
78+
* // IpAddressType: "ipv4" || "dualstack",
7779
* // SecurityPolicy: "TLS_1_0" || "TLS_1_2",
7880
* // OwnershipVerificationCertificateArn: "STRING_VALUE",
7981
* // },

clients/client-apigatewayv2/src/commands/GetApiCommand.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export interface GetApiCommandOutput extends GetApiResponse, __MetadataBearer {}
6868
* // ImportInfo: [ // __listOf__string
6969
* // "STRING_VALUE",
7070
* // ],
71+
* // IpAddressType: "ipv4" || "dualstack",
7172
* // Name: "STRING_VALUE",
7273
* // ProtocolType: "WEBSOCKET" || "HTTP",
7374
* // RouteSelectionExpression: "STRING_VALUE",

clients/client-apigatewayv2/src/commands/GetApisCommand.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export interface GetApisCommandOutput extends GetApisResponse, __MetadataBearer
7171
* // ImportInfo: [ // __listOf__string
7272
* // "STRING_VALUE",
7373
* // ],
74+
* // IpAddressType: "ipv4" || "dualstack",
7475
* // Name: "STRING_VALUE", // required
7576
* // ProtocolType: "WEBSOCKET" || "HTTP", // required
7677
* // RouteSelectionExpression: "STRING_VALUE", // required

clients/client-apigatewayv2/src/commands/GetDomainNameCommand.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __Met
5353
* // DomainNameStatusMessage: "STRING_VALUE",
5454
* // EndpointType: "REGIONAL" || "EDGE",
5555
* // HostedZoneId: "STRING_VALUE",
56+
* // IpAddressType: "ipv4" || "dualstack",
5657
* // SecurityPolicy: "TLS_1_0" || "TLS_1_2",
5758
* // OwnershipVerificationCertificateArn: "STRING_VALUE",
5859
* // },

clients/client-apigatewayv2/src/commands/GetDomainNamesCommand.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export interface GetDomainNamesCommandOutput extends GetDomainNamesResponse, __M
5656
* // DomainNameStatusMessage: "STRING_VALUE",
5757
* // EndpointType: "REGIONAL" || "EDGE",
5858
* // HostedZoneId: "STRING_VALUE",
59+
* // IpAddressType: "ipv4" || "dualstack",
5960
* // SecurityPolicy: "TLS_1_0" || "TLS_1_2",
6061
* // OwnershipVerificationCertificateArn: "STRING_VALUE",
6162
* // },

clients/client-apigatewayv2/src/commands/ImportApiCommand.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export interface ImportApiCommandOutput extends ImportApiResponse, __MetadataBea
7070
* // ImportInfo: [ // __listOf__string
7171
* // "STRING_VALUE",
7272
* // ],
73+
* // IpAddressType: "ipv4" || "dualstack",
7374
* // Name: "STRING_VALUE",
7475
* // ProtocolType: "WEBSOCKET" || "HTTP",
7576
* // RouteSelectionExpression: "STRING_VALUE",

clients/client-apigatewayv2/src/commands/ReimportApiCommand.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export interface ReimportApiCommandOutput extends ReimportApiResponse, __Metadat
7171
* // ImportInfo: [ // __listOf__string
7272
* // "STRING_VALUE",
7373
* // ],
74+
* // IpAddressType: "ipv4" || "dualstack",
7475
* // Name: "STRING_VALUE",
7576
* // ProtocolType: "WEBSOCKET" || "HTTP",
7677
* // RouteSelectionExpression: "STRING_VALUE",

clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export interface UpdateApiCommandOutput extends UpdateApiResponse, __MetadataBea
5858
* Description: "STRING_VALUE",
5959
* DisableSchemaValidation: true || false,
6060
* DisableExecuteApiEndpoint: true || false,
61+
* IpAddressType: "ipv4" || "dualstack",
6162
* Name: "STRING_VALUE",
6263
* RouteKey: "STRING_VALUE",
6364
* RouteSelectionExpression: "STRING_VALUE",
@@ -94,6 +95,7 @@ export interface UpdateApiCommandOutput extends UpdateApiResponse, __MetadataBea
9495
* // ImportInfo: [ // __listOf__string
9596
* // "STRING_VALUE",
9697
* // ],
98+
* // IpAddressType: "ipv4" || "dualstack",
9799
* // Name: "STRING_VALUE",
98100
* // ProtocolType: "WEBSOCKET" || "HTTP",
99101
* // RouteSelectionExpression: "STRING_VALUE",

clients/client-apigatewayv2/src/commands/UpdateDomainNameCommand.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse,
4747
* DomainNameStatusMessage: "STRING_VALUE",
4848
* EndpointType: "REGIONAL" || "EDGE",
4949
* HostedZoneId: "STRING_VALUE",
50+
* IpAddressType: "ipv4" || "dualstack",
5051
* SecurityPolicy: "TLS_1_0" || "TLS_1_2",
5152
* OwnershipVerificationCertificateArn: "STRING_VALUE",
5253
* },
@@ -71,6 +72,7 @@ export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse,
7172
* // DomainNameStatusMessage: "STRING_VALUE",
7273
* // EndpointType: "REGIONAL" || "EDGE",
7374
* // HostedZoneId: "STRING_VALUE",
75+
* // IpAddressType: "ipv4" || "dualstack",
7476
* // SecurityPolicy: "TLS_1_0" || "TLS_1_2",
7577
* // OwnershipVerificationCertificateArn: "STRING_VALUE",
7678
* // },

0 commit comments

Comments
 (0)