aws-sdk-cloud9 1.1.0 → 1.2.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: 3d5c6374b4ac31fcd51f14c702de1e56314d33ad
4
- data.tar.gz: 59a8200973c1c4a9d37d5f21fbe30d4e554a66dc
3
+ metadata.gz: 201359c5febfdbc263484f0852f0ae2682257313
4
+ data.tar.gz: bd2b2f64fd72c2cc30ae86d7baedb8ffc86d4b49
5
5
  SHA512:
6
- metadata.gz: 791da0c905acbbdf48febfd3ac122d333a528a8aeed6afa1fc06dd215e8fa896ee882f261d707ce79260f226681e37258d5fb4808b9b9f424a67811e21eb3ef0
7
- data.tar.gz: 73d08d852c1cdc3afbf50f412691bac9e6c2b8e773575b11885241178a50e5417dd4e7db1e7a1c7f85f714133ec67e7ee84cf3e95a3d6e7d9845574ad2d3113d
6
+ metadata.gz: 4ee4100e7f702c0c44fec0ce7727a10c6e06ec6381a4f89661f3a014dc2020c49b9d9de59ad993e9b388132ce3ad274745ffc967902d24b128ff12e2a77ad282
7
+ data.tar.gz: 0ecb50ab87df2f2290b65f4265979a0464feabb7f61f5f7831e6fd406b049adc0a0bb641c0b4dacb934c577ab94885d515d9f6e028f70eb63d155c9845950693
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cloud9/customizations'
42
42
  # @service
43
43
  module Aws::Cloud9
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.2.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::Cloud9
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::Cloud9
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
@@ -818,7 +829,7 @@ module Aws::Cloud9
818
829
  params: params,
819
830
  config: config)
820
831
  context[:gem_name] = 'aws-sdk-cloud9'
821
- context[:gem_version] = '1.1.0'
832
+ context[:gem_version] = '1.2.0'
822
833
  Seahorse::Client::Request.new(handlers, context)
823
834
  end
824
835
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloud9
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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-05 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 - AWS Cloud9