aws-sdk 1.9.5 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. data/lib/aws/api_config/DynamoDB-2012-08-10.yml +4 -0
  2. data/lib/aws/api_config/EC2-2013-02-01.yml +1 -1
  3. data/lib/aws/api_config/ElasticTranscoder-2012-09-25.yml +948 -19
  4. data/lib/aws/api_config/OpsWorks-2013-02-18.yml +83 -2
  5. data/lib/aws/auto_scaling/client.rb +15 -0
  6. data/lib/aws/cloud_formation/client.rb +11 -0
  7. data/lib/aws/cloud_front/client.rb +58 -40
  8. data/lib/aws/cloud_search/client.rb +20 -0
  9. data/lib/aws/cloud_watch/client.rb +5 -0
  10. data/lib/aws/core.rb +5 -4
  11. data/lib/aws/core/configuration.rb +3 -1
  12. data/lib/aws/core/policy.rb +27 -1
  13. data/lib/aws/data_pipeline/client.rb +12 -0
  14. data/lib/aws/direct_connect/client.rb +11 -0
  15. data/lib/aws/dynamo_db/client.rb +17 -0
  16. data/lib/aws/dynamo_db/client_v2.rb +905 -417
  17. data/lib/aws/ec2.rb +1 -1
  18. data/lib/aws/ec2/client.rb +88 -0
  19. data/lib/aws/ec2/instance.rb +3 -1
  20. data/lib/aws/ec2/security_group.rb +1 -1
  21. data/lib/aws/elastic_beanstalk/client.rb +21 -0
  22. data/lib/aws/elastic_transcoder/client.rb +681 -114
  23. data/lib/aws/elasticache/client.rb +23 -0
  24. data/lib/aws/elb/client.rb +13 -0
  25. data/lib/aws/emr/client.rb +3 -0
  26. data/lib/aws/glacier/client.rb +7 -0
  27. data/lib/aws/iam/client.rb +35 -0
  28. data/lib/aws/import_export/client.rb +5 -0
  29. data/lib/aws/ops_works/client.rb +718 -238
  30. data/lib/aws/rds/client.rb +46 -0
  31. data/lib/aws/redshift/client.rb +30 -0
  32. data/lib/aws/route_53/client.rb +10 -0
  33. data/lib/aws/s3.rb +1 -1
  34. data/lib/aws/s3/client.rb +42 -27
  35. data/lib/aws/s3/client/xml.rb +10 -0
  36. data/lib/aws/s3/multipart_upload.rb +43 -16
  37. data/lib/aws/s3/s3_object.rb +61 -26
  38. data/lib/aws/s3/uploaded_part.rb +3 -1
  39. data/lib/aws/s3/uploaded_part_collection.rb +1 -1
  40. data/lib/aws/simple_db/client.rb +10 -0
  41. data/lib/aws/simple_email_service/client.rb +11 -0
  42. data/lib/aws/simple_workflow/client.rb +18 -0
  43. data/lib/aws/sns/client.rb +9 -0
  44. data/lib/aws/sqs/client.rb +9 -0
  45. data/lib/aws/storage_gateway/client.rb +72 -37
  46. data/lib/aws/sts/client.rb +3 -0
  47. data/lib/aws/version.rb +1 -1
  48. metadata +17 -9
  49. checksums.yaml +0 -7
@@ -1188,6 +1188,10 @@
1188
1188
  - :blob
1189
1189
  ReturnConsumedCapacity:
1190
1190
  - :string
1191
+ TotalSegments:
1192
+ - :integer
1193
+ Segment:
1194
+ - :integer
1191
1195
  :outputs:
1192
1196
  Items:
1193
1197
  :sym: :member
@@ -3777,7 +3777,7 @@
3777
3777
  - :boolean
3778
3778
  SubnetId:
3779
3779
  - :string
3780
- NetworkInterfaceSet:
3780
+ NetworkInterface:
3781
3781
  - :list:
3782
3782
  - :structure:
3783
3783
  NetworkInterfaceId:
@@ -35,11 +35,9 @@
35
35
  :pipeline_id:
36
36
  :name: PipelineId
37
37
  :type: :string
38
- :required: true
39
38
  :input:
40
39
  :name: Input
41
40
  :type: :hash
42
- :required: true
43
41
  :members:
44
42
  :key:
45
43
  :name: Key
@@ -62,7 +60,6 @@
62
60
  :output:
63
61
  :name: Output
64
62
  :type: :hash
65
- :required: true
66
63
  :members:
67
64
  :key:
68
65
  :name: Key
@@ -76,6 +73,53 @@
76
73
  :preset_id:
77
74
  :name: PresetId
78
75
  :type: :string
