sig/client.rbs in aws-sdk-cloudformation-1.107.0 vs sig/client.rbs in aws-sdk-cloudformation-1.110.0

- old
+ new

@@ -381,10 +381,11 @@ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudFormation/Client.html#delete_stack-instance_method def delete_stack: ( stack_name: ::String, ?retain_resources: Array[::String], ?role_arn: ::String, - ?client_request_token: ::String + ?client_request_token: ::String, + ?deletion_mode: ("STANDARD" | "FORCE_DELETE_STACK") ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure] | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure] interface _DeleteStackInstancesResponseSuccess include ::Seahorse::Client::_ResponseSuccess[Types::DeleteStackInstancesOutput]