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 AccessDeniedException

The user does not have sufficient access to perform this action.

Class AccessLogSubscriptionSummary

Summary information about an access log subscription.

Class ArnResource

The Amazon Resource Name (ARN) of the resource.

Class BatchUpdateRuleRequest

Container for the parameters to the BatchUpdateRule operation. Updates the listener rules in a batch. You can use this operation to change the priority of listener rules. This can be useful when bulk updating or swapping rule priority.

Required permissions: vpc-lattice:UpdateRule

For more information, see How Amazon VPC Lattice works with IAM in the Amazon VPC Lattice User Guide.

Class BatchUpdateRuleResponse

This is the response object from the BatchUpdateRule operation.

Class ConflictException

The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.

Class CreateAccessLogSubscriptionRequest

Container for the parameters to the CreateAccessLogSubscription operation. Enables access logs to be sent to Amazon CloudWatch, Amazon S3, and Amazon Kinesis Data Firehose. The service network owner can use the access logs to audit the services in the network. The service network owner can only see access logs from clients and services that are associated with their service network. Access log entries represent traffic originated from VPCs associated with that network. For more information, see Access logs in the Amazon VPC Lattice User Guide.

Class CreateAccessLogSubscriptionResponse

This is the response object from the CreateAccessLogSubscription operation.

Class CreateListenerRequest

Container for the parameters to the CreateListener operation. Creates a listener for a service. Before you start using your Amazon VPC Lattice service, you must add one or more listeners. A listener is a process that checks for connection requests to your services. For more information, see Listeners in the Amazon VPC Lattice User Guide.

Class CreateListenerResponse

This is the response object from the CreateListener operation.

Class CreateResourceConfigurationRequest

Container for the parameters to the CreateResourceConfiguration operation. Creates a resource configuration. A resource configuration defines a specific resource. You can associate a resource configuration with a service network or a VPC endpoint.

Class CreateResourceConfigurationResponse

This is the response object from the CreateResourceConfiguration operation.

Class CreateResourceGatewayRequest

Container for the parameters to the CreateResourceGateway operation. Creates a resource gateway.

Class CreateResourceGatewayResponse

This is the response object from the CreateResourceGateway operation.

Class CreateRuleRequest

Container for the parameters to the CreateRule operation. Creates a listener rule. Each listener has a default rule for checking connection requests, but you can define additional rules. Each rule consists of a priority, one or more actions, and one or more conditions. For more information, see Listener rules in the Amazon VPC Lattice User Guide.

Class CreateRuleResponse

This is the response object from the CreateRule operation.

Class CreateServiceNetworkRequest

Container for the parameters to the CreateServiceNetwork operation. Creates a service network. A service network is a logical boundary for a collection of services. You can associate services and VPCs with a service network.

For more information, see Service networks in the Amazon VPC Lattice User Guide.

Class CreateServiceNetworkResourceAssociationRequest

Container for the parameters to the CreateServiceNetworkResourceAssociation operation. Associates the specified service network with the specified resource configuration. This allows the resource configuration to receive connections through the service network, including through a service network VPC endpoint.

Class CreateServiceNetworkResourceAssociationResponse

This is the response object from the CreateServiceNetworkResourceAssociation operation.

Class CreateServiceNetworkResponse

This is the response object from the CreateServiceNetwork operation.

Class CreateServiceNetworkServiceAssociationRequest

Container for the parameters to the CreateServiceNetworkServiceAssociation operation. Associates the specified service with the specified service network. For more information, see Manage service associations in the Amazon VPC Lattice User Guide.

You can't use this operation if the service and service network are already associated or if there is a disassociation or deletion in progress. If the association fails, you can retry the operation by deleting the association and recreating it.

You cannot associate a service and service network that are shared with a caller. The caller must own either the service or the service network.

As a result of this operation, the association is created in the service network account and the association owner account.

Class CreateServiceNetworkServiceAssociationResponse

This is the response object from the CreateServiceNetworkServiceAssociation operation.

Class CreateServiceNetworkVpcAssociationRequest

Container for the parameters to the CreateServiceNetworkVpcAssociation operation. Associates a VPC with a service network. When you associate a VPC with the service network, it enables all the resources within that VPC to be clients and communicate with other services in the service network. For more information, see Manage VPC associations in the Amazon VPC Lattice User Guide.

You can't use this operation if there is a disassociation in progress. If the association fails, retry by deleting the association and recreating it.

As a result of this operation, the association gets created in the service network account and the VPC owner account.

If you add a security group to the service network and VPC association, the association must continue to always have at least one security group. You can add or edit security groups at any time. However, to remove all security groups, you must first delete the association and recreate it without security groups.

Class CreateServiceNetworkVpcAssociationResponse

This is the response object from the CreateServiceNetworkVpcAssociation operation.

Class CreateServiceRequest

Container for the parameters to the CreateService operation. Creates a service. A service is any software application that can run on instances containers, or serverless functions within an account or virtual private cloud (VPC).

For more information, see Services in the Amazon VPC Lattice User Guide.

Class CreateServiceResponse

This is the response object from the CreateService operation.

Class CreateTargetGroupRequest

Container for the parameters to the CreateTargetGroup operation. Creates a target group. A target group is a collection of targets, or compute resources, that run your application or service. A target group can only be used by a single service.

For more information, see Target groups in the Amazon VPC Lattice User Guide.

Class CreateTargetGroupResponse

This is the response object from the CreateTargetGroup operation.

Class DeleteAccessLogSubscriptionRequest

Container for the parameters to the DeleteAccessLogSubscription operation. Deletes the specified access log subscription.

Class DeleteAccessLogSubscriptionResponse

This is the response object from the DeleteAccessLogSubscription operation.

Class DeleteAuthPolicyRequest

Container for the parameters to the DeleteAuthPolicy operation. Deletes the specified auth policy. If an auth is set to AWS_IAM and the auth policy is deleted, all requests are denied. If you are trying to remove the auth policy completely, you must set the auth type to NONE. If auth is enabled on the resource, but no auth policy is set, all requests are denied.

Class DeleteAuthPolicyResponse

This is the response object from the DeleteAuthPolicy operation.

Class DeleteListenerRequest

Container for the parameters to the DeleteListener operation. Deletes the specified listener.

Class DeleteListenerResponse

This is the response object from the DeleteListener operation.

Class DeleteResourceConfigurationRequest

Container for the parameters to the DeleteResourceConfiguration operation. Deletes the specified resource configuration.

Class DeleteResourceConfigurationResponse

This is the response object from the DeleteResourceConfiguration operation.

Class DeleteResourceEndpointAssociationRequest

Container for the parameters to the DeleteResourceEndpointAssociation operation. Disassociates the resource configuration from the resource VPC endpoint.

Class DeleteResourceEndpointAssociationResponse

This is the response object from the DeleteResourceEndpointAssociation operation.

Class DeleteResourceGatewayRequest

Container for the parameters to the DeleteResourceGateway operation. Deletes the specified resource gateway.

Class DeleteResourceGatewayResponse

This is the response object from the DeleteResourceGateway operation.

Class DeleteResourcePolicyRequest

Container for the parameters to the DeleteResourcePolicy operation. Deletes the specified resource policy.

Class DeleteResourcePolicyResponse

This is the response object from the DeleteResourcePolicy operation.

Class DeleteRuleRequest

Container for the parameters to the DeleteRule operation. Deletes a listener rule. Each listener has a default rule for checking connection requests, but you can define additional rules. Each rule consists of a priority, one or more actions, and one or more conditions. You can delete additional listener rules, but you cannot delete the default rule.

For more information, see Listener rules in the Amazon VPC Lattice User Guide.

Class DeleteRuleResponse

This is the response object from the DeleteRule operation.

Class DeleteServiceNetworkRequest

Container for the parameters to the DeleteServiceNetwork operation. Deletes a service network. You can only delete the service network if there is no service or VPC associated with it. If you delete a service network, all resources related to the service network, such as the resource policy, auth policy, and access log subscriptions, are also deleted. For more information, see Delete a service network in the Amazon VPC Lattice User Guide.

Class DeleteServiceNetworkResourceAssociationRequest

Container for the parameters to the DeleteServiceNetworkResourceAssociation operation. Deletes the association between a service network and a resource configuration.

Class DeleteServiceNetworkResourceAssociationResponse

This is the response object from the DeleteServiceNetworkResourceAssociation operation.

Class DeleteServiceNetworkResponse

This is the response object from the DeleteServiceNetwork operation.

Class DeleteServiceNetworkServiceAssociationRequest

Container for the parameters to the DeleteServiceNetworkServiceAssociation operation. Deletes the association between a service and a service network. This operation fails if an association is still in progress.

Class DeleteServiceNetworkServiceAssociationResponse

This is the response object from the DeleteServiceNetworkServiceAssociation operation.

Class DeleteServiceNetworkVpcAssociationRequest

Container for the parameters to the DeleteServiceNetworkVpcAssociation operation. Disassociates the VPC from the service network. You can't disassociate the VPC if there is a create or update association in progress.

Class DeleteServiceNetworkVpcAssociationResponse

This is the response object from the DeleteServiceNetworkVpcAssociation operation.

Class DeleteServiceRequest

Container for the parameters to the DeleteService operation. Deletes a service. A service can't be deleted if it's associated with a service network. If you delete a service, all resources related to the service, such as the resource policy, auth policy, listeners, listener rules, and access log subscriptions, are also deleted. For more information, see Delete a service in the Amazon VPC Lattice User Guide.

Class DeleteServiceResponse

This is the response object from the DeleteService operation.

Class DeleteTargetGroupRequest

Container for the parameters to the DeleteTargetGroup operation. Deletes a target group. You can't delete a target group if it is used in a listener rule or if the target group creation is in progress.

Class DeleteTargetGroupResponse

This is the response object from the DeleteTargetGroup operation.

Class DeregisterTargetsRequest

Container for the parameters to the DeregisterTargets operation. Deregisters the specified targets from the specified target group.

Class DeregisterTargetsResponse

This is the response object from the DeregisterTargets operation.

Class DnsEntry

Describes the DNS information of a service.

Class DnsResource

The DNS name of the resource.

Class FixedResponseAction

Describes an action that returns a custom HTTP response.

Class ForwardAction

Describes a forward action. You can use forward actions to route requests to one or more target groups.

Class GetAccessLogSubscriptionRequest

Container for the parameters to the GetAccessLogSubscription operation. Retrieves information about the specified access log subscription.

Class GetAccessLogSubscriptionResponse

This is the response object from the GetAccessLogSubscription operation.

Class GetAuthPolicyRequest

Container for the parameters to the GetAuthPolicy operation. Retrieves information about the auth policy for the specified service or service network.

Class GetAuthPolicyResponse

This is the response object from the GetAuthPolicy operation.

Class GetListenerRequest

Container for the parameters to the GetListener operation. Retrieves information about the specified listener for the specified service.

Class GetListenerResponse

This is the response object from the GetListener operation.

Class GetResourceConfigurationRequest

Container for the parameters to the GetResourceConfiguration operation. Retrieves information about the specified resource configuration.

Class GetResourceConfigurationResponse

This is the response object from the GetResourceConfiguration operation.

Class GetResourceGatewayRequest

Container for the parameters to the GetResourceGateway operation. Retrieves information about the specified resource gateway.

Class GetResourceGatewayResponse

This is the response object from the GetResourceGateway operation.

Class GetResourcePolicyRequest

Container for the parameters to the GetResourcePolicy operation. Retrieves information about the specified resource policy. The resource policy is an IAM policy created on behalf of the resource owner when they share a resource.

Class GetResourcePolicyResponse

This is the response object from the GetResourcePolicy operation.

Class GetRuleRequest

Container for the parameters to the GetRule operation. Retrieves information about the specified listener rules. You can also retrieve information about the default listener rule. For more information, see Listener rules in the Amazon VPC Lattice User Guide.

Class GetRuleResponse

This is the response object from the GetRule operation.

Class GetServiceNetworkRequest

Container for the parameters to the GetServiceNetwork operation. Retrieves information about the specified service network.

Class GetServiceNetworkResourceAssociationRequest

Container for the parameters to the GetServiceNetworkResourceAssociation operation. Retrieves information about the specified association between a service network and a resource configuration.

Class GetServiceNetworkResourceAssociationResponse

This is the response object from the GetServiceNetworkResourceAssociation operation.

Class GetServiceNetworkResponse

This is the response object from the GetServiceNetwork operation.

Class GetServiceNetworkServiceAssociationRequest

Container for the parameters to the GetServiceNetworkServiceAssociation operation. Retrieves information about the specified association between a service network and a service.

Class GetServiceNetworkServiceAssociationResponse

This is the response object from the GetServiceNetworkServiceAssociation operation.

Class GetServiceNetworkVpcAssociationRequest

Container for the parameters to the GetServiceNetworkVpcAssociation operation. Retrieves information about the specified association between a service network and a VPC.

Class GetServiceNetworkVpcAssociationResponse

This is the response object from the GetServiceNetworkVpcAssociation operation.

Class GetServiceRequest

Container for the parameters to the GetService operation. Retrieves information about the specified service.

Class GetServiceResponse

This is the response object from the GetService operation.

Class GetTargetGroupRequest

Container for the parameters to the GetTargetGroup operation. Retrieves information about the specified target group.

Class GetTargetGroupResponse

This is the response object from the GetTargetGroup operation.

Class HeaderMatch

Describes the constraints for a header match. Matches incoming requests with rule based on request header value before applying rule action.

Class HeaderMatchType

Describes a header match type.

Class HealthCheckConfig

Describes the health check configuration of a target group. Health check configurations aren't used for target groups of type LAMBDA or ALB.

Class HttpMatch

Describes criteria that can be applied to incoming requests.

Class InternalServerException

An unexpected error occurred while processing the request.

Class IpResource

Describes an IP resource.

Class ListAccessLogSubscriptionsRequest

Container for the parameters to the ListAccessLogSubscriptions operation. Lists the access log subscriptions for the specified service network or service.

Class ListAccessLogSubscriptionsResponse

This is the response object from the ListAccessLogSubscriptions operation.

Class ListenerSummary

Summary information about a listener.

Class ListListenersRequest

Container for the parameters to the ListListeners operation. Lists the listeners for the specified service.

Class ListListenersResponse

This is the response object from the ListListeners operation.

Class ListResourceConfigurationsRequest

Container for the parameters to the ListResourceConfigurations operation. Lists the resource configurations owned by or shared with this account.

Class ListResourceConfigurationsResponse

This is the response object from the ListResourceConfigurations operation.

Class ListResourceEndpointAssociationsRequest

Container for the parameters to the ListResourceEndpointAssociations operation. Lists the associations for the specified VPC endpoint.

Class ListResourceEndpointAssociationsResponse

This is the response object from the ListResourceEndpointAssociations operation.

Class ListResourceGatewaysRequest

Container for the parameters to the ListResourceGateways operation. Lists the resource gateways that you own or that were shared with you.

Class ListResourceGatewaysResponse

This is the response object from the ListResourceGateways operation.

Class ListRulesRequest

Container for the parameters to the ListRules operation. Lists the rules for the specified listener.

Class ListRulesResponse

This is the response object from the ListRules operation.

Class ListServiceNetworkResourceAssociationsRequest

Container for the parameters to the ListServiceNetworkResourceAssociations operation. Lists the associations between a service network and a resource configuration.

Class ListServiceNetworkResourceAssociationsResponse

This is the response object from the ListServiceNetworkResourceAssociations operation.

Class ListServiceNetworkServiceAssociationsRequest

Container for the parameters to the ListServiceNetworkServiceAssociations operation. Lists the associations between a service network and a service. You can filter the list either by service or service network. You must provide either the service network identifier or the service identifier.

Every association in Amazon VPC Lattice has a unique Amazon Resource Name (ARN), such as when a service network is associated with a VPC or when a service is associated with a service network. If the association is for a resource is shared with another account, the association includes the local account ID as the prefix in the ARN.

Class ListServiceNetworkServiceAssociationsResponse

This is the response object from the ListServiceNetworkServiceAssociations operation.

Class ListServiceNetworksRequest

Container for the parameters to the ListServiceNetworks operation. Lists the service networks owned by or shared with this account. The account ID in the ARN shows which account owns the service network.

Class ListServiceNetworksResponse

This is the response object from the ListServiceNetworks operation.

Class ListServiceNetworkVpcAssociationsRequest

Container for the parameters to the ListServiceNetworkVpcAssociations operation. Lists the associations between a service network and a VPC. You can filter the list either by VPC or service network. You must provide either the ID of the service network identifier or the ID of the VPC.

Class ListServiceNetworkVpcAssociationsResponse

This is the response object from the ListServiceNetworkVpcAssociations operation.

Class ListServiceNetworkVpcEndpointAssociationsRequest

Container for the parameters to the ListServiceNetworkVpcEndpointAssociations operation. Lists the associations between a service network and a VPC endpoint.

Class ListServiceNetworkVpcEndpointAssociationsResponse

This is the response object from the ListServiceNetworkVpcEndpointAssociations operation.

Class ListServicesRequest

Container for the parameters to the ListServices operation. Lists the services owned by the caller account or shared with the caller account.

Class ListServicesResponse

This is the response object from the ListServices operation.

Class ListTagsForResourceRequest

Container for the parameters to the ListTagsForResource operation. Lists the tags for the specified resource.

Class ListTagsForResourceResponse

This is the response object from the ListTagsForResource operation.

Class ListTargetGroupsRequest

Container for the parameters to the ListTargetGroups operation. Lists your target groups. You can narrow your search by using the filters below in your request.

Class ListTargetGroupsResponse

This is the response object from the ListTargetGroups operation.

Class ListTargetsRequest

Container for the parameters to the ListTargets operation. Lists the targets for the target group. By default, all targets are included. You can use this API to check the health status of targets. You can also filter the results by target.

Class ListTargetsResponse

This is the response object from the ListTargets operation.

Class Matcher

Describes the codes to use when checking for a successful response from a target for health checks.

Class PathMatch

Describes the conditions that can be applied when matching a path for incoming requests.

Class PathMatchType

Describes a path match type. Each rule can include only one of the following types of paths.

Class PutAuthPolicyRequest

Container for the parameters to the PutAuthPolicy operation. Creates or updates the auth policy. The policy string in JSON must not contain newlines or blank lines.

For more information, see Auth policies in the Amazon VPC Lattice User Guide.

Class PutAuthPolicyResponse

This is the response object from the PutAuthPolicy operation.

Class PutResourcePolicyRequest

Container for the parameters to the PutResourcePolicy operation. Attaches a resource-based permission policy to a service or service network. The policy must contain the same actions and condition statements as the Amazon Web Services Resource Access Manager permission for sharing services and service networks.

Class PutResourcePolicyResponse

This is the response object from the PutResourcePolicy operation.

Class RegisterTargetsRequest

Container for the parameters to the RegisterTargets operation. Registers the targets with the target group. If it's a Lambda target, you can only have one target in a target group.

Class RegisterTargetsResponse

This is the response object from the RegisterTargets operation.

Class ResourceConfigurationDefinition

Describes a resource configuration.

Class ResourceConfigurationSummary

Summary information about a resource configuration.

Class ResourceEndpointAssociationSummary

Summary information about a VPC endpoint association.

Class ResourceGatewaySummary

Summary information about a resource gateway.

Class ResourceNotFoundException

The request references a resource that does not exist.

Class RuleAction

Describes the action for a rule.

Class RuleMatch

Describes a rule match.

Class RuleSummary

Summary information about a listener rule.

Class RuleUpdate

Describes a rule update.

Class RuleUpdateFailure

Describes a rule update that failed.

Class RuleUpdateSuccess

Describes a successful rule update.

Class ServiceNetworkEndpointAssociation

Describes the association between a service network and a VPC endpoint.

Class ServiceNetworkResourceAssociationSummary

Summary information about an association between a service network and a resource configuration.

Class ServiceNetworkServiceAssociationSummary

Summary information about an association between a service network and a service.

Class ServiceNetworkSummary

Summary information about a service network.

Class ServiceNetworkVpcAssociationSummary

Summary information about an association between a service network and a VPC.

Class ServiceQuotaExceededException

The request would cause a service quota to be exceeded.

Class ServiceSummary

Summary information about a service.

Class SharingConfig

Specifies if the service network should be enabled for sharing.

Class TagResourceRequest

Container for the parameters to the TagResource operation. Adds the specified tags to the specified resource.

Class TagResourceResponse

This is the response object from the TagResource operation.

Class Target

Describes a target.

Class TargetFailure

Describes a target failure.

Class TargetGroupConfig

Describes the configuration of a target group.

For more information, see Target groups in the Amazon VPC Lattice User Guide.

Class TargetGroupSummary

Summary information about a target group.

For more information, see Target groups in the Amazon VPC Lattice User Guide.

