aws-sdk-mobile 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: e4012f9a9e8f0e9e459a1a2fbf892cba70b00584
4
- data.tar.gz: 6d1894098d2f60d0c4b928f941ca658d72cdc5f2
3
+ metadata.gz: 0a763416e37de5c08feb870a9a414d051a557c34
4
+ data.tar.gz: bfc5ddf69851bf9c0d1c9d281105212f6a90e340
5
5
  SHA512:
6
- metadata.gz: 3aec355ed8da3938ee650324b6e416b4b6fa038da00a21582c43c24dec03000ff7a4388e64390bb3260bbedc9e06691f0c45adc2757de6cb4bcd3e67e43d0d64
7
- data.tar.gz: 6013ef623c38ba83f02438b74b2a608813fd2d22622b51957f0fbbc041f14faee3653b50d655d85983ec42192922e2a4d6a0249e799d1e9038206deb84a678fb
6
+ metadata.gz: 40da5046d465da20aa0e80c42c893b5fc804c0238d509fede1cd85ca744cd8bc4fb2758238c7d554734133464e47a0ba003de2acf8eb7686bf1a665e3de70776
7
+ data.tar.gz: 49c8d5cf45628fbdbc02ad69e7881f843088a4f1db94fed9e8edb87acbf674f8bca149dea9ec8375b8e12e8e370b29dc541eaeff08f2edd2ef4cc1db4141f9b5
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mobile/customizations'
42
42
  # @service
43
43
  module Aws::Mobile
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::Mobile
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
  #
@@ -570,7 +570,7 @@ module Aws::Mobile
570
570
  params: params,
571
571
  config: config)
572
572
  context[:gem_name] = 'aws-sdk-mobile'
573
- context[:gem_version] = '1.3.0'
573
+ context[:gem_version] = '1.4.0'
574
574
  Seahorse::Client::Request.new(handlers, context)
575
575
  end
576
576
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mobile
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