aws-sdk-mediapackagev2 1.12.0 → 1.14.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 +153 -1
- data/lib/aws-sdk-mediapackagev2/client_api.rb +84 -0
- data/lib/aws-sdk-mediapackagev2/types.rb +375 -4
- data/lib/aws-sdk-mediapackagev2.rb +1 -1
- data/sig/client.rbs +66 -1
- data/sig/types.rbs +67 -1
- metadata +2 -2
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 etag: () -> ::String
|
84
85
|
def tags: () -> ::Hash[::String, ::String]
|
85
86
|
end
|
86
87
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#create_channel-instance_method
|
@@ -100,6 +101,7 @@ module Aws
|
|
100
101
|
def egress_domain: () -> ::String
|
101
102
|
def created_at: () -> ::Time
|
102
103
|
def modified_at: () -> ::Time
|
104
|
+
def etag: () -> ::String
|
103
105
|
def description: () -> ::String
|
104
106
|
def tags: () -> ::Hash[::String, ::String]
|
105
107
|
end
|
@@ -126,6 +128,8 @@ module Aws
|
|
126
128
|
def startover_window_seconds: () -> ::Integer
|
127
129
|
def hls_manifests: () -> ::Array[Types::GetHlsManifestConfiguration]
|
128
130
|
def low_latency_hls_manifests: () -> ::Array[Types::GetLowLatencyHlsManifestConfiguration]
|
131
|
+
def dash_manifests: () -> ::Array[Types::GetDashManifestConfiguration]
|
132
|
+
def etag: () -> ::String
|
129
133
|
def tags: () -> ::Hash[::String, ::String]
|
130
134
|
end
|
131
135
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#create_origin_endpoint-instance_method
|
@@ -199,6 +203,31 @@ module Aws
|
|
199
203
|
}?
|
200
204
|
},
|
201
205
|
],
|
206
|
+
?dash_manifests: Array[
|
207
|
+
{
|
208
|
+
manifest_name: ::String,
|
209
|
+
manifest_window_seconds: ::Integer?,
|
210
|
+
filter_configuration: {
|
211
|
+
manifest_filter: ::String?,
|
212
|
+
start: ::Time?,
|
213
|
+
end: ::Time?,
|
214
|
+
time_delay_seconds: ::Integer?
|
215
|
+
}?,
|
216
|
+
min_update_period_seconds: ::Integer?,
|
217
|
+
min_buffer_time_seconds: ::Integer?,
|
218
|
+
suggested_presentation_delay_seconds: ::Integer?,
|
219
|
+
segment_template_format: ("NUMBER_WITH_TIMELINE")?,
|
220
|
+
period_triggers: Array[("AVAILS" | "DRM_KEY_ROTATION" | "SOURCE_CHANGES" | "SOURCE_DISRUPTIONS" | "NONE")]?,
|
221
|
+
scte_dash: {
|
222
|
+
ad_marker_dash: ("BINARY" | "XML")?
|
223
|
+
}?,
|
224
|
+
drm_signaling: ("INDIVIDUAL" | "REFERENCED")?,
|
225
|
+
utc_timing: {
|
226
|
+
timing_mode: ("HTTP_HEAD" | "HTTP_ISO" | "HTTP_XSDATE" | "UTC_DIRECT")?,
|
227
|
+
timing_source: ::String?
|
228
|
+
}?
|
229
|
+
},
|
230
|
+
],
|
202
231
|
?tags: Hash[::String, ::String]
|
203
232
|
) -> _CreateOriginEndpointResponseSuccess
|
204
233
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOriginEndpointResponseSuccess
|
@@ -263,6 +292,7 @@ module Aws
|
|
263
292
|
def modified_at: () -> ::Time
|
264
293
|
def description: () -> ::String
|
265
294
|
def ingest_endpoints: () -> ::Array[Types::IngestEndpoint]
|
295
|
+
def etag: () -> ::String
|
266
296
|
def tags: () -> ::Hash[::String, ::String]
|
267
297
|
end
|
268
298
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#get_channel-instance_method
|
@@ -280,6 +310,7 @@ module Aws
|
|
280
310
|
def created_at: () -> ::Time
|
281
311
|
def modified_at: () -> ::Time
|
282
312
|
def description: () -> ::String
|
313
|
+
def etag: () -> ::String
|
283
314
|
def tags: () -> ::Hash[::String, ::String]
|
284
315
|
end
|
285
316
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#get_channel_group-instance_method
|
@@ -315,7 +346,9 @@ module Aws
|
|
315
346
|
def startover_window_seconds: () -> ::Integer
|
316
347
|
def hls_manifests: () -> ::Array[Types::GetHlsManifestConfiguration]
|
317
348
|
def low_latency_hls_manifests: () -> ::Array[Types::GetLowLatencyHlsManifestConfiguration]
|
349
|
+
def etag: () -> ::String
|
318
350
|
def tags: () -> ::Hash[::String, ::String]
|
351
|
+
def dash_manifests: () -> ::Array[Types::GetDashManifestConfiguration]
|
319
352
|
end
|
320
353
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#get_origin_endpoint-instance_method
|
321
354
|
def get_origin_endpoint: (
|
@@ -435,12 +468,14 @@ module Aws
|
|
435
468
|
def modified_at: () -> ::Time
|
436
469
|
def description: () -> ::String
|
437
470
|
def ingest_endpoints: () -> ::Array[Types::IngestEndpoint]
|
471
|
+
def etag: () -> ::String
|
438
472
|
def tags: () -> ::Hash[::String, ::String]
|
439
473
|
end
|
440
474
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#update_channel-instance_method
|
441
475
|
def update_channel: (
|
442
476
|
channel_group_name: ::String,
|
443
477
|
channel_name: ::String,
|
478
|
+
?etag: ::String,
|
444
479
|
?description: ::String
|
445
480
|
) -> _UpdateChannelResponseSuccess
|
446
481
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateChannelResponseSuccess
|
@@ -453,11 +488,13 @@ module Aws
|
|
453
488
|
def created_at: () -> ::Time
|
454
489
|
def modified_at: () -> ::Time
|
455
490
|
def description: () -> ::String
|
491
|
+
def etag: () -> ::String
|
456
492
|
def tags: () -> ::Hash[::String, ::String]
|
457
493
|
end
|
458
494
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#update_channel_group-instance_method
|
459
495
|
def update_channel_group: (
|
460
496
|
channel_group_name: ::String,
|
497
|
+
?etag: ::String,
|
461
498
|
?description: ::String
|
462
499
|
) -> _UpdateChannelGroupResponseSuccess
|
463
500
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateChannelGroupResponseSuccess
|
@@ -476,7 +513,9 @@ module Aws
|
|
476
513
|
def startover_window_seconds: () -> ::Integer
|
477
514
|
def hls_manifests: () -> ::Array[Types::GetHlsManifestConfiguration]
|
478
515
|
def low_latency_hls_manifests: () -> ::Array[Types::GetLowLatencyHlsManifestConfiguration]
|
516
|
+
def etag: () -> ::String
|
479
517
|
def tags: () -> ::Hash[::String, ::String]
|
518
|
+
def dash_manifests: () -> ::Array[Types::GetDashManifestConfiguration]
|
480
519
|
end
|
481
520
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#update_origin_endpoint-instance_method
|
482
521
|
def update_origin_endpoint: (
|
@@ -547,7 +586,33 @@ module Aws
|
|
547
586
|
time_delay_seconds: ::Integer?
|
548
587
|
}?
|
549
588
|
},
|
550
|
-
]
|
589
|
+
],
|
590
|
+
?dash_manifests: Array[
|
591
|
+
{
|
592
|
+
manifest_name: ::String,
|
593
|
+
manifest_window_seconds: ::Integer?,
|
594
|
+
filter_configuration: {
|
595
|
+
manifest_filter: ::String?,
|
596
|
+
start: ::Time?,
|
597
|
+
end: ::Time?,
|
598
|
+
time_delay_seconds: ::Integer?
|
599
|
+
}?,
|
600
|
+
min_update_period_seconds: ::Integer?,
|
601
|
+
min_buffer_time_seconds: ::Integer?,
|
602
|
+
suggested_presentation_delay_seconds: ::Integer?,
|
603
|
+
segment_template_format: ("NUMBER_WITH_TIMELINE")?,
|
604
|
+
period_triggers: Array[("AVAILS" | "DRM_KEY_ROTATION" | "SOURCE_CHANGES" | "SOURCE_DISRUPTIONS" | "NONE")]?,
|
605
|
+
scte_dash: {
|
606
|
+
ad_marker_dash: ("BINARY" | "XML")?
|
607
|
+
}?,
|
608
|
+
drm_signaling: ("INDIVIDUAL" | "REFERENCED")?,
|
609
|
+
utc_timing: {
|
610
|
+
timing_mode: ("HTTP_HEAD" | "HTTP_ISO" | "HTTP_XSDATE" | "UTC_DIRECT")?,
|
611
|
+
timing_source: ::String?
|
612
|
+
}?
|
613
|
+
},
|
614
|
+
],
|
615
|
+
?etag: ::String
|
551
616
|
) -> _UpdateOriginEndpointResponseSuccess
|
552
617
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateOriginEndpointResponseSuccess
|
553
618
|
end
|
data/sig/types.rbs
CHANGED
@@ -52,6 +52,7 @@ module Aws::MediaPackageV2
|
|
52
52
|
attr_accessor egress_domain: ::String
|
53
53
|
attr_accessor created_at: ::Time
|
54
54
|
attr_accessor modified_at: ::Time
|
55
|
+
attr_accessor etag: ::String
|
55
56
|
attr_accessor description: ::String
|
56
57
|
attr_accessor tags: ::Hash[::String, ::String]
|
57
58
|
SENSITIVE: []
|
@@ -74,10 +75,26 @@ module Aws::MediaPackageV2
|
|
74
75
|
attr_accessor modified_at: ::Time
|
75
76
|
attr_accessor description: ::String
|
76
77
|
attr_accessor ingest_endpoints: ::Array[Types::IngestEndpoint]
|
78
|
+
attr_accessor etag: ::String
|
77
79
|
attr_accessor tags: ::Hash[::String, ::String]
|
78
80
|
SENSITIVE: []
|
79
81
|
end
|
80
82
|
|
83
|
+
class CreateDashManifestConfiguration
|
84
|
+
attr_accessor manifest_name: ::String
|
85
|
+
attr_accessor manifest_window_seconds: ::Integer
|
86
|
+
attr_accessor filter_configuration: Types::FilterConfiguration
|
87
|
+
attr_accessor min_update_period_seconds: ::Integer
|
88
|
+
attr_accessor min_buffer_time_seconds: ::Integer
|
89
|
+
attr_accessor suggested_presentation_delay_seconds: ::Integer
|
90
|
+
attr_accessor segment_template_format: ("NUMBER_WITH_TIMELINE")
|
91
|
+
attr_accessor period_triggers: ::Array[("AVAILS" | "DRM_KEY_ROTATION" | "SOURCE_CHANGES" | "SOURCE_DISRUPTIONS" | "NONE")]
|
92
|
+
attr_accessor scte_dash: Types::ScteDash
|
93
|
+
attr_accessor drm_signaling: ("INDIVIDUAL" | "REFERENCED")
|
94
|
+
attr_accessor utc_timing: Types::DashUtcTiming
|
95
|
+
SENSITIVE: []
|
96
|
+
end
|
97
|
+
|
81
98
|
class CreateHlsManifestConfiguration
|
82
99
|
attr_accessor manifest_name: ::String
|
83
100
|
attr_accessor child_manifest_name: ::String
|
@@ -109,6 +126,7 @@ module Aws::MediaPackageV2
|
|
109
126
|
attr_accessor startover_window_seconds: ::Integer
|
110
127
|
attr_accessor hls_manifests: ::Array[Types::CreateHlsManifestConfiguration]
|
111
128
|
attr_accessor low_latency_hls_manifests: ::Array[Types::CreateLowLatencyHlsManifestConfiguration]
|
129
|
+
attr_accessor dash_manifests: ::Array[Types::CreateDashManifestConfiguration]
|
112
130
|
attr_accessor tags: ::Hash[::String, ::String]
|
113
131
|
SENSITIVE: []
|
114
132
|
end
|
@@ -126,10 +144,18 @@ module Aws::MediaPackageV2
|
|
126
144
|
attr_accessor startover_window_seconds: ::Integer
|
127
145
|
attr_accessor hls_manifests: ::Array[Types::GetHlsManifestConfiguration]
|
128
146
|
attr_accessor low_latency_hls_manifests: ::Array[Types::GetLowLatencyHlsManifestConfiguration]
|
147
|
+
attr_accessor dash_manifests: ::Array[Types::GetDashManifestConfiguration]
|
148
|
+
attr_accessor etag: ::String
|
129
149
|
attr_accessor tags: ::Hash[::String, ::String]
|
130
150
|
SENSITIVE: []
|
131
151
|
end
|
132
152
|
|
153
|
+
class DashUtcTiming
|
154
|
+
attr_accessor timing_mode: ("HTTP_HEAD" | "HTTP_ISO" | "HTTP_XSDATE" | "UTC_DIRECT")
|
155
|
+
attr_accessor timing_source: ::String
|
156
|
+
SENSITIVE: []
|
157
|
+
end
|
158
|
+
|
133
159
|
class DeleteChannelGroupRequest
|
134
160
|
attr_accessor channel_group_name: ::String
|
135
161
|
SENSITIVE: []
|
@@ -216,6 +242,7 @@ module Aws::MediaPackageV2
|
|
216
242
|
attr_accessor created_at: ::Time
|
217
243
|
attr_accessor modified_at: ::Time
|
218
244
|
attr_accessor description: ::String
|
245
|
+
attr_accessor etag: ::String
|
219
246
|
attr_accessor tags: ::Hash[::String, ::String]
|
220
247
|
SENSITIVE: []
|
221
248
|
end
|
@@ -247,10 +274,27 @@ module Aws::MediaPackageV2
|
|
247
274
|
attr_accessor modified_at: ::Time
|
248
275
|
attr_accessor description: ::String
|
249
276
|
attr_accessor ingest_endpoints: ::Array[Types::IngestEndpoint]
|
277
|
+
attr_accessor etag: ::String
|
250
278
|
attr_accessor tags: ::Hash[::String, ::String]
|
251
279
|
SENSITIVE: []
|
252
280
|
end
|
253
281
|
|
282
|
+
class GetDashManifestConfiguration
|
283
|
+
attr_accessor manifest_name: ::String
|
284
|
+
attr_accessor url: ::String
|
285
|
+
attr_accessor manifest_window_seconds: ::Integer
|
286
|
+
attr_accessor filter_configuration: Types::FilterConfiguration
|
287
|
+
attr_accessor min_update_period_seconds: ::Integer
|
288
|
+
attr_accessor min_buffer_time_seconds: ::Integer
|
289
|
+
attr_accessor suggested_presentation_delay_seconds: ::Integer
|
290
|
+
attr_accessor segment_template_format: ("NUMBER_WITH_TIMELINE")
|
291
|
+
attr_accessor period_triggers: ::Array[("AVAILS" | "DRM_KEY_ROTATION" | "SOURCE_CHANGES" | "SOURCE_DISRUPTIONS" | "NONE")]
|
292
|
+
attr_accessor scte_dash: Types::ScteDash
|
293
|
+
attr_accessor drm_signaling: ("INDIVIDUAL" | "REFERENCED")
|
294
|
+
attr_accessor utc_timing: Types::DashUtcTiming
|
295
|
+
SENSITIVE: []
|
296
|
+
end
|
297
|
+
|
254
298
|
class GetHlsManifestConfiguration
|
255
299
|
attr_accessor manifest_name: ::String
|
256
300
|
attr_accessor url: ::String
|
@@ -308,7 +352,9 @@ module Aws::MediaPackageV2
|
|
308
352
|
attr_accessor startover_window_seconds: ::Integer
|
309
353
|
attr_accessor hls_manifests: ::Array[Types::GetHlsManifestConfiguration]
|
310
354
|
attr_accessor low_latency_hls_manifests: ::Array[Types::GetLowLatencyHlsManifestConfiguration]
|
355
|
+
attr_accessor etag: ::String
|
311
356
|
attr_accessor tags: ::Hash[::String, ::String]
|
357
|
+
attr_accessor dash_manifests: ::Array[Types::GetDashManifestConfiguration]
|
312
358
|
SENSITIVE: []
|
313
359
|
end
|
314
360
|
|
@@ -348,6 +394,12 @@ module Aws::MediaPackageV2
|
|
348
394
|
SENSITIVE: []
|
349
395
|
end
|
350
396
|
|
397
|
+
class ListDashManifestConfiguration
|
398
|
+
attr_accessor manifest_name: ::String
|
399
|
+
attr_accessor url: ::String
|
400
|
+
SENSITIVE: []
|
401
|
+
end
|
402
|
+
|
351
403
|
class ListHlsManifestConfiguration
|
352
404
|
attr_accessor manifest_name: ::String
|
353
405
|
attr_accessor child_manifest_name: ::String
|
@@ -397,6 +449,7 @@ module Aws::MediaPackageV2
|
|
397
449
|
attr_accessor modified_at: ::Time
|
398
450
|
attr_accessor hls_manifests: ::Array[Types::ListHlsManifestConfiguration]
|
399
451
|
attr_accessor low_latency_hls_manifests: ::Array[Types::ListLowLatencyHlsManifestConfiguration]
|
452
|
+
attr_accessor dash_manifests: ::Array[Types::ListDashManifestConfiguration]
|
400
453
|
SENSITIVE: []
|
401
454
|
end
|
402
455
|
|
@@ -432,6 +485,11 @@ module Aws::MediaPackageV2
|
|
432
485
|
SENSITIVE: []
|
433
486
|
end
|
434
487
|
|
488
|
+
class ScteDash
|
489
|
+
attr_accessor ad_marker_dash: ("BINARY" | "XML")
|
490
|
+
SENSITIVE: []
|
491
|
+
end
|
492
|
+
|
435
493
|
class ScteHls
|
436
494
|
attr_accessor ad_marker_hls: ("DATERANGE")
|
437
495
|
SENSITIVE: []
|
@@ -481,6 +539,7 @@ module Aws::MediaPackageV2
|
|
481
539
|
|
482
540
|
class UpdateChannelGroupRequest
|
483
541
|
attr_accessor channel_group_name: ::String
|
542
|
+
attr_accessor etag: ::String
|
484
543
|
attr_accessor description: ::String
|
485
544
|
SENSITIVE: []
|
486
545
|
end
|
@@ -492,6 +551,7 @@ module Aws::MediaPackageV2
|
|
492
551
|
attr_accessor created_at: ::Time
|
493
552
|
attr_accessor modified_at: ::Time
|
494
553
|
attr_accessor description: ::String
|
554
|
+
attr_accessor etag: ::String
|
495
555
|
attr_accessor tags: ::Hash[::String, ::String]
|
496
556
|
SENSITIVE: []
|
497
557
|
end
|
@@ -499,6 +559,7 @@ module Aws::MediaPackageV2
|
|
499
559
|
class UpdateChannelRequest
|
500
560
|
attr_accessor channel_group_name: ::String
|
501
561
|
attr_accessor channel_name: ::String
|
562
|
+
attr_accessor etag: ::String
|
502
563
|
attr_accessor description: ::String
|
503
564
|
SENSITIVE: []
|
504
565
|
end
|
@@ -511,6 +572,7 @@ module Aws::MediaPackageV2
|
|
511
572
|
attr_accessor modified_at: ::Time
|
512
573
|
attr_accessor description: ::String
|
513
574
|
attr_accessor ingest_endpoints: ::Array[Types::IngestEndpoint]
|
575
|
+
attr_accessor etag: ::String
|
514
576
|
attr_accessor tags: ::Hash[::String, ::String]
|
515
577
|
SENSITIVE: []
|
516
578
|
end
|
@@ -525,6 +587,8 @@ module Aws::MediaPackageV2
|
|
525
587
|
attr_accessor startover_window_seconds: ::Integer
|
526
588
|
attr_accessor hls_manifests: ::Array[Types::CreateHlsManifestConfiguration]
|
527
589
|
attr_accessor low_latency_hls_manifests: ::Array[Types::CreateLowLatencyHlsManifestConfiguration]
|
590
|
+
attr_accessor dash_manifests: ::Array[Types::CreateDashManifestConfiguration]
|
591
|
+
attr_accessor etag: ::String
|
528
592
|
SENSITIVE: []
|
529
593
|
end
|
530
594
|
|
@@ -541,13 +605,15 @@ module Aws::MediaPackageV2
|
|
541
605
|
attr_accessor startover_window_seconds: ::Integer
|
542
606
|
attr_accessor hls_manifests: ::Array[Types::GetHlsManifestConfiguration]
|
543
607
|
attr_accessor low_latency_hls_manifests: ::Array[Types::GetLowLatencyHlsManifestConfiguration]
|
608
|
+
attr_accessor etag: ::String
|
544
609
|
attr_accessor tags: ::Hash[::String, ::String]
|
610
|
+
attr_accessor dash_manifests: ::Array[Types::GetDashManifestConfiguration]
|
545
611
|
SENSITIVE: []
|
546
612
|
end
|
547
613
|
|
548
614
|
class ValidationException
|
549
615
|
attr_accessor message: ::String
|
550
|
-
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" | "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")
|
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")
|
551
617
|
SENSITIVE: []
|
552
618
|
end
|
553
619
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-mediapackagev2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|