Module Values.BatchGetDeploymentGroupsOutputSource

Represents the output of a BatchGetDeploymentGroups operation.

Sourcetype nonrec t = {
  1. deploymentGroupsInfo : DeploymentGroupInfoList.t option;
    (*

    Information about the deployment groups.

    *)
  2. errorMessage : ErrorMessage.t option;
    (*

    Information about errors that might have occurred during the API call.

    *)
}
Sourcetype nonrec error = [
  1. | `ApplicationDoesNotExistException of ApplicationDoesNotExistException.t
  2. | `ApplicationNameRequiredException of ApplicationNameRequiredException.t
  3. | `BatchLimitExceededException of BatchLimitExceededException.t
  4. | `DeploymentConfigDoesNotExistException of DeploymentConfigDoesNotExistException.t
  5. | `DeploymentGroupNameRequiredException of DeploymentGroupNameRequiredException.t
  6. | `InvalidApplicationNameException of InvalidApplicationNameException.t
  7. | `InvalidDeploymentGroupNameException of InvalidDeploymentGroupNameException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?deploymentGroupsInfo:??? -> ?errorMessage:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ApplicationDoesNotExistException of unit | `ApplicationNameRequiredException of unit | `BatchLimitExceededException of unit | `DeploymentConfigDoesNotExistException of unit | `DeploymentGroupNameRequiredException of unit | `InvalidApplicationNameException of unit | `InvalidDeploymentGroupNameException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ApplicationDoesNotExistException of unit | `ApplicationNameRequiredException of unit | `BatchLimitExceededException of unit | `DeploymentConfigDoesNotExistException of unit | `DeploymentGroupNameRequiredException of unit | `InvalidApplicationNameException of unit | `InvalidDeploymentGroupNameException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string ] list | `String of Key.t ]) list ] list | `String of ApplicationName.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of Key.t ]) list ] list | `Structure of (string * [> `List of [> `Structure of (string * [> `String of TargetGroupName.t ]) list ] list | `String of AlarmName.t | `Structure of (string * [> `List of [> `String of ListenerArn.t ] list ]) list ]) list ] list | `String of DeploymentId.t | `Structure of (string * [> `Enum of string | `Integer of Duration.t | `String of S3Bucket.t ]) list | `Timestamp of Timestamp.t ]) list ]) list ] list | `String of ErrorMessage.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