View Source AWS.Repostspace (aws-elixir v1.0.0)

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.

Summary

Functions

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

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

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

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

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.

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

Sends an invitation email to selected users and groups.

Associates tags with an AWS re:Post Private resource.

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

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

Functions

Link to this function

create_space(client, input, options \\ [])

View Source

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

Link to this function

delete_space(client, space_id, input, options \\ [])

View Source

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

Link to this function

deregister_admin(client, admin_id, space_id, input, options \\ [])

View Source

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

Link to this function

get_space(client, space_id, options \\ [])

View Source

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

Link to this function

list_spaces(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

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

Link to this function

list_tags_for_resource(client, resource_arn, options \\ [])

View Source

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 to this function

register_admin(client, admin_id, space_id, input, options \\ [])

View Source

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

Link to this function

send_invites(client, space_id, input, options \\ [])

View Source

Sends an invitation email to selected users and groups.

Link to this function

tag_resource(client, resource_arn, input, options \\ [])

View Source

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 to this function

untag_resource(client, resource_arn, input, options \\ [])

View Source

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

Link to this function

update_space(client, space_id, input, options \\ [])

View Source

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