Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

update_site

update_site(**kwargs)

Grants permission to update a site

See also: AWS API Documentation

Request Syntax

response = client.update_site(
    id='string',
    name='string',
    countryCode='string',
    description='string'
)
Parameters
  • id (string) --

    [REQUIRED]

    Site ARN.

  • name (string) -- Human friendly name of the resource.
  • countryCode (string) -- A valid ISO 3166-1 alpha-2 code for the country in which the site resides. e.g., US.
  • description (string) -- A high-level description of the site.
Return type

dict

Returns

Response Syntax

{
    'arn': 'string',
    'id': 'string',
    'name': 'string',
    'countryCode': 'string',
    'description': 'string',
    'updatedAt': datetime(2015, 1, 1)
}

Response Structure

  • (dict) --

    • arn (string) --

      Site ARN.

    • id (string) --

      Filters access by the site's identifier

    • name (string) --

      Human friendly name of the resource.

    • countryCode (string) --

      A valid ISO 3166-1 alpha-2 code for the country in which the site resides. e.g., US.

    • description (string) --

      A high-level description of the site.

    • updatedAt (datetime) --

      Timestamp at which the resource was last updated.

Exceptions

  • IoTRoboRunner.Client.exceptions.AccessDeniedException
  • IoTRoboRunner.Client.exceptions.ValidationException
  • IoTRoboRunner.Client.exceptions.ResourceNotFoundException
  • IoTRoboRunner.Client.exceptions.ThrottlingException
  • IoTRoboRunner.Client.exceptions.InternalServerException