aws-sdk 1.6.3 → 1.6.4

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.
Files changed (73) hide show
  1. data/lib/aws/api_config/AutoScaling-2011-01-01.yml +1 -0
  2. data/lib/aws/api_config/CloudFormation-2010-05-15.yml +1 -0
  3. data/lib/aws/api_config/CloudFront-2012-05-05.yml +2137 -0
  4. data/lib/aws/api_config/CloudWatch-2010-08-01.yml +9 -0
  5. data/lib/aws/api_config/DynamoDB-2011-12-05.yml +616 -0
  6. data/lib/aws/api_config/EC2-2012-07-20.yml +1 -0
  7. data/lib/aws/api_config/ELB-2012-06-01.yml +1 -0
  8. data/lib/aws/api_config/EMR-2009-03-31.yml +1 -0
  9. data/lib/aws/api_config/IAM-2010-05-08.yml +1 -0
  10. data/lib/aws/api_config/Route53-2012-02-29.yml +350 -349
  11. data/lib/aws/api_config/SNS-2010-03-31.yml +1 -0
  12. data/lib/aws/api_config/SQS-2011-10-01.yml +1 -0
  13. data/lib/aws/api_config/STS-2011-06-15.yml +1 -0
  14. data/lib/aws/api_config/SimpleDB-2009-04-15.yml +1 -0
  15. data/lib/aws/api_config/SimpleEmailService-2010-12-01.yml +62 -0
  16. data/lib/aws/api_config/SimpleWorkflow-2012-01-25.yml +1637 -0
  17. data/lib/aws/auto_scaling/client.rb +2 -37
  18. data/lib/aws/cloud_formation/client.rb +2 -17
  19. data/lib/aws/cloud_watch/client.rb +2 -15
  20. data/lib/aws/core.rb +24 -4
  21. data/lib/aws/core/client.rb +115 -46
  22. data/lib/aws/core/configuration.rb +6 -0
  23. data/lib/aws/core/credential_providers.rb +1 -0
  24. data/lib/aws/core/http/curb_handler.rb +3 -3
  25. data/lib/aws/core/http/httparty_handler.rb +15 -15
  26. data/lib/aws/core/json_client.rb +19 -77
  27. data/lib/aws/core/json_error_parser.rb +25 -0
  28. data/lib/aws/core/json_request_builder.rb +34 -0
  29. data/lib/aws/core/json_response_parser.rb +81 -0
  30. data/lib/aws/core/log_formatter.rb +25 -25
  31. data/lib/aws/core/option_grammar.rb +123 -115
  32. data/lib/aws/core/options/xml_serializer.rb +13 -9
  33. data/lib/aws/core/query_client.rb +13 -104
  34. data/lib/aws/core/query_error_parser.rb +24 -0
  35. data/lib/aws/core/query_request_builder.rb +47 -0
  36. data/lib/aws/core/query_response_parser.rb +35 -0
  37. data/lib/aws/core/rest_client.rb +13 -62
  38. data/lib/aws/core/rest_error_parser.rb +24 -0
  39. data/lib/aws/core/rest_request_builder.rb +124 -0
  40. data/lib/aws/core/rest_response_parser.rb +48 -0
  41. data/lib/aws/core/xml/parser.rb +2 -2
  42. data/lib/aws/core/xml/root_frame.rb +1 -1
  43. data/lib/aws/dynamo_db.rb +10 -9
  44. data/lib/aws/dynamo_db/binary.rb +35 -0
  45. data/lib/aws/dynamo_db/client.rb +103 -20
  46. data/lib/aws/dynamo_db/config.rb +2 -0
  47. data/lib/aws/dynamo_db/item.rb +3 -0
  48. data/lib/aws/dynamo_db/primary_key_element.rb +2 -1
  49. data/lib/aws/dynamo_db/table.rb +32 -36
  50. data/lib/aws/dynamo_db/table_collection.rb +13 -13
  51. data/lib/aws/dynamo_db/types.rb +34 -9
  52. data/lib/aws/ec2/client.rb +884 -344
  53. data/lib/aws/ec2/filtered_collection.rb +2 -3
  54. data/lib/aws/elb/client.rb +59 -45
  55. data/lib/aws/emr/client.rb +2 -11
  56. data/lib/aws/iam/client.rb +9 -80
  57. data/lib/aws/record/hash_model/attributes.rb +28 -13
  58. data/lib/aws/route_53/client.rb +6 -16
  59. data/lib/aws/s3/client.rb +2 -1
  60. data/lib/aws/s3/encryption_utils.rb +2 -7
  61. data/lib/aws/s3/s3_object.rb +5 -0
  62. data/lib/aws/simple_db/client.rb +2 -14
  63. data/lib/aws/simple_email_service/client.rb +35 -19
  64. data/lib/aws/simple_email_service/identity.rb +49 -10
  65. data/lib/aws/simple_email_service/identity_collection.rb +4 -4
  66. data/lib/aws/simple_workflow/client.rb +2 -38
  67. data/lib/aws/sns/client.rb +2 -19
  68. data/lib/aws/sqs/client.rb +2 -19
  69. data/lib/aws/sqs/errors.rb +5 -5
  70. data/lib/aws/sts/client.rb +2 -6
  71. metadata +14 -5
  72. data/lib/aws/core/rest_client/input_handler.rb +0 -145
  73. data/lib/aws/core/rest_client/output_handler.rb +0 -53
