aws-sdk-polly 1.5.0 → 1.6.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: f5fbbc7ccffa80424f0597e872a314d307c5e582
4
- data.tar.gz: 526ea56fe36680525d499097cfae5c1c1f21eeb0
3
+ metadata.gz: 9237671de12c90b104d2c4da93e8ce179227fa32
4
+ data.tar.gz: bb2d0a1649bd9ff74f2c2e8aa7901e682ad6dc95
5
5
  SHA512:
6
- metadata.gz: 1c204ecde56b71a3ad97f5e33011b9ac034330af07f28e0e5eb3e06ad2685a734be5bbf77cfb62ec148b70e6d981166086f30beb04ff248c2301eac40991a887
7
- data.tar.gz: 3788719a0b1cf9c82aaa5b572e058715a1f190fd2ad8d94ac7d5cb8fb898191e033f879c446ed1a8dffa1c518316374f2acb4d7940935bbfba575063cd839224
6
+ metadata.gz: c3d1028dee4486526a7508662e93f018af6abe4c02e359aa283379e5b0c9c017ee47fd44a931f51c69dbe0660ff5240642eec06ffa796ec943ccea55bffba8b1
7
+ data.tar.gz: b571f6b835967d894ca3e4473e6f0e9e831f99ccc4b5c29c4c326e16d905c8312c6b7a90135e3d937f51cb94631255051580a9d94134aefaf103f245fc3f85eb
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-polly/customizations'
42
42
  # @service
43
43
  module Aws::Polly
44
44
 
45
- GEM_VERSION = '1.5.0'
45
+ GEM_VERSION = '1.6.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::Polly
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::Polly
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
@@ -602,7 +613,7 @@ module Aws::Polly
602
613
  params: params,
603
614
  config: config)
604
615
  context[:gem_name] = 'aws-sdk-polly'
605
- context[:gem_version] = '1.5.0'
616
+ context[:gem_version] = '1.6.0'
606
617
  Seahorse::Client::Request.new(handlers, context)
607
618
  end
608
619
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-polly
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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-06-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