76
+ :segment_duration:
77
+ :name: SegmentDuration
78
+ :type: :string
79
+ :outputs:
80
+ :name: Outputs
81
+ :type: :array
82
+ :members:
83
+ :name: member
84
+ :type: :hash
85
+ :members:
86
+ :key:
87
+ :name: Key
88
+ :type: :string
89
+ :thumbnail_pattern:
90
+ :name: ThumbnailPattern
91
+ :type: :string
92
+ :rotate:
93
+ :name: Rotate
94
+ :type: :string
95
+ :preset_id:
96
+ :name: PresetId
97
+ :type: :string
98
+ :segment_duration:
99
+ :name: SegmentDuration
100
+ :type: :string
101
+ :output_key_prefix:
102
+ :name: OutputKeyPrefix
103
+ :type: :string
104
+ :playlists:
105
+ :name: Playlists
106
+ :type: :array
107
+ :members:
108
+ :name: member
109
+ :type: :hash
110
+ :members:
111
+ :name:
112
+ :name: Name
113
+ :type: :string
114
+ :format:
115
+ :name: Format
116
+ :type: :string
117
+ :output_keys:
118
+ :name: OutputKeys
119
+ :type: :array
120
+ :members:
121
+ :name: member
122
+ :type: :string
79
123
  :outputs:
80
124
  Job:
81
125
  :sym: :job
@@ -113,6 +157,46 @@
113
157
  :sym: :output
114
158
  :type: :hash
115
159
  :members:
160
+ Id:
161
+ :sym: :id
162
+ :type: :string
163
+ Key:
164
+ :sym: :key
165
+ :type: :string
166
+ ThumbnailPattern:
167
+ :sym: :thumbnail_pattern
168
+ :type: :string
169
+ Rotate:
170
+ :sym: :rotate
171
+ :type: :string
172
+ PresetId:
173
+ :sym: :preset_id
174
+ :type: :string
175
+ SegmentDuration:
176
+ :sym: :segment_duration
177
+ :type: :string
178
+ Status:
179
+ :sym: :status
180
+ :type: :string
181
+ StatusDetail:
182
+ :sym: :status_detail
183
+ :type: :string
184
+ Duration:
185
+ :sym: :duration
186
+ :type: :integer
187
+ Width:
188
+ :sym: :width
189
+ :type: :integer
190
+ Height:
191
+ :sym: :height
192
+ :type: :integer
193
+ Outputs:
194
+ :sym: :outputs
195
+ :type: :hash
196
+ :members:
197
+ Id:
198
+ :sym: :id
199
+ :type: :string
116
200
  Key:
117
201
  :sym: :key
118
202
  :type: :string
@@ -125,12 +209,49 @@
125
209
  PresetId:
126
210
  :sym: :preset_id
127
211
  :type: :string
212
+ SegmentDuration:
213
+ :sym: :segment_duration
214
+ :type: :string
128
215
  Status:
129
216
  :sym: :status
130
217
  :type: :string
131
218
  StatusDetail:
132
219
  :sym: :status_detail
133
220
  :type: :string
221
+ Duration:
222
+ :sym: :duration
223
+ :type: :integer
224
+ Width:
225
+ :sym: :width
226
+ :type: :integer
227
+ Height:
228
+ :sym: :height
229
+ :type: :integer
230
+ OutputKeyPrefix:
231
+ :sym: :output_key_prefix
232
+ :type: :string
233
+ Playlists:
234
+ :sym: :playlists
235
+ :type: :hash
236
+ :members:
237
+ Name:
238
+ :sym: :name
239
+ :type: :string
240
+ Format:
241
+ :sym: :format
242
+ :type: :string
243
+ OutputKeys:
244
+ :sym: :output_keys
245
+ :type: :string
246
+ Status:
247
+ :sym: :status
248
+ :type: :string
249
+ StatusDetail:
250
+ :sym: :status_detail
251
+ :type: :string
252
+ Status:
253
+ :sym: :status
254
+ :type: :string
134
255
  - :name: CreatePipeline
135
256
  :method: :create_pipeline
136
257
  :http:
@@ -141,23 +262,18 @@
141
262
  :name:
142
263
  :name: Name
143
264
  :type: :string
144
- :required: true
145
265
  :input_bucket:
146
266
  :name: InputBucket
147
267
  :type: :string
148
- :required: true
149
268
  :output_bucket:
150
269
  :name: OutputBucket
151
270
  :type: :string
152
- :required: true
153
271
  :role:
154
272
  :name: Role
155
273
  :type: :string
156
- :required: true
157
274
  :notifications:
158
275
  :name: Notifications
159
276
  :type: :hash
160
- :required: true
161
277
  :members:
162
278
  :progressing:
163
279
  :name: Progressing
@@ -171,6 +287,64 @@
171
287
  :error:
172
288
  :name: Error
173
289
  :type: :string
290
+ :content_config:
291
+ :name: ContentConfig
292
+ :type: :hash
293
+ :members:
294
+ :bucket:
295
+ :name: Bucket
296
+ :type: :string
297
+ :storage_class:
298
+ :name: StorageClass
299
+ :type: :string
300
+ :permissions:
301
+ :name: Permissions
302
+ :type: :array
303
+ :members:
304
+ :name: member
305
+ :type: :hash
306
+ :members:
307
+ :grantee_type:
308
+ :name: GranteeType
309
+ :type: :string
310
+ :grantee:
311
+ :name: Grantee
312
+ :type: :string
313
+ :access:
314
+ :name: Access
315
+ :type: :array
316
+ :members:
317
+ :name: member
318
+ :type: :string
319
+ :thumbnail_config:
320
+ :name: ThumbnailConfig
321
+ :type: :hash
322
+ :members:
323
+ :bucket:
324
+ :name: Bucket
325
+ :type: :string
326
+ :storage_class:
327
+ :name: StorageClass
328
+ :type: :string
329
+ :permissions:
330
+ :name: Permissions
331
+ :type: :array
332
+ :members:
333
+ :name: member
334
+ :type: :hash
335
+ :members:
336
+ :grantee_type:
337
+ :name: GranteeType
338
+ :type: :string
339
+ :grantee:
340
+ :name: Grantee
341
+ :type: :string
342
+ :access:
343
+ :name: Access
344
+ :type: :array
345
+ :members:
346
+ :name: member
347
+ :type: :string
174
348
  :outputs:
