aws-sdk-rekognition 1.25.0 → 1.26.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: 16d1c0affa41d7b947311073e9adb9b17b37f72a
4
- data.tar.gz: 93c23faad0fabb1b1304fe7867afac79a2ba6490
3
+ metadata.gz: 928a373ebaf227d7bf58334d3f5fe53a2aa4c0a8
4
+ data.tar.gz: e47c59f7acefd78d21eadc856177751982d6f6e1
5
5
  SHA512:
6
- metadata.gz: 67a2bcfe3f06ab4ebb95b04c1e34aa31a9c8221382294836a37a207b3bdc3ad83faee515c6d0c3eb4ca0f30288f4f41436c3fa366bb267570e5c4c4b041bda66
7
- data.tar.gz: 7dc0c69960d0c3e6ba71dc749b64b9bb66dd06fc9cd74cd5e7ef54ebff3e629e6e4326f9cc7d1dc07b2c7730ceb6338f54dfe29b61917ed8c171684cd82924dd
6
+ metadata.gz: a90da8e5286a2131820e5ce916b99dd7f146ddebb0d8649167bad3d570e1c93b318ddb04804c0e2338aefd85836413ab12823ead665a449ff469bea6be80b860
7
+ data.tar.gz: dd9a9b10a9641919c2bdc72cb41ffd1a3a93bec2730b45e27e502609d0558ad22250020c35c19486cf65e2fcd0c677e605656088460f145c59328499ca1c91a3
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-rekognition/customizations'
42
42
  # @service
43
43
  module Aws::Rekognition
44
44
 
45
- GEM_VERSION = '1.25.0'
45
+ GEM_VERSION = '1.26.0'
46
46
 
47
47
  end
@@ -116,6 +116,10 @@ module Aws::Rekognition
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.
@@ -3754,7 +3758,7 @@ module Aws::Rekognition
3754
3758
  params: params,
3755
3759
  config: config)
3756
3760
  context[:gem_name] = 'aws-sdk-rekognition'
3757
- context[:gem_version] = '1.25.0'
3761
+ context[:gem_version] = '1.26.0'
3758
3762
  Seahorse::Client::Request.new(handlers, context)
3759
3763
  end
3760
3764
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rekognition
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.26.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