Outposts#
Client#
- class Outposts.Client#
A low-level client representing AWS Outposts
Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts enables customers to build and run applications on premises using the same programming interfaces as in Amazon Web Services Regions, while using local compute and storage resources for lower latency and local data processing needs.
import boto3 client = boto3.client('outposts')
These are the available methods:
- can_paginate
- cancel_order
- close
- create_order
- create_outpost
- create_site
- delete_outpost
- delete_site
- get_catalog_item
- get_connection
- get_order
- get_outpost
- get_outpost_instance_types
- get_paginator
- get_site
- get_site_address
- get_waiter
- list_assets
- list_catalog_items
- list_orders
- list_outposts
- list_sites
- list_tags_for_resource
- start_connection
- tag_resource
- untag_resource
- update_outpost
- update_site
- update_site_address
- update_site_rack_physical_properties
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.
The available paginators are: