aws-sdk-mediapackagev2 1.17.0 → 1.19.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 +1326 -7
- data/lib/aws-sdk-mediapackagev2/client_api.rb +23 -2
- data/lib/aws-sdk-mediapackagev2/types.rb +138 -8
- data/lib/aws-sdk-mediapackagev2.rb +1 -1
- data/sig/client.rbs +14 -1
- data/sig/types.rbs +18 -2
- metadata +4 -4
@@ -69,10 +69,13 @@ module Aws::MediaPackageV2
|
|
69
69
|
EncryptionContractConfiguration = Shapes::StructureShape.new(name: 'EncryptionContractConfiguration')
|
70
70
|
EncryptionKeyRotationIntervalSecondsInteger = Shapes::IntegerShape.new(name: 'EncryptionKeyRotationIntervalSecondsInteger')
|
71
71
|
EncryptionMethod = Shapes::StructureShape.new(name: 'EncryptionMethod')
|
72
|
+
EndpointErrorCondition = Shapes::StringShape.new(name: 'EndpointErrorCondition')
|
73
|
+
EndpointErrorConditions = Shapes::ListShape.new(name: 'EndpointErrorConditions')
|
72
74
|
EntityTag = Shapes::StringShape.new(name: 'EntityTag')
|
73
75
|
FilterConfiguration = Shapes::StructureShape.new(name: 'FilterConfiguration')
|
74
76
|
FilterConfigurationManifestFilterString = Shapes::StringShape.new(name: 'FilterConfigurationManifestFilterString')
|
75
77
|
FilterConfigurationTimeDelaySecondsInteger = Shapes::IntegerShape.new(name: 'FilterConfigurationTimeDelaySecondsInteger')
|
78
|
+
ForceEndpointErrorConfiguration = Shapes::StructureShape.new(name: 'ForceEndpointErrorConfiguration')
|
76
79
|
GetChannelGroupRequest = Shapes::StructureShape.new(name: 'GetChannelGroupRequest')
|
77
80
|
GetChannelGroupResponse = Shapes::StructureShape.new(name: 'GetChannelGroupResponse')
|
78
81
|
GetChannelPolicyRequest = Shapes::StructureShape.new(name: 'GetChannelPolicyRequest')
|
@@ -92,6 +95,7 @@ module Aws::MediaPackageV2
|
|
92
95
|
IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
|
93
96
|
IngestEndpoint = Shapes::StructureShape.new(name: 'IngestEndpoint')
|
94
97
|
IngestEndpointList = Shapes::ListShape.new(name: 'IngestEndpointList')
|
98
|
+
InputType = Shapes::StringShape.new(name: 'InputType')
|
95
99
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
96
100
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
97
101
|
ListChannelGroupsRequest = Shapes::StructureShape.new(name: 'ListChannelGroupsRequest')
|
@@ -178,6 +182,7 @@ module Aws::MediaPackageV2
|
|
178
182
|
ChannelListConfiguration.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
|
179
183
|
ChannelListConfiguration.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
|
180
184
|
ChannelListConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
|
185
|
+
ChannelListConfiguration.add_member(:input_type, Shapes::ShapeRef.new(shape: InputType, location_name: "InputType"))
|
181
186
|
ChannelListConfiguration.struct_class = Types::ChannelListConfiguration
|
182
187
|
|
183
188
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
@@ -203,6 +208,7 @@ module Aws::MediaPackageV2
|
|
203
208
|
CreateChannelRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
|
204
209
|
CreateChannelRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ChannelName"))
|
205
210
|
CreateChannelRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location: "header", location_name: "x-amzn-client-token", metadata: {"idempotencyToken"=>true}))
|
211
|
+
CreateChannelRequest.add_member(:input_type, Shapes::ShapeRef.new(shape: InputType, location_name: "InputType"))
|
206
212
|
CreateChannelRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
|
207
213
|
CreateChannelRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
208
214
|
CreateChannelRequest.struct_class = Types::CreateChannelRequest
|
@@ -214,6 +220,7 @@ module Aws::MediaPackageV2
|
|
214
220
|
CreateChannelResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
|
215
221
|
CreateChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
|
216
222
|
CreateChannelResponse.add_member(:ingest_endpoints, Shapes::ShapeRef.new(shape: IngestEndpointList, location_name: "IngestEndpoints"))
|
223
|
+
CreateChannelResponse.add_member(:input_type, Shapes::ShapeRef.new(shape: InputType, location_name: "InputType"))
|
217
224
|
CreateChannelResponse.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location_name: "ETag"))
|
218
225
|
CreateChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
219
226
|
CreateChannelResponse.struct_class = Types::CreateChannelResponse
|
@@ -264,6 +271,7 @@ module Aws::MediaPackageV2
|
|
264
271
|
CreateOriginEndpointRequest.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: CreateHlsManifests, location_name: "HlsManifests"))
|
265
272
|
CreateOriginEndpointRequest.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: CreateLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
|
266
273
|
CreateOriginEndpointRequest.add_member(:dash_manifests, Shapes::ShapeRef.new(shape: CreateDashManifests, location_name: "DashManifests"))
|
274
|
+
CreateOriginEndpointRequest.add_member(:force_endpoint_error_configuration, Shapes::ShapeRef.new(shape: ForceEndpointErrorConfiguration, location_name: "ForceEndpointErrorConfiguration"))
|
267
275
|
CreateOriginEndpointRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
268
276
|
CreateOriginEndpointRequest.struct_class = Types::CreateOriginEndpointRequest
|
269
277
|
|
@@ -280,6 +288,7 @@ module Aws::MediaPackageV2
|
|
280
288
|
CreateOriginEndpointResponse.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: GetHlsManifests, location_name: "HlsManifests"))
|
281
289
|
CreateOriginEndpointResponse.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: GetLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
|
282
290
|
CreateOriginEndpointResponse.add_member(:dash_manifests, Shapes::ShapeRef.new(shape: GetDashManifests, location_name: "DashManifests"))
|
291
|
+
CreateOriginEndpointResponse.add_member(:force_endpoint_error_configuration, Shapes::ShapeRef.new(shape: ForceEndpointErrorConfiguration, location_name: "ForceEndpointErrorConfiguration"))
|
283
292
|
CreateOriginEndpointResponse.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location_name: "ETag"))
|
284
293
|
CreateOriginEndpointResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
285
294
|
CreateOriginEndpointResponse.struct_class = Types::CreateOriginEndpointResponse
|
@@ -335,12 +344,17 @@ module Aws::MediaPackageV2
|
|
335
344
|
EncryptionMethod.add_member(:cmaf_encryption_method, Shapes::ShapeRef.new(shape: CmafEncryptionMethod, location_name: "CmafEncryptionMethod"))
|
336
345
|
EncryptionMethod.struct_class = Types::EncryptionMethod
|
337
346
|
|
347
|
+
EndpointErrorConditions.member = Shapes::ShapeRef.new(shape: EndpointErrorCondition)
|
348
|
+
|
338
349
|
FilterConfiguration.add_member(:manifest_filter, Shapes::ShapeRef.new(shape: FilterConfigurationManifestFilterString, location_name: "ManifestFilter"))
|
339
350
|
FilterConfiguration.add_member(:start, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Start"))
|
340
351
|
FilterConfiguration.add_member(:end, Shapes::ShapeRef.new(shape: Timestamp, location_name: "End"))
|
341
352
|
FilterConfiguration.add_member(:time_delay_seconds, Shapes::ShapeRef.new(shape: FilterConfigurationTimeDelaySecondsInteger, location_name: "TimeDelaySeconds"))
|
342
353
|
FilterConfiguration.struct_class = Types::FilterConfiguration
|
343
354
|
|
355
|
+
ForceEndpointErrorConfiguration.add_member(:endpoint_error_conditions, Shapes::ShapeRef.new(shape: EndpointErrorConditions, location_name: "EndpointErrorConditions"))
|
356
|
+
ForceEndpointErrorConfiguration.struct_class = Types::ForceEndpointErrorConfiguration
|
357
|
+
|
344
358
|
GetChannelGroupRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
|
345
359
|
GetChannelGroupRequest.struct_class = Types::GetChannelGroupRequest
|
346
360
|
|
@@ -374,6 +388,7 @@ module Aws::MediaPackageV2
|
|
374
388
|
GetChannelResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
|
375
389
|
GetChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
|
376
390
|
GetChannelResponse.add_member(:ingest_endpoints, Shapes::ShapeRef.new(shape: IngestEndpointList, location_name: "IngestEndpoints"))
|
391
|
+
GetChannelResponse.add_member(:input_type, Shapes::ShapeRef.new(shape: InputType, location_name: "InputType"))
|
377
392
|
GetChannelResponse.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location_name: "ETag"))
|
378
393
|
GetChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
379
394
|
GetChannelResponse.struct_class = Types::GetChannelResponse
|
@@ -444,9 +459,10 @@ module Aws::MediaPackageV2
|
|
444
459
|
GetOriginEndpointResponse.add_member(:startover_window_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "StartoverWindowSeconds"))
|
445
460
|
GetOriginEndpointResponse.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: GetHlsManifests, location_name: "HlsManifests"))
|
446
461
|
GetOriginEndpointResponse.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: GetLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
|
462
|
+
GetOriginEndpointResponse.add_member(:dash_manifests, Shapes::ShapeRef.new(shape: GetDashManifests, location_name: "DashManifests"))
|
463
|
+
GetOriginEndpointResponse.add_member(:force_endpoint_error_configuration, Shapes::ShapeRef.new(shape: ForceEndpointErrorConfiguration, location_name: "ForceEndpointErrorConfiguration"))
|
447
464
|
GetOriginEndpointResponse.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location_name: "ETag"))
|
448
465
|
GetOriginEndpointResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
449
|
-
GetOriginEndpointResponse.add_member(:dash_manifests, Shapes::ShapeRef.new(shape: GetDashManifests, location_name: "DashManifests"))
|
450
466
|
GetOriginEndpointResponse.struct_class = Types::GetOriginEndpointResponse
|
451
467
|
|
452
468
|
IngestEndpoint.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "Id"))
|
@@ -522,6 +538,7 @@ module Aws::MediaPackageV2
|
|
522
538
|
OriginEndpointListConfiguration.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: ListHlsManifests, location_name: "HlsManifests"))
|
523
539
|
OriginEndpointListConfiguration.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: ListLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
|
524
540
|
OriginEndpointListConfiguration.add_member(:dash_manifests, Shapes::ShapeRef.new(shape: ListDashManifests, location_name: "DashManifests"))
|
541
|
+
OriginEndpointListConfiguration.add_member(:force_endpoint_error_configuration, Shapes::ShapeRef.new(shape: ForceEndpointErrorConfiguration, location_name: "ForceEndpointErrorConfiguration"))
|
525
542
|
OriginEndpointListConfiguration.struct_class = Types::OriginEndpointListConfiguration
|
526
543
|
|
527
544
|
OriginEndpointsList.member = Shapes::ShapeRef.new(shape: OriginEndpointListConfiguration)
|
@@ -621,6 +638,7 @@ module Aws::MediaPackageV2
|
|
621
638
|
UpdateChannelResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
|
622
639
|
UpdateChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
|
623
640
|
UpdateChannelResponse.add_member(:ingest_endpoints, Shapes::ShapeRef.new(shape: IngestEndpointList, location_name: "IngestEndpoints"))
|
641
|
+
UpdateChannelResponse.add_member(:input_type, Shapes::ShapeRef.new(shape: InputType, location_name: "InputType"))
|
624
642
|
UpdateChannelResponse.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location_name: "ETag"))
|
625
643
|
UpdateChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
626
644
|
UpdateChannelResponse.struct_class = Types::UpdateChannelResponse
|
@@ -635,6 +653,7 @@ module Aws::MediaPackageV2
|
|
635
653
|
UpdateOriginEndpointRequest.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: CreateHlsManifests, location_name: "HlsManifests"))
|
636
654
|
UpdateOriginEndpointRequest.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: CreateLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
|
637
655
|
UpdateOriginEndpointRequest.add_member(:dash_manifests, Shapes::ShapeRef.new(shape: CreateDashManifests, location_name: "DashManifests"))
|
656
|
+
UpdateOriginEndpointRequest.add_member(:force_endpoint_error_configuration, Shapes::ShapeRef.new(shape: ForceEndpointErrorConfiguration, location_name: "ForceEndpointErrorConfiguration"))
|
638
657
|
UpdateOriginEndpointRequest.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location: "header", location_name: "x-amzn-update-if-match"))
|
639
658
|
UpdateOriginEndpointRequest.struct_class = Types::UpdateOriginEndpointRequest
|
640
659
|
|
@@ -650,6 +669,7 @@ module Aws::MediaPackageV2
|
|
650
669
|
UpdateOriginEndpointResponse.add_member(:startover_window_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "StartoverWindowSeconds"))
|
651
670
|
UpdateOriginEndpointResponse.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: GetHlsManifests, location_name: "HlsManifests"))
|
652
671
|
UpdateOriginEndpointResponse.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: GetLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
|
672
|
+
UpdateOriginEndpointResponse.add_member(:force_endpoint_error_configuration, Shapes::ShapeRef.new(shape: ForceEndpointErrorConfiguration, location_name: "ForceEndpointErrorConfiguration"))
|
653
673
|
UpdateOriginEndpointResponse.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location_name: "ETag"))
|
654
674
|
UpdateOriginEndpointResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
655
675
|
UpdateOriginEndpointResponse.add_member(:dash_manifests, Shapes::ShapeRef.new(shape: GetDashManifests, location_name: "DashManifests"))
|
@@ -667,9 +687,10 @@ module Aws::MediaPackageV2
|
|
667
687
|
|
668
688
|
api.metadata = {
|
669
689
|
"apiVersion" => "2022-12-25",
|
690
|
+
"auth" => ["aws.auth#sigv4"],
|
670
691
|
"endpointPrefix" => "mediapackagev2",
|
671
|
-
"jsonVersion" => "1.1",
|
672
692
|
"protocol" => "rest-json",
|
693
|
+
"protocols" => ["rest-json"],
|
673
694
|
"serviceAbbreviation" => "mediapackagev2",
|
674
695
|
"serviceFullName" => "AWS Elemental MediaPackage v2",
|
675
696
|
"serviceId" => "MediaPackageV2",
|
@@ -94,6 +94,20 @@ module Aws::MediaPackageV2
|
|
94
94
|
# future identification purposes.
|
95
95
|
# @return [String]
|
96
96
|
#
|
97
|
+
# @!attribute [rw] input_type
|
98
|
+
# The input type will be an immutable field which will be used to
|
99
|
+
# define whether the channel will allow CMAF ingest or HLS ingest. If
|
100
|
+
# unprovided, it will default to HLS to preserve current behavior.
|
101
|
+
#
|
102
|
+
# The allowed values are:
|
103
|
+
#
|
104
|
+
# * `HLS` - The HLS streaming specification (which defines M3U8
|
105
|
+
# manifests and TS segments).
|
106
|
+
#
|
107
|
+
# * `CMAF` - The DASH-IF CMAF Ingest specification (which defines CMAF
|
108
|
+
# segments with optional DASH manifests).
|
109
|
+
# @return [String]
|
110
|
+
#
|
97
111
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/ChannelListConfiguration AWS API Documentation
|
98
112
|
#
|
99
113
|
class ChannelListConfiguration < Struct.new(
|
@@ -102,7 +116,8 @@ module Aws::MediaPackageV2
|
|
102
116
|
:channel_group_name,
|
103
117
|
:created_at,
|
104
118
|
:modified_at,
|
105
|
-
:description
|
119
|
+
:description,
|
120
|
+
:input_type)
|
106
121
|
SENSITIVE = []
|
107
122
|
include Aws::Structure
|
108
123
|
end
|
@@ -240,6 +255,20 @@ module Aws::MediaPackageV2
|
|
240
255
|
# not need to pass this option.
|
241
256
|
# @return [String]
|
242
257
|
#
|
258
|
+
# @!attribute [rw] input_type
|
259
|
+
# The input type will be an immutable field which will be used to
|
260
|
+
# define whether the channel will allow CMAF ingest or HLS ingest. If
|
261
|
+
# unprovided, it will default to HLS to preserve current behavior.
|
262
|
+
#
|
263
|
+
# The allowed values are:
|
264
|
+
#
|
265
|
+
# * `HLS` - The HLS streaming specification (which defines M3U8
|
266
|
+
# manifests and TS segments).
|
267
|
+
#
|
268
|
+
# * `CMAF` - The DASH-IF CMAF Ingest specification (which defines CMAF
|
269
|
+
# segments with optional DASH manifests).
|
270
|
+
# @return [String]
|
271
|
+
#
|
243
272
|
# @!attribute [rw] description
|
244
273
|
# Enter any descriptive text that helps you to identify the channel.
|
245
274
|
# @return [String]
|
@@ -259,6 +288,7 @@ module Aws::MediaPackageV2
|
|
259
288
|
:channel_group_name,
|
260
289
|
:channel_name,
|
261
290
|
:client_token,
|
291
|
+
:input_type,
|
262
292
|
:description,
|
263
293
|
:tags)
|
264
294
|
SENSITIVE = []
|
@@ -297,6 +327,20 @@ module Aws::MediaPackageV2
|
|
297
327
|
# The list of ingest endpoints.
|
298
328
|
# @return [Array<Types::IngestEndpoint>]
|
299
329
|
#
|
330
|
+
# @!attribute [rw] input_type
|
331
|
+
# The input type will be an immutable field which will be used to
|
332
|
+
# define whether the channel will allow CMAF ingest or HLS ingest. If
|
333
|
+
# unprovided, it will default to HLS to preserve current behavior.
|
334
|
+
#
|
335
|
+
# The allowed values are:
|
336
|
+
#
|
337
|
+
# * `HLS` - The HLS streaming specification (which defines M3U8
|
338
|
+
# manifests and TS segments).
|
339
|
+
#
|
340
|
+
# * `CMAF` - The DASH-IF CMAF Ingest specification (which defines CMAF
|
341
|
+
# segments with optional DASH manifests).
|
342
|
+
# @return [String]
|
343
|
+
#
|
300
344
|
# @!attribute [rw] etag
|
301
345
|
# The current Entity Tag (ETag) associated with this resource. The
|
302
346
|
# entity tag can be used to safely make concurrent updates to the
|
@@ -318,6 +362,7 @@ module Aws::MediaPackageV2
|
|
318
362
|
:modified_at,
|
319
363
|
:description,
|
320
364
|
:ingest_endpoints,
|
365
|
+
:input_type,
|
321
366
|
:etag,
|
322
367
|
:tags)
|
323
368
|
SENSITIVE = []
|
@@ -605,6 +650,10 @@ module Aws::MediaPackageV2
|
|
605
650
|
# A DASH manifest configuration.
|
606
651
|
# @return [Array<Types::CreateDashManifestConfiguration>]
|
607
652
|
#
|
653
|
+
# @!attribute [rw] force_endpoint_error_configuration
|
654
|
+
# The failover settings for the endpoint.
|
655
|
+
# @return [Types::ForceEndpointErrorConfiguration]
|
656
|
+
#
|
608
657
|
# @!attribute [rw] tags
|
609
658
|
# A comma-separated list of tag key:value pairs that you define. For
|
610
659
|
# example:
|
@@ -628,6 +677,7 @@ module Aws::MediaPackageV2
|
|
628
677
|
:hls_manifests,
|
629
678
|
:low_latency_hls_manifests,
|
630
679
|
:dash_manifests,
|
680
|
+
:force_endpoint_error_configuration,
|
631
681
|
:tags)
|
632
682
|
SENSITIVE = []
|
633
683
|
include Aws::Structure
|
@@ -694,6 +744,10 @@ module Aws::MediaPackageV2
|
|
694
744
|
# A DASH manifest configuration.
|
695
745
|
# @return [Array<Types::GetDashManifestConfiguration>]
|
696
746
|
#
|
747
|
+
# @!attribute [rw] force_endpoint_error_configuration
|
748
|
+
# The failover settings for the endpoint.
|
749
|
+
# @return [Types::ForceEndpointErrorConfiguration]
|
750
|
+
#
|
697
751
|
# @!attribute [rw] etag
|
698
752
|
# The current Entity Tag (ETag) associated with this resource. The
|
699
753
|
# entity tag can be used to safely make concurrent updates to the
|
@@ -721,6 +775,7 @@ module Aws::MediaPackageV2
|
|
721
775
|
:hls_manifests,
|
722
776
|
:low_latency_hls_manifests,
|
723
777
|
:dash_manifests,
|
778
|
+
:force_endpoint_error_configuration,
|
724
779
|
:etag,
|
725
780
|
:tags)
|
726
781
|
SENSITIVE = []
|
@@ -1067,6 +1122,31 @@ module Aws::MediaPackageV2
|
|
1067
1122
|
include Aws::Structure
|
1068
1123
|
end
|
1069
1124
|
|
1125
|
+
# The failover settings for the endpoint.
|
1126
|
+
#
|
1127
|
+
# @!attribute [rw] endpoint_error_conditions
|
1128
|
+
# The failover conditions for the endpoint. The options are:
|
1129
|
+
#
|
1130
|
+
# * `STALE_MANIFEST` - The manifest stalled and there are no new
|
1131
|
+
# segments or parts.
|
1132
|
+
#
|
1133
|
+
# * `INCOMPLETE_MANIFEST` - There is a gap in the manifest.
|
1134
|
+
#
|
1135
|
+
# * `MISSING_DRM_KEY` - Key rotation is enabled but we're unable to
|
1136
|
+
# fetch the key for the current key period.
|
1137
|
+
#
|
1138
|
+
# * `SLATE_INPUT` - The segments which contain slate content are
|
1139
|
+
# considered to be missing content.
|
1140
|
+
# @return [Array<String>]
|
1141
|
+
#
|
1142
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/ForceEndpointErrorConfiguration AWS API Documentation
|
1143
|
+
#
|
1144
|
+
class ForceEndpointErrorConfiguration < Struct.new(
|
1145
|
+
:endpoint_error_conditions)
|
1146
|
+
SENSITIVE = []
|
1147
|
+
include Aws::Structure
|
1148
|
+
end
|
1149
|
+
|
1070
1150
|
# @!attribute [rw] channel_group_name
|
1071
1151
|
# The name that describes the channel group. The name is the primary
|
1072
1152
|
# identifier for the channel group, and must be unique for your
|
@@ -1235,6 +1315,20 @@ module Aws::MediaPackageV2
|
|
1235
1315
|
# The list of ingest endpoints.
|
1236
1316
|
# @return [Array<Types::IngestEndpoint>]
|
1237
1317
|
#
|
1318
|
+
# @!attribute [rw] input_type
|
1319
|
+
# The input type will be an immutable field which will be used to
|
1320
|
+
# define whether the channel will allow CMAF ingest or HLS ingest. If
|
1321
|
+
# unprovided, it will default to HLS to preserve current behavior.
|
1322
|
+
#
|
1323
|
+
# The allowed values are:
|
1324
|
+
#
|
1325
|
+
# * `HLS` - The HLS streaming specification (which defines M3U8
|
1326
|
+
# manifests and TS segments).
|
1327
|
+
#
|
1328
|
+
# * `CMAF` - The DASH-IF CMAF Ingest specification (which defines CMAF
|
1329
|
+
# segments with optional DASH manifests).
|
1330
|
+
# @return [String]
|
1331
|
+
#
|
1238
1332
|
# @!attribute [rw] etag
|
1239
1333
|
# The current Entity Tag (ETag) associated with this resource. The
|
1240
1334
|
# entity tag can be used to safely make concurrent updates to the
|
@@ -1256,6 +1350,7 @@ module Aws::MediaPackageV2
|
|
1256
1350
|
:modified_at,
|
1257
1351
|
:description,
|
1258
1352
|
:ingest_endpoints,
|
1353
|
+
:input_type,
|
1259
1354
|
:etag,
|
1260
1355
|
:tags)
|
1261
1356
|
SENSITIVE = []
|
@@ -1638,6 +1733,14 @@ module Aws::MediaPackageV2
|
|
1638
1733
|
# A low-latency HLS manifest configuration.
|
1639
1734
|
# @return [Array<Types::GetLowLatencyHlsManifestConfiguration>]
|
1640
1735
|
#
|
1736
|
+
# @!attribute [rw] dash_manifests
|
1737
|
+
# A DASH manifest configuration.
|
1738
|
+
# @return [Array<Types::GetDashManifestConfiguration>]
|
1739
|
+
#
|
1740
|
+
# @!attribute [rw] force_endpoint_error_configuration
|
1741
|
+
# The failover settings for the endpoint.
|
1742
|
+
# @return [Types::ForceEndpointErrorConfiguration]
|
1743
|
+
#
|
1641
1744
|
# @!attribute [rw] etag
|
1642
1745
|
# The current Entity Tag (ETag) associated with this resource. The
|
1643
1746
|
# entity tag can be used to safely make concurrent updates to the
|
@@ -1649,10 +1752,6 @@ module Aws::MediaPackageV2
|
|
1649
1752
|
# origin endpoint.
|
1650
1753
|
# @return [Hash<String,String>]
|
1651
1754
|
#
|
1652
|
-
# @!attribute [rw] dash_manifests
|
1653
|
-
# A DASH manifest configuration.
|
1654
|
-
# @return [Array<Types::GetDashManifestConfiguration>]
|
1655
|
-
#
|
1656
1755
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/GetOriginEndpointResponse AWS API Documentation
|
1657
1756
|
#
|
1658
1757
|
class GetOriginEndpointResponse < Struct.new(
|
@@ -1668,9 +1767,10 @@ module Aws::MediaPackageV2
|
|
1668
1767
|
:startover_window_seconds,
|
1669
1768
|
:hls_manifests,
|
1670
1769
|
:low_latency_hls_manifests,
|
1770
|
+
:dash_manifests,
|
1771
|
+
:force_endpoint_error_configuration,
|
1671
1772
|
:etag,
|
1672
|
-
:tags
|
1673
|
-
:dash_manifests)
|
1773
|
+
:tags)
|
1674
1774
|
SENSITIVE = []
|
1675
1775
|
include Aws::Structure
|
1676
1776
|
end
|
@@ -2007,6 +2107,10 @@ module Aws::MediaPackageV2
|
|
2007
2107
|
# A DASH manifest configuration.
|
2008
2108
|
# @return [Array<Types::ListDashManifestConfiguration>]
|
2009
2109
|
#
|
2110
|
+
# @!attribute [rw] force_endpoint_error_configuration
|
2111
|
+
# The failover settings for the endpoint.
|
2112
|
+
# @return [Types::ForceEndpointErrorConfiguration]
|
2113
|
+
#
|
2010
2114
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/OriginEndpointListConfiguration AWS API Documentation
|
2011
2115
|
#
|
2012
2116
|
class OriginEndpointListConfiguration < Struct.new(
|
@@ -2020,7 +2124,8 @@ module Aws::MediaPackageV2
|
|
2020
2124
|
:modified_at,
|
2021
2125
|
:hls_manifests,
|
2022
2126
|
:low_latency_hls_manifests,
|
2023
|
-
:dash_manifests
|
2127
|
+
:dash_manifests,
|
2128
|
+
:force_endpoint_error_configuration)
|
2024
2129
|
SENSITIVE = []
|
2025
2130
|
include Aws::Structure
|
2026
2131
|
end
|
@@ -2511,6 +2616,20 @@ module Aws::MediaPackageV2
|
|
2511
2616
|
# The list of ingest endpoints.
|
2512
2617
|
# @return [Array<Types::IngestEndpoint>]
|
2513
2618
|
#
|
2619
|
+
# @!attribute [rw] input_type
|
2620
|
+
# The input type will be an immutable field which will be used to
|
2621
|
+
# define whether the channel will allow CMAF ingest or HLS ingest. If
|
2622
|
+
# unprovided, it will default to HLS to preserve current behavior.
|
2623
|
+
#
|
2624
|
+
# The allowed values are:
|
2625
|
+
#
|
2626
|
+
# * `HLS` - The HLS streaming specification (which defines M3U8
|
2627
|
+
# manifests and TS segments).
|
2628
|
+
#
|
2629
|
+
# * `CMAF` - The DASH-IF CMAF Ingest specification (which defines CMAF
|
2630
|
+
# segments with optional DASH manifests).
|
2631
|
+
# @return [String]
|
2632
|
+
#
|
2514
2633
|
# @!attribute [rw] etag
|
2515
2634
|
# The current Entity Tag (ETag) associated with this resource. The
|
2516
2635
|
# entity tag can be used to safely make concurrent updates to the
|
@@ -2532,6 +2651,7 @@ module Aws::MediaPackageV2
|
|
2532
2651
|
:modified_at,
|
2533
2652
|
:description,
|
2534
2653
|
:ingest_endpoints,
|
2654
|
+
:input_type,
|
2535
2655
|
:etag,
|
2536
2656
|
:tags)
|
2537
2657
|
SENSITIVE = []
|
@@ -2591,6 +2711,10 @@ module Aws::MediaPackageV2
|
|
2591
2711
|
# A DASH manifest configuration.
|
2592
2712
|
# @return [Array<Types::CreateDashManifestConfiguration>]
|
2593
2713
|
#
|
2714
|
+
# @!attribute [rw] force_endpoint_error_configuration
|
2715
|
+
# The failover settings for the endpoint.
|
2716
|
+
# @return [Types::ForceEndpointErrorConfiguration]
|
2717
|
+
#
|
2594
2718
|
# @!attribute [rw] etag
|
2595
2719
|
# The expected current Entity Tag (ETag) for the resource. If the
|
2596
2720
|
# specified ETag does not match the resource's current entity tag,
|
@@ -2610,6 +2734,7 @@ module Aws::MediaPackageV2
|
|
2610
2734
|
:hls_manifests,
|
2611
2735
|
:low_latency_hls_manifests,
|
2612
2736
|
:dash_manifests,
|
2737
|
+
:force_endpoint_error_configuration,
|
2613
2738
|
:etag)
|
2614
2739
|
SENSITIVE = []
|
2615
2740
|
include Aws::Structure
|
@@ -2672,6 +2797,10 @@ module Aws::MediaPackageV2
|
|
2672
2797
|
# A low-latency HLS manifest configuration.
|
2673
2798
|
# @return [Array<Types::GetLowLatencyHlsManifestConfiguration>]
|
2674
2799
|
#
|
2800
|
+
# @!attribute [rw] force_endpoint_error_configuration
|
2801
|
+
# The failover settings for the endpoint.
|
2802
|
+
# @return [Types::ForceEndpointErrorConfiguration]
|
2803
|
+
#
|
2675
2804
|
# @!attribute [rw] etag
|
2676
2805
|
# The current Entity Tag (ETag) associated with this resource. The
|
2677
2806
|
# entity tag can be used to safely make concurrent updates to the
|
@@ -2702,6 +2831,7 @@ module Aws::MediaPackageV2
|
|
2702
2831
|
:startover_window_seconds,
|
2703
2832
|
:hls_manifests,
|
2704
2833
|
:low_latency_hls_manifests,
|
2834
|
+
:force_endpoint_error_configuration,
|
2705
2835
|
:etag,
|
2706
2836
|
:tags,
|
2707
2837
|
:dash_manifests)
|
data/sig/client.rbs
CHANGED
@@ -81,6 +81,7 @@ module Aws
|
|
81
81
|
def modified_at: () -> ::Time
|
82
82
|
def description: () -> ::String
|
83
83
|
def ingest_endpoints: () -> ::Array[Types::IngestEndpoint]
|
84
|
+
def input_type: () -> ("HLS" | "CMAF")
|
84
85
|
def etag: () -> ::String
|
85
86
|
def tags: () -> ::Hash[::String, ::String]
|
86
87
|
end
|
@@ -89,6 +90,7 @@ module Aws
|
|
89
90
|
channel_group_name: ::String,
|
90
91
|
channel_name: ::String,
|
91
92
|
?client_token: ::String,
|
93
|
+
?input_type: ("HLS" | "CMAF"),
|
92
94
|
?description: ::String,
|
93
95
|
?tags: Hash[::String, ::String]
|
94
96
|
) -> _CreateChannelResponseSuccess
|
@@ -129,6 +131,7 @@ module Aws
|
|
129
131
|
def hls_manifests: () -> ::Array[Types::GetHlsManifestConfiguration]
|
130
132
|
def low_latency_hls_manifests: () -> ::Array[Types::GetLowLatencyHlsManifestConfiguration]
|
131
133
|
def dash_manifests: () -> ::Array[Types::GetDashManifestConfiguration]
|
134
|
+
def force_endpoint_error_configuration: () -> Types::ForceEndpointErrorConfiguration
|
132
135
|
def etag: () -> ::String
|
133
136
|
def tags: () -> ::Hash[::String, ::String]
|
134
137
|
end
|
@@ -228,6 +231,9 @@ module Aws
|
|
228
231
|
}?
|
229
232
|
},
|
230
233
|
],
|
234
|
+
?force_endpoint_error_configuration: {
|
235
|
+
endpoint_error_conditions: Array[("STALE_MANIFEST" | "INCOMPLETE_MANIFEST" | "MISSING_DRM_KEY" | "SLATE_INPUT")]?
|
236
|
+
},
|
231
237
|
?tags: Hash[::String, ::String]
|
232
238
|
) -> _CreateOriginEndpointResponseSuccess
|
233
239
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOriginEndpointResponseSuccess
|
@@ -292,6 +298,7 @@ module Aws
|
|
292
298
|
def modified_at: () -> ::Time
|
293
299
|
def description: () -> ::String
|
294
300
|
def ingest_endpoints: () -> ::Array[Types::IngestEndpoint]
|
301
|
+
def input_type: () -> ("HLS" | "CMAF")
|
295
302
|
def etag: () -> ::String
|
296
303
|
def tags: () -> ::Hash[::String, ::String]
|
297
304
|
end
|
@@ -346,9 +353,10 @@ module Aws
|
|
346
353
|
def startover_window_seconds: () -> ::Integer
|
347
354
|
def hls_manifests: () -> ::Array[Types::GetHlsManifestConfiguration]
|
348
355
|
def low_latency_hls_manifests: () -> ::Array[Types::GetLowLatencyHlsManifestConfiguration]
|
356
|
+
def dash_manifests: () -> ::Array[Types::GetDashManifestConfiguration]
|
357
|
+
def force_endpoint_error_configuration: () -> Types::ForceEndpointErrorConfiguration
|
349
358
|
def etag: () -> ::String
|
350
359
|
def tags: () -> ::Hash[::String, ::String]
|
351
|
-
def dash_manifests: () -> ::Array[Types::GetDashManifestConfiguration]
|
352
360
|
end
|
353
361
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#get_origin_endpoint-instance_method
|
354
362
|
def get_origin_endpoint: (
|
@@ -468,6 +476,7 @@ module Aws
|
|
468
476
|
def modified_at: () -> ::Time
|
469
477
|
def description: () -> ::String
|
470
478
|
def ingest_endpoints: () -> ::Array[Types::IngestEndpoint]
|
479
|
+
def input_type: () -> ("HLS" | "CMAF")
|
471
480
|
def etag: () -> ::String
|
472
481
|
def tags: () -> ::Hash[::String, ::String]
|
473
482
|
end
|
@@ -513,6 +522,7 @@ module Aws
|
|
513
522
|
def startover_window_seconds: () -> ::Integer
|
514
523
|
def hls_manifests: () -> ::Array[Types::GetHlsManifestConfiguration]
|
515
524
|
def low_latency_hls_manifests: () -> ::Array[Types::GetLowLatencyHlsManifestConfiguration]
|
525
|
+
def force_endpoint_error_configuration: () -> Types::ForceEndpointErrorConfiguration
|
516
526
|
def etag: () -> ::String
|
517
527
|
def tags: () -> ::Hash[::String, ::String]
|
518
528
|
def dash_manifests: () -> ::Array[Types::GetDashManifestConfiguration]
|
@@ -612,6 +622,9 @@ module Aws
|
|
612
622
|
}?
|
613
623
|
},
|
614
624
|
],
|
625
|
+
?force_endpoint_error_configuration: {
|
626
|
+
endpoint_error_conditions: Array[("STALE_MANIFEST" | "INCOMPLETE_MANIFEST" | "MISSING_DRM_KEY" | "SLATE_INPUT")]?
|
627
|
+
},
|
615
628
|
?etag: ::String
|
616
629
|
) -> _UpdateOriginEndpointResponseSuccess
|
617
630
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateOriginEndpointResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -29,6 +29,7 @@ module Aws::MediaPackageV2
|
|
29
29
|
attr_accessor created_at: ::Time
|
30
30
|
attr_accessor modified_at: ::Time
|
31
31
|
attr_accessor description: ::String
|
32
|
+
attr_accessor input_type: ("HLS" | "CMAF")
|
32
33
|
SENSITIVE: []
|
33
34
|
end
|
34
35
|
|
@@ -62,6 +63,7 @@ module Aws::MediaPackageV2
|
|
62
63
|
attr_accessor channel_group_name: ::String
|
63
64
|
attr_accessor channel_name: ::String
|
64
65
|
attr_accessor client_token: ::String
|
66
|
+
attr_accessor input_type: ("HLS" | "CMAF")
|
65
67
|
attr_accessor description: ::String
|
66
68
|
attr_accessor tags: ::Hash[::String, ::String]
|
67
69
|
SENSITIVE: []
|
@@ -75,6 +77,7 @@ module Aws::MediaPackageV2
|
|
75
77
|
attr_accessor modified_at: ::Time
|
76
78
|
attr_accessor description: ::String
|
77
79
|
attr_accessor ingest_endpoints: ::Array[Types::IngestEndpoint]
|
80
|
+
attr_accessor input_type: ("HLS" | "CMAF")
|
78
81
|
attr_accessor etag: ::String
|
79
82
|
attr_accessor tags: ::Hash[::String, ::String]
|
80
83
|
SENSITIVE: []
|
@@ -127,6 +130,7 @@ module Aws::MediaPackageV2
|
|
127
130
|
attr_accessor hls_manifests: ::Array[Types::CreateHlsManifestConfiguration]
|
128
131
|
attr_accessor low_latency_hls_manifests: ::Array[Types::CreateLowLatencyHlsManifestConfiguration]
|
129
132
|
attr_accessor dash_manifests: ::Array[Types::CreateDashManifestConfiguration]
|
133
|
+
attr_accessor force_endpoint_error_configuration: Types::ForceEndpointErrorConfiguration
|
130
134
|
attr_accessor tags: ::Hash[::String, ::String]
|
131
135
|
SENSITIVE: []
|
132
136
|
end
|
@@ -145,6 +149,7 @@ module Aws::MediaPackageV2
|
|
145
149
|
attr_accessor hls_manifests: ::Array[Types::GetHlsManifestConfiguration]
|
146
150
|
attr_accessor low_latency_hls_manifests: ::Array[Types::GetLowLatencyHlsManifestConfiguration]
|
147
151
|
attr_accessor dash_manifests: ::Array[Types::GetDashManifestConfiguration]
|
152
|
+
attr_accessor force_endpoint_error_configuration: Types::ForceEndpointErrorConfiguration
|
148
153
|
attr_accessor etag: ::String
|
149
154
|
attr_accessor tags: ::Hash[::String, ::String]
|
150
155
|
SENSITIVE: []
|
@@ -230,6 +235,11 @@ module Aws::MediaPackageV2
|
|
230
235
|
SENSITIVE: []
|
231
236
|
end
|
232
237
|
|
238
|
+
class ForceEndpointErrorConfiguration
|
239
|
+
attr_accessor endpoint_error_conditions: ::Array[("STALE_MANIFEST" | "INCOMPLETE_MANIFEST" | "MISSING_DRM_KEY" | "SLATE_INPUT")]
|
240
|
+
SENSITIVE: []
|
241
|
+
end
|
242
|
+
|
233
243
|
class GetChannelGroupRequest
|
234
244
|
attr_accessor channel_group_name: ::String
|
235
245
|
SENSITIVE: []
|
@@ -274,6 +284,7 @@ module Aws::MediaPackageV2
|
|
274
284
|
attr_accessor modified_at: ::Time
|
275
285
|
attr_accessor description: ::String
|
276
286
|
attr_accessor ingest_endpoints: ::Array[Types::IngestEndpoint]
|
287
|
+
attr_accessor input_type: ("HLS" | "CMAF")
|
277
288
|
attr_accessor etag: ::String
|
278
289
|
attr_accessor tags: ::Hash[::String, ::String]
|
279
290
|
SENSITIVE: []
|
@@ -352,9 +363,10 @@ module Aws::MediaPackageV2
|
|
352
363
|
attr_accessor startover_window_seconds: ::Integer
|
353
364
|
attr_accessor hls_manifests: ::Array[Types::GetHlsManifestConfiguration]
|
354
365
|
attr_accessor low_latency_hls_manifests: ::Array[Types::GetLowLatencyHlsManifestConfiguration]
|
366
|
+
attr_accessor dash_manifests: ::Array[Types::GetDashManifestConfiguration]
|
367
|
+
attr_accessor force_endpoint_error_configuration: Types::ForceEndpointErrorConfiguration
|
355
368
|
attr_accessor etag: ::String
|
356
369
|
attr_accessor tags: ::Hash[::String, ::String]
|
357
|
-
attr_accessor dash_manifests: ::Array[Types::GetDashManifestConfiguration]
|
358
370
|
SENSITIVE: []
|
359
371
|
end
|
360
372
|
|
@@ -450,6 +462,7 @@ module Aws::MediaPackageV2
|
|
450
462
|
attr_accessor hls_manifests: ::Array[Types::ListHlsManifestConfiguration]
|
451
463
|
attr_accessor low_latency_hls_manifests: ::Array[Types::ListLowLatencyHlsManifestConfiguration]
|
452
464
|
attr_accessor dash_manifests: ::Array[Types::ListDashManifestConfiguration]
|
465
|
+
attr_accessor force_endpoint_error_configuration: Types::ForceEndpointErrorConfiguration
|
453
466
|
SENSITIVE: []
|
454
467
|
end
|
455
468
|
|
@@ -572,6 +585,7 @@ module Aws::MediaPackageV2
|
|
572
585
|
attr_accessor modified_at: ::Time
|
573
586
|
attr_accessor description: ::String
|
574
587
|
attr_accessor ingest_endpoints: ::Array[Types::IngestEndpoint]
|
588
|
+
attr_accessor input_type: ("HLS" | "CMAF")
|
575
589
|
attr_accessor etag: ::String
|
576
590
|
attr_accessor tags: ::Hash[::String, ::String]
|
577
591
|
SENSITIVE: []
|
@@ -588,6 +602,7 @@ module Aws::MediaPackageV2
|
|
588
602
|
attr_accessor hls_manifests: ::Array[Types::CreateHlsManifestConfiguration]
|
589
603
|
attr_accessor low_latency_hls_manifests: ::Array[Types::CreateLowLatencyHlsManifestConfiguration]
|
590
604
|
attr_accessor dash_manifests: ::Array[Types::CreateDashManifestConfiguration]
|
605
|
+
attr_accessor force_endpoint_error_configuration: Types::ForceEndpointErrorConfiguration
|
591
606
|
attr_accessor etag: ::String
|
592
607
|
SENSITIVE: []
|
593
608
|
end
|
@@ -605,6 +620,7 @@ module Aws::MediaPackageV2
|
|
605
620
|
attr_accessor startover_window_seconds: ::Integer
|
606
621
|
attr_accessor hls_manifests: ::Array[Types::GetHlsManifestConfiguration]
|
607
622
|
attr_accessor low_latency_hls_manifests: ::Array[Types::GetLowLatencyHlsManifestConfiguration]
|
623
|
+
attr_accessor force_endpoint_error_configuration: Types::ForceEndpointErrorConfiguration
|
608
624
|
attr_accessor etag: ::String
|
609
625
|
attr_accessor tags: ::Hash[::String, ::String]
|
610
626
|
attr_accessor dash_manifests: ::Array[Types::GetDashManifestConfiguration]
|
@@ -613,7 +629,7 @@ module Aws::MediaPackageV2
|
|
613
629
|
|
614
630
|
class ValidationException
|
615
631
|
attr_accessor message: ::String
|
616
|
-
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")
|
632
|
+
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")
|
617
633
|
SENSITIVE: []
|
618
634
|
end
|
619
635
|
end
|