Outposts
import { Outposts } from "https://aws-api.deno.dev/v0.1/services/outposts.ts?docs=full";
class Outposts { }
constructor(apiFactory: client.ApiFactory);
async getOutpostInstanceTypes(params: GetOutpostInstanceTypesInput): Promise<GetOutpostInstanceTypesOutput>;
async listTagsForResource(params: ListTagsForResourceRequest): Promise<ListTagsForResourceResponse>;
§Constructors
§
new Outposts(apiFactory: client.ApiFactory)
[src]§Methods
§
createOutpost(params: CreateOutpostInput): Promise<CreateOutpostOutput>
[src]Creates an Outpost.
§
deleteOutpost(params: DeleteOutpostInput): Promise<void>
[src]Deletes the Outpost.
§
deleteSite(params: DeleteSiteInput): Promise<void>
[src]Deletes the site.
§
getOutpost(params: GetOutpostInput): Promise<GetOutpostOutput>
[src]Gets information about the specified Outpost.
§
getOutpostInstanceTypes(params: GetOutpostInstanceTypesInput): Promise<GetOutpostInstanceTypesOutput>
[src]Lists the instance types for the specified Outpost.
§
listOutposts(params?: ListOutpostsInput): Promise<ListOutpostsOutput>
[src]List the Outposts for your AWS account.
§
listSites(params?: ListSitesInput): Promise<ListSitesOutput>
[src]Lists the sites for the specified AWS account.
§
listTagsForResource(params: ListTagsForResourceRequest): Promise<ListTagsForResourceResponse>
[src]Lists the tags for the specified resource.
§
tagResource(params: TagResourceRequest): Promise<void>
[src]Adds tags to the specified resource.
§
untagResource(params: UntagResourceRequest): Promise<void>
[src]Removes tags from the specified resource.
§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]