Values.CreateDeviceDefinitionRequestSourceCreates a device definition. You may provide the initial version of the device definition now or use ''CreateDeviceDefinitionVersion'' at a later time.
type nonrec t = {amznClientToken : string option;A client token used to correlate requests and responses.
*)initialVersion : DeviceDefinitionVersion.t option;Information about the initial version of the device definition.
*)name : string option;The name of the device definition.
*)}