Smaws_Client_CodeDeploy.BatchGetDeploymentsGets 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 ] ->
stringval 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.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.batch_get_deployments_input ->
(Types.batch_get_deployments_output Smaws_Lib.Response.t,
[> 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 ]
* Smaws_Lib.Response.metadata)
Stdlib.result