aws-sdk-v1 1.52.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 (560) hide show
  1. checksums.yaml +7 -0
  2. data/.yardopts +7 -0
  3. data/LICENSE.txt +12 -0
  4. data/README.md +337 -0
  5. data/bin/aws-rb +179 -0
  6. data/ca-bundle.crt +3554 -0
  7. data/endpoints.json +1671 -0
  8. data/lib/aws-sdk-v1.rb +2 -0
  9. data/lib/aws-sdk.rb +1 -0
  10. data/lib/aws.rb +14 -0
  11. data/lib/aws/api_config/AutoScaling-2011-01-01.yml +1070 -0
  12. data/lib/aws/api_config/CloudFormation-2010-05-15.yml +372 -0
  13. data/lib/aws/api_config/CloudFront-2013-05-12.yml +2448 -0
  14. data/lib/aws/api_config/CloudFront-2013-08-26.yml +2599 -0
  15. data/lib/aws/api_config/CloudFront-2013-09-27.yml +2765 -0
  16. data/lib/aws/api_config/CloudFront-2013-11-11.yml +2886 -0
  17. data/lib/aws/api_config/CloudFront-2013-11-22.yml +2918 -0
  18. data/lib/aws/api_config/CloudFront-2014-01-31.yml +2934 -0
  19. data/lib/aws/api_config/CloudFront-2014-05-31.yml +3100 -0
  20. data/lib/aws/api_config/CloudSearch-2011-02-01.yml +681 -0
  21. data/lib/aws/api_config/CloudSearch-2013-01-01.yml +1164 -0
  22. data/lib/aws/api_config/CloudTrail-2013-11-01.yml +130 -0
  23. data/lib/aws/api_config/CloudWatch-2010-08-01.yml +433 -0
  24. data/lib/aws/api_config/DataPipeline-2012-10-29.yml +422 -0
  25. data/lib/aws/api_config/DirectConnect-2012-10-25.yml +735 -0
  26. data/lib/aws/api_config/DynamoDB-2011-12-05.yml +1168 -0
  27. data/lib/aws/api_config/DynamoDB-2012-08-10.yml +2105 -0
  28. data/lib/aws/api_config/EC2-2013-08-15.yml +4708 -0
  29. data/lib/aws/api_config/EC2-2013-10-01.yml +4726 -0
  30. data/lib/aws/api_config/EC2-2013-10-15.yml +4651 -0
  31. data/lib/aws/api_config/EC2-2014-02-01.yml +4755 -0
  32. data/lib/aws/api_config/EC2-2014-05-01.yml +4812 -0
  33. data/lib/aws/api_config/ELB-2012-06-01.yml +766 -0
  34. data/lib/aws/api_config/EMR-2009-03-31.yml +972 -0
  35. data/lib/aws/api_config/ElastiCache-2013-06-15.yml +1188 -0
  36. data/lib/aws/api_config/ElastiCache-2014-03-24.yml +1375 -0
  37. data/lib/aws/api_config/ElastiCache-2014-07-15.yml +1385 -0
  38. data/lib/aws/api_config/ElasticBeanstalk-2010-12-01.yml +854 -0
  39. data/lib/aws/api_config/ElasticTranscoder-2012-09-25.yml +3082 -0
  40. data/lib/aws/api_config/Glacier-2012-06-01.yml +649 -0
  41. data/lib/aws/api_config/IAM-2010-05-08.yml +1339 -0
  42. data/lib/aws/api_config/ImportExport-2010-06-01.yml +109 -0
  43. data/lib/aws/api_config/Kinesis-2013-12-02.yml +201 -0
  44. data/lib/aws/api_config/OpsWorks-2013-02-18.yml +2025 -0
  45. data/lib/aws/api_config/RDS-2013-05-15.yml +2464 -0
  46. data/lib/aws/api_config/RDS-2013-09-09.yml +2640 -0
  47. data/lib/aws/api_config/Redshift-2012-12-01.yml +2161 -0
  48. data/lib/aws/api_config/Route53-2012-12-12.yml +547 -0
  49. data/lib/aws/api_config/Route53-2013-04-01.yml +889 -0
  50. data/lib/aws/api_config/SNS-2010-03-31.yml +448 -0
  51. data/lib/aws/api_config/SQS-2012-11-05.yml +404 -0
  52. data/lib/aws/api_config/STS-2011-06-15.yml +151 -0
  53. data/lib/aws/api_config/SimpleDB-2009-04-15.yml +306 -0
  54. data/lib/aws/api_config/SimpleEmailService-2010-12-01.yml +346 -0
  55. data/lib/aws/api_config/SimpleWorkflow-2012-01-25.yml +2388 -0
  56. data/lib/aws/api_config/StorageGateway-2012-06-30.yml +748 -0
  57. data/lib/aws/api_config/StorageGateway-2013-06-30.yml +1025 -0
  58. data/lib/aws/api_config/Support-2013-04-15.yml +489 -0
  59. data/lib/aws/auto_scaling.rb +163 -0
  60. data/lib/aws/auto_scaling/activity.rb +102 -0
  61. data/lib/aws/auto_scaling/activity_collection.rb +81 -0
  62. data/lib/aws/auto_scaling/client.rb +48 -0
  63. data/lib/aws/auto_scaling/config.rb +18 -0
  64. data/lib/aws/auto_scaling/errors.rb +22 -0
  65. data/lib/aws/auto_scaling/group.rb +421 -0
  66. data/lib/aws/auto_scaling/group_collection.rb +96 -0
  67. data/lib/aws/auto_scaling/group_options.rb +155 -0
  68. data/lib/aws/auto_scaling/instance.rb +192 -0
  69. data/lib/aws/auto_scaling/instance_collection.rb +63 -0
  70. data/lib/aws/auto_scaling/launch_configuration.rb +162 -0
  71. data/lib/aws/auto_scaling/launch_configuration_collection.rb +160 -0
  72. data/lib/aws/auto_scaling/notification_configuration.rb +89 -0
  73. data/lib/aws/auto_scaling/notification_configuration_collection.rb +183 -0
  74. data/lib/aws/auto_scaling/scaling_policy.rb +142 -0
  75. data/lib/aws/auto_scaling/scaling_policy_collection.rb +72 -0
  76. data/lib/aws/auto_scaling/scaling_policy_options.rb +65 -0
  77. data/lib/aws/auto_scaling/scheduled_action.rb +141 -0
  78. data/lib/aws/auto_scaling/scheduled_action_collection.rb +202 -0
  79. data/lib/aws/auto_scaling/tag.rb +59 -0
  80. data/lib/aws/auto_scaling/tag_collection.rb +114 -0
  81. data/lib/aws/cloud_formation.rb +272 -0
  82. data/lib/aws/cloud_formation/client.rb +48 -0
  83. data/lib/aws/cloud_formation/config.rb +18 -0
  84. data/lib/aws/cloud_formation/errors.rb +22 -0
  85. data/lib/aws/cloud_formation/stack.rb +266 -0
  86. data/lib/aws/cloud_formation/stack_collection.rb +232 -0
  87. data/lib/aws/cloud_formation/stack_event.rb +73 -0
  88. data/lib/aws/cloud_formation/stack_event_collection.rb +47 -0
  89. data/lib/aws/cloud_formation/stack_options.rb +72 -0
  90. data/lib/aws/cloud_formation/stack_output.rb +53 -0
  91. data/lib/aws/cloud_formation/stack_resource.rb +117 -0
  92. data/lib/aws/cloud_formation/stack_resource_collection.rb +83 -0
  93. data/lib/aws/cloud_formation/stack_resource_summary_collection.rb +64 -0
  94. data/lib/aws/cloud_formation/stack_summary_collection.rb +123 -0
  95. data/lib/aws/cloud_front.rb +72 -0
  96. data/lib/aws/cloud_front/client.rb +57 -0
  97. data/lib/aws/cloud_front/config.rb +18 -0
  98. data/lib/aws/cloud_front/errors.rb +22 -0
  99. data/lib/aws/cloud_search.rb +73 -0
  100. data/lib/aws/cloud_search/client.rb +40 -0
  101. data/lib/aws/cloud_search/config.rb +18 -0
  102. data/lib/aws/cloud_search/errors.rb +22 -0
  103. data/lib/aws/cloud_trail.rb +72 -0
  104. data/lib/aws/cloud_trail/client.rb +35 -0
  105. data/lib/aws/cloud_trail/config.rb +18 -0
  106. data/lib/aws/cloud_trail/errors.rb +22 -0
  107. data/lib/aws/cloud_watch.rb +118 -0
  108. data/lib/aws/cloud_watch/alarm.rb +293 -0
  109. data/lib/aws/cloud_watch/alarm_collection.rb +153 -0
  110. data/lib/aws/cloud_watch/alarm_history_item.rb +50 -0
  111. data/lib/aws/cloud_watch/alarm_history_item_collection.rb +84 -0
  112. data/lib/aws/cloud_watch/client.rb +40 -0
  113. data/lib/aws/cloud_watch/config.rb +18 -0
  114. data/lib/aws/cloud_watch/errors.rb +22 -0
  115. data/lib/aws/cloud_watch/metric.rb +135 -0
  116. data/lib/aws/cloud_watch/metric_alarm_collection.rb +160 -0
  117. data/lib/aws/cloud_watch/metric_collection.rb +129 -0
  118. data/lib/aws/cloud_watch/metric_statistics.rb +69 -0
  119. data/lib/aws/core.rb +716 -0
  120. data/lib/aws/core/async_handle.rb +90 -0
  121. data/lib/aws/core/cacheable.rb +77 -0
  122. data/lib/aws/core/client.rb +787 -0
  123. data/lib/aws/core/collection.rb +263 -0
  124. data/lib/aws/core/collection/simple.rb +82 -0
  125. data/lib/aws/core/collection/with_limit_and_next_token.rb +71 -0
  126. data/lib/aws/core/collection/with_next_token.rb +97 -0
  127. data/lib/aws/core/configuration.rb +542 -0
  128. data/lib/aws/core/credential_providers.rb +639 -0
  129. data/lib/aws/core/data.rb +247 -0
  130. data/lib/aws/core/deprecations.rb +84 -0
  131. data/lib/aws/core/endpoints.rb +37 -0
  132. data/lib/aws/core/http/connection_pool.rb +369 -0
  133. data/lib/aws/core/http/curb_handler.rb +148 -0
  134. data/lib/aws/core/http/handler.rb +89 -0
  135. data/lib/aws/core/http/net_http_handler.rb +144 -0
  136. data/lib/aws/core/http/patch.rb +102 -0
  137. data/lib/aws/core/http/request.rb +259 -0
  138. data/lib/aws/core/http/response.rb +81 -0
  139. data/lib/aws/core/indifferent_hash.rb +88 -0
  140. data/lib/aws/core/inflection.rb +56 -0
  141. data/lib/aws/core/ini_parser.rb +42 -0
  142. data/lib/aws/core/json_client.rb +47 -0
  143. data/lib/aws/core/json_parser.rb +76 -0
  144. data/lib/aws/core/json_request_builder.rb +35 -0
  145. data/lib/aws/core/json_response_parser.rb +79 -0
  146. data/lib/aws/core/lazy_error_classes.rb +108 -0
  147. data/lib/aws/core/log_formatter.rb +428 -0
  148. data/lib/aws/core/managed_file.rb +32 -0
  149. data/lib/aws/core/meta_utils.rb +45 -0
  150. data/lib/aws/core/model.rb +62 -0
  151. data/lib/aws/core/naming.rb +30 -0
  152. data/lib/aws/core/option_grammar.rb +738 -0
  153. data/lib/aws/core/options/json_serializer.rb +82 -0
  154. data/lib/aws/core/options/validator.rb +155 -0
  155. data/lib/aws/core/options/xml_serializer.rb +118 -0
  156. data/lib/aws/core/page_result.rb +75 -0
  157. data/lib/aws/core/policy.rb +941 -0
  158. data/lib/aws/core/query_client.rb +41 -0
  159. data/lib/aws/core/query_error_parser.rb +24 -0
  160. data/lib/aws/core/query_request_builder.rb +47 -0
  161. data/lib/aws/core/query_response_parser.rb +35 -0
  162. data/lib/aws/core/region.rb +85 -0
  163. data/lib/aws/core/region_collection.rb +80 -0
  164. data/lib/aws/core/resource.rb +413 -0
  165. data/lib/aws/core/resource_cache.rb +40 -0
  166. data/lib/aws/core/response.rb +215 -0
  167. data/lib/aws/core/response_cache.rb +50 -0
  168. data/lib/aws/core/rest_error_parser.rb +24 -0
  169. data/lib/aws/core/rest_json_client.rb +40 -0
  170. data/lib/aws/core/rest_request_builder.rb +154 -0
  171. data/lib/aws/core/rest_response_parser.rb +66 -0
  172. data/lib/aws/core/rest_xml_client.rb +47 -0
  173. data/lib/aws/core/service_interface.rb +83 -0
  174. data/lib/aws/core/signers/base.rb +46 -0
  175. data/lib/aws/core/signers/cloud_front.rb +56 -0
  176. data/lib/aws/core/signers/s3.rb +159 -0
  177. data/lib/aws/core/signers/version_2.rb +72 -0
  178. data/lib/aws/core/signers/version_3.rb +86 -0
  179. data/lib/aws/core/signers/version_3_https.rb +61 -0
  180. data/lib/aws/core/signers/version_4.rb +228 -0
  181. data/lib/aws/core/signers/version_4/chunk_signed_stream.rb +191 -0
  182. data/lib/aws/core/uri_escape.rb +44 -0
  183. data/lib/aws/core/xml/frame.rb +245 -0
  184. data/lib/aws/core/xml/frame_stack.rb +85 -0
  185. data/lib/aws/core/xml/grammar.rb +307 -0
  186. data/lib/aws/core/xml/parser.rb +70 -0
  187. data/lib/aws/core/xml/root_frame.rb +65 -0
  188. data/lib/aws/core/xml/sax_handlers/libxml.rb +47 -0
  189. data/lib/aws/core/xml/sax_handlers/nokogiri.rb +56 -0
  190. data/lib/aws/core/xml/sax_handlers/ox.rb +41 -0
  191. data/lib/aws/core/xml/sax_handlers/rexml.rb +47 -0
  192. data/lib/aws/core/xml/stub.rb +123 -0
  193. data/lib/aws/data_pipeline.rb +72 -0
  194. data/lib/aws/data_pipeline/client.rb +36 -0
  195. data/lib/aws/data_pipeline/config.rb +18 -0
  196. data/lib/aws/data_pipeline/errors.rb +20 -0
  197. data/lib/aws/direct_connect.rb +73 -0
  198. data/lib/aws/direct_connect/client.rb +36 -0
  199. data/lib/aws/direct_connect/config.rb +18 -0
  200. data/lib/aws/direct_connect/errors.rb +22 -0
  201. data/lib/aws/dynamo_db.rb +230 -0
  202. data/lib/aws/dynamo_db/attribute_collection.rb +456 -0
  203. data/lib/aws/dynamo_db/batch_get.rb +213 -0
  204. data/lib/aws/dynamo_db/batch_write.rb +254 -0
  205. data/lib/aws/dynamo_db/binary.rb +35 -0
  206. data/lib/aws/dynamo_db/client.rb +129 -0
  207. data/lib/aws/dynamo_db/client/v20111205.rb +1266 -0
  208. data/lib/aws/dynamo_db/client/v20120810.rb +1409 -0
  209. data/lib/aws/dynamo_db/client_v2.rb +44 -0
  210. data/lib/aws/dynamo_db/config.rb +24 -0
  211. data/lib/aws/dynamo_db/errors.rb +20 -0
  212. data/lib/aws/dynamo_db/expectations.rb +40 -0
  213. data/lib/aws/dynamo_db/item.rb +133 -0
  214. data/lib/aws/dynamo_db/item_collection.rb +856 -0
  215. data/lib/aws/dynamo_db/item_data.rb +31 -0
  216. data/lib/aws/dynamo_db/keys.rb +41 -0
  217. data/lib/aws/dynamo_db/primary_key_element.rb +48 -0
  218. data/lib/aws/dynamo_db/resource.rb +33 -0
  219. data/lib/aws/dynamo_db/table.rb +492 -0
  220. data/lib/aws/dynamo_db/table_collection.rb +165 -0
  221. data/lib/aws/dynamo_db/types.rb +111 -0
  222. data/lib/aws/ec2.rb +428 -0
  223. data/lib/aws/ec2/attachment.rb +135 -0
  224. data/lib/aws/ec2/attachment_collection.rb +54 -0
  225. data/lib/aws/ec2/availability_zone.rb +86 -0
  226. data/lib/aws/ec2/availability_zone_collection.rb +43 -0
  227. data/lib/aws/ec2/block_device_mappings.rb +53 -0
  228. data/lib/aws/ec2/client.rb +154 -0
  229. data/lib/aws/ec2/collection.rb +36 -0
  230. data/lib/aws/ec2/config.rb +21 -0
  231. data/lib/aws/ec2/customer_gateway.rb +90 -0
  232. data/lib/aws/ec2/customer_gateway_collection.rb +73 -0
  233. data/lib/aws/ec2/dhcp_options.rb +106 -0
  234. data/lib/aws/ec2/dhcp_options_collection.rb +87 -0
  235. data/lib/aws/ec2/elastic_ip.rb +209 -0
  236. data/lib/aws/ec2/elastic_ip_collection.rb +93 -0
  237. data/lib/aws/ec2/errors.rb +32 -0
  238. data/lib/aws/ec2/export_task.rb +120 -0
  239. data/lib/aws/ec2/export_task_collection.rb +67 -0
  240. data/lib/aws/ec2/filtered_collection.rb +87 -0
  241. data/lib/aws/ec2/has_permissions.rb +44 -0
  242. data/lib/aws/ec2/image.rb +270 -0
  243. data/lib/aws/ec2/image_collection.rb +219 -0
  244. data/lib/aws/ec2/instance.rb +803 -0
  245. data/lib/aws/ec2/instance_collection.rb +402 -0
  246. data/lib/aws/ec2/internet_gateway.rb +122 -0
  247. data/lib/aws/ec2/internet_gateway/attachment.rb +78 -0
  248. data/lib/aws/ec2/internet_gateway_collection.rb +54 -0
  249. data/lib/aws/ec2/key_pair.rb +82 -0
  250. data/lib/aws/ec2/key_pair_collection.rb +99 -0
  251. data/lib/aws/ec2/network_acl.rb +256 -0
  252. data/lib/aws/ec2/network_acl/association.rb +56 -0
  253. data/lib/aws/ec2/network_acl/entry.rb +147 -0
  254. data/lib/aws/ec2/network_acl_collection.rb +64 -0
  255. data/lib/aws/ec2/network_interface.rb +237 -0
  256. data/lib/aws/ec2/network_interface/attachment.rb +100 -0
  257. data/lib/aws/ec2/network_interface_collection.rb +103 -0
  258. data/lib/aws/ec2/permission_collection.rb +174 -0
  259. data/lib/aws/ec2/region.rb +106 -0
  260. data/lib/aws/ec2/region_collection.rb +51 -0
  261. data/lib/aws/ec2/reserved_instances.rb +57 -0
  262. data/lib/aws/ec2/reserved_instances_collection.rb +40 -0
  263. data/lib/aws/ec2/reserved_instances_offering.rb +60 -0
  264. data/lib/aws/ec2/reserved_instances_offering_collection.rb +45 -0
  265. data/lib/aws/ec2/resource.rb +161 -0
  266. data/lib/aws/ec2/resource_tag_collection.rb +211 -0
  267. data/lib/aws/ec2/route_table.rb +205 -0
  268. data/lib/aws/ec2/route_table/association.rb +119 -0
  269. data/lib/aws/ec2/route_table/route.rb +119 -0
  270. data/lib/aws/ec2/route_table_collection.rb +72 -0
  271. data/lib/aws/ec2/security_group.rb +482 -0
  272. data/lib/aws/ec2/security_group/ip_permission.rb +135 -0
  273. data/lib/aws/ec2/security_group/ip_permission_collection.rb +82 -0
  274. data/lib/aws/ec2/security_group_collection.rb +133 -0
  275. data/lib/aws/ec2/snapshot.rb +143 -0
  276. data/lib/aws/ec2/snapshot_collection.rb +131 -0
  277. data/lib/aws/ec2/subnet.rb +161 -0
  278. data/lib/aws/ec2/subnet_collection.rb +119 -0
  279. data/lib/aws/ec2/tag.rb +81 -0
  280. data/lib/aws/ec2/tag_collection.rb +107 -0
  281. data/lib/aws/ec2/tagged_collection.rb +67 -0
  282. data/lib/aws/ec2/tagged_item.rb +85 -0
  283. data/lib/aws/ec2/volume.rb +185 -0
  284. data/lib/aws/ec2/volume_collection.rb +102 -0
  285. data/lib/aws/ec2/vpc.rb +174 -0
  286. data/lib/aws/ec2/vpc_collection.rb +70 -0
  287. data/lib/aws/ec2/vpn_connection.rb +99 -0
  288. data/lib/aws/ec2/vpn_connection/telemetry.rb +49 -0
  289. data/lib/aws/ec2/vpn_connection_collection.rb +96 -0
  290. data/lib/aws/ec2/vpn_gateway.rb +123 -0
  291. data/lib/aws/ec2/vpn_gateway/attachment.rb +45 -0
  292. data/lib/aws/ec2/vpn_gateway_collection.rb +77 -0
  293. data/lib/aws/elastic_beanstalk.rb +49 -0
  294. data/lib/aws/elastic_beanstalk/client.rb +36 -0
  295. data/lib/aws/elastic_beanstalk/config.rb +18 -0
  296. data/lib/aws/elastic_beanstalk/errors.rb +22 -0
  297. data/lib/aws/elastic_transcoder.rb +29 -0
  298. data/lib/aws/elastic_transcoder/client.rb +48 -0
  299. data/lib/aws/elastic_transcoder/config.rb +18 -0
  300. data/lib/aws/elastic_transcoder/errors.rb +23 -0
  301. data/lib/aws/elasticache.rb +49 -0
  302. data/lib/aws/elasticache/client.rb +41 -0
  303. data/lib/aws/elasticache/config.rb +18 -0
  304. data/lib/aws/elasticache/errors.rb +22 -0
  305. data/lib/aws/elb.rb +66 -0
  306. data/lib/aws/elb/availability_zone_collection.rb +138 -0
  307. data/lib/aws/elb/backend_server_policy_collection.rb +139 -0
  308. data/lib/aws/elb/client.rb +35 -0
  309. data/lib/aws/elb/config.rb +18 -0
  310. data/lib/aws/elb/errors.rb +26 -0
  311. data/lib/aws/elb/instance_collection.rb +168 -0
  312. data/lib/aws/elb/listener.rb +190 -0
  313. data/lib/aws/elb/listener_collection.rb +113 -0
  314. data/lib/aws/elb/listener_opts.rb +45 -0
  315. data/lib/aws/elb/load_balancer.rb +280 -0
  316. data/lib/aws/elb/load_balancer_collection.rb +146 -0
  317. data/lib/aws/elb/load_balancer_policy.rb +93 -0
  318. data/lib/aws/elb/load_balancer_policy_collection.rb +208 -0
  319. data/lib/aws/emr.rb +87 -0
  320. data/lib/aws/emr/client.rb +35 -0
  321. data/lib/aws/emr/config.rb +18 -0
  322. data/lib/aws/emr/errors.rb +22 -0
  323. data/lib/aws/emr/instance_group.rb +138 -0
  324. data/lib/aws/emr/instance_group_collection.rb +82 -0
  325. data/lib/aws/emr/job_flow.rb +307 -0
  326. data/lib/aws/emr/job_flow_collection.rb +183 -0
  327. data/lib/aws/errors.rb +162 -0
  328. data/lib/aws/glacier.rb +79 -0
  329. data/lib/aws/glacier/archive.rb +56 -0
  330. data/lib/aws/glacier/archive_collection.rb +146 -0
  331. data/lib/aws/glacier/client.rb +49 -0
  332. data/lib/aws/glacier/config.rb +19 -0
  333. data/lib/aws/glacier/errors.rb +22 -0
  334. data/lib/aws/glacier/resource.rb +30 -0
  335. data/lib/aws/glacier/vault.rb +145 -0
  336. data/lib/aws/glacier/vault_collection.rb +75 -0
  337. data/lib/aws/glacier/vault_notification_configuration.rb +29 -0
  338. data/lib/aws/iam.rb +408 -0
  339. data/lib/aws/iam/access_key.rb +185 -0
  340. data/lib/aws/iam/access_key_collection.rb +128 -0
  341. data/lib/aws/iam/account_alias_collection.rb +79 -0
  342. data/lib/aws/iam/client.rb +49 -0
  343. data/lib/aws/iam/collection.rb +83 -0
  344. data/lib/aws/iam/config.rb +18 -0
  345. data/lib/aws/iam/errors.rb +22 -0
  346. data/lib/aws/iam/group.rb +111 -0
  347. data/lib/aws/iam/group_collection.rb +132 -0
  348. data/lib/aws/iam/group_policy_collection.rb +47 -0
  349. data/lib/aws/iam/group_user_collection.rb +84 -0
  350. data/lib/aws/iam/login_profile.rb +111 -0
  351. data/lib/aws/iam/mfa_device.rb +52 -0
  352. data/lib/aws/iam/mfa_device_collection.rb +127 -0
  353. data/lib/aws/iam/policy.rb +46 -0
  354. data/lib/aws/iam/policy_collection.rb +188 -0
  355. data/lib/aws/iam/resource.rb +62 -0
  356. data/lib/aws/iam/server_certificate.rb +148 -0
  357. data/lib/aws/iam/server_certificate_collection.rb +138 -0
  358. data/lib/aws/iam/signing_certificate.rb +186 -0
  359. data/lib/aws/iam/signing_certificate_collection.rb +131 -0
  360. data/lib/aws/iam/user.rb +200 -0
  361. data/lib/aws/iam/user_collection.rb +133 -0
  362. data/lib/aws/iam/user_group_collection.rb +98 -0
  363. data/lib/aws/iam/user_policy.rb +90 -0
  364. data/lib/aws/iam/user_policy_collection.rb +45 -0
  365. data/lib/aws/iam/virtual_mfa_device.rb +139 -0
  366. data/lib/aws/iam/virtual_mfa_device_collection.rb +73 -0
  367. data/lib/aws/import_export.rb +73 -0
  368. data/lib/aws/import_export/client.rb +35 -0
  369. data/lib/aws/import_export/config.rb +19 -0
  370. data/lib/aws/import_export/errors.rb +22 -0
  371. data/lib/aws/kinesis.rb +53 -0
  372. data/lib/aws/kinesis/client.rb +35 -0
  373. data/lib/aws/kinesis/config.rb +18 -0
  374. data/lib/aws/kinesis/errors.rb +20 -0
  375. data/lib/aws/ops_works.rb +29 -0
  376. data/lib/aws/ops_works/client.rb +35 -0
  377. data/lib/aws/ops_works/config.rb +18 -0
  378. data/lib/aws/ops_works/errors.rb +20 -0
  379. data/lib/aws/rails.rb +195 -0
  380. data/lib/aws/rds.rb +70 -0
  381. data/lib/aws/rds/client.rb +42 -0
  382. data/lib/aws/rds/config.rb +18 -0
  383. data/lib/aws/rds/db_instance.rb +215 -0
  384. data/lib/aws/rds/db_instance_collection.rb +75 -0
  385. data/lib/aws/rds/db_snapshot.rb +163 -0
  386. data/lib/aws/rds/db_snapshot_collection.rb +89 -0
  387. data/lib/aws/rds/errors.rb +22 -0
  388. data/lib/aws/record.rb +139 -0
  389. data/lib/aws/record/abstract_base.rb +689 -0
  390. data/lib/aws/record/attributes.rb +388 -0
  391. data/lib/aws/record/conversion.rb +38 -0
  392. data/lib/aws/record/dirty_tracking.rb +287 -0
  393. data/lib/aws/record/errors.rb +143 -0
  394. data/lib/aws/record/exceptions.rb +51 -0
  395. data/lib/aws/record/hash_model.rb +204 -0
  396. data/lib/aws/record/hash_model/attributes.rb +195 -0
  397. data/lib/aws/record/hash_model/finder_methods.rb +172 -0
  398. data/lib/aws/record/hash_model/scope.rb +108 -0
  399. data/lib/aws/record/model.rb +453 -0
  400. data/lib/aws/record/model/attributes.rb +377 -0
  401. data/lib/aws/record/model/finder_methods.rb +232 -0
  402. data/lib/aws/record/model/scope.rb +212 -0
  403. data/lib/aws/record/naming.rb +31 -0
  404. data/lib/aws/record/scope.rb +203 -0
  405. data/lib/aws/record/validations.rb +694 -0
  406. data/lib/aws/record/validator.rb +246 -0
  407. data/lib/aws/record/validators/acceptance.rb +49 -0
  408. data/lib/aws/record/validators/block.rb +36 -0
  409. data/lib/aws/record/validators/confirmation.rb +41 -0
  410. data/lib/aws/record/validators/count.rb +106 -0
  411. data/lib/aws/record/validators/exclusion.rb +41 -0
  412. data/lib/aws/record/validators/format.rb +55 -0
  413. data/lib/aws/record/validators/inclusion.rb +54 -0
  414. data/lib/aws/record/validators/length.rb +105 -0
  415. data/lib/aws/record/validators/method.rb +31 -0
  416. data/lib/aws/record/validators/numericality.rb +136 -0
  417. data/lib/aws/record/validators/presence.rb +43 -0
  418. data/lib/aws/redshift.rb +51 -0
  419. data/lib/aws/redshift/client.rb +35 -0
  420. data/lib/aws/redshift/config.rb +18 -0
  421. data/lib/aws/redshift/errors.rb +22 -0
  422. data/lib/aws/route_53.rb +86 -0
  423. data/lib/aws/route_53/change_batch.rb +161 -0
  424. data/lib/aws/route_53/change_info.rb +72 -0
  425. data/lib/aws/route_53/client.rb +38 -0
  426. data/lib/aws/route_53/config.rb +18 -0
  427. data/lib/aws/route_53/errors.rb +22 -0
  428. data/lib/aws/route_53/hosted_zone.rb +134 -0
  429. data/lib/aws/route_53/hosted_zone_collection.rb +101 -0
  430. data/lib/aws/route_53/resource_record_set.rb +251 -0
  431. data/lib/aws/route_53/resource_record_set_collection.rb +110 -0
  432. data/lib/aws/s3.rb +156 -0
  433. data/lib/aws/s3/access_control_list.rb +265 -0
  434. data/lib/aws/s3/acl_object.rb +264 -0
  435. data/lib/aws/s3/acl_options.rb +204 -0
  436. data/lib/aws/s3/bucket.rb +742 -0
  437. data/lib/aws/s3/bucket_collection.rb +162 -0
  438. data/lib/aws/s3/bucket_lifecycle_configuration.rb +473 -0
  439. data/lib/aws/s3/bucket_tag_collection.rb +111 -0
  440. data/lib/aws/s3/bucket_version_collection.rb +79 -0
  441. data/lib/aws/s3/cipher_io.rb +120 -0
  442. data/lib/aws/s3/client.rb +2067 -0
  443. data/lib/aws/s3/client/xml.rb +266 -0
  444. data/lib/aws/s3/config.rb +48 -0
  445. data/lib/aws/s3/cors_rule.rb +108 -0
  446. data/lib/aws/s3/cors_rule_collection.rb +194 -0
  447. data/lib/aws/s3/data_options.rb +191 -0
  448. data/lib/aws/s3/encryption_utils.rb +146 -0
  449. data/lib/aws/s3/errors.rb +94 -0
  450. data/lib/aws/s3/multipart_upload.rb +353 -0
  451. data/lib/aws/s3/multipart_upload_collection.rb +76 -0
  452. data/lib/aws/s3/object_collection.rb +353 -0
  453. data/lib/aws/s3/object_metadata.rb +103 -0
  454. data/lib/aws/s3/object_upload_collection.rb +77 -0
  455. data/lib/aws/s3/object_version.rb +154 -0
  456. data/lib/aws/s3/object_version_collection.rb +89 -0
  457. data/lib/aws/s3/paginated_collection.rb +75 -0
  458. data/lib/aws/s3/policy.rb +74 -0
  459. data/lib/aws/s3/prefix_and_delimiter_collection.rb +47 -0
  460. data/lib/aws/s3/prefixed_collection.rb +85 -0
  461. data/lib/aws/s3/presign_v4.rb +136 -0
  462. data/lib/aws/s3/presigned_post.rb +554 -0
  463. data/lib/aws/s3/request.rb +62 -0
  464. data/lib/aws/s3/s3_object.rb +1784 -0
  465. data/lib/aws/s3/tree.rb +116 -0
  466. data/lib/aws/s3/tree/branch_node.rb +68 -0
  467. data/lib/aws/s3/tree/child_collection.rb +104 -0
  468. data/lib/aws/s3/tree/leaf_node.rb +94 -0
  469. data/lib/aws/s3/tree/node.rb +22 -0
  470. data/lib/aws/s3/tree/parent.rb +87 -0
  471. data/lib/aws/s3/uploaded_part.rb +82 -0
  472. data/lib/aws/s3/uploaded_part_collection.rb +84 -0
  473. data/lib/aws/s3/website_configuration.rb +102 -0
  474. data/lib/aws/simple_db.rb +218 -0
  475. data/lib/aws/simple_db/attribute.rb +156 -0
  476. data/lib/aws/simple_db/attribute_collection.rb +240 -0
  477. data/lib/aws/simple_db/client.rb +67 -0
  478. data/lib/aws/simple_db/config.rb +20 -0
  479. data/lib/aws/simple_db/consistent_read_option.rb +42 -0
  480. data/lib/aws/simple_db/delete_attributes.rb +62 -0
  481. data/lib/aws/simple_db/domain.rb +123 -0
  482. data/lib/aws/simple_db/domain_collection.rb +86 -0
  483. data/lib/aws/simple_db/domain_metadata.rb +110 -0
  484. data/lib/aws/simple_db/errors.rb +55 -0
  485. data/lib/aws/simple_db/expect_condition_option.rb +45 -0
  486. data/lib/aws/simple_db/item.rb +93 -0
  487. data/lib/aws/simple_db/item_collection.rb +654 -0
  488. data/lib/aws/simple_db/item_data.rb +73 -0
  489. data/lib/aws/simple_db/put_attributes.rb +60 -0
  490. data/lib/aws/simple_email_service.rb +443 -0
  491. data/lib/aws/simple_email_service/client.rb +37 -0
  492. data/lib/aws/simple_email_service/config.rb +18 -0
  493. data/lib/aws/simple_email_service/email_address_collection.rb +69 -0
  494. data/lib/aws/simple_email_service/errors.rb +22 -0
  495. data/lib/aws/simple_email_service/identity.rb +230 -0
  496. data/lib/aws/simple_email_service/identity_collection.rb +81 -0
  497. data/lib/aws/simple_email_service/quotas.rb +66 -0
  498. data/lib/aws/simple_workflow.rb +227 -0
  499. data/lib/aws/simple_workflow/activity_task.rb +178 -0
  500. data/lib/aws/simple_workflow/activity_task_collection.rb +123 -0
  501. data/lib/aws/simple_workflow/activity_type.rb +131 -0
  502. data/lib/aws/simple_workflow/activity_type_collection.rb +93 -0
  503. data/lib/aws/simple_workflow/client.rb +69 -0
  504. data/lib/aws/simple_workflow/config.rb +18 -0
  505. data/lib/aws/simple_workflow/count.rb +49 -0
  506. data/lib/aws/simple_workflow/decision_task.rb +603 -0
  507. data/lib/aws/simple_workflow/decision_task_collection.rb +223 -0
  508. data/lib/aws/simple_workflow/domain.rb +122 -0
  509. data/lib/aws/simple_workflow/domain_collection.rb +169 -0
  510. data/lib/aws/simple_workflow/errors.rb +20 -0
  511. data/lib/aws/simple_workflow/history_event.rb +276 -0
  512. data/lib/aws/simple_workflow/history_event_collection.rb +76 -0
  513. data/lib/aws/simple_workflow/option_formatters.rb +82 -0
  514. data/lib/aws/simple_workflow/resource.rb +94 -0
  515. data/lib/aws/simple_workflow/type.rb +89 -0
  516. data/lib/aws/simple_workflow/type_collection.rb +140 -0
  517. data/lib/aws/simple_workflow/workflow_execution.rb +384 -0
  518. data/lib/aws/simple_workflow/workflow_execution_collection.rb +617 -0
  519. data/lib/aws/simple_workflow/workflow_type.rb +177 -0
  520. data/lib/aws/simple_workflow/workflow_type_collection.rb +91 -0
  521. data/lib/aws/sns.rb +76 -0
  522. data/lib/aws/sns/client.rb +35 -0
  523. data/lib/aws/sns/config.rb +18 -0
  524. data/lib/aws/sns/errors.rb +22 -0
  525. data/lib/aws/sns/has_delivery_policy.rb +68 -0
  526. data/lib/aws/sns/message.rb +204 -0
  527. data/lib/aws/sns/originators/from_auto_scaling.rb +68 -0
  528. data/lib/aws/sns/policy.rb +47 -0
  529. data/lib/aws/sns/subscription.rb +165 -0
  530. data/lib/aws/sns/subscription_collection.rb +78 -0
  531. data/lib/aws/sns/topic.rb +403 -0
  532. data/lib/aws/sns/topic_collection.rb +62 -0
  533. data/lib/aws/sns/topic_subscription_collection.rb +54 -0
  534. data/lib/aws/sqs.rb +80 -0
  535. data/lib/aws/sqs/client.rb +53 -0
  536. data/lib/aws/sqs/config.rb +20 -0
  537. data/lib/aws/sqs/errors.rb +125 -0
  538. data/lib/aws/sqs/policy.rb +48 -0
  539. data/lib/aws/sqs/queue.rb +856 -0
  540. data/lib/aws/sqs/queue_collection.rb +186 -0
  541. data/lib/aws/sqs/received_message.rb +190 -0
  542. data/lib/aws/sqs/received_sns_message.rb +116 -0
  543. data/lib/aws/storage_gateway.rb +72 -0
  544. data/lib/aws/storage_gateway/client.rb +42 -0
  545. data/lib/aws/storage_gateway/config.rb +18 -0
  546. data/lib/aws/storage_gateway/errors.rb +22 -0
  547. data/lib/aws/sts.rb +164 -0
  548. data/lib/aws/sts/client.rb +55 -0
  549. data/lib/aws/sts/config.rb +18 -0
  550. data/lib/aws/sts/errors.rb +22 -0
  551. data/lib/aws/sts/federated_session.rb +56 -0
  552. data/lib/aws/sts/policy.rb +30 -0
  553. data/lib/aws/sts/session.rb +48 -0
  554. data/lib/aws/support.rb +29 -0
  555. data/lib/aws/support/client.rb +35 -0
  556. data/lib/aws/support/config.rb +18 -0
  557. data/lib/aws/support/errors.rb +20 -0
  558. data/lib/aws/version.rb +17 -0
  559. data/rails/init.rb +15 -0
  560. metadata +634 -0
