update_worker_fleet

IoTRoboRunner.Client.update_worker_fleet(**kwargs)

Grants permission to update a worker fleet

See also: AWS API Documentation

Request Syntax

response = client.update_worker_fleet(
    id='string',
    name='string',
    additionalFixedProperties='string'
)
Parameters
  • id (string) --

    [REQUIRED]

    Full ARN of the worker fleet.

  • name (string) -- Human friendly name of the resource.
  • additionalFixedProperties (string) -- JSON blob containing additional fixed properties regarding the worker fleet
Return type

dict

Returns

Response Syntax

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

Response Structure

  • (dict) --

    • arn (string) --

      Full ARN of the worker fleet.

    • id (string) --

      Filters access by the worker fleet's identifier

    • name (string) --

      Human friendly name of the resource.

    • updatedAt (datetime) --

      Timestamp at which the resource was last updated.

    • additionalFixedProperties (string) --

      JSON blob containing additional fixed properties regarding the worker fleet

Exceptions

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