rePostPrivate / Client / update_space

update_space#

rePostPrivate.Client.update_space(**kwargs)#

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

See also: AWS API Documentation

Request Syntax

response = client.update_space(
    description='string',
    roleArn='string',
    spaceId='string',
    tier='BASIC'|'STANDARD'
)
Parameters:
  • description (string) – A description for the private re:Post. This is used only to help you identify this private re:Post.

  • roleArn (string) – The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.

  • spaceId (string) –

    [REQUIRED]

    The unique ID of this private re:Post.

  • tier (string) – The pricing tier of this private re:Post.

Returns:

None

Exceptions