aws-sdk 1.8.5 → 1.9.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.
Files changed (386) hide show
  1. checksums.yaml +7 -0
  2. data/.yardopts +1 -0
  3. data/README.rdoc +8 -0
  4. data/lib/aws-sdk.rb +39 -35
  5. data/lib/aws/api_config/CloudFront-2012-07-01.yml +2398 -0
  6. data/lib/aws/api_config/DirectConnect-2012-10-25.yml +475 -0
  7. data/lib/aws/api_config/DynamoDB-2011-12-05.yml +8 -0
  8. data/lib/aws/api_config/DynamoDB-2012-08-10.yml +1516 -0
  9. data/lib/aws/api_config/OpsWorks-2013-02-18.yml +2 -2
  10. data/lib/aws/auto_scaling.rb +44 -44
  11. data/lib/aws/auto_scaling/activity.rb +1 -1
  12. data/lib/aws/auto_scaling/activity_collection.rb +14 -15
  13. data/lib/aws/auto_scaling/client.rb +277 -277
  14. data/lib/aws/auto_scaling/config.rb +1 -1
  15. data/lib/aws/auto_scaling/group.rb +35 -36
  16. data/lib/aws/auto_scaling/group_collection.rb +10 -10
  17. data/lib/aws/auto_scaling/group_options.rb +19 -19
  18. data/lib/aws/auto_scaling/instance.rb +27 -27
  19. data/lib/aws/auto_scaling/instance_collection.rb +10 -10
  20. data/lib/aws/auto_scaling/launch_configuration.rb +3 -3
  21. data/lib/aws/auto_scaling/launch_configuration_collection.rb +1 -1
  22. data/lib/aws/auto_scaling/notification_configuration.rb +2 -2
  23. data/lib/aws/auto_scaling/notification_configuration_collection.rb +37 -38
  24. data/lib/aws/auto_scaling/scaling_policy.rb +3 -3
  25. data/lib/aws/auto_scaling/scaling_policy_collection.rb +6 -6
  26. data/lib/aws/auto_scaling/scaling_policy_options.rb +8 -7
  27. data/lib/aws/auto_scaling/scheduled_action.rb +3 -3
  28. data/lib/aws/auto_scaling/scheduled_action_collection.rb +28 -28
  29. data/lib/aws/auto_scaling/tag_collection.rb +30 -28
  30. data/lib/aws/cloud_formation.rb +95 -94
  31. data/lib/aws/cloud_formation/client.rb +136 -133
  32. data/lib/aws/cloud_formation/config.rb +1 -1
  33. data/lib/aws/cloud_formation/stack.rb +37 -37
  34. data/lib/aws/cloud_formation/stack_collection.rb +28 -27
  35. data/lib/aws/cloud_formation/stack_event.rb +9 -11
  36. data/lib/aws/cloud_formation/stack_output.rb +1 -1
  37. data/lib/aws/cloud_formation/stack_resource.rb +6 -6
  38. data/lib/aws/cloud_formation/stack_resource_collection.rb +11 -12
  39. data/lib/aws/cloud_formation/stack_resource_summary_collection.rb +11 -11
  40. data/lib/aws/cloud_formation/stack_summary_collection.rb +39 -39
  41. data/lib/aws/cloud_front.rb +21 -21
  42. data/lib/aws/cloud_front/client.rb +853 -652
  43. data/lib/aws/cloud_front/request.rb +3 -0
  44. data/lib/aws/cloud_search.rb +22 -22
  45. data/lib/aws/cloud_search/client.rb +322 -315
  46. data/lib/aws/cloud_search/config.rb +1 -1
  47. data/lib/aws/cloud_watch.rb +39 -39
  48. data/lib/aws/cloud_watch/alarm.rb +55 -37
  49. data/lib/aws/cloud_watch/alarm_collection.rb +18 -18
  50. data/lib/aws/cloud_watch/alarm_history_item_collection.rb +2 -2
  51. data/lib/aws/cloud_watch/client.rb +360 -146
  52. data/lib/aws/cloud_watch/config.rb +1 -1
  53. data/lib/aws/cloud_watch/metric.rb +15 -15
  54. data/lib/aws/cloud_watch/metric_alarm_collection.rb +17 -17
  55. data/lib/aws/cloud_watch/metric_collection.rb +16 -16
  56. data/lib/aws/cloud_watch/metric_statistics.rb +11 -11
  57. data/lib/aws/core.rb +243 -225
  58. data/lib/aws/core/async_handle.rb +13 -13
  59. data/lib/aws/core/cacheable.rb +14 -15
  60. data/lib/aws/core/client.rb +40 -15
  61. data/lib/aws/core/collection.rb +42 -46
  62. data/lib/aws/core/collection/with_limit_and_next_token.rb +1 -1
  63. data/lib/aws/core/collection/with_next_token.rb +1 -1
  64. data/lib/aws/core/configuration.rb +97 -133
  65. data/lib/aws/core/credential_providers.rb +16 -16
  66. data/lib/aws/core/data.rb +23 -23
  67. data/lib/aws/core/http/connection_pool.rb +348 -0
  68. data/lib/aws/core/http/net_http_handler.rb +17 -26
  69. data/lib/aws/core/http/patch.rb +102 -0
  70. data/lib/aws/core/http/request.rb +13 -19
  71. data/lib/aws/core/http/response.rb +2 -2
  72. data/lib/aws/core/lazy_error_classes.rb +17 -17
  73. data/lib/aws/core/log_formatter.rb +70 -104
  74. data/lib/aws/core/options/json_serializer.rb +1 -1
  75. data/lib/aws/core/options/validator.rb +4 -4
  76. data/lib/aws/core/page_result.rb +8 -8
  77. data/lib/aws/core/policy.rb +49 -49
  78. data/lib/aws/core/region.rb +72 -0
  79. data/lib/aws/core/region_collection.rb +106 -0
  80. data/lib/aws/core/resource.rb +5 -5
  81. data/lib/aws/core/response.rb +20 -17
  82. data/lib/aws/core/rest_request_builder.rb +4 -4
  83. data/lib/aws/core/service_interface.rb +24 -2
  84. data/lib/aws/core/signature/version_3.rb +2 -2
  85. data/lib/aws/core/uri_escape.rb +1 -1
  86. data/lib/aws/core/xml/frame_stack.rb +1 -1
  87. data/lib/aws/core/xml/grammar.rb +3 -4
  88. data/lib/aws/core/xml/sax_handlers/libxml.rb +2 -2
  89. data/lib/aws/core/xml/sax_handlers/nokogiri.rb +3 -3
  90. data/lib/aws/core/xml/sax_handlers/rexml.rb +5 -5
  91. data/lib/aws/core/xml/stub.rb +9 -9
  92. data/lib/aws/data_pipeline.rb +21 -21
  93. data/lib/aws/data_pipeline/client.rb +189 -133
  94. data/lib/aws/data_pipeline/config.rb +1 -1
  95. data/lib/aws/direct_connect.rb +74 -0
  96. data/lib/aws/direct_connect/client.rb +253 -0
  97. data/lib/aws/direct_connect/config.rb +18 -0
  98. data/lib/aws/direct_connect/errors.rb +22 -0
  99. data/lib/aws/direct_connect/request.rb +27 -0
  100. data/lib/aws/dynamo_db.rb +71 -69
  101. data/lib/aws/dynamo_db/attribute_collection.rb +53 -58
  102. data/lib/aws/dynamo_db/batch_get.rb +23 -23
  103. data/lib/aws/dynamo_db/batch_write.rb +43 -43
  104. data/lib/aws/dynamo_db/binary.rb +9 -9
  105. data/lib/aws/dynamo_db/client.rb +494 -509
  106. data/lib/aws/dynamo_db/client_base.rb +91 -0
  107. data/lib/aws/dynamo_db/client_v2.rb +825 -0
  108. data/lib/aws/dynamo_db/config.rb +1 -1
  109. data/lib/aws/dynamo_db/item.rb +10 -10
  110. data/lib/aws/dynamo_db/item_collection.rb +75 -75
  111. data/lib/aws/dynamo_db/table.rb +85 -85
  112. data/lib/aws/dynamo_db/table_collection.rb +13 -13
  113. data/lib/aws/ec2.rb +132 -142
  114. data/lib/aws/ec2/attachment.rb +31 -36
  115. data/lib/aws/ec2/attachment_collection.rb +1 -1
  116. data/lib/aws/ec2/availability_zone.rb +4 -4
  117. data/lib/aws/ec2/client.rb +2272 -2125
  118. data/lib/aws/ec2/config.rb +1 -1
  119. data/lib/aws/ec2/customer_gateway.rb +6 -6
  120. data/lib/aws/ec2/customer_gateway_collection.rb +6 -6
  121. data/lib/aws/ec2/dhcp_options.rb +3 -3
  122. data/lib/aws/ec2/dhcp_options_collection.rb +10 -10
  123. data/lib/aws/ec2/elastic_ip.rb +15 -15
  124. data/lib/aws/ec2/elastic_ip_collection.rb +11 -15
  125. data/lib/aws/ec2/export_task.rb +4 -4
  126. data/lib/aws/ec2/export_task_collection.rb +11 -11
  127. data/lib/aws/ec2/filtered_collection.rb +6 -8
  128. data/lib/aws/ec2/image.rb +46 -40
  129. data/lib/aws/ec2/image_collection.rb +44 -52
  130. data/lib/aws/ec2/instance.rb +64 -62
  131. data/lib/aws/ec2/instance_collection.rb +47 -50
  132. data/lib/aws/ec2/internet_gateway.rb +6 -6
  133. data/lib/aws/ec2/internet_gateway/attachment.rb +13 -13
  134. data/lib/aws/ec2/internet_gateway_collection.rb +3 -3
  135. data/lib/aws/ec2/key_pair.rb +3 -3
  136. data/lib/aws/ec2/key_pair_collection.rb +12 -12
  137. data/lib/aws/ec2/network_acl.rb +39 -39
  138. data/lib/aws/ec2/network_acl/association.rb +2 -2
  139. data/lib/aws/ec2/network_acl/entry.rb +22 -22
  140. data/lib/aws/ec2/network_acl_collection.rb +2 -2
  141. data/lib/aws/ec2/network_interface.rb +13 -4
  142. data/lib/aws/ec2/network_interface/attachment.rb +3 -3
  143. data/lib/aws/ec2/network_interface_collection.rb +5 -5
  144. data/lib/aws/ec2/permission_collection.rb +1 -1
  145. data/lib/aws/ec2/region.rb +6 -6
  146. data/lib/aws/ec2/region_collection.rb +1 -1
  147. data/lib/aws/ec2/reserved_instances_collection.rb +2 -2
  148. data/lib/aws/ec2/reserved_instances_offering_collection.rb +2 -2
  149. data/lib/aws/ec2/resource_tag_collection.rb +5 -5
  150. data/lib/aws/ec2/route_table.rb +14 -14
  151. data/lib/aws/ec2/route_table/association.rb +22 -22
  152. data/lib/aws/ec2/route_table/route.rb +8 -8
  153. data/lib/aws/ec2/route_table_collection.rb +3 -3
  154. data/lib/aws/ec2/security_group.rb +39 -41
  155. data/lib/aws/ec2/security_group_collection.rb +19 -21
  156. data/lib/aws/ec2/snapshot.rb +3 -3
  157. data/lib/aws/ec2/snapshot_collection.rb +11 -12
  158. data/lib/aws/ec2/subnet.rb +2 -2
  159. data/lib/aws/ec2/subnet_collection.rb +17 -17
  160. data/lib/aws/ec2/tag_collection.rb +1 -1
  161. data/lib/aws/ec2/tagged_collection.rb +7 -7
  162. data/lib/aws/ec2/tagged_item.rb +10 -10
  163. data/lib/aws/ec2/volume.rb +16 -16
  164. data/lib/aws/ec2/volume_collection.rb +9 -12
  165. data/lib/aws/ec2/vpc.rb +6 -6
  166. data/lib/aws/ec2/vpc_collection.rb +10 -10
  167. data/lib/aws/ec2/vpn_connection.rb +4 -4
  168. data/lib/aws/ec2/vpn_connection/telemetry.rb +1 -1
  169. data/lib/aws/ec2/vpn_connection_collection.rb +6 -6
  170. data/lib/aws/ec2/vpn_gateway.rb +2 -2
  171. data/lib/aws/ec2/vpn_gateway_collection.rb +5 -5
  172. data/lib/aws/elastic_beanstalk.rb +12 -12
  173. data/lib/aws/elastic_beanstalk/client.rb +376 -368
  174. data/lib/aws/elastic_beanstalk/config.rb +1 -1
  175. data/lib/aws/elastic_transcoder.rb +5 -5
  176. data/lib/aws/elastic_transcoder/client.rb +283 -283
  177. data/lib/aws/elastic_transcoder/config.rb +1 -1
  178. data/lib/aws/elasticache.rb +12 -12
  179. data/lib/aws/elasticache/client.rb +484 -479
  180. data/lib/aws/elasticache/config.rb +1 -1
  181. data/lib/aws/elb.rb +23 -23
  182. data/lib/aws/elb/availability_zone_collection.rb +34 -34
  183. data/lib/aws/elb/backend_server_policy_collection.rb +24 -24
  184. data/lib/aws/elb/client.rb +153 -153
  185. data/lib/aws/elb/config.rb +1 -1
  186. data/lib/aws/elb/errors.rb +1 -1
  187. data/lib/aws/elb/instance_collection.rb +20 -25
  188. data/lib/aws/elb/listener.rb +3 -3
  189. data/lib/aws/elb/listener_collection.rb +8 -8
  190. data/lib/aws/elb/load_balancer.rb +15 -16
  191. data/lib/aws/elb/load_balancer_collection.rb +36 -24
  192. data/lib/aws/elb/load_balancer_policy.rb +1 -1
  193. data/lib/aws/elb/load_balancer_policy_collection.rb +5 -5
  194. data/lib/aws/emr.rb +28 -26
  195. data/lib/aws/emr/client.rb +165 -149
  196. data/lib/aws/emr/config.rb +1 -1
  197. data/lib/aws/emr/instance_group.rb +1 -1
  198. data/lib/aws/emr/instance_group_collection.rb +1 -1
  199. data/lib/aws/emr/job_flow.rb +27 -26
  200. data/lib/aws/emr/job_flow_collection.rb +34 -34
  201. data/lib/aws/errors.rb +7 -7
  202. data/lib/aws/glacier.rb +21 -21
  203. data/lib/aws/glacier/archive_collection.rb +2 -2
  204. data/lib/aws/glacier/client.rb +139 -140
  205. data/lib/aws/glacier/config.rb +1 -1
  206. data/lib/aws/glacier/vault.rb +2 -2
  207. data/lib/aws/glacier/vault_collection.rb +1 -1
  208. data/lib/aws/iam.rb +133 -144
  209. data/lib/aws/iam/access_key.rb +17 -17
  210. data/lib/aws/iam/access_key_collection.rb +22 -22
  211. data/lib/aws/iam/account_alias_collection.rb +2 -2
  212. data/lib/aws/iam/client.rb +429 -420
  213. data/lib/aws/iam/collection.rb +1 -1
  214. data/lib/aws/iam/config.rb +2 -2
  215. data/lib/aws/iam/group.rb +8 -8
  216. data/lib/aws/iam/group_collection.rb +16 -16
  217. data/lib/aws/iam/group_policy_collection.rb +6 -6
  218. data/lib/aws/iam/group_user_collection.rb +3 -3
  219. data/lib/aws/iam/mfa_device.rb +1 -1
  220. data/lib/aws/iam/mfa_device_collection.rb +9 -9
  221. data/lib/aws/iam/policy_collection.rb +4 -4
  222. data/lib/aws/iam/resource.rb +2 -2
  223. data/lib/aws/iam/server_certificate.rb +1 -1
  224. data/lib/aws/iam/server_certificate_collection.rb +15 -15
  225. data/lib/aws/iam/signing_certificate.rb +29 -29
  226. data/lib/aws/iam/signing_certificate_collection.rb +23 -23
  227. data/lib/aws/iam/user.rb +33 -38
  228. data/lib/aws/iam/user_collection.rb +27 -27
  229. data/lib/aws/iam/user_group_collection.rb +3 -3
  230. data/lib/aws/iam/user_policy_collection.rb +6 -6
  231. data/lib/aws/iam/virtual_mfa_device.rb +12 -12
  232. data/lib/aws/iam/virtual_mfa_device_collection.rb +4 -4
  233. data/lib/aws/import_export.rb +22 -21
  234. data/lib/aws/import_export/client.rb +47 -43
  235. data/lib/aws/ops_works.rb +5 -5
  236. data/lib/aws/ops_works/client.rb +484 -438
  237. data/lib/aws/ops_works/config.rb +1 -1
  238. data/lib/aws/rails.rb +34 -34
  239. data/lib/aws/rds.rb +18 -18
  240. data/lib/aws/rds/client.rb +1286 -1277
  241. data/lib/aws/rds/config.rb +1 -1
  242. data/lib/aws/rds/db_instance.rb +15 -4
  243. data/lib/aws/rds/db_snapshot.rb +1 -1
  244. data/lib/aws/record.rb +50 -24
  245. data/lib/aws/record/abstract_base.rb +52 -60
  246. data/lib/aws/record/attributes.rb +79 -79
  247. data/lib/aws/record/conversion.rb +1 -1
  248. data/lib/aws/record/dirty_tracking.rb +69 -67
  249. data/lib/aws/record/errors.rb +21 -21
  250. data/lib/aws/record/exceptions.rb +2 -2
  251. data/lib/aws/record/hash_model.rb +20 -21
  252. data/lib/aws/record/hash_model/attributes.rb +13 -15
  253. data/lib/aws/record/hash_model/finder_methods.rb +46 -46
  254. data/lib/aws/record/hash_model/scope.rb +31 -31
  255. data/lib/aws/record/model.rb +136 -136
  256. data/lib/aws/record/model/attributes.rb +57 -59
  257. data/lib/aws/record/model/finder_methods.rb +67 -67
  258. data/lib/aws/record/model/scope.rb +48 -49
  259. data/lib/aws/record/naming.rb +1 -1
  260. data/lib/aws/record/scope.rb +23 -19
  261. data/lib/aws/record/validations.rb +253 -271
  262. data/lib/aws/record/validator.rb +3 -3
  263. data/lib/aws/record/validators/acceptance.rb +1 -3
  264. data/lib/aws/record/validators/block.rb +1 -3
  265. data/lib/aws/record/validators/confirmation.rb +1 -3
  266. data/lib/aws/record/validators/count.rb +2 -4
  267. data/lib/aws/record/validators/exclusion.rb +2 -4
  268. data/lib/aws/record/validators/format.rb +2 -4
  269. data/lib/aws/record/validators/inclusion.rb +1 -3
  270. data/lib/aws/record/validators/length.rb +5 -7
  271. data/lib/aws/record/validators/method.rb +1 -3
  272. data/lib/aws/record/validators/numericality.rb +6 -8
  273. data/lib/aws/record/validators/presence.rb +1 -3
  274. data/lib/aws/redshift.rb +14 -14
  275. data/lib/aws/redshift/client.rb +596 -592
  276. data/lib/aws/redshift/config.rb +1 -1
  277. data/lib/aws/route_53.rb +30 -30
  278. data/lib/aws/route_53/change_batch.rb +7 -7
  279. data/lib/aws/route_53/client.rb +188 -152
  280. data/lib/aws/route_53/hosted_zone.rb +4 -4
  281. data/lib/aws/route_53/hosted_zone_collection.rb +7 -7
  282. data/lib/aws/route_53/resource_record_set.rb +10 -10
  283. data/lib/aws/route_53/resource_record_set_collection.rb +6 -6
  284. data/lib/aws/s3.rb +79 -79
  285. data/lib/aws/s3/access_control_list.rb +44 -36
  286. data/lib/aws/s3/acl_options.rb +51 -51
  287. data/lib/aws/s3/bucket.rb +146 -146
  288. data/lib/aws/s3/bucket_collection.rb +21 -21
  289. data/lib/aws/s3/bucket_lifecycle_configuration.rb +81 -82
  290. data/lib/aws/s3/bucket_tag_collection.rb +4 -2
  291. data/lib/aws/s3/cipher_io.rb +5 -4
  292. data/lib/aws/s3/client.rb +89 -84
  293. data/lib/aws/s3/client/xml.rb +1 -1
  294. data/lib/aws/s3/config.rb +7 -1
  295. data/lib/aws/s3/cors_rule.rb +2 -0
  296. data/lib/aws/s3/cors_rule_collection.rb +42 -40
  297. data/lib/aws/s3/data_options.rb +16 -11
  298. data/lib/aws/s3/encryption_utils.rb +2 -2
  299. data/lib/aws/s3/errors.rb +7 -7
  300. data/lib/aws/s3/multipart_upload.rb +30 -33
  301. data/lib/aws/s3/multipart_upload_collection.rb +8 -6
  302. data/lib/aws/s3/object_collection.rb +35 -35
  303. data/lib/aws/s3/object_metadata.rb +6 -6
  304. data/lib/aws/s3/object_version.rb +4 -4
  305. data/lib/aws/s3/object_version_collection.rb +15 -15
  306. data/lib/aws/s3/policy.rb +2 -2
  307. data/lib/aws/s3/prefixed_collection.rb +9 -5
  308. data/lib/aws/s3/presigned_post.rb +39 -37
  309. data/lib/aws/s3/request.rb +11 -11
  310. data/lib/aws/s3/s3_object.rb +210 -200
  311. data/lib/aws/s3/tree.rb +25 -27
  312. data/lib/aws/s3/tree/child_collection.rb +3 -3
  313. data/lib/aws/s3/tree/leaf_node.rb +2 -2
  314. data/lib/aws/s3/tree/parent.rb +1 -1
  315. data/lib/aws/s3/website_configuration.rb +13 -13
  316. data/lib/aws/simple_db.rb +83 -83
  317. data/lib/aws/simple_db/attribute.rb +9 -7
  318. data/lib/aws/simple_db/attribute_collection.rb +22 -13
  319. data/lib/aws/simple_db/client.rb +107 -107
  320. data/lib/aws/simple_db/config.rb +7 -1
  321. data/lib/aws/simple_db/consistent_read_option.rb +5 -5
  322. data/lib/aws/simple_db/domain.rb +4 -2
  323. data/lib/aws/simple_db/domain_collection.rb +4 -4
  324. data/lib/aws/simple_db/domain_metadata.rb +5 -5
  325. data/lib/aws/simple_db/errors.rb +9 -9
  326. data/lib/aws/simple_db/item.rb +5 -5
  327. data/lib/aws/simple_db/item_collection.rb +83 -81
  328. data/lib/aws/simple_db/item_data.rb +4 -4
  329. data/lib/aws/simple_db/put_attributes.rb +3 -3
  330. data/lib/aws/simple_email_service.rb +140 -140
  331. data/lib/aws/simple_email_service/client.rb +82 -76
  332. data/lib/aws/simple_email_service/config.rb +1 -2
  333. data/lib/aws/simple_email_service/email_address_collection.rb +3 -3
  334. data/lib/aws/simple_email_service/identity.rb +8 -8
  335. data/lib/aws/simple_email_service/quotas.rb +8 -6
  336. data/lib/aws/simple_workflow.rb +106 -106
  337. data/lib/aws/simple_workflow/activity_task.rb +15 -22
  338. data/lib/aws/simple_workflow/activity_task_collection.rb +15 -15
  339. data/lib/aws/simple_workflow/activity_type.rb +23 -23
  340. data/lib/aws/simple_workflow/activity_type_collection.rb +23 -23
  341. data/lib/aws/simple_workflow/client.rb +1004 -956
  342. data/lib/aws/simple_workflow/config.rb +1 -1
  343. data/lib/aws/simple_workflow/count.rb +5 -5
  344. data/lib/aws/simple_workflow/decision_task.rb +129 -129
  345. data/lib/aws/simple_workflow/decision_task_collection.rb +59 -59
  346. data/lib/aws/simple_workflow/domain.rb +11 -11
  347. data/lib/aws/simple_workflow/domain_collection.rb +26 -26
  348. data/lib/aws/simple_workflow/history_event.rb +32 -32
  349. data/lib/aws/simple_workflow/history_event_collection.rb +3 -3
  350. data/lib/aws/simple_workflow/option_formatters.rb +5 -5
  351. data/lib/aws/simple_workflow/request.rb +1 -1
  352. data/lib/aws/simple_workflow/resource.rb +1 -1
  353. data/lib/aws/simple_workflow/type.rb +8 -8
  354. data/lib/aws/simple_workflow/type_collection.rb +15 -15
  355. data/lib/aws/simple_workflow/workflow_execution.rb +70 -72
  356. data/lib/aws/simple_workflow/workflow_execution_collection.rb +130 -130
  357. data/lib/aws/simple_workflow/workflow_type.rb +27 -25
  358. data/lib/aws/simple_workflow/workflow_type_collection.rb +20 -20
  359. data/lib/aws/sns.rb +25 -25
  360. data/lib/aws/sns/client.rb +55 -55
  361. data/lib/aws/sns/config.rb +1 -1
  362. data/lib/aws/sns/policy.rb +1 -1
  363. data/lib/aws/sns/subscription.rb +7 -7
  364. data/lib/aws/sns/subscription_collection.rb +5 -5
  365. data/lib/aws/sns/topic.rb +49 -49
  366. data/lib/aws/sns/topic_collection.rb +2 -2
  367. data/lib/aws/sns/topic_subscription_collection.rb +5 -5
  368. data/lib/aws/sqs.rb +20 -20
  369. data/lib/aws/sqs/client.rb +78 -78
  370. data/lib/aws/sqs/config.rb +1 -1
  371. data/lib/aws/sqs/errors.rb +12 -12
  372. data/lib/aws/sqs/queue.rb +66 -67
  373. data/lib/aws/sqs/queue_collection.rb +16 -8
  374. data/lib/aws/sqs/received_message.rb +7 -6
  375. data/lib/aws/storage_gateway.rb +21 -21
  376. data/lib/aws/storage_gateway/client.rb +269 -202
  377. data/lib/aws/storage_gateway/config.rb +1 -1
  378. data/lib/aws/sts.rb +10 -8
  379. data/lib/aws/sts/client.rb +35 -35
  380. data/lib/aws/sts/session.rb +3 -3
  381. data/lib/aws/version.rb +1 -2
  382. metadata +23 -21
  383. data/lib/aws/core/autoloader.rb +0 -64
  384. data/lib/net/http/connection_pool.rb +0 -226
  385. data/lib/net/http/connection_pool/connection.rb +0 -189
  386. data/lib/net/http/connection_pool/session.rb +0 -126
@@ -349,6 +349,8 @@
349
349
  :type: :time
350
350
  LastDecreaseDateTime:
351
351
  :type: :time
352
+ NumberOfDecreasesToday:
353
+ :type: :integer
352
354
  ReadCapacityUnits:
353
355
  :type: :integer
354
356
  WriteCapacityUnits:
@@ -488,6 +490,8 @@
488
490
  :type: :time
489
491
  LastDecreaseDateTime:
490
492
  :type: :time
493
+ NumberOfDecreasesToday:
494
+ :type: :integer
491
495
  ReadCapacityUnits:
492
496
  :type: :integer
493
497
  WriteCapacityUnits:
@@ -536,6 +540,8 @@
536
540
  :type: :time
537
541
  LastDecreaseDateTime:
538
542
  :type: :time
543
+ NumberOfDecreasesToday:
544
+ :type: :integer
539
545
  ReadCapacityUnits:
540
546
  :type: :integer
541
547
  WriteCapacityUnits:
@@ -1150,6 +1156,8 @@
1150
1156
  :type: :time
1151
1157
  LastDecreaseDateTime:
1152
1158
  :type: :time
1159
+ NumberOfDecreasesToday:
1160
+ :type: :integer
1153
1161
  ReadCapacityUnits:
1154
1162
  :type: :integer
