Skip to content

Commit b156f65

Browse files
Adds support to set the routing mode for a custom domain name.
1 parent 758bbf5 commit b156f65

15 files changed

+380
-326
lines changed

generator/ServiceModels/apigateway/apigateway-2015-07-09.api.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2382,7 +2382,8 @@
23822382
"securityPolicy":{"shape":"SecurityPolicy"},
23832383
"mutualTlsAuthentication":{"shape":"MutualTlsAuthenticationInput"},
23842384
"ownershipVerificationCertificateArn":{"shape":"String"},
2385-
"policy":{"shape":"String"}
2385+
"policy":{"shape":"String"},
2386+
"routingMode":{"shape":"RoutingMode"}
23862387
}
23872388
},
23882389
"CreateModelRequest":{
@@ -3056,7 +3057,8 @@
30563057
"mutualTlsAuthentication":{"shape":"MutualTlsAuthentication"},
30573058
"ownershipVerificationCertificateArn":{"shape":"String"},
30583059
"managementPolicy":{"shape":"String"},
3059-
"policy":{"shape":"String"}
3060+
"policy":{"shape":"String"},
3061+
"routingMode":{"shape":"RoutingMode"}
30603062
}
30613063
},
30623064
"DomainNameAccessAssociation":{
@@ -3226,8 +3228,7 @@
32263228
},
32273229
"GetAccountRequest":{
32283230
"type":"structure",
3229-
"members":{
3230-
}
3231+
"members":{}
32313232
},
32323233
"GetApiKeyRequest":{
32333234
"type":"structure",
@@ -4937,6 +4938,14 @@
49374938
}
49384939
}
49394940
},
4941+
"RoutingMode":{
4942+
"type":"string",
4943+
"enum":[
4944+
"BASE_PATH_MAPPING_ONLY",
4945+
"ROUTING_RULE_ONLY",
4946+
"ROUTING_RULE_THEN_BASE_PATH_MAPPING"
4947+
]
4948+
},
49404949
"SdkConfigurationProperty":{
49414950
"type":"structure",
49424951
"members":{

0 commit comments

Comments
 (0)