コード例 #1
0
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DeleteStackResponse response = new DeleteStackResponse();


            return(response);
        }
コード例 #2
0
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            DeleteStackResponse response = new DeleteStackResponse();

            context.Read();
            int targetDepth = context.CurrentDepth;

            while (context.ReadAtDepth(targetDepth))
            {
                if (context.IsStartElement)
                {
                    if (context.TestExpression("DeleteStackResult", 2))
                    {
                        UnmarshallResult(context, response);
                        continue;
                    }

                    if (context.TestExpression("ResponseMetadata", 2))
                    {
                        response.ResponseMetadata = ResponseMetadataUnmarshaller.Instance.Unmarshall(context);
                    }
                }
            }

            return(response);
        }
コード例 #3
0
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>  
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DeleteStackResponse response = new DeleteStackResponse();


            return response;
        }
コード例 #4
0
        /// <summary>
        /// <para> Deletes a specified stack. Once the call completes successfully, stack deletion starts. Deleted stacks do not show up in the
        /// DescribeStacks API if the deletion has been completed successfully. </para>
        /// </summary>
        ///
        /// <param name="deleteStackRequest">Container for the necessary parameters to execute the DeleteStack service method on
        ///           AmazonCloudFormation.</param>
        ///
        public DeleteStackResponse DeleteStack(DeleteStackRequest deleteStackRequest)
        {
            IRequest <DeleteStackRequest> request  = new DeleteStackRequestMarshaller().Marshall(deleteStackRequest);
            DeleteStackResponse           response = Invoke <DeleteStackRequest, DeleteStackResponse> (request, this.signer, DeleteStackResponseUnmarshaller.GetInstance());

            return(response);
        }
コード例 #5
0
        public static DeleteStackResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteStackResponse deleteStackResponse = new DeleteStackResponse();

            deleteStackResponse.HttpResponse = context.HttpResponse;

            return(deleteStackResponse);
        }
コード例 #6
0
        public static DeleteStackResponse Unmarshall(UnmarshallerContext _ctx)
        {
            DeleteStackResponse deleteStackResponse = new DeleteStackResponse();

            deleteStackResponse.HttpResponse = _ctx.HttpResponse;
            deleteStackResponse.RequestId    = _ctx.StringValue("DeleteStack.RequestId");

            return(deleteStackResponse);
        }
コード例 #7
0
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            DeleteStackResponse response = new DeleteStackResponse();

            while (context.Read())
            {
                if (context.IsStartElement)
                {
                    if (context.TestExpression("ResponseMetadata", 2))
                    {
                        response.ResponseMetadata = ResponseMetadataUnmarshaller.GetInstance().Unmarshall(context);
                    }
                }
            }


            return(response);
        }
コード例 #8
0
        private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteStackResponse response)
        {
            int originalDepth = context.CurrentDepth;
            int targetDepth   = originalDepth + 1;

            if (context.IsStartOfDocument)
            {
                targetDepth += 2;
            }

            while (context.ReadAtDepth(originalDepth))
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                }
            }

            return;
        }