aws-sdk-pinpoint 1.38.0 → 1.39.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
  SHA256:
3
- metadata.gz: a7cf03600440603973d5f65cd0b3d4c3b1539e0d2f3af4de40a55ae03b928d93
4
- data.tar.gz: 887a8f34912f97214cea0c03e4d3d5b56237a745ae0f973d62ab8195af3e9ae9
3
+ metadata.gz: 0f714cbe3821266a8ac4e425ee57b8e0b6ef79cba05b869a11c88d1c50616628
4
+ data.tar.gz: 98696b556f8e9dab06b4feaf14802d5c832ab11ae18c1ca615516b0e39259692
5
5
  SHA512:
6
- metadata.gz: 438031e185569e8a011e6f136fbd605b610c547e27d5692807fc60d9cb4f58ca09006a487213719864859ccce6c4b87dad430101d8851a220a028843ba6b6a54
7
- data.tar.gz: 881ac8c594203d92c71c6ffb389fbba6c41f518022706e4752f55b56bca377fbbcd08d58b37ec237d4c87007a7049f08911b0854ead2be14074b22268c0c70e0
6
+ metadata.gz: 41db01a5aeae6877892e8f1055632bda904575faacd5c6f2ea1f0084e2777bdea53c89396ac47e3b02ab7b47f4ccd1993adf0a214bbf576b167fdf54861d0b42
7
+ data.tar.gz: f8657c4b7224596c64066adef3894fc115f15e3ec9762d6fcb8efb5f1a509151980299d8df9f246ca972a4d3f7e4d5e1222b2920958a618fbd7a94a31fa5523e
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-pinpoint/customizations'
45
45
  # @service
46
46
  module Aws::Pinpoint
47
47
 
48
- GEM_VERSION = '1.38.0'
48
+ GEM_VERSION = '1.39.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::Pinpoint
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::Pinpoint
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -10310,7 +10310,7 @@ module Aws::Pinpoint
10310
10310
  params: params,
10311
10311
  config: config)
10312
10312
  context[:gem_name] = 'aws-sdk-pinpoint'
10313
- context[:gem_version] = '1.38.0'
10313
+ context[:gem_version] = '1.39.0'
10314
10314
  Seahorse::Client::Request.new(handlers, context)
10315
10315
  end
10316
10316
 
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.38.0
4
+ version: 1.39.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: 2020-04-23 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core