aws-sdk-elastictranscoder 1.65.0 → 1.66.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elastictranscoder/client.rb +1 -9
- data/lib/aws-sdk-elastictranscoder/types.rb +30 -44
- data/lib/aws-sdk-elastictranscoder.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d81620293d995588a7c3712ee8547145918dcb159b4b31ef0f3bf14c1e388dca
|
4
|
+
data.tar.gz: ecb973723e42fcaa457038c8e8c7f65a67bab27d2cb21de355a6a5193168c813
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc5a075602cc8a5b42fd3c0a1851e438d8947d1ca0788ffe2fa3968aabf8b69d8bb3342f9b35829ea6bfa65f40ff7932ec5fe8d187308ab198d41cd601089485
|
7
|
+
data.tar.gz: bc3b0196d77d6ea026e1e5a563ca8d6699e7fd2eef1443d52eac9fcaa8217b9c960aeb828976210c31e40eabd14eb868599c7dfed042f0929b63d174b7e4c130
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.66.0
|
@@ -1177,7 +1177,6 @@ module Aws::ElasticTranscoder
|
|
1177
1177
|
# * **Group**: The value in the `Grantee` object is one of the
|
1178
1178
|
# following predefined Amazon S3 groups: `AllUsers`,
|
1179
1179
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
1180
|
-
#
|
1181
1180
|
# * **Grantee**: The AWS user or group that you want to have access to
|
1182
1181
|
# transcoded files and playlists. To identify the user or group, you
|
1183
1182
|
# can specify the canonical user ID for an AWS account, an origin
|
@@ -1201,7 +1200,6 @@ module Aws::ElasticTranscoder
|
|
1201
1200
|
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
1202
1201
|
# `WRITE_ACP` permissions for the objects that Elastic Transcoder
|
1203
1202
|
# adds to the Amazon S3 bucket.
|
1204
|
-
#
|
1205
1203
|
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
1206
1204
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
1207
1205
|
# the video files and playlists that it stores in your Amazon S3
|
@@ -1245,7 +1243,6 @@ module Aws::ElasticTranscoder
|
|
1245
1243
|
# * **Group**: The value in the `Grantee` object is one of the
|
1246
1244
|
# following predefined Amazon S3 groups: `AllUsers`,
|
1247
1245
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
1248
|
-
#
|
1249
1246
|
# * **Grantee**: The AWS user or group that you want to have access to
|
1250
1247
|
# thumbnail files. To identify the user or group, you can specify the
|
1251
1248
|
# canonical user ID for an AWS account, an origin access identity for
|
@@ -1269,7 +1266,6 @@ module Aws::ElasticTranscoder
|
|
1269
1266
|
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
1270
1267
|
# `WRITE_ACP` permissions for the thumbnails that Elastic Transcoder
|
1271
1268
|
# adds to the Amazon S3 bucket.
|
1272
|
-
#
|
1273
1269
|
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
1274
1270
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
1275
1271
|
# the thumbnails that it stores in your Amazon S3 bucket.
|
@@ -2766,7 +2762,6 @@ module Aws::ElasticTranscoder
|
|
2766
2762
|
# * **Group**: The value in the `Grantee` object is one of the
|
2767
2763
|
# following predefined Amazon S3 groups: `AllUsers`,
|
2768
2764
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
2769
|
-
#
|
2770
2765
|
# * **Grantee**: The AWS user or group that you want to have access to
|
2771
2766
|
# transcoded files and playlists. To identify the user or group, you
|
2772
2767
|
# can specify the canonical user ID for an AWS account, an origin
|
@@ -2790,7 +2785,6 @@ module Aws::ElasticTranscoder
|
|
2790
2785
|
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
2791
2786
|
# `WRITE_ACP` permissions for the objects that Elastic Transcoder
|
2792
2787
|
# adds to the Amazon S3 bucket.
|
2793
|
-
#
|
2794
2788
|
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
2795
2789
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
2796
2790
|
# the video files and playlists that it stores in your Amazon S3
|
@@ -2834,7 +2828,6 @@ module Aws::ElasticTranscoder
|
|
2834
2828
|
# * **Group**: The value in the `Grantee` object is one of the
|
2835
2829
|
# following predefined Amazon S3 groups: `AllUsers`,
|
2836
2830
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
2837
|
-
#
|
2838
2831
|
# * **Grantee**: The AWS user or group that you want to have access to
|
2839
2832
|
# thumbnail files. To identify the user or group, you can specify the
|
2840
2833
|
# canonical user ID for an AWS account, an origin access identity for
|
@@ -2858,7 +2851,6 @@ module Aws::ElasticTranscoder
|
|
2858
2851
|
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
2859
2852
|
# `WRITE_ACP` permissions for the thumbnails that Elastic Transcoder
|
2860
2853
|
# adds to the Amazon S3 bucket.
|
2861
|
-
#
|
2862
2854
|
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
2863
2855
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
2864
2856
|
# the thumbnails that it stores in your Amazon S3 bucket.
|
@@ -3116,7 +3108,7 @@ module Aws::ElasticTranscoder
|
|
3116
3108
|
tracer: tracer
|
3117
3109
|
)
|
3118
3110
|
context[:gem_name] = 'aws-sdk-elastictranscoder'
|
3119
|
-
context[:gem_version] = '1.
|
3111
|
+
context[:gem_version] = '1.66.0'
|
3120
3112
|
Seahorse::Client::Request.new(handlers, context)
|
3121
3113
|
end
|
3122
3114
|
|
@@ -417,7 +417,6 @@ module Aws::ElasticTranscoder
|
|
417
417
|
# * **For ogg**: None
|
418
418
|
#
|
419
419
|
# * **For webm**: None
|
420
|
-
#
|
421
420
|
# * **Valid Sidecar Caption Formats:** Elastic Transcoder supports
|
422
421
|
# dfxp (first div element only), scc, srt, and webvtt. If you want
|
423
422
|
# ttml or smpte-tt compatible captions, specify dfxp as your output
|
@@ -426,7 +425,6 @@ module Aws::ElasticTranscoder
|
|
426
425
|
# * **For FMP4**: dfxp
|
427
426
|
#
|
428
427
|
# * **Non-FMP4 outputs**: All sidecar types
|
429
|
-
#
|
430
428
|
# `fmp4` captions have an extension of `.ismt`
|
431
429
|
# @return [String]
|
432
430
|
#
|
@@ -1065,7 +1063,6 @@ module Aws::ElasticTranscoder
|
|
1065
1063
|
# * **Group**: The value in the `Grantee` object is one of the
|
1066
1064
|
# following predefined Amazon S3 groups: `AllUsers`,
|
1067
1065
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
1068
|
-
#
|
1069
1066
|
# * **Grantee**: The AWS user or group that you want to have access to
|
1070
1067
|
# transcoded files and playlists. To identify the user or group, you
|
1071
1068
|
# can specify the canonical user ID for an AWS account, an origin
|
@@ -1089,7 +1086,6 @@ module Aws::ElasticTranscoder
|
|
1089
1086
|
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
1090
1087
|
# `WRITE_ACP` permissions for the objects that Elastic Transcoder
|
1091
1088
|
# adds to the Amazon S3 bucket.
|
1092
|
-
#
|
1093
1089
|
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
1094
1090
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
1095
1091
|
# the video files and playlists that it stores in your Amazon S3
|
@@ -1134,7 +1130,6 @@ module Aws::ElasticTranscoder
|
|
1134
1130
|
# * **Group**: The value in the `Grantee` object is one of the
|
1135
1131
|
# following predefined Amazon S3 groups: `AllUsers`,
|
1136
1132
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
1137
|
-
#
|
1138
1133
|
# * **Grantee**: The AWS user or group that you want to have access to
|
1139
1134
|
# thumbnail files. To identify the user or group, you can specify
|
1140
1135
|
# the canonical user ID for an AWS account, an origin access
|
@@ -1158,7 +1153,6 @@ module Aws::ElasticTranscoder
|
|
1158
1153
|
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
1159
1154
|
# `WRITE_ACP` permissions for the thumbnails that Elastic
|
1160
1155
|
# Transcoder adds to the Amazon S3 bucket.
|
1161
|
-
#
|
1162
1156
|
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
1163
1157
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
1164
1158
|
# the thumbnails that it stores in your Amazon S3 bucket.
|
@@ -2523,7 +2517,6 @@ module Aws::ElasticTranscoder
|
|
2523
2517
|
#
|
2524
2518
|
# * `Group`: One of the following predefined Amazon S3 groups:
|
2525
2519
|
# `AllUsers`, `AuthenticatedUsers`, or `LogDelivery`.
|
2526
|
-
#
|
2527
2520
|
# * `Grantee`: The AWS user or group that you want to have access to
|
2528
2521
|
# transcoded files and playlists.
|
2529
2522
|
#
|
@@ -2542,7 +2535,6 @@ module Aws::ElasticTranscoder
|
|
2542
2535
|
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
2543
2536
|
# `WRITE_ACP` permissions for the objects that Elastic
|
2544
2537
|
# Transcoder adds to the Amazon S3 bucket.
|
2545
|
-
#
|
2546
2538
|
# * **StorageClass**: The Amazon S3 storage class, Standard or
|
2547
2539
|
# ReducedRedundancy, that you want Elastic Transcoder to assign to
|
2548
2540
|
# the video files and playlists that it stores in your Amazon S3
|
@@ -2575,7 +2567,6 @@ module Aws::ElasticTranscoder
|
|
2575
2567
|
#
|
2576
2568
|
# * `Group`: One of the following predefined Amazon S3 groups:
|
2577
2569
|
# `AllUsers`, `AuthenticatedUsers`, or `LogDelivery`.
|
2578
|
-
#
|
2579
2570
|
# * `Grantee`: The AWS user or group that you want to have access to
|
2580
2571
|
# thumbnail files.
|
2581
2572
|
#
|
@@ -2595,7 +2586,6 @@ module Aws::ElasticTranscoder
|
|
2595
2586
|
# * `FULL_CONTROL`: The grantee has READ, READ\_ACP, and
|
2596
2587
|
# WRITE\_ACP permissions for the thumbnails that Elastic
|
2597
2588
|
# Transcoder adds to the Amazon S3 bucket.
|
2598
|
-
#
|
2599
2589
|
# * `StorageClass`: The Amazon S3 storage class, `Standard` or
|
2600
2590
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
2601
2591
|
# the thumbnails that it stores in your Amazon S3 bucket.
|
@@ -3588,7 +3578,6 @@ module Aws::ElasticTranscoder
|
|
3588
3578
|
# * **Group**: The value in the `Grantee` object is one of the
|
3589
3579
|
# following predefined Amazon S3 groups: `AllUsers`,
|
3590
3580
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
3591
|
-
#
|
3592
3581
|
# * **Grantee**: The AWS user or group that you want to have access to
|
3593
3582
|
# transcoded files and playlists. To identify the user or group, you
|
3594
3583
|
# can specify the canonical user ID for an AWS account, an origin
|
@@ -3612,7 +3601,6 @@ module Aws::ElasticTranscoder
|
|
3612
3601
|
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
3613
3602
|
# `WRITE_ACP` permissions for the objects that Elastic Transcoder
|
3614
3603
|
# adds to the Amazon S3 bucket.
|
3615
|
-
#
|
3616
3604
|
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
3617
3605
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
3618
3606
|
# the video files and playlists that it stores in your Amazon S3
|
@@ -3657,7 +3645,6 @@ module Aws::ElasticTranscoder
|
|
3657
3645
|
# * **Group**: The value in the `Grantee` object is one of the
|
3658
3646
|
# following predefined Amazon S3 groups: `AllUsers`,
|
3659
3647
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
3660
|
-
#
|
3661
3648
|
# * **Grantee**: The AWS user or group that you want to have access to
|
3662
3649
|
# thumbnail files. To identify the user or group, you can specify
|
3663
3650
|
# the canonical user ID for an AWS account, an origin access
|
@@ -3681,7 +3668,6 @@ module Aws::ElasticTranscoder
|
|
3681
3668
|
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
3682
3669
|
# `WRITE_ACP` permissions for the thumbnails that Elastic
|
3683
3670
|
# Transcoder adds to the Amazon S3 bucket.
|
3684
|
-
#
|
3685
3671
|
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
3686
3672
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
3687
3673
|
# the thumbnails that it stores in your Amazon S3 bucket.
|
@@ -3815,27 +3801,27 @@ module Aws::ElasticTranscoder
|
|
3815
3801
|
#
|
3816
3802
|
# * 1b - 396
|
3817
3803
|
#
|
3818
|
-
# * 1
|
3804
|
+
# * 1.1 - 900
|
3819
3805
|
#
|
3820
|
-
# * 1
|
3806
|
+
# * 1.2 - 2376
|
3821
3807
|
#
|
3822
|
-
# * 1
|
3808
|
+
# * 1.3 - 2376
|
3823
3809
|
#
|
3824
3810
|
# * 2 - 2376
|
3825
3811
|
#
|
3826
|
-
# * 2
|
3812
|
+
# * 2.1 - 4752
|
3827
3813
|
#
|
3828
|
-
# * 2
|
3814
|
+
# * 2.2 - 8100
|
3829
3815
|
#
|
3830
3816
|
# * 3 - 8100
|
3831
3817
|
#
|
3832
|
-
# * 3
|
3818
|
+
# * 3.1 - 18000
|
3833
3819
|
#
|
3834
|
-
# * 3
|
3820
|
+
# * 3.2 - 20480
|
3835
3821
|
#
|
3836
3822
|
# * 4 - 32768
|
3837
3823
|
#
|
3838
|
-
# * 4
|
3824
|
+
# * 4.1 - 32768
|
3839
3825
|
#
|
3840
3826
|
# **MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)**
|
3841
3827
|
#
|
@@ -3989,23 +3975,23 @@ module Aws::ElasticTranscoder
|
|
3989
3975
|
#
|
3990
3976
|
# * 1b - 128 : 160
|
3991
3977
|
#
|
3992
|
-
# * 1
|
3978
|
+
# * 1.1 - 192 : 240
|
3993
3979
|
#
|
3994
|
-
# * 1
|
3980
|
+
# * 1.2 - 384 : 480
|
3995
3981
|
#
|
3996
|
-
# * 1
|
3982
|
+
# * 1.3 - 768 : 960
|
3997
3983
|
#
|
3998
3984
|
# * 2 - 2000 : 2500
|
3999
3985
|
#
|
4000
3986
|
# * 3 - 10000 : 12500
|
4001
3987
|
#
|
4002
|
-
# * 3
|
3988
|
+
# * 3.1 - 14000 : 17500
|
4003
3989
|
#
|
4004
|
-
# * 3
|
3990
|
+
# * 3.2 - 20000 : 25000
|
4005
3991
|
#
|
4006
3992
|
# * 4 - 20000 : 25000
|
4007
3993
|
#
|
4008
|
-
# * 4
|
3994
|
+
# * 4.1 - 50000 : 62500
|
4009
3995
|
# @return [String]
|
4010
3996
|
#
|
4011
3997
|
# @!attribute [rw] frame_rate
|
@@ -4038,27 +4024,27 @@ module Aws::ElasticTranscoder
|
|
4038
4024
|
#
|
4039
4025
|
# * 1b - 380160
|
4040
4026
|
#
|
4041
|
-
# * 1
|
4027
|
+
# * 1.1 - 76800
|
4042
4028
|
#
|
4043
|
-
# * 1
|
4029
|
+
# * 1.2 - 1536000
|
4044
4030
|
#
|
4045
|
-
# * 1
|
4031
|
+
# * 1.3 - 3041280
|
4046
4032
|
#
|
4047
4033
|
# * 2 - 3041280
|
4048
4034
|
#
|
4049
|
-
# * 2
|
4035
|
+
# * 2.1 - 5068800
|
4050
4036
|
#
|
4051
|
-
# * 2
|
4037
|
+
# * 2.2 - 5184000
|
4052
4038
|
#
|
4053
4039
|
# * 3 - 10368000
|
4054
4040
|
#
|
4055
|
-
# * 3
|
4041
|
+
# * 3.1 - 27648000
|
4056
4042
|
#
|
4057
|
-
# * 3
|
4043
|
+
# * 3.2 - 55296000
|
4058
4044
|
#
|
4059
4045
|
# * 4 - 62914560
|
4060
4046
|
#
|
4061
|
-
# * 4
|
4047
|
+
# * 4.1 - 62914560
|
4062
4048
|
# @return [String]
|
4063
4049
|
#
|
4064
4050
|
# @!attribute [rw] max_frame_rate
|
@@ -4109,27 +4095,27 @@ module Aws::ElasticTranscoder
|
|
4109
4095
|
#
|
4110
4096
|
# * 1b - 25344
|
4111
4097
|
#
|
4112
|
-
# * 1
|
4098
|
+
# * 1.1 - 101376
|
4113
4099
|
#
|
4114
|
-
# * 1
|
4100
|
+
# * 1.2 - 101376
|
4115
4101
|
#
|
4116
|
-
# * 1
|
4102
|
+
# * 1.3 - 101376
|
4117
4103
|
#
|
4118
4104
|
# * 2 - 101376
|
4119
4105
|
#
|
4120
|
-
# * 2
|
4106
|
+
# * 2.1 - 202752
|
4121
4107
|
#
|
4122
|
-
# * 2
|
4108
|
+
# * 2.2 - 404720
|
4123
4109
|
#
|
4124
4110
|
# * 3 - 404720
|
4125
4111
|
#
|
4126
|
-
# * 3
|
4112
|
+
# * 3.1 - 921600
|
4127
4113
|
#
|
4128
|
-
# * 3
|
4114
|
+
# * 3.2 - 1310720
|
4129
4115
|
#
|
4130
4116
|
# * 4 - 2097152
|
4131
4117
|
#
|
4132
|
-
# * 4
|
4118
|
+
# * 4.1 - 2097152
|
4133
4119
|
# @return [String]
|
4134
4120
|
#
|
4135
4121
|
# @!attribute [rw] aspect_ratio
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-elastictranscoder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.66.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|