AWS IoT Device SDK C: Fleet Provisioning
AWS IoT Fleet Provisioning
Return to main page ↑
Data Structures
Here are the data structures with brief descriptions:
 C_provisioningCallbackInfo_tUnion representing either of the 2 Provisioning operation APIs' callbacks
 C_provisioningOperation_tInternal structure representing a single Provisioning operation
 C_provisioningOperationInfo_tInternal structure representing the data of an Provisioning operation
 CAwsIotProvisioningCreateCertFromCsrCallbackInfo_tUser-specific callback information for handling server response of the Provisioning CreateCertificateFromCsr service API
 CAwsIotProvisioningCreateCertFromCsrResponse_tAggregates the data from AWS IoT Core's response to the certificate creation request with a CSR
 CAwsIotProvisioningCreateKeysAndCertificateCallbackInfo_tUser-specific callback information for handling server response for the Provisioning CreateKeysAndCertificate service API
 CAwsIotProvisioningCreateKeysAndCertificateResponse_tAggregates the data sent as response from AWS IoT Core service for the request to generate new key-pair and certificate for the device
 CAwsIotProvisioningRegisterThingCallbackInfo_tUser-specific callback information for handling server response for the Provisioning RegisterThing service API
 CAwsIotProvisioningRegisterThingRequestInfo_tAggregates information required for sending a request to the AWS IoT Core service for provisioning a device to its customer AWS IoT account
 CAwsIotProvisioningRegisterThingResponse_tAggregates the AWS IoT Core server response data sent for the request to provision device
 CAwsIotProvisioningRejectedResponse_tParameter to a Provisioning callback function
 CAwsIotProvisioningRequestParameterEntry_tA 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
 CAwsIotProvisioningResponseDeviceConfigurationEntry_tA 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