175
349
  Pipeline:
176
350
  :sym: :pipeline
@@ -179,6 +353,9 @@
179
353
  Id:
180
354
  :sym: :id
181
355
  :type: :string
356
+ Arn:
357
+ :sym: :arn
358
+ :type: :string
182
359
  Name:
183
360
  :sym: :name
184
361
  :type: :string
@@ -210,6 +387,52 @@
210
387
  Error:
211
388
  :sym: :error
212
389
  :type: :string
390
+ ContentConfig:
391
+ :sym: :content_config
392
+ :type: :hash
393
+ :members:
394
+ Bucket:
395
+ :sym: :bucket
396
+ :type: :string
397
+ StorageClass:
398
+ :sym: :storage_class
399
+ :type: :string
400
+ Permissions:
401
+ :sym: :permissions
402
+ :type: :hash
403
+ :members:
404
+ GranteeType:
405
+ :sym: :grantee_type
406
+ :type: :string
407
+ Grantee:
408
+ :sym: :grantee
409
+ :type: :string
410
+ Access:
411
+ :sym: :access
412
+ :type: :string
413
+ ThumbnailConfig:
414
+ :sym: :thumbnail_config
415
+ :type: :hash
416
+ :members:
417
+ Bucket:
418
+ :sym: :bucket
419
+ :type: :string
420
+ StorageClass:
421
+ :sym: :storage_class
422
+ :type: :string
423
+ Permissions:
424
+ :sym: :permissions
425
+ :type: :hash
426
+ :members:
427
+ GranteeType:
428
+ :sym: :grantee_type
429
+ :type: :string
430
+ Grantee:
431
+ :sym: :grantee
432
+ :type: :string
433
+ Access:
434
+ :sym: :access
435
+ :type: :string
213
436
  - :name: CreatePreset
214
437
  :method: :create_preset
215
438
  :http:
@@ -220,18 +443,15 @@
220
443
  :name:
221
444
  :name: Name
222
445
  :type: :string
223
- :required: true
224
446
  :description:
225
447
  :name: Description
226
448
  :type: :string
227
449
  :container:
228
450
  :name: Container
229
451
  :type: :string
230
- :required: true
231
452
  :video:
232
453
  :name: Video
233
454
  :type: :hash
234
- :required: true
235
455
  :members:
236
456
  :codec:
237
457
  :name: Codec
@@ -263,10 +483,24 @@
263
483
  :aspect_ratio:
264
484
  :name: AspectRatio
265
485
  :type: :string
486
+ :max_width:
487
+ :name: MaxWidth
488
+ :type: :string
489
+ :max_height:
490
+ :name: MaxHeight
491
+ :type: :string
492
+ :display_aspect_ratio:
493
+ :name: DisplayAspectRatio
494
+ :type: :string
495
+ :sizing_policy:
496
+ :name: SizingPolicy
497
+ :type: :string
498
+ :padding_policy:
499
+ :name: PaddingPolicy
500
+ :type: :string
266
501
  :audio:
267
502
  :name: Audio
268
503
  :type: :hash
269
- :required: true
270
504
  :members:
271
505
  :codec:
272
506
  :name: Codec
@@ -283,7 +517,6 @@
283
517
  :thumbnails:
284
518
  :name: Thumbnails
285
519
  :type: :hash
286
- :required: true
287
520
  :members:
288
521
  :format:
289
522
  :name: Format
@@ -297,6 +530,18 @@
297
530
  :aspect_ratio:
298
531
  :name: AspectRatio
299
532
  :type: :string
533
+ :max_width:
534
+ :name: MaxWidth
535
+ :type: :string
536
+ :max_height:
537
+ :name: MaxHeight
538
+ :type: :string
539
+ :sizing_policy:
540
+ :name: SizingPolicy
541
+ :type: :string
542
+ :padding_policy:
543
+ :name: PaddingPolicy
544
+ :type: :string
300
545
  :outputs:
301
546
  Preset:
302
547
  :sym: :preset
@@ -361,6 +606,21 @@
361
606
  AspectRatio:
362
607
  :sym: :aspect_ratio
363
608
  :type: :string
609
+ MaxWidth:
610
+ :sym: :max_width
611
+ :type: :string
612
+ MaxHeight:
613
+ :sym: :max_height
614
+ :type: :string
615
+ DisplayAspectRatio:
616
+ :sym: :display_aspect_ratio
617
+ :type: :string
618
+ SizingPolicy:
619
+ :sym: :sizing_policy
620
+ :type: :string
621
+ PaddingPolicy:
622
+ :sym: :padding_policy
623
+ :type: :string
364
624
  Thumbnails:
365
625
  :sym: :thumbnails
366
626
  :type: :hash
@@ -377,6 +637,18 @@
377
637
  AspectRatio:
378
638
  :sym: :aspect_ratio
379
639
  :type: :string
640
+ MaxWidth:
641
+ :sym: :max_width
642
+ :type: :string
643
+ MaxHeight:
644
+ :sym: :max_height
645
+ :type: :string
646
+ SizingPolicy:
647
+ :sym: :sizing_policy
648
+ :type: :string
649
+ PaddingPolicy:
650
+ :sym: :padding_policy
651
+ :type: :string
380
652
  Type:
381
653
  :sym: :type
382
654
  :type: :string
@@ -455,6 +727,46 @@
455
727
  :sym: :output
456
728
  :type: :hash
457
729
  :members:
730
+ Id:
731
+ :sym: :id
732
+ :type: :string
733
+ Key:
734
+ :sym: :key
735
+ :type: :string
736
+ ThumbnailPattern:
737
+ :sym: :thumbnail_pattern
738
+ :type: :string
739
+ Rotate:
740
+ :sym: :rotate
741
+ :type: :string
742
+ PresetId:
743
+ :sym: :preset_id
744
+ :type: :string
745
+ SegmentDuration:
746
+ :sym: :segment_duration
747
+ :type: :string
748
+ Status:
749
+ :sym: :status
750
+ :type: :string
751
+ StatusDetail:
752
+ :sym: :status_detail
753
+ :type: :string
754
+ Duration:
755
+ :sym: :duration
756
+ :type: :integer
757
+ Width:
758
+ :sym: :width
759
+ :type: :integer
760
+ Height:
761
+ :sym: :height
762
+ :type: :integer
763
+ Outputs:
764
+ :sym: :outputs
765
+ :type: :hash
766
+ :members:
767
+ Id:
768
+ :sym: :id
769
+ :type: :string
458
770
  Key:
459
771
  :sym: :key
460
772
  :type: :string
@@ -467,12 +779,49 @@
467
779
  PresetId:
468
780
  :sym: :preset_id
469
781
  :type: :string
782
+ SegmentDuration:
783
+ :sym: :segment_duration
784
+ :type: :string
785
+ Status:
786
+ :sym: :status
787
+ :type: :string
788
+ StatusDetail:
789
+ :sym: :status_detail
790
+ :type: :string
791
+ Duration:
792
+ :sym: :duration
793
+ :type: :integer
794
+ Width:
795
+ :sym: :width
796
+ :type: :integer
797
+ Height:
798
+ :sym: :height
799
+ :type: :integer
800
+ OutputKeyPrefix:
801
+ :sym: :output_key_prefix
802
+ :type: :string
803
+ Playlists:
804
+ :sym: :playlists
805
+ :type: :hash
806
+ :members:
807
+ Name:
808
+ :sym: :name
809
+ :type: :string
810
+ Format:
811
+ :sym: :format
812
+ :type: :string
813
+ OutputKeys:
814
+ :sym: :output_keys
815
+ :type: :string
470
816
  Status:
471
817
  :sym: :status
472
818
  :type: :string
473
819
  StatusDetail:
474
820
  :sym: :status_detail
475
821
  :type: :string
822
+ Status:
823
+ :sym: :status
824
+ :type: :string
476
825
  NextPageToken:
477
826
  :sym: :next_page_token
478
827
  :type: :string
@@ -526,6 +875,9 @@
526
875
  :sym: :output
527
876
  :type: :hash
528
877
  :members:
878
+ Id:
879
+ :sym: :id
880
+ :type: :string
529
881
  Key:
530
882
  :sym: :key
531
883
  :type: :string
@@ -538,12 +890,86 @@
538
890
  PresetId:
539
891
  :sym: :preset_id
540
892
  :type: :string
893
+ SegmentDuration:
894
+ :sym: :segment_duration
895
+ :type: :string
541
896
  Status:
542
897
  :sym: :status
543
898
  :type: :string
544
899
  StatusDetail:
545
900
  :sym: :status_detail
546
901
  :type: :string
902
+ Duration:
903
+ :sym: :duration
904
+ :type: :integer
905
+ Width:
906
+ :sym: :width
907
+ :type: :integer
908
+ Height:
909
+ :sym: :height
910
+ :type: :integer
911
+ Outputs:
912
+ :sym: :outputs
913
+ :type: :hash
914
+ :members:
915
+ Id:
916
+ :sym: :id
917
+ :type: :string
918
+ Key:
919
+ :sym: :key
920
+ :type: :string
921
+ ThumbnailPattern:
922
+ :sym: :thumbnail_pattern
923
+ :type: :string
924
+ Rotate:
925
+ :sym: :rotate
926
+ :type: :string
927
+ PresetId:
928
+ :sym: :preset_id
929
+ :type: :string
930
+ SegmentDuration:
931
+ :sym: :segment_duration
932
+ :type: :string
933
+ Status:
934
+ :sym: :status
935
+ :type: :string
936
+ StatusDetail:
937
+ :sym: :status_detail
938
+ :type: :string
939
+ Duration:
940
+ :sym: :duration
941
+ :type: :integer
942
+ Width:
943
+ :sym: :width
944
+ :type: :integer
945
+ Height:
946
+ :sym: :height
947
+ :type: :integer
948
+ OutputKeyPrefix:
949
+ :sym: :output_key_prefix
950
+ :type: :string
951
+ Playlists:
952
+ :sym: :playlists
953
+ :type: :hash
954
+ :members:
955
+ Name:
956
+ :sym: :name
957
+ :type: :string
958
+ Format:
959
+ :sym: :format
960
+ :type: :string
961
+ OutputKeys:
962
+ :sym: :output_keys
963
+ :type: :string
964
+ Status:
965
+ :sym: :status
966
+ :type: :string
967
+ StatusDetail:
968
+ :sym: :status_detail
969
+ :type: :string
970
+ Status:
971
+ :sym: :status
972
+ :type: :string
547
973
  NextPageToken:
548
974
  :sym: :next_page_token
549
975
  :type: :string
@@ -561,6 +987,9 @@
561
987
  Id:
562
988
  :sym: :id
563
989
  :type: :string
990
+ Arn:
991
+ :sym: :arn
992
+ :type: :string
564
993
  Name:
565
994
  :sym: :name
566
995
  :type: :string
@@ -592,6 +1021,52 @@
592
1021
  Error:
593
1022
  :sym: :error
594
1023
  :type: :string
1024
+ ContentConfig:
1025
+ :sym: :content_config
1026
+ :type: :hash
1027
+ :members:
1028
+ Bucket:
1029
+ :sym: :bucket
1030
+ :type: :string
1031
+ StorageClass:
1032
+ :sym: :storage_class
1033
+ :type: :string
1034
+ Permissions:
1035
+ :sym: :permissions
1036
+ :type: :hash
1037
+ :members:
1038
+ GranteeType:
1039
+ :sym: :grantee_type
1040
+ :type: :string
1041
+ Grantee:
1042
+ :sym: :grantee
1043
+ :type: :string
1044
+ Access:
1045
+ :sym: :access
1046
+ :type: :string
1047
+ ThumbnailConfig:
1048
+ :sym: :thumbnail_config
1049
+ :type: :hash
1050
+ :members:
1051
+ Bucket:
1052
+ :sym: :bucket
1053
+ :type: :string
1054
+ StorageClass:
1055
+ :sym: :storage_class
1056
+ :type: :string
1057
+ Permissions:
1058
+ :sym: :permissions
1059
+ :type: :hash
1060
+ :members:
1061
+ GranteeType:
1062
+ :sym: :grantee_type
1063
+ :type: :string
1064
+ Grantee:
1065
+ :sym: :grantee
1066
+ :type: :string
1067
+ Access:
1068
+ :sym: :access
1069
+ :type: :string
595
1070
  - :name: ListPresets
596
1071
  :method: :list_presets
597
1072
  :http:
@@ -662,6 +1137,21 @@
662
1137
  AspectRatio:
663
1138
  :sym: :aspect_ratio
664
1139
  :type: :string
1140
+ MaxWidth:
1141
+ :sym: :max_width
1142
+ :type: :string
1143
+ MaxHeight:
1144
+ :sym: :max_height
1145
+ :type: :string
1146
+ DisplayAspectRatio:
1147
+ :sym: :display_aspect_ratio
1148
+ :type: :string
1149
+ SizingPolicy:
1150
+ :sym: :sizing_policy
1151
+ :type: :string
1152
+ PaddingPolicy:
1153
+ :sym: :padding_policy
1154
+ :type: :string
665
1155
  Thumbnails:
666
1156
  :sym: :thumbnails
667
1157
  :type: :hash
@@ -678,6 +1168,18 @@
678
1168
  AspectRatio:
679
1169
  :sym: :aspect_ratio
680
1170
  :type: :string
1171
+ MaxWidth:
1172
+ :sym: :max_width
1173
+ :type: :string
1174
+ MaxHeight:
1175
+ :sym: :max_height
1176
+ :type: :string
1177
+ SizingPolicy:
1178
+ :sym: :sizing_policy
1179
+ :type: :string
1180
+ PaddingPolicy:
1181
+ :sym: :padding_policy
1182
+ :type: :string
681
1183
  Type:
682
1184
  :sym: :type
683
1185
  :type: :string
@@ -727,6 +1229,46 @@
727
1229
  :sym: :output
728
1230
  :type: :hash
729
1231
  :members:
1232
+ Id:
1233
+ :sym: :id
1234
+ :type: :string
1235
+ Key:
1236
+ :sym: :key
1237
+ :type: :string
1238
+ ThumbnailPattern:
1239
+ :sym: :thumbnail_pattern
1240
+ :type: :string
1241
+ Rotate:
1242
+ :sym: :rotate
1243
+ :type: :string
1244
+ PresetId:
1245
+ :sym: :preset_id
1246
+ :type: :string
1247
+ SegmentDuration:
1248
+ :sym: :segment_duration
1249
+ :type: :string
1250
+ Status:
1251
+ :sym: :status
1252
+ :type: :string
1253
+ StatusDetail:
1254
+ :sym: :status_detail
1255
+ :type: :string
1256
+ Duration:
1257
+ :sym: :duration
1258
+ :type: :integer
1259
+ Width:
1260
+ :sym: :width
1261
+ :type: :integer
1262
+ Height:
1263
+ :sym: :height
1264
+ :type: :integer
1265
+ Outputs:
1266
+ :sym: :outputs
1267
+ :type: :hash
1268
+ :members:
1269
+ Id:
1270
+ :sym: :id
1271
+ :type: :string
730
1272
  Key:
