aws-sdk-efs 1.0.1 → 1.1.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: 7bce3cd482181d209fd5640f049431c0d063cf08
4
- data.tar.gz: 9942a6537a79391067f17905f5abc3a88b5f3958
3
+ metadata.gz: 8c6c02e9495e6d83e698ff4c4a7459caa2e75db5
4
+ data.tar.gz: 65280460b5377d398a1615020cb9b6f287016a88
5
5
  SHA512:
6
- metadata.gz: a04b3e37b30c55a7ebb4324c1301cd72287a03faf695544c832c44a09ae817256e91d6d61c7b9f825f40ccd6648f5d671da9fbadf82f6f0c9a8a98470986dcc5
7
- data.tar.gz: 0c57520280105bb16afc25bc7aabdd09eebf31da545a3289bf372028923cd35c314ff55edc302203c57b7ffef06a767c4fe8264195876c7ece08a0178ee21082
6
+ metadata.gz: 71740f7131d0a688f63fa36270e961c4bc795fba9bdf99580d09c9bbbb9d0591fd23315e4199387223e2b54fa56065a0185e5c28fbf114aeb3f779b62beb6edc
7
+ data.tar.gz: f3d0c9492aeb550566e99c83f23aeeae218d76b41c07ae562b8af473a11e77c9c48fd5b5485b29afa0a06a5676b6051b3d14355e8a76ba22f3dc25250644643d
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-efs/customizations'
42
42
  # @service
43
43
  module Aws::EFS
44
44
 
45
- GEM_VERSION = '1.0.1'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::EFS
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::EFS
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
@@ -1123,7 +1134,7 @@ module Aws::EFS
1123
1134
  params: params,
1124
1135
  config: config)
1125
1136
  context[:gem_name] = 'aws-sdk-efs'
1126
- context[:gem_version] = '1.0.1'
1137
+ context[:gem_version] = '1.1.0'
1127
1138
  Seahorse::Client::Request.new(handlers, context)
1128
1139
  end
1129
1140
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-efs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.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-02-16 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.1
78
+ rubygems_version: 2.5.2.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: AWS SDK for Ruby - EFS