'2.0', 'service' => '
AWS App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and control containerized microservices. App Mesh standardizes how your microservices communicate, giving you end-to-end visibility and helping to ensure high-availability for your applications.
App Mesh gives you consistent visibility and network traffic controls for every microservice in an application. You can use App Mesh with Amazon ECS (using the Amazon EC2 launch type), Amazon EKS, and Kubernetes on AWS.
App Mesh supports containerized microservice applications that use service discovery naming for their components. To use App Mesh, you must have a containerized application running on Amazon EC2 instances, hosted in either Amazon ECS, Amazon EKS, or Kubernetes on AWS. For more information about service discovery on Amazon ECS, see Service Discovery in the Amazon Elastic Container Service Developer Guide. Kubernetes kube-dns
is supported. For more information, see DNS for Services and Pods in the Kubernetes documentation.
Creates a new service mesh. A service mesh is a logical boundary for network traffic between the services that reside within it.
After you create your service mesh, you can create virtual nodes, virtual routers, and routes to distribute traffic between the applications in your mesh.
', 'CreateRoute' => 'Creates a new route that is associated with a virtual router.
You can use the prefix
parameter in your route specification for path-based routing of requests. For example, if your virtual router service name is my-service.local
, and you want the route to match requests to my-service.local/metrics
, then your prefix should be /metrics
.
If your route matches a request, you can distribute traffic to one or more target virtual nodes with relative weighting.
', 'CreateVirtualNode' => 'Creates a new virtual node within a service mesh.
A virtual node acts as logical pointer to a particular task group, such as an Amazon ECS service or a Kubernetes deployment. When you create a virtual node, you must specify the DNS service discovery name for your task group.
Any inbound traffic that your virtual node expects should be specified as a listener
. Any outbound traffic that your virtual node expects to reach should be specified as a backend
.
The response metadata for your new virtual node contains the arn
that is associated with the virtual node. Set this value (either the full ARN or the truncated resource name, for example, mesh/default/virtualNode/simpleapp
, as the APPMESH_VIRTUAL_NODE_NAME
environment variable for your task group\'s Envoy proxy container in your task definition or pod spec. This is then mapped to the node.id
and node.cluster
Envoy parameters.
If you require your Envoy stats or tracing to use a different name, you can override the node.cluster
value that is set by APPMESH_VIRTUAL_NODE_NAME
with the APPMESH_VIRTUAL_NODE_CLUSTER
environment variable.
Creates a new virtual router within a service mesh.
Virtual routers handle traffic for one or more service names within your mesh. After you create your virtual router, create and associate routes for your virtual router that direct incoming requests to different virtual nodes.
', 'DeleteMesh' => 'Deletes an existing service mesh.
You must delete all resources (routes, virtual routers, virtual nodes) in the service mesh before you can delete the mesh itself.
', 'DeleteRoute' => 'Deletes an existing route.
', 'DeleteVirtualNode' => 'Deletes an existing virtual node.
', 'DeleteVirtualRouter' => 'Deletes an existing virtual router.
You must delete any routes associated with the virtual router before you can delete the router itself.
', 'DescribeMesh' => 'Describes an existing service mesh.
', 'DescribeRoute' => 'Describes an existing route.
', 'DescribeVirtualNode' => 'Describes an existing virtual node.
', 'DescribeVirtualRouter' => 'Describes an existing virtual router.
', 'ListMeshes' => 'Returns a list of existing service meshes.
', 'ListRoutes' => 'Returns a list of existing routes in a service mesh.
', 'ListVirtualNodes' => 'Returns a list of existing virtual nodes.
', 'ListVirtualRouters' => 'Returns a list of existing virtual routers in a service mesh.
', 'UpdateRoute' => 'Updates an existing route for a specified service mesh and virtual router.
', 'UpdateVirtualNode' => 'Updates an existing virtual node in a specified service mesh.
', 'UpdateVirtualRouter' => 'Updates an existing virtual router in a specified service mesh.
', ], 'shapes' => [ 'Arn' => [ 'base' => NULL, 'refs' => [], ], 'Backends' => [ 'base' => NULL, 'refs' => [ 'Backends$member' => NULL, ], ], 'BadRequestException' => [ 'base' => 'The request syntax was malformed. Check your request syntax and try again.
', 'refs' => [], ], 'ConflictException' => [ 'base' => 'The request contains a client token that was used for a previous update resource call with different specifications. Try the request again with a new client token.
', 'refs' => [], ], 'CreateMeshInput' => [ 'base' => '', 'refs' => [ 'CreateMeshInput$clientToken' => 'Unique, case-sensitive identifier that you provide to ensure the idempotency of therequest. Up to 36 letters, numbers, hyphens, and underscores are allowed.
', 'CreateMeshInput$meshName' => 'The name to use for the service mesh.
', ], ], 'CreateMeshOutput' => [ 'base' => '', 'refs' => [ 'CreateMeshOutput$mesh' => 'The full description of your service mesh following the create call.
', ], ], 'CreateRouteInput' => [ 'base' => '', 'refs' => [ 'CreateRouteInput$clientToken' => 'Unique, case-sensitive identifier that you provide to ensure the idempotency of therequest. Up to 36 letters, numbers, hyphens, and underscores are allowed.
', 'CreateRouteInput$meshName' => 'The name of the service mesh in which to create the route.
', 'CreateRouteInput$routeName' => 'The name to use for the route.
', 'CreateRouteInput$spec' => 'The route specification to apply.
', 'CreateRouteInput$virtualRouterName' => 'The name of the virtual router in which to create the route.
', ], ], 'CreateRouteOutput' => [ 'base' => '', 'refs' => [ 'CreateRouteOutput$route' => 'The full description of your mesh following the create call.
', ], ], 'CreateVirtualNodeInput' => [ 'base' => '', 'refs' => [ 'CreateVirtualNodeInput$clientToken' => 'Unique, case-sensitive identifier that you provide to ensure the idempotency of therequest. Up to 36 letters, numbers, hyphens, and underscores are allowed.
', 'CreateVirtualNodeInput$meshName' => 'The name of the service mesh in which to create the virtual node.
', 'CreateVirtualNodeInput$spec' => 'The virtual node specification to apply.
', 'CreateVirtualNodeInput$virtualNodeName' => 'The name to use for the virtual node.
', ], ], 'CreateVirtualNodeOutput' => [ 'base' => '', 'refs' => [ 'CreateVirtualNodeOutput$virtualNode' => 'The full description of your virtual node following the create call.
', ], ], 'CreateVirtualRouterInput' => [ 'base' => '', 'refs' => [ 'CreateVirtualRouterInput$clientToken' => 'Unique, case-sensitive identifier that you provide to ensure the idempotency of therequest. Up to 36 letters, numbers, hyphens, and underscores are allowed.
', 'CreateVirtualRouterInput$meshName' => 'The name of the service mesh in which to create the virtual router.
', 'CreateVirtualRouterInput$spec' => 'The virtual router specification to apply.
', 'CreateVirtualRouterInput$virtualRouterName' => 'The name to use for the virtual router.
', ], ], 'CreateVirtualRouterOutput' => [ 'base' => '', 'refs' => [ 'CreateVirtualRouterOutput$virtualRouter' => 'The full description of your virtual router following the create call.
', ], ], 'DeleteMeshInput' => [ 'base' => '', 'refs' => [ 'DeleteMeshInput$meshName' => 'The name of the service mesh to delete.
', ], ], 'DeleteMeshOutput' => [ 'base' => '', 'refs' => [ 'DeleteMeshOutput$mesh' => 'The service mesh that was deleted.
', ], ], 'DeleteRouteInput' => [ 'base' => '', 'refs' => [ 'DeleteRouteInput$meshName' => 'The name of the service mesh in which to delete the route.
', 'DeleteRouteInput$routeName' => 'The name of the route to delete.
', 'DeleteRouteInput$virtualRouterName' => 'The name of the virtual router in which to delete the route.
', ], ], 'DeleteRouteOutput' => [ 'base' => '', 'refs' => [ 'DeleteRouteOutput$route' => 'The route that was deleted.
', ], ], 'DeleteVirtualNodeInput' => [ 'base' => '', 'refs' => [ 'DeleteVirtualNodeInput$meshName' => 'The name of the service mesh in which to delete the virtual node.
', 'DeleteVirtualNodeInput$virtualNodeName' => 'The name of the virtual node to delete.
', ], ], 'DeleteVirtualNodeOutput' => [ 'base' => '', 'refs' => [ 'DeleteVirtualNodeOutput$virtualNode' => 'The virtual node that was deleted.
', ], ], 'DeleteVirtualRouterInput' => [ 'base' => '', 'refs' => [ 'DeleteVirtualRouterInput$meshName' => 'The name of the service mesh in which to delete the virtual router.
', 'DeleteVirtualRouterInput$virtualRouterName' => 'The name of the virtual router to delete.
', ], ], 'DeleteVirtualRouterOutput' => [ 'base' => '', 'refs' => [ 'DeleteVirtualRouterOutput$virtualRouter' => 'The virtual router that was deleted.
', ], ], 'DescribeMeshInput' => [ 'base' => '', 'refs' => [ 'DescribeMeshInput$meshName' => 'The name of the service mesh to describe.
', ], ], 'DescribeMeshOutput' => [ 'base' => '', 'refs' => [ 'DescribeMeshOutput$mesh' => 'The full description of your service mesh.
', ], ], 'DescribeRouteInput' => [ 'base' => '', 'refs' => [ 'DescribeRouteInput$meshName' => 'The name of the service mesh in which the route resides.
', 'DescribeRouteInput$routeName' => 'The name of the route to describe.
', 'DescribeRouteInput$virtualRouterName' => 'The name of the virtual router with which the route is associated.
', ], ], 'DescribeRouteOutput' => [ 'base' => '', 'refs' => [ 'DescribeRouteOutput$route' => 'The full description of your route.
', ], ], 'DescribeVirtualNodeInput' => [ 'base' => '', 'refs' => [ 'DescribeVirtualNodeInput$meshName' => 'The name of the service mesh in which the virtual node resides.
', 'DescribeVirtualNodeInput$virtualNodeName' => 'The name of the virtual node to describe.
', ], ], 'DescribeVirtualNodeOutput' => [ 'base' => '', 'refs' => [ 'DescribeVirtualNodeOutput$virtualNode' => 'The full description of your virtual node.
', ], ], 'DescribeVirtualRouterInput' => [ 'base' => '', 'refs' => [ 'DescribeVirtualRouterInput$meshName' => 'The name of the service mesh in which the virtual router resides.
', 'DescribeVirtualRouterInput$virtualRouterName' => 'The name of the virtual router to describe.
', ], ], 'DescribeVirtualRouterOutput' => [ 'base' => '', 'refs' => [ 'DescribeVirtualRouterOutput$virtualRouter' => 'The full description of your virtual router.
', ], ], 'DnsServiceDiscovery' => [ 'base' => 'The DNS service discovery information for your virtual node.
', 'refs' => [ 'DnsServiceDiscovery$serviceName' => 'The DNS service name for your virtual node.
', ], ], 'ForbiddenException' => [ 'base' => 'You do not have permissions to perform this action.
', 'refs' => [], ], 'HealthCheckIntervalMillis' => [ 'base' => NULL, 'refs' => [], ], 'HealthCheckPolicy' => [ 'base' => 'An object representing the health check policy for a virtual node\'s listener.
', 'refs' => [ 'HealthCheckPolicy$healthyThreshold' => 'The number of consecutive successful health checks that must occur before declaring listener healthy.
', 'HealthCheckPolicy$intervalMillis' => 'The time period in milliseconds between each health check execution.
', 'HealthCheckPolicy$path' => 'The destination path for the health check request. This is only required if the specified protocol is HTTP; if the protocol is TCP, then this parameter is ignored.
', 'HealthCheckPolicy$port' => 'The destination port for the health check request. This port must match the port defined in the PortMapping for the listener.
', 'HealthCheckPolicy$protocol' => 'The protocol for the health check request.
', 'HealthCheckPolicy$timeoutMillis' => 'The amount of time to wait when receiving a response from the health check, in milliseconds.
', 'HealthCheckPolicy$unhealthyThreshold' => 'The number of consecutive failed health checks that must occur before declaring a virtual node unhealthy.
', ], ], 'HealthCheckThreshold' => [ 'base' => NULL, 'refs' => [], ], 'HealthCheckTimeoutMillis' => [ 'base' => NULL, 'refs' => [], ], 'HttpRoute' => [ 'base' => 'An object representing the HTTP routing specification for a route.
', 'refs' => [ 'HttpRoute$action' => 'The action to take if a match is determined.
', 'HttpRoute$match' => 'The criteria for determining an HTTP request match.
', ], ], 'HttpRouteAction' => [ 'base' => 'An object representing the traffic distribution requirements for matched HTTP requests.
', 'refs' => [ 'HttpRouteAction$weightedTargets' => 'The targets that traffic is routed to when a request matches the route. You can specify one or more targets and their relative weights with which to distribute traffic.
', ], ], 'HttpRouteMatch' => [ 'base' => 'An object representing the requirements for a route to match HTTP requests for a virtual router.
', 'refs' => [ 'HttpRouteMatch$prefix' => 'Specifies the path with which to match requests. This parameter must always start with /
, which by itself matches all requests to the virtual router service name. You can also match for path-based routing of requests. For example, if your virtual router service name is my-service.local
, and you want the route to match requests to my-service.local/metrics
, then your prefix should be /metrics
.
The request processing has failed because of an unknown error, exception, or failure.
', 'refs' => [], ], 'LimitExceededException' => [ 'base' => 'You have exceeded a service limit for your account. For more information, see Service Limits in the AWS App Mesh User Guide.
', 'refs' => [], ], 'ListMeshesInput' => [ 'base' => '', 'refs' => [ 'ListMeshesInput$limit' => 'The maximum number of mesh results returned by ListMeshes
in paginated output. When this parameter is used, ListMeshes
only returns limit
results in a single page along with a nextToken
response element. The remaining results of the initial request can be seen by sending another ListMeshes
request with the returned nextToken
value. This value can be between 1 and 100. If this parameter is not used, then ListMeshes
returns up to 100 results and a nextToken
value if applicable.
The nextToken
value returned from a previous paginated ListMeshes
request where limit
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken
value.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
The list of existing service meshes.
', 'ListMeshesOutput$nextToken' => 'The nextToken
value to include in a future ListMeshes
request. When the results of a ListMeshes
request exceed limit
, this value can be used to retrieve the next page of results. This value is null
when there are no more results to return.
The maximum number of mesh results returned by ListRoutes
in paginated output. When this parameter is used, ListRoutes
only returns limit
results in a single page along with a nextToken
response element. The remaining results of the initial request can be seen by sending another ListRoutes
request with the returned nextToken
value. This value can be between 1 and 100. If this parameter is not used, then ListRoutes
returns up to 100 results and a nextToken
value if applicable.
The name of the service mesh in which to list routes.
', 'ListRoutesInput$nextToken' => 'The nextToken
value returned from a previous paginated ListRoutes
request where limit
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken
value.
The name of the virtual router in which to list routes.
', ], ], 'ListRoutesLimit' => [ 'base' => NULL, 'refs' => [], ], 'ListRoutesOutput' => [ 'base' => '', 'refs' => [ 'ListRoutesOutput$nextToken' => 'The nextToken
value to include in a future ListRoutes
request. When the results of a ListRoutes
request exceed limit
, this value can be used to retrieve the next page of results. This value is null
when there are no more results to return.
The list of existing routes for the specified service mesh and virtual router.
', ], ], 'ListVirtualNodesInput' => [ 'base' => '', 'refs' => [ 'ListVirtualNodesInput$limit' => 'The maximum number of mesh results returned by ListVirtualNodes
in paginated output. When this parameter is used, ListVirtualNodes
only returns limit
results in a single page along with a nextToken
response element. The remaining results of the initial request can be seen by sending another ListVirtualNodes
request with the returned nextToken
value. This value can be between 1 and 100. If this parameter is not used, then ListVirtualNodes
returns up to 100 results and a nextToken
value if applicable.
The name of the service mesh in which to list virtual nodes.
', 'ListVirtualNodesInput$nextToken' => 'The nextToken
value returned from a previous paginated ListVirtualNodes
request where limit
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken
value.
The nextToken
value to include in a future ListVirtualNodes
request. When the results of a ListVirtualNodes
request exceed limit
, this value can be used to retrieve the next page of results. This value is null
when there are no more results to return.
The list of existing virtual nodes for the specified service mesh.
', ], ], 'ListVirtualRoutersInput' => [ 'base' => '', 'refs' => [ 'ListVirtualRoutersInput$limit' => 'The maximum number of mesh results returned by ListVirtualRouters
in paginated output. When this parameter is used, ListVirtualRouters
only returns limit
results in a single page along with a nextToken
response element. The remaining results of the initial request can be seen by sending another ListVirtualRouters
request with the returned nextToken
value. This value can be between 1 and 100. If this parameter is not used, then ListVirtualRouters
returns up to 100 results and a nextToken
value if applicable.
The name of the service mesh in which to list virtual routers.
', 'ListVirtualRoutersInput$nextToken' => 'The nextToken
value returned from a previous paginated ListVirtualRouters
request where limit
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken
value.
The nextToken
value to include in a future ListVirtualRouters
request. When the results of a ListVirtualRouters
request exceed limit
, this value can be used to retrieve the next page of results. This value is null
when there are no more results to return.
The list of existing virtual routers for the specified service mesh.
', ], ], 'Listener' => [ 'base' => 'An object representing a listener for a virtual node.
', 'refs' => [ 'Listener$healthCheck' => 'The health check information for the listener.
', 'Listener$portMapping' => 'The port mapping information for the listener.
', ], ], 'Listeners' => [ 'base' => NULL, 'refs' => [ 'Listeners$member' => NULL, ], ], 'Long' => [ 'base' => NULL, 'refs' => [], ], 'MeshData' => [ 'base' => 'An object representing a service mesh returned by a describe operation.
', 'refs' => [ 'MeshData$meshName' => 'The name of the service mesh.
', 'MeshData$metadata' => 'The associated metadata for the service mesh.
', 'MeshData$status' => 'The status of the service mesh.
', ], ], 'MeshList' => [ 'base' => NULL, 'refs' => [ 'MeshList$member' => NULL, ], ], 'MeshRef' => [ 'base' => 'An object representing a service mesh returned by a list operation.
', 'refs' => [ 'MeshRef$arn' => 'The full Amazon Resource Name (ARN) of the service mesh.
', 'MeshRef$meshName' => 'The name of the service mesh.
', ], ], 'MeshStatus' => [ 'base' => 'An object representing the status of a service mesh.
', 'refs' => [ 'MeshStatus$status' => 'The current mesh status.
', ], ], 'MeshStatusCode' => [ 'base' => NULL, 'refs' => [], ], 'NotFoundException' => [ 'base' => 'The specified resource does not exist. Check your request syntax and try again.
', 'refs' => [], ], 'PercentInt' => [ 'base' => NULL, 'refs' => [], ], 'PortMapping' => [ 'base' => 'An object representing a virtual node listener port mapping.
', 'refs' => [ 'PortMapping$port' => 'The port used for the port mapping.
', 'PortMapping$protocol' => 'The protocol used for the port mapping.
', ], ], 'PortNumber' => [ 'base' => NULL, 'refs' => [], ], 'PortProtocol' => [ 'base' => NULL, 'refs' => [], ], 'ResourceInUseException' => [ 'base' => 'You cannot delete the specified resource because it is in use or required by another resource.
', 'refs' => [], ], 'ResourceMetadata' => [ 'base' => 'An object representing metadata for a resource.
', 'refs' => [ 'ResourceMetadata$arn' => 'The full Amazon Resource Name (ARN) for the resource.
After you create a virtual node, set this value (either the full ARN or the truncated resource name, for example, mesh/default/virtualNode/simpleapp
, as the APPMESH_VIRTUAL_NODE_NAME
environment variable for your task group\'s Envoy proxy container in your task definition or pod spec. This is then mapped to the node.id
and node.cluster
Envoy parameters.
If you require your Envoy stats or tracing to use a different name, you can override the node.cluster
value that is set by APPMESH_VIRTUAL_NODE_NAME
with the APPMESH_VIRTUAL_NODE_CLUSTER
environment variable.
The Unix epoch timestamp in seconds for when the resource was created.
', 'ResourceMetadata$lastUpdatedAt' => 'The Unix epoch timestamp in seconds for when the resource was last updated.
', 'ResourceMetadata$uid' => 'The unique identifier for the resource.
', 'ResourceMetadata$version' => 'The version of the resource. Resources are created at version 1, and this version is incremented each time they are updated.
', ], ], 'ResourceName' => [ 'base' => NULL, 'refs' => [], ], 'RouteData' => [ 'base' => 'An object representing a route returned by a describe operation.
', 'refs' => [ 'RouteData$meshName' => 'The name of the service mesh in which the route resides.
', 'RouteData$metadata' => 'The associated metadata for the route.
', 'RouteData$routeName' => 'The name of the route.
', 'RouteData$spec' => 'The specifications of the route.
', 'RouteData$status' => 'The status of the route.
', 'RouteData$virtualRouterName' => 'The virtual router with which the route is associated.
', ], ], 'RouteList' => [ 'base' => NULL, 'refs' => [ 'RouteList$member' => NULL, ], ], 'RouteRef' => [ 'base' => 'An object representing a route returned by a list operation.
', 'refs' => [ 'RouteRef$arn' => 'The full Amazon Resource Name (ARN) for the route.
', 'RouteRef$meshName' => 'The name of the service mesh in which the route resides.
', 'RouteRef$routeName' => 'The name of the route.
', 'RouteRef$virtualRouterName' => 'The virtual router with which the route is associated.
', ], ], 'RouteSpec' => [ 'base' => 'An object representing the specification of a route.
', 'refs' => [ 'RouteSpec$httpRoute' => 'The HTTP routing information for the route.
', ], ], 'RouteStatus' => [ 'base' => 'An object representing the current status of a route.
', 'refs' => [ 'RouteStatus$status' => 'The current status for the route.
', ], ], 'RouteStatusCode' => [ 'base' => NULL, 'refs' => [], ], 'ServiceDiscovery' => [ 'base' => 'An object representing the service discovery information for a virtual node.
', 'refs' => [ 'ServiceDiscovery$dns' => 'Specifies the DNS service name for the virtual node.
', ], ], 'ServiceName' => [ 'base' => NULL, 'refs' => [], ], 'ServiceNames' => [ 'base' => NULL, 'refs' => [ 'ServiceNames$member' => NULL, ], ], 'ServiceUnavailableException' => [ 'base' => 'The request has failed due to a temporary failure of the service.
', 'refs' => [], ], 'String' => [ 'base' => NULL, 'refs' => [], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [], ], 'TooManyRequestsException' => [ 'base' => 'The maximum request rate permitted by the App Mesh APIs has been exceeded for your account. For best results, use an increasing or variable sleep interval between requests.
', 'refs' => [], ], 'UpdateRouteInput' => [ 'base' => '', 'refs' => [ 'UpdateRouteInput$clientToken' => 'Unique, case-sensitive identifier that you provide to ensure the idempotency of therequest. Up to 36 letters, numbers, hyphens, and underscores are allowed.
', 'UpdateRouteInput$meshName' => 'The name of the service mesh in which the route resides.
', 'UpdateRouteInput$routeName' => 'The name of the route to update.
', 'UpdateRouteInput$spec' => 'The new route specification to apply. This overwrites the existing data.
', 'UpdateRouteInput$virtualRouterName' => 'The name of the virtual router with which the route is associated.
', ], ], 'UpdateRouteOutput' => [ 'base' => '', 'refs' => [ 'UpdateRouteOutput$route' => 'A full description of the route that was updated.
', ], ], 'UpdateVirtualNodeInput' => [ 'base' => '', 'refs' => [ 'UpdateVirtualNodeInput$clientToken' => 'Unique, case-sensitive identifier that you provide to ensure the idempotency of therequest. Up to 36 letters, numbers, hyphens, and underscores are allowed.
', 'UpdateVirtualNodeInput$meshName' => 'The name of the service mesh in which the virtual node resides.
', 'UpdateVirtualNodeInput$spec' => 'The new virtual node specification to apply. This overwrites the existing data.
', 'UpdateVirtualNodeInput$virtualNodeName' => 'The name of the virtual node to update.
', ], ], 'UpdateVirtualNodeOutput' => [ 'base' => '', 'refs' => [ 'UpdateVirtualNodeOutput$virtualNode' => 'A full description of the virtual node that was updated.
', ], ], 'UpdateVirtualRouterInput' => [ 'base' => '', 'refs' => [ 'UpdateVirtualRouterInput$clientToken' => 'Unique, case-sensitive identifier that you provide to ensure the idempotency of therequest. Up to 36 letters, numbers, hyphens, and underscores are allowed.
', 'UpdateVirtualRouterInput$meshName' => 'The name of the service mesh in which the virtual router resides.
', 'UpdateVirtualRouterInput$spec' => 'The new virtual router specification to apply. This overwrites the existing data.
', 'UpdateVirtualRouterInput$virtualRouterName' => 'The name of the virtual router to update.
', ], ], 'UpdateVirtualRouterOutput' => [ 'base' => '', 'refs' => [ 'UpdateVirtualRouterOutput$virtualRouter' => 'A full description of the virtual router that was updated.
', ], ], 'VirtualNodeData' => [ 'base' => 'An object representing a virtual node returned by a describe operation.
', 'refs' => [ 'VirtualNodeData$meshName' => 'The name of the service mesh in which the virtual node resides.
', 'VirtualNodeData$metadata' => 'The associated metadata for the virtual node.
', 'VirtualNodeData$spec' => 'The specifications of the virtual node.
', 'VirtualNodeData$status' => 'The current status for the virtual node.
', 'VirtualNodeData$virtualNodeName' => 'The name of the virtual node.
', ], ], 'VirtualNodeList' => [ 'base' => NULL, 'refs' => [ 'VirtualNodeList$member' => NULL, ], ], 'VirtualNodeRef' => [ 'base' => 'An object representing a virtual node returned by a list operation.
', 'refs' => [ 'VirtualNodeRef$arn' => 'The full Amazon Resource Name (ARN) for the virtual node.
', 'VirtualNodeRef$meshName' => 'The name of the service mesh in which the virtual node resides.
', 'VirtualNodeRef$virtualNodeName' => 'The name of the virtual node.
', ], ], 'VirtualNodeSpec' => [ 'base' => 'An object representing the specification of a virtual node.
', 'refs' => [ 'VirtualNodeSpec$backends' => 'The backends to which the virtual node is expected to send outbound traffic.
', 'VirtualNodeSpec$listeners' => 'The listeners from which the virtual node is expected to receive inbound traffic.
', 'VirtualNodeSpec$serviceDiscovery' => 'The service discovery information for the virtual node.
', ], ], 'VirtualNodeStatus' => [ 'base' => 'An object representing the current status of the virtual node.
', 'refs' => [ 'VirtualNodeStatus$status' => 'The current status of the virtual node.
', ], ], 'VirtualNodeStatusCode' => [ 'base' => NULL, 'refs' => [], ], 'VirtualRouterData' => [ 'base' => 'An object representing a virtual router returned by a describe operation.
', 'refs' => [ 'VirtualRouterData$meshName' => 'The name of the service mesh in which the virtual router resides.
', 'VirtualRouterData$metadata' => 'The associated metadata for the virtual router.
', 'VirtualRouterData$spec' => 'The specifications of the virtual router.
', 'VirtualRouterData$status' => 'The current status of the virtual router.
', 'VirtualRouterData$virtualRouterName' => 'The name of the virtual router.
', ], ], 'VirtualRouterList' => [ 'base' => NULL, 'refs' => [ 'VirtualRouterList$member' => NULL, ], ], 'VirtualRouterRef' => [ 'base' => 'An object representing a virtual router returned by a list operation.
', 'refs' => [ 'VirtualRouterRef$arn' => 'The full Amazon Resource Name (ARN) for the virtual router.
', 'VirtualRouterRef$meshName' => 'The name of the service mesh in which the virtual router resides.
', 'VirtualRouterRef$virtualRouterName' => 'The name of the virtual router.
', ], ], 'VirtualRouterSpec' => [ 'base' => 'An object representing the specification of a virtual router.
', 'refs' => [ 'VirtualRouterSpec$serviceNames' => 'The service mesh service names to associate with the virtual router.
', ], ], 'VirtualRouterStatus' => [ 'base' => 'An object representing the status of a virtual router.
', 'refs' => [ 'VirtualRouterStatus$status' => 'The current status of the virtual router.
', ], ], 'VirtualRouterStatusCode' => [ 'base' => NULL, 'refs' => [], ], 'WeightedTarget' => [ 'base' => 'An object representing a target and its relative weight. Traffic is distributed across targets according to their relative weight. For example, a weighted target with a relative weight of 50 receives five times as much traffic as one with a relative weight of 10.
', 'refs' => [ 'WeightedTarget$virtualNode' => 'The virtual node to associate with the weighted target.
', 'WeightedTarget$weight' => 'The relative weight of the weighted target.
', ], ], 'WeightedTargets' => [ 'base' => NULL, 'refs' => [ 'WeightedTargets$member' => NULL, ], ], ],];