lib/aws-sdk-glue/client.rb in aws-sdk-glue-1.95.0 vs lib/aws-sdk-glue/client.rb in aws-sdk-glue-1.96.0
- old
+ new
@@ -1585,10 +1585,13 @@
# is provided, the Amazon Web Services account ID is used by default.
#
# @option params [required, Types::ConnectionInput] :connection_input
# A `ConnectionInput` object defining the connection to create.
#
+ # @option params [Hash<String,String>] :tags
+ # The tags you assign to the connection.
+ #
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
#
# @example Request syntax with placeholder values
#
# resp = client.create_connection({
@@ -1605,10 +1608,13 @@
# subnet_id: "NameString",
# security_group_id_list: ["NameString"],
# availability_zone: "NameString",
# },
# },
+ # tags: {
+ # "TagKey" => "TagValue",
+ # },
# })
#
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateConnection AWS API Documentation
#
# @overload create_connection(params = {})
@@ -6016,10 +6022,14 @@
#
# @option params [Integer] :max_results
# The maximum number of partitions to return in a single response.
#
# @option params [Boolean] :exclude_column_schema
+ # When true, specifies not returning the partition column schema. Useful
+ # when you are interested only in other partition attributes such as
+ # partition values or location. This approach avoids the problem of a
+ # large response by not returning duplicate data.
#
# @return [Types::GetPartitionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::GetPartitionsResponse#partitions #partitions} => Array<Types::Partition>
# * {Types::GetPartitionsResponse#next_token #next_token} => String
@@ -11046,10 +11056,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-glue'
- context[:gem_version] = '1.95.0'
+ context[:gem_version] = '1.96.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated