[][src]Crate rusoto_outposts

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.

If you're using the service, you're probably looking for OutpostsClient and Outposts.

Structs

CreateOutpostInput
CreateOutpostOutput
DeleteOutpostInput
DeleteOutpostOutput
DeleteSiteInput
DeleteSiteOutput
GetOutpostInput
GetOutpostInstanceTypesInput
GetOutpostInstanceTypesOutput
GetOutpostOutput
InstanceTypeItem

Information about an instance type.

ListOutpostsInput
ListOutpostsOutput
ListSitesInput
ListSitesOutput
ListTagsForResourceRequest
ListTagsForResourceResponse
Outpost

Information about an Outpost.

OutpostsClient

A client for the Outposts API.

Site

Information about a site.

TagResourceRequest
TagResourceResponse
UntagResourceRequest
UntagResourceResponse

Enums

CreateOutpostError

Errors returned by CreateOutpost

DeleteOutpostError

Errors returned by DeleteOutpost

DeleteSiteError

Errors returned by DeleteSite

GetOutpostError

Errors returned by GetOutpost

GetOutpostInstanceTypesError

Errors returned by GetOutpostInstanceTypes

ListOutpostsError

Errors returned by ListOutposts

ListSitesError

Errors returned by ListSites

ListTagsForResourceError

Errors returned by ListTagsForResource

TagResourceError

Errors returned by TagResource

UntagResourceError

Errors returned by UntagResource

Traits

Outposts

Trait representing the capabilities of the Outposts API. Outposts clients implement this trait.