aws-sdk-pinpoint 1.9.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c636fd56a6b064c39488521e0927dde04adf4b3e
4
- data.tar.gz: b13f9bb2bef8e02af19828b9f6a81e27c9701910
3
+ metadata.gz: 5e36bcb4c978afe287f5b1ea7016fe12de0f13f8
4
+ data.tar.gz: 1ee08ad27dcadc962b4cc9079aaaea0c7a49e469
5
5
  SHA512:
6
- metadata.gz: a697fd0de5fedced408792efceea195c051948b7c5e883917f7edd4c41182511ece33cc5ce37900396c2fccd4015a97b186f922eed039a3029c3d7c6554f7ad8
7
- data.tar.gz: 9301284666b42303f34e46df6eec71e04ee155c9f7af99b7cfabddd08051dea825178365fad6fc12bbd682d22d64a66de895f8039c44319fc706c38f83ec952c
6
+ metadata.gz: b6e16ea33953c5a01be0e31c02b4fb30febc2455ade18b9a1b4ee26a1284af82f55682d0090c2c514057f39c8561257a0f34cd2555cb1bab5750c2bf991ff1e5
7
+ data.tar.gz: d19b1900697f51b2376e4b05a7daa07adfef51ef372216d5732856a640d36a0db09fa9e708b107341e6ec743522b0802199801993868835ea2faad46b940c6c4
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-pinpoint/customizations'
42
42
  # @service
43
43
  module Aws::Pinpoint
44
44
 
45
- GEM_VERSION = '1.9.0'
45
+ GEM_VERSION = '1.10.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::Pinpoint
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
  #
@@ -6170,7 +6170,7 @@ module Aws::Pinpoint
6170
6170
  params: params,
6171
6171
  config: config)
6172
6172
  context[:gem_name] = 'aws-sdk-pinpoint'
6173
- context[:gem_version] = '1.9.0'
6173
+ context[:gem_version] = '1.10.0'
6174
6174
  Seahorse::Client::Request.new(handlers, context)
6175
6175
  end
6176
6176
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pinpoint
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.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