aws-sdk-sqs 1.26.0 → 1.27.1

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
  SHA256:
3
- metadata.gz: b1014852f63645561d9801b151910a4dd10ebffc2f9e805d05d4b5b34a3b42b7
4
- data.tar.gz: 2ae4abb0f31cc7342d00707d5c1f402b84201fb607255c5126aec77ff8421f33
3
+ metadata.gz: 930ec95f362fc5fa5b3332c482b8b0559e214c641df330439aa855164dd084d4
4
+ data.tar.gz: 73396e0bbd88f8c4c5c206263e7fc23ed7e72872d87a41044d151dade1375692
5
5
  SHA512:
6
- metadata.gz: 723969270fc807c267b455564eb5d76c7a0b8a37001016c0b3b1f89d607fe63a5240b1fd944ec1742b715a53329b6544e341dc0a82c0749125d7e7bb7def07c8
7
- data.tar.gz: 1b7baa49dd7422d5483941ad10aa8c11e12267647963c4f698c3a9736fc8a6c9e5a54d09a6270b09c8a763abe7bab552809ca4b53e41465152b4c242389d8542
6
+ metadata.gz: ee299a2d6ccf91c4c732ec05a1cb51890801e3a0b36925d80b5b106fa1ed8257c15beb081ba1768c95f2b30ab043feb68a5a01bccddb57da6d7a955f2fca9d66
7
+ data.tar.gz: 50a1077ce5cd35470137d997dcb5cbbd1bc5b3bb04c905db9b9fc9c791ed873f8526c59f40b938dbe99d82a89cd89b568b870e5cdd5e600bea3851ce04c399cf
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-sqs/customizations'
47
47
  # @service
48
48
  module Aws::SQS
49
49
 
50
- GEM_VERSION = '1.26.0'
50
+ GEM_VERSION = '1.27.1'
51
51
 
52
52
  end
@@ -24,6 +24,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
24
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
25
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
26
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
27
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
28
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
29
  require 'aws-sdk-core/plugins/protocols/query.rb'
29
30
  require 'aws-sdk-sqs/plugins/queue_urls.rb'
@@ -71,6 +72,7 @@ module Aws::SQS
71
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
72
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
73
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
74
76
  add_plugin(Aws::Plugins::SignatureV4)
75
77
  add_plugin(Aws::Plugins::Protocols::Query)
76
78
  add_plugin(Aws::SQS::Plugins::QueueUrls)
@@ -165,7 +167,7 @@ module Aws::SQS
165
167
  # @option options [String] :endpoint
166
168
  # The client endpoint is normally constructed from the `:region`
167
169
  # option. You should only configure an `:endpoint` when connecting
168
- # to test endpoints. This should be a valid HTTP(S) URI.
170
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
169
171
  #
170
172
  # @option options [Integer] :endpoint_cache_max_entries (1000)
171
173
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -2274,7 +2276,7 @@ module Aws::SQS
2274
2276
  params: params,
2275
2277
  config: config)
2276
2278
  context[:gem_name] = 'aws-sdk-sqs'
2277
- context[:gem_version] = '1.26.0'
2279
+ context[:gem_version] = '1.27.1'
2278
2280
  Seahorse::Client::Request.new(handlers, context)
2279
2281
  end
2280
2282
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sqs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.27.1
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: 2020-05-28 00:00:00.000000000 Z
11
+ date: 2020-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement