Module Smaws_Client_CodeDeploy.GetDeploymentConfig

Gets information about a deployment configuration.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `DeploymentConfigDoesNotExistException of Types.deployment_config_does_not_exist_exception | `DeploymentConfigNameRequiredException of Types.deployment_config_name_required_exception | `InvalidComputePlatformException of Types.invalid_compute_platform_exception | `InvalidDeploymentConfigNameException of Types.invalid_deployment_config_name_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.get_deployment_config_input -> (Types.get_deployment_config_output, [> Smaws_Lib.Protocols.AwsJson.error | `DeploymentConfigDoesNotExistException of Types.deployment_config_does_not_exist_exception | `DeploymentConfigNameRequiredException of Types.deployment_config_name_required_exception | `InvalidComputePlatformException of Types.invalid_compute_platform_exception | `InvalidDeploymentConfigNameException of Types.invalid_deployment_config_name_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.get_deployment_config_input -> (Types.get_deployment_config_output Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `DeploymentConfigDoesNotExistException of Types.deployment_config_does_not_exist_exception | `DeploymentConfigNameRequiredException of Types.deployment_config_name_required_exception | `InvalidComputePlatformException of Types.invalid_compute_platform_exception | `InvalidDeploymentConfigNameException of Types.invalid_deployment_config_name_exception ] * Smaws_Lib.Response.metadata) Stdlib.result