View Source aws_outposts (aws v0.3.1)

AWS Outposts is a fully managed service that extends AWS infrastructure, APIs, and tools to customer premises.

By providing local access to AWS managed infrastructure, AWS Outposts enables customers to build and run applications on premises using the same programming interfaces as in AWS Regions, while using local compute and storage resources for lower latency and local data processing needs.

Link to this section Summary

Functions

Creates an Outpost.
Gets information about the specified Outpost.
Lists the instance types for the specified Outpost.
List the Outposts for your AWS account.
Lists the sites for the specified AWS account.
Lists the tags for the specified resource.
Adds tags to the specified resource.
Removes tags from the specified resource.

Link to this section Functions

Link to this function

create_outpost(Client, Input)

View Source
Creates an Outpost.
Link to this function

create_outpost(Client, Input0, Options0)

View Source
Link to this function

delete_outpost(Client, OutpostId, Input)

View Source
Deletes the Outpost.
Link to this function

delete_outpost(Client, OutpostId, Input0, Options0)

View Source
Link to this function

delete_site(Client, SiteId, Input)

View Source
Deletes the site.
Link to this function

delete_site(Client, SiteId, Input0, Options0)

View Source
Link to this function

get_outpost(Client, OutpostId)

View Source
Gets information about the specified Outpost.
Link to this function

get_outpost(Client, OutpostId, QueryMap, HeadersMap)

View Source
Link to this function

get_outpost(Client, OutpostId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_outpost_instance_types(Client, OutpostId)

View Source
Lists the instance types for the specified Outpost.
Link to this function

get_outpost_instance_types(Client, OutpostId, QueryMap, HeadersMap)

View Source
Link to this function

get_outpost_instance_types(Client, OutpostId, QueryMap, HeadersMap, Options0)

View Source
List the Outposts for your AWS account.
Link to this function

list_outposts(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_outposts(Client, QueryMap, HeadersMap, Options0)

View Source
Lists the sites for the specified AWS account.
Link to this function

list_sites(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_sites(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
Lists the tags for the specified resource.
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
Adds tags to the specified resource.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Removes tags from the specified resource.
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source