AWS IoT Device SDK C:
Fleet Provisioning
AWS IoT Fleet Provisioning
|
Return to main page ↑ |
Structures passed as parameters to Provisioning Library functions. More...
Data Structures | |
struct | AwsIotProvisioningRequestParameterEntry_t |
A key-value string pair representation of an entry in the list of parameters that will be sent as part of the request payload to the server for provisioning the device. More... | |
struct | AwsIotProvisioningResponseDeviceConfigurationEntry_t |
A key-value string pair representation of an entry in the list of device configuration data that is received in the response payload from the server when provisioning the device. More... | |
struct | AwsIotProvisioningRegisterThingRequestInfo_t |
Aggregates information required for sending a request to the AWS IoT Core service for provisioning a device to its customer AWS IoT account. More... | |
struct | AwsIotProvisioningRejectedResponse_t |
Parameter to a Provisioning callback function. More... | |
struct | AwsIotProvisioningCreateCertFromCsrResponse_t |
Aggregates the data from AWS IoT Core's response to the certificate creation request with a CSR. More... | |
struct | AwsIotProvisioningCreateCertFromCsrCallbackInfo_t |
User-specific callback information for handling server response of the Provisioning CreateCertificateFromCsr service API. More... | |
struct | AwsIotProvisioningCreateKeysAndCertificateResponse_t |
Aggregates the data sent as response from AWS IoT Core service for the request to generate new key-pair and certificate for the device. More... | |
struct | AwsIotProvisioningCreateKeysAndCertificateCallbackInfo_t |
User-specific callback information for handling server response for the Provisioning CreateKeysAndCertificate service API. More... | |
struct | AwsIotProvisioningRegisterThingResponse_t |
Aggregates the AWS IoT Core server response data sent for the request to provision device. More... | |
struct | AwsIotProvisioningRegisterThingCallbackInfo_t |
User-specific callback information for handling server response for the Provisioning RegisterThing service API. More... | |
Structures passed as parameters to Provisioning Library functions.
These structures are passed as parameters to library functions. Documentation for these structures will state the functions associated with each parameter structure and the purpose of each member.