@@ -12,6 +12,7 @@
12
12
  # language governing permissions and limitations under the License.
13
13
 
14
14
  ---
15
+ :api_version: '2010-08-01'
15
16
  :operations:
16
17
  - :name: DeleteAlarms
17
18
  :method: :delete_alarms
@@ -134,9 +135,11 @@
134
135
  Name:
135
136
  - :string
136
137
  - :required
138
+ - :position: 0
137
139
  Value:
138
140
  - :string
139
141
  - :required
142
+ - :position: 1
140
143
  Period:
141
144
  - :integer
142
145
  Unit:
@@ -226,9 +229,11 @@
226
229
  Name:
227
230
  - :string
228
231
  - :required
232
+ - :position: 0
229
233
  Value:
230
234
  - :string
231
235
  - :required
236
+ - :position: 1
232
237
  StartTime:
233
238
  - :timestamp
234
239
  - :required
@@ -337,9 +342,11 @@
337
342
  Name:
338
343
  - :string
339
344
  - :required
345
+ - :position: 0
340
346
  Value:
341
347
  - :string
342
348
  - :required
349
+ - :position: 1
343
350
  Period:
344
351
  - :integer
345
352
  - :required
@@ -376,9 +383,11 @@
376
383
  Name:
377
384
  - :string
378
385
  - :required
386
+ - :position: 0
379
387
  Value:
380
388
  - :string
381
389
  - :required
390
+ - :position: 1
382
391
  Timestamp:
383
392
  - :timestamp
384
393
  Value:
@@ -12,6 +12,8 @@
12
12
  # language governing permissions and limitations under the License.
13
13
 
14
14
  ---
15
+ :target_prefix: DynamoDB_20111205.
16
+ :api_version: '2011-12-05'
15
17
  :operations:
16
18
  - :name: BatchGetItem
17
19
  :method: :batch_get_item
@@ -31,12 +33,17 @@
31
33
  - :string
32
34
  N:
33
35
  - :string
36
+ B:
37
+ - :blob
34
38
  SS:
35
39
  - :list:
36
40
  - :string
37
41
  NS:
38
42
  - :list:
39
43
  - :string
44
+ BS:
45
+ - :list:
46
+ - :blob
40
47
  - :required
41
48
  RangeKeyElement:
42
49
  - :structure:
@@ -44,17 +51,87 @@
44
51
  - :string
45
52
  N:
46
53
  - :string
54
+ B:
55
+ - :blob
47
56
  SS:
48
57
  - :list:
49
58
  - :string
50
59
  NS:
51
60
  - :list:
52
61
  - :string
