aws-sdk-kinesisanalytics 1.16.0 → 1.17.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: 3b5c6323d1dc2ae581442e92223f433905e26e63
4
- data.tar.gz: 33ba2b4989c0d711b485e06f9337b2a2a58b1a37
3
+ metadata.gz: a9ec03532d79f333b01bd93feff1df502702c17a
4
+ data.tar.gz: a7225aa281ad2c627bd8a4cc246fe99044cb3369
5
5
  SHA512:
6
- metadata.gz: 22239da6b051efa35bd27d826f2e151987d8d4863d95b5ae72d706ad572640050537f7306bbad1dff3db416ed624f196e76db81584d826506cd874e25850d27a
7
- data.tar.gz: b85a86237e519c18ca86220c9e80b35747b358bfdd84c186aae80b245a45d7078a2e535327490ca7d7f810709472fc08f673bfa2bd3c8a3826b060dbb660e89b
6
+ metadata.gz: 8a852f06cd56072cf66f294fb16acc47abc44f739fe27adbab729d8907784091b9a8ad3c2ab5824361c7502965bd66db853ace589594ea85933533c7bfc1ec01
7
+ data.tar.gz: f209f48d1c12fbfccfa07c049bd7bdc128768e213973b5b2a79f624a649dea18859c65a02d74c0236723c4e7736001e9b91515fe10e1635900f3f9280dfb12af
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-kinesisanalytics/customizations'
42
42
  # @service
43
43
  module Aws::KinesisAnalytics
44
44
 
45
- GEM_VERSION = '1.16.0'
45
+ GEM_VERSION = '1.17.0'
46
46
 
47
47
  end
@@ -116,6 +116,10 @@ module Aws::KinesisAnalytics
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.
@@ -1839,7 +1843,7 @@ module Aws::KinesisAnalytics
1839
1843
  params: params,
1840
1844
  config: config)
1841
1845
  context[:gem_name] = 'aws-sdk-kinesisanalytics'
1842
- context[:gem_version] = '1.16.0'
1846
+ context[:gem_version] = '1.17.0'
1843
1847
  Seahorse::Client::Request.new(handlers, context)
1844
1848
  end
1845
1849
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesisanalytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.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-05-21 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