aws-sdk-cognitosync 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 +4 -4
- data/lib/aws-sdk-cognitosync.rb +1 -1
- data/lib/aws-sdk-cognitosync/client.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad2436b5008e1e9b8d3dc050e28d375c15cf3587
|
4
|
+
data.tar.gz: 0d6075dc9d1601e6bd6d6d063c27a2b8cc630129
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c78981a8da9231ad704de968493740c58e4783e83892c1f4ad7be607d9f936f70ba9d7a615c8a91f5d5633490ab7a8481f10ffea2a93783ef2bf2f2540994914
|
7
|
+
data.tar.gz: bac612a2fcc883e248d12d6ec793e9e496509e85fe287511ae2b8dd743842b949af475d17e27f55972906a2efb80f12c0a816f8b9d17b970a41eede80bcdc87f
|
data/lib/aws-sdk-cognitosync.rb
CHANGED
@@ -96,19 +96,19 @@ module Aws::CognitoSync
|
|
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
|
#
|
@@ -1037,7 +1037,7 @@ module Aws::CognitoSync
|
|
1037
1037
|
params: params,
|
1038
1038
|
config: config)
|
1039
1039
|
context[:gem_name] = 'aws-sdk-cognitosync'
|
1040
|
-
context[:gem_version] = '1.
|
1040
|
+
context[:gem_version] = '1.4.0'
|
1041
1041
|
Seahorse::Client::Request.new(handlers, context)
|
1042
1042
|
end
|
1043
1043
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cognitosync
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
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-
|
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
|