1155
1163
  WriteCapacityUnits:
@@ -0,0 +1,1516 @@
1
+ # Copyright 2011-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License"). You
4
+ # may not use this file except in compliance with the License. A copy of
5
+ # the License is located at
6
+ #
7
+ # http://aws.amazon.com/apache2.0/
8
+ #
9
+ # or in the "license" file accompanying this file. This file is
10
+ # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
11
+ # ANY KIND, either express or implied. See the License for the specific
12
+ # language governing permissions and limitations under the License.
13
+
14
+ ---
15
+ :target_prefix: DynamoDB_20120810.
16
+ :api_version: '2012-08-10'
17
+ :operations:
18
+ - :name: BatchGetItem
19
+ :method: :batch_get_item
20
+ :inputs:
21
+ RequestItems:
22
+ - :map:
23
+ :key:
24
+ - :string
25
+ :value:
26
+ - :structure:
27
+ Keys:
28
+ - :list:
29
+ - :map:
30
+ :key:
31
+ - :string
32
+ :value:
33
+ - :structure:
34
+ S:
35
+ - :string
36
+ N:
37
+ - :string
38
+ B:
39
+ - :blob
40
+ SS:
41
+ - :list:
42
+ - :string
43
+ NS:
44
+ - :list:
45
+ - :string
46
+ BS:
47
+ - :list:
48
+ - :blob
49
+ - :required
50
+ AttributesToGet:
51
+ - :list:
52
+ - :string
53
+ ConsistentRead:
54
+ - :boolean
55
+ - :required
56
+ ReturnConsumedCapacity:
57
+ - :string
58
+ :outputs:
59
+ Responses:
60
+ :sym: :responses
61
+ :type: :map
62
+ :members:
63
+ :sym: :member
64
+ :type: :map
65
+ :members:
66
+ :sym: :map_value
67
+ :type: :hash
68
+ :members:
69
+ S:
70
+ :sym: :s
71
+ :type: :string
72
+ N:
73
+ :sym: :n
74
+ :type: :string
75
+ B:
76
+ :sym: :b
77
+ :type: :blob
78
+ SS:
79
+ :sym: :ss
80
+ :type: :string
81
+ NS:
82
+ :sym: :ns
83
+ :type: :string
84
+ BS:
85
+ :sym: :bs
86
+ :type: :blob
87
+ UnprocessedKeys:
88
+ :sym: :unprocessed_keys
89
+ :type: :map
90
+ :members:
91
+ :sym: :map_value
92
+ :type: :hash
93
+ :members:
94
+ Keys:
95
+ :sym: :member
96
+ :type: :map
97
+ :members:
98
+ :sym: :map_value
99
+ :type: :hash
100
+ :members:
101
+ S:
102
+ :sym: :s
103
+ :type: :string
104
+ N:
105
+ :sym: :n
106
+ :type: :string
107
+ B:
108
+ :sym: :b
109
+ :type: :blob
110
+ SS:
111
+ :sym: :ss
112
+ :type: :string
113
+ NS:
114
+ :sym: :ns
115
+ :type: :string
116
+ BS:
117
+ :sym: :bs
118
+ :type: :blob
119
+ AttributesToGet:
120
+ :sym: :attributes_to_get
121
+ :type: :string
122
+ ConsistentRead:
123
+ :sym: :consistent_read
124
+ :type: :boolean
125
+ ConsumedCapacity:
126
+ :sym: :consumed_capacity
127
+ :type: :hash
128
+ :members:
129
+ TableName:
130
+ :sym: :table_name
131
+ :type: :string
132
+ CapacityUnits:
133
+ :sym: :capacity_units
134
+ :type: :float
135
+ - :name: BatchWriteItem
136
+ :method: :batch_write_item
137
+ :inputs:
138
+ RequestItems:
139
+ - :map:
140
+ :key:
141
+ - :string
142
+ :value:
143
+ - :list:
144
+ - :structure:
145
+ PutRequest:
146
+ - :structure:
147
+ Item:
148
+ - :map:
149
+ :key:
150
+ - :string
151
+ :value:
152
+ - :structure:
153
+ S:
154
+ - :string
155
+ N:
156
+ - :string
157
+ B:
158
+ - :blob
159
+ SS:
160
+ - :list:
161
+ - :string
162
+ NS:
163
+ - :list:
164
+ - :string
165
+ BS:
166
+ - :list:
167
+ - :blob
168
+ - :required
169
+ DeleteRequest:
170
+ - :structure:
171
+ Key:
172
+ - :map:
173
+ :key:
174
+ - :string
175
+ :value:
176
+ - :structure:
177
+ S:
178
+ - :string
179
+ N:
180
+ - :string
181
+ B:
182
+ - :blob
183
+ SS:
184
+ - :list:
185
+ - :string
186
+ NS:
187
+ - :list:
188
+ - :string
189
+ BS:
190
+ - :list:
191
+ - :blob
192
+ - :required
193
+ - :required
194
+ ReturnConsumedCapacity:
195
+ - :string
196
+ ReturnItemCollectionMetrics:
197
+ - :string
198
+ :outputs:
199
+ UnprocessedItems:
200
+ :sym: :unprocessed_items
201
+ :type: :map
202
+ :members:
203
+ :sym: :value
204
+ :type: :hash
205
+ :members:
206
+ PutRequest:
207
+ :sym: :put_request
208
+ :type: :hash
209
+ :members:
210
+ Item:
211
+ :sym: :item
212
+ :type: :map
213
+ :members:
214
+ :sym: :map_value
215
+ :type: :hash
216
+ :members:
217
+ S:
218
+ :sym: :s
219
+ :type: :string
220
+ N:
221
+ :sym: :n
222
+ :type: :string
223
+ B:
224
+ :sym: :b
225
+ :type: :blob
226
+ SS:
227
+ :sym: :ss
228
+ :type: :string
229
+ NS:
230
+ :sym: :ns
231
+ :type: :string
232
+ BS:
233
+ :sym: :bs
234
+ :type: :blob
235
+ DeleteRequest:
236
+ :sym: :delete_request
237
+ :type: :hash
238
+ :members:
239
+ Key:
240
+ :sym: :key
241
+ :type: :map
242
+ :members:
243
+ :sym: :map_value
244
+ :type: :hash
245
+ :members:
246
+ S:
247
+ :sym: :s
248
+ :type: :string
249
+ N:
250
+ :sym: :n
251
+ :type: :string
252
+ B:
253
+ :sym: :b
254
+ :type: :blob
255
+ SS:
256
+ :sym: :ss
257
+ :type: :string
258
+ NS:
259
+ :sym: :ns
260
+ :type: :string
261
+ BS:
262
+ :sym: :bs
263
+ :type: :blob
264
+ ItemCollectionMetrics:
265
+ :sym: :item_collection_metrics
266
+ :type: :map
267
+ :members:
268
+ :sym: :value
269
+ :type: :hash
270
+ :members:
271
+ ItemCollectionKey:
272
+ :sym: :item_collection_key
273
+ :type: :map
274
+ :members:
275
+ :sym: :map_value
276
+ :type: :hash
277
+ :members:
278
+ S:
279
+ :sym: :s
280
+ :type: :string
281
+ N:
282
+ :sym: :n
283
+ :type: :string
284
+ B:
285
+ :sym: :b
286
+ :type: :blob
287
+ SS:
288
+ :sym: :ss
289
+ :type: :string
290
+ NS:
291
+ :sym: :ns
292
+ :type: :string
293
+ BS:
294
+ :sym: :bs
295
+ :type: :blob
296
+ SizeEstimateRangeGB:
297
+ :sym: :size_estimate_range_gb
298
+ :type: :float
299
+ ConsumedCapacity:
300
+ :sym: :consumed_capacity
301
+ :type: :hash
302
+ :members:
303
+ TableName:
304
+ :sym: :table_name
305
+ :type: :string
306
+ CapacityUnits:
307
+ :sym: :capacity_units
308
+ :type: :float
309
+ - :name: CreateTable
310
+ :method: :create_table
311
+ :inputs:
312
+ AttributeDefinitions:
313
+ - :list:
314
+ - :structure:
315
+ AttributeName:
316
+ - :string
317
+ - :required
318
+ AttributeType:
319
+ - :string
320
+ - :required
321
+ - :required
322
+ TableName:
323
+ - :string
324
+ - :required
325
+ KeySchema:
326
+ - :list:
327
+ - :structure:
328
+ AttributeName:
329
+ - :string
330
+ - :required
331
+ KeyType:
332
+ - :string
333
+ - :required
334
+ - :required
335
+ LocalSecondaryIndexes:
336
+ - :list:
337
+ - :structure:
338
+ IndexName:
339
+ - :string
340
+ - :required
341
+ KeySchema:
342
+ - :list:
343
+ - :structure:
344
+ AttributeName:
345
+ - :string
346
+ - :required
347
+ KeyType:
348
+ - :string
349
+ - :required
350
+ - :required
351
+ Projection:
352
+ - :structure:
353
+ ProjectionType:
354
+ - :string
355
+ NonKeyAttributes:
356
+ - :list:
357
+ - :string
358
+ - :required
359
+ ProvisionedThroughput:
360
+ - :structure:
361
+ ReadCapacityUnits:
362
+ - :long
363
+ - :required
364
+ WriteCapacityUnits:
365
+ - :long
366
+ - :required
367
+ - :required
368
+ :outputs:
369
+ TableDescription:
370
+ :sym: :table_description
371
+ :type: :hash
372
+ :members:
373
+ AttributeDefinitions:
374
+ :sym: :attribute_definitions
375
+ :type: :hash
376
+ :members:
377
+ AttributeName:
378
+ :sym: :attribute_name
379
+ :type: :string
380
+ AttributeType:
381
+ :sym: :attribute_type
382
+ :type: :string
383
+ TableName:
384
+ :sym: :table_name
385
+ :type: :string
386
+ KeySchema:
387
+ :sym: :key_schema
388
+ :type: :hash
389
+ :members:
390
+ AttributeName:
391
+ :sym: :attribute_name
392
+ :type: :string
393
+ KeyType:
394
+ :sym: :key_type
395
+ :type: :string
396
+ TableStatus:
397
+ :sym: :table_status
398
+ :type: :string
399
+ CreationDateTime:
400
+ :sym: :creation_date_time
401
+ :type: :time
402
+ ProvisionedThroughput:
403
+ :sym: :provisioned_throughput
404
+ :type: :hash
405
+ :members:
406
+ LastIncreaseDateTime:
407
+ :sym: :last_increase_date_time
408
+ :type: :time
409
+ LastDecreaseDateTime:
410
+ :sym: :last_decrease_date_time
411
+ :type: :time
412
+ NumberOfDecreasesToday:
413
+ :sym: :number_of_decreases_today
414
+ :type: :integer
415
+ ReadCapacityUnits:
416
+ :sym: :read_capacity_units
417
+ :type: :integer
418
+ WriteCapacityUnits:
419
+ :sym: :write_capacity_units
420
+ :type: :integer
421
+ TableSizeBytes:
422
+ :sym: :table_size_bytes
423
+ :type: :integer
424
+ ItemCount:
425
+ :sym: :item_count
426
+ :type: :integer
427
+ LocalSecondaryIndexes:
428
+ :sym: :local_secondary_indexes
429
+ :type: :hash
430
+ :members:
431
+ IndexName:
432
+ :sym: :index_name
433
+ :type: :string
434
+ KeySchema:
435
+ :sym: :key_schema
436
+ :type: :hash
437
+ :members:
438
+ AttributeName:
439
+ :sym: :attribute_name
440
+ :type: :string
441
+ KeyType:
442
+ :sym: :key_type
443
+ :type: :string
444
+ Projection:
445
+ :sym: :projection
446
+ :type: :hash
447
+ :members:
448
+ ProjectionType:
449
+ :sym: :projection_type
450
+ :type: :string
451
+ NonKeyAttributes:
452
+ :sym: :non_key_attributes
453
+ :type: :string
454
+ IndexSizeBytes:
455
+ :sym: :index_size_bytes
456
+ :type: :integer
457
+ ItemCount:
458
+ :sym: :item_count
459
+ :type: :integer
460
+ - :name: DeleteItem
461
+ :method: :delete_item
462
+ :inputs:
463
+ TableName:
464
+ - :string
465
+ - :required
466
+ Key:
467
+ - :map:
468
+ :key:
469
+ - :string
470
+ :value:
471
+ - :structure:
472
+ S:
473
+ - :string
474
+ N:
475
+ - :string
476
+ B:
477
+ - :blob
478
+ SS:
479
+ - :list:
480
+ - :string
481
+ NS:
482
+ - :list:
483
+ - :string
484
+ BS:
485
+ - :list:
486
+ - :blob
487
+ - :required
488
+ Expected:
489
+ - :map:
490
+ :key:
491
+ - :string
492
+ :value:
493
+ - :structure:
494
+ Value:
495
+ - :structure:
496
+ S:
497
+ - :string
498
+ N:
499
+ - :string
500
+ B:
501
+ - :blob
502
+ SS:
503
+ - :list:
504
+ - :string
505
+ NS:
506
+ - :list:
507
+ - :string
508
+ BS:
509
+ - :list:
510
+ - :blob
511
+ Exists:
512
+ - :boolean
513
+ ReturnValues:
514
+ - :string
515
+ ReturnConsumedCapacity:
516
+ - :string
517
+ ReturnItemCollectionMetrics:
518
+ - :string
519
+ :outputs:
520
+ Attributes:
521
+ :sym: :attributes
522
+ :type: :map
523
+ :members:
524
+ :sym: :map_value
525
+ :type: :hash
526
+ :members:
527
+ S:
528
+ :sym: :s
529
+ :type: :string
530
+ N:
531
+ :sym: :n
532
+ :type: :string
533
+ B:
534
+ :sym: :b
535
+ :type: :blob
536
+ SS:
537
+ :sym: :ss
538
+ :type: :string
539
+ NS:
540
+ :sym: :ns
541
+ :type: :string
542
+ BS:
543
+ :sym: :bs
544
+ :type: :blob
545
+ ConsumedCapacity:
546
+ :sym: :consumed_capacity
547
+ :type: :hash
548
+ :members:
549
+ TableName:
550
+ :sym: :table_name
551
+ :type: :string
552
+ CapacityUnits:
553
+ :sym: :capacity_units
554
+ :type: :float
555
+ ItemCollectionMetrics:
556
+ :sym: :item_collection_metrics
557
+ :type: :hash
558
+ :members:
559
+ ItemCollectionKey:
560
+ :sym: :item_collection_key
561
+ :type: :map
562
+ :members:
563
+ :sym: :map_value
564
+ :type: :hash
565
+ :members:
566
+ S:
567
+ :sym: :s
568
+ :type: :string
569
+ N:
570
+ :sym: :n
571
+ :type: :string
572
+ B:
573
+ :sym: :b
574
+ :type: :blob
575
+ SS:
576
+ :sym: :ss
577
+ :type: :string
578
+ NS:
579
+ :sym: :ns
580
+ :type: :string
581
+ BS:
582
+ :sym: :bs
583
+ :type: :blob
584
+ SizeEstimateRangeGB:
585
+ :sym: :size_estimate_range_gb
586
+ :type: :float
587
+ - :name: DeleteTable
588
+ :method: :delete_table
589
+ :inputs:
590
+ TableName:
591
+ - :string
592
+ - :required
593
+ :outputs:
594
+ TableDescription:
595
+ :sym: :table_description
596
+ :type: :hash
597
+ :members:
598
+ AttributeDefinitions:
599
+ :sym: :attribute_definitions
600
+ :type: :hash
601
+ :members:
602
+ AttributeName:
603
+ :sym: :attribute_name
604
+ :type: :string
605
+ AttributeType:
606
+ :sym: :attribute_type
607
+ :type: :string
608
+ TableName:
609
+ :sym: :table_name
610
+ :type: :string
611
+ KeySchema:
612
+ :sym: :key_schema
613
+ :type: :hash
614
+ :members:
615
+ AttributeName:
616
+ :sym: :attribute_name
617
+ :type: :string
618
+ KeyType:
619
+ :sym: :key_type
620
+ :type: :string
621
+ TableStatus:
622
+ :sym: :table_status
623
+ :type: :string
624
+ CreationDateTime:
625
+ :sym: :creation_date_time
626
+ :type: :time
627
+ ProvisionedThroughput:
628
+ :sym: :provisioned_throughput
629
+ :type: :hash
630
+ :members:
631
+ LastIncreaseDateTime:
632
+ :sym: :last_increase_date_time
633
+ :type: :time
634
+ LastDecreaseDateTime:
635
+ :sym: :last_decrease_date_time
636
+ :type: :time
637
+ NumberOfDecreasesToday:
638
+ :sym: :number_of_decreases_today
639
+ :type: :integer
640
+ ReadCapacityUnits:
641
+ :sym: :read_capacity_units
642
+ :type: :integer
643
+ WriteCapacityUnits:
644
+ :sym: :write_capacity_units
645
+ :type: :integer
646
+ TableSizeBytes:
647
+ :sym: :table_size_bytes
648
+ :type: :integer
649
+ ItemCount:
650
+ :sym: :item_count
651
+ :type: :integer
652
+ LocalSecondaryIndexes:
653
+ :sym: :local_secondary_indexes
654
+ :type: :hash
655
+ :members:
656
+ IndexName:
657
+ :sym: :index_name
658
+ :type: :string
659
+ KeySchema:
660
+ :sym: :key_schema
661
+ :type: :hash
662
+ :members:
663
+ AttributeName:
664
+ :sym: :attribute_name
665
+ :type: :string
666
+ KeyType:
667
+ :sym: :key_type
668
+ :type: :string
669
+ Projection:
670
+ :sym: :projection
671
+ :type: :hash
672
+ :members:
673
+ ProjectionType:
674
+ :sym: :projection_type
675
+ :type: :string
676
+ NonKeyAttributes:
677
+ :sym: :non_key_attributes
678
+ :type: :string
679
+ IndexSizeBytes:
680
+ :sym: :index_size_bytes
681
+ :type: :integer
682
+ ItemCount:
683
+ :sym: :item_count
684
+ :type: :integer
685
+ - :name: DescribeTable
686
+ :method: :describe_table
687
+ :inputs:
688
+ TableName:
689
+ - :string
690
+ - :required
691
+ :outputs:
692
+ Table:
693
+ :sym: :table
694
+ :type: :hash
695
+ :members:
696
+ AttributeDefinitions:
697
+ :sym: :attribute_definitions
698
+ :type: :hash
699
+ :members:
700
+ AttributeName:
701
+ :sym: :attribute_name
702
+ :type: :string
703
+ AttributeType:
704
+ :sym: :attribute_type
705
+ :type: :string
706
+ TableName:
707
+ :sym: :table_name
708
+ :type: :string
709
+ KeySchema:
710
+ :sym: :key_schema
711
+ :type: :hash
712
+ :members:
713
+ AttributeName:
714
+ :sym: :attribute_name
715
+ :type: :string
716
+ KeyType:
717
+ :sym: :key_type
718
+ :type: :string
719
+ TableStatus:
720
+ :sym: :table_status
721
+ :type: :string
722
+ CreationDateTime:
723
+ :sym: :creation_date_time
724
+ :type: :time
725
+ ProvisionedThroughput:
726
+ :sym: :provisioned_throughput
727
+ :type: :hash
728
+ :members:
729
+ LastIncreaseDateTime:
730
+ :sym: :last_increase_date_time
731
+ :type: :time
732
+ LastDecreaseDateTime:
733
+ :sym: :last_decrease_date_time
734
+ :type: :time
735
+ NumberOfDecreasesToday:
736
+ :sym: :number_of_decreases_today
737
+ :type: :integer
738
+ ReadCapacityUnits:
739
+ :sym: :read_capacity_units
740
+ :type: :integer
741
+ WriteCapacityUnits:
742
+ :sym: :write_capacity_units
743
+ :type: :integer
744
+ TableSizeBytes:
745
+ :sym: :table_size_bytes
746
+ :type: :integer
747
+ ItemCount:
748
+ :sym: :item_count
749
+ :type: :integer
750
+ LocalSecondaryIndexes:
751
+ :sym: :local_secondary_indexes
752
+ :type: :hash
753
+ :members:
754
+ IndexName:
755
+ :sym: :index_name
756
+ :type: :string
757
+ KeySchema:
758
+ :sym: :key_schema
759
+ :type: :hash
760
+ :members:
761
+ AttributeName:
762
+ :sym: :attribute_name
763
+ :type: :string
764
+ KeyType:
765
+ :sym: :key_type
766
+ :type: :string
767
+ Projection:
768
+ :sym: :projection
769
+ :type: :hash
770
+ :members:
771
+ ProjectionType:
772
+ :sym: :projection_type
773
+ :type: :string
774
+ NonKeyAttributes:
775
+ :sym: :non_key_attributes
776
+ :type: :string
777
+ IndexSizeBytes:
778
+ :sym: :index_size_bytes
779
+ :type: :integer
780
+ ItemCount:
781
+ :sym: :item_count
782
+ :type: :integer
783
+ - :name: GetItem
784
+ :method: :get_item
785
+ :inputs:
786
+ TableName:
787
+ - :string
788
+ - :required
789
+ Key:
790
+ - :map:
791
+ :key:
792
+ - :string
793
+ :value:
794
+ - :structure:
795
+ S:
796
+ - :string
797
+ N:
798
+ - :string
799
+ B:
800
+ - :blob
801
+ SS:
802
+ - :list:
803
+ - :string
804
+ NS:
805
+ - :list:
806
+ - :string
807
+ BS:
808
+ - :list:
809
+ - :blob
810
+ - :required
811
+ AttributesToGet:
812
+ - :list:
813
+ - :string
814
+ ConsistentRead:
815
+ - :boolean
816
+ ReturnConsumedCapacity:
817
+ - :string
818
+ :outputs:
819
+ Item:
820
+ :sym: :item
821
+ :type: :map
822
+ :members:
823
+ :sym: :map_value
824
+ :type: :hash
825
+ :members:
826
+ S:
827
+ :sym: :s
828
+ :type: :string
829
+ N:
830
+ :sym: :n
831
+ :type: :string
832
+ B:
833
+ :sym: :b
834
+ :type: :blob
835
+ SS:
836
+ :sym: :ss
837
+ :type: :string
838
+ NS:
839
+ :sym: :ns
840
+ :type: :string
841
+ BS:
842
+ :sym: :bs
843
+ :type: :blob
844
+ ConsumedCapacity:
845
+ :sym: :consumed_capacity
846
+ :type: :hash
847
+ :members:
848
+ TableName:
849
+ :sym: :table_name
850
+ :type: :string
851
+ CapacityUnits:
852
+ :sym: :capacity_units
853
+ :type: :float
854
+ - :name: ListTables
855
+ :method: :list_tables
856
+ :inputs:
857
+ ExclusiveStartTableName:
858
+ - :string
859
+ Limit:
860
+ - :integer
861
+ :outputs:
862
+ TableNames:
863
+ :sym: :table_names
864
+ :type: :string
865
+ LastEvaluatedTableName:
866
+ :sym: :last_evaluated_table_name
867
+ :type: :string
868
+ - :name: PutItem
869
+ :method: :put_item
870
+ :inputs:
871
+ TableName:
872
+ - :string
873
+ - :required
874
+ Item:
875
+ - :map:
876
+ :key:
877
+ - :string
878
+ :value:
879
+ - :structure:
880
+ S:
881
+ - :string
882
+ N:
883
+ - :string
884
+ B:
885
+ - :blob
886
+ SS:
887
+ - :list:
888
+ - :string
889
+ NS:
890
+ - :list:
891
+ - :string
892
+ BS:
893
+ - :list:
894
+ - :blob
895
+ - :required
896
+ Expected:
897
+ - :map:
898
+ :key:
899
+ - :string
900
+ :value:
901
+ - :structure:
902
+ Value:
903
+ - :structure:
904
+ S:
905
+ - :string
906
+ N:
907
+ - :string
908
+ B:
909
+ - :blob
910
+ SS:
911
+ - :list:
912
+ - :string
913
+ NS:
914
+ - :list:
915
+ - :string
916
+ BS:
917
+ - :list:
918
+ - :blob
919
+ Exists:
920
+ - :boolean
921
+ ReturnValues:
922
+ - :string
923
+ ReturnConsumedCapacity:
924
+ - :string
925
+ ReturnItemCollectionMetrics:
926
+ - :string
927
+ :outputs:
928
+ Attributes:
929
+ :sym: :attributes
930
+ :type: :map
931
+ :members:
932
+ :sym: :map_value
933
+ :type: :hash
934
+ :members:
935
+ S:
936
+ :sym: :s
937
+ :type: :string
938
+ N:
939
+ :sym: :n
940
+ :type: :string
941
+ B:
942
+ :sym: :b
943
+ :type: :blob
944
+ SS:
945
+ :sym: :ss
946
+ :type: :string
947
+ NS:
948
+ :sym: :ns
949
+ :type: :string
950
+ BS:
951
+ :sym: :bs
952
+ :type: :blob
953
+ ConsumedCapacity:
954
+ :sym: :consumed_capacity
955
+ :type: :hash
956
+ :members:
957
+ TableName:
958
+ :sym: :table_name
959
+ :type: :string
960
+ CapacityUnits:
961
+ :sym: :capacity_units
962
+ :type: :float
963
+ ItemCollectionMetrics:
964
+ :sym: :item_collection_metrics
965
+ :type: :hash
966
+ :members:
967
+ ItemCollectionKey:
968
+ :sym: :item_collection_key
969
+ :type: :map
970
+ :members:
971
+ :sym: :map_value
972
+ :type: :hash
973
+ :members:
974
+ S:
975
+ :sym: :s
976
+ :type: :string
977
+ N:
978
+ :sym: :n
979
+ :type: :string
980
+ B:
981
+ :sym: :b
982
+ :type: :blob
983
+ SS:
984
+ :sym: :ss
985
+ :type: :string
986
+ NS:
987
+ :sym: :ns
988
+ :type: :string
989
+ BS:
990
+ :sym: :bs
991
+ :type: :blob
992
+ SizeEstimateRangeGB:
993
+ :sym: :size_estimate_range_gb
994
+ :type: :float
995
+ - :name: Query
996
+ :method: :query
997
+ :inputs:
998
+ TableName:
999
+ - :string
1000
+ - :required
1001
+ IndexName:
1002
+ - :string
1003
+ Select:
1004
+ - :string
1005
+ AttributesToGet:
1006
+ - :list:
1007
+ - :string
1008
+ Limit:
1009
+ - :integer
1010
+ ConsistentRead:
1011
+ - :boolean
1012
+ KeyConditions:
1013
+ - :map:
1014
+ :key:
1015
+ - :string
1016
+ :value:
1017
+ - :structure:
1018
+ AttributeValueList:
1019
+ - :list:
1020
+ - :structure:
1021
+ S:
1022
+ - :string
1023
+ N:
1024
+ - :string
1025
+ B:
1026
+ - :blob
1027
+ SS:
1028
+ - :list:
1029
+ - :string
1030
+ NS:
1031
+ - :list:
1032
+ - :string
1033
+ BS:
1034
+ - :list:
1035
+ - :blob
1036
+ ComparisonOperator:
1037
+ - :string
1038
+ - :required
1039
+ ScanIndexForward:
1040
+ - :boolean
1041
+ ExclusiveStartKey:
1042
+ - :map:
1043
+ :key:
1044
+ - :string
1045
+ :value:
1046
+ - :structure:
1047
+ S:
1048
+ - :string
1049
+ N:
1050
+ - :string
1051
+ B:
1052
+ - :blob
1053
+ SS:
1054
+ - :list:
1055
+ - :string
1056
+ NS:
1057
+ - :list:
1058
+ - :string
1059
+ BS:
1060
+ - :list:
1061
+ - :blob
1062
+ ReturnConsumedCapacity:
1063
+ - :string
1064
+ :outputs:
1065
+ Items:
1066
+ :sym: :member
1067
+ :type: :map
1068
+ :members:
1069
+ :sym: :map_value
1070
+ :type: :hash
1071
+ :members:
1072
+ S:
1073
+ :sym: :s
1074
+ :type: :string
1075
+ N:
1076
+ :sym: :n
1077
+ :type: :string
1078
+ B:
1079
+ :sym: :b
1080
+ :type: :blob
1081
+ SS:
1082
+ :sym: :ss
1083
+ :type: :string
1084
+ NS:
1085
+ :sym: :ns
1086
+ :type: :string
1087
+ BS:
1088
+ :sym: :bs
1089
+ :type: :blob
1090
+ Count:
1091
+ :sym: :count
1092
+ :type: :integer
1093
+ LastEvaluatedKey:
1094
+ :sym: :last_evaluated_key
1095
+ :type: :map
1096
+ :members:
1097
+ :sym: :map_value
1098
+ :type: :hash
1099
+ :members:
1100
+ S:
1101
+ :sym: :s
1102
+ :type: :string
1103
+ N:
1104
+ :sym: :n
1105
+ :type: :string
1106
+ B:
1107
+ :sym: :b
1108
+ :type: :blob
1109
+ SS:
1110
+ :sym: :ss
1111
+ :type: :string
1112
+ NS:
1113
+ :sym: :ns
1114
+ :type: :string
1115
+ BS:
1116
+ :sym: :bs
1117
+ :type: :blob
1118
+ ConsumedCapacity:
1119
+ :sym: :consumed_capacity
1120
+ :type: :hash
1121
+ :members:
1122
+ TableName:
1123
+ :sym: :table_name
1124
+ :type: :string
1125
+ CapacityUnits:
1126
+ :sym: :capacity_units
1127
+ :type: :float
1128
+ - :name: Scan
1129
+ :method: :scan
1130
+ :inputs:
1131
+ TableName:
1132
+ - :string
1133
+ - :required
1134
+ AttributesToGet:
1135
+ - :list:
1136
+ - :string
1137
+ Limit:
1138
+ - :integer
1139
+ Select:
1140
+ - :string
1141
+ ScanFilter:
1142
+ - :map:
1143
+ :key:
1144
+ - :string
1145
+ :value:
1146
+ - :structure:
1147
+ AttributeValueList:
1148
+ - :list:
1149
+ - :structure:
1150
+ S:
1151
+ - :string
1152
+ N:
1153
+ - :string
1154
+ B:
1155
+ - :blob
1156
+ SS:
1157
+ - :list:
1158
+ - :string
1159
+ NS:
1160
+ - :list:
1161
+ - :string
1162
+ BS:
1163
+ - :list:
1164
+ - :blob
1165
+ ComparisonOperator:
1166
+ - :string
1167
+ - :required
1168
+ ExclusiveStartKey:
1169
+ - :map:
1170
+ :key:
1171
+ - :string
1172
+ :value:
1173
+ - :structure:
1174
+ S:
1175
+ - :string
1176
+ N:
1177
+ - :string
1178
+ B:
1179
+ - :blob
1180
+ SS:
1181
+ - :list:
1182
+ - :string
1183
+ NS:
1184
+ - :list:
1185
+ - :string
1186
+ BS:
1187
+ - :list:
1188
+ - :blob
1189
+ ReturnConsumedCapacity:
1190
+ - :string
1191
+ :outputs:
1192
+ Items:
1193
+ :sym: :member
1194
+ :type: :map
1195
+ :members:
1196
+ :sym: :map_value
1197
+ :type: :hash
1198
+ :members:
1199
+ S:
1200
+ :sym: :s
1201
+ :type: :string
1202
+ N:
1203
+ :sym: :n
1204
+ :type: :string
1205
+ B:
1206
+ :sym: :b
1207
+ :type: :blob
1208
+ SS:
1209
+ :sym: :ss
1210
+ :type: :string
1211
+ NS:
1212
+ :sym: :ns
1213
+ :type: :string
1214
+ BS:
1215
+ :sym: :bs
1216
+ :type: :blob
1217
+ Count:
1218
+ :sym: :count
1219
+ :type: :integer
1220
+ ScannedCount:
1221
+ :sym: :scanned_count
1222
+ :type: :integer
1223
+ LastEvaluatedKey:
1224
+ :sym: :last_evaluated_key
1225
+ :type: :map
1226
+ :members:
1227
+ :sym: :map_value
1228
+ :type: :hash
1229
+ :members:
1230
+ S:
1231
+ :sym: :s
1232
+ :type: :string
1233
+ N:
1234
+ :sym: :n
1235
+ :type: :string
1236
+ B:
1237
+ :sym: :b
1238
+ :type: :blob
1239
+ SS:
1240
+ :sym: :ss
1241
+ :type: :string
1242
+ NS:
1243
+ :sym: :ns
1244
+ :type: :string
1245
+ BS:
1246
+ :sym: :bs
1247
+ :type: :blob
1248
+ ConsumedCapacity:
1249
+ :sym: :consumed_capacity
1250
+ :type: :hash
1251
+ :members:
1252
+ TableName:
1253
+ :sym: :table_name
1254
+ :type: :string
1255
+ CapacityUnits:
1256
+ :sym: :capacity_units
1257
+ :type: :float
1258
+ - :name: UpdateItem
1259
+ :method: :update_item
1260
+ :inputs:
1261
+ TableName:
1262
+ - :string
1263
+ - :required
1264
+ Key:
1265
+ - :map:
1266
+ :key:
1267
+ - :string
1268
+ :value:
1269
+ - :structure:
1270
+ S:
1271
+ - :string
1272
+ N:
1273
+ - :string
1274
+ B:
1275
+ - :blob
1276
+ SS:
1277
+ - :list:
1278
+ - :string
1279
+ NS:
1280
+ - :list:
1281
+ - :string
1282
+ BS:
1283
+ - :list:
1284
+ - :blob
1285
+ - :required
1286
+ AttributeUpdates:
1287
+ - :map:
1288
+ :key:
1289
+ - :string
1290
+ :value:
1291
+ - :structure:
1292
+ Value:
1293
+ - :structure:
1294
+ S:
1295
+ - :string
1296
+ N:
1297
+ - :string
1298
+ B:
1299
+ - :blob
1300
+ SS:
1301
+ - :list:
1302
+ - :string
1303
+ NS:
1304
+ - :list:
1305
+ - :string
1306
+ BS:
1307
+ - :list:
1308
+ - :blob
1309
+ Action:
1310
+ - :string
1311
+ Expected:
1312
+ - :map:
1313
+ :key:
1314
+ - :string
1315
+ :value:
1316
+ - :structure:
1317
+ Value:
1318
+ - :structure:
1319
+ S:
1320
+ - :string
1321
+ N:
1322
+ - :string
1323
+ B:
1324
+ - :blob
1325
+ SS:
1326
+ - :list:
1327
+ - :string
1328
+ NS:
1329
+ - :list:
1330
+ - :string
1331
+ BS:
1332
+ - :list:
1333
+ - :blob
1334
+ Exists:
1335
+ - :boolean
1336
+ ReturnValues:
1337
+ - :string
1338
+ ReturnConsumedCapacity:
1339
+ - :string
1340
+ ReturnItemCollectionMetrics:
1341
+ - :string
1342
+ :outputs:
1343
+ Attributes:
1344
+ :sym: :attributes
1345
+ :type: :map
1346
+ :members:
1347
+ :sym: :map_value
1348
+ :type: :hash
1349
+ :members:
1350
+ S:
1351
+ :sym: :s
1352
+ :type: :string
1353
+ N:
1354
+ :sym: :n
1355
+ :type: :string
1356
+ B:
1357
+ :sym: :b
1358
+ :type: :blob
1359
+ SS:
1360
+ :sym: :ss
1361
+ :type: :string
1362
+ NS:
1363
+ :sym: :ns
1364
+ :type: :string
1365
+ BS:
1366
+ :sym: :bs
1367
+ :type: :blob
1368
+ ConsumedCapacity:
1369
+ :sym: :consumed_capacity
1370
+ :type: :hash
1371
+ :members:
1372
+ TableName:
1373
+ :sym: :table_name
1374
+ :type: :string
1375
+ CapacityUnits:
1376
+ :sym: :capacity_units
1377
+ :type: :float
1378
+ ItemCollectionMetrics:
1379
+ :sym: :item_collection_metrics
1380
+ :type: :hash
1381
+ :members:
1382
+ ItemCollectionKey:
1383
+ :sym: :item_collection_key
1384
+ :type: :map
1385
+ :members:
1386
+ :sym: :map_value
1387
+ :type: :hash
1388
+ :members:
1389
+ S:
1390
+ :sym: :s
1391
+ :type: :string
1392
+ N:
1393
+ :sym: :n
1394
+ :type: :string
1395
+ B:
1396
+ :sym: :b
1397
+ :type: :blob
1398
+ SS:
1399
+ :sym: :ss
1400
+ :type: :string
1401
+ NS:
1402
+ :sym: :ns
1403
+ :type: :string
1404
+ BS:
1405
+ :sym: :bs
1406
+ :type: :blob
1407
+ SizeEstimateRangeGB:
1408
+ :sym: :size_estimate_range_gb
1409
+ :type: :float
1410
+ - :name: UpdateTable
1411
+ :method: :update_table
1412
+ :inputs:
1413
+ TableName:
1414
+ - :string
1415
+ - :required
1416
+ ProvisionedThroughput:
1417
+ - :structure:
1418
+ ReadCapacityUnits:
1419
+ - :long
1420
+ - :required
1421
+ WriteCapacityUnits:
1422
+ - :long
1423
+ - :required
1424
+ - :required
1425
+ :outputs:
1426
+ TableDescription:
1427
+ :sym: :table_description
1428
+ :type: :hash
1429
+ :members:
1430
+ AttributeDefinitions:
1431
+ :sym: :attribute_definitions
1432
+ :type: :hash
1433
+ :members:
1434
+ AttributeName:
1435
+ :sym: :attribute_name
1436
+ :type: :string
1437
+ AttributeType:
1438
+ :sym: :attribute_type
1439
+ :type: :string
1440
+ TableName:
1441
+ :sym: :table_name
1442
+ :type: :string
1443
+ KeySchema:
1444
+ :sym: :key_schema
1445
+ :type: :hash
1446
+ :members:
1447
+ AttributeName:
1448
+ :sym: :attribute_name
1449
+ :type: :string
1450
+ KeyType:
1451
+ :sym: :key_type
1452
+ :type: :string
1453
+ TableStatus:
1454
+ :sym: :table_status
1455
+ :type: :string
1456
+ CreationDateTime:
1457
+ :sym: :creation_date_time
1458
+ :type: :time
1459
+ ProvisionedThroughput:
1460
+ :sym: :provisioned_throughput
1461
+ :type: :hash
1462
+ :members:
1463
+ LastIncreaseDateTime:
1464
+ :sym: :last_increase_date_time
1465
+ :type: :time
1466
+ LastDecreaseDateTime:
1467
+ :sym: :last_decrease_date_time
1468
+ :type: :time
1469
+ NumberOfDecreasesToday:
1470
+ :sym: :number_of_decreases_today
1471
+ :type: :integer
1472
+ ReadCapacityUnits:
1473
+ :sym: :read_capacity_units
1474
+ :type: :integer
1475
+ WriteCapacityUnits:
1476
+ :sym: :write_capacity_units
1477
+ :type: :integer
1478
+ TableSizeBytes:
1479
+ :sym: :table_size_bytes
1480
+ :type: :integer
1481
+ ItemCount:
1482
+ :sym: :item_count
1483
+ :type: :integer
1484
+ LocalSecondaryIndexes:
1485
+ :sym: :local_secondary_indexes
1486
+ :type: :hash
1487
+ :members:
1488
+ IndexName:
1489
+ :sym: :index_name
1490
+ :type: :string
1491
+ KeySchema:
1492
+ :sym: :key_schema
1493
+ :type: :hash
1494
+ :members:
1495
+ AttributeName:
1496
+ :sym: :attribute_name
1497
+ :type: :string
1498
+ KeyType:
1499
+ :sym: :key_type
1500
+ :type: :string
1501
+ Projection:
1502
+ :sym: :projection
1503
+ :type: :hash
1504
+ :members:
1505
+ ProjectionType:
1506
+ :sym: :projection_type
1507
+ :type: :string
1508
+ NonKeyAttributes:
1509
+ :sym: :non_key_attributes
1510
+ :type: :string
1511
+ IndexSizeBytes:
1512
+ :sym: :index_size_bytes
1513
+ :type: :integer
1514
+ ItemCount:
1515
+ :sym: :item_count
1516
+ :type: :integer