aws-sdk-rekognition 1.11.0 → 1.12.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: d6dfe87f1bcc7424a61682b5f56ea02b0cba2fb8
4
- data.tar.gz: dc3fc7bf664cbf8966646907869131d2f93eb018
3
+ metadata.gz: 79823dd5c8f2c9ee24597eee9b932c39e4592b2d
4
+ data.tar.gz: 61cade12b7dee93c921eb8d4e6c579c317c2a25f
5
5
  SHA512:
6
- metadata.gz: 1875e75835c3aed614d5b4f625352a3a7555bb3104ccc0aefa2fcf41e577db06b1ff5e73220a08be988d37df35dbb7dc3bd5c671e222836dfbe644a1468ea25f
7
- data.tar.gz: 53e3821805a71d2801596badb958b76c890622b917abfc1e884f37eee4f552f53f5662896c5848a1ab6edffd2921b586010c3a318dcacd5bba0041cb0afa04d4
6
+ metadata.gz: 2d9af8e2f105655549e6e8277d2a4f5630a5cbf70c08bda4e211b79d6cbcaca4ccddb5d0e86800d42fd40e8e107b80b97f478643d0f39591f00624996e55ab5c
7
+ data.tar.gz: '0809d884a11d611c199cc01a70db7f6dd1121b9919e5b695791629bfbde63bb6832f3d7533ee5eb8f1a1a165f52ad68d0d794fbfa48319d6c9e01803ad23e83e'
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-rekognition/customizations'
42
42
  # @service
43
43
  module Aws::Rekognition
44
44
 
45
- GEM_VERSION = '1.11.0'
45
+ GEM_VERSION = '1.12.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::Rekognition
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
  #
@@ -3564,7 +3564,7 @@ module Aws::Rekognition
3564
3564
  params: params,
3565
3565
  config: config)
3566
3566
  context[:gem_name] = 'aws-sdk-rekognition'
3567
- context[:gem_version] = '1.11.0'
3567
+ context[:gem_version] = '1.12.0'
3568
3568
  Seahorse::Client::Request.new(handlers, context)
3569
3569
  end
3570
3570
 
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.11.0
4
+ version: 1.12.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-01 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