AWS SDK for .NET Documentation
UpdateStack Method (updateStackRequest)
AmazonAmazon.CloudFormationAmazonCloudFormationClientUpdateStack(UpdateStackRequest) Did this page help you?   Yes   No    Tell us about it...

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.

Note: You cannot update AWS::S3::Bucket resources, for example, to add or modify tags.

To get a copy of the template for an existing stack, you can use the GetTemplate action.

Tags that were associated with this stack during creation time will still be associated with the stack after an UpdateStack operation.

For more information about creating an update template, updating a stack, and monitoring the progress of the update, see Updating a Stack .

Declaration Syntax
C#
public UpdateStackResponse UpdateStack(
	UpdateStackRequest updateStackRequest
)
Parameters
updateStackRequest (UpdateStackRequest)
Container for the necessary parameters to execute the UpdateStack service method on AmazonCloudFormation.
Return Value
The response from the UpdateStack service method, as returned by AmazonCloudFormation.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)