aws-sdk-elastictranscoder 1.40.0 → 1.42.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elastictranscoder/client.rb +77 -72
- data/lib/aws-sdk-elastictranscoder/endpoints.rb +1 -0
- data/lib/aws-sdk-elastictranscoder/types.rb +187 -192
- data/lib/aws-sdk-elastictranscoder.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46e1b041f92e3a73ac27ee6ddc562d8b9780805b6a3180e4cbe9864ffa17f706
|
4
|
+
data.tar.gz: 140eac264e9d938d94a5bafa9a959ad1e50fdf8540cdf26d6fe2054b02e7a393
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3933579ff9eea31603f0ecd0108ed0f6f22007f3590c6a0644d9299e8dc97c77b9e18fbb3c40f7ea5d94e0751a0069b9c4e826322085248ef8264231ac2a0d47
|
7
|
+
data.tar.gz: 914b0e9d1d67ec9cc09c76a845cc9517aa8d9cbb78eb4934e465d6c177d097531c59df7f9c6ca0651642a8529aff476d5eea8ba6ff08afc19c4578642e9832fb
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.42.0 (2023-06-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.41.0 (2023-05-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.40.0 (2023-01-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.42.0
|
@@ -275,6 +275,11 @@ module Aws::ElasticTranscoder
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -1034,24 +1039,24 @@ module Aws::ElasticTranscoder
|
|
1034
1039
|
# To receive notifications, you must also subscribe to the new topic in
|
1035
1040
|
# the Amazon SNS console.
|
1036
1041
|
#
|
1037
|
-
# * **Progressing
|
1042
|
+
# * **Progressing**: The topic ARN for the Amazon Simple Notification
|
1038
1043
|
# Service (Amazon SNS) topic that you want to notify when Elastic
|
1039
1044
|
# Transcoder has started to process a job in this pipeline. This is
|
1040
1045
|
# the ARN that Amazon SNS returned when you created the topic. For
|
1041
1046
|
# more information, see Create a Topic in the Amazon Simple
|
1042
1047
|
# Notification Service Developer Guide.
|
1043
1048
|
#
|
1044
|
-
# * **Complete
|
1049
|
+
# * **Complete**: The topic ARN for the Amazon SNS topic that you want
|
1045
1050
|
# to notify when Elastic Transcoder has finished processing a job in
|
1046
1051
|
# this pipeline. This is the ARN that Amazon SNS returned when you
|
1047
1052
|
# created the topic.
|
1048
1053
|
#
|
1049
|
-
# * **Warning
|
1050
|
-
#
|
1051
|
-
#
|
1052
|
-
#
|
1054
|
+
# * **Warning**: The topic ARN for the Amazon SNS topic that you want to
|
1055
|
+
# notify when Elastic Transcoder encounters a warning condition while
|
1056
|
+
# processing a job in this pipeline. This is the ARN that Amazon SNS
|
1057
|
+
# returned when you created the topic.
|
1053
1058
|
#
|
1054
|
-
# * **Error
|
1059
|
+
# * **Error**: The topic ARN for the Amazon SNS topic that you want to
|
1055
1060
|
# notify when Elastic Transcoder encounters an error condition while
|
1056
1061
|
# processing a job in this pipeline. This is the ARN that Amazon SNS
|
1057
1062
|
# returned when you created the topic.
|
@@ -1069,7 +1074,7 @@ module Aws::ElasticTranscoder
|
|
1069
1074
|
# If you specify values for `ContentConfig` and `ThumbnailConfig`, omit
|
1070
1075
|
# the `OutputBucket` object.
|
1071
1076
|
#
|
1072
|
-
# * **Bucket
|
1077
|
+
# * **Bucket**: The Amazon S3 bucket in which you want Elastic
|
1073
1078
|
# Transcoder to save transcoded files and playlists.
|
1074
1079
|
#
|
1075
1080
|
# * **Permissions** (Optional): The Permissions object specifies which
|
@@ -1077,10 +1082,10 @@ module Aws::ElasticTranscoder
|
|
1077
1082
|
# access you want them to have. You can grant permissions to a maximum
|
1078
1083
|
# of 30 users and/or predefined Amazon S3 groups.
|
1079
1084
|
#
|
1080
|
-
# * **Grantee Type
|
1085
|
+
# * **Grantee Type**: Specify the type of value that appears in the
|
1081
1086
|
# `Grantee` object:
|
1082
1087
|
#
|
1083
|
-
# * **Canonical
|
1088
|
+
# * **Canonical**: The value in the `Grantee` object is either the
|
1084
1089
|
# canonical user ID for an AWS account or an origin access identity
|
1085
1090
|
# for an Amazon CloudFront distribution. For more information about
|
1086
1091
|
# canonical user IDs, see Access Control List (ACL) Overview in the
|
@@ -1092,38 +1097,38 @@ module Aws::ElasticTranscoder
|
|
1092
1097
|
#
|
1093
1098
|
# A canonical user ID is not the same as an AWS account number.
|
1094
1099
|
#
|
1095
|
-
# * **Email
|
1100
|
+
# * **Email**: The value in the `Grantee` object is the registered
|
1096
1101
|
# email address of an AWS account.
|
1097
1102
|
#
|
1098
|
-
# * **Group
|
1103
|
+
# * **Group**: The value in the `Grantee` object is one of the
|
1099
1104
|
# following predefined Amazon S3 groups: `AllUsers`,
|
1100
1105
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
1101
1106
|
#
|
1102
|
-
# * **Grantee
|
1107
|
+
# * **Grantee**: The AWS user or group that you want to have access to
|
1103
1108
|
# transcoded files and playlists. To identify the user or group, you
|
1104
1109
|
# can specify the canonical user ID for an AWS account, an origin
|
1105
1110
|
# access identity for a CloudFront distribution, the registered email
|
1106
1111
|
# address of an AWS account, or a predefined Amazon S3 group
|
1107
1112
|
#
|
1108
|
-
# * **Access
|
1113
|
+
# * **Access**: The permission that you want to give to the AWS user
|
1109
1114
|
# that you specified in `Grantee`. Permissions are granted on the
|
1110
1115
|
# files that Elastic Transcoder adds to the bucket, including
|
1111
1116
|
# playlists and video files. Valid values include:
|
1112
1117
|
#
|
1113
|
-
# * `READ
|
1118
|
+
# * `READ`: The grantee can read the objects and metadata for objects
|
1114
1119
|
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
1115
1120
|
#
|
1116
|
-
# * `READ_ACP
|
1121
|
+
# * `READ_ACP`: The grantee can read the object ACL for objects that
|
1117
1122
|
# Elastic Transcoder adds to the Amazon S3 bucket.
|
1118
1123
|
#
|
1119
|
-
# * `WRITE_ACP
|
1124
|
+
# * `WRITE_ACP`: The grantee can write the ACL for the objects that
|
1120
1125
|
# Elastic Transcoder adds to the Amazon S3 bucket.
|
1121
1126
|
#
|
1122
|
-
# * `FULL_CONTROL
|
1127
|
+
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
1123
1128
|
# `WRITE_ACP` permissions for the objects that Elastic Transcoder
|
1124
1129
|
# adds to the Amazon S3 bucket.
|
1125
1130
|
#
|
1126
|
-
# * **StorageClass
|
1131
|
+
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
1127
1132
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
1128
1133
|
# the video files and playlists that it stores in your Amazon S3
|
1129
1134
|
# bucket.
|
@@ -1142,7 +1147,7 @@ module Aws::ElasticTranscoder
|
|
1142
1147
|
# If you specify values for `ContentConfig` and `ThumbnailConfig`, omit
|
1143
1148
|
# the `OutputBucket` object.
|
1144
1149
|
#
|
1145
|
-
# * **Bucket
|
1150
|
+
# * **Bucket**: The Amazon S3 bucket in which you want Elastic
|
1146
1151
|
# Transcoder to save thumbnail files.
|
1147
1152
|
#
|
1148
1153
|
# * **Permissions** (Optional): The `Permissions` object specifies which
|
@@ -1151,47 +1156,47 @@ module Aws::ElasticTranscoder
|
|
1151
1156
|
# can grant permissions to a maximum of 30 users and/or predefined
|
1152
1157
|
# Amazon S3 groups.
|
1153
1158
|
#
|
1154
|
-
# * **GranteeType
|
1159
|
+
# * **GranteeType**: Specify the type of value that appears in the
|
1155
1160
|
# Grantee object:
|
1156
1161
|
#
|
1157
|
-
# * **Canonical
|
1162
|
+
# * **Canonical**: The value in the `Grantee` object is either the
|
1158
1163
|
# canonical user ID for an AWS account or an origin access identity
|
1159
1164
|
# for an Amazon CloudFront distribution.
|
1160
1165
|
#
|
1161
1166
|
# A canonical user ID is not the same as an AWS account number.
|
1162
1167
|
#
|
1163
|
-
# * **Email
|
1168
|
+
# * **Email**: The value in the `Grantee` object is the registered
|
1164
1169
|
# email address of an AWS account.
|
1165
1170
|
#
|
1166
|
-
# * **Group
|
1171
|
+
# * **Group**: The value in the `Grantee` object is one of the
|
1167
1172
|
# following predefined Amazon S3 groups: `AllUsers`,
|
1168
1173
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
1169
1174
|
#
|
1170
|
-
# * **Grantee
|
1175
|
+
# * **Grantee**: The AWS user or group that you want to have access to
|
1171
1176
|
# thumbnail files. To identify the user or group, you can specify the
|
1172
1177
|
# canonical user ID for an AWS account, an origin access identity for
|
1173
1178
|
# a CloudFront distribution, the registered email address of an AWS
|
1174
1179
|
# account, or a predefined Amazon S3 group.
|
1175
1180
|
#
|
1176
|
-
# * **Access
|
1181
|
+
# * **Access**: The permission that you want to give to the AWS user
|
1177
1182
|
# that you specified in `Grantee`. Permissions are granted on the
|
1178
1183
|
# thumbnail files that Elastic Transcoder adds to the bucket. Valid
|
1179
1184
|
# values include:
|
1180
1185
|
#
|
1181
|
-
# * `READ
|
1186
|
+
# * `READ`: The grantee can read the thumbnails and metadata for
|
1182
1187
|
# objects that Elastic Transcoder adds to the Amazon S3 bucket.
|
1183
1188
|
#
|
1184
|
-
# * `READ_ACP
|
1189
|
+
# * `READ_ACP`: The grantee can read the object ACL for thumbnails
|
1185
1190
|
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
1186
1191
|
#
|
1187
|
-
# * `WRITE_ACP
|
1188
|
-
#
|
1192
|
+
# * `WRITE_ACP`: The grantee can write the ACL for the thumbnails that
|
1193
|
+
# Elastic Transcoder adds to the Amazon S3 bucket.
|
1189
1194
|
#
|
1190
|
-
# * `FULL_CONTROL
|
1195
|
+
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
1191
1196
|
# `WRITE_ACP` permissions for the thumbnails that Elastic Transcoder
|
1192
1197
|
# adds to the Amazon S3 bucket.
|
1193
1198
|
#
|
1194
|
-
# * **StorageClass
|
1199
|
+
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
1195
1200
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
1196
1201
|
# the thumbnails that it stores in your Amazon S3 bucket.
|
1197
1202
|
#
|
@@ -2627,21 +2632,21 @@ module Aws::ElasticTranscoder
|
|
2627
2632
|
# To receive notifications, you must also subscribe to the new topic in
|
2628
2633
|
# the Amazon SNS console.
|
2629
2634
|
#
|
2630
|
-
# * **Progressing
|
2635
|
+
# * **Progressing**: The topic ARN for the Amazon Simple Notification
|
2631
2636
|
# Service (Amazon SNS) topic that you want to notify when Elastic
|
2632
2637
|
# Transcoder has started to process jobs that are added to this
|
2633
2638
|
# pipeline. This is the ARN that Amazon SNS returned when you created
|
2634
2639
|
# the topic.
|
2635
2640
|
#
|
2636
|
-
# * **Complete
|
2641
|
+
# * **Complete**: The topic ARN for the Amazon SNS topic that you want
|
2637
2642
|
# to notify when Elastic Transcoder has finished processing a job.
|
2638
2643
|
# This is the ARN that Amazon SNS returned when you created the topic.
|
2639
2644
|
#
|
2640
|
-
# * **Warning
|
2641
|
-
#
|
2642
|
-
#
|
2645
|
+
# * **Warning**: The topic ARN for the Amazon SNS topic that you want to
|
2646
|
+
# notify when Elastic Transcoder encounters a warning condition. This
|
2647
|
+
# is the ARN that Amazon SNS returned when you created the topic.
|
2643
2648
|
#
|
2644
|
-
# * **Error
|
2649
|
+
# * **Error**: The topic ARN for the Amazon SNS topic that you want to
|
2645
2650
|
# notify when Elastic Transcoder encounters an error condition. This
|
2646
2651
|
# is the ARN that Amazon SNS returned when you created the topic.
|
2647
2652
|
#
|
@@ -2658,7 +2663,7 @@ module Aws::ElasticTranscoder
|
|
2658
2663
|
# If you specify values for `ContentConfig` and `ThumbnailConfig`, omit
|
2659
2664
|
# the `OutputBucket` object.
|
2660
2665
|
#
|
2661
|
-
# * **Bucket
|
2666
|
+
# * **Bucket**: The Amazon S3 bucket in which you want Elastic
|
2662
2667
|
# Transcoder to save transcoded files and playlists.
|
2663
2668
|
#
|
2664
2669
|
# * **Permissions** (Optional): The Permissions object specifies which
|
@@ -2666,10 +2671,10 @@ module Aws::ElasticTranscoder
|
|
2666
2671
|
# access you want them to have. You can grant permissions to a maximum
|
2667
2672
|
# of 30 users and/or predefined Amazon S3 groups.
|
2668
2673
|
#
|
2669
|
-
# * **Grantee Type
|
2674
|
+
# * **Grantee Type**: Specify the type of value that appears in the
|
2670
2675
|
# `Grantee` object:
|
2671
2676
|
#
|
2672
|
-
# * **Canonical
|
2677
|
+
# * **Canonical**: The value in the `Grantee` object is either the
|
2673
2678
|
# canonical user ID for an AWS account or an origin access identity
|
2674
2679
|
# for an Amazon CloudFront distribution. For more information about
|
2675
2680
|
# canonical user IDs, see Access Control List (ACL) Overview in the
|
@@ -2681,38 +2686,38 @@ module Aws::ElasticTranscoder
|
|
2681
2686
|
#
|
2682
2687
|
# A canonical user ID is not the same as an AWS account number.
|
2683
2688
|
#
|
2684
|
-
# * **Email
|
2689
|
+
# * **Email**: The value in the `Grantee` object is the registered
|
2685
2690
|
# email address of an AWS account.
|
2686
2691
|
#
|
2687
|
-
# * **Group
|
2692
|
+
# * **Group**: The value in the `Grantee` object is one of the
|
2688
2693
|
# following predefined Amazon S3 groups: `AllUsers`,
|
2689
2694
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
2690
2695
|
#
|
2691
|
-
# * **Grantee
|
2696
|
+
# * **Grantee**: The AWS user or group that you want to have access to
|
2692
2697
|
# transcoded files and playlists. To identify the user or group, you
|
2693
2698
|
# can specify the canonical user ID for an AWS account, an origin
|
2694
2699
|
# access identity for a CloudFront distribution, the registered email
|
2695
2700
|
# address of an AWS account, or a predefined Amazon S3 group
|
2696
2701
|
#
|
2697
|
-
# * **Access
|
2702
|
+
# * **Access**: The permission that you want to give to the AWS user
|
2698
2703
|
# that you specified in `Grantee`. Permissions are granted on the
|
2699
2704
|
# files that Elastic Transcoder adds to the bucket, including
|
2700
2705
|
# playlists and video files. Valid values include:
|
2701
2706
|
#
|
2702
|
-
# * `READ
|
2707
|
+
# * `READ`: The grantee can read the objects and metadata for objects
|
2703
2708
|
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
2704
2709
|
#
|
2705
|
-
# * `READ_ACP
|
2710
|
+
# * `READ_ACP`: The grantee can read the object ACL for objects that
|
2706
2711
|
# Elastic Transcoder adds to the Amazon S3 bucket.
|
2707
2712
|
#
|
2708
|
-
# * `WRITE_ACP
|
2713
|
+
# * `WRITE_ACP`: The grantee can write the ACL for the objects that
|
2709
2714
|
# Elastic Transcoder adds to the Amazon S3 bucket.
|
2710
2715
|
#
|
2711
|
-
# * `FULL_CONTROL
|
2716
|
+
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
2712
2717
|
# `WRITE_ACP` permissions for the objects that Elastic Transcoder
|
2713
2718
|
# adds to the Amazon S3 bucket.
|
2714
2719
|
#
|
2715
|
-
# * **StorageClass
|
2720
|
+
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
2716
2721
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
2717
2722
|
# the video files and playlists that it stores in your Amazon S3
|
2718
2723
|
# bucket.
|
@@ -2731,7 +2736,7 @@ module Aws::ElasticTranscoder
|
|
2731
2736
|
# If you specify values for `ContentConfig` and `ThumbnailConfig`, omit
|
2732
2737
|
# the `OutputBucket` object.
|
2733
2738
|
#
|
2734
|
-
# * **Bucket
|
2739
|
+
# * **Bucket**: The Amazon S3 bucket in which you want Elastic
|
2735
2740
|
# Transcoder to save thumbnail files.
|
2736
2741
|
#
|
2737
2742
|
# * **Permissions** (Optional): The `Permissions` object specifies which
|
@@ -2740,47 +2745,47 @@ module Aws::ElasticTranscoder
|
|
2740
2745
|
# can grant permissions to a maximum of 30 users and/or predefined
|
2741
2746
|
# Amazon S3 groups.
|
2742
2747
|
#
|
2743
|
-
# * **GranteeType
|
2748
|
+
# * **GranteeType**: Specify the type of value that appears in the
|
2744
2749
|
# Grantee object:
|
2745
2750
|
#
|
2746
|
-
# * **Canonical
|
2751
|
+
# * **Canonical**: The value in the `Grantee` object is either the
|
2747
2752
|
# canonical user ID for an AWS account or an origin access identity
|
2748
2753
|
# for an Amazon CloudFront distribution.
|
2749
2754
|
#
|
2750
2755
|
# A canonical user ID is not the same as an AWS account number.
|
2751
2756
|
#
|
2752
|
-
# * **Email
|
2757
|
+
# * **Email**: The value in the `Grantee` object is the registered
|
2753
2758
|
# email address of an AWS account.
|
2754
2759
|
#
|
2755
|
-
# * **Group
|
2760
|
+
# * **Group**: The value in the `Grantee` object is one of the
|
2756
2761
|
# following predefined Amazon S3 groups: `AllUsers`,
|
2757
2762
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
2758
2763
|
#
|
2759
|
-
# * **Grantee
|
2764
|
+
# * **Grantee**: The AWS user or group that you want to have access to
|
2760
2765
|
# thumbnail files. To identify the user or group, you can specify the
|
2761
2766
|
# canonical user ID for an AWS account, an origin access identity for
|
2762
2767
|
# a CloudFront distribution, the registered email address of an AWS
|
2763
2768
|
# account, or a predefined Amazon S3 group.
|
2764
2769
|
#
|
2765
|
-
# * **Access
|
2770
|
+
# * **Access**: The permission that you want to give to the AWS user
|
2766
2771
|
# that you specified in `Grantee`. Permissions are granted on the
|
2767
2772
|
# thumbnail files that Elastic Transcoder adds to the bucket. Valid
|
2768
2773
|
# values include:
|
2769
2774
|
#
|
2770
|
-
# * `READ
|
2775
|
+
# * `READ`: The grantee can read the thumbnails and metadata for
|
2771
2776
|
# objects that Elastic Transcoder adds to the Amazon S3 bucket.
|
2772
2777
|
#
|
2773
|
-
# * `READ_ACP
|
2778
|
+
# * `READ_ACP`: The grantee can read the object ACL for thumbnails
|
2774
2779
|
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
2775
2780
|
#
|
2776
|
-
# * `WRITE_ACP
|
2777
|
-
#
|
2781
|
+
# * `WRITE_ACP`: The grantee can write the ACL for the thumbnails that
|
2782
|
+
# Elastic Transcoder adds to the Amazon S3 bucket.
|
2778
2783
|
#
|
2779
|
-
# * `FULL_CONTROL
|
2784
|
+
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
2780
2785
|
# `WRITE_ACP` permissions for the thumbnails that Elastic Transcoder
|
2781
2786
|
# adds to the Amazon S3 bucket.
|
2782
2787
|
#
|
2783
|
-
# * **StorageClass
|
2788
|
+
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
2784
2789
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
2785
2790
|
# the thumbnails that it stores in your Amazon S3 bucket.
|
2786
2791
|
#
|
@@ -2883,21 +2888,21 @@ module Aws::ElasticTranscoder
|
|
2883
2888
|
# To receive notifications, you must also subscribe to the new topic in
|
2884
2889
|
# the Amazon SNS console.
|
2885
2890
|
#
|
2886
|
-
# * **Progressing
|
2891
|
+
# * **Progressing**: The topic ARN for the Amazon Simple Notification
|
2887
2892
|
# Service (Amazon SNS) topic that you want to notify when Elastic
|
2888
2893
|
# Transcoder has started to process jobs that are added to this
|
2889
2894
|
# pipeline. This is the ARN that Amazon SNS returned when you created
|
2890
2895
|
# the topic.
|
2891
2896
|
#
|
2892
|
-
# * **Complete
|
2897
|
+
# * **Complete**: The topic ARN for the Amazon SNS topic that you want
|
2893
2898
|
# to notify when Elastic Transcoder has finished processing a job.
|
2894
2899
|
# This is the ARN that Amazon SNS returned when you created the topic.
|
2895
2900
|
#
|
2896
|
-
# * **Warning
|
2897
|
-
#
|
2898
|
-
#
|
2901
|
+
# * **Warning**: The topic ARN for the Amazon SNS topic that you want to
|
2902
|
+
# notify when Elastic Transcoder encounters a warning condition. This
|
2903
|
+
# is the ARN that Amazon SNS returned when you created the topic.
|
2899
2904
|
#
|
2900
|
-
# * **Error
|
2905
|
+
# * **Error**: The topic ARN for the Amazon SNS topic that you want to
|
2901
2906
|
# notify when Elastic Transcoder encounters an error condition. This
|
2902
2907
|
# is the ARN that Amazon SNS returned when you created the topic.
|
2903
2908
|
#
|
@@ -2968,9 +2973,9 @@ module Aws::ElasticTranscoder
|
|
2968
2973
|
# @option params [required, String] :status
|
2969
2974
|
# The desired status of the pipeline:
|
2970
2975
|
#
|
2971
|
-
# * `Active
|
2976
|
+
# * `Active`: The pipeline is processing jobs.
|
2972
2977
|
#
|
2973
|
-
# * `Paused
|
2978
|
+
# * `Paused`: The pipeline is not currently processing jobs.
|
2974
2979
|
#
|
2975
2980
|
# @return [Types::UpdatePipelineStatusResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2976
2981
|
#
|
@@ -3032,7 +3037,7 @@ module Aws::ElasticTranscoder
|
|
3032
3037
|
params: params,
|
3033
3038
|
config: config)
|
3034
3039
|
context[:gem_name] = 'aws-sdk-elastictranscoder'
|
3035
|
-
context[:gem_version] = '1.
|
3040
|
+
context[:gem_version] = '1.42.0'
|
3036
3041
|
Seahorse::Client::Request.new(handlers, context)
|
3037
3042
|
end
|
3038
3043
|
|