rePostPrivate / Client / create_channel
create_channel¶
- rePostPrivate.Client.create_channel(**kwargs)¶
Creates a channel in an AWS re:Post Private private re:Post.
See also: AWS API Documentation
Request Syntax
response = client.create_channel( spaceId='string', channelName='string', channelDescription='string' )
- Parameters:
spaceId (string) –
[REQUIRED]
The unique ID of the private re:Post.
channelName (string) –
[REQUIRED]
The name for the channel. This must be unique per private re:Post.
channelDescription (string) – A description for the channel. This is used only to help you identify this channel.
- Return type:
dict
- Returns:
Response Syntax
{ 'channelId': 'string' }
Response Structure
(dict) –
channelId (string) –
The unique ID of the private re:Post channel.
Exceptions
rePostPrivate.Client.exceptions.ServiceQuotaExceededException
rePostPrivate.Client.exceptions.ValidationException
rePostPrivate.Client.exceptions.AccessDeniedException
rePostPrivate.Client.exceptions.ConflictException
rePostPrivate.Client.exceptions.ResourceNotFoundException
rePostPrivate.Client.exceptions.ThrottlingException
rePostPrivate.Client.exceptions.InternalServerException