aws-sdk-simpledb 1.11.0 → 1.12.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
  SHA1:
3
- metadata.gz: cb6d915d96219042f5598652d54b4eb76bac9a5f
4
- data.tar.gz: ebc36a167a915e21e7e8d1b7088f051bd1028f23
3
+ metadata.gz: 5c30582242b528a9ffef2a9e9d9431b5b0b4a896
4
+ data.tar.gz: 9b807de41a089a4be8f15abf58403993745dff23
5
5
  SHA512:
6
- metadata.gz: 51e173b4f8b4544b1a3e460382b2a9e0c09b4f97975020b923b3a9536c7dda58b1ac6fccb39e5c59109059e52b37a3bfce6054863834092fa4f7553e71e210e1
7
- data.tar.gz: 1064c5e1231a158b56fa6d3e09aedd944574aa6ccc2fa01b5392c6e053cee12fee14ddcb1481a54c4e81257d4228f234a0a9bfff78b09d9d4564f568f4c04996
6
+ metadata.gz: 7b2235f9a48c7a39f8b0c7c84fc2073d7f242c031e1cc92e668c364858763462ade25a3d603f1e5e50ca5ec15cf21ae011d1e70a2de701daad17dc3db2b0b2a3
7
+ data.tar.gz: 164bf988cf1873a9876a1301b88d1acb80bd991235f7d53ffae72c8d769cf396b4f869322b42489def14729d4f6705a8d434c98ebaab42728bfa65bb7ebfa79a
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-simpledb/customizations'
42
42
  # @service
43
43
  module Aws::SimpleDB
44
44
 
45
- GEM_VERSION = '1.11.0'
45
+ GEM_VERSION = '1.12.0'
46
46
 
47
47
  end
@@ -764,7 +764,7 @@ module Aws::SimpleDB
764
764
  params: params,
765
765
  config: config)
766
766
  context[:gem_name] = 'aws-sdk-simpledb'
767
- context[:gem_version] = '1.11.0'
767
+ context[:gem_version] = '1.12.0'
768
768
  Seahorse::Client::Request.new(handlers, context)
769
769
  end
770
770
 
@@ -67,6 +67,9 @@ module Aws::SimpleDB
67
67
  Attribute.add_member(:alternate_value_encoding, Shapes::ShapeRef.new(shape: String, location_name: "AlternateValueEncoding"))
68
68
  Attribute.struct_class = Types::Attribute
69
69
 
70
+ AttributeDoesNotExist.add_member(:box_usage, Shapes::ShapeRef.new(shape: Float, location_name: "BoxUsage"))
71
+ AttributeDoesNotExist.struct_class = Types::AttributeDoesNotExist
72
+
70
73
  AttributeList.member = Shapes::ShapeRef.new(shape: Attribute, location_name: "Attribute")
71
74
 
72
75
  AttributeNameList.member = Shapes::ShapeRef.new(shape: String, location_name: "AttributeName")
@@ -111,6 +114,9 @@ module Aws::SimpleDB
111
114
 
112
115
  DomainNameList.member = Shapes::ShapeRef.new(shape: String, location_name: "DomainName")
113
116
 
117
+ DuplicateItemName.add_member(:box_usage, Shapes::ShapeRef.new(shape: Float, location_name: "BoxUsage"))
118
+ DuplicateItemName.struct_class = Types::DuplicateItemName
119
+
114
120
  GetAttributesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DomainName"))
115
121
  GetAttributesRequest.add_member(:item_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ItemName"))
116
122
  GetAttributesRequest.add_member(:attribute_names, Shapes::ShapeRef.new(shape: AttributeNameList, location_name: "AttributeNames"))
@@ -120,6 +126,21 @@ module Aws::SimpleDB
120
126
  GetAttributesResult.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeList, location_name: "Attributes"))
121
127
  GetAttributesResult.struct_class = Types::GetAttributesResult
122
128
 
129
+ InvalidNextToken.add_member(:box_usage, Shapes::ShapeRef.new(shape: Float, location_name: "BoxUsage"))
130
+ InvalidNextToken.struct_class = Types::InvalidNextToken
131
+
132
+ InvalidNumberPredicates.add_member(:box_usage, Shapes::ShapeRef.new(shape: Float, location_name: "BoxUsage"))
133
+ InvalidNumberPredicates.struct_class = Types::InvalidNumberPredicates
134
+
135
+ InvalidNumberValueTests.add_member(:box_usage, Shapes::ShapeRef.new(shape: Float, location_name: "BoxUsage"))
136
+ InvalidNumberValueTests.struct_class = Types::InvalidNumberValueTests
137
+
138
+ InvalidParameterValue.add_member(:box_usage, Shapes::ShapeRef.new(shape: Float, location_name: "BoxUsage"))
139
+ InvalidParameterValue.struct_class = Types::InvalidParameterValue
140
+
141
+ InvalidQueryExpression.add_member(:box_usage, Shapes::ShapeRef.new(shape: Float, location_name: "BoxUsage"))
142
+ InvalidQueryExpression.struct_class = Types::InvalidQueryExpression
143
+
123
144
  Item.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
124
145
  Item.add_member(:alternate_name_encoding, Shapes::ShapeRef.new(shape: String, location_name: "AlternateNameEncoding"))
125
146
  Item.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeList, required: true, location_name: "Attributes"))
@@ -135,6 +156,30 @@ module Aws::SimpleDB
135
156
  ListDomainsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
136
157
  ListDomainsResult.struct_class = Types::ListDomainsResult
137
158
 
159
+ MissingParameter.add_member(:box_usage, Shapes::ShapeRef.new(shape: Float, location_name: "BoxUsage"))
160
+ MissingParameter.struct_class = Types::MissingParameter
161
+
162
+ NoSuchDomain.add_member(:box_usage, Shapes::ShapeRef.new(shape: Float, location_name: "BoxUsage"))
163
+ NoSuchDomain.struct_class = Types::NoSuchDomain
164
+
165
+ NumberDomainAttributesExceeded.add_member(:box_usage, Shapes::ShapeRef.new(shape: Float, location_name: "BoxUsage"))
166
+ NumberDomainAttributesExceeded.struct_class = Types::NumberDomainAttributesExceeded
167
+
168
+ NumberDomainBytesExceeded.add_member(:box_usage, Shapes::ShapeRef.new(shape: Float, location_name: "BoxUsage"))
169
+ NumberDomainBytesExceeded.struct_class = Types::NumberDomainBytesExceeded
170
+
171
+ NumberDomainsExceeded.add_member(:box_usage, Shapes::ShapeRef.new(shape: Float, location_name: "BoxUsage"))
172
+ NumberDomainsExceeded.struct_class = Types::NumberDomainsExceeded
173
+
174
+ NumberItemAttributesExceeded.add_member(:box_usage, Shapes::ShapeRef.new(shape: Float, location_name: "BoxUsage"))
175
+ NumberItemAttributesExceeded.struct_class = Types::NumberItemAttributesExceeded
176
+
177
+ NumberSubmittedAttributesExceeded.add_member(:box_usage, Shapes::ShapeRef.new(shape: Float, location_name: "BoxUsage"))
178
+ NumberSubmittedAttributesExceeded.struct_class = Types::NumberSubmittedAttributesExceeded
179
+
180
+ NumberSubmittedItemsExceeded.add_member(:box_usage, Shapes::ShapeRef.new(shape: Float, location_name: "BoxUsage"))
181
+ NumberSubmittedItemsExceeded.struct_class = Types::NumberSubmittedItemsExceeded
182
+
138
183
  PutAttributesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DomainName"))
139
184
  PutAttributesRequest.add_member(:item_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ItemName"))
140
185
  PutAttributesRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: ReplaceableAttributeList, required: true, location_name: "Attributes"))
@@ -154,6 +199,9 @@ module Aws::SimpleDB
154
199
 
155
200
  ReplaceableItemList.member = Shapes::ShapeRef.new(shape: ReplaceableItem, location_name: "Item")
156
201
 
202
+ RequestTimeout.add_member(:box_usage, Shapes::ShapeRef.new(shape: Float, location_name: "BoxUsage"))
203
+ RequestTimeout.struct_class = Types::RequestTimeout
204
+
157
205
  SelectRequest.add_member(:select_expression, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectExpression"))
158
206
  SelectRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
159
207
  SelectRequest.add_member(:consistent_read, Shapes::ShapeRef.new(shape: Boolean, location_name: "ConsistentRead"))
@@ -163,6 +211,9 @@ module Aws::SimpleDB
163
211
  SelectResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
164
212
  SelectResult.struct_class = Types::SelectResult
165
213
 
214
+ TooManyRequestedAttributes.add_member(:box_usage, Shapes::ShapeRef.new(shape: Float, location_name: "BoxUsage"))
215
+ TooManyRequestedAttributes.struct_class = Types::TooManyRequestedAttributes
216
+
166
217
  UpdateCondition.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
167
218
  UpdateCondition.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
168
219
  UpdateCondition.add_member(:exists, Shapes::ShapeRef.new(shape: Boolean, location_name: "Exists"))
@@ -10,5 +10,277 @@ module Aws::SimpleDB
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class AttributeDoesNotExist < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::SimpleDB::Types::AttributeDoesNotExist] data
18
+ def initialize(context, message, data = Aws::EmptyStructure.new)
19
+ super(context, message, data)
20
+ end
21
+
22
+ # @return [String]
23
+ def box_usage
24
+ @data[:box_usage]
25
+ end
26
+
27
+ end
28
+
29
+ class DuplicateItemName < ServiceError
30
+
31
+ # @param [Seahorse::Client::RequestContext] context
32
+ # @param [String] message
33
+ # @param [Aws::SimpleDB::Types::DuplicateItemName] data
34
+ def initialize(context, message, data = Aws::EmptyStructure.new)
35
+ super(context, message, data)
36
+ end
37
+
38
+ # @return [String]
39
+ def box_usage
40
+ @data[:box_usage]
41
+ end
42
+
43
+ end
44
+
45
+ class InvalidNextToken < ServiceError
46
+
47
+ # @param [Seahorse::Client::RequestContext] context
48
+ # @param [String] message
49
+ # @param [Aws::SimpleDB::Types::InvalidNextToken] data
50
+ def initialize(context, message, data = Aws::EmptyStructure.new)
51
+ super(context, message, data)
52
+ end
53
+
54
+ # @return [String]
55
+ def box_usage
56
+ @data[:box_usage]
57
+ end
58
+
59
+ end
60
+
61
+ class InvalidNumberPredicates < ServiceError
62
+
63
+ # @param [Seahorse::Client::RequestContext] context
64
+ # @param [String] message
65
+ # @param [Aws::SimpleDB::Types::InvalidNumberPredicates] data
66
+ def initialize(context, message, data = Aws::EmptyStructure.new)
67
+ super(context, message, data)
68
+ end
69
+
70
+ # @return [String]
71
+ def box_usage
72
+ @data[:box_usage]
73
+ end
74
+
75
+ end
76
+
77
+ class InvalidNumberValueTests < ServiceError
78
+
79
+ # @param [Seahorse::Client::RequestContext] context
80
+ # @param [String] message
81
+ # @param [Aws::SimpleDB::Types::InvalidNumberValueTests] data
82
+ def initialize(context, message, data = Aws::EmptyStructure.new)
83
+ super(context, message, data)
84
+ end
85
+
86
+ # @return [String]
87
+ def box_usage
88
+ @data[:box_usage]
89
+ end
90
+
91
+ end
92
+
93
+ class InvalidParameterValue < ServiceError
94
+
95
+ # @param [Seahorse::Client::RequestContext] context
96
+ # @param [String] message
97
+ # @param [Aws::SimpleDB::Types::InvalidParameterValue] data
98
+ def initialize(context, message, data = Aws::EmptyStructure.new)
99
+ super(context, message, data)
100
+ end
101
+
102
+ # @return [String]
103
+ def box_usage
104
+ @data[:box_usage]
105
+ end
106
+
107
+ end
108
+
109
+ class InvalidQueryExpression < ServiceError
110
+
111
+ # @param [Seahorse::Client::RequestContext] context
112
+ # @param [String] message
113
+ # @param [Aws::SimpleDB::Types::InvalidQueryExpression] data
114
+ def initialize(context, message, data = Aws::EmptyStructure.new)
115
+ super(context, message, data)
116
+ end
117
+
118
+ # @return [String]
119
+ def box_usage
120
+ @data[:box_usage]
121
+ end
122
+
123
+ end
124
+
125
+ class MissingParameter < ServiceError
126
+
127
+ # @param [Seahorse::Client::RequestContext] context
128
+ # @param [String] message
129
+ # @param [Aws::SimpleDB::Types::MissingParameter] data
130
+ def initialize(context, message, data = Aws::EmptyStructure.new)
131
+ super(context, message, data)
132
+ end
133
+
134
+ # @return [String]
135
+ def box_usage
136
+ @data[:box_usage]
137
+ end
138
+
139
+ end
140
+
141
+ class NoSuchDomain < ServiceError
142
+
143
+ # @param [Seahorse::Client::RequestContext] context
144
+ # @param [String] message
145
+ # @param [Aws::SimpleDB::Types::NoSuchDomain] data
146
+ def initialize(context, message, data = Aws::EmptyStructure.new)
147
+ super(context, message, data)
148
+ end
149
+
150
+ # @return [String]
151
+ def box_usage
152
+ @data[:box_usage]
153
+ end
154
+
155
+ end
156
+
157
+ class NumberDomainAttributesExceeded < ServiceError
158
+
159
+ # @param [Seahorse::Client::RequestContext] context
160
+ # @param [String] message
161
+ # @param [Aws::SimpleDB::Types::NumberDomainAttributesExceeded] data
162
+ def initialize(context, message, data = Aws::EmptyStructure.new)
163
+ super(context, message, data)
164
+ end
165
+
166
+ # @return [String]
167
+ def box_usage
168
+ @data[:box_usage]
169
+ end
170
+
171
+ end
172
+
173
+ class NumberDomainBytesExceeded < ServiceError
174
+
175
+ # @param [Seahorse::Client::RequestContext] context
176
+ # @param [String] message
177
+ # @param [Aws::SimpleDB::Types::NumberDomainBytesExceeded] data
178
+ def initialize(context, message, data = Aws::EmptyStructure.new)
179
+ super(context, message, data)
180
+ end
181
+
182
+ # @return [String]
183
+ def box_usage
184
+ @data[:box_usage]
185
+ end
186
+
187
+ end
188
+
189
+ class NumberDomainsExceeded < ServiceError
190
+
191
+ # @param [Seahorse::Client::RequestContext] context
192
+ # @param [String] message
193
+ # @param [Aws::SimpleDB::Types::NumberDomainsExceeded] data
194
+ def initialize(context, message, data = Aws::EmptyStructure.new)
195
+ super(context, message, data)
196
+ end
197
+
198
+ # @return [String]
199
+ def box_usage
200
+ @data[:box_usage]
201
+ end
202
+
203
+ end
204
+
205
+ class NumberItemAttributesExceeded < ServiceError
206
+
207
+ # @param [Seahorse::Client::RequestContext] context
208
+ # @param [String] message
209
+ # @param [Aws::SimpleDB::Types::NumberItemAttributesExceeded] data
210
+ def initialize(context, message, data = Aws::EmptyStructure.new)
211
+ super(context, message, data)
212
+ end
213
+
214
+ # @return [String]
215
+ def box_usage
216
+ @data[:box_usage]
217
+ end
218
+
219
+ end
220
+
221
+ class NumberSubmittedAttributesExceeded < ServiceError
222
+
223
+ # @param [Seahorse::Client::RequestContext] context
224
+ # @param [String] message
225
+ # @param [Aws::SimpleDB::Types::NumberSubmittedAttributesExceeded] data
226
+ def initialize(context, message, data = Aws::EmptyStructure.new)
227
+ super(context, message, data)
228
+ end
229
+
230
+ # @return [String]
231
+ def box_usage
232
+ @data[:box_usage]
233
+ end
234
+
235
+ end
236
+
237
+ class NumberSubmittedItemsExceeded < ServiceError
238
+
239
+ # @param [Seahorse::Client::RequestContext] context
240
+ # @param [String] message
241
+ # @param [Aws::SimpleDB::Types::NumberSubmittedItemsExceeded] data
242
+ def initialize(context, message, data = Aws::EmptyStructure.new)
243
+ super(context, message, data)
244
+ end
245
+
246
+ # @return [String]
247
+ def box_usage
248
+ @data[:box_usage]
249
+ end
250
+
251
+ end
252
+
253
+ class RequestTimeout < ServiceError
254
+
255
+ # @param [Seahorse::Client::RequestContext] context
256
+ # @param [String] message
257
+ # @param [Aws::SimpleDB::Types::RequestTimeout] data
258
+ def initialize(context, message, data = Aws::EmptyStructure.new)
259
+ super(context, message, data)
260
+ end
261
+
262
+ # @return [String]
263
+ def box_usage
264
+ @data[:box_usage]
265
+ end
266
+
267
+ end
268
+
269
+ class TooManyRequestedAttributes < ServiceError
270
+
271
+ # @param [Seahorse::Client::RequestContext] context
272
+ # @param [String] message
273
+ # @param [Aws::SimpleDB::Types::TooManyRequestedAttributes] data
274
+ def initialize(context, message, data = Aws::EmptyStructure.new)
275
+ super(context, message, data)
276
+ end
277
+
278
+ # @return [String]
279
+ def box_usage
280
+ @data[:box_usage]
281
+ end
282
+
283
+ end
284
+
13
285
  end
