aws-sdk-cognitoidentity 1.1.0 → 1.2.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: d3484ca9e4df9326e498289a5bc6f2763890fedf
4
- data.tar.gz: c58bd287eb9121913ba2f2fce987e3f0534f9d7d
3
+ metadata.gz: 78d7fc53f2919cd82f97ec4f45c804dfbc38bfbf
4
+ data.tar.gz: 9b74d6a67786384ac3231904149d2367f172b38a
5
5
  SHA512:
6
- metadata.gz: 58aa33853fbcd3660f1947eb8a1040195fd678b1d31572219b90eb54777d0eeaa060c6662d757ae84049ddd08b9821db47fcdb2d793473a1d89e4b78aa87ec45
7
- data.tar.gz: f268fd2742668a820b332a62e7157bec607362cc939c1216d71cf29dde97094f1e6fc3c36c871266823cf734879e523e03c2c98d74fa0a0e3382c19e0fb5a524
6
+ metadata.gz: 2dfa7318f7053f774f26474ccf93fa18c8a78db3ae1c4d25934ab74119be96fece5b3d1ad4a633ba241c330df66ed32cbf7c7d344e234aa6efbc7d3784d6792f
7
+ data.tar.gz: 2003ce791578af2f449759347fa03d54e0a0f5b098296f8c3ac9bdc39a14ef5df0663eb7392c174930667d36cbe84e67f1d02824e5f01b52ff33e7e9bc778163
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cognitoidentity/customizations'
42
42
  # @service
43
43
  module Aws::CognitoIdentity
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.2.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::CognitoIdentity
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::CognitoIdentity
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.
@@ -1144,7 +1164,7 @@ module Aws::CognitoIdentity
1144
1164
  params: params,
1145
1165
  config: config)
1146
1166
  context[:gem_name] = 'aws-sdk-cognitoidentity'
1147
- context[:gem_version] = '1.1.0'
1167
+ context[:gem_version] = '1.2.0'
1148
1168
  Seahorse::Client::Request.new(handlers, context)
1149
1169
  end
1150
1170
 
@@ -315,12 +315,14 @@ module Aws::CognitoIdentity
315
315
  api.version = "2014-06-30"
316
316
 
317
317
  api.metadata = {
318
+ "apiVersion" => "2014-06-30",
318
319
  "endpointPrefix" => "cognito-identity",
319
320
  "jsonVersion" => "1.1",
320
321
  "protocol" => "json",
321
322
  "serviceFullName" => "Amazon Cognito Identity",
322
323
  "signatureVersion" => "v4",
323
324
  "targetPrefix" => "AWSCognitoIdentityService",
325
+ "uid" => "cognito-identity-2014-06-30",
324
326
  }
325
327
 
326
328
  api.add_operation(:create_identity_pool, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cognitoidentity
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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-06-26 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