aws-sdk-rekognition 1.7.0 → 1.8.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: 9e09dfa476cc2e1543a043f2b2e9077ba3344388
4
- data.tar.gz: e411ca3ae4df3aacaf6ef12d0023686c5849074c
3
+ metadata.gz: 6a41660d4e57e59e14ce6706acea15eff9011adb
4
+ data.tar.gz: 41be744cd420abc98db4958023aeb954f3e54396
5
5
  SHA512:
6
- metadata.gz: d12c048d39506a905db428b6680e5a94fcba4581b88512a82a8360a242ee70ddb351106f148ed05e3eb12c3cddb09c1baefb4bc47ca8b9cbb1a7c04d0d223948
7
- data.tar.gz: a8e5b6cdedd4b108cf6fe94b66d66c6f9c15a770d32ca2529ff79acd28deb2555e2e52b9badc02199ee829fe2ef554c458e90cc09fbce2bd6a50a89737ebf05b
6
+ metadata.gz: 6b423f45b52b70e6284c43609265ae9fb5a343ed8231271e4aac6d6e3e6c0bfb6bcbdc5dd34efbfcc7a2bd6a358f385dd7314cea0b24369f02192fc2a2e4bd72
7
+ data.tar.gz: 93d9573f505169d0274ed91f53365920daa841867916b96b38e6c2296d2706079124342a0eace8f8561eef372bbaf934b917be4ebce6871517203f4d927139a7
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-rekognition/customizations'
42
42
  # @service
43
43
  module Aws::Rekognition
44
44
 
45
- GEM_VERSION = '1.7.0'
45
+ GEM_VERSION = '1.8.0'
46
46
 
47
47
  end
@@ -19,6 +19,8 @@ require 'aws-sdk-core/plugins/response_paging.rb'
19
19
  require 'aws-sdk-core/plugins/stub_responses.rb'
20
20
  require 'aws-sdk-core/plugins/idempotency_token.rb'
21
21
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
22
+ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
23
+ require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
22
24
  require 'aws-sdk-core/plugins/signature_v4.rb'
23
25
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
24
26
 
@@ -47,6 +49,8 @@ module Aws::Rekognition
47
49
  add_plugin(Aws::Plugins::StubResponses)
48
50
  add_plugin(Aws::Plugins::IdempotencyToken)
49
51
  add_plugin(Aws::Plugins::JsonvalueConverter)
52
+ add_plugin(Aws::Plugins::ClientMetricsPlugin)
53
+ add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
50
54
  add_plugin(Aws::Plugins::SignatureV4)
51
55
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
52
56
 
@@ -92,6 +96,22 @@ module Aws::Rekognition
92
96
  #
93
97
  # @option options [String] :access_key_id
94
98
  #
99
+ # @option options [] :client_side_monitoring (false)
100
+ # When `true`, client-side metrics will be collected for all API requests from
101
+ # this client.
102
+ #
103
+ # @option options [] :client_side_monitoring_client_id ("")
104
+ # Allows you to provide an identifier for this client which will be attached to
105
+ # all generated client side metrics. Defaults to an empty string.
106
+ #
107
+ # @option options [] :client_side_monitoring_port (31000)
108
+ # Required for publishing client metrics. The port that the client side monitoring
109
+ # agent is running on, where client metrics will be published via UDP.
110
+ #
111
+ # @option options [] :client_side_monitoring_publisher (#<Aws::ClientSideMonitoring::Publisher:0x00007f20e3c7b9f0 @agent_port=nil, @mutex=#<Thread::Mutex:0x00007f20e3c7b9a0>>)
112
+ # Allows you to provide a custom client-side monitoring publisher class. By default,
113
+ # will use the Client Side Monitoring Agent Publisher.
114
+ #
95
115
  # @option options [Boolean] :convert_params (true)
96
116
  # When `true`, an attempt is made to coerce request parameters into
97
117
  # the required types.
@@ -3426,7 +3446,7 @@ module Aws::Rekognition
3426
3446
  params: params,
3427
3447
  config: config)
3428
3448
  context[:gem_name] = 'aws-sdk-rekognition'
3429
- context[:gem_version] = '1.7.0'
3449
+ context[:gem_version] = '1.8.0'
3430
3450
  Seahorse::Client::Request.new(handlers, context)
3431
3451
  end
3432
3452
 
@@ -823,12 +823,15 @@ module Aws::Rekognition
823
823
  api.version = "2016-06-27"
824
824
 
825
825
  api.metadata = {
826
+ "apiVersion" => "2016-06-27",
826
827
  "endpointPrefix" => "rekognition",
827
828
  "jsonVersion" => "1.1",
828
829
  "protocol" => "json",
829
830
  "serviceFullName" => "Amazon Rekognition",
831
+ "serviceId" => "Rekognition",
830
832
  "signatureVersion" => "v4",
831
833
  "targetPrefix" => "RekognitionService",
834
+ "uid" => "rekognition-2016-06-27",
832
835
  }
833
836
 
834
837
  api.add_operation(:compare_faces, Seahorse::Model::Operation.new.tap do |o|
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.7.0
4
+ version: 1.8.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-09-04 00:00:00.000000000 Z
11
+ date: 2018-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core