62
+ BS:
63
+ - :list:
64
+ - :blob
53
65
  - :required
54
66
  AttributesToGet:
55
67
  - :list:
56
68
  - :string
57
69
  - :required
70
+ :outputs:
71
+ Responses:
72
+ :type: :map
73
+ :members:
74
+ :type: :hash
75
+ :members:
76
+ Items:
77
+ :type: :map
78
+ :members:
79
+ :type: :hash
80
+ :members:
81
+ S:
82
+ :type: :string
83
+ N:
84
+ :type: :string
85
+ B:
86
+ :type: :blob
87
+ SS:
88
+ :type: :string
89
+ NS:
90
+ :type: :string
91
+ BS:
92
+ :type: :blob
93
+ ConsumedCapacityUnits:
94
+ :type: :float
95
+ UnprocessedKeys:
96
+ :type: :map
97
+ :members:
98
+ :type: :hash
99
+ :members:
100
+ Keys:
101
+ :type: :hash
102
+ :members:
103
+ HashKeyElement:
104
+ :type: :hash
105
+ :members:
106
+ S:
107
+ :type: :string
108
+ N:
109
+ :type: :string
110
+ B:
111
+ :type: :blob
112
+ SS:
113
+ :type: :string
114
+ NS:
115
+ :type: :string
116
+ BS:
117
+ :type: :blob
118
+ RangeKeyElement:
119
+ :type: :hash
120
+ :members:
121
+ S:
122
+ :type: :string
123
+ N:
124
+ :type: :string
125
+ B:
126
+ :type: :blob
127
+ SS:
128
+ :type: :string
129
+ NS:
130
+ :type: :string
131
+ BS:
132
+ :type: :blob
133
+ AttributesToGet:
134
+ :type: :string
58
135
  - :name: BatchWriteItem
59
136
  :method: :batch_write_item
60
137
  :inputs:
@@ -77,12 +154,17 @@
77
154
  - :string
78
155
  N:
79
156
  - :string
157
+ B:
158
+ - :blob
80
159
  SS:
81
160
  - :list:
82
161
  - :string
83
162
  NS:
84
163
  - :list:
85
164
  - :string
165
+ BS:
166
+ - :list:
167
+ - :blob
86
168
  - :required
87
169
  DeleteRequest:
88
170
  - :structure:
@@ -94,12 +176,17 @@
94
176
  - :string
95
177
  N:
96
178
  - :string
179
+ B:
180
+ - :blob
97
181
  SS:
98
182
  - :list:
99
183
  - :string
100
184
  NS:
101
185
  - :list:
102
186
  - :string
187
+ BS:
188
+ - :list:
189
+ - :blob
103
190
  - :required
104
191
  RangeKeyElement:
105
192
  - :structure:
@@ -107,14 +194,88 @@
107
194
  - :string
108
195
  N:
109
196
  - :string
197
+ B:
198
+ - :blob
110
199
  SS:
111
200
  - :list:
112
201
  - :string
113
202
  NS:
114
203
  - :list:
115
204
  - :string
205
+ BS:
206
+ - :list:
207
+ - :blob
116
208
  - :required
117
209
  - :required
210
+ :outputs:
211
+ Responses:
212
+ :type: :map
213
+ :members:
214
+ :type: :hash
215
+ :members:
216
+ ConsumedCapacityUnits:
217
+ :type: :float
218
+ UnprocessedItems:
219
+ :type: :map
220
+ :members:
221
+ :type: :hash
222
+ :members:
223
+ PutRequest:
224
+ :type: :hash
225
+ :members:
226
+ Item:
227
+ :type: :map
228
+ :members:
229
+ :type: :hash
230
+ :members:
231
+ S:
232
+ :type: :string
233
+ N:
234
+ :type: :string
235
+ B:
236
+ :type: :blob
237
+ SS:
238
+ :type: :string
239
+ NS:
240
+ :type: :string
241
+ BS:
242
+ :type: :blob
243
+ DeleteRequest:
244
+ :type: :hash
245
+ :members:
246
+ Key:
247
+ :type: :hash
248
+ :members:
249
+ HashKeyElement:
250
+ :type: :hash
251
+ :members:
252
+ S:
253
+ :type: :string
254
+ N:
255
+ :type: :string
256
+ B:
257
+ :type: :blob
258
+ SS:
259
+ :type: :string
260
+ NS:
261
+ :type: :string
262
+ BS:
263
+ :type: :blob
264
+ RangeKeyElement:
265
+ :type: :hash
266
+ :members:
267
+ S:
268
+ :type: :string
269
+ N:
270
+ :type: :string
271
+ B:
272
+ :type: :blob
273
+ SS:
274
+ :type: :string
275
+ NS:
276
+ :type: :string
277
+ BS:
278
+ :type: :blob
118
279
  - :name: CreateTable
119
280
  :method: :create_table
120
281
  :inputs:
@@ -150,6 +311,48 @@
150
311
  - :long
151
312
  - :required
152
313
  - :required
314
+ :outputs:
315
+ TableDescription:
316
+ :type: :hash
317
+ :members:
318
+ TableName:
319
+ :type: :string
320
+ KeySchema:
321
+ :type: :hash
322
+ :members:
323
+ HashKeyElement:
324
+ :type: :hash
325
+ :members:
326
+ AttributeName:
327
+ :type: :string
328
+ AttributeType:
329
+ :type: :string
330
+ RangeKeyElement:
331
+ :type: :hash
332
+ :members:
333
+ AttributeName:
334
+ :type: :string
335
+ AttributeType:
336
+ :type: :string
337
+ TableStatus:
338
+ :type: :string
339
+ CreationDateTime:
340
+ :type: :time
341
+ ProvisionedThroughput:
342
+ :type: :hash
343
+ :members:
344
+ LastIncreaseDateTime:
345
+ :type: :time
346
+ LastDecreaseDateTime:
347
+ :type: :time
348
+ ReadCapacityUnits:
349
+ :type: :integer
350
+ WriteCapacityUnits:
351
+ :type: :integer
352
+ TableSizeBytes:
353
+ :type: :integer
354
+ ItemCount:
355
+ :type: :integer
153
356
  - :name: DeleteItem
154
357
  :method: :delete_item
155
358
  :inputs:
@@ -164,12 +367,17 @@
164
367
  - :string
165
368
  N:
166
369
  - :string
370
+ B:
371
+ - :blob
167
372
  SS:
168
373
  - :list:
169
374
  - :string
170
375
  NS:
171
376
  - :list:
172
377
  - :string
378
+ BS:
379
+ - :list:
380
+ - :blob
173
381
  - :required
174
382
  RangeKeyElement:
175
383
  - :structure:
@@ -177,12 +385,17 @@
177
385
  - :string
178
386
  N:
179
387
  - :string
388
+ B:
389
+ - :blob
180
390
  SS:
181
391
  - :list:
182
392
  - :string
183
393
  NS:
184
394
  - :list:
185
395
  - :string
396
+ BS:
397
+ - :list:
398
+ - :blob
186
399
  - :required
187
400
  Expected:
188
401
  - :map:
@@ -196,28 +409,137 @@
196
409
  - :string
197
410
  N:
198
411
  - :string
412
+ B:
413
+ - :blob
199
414
  SS:
200
415
  - :list:
201
416
  - :string
202
417
  NS:
203
418
  - :list:
204
419
  - :string
420
+ BS:
421
+ - :list:
422
+ - :blob
205
423
  Exists:
206
424
  - :boolean
207
425
  ReturnValues:
208
426
  - :string
427
+ :outputs:
428
+ Attributes:
429
+ :type: :map
430
+ :members:
431
+ :type: :hash
432
+ :members:
433
+ S:
434
+ :type: :string
435
+ N:
436
+ :type: :string
437
+ B:
438
+ :type: :blob
439
+ SS:
440
+ :type: :string
441
+ NS:
442
+ :type: :string
443
+ BS:
444
+ :type: :blob
445
+ ConsumedCapacityUnits:
446
+ :type: :float
209
447
  - :name: DeleteTable
