Values_2.UpdateDeviceFleetRequestSourceUpdates a fleet of devices.
type nonrec t = {deviceFleetName : Values_0.EntityName.t;The name of the fleet.
*)roleArn : Values_0.RoleArn.t option;The Amazon Resource Name (ARN) of the device.
*)description : Values_0.DeviceFleetDescription.t option;Description of the fleet.
*)outputConfig : Values_0.EdgeOutputConfig.t;Output configuration for storing sample data collected by the fleet.
*)enableIotRoleAlias : Values_0.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:??? ->
?enableIotRoleAlias:??? ->
deviceFleetName:Values_0.EntityName.t ->
outputConfig:Values_0.EdgeOutputConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.EnableIotRoleAlias.t
| `String of Values_0.EntityName.t
| `Structure of
(string * [> `Enum of string | `String of string ]) list ])
list ]