CodeCatalyst / Client / update_space

update_space#

CodeCatalyst.Client.update_space(**kwargs)#

Changes one or more values for a space.

See also: AWS API Documentation

Request Syntax

response = client.update_space(
    name='string',
    description='string'
)
Parameters:
  • name (string) –

    [REQUIRED]

    The name of the space.

  • description (string) – The description of the space.

Return type:

dict

Returns:

Response Syntax

{
    'name': 'string',
    'displayName': 'string',
    'description': 'string'
}

Response Structure

  • (dict) –

    • name (string) –

      The name of the space.

    • displayName (string) –

      The friendly name of the space displayed to users in Amazon CodeCatalyst.

    • description (string) –

      The description of the space.

Exceptions