@@ -190,6 +190,7 @@ export const se_CreateApiCommand = async (
190
190
description : [ , , `Description` ] ,
191
191
disableExecuteApiEndpoint : [ , , `DisableExecuteApiEndpoint` ] ,
192
192
disableSchemaValidation : [ , , `DisableSchemaValidation` ] ,
193
+ ipAddressType : [ , , `IpAddressType` ] ,
193
194
name : [ , , `Name` ] ,
194
195
protocolType : [ , , `ProtocolType` ] ,
195
196
routeKey : [ , , `RouteKey` ] ,
@@ -1420,6 +1421,7 @@ export const se_UpdateApiCommand = async (
1420
1421
description : [ , , `Description` ] ,
1421
1422
disableExecuteApiEndpoint : [ , , `DisableExecuteApiEndpoint` ] ,
1422
1423
disableSchemaValidation : [ , , `DisableSchemaValidation` ] ,
1424
+ ipAddressType : [ , , `IpAddressType` ] ,
1423
1425
name : [ , , `Name` ] ,
1424
1426
routeKey : [ , , `RouteKey` ] ,
1425
1427
routeSelectionExpression : [ , , `RouteSelectionExpression` ] ,
@@ -1775,6 +1777,7 @@ export const de_CreateApiCommand = async (
1775
1777
DisableExecuteApiEndpoint : [ , __expectBoolean , `disableExecuteApiEndpoint` ] ,
1776
1778
DisableSchemaValidation : [ , __expectBoolean , `disableSchemaValidation` ] ,
1777
1779
ImportInfo : [ , _json , `importInfo` ] ,
1780
+ IpAddressType : [ , __expectString , `ipAddressType` ] ,
1778
1781
Name : [ , __expectString , `name` ] ,
1779
1782
ProtocolType : [ , __expectString , `protocolType` ] ,
1780
1783
RouteSelectionExpression : [ , __expectString , `routeSelectionExpression` ] ,
@@ -2419,6 +2422,7 @@ export const de_GetApiCommand = async (
2419
2422
DisableExecuteApiEndpoint : [ , __expectBoolean , `disableExecuteApiEndpoint` ] ,
2420
2423
DisableSchemaValidation : [ , __expectBoolean , `disableSchemaValidation` ] ,
2421
2424
ImportInfo : [ , _json , `importInfo` ] ,
2425
+ IpAddressType : [ , __expectString , `ipAddressType` ] ,
2422
2426
Name : [ , __expectString , `name` ] ,
2423
2427
ProtocolType : [ , __expectString , `protocolType` ] ,
2424
2428
RouteSelectionExpression : [ , __expectString , `routeSelectionExpression` ] ,
@@ -3079,6 +3083,7 @@ export const de_ImportApiCommand = async (
3079
3083
DisableExecuteApiEndpoint : [ , __expectBoolean , `disableExecuteApiEndpoint` ] ,
3080
3084
DisableSchemaValidation : [ , __expectBoolean , `disableSchemaValidation` ] ,
3081
3085
ImportInfo : [ , _json , `importInfo` ] ,
3086
+ IpAddressType : [ , __expectString , `ipAddressType` ] ,
3082
3087
Name : [ , __expectString , `name` ] ,
3083
3088
ProtocolType : [ , __expectString , `protocolType` ] ,
3084
3089
RouteSelectionExpression : [ , __expectString , `routeSelectionExpression` ] ,
@@ -3115,6 +3120,7 @@ export const de_ReimportApiCommand = async (
3115
3120
DisableExecuteApiEndpoint : [ , __expectBoolean , `disableExecuteApiEndpoint` ] ,
3116
3121
DisableSchemaValidation : [ , __expectBoolean , `disableSchemaValidation` ] ,
3117
3122
ImportInfo : [ , _json , `importInfo` ] ,
3123
+ IpAddressType : [ , __expectString , `ipAddressType` ] ,
3118
3124
Name : [ , __expectString , `name` ] ,
3119
3125
ProtocolType : [ , __expectString , `protocolType` ] ,
3120
3126
RouteSelectionExpression : [ , __expectString , `routeSelectionExpression` ] ,
@@ -3202,6 +3208,7 @@ export const de_UpdateApiCommand = async (
3202
3208
DisableExecuteApiEndpoint : [ , __expectBoolean , `disableExecuteApiEndpoint` ] ,
3203
3209
DisableSchemaValidation : [ , __expectBoolean , `disableSchemaValidation` ] ,
3204
3210
ImportInfo : [ , _json , `importInfo` ] ,
3211
+ IpAddressType : [ , __expectString , `ipAddressType` ] ,
3205
3212
Name : [ , __expectString , `name` ] ,
3206
3213
ProtocolType : [ , __expectString , `protocolType` ] ,
3207
3214
RouteSelectionExpression : [ , __expectString , `routeSelectionExpression` ] ,
@@ -3707,6 +3714,7 @@ const se_DomainNameConfiguration = (input: DomainNameConfiguration, context: __S
3707
3714
domainNameStatusMessage : [ , , `DomainNameStatusMessage` ] ,
3708
3715
endpointType : [ , , `EndpointType` ] ,
3709
3716
hostedZoneId : [ , , `HostedZoneId` ] ,
3717
+ ipAddressType : [ , , `IpAddressType` ] ,
3710
3718
ownershipVerificationCertificateArn : [ , , `OwnershipVerificationCertificateArn` ] ,
3711
3719
securityPolicy : [ , , `SecurityPolicy` ] ,
3712
3720
} ) ;
@@ -3989,6 +3997,7 @@ const de_Api = (output: any, context: __SerdeContext): Api => {
3989
3997
DisableExecuteApiEndpoint : [ , __expectBoolean , `disableExecuteApiEndpoint` ] ,
3990
3998
DisableSchemaValidation : [ , __expectBoolean , `disableSchemaValidation` ] ,
3991
3999
ImportInfo : [ , _json , `importInfo` ] ,
4000
+ IpAddressType : [ , __expectString , `ipAddressType` ] ,
3992
4001
Name : [ , __expectString , `name` ] ,
3993
4002
ProtocolType : [ , __expectString , `protocolType` ] ,
3994
4003
RouteSelectionExpression : [ , __expectString , `routeSelectionExpression` ] ,
@@ -4095,6 +4104,7 @@ const de_DomainNameConfiguration = (output: any, context: __SerdeContext): Domai
4095
4104
DomainNameStatusMessage : [ , __expectString , `domainNameStatusMessage` ] ,
4096
4105
EndpointType : [ , __expectString , `endpointType` ] ,
4097
4106
HostedZoneId : [ , __expectString , `hostedZoneId` ] ,
4107
+ IpAddressType : [ , __expectString , `ipAddressType` ] ,
4098
4108
OwnershipVerificationCertificateArn : [ , __expectString , `ownershipVerificationCertificateArn` ] ,
4099
4109
SecurityPolicy : [ , __expectString , `securityPolicy` ] ,
4100
4110
} ) as any ;
0 commit comments