aws-sdk-glue 1.18.0 → 1.19.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8c9950c92aac1c860d8a8161adcc50ef9f0ea013
4
- data.tar.gz: 99931ca528502fa2dfbfda43dce47e212ac06168
3
+ metadata.gz: 8f1d4d671a0e67945058085f93bf2c4ab00e150a
4
+ data.tar.gz: ede8cdc351793889dea331ec1e2fd91c12cb5b83
5
5
  SHA512:
6
- metadata.gz: da935205043cf51459623fdea94e808062de62dafd526a1524cbc97b2cf438df1293f6b1583dc8ae02ad063bfe6851982227efbdd1276f16347292d2e3891dd3
7
- data.tar.gz: 51c9d6baee837e386e76c61dd07b2b884c0fb69d15a021621e9fc2c164b627c80bd89043720de45335ca2a790628d21af35d270aa5497e4b3b7c552bf68c41d9
6
+ metadata.gz: ebbad46f71a8b51f94f8cec1c580228300d6c8bf12bd7ddf49a19a13d0cf0ddfd699acedcc12b7b3f16e8da6e05e81bc067355ffefa5948f02943a473a113b59
7
+ data.tar.gz: 706e2b0c79d2c2a03fb3752a9787dbf590ac9104148d1d4712034865eaa3db4b5239fd5945ca7bdc22c38e4c8513e8f2fe5ab708f1db23eef2f0bdebec7917d1
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-glue/customizations'
42
42
  # @service
43
43
  module Aws::Glue
44
44
 
45
- GEM_VERSION = '1.18.0'
45
+ GEM_VERSION = '1.19.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::Glue
96
96
  #
97
97
  # @option options [String] :access_key_id
98
98
  #
99
- # @option options [] :client_side_monitoring (false)
99
+ # @option options [Boolean] :client_side_monitoring (false)
100
100
  # When `true`, client-side metrics will be collected for all API requests from
101
101
  # this client.
102
102
  #
103
- # @option options [] :client_side_monitoring_client_id ("")
103
+ # @option options [String] :client_side_monitoring_client_id ("")
104
104
  # Allows you to provide an identifier for this client which will be attached to
105
105
  # all generated client side metrics. Defaults to an empty string.
106
106
  #
107
- # @option options [] :client_side_monitoring_port (31000)
107
+ # @option options [Integer] :client_side_monitoring_port (31000)
108
108
  # Required for publishing client metrics. The port that the client side monitoring
109
109
  # agent is running on, where client metrics will be published via UDP.
110
110
  #
111
- # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
111
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
112
112
  # Allows you to provide a custom client-side monitoring publisher class. By default,
113
113
  # will use the Client Side Monitoring Agent Publisher.
114
114
  #
@@ -4908,7 +4908,7 @@ module Aws::Glue
4908
4908
  params: params,
4909
4909
  config: config)
4910
4910
  context[:gem_name] = 'aws-sdk-glue'
4911
- context[:gem_version] = '1.18.0'
4911
+ context[:gem_version] = '1.19.0'
4912
4912
  Seahorse::Client::Request.new(handlers, context)
4913
4913
  end
4914
4914
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-glue
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-16 00:00:00.000000000 Z
11
+ date: 2018-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core