You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/api-gateway.json
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2717,6 +2717,12 @@
2717
2717
"traits": {
2718
2718
"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>"
2719
2719
}
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
+
}
2720
2726
}
2721
2727
},
2722
2728
"traits": {
@@ -5150,6 +5156,12 @@
5150
5156
"traits": {
5151
5157
"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>"
5152
5158
}
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
+
}
5153
5165
}
5154
5166
},
5155
5167
"traits": {
@@ -10815,6 +10827,29 @@
10815
10827
"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>"
0 commit comments