AWS.Outposts (aws-elixir v0.10.1) View Source
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.
Link to this section Summary
Functions
Cancels an order for an Outpost.
Creates an order for an Outpost.
Creates an Outpost.
Creates a site for an Outpost.
Deletes the Outpost.
Deletes the site.
Gets information about a catalog item.
Gets an order.
Gets information about the specified Outpost.
Lists the instance types for the specified Outpost.
Gets information about the specified Outpost site.
Gets the site address.
Use to create a list of every item in the catalog.
Create a list of the Outpost orders for your Amazon Web Services account.
Create a list of the Outposts for your Amazon Web Services account.
Lists the sites for your Amazon Web Services account.
Lists the tags for the specified resource.
Adds tags to the specified resource.
Removes tags from the specified resource.
Updates the site.
Updates the site address.
Update the physical and logistical details for a rack at a site.
Link to this section Functions
Cancels an order for an Outpost.
Creates an order for an Outpost.
Creates an Outpost.
You can specify AvailabilityZone or AvailabilityZoneId.
Creates a site for an Outpost.
Deletes the Outpost.
Deletes the site.
Gets information about a catalog item.
Gets an order.
Gets information about the specified Outpost.
get_outpost_instance_types( client, outpost_id, max_results \\ nil, next_token \\ nil, options \\ [] )
View SourceLists the instance types for the specified Outpost.
Gets information about the specified Outpost site.
Gets the site address.
list_catalog_items( client, ec2_family_filter \\ nil, item_class_filter \\ nil, max_results \\ nil, next_token \\ nil, supported_storage_filter \\ nil, options \\ [] )
View SourceUse to create a list of every item in the catalog.
Add filters to your request to return a more specific list of results. Use filters to match an item class, storage option, or EC2 family.
If you specify multiple filters, the filters are joined with an AND, and the
request returns only results that match all of the specified filters.
list_orders( client, max_results \\ nil, next_token \\ nil, outpost_identifier_filter \\ nil, options \\ [] )
View SourceCreate a list of the Outpost orders for your Amazon Web Services account.
You can filter your request by Outpost to return a more specific list of results.
list_outposts( client, availability_zone_filter \\ nil, availability_zone_id_filter \\ nil, life_cycle_status_filter \\ nil, max_results \\ nil, next_token \\ nil, options \\ [] )
View SourceCreate a list of the Outposts for your Amazon Web Services account.
Add filters to your request to return a more specific list of results. Use
filters to match an Outpost lifecycle status, Availability Zone (us-east-1a),
and AZ ID (use1-az1).
If you specify multiple filters, the filters are joined with an AND, and the
request returns only results that match all of the specified filters.
list_sites(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the sites for your Amazon Web Services account.
Lists the tags for the specified resource.
Adds tags to the specified resource.
Removes tags from the specified resource.
Updates the site.
Updates the site address.
To update a site address with an order IN_PROGRESS, you must wait for the
order to complete or cancel the order.
You can update the operating address before you place an order at the site, or after all Outposts that belong to the site have been deactivated.
update_site_rack_physical_properties(client, site_id, input, options \\ [])
View SourceUpdate the physical and logistical details for a rack at a site.
For more information about hardware requirements for racks, see Network readiness checklist in the Amazon Web Services Outposts User Guide.
To update a rack at a site with an order of IN_PROGRESS, you must wait for the
order to complete or cancel the order.