sig/client.rbs in aws-sdk-s3-1.167.0 vs sig/client.rbs in aws-sdk-s3-1.168.0

- old
+ new

@@ -1055,14 +1055,17 @@ interface _ListBucketsResponseSuccess include ::Seahorse::Client::_ResponseSuccess[Types::ListBucketsOutput] def buckets: () -> ::Array[Types::Bucket] def owner: () -> Types::Owner def continuation_token: () -> ::String + def prefix: () -> ::String end # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#list_buckets-instance_method def list_buckets: ( ?max_buckets: ::Integer, - ?continuation_token: ::String + ?continuation_token: ::String, + ?prefix: ::String, + ?bucket_region: ::String ) -> _ListBucketsResponseSuccess | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListBucketsResponseSuccess interface _ListDirectoryBucketsResponseSuccess include ::Seahorse::Client::_ResponseSuccess[Types::ListDirectoryBucketsOutput]