aws-sdk-simpledb 1.76.0 → 1.77.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: c8015975121b72cd8124ab01a2eb6498aee4746ddc753e0942a5fb9ac5b7b811
4
- data.tar.gz: 369c3ae0dfde60e6480ba1b6663991af3a217c9257b350b8e88f147cff00e1c5
3
+ metadata.gz: 822e3efb89509195afb85b2d9b0537e7b3afca1474e820d11172528cefe14055
4
+ data.tar.gz: 4293bb0b09769e626bfa98f6bc317b449e64f5df3244ee818c24037aef9a3e74
5
5
  SHA512:
6
- metadata.gz: 74d155ebe96e2443240e3bb8d04d6f689fcd9267d40bf65b8c0bad4a526d690e7c31c6c7f13751f50f7754dde7e2745c208864240549e4175d36010d8be4d201
7
- data.tar.gz: 20ac3b31a3f1a287ed5e1c995a66281f0383248120afd2f0b880b4e2269225cc23d3ca2802c3491695744bd37e2a5f9e364435ec6d028597563f414ff0ec4899
6
+ metadata.gz: '08e407fc2ff3f564522c1180a9b48f1e23fb8942f51add727cb87fa6fdb1a84e8c2c0e7491f5f3a5521e2976bdabe6f499838817962488903ac61e03a51cce58'
7
+ data.tar.gz: 4aee72d3e656a9909a223d2261601224164e2e6d12b710e7a86edd1fb7d9ff7c7949cc19ca67deb61fcb8ca507e3513ef88a26ceb12ea3f5ada92dbd813ee00b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2026-05-19)
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 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.0
@@ -993,7 +993,7 @@ module Aws::SimpleDB
993
993
  tracer: tracer
994
994
  )
995
995
  context[:gem_name] = 'aws-sdk-simpledb'
996
- context[:gem_version] = '1.76.0'
996
+ context[:gem_version] = '1.77.0'
997
997
  Seahorse::Client::Request.new(handlers, context)
998
998
  end
999
999
 
@@ -48,7 +48,7 @@ module Aws::SimpleDB
48
48
  autoload :Errors, 'aws-sdk-simpledb/errors'
49
49
  autoload :Resource, 'aws-sdk-simpledb/resource'
50
50
 
51
- GEM_VERSION = '1.76.0'
51
+ GEM_VERSION = '1.77.0'
52
52
 
53
53
  end
54
54
 
data/sig/client.rbs CHANGED
@@ -89,9 +89,9 @@ module Aws
89
89
  alternate_name_encoding: ::String?,
90
90
  value: ::String,
91
91
  alternate_value_encoding: ::String?
92
- },
92
+ }
93
93
  ]?
94
- },
94
+ }
95
95
  ]
96
96
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
97
97
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -107,9 +107,9 @@ module Aws
107
107
  name: ::String,
108
108
  value: ::String,
109
109
  replace: bool?
110
- },
110
+ }
111
111
  ]
112
- },
112
+ }
113
113
  ]
114
114
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
115
115
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -130,7 +130,7 @@ module Aws
130
130
  alternate_name_encoding: ::String?,
131
131
  value: ::String,
132
132
  alternate_value_encoding: ::String?
133
- },
133
+ }
134
134
  ],
135
135
  ?expected: {
136
136
  name: ::String?,
@@ -196,7 +196,7 @@ module Aws
196
196
  name: ::String,
197
197
  value: ::String,
198
198
  replace: bool?
199
- },
199
+ }
200
200
  ],
201
201
  ?expected: {
202
202
  name: ::String?,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-simpledb
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