IoTSiteWise / Client / update_gateway

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