Values.CreateFleetRequestSourceCreates a fleet that represents a group of vehicles. You must create both a signal catalog and vehicles before you can create a fleet. For more information, see Fleets in the Amazon Web Services IoT FleetWise Developer Guide.
type nonrec t = {fleetId : FleetId.t;The unique ID of the fleet to create.
*)description : Description.t option;A brief description of the fleet to create.
*)signalCatalogArn : Arn.t;The Amazon Resource Name (ARN) of a signal catalog.
*)}