aws-sdk-mediaconvert 1.25.0 → 1.26.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +23 -7
- data/lib/aws-sdk-mediaconvert/client_api.rb +2 -0
- data/lib/aws-sdk-mediaconvert/types.rb +42 -13
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89360547045092a95fce49e8e9b489cdcd196d8a
|
4
|
+
data.tar.gz: 4a6d602bb7ea2955a74cc5ac0e38907d32f4a7bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 065bbcfd7803aaa594718d7b6f758d4e7ef8000c7e3968b331766eb5fcea32b6afd10bbd7c02989773f1a104ccc45feb18d2f767467a7528ed894a381084e299
|
7
|
+
data.tar.gz: 165b59473e9f6d947d69d3188d887f8db318dcc5fce2c3d4662c4d4a3df31c6cbea2cf3a37a063a3bda20c84da8596183d5c782e986a0abb5b6d83e1c49644b6
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
@@ -300,8 +300,10 @@ module Aws::MediaConvert
|
|
300
300
|
# http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
301
301
|
#
|
302
302
|
# @option params [Types::AccelerationSettings] :acceleration_settings
|
303
|
-
#
|
304
|
-
#
|
303
|
+
# Accelerated transcoding can significantly speed up jobs with long,
|
304
|
+
# visually complex content. Outputs that use this feature incur pro-tier
|
305
|
+
# pricing. For information about feature limitations, see the AWS
|
306
|
+
# Elemental MediaConvert User Guide.
|
305
307
|
#
|
306
308
|
# @option params [String] :billing_tags_source
|
307
309
|
# Optional. Choose a tag type that AWS Billing and Cost Management will
|
@@ -567,6 +569,7 @@ module Aws::MediaConvert
|
|
567
569
|
# },
|
568
570
|
# },
|
569
571
|
# encryption: {
|
572
|
+
# playback_device_compatibility: "CENC_V1", # accepts CENC_V1, UNENCRYPTED_SEI
|
570
573
|
# speke_key_provider: {
|
571
574
|
# certificate_arn: "__stringPatternArnAwsUsGovAcm",
|
572
575
|
# resource_id: "__string",
|
@@ -1331,6 +1334,7 @@ module Aws::MediaConvert
|
|
1331
1334
|
# resp.job.settings.output_groups[0].output_group_settings.dash_iso_group_settings.destination #=> String
|
1332
1335
|
# resp.job.settings.output_groups[0].output_group_settings.dash_iso_group_settings.destination_settings.s3_settings.encryption.encryption_type #=> String, one of "SERVER_SIDE_ENCRYPTION_S3", "SERVER_SIDE_ENCRYPTION_KMS"
|
1333
1336
|
# resp.job.settings.output_groups[0].output_group_settings.dash_iso_group_settings.destination_settings.s3_settings.encryption.kms_key_arn #=> String
|
1337
|
+
# resp.job.settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.playback_device_compatibility #=> String, one of "CENC_V1", "UNENCRYPTED_SEI"
|
1334
1338
|
# resp.job.settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.speke_key_provider.certificate_arn #=> String
|
1335
1339
|
# resp.job.settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.speke_key_provider.resource_id #=> String
|
1336
1340
|
# resp.job.settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.speke_key_provider.system_ids #=> Array
|
@@ -1807,8 +1811,10 @@ module Aws::MediaConvert
|
|
1807
1811
|
# http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
1808
1812
|
#
|
1809
1813
|
# @option params [Types::AccelerationSettings] :acceleration_settings
|
1810
|
-
#
|
1811
|
-
#
|
1814
|
+
# Accelerated transcoding can significantly speed up jobs with long,
|
1815
|
+
# visually complex content. Outputs that use this feature incur pro-tier
|
1816
|
+
# pricing. For information about feature limitations, see the AWS
|
1817
|
+
# Elemental MediaConvert User Guide.
|
1812
1818
|
#
|
1813
1819
|
# @option params [String] :category
|
1814
1820
|
# Optional. A category for the job template you are creating
|
@@ -2052,6 +2058,7 @@ module Aws::MediaConvert
|
|
2052
2058
|
# },
|
2053
2059
|
# },
|
2054
2060
|
# encryption: {
|
2061
|
+
# playback_device_compatibility: "CENC_V1", # accepts CENC_V1, UNENCRYPTED_SEI
|
2055
2062
|
# speke_key_provider: {
|
2056
2063
|
# certificate_arn: "__stringPatternArnAwsUsGovAcm",
|
2057
2064
|
# resource_id: "__string",
|
@@ -2799,6 +2806,7 @@ module Aws::MediaConvert
|
|
2799
2806
|
# resp.job_template.settings.output_groups[0].output_group_settings.dash_iso_group_settings.destination #=> String
|
2800
2807
|
# resp.job_template.settings.output_groups[0].output_group_settings.dash_iso_group_settings.destination_settings.s3_settings.encryption.encryption_type #=> String, one of "SERVER_SIDE_ENCRYPTION_S3", "SERVER_SIDE_ENCRYPTION_KMS"
|
2801
2808
|
# resp.job_template.settings.output_groups[0].output_group_settings.dash_iso_group_settings.destination_settings.s3_settings.encryption.kms_key_arn #=> String
|
2809
|
+
# resp.job_template.settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.playback_device_compatibility #=> String, one of "CENC_V1", "UNENCRYPTED_SEI"
|
2802
2810
|
# resp.job_template.settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.speke_key_provider.certificate_arn #=> String
|
2803
2811
|
# resp.job_template.settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.speke_key_provider.resource_id #=> String
|
2804
2812
|
# resp.job_template.settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.speke_key_provider.system_ids #=> Array
|
@@ -4532,6 +4540,7 @@ module Aws::MediaConvert
|
|
4532
4540
|
# resp.job.settings.output_groups[0].output_group_settings.dash_iso_group_settings.destination #=> String
|
4533
4541
|
# resp.job.settings.output_groups[0].output_group_settings.dash_iso_group_settings.destination_settings.s3_settings.encryption.encryption_type #=> String, one of "SERVER_SIDE_ENCRYPTION_S3", "SERVER_SIDE_ENCRYPTION_KMS"
|
4534
4542
|
# resp.job.settings.output_groups[0].output_group_settings.dash_iso_group_settings.destination_settings.s3_settings.encryption.kms_key_arn #=> String
|
4543
|
+
# resp.job.settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.playback_device_compatibility #=> String, one of "CENC_V1", "UNENCRYPTED_SEI"
|
4535
4544
|
# resp.job.settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.speke_key_provider.certificate_arn #=> String
|
4536
4545
|
# resp.job.settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.speke_key_provider.resource_id #=> String
|
4537
4546
|
# resp.job.settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.speke_key_provider.system_ids #=> Array
|
@@ -5148,6 +5157,7 @@ module Aws::MediaConvert
|
|
5148
5157
|
# resp.job_template.settings.output_groups[0].output_group_settings.dash_iso_group_settings.destination #=> String
|
5149
5158
|
# resp.job_template.settings.output_groups[0].output_group_settings.dash_iso_group_settings.destination_settings.s3_settings.encryption.encryption_type #=> String, one of "SERVER_SIDE_ENCRYPTION_S3", "SERVER_SIDE_ENCRYPTION_KMS"
|
5150
5159
|
# resp.job_template.settings.output_groups[0].output_group_settings.dash_iso_group_settings.destination_settings.s3_settings.encryption.kms_key_arn #=> String
|
5160
|
+
# resp.job_template.settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.playback_device_compatibility #=> String, one of "CENC_V1", "UNENCRYPTED_SEI"
|
5151
5161
|
# resp.job_template.settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.speke_key_provider.certificate_arn #=> String
|
5152
5162
|
# resp.job_template.settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.speke_key_provider.resource_id #=> String
|
5153
5163
|
# resp.job_template.settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.speke_key_provider.system_ids #=> Array
|
@@ -6232,6 +6242,7 @@ module Aws::MediaConvert
|
|
6232
6242
|
# resp.job_templates[0].settings.output_groups[0].output_group_settings.dash_iso_group_settings.destination #=> String
|
6233
6243
|
# resp.job_templates[0].settings.output_groups[0].output_group_settings.dash_iso_group_settings.destination_settings.s3_settings.encryption.encryption_type #=> String, one of "SERVER_SIDE_ENCRYPTION_S3", "SERVER_SIDE_ENCRYPTION_KMS"
|
6234
6244
|
# resp.job_templates[0].settings.output_groups[0].output_group_settings.dash_iso_group_settings.destination_settings.s3_settings.encryption.kms_key_arn #=> String
|
6245
|
+
# resp.job_templates[0].settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.playback_device_compatibility #=> String, one of "CENC_V1", "UNENCRYPTED_SEI"
|
6235
6246
|
# resp.job_templates[0].settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.speke_key_provider.certificate_arn #=> String
|
6236
6247
|
# resp.job_templates[0].settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.speke_key_provider.resource_id #=> String
|
6237
6248
|
# resp.job_templates[0].settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.speke_key_provider.system_ids #=> Array
|
@@ -6888,6 +6899,7 @@ module Aws::MediaConvert
|
|
6888
6899
|
# resp.jobs[0].settings.output_groups[0].output_group_settings.dash_iso_group_settings.destination #=> String
|
6889
6900
|
# resp.jobs[0].settings.output_groups[0].output_group_settings.dash_iso_group_settings.destination_settings.s3_settings.encryption.encryption_type #=> String, one of "SERVER_SIDE_ENCRYPTION_S3", "SERVER_SIDE_ENCRYPTION_KMS"
|
6890
6901
|
# resp.jobs[0].settings.output_groups[0].output_group_settings.dash_iso_group_settings.destination_settings.s3_settings.encryption.kms_key_arn #=> String
|
6902
|
+
# resp.jobs[0].settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.playback_device_compatibility #=> String, one of "CENC_V1", "UNENCRYPTED_SEI"
|
6891
6903
|
# resp.jobs[0].settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.speke_key_provider.certificate_arn #=> String
|
6892
6904
|
# resp.jobs[0].settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.speke_key_provider.resource_id #=> String
|
6893
6905
|
# resp.jobs[0].settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.speke_key_provider.system_ids #=> Array
|
@@ -7952,8 +7964,10 @@ module Aws::MediaConvert
|
|
7952
7964
|
# Modify one of your existing job templates.
|
7953
7965
|
#
|
7954
7966
|
# @option params [Types::AccelerationSettings] :acceleration_settings
|
7955
|
-
#
|
7956
|
-
#
|
7967
|
+
# Accelerated transcoding can significantly speed up jobs with long,
|
7968
|
+
# visually complex content. Outputs that use this feature incur pro-tier
|
7969
|
+
# pricing. For information about feature limitations, see the AWS
|
7970
|
+
# Elemental MediaConvert User Guide.
|
7957
7971
|
#
|
7958
7972
|
# @option params [String] :category
|
7959
7973
|
# The new category for the job template, if you are changing it.
|
@@ -8192,6 +8206,7 @@ module Aws::MediaConvert
|
|
8192
8206
|
# },
|
8193
8207
|
# },
|
8194
8208
|
# encryption: {
|
8209
|
+
# playback_device_compatibility: "CENC_V1", # accepts CENC_V1, UNENCRYPTED_SEI
|
8195
8210
|
# speke_key_provider: {
|
8196
8211
|
# certificate_arn: "__stringPatternArnAwsUsGovAcm",
|
8197
8212
|
# resource_id: "__string",
|
@@ -8936,6 +8951,7 @@ module Aws::MediaConvert
|
|
8936
8951
|
# resp.job_template.settings.output_groups[0].output_group_settings.dash_iso_group_settings.destination #=> String
|
8937
8952
|
# resp.job_template.settings.output_groups[0].output_group_settings.dash_iso_group_settings.destination_settings.s3_settings.encryption.encryption_type #=> String, one of "SERVER_SIDE_ENCRYPTION_S3", "SERVER_SIDE_ENCRYPTION_KMS"
|
8938
8953
|
# resp.job_template.settings.output_groups[0].output_group_settings.dash_iso_group_settings.destination_settings.s3_settings.encryption.kms_key_arn #=> String
|
8954
|
+
# resp.job_template.settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.playback_device_compatibility #=> String, one of "CENC_V1", "UNENCRYPTED_SEI"
|
8939
8955
|
# resp.job_template.settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.speke_key_provider.certificate_arn #=> String
|
8940
8956
|
# resp.job_template.settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.speke_key_provider.resource_id #=> String
|
8941
8957
|
# resp.job_template.settings.output_groups[0].output_group_settings.dash_iso_group_settings.encryption.speke_key_provider.system_ids #=> Array
|
@@ -10367,7 +10383,7 @@ module Aws::MediaConvert
|
|
10367
10383
|
params: params,
|
10368
10384
|
config: config)
|
10369
10385
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
10370
|
-
context[:gem_version] = '1.
|
10386
|
+
context[:gem_version] = '1.26.0'
|
10371
10387
|
Seahorse::Client::Request.new(handlers, context)
|
10372
10388
|
end
|
10373
10389
|
|
@@ -100,6 +100,7 @@ module Aws::MediaConvert
|
|
100
100
|
DashIsoEncryptionSettings = Shapes::StructureShape.new(name: 'DashIsoEncryptionSettings')
|
101
101
|
DashIsoGroupSettings = Shapes::StructureShape.new(name: 'DashIsoGroupSettings')
|
102
102
|
DashIsoHbbtvCompliance = Shapes::StringShape.new(name: 'DashIsoHbbtvCompliance')
|
103
|
+
DashIsoPlaybackDeviceCompatibility = Shapes::StringShape.new(name: 'DashIsoPlaybackDeviceCompatibility')
|
103
104
|
DashIsoSegmentControl = Shapes::StringShape.new(name: 'DashIsoSegmentControl')
|
104
105
|
DashIsoWriteSegmentTimelineInRepresentation = Shapes::StringShape.new(name: 'DashIsoWriteSegmentTimelineInRepresentation')
|
105
106
|
DecryptionMode = Shapes::StringShape.new(name: 'DecryptionMode')
|
@@ -795,6 +796,7 @@ module Aws::MediaConvert
|
|
795
796
|
CreateQueueResponse.add_member(:queue, Shapes::ShapeRef.new(shape: Queue, location_name: "queue"))
|
796
797
|
CreateQueueResponse.struct_class = Types::CreateQueueResponse
|
797
798
|
|
799
|
+
DashIsoEncryptionSettings.add_member(:playback_device_compatibility, Shapes::ShapeRef.new(shape: DashIsoPlaybackDeviceCompatibility, location_name: "playbackDeviceCompatibility"))
|
798
800
|
DashIsoEncryptionSettings.add_member(:speke_key_provider, Shapes::ShapeRef.new(shape: SpekeKeyProvider, location_name: "spekeKeyProvider"))
|
799
801
|
DashIsoEncryptionSettings.struct_class = Types::DashIsoEncryptionSettings
|
800
802
|
|
@@ -182,8 +182,10 @@ module Aws::MediaConvert
|
|
182
182
|
include Aws::Structure
|
183
183
|
end
|
184
184
|
|
185
|
-
# Accelerated transcoding
|
186
|
-
#
|
185
|
+
# Accelerated transcoding can significantly speed up jobs with long,
|
186
|
+
# visually complex content. Outputs that use this feature incur pro-tier
|
187
|
+
# pricing. For information about feature limitations, see the AWS
|
188
|
+
# Elemental MediaConvert User Guide.
|
187
189
|
#
|
188
190
|
# @note When making an API call, you may pass AccelerationSettings
|
189
191
|
# data as a hash:
|
@@ -2186,6 +2188,7 @@ module Aws::MediaConvert
|
|
2186
2188
|
# },
|
2187
2189
|
# },
|
2188
2190
|
# encryption: {
|
2191
|
+
# playback_device_compatibility: "CENC_V1", # accepts CENC_V1, UNENCRYPTED_SEI
|
2189
2192
|
# speke_key_provider: {
|
2190
2193
|
# certificate_arn: "__stringPatternArnAwsUsGovAcm",
|
2191
2194
|
# resource_id: "__string",
|
@@ -2804,8 +2807,10 @@ module Aws::MediaConvert
|
|
2804
2807
|
# }
|
2805
2808
|
#
|
2806
2809
|
# @!attribute [rw] acceleration_settings
|
2807
|
-
#
|
2808
|
-
#
|
2810
|
+
# Accelerated transcoding can significantly speed up jobs with long,
|
2811
|
+
# visually complex content. Outputs that use this feature incur
|
2812
|
+
# pro-tier pricing. For information about feature limitations, see the
|
2813
|
+
# AWS Elemental MediaConvert User Guide.
|
2809
2814
|
# @return [Types::AccelerationSettings]
|
2810
2815
|
#
|
2811
2816
|
# @!attribute [rw] billing_tags_source
|
@@ -3103,6 +3108,7 @@ module Aws::MediaConvert
|
|
3103
3108
|
# },
|
3104
3109
|
# },
|
3105
3110
|
# encryption: {
|
3111
|
+
# playback_device_compatibility: "CENC_V1", # accepts CENC_V1, UNENCRYPTED_SEI
|
3106
3112
|
# speke_key_provider: {
|
3107
3113
|
# certificate_arn: "__stringPatternArnAwsUsGovAcm",
|
3108
3114
|
# resource_id: "__string",
|
@@ -3721,8 +3727,10 @@ module Aws::MediaConvert
|
|
3721
3727
|
# }
|
3722
3728
|
#
|
3723
3729
|
# @!attribute [rw] acceleration_settings
|
3724
|
-
#
|
3725
|
-
#
|
3730
|
+
# Accelerated transcoding can significantly speed up jobs with long,
|
3731
|
+
# visually complex content. Outputs that use this feature incur
|
3732
|
+
# pro-tier pricing. For information about feature limitations, see the
|
3733
|
+
# AWS Elemental MediaConvert User Guide.
|
3726
3734
|
# @return [Types::AccelerationSettings]
|
3727
3735
|
#
|
3728
3736
|
# @!attribute [rw] category
|
@@ -4409,6 +4417,7 @@ module Aws::MediaConvert
|
|
4409
4417
|
# data as a hash:
|
4410
4418
|
#
|
4411
4419
|
# {
|
4420
|
+
# playback_device_compatibility: "CENC_V1", # accepts CENC_V1, UNENCRYPTED_SEI
|
4412
4421
|
# speke_key_provider: {
|
4413
4422
|
# certificate_arn: "__stringPatternArnAwsUsGovAcm",
|
4414
4423
|
# resource_id: "__string",
|
@@ -4417,6 +4426,16 @@ module Aws::MediaConvert
|
|
4417
4426
|
# },
|
4418
4427
|
# }
|
4419
4428
|
#
|
4429
|
+
# @!attribute [rw] playback_device_compatibility
|
4430
|
+
# This setting can improve the compatibility of your output with video
|
4431
|
+
# players on obsolete devices. It applies only to DASH H.264 outputs
|
4432
|
+
# with DRM encryption. Choose Unencrypted SEI (UNENCRYPTED\_SEI) only
|
4433
|
+
# to correct problems with playback on older devices. Otherwise, keep
|
4434
|
+
# the default setting CENC v1 (CENC\_V1). If you choose Unencrypted
|
4435
|
+
# SEI, for that output, the service will exclude the access unit
|
4436
|
+
# delimiter and will leave the SEI NAL units unencrypted.
|
4437
|
+
# @return [String]
|
4438
|
+
#
|
4420
4439
|
# @!attribute [rw] speke_key_provider
|
4421
4440
|
# Settings for use with a SPEKE key provider
|
4422
4441
|
# @return [Types::SpekeKeyProvider]
|
@@ -4424,6 +4443,7 @@ module Aws::MediaConvert
|
|
4424
4443
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DashIsoEncryptionSettings AWS API Documentation
|
4425
4444
|
#
|
4426
4445
|
class DashIsoEncryptionSettings < Struct.new(
|
4446
|
+
:playback_device_compatibility,
|
4427
4447
|
:speke_key_provider)
|
4428
4448
|
include Aws::Structure
|
4429
4449
|
end
|
@@ -4446,6 +4466,7 @@ module Aws::MediaConvert
|
|
4446
4466
|
# },
|
4447
4467
|
# },
|
4448
4468
|
# encryption: {
|
4469
|
+
# playback_device_compatibility: "CENC_V1", # accepts CENC_V1, UNENCRYPTED_SEI
|
4449
4470
|
# speke_key_provider: {
|
4450
4471
|
# certificate_arn: "__stringPatternArnAwsUsGovAcm",
|
4451
4472
|
# resource_id: "__string",
|
@@ -7830,8 +7851,8 @@ module Aws::MediaConvert
|
|
7830
7851
|
# http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
7831
7852
|
#
|
7832
7853
|
# @!attribute [rw] acceleration_settings
|
7833
|
-
# Accelerated transcoding
|
7834
|
-
#
|
7854
|
+
# Accelerated transcoding can significantly speed up jobs with long,
|
7855
|
+
# visually complex content.
|
7835
7856
|
# @return [Types::AccelerationSettings]
|
7836
7857
|
#
|
7837
7858
|
# @!attribute [rw] arn
|
@@ -8173,6 +8194,7 @@ module Aws::MediaConvert
|
|
8173
8194
|
# },
|
8174
8195
|
# },
|
8175
8196
|
# encryption: {
|
8197
|
+
# playback_device_compatibility: "CENC_V1", # accepts CENC_V1, UNENCRYPTED_SEI
|
8176
8198
|
# speke_key_provider: {
|
8177
8199
|
# certificate_arn: "__stringPatternArnAwsUsGovAcm",
|
8178
8200
|
# resource_id: "__string",
|
@@ -9137,6 +9159,7 @@ module Aws::MediaConvert
|
|
9137
9159
|
# },
|
9138
9160
|
# },
|
9139
9161
|
# encryption: {
|
9162
|
+
# playback_device_compatibility: "CENC_V1", # accepts CENC_V1, UNENCRYPTED_SEI
|
9140
9163
|
# speke_key_provider: {
|
9141
9164
|
# certificate_arn: "__stringPatternArnAwsUsGovAcm",
|
9142
9165
|
# resource_id: "__string",
|
@@ -12083,6 +12106,7 @@ module Aws::MediaConvert
|
|
12083
12106
|
# },
|
12084
12107
|
# },
|
12085
12108
|
# encryption: {
|
12109
|
+
# playback_device_compatibility: "CENC_V1", # accepts CENC_V1, UNENCRYPTED_SEI
|
12086
12110
|
# speke_key_provider: {
|
12087
12111
|
# certificate_arn: "__stringPatternArnAwsUsGovAcm",
|
12088
12112
|
# resource_id: "__string",
|
@@ -12778,6 +12802,7 @@ module Aws::MediaConvert
|
|
12778
12802
|
# },
|
12779
12803
|
# },
|
12780
12804
|
# encryption: {
|
12805
|
+
# playback_device_compatibility: "CENC_V1", # accepts CENC_V1, UNENCRYPTED_SEI
|
12781
12806
|
# speke_key_provider: {
|
12782
12807
|
# certificate_arn: "__stringPatternArnAwsUsGovAcm",
|
12783
12808
|
# resource_id: "__string",
|
@@ -14657,6 +14682,7 @@ module Aws::MediaConvert
|
|
14657
14682
|
# },
|
14658
14683
|
# },
|
14659
14684
|
# encryption: {
|
14685
|
+
# playback_device_compatibility: "CENC_V1", # accepts CENC_V1, UNENCRYPTED_SEI
|
14660
14686
|
# speke_key_provider: {
|
14661
14687
|
# certificate_arn: "__stringPatternArnAwsUsGovAcm",
|
14662
14688
|
# resource_id: "__string",
|
@@ -15272,8 +15298,10 @@ module Aws::MediaConvert
|
|
15272
15298
|
# }
|
15273
15299
|
#
|
15274
15300
|
# @!attribute [rw] acceleration_settings
|
15275
|
-
#
|
15276
|
-
#
|
15301
|
+
# Accelerated transcoding can significantly speed up jobs with long,
|
15302
|
+
# visually complex content. Outputs that use this feature incur
|
15303
|
+
# pro-tier pricing. For information about feature limitations, see the
|
15304
|
+
# AWS Elemental MediaConvert User Guide.
|
15277
15305
|
# @return [Types::AccelerationSettings]
|
15278
15306
|
#
|
15279
15307
|
# @!attribute [rw] category
|
@@ -16371,9 +16399,10 @@ module Aws::MediaConvert
|
|
16371
16399
|
# @return [String]
|
16372
16400
|
#
|
16373
16401
|
# @!attribute [rw] anti_alias
|
16374
|
-
# The anti-alias filter
|
16375
|
-
# service no longer accepts the value DISABLED for
|
16376
|
-
# specify that in your job, the service will ignore
|
16402
|
+
# The service automatically applies the anti-alias filter to all
|
16403
|
+
# outputs. The service no longer accepts the value DISABLED for
|
16404
|
+
# AntiAlias. If you specify that in your job, the service will ignore
|
16405
|
+
# the setting.
|
16377
16406
|
# @return [String]
|
16378
16407
|
#
|
16379
16408
|
# @!attribute [rw] codec_settings
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-mediaconvert
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.26.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: 2019-
|
11
|
+
date: 2019-05-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -59,7 +59,7 @@ files:
|
|
59
59
|
- lib/aws-sdk-mediaconvert/errors.rb
|
60
60
|
- lib/aws-sdk-mediaconvert/resource.rb
|
61
61
|
- lib/aws-sdk-mediaconvert/types.rb
|
62
|
-
homepage:
|
62
|
+
homepage: https://github.com/aws/aws-sdk-ruby
|
63
63
|
licenses:
|
64
64
|
- Apache-2.0
|
65
65
|
metadata:
|