aws-sdk-mediapackagev2 1.41.0 → 1.42.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediapackagev2/client.rb +712 -7
- data/lib/aws-sdk-mediapackagev2/client_api.rb +40 -0
- data/lib/aws-sdk-mediapackagev2/types.rb +182 -1
- data/lib/aws-sdk-mediapackagev2.rb +1 -1
- data/sig/client.rbs +42 -7
- data/sig/types.rbs +38 -7
- metadata +1 -1
data/sig/types.rbs
CHANGED
@@ -177,11 +177,19 @@ module Aws::MediaPackageV2
|
|
177
177
|
SENSITIVE: []
|
178
178
|
end
|
179
179
|
|
180
|
+
class CreateMssManifestConfiguration
|
181
|
+
attr_accessor manifest_name: ::String
|
182
|
+
attr_accessor manifest_window_seconds: ::Integer
|
183
|
+
attr_accessor filter_configuration: Types::FilterConfiguration
|
184
|
+
attr_accessor manifest_layout: ("FULL" | "COMPACT")
|
185
|
+
SENSITIVE: []
|
186
|
+
end
|
187
|
+
|
180
188
|
class CreateOriginEndpointRequest
|
181
189
|
attr_accessor channel_group_name: ::String
|
182
190
|
attr_accessor channel_name: ::String
|
183
191
|
attr_accessor origin_endpoint_name: ::String
|
184
|
-
attr_accessor container_type: ("TS" | "CMAF")
|
192
|
+
attr_accessor container_type: ("TS" | "CMAF" | "ISM")
|
185
193
|
attr_accessor segment: Types::Segment
|
186
194
|
attr_accessor client_token: ::String
|
187
195
|
attr_accessor description: ::String
|
@@ -189,6 +197,7 @@ module Aws::MediaPackageV2
|
|
189
197
|
attr_accessor hls_manifests: ::Array[Types::CreateHlsManifestConfiguration]
|
190
198
|
attr_accessor low_latency_hls_manifests: ::Array[Types::CreateLowLatencyHlsManifestConfiguration]
|
191
199
|
attr_accessor dash_manifests: ::Array[Types::CreateDashManifestConfiguration]
|
200
|
+
attr_accessor mss_manifests: ::Array[Types::CreateMssManifestConfiguration]
|
192
201
|
attr_accessor force_endpoint_error_configuration: Types::ForceEndpointErrorConfiguration
|
193
202
|
attr_accessor tags: ::Hash[::String, ::String]
|
194
203
|
SENSITIVE: []
|
@@ -199,7 +208,7 @@ module Aws::MediaPackageV2
|
|
199
208
|
attr_accessor channel_group_name: ::String
|
200
209
|
attr_accessor channel_name: ::String
|
201
210
|
attr_accessor origin_endpoint_name: ::String
|
202
|
-
attr_accessor container_type: ("TS" | "CMAF")
|
211
|
+
attr_accessor container_type: ("TS" | "CMAF" | "ISM")
|
203
212
|
attr_accessor segment: Types::Segment
|
204
213
|
attr_accessor created_at: ::Time
|
205
214
|
attr_accessor modified_at: ::Time
|
@@ -208,6 +217,7 @@ module Aws::MediaPackageV2
|
|
208
217
|
attr_accessor hls_manifests: ::Array[Types::GetHlsManifestConfiguration]
|
209
218
|
attr_accessor low_latency_hls_manifests: ::Array[Types::GetLowLatencyHlsManifestConfiguration]
|
210
219
|
attr_accessor dash_manifests: ::Array[Types::GetDashManifestConfiguration]
|
220
|
+
attr_accessor mss_manifests: ::Array[Types::GetMssManifestConfiguration]
|
211
221
|
attr_accessor force_endpoint_error_configuration: Types::ForceEndpointErrorConfiguration
|
212
222
|
attr_accessor etag: ::String
|
213
223
|
attr_accessor tags: ::Hash[::String, ::String]
|
@@ -321,6 +331,7 @@ module Aws::MediaPackageV2
|
|
321
331
|
attr_accessor constant_initialization_vector: ::String
|
322
332
|
attr_accessor encryption_method: Types::EncryptionMethod
|
323
333
|
attr_accessor key_rotation_interval_seconds: ::Integer
|
334
|
+
attr_accessor cmaf_exclude_segment_drm_metadata: bool
|
324
335
|
attr_accessor speke_key_provider: Types::SpekeKeyProvider
|
325
336
|
SENSITIVE: []
|
326
337
|
end
|
@@ -334,6 +345,7 @@ module Aws::MediaPackageV2
|
|
334
345
|
class EncryptionMethod
|
335
346
|
attr_accessor ts_encryption_method: ("AES_128" | "SAMPLE_AES")
|
336
347
|
attr_accessor cmaf_encryption_method: ("CENC" | "CBCS")
|
348
|
+
attr_accessor ism_encryption_method: ("CENC")
|
337
349
|
SENSITIVE: []
|
338
350
|
end
|
339
351
|
|
@@ -479,6 +491,15 @@ module Aws::MediaPackageV2
|
|
479
491
|
SENSITIVE: []
|
480
492
|
end
|
481
493
|
|
494
|
+
class GetMssManifestConfiguration
|
495
|
+
attr_accessor manifest_name: ::String
|
496
|
+
attr_accessor url: ::String
|
497
|
+
attr_accessor filter_configuration: Types::FilterConfiguration
|
498
|
+
attr_accessor manifest_window_seconds: ::Integer
|
499
|
+
attr_accessor manifest_layout: ("FULL" | "COMPACT")
|
500
|
+
SENSITIVE: []
|
501
|
+
end
|
502
|
+
|
482
503
|
class GetOriginEndpointPolicyRequest
|
483
504
|
attr_accessor channel_group_name: ::String
|
484
505
|
attr_accessor channel_name: ::String
|
@@ -506,7 +527,7 @@ module Aws::MediaPackageV2
|
|
506
527
|
attr_accessor channel_group_name: ::String
|
507
528
|
attr_accessor channel_name: ::String
|
508
529
|
attr_accessor origin_endpoint_name: ::String
|
509
|
-
attr_accessor container_type: ("TS" | "CMAF")
|
530
|
+
attr_accessor container_type: ("TS" | "CMAF" | "ISM")
|
510
531
|
attr_accessor segment: Types::Segment
|
511
532
|
attr_accessor created_at: ::Time
|
512
533
|
attr_accessor modified_at: ::Time
|
@@ -516,6 +537,7 @@ module Aws::MediaPackageV2
|
|
516
537
|
attr_accessor hls_manifests: ::Array[Types::GetHlsManifestConfiguration]
|
517
538
|
attr_accessor low_latency_hls_manifests: ::Array[Types::GetLowLatencyHlsManifestConfiguration]
|
518
539
|
attr_accessor dash_manifests: ::Array[Types::GetDashManifestConfiguration]
|
540
|
+
attr_accessor mss_manifests: ::Array[Types::GetMssManifestConfiguration]
|
519
541
|
attr_accessor force_endpoint_error_configuration: Types::ForceEndpointErrorConfiguration
|
520
542
|
attr_accessor etag: ::String
|
521
543
|
attr_accessor tags: ::Hash[::String, ::String]
|
@@ -645,6 +667,12 @@ module Aws::MediaPackageV2
|
|
645
667
|
SENSITIVE: []
|
646
668
|
end
|
647
669
|
|
670
|
+
class ListMssManifestConfiguration
|
671
|
+
attr_accessor manifest_name: ::String
|
672
|
+
attr_accessor url: ::String
|
673
|
+
SENSITIVE: []
|
674
|
+
end
|
675
|
+
|
648
676
|
class ListOriginEndpointsRequest
|
649
677
|
attr_accessor channel_group_name: ::String
|
650
678
|
attr_accessor channel_name: ::String
|
@@ -674,13 +702,14 @@ module Aws::MediaPackageV2
|
|
674
702
|
attr_accessor channel_group_name: ::String
|
675
703
|
attr_accessor channel_name: ::String
|
676
704
|
attr_accessor origin_endpoint_name: ::String
|
677
|
-
attr_accessor container_type: ("TS" | "CMAF")
|
705
|
+
attr_accessor container_type: ("TS" | "CMAF" | "ISM")
|
678
706
|
attr_accessor description: ::String
|
679
707
|
attr_accessor created_at: ::Time
|
680
708
|
attr_accessor modified_at: ::Time
|
681
709
|
attr_accessor hls_manifests: ::Array[Types::ListHlsManifestConfiguration]
|
682
710
|
attr_accessor low_latency_hls_manifests: ::Array[Types::ListLowLatencyHlsManifestConfiguration]
|
683
711
|
attr_accessor dash_manifests: ::Array[Types::ListDashManifestConfiguration]
|
712
|
+
attr_accessor mss_manifests: ::Array[Types::ListMssManifestConfiguration]
|
684
713
|
attr_accessor force_endpoint_error_configuration: Types::ForceEndpointErrorConfiguration
|
685
714
|
SENSITIVE: []
|
686
715
|
end
|
@@ -865,13 +894,14 @@ module Aws::MediaPackageV2
|
|
865
894
|
attr_accessor channel_group_name: ::String
|
866
895
|
attr_accessor channel_name: ::String
|
867
896
|
attr_accessor origin_endpoint_name: ::String
|
868
|
-
attr_accessor container_type: ("TS" | "CMAF")
|
897
|
+
attr_accessor container_type: ("TS" | "CMAF" | "ISM")
|
869
898
|
attr_accessor segment: Types::Segment
|
870
899
|
attr_accessor description: ::String
|
871
900
|
attr_accessor startover_window_seconds: ::Integer
|
872
901
|
attr_accessor hls_manifests: ::Array[Types::CreateHlsManifestConfiguration]
|
873
902
|
attr_accessor low_latency_hls_manifests: ::Array[Types::CreateLowLatencyHlsManifestConfiguration]
|
874
903
|
attr_accessor dash_manifests: ::Array[Types::CreateDashManifestConfiguration]
|
904
|
+
attr_accessor mss_manifests: ::Array[Types::CreateMssManifestConfiguration]
|
875
905
|
attr_accessor force_endpoint_error_configuration: Types::ForceEndpointErrorConfiguration
|
876
906
|
attr_accessor etag: ::String
|
877
907
|
SENSITIVE: []
|
@@ -882,7 +912,7 @@ module Aws::MediaPackageV2
|
|
882
912
|
attr_accessor channel_group_name: ::String
|
883
913
|
attr_accessor channel_name: ::String
|
884
914
|
attr_accessor origin_endpoint_name: ::String
|
885
|
-
attr_accessor container_type: ("TS" | "CMAF")
|
915
|
+
attr_accessor container_type: ("TS" | "CMAF" | "ISM")
|
886
916
|
attr_accessor segment: Types::Segment
|
887
917
|
attr_accessor created_at: ::Time
|
888
918
|
attr_accessor modified_at: ::Time
|
@@ -890,6 +920,7 @@ module Aws::MediaPackageV2
|
|
890
920
|
attr_accessor startover_window_seconds: ::Integer
|
891
921
|
attr_accessor hls_manifests: ::Array[Types::GetHlsManifestConfiguration]
|
892
922
|
attr_accessor low_latency_hls_manifests: ::Array[Types::GetLowLatencyHlsManifestConfiguration]
|
923
|
+
attr_accessor mss_manifests: ::Array[Types::GetMssManifestConfiguration]
|
893
924
|
attr_accessor force_endpoint_error_configuration: Types::ForceEndpointErrorConfiguration
|
894
925
|
attr_accessor etag: ::String
|
895
926
|
attr_accessor tags: ::Hash[::String, ::String]
|
@@ -899,7 +930,7 @@ module Aws::MediaPackageV2
|
|
899
930
|
|
900
931
|
class ValidationException
|
901
932
|
attr_accessor message: ::String
|
902
|
-
attr_accessor validation_exception_type: ("CONTAINER_TYPE_IMMUTABLE" | "INVALID_PAGINATION_TOKEN" | "INVALID_PAGINATION_MAX_RESULTS" | "INVALID_POLICY" | "INVALID_ROLE_ARN" | "MANIFEST_NAME_COLLISION" | "ENCRYPTION_METHOD_CONTAINER_TYPE_MISMATCH" | "CENC_IV_INCOMPATIBLE" | "ENCRYPTION_CONTRACT_WITHOUT_AUDIO_RENDITION_INCOMPATIBLE" | "ENCRYPTION_CONTRACT_UNENCRYPTED" | "ENCRYPTION_CONTRACT_SHARED" | "NUM_MANIFESTS_LOW" | "NUM_MANIFESTS_HIGH" | "MANIFEST_DRM_SYSTEMS_INCOMPATIBLE" | "DRM_SYSTEMS_ENCRYPTION_METHOD_INCOMPATIBLE" | "ROLE_ARN_NOT_ASSUMABLE" | "ROLE_ARN_LENGTH_OUT_OF_RANGE" | "ROLE_ARN_INVALID_FORMAT" | "URL_INVALID" | "URL_SCHEME" | "URL_USER_INFO" | "URL_PORT" | "URL_UNKNOWN_HOST" | "URL_LOCAL_ADDRESS" | "URL_LOOPBACK_ADDRESS" | "URL_LINK_LOCAL_ADDRESS" | "URL_MULTICAST_ADDRESS" | "MEMBER_INVALID" | "MEMBER_MISSING" | "MEMBER_MIN_VALUE" | "MEMBER_MAX_VALUE" | "MEMBER_MIN_LENGTH" | "MEMBER_MAX_LENGTH" | "MEMBER_INVALID_ENUM_VALUE" | "MEMBER_DOES_NOT_MATCH_PATTERN" | "INVALID_MANIFEST_FILTER" | "INVALID_TIME_DELAY_SECONDS" | "END_TIME_EARLIER_THAN_START_TIME" | "TS_CONTAINER_TYPE_WITH_DASH_MANIFEST" | "DIRECT_MODE_WITH_TIMING_SOURCE" | "NONE_MODE_WITH_TIMING_SOURCE" | "TIMING_SOURCE_MISSING" | "UPDATE_PERIOD_SMALLER_THAN_SEGMENT_DURATION" | "PERIOD_TRIGGERS_NONE_SPECIFIED_WITH_ADDITIONAL_VALUES" | "DRM_SIGNALING_MISMATCH_SEGMENT_ENCRYPTION_STATUS" | "ONLY_CMAF_INPUT_TYPE_ALLOW_FORCE_ENDPOINT_ERROR_CONFIGURATION" | "SOURCE_DISRUPTIONS_ENABLED_INCORRECTLY" | "HARVESTED_MANIFEST_HAS_START_END_FILTER_CONFIGURATION" | "HARVESTED_MANIFEST_NOT_FOUND_ON_ENDPOINT" | "TOO_MANY_IN_PROGRESS_HARVEST_JOBS" | "HARVEST_JOB_INELIGIBLE_FOR_CANCELLATION" | "INVALID_HARVEST_JOB_DURATION" | "HARVEST_JOB_S3_DESTINATION_MISSING_OR_INCOMPLETE" | "HARVEST_JOB_UNABLE_TO_WRITE_TO_S3_DESTINATION" | "HARVEST_JOB_CUSTOMER_ENDPOINT_READ_ACCESS_DENIED" | "CLIP_START_TIME_WITH_START_OR_END" | "START_TAG_TIME_OFFSET_INVALID" | "ONLY_CMAF_INPUT_TYPE_ALLOW_MQCS_INPUT_SWITCHING" | "ONLY_CMAF_INPUT_TYPE_ALLOW_MQCS_OUTPUT_CONFIGURATION" | "
|
933
|
+
attr_accessor validation_exception_type: ("CONTAINER_TYPE_IMMUTABLE" | "INVALID_PAGINATION_TOKEN" | "INVALID_PAGINATION_MAX_RESULTS" | "INVALID_POLICY" | "INVALID_ROLE_ARN" | "MANIFEST_NAME_COLLISION" | "ENCRYPTION_METHOD_CONTAINER_TYPE_MISMATCH" | "CENC_IV_INCOMPATIBLE" | "ENCRYPTION_CONTRACT_WITHOUT_AUDIO_RENDITION_INCOMPATIBLE" | "ENCRYPTION_CONTRACT_WITH_ISM_CONTAINER_INCOMPATIBLE" | "ENCRYPTION_CONTRACT_UNENCRYPTED" | "ENCRYPTION_CONTRACT_SHARED" | "NUM_MANIFESTS_LOW" | "NUM_MANIFESTS_HIGH" | "MANIFEST_DRM_SYSTEMS_INCOMPATIBLE" | "DRM_SYSTEMS_ENCRYPTION_METHOD_INCOMPATIBLE" | "ROLE_ARN_NOT_ASSUMABLE" | "ROLE_ARN_LENGTH_OUT_OF_RANGE" | "ROLE_ARN_INVALID_FORMAT" | "URL_INVALID" | "URL_SCHEME" | "URL_USER_INFO" | "URL_PORT" | "URL_UNKNOWN_HOST" | "URL_LOCAL_ADDRESS" | "URL_LOOPBACK_ADDRESS" | "URL_LINK_LOCAL_ADDRESS" | "URL_MULTICAST_ADDRESS" | "MEMBER_INVALID" | "MEMBER_MISSING" | "MEMBER_MIN_VALUE" | "MEMBER_MAX_VALUE" | "MEMBER_MIN_LENGTH" | "MEMBER_MAX_LENGTH" | "MEMBER_INVALID_ENUM_VALUE" | "MEMBER_DOES_NOT_MATCH_PATTERN" | "INVALID_MANIFEST_FILTER" | "INVALID_TIME_DELAY_SECONDS" | "END_TIME_EARLIER_THAN_START_TIME" | "TS_CONTAINER_TYPE_WITH_DASH_MANIFEST" | "DIRECT_MODE_WITH_TIMING_SOURCE" | "NONE_MODE_WITH_TIMING_SOURCE" | "TIMING_SOURCE_MISSING" | "UPDATE_PERIOD_SMALLER_THAN_SEGMENT_DURATION" | "PERIOD_TRIGGERS_NONE_SPECIFIED_WITH_ADDITIONAL_VALUES" | "DRM_SIGNALING_MISMATCH_SEGMENT_ENCRYPTION_STATUS" | "ONLY_CMAF_INPUT_TYPE_ALLOW_FORCE_ENDPOINT_ERROR_CONFIGURATION" | "SOURCE_DISRUPTIONS_ENABLED_INCORRECTLY" | "HARVESTED_MANIFEST_HAS_START_END_FILTER_CONFIGURATION" | "HARVESTED_MANIFEST_NOT_FOUND_ON_ENDPOINT" | "TOO_MANY_IN_PROGRESS_HARVEST_JOBS" | "HARVEST_JOB_INELIGIBLE_FOR_CANCELLATION" | "INVALID_HARVEST_JOB_DURATION" | "HARVEST_JOB_S3_DESTINATION_MISSING_OR_INCOMPLETE" | "HARVEST_JOB_UNABLE_TO_WRITE_TO_S3_DESTINATION" | "HARVEST_JOB_CUSTOMER_ENDPOINT_READ_ACCESS_DENIED" | "CLIP_START_TIME_WITH_START_OR_END" | "START_TAG_TIME_OFFSET_INVALID" | "INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION" | "DASH_DVB_ATTRIBUTES_WITHOUT_DVB_DASH_PROFILE" | "INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION" | "INCOMPATIBLE_XML_ENCODING" | "CMAF_EXCLUDE_SEGMENT_DRM_METADATA_INCOMPATIBLE_CONTAINER_TYPE" | "ONLY_CMAF_INPUT_TYPE_ALLOW_MQCS_INPUT_SWITCHING" | "ONLY_CMAF_INPUT_TYPE_ALLOW_MQCS_OUTPUT_CONFIGURATION" | "TS_CONTAINER_TYPE_WITH_MSS_MANIFEST" | "CMAF_CONTAINER_TYPE_WITH_MSS_MANIFEST" | "ISM_CONTAINER_TYPE_WITH_HLS_MANIFEST" | "ISM_CONTAINER_TYPE_WITH_LL_HLS_MANIFEST" | "ISM_CONTAINER_TYPE_WITH_DASH_MANIFEST" | "ISM_CONTAINER_TYPE_WITH_SCTE" | "ISM_CONTAINER_WITH_KEY_ROTATION")
|
903
934
|
SENSITIVE: []
|
904
935
|
end
|
905
936
|
end
|