731
1273
  :sym: :key
732
1274
  :type: :string
@@ -739,12 +1281,49 @@
739
1281
  PresetId:
740
1282
  :sym: :preset_id
741
1283
  :type: :string
1284
+ SegmentDuration:
1285
+ :sym: :segment_duration
1286
+ :type: :string
742
1287
  Status:
743
1288
  :sym: :status
744
1289
  :type: :string
745
1290
  StatusDetail:
746
1291
  :sym: :status_detail
747
1292
  :type: :string
1293
+ Duration:
1294
+ :sym: :duration
1295
+ :type: :integer
1296
+ Width:
1297
+ :sym: :width
1298
+ :type: :integer
1299
+ Height:
1300
+ :sym: :height
1301
+ :type: :integer
1302
+ OutputKeyPrefix:
1303
+ :sym: :output_key_prefix
1304
+ :type: :string
1305
+ Playlists:
1306
+ :sym: :playlists
1307
+ :type: :hash
1308
+ :members:
1309
+ Name:
1310
+ :sym: :name
1311
+ :type: :string
1312
+ Format:
1313
+ :sym: :format
1314
+ :type: :string
1315
+ OutputKeys:
1316
+ :sym: :output_keys
1317
+ :type: :string
1318
+ Status:
1319
+ :sym: :status
1320
+ :type: :string
1321
+ StatusDetail:
1322
+ :sym: :status_detail
1323
+ :type: :string
1324
+ Status:
1325
+ :sym: :status
1326
+ :type: :string
748
1327
  - :name: ReadPipeline
749
1328
  :method: :read_pipeline
750
1329
  :http:
@@ -762,6 +1341,9 @@
762
1341
  Id:
763
1342
  :sym: :id
764
1343
  :type: :string
1344
+ Arn:
1345
+ :sym: :arn
1346
+ :type: :string
765
1347
  Name:
766
1348
  :sym: :name
767
1349
  :type: :string
@@ -793,6 +1375,52 @@
793
1375
  Error:
794
1376
  :sym: :error
795
1377
  :type: :string
1378
+ ContentConfig:
1379
+ :sym: :content_config
1380
+ :type: :hash
1381
+ :members:
1382
+ Bucket:
1383
+ :sym: :bucket
1384
+ :type: :string
1385
+ StorageClass:
1386
+ :sym: :storage_class
1387
+ :type: :string
1388
+ Permissions:
1389
+ :sym: :permissions
1390
+ :type: :hash
1391
+ :members:
1392
+ GranteeType:
1393
+ :sym: :grantee_type
1394
+ :type: :string
1395
+ Grantee:
1396
+ :sym: :grantee
1397
+ :type: :string
1398
+ Access:
1399
+ :sym: :access
1400
+ :type: :string
1401
+ ThumbnailConfig:
1402
+ :sym: :thumbnail_config
1403
+ :type: :hash
1404
+ :members:
1405
+ Bucket:
1406
+ :sym: :bucket
1407
+ :type: :string
1408
+ StorageClass:
1409
+ :sym: :storage_class
1410
+ :type: :string
1411
+ Permissions:
1412
+ :sym: :permissions
1413
+ :type: :hash
1414
+ :members:
1415
+ GranteeType:
1416
+ :sym: :grantee_type
1417
+ :type: :string
1418
+ Grantee:
1419
+ :sym: :grantee
1420
+ :type: :string
1421
+ Access:
1422
+ :sym: :access
1423
+ :type: :string
796
1424
  - :name: ReadPreset
797
1425
  :method: :read_preset
798
1426
  :http:
@@ -866,6 +1494,21 @@
866
1494
  AspectRatio:
867
1495
  :sym: :aspect_ratio
868
1496
  :type: :string
1497
+ MaxWidth:
1498
+ :sym: :max_width
1499
+ :type: :string
1500
+ MaxHeight:
1501
+ :sym: :max_height
1502
+ :type: :string
1503
+ DisplayAspectRatio:
1504
+ :sym: :display_aspect_ratio
1505
+ :type: :string
1506
+ SizingPolicy:
1507
+ :sym: :sizing_policy
1508
+ :type: :string
1509
+ PaddingPolicy:
1510
+ :sym: :padding_policy
1511
+ :type: :string
869
1512
  Thumbnails:
870
1513
  :sym: :thumbnails
871
1514
  :type: :hash
@@ -882,6 +1525,18 @@
882
1525
  AspectRatio:
883
1526
  :sym: :aspect_ratio
884
1527
  :type: :string
1528
+ MaxWidth:
1529
+ :sym: :max_width
1530
+ :type: :string
1531
+ MaxHeight:
1532
+ :sym: :max_height
1533
+ :type: :string
1534
+ SizingPolicy:
1535
+ :sym: :sizing_policy
1536
+ :type: :string
1537
+ PaddingPolicy:
1538
+ :sym: :padding_policy
1539
+ :type: :string
885
1540
  Type:
886
1541
  :sym: :type
887
1542
  :type: :string
@@ -890,23 +1545,20 @@
890
1545
  :http:
891
1546
  :verb: POST
892
1547
  :uri: /2012-09-25/roleTests
