aws-sdk-mediaconvert 1.23.0 → 1.24.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -116,6 +116,7 @@ module Aws::MediaConvert
116
116
  DescribeEndpointsMode = Shapes::StringShape.new(name: 'DescribeEndpointsMode')
117
117
  DescribeEndpointsRequest = Shapes::StructureShape.new(name: 'DescribeEndpointsRequest')
118
118
  DescribeEndpointsResponse = Shapes::StructureShape.new(name: 'DescribeEndpointsResponse')
119
+ DestinationSettings = Shapes::StructureShape.new(name: 'DestinationSettings')
119
120
  DisassociateCertificateRequest = Shapes::StructureShape.new(name: 'DisassociateCertificateRequest')
120
121
  DisassociateCertificateResponse = Shapes::StructureShape.new(name: 'DisassociateCertificateResponse')
121
122
  DropFrameTimecode = Shapes::StringShape.new(name: 'DropFrameTimecode')
@@ -258,6 +259,7 @@ module Aws::MediaConvert
258
259
  InsertableImage = Shapes::StructureShape.new(name: 'InsertableImage')
259
260
  InternalServerErrorException = Shapes::StructureShape.new(name: 'InternalServerErrorException')
260
261
  Job = Shapes::StructureShape.new(name: 'Job')
262
+ JobPhase = Shapes::StringShape.new(name: 'JobPhase')
261
263
  JobSettings = Shapes::StructureShape.new(name: 'JobSettings')
262
264
  JobStatus = Shapes::StringShape.new(name: 'JobStatus')
263
265
  JobTemplate = Shapes::StructureShape.new(name: 'JobTemplate')
@@ -370,11 +372,15 @@ module Aws::MediaConvert
370
372
  ReservationPlanStatus = Shapes::StringShape.new(name: 'ReservationPlanStatus')
371
373
  ResourceTags = Shapes::StructureShape.new(name: 'ResourceTags')
372
374
  RespondToAfd = Shapes::StringShape.new(name: 'RespondToAfd')
375
+ S3DestinationSettings = Shapes::StructureShape.new(name: 'S3DestinationSettings')
376
+ S3EncryptionSettings = Shapes::StructureShape.new(name: 'S3EncryptionSettings')
377
+ S3ServerSideEncryptionType = Shapes::StringShape.new(name: 'S3ServerSideEncryptionType')
373
378
  ScalingBehavior = Shapes::StringShape.new(name: 'ScalingBehavior')
374
379
  SccDestinationFramerate = Shapes::StringShape.new(name: 'SccDestinationFramerate')
375
380
  SccDestinationSettings = Shapes::StructureShape.new(name: 'SccDestinationSettings')
376
381
  SpekeKeyProvider = Shapes::StructureShape.new(name: 'SpekeKeyProvider')
377
382
  StaticKeyProvider = Shapes::StructureShape.new(name: 'StaticKeyProvider')
383
+ StatusUpdateInterval = Shapes::StringShape.new(name: 'StatusUpdateInterval')
378
384
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
379
385
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
380
386
  TeletextDestinationSettings = Shapes::StructureShape.new(name: 'TeletextDestinationSettings')
@@ -446,7 +452,6 @@ module Aws::MediaConvert
446
452
  __integerMin1000Max30000 = Shapes::IntegerShape.new(name: '__integerMin1000Max30000')
447
453
  __integerMin1000Max300000000 = Shapes::IntegerShape.new(name: '__integerMin1000Max300000000')
448
454
  __integerMin10Max48 = Shapes::IntegerShape.new(name: '__integerMin10Max48')
449
- __integerMin10Max600 = Shapes::IntegerShape.new(name: '__integerMin10Max600')
450
455
  __integerMin16Max24 = Shapes::IntegerShape.new(name: '__integerMin16Max24')
451
456
  __integerMin1Max1 = Shapes::IntegerShape.new(name: '__integerMin1Max1')
452
457
  __integerMin1Max10 = Shapes::IntegerShape.new(name: '__integerMin1Max10')
@@ -541,6 +546,7 @@ module Aws::MediaConvert
541
546
  __stringPatternAZaZ0902 = Shapes::StringShape.new(name: '__stringPatternAZaZ0902')
542
547
  __stringPatternAZaZ0932 = Shapes::StringShape.new(name: '__stringPatternAZaZ0932')
543
548
  __stringPatternArnAwsUsGovAcm = Shapes::StringShape.new(name: '__stringPatternArnAwsUsGovAcm')
549
+ __stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912 = Shapes::StringShape.new(name: '__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912')
544
550
  __stringPatternDD = Shapes::StringShape.new(name: '__stringPatternDD')
545
551
  __stringPatternHttps = Shapes::StringShape.new(name: '__stringPatternHttps')
546
552
  __stringPatternIdentityAZaZ26AZaZ09163 = Shapes::StringShape.new(name: '__stringPatternIdentityAZaZ26AZaZ09163')
@@ -712,6 +718,7 @@ module Aws::MediaConvert
712
718
  CmafGroupSettings.add_member(:client_cache, Shapes::ShapeRef.new(shape: CmafClientCache, location_name: "clientCache"))
713
719
  CmafGroupSettings.add_member(:codec_specification, Shapes::ShapeRef.new(shape: CmafCodecSpecification, location_name: "codecSpecification"))
714
720
  CmafGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "destination"))
721
+ CmafGroupSettings.add_member(:destination_settings, Shapes::ShapeRef.new(shape: DestinationSettings, location_name: "destinationSettings"))
715
722
  CmafGroupSettings.add_member(:encryption, Shapes::ShapeRef.new(shape: CmafEncryptionSettings, location_name: "encryption"))
716
723
  CmafGroupSettings.add_member(:fragment_length, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "fragmentLength"))
717
724
  CmafGroupSettings.add_member(:manifest_compression, Shapes::ShapeRef.new(shape: CmafManifestCompression, location_name: "manifestCompression"))
@@ -748,7 +755,7 @@ module Aws::MediaConvert
748
755
  CreateJobRequest.add_member(:queue, Shapes::ShapeRef.new(shape: __string, location_name: "queue"))
749
756
  CreateJobRequest.add_member(:role, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "role"))
750
757
  CreateJobRequest.add_member(:settings, Shapes::ShapeRef.new(shape: JobSettings, required: true, location_name: "settings"))
751
- CreateJobRequest.add_member(:status_update_interval_in_secs, Shapes::ShapeRef.new(shape: __integerMin10Max600, location_name: "statusUpdateIntervalInSecs"))
758
+ CreateJobRequest.add_member(:status_update_interval, Shapes::ShapeRef.new(shape: StatusUpdateInterval, location_name: "statusUpdateInterval"))
752
759
  CreateJobRequest.add_member(:user_metadata, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "userMetadata"))
753
760
  CreateJobRequest.struct_class = Types::CreateJobRequest
754
761
 
@@ -761,7 +768,7 @@ module Aws::MediaConvert
761
768
  CreateJobTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
762
769
  CreateJobTemplateRequest.add_member(:queue, Shapes::ShapeRef.new(shape: __string, location_name: "queue"))
763
770
  CreateJobTemplateRequest.add_member(:settings, Shapes::ShapeRef.new(shape: JobTemplateSettings, required: true, location_name: "settings"))
764
- CreateJobTemplateRequest.add_member(:status_update_interval_in_secs, Shapes::ShapeRef.new(shape: __integerMin10Max600, location_name: "statusUpdateIntervalInSecs"))
771
+ CreateJobTemplateRequest.add_member(:status_update_interval, Shapes::ShapeRef.new(shape: StatusUpdateInterval, location_name: "statusUpdateInterval"))
765
772
  CreateJobTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
766
773
  CreateJobTemplateRequest.struct_class = Types::CreateJobTemplateRequest
767
774
 
@@ -793,6 +800,7 @@ module Aws::MediaConvert
793
800
 
794
801
  DashIsoGroupSettings.add_member(:base_url, Shapes::ShapeRef.new(shape: __string, location_name: "baseUrl"))
795
802
  DashIsoGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "destination"))
803
+ DashIsoGroupSettings.add_member(:destination_settings, Shapes::ShapeRef.new(shape: DestinationSettings, location_name: "destinationSettings"))
796
804
  DashIsoGroupSettings.add_member(:encryption, Shapes::ShapeRef.new(shape: DashIsoEncryptionSettings, location_name: "encryption"))
797
805
  DashIsoGroupSettings.add_member(:fragment_length, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "fragmentLength"))
798
806
  DashIsoGroupSettings.add_member(:hbbtv_compliance, Shapes::ShapeRef.new(shape: DashIsoHbbtvCompliance, location_name: "hbbtvCompliance"))
@@ -831,6 +839,9 @@ module Aws::MediaConvert
831
839
  DescribeEndpointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
832
840
  DescribeEndpointsResponse.struct_class = Types::DescribeEndpointsResponse
833
841
 
842
+ DestinationSettings.add_member(:s3_settings, Shapes::ShapeRef.new(shape: S3DestinationSettings, location_name: "s3Settings"))
843
+ DestinationSettings.struct_class = Types::DestinationSettings
844
+
834
845
  DisassociateCertificateRequest.add_member(:arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "arn"))
835
846
  DisassociateCertificateRequest.struct_class = Types::DisassociateCertificateRequest
836
847
 
@@ -924,6 +935,7 @@ module Aws::MediaConvert
924
935
  F4vSettings.struct_class = Types::F4vSettings
925
936
 
926
937
  FileGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "destination"))
938
+ FileGroupSettings.add_member(:destination_settings, Shapes::ShapeRef.new(shape: DestinationSettings, location_name: "destinationSettings"))
927
939
  FileGroupSettings.struct_class = Types::FileGroupSettings
928
940
 
929
941
  FileSourceSettings.add_member(:convert_608_to_708, Shapes::ShapeRef.new(shape: FileSourceConvert608To708, location_name: "convert608To708"))
@@ -1087,6 +1099,7 @@ module Aws::MediaConvert
1087
1099
  HlsGroupSettings.add_member(:client_cache, Shapes::ShapeRef.new(shape: HlsClientCache, location_name: "clientCache"))
1088
1100
  HlsGroupSettings.add_member(:codec_specification, Shapes::ShapeRef.new(shape: HlsCodecSpecification, location_name: "codecSpecification"))
1089
1101
  HlsGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "destination"))
1102
+ HlsGroupSettings.add_member(:destination_settings, Shapes::ShapeRef.new(shape: DestinationSettings, location_name: "destinationSettings"))
1090
1103
  HlsGroupSettings.add_member(:directory_structure, Shapes::ShapeRef.new(shape: HlsDirectoryStructure, location_name: "directoryStructure"))
1091
1104
  HlsGroupSettings.add_member(:encryption, Shapes::ShapeRef.new(shape: HlsEncryptionSettings, location_name: "encryption"))
1092
1105
  HlsGroupSettings.add_member(:manifest_compression, Shapes::ShapeRef.new(shape: HlsManifestCompression, location_name: "manifestCompression"))
@@ -1179,16 +1192,19 @@ module Aws::MediaConvert
1179
1192
  Job.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
1180
1193
  Job.add_member(:billing_tags_source, Shapes::ShapeRef.new(shape: BillingTagsSource, location_name: "billingTagsSource"))
1181
1194
  Job.add_member(:created_at, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "createdAt"))
1195
+ Job.add_member(:current_phase, Shapes::ShapeRef.new(shape: JobPhase, location_name: "currentPhase"))
1182
1196
  Job.add_member(:error_code, Shapes::ShapeRef.new(shape: __integer, location_name: "errorCode"))
1183
1197
  Job.add_member(:error_message, Shapes::ShapeRef.new(shape: __string, location_name: "errorMessage"))
1184
1198
  Job.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
1199
+ Job.add_member(:job_percent_complete, Shapes::ShapeRef.new(shape: __integer, location_name: "jobPercentComplete"))
1185
1200
  Job.add_member(:job_template, Shapes::ShapeRef.new(shape: __string, location_name: "jobTemplate"))
1186
1201
  Job.add_member(:output_group_details, Shapes::ShapeRef.new(shape: __listOfOutputGroupDetail, location_name: "outputGroupDetails"))
1187
1202
  Job.add_member(:queue, Shapes::ShapeRef.new(shape: __string, location_name: "queue"))
1203
+ Job.add_member(:retry_count, Shapes::ShapeRef.new(shape: __integer, location_name: "retryCount"))
1188
1204
  Job.add_member(:role, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "role"))
1189
1205
  Job.add_member(:settings, Shapes::ShapeRef.new(shape: JobSettings, required: true, location_name: "settings"))
1190
1206
  Job.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "status"))
1191
- Job.add_member(:status_update_interval_in_secs, Shapes::ShapeRef.new(shape: __integerMin10Max600, location_name: "statusUpdateIntervalInSecs"))
1207
+ Job.add_member(:status_update_interval, Shapes::ShapeRef.new(shape: StatusUpdateInterval, location_name: "statusUpdateInterval"))
1192
1208
  Job.add_member(:timing, Shapes::ShapeRef.new(shape: Timing, location_name: "timing"))
1193
1209
  Job.add_member(:user_metadata, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "userMetadata"))
1194
1210
  Job.struct_class = Types::Job
@@ -1213,7 +1229,7 @@ module Aws::MediaConvert
1213
1229
  JobTemplate.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
1214
1230
  JobTemplate.add_member(:queue, Shapes::ShapeRef.new(shape: __string, location_name: "queue"))
1215
1231
  JobTemplate.add_member(:settings, Shapes::ShapeRef.new(shape: JobTemplateSettings, required: true, location_name: "settings"))
1216
- JobTemplate.add_member(:status_update_interval_in_secs, Shapes::ShapeRef.new(shape: __integerMin10Max600, location_name: "statusUpdateIntervalInSecs"))
1232
+ JobTemplate.add_member(:status_update_interval, Shapes::ShapeRef.new(shape: StatusUpdateInterval, location_name: "statusUpdateInterval"))
1217
1233
  JobTemplate.add_member(:type, Shapes::ShapeRef.new(shape: Type, location_name: "type"))
1218
1234
  JobTemplate.struct_class = Types::JobTemplate
1219
1235
 
@@ -1408,6 +1424,7 @@ module Aws::MediaConvert
1408
1424
 
1409
1425
  MsSmoothGroupSettings.add_member(:audio_deduplication, Shapes::ShapeRef.new(shape: MsSmoothAudioDeduplication, location_name: "audioDeduplication"))
1410
1426
  MsSmoothGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "destination"))
1427
+ MsSmoothGroupSettings.add_member(:destination_settings, Shapes::ShapeRef.new(shape: DestinationSettings, location_name: "destinationSettings"))
1411
1428
  MsSmoothGroupSettings.add_member(:encryption, Shapes::ShapeRef.new(shape: MsSmoothEncryptionSettings, location_name: "encryption"))
1412
1429
  MsSmoothGroupSettings.add_member(:fragment_length, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "fragmentLength"))
1413
1430
  MsSmoothGroupSettings.add_member(:manifest_encoding, Shapes::ShapeRef.new(shape: MsSmoothManifestEncoding, location_name: "manifestEncoding"))
@@ -1537,6 +1554,13 @@ module Aws::MediaConvert
1537
1554
  ResourceTags.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
1538
1555
  ResourceTags.struct_class = Types::ResourceTags
1539
1556
 
1557
+ S3DestinationSettings.add_member(:encryption, Shapes::ShapeRef.new(shape: S3EncryptionSettings, location_name: "encryption"))
1558
+ S3DestinationSettings.struct_class = Types::S3DestinationSettings
1559
+
1560
+ S3EncryptionSettings.add_member(:encryption_type, Shapes::ShapeRef.new(shape: S3ServerSideEncryptionType, location_name: "encryptionType"))
1561
+ S3EncryptionSettings.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: __stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912, location_name: "kmsKeyArn"))
1562
+ S3EncryptionSettings.struct_class = Types::S3EncryptionSettings
1563
+
1540
1564
  SccDestinationSettings.add_member(:framerate, Shapes::ShapeRef.new(shape: SccDestinationFramerate, location_name: "framerate"))
1541
1565
  SccDestinationSettings.struct_class = Types::SccDestinationSettings
1542
1566
 
@@ -1601,7 +1625,7 @@ module Aws::MediaConvert
1601
1625
  UpdateJobTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "name"))
1602
1626
  UpdateJobTemplateRequest.add_member(:queue, Shapes::ShapeRef.new(shape: __string, location_name: "queue"))
1603
1627
  UpdateJobTemplateRequest.add_member(:settings, Shapes::ShapeRef.new(shape: JobTemplateSettings, location_name: "settings"))
