aws-sdk-mediapackagev2 1.41.0 → 1.43.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediapackagev2/client.rb +731 -7
- data/lib/aws-sdk-mediapackagev2/client_api.rb +52 -0
- data/lib/aws-sdk-mediapackagev2/types.rb +239 -7
- data/lib/aws-sdk-mediapackagev2.rb +1 -1
- data/sig/client.rbs +48 -8
- data/sig/types.rbs +46 -7
- metadata +1 -1
@@ -20,6 +20,10 @@ module Aws::MediaPackageV2
|
|
20
20
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
21
21
|
CancelHarvestJobRequest = Shapes::StructureShape.new(name: 'CancelHarvestJobRequest')
|
22
22
|
CancelHarvestJobResponse = Shapes::StructureShape.new(name: 'CancelHarvestJobResponse')
|
23
|
+
CdnAuthConfiguration = Shapes::StructureShape.new(name: 'CdnAuthConfiguration')
|
24
|
+
CdnAuthConfigurationCdnIdentifierSecretArnsList = Shapes::ListShape.new(name: 'CdnAuthConfigurationCdnIdentifierSecretArnsList')
|
25
|
+
CdnAuthConfigurationSecretsRoleArnString = Shapes::StringShape.new(name: 'CdnAuthConfigurationSecretsRoleArnString')
|
26
|
+
CdnIdentifierSecretArn = Shapes::StringShape.new(name: 'CdnIdentifierSecretArn')
|
23
27
|
ChannelGroupListConfiguration = Shapes::StructureShape.new(name: 'ChannelGroupListConfiguration')
|
24
28
|
ChannelGroupsList = Shapes::ListShape.new(name: 'ChannelGroupsList')
|
25
29
|
ChannelList = Shapes::ListShape.new(name: 'ChannelList')
|
@@ -48,6 +52,9 @@ module Aws::MediaPackageV2
|
|
48
52
|
CreateLowLatencyHlsManifestConfigurationManifestWindowSecondsInteger = Shapes::IntegerShape.new(name: 'CreateLowLatencyHlsManifestConfigurationManifestWindowSecondsInteger')
|
49
53
|
CreateLowLatencyHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger = Shapes::IntegerShape.new(name: 'CreateLowLatencyHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger')
|
50
54
|
CreateLowLatencyHlsManifests = Shapes::ListShape.new(name: 'CreateLowLatencyHlsManifests')
|
55
|
+
CreateMssManifestConfiguration = Shapes::StructureShape.new(name: 'CreateMssManifestConfiguration')
|
56
|
+
CreateMssManifestConfigurationManifestWindowSecondsInteger = Shapes::IntegerShape.new(name: 'CreateMssManifestConfigurationManifestWindowSecondsInteger')
|
57
|
+
CreateMssManifests = Shapes::ListShape.new(name: 'CreateMssManifests')
|
51
58
|
CreateOriginEndpointRequest = Shapes::StructureShape.new(name: 'CreateOriginEndpointRequest')
|
52
59
|
CreateOriginEndpointRequestStartoverWindowSecondsInteger = Shapes::IntegerShape.new(name: 'CreateOriginEndpointRequestStartoverWindowSecondsInteger')
|
53
60
|
CreateOriginEndpointResponse = Shapes::StructureShape.new(name: 'CreateOriginEndpointResponse')
|
@@ -124,6 +131,8 @@ module Aws::MediaPackageV2
|
|
124
131
|
GetHlsManifests = Shapes::ListShape.new(name: 'GetHlsManifests')
|
125
132
|
GetLowLatencyHlsManifestConfiguration = Shapes::StructureShape.new(name: 'GetLowLatencyHlsManifestConfiguration')
|
126
133
|
GetLowLatencyHlsManifests = Shapes::ListShape.new(name: 'GetLowLatencyHlsManifests')
|
134
|
+
GetMssManifestConfiguration = Shapes::StructureShape.new(name: 'GetMssManifestConfiguration')
|
135
|
+
GetMssManifests = Shapes::ListShape.new(name: 'GetMssManifests')
|
127
136
|
GetOriginEndpointPolicyRequest = Shapes::StructureShape.new(name: 'GetOriginEndpointPolicyRequest')
|
128
137
|
GetOriginEndpointPolicyResponse = Shapes::StructureShape.new(name: 'GetOriginEndpointPolicyResponse')
|
129
138
|
GetOriginEndpointRequest = Shapes::StructureShape.new(name: 'GetOriginEndpointRequest')
|
@@ -146,6 +155,7 @@ module Aws::MediaPackageV2
|
|
146
155
|
InputType = Shapes::StringShape.new(name: 'InputType')
|
147
156
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
148
157
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
158
|
+
IsmEncryptionMethod = Shapes::StringShape.new(name: 'IsmEncryptionMethod')
|
149
159
|
ListChannelGroupsRequest = Shapes::StructureShape.new(name: 'ListChannelGroupsRequest')
|
150
160
|
ListChannelGroupsResponse = Shapes::StructureShape.new(name: 'ListChannelGroupsResponse')
|
151
161
|
ListChannelsRequest = Shapes::StructureShape.new(name: 'ListChannelsRequest')
|
@@ -161,12 +171,15 @@ module Aws::MediaPackageV2
|
|
161
171
|
ListHlsManifests = Shapes::ListShape.new(name: 'ListHlsManifests')
|
162
172
|
ListLowLatencyHlsManifestConfiguration = Shapes::StructureShape.new(name: 'ListLowLatencyHlsManifestConfiguration')
|
163
173
|
ListLowLatencyHlsManifests = Shapes::ListShape.new(name: 'ListLowLatencyHlsManifests')
|
174
|
+
ListMssManifestConfiguration = Shapes::StructureShape.new(name: 'ListMssManifestConfiguration')
|
175
|
+
ListMssManifests = Shapes::ListShape.new(name: 'ListMssManifests')
|
164
176
|
ListOriginEndpointsRequest = Shapes::StructureShape.new(name: 'ListOriginEndpointsRequest')
|
165
177
|
ListOriginEndpointsResponse = Shapes::StructureShape.new(name: 'ListOriginEndpointsResponse')
|
166
178
|
ListResourceMaxResults = Shapes::IntegerShape.new(name: 'ListResourceMaxResults')
|
167
179
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
168
180
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
169
181
|
ManifestName = Shapes::StringShape.new(name: 'ManifestName')
|
182
|
+
MssManifestLayout = Shapes::StringShape.new(name: 'MssManifestLayout')
|
170
183
|
OriginEndpointListConfiguration = Shapes::StructureShape.new(name: 'OriginEndpointListConfiguration')
|
171
184
|
OriginEndpointsList = Shapes::ListShape.new(name: 'OriginEndpointsList')
|
172
185
|
OutputHeaderConfiguration = Shapes::StructureShape.new(name: 'OutputHeaderConfiguration')
|
@@ -236,6 +249,12 @@ module Aws::MediaPackageV2
|
|
236
249
|
|
237
250
|
CancelHarvestJobResponse.struct_class = Types::CancelHarvestJobResponse
|
238
251
|
|
252
|
+
CdnAuthConfiguration.add_member(:cdn_identifier_secret_arns, Shapes::ShapeRef.new(shape: CdnAuthConfigurationCdnIdentifierSecretArnsList, required: true, location_name: "CdnIdentifierSecretArns"))
|
253
|
+
CdnAuthConfiguration.add_member(:secrets_role_arn, Shapes::ShapeRef.new(shape: CdnAuthConfigurationSecretsRoleArnString, required: true, location_name: "SecretsRoleArn"))
|
254
|
+
CdnAuthConfiguration.struct_class = Types::CdnAuthConfiguration
|
255
|
+
|
256
|
+
CdnAuthConfigurationCdnIdentifierSecretArnsList.member = Shapes::ShapeRef.new(shape: CdnIdentifierSecretArn)
|
257
|
+
|
239
258
|
ChannelGroupListConfiguration.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelGroupName"))
|
240
259
|
ChannelGroupListConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
|
241
260
|
ChannelGroupListConfiguration.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
|
@@ -374,6 +393,14 @@ module Aws::MediaPackageV2
|
|
374
393
|
|
375
394
|
CreateLowLatencyHlsManifests.member = Shapes::ShapeRef.new(shape: CreateLowLatencyHlsManifestConfiguration)
|
376
395
|
|
396
|
+
CreateMssManifestConfiguration.add_member(:manifest_name, Shapes::ShapeRef.new(shape: ManifestName, required: true, location_name: "ManifestName"))
|
397
|
+
CreateMssManifestConfiguration.add_member(:manifest_window_seconds, Shapes::ShapeRef.new(shape: CreateMssManifestConfigurationManifestWindowSecondsInteger, location_name: "ManifestWindowSeconds"))
|
398
|
+
CreateMssManifestConfiguration.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: FilterConfiguration, location_name: "FilterConfiguration"))
|
399
|
+
CreateMssManifestConfiguration.add_member(:manifest_layout, Shapes::ShapeRef.new(shape: MssManifestLayout, location_name: "ManifestLayout"))
|
400
|
+
CreateMssManifestConfiguration.struct_class = Types::CreateMssManifestConfiguration
|
401
|
+
|
402
|
+
CreateMssManifests.member = Shapes::ShapeRef.new(shape: CreateMssManifestConfiguration)
|
403
|
+
|
377
404
|
CreateOriginEndpointRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
|
378
405
|
CreateOriginEndpointRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
|
379
406
|
CreateOriginEndpointRequest.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "OriginEndpointName"))
|
@@ -385,6 +412,7 @@ module Aws::MediaPackageV2
|
|
385
412
|
CreateOriginEndpointRequest.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: CreateHlsManifests, location_name: "HlsManifests"))
|
386
413
|
CreateOriginEndpointRequest.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: CreateLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
|
387
414
|
CreateOriginEndpointRequest.add_member(:dash_manifests, Shapes::ShapeRef.new(shape: CreateDashManifests, location_name: "DashManifests"))
|
415
|
+
CreateOriginEndpointRequest.add_member(:mss_manifests, Shapes::ShapeRef.new(shape: CreateMssManifests, location_name: "MssManifests"))
|
388
416
|
CreateOriginEndpointRequest.add_member(:force_endpoint_error_configuration, Shapes::ShapeRef.new(shape: ForceEndpointErrorConfiguration, location_name: "ForceEndpointErrorConfiguration"))
|
389
417
|
CreateOriginEndpointRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
390
418
|
CreateOriginEndpointRequest.struct_class = Types::CreateOriginEndpointRequest
|
@@ -402,6 +430,7 @@ module Aws::MediaPackageV2
|
|
402
430
|
CreateOriginEndpointResponse.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: GetHlsManifests, location_name: "HlsManifests"))
|
403
431
|
CreateOriginEndpointResponse.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: GetLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
|
404
432
|
CreateOriginEndpointResponse.add_member(:dash_manifests, Shapes::ShapeRef.new(shape: GetDashManifests, location_name: "DashManifests"))
|
433
|
+
CreateOriginEndpointResponse.add_member(:mss_manifests, Shapes::ShapeRef.new(shape: GetMssManifests, location_name: "MssManifests"))
|
405
434
|
CreateOriginEndpointResponse.add_member(:force_endpoint_error_configuration, Shapes::ShapeRef.new(shape: ForceEndpointErrorConfiguration, location_name: "ForceEndpointErrorConfiguration"))
|
406
435
|
CreateOriginEndpointResponse.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location_name: "ETag"))
|
407
436
|
CreateOriginEndpointResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
@@ -488,6 +517,7 @@ module Aws::MediaPackageV2
|
|
488
517
|
Encryption.add_member(:constant_initialization_vector, Shapes::ShapeRef.new(shape: EncryptionConstantInitializationVectorString, location_name: "ConstantInitializationVector"))
|
489
518
|
Encryption.add_member(:encryption_method, Shapes::ShapeRef.new(shape: EncryptionMethod, required: true, location_name: "EncryptionMethod"))
|
490
519
|
Encryption.add_member(:key_rotation_interval_seconds, Shapes::ShapeRef.new(shape: EncryptionKeyRotationIntervalSecondsInteger, location_name: "KeyRotationIntervalSeconds"))
|
520
|
+
Encryption.add_member(:cmaf_exclude_segment_drm_metadata, Shapes::ShapeRef.new(shape: Boolean, location_name: "CmafExcludeSegmentDrmMetadata"))
|
491
521
|
Encryption.add_member(:speke_key_provider, Shapes::ShapeRef.new(shape: SpekeKeyProvider, required: true, location_name: "SpekeKeyProvider"))
|
492
522
|
Encryption.struct_class = Types::Encryption
|
493
523
|
|
@@ -497,6 +527,7 @@ module Aws::MediaPackageV2
|
|
497
527
|
|
498
528
|
EncryptionMethod.add_member(:ts_encryption_method, Shapes::ShapeRef.new(shape: TsEncryptionMethod, location_name: "TsEncryptionMethod"))
|
499
529
|
EncryptionMethod.add_member(:cmaf_encryption_method, Shapes::ShapeRef.new(shape: CmafEncryptionMethod, location_name: "CmafEncryptionMethod"))
|
530
|
+
EncryptionMethod.add_member(:ism_encryption_method, Shapes::ShapeRef.new(shape: IsmEncryptionMethod, location_name: "IsmEncryptionMethod"))
|
500
531
|
EncryptionMethod.struct_class = Types::EncryptionMethod
|
501
532
|
|
502
533
|
EndpointErrorConditions.member = Shapes::ShapeRef.new(shape: EndpointErrorCondition)
|
@@ -623,6 +654,15 @@ module Aws::MediaPackageV2
|
|
623
654
|
|
624
655
|
GetLowLatencyHlsManifests.member = Shapes::ShapeRef.new(shape: GetLowLatencyHlsManifestConfiguration)
|
625
656
|
|
657
|
+
GetMssManifestConfiguration.add_member(:manifest_name, Shapes::ShapeRef.new(shape: ManifestName, required: true, location_name: "ManifestName"))
|
658
|
+
GetMssManifestConfiguration.add_member(:url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Url"))
|
659
|
+
GetMssManifestConfiguration.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: FilterConfiguration, location_name: "FilterConfiguration"))
|
660
|
+
GetMssManifestConfiguration.add_member(:manifest_window_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "ManifestWindowSeconds"))
|
661
|
+
GetMssManifestConfiguration.add_member(:manifest_layout, Shapes::ShapeRef.new(shape: MssManifestLayout, location_name: "ManifestLayout"))
|
662
|
+
GetMssManifestConfiguration.struct_class = Types::GetMssManifestConfiguration
|
663
|
+
|
664
|
+
GetMssManifests.member = Shapes::ShapeRef.new(shape: GetMssManifestConfiguration)
|
665
|
+
|
626
666
|
GetOriginEndpointPolicyRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
|
627
667
|
GetOriginEndpointPolicyRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
|
628
668
|
GetOriginEndpointPolicyRequest.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "OriginEndpointName"))
|
@@ -632,6 +672,7 @@ module Aws::MediaPackageV2
|
|
632
672
|
GetOriginEndpointPolicyResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ChannelName"))
|
633
673
|
GetOriginEndpointPolicyResponse.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "OriginEndpointName"))
|
634
674
|
GetOriginEndpointPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyText, required: true, location_name: "Policy"))
|
675
|
+
GetOriginEndpointPolicyResponse.add_member(:cdn_auth_configuration, Shapes::ShapeRef.new(shape: CdnAuthConfiguration, location_name: "CdnAuthConfiguration"))
|
635
676
|
GetOriginEndpointPolicyResponse.struct_class = Types::GetOriginEndpointPolicyResponse
|
636
677
|
|
637
678
|
GetOriginEndpointRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
|
@@ -653,6 +694,7 @@ module Aws::MediaPackageV2
|
|
653
694
|
GetOriginEndpointResponse.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: GetHlsManifests, location_name: "HlsManifests"))
|
654
695
|
GetOriginEndpointResponse.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: GetLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
|
655
696
|
GetOriginEndpointResponse.add_member(:dash_manifests, Shapes::ShapeRef.new(shape: GetDashManifests, location_name: "DashManifests"))
|
697
|
+
GetOriginEndpointResponse.add_member(:mss_manifests, Shapes::ShapeRef.new(shape: GetMssManifests, location_name: "MssManifests"))
|
656
698
|
GetOriginEndpointResponse.add_member(:force_endpoint_error_configuration, Shapes::ShapeRef.new(shape: ForceEndpointErrorConfiguration, location_name: "ForceEndpointErrorConfiguration"))
|
657
699
|
GetOriginEndpointResponse.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location_name: "ETag"))
|
658
700
|
GetOriginEndpointResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
@@ -761,6 +803,12 @@ module Aws::MediaPackageV2
|
|
761
803
|
|
762
804
|
ListLowLatencyHlsManifests.member = Shapes::ShapeRef.new(shape: ListLowLatencyHlsManifestConfiguration)
|
763
805
|
|
806
|
+
ListMssManifestConfiguration.add_member(:manifest_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ManifestName"))
|
807
|
+
ListMssManifestConfiguration.add_member(:url, Shapes::ShapeRef.new(shape: String, location_name: "Url"))
|
808
|
+
ListMssManifestConfiguration.struct_class = Types::ListMssManifestConfiguration
|
809
|
+
|
810
|
+
ListMssManifests.member = Shapes::ShapeRef.new(shape: ListMssManifestConfiguration)
|
811
|
+
|
764
812
|
ListOriginEndpointsRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
|
765
813
|
ListOriginEndpointsRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
|
766
814
|
ListOriginEndpointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListResourceMaxResults, location: "querystring", location_name: "maxResults"))
|
@@ -788,6 +836,7 @@ module Aws::MediaPackageV2
|
|
788
836
|
OriginEndpointListConfiguration.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: ListHlsManifests, location_name: "HlsManifests"))
|
789
837
|
OriginEndpointListConfiguration.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: ListLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
|
790
838
|
OriginEndpointListConfiguration.add_member(:dash_manifests, Shapes::ShapeRef.new(shape: ListDashManifests, location_name: "DashManifests"))
|
839
|
+
OriginEndpointListConfiguration.add_member(:mss_manifests, Shapes::ShapeRef.new(shape: ListMssManifests, location_name: "MssManifests"))
|
791
840
|
OriginEndpointListConfiguration.add_member(:force_endpoint_error_configuration, Shapes::ShapeRef.new(shape: ForceEndpointErrorConfiguration, location_name: "ForceEndpointErrorConfiguration"))
|
792
841
|
OriginEndpointListConfiguration.struct_class = Types::OriginEndpointListConfiguration
|
793
842
|
|
@@ -807,6 +856,7 @@ module Aws::MediaPackageV2
|
|
807
856
|
PutOriginEndpointPolicyRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
|
808
857
|
PutOriginEndpointPolicyRequest.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "OriginEndpointName"))
|
809
858
|
PutOriginEndpointPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyText, required: true, location_name: "Policy"))
|
859
|
+
PutOriginEndpointPolicyRequest.add_member(:cdn_auth_configuration, Shapes::ShapeRef.new(shape: CdnAuthConfiguration, location_name: "CdnAuthConfiguration"))
|
810
860
|
PutOriginEndpointPolicyRequest.struct_class = Types::PutOriginEndpointPolicyRequest
|
811
861
|
|
812
862
|
PutOriginEndpointPolicyResponse.struct_class = Types::PutOriginEndpointPolicyResponse
|
@@ -940,6 +990,7 @@ module Aws::MediaPackageV2
|
|
940
990
|
UpdateOriginEndpointRequest.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: CreateHlsManifests, location_name: "HlsManifests"))
|
941
991
|
UpdateOriginEndpointRequest.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: CreateLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
|
942
992
|
UpdateOriginEndpointRequest.add_member(:dash_manifests, Shapes::ShapeRef.new(shape: CreateDashManifests, location_name: "DashManifests"))
|
993
|
+
UpdateOriginEndpointRequest.add_member(:mss_manifests, Shapes::ShapeRef.new(shape: CreateMssManifests, location_name: "MssManifests"))
|
943
994
|
UpdateOriginEndpointRequest.add_member(:force_endpoint_error_configuration, Shapes::ShapeRef.new(shape: ForceEndpointErrorConfiguration, location_name: "ForceEndpointErrorConfiguration"))
|
944
995
|
UpdateOriginEndpointRequest.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location: "header", location_name: "x-amzn-update-if-match"))
|
945
996
|
UpdateOriginEndpointRequest.struct_class = Types::UpdateOriginEndpointRequest
|
@@ -956,6 +1007,7 @@ module Aws::MediaPackageV2
|
|
956
1007
|
UpdateOriginEndpointResponse.add_member(:startover_window_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "StartoverWindowSeconds"))
|
957
1008
|
UpdateOriginEndpointResponse.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: GetHlsManifests, location_name: "HlsManifests"))
|
958
1009
|
UpdateOriginEndpointResponse.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: GetLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
|
1010
|
+
UpdateOriginEndpointResponse.add_member(:mss_manifests, Shapes::ShapeRef.new(shape: GetMssManifests, location_name: "MssManifests"))
|
959
1011
|
UpdateOriginEndpointResponse.add_member(:force_endpoint_error_configuration, Shapes::ShapeRef.new(shape: ForceEndpointErrorConfiguration, location_name: "ForceEndpointErrorConfiguration"))
|
960
1012
|
UpdateOriginEndpointResponse.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location_name: "ETag"))
|
961
1013
|
UpdateOriginEndpointResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
@@ -10,10 +10,14 @@
|
|
10
10
|
module Aws::MediaPackageV2
|
11
11
|
module Types
|
12
12
|
|
13
|
-
#
|
14
|
-
#
|
15
|
-
#
|
16
|
-
#
|
13
|
+
# Access is denied because either you don't have permissions to perform
|
14
|
+
# the requested operation or MediaPackage is getting throttling errors
|
15
|
+
# with CDN authorization. The user or role that is making the request
|
16
|
+
# must have at least one IAM permissions policy attached that grants the
|
17
|
+
# required permissions. For more information, see Access Management in
|
18
|
+
# the IAM User Guide. Or, if you're using CDN authorization, you will
|
19
|
+
# receive this exception if MediaPackage receives a throttling error
|
20
|
+
# from Secrets Manager.
|
17
21
|
#
|
18
22
|
# @!attribute [rw] message
|
19
23
|
# @return [String]
|
@@ -67,6 +71,27 @@ module Aws::MediaPackageV2
|
|
67
71
|
#
|
68
72
|
class CancelHarvestJobResponse < Aws::EmptyStructure; end
|
69
73
|
|
74
|
+
# The settings to enable CDN authorization headers in MediaPackage.
|
75
|
+
#
|
76
|
+
# @!attribute [rw] cdn_identifier_secret_arns
|
77
|
+
# The ARN for the secret in Secrets Manager that your CDN uses for
|
78
|
+
# authorization to access the endpoint.
|
79
|
+
# @return [Array<String>]
|
80
|
+
#
|
81
|
+
# @!attribute [rw] secrets_role_arn
|
82
|
+
# The ARN for the IAM role that gives MediaPackage read access to
|
83
|
+
# Secrets Manager and KMS for CDN authorization.
|
84
|
+
# @return [String]
|
85
|
+
#
|
86
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/CdnAuthConfiguration AWS API Documentation
|
87
|
+
#
|
88
|
+
class CdnAuthConfiguration < Struct.new(
|
89
|
+
:cdn_identifier_secret_arns,
|
90
|
+
:secrets_role_arn)
|
91
|
+
SENSITIVE = []
|
92
|
+
include Aws::Structure
|
93
|
+
end
|
94
|
+
|
70
95
|
# The configuration of the channel group.
|
71
96
|
#
|
72
97
|
# @!attribute [rw] channel_group_name
|
@@ -891,6 +916,50 @@ module Aws::MediaPackageV2
|
|
891
916
|
include Aws::Structure
|
892
917
|
end
|
893
918
|
|
919
|
+
# Configuration parameters for creating a Microsoft Smooth Streaming
|
920
|
+
# (MSS) manifest. MSS is a streaming media format developed by Microsoft
|
921
|
+
# that delivers adaptive bitrate streaming content to compatible players
|
922
|
+
# and devices.
|
923
|
+
#
|
924
|
+
# @!attribute [rw] manifest_name
|
925
|
+
# A short string that's appended to the endpoint URL to create a
|
926
|
+
# unique path to this MSS manifest. The manifest name must be unique
|
927
|
+
# within the origin endpoint and can contain letters, numbers,
|
928
|
+
# hyphens, and underscores.
|
929
|
+
# @return [String]
|
930
|
+
#
|
931
|
+
# @!attribute [rw] manifest_window_seconds
|
932
|
+
# The total duration (in seconds) of the manifest window. This
|
933
|
+
# determines how much content is available in the manifest at any
|
934
|
+
# given time. The manifest window slides forward as new segments
|
935
|
+
# become available, maintaining a consistent duration of content. The
|
936
|
+
# minimum value is 30 seconds.
|
937
|
+
# @return [Integer]
|
938
|
+
#
|
939
|
+
# @!attribute [rw] filter_configuration
|
940
|
+
# Filter configuration includes settings for manifest filtering, start
|
941
|
+
# and end times, and time delay that apply to all of your egress
|
942
|
+
# requests for this manifest.
|
943
|
+
# @return [Types::FilterConfiguration]
|
944
|
+
#
|
945
|
+
# @!attribute [rw] manifest_layout
|
946
|
+
# Determines the layout format of the MSS manifest. This controls how
|
947
|
+
# the manifest is structured and presented to client players,
|
948
|
+
# affecting compatibility with different MSS-compatible devices and
|
949
|
+
# applications.
|
950
|
+
# @return [String]
|
951
|
+
#
|
952
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/CreateMssManifestConfiguration AWS API Documentation
|
953
|
+
#
|
954
|
+
class CreateMssManifestConfiguration < Struct.new(
|
955
|
+
:manifest_name,
|
956
|
+
:manifest_window_seconds,
|
957
|
+
:filter_configuration,
|
958
|
+
:manifest_layout)
|
959
|
+
SENSITIVE = []
|
960
|
+
include Aws::Structure
|
961
|
+
end
|
962
|
+
|
894
963
|
# @!attribute [rw] channel_group_name
|
895
964
|
# The name that describes the channel group. The name is the primary
|
896
965
|
# identifier for the channel group, and must be unique for your
|
@@ -954,6 +1023,13 @@ module Aws::MediaPackageV2
|
|
954
1023
|
# A DASH manifest configuration.
|
955
1024
|
# @return [Array<Types::CreateDashManifestConfiguration>]
|
956
1025
|
#
|
1026
|
+
# @!attribute [rw] mss_manifests
|
1027
|
+
# A list of Microsoft Smooth Streaming (MSS) manifest configurations
|
1028
|
+
# for the origin endpoint. You can configure multiple MSS manifests to
|
1029
|
+
# provide different streaming experiences or to support different
|
1030
|
+
# client requirements.
|
1031
|
+
# @return [Array<Types::CreateMssManifestConfiguration>]
|
1032
|
+
#
|
957
1033
|
# @!attribute [rw] force_endpoint_error_configuration
|
958
1034
|
# The failover settings for the endpoint.
|
959
1035
|
# @return [Types::ForceEndpointErrorConfiguration]
|
@@ -981,6 +1057,7 @@ module Aws::MediaPackageV2
|
|
981
1057
|
:hls_manifests,
|
982
1058
|
:low_latency_hls_manifests,
|
983
1059
|
:dash_manifests,
|
1060
|
+
:mss_manifests,
|
984
1061
|
:force_endpoint_error_configuration,
|
985
1062
|
:tags)
|
986
1063
|
SENSITIVE = []
|
@@ -1048,6 +1125,11 @@ module Aws::MediaPackageV2
|
|
1048
1125
|
# A DASH manifest configuration.
|
1049
1126
|
# @return [Array<Types::GetDashManifestConfiguration>]
|
1050
1127
|
#
|
1128
|
+
# @!attribute [rw] mss_manifests
|
1129
|
+
# The Microsoft Smooth Streaming (MSS) manifest configurations that
|
1130
|
+
# were created for this origin endpoint.
|
1131
|
+
# @return [Array<Types::GetMssManifestConfiguration>]
|
1132
|
+
#
|
1051
1133
|
# @!attribute [rw] force_endpoint_error_configuration
|
1052
1134
|
# The failover settings for the endpoint.
|
1053
1135
|
# @return [Types::ForceEndpointErrorConfiguration]
|
@@ -1079,6 +1161,7 @@ module Aws::MediaPackageV2
|
|
1079
1161
|
:hls_manifests,
|
1080
1162
|
:low_latency_hls_manifests,
|
1081
1163
|
:dash_manifests,
|
1164
|
+
:mss_manifests,
|
1082
1165
|
:force_endpoint_error_configuration,
|
1083
1166
|
:etag,
|
1084
1167
|
:tags)
|
@@ -1470,6 +1553,29 @@ module Aws::MediaPackageV2
|
|
1470
1553
|
# every thirty minutes: `1800`
|
1471
1554
|
# @return [Integer]
|
1472
1555
|
#
|
1556
|
+
# @!attribute [rw] cmaf_exclude_segment_drm_metadata
|
1557
|
+
# Excludes SEIG and SGPD boxes from segment metadata in CMAF
|
1558
|
+
# containers.
|
1559
|
+
#
|
1560
|
+
# When set to `true`, MediaPackage omits these DRM metadata boxes from
|
1561
|
+
# CMAF segments, which can improve compatibility with certain devices
|
1562
|
+
# and players that don't support these boxes.
|
1563
|
+
#
|
1564
|
+
# Important considerations:
|
1565
|
+
#
|
1566
|
+
# * This setting only affects CMAF container formats
|
1567
|
+
#
|
1568
|
+
# * Key rotation can still be handled through media playlist signaling
|
1569
|
+
#
|
1570
|
+
# * PSSH and TENC boxes remain unaffected
|
1571
|
+
#
|
1572
|
+
# * Default behavior is preserved when this setting is disabled
|
1573
|
+
#
|
1574
|
+
# Valid values: `true` \| `false`
|
1575
|
+
#
|
1576
|
+
# Default: `false`
|
1577
|
+
# @return [Boolean]
|
1578
|
+
#
|
1473
1579
|
# @!attribute [rw] speke_key_provider
|
1474
1580
|
# The parameters for the SPEKE key provider.
|
1475
1581
|
# @return [Types::SpekeKeyProvider]
|
@@ -1480,6 +1586,7 @@ module Aws::MediaPackageV2
|
|
1480
1586
|
:constant_initialization_vector,
|
1481
1587
|
:encryption_method,
|
1482
1588
|
:key_rotation_interval_seconds,
|
1589
|
+
:cmaf_exclude_segment_drm_metadata,
|
1483
1590
|
:speke_key_provider)
|
1484
1591
|
SENSITIVE = []
|
1485
1592
|
include Aws::Structure
|
@@ -1581,11 +1688,18 @@ module Aws::MediaPackageV2
|
|
1581
1688
|
# The encryption method to use.
|
1582
1689
|
# @return [String]
|
1583
1690
|
#
|
1691
|
+
# @!attribute [rw] ism_encryption_method
|
1692
|
+
# The encryption method used for Microsoft Smooth Streaming (MSS)
|
1693
|
+
# content. This specifies how the MSS segments are encrypted to
|
1694
|
+
# protect the content during delivery to client players.
|
1695
|
+
# @return [String]
|
1696
|
+
#
|
1584
1697
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/EncryptionMethod AWS API Documentation
|
1585
1698
|
#
|
1586
1699
|
class EncryptionMethod < Struct.new(
|
1587
1700
|
:ts_encryption_method,
|
1588
|
-
:cmaf_encryption_method
|
1701
|
+
:cmaf_encryption_method,
|
1702
|
+
:ism_encryption_method)
|
1589
1703
|
SENSITIVE = []
|
1590
1704
|
include Aws::Structure
|
1591
1705
|
end
|
@@ -2315,6 +2429,51 @@ module Aws::MediaPackageV2
|
|
2315
2429
|
include Aws::Structure
|
2316
2430
|
end
|
2317
2431
|
|
2432
|
+
# Configuration details for a Microsoft Smooth Streaming (MSS) manifest
|
2433
|
+
# associated with an origin endpoint. This includes all the settings and
|
2434
|
+
# properties that define how the MSS content is packaged and delivered.
|
2435
|
+
#
|
2436
|
+
# @!attribute [rw] manifest_name
|
2437
|
+
# The name of the MSS manifest. This name is appended to the origin
|
2438
|
+
# endpoint URL to create the unique path for accessing this specific
|
2439
|
+
# MSS manifest.
|
2440
|
+
# @return [String]
|
2441
|
+
#
|
2442
|
+
# @!attribute [rw] url
|
2443
|
+
# The complete URL for accessing the MSS manifest. Client players use
|
2444
|
+
# this URL to retrieve the manifest and begin streaming the Microsoft
|
2445
|
+
# Smooth Streaming content.
|
2446
|
+
# @return [String]
|
2447
|
+
#
|
2448
|
+
# @!attribute [rw] filter_configuration
|
2449
|
+
# Filter configuration includes settings for manifest filtering, start
|
2450
|
+
# and end times, and time delay that apply to all of your egress
|
2451
|
+
# requests for this manifest.
|
2452
|
+
# @return [Types::FilterConfiguration]
|
2453
|
+
#
|
2454
|
+
# @!attribute [rw] manifest_window_seconds
|
2455
|
+
# The duration (in seconds) of the manifest window. This represents
|
2456
|
+
# the total amount of content available in the manifest at any given
|
2457
|
+
# time.
|
2458
|
+
# @return [Integer]
|
2459
|
+
#
|
2460
|
+
# @!attribute [rw] manifest_layout
|
2461
|
+
# The layout format of the MSS manifest, which determines how the
|
2462
|
+
# manifest is structured for client compatibility.
|
2463
|
+
# @return [String]
|
2464
|
+
#
|
2465
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/GetMssManifestConfiguration AWS API Documentation
|
2466
|
+
#
|
2467
|
+
class GetMssManifestConfiguration < Struct.new(
|
2468
|
+
:manifest_name,
|
2469
|
+
:url,
|
2470
|
+
:filter_configuration,
|
2471
|
+
:manifest_window_seconds,
|
2472
|
+
:manifest_layout)
|
2473
|
+
SENSITIVE = []
|
2474
|
+
include Aws::Structure
|
2475
|
+
end
|
2476
|
+
|
2318
2477
|
# @!attribute [rw] channel_group_name
|
2319
2478
|
# The name that describes the channel group. The name is the primary
|
2320
2479
|
# identifier for the channel group, and must be unique for your
|
@@ -2365,13 +2524,26 @@ module Aws::MediaPackageV2
|
|
2365
2524
|
# The policy assigned to the origin endpoint.
|
2366
2525
|
# @return [String]
|
2367
2526
|
#
|
2527
|
+
# @!attribute [rw] cdn_auth_configuration
|
2528
|
+
# The settings for using authorization headers between the
|
2529
|
+
# MediaPackage endpoint and your CDN.
|
2530
|
+
#
|
2531
|
+
# For information about CDN authorization, see [CDN authorization in
|
2532
|
+
# Elemental MediaPackage][1] in the MediaPackage user guide.
|
2533
|
+
#
|
2534
|
+
#
|
2535
|
+
#
|
2536
|
+
# [1]: https://docs.aws.amazon.com/mediapackage/latest/userguide/cdn-auth.html
|
2537
|
+
# @return [Types::CdnAuthConfiguration]
|
2538
|
+
#
|
2368
2539
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/GetOriginEndpointPolicyResponse AWS API Documentation
|
2369
2540
|
#
|
2370
2541
|
class GetOriginEndpointPolicyResponse < Struct.new(
|
2371
2542
|
:channel_group_name,
|
2372
2543
|
:channel_name,
|
2373
2544
|
:origin_endpoint_name,
|
2374
|
-
:policy
|
2545
|
+
:policy,
|
2546
|
+
:cdn_auth_configuration)
|
2375
2547
|
SENSITIVE = []
|
2376
2548
|
include Aws::Structure
|
2377
2549
|
end
|
@@ -2469,6 +2641,11 @@ module Aws::MediaPackageV2
|
|
2469
2641
|
# A DASH manifest configuration.
|
2470
2642
|
# @return [Array<Types::GetDashManifestConfiguration>]
|
2471
2643
|
#
|
2644
|
+
# @!attribute [rw] mss_manifests
|
2645
|
+
# The Microsoft Smooth Streaming (MSS) manifest configurations
|
2646
|
+
# associated with this origin endpoint.
|
2647
|
+
# @return [Array<Types::GetMssManifestConfiguration>]
|
2648
|
+
#
|
2472
2649
|
# @!attribute [rw] force_endpoint_error_configuration
|
2473
2650
|
# The failover settings for the endpoint.
|
2474
2651
|
# @return [Types::ForceEndpointErrorConfiguration]
|
@@ -2501,6 +2678,7 @@ module Aws::MediaPackageV2
|
|
2501
2678
|
:hls_manifests,
|
2502
2679
|
:low_latency_hls_manifests,
|
2503
2680
|
:dash_manifests,
|
2681
|
+
:mss_manifests,
|
2504
2682
|
:force_endpoint_error_configuration,
|
2505
2683
|
:etag,
|
2506
2684
|
:tags)
|
@@ -2964,6 +3142,27 @@ module Aws::MediaPackageV2
|
|
2964
3142
|
include Aws::Structure
|
2965
3143
|
end
|
2966
3144
|
|
3145
|
+
# Summary information about a Microsoft Smooth Streaming (MSS) manifest
|
3146
|
+
# configuration. This provides key details about the MSS manifest
|
3147
|
+
# without including all configuration parameters.
|
3148
|
+
#
|
3149
|
+
# @!attribute [rw] manifest_name
|
3150
|
+
# The name of the MSS manifest configuration.
|
3151
|
+
# @return [String]
|
3152
|
+
#
|
3153
|
+
# @!attribute [rw] url
|
3154
|
+
# The URL for accessing the MSS manifest.
|
3155
|
+
# @return [String]
|
3156
|
+
#
|
3157
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/ListMssManifestConfiguration AWS API Documentation
|
3158
|
+
#
|
3159
|
+
class ListMssManifestConfiguration < Struct.new(
|
3160
|
+
:manifest_name,
|
3161
|
+
:url)
|
3162
|
+
SENSITIVE = []
|
3163
|
+
include Aws::Structure
|
3164
|
+
end
|
3165
|
+
|
2967
3166
|
# @!attribute [rw] channel_group_name
|
2968
3167
|
# The name that describes the channel group. The name is the primary
|
2969
3168
|
# identifier for the channel group, and must be unique for your
|
@@ -3094,6 +3293,12 @@ module Aws::MediaPackageV2
|
|
3094
3293
|
# A DASH manifest configuration.
|
3095
3294
|
# @return [Array<Types::ListDashManifestConfiguration>]
|
3096
3295
|
#
|
3296
|
+
# @!attribute [rw] mss_manifests
|
3297
|
+
# A list of Microsoft Smooth Streaming (MSS) manifest configurations
|
3298
|
+
# associated with the origin endpoint. Each configuration represents a
|
3299
|
+
# different MSS streaming option available from this endpoint.
|
3300
|
+
# @return [Array<Types::ListMssManifestConfiguration>]
|
3301
|
+
#
|
3097
3302
|
# @!attribute [rw] force_endpoint_error_configuration
|
3098
3303
|
# The failover settings for the endpoint.
|
3099
3304
|
# @return [Types::ForceEndpointErrorConfiguration]
|
@@ -3112,6 +3317,7 @@ module Aws::MediaPackageV2
|
|
3112
3317
|
:hls_manifests,
|
3113
3318
|
:low_latency_hls_manifests,
|
3114
3319
|
:dash_manifests,
|
3320
|
+
:mss_manifests,
|
3115
3321
|
:force_endpoint_error_configuration)
|
3116
3322
|
SENSITIVE = []
|
3117
3323
|
include Aws::Structure
|
@@ -3185,13 +3391,26 @@ module Aws::MediaPackageV2
|
|
3185
3391
|
# The policy to attach to the specified origin endpoint.
|
3186
3392
|
# @return [String]
|
3187
3393
|
#
|
3394
|
+
# @!attribute [rw] cdn_auth_configuration
|
3395
|
+
# The settings for using authorization headers between the
|
3396
|
+
# MediaPackage endpoint and your CDN.
|
3397
|
+
#
|
3398
|
+
# For information about CDN authorization, see [CDN authorization in
|
3399
|
+
# Elemental MediaPackage][1] in the MediaPackage user guide.
|
3400
|
+
#
|
3401
|
+
#
|
3402
|
+
#
|
3403
|
+
# [1]: https://docs.aws.amazon.com/mediapackage/latest/userguide/cdn-auth.html
|
3404
|
+
# @return [Types::CdnAuthConfiguration]
|
3405
|
+
#
|
3188
3406
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/PutOriginEndpointPolicyRequest AWS API Documentation
|
3189
3407
|
#
|
3190
3408
|
class PutOriginEndpointPolicyRequest < Struct.new(
|
3191
3409
|
:channel_group_name,
|
3192
3410
|
:channel_name,
|
3193
3411
|
:origin_endpoint_name,
|
3194
|
-
:policy
|
3412
|
+
:policy,
|
3413
|
+
:cdn_auth_configuration)
|
3195
3414
|
SENSITIVE = []
|
3196
3415
|
include Aws::Structure
|
3197
3416
|
end
|
@@ -3900,6 +4119,12 @@ module Aws::MediaPackageV2
|
|
3900
4119
|
# A DASH manifest configuration.
|
3901
4120
|
# @return [Array<Types::CreateDashManifestConfiguration>]
|
3902
4121
|
#
|
4122
|
+
# @!attribute [rw] mss_manifests
|
4123
|
+
# A list of Microsoft Smooth Streaming (MSS) manifest configurations
|
4124
|
+
# to update for the origin endpoint. This replaces the existing MSS
|
4125
|
+
# manifest configurations.
|
4126
|
+
# @return [Array<Types::CreateMssManifestConfiguration>]
|
4127
|
+
#
|
3903
4128
|
# @!attribute [rw] force_endpoint_error_configuration
|
3904
4129
|
# The failover settings for the endpoint.
|
3905
4130
|
# @return [Types::ForceEndpointErrorConfiguration]
|
@@ -3923,6 +4148,7 @@ module Aws::MediaPackageV2
|
|
3923
4148
|
:hls_manifests,
|
3924
4149
|
:low_latency_hls_manifests,
|
3925
4150
|
:dash_manifests,
|
4151
|
+
:mss_manifests,
|
3926
4152
|
:force_endpoint_error_configuration,
|
3927
4153
|
:etag)
|
3928
4154
|
SENSITIVE = []
|
@@ -3986,6 +4212,11 @@ module Aws::MediaPackageV2
|
|
3986
4212
|
# A low-latency HLS manifest configuration.
|
3987
4213
|
# @return [Array<Types::GetLowLatencyHlsManifestConfiguration>]
|
3988
4214
|
#
|
4215
|
+
# @!attribute [rw] mss_manifests
|
4216
|
+
# The updated Microsoft Smooth Streaming (MSS) manifest configurations
|
4217
|
+
# for this origin endpoint.
|
4218
|
+
# @return [Array<Types::GetMssManifestConfiguration>]
|
4219
|
+
#
|
3989
4220
|
# @!attribute [rw] force_endpoint_error_configuration
|
3990
4221
|
# The failover settings for the endpoint.
|
3991
4222
|
# @return [Types::ForceEndpointErrorConfiguration]
|
@@ -4020,6 +4251,7 @@ module Aws::MediaPackageV2
|
|
4020
4251
|
:startover_window_seconds,
|
4021
4252
|
:hls_manifests,
|
4022
4253
|
:low_latency_hls_manifests,
|
4254
|
+
:mss_manifests,
|
4023
4255
|
:force_endpoint_error_configuration,
|
4024
4256
|
:etag,
|
4025
4257
|
:tags,
|