1548
+ :response_code: 200
893
1549
  :inputs:
894
1550
  :role:
895
1551
  :name: Role
896
1552
  :type: :string
897
- :required: true
898
1553
  :input_bucket:
899
1554
  :name: InputBucket
900
1555
  :type: :string
901
- :required: true
902
1556
  :output_bucket:
903
1557
  :name: OutputBucket
904
1558
  :type: :string
905
- :required: true
906
1559
  :topics:
907
1560
  :name: Topics
908
1561
  :type: :array
909
- :required: true
910
1562
  :members:
911
1563
  :name: member
912
1564
  :type: :string
@@ -917,6 +1569,187 @@
917
1569
  Messages:
918
1570
  :sym: :messages
919
1571
  :type: :string
1572
+ - :name: UpdatePipeline
1573
+ :method: :update_pipeline
1574
+ :http:
1575
+ :verb: PUT
1576
+ :uri: /2012-09-25/pipelines/:id
1577
+ :response_code: 200
1578
+ :inputs:
1579
+ :id:
1580
+ :type: :string
1581
+ :required: true
1582
+ :name:
1583
+ :name: Name
1584
+ :type: :string
1585
+ :input_bucket:
1586
+ :name: InputBucket
1587
+ :type: :string
1588
+ :role:
1589
+ :name: Role
1590
+ :type: :string
1591
+ :notifications:
1592
+ :name: Notifications
1593
+ :type: :hash
1594
+ :members:
1595
+ :progressing:
1596
+ :name: Progressing
1597
+ :type: :string
1598
+ :completed:
1599
+ :name: Completed
1600
+ :type: :string
1601
+ :warning:
1602
+ :name: Warning
1603
+ :type: :string
1604
+ :error:
1605
+ :name: Error
1606
+ :type: :string
1607
+ :content_config:
1608
+ :name: ContentConfig
1609
+ :type: :hash
1610
+ :members:
1611
+ :bucket:
1612
+ :name: Bucket
1613
+ :type: :string
1614
+ :storage_class:
1615
+ :name: StorageClass
1616
+ :type: :string
1617
+ :permissions:
1618
+ :name: Permissions
1619
+ :type: :array
1620
+ :members:
1621
+ :name: member
1622
+ :type: :hash
1623
+ :members:
1624
+ :grantee_type:
1625
+ :name: GranteeType
1626
+ :type: :string
1627
+ :grantee:
1628
+ :name: Grantee
1629
+ :type: :string
1630
+ :access:
1631
+ :name: Access
1632
+ :type: :array
1633
+ :members:
1634
+ :name: member
1635
+ :type: :string
1636
+ :thumbnail_config:
1637
+ :name: ThumbnailConfig
1638
+ :type: :hash
1639
+ :members:
1640
+ :bucket:
1641
+ :name: Bucket
1642
+ :type: :string
1643
+ :storage_class:
1644
+ :name: StorageClass
1645
+ :type: :string
1646
+ :permissions:
1647
+ :name: Permissions
1648
+ :type: :array
1649
+ :members:
1650
+ :name: member
1651
+ :type: :hash
1652
+ :members:
1653
+ :grantee_type:
1654
+ :name: GranteeType
1655
+ :type: :string
1656
+ :grantee:
1657
+ :name: Grantee
1658
+ :type: :string
1659
+ :access:
1660
+ :name: Access
1661
+ :type: :array
1662
+ :members:
1663
+ :name: member
1664
+ :type: :string
1665
+ :outputs:
1666
+ Pipeline:
1667
+ :sym: :pipeline
1668
+ :type: :hash
1669
+ :members:
1670
+ Id:
1671
+ :sym: :id
1672
+ :type: :string
1673
+ Arn:
1674
+ :sym: :arn
1675
+ :type: :string
1676
+ Name:
1677
+ :sym: :name
1678
+ :type: :string
1679
+ Status:
1680
+ :sym: :status
1681
+ :type: :string
1682
+ InputBucket:
1683
+ :sym: :input_bucket
1684
+ :type: :string
1685
+ OutputBucket:
1686
+ :sym: :output_bucket
1687
+ :type: :string
1688
+ Role:
1689
+ :sym: :role
1690
+ :type: :string
1691
+ Notifications:
1692
+ :sym: :notifications
1693
+ :type: :hash
1694
+ :members:
1695
+ Progressing:
1696
+ :sym: :progressing
1697
+ :type: :string
1698
+ Completed:
1699
+ :sym: :completed
1700
+ :type: :string
1701
+ Warning:
1702
+ :sym: :warning
1703
+ :type: :string
1704
+ Error:
1705
+ :sym: :error
1706
+ :type: :string
1707
+ ContentConfig:
1708
+ :sym: :content_config
1709
+ :type: :hash
1710
+ :members:
1711
+ Bucket:
1712
+ :sym: :bucket
1713
+ :type: :string
1714
+ StorageClass:
1715
+ :sym: :storage_class
1716
+ :type: :string
1717
+ Permissions:
1718
+ :sym: :permissions
1719
+ :type: :hash
1720
+ :members:
1721
+ GranteeType:
1722
+ :sym: :grantee_type
1723
+ :type: :string
1724
+ Grantee:
1725
+ :sym: :grantee
1726
+ :type: :string
1727
+ Access:
1728
+ :sym: :access
1729
+ :type: :string
1730
+ ThumbnailConfig:
1731
+ :sym: :thumbnail_config
1732
+ :type: :hash
1733
+ :members:
1734
+ Bucket:
1735
+ :sym: :bucket
1736
+ :type: :string
1737
+ StorageClass:
1738
+ :sym: :storage_class
1739
+ :type: :string
1740
+ Permissions:
1741
+ :sym: :permissions
1742
+ :type: :hash
1743
+ :members:
1744
+ GranteeType:
1745
+ :sym: :grantee_type
1746
+ :type: :string
1747
+ Grantee:
1748
+ :sym: :grantee
1749
+ :type: :string
1750
+ Access:
1751
+ :sym: :access
1752
+ :type: :string
920
1753
  - :name: UpdatePipelineNotifications