1604
- UpdateJobTemplateRequest.add_member(:status_update_interval_in_secs, Shapes::ShapeRef.new(shape: __integerMin10Max600, location_name: "statusUpdateIntervalInSecs"))
1628
+ UpdateJobTemplateRequest.add_member(:status_update_interval, Shapes::ShapeRef.new(shape: StatusUpdateInterval, location_name: "statusUpdateInterval"))
1605
1629
  UpdateJobTemplateRequest.struct_class = Types::UpdateJobTemplateRequest
1606
1630
 
1607
1631
  UpdateJobTemplateResponse.add_member(:job_template, Shapes::ShapeRef.new(shape: JobTemplate, location_name: "jobTemplate"))
@@ -182,7 +182,8 @@ module Aws::MediaConvert
182
182
  include Aws::Structure
183
183
  end
184
184
 
185
- # Acceleration settings for job execution.
185
+ # Accelerated transcoding is currently in private preview. Contact AWS
186
+ # for more information.
186
187
  #
187
188
  # @note When making an API call, you may pass AccelerationSettings
188
189
  # data as a hash:
@@ -1589,6 +1590,14 @@ module Aws::MediaConvert
1589
1590
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
1590
1591
  # codec_specification: "RFC_6381", # accepts RFC_6381, RFC_4281
1591
1592
  # destination: "__stringPatternS3",
1593
+ # destination_settings: {
1594
+ # s3_settings: {
1595
+ # encryption: {
1596
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
1597
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
1598
+ # },
1599
+ # },
1600
+ # },
1592
1601
  # encryption: {
1593
1602
  # constant_initialization_vector: "__stringMin32Max32Pattern09aFAF32",
1594
1603
  # encryption_method: "SAMPLE_AES", # accepts SAMPLE_AES
@@ -1637,6 +1646,11 @@ module Aws::MediaConvert
1637
1646
  # the service uses the filename of the first input file.
1638
1647
  # @return [String]
1639
1648
  #
1649
+ # @!attribute [rw] destination_settings
1650
+ # Settings associated with the destination. Will vary based on the
1651
+ # type of destination
1652
+ # @return [Types::DestinationSettings]
1653
+ #
1640
1654
  # @!attribute [rw] encryption
1641
1655
  # DRM settings.
1642
1656
  # @return [Types::CmafEncryptionSettings]
@@ -1722,6 +1736,7 @@ module Aws::MediaConvert
1722
1736
  :client_cache,
1723
1737
  :codec_specification,
1724
1738
  :destination,
1739
+ :destination_settings,
1725
1740
  :encryption,
1726
1741
  :fragment_length,
1727
1742
  :manifest_compression,
@@ -2128,6 +2143,14 @@ module Aws::MediaConvert
2128
2143
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
2129
2144
  # codec_specification: "RFC_6381", # accepts RFC_6381, RFC_4281
2130
2145
  # destination: "__stringPatternS3",
2146
+ # destination_settings: {
2147
+ # s3_settings: {
2148
+ # encryption: {
2149
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
2150
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
2151
+ # },
2152
+ # },
2153
+ # },
2131
2154
  # encryption: {
2132
2155
  # constant_initialization_vector: "__stringMin32Max32Pattern09aFAF32",
2133
2156
  # encryption_method: "SAMPLE_AES", # accepts SAMPLE_AES
@@ -2154,6 +2177,14 @@ module Aws::MediaConvert
2154
2177
  # dash_iso_group_settings: {
2155
2178
  # base_url: "__string",
2156
2179
  # destination: "__stringPatternS3",
2180
+ # destination_settings: {
2181
+ # s3_settings: {
2182
+ # encryption: {
2183
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
2184
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
2185
+ # },
2186
+ # },
2187
+ # },
2157
2188
  # encryption: {
2158
2189
  # speke_key_provider: {
2159
2190
  # certificate_arn: "__stringPatternArnAwsUsGovAcm",
@@ -2171,6 +2202,14 @@ module Aws::MediaConvert
2171
2202
  # },
2172
2203
  # file_group_settings: {
2173
2204
  # destination: "__stringPatternS3",
2205
+ # destination_settings: {
2206
+ # s3_settings: {
2207
+ # encryption: {
2208
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
2209
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
2210
+ # },
2211
+ # },
2212
+ # },
2174
2213
  # },
2175
2214
  # hls_group_settings: {
2176
2215
  # ad_markers: ["ELEMENTAL"], # accepts ELEMENTAL, ELEMENTAL_SCTE35
@@ -2187,6 +2226,14 @@ module Aws::MediaConvert
2187
2226
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
2188
2227
  # codec_specification: "RFC_6381", # accepts RFC_6381, RFC_4281
2189
2228
  # destination: "__stringPatternS3",
2229
+ # destination_settings: {
2230
+ # s3_settings: {
2231
+ # encryption: {
2232
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
2233
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
2234
+ # },
2235
+ # },
2236
+ # },
2190
2237
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
2191
2238
  # encryption: {
2192
2239
  # constant_initialization_vector: "__stringMin32Max32Pattern09aFAF32",
@@ -2225,6 +2272,14 @@ module Aws::MediaConvert
2225
2272
  # ms_smooth_group_settings: {
2226
2273
  # audio_deduplication: "COMBINE_DUPLICATE_STREAMS", # accepts COMBINE_DUPLICATE_STREAMS, NONE
2227
2274
  # destination: "__stringPatternS3",
2275
+ # destination_settings: {
2276
+ # s3_settings: {
2277
+ # encryption: {
2278
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
2279
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
2280
+ # },
2281
+ # },
2282
+ # },
2228
2283
  # encryption: {
2229
2284
  # speke_key_provider: {
2230
2285
  # certificate_arn: "__stringPatternArnAwsUsGovAcm",
@@ -2742,7 +2797,7 @@ module Aws::MediaConvert
2742
2797
  # ],
2743
2798
  # },
2744
2799
  # },
2745
- # status_update_interval_in_secs: 1,
2800
+ # status_update_interval: "SECONDS_10", # accepts SECONDS_10, SECONDS_12, SECONDS_15, SECONDS_20, SECONDS_30, SECONDS_60, SECONDS_120, SECONDS_180, SECONDS_240, SECONDS_300, SECONDS_360, SECONDS_420, SECONDS_480, SECONDS_540, SECONDS_600
2746
2801
  # user_metadata: {
2747
2802
  # "__string" => "__string",
2748
2803
  # },
@@ -2789,13 +2844,13 @@ module Aws::MediaConvert
2789
2844
  # JobSettings contains all the transcode settings for a job.
2790
2845
  # @return [Types::JobSettings]
2791
2846
  #
2792
- # @!attribute [rw] status_update_interval_in_secs
2847
+ # @!attribute [rw] status_update_interval
2793
2848
  # Specify how often MediaConvert sends STATUS\_UPDATE events to Amazon
2794
2849
  # CloudWatch Events. Set the interval, in seconds, between status
2795
2850
  # updates. MediaConvert sends an update at this interval from the time
2796
2851
  # the service begins processing your job to the time it completes the
2797
2852
  # transcode or encounters an error.
2798
- # @return [Integer]
2853
+ # @return [String]
2799
2854
  #
2800
2855
  # @!attribute [rw] user_metadata
2801
2856
  # User-defined metadata that you want to associate with an
@@ -2812,7 +2867,7 @@ module Aws::MediaConvert
2812
2867
  :queue,
2813
2868
  :role,
2814
2869
  :settings,
2815
- :status_update_interval_in_secs,
2870
+ :status_update_interval,
2816
2871
  :user_metadata)
2817
2872
  include Aws::Structure
2818
2873
  end
@@ -3005,6 +3060,14 @@ module Aws::MediaConvert
3005
3060
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
3006
3061
  # codec_specification: "RFC_6381", # accepts RFC_6381, RFC_4281
3007
3062
  # destination: "__stringPatternS3",
3063
+ # destination_settings: {
3064
+ # s3_settings: {
3065
+ # encryption: {
3066
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
3067
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
3068
+ # },
3069
+ # },
3070
+ # },
3008
3071
  # encryption: {
3009
3072
  # constant_initialization_vector: "__stringMin32Max32Pattern09aFAF32",
3010
3073
  # encryption_method: "SAMPLE_AES", # accepts SAMPLE_AES