@@ -0,0 +1,2105 @@
1
+ # Copyright 2011-2014 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
+ Table:
136
+ :sym: :table
137
+ :type: :hash
138
+ :members:
139
+ CapacityUnits:
140
+ :sym: :capacity_units
141
+ :type: :float
142
+ LocalSecondaryIndexes:
143
+ :sym: :local_secondary_indexes
144
+ :type: :map
145
+ :members:
146
+ :sym: :map_value
147
+ :type: :hash
148
+ :members:
149
+ CapacityUnits:
150
+ :sym: :capacity_units
151
+ :type: :float
152
+ GlobalSecondaryIndexes:
153
+ :sym: :global_secondary_indexes
154
+ :type: :map
155
+ :members:
156
+ :sym: :map_value
157
+ :type: :hash
158
+ :members:
159
+ CapacityUnits:
160
+ :sym: :capacity_units
161
+ :type: :float
162
+ - :name: BatchWriteItem
163
+ :method: :batch_write_item
164
+ :inputs:
165
+ RequestItems:
166
+ - :map:
167
+ :key:
168
+ - :string
169
+ :value:
170
+ - :list:
171
+ - :structure:
172
+ PutRequest:
173
+ - :structure:
174
+ Item:
175
+ - :map:
176
+ :key:
177
+ - :string
178
+ :value:
179
+ - :structure:
180
+ S:
181
+ - :string
182
+ N:
183
+ - :string
184
+ B:
185
+ - :blob
186
+ SS:
187
+ - :list:
188
+ - :string
189
+ NS:
190
+ - :list:
191
+ - :string
192
+ BS:
193
+ - :list:
194
+ - :blob
195
+ - :required
196
+ DeleteRequest:
197
+ - :structure:
198
+ Key:
199
+ - :map:
200
+ :key:
201
+ - :string
202
+ :value:
203
+ - :structure:
204
+ S:
205
+ - :string
206
+ N:
207
+ - :string
208
+ B:
209
+ - :blob
210
+ SS:
211
+ - :list:
212
+ - :string
213
+ NS:
214
+ - :list:
215
+ - :string
216
+ BS:
217
+ - :list:
218
+ - :blob
219
+ - :required
220
+ - :required
221
+ ReturnConsumedCapacity:
222
+ - :string
223
+ ReturnItemCollectionMetrics:
224
+ - :string
225
+ :outputs:
226
+ UnprocessedItems:
227
+ :sym: :unprocessed_items
228
+ :type: :map
229
+ :members:
230
+ :sym: :value
231
+ :type: :hash
232
+ :members:
233
+ PutRequest:
234
+ :sym: :put_request
235
+ :type: :hash
236
+ :members:
237
+ Item:
238
+ :sym: :item
239
+ :type: :map
240
+ :members:
241
+ :sym: :map_value
242
+ :type: :hash
243
+ :members:
244
+ S:
245
+ :sym: :s
246
+ :type: :string
247
+ N:
248
+ :sym: :n
249
+ :type: :string
250
+ B:
251
+ :sym: :b
252
+ :type: :blob
253
+ SS:
254
+ :sym: :ss
255
+ :type: :string
256
+ NS:
257
+ :sym: :ns
258
+ :type: :string
259
+ BS:
260
+ :sym: :bs
261
+ :type: :blob
262
+ DeleteRequest:
263
+ :sym: :delete_request
264
+ :type: :hash
265
+ :members:
266
+ Key:
267
+ :sym: :key
268
+ :type: :map
269
+ :members:
270
+ :sym: :map_value
271
+ :type: :hash
272
+ :members:
273
+ S:
274
+ :sym: :s
275
+ :type: :string
276
+ N:
277
+ :sym: :n
278
+ :type: :string
279
+ B:
280
+ :sym: :b
281
+ :type: :blob
282
+ SS:
283
+ :sym: :ss
284
+ :type: :string
285
+ NS:
286
+ :sym: :ns
287
+ :type: :string
288
+ BS:
289
+ :sym: :bs
290
+ :type: :blob
291
+ ItemCollectionMetrics:
292
+ :sym: :item_collection_metrics
293
+ :type: :map
294
+ :members:
295
+ :sym: :value
296
+ :type: :hash
297
+ :members:
298
+ ItemCollectionKey:
299
+ :sym: :item_collection_key
300
+ :type: :map
301
+ :members:
302
+ :sym: :map_value
303
+ :type: :hash
304
+ :members:
305
+ S:
306
+ :sym: :s
307
+ :type: :string
308
+ N:
309
+ :sym: :n
310
+ :type: :string
311
+ B:
312
+ :sym: :b
313
+ :type: :blob
314
+ SS:
315
+ :sym: :ss
316
+ :type: :string
317
+ NS:
318
+ :sym: :ns
319
+ :type: :string
320
+ BS:
321
+ :sym: :bs
322
+ :type: :blob
323
+ SizeEstimateRangeGB:
324
+ :sym: :size_estimate_range_gb
325
+ :type: :float
326
+ ConsumedCapacity:
327
+ :sym: :consumed_capacity
328
+ :type: :hash
329
+ :members:
330
+ TableName:
331
+ :sym: :table_name
332
+ :type: :string
333
+ CapacityUnits:
334
+ :sym: :capacity_units
335
+ :type: :float
336
+ Table:
337
+ :sym: :table
338
+ :type: :hash
339
+ :members:
340
+ CapacityUnits:
341
+ :sym: :capacity_units
342
+ :type: :float
343
+ LocalSecondaryIndexes:
344
+ :sym: :local_secondary_indexes
345
+ :type: :map
346
+ :members:
347
+ :sym: :map_value
348
+ :type: :hash
349
+ :members:
350
+ CapacityUnits:
351
+ :sym: :capacity_units
352
+ :type: :float
353
+ GlobalSecondaryIndexes:
354
+ :sym: :global_secondary_indexes
355
+ :type: :map
356
+ :members:
357
+ :sym: :map_value
358
+ :type: :hash
359
+ :members:
360
+ CapacityUnits:
361
+ :sym: :capacity_units
362
+ :type: :float
363
+ - :name: CreateTable
364
+ :method: :create_table
365
+ :inputs:
366
+ AttributeDefinitions:
367
+ - :list:
368
+ - :structure:
369
+ AttributeName:
370
+ - :string
371
+ - :required
372
+ AttributeType:
373
+ - :string
374
+ - :required
375
+ - :required
376
+ TableName:
377
+ - :string
378
+ - :required
379
+ KeySchema:
380
+ - :list:
381
+ - :structure:
382
+ AttributeName:
383
+ - :string
384
+ - :required
385
+ KeyType:
386
+ - :string
387
+ - :required
388
+ - :required
389
+ LocalSecondaryIndexes:
390
+ - :list:
391
+ - :structure:
392
+ IndexName:
393
+ - :string
394
+ - :required
395
+ KeySchema:
396
+ - :list:
397
+ - :structure:
398
+ AttributeName:
399
+ - :string
400
+ - :required
401
+ KeyType:
402
+ - :string
403
+ - :required
404
+ - :required
405
+ Projection:
406
+ - :structure:
407
+ ProjectionType:
408
+ - :string
409
+ NonKeyAttributes:
410
+ - :list:
411
+ - :string
412
+ - :required
413
+ GlobalSecondaryIndexes:
414
+ - :list:
415
+ - :structure:
416
+ IndexName:
417
+ - :string
418
+ - :required
419
+ KeySchema:
420
+ - :list:
421
+ - :structure:
422
+ AttributeName:
423
+ - :string
424
+ - :required
425
+ KeyType:
426
+ - :string
427
+ - :required
428
+ - :required
429
+ Projection:
430
+ - :structure:
431
+ ProjectionType:
432
+ - :string
433
+ NonKeyAttributes:
434
+ - :list:
435
+ - :string
436
+ - :required
437
+ ProvisionedThroughput:
438
+ - :structure:
439
+ ReadCapacityUnits:
440
+ - :long
441
+ - :required
442
+ WriteCapacityUnits:
443
+ - :long
444
+ - :required
445
+ - :required
446
+ ProvisionedThroughput:
447
+ - :structure:
448
+ ReadCapacityUnits:
449
+ - :long
450
+ - :required
451
+ WriteCapacityUnits:
452
+ - :long
453
+ - :required
454
+ - :required
455
+ :outputs:
456
+ TableDescription:
457
+ :sym: :table_description
458
+ :type: :hash
459
+ :members:
460
+ AttributeDefinitions:
461
+ :sym: :attribute_definitions
462
+ :type: :hash
463
+ :members:
464
+ AttributeName:
465
+ :sym: :attribute_name
466
+ :type: :string
467
+ AttributeType:
468
+ :sym: :attribute_type
469
+ :type: :string
470
+ TableName:
471
+ :sym: :table_name
472
+ :type: :string
473
+ KeySchema:
474
+ :sym: :key_schema
475
+ :type: :hash
476
+ :members:
477
+ AttributeName:
478
+ :sym: :attribute_name
479
+ :type: :string
480
+ KeyType:
481
+ :sym: :key_type
482
+ :type: :string
483
+ TableStatus:
484
+ :sym: :table_status
485
+ :type: :string
486
+ CreationDateTime:
487
+ :sym: :creation_date_time
488
+ :type: :time
489
+ ProvisionedThroughput:
490
+ :sym: :provisioned_throughput
491
+ :type: :hash
492
+ :members:
493
+ LastIncreaseDateTime:
494
+ :sym: :last_increase_date_time
495
+ :type: :time
496
+ LastDecreaseDateTime:
497
+ :sym: :last_decrease_date_time
498
+ :type: :time
499
+ NumberOfDecreasesToday:
500
+ :sym: :number_of_decreases_today
501
+ :type: :integer
502
+ ReadCapacityUnits:
503
+ :sym: :read_capacity_units
504
+ :type: :integer
505
+ WriteCapacityUnits:
506
+ :sym: :write_capacity_units
507
+ :type: :integer
508
+ TableSizeBytes:
509
+ :sym: :table_size_bytes
510
+ :type: :integer
511
+ ItemCount:
512
+ :sym: :item_count
513
+ :type: :integer
514
+ LocalSecondaryIndexes:
515
+ :sym: :local_secondary_indexes
516
+ :type: :hash
517
+ :members:
518
+ IndexName:
519
+ :sym: :index_name
520
+ :type: :string
521
+ KeySchema:
522
+ :sym: :key_schema
523
+ :type: :hash
524
+ :members:
525
+ AttributeName:
526
+ :sym: :attribute_name
527
+ :type: :string
528
+ KeyType:
529
+ :sym: :key_type
530
+ :type: :string
531
+ Projection:
532
+ :sym: :projection
533
+ :type: :hash
534
+ :members:
535
+ ProjectionType:
536
+ :sym: :projection_type
537
+ :type: :string
538
+ NonKeyAttributes:
539
+ :sym: :non_key_attributes
540
+ :type: :string
541
+ IndexSizeBytes:
542
+ :sym: :index_size_bytes
543
+ :type: :integer
544
+ ItemCount:
545
+ :sym: :item_count
546
+ :type: :integer
547
+ GlobalSecondaryIndexes:
548
+ :sym: :global_secondary_indexes
549
+ :type: :hash
550
+ :members:
551
+ IndexName:
552
+ :sym: :index_name
553
+ :type: :string
554
+ KeySchema:
555
+ :sym: :key_schema
556
+ :type: :hash
557
+ :members:
558
+ AttributeName:
559
+ :sym: :attribute_name
560
+ :type: :string
561
+ KeyType:
562
+ :sym: :key_type
563
+ :type: :string
564
+ Projection:
565
+ :sym: :projection
566
+ :type: :hash
567
+ :members:
568
+ ProjectionType:
569
+ :sym: :projection_type
570
+ :type: :string
571
+ NonKeyAttributes:
572
+ :sym: :non_key_attributes
573
+ :type: :string
574
+ IndexStatus:
575
+ :sym: :index_status
576
+ :type: :string
577
+ ProvisionedThroughput:
578
+ :sym: :provisioned_throughput
579
+ :type: :hash
580
+ :members:
581
+ LastIncreaseDateTime:
582
+ :sym: :last_increase_date_time
583
+ :type: :time
584
+ LastDecreaseDateTime:
585
+ :sym: :last_decrease_date_time
586
+ :type: :time
587
+ NumberOfDecreasesToday:
588
+ :sym: :number_of_decreases_today
589
+ :type: :integer
590
+ ReadCapacityUnits:
591
+ :sym: :read_capacity_units
592
+ :type: :integer
593
+ WriteCapacityUnits:
594
+ :sym: :write_capacity_units
595
+ :type: :integer
596
+ IndexSizeBytes:
597
+ :sym: :index_size_bytes
598
+ :type: :integer
599
+ ItemCount:
600
+ :sym: :item_count
601
+ :type: :integer
602
+ - :name: DeleteItem
603
+ :method: :delete_item
604
+ :inputs:
605
+ TableName:
606
+ - :string
607
+ - :required
608
+ Key:
609
+ - :map:
610
+ :key:
611
+ - :string
612
+ :value:
613
+ - :structure:
614
+ S:
615
+ - :string
616
+ N:
617
+ - :string
618
+ B:
619
+ - :blob
620
+ SS:
621
+ - :list:
622
+ - :string
623
+ NS:
624
+ - :list:
625
+ - :string
626
+ BS:
627
+ - :list:
628
+ - :blob
629
+ - :required
630
+ Expected:
631
+ - :map:
632
+ :key:
633
+ - :string
634
+ :value:
635
+ - :structure:
636
+ Value:
637
+ - :structure:
638
+ S:
639
+ - :string
640
+ N:
641
+ - :string
642
+ B:
643
+ - :blob
644
+ SS:
645
+ - :list:
646
+ - :string
647
+ NS:
648
+ - :list:
649
+ - :string
650
+ BS:
651
+ - :list:
652
+ - :blob
653
+ Exists:
654
+ - :boolean
655
+ ComparisonOperator:
656
+ - :string
657
+ AttributeValueList:
658
+ - :list:
659
+ - :structure:
660
+ S:
661
+ - :string
662
+ N:
663
+ - :string
664
+ B:
665
+ - :blob
666
+ SS:
667
+ - :list:
668
+ - :string
669
+ NS:
670
+ - :list:
671
+ - :string
672
+ BS:
673
+ - :list:
674
+ - :blob
675
+ ConditionalOperator:
676
+ - :string
677
+ ReturnValues:
678
+ - :string
679
+ ReturnConsumedCapacity:
680
+ - :string
681
+ ReturnItemCollectionMetrics:
682
+ - :string
683
+ :outputs:
684
+ Attributes:
685
+ :sym: :attributes
686
+ :type: :map
687
+ :members:
688
+ :sym: :map_value
689
+ :type: :hash
690
+ :members:
691
+ S:
692
+ :sym: :s
693
+ :type: :string
694
+ N:
695
+ :sym: :n
696
+ :type: :string
697
+ B:
698
+ :sym: :b
699
+ :type: :blob
700
+ SS:
701
+ :sym: :ss
702
+ :type: :string
703
+ NS:
704
+ :sym: :ns
705
+ :type: :string
706
+ BS:
707
+ :sym: :bs
708
+ :type: :blob
709
+ ConsumedCapacity:
710
+ :sym: :consumed_capacity
711
+ :type: :hash
712
+ :members:
713
+ TableName:
714
+ :sym: :table_name
715
+ :type: :string
716
+ CapacityUnits:
717
+ :sym: :capacity_units
718
+ :type: :float
719
+ Table:
720
+ :sym: :table
721
+ :type: :hash
722
+ :members:
723
+ CapacityUnits:
724
+ :sym: :capacity_units
725
+ :type: :float
726
+ LocalSecondaryIndexes:
727
+ :sym: :local_secondary_indexes
728
+ :type: :map
729
+ :members:
730
+ :sym: :map_value
731
+ :type: :hash
732
+ :members:
733
+ CapacityUnits:
734
+ :sym: :capacity_units
735
+ :type: :float
736
+ GlobalSecondaryIndexes:
737
+ :sym: :global_secondary_indexes
738
+ :type: :map
739
+ :members:
740
+ :sym: :map_value
741
+ :type: :hash
742
+ :members:
743
+ CapacityUnits:
744
+ :sym: :capacity_units
745
+ :type: :float
746
+ ItemCollectionMetrics:
747
+ :sym: :item_collection_metrics
748
+ :type: :hash
749
+ :members:
750
+ ItemCollectionKey:
751
+ :sym: :item_collection_key
752
+ :type: :map
753
+ :members:
754
+ :sym: :map_value
755
+ :type: :hash
756
+ :members:
757
+ S:
758
+ :sym: :s
759
+ :type: :string
760
+ N:
761
+ :sym: :n
762
+ :type: :string
763
+ B:
764
+ :sym: :b
765
+ :type: :blob
766
+ SS:
767
+ :sym: :ss
768
+ :type: :string
769
+ NS:
770
+ :sym: :ns
771
+ :type: :string
772
+ BS:
773
+ :sym: :bs
774
+ :type: :blob
775
+ SizeEstimateRangeGB:
776
+ :sym: :size_estimate_range_gb
777
+ :type: :float
778
+ - :name: DeleteTable
779
+ :method: :delete_table
780
+ :inputs:
781
+ TableName:
782
+ - :string
783
+ - :required
784
+ :outputs:
785
+ TableDescription:
786
+ :sym: :table_description
787
+ :type: :hash
788
+ :members:
789
+ AttributeDefinitions:
790
+ :sym: :attribute_definitions
791
+ :type: :hash
792
+ :members:
793
+ AttributeName:
794
+ :sym: :attribute_name
795
+ :type: :string
796
+ AttributeType:
797
+ :sym: :attribute_type
798
+ :type: :string
799
+ TableName:
800
+ :sym: :table_name
801
+ :type: :string
802
+ KeySchema:
803
+ :sym: :key_schema
804
+ :type: :hash
805
+ :members:
806
+ AttributeName:
807
+ :sym: :attribute_name
808
+ :type: :string
809
+ KeyType:
810
+ :sym: :key_type
811
+ :type: :string
812
+ TableStatus:
813
+ :sym: :table_status
814
+ :type: :string
815
+ CreationDateTime:
816
+ :sym: :creation_date_time
817
+ :type: :time
818
+ ProvisionedThroughput:
819
+ :sym: :provisioned_throughput
820
+ :type: :hash
821
+ :members:
822
+ LastIncreaseDateTime:
823
+ :sym: :last_increase_date_time
824
+ :type: :time
825
+ LastDecreaseDateTime:
826
+ :sym: :last_decrease_date_time
827
+ :type: :time
828
+ NumberOfDecreasesToday:
829
+ :sym: :number_of_decreases_today
830
+ :type: :integer
831
+ ReadCapacityUnits:
832
+ :sym: :read_capacity_units
833
+ :type: :integer
834
+ WriteCapacityUnits:
835
+ :sym: :write_capacity_units
836
+ :type: :integer
837
+ TableSizeBytes:
838
+ :sym: :table_size_bytes
839
+ :type: :integer
840
+ ItemCount:
841
+ :sym: :item_count
842
+ :type: :integer
843
+ LocalSecondaryIndexes:
844
+ :sym: :local_secondary_indexes
845
+ :type: :hash
846
+ :members:
847
+ IndexName:
848
+ :sym: :index_name
849
+ :type: :string
850
+ KeySchema:
851
+ :sym: :key_schema
852
+ :type: :hash
853
+ :members:
854
+ AttributeName:
855
+ :sym: :attribute_name
856
+ :type: :string
857
+ KeyType:
858
+ :sym: :key_type
859
+ :type: :string
860
+ Projection:
861
+ :sym: :projection
862
+ :type: :hash
863
+ :members:
864
+ ProjectionType:
865
+ :sym: :projection_type
866
+ :type: :string
867
+ NonKeyAttributes:
868
+ :sym: :non_key_attributes
869
+ :type: :string
870
+ IndexSizeBytes:
871
+ :sym: :index_size_bytes
872
+ :type: :integer
873
+ ItemCount:
874
+ :sym: :item_count
875
+ :type: :integer
876
+ GlobalSecondaryIndexes:
877
+ :sym: :global_secondary_indexes
878
+ :type: :hash
879
+ :members:
880
+ IndexName:
881
+ :sym: :index_name
882
+ :type: :string
883
+ KeySchema:
884
+ :sym: :key_schema
885
+ :type: :hash
886
+ :members:
887
+ AttributeName:
888
+ :sym: :attribute_name
889
+ :type: :string
890
+ KeyType:
891
+ :sym: :key_type
892
+ :type: :string
893
+ Projection:
894
+ :sym: :projection
895
+ :type: :hash
896
+ :members:
897
+ ProjectionType:
898
+ :sym: :projection_type
899
+ :type: :string
900
+ NonKeyAttributes:
901
+ :sym: :non_key_attributes
902
+ :type: :string
903
+ IndexStatus:
904
+ :sym: :index_status
905
+ :type: :string
906
+ ProvisionedThroughput:
907
+ :sym: :provisioned_throughput
908
+ :type: :hash
909
+ :members:
910
+ LastIncreaseDateTime:
911
+ :sym: :last_increase_date_time
912
+ :type: :time
913
+ LastDecreaseDateTime:
914
+ :sym: :last_decrease_date_time
915
+ :type: :time
916
+ NumberOfDecreasesToday:
917
+ :sym: :number_of_decreases_today
918
+ :type: :integer
919
+ ReadCapacityUnits:
920
+ :sym: :read_capacity_units
921
+ :type: :integer
922
+ WriteCapacityUnits:
923
+ :sym: :write_capacity_units
924
+ :type: :integer
925
+ IndexSizeBytes:
926
+ :sym: :index_size_bytes
927
+ :type: :integer
928
+ ItemCount:
929
+ :sym: :item_count
930
+ :type: :integer
931
+ - :name: DescribeTable
932
+ :method: :describe_table
933
+ :inputs:
934
+ TableName:
935
+ - :string
936
+ - :required
937
+ :outputs:
938
+ Table:
939
+ :sym: :table
940
+ :type: :hash
941
+ :members:
942
+ AttributeDefinitions:
943
+ :sym: :attribute_definitions
944
+ :type: :hash
945
+ :members:
946
+ AttributeName:
947
+ :sym: :attribute_name
948
+ :type: :string
949
+ AttributeType:
950
+ :sym: :attribute_type
951
+ :type: :string
952
+ TableName:
953
+ :sym: :table_name
954
+ :type: :string
955
+ KeySchema:
956
+ :sym: :key_schema
957
+ :type: :hash
958
+ :members:
959
+ AttributeName:
960
+ :sym: :attribute_name
961
+ :type: :string
962
+ KeyType:
963
+ :sym: :key_type
964
+ :type: :string
965
+ TableStatus:
966
+ :sym: :table_status
967
+ :type: :string
968
+ CreationDateTime:
969
+ :sym: :creation_date_time
970
+ :type: :time
971
+ ProvisionedThroughput:
972
+ :sym: :provisioned_throughput
973
+ :type: :hash
974
+ :members:
975
+ LastIncreaseDateTime:
976
+ :sym: :last_increase_date_time
977
+ :type: :time
978
+ LastDecreaseDateTime:
979
+ :sym: :last_decrease_date_time
980
+ :type: :time
981
+ NumberOfDecreasesToday:
982
+ :sym: :number_of_decreases_today
983
+ :type: :integer
984
+ ReadCapacityUnits:
985
+ :sym: :read_capacity_units
986
+ :type: :integer
987
+ WriteCapacityUnits:
988
+ :sym: :write_capacity_units
989
+ :type: :integer
990
+ TableSizeBytes:
991
+ :sym: :table_size_bytes
992
+ :type: :integer
993
+ ItemCount:
994
+ :sym: :item_count
995
+ :type: :integer
996
+ LocalSecondaryIndexes:
997
+ :sym: :local_secondary_indexes
998
+ :type: :hash
999
+ :members:
1000
+ IndexName:
1001
+ :sym: :index_name
1002
+ :type: :string
1003
+ KeySchema:
1004
+ :sym: :key_schema
1005
+ :type: :hash
1006
+ :members:
1007
+ AttributeName:
1008
+ :sym: :attribute_name
1009
+ :type: :string
1010
+ KeyType:
1011
+ :sym: :key_type
1012
+ :type: :string
1013
+ Projection:
1014
+ :sym: :projection
1015
+ :type: :hash
1016
+ :members:
1017
+ ProjectionType:
1018
+ :sym: :projection_type
1019
+ :type: :string
1020
+ NonKeyAttributes:
1021
+ :sym: :non_key_attributes
1022
+ :type: :string
1023
+ IndexSizeBytes:
1024
+ :sym: :index_size_bytes
1025
+ :type: :integer
1026
+ ItemCount:
1027
+ :sym: :item_count
1028
+ :type: :integer
1029
+ GlobalSecondaryIndexes:
1030
+ :sym: :global_secondary_indexes
1031
+ :type: :hash
1032
+ :members:
1033
+ IndexName:
1034
+ :sym: :index_name
1035
+ :type: :string
1036
+ KeySchema:
1037
+ :sym: :key_schema
1038
+ :type: :hash
1039
+ :members:
1040
+ AttributeName:
1041
+ :sym: :attribute_name
1042
+ :type: :string
1043
+ KeyType:
1044
+ :sym: :key_type
1045
+ :type: :string
1046
+ Projection:
1047
+ :sym: :projection
1048
+ :type: :hash
1049
+ :members:
1050
+ ProjectionType:
1051
+ :sym: :projection_type
1052
+ :type: :string
1053
+ NonKeyAttributes:
1054
+ :sym: :non_key_attributes
1055
+ :type: :string
1056
+ IndexStatus:
1057
+ :sym: :index_status
1058
+ :type: :string
1059
+ ProvisionedThroughput:
1060
+ :sym: :provisioned_throughput
1061
+ :type: :hash
1062
+ :members:
1063
+ LastIncreaseDateTime:
1064
+ :sym: :last_increase_date_time
1065
+ :type: :time
1066
+ LastDecreaseDateTime:
1067
+ :sym: :last_decrease_date_time
1068
+ :type: :time
1069
+ NumberOfDecreasesToday:
1070
+ :sym: :number_of_decreases_today
1071
+ :type: :integer
1072
+ ReadCapacityUnits:
1073
+ :sym: :read_capacity_units
1074
+ :type: :integer
1075
+ WriteCapacityUnits:
1076
+ :sym: :write_capacity_units
1077
+ :type: :integer
1078
+ IndexSizeBytes:
1079
+ :sym: :index_size_bytes
1080
+ :type: :integer
1081
+ ItemCount:
1082
+ :sym: :item_count
1083
+ :type: :integer
1084
+ - :name: GetItem
1085
+ :method: :get_item
1086
+ :inputs:
1087
+ TableName:
1088
+ - :string
1089
+ - :required
1090
+ Key:
1091
+ - :map:
1092
+ :key:
1093
+ - :string
1094
+ :value:
1095
+ - :structure:
1096
+ S:
1097
+ - :string
1098
+ N:
1099
+ - :string
1100
+ B:
1101
+ - :blob
1102
+ SS:
1103
+ - :list:
1104
+ - :string
1105
+ NS:
1106
+ - :list:
1107
+ - :string
1108
+ BS:
1109
+ - :list:
1110
+ - :blob
1111
+ - :required
1112
+ AttributesToGet:
1113
+ - :list:
1114
+ - :string
1115
+ ConsistentRead:
1116
+ - :boolean
1117
+ ReturnConsumedCapacity:
1118
+ - :string
1119
+ :outputs:
1120
+ Item:
1121
+ :sym: :item
1122
+ :type: :map
1123
+ :members:
1124
+ :sym: :map_value
1125
+ :type: :hash
1126
+ :members:
1127
+ S:
1128
+ :sym: :s
1129
+ :type: :string
1130
+ N:
1131
+ :sym: :n
1132
+ :type: :string
1133
+ B:
1134
+ :sym: :b
1135
+ :type: :blob
1136
+ SS:
1137
+ :sym: :ss
1138
+ :type: :string
1139
+ NS:
1140
+ :sym: :ns
1141
+ :type: :string
1142
+ BS:
1143
+ :sym: :bs
1144
+ :type: :blob
1145
+ ConsumedCapacity:
1146
+ :sym: :consumed_capacity
1147
+ :type: :hash
1148
+ :members:
1149
+ TableName:
1150
+ :sym: :table_name
1151
+ :type: :string
1152
+ CapacityUnits:
1153
+ :sym: :capacity_units
1154
+ :type: :float
1155
+ Table:
1156
+ :sym: :table
1157
+ :type: :hash
1158
+ :members:
1159
+ CapacityUnits:
1160
+ :sym: :capacity_units
1161
+ :type: :float
1162
+ LocalSecondaryIndexes:
1163
+ :sym: :local_secondary_indexes
1164
+ :type: :map
1165
+ :members:
1166
+ :sym: :map_value
1167
+ :type: :hash
1168
+ :members:
1169
+ CapacityUnits:
1170
+ :sym: :capacity_units
1171
+ :type: :float
1172
+ GlobalSecondaryIndexes:
1173
+ :sym: :global_secondary_indexes
1174
+ :type: :map
1175
+ :members:
1176
+ :sym: :map_value
1177
+ :type: :hash
1178
+ :members:
1179
+ CapacityUnits:
1180
+ :sym: :capacity_units
1181
+ :type: :float
1182
+ - :name: ListTables
1183
+ :method: :list_tables
1184
+ :inputs:
1185
+ ExclusiveStartTableName:
1186
+ - :string
1187
+ Limit:
1188
+ - :integer
1189
+ :outputs:
1190
+ TableNames:
1191
+ :sym: :table_names
1192
+ :type: :string
1193
+ LastEvaluatedTableName:
1194
+ :sym: :last_evaluated_table_name
1195
+ :type: :string
1196
+ - :name: PutItem
1197
+ :method: :put_item
1198
+ :inputs:
1199
+ TableName:
1200
+ - :string
1201
+ - :required
1202
+ Item:
1203
+ - :map:
1204
+ :key:
1205
+ - :string
1206
+ :value:
1207
+ - :structure:
1208
+ S:
1209
+ - :string
1210
+ N:
1211
+ - :string
1212
+ B:
1213
+ - :blob
1214
+ SS:
1215
+ - :list:
1216
+ - :string
1217
+ NS:
1218
+ - :list:
1219
+ - :string
1220
+ BS:
1221
+ - :list:
1222
+ - :blob
1223
+ - :required
1224
+ Expected:
1225
+ - :map:
1226
+ :key:
1227
+ - :string
1228
+ :value:
1229
+ - :structure:
1230
+ Value:
1231
+ - :structure:
1232
+ S:
1233
+ - :string
1234
+ N:
1235
+ - :string
1236
+ B:
1237
+ - :blob
1238
+ SS:
1239
+ - :list:
1240
+ - :string
1241
+ NS:
1242
+ - :list:
1243
+ - :string
1244
+ BS:
1245
+ - :list:
1246
+ - :blob
1247
+ Exists:
1248
+ - :boolean
1249
+ ComparisonOperator:
1250
+ - :string
1251
+ AttributeValueList:
1252
+ - :list:
1253
+ - :structure:
1254
+ S:
1255
+ - :string
1256
+ N:
1257
+ - :string
1258
+ B:
1259
+ - :blob
1260
+ SS:
1261
+ - :list:
1262
+ - :string
1263
+ NS:
1264
+ - :list:
1265
+ - :string
1266
+ BS:
1267
+ - :list:
1268
+ - :blob
1269
+ ReturnValues:
1270
+ - :string
1271
+ ReturnConsumedCapacity:
1272
+ - :string
1273
+ ReturnItemCollectionMetrics:
1274
+ - :string
1275
+ ConditionalOperator:
1276
+ - :string
1277
+ :outputs:
1278
+ Attributes:
1279
+ :sym: :attributes
1280
+ :type: :map
1281
+ :members:
1282
+ :sym: :map_value
1283
+ :type: :hash
1284
+ :members:
1285
+ S:
1286
+ :sym: :s
1287
+ :type: :string
1288
+ N:
1289
+ :sym: :n
1290
+ :type: :string
1291
+ B:
1292
+ :sym: :b
1293
+ :type: :blob
1294
+ SS:
1295
+ :sym: :ss
1296
+ :type: :string
1297
+ NS:
1298
+ :sym: :ns
1299
+ :type: :string
1300
+ BS:
1301
+ :sym: :bs
1302
+ :type: :blob
1303
+ ConsumedCapacity:
1304
+ :sym: :consumed_capacity
1305
+ :type: :hash
1306
+ :members:
1307
+ TableName:
1308
+ :sym: :table_name
1309
+ :type: :string
1310
+ CapacityUnits:
1311
+ :sym: :capacity_units
1312
+ :type: :float
1313
+ Table:
1314
+ :sym: :table
1315
+ :type: :hash
1316
+ :members:
1317
+ CapacityUnits:
1318
+ :sym: :capacity_units
1319
+ :type: :float
1320
+ LocalSecondaryIndexes:
1321
+ :sym: :local_secondary_indexes
1322
+ :type: :map
1323
+ :members:
1324
+ :sym: :map_value
1325
+ :type: :hash
1326
+ :members:
1327
+ CapacityUnits:
1328
+ :sym: :capacity_units
1329
+ :type: :float
1330
+ GlobalSecondaryIndexes:
1331
+ :sym: :global_secondary_indexes
1332
+ :type: :map
1333
+ :members:
1334
+ :sym: :map_value
1335
+ :type: :hash
1336
+ :members:
1337
+ CapacityUnits:
1338
+ :sym: :capacity_units
1339
+ :type: :float
1340
+ ItemCollectionMetrics:
1341
+ :sym: :item_collection_metrics
1342
+ :type: :hash
1343
+ :members:
1344
+ ItemCollectionKey:
1345
+ :sym: :item_collection_key
1346
+ :type: :map
1347
+ :members:
1348
+ :sym: :map_value
1349
+ :type: :hash
1350
+ :members:
1351
+ S:
1352
+ :sym: :s
1353
+ :type: :string
1354
+ N:
1355
+ :sym: :n
1356
+ :type: :string
1357
+ B:
1358
+ :sym: :b
1359
+ :type: :blob
1360
+ SS:
1361
+ :sym: :ss
1362
+ :type: :string
1363
+ NS:
1364
+ :sym: :ns
1365
+ :type: :string
1366
+ BS:
1367
+ :sym: :bs
1368
+ :type: :blob
1369
+ SizeEstimateRangeGB:
1370
+ :sym: :size_estimate_range_gb
1371
+ :type: :float
1372
+ - :name: Query
1373
+ :method: :query
1374
+ :inputs:
1375
+ TableName:
1376
+ - :string
1377
+ - :required
1378
+ IndexName:
1379
+ - :string
1380
+ Select:
1381
+ - :string
1382
+ AttributesToGet:
1383
+ - :list:
1384
+ - :string
1385
+ Limit:
1386
+ - :integer
1387
+ ConsistentRead:
1388
+ - :boolean
1389
+ KeyConditions:
1390
+ - :map:
1391
+ :key:
1392
+ - :string
1393
+ :value:
1394
+ - :structure:
1395
+ AttributeValueList:
1396
+ - :list:
1397
+ - :structure:
1398
+ S:
1399
+ - :string
1400
+ N:
1401
+ - :string
1402
+ B:
1403
+ - :blob
1404
+ SS:
1405
+ - :list:
1406
+ - :string
1407
+ NS:
1408
+ - :list:
1409
+ - :string
1410
+ BS:
1411
+ - :list:
1412
+ - :blob
1413
+ ComparisonOperator:
1414
+ - :string
1415
+ - :required
1416
+ QueryFilter:
1417
+ - :map:
1418
+ :key:
1419
+ - :string
1420
+ :value:
1421
+ - :structure:
1422
+ AttributeValueList:
1423
+ - :list:
1424
+ - :structure:
1425
+ S:
1426
+ - :string
1427
+ N:
1428
+ - :string
1429
+ B:
1430
+ - :blob
1431
+ SS:
1432
+ - :list:
1433
+ - :string
1434
+ NS:
1435
+ - :list:
1436
+ - :string
1437
+ BS:
1438
+ - :list:
1439
+ - :blob
1440
+ ComparisonOperator:
1441
+ - :string
1442
+ - :required
1443
+ ConditionalOperator:
1444
+ - :string
1445
+ ScanIndexForward:
1446
+ - :boolean
1447
+ ExclusiveStartKey:
1448
+ - :map:
1449
+ :key:
1450
+ - :string
1451
+ :value:
1452
+ - :structure:
1453
+ S:
1454
+ - :string
1455
+ N:
1456
+ - :string
1457
+ B:
1458
+ - :blob
1459
+ SS:
1460
+ - :list:
1461
+ - :string
1462
+ NS:
1463
+ - :list:
1464
+ - :string
1465
+ BS:
1466
+ - :list:
1467
+ - :blob
1468
+ ReturnConsumedCapacity:
1469
+ - :string
1470
+ :outputs:
1471
+ Items:
1472
+ :sym: :member
1473
+ :type: :map
1474
+ :members:
1475
+ :sym: :map_value
1476
+ :type: :hash
1477
+ :members:
1478
+ S:
1479
+ :sym: :s
1480
+ :type: :string
1481
+ N:
1482
+ :sym: :n
1483
+ :type: :string
1484
+ B:
1485
+ :sym: :b
1486
+ :type: :blob
1487
+ SS:
1488
+ :sym: :ss
1489
+ :type: :string
1490
+ NS:
1491
+ :sym: :ns
1492
+ :type: :string
1493
+ BS:
1494
+ :sym: :bs
1495
+ :type: :blob
1496
+ Count:
1497
+ :sym: :count
1498
+ :type: :integer
1499
+ ScannedCount:
1500
+ :sym: :scanned_count
1501
+ :type: :integer
1502
+ LastEvaluatedKey:
1503
+ :sym: :last_evaluated_key
1504
+ :type: :map
1505
+ :members:
1506
+ :sym: :map_value
1507
+ :type: :hash
1508
+ :members:
1509
+ S:
1510
+ :sym: :s
1511
+ :type: :string
1512
+ N:
1513
+ :sym: :n
1514
+ :type: :string
1515
+ B:
1516
+ :sym: :b
1517
+ :type: :blob
1518
+ SS:
1519
+ :sym: :ss
1520
+ :type: :string
1521
+ NS:
1522
+ :sym: :ns
1523
+ :type: :string
1524
+ BS:
1525
+ :sym: :bs
1526
+ :type: :blob
1527
+ ConsumedCapacity:
1528
+ :sym: :consumed_capacity
1529
+ :type: :hash
1530
+ :members:
1531
+ TableName:
1532
+ :sym: :table_name
1533
+ :type: :string
1534
+ CapacityUnits:
1535
+ :sym: :capacity_units
1536
+ :type: :float
1537
+ Table:
1538
+ :sym: :table
1539
+ :type: :hash
1540
+ :members:
1541
+ CapacityUnits:
1542
+ :sym: :capacity_units
1543
+ :type: :float
1544
+ LocalSecondaryIndexes:
1545
+ :sym: :local_secondary_indexes
1546
+ :type: :map
1547
+ :members:
1548
+ :sym: :map_value
1549
+ :type: :hash
1550
+ :members:
1551
+ CapacityUnits:
1552
+ :sym: :capacity_units
1553
+ :type: :float
1554
+ GlobalSecondaryIndexes:
1555
+ :sym: :global_secondary_indexes
1556
+ :type: :map
1557
+ :members:
1558
+ :sym: :map_value
1559
+ :type: :hash
1560
+ :members:
1561
+ CapacityUnits:
1562
+ :sym: :capacity_units
1563
+ :type: :float
1564
+ - :name: Scan
1565
+ :method: :scan
1566
+ :inputs:
1567
+ TableName:
1568
+ - :string
1569
+ - :required
1570
+ AttributesToGet:
1571
+ - :list:
1572
+ - :string
1573
+ Limit:
1574
+ - :integer
1575
+ Select:
1576
+ - :string
1577
+ ScanFilter:
1578
+ - :map:
1579
+ :key:
1580
+ - :string
1581
+ :value:
1582
+ - :structure:
1583
+ AttributeValueList:
1584
+ - :list:
1585
+ - :structure:
1586
+ S:
1587
+ - :string
1588
+ N:
1589
+ - :string
1590
+ B:
1591
+ - :blob
1592
+ SS:
1593
+ - :list:
1594
+ - :string
1595
+ NS:
1596
+ - :list:
1597
+ - :string
1598
+ BS:
1599
+ - :list:
1600
+ - :blob
1601
+ ComparisonOperator:
1602
+ - :string
1603
+ - :required
1604
+ ConditionalOperator:
1605
+ - :string
1606
+ ExclusiveStartKey:
1607
+ - :map:
1608
+ :key:
1609
+ - :string
1610
+ :value:
1611
+ - :structure:
1612
+ S:
1613
+ - :string
1614
+ N:
1615
+ - :string
1616
+ B:
1617
+ - :blob
1618
+ SS:
1619
+ - :list:
1620
+ - :string
1621
+ NS:
1622
+ - :list:
1623
+ - :string
1624
+ BS:
1625
+ - :list:
1626
+ - :blob
1627
+ ReturnConsumedCapacity:
1628
+ - :string
1629
+ TotalSegments:
1630
+ - :integer
1631
+ Segment:
1632
+ - :integer
1633
+ :outputs:
1634
+ Items:
1635
+ :sym: :member
1636
+ :type: :map
1637
+ :members:
1638
+ :sym: :map_value
1639
+ :type: :hash
1640
+ :members:
1641
+ S:
1642
+ :sym: :s
1643
+ :type: :string
1644
+ N:
1645
+ :sym: :n
1646
+ :type: :string
1647
+ B:
1648
+ :sym: :b
1649
+ :type: :blob
1650
+ SS:
1651
+ :sym: :ss
1652
+ :type: :string
1653
+ NS:
1654
+ :sym: :ns
1655
+ :type: :string
1656
+ BS:
1657
+ :sym: :bs
1658
+ :type: :blob
1659
+ Count:
1660
+ :sym: :count
1661
+ :type: :integer
1662
+ ScannedCount:
1663
+ :sym: :scanned_count
1664
+ :type: :integer
1665
+ LastEvaluatedKey:
1666
+ :sym: :last_evaluated_key
1667
+ :type: :map
1668
+ :members:
1669
+ :sym: :map_value
1670
+ :type: :hash
1671
+ :members:
1672
+ S:
1673
+ :sym: :s
1674
+ :type: :string
1675
+ N:
1676
+ :sym: :n
1677
+ :type: :string
1678
+ B:
1679
+ :sym: :b
1680
+ :type: :blob
1681
+ SS:
1682
+ :sym: :ss
1683
+ :type: :string
1684
+ NS:
1685
+ :sym: :ns
1686
+ :type: :string
1687
+ BS:
1688
+ :sym: :bs
1689
+ :type: :blob
1690
+ ConsumedCapacity:
1691
+ :sym: :consumed_capacity
1692
+ :type: :hash
1693
+ :members:
1694
+ TableName:
1695
+ :sym: :table_name
1696
+ :type: :string
1697
+ CapacityUnits:
1698
+ :sym: :capacity_units
1699
+ :type: :float
1700
+ Table:
1701
+ :sym: :table
1702
+ :type: :hash
1703
+ :members:
1704
+ CapacityUnits:
1705
+ :sym: :capacity_units
1706
+ :type: :float
1707
+ LocalSecondaryIndexes:
1708
+ :sym: :local_secondary_indexes
1709
+ :type: :map
1710
+ :members:
1711
+ :sym: :map_value
1712
+ :type: :hash
1713
+ :members:
1714
+ CapacityUnits:
1715
+ :sym: :capacity_units
1716
+ :type: :float
1717
+ GlobalSecondaryIndexes:
1718
+ :sym: :global_secondary_indexes
1719
+ :type: :map
1720
+ :members:
1721
+ :sym: :map_value
1722
+ :type: :hash
1723
+ :members:
1724
+ CapacityUnits:
1725
+ :sym: :capacity_units
1726
+ :type: :float
1727
+ - :name: UpdateItem
1728
+ :method: :update_item
1729
+ :inputs:
1730
+ TableName:
1731
+ - :string
1732
+ - :required
1733
+ Key:
1734
+ - :map:
1735
+ :key:
1736
+ - :string
1737
+ :value:
1738
+ - :structure:
1739
+ S:
1740
+ - :string
1741
+ N:
1742
+ - :string
1743
+ B:
1744
+ - :blob
1745
+ SS:
1746
+ - :list:
1747
+ - :string
1748
+ NS:
1749
+ - :list:
1750
+ - :string
1751
+ BS:
1752
+ - :list:
1753
+ - :blob
1754
+ - :required
1755
+ AttributeUpdates:
1756
+ - :map:
1757
+ :key:
1758
+ - :string
1759
+ :value:
1760
+ - :structure:
1761
+ Value:
1762
+ - :structure:
1763
+ S:
1764
+ - :string
1765
+ N:
1766
+ - :string
1767
+ B:
1768
+ - :blob
1769
+ SS:
1770
+ - :list:
1771
+ - :string
1772
+ NS:
1773
+ - :list:
1774
+ - :string
1775
+ BS:
1776
+ - :list:
1777
+ - :blob
1778
+ Action:
1779
+ - :string
1780
+ Expected:
1781
+ - :map:
1782
+ :key:
1783
+ - :string
1784
+ :value:
1785
+ - :structure:
1786
+ Value:
1787
+ - :structure:
1788
+ S:
1789
+ - :string
1790
+ N:
1791
+ - :string
1792
+ B:
1793
+ - :blob
1794
+ SS:
1795
+ - :list:
1796
+ - :string
1797
+ NS:
1798
+ - :list:
1799
+ - :string
1800
+ BS:
1801
+ - :list:
1802
+ - :blob
1803
+ Exists:
1804
+ - :boolean
1805
+ ComparisonOperator:
1806
+ - :string
1807
+ AttributeValueList:
1808
+ - :list:
1809
+ - :structure:
1810
+ S:
1811
+ - :string
1812
+ N:
1813
+ - :string
1814
+ B:
1815
+ - :blob
1816
+ SS:
1817
+ - :list:
1818
+ - :string
1819
+ NS:
1820
+ - :list:
1821
+ - :string
1822
+ BS:
1823
+ - :list:
1824
+ - :blob
1825
+ ConditionalOperator:
1826
+ - :string
1827
+ ReturnValues:
1828
+ - :string
1829
+ ReturnConsumedCapacity:
1830
+ - :string
1831
+ ReturnItemCollectionMetrics:
1832
+ - :string
1833
+ :outputs:
1834
+ Attributes:
1835
+ :sym: :attributes
1836
+ :type: :map
1837
+ :members:
1838
+ :sym: :map_value
1839
+ :type: :hash
1840
+ :members:
1841
+ S:
1842
+ :sym: :s
1843
+ :type: :string
1844
+ N:
1845
+ :sym: :n
1846
+ :type: :string
1847
+ B:
1848
+ :sym: :b
1849
+ :type: :blob
1850
+ SS:
1851
+ :sym: :ss
1852
+ :type: :string
1853
+ NS:
1854
+ :sym: :ns
1855
+ :type: :string
1856
+ BS:
1857
+ :sym: :bs
1858
+ :type: :blob
1859
+ ConsumedCapacity:
1860
+ :sym: :consumed_capacity
1861
+ :type: :hash
1862
+ :members:
1863
+ TableName:
1864
+ :sym: :table_name
1865
+ :type: :string
1866
+ CapacityUnits:
1867
+ :sym: :capacity_units
1868
+ :type: :float
1869
+ Table:
1870
+ :sym: :table
1871
+ :type: :hash
1872
+ :members:
1873
+ CapacityUnits:
1874
+ :sym: :capacity_units
1875
+ :type: :float
1876
+ LocalSecondaryIndexes:
1877
+ :sym: :local_secondary_indexes
1878
+ :type: :map
1879
+ :members:
1880
+ :sym: :map_value
1881
+ :type: :hash
1882
+ :members:
1883
+ CapacityUnits:
1884
+ :sym: :capacity_units
1885
+ :type: :float
1886
+ GlobalSecondaryIndexes:
1887
+ :sym: :global_secondary_indexes
1888
+ :type: :map
1889
+ :members:
1890
+ :sym: :map_value
1891
+ :type: :hash
1892
+ :members:
1893
+ CapacityUnits:
1894
+ :sym: :capacity_units
1895
+ :type: :float
1896
+ ItemCollectionMetrics:
1897
+ :sym: :item_collection_metrics
1898
+ :type: :hash
1899
+ :members:
1900
+ ItemCollectionKey:
1901
+ :sym: :item_collection_key
1902
+ :type: :map
1903
+ :members:
1904
+ :sym: :map_value
1905
+ :type: :hash
1906
+ :members:
1907
+ S:
1908
+ :sym: :s
1909
+ :type: :string
1910
+ N:
1911
+ :sym: :n
1912
+ :type: :string
1913
+ B:
1914
+ :sym: :b
1915
+ :type: :blob
1916
+ SS:
1917
+ :sym: :ss
1918
+ :type: :string
1919
+ NS:
1920
+ :sym: :ns
1921
+ :type: :string
1922
+ BS:
1923
+ :sym: :bs
1924
+ :type: :blob
1925
+ SizeEstimateRangeGB:
1926
+ :sym: :size_estimate_range_gb
1927
+ :type: :float
1928
+ - :name: UpdateTable
1929
+ :method: :update_table
1930
+ :inputs:
1931
+ TableName:
1932
+ - :string
1933
+ - :required
1934
+ ProvisionedThroughput:
1935
+ - :structure:
1936
+ ReadCapacityUnits:
1937
+ - :long
1938
+ - :required
1939
+ WriteCapacityUnits:
1940
+ - :long
1941
+ - :required
1942
+ GlobalSecondaryIndexUpdates:
1943
+ - :list:
1944
+ - :structure:
1945
+ Update:
1946
+ - :structure:
1947
+ IndexName:
1948
+ - :string
1949
+ - :required
1950
+ ProvisionedThroughput:
1951
+ - :structure:
1952
+ ReadCapacityUnits:
1953
+ - :long
1954
+ - :required
1955
+ WriteCapacityUnits:
1956
+ - :long
1957
+ - :required
1958
+ - :required
1959
+ :outputs:
1960
+ TableDescription:
1961
+ :sym: :table_description
1962
+ :type: :hash
1963
+ :members:
1964
+ AttributeDefinitions:
1965
+ :sym: :attribute_definitions
1966
+ :type: :hash
1967
+ :members:
1968
+ AttributeName:
1969
+ :sym: :attribute_name
1970
+ :type: :string
1971
+ AttributeType:
1972
+ :sym: :attribute_type
1973
+ :type: :string
1974
+ TableName:
1975
+ :sym: :table_name
1976
+ :type: :string
1977
+ KeySchema:
1978
+ :sym: :key_schema
1979
+ :type: :hash
1980
+ :members:
1981
+ AttributeName:
1982
+ :sym: :attribute_name
1983
+ :type: :string
1984
+ KeyType:
1985
+ :sym: :key_type
1986
+ :type: :string
1987
+ TableStatus:
1988
+ :sym: :table_status
1989
+ :type: :string
1990
+ CreationDateTime:
1991
+ :sym: :creation_date_time
1992
+ :type: :time
1993
+ ProvisionedThroughput:
1994
+ :sym: :provisioned_throughput
1995
+ :type: :hash
1996
+ :members:
1997
+ LastIncreaseDateTime:
1998
+ :sym: :last_increase_date_time
1999
+ :type: :time
2000
+ LastDecreaseDateTime:
2001
+ :sym: :last_decrease_date_time
2002
+ :type: :time
2003
+ NumberOfDecreasesToday:
2004
+ :sym: :number_of_decreases_today
2005
+ :type: :integer
2006
+ ReadCapacityUnits:
2007
+ :sym: :read_capacity_units
2008
+ :type: :integer
2009
+ WriteCapacityUnits:
2010
+ :sym: :write_capacity_units
2011
+ :type: :integer
2012
+ TableSizeBytes:
2013
+ :sym: :table_size_bytes
2014
+ :type: :integer
2015
+ ItemCount:
2016
+ :sym: :item_count
2017
+ :type: :integer
2018
+ LocalSecondaryIndexes:
2019
+ :sym: :local_secondary_indexes
2020
+ :type: :hash
2021
+ :members:
2022
+ IndexName:
2023
+ :sym: :index_name
2024
+ :type: :string
2025
+ KeySchema:
2026
+ :sym: :key_schema
2027
+ :type: :hash
2028
+ :members:
2029
+ AttributeName:
2030
+ :sym: :attribute_name
2031
+ :type: :string
2032
+ KeyType:
2033
+ :sym: :key_type
2034
+ :type: :string
2035
+ Projection:
2036
+ :sym: :projection
2037
+ :type: :hash
2038
+ :members:
2039
+ ProjectionType:
2040
+ :sym: :projection_type
2041
+ :type: :string
2042
+ NonKeyAttributes:
2043
+ :sym: :non_key_attributes
2044
+ :type: :string
2045
+ IndexSizeBytes:
2046
+ :sym: :index_size_bytes
2047
+ :type: :integer
2048
+ ItemCount:
2049
+ :sym: :item_count
2050
+ :type: :integer
2051
+ GlobalSecondaryIndexes:
2052
+ :sym: :global_secondary_indexes
2053
+ :type: :hash
2054
+ :members:
2055
+ IndexName:
2056
+ :sym: :index_name
2057
+ :type: :string
2058
+ KeySchema:
2059
+ :sym: :key_schema
2060
+ :type: :hash
2061
+ :members:
2062
+ AttributeName:
2063
+ :sym: :attribute_name
2064
+ :type: :string
2065
+ KeyType:
2066
+ :sym: :key_type
2067
+ :type: :string
2068
+ Projection:
2069
+ :sym: :projection
2070
+ :type: :hash
2071
+ :members:
2072
+ ProjectionType:
2073
+ :sym: :projection_type
2074
+ :type: :string
2075
+ NonKeyAttributes:
2076
+ :sym: :non_key_attributes
2077
+ :type: :string
2078
+ IndexStatus:
2079
+ :sym: :index_status
2080
+ :type: :string
2081
+ ProvisionedThroughput:
2082
+ :sym: :provisioned_throughput
2083
+ :type: :hash
2084
+ :members:
2085
+ LastIncreaseDateTime:
2086
+ :sym: :last_increase_date_time
2087
+ :type: :time
2088
+ LastDecreaseDateTime:
2089
+ :sym: :last_decrease_date_time
2090
+ :type: :time
2091
+ NumberOfDecreasesToday:
2092
+ :sym: :number_of_decreases_today
2093
+ :type: :integer
2094
+ ReadCapacityUnits:
2095
+ :sym: :read_capacity_units
2096
+ :type: :integer
2097
+ WriteCapacityUnits:
2098
+ :sym: :write_capacity_units
2099
+ :type: :integer
2100
+ IndexSizeBytes:
2101
+ :sym: :index_size_bytes
2102
+ :type: :integer
2103
+ ItemCount:
2104
+ :sym: :item_count
2105
+ :type: :integer