◆ ClientV2()
◆ ~ClientV2()
virtual Aws::Iotidentity::ClientV2::~ClientV2 |
( |
| ) |
|
|
virtualdefault |
◆ CreateCertificateFromCsr()
Creates a certificate from a certificate signing request (CSR). AWS IoT provides client certificates that are signed by the Amazon Root certificate authority (CA). The new certificate has a PENDING_ACTIVATION status. When you call RegisterThing to provision a thing with this certificate, the certificate status changes to ACTIVE or INACTIVE as described in the template.
AWS documentation: https://docs.aws.amazon.com/iot/latest/developerguide/provision-wo-cert.html#fleet-provision-api
- Parameters
-
request | operation to perform |
handler | function object to invoke upon operation completion |
- Returns
- success/failure
Implements Aws::Iotidentity::IClientV2.
◆ CreateKeysAndCertificate()
Creates new keys and a certificate. AWS IoT provides client certificates that are signed by the Amazon Root certificate authority (CA). The new certificate has a PENDING_ACTIVATION status. When you call RegisterThing to provision a thing with this certificate, the certificate status changes to ACTIVE or INACTIVE as described in the template.
AWS documentation: https://docs.aws.amazon.com/iot/latest/developerguide/provision-wo-cert.html#fleet-provision-api
- Parameters
-
request | operation to perform |
handler | function object to invoke upon operation completion |
- Returns
- success/failure
Implements Aws::Iotidentity::IClientV2.
◆ RegisterThing()
The documentation for this class was generated from the following file: