aws-sdk-simpledb 1.49.0 → 1.50.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: c2676025ba22d88ee3cf7613e3bbb3321e6325002dac383618818f04d32768b9
4
- data.tar.gz: 1f4739db262fb6c595500fd58228a69bff2c6ff15644df82e624d23df5ab1e59
3
+ metadata.gz: 161be1d77dd3dfac8dc4705631b2cbaac1c3c9b08c67c1af2421bd87fb8ff1d4
4
+ data.tar.gz: c7b5cf485e5a2dc78defbfbfc931dd3ffe76560afae22b83e52ca02226a59b99
5
5
  SHA512:
6
- metadata.gz: 78a80cbf13112e0d03b79ef903d936bd2735205eb01a62bd2100b7a7085d11d425d03c9f6ea4701adcbaad7aa522ebed561e2fa1eb4c660296a608568c7c820f
7
- data.tar.gz: b042fd5884eb4110751998bb458b4d1b096251d827c942fe3974aea42327b4fc538d2d0e70ab97becca05a3c5ccc7fb88fca37bf939fafcaa1520c567abd533f
6
+ metadata.gz: ab5c56f9e320090797c916b9912af63aa7349dc7c522a8631dec47bb1737ccfd73fce0c62217386e62db778b0e58c7c1cc778756812c3da60d965c4fa8a41f0a
7
+ data.tar.gz: 0f2e0ff4e263d07a1aad1369432af7c5ecb31515613ab9de02b219d120d78fc29f68c7453983d5d2ebf858bfb584c2abbdc55d4a8074f186b1f3c452bde5e0bf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2024-07-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ * Issue - Fix query serialization with `aws-sdk-core` >= 3.192.
10
+
4
11
  1.49.0 (2024-06-25)
5
12
  ------------------
6
13
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.0
@@ -930,7 +930,7 @@ module Aws::SimpleDB
930
930
  params: params,
931
931
  config: config)
932
932
  context[:gem_name] = 'aws-sdk-simpledb'
933
- context[:gem_version] = '1.49.0'
933
+ context[:gem_version] = '1.50.0'
934
934
  Seahorse::Client::Request.new(handlers, context)
935
935
  end
936
936
 
@@ -77,25 +77,25 @@ module Aws::SimpleDB
77
77
  AttributeNameList.member = Shapes::ShapeRef.new(shape: String, location_name: "AttributeName")
78
78
 
79
79
  BatchDeleteAttributesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DomainName"))
80
- BatchDeleteAttributesRequest.add_member(:items, Shapes::ShapeRef.new(shape: DeletableItemList, required: true, location_name: "Items"))
80
+ BatchDeleteAttributesRequest.add_member(:items, Shapes::ShapeRef.new(shape: DeletableItemList, required: true, location_name: "Item"))
81
81
  BatchDeleteAttributesRequest.struct_class = Types::BatchDeleteAttributesRequest
82
82
 
83
83
  BatchPutAttributesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DomainName"))
84
- BatchPutAttributesRequest.add_member(:items, Shapes::ShapeRef.new(shape: ReplaceableItemList, required: true, location_name: "Items"))
84
+ BatchPutAttributesRequest.add_member(:items, Shapes::ShapeRef.new(shape: ReplaceableItemList, required: true, location_name: "Item"))
85
85
  BatchPutAttributesRequest.struct_class = Types::BatchPutAttributesRequest
86
86
 
87
87
  CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DomainName"))
88
88
  CreateDomainRequest.struct_class = Types::CreateDomainRequest
89
89
 
90
90
  DeletableItem.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ItemName"))
91
- DeletableItem.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeList, location_name: "Attributes"))
91
+ DeletableItem.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeList, location_name: "Attribute"))
92
92
  DeletableItem.struct_class = Types::DeletableItem
93
93
 
94
94
  DeletableItemList.member = Shapes::ShapeRef.new(shape: DeletableItem, location_name: "Item")
95
95
 
96
96
  DeleteAttributesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DomainName"))
97
97
  DeleteAttributesRequest.add_member(:item_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ItemName"))
98
- DeleteAttributesRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeList, location_name: "Attributes"))
98
+ DeleteAttributesRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeList, location_name: "Attribute"))
99
99
  DeleteAttributesRequest.add_member(:expected, Shapes::ShapeRef.new(shape: UpdateCondition, location_name: "Expected"))
100
100
  DeleteAttributesRequest.struct_class = Types::DeleteAttributesRequest
101
101
 
@@ -121,11 +121,11 @@ module Aws::SimpleDB
121
121
 
122
122
  GetAttributesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DomainName"))
