AppMeshClient
App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and control 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 Web Services Fargate, Amazon ECS, Amazon EKS, Kubernetes on Amazon Web Services, and Amazon EC2.
App Mesh supports microservice applications that use service discovery naming for their components. For more information about service discovery on Amazon ECS, see Service Discovery in the Amazon Elastic Container Service Developer Guide. Kubernetes kube-dns
and coredns
are supported. For more information, see DNS for Services and Pods in the Kubernetes documentation.
Functions
Creates a gateway route.
Creates a service mesh.
Creates a route that is associated with a virtual router.
Creates a virtual gateway.
Creates a virtual node within a service mesh.
Creates a virtual router within a service mesh.
Creates a virtual service within a service mesh.
Deletes an existing gateway route.
Deletes an existing service mesh.
Deletes an existing route.
Deletes an existing virtual gateway. You cannot delete a virtual gateway if any gateway routes are associated to it.
Deletes an existing virtual node.
Deletes an existing virtual router.
Deletes an existing virtual service.
Describes an existing gateway route.
Describes an existing service mesh.
Describes an existing route.
Describes an existing virtual gateway.
Describes an existing virtual node.
Describes an existing virtual router.
Describes an existing virtual service.
Returns a list of existing gateway routes that are associated to a virtual gateway.
Returns a list of existing service meshes.
Returns a list of existing routes in a service mesh.
List the tags for an App Mesh resource.
Returns a list of existing virtual gateways in a service mesh.
Returns a list of existing virtual nodes.
Returns a list of existing virtual routers in a service mesh.
Returns a list of existing virtual services in a service mesh.
Associates the specified tags to a resource with the specified resourceArn
. If existing tags on a resource aren't specified in the request parameters, they aren't changed. When a resource is deleted, the tags associated with that resource are also deleted.
Deletes specified tags from a resource.
Updates an existing gateway route that is associated to a specified virtual gateway in a service mesh.
Updates an existing service mesh.
Updates an existing route for a specified service mesh and virtual router.
Updates an existing virtual gateway in a specified service mesh.
Updates an existing virtual node in a specified service mesh.
Updates an existing virtual router in a specified service mesh.
Updates an existing virtual service in a specified service mesh.
Inherited functions
Creates a gateway route.
Creates a service mesh.
Creates a route that is associated with a virtual router.
Creates a virtual gateway.
Creates a virtual node within a service mesh.
Creates a virtual router within a service mesh.
Creates a virtual service within a service mesh.
Deletes an existing gateway route.
Deletes an existing service mesh.
Deletes an existing route.
Deletes an existing virtual gateway. You cannot delete a virtual gateway if any gateway routes are associated to it.
Deletes an existing virtual node.
Deletes an existing virtual router.
Deletes an existing virtual service.
Describes an existing gateway route.
Describes an existing service mesh.
Describes an existing route.
Describes an existing virtual gateway.
Describes an existing virtual node.
Describes an existing virtual router.
Describes an existing virtual service.
Returns a list of existing gateway routes that are associated to a virtual gateway.
Returns a list of existing service meshes.
Returns a list of existing routes in a service mesh.
List the tags for an App Mesh resource.
Paginate over ListTagsForResourceResponse results.
Returns a list of existing virtual gateways in a service mesh.
Returns a list of existing virtual nodes.
Returns a list of existing virtual routers in a service mesh.
Returns a list of existing virtual services in a service mesh.
Associates the specified tags to a resource with the specified resourceArn
. If existing tags on a resource aren't specified in the request parameters, they aren't changed. When a resource is deleted, the tags associated with that resource are also deleted.
Deletes specified tags from a resource.
Updates an existing gateway route that is associated to a specified virtual gateway in a service mesh.
Updates an existing service mesh.
Updates an existing route for a specified service mesh and virtual router.
Updates an existing virtual gateway in a specified service mesh.
Updates an existing virtual node in a specified service mesh.
Updates an existing virtual router in a specified service mesh.
Updates an existing virtual service in a specified service mesh.
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.