Module Values_2.UpdateDeviceFleetRequestSource

Updates a fleet of devices.

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

    The name of the fleet.

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

    The Amazon Resource Name (ARN) of the device.

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

    Description of the fleet.

    *)
  4. outputConfig : Values_0.EdgeOutputConfig.t;
    (*

    Output configuration for storing sample data collected by the fleet.

    *)
  5. 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".

    *)
}
Sourceval context_ : string
Sourceval make : ?roleArn:??? -> ?description:??? -> ?enableIotRoleAlias:??? -> deviceFleetName:Values_0.EntityName.t -> outputConfig:Values_0.EdgeOutputConfig.t -> unit -> t
Sourceval 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 ]
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