aws-sdk-appsync 1.2.0 → 1.3.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: ae0e8b29463ddb600eea0bb86fbc244ca9055ff8
4
- data.tar.gz: 2e234364fcc7c4aa46dfb74a2cdfd44c3966f048
3
+ metadata.gz: c3dcf1824ac36dd3389da43b9c5e05460f5e7a43
4
+ data.tar.gz: 06c4918a43439bf0d5a4a0f6c6f3dafa93253f4e
5
5
  SHA512:
6
- metadata.gz: f7c6ea7f4a8ce66877d584a7c23f87c7c2eeaa1f74baf14f534ff3585bd0a7065617a4bae7f7eaf7696ef5aebbb45d6b35cb4fb0d53565edc72696eb959d9c49
7
- data.tar.gz: 1dfbebaf5d168b3db258bffe4c50c27f29ff1880d4ca669d2d6ac58506732389b655b2a0d6e43ecc8cc9febac15af903ff1095ff1deb7b9585e78fb695b4c61e
6
+ metadata.gz: d68ca2ccf425bf9670c73205b54613c0f06040d06a58e47ee7ba3c53e5bfa9d3527eb629ecf400e8595dccbaf5085cb4533cf3a4e464bcce758f1cb40f43f8bc
7
+ data.tar.gz: a1f8275c29998558430a2f3013dd25c6b74816f8b02273b310aeec742d83efa0aed324c9d6f9799a475bbce3ae4d5be005e3664dfbdb552e534d745a79e17ad5
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-appsync/customizations'
42
42
  # @service
43
43
  module Aws::AppSync
44
44
 
45
- GEM_VERSION = '1.2.0'
45
+ GEM_VERSION = '1.3.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::AppSync
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::AppSync
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
@@ -1393,7 +1404,7 @@ module Aws::AppSync
1393
1404
  params: params,
1394
1405
  config: config)
1395
1406
  context[:gem_name] = 'aws-sdk-appsync'
1396
- context[:gem_version] = '1.2.0'
1407
+ context[:gem_version] = '1.3.0'
1397
1408
  Seahorse::Client::Request.new(handlers, context)
1398
1409
  end
1399
1410
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appsync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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-05-03 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