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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b621bff16e235c3066336f6e9d989f4eb5580b64
4
- data.tar.gz: 04c1693bfd98dd881714f258569b71e9cb68faed
3
+ metadata.gz: ad2436b5008e1e9b8d3dc050e28d375c15cf3587
4
+ data.tar.gz: 0d6075dc9d1601e6bd6d6d063c27a2b8cc630129
5
5
  SHA512:
6
- metadata.gz: 308600d550d3246947e9eb508da5b6badba1163fc1df22b4177e2cc7e0aca0e4c8f98b3edc7f0dd828183abd3cd096ccf7822e07eb4901b90b8bb621e3d9d417
7
- data.tar.gz: f6706b4c54c178f40c6474e2b89cff0a86a9ac88a192dde51a301ee0d1ec92773ea6d529087869525b27209cfa320ee186448620d54a52918a4c3cfeef74b386
6
+ metadata.gz: c78981a8da9231ad704de968493740c58e4783e83892c1f4ad7be607d9f936f70ba9d7a615c8a91f5d5633490ab7a8481f10ffea2a93783ef2bf2f2540994914
7
+ data.tar.gz: bac612a2fcc883e248d12d6ec793e9e496509e85fe287511ae2b8dd743842b949af475d17e27f55972906a2efb80f12c0a816f8b9d17b970a41eede80bcdc87f
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cognitosync/customizations'
42
42
  # @service
43
43
  module Aws::CognitoSync
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::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.3.0'
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.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