aws-sdk-glue 1.35.0 → 1.36.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: 6c53ad11cd4a4102e64443704eeb662e09d8a09f
4
- data.tar.gz: c8a55ce4cae754c2b33137266156f2206c2af4a8
3
+ metadata.gz: 77afc537aff5f08c9bbc0483198b93e0dd4ec0ac
4
+ data.tar.gz: 11fb1f7afa6349400bd7a93386098872afd4015f
5
5
  SHA512:
6
- metadata.gz: 5dbdeb2c79a0817b485680865717e9ce56b7c738d609fe41b6c6b0e2f7f12e4346cef8f30da5a62bce37926af768c6428b5a2cce4cb425afdd4bb4d7dcb66121
7
- data.tar.gz: b027d0b23f3fb8b84b0a02c9e2272b02f10b15a9b0a7901a0e105d76f23f6eb7019159af993763b27b6ae1ec69d9f7b42df17052722fb1ce5af4899b0ff53f8d
6
+ metadata.gz: b13769d3e6968808d7f7ca9574ce1ec3266300da3ee5f6d163074e28cab2fb2a70c8f56e94d263ddb11943e8a53790780ab659167c0d62d8634f9d036c560e2f
7
+ data.tar.gz: c49a041439e8f14d2e2bd72e6bb31847fa5555ca5f4ade419ba2cac097b502c4d1999c3dc99db53587fe6d1e9dc70093c39366fbd891bd0ea437266bd6c73d75
data/lib/aws-sdk-glue.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-glue/customizations'
42
42
  # @service
43
43
  module Aws::Glue
44
44
 
45
- GEM_VERSION = '1.35.0'
45
+ GEM_VERSION = '1.36.0'
46
46
 
47
47
  end
@@ -116,6 +116,10 @@ module Aws::Glue
116
116
  # Allows you to provide an identifier for this client which will be attached to
117
117
  # all generated client side metrics. Defaults to an empty string.
118
118
  #
119
+ # @option options [String] :client_side_monitoring_host ("127.0.0.1")
120
+ # Allows you to specify the DNS hostname or IPv4 or IPv6 address that the client
121
+ # side monitoring agent is running on, where client metrics will be published via UDP.
122
+ #
119
123
  # @option options [Integer] :client_side_monitoring_port (31000)
120
124
  # Required for publishing client metrics. The port that the client side monitoring
121
125
  # agent is running on, where client metrics will be published via UDP.
@@ -5815,7 +5819,7 @@ module Aws::Glue
5815
5819
  params: params,
5816
5820
  config: config)
5817
5821
  context[:gem_name] = 'aws-sdk-glue'
5818
- context[:gem_version] = '1.35.0'
5822
+ context[:gem_version] = '1.36.0'
5819
5823
  Seahorse::Client::Request.new(handlers, context)
5820
5824
  end
5821
5825
 
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.35.0
4
+ version: 1.36.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: 2019-06-05 00:00:00.000000000 Z
11
+ date: 2019-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.53.0
22
+ version: 3.56.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.53.0
32
+ version: 3.56.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement