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

DeleteDeploymentGroup() public method

Deletes a deployment group.
/// The minimum number of required application names was not specified. /// /// 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. /// /// The service role ARN was specified in an invalid format. Or, if an Auto Scaling group /// was specified, the specified service role does not grant the appropriate permissions /// to Auto Scaling. ///
public DeleteDeploymentGroup ( DeleteDeploymentGroupRequest request ) : DeleteDeploymentGroupResponse
request Amazon.CodeDeploy.Model.DeleteDeploymentGroupRequest Container for the necessary parameters to execute the DeleteDeploymentGroup service method.
return Amazon.CodeDeploy.Model.DeleteDeploymentGroupResponse
        public DeleteDeploymentGroupResponse DeleteDeploymentGroup(DeleteDeploymentGroupRequest request)
        {
            var marshaller = new DeleteDeploymentGroupRequestMarshaller();
            var unmarshaller = DeleteDeploymentGroupResponseUnmarshaller.Instance;

            return Invoke<DeleteDeploymentGroupRequest,DeleteDeploymentGroupResponse>(request, marshaller, unmarshaller);
        }
AmazonCodeDeployClient