Class TargetSummary

Summary information about a target.

Class ThrottlingException

The limit on the number of requests per second was exceeded.

Class UntagResourceRequest

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

Class UntagResourceResponse

This is the response object from the UntagResource operation.

Class UpdateAccessLogSubscriptionRequest

Container for the parameters to the UpdateAccessLogSubscription operation. Updates the specified access log subscription.

Class UpdateAccessLogSubscriptionResponse

This is the response object from the UpdateAccessLogSubscription operation.

Class UpdateListenerRequest

Container for the parameters to the UpdateListener operation. Updates the specified listener for the specified service.

Class UpdateListenerResponse

This is the response object from the UpdateListener operation.

Class UpdateResourceConfigurationRequest

Container for the parameters to the UpdateResourceConfiguration operation. Updates the specified resource configuration.

Class UpdateResourceConfigurationResponse

This is the response object from the UpdateResourceConfiguration operation.

Class UpdateResourceGatewayRequest

Container for the parameters to the UpdateResourceGateway operation. Updates the specified resource gateway.

Class UpdateResourceGatewayResponse

This is the response object from the UpdateResourceGateway operation.

Class UpdateRuleRequest

Container for the parameters to the UpdateRule operation. Updates a specified rule for the listener. You can't modify a default listener rule. To modify a default listener rule, use UpdateListener.

Class UpdateRuleResponse

This is the response object from the UpdateRule operation.

Class UpdateServiceNetworkRequest

Container for the parameters to the UpdateServiceNetwork operation. Updates the specified service network.

Class UpdateServiceNetworkResponse

This is the response object from the UpdateServiceNetwork operation.

Class UpdateServiceNetworkVpcAssociationRequest

Container for the parameters to the UpdateServiceNetworkVpcAssociation operation. Updates the service network and VPC association. If you add a security group to the service network and VPC association, the association must continue to have at least one security group. You can add or edit security groups at any time. However, to remove all security groups, you must first delete the association and then recreate it without security groups.

Class UpdateServiceNetworkVpcAssociationResponse

This is the response object from the UpdateServiceNetworkVpcAssociation operation.

Class UpdateServiceRequest

Container for the parameters to the UpdateService operation. Updates the specified service.

Class UpdateServiceResponse

This is the response object from the UpdateService operation.

Class UpdateTargetGroupRequest

Container for the parameters to the UpdateTargetGroup operation. Updates the specified target group.

Class UpdateTargetGroupResponse

This is the response object from the UpdateTargetGroup operation.

Class ValidationException

The input does not satisfy the constraints specified by an Amazon Web Services service.

Class ValidationExceptionField

Describes a validation failure.

Class VPCLatticePaginatorFactory

Paginators for the VPCLattice service

Class WeightedTargetGroup

Describes the weight of a target group.

Interfaces

NameDescription
Interface IListAccessLogSubscriptionsPaginator

Paginator for the ListAccessLogSubscriptions operation

Interface IListListenersPaginator

Paginator for the ListListeners operation

Interface IListResourceConfigurationsPaginator

Paginator for the ListResourceConfigurations operation

Interface IListResourceEndpointAssociationsPaginator

Paginator for the ListResourceEndpointAssociations operation

Interface IListResourceGatewaysPaginator

Paginator for the ListResourceGateways operation

Interface IListRulesPaginator

Paginator for the ListRules operation

Interface IListServiceNetworkResourceAssociationsPaginator

Paginator for the ListServiceNetworkResourceAssociations operation

Interface IListServiceNetworkServiceAssociationsPaginator

Paginator for the ListServiceNetworkServiceAssociations operation

Interface IListServiceNetworksPaginator

Paginator for the ListServiceNetworks operation

Interface IListServiceNetworkVpcAssociationsPaginator

Paginator for the ListServiceNetworkVpcAssociations operation

Interface IListServiceNetworkVpcEndpointAssociationsPaginator

Paginator for the ListServiceNetworkVpcEndpointAssociations operation

Interface IListServicesPaginator

Paginator for the ListServices operation

Interface IListTargetGroupsPaginator

Paginator for the ListTargetGroups operation

Interface IListTargetsPaginator

Paginator for the ListTargets operation

Interface IVPCLatticePaginatorFactory

Paginators for the VPCLattice service