Module Smaws_Client_CodeDeploy.BatchGetDeployments

Gets information about one or more deployments. The maximum number of deployments that can be returned is 25.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `BatchLimitExceededException of Types.batch_limit_exceeded_exception | `DeploymentIdRequiredException of Types.deployment_id_required_exception | `InvalidDeploymentIdException of Types.invalid_deployment_id_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.batch_get_deployments_input -> (Types.batch_get_deployments_output, [> Smaws_Lib.Protocols.AwsJson.error | `BatchLimitExceededException of Types.batch_limit_exceeded_exception | `DeploymentIdRequiredException of Types.deployment_id_required_exception | `InvalidDeploymentIdException of Types.invalid_deployment_id_exception ]) Stdlib.result