aws-sdk-mediapackagevod 1.51.0 → 1.52.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediapackagevod/client.rb +1 -1
- data/lib/aws-sdk-mediapackagevod/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-mediapackagevod.rb +1 -1
- data/sig/client.rbs +444 -0
- data/sig/errors.rbs +34 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +514 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2af4b94f5cda921a923cd3e3a31dac65a60083f1c9611709277ef530de4f0874
|
4
|
+
data.tar.gz: 57f50f81b69987f65e961861a6f211f2515a250b2163dfdeceb08b03d9050d0d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 660a6ee074adeb469b5b1d60114cf0103fa256e779125ecbcd5741d9d9c69984cc5a612ffa7493627c9dd93146188c68b21e03d36d639c4ccad4244860c66e78
|
7
|
+
data.tar.gz: 474c853aeb238362a41bc30ea7d8cfe6fceea5e4699e45bdc6144c47f25e45b9b0b340b493da37a4f64641cfc947b7fcea0c1ec64115453e52ada0b14b3408aa
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.52.0
|
@@ -1425,7 +1425,7 @@ module Aws::MediaPackageVod
|
|
1425
1425
|
params: params,
|
1426
1426
|
config: config)
|
1427
1427
|
context[:gem_name] = 'aws-sdk-mediapackagevod'
|
1428
|
-
context[:gem_version] = '1.
|
1428
|
+
context[:gem_version] = '1.52.0'
|
1429
1429
|
Seahorse::Client::Request.new(handlers, context)
|
1430
1430
|
end
|
1431
1431
|
|
@@ -14,6 +14,7 @@ module Aws::MediaPackageVod
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::MediaPackageVod::EndpointProvider',
|
17
|
+
rbs_type: 'untyped',
|
17
18
|
docstring: 'The endpoint provider used to resolve endpoints. Any '\
|
18
19
|
'object that responds to `#resolve_endpoint(parameters)` '\
|
19
20
|
'where `parameters` is a Struct similar to '\
|
data/sig/client.rbs
ADDED
@@ -0,0 +1,444 @@
|
|
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
|
+
class Client < ::Seahorse::Client::Base
|
11
|
+
include ::Aws::ClientStubs
|
12
|
+
|
13
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageVod/Client.html#initialize-instance_method
|
14
|
+
def self.new: (
|
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
|
+
) -> instance
|
72
|
+
| (?Hash[Symbol, untyped]) -> instance
|
73
|
+
|
74
|
+
|
75
|
+
interface _ConfigureLogsResponseSuccess
|
76
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ConfigureLogsResponse]
|
77
|
+
def arn: () -> ::String
|
78
|
+
def authorization: () -> Types::Authorization
|
79
|
+
def created_at: () -> ::String
|
80
|
+
def domain_name: () -> ::String
|
81
|
+
def egress_access_logs: () -> Types::EgressAccessLogs
|
82
|
+
def id: () -> ::String
|
83
|
+
def tags: () -> ::Hash[::String, ::String]
|
84
|
+
end
|
85
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageVod/Client.html#configure_logs-instance_method
|
86
|
+
def configure_logs: (
|
87
|
+
?egress_access_logs: {
|
88
|
+
log_group_name: ::String?
|
89
|
+
},
|
90
|
+
id: ::String
|
91
|
+
) -> _ConfigureLogsResponseSuccess
|
92
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ConfigureLogsResponseSuccess
|
93
|
+
|
94
|
+
interface _CreateAssetResponseSuccess
|
95
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateAssetResponse]
|
96
|
+
def arn: () -> ::String
|
97
|
+
def created_at: () -> ::String
|
98
|
+
def egress_endpoints: () -> ::Array[Types::EgressEndpoint]
|
99
|
+
def id: () -> ::String
|
100
|
+
def packaging_group_id: () -> ::String
|
101
|
+
def resource_id: () -> ::String
|
102
|
+
def source_arn: () -> ::String
|
103
|
+
def source_role_arn: () -> ::String
|
104
|
+
def tags: () -> ::Hash[::String, ::String]
|
105
|
+
end
|
106
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageVod/Client.html#create_asset-instance_method
|
107
|
+
def create_asset: (
|
108
|
+
id: ::String,
|
109
|
+
packaging_group_id: ::String,
|
110
|
+
?resource_id: ::String,
|
111
|
+
source_arn: ::String,
|
112
|
+
source_role_arn: ::String,
|
113
|
+
?tags: Hash[::String, ::String]
|
114
|
+
) -> _CreateAssetResponseSuccess
|
115
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAssetResponseSuccess
|
116
|
+
|
117
|
+
interface _CreatePackagingConfigurationResponseSuccess
|
118
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreatePackagingConfigurationResponse]
|
119
|
+
def arn: () -> ::String
|
120
|
+
def cmaf_package: () -> Types::CmafPackage
|
121
|
+
def created_at: () -> ::String
|
122
|
+
def dash_package: () -> Types::DashPackage
|
123
|
+
def hls_package: () -> Types::HlsPackage
|
124
|
+
def id: () -> ::String
|
125
|
+
def mss_package: () -> Types::MssPackage
|
126
|
+
def packaging_group_id: () -> ::String
|
127
|
+
def tags: () -> ::Hash[::String, ::String]
|
128
|
+
end
|
129
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageVod/Client.html#create_packaging_configuration-instance_method
|
130
|
+
def create_packaging_configuration: (
|
131
|
+
?cmaf_package: {
|
132
|
+
encryption: {
|
133
|
+
constant_initialization_vector: ::String?,
|
134
|
+
speke_key_provider: {
|
135
|
+
encryption_contract_configuration: {
|
136
|
+
preset_speke_20_audio: ("PRESET-AUDIO-1" | "PRESET-AUDIO-2" | "PRESET-AUDIO-3" | "SHARED" | "UNENCRYPTED"),
|
137
|
+
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")
|
138
|
+
}?,
|
139
|
+
role_arn: ::String,
|
140
|
+
system_ids: Array[::String],
|
141
|
+
url: ::String
|
142
|
+
}
|
143
|
+
}?,
|
144
|
+
hls_manifests: Array[
|
145
|
+
{
|
146
|
+
ad_markers: ("NONE" | "SCTE35_ENHANCED" | "PASSTHROUGH")?,
|
147
|
+
include_iframe_only_stream: bool?,
|
148
|
+
manifest_name: ::String?,
|
149
|
+
program_date_time_interval_seconds: ::Integer?,
|
150
|
+
repeat_ext_x_key: bool?,
|
151
|
+
stream_selection: {
|
152
|
+
max_video_bits_per_second: ::Integer?,
|
153
|
+
min_video_bits_per_second: ::Integer?,
|
154
|
+
stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")?
|
155
|
+
}?
|
156
|
+
},
|
157
|
+
],
|
158
|
+
include_encoder_configuration_in_segments: bool?,
|
159
|
+
segment_duration_seconds: ::Integer?
|
160
|
+
},
|
161
|
+
?dash_package: {
|
162
|
+
dash_manifests: Array[
|
163
|
+
{
|
164
|
+
manifest_layout: ("FULL" | "COMPACT")?,
|
165
|
+
manifest_name: ::String?,
|
166
|
+
min_buffer_time_seconds: ::Integer?,
|
167
|
+
profile: ("NONE" | "HBBTV_1_5")?,
|
168
|
+
scte_markers_source: ("SEGMENTS" | "MANIFEST")?,
|
169
|
+
stream_selection: {
|
170
|
+
max_video_bits_per_second: ::Integer?,
|
171
|
+
min_video_bits_per_second: ::Integer?,
|
172
|
+
stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")?
|
173
|
+
}?
|
174
|
+
},
|
175
|
+
],
|
176
|
+
encryption: {
|
177
|
+
speke_key_provider: {
|
178
|
+
encryption_contract_configuration: {
|
179
|
+
preset_speke_20_audio: ("PRESET-AUDIO-1" | "PRESET-AUDIO-2" | "PRESET-AUDIO-3" | "SHARED" | "UNENCRYPTED"),
|
180
|
+
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")
|
181
|
+
}?,
|
182
|
+
role_arn: ::String,
|
183
|
+
system_ids: Array[::String],
|
184
|
+
url: ::String
|
185
|
+
}
|
186
|
+
}?,
|
187
|
+
include_encoder_configuration_in_segments: bool?,
|
188
|
+
include_iframe_only_stream: bool?,
|
189
|
+
period_triggers: Array[("ADS")]?,
|
190
|
+
segment_duration_seconds: ::Integer?,
|
191
|
+
segment_template_format: ("NUMBER_WITH_TIMELINE" | "TIME_WITH_TIMELINE" | "NUMBER_WITH_DURATION")?
|
192
|
+
},
|
193
|
+
?hls_package: {
|
194
|
+
encryption: {
|
195
|
+
constant_initialization_vector: ::String?,
|
196
|
+
encryption_method: ("AES_128" | "SAMPLE_AES")?,
|
197
|
+
speke_key_provider: {
|
198
|
+
encryption_contract_configuration: {
|
199
|
+
preset_speke_20_audio: ("PRESET-AUDIO-1" | "PRESET-AUDIO-2" | "PRESET-AUDIO-3" | "SHARED" | "UNENCRYPTED"),
|
200
|
+
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")
|
201
|
+
}?,
|
202
|
+
role_arn: ::String,
|
203
|
+
system_ids: Array[::String],
|
204
|
+
url: ::String
|
205
|
+
}
|
206
|
+
}?,
|
207
|
+
hls_manifests: Array[
|
208
|
+
{
|
209
|
+
ad_markers: ("NONE" | "SCTE35_ENHANCED" | "PASSTHROUGH")?,
|
210
|
+
include_iframe_only_stream: bool?,
|
211
|
+
manifest_name: ::String?,
|
212
|
+
program_date_time_interval_seconds: ::Integer?,
|
213
|
+
repeat_ext_x_key: bool?,
|
214
|
+
stream_selection: {
|
215
|
+
max_video_bits_per_second: ::Integer?,
|
216
|
+
min_video_bits_per_second: ::Integer?,
|
217
|
+
stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")?
|
218
|
+
}?
|
219
|
+
},
|
220
|
+
],
|
221
|
+
include_dvb_subtitles: bool?,
|
222
|
+
segment_duration_seconds: ::Integer?,
|
223
|
+
use_audio_rendition_group: bool?
|
224
|
+
},
|
225
|
+
id: ::String,
|
226
|
+
?mss_package: {
|
227
|
+
encryption: {
|
228
|
+
speke_key_provider: {
|
229
|
+
encryption_contract_configuration: {
|
230
|
+
preset_speke_20_audio: ("PRESET-AUDIO-1" | "PRESET-AUDIO-2" | "PRESET-AUDIO-3" | "SHARED" | "UNENCRYPTED"),
|
231
|
+
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")
|
232
|
+
}?,
|
233
|
+
role_arn: ::String,
|
234
|
+
system_ids: Array[::String],
|
235
|
+
url: ::String
|
236
|
+
}
|
237
|
+
}?,
|
238
|
+
mss_manifests: Array[
|
239
|
+
{
|
240
|
+
manifest_name: ::String?,
|
241
|
+
stream_selection: {
|
242
|
+
max_video_bits_per_second: ::Integer?,
|
243
|
+
min_video_bits_per_second: ::Integer?,
|
244
|
+
stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")?
|
245
|
+
}?
|
246
|
+
},
|
247
|
+
],
|
248
|
+
segment_duration_seconds: ::Integer?
|
249
|
+
},
|
250
|
+
packaging_group_id: ::String,
|
251
|
+
?tags: Hash[::String, ::String]
|
252
|
+
) -> _CreatePackagingConfigurationResponseSuccess
|
253
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePackagingConfigurationResponseSuccess
|
254
|
+
|
255
|
+
interface _CreatePackagingGroupResponseSuccess
|
256
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreatePackagingGroupResponse]
|
257
|
+
def arn: () -> ::String
|
258
|
+
def authorization: () -> Types::Authorization
|
259
|
+
def created_at: () -> ::String
|
260
|
+
def domain_name: () -> ::String
|
261
|
+
def egress_access_logs: () -> Types::EgressAccessLogs
|
262
|
+
def id: () -> ::String
|
263
|
+
def tags: () -> ::Hash[::String, ::String]
|
264
|
+
end
|
265
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageVod/Client.html#create_packaging_group-instance_method
|
266
|
+
def create_packaging_group: (
|
267
|
+
?authorization: {
|
268
|
+
cdn_identifier_secret: ::String,
|
269
|
+
secrets_role_arn: ::String
|
270
|
+
},
|
271
|
+
?egress_access_logs: {
|
272
|
+
log_group_name: ::String?
|
273
|
+
},
|
274
|
+
id: ::String,
|
275
|
+
?tags: Hash[::String, ::String]
|
276
|
+
) -> _CreatePackagingGroupResponseSuccess
|
277
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePackagingGroupResponseSuccess
|
278
|
+
|
279
|
+
interface _DeleteAssetResponseSuccess
|
280
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAssetResponse]
|
281
|
+
end
|
282
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageVod/Client.html#delete_asset-instance_method
|
283
|
+
def delete_asset: (
|
284
|
+
id: ::String
|
285
|
+
) -> _DeleteAssetResponseSuccess
|
286
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAssetResponseSuccess
|
287
|
+
|
288
|
+
interface _DeletePackagingConfigurationResponseSuccess
|
289
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeletePackagingConfigurationResponse]
|
290
|
+
end
|
291
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageVod/Client.html#delete_packaging_configuration-instance_method
|
292
|
+
def delete_packaging_configuration: (
|
293
|
+
id: ::String
|
294
|
+
) -> _DeletePackagingConfigurationResponseSuccess
|
295
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeletePackagingConfigurationResponseSuccess
|
296
|
+
|
297
|
+
interface _DeletePackagingGroupResponseSuccess
|
298
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeletePackagingGroupResponse]
|
299
|
+
end
|
300
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageVod/Client.html#delete_packaging_group-instance_method
|
301
|
+
def delete_packaging_group: (
|
302
|
+
id: ::String
|
303
|
+
) -> _DeletePackagingGroupResponseSuccess
|
304
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeletePackagingGroupResponseSuccess
|
305
|
+
|
306
|
+
interface _DescribeAssetResponseSuccess
|
307
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAssetResponse]
|
308
|
+
def arn: () -> ::String
|
309
|
+
def created_at: () -> ::String
|
310
|
+
def egress_endpoints: () -> ::Array[Types::EgressEndpoint]
|
311
|
+
def id: () -> ::String
|
312
|
+
def packaging_group_id: () -> ::String
|
313
|
+
def resource_id: () -> ::String
|
314
|
+
def source_arn: () -> ::String
|
315
|
+
def source_role_arn: () -> ::String
|
316
|
+
def tags: () -> ::Hash[::String, ::String]
|
317
|
+
end
|
318
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageVod/Client.html#describe_asset-instance_method
|
319
|
+
def describe_asset: (
|
320
|
+
id: ::String
|
321
|
+
) -> _DescribeAssetResponseSuccess
|
322
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAssetResponseSuccess
|
323
|
+
|
324
|
+
interface _DescribePackagingConfigurationResponseSuccess
|
325
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribePackagingConfigurationResponse]
|
326
|
+
def arn: () -> ::String
|
327
|
+
def cmaf_package: () -> Types::CmafPackage
|
328
|
+
def created_at: () -> ::String
|
329
|
+
def dash_package: () -> Types::DashPackage
|
330
|
+
def hls_package: () -> Types::HlsPackage
|
331
|
+
def id: () -> ::String
|
332
|
+
def mss_package: () -> Types::MssPackage
|
333
|
+
def packaging_group_id: () -> ::String
|
334
|
+
def tags: () -> ::Hash[::String, ::String]
|
335
|
+
end
|
336
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageVod/Client.html#describe_packaging_configuration-instance_method
|
337
|
+
def describe_packaging_configuration: (
|
338
|
+
id: ::String
|
339
|
+
) -> _DescribePackagingConfigurationResponseSuccess
|
340
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePackagingConfigurationResponseSuccess
|
341
|
+
|
342
|
+
interface _DescribePackagingGroupResponseSuccess
|
343
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribePackagingGroupResponse]
|
344
|
+
def approximate_asset_count: () -> ::Integer
|
345
|
+
def arn: () -> ::String
|
346
|
+
def authorization: () -> Types::Authorization
|
347
|
+
def created_at: () -> ::String
|
348
|
+
def domain_name: () -> ::String
|
349
|
+
def egress_access_logs: () -> Types::EgressAccessLogs
|
350
|
+
def id: () -> ::String
|
351
|
+
def tags: () -> ::Hash[::String, ::String]
|
352
|
+
end
|
353
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageVod/Client.html#describe_packaging_group-instance_method
|
354
|
+
def describe_packaging_group: (
|
355
|
+
id: ::String
|
356
|
+
) -> _DescribePackagingGroupResponseSuccess
|
357
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePackagingGroupResponseSuccess
|
358
|
+
|
359
|
+
interface _ListAssetsResponseSuccess
|
360
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListAssetsResponse]
|
361
|
+
def assets: () -> ::Array[Types::AssetShallow]
|
362
|
+
def next_token: () -> ::String
|
363
|
+
end
|
364
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageVod/Client.html#list_assets-instance_method
|
365
|
+
def list_assets: (
|
366
|
+
?max_results: ::Integer,
|
367
|
+
?next_token: ::String,
|
368
|
+
?packaging_group_id: ::String
|
369
|
+
) -> _ListAssetsResponseSuccess
|
370
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAssetsResponseSuccess
|
371
|
+
|
372
|
+
interface _ListPackagingConfigurationsResponseSuccess
|
373
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListPackagingConfigurationsResponse]
|
374
|
+
def next_token: () -> ::String
|
375
|
+
def packaging_configurations: () -> ::Array[Types::PackagingConfiguration]
|
376
|
+
end
|
377
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageVod/Client.html#list_packaging_configurations-instance_method
|
378
|
+
def list_packaging_configurations: (
|
379
|
+
?max_results: ::Integer,
|
380
|
+
?next_token: ::String,
|
381
|
+
?packaging_group_id: ::String
|
382
|
+
) -> _ListPackagingConfigurationsResponseSuccess
|
383
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPackagingConfigurationsResponseSuccess
|
384
|
+
|
385
|
+
interface _ListPackagingGroupsResponseSuccess
|
386
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListPackagingGroupsResponse]
|
387
|
+
def next_token: () -> ::String
|
388
|
+
def packaging_groups: () -> ::Array[Types::PackagingGroup]
|
389
|
+
end
|
390
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageVod/Client.html#list_packaging_groups-instance_method
|
391
|
+
def list_packaging_groups: (
|
392
|
+
?max_results: ::Integer,
|
393
|
+
?next_token: ::String
|
394
|
+
) -> _ListPackagingGroupsResponseSuccess
|
395
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPackagingGroupsResponseSuccess
|
396
|
+
|
397
|
+
interface _ListTagsForResourceResponseSuccess
|
398
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
|
399
|
+
def tags: () -> ::Hash[::String, ::String]
|
400
|
+
end
|
401
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageVod/Client.html#list_tags_for_resource-instance_method
|
402
|
+
def list_tags_for_resource: (
|
403
|
+
resource_arn: ::String
|
404
|
+
) -> _ListTagsForResourceResponseSuccess
|
405
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
|
406
|
+
|
407
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageVod/Client.html#tag_resource-instance_method
|
408
|
+
def tag_resource: (
|
409
|
+
resource_arn: ::String,
|
410
|
+
tags: Hash[::String, ::String]
|
411
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
412
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
413
|
+
|
414
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageVod/Client.html#untag_resource-instance_method
|
415
|
+
def untag_resource: (
|
416
|
+
resource_arn: ::String,
|
417
|
+
tag_keys: Array[::String]
|
418
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
419
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
420
|
+
|
421
|
+
interface _UpdatePackagingGroupResponseSuccess
|
422
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdatePackagingGroupResponse]
|
423
|
+
def approximate_asset_count: () -> ::Integer
|
424
|
+
def arn: () -> ::String
|
425
|
+
def authorization: () -> Types::Authorization
|
426
|
+
def created_at: () -> ::String
|
427
|
+
def domain_name: () -> ::String
|
428
|
+
def egress_access_logs: () -> Types::EgressAccessLogs
|
429
|
+
def id: () -> ::String
|
430
|
+
def tags: () -> ::Hash[::String, ::String]
|
431
|
+
end
|
432
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageVod/Client.html#update_packaging_group-instance_method
|
433
|
+
def update_packaging_group: (
|
434
|
+
?authorization: {
|
435
|
+
cdn_identifier_secret: ::String,
|
436
|
+
secrets_role_arn: ::String
|
437
|
+
},
|
438
|
+
id: ::String
|
439
|
+
) -> _UpdatePackagingGroupResponseSuccess
|
440
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePackagingGroupResponseSuccess
|
441
|
+
end
|
442
|
+
end
|
443
|
+
end
|
444
|
+
|
data/sig/errors.rbs
ADDED
@@ -0,0 +1,34 @@
|
|
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 Errors
|
11
|
+
class ServiceError < ::Aws::Errors::ServiceError
|
12
|
+
end
|
13
|
+
|
14
|
+
class ForbiddenException < ::Aws::Errors::ServiceError
|
15
|
+
def message: () -> ::String
|
16
|
+
end
|
17
|
+
class InternalServerErrorException < ::Aws::Errors::ServiceError
|
18
|
+
def message: () -> ::String
|
19
|
+
end
|
20
|
+
class NotFoundException < ::Aws::Errors::ServiceError
|
21
|
+
def message: () -> ::String
|
22
|
+
end
|
23
|
+
class ServiceUnavailableException < ::Aws::Errors::ServiceError
|
24
|
+
def message: () -> ::String
|
25
|
+
end
|
26
|
+
class TooManyRequestsException < ::Aws::Errors::ServiceError
|
27
|
+
def message: () -> ::String
|
28
|
+
end
|
29
|
+
class UnprocessableEntityException < ::Aws::Errors::ServiceError
|
30
|
+
def message: () -> ::String
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
34
|
+
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 MediaPackageVod
|
10
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageVod/Resource.html
|
11
|
+
class Resource
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageVod/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,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.
|
4
|
+
version: 1.52.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:
|
11
|
+
date: 2024-01-26 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.
|
22
|
+
version: 3.191.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.
|
32
|
+
version: 3.191.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.
|
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: []
|