210
448
  :method: :delete_table
211
449
  :inputs:
212
450
  TableName:
213
451
  - :string
214
452
  - :required
453
+ :outputs:
454
+ TableDescription:
455
+ :type: :hash
456
+ :members:
457
+ TableName:
458
+ :type: :string
459
+ KeySchema:
460
+ :type: :hash
461
+ :members:
462
+ HashKeyElement:
463
+ :type: :hash
464
+ :members:
465
+ AttributeName:
466
+ :type: :string
467
+ AttributeType:
468
+ :type: :string
469
+ RangeKeyElement:
470
+ :type: :hash
471
+ :members:
472
+ AttributeName:
473
+ :type: :string
474
+ AttributeType:
475
+ :type: :string
476
+ TableStatus:
477
+ :type: :string
478
+ CreationDateTime:
479
+ :type: :time
480
+ ProvisionedThroughput:
481
+ :type: :hash
482
+ :members:
483
+ LastIncreaseDateTime:
484
+ :type: :time
485
+ LastDecreaseDateTime:
486
+ :type: :time
487
+ ReadCapacityUnits:
488
+ :type: :integer
489
+ WriteCapacityUnits:
490
+ :type: :integer
491
+ TableSizeBytes:
492
+ :type: :integer
493
+ ItemCount:
494
+ :type: :integer
215
495
  - :name: DescribeTable
216
496
  :method: :describe_table
217
497
  :inputs:
218
498
  TableName:
219
499
  - :string
220
500
  - :required
501
+ :outputs:
502
+ Table:
503
+ :type: :hash
504
+ :members:
505
+ TableName:
506
+ :type: :string
507
+ KeySchema:
508
+ :type: :hash
509
+ :members:
510
+ HashKeyElement:
511
+ :type: :hash
512
+ :members:
513
+ AttributeName:
514
+ :type: :string
515
+ AttributeType:
516
+ :type: :string
517
+ RangeKeyElement:
518
+ :type: :hash
519
+ :members:
520
+ AttributeName:
521
+ :type: :string
522
+ AttributeType:
523
+ :type: :string
524
+ TableStatus:
525
+ :type: :string
526
+ CreationDateTime:
527
+ :type: :time
528
+ ProvisionedThroughput:
529
+ :type: :hash
530
+ :members:
531
+ LastIncreaseDateTime:
532
+ :type: :time
533
+ LastDecreaseDateTime:
534
+ :type: :time
535
+ ReadCapacityUnits:
536
+ :type: :integer
537
+ WriteCapacityUnits:
538
+ :type: :integer
539
+ TableSizeBytes:
540
+ :type: :integer
541
+ ItemCount:
542
+ :type: :integer
221
543
  - :name: GetItem
222
544
  :method: :get_item
223
545
  :inputs:
@@ -232,12 +554,17 @@
232
554
  - :string
233
555
  N:
234
556
  - :string
557
+ B:
558
+ - :blob
235
559
  SS:
236
560
  - :list:
237
561
  - :string
238
562
  NS:
239
563
  - :list:
240
564
  - :string
565
+ BS:
566
+ - :list:
567
+ - :blob
241
568
  - :required
242
569
  RangeKeyElement:
243
570
  - :structure:
@@ -245,18 +572,43 @@
245
572
  - :string
246
573
  N:
247
574
  - :string
575
+ B:
576
+ - :blob
248
577
  SS:
249
578
  - :list:
250
579
  - :string
251
580
  NS:
252
581
  - :list:
253
582
  - :string
583
+ BS:
584
+ - :list:
585
+ - :blob
254
586
  - :required
255
587
  AttributesToGet:
256
588
  - :list:
257
589
  - :string
258
590
  ConsistentRead:
259
591
  - :boolean
