Smaws_Client_CodeDeploy.GetDeploymentGroupGets information about a deployment group.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ApplicationDoesNotExistException of
Types.application_does_not_exist_exception
| `ApplicationNameRequiredException of
Types.application_name_required_exception
| `DeploymentConfigDoesNotExistException of
Types.deployment_config_does_not_exist_exception
| `DeploymentGroupDoesNotExistException of
Types.deployment_group_does_not_exist_exception
| `DeploymentGroupNameRequiredException of
Types.deployment_group_name_required_exception
| `InvalidApplicationNameException of
Types.invalid_application_name_exception
| `InvalidDeploymentGroupNameException of
Types.invalid_deployment_group_name_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.get_deployment_group_input ->
(Types.get_deployment_group_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `ApplicationDoesNotExistException of
Types.application_does_not_exist_exception
| `ApplicationNameRequiredException of
Types.application_name_required_exception
| `DeploymentConfigDoesNotExistException of
Types.deployment_config_does_not_exist_exception
| `DeploymentGroupDoesNotExistException of
Types.deployment_group_does_not_exist_exception
| `DeploymentGroupNameRequiredException of
Types.deployment_group_name_required_exception
| `InvalidApplicationNameException of
Types.invalid_application_name_exception
| `InvalidDeploymentGroupNameException of
Types.invalid_deployment_group_name_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.get_deployment_group_input ->
(Types.get_deployment_group_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ApplicationDoesNotExistException of
Types.application_does_not_exist_exception
| `ApplicationNameRequiredException of
Types.application_name_required_exception
| `DeploymentConfigDoesNotExistException of
Types.deployment_config_does_not_exist_exception
| `DeploymentGroupDoesNotExistException of
Types.deployment_group_does_not_exist_exception
| `DeploymentGroupNameRequiredException of
Types.deployment_group_name_required_exception
| `InvalidApplicationNameException of
Types.invalid_application_name_exception
| `InvalidDeploymentGroupNameException of
Types.invalid_deployment_group_name_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result