Outposts
import { Outposts } from "https://aws-api.deno.dev/v0.2/services/outposts.ts?docs=full";
class Outposts { }
constructor(apiFactory: client.ApiFactory);
async createOutpost(params: CreateOutpostInput, opts?: client.RequestOptions): Promise<CreateOutpostOutput>;
async getOutpostInstanceTypes(params: GetOutpostInstanceTypesInput, opts?: client.RequestOptions): Promise<GetOutpostInstanceTypesOutput>;
async listOutposts(params?: ListOutpostsInput, opts?: client.RequestOptions): Promise<ListOutpostsOutput>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
§Constructors
§
new Outposts(apiFactory: client.ApiFactory)
[src]§Methods
§
createOutpost(params: CreateOutpostInput, opts?: client.RequestOptions): Promise<CreateOutpostOutput>
[src]Creates an Outpost.
You can specify AvailabilityZone
or AvailabilityZoneId
.
§
getOutpostInstanceTypes(params: GetOutpostInstanceTypesInput, opts?: client.RequestOptions): Promise<GetOutpostInstanceTypesOutput>
[src]Lists the instance types for the specified Outpost.
§
Create a list of the Outposts for your AWS account.
Add filters to your request to return a more specific list of results.
Use filters to match an Outpost lifecycle status, Availibility 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.
§
listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>
[src]Lists the tags for the specified resource.
§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]