Repostspace
import { Repostspace } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/repostspace.ts?docs=full";class Repostspace { }
constructor(apiFactory: client.ApiFactory);
async createSpace(params: CreateSpaceInput, opts?: client.RequestOptions): Promise<CreateSpaceOutput>;
async listSpaces(params?: ListSpacesInput, opts?: client.RequestOptions): Promise<ListSpacesOutput>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
§Constructors
§
new Repostspace(apiFactory: client.ApiFactory)
[src]§Methods
§
Returns a list of AWS re:Post Private private re:Posts in the account with some information about each private re:Post.
§
listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>
[src]Returns the tags that are associated with the AWS re:Post Private resource specified by the resourceArn. The only resource that can be tagged is a private re:Post.
§
Associates tags with an AWS re:Post Private resource. Currently, the only resource that can be tagged is the private re:Post. If you specify a new tag key for the resource, the tag is appended to the list of tags that are associated with the resource. If you specify a tag key that’s already associated with the resource, the new tag value that you specify replaces the previous value for that tag.
§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]