Values.DescribeFleetDeploymentOutputSourceThis 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.
type nonrec t = {fleetDeployment : FleetDeployment.t option;The requested deployment information.
*)locationalDeployments : LocationalDeployments.t option;If the deployment is for a multi-location fleet, the requests returns the deployment status in each fleet location.
*)}type nonrec error = [ | `InternalServiceException of InternalServiceException.t| `InvalidRequestException of InvalidRequestException.t| `NotFoundException of NotFoundException.t| `UnsupportedRegionException of UnsupportedRegionException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceException of InternalServiceException.t
| `InvalidRequestException of InvalidRequestException.t
| `NotFoundException of NotFoundException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `UnsupportedRegionException of UnsupportedRegionException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceException of InternalServiceException.t
| `InvalidRequestException of InvalidRequestException.t
| `NotFoundException of NotFoundException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `UnsupportedRegionException of UnsupportedRegionException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of NonZeroAnd128MaxAsciiString.t ]
* [> `Structure of (string * [> `Enum of string ]) list ])
list
| `Structure of
(string
* [> `Enum of string
| `String of DeploymentId.t
| `Structure of
(string
* [> `Enum of string
| `Integer of MinimumHealthyPercentage.t ])
list
| `Timestamp of Timestamp.t ])
list ])
list ]