aws-sdk-cognitoidentity 1.3.0 → 1.4.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: 9d02d91d1c32fa721711c556c665d34157221215
4
- data.tar.gz: 8a94d11ec862ca96ad820489413fdfc8266210b3
3
+ metadata.gz: bf8ff15823747fbca6ea8e9b08a92afbb807a43a
4
+ data.tar.gz: 1f2f2c23d15ed4f8a6949d4fa9d9a385ef17cb6b
5
5
  SHA512:
6
- metadata.gz: bdfb2231e1c1a581d2d25234b792022586c7455e68019ee8418b567348430642f4cb2410bd498f5df47b8b0c9f3b73de7ffee64e0e886a4ac4e2817883db8d26
7
- data.tar.gz: 569a528c603360cf7b6625ebcc32a2806b2036422eb0b90ae88dc310e11c3c3effe9664ffbed83a30bbf7aa487f43e0bf3e1fe1405662e82b767e813c67c87fe
6
+ metadata.gz: cd46dde0468bc7646952b297d33d156930a8e74c6787581fa499eb32cac403a685dae9b400ea227d53a8a2aa7395397d0374958bdc47f1fdd1d3e1831072db9f
7
+ data.tar.gz: 8138e46f8e6c6b2c564a781d83dcb56cfb96afa64f87e3e762646234c08038139ce79a672c1bb008d63964d1c57b02dfa33ed76ab546afbc21db0c0d9fe8ba3d
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cognitoidentity/customizations'
42
42
  # @service
43
43
  module Aws::CognitoIdentity
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::CognitoIdentity
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
  #
@@ -1164,7 +1164,7 @@ module Aws::CognitoIdentity
1164
1164
  params: params,
1165
1165
  config: config)
1166
1166
  context[:gem_name] = 'aws-sdk-cognitoidentity'
1167
- context[:gem_version] = '1.3.0'
1167
+ context[:gem_version] = '1.4.0'
1168
1168
  Seahorse::Client::Request.new(handlers, context)
1169
1169
  end
1170
1170
 
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.3.0
4
+ version: 1.4.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-06 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