AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Classes

NameDescription
Class AccessLog

An object that represents the access logging information for a virtual node.

Class AppMeshPaginatorFactory

Paginators for the AppMesh service

Class AwsCloudMapInstanceAttribute

An object that represents the Cloud Map attribute information for your virtual node.

Cloud Map is not available in the eu-south-1 Region.

Class AwsCloudMapServiceDiscovery

An object that represents the Cloud Map service discovery information for your virtual node.

Cloud Map is not available in the eu-south-1 Region.

Class Backend

An object that represents the backends that a virtual node is expected to send outbound traffic to.

Class BackendDefaults

An object that represents the default properties for a backend.

Class BadRequestException

The request syntax was malformed. Check your request syntax and try again.

Class ClientPolicy

An object that represents a client policy.

Class ClientPolicyTls

A reference to an object that represents a Transport Layer Security (TLS) client policy.

Class ClientTlsCertificate

An object that represents the client's certificate.

Class ConflictException

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.

Class CreateGatewayRouteRequest

Container for the parameters to the CreateGatewayRoute operation. Creates a gateway route.

A gateway route is attached to a virtual gateway and routes traffic to an existing virtual service. If a route matches a request, it can distribute traffic to a target virtual service.

For more information about gateway routes, see Gateway routes.

Class CreateGatewayRouteResponse

This is the response object from the CreateGatewayRoute operation.

Class CreateMeshRequest

Container for the parameters to the CreateMesh operation. Creates a service mesh.

A service mesh is a logical boundary for network traffic between services that are represented by resources within the mesh. After you create your service mesh, you can create virtual services, virtual nodes, virtual routers, and routes to distribute traffic between the applications in your mesh.

For more information about service meshes, see Service meshes.

Class CreateMeshResponse

Class CreateRouteRequest

Container for the parameters to the CreateRoute operation. Creates a route that is associated with a virtual router.

You can route several different protocols and define a retry policy for a route. Traffic can be routed to one or more virtual nodes.

For more information about routes, see Routes.

Class CreateRouteResponse

Class CreateVirtualGatewayRequest

Container for the parameters to the CreateVirtualGateway operation. Creates a virtual gateway.

A virtual gateway allows resources outside your mesh to communicate to resources that are inside your mesh. The virtual gateway represents an Envoy proxy running in an Amazon ECS task, in a Kubernetes service, or on an Amazon EC2 instance. Unlike a virtual node, which represents an Envoy running with an application, a virtual gateway represents Envoy deployed by itself.

For more information about virtual gateways, see Virtual gateways.

Class CreateVirtualGatewayResponse

This is the response object from the CreateVirtualGateway operation.

Class CreateVirtualNodeRequest

Container for the parameters to the CreateVirtualNode operation. Creates a virtual node within a service mesh.

A virtual node acts as a logical pointer to a particular task group, such as an Amazon ECS service or a Kubernetes deployment. When you create a virtual node, you can specify the service discovery information for your task group, and whether the proxy running in a task group will communicate with other proxies using Transport Layer Security (TLS).

You define a listener for any inbound traffic that your virtual node expects. Any virtual service that your virtual node expects to communicate to is 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 to the full ARN; for example, arn:aws:appmesh:us-west-2:123456789012:myMesh/default/virtualNode/myApp) as the APPMESH_RESOURCE_ARN 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.

By default, App Mesh uses the name of the resource you specified in APPMESH_RESOURCE_ARN when Envoy is referring to itself in metrics and traces. You can override this behavior by setting the APPMESH_RESOURCE_CLUSTER environment variable with your own name.

For more information about virtual nodes, see Virtual nodes. You must be using 1.15.0 or later of the Envoy image when setting these variables. For more information aboutApp Mesh Envoy variables, see Envoy image in the App Mesh User Guide.

Class CreateVirtualNodeResponse

Class CreateVirtualRouterRequest

Container for the parameters to the CreateVirtualRouter operation. Creates a virtual router within a service mesh.

