aws-sdk-pinpoint 1.4.0 → 1.5.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: 384dd200812be8c09432e0e9638dd4c938af8f68
4
- data.tar.gz: f8c4f00100663348d8be73b8df964368928c8bdc
3
+ metadata.gz: 762cfb26745952ae45f8de8b00ab81b45c85fcbf
4
+ data.tar.gz: 65ac3e673962c513ce14524a99d222dd7e5e2792
5
5
  SHA512:
6
- metadata.gz: 13a69d44a8450c1c48a7fccb2e5e32855326fda35b10bd001d8134b9ec06e4cba8684233f617782db2e00d4896ecda238fab1a95295a35b3f454249242d31ace
7
- data.tar.gz: fd80a52dbbde737ffe9de7feb1ef44ca05803b57c67b4e875e55bfa1676f2485b84a3df19c8350dffc794e0b79cdab61a0adb32c27a931786bb9410af95d7f32
6
+ metadata.gz: f68da2f5039a13d88f099dcf0267f1368379eca0abf361a6c97c41229528eff5a01dd4da1390825bd553f62f735fe088f36ec72dc94c92a7796087daf588b4c9
7
+ data.tar.gz: 4e4c3524de452fcd1e6134f968266cec057b12f21a7cd277101aa557a8e7f8e023276da97d0008f98d8649bda16bc43b0ed3163044f315c96231631954b0f5bd
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-pinpoint/customizations'
42
42
  # @service
43
43
  module Aws::Pinpoint
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::Pinpoint
115
115
  # Used when loading credentials from the shared credentials file
116
116
  # at HOME/.aws/credentials. When not specified, 'default' is used.
117
117
  #
118
+ # @option options [Float] :retry_base_delay (0.3)
119
+ # The base delay in seconds used by the default backoff function.
120
+ #
121
+ # @option options [Symbol] :retry_jitter (:none)
122
+ # A delay randomiser function used by the default backoff function. Some predefined functions can be referenced by name - :none, :equal, :full, otherwise a Proc that takes and returns a number.
123
+ #
124
+ # @see https://www.awsarchitectureblog.com/2015/03/backoff.html
125
+ #
118
126
  # @option options [Integer] :retry_limit (3)
119
127
  # The maximum number of times to retry failed requests. Only
120
128
  # ~ 500 level server errors and certain ~ 400 level client errors
@@ -122,6 +130,9 @@ module Aws::Pinpoint
122
130
  # checksum errors, networking errors, timeout errors and auth
123
131
  # errors from expired credentials.
124
132
  #
133
+ # @option options [Integer] :retry_max_delay (0)
134
+ # The maximum number of seconds to delay between retries (0 for no limit) used by the default backoff function.
135
+ #
125
136
  # @option options [String] :secret_access_key
126
137
  #
127
138
  # @option options [String] :session_token
@@ -5132,7 +5143,7 @@ module Aws::Pinpoint
5132
5143
  params: params,
5133
5144
  config: config)
5134
5145
  context[:gem_name] = 'aws-sdk-pinpoint'
5135
- context[:gem_version] = '1.4.0'
5146
+ context[:gem_version] = '1.5.0'
5136
5147
  Seahorse::Client::Request.new(handlers, context)
5137
5148
  end
5138
5149
 
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.4.0
4
+ version: 1.5.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-03-15 00:00:00.000000000 Z
11
+ date: 2018-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  requirements: []
77
77
  rubyforge_project:
78
- rubygems_version: 2.5.2.2
78
+ rubygems_version: 2.5.2.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: AWS SDK for Ruby - Amazon Pinpoint