123
123
  GetAttributesRequest.add_member(:item_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ItemName"))
124
- GetAttributesRequest.add_member(:attribute_names, Shapes::ShapeRef.new(shape: AttributeNameList, location_name: "AttributeNames"))
124
+ GetAttributesRequest.add_member(:attribute_names, Shapes::ShapeRef.new(shape: AttributeNameList, location_name: "AttributeName"))
125
125
  GetAttributesRequest.add_member(:consistent_read, Shapes::ShapeRef.new(shape: Boolean, location_name: "ConsistentRead"))
126
126
  GetAttributesRequest.struct_class = Types::GetAttributesRequest
127
127
 
128
- GetAttributesResult.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeList, location_name: "Attributes"))
128
+ GetAttributesResult.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeList, location_name: "Attribute"))
129
129
  GetAttributesResult.struct_class = Types::GetAttributesResult
130
130
 
131
131
  InvalidNextToken.add_member(:box_usage, Shapes::ShapeRef.new(shape: Float, location_name: "BoxUsage"))
@@ -145,7 +145,7 @@ module Aws::SimpleDB
145
145
 
146
146
  Item.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
147
147
  Item.add_member(:alternate_name_encoding, Shapes::ShapeRef.new(shape: String, location_name: "AlternateNameEncoding"))
148
- Item.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeList, required: true, location_name: "Attributes"))
148
+ Item.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeList, required: true, location_name: "Attribute"))
149
149
  Item.struct_class = Types::Item
150
150
 
151
151
  ItemList.member = Shapes::ShapeRef.new(shape: Item, location_name: "Item")
@@ -154,7 +154,7 @@ module Aws::SimpleDB
154
154
  ListDomainsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
155
155
  ListDomainsRequest.struct_class = Types::ListDomainsRequest
156
156
 
157
- ListDomainsResult.add_member(:domain_names, Shapes::ShapeRef.new(shape: DomainNameList, location_name: "DomainNames"))
157
+ ListDomainsResult.add_member(:domain_names, Shapes::ShapeRef.new(shape: DomainNameList, location_name: "DomainName"))
158
158
  ListDomainsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
159
159
  ListDomainsResult.struct_class = Types::ListDomainsResult
160
160
 
@@ -184,7 +184,7 @@ module Aws::SimpleDB
184
184
 
185
185
  PutAttributesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DomainName"))
186
186
  PutAttributesRequest.add_member(:item_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ItemName"))
187
- PutAttributesRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: ReplaceableAttributeList, required: true, location_name: "Attributes"))
187
+ PutAttributesRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: ReplaceableAttributeList, required: true, location_name: "Attribute"))
188
188
  PutAttributesRequest.add_member(:expected, Shapes::ShapeRef.new(shape: UpdateCondition, location_name: "Expected"))
189
189
  PutAttributesRequest.struct_class = Types::PutAttributesRequest
190
190
 
@@ -196,7 +196,7 @@ module Aws::SimpleDB
196
196
  ReplaceableAttributeList.member = Shapes::ShapeRef.new(shape: ReplaceableAttribute, location_name: "Attribute")
197
197
 
198
198
  ReplaceableItem.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ItemName"))
199
- ReplaceableItem.add_member(:attributes, Shapes::ShapeRef.new(shape: ReplaceableAttributeList, required: true, location_name: "Attributes"))
199
+ ReplaceableItem.add_member(:attributes, Shapes::ShapeRef.new(shape: ReplaceableAttributeList, required: true, location_name: "Attribute"))
200
200
  ReplaceableItem.struct_class = Types::ReplaceableItem
201
201
 
202
202
  ReplaceableItemList.member = Shapes::ShapeRef.new(shape: ReplaceableItem, location_name: "Item")
@@ -209,7 +209,7 @@ module Aws::SimpleDB
209
209
  SelectRequest.add_member(:consistent_read, Shapes::ShapeRef.new(shape: Boolean, location_name: "ConsistentRead"))
210
210
  SelectRequest.struct_class = Types::SelectRequest
211
211
 
212
- SelectResult.add_member(:items, Shapes::ShapeRef.new(shape: ItemList, location_name: "Items"))
212
+ SelectResult.add_member(:items, Shapes::ShapeRef.new(shape: ItemList, location_name: "Item"))
213
213
  SelectResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
214
214
  SelectResult.struct_class = Types::SelectResult
215
215
 
@@ -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.49.0'
51
+ GEM_VERSION = '1.50.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.49.0
4
+ version: 1.50.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-25 00:00:00.000000000 Z
11
+ date: 2024-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core