921
1754
  :method: :update_pipeline_notifications
922
1755
  :http:
@@ -929,7 +1762,6 @@
929
1762
  :notifications:
930
1763
  :name: Notifications
931
1764
  :type: :hash
932
- :required: true
933
1765
  :members:
934
1766
  :progressing:
935
1767
  :name: Progressing
@@ -951,6 +1783,9 @@
951
1783
  Id:
952
1784
  :sym: :id
953
1785
  :type: :string
1786
+ Arn:
1787
+ :sym: :arn
1788
+ :type: :string
954
1789
  Name:
955
1790
  :sym: :name
956
1791
  :type: :string
@@ -982,6 +1817,52 @@
982
1817
  Error:
983
1818
  :sym: :error
984
1819
  :type: :string
1820
+ ContentConfig:
1821
+ :sym: :content_config
1822
+ :type: :hash
1823
+ :members:
1824
+ Bucket:
1825
+ :sym: :bucket
1826
+ :type: :string
1827
+ StorageClass:
1828
+ :sym: :storage_class
1829
+ :type: :string
1830
+ Permissions:
1831
+ :sym: :permissions
1832
+ :type: :hash
1833
+ :members:
1834
+ GranteeType:
1835
+ :sym: :grantee_type
1836
+ :type: :string
1837
+ Grantee:
1838
+ :sym: :grantee
1839
+ :type: :string
1840
+ Access:
1841
+ :sym: :access
1842
+ :type: :string
1843
+ ThumbnailConfig:
1844
+ :sym: :thumbnail_config
1845
+ :type: :hash
1846
+ :members:
1847
+ Bucket:
1848
+ :sym: :bucket
1849
+ :type: :string
1850
+ StorageClass:
1851
+ :sym: :storage_class
1852
+ :type: :string
1853
+ Permissions:
1854
+ :sym: :permissions
1855
+ :type: :hash
1856
+ :members:
1857
+ GranteeType:
1858
+ :sym: :grantee_type
1859
+ :type: :string
1860
+ Grantee:
1861
+ :sym: :grantee
1862
+ :type: :string
1863
+ Access:
1864
+ :sym: :access
1865
+ :type: :string
985
1866
  - :name: UpdatePipelineStatus
986
1867
  :method: :update_pipeline_status
987
1868
  :http:
@@ -994,7 +1875,6 @@
994
1875
  :status:
995
1876
  :name: Status
996
1877
  :type: :string
997
- :required: true
998
1878
  :outputs:
999
1879
  Pipeline:
1000
1880
  :sym: :pipeline
@@ -1003,6 +1883,9 @@
1003
1883
  Id:
1004
1884
  :sym: :id
1005
1885
  :type: :string
1886
+ Arn:
1887
+ :sym: :arn
1888
+ :type: :string
1006
1889
  Name:
1007
1890
  :sym: :name
1008
1891
  :type: :string
@@ -1034,3 +1917,49 @@
1034
1917
  Error:
1035
1918
  :sym: :error
1036
1919
  :type: :string
1920
+ ContentConfig:
1921
+ :sym: :content_config
1922
+ :type: :hash
1923
+ :members:
1924
+ Bucket:
1925
+ :sym: :bucket
1926
+ :type: :string
1927
+ StorageClass:
1928
+ :sym: :storage_class
1929
+ :type: :string
1930
+ Permissions:
1931
+ :sym: :permissions
1932
+ :type: :hash
1933
+ :members:
1934
+ GranteeType:
1935
+ :sym: :grantee_type
1936
+ :type: :string
1937
+ Grantee:
1938
+ :sym: :grantee
1939
+ :type: :string
1940
+ Access:
1941
+ :sym: :access
1942
+ :type: :string
1943
+ ThumbnailConfig:
1944
+ :sym: :thumbnail_config
1945
+ :type: :hash
1946
+ :members:
1947
+ Bucket:
1948
+ :sym: :bucket
1949
+ :type: :string
1950
+ StorageClass:
1951
+ :sym: :storage_class
1952
+ :type: :string
1953
+ Permissions:
1954
+ :sym: :permissions
1955
+ :type: :hash
1956
+ :members:
1957
+ GranteeType:
1958
+ :sym: :grantee_type
1959
+ :type: :string
1960
+ Grantee:
1961
+ :sym: :grantee
1962
+ :type: :string
1963
+ Access:
1964
+ :sym: :access
1965
+ :type: :string