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: services/apigateway/src/main/resources/codegen-resources/service-2.json
+17-2Lines changed: 17 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2825,6 +2825,10 @@
2825
2825
"policy":{
2826
2826
"shape":"String",
2827
2827
"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 configuration. Supported only for private custom domain names.</p>"
2828
+
},
2829
+
"routingMode":{
2830
+
"shape":"RoutingMode",
2831
+
"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>"
2828
2832
}
2829
2833
},
2830
2834
"documentation":"<p>A request to create a new domain name.</p>"
@@ -3838,6 +3842,10 @@
3838
3842
"policy":{
3839
3843
"shape":"String",
3840
3844
"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 configuration. Supported only for private custom domain names.</p>"
3845
+
},
3846
+
"routingMode":{
3847
+
"shape":"RoutingMode",
3848
+
"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>"
3841
3849
}
3842
3850
},
3843
3851
"documentation":"<p>Represents a custom domain name as a user-friendly host name of an API (RestApi).</p>"
@@ -4076,8 +4084,7 @@
4076
4084
},
4077
4085
"GetAccountRequest":{
4078
4086
"type":"structure",
4079
-
"members":{
4080
-
},
4087
+
"members":{},
4081
4088
"documentation":"<p>Requests API Gateway to get information about the current Account resource.</p>"
4082
4089
},
4083
4090
"GetApiKeyRequest":{
@@ -6385,6 +6392,14 @@
6385
6392
},
6386
6393
"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