Specify a listener for any inbound traffic that your virtual router receives. Create a virtual router for each protocol and port that you need to route. Virtual routers handle traffic for one or more virtual services 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.

For more information about virtual routers, see Virtual routers.

Class CreateVirtualRouterResponse

Class CreateVirtualServiceRequest

Container for the parameters to the CreateVirtualService operation. Creates a virtual service within a service mesh.

A virtual service is an abstraction of a real service that is provided by a virtual node directly or indirectly by means of a virtual router. Dependent services call your virtual service by its virtualServiceName, and those requests are routed to the virtual node or virtual router that is specified as the provider for the virtual service.

For more information about virtual services, see Virtual services.

Class CreateVirtualServiceResponse

Class DeleteGatewayRouteRequest

Container for the parameters to the DeleteGatewayRoute operation. Deletes an existing gateway route.

Class DeleteGatewayRouteResponse

This is the response object from the DeleteGatewayRoute operation.

Class DeleteMeshRequest

Container for the parameters to the DeleteMesh operation. Deletes an existing service mesh.

You must delete all resources (virtual services, routes, virtual routers, and virtual nodes) in the service mesh before you can delete the mesh itself.

Class DeleteMeshResponse

Class DeleteRouteRequest

Container for the parameters to the DeleteRoute operation. Deletes an existing route.

Class DeleteRouteResponse

Class DeleteVirtualGatewayRequest

Container for the parameters to the DeleteVirtualGateway operation. Deletes an existing virtual gateway. You cannot delete a virtual gateway if any gateway routes are associated to it.

Class DeleteVirtualGatewayResponse

This is the response object from the DeleteVirtualGateway operation.

Class DeleteVirtualNodeRequest

Container for the parameters to the DeleteVirtualNode operation. Deletes an existing virtual node.

You must delete any virtual services that list a virtual node as a service provider before you can delete the virtual node itself.

Class DeleteVirtualNodeResponse

Class DeleteVirtualRouterRequest

Container for the parameters to the DeleteVirtualRouter operation. Deletes an existing virtual router.

You must delete any routes associated with the virtual router before you can delete the router itself.

Class DeleteVirtualRouterResponse

Class DeleteVirtualServiceRequest

Container for the parameters to the DeleteVirtualService operation. Deletes an existing virtual service.

Class DeleteVirtualServiceResponse

Class DescribeGatewayRouteRequest

Container for the parameters to the DescribeGatewayRoute operation. Describes an existing gateway route.

Class DescribeGatewayRouteResponse

This is the response object from the DescribeGatewayRoute operation.

Class DescribeMeshRequest

Container for the parameters to the DescribeMesh operation. Describes an existing service mesh.

Class DescribeMeshResponse

Class DescribeRouteRequest

Container for the parameters to the DescribeRoute operation. Describes an existing route.

Class DescribeRouteResponse

Class DescribeVirtualGatewayRequest

Container for the parameters to the DescribeVirtualGateway operation. Describes an existing virtual gateway.

Class DescribeVirtualGatewayResponse

This is the response object from the DescribeVirtualGateway operation.

Class DescribeVirtualNodeRequest

Container for the parameters to the DescribeVirtualNode operation. Describes an existing virtual node.

Class DescribeVirtualNodeResponse

Class DescribeVirtualRouterRequest

Container for the parameters to the DescribeVirtualRouter operation. Describes an existing virtual router.

Class DescribeVirtualRouterResponse

Class DescribeVirtualServiceRequest

Container for the parameters to the DescribeVirtualService operation. Describes an existing virtual service.

Class DescribeVirtualServiceResponse

Class DnsServiceDiscovery

An object that represents the DNS service discovery information for your virtual node.

Class Duration

An object that represents a duration of time.

Class EgressFilter

An object that represents the egress filter rules for a service mesh.

Class FileAccessLog

An object that represents an access log file.

Class ForbiddenException

You don't have permissions to perform this action.

Class GatewayRouteData

An object that represents a gateway route returned by a describe operation.

Class GatewayRouteHostnameMatch

An object representing the gateway route host name to match.

