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
@@ -48,6 +48,9 @@ module Aws::MediaPackageV2
|
|
48
48
|
CreateLowLatencyHlsManifestConfigurationManifestWindowSecondsInteger = Shapes::IntegerShape.new(name: 'CreateLowLatencyHlsManifestConfigurationManifestWindowSecondsInteger')
|
49
49
|
CreateLowLatencyHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger = Shapes::IntegerShape.new(name: 'CreateLowLatencyHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger')
|
50
50
|
CreateLowLatencyHlsManifests = Shapes::ListShape.new(name: 'CreateLowLatencyHlsManifests')
|
51
|
+
CreateMssManifestConfiguration = Shapes::StructureShape.new(name: 'CreateMssManifestConfiguration')
|
52
|
+
CreateMssManifestConfigurationManifestWindowSecondsInteger = Shapes::IntegerShape.new(name: 'CreateMssManifestConfigurationManifestWindowSecondsInteger')
|
53
|
+
CreateMssManifests = Shapes::ListShape.new(name: 'CreateMssManifests')
|
51
54
|
CreateOriginEndpointRequest = Shapes::StructureShape.new(name: 'CreateOriginEndpointRequest')
|
52
55
|
CreateOriginEndpointRequestStartoverWindowSecondsInteger = Shapes::IntegerShape.new(name: 'CreateOriginEndpointRequestStartoverWindowSecondsInteger')
|
53
56
|
CreateOriginEndpointResponse = Shapes::StructureShape.new(name: 'CreateOriginEndpointResponse')
|
@@ -124,6 +127,8 @@ module Aws::MediaPackageV2
|
|
124
127
|
GetHlsManifests = Shapes::ListShape.new(name: 'GetHlsManifests')
|
125
128
|
GetLowLatencyHlsManifestConfiguration = Shapes::StructureShape.new(name: 'GetLowLatencyHlsManifestConfiguration')
|
126
129
|
GetLowLatencyHlsManifests = Shapes::ListShape.new(name: 'GetLowLatencyHlsManifests')
|
130
|
+
GetMssManifestConfiguration = Shapes::StructureShape.new(name: 'GetMssManifestConfiguration')
|
131
|
+
GetMssManifests = Shapes::ListShape.new(name: 'GetMssManifests')
|
127
132
|
GetOriginEndpointPolicyRequest = Shapes::StructureShape.new(name: 'GetOriginEndpointPolicyRequest')
|
128
133
|
GetOriginEndpointPolicyResponse = Shapes::StructureShape.new(name: 'GetOriginEndpointPolicyResponse')
|
129
134
|
GetOriginEndpointRequest = Shapes::StructureShape.new(name: 'GetOriginEndpointRequest')
|
@@ -146,6 +151,7 @@ module Aws::MediaPackageV2
|
|
146
151
|
InputType = Shapes::StringShape.new(name: 'InputType')
|
147
152
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
148
153
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
154
|
+
IsmEncryptionMethod = Shapes::StringShape.new(name: 'IsmEncryptionMethod')
|
149
155
|
ListChannelGroupsRequest = Shapes::StructureShape.new(name: 'ListChannelGroupsRequest')
|
150
156
|
ListChannelGroupsResponse = Shapes::StructureShape.new(name: 'ListChannelGroupsResponse')
|
151
157
|
ListChannelsRequest = Shapes::StructureShape.new(name: 'ListChannelsRequest')
|
@@ -161,12 +167,15 @@ module Aws::MediaPackageV2
|
|
161
167
|
ListHlsManifests = Shapes::ListShape.new(name: 'ListHlsManifests')
|
162
168
|
ListLowLatencyHlsManifestConfiguration = Shapes::StructureShape.new(name: 'ListLowLatencyHlsManifestConfiguration')
|
163
169
|
ListLowLatencyHlsManifests = Shapes::ListShape.new(name: 'ListLowLatencyHlsManifests')
|
170
|
+
ListMssManifestConfiguration = Shapes::StructureShape.new(name: 'ListMssManifestConfiguration')
|
171
|
+
ListMssManifests = Shapes::ListShape.new(name: 'ListMssManifests')
|
164
172
|
ListOriginEndpointsRequest = Shapes::StructureShape.new(name: 'ListOriginEndpointsRequest')
|
165
173
|
ListOriginEndpointsResponse = Shapes::StructureShape.new(name: 'ListOriginEndpointsResponse')
|
166
174
|
ListResourceMaxResults = Shapes::IntegerShape.new(name: 'ListResourceMaxResults')
|
167
175
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
168
176
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
169
177
|
ManifestName = Shapes::StringShape.new(name: 'ManifestName')
|
178
|
+
MssManifestLayout = Shapes::StringShape.new(name: 'MssManifestLayout')
|
170
179
|
OriginEndpointListConfiguration = Shapes::StructureShape.new(name: 'OriginEndpointListConfiguration')
|
171
180
|
OriginEndpointsList = Shapes::ListShape.new(name: 'OriginEndpointsList')
|
172
181
|
OutputHeaderConfiguration = Shapes::StructureShape.new(name: 'OutputHeaderConfiguration')
|
@@ -374,6 +383,14 @@ module Aws::MediaPackageV2
|
|
374
383
|
|
375
384
|
CreateLowLatencyHlsManifests.member = Shapes::ShapeRef.new(shape: CreateLowLatencyHlsManifestConfiguration)
|
376
385
|
|
386
|
+
CreateMssManifestConfiguration.add_member(:manifest_name, Shapes::ShapeRef.new(shape: ManifestName, required: true, location_name: "ManifestName"))
|
387
|
+
CreateMssManifestConfiguration.add_member(:manifest_window_seconds, Shapes::ShapeRef.new(shape: CreateMssManifestConfigurationManifestWindowSecondsInteger, location_name: "ManifestWindowSeconds"))
|
388
|
+
CreateMssManifestConfiguration.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: FilterConfiguration, location_name: "FilterConfiguration"))
|
389
|
+
CreateMssManifestConfiguration.add_member(:manifest_layout, Shapes::ShapeRef.new(shape: MssManifestLayout, location_name: "ManifestLayout"))
|
390
|
+
CreateMssManifestConfiguration.struct_class = Types::CreateMssManifestConfiguration
|
391
|
+
|
392
|
+
CreateMssManifests.member = Shapes::ShapeRef.new(shape: CreateMssManifestConfiguration)
|
393
|
+
|
377
394
|
CreateOriginEndpointRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
|
378
395
|
CreateOriginEndpointRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
|
379
396
|
CreateOriginEndpointRequest.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "OriginEndpointName"))
|
@@ -385,6 +402,7 @@ module Aws::MediaPackageV2
|
|
385
402
|
CreateOriginEndpointRequest.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: CreateHlsManifests, location_name: "HlsManifests"))
|
386
403
|
CreateOriginEndpointRequest.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: CreateLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
|
387
404
|
CreateOriginEndpointRequest.add_member(:dash_manifests, Shapes::ShapeRef.new(shape: CreateDashManifests, location_name: "DashManifests"))
|
405
|
+
CreateOriginEndpointRequest.add_member(:mss_manifests, Shapes::ShapeRef.new(shape: CreateMssManifests, location_name: "MssManifests"))
|
388
406
|
CreateOriginEndpointRequest.add_member(:force_endpoint_error_configuration, Shapes::ShapeRef.new(shape: ForceEndpointErrorConfiguration, location_name: "ForceEndpointErrorConfiguration"))
|
389
407
|
CreateOriginEndpointRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
390
408
|
CreateOriginEndpointRequest.struct_class = Types::CreateOriginEndpointRequest
|
@@ -402,6 +420,7 @@ module Aws::MediaPackageV2
|
|
402
420
|
CreateOriginEndpointResponse.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: GetHlsManifests, location_name: "HlsManifests"))
|
403
421
|
CreateOriginEndpointResponse.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: GetLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
|
404
422
|
CreateOriginEndpointResponse.add_member(:dash_manifests, Shapes::ShapeRef.new(shape: GetDashManifests, location_name: "DashManifests"))
|
423
|
+
CreateOriginEndpointResponse.add_member(:mss_manifests, Shapes::ShapeRef.new(shape: GetMssManifests, location_name: "MssManifests"))
|
405
424
|
CreateOriginEndpointResponse.add_member(:force_endpoint_error_configuration, Shapes::ShapeRef.new(shape: ForceEndpointErrorConfiguration, location_name: "ForceEndpointErrorConfiguration"))
|
406
425
|
CreateOriginEndpointResponse.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location_name: "ETag"))
|
407
426
|
CreateOriginEndpointResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
@@ -488,6 +507,7 @@ module Aws::MediaPackageV2
|
|
488
507
|
Encryption.add_member(:constant_initialization_vector, Shapes::ShapeRef.new(shape: EncryptionConstantInitializationVectorString, location_name: "ConstantInitializationVector"))
|
489
508
|
Encryption.add_member(:encryption_method, Shapes::ShapeRef.new(shape: EncryptionMethod, required: true, location_name: "EncryptionMethod"))
|
490
509
|
Encryption.add_member(:key_rotation_interval_seconds, Shapes::ShapeRef.new(shape: EncryptionKeyRotationIntervalSecondsInteger, location_name: "KeyRotationIntervalSeconds"))
|
510
|
+
Encryption.add_member(:cmaf_exclude_segment_drm_metadata, Shapes::ShapeRef.new(shape: Boolean, location_name: "CmafExcludeSegmentDrmMetadata"))
|
491
511
|
Encryption.add_member(:speke_key_provider, Shapes::ShapeRef.new(shape: SpekeKeyProvider, required: true, location_name: "SpekeKeyProvider"))
|
492
512
|
Encryption.struct_class = Types::Encryption
|
493
513
|
|
@@ -497,6 +517,7 @@ module Aws::MediaPackageV2
|
|
497
517
|
|
498
518
|
EncryptionMethod.add_member(:ts_encryption_method, Shapes::ShapeRef.new(shape: TsEncryptionMethod, location_name: "TsEncryptionMethod"))
|
499
519
|
EncryptionMethod.add_member(:cmaf_encryption_method, Shapes::ShapeRef.new(shape: CmafEncryptionMethod, location_name: "CmafEncryptionMethod"))
|
520
|
+
EncryptionMethod.add_member(:ism_encryption_method, Shapes::ShapeRef.new(shape: IsmEncryptionMethod, location_name: "IsmEncryptionMethod"))
|
500
521
|
EncryptionMethod.struct_class = Types::EncryptionMethod
|
501
522
|
|
502
523
|
EndpointErrorConditions.member = Shapes::ShapeRef.new(shape: EndpointErrorCondition)
|
@@ -623,6 +644,15 @@ module Aws::MediaPackageV2
|
|
623
644
|
|
624
645
|
GetLowLatencyHlsManifests.member = Shapes::ShapeRef.new(shape: GetLowLatencyHlsManifestConfiguration)
|
625
646
|
|
647
|
+
GetMssManifestConfiguration.add_member(:manifest_name, Shapes::ShapeRef.new(shape: ManifestName, required: true, location_name: "ManifestName"))
|
648
|
+
GetMssManifestConfiguration.add_member(:url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Url"))
|
649
|
+
GetMssManifestConfiguration.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: FilterConfiguration, location_name: "FilterConfiguration"))
|
650
|
+
GetMssManifestConfiguration.add_member(:manifest_window_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "ManifestWindowSeconds"))
|
651
|
+
GetMssManifestConfiguration.add_member(:manifest_layout, Shapes::ShapeRef.new(shape: MssManifestLayout, location_name: "ManifestLayout"))
|
652
|
+
GetMssManifestConfiguration.struct_class = Types::GetMssManifestConfiguration
|
653
|
+
|
654
|
+
GetMssManifests.member = Shapes::ShapeRef.new(shape: GetMssManifestConfiguration)
|
655
|
+
|
626
656
|
GetOriginEndpointPolicyRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
|
627
657
|
GetOriginEndpointPolicyRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
|
628
658
|
GetOriginEndpointPolicyRequest.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "OriginEndpointName"))
|
@@ -653,6 +683,7 @@ module Aws::MediaPackageV2
|
|
653
683
|
GetOriginEndpointResponse.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: GetHlsManifests, location_name: "HlsManifests"))
|
654
684
|
GetOriginEndpointResponse.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: GetLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
|
655
685
|
GetOriginEndpointResponse.add_member(:dash_manifests, Shapes::ShapeRef.new(shape: GetDashManifests, location_name: "DashManifests"))
|
686
|
+
GetOriginEndpointResponse.add_member(:mss_manifests, Shapes::ShapeRef.new(shape: GetMssManifests, location_name: "MssManifests"))
|
656
687
|
GetOriginEndpointResponse.add_member(:force_endpoint_error_configuration, Shapes::ShapeRef.new(shape: ForceEndpointErrorConfiguration, location_name: "ForceEndpointErrorConfiguration"))
|
657
688
|
GetOriginEndpointResponse.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location_name: "ETag"))
|
658
689
|
GetOriginEndpointResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
@@ -761,6 +792,12 @@ module Aws::MediaPackageV2
|
|
761
792
|
|
762
793
|
ListLowLatencyHlsManifests.member = Shapes::ShapeRef.new(shape: ListLowLatencyHlsManifestConfiguration)
|
763
794
|
|
795
|
+
ListMssManifestConfiguration.add_member(:manifest_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ManifestName"))
|
796
|
+
ListMssManifestConfiguration.add_member(:url, Shapes::ShapeRef.new(shape: String, location_name: "Url"))
|
797
|
+
ListMssManifestConfiguration.struct_class = Types::ListMssManifestConfiguration
|
798
|
+
|
799
|
+
ListMssManifests.member = Shapes::ShapeRef.new(shape: ListMssManifestConfiguration)
|
800
|
+
|
764
801
|
ListOriginEndpointsRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
|
765
802
|
ListOriginEndpointsRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
|
766
803
|
ListOriginEndpointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListResourceMaxResults, location: "querystring", location_name: "maxResults"))
|
@@ -788,6 +825,7 @@ module Aws::MediaPackageV2
|
|
788
825
|
OriginEndpointListConfiguration.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: ListHlsManifests, location_name: "HlsManifests"))
|
789
826
|
OriginEndpointListConfiguration.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: ListLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
|
790
827
|
OriginEndpointListConfiguration.add_member(:dash_manifests, Shapes::ShapeRef.new(shape: ListDashManifests, location_name: "DashManifests"))
|
828
|
+
OriginEndpointListConfiguration.add_member(:mss_manifests, Shapes::ShapeRef.new(shape: ListMssManifests, location_name: "MssManifests"))
|
791
829
|
OriginEndpointListConfiguration.add_member(:force_endpoint_error_configuration, Shapes::ShapeRef.new(shape: ForceEndpointErrorConfiguration, location_name: "ForceEndpointErrorConfiguration"))
|
792
830
|
OriginEndpointListConfiguration.struct_class = Types::OriginEndpointListConfiguration
|
793
831
|
|
@@ -940,6 +978,7 @@ module Aws::MediaPackageV2
|
|
940
978
|
UpdateOriginEndpointRequest.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: CreateHlsManifests, location_name: "HlsManifests"))
|
941
979
|
UpdateOriginEndpointRequest.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: CreateLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
|
942
980
|
UpdateOriginEndpointRequest.add_member(:dash_manifests, Shapes::ShapeRef.new(shape: CreateDashManifests, location_name: "DashManifests"))
|
981
|
+
UpdateOriginEndpointRequest.add_member(:mss_manifests, Shapes::ShapeRef.new(shape: CreateMssManifests, location_name: "MssManifests"))
|
943
982
|
UpdateOriginEndpointRequest.add_member(:force_endpoint_error_configuration, Shapes::ShapeRef.new(shape: ForceEndpointErrorConfiguration, location_name: "ForceEndpointErrorConfiguration"))
|
944
983
|
UpdateOriginEndpointRequest.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location: "header", location_name: "x-amzn-update-if-match"))
|
945
984
|
UpdateOriginEndpointRequest.struct_class = Types::UpdateOriginEndpointRequest
|
@@ -956,6 +995,7 @@ module Aws::MediaPackageV2
|
|
956
995
|
UpdateOriginEndpointResponse.add_member(:startover_window_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "StartoverWindowSeconds"))
|
957
996
|
UpdateOriginEndpointResponse.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: GetHlsManifests, location_name: "HlsManifests"))
|
958
997
|
UpdateOriginEndpointResponse.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: GetLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
|
998
|
+
UpdateOriginEndpointResponse.add_member(:mss_manifests, Shapes::ShapeRef.new(shape: GetMssManifests, location_name: "MssManifests"))
|
959
999
|
UpdateOriginEndpointResponse.add_member(:force_endpoint_error_configuration, Shapes::ShapeRef.new(shape: ForceEndpointErrorConfiguration, location_name: "ForceEndpointErrorConfiguration"))
|
960
1000
|
UpdateOriginEndpointResponse.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location_name: "ETag"))
|
961
1001
|
UpdateOriginEndpointResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
@@ -891,6 +891,50 @@ module Aws::MediaPackageV2
|
|
891
891
|
include Aws::Structure
|
892
892
|
end
|
893
893
|
|
894
|
+
# Configuration parameters for creating a Microsoft Smooth Streaming
|
895
|
+
# (MSS) manifest. MSS is a streaming media format developed by Microsoft
|
896
|
+
# that delivers adaptive bitrate streaming content to compatible players
|
897
|
+
# and devices.
|
898
|
+
#
|
899
|
+
# @!attribute [rw] manifest_name
|
900
|
+
# A short string that's appended to the endpoint URL to create a
|
901
|
+
# unique path to this MSS manifest. The manifest name must be unique
|
902
|
+
# within the origin endpoint and can contain letters, numbers,
|
903
|
+
# hyphens, and underscores.
|
904
|
+
# @return [String]
|
905
|
+
#
|
906
|
+
# @!attribute [rw] manifest_window_seconds
|
907
|
+
# The total duration (in seconds) of the manifest window. This
|
908
|
+
# determines how much content is available in the manifest at any
|
909
|
+
# given time. The manifest window slides forward as new segments
|
910
|
+
# become available, maintaining a consistent duration of content. The
|
911
|
+
# minimum value is 30 seconds.
|
912
|
+
# @return [Integer]
|
913
|
+
#
|
914
|
+
# @!attribute [rw] filter_configuration
|
915
|
+
# Filter configuration includes settings for manifest filtering, start
|
916
|
+
# and end times, and time delay that apply to all of your egress
|
917
|
+
# requests for this manifest.
|
918
|
+
# @return [Types::FilterConfiguration]
|
919
|
+
#
|
920
|
+
# @!attribute [rw] manifest_layout
|
921
|
+
# Determines the layout format of the MSS manifest. This controls how
|
922
|
+
# the manifest is structured and presented to client players,
|
923
|
+
# affecting compatibility with different MSS-compatible devices and
|
924
|
+
# applications.
|
925
|
+
# @return [String]
|
926
|
+
#
|
927
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/CreateMssManifestConfiguration AWS API Documentation
|
928
|
+
#
|
929
|
+
class CreateMssManifestConfiguration < Struct.new(
|
930
|
+
:manifest_name,
|
931
|
+
:manifest_window_seconds,
|
932
|
+
:filter_configuration,
|
933
|
+
:manifest_layout)
|
934
|
+
SENSITIVE = []
|
935
|
+
include Aws::Structure
|
936
|
+
end
|
937
|
+
|
894
938
|
# @!attribute [rw] channel_group_name
|
895
939
|
# The name that describes the channel group. The name is the primary
|
896
940
|
# identifier for the channel group, and must be unique for your
|
@@ -954,6 +998,13 @@ module Aws::MediaPackageV2
|
|
954
998
|
# A DASH manifest configuration.
|
955
999
|
# @return [Array<Types::CreateDashManifestConfiguration>]
|
956
1000
|
#
|
1001
|
+
# @!attribute [rw] mss_manifests
|
1002
|
+
# A list of Microsoft Smooth Streaming (MSS) manifest configurations
|
1003
|
+
# for the origin endpoint. You can configure multiple MSS manifests to
|
1004
|
+
# provide different streaming experiences or to support different
|
1005
|
+
# client requirements.
|
1006
|
+
# @return [Array<Types::CreateMssManifestConfiguration>]
|
1007
|
+
#
|
957
1008
|
# @!attribute [rw] force_endpoint_error_configuration
|
958
1009
|
# The failover settings for the endpoint.
|
959
1010
|
# @return [Types::ForceEndpointErrorConfiguration]
|
@@ -981,6 +1032,7 @@ module Aws::MediaPackageV2
|
|
981
1032
|
:hls_manifests,
|
982
1033
|
:low_latency_hls_manifests,
|
983
1034
|
:dash_manifests,
|
1035
|
+
:mss_manifests,
|
984
1036
|
:force_endpoint_error_configuration,
|
985
1037
|
:tags)
|
986
1038
|
SENSITIVE = []
|
@@ -1048,6 +1100,11 @@ module Aws::MediaPackageV2
|
|
1048
1100
|
# A DASH manifest configuration.
|
1049
1101
|
# @return [Array<Types::GetDashManifestConfiguration>]
|
1050
1102
|
#
|
1103
|
+
# @!attribute [rw] mss_manifests
|
1104
|
+
# The Microsoft Smooth Streaming (MSS) manifest configurations that
|
1105
|
+
# were created for this origin endpoint.
|
1106
|
+
# @return [Array<Types::GetMssManifestConfiguration>]
|
1107
|
+
#
|
1051
1108
|
# @!attribute [rw] force_endpoint_error_configuration
|
1052
1109
|
# The failover settings for the endpoint.
|
1053
1110
|
# @return [Types::ForceEndpointErrorConfiguration]
|
@@ -1079,6 +1136,7 @@ module Aws::MediaPackageV2
|
|
1079
1136
|
:hls_manifests,
|
1080
1137
|
:low_latency_hls_manifests,
|
1081
1138
|
:dash_manifests,
|
1139
|
+
:mss_manifests,
|
1082
1140
|
:force_endpoint_error_configuration,
|
1083
1141
|
:etag,
|
1084
1142
|
:tags)
|
@@ -1470,6 +1528,29 @@ module Aws::MediaPackageV2
|
|
1470
1528
|
# every thirty minutes: `1800`
|
1471
1529
|
# @return [Integer]
|
1472
1530
|
#
|
1531
|
+
# @!attribute [rw] cmaf_exclude_segment_drm_metadata
|
1532
|
+
# Excludes SEIG and SGPD boxes from segment metadata in CMAF
|
1533
|
+
# containers.
|
1534
|
+
#
|
1535
|
+
# When set to `true`, MediaPackage omits these DRM metadata boxes from
|
1536
|
+
# CMAF segments, which can improve compatibility with certain devices
|
1537
|
+
# and players that don't support these boxes.
|
1538
|
+
#
|
1539
|
+
# Important considerations:
|
1540
|
+
#
|
1541
|
+
# * This setting only affects CMAF container formats
|
1542
|
+
#
|
1543
|
+
# * Key rotation can still be handled through media playlist signaling
|
1544
|
+
#
|
1545
|
+
# * PSSH and TENC boxes remain unaffected
|
1546
|
+
#
|
1547
|
+
# * Default behavior is preserved when this setting is disabled
|
1548
|
+
#
|
1549
|
+
# Valid values: `true` \| `false`
|
1550
|
+
#
|
1551
|
+
# Default: `false`
|
1552
|
+
# @return [Boolean]
|
1553
|
+
#
|
1473
1554
|
# @!attribute [rw] speke_key_provider
|
1474
1555
|
# The parameters for the SPEKE key provider.
|
1475
1556
|
# @return [Types::SpekeKeyProvider]
|
@@ -1480,6 +1561,7 @@ module Aws::MediaPackageV2
|
|
1480
1561
|
:constant_initialization_vector,
|
1481
1562
|
:encryption_method,
|
1482
1563
|
:key_rotation_interval_seconds,
|
1564
|
+
:cmaf_exclude_segment_drm_metadata,
|
1483
1565
|
:speke_key_provider)
|
1484
1566
|
SENSITIVE = []
|
1485
1567
|
include Aws::Structure
|
@@ -1581,11 +1663,18 @@ module Aws::MediaPackageV2
|
|
1581
1663
|
# The encryption method to use.
|
1582
1664
|
# @return [String]
|
1583
1665
|
#
|
1666
|
+
# @!attribute [rw] ism_encryption_method
|
1667
|
+
# The encryption method used for Microsoft Smooth Streaming (MSS)
|
1668
|
+
# content. This specifies how the MSS segments are encrypted to
|
1669
|
+
# protect the content during delivery to client players.
|
1670
|
+
# @return [String]
|
1671
|
+
#
|
1584
1672
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/EncryptionMethod AWS API Documentation
|
1585
1673
|
#
|
1586
1674
|
class EncryptionMethod < Struct.new(
|
1587
1675
|
:ts_encryption_method,
|
1588
|
-
:cmaf_encryption_method
|
1676
|
+
:cmaf_encryption_method,
|
1677
|
+
:ism_encryption_method)
|
1589
1678
|
SENSITIVE = []
|
1590
1679
|
include Aws::Structure
|
1591
1680
|
end
|
@@ -2315,6 +2404,51 @@ module Aws::MediaPackageV2
|
|
2315
2404
|
include Aws::Structure
|
2316
2405
|
end
|
2317
2406
|
|
2407
|
+
# Configuration details for a Microsoft Smooth Streaming (MSS) manifest
|
2408
|
+
# associated with an origin endpoint. This includes all the settings and
|
2409
|
+
# properties that define how the MSS content is packaged and delivered.
|
2410
|
+
#
|
2411
|
+
# @!attribute [rw] manifest_name
|
2412
|
+
# The name of the MSS manifest. This name is appended to the origin
|
2413
|
+
# endpoint URL to create the unique path for accessing this specific
|
2414
|
+
# MSS manifest.
|
2415
|
+
# @return [String]
|
2416
|
+
#
|
2417
|
+
# @!attribute [rw] url
|
2418
|
+
# The complete URL for accessing the MSS manifest. Client players use
|
2419
|
+
# this URL to retrieve the manifest and begin streaming the Microsoft
|
2420
|
+
# Smooth Streaming content.
|
2421
|
+
# @return [String]
|
2422
|
+
#
|
2423
|
+
# @!attribute [rw] filter_configuration
|
2424
|
+
# Filter configuration includes settings for manifest filtering, start
|
2425
|
+
# and end times, and time delay that apply to all of your egress
|
2426
|
+
# requests for this manifest.
|
2427
|
+
# @return [Types::FilterConfiguration]
|
2428
|
+
#
|
2429
|
+
# @!attribute [rw] manifest_window_seconds
|
2430
|
+
# The duration (in seconds) of the manifest window. This represents
|
2431
|
+
# the total amount of content available in the manifest at any given
|
2432
|
+
# time.
|
2433
|
+
# @return [Integer]
|
2434
|
+
#
|
2435
|
+
# @!attribute [rw] manifest_layout
|
2436
|
+
# The layout format of the MSS manifest, which determines how the
|
2437
|
+
# manifest is structured for client compatibility.
|
2438
|
+
# @return [String]
|
2439
|
+
#
|
2440
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/GetMssManifestConfiguration AWS API Documentation
|
2441
|
+
#
|
2442
|
+
class GetMssManifestConfiguration < Struct.new(
|
2443
|
+
:manifest_name,
|
2444
|
+
:url,
|
2445
|
+
:filter_configuration,
|
2446
|
+
:manifest_window_seconds,
|
2447
|
+
:manifest_layout)
|
2448
|
+
SENSITIVE = []
|
2449
|
+
include Aws::Structure
|
2450
|
+
end
|
2451
|
+
|
2318
2452
|
# @!attribute [rw] channel_group_name
|
2319
2453
|
# The name that describes the channel group. The name is the primary
|
2320
2454
|
# identifier for the channel group, and must be unique for your
|
@@ -2469,6 +2603,11 @@ module Aws::MediaPackageV2
|
|
2469
2603
|
# A DASH manifest configuration.
|
2470
2604
|
# @return [Array<Types::GetDashManifestConfiguration>]
|
2471
2605
|
#
|
2606
|
+
# @!attribute [rw] mss_manifests
|
2607
|
+
# The Microsoft Smooth Streaming (MSS) manifest configurations
|
2608
|
+
# associated with this origin endpoint.
|
2609
|
+
# @return [Array<Types::GetMssManifestConfiguration>]
|
2610
|
+
#
|
2472
2611
|
# @!attribute [rw] force_endpoint_error_configuration
|
2473
2612
|
# The failover settings for the endpoint.
|
2474
2613
|
# @return [Types::ForceEndpointErrorConfiguration]
|
@@ -2501,6 +2640,7 @@ module Aws::MediaPackageV2
|
|
2501
2640
|
:hls_manifests,
|
2502
2641
|
:low_latency_hls_manifests,
|
2503
2642
|
:dash_manifests,
|
2643
|
+
:mss_manifests,
|
2504
2644
|
:force_endpoint_error_configuration,
|
2505
2645
|
:etag,
|
2506
2646
|
:tags)
|
@@ -2964,6 +3104,27 @@ module Aws::MediaPackageV2
|
|
2964
3104
|
include Aws::Structure
|
2965
3105
|
end
|
2966
3106
|
|
3107
|
+
# Summary information about a Microsoft Smooth Streaming (MSS) manifest
|
3108
|
+
# configuration. This provides key details about the MSS manifest
|
3109
|
+
# without including all configuration parameters.
|
3110
|
+
#
|
3111
|
+
# @!attribute [rw] manifest_name
|
3112
|
+
# The name of the MSS manifest configuration.
|
3113
|
+
# @return [String]
|
3114
|
+
#
|
3115
|
+
# @!attribute [rw] url
|
3116
|
+
# The URL for accessing the MSS manifest.
|
3117
|
+
# @return [String]
|
3118
|
+
#
|
3119
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/ListMssManifestConfiguration AWS API Documentation
|
3120
|
+
#
|
3121
|
+
class ListMssManifestConfiguration < Struct.new(
|
3122
|
+
:manifest_name,
|
3123
|
+
:url)
|
3124
|
+
SENSITIVE = []
|
3125
|
+
include Aws::Structure
|
3126
|
+
end
|
3127
|
+
|
2967
3128
|
# @!attribute [rw] channel_group_name
|
2968
3129
|
# The name that describes the channel group. The name is the primary
|
2969
3130
|
# identifier for the channel group, and must be unique for your
|
@@ -3094,6 +3255,12 @@ module Aws::MediaPackageV2
|
|
3094
3255
|
# A DASH manifest configuration.
|
3095
3256
|
# @return [Array<Types::ListDashManifestConfiguration>]
|
3096
3257
|
#
|
3258
|
+
# @!attribute [rw] mss_manifests
|
3259
|
+
# A list of Microsoft Smooth Streaming (MSS) manifest configurations
|
3260
|
+
# associated with the origin endpoint. Each configuration represents a
|
3261
|
+
# different MSS streaming option available from this endpoint.
|
3262
|
+
# @return [Array<Types::ListMssManifestConfiguration>]
|
3263
|
+
#
|
3097
3264
|
# @!attribute [rw] force_endpoint_error_configuration
|
3098
3265
|
# The failover settings for the endpoint.
|
3099
3266
|
# @return [Types::ForceEndpointErrorConfiguration]
|
@@ -3112,6 +3279,7 @@ module Aws::MediaPackageV2
|
|
3112
3279
|
:hls_manifests,
|
3113
3280
|
:low_latency_hls_manifests,
|
3114
3281
|
:dash_manifests,
|
3282
|
+
:mss_manifests,
|
3115
3283
|
:force_endpoint_error_configuration)
|
3116
3284
|
SENSITIVE = []
|
3117
3285
|
include Aws::Structure
|
@@ -3900,6 +4068,12 @@ module Aws::MediaPackageV2
|
|
3900
4068
|
# A DASH manifest configuration.
|
3901
4069
|
# @return [Array<Types::CreateDashManifestConfiguration>]
|
3902
4070
|
#
|
4071
|
+
# @!attribute [rw] mss_manifests
|
4072
|
+
# A list of Microsoft Smooth Streaming (MSS) manifest configurations
|
4073
|
+
# to update for the origin endpoint. This replaces the existing MSS
|
4074
|
+
# manifest configurations.
|
4075
|
+
# @return [Array<Types::CreateMssManifestConfiguration>]
|
4076
|
+
#
|
3903
4077
|
# @!attribute [rw] force_endpoint_error_configuration
|
3904
4078
|
# The failover settings for the endpoint.
|
3905
4079
|
# @return [Types::ForceEndpointErrorConfiguration]
|
@@ -3923,6 +4097,7 @@ module Aws::MediaPackageV2
|
|
3923
4097
|
:hls_manifests,
|
3924
4098
|
:low_latency_hls_manifests,
|
3925
4099
|
:dash_manifests,
|
4100
|
+
:mss_manifests,
|
3926
4101
|
:force_endpoint_error_configuration,
|
3927
4102
|
:etag)
|
3928
4103
|
SENSITIVE = []
|
@@ -3986,6 +4161,11 @@ module Aws::MediaPackageV2
|
|
3986
4161
|
# A low-latency HLS manifest configuration.
|
3987
4162
|
# @return [Array<Types::GetLowLatencyHlsManifestConfiguration>]
|
3988
4163
|
#
|
4164
|
+
# @!attribute [rw] mss_manifests
|
4165
|
+
# The updated Microsoft Smooth Streaming (MSS) manifest configurations
|
4166
|
+
# for this origin endpoint.
|
4167
|
+
# @return [Array<Types::GetMssManifestConfiguration>]
|
4168
|
+
#
|
3989
4169
|
# @!attribute [rw] force_endpoint_error_configuration
|
3990
4170
|
# The failover settings for the endpoint.
|
3991
4171
|
# @return [Types::ForceEndpointErrorConfiguration]
|
@@ -4020,6 +4200,7 @@ module Aws::MediaPackageV2
|
|
4020
4200
|
:startover_window_seconds,
|
4021
4201
|
:hls_manifests,
|
4022
4202
|
:low_latency_hls_manifests,
|
4203
|
+
:mss_manifests,
|
4023
4204
|
:force_endpoint_error_configuration,
|
4024
4205
|
:etag,
|
4025
4206
|
:tags,
|
data/sig/client.rbs
CHANGED
@@ -205,7 +205,7 @@ module Aws
|
|
205
205
|
def channel_group_name: () -> ::String
|
206
206
|
def channel_name: () -> ::String
|
207
207
|
def origin_endpoint_name: () -> ::String
|
208
|
-
def container_type: () -> ("TS" | "CMAF")
|
208
|
+
def container_type: () -> ("TS" | "CMAF" | "ISM")
|
209
209
|
def segment: () -> Types::Segment
|
210
210
|
def created_at: () -> ::Time
|
211
211
|
def modified_at: () -> ::Time
|
@@ -214,6 +214,7 @@ module Aws
|
|
214
214
|
def hls_manifests: () -> ::Array[Types::GetHlsManifestConfiguration]
|
215
215
|
def low_latency_hls_manifests: () -> ::Array[Types::GetLowLatencyHlsManifestConfiguration]
|
216
216
|
def dash_manifests: () -> ::Array[Types::GetDashManifestConfiguration]
|
217
|
+
def mss_manifests: () -> ::Array[Types::GetMssManifestConfiguration]
|
217
218
|
def force_endpoint_error_configuration: () -> Types::ForceEndpointErrorConfiguration
|
218
219
|
def etag: () -> ::String
|
219
220
|
def tags: () -> ::Hash[::String, ::String]
|
@@ -223,7 +224,7 @@ module Aws
|
|
223
224
|
channel_group_name: ::String,
|
224
225
|
channel_name: ::String,
|
225
226
|
origin_endpoint_name: ::String,
|
226
|
-
container_type: ("TS" | "CMAF"),
|
227
|
+
container_type: ("TS" | "CMAF" | "ISM"),
|
227
228
|
?segment: {
|
228
229
|
segment_duration_seconds: ::Integer?,
|
229
230
|
segment_name: ::String?,
|
@@ -237,9 +238,11 @@ module Aws
|
|
237
238
|
constant_initialization_vector: ::String?,
|
238
239
|
encryption_method: {
|
239
240
|
ts_encryption_method: ("AES_128" | "SAMPLE_AES")?,
|
240
|
-
cmaf_encryption_method: ("CENC" | "CBCS")
|
241
|
+
cmaf_encryption_method: ("CENC" | "CBCS")?,
|
242
|
+
ism_encryption_method: ("CENC")?
|
241
243
|
},
|
242
244
|
key_rotation_interval_seconds: ::Integer?,
|
245
|
+
cmaf_exclude_segment_drm_metadata: bool?,
|
243
246
|
speke_key_provider: {
|
244
247
|
encryption_contract_configuration: {
|
245
248
|
preset_speke_20_audio: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED"),
|
@@ -362,6 +365,20 @@ module Aws
|
|
362
365
|
}?
|
363
366
|
},
|
364
367
|
],
|
368
|
+
?mss_manifests: Array[
|
369
|
+
{
|
370
|
+
manifest_name: ::String,
|
371
|
+
manifest_window_seconds: ::Integer?,
|
372
|
+
filter_configuration: {
|
373
|
+
manifest_filter: ::String?,
|
374
|
+
start: ::Time?,
|
375
|
+
end: ::Time?,
|
376
|
+
time_delay_seconds: ::Integer?,
|
377
|
+
clip_start_time: ::Time?
|
378
|
+
}?,
|
379
|
+
manifest_layout: ("FULL" | "COMPACT")?
|
380
|
+
},
|
381
|
+
],
|
365
382
|
?force_endpoint_error_configuration: {
|
366
383
|
endpoint_error_conditions: Array[("STALE_MANIFEST" | "INCOMPLETE_MANIFEST" | "MISSING_DRM_KEY" | "SLATE_INPUT")]?
|
367
384
|
},
|
@@ -506,7 +523,7 @@ module Aws
|
|
506
523
|
def channel_group_name: () -> ::String
|
507
524
|
def channel_name: () -> ::String
|
508
525
|
def origin_endpoint_name: () -> ::String
|
509
|
-
def container_type: () -> ("TS" | "CMAF")
|
526
|
+
def container_type: () -> ("TS" | "CMAF" | "ISM")
|
510
527
|
def segment: () -> Types::Segment
|
511
528
|
def created_at: () -> ::Time
|
512
529
|
def modified_at: () -> ::Time
|
@@ -516,6 +533,7 @@ module Aws
|
|
516
533
|
def hls_manifests: () -> ::Array[Types::GetHlsManifestConfiguration]
|
517
534
|
def low_latency_hls_manifests: () -> ::Array[Types::GetLowLatencyHlsManifestConfiguration]
|
518
535
|
def dash_manifests: () -> ::Array[Types::GetDashManifestConfiguration]
|
536
|
+
def mss_manifests: () -> ::Array[Types::GetMssManifestConfiguration]
|
519
537
|
def force_endpoint_error_configuration: () -> Types::ForceEndpointErrorConfiguration
|
520
538
|
def etag: () -> ::String
|
521
539
|
def tags: () -> ::Hash[::String, ::String]
|
@@ -730,7 +748,7 @@ module Aws
|
|
730
748
|
def channel_group_name: () -> ::String
|
731
749
|
def channel_name: () -> ::String
|
732
750
|
def origin_endpoint_name: () -> ::String
|
733
|
-
def container_type: () -> ("TS" | "CMAF")
|
751
|
+
def container_type: () -> ("TS" | "CMAF" | "ISM")
|
734
752
|
def segment: () -> Types::Segment
|
735
753
|
def created_at: () -> ::Time
|
736
754
|
def modified_at: () -> ::Time
|
@@ -738,6 +756,7 @@ module Aws
|
|
738
756
|
def startover_window_seconds: () -> ::Integer
|
739
757
|
def hls_manifests: () -> ::Array[Types::GetHlsManifestConfiguration]
|
740
758
|
def low_latency_hls_manifests: () -> ::Array[Types::GetLowLatencyHlsManifestConfiguration]
|
759
|
+
def mss_manifests: () -> ::Array[Types::GetMssManifestConfiguration]
|
741
760
|
def force_endpoint_error_configuration: () -> Types::ForceEndpointErrorConfiguration
|
742
761
|
def etag: () -> ::String
|
743
762
|
def tags: () -> ::Hash[::String, ::String]
|
@@ -748,7 +767,7 @@ module Aws
|
|
748
767
|
channel_group_name: ::String,
|
749
768
|
channel_name: ::String,
|
750
769
|
origin_endpoint_name: ::String,
|
751
|
-
container_type: ("TS" | "CMAF"),
|
770
|
+
container_type: ("TS" | "CMAF" | "ISM"),
|
752
771
|
?segment: {
|
753
772
|
segment_duration_seconds: ::Integer?,
|
754
773
|
segment_name: ::String?,
|
@@ -762,9 +781,11 @@ module Aws
|
|
762
781
|
constant_initialization_vector: ::String?,
|
763
782
|
encryption_method: {
|
764
783
|
ts_encryption_method: ("AES_128" | "SAMPLE_AES")?,
|
765
|
-
cmaf_encryption_method: ("CENC" | "CBCS")
|
784
|
+
cmaf_encryption_method: ("CENC" | "CBCS")?,
|
785
|
+
ism_encryption_method: ("CENC")?
|
766
786
|
},
|
767
787
|
key_rotation_interval_seconds: ::Integer?,
|
788
|
+
cmaf_exclude_segment_drm_metadata: bool?,
|
768
789
|
speke_key_provider: {
|
769
790
|
encryption_contract_configuration: {
|
770
791
|
preset_speke_20_audio: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED"),
|
@@ -886,6 +907,20 @@ module Aws
|
|
886
907
|
}?
|
887
908
|
},
|
888
909
|
],
|
910
|
+
?mss_manifests: Array[
|
911
|
+
{
|
912
|
+
manifest_name: ::String,
|
913
|
+
manifest_window_seconds: ::Integer?,
|
914
|
+
filter_configuration: {
|
915
|
+
manifest_filter: ::String?,
|
916
|
+
start: ::Time?,
|
917
|
+
end: ::Time?,
|
918
|
+
time_delay_seconds: ::Integer?,
|
919
|
+
clip_start_time: ::Time?
|
920
|
+
}?,
|
921
|
+
manifest_layout: ("FULL" | "COMPACT")?
|
922
|
+
},
|
923
|
+
],
|
889
924
|
?force_endpoint_error_configuration: {
|
890
925
|
endpoint_error_conditions: Array[("STALE_MANIFEST" | "INCOMPLETE_MANIFEST" | "MISSING_DRM_KEY" | "SLATE_INPUT")]?
|
891
926
|
},
|