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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d6219e6c69b563b97fa87298ef4efed89833b412688db95339c5db297732f7f8
4
- data.tar.gz: 8ea6d82615aa339498c66e38ee61e0d7f2d07d3e4c34aa37e0495a7f4944df3f
3
+ metadata.gz: b307fe687b53935692c4dc458d4bd87ae4e340e6b5b0c116e17ba6f01dd6a396
4
+ data.tar.gz: 6e74a8a6dd5250f79c8083af1bf560cca3939f025dc1f8b0bd5a7f4a0debbf72
5
5
  SHA512:
6
- metadata.gz: c69e694f64f73485a95f30bfd5c5fe95570fd107d6c5ac9fdc36e2cf05a3cc49ecf1bc75c66e6004a819bb74e151d0dd912171c5932425325359b418679e19ee
7
- data.tar.gz: 4551da681332d621fed49232349b478c50a69396a5107d5c54c0eb3473a052189d0b01178b27e13437f937eb7c628d15e97dbde44283bbd4c0a1192676833ea5
6
+ metadata.gz: ac305dff28e09a55dae1c4de2c686a8bd085e858ce48aae7fa052db842eab4b095c15b3b7cf0d44cbb456f1e375561f700ce9cf6e0aef4487f9ce93ab9028cfa
7
+ data.tar.gz: e6b980e68d090de5065369e54e4231ee151e242ca0610121d650c9642468514ee130a249ff40ec84dc1be1f9ae44cfc1da05644711c2611493d88bdee39fcaa9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.40.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.41.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**\: The topic ARN for the Amazon Simple Notification
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**\: The topic ARN for the Amazon SNS topic that you want
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**\: The topic ARN for the Amazon SNS topic that you want
1050
- # to notify when Elastic Transcoder encounters a warning condition
1051
- # while processing a job in this pipeline. This is the ARN that Amazon
1052
- # SNS returned when you created the topic.
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**\: The topic ARN for the Amazon SNS topic that you want to
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**\: The Amazon S3 bucket in which you want Elastic
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**\: Specify the type of value that appears in the
1085
+ # * **Grantee Type**: Specify the type of value that appears in the
1081
1086
  # `Grantee` object:
1082
1087
  #
1083
- # * **Canonical**\: The value in the `Grantee` object is either the
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**\: The value in the `Grantee` object is the registered
1100
+ # * **Email**: The value in the `Grantee` object is the registered
1096
1101
  # email address of an AWS account.
1097
1102
  #
1098
- # * **Group**\: The value in the `Grantee` object is one of the
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**\: The AWS user or group that you want to have access to
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**\: The permission that you want to give to the AWS user
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`\: The grantee can read the objects and metadata for objects
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`\: The grantee can read the object ACL for objects that
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`\: The grantee can write the ACL for the objects that
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`\: The grantee has `READ`, `READ_ACP`, and
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**\: The Amazon S3 storage class, `Standard` or
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**\: The Amazon S3 bucket in which you want Elastic
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**\: Specify the type of value that appears in the
1159
+ # * **GranteeType**: Specify the type of value that appears in the
1155
1160
  # Grantee object:
1156
1161
  #
1157
- # * **Canonical**\: The value in the `Grantee` object is either the
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**\: The value in the `Grantee` object is the registered
1168
+ # * **Email**: The value in the `Grantee` object is the registered
1164
1169
  # email address of an AWS account.
1165
1170
  #
1166
- # * **Group**\: The value in the `Grantee` object is one of the
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**\: The AWS user or group that you want to have access to
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**\: The permission that you want to give to the AWS user
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`\: The grantee can read the thumbnails and metadata for
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`\: The grantee can read the object ACL for thumbnails
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`\: The grantee can write the ACL for the thumbnails
1188
- # that Elastic Transcoder adds to the Amazon S3 bucket.
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`\: The grantee has `READ`, `READ_ACP`, and
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**\: The Amazon S3 storage class, `Standard` or
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**\: The topic ARN for the Amazon Simple Notification
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**\: The topic ARN for the Amazon SNS topic that you want
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**\: The topic ARN for the Amazon SNS topic that you want
2641
- # to notify when Elastic Transcoder encounters a warning condition.
2642
- # This is the ARN that Amazon SNS returned when you created the topic.
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**\: The topic ARN for the Amazon SNS topic that you want to
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**\: The Amazon S3 bucket in which you want Elastic
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**\: Specify the type of value that appears in the
2674
+ # * **Grantee Type**: Specify the type of value that appears in the
2670
2675
  # `Grantee` object:
2671
2676
  #
2672
- # * **Canonical**\: The value in the `Grantee` object is either the
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**\: The value in the `Grantee` object is the registered
2689
+ # * **Email**: The value in the `Grantee` object is the registered
2685
2690
  # email address of an AWS account.
2686
2691
  #
2687
- # * **Group**\: The value in the `Grantee` object is one of the
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**\: The AWS user or group that you want to have access to
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**\: The permission that you want to give to the AWS user
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`\: The grantee can read the objects and metadata for objects
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`\: The grantee can read the object ACL for objects that
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`\: The grantee can write the ACL for the objects that
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`\: The grantee has `READ`, `READ_ACP`, and
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**\: The Amazon S3 storage class, `Standard` or
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**\: The Amazon S3 bucket in which you want Elastic
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**\: Specify the type of value that appears in the
2748
+ # * **GranteeType**: Specify the type of value that appears in the
2744
2749
  # Grantee object:
2745
2750
  #
2746
- # * **Canonical**\: The value in the `Grantee` object is either the
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**\: The value in the `Grantee` object is the registered
2757
+ # * **Email**: The value in the `Grantee` object is the registered
2753
2758
  # email address of an AWS account.
2754
2759
  #
2755
- # * **Group**\: The value in the `Grantee` object is one of the
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**\: The AWS user or group that you want to have access to
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**\: The permission that you want to give to the AWS user
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`\: The grantee can read the thumbnails and metadata for
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`\: The grantee can read the object ACL for thumbnails
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`\: The grantee can write the ACL for the thumbnails
2777
- # that Elastic Transcoder adds to the Amazon S3 bucket.
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`\: The grantee has `READ`, `READ_ACP`, and
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**\: The Amazon S3 storage class, `Standard` or
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**\: The topic ARN for the Amazon Simple Notification
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**\: The topic ARN for the Amazon SNS topic that you want
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**\: The topic ARN for the Amazon SNS topic that you want
2897
- # to notify when Elastic Transcoder encounters a warning condition.
2898
- # This is the ARN that Amazon SNS returned when you created the topic.
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**\: The topic ARN for the Amazon SNS topic that you want to
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`\: The pipeline is processing jobs.
2976
+ # * `Active`: The pipeline is processing jobs.
2972
2977
  #
2973
- # * `Paused`\: The pipeline is not currently processing jobs.
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.40.0'
3040
+ context[:gem_version] = '1.41.0'
3036
3041
  Seahorse::Client::Request.new(handlers, context)
3037
3042
  end
3038
3043