aws-sdk-elastictranscoder 1.40.0 → 1.41.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elastictranscoder/client.rb +77 -72
- data/lib/aws-sdk-elastictranscoder/types.rb +187 -192
- data/lib/aws-sdk-elastictranscoder.rb +1 -1
- metadata +4 -4
@@ -125,17 +125,17 @@ module Aws::ElasticTranscoder
|
|
125
125
|
# Specify the AAC profile for the output file. Elastic Transcoder
|
126
126
|
# supports the following profiles:
|
127
127
|
#
|
128
|
-
# * `auto
|
128
|
+
# * `auto`: If you specify `auto`, Elastic Transcoder selects the
|
129
129
|
# profile based on the bit rate selected for the output file.
|
130
130
|
#
|
131
|
-
# * `AAC-LC
|
131
|
+
# * `AAC-LC`: The most common AAC profile. Use for bit rates larger
|
132
132
|
# than 64 kbps.
|
133
133
|
#
|
134
|
-
# * `HE-AAC
|
135
|
-
#
|
134
|
+
# * `HE-AAC`: Not supported on some older players and devices. Use for
|
135
|
+
# bit rates between 40 and 80 kbps.
|
136
136
|
#
|
137
|
-
# * `HE-AACv2
|
138
|
-
#
|
137
|
+
# * `HE-AACv2`: Not supported on some players and devices. Use for bit
|
138
|
+
# rates less than 48 kbps.
|
139
139
|
#
|
140
140
|
# All outputs in a `Smooth` playlist must have the same value for
|
141
141
|
# `Profile`.
|
@@ -406,26 +406,26 @@ module Aws::ElasticTranscoder
|
|
406
406
|
#
|
407
407
|
# * **Valid Embedded Caption Formats:**
|
408
408
|
#
|
409
|
-
# * **for FLAC
|
409
|
+
# * **for FLAC**: None
|
410
410
|
#
|
411
|
-
# * **For MP3
|
411
|
+
# * **For MP3**: None
|
412
412
|
#
|
413
|
-
# * **For MP4
|
413
|
+
# * **For MP4**: mov-text
|
414
414
|
#
|
415
|
-
# * **For MPEG-TS
|
415
|
+
# * **For MPEG-TS**: None
|
416
416
|
#
|
417
|
-
# * **For ogg
|
417
|
+
# * **For ogg**: None
|
418
418
|
#
|
419
|
-
# * **For webm
|
419
|
+
# * **For webm**: None
|
420
420
|
#
|
421
421
|
# * **Valid Sidecar Caption Formats:** Elastic Transcoder supports
|
422
422
|
# dfxp (first div element only), scc, srt, and webvtt. If you want
|
423
423
|
# ttml or smpte-tt compatible captions, specify dfxp as your output
|
424
424
|
# format.
|
425
425
|
#
|
426
|
-
# * **For FMP4
|
426
|
+
# * **For FMP4**: dfxp
|
427
427
|
#
|
428
|
-
# * **Non-FMP4 outputs
|
428
|
+
# * **Non-FMP4 outputs**: All sidecar types
|
429
429
|
#
|
430
430
|
# `fmp4` captions have an extension of `.ismt`
|
431
431
|
# @return [String]
|
@@ -598,7 +598,7 @@ module Aws::ElasticTranscoder
|
|
598
598
|
# information that you want to include in the file name for each
|
599
599
|
# thumbnail. You can specify the following values in any sequence:
|
600
600
|
#
|
601
|
-
# * <b> <code>\{count\}</code> (Required)</b
|
601
|
+
# * <b> <code>\{count\}</code> (Required)</b>: If you want to create
|
602
602
|
# thumbnails, you must include `\{count\}` in the `ThumbnailPattern`
|
603
603
|
# object. Wherever you specify `\{count\}`, Elastic Transcoder adds
|
604
604
|
# a five-digit sequence number (beginning with **00001**) to
|
@@ -609,12 +609,12 @@ module Aws::ElasticTranscoder
|
|
609
609
|
# omit `\{count\}`, Elastic Transcoder returns a validation error
|
610
610
|
# and does not create the job.
|
611
611
|
#
|
612
|
-
# * **Literal values (Optional)
|
612
|
+
# * **Literal values (Optional)**: You can specify literal values
|
613
613
|
# anywhere in the `ThumbnailPattern` object. For example, you can
|
614
614
|
# include them as a file name prefix or as a delimiter between
|
615
615
|
# `\{resolution\}` and `\{count\}`.
|
616
616
|
#
|
617
|
-
# * <b> <code>\{resolution\}</code> (Optional)</b
|
617
|
+
# * <b> <code>\{resolution\}</code> (Optional)</b>: If you want
|
618
618
|
# Elastic Transcoder to include the resolution in the file name,
|
619
619
|
# include `\{resolution\}` in the `ThumbnailPattern` object.
|
620
620
|
#
|
@@ -794,7 +794,7 @@ module Aws::ElasticTranscoder
|
|
794
794
|
#
|
795
795
|
# * If your output is not `HLS` or does not have a segment duration
|
796
796
|
# set, the name of the output file is a concatenation of
|
797
|
-
# `OutputKeyPrefix` and `Outputs:Key
|
797
|
+
# `OutputKeyPrefix` and `Outputs:Key`:
|
798
798
|
#
|
799
799
|
# OutputKeyPrefix`Outputs:Key`
|
800
800
|
#
|
@@ -812,7 +812,7 @@ module Aws::ElasticTranscoder
|
|
812
812
|
# included in an `HLSv4` playlist, Elastic Transcoder creates an
|
813
813
|
# output playlist file with a file extension of `_v4.m3u8`. If the
|
814
814
|
# output is video, Elastic Transcoder also creates an output file
|
815
|
-
# with an extension of `_iframe.m3u8
|
815
|
+
# with an extension of `_iframe.m3u8`:
|
816
816
|
#
|
817
817
|
# OutputKeyPrefix`Outputs:Key`\_v4.m3u8
|
818
818
|
#
|
@@ -1001,27 +1001,27 @@ module Aws::ElasticTranscoder
|
|
1001
1001
|
# To receive notifications, you must also subscribe to the new topic
|
1002
1002
|
# in the Amazon SNS console.
|
1003
1003
|
#
|
1004
|
-
# * **Progressing
|
1004
|
+
# * **Progressing**: The topic ARN for the Amazon Simple Notification
|
1005
1005
|
# Service (Amazon SNS) topic that you want to notify when Elastic
|
1006
1006
|
# Transcoder has started to process a job in this pipeline. This is
|
1007
1007
|
# the ARN that Amazon SNS returned when you created the topic. For
|
1008
1008
|
# more information, see Create a Topic in the Amazon Simple
|
1009
1009
|
# Notification Service Developer Guide.
|
1010
1010
|
#
|
1011
|
-
# * **Complete
|
1012
|
-
#
|
1013
|
-
#
|
1014
|
-
#
|
1011
|
+
# * **Complete**: The topic ARN for the Amazon SNS topic that you want
|
1012
|
+
# to notify when Elastic Transcoder has finished processing a job in
|
1013
|
+
# this pipeline. This is the ARN that Amazon SNS returned when you
|
1014
|
+
# created the topic.
|
1015
1015
|
#
|
1016
|
-
# * **Warning
|
1016
|
+
# * **Warning**: The topic ARN for the Amazon SNS topic that you want
|
1017
1017
|
# to notify when Elastic Transcoder encounters a warning condition
|
1018
1018
|
# while processing a job in this pipeline. This is the ARN that
|
1019
1019
|
# Amazon SNS returned when you created the topic.
|
1020
1020
|
#
|
1021
|
-
# * **Error
|
1022
|
-
#
|
1023
|
-
#
|
1024
|
-
#
|
1021
|
+
# * **Error**: The topic ARN for the Amazon SNS topic that you want to
|
1022
|
+
# notify when Elastic Transcoder encounters an error condition while
|
1023
|
+
# processing a job in this pipeline. This is the ARN that Amazon SNS
|
1024
|
+
# returned when you created the topic.
|
1025
1025
|
# @return [Types::Notifications]
|
1026
1026
|
#
|
1027
1027
|
# @!attribute [rw] content_config
|
@@ -1037,7 +1037,7 @@ module Aws::ElasticTranscoder
|
|
1037
1037
|
# If you specify values for `ContentConfig` and `ThumbnailConfig`,
|
1038
1038
|
# omit the `OutputBucket` object.
|
1039
1039
|
#
|
1040
|
-
# * **Bucket
|
1040
|
+
# * **Bucket**: The Amazon S3 bucket in which you want Elastic
|
1041
1041
|
# Transcoder to save transcoded files and playlists.
|
1042
1042
|
#
|
1043
1043
|
# * **Permissions** (Optional): The Permissions object specifies which
|
@@ -1045,10 +1045,10 @@ module Aws::ElasticTranscoder
|
|
1045
1045
|
# access you want them to have. You can grant permissions to a
|
1046
1046
|
# maximum of 30 users and/or predefined Amazon S3 groups.
|
1047
1047
|
#
|
1048
|
-
# * **Grantee Type
|
1048
|
+
# * **Grantee Type**: Specify the type of value that appears in the
|
1049
1049
|
# `Grantee` object:
|
1050
1050
|
#
|
1051
|
-
# * **Canonical
|
1051
|
+
# * **Canonical**: The value in the `Grantee` object is either the
|
1052
1052
|
# canonical user ID for an AWS account or an origin access
|
1053
1053
|
# identity for an Amazon CloudFront distribution. For more
|
1054
1054
|
# information about canonical user IDs, see Access Control List
|
@@ -1060,39 +1060,38 @@ module Aws::ElasticTranscoder
|
|
1060
1060
|
#
|
1061
1061
|
# A canonical user ID is not the same as an AWS account number.
|
1062
1062
|
#
|
1063
|
-
# * **Email
|
1063
|
+
# * **Email**: The value in the `Grantee` object is the registered
|
1064
1064
|
# email address of an AWS account.
|
1065
1065
|
#
|
1066
|
-
# * **Group
|
1066
|
+
# * **Group**: The value in the `Grantee` object is one of the
|
1067
1067
|
# following predefined Amazon S3 groups: `AllUsers`,
|
1068
1068
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
1069
1069
|
#
|
1070
|
-
# * **Grantee
|
1071
|
-
#
|
1072
|
-
#
|
1073
|
-
#
|
1074
|
-
#
|
1075
|
-
# S3 group
|
1070
|
+
# * **Grantee**: The AWS user or group that you want to have access to
|
1071
|
+
# transcoded files and playlists. To identify the user or group, you
|
1072
|
+
# can specify the canonical user ID for an AWS account, an origin
|
1073
|
+
# access identity for a CloudFront distribution, the registered
|
1074
|
+
# email address of an AWS account, or a predefined Amazon S3 group
|
1076
1075
|
#
|
1077
|
-
# * **Access
|
1076
|
+
# * **Access**: The permission that you want to give to the AWS user
|
1078
1077
|
# that you specified in `Grantee`. Permissions are granted on the
|
1079
1078
|
# files that Elastic Transcoder adds to the bucket, including
|
1080
1079
|
# playlists and video files. Valid values include:
|
1081
1080
|
#
|
1082
|
-
# * `READ
|
1081
|
+
# * `READ`: The grantee can read the objects and metadata for
|
1083
1082
|
# objects that Elastic Transcoder adds to the Amazon S3 bucket.
|
1084
1083
|
#
|
1085
|
-
# * `READ_ACP
|
1086
|
-
#
|
1084
|
+
# * `READ_ACP`: The grantee can read the object ACL for objects that
|
1085
|
+
# Elastic Transcoder adds to the Amazon S3 bucket.
|
1087
1086
|
#
|
1088
|
-
# * `WRITE_ACP
|
1087
|
+
# * `WRITE_ACP`: The grantee can write the ACL for the objects that
|
1089
1088
|
# Elastic Transcoder adds to the Amazon S3 bucket.
|
1090
1089
|
#
|
1091
|
-
# * `FULL_CONTROL
|
1090
|
+
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
1092
1091
|
# `WRITE_ACP` permissions for the objects that Elastic Transcoder
|
1093
1092
|
# adds to the Amazon S3 bucket.
|
1094
1093
|
#
|
1095
|
-
# * **StorageClass
|
1094
|
+
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
1096
1095
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
1097
1096
|
# the video files and playlists that it stores in your Amazon S3
|
1098
1097
|
# bucket.
|
@@ -1112,7 +1111,7 @@ module Aws::ElasticTranscoder
|
|
1112
1111
|
# If you specify values for `ContentConfig` and `ThumbnailConfig`,
|
1113
1112
|
# omit the `OutputBucket` object.
|
1114
1113
|
#
|
1115
|
-
# * **Bucket
|
1114
|
+
# * **Bucket**: The Amazon S3 bucket in which you want Elastic
|
1116
1115
|
# Transcoder to save thumbnail files.
|
1117
1116
|
#
|
1118
1117
|
# * **Permissions** (Optional): The `Permissions` object specifies
|
@@ -1121,47 +1120,47 @@ module Aws::ElasticTranscoder
|
|
1121
1120
|
# have. You can grant permissions to a maximum of 30 users and/or
|
1122
1121
|
# predefined Amazon S3 groups.
|
1123
1122
|
#
|
1124
|
-
# * **GranteeType
|
1123
|
+
# * **GranteeType**: Specify the type of value that appears in the
|
1125
1124
|
# Grantee object:
|
1126
1125
|
#
|
1127
|
-
# * **Canonical
|
1126
|
+
# * **Canonical**: The value in the `Grantee` object is either the
|
1128
1127
|
# canonical user ID for an AWS account or an origin access
|
1129
1128
|
# identity for an Amazon CloudFront distribution.
|
1130
1129
|
#
|
1131
1130
|
# A canonical user ID is not the same as an AWS account number.
|
1132
1131
|
#
|
1133
|
-
# * **Email
|
1132
|
+
# * **Email**: The value in the `Grantee` object is the registered
|
1134
1133
|
# email address of an AWS account.
|
1135
1134
|
#
|
1136
|
-
# * **Group
|
1135
|
+
# * **Group**: The value in the `Grantee` object is one of the
|
1137
1136
|
# following predefined Amazon S3 groups: `AllUsers`,
|
1138
1137
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
1139
1138
|
#
|
1140
|
-
# * **Grantee
|
1141
|
-
#
|
1139
|
+
# * **Grantee**: The AWS user or group that you want to have access to
|
1140
|
+
# thumbnail files. To identify the user or group, you can specify
|
1142
1141
|
# the canonical user ID for an AWS account, an origin access
|
1143
1142
|
# identity for a CloudFront distribution, the registered email
|
1144
1143
|
# address of an AWS account, or a predefined Amazon S3 group.
|
1145
1144
|
#
|
1146
|
-
# * **Access
|
1145
|
+
# * **Access**: The permission that you want to give to the AWS user
|
1147
1146
|
# that you specified in `Grantee`. Permissions are granted on the
|
1148
1147
|
# thumbnail files that Elastic Transcoder adds to the bucket. Valid
|
1149
1148
|
# values include:
|
1150
1149
|
#
|
1151
|
-
# * `READ
|
1150
|
+
# * `READ`: The grantee can read the thumbnails and metadata for
|
1152
1151
|
# objects that Elastic Transcoder adds to the Amazon S3 bucket.
|
1153
1152
|
#
|
1154
|
-
# * `READ_ACP
|
1153
|
+
# * `READ_ACP`: The grantee can read the object ACL for thumbnails
|
1155
1154
|
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
1156
1155
|
#
|
1157
|
-
# * `WRITE_ACP
|
1156
|
+
# * `WRITE_ACP`: The grantee can write the ACL for the thumbnails
|
1158
1157
|
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
1159
1158
|
#
|
1160
|
-
# * `FULL_CONTROL
|
1159
|
+
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
1161
1160
|
# `WRITE_ACP` permissions for the thumbnails that Elastic
|
1162
1161
|
# Transcoder adds to the Amazon S3 bucket.
|
1163
1162
|
#
|
1164
|
-
# * **StorageClass
|
1163
|
+
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
1165
1164
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
1166
1165
|
# the thumbnails that it stores in your Amazon S3 bucket.
|
1167
1166
|
# @return [Types::PipelineOutputConfig]
|
@@ -1864,7 +1863,7 @@ module Aws::ElasticTranscoder
|
|
1864
1863
|
# information that you want to include in the file name for each
|
1865
1864
|
# thumbnail. You can specify the following values in any sequence:
|
1866
1865
|
#
|
1867
|
-
# * <b> <code>\{count\}</code> (Required)</b
|
1866
|
+
# * <b> <code>\{count\}</code> (Required)</b>: If you want to create
|
1868
1867
|
# thumbnails, you must include `\{count\}` in the `ThumbnailPattern`
|
1869
1868
|
# object. Wherever you specify `\{count\}`, Elastic Transcoder adds
|
1870
1869
|
# a five-digit sequence number (beginning with **00001**) to
|
@@ -1875,12 +1874,12 @@ module Aws::ElasticTranscoder
|
|
1875
1874
|
# omit `\{count\}`, Elastic Transcoder returns a validation error
|
1876
1875
|
# and does not create the job.
|
1877
1876
|
#
|
1878
|
-
# * **Literal values (Optional)
|
1877
|
+
# * **Literal values (Optional)**: You can specify literal values
|
1879
1878
|
# anywhere in the `ThumbnailPattern` object. For example, you can
|
1880
1879
|
# include them as a file name prefix or as a delimiter between
|
1881
1880
|
# `\{resolution\}` and `\{count\}`.
|
1882
1881
|
#
|
1883
|
-
# * <b> <code>\{resolution\}</code> (Optional)</b
|
1882
|
+
# * <b> <code>\{resolution\}</code> (Optional)</b>: If you want
|
1884
1883
|
# Elastic Transcoder to include the resolution in the file name,
|
1885
1884
|
# include `\{resolution\}` in the `ThumbnailPattern` object.
|
1886
1885
|
#
|
@@ -2379,14 +2378,14 @@ module Aws::ElasticTranscoder
|
|
2379
2378
|
# @!attribute [rw] grantee_type
|
2380
2379
|
# The type of value that appears in the Grantee object:
|
2381
2380
|
#
|
2382
|
-
# * `Canonical
|
2383
|
-
#
|
2381
|
+
# * `Canonical`: Either the canonical user ID for an AWS account or an
|
2382
|
+
# origin access identity for an Amazon CloudFront distribution.
|
2384
2383
|
#
|
2385
2384
|
# A canonical user ID is not the same as an AWS account number.
|
2386
2385
|
#
|
2387
|
-
# * `Email
|
2386
|
+
# * `Email`: The registered email address of an AWS account.
|
2388
2387
|
#
|
2389
|
-
# * `Group
|
2388
|
+
# * `Group`: One of the following predefined Amazon S3 groups:
|
2390
2389
|
# `AllUsers`, `AuthenticatedUsers`, or `LogDelivery`.
|
2391
2390
|
# @return [String]
|
2392
2391
|
#
|
@@ -2402,16 +2401,16 @@ module Aws::ElasticTranscoder
|
|
2402
2401
|
# The permission that you want to give to the AWS user that is listed
|
2403
2402
|
# in Grantee. Valid values include:
|
2404
2403
|
#
|
2405
|
-
# * `READ
|
2404
|
+
# * `READ`: The grantee can read the thumbnails and metadata for
|
2406
2405
|
# thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.
|
2407
2406
|
#
|
2408
|
-
# * `READ_ACP
|
2407
|
+
# * `READ_ACP`: The grantee can read the object ACL for thumbnails
|
2409
2408
|
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
2410
2409
|
#
|
2411
|
-
# * `WRITE_ACP
|
2412
|
-
#
|
2410
|
+
# * `WRITE_ACP`: The grantee can write the ACL for the thumbnails that
|
2411
|
+
# Elastic Transcoder adds to the Amazon S3 bucket.
|
2413
2412
|
#
|
2414
|
-
# * `FULL_CONTROL
|
2413
|
+
# * `FULL_CONTROL`: The grantee has READ, READ\_ACP, and WRITE\_ACP
|
2415
2414
|
# permissions for the thumbnails that Elastic Transcoder adds to the
|
2416
2415
|
# Amazon S3 bucket.
|
2417
2416
|
# @return [Array<String>]
|
@@ -2446,9 +2445,9 @@ module Aws::ElasticTranscoder
|
|
2446
2445
|
# @!attribute [rw] status
|
2447
2446
|
# The current status of the pipeline:
|
2448
2447
|
#
|
2449
|
-
# * `Active
|
2448
|
+
# * `Active`: The pipeline is processing jobs.
|
2450
2449
|
#
|
2451
|
-
# * `Paused
|
2450
|
+
# * `Paused`: The pipeline is not currently processing jobs.
|
2452
2451
|
# @return [String]
|
2453
2452
|
#
|
2454
2453
|
# @!attribute [rw] input_bucket
|
@@ -2507,45 +2506,45 @@ module Aws::ElasticTranscoder
|
|
2507
2506
|
# specify both `ContentConfig` and `ThumbnailConfig`, or you specify
|
2508
2507
|
# `OutputBucket`.
|
2509
2508
|
#
|
2510
|
-
# * **Bucket
|
2509
|
+
# * **Bucket**: The Amazon S3 bucket in which you want Elastic
|
2511
2510
|
# Transcoder to save transcoded files and playlists.
|
2512
2511
|
#
|
2513
|
-
# * **Permissions
|
2512
|
+
# * **Permissions**: A list of the users and/or predefined Amazon S3
|
2514
2513
|
# groups you want to have access to transcoded files and playlists,
|
2515
2514
|
# and the type of access that you want them to have.
|
2516
2515
|
#
|
2517
2516
|
# * GranteeType: The type of value that appears in the `Grantee`
|
2518
2517
|
# object:
|
2519
2518
|
#
|
2520
|
-
# * `Canonical
|
2519
|
+
# * `Canonical`: Either the canonical user ID for an AWS account
|
2521
2520
|
# or an origin access identity for an Amazon CloudFront
|
2522
2521
|
# distribution.
|
2523
2522
|
#
|
2524
|
-
# * `Email
|
2523
|
+
# * `Email`: The registered email address of an AWS account.
|
2525
2524
|
#
|
2526
|
-
# * `Group
|
2525
|
+
# * `Group`: One of the following predefined Amazon S3 groups:
|
2527
2526
|
# `AllUsers`, `AuthenticatedUsers`, or `LogDelivery`.
|
2528
2527
|
#
|
2529
|
-
# * `Grantee
|
2530
|
-
#
|
2528
|
+
# * `Grantee`: The AWS user or group that you want to have access to
|
2529
|
+
# transcoded files and playlists.
|
2531
2530
|
#
|
2532
|
-
# * `Access
|
2531
|
+
# * `Access`: The permission that you want to give to the AWS user
|
2533
2532
|
# that is listed in `Grantee`. Valid values include:
|
2534
2533
|
#
|
2535
|
-
# * `READ
|
2534
|
+
# * `READ`: The grantee can read the objects and metadata for
|
2536
2535
|
# objects that Elastic Transcoder adds to the Amazon S3 bucket.
|
2537
2536
|
#
|
2538
|
-
# * `READ_ACP
|
2537
|
+
# * `READ_ACP`: The grantee can read the object ACL for objects
|
2539
2538
|
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
2540
2539
|
#
|
2541
|
-
# * `WRITE_ACP
|
2540
|
+
# * `WRITE_ACP`: The grantee can write the ACL for the objects
|
2542
2541
|
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
2543
2542
|
#
|
2544
|
-
# * `FULL_CONTROL
|
2543
|
+
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
2545
2544
|
# `WRITE_ACP` permissions for the objects that Elastic
|
2546
2545
|
# Transcoder adds to the Amazon S3 bucket.
|
2547
2546
|
#
|
2548
|
-
# * **StorageClass
|
2547
|
+
# * **StorageClass**: The Amazon S3 storage class, Standard or
|
2549
2548
|
# ReducedRedundancy, that you want Elastic Transcoder to assign to
|
2550
2549
|
# the video files and playlists that it stores in your Amazon S3
|
2551
2550
|
# bucket.
|
@@ -2557,49 +2556,48 @@ module Aws::ElasticTranscoder
|
|
2557
2556
|
# `ContentConfig` and `ThumbnailConfig`, or you specify
|
2558
2557
|
# `OutputBucket`.
|
2559
2558
|
#
|
2560
|
-
# * `Bucket
|
2559
|
+
# * `Bucket`: The Amazon S3 bucket in which you want Elastic
|
2561
2560
|
# Transcoder to save thumbnail files.
|
2562
2561
|
#
|
2563
|
-
# * `Permissions
|
2562
|
+
# * `Permissions`: A list of the users and/or predefined Amazon S3
|
2564
2563
|
# groups you want to have access to thumbnail files, and the type of
|
2565
2564
|
# access that you want them to have.
|
2566
2565
|
#
|
2567
2566
|
# * GranteeType: The type of value that appears in the Grantee
|
2568
2567
|
# object:
|
2569
2568
|
#
|
2570
|
-
# * `Canonical
|
2569
|
+
# * `Canonical`: Either the canonical user ID for an AWS account
|
2571
2570
|
# or an origin access identity for an Amazon CloudFront
|
2572
2571
|
# distribution.
|
2573
2572
|
#
|
2574
2573
|
# A canonical user ID is not the same as an AWS account number.
|
2575
2574
|
#
|
2576
|
-
# * `Email
|
2575
|
+
# * `Email`: The registered email address of an AWS account.
|
2577
2576
|
#
|
2578
|
-
# * `Group
|
2577
|
+
# * `Group`: One of the following predefined Amazon S3 groups:
|
2579
2578
|
# `AllUsers`, `AuthenticatedUsers`, or `LogDelivery`.
|
2580
2579
|
#
|
2581
|
-
# * `Grantee
|
2582
|
-
#
|
2580
|
+
# * `Grantee`: The AWS user or group that you want to have access to
|
2581
|
+
# thumbnail files.
|
2583
2582
|
#
|
2584
2583
|
# * Access: The permission that you want to give to the AWS user
|
2585
2584
|
# that is listed in Grantee. Valid values include:
|
2586
2585
|
#
|
2587
|
-
# * `READ
|
2586
|
+
# * `READ`: The grantee can read the thumbnails and metadata for
|
2588
2587
|
# thumbnails that Elastic Transcoder adds to the Amazon S3
|
2589
2588
|
# bucket.
|
2590
2589
|
#
|
2591
|
-
# * `READ_ACP
|
2592
|
-
#
|
2593
|
-
# bucket.
|
2590
|
+
# * `READ_ACP`: The grantee can read the object ACL for thumbnails
|
2591
|
+
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
2594
2592
|
#
|
2595
|
-
# * `WRITE_ACP
|
2593
|
+
# * `WRITE_ACP`: The grantee can write the ACL for the thumbnails
|
2596
2594
|
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
2597
2595
|
#
|
2598
|
-
# * `FULL_CONTROL
|
2596
|
+
# * `FULL_CONTROL`: The grantee has READ, READ\_ACP, and
|
2599
2597
|
# WRITE\_ACP permissions for the thumbnails that Elastic
|
2600
2598
|
# Transcoder adds to the Amazon S3 bucket.
|
2601
2599
|
#
|
2602
|
-
# * `StorageClass
|
2600
|
+
# * `StorageClass`: The Amazon S3 storage class, `Standard` or
|
2603
2601
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
2604
2602
|
# the thumbnails that it stores in your Amazon S3 bucket.
|
2605
2603
|
# @return [Types::PipelineOutputConfig]
|
@@ -2782,7 +2780,7 @@ module Aws::ElasticTranscoder
|
|
2782
2780
|
#
|
2783
2781
|
# * If your output is not `HLS` or does not have a segment duration
|
2784
2782
|
# set, the name of the output file is a concatenation of
|
2785
|
-
# `OutputKeyPrefix` and `Outputs:Key
|
2783
|
+
# `OutputKeyPrefix` and `Outputs:Key`:
|
2786
2784
|
#
|
2787
2785
|
# OutputKeyPrefix`Outputs:Key`
|
2788
2786
|
#
|
@@ -2800,7 +2798,7 @@ module Aws::ElasticTranscoder
|
|
2800
2798
|
# included in an `HLSv4` playlist, Elastic Transcoder creates an
|
2801
2799
|
# output playlist file with a file extension of `_v4.m3u8`. If the
|
2802
2800
|
# output is video, Elastic Transcoder also creates an output file
|
2803
|
-
# with an extension of `_iframe.m3u8
|
2801
|
+
# with an extension of `_iframe.m3u8`:
|
2804
2802
|
#
|
2805
2803
|
# OutputKeyPrefix`Outputs:Key`\_v4.m3u8
|
2806
2804
|
#
|
@@ -2968,17 +2966,17 @@ module Aws::ElasticTranscoder
|
|
2968
2966
|
# @!attribute [rw] sizing_policy
|
2969
2967
|
# A value that controls scaling of the watermark:
|
2970
2968
|
#
|
2971
|
-
# * **Fit
|
2972
|
-
#
|
2969
|
+
# * **Fit**: Elastic Transcoder scales the watermark so it matches the
|
2970
|
+
# value that you specified in either `MaxWidth` or `MaxHeight`
|
2973
2971
|
# without exceeding the other value.
|
2974
2972
|
#
|
2975
|
-
# * **Stretch
|
2973
|
+
# * **Stretch**: Elastic Transcoder stretches the watermark to match
|
2976
2974
|
# the values that you specified for `MaxWidth` and `MaxHeight`. If
|
2977
2975
|
# the relative proportions of the watermark and the values of
|
2978
2976
|
# `MaxWidth` and `MaxHeight` are different, the watermark will be
|
2979
2977
|
# distorted.
|
2980
2978
|
#
|
2981
|
-
# * **ShrinkToFit
|
2979
|
+
# * **ShrinkToFit**: Elastic Transcoder scales the watermark down so
|
2982
2980
|
# that its dimensions match the values that you specified for at
|
2983
2981
|
# least one of `MaxWidth` and `MaxHeight` without exceeding either
|
2984
2982
|
# value. If you specify this option, Elastic Transcoder does not
|
@@ -2987,15 +2985,15 @@ module Aws::ElasticTranscoder
|
|
2987
2985
|
#
|
2988
2986
|
# @!attribute [rw] horizontal_align
|
2989
2987
|
# The horizontal position of the watermark unless you specify a
|
2990
|
-
# non-zero value for `HorizontalOffset
|
2988
|
+
# non-zero value for `HorizontalOffset`:
|
2991
2989
|
#
|
2992
|
-
# * **Left
|
2990
|
+
# * **Left**: The left edge of the watermark is aligned with the left
|
2993
2991
|
# border of the video.
|
2994
2992
|
#
|
2995
|
-
# * **Right
|
2993
|
+
# * **Right**: The right edge of the watermark is aligned with the
|
2996
2994
|
# right border of the video.
|
2997
2995
|
#
|
2998
|
-
# * **Center
|
2996
|
+
# * **Center**: The watermark is centered between the left and right
|
2999
2997
|
# borders.
|
3000
2998
|
# @return [String]
|
3001
2999
|
#
|
@@ -3028,15 +3026,15 @@ module Aws::ElasticTranscoder
|
|
3028
3026
|
#
|
3029
3027
|
# @!attribute [rw] vertical_align
|
3030
3028
|
# The vertical position of the watermark unless you specify a non-zero
|
3031
|
-
# value for `VerticalOffset
|
3029
|
+
# value for `VerticalOffset`:
|
3032
3030
|
#
|
3033
|
-
# * **Top
|
3031
|
+
# * **Top**: The top edge of the watermark is aligned with the top
|
3034
3032
|
# border of the video.
|
3035
3033
|
#
|
3036
|
-
# * **Bottom
|
3034
|
+
# * **Bottom**: The bottom edge of the watermark is aligned with the
|
3037
3035
|
# bottom border of the video.
|
3038
3036
|
#
|
3039
|
-
# * **Center
|
3037
|
+
# * **Center**: The watermark is centered between the top and bottom
|
3040
3038
|
# borders.
|
3041
3039
|
# @return [String]
|
3042
3040
|
#
|
@@ -3085,16 +3083,16 @@ module Aws::ElasticTranscoder
|
|
3085
3083
|
# @!attribute [rw] target
|
3086
3084
|
# A value that determines how Elastic Transcoder interprets values
|
3087
3085
|
# that you specified for `HorizontalOffset`, `VerticalOffset`,
|
3088
|
-
# `MaxWidth`, and `MaxHeight
|
3086
|
+
# `MaxWidth`, and `MaxHeight`:
|
3089
3087
|
#
|
3090
|
-
# * **Content
|
3088
|
+
# * **Content**: `HorizontalOffset` and `VerticalOffset` values are
|
3091
3089
|
# calculated based on the borders of the video excluding black bars
|
3092
3090
|
# added by Elastic Transcoder, if any. In addition, `MaxWidth` and
|
3093
3091
|
# `MaxHeight`, if specified as a percentage, are calculated based on
|
3094
3092
|
# the borders of the video excluding black bars added by Elastic
|
3095
3093
|
# Transcoder, if any.
|
3096
3094
|
#
|
3097
|
-
# * **Frame
|
3095
|
+
# * **Frame**: `HorizontalOffset` and `VerticalOffset` values are
|
3098
3096
|
# calculated based on the borders of the video including black bars
|
3099
3097
|
# added by Elastic Transcoder, if any. In addition, `MaxWidth` and
|
3100
3098
|
# `MaxHeight`, if specified as a percentage, are calculated based on
|
@@ -3324,33 +3322,33 @@ module Aws::ElasticTranscoder
|
|
3324
3322
|
# Specify one of the following values to control scaling of
|
3325
3323
|
# thumbnails:
|
3326
3324
|
#
|
3327
|
-
# * `Fit
|
3325
|
+
# * `Fit`: Elastic Transcoder scales thumbnails so they match the
|
3328
3326
|
# value that you specified in thumbnail MaxWidth or MaxHeight
|
3329
3327
|
# settings without exceeding the other value.
|
3330
3328
|
#
|
3331
|
-
# * `Fill
|
3329
|
+
# * `Fill`: Elastic Transcoder scales thumbnails so they match the
|
3332
3330
|
# value that you specified in thumbnail `MaxWidth` or `MaxHeight`
|
3333
3331
|
# settings and matches or exceeds the other value. Elastic
|
3334
3332
|
# Transcoder centers the image in thumbnails and then crops in the
|
3335
3333
|
# dimension (if any) that exceeds the maximum value.
|
3336
3334
|
#
|
3337
|
-
# * `Stretch
|
3335
|
+
# * `Stretch`: Elastic Transcoder stretches thumbnails to match the
|
3338
3336
|
# values that you specified for thumbnail `MaxWidth` and `MaxHeight`
|
3339
3337
|
# settings. If the relative proportions of the input video and
|
3340
3338
|
# thumbnails are different, the thumbnails will be distorted.
|
3341
3339
|
#
|
3342
|
-
# * `Keep
|
3340
|
+
# * `Keep`: Elastic Transcoder does not scale thumbnails. If either
|
3343
3341
|
# dimension of the input video exceeds the values that you specified
|
3344
3342
|
# for thumbnail `MaxWidth` and `MaxHeight` settings, Elastic
|
3345
3343
|
# Transcoder crops the thumbnails.
|
3346
3344
|
#
|
3347
|
-
# * `ShrinkToFit
|
3345
|
+
# * `ShrinkToFit`: Elastic Transcoder scales thumbnails down so that
|
3348
3346
|
# their dimensions match the values that you specified for at least
|
3349
3347
|
# one of thumbnail `MaxWidth` and `MaxHeight` without exceeding
|
3350
3348
|
# either value. If you specify this option, Elastic Transcoder does
|
3351
3349
|
# not scale thumbnails up.
|
3352
3350
|
#
|
3353
|
-
# * `ShrinkToFill
|
3351
|
+
# * `ShrinkToFill`: Elastic Transcoder scales thumbnails down so that
|
3354
3352
|
# their dimensions match the values that you specified for at least
|
3355
3353
|
# one of `MaxWidth` and `MaxHeight` without dropping below either
|
3356
3354
|
# value. If you specify this option, Elastic Transcoder does not
|
@@ -3444,26 +3442,25 @@ module Aws::ElasticTranscoder
|
|
3444
3442
|
# To receive notifications, you must also subscribe to the new topic
|
3445
3443
|
# in the Amazon SNS console.
|
3446
3444
|
#
|
3447
|
-
# * **Progressing
|
3445
|
+
# * **Progressing**: The topic ARN for the Amazon Simple Notification
|
3448
3446
|
# Service (Amazon SNS) topic that you want to notify when Elastic
|
3449
3447
|
# Transcoder has started to process jobs that are added to this
|
3450
3448
|
# pipeline. This is the ARN that Amazon SNS returned when you
|
3451
3449
|
# created the topic.
|
3452
3450
|
#
|
3453
|
-
# * **Complete
|
3454
|
-
#
|
3455
|
-
#
|
3451
|
+
# * **Complete**: The topic ARN for the Amazon SNS topic that you want
|
3452
|
+
# to notify when Elastic Transcoder has finished processing a job.
|
3453
|
+
# This is the ARN that Amazon SNS returned when you created the
|
3456
3454
|
# topic.
|
3457
3455
|
#
|
3458
|
-
# * **Warning
|
3456
|
+
# * **Warning**: The topic ARN for the Amazon SNS topic that you want
|
3459
3457
|
# to notify when Elastic Transcoder encounters a warning condition.
|
3460
3458
|
# This is the ARN that Amazon SNS returned when you created the
|
3461
3459
|
# topic.
|
3462
3460
|
#
|
3463
|
-
# * **Error
|
3464
|
-
#
|
3465
|
-
#
|
3466
|
-
# topic.
|
3461
|
+
# * **Error**: The topic ARN for the Amazon SNS topic that you want to
|
3462
|
+
# notify when Elastic Transcoder encounters an error condition. This
|
3463
|
+
# is the ARN that Amazon SNS returned when you created the topic.
|
3467
3464
|
# @return [Types::Notifications]
|
3468
3465
|
#
|
3469
3466
|
class UpdatePipelineNotificationsRequest < Struct.new(
|
@@ -3529,26 +3526,25 @@ module Aws::ElasticTranscoder
|
|
3529
3526
|
# To receive notifications, you must also subscribe to the new topic
|
3530
3527
|
# in the Amazon SNS console.
|
3531
3528
|
#
|
3532
|
-
# * **Progressing
|
3529
|
+
# * **Progressing**: The topic ARN for the Amazon Simple Notification
|
3533
3530
|
# Service (Amazon SNS) topic that you want to notify when Elastic
|
3534
3531
|
# Transcoder has started to process jobs that are added to this
|
3535
3532
|
# pipeline. This is the ARN that Amazon SNS returned when you
|
3536
3533
|
# created the topic.
|
3537
3534
|
#
|
3538
|
-
# * **Complete
|
3539
|
-
#
|
3540
|
-
#
|
3535
|
+
# * **Complete**: The topic ARN for the Amazon SNS topic that you want
|
3536
|
+
# to notify when Elastic Transcoder has finished processing a job.
|
3537
|
+
# This is the ARN that Amazon SNS returned when you created the
|
3541
3538
|
# topic.
|
3542
3539
|
#
|
3543
|
-
# * **Warning
|
3540
|
+
# * **Warning**: The topic ARN for the Amazon SNS topic that you want
|
3544
3541
|
# to notify when Elastic Transcoder encounters a warning condition.
|
3545
3542
|
# This is the ARN that Amazon SNS returned when you created the
|
3546
3543
|
# topic.
|
3547
3544
|
#
|
3548
|
-
# * **Error
|
3549
|
-
#
|
3550
|
-
#
|
3551
|
-
# topic.
|
3545
|
+
# * **Error**: The topic ARN for the Amazon SNS topic that you want to
|
3546
|
+
# notify when Elastic Transcoder encounters an error condition. This
|
3547
|
+
# is the ARN that Amazon SNS returned when you created the topic.
|
3552
3548
|
# @return [Types::Notifications]
|
3553
3549
|
#
|
3554
3550
|
# @!attribute [rw] content_config
|
@@ -3564,7 +3560,7 @@ module Aws::ElasticTranscoder
|
|
3564
3560
|
# If you specify values for `ContentConfig` and `ThumbnailConfig`,
|
3565
3561
|
# omit the `OutputBucket` object.
|
3566
3562
|
#
|
3567
|
-
# * **Bucket
|
3563
|
+
# * **Bucket**: The Amazon S3 bucket in which you want Elastic
|
3568
3564
|
# Transcoder to save transcoded files and playlists.
|
3569
3565
|
#
|
3570
3566
|
# * **Permissions** (Optional): The Permissions object specifies which
|
@@ -3572,10 +3568,10 @@ module Aws::ElasticTranscoder
|
|
3572
3568
|
# access you want them to have. You can grant permissions to a
|
3573
3569
|
# maximum of 30 users and/or predefined Amazon S3 groups.
|
3574
3570
|
#
|
3575
|
-
# * **Grantee Type
|
3571
|
+
# * **Grantee Type**: Specify the type of value that appears in the
|
3576
3572
|
# `Grantee` object:
|
3577
3573
|
#
|
3578
|
-
# * **Canonical
|
3574
|
+
# * **Canonical**: The value in the `Grantee` object is either the
|
3579
3575
|
# canonical user ID for an AWS account or an origin access
|
3580
3576
|
# identity for an Amazon CloudFront distribution. For more
|
3581
3577
|
# information about canonical user IDs, see Access Control List
|
@@ -3587,39 +3583,38 @@ module Aws::ElasticTranscoder
|
|
3587
3583
|
#
|
3588
3584
|
# A canonical user ID is not the same as an AWS account number.
|
3589
3585
|
#
|
3590
|
-
# * **Email
|
3586
|
+
# * **Email**: The value in the `Grantee` object is the registered
|
3591
3587
|
# email address of an AWS account.
|
3592
3588
|
#
|
3593
|
-
# * **Group
|
3589
|
+
# * **Group**: The value in the `Grantee` object is one of the
|
3594
3590
|
# following predefined Amazon S3 groups: `AllUsers`,
|
3595
3591
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
3596
3592
|
#
|
3597
|
-
# * **Grantee
|
3598
|
-
#
|
3599
|
-
#
|
3600
|
-
#
|
3601
|
-
#
|
3602
|
-
# S3 group
|
3593
|
+
# * **Grantee**: The AWS user or group that you want to have access to
|
3594
|
+
# transcoded files and playlists. To identify the user or group, you
|
3595
|
+
# can specify the canonical user ID for an AWS account, an origin
|
3596
|
+
# access identity for a CloudFront distribution, the registered
|
3597
|
+
# email address of an AWS account, or a predefined Amazon S3 group
|
3603
3598
|
#
|
3604
|
-
# * **Access
|
3599
|
+
# * **Access**: The permission that you want to give to the AWS user
|
3605
3600
|
# that you specified in `Grantee`. Permissions are granted on the
|
3606
3601
|
# files that Elastic Transcoder adds to the bucket, including
|
3607
3602
|
# playlists and video files. Valid values include:
|
3608
3603
|
#
|
3609
|
-
# * `READ
|
3604
|
+
# * `READ`: The grantee can read the objects and metadata for
|
3610
3605
|
# objects that Elastic Transcoder adds to the Amazon S3 bucket.
|
3611
3606
|
#
|
3612
|
-
# * `READ_ACP
|
3613
|
-
#
|
3607
|
+
# * `READ_ACP`: The grantee can read the object ACL for objects that
|
3608
|
+
# Elastic Transcoder adds to the Amazon S3 bucket.
|
3614
3609
|
#
|
3615
|
-
# * `WRITE_ACP
|
3610
|
+
# * `WRITE_ACP`: The grantee can write the ACL for the objects that
|
3616
3611
|
# Elastic Transcoder adds to the Amazon S3 bucket.
|
3617
3612
|
#
|
3618
|
-
# * `FULL_CONTROL
|
3613
|
+
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
3619
3614
|
# `WRITE_ACP` permissions for the objects that Elastic Transcoder
|
3620
3615
|
# adds to the Amazon S3 bucket.
|
3621
3616
|
#
|
3622
|
-
# * **StorageClass
|
3617
|
+
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
3623
3618
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
3624
3619
|
# the video files and playlists that it stores in your Amazon S3
|
3625
3620
|
# bucket.
|
@@ -3639,7 +3634,7 @@ module Aws::ElasticTranscoder
|
|
3639
3634
|
# If you specify values for `ContentConfig` and `ThumbnailConfig`,
|
3640
3635
|
# omit the `OutputBucket` object.
|
3641
3636
|
#
|
3642
|
-
# * **Bucket
|
3637
|
+
# * **Bucket**: The Amazon S3 bucket in which you want Elastic
|
3643
3638
|
# Transcoder to save thumbnail files.
|
3644
3639
|
#
|
3645
3640
|
# * **Permissions** (Optional): The `Permissions` object specifies
|
@@ -3648,47 +3643,47 @@ module Aws::ElasticTranscoder
|
|
3648
3643
|
# have. You can grant permissions to a maximum of 30 users and/or
|
3649
3644
|
# predefined Amazon S3 groups.
|
3650
3645
|
#
|
3651
|
-
# * **GranteeType
|
3646
|
+
# * **GranteeType**: Specify the type of value that appears in the
|
3652
3647
|
# Grantee object:
|
3653
3648
|
#
|
3654
|
-
# * **Canonical
|
3649
|
+
# * **Canonical**: The value in the `Grantee` object is either the
|
3655
3650
|
# canonical user ID for an AWS account or an origin access
|
3656
3651
|
# identity for an Amazon CloudFront distribution.
|
3657
3652
|
#
|
3658
3653
|
# A canonical user ID is not the same as an AWS account number.
|
3659
3654
|
#
|
3660
|
-
# * **Email
|
3655
|
+
# * **Email**: The value in the `Grantee` object is the registered
|
3661
3656
|
# email address of an AWS account.
|
3662
3657
|
#
|
3663
|
-
# * **Group
|
3658
|
+
# * **Group**: The value in the `Grantee` object is one of the
|
3664
3659
|
# following predefined Amazon S3 groups: `AllUsers`,
|
3665
3660
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
3666
3661
|
#
|
3667
|
-
# * **Grantee
|
3668
|
-
#
|
3662
|
+
# * **Grantee**: The AWS user or group that you want to have access to
|
3663
|
+
# thumbnail files. To identify the user or group, you can specify
|
3669
3664
|
# the canonical user ID for an AWS account, an origin access
|
3670
3665
|
# identity for a CloudFront distribution, the registered email
|
3671
3666
|
# address of an AWS account, or a predefined Amazon S3 group.
|
3672
3667
|
#
|
3673
|
-
# * **Access
|
3668
|
+
# * **Access**: The permission that you want to give to the AWS user
|
3674
3669
|
# that you specified in `Grantee`. Permissions are granted on the
|
3675
3670
|
# thumbnail files that Elastic Transcoder adds to the bucket. Valid
|
3676
3671
|
# values include:
|
3677
3672
|
#
|
3678
|
-
# * `READ
|
3673
|
+
# * `READ`: The grantee can read the thumbnails and metadata for
|
3679
3674
|
# objects that Elastic Transcoder adds to the Amazon S3 bucket.
|
3680
3675
|
#
|
3681
|
-
# * `READ_ACP
|
3676
|
+
# * `READ_ACP`: The grantee can read the object ACL for thumbnails
|
3682
3677
|
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
3683
3678
|
#
|
3684
|
-
# * `WRITE_ACP
|
3679
|
+
# * `WRITE_ACP`: The grantee can write the ACL for the thumbnails
|
3685
3680
|
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
3686
3681
|
#
|
3687
|
-
# * `FULL_CONTROL
|
3682
|
+
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
3688
3683
|
# `WRITE_ACP` permissions for the thumbnails that Elastic
|
3689
3684
|
# Transcoder adds to the Amazon S3 bucket.
|
3690
3685
|
#
|
3691
|
-
# * **StorageClass
|
3686
|
+
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
3692
3687
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
3693
3688
|
# the thumbnails that it stores in your Amazon S3 bucket.
|
3694
3689
|
# @return [Types::PipelineOutputConfig]
|
@@ -3738,9 +3733,9 @@ module Aws::ElasticTranscoder
|
|
3738
3733
|
# @!attribute [rw] status
|
3739
3734
|
# The desired status of the pipeline:
|
3740
3735
|
#
|
3741
|
-
# * `Active
|
3736
|
+
# * `Active`: The pipeline is processing jobs.
|
3742
3737
|
#
|
3743
|
-
# * `Paused
|
3738
|
+
# * `Paused`: The pipeline is not currently processing jobs.
|
3744
3739
|
# @return [String]
|
3745
3740
|
#
|
3746
3741
|
class UpdatePipelineStatusRequest < Struct.new(
|
@@ -3784,14 +3779,14 @@ module Aws::ElasticTranscoder
|
|
3784
3779
|
# The H.264 profile that you want to use for the output file. Elastic
|
3785
3780
|
# Transcoder supports the following profiles:
|
3786
3781
|
#
|
3787
|
-
# * `baseline
|
3782
|
+
# * `baseline`: The profile most commonly used for videoconferencing
|
3788
3783
|
# and for mobile applications.
|
3789
3784
|
#
|
3790
|
-
# * `main
|
3785
|
+
# * `main`: The profile used for standard-definition digital TV
|
3791
3786
|
# broadcasts.
|
3792
3787
|
#
|
3793
|
-
# * `high
|
3794
|
-
#
|
3788
|
+
# * `high`: The profile used for high-definition digital TV broadcasts
|
3789
|
+
# and for Blu-ray discs.
|
3795
3790
|
#
|
3796
3791
|
# **Level (H.264 Only)**
|
3797
3792
|
#
|
@@ -3967,13 +3962,13 @@ module Aws::ElasticTranscoder
|
|
3967
3962
|
# `MPEG2`, or `VP8`.
|
3968
3963
|
#
|
3969
3964
|
# Whether to use a fixed value for `FixedGOP`. Valid values are `true`
|
3970
|
-
# and `false
|
3965
|
+
# and `false`:
|
3971
3966
|
#
|
3972
|
-
# * `true
|
3967
|
+
# * `true`: Elastic Transcoder uses the value of `KeyframesMaxDist`
|
3973
3968
|
# for the distance between key frames (the number of frames in a
|
3974
3969
|
# group of pictures, or GOP).
|
3975
3970
|
#
|
3976
|
-
# * `false
|
3971
|
+
# * `false`: The distance between key frames can vary.
|
3977
3972
|
#
|
3978
3973
|
# `FixedGOP` must be set to `true` for `fmp4` containers.
|
3979
3974
|
# @return [String]
|
@@ -4085,12 +4080,12 @@ module Aws::ElasticTranscoder
|
|
4085
4080
|
# mutually exclusive. Do not use them together.
|
4086
4081
|
#
|
4087
4082
|
# The width and height of the video in the output file, in pixels.
|
4088
|
-
# Valid values are `auto` and *width* x *height
|
4083
|
+
# Valid values are `auto` and *width* x *height*:
|
4089
4084
|
#
|
4090
|
-
# * `auto
|
4085
|
+
# * `auto`: Elastic Transcoder attempts to preserve the width and
|
4091
4086
|
# height of the input file, subject to the following rules.
|
4092
4087
|
#
|
4093
|
-
# * ` width x height
|
4088
|
+
# * ` width x height `: The width and height of the output video in
|
4094
4089
|
# pixels.
|
4095
4090
|
#
|
4096
4091
|
# Note the following about specifying the width and height:
|
@@ -4183,34 +4178,34 @@ module Aws::ElasticTranscoder
|
|
4183
4178
|
# Specify one of the following values to control scaling of the output
|
4184
4179
|
# video:
|
4185
4180
|
#
|
4186
|
-
# * `Fit
|
4181
|
+
# * `Fit`: Elastic Transcoder scales the output video so it matches
|
4187
4182
|
# the value that you specified in either `MaxWidth` or `MaxHeight`
|
4188
4183
|
# without exceeding the other value.
|
4189
4184
|
#
|
4190
|
-
# * `Fill
|
4185
|
+
# * `Fill`: Elastic Transcoder scales the output video so it matches
|
4191
4186
|
# the value that you specified in either `MaxWidth` or `MaxHeight`
|
4192
4187
|
# and matches or exceeds the other value. Elastic Transcoder centers
|
4193
4188
|
# the output video and then crops it in the dimension (if any) that
|
4194
4189
|
# exceeds the maximum value.
|
4195
4190
|
#
|
4196
|
-
# * `Stretch
|
4191
|
+
# * `Stretch`: Elastic Transcoder stretches the output video to match
|
4197
4192
|
# the values that you specified for `MaxWidth` and `MaxHeight`. If
|
4198
4193
|
# the relative proportions of the input video and the output video
|
4199
4194
|
# are different, the output video will be distorted.
|
4200
4195
|
#
|
4201
|
-
# * `Keep
|
4196
|
+
# * `Keep`: Elastic Transcoder does not scale the output video. If
|
4202
4197
|
# either dimension of the input video exceeds the values that you
|
4203
4198
|
# specified for `MaxWidth` and `MaxHeight`, Elastic Transcoder crops
|
4204
4199
|
# the output video.
|
4205
4200
|
#
|
4206
|
-
# * `ShrinkToFit
|
4201
|
+
# * `ShrinkToFit`: Elastic Transcoder scales the output video down so
|
4207
4202
|
# that its dimensions match the values that you specified for at
|
4208
4203
|
# least one of `MaxWidth` and `MaxHeight` without exceeding either
|
4209
4204
|
# value. If you specify this option, Elastic Transcoder does not
|
4210
4205
|
# scale the video up.
|
4211
4206
|
#
|
4212
|
-
# * `ShrinkToFill
|
4213
|
-
#
|
4207
|
+
# * `ShrinkToFill`: Elastic Transcoder scales the output video down so
|
4208
|
+
# that its dimensions match the values that you specified for at
|
4214
4209
|
# least one of `MaxWidth` and `MaxHeight` without dropping below
|
4215
4210
|
# either value. If you specify this option, Elastic Transcoder does
|
4216
4211
|
# not scale the video up.
|