Amazon.CodeDeploy.AmazonCodeDeployClient.GetDeploymentConfig C# (CSharp) Method

GetDeploymentConfig() public method

Gets information about a deployment configuration.
/// The deployment configuration does not exist with the applicable IAM user or AWS account. /// /// The deployment configuration name was not specified. /// /// The deployment configuration name was specified in an invalid format. ///
public GetDeploymentConfig ( GetDeploymentConfigRequest request ) : Amazon.CodeDeploy.Model.GetDeploymentConfigResponse
request Amazon.CodeDeploy.Model.GetDeploymentConfigRequest Container for the necessary parameters to execute the GetDeploymentConfig service method.
return Amazon.CodeDeploy.Model.GetDeploymentConfigResponse
        public GetDeploymentConfigResponse GetDeploymentConfig(GetDeploymentConfigRequest request)
        {
            var marshaller = new GetDeploymentConfigRequestMarshaller();
            var unmarshaller = GetDeploymentConfigResponseUnmarshaller.Instance;

            return Invoke<GetDeploymentConfigRequest,GetDeploymentConfigResponse>(request, marshaller, unmarshaller);
        }
AmazonCodeDeployClient