update_gateway

IoTSiteWise.Client.update_gateway(**kwargs)

Updates a gateway's name.

See also: AWS API Documentation

Request Syntax

response = client.update_gateway(
    gatewayId='string',
    gatewayName='string'
)
Parameters
  • gatewayId (string) --

    [REQUIRED]

    The ID of the gateway to update.

  • gatewayName (string) --

    [REQUIRED]

    A unique, friendly name for the gateway.

Returns

None

Exceptions

  • IoTSiteWise.Client.exceptions.InvalidRequestException
  • IoTSiteWise.Client.exceptions.ResourceNotFoundException
  • IoTSiteWise.Client.exceptions.ConflictingOperationException
  • IoTSiteWise.Client.exceptions.InternalFailureException
  • IoTSiteWise.Client.exceptions.ThrottlingException