Module Values.DescribeFleetDeploymentInputSource

This API works with the following fleet types: Container Retrieves information about a managed container fleet deployment. Request options Get information about the latest deployment for a specific fleet. Provide the fleet ID or ARN. Get information about a specific deployment. Provide the fleet ID or ARN and the deployment ID. Results If successful, a FleetDeployment object is returned.

Sourcetype nonrec t = {
  1. fleetId : FleetIdOrArn.t;
    (*

    A unique identifier for the container fleet. You can use either the fleet ID or ARN value.

    *)
  2. deploymentId : DeploymentId.t option;
    (*

    A unique identifier for the deployment to return information for.

    *)
}
Sourceval context_ : string
Sourceval make : ?deploymentId:??? -> fleetId:FleetIdOrArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FleetIdOrArn.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