aws-sdk-sqs 1.76.0 → 1.77.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
  SHA256:
3
- metadata.gz: 30f3d0e15b1b86a8c08c9d5e4e5c65bb9f97557e5f370da75bb4aaad9049988b
4
- data.tar.gz: 803f2ff4d41901845c619b85e99d7b0124d05bde615dc379c0d7e7592e704742
3
+ metadata.gz: 5cb62d472bc12a69fa332495d9df37befd8334b81f5550ff07ee2fdf1bedd225
4
+ data.tar.gz: 3f29c9b5b4ece3d6404cab478100ec36a4eb2628aa702b6a94de11b23b5b7b00
5
5
  SHA512:
6
- metadata.gz: ef3434620fe158611cf1b055a4a4f4cb854e260037070f8439e4cc4c32dfa355e127857b7e7b85e1777602da3853ee7b90862663193db20d118e685f7aab32fa
7
- data.tar.gz: 8e49cf238eceb7df74b7c869e56eb981629dc93f57c3afdbf781918483442bb739ee234d40642790ddbef9763153024de27683bda353b90ac11bd8ec89ee0975
6
+ metadata.gz: d08a50f8615381b5556a2b3b5c815bd9e20654b498fdba894a94c69a52af4dbf98c943561edf8d9e53713d121bbf89242a9935c9fe2f44d06e90d4eb96f479db
7
+ data.tar.gz: ceeca0a744a7f680389b9c5f53305c7c5a818bde69bc48d99f7bc220eb7294e9dbb82a001a93abe47fe276f091443d31775dab7fc875875dff5a69345b659e73
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2024-06-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.76.0 (2024-06-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.0
@@ -93,6 +93,11 @@ module Aws::SQS
93
93
 
94
94
  # @overload initialize(options)
95
95
  # @param [Hash] options
96
+ #
97
+ # @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
98
+ # A list of plugins to apply to the client. Each plugin is either a
99
+ # class name or an instance of a plugin class.
100
+ #
96
101
  # @option options [required, Aws::CredentialProvider] :credentials
97
102
  # Your AWS credentials. This can be an instance of any one of the
98
103
  # following classes:
@@ -213,7 +218,6 @@ module Aws::SQS
213
218
  # 'https://example.com'
214
219
  # 'http://example.com:123'
215
220
  #
216
- #
217
221
  # @option options [Integer] :endpoint_cache_max_entries (1000)
218
222
  # Used for the maximum size limit of the LRU cache storing endpoints data
219
223
  # for endpoint discovery enabled operations. Defaults to 1000.
@@ -302,7 +306,6 @@ module Aws::SQS
302
306
  # throttling. This is a provisional mode that may change behavior
303
307
  # in the future.
304
308
  #
305
- #
306
309
  # @option options [String] :sdk_ua_app_id
307
310
  # A unique and opaque application ID that is appended to the
308
311
  # User-Agent header as app/sdk_ua_app_id. It should have a
@@ -2872,7 +2875,7 @@ module Aws::SQS
2872
2875
  params: params,
2873
2876
  config: config)
2874
2877
  context[:gem_name] = 'aws-sdk-sqs'
2875
- context[:gem_version] = '1.76.0'
2878
+ context[:gem_version] = '1.77.0'
2876
2879
  Seahorse::Client::Request.new(handlers, context)
2877
2880
  end
2878
2881
 
data/lib/aws-sdk-sqs.rb CHANGED
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-sqs/customizations'
54
54
  # @!group service
55
55
  module Aws::SQS
56
56
 
57
- GEM_VERSION = '1.76.0'
57
+ GEM_VERSION = '1.77.0'
58
58
 
59
59
  end
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.76.0
4
+ version: 1.77.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: 2024-06-06 00:00:00.000000000 Z
11
+ date: 2024-06-24 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.197.0
22
+ version: 3.198.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.197.0
32
+ version: 3.198.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement