Module Values_1.DescribeDeviceFleetResponseSource

A description of the fleet the device belongs to.

Sourcetype nonrec t = {
  1. deviceFleetName : Values_0.EntityName.t option;
    (*

    The name of the fleet.

    *)
  2. deviceFleetArn : DeviceFleetArn.t option;
    (*

    The The Amazon Resource Name (ARN) of the fleet.

    *)
  3. outputConfig : Values_0.EdgeOutputConfig.t option;
    (*

    The output configuration for storing sampled data.

    *)
  4. description : Values_0.DeviceFleetDescription.t option;
    (*

    A description of the fleet.

    *)
  5. creationTime : Values_0.Timestamp.t option;
    (*

    Timestamp of when the device fleet was created.

    *)
  6. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    Timestamp of when the device fleet was last updated.

    *)
  7. roleArn : Values_0.RoleArn.t option;
    (*

    The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).

    *)
  8. iotRoleAlias : IotRoleAlias.t option;
    (*

    The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?deviceFleetName:??? -> ?deviceFleetArn:??? -> ?outputConfig:??? -> ?description:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> ?roleArn:??? -> ?iotRoleAlias:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t