Skip to content

Commit 2381135

Browse files
Update API model
1 parent a3fedce commit 2381135

File tree

3 files changed

+896
-11
lines changed

3 files changed

+896
-11
lines changed

codegen/sdk-codegen/aws-models/api-gateway.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2717,6 +2717,12 @@
27172717
"traits": {
27182718
"smithy.api#documentation": "<p>A stringified JSON policy document that applies to the <code>execute-api</code> service for this DomainName regardless of the caller and Method\n configuration. Supported only for private custom\n domain names.</p>"
27192719
}
2720+
},
2721+
"routingMode": {
2722+
"target": "com.amazonaws.apigateway#RoutingMode",
2723+
"traits": {
2724+
"smithy.api#documentation": "<p>\nThe routing mode for this domain name. The routing mode determines how API Gateway sends traffic from your custom domain name to your private APIs.\n</p>"
2725+
}
27202726
}
27212727
},
27222728
"traits": {
@@ -5150,6 +5156,12 @@
51505156
"traits": {
51515157
"smithy.api#documentation": "<p>A stringified JSON policy document that applies to the <code>execute-api</code> service for this DomainName regardless of the caller and Method\n configuration. Supported only for private custom\n domain names.</p>"
51525158
}
5159+
},
5160+
"routingMode": {
5161+
"target": "com.amazonaws.apigateway#RoutingMode",
5162+
"traits": {
5163+
"smithy.api#documentation": "<p>The routing mode for this domain name. The routing mode determines how API Gateway sends traffic from your custom domain name to your private APIs.</p>"
5164+
}
51535165
}
51545166
},
51555167
"traits": {
@@ -10815,6 +10827,29 @@
1081510827
"smithy.api#documentation": "<p>Contains references to your APIs and links that guide you in how to interact with your collection. A collection offers a paginated view of your APIs.</p>"
1081610828
}
1081710829
},
10830+
"com.amazonaws.apigateway#RoutingMode": {
10831+
"type": "enum",
10832+
"members": {
10833+
"BASE_PATH_MAPPING_ONLY": {
10834+
"target": "smithy.api#Unit",
10835+
"traits": {
10836+
"smithy.api#enumValue": "BASE_PATH_MAPPING_ONLY"
10837+
}
10838+
},
10839+
"ROUTING_RULE_ONLY": {
10840+
"target": "smithy.api#Unit",
10841+
"traits": {
10842+
"smithy.api#enumValue": "ROUTING_RULE_ONLY"
10843+
}
10844+
},
10845+
"ROUTING_RULE_THEN_BASE_PATH_MAPPING": {
10846+
"target": "smithy.api#Unit",
10847+
"traits": {
10848+
"smithy.api#enumValue": "ROUTING_RULE_THEN_BASE_PATH_MAPPING"
10849+
}
10850+
}
10851+
}
10852+
},
1081810853
"com.amazonaws.apigateway#SdkConfigurationProperty": {
1081910854
"type": "structure",
1082010855
"members": {

0 commit comments

Comments
 (0)