/// <summary>
        /// <para> Deletes the specified application along with all associated versions and configurations. </para> <para><b>NOTE:</b>You cannot delete
        /// an application that has a running environment. </para>
        /// </summary>
        ///
        /// <param name="deleteApplicationRequest">Container for the necessary parameters to execute the DeleteApplication service method on
        ///           AmazonElasticBeanstalk.</param>
        ///
        public DeleteApplicationResponse DeleteApplication(DeleteApplicationRequest deleteApplicationRequest)
        {
            IRequest <DeleteApplicationRequest> request  = new DeleteApplicationRequestMarshaller().Marshall(deleteApplicationRequest);
            DeleteApplicationResponse           response = Invoke <DeleteApplicationRequest, DeleteApplicationResponse> (request, this.signer, DeleteApplicationResponseUnmarshaller.GetInstance());

            return(response);
        }
Example #2
0
 public override DeleteApplicationResponse GetResponse(UnmarshallerContext unmarshallerContext)
 {
     return(DeleteApplicationResponseUnmarshaller.Unmarshall(unmarshallerContext));
 }