14
286
  end
@@ -40,6 +40,16 @@ module Aws::SimpleDB
40
40
  include Aws::Structure
41
41
  end
42
42
 
43
+ # The specified attribute does not exist.
44
+ #
45
+ # @!attribute [rw] box_usage
46
+ # @return [Float]
47
+ #
48
+ class AttributeDoesNotExist < Struct.new(
49
+ :box_usage)
50
+ include Aws::Structure
51
+ end
52
+
43
53
  # @note When making an API call, you may pass BatchDeleteAttributesRequest
44
54
  # data as a hash:
45
55
  #
@@ -277,6 +287,16 @@ module Aws::SimpleDB
277
287
  include Aws::Structure
278
288
  end
279
289
 
290
+ # The item name was specified more than once.
291
+ #
292
+ # @!attribute [rw] box_usage
293
+ # @return [Float]
294
+ #
295
+ class DuplicateItemName < Struct.new(
296
+ :box_usage)
297
+ include Aws::Structure
298
+ end
299
+
280
300
  # @note When making an API call, you may pass GetAttributesRequest
281
301
  # data as a hash:
282
302
  #
@@ -320,6 +340,56 @@ module Aws::SimpleDB
320
340
  include Aws::Structure
321
341
  end
322
342
 
343
+ # The specified NextToken is not valid.
344
+ #
345
+ # @!attribute [rw] box_usage
346
+ # @return [Float]
347
+ #
348
+ class InvalidNextToken < Struct.new(
349
+ :box_usage)
350
+ include Aws::Structure
351
+ end
352
+
353
+ # Too many predicates exist in the query expression.
354
+ #
355
+ # @!attribute [rw] box_usage
356
+ # @return [Float]
357
+ #
358
+ class InvalidNumberPredicates < Struct.new(
359
+ :box_usage)
360
+ include Aws::Structure
361
+ end
362
+
363
+ # Too many predicates exist in the query expression.
364
+ #
365
+ # @!attribute [rw] box_usage
366
+ # @return [Float]
367
+ #
368
+ class InvalidNumberValueTests < Struct.new(
369
+ :box_usage)
370
+ include Aws::Structure
371
+ end
372
+
373
+ # The value for a parameter is invalid.
374
+ #
375
+ # @!attribute [rw] box_usage
376
+ # @return [Float]
377
+ #
378
+ class InvalidParameterValue < Struct.new(
379
+ :box_usage)
380
+ include Aws::Structure
381
+ end
382
+
383
+ # The specified query expression syntax is not valid.
384
+ #
385
+ # @!attribute [rw] box_usage
386
+ # @return [Float]
387
+ #
388
+ class InvalidQueryExpression < Struct.new(
389
+ :box_usage)
390
+ include Aws::Structure
391
+ end
392
+
323
393
  # @!attribute [rw] name