@@ -3031,6 +3094,14 @@ module Aws::MediaConvert
3031
3094
  # dash_iso_group_settings: {
3032
3095
  # base_url: "__string",
3033
3096
  # destination: "__stringPatternS3",
3097
+ # destination_settings: {
3098
+ # s3_settings: {
3099
+ # encryption: {
3100
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
3101
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
3102
+ # },
3103
+ # },
3104
+ # },
3034
3105
  # encryption: {
3035
3106
  # speke_key_provider: {
3036
3107
  # certificate_arn: "__stringPatternArnAwsUsGovAcm",
@@ -3048,6 +3119,14 @@ module Aws::MediaConvert
3048
3119
  # },
3049
3120
  # file_group_settings: {
3050
3121
  # destination: "__stringPatternS3",
3122
+ # destination_settings: {
3123
+ # s3_settings: {
3124
+ # encryption: {
3125
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
3126
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
3127
+ # },
3128
+ # },
3129
+ # },
3051
3130
  # },
3052
3131
  # hls_group_settings: {
3053
3132
  # ad_markers: ["ELEMENTAL"], # accepts ELEMENTAL, ELEMENTAL_SCTE35
@@ -3064,6 +3143,14 @@ module Aws::MediaConvert
3064
3143
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
3065
3144
  # codec_specification: "RFC_6381", # accepts RFC_6381, RFC_4281
3066
3145
  # destination: "__stringPatternS3",
3146
+ # destination_settings: {
3147
+ # s3_settings: {
3148
+ # encryption: {
3149
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
3150
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
3151
+ # },
3152
+ # },
3153
+ # },
3067
3154
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
3068
3155
  # encryption: {
3069
3156
  # constant_initialization_vector: "__stringMin32Max32Pattern09aFAF32",
@@ -3102,6 +3189,14 @@ module Aws::MediaConvert
3102
3189
  # ms_smooth_group_settings: {
3103
3190
  # audio_deduplication: "COMBINE_DUPLICATE_STREAMS", # accepts COMBINE_DUPLICATE_STREAMS, NONE
3104
3191
  # destination: "__stringPatternS3",
3192
+ # destination_settings: {
3193
+ # s3_settings: {
3194
+ # encryption: {
3195
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
3196
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
3197
+ # },
3198
+ # },
3199
+ # },
3105
3200
  # encryption: {
3106
3201
  # speke_key_provider: {
3107
3202
  # certificate_arn: "__stringPatternArnAwsUsGovAcm",
@@ -3619,7 +3714,7 @@ module Aws::MediaConvert
3619
3714
  # ],
3620
3715
  # },
3621
3716
  # },
3622
- # status_update_interval_in_secs: 1,
3717
+ # status_update_interval: "SECONDS_10", # accepts SECONDS_10, SECONDS_12, SECONDS_15, SECONDS_20, SECONDS_30, SECONDS_60, SECONDS_120, SECONDS_180, SECONDS_240, SECONDS_300, SECONDS_360, SECONDS_420, SECONDS_480, SECONDS_540, SECONDS_600
3623
3718
  # tags: {
3624
3719
  # "__string" => "__string",
3625
3720
  # },
@@ -3653,13 +3748,13 @@ module Aws::MediaConvert
3653
3748
  # template that will be applied to jobs created from it.
3654
3749
  # @return [Types::JobTemplateSettings]
3655
3750
  #
3656
- # @!attribute [rw] status_update_interval_in_secs
3751
+ # @!attribute [rw] status_update_interval
3657
3752
  # Specify how often MediaConvert sends STATUS\_UPDATE events to Amazon
3658
3753
  # CloudWatch Events. Set the interval, in seconds, between status
3659
3754
  # updates. MediaConvert sends an update at this interval from the time
3660
3755
  # the service begins processing your job to the time it completes the
3661
3756
  # transcode or encounters an error.
3662
- # @return [Integer]
3757
+ # @return [String]
3663
3758
  #
3664
3759
  # @!attribute [rw] tags
3665
3760
  # The tags that you want to add to the resource. You can tag resources
@@ -3675,7 +3770,7 @@ module Aws::MediaConvert
3675
3770
  :name,
3676
3771
  :queue,
3677
3772
  :settings,
3678
- :status_update_interval_in_secs,
3773
+ :status_update_interval,
3679
3774
  :tags)
3680
3775
  include Aws::Structure
3681
3776
  end
@@ -4342,6 +4437,14 @@ module Aws::MediaConvert
4342
4437
  # {
4343
4438
  # base_url: "__string",
4344
4439
  # destination: "__stringPatternS3",
4440
+ # destination_settings: {
4441
+ # s3_settings: {
4442
+ # encryption: {
4443
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
4444
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
4445
+ # },
4446
+ # },
4447
+ # },
4345
4448
  # encryption: {
4346
4449
  # speke_key_provider: {
4347
4450
  # certificate_arn: "__stringPatternArnAwsUsGovAcm",
@@ -4372,6 +4475,11 @@ module Aws::MediaConvert
4372
4475
  # the service uses the filename of the first input file.
4373
4476
  # @return [String]
4374
4477
  #
4478
+ # @!attribute [rw] destination_settings
4479
+ # Settings associated with the destination. Will vary based on the
4480
+ # type of destination
4481
+ # @return [Types::DestinationSettings]
4482
+ #
4375
4483
  # @!attribute [rw] encryption
4376
4484
  # DRM settings.
4377
4485
  # @return [Types::DashIsoEncryptionSettings]
@@ -4426,6 +4534,7 @@ module Aws::MediaConvert
4426
4534
  class DashIsoGroupSettings < Struct.new(
4427
4535
  :base_url,
4428
4536
  :destination,
4537
+ :destination_settings,
4429
4538
  :encryption,
4430
4539
  :fragment_length,
4431
4540
  :hbbtv_compliance,
@@ -4627,6 +4736,32 @@ module Aws::MediaConvert
4627
4736
  include Aws::Structure
4628
4737
  end
4629
4738
 
4739
+ # Settings associated with the destination. Will vary based on the type
4740
+ # of destination
4741
+ #
4742
+ # @note When making an API call, you may pass DestinationSettings
4743
+ # data as a hash:
4744
+ #
4745
+ # {
4746
+ # s3_settings: {
4747
+ # encryption: {
4748
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
4749
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
4750
+ # },
4751
+ # },
4752
+ # }
4753
+ #
4754
+ # @!attribute [rw] s3_settings
4755
+ # Settings associated with S3 destination
4756
+ # @return [Types::S3DestinationSettings]
4757
+ #
4758
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DestinationSettings AWS API Documentation
4759
+ #
4760
+ class DestinationSettings < Struct.new(
4761
+ :s3_settings)
4762
+ include Aws::Structure
4763
+ end
4764
+
4630
4765
  # Removes an association between the Amazon Resource Name (ARN) of an
4631
4766
  # AWS Certificate Manager (ACM) certificate and an AWS Elemental
4632
4767
  # MediaConvert resource.
@@ -5342,6 +5477,14 @@ module Aws::MediaConvert
5342
5477
  #
5343
5478
  # {
5344
5479
  # destination: "__stringPatternS3",
5480
+ # destination_settings: {
5481
+ # s3_settings: {
5482
+ # encryption: {
5483
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
5484
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
5485
+ # },
5486
+ # },
5487
+ # },
5345
5488
  # }
5346
5489
  #
5347
5490
  # @!attribute [rw] destination
@@ -5352,10 +5495,16 @@ module Aws::MediaConvert
5352
5495
  # the service uses the filename of the first input file.
5353
5496
  # @return [String]
5354
5497
  #
5498
+ # @!attribute [rw] destination_settings
5499
+ # Settings associated with the destination. Will vary based on the
5500
+ # type of destination
5501
+ # @return [Types::DestinationSettings]
5502
+ #
5355
5503
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/FileGroupSettings AWS API Documentation
5356
5504
  #
5357
5505
  class FileGroupSettings < Struct.new(
5358
- :destination)
5506
+ :destination,
5507
+ :destination_settings)
5359
5508
  include Aws::Structure
5360
5509
  end
5361
5510
 
@@ -6625,6 +6774,14 @@ module Aws::MediaConvert
6625
6774
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
6626
6775
  # codec_specification: "RFC_6381", # accepts RFC_6381, RFC_4281
6627
6776
  # destination: "__stringPatternS3",
6777
+ # destination_settings: {
6778
+ # s3_settings: {
6779
+ # encryption: {
6780
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
6781
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
6782
+ # },
6783
+ # },
6784
+ # },
6628
6785
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
6629
6786
  # encryption: {
6630
6787
  # constant_initialization_vector: "__stringMin32Max32Pattern09aFAF32",
@@ -6707,6 +6864,11 @@ module Aws::MediaConvert
6707
6864
  # the service uses the filename of the first input file.
6708
6865
  # @return [String]
6709
6866
  #
6867
+ # @!attribute [rw] destination_settings
6868
+ # Settings associated with the destination. Will vary based on the
6869
+ # type of destination
6870
+ # @return [Types::DestinationSettings]
6871
+ #
6710
6872
  # @!attribute [rw] directory_structure
6711
6873
  # Indicates whether segments should be placed in subdirectories.
6712
6874
  # @return [String]
@@ -6809,6 +6971,7 @@ module Aws::MediaConvert
6809
6971
  :client_cache,
6810
6972
  :codec_specification,
6811
6973
  :destination,
6974
+ :destination_settings,
6812
6975
  :directory_structure,
6813
6976
  :encryption,
6814
6977
  :manifest_compression,
@@ -7106,7 +7269,10 @@ module Aws::MediaConvert
7106
7269
  # @return [String]
7107
7270
  #
7108
7271
  # @!attribute [rw] decryption_settings
7109
- # Settings for decrypting any input files that are encrypted.
7272
+ # Settings for decrypting any input files that you encrypt before you
7273
+ # upload them to Amazon S3. MediaConvert can decrypt files only when
7274
+ # you use AWS Key Management Service (KMS) to encrypt the data key
7275
+ # that you use to encrypt your content.
7110
7276
  # @return [Types::InputDecryptionSettings]
7111
7277
  #
7112
7278
  # @!attribute [rw] denoise_filter
@@ -7268,7 +7434,10 @@ module Aws::MediaConvert
7268
7434
  include Aws::Structure
7269
7435
  end
7270
7436
 
7271
- # Specify the decryption settings used to decrypt encrypted input
7437
+ # Settings for decrypting any input files that you encrypt before you
7438
+ # upload them to Amazon S3. MediaConvert can decrypt files only when you
7439
+ # use AWS Key Management Service (KMS) to encrypt the data key that you
7440
+ # use to encrypt your content.
7272
7441
  #
7273
7442
  # @note When making an API call, you may pass InputDecryptionSettings
7274
7443
  # data as a hash:
@@ -7281,19 +7450,30 @@ module Aws::MediaConvert
7281
7450
  # }
7282
7451
  #
7283
7452
  # @!attribute [rw] decryption_mode
7284
- # This specifies how the encrypted file needs to be decrypted.
7453
+ # Specify the encryption mode that you used to encrypt your input
7454
+ # files.
7285
7455
  # @return [String]
7286
7456
  #
7287
7457
  # @!attribute [rw] encrypted_decryption_key
7288
- # Decryption key either 128 or 192 or 256 bits encrypted with KMS
7458
+ # Warning! Don't provide your encryption key in plaintext. Your job
7459
+ # settings could be intercepted, making your encrypted content
7460
+ # vulnerable. Specify the encrypted version of the data key that you
7461
+ # used to encrypt your content. The data key must be encrypted by AWS
7462
+ # Key Management Service (KMS). The key can be 128, 192, or 256 bits.
7289
7463
  # @return [String]
7290
7464
  #
7291
7465
  # @!attribute [rw] initialization_vector
7292
- # Initialization Vector 96 bits (CTR/GCM mode only) or 128 bits.
7466
+ # Specify the initialization vector that you used when you encrypted
7467
+ # your content before uploading it to Amazon S3. You can use a 16-byte
7468
+ # initialization vector with any encryption mode. Or, you can use a
7469
+ # 12-byte initialization vector with GCM or CTR. MediaConvert accepts
7470
+ # only initialization vectors that are base64-encoded.
7293
7471
  # @return [String]
7294
7472
  #
7295
7473
  # @!attribute [rw] kms_key_region
7296
- # The AWS region in which decryption key was encrypted with KMS
7474
+ # Specify the AWS Region for AWS Key Management Service (KMS) that you
7475
+ # used to encrypt your data key, if that Region is different from the
7476
+ # one you are using for AWS Elemental MediaConvert.
7297
7477
  # @return [String]
7298
7478
  #
7299
7479
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/InputDecryptionSettings AWS API Documentation
@@ -7650,7 +7830,8 @@ module Aws::MediaConvert
7650
7830
  # http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
7651
7831
  #
7652
7832
  # @!attribute [rw] acceleration_settings
7653
- # Acceleration settings for job execution.
7833
+ # Accelerated transcoding is currently in private preview. Contact AWS
7834
+ # for more information.
7654
7835
  # @return [Types::AccelerationSettings]
7655
7836
  #
7656
7837
  # @!attribute [rw] arn
@@ -7670,6 +7851,10 @@ module Aws::MediaConvert
7670
7851
  # The time, in Unix epoch format in seconds, when the job got created.
7671
7852
  # @return [Time]
7672
7853
  #
7854
+ # @!attribute [rw] current_phase
7855
+ # A job's phase can be PROBING, TRANSCODING OR UPLOADING
7856
+ # @return [String]
7857
+ #
7673
7858
  # @!attribute [rw] error_code
7674
7859
  # Error code for the job
7675
7860
  # @return [Integer]
@@ -7683,6 +7868,19 @@ module Aws::MediaConvert
7683
7868
  # MediaConvert resources
7684
7869
  # @return [String]
7685
7870
  #
7871
+ # @!attribute [rw] job_percent_complete
7872
+ # An estimate of how far your job has progressed. This estimate is
7873
+ # shown as a percentage of the total time from when your job leaves
7874
+ # its queue to when your output files appear in your output Amazon S3
7875
+ # bucket. AWS Elemental MediaConvert provides jobPercentComplete in
7876
+ # CloudWatch STATUS\_UPDATE events and in the response to GetJob and
7877
+ # ListJobs requests. The jobPercentComplete estimate is reliable for
7878
+ # the following input containers: Quicktime, Transport Stream, MP4,
7879
+ # and MXF. For some jobs, including audio-only jobs and jobs that use
7880
+ # input clipping, the service can't provide information about job
7881
+ # progress. In those cases, jobPercentComplete returns a null value.
7882
+ # @return [Integer]
7883
+ #
7686
7884
  # @!attribute [rw] job_template
7687
7885
  # The job template that the job is created from, if it is created from
7688
7886
  # a job template.
@@ -7699,6 +7897,11 @@ module Aws::MediaConvert
7699
7897
  # http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
7700
7898
  # @return [String]
7701
7899
  #
7900
+ # @!attribute [rw] retry_count
7901
+ # The number of times that the service automatically attempted to
7902
+ # process your job after encountering an error.
7903
+ # @return [Integer]
7904
+ #
7702
7905
  # @!attribute [rw] role
7703
7906
  # The IAM role you use for creating this job. For details about
7704
7907
  # permissions, see the User Guide topic at the User Guide at
@@ -7714,13 +7917,13 @@ module Aws::MediaConvert
7714
7917
  # or ERROR.
7715
7918
  # @return [String]
7716
7919
  #
7717
- # @!attribute [rw] status_update_interval_in_secs
7920
+ # @!attribute [rw] status_update_interval
7718
7921
  # Specify how often MediaConvert sends STATUS\_UPDATE events to Amazon
7719
7922
  # CloudWatch Events. Set the interval, in seconds, between status
7720
7923
  # updates. MediaConvert sends an update at this interval from the time
7721
7924
  # the service begins processing your job to the time it completes the
7722
7925
  # transcode or encounters an error.
7723
- # @return [Integer]
7926
+ # @return [String]
7724
7927
  #
7725
7928
  # @!attribute [rw] timing
7726
7929
  # Information about when jobs are submitted, started, and finished is
@@ -7739,16 +7942,19 @@ module Aws::MediaConvert
7739
7942
  :arn,
7740
7943
  :billing_tags_source,
7741
7944
  :created_at,
7945
+ :current_phase,
7742
7946
  :error_code,
7743
7947
  :error_message,
7744
7948
  :id,
7949
+ :job_percent_complete,
7745
7950
  :job_template,
7746
7951
  :output_group_details,
7747
7952
  :queue,
7953
+ :retry_count,
7748
7954
  :role,
7749
7955
  :settings,
7750
7956
  :status,
7751
- :status_update_interval_in_secs,
7957
+ :status_update_interval,
7752
7958
  :timing,
7753
7959
  :user_metadata)
7754
7960
  include Aws::Structure
@@ -7924,6 +8130,14 @@ module Aws::MediaConvert
7924
8130
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
7925
8131
  # codec_specification: "RFC_6381", # accepts RFC_6381, RFC_4281
7926
8132
  # destination: "__stringPatternS3",
8133
+ # destination_settings: {
8134
+ # s3_settings: {
8135
+ # encryption: {
8136
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
8137
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
8138
+ # },
8139
+ # },
8140
+ # },
7927
8141
  # encryption: {
7928
8142
  # constant_initialization_vector: "__stringMin32Max32Pattern09aFAF32",
7929
8143
  # encryption_method: "SAMPLE_AES", # accepts SAMPLE_AES
@@ -7950,6 +8164,14 @@ module Aws::MediaConvert
7950
8164
  # dash_iso_group_settings: {
7951
8165
  # base_url: "__string",
7952
8166
  # destination: "__stringPatternS3",
8167
+ # destination_settings: {
8168
+ # s3_settings: {
8169
+ # encryption: {
8170
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
8171
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
8172
+ # },
8173
+ # },
8174
+ # },
7953
8175
  # encryption: {
7954
8176
  # speke_key_provider: {
7955
8177
  # certificate_arn: "__stringPatternArnAwsUsGovAcm",
@@ -7967,6 +8189,14 @@ module Aws::MediaConvert
7967
8189
  # },
7968
8190
  # file_group_settings: {
7969
8191
  # destination: "__stringPatternS3",
8192
+ # destination_settings: {
8193
+ # s3_settings: {
8194
+ # encryption: {
8195
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
8196
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
8197
+ # },
8198
+ # },
8199
+ # },
7970
8200
  # },
7971
8201
  # hls_group_settings: {
7972
8202
  # ad_markers: ["ELEMENTAL"], # accepts ELEMENTAL, ELEMENTAL_SCTE35
@@ -7983,6 +8213,14 @@ module Aws::MediaConvert
7983
8213
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
7984
8214
  # codec_specification: "RFC_6381", # accepts RFC_6381, RFC_4281
7985
8215
  # destination: "__stringPatternS3",
8216
+ # destination_settings: {
8217
+ # s3_settings: {
8218
+ # encryption: {
8219
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
8220
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
8221
+ # },
8222
+ # },
8223
+ # },
7986
8224
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
7987
8225
  # encryption: {
7988
8226
  # constant_initialization_vector: "__stringMin32Max32Pattern09aFAF32",
@@ -8021,6 +8259,14 @@ module Aws::MediaConvert
8021
8259
  # ms_smooth_group_settings: {
8022
8260
  # audio_deduplication: "COMBINE_DUPLICATE_STREAMS", # accepts COMBINE_DUPLICATE_STREAMS, NONE
8023
8261
  # destination: "__stringPatternS3",
8262
+ # destination_settings: {
8263
+ # s3_settings: {
8264
+ # encryption: {
8265
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
8266
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
8267
+ # },
8268
+ # },
8269
+ # },
8024
8270
  # encryption: {
8025
8271
  # speke_key_provider: {
8026
8272
  # certificate_arn: "__stringPatternArnAwsUsGovAcm",
@@ -8614,7 +8860,8 @@ module Aws::MediaConvert
8614
8860
  # use to quickly create a job.
8615
8861
  #
8616
8862
  # @!attribute [rw] acceleration_settings
8617
- # Acceleration settings for job execution.
8863
+ # Accelerated transcoding is currently in private preview. Contact AWS
8864
+ # for more information.
8618
8865
  # @return [Types::AccelerationSettings]
8619
8866
  #
8620
8867
  # @!attribute [rw] arn
@@ -8654,13 +8901,13 @@ module Aws::MediaConvert
8654
8901
  # template that will be applied to jobs created from it.
8655
8902
  # @return [Types::JobTemplateSettings]
8656
8903
  #
8657
- # @!attribute [rw] status_update_interval_in_secs
8904
+ # @!attribute [rw] status_update_interval
8658
8905
  # Specify how often MediaConvert sends STATUS\_UPDATE events to Amazon
8659
8906
  # CloudWatch Events. Set the interval, in seconds, between status
8660
8907
  # updates. MediaConvert sends an update at this interval from the time
8661
8908
  # the service begins processing your job to the time it completes the
8662
8909
  # transcode or encounters an error.
8663
- # @return [Integer]
8910
+ # @return [String]
8664
8911
  #
8665
8912
  # @!attribute [rw] type
8666
8913
  # A job template can be of two types: system or custom. System or
@@ -8679,7 +8926,7 @@ module Aws::MediaConvert
8679
8926
  :name,
8680
8927
  :queue,
8681
8928
  :settings,
8682
- :status_update_interval_in_secs,
8929
+ :status_update_interval,
8683
8930
  :type)
8684
8931
  include Aws::Structure
8685
8932
  end
@@ -8847,6 +9094,14 @@ module Aws::MediaConvert
8847
9094
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
8848
9095
  # codec_specification: "RFC_6381", # accepts RFC_6381, RFC_4281
8849
9096
  # destination: "__stringPatternS3",
9097
+ # destination_settings: {
9098
+ # s3_settings: {
9099
+ # encryption: {
9100
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
9101
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
9102
+ # },
9103
+ # },
9104
+ # },
8850
9105
  # encryption: {
8851
9106
  # constant_initialization_vector: "__stringMin32Max32Pattern09aFAF32",
8852
9107
  # encryption_method: "SAMPLE_AES", # accepts SAMPLE_AES
@@ -8873,6 +9128,14 @@ module Aws::MediaConvert
8873
9128
  # dash_iso_group_settings: {
8874
9129
  # base_url: "__string",
8875
9130
  # destination: "__stringPatternS3",
9131
+ # destination_settings: {
9132
+ # s3_settings: {
9133
+ # encryption: {
9134
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
9135
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
9136
+ # },
9137
+ # },
9138
+ # },
8876
9139
  # encryption: {
8877
9140
  # speke_key_provider: {
8878
9141
  # certificate_arn: "__stringPatternArnAwsUsGovAcm",
@@ -8890,6 +9153,14 @@ module Aws::MediaConvert
8890
9153
  # },
8891
9154
  # file_group_settings: {
8892
9155
  # destination: "__stringPatternS3",
9156
+ # destination_settings: {
9157
+ # s3_settings: {
9158
+ # encryption: {
9159
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
9160
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
9161
+ # },
9162
+ # },
9163
+ # },
8893
9164
  # },
8894
9165
  # hls_group_settings: {
8895
9166
  # ad_markers: ["ELEMENTAL"], # accepts ELEMENTAL, ELEMENTAL_SCTE35
@@ -8906,6 +9177,14 @@ module Aws::MediaConvert
8906
9177
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
8907
9178
  # codec_specification: "RFC_6381", # accepts RFC_6381, RFC_4281
8908
9179
  # destination: "__stringPatternS3",
9180
+ # destination_settings: {
9181
+ # s3_settings: {
9182
+ # encryption: {
9183
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
9184
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
9185
+ # },
9186
+ # },
9187
+ # },
8909
9188
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
8910
9189
  # encryption: {
8911
9190
  # constant_initialization_vector: "__stringMin32Max32Pattern09aFAF32",
@@ -8944,6 +9223,14 @@ module Aws::MediaConvert
8944
9223
  # ms_smooth_group_settings: {
8945
9224
  # audio_deduplication: "COMBINE_DUPLICATE_STREAMS", # accepts COMBINE_DUPLICATE_STREAMS, NONE
8946
9225
  # destination: "__stringPatternS3",
9226
+ # destination_settings: {
9227
+ # s3_settings: {
9228
+ # encryption: {
9229
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
9230
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
9231
+ # },
9232
+ # },
9233
+ # },
8947
9234
  # encryption: {
8948
9235
  # speke_key_provider: {
8949
9236
  # certificate_arn: "__stringPatternArnAwsUsGovAcm",
@@ -10938,6 +11225,14 @@ module Aws::MediaConvert
10938
11225
  # {
10939
11226
  # audio_deduplication: "COMBINE_DUPLICATE_STREAMS", # accepts COMBINE_DUPLICATE_STREAMS, NONE
