Values_0.StartThingRegistrationTaskRequestSourceCreates a bulk thing provisioning task. Requires permission to access the StartThingRegistrationTask action.
type nonrec t = {templateBody : TemplateBody.t;The provisioning template.
*)inputFileBucket : RegistryS3BucketName.t;The S3 bucket that contains the input file.
*)inputFileKey : RegistryS3KeyName.t;The name of input file within the S3 bucket. This file contains a newline delimited JSON file. Each line contains the parameter values to provision one device (thing).
*)roleArn : RoleArn.t;The IAM role ARN that grants permission the input file.
*)}val make :
templateBody:TemplateBody.t ->
inputFileBucket:RegistryS3BucketName.t ->
inputFileKey:RegistryS3KeyName.t ->
roleArn:RoleArn.t ->
unit ->
t