324
394
  # The name of the item.
325
395
  # @return [String]
@@ -376,6 +446,86 @@ module Aws::SimpleDB
376
446
  include Aws::Structure
377
447
  end
378
448
 
449
+ # The request must contain the specified missing parameter.
450
+ #
451
+ # @!attribute [rw] box_usage
452
+ # @return [Float]
453
+ #
454
+ class MissingParameter < Struct.new(
455
+ :box_usage)
456
+ include Aws::Structure
457
+ end
458
+
459
+ # The specified domain does not exist.
460
+ #
461
+ # @!attribute [rw] box_usage
462
+ # @return [Float]
463
+ #
464
+ class NoSuchDomain < Struct.new(
465
+ :box_usage)
466
+ include Aws::Structure
467
+ end
468
+
469
+ # Too many attributes in this domain.
470
+ #
471
+ # @!attribute [rw] box_usage
472
+ # @return [Float]
473
+ #
474
+ class NumberDomainAttributesExceeded < Struct.new(
475
+ :box_usage)
476
+ include Aws::Structure
477
+ end
478
+
479
+ # Too many bytes in this domain.
480
+ #
481
+ # @!attribute [rw] box_usage
482
+ # @return [Float]
483
+ #
484
+ class NumberDomainBytesExceeded < Struct.new(
485
+ :box_usage)
486
+ include Aws::Structure
487
+ end
488
+
489
+ # Too many domains exist per this account.
490
+ #
491
+ # @!attribute [rw] box_usage
492
+ # @return [Float]
493
+ #
494
+ class NumberDomainsExceeded < Struct.new(
495
+ :box_usage)
496
+ include Aws::Structure
497
+ end
498
+
499
+ # Too many attributes in this item.
500
+ #
501
+ # @!attribute [rw] box_usage
502
+ # @return [Float]
503
+ #
504
+ class NumberItemAttributesExceeded < Struct.new(
505
+ :box_usage)
506
+ include Aws::Structure
507
+ end
508
+
509
+ # Too many attributes exist in a single call.
510
+ #
511
+ # @!attribute [rw] box_usage
512
+ # @return [Float]
513
+ #
514
+ class NumberSubmittedAttributesExceeded < Struct.new(
515
+ :box_usage)
516
+ include Aws::Structure
517
+ end
518
+
519
+ # Too many items exist in a single call.
520
+ #
521
+ # @!attribute [rw] box_usage
522
+ # @return [Float]
523
+ #
524
+ class NumberSubmittedItemsExceeded < Struct.new(
525
+ :box_usage)
526
+ include Aws::Structure
527
+ end
528
+
379
529
  # @note When making an API call, you may pass PutAttributesRequest
