aws-sdk-mediapackagevod 1.51.0 → 1.53.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs ADDED
@@ -0,0 +1,514 @@
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::MediaPackageVod
9
+ module Types
10
+
11
+ class Asset
12
+ attr_accessor arn: ::String
13
+ attr_accessor created_at: ::String
14
+ attr_accessor egress_endpoints: ::Array[Types::EgressEndpoint]
15
+ attr_accessor id: ::String
16
+ attr_accessor packaging_group_id: ::String
17
+ attr_accessor resource_id: ::String
18
+ attr_accessor source_arn: ::String
19
+ attr_accessor source_role_arn: ::String
20
+ attr_accessor tags: ::Hash[::String, ::String]
21
+ SENSITIVE: []
22
+ end
23
+
24
+ class AssetCreateParameters
25
+ attr_accessor id: ::String
26
+ attr_accessor packaging_group_id: ::String
27
+ attr_accessor resource_id: ::String
28
+ attr_accessor source_arn: ::String
29
+ attr_accessor source_role_arn: ::String
30
+ attr_accessor tags: ::Hash[::String, ::String]
31
+ SENSITIVE: []
32
+ end
33
+
34
+ class AssetList
35
+ attr_accessor assets: ::Array[Types::AssetShallow]
36
+ attr_accessor next_token: ::String
37
+ SENSITIVE: []
38
+ end
39
+
40
+ class AssetShallow
41
+ attr_accessor arn: ::String
42
+ attr_accessor created_at: ::String
43
+ attr_accessor id: ::String
44
+ attr_accessor packaging_group_id: ::String
45
+ attr_accessor resource_id: ::String
46
+ attr_accessor source_arn: ::String
47
+ attr_accessor source_role_arn: ::String
48
+ attr_accessor tags: ::Hash[::String, ::String]
49
+ SENSITIVE: []
50
+ end
51
+
52
+ class Authorization
53
+ attr_accessor cdn_identifier_secret: ::String
54
+ attr_accessor secrets_role_arn: ::String
55
+ SENSITIVE: []
56
+ end
57
+
58
+ class CmafEncryption
59
+ attr_accessor constant_initialization_vector: ::String
60
+ attr_accessor speke_key_provider: Types::SpekeKeyProvider
61
+ SENSITIVE: []
62
+ end
63
+
64
+ class CmafPackage
65
+ attr_accessor encryption: Types::CmafEncryption
66
+ attr_accessor hls_manifests: ::Array[Types::HlsManifest]
67
+ attr_accessor include_encoder_configuration_in_segments: bool
68
+ attr_accessor segment_duration_seconds: ::Integer
69
+ SENSITIVE: []
70
+ end
71
+
72
+ class ConfigureLogsParameters
73
+ attr_accessor egress_access_logs: Types::EgressAccessLogs
74
+ SENSITIVE: []
75
+ end
76
+
77
+ class ConfigureLogsRequest
78
+ attr_accessor egress_access_logs: Types::EgressAccessLogs
79
+ attr_accessor id: ::String
80
+ SENSITIVE: []
81
+ end
82
+
83
+ class ConfigureLogsResponse
84
+ attr_accessor arn: ::String
85
+ attr_accessor authorization: Types::Authorization
86
+ attr_accessor created_at: ::String
87
+ attr_accessor domain_name: ::String
88
+ attr_accessor egress_access_logs: Types::EgressAccessLogs
89
+ attr_accessor id: ::String
90
+ attr_accessor tags: ::Hash[::String, ::String]
91
+ SENSITIVE: []
92
+ end
93
+
94
+ class CreateAssetRequest
95
+ attr_accessor id: ::String
96
+ attr_accessor packaging_group_id: ::String
97
+ attr_accessor resource_id: ::String
98
+ attr_accessor source_arn: ::String
99
+ attr_accessor source_role_arn: ::String
100
+ attr_accessor tags: ::Hash[::String, ::String]
101
+ SENSITIVE: []
102
+ end
103
+
104
+ class CreateAssetResponse
105
+ attr_accessor arn: ::String
106
+ attr_accessor created_at: ::String
107
+ attr_accessor egress_endpoints: ::Array[Types::EgressEndpoint]
108
+ attr_accessor id: ::String
109
+ attr_accessor packaging_group_id: ::String
110
+ attr_accessor resource_id: ::String
111
+ attr_accessor source_arn: ::String
112
+ attr_accessor source_role_arn: ::String
113
+ attr_accessor tags: ::Hash[::String, ::String]
114
+ SENSITIVE: []
115
+ end
116
+
117
+ class CreatePackagingConfigurationRequest
118
+ attr_accessor cmaf_package: Types::CmafPackage
119
+ attr_accessor dash_package: Types::DashPackage
120
+ attr_accessor hls_package: Types::HlsPackage
121
+ attr_accessor id: ::String
122
+ attr_accessor mss_package: Types::MssPackage
123
+ attr_accessor packaging_group_id: ::String
124
+ attr_accessor tags: ::Hash[::String, ::String]
125
+ SENSITIVE: []
126
+ end
127
+
128
+ class CreatePackagingConfigurationResponse
129
+ attr_accessor arn: ::String
130
+ attr_accessor cmaf_package: Types::CmafPackage
131
+ attr_accessor created_at: ::String
132
+ attr_accessor dash_package: Types::DashPackage
133
+ attr_accessor hls_package: Types::HlsPackage
134
+ attr_accessor id: ::String
135
+ attr_accessor mss_package: Types::MssPackage
136
+ attr_accessor packaging_group_id: ::String
137
+ attr_accessor tags: ::Hash[::String, ::String]
138
+ SENSITIVE: []
139
+ end
140
+
141
+ class CreatePackagingGroupRequest
142
+ attr_accessor authorization: Types::Authorization
143
+ attr_accessor egress_access_logs: Types::EgressAccessLogs
144
+ attr_accessor id: ::String
145
+ attr_accessor tags: ::Hash[::String, ::String]
146
+ SENSITIVE: []
147
+ end
148
+
149
+ class CreatePackagingGroupResponse
150
+ attr_accessor arn: ::String
151
+ attr_accessor authorization: Types::Authorization
152
+ attr_accessor created_at: ::String
153
+ attr_accessor domain_name: ::String
154
+ attr_accessor egress_access_logs: Types::EgressAccessLogs
155
+ attr_accessor id: ::String
156
+ attr_accessor tags: ::Hash[::String, ::String]
157
+ SENSITIVE: []
158
+ end
159
+
160
+ class DashEncryption
161
+ attr_accessor speke_key_provider: Types::SpekeKeyProvider
162
+ SENSITIVE: []
163
+ end
164
+
165
+ class DashManifest
166
+ attr_accessor manifest_layout: ("FULL" | "COMPACT")
167
+ attr_accessor manifest_name: ::String
168
+ attr_accessor min_buffer_time_seconds: ::Integer
169
+ attr_accessor profile: ("NONE" | "HBBTV_1_5")
170
+ attr_accessor scte_markers_source: ("SEGMENTS" | "MANIFEST")
171
+ attr_accessor stream_selection: Types::StreamSelection
172
+ SENSITIVE: []
173
+ end
174
+
175
+ class DashPackage
176
+ attr_accessor dash_manifests: ::Array[Types::DashManifest]
177
+ attr_accessor encryption: Types::DashEncryption
178
+ attr_accessor include_encoder_configuration_in_segments: bool
179
+ attr_accessor include_iframe_only_stream: bool
180
+ attr_accessor period_triggers: ::Array[("ADS")]
181
+ attr_accessor segment_duration_seconds: ::Integer
182
+ attr_accessor segment_template_format: ("NUMBER_WITH_TIMELINE" | "TIME_WITH_TIMELINE" | "NUMBER_WITH_DURATION")
183
+ SENSITIVE: []
184
+ end
185
+
186
+ class DeleteAssetRequest
187
+ attr_accessor id: ::String
188
+ SENSITIVE: []
189
+ end
190
+
191
+ class DeleteAssetResponse < Aws::EmptyStructure
192
+ end
193
+
194
+ class DeletePackagingConfigurationRequest
195
+ attr_accessor id: ::String
196
+ SENSITIVE: []
197
+ end
198
+
199
+ class DeletePackagingConfigurationResponse < Aws::EmptyStructure
200
+ end
201
+
202
+ class DeletePackagingGroupRequest
203
+ attr_accessor id: ::String
204
+ SENSITIVE: []
205
+ end
206
+
207
+ class DeletePackagingGroupResponse < Aws::EmptyStructure
208
+ end
209
+
210
+ class DescribeAssetRequest
211
+ attr_accessor id: ::String
212
+ SENSITIVE: []
213
+ end
214
+
215
+ class DescribeAssetResponse
216
+ attr_accessor arn: ::String
217
+ attr_accessor created_at: ::String
218
+ attr_accessor egress_endpoints: ::Array[Types::EgressEndpoint]
219
+ attr_accessor id: ::String
220
+ attr_accessor packaging_group_id: ::String
221
+ attr_accessor resource_id: ::String
222
+ attr_accessor source_arn: ::String
223
+ attr_accessor source_role_arn: ::String
224
+ attr_accessor tags: ::Hash[::String, ::String]
225
+ SENSITIVE: []
226
+ end
227
+
228
+ class DescribePackagingConfigurationRequest
229
+ attr_accessor id: ::String
230
+ SENSITIVE: []
231
+ end
232
+
233
+ class DescribePackagingConfigurationResponse
234
+ attr_accessor arn: ::String
235
+ attr_accessor cmaf_package: Types::CmafPackage
236
+ attr_accessor created_at: ::String
237
+ attr_accessor dash_package: Types::DashPackage
238
+ attr_accessor hls_package: Types::HlsPackage
239
+ attr_accessor id: ::String
240
+ attr_accessor mss_package: Types::MssPackage
241
+ attr_accessor packaging_group_id: ::String
242
+ attr_accessor tags: ::Hash[::String, ::String]
243
+ SENSITIVE: []
244
+ end
245
+
246
+ class DescribePackagingGroupRequest
247
+ attr_accessor id: ::String
248
+ SENSITIVE: []
249
+ end
250
+
251
+ class DescribePackagingGroupResponse
252
+ attr_accessor approximate_asset_count: ::Integer
253
+ attr_accessor arn: ::String
254
+ attr_accessor authorization: Types::Authorization
255
+ attr_accessor created_at: ::String
256
+ attr_accessor domain_name: ::String
257
+ attr_accessor egress_access_logs: Types::EgressAccessLogs
258
+ attr_accessor id: ::String
259
+ attr_accessor tags: ::Hash[::String, ::String]
260
+ SENSITIVE: []
261
+ end
262
+
263
+ class EgressAccessLogs
264
+ attr_accessor log_group_name: ::String
265
+ SENSITIVE: []
266
+ end
267
+
268
+ class EgressEndpoint
269
+ attr_accessor packaging_configuration_id: ::String
270
+ attr_accessor status: ::String
271
+ attr_accessor url: ::String
272
+ SENSITIVE: []
273
+ end
274
+
275
+ class EncryptionContractConfiguration
276
+ attr_accessor preset_speke_20_audio: ("PRESET-AUDIO-1" | "PRESET-AUDIO-2" | "PRESET-AUDIO-3" | "SHARED" | "UNENCRYPTED")
277
+ 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")
278
+ SENSITIVE: []
279
+ end
280
+
281
+ class ForbiddenException
282
+ attr_accessor message: ::String
283
+ SENSITIVE: []
284
+ end
285
+
286
+ class HlsEncryption
287
+ attr_accessor constant_initialization_vector: ::String
288
+ attr_accessor encryption_method: ("AES_128" | "SAMPLE_AES")
289
+ attr_accessor speke_key_provider: Types::SpekeKeyProvider
290
+ SENSITIVE: []
291
+ end
292
+
293
+ class HlsManifest
294
+ attr_accessor ad_markers: ("NONE" | "SCTE35_ENHANCED" | "PASSTHROUGH")
295
+ attr_accessor include_iframe_only_stream: bool
296
+ attr_accessor manifest_name: ::String
297
+ attr_accessor program_date_time_interval_seconds: ::Integer
298
+ attr_accessor repeat_ext_x_key: bool
299
+ attr_accessor stream_selection: Types::StreamSelection
300
+ SENSITIVE: []
301
+ end
302
+
303
+ class HlsPackage
304
+ attr_accessor encryption: Types::HlsEncryption
305
+ attr_accessor hls_manifests: ::Array[Types::HlsManifest]
306
+ attr_accessor include_dvb_subtitles: bool
307
+ attr_accessor segment_duration_seconds: ::Integer
308
+ attr_accessor use_audio_rendition_group: bool
309
+ SENSITIVE: []
310
+ end
311
+
312
+ class InternalServerErrorException
313
+ attr_accessor message: ::String
314
+ SENSITIVE: []
315
+ end
316
+
317
+ class ListAssetsRequest
318
+ attr_accessor max_results: ::Integer
319
+ attr_accessor next_token: ::String
320
+ attr_accessor packaging_group_id: ::String
321
+ SENSITIVE: []
322
+ end
323
+
324
+ class ListAssetsResponse
325
+ attr_accessor assets: ::Array[Types::AssetShallow]
326
+ attr_accessor next_token: ::String
327
+ SENSITIVE: []
328
+ end
329
+
330
+ class ListPackagingConfigurationsRequest
331
+ attr_accessor max_results: ::Integer
332
+ attr_accessor next_token: ::String
333
+ attr_accessor packaging_group_id: ::String
334
+ SENSITIVE: []
335
+ end
336
+
337
+ class ListPackagingConfigurationsResponse
338
+ attr_accessor next_token: ::String
339
+ attr_accessor packaging_configurations: ::Array[Types::PackagingConfiguration]
340
+ SENSITIVE: []
341
+ end
342
+
343
+ class ListPackagingGroupsRequest
344
+ attr_accessor max_results: ::Integer
345
+ attr_accessor next_token: ::String
346
+ SENSITIVE: []
347
+ end
348
+
349
+ class ListPackagingGroupsResponse
350
+ attr_accessor next_token: ::String
351
+ attr_accessor packaging_groups: ::Array[Types::PackagingGroup]
352
+ SENSITIVE: []
353
+ end
354
+
355
+ class ListTagsForResourceRequest
356
+ attr_accessor resource_arn: ::String
357
+ SENSITIVE: []
358
+ end
359
+
360
+ class ListTagsForResourceResponse
361
+ attr_accessor tags: ::Hash[::String, ::String]
362
+ SENSITIVE: []
363
+ end
364
+
365
+ class MssEncryption
366
+ attr_accessor speke_key_provider: Types::SpekeKeyProvider
367
+ SENSITIVE: []
368
+ end
369
+
370
+ class MssManifest
371
+ attr_accessor manifest_name: ::String
372
+ attr_accessor stream_selection: Types::StreamSelection
373
+ SENSITIVE: []
374
+ end
375
+
376
+ class MssPackage
377
+ attr_accessor encryption: Types::MssEncryption
378
+ attr_accessor mss_manifests: ::Array[Types::MssManifest]
379
+ attr_accessor segment_duration_seconds: ::Integer
380
+ SENSITIVE: []
381
+ end
382
+
383
+ class NotFoundException
384
+ attr_accessor message: ::String
385
+ SENSITIVE: []
386
+ end
387
+
388
+ class PackagingConfiguration
389
+ attr_accessor arn: ::String
390
+ attr_accessor cmaf_package: Types::CmafPackage
391
+ attr_accessor created_at: ::String
392
+ attr_accessor dash_package: Types::DashPackage
393
+ attr_accessor hls_package: Types::HlsPackage
394
+ attr_accessor id: ::String
395
+ attr_accessor mss_package: Types::MssPackage
396
+ attr_accessor packaging_group_id: ::String
397
+ attr_accessor tags: ::Hash[::String, ::String]
398
+ SENSITIVE: []
399
+ end
400
+
401
+ class PackagingConfigurationCreateParameters
402
+ attr_accessor cmaf_package: Types::CmafPackage
403
+ attr_accessor dash_package: Types::DashPackage
404
+ attr_accessor hls_package: Types::HlsPackage
405
+ attr_accessor id: ::String
406
+ attr_accessor mss_package: Types::MssPackage
407
+ attr_accessor packaging_group_id: ::String
408
+ attr_accessor tags: ::Hash[::String, ::String]
409
+ SENSITIVE: []
410
+ end
411
+
412
+ class PackagingConfigurationList
413
+ attr_accessor next_token: ::String
414
+ attr_accessor packaging_configurations: ::Array[Types::PackagingConfiguration]
415
+ SENSITIVE: []
416
+ end
417
+
418
+ class PackagingGroup
419
+ attr_accessor approximate_asset_count: ::Integer
420
+ attr_accessor arn: ::String
421
+ attr_accessor authorization: Types::Authorization
422
+ attr_accessor created_at: ::String
423
+ attr_accessor domain_name: ::String
424
+ attr_accessor egress_access_logs: Types::EgressAccessLogs
425
+ attr_accessor id: ::String
426
+ attr_accessor tags: ::Hash[::String, ::String]
427
+ SENSITIVE: []
428
+ end
429
+
430
+ class PackagingGroupCreateParameters
431
+ attr_accessor authorization: Types::Authorization
432
+ attr_accessor egress_access_logs: Types::EgressAccessLogs
433
+ attr_accessor id: ::String
434
+ attr_accessor tags: ::Hash[::String, ::String]
435
+ SENSITIVE: []
436
+ end
437
+
438
+ class PackagingGroupList
439
+ attr_accessor next_token: ::String
440
+ attr_accessor packaging_groups: ::Array[Types::PackagingGroup]
441
+ SENSITIVE: []
442
+ end
443
+
444
+ class PackagingGroupUpdateParameters
445
+ attr_accessor authorization: Types::Authorization
446
+ SENSITIVE: []
447
+ end
448
+
449
+ class ServiceUnavailableException
450
+ attr_accessor message: ::String
451
+ SENSITIVE: []
452
+ end
453
+
454
+ class SpekeKeyProvider
455
+ attr_accessor encryption_contract_configuration: Types::EncryptionContractConfiguration
456
+ attr_accessor role_arn: ::String
457
+ attr_accessor system_ids: ::Array[::String]
458
+ attr_accessor url: ::String
459
+ SENSITIVE: []
460
+ end
461
+
462
+ class StreamSelection
463
+ attr_accessor max_video_bits_per_second: ::Integer
464
+ attr_accessor min_video_bits_per_second: ::Integer
465
+ attr_accessor stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")
466
+ SENSITIVE: []
467
+ end
468
+
469
+ class TagResourceRequest
470
+ attr_accessor resource_arn: ::String
471
+ attr_accessor tags: ::Hash[::String, ::String]
472
+ SENSITIVE: []
473
+ end
474
+
475
+ class TagsModel
476
+ attr_accessor tags: ::Hash[::String, ::String]
477
+ SENSITIVE: []
478
+ end
479
+
480
+ class TooManyRequestsException
481
+ attr_accessor message: ::String
482
+ SENSITIVE: []
483
+ end
484
+
485
+ class UnprocessableEntityException
486
+ attr_accessor message: ::String
487
+ SENSITIVE: []
488
+ end
489
+
490
+ class UntagResourceRequest
491
+ attr_accessor resource_arn: ::String
492
+ attr_accessor tag_keys: ::Array[::String]
493
+ SENSITIVE: []
494
+ end
495
+
496
+ class UpdatePackagingGroupRequest
497
+ attr_accessor authorization: Types::Authorization
498
+ attr_accessor id: ::String
499
+ SENSITIVE: []
500
+ end
501
+
502
+ class UpdatePackagingGroupResponse
503
+ attr_accessor approximate_asset_count: ::Integer
504
+ attr_accessor arn: ::String
505
+ attr_accessor authorization: Types::Authorization
506
+ attr_accessor created_at: ::String
507
+ attr_accessor domain_name: ::String
508
+ attr_accessor egress_access_logs: Types::EgressAccessLogs
509
+ attr_accessor id: ::String
510
+ attr_accessor tags: ::Hash[::String, ::String]
511
+ SENSITIVE: []
512
+ end
513
+ end
514
+ 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 MediaPackageVod
10
+ module Waiters
11
+ end
12
+ end
13
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackagevod
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.188.0
22
+ version: 3.193.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.188.0
32
+ version: 3.193.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -66,13 +66,18 @@ files:
66
66
  - lib/aws-sdk-mediapackagevod/plugins/endpoints.rb
67
67
  - lib/aws-sdk-mediapackagevod/resource.rb
68
68
  - lib/aws-sdk-mediapackagevod/types.rb
69
+ - sig/client.rbs
70
+ - sig/errors.rbs
71
+ - sig/resource.rbs
72
+ - sig/types.rbs
73
+ - sig/waiters.rbs
69
74
  homepage: https://github.com/aws/aws-sdk-ruby
70
75
  licenses:
71
76
  - Apache-2.0
72
77
  metadata:
73
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mediapackagevod
74
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mediapackagevod/CHANGELOG.md
75
- post_install_message:
80
+ post_install_message:
76
81
  rdoc_options: []
77
82
  require_paths:
78
83
  - lib
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
92
  - !ruby/object:Gem::Version
88
93
  version: '0'
89
94
  requirements: []
90
- rubygems_version: 3.1.6
91
- signing_key:
95
+ rubygems_version: 3.4.10
96
+ signing_key:
92
97
  specification_version: 4
93
98
  summary: AWS SDK for Ruby - MediaPackage Vod
94
99
  test_files: []