592
+ :outputs:
593
+ Item:
594
+ :type: :map
595
+ :members:
596
+ :type: :hash
597
+ :members:
598
+ S:
599
+ :type: :string
600
+ N:
601
+ :type: :string
602
+ B:
603
+ :type: :blob
604
+ SS:
605
+ :type: :string
606
+ NS:
607
+ :type: :string
608
+ BS:
609
+ :type: :blob
610
+ ConsumedCapacityUnits:
611
+ :type: :float
260
612
  - :name: ListTables
261
613
  :method: :list_tables
262
614
  :inputs:
@@ -264,6 +616,11 @@
264
616
  - :string
265
617
  Limit:
266
618
  - :integer
619
+ :outputs:
620
+ TableNames:
621
+ :type: :string
622
+ LastEvaluatedTableName:
623
+ :type: :string
267
624
  - :name: PutItem
268
625
  :method: :put_item
269
626
  :inputs:
@@ -280,12 +637,17 @@
280
637
  - :string
281
638
  N:
282
639
  - :string
640
+ B:
641
+ - :blob
283
642
  SS:
284
643
  - :list:
285
644
  - :string
286
645
  NS:
287
646
  - :list:
288
647
  - :string
648
+ BS:
649
+ - :list:
650
+ - :blob
289
651
  - :required
290
652
  Expected:
291
653
  - :map:
@@ -299,16 +661,41 @@
299
661
  - :string
300
662
  N:
301
663
  - :string
664
+ B:
665
+ - :blob
302
666
  SS:
303
667
  - :list:
304
668
  - :string
305
669
  NS:
306
670
  - :list:
307
671
  - :string
672
+ BS:
673
+ - :list:
674
+ - :blob
308
675
  Exists:
309
676
  - :boolean
310
677
  ReturnValues:
311
678
  - :string
679
+ :outputs:
680
+ Attributes:
681
+ :type: :map
682
+ :members:
683
+ :type: :hash
684
+ :members:
685
+ S:
686
+ :type: :string
687
+ N:
688
+ :type: :string
689
+ B:
690
+ :type: :blob
691
+ SS:
692
+ :type: :string
693
+ NS:
694
+ :type: :string
695
+ BS:
696
+ :type: :blob
697
+ ConsumedCapacityUnits:
698
+ :type: :float
312
699
  - :name: Query
313
700
  :method: :query
314
701
  :inputs:
@@ -330,12 +717,17 @@
330
717
  - :string
331
718
  N:
332
719
  - :string
720
+ B:
721
+ - :blob
333
722
  SS:
334
723
  - :list:
335
724
  - :string
336
725
  NS:
337
726
  - :list:
338
727
  - :string
728
+ BS:
729
+ - :list:
730
+ - :blob
339
731
  - :required
340
732
  RangeKeyCondition:
341
733
  - :structure:
@@ -346,12 +738,17 @@
346
738
  - :string
347
739
  N:
348
740
  - :string
741
+ B:
742
+ - :blob
349
743
  SS:
350
744
  - :list:
351
745
  - :string
352
746
  NS:
353
747
  - :list:
354
748
  - :string
749
+ BS:
750
+ - :list:
751
+ - :blob
355
752
  ComparisonOperator:
356
753
  - :string
357
754
  - :required
@@ -365,12 +762,17 @@
365
762
  - :string
366
763
  N:
367
764
  - :string
765
+ B:
766
+ - :blob
368
767
  SS:
369
768
  - :list:
370
769
  - :string
371
770
  NS:
372
771
  - :list:
373
772
  - :string
773
+ BS:
774
+ - :list:
775
+ - :blob
374
776
  - :required
375
777
  RangeKeyElement:
376
778
  - :structure:
@@ -378,12 +780,72 @@
378
780
  - :string
379
781
  N:
380
782
  - :string
783
+ B:
784
+ - :blob
381
785
  SS:
382
786
  - :list:
383
787
  - :string
384
788
  NS:
385
789
  - :list:
386
790
  - :string
