sig/client.rbs in aws-sdk-cloudformation-1.104.0 vs sig/client.rbs in aws-sdk-cloudformation-1.105.0

- old
+ new

@@ -476,11 +476,12 @@ end # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudFormation/Client.html#describe_change_set-instance_method def describe_change_set: ( change_set_name: ::String, ?stack_name: ::String, - ?next_token: ::String + ?next_token: ::String, + ?include_property_values: bool ) -> _DescribeChangeSetResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeChangeSetResponseSuccess interface _DescribeChangeSetHooksResponseSuccess include ::Seahorse::Client::_ResponseSuccess[Types::DescribeChangeSetHooksOutput] @@ -1507,10 +1508,11 @@ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudFormation/Client.html#wait_until-instance_method def wait_until: (:change_set_create_complete waiter_name, change_set_name: ::String, ?stack_name: ::String, - ?next_token: ::String + ?next_token: ::String, + ?include_property_values: bool ) -> Client::_DescribeChangeSetResponseSuccess | (:change_set_create_complete waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeChangeSetResponseSuccess | (:stack_create_complete waiter_name, ?stack_name: ::String, ?next_token: ::String