

**********
VPCLattice
**********



======
Client
======



.. py:class:: VPCLattice.Client

  A low-level client representing Amazon VPC Lattice
  

  Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all of your services across multiple accounts and virtual private clouds (VPCs). Amazon VPC Lattice interconnects your microservices and legacy services within a logical boundary, so that you can discover and manage them more efficiently. For more information, see the `Amazon VPC Lattice User Guide <https://docs.aws.amazon.com/vpc-lattice/latest/ug/>`__

  ::

    
    import boto3
    
    client = boto3.client('vpc-lattice')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  vpc-lattice/client/batch_update_rule
  vpc-lattice/client/can_paginate
  vpc-lattice/client/close
  vpc-lattice/client/create_access_log_subscription
  vpc-lattice/client/create_listener
  vpc-lattice/client/create_resource_configuration
  vpc-lattice/client/create_resource_gateway
  vpc-lattice/client/create_rule
  vpc-lattice/client/create_service
  vpc-lattice/client/create_service_network
  vpc-lattice/client/create_service_network_resource_association
  vpc-lattice/client/create_service_network_service_association
  vpc-lattice/client/create_service_network_vpc_association
  vpc-lattice/client/create_target_group
  vpc-lattice/client/delete_access_log_subscription
  vpc-lattice/client/delete_auth_policy
  vpc-lattice/client/delete_domain_verification
  vpc-lattice/client/delete_listener
  vpc-lattice/client/delete_resource_configuration
  vpc-lattice/client/delete_resource_endpoint_association
  vpc-lattice/client/delete_resource_gateway
  vpc-lattice/client/delete_resource_policy
  vpc-lattice/client/delete_rule
  vpc-lattice/client/delete_service
  vpc-lattice/client/delete_service_network
  vpc-lattice/client/delete_service_network_resource_association
  vpc-lattice/client/delete_service_network_service_association
  vpc-lattice/client/delete_service_network_vpc_association
  vpc-lattice/client/delete_target_group
  vpc-lattice/client/deregister_targets
  vpc-lattice/client/get_access_log_subscription
  vpc-lattice/client/get_auth_policy
  vpc-lattice/client/get_domain_verification
  vpc-lattice/client/get_listener
  vpc-lattice/client/get_paginator
  vpc-lattice/client/get_resource_configuration
  vpc-lattice/client/get_resource_gateway
  vpc-lattice/client/get_resource_policy
  vpc-lattice/client/get_rule
  vpc-lattice/client/get_service
  vpc-lattice/client/get_service_network
  vpc-lattice/client/get_service_network_resource_association
  vpc-lattice/client/get_service_network_service_association
  vpc-lattice/client/get_service_network_vpc_association
  vpc-lattice/client/get_target_group
  vpc-lattice/client/get_waiter
  vpc-lattice/client/list_access_log_subscriptions
  vpc-lattice/client/list_domain_verifications
  vpc-lattice/client/list_listeners
  vpc-lattice/client/list_resource_configurations
  vpc-lattice/client/list_resource_endpoint_associations
  vpc-lattice/client/list_resource_gateways
  vpc-lattice/client/list_rules
  vpc-lattice/client/list_service_network_resource_associations
  vpc-lattice/client/list_service_network_service_associations
  vpc-lattice/client/list_service_network_vpc_associations
  vpc-lattice/client/list_service_network_vpc_endpoint_associations
  vpc-lattice/client/list_service_networks
  vpc-lattice/client/list_services
  vpc-lattice/client/list_tags_for_resource
  vpc-lattice/client/list_target_groups
  vpc-lattice/client/list_targets
  vpc-lattice/client/put_auth_policy
  vpc-lattice/client/put_resource_policy
  vpc-lattice/client/register_targets
  vpc-lattice/client/start_domain_verification
  vpc-lattice/client/tag_resource
  vpc-lattice/client/untag_resource
  vpc-lattice/client/update_access_log_subscription
  vpc-lattice/client/update_listener
  vpc-lattice/client/update_resource_configuration
  vpc-lattice/client/update_resource_gateway
  vpc-lattice/client/update_rule
  vpc-lattice/client/update_service
  vpc-lattice/client/update_service_network
  vpc-lattice/client/update_service_network_vpc_association
  vpc-lattice/client/update_target_group


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  vpc-lattice/paginator/ListAccessLogSubscriptions
  vpc-lattice/paginator/ListDomainVerifications
  vpc-lattice/paginator/ListListeners
  vpc-lattice/paginator/ListResourceConfigurations
  vpc-lattice/paginator/ListResourceEndpointAssociations
  vpc-lattice/paginator/ListResourceGateways
  vpc-lattice/paginator/ListRules
  vpc-lattice/paginator/ListServiceNetworkResourceAssociations
  vpc-lattice/paginator/ListServiceNetworkServiceAssociations
  vpc-lattice/paginator/ListServiceNetworkVpcAssociations
  vpc-lattice/paginator/ListServiceNetworkVpcEndpointAssociations
  vpc-lattice/paginator/ListServiceNetworks
  vpc-lattice/paginator/ListServices
  vpc-lattice/paginator/ListTargetGroups
  vpc-lattice/paginator/ListTargets
