aws-sdk-core 3.48.4 → 3.48.5

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: c7f250afcf1a6ea5a0d304eea62026847a912aae
4
- data.tar.gz: 94bcb65ad4efaa590c0cba95da2d4391969ec285
3
+ metadata.gz: 180993a1ab02a23ef4e8bf9b99a3c772f7332c5b
4
+ data.tar.gz: 9682d3e3e7f0a28ca80b0a75b9b38f947797c9c3
5
5
  SHA512:
6
- metadata.gz: 9f5e35a2dfa688c3ec60aad30b866a9c719aa7f11e7a4c136bb0c58f0059c2967a8a1963a680e3f429f79c7834000c35d353f2f6b4a9876556e06cfde0a5ffd9
7
- data.tar.gz: 4a1c4d3275caf98b617313ee1f192391efc4242aa51d4ec42667177d5b64ad91a6b6655650998a9b544ba816814e5ab0d506fb25358d1a2955567ba7b057b932
6
+ metadata.gz: 63a8e32b5dc44343dd2a1eb910e1a7b91560ba8b29c177b1ebca52cf9eaa7d5a77826de4ffee3eb67541d3cc0c2a3a1d29543dbff010b4afcfce79c6c9cee939
7
+ data.tar.gz: 0fa86ef996fcfcd0318c4d6bd98c8ac8b69abecbb6e189e786d77f9b9ebf07c06b8490b4390abe52e8e663d30bbc81acf642d517c5ea9fcd7649c918f3503ae1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.48.4
1
+ 3.48.5
@@ -85,6 +85,7 @@ A delay randomiser function used by the default backoff function. Some predefine
85
85
  'BandwidthLimitExceeded', # cloud search
86
86
  'LimitExceededException', # kinesis
87
87
  'TooManyRequestsException', # batch
88
+ 'PriorRequestNotComplete', # route53
88
89
  ])
89
90
 
90
91
  CHECKSUM_ERRORS = Set.new([
@@ -40,6 +40,6 @@ require_relative 'aws-sdk-sts/customizations'
40
40
  # @service
41
41
  module Aws::STS
42
42
 
43
- GEM_VERSION = '3.48.4'
43
+ GEM_VERSION = '3.48.5'
44
44
 
45
45
  end
@@ -1578,7 +1578,7 @@ module Aws::STS
1578
1578
  params: params,
1579
1579
  config: config)
1580
1580
  context[:gem_name] = 'aws-sdk-core'
1581
- context[:gem_version] = '3.48.4'
1581
+ context[:gem_version] = '3.48.5'
1582
1582
  Seahorse::Client::Request.new(handlers, context)
1583
1583
  end
1584
1584
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.48.4
4
+ version: 3.48.5
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: 2019-04-18 00:00:00.000000000 Z
11
+ date: 2019-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath