An AWS IoT service that assists with provisioning a device and installing unique client certificates on it

AWS documentation: https://docs.aws.amazon.com/iot/latest/developerguide/provision-wo-cert.html

Hierarchy

  • IotIdentityClientv2

Methods - IotIdentity

Methods - Other

  • Triggers cleanup of all resources associated with the service client. Closing a client will fail all incomplete requests and close all unclosed streaming operations.

    This must be called when finished with a client; otherwise, native resources will leak.

    Returns void

  • Creates a new service client that will use an SDK MQTT 311 client as transport.

    Parameters

    • protocolClient: MqttClientConnection

      the MQTT 311 client to use for transport

    • options: RequestResponseClientOptions

      additional service client configuration options

    Returns IotIdentityClientv2

    a new service client

  • Creates a new service client that will use an SDK MQTT 5 client as transport.

    Parameters

    • protocolClient: Mqtt5Client

      the MQTT 5 client to use for transport

    • options: RequestResponseClientOptions

      additional service client configuration options

    Returns IotIdentityClientv2

    a new service client

Generated using TypeDoc