aws-sdk-simpledb 1.56.0 → 1.57.0

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
  SHA256:
3
- metadata.gz: 5e093bb2c1d6dfb71039f58c4913ce48eaf23db87e15aa9ff41ea2d8d28d1914
4
- data.tar.gz: 604edfd757dd235263eed995d7e1bb116cf36c51a2e21de97a41d92f64dfe97b
3
+ metadata.gz: c1be6650a9a60989c895059aded0c2cd025db01cfd10a9545869dd4afc22d6c7
4
+ data.tar.gz: a6ef5183a1db63ba73b186bfd2c5e0fad361f58b71963c17ade6c3a4e877a365
5
5
  SHA512:
6
- metadata.gz: 471b48ab5dbd278c264989b19ce8d464327af566e557991aad3206913d3b7e3c434d2d5bcbbf4ff341d752a0ec184326126cf642231a9025b80983efcfb5e44a
7
- data.tar.gz: 0d31ae874dfb860f057bf795cfe6b934d2ea8985a1b90ce2d27300570d6457cddb5b84a5b78507466c53e9eb25d9ad446fff7a487a8b21bbfd9dd98c6eeae634
6
+ metadata.gz: b90380ff253d8d7baad6bacbee7fdef4c53c2c04d23db3ddc9dfb3db6983b6f2cec14507fe75fe7dfef0db6be2987d99c8679b03186b06f43e549ba530b7567c
7
+ data.tar.gz: a36230bb429848fd990d24c0515c555af83c054eeb92e24a4652efcce7a53b63101a45472db17a740303c70b345dfa771adaa815b2f9c3485c1773f808c4ac88
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.56.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/signature_v2.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/query.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:simpledb)
40
-
41
39
  module Aws::SimpleDB
42
40
  # An API client for SimpleDB. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -966,7 +964,7 @@ module Aws::SimpleDB
966
964
  tracer: tracer
967
965
  )
968
966
  context[:gem_name] = 'aws-sdk-simpledb'
969
- context[:gem_version] = '1.56.0'
967
+ context[:gem_version] = '1.57.0'
970
968
  Seahorse::Client::Request.new(handlers, context)
971
969
  end
972
970
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv2'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:simpledb)
15
+
14
16
  # This module provides support for Amazon SimpleDB. This module is available in the
15
17
  # `aws-sdk-simpledb` gem.
16
18
  #
@@ -46,7 +48,7 @@ module Aws::SimpleDB
46
48
  autoload :Errors, 'aws-sdk-simpledb/errors'
47
49
  autoload :Resource, 'aws-sdk-simpledb/resource'
48
50
 
49
- GEM_VERSION = '1.56.0'
51
+ GEM_VERSION = '1.57.0'
50
52
 
51
53
  end
52
54
 
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.56.0
4
+ version: 1.57.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-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core