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( spaceId='string', description='string', tier='BASIC'|'STANDARD', roleArn='string', supportedEmailDomains={ 'enabled': 'ENABLED'|'DISABLED', 'allowedDomains': [ 'string', ] } ) - Parameters:
- spaceId (string) – - [REQUIRED] - The unique ID of this private re:Post. 
- description (string) – A description for the private re:Post. This is used only to help you identify this private re:Post. 
- tier (string) – The pricing tier of 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. 
- supportedEmailDomains (dict) – - enabled (string) – 
- allowedDomains (list) – - (string) – 
 
 
 
- Returns:
- None 
 - Exceptions- rePostPrivate.Client.exceptions.ValidationException
- rePostPrivate.Client.exceptions.AccessDeniedException
- rePostPrivate.Client.exceptions.ConflictException
- rePostPrivate.Client.exceptions.ResourceNotFoundException
- rePostPrivate.Client.exceptions.ThrottlingException
- rePostPrivate.Client.exceptions.InternalServerException