10940
11227
  # destination: "__stringPatternS3",
11228
+ # destination_settings: {
11229
+ # s3_settings: {
11230
+ # encryption: {
11231
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
11232
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
11233
+ # },
11234
+ # },
11235
+ # },
10941
11236
  # encryption: {
10942
11237
  # speke_key_provider: {
10943
11238
  # certificate_arn: "__stringPatternArnAwsUsGovAcm",
@@ -10964,6 +11259,11 @@ module Aws::MediaConvert
10964
11259
  # the service uses the filename of the first input file.
10965
11260
  # @return [String]
10966
11261
  #
11262
+ # @!attribute [rw] destination_settings
11263
+ # Settings associated with the destination. Will vary based on the
11264
+ # type of destination
11265
+ # @return [Types::DestinationSettings]
11266
+ #
10967
11267
  # @!attribute [rw] encryption
10968
11268
  # If you are using DRM, set DRM System (MsSmoothEncryptionSettings) to
10969
11269
  # specify the value SpekeKeyProvider.
@@ -10986,6 +11286,7 @@ module Aws::MediaConvert
10986
11286
  class MsSmoothGroupSettings < Struct.new(
10987
11287
  :audio_deduplication,
10988
11288
  :destination,
11289
+ :destination_settings,
10989
11290
  :encryption,
10990
11291
  :fragment_length,
10991
11292
  :manifest_encoding)
@@ -11739,6 +12040,14 @@ module Aws::MediaConvert
11739
12040
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
11740
12041
  # codec_specification: "RFC_6381", # accepts RFC_6381, RFC_4281
11741
12042
  # destination: "__stringPatternS3",
12043
+ # destination_settings: {
12044
+ # s3_settings: {
12045
+ # encryption: {
12046
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
12047
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
12048
+ # },
12049
+ # },
12050
+ # },
11742
12051
  # encryption: {
11743
12052
  # constant_initialization_vector: "__stringMin32Max32Pattern09aFAF32",
11744
12053
  # encryption_method: "SAMPLE_AES", # accepts SAMPLE_AES
@@ -11765,6 +12074,14 @@ module Aws::MediaConvert
11765
12074
  # dash_iso_group_settings: {
11766
12075
  # base_url: "__string",
11767
12076
  # destination: "__stringPatternS3",
12077
+ # destination_settings: {
12078
+ # s3_settings: {
12079
+ # encryption: {
12080
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
12081
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
12082
+ # },
12083
+ # },
12084
+ # },
11768
12085
  # encryption: {
11769
12086
  # speke_key_provider: {
11770
12087
  # certificate_arn: "__stringPatternArnAwsUsGovAcm",
@@ -11782,6 +12099,14 @@ module Aws::MediaConvert
11782
12099
  # },
11783
12100
  # file_group_settings: {
11784
12101
  # destination: "__stringPatternS3",
12102
+ # destination_settings: {
12103
+ # s3_settings: {
12104
+ # encryption: {
12105
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
12106
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
12107
+ # },
12108
+ # },
12109
+ # },
11785
12110
  # },
11786
12111
  # hls_group_settings: {
11787
12112
  # ad_markers: ["ELEMENTAL"], # accepts ELEMENTAL, ELEMENTAL_SCTE35
@@ -11798,6 +12123,14 @@ module Aws::MediaConvert
11798
12123
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
11799
12124
  # codec_specification: "RFC_6381", # accepts RFC_6381, RFC_4281
11800
12125
  # destination: "__stringPatternS3",
12126
+ # destination_settings: {
12127
+ # s3_settings: {
12128
+ # encryption: {
12129
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
12130
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
12131
+ # },
12132
+ # },
12133
+ # },
11801
12134
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
11802
12135
  # encryption: {
11803
12136
  # constant_initialization_vector: "__stringMin32Max32Pattern09aFAF32",
@@ -11836,6 +12169,14 @@ module Aws::MediaConvert
11836
12169
  # ms_smooth_group_settings: {
11837
12170
  # audio_deduplication: "COMBINE_DUPLICATE_STREAMS", # accepts COMBINE_DUPLICATE_STREAMS, NONE
11838
12171
  # destination: "__stringPatternS3",
12172
+ # destination_settings: {
12173
+ # s3_settings: {
12174
+ # encryption: {
12175
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
12176
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
12177
+ # },
12178
+ # },
12179
+ # },
11839
12180
  # encryption: {
11840
12181
  # speke_key_provider: {
11841
12182
  # certificate_arn: "__stringPatternArnAwsUsGovAcm",
@@ -12394,6 +12735,14 @@ module Aws::MediaConvert
12394
12735
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
12395
12736
  # codec_specification: "RFC_6381", # accepts RFC_6381, RFC_4281
12396
12737
  # destination: "__stringPatternS3",
12738
+ # destination_settings: {
12739
+ # s3_settings: {
12740
+ # encryption: {
12741
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
12742
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
12743
+ # },
12744
+ # },
12745
+ # },
12397
12746
  # encryption: {
12398
12747
  # constant_initialization_vector: "__stringMin32Max32Pattern09aFAF32",
12399
12748
  # encryption_method: "SAMPLE_AES", # accepts SAMPLE_AES
@@ -12420,6 +12769,14 @@ module Aws::MediaConvert
12420
12769
  # dash_iso_group_settings: {
12421
12770
  # base_url: "__string",
12422
12771
  # destination: "__stringPatternS3",
12772
+ # destination_settings: {
12773
+ # s3_settings: {
12774
+ # encryption: {
12775
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
12776
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
12777
+ # },
12778
+ # },
12779
+ # },
12423
12780
  # encryption: {
12424
12781
  # speke_key_provider: {
12425
12782
  # certificate_arn: "__stringPatternArnAwsUsGovAcm",
@@ -12437,6 +12794,14 @@ module Aws::MediaConvert
12437
12794
  # },
12438
12795
  # file_group_settings: {
12439
12796
  # destination: "__stringPatternS3",
12797
+ # destination_settings: {
12798
+ # s3_settings: {
12799
+ # encryption: {
12800
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
12801
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
12802
+ # },
12803
+ # },
12804
+ # },
12440
12805
  # },
12441
12806
  # hls_group_settings: {
12442
12807
  # ad_markers: ["ELEMENTAL"], # accepts ELEMENTAL, ELEMENTAL_SCTE35
@@ -12453,6 +12818,14 @@ module Aws::MediaConvert
12453
12818
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
12454
12819
  # codec_specification: "RFC_6381", # accepts RFC_6381, RFC_4281
12455
12820
  # destination: "__stringPatternS3",
12821
+ # destination_settings: {
12822
+ # s3_settings: {
12823
+ # encryption: {
12824
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
12825
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
12826
+ # },
12827
+ # },
12828
+ # },
12456
12829
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
12457
12830
  # encryption: {
12458
12831
  # constant_initialization_vector: "__stringMin32Max32Pattern09aFAF32",
@@ -12491,6 +12864,14 @@ module Aws::MediaConvert
12491
12864
  # ms_smooth_group_settings: {
12492
12865
  # audio_deduplication: "COMBINE_DUPLICATE_STREAMS", # accepts COMBINE_DUPLICATE_STREAMS, NONE
12493
12866
  # destination: "__stringPatternS3",
12867
+ # destination_settings: {
12868
+ # s3_settings: {
12869
+ # encryption: {
12870
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
12871
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
12872
+ # },
12873
+ # },
12874
+ # },
12494
12875
  # encryption: {
12495
12876
  # speke_key_provider: {
12496
12877
  # certificate_arn: "__stringPatternArnAwsUsGovAcm",
@@ -13542,6 +13923,76 @@ module Aws::MediaConvert
13542
13923
  include Aws::Structure
13543
13924
  end
13544
13925
 
13926
+ # Settings associated with S3 destination
13927
+ #
13928
+ # @note When making an API call, you may pass S3DestinationSettings
13929
+ # data as a hash:
13930
+ #
13931
+ # {
13932
+ # encryption: {
13933
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
13934
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
13935
+ # },
13936
+ # }
13937
+ #
13938
+ # @!attribute [rw] encryption
13939
+ # Settings for how your job outputs are encrypted as they are uploaded
13940
+ # to Amazon S3.
13941
+ # @return [Types::S3EncryptionSettings]
13942
+ #
13943
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/S3DestinationSettings AWS API Documentation
13944
+ #
13945
+ class S3DestinationSettings < Struct.new(
13946
+ :encryption)
13947
+ include Aws::Structure
13948
+ end
13949
+
13950
+ # Settings for how your job outputs are encrypted as they are uploaded
13951
+ # to Amazon S3.
13952
+ #
13953
+ # @note When making an API call, you may pass S3EncryptionSettings
13954
+ # data as a hash:
13955
+ #
13956
+ # {
13957
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
13958
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
13959
+ # }
13960
+ #
13961
+ # @!attribute [rw] encryption_type
13962
+ # Specify how you want your data keys managed. AWS uses data keys to
13963
+ # encrypt your content. AWS also encrypts the data keys themselves,
13964
+ # using a customer master key (CMK), and then stores the encrypted
13965
+ # data keys alongside your encrypted content. Use this setting to
13966
+ # specify which AWS service manages the CMK. For simplest set up,
13967
+ # choose Amazon S3 (SERVER\_SIDE\_ENCRYPTION\_S3). If you want your
13968
+ # master key to be managed by AWS Key Management Service (KMS), choose
13969
+ # AWS KMS (SERVER\_SIDE\_ENCRYPTION\_KMS). By default, when you choose
13970
+ # AWS KMS, KMS uses the AWS managed customer master key (CMK)
13971
+ # associated with Amazon S3 to encrypt your data keys. You can
13972
+ # optionally choose to specify a different, customer managed CMK. Do
13973
+ # so by specifying the Amazon Resource Name (ARN) of the key for the
13974
+ # setting KMS ARN (kmsKeyArn).
13975
+ # @return [String]
13976
+ #
13977
+ # @!attribute [rw] kms_key_arn
13978
+ # Optionally, specify the customer master key (CMK) that you want to
13979
+ # use to encrypt the data key that AWS uses to encrypt your output
13980
+ # content. Enter the Amazon Resource Name (ARN) of the CMK. To use
13981
+ # this setting, you must also set Server-side encryption
13982
+ # (S3ServerSideEncryptionType) to AWS KMS
13983
+ # (SERVER\_SIDE\_ENCRYPTION\_KMS). If you set Server-side encryption
13984
+ # to AWS KMS but don't specify a CMK here, AWS uses the AWS managed
13985
+ # CMK associated with Amazon S3.
13986
+ # @return [String]
13987
+ #
13988
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/S3EncryptionSettings AWS API Documentation
13989
+ #
13990
+ class S3EncryptionSettings < Struct.new(
13991
+ :encryption_type,
13992
+ :kms_key_arn)
13993
+ include Aws::Structure
13994
+ end
13995
+
13545
13996
  # Settings for SCC caption output.
13546
13997
  #
13547
13998
  # @note When making an API call, you may pass SccDestinationSettings
@@ -14163,6 +14614,14 @@ module Aws::MediaConvert
14163
14614
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
14164
14615
  # codec_specification: "RFC_6381", # accepts RFC_6381, RFC_4281
14165
14616
  # destination: "__stringPatternS3",
14617
+ # destination_settings: {
14618
+ # s3_settings: {
14619
+ # encryption: {
14620
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
14621
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
14622
+ # },
14623
+ # },
14624
+ # },
14166
14625
  # encryption: {
14167
14626
  # constant_initialization_vector: "__stringMin32Max32Pattern09aFAF32",
14168
14627
  # encryption_method: "SAMPLE_AES", # accepts SAMPLE_AES
@@ -14189,6 +14648,14 @@ module Aws::MediaConvert
14189
14648
  # dash_iso_group_settings: {
14190
14649
  # base_url: "__string",
14191
14650
  # destination: "__stringPatternS3",
14651
+ # destination_settings: {
14652
+ # s3_settings: {
14653
+ # encryption: {
14654
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
14655
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
14656
+ # },
14657
+ # },
14658
+ # },
14192
14659
  # encryption: {
14193
14660
  # speke_key_provider: {
14194
14661
  # certificate_arn: "__stringPatternArnAwsUsGovAcm",
@@ -14206,6 +14673,14 @@ module Aws::MediaConvert
14206
14673
  # },
14207
14674
  # file_group_settings: {
14208
14675
  # destination: "__stringPatternS3",
14676
+ # destination_settings: {
14677
+ # s3_settings: {
14678
+ # encryption: {
14679
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
14680
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
14681
+ # },
14682
+ # },
14683
+ # },
14209
14684
  # },
14210
14685
  # hls_group_settings: {
14211
14686
  # ad_markers: ["ELEMENTAL"], # accepts ELEMENTAL, ELEMENTAL_SCTE35
@@ -14222,6 +14697,14 @@ module Aws::MediaConvert
14222
14697
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
14223
14698
  # codec_specification: "RFC_6381", # accepts RFC_6381, RFC_4281
14224
14699
  # destination: "__stringPatternS3",
14700
+ # destination_settings: {
14701
+ # s3_settings: {
14702
+ # encryption: {
14703
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
14704
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
14705
+ # },
14706
+ # },
14707
+ # },
14225
14708
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
14226
14709
  # encryption: {
14227
14710
  # constant_initialization_vector: "__stringMin32Max32Pattern09aFAF32",
@@ -14260,6 +14743,14 @@ module Aws::MediaConvert
14260
14743
  # ms_smooth_group_settings: {
14261
14744
  # audio_deduplication: "COMBINE_DUPLICATE_STREAMS", # accepts COMBINE_DUPLICATE_STREAMS, NONE
14262
14745
  # destination: "__stringPatternS3",
14746
+ # destination_settings: {
14747
+ # s3_settings: {
14748
+ # encryption: {
14749
+ # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
14750
+ # kms_key_arn: "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
14751
+ # },
14752
+ # },
14753
+ # },
14263
14754
  # encryption: {
14264
14755
  # speke_key_provider: {
14265
14756
  # certificate_arn: "__stringPatternArnAwsUsGovAcm",
@@ -14777,7 +15268,7 @@ module Aws::MediaConvert
14777
15268
  # ],
14778
15269
  # },
14779
15270
  # },
14780
- # status_update_interval_in_secs: 1,
15271
+ # status_update_interval: "SECONDS_10", # accepts SECONDS_10, SECONDS_12, SECONDS_15, SECONDS_20, SECONDS_30, SECONDS_60, SECONDS_120, SECONDS_180, SECONDS_240, SECONDS_300, SECONDS_360, SECONDS_420, SECONDS_480, SECONDS_540, SECONDS_600
14781
15272
  # }
14782
15273
  #
14783
15274
  # @!attribute [rw] acceleration_settings
@@ -14806,13 +15297,13 @@ module Aws::MediaConvert
14806
15297
  # template that will be applied to jobs created from it.
14807
15298
  # @return [Types::JobTemplateSettings]
14808
15299
  #
14809
- # @!attribute [rw] status_update_interval_in_secs
15300
+ # @!attribute [rw] status_update_interval
14810
15301
  # Specify how often MediaConvert sends STATUS\_UPDATE events to Amazon
14811
15302
  # CloudWatch Events. Set the interval, in seconds, between status
14812
15303
  # updates. MediaConvert sends an update at this interval from the time
14813
15304
  # the service begins processing your job to the time it completes the
14814
15305
  # transcode or encounters an error.
14815
- # @return [Integer]
15306
+ # @return [String]
14816
15307
  #
14817
15308
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/UpdateJobTemplateRequest AWS API Documentation
14818
15309
  #
@@ -14823,7 +15314,7 @@ module Aws::MediaConvert
14823
15314
  :name,
14824
15315
  :queue,
14825
15316
  :settings,
14826
- :status_update_interval_in_secs)
15317
+ :status_update_interval)
14827
15318
  include Aws::Structure
14828
15319
  end
14829
15320
 
@@ -15880,8 +16371,9 @@ module Aws::MediaConvert
15880
16371
  # @return [String]
15881
16372
  #
15882
16373
  # @!attribute [rw] anti_alias
15883
- # You no longer need to specify the anti-alias filter. It's now
15884
- # automatically applied to all outputs. This property is deprecated.
16374
+ # The anti-alias filter is automatically applied to all outputs. The
16375
+ # service no longer accepts the value DISABLED for AntiAlias. If you
16376
+ # specify that in your job, the service will ignore the setting.
15885
16377
  # @return [String]
15886
16378
  #
15887
16379
  # @!attribute [rw] codec_settings