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

GetDeploymentGroup() public method

Gets information about a deployment group.
/// The application does not exist with the applicable IAM user or AWS account. /// /// The minimum number of required application names was not specified. /// /// The named deployment group does not exist with the applicable IAM user or AWS account. /// /// The deployment group name was not specified. /// /// The application name was specified in an invalid format. /// /// The deployment group name was specified in an invalid format. ///
public GetDeploymentGroup ( GetDeploymentGroupRequest request ) : Amazon.CodeDeploy.Model.GetDeploymentGroupResponse
request Amazon.CodeDeploy.Model.GetDeploymentGroupRequest Container for the necessary parameters to execute the GetDeploymentGroup service method.
return Amazon.CodeDeploy.Model.GetDeploymentGroupResponse
        public GetDeploymentGroupResponse GetDeploymentGroup(GetDeploymentGroupRequest request)
        {
            var marshaller = new GetDeploymentGroupRequestMarshaller();
            var unmarshaller = GetDeploymentGroupResponseUnmarshaller.Instance;

            return Invoke<GetDeploymentGroupRequest,GetDeploymentGroupResponse>(request, marshaller, unmarshaller);
        }
AmazonCodeDeployClient