aws-sdk-v1-reinteractive 1.67.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (569) hide show
  1. checksums.yaml +7 -0
  2. data/.yardopts +9 -0
  3. data/LICENSE.txt +12 -0
  4. data/README.md +364 -0
  5. data/bin/aws-rb +179 -0
  6. data/ca-bundle.crt +3554 -0
  7. data/endpoints.json +1838 -0
  8. data/lib/aws-sdk-v1.rb +2 -0
  9. data/lib/aws.rb +14 -0
  10. data/lib/aws/api_config/AutoScaling-2011-01-01.yml +1083 -0
  11. data/lib/aws/api_config/CloudFormation-2010-05-15.yml +372 -0
  12. data/lib/aws/api_config/CloudFront-2013-05-12.yml +2448 -0
  13. data/lib/aws/api_config/CloudFront-2013-08-26.yml +2599 -0
  14. data/lib/aws/api_config/CloudFront-2013-09-27.yml +2765 -0
  15. data/lib/aws/api_config/CloudFront-2013-11-11.yml +2886 -0
  16. data/lib/aws/api_config/CloudFront-2013-11-22.yml +2918 -0
  17. data/lib/aws/api_config/CloudFront-2014-01-31.yml +2934 -0
  18. data/lib/aws/api_config/CloudFront-2014-05-31.yml +3100 -0
  19. data/lib/aws/api_config/CloudFront-2014-10-21.yml +3290 -0
  20. data/lib/aws/api_config/CloudFront-2014-11-06.yml +3547 -0
  21. data/lib/aws/api_config/CloudSearch-2011-02-01.yml +681 -0
  22. data/lib/aws/api_config/CloudSearch-2013-01-01.yml +1184 -0
  23. data/lib/aws/api_config/CloudTrail-2013-11-01.yml +130 -0
  24. data/lib/aws/api_config/CloudWatch-2010-08-01.yml +433 -0
  25. data/lib/aws/api_config/DataPipeline-2012-10-29.yml +422 -0
  26. data/lib/aws/api_config/DirectConnect-2012-10-25.yml +735 -0
  27. data/lib/aws/api_config/DynamoDB-2011-12-05.yml +1168 -0
  28. data/lib/aws/api_config/DynamoDB-2012-08-10.yml +2105 -0
  29. data/lib/aws/api_config/EC2-2013-08-15.yml +4708 -0
  30. data/lib/aws/api_config/EC2-2013-10-01.yml +4726 -0
  31. data/lib/aws/api_config/EC2-2013-10-15.yml +4651 -0
  32. data/lib/aws/api_config/EC2-2014-02-01.yml +4755 -0
  33. data/lib/aws/api_config/EC2-2014-05-01.yml +4812 -0
  34. data/lib/aws/api_config/EC2-2014-09-01.yml +4826 -0
  35. data/lib/aws/api_config/EC2-2014-10-01.yml +4969 -0
  36. data/lib/aws/api_config/ELB-2012-06-01.yml +785 -0
  37. data/lib/aws/api_config/EMR-2009-03-31.yml +972 -0
  38. data/lib/aws/api_config/ElastiCache-2013-06-15.yml +1188 -0
  39. data/lib/aws/api_config/ElastiCache-2014-03-24.yml +1375 -0
  40. data/lib/aws/api_config/ElastiCache-2014-07-15.yml +1385 -0
  41. data/lib/aws/api_config/ElastiCache-2014-09-30.yml +1426 -0
  42. data/lib/aws/api_config/ElasticBeanstalk-2010-12-01.yml +854 -0
  43. data/lib/aws/api_config/ElasticTranscoder-2012-09-25.yml +4179 -0
  44. data/lib/aws/api_config/Glacier-2012-06-01.yml +649 -0
  45. data/lib/aws/api_config/IAM-2010-05-08.yml +1912 -0
  46. data/lib/aws/api_config/ImportExport-2010-06-01.yml +109 -0
  47. data/lib/aws/api_config/Kinesis-2013-12-02.yml +275 -0
  48. data/lib/aws/api_config/OpsWorks-2013-02-18.yml +2324 -0
  49. data/lib/aws/api_config/RDS-2013-05-15.yml +2464 -0
  50. data/lib/aws/api_config/RDS-2013-09-09.yml +2640 -0
  51. data/lib/aws/api_config/RDS-2014-09-01.yml +2796 -0
  52. data/lib/aws/api_config/Redshift-2012-12-01.yml +2577 -0
  53. data/lib/aws/api_config/Route53-2012-12-12.yml +547 -0
  54. data/lib/aws/api_config/Route53-2013-04-01.yml +1093 -0
  55. data/lib/aws/api_config/SNS-2010-03-31.yml +448 -0
  56. data/lib/aws/api_config/SQS-2012-11-05.yml +404 -0
  57. data/lib/aws/api_config/STS-2011-06-15.yml +151 -0
  58. data/lib/aws/api_config/SimpleDB-2009-04-15.yml +306 -0
  59. data/lib/aws/api_config/SimpleEmailService-2010-12-01.yml +346 -0
  60. data/lib/aws/api_config/SimpleWorkflow-2012-01-25.yml +2426 -0
  61. data/lib/aws/api_config/StorageGateway-2012-06-30.yml +748 -0
  62. data/lib/aws/api_config/StorageGateway-2013-06-30.yml +1025 -0
  63. data/lib/aws/api_config/Support-2013-04-15.yml +489 -0
  64. data/lib/aws/auto_scaling.rb +163 -0
  65. data/lib/aws/auto_scaling/activity.rb +102 -0
  66. data/lib/aws/auto_scaling/activity_collection.rb +81 -0
  67. data/lib/aws/auto_scaling/client.rb +48 -0
  68. data/lib/aws/auto_scaling/config.rb +18 -0
  69. data/lib/aws/auto_scaling/errors.rb +22 -0
  70. data/lib/aws/auto_scaling/group.rb +421 -0
  71. data/lib/aws/auto_scaling/group_collection.rb +96 -0
  72. data/lib/aws/auto_scaling/group_options.rb +155 -0
  73. data/lib/aws/auto_scaling/instance.rb +192 -0
  74. data/lib/aws/auto_scaling/instance_collection.rb +63 -0
  75. data/lib/aws/auto_scaling/launch_configuration.rb +179 -0
  76. data/lib/aws/auto_scaling/launch_configuration_collection.rb +177 -0
  77. data/lib/aws/auto_scaling/notification_configuration.rb +89 -0
  78. data/lib/aws/auto_scaling/notification_configuration_collection.rb +183 -0
  79. data/lib/aws/auto_scaling/scaling_policy.rb +142 -0
  80. data/lib/aws/auto_scaling/scaling_policy_collection.rb +72 -0
  81. data/lib/aws/auto_scaling/scaling_policy_options.rb +65 -0
  82. data/lib/aws/auto_scaling/scheduled_action.rb +141 -0
  83. data/lib/aws/auto_scaling/scheduled_action_collection.rb +202 -0
  84. data/lib/aws/auto_scaling/tag.rb +59 -0
  85. data/lib/aws/auto_scaling/tag_collection.rb +114 -0
  86. data/lib/aws/cloud_formation.rb +272 -0
  87. data/lib/aws/cloud_formation/client.rb +48 -0
  88. data/lib/aws/cloud_formation/config.rb +18 -0
  89. data/lib/aws/cloud_formation/errors.rb +22 -0
  90. data/lib/aws/cloud_formation/stack.rb +266 -0
  91. data/lib/aws/cloud_formation/stack_collection.rb +232 -0
  92. data/lib/aws/cloud_formation/stack_event.rb +73 -0
  93. data/lib/aws/cloud_formation/stack_event_collection.rb +47 -0
  94. data/lib/aws/cloud_formation/stack_options.rb +72 -0
  95. data/lib/aws/cloud_formation/stack_output.rb +53 -0
  96. data/lib/aws/cloud_formation/stack_resource.rb +117 -0
  97. data/lib/aws/cloud_formation/stack_resource_collection.rb +83 -0
  98. data/lib/aws/cloud_formation/stack_resource_summary_collection.rb +64 -0
  99. data/lib/aws/cloud_formation/stack_summary_collection.rb +123 -0
  100. data/lib/aws/cloud_front.rb +72 -0
  101. data/lib/aws/cloud_front/client.rb +65 -0
  102. data/lib/aws/cloud_front/config.rb +18 -0
  103. data/lib/aws/cloud_front/errors.rb +22 -0
  104. data/lib/aws/cloud_search.rb +73 -0
  105. data/lib/aws/cloud_search/client.rb +40 -0
  106. data/lib/aws/cloud_search/config.rb +18 -0
  107. data/lib/aws/cloud_search/errors.rb +22 -0
  108. data/lib/aws/cloud_trail.rb +72 -0
  109. data/lib/aws/cloud_trail/client.rb +35 -0
  110. data/lib/aws/cloud_trail/config.rb +18 -0
  111. data/lib/aws/cloud_trail/errors.rb +22 -0
  112. data/lib/aws/cloud_watch.rb +118 -0
  113. data/lib/aws/cloud_watch/alarm.rb +293 -0
  114. data/lib/aws/cloud_watch/alarm_collection.rb +153 -0
  115. data/lib/aws/cloud_watch/alarm_history_item.rb +50 -0
  116. data/lib/aws/cloud_watch/alarm_history_item_collection.rb +84 -0
  117. data/lib/aws/cloud_watch/client.rb +40 -0
  118. data/lib/aws/cloud_watch/config.rb +18 -0
  119. data/lib/aws/cloud_watch/errors.rb +22 -0
  120. data/lib/aws/cloud_watch/metric.rb +135 -0
  121. data/lib/aws/cloud_watch/metric_alarm_collection.rb +160 -0
  122. data/lib/aws/cloud_watch/metric_collection.rb +129 -0
  123. data/lib/aws/cloud_watch/metric_statistics.rb +69 -0
  124. data/lib/aws/core.rb +698 -0
  125. data/lib/aws/core/async_handle.rb +90 -0
  126. data/lib/aws/core/cacheable.rb +77 -0
  127. data/lib/aws/core/client.rb +787 -0
  128. data/lib/aws/core/collection.rb +263 -0
  129. data/lib/aws/core/collection/simple.rb +82 -0
  130. data/lib/aws/core/collection/with_limit_and_next_token.rb +71 -0
  131. data/lib/aws/core/collection/with_next_token.rb +97 -0
  132. data/lib/aws/core/configuration.rb +528 -0
  133. data/lib/aws/core/credential_providers.rb +662 -0
  134. data/lib/aws/core/data.rb +252 -0
  135. data/lib/aws/core/deprecations.rb +84 -0
  136. data/lib/aws/core/endpoints.rb +37 -0
  137. data/lib/aws/core/http/connection_pool.rb +375 -0
  138. data/lib/aws/core/http/curb_handler.rb +151 -0
  139. data/lib/aws/core/http/handler.rb +89 -0
  140. data/lib/aws/core/http/net_http_handler.rb +145 -0
  141. data/lib/aws/core/http/patch.rb +98 -0
  142. data/lib/aws/core/http/request.rb +259 -0
  143. data/lib/aws/core/http/response.rb +81 -0
  144. data/lib/aws/core/indifferent_hash.rb +88 -0
  145. data/lib/aws/core/inflection.rb +56 -0
  146. data/lib/aws/core/ini_parser.rb +42 -0
  147. data/lib/aws/core/json_client.rb +47 -0
  148. data/lib/aws/core/json_parser.rb +76 -0
  149. data/lib/aws/core/json_request_builder.rb +35 -0
  150. data/lib/aws/core/json_response_parser.rb +79 -0
  151. data/lib/aws/core/lazy_error_classes.rb +108 -0
  152. data/lib/aws/core/log_formatter.rb +428 -0
  153. data/lib/aws/core/managed_file.rb +32 -0
  154. data/lib/aws/core/meta_utils.rb +45 -0
  155. data/lib/aws/core/model.rb +62 -0
  156. data/lib/aws/core/naming.rb +30 -0
  157. data/lib/aws/core/option_grammar.rb +738 -0
  158. data/lib/aws/core/options/json_serializer.rb +82 -0
  159. data/lib/aws/core/options/validator.rb +155 -0
  160. data/lib/aws/core/options/xml_serializer.rb +118 -0
  161. data/lib/aws/core/page_result.rb +75 -0
  162. data/lib/aws/core/policy.rb +941 -0
  163. data/lib/aws/core/query_client.rb +41 -0
  164. data/lib/aws/core/query_error_parser.rb +24 -0
  165. data/lib/aws/core/query_request_builder.rb +47 -0
  166. data/lib/aws/core/query_response_parser.rb +35 -0
  167. data/lib/aws/core/region.rb +85 -0
  168. data/lib/aws/core/region_collection.rb +80 -0
  169. data/lib/aws/core/resource.rb +413 -0
  170. data/lib/aws/core/resource_cache.rb +40 -0
  171. data/lib/aws/core/response.rb +215 -0
  172. data/lib/aws/core/response_cache.rb +50 -0
  173. data/lib/aws/core/rest_error_parser.rb +24 -0
  174. data/lib/aws/core/rest_json_client.rb +40 -0
  175. data/lib/aws/core/rest_request_builder.rb +154 -0
  176. data/lib/aws/core/rest_response_parser.rb +66 -0
  177. data/lib/aws/core/rest_xml_client.rb +47 -0
  178. data/lib/aws/core/service_interface.rb +83 -0
  179. data/lib/aws/core/signers/base.rb +46 -0
  180. data/lib/aws/core/signers/cloud_front.rb +56 -0
  181. data/lib/aws/core/signers/s3.rb +159 -0
  182. data/lib/aws/core/signers/version_2.rb +72 -0
  183. data/lib/aws/core/signers/version_3.rb +86 -0
  184. data/lib/aws/core/signers/version_3_https.rb +61 -0
  185. data/lib/aws/core/signers/version_4.rb +228 -0
  186. data/lib/aws/core/signers/version_4/chunk_signed_stream.rb +191 -0
  187. data/lib/aws/core/uri_escape.rb +44 -0
  188. data/lib/aws/core/xml/frame.rb +246 -0
  189. data/lib/aws/core/xml/frame_stack.rb +85 -0
  190. data/lib/aws/core/xml/grammar.rb +307 -0
  191. data/lib/aws/core/xml/parser.rb +70 -0
  192. data/lib/aws/core/xml/root_frame.rb +65 -0
  193. data/lib/aws/core/xml/sax_handlers/libxml.rb +47 -0
  194. data/lib/aws/core/xml/sax_handlers/nokogiri.rb +56 -0
  195. data/lib/aws/core/xml/sax_handlers/ox.rb +41 -0
  196. data/lib/aws/core/xml/sax_handlers/rexml.rb +47 -0
  197. data/lib/aws/core/xml/stub.rb +123 -0
  198. data/lib/aws/data_pipeline.rb +72 -0
  199. data/lib/aws/data_pipeline/client.rb +36 -0
  200. data/lib/aws/data_pipeline/config.rb +18 -0
  201. data/lib/aws/data_pipeline/errors.rb +20 -0
  202. data/lib/aws/direct_connect.rb +73 -0
  203. data/lib/aws/direct_connect/client.rb +36 -0
  204. data/lib/aws/direct_connect/config.rb +18 -0
  205. data/lib/aws/direct_connect/errors.rb +22 -0
  206. data/lib/aws/dynamo_db.rb +230 -0
  207. data/lib/aws/dynamo_db/attribute_collection.rb +456 -0
  208. data/lib/aws/dynamo_db/batch_get.rb +213 -0
  209. data/lib/aws/dynamo_db/batch_write.rb +254 -0
  210. data/lib/aws/dynamo_db/binary.rb +35 -0
  211. data/lib/aws/dynamo_db/client.rb +129 -0
  212. data/lib/aws/dynamo_db/client/v20111205.rb +1266 -0
  213. data/lib/aws/dynamo_db/client/v20120810.rb +1409 -0
  214. data/lib/aws/dynamo_db/client_v2.rb +44 -0
  215. data/lib/aws/dynamo_db/config.rb +24 -0
  216. data/lib/aws/dynamo_db/errors.rb +20 -0
  217. data/lib/aws/dynamo_db/expectations.rb +40 -0
  218. data/lib/aws/dynamo_db/item.rb +133 -0
  219. data/lib/aws/dynamo_db/item_collection.rb +856 -0
  220. data/lib/aws/dynamo_db/item_data.rb +31 -0
  221. data/lib/aws/dynamo_db/keys.rb +41 -0
  222. data/lib/aws/dynamo_db/primary_key_element.rb +48 -0
  223. data/lib/aws/dynamo_db/resource.rb +33 -0
  224. data/lib/aws/dynamo_db/table.rb +492 -0
  225. data/lib/aws/dynamo_db/table_collection.rb +165 -0
  226. data/lib/aws/dynamo_db/types.rb +111 -0
  227. data/lib/aws/ec2.rb +428 -0
  228. data/lib/aws/ec2/attachment.rb +135 -0
  229. data/lib/aws/ec2/attachment_collection.rb +54 -0
  230. data/lib/aws/ec2/availability_zone.rb +86 -0
  231. data/lib/aws/ec2/availability_zone_collection.rb +43 -0
  232. data/lib/aws/ec2/block_device_mappings.rb +53 -0
  233. data/lib/aws/ec2/client.rb +162 -0
  234. data/lib/aws/ec2/collection.rb +36 -0
  235. data/lib/aws/ec2/config.rb +21 -0
  236. data/lib/aws/ec2/customer_gateway.rb +90 -0
  237. data/lib/aws/ec2/customer_gateway_collection.rb +73 -0
  238. data/lib/aws/ec2/dhcp_options.rb +106 -0
  239. data/lib/aws/ec2/dhcp_options_collection.rb +87 -0
  240. data/lib/aws/ec2/elastic_ip.rb +209 -0
  241. data/lib/aws/ec2/elastic_ip_collection.rb +93 -0
  242. data/lib/aws/ec2/errors.rb +32 -0
  243. data/lib/aws/ec2/export_task.rb +120 -0
  244. data/lib/aws/ec2/export_task_collection.rb +67 -0
  245. data/lib/aws/ec2/filtered_collection.rb +87 -0
  246. data/lib/aws/ec2/has_permissions.rb +44 -0
  247. data/lib/aws/ec2/image.rb +274 -0
  248. data/lib/aws/ec2/image_collection.rb +219 -0
  249. data/lib/aws/ec2/instance.rb +803 -0
  250. data/lib/aws/ec2/instance_collection.rb +403 -0
  251. data/lib/aws/ec2/internet_gateway.rb +122 -0
  252. data/lib/aws/ec2/internet_gateway/attachment.rb +78 -0
  253. data/lib/aws/ec2/internet_gateway_collection.rb +54 -0
  254. data/lib/aws/ec2/key_pair.rb +82 -0
  255. data/lib/aws/ec2/key_pair_collection.rb +99 -0
  256. data/lib/aws/ec2/network_acl.rb +256 -0
  257. data/lib/aws/ec2/network_acl/association.rb +56 -0
  258. data/lib/aws/ec2/network_acl/entry.rb +147 -0
  259. data/lib/aws/ec2/network_acl_collection.rb +64 -0
  260. data/lib/aws/ec2/network_interface.rb +237 -0
  261. data/lib/aws/ec2/network_interface/attachment.rb +100 -0
  262. data/lib/aws/ec2/network_interface_collection.rb +103 -0
  263. data/lib/aws/ec2/permission_collection.rb +174 -0
  264. data/lib/aws/ec2/region.rb +106 -0
  265. data/lib/aws/ec2/region_collection.rb +51 -0
  266. data/lib/aws/ec2/reserved_instances.rb +57 -0
  267. data/lib/aws/ec2/reserved_instances_collection.rb +40 -0
  268. data/lib/aws/ec2/reserved_instances_offering.rb +60 -0
  269. data/lib/aws/ec2/reserved_instances_offering_collection.rb +45 -0
  270. data/lib/aws/ec2/resource.rb +161 -0
  271. data/lib/aws/ec2/resource_tag_collection.rb +211 -0
  272. data/lib/aws/ec2/route_table.rb +210 -0
  273. data/lib/aws/ec2/route_table/association.rb +119 -0
  274. data/lib/aws/ec2/route_table/route.rb +121 -0
  275. data/lib/aws/ec2/route_table_collection.rb +72 -0
  276. data/lib/aws/ec2/security_group.rb +482 -0
  277. data/lib/aws/ec2/security_group/ip_permission.rb +135 -0
  278. data/lib/aws/ec2/security_group/ip_permission_collection.rb +82 -0
  279. data/lib/aws/ec2/security_group_collection.rb +133 -0
  280. data/lib/aws/ec2/snapshot.rb +143 -0
  281. data/lib/aws/ec2/snapshot_collection.rb +131 -0
  282. data/lib/aws/ec2/subnet.rb +161 -0
  283. data/lib/aws/ec2/subnet_collection.rb +119 -0
  284. data/lib/aws/ec2/tag.rb +81 -0
  285. data/lib/aws/ec2/tag_collection.rb +107 -0
  286. data/lib/aws/ec2/tagged_collection.rb +67 -0
  287. data/lib/aws/ec2/tagged_item.rb +85 -0
  288. data/lib/aws/ec2/volume.rb +185 -0
  289. data/lib/aws/ec2/volume_collection.rb +102 -0
  290. data/lib/aws/ec2/vpc.rb +224 -0
  291. data/lib/aws/ec2/vpc_collection.rb +70 -0
  292. data/lib/aws/ec2/vpc_peering_connection.rb +47 -0
  293. data/lib/aws/ec2/vpc_peering_connection_collection.rb +57 -0
  294. data/lib/aws/ec2/vpn_connection.rb +99 -0
  295. data/lib/aws/ec2/vpn_connection/telemetry.rb +49 -0
  296. data/lib/aws/ec2/vpn_connection_collection.rb +96 -0
  297. data/lib/aws/ec2/vpn_gateway.rb +123 -0
  298. data/lib/aws/ec2/vpn_gateway/attachment.rb +45 -0
  299. data/lib/aws/ec2/vpn_gateway_collection.rb +77 -0
  300. data/lib/aws/elastic_beanstalk.rb +49 -0
  301. data/lib/aws/elastic_beanstalk/client.rb +36 -0
  302. data/lib/aws/elastic_beanstalk/config.rb +18 -0
  303. data/lib/aws/elastic_beanstalk/errors.rb +22 -0
  304. data/lib/aws/elastic_transcoder.rb +29 -0
  305. data/lib/aws/elastic_transcoder/client.rb +48 -0
  306. data/lib/aws/elastic_transcoder/config.rb +18 -0
  307. data/lib/aws/elastic_transcoder/errors.rb +23 -0
  308. data/lib/aws/elasticache.rb +49 -0
  309. data/lib/aws/elasticache/client.rb +45 -0
  310. data/lib/aws/elasticache/config.rb +18 -0
  311. data/lib/aws/elasticache/errors.rb +22 -0
  312. data/lib/aws/elb.rb +66 -0
  313. data/lib/aws/elb/availability_zone_collection.rb +138 -0
  314. data/lib/aws/elb/backend_server_policy_collection.rb +139 -0
  315. data/lib/aws/elb/client.rb +35 -0
  316. data/lib/aws/elb/config.rb +18 -0
  317. data/lib/aws/elb/errors.rb +26 -0
  318. data/lib/aws/elb/instance_collection.rb +168 -0
  319. data/lib/aws/elb/listener.rb +190 -0
  320. data/lib/aws/elb/listener_collection.rb +113 -0
  321. data/lib/aws/elb/listener_opts.rb +45 -0
  322. data/lib/aws/elb/load_balancer.rb +280 -0
  323. data/lib/aws/elb/load_balancer_collection.rb +148 -0
  324. data/lib/aws/elb/load_balancer_policy.rb +93 -0
  325. data/lib/aws/elb/load_balancer_policy_collection.rb +208 -0
  326. data/lib/aws/emr.rb +87 -0
  327. data/lib/aws/emr/client.rb +35 -0
  328. data/lib/aws/emr/config.rb +18 -0
  329. data/lib/aws/emr/errors.rb +22 -0
  330. data/lib/aws/emr/instance_group.rb +138 -0
  331. data/lib/aws/emr/instance_group_collection.rb +82 -0
  332. data/lib/aws/emr/job_flow.rb +307 -0
  333. data/lib/aws/emr/job_flow_collection.rb +183 -0
  334. data/lib/aws/errors.rb +162 -0
  335. data/lib/aws/glacier.rb +79 -0
  336. data/lib/aws/glacier/archive.rb +56 -0
  337. data/lib/aws/glacier/archive_collection.rb +146 -0
  338. data/lib/aws/glacier/client.rb +49 -0
  339. data/lib/aws/glacier/config.rb +19 -0
  340. data/lib/aws/glacier/errors.rb +22 -0
  341. data/lib/aws/glacier/resource.rb +30 -0
  342. data/lib/aws/glacier/vault.rb +145 -0
  343. data/lib/aws/glacier/vault_collection.rb +75 -0
  344. data/lib/aws/glacier/vault_notification_configuration.rb +29 -0
  345. data/lib/aws/iam.rb +408 -0
  346. data/lib/aws/iam/access_key.rb +185 -0
  347. data/lib/aws/iam/access_key_collection.rb +128 -0
  348. data/lib/aws/iam/account_alias_collection.rb +79 -0
  349. data/lib/aws/iam/client.rb +49 -0
  350. data/lib/aws/iam/collection.rb +83 -0
  351. data/lib/aws/iam/config.rb +18 -0
  352. data/lib/aws/iam/errors.rb +22 -0
  353. data/lib/aws/iam/group.rb +111 -0
  354. data/lib/aws/iam/group_collection.rb +132 -0
  355. data/lib/aws/iam/group_policy_collection.rb +47 -0
  356. data/lib/aws/iam/group_user_collection.rb +84 -0
  357. data/lib/aws/iam/login_profile.rb +111 -0
  358. data/lib/aws/iam/mfa_device.rb +52 -0
  359. data/lib/aws/iam/mfa_device_collection.rb +127 -0
  360. data/lib/aws/iam/policy.rb +46 -0
  361. data/lib/aws/iam/policy_collection.rb +188 -0
  362. data/lib/aws/iam/resource.rb +62 -0
  363. data/lib/aws/iam/server_certificate.rb +148 -0
  364. data/lib/aws/iam/server_certificate_collection.rb +138 -0
  365. data/lib/aws/iam/signing_certificate.rb +186 -0
  366. data/lib/aws/iam/signing_certificate_collection.rb +131 -0
  367. data/lib/aws/iam/user.rb +200 -0
  368. data/lib/aws/iam/user_collection.rb +133 -0
  369. data/lib/aws/iam/user_group_collection.rb +98 -0
  370. data/lib/aws/iam/user_policy.rb +90 -0
  371. data/lib/aws/iam/user_policy_collection.rb +45 -0
  372. data/lib/aws/iam/virtual_mfa_device.rb +139 -0
  373. data/lib/aws/iam/virtual_mfa_device_collection.rb +73 -0
  374. data/lib/aws/import_export.rb +73 -0
  375. data/lib/aws/import_export/client.rb +35 -0
  376. data/lib/aws/import_export/config.rb +19 -0
  377. data/lib/aws/import_export/errors.rb +22 -0
  378. data/lib/aws/kinesis.rb +53 -0
  379. data/lib/aws/kinesis/client.rb +35 -0
  380. data/lib/aws/kinesis/config.rb +18 -0
  381. data/lib/aws/kinesis/errors.rb +20 -0
  382. data/lib/aws/ops_works.rb +29 -0
  383. data/lib/aws/ops_works/client.rb +35 -0
  384. data/lib/aws/ops_works/config.rb +18 -0
  385. data/lib/aws/ops_works/errors.rb +20 -0
  386. data/lib/aws/rails.rb +195 -0
  387. data/lib/aws/rds.rb +70 -0
  388. data/lib/aws/rds/client.rb +48 -0
  389. data/lib/aws/rds/config.rb +18 -0
  390. data/lib/aws/rds/db_instance.rb +215 -0
  391. data/lib/aws/rds/db_instance_collection.rb +75 -0
  392. data/lib/aws/rds/db_snapshot.rb +163 -0
  393. data/lib/aws/rds/db_snapshot_collection.rb +89 -0
  394. data/lib/aws/rds/errors.rb +22 -0
  395. data/lib/aws/record.rb +139 -0
  396. data/lib/aws/record/abstract_base.rb +689 -0
  397. data/lib/aws/record/attributes.rb +388 -0
  398. data/lib/aws/record/conversion.rb +38 -0
  399. data/lib/aws/record/dirty_tracking.rb +287 -0
  400. data/lib/aws/record/errors.rb +143 -0
  401. data/lib/aws/record/exceptions.rb +51 -0
  402. data/lib/aws/record/hash_model.rb +204 -0
  403. data/lib/aws/record/hash_model/attributes.rb +195 -0
  404. data/lib/aws/record/hash_model/finder_methods.rb +172 -0
  405. data/lib/aws/record/hash_model/scope.rb +108 -0
  406. data/lib/aws/record/model.rb +453 -0
  407. data/lib/aws/record/model/attributes.rb +377 -0
  408. data/lib/aws/record/model/finder_methods.rb +232 -0
  409. data/lib/aws/record/model/scope.rb +212 -0
  410. data/lib/aws/record/naming.rb +31 -0
  411. data/lib/aws/record/scope.rb +203 -0
  412. data/lib/aws/record/validations.rb +694 -0
  413. data/lib/aws/record/validator.rb +246 -0
  414. data/lib/aws/record/validators/acceptance.rb +49 -0
  415. data/lib/aws/record/validators/block.rb +36 -0
  416. data/lib/aws/record/validators/confirmation.rb +41 -0
  417. data/lib/aws/record/validators/count.rb +106 -0
  418. data/lib/aws/record/validators/exclusion.rb +41 -0
  419. data/lib/aws/record/validators/format.rb +55 -0
  420. data/lib/aws/record/validators/inclusion.rb +54 -0
  421. data/lib/aws/record/validators/length.rb +105 -0
  422. data/lib/aws/record/validators/method.rb +31 -0
  423. data/lib/aws/record/validators/numericality.rb +136 -0
  424. data/lib/aws/record/validators/presence.rb +43 -0
  425. data/lib/aws/redshift.rb +51 -0
  426. data/lib/aws/redshift/client.rb +35 -0
  427. data/lib/aws/redshift/config.rb +18 -0
  428. data/lib/aws/redshift/errors.rb +22 -0
  429. data/lib/aws/route_53.rb +86 -0
  430. data/lib/aws/route_53/change_batch.rb +162 -0
  431. data/lib/aws/route_53/change_info.rb +72 -0
  432. data/lib/aws/route_53/client.rb +38 -0
  433. data/lib/aws/route_53/config.rb +18 -0
  434. data/lib/aws/route_53/errors.rb +22 -0
  435. data/lib/aws/route_53/hosted_zone.rb +159 -0
  436. data/lib/aws/route_53/hosted_zone_collection.rb +101 -0
  437. data/lib/aws/route_53/resource_record_set.rb +258 -0
  438. data/lib/aws/route_53/resource_record_set_collection.rb +110 -0
  439. data/lib/aws/s3.rb +160 -0
  440. data/lib/aws/s3/access_control_list.rb +265 -0
  441. data/lib/aws/s3/acl_object.rb +264 -0
  442. data/lib/aws/s3/acl_options.rb +204 -0
  443. data/lib/aws/s3/bucket.rb +743 -0
  444. data/lib/aws/s3/bucket_collection.rb +162 -0
  445. data/lib/aws/s3/bucket_lifecycle_configuration.rb +473 -0
  446. data/lib/aws/s3/bucket_region_cache.rb +51 -0
  447. data/lib/aws/s3/bucket_tag_collection.rb +111 -0
  448. data/lib/aws/s3/bucket_version_collection.rb +79 -0
  449. data/lib/aws/s3/cipher_io.rb +120 -0
  450. data/lib/aws/s3/client.rb +2089 -0
  451. data/lib/aws/s3/client/xml.rb +266 -0
  452. data/lib/aws/s3/config.rb +61 -0
  453. data/lib/aws/s3/cors_rule.rb +108 -0
  454. data/lib/aws/s3/cors_rule_collection.rb +194 -0
  455. data/lib/aws/s3/data_options.rb +191 -0
  456. data/lib/aws/s3/encryption_utils.rb +146 -0
  457. data/lib/aws/s3/errors.rb +94 -0
  458. data/lib/aws/s3/multipart_upload.rb +353 -0
  459. data/lib/aws/s3/multipart_upload_collection.rb +76 -0
  460. data/lib/aws/s3/object_collection.rb +356 -0
  461. data/lib/aws/s3/object_metadata.rb +103 -0
  462. data/lib/aws/s3/object_upload_collection.rb +77 -0
  463. data/lib/aws/s3/object_version.rb +154 -0
  464. data/lib/aws/s3/object_version_collection.rb +89 -0
  465. data/lib/aws/s3/paginated_collection.rb +75 -0
  466. data/lib/aws/s3/policy.rb +74 -0
  467. data/lib/aws/s3/prefix_and_delimiter_collection.rb +47 -0
  468. data/lib/aws/s3/prefixed_collection.rb +85 -0
  469. data/lib/aws/s3/presign_v4.rb +136 -0
  470. data/lib/aws/s3/presigned_post.rb +554 -0
  471. data/lib/aws/s3/region_detection.rb +75 -0
  472. data/lib/aws/s3/request.rb +62 -0
  473. data/lib/aws/s3/s3_object.rb +1795 -0
  474. data/lib/aws/s3/tree.rb +116 -0
  475. data/lib/aws/s3/tree/branch_node.rb +68 -0
  476. data/lib/aws/s3/tree/child_collection.rb +104 -0
  477. data/lib/aws/s3/tree/leaf_node.rb +94 -0
  478. data/lib/aws/s3/tree/node.rb +22 -0
  479. data/lib/aws/s3/tree/parent.rb +87 -0
  480. data/lib/aws/s3/uploaded_part.rb +82 -0
  481. data/lib/aws/s3/uploaded_part_collection.rb +84 -0
  482. data/lib/aws/s3/website_configuration.rb +102 -0
  483. data/lib/aws/simple_db.rb +218 -0
  484. data/lib/aws/simple_db/attribute.rb +156 -0
  485. data/lib/aws/simple_db/attribute_collection.rb +240 -0
  486. data/lib/aws/simple_db/client.rb +67 -0
  487. data/lib/aws/simple_db/config.rb +20 -0
  488. data/lib/aws/simple_db/consistent_read_option.rb +42 -0
  489. data/lib/aws/simple_db/delete_attributes.rb +62 -0
  490. data/lib/aws/simple_db/domain.rb +123 -0
  491. data/lib/aws/simple_db/domain_collection.rb +86 -0
  492. data/lib/aws/simple_db/domain_metadata.rb +110 -0
  493. data/lib/aws/simple_db/errors.rb +55 -0
  494. data/lib/aws/simple_db/expect_condition_option.rb +45 -0
  495. data/lib/aws/simple_db/item.rb +93 -0
  496. data/lib/aws/simple_db/item_collection.rb +654 -0
  497. data/lib/aws/simple_db/item_data.rb +73 -0
  498. data/lib/aws/simple_db/put_attributes.rb +60 -0
  499. data/lib/aws/simple_email_service.rb +443 -0
  500. data/lib/aws/simple_email_service/client.rb +37 -0
  501. data/lib/aws/simple_email_service/config.rb +18 -0
  502. data/lib/aws/simple_email_service/email_address_collection.rb +69 -0
  503. data/lib/aws/simple_email_service/errors.rb +22 -0
  504. data/lib/aws/simple_email_service/identity.rb +230 -0
  505. data/lib/aws/simple_email_service/identity_collection.rb +81 -0
  506. data/lib/aws/simple_email_service/quotas.rb +66 -0
  507. data/lib/aws/simple_workflow.rb +227 -0
  508. data/lib/aws/simple_workflow/activity_task.rb +178 -0
  509. data/lib/aws/simple_workflow/activity_task_collection.rb +123 -0
  510. data/lib/aws/simple_workflow/activity_type.rb +140 -0
  511. data/lib/aws/simple_workflow/activity_type_collection.rb +102 -0
  512. data/lib/aws/simple_workflow/client.rb +69 -0
  513. data/lib/aws/simple_workflow/config.rb +18 -0
  514. data/lib/aws/simple_workflow/count.rb +49 -0
  515. data/lib/aws/simple_workflow/decision_task.rb +617 -0
  516. data/lib/aws/simple_workflow/decision_task_collection.rb +223 -0
  517. data/lib/aws/simple_workflow/domain.rb +122 -0
  518. data/lib/aws/simple_workflow/domain_collection.rb +169 -0
  519. data/lib/aws/simple_workflow/errors.rb +20 -0
  520. data/lib/aws/simple_workflow/history_event.rb +280 -0
  521. data/lib/aws/simple_workflow/history_event_collection.rb +76 -0
  522. data/lib/aws/simple_workflow/option_formatters.rb +86 -0
  523. data/lib/aws/simple_workflow/resource.rb +94 -0
  524. data/lib/aws/simple_workflow/type.rb +89 -0
  525. data/lib/aws/simple_workflow/type_collection.rb +140 -0
  526. data/lib/aws/simple_workflow/workflow_execution.rb +391 -0
  527. data/lib/aws/simple_workflow/workflow_execution_collection.rb +617 -0
  528. data/lib/aws/simple_workflow/workflow_type.rb +186 -0
  529. data/lib/aws/simple_workflow/workflow_type_collection.rb +100 -0
  530. data/lib/aws/sns.rb +76 -0
  531. data/lib/aws/sns/client.rb +35 -0
  532. data/lib/aws/sns/config.rb +18 -0
  533. data/lib/aws/sns/errors.rb +22 -0
  534. data/lib/aws/sns/has_delivery_policy.rb +68 -0
  535. data/lib/aws/sns/message.rb +204 -0
  536. data/lib/aws/sns/originators/from_auto_scaling.rb +68 -0
  537. data/lib/aws/sns/policy.rb +47 -0
  538. data/lib/aws/sns/subscription.rb +165 -0
  539. data/lib/aws/sns/subscription_collection.rb +78 -0
  540. data/lib/aws/sns/topic.rb +403 -0
  541. data/lib/aws/sns/topic_collection.rb +62 -0
  542. data/lib/aws/sns/topic_subscription_collection.rb +54 -0
  543. data/lib/aws/sqs.rb +80 -0
  544. data/lib/aws/sqs/client.rb +53 -0
  545. data/lib/aws/sqs/config.rb +20 -0
  546. data/lib/aws/sqs/errors.rb +125 -0
  547. data/lib/aws/sqs/policy.rb +48 -0
  548. data/lib/aws/sqs/queue.rb +856 -0
  549. data/lib/aws/sqs/queue_collection.rb +186 -0
  550. data/lib/aws/sqs/received_message.rb +190 -0
  551. data/lib/aws/sqs/received_sns_message.rb +116 -0
  552. data/lib/aws/storage_gateway.rb +72 -0
  553. data/lib/aws/storage_gateway/client.rb +42 -0
  554. data/lib/aws/storage_gateway/config.rb +18 -0
  555. data/lib/aws/storage_gateway/errors.rb +22 -0
  556. data/lib/aws/sts.rb +164 -0
  557. data/lib/aws/sts/client.rb +55 -0
  558. data/lib/aws/sts/config.rb +18 -0
  559. data/lib/aws/sts/errors.rb +22 -0
  560. data/lib/aws/sts/federated_session.rb +56 -0
  561. data/lib/aws/sts/policy.rb +30 -0
  562. data/lib/aws/sts/session.rb +48 -0
  563. data/lib/aws/support.rb +29 -0
  564. data/lib/aws/support/client.rb +35 -0
  565. data/lib/aws/support/config.rb +18 -0
  566. data/lib/aws/support/errors.rb +20 -0
  567. data/lib/aws/version.rb +17 -0
  568. data/rails/init.rb +15 -0
  569. metadata +645 -0
@@ -0,0 +1,4179 @@
1
+ # Copyright 2011-2015 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
+ :api_version: '2012-09-25'
16
+ :operations:
17
+ - :name: CancelJob
18
+ :method: :cancel_job
19
+ :http:
20
+ :verb: DELETE
21
+ :uri: /2012-09-25/jobs/:id
22
+ :response_code: 202
23
+ :inputs:
24
+ :id:
25
+ :type: :string
26
+ :required: true
27
+ :outputs: {}
28
+ - :name: CreateJob
29
+ :method: :create_job
30
+ :http:
31
+ :verb: POST
32
+ :uri: /2012-09-25/jobs
33
+ :response_code: 201
34
+ :inputs:
35
+ :pipeline_id:
36
+ :name: PipelineId
37
+ :type: :string
38
+ :required: true
39
+ :input:
40
+ :name: Input
41
+ :type: :hash
42
+ :required: true
43
+ :members:
44
+ :key:
45
+ :name: Key
46
+ :type: :string
47
+ :frame_rate:
48
+ :name: FrameRate
49
+ :type: :string
50
+ :resolution:
51
+ :name: Resolution
52
+ :type: :string
53
+ :aspect_ratio:
54
+ :name: AspectRatio
55
+ :type: :string
56
+ :interlaced:
57
+ :name: Interlaced
58
+ :type: :string
59
+ :container:
60
+ :name: Container
61
+ :type: :string
62
+ :encryption:
63
+ :name: Encryption
64
+ :type: :hash
65
+ :members:
66
+ :mode:
67
+ :name: Mode
68
+ :type: :string
69
+ :key:
70
+ :name: Key
71
+ :type: :string
72
+ :key_md_5:
73
+ :name: KeyMd5
74
+ :type: :string
75
+ :initialization_vector:
76
+ :name: InitializationVector
77
+ :type: :string
78
+ :output:
79
+ :name: Output
80
+ :type: :hash
81
+ :members:
82
+ :key:
83
+ :name: Key
84
+ :type: :string
85
+ :thumbnail_pattern:
86
+ :name: ThumbnailPattern
87
+ :type: :string
88
+ :thumbnail_encryption:
89
+ :name: ThumbnailEncryption
90
+ :type: :hash
91
+ :members:
92
+ :mode:
93
+ :name: Mode
94
+ :type: :string
95
+ :key:
96
+ :name: Key
97
+ :type: :string
98
+ :key_md_5:
99
+ :name: KeyMd5
100
+ :type: :string
101
+ :initialization_vector:
102
+ :name: InitializationVector
103
+ :type: :string
104
+ :rotate:
105
+ :name: Rotate
106
+ :type: :string
107
+ :preset_id:
108
+ :name: PresetId
109
+ :type: :string
110
+ :segment_duration:
111
+ :name: SegmentDuration
112
+ :type: :string
113
+ :watermarks:
114
+ :name: Watermarks
115
+ :type: :array
116
+ :members:
117
+ :name: member
118
+ :type: :hash
119
+ :members:
120
+ :preset_watermark_id:
121
+ :name: PresetWatermarkId
122
+ :type: :string
123
+ :input_key:
124
+ :name: InputKey
125
+ :type: :string
126
+ :encryption:
127
+ :name: Encryption
128
+ :type: :hash
129
+ :members:
130
+ :mode:
131
+ :name: Mode
132
+ :type: :string
133
+ :key:
134
+ :name: Key
135
+ :type: :string
136
+ :key_md_5:
137
+ :name: KeyMd5
138
+ :type: :string
139
+ :initialization_vector:
140
+ :name: InitializationVector
141
+ :type: :string
142
+ :album_art:
143
+ :name: AlbumArt
144
+ :type: :hash
145
+ :members:
146
+ :merge_policy:
147
+ :name: MergePolicy
148
+ :type: :string
149
+ :artwork:
150
+ :name: Artwork
151
+ :type: :array
152
+ :members:
153
+ :name: member
154
+ :type: :hash
155
+ :members:
156
+ :input_key:
157
+ :name: InputKey
158
+ :type: :string
159
+ :max_width:
160
+ :name: MaxWidth
161
+ :type: :string
162
+ :max_height:
163
+ :name: MaxHeight
164
+ :type: :string
165
+ :sizing_policy:
166
+ :name: SizingPolicy
167
+ :type: :string
168
+ :padding_policy:
169
+ :name: PaddingPolicy
170
+ :type: :string
171
+ :album_art_format:
172
+ :name: AlbumArtFormat
173
+ :type: :string
174
+ :encryption:
175
+ :name: Encryption
176
+ :type: :hash
177
+ :members:
178
+ :mode:
179
+ :name: Mode
180
+ :type: :string
181
+ :key:
182
+ :name: Key
183
+ :type: :string
184
+ :key_md_5:
185
+ :name: KeyMd5
186
+ :type: :string
187
+ :initialization_vector:
188
+ :name: InitializationVector
189
+ :type: :string
190
+ :composition:
191
+ :name: Composition
192
+ :type: :array
193
+ :members:
194
+ :name: member
195
+ :type: :hash
196
+ :members:
197
+ :time_span:
198
+ :name: TimeSpan
199
+ :type: :hash
200
+ :members:
201
+ :start_time:
202
+ :name: StartTime
203
+ :type: :string
204
+ :duration:
205
+ :name: Duration
206
+ :type: :string
207
+ :captions:
208
+ :name: Captions
209
+ :type: :hash
210
+ :members:
211
+ :merge_policy:
212
+ :name: MergePolicy
213
+ :type: :string
214
+ :caption_sources:
215
+ :name: CaptionSources
216
+ :type: :array
217
+ :members:
218
+ :name: member
219
+ :type: :hash
220
+ :members:
221
+ :key:
222
+ :name: Key
223
+ :type: :string
224
+ :language:
225
+ :name: Language
226
+ :type: :string
227
+ :time_offset:
228
+ :name: TimeOffset
229
+ :type: :string
230
+ :label:
231
+ :name: Label
232
+ :type: :string
233
+ :encryption:
234
+ :name: Encryption
235
+ :type: :hash
236
+ :members:
237
+ :mode:
238
+ :name: Mode
239
+ :type: :string
240
+ :key:
241
+ :name: Key
242
+ :type: :string
243
+ :key_md_5:
244
+ :name: KeyMd5
245
+ :type: :string
246
+ :initialization_vector:
247
+ :name: InitializationVector
248
+ :type: :string
249
+ :caption_formats:
250
+ :name: CaptionFormats
251
+ :type: :array
252
+ :members:
253
+ :name: member
254
+ :type: :hash
255
+ :members:
256
+ :format:
257
+ :name: Format
258
+ :type: :string
259
+ :pattern:
260
+ :name: Pattern
261
+ :type: :string
262
+ :encryption:
263
+ :name: Encryption
264
+ :type: :hash
265
+ :members:
266
+ :mode:
267
+ :name: Mode
268
+ :type: :string
269
+ :key:
270
+ :name: Key
271
+ :type: :string
272
+ :key_md_5:
273
+ :name: KeyMd5
274
+ :type: :string
275
+ :initialization_vector:
276
+ :name: InitializationVector
277
+ :type: :string
278
+ :encryption:
279
+ :name: Encryption
280
+ :type: :hash
281
+ :members:
282
+ :mode:
283
+ :name: Mode
284
+ :type: :string
285
+ :key:
286
+ :name: Key
287
+ :type: :string
288
+ :key_md_5:
289
+ :name: KeyMd5
290
+ :type: :string
291
+ :initialization_vector:
292
+ :name: InitializationVector
293
+ :type: :string
294
+ :outputs:
295
+ :name: Outputs
296
+ :type: :array
297
+ :members:
298
+ :name: member
299
+ :type: :hash
300
+ :members:
301
+ :key:
302
+ :name: Key
303
+ :type: :string
304
+ :thumbnail_pattern:
305
+ :name: ThumbnailPattern
306
+ :type: :string
307
+ :thumbnail_encryption:
308
+ :name: ThumbnailEncryption
309
+ :type: :hash
310
+ :members:
311
+ :mode:
312
+ :name: Mode
313
+ :type: :string
314
+ :key:
315
+ :name: Key
316
+ :type: :string
317
+ :key_md_5:
318
+ :name: KeyMd5
319
+ :type: :string
320
+ :initialization_vector:
321
+ :name: InitializationVector
322
+ :type: :string
323
+ :rotate:
324
+ :name: Rotate
325
+ :type: :string
326
+ :preset_id:
327
+ :name: PresetId
328
+ :type: :string
329
+ :segment_duration:
330
+ :name: SegmentDuration
331
+ :type: :string
332
+ :watermarks:
333
+ :name: Watermarks
334
+ :type: :array
335
+ :members:
336
+ :name: member
337
+ :type: :hash
338
+ :members:
339
+ :preset_watermark_id:
340
+ :name: PresetWatermarkId
341
+ :type: :string
342
+ :input_key:
343
+ :name: InputKey
344
+ :type: :string
345
+ :encryption:
346
+ :name: Encryption
347
+ :type: :hash
348
+ :members:
349
+ :mode:
350
+ :name: Mode
351
+ :type: :string
352
+ :key:
353
+ :name: Key
354
+ :type: :string
355
+ :key_md_5:
356
+ :name: KeyMd5
357
+ :type: :string
358
+ :initialization_vector:
359
+ :name: InitializationVector
360
+ :type: :string
361
+ :album_art:
362
+ :name: AlbumArt
363
+ :type: :hash
364
+ :members:
365
+ :merge_policy:
366
+ :name: MergePolicy
367
+ :type: :string
368
+ :artwork:
369
+ :name: Artwork
370
+ :type: :array
371
+ :members:
372
+ :name: member
373
+ :type: :hash
374
+ :members:
375
+ :input_key:
376
+ :name: InputKey
377
+ :type: :string
378
+ :max_width:
379
+ :name: MaxWidth
380
+ :type: :string
381
+ :max_height:
382
+ :name: MaxHeight
383
+ :type: :string
384
+ :sizing_policy:
385
+ :name: SizingPolicy
386
+ :type: :string
387
+ :padding_policy:
388
+ :name: PaddingPolicy
389
+ :type: :string
390
+ :album_art_format:
391
+ :name: AlbumArtFormat
392
+ :type: :string
393
+ :encryption:
394
+ :name: Encryption
395
+ :type: :hash
396
+ :members:
397
+ :mode:
398
+ :name: Mode
399
+ :type: :string
400
+ :key:
401
+ :name: Key
402
+ :type: :string
403
+ :key_md_5:
404
+ :name: KeyMd5
405
+ :type: :string
406
+ :initialization_vector:
407
+ :name: InitializationVector
408
+ :type: :string
409
+ :composition:
410
+ :name: Composition
411
+ :type: :array
412
+ :members:
413
+ :name: member
414
+ :type: :hash
415
+ :members:
416
+ :time_span:
417
+ :name: TimeSpan
418
+ :type: :hash
419
+ :members:
420
+ :start_time:
421
+ :name: StartTime
422
+ :type: :string
423
+ :duration:
424
+ :name: Duration
425
+ :type: :string
426
+ :captions:
427
+ :name: Captions
428
+ :type: :hash
429
+ :members:
430
+ :merge_policy:
431
+ :name: MergePolicy
432
+ :type: :string
433
+ :caption_sources:
434
+ :name: CaptionSources
435
+ :type: :array
436
+ :members:
437
+ :name: member
438
+ :type: :hash
439
+ :members:
440
+ :key:
441
+ :name: Key
442
+ :type: :string
443
+ :language:
444
+ :name: Language
445
+ :type: :string
446
+ :time_offset:
447
+ :name: TimeOffset
448
+ :type: :string
449
+ :label:
450
+ :name: Label
451
+ :type: :string
452
+ :encryption:
453
+ :name: Encryption
454
+ :type: :hash
455
+ :members:
456
+ :mode:
457
+ :name: Mode
458
+ :type: :string
459
+ :key:
460
+ :name: Key
461
+ :type: :string
462
+ :key_md_5:
463
+ :name: KeyMd5
464
+ :type: :string
465
+ :initialization_vector:
466
+ :name: InitializationVector
467
+ :type: :string
468
+ :caption_formats:
469
+ :name: CaptionFormats
470
+ :type: :array
471
+ :members:
472
+ :name: member
473
+ :type: :hash
474
+ :members:
475
+ :format:
476
+ :name: Format
477
+ :type: :string
478
+ :pattern:
479
+ :name: Pattern
480
+ :type: :string
481
+ :encryption:
482
+ :name: Encryption
483
+ :type: :hash
484
+ :members:
485
+ :mode:
486
+ :name: Mode
487
+ :type: :string
488
+ :key:
489
+ :name: Key
490
+ :type: :string
491
+ :key_md_5:
492
+ :name: KeyMd5
493
+ :type: :string
494
+ :initialization_vector:
495
+ :name: InitializationVector
496
+ :type: :string
497
+ :encryption:
498
+ :name: Encryption
499
+ :type: :hash
500
+ :members:
501
+ :mode:
502
+ :name: Mode
503
+ :type: :string
504
+ :key:
505
+ :name: Key
506
+ :type: :string
507
+ :key_md_5:
508
+ :name: KeyMd5
509
+ :type: :string
510
+ :initialization_vector:
511
+ :name: InitializationVector
512
+ :type: :string
513
+ :output_key_prefix:
514
+ :name: OutputKeyPrefix
515
+ :type: :string
516
+ :playlists:
517
+ :name: Playlists
518
+ :type: :array
519
+ :members:
520
+ :name: member
521
+ :type: :hash
522
+ :members:
523
+ :name:
524
+ :name: Name
525
+ :type: :string
526
+ :format:
527
+ :name: Format
528
+ :type: :string
529
+ :output_keys:
530
+ :name: OutputKeys
531
+ :type: :array
532
+ :members:
533
+ :name: member
534
+ :type: :string
535
+ :user_metadata:
536
+ :name: UserMetadata
537
+ :type: :map
538
+ :keys:
539
+ :name: key
540
+ :type: :string
541
+ :members:
542
+ :name: value
543
+ :type: :string
544
+ :outputs:
545
+ Job:
546
+ :sym: :job
547
+ :type: :hash
548
+ :members:
549
+ Id:
550
+ :sym: :id
551
+ :type: :string
552
+ Arn:
553
+ :sym: :arn
554
+ :type: :string
555
+ PipelineId:
556
+ :sym: :pipeline_id
557
+ :type: :string
558
+ Input:
559
+ :sym: :input
560
+ :type: :hash
561
+ :members:
562
+ Key:
563
+ :sym: :key
564
+ :type: :string
565
+ FrameRate:
566
+ :sym: :frame_rate
567
+ :type: :string
568
+ Resolution:
569
+ :sym: :resolution
570
+ :type: :string
571
+ AspectRatio:
572
+ :sym: :aspect_ratio
573
+ :type: :string
574
+ Interlaced:
575
+ :sym: :interlaced
576
+ :type: :string
577
+ Container:
578
+ :sym: :container
579
+ :type: :string
580
+ Encryption:
581
+ :sym: :encryption
582
+ :type: :hash
583
+ :members:
584
+ Mode:
585
+ :sym: :mode
586
+ :type: :string
587
+ Key:
588
+ :sym: :key
589
+ :type: :string
590
+ KeyMd5:
591
+ :sym: :key_md_5
592
+ :type: :string
593
+ InitializationVector:
594
+ :sym: :initialization_vector
595
+ :type: :string
596
+ Output:
597
+ :sym: :output
598
+ :type: :hash
599
+ :members:
600
+ Id:
601
+ :sym: :id
602
+ :type: :string
603
+ Key:
604
+ :sym: :key
605
+ :type: :string
606
+ ThumbnailPattern:
607
+ :sym: :thumbnail_pattern
608
+ :type: :string
609
+ ThumbnailEncryption:
610
+ :sym: :thumbnail_encryption
611
+ :type: :hash
612
+ :members:
613
+ Mode:
614
+ :sym: :mode
615
+ :type: :string
616
+ Key:
617
+ :sym: :key
618
+ :type: :string
619
+ KeyMd5:
620
+ :sym: :key_md_5
621
+ :type: :string
622
+ InitializationVector:
623
+ :sym: :initialization_vector
624
+ :type: :string
625
+ Rotate:
626
+ :sym: :rotate
627
+ :type: :string
628
+ PresetId:
629
+ :sym: :preset_id
630
+ :type: :string
631
+ SegmentDuration:
632
+ :sym: :segment_duration
633
+ :type: :string
634
+ Status:
635
+ :sym: :status
636
+ :type: :string
637
+ StatusDetail:
638
+ :sym: :status_detail
639
+ :type: :string
640
+ Duration:
641
+ :sym: :duration
642
+ :type: :integer
643
+ Width:
644
+ :sym: :width
645
+ :type: :integer
646
+ Height:
647
+ :sym: :height
648
+ :type: :integer
649
+ Watermarks:
650
+ :sym: :watermarks
651
+ :type: :hash
652
+ :members:
653
+ PresetWatermarkId:
654
+ :sym: :preset_watermark_id
655
+ :type: :string
656
+ InputKey:
657
+ :sym: :input_key
658
+ :type: :string
659
+ Encryption:
660
+ :sym: :encryption
661
+ :type: :hash
662
+ :members:
663
+ Mode:
664
+ :sym: :mode
665
+ :type: :string
666
+ Key:
667
+ :sym: :key
668
+ :type: :string
669
+ KeyMd5:
670
+ :sym: :key_md_5
671
+ :type: :string
672
+ InitializationVector:
673
+ :sym: :initialization_vector
674
+ :type: :string
675
+ AlbumArt:
676
+ :sym: :album_art
677
+ :type: :hash
678
+ :members:
679
+ MergePolicy:
680
+ :sym: :merge_policy
681
+ :type: :string
682
+ Artwork:
683
+ :sym: :artwork
684
+ :type: :hash
685
+ :members:
686
+ InputKey:
687
+ :sym: :input_key
688
+ :type: :string
689
+ MaxWidth:
690
+ :sym: :max_width
691
+ :type: :string
692
+ MaxHeight:
693
+ :sym: :max_height
694
+ :type: :string
695
+ SizingPolicy:
696
+ :sym: :sizing_policy
697
+ :type: :string
698
+ PaddingPolicy:
699
+ :sym: :padding_policy
700
+ :type: :string
701
+ AlbumArtFormat:
702
+ :sym: :album_art_format
703
+ :type: :string
704
+ Encryption:
705
+ :sym: :encryption
706
+ :type: :hash
707
+ :members:
708
+ Mode:
709
+ :sym: :mode
710
+ :type: :string
711
+ Key:
712
+ :sym: :key
713
+ :type: :string
714
+ KeyMd5:
715
+ :sym: :key_md_5
716
+ :type: :string
717
+ InitializationVector:
718
+ :sym: :initialization_vector
719
+ :type: :string
720
+ Composition:
721
+ :sym: :composition
722
+ :type: :hash
723
+ :members:
724
+ TimeSpan:
725
+ :sym: :time_span
726
+ :type: :hash
727
+ :members:
728
+ StartTime:
729
+ :sym: :start_time
730
+ :type: :string
731
+ Duration:
732
+ :sym: :duration
733
+ :type: :string
734
+ Captions:
735
+ :sym: :captions
736
+ :type: :hash
737
+ :members:
738
+ MergePolicy:
739
+ :sym: :merge_policy
740
+ :type: :string
741
+ CaptionSources:
742
+ :sym: :caption_sources
743
+ :type: :hash
744
+ :members:
745
+ Key:
746
+ :sym: :key
747
+ :type: :string
748
+ Language:
749
+ :sym: :language
750
+ :type: :string
751
+ TimeOffset:
752
+ :sym: :time_offset
753
+ :type: :string
754
+ Label:
755
+ :sym: :label
756
+ :type: :string
757
+ Encryption:
758
+ :sym: :encryption
759
+ :type: :hash
760
+ :members:
761
+ Mode:
762
+ :sym: :mode
763
+ :type: :string
764
+ Key:
765
+ :sym: :key
766
+ :type: :string
767
+ KeyMd5:
768
+ :sym: :key_md_5
769
+ :type: :string
770
+ InitializationVector:
771
+ :sym: :initialization_vector
772
+ :type: :string
773
+ CaptionFormats:
774
+ :sym: :caption_formats
775
+ :type: :hash
776
+ :members:
777
+ Format:
778
+ :sym: :format
779
+ :type: :string
780
+ Pattern:
781
+ :sym: :pattern
782
+ :type: :string
783
+ Encryption:
784
+ :sym: :encryption
785
+ :type: :hash
786
+ :members:
787
+ Mode:
788
+ :sym: :mode
789
+ :type: :string
790
+ Key:
791
+ :sym: :key
792
+ :type: :string
793
+ KeyMd5:
794
+ :sym: :key_md_5
795
+ :type: :string
796
+ InitializationVector:
797
+ :sym: :initialization_vector
798
+ :type: :string
799
+ Encryption:
800
+ :sym: :encryption
801
+ :type: :hash
802
+ :members:
803
+ Mode:
804
+ :sym: :mode
805
+ :type: :string
806
+ Key:
807
+ :sym: :key
808
+ :type: :string
809
+ KeyMd5:
810
+ :sym: :key_md_5
811
+ :type: :string
812
+ InitializationVector:
813
+ :sym: :initialization_vector
814
+ :type: :string
815
+ Outputs:
816
+ :sym: :outputs
817
+ :type: :hash
818
+ :members:
819
+ Id:
820
+ :sym: :id
821
+ :type: :string
822
+ Key:
823
+ :sym: :key
824
+ :type: :string
825
+ ThumbnailPattern:
826
+ :sym: :thumbnail_pattern
827
+ :type: :string
828
+ ThumbnailEncryption:
829
+ :sym: :thumbnail_encryption
830
+ :type: :hash
831
+ :members:
832
+ Mode:
833
+ :sym: :mode
834
+ :type: :string
835
+ Key:
836
+ :sym: :key
837
+ :type: :string
838
+ KeyMd5:
839
+ :sym: :key_md_5
840
+ :type: :string
841
+ InitializationVector:
842
+ :sym: :initialization_vector
843
+ :type: :string
844
+ Rotate:
845
+ :sym: :rotate
846
+ :type: :string
847
+ PresetId:
848
+ :sym: :preset_id
849
+ :type: :string
850
+ SegmentDuration:
851
+ :sym: :segment_duration
852
+ :type: :string
853
+ Status:
854
+ :sym: :status
855
+ :type: :string
856
+ StatusDetail:
857
+ :sym: :status_detail
858
+ :type: :string
859
+ Duration:
860
+ :sym: :duration
861
+ :type: :integer
862
+ Width:
863
+ :sym: :width
864
+ :type: :integer
865
+ Height:
866
+ :sym: :height
867
+ :type: :integer
868
+ Watermarks:
869
+ :sym: :watermarks
870
+ :type: :hash
871
+ :members:
872
+ PresetWatermarkId:
873
+ :sym: :preset_watermark_id
874
+ :type: :string
875
+ InputKey:
876
+ :sym: :input_key
877
+ :type: :string
878
+ Encryption:
879
+ :sym: :encryption
880
+ :type: :hash
881
+ :members:
882
+ Mode:
883
+ :sym: :mode
884
+ :type: :string
885
+ Key:
886
+ :sym: :key
887
+ :type: :string
888
+ KeyMd5:
889
+ :sym: :key_md_5
890
+ :type: :string
891
+ InitializationVector:
892
+ :sym: :initialization_vector
893
+ :type: :string
894
+ AlbumArt:
895
+ :sym: :album_art
896
+ :type: :hash
897
+ :members:
898
+ MergePolicy:
899
+ :sym: :merge_policy
900
+ :type: :string
901
+ Artwork:
902
+ :sym: :artwork
903
+ :type: :hash
904
+ :members:
905
+ InputKey:
906
+ :sym: :input_key
907
+ :type: :string
908
+ MaxWidth:
909
+ :sym: :max_width
910
+ :type: :string
911
+ MaxHeight:
912
+ :sym: :max_height
913
+ :type: :string
914
+ SizingPolicy:
915
+ :sym: :sizing_policy
916
+ :type: :string
917
+ PaddingPolicy:
918
+ :sym: :padding_policy
919
+ :type: :string
920
+ AlbumArtFormat:
921
+ :sym: :album_art_format
922
+ :type: :string
923
+ Encryption:
924
+ :sym: :encryption
925
+ :type: :hash
926
+ :members:
927
+ Mode:
928
+ :sym: :mode
929
+ :type: :string
930
+ Key:
931
+ :sym: :key
932
+ :type: :string
933
+ KeyMd5:
934
+ :sym: :key_md_5
935
+ :type: :string
936
+ InitializationVector:
937
+ :sym: :initialization_vector
938
+ :type: :string
939
+ Composition:
940
+ :sym: :composition
941
+ :type: :hash
942
+ :members:
943
+ TimeSpan:
944
+ :sym: :time_span
945
+ :type: :hash
946
+ :members:
947
+ StartTime:
948
+ :sym: :start_time
949
+ :type: :string
950
+ Duration:
951
+ :sym: :duration
952
+ :type: :string
953
+ Captions:
954
+ :sym: :captions
955
+ :type: :hash
956
+ :members:
957
+ MergePolicy:
958
+ :sym: :merge_policy
959
+ :type: :string
960
+ CaptionSources:
961
+ :sym: :caption_sources
962
+ :type: :hash
963
+ :members:
964
+ Key:
965
+ :sym: :key
966
+ :type: :string
967
+ Language:
968
+ :sym: :language
969
+ :type: :string
970
+ TimeOffset:
971
+ :sym: :time_offset
972
+ :type: :string
973
+ Label:
974
+ :sym: :label
975
+ :type: :string
976
+ Encryption:
977
+ :sym: :encryption
978
+ :type: :hash
979
+ :members:
980
+ Mode:
981
+ :sym: :mode
982
+ :type: :string
983
+ Key:
984
+ :sym: :key
985
+ :type: :string
986
+ KeyMd5:
987
+ :sym: :key_md_5
988
+ :type: :string
989
+ InitializationVector:
990
+ :sym: :initialization_vector
991
+ :type: :string
992
+ CaptionFormats:
993
+ :sym: :caption_formats
994
+ :type: :hash
995
+ :members:
996
+ Format:
997
+ :sym: :format
998
+ :type: :string
999
+ Pattern:
1000
+ :sym: :pattern
1001
+ :type: :string
1002
+ Encryption:
1003
+ :sym: :encryption
1004
+ :type: :hash
1005
+ :members:
1006
+ Mode:
1007
+ :sym: :mode
1008
+ :type: :string
1009
+ Key:
1010
+ :sym: :key
1011
+ :type: :string
1012
+ KeyMd5:
1013
+ :sym: :key_md_5
1014
+ :type: :string
1015
+ InitializationVector:
1016
+ :sym: :initialization_vector
1017
+ :type: :string
1018
+ Encryption:
1019
+ :sym: :encryption
1020
+ :type: :hash
1021
+ :members:
1022
+ Mode:
1023
+ :sym: :mode
1024
+ :type: :string
1025
+ Key:
1026
+ :sym: :key
1027
+ :type: :string
1028
+ KeyMd5:
1029
+ :sym: :key_md_5
1030
+ :type: :string
1031
+ InitializationVector:
1032
+ :sym: :initialization_vector
1033
+ :type: :string
1034
+ OutputKeyPrefix:
1035
+ :sym: :output_key_prefix
1036
+ :type: :string
1037
+ Playlists:
1038
+ :sym: :playlists
1039
+ :type: :hash
1040
+ :members:
1041
+ Name:
1042
+ :sym: :name
1043
+ :type: :string
1044
+ Format:
1045
+ :sym: :format
1046
+ :type: :string
1047
+ OutputKeys:
1048
+ :sym: :output_keys
1049
+ :type: :string
1050
+ Status:
1051
+ :sym: :status
1052
+ :type: :string
1053
+ StatusDetail:
1054
+ :sym: :status_detail
1055
+ :type: :string
1056
+ Status:
1057
+ :sym: :status
1058
+ :type: :string
1059
+ UserMetadata:
1060
+ :sym: :user_metadata
1061
+ :type: :map
1062
+ :members:
1063
+ :sym: :map_value
1064
+ :type: :string
1065
+ - :name: CreatePipeline
1066
+ :method: :create_pipeline
1067
+ :http:
1068
+ :verb: POST
1069
+ :uri: /2012-09-25/pipelines
1070
+ :response_code: 201
1071
+ :inputs:
1072
+ :name:
1073
+ :name: Name
1074
+ :type: :string
1075
+ :required: true
1076
+ :input_bucket:
1077
+ :name: InputBucket
1078
+ :type: :string
1079
+ :required: true
1080
+ :output_bucket:
1081
+ :name: OutputBucket
1082
+ :type: :string
1083
+ :role:
1084
+ :name: Role
1085
+ :type: :string
1086
+ :required: true
1087
+ :aws_kms_key_arn:
1088
+ :name: AwsKmsKeyArn
1089
+ :type: :string
1090
+ :notifications:
1091
+ :name: Notifications
1092
+ :type: :hash
1093
+ :members:
1094
+ :progressing:
1095
+ :name: Progressing
1096
+ :type: :string
1097
+ :completed:
1098
+ :name: Completed
1099
+ :type: :string
1100
+ :warning:
1101
+ :name: Warning
1102
+ :type: :string
1103
+ :error:
1104
+ :name: Error
1105
+ :type: :string
1106
+ :content_config:
1107
+ :name: ContentConfig
1108
+ :type: :hash
1109
+ :members:
1110
+ :bucket:
1111
+ :name: Bucket
1112
+ :type: :string
1113
+ :storage_class:
1114
+ :name: StorageClass
1115
+ :type: :string
1116
+ :permissions:
1117
+ :name: Permissions
1118
+ :type: :array
1119
+ :members:
1120
+ :name: member
1121
+ :type: :hash
1122
+ :members:
1123
+ :grantee_type:
1124
+ :name: GranteeType
1125
+ :type: :string
1126
+ :grantee:
1127
+ :name: Grantee
1128
+ :type: :string
1129
+ :access:
1130
+ :name: Access
1131
+ :type: :array
1132
+ :members:
1133
+ :name: member
1134
+ :type: :string
1135
+ :thumbnail_config:
1136
+ :name: ThumbnailConfig
1137
+ :type: :hash
1138
+ :members:
1139
+ :bucket:
1140
+ :name: Bucket
1141
+ :type: :string
1142
+ :storage_class:
1143
+ :name: StorageClass
1144
+ :type: :string
1145
+ :permissions:
1146
+ :name: Permissions
1147
+ :type: :array
1148
+ :members:
1149
+ :name: member
1150
+ :type: :hash
1151
+ :members:
1152
+ :grantee_type:
1153
+ :name: GranteeType
1154
+ :type: :string
1155
+ :grantee:
1156
+ :name: Grantee
1157
+ :type: :string
1158
+ :access:
1159
+ :name: Access
1160
+ :type: :array
1161
+ :members:
1162
+ :name: member
1163
+ :type: :string
1164
+ :outputs:
1165
+ Pipeline:
1166
+ :sym: :pipeline
1167
+ :type: :hash
1168
+ :members:
1169
+ Id:
1170
+ :sym: :id
1171
+ :type: :string
1172
+ Arn:
1173
+ :sym: :arn
1174
+ :type: :string
1175
+ Name:
1176
+ :sym: :name
1177
+ :type: :string
1178
+ Status:
1179
+ :sym: :status
1180
+ :type: :string
1181
+ InputBucket:
1182
+ :sym: :input_bucket
1183
+ :type: :string
1184
+ OutputBucket:
1185
+ :sym: :output_bucket
1186
+ :type: :string
1187
+ Role:
1188
+ :sym: :role
1189
+ :type: :string
1190
+ AwsKmsKeyArn:
1191
+ :sym: :aws_kms_key_arn
1192
+ :type: :string
1193
+ Notifications:
1194
+ :sym: :notifications
1195
+ :type: :hash
1196
+ :members:
1197
+ Progressing:
1198
+ :sym: :progressing
1199
+ :type: :string
1200
+ Completed:
1201
+ :sym: :completed
1202
+ :type: :string
1203
+ Warning:
1204
+ :sym: :warning
1205
+ :type: :string
1206
+ Error:
1207
+ :sym: :error
1208
+ :type: :string
1209
+ ContentConfig:
1210
+ :sym: :content_config
1211
+ :type: :hash
1212
+ :members:
1213
+ Bucket:
1214
+ :sym: :bucket
1215
+ :type: :string
1216
+ StorageClass:
1217
+ :sym: :storage_class
1218
+ :type: :string
1219
+ Permissions:
1220
+ :sym: :permissions
1221
+ :type: :hash
1222
+ :members:
1223
+ GranteeType:
1224
+ :sym: :grantee_type
1225
+ :type: :string
1226
+ Grantee:
1227
+ :sym: :grantee
1228
+ :type: :string
1229
+ Access:
1230
+ :sym: :access
1231
+ :type: :string
1232
+ ThumbnailConfig:
1233
+ :sym: :thumbnail_config
1234
+ :type: :hash
1235
+ :members:
1236
+ Bucket:
1237
+ :sym: :bucket
1238
+ :type: :string
1239
+ StorageClass:
1240
+ :sym: :storage_class
1241
+ :type: :string
1242
+ Permissions:
1243
+ :sym: :permissions
1244
+ :type: :hash
1245
+ :members:
1246
+ GranteeType:
1247
+ :sym: :grantee_type
1248
+ :type: :string
1249
+ Grantee:
1250
+ :sym: :grantee
1251
+ :type: :string
1252
+ Access:
1253
+ :sym: :access
1254
+ :type: :string
1255
+ - :name: CreatePreset
1256
+ :method: :create_preset
1257
+ :http:
1258
+ :verb: POST
1259
+ :uri: /2012-09-25/presets
1260
+ :response_code: 201
1261
+ :inputs:
1262
+ :name:
1263
+ :name: Name
1264
+ :type: :string
1265
+ :required: true
1266
+ :description:
1267
+ :name: Description
1268
+ :type: :string
1269
+ :container:
1270
+ :name: Container
1271
+ :type: :string
1272
+ :required: true
1273
+ :video:
1274
+ :name: Video
1275
+ :type: :hash
1276
+ :members:
1277
+ :codec:
1278
+ :name: Codec
1279
+ :type: :string
1280
+ :codec_options:
1281
+ :name: CodecOptions
1282
+ :type: :map
1283
+ :keys:
1284
+ :name: key
1285
+ :type: :string
1286
+ :members:
1287
+ :name: value
1288
+ :type: :string
1289
+ :keyframes_max_dist:
1290
+ :name: KeyframesMaxDist
1291
+ :type: :string
1292
+ :fixed_gop:
1293
+ :name: FixedGOP
1294
+ :type: :string
1295
+ :bit_rate:
1296
+ :name: BitRate
1297
+ :type: :string
1298
+ :frame_rate:
1299
+ :name: FrameRate
1300
+ :type: :string
1301
+ :max_frame_rate:
1302
+ :name: MaxFrameRate
1303
+ :type: :string
1304
+ :resolution:
1305
+ :name: Resolution
1306
+ :type: :string
1307
+ :aspect_ratio:
1308
+ :name: AspectRatio
1309
+ :type: :string
1310
+ :max_width:
1311
+ :name: MaxWidth
1312
+ :type: :string
1313
+ :max_height:
1314
+ :name: MaxHeight
1315
+ :type: :string
1316
+ :display_aspect_ratio:
1317
+ :name: DisplayAspectRatio
1318
+ :type: :string
1319
+ :sizing_policy:
1320
+ :name: SizingPolicy
1321
+ :type: :string
1322
+ :padding_policy:
1323
+ :name: PaddingPolicy
1324
+ :type: :string
1325
+ :watermarks:
1326
+ :name: Watermarks
1327
+ :type: :array
1328
+ :members:
1329
+ :name: member
1330
+ :type: :hash
1331
+ :members:
1332
+ :id:
1333
+ :name: Id
1334
+ :type: :string
1335
+ :max_width:
1336
+ :name: MaxWidth
1337
+ :type: :string
1338
+ :max_height:
1339
+ :name: MaxHeight
1340
+ :type: :string
1341
+ :sizing_policy:
1342
+ :name: SizingPolicy
1343
+ :type: :string
1344
+ :horizontal_align:
1345
+ :name: HorizontalAlign
1346
+ :type: :string
1347
+ :horizontal_offset:
1348
+ :name: HorizontalOffset
1349
+ :type: :string
1350
+ :vertical_align:
1351
+ :name: VerticalAlign
1352
+ :type: :string
1353
+ :vertical_offset:
1354
+ :name: VerticalOffset
1355
+ :type: :string
1356
+ :opacity:
1357
+ :name: Opacity
1358
+ :type: :string
1359
+ :target:
1360
+ :name: Target
1361
+ :type: :string
1362
+ :audio:
1363
+ :name: Audio
1364
+ :type: :hash
1365
+ :members:
1366
+ :codec:
1367
+ :name: Codec
1368
+ :type: :string
1369
+ :sample_rate:
1370
+ :name: SampleRate
1371
+ :type: :string
1372
+ :bit_rate:
1373
+ :name: BitRate
1374
+ :type: :string
1375
+ :channels:
1376
+ :name: Channels
1377
+ :type: :string
1378
+ :codec_options:
1379
+ :name: CodecOptions
1380
+ :type: :hash
1381
+ :members:
1382
+ :profile:
1383
+ :name: Profile
1384
+ :type: :string
1385
+ :thumbnails:
1386
+ :name: Thumbnails
1387
+ :type: :hash
1388
+ :members:
1389
+ :format:
1390
+ :name: Format
1391
+ :type: :string
1392
+ :interval:
1393
+ :name: Interval
1394
+ :type: :string
1395
+ :resolution:
1396
+ :name: Resolution
1397
+ :type: :string
1398
+ :aspect_ratio:
1399
+ :name: AspectRatio
1400
+ :type: :string
1401
+ :max_width:
1402
+ :name: MaxWidth
1403
+ :type: :string
1404
+ :max_height:
1405
+ :name: MaxHeight
1406
+ :type: :string
1407
+ :sizing_policy:
1408
+ :name: SizingPolicy
1409
+ :type: :string
1410
+ :padding_policy:
1411
+ :name: PaddingPolicy
1412
+ :type: :string
1413
+ :outputs:
1414
+ Preset:
1415
+ :sym: :preset
1416
+ :type: :hash
1417
+ :members:
1418
+ Id:
1419
+ :sym: :id
1420
+ :type: :string
1421
+ Arn:
1422
+ :sym: :arn
1423
+ :type: :string
1424
+ Name:
1425
+ :sym: :name
1426
+ :type: :string
1427
+ Description:
1428
+ :sym: :description
1429
+ :type: :string
1430
+ Container:
1431
+ :sym: :container
1432
+ :type: :string
1433
+ Audio:
1434
+ :sym: :audio
1435
+ :type: :hash
1436
+ :members:
1437
+ Codec:
1438
+ :sym: :codec
1439
+ :type: :string
1440
+ SampleRate:
1441
+ :sym: :sample_rate
1442
+ :type: :string
1443
+ BitRate:
1444
+ :sym: :bit_rate
1445
+ :type: :string
1446
+ Channels:
1447
+ :sym: :channels
1448
+ :type: :string
1449
+ CodecOptions:
1450
+ :sym: :codec_options
1451
+ :type: :hash
1452
+ :members:
1453
+ Profile:
1454
+ :sym: :profile
1455
+ :type: :string
1456
+ Video:
1457
+ :sym: :video
1458
+ :type: :hash
1459
+ :members:
1460
+ Codec:
1461
+ :sym: :codec
1462
+ :type: :string
1463
+ CodecOptions:
1464
+ :sym: :codec_options
1465
+ :type: :map
1466
+ :members:
1467
+ :sym: :map_value
1468
+ :type: :string
1469
+ KeyframesMaxDist:
1470
+ :sym: :keyframes_max_dist
1471
+ :type: :string
1472
+ FixedGOP:
1473
+ :sym: :fixed_gop
1474
+ :type: :string
1475
+ BitRate:
1476
+ :sym: :bit_rate
1477
+ :type: :string
1478
+ FrameRate:
1479
+ :sym: :frame_rate
1480
+ :type: :string
1481
+ MaxFrameRate:
1482
+ :sym: :max_frame_rate
1483
+ :type: :string
1484
+ Resolution:
1485
+ :sym: :resolution
1486
+ :type: :string
1487
+ AspectRatio:
1488
+ :sym: :aspect_ratio
1489
+ :type: :string
1490
+ MaxWidth:
1491
+ :sym: :max_width
1492
+ :type: :string
1493
+ MaxHeight:
1494
+ :sym: :max_height
1495
+ :type: :string
1496
+ DisplayAspectRatio:
1497
+ :sym: :display_aspect_ratio
1498
+ :type: :string
1499
+ SizingPolicy:
1500
+ :sym: :sizing_policy
1501
+ :type: :string
1502
+ PaddingPolicy:
1503
+ :sym: :padding_policy
1504
+ :type: :string
1505
+ Watermarks:
1506
+ :sym: :watermarks
1507
+ :type: :hash
1508
+ :members:
1509
+ Id:
1510
+ :sym: :id
1511
+ :type: :string
1512
+ MaxWidth:
1513
+ :sym: :max_width
1514
+ :type: :string
1515
+ MaxHeight:
1516
+ :sym: :max_height
1517
+ :type: :string
1518
+ SizingPolicy:
1519
+ :sym: :sizing_policy
1520
+ :type: :string
1521
+ HorizontalAlign:
1522
+ :sym: :horizontal_align
1523
+ :type: :string
1524
+ HorizontalOffset:
1525
+ :sym: :horizontal_offset
1526
+ :type: :string
1527
+ VerticalAlign:
1528
+ :sym: :vertical_align
1529
+ :type: :string
1530
+ VerticalOffset:
1531
+ :sym: :vertical_offset
1532
+ :type: :string
1533
+ Opacity:
1534
+ :sym: :opacity
1535
+ :type: :string
1536
+ Target:
1537
+ :sym: :target
1538
+ :type: :string
1539
+ Thumbnails:
1540
+ :sym: :thumbnails
1541
+ :type: :hash
1542
+ :members:
1543
+ Format:
1544
+ :sym: :format
1545
+ :type: :string
1546
+ Interval:
1547
+ :sym: :interval
1548
+ :type: :string
1549
+ Resolution:
1550
+ :sym: :resolution
1551
+ :type: :string
1552
+ AspectRatio:
1553
+ :sym: :aspect_ratio
1554
+ :type: :string
1555
+ MaxWidth:
1556
+ :sym: :max_width
1557
+ :type: :string
1558
+ MaxHeight:
1559
+ :sym: :max_height
1560
+ :type: :string
1561
+ SizingPolicy:
1562
+ :sym: :sizing_policy
1563
+ :type: :string
1564
+ PaddingPolicy:
1565
+ :sym: :padding_policy
1566
+ :type: :string
1567
+ Type:
1568
+ :sym: :type
1569
+ :type: :string
1570
+ Warning:
1571
+ :sym: :warning
1572
+ :type: :string
1573
+ - :name: DeletePipeline
1574
+ :method: :delete_pipeline
1575
+ :http:
1576
+ :verb: DELETE
1577
+ :uri: /2012-09-25/pipelines/:id
1578
+ :response_code: 202
1579
+ :inputs:
1580
+ :id:
1581
+ :type: :string
1582
+ :required: true
1583
+ :outputs: {}
1584
+ - :name: DeletePreset
1585
+ :method: :delete_preset
1586
+ :http:
1587
+ :verb: DELETE
1588
+ :uri: /2012-09-25/presets/:id
1589
+ :response_code: 202
1590
+ :inputs:
1591
+ :id:
1592
+ :type: :string
1593
+ :required: true
1594
+ :outputs: {}
1595
+ - :name: ListJobsByPipeline
1596
+ :method: :list_jobs_by_pipeline
1597
+ :http:
1598
+ :verb: GET
1599
+ :uri: /2012-09-25/jobsByPipeline/:pipeline_id?Ascending=:ascending;PageToken=:page_token
1600
+ :inputs:
1601
+ :pipeline_id:
1602
+ :type: :string
1603
+ :required: true
1604
+ :ascending:
1605
+ :type: :string
1606
+ :page_token:
1607
+ :type: :string
1608
+ :outputs:
1609
+ Jobs:
1610
+ :sym: :jobs
1611
+ :type: :hash
1612
+ :members:
1613
+ Id:
1614
+ :sym: :id
1615
+ :type: :string
1616
+ Arn:
1617
+ :sym: :arn
1618
+ :type: :string
1619
+ PipelineId:
1620
+ :sym: :pipeline_id
1621
+ :type: :string
1622
+ Input:
1623
+ :sym: :input
1624
+ :type: :hash
1625
+ :members:
1626
+ Key:
1627
+ :sym: :key
1628
+ :type: :string
1629
+ FrameRate:
1630
+ :sym: :frame_rate
1631
+ :type: :string
1632
+ Resolution:
1633
+ :sym: :resolution
1634
+ :type: :string
1635
+ AspectRatio:
1636
+ :sym: :aspect_ratio
1637
+ :type: :string
1638
+ Interlaced:
1639
+ :sym: :interlaced
1640
+ :type: :string
1641
+ Container:
1642
+ :sym: :container
1643
+ :type: :string
1644
+ Encryption:
1645
+ :sym: :encryption
1646
+ :type: :hash
1647
+ :members:
1648
+ Mode:
1649
+ :sym: :mode
1650
+ :type: :string
1651
+ Key:
1652
+ :sym: :key
1653
+ :type: :string
1654
+ KeyMd5:
1655
+ :sym: :key_md_5
1656
+ :type: :string
1657
+ InitializationVector:
1658
+ :sym: :initialization_vector
1659
+ :type: :string
1660
+ Output:
1661
+ :sym: :output
1662
+ :type: :hash
1663
+ :members:
1664
+ Id:
1665
+ :sym: :id
1666
+ :type: :string
1667
+ Key:
1668
+ :sym: :key
1669
+ :type: :string
1670
+ ThumbnailPattern:
1671
+ :sym: :thumbnail_pattern
1672
+ :type: :string
1673
+ ThumbnailEncryption:
1674
+ :sym: :thumbnail_encryption
1675
+ :type: :hash
1676
+ :members:
1677
+ Mode:
1678
+ :sym: :mode
1679
+ :type: :string
1680
+ Key:
1681
+ :sym: :key
1682
+ :type: :string
1683
+ KeyMd5:
1684
+ :sym: :key_md_5
1685
+ :type: :string
1686
+ InitializationVector:
1687
+ :sym: :initialization_vector
1688
+ :type: :string
1689
+ Rotate:
1690
+ :sym: :rotate
1691
+ :type: :string
1692
+ PresetId:
1693
+ :sym: :preset_id
1694
+ :type: :string
1695
+ SegmentDuration:
1696
+ :sym: :segment_duration
1697
+ :type: :string
1698
+ Status:
1699
+ :sym: :status
1700
+ :type: :string
1701
+ StatusDetail:
1702
+ :sym: :status_detail
1703
+ :type: :string
1704
+ Duration:
1705
+ :sym: :duration
1706
+ :type: :integer
1707
+ Width:
1708
+ :sym: :width
1709
+ :type: :integer
1710
+ Height:
1711
+ :sym: :height
1712
+ :type: :integer
1713
+ Watermarks:
1714
+ :sym: :watermarks
1715
+ :type: :hash
1716
+ :members:
1717
+ PresetWatermarkId:
1718
+ :sym: :preset_watermark_id
1719
+ :type: :string
1720
+ InputKey:
1721
+ :sym: :input_key
1722
+ :type: :string
1723
+ Encryption:
1724
+ :sym: :encryption
1725
+ :type: :hash
1726
+ :members:
1727
+ Mode:
1728
+ :sym: :mode
1729
+ :type: :string
1730
+ Key:
1731
+ :sym: :key
1732
+ :type: :string
1733
+ KeyMd5:
1734
+ :sym: :key_md_5
1735
+ :type: :string
1736
+ InitializationVector:
1737
+ :sym: :initialization_vector
1738
+ :type: :string
1739
+ AlbumArt:
1740
+ :sym: :album_art
1741
+ :type: :hash
1742
+ :members:
1743
+ MergePolicy:
1744
+ :sym: :merge_policy
1745
+ :type: :string
1746
+ Artwork:
1747
+ :sym: :artwork
1748
+ :type: :hash
1749
+ :members:
1750
+ InputKey:
1751
+ :sym: :input_key
1752
+ :type: :string
1753
+ MaxWidth:
1754
+ :sym: :max_width
1755
+ :type: :string
1756
+ MaxHeight:
1757
+ :sym: :max_height
1758
+ :type: :string
1759
+ SizingPolicy:
1760
+ :sym: :sizing_policy
1761
+ :type: :string
1762
+ PaddingPolicy:
1763
+ :sym: :padding_policy
1764
+ :type: :string
1765
+ AlbumArtFormat:
1766
+ :sym: :album_art_format
1767
+ :type: :string
1768
+ Encryption:
1769
+ :sym: :encryption
1770
+ :type: :hash
1771
+ :members:
1772
+ Mode:
1773
+ :sym: :mode
1774
+ :type: :string
1775
+ Key:
1776
+ :sym: :key
1777
+ :type: :string
1778
+ KeyMd5:
1779
+ :sym: :key_md_5
1780
+ :type: :string
1781
+ InitializationVector:
1782
+ :sym: :initialization_vector
1783
+ :type: :string
1784
+ Composition:
1785
+ :sym: :composition
1786
+ :type: :hash
1787
+ :members:
1788
+ TimeSpan:
1789
+ :sym: :time_span
1790
+ :type: :hash
1791
+ :members:
1792
+ StartTime:
1793
+ :sym: :start_time
1794
+ :type: :string
1795
+ Duration:
1796
+ :sym: :duration
1797
+ :type: :string
1798
+ Captions:
1799
+ :sym: :captions
1800
+ :type: :hash
1801
+ :members:
1802
+ MergePolicy:
1803
+ :sym: :merge_policy
1804
+ :type: :string
1805
+ CaptionSources:
1806
+ :sym: :caption_sources
1807
+ :type: :hash
1808
+ :members:
1809
+ Key:
1810
+ :sym: :key
1811
+ :type: :string
1812
+ Language:
1813
+ :sym: :language
1814
+ :type: :string
1815
+ TimeOffset:
1816
+ :sym: :time_offset
1817
+ :type: :string
1818
+ Label:
1819
+ :sym: :label
1820
+ :type: :string
1821
+ Encryption:
1822
+ :sym: :encryption
1823
+ :type: :hash
1824
+ :members:
1825
+ Mode:
1826
+ :sym: :mode
1827
+ :type: :string
1828
+ Key:
1829
+ :sym: :key
1830
+ :type: :string
1831
+ KeyMd5:
1832
+ :sym: :key_md_5
1833
+ :type: :string
1834
+ InitializationVector:
1835
+ :sym: :initialization_vector
1836
+ :type: :string
1837
+ CaptionFormats:
1838
+ :sym: :caption_formats
1839
+ :type: :hash
1840
+ :members:
1841
+ Format:
1842
+ :sym: :format
1843
+ :type: :string
1844
+ Pattern:
1845
+ :sym: :pattern
1846
+ :type: :string
1847
+ Encryption:
1848
+ :sym: :encryption
1849
+ :type: :hash
1850
+ :members:
1851
+ Mode:
1852
+ :sym: :mode
1853
+ :type: :string
1854
+ Key:
1855
+ :sym: :key
1856
+ :type: :string
1857
+ KeyMd5:
1858
+ :sym: :key_md_5
1859
+ :type: :string
1860
+ InitializationVector:
1861
+ :sym: :initialization_vector
1862
+ :type: :string
1863
+ Encryption:
1864
+ :sym: :encryption
1865
+ :type: :hash
1866
+ :members:
1867
+ Mode:
1868
+ :sym: :mode
1869
+ :type: :string
1870
+ Key:
1871
+ :sym: :key
1872
+ :type: :string
1873
+ KeyMd5:
1874
+ :sym: :key_md_5
1875
+ :type: :string
1876
+ InitializationVector:
1877
+ :sym: :initialization_vector
1878
+ :type: :string
1879
+ Outputs:
1880
+ :sym: :outputs
1881
+ :type: :hash
1882
+ :members:
1883
+ Id:
1884
+ :sym: :id
1885
+ :type: :string
1886
+ Key:
1887
+ :sym: :key
1888
+ :type: :string
1889
+ ThumbnailPattern:
1890
+ :sym: :thumbnail_pattern
1891
+ :type: :string
1892
+ ThumbnailEncryption:
1893
+ :sym: :thumbnail_encryption
1894
+ :type: :hash
1895
+ :members:
1896
+ Mode:
1897
+ :sym: :mode
1898
+ :type: :string
1899
+ Key:
1900
+ :sym: :key
1901
+ :type: :string
1902
+ KeyMd5:
1903
+ :sym: :key_md_5
1904
+ :type: :string
1905
+ InitializationVector:
1906
+ :sym: :initialization_vector
1907
+ :type: :string
1908
+ Rotate:
1909
+ :sym: :rotate
1910
+ :type: :string
1911
+ PresetId:
1912
+ :sym: :preset_id
1913
+ :type: :string
1914
+ SegmentDuration:
1915
+ :sym: :segment_duration
1916
+ :type: :string
1917
+ Status:
1918
+ :sym: :status
1919
+ :type: :string
1920
+ StatusDetail:
1921
+ :sym: :status_detail
1922
+ :type: :string
1923
+ Duration:
1924
+ :sym: :duration
1925
+ :type: :integer
1926
+ Width:
1927
+ :sym: :width
1928
+ :type: :integer
1929
+ Height:
1930
+ :sym: :height
1931
+ :type: :integer
1932
+ Watermarks:
1933
+ :sym: :watermarks
1934
+ :type: :hash
1935
+ :members:
1936
+ PresetWatermarkId:
1937
+ :sym: :preset_watermark_id
1938
+ :type: :string
1939
+ InputKey:
1940
+ :sym: :input_key
1941
+ :type: :string
1942
+ Encryption:
1943
+ :sym: :encryption
1944
+ :type: :hash
1945
+ :members:
1946
+ Mode:
1947
+ :sym: :mode
1948
+ :type: :string
1949
+ Key:
1950
+ :sym: :key
1951
+ :type: :string
1952
+ KeyMd5:
1953
+ :sym: :key_md_5
1954
+ :type: :string
1955
+ InitializationVector:
1956
+ :sym: :initialization_vector
1957
+ :type: :string
1958
+ AlbumArt:
1959
+ :sym: :album_art
1960
+ :type: :hash
1961
+ :members:
1962
+ MergePolicy:
1963
+ :sym: :merge_policy
1964
+ :type: :string
1965
+ Artwork:
1966
+ :sym: :artwork
1967
+ :type: :hash
1968
+ :members:
1969
+ InputKey:
1970
+ :sym: :input_key
1971
+ :type: :string
1972
+ MaxWidth:
1973
+ :sym: :max_width
1974
+ :type: :string
1975
+ MaxHeight:
1976
+ :sym: :max_height
1977
+ :type: :string
1978
+ SizingPolicy:
1979
+ :sym: :sizing_policy
1980
+ :type: :string
1981
+ PaddingPolicy:
1982
+ :sym: :padding_policy
1983
+ :type: :string
1984
+ AlbumArtFormat:
1985
+ :sym: :album_art_format
1986
+ :type: :string
1987
+ Encryption:
1988
+ :sym: :encryption
1989
+ :type: :hash
1990
+ :members:
1991
+ Mode:
1992
+ :sym: :mode
1993
+ :type: :string
1994
+ Key:
1995
+ :sym: :key
1996
+ :type: :string
1997
+ KeyMd5:
1998
+ :sym: :key_md_5
1999
+ :type: :string
2000
+ InitializationVector:
2001
+ :sym: :initialization_vector
2002
+ :type: :string
2003
+ Composition:
2004
+ :sym: :composition
2005
+ :type: :hash
2006
+ :members:
2007
+ TimeSpan:
2008
+ :sym: :time_span
2009
+ :type: :hash
2010
+ :members:
2011
+ StartTime:
2012
+ :sym: :start_time
2013
+ :type: :string
2014
+ Duration:
2015
+ :sym: :duration
2016
+ :type: :string
2017
+ Captions:
2018
+ :sym: :captions
2019
+ :type: :hash
2020
+ :members:
2021
+ MergePolicy:
2022
+ :sym: :merge_policy
2023
+ :type: :string
2024
+ CaptionSources:
2025
+ :sym: :caption_sources
2026
+ :type: :hash
2027
+ :members:
2028
+ Key:
2029
+ :sym: :key
2030
+ :type: :string
2031
+ Language:
2032
+ :sym: :language
2033
+ :type: :string
2034
+ TimeOffset:
2035
+ :sym: :time_offset
2036
+ :type: :string
2037
+ Label:
2038
+ :sym: :label
2039
+ :type: :string
2040
+ Encryption:
2041
+ :sym: :encryption
2042
+ :type: :hash
2043
+ :members:
2044
+ Mode:
2045
+ :sym: :mode
2046
+ :type: :string
2047
+ Key:
2048
+ :sym: :key
2049
+ :type: :string
2050
+ KeyMd5:
2051
+ :sym: :key_md_5
2052
+ :type: :string
2053
+ InitializationVector:
2054
+ :sym: :initialization_vector
2055
+ :type: :string
2056
+ CaptionFormats:
2057
+ :sym: :caption_formats
2058
+ :type: :hash
2059
+ :members:
2060
+ Format:
2061
+ :sym: :format
2062
+ :type: :string
2063
+ Pattern:
2064
+ :sym: :pattern
2065
+ :type: :string
2066
+ Encryption:
2067
+ :sym: :encryption
2068
+ :type: :hash
2069
+ :members:
2070
+ Mode:
2071
+ :sym: :mode
2072
+ :type: :string
2073
+ Key:
2074
+ :sym: :key
2075
+ :type: :string
2076
+ KeyMd5:
2077
+ :sym: :key_md_5
2078
+ :type: :string
2079
+ InitializationVector:
2080
+ :sym: :initialization_vector
2081
+ :type: :string
2082
+ Encryption:
2083
+ :sym: :encryption
2084
+ :type: :hash
2085
+ :members:
2086
+ Mode:
2087
+ :sym: :mode
2088
+ :type: :string
2089
+ Key:
2090
+ :sym: :key
2091
+ :type: :string
2092
+ KeyMd5:
2093
+ :sym: :key_md_5
2094
+ :type: :string
2095
+ InitializationVector:
2096
+ :sym: :initialization_vector
2097
+ :type: :string
2098
+ OutputKeyPrefix:
2099
+ :sym: :output_key_prefix
2100
+ :type: :string
2101
+ Playlists:
2102
+ :sym: :playlists
2103
+ :type: :hash
2104
+ :members:
2105
+ Name:
2106
+ :sym: :name
2107
+ :type: :string
2108
+ Format:
2109
+ :sym: :format
2110
+ :type: :string
2111
+ OutputKeys:
2112
+ :sym: :output_keys
2113
+ :type: :string
2114
+ Status:
2115
+ :sym: :status
2116
+ :type: :string
2117
+ StatusDetail:
2118
+ :sym: :status_detail
2119
+ :type: :string
2120
+ Status:
2121
+ :sym: :status
2122
+ :type: :string
2123
+ UserMetadata:
2124
+ :sym: :user_metadata
2125
+ :type: :map
2126
+ :members:
2127
+ :sym: :map_value
2128
+ :type: :string
2129
+ NextPageToken:
2130
+ :sym: :next_page_token
2131
+ :type: :string
2132
+ - :name: ListJobsByStatus
2133
+ :method: :list_jobs_by_status
2134
+ :http:
2135
+ :verb: GET
2136
+ :uri: /2012-09-25/jobsByStatus/:status?Ascending=:ascending;PageToken=:page_token
2137
+ :inputs:
2138
+ :status:
2139
+ :type: :string
2140
+ :required: true
2141
+ :ascending:
2142
+ :type: :string
2143
+ :page_token:
2144
+ :type: :string
2145
+ :outputs:
2146
+ Jobs:
2147
+ :sym: :jobs
2148
+ :type: :hash
2149
+ :members:
2150
+ Id:
2151
+ :sym: :id
2152
+ :type: :string
2153
+ Arn:
2154
+ :sym: :arn
2155
+ :type: :string
2156
+ PipelineId:
2157
+ :sym: :pipeline_id
2158
+ :type: :string
2159
+ Input:
2160
+ :sym: :input
2161
+ :type: :hash
2162
+ :members:
2163
+ Key:
2164
+ :sym: :key
2165
+ :type: :string
2166
+ FrameRate:
2167
+ :sym: :frame_rate
2168
+ :type: :string
2169
+ Resolution:
2170
+ :sym: :resolution
2171
+ :type: :string
2172
+ AspectRatio:
2173
+ :sym: :aspect_ratio
2174
+ :type: :string
2175
+ Interlaced:
2176
+ :sym: :interlaced
2177
+ :type: :string
2178
+ Container:
2179
+ :sym: :container
2180
+ :type: :string
2181
+ Encryption:
2182
+ :sym: :encryption
2183
+ :type: :hash
2184
+ :members:
2185
+ Mode:
2186
+ :sym: :mode
2187
+ :type: :string
2188
+ Key:
2189
+ :sym: :key
2190
+ :type: :string
2191
+ KeyMd5:
2192
+ :sym: :key_md_5
2193
+ :type: :string
2194
+ InitializationVector:
2195
+ :sym: :initialization_vector
2196
+ :type: :string
2197
+ Output:
2198
+ :sym: :output
2199
+ :type: :hash
2200
+ :members:
2201
+ Id:
2202
+ :sym: :id
2203
+ :type: :string
2204
+ Key:
2205
+ :sym: :key
2206
+ :type: :string
2207
+ ThumbnailPattern:
2208
+ :sym: :thumbnail_pattern
2209
+ :type: :string
2210
+ ThumbnailEncryption:
2211
+ :sym: :thumbnail_encryption
2212
+ :type: :hash
2213
+ :members:
2214
+ Mode:
2215
+ :sym: :mode
2216
+ :type: :string
2217
+ Key:
2218
+ :sym: :key
2219
+ :type: :string
2220
+ KeyMd5:
2221
+ :sym: :key_md_5
2222
+ :type: :string
2223
+ InitializationVector:
2224
+ :sym: :initialization_vector
2225
+ :type: :string
2226
+ Rotate:
2227
+ :sym: :rotate
2228
+ :type: :string
2229
+ PresetId:
2230
+ :sym: :preset_id
2231
+ :type: :string
2232
+ SegmentDuration:
2233
+ :sym: :segment_duration
2234
+ :type: :string
2235
+ Status:
2236
+ :sym: :status
2237
+ :type: :string
2238
+ StatusDetail:
2239
+ :sym: :status_detail
2240
+ :type: :string
2241
+ Duration:
2242
+ :sym: :duration
2243
+ :type: :integer
2244
+ Width:
2245
+ :sym: :width
2246
+ :type: :integer
2247
+ Height:
2248
+ :sym: :height
2249
+ :type: :integer
2250
+ Watermarks:
2251
+ :sym: :watermarks
2252
+ :type: :hash
2253
+ :members:
2254
+ PresetWatermarkId:
2255
+ :sym: :preset_watermark_id
2256
+ :type: :string
2257
+ InputKey:
2258
+ :sym: :input_key
2259
+ :type: :string
2260
+ Encryption:
2261
+ :sym: :encryption
2262
+ :type: :hash
2263
+ :members:
2264
+ Mode:
2265
+ :sym: :mode
2266
+ :type: :string
2267
+ Key:
2268
+ :sym: :key
2269
+ :type: :string
2270
+ KeyMd5:
2271
+ :sym: :key_md_5
2272
+ :type: :string
2273
+ InitializationVector:
2274
+ :sym: :initialization_vector
2275
+ :type: :string
2276
+ AlbumArt:
2277
+ :sym: :album_art
2278
+ :type: :hash
2279
+ :members:
2280
+ MergePolicy:
2281
+ :sym: :merge_policy
2282
+ :type: :string
2283
+ Artwork:
2284
+ :sym: :artwork
2285
+ :type: :hash
2286
+ :members:
2287
+ InputKey:
2288
+ :sym: :input_key
2289
+ :type: :string
2290
+ MaxWidth:
2291
+ :sym: :max_width
2292
+ :type: :string
2293
+ MaxHeight:
2294
+ :sym: :max_height
2295
+ :type: :string
2296
+ SizingPolicy:
2297
+ :sym: :sizing_policy
2298
+ :type: :string
2299
+ PaddingPolicy:
2300
+ :sym: :padding_policy
2301
+ :type: :string
2302
+ AlbumArtFormat:
2303
+ :sym: :album_art_format
2304
+ :type: :string
2305
+ Encryption:
2306
+ :sym: :encryption
2307
+ :type: :hash
2308
+ :members:
2309
+ Mode:
2310
+ :sym: :mode
2311
+ :type: :string
2312
+ Key:
2313
+ :sym: :key
2314
+ :type: :string
2315
+ KeyMd5:
2316
+ :sym: :key_md_5
2317
+ :type: :string
2318
+ InitializationVector:
2319
+ :sym: :initialization_vector
2320
+ :type: :string
2321
+ Composition:
2322
+ :sym: :composition
2323
+ :type: :hash
2324
+ :members:
2325
+ TimeSpan:
2326
+ :sym: :time_span
2327
+ :type: :hash
2328
+ :members:
2329
+ StartTime:
2330
+ :sym: :start_time
2331
+ :type: :string
2332
+ Duration:
2333
+ :sym: :duration
2334
+ :type: :string
2335
+ Captions:
2336
+ :sym: :captions
2337
+ :type: :hash
2338
+ :members:
2339
+ MergePolicy:
2340
+ :sym: :merge_policy
2341
+ :type: :string
2342
+ CaptionSources:
2343
+ :sym: :caption_sources
2344
+ :type: :hash
2345
+ :members:
2346
+ Key:
2347
+ :sym: :key
2348
+ :type: :string
2349
+ Language:
2350
+ :sym: :language
2351
+ :type: :string
2352
+ TimeOffset:
2353
+ :sym: :time_offset
2354
+ :type: :string
2355
+ Label:
2356
+ :sym: :label
2357
+ :type: :string
2358
+ Encryption:
2359
+ :sym: :encryption
2360
+ :type: :hash
2361
+ :members:
2362
+ Mode:
2363
+ :sym: :mode
2364
+ :type: :string
2365
+ Key:
2366
+ :sym: :key
2367
+ :type: :string
2368
+ KeyMd5:
2369
+ :sym: :key_md_5
2370
+ :type: :string
2371
+ InitializationVector:
2372
+ :sym: :initialization_vector
2373
+ :type: :string
2374
+ CaptionFormats:
2375
+ :sym: :caption_formats
2376
+ :type: :hash
2377
+ :members:
2378
+ Format:
2379
+ :sym: :format
2380
+ :type: :string
2381
+ Pattern:
2382
+ :sym: :pattern
2383
+ :type: :string
2384
+ Encryption:
2385
+ :sym: :encryption
2386
+ :type: :hash
2387
+ :members:
2388
+ Mode:
2389
+ :sym: :mode
2390
+ :type: :string
2391
+ Key:
2392
+ :sym: :key
2393
+ :type: :string
2394
+ KeyMd5:
2395
+ :sym: :key_md_5
2396
+ :type: :string
2397
+ InitializationVector:
2398
+ :sym: :initialization_vector
2399
+ :type: :string
2400
+ Encryption:
2401
+ :sym: :encryption
2402
+ :type: :hash
2403
+ :members:
2404
+ Mode:
2405
+ :sym: :mode
2406
+ :type: :string
2407
+ Key:
2408
+ :sym: :key
2409
+ :type: :string
2410
+ KeyMd5:
2411
+ :sym: :key_md_5
2412
+ :type: :string
2413
+ InitializationVector:
2414
+ :sym: :initialization_vector
2415
+ :type: :string
2416
+ Outputs:
2417
+ :sym: :outputs
2418
+ :type: :hash
2419
+ :members:
2420
+ Id:
2421
+ :sym: :id
2422
+ :type: :string
2423
+ Key:
2424
+ :sym: :key
2425
+ :type: :string
2426
+ ThumbnailPattern:
2427
+ :sym: :thumbnail_pattern
2428
+ :type: :string
2429
+ ThumbnailEncryption:
2430
+ :sym: :thumbnail_encryption
2431
+ :type: :hash
2432
+ :members:
2433
+ Mode:
2434
+ :sym: :mode
2435
+ :type: :string
2436
+ Key:
2437
+ :sym: :key
2438
+ :type: :string
2439
+ KeyMd5:
2440
+ :sym: :key_md_5
2441
+ :type: :string
2442
+ InitializationVector:
2443
+ :sym: :initialization_vector
2444
+ :type: :string
2445
+ Rotate:
2446
+ :sym: :rotate
2447
+ :type: :string
2448
+ PresetId:
2449
+ :sym: :preset_id
2450
+ :type: :string
2451
+ SegmentDuration:
2452
+ :sym: :segment_duration
2453
+ :type: :string
2454
+ Status:
2455
+ :sym: :status
2456
+ :type: :string
2457
+ StatusDetail:
2458
+ :sym: :status_detail
2459
+ :type: :string
2460
+ Duration:
2461
+ :sym: :duration
2462
+ :type: :integer
2463
+ Width:
2464
+ :sym: :width
2465
+ :type: :integer
2466
+ Height:
2467
+ :sym: :height
2468
+ :type: :integer
2469
+ Watermarks:
2470
+ :sym: :watermarks
2471
+ :type: :hash
2472
+ :members:
2473
+ PresetWatermarkId:
2474
+ :sym: :preset_watermark_id
2475
+ :type: :string
2476
+ InputKey:
2477
+ :sym: :input_key
2478
+ :type: :string
2479
+ Encryption:
2480
+ :sym: :encryption
2481
+ :type: :hash
2482
+ :members:
2483
+ Mode:
2484
+ :sym: :mode
2485
+ :type: :string
2486
+ Key:
2487
+ :sym: :key
2488
+ :type: :string
2489
+ KeyMd5:
2490
+ :sym: :key_md_5
2491
+ :type: :string
2492
+ InitializationVector:
2493
+ :sym: :initialization_vector
2494
+ :type: :string
2495
+ AlbumArt:
2496
+ :sym: :album_art
2497
+ :type: :hash
2498
+ :members:
2499
+ MergePolicy:
2500
+ :sym: :merge_policy
2501
+ :type: :string
2502
+ Artwork:
2503
+ :sym: :artwork
2504
+ :type: :hash
2505
+ :members:
2506
+ InputKey:
2507
+ :sym: :input_key
2508
+ :type: :string
2509
+ MaxWidth:
2510
+ :sym: :max_width
2511
+ :type: :string
2512
+ MaxHeight:
2513
+ :sym: :max_height
2514
+ :type: :string
2515
+ SizingPolicy:
2516
+ :sym: :sizing_policy
2517
+ :type: :string
2518
+ PaddingPolicy:
2519
+ :sym: :padding_policy
2520
+ :type: :string
2521
+ AlbumArtFormat:
2522
+ :sym: :album_art_format
2523
+ :type: :string
2524
+ Encryption:
2525
+ :sym: :encryption
2526
+ :type: :hash
2527
+ :members:
2528
+ Mode:
2529
+ :sym: :mode
2530
+ :type: :string
2531
+ Key:
2532
+ :sym: :key
2533
+ :type: :string
2534
+ KeyMd5:
2535
+ :sym: :key_md_5
2536
+ :type: :string
2537
+ InitializationVector:
2538
+ :sym: :initialization_vector
2539
+ :type: :string
2540
+ Composition:
2541
+ :sym: :composition
2542
+ :type: :hash
2543
+ :members:
2544
+ TimeSpan:
2545
+ :sym: :time_span
2546
+ :type: :hash
2547
+ :members:
2548
+ StartTime:
2549
+ :sym: :start_time
2550
+ :type: :string
2551
+ Duration:
2552
+ :sym: :duration
2553
+ :type: :string
2554
+ Captions:
2555
+ :sym: :captions
2556
+ :type: :hash
2557
+ :members:
2558
+ MergePolicy:
2559
+ :sym: :merge_policy
2560
+ :type: :string
2561
+ CaptionSources:
2562
+ :sym: :caption_sources
2563
+ :type: :hash
2564
+ :members:
2565
+ Key:
2566
+ :sym: :key
2567
+ :type: :string
2568
+ Language:
2569
+ :sym: :language
2570
+ :type: :string
2571
+ TimeOffset:
2572
+ :sym: :time_offset
2573
+ :type: :string
2574
+ Label:
2575
+ :sym: :label
2576
+ :type: :string
2577
+ Encryption:
2578
+ :sym: :encryption
2579
+ :type: :hash
2580
+ :members:
2581
+ Mode:
2582
+ :sym: :mode
2583
+ :type: :string
2584
+ Key:
2585
+ :sym: :key
2586
+ :type: :string
2587
+ KeyMd5:
2588
+ :sym: :key_md_5
2589
+ :type: :string
2590
+ InitializationVector:
2591
+ :sym: :initialization_vector
2592
+ :type: :string
2593
+ CaptionFormats:
2594
+ :sym: :caption_formats
2595
+ :type: :hash
2596
+ :members:
2597
+ Format:
2598
+ :sym: :format
2599
+ :type: :string
2600
+ Pattern:
2601
+ :sym: :pattern
2602
+ :type: :string
2603
+ Encryption:
2604
+ :sym: :encryption
2605
+ :type: :hash
2606
+ :members:
2607
+ Mode:
2608
+ :sym: :mode
2609
+ :type: :string
2610
+ Key:
2611
+ :sym: :key
2612
+ :type: :string
2613
+ KeyMd5:
2614
+ :sym: :key_md_5
2615
+ :type: :string
2616
+ InitializationVector:
2617
+ :sym: :initialization_vector
2618
+ :type: :string
2619
+ Encryption:
2620
+ :sym: :encryption
2621
+ :type: :hash
2622
+ :members:
2623
+ Mode:
2624
+ :sym: :mode
2625
+ :type: :string
2626
+ Key:
2627
+ :sym: :key
2628
+ :type: :string
2629
+ KeyMd5:
2630
+ :sym: :key_md_5
2631
+ :type: :string
2632
+ InitializationVector:
2633
+ :sym: :initialization_vector
2634
+ :type: :string
2635
+ OutputKeyPrefix:
2636
+ :sym: :output_key_prefix
2637
+ :type: :string
2638
+ Playlists:
2639
+ :sym: :playlists
2640
+ :type: :hash
2641
+ :members:
2642
+ Name:
2643
+ :sym: :name
2644
+ :type: :string
2645
+ Format:
2646
+ :sym: :format
2647
+ :type: :string
2648
+ OutputKeys:
2649
+ :sym: :output_keys
2650
+ :type: :string
2651
+ Status:
2652
+ :sym: :status
2653
+ :type: :string
2654
+ StatusDetail:
2655
+ :sym: :status_detail
2656
+ :type: :string
2657
+ Status:
2658
+ :sym: :status
2659
+ :type: :string
2660
+ UserMetadata:
2661
+ :sym: :user_metadata
2662
+ :type: :map
2663
+ :members:
2664
+ :sym: :map_value
2665
+ :type: :string
2666
+ NextPageToken:
2667
+ :sym: :next_page_token
2668
+ :type: :string
2669
+ - :name: ListPipelines
2670
+ :method: :list_pipelines
2671
+ :http:
2672
+ :verb: GET
2673
+ :uri: /2012-09-25/pipelines?Ascending=:ascending;PageToken=:page_token
2674
+ :inputs:
2675
+ :ascending:
2676
+ :type: :string
2677
+ :page_token:
2678
+ :type: :string
2679
+ :outputs:
2680
+ Pipelines:
2681
+ :sym: :pipelines
2682
+ :type: :hash
2683
+ :members:
2684
+ Id:
2685
+ :sym: :id
2686
+ :type: :string
2687
+ Arn:
2688
+ :sym: :arn
2689
+ :type: :string
2690
+ Name:
2691
+ :sym: :name
2692
+ :type: :string
2693
+ Status:
2694
+ :sym: :status
2695
+ :type: :string
2696
+ InputBucket:
2697
+ :sym: :input_bucket
2698
+ :type: :string
2699
+ OutputBucket:
2700
+ :sym: :output_bucket
2701
+ :type: :string
2702
+ Role:
2703
+ :sym: :role
2704
+ :type: :string
2705
+ AwsKmsKeyArn:
2706
+ :sym: :aws_kms_key_arn
2707
+ :type: :string
2708
+ Notifications:
2709
+ :sym: :notifications
2710
+ :type: :hash
2711
+ :members:
2712
+ Progressing:
2713
+ :sym: :progressing
2714
+ :type: :string
2715
+ Completed:
2716
+ :sym: :completed
2717
+ :type: :string
2718
+ Warning:
2719
+ :sym: :warning
2720
+ :type: :string
2721
+ Error:
2722
+ :sym: :error
2723
+ :type: :string
2724
+ ContentConfig:
2725
+ :sym: :content_config
2726
+ :type: :hash
2727
+ :members:
2728
+ Bucket:
2729
+ :sym: :bucket
2730
+ :type: :string
2731
+ StorageClass:
2732
+ :sym: :storage_class
2733
+ :type: :string
2734
+ Permissions:
2735
+ :sym: :permissions
2736
+ :type: :hash
2737
+ :members:
2738
+ GranteeType:
2739
+ :sym: :grantee_type
2740
+ :type: :string
2741
+ Grantee:
2742
+ :sym: :grantee
2743
+ :type: :string
2744
+ Access:
2745
+ :sym: :access
2746
+ :type: :string
2747
+ ThumbnailConfig:
2748
+ :sym: :thumbnail_config
2749
+ :type: :hash
2750
+ :members:
2751
+ Bucket:
2752
+ :sym: :bucket
2753
+ :type: :string
2754
+ StorageClass:
2755
+ :sym: :storage_class
2756
+ :type: :string
2757
+ Permissions:
2758
+ :sym: :permissions
2759
+ :type: :hash
2760
+ :members:
2761
+ GranteeType:
2762
+ :sym: :grantee_type
2763
+ :type: :string
2764
+ Grantee:
2765
+ :sym: :grantee
2766
+ :type: :string
2767
+ Access:
2768
+ :sym: :access
2769
+ :type: :string
2770
+ NextPageToken:
2771
+ :sym: :next_page_token
2772
+ :type: :string
2773
+ - :name: ListPresets
2774
+ :method: :list_presets
2775
+ :http:
2776
+ :verb: GET
2777
+ :uri: /2012-09-25/presets?Ascending=:ascending;PageToken=:page_token
2778
+ :inputs:
2779
+ :ascending:
2780
+ :type: :string
2781
+ :page_token:
2782
+ :type: :string
2783
+ :outputs:
2784
+ Presets:
2785
+ :sym: :presets
2786
+ :type: :hash
2787
+ :members:
2788
+ Id:
2789
+ :sym: :id
2790
+ :type: :string
2791
+ Arn:
2792
+ :sym: :arn
2793
+ :type: :string
2794
+ Name:
2795
+ :sym: :name
2796
+ :type: :string
2797
+ Description:
2798
+ :sym: :description
2799
+ :type: :string
2800
+ Container:
2801
+ :sym: :container
2802
+ :type: :string
2803
+ Audio:
2804
+ :sym: :audio
2805
+ :type: :hash
2806
+ :members:
2807
+ Codec:
2808
+ :sym: :codec
2809
+ :type: :string
2810
+ SampleRate:
2811
+ :sym: :sample_rate
2812
+ :type: :string
2813
+ BitRate:
2814
+ :sym: :bit_rate
2815
+ :type: :string
2816
+ Channels:
2817
+ :sym: :channels
2818
+ :type: :string
2819
+ CodecOptions:
2820
+ :sym: :codec_options
2821
+ :type: :hash
2822
+ :members:
2823
+ Profile:
2824
+ :sym: :profile
2825
+ :type: :string
2826
+ Video:
2827
+ :sym: :video
2828
+ :type: :hash
2829
+ :members:
2830
+ Codec:
2831
+ :sym: :codec
2832
+ :type: :string
2833
+ CodecOptions:
2834
+ :sym: :codec_options
2835
+ :type: :map
2836
+ :members:
2837
+ :sym: :map_value
2838
+ :type: :string
2839
+ KeyframesMaxDist:
2840
+ :sym: :keyframes_max_dist
2841
+ :type: :string
2842
+ FixedGOP:
2843
+ :sym: :fixed_gop
2844
+ :type: :string
2845
+ BitRate:
2846
+ :sym: :bit_rate
2847
+ :type: :string
2848
+ FrameRate:
2849
+ :sym: :frame_rate
2850
+ :type: :string
2851
+ MaxFrameRate:
2852
+ :sym: :max_frame_rate
2853
+ :type: :string
2854
+ Resolution:
2855
+ :sym: :resolution
2856
+ :type: :string
2857
+ AspectRatio:
2858
+ :sym: :aspect_ratio
2859
+ :type: :string
2860
+ MaxWidth:
2861
+ :sym: :max_width
2862
+ :type: :string
2863
+ MaxHeight:
2864
+ :sym: :max_height
2865
+ :type: :string
2866
+ DisplayAspectRatio:
2867
+ :sym: :display_aspect_ratio
2868
+ :type: :string
2869
+ SizingPolicy:
2870
+ :sym: :sizing_policy
2871
+ :type: :string
2872
+ PaddingPolicy:
2873
+ :sym: :padding_policy
2874
+ :type: :string
2875
+ Watermarks:
2876
+ :sym: :watermarks
2877
+ :type: :hash
2878
+ :members:
2879
+ Id:
2880
+ :sym: :id
2881
+ :type: :string
2882
+ MaxWidth:
2883
+ :sym: :max_width
2884
+ :type: :string
2885
+ MaxHeight:
2886
+ :sym: :max_height
2887
+ :type: :string
2888
+ SizingPolicy:
2889
+ :sym: :sizing_policy
2890
+ :type: :string
2891
+ HorizontalAlign:
2892
+ :sym: :horizontal_align
2893
+ :type: :string
2894
+ HorizontalOffset:
2895
+ :sym: :horizontal_offset
2896
+ :type: :string
2897
+ VerticalAlign:
2898
+ :sym: :vertical_align
2899
+ :type: :string
2900
+ VerticalOffset:
2901
+ :sym: :vertical_offset
2902
+ :type: :string
2903
+ Opacity:
2904
+ :sym: :opacity
2905
+ :type: :string
2906
+ Target:
2907
+ :sym: :target
2908
+ :type: :string
2909
+ Thumbnails:
2910
+ :sym: :thumbnails
2911
+ :type: :hash
2912
+ :members:
2913
+ Format:
2914
+ :sym: :format
2915
+ :type: :string
2916
+ Interval:
2917
+ :sym: :interval
2918
+ :type: :string
2919
+ Resolution:
2920
+ :sym: :resolution
2921
+ :type: :string
2922
+ AspectRatio:
2923
+ :sym: :aspect_ratio
2924
+ :type: :string
2925
+ MaxWidth:
2926
+ :sym: :max_width
2927
+ :type: :string
2928
+ MaxHeight:
2929
+ :sym: :max_height
2930
+ :type: :string
2931
+ SizingPolicy:
2932
+ :sym: :sizing_policy
2933
+ :type: :string
2934
+ PaddingPolicy:
2935
+ :sym: :padding_policy
2936
+ :type: :string
2937
+ Type:
2938
+ :sym: :type
2939
+ :type: :string
2940
+ NextPageToken:
2941
+ :sym: :next_page_token
2942
+ :type: :string
2943
+ - :name: ReadJob
2944
+ :method: :read_job
2945
+ :http:
2946
+ :verb: GET
2947
+ :uri: /2012-09-25/jobs/:id
2948
+ :inputs:
2949
+ :id:
2950
+ :type: :string
2951
+ :required: true
2952
+ :outputs:
2953
+ Job:
2954
+ :sym: :job
2955
+ :type: :hash
2956
+ :members:
2957
+ Id:
2958
+ :sym: :id
2959
+ :type: :string
2960
+ Arn:
2961
+ :sym: :arn
2962
+ :type: :string
2963
+ PipelineId:
2964
+ :sym: :pipeline_id
2965
+ :type: :string
2966
+ Input:
2967
+ :sym: :input
2968
+ :type: :hash
2969
+ :members:
2970
+ Key:
2971
+ :sym: :key
2972
+ :type: :string
2973
+ FrameRate:
2974
+ :sym: :frame_rate
2975
+ :type: :string
2976
+ Resolution:
2977
+ :sym: :resolution
2978
+ :type: :string
2979
+ AspectRatio:
2980
+ :sym: :aspect_ratio
2981
+ :type: :string
2982
+ Interlaced:
2983
+ :sym: :interlaced
2984
+ :type: :string
2985
+ Container:
2986
+ :sym: :container
2987
+ :type: :string
2988
+ Encryption:
2989
+ :sym: :encryption
2990
+ :type: :hash
2991
+ :members:
2992
+ Mode:
2993
+ :sym: :mode
2994
+ :type: :string
2995
+ Key:
2996
+ :sym: :key
2997
+ :type: :string
2998
+ KeyMd5:
2999
+ :sym: :key_md_5
3000
+ :type: :string
3001
+ InitializationVector:
3002
+ :sym: :initialization_vector
3003
+ :type: :string
3004
+ Output:
3005
+ :sym: :output
3006
+ :type: :hash
3007
+ :members:
3008
+ Id:
3009
+ :sym: :id
3010
+ :type: :string
3011
+ Key:
3012
+ :sym: :key
3013
+ :type: :string
3014
+ ThumbnailPattern:
3015
+ :sym: :thumbnail_pattern
3016
+ :type: :string
3017
+ ThumbnailEncryption:
3018
+ :sym: :thumbnail_encryption
3019
+ :type: :hash
3020
+ :members:
3021
+ Mode:
3022
+ :sym: :mode
3023
+ :type: :string
3024
+ Key:
3025
+ :sym: :key
3026
+ :type: :string
3027
+ KeyMd5:
3028
+ :sym: :key_md_5
3029
+ :type: :string
3030
+ InitializationVector:
3031
+ :sym: :initialization_vector
3032
+ :type: :string
3033
+ Rotate:
3034
+ :sym: :rotate
3035
+ :type: :string
3036
+ PresetId:
3037
+ :sym: :preset_id
3038
+ :type: :string
3039
+ SegmentDuration:
3040
+ :sym: :segment_duration
3041
+ :type: :string
3042
+ Status:
3043
+ :sym: :status
3044
+ :type: :string
3045
+ StatusDetail:
3046
+ :sym: :status_detail
3047
+ :type: :string
3048
+ Duration:
3049
+ :sym: :duration
3050
+ :type: :integer
3051
+ Width:
3052
+ :sym: :width
3053
+ :type: :integer
3054
+ Height:
3055
+ :sym: :height
3056
+ :type: :integer
3057
+ Watermarks:
3058
+ :sym: :watermarks
3059
+ :type: :hash
3060
+ :members:
3061
+ PresetWatermarkId:
3062
+ :sym: :preset_watermark_id
3063
+ :type: :string
3064
+ InputKey:
3065
+ :sym: :input_key
3066
+ :type: :string
3067
+ Encryption:
3068
+ :sym: :encryption
3069
+ :type: :hash
3070
+ :members:
3071
+ Mode:
3072
+ :sym: :mode
3073
+ :type: :string
3074
+ Key:
3075
+ :sym: :key
3076
+ :type: :string
3077
+ KeyMd5:
3078
+ :sym: :key_md_5
3079
+ :type: :string
3080
+ InitializationVector:
3081
+ :sym: :initialization_vector
3082
+ :type: :string
3083
+ AlbumArt:
3084
+ :sym: :album_art
3085
+ :type: :hash
3086
+ :members:
3087
+ MergePolicy:
3088
+ :sym: :merge_policy
3089
+ :type: :string
3090
+ Artwork:
3091
+ :sym: :artwork
3092
+ :type: :hash
3093
+ :members:
3094
+ InputKey:
3095
+ :sym: :input_key
3096
+ :type: :string
3097
+ MaxWidth:
3098
+ :sym: :max_width
3099
+ :type: :string
3100
+ MaxHeight:
3101
+ :sym: :max_height
3102
+ :type: :string
3103
+ SizingPolicy:
3104
+ :sym: :sizing_policy
3105
+ :type: :string
3106
+ PaddingPolicy:
3107
+ :sym: :padding_policy
3108
+ :type: :string
3109
+ AlbumArtFormat:
3110
+ :sym: :album_art_format
3111
+ :type: :string
3112
+ Encryption:
3113
+ :sym: :encryption
3114
+ :type: :hash
3115
+ :members:
3116
+ Mode:
3117
+ :sym: :mode
3118
+ :type: :string
3119
+ Key:
3120
+ :sym: :key
3121
+ :type: :string
3122
+ KeyMd5:
3123
+ :sym: :key_md_5
3124
+ :type: :string
3125
+ InitializationVector:
3126
+ :sym: :initialization_vector
3127
+ :type: :string
3128
+ Composition:
3129
+ :sym: :composition
3130
+ :type: :hash
3131
+ :members:
3132
+ TimeSpan:
3133
+ :sym: :time_span
3134
+ :type: :hash
3135
+ :members:
3136
+ StartTime:
3137
+ :sym: :start_time
3138
+ :type: :string
3139
+ Duration:
3140
+ :sym: :duration
3141
+ :type: :string
3142
+ Captions:
3143
+ :sym: :captions
3144
+ :type: :hash
3145
+ :members:
3146
+ MergePolicy:
3147
+ :sym: :merge_policy
3148
+ :type: :string
3149
+ CaptionSources:
3150
+ :sym: :caption_sources
3151
+ :type: :hash
3152
+ :members:
3153
+ Key:
3154
+ :sym: :key
3155
+ :type: :string
3156
+ Language:
3157
+ :sym: :language
3158
+ :type: :string
3159
+ TimeOffset:
3160
+ :sym: :time_offset
3161
+ :type: :string
3162
+ Label:
3163
+ :sym: :label
3164
+ :type: :string
3165
+ Encryption:
3166
+ :sym: :encryption
3167
+ :type: :hash
3168
+ :members:
3169
+ Mode:
3170
+ :sym: :mode
3171
+ :type: :string
3172
+ Key:
3173
+ :sym: :key
3174
+ :type: :string
3175
+ KeyMd5:
3176
+ :sym: :key_md_5
3177
+ :type: :string
3178
+ InitializationVector:
3179
+ :sym: :initialization_vector
3180
+ :type: :string
3181
+ CaptionFormats:
3182
+ :sym: :caption_formats
3183
+ :type: :hash
3184
+ :members:
3185
+ Format:
3186
+ :sym: :format
3187
+ :type: :string
3188
+ Pattern:
3189
+ :sym: :pattern
3190
+ :type: :string
3191
+ Encryption:
3192
+ :sym: :encryption
3193
+ :type: :hash
3194
+ :members:
3195
+ Mode:
3196
+ :sym: :mode
3197
+ :type: :string
3198
+ Key:
3199
+ :sym: :key
3200
+ :type: :string
3201
+ KeyMd5:
3202
+ :sym: :key_md_5
3203
+ :type: :string
3204
+ InitializationVector:
3205
+ :sym: :initialization_vector
3206
+ :type: :string
3207
+ Encryption:
3208
+ :sym: :encryption
3209
+ :type: :hash
3210
+ :members:
3211
+ Mode:
3212
+ :sym: :mode
3213
+ :type: :string
3214
+ Key:
3215
+ :sym: :key
3216
+ :type: :string
3217
+ KeyMd5:
3218
+ :sym: :key_md_5
3219
+ :type: :string
3220
+ InitializationVector:
3221
+ :sym: :initialization_vector
3222
+ :type: :string
3223
+ Outputs:
3224
+ :sym: :outputs
3225
+ :type: :hash
3226
+ :members:
3227
+ Id:
3228
+ :sym: :id
3229
+ :type: :string
3230
+ Key:
3231
+ :sym: :key
3232
+ :type: :string
3233
+ ThumbnailPattern:
3234
+ :sym: :thumbnail_pattern
3235
+ :type: :string
3236
+ ThumbnailEncryption:
3237
+ :sym: :thumbnail_encryption
3238
+ :type: :hash
3239
+ :members:
3240
+ Mode:
3241
+ :sym: :mode
3242
+ :type: :string
3243
+ Key:
3244
+ :sym: :key
3245
+ :type: :string
3246
+ KeyMd5:
3247
+ :sym: :key_md_5
3248
+ :type: :string
3249
+ InitializationVector:
3250
+ :sym: :initialization_vector
3251
+ :type: :string
3252
+ Rotate:
3253
+ :sym: :rotate
3254
+ :type: :string
3255
+ PresetId:
3256
+ :sym: :preset_id
3257
+ :type: :string
3258
+ SegmentDuration:
3259
+ :sym: :segment_duration
3260
+ :type: :string
3261
+ Status:
3262
+ :sym: :status
3263
+ :type: :string
3264
+ StatusDetail:
3265
+ :sym: :status_detail
3266
+ :type: :string
3267
+ Duration:
3268
+ :sym: :duration
3269
+ :type: :integer
3270
+ Width:
3271
+ :sym: :width
3272
+ :type: :integer
3273
+ Height:
3274
+ :sym: :height
3275
+ :type: :integer
3276
+ Watermarks:
3277
+ :sym: :watermarks
3278
+ :type: :hash
3279
+ :members:
3280
+ PresetWatermarkId:
3281
+ :sym: :preset_watermark_id
3282
+ :type: :string
3283
+ InputKey:
3284
+ :sym: :input_key
3285
+ :type: :string
3286
+ Encryption:
3287
+ :sym: :encryption
3288
+ :type: :hash
3289
+ :members:
3290
+ Mode:
3291
+ :sym: :mode
3292
+ :type: :string
3293
+ Key:
3294
+ :sym: :key
3295
+ :type: :string
3296
+ KeyMd5:
3297
+ :sym: :key_md_5
3298
+ :type: :string
3299
+ InitializationVector:
3300
+ :sym: :initialization_vector
3301
+ :type: :string
3302
+ AlbumArt:
3303
+ :sym: :album_art
3304
+ :type: :hash
3305
+ :members:
3306
+ MergePolicy:
3307
+ :sym: :merge_policy
3308
+ :type: :string
3309
+ Artwork:
3310
+ :sym: :artwork
3311
+ :type: :hash
3312
+ :members:
3313
+ InputKey:
3314
+ :sym: :input_key
3315
+ :type: :string
3316
+ MaxWidth:
3317
+ :sym: :max_width
3318
+ :type: :string
3319
+ MaxHeight:
3320
+ :sym: :max_height
3321
+ :type: :string
3322
+ SizingPolicy:
3323
+ :sym: :sizing_policy
3324
+ :type: :string
3325
+ PaddingPolicy:
3326
+ :sym: :padding_policy
3327
+ :type: :string
3328
+ AlbumArtFormat:
3329
+ :sym: :album_art_format
3330
+ :type: :string
3331
+ Encryption:
3332
+ :sym: :encryption
3333
+ :type: :hash
3334
+ :members:
3335
+ Mode:
3336
+ :sym: :mode
3337
+ :type: :string
3338
+ Key:
3339
+ :sym: :key
3340
+ :type: :string
3341
+ KeyMd5:
3342
+ :sym: :key_md_5
3343
+ :type: :string
3344
+ InitializationVector:
3345
+ :sym: :initialization_vector
3346
+ :type: :string
3347
+ Composition:
3348
+ :sym: :composition
3349
+ :type: :hash
3350
+ :members:
3351
+ TimeSpan:
3352
+ :sym: :time_span
3353
+ :type: :hash
3354
+ :members:
3355
+ StartTime:
3356
+ :sym: :start_time
3357
+ :type: :string
3358
+ Duration:
3359
+ :sym: :duration
3360
+ :type: :string
3361
+ Captions:
3362
+ :sym: :captions
3363
+ :type: :hash
3364
+ :members:
3365
+ MergePolicy:
3366
+ :sym: :merge_policy
3367
+ :type: :string
3368
+ CaptionSources:
3369
+ :sym: :caption_sources
3370
+ :type: :hash
3371
+ :members:
3372
+ Key:
3373
+ :sym: :key
3374
+ :type: :string
3375
+ Language:
3376
+ :sym: :language
3377
+ :type: :string
3378
+ TimeOffset:
3379
+ :sym: :time_offset
3380
+ :type: :string
3381
+ Label:
3382
+ :sym: :label
3383
+ :type: :string
3384
+ Encryption:
3385
+ :sym: :encryption
3386
+ :type: :hash
3387
+ :members:
3388
+ Mode:
3389
+ :sym: :mode
3390
+ :type: :string
3391
+ Key:
3392
+ :sym: :key
3393
+ :type: :string
3394
+ KeyMd5:
3395
+ :sym: :key_md_5
3396
+ :type: :string
3397
+ InitializationVector:
3398
+ :sym: :initialization_vector
3399
+ :type: :string
3400
+ CaptionFormats:
3401
+ :sym: :caption_formats
3402
+ :type: :hash
3403
+ :members:
3404
+ Format:
3405
+ :sym: :format
3406
+ :type: :string
3407
+ Pattern:
3408
+ :sym: :pattern
3409
+ :type: :string
3410
+ Encryption:
3411
+ :sym: :encryption
3412
+ :type: :hash
3413
+ :members:
3414
+ Mode:
3415
+ :sym: :mode
3416
+ :type: :string
3417
+ Key:
3418
+ :sym: :key
3419
+ :type: :string
3420
+ KeyMd5:
3421
+ :sym: :key_md_5
3422
+ :type: :string
3423
+ InitializationVector:
3424
+ :sym: :initialization_vector
3425
+ :type: :string
3426
+ Encryption:
3427
+ :sym: :encryption
3428
+ :type: :hash
3429
+ :members:
3430
+ Mode:
3431
+ :sym: :mode
3432
+ :type: :string
3433
+ Key:
3434
+ :sym: :key
3435
+ :type: :string
3436
+ KeyMd5:
3437
+ :sym: :key_md_5
3438
+ :type: :string
3439
+ InitializationVector:
3440
+ :sym: :initialization_vector
3441
+ :type: :string
3442
+ OutputKeyPrefix:
3443
+ :sym: :output_key_prefix
3444
+ :type: :string
3445
+ Playlists:
3446
+ :sym: :playlists
3447
+ :type: :hash
3448
+ :members:
3449
+ Name:
3450
+ :sym: :name
3451
+ :type: :string
3452
+ Format:
3453
+ :sym: :format
3454
+ :type: :string
3455
+ OutputKeys:
3456
+ :sym: :output_keys
3457
+ :type: :string
3458
+ Status:
3459
+ :sym: :status
3460
+ :type: :string
3461
+ StatusDetail:
3462
+ :sym: :status_detail
3463
+ :type: :string
3464
+ Status:
3465
+ :sym: :status
3466
+ :type: :string
3467
+ UserMetadata:
3468
+ :sym: :user_metadata
3469
+ :type: :map
3470
+ :members:
3471
+ :sym: :map_value
3472
+ :type: :string
3473
+ - :name: ReadPipeline
3474
+ :method: :read_pipeline
3475
+ :http:
3476
+ :verb: GET
3477
+ :uri: /2012-09-25/pipelines/:id
3478
+ :inputs:
3479
+ :id:
3480
+ :type: :string
3481
+ :required: true
3482
+ :outputs:
3483
+ Pipeline:
3484
+ :sym: :pipeline
3485
+ :type: :hash
3486
+ :members:
3487
+ Id:
3488
+ :sym: :id
3489
+ :type: :string
3490
+ Arn:
3491
+ :sym: :arn
3492
+ :type: :string
3493
+ Name:
3494
+ :sym: :name
3495
+ :type: :string
3496
+ Status:
3497
+ :sym: :status
3498
+ :type: :string
3499
+ InputBucket:
3500
+ :sym: :input_bucket
3501
+ :type: :string
3502
+ OutputBucket:
3503
+ :sym: :output_bucket
3504
+ :type: :string
3505
+ Role:
3506
+ :sym: :role
3507
+ :type: :string
3508
+ AwsKmsKeyArn:
3509
+ :sym: :aws_kms_key_arn
3510
+ :type: :string
3511
+ Notifications:
3512
+ :sym: :notifications
3513
+ :type: :hash
3514
+ :members:
3515
+ Progressing:
3516
+ :sym: :progressing
3517
+ :type: :string
3518
+ Completed:
3519
+ :sym: :completed
3520
+ :type: :string
3521
+ Warning:
3522
+ :sym: :warning
3523
+ :type: :string
3524
+ Error:
3525
+ :sym: :error
3526
+ :type: :string
3527
+ ContentConfig:
3528
+ :sym: :content_config
3529
+ :type: :hash
3530
+ :members:
3531
+ Bucket:
3532
+ :sym: :bucket
3533
+ :type: :string
3534
+ StorageClass:
3535
+ :sym: :storage_class
3536
+ :type: :string
3537
+ Permissions:
3538
+ :sym: :permissions
3539
+ :type: :hash
3540
+ :members:
3541
+ GranteeType:
3542
+ :sym: :grantee_type
3543
+ :type: :string
3544
+ Grantee:
3545
+ :sym: :grantee
3546
+ :type: :string
3547
+ Access:
3548
+ :sym: :access
3549
+ :type: :string
3550
+ ThumbnailConfig:
3551
+ :sym: :thumbnail_config
3552
+ :type: :hash
3553
+ :members:
3554
+ Bucket:
3555
+ :sym: :bucket
3556
+ :type: :string
3557
+ StorageClass:
3558
+ :sym: :storage_class
3559
+ :type: :string
3560
+ Permissions:
3561
+ :sym: :permissions
3562
+ :type: :hash
3563
+ :members:
3564
+ GranteeType:
3565
+ :sym: :grantee_type
3566
+ :type: :string
3567
+ Grantee:
3568
+ :sym: :grantee
3569
+ :type: :string
3570
+ Access:
3571
+ :sym: :access
3572
+ :type: :string
3573
+ - :name: ReadPreset
3574
+ :method: :read_preset
3575
+ :http:
3576
+ :verb: GET
3577
+ :uri: /2012-09-25/presets/:id
3578
+ :inputs:
3579
+ :id:
3580
+ :type: :string
3581
+ :required: true
3582
+ :outputs:
3583
+ Preset:
3584
+ :sym: :preset
3585
+ :type: :hash
3586
+ :members:
3587
+ Id:
3588
+ :sym: :id
3589
+ :type: :string
3590
+ Arn:
3591
+ :sym: :arn
3592
+ :type: :string
3593
+ Name:
3594
+ :sym: :name
3595
+ :type: :string
3596
+ Description:
3597
+ :sym: :description
3598
+ :type: :string
3599
+ Container:
3600
+ :sym: :container
3601
+ :type: :string
3602
+ Audio:
3603
+ :sym: :audio
3604
+ :type: :hash
3605
+ :members:
3606
+ Codec:
3607
+ :sym: :codec
3608
+ :type: :string
3609
+ SampleRate:
3610
+ :sym: :sample_rate
3611
+ :type: :string
3612
+ BitRate:
3613
+ :sym: :bit_rate
3614
+ :type: :string
3615
+ Channels:
3616
+ :sym: :channels
3617
+ :type: :string
3618
+ CodecOptions:
3619
+ :sym: :codec_options
3620
+ :type: :hash
3621
+ :members:
3622
+ Profile:
3623
+ :sym: :profile
3624
+ :type: :string
3625
+ Video:
3626
+ :sym: :video
3627
+ :type: :hash
3628
+ :members:
3629
+ Codec:
3630
+ :sym: :codec
3631
+ :type: :string
3632
+ CodecOptions:
3633
+ :sym: :codec_options
3634
+ :type: :map
3635
+ :members:
3636
+ :sym: :map_value
3637
+ :type: :string
3638
+ KeyframesMaxDist:
3639
+ :sym: :keyframes_max_dist
3640
+ :type: :string
3641
+ FixedGOP:
3642
+ :sym: :fixed_gop
3643
+ :type: :string
3644
+ BitRate:
3645
+ :sym: :bit_rate
3646
+ :type: :string
3647
+ FrameRate:
3648
+ :sym: :frame_rate
3649
+ :type: :string
3650
+ MaxFrameRate:
3651
+ :sym: :max_frame_rate
3652
+ :type: :string
3653
+ Resolution:
3654
+ :sym: :resolution
3655
+ :type: :string
3656
+ AspectRatio:
3657
+ :sym: :aspect_ratio
3658
+ :type: :string
3659
+ MaxWidth:
3660
+ :sym: :max_width
3661
+ :type: :string
3662
+ MaxHeight:
3663
+ :sym: :max_height
3664
+ :type: :string
3665
+ DisplayAspectRatio:
3666
+ :sym: :display_aspect_ratio
3667
+ :type: :string
3668
+ SizingPolicy:
3669
+ :sym: :sizing_policy
3670
+ :type: :string
3671
+ PaddingPolicy:
3672
+ :sym: :padding_policy
3673
+ :type: :string
3674
+ Watermarks:
3675
+ :sym: :watermarks
3676
+ :type: :hash
3677
+ :members:
3678
+ Id:
3679
+ :sym: :id
3680
+ :type: :string
3681
+ MaxWidth:
3682
+ :sym: :max_width
3683
+ :type: :string
3684
+ MaxHeight:
3685
+ :sym: :max_height
3686
+ :type: :string
3687
+ SizingPolicy:
3688
+ :sym: :sizing_policy
3689
+ :type: :string
3690
+ HorizontalAlign:
3691
+ :sym: :horizontal_align
3692
+ :type: :string
3693
+ HorizontalOffset:
3694
+ :sym: :horizontal_offset
3695
+ :type: :string
3696
+ VerticalAlign:
3697
+ :sym: :vertical_align
3698
+ :type: :string
3699
+ VerticalOffset:
3700
+ :sym: :vertical_offset
3701
+ :type: :string
3702
+ Opacity:
3703
+ :sym: :opacity
3704
+ :type: :string
3705
+ Target:
3706
+ :sym: :target
3707
+ :type: :string
3708
+ Thumbnails:
3709
+ :sym: :thumbnails
3710
+ :type: :hash
3711
+ :members:
3712
+ Format:
3713
+ :sym: :format
3714
+ :type: :string
3715
+ Interval:
3716
+ :sym: :interval
3717
+ :type: :string
3718
+ Resolution:
3719
+ :sym: :resolution
3720
+ :type: :string
3721
+ AspectRatio:
3722
+ :sym: :aspect_ratio
3723
+ :type: :string
3724
+ MaxWidth:
3725
+ :sym: :max_width
3726
+ :type: :string
3727
+ MaxHeight:
3728
+ :sym: :max_height
3729
+ :type: :string
3730
+ SizingPolicy:
3731
+ :sym: :sizing_policy
3732
+ :type: :string
3733
+ PaddingPolicy:
3734
+ :sym: :padding_policy
3735
+ :type: :string
3736
+ Type:
3737
+ :sym: :type
3738
+ :type: :string
3739
+ - :name: TestRole
3740
+ :method: :test_role
3741
+ :http:
3742
+ :verb: POST
3743
+ :uri: /2012-09-25/roleTests
3744
+ :response_code: 200
3745
+ :inputs:
3746
+ :role:
3747
+ :name: Role
3748
+ :type: :string
3749
+ :required: true
3750
+ :input_bucket:
3751
+ :name: InputBucket
3752
+ :type: :string
3753
+ :required: true
3754
+ :output_bucket:
3755
+ :name: OutputBucket
3756
+ :type: :string
3757
+ :required: true
3758
+ :topics:
3759
+ :name: Topics
3760
+ :type: :array
3761
+ :required: true
3762
+ :members:
3763
+ :name: member
3764
+ :type: :string
3765
+ :outputs:
3766
+ Success:
3767
+ :sym: :success
3768
+ :type: :string
3769
+ Messages:
3770
+ :sym: :messages
3771
+ :type: :string
3772
+ - :name: UpdatePipeline
3773
+ :method: :update_pipeline
3774
+ :http:
3775
+ :verb: PUT
3776
+ :uri: /2012-09-25/pipelines/:id
3777
+ :response_code: 200
3778
+ :inputs:
3779
+ :id:
3780
+ :type: :string
3781
+ :required: true
3782
+ :name:
3783
+ :name: Name
3784
+ :type: :string
3785
+ :input_bucket:
3786
+ :name: InputBucket
3787
+ :type: :string
3788
+ :role:
3789
+ :name: Role
3790
+ :type: :string
3791
+ :aws_kms_key_arn:
3792
+ :name: AwsKmsKeyArn
3793
+ :type: :string
3794
+ :notifications:
3795
+ :name: Notifications
3796
+ :type: :hash
3797
+ :members:
3798
+ :progressing:
3799
+ :name: Progressing
3800
+ :type: :string
3801
+ :completed:
3802
+ :name: Completed
3803
+ :type: :string
3804
+ :warning:
3805
+ :name: Warning
3806
+ :type: :string
3807
+ :error:
3808
+ :name: Error
3809
+ :type: :string
3810
+ :content_config:
3811
+ :name: ContentConfig
3812
+ :type: :hash
3813
+ :members:
3814
+ :bucket:
3815
+ :name: Bucket
3816
+ :type: :string
3817
+ :storage_class:
3818
+ :name: StorageClass
3819
+ :type: :string
3820
+ :permissions:
3821
+ :name: Permissions
3822
+ :type: :array
3823
+ :members:
3824
+ :name: member
3825
+ :type: :hash
3826
+ :members:
3827
+ :grantee_type:
3828
+ :name: GranteeType
3829
+ :type: :string
3830
+ :grantee:
3831
+ :name: Grantee
3832
+ :type: :string
3833
+ :access:
3834
+ :name: Access
3835
+ :type: :array
3836
+ :members:
3837
+ :name: member
3838
+ :type: :string
3839
+ :thumbnail_config:
3840
+ :name: ThumbnailConfig
3841
+ :type: :hash
3842
+ :members:
3843
+ :bucket:
3844
+ :name: Bucket
3845
+ :type: :string
3846
+ :storage_class:
3847
+ :name: StorageClass
3848
+ :type: :string
3849
+ :permissions:
3850
+ :name: Permissions
3851
+ :type: :array
3852
+ :members:
3853
+ :name: member
3854
+ :type: :hash
3855
+ :members:
3856
+ :grantee_type:
3857
+ :name: GranteeType
3858
+ :type: :string
3859
+ :grantee:
3860
+ :name: Grantee
3861
+ :type: :string
3862
+ :access:
3863
+ :name: Access
3864
+ :type: :array
3865
+ :members:
3866
+ :name: member
3867
+ :type: :string
3868
+ :outputs:
3869
+ Pipeline:
3870
+ :sym: :pipeline
3871
+ :type: :hash
3872
+ :members:
3873
+ Id:
3874
+ :sym: :id
3875
+ :type: :string
3876
+ Arn:
3877
+ :sym: :arn
3878
+ :type: :string
3879
+ Name:
3880
+ :sym: :name
3881
+ :type: :string
3882
+ Status:
3883
+ :sym: :status
3884
+ :type: :string
3885
+ InputBucket:
3886
+ :sym: :input_bucket
3887
+ :type: :string
3888
+ OutputBucket:
3889
+ :sym: :output_bucket
3890
+ :type: :string
3891
+ Role:
3892
+ :sym: :role
3893
+ :type: :string
3894
+ AwsKmsKeyArn:
3895
+ :sym: :aws_kms_key_arn
3896
+ :type: :string
3897
+ Notifications:
3898
+ :sym: :notifications
3899
+ :type: :hash
3900
+ :members:
3901
+ Progressing:
3902
+ :sym: :progressing
3903
+ :type: :string
3904
+ Completed:
3905
+ :sym: :completed
3906
+ :type: :string
3907
+ Warning:
3908
+ :sym: :warning
3909
+ :type: :string
3910
+ Error:
3911
+ :sym: :error
3912
+ :type: :string
3913
+ ContentConfig:
3914
+ :sym: :content_config
3915
+ :type: :hash
3916
+ :members:
3917
+ Bucket:
3918
+ :sym: :bucket
3919
+ :type: :string
3920
+ StorageClass:
3921
+ :sym: :storage_class
3922
+ :type: :string
3923
+ Permissions:
3924
+ :sym: :permissions
3925
+ :type: :hash
3926
+ :members:
3927
+ GranteeType:
3928
+ :sym: :grantee_type
3929
+ :type: :string
3930
+ Grantee:
3931
+ :sym: :grantee
3932
+ :type: :string
3933
+ Access:
3934
+ :sym: :access
3935
+ :type: :string
3936
+ ThumbnailConfig:
3937
+ :sym: :thumbnail_config
3938
+ :type: :hash
3939
+ :members:
3940
+ Bucket:
3941
+ :sym: :bucket
3942
+ :type: :string
3943
+ StorageClass:
3944
+ :sym: :storage_class
3945
+ :type: :string
3946
+ Permissions:
3947
+ :sym: :permissions
3948
+ :type: :hash
3949
+ :members:
3950
+ GranteeType:
3951
+ :sym: :grantee_type
3952
+ :type: :string
3953
+ Grantee:
3954
+ :sym: :grantee
3955
+ :type: :string
3956
+ Access:
3957
+ :sym: :access
3958
+ :type: :string
3959
+ - :name: UpdatePipelineNotifications
3960
+ :method: :update_pipeline_notifications
3961
+ :http:
3962
+ :verb: POST
3963
+ :uri: /2012-09-25/pipelines/:id/notifications
3964
+ :inputs:
3965
+ :id:
3966
+ :type: :string
3967
+ :required: true
3968
+ :notifications:
3969
+ :name: Notifications
3970
+ :type: :hash
3971
+ :required: true
3972
+ :members:
3973
+ :progressing:
3974
+ :name: Progressing
3975
+ :type: :string
3976
+ :completed:
3977
+ :name: Completed
3978
+ :type: :string
3979
+ :warning:
3980
+ :name: Warning
3981
+ :type: :string
3982
+ :error:
3983
+ :name: Error
3984
+ :type: :string
3985
+ :outputs:
3986
+ Pipeline:
3987
+ :sym: :pipeline
3988
+ :type: :hash
3989
+ :members:
3990
+ Id:
3991
+ :sym: :id
3992
+ :type: :string
3993
+ Arn:
3994
+ :sym: :arn
3995
+ :type: :string
3996
+ Name:
3997
+ :sym: :name
3998
+ :type: :string
3999
+ Status:
4000
+ :sym: :status
4001
+ :type: :string
4002
+ InputBucket:
4003
+ :sym: :input_bucket
4004
+ :type: :string
4005
+ OutputBucket:
4006
+ :sym: :output_bucket
4007
+ :type: :string
4008
+ Role:
4009
+ :sym: :role
4010
+ :type: :string
4011
+ AwsKmsKeyArn:
4012
+ :sym: :aws_kms_key_arn
4013
+ :type: :string
4014
+ Notifications:
4015
+ :sym: :notifications
4016
+ :type: :hash
4017
+ :members:
4018
+ Progressing:
4019
+ :sym: :progressing
4020
+ :type: :string
4021
+ Completed:
4022
+ :sym: :completed
4023
+ :type: :string
4024
+ Warning:
4025
+ :sym: :warning
4026
+ :type: :string
4027
+ Error:
4028
+ :sym: :error
4029
+ :type: :string
4030
+ ContentConfig:
4031
+ :sym: :content_config
4032
+ :type: :hash
4033
+ :members:
4034
+ Bucket:
4035
+ :sym: :bucket
4036
+ :type: :string
4037
+ StorageClass:
4038
+ :sym: :storage_class
4039
+ :type: :string
4040
+ Permissions:
4041
+ :sym: :permissions
4042
+ :type: :hash
4043
+ :members:
4044
+ GranteeType:
4045
+ :sym: :grantee_type
4046
+ :type: :string
4047
+ Grantee:
4048
+ :sym: :grantee
4049
+ :type: :string
4050
+ Access:
4051
+ :sym: :access
4052
+ :type: :string
4053
+ ThumbnailConfig:
4054
+ :sym: :thumbnail_config
4055
+ :type: :hash
4056
+ :members:
4057
+ Bucket:
4058
+ :sym: :bucket
4059
+ :type: :string
4060
+ StorageClass:
4061
+ :sym: :storage_class
4062
+ :type: :string
4063
+ Permissions:
4064
+ :sym: :permissions
4065
+ :type: :hash
4066
+ :members:
4067
+ GranteeType:
4068
+ :sym: :grantee_type
4069
+ :type: :string
4070
+ Grantee:
4071
+ :sym: :grantee
4072
+ :type: :string
4073
+ Access:
4074
+ :sym: :access
4075
+ :type: :string
4076
+ - :name: UpdatePipelineStatus
4077
+ :method: :update_pipeline_status
4078
+ :http:
4079
+ :verb: POST
4080
+ :uri: /2012-09-25/pipelines/:id/status
4081
+ :inputs:
4082
+ :id:
4083
+ :type: :string
4084
+ :required: true
4085
+ :status:
4086
+ :name: Status
4087
+ :type: :string
4088
+ :required: true
4089
+ :outputs:
4090
+ Pipeline:
4091
+ :sym: :pipeline
4092
+ :type: :hash
4093
+ :members:
4094
+ Id:
4095
+ :sym: :id
4096
+ :type: :string
4097
+ Arn:
4098
+ :sym: :arn
4099
+ :type: :string
4100
+ Name:
4101
+ :sym: :name
4102
+ :type: :string
4103
+ Status:
4104
+ :sym: :status
4105
+ :type: :string
4106
+ InputBucket:
4107
+ :sym: :input_bucket
4108
+ :type: :string
4109
+ OutputBucket:
4110
+ :sym: :output_bucket
4111
+ :type: :string
4112
+ Role:
4113
+ :sym: :role
4114
+ :type: :string
4115
+ AwsKmsKeyArn:
4116
+ :sym: :aws_kms_key_arn
4117
+ :type: :string
4118
+ Notifications:
4119
+ :sym: :notifications
4120
+ :type: :hash
4121
+ :members:
4122
+ Progressing:
4123
+ :sym: :progressing
4124
+ :type: :string
4125
+ Completed:
4126
+ :sym: :completed
4127
+ :type: :string
4128
+ Warning:
4129
+ :sym: :warning
4130
+ :type: :string
4131
+ Error:
4132
+ :sym: :error
4133
+ :type: :string
4134
+ ContentConfig:
4135
+ :sym: :content_config
4136
+ :type: :hash
4137
+ :members:
4138
+ Bucket:
4139
+ :sym: :bucket
4140
+ :type: :string
4141
+ StorageClass:
4142
+ :sym: :storage_class
4143
+ :type: :string
4144
+ Permissions:
4145
+ :sym: :permissions
4146
+ :type: :hash
4147
+ :members:
4148
+ GranteeType:
4149
+ :sym: :grantee_type
4150
+ :type: :string
4151
+ Grantee:
4152
+ :sym: :grantee
4153
+ :type: :string
4154
+ Access:
4155
+ :sym: :access
4156
+ :type: :string
4157
+ ThumbnailConfig:
4158
+ :sym: :thumbnail_config
4159
+ :type: :hash
4160
+ :members:
4161
+ Bucket:
4162
+ :sym: :bucket
4163
+ :type: :string
4164
+ StorageClass:
4165
+ :sym: :storage_class
4166
+ :type: :string
4167
+ Permissions:
4168
+ :sym: :permissions
4169
+ :type: :hash
4170
+ :members:
4171
+ GranteeType:
4172
+ :sym: :grantee_type
4173
+ :type: :string
4174
+ Grantee:
4175
+ :sym: :grantee
4176
+ :type: :string
4177
+ Access:
4178
+ :sym: :access
4179
+ :type: :string