791
+ BS:
792
+ - :list:
793
+ - :blob
794
+ :outputs:
795
+ Items:
796
+ :type: :map
797
+ :members:
798
+ :type: :hash
799
+ :members:
800
+ S:
801
+ :type: :string
802
+ N:
803
+ :type: :string
804
+ B:
805
+ :type: :blob
806
+ SS:
807
+ :type: :string
808
+ NS:
809
+ :type: :string
810
+ BS:
811
+ :type: :blob
812
+ Count:
813
+ :type: :integer
814
+ LastEvaluatedKey:
815
+ :type: :hash
816
+ :members:
817
+ HashKeyElement:
818
+ :type: :hash
819
+ :members:
820
+ S:
821
+ :type: :string
822
+ N:
823
+ :type: :string
824
+ B:
825
+ :type: :blob
826
+ SS:
827
+ :type: :string
828
+ NS:
829
+ :type: :string
830
+ BS:
831
+ :type: :blob
832
+ RangeKeyElement:
833
+ :type: :hash
834
+ :members:
835
+ S:
836
+ :type: :string
837
+ N:
838
+ :type: :string
839
+ B:
840
+ :type: :blob
841
+ SS:
842
+ :type: :string
843
+ NS:
844
+ :type: :string
845
+ BS:
846
+ :type: :blob
847
+ ConsumedCapacityUnits:
848
+ :type: :float
387
849
  - :name: Scan
388
850
  :method: :scan
389
851
  :inputs:
@@ -410,12 +872,17 @@
410
872
  - :string
411
873
  N:
412
874
  - :string
875
+ B:
876
+ - :blob
413
877
  SS:
414
878
  - :list:
415
879
  - :string
416
880
  NS:
417
881
  - :list:
418
882
  - :string
883
+ BS:
884
+ - :list:
885
+ - :blob
419
886
  ComparisonOperator:
420
887
  - :string
421
888
  - :required
@@ -427,12 +894,17 @@
427
894
  - :string
428
895
  N:
429
896
  - :string
897
+ B:
898
+ - :blob
430
899
  SS:
431
900
  - :list:
432
901
  - :string
433
902
  NS:
434
903
  - :list:
435
904
  - :string
905
+ BS:
906
+ - :list:
907
+ - :blob
436
908
  - :required
437
909
  RangeKeyElement:
438
910
  - :structure:
@@ -440,12 +912,74 @@
440
912
  - :string
441
913
  N:
442
914
  - :string
915
+ B:
916
+ - :blob
443
917
  SS:
444
918
  - :list:
445
919
  - :string
446
920
  NS:
447
921
  - :list:
448
922
  - :string
923
+ BS:
924
+ - :list:
925
+ - :blob
926
+ :outputs:
927
+ Items:
928
+ :type: :map
929
+ :members:
930
+ :type: :hash
931
+ :members:
932
+ S:
933
+ :type: :string
934
+ N:
935
+ :type: :string
936
+ B:
937
+ :type: :blob
938
+ SS:
939
+ :type: :string
940
+ NS:
941
+ :type: :string
942
+ BS:
943
+ :type: :blob
944
+ Count:
945
+ :type: :integer
946
+ ScannedCount:
947
+ :type: :integer
948
+ LastEvaluatedKey:
949
+ :type: :hash
950
+ :members:
951
+ HashKeyElement:
952
+ :type: :hash
953
+ :members:
954
+ S:
955
+ :type: :string
956
+ N:
957
+ :type: :string
958
+ B:
959
+ :type: :blob
960
+ SS:
961
+ :type: :string
962
+ NS:
963
+ :type: :string
964
+ BS:
965
+ :type: :blob
966
+ RangeKeyElement:
967
+ :type: :hash
968
+ :members:
969
+ S:
970
+ :type: :string
971
+ N:
972
+ :type: :string
973
+ B:
974
+ :type: :blob
975
+ SS:
976
+ :type: :string
977
+ NS:
978
+ :type: :string
979
+ BS:
980
+ :type: :blob
981
+ ConsumedCapacityUnits:
982
+ :type: :float
449
983
  - :name: UpdateItem
450
984
  :method: :update_item
