Values_0.CreateDeviceFleetRequestSourceCreates a device fleet.
type nonrec t = {deviceFleetName : EntityName.t;The name of the fleet that the device belongs to.
*)roleArn : RoleArn.t option;The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
*)description : DeviceFleetDescription.t option;A description of the fleet.
*)outputConfig : EdgeOutputConfig.t;The output configuration for storing sample data collected by the fleet.
*)enableIotRoleAlias : EnableIotRoleAlias.t option;Whether to create an Amazon Web Services IoT Role Alias during device fleet creation. The name of the role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName}". For example, if your device fleet is called "demo-fleet", the name of the role alias will be "SageMakerEdge-demo-fleet".
*)}val make :
?roleArn:??? ->
?description:??? ->
?tags:??? ->
?enableIotRoleAlias:??? ->
deviceFleetName:EntityName.t ->
outputConfig:EdgeOutputConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of EnableIotRoleAlias.t
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of EntityName.t
| `Structure of
(string * [> `Enum of string | `String of S3Uri.t ]) list ])
list ]