Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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 deleteSpace(params: DeleteSpaceInput, opts?: client.RequestOptions): Promise<void>;
async deregisterAdmin(params: DeregisterAdminInput, opts?: client.RequestOptions): Promise<void>;
async getSpace(params: GetSpaceInput, opts?: client.RequestOptions): Promise<GetSpaceOutput>;
async listSpaces(params?: ListSpacesInput, opts?: client.RequestOptions): Promise<ListSpacesOutput>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async registerAdmin(params: RegisterAdminInput, opts?: client.RequestOptions): Promise<void>;
async sendInvites(params: SendInvitesInput, opts?: client.RequestOptions): Promise<void>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async updateSpace(params: UpdateSpaceInput, opts?: client.RequestOptions): Promise<void>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new Repostspace(apiFactory: client.ApiFactory)
[src]

§Methods

§
createSpace(params: CreateSpaceInput, opts?: client.RequestOptions): Promise<CreateSpaceOutput>
[src]

Creates an AWS re:Post Private private re:Post.

§
deleteSpace(params: DeleteSpaceInput, opts?: client.RequestOptions): Promise<void>
[src]

Deletes an AWS re:Post Private private re:Post.

§
deregisterAdmin(params: DeregisterAdminInput, opts?: client.RequestOptions): Promise<void>
[src]

Removes the user or group from the list of administrators of the private re:Post.

§
getSpace(params: GetSpaceInput, opts?: client.RequestOptions): Promise<GetSpaceOutput>
[src]

Displays information about the AWS re:Post Private private re:Post.

§
listSpaces(params?: ListSpacesInput, opts?: client.RequestOptions): Promise<ListSpacesOutput>
[src]

Returns a list of AWS re:Post Private private re:Posts in the account with some information about each private re:Post.

§

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.

§
registerAdmin(params: RegisterAdminInput, opts?: client.RequestOptions): Promise<void>
[src]

Adds a user or group to the list of administrators of the private re:Post.

§
sendInvites(params: SendInvitesInput, opts?: client.RequestOptions): Promise<void>
[src]

Sends an invitation email to selected users and groups.

§
tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

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.

§
untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Removes the association of the tag with the AWS re:Post Private resource.

§
updateSpace(params: UpdateSpaceInput, opts?: client.RequestOptions): Promise<void>
[src]

Modifies an existing AWS re:Post Private private re:Post.

§Static Properties