aws-sdk-simpledb 1.47.0 → 1.48.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: cbadd6ac2c321a27b30b8e21bd538a06b0b929b48aecdc3aa4ff32f26426f046
4
- data.tar.gz: bf09ca12d8624975d5a56f1e3a1b42db5430d660438a186f1353d1059f90ccde
3
+ metadata.gz: ced4247a70c578dfcc063f96014cf1f2f417626b932f742cf0386ba7e76951f0
4
+ data.tar.gz: 568d1bb4da3196e415f2bee766fbee3fc3a5aa02ed8e46fb81ac3c0121ba5e68
5
5
  SHA512:
6
- metadata.gz: cd618c5638daef6c8120fc5754382e55ee806b6df65fc146cf16058802c03941f5ae1f91a6fc7cc9ddeb70b3bd2321db72039941cd279bc4a9a7a6a07e2228e2
7
- data.tar.gz: 44b190151ddcfcb64b433c100c3fce882e1000fbfd28a74d827569c3984e668c8f41c2e490d11e6577c7d35e24c09b194a746c790235bdc439df1a2b4170ecc6
6
+ metadata.gz: e52805b8dc15e43e2c183e5738f73748e4a7942c9e2ce5f4ef05f2785856a4aa30e90f7ae1d53a3b807d44d94444e0be30fab91ddac8ccfcd9026963ec0c39a0
7
+ data.tar.gz: e7a44ad655084f3ced27893bab06ebe68f2a006e460346a748ccaca7e3407eb3ff803fc92a963ba0182a4899668bcb87ce5ca7b79f1f26394418ddfb8315d7b3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.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.47.0 (2024-06-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.48.0
@@ -88,6 +88,11 @@ module Aws::SimpleDB
88
88
 
89
89
  # @overload initialize(options)
90
90
  # @param [Hash] options
91
+ #
92
+ # @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
93
+ # A list of plugins to apply to the client. Each plugin is either a
94
+ # class name or an instance of a plugin class.
95
+ #
91
96
  # @option options [required, Aws::CredentialProvider] :credentials
92
97
  # Your AWS credentials. This can be an instance of any one of the
93
98
  # following classes:
@@ -208,7 +213,6 @@ module Aws::SimpleDB
208
213
  # 'https://example.com'
209
214
  # 'http://example.com:123'
210
215
  #
211
- #
212
216
  # @option options [Integer] :endpoint_cache_max_entries (1000)
213
217
  # Used for the maximum size limit of the LRU cache storing endpoints data
214
218
  # for endpoint discovery enabled operations. Defaults to 1000.
@@ -297,7 +301,6 @@ module Aws::SimpleDB
297
301
  # throttling. This is a provisional mode that may change behavior
298
302
  # in the future.
299
303
  #
300
- #
301
304
  # @option options [String] :sdk_ua_app_id
302
305
  # A unique and opaque application ID that is appended to the
303
306
  # User-Agent header as app/sdk_ua_app_id. It should have a
@@ -927,7 +930,7 @@ module Aws::SimpleDB
927
930
  params: params,
928
931
  config: config)
929
932
  context[:gem_name] = 'aws-sdk-simpledb'
930
- context[:gem_version] = '1.47.0'
933
+ context[:gem_version] = '1.48.0'
931
934
  Seahorse::Client::Request.new(handlers, context)
932
935
  end
933
936
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-simpledb/customizations'
48
48
  # @!group service
49
49
  module Aws::SimpleDB
50
50
 
51
- GEM_VERSION = '1.47.0'
51
+ GEM_VERSION = '1.48.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-simpledb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.47.0
4
+ version: 1.48.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-05 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-sigv2
35
35
  requirement: !ruby/object:Gem::Requirement