Class GatewayRouteHostnameRewrite

An object representing the gateway route host name to rewrite.

Class GatewayRouteRef

An object that represents a gateway route returned by a list operation.

Class GatewayRouteSpec

An object that represents a gateway route specification. Specify one gateway route type.

Class GatewayRouteStatus

An object that represents the current status of a gateway route.

Class GatewayRouteTarget

An object that represents a gateway route target.

Class GatewayRouteVirtualService

An object that represents the virtual service that traffic is routed to.

Class GrpcGatewayRoute

An object that represents a gRPC gateway route.

Class GrpcGatewayRouteAction

An object that represents the action to take if a match is determined.

Class GrpcGatewayRouteMatch

An object that represents the criteria for determining a request match.

Class GrpcGatewayRouteMetadata

An object representing the metadata of the gateway route.

Class GrpcGatewayRouteRewrite

An object that represents the gateway route to rewrite.

Class GrpcMetadataMatchMethod

An object representing the method header to be matched.

Class GrpcRetryPolicy

An object that represents a retry policy. Specify at least one value for at least one of the types of RetryEvents, a value for maxRetries, and a value for perRetryTimeout. Both server-error and gateway-error under httpRetryEvents include the Envoy reset policy. For more information on the reset policy, see the Envoy documentation.

Class GrpcRoute

An object that represents a gRPC route type.

Class GrpcRouteAction

An object that represents the action to take if a match is determined.

Class GrpcRouteMatch

An object that represents the criteria for determining a request match.

Class GrpcRouteMetadata

An object that represents the match metadata for the route.

Class GrpcRouteMetadataMatchMethod

An object that represents the match method. Specify one of the match values.

Class GrpcTimeout

An object that represents types of timeouts.

Class HeaderMatchMethod

An object that represents the method and value to match with the header value sent in a request. Specify one match method.

Class HealthCheckPolicy

An object that represents the health check policy for a virtual node's listener.

Class HttpGatewayRoute

An object that represents an HTTP gateway route.

Class HttpGatewayRouteAction

An object that represents the action to take if a match is determined.

Class HttpGatewayRouteHeader

An object that represents the HTTP header in the gateway route.

Class HttpGatewayRouteMatch

An object that represents the criteria for determining a request match.

Class HttpGatewayRoutePathRewrite

An object that represents the path to rewrite.

Class HttpGatewayRoutePrefixRewrite

An object representing the beginning characters of the route to rewrite.

Class HttpGatewayRouteRewrite

An object representing the gateway route to rewrite.

Class HttpPathMatch

An object representing the path to match in the request.

Class HttpQueryParameter

An object that represents the query parameter in the request.

Class HttpRetryPolicy

An object that represents a retry policy. Specify at least one value for at least one of the types of RetryEvents, a value for maxRetries, and a value for perRetryTimeout. Both server-error and gateway-error under httpRetryEvents include the Envoy reset policy. For more information on the reset policy, see the Envoy documentation.

Class HttpRoute

An object that represents an HTTP or HTTP/2 route type.

Class HttpRouteAction

An object that represents the action to take if a match is determined.

Class HttpRouteHeader

An object that represents the HTTP header in the request.

Class HttpRouteMatch

An object that represents the requirements for a route to match HTTP requests for a virtual router.

Class HttpTimeout

An object that represents types of timeouts.

Class InternalServerErrorException

The request processing has failed because of an unknown error, exception, or failure.

Class JsonFormatRef

An object that represents the key value pairs for the JSON.

Class LimitExceededException

You have exceeded a service limit for your account. For more information, see Service Limits in the App Mesh User Guide.

Class Listener

An object that represents a listener for a virtual node.

Class ListenerTimeout

An object that represents timeouts for different protocols.

Class ListenerTls

An object that represents the Transport Layer Security (TLS) properties for a listener.

Class ListenerTlsAcmCertificate

An object that represents an Certificate Manager certificate.

Class ListenerTlsCertificate

An object that represents a listener's Transport Layer Security (TLS) certificate.

Class ListenerTlsFileCertificate

An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).

Class ListenerTlsSdsCertificate

An object that represents the listener's Secret Discovery Service certificate. The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh TLS documentation for more info.

Class ListenerTlsValidationContext

An object that represents a listener's Transport Layer Security (TLS) validation context.

Class ListenerTlsValidationContextTrust

An object that represents a listener's Transport Layer Security (TLS) validation context trust.

Class ListGatewayRoutesRequest

Container for the parameters to the ListGatewayRoutes operation. Returns a list of existing gateway routes that are associated to a virtual gateway.

Class ListGatewayRoutesResponse

This is the response object from the ListGatewayRoutes operation.

Class ListMeshesRequest

Container for the parameters to the ListMeshes operation. Returns a list of existing service meshes.

Class ListMeshesResponse

Class ListRoutesRequest

Container for the parameters to the ListRoutes operation. Returns a list of existing routes in a service mesh.

Class ListRoutesResponse

Class ListTagsForResourceRequest

Container for the parameters to the ListTagsForResource operation. List the tags for an App Mesh resource.

Class ListTagsForResourceResponse

Class ListVirtualGatewaysRequest

Container for the parameters to the ListVirtualGateways operation. Returns a list of existing virtual gateways in a service mesh.

Class ListVirtualGatewaysResponse

This is the response object from the ListVirtualGateways operation.

Class ListVirtualNodesRequest

Container for the parameters to the ListVirtualNodes operation. Returns a list of existing virtual nodes.

Class ListVirtualNodesResponse

Class ListVirtualRoutersRequest

Container for the parameters to the ListVirtualRouters operation. Returns a list of existing virtual routers in a service mesh.

Class ListVirtualRoutersResponse

Class ListVirtualServicesRequest

Container for the parameters to the ListVirtualServices operation. Returns a list of existing virtual services in a service mesh.

Class ListVirtualServicesResponse

Class Logging

An object that represents the logging information for a virtual node.

Class LoggingFormat

An object that represents the format for the logs.

Class MatchRange

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.

Class MeshData

An object that represents a service mesh returned by a describe operation.

Class MeshRef

An object that represents a service mesh returned by a list operation.

Class MeshServiceDiscovery

An object that represents the service discovery information for a service mesh.

Class MeshSpec

An object that represents the specification of a service mesh.

Class MeshStatus

An object that represents the status of a service mesh.

Class NotFoundException

The specified resource doesn't exist. Check your request syntax and try again.

Class OutlierDetection

An object that represents the outlier detection for a virtual node's listener.

Class PortMapping

An object that represents a port mapping.

Class QueryParameterMatch

An object representing the query parameter to match.

Class ResourceInUseException

You can't delete the specified resource because it's in use or required by another resource.

Class ResourceMetadata

An object that represents metadata for a resource.

Class RouteData

An object that represents a route returned by a describe operation.

Class RouteRef

An object that represents a route returned by a list operation.

Class RouteSpec

An object that represents a route specification. Specify one route type.

Class RouteStatus

An object that represents the current status of a route.

Class ServiceDiscovery

An object that represents the service discovery information for a virtual node.

Class ServiceUnavailableException

The request has failed due to a temporary failure of the service.

Class SubjectAlternativeNameMatchers

An object that represents the methods by which a subject alternative name on a peer Transport Layer Security (TLS) certificate can be matched.

Class SubjectAlternativeNames

An object that represents the subject alternative names secured by the certificate.

Class TagRef

Optional metadata that you apply to a resource to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

Class TagResourceRequest

Container for the parameters to the TagResource operation. 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.

Class TagResourceResponse

Class TcpRoute

An object that represents a TCP route type.

Class TcpRouteAction

An object that represents the action to take if a match is determined.

Class TcpRouteMatch

An object representing the TCP route to match.

Class TcpTimeout

An object that represents types of timeouts.

Class TlsValidationContext

An object that represents how the proxy will validate its peer during Transport Layer Security (TLS) negotiation.

Class TlsValidationContextAcmTrust

An object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.

Class TlsValidationContextFileTrust

An object that represents a Transport Layer Security (TLS) validation context trust for a local file.

Class TlsValidationContextSdsTrust

An object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust. The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh TLS documentation for more info.

Class TlsValidationContextTrust

An object that represents a Transport Layer Security (TLS) validation context trust.

Class TooManyRequestsException

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.

Class TooManyTagsException

The request exceeds the maximum allowed number of tags allowed per resource. The current limit is 50 user tags per resource. You must reduce the number of tags in the request. None of the tags in this request were applied.

Class UntagResourceRequest

Container for the parameters to the UntagResource operation. Deletes specified tags from a resource.

Class UntagResourceResponse

Class UpdateGatewayRouteRequest

Container for the parameters to the UpdateGatewayRoute operation. Updates an existing gateway route that is associated to a specified virtual gateway in a service mesh.

Class UpdateGatewayRouteResponse

This is the response object from the UpdateGatewayRoute operation.

Class UpdateMeshRequest

Container for the parameters to the UpdateMesh operation. Updates an existing service mesh.

Class UpdateMeshResponse

Class UpdateRouteRequest

Container for the parameters to the UpdateRoute operation. Updates an existing route for a specified service mesh and virtual router.

Class UpdateRouteResponse

Class UpdateVirtualGatewayRequest

Container for the parameters to the UpdateVirtualGateway operation. Updates an existing virtual gateway in a specified service mesh.

Class UpdateVirtualGatewayResponse

This is the response object from the UpdateVirtualGateway operation.

Class UpdateVirtualNodeRequest

Container for the parameters to the UpdateVirtualNode operation. Updates an existing virtual node in a specified service mesh.

Class UpdateVirtualNodeResponse

Class UpdateVirtualRouterRequest

Container for the parameters to the UpdateVirtualRouter operation. Updates an existing virtual router in a specified service mesh.

Class UpdateVirtualRouterResponse

Class UpdateVirtualServiceRequest

Container for the parameters to the UpdateVirtualService operation. Updates an existing virtual service in a specified service mesh.

Class UpdateVirtualServiceResponse

Class VirtualGatewayAccessLog

The access log configuration for a virtual gateway.

Class VirtualGatewayBackendDefaults

An object that represents the default properties for a backend.

Class VirtualGatewayClientPolicy

An object that represents a client policy.

Class VirtualGatewayClientPolicyTls

An object that represents a Transport Layer Security (TLS) client policy.

Class VirtualGatewayClientTlsCertificate

An object that represents the virtual gateway's client's Transport Layer Security (TLS) certificate.

Class VirtualGatewayConnectionPool

An object that represents the type of virtual gateway connection pool.

Only one protocol is used at a time and should be the same protocol as the one chosen under port mapping.

If not present the default value for maxPendingRequests is 2147483647.

Class VirtualGatewayData

An object that represents a virtual gateway returned by a describe operation.

Class VirtualGatewayFileAccessLog

An object that represents an access log file.

Class VirtualGatewayGrpcConnectionPool

An object that represents a type of connection pool.

Class VirtualGatewayHealthCheckPolicy

An object that represents the health check policy for a virtual gateway's listener.

Class VirtualGatewayHttp2ConnectionPool

An object that represents a type of connection pool.

Class VirtualGatewayHttpConnectionPool

An object that represents a type of connection pool.

Class VirtualGatewayListener

An object that represents a listener for a virtual gateway.

Class VirtualGatewayListenerTls

An object that represents the Transport Layer Security (TLS) properties for a listener.

Class VirtualGatewayListenerTlsAcmCertificate

An object that represents an Certificate Manager certificate.

Class VirtualGatewayListenerTlsCertificate

An object that represents a listener's Transport Layer Security (TLS) certificate.

Class VirtualGatewayListenerTlsFileCertificate

An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).

Class VirtualGatewayListenerTlsSdsCertificate

An object that represents the virtual gateway's listener's Secret Discovery Service certificate.The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App MeshTLS documentation for more info.

Class VirtualGatewayListenerTlsValidationContext

An object that represents a virtual gateway's listener's Transport Layer Security (TLS) validation context.

Class VirtualGatewayListenerTlsValidationContextTrust

An object that represents a virtual gateway's listener's Transport Layer Security (TLS) validation context trust.

Class VirtualGatewayLogging

An object that represents logging information.

Class VirtualGatewayPortMapping

An object that represents a port mapping.

Class VirtualGatewayRef

An object that represents a virtual gateway returned by a list operation.

Class VirtualGatewaySpec

An object that represents the specification of a service mesh resource.

Class VirtualGatewayStatus

An object that represents the status of the mesh resource.

Class VirtualGatewayTlsValidationContext

An object that represents a Transport Layer Security (TLS) validation context.

Class VirtualGatewayTlsValidationContextAcmTrust

An object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.

Class VirtualGatewayTlsValidationContextFileTrust

An object that represents a Transport Layer Security (TLS) validation context trust for a local file.

Class VirtualGatewayTlsValidationContextSdsTrust

An object that represents a virtual gateway's listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust. The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh TLS documentation for more info.

Class VirtualGatewayTlsValidationContextTrust

An object that represents a Transport Layer Security (TLS) validation context trust.

Class VirtualNodeConnectionPool

An object that represents the type of virtual node connection pool.

Only one protocol is used at a time and should be the same protocol as the one chosen under port mapping.

If not present the default value for maxPendingRequests is 2147483647.

Class VirtualNodeData

An object that represents a virtual node returned by a describe operation.

Class VirtualNodeGrpcConnectionPool

An object that represents a type of connection pool.

Class VirtualNodeHttp2ConnectionPool

An object that represents a type of connection pool.

Class VirtualNodeHttpConnectionPool

An object that represents a type of connection pool.

Class VirtualNodeRef

An object that represents a virtual node returned by a list operation.

Class VirtualNodeServiceProvider

An object that represents a virtual node service provider.

Class VirtualNodeSpec

An object that represents the specification of a virtual node.

Class VirtualNodeStatus

An object that represents the current status of the virtual node.

Class VirtualNodeTcpConnectionPool

An object that represents a type of connection pool.

Class VirtualRouterData

An object that represents a virtual router returned by a describe operation.

Class VirtualRouterListener

An object that represents a virtual router listener.

Class VirtualRouterRef

An object that represents a virtual router returned by a list operation.

Class VirtualRouterServiceProvider

An object that represents a virtual node service provider.

Class VirtualRouterSpec

An object that represents the specification of a virtual router.

Class VirtualRouterStatus

An object that represents the status of a virtual router.

Class VirtualServiceBackend

An object that represents a virtual service backend for a virtual node.

Class VirtualServiceData

An object that represents a virtual service returned by a describe operation.

Class VirtualServiceProvider

An object that represents the provider for a virtual service.

Class VirtualServiceRef

An object that represents a virtual service returned by a list operation.

Class VirtualServiceSpec

An object that represents the specification of a virtual service.

Class VirtualServiceStatus

An object that represents the status of a virtual service.

Class WeightedTarget

An object that represents 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. The total weight for all targets combined must be less than or equal to 100.

Interfaces

NameDescription
Interface IAppMeshPaginatorFactory

Paginators for the AppMesh service

Interface IListGatewayRoutesPaginator

Paginator for the ListGatewayRoutes operation

Interface IListMeshesPaginator

Paginator for the ListMeshes operation

Interface IListRoutesPaginator

Paginator for the ListRoutes operation

Interface IListTagsForResourcePaginator

Paginator for the ListTagsForResource operation

Interface IListVirtualGatewaysPaginator

Paginator for the ListVirtualGateways operation

Interface IListVirtualNodesPaginator

Paginator for the ListVirtualNodes operation

Interface IListVirtualRoutersPaginator

Paginator for the ListVirtualRouters operation

Interface IListVirtualServicesPaginator

Paginator for the ListVirtualServices operation