Values_1.DescribeDeviceFleetResponseSourceA description of the fleet the device belongs to.
type nonrec t = {deviceFleetName : Values_0.EntityName.t option;The name of the fleet.
*)deviceFleetArn : DeviceFleetArn.t option;The The Amazon Resource Name (ARN) of the fleet.
*)outputConfig : Values_0.EdgeOutputConfig.t option;The output configuration for storing sampled data.
*)description : Values_0.DeviceFleetDescription.t option;A description of the fleet.
*)creationTime : Values_0.Timestamp.t option;Timestamp of when the device fleet was created.
*)lastModifiedTime : Values_0.Timestamp.t option;Timestamp of when the device fleet was last updated.
*)roleArn : Values_0.RoleArn.t option;The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
*)iotRoleAlias : IotRoleAlias.t option;The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.EntityName.t
| `Structure of
(string * [> `Enum of string | `String of string ]) list
| `Timestamp of Values_0.Timestamp.t ])
list ]