IoTFleetHub / Client / update_application

update_application#

IoTFleetHub.Client.update_application(**kwargs)#

Updates information about a Fleet Hub for IoT Device Management web application.

See also: AWS API Documentation

Request Syntax

response = client.update_application(
    applicationId='string',
    applicationName='string',
    applicationDescription='string',
    clientToken='string'
)
Parameters:
  • applicationId (string) –

    [REQUIRED]

    The unique Id of the web application.

  • applicationName (string) – The name of the web application.

  • applicationDescription (string) – An optional description of the web application.

  • clientToken (string) –

    A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don’t reuse this client token if a new idempotent request is required.

    This field is autopopulated if not provided.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • IoTFleetHub.Client.exceptions.InvalidRequestException

  • IoTFleetHub.Client.exceptions.ResourceNotFoundException

  • IoTFleetHub.Client.exceptions.InternalFailureException

  • IoTFleetHub.Client.exceptions.ConflictException

  • IoTFleetHub.Client.exceptions.ThrottlingException