public void UpdateStackMarshallTest() { var operation = service_model.FindOperation("UpdateStack"); var request = InstantiateClassGenerator.Execute <UpdateStackRequest>(); var marshaller = new UpdateStackRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation); validator.Validate(); var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute(); var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, null); var response = UpdateStackResponseUnmarshaller.Instance.Unmarshall(context) as UpdateStackResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
/// <summary> /// Initiates the asynchronous execution of the UpdateStack operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the UpdateStack operation.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// <returns>The task object representing the asynchronous operation.</returns> public Task<UpdateStackResponse> UpdateStackAsync(UpdateStackRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new UpdateStackRequestMarshaller(); var unmarshaller = UpdateStackResponseUnmarshaller.Instance; return InvokeAsync<UpdateStackRequest,UpdateStackResponse>(request, marshaller, unmarshaller, cancellationToken); }
internal UpdateStackResponse UpdateStack(UpdateStackRequest request) { var marshaller = new UpdateStackRequestMarshaller(); var unmarshaller = UpdateStackResponseUnmarshaller.Instance; return Invoke<UpdateStackRequest,UpdateStackResponse>(request, marshaller, unmarshaller); }
IAsyncResult invokeUpdateStack(UpdateStackRequest updateStackRequest, AsyncCallback callback, object state, bool synchronized) { IRequest irequest = new UpdateStackRequestMarshaller().Marshall(updateStackRequest); var unmarshaller = UpdateStackResponseUnmarshaller.GetInstance(); AsyncResult result = new AsyncResult(irequest, callback, state, synchronized, signer, unmarshaller); Invoke(result); return result; }
public void UpdateStackMarshallTest() { var request = InstantiateClassGenerator.Execute<UpdateStackRequest>(); var marshaller = new UpdateStackRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var jsonRequest = UTF8Encoding.UTF8.GetString(internalRequest.Content); Comparer.CompareObjectToJson<UpdateStackRequest>(request,jsonRequest); }
/// <summary> /// Initiates the asynchronous execution of the UpdateStack operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the UpdateStack operation on AmazonCloudFormationClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateStack /// operation.</returns> public IAsyncResult BeginUpdateStack(UpdateStackRequest request, AsyncCallback callback, object state) { var marshaller = new UpdateStackRequestMarshaller(); var unmarshaller = UpdateStackResponseUnmarshaller.Instance; return BeginInvoke<UpdateStackRequest>(request, marshaller, unmarshaller, callback, state); }
/// <summary> /// <para>Updates a stack as specified in the template. After the call completes successfully, the stack update starts. You can check the status /// of the stack via the DescribeStacks action.</para> <para> <b>Note: </b> You cannot update <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html">AWS::S3::Bucket</a> resources, for /// example, to add or modify tags.</para> <para>To get a copy of the template for an existing stack, you can use the GetTemplate /// action.</para> <para>Tags that were associated with this stack during creation time will still be associated with the stack after an /// <c>UpdateStack</c> operation.</para> <para>For more information about creating an update template, updating a stack, and monitoring the /// progress of the update, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks.html">Updating /// a Stack</a> .</para> /// </summary> /// /// <param name="updateStackRequest">Container for the necessary parameters to execute the UpdateStack service method on /// AmazonCloudFormation.</param> /// /// <returns>The response from the UpdateStack service method, as returned by AmazonCloudFormation.</returns> /// /// <exception cref="T:Amazon.CloudFormation.Model.InsufficientCapabilitiesException" /> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> public Task<UpdateStackResponse> UpdateStackAsync(UpdateStackRequest updateStackRequest, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new UpdateStackRequestMarshaller(); var unmarshaller = UpdateStackResponseUnmarshaller.GetInstance(); return Invoke<IRequest, UpdateStackRequest, UpdateStackResponse>(updateStackRequest, marshaller, unmarshaller, signer, cancellationToken); }
public void UpdateStackMarshallTest() { var operation = service_model.FindOperation("UpdateStack"); var request = InstantiateClassGenerator.Execute<UpdateStackRequest>(); var marshaller = new UpdateStackRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation); validator.Validate(); var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute(); var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, null); var response = UpdateStackResponseUnmarshaller.Instance.Unmarshall(context) as UpdateStackResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
public void UpdateStackMarshallTest() { var request = InstantiateClassGenerator.Execute<UpdateStackRequest>(); var marshaller = new UpdateStackRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var jsonRequest = UTF8Encoding.UTF8.GetString(internalRequest.Content); Comparer.CompareObjectToJson<UpdateStackRequest>(request,jsonRequest); var webResponse = new WebResponseData { Headers = { {"x-amzn-RequestId", Guid.NewGuid().ToString()}, {"x-amz-crc32","0"} } }; var jsonResponse = new JsonSampleGenerator(service_model, service_model.FindOperation("UpdateStack").ResponseStructure).Execute(); webResponse.Headers.Add("Content-Length", UTF8Encoding.UTF8.GetBytes(jsonResponse).Length.ToString()); UnmarshallerContext context = new JsonUnmarshallerContext(Utils.CreateStreamFromString(jsonResponse), false, webResponse); var response = UpdateStackResponseUnmarshaller.Instance.Unmarshall(context) as UpdateStackResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
IAsyncResult invokeUpdateStack(UpdateStackRequest request, AsyncCallback callback, object state, bool synchronized) { var marshaller = new UpdateStackRequestMarshaller(); var unmarshaller = UpdateStackResponseUnmarshaller.Instance; return Invoke(request, callback, state, synchronized, marshaller, unmarshaller, signer); }
/// <summary> /// Initiates the asynchronous execution of the UpdateStack operation. /// <seealso cref="Amazon.CloudFormation.IAmazonCloudFormation.UpdateStack"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the UpdateStack operation.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// <returns>The task object representing the asynchronous operation.</returns> public async Task<UpdateStackResponse> UpdateStackAsync(UpdateStackRequest request, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new UpdateStackRequestMarshaller(); var unmarshaller = UpdateStackResponseUnmarshaller.GetInstance(); var response = await Invoke<IRequest, UpdateStackRequest, UpdateStackResponse>(request, marshaller, unmarshaller, signer, cancellationToken) .ConfigureAwait(continueOnCapturedContext: false); return response; }
/// <summary> /// <para> Updates a stack as specified in the template. After the call completes successfully, the stack update starts. You can check the /// status of the stack via the DescribeStacks action. </para> <para>To get a copy of the template for an existing stack, you can use the /// GetTemplate action. </para> <para>For more information about creating an update template, updating a stack, and monitoring the progress of /// the update, see Updating a Stack. </para> /// </summary> /// /// <param name="updateStackRequest">Container for the necessary parameters to execute the UpdateStack service method on /// AmazonCloudFormation.</param> /// /// <returns>The response from the UpdateStack service method, as returned by AmazonCloudFormation.</returns> /// /// <exception cref="InsufficientCapabilitiesException"/> public UpdateStackResponse UpdateStack(UpdateStackRequest updateStackRequest) { IRequest<UpdateStackRequest> request = new UpdateStackRequestMarshaller().Marshall(updateStackRequest); UpdateStackResponse response = Invoke<UpdateStackRequest, UpdateStackResponse> (request, this.signer, UpdateStackResponseUnmarshaller.GetInstance()); return response; }