380
530
  # data as a hash:
381
531
  #
@@ -479,6 +629,17 @@ module Aws::SimpleDB
479
629
  include Aws::Structure
480
630
  end
481
631
 
632
+ # A timeout occurred when attempting to query the specified domain with
633
+ # specified query expression.
634
+ #
635
+ # @!attribute [rw] box_usage
636
+ # @return [Float]
637
+ #
638
+ class RequestTimeout < Struct.new(
639
+ :box_usage)
640
+ include Aws::Structure
641
+ end
642
+
482
643
  # @note When making an API call, you may pass SelectRequest
483
644
  # data as a hash:
484
645
  #
@@ -521,6 +682,16 @@ module Aws::SimpleDB
521
682
  include Aws::Structure
522
683
  end
523
684
 
685
+ # Too many attributes requested.
686
+ #
687
+ # @!attribute [rw] box_usage
688
+ # @return [Float]
689
+ #
690
+ class TooManyRequestedAttributes < Struct.new(
691
+ :box_usage)
692
+ include Aws::Structure
693
+ end
694
+
524
695
  # Specifies the conditions under which data should be updated. If an
525
696
  # update condition is specified for a request, the data will only be
526
697
  # updated if the condition is satisfied. For example, if an attribute
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.11.0
4
+ version: 1.12.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: 2019-05-15 00:00:00.000000000 Z
11
+ date: 2019-05-21 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.52.1
22
+ version: 3.53.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.52.1
32
+ version: 3.53.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv2
35
35
  requirement: !ruby/object:Gem::Requirement