451
985
  :inputs:
@@ -460,12 +994,17 @@
460
994
  - :string
461
995
  N:
462
996
  - :string
997
+ B:
998
+ - :blob
463
999
  SS:
464
1000
  - :list:
465
1001
  - :string
466
1002
  NS:
467
1003
  - :list:
468
1004
  - :string
1005
+ BS:
1006
+ - :list:
1007
+ - :blob
469
1008
  - :required
470
1009
  RangeKeyElement:
471
1010
  - :structure:
@@ -473,12 +1012,17 @@
473
1012
  - :string
474
1013
  N:
475
1014
  - :string
1015
+ B:
1016
+ - :blob
476
1017
  SS:
477
1018
  - :list:
478
1019
  - :string
479
1020
  NS:
480
1021
  - :list:
481
1022
  - :string
1023
+ BS:
1024
+ - :list:
1025
+ - :blob
482
1026
  - :required
483
1027
  AttributeUpdates:
484
1028
  - :map:
@@ -492,12 +1036,17 @@
492
1036
  - :string
493
1037
  N:
494
1038
  - :string
1039
+ B:
1040
+ - :blob
495
1041
  SS:
496
1042
  - :list:
497
1043
  - :string
498
1044
  NS:
499
1045
  - :list:
500
1046
  - :string
1047
+ BS:
1048
+ - :list:
1049
+ - :blob
501
1050
  Action:
502
1051
  - :string
503
1052
  - :required
@@ -513,16 +1062,41 @@
513
1062
  - :string
514
1063
  N:
515
1064
  - :string
1065
+ B:
1066
+ - :blob
516
1067
  SS:
517
1068
  - :list:
518
1069
  - :string
519
1070
  NS:
520
1071
  - :list:
521
1072
  - :string
1073
+ BS:
1074
+ - :list:
1075
+ - :blob
522
1076
  Exists:
523
1077
  - :boolean
524
1078
  ReturnValues:
525
1079
  - :string
1080
+ :outputs:
1081
+ Attributes:
1082
+ :type: :map
1083
+ :members:
1084
+ :type: :hash
1085
+ :members:
1086
+ S:
1087
+ :type: :string
1088
+ N:
1089
+ :type: :string
1090
+ B:
1091
+ :type: :blob
1092
+ SS:
1093
+ :type: :string
1094
+ NS:
1095
+ :type: :string
1096
+ BS:
1097
+ :type: :blob
1098
+ ConsumedCapacityUnits:
1099
+ :type: :float
526
1100
  - :name: UpdateTable
527
1101
  :method: :update_table
528
1102
  :inputs:
@@ -538,3 +1112,45 @@
538
1112
  - :long
539
1113
  - :required
540
1114
  - :required
1115
+ :outputs:
1116
+ TableDescription:
1117
+ :type: :hash
1118
+ :members:
1119
+ TableName:
1120
+ :type: :string
1121
+ KeySchema:
1122
+ :type: :hash
1123
+ :members:
1124
+ HashKeyElement:
1125
+ :type: :hash
1126
+ :members:
1127
+ AttributeName:
1128
+ :type: :string
1129
+ AttributeType:
1130
+ :type: :string
1131
+ RangeKeyElement:
1132
+ :type: :hash
1133
+ :members:
1134
+ AttributeName:
1135
+ :type: :string
1136
+ AttributeType:
1137
+ :type: :string
1138
+ TableStatus:
1139
+ :type: :string
1140
+ CreationDateTime:
1141
+ :type: :time
1142
+ ProvisionedThroughput:
1143
+ :type: :hash
1144
+ :members:
1145
+ LastIncreaseDateTime:
1146
+ :type: :time
1147
+ LastDecreaseDateTime:
1148
+ :type: :time
1149
+ ReadCapacityUnits:
1150
+ :type: :integer
1151
+ WriteCapacityUnits:
1152
+ :type: :integer
1153
+ TableSizeBytes:
1154
+ :type: :integer
1155
+ ItemCount:
1156
+ :type: :integer