aws-sdk-mediapackage 1.53.0 → 1.56.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediapackage/client.rb +61 -49
- data/lib/aws-sdk-mediapackage/client_api.rb +3 -0
- data/lib/aws-sdk-mediapackage/types.rb +53 -36
- data/lib/aws-sdk-mediapackage.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f3bca0ce43e3ec828b632b5f9f6e5552abc303f76c97956d6d880a802f1fcb6
|
4
|
+
data.tar.gz: 30e62a31bba173a6dc3c55d14ccf8268e614bcdefe969fffc13d2892edb5ecf5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33f97d632f7dc4134ea7e664091e8db63141a0924b5c989e30298f1680f27ebaeea8c0f57cd2f801812799da5dccc36bca771e938e6039d53660fca272ff6ff0
|
7
|
+
data.tar.gz: edcc2cf6bdf64af403093e47eaf462b381175f5aee0893949b1e17266177a6842aed8ee57378d880f0b9d0eb46bbac087ec1bc9e6aa3a1c204a7d86b6a925845
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.56.0 (2022-09-02)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for AES_CTR encryption to CMAF origin endpoints
|
8
|
+
|
9
|
+
1.55.0 (2022-08-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds Ads AdTriggers and AdsOnDeliveryRestrictions to describe calls for CMAF endpoints on MediaPackage.
|
13
|
+
|
14
|
+
1.54.0 (2022-07-18)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release adds "IncludeIframeOnlyStream" for Dash endpoints and increases the number of supported video and audio encryption presets for Speke v2
|
18
|
+
|
4
19
|
1.53.0 (2022-05-06)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.56.0
|
@@ -589,12 +589,13 @@ module Aws::MediaPackage
|
|
589
589
|
# cmaf_package: {
|
590
590
|
# encryption: {
|
591
591
|
# constant_initialization_vector: "__string",
|
592
|
+
# encryption_method: "SAMPLE_AES", # accepts SAMPLE_AES, AES_CTR
|
592
593
|
# key_rotation_interval_seconds: 1,
|
593
594
|
# speke_key_provider: { # required
|
594
595
|
# certificate_arn: "__string",
|
595
596
|
# encryption_contract_configuration: {
|
596
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
597
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
597
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
598
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
598
599
|
# },
|
599
600
|
# resource_id: "__string", # required
|
600
601
|
# role_arn: "__string", # required
|
@@ -631,8 +632,8 @@ module Aws::MediaPackage
|
|
631
632
|
# speke_key_provider: { # required
|
632
633
|
# certificate_arn: "__string",
|
633
634
|
# encryption_contract_configuration: {
|
634
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
635
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
635
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
636
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
636
637
|
# },
|
637
638
|
# resource_id: "__string", # required
|
638
639
|
# role_arn: "__string", # required
|
@@ -640,6 +641,7 @@ module Aws::MediaPackage
|
|
640
641
|
# url: "__string", # required
|
641
642
|
# },
|
642
643
|
# },
|
644
|
+
# include_iframe_only_stream: false,
|
643
645
|
# manifest_layout: "FULL", # accepts FULL, COMPACT
|
644
646
|
# manifest_window_seconds: 1,
|
645
647
|
# min_buffer_time_seconds: 1,
|
@@ -670,8 +672,8 @@ module Aws::MediaPackage
|
|
670
672
|
# speke_key_provider: { # required
|
671
673
|
# certificate_arn: "__string",
|
672
674
|
# encryption_contract_configuration: {
|
673
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
674
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
675
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
676
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
675
677
|
# },
|
676
678
|
# resource_id: "__string", # required
|
677
679
|
# role_arn: "__string", # required
|
@@ -699,8 +701,8 @@ module Aws::MediaPackage
|
|
699
701
|
# speke_key_provider: { # required
|
700
702
|
# certificate_arn: "__string",
|
701
703
|
# encryption_contract_configuration: {
|
702
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
703
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
704
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
705
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
704
706
|
# },
|
705
707
|
# resource_id: "__string", # required
|
706
708
|
# role_arn: "__string", # required
|
@@ -732,10 +734,11 @@ module Aws::MediaPackage
|
|
732
734
|
# resp.authorization.secrets_role_arn #=> String
|
733
735
|
# resp.channel_id #=> String
|
734
736
|
# resp.cmaf_package.encryption.constant_initialization_vector #=> String
|
737
|
+
# resp.cmaf_package.encryption.encryption_method #=> String, one of "SAMPLE_AES", "AES_CTR"
|
735
738
|
# resp.cmaf_package.encryption.key_rotation_interval_seconds #=> Integer
|
736
739
|
# resp.cmaf_package.encryption.speke_key_provider.certificate_arn #=> String
|
737
|
-
# resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
|
738
|
-
# resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
|
740
|
+
# resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1", "PRESET-AUDIO-2", "PRESET-AUDIO-3", "SHARED", "UNENCRYPTED"
|
741
|
+
# resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1", "PRESET-VIDEO-2", "PRESET-VIDEO-3", "PRESET-VIDEO-4", "PRESET-VIDEO-5", "PRESET-VIDEO-6", "PRESET-VIDEO-7", "PRESET-VIDEO-8", "SHARED", "UNENCRYPTED"
|
739
742
|
# resp.cmaf_package.encryption.speke_key_provider.resource_id #=> String
|
740
743
|
# resp.cmaf_package.encryption.speke_key_provider.role_arn #=> String
|
741
744
|
# resp.cmaf_package.encryption.speke_key_provider.system_ids #=> Array
|
@@ -760,13 +763,14 @@ module Aws::MediaPackage
|
|
760
763
|
# resp.dash_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
|
761
764
|
# resp.dash_package.encryption.key_rotation_interval_seconds #=> Integer
|
762
765
|
# resp.dash_package.encryption.speke_key_provider.certificate_arn #=> String
|
763
|
-
# resp.dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
|
764
|
-
# resp.dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
|
766
|
+
# resp.dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1", "PRESET-AUDIO-2", "PRESET-AUDIO-3", "SHARED", "UNENCRYPTED"
|
767
|
+
# resp.dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1", "PRESET-VIDEO-2", "PRESET-VIDEO-3", "PRESET-VIDEO-4", "PRESET-VIDEO-5", "PRESET-VIDEO-6", "PRESET-VIDEO-7", "PRESET-VIDEO-8", "SHARED", "UNENCRYPTED"
|
765
768
|
# resp.dash_package.encryption.speke_key_provider.resource_id #=> String
|
766
769
|
# resp.dash_package.encryption.speke_key_provider.role_arn #=> String
|
767
770
|
# resp.dash_package.encryption.speke_key_provider.system_ids #=> Array
|
768
771
|
# resp.dash_package.encryption.speke_key_provider.system_ids[0] #=> String
|
769
772
|
# resp.dash_package.encryption.speke_key_provider.url #=> String
|
773
|
+
# resp.dash_package.include_iframe_only_stream #=> Boolean
|
770
774
|
# resp.dash_package.manifest_layout #=> String, one of "FULL", "COMPACT"
|
771
775
|
# resp.dash_package.manifest_window_seconds #=> Integer
|
772
776
|
# resp.dash_package.min_buffer_time_seconds #=> Integer
|
@@ -792,8 +796,8 @@ module Aws::MediaPackage
|
|
792
796
|
# resp.hls_package.encryption.key_rotation_interval_seconds #=> Integer
|
793
797
|
# resp.hls_package.encryption.repeat_ext_x_key #=> Boolean
|
794
798
|
# resp.hls_package.encryption.speke_key_provider.certificate_arn #=> String
|
795
|
-
# resp.hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
|
796
|
-
# resp.hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
|
799
|
+
# resp.hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1", "PRESET-AUDIO-2", "PRESET-AUDIO-3", "SHARED", "UNENCRYPTED"
|
800
|
+
# resp.hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1", "PRESET-VIDEO-2", "PRESET-VIDEO-3", "PRESET-VIDEO-4", "PRESET-VIDEO-5", "PRESET-VIDEO-6", "PRESET-VIDEO-7", "PRESET-VIDEO-8", "SHARED", "UNENCRYPTED"
|
797
801
|
# resp.hls_package.encryption.speke_key_provider.resource_id #=> String
|
798
802
|
# resp.hls_package.encryption.speke_key_provider.role_arn #=> String
|
799
803
|
# resp.hls_package.encryption.speke_key_provider.system_ids #=> Array
|
@@ -812,8 +816,8 @@ module Aws::MediaPackage
|
|
812
816
|
# resp.id #=> String
|
813
817
|
# resp.manifest_name #=> String
|
814
818
|
# resp.mss_package.encryption.speke_key_provider.certificate_arn #=> String
|
815
|
-
# resp.mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
|
816
|
-
# resp.mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
|
819
|
+
# resp.mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1", "PRESET-AUDIO-2", "PRESET-AUDIO-3", "SHARED", "UNENCRYPTED"
|
820
|
+
# resp.mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1", "PRESET-VIDEO-2", "PRESET-VIDEO-3", "PRESET-VIDEO-4", "PRESET-VIDEO-5", "PRESET-VIDEO-6", "PRESET-VIDEO-7", "PRESET-VIDEO-8", "SHARED", "UNENCRYPTED"
|
817
821
|
# resp.mss_package.encryption.speke_key_provider.resource_id #=> String
|
818
822
|
# resp.mss_package.encryption.speke_key_provider.role_arn #=> String
|
819
823
|
# resp.mss_package.encryption.speke_key_provider.system_ids #=> Array
|
@@ -1009,10 +1013,11 @@ module Aws::MediaPackage
|
|
1009
1013
|
# resp.authorization.secrets_role_arn #=> String
|
1010
1014
|
# resp.channel_id #=> String
|
1011
1015
|
# resp.cmaf_package.encryption.constant_initialization_vector #=> String
|
1016
|
+
# resp.cmaf_package.encryption.encryption_method #=> String, one of "SAMPLE_AES", "AES_CTR"
|
1012
1017
|
# resp.cmaf_package.encryption.key_rotation_interval_seconds #=> Integer
|
1013
1018
|
# resp.cmaf_package.encryption.speke_key_provider.certificate_arn #=> String
|
1014
|
-
# resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
|
1015
|
-
# resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
|
1019
|
+
# resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1", "PRESET-AUDIO-2", "PRESET-AUDIO-3", "SHARED", "UNENCRYPTED"
|
1020
|
+
# resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1", "PRESET-VIDEO-2", "PRESET-VIDEO-3", "PRESET-VIDEO-4", "PRESET-VIDEO-5", "PRESET-VIDEO-6", "PRESET-VIDEO-7", "PRESET-VIDEO-8", "SHARED", "UNENCRYPTED"
|
1016
1021
|
# resp.cmaf_package.encryption.speke_key_provider.resource_id #=> String
|
1017
1022
|
# resp.cmaf_package.encryption.speke_key_provider.role_arn #=> String
|
1018
1023
|
# resp.cmaf_package.encryption.speke_key_provider.system_ids #=> Array
|
@@ -1037,13 +1042,14 @@ module Aws::MediaPackage
|
|
1037
1042
|
# resp.dash_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
|
1038
1043
|
# resp.dash_package.encryption.key_rotation_interval_seconds #=> Integer
|
1039
1044
|
# resp.dash_package.encryption.speke_key_provider.certificate_arn #=> String
|
1040
|
-
# resp.dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
|
1041
|
-
# resp.dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
|
1045
|
+
# resp.dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1", "PRESET-AUDIO-2", "PRESET-AUDIO-3", "SHARED", "UNENCRYPTED"
|
1046
|
+
# resp.dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1", "PRESET-VIDEO-2", "PRESET-VIDEO-3", "PRESET-VIDEO-4", "PRESET-VIDEO-5", "PRESET-VIDEO-6", "PRESET-VIDEO-7", "PRESET-VIDEO-8", "SHARED", "UNENCRYPTED"
|
1042
1047
|
# resp.dash_package.encryption.speke_key_provider.resource_id #=> String
|
1043
1048
|
# resp.dash_package.encryption.speke_key_provider.role_arn #=> String
|
1044
1049
|
# resp.dash_package.encryption.speke_key_provider.system_ids #=> Array
|
1045
1050
|
# resp.dash_package.encryption.speke_key_provider.system_ids[0] #=> String
|
1046
1051
|
# resp.dash_package.encryption.speke_key_provider.url #=> String
|
1052
|
+
# resp.dash_package.include_iframe_only_stream #=> Boolean
|
1047
1053
|
# resp.dash_package.manifest_layout #=> String, one of "FULL", "COMPACT"
|
1048
1054
|
# resp.dash_package.manifest_window_seconds #=> Integer
|
1049
1055
|
# resp.dash_package.min_buffer_time_seconds #=> Integer
|
@@ -1069,8 +1075,8 @@ module Aws::MediaPackage
|
|
1069
1075
|
# resp.hls_package.encryption.key_rotation_interval_seconds #=> Integer
|
1070
1076
|
# resp.hls_package.encryption.repeat_ext_x_key #=> Boolean
|
1071
1077
|
# resp.hls_package.encryption.speke_key_provider.certificate_arn #=> String
|
1072
|
-
# resp.hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
|
1073
|
-
# resp.hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
|
1078
|
+
# resp.hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1", "PRESET-AUDIO-2", "PRESET-AUDIO-3", "SHARED", "UNENCRYPTED"
|
1079
|
+
# resp.hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1", "PRESET-VIDEO-2", "PRESET-VIDEO-3", "PRESET-VIDEO-4", "PRESET-VIDEO-5", "PRESET-VIDEO-6", "PRESET-VIDEO-7", "PRESET-VIDEO-8", "SHARED", "UNENCRYPTED"
|
1074
1080
|
# resp.hls_package.encryption.speke_key_provider.resource_id #=> String
|
1075
1081
|
# resp.hls_package.encryption.speke_key_provider.role_arn #=> String
|
1076
1082
|
# resp.hls_package.encryption.speke_key_provider.system_ids #=> Array
|
@@ -1089,8 +1095,8 @@ module Aws::MediaPackage
|
|
1089
1095
|
# resp.id #=> String
|
1090
1096
|
# resp.manifest_name #=> String
|
1091
1097
|
# resp.mss_package.encryption.speke_key_provider.certificate_arn #=> String
|
1092
|
-
# resp.mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
|
1093
|
-
# resp.mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
|
1098
|
+
# resp.mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1", "PRESET-AUDIO-2", "PRESET-AUDIO-3", "SHARED", "UNENCRYPTED"
|
1099
|
+
# resp.mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1", "PRESET-VIDEO-2", "PRESET-VIDEO-3", "PRESET-VIDEO-4", "PRESET-VIDEO-5", "PRESET-VIDEO-6", "PRESET-VIDEO-7", "PRESET-VIDEO-8", "SHARED", "UNENCRYPTED"
|
1094
1100
|
# resp.mss_package.encryption.speke_key_provider.resource_id #=> String
|
1095
1101
|
# resp.mss_package.encryption.speke_key_provider.role_arn #=> String
|
1096
1102
|
# resp.mss_package.encryption.speke_key_provider.system_ids #=> Array
|
@@ -1248,10 +1254,11 @@ module Aws::MediaPackage
|
|
1248
1254
|
# resp.origin_endpoints[0].authorization.secrets_role_arn #=> String
|
1249
1255
|
# resp.origin_endpoints[0].channel_id #=> String
|
1250
1256
|
# resp.origin_endpoints[0].cmaf_package.encryption.constant_initialization_vector #=> String
|
1257
|
+
# resp.origin_endpoints[0].cmaf_package.encryption.encryption_method #=> String, one of "SAMPLE_AES", "AES_CTR"
|
1251
1258
|
# resp.origin_endpoints[0].cmaf_package.encryption.key_rotation_interval_seconds #=> Integer
|
1252
1259
|
# resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.certificate_arn #=> String
|
1253
|
-
# resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
|
1254
|
-
# resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
|
1260
|
+
# resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1", "PRESET-AUDIO-2", "PRESET-AUDIO-3", "SHARED", "UNENCRYPTED"
|
1261
|
+
# resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1", "PRESET-VIDEO-2", "PRESET-VIDEO-3", "PRESET-VIDEO-4", "PRESET-VIDEO-5", "PRESET-VIDEO-6", "PRESET-VIDEO-7", "PRESET-VIDEO-8", "SHARED", "UNENCRYPTED"
|
1255
1262
|
# resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.resource_id #=> String
|
1256
1263
|
# resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.role_arn #=> String
|
1257
1264
|
# resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.system_ids #=> Array
|
@@ -1276,13 +1283,14 @@ module Aws::MediaPackage
|
|
1276
1283
|
# resp.origin_endpoints[0].dash_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
|
1277
1284
|
# resp.origin_endpoints[0].dash_package.encryption.key_rotation_interval_seconds #=> Integer
|
1278
1285
|
# resp.origin_endpoints[0].dash_package.encryption.speke_key_provider.certificate_arn #=> String
|
1279
|
-
# resp.origin_endpoints[0].dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
|
1280
|
-
# resp.origin_endpoints[0].dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
|
1286
|
+
# resp.origin_endpoints[0].dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1", "PRESET-AUDIO-2", "PRESET-AUDIO-3", "SHARED", "UNENCRYPTED"
|
1287
|
+
# resp.origin_endpoints[0].dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1", "PRESET-VIDEO-2", "PRESET-VIDEO-3", "PRESET-VIDEO-4", "PRESET-VIDEO-5", "PRESET-VIDEO-6", "PRESET-VIDEO-7", "PRESET-VIDEO-8", "SHARED", "UNENCRYPTED"
|
1281
1288
|
# resp.origin_endpoints[0].dash_package.encryption.speke_key_provider.resource_id #=> String
|
1282
1289
|
# resp.origin_endpoints[0].dash_package.encryption.speke_key_provider.role_arn #=> String
|
1283
1290
|
# resp.origin_endpoints[0].dash_package.encryption.speke_key_provider.system_ids #=> Array
|
1284
1291
|
# resp.origin_endpoints[0].dash_package.encryption.speke_key_provider.system_ids[0] #=> String
|
1285
1292
|
# resp.origin_endpoints[0].dash_package.encryption.speke_key_provider.url #=> String
|
1293
|
+
# resp.origin_endpoints[0].dash_package.include_iframe_only_stream #=> Boolean
|
1286
1294
|
# resp.origin_endpoints[0].dash_package.manifest_layout #=> String, one of "FULL", "COMPACT"
|
1287
1295
|
# resp.origin_endpoints[0].dash_package.manifest_window_seconds #=> Integer
|
1288
1296
|
# resp.origin_endpoints[0].dash_package.min_buffer_time_seconds #=> Integer
|
@@ -1308,8 +1316,8 @@ module Aws::MediaPackage
|
|
1308
1316
|
# resp.origin_endpoints[0].hls_package.encryption.key_rotation_interval_seconds #=> Integer
|
1309
1317
|
# resp.origin_endpoints[0].hls_package.encryption.repeat_ext_x_key #=> Boolean
|
1310
1318
|
# resp.origin_endpoints[0].hls_package.encryption.speke_key_provider.certificate_arn #=> String
|
1311
|
-
# resp.origin_endpoints[0].hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
|
1312
|
-
# resp.origin_endpoints[0].hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
|
1319
|
+
# resp.origin_endpoints[0].hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1", "PRESET-AUDIO-2", "PRESET-AUDIO-3", "SHARED", "UNENCRYPTED"
|
1320
|
+
# resp.origin_endpoints[0].hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1", "PRESET-VIDEO-2", "PRESET-VIDEO-3", "PRESET-VIDEO-4", "PRESET-VIDEO-5", "PRESET-VIDEO-6", "PRESET-VIDEO-7", "PRESET-VIDEO-8", "SHARED", "UNENCRYPTED"
|
1313
1321
|
# resp.origin_endpoints[0].hls_package.encryption.speke_key_provider.resource_id #=> String
|
1314
1322
|
# resp.origin_endpoints[0].hls_package.encryption.speke_key_provider.role_arn #=> String
|
1315
1323
|
# resp.origin_endpoints[0].hls_package.encryption.speke_key_provider.system_ids #=> Array
|
@@ -1328,8 +1336,8 @@ module Aws::MediaPackage
|
|
1328
1336
|
# resp.origin_endpoints[0].id #=> String
|
1329
1337
|
# resp.origin_endpoints[0].manifest_name #=> String
|
1330
1338
|
# resp.origin_endpoints[0].mss_package.encryption.speke_key_provider.certificate_arn #=> String
|
1331
|
-
# resp.origin_endpoints[0].mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
|
1332
|
-
# resp.origin_endpoints[0].mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
|
1339
|
+
# resp.origin_endpoints[0].mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1", "PRESET-AUDIO-2", "PRESET-AUDIO-3", "SHARED", "UNENCRYPTED"
|
1340
|
+
# resp.origin_endpoints[0].mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1", "PRESET-VIDEO-2", "PRESET-VIDEO-3", "PRESET-VIDEO-4", "PRESET-VIDEO-5", "PRESET-VIDEO-6", "PRESET-VIDEO-7", "PRESET-VIDEO-8", "SHARED", "UNENCRYPTED"
|
1333
1341
|
# resp.origin_endpoints[0].mss_package.encryption.speke_key_provider.resource_id #=> String
|
1334
1342
|
# resp.origin_endpoints[0].mss_package.encryption.speke_key_provider.role_arn #=> String
|
1335
1343
|
# resp.origin_endpoints[0].mss_package.encryption.speke_key_provider.system_ids #=> Array
|
@@ -1631,12 +1639,13 @@ module Aws::MediaPackage
|
|
1631
1639
|
# cmaf_package: {
|
1632
1640
|
# encryption: {
|
1633
1641
|
# constant_initialization_vector: "__string",
|
1642
|
+
# encryption_method: "SAMPLE_AES", # accepts SAMPLE_AES, AES_CTR
|
1634
1643
|
# key_rotation_interval_seconds: 1,
|
1635
1644
|
# speke_key_provider: { # required
|
1636
1645
|
# certificate_arn: "__string",
|
1637
1646
|
# encryption_contract_configuration: {
|
1638
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
1639
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
1647
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
1648
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
1640
1649
|
# },
|
1641
1650
|
# resource_id: "__string", # required
|
1642
1651
|
# role_arn: "__string", # required
|
@@ -1673,8 +1682,8 @@ module Aws::MediaPackage
|
|
1673
1682
|
# speke_key_provider: { # required
|
1674
1683
|
# certificate_arn: "__string",
|
1675
1684
|
# encryption_contract_configuration: {
|
1676
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
1677
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
1685
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
1686
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
1678
1687
|
# },
|
1679
1688
|
# resource_id: "__string", # required
|
1680
1689
|
# role_arn: "__string", # required
|
@@ -1682,6 +1691,7 @@ module Aws::MediaPackage
|
|
1682
1691
|
# url: "__string", # required
|
1683
1692
|
# },
|
1684
1693
|
# },
|
1694
|
+
# include_iframe_only_stream: false,
|
1685
1695
|
# manifest_layout: "FULL", # accepts FULL, COMPACT
|
1686
1696
|
# manifest_window_seconds: 1,
|
1687
1697
|
# min_buffer_time_seconds: 1,
|
@@ -1712,8 +1722,8 @@ module Aws::MediaPackage
|
|
1712
1722
|
# speke_key_provider: { # required
|
1713
1723
|
# certificate_arn: "__string",
|
1714
1724
|
# encryption_contract_configuration: {
|
1715
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
1716
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
1725
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
1726
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
1717
1727
|
# },
|
1718
1728
|
# resource_id: "__string", # required
|
1719
1729
|
# role_arn: "__string", # required
|
@@ -1741,8 +1751,8 @@ module Aws::MediaPackage
|
|
1741
1751
|
# speke_key_provider: { # required
|
1742
1752
|
# certificate_arn: "__string",
|
1743
1753
|
# encryption_contract_configuration: {
|
1744
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
1745
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
1754
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
1755
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
1746
1756
|
# },
|
1747
1757
|
# resource_id: "__string", # required
|
1748
1758
|
# role_arn: "__string", # required
|
@@ -1771,10 +1781,11 @@ module Aws::MediaPackage
|
|
1771
1781
|
# resp.authorization.secrets_role_arn #=> String
|
1772
1782
|
# resp.channel_id #=> String
|
1773
1783
|
# resp.cmaf_package.encryption.constant_initialization_vector #=> String
|
1784
|
+
# resp.cmaf_package.encryption.encryption_method #=> String, one of "SAMPLE_AES", "AES_CTR"
|
1774
1785
|
# resp.cmaf_package.encryption.key_rotation_interval_seconds #=> Integer
|
1775
1786
|
# resp.cmaf_package.encryption.speke_key_provider.certificate_arn #=> String
|
1776
|
-
# resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
|
1777
|
-
# resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
|
1787
|
+
# resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1", "PRESET-AUDIO-2", "PRESET-AUDIO-3", "SHARED", "UNENCRYPTED"
|
1788
|
+
# resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1", "PRESET-VIDEO-2", "PRESET-VIDEO-3", "PRESET-VIDEO-4", "PRESET-VIDEO-5", "PRESET-VIDEO-6", "PRESET-VIDEO-7", "PRESET-VIDEO-8", "SHARED", "UNENCRYPTED"
|
1778
1789
|
# resp.cmaf_package.encryption.speke_key_provider.resource_id #=> String
|
1779
1790
|
# resp.cmaf_package.encryption.speke_key_provider.role_arn #=> String
|
1780
1791
|
# resp.cmaf_package.encryption.speke_key_provider.system_ids #=> Array
|
@@ -1799,13 +1810,14 @@ module Aws::MediaPackage
|
|
1799
1810
|
# resp.dash_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
|
1800
1811
|
# resp.dash_package.encryption.key_rotation_interval_seconds #=> Integer
|
1801
1812
|
# resp.dash_package.encryption.speke_key_provider.certificate_arn #=> String
|
1802
|
-
# resp.dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
|
1803
|
-
# resp.dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
|
1813
|
+
# resp.dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1", "PRESET-AUDIO-2", "PRESET-AUDIO-3", "SHARED", "UNENCRYPTED"
|
1814
|
+
# resp.dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1", "PRESET-VIDEO-2", "PRESET-VIDEO-3", "PRESET-VIDEO-4", "PRESET-VIDEO-5", "PRESET-VIDEO-6", "PRESET-VIDEO-7", "PRESET-VIDEO-8", "SHARED", "UNENCRYPTED"
|
1804
1815
|
# resp.dash_package.encryption.speke_key_provider.resource_id #=> String
|
1805
1816
|
# resp.dash_package.encryption.speke_key_provider.role_arn #=> String
|
1806
1817
|
# resp.dash_package.encryption.speke_key_provider.system_ids #=> Array
|
1807
1818
|
# resp.dash_package.encryption.speke_key_provider.system_ids[0] #=> String
|
1808
1819
|
# resp.dash_package.encryption.speke_key_provider.url #=> String
|
1820
|
+
# resp.dash_package.include_iframe_only_stream #=> Boolean
|
1809
1821
|
# resp.dash_package.manifest_layout #=> String, one of "FULL", "COMPACT"
|
1810
1822
|
# resp.dash_package.manifest_window_seconds #=> Integer
|
1811
1823
|
# resp.dash_package.min_buffer_time_seconds #=> Integer
|
@@ -1831,8 +1843,8 @@ module Aws::MediaPackage
|
|
1831
1843
|
# resp.hls_package.encryption.key_rotation_interval_seconds #=> Integer
|
1832
1844
|
# resp.hls_package.encryption.repeat_ext_x_key #=> Boolean
|
1833
1845
|
# resp.hls_package.encryption.speke_key_provider.certificate_arn #=> String
|
1834
|
-
# resp.hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
|
1835
|
-
# resp.hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
|
1846
|
+
# resp.hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1", "PRESET-AUDIO-2", "PRESET-AUDIO-3", "SHARED", "UNENCRYPTED"
|
1847
|
+
# resp.hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1", "PRESET-VIDEO-2", "PRESET-VIDEO-3", "PRESET-VIDEO-4", "PRESET-VIDEO-5", "PRESET-VIDEO-6", "PRESET-VIDEO-7", "PRESET-VIDEO-8", "SHARED", "UNENCRYPTED"
|
1836
1848
|
# resp.hls_package.encryption.speke_key_provider.resource_id #=> String
|
1837
1849
|
# resp.hls_package.encryption.speke_key_provider.role_arn #=> String
|
1838
1850
|
# resp.hls_package.encryption.speke_key_provider.system_ids #=> Array
|
@@ -1851,8 +1863,8 @@ module Aws::MediaPackage
|
|
1851
1863
|
# resp.id #=> String
|
1852
1864
|
# resp.manifest_name #=> String
|
1853
1865
|
# resp.mss_package.encryption.speke_key_provider.certificate_arn #=> String
|
1854
|
-
# resp.mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
|
1855
|
-
# resp.mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
|
1866
|
+
# resp.mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1", "PRESET-AUDIO-2", "PRESET-AUDIO-3", "SHARED", "UNENCRYPTED"
|
1867
|
+
# resp.mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1", "PRESET-VIDEO-2", "PRESET-VIDEO-3", "PRESET-VIDEO-4", "PRESET-VIDEO-5", "PRESET-VIDEO-6", "PRESET-VIDEO-7", "PRESET-VIDEO-8", "SHARED", "UNENCRYPTED"
|
1856
1868
|
# resp.mss_package.encryption.speke_key_provider.resource_id #=> String
|
1857
1869
|
# resp.mss_package.encryption.speke_key_provider.role_arn #=> String
|
1858
1870
|
# resp.mss_package.encryption.speke_key_provider.system_ids #=> Array
|
@@ -1894,7 +1906,7 @@ module Aws::MediaPackage
|
|
1894
1906
|
params: params,
|
1895
1907
|
config: config)
|
1896
1908
|
context[:gem_name] = 'aws-sdk-mediapackage'
|
1897
|
-
context[:gem_version] = '1.
|
1909
|
+
context[:gem_version] = '1.56.0'
|
1898
1910
|
Seahorse::Client::Request.new(handlers, context)
|
1899
1911
|
end
|
1900
1912
|
|
@@ -22,6 +22,7 @@ module Aws::MediaPackage
|
|
22
22
|
ChannelList = Shapes::StructureShape.new(name: 'ChannelList')
|
23
23
|
ChannelUpdateParameters = Shapes::StructureShape.new(name: 'ChannelUpdateParameters')
|
24
24
|
CmafEncryption = Shapes::StructureShape.new(name: 'CmafEncryption')
|
25
|
+
CmafEncryptionMethod = Shapes::StringShape.new(name: 'CmafEncryptionMethod')
|
25
26
|
CmafPackage = Shapes::StructureShape.new(name: 'CmafPackage')
|
26
27
|
CmafPackageCreateOrUpdateParameters = Shapes::StructureShape.new(name: 'CmafPackageCreateOrUpdateParameters')
|
27
28
|
ConfigureLogsParameters = Shapes::StructureShape.new(name: 'ConfigureLogsParameters')
|
@@ -149,6 +150,7 @@ module Aws::MediaPackage
|
|
149
150
|
ChannelUpdateParameters.struct_class = Types::ChannelUpdateParameters
|
150
151
|
|
151
152
|
CmafEncryption.add_member(:constant_initialization_vector, Shapes::ShapeRef.new(shape: __string, location_name: "constantInitializationVector"))
|
153
|
+
CmafEncryption.add_member(:encryption_method, Shapes::ShapeRef.new(shape: CmafEncryptionMethod, location_name: "encryptionMethod"))
|
152
154
|
CmafEncryption.add_member(:key_rotation_interval_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "keyRotationIntervalSeconds"))
|
153
155
|
CmafEncryption.add_member(:speke_key_provider, Shapes::ShapeRef.new(shape: SpekeKeyProvider, required: true, location_name: "spekeKeyProvider"))
|
154
156
|
CmafEncryption.struct_class = Types::CmafEncryption
|
@@ -258,6 +260,7 @@ module Aws::MediaPackage
|
|
258
260
|
DashPackage.add_member(:ad_triggers, Shapes::ShapeRef.new(shape: AdTriggers, location_name: "adTriggers"))
|
259
261
|
DashPackage.add_member(:ads_on_delivery_restrictions, Shapes::ShapeRef.new(shape: AdsOnDeliveryRestrictions, location_name: "adsOnDeliveryRestrictions"))
|
260
262
|
DashPackage.add_member(:encryption, Shapes::ShapeRef.new(shape: DashEncryption, location_name: "encryption"))
|
263
|
+
DashPackage.add_member(:include_iframe_only_stream, Shapes::ShapeRef.new(shape: __boolean, location_name: "includeIframeOnlyStream"))
|
261
264
|
DashPackage.add_member(:manifest_layout, Shapes::ShapeRef.new(shape: ManifestLayout, location_name: "manifestLayout"))
|
262
265
|
DashPackage.add_member(:manifest_window_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "manifestWindowSeconds"))
|
263
266
|
DashPackage.add_member(:min_buffer_time_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "minBufferTimeSeconds"))
|
@@ -150,12 +150,13 @@ module Aws::MediaPackage
|
|
150
150
|
#
|
151
151
|
# {
|
152
152
|
# constant_initialization_vector: "__string",
|
153
|
+
# encryption_method: "SAMPLE_AES", # accepts SAMPLE_AES, AES_CTR
|
153
154
|
# key_rotation_interval_seconds: 1,
|
154
155
|
# speke_key_provider: { # required
|
155
156
|
# certificate_arn: "__string",
|
156
157
|
# encryption_contract_configuration: {
|
157
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
158
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
158
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
159
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
159
160
|
# },
|
160
161
|
# resource_id: "__string", # required
|
161
162
|
# role_arn: "__string", # required
|
@@ -171,6 +172,10 @@ module Aws::MediaPackage
|
|
171
172
|
# initialization vector (IV).
|
172
173
|
# @return [String]
|
173
174
|
#
|
175
|
+
# @!attribute [rw] encryption_method
|
176
|
+
# The encryption method to use.
|
177
|
+
# @return [String]
|
178
|
+
#
|
174
179
|
# @!attribute [rw] key_rotation_interval_seconds
|
175
180
|
# Time (in seconds) between each encryption key rotation.
|
176
181
|
# @return [Integer]
|
@@ -185,6 +190,7 @@ module Aws::MediaPackage
|
|
185
190
|
#
|
186
191
|
class CmafEncryption < Struct.new(
|
187
192
|
:constant_initialization_vector,
|
193
|
+
:encryption_method,
|
188
194
|
:key_rotation_interval_seconds,
|
189
195
|
:speke_key_provider)
|
190
196
|
SENSITIVE = []
|
@@ -235,12 +241,13 @@ module Aws::MediaPackage
|
|
235
241
|
# {
|
236
242
|
# encryption: {
|
237
243
|
# constant_initialization_vector: "__string",
|
244
|
+
# encryption_method: "SAMPLE_AES", # accepts SAMPLE_AES, AES_CTR
|
238
245
|
# key_rotation_interval_seconds: 1,
|
239
246
|
# speke_key_provider: { # required
|
240
247
|
# certificate_arn: "__string",
|
241
248
|
# encryption_contract_configuration: {
|
242
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
243
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
249
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
250
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
244
251
|
# },
|
245
252
|
# resource_id: "__string", # required
|
246
253
|
# role_arn: "__string", # required
|
@@ -567,12 +574,13 @@ module Aws::MediaPackage
|
|
567
574
|
# cmaf_package: {
|
568
575
|
# encryption: {
|
569
576
|
# constant_initialization_vector: "__string",
|
577
|
+
# encryption_method: "SAMPLE_AES", # accepts SAMPLE_AES, AES_CTR
|
570
578
|
# key_rotation_interval_seconds: 1,
|
571
579
|
# speke_key_provider: { # required
|
572
580
|
# certificate_arn: "__string",
|
573
581
|
# encryption_contract_configuration: {
|
574
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
575
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
582
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
583
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
576
584
|
# },
|
577
585
|
# resource_id: "__string", # required
|
578
586
|
# role_arn: "__string", # required
|
@@ -609,8 +617,8 @@ module Aws::MediaPackage
|
|
609
617
|
# speke_key_provider: { # required
|
610
618
|
# certificate_arn: "__string",
|
611
619
|
# encryption_contract_configuration: {
|
612
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
613
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
620
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
621
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
614
622
|
# },
|
615
623
|
# resource_id: "__string", # required
|
616
624
|
# role_arn: "__string", # required
|
@@ -618,6 +626,7 @@ module Aws::MediaPackage
|
|
618
626
|
# url: "__string", # required
|
619
627
|
# },
|
620
628
|
# },
|
629
|
+
# include_iframe_only_stream: false,
|
621
630
|
# manifest_layout: "FULL", # accepts FULL, COMPACT
|
622
631
|
# manifest_window_seconds: 1,
|
623
632
|
# min_buffer_time_seconds: 1,
|
@@ -648,8 +657,8 @@ module Aws::MediaPackage
|
|
648
657
|
# speke_key_provider: { # required
|
649
658
|
# certificate_arn: "__string",
|
650
659
|
# encryption_contract_configuration: {
|
651
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
652
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
660
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
661
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
653
662
|
# },
|
654
663
|
# resource_id: "__string", # required
|
655
664
|
# role_arn: "__string", # required
|
@@ -677,8 +686,8 @@ module Aws::MediaPackage
|
|
677
686
|
# speke_key_provider: { # required
|
678
687
|
# certificate_arn: "__string",
|
679
688
|
# encryption_contract_configuration: {
|
680
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
681
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
689
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
690
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
682
691
|
# },
|
683
692
|
# resource_id: "__string", # required
|
684
693
|
# role_arn: "__string", # required
|
@@ -862,8 +871,8 @@ module Aws::MediaPackage
|
|
862
871
|
# speke_key_provider: { # required
|
863
872
|
# certificate_arn: "__string",
|
864
873
|
# encryption_contract_configuration: {
|
865
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
866
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
874
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
875
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
867
876
|
# },
|
868
877
|
# resource_id: "__string", # required
|
869
878
|
# role_arn: "__string", # required
|
@@ -904,8 +913,8 @@ module Aws::MediaPackage
|
|
904
913
|
# speke_key_provider: { # required
|
905
914
|
# certificate_arn: "__string",
|
906
915
|
# encryption_contract_configuration: {
|
907
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
908
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
916
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
917
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
909
918
|
# },
|
910
919
|
# resource_id: "__string", # required
|
911
920
|
# role_arn: "__string", # required
|
@@ -913,6 +922,7 @@ module Aws::MediaPackage
|
|
913
922
|
# url: "__string", # required
|
914
923
|
# },
|
915
924
|
# },
|
925
|
+
# include_iframe_only_stream: false,
|
916
926
|
# manifest_layout: "FULL", # accepts FULL, COMPACT
|
917
927
|
# manifest_window_seconds: 1,
|
918
928
|
# min_buffer_time_seconds: 1,
|
@@ -956,6 +966,10 @@ module Aws::MediaPackage
|
|
956
966
|
# configuration.
|
957
967
|
# @return [Types::DashEncryption]
|
958
968
|
#
|
969
|
+
# @!attribute [rw] include_iframe_only_stream
|
970
|
+
# When enabled, an I-Frame only stream will be included in the output.
|
971
|
+
# @return [Boolean]
|
972
|
+
#
|
959
973
|
# @!attribute [rw] manifest_layout
|
960
974
|
# Determines the position of some tags in the Media Presentation
|
961
975
|
# Description (MPD). When set to FULL, elements like SegmentTemplate
|
@@ -1034,6 +1048,7 @@ module Aws::MediaPackage
|
|
1034
1048
|
:ad_triggers,
|
1035
1049
|
:ads_on_delivery_restrictions,
|
1036
1050
|
:encryption,
|
1051
|
+
:include_iframe_only_stream,
|
1037
1052
|
:manifest_layout,
|
1038
1053
|
:manifest_window_seconds,
|
1039
1054
|
:min_buffer_time_seconds,
|
@@ -1346,8 +1361,8 @@ module Aws::MediaPackage
|
|
1346
1361
|
# data as a hash:
|
1347
1362
|
#
|
1348
1363
|
# {
|
1349
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
1350
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
1364
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
1365
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
1351
1366
|
# }
|
1352
1367
|
#
|
1353
1368
|
# @!attribute [rw] preset_speke_20_audio
|
@@ -1508,8 +1523,8 @@ module Aws::MediaPackage
|
|
1508
1523
|
# speke_key_provider: { # required
|
1509
1524
|
# certificate_arn: "__string",
|
1510
1525
|
# encryption_contract_configuration: {
|
1511
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
1512
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
1526
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
1527
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
1513
1528
|
# },
|
1514
1529
|
# resource_id: "__string", # required
|
1515
1530
|
# role_arn: "__string", # required
|
@@ -1759,8 +1774,8 @@ module Aws::MediaPackage
|
|
1759
1774
|
# speke_key_provider: { # required
|
1760
1775
|
# certificate_arn: "__string",
|
1761
1776
|
# encryption_contract_configuration: {
|
1762
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
1763
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
1777
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
1778
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
1764
1779
|
# },
|
1765
1780
|
# resource_id: "__string", # required
|
1766
1781
|
# role_arn: "__string", # required
|
@@ -2111,8 +2126,8 @@ module Aws::MediaPackage
|
|
2111
2126
|
# speke_key_provider: { # required
|
2112
2127
|
# certificate_arn: "__string",
|
2113
2128
|
# encryption_contract_configuration: {
|
2114
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
2115
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
2129
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
2130
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
2116
2131
|
# },
|
2117
2132
|
# resource_id: "__string", # required
|
2118
2133
|
# role_arn: "__string", # required
|
@@ -2145,8 +2160,8 @@ module Aws::MediaPackage
|
|
2145
2160
|
# speke_key_provider: { # required
|
2146
2161
|
# certificate_arn: "__string",
|
2147
2162
|
# encryption_contract_configuration: {
|
2148
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
2149
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
2163
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
2164
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
2150
2165
|
# },
|
2151
2166
|
# resource_id: "__string", # required
|
2152
2167
|
# role_arn: "__string", # required
|
@@ -2661,8 +2676,8 @@ module Aws::MediaPackage
|
|
2661
2676
|
# {
|
2662
2677
|
# certificate_arn: "__string",
|
2663
2678
|
# encryption_contract_configuration: {
|
2664
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
2665
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
2679
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
2680
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
2666
2681
|
# },
|
2667
2682
|
# resource_id: "__string", # required
|
2668
2683
|
# role_arn: "__string", # required
|
@@ -2906,12 +2921,13 @@ module Aws::MediaPackage
|
|
2906
2921
|
# cmaf_package: {
|
2907
2922
|
# encryption: {
|
2908
2923
|
# constant_initialization_vector: "__string",
|
2924
|
+
# encryption_method: "SAMPLE_AES", # accepts SAMPLE_AES, AES_CTR
|
2909
2925
|
# key_rotation_interval_seconds: 1,
|
2910
2926
|
# speke_key_provider: { # required
|
2911
2927
|
# certificate_arn: "__string",
|
2912
2928
|
# encryption_contract_configuration: {
|
2913
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
2914
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
2929
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
2930
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
2915
2931
|
# },
|
2916
2932
|
# resource_id: "__string", # required
|
2917
2933
|
# role_arn: "__string", # required
|
@@ -2948,8 +2964,8 @@ module Aws::MediaPackage
|
|
2948
2964
|
# speke_key_provider: { # required
|
2949
2965
|
# certificate_arn: "__string",
|
2950
2966
|
# encryption_contract_configuration: {
|
2951
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
2952
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
2967
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
2968
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
2953
2969
|
# },
|
2954
2970
|
# resource_id: "__string", # required
|
2955
2971
|
# role_arn: "__string", # required
|
@@ -2957,6 +2973,7 @@ module Aws::MediaPackage
|
|
2957
2973
|
# url: "__string", # required
|
2958
2974
|
# },
|
2959
2975
|
# },
|
2976
|
+
# include_iframe_only_stream: false,
|
2960
2977
|
# manifest_layout: "FULL", # accepts FULL, COMPACT
|
2961
2978
|
# manifest_window_seconds: 1,
|
2962
2979
|
# min_buffer_time_seconds: 1,
|
@@ -2987,8 +3004,8 @@ module Aws::MediaPackage
|
|
2987
3004
|
# speke_key_provider: { # required
|
2988
3005
|
# certificate_arn: "__string",
|
2989
3006
|
# encryption_contract_configuration: {
|
2990
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
2991
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
3007
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
3008
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
2992
3009
|
# },
|
2993
3010
|
# resource_id: "__string", # required
|
2994
3011
|
# role_arn: "__string", # required
|
@@ -3016,8 +3033,8 @@ module Aws::MediaPackage
|
|
3016
3033
|
# speke_key_provider: { # required
|
3017
3034
|
# certificate_arn: "__string",
|
3018
3035
|
# encryption_contract_configuration: {
|
3019
|
-
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
|
3020
|
-
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
|
3036
|
+
# preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1, PRESET-AUDIO-2, PRESET-AUDIO-3, SHARED, UNENCRYPTED
|
3037
|
+
# preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1, PRESET-VIDEO-2, PRESET-VIDEO-3, PRESET-VIDEO-4, PRESET-VIDEO-5, PRESET-VIDEO-6, PRESET-VIDEO-7, PRESET-VIDEO-8, SHARED, UNENCRYPTED
|
3021
3038
|
# },
|
3022
3039
|
# resource_id: "__string", # required
|
3023
3040
|
# role_arn: "__string", # required
|
data/lib/aws-sdk-mediapackage.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-mediapackage
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.56.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: 2022-
|
11
|
+
date: 2022-09-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|