aws-sdk-mediapackagev2 1.10.0 → 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/errors.rbs ADDED
@@ -0,0 +1,40 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module MediaPackageV2
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class AccessDeniedException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ end
17
+ class ConflictException < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
19
+ def conflict_exception_type: () -> ::String
20
+ end
21
+ class InternalServerException < ::Aws::Errors::ServiceError
22
+ def message: () -> ::String
23
+ end
24
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
25
+ def message: () -> ::String
26
+ def resource_type_not_found: () -> ::String
27
+ end
28
+ class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
29
+ def message: () -> ::String
30
+ end
31
+ class ThrottlingException < ::Aws::Errors::ServiceError
32
+ def message: () -> ::String
33
+ end
34
+ class ValidationException < ::Aws::Errors::ServiceError
35
+ def message: () -> ::String
36
+ def validation_exception_type: () -> ::String
37
+ end
38
+ end
39
+ end
40
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,79 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module MediaPackageV2
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> void
72
+ | (?Hash[Symbol, untyped]) -> void
73
+
74
+ def client: () -> Client
75
+
76
+
77
+ end
78
+ end
79
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,554 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::MediaPackageV2
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class ChannelGroupListConfiguration
17
+ attr_accessor channel_group_name: ::String
18
+ attr_accessor arn: ::String
19
+ attr_accessor created_at: ::Time
20
+ attr_accessor modified_at: ::Time
21
+ attr_accessor description: ::String
22
+ SENSITIVE: []
23
+ end
24
+
25
+ class ChannelListConfiguration
26
+ attr_accessor arn: ::String
27
+ attr_accessor channel_name: ::String
28
+ attr_accessor channel_group_name: ::String
29
+ attr_accessor created_at: ::Time
30
+ attr_accessor modified_at: ::Time
31
+ attr_accessor description: ::String
32
+ SENSITIVE: []
33
+ end
34
+
35
+ class ConflictException
36
+ attr_accessor message: ::String
37
+ attr_accessor conflict_exception_type: ("RESOURCE_IN_USE" | "RESOURCE_ALREADY_EXISTS" | "IDEMPOTENT_PARAMETER_MISMATCH" | "CONFLICTING_OPERATION")
38
+ SENSITIVE: []
39
+ end
40
+
41
+ class CreateChannelGroupRequest
42
+ attr_accessor channel_group_name: ::String
43
+ attr_accessor client_token: ::String
44
+ attr_accessor description: ::String
45
+ attr_accessor tags: ::Hash[::String, ::String]
46
+ SENSITIVE: []
47
+ end
48
+
49
+ class CreateChannelGroupResponse
50
+ attr_accessor channel_group_name: ::String
51
+ attr_accessor arn: ::String
52
+ attr_accessor egress_domain: ::String
53
+ attr_accessor created_at: ::Time
54
+ attr_accessor modified_at: ::Time
55
+ attr_accessor description: ::String
56
+ attr_accessor tags: ::Hash[::String, ::String]
57
+ SENSITIVE: []
58
+ end
59
+
60
+ class CreateChannelRequest
61
+ attr_accessor channel_group_name: ::String
62
+ attr_accessor channel_name: ::String
63
+ attr_accessor client_token: ::String
64
+ attr_accessor description: ::String
65
+ attr_accessor tags: ::Hash[::String, ::String]
66
+ SENSITIVE: []
67
+ end
68
+
69
+ class CreateChannelResponse
70
+ attr_accessor arn: ::String
71
+ attr_accessor channel_name: ::String
72
+ attr_accessor channel_group_name: ::String
73
+ attr_accessor created_at: ::Time
74
+ attr_accessor modified_at: ::Time
75
+ attr_accessor description: ::String
76
+ attr_accessor ingest_endpoints: ::Array[Types::IngestEndpoint]
77
+ attr_accessor tags: ::Hash[::String, ::String]
78
+ SENSITIVE: []
79
+ end
80
+
81
+ class CreateHlsManifestConfiguration
82
+ attr_accessor manifest_name: ::String
83
+ attr_accessor child_manifest_name: ::String
84
+ attr_accessor scte_hls: Types::ScteHls
85
+ attr_accessor manifest_window_seconds: ::Integer
86
+ attr_accessor program_date_time_interval_seconds: ::Integer
87
+ attr_accessor filter_configuration: Types::FilterConfiguration
88
+ SENSITIVE: []
89
+ end
90
+
91
+ class CreateLowLatencyHlsManifestConfiguration
92
+ attr_accessor manifest_name: ::String
93
+ attr_accessor child_manifest_name: ::String
94
+ attr_accessor scte_hls: Types::ScteHls
95
+ attr_accessor manifest_window_seconds: ::Integer
96
+ attr_accessor program_date_time_interval_seconds: ::Integer
97
+ attr_accessor filter_configuration: Types::FilterConfiguration
98
+ SENSITIVE: []
99
+ end
100
+
101
+ class CreateOriginEndpointRequest
102
+ attr_accessor channel_group_name: ::String
103
+ attr_accessor channel_name: ::String
104
+ attr_accessor origin_endpoint_name: ::String
105
+ attr_accessor container_type: ("TS" | "CMAF")
106
+ attr_accessor segment: Types::Segment
107
+ attr_accessor client_token: ::String
108
+ attr_accessor description: ::String
109
+ attr_accessor startover_window_seconds: ::Integer
110
+ attr_accessor hls_manifests: ::Array[Types::CreateHlsManifestConfiguration]
111
+ attr_accessor low_latency_hls_manifests: ::Array[Types::CreateLowLatencyHlsManifestConfiguration]
112
+ attr_accessor tags: ::Hash[::String, ::String]
113
+ SENSITIVE: []
114
+ end
115
+
116
+ class CreateOriginEndpointResponse
117
+ attr_accessor arn: ::String
118
+ attr_accessor channel_group_name: ::String
119
+ attr_accessor channel_name: ::String
120
+ attr_accessor origin_endpoint_name: ::String
121
+ attr_accessor container_type: ("TS" | "CMAF")
122
+ attr_accessor segment: Types::Segment
123
+ attr_accessor created_at: ::Time
124
+ attr_accessor modified_at: ::Time
125
+ attr_accessor description: ::String
126
+ attr_accessor startover_window_seconds: ::Integer
127
+ attr_accessor hls_manifests: ::Array[Types::GetHlsManifestConfiguration]
128
+ attr_accessor low_latency_hls_manifests: ::Array[Types::GetLowLatencyHlsManifestConfiguration]
129
+ attr_accessor tags: ::Hash[::String, ::String]
130
+ SENSITIVE: []
131
+ end
132
+
133
+ class DeleteChannelGroupRequest
134
+ attr_accessor channel_group_name: ::String
135
+ SENSITIVE: []
136
+ end
137
+
138
+ class DeleteChannelGroupResponse < Aws::EmptyStructure
139
+ end
140
+
141
+ class DeleteChannelPolicyRequest
142
+ attr_accessor channel_group_name: ::String
143
+ attr_accessor channel_name: ::String
144
+ SENSITIVE: []
145
+ end
146
+
147
+ class DeleteChannelPolicyResponse < Aws::EmptyStructure
148
+ end
149
+
150
+ class DeleteChannelRequest
151
+ attr_accessor channel_group_name: ::String
152
+ attr_accessor channel_name: ::String
153
+ SENSITIVE: []
154
+ end
155
+
156
+ class DeleteChannelResponse < Aws::EmptyStructure
157
+ end
158
+
159
+ class DeleteOriginEndpointPolicyRequest
160
+ attr_accessor channel_group_name: ::String
161
+ attr_accessor channel_name: ::String
162
+ attr_accessor origin_endpoint_name: ::String
163
+ SENSITIVE: []
164
+ end
165
+
166
+ class DeleteOriginEndpointPolicyResponse < Aws::EmptyStructure
167
+ end
168
+
169
+ class DeleteOriginEndpointRequest
170
+ attr_accessor channel_group_name: ::String
171
+ attr_accessor channel_name: ::String
172
+ attr_accessor origin_endpoint_name: ::String
173
+ SENSITIVE: []
174
+ end
175
+
176
+ class DeleteOriginEndpointResponse < Aws::EmptyStructure
177
+ end
178
+
179
+ class Encryption
180
+ attr_accessor constant_initialization_vector: ::String
181
+ attr_accessor encryption_method: Types::EncryptionMethod
182
+ attr_accessor key_rotation_interval_seconds: ::Integer
183
+ attr_accessor speke_key_provider: Types::SpekeKeyProvider
184
+ SENSITIVE: []
185
+ end
186
+
187
+ class EncryptionContractConfiguration
188
+ attr_accessor preset_speke_20_audio: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")
189
+ attr_accessor preset_speke_20_video: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")
190
+ SENSITIVE: []
191
+ end
192
+
193
+ class EncryptionMethod
194
+ attr_accessor ts_encryption_method: ("AES_128" | "SAMPLE_AES")
195
+ attr_accessor cmaf_encryption_method: ("CENC" | "CBCS")
196
+ SENSITIVE: []
197
+ end
198
+
199
+ class FilterConfiguration
200
+ attr_accessor manifest_filter: ::String
201
+ attr_accessor start: ::Time
202
+ attr_accessor end: ::Time
203
+ attr_accessor time_delay_seconds: ::Integer
204
+ SENSITIVE: []
205
+ end
206
+
207
+ class GetChannelGroupRequest
208
+ attr_accessor channel_group_name: ::String
209
+ SENSITIVE: []
210
+ end
211
+
212
+ class GetChannelGroupResponse
213
+ attr_accessor channel_group_name: ::String
214
+ attr_accessor arn: ::String
215
+ attr_accessor egress_domain: ::String
216
+ attr_accessor created_at: ::Time
217
+ attr_accessor modified_at: ::Time
218
+ attr_accessor description: ::String
219
+ attr_accessor tags: ::Hash[::String, ::String]
220
+ SENSITIVE: []
221
+ end
222
+
223
+ class GetChannelPolicyRequest
224
+ attr_accessor channel_group_name: ::String
225
+ attr_accessor channel_name: ::String
226
+ SENSITIVE: []
227
+ end
228
+
229
+ class GetChannelPolicyResponse
230
+ attr_accessor channel_group_name: ::String
231
+ attr_accessor channel_name: ::String
232
+ attr_accessor policy: ::String
233
+ SENSITIVE: []
234
+ end
235
+
236
+ class GetChannelRequest
237
+ attr_accessor channel_group_name: ::String
238
+ attr_accessor channel_name: ::String
239
+ SENSITIVE: []
240
+ end
241
+
242
+ class GetChannelResponse
243
+ attr_accessor arn: ::String
244
+ attr_accessor channel_name: ::String
245
+ attr_accessor channel_group_name: ::String
246
+ attr_accessor created_at: ::Time
247
+ attr_accessor modified_at: ::Time
248
+ attr_accessor description: ::String
249
+ attr_accessor ingest_endpoints: ::Array[Types::IngestEndpoint]
250
+ attr_accessor tags: ::Hash[::String, ::String]
251
+ SENSITIVE: []
252
+ end
253
+
254
+ class GetHlsManifestConfiguration
255
+ attr_accessor manifest_name: ::String
256
+ attr_accessor url: ::String
257
+ attr_accessor child_manifest_name: ::String
258
+ attr_accessor manifest_window_seconds: ::Integer
259
+ attr_accessor program_date_time_interval_seconds: ::Integer
260
+ attr_accessor scte_hls: Types::ScteHls
261
+ attr_accessor filter_configuration: Types::FilterConfiguration
262
+ SENSITIVE: []
263
+ end
264
+
265
+ class GetLowLatencyHlsManifestConfiguration
266
+ attr_accessor manifest_name: ::String
267
+ attr_accessor url: ::String
268
+ attr_accessor child_manifest_name: ::String
269
+ attr_accessor manifest_window_seconds: ::Integer
270
+ attr_accessor program_date_time_interval_seconds: ::Integer
271
+ attr_accessor scte_hls: Types::ScteHls
272
+ attr_accessor filter_configuration: Types::FilterConfiguration
273
+ SENSITIVE: []
274
+ end
275
+
276
+ class GetOriginEndpointPolicyRequest
277
+ attr_accessor channel_group_name: ::String
278
+ attr_accessor channel_name: ::String
279
+ attr_accessor origin_endpoint_name: ::String
280
+ SENSITIVE: []
281
+ end
282
+
283
+ class GetOriginEndpointPolicyResponse
284
+ attr_accessor channel_group_name: ::String
285
+ attr_accessor channel_name: ::String
286
+ attr_accessor origin_endpoint_name: ::String
287
+ attr_accessor policy: ::String
288
+ SENSITIVE: []
289
+ end
290
+
291
+ class GetOriginEndpointRequest
292
+ attr_accessor channel_group_name: ::String
293
+ attr_accessor channel_name: ::String
294
+ attr_accessor origin_endpoint_name: ::String
295
+ SENSITIVE: []
296
+ end
297
+
298
+ class GetOriginEndpointResponse
299
+ attr_accessor arn: ::String
300
+ attr_accessor channel_group_name: ::String
301
+ attr_accessor channel_name: ::String
302
+ attr_accessor origin_endpoint_name: ::String
303
+ attr_accessor container_type: ("TS" | "CMAF")
304
+ attr_accessor segment: Types::Segment
305
+ attr_accessor created_at: ::Time
306
+ attr_accessor modified_at: ::Time
307
+ attr_accessor description: ::String
308
+ attr_accessor startover_window_seconds: ::Integer
309
+ attr_accessor hls_manifests: ::Array[Types::GetHlsManifestConfiguration]
310
+ attr_accessor low_latency_hls_manifests: ::Array[Types::GetLowLatencyHlsManifestConfiguration]
311
+ attr_accessor tags: ::Hash[::String, ::String]
312
+ SENSITIVE: []
313
+ end
314
+
315
+ class IngestEndpoint
316
+ attr_accessor id: ::String
317
+ attr_accessor url: ::String
318
+ SENSITIVE: []
319
+ end
320
+
321
+ class InternalServerException
322
+ attr_accessor message: ::String
323
+ SENSITIVE: []
324
+ end
325
+
326
+ class ListChannelGroupsRequest
327
+ attr_accessor max_results: ::Integer
328
+ attr_accessor next_token: ::String
329
+ SENSITIVE: []
330
+ end
331
+
332
+ class ListChannelGroupsResponse
333
+ attr_accessor items: ::Array[Types::ChannelGroupListConfiguration]
334
+ attr_accessor next_token: ::String
335
+ SENSITIVE: []
336
+ end
337
+
338
+ class ListChannelsRequest
339
+ attr_accessor channel_group_name: ::String
340
+ attr_accessor max_results: ::Integer
341
+ attr_accessor next_token: ::String
342
+ SENSITIVE: []
343
+ end
344
+
345
+ class ListChannelsResponse
346
+ attr_accessor items: ::Array[Types::ChannelListConfiguration]
347
+ attr_accessor next_token: ::String
348
+ SENSITIVE: []
349
+ end
350
+
351
+ class ListHlsManifestConfiguration
352
+ attr_accessor manifest_name: ::String
353
+ attr_accessor child_manifest_name: ::String
354
+ attr_accessor url: ::String
355
+ SENSITIVE: []
356
+ end
357
+
358
+ class ListLowLatencyHlsManifestConfiguration
359
+ attr_accessor manifest_name: ::String
360
+ attr_accessor child_manifest_name: ::String
361
+ attr_accessor url: ::String
362
+ SENSITIVE: []
363
+ end
364
+
365
+ class ListOriginEndpointsRequest
366
+ attr_accessor channel_group_name: ::String
367
+ attr_accessor channel_name: ::String
368
+ attr_accessor max_results: ::Integer
369
+ attr_accessor next_token: ::String
370
+ SENSITIVE: []
371
+ end
372
+
373
+ class ListOriginEndpointsResponse
374
+ attr_accessor items: ::Array[Types::OriginEndpointListConfiguration]
375
+ attr_accessor next_token: ::String
376
+ SENSITIVE: []
377
+ end
378
+
379
+ class ListTagsForResourceRequest
380
+ attr_accessor resource_arn: ::String
381
+ SENSITIVE: []
382
+ end
383
+
384
+ class ListTagsForResourceResponse
385
+ attr_accessor tags: ::Hash[::String, ::String]
386
+ SENSITIVE: []
387
+ end
388
+
389
+ class OriginEndpointListConfiguration
390
+ attr_accessor arn: ::String
391
+ attr_accessor channel_group_name: ::String
392
+ attr_accessor channel_name: ::String
393
+ attr_accessor origin_endpoint_name: ::String
394
+ attr_accessor container_type: ("TS" | "CMAF")
395
+ attr_accessor description: ::String
396
+ attr_accessor created_at: ::Time
397
+ attr_accessor modified_at: ::Time
398
+ attr_accessor hls_manifests: ::Array[Types::ListHlsManifestConfiguration]
399
+ attr_accessor low_latency_hls_manifests: ::Array[Types::ListLowLatencyHlsManifestConfiguration]
400
+ SENSITIVE: []
401
+ end
402
+
403
+ class PutChannelPolicyRequest
404
+ attr_accessor channel_group_name: ::String
405
+ attr_accessor channel_name: ::String
406
+ attr_accessor policy: ::String
407
+ SENSITIVE: []
408
+ end
409
+
410
+ class PutChannelPolicyResponse < Aws::EmptyStructure
411
+ end
412
+
413
+ class PutOriginEndpointPolicyRequest
414
+ attr_accessor channel_group_name: ::String
415
+ attr_accessor channel_name: ::String
416
+ attr_accessor origin_endpoint_name: ::String
417
+ attr_accessor policy: ::String
418
+ SENSITIVE: []
419
+ end
420
+
421
+ class PutOriginEndpointPolicyResponse < Aws::EmptyStructure
422
+ end
423
+
424
+ class ResourceNotFoundException
425
+ attr_accessor message: ::String
426
+ attr_accessor resource_type_not_found: ("CHANNEL_GROUP" | "CHANNEL" | "ORIGIN_ENDPOINT")
427
+ SENSITIVE: []
428
+ end
429
+
430
+ class Scte
431
+ attr_accessor scte_filter: ::Array[("SPLICE_INSERT" | "BREAK" | "PROVIDER_ADVERTISEMENT" | "DISTRIBUTOR_ADVERTISEMENT" | "PROVIDER_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" | "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY" | "PROGRAM")]
432
+ SENSITIVE: []
433
+ end
434
+
435
+ class ScteHls
436
+ attr_accessor ad_marker_hls: ("DATERANGE")
437
+ SENSITIVE: []
438
+ end
439
+
440
+ class Segment
441
+ attr_accessor segment_duration_seconds: ::Integer
442
+ attr_accessor segment_name: ::String
443
+ attr_accessor ts_use_audio_rendition_group: bool
444
+ attr_accessor include_iframe_only_streams: bool
445
+ attr_accessor ts_include_dvb_subtitles: bool
446
+ attr_accessor scte: Types::Scte
447
+ attr_accessor encryption: Types::Encryption
448
+ SENSITIVE: []
449
+ end
450
+
451
+ class ServiceQuotaExceededException
452
+ attr_accessor message: ::String
453
+ SENSITIVE: []
454
+ end
455
+
456
+ class SpekeKeyProvider
457
+ attr_accessor encryption_contract_configuration: Types::EncryptionContractConfiguration
458
+ attr_accessor resource_id: ::String
459
+ attr_accessor drm_systems: ::Array[("CLEAR_KEY_AES_128" | "FAIRPLAY" | "PLAYREADY" | "WIDEVINE")]
460
+ attr_accessor role_arn: ::String
461
+ attr_accessor url: ::String
462
+ SENSITIVE: []
463
+ end
464
+
465
+ class TagResourceRequest
466
+ attr_accessor resource_arn: ::String
467
+ attr_accessor tags: ::Hash[::String, ::String]
468
+ SENSITIVE: []
469
+ end
470
+
471
+ class ThrottlingException
472
+ attr_accessor message: ::String
473
+ SENSITIVE: []
474
+ end
475
+
476
+ class UntagResourceRequest
477
+ attr_accessor resource_arn: ::String
478
+ attr_accessor tag_keys: ::Array[::String]
479
+ SENSITIVE: []
480
+ end
481
+
482
+ class UpdateChannelGroupRequest
483
+ attr_accessor channel_group_name: ::String
484
+ attr_accessor description: ::String
485
+ SENSITIVE: []
486
+ end
487
+
488
+ class UpdateChannelGroupResponse
489
+ attr_accessor channel_group_name: ::String
490
+ attr_accessor arn: ::String
491
+ attr_accessor egress_domain: ::String
492
+ attr_accessor created_at: ::Time
493
+ attr_accessor modified_at: ::Time
494
+ attr_accessor description: ::String
495
+ attr_accessor tags: ::Hash[::String, ::String]
496
+ SENSITIVE: []
497
+ end
498
+
499
+ class UpdateChannelRequest
500
+ attr_accessor channel_group_name: ::String
501
+ attr_accessor channel_name: ::String
502
+ attr_accessor description: ::String
503
+ SENSITIVE: []
504
+ end
505
+
506
+ class UpdateChannelResponse
507
+ attr_accessor arn: ::String
508
+ attr_accessor channel_name: ::String
509
+ attr_accessor channel_group_name: ::String
510
+ attr_accessor created_at: ::Time
511
+ attr_accessor modified_at: ::Time
512
+ attr_accessor description: ::String
513
+ attr_accessor ingest_endpoints: ::Array[Types::IngestEndpoint]
514
+ attr_accessor tags: ::Hash[::String, ::String]
515
+ SENSITIVE: []
516
+ end
517
+
518
+ class UpdateOriginEndpointRequest
519
+ attr_accessor channel_group_name: ::String
520
+ attr_accessor channel_name: ::String
521
+ attr_accessor origin_endpoint_name: ::String
522
+ attr_accessor container_type: ("TS" | "CMAF")
523
+ attr_accessor segment: Types::Segment
524
+ attr_accessor description: ::String
525
+ attr_accessor startover_window_seconds: ::Integer
526
+ attr_accessor hls_manifests: ::Array[Types::CreateHlsManifestConfiguration]
527
+ attr_accessor low_latency_hls_manifests: ::Array[Types::CreateLowLatencyHlsManifestConfiguration]
528
+ SENSITIVE: []
529
+ end
530
+
531
+ class UpdateOriginEndpointResponse
532
+ attr_accessor arn: ::String
533
+ attr_accessor channel_group_name: ::String
534
+ attr_accessor channel_name: ::String
535
+ attr_accessor origin_endpoint_name: ::String
536
+ attr_accessor container_type: ("TS" | "CMAF")
537
+ attr_accessor segment: Types::Segment
538
+ attr_accessor created_at: ::Time
539
+ attr_accessor modified_at: ::Time
540
+ attr_accessor description: ::String
541
+ attr_accessor startover_window_seconds: ::Integer
542
+ attr_accessor hls_manifests: ::Array[Types::GetHlsManifestConfiguration]
543
+ attr_accessor low_latency_hls_manifests: ::Array[Types::GetLowLatencyHlsManifestConfiguration]
544
+ attr_accessor tags: ::Hash[::String, ::String]
545
+ SENSITIVE: []
546
+ end
547
+
548
+ class ValidationException
549
+ 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")
551
+ SENSITIVE: []
552
+ end
553
+ end
554
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module MediaPackageV2
10
+ module Waiters
11
+ end
12
+ end
13
+ end