1{
2  "version": "2.0",
3  "service": "<p>AWS App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and\n         control microservices. App Mesh standardizes how your microservices communicate, giving you\n         end-to-end visibility and helping to ensure high availability for your applications.</p>\n         <p>App Mesh gives you consistent visibility and network traffic controls for every\n         microservice in an application. You can use App Mesh with AWS Fargate, Amazon ECS, Amazon EKS,\n         Kubernetes on AWS, and Amazon EC2.</p>\n         <note>\n            <p>App Mesh supports microservice applications that use service discovery naming for their\n            components. For more information about service discovery on Amazon ECS, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-discovery.html\">Service Discovery</a> in the <i>Amazon Elastic Container Service Developer Guide</i>. Kubernetes\n               <code>kube-dns</code> and <code>coredns</code> are supported. For more information,\n            see <a href=\"https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/\">DNS\n               for Services and Pods</a> in the Kubernetes documentation.</p>\n         </note>",
4  "operations": {
5    "CreateGatewayRoute": "<p>Creates a gateway route.</p>\n         <p>A gateway route is attached to a virtual gateway and routes traffic to an existing\n         virtual service. If a route matches a request, it can distribute traffic to a target virtual service.</p>\n         <p>For more information about gateway routes, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/gateway-routes.html\">Gateway routes</a>.</p>",
6    "CreateMesh": "<p>Creates a service mesh.</p>\n         <p> A service mesh is a logical boundary for network traffic between services that are\n         represented by resources within the mesh. After you create your service mesh, you can\n         create virtual services, virtual nodes, virtual routers, and routes to distribute traffic\n         between the applications in your mesh.</p>\n         <p>For more information about service meshes, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/meshes.html\">Service meshes</a>.</p>",
7    "CreateRoute": "<p>Creates a route that is associated with a virtual router.</p>\n         <p> You can route several different protocols and define a retry policy for a route.\n         Traffic can be routed to one or more virtual nodes.</p>\n         <p>For more information about routes, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/routes.html\">Routes</a>.</p>",
8    "CreateVirtualGateway": "<p>Creates a virtual gateway.</p>\n         <p>A virtual gateway allows resources outside your mesh to communicate to resources that\n         are inside your mesh. The virtual gateway represents an Envoy proxy running in an Amazon ECS\n         task, in a Kubernetes service, or on an Amazon EC2 instance. Unlike a virtual node, which\n         represents an Envoy running with an application, a virtual gateway represents Envoy deployed by itself.</p>\n         <p>For more information about virtual gateways, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_gateways.html\">Virtual gateways</a>.</p>",
9    "CreateVirtualNode": "<p>Creates a virtual node within a service mesh.</p>\n         <p> A virtual node acts as a logical pointer to a particular task group, such as an Amazon ECS\n         service or a Kubernetes deployment. When you create a virtual node, you can specify the\n         service discovery information for your task group, and whether the proxy running in a task\n         group will communicate with other proxies using Transport Layer Security (TLS).</p>\n         <p>You define a <code>listener</code> for any inbound traffic that your virtual node\n         expects. Any virtual service that your virtual node expects to communicate to is specified\n         as a <code>backend</code>.</p>\n         <p>The response metadata for your new virtual node contains the <code>arn</code> that is\n         associated with the virtual node. Set this value (either the full ARN or the truncated\n         resource name: for example, <code>mesh/default/virtualNode/simpleapp</code>) as the\n            <code>APPMESH_VIRTUAL_NODE_NAME</code> environment variable for your task group's Envoy\n         proxy container in your task definition or pod spec. This is then mapped to the\n            <code>node.id</code> and <code>node.cluster</code> Envoy parameters.</p>\n         <note>\n            <p>If you require your Envoy stats or tracing to use a different name, you can override\n            the <code>node.cluster</code> value that is set by\n               <code>APPMESH_VIRTUAL_NODE_NAME</code> with the\n               <code>APPMESH_VIRTUAL_NODE_CLUSTER</code> environment variable.</p>\n         </note>\n         <p>For more information about virtual nodes, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_nodes.html\">Virtual nodes</a>.</p>",
10    "CreateVirtualRouter": "<p>Creates a virtual router within a service mesh.</p>\n         <p>Specify a <code>listener</code> for any inbound traffic that your virtual router\n         receives. Create a virtual router for each protocol and port that you need to route.\n         Virtual routers handle traffic for one or more virtual services within your mesh. After you\n         create your virtual router, create and associate routes for your virtual router that direct\n         incoming requests to different virtual nodes.</p>\n         <p>For more information about virtual routers, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_routers.html\">Virtual routers</a>.</p>",
11    "CreateVirtualService": "<p>Creates a virtual service within a service mesh.</p>\n         <p>A virtual service is an abstraction of a real service that is provided by a virtual node\n         directly or indirectly by means of a virtual router. Dependent services call your virtual\n         service by its <code>virtualServiceName</code>, and those requests are routed to the\n         virtual node or virtual router that is specified as the provider for the virtual\n         service.</p>\n         <p>For more information about virtual services, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_services.html\">Virtual services</a>.</p>",
12    "DeleteGatewayRoute": "<p>Deletes an existing gateway route.</p>",
13    "DeleteMesh": "<p>Deletes an existing service mesh.</p>\n         <p>You must delete all resources (virtual services, routes, virtual routers, and virtual\n         nodes) in the service mesh before you can delete the mesh itself.</p>",
14    "DeleteRoute": "<p>Deletes an existing route.</p>",
15    "DeleteVirtualGateway": "<p>Deletes an existing virtual gateway. You cannot delete a virtual gateway if any gateway\n         routes are associated to it.</p>",
16    "DeleteVirtualNode": "<p>Deletes an existing virtual node.</p>\n         <p>You must delete any virtual services that list a virtual node as a service provider\n         before you can delete the virtual node itself.</p>",
17    "DeleteVirtualRouter": "<p>Deletes an existing virtual router.</p>\n         <p>You must delete any routes associated with the virtual router before you can delete the\n         router itself.</p>",
18    "DeleteVirtualService": "<p>Deletes an existing virtual service.</p>",
19    "DescribeGatewayRoute": "<p>Describes an existing gateway route.</p>",
20    "DescribeMesh": "<p>Describes an existing service mesh.</p>",
21    "DescribeRoute": "<p>Describes an existing route.</p>",
22    "DescribeVirtualGateway": "<p>Describes an existing virtual gateway.</p>",
23    "DescribeVirtualNode": "<p>Describes an existing virtual node.</p>",
24    "DescribeVirtualRouter": "<p>Describes an existing virtual router.</p>",
25    "DescribeVirtualService": "<p>Describes an existing virtual service.</p>",
26    "ListGatewayRoutes": "<p>Returns a list of existing gateway routes that are associated to a virtual\n         gateway.</p>",
27    "ListMeshes": "<p>Returns a list of existing service meshes.</p>",
28    "ListRoutes": "<p>Returns a list of existing routes in a service mesh.</p>",
29    "ListTagsForResource": "<p>List the tags for an App Mesh resource.</p>",
30    "ListVirtualGateways": "<p>Returns a list of existing virtual gateways in a service mesh.</p>",
31    "ListVirtualNodes": "<p>Returns a list of existing virtual nodes.</p>",
32    "ListVirtualRouters": "<p>Returns a list of existing virtual routers in a service mesh.</p>",
33    "ListVirtualServices": "<p>Returns a list of existing virtual services in a service mesh.</p>",
34    "TagResource": "<p>Associates the specified tags to a resource with the specified <code>resourceArn</code>.\n         If existing tags on a resource aren't specified in the request parameters, they aren't\n         changed. When a resource is deleted, the tags associated with that resource are also\n         deleted.</p>",
35    "UntagResource": "<p>Deletes specified tags from a resource.</p>",
36    "UpdateGatewayRoute": "<p>Updates an existing gateway route that is associated to a specified virtual gateway in a\n         service mesh.</p>",
37    "UpdateMesh": "<p>Updates an existing service mesh.</p>",
38    "UpdateRoute": "<p>Updates an existing route for a specified service mesh and virtual router.</p>",
39    "UpdateVirtualGateway": "<p>Updates an existing virtual gateway in a specified service mesh.</p>",
40    "UpdateVirtualNode": "<p>Updates an existing virtual node in a specified service mesh.</p>",
41    "UpdateVirtualRouter": "<p>Updates an existing virtual router in a specified service mesh.</p>",
42    "UpdateVirtualService": "<p>Updates an existing virtual service in a specified service mesh.</p>"
43  },
44  "shapes": {
45    "AccessLog": {
46      "base": "<p>An object that represents the access logging information for a virtual node.</p>",
47      "refs": {
48        "AccessLog$file": "<p>The file object to send virtual node access logs to.</p>"
49      }
50    },
51    "AccountId": {
52      "base": null,
53      "refs": { }
54    },
55    "Arn": {
56      "base": null,
57      "refs": { }
58    },
59    "AwsCloudMapInstanceAttribute": {
60      "base": "<p>An object that represents the AWS Cloud Map attribute information for your virtual\n         node.</p>",
61      "refs": {
62        "AwsCloudMapInstanceAttribute$key": "<p>The name of an AWS Cloud Map service instance attribute key. Any AWS Cloud Map service\n         instance that contains the specified key and value is returned.</p>",
63        "AwsCloudMapInstanceAttribute$value": "<p>The value of an AWS Cloud Map service instance attribute key. Any AWS Cloud Map service\n         instance that contains the specified key and value is returned.</p>"
64      }
65    },
66    "AwsCloudMapInstanceAttributeKey": {
67      "base": null,
68      "refs": { }
69    },
70    "AwsCloudMapInstanceAttributeValue": {
71      "base": null,
72      "refs": { }
73    },
74    "AwsCloudMapInstanceAttributes": {
75      "base": null,
76      "refs": {
77        "AwsCloudMapInstanceAttributes$member": null
78      }
79    },
80    "AwsCloudMapName": {
81      "base": null,
82      "refs": { }
83    },
84    "AwsCloudMapServiceDiscovery": {
85      "base": "<p>An object that represents the AWS Cloud Map service discovery information for your virtual\n         node.</p>",
86      "refs": {
87        "AwsCloudMapServiceDiscovery$attributes": "<p>A string map that contains attributes with values that you can use to filter instances\n         by any custom attribute that you specified when you registered the instance. Only instances\n         that match all of the specified key/value pairs will be returned.</p>",
88        "AwsCloudMapServiceDiscovery$namespaceName": "<p>The name of the AWS Cloud Map namespace to use.</p>",
89        "AwsCloudMapServiceDiscovery$serviceName": "<p>The name of the AWS Cloud Map service to use.</p>"
90      }
91    },
92    "Backend": {
93      "base": "<p>An object that represents the backends that a virtual node is expected to send outbound\n         traffic to. </p>",
94      "refs": {
95        "Backend$virtualService": "<p>Specifies a virtual service to use as a backend for a virtual node. </p>"
96      }
97    },
98    "BackendDefaults": {
99      "base": "<p>An object that represents the default properties for a backend.</p>",
100      "refs": {
101        "BackendDefaults$clientPolicy": "<p>A reference to an object that represents a client policy.</p>"
102      }
103    },
104    "Backends": {
105      "base": null,
106      "refs": {
107        "Backends$member": null
108      }
109    },
110    "BadRequestException": {
111      "base": "<p>The request syntax was malformed. Check your request syntax and try again.</p>",
112      "refs": { }
113    },
114    "Boolean": {
115      "base": null,
116      "refs": { }
117    },
118    "CertificateAuthorityArns": {
119      "base": null,
120      "refs": {
121        "CertificateAuthorityArns$member": null
122      }
123    },
124    "ClientPolicy": {
125      "base": "<p>An object that represents a client policy.</p>",
126      "refs": {
127        "ClientPolicy$tls": "<p>A reference to an object that represents a Transport Layer Security (TLS) client policy.</p>"
128      }
129    },
130    "ClientPolicyTls": {
131      "base": "<p>An object that represents a Transport Layer Security (TLS) client policy.</p>",
132      "refs": {
133        "ClientPolicyTls$enforce": "<p>Whether the policy is enforced. The default is <code>True</code>, if a value isn't\n         specified.</p>",
134        "ClientPolicyTls$ports": "<p>One or more ports that the policy is enforced for.</p>",
135        "ClientPolicyTls$validation": "<p>A reference to an object that represents a TLS validation context.</p>"
136      }
137    },
138    "ConflictException": {
139      "base": "<p>The request contains a client token that was used for a previous update resource call\n         with different specifications. Try the request again with a new client token.</p>",
140      "refs": { }
141    },
142    "CreateGatewayRouteInput": {
143      "base": null,
144      "refs": {
145        "CreateGatewayRouteInput$clientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\nrequest. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>",
146        "CreateGatewayRouteInput$gatewayRouteName": "<p>The name to use for the gateway route.</p>",
147        "CreateGatewayRouteInput$meshName": "<p>The name of the service mesh to create the gateway route in.</p>",
148        "CreateGatewayRouteInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then\n               the account that you specify must share the mesh with your account before you can create \n             the resource in the service mesh. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
149        "CreateGatewayRouteInput$spec": "<p>The gateway route specification to apply.</p>",
150        "CreateGatewayRouteInput$tags": "<p>Optional metadata that you can apply to the gateway route to assist with categorization\n         and organization. Each tag consists of a key and an optional value, both of which you\n         define. Tag keys can have a maximum character length of 128 characters, and tag values can have\n            a maximum length of 256 characters.</p>",
151        "CreateGatewayRouteInput$virtualGatewayName": "<p>The name of the virtual gateway to associate the gateway route with. If the virtual\n         gateway is in a shared mesh, then you must be the owner of the virtual gateway\n         resource.</p>"
152      }
153    },
154    "CreateGatewayRouteOutput": {
155      "base": null,
156      "refs": {
157        "CreateGatewayRouteOutput$gatewayRoute": "<p>The full description of your gateway route following the create call.</p>"
158      }
159    },
160    "CreateMeshInput": {
161      "base": "",
162      "refs": {
163        "CreateMeshInput$clientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\nrequest. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>",
164        "CreateMeshInput$meshName": "<p>The name to use for the service mesh.</p>",
165        "CreateMeshInput$spec": "<p>The service mesh specification to apply.</p>",
166        "CreateMeshInput$tags": "<p>Optional metadata that you can apply to the service mesh to assist with categorization\n         and organization. Each tag consists of a key and an optional value, both of which you\n         define. Tag keys can have a maximum character length of 128 characters, and tag values can have\n            a maximum length of 256 characters.</p>"
167      }
168    },
169    "CreateMeshOutput": {
170      "base": "",
171      "refs": {
172        "CreateMeshOutput$mesh": "<p>The full description of your service mesh following the create call.</p>"
173      }
174    },
175    "CreateRouteInput": {
176      "base": "",
177      "refs": {
178        "CreateRouteInput$clientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\nrequest. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>",
179        "CreateRouteInput$meshName": "<p>The name of the service mesh to create the route in.</p>",
180        "CreateRouteInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then\n               the account that you specify must share the mesh with your account before you can create \n             the resource in the service mesh. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
181        "CreateRouteInput$routeName": "<p>The name to use for the route.</p>",
182        "CreateRouteInput$spec": "<p>The route specification to apply.</p>",
183        "CreateRouteInput$tags": "<p>Optional metadata that you can apply to the route to assist with categorization and\n         organization. Each tag consists of a key and an optional value, both of which you define.\n         Tag keys can have a maximum character length of 128 characters, and tag values can have\n            a maximum length of 256 characters.</p>",
184        "CreateRouteInput$virtualRouterName": "<p>The name of the virtual router in which to create the route. If the virtual router is in\n         a shared mesh, then you must be the owner of the virtual router resource.</p>"
185      }
186    },
187    "CreateRouteOutput": {
188      "base": "",
189      "refs": {
190        "CreateRouteOutput$route": "<p>The full description of your mesh following the create call.</p>"
191      }
192    },
193    "CreateVirtualGatewayInput": {
194      "base": null,
195      "refs": {
196        "CreateVirtualGatewayInput$clientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\nrequest. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>",
197        "CreateVirtualGatewayInput$meshName": "<p>The name of the service mesh to create the virtual gateway in.</p>",
198        "CreateVirtualGatewayInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then\n               the account that you specify must share the mesh with your account before you can create \n             the resource in the service mesh. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
199        "CreateVirtualGatewayInput$spec": "<p>The virtual gateway specification to apply.</p>",
200        "CreateVirtualGatewayInput$tags": "<p>Optional metadata that you can apply to the virtual gateway to assist with\n         categorization and organization. Each tag consists of a key and an optional value, both of\n         which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have\n            a maximum length of 256 characters.</p>",
201        "CreateVirtualGatewayInput$virtualGatewayName": "<p>The name to use for the virtual gateway.</p>"
202      }
203    },
204    "CreateVirtualGatewayOutput": {
205      "base": null,
206      "refs": {
207        "CreateVirtualGatewayOutput$virtualGateway": "<p>The full description of your virtual gateway following the create call.</p>"
208      }
209    },
210    "CreateVirtualNodeInput": {
211      "base": "",
212      "refs": {
213        "CreateVirtualNodeInput$clientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\nrequest. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>",
214        "CreateVirtualNodeInput$meshName": "<p>The name of the service mesh to create the virtual node in.</p>",
215        "CreateVirtualNodeInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then\n               the account that you specify must share the mesh with your account before you can create \n             the resource in the service mesh. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
216        "CreateVirtualNodeInput$spec": "<p>The virtual node specification to apply.</p>",
217        "CreateVirtualNodeInput$tags": "<p>Optional metadata that you can apply to the virtual node to assist with categorization\n         and organization. Each tag consists of a key and an optional value, both of which you\n         define. Tag keys can have a maximum character length of 128 characters, and tag values can have\n            a maximum length of 256 characters.</p>",
218        "CreateVirtualNodeInput$virtualNodeName": "<p>The name to use for the virtual node.</p>"
219      }
220    },
221    "CreateVirtualNodeOutput": {
222      "base": "",
223      "refs": {
224        "CreateVirtualNodeOutput$virtualNode": "<p>The full description of your virtual node following the create call.</p>"
225      }
226    },
227    "CreateVirtualRouterInput": {
228      "base": "",
229      "refs": {
230        "CreateVirtualRouterInput$clientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\nrequest. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>",
231        "CreateVirtualRouterInput$meshName": "<p>The name of the service mesh to create the virtual router in.</p>",
232        "CreateVirtualRouterInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then\n               the account that you specify must share the mesh with your account before you can create \n             the resource in the service mesh. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
233        "CreateVirtualRouterInput$spec": "<p>The virtual router specification to apply.</p>",
234        "CreateVirtualRouterInput$tags": "<p>Optional metadata that you can apply to the virtual router to assist with categorization\n         and organization. Each tag consists of a key and an optional value, both of which you\n         define. Tag keys can have a maximum character length of 128 characters, and tag values can have\n            a maximum length of 256 characters.</p>",
235        "CreateVirtualRouterInput$virtualRouterName": "<p>The name to use for the virtual router.</p>"
236      }
237    },
238    "CreateVirtualRouterOutput": {
239      "base": "",
240      "refs": {
241        "CreateVirtualRouterOutput$virtualRouter": "<p>The full description of your virtual router following the create call.</p>"
242      }
243    },
244    "CreateVirtualServiceInput": {
245      "base": "",
246      "refs": {
247        "CreateVirtualServiceInput$clientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\nrequest. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>",
248        "CreateVirtualServiceInput$meshName": "<p>The name of the service mesh to create the virtual service in.</p>",
249        "CreateVirtualServiceInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then\n               the account that you specify must share the mesh with your account before you can create \n             the resource in the service mesh. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
250        "CreateVirtualServiceInput$spec": "<p>The virtual service specification to apply.</p>",
251        "CreateVirtualServiceInput$tags": "<p>Optional metadata that you can apply to the virtual service to assist with\n         categorization and organization. Each tag consists of a key and an optional value, both of\n         which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have\n            a maximum length of 256 characters.</p>",
252        "CreateVirtualServiceInput$virtualServiceName": "<p>The name to use for the virtual service.</p>"
253      }
254    },
255    "CreateVirtualServiceOutput": {
256      "base": "",
257      "refs": {
258        "CreateVirtualServiceOutput$virtualService": "<p>The full description of your virtual service following the create call.</p>"
259      }
260    },
261    "DeleteGatewayRouteInput": {
262      "base": null,
263      "refs": {
264        "DeleteGatewayRouteInput$gatewayRouteName": "<p>The name of the gateway route to delete.</p>",
265        "DeleteGatewayRouteInput$meshName": "<p>The name of the service mesh to delete the gateway route from.</p>",
266        "DeleteGatewayRouteInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
267        "DeleteGatewayRouteInput$virtualGatewayName": "<p>The name of the virtual gateway to delete the route from.</p>"
268      }
269    },
270    "DeleteGatewayRouteOutput": {
271      "base": null,
272      "refs": {
273        "DeleteGatewayRouteOutput$gatewayRoute": "<p>The gateway route that was deleted.</p>"
274      }
275    },
276    "DeleteMeshInput": {
277      "base": "",
278      "refs": {
279        "DeleteMeshInput$meshName": "<p>The name of the service mesh to delete.</p>"
280      }
281    },
282    "DeleteMeshOutput": {
283      "base": "",
284      "refs": {
285        "DeleteMeshOutput$mesh": "<p>The service mesh that was deleted.</p>"
286      }
287    },
288    "DeleteRouteInput": {
289      "base": "",
290      "refs": {
291        "DeleteRouteInput$meshName": "<p>The name of the service mesh to delete the route in.</p>",
292        "DeleteRouteInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
293        "DeleteRouteInput$routeName": "<p>The name of the route to delete.</p>",
294        "DeleteRouteInput$virtualRouterName": "<p>The name of the virtual router to delete the route in.</p>"
295      }
296    },
297    "DeleteRouteOutput": {
298      "base": "",
299      "refs": {
300        "DeleteRouteOutput$route": "<p>The route that was deleted.</p>"
301      }
302    },
303    "DeleteVirtualGatewayInput": {
304      "base": null,
305      "refs": {
306        "DeleteVirtualGatewayInput$meshName": "<p>The name of the service mesh to delete the virtual gateway from.</p>",
307        "DeleteVirtualGatewayInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
308        "DeleteVirtualGatewayInput$virtualGatewayName": "<p>The name of the virtual gateway to delete.</p>"
309      }
310    },
311    "DeleteVirtualGatewayOutput": {
312      "base": null,
313      "refs": {
314        "DeleteVirtualGatewayOutput$virtualGateway": "<p>The virtual gateway that was deleted.</p>"
315      }
316    },
317    "DeleteVirtualNodeInput": {
318      "base": "",
319      "refs": {
320        "DeleteVirtualNodeInput$meshName": "<p>The name of the service mesh to delete the virtual node in.</p>",
321        "DeleteVirtualNodeInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
322        "DeleteVirtualNodeInput$virtualNodeName": "<p>The name of the virtual node to delete.</p>"
323      }
324    },
325    "DeleteVirtualNodeOutput": {
326      "base": "",
327      "refs": {
328        "DeleteVirtualNodeOutput$virtualNode": "<p>The virtual node that was deleted.</p>"
329      }
330    },
331    "DeleteVirtualRouterInput": {
332      "base": "",
333      "refs": {
334        "DeleteVirtualRouterInput$meshName": "<p>The name of the service mesh to delete the virtual router in.</p>",
335        "DeleteVirtualRouterInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
336        "DeleteVirtualRouterInput$virtualRouterName": "<p>The name of the virtual router to delete.</p>"
337      }
338    },
339    "DeleteVirtualRouterOutput": {
340      "base": "",
341      "refs": {
342        "DeleteVirtualRouterOutput$virtualRouter": "<p>The virtual router that was deleted.</p>"
343      }
344    },
345    "DeleteVirtualServiceInput": {
346      "base": "",
347      "refs": {
348        "DeleteVirtualServiceInput$meshName": "<p>The name of the service mesh to delete the virtual service in.</p>",
349        "DeleteVirtualServiceInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
350        "DeleteVirtualServiceInput$virtualServiceName": "<p>The name of the virtual service to delete.</p>"
351      }
352    },
353    "DeleteVirtualServiceOutput": {
354      "base": "",
355      "refs": {
356        "DeleteVirtualServiceOutput$virtualService": "<p>The virtual service that was deleted.</p>"
357      }
358    },
359    "DescribeGatewayRouteInput": {
360      "base": null,
361      "refs": {
362        "DescribeGatewayRouteInput$gatewayRouteName": "<p>The name of the gateway route to describe.</p>",
363        "DescribeGatewayRouteInput$meshName": "<p>The name of the service mesh that the gateway route resides in.</p>",
364        "DescribeGatewayRouteInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
365        "DescribeGatewayRouteInput$virtualGatewayName": "<p>The name of the virtual gateway that the gateway route is associated with.</p>"
366      }
367    },
368    "DescribeGatewayRouteOutput": {
369      "base": null,
370      "refs": {
371        "DescribeGatewayRouteOutput$gatewayRoute": "<p>The full description of your gateway route.</p>"
372      }
373    },
374    "DescribeMeshInput": {
375      "base": "",
376      "refs": {
377        "DescribeMeshInput$meshName": "<p>The name of the service mesh to describe.</p>",
378        "DescribeMeshInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>"
379      }
380    },
381    "DescribeMeshOutput": {
382      "base": "",
383      "refs": {
384        "DescribeMeshOutput$mesh": "<p>The full description of your service mesh.</p>"
385      }
386    },
387    "DescribeRouteInput": {
388      "base": "",
389      "refs": {
390        "DescribeRouteInput$meshName": "<p>The name of the service mesh that the route resides in.</p>",
391        "DescribeRouteInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
392        "DescribeRouteInput$routeName": "<p>The name of the route to describe.</p>",
393        "DescribeRouteInput$virtualRouterName": "<p>The name of the virtual router that the route is associated with.</p>"
394      }
395    },
396    "DescribeRouteOutput": {
397      "base": "",
398      "refs": {
399        "DescribeRouteOutput$route": "<p>The full description of your route.</p>"
400      }
401    },
402    "DescribeVirtualGatewayInput": {
403      "base": null,
404      "refs": {
405        "DescribeVirtualGatewayInput$meshName": "<p>The name of the service mesh that the gateway route resides in.</p>",
406        "DescribeVirtualGatewayInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
407        "DescribeVirtualGatewayInput$virtualGatewayName": "<p>The name of the virtual gateway to describe.</p>"
408      }
409    },
410    "DescribeVirtualGatewayOutput": {
411      "base": null,
412      "refs": {
413        "DescribeVirtualGatewayOutput$virtualGateway": "<p>The full description of your virtual gateway.</p>"
414      }
415    },
416    "DescribeVirtualNodeInput": {
417      "base": "",
418      "refs": {
419        "DescribeVirtualNodeInput$meshName": "<p>The name of the service mesh that the virtual node resides in.</p>",
420        "DescribeVirtualNodeInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
421        "DescribeVirtualNodeInput$virtualNodeName": "<p>The name of the virtual node to describe.</p>"
422      }
423    },
424    "DescribeVirtualNodeOutput": {
425      "base": "",
426      "refs": {
427        "DescribeVirtualNodeOutput$virtualNode": "<p>The full description of your virtual node.</p>"
428      }
429    },
430    "DescribeVirtualRouterInput": {
431      "base": "",
432      "refs": {
433        "DescribeVirtualRouterInput$meshName": "<p>The name of the service mesh that the virtual router resides in.</p>",
434        "DescribeVirtualRouterInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
435        "DescribeVirtualRouterInput$virtualRouterName": "<p>The name of the virtual router to describe.</p>"
436      }
437    },
438    "DescribeVirtualRouterOutput": {
439      "base": "",
440      "refs": {
441        "DescribeVirtualRouterOutput$virtualRouter": "<p>The full description of your virtual router.</p>"
442      }
443    },
444    "DescribeVirtualServiceInput": {
445      "base": "",
446      "refs": {
447        "DescribeVirtualServiceInput$meshName": "<p>The name of the service mesh that the virtual service resides in.</p>",
448        "DescribeVirtualServiceInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
449        "DescribeVirtualServiceInput$virtualServiceName": "<p>The name of the virtual service to describe.</p>"
450      }
451    },
452    "DescribeVirtualServiceOutput": {
453      "base": "",
454      "refs": {
455        "DescribeVirtualServiceOutput$virtualService": "<p>The full description of your virtual service.</p>"
456      }
457    },
458    "DnsServiceDiscovery": {
459      "base": "<p>An object that represents the DNS service discovery information for your virtual\n         node.</p>",
460      "refs": {
461        "DnsServiceDiscovery$hostname": "<p>Specifies the DNS service discovery hostname for the virtual node. </p>"
462      }
463    },
464    "Duration": {
465      "base": "<p>An object that represents a duration of time.</p>",
466      "refs": {
467        "Duration$unit": "<p>A unit of time.</p>",
468        "Duration$value": "<p>A number of time units.</p>"
469      }
470    },
471    "DurationUnit": {
472      "base": null,
473      "refs": { }
474    },
475    "DurationValue": {
476      "base": null,
477      "refs": { }
478    },
479    "EgressFilter": {
480      "base": "<p>An object that represents the egress filter rules for a service mesh.</p>",
481      "refs": {
482        "EgressFilter$type": "<p>The egress filter type. By default, the type is <code>DROP_ALL</code>, which allows\n         egress only from virtual nodes to other defined resources in the service mesh (and any\n         traffic to <code>*.amazonaws.com</code> for AWS API calls). You can set the egress filter\n         type to <code>ALLOW_ALL</code> to allow egress to any endpoint inside or outside of the\n         service mesh.</p>"
483      }
484    },
485    "EgressFilterType": {
486      "base": null,
487      "refs": { }
488    },
489    "FileAccessLog": {
490      "base": "<p>An object that represents an access log file.</p>",
491      "refs": {
492        "FileAccessLog$path": "<p>The file path to write access logs to. You can use <code>/dev/stdout</code> to send\n         access logs to standard out and configure your Envoy container to use a log driver, such as\n            <code>awslogs</code>, to export the access logs to a log storage service such as Amazon\n         CloudWatch Logs. You can also specify a path in the Envoy container's file system to write\n         the files to disk.</p>\n         <note>\n            <p>The Envoy process must have write permissions to the path that you specify here.\n            Otherwise, Envoy fails to bootstrap properly.</p>\n         </note>"
493      }
494    },
495    "FilePath": {
496      "base": null,
497      "refs": { }
498    },
499    "ForbiddenException": {
500      "base": "<p>You don't have permissions to perform this action.</p>",
501      "refs": { }
502    },
503    "GatewayRouteData": {
504      "base": "<p>An object that represents a gateway route returned by a describe operation.</p>",
505      "refs": {
506        "GatewayRouteData$gatewayRouteName": "<p>The name of the gateway route.</p>",
507        "GatewayRouteData$meshName": "<p>The name of the service mesh that the resource resides in. </p>",
508        "GatewayRouteData$spec": "<p>The specifications of the gateway route.</p>",
509        "GatewayRouteData$status": "<p>The status of the gateway route.</p>",
510        "GatewayRouteData$virtualGatewayName": "<p>The virtual gateway that the gateway route is associated with.</p>"
511      }
512    },
513    "GatewayRouteList": {
514      "base": null,
515      "refs": {
516        "GatewayRouteList$member": null
517      }
518    },
519    "GatewayRouteRef": {
520      "base": "<p>An object that represents a gateway route returned by a list operation.</p>",
521      "refs": {
522        "GatewayRouteRef$arn": "<p>The full Amazon Resource Name (ARN) for the gateway route.</p>",
523        "GatewayRouteRef$createdAt": "<p>The Unix epoch timestamp in seconds for when the resource was created.</p>",
524        "GatewayRouteRef$gatewayRouteName": "<p>The name of the gateway route.</p>",
525        "GatewayRouteRef$lastUpdatedAt": "<p>The Unix epoch timestamp in seconds for when the resource was last updated.</p>",
526        "GatewayRouteRef$meshName": "<p>The name of the service mesh that the resource resides in. </p>",
527        "GatewayRouteRef$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
528        "GatewayRouteRef$resourceOwner": "<p>The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's\n               the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
529        "GatewayRouteRef$version": "<p>The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.</p>",
530        "GatewayRouteRef$virtualGatewayName": "<p>The virtual gateway that the gateway route is associated with.</p>"
531      }
532    },
533    "GatewayRouteSpec": {
534      "base": "<p>An object that represents a gateway route specification. Specify one gateway route\n         type.</p>",
535      "refs": {
536        "GatewayRouteSpec$grpcRoute": "<p>An object that represents the specification of a gRPC gateway route.</p>",
537        "GatewayRouteSpec$http2Route": "<p>An object that represents the specification of an HTTP/2 gateway route.</p>",
538        "GatewayRouteSpec$httpRoute": "<p>An object that represents the specification of an HTTP gateway route.</p>"
539      }
540    },
541    "GatewayRouteStatus": {
542      "base": "<p>An object that represents the current status of a gateway route.</p>",
543      "refs": {
544        "GatewayRouteStatus$status": "<p>The current status for the gateway route.</p>"
545      }
546    },
547    "GatewayRouteStatusCode": {
548      "base": null,
549      "refs": { }
550    },
551    "GatewayRouteTarget": {
552      "base": "<p>An object that represents a gateway route target.</p>",
553      "refs": {
554        "GatewayRouteTarget$virtualService": "<p>An object that represents a virtual service gateway route target.</p>"
555      }
556    },
557    "GatewayRouteVirtualService": {
558      "base": "<p>An object that represents the virtual service that traffic is routed to.</p>",
559      "refs": {
560        "GatewayRouteVirtualService$virtualServiceName": "<p>The name of the virtual service that traffic is routed to.</p>"
561      }
562    },
563    "GrpcGatewayRoute": {
564      "base": "<p>An object that represents a gRPC gateway route.</p>",
565      "refs": {
566        "GrpcGatewayRoute$action": "<p>An object that represents the action to take if a match is determined.</p>",
567        "GrpcGatewayRoute$match": "<p>An object that represents the criteria for determining a request match.</p>"
568      }
569    },
570    "GrpcGatewayRouteAction": {
571      "base": "<p>An object that represents the action to take if a match is determined.</p>",
572      "refs": {
573        "GrpcGatewayRouteAction$target": "<p>An object that represents the target that traffic is routed to when a request matches the gateway route.</p>"
574      }
575    },
576    "GrpcGatewayRouteMatch": {
577      "base": "<p>An object that represents the criteria for determining a request match.</p>",
578      "refs": {
579        "GrpcGatewayRouteMatch$serviceName": "<p>The fully qualified domain name for the service to match from the request.</p>"
580      }
581    },
582    "GrpcRetryPolicy": {
583      "base": "<p>An object that represents a retry policy. Specify at least one value for at least one of the types of <code>RetryEvents</code>, a value for <code>maxRetries</code>, and a value for <code>perRetryTimeout</code>.</p>",
584      "refs": {
585        "GrpcRetryPolicy$grpcRetryEvents": "<p>Specify at least one of the valid values.</p>",
586        "GrpcRetryPolicy$httpRetryEvents": "<p>Specify at least one of the following values.</p> \n         <ul>\n            <li>\n               <p>\n                  <b>server-error</b> – HTTP status codes 500, 501,\n                  502, 503, 504, 505, 506, 507, 508, 510, and 511</p>\n            </li>\n            <li>\n               <p>\n                  <b>gateway-error</b> – HTTP status codes 502,\n                  503, and 504</p>\n            </li>\n            <li>\n               <p>\n                  <b>client-error</b> – HTTP status code 409</p>\n            </li>\n            <li>\n               <p>\n                  <b>stream-error</b> – Retry on refused\n                  stream</p>\n            </li>\n         </ul>",
587        "GrpcRetryPolicy$maxRetries": "<p>The maximum number of retry attempts.</p>",
588        "GrpcRetryPolicy$perRetryTimeout": "<p>An object that represents a duration of time.</p>",
589        "GrpcRetryPolicy$tcpRetryEvents": "<p>Specify a valid value.</p>"
590      }
591    },
592    "GrpcRetryPolicyEvent": {
593      "base": null,
594      "refs": { }
595    },
596    "GrpcRetryPolicyEvents": {
597      "base": null,
598      "refs": {
599        "GrpcRetryPolicyEvents$member": null
600      }
601    },
602    "GrpcRoute": {
603      "base": "<p>An object that represents a gRPC route type.</p>",
604      "refs": {
605        "GrpcRoute$action": "<p>An object that represents the action to take if a match is determined.</p>",
606        "GrpcRoute$match": "<p>An object that represents the criteria for determining a request match.</p>",
607        "GrpcRoute$retryPolicy": "<p>An object that represents a retry policy.</p>",
608        "GrpcRoute$timeout": "<p>An object that represents types of timeouts. </p>"
609      }
610    },
611    "GrpcRouteAction": {
612      "base": "<p>An object that represents the action to take if a match is determined.</p>",
613      "refs": {
614        "GrpcRouteAction$weightedTargets": "<p>An object that represents the targets that traffic is routed to when a request matches the route.</p>"
615      }
616    },
617    "GrpcRouteMatch": {
618      "base": "<p>An object that represents the criteria for determining a request match.</p>",
619      "refs": {
620        "GrpcRouteMatch$metadata": "<p>An object that represents the data to match from the request.</p>",
621        "GrpcRouteMatch$methodName": "<p>The method name to match from the request. If you specify a name, you must also specify\n         a <code>serviceName</code>.</p>",
622        "GrpcRouteMatch$serviceName": "<p>The fully qualified domain name for the service to match from the request.</p>"
623      }
624    },
625    "GrpcRouteMetadata": {
626      "base": "<p>An object that represents the match metadata for the route.</p>",
627      "refs": {
628        "GrpcRouteMetadata$invert": "<p>Specify <code>True</code> to match anything except the match criteria. The default value is <code>False</code>.</p>",
629        "GrpcRouteMetadata$match": "<p>An object that represents the data to match from the request.</p>",
630        "GrpcRouteMetadata$name": "<p>The name of the route.</p>"
631      }
632    },
633    "GrpcRouteMetadataList": {
634      "base": null,
635      "refs": {
636        "GrpcRouteMetadataList$member": null
637      }
638    },
639    "GrpcRouteMetadataMatchMethod": {
640      "base": "<p>An object that represents the match method. Specify one of the match values.</p>",
641      "refs": {
642        "GrpcRouteMetadataMatchMethod$exact": "<p>The value sent by the client must match the specified value exactly.</p>",
643        "GrpcRouteMetadataMatchMethod$prefix": "<p>The value sent by the client must begin with the specified characters.</p>",
644        "GrpcRouteMetadataMatchMethod$range": "<p>An object that represents the range of values to match on.</p>",
645        "GrpcRouteMetadataMatchMethod$regex": "<p>The value sent by the client must include the specified characters.</p>",
646        "GrpcRouteMetadataMatchMethod$suffix": "<p>The value sent by the client must end with the specified characters.</p>"
647      }
648    },
649    "GrpcTimeout": {
650      "base": "<p>An object that represents types of timeouts. </p>",
651      "refs": {
652        "GrpcTimeout$idle": "<p>An object that represents an idle timeout. An idle timeout bounds the amount of time that a connection may be idle. The default value is none.</p>",
653        "GrpcTimeout$perRequest": "<p>An object that represents a per request timeout. The default value is 15 seconds. If you set a higher timeout, then make sure that the higher value is set for each App Mesh resource in a conversation. For example, if a virtual node backend uses a virtual router provider to route to another virtual node, then the timeout should be greater than 15 seconds for the source and destination virtual node and the route.</p>"
654      }
655    },
656    "HeaderMatch": {
657      "base": null,
658      "refs": { }
659    },
660    "HeaderMatchMethod": {
661      "base": "<p>An object that represents the method and value to match with the header value sent in a\n         request. Specify one match method.</p>",
662      "refs": {
663        "HeaderMatchMethod$exact": "<p>The value sent by the client must match the specified value exactly.</p>",
664        "HeaderMatchMethod$prefix": "<p>The value sent by the client must begin with the specified characters.</p>",
665        "HeaderMatchMethod$range": "<p>An object that represents the range of values to match on.</p>",
666        "HeaderMatchMethod$regex": "<p>The value sent by the client must include the specified characters.</p>",
667        "HeaderMatchMethod$suffix": "<p>The value sent by the client must end with the specified characters.</p>"
668      }
669    },
670    "HeaderName": {
671      "base": null,
672      "refs": { }
673    },
674    "HealthCheckIntervalMillis": {
675      "base": null,
676      "refs": { }
677    },
678    "HealthCheckPolicy": {
679      "base": "<p>An object that represents the health check policy for a virtual node's listener.</p>",
680      "refs": {
681        "HealthCheckPolicy$healthyThreshold": "<p>The number of consecutive successful health checks that must occur before declaring\n         listener healthy.</p>",
682        "HealthCheckPolicy$intervalMillis": "<p>The time period in milliseconds between each health check execution.</p>",
683        "HealthCheckPolicy$path": "<p>The destination path for the health check request. This value is only used if the\n         specified protocol is HTTP or HTTP/2. For any other protocol, this value is ignored.</p>",
684        "HealthCheckPolicy$port": "<p>The destination port for the health check request. This port must match the port defined\n         in the <a>PortMapping</a> for the listener.</p>",
685        "HealthCheckPolicy$protocol": "<p>The protocol for the health check request. If you specify <code>grpc</code>, then your\n         service must conform to the <a href=\"https://github.com/grpc/grpc/blob/master/doc/health-checking.md\">GRPC Health\n            Checking Protocol</a>.</p>",
686        "HealthCheckPolicy$timeoutMillis": "<p>The amount of time to wait when receiving a response from the health check, in\n         milliseconds.</p>",
687        "HealthCheckPolicy$unhealthyThreshold": "<p>The number of consecutive failed health checks that must occur before declaring a\n         virtual node unhealthy. </p>"
688      }
689    },
690    "HealthCheckThreshold": {
691      "base": null,
692      "refs": { }
693    },
694    "HealthCheckTimeoutMillis": {
695      "base": null,
696      "refs": { }
697    },
698    "Hostname": {
699      "base": null,
700      "refs": { }
701    },
702    "HttpGatewayRoute": {
703      "base": "<p>An object that represents an HTTP gateway route.</p>",
704      "refs": {
705        "HttpGatewayRoute$action": "<p>An object that represents the action to take if a match is determined.</p>",
706        "HttpGatewayRoute$match": "<p>An object that represents the criteria for determining a request match.</p>"
707      }
708    },
709    "HttpGatewayRouteAction": {
710      "base": "<p>An object that represents the action to take if a match is determined.</p>",
711      "refs": {
712        "HttpGatewayRouteAction$target": "<p>An object that represents the target that traffic is routed to when a request matches the gateway route.</p>"
713      }
714    },
715    "HttpGatewayRouteMatch": {
716      "base": "<p>An object that represents the criteria for determining a request match.</p>",
717      "refs": {
718        "HttpGatewayRouteMatch$prefix": "<p>Specifies the path to match requests with. This parameter must always start with\n            <code>/</code>, which by itself matches all requests to the virtual service name. You\n         can also match for path-based routing of requests. For example, if your virtual service\n         name is <code>my-service.local</code> and you want the route to match requests to\n            <code>my-service.local/metrics</code>, your prefix should be\n         <code>/metrics</code>.</p>"
719      }
720    },
721    "HttpMethod": {
722      "base": null,
723      "refs": { }
724    },
725    "HttpRetryPolicy": {
726      "base": "<p>An object that represents a retry policy. Specify at least one value for at least one of the types of <code>RetryEvents</code>, a value for <code>maxRetries</code>, and a value for <code>perRetryTimeout</code>.</p>",
727      "refs": {
728        "HttpRetryPolicy$httpRetryEvents": "<p>Specify at least one of the following values.</p> \n         <ul>\n            <li>\n               <p>\n                  <b>server-error</b> – HTTP status codes 500, 501,\n                  502, 503, 504, 505, 506, 507, 508, 510, and 511</p>\n            </li>\n            <li>\n               <p>\n                  <b>gateway-error</b> – HTTP status codes 502,\n                  503, and 504</p>\n            </li>\n            <li>\n               <p>\n                  <b>client-error</b> – HTTP status code 409</p>\n            </li>\n            <li>\n               <p>\n                  <b>stream-error</b> – Retry on refused\n                  stream</p>\n            </li>\n         </ul>",
729        "HttpRetryPolicy$maxRetries": "<p>The maximum number of retry attempts.</p>",
730        "HttpRetryPolicy$perRetryTimeout": "<p>An object that represents a duration of time.</p>",
731        "HttpRetryPolicy$tcpRetryEvents": "<p>Specify a valid value.</p>"
732      }
733    },
734    "HttpRetryPolicyEvent": {
735      "base": null,
736      "refs": { }
737    },
738    "HttpRetryPolicyEvents": {
739      "base": null,
740      "refs": {
741        "HttpRetryPolicyEvents$member": null
742      }
743    },
744    "HttpRoute": {
745      "base": "<p>An object that represents an HTTP or HTTP/2 route type.</p>",
746      "refs": {
747        "HttpRoute$action": "<p>An object that represents the action to take if a match is determined.</p>",
748        "HttpRoute$match": "<p>An object that represents the criteria for determining a request match.</p>",
749        "HttpRoute$retryPolicy": "<p>An object that represents a retry policy.</p>",
750        "HttpRoute$timeout": "<p>An object that represents types of timeouts. </p>"
751      }
752    },
753    "HttpRouteAction": {
754      "base": "<p>An object that represents the action to take if a match is determined.</p>",
755      "refs": {
756        "HttpRouteAction$weightedTargets": "<p>An object that represents the targets that traffic is routed to when a request matches the route.</p>"
757      }
758    },
759    "HttpRouteHeader": {
760      "base": "<p>An object that represents the HTTP header in the request.</p>",
761      "refs": {
762        "HttpRouteHeader$invert": "<p>Specify <code>True</code> to match anything except the match criteria. The default value is <code>False</code>.</p>",
763        "HttpRouteHeader$match": "<p>The <code>HeaderMatchMethod</code> object.</p>",
764        "HttpRouteHeader$name": "<p>A name for the HTTP header in the client request that will be matched on.</p>"
765      }
766    },
767    "HttpRouteHeaders": {
768      "base": null,
769      "refs": {
770        "HttpRouteHeaders$member": null
771      }
772    },
773    "HttpRouteMatch": {
774      "base": "<p>An object that represents the requirements for a route to match HTTP requests for a\n         virtual router.</p>",
775      "refs": {
776        "HttpRouteMatch$headers": "<p>An object that represents the client request headers to match on.</p>",
777        "HttpRouteMatch$method": "<p>The client request method to match on. Specify only one.</p>",
778        "HttpRouteMatch$prefix": "<p>Specifies the path to match requests with. This parameter must always start with\n            <code>/</code>, which by itself matches all requests to the virtual service name. You\n         can also match for path-based routing of requests. For example, if your virtual service\n         name is <code>my-service.local</code> and you want the route to match requests to\n            <code>my-service.local/metrics</code>, your prefix should be\n         <code>/metrics</code>.</p>",
779        "HttpRouteMatch$scheme": "<p>The client request scheme to match on. Specify only one.</p>"
780      }
781    },
782    "HttpScheme": {
783      "base": null,
784      "refs": { }
785    },
786    "HttpTimeout": {
787      "base": "<p>An object that represents types of timeouts. </p>",
788      "refs": { }
789    },
790    "InternalServerErrorException": {
791      "base": "<p>The request processing has failed because of an unknown error, exception, or\n         failure.</p>",
792      "refs": { }
793    },
794    "LimitExceededException": {
795      "base": "<p>You have exceeded a service limit for your account. For more information, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/service-quotas.html\">Service\n            Limits</a> in the <i>AWS App Mesh User Guide</i>.</p>",
796      "refs": { }
797    },
798    "ListGatewayRoutesInput": {
799      "base": null,
800      "refs": {
801        "ListGatewayRoutesInput$limit": "<p>The maximum number of results returned by <code>ListGatewayRoutes</code> in paginated\n         output. When you use this parameter, <code>ListGatewayRoutes</code> returns only\n            <code>limit</code> results in a single page along with a <code>nextToken</code> response\n         element. You can see the remaining results of the initial request by sending another\n            <code>ListGatewayRoutes</code> request with the returned <code>nextToken</code> value.\n         This value can be between 1 and 100. If you don't use this\n         parameter, <code>ListGatewayRoutes</code> returns up to 100 results and a\n            <code>nextToken</code> value if applicable.</p>",
802        "ListGatewayRoutesInput$meshName": "<p>The name of the service mesh to list gateway routes in.</p>",
803        "ListGatewayRoutesInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
804        "ListGatewayRoutesInput$nextToken": "<p>The <code>nextToken</code> value returned from a previous paginated\n            <code>ListGatewayRoutes</code> request where <code>limit</code> was used and the results\n         exceeded the value of that parameter. Pagination continues from the end of the previous\n         results that returned the <code>nextToken</code> value.</p>",
805        "ListGatewayRoutesInput$virtualGatewayName": "<p>The name of the virtual gateway to list gateway routes in.</p>"
806      }
807    },
808    "ListGatewayRoutesLimit": {
809      "base": null,
810      "refs": { }
811    },
812    "ListGatewayRoutesOutput": {
813      "base": null,
814      "refs": {
815        "ListGatewayRoutesOutput$gatewayRoutes": "<p>The list of existing gateway routes for the specified service mesh and virtual\n         gateway.</p>",
816        "ListGatewayRoutesOutput$nextToken": "<p>The <code>nextToken</code> value to include in a future <code>ListGatewayRoutes</code>\n         request. When the results of a <code>ListGatewayRoutes</code> request exceed\n            <code>limit</code>, you can use this value to retrieve the next page of results. This\n         value is <code>null</code> when there are no more results to return.</p>"
817      }
818    },
819    "ListMeshesInput": {
820      "base": "",
821      "refs": {
822        "ListMeshesInput$limit": "<p>The maximum number of results returned by <code>ListMeshes</code> in paginated output.\n         When you use this parameter, <code>ListMeshes</code> returns only <code>limit</code>\n         results in a single page along with a <code>nextToken</code> response element. You can see\n         the remaining results of the initial request by sending another <code>ListMeshes</code>\n         request with the returned <code>nextToken</code> value. This value can be between\n         1 and 100. If you don't use this parameter,\n            <code>ListMeshes</code> returns up to 100 results and a\n            <code>nextToken</code> value if applicable.</p>",
823        "ListMeshesInput$nextToken": "<p>The <code>nextToken</code> value returned from a previous paginated\n            <code>ListMeshes</code> request where <code>limit</code> was used and the results\n         exceeded the value of that parameter. Pagination continues from the end of the previous\n         results that returned the <code>nextToken</code> value.</p> \n         <note>\n            <p>This token should be treated as an opaque identifier that is used only to\n                retrieve the next items in a list and not for other programmatic purposes.</p>\n        </note>"
824      }
825    },
826    "ListMeshesLimit": {
827      "base": null,
828      "refs": { }
829    },
830    "ListMeshesOutput": {
831      "base": "",
832      "refs": {
833        "ListMeshesOutput$meshes": "<p>The list of existing service meshes.</p>",
834        "ListMeshesOutput$nextToken": "<p>The <code>nextToken</code> value to include in a future <code>ListMeshes</code> request.\n         When the results of a <code>ListMeshes</code> request exceed <code>limit</code>, you can\n         use this value to retrieve the next page of results. This value is <code>null</code> when\n         there are no more results to return.</p>"
835      }
836    },
837    "ListRoutesInput": {
838      "base": "",
839      "refs": {
840        "ListRoutesInput$limit": "<p>The maximum number of results returned by <code>ListRoutes</code> in paginated output.\n         When you use this parameter, <code>ListRoutes</code> returns only <code>limit</code>\n         results in a single page along with a <code>nextToken</code> response element. You can see\n         the remaining results of the initial request by sending another <code>ListRoutes</code>\n         request with the returned <code>nextToken</code> value. This value can be between\n         1 and 100. If you don't use this parameter,\n            <code>ListRoutes</code> returns up to 100 results and a\n            <code>nextToken</code> value if applicable.</p>",
841        "ListRoutesInput$meshName": "<p>The name of the service mesh to list routes in.</p>",
842        "ListRoutesInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
843        "ListRoutesInput$nextToken": "<p>The <code>nextToken</code> value returned from a previous paginated\n            <code>ListRoutes</code> request where <code>limit</code> was used and the results\n         exceeded the value of that parameter. Pagination continues from the end of the previous\n         results that returned the <code>nextToken</code> value.</p>",
844        "ListRoutesInput$virtualRouterName": "<p>The name of the virtual router to list routes in.</p>"
845      }
846    },
847    "ListRoutesLimit": {
848      "base": null,
849      "refs": { }
850    },
851    "ListRoutesOutput": {
852      "base": "",
853      "refs": {
854        "ListRoutesOutput$nextToken": "<p>The <code>nextToken</code> value to include in a future <code>ListRoutes</code> request.\n         When the results of a <code>ListRoutes</code> request exceed <code>limit</code>, you can\n         use this value to retrieve the next page of results. This value is <code>null</code> when\n         there are no more results to return.</p>",
855        "ListRoutesOutput$routes": "<p>The list of existing routes for the specified service mesh and virtual router.</p>"
856      }
857    },
858    "ListTagsForResourceInput": {
859      "base": "",
860      "refs": {
861        "ListTagsForResourceInput$limit": "<p>The maximum number of tag results returned by <code>ListTagsForResource</code> in\n         paginated output. When this parameter is used, <code>ListTagsForResource</code> returns\n         only <code>limit</code> results in a single page along with a <code>nextToken</code>\n         response element. You can see the remaining results of the initial request by sending\n         another <code>ListTagsForResource</code> request with the returned <code>nextToken</code>\n         value. This value can be between 1 and 100. If you don't use\n         this parameter, <code>ListTagsForResource</code> returns up to 100\n         results and a <code>nextToken</code> value if applicable.</p>",
862        "ListTagsForResourceInput$nextToken": "<p>The <code>nextToken</code> value returned from a previous paginated\n            <code>ListTagsForResource</code> request where <code>limit</code> was used and the\n         results exceeded the value of that parameter. Pagination continues from the end of the\n         previous results that returned the <code>nextToken</code> value.</p>",
863        "ListTagsForResourceInput$resourceArn": "<p>The Amazon Resource Name (ARN) that identifies the resource to list the tags for.</p>"
864      }
865    },
866    "ListTagsForResourceOutput": {
867      "base": "",
868      "refs": {
869        "ListTagsForResourceOutput$nextToken": "<p>The <code>nextToken</code> value to include in a future <code>ListTagsForResource</code>\n         request. When the results of a <code>ListTagsForResource</code> request exceed\n            <code>limit</code>, you can use this value to retrieve the next page of results. This\n         value is <code>null</code> when there are no more results to return.</p>",
870        "ListTagsForResourceOutput$tags": "<p>The tags for the resource.</p>"
871      }
872    },
873    "ListVirtualGatewaysInput": {
874      "base": null,
875      "refs": {
876        "ListVirtualGatewaysInput$limit": "<p>The maximum number of results returned by <code>ListVirtualGateways</code> in paginated\n         output. When you use this parameter, <code>ListVirtualGateways</code> returns only\n            <code>limit</code> results in a single page along with a <code>nextToken</code> response\n         element. You can see the remaining results of the initial request by sending another\n            <code>ListVirtualGateways</code> request with the returned <code>nextToken</code> value.\n         This value can be between 1 and 100. If you don't use this\n         parameter, <code>ListVirtualGateways</code> returns up to 100 results and\n         a <code>nextToken</code> value if applicable.</p>",
877        "ListVirtualGatewaysInput$meshName": "<p>The name of the service mesh to list virtual gateways in.</p>",
878        "ListVirtualGatewaysInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
879        "ListVirtualGatewaysInput$nextToken": "<p>The <code>nextToken</code> value returned from a previous paginated\n            <code>ListVirtualGateways</code> request where <code>limit</code> was used and the\n         results exceeded the value of that parameter. Pagination continues from the end of the\n         previous results that returned the <code>nextToken</code> value.</p>"
880      }
881    },
882    "ListVirtualGatewaysLimit": {
883      "base": null,
884      "refs": { }
885    },
886    "ListVirtualGatewaysOutput": {
887      "base": null,
888      "refs": {
889        "ListVirtualGatewaysOutput$nextToken": "<p>The <code>nextToken</code> value to include in a future <code>ListVirtualGateways</code>\n         request. When the results of a <code>ListVirtualGateways</code> request exceed\n            <code>limit</code>, you can use this value to retrieve the next page of results. This\n         value is <code>null</code> when there are no more results to return.</p>",
890        "ListVirtualGatewaysOutput$virtualGateways": "<p>The list of existing virtual gateways for the specified service mesh.</p>"
891      }
892    },
893    "ListVirtualNodesInput": {
894      "base": "",
895      "refs": {
896        "ListVirtualNodesInput$limit": "<p>The maximum number of results returned by <code>ListVirtualNodes</code> in paginated\n         output. When you use this parameter, <code>ListVirtualNodes</code> returns only\n            <code>limit</code> results in a single page along with a <code>nextToken</code> response\n         element. You can see the remaining results of the initial request by sending another\n            <code>ListVirtualNodes</code> request with the returned <code>nextToken</code> value.\n         This value can be between 1 and 100. If you don't use this\n         parameter, <code>ListVirtualNodes</code> returns up to 100 results and a\n            <code>nextToken</code> value if applicable.</p>",
897        "ListVirtualNodesInput$meshName": "<p>The name of the service mesh to list virtual nodes in.</p>",
898        "ListVirtualNodesInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
899        "ListVirtualNodesInput$nextToken": "<p>The <code>nextToken</code> value returned from a previous paginated\n            <code>ListVirtualNodes</code> request where <code>limit</code> was used and the results\n         exceeded the value of that parameter. Pagination continues from the end of the previous\n         results that returned the <code>nextToken</code> value.</p>"
900      }
901    },
902    "ListVirtualNodesLimit": {
903      "base": null,
904      "refs": { }
905    },
906    "ListVirtualNodesOutput": {
907      "base": "",
908      "refs": {
909        "ListVirtualNodesOutput$nextToken": "<p>The <code>nextToken</code> value to include in a future <code>ListVirtualNodes</code>\n         request. When the results of a <code>ListVirtualNodes</code> request exceed\n            <code>limit</code>, you can use this value to retrieve the next page of results. This\n         value is <code>null</code> when there are no more results to return.</p>",
910        "ListVirtualNodesOutput$virtualNodes": "<p>The list of existing virtual nodes for the specified service mesh.</p>"
911      }
912    },
913    "ListVirtualRoutersInput": {
914      "base": "",
915      "refs": {
916        "ListVirtualRoutersInput$limit": "<p>The maximum number of results returned by <code>ListVirtualRouters</code> in paginated\n         output. When you use this parameter, <code>ListVirtualRouters</code> returns only\n            <code>limit</code> results in a single page along with a <code>nextToken</code> response\n         element. You can see the remaining results of the initial request by sending another\n            <code>ListVirtualRouters</code> request with the returned <code>nextToken</code> value.\n         This value can be between 1 and 100. If you don't use this\n         parameter, <code>ListVirtualRouters</code> returns up to 100 results and\n         a <code>nextToken</code> value if applicable.</p>",
917        "ListVirtualRoutersInput$meshName": "<p>The name of the service mesh to list virtual routers in.</p>",
918        "ListVirtualRoutersInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
919        "ListVirtualRoutersInput$nextToken": "<p>The <code>nextToken</code> value returned from a previous paginated\n            <code>ListVirtualRouters</code> request where <code>limit</code> was used and the\n         results exceeded the value of that parameter. Pagination continues from the end of the\n         previous results that returned the <code>nextToken</code> value.</p>"
920      }
921    },
922    "ListVirtualRoutersLimit": {
923      "base": null,
924      "refs": { }
925    },
926    "ListVirtualRoutersOutput": {
927      "base": "",
928      "refs": {
929        "ListVirtualRoutersOutput$nextToken": "<p>The <code>nextToken</code> value to include in a future <code>ListVirtualRouters</code>\n         request. When the results of a <code>ListVirtualRouters</code> request exceed\n            <code>limit</code>, you can use this value to retrieve the next page of results. This\n         value is <code>null</code> when there are no more results to return.</p>",
930        "ListVirtualRoutersOutput$virtualRouters": "<p>The list of existing virtual routers for the specified service mesh.</p>"
931      }
932    },
933    "ListVirtualServicesInput": {
934      "base": "",
935      "refs": {
936        "ListVirtualServicesInput$limit": "<p>The maximum number of results returned by <code>ListVirtualServices</code> in paginated\n         output. When you use this parameter, <code>ListVirtualServices</code> returns only\n            <code>limit</code> results in a single page along with a <code>nextToken</code> response\n         element. You can see the remaining results of the initial request by sending another\n            <code>ListVirtualServices</code> request with the returned <code>nextToken</code> value.\n         This value can be between 1 and 100. If you don't use this\n         parameter, <code>ListVirtualServices</code> returns up to 100 results and\n         a <code>nextToken</code> value if applicable.</p>",
937        "ListVirtualServicesInput$meshName": "<p>The name of the service mesh to list virtual services in.</p>",
938        "ListVirtualServicesInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
939        "ListVirtualServicesInput$nextToken": "<p>The <code>nextToken</code> value returned from a previous paginated\n            <code>ListVirtualServices</code> request where <code>limit</code> was used and the\n         results exceeded the value of that parameter. Pagination continues from the end of the\n         previous results that returned the <code>nextToken</code> value.</p>"
940      }
941    },
942    "ListVirtualServicesLimit": {
943      "base": null,
944      "refs": { }
945    },
946    "ListVirtualServicesOutput": {
947      "base": "",
948      "refs": {
949        "ListVirtualServicesOutput$nextToken": "<p>The <code>nextToken</code> value to include in a future <code>ListVirtualServices</code>\n         request. When the results of a <code>ListVirtualServices</code> request exceed\n            <code>limit</code>, you can use this value to retrieve the next page of results. This\n         value is <code>null</code> when there are no more results to return.</p>",
950        "ListVirtualServicesOutput$virtualServices": "<p>The list of existing virtual services for the specified service mesh.</p>"
951      }
952    },
953    "Listener": {
954      "base": "<p>An object that represents a listener for a virtual node.</p>",
955      "refs": {
956        "Listener$healthCheck": "<p>The health check information for the listener.</p>",
957        "Listener$portMapping": "<p>The port mapping information for the listener.</p>",
958        "Listener$timeout": "<p>An object that represents timeouts for different protocols.</p>",
959        "Listener$tls": "<p>A reference to an object that represents the Transport Layer Security (TLS) properties for a listener.</p>"
960      }
961    },
962    "ListenerTimeout": {
963      "base": "<p>An object that represents timeouts for different protocols.</p>",
964      "refs": {
965        "ListenerTimeout$http": "<p>An object that represents types of timeouts. </p>",
966        "ListenerTimeout$http2": "<p>An object that represents types of timeouts. </p>",
967        "ListenerTimeout$tcp": "<p>An object that represents types of timeouts. </p>"
968      }
969    },
970    "ListenerTls": {
971      "base": "<p>An object that represents the Transport Layer Security (TLS) properties for a listener.</p>",
972      "refs": {
973        "ListenerTls$certificate": "<p>A reference to an object that represents a listener's TLS certificate.</p>",
974        "ListenerTls$mode": "<p>Specify one of the following modes.</p>\n         <ul>\n            <li>\n               <p>\n                  <b/>STRICT – Listener only accepts connections with TLS\n               enabled. </p>\n            </li>\n            <li>\n               <p>\n                  <b/>PERMISSIVE – Listener accepts connections with or\n               without TLS enabled.</p>\n            </li>\n            <li>\n               <p>\n                  <b/>DISABLED – Listener only accepts connections without\n               TLS. </p>\n            </li>\n         </ul>"
975      }
976    },
977    "ListenerTlsAcmCertificate": {
978      "base": "<p>An object that represents an AWS Certicate Manager (ACM) certificate.</p>",
979      "refs": {
980        "ListenerTlsAcmCertificate$certificateArn": "<p>The Amazon Resource Name (ARN) for the certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/tls.html#virtual-node-tls-prerequisites\">Transport Layer Security (TLS)</a>.</p>"
981      }
982    },
983    "ListenerTlsCertificate": {
984      "base": "<p>An object that represents a listener's Transport Layer Security (TLS) certificate.</p>",
985      "refs": {
986        "ListenerTlsCertificate$acm": "<p>A reference to an object that represents an AWS Certicate Manager (ACM) certificate.</p>",
987        "ListenerTlsCertificate$file": "<p>A reference to an object that represents a local file certificate.</p>"
988      }
989    },
990    "ListenerTlsFileCertificate": {
991      "base": "<p>An object that represents a local file certificate.\n         The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/tls.html#virtual-node-tls-prerequisites\">Transport Layer Security (TLS)</a>.</p>",
992      "refs": {
993        "ListenerTlsFileCertificate$certificateChain": "<p>The certificate chain for the certificate.</p>",
994        "ListenerTlsFileCertificate$privateKey": "<p>The private key for a certificate stored on the file system of the virtual node that the\n         proxy is running on.</p>"
995      }
996    },
997    "ListenerTlsMode": {
998      "base": null,
999      "refs": { }
1000    },
1001    "Listeners": {
1002      "base": null,
1003      "refs": {
1004        "Listeners$member": null
1005      }
1006    },
1007    "Logging": {
1008      "base": "<p>An object that represents the logging information for a virtual node.</p>",
1009      "refs": {
1010        "Logging$accessLog": "<p>The access log configuration for a virtual node.</p>"
1011      }
1012    },
1013    "Long": {
1014      "base": null,
1015      "refs": { }
1016    },
1017    "MatchRange": {
1018      "base": "<p>An object that represents the range of values to match on. The first character of the range is included in the range, though the last character is not. For example, if the range specified were 1-100, only values 1-99 would be matched.</p>",
1019      "refs": {
1020        "MatchRange$end": "<p>The end of the range.</p>",
1021        "MatchRange$start": "<p>The start of the range.</p>"
1022      }
1023    },
1024    "MaxRetries": {
1025      "base": null,
1026      "refs": { }
1027    },
1028    "MeshData": {
1029      "base": "<p>An object that represents a service mesh returned by a describe operation.</p>",
1030      "refs": {
1031        "MeshData$meshName": "<p>The name of the service mesh.</p>",
1032        "MeshData$metadata": "<p>The associated metadata for the service mesh.</p>",
1033        "MeshData$spec": "<p>The associated specification for the service mesh.</p>",
1034        "MeshData$status": "<p>The status of the service mesh.</p>"
1035      }
1036    },
1037    "MeshList": {
1038      "base": null,
1039      "refs": {
1040        "MeshList$member": null
1041      }
1042    },
1043    "MeshRef": {
1044      "base": "<p>An object that represents a service mesh returned by a list operation.</p>",
1045      "refs": {
1046        "MeshRef$arn": "<p>The full Amazon Resource Name (ARN) of the service mesh.</p>",
1047        "MeshRef$createdAt": "<p>The Unix epoch timestamp in seconds for when the resource was created.</p>",
1048        "MeshRef$lastUpdatedAt": "<p>The Unix epoch timestamp in seconds for when the resource was last updated.</p>",
1049        "MeshRef$meshName": "<p>The name of the service mesh.</p>",
1050        "MeshRef$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
1051        "MeshRef$resourceOwner": "<p>The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's\n               the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
1052        "MeshRef$version": "<p>The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.</p>"
1053      }
1054    },
1055    "MeshSpec": {
1056      "base": "<p>An object that represents the specification of a service mesh.</p>",
1057      "refs": {
1058        "MeshSpec$egressFilter": "<p>The egress filter rules for the service mesh.</p>"
1059      }
1060    },
1061    "MeshStatus": {
1062      "base": "<p>An object that represents the status of a service mesh.</p>",
1063      "refs": {
1064        "MeshStatus$status": "<p>The current mesh status.</p>"
1065      }
1066    },
1067    "MeshStatusCode": {
1068      "base": null,
1069      "refs": { }
1070    },
1071    "MethodName": {
1072      "base": null,
1073      "refs": { }
1074    },
1075    "NotFoundException": {
1076      "base": "<p>The specified resource doesn't exist. Check your request syntax and try again.</p>",
1077      "refs": { }
1078    },
1079    "PercentInt": {
1080      "base": null,
1081      "refs": { }
1082    },
1083    "PortMapping": {
1084      "base": "<p>An object that represents a port mapping.</p>",
1085      "refs": {
1086        "PortMapping$port": "<p>The port used for the port mapping.</p>",
1087        "PortMapping$protocol": "<p>The protocol used for the port mapping. Specify one protocol.</p>"
1088      }
1089    },
1090    "PortNumber": {
1091      "base": null,
1092      "refs": { }
1093    },
1094    "PortProtocol": {
1095      "base": null,
1096      "refs": { }
1097    },
1098    "PortSet": {
1099      "base": null,
1100      "refs": {
1101        "PortSet$member": null
1102      }
1103    },
1104    "ResourceInUseException": {
1105      "base": "<p>You can't delete the specified resource because it's in use or required by another\n         resource.</p>",
1106      "refs": { }
1107    },
1108    "ResourceMetadata": {
1109      "base": "<p>An object that represents metadata for a resource.</p>",
1110      "refs": {
1111        "ResourceMetadata$arn": "<p>The full Amazon Resource Name (ARN) for the resource.</p>",
1112        "ResourceMetadata$createdAt": "<p>The Unix epoch timestamp in seconds for when the resource was created.</p>",
1113        "ResourceMetadata$lastUpdatedAt": "<p>The Unix epoch timestamp in seconds for when the resource was last updated.</p>",
1114        "ResourceMetadata$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
1115        "ResourceMetadata$resourceOwner": "<p>The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's\n               the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
1116        "ResourceMetadata$uid": "<p>The unique identifier for the resource.</p>",
1117        "ResourceMetadata$version": "<p>The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.</p>"
1118      }
1119    },
1120    "ResourceName": {
1121      "base": null,
1122      "refs": { }
1123    },
1124    "RouteData": {
1125      "base": "<p>An object that represents a route returned by a describe operation.</p>",
1126      "refs": {
1127        "RouteData$meshName": "<p>The name of the service mesh that the route resides in.</p>",
1128        "RouteData$metadata": "<p>The associated metadata for the route.</p>",
1129        "RouteData$routeName": "<p>The name of the route.</p>",
1130        "RouteData$spec": "<p>The specifications of the route.</p>",
1131        "RouteData$status": "<p>The status of the route.</p>",
1132        "RouteData$virtualRouterName": "<p>The virtual router that the route is associated with.</p>"
1133      }
1134    },
1135    "RouteList": {
1136      "base": null,
1137      "refs": {
1138        "RouteList$member": null
1139      }
1140    },
1141    "RoutePriority": {
1142      "base": null,
1143      "refs": { }
1144    },
1145    "RouteRef": {
1146      "base": "<p>An object that represents a route returned by a list operation.</p>",
1147      "refs": {
1148        "RouteRef$arn": "<p>The full Amazon Resource Name (ARN) for the route.</p>",
1149        "RouteRef$createdAt": "<p>The Unix epoch timestamp in seconds for when the resource was created.</p>",
1150        "RouteRef$lastUpdatedAt": "<p>The Unix epoch timestamp in seconds for when the resource was last updated.</p>",
1151        "RouteRef$meshName": "<p>The name of the service mesh that the route resides in.</p>",
1152        "RouteRef$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
1153        "RouteRef$resourceOwner": "<p>The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's\n               the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
1154        "RouteRef$routeName": "<p>The name of the route.</p>",
1155        "RouteRef$version": "<p>The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.</p>",
1156        "RouteRef$virtualRouterName": "<p>The virtual router that the route is associated with.</p>"
1157      }
1158    },
1159    "RouteSpec": {
1160      "base": "<p>An object that represents a route specification. Specify one route type.</p>",
1161      "refs": {
1162        "RouteSpec$grpcRoute": "<p>An object that represents the specification of a gRPC route.</p>",
1163        "RouteSpec$http2Route": "<p>An object that represents the specification of an HTTP/2 route.</p>",
1164        "RouteSpec$httpRoute": "<p>An object that represents the specification of an HTTP route.</p>",
1165        "RouteSpec$priority": "<p>The priority for the route. Routes are matched based on the specified value, where 0 is\n         the highest priority.</p>",
1166        "RouteSpec$tcpRoute": "<p>An object that represents the specification of a TCP route.</p>"
1167      }
1168    },
1169    "RouteStatus": {
1170      "base": "<p>An object that represents the current status of a route.</p>",
1171      "refs": {
1172        "RouteStatus$status": "<p>The current status for the route.</p>"
1173      }
1174    },
1175    "RouteStatusCode": {
1176      "base": null,
1177      "refs": { }
1178    },
1179    "ServiceDiscovery": {
1180      "base": "<p>An object that represents the service discovery information for a virtual node.</p>",
1181      "refs": {
1182        "ServiceDiscovery$awsCloudMap": "<p>Specifies any AWS Cloud Map information for the virtual node.</p>",
1183        "ServiceDiscovery$dns": "<p>Specifies the DNS information for the virtual node.</p>"
1184      }
1185    },
1186    "ServiceName": {
1187      "base": null,
1188      "refs": { }
1189    },
1190    "ServiceUnavailableException": {
1191      "base": "<p>The request has failed due to a temporary failure of the service.</p>",
1192      "refs": { }
1193    },
1194    "String": {
1195      "base": null,
1196      "refs": { }
1197    },
1198    "TagKey": {
1199      "base": null,
1200      "refs": { }
1201    },
1202    "TagKeyList": {
1203      "base": null,
1204      "refs": {
1205        "TagKeyList$member": null
1206      }
1207    },
1208    "TagList": {
1209      "base": null,
1210      "refs": {
1211        "TagList$member": null
1212      }
1213    },
1214    "TagRef": {
1215      "base": "<p>Optional metadata that you apply to a resource to assist with categorization and\n         organization. Each tag consists of a key and an optional value, both of which you define.\n         Tag keys can have a maximum character length of 128 characters, and tag values can have\n            a maximum length of 256 characters.</p>",
1216      "refs": {
1217        "TagRef$key": "<p>One part of a key-value pair that make up a tag. A <code>key</code> is a general label\n         that acts like a category for more specific tag values.</p>",
1218        "TagRef$value": "<p>The optional part of a key-value pair that make up a tag. A <code>value</code> acts as a\n         descriptor within a tag category (key).</p>"
1219      }
1220    },
1221    "TagResourceInput": {
1222      "base": "",
1223      "refs": {
1224        "TagResourceInput$resourceArn": "<p>The Amazon Resource Name (ARN) of the resource to add tags to.</p>",
1225        "TagResourceInput$tags": "<p>The tags to add to the resource. A tag is an array of key-value pairs.\n         Tag keys can have a maximum character length of 128 characters, and tag values can have\n            a maximum length of 256 characters.</p>"
1226      }
1227    },
1228    "TagResourceOutput": {
1229      "base": "",
1230      "refs": { }
1231    },
1232    "TagValue": {
1233      "base": null,
1234      "refs": { }
1235    },
1236    "TagsLimit": {
1237      "base": null,
1238      "refs": { }
1239    },
1240    "TcpRetryPolicyEvent": {
1241      "base": null,
1242      "refs": { }
1243    },
1244    "TcpRetryPolicyEvents": {
1245      "base": null,
1246      "refs": {
1247        "TcpRetryPolicyEvents$member": null
1248      }
1249    },
1250    "TcpRoute": {
1251      "base": "<p>An object that represents a TCP route type.</p>",
1252      "refs": {
1253        "TcpRoute$action": "<p>The action to take if a match is determined.</p>",
1254        "TcpRoute$timeout": "<p>An object that represents types of timeouts. </p>"
1255      }
1256    },
1257    "TcpRouteAction": {
1258      "base": "<p>An object that represents the action to take if a match is determined.</p>",
1259      "refs": {
1260        "TcpRouteAction$weightedTargets": "<p>An object that represents the targets that traffic is routed to when a request matches the route.</p>"
1261      }
1262    },
1263    "TcpTimeout": {
1264      "base": "<p>An object that represents types of timeouts. </p>",
1265      "refs": { }
1266    },
1267    "Timestamp": {
1268      "base": null,
1269      "refs": { }
1270    },
1271    "TlsValidationContext": {
1272      "base": "<p>An object that represents a Transport Layer Security (TLS) validation context.</p>",
1273      "refs": {
1274        "TlsValidationContext$trust": "<p>A reference to an object that represents a TLS validation context trust.</p>"
1275      }
1276    },
1277    "TlsValidationContextAcmTrust": {
1278      "base": "<p>An object that represents a TLS validation context trust for an AWS Certicate Manager (ACM)\n         certificate.</p>",
1279      "refs": {
1280        "TlsValidationContextAcmTrust$certificateAuthorityArns": "<p>One or more ACM Amazon Resource Name (ARN)s.</p>"
1281      }
1282    },
1283    "TlsValidationContextFileTrust": {
1284      "base": "<p>An object that represents a Transport Layer Security (TLS) validation context trust for a local file.</p>",
1285      "refs": {
1286        "TlsValidationContextFileTrust$certificateChain": "<p>The certificate trust chain for a certificate stored on the file system of the virtual\n         node that the proxy is running on.</p>"
1287      }
1288    },
1289    "TlsValidationContextTrust": {
1290      "base": "<p>An object that represents a Transport Layer Security (TLS) validation context trust.</p>",
1291      "refs": {
1292        "TlsValidationContextTrust$acm": "<p>A reference to an object that represents a TLS validation context trust for an AWS Certicate Manager (ACM)\n         certificate.</p>",
1293        "TlsValidationContextTrust$file": "<p>An object that represents a TLS validation context trust for a local file.</p>"
1294      }
1295    },
1296    "TooManyRequestsException": {
1297      "base": "<p>The maximum request rate permitted by the App Mesh APIs has been exceeded for your\n         account. For best results, use an increasing or variable sleep interval between\n         requests.</p>",
1298      "refs": { }
1299    },
1300    "TooManyTagsException": {
1301      "base": "<p>The request exceeds the maximum allowed number of tags allowed per resource. The current\n         limit is 50 user tags per resource. You must reduce the number of tags in the request. None\n         of the tags in this request were applied.</p>",
1302      "refs": { }
1303    },
1304    "UntagResourceInput": {
1305      "base": "",
1306      "refs": {
1307        "UntagResourceInput$resourceArn": "<p>The Amazon Resource Name (ARN) of the resource to delete tags from.</p>",
1308        "UntagResourceInput$tagKeys": "<p>The keys of the tags to be removed.</p>"
1309      }
1310    },
1311    "UntagResourceOutput": {
1312      "base": "",
1313      "refs": { }
1314    },
1315    "UpdateGatewayRouteInput": {
1316      "base": null,
1317      "refs": {
1318        "UpdateGatewayRouteInput$clientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\nrequest. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>",
1319        "UpdateGatewayRouteInput$gatewayRouteName": "<p>The name of the gateway route to update.</p>",
1320        "UpdateGatewayRouteInput$meshName": "<p>The name of the service mesh that the gateway route resides in.</p>",
1321        "UpdateGatewayRouteInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
1322        "UpdateGatewayRouteInput$spec": "<p>The new gateway route specification to apply. This overwrites the existing data.</p>",
1323        "UpdateGatewayRouteInput$virtualGatewayName": "<p>The name of the virtual gateway that the gateway route is associated with.</p>"
1324      }
1325    },
1326    "UpdateGatewayRouteOutput": {
1327      "base": null,
1328      "refs": {
1329        "UpdateGatewayRouteOutput$gatewayRoute": "<p>A full description of the gateway route that was updated.</p>"
1330      }
1331    },
1332    "UpdateMeshInput": {
1333      "base": "",
1334      "refs": {
1335        "UpdateMeshInput$clientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\nrequest. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>",
1336        "UpdateMeshInput$meshName": "<p>The name of the service mesh to update.</p>",
1337        "UpdateMeshInput$spec": "<p>The service mesh specification to apply.</p>"
1338      }
1339    },
1340    "UpdateMeshOutput": {
1341      "base": "",
1342      "refs": { }
1343    },
1344    "UpdateRouteInput": {
1345      "base": "",
1346      "refs": {
1347        "UpdateRouteInput$clientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\nrequest. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>",
1348        "UpdateRouteInput$meshName": "<p>The name of the service mesh that the route resides in.</p>",
1349        "UpdateRouteInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
1350        "UpdateRouteInput$routeName": "<p>The name of the route to update.</p>",
1351        "UpdateRouteInput$spec": "<p>The new route specification to apply. This overwrites the existing data.</p>",
1352        "UpdateRouteInput$virtualRouterName": "<p>The name of the virtual router that the route is associated with.</p>"
1353      }
1354    },
1355    "UpdateRouteOutput": {
1356      "base": "",
1357      "refs": {
1358        "UpdateRouteOutput$route": "<p>A full description of the route that was updated.</p>"
1359      }
1360    },
1361    "UpdateVirtualGatewayInput": {
1362      "base": null,
1363      "refs": {
1364        "UpdateVirtualGatewayInput$clientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\nrequest. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>",
1365        "UpdateVirtualGatewayInput$meshName": "<p>The name of the service mesh that the virtual gateway resides in.</p>",
1366        "UpdateVirtualGatewayInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
1367        "UpdateVirtualGatewayInput$spec": "<p>The new virtual gateway specification to apply. This overwrites the existing\n         data.</p>",
1368        "UpdateVirtualGatewayInput$virtualGatewayName": "<p>The name of the virtual gateway to update.</p>"
1369      }
1370    },
1371    "UpdateVirtualGatewayOutput": {
1372      "base": null,
1373      "refs": {
1374        "UpdateVirtualGatewayOutput$virtualGateway": "<p>A full description of the virtual gateway that was updated.</p>"
1375      }
1376    },
1377    "UpdateVirtualNodeInput": {
1378      "base": "",
1379      "refs": {
1380        "UpdateVirtualNodeInput$clientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\nrequest. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>",
1381        "UpdateVirtualNodeInput$meshName": "<p>The name of the service mesh that the virtual node resides in.</p>",
1382        "UpdateVirtualNodeInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
1383        "UpdateVirtualNodeInput$spec": "<p>The new virtual node specification to apply. This overwrites the existing data.</p>",
1384        "UpdateVirtualNodeInput$virtualNodeName": "<p>The name of the virtual node to update.</p>"
1385      }
1386    },
1387    "UpdateVirtualNodeOutput": {
1388      "base": "",
1389      "refs": {
1390        "UpdateVirtualNodeOutput$virtualNode": "<p>A full description of the virtual node that was updated.</p>"
1391      }
1392    },
1393    "UpdateVirtualRouterInput": {
1394      "base": "",
1395      "refs": {
1396        "UpdateVirtualRouterInput$clientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\nrequest. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>",
1397        "UpdateVirtualRouterInput$meshName": "<p>The name of the service mesh that the virtual router resides in.</p>",
1398        "UpdateVirtualRouterInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
1399        "UpdateVirtualRouterInput$spec": "<p>The new virtual router specification to apply. This overwrites the existing data.</p>",
1400        "UpdateVirtualRouterInput$virtualRouterName": "<p>The name of the virtual router to update.</p>"
1401      }
1402    },
1403    "UpdateVirtualRouterOutput": {
1404      "base": "",
1405      "refs": {
1406        "UpdateVirtualRouterOutput$virtualRouter": "<p>A full description of the virtual router that was updated.</p>"
1407      }
1408    },
1409    "UpdateVirtualServiceInput": {
1410      "base": "",
1411      "refs": {
1412        "UpdateVirtualServiceInput$clientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\nrequest. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>",
1413        "UpdateVirtualServiceInput$meshName": "<p>The name of the service mesh that the virtual service resides in.</p>",
1414        "UpdateVirtualServiceInput$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
1415        "UpdateVirtualServiceInput$spec": "<p>The new virtual service specification to apply. This overwrites the existing\n         data.</p>",
1416        "UpdateVirtualServiceInput$virtualServiceName": "<p>The name of the virtual service to update.</p>"
1417      }
1418    },
1419    "UpdateVirtualServiceOutput": {
1420      "base": "",
1421      "refs": {
1422        "UpdateVirtualServiceOutput$virtualService": "<p>A full description of the virtual service that was updated.</p>"
1423      }
1424    },
1425    "VirtualGatewayAccessLog": {
1426      "base": "<p>The access log configuration for a virtual gateway.</p>",
1427      "refs": {
1428        "VirtualGatewayAccessLog$file": "<p>The file object to send virtual gateway access logs to.</p>"
1429      }
1430    },
1431    "VirtualGatewayBackendDefaults": {
1432      "base": "<p>An object that represents the default properties for a backend.</p>",
1433      "refs": {
1434        "VirtualGatewayBackendDefaults$clientPolicy": "<p>A reference to an object that represents a client policy.</p>"
1435      }
1436    },
1437    "VirtualGatewayCertificateAuthorityArns": {
1438      "base": null,
1439      "refs": {
1440        "VirtualGatewayCertificateAuthorityArns$member": null
1441      }
1442    },
1443    "VirtualGatewayClientPolicy": {
1444      "base": "<p>An object that represents a client policy.</p>",
1445      "refs": {
1446        "VirtualGatewayClientPolicy$tls": "<p>A reference to an object that represents a Transport Layer Security (TLS) client policy.</p>"
1447      }
1448    },
1449    "VirtualGatewayClientPolicyTls": {
1450      "base": "<p>An object that represents a Transport Layer Security (TLS) client policy.</p>",
1451      "refs": {
1452        "VirtualGatewayClientPolicyTls$enforce": "<p>Whether the policy is enforced. The default is <code>True</code>, if a value isn't\n         specified.</p>",
1453        "VirtualGatewayClientPolicyTls$ports": "<p>One or more ports that the policy is enforced for.</p>",
1454        "VirtualGatewayClientPolicyTls$validation": "<p>A reference to an object that represents a TLS validation context.</p>"
1455      }
1456    },
1457    "VirtualGatewayData": {
1458      "base": "<p>An object that represents a virtual gateway returned by a describe operation.</p>",
1459      "refs": {
1460        "VirtualGatewayData$meshName": "<p>The name of the service mesh that the virtual gateway resides in.</p>",
1461        "VirtualGatewayData$spec": "<p>The specifications of the virtual gateway.</p>",
1462        "VirtualGatewayData$status": "<p>The current status of the virtual gateway.</p>",
1463        "VirtualGatewayData$virtualGatewayName": "<p>The name of the virtual gateway.</p>"
1464      }
1465    },
1466    "VirtualGatewayFileAccessLog": {
1467      "base": "<p>An object that represents an access log file.</p>",
1468      "refs": {
1469        "VirtualGatewayFileAccessLog$path": "<p>The file path to write access logs to. You can use <code>/dev/stdout</code> to send\n         access logs to standard out and configure your Envoy container to use a log driver, such as\n            <code>awslogs</code>, to export the access logs to a log storage service such as Amazon\n         CloudWatch Logs. You can also specify a path in the Envoy container's file system to write\n         the files to disk.</p>"
1470      }
1471    },
1472    "VirtualGatewayHealthCheckIntervalMillis": {
1473      "base": null,
1474      "refs": { }
1475    },
1476    "VirtualGatewayHealthCheckPolicy": {
1477      "base": "<p>An object that represents the health check policy for a virtual gateway's\n         listener.</p>",
1478      "refs": {
1479        "VirtualGatewayHealthCheckPolicy$healthyThreshold": "<p>The number of consecutive successful health checks that must occur before declaring the\n         listener healthy.</p>",
1480        "VirtualGatewayHealthCheckPolicy$intervalMillis": "<p>The time period in milliseconds between each health check execution.</p>",
1481        "VirtualGatewayHealthCheckPolicy$path": "<p>The destination path for the health check request. This value is only used if the\n         specified protocol is HTTP or HTTP/2. For any other protocol, this value is ignored.</p>",
1482        "VirtualGatewayHealthCheckPolicy$port": "<p>The destination port for the health check request. This port must match the port defined\n         in the <a>PortMapping</a> for the listener.</p>",
1483        "VirtualGatewayHealthCheckPolicy$protocol": "<p>The protocol for the health check request. If you specify <code>grpc</code>, then your\n         service must conform to the <a href=\"https://github.com/grpc/grpc/blob/master/doc/health-checking.md\">GRPC Health\n            Checking Protocol</a>.</p>",
1484        "VirtualGatewayHealthCheckPolicy$timeoutMillis": "<p>The amount of time to wait when receiving a response from the health check, in\n         milliseconds.</p>",
1485        "VirtualGatewayHealthCheckPolicy$unhealthyThreshold": "<p>The number of consecutive failed health checks that must occur before declaring a\n         virtual gateway unhealthy.</p>"
1486      }
1487    },
1488    "VirtualGatewayHealthCheckThreshold": {
1489      "base": null,
1490      "refs": { }
1491    },
1492    "VirtualGatewayHealthCheckTimeoutMillis": {
1493      "base": null,
1494      "refs": { }
1495    },
1496    "VirtualGatewayList": {
1497      "base": null,
1498      "refs": {
1499        "VirtualGatewayList$member": null
1500      }
1501    },
1502    "VirtualGatewayListener": {
1503      "base": "<p>An object that represents a listener for a virtual gateway.</p>",
1504      "refs": {
1505        "VirtualGatewayListener$healthCheck": "<p>The health check information for the listener.</p>",
1506        "VirtualGatewayListener$portMapping": "<p>The port mapping information for the listener.</p>",
1507        "VirtualGatewayListener$tls": "<p>A reference to an object that represents the Transport Layer Security (TLS) properties for the listener.</p>"
1508      }
1509    },
1510    "VirtualGatewayListenerTls": {
1511      "base": "<p>An object that represents the Transport Layer Security (TLS) properties for a listener.</p>",
1512      "refs": {
1513        "VirtualGatewayListenerTls$certificate": "<p>An object that represents a Transport Layer Security (TLS) certificate.</p>",
1514        "VirtualGatewayListenerTls$mode": "<p>Specify one of the following modes.</p>\n         <ul>\n            <li>\n               <p>\n                  <b/>STRICT – Listener only accepts connections with TLS\n               enabled. </p>\n            </li>\n            <li>\n               <p>\n                  <b/>PERMISSIVE – Listener accepts connections with or\n               without TLS enabled.</p>\n            </li>\n            <li>\n               <p>\n                  <b/>DISABLED – Listener only accepts connections without\n               TLS. </p>\n            </li>\n         </ul>"
1515      }
1516    },
1517    "VirtualGatewayListenerTlsAcmCertificate": {
1518      "base": "<p>An object that represents an AWS Certicate Manager (ACM) certificate.</p>",
1519      "refs": {
1520        "VirtualGatewayListenerTlsAcmCertificate$certificateArn": "<p>The Amazon Resource Name (ARN) for the certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/tls.html#virtual-node-tls-prerequisites\">Transport Layer Security (TLS)</a>.</p>"
1521      }
1522    },
1523    "VirtualGatewayListenerTlsCertificate": {
1524      "base": "<p>An object that represents a listener's Transport Layer Security (TLS) certificate.</p>",
1525      "refs": {
1526        "VirtualGatewayListenerTlsCertificate$acm": "<p>A reference to an object that represents an AWS Certicate Manager (ACM) certificate.</p>",
1527        "VirtualGatewayListenerTlsCertificate$file": "<p>A reference to an object that represents a local file certificate.</p>"
1528      }
1529    },
1530    "VirtualGatewayListenerTlsFileCertificate": {
1531      "base": "<p>An object that represents a local file certificate.\n         The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/tls.html#virtual-node-tls-prerequisites\">Transport Layer Security (TLS)</a>.</p>",
1532      "refs": {
1533        "VirtualGatewayListenerTlsFileCertificate$certificateChain": "<p>The certificate chain for the certificate.</p>",
1534        "VirtualGatewayListenerTlsFileCertificate$privateKey": "<p>The private key for a certificate stored on the file system of the mesh endpoint that\n         the proxy is running on.</p>"
1535      }
1536    },
1537    "VirtualGatewayListenerTlsMode": {
1538      "base": null,
1539      "refs": { }
1540    },
1541    "VirtualGatewayListeners": {
1542      "base": null,
1543      "refs": {
1544        "VirtualGatewayListeners$member": null
1545      }
1546    },
1547    "VirtualGatewayLogging": {
1548      "base": "<p>An object that represents logging information.</p>",
1549      "refs": {
1550        "VirtualGatewayLogging$accessLog": "<p>The access log configuration.</p>"
1551      }
1552    },
1553    "VirtualGatewayPortMapping": {
1554      "base": "<p>An object that represents a port mapping.</p>",
1555      "refs": {
1556        "VirtualGatewayPortMapping$port": "<p>The port used for the port mapping. Specify one protocol.</p>",
1557        "VirtualGatewayPortMapping$protocol": "<p>The protocol used for the port mapping.</p>"
1558      }
1559    },
1560    "VirtualGatewayPortProtocol": {
1561      "base": null,
1562      "refs": { }
1563    },
1564    "VirtualGatewayRef": {
1565      "base": "<p>An object that represents a virtual gateway returned by a list operation.</p>",
1566      "refs": {
1567        "VirtualGatewayRef$arn": "<p>The full Amazon Resource Name (ARN) for the resource.</p>",
1568        "VirtualGatewayRef$createdAt": "<p>The Unix epoch timestamp in seconds for when the resource was created.</p>",
1569        "VirtualGatewayRef$lastUpdatedAt": "<p>The Unix epoch timestamp in seconds for when the resource was last updated.</p>",
1570        "VirtualGatewayRef$meshName": "<p>The name of the service mesh that the resource resides in.</p>",
1571        "VirtualGatewayRef$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
1572        "VirtualGatewayRef$resourceOwner": "<p>The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's\n               the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
1573        "VirtualGatewayRef$version": "<p>The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.</p>",
1574        "VirtualGatewayRef$virtualGatewayName": "<p>The name of the resource.</p>"
1575      }
1576    },
1577    "VirtualGatewaySpec": {
1578      "base": "<p>An object that represents the specification of a service mesh resource.</p>",
1579      "refs": {
1580        "VirtualGatewaySpec$backendDefaults": "<p>A reference to an object that represents the defaults for backends.</p>",
1581        "VirtualGatewaySpec$listeners": "<p>The listeners that the mesh endpoint is expected to receive inbound traffic from. You\n         can specify one listener.</p>"
1582      }
1583    },
1584    "VirtualGatewayStatus": {
1585      "base": "<p>An object that represents the status of the mesh resource.</p>",
1586      "refs": {
1587        "VirtualGatewayStatus$status": "<p>The current status.</p>"
1588      }
1589    },
1590    "VirtualGatewayStatusCode": {
1591      "base": null,
1592      "refs": { }
1593    },
1594    "VirtualGatewayTlsValidationContext": {
1595      "base": "<p>An object that represents a Transport Layer Security (TLS) validation context.</p>",
1596      "refs": {
1597        "VirtualGatewayTlsValidationContext$trust": "<p>A reference to an object that represents a TLS validation context trust.</p>"
1598      }
1599    },
1600    "VirtualGatewayTlsValidationContextAcmTrust": {
1601      "base": "<p>An object that represents a TLS validation context trust for an AWS Certicate Manager (ACM)\n         certificate.</p>",
1602      "refs": {
1603        "VirtualGatewayTlsValidationContextAcmTrust$certificateAuthorityArns": "<p>One or more ACM Amazon Resource Name (ARN)s.</p>"
1604      }
1605    },
1606    "VirtualGatewayTlsValidationContextFileTrust": {
1607      "base": "<p>An object that represents a Transport Layer Security (TLS) validation context trust for a local file.</p>",
1608      "refs": {
1609        "VirtualGatewayTlsValidationContextFileTrust$certificateChain": "<p>The certificate trust chain for a certificate stored on the file system of the virtual\n         node that the proxy is running on.</p>"
1610      }
1611    },
1612    "VirtualGatewayTlsValidationContextTrust": {
1613      "base": "<p>An object that represents a Transport Layer Security (TLS) validation context trust.</p>",
1614      "refs": {
1615        "VirtualGatewayTlsValidationContextTrust$acm": "<p>A reference to an object that represents a TLS validation context trust for an AWS Certicate Manager (ACM)\n         certificate.</p>",
1616        "VirtualGatewayTlsValidationContextTrust$file": "<p>An object that represents a TLS validation context trust for a local file.</p>"
1617      }
1618    },
1619    "VirtualNodeData": {
1620      "base": "<p>An object that represents a virtual node returned by a describe operation.</p>",
1621      "refs": {
1622        "VirtualNodeData$meshName": "<p>The name of the service mesh that the virtual node resides in.</p>",
1623        "VirtualNodeData$metadata": "<p>The associated metadata for the virtual node.</p>",
1624        "VirtualNodeData$spec": "<p>The specifications of the virtual node.</p>",
1625        "VirtualNodeData$status": "<p>The current status for the virtual node.</p>",
1626        "VirtualNodeData$virtualNodeName": "<p>The name of the virtual node.</p>"
1627      }
1628    },
1629    "VirtualNodeList": {
1630      "base": null,
1631      "refs": {
1632        "VirtualNodeList$member": null
1633      }
1634    },
1635    "VirtualNodeRef": {
1636      "base": "<p>An object that represents a virtual node returned by a list operation.</p>",
1637      "refs": {
1638        "VirtualNodeRef$arn": "<p>The full Amazon Resource Name (ARN) for the virtual node.</p>",
1639        "VirtualNodeRef$createdAt": "<p>The Unix epoch timestamp in seconds for when the resource was created.</p>",
1640        "VirtualNodeRef$lastUpdatedAt": "<p>The Unix epoch timestamp in seconds for when the resource was last updated.</p>",
1641        "VirtualNodeRef$meshName": "<p>The name of the service mesh that the virtual node resides in.</p>",
1642        "VirtualNodeRef$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
1643        "VirtualNodeRef$resourceOwner": "<p>The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's\n               the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
1644        "VirtualNodeRef$version": "<p>The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.</p>",
1645        "VirtualNodeRef$virtualNodeName": "<p>The name of the virtual node.</p>"
1646      }
1647    },
1648    "VirtualNodeServiceProvider": {
1649      "base": "<p>An object that represents a virtual node service provider.</p>",
1650      "refs": {
1651        "VirtualNodeServiceProvider$virtualNodeName": "<p>The name of the virtual node that is acting as a service provider.</p>"
1652      }
1653    },
1654    "VirtualNodeSpec": {
1655      "base": "<p>An object that represents the specification of a virtual node.</p>",
1656      "refs": {
1657        "VirtualNodeSpec$backendDefaults": "<p>A reference to an object that represents the defaults for backends.</p>",
1658        "VirtualNodeSpec$backends": "<p>The backends that the virtual node is expected to send outbound traffic to.</p>",
1659        "VirtualNodeSpec$listeners": "<p>The listener that the virtual node is expected to receive inbound traffic from. You can\n         specify one listener.</p>",
1660        "VirtualNodeSpec$logging": "<p>The inbound and outbound access logging information for the virtual node.</p>",
1661        "VirtualNodeSpec$serviceDiscovery": "<p>The service discovery information for the virtual node. If your virtual node does not\n         expect ingress traffic, you can omit this parameter. If you specify a\n         <code>listener</code>, then you must specify service discovery information.</p>"
1662      }
1663    },
1664    "VirtualNodeStatus": {
1665      "base": "<p>An object that represents the current status of the virtual node.</p>",
1666      "refs": {
1667        "VirtualNodeStatus$status": "<p>The current status of the virtual node.</p>"
1668      }
1669    },
1670    "VirtualNodeStatusCode": {
1671      "base": null,
1672      "refs": { }
1673    },
1674    "VirtualRouterData": {
1675      "base": "<p>An object that represents a virtual router returned by a describe operation.</p>",
1676      "refs": {
1677        "VirtualRouterData$meshName": "<p>The name of the service mesh that the virtual router resides in.</p>",
1678        "VirtualRouterData$metadata": "<p>The associated metadata for the virtual router.</p>",
1679        "VirtualRouterData$spec": "<p>The specifications of the virtual router.</p>",
1680        "VirtualRouterData$status": "<p>The current status of the virtual router.</p>",
1681        "VirtualRouterData$virtualRouterName": "<p>The name of the virtual router.</p>"
1682      }
1683    },
1684    "VirtualRouterList": {
1685      "base": null,
1686      "refs": {
1687        "VirtualRouterList$member": null
1688      }
1689    },
1690    "VirtualRouterListener": {
1691      "base": "<p>An object that represents a virtual router listener.</p>",
1692      "refs": { }
1693    },
1694    "VirtualRouterListeners": {
1695      "base": null,
1696      "refs": {
1697        "VirtualRouterListeners$member": null
1698      }
1699    },
1700    "VirtualRouterRef": {
1701      "base": "<p>An object that represents a virtual router returned by a list operation.</p>",
1702      "refs": {
1703        "VirtualRouterRef$arn": "<p>The full Amazon Resource Name (ARN) for the virtual router.</p>",
1704        "VirtualRouterRef$createdAt": "<p>The Unix epoch timestamp in seconds for when the resource was created.</p>",
1705        "VirtualRouterRef$lastUpdatedAt": "<p>The Unix epoch timestamp in seconds for when the resource was last updated.</p>",
1706        "VirtualRouterRef$meshName": "<p>The name of the service mesh that the virtual router resides in.</p>",
1707        "VirtualRouterRef$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
1708        "VirtualRouterRef$resourceOwner": "<p>The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's\n               the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
1709        "VirtualRouterRef$version": "<p>The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.</p>",
1710        "VirtualRouterRef$virtualRouterName": "<p>The name of the virtual router.</p>"
1711      }
1712    },
1713    "VirtualRouterServiceProvider": {
1714      "base": "<p>An object that represents a virtual node service provider.</p>",
1715      "refs": {
1716        "VirtualRouterServiceProvider$virtualRouterName": "<p>The name of the virtual router that is acting as a service provider.</p>"
1717      }
1718    },
1719    "VirtualRouterSpec": {
1720      "base": "<p>An object that represents the specification of a virtual router.</p>",
1721      "refs": {
1722        "VirtualRouterSpec$listeners": "<p>The listeners that the virtual router is expected to receive inbound traffic from. You\n         can specify one listener.</p>"
1723      }
1724    },
1725    "VirtualRouterStatus": {
1726      "base": "<p>An object that represents the status of a virtual router. </p>",
1727      "refs": {
1728        "VirtualRouterStatus$status": "<p>The current status of the virtual router.</p>"
1729      }
1730    },
1731    "VirtualRouterStatusCode": {
1732      "base": null,
1733      "refs": { }
1734    },
1735    "VirtualServiceBackend": {
1736      "base": "<p>An object that represents a virtual service backend for a virtual node.</p>",
1737      "refs": {
1738        "VirtualServiceBackend$clientPolicy": "<p>A reference to an object that represents the client policy for a backend.</p>",
1739        "VirtualServiceBackend$virtualServiceName": "<p>The name of the virtual service that is acting as a virtual node backend.</p>"
1740      }
1741    },
1742    "VirtualServiceData": {
1743      "base": "<p>An object that represents a virtual service returned by a describe operation.</p>",
1744      "refs": {
1745        "VirtualServiceData$meshName": "<p>The name of the service mesh that the virtual service resides in.</p>",
1746        "VirtualServiceData$spec": "<p>The specifications of the virtual service.</p>",
1747        "VirtualServiceData$status": "<p>The current status of the virtual service.</p>",
1748        "VirtualServiceData$virtualServiceName": "<p>The name of the virtual service.</p>"
1749      }
1750    },
1751    "VirtualServiceList": {
1752      "base": null,
1753      "refs": {
1754        "VirtualServiceList$member": null
1755      }
1756    },
1757    "VirtualServiceProvider": {
1758      "base": "<p>An object that represents the provider for a virtual service.</p>",
1759      "refs": {
1760        "VirtualServiceProvider$virtualNode": "<p>The virtual node associated with a virtual service.</p>",
1761        "VirtualServiceProvider$virtualRouter": "<p>The virtual router associated with a virtual service.</p>"
1762      }
1763    },
1764    "VirtualServiceRef": {
1765      "base": "<p>An object that represents a virtual service returned by a list operation.</p>",
1766      "refs": {
1767        "VirtualServiceRef$arn": "<p>The full Amazon Resource Name (ARN) for the virtual service.</p>",
1768        "VirtualServiceRef$createdAt": "<p>The Unix epoch timestamp in seconds for when the resource was created.</p>",
1769        "VirtualServiceRef$lastUpdatedAt": "<p>The Unix epoch timestamp in seconds for when the resource was last updated.</p>",
1770        "VirtualServiceRef$meshName": "<p>The name of the service mesh that the virtual service resides in.</p>",
1771        "VirtualServiceRef$meshOwner": "<p>The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's\n               the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
1772        "VirtualServiceRef$resourceOwner": "<p>The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's\n               the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>.</p>",
1773        "VirtualServiceRef$version": "<p>The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.</p>",
1774        "VirtualServiceRef$virtualServiceName": "<p>The name of the virtual service.</p>"
1775      }
1776    },
1777    "VirtualServiceSpec": {
1778      "base": "<p>An object that represents the specification of a virtual service.</p>",
1779      "refs": {
1780        "VirtualServiceSpec$provider": "<p>The App Mesh object that is acting as the provider for a virtual service. You can specify\n         a single virtual node or virtual router.</p>"
1781      }
1782    },
1783    "VirtualServiceStatus": {
1784      "base": "<p>An object that represents the status of a virtual service.</p>",
1785      "refs": {
1786        "VirtualServiceStatus$status": "<p>The current status of the virtual service.</p>"
1787      }
1788    },
1789    "VirtualServiceStatusCode": {
1790      "base": null,
1791      "refs": { }
1792    },
1793    "WeightedTarget": {
1794      "base": "<p>An object that represents a target and its relative weight. Traffic is distributed\n         across targets according to their relative weight. For example, a weighted target with a\n         relative weight of 50 receives five times as much traffic as one with a relative weight of\n         10. The total weight for all targets combined must be less than or equal to 100.</p>",
1795      "refs": {
1796        "WeightedTarget$virtualNode": "<p>The virtual node to associate with the weighted target.</p>",
1797        "WeightedTarget$weight": "<p>The relative weight of the weighted target.</p>"
1798      }
1799    },
1800    "WeightedTargets": {
1801      "base": null,
1802      "refs": {
1803        "WeightedTargets$member": null
1804      }
1805    }
1806  }
1807}