RepostspaceClient

AWS re:Post Private is a private version of AWS re:Post for enterprises with Enterprise Support or Enterprise On-Ramp Support plans. It provides access to knowledge and experts to accelerate cloud adoption and increase developer productivity. With your organization-specific private re:Post, you can build an organization-specific developer community that drives efficiencies at scale and provides access to valuable knowledge resources. Additionally, re:Post Private centralizes trusted AWS technical content and offers private discussion forums to improve how your teams collaborate internally and with AWS to remove technical obstacles, accelerate innovation, and scale more efficiently in the cloud.

Properties

Link copied to clipboard
abstract override val config: RepostspaceClient.Config

RepostspaceClient's configuration

Functions

Link copied to clipboard

Add role to multiple users or groups in a private re:Post channel.

Link copied to clipboard

Add a role to multiple users or groups in a private re:Post.

Link copied to clipboard

Remove a role from multiple users or groups in a private re:Post channel.

Link copied to clipboard

Remove a role from multiple users or groups in a private re:Post.

Link copied to clipboard

Creates a channel in an AWS re:Post Private private re:Post.

Link copied to clipboard
abstract suspend fun createSpace(input: CreateSpaceRequest): CreateSpaceResponse

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

Link copied to clipboard
abstract suspend fun deleteSpace(input: DeleteSpaceRequest): DeleteSpaceResponse

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

Link copied to clipboard

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

Link copied to clipboard
abstract suspend fun getChannel(input: GetChannelRequest): GetChannelResponse

Displays information about a channel in a private re:Post.

Link copied to clipboard
abstract suspend fun getSpace(input: GetSpaceRequest): GetSpaceResponse

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

Link copied to clipboard

Returns the list of channel within a private re:Post with some information about each channel.

Link copied to clipboard
abstract suspend fun listSpaces(input: ListSpacesRequest = ListSpacesRequest { }): ListSpacesResponse

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

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard
abstract suspend fun sendInvites(input: SendInvitesRequest): SendInvitesResponse

Sends an invitation email to selected users and groups.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

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.

Link copied to clipboard

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

Link copied to clipboard

Modifies an existing channel.

Link copied to clipboard
abstract suspend fun updateSpace(input: UpdateSpaceRequest): UpdateSpaceResponse

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

Inherited functions

Link copied to clipboard

Add role to multiple users or groups in a private re:Post channel.

Link copied to clipboard

Add a role to multiple users or groups in a private re:Post.

Link copied to clipboard

Remove a role from multiple users or groups in a private re:Post channel.

Link copied to clipboard

Remove a role from multiple users or groups in a private re:Post.

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Creates a channel in an AWS re:Post Private private re:Post.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
inline suspend fun RepostspaceClient.getChannel(crossinline block: GetChannelRequest.Builder.() -> Unit): GetChannelResponse

Displays information about a channel in a private re:Post.

Link copied to clipboard
inline suspend fun RepostspaceClient.getSpace(crossinline block: GetSpaceRequest.Builder.() -> Unit): GetSpaceResponse

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

Link copied to clipboard

Returns the list of channel within a private re:Post with some information about each channel.

Link copied to clipboard
inline suspend fun RepostspaceClient.listSpaces(crossinline block: ListSpacesRequest.Builder.() -> Unit): ListSpacesResponse

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

Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

Sends an invitation email to selected users and groups.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

Modifies an existing channel.

Link copied to clipboard

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

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.