aws-sdk-ivs 1.60.0 → 1.62.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ivs/client.rb +235 -236
- data/lib/aws-sdk-ivs/client_api.rb +70 -68
- data/lib/aws-sdk-ivs/types.rb +432 -413
- data/lib/aws-sdk-ivs.rb +3 -1
- data/sig/client.rbs +42 -42
- data/sig/types.rbs +69 -68
- metadata +2 -2
data/lib/aws-sdk-ivs.rb
CHANGED
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:ivs)
|
15
|
+
|
14
16
|
# This module provides support for Amazon Interactive Video Service. This module is available in the
|
15
17
|
# `aws-sdk-ivs` gem.
|
16
18
|
#
|
@@ -52,7 +54,7 @@ module Aws::IVS
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-ivs/endpoint_provider'
|
53
55
|
autoload :Endpoints, 'aws-sdk-ivs/endpoints'
|
54
56
|
|
55
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.62.0'
|
56
58
|
|
57
59
|
end
|
58
60
|
|
data/sig/client.rbs
CHANGED
@@ -88,8 +88,8 @@ module Aws
|
|
88
88
|
|
89
89
|
interface _BatchGetStreamKeyResponseSuccess
|
90
90
|
include ::Seahorse::Client::_ResponseSuccess[Types::BatchGetStreamKeyResponse]
|
91
|
-
def stream_keys: () -> ::Array[Types::StreamKey]
|
92
91
|
def errors: () -> ::Array[Types::BatchError]
|
92
|
+
def stream_keys: () -> ::Array[Types::StreamKey]
|
93
93
|
end
|
94
94
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVS/Client.html#batch_get_stream_key-instance_method
|
95
95
|
def batch_get_stream_key: (
|
@@ -120,15 +120,15 @@ module Aws
|
|
120
120
|
end
|
121
121
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVS/Client.html#create_channel-instance_method
|
122
122
|
def create_channel: (
|
123
|
-
?name: ::String,
|
124
|
-
?latency_mode: ("NORMAL" | "LOW"),
|
125
|
-
?type: ("BASIC" | "STANDARD" | "ADVANCED_SD" | "ADVANCED_HD"),
|
126
123
|
?authorized: bool,
|
127
|
-
?recording_configuration_arn: ::String,
|
128
|
-
?tags: Hash[::String, ::String],
|
129
124
|
?insecure_ingest: bool,
|
125
|
+
?latency_mode: ("NORMAL" | "LOW"),
|
126
|
+
?name: ::String,
|
127
|
+
?playback_restriction_policy_arn: ::String,
|
130
128
|
?preset: ("HIGHER_BANDWIDTH_DELIVERY" | "CONSTRAINED_BANDWIDTH_DELIVERY"),
|
131
|
-
?
|
129
|
+
?recording_configuration_arn: ::String,
|
130
|
+
?tags: Hash[::String, ::String],
|
131
|
+
?type: ("BASIC" | "STANDARD" | "ADVANCED_SD" | "ADVANCED_HD")
|
132
132
|
) -> _CreateChannelResponseSuccess
|
133
133
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChannelResponseSuccess
|
134
134
|
|
@@ -152,23 +152,23 @@ module Aws
|
|
152
152
|
end
|
153
153
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVS/Client.html#create_recording_configuration-instance_method
|
154
154
|
def create_recording_configuration: (
|
155
|
-
?name: ::String,
|
156
155
|
destination_configuration: {
|
157
156
|
s3: {
|
158
157
|
bucket_name: ::String
|
159
158
|
}?
|
160
159
|
},
|
161
|
-
?
|
162
|
-
?thumbnail_configuration: {
|
163
|
-
recording_mode: ("DISABLED" | "INTERVAL")?,
|
164
|
-
target_interval_seconds: ::Integer?,
|
165
|
-
resolution: ("SD" | "HD" | "FULL_HD" | "LOWEST_RESOLUTION")?,
|
166
|
-
storage: Array[("SEQUENTIAL" | "LATEST")]?
|
167
|
-
},
|
160
|
+
?name: ::String,
|
168
161
|
?recording_reconnect_window_seconds: ::Integer,
|
169
162
|
?rendition_configuration: {
|
170
163
|
rendition_selection: ("ALL" | "NONE" | "CUSTOM")?,
|
171
164
|
renditions: Array[("SD" | "HD" | "FULL_HD" | "LOWEST_RESOLUTION")]?
|
165
|
+
},
|
166
|
+
?tags: Hash[::String, ::String],
|
167
|
+
?thumbnail_configuration: {
|
168
|
+
recording_mode: ("DISABLED" | "INTERVAL")?,
|
169
|
+
resolution: ("SD" | "HD" | "FULL_HD" | "LOWEST_RESOLUTION")?,
|
170
|
+
storage: Array[("SEQUENTIAL" | "LATEST")]?,
|
171
|
+
target_interval_seconds: ::Integer?
|
172
172
|
}
|
173
173
|
) -> _CreateRecordingConfigurationResponseSuccess
|
174
174
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRecordingConfigurationResponseSuccess
|
@@ -294,8 +294,8 @@ module Aws
|
|
294
294
|
end
|
295
295
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVS/Client.html#import_playback_key_pair-instance_method
|
296
296
|
def import_playback_key_pair: (
|
297
|
-
public_key_material: ::String,
|
298
297
|
?name: ::String,
|
298
|
+
public_key_material: ::String,
|
299
299
|
?tags: Hash[::String, ::String]
|
300
300
|
) -> _ImportPlaybackKeyPairResponseSuccess
|
301
301
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportPlaybackKeyPairResponseSuccess
|
@@ -308,10 +308,10 @@ module Aws
|
|
308
308
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVS/Client.html#list_channels-instance_method
|
309
309
|
def list_channels: (
|
310
310
|
?filter_by_name: ::String,
|
311
|
-
?filter_by_recording_configuration_arn: ::String,
|
312
311
|
?filter_by_playback_restriction_policy_arn: ::String,
|
313
|
-
?
|
314
|
-
?max_results: ::Integer
|
312
|
+
?filter_by_recording_configuration_arn: ::String,
|
313
|
+
?max_results: ::Integer,
|
314
|
+
?next_token: ::String
|
315
315
|
) -> _ListChannelsResponseSuccess
|
316
316
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelsResponseSuccess
|
317
317
|
|
@@ -322,73 +322,73 @@ module Aws
|
|
322
322
|
end
|
323
323
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVS/Client.html#list_playback_key_pairs-instance_method
|
324
324
|
def list_playback_key_pairs: (
|
325
|
-
?
|
326
|
-
?
|
325
|
+
?max_results: ::Integer,
|
326
|
+
?next_token: ::String
|
327
327
|
) -> _ListPlaybackKeyPairsResponseSuccess
|
328
328
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPlaybackKeyPairsResponseSuccess
|
329
329
|
|
330
330
|
interface _ListPlaybackRestrictionPoliciesResponseSuccess
|
331
331
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListPlaybackRestrictionPoliciesResponse]
|
332
|
-
def playback_restriction_policies: () -> ::Array[Types::PlaybackRestrictionPolicySummary]
|
333
332
|
def next_token: () -> ::String
|
333
|
+
def playback_restriction_policies: () -> ::Array[Types::PlaybackRestrictionPolicySummary]
|
334
334
|
end
|
335
335
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVS/Client.html#list_playback_restriction_policies-instance_method
|
336
336
|
def list_playback_restriction_policies: (
|
337
|
-
?
|
338
|
-
?
|
337
|
+
?max_results: ::Integer,
|
338
|
+
?next_token: ::String
|
339
339
|
) -> _ListPlaybackRestrictionPoliciesResponseSuccess
|
340
340
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPlaybackRestrictionPoliciesResponseSuccess
|
341
341
|
|
342
342
|
interface _ListRecordingConfigurationsResponseSuccess
|
343
343
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListRecordingConfigurationsResponse]
|
344
|
-
def recording_configurations: () -> ::Array[Types::RecordingConfigurationSummary]
|
345
344
|
def next_token: () -> ::String
|
345
|
+
def recording_configurations: () -> ::Array[Types::RecordingConfigurationSummary]
|
346
346
|
end
|
347
347
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVS/Client.html#list_recording_configurations-instance_method
|
348
348
|
def list_recording_configurations: (
|
349
|
-
?
|
350
|
-
?
|
349
|
+
?max_results: ::Integer,
|
350
|
+
?next_token: ::String
|
351
351
|
) -> _ListRecordingConfigurationsResponseSuccess
|
352
352
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRecordingConfigurationsResponseSuccess
|
353
353
|
|
354
354
|
interface _ListStreamKeysResponseSuccess
|
355
355
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListStreamKeysResponse]
|
356
|
-
def stream_keys: () -> ::Array[Types::StreamKeySummary]
|
357
356
|
def next_token: () -> ::String
|
357
|
+
def stream_keys: () -> ::Array[Types::StreamKeySummary]
|
358
358
|
end
|
359
359
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVS/Client.html#list_stream_keys-instance_method
|
360
360
|
def list_stream_keys: (
|
361
361
|
channel_arn: ::String,
|
362
|
-
?
|
363
|
-
?
|
362
|
+
?max_results: ::Integer,
|
363
|
+
?next_token: ::String
|
364
364
|
) -> _ListStreamKeysResponseSuccess
|
365
365
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListStreamKeysResponseSuccess
|
366
366
|
|
367
367
|
interface _ListStreamSessionsResponseSuccess
|
368
368
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListStreamSessionsResponse]
|
369
|
-
def stream_sessions: () -> ::Array[Types::StreamSessionSummary]
|
370
369
|
def next_token: () -> ::String
|
370
|
+
def stream_sessions: () -> ::Array[Types::StreamSessionSummary]
|
371
371
|
end
|
372
372
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVS/Client.html#list_stream_sessions-instance_method
|
373
373
|
def list_stream_sessions: (
|
374
374
|
channel_arn: ::String,
|
375
|
-
?
|
376
|
-
?
|
375
|
+
?max_results: ::Integer,
|
376
|
+
?next_token: ::String
|
377
377
|
) -> _ListStreamSessionsResponseSuccess
|
378
378
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListStreamSessionsResponseSuccess
|
379
379
|
|
380
380
|
interface _ListStreamsResponseSuccess
|
381
381
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListStreamsResponse]
|
382
|
-
def streams: () -> ::Array[Types::StreamSummary]
|
383
382
|
def next_token: () -> ::String
|
383
|
+
def streams: () -> ::Array[Types::StreamSummary]
|
384
384
|
end
|
385
385
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVS/Client.html#list_streams-instance_method
|
386
386
|
def list_streams: (
|
387
387
|
?filter_by: {
|
388
388
|
health: ("HEALTHY" | "STARVING" | "UNKNOWN")?
|
389
389
|
},
|
390
|
-
?
|
391
|
-
?
|
390
|
+
?max_results: ::Integer,
|
391
|
+
?next_token: ::String
|
392
392
|
) -> _ListStreamsResponseSuccess
|
393
393
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListStreamsResponseSuccess
|
394
394
|
|
@@ -456,14 +456,14 @@ module Aws
|
|
456
456
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVS/Client.html#update_channel-instance_method
|
457
457
|
def update_channel: (
|
458
458
|
arn: ::String,
|
459
|
-
?name: ::String,
|
460
|
-
?latency_mode: ("NORMAL" | "LOW"),
|
461
|
-
?type: ("BASIC" | "STANDARD" | "ADVANCED_SD" | "ADVANCED_HD"),
|
462
459
|
?authorized: bool,
|
463
|
-
?recording_configuration_arn: ::String,
|
464
460
|
?insecure_ingest: bool,
|
461
|
+
?latency_mode: ("NORMAL" | "LOW"),
|
462
|
+
?name: ::String,
|
463
|
+
?playback_restriction_policy_arn: ::String,
|
465
464
|
?preset: ("HIGHER_BANDWIDTH_DELIVERY" | "CONSTRAINED_BANDWIDTH_DELIVERY"),
|
466
|
-
?
|
465
|
+
?recording_configuration_arn: ::String,
|
466
|
+
?type: ("BASIC" | "STANDARD" | "ADVANCED_SD" | "ADVANCED_HD")
|
467
467
|
) -> _UpdateChannelResponseSuccess
|
468
468
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateChannelResponseSuccess
|
469
469
|
|
@@ -473,9 +473,9 @@ module Aws
|
|
473
473
|
end
|
474
474
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVS/Client.html#update_playback_restriction_policy-instance_method
|
475
475
|
def update_playback_restriction_policy: (
|
476
|
-
arn: ::String,
|
477
476
|
?allowed_countries: Array[::String],
|
478
477
|
?allowed_origins: Array[::String],
|
478
|
+
arn: ::String,
|
479
479
|
?enable_strict_origin_enforcement: bool,
|
480
480
|
?name: ::String
|
481
481
|
) -> _UpdatePlaybackRestrictionPolicyResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -14,10 +14,10 @@ module Aws::IVS
|
|
14
14
|
end
|
15
15
|
|
16
16
|
class AudioConfiguration
|
17
|
+
attr_accessor channels: ::Integer
|
17
18
|
attr_accessor codec: ::String
|
18
|
-
attr_accessor target_bitrate: ::Integer
|
19
19
|
attr_accessor sample_rate: ::Integer
|
20
|
-
attr_accessor
|
20
|
+
attr_accessor target_bitrate: ::Integer
|
21
21
|
SENSITIVE: []
|
22
22
|
end
|
23
23
|
|
@@ -45,16 +45,16 @@ module Aws::IVS
|
|
45
45
|
end
|
46
46
|
|
47
47
|
class BatchGetStreamKeyResponse
|
48
|
-
attr_accessor stream_keys: ::Array[Types::StreamKey]
|
49
48
|
attr_accessor errors: ::Array[Types::BatchError]
|
49
|
+
attr_accessor stream_keys: ::Array[Types::StreamKey]
|
50
50
|
SENSITIVE: []
|
51
51
|
end
|
52
52
|
|
53
53
|
class BatchStartViewerSessionRevocationError
|
54
54
|
attr_accessor channel_arn: ::String
|
55
|
-
attr_accessor viewer_id: ::String
|
56
55
|
attr_accessor code: ::String
|
57
56
|
attr_accessor message: ::String
|
57
|
+
attr_accessor viewer_id: ::String
|
58
58
|
SENSITIVE: []
|
59
59
|
end
|
60
60
|
|
@@ -77,18 +77,18 @@ module Aws::IVS
|
|
77
77
|
|
78
78
|
class Channel
|
79
79
|
attr_accessor arn: ::String
|
80
|
-
attr_accessor name: ::String
|
81
|
-
attr_accessor latency_mode: ("NORMAL" | "LOW")
|
82
|
-
attr_accessor type: ("BASIC" | "STANDARD" | "ADVANCED_SD" | "ADVANCED_HD")
|
83
|
-
attr_accessor recording_configuration_arn: ::String
|
84
|
-
attr_accessor ingest_endpoint: ::String
|
85
|
-
attr_accessor playback_url: ::String
|
86
80
|
attr_accessor authorized: bool
|
87
|
-
attr_accessor
|
81
|
+
attr_accessor ingest_endpoint: ::String
|
88
82
|
attr_accessor insecure_ingest: bool
|
83
|
+
attr_accessor latency_mode: ("NORMAL" | "LOW")
|
84
|
+
attr_accessor name: ::String
|
85
|
+
attr_accessor playback_restriction_policy_arn: ::String
|
86
|
+
attr_accessor playback_url: ::String
|
89
87
|
attr_accessor preset: ("HIGHER_BANDWIDTH_DELIVERY" | "CONSTRAINED_BANDWIDTH_DELIVERY")
|
88
|
+
attr_accessor recording_configuration_arn: ::String
|
90
89
|
attr_accessor srt: Types::Srt
|
91
|
-
attr_accessor
|
90
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
91
|
+
attr_accessor type: ("BASIC" | "STANDARD" | "ADVANCED_SD" | "ADVANCED_HD")
|
92
92
|
SENSITIVE: []
|
93
93
|
end
|
94
94
|
|
@@ -99,15 +99,15 @@ module Aws::IVS
|
|
99
99
|
|
100
100
|
class ChannelSummary
|
101
101
|
attr_accessor arn: ::String
|
102
|
-
attr_accessor name: ::String
|
103
|
-
attr_accessor latency_mode: ("NORMAL" | "LOW")
|
104
102
|
attr_accessor authorized: bool
|
103
|
+
attr_accessor insecure_ingest: bool
|
104
|
+
attr_accessor latency_mode: ("NORMAL" | "LOW")
|
105
|
+
attr_accessor name: ::String
|
106
|
+
attr_accessor playback_restriction_policy_arn: ::String
|
107
|
+
attr_accessor preset: ("HIGHER_BANDWIDTH_DELIVERY" | "CONSTRAINED_BANDWIDTH_DELIVERY")
|
105
108
|
attr_accessor recording_configuration_arn: ::String
|
106
109
|
attr_accessor tags: ::Hash[::String, ::String]
|
107
|
-
attr_accessor insecure_ingest: bool
|
108
110
|
attr_accessor type: ("BASIC" | "STANDARD" | "ADVANCED_SD" | "ADVANCED_HD")
|
109
|
-
attr_accessor preset: ("HIGHER_BANDWIDTH_DELIVERY" | "CONSTRAINED_BANDWIDTH_DELIVERY")
|
110
|
-
attr_accessor playback_restriction_policy_arn: ::String
|
111
111
|
SENSITIVE: []
|
112
112
|
end
|
113
113
|
|
@@ -117,15 +117,15 @@ module Aws::IVS
|
|
117
117
|
end
|
118
118
|
|
119
119
|
class CreateChannelRequest
|
120
|
-
attr_accessor name: ::String
|
121
|
-
attr_accessor latency_mode: ("NORMAL" | "LOW")
|
122
|
-
attr_accessor type: ("BASIC" | "STANDARD" | "ADVANCED_SD" | "ADVANCED_HD")
|
123
120
|
attr_accessor authorized: bool
|
124
|
-
attr_accessor recording_configuration_arn: ::String
|
125
|
-
attr_accessor tags: ::Hash[::String, ::String]
|
126
121
|
attr_accessor insecure_ingest: bool
|
127
|
-
attr_accessor
|
122
|
+
attr_accessor latency_mode: ("NORMAL" | "LOW")
|
123
|
+
attr_accessor name: ::String
|
128
124
|
attr_accessor playback_restriction_policy_arn: ::String
|
125
|
+
attr_accessor preset: ("HIGHER_BANDWIDTH_DELIVERY" | "CONSTRAINED_BANDWIDTH_DELIVERY")
|
126
|
+
attr_accessor recording_configuration_arn: ::String
|
127
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
128
|
+
attr_accessor type: ("BASIC" | "STANDARD" | "ADVANCED_SD" | "ADVANCED_HD")
|
129
129
|
SENSITIVE: []
|
130
130
|
end
|
131
131
|
|
@@ -150,12 +150,12 @@ module Aws::IVS
|
|
150
150
|
end
|
151
151
|
|
152
152
|
class CreateRecordingConfigurationRequest
|
153
|
-
attr_accessor name: ::String
|
154
153
|
attr_accessor destination_configuration: Types::DestinationConfiguration
|
155
|
-
attr_accessor
|
156
|
-
attr_accessor thumbnail_configuration: Types::ThumbnailConfiguration
|
154
|
+
attr_accessor name: ::String
|
157
155
|
attr_accessor recording_reconnect_window_seconds: ::Integer
|
158
156
|
attr_accessor rendition_configuration: Types::RenditionConfiguration
|
157
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
158
|
+
attr_accessor thumbnail_configuration: Types::ThumbnailConfiguration
|
159
159
|
SENSITIVE: []
|
160
160
|
end
|
161
161
|
|
@@ -280,8 +280,8 @@ module Aws::IVS
|
|
280
280
|
end
|
281
281
|
|
282
282
|
class ImportPlaybackKeyPairRequest
|
283
|
-
attr_accessor public_key_material: ::String
|
284
283
|
attr_accessor name: ::String
|
284
|
+
attr_accessor public_key_material: ::String
|
285
285
|
attr_accessor tags: ::Hash[::String, ::String]
|
286
286
|
SENSITIVE: []
|
287
287
|
end
|
@@ -292,8 +292,8 @@ module Aws::IVS
|
|
292
292
|
end
|
293
293
|
|
294
294
|
class IngestConfiguration
|
295
|
-
attr_accessor video: Types::VideoConfiguration
|
296
295
|
attr_accessor audio: Types::AudioConfiguration
|
296
|
+
attr_accessor video: Types::VideoConfiguration
|
297
297
|
SENSITIVE: []
|
298
298
|
end
|
299
299
|
|
@@ -304,10 +304,10 @@ module Aws::IVS
|
|
304
304
|
|
305
305
|
class ListChannelsRequest
|
306
306
|
attr_accessor filter_by_name: ::String
|
307
|
-
attr_accessor filter_by_recording_configuration_arn: ::String
|
308
307
|
attr_accessor filter_by_playback_restriction_policy_arn: ::String
|
309
|
-
attr_accessor
|
308
|
+
attr_accessor filter_by_recording_configuration_arn: ::String
|
310
309
|
attr_accessor max_results: ::Integer
|
310
|
+
attr_accessor next_token: ::String
|
311
311
|
SENSITIVE: []
|
312
312
|
end
|
313
313
|
|
@@ -318,8 +318,8 @@ module Aws::IVS
|
|
318
318
|
end
|
319
319
|
|
320
320
|
class ListPlaybackKeyPairsRequest
|
321
|
-
attr_accessor next_token: ::String
|
322
321
|
attr_accessor max_results: ::Integer
|
322
|
+
attr_accessor next_token: ::String
|
323
323
|
SENSITIVE: []
|
324
324
|
end
|
325
325
|
|
@@ -330,65 +330,65 @@ module Aws::IVS
|
|
330
330
|
end
|
331
331
|
|
332
332
|
class ListPlaybackRestrictionPoliciesRequest
|
333
|
-
attr_accessor next_token: ::String
|
334
333
|
attr_accessor max_results: ::Integer
|
334
|
+
attr_accessor next_token: ::String
|
335
335
|
SENSITIVE: []
|
336
336
|
end
|
337
337
|
|
338
338
|
class ListPlaybackRestrictionPoliciesResponse
|
339
|
-
attr_accessor playback_restriction_policies: ::Array[Types::PlaybackRestrictionPolicySummary]
|
340
339
|
attr_accessor next_token: ::String
|
340
|
+
attr_accessor playback_restriction_policies: ::Array[Types::PlaybackRestrictionPolicySummary]
|
341
341
|
SENSITIVE: []
|
342
342
|
end
|
343
343
|
|
344
344
|
class ListRecordingConfigurationsRequest
|
345
|
-
attr_accessor next_token: ::String
|
346
345
|
attr_accessor max_results: ::Integer
|
346
|
+
attr_accessor next_token: ::String
|
347
347
|
SENSITIVE: []
|
348
348
|
end
|
349
349
|
|
350
350
|
class ListRecordingConfigurationsResponse
|
351
|
-
attr_accessor recording_configurations: ::Array[Types::RecordingConfigurationSummary]
|
352
351
|
attr_accessor next_token: ::String
|
352
|
+
attr_accessor recording_configurations: ::Array[Types::RecordingConfigurationSummary]
|
353
353
|
SENSITIVE: []
|
354
354
|
end
|
355
355
|
|
356
356
|
class ListStreamKeysRequest
|
357
357
|
attr_accessor channel_arn: ::String
|
358
|
-
attr_accessor next_token: ::String
|
359
358
|
attr_accessor max_results: ::Integer
|
359
|
+
attr_accessor next_token: ::String
|
360
360
|
SENSITIVE: []
|
361
361
|
end
|
362
362
|
|
363
363
|
class ListStreamKeysResponse
|
364
|
-
attr_accessor stream_keys: ::Array[Types::StreamKeySummary]
|
365
364
|
attr_accessor next_token: ::String
|
365
|
+
attr_accessor stream_keys: ::Array[Types::StreamKeySummary]
|
366
366
|
SENSITIVE: []
|
367
367
|
end
|
368
368
|
|
369
369
|
class ListStreamSessionsRequest
|
370
370
|
attr_accessor channel_arn: ::String
|
371
|
-
attr_accessor next_token: ::String
|
372
371
|
attr_accessor max_results: ::Integer
|
372
|
+
attr_accessor next_token: ::String
|
373
373
|
SENSITIVE: []
|
374
374
|
end
|
375
375
|
|
376
376
|
class ListStreamSessionsResponse
|
377
|
-
attr_accessor stream_sessions: ::Array[Types::StreamSessionSummary]
|
378
377
|
attr_accessor next_token: ::String
|
378
|
+
attr_accessor stream_sessions: ::Array[Types::StreamSessionSummary]
|
379
379
|
SENSITIVE: []
|
380
380
|
end
|
381
381
|
|
382
382
|
class ListStreamsRequest
|
383
383
|
attr_accessor filter_by: Types::StreamFilters
|
384
|
-
attr_accessor next_token: ::String
|
385
384
|
attr_accessor max_results: ::Integer
|
385
|
+
attr_accessor next_token: ::String
|
386
386
|
SENSITIVE: []
|
387
387
|
end
|
388
388
|
|
389
389
|
class ListStreamsResponse
|
390
|
-
attr_accessor streams: ::Array[Types::StreamSummary]
|
391
390
|
attr_accessor next_token: ::String
|
391
|
+
attr_accessor streams: ::Array[Types::StreamSummary]
|
392
392
|
SENSITIVE: []
|
393
393
|
end
|
394
394
|
|
@@ -409,8 +409,8 @@ module Aws::IVS
|
|
409
409
|
|
410
410
|
class PlaybackKeyPair
|
411
411
|
attr_accessor arn: ::String
|
412
|
-
attr_accessor name: ::String
|
413
412
|
attr_accessor fingerprint: ::String
|
413
|
+
attr_accessor name: ::String
|
414
414
|
attr_accessor tags: ::Hash[::String, ::String]
|
415
415
|
SENSITIVE: []
|
416
416
|
end
|
@@ -423,9 +423,9 @@ module Aws::IVS
|
|
423
423
|
end
|
424
424
|
|
425
425
|
class PlaybackRestrictionPolicy
|
426
|
-
attr_accessor arn: ::String
|
427
426
|
attr_accessor allowed_countries: ::Array[::String]
|
428
427
|
attr_accessor allowed_origins: ::Array[::String]
|
428
|
+
attr_accessor arn: ::String
|
429
429
|
attr_accessor enable_strict_origin_enforcement: bool
|
430
430
|
attr_accessor name: ::String
|
431
431
|
attr_accessor tags: ::Hash[::String, ::String]
|
@@ -433,9 +433,9 @@ module Aws::IVS
|
|
433
433
|
end
|
434
434
|
|
435
435
|
class PlaybackRestrictionPolicySummary
|
436
|
-
attr_accessor arn: ::String
|
437
436
|
attr_accessor allowed_countries: ::Array[::String]
|
438
437
|
attr_accessor allowed_origins: ::Array[::String]
|
438
|
+
attr_accessor arn: ::String
|
439
439
|
attr_accessor enable_strict_origin_enforcement: bool
|
440
440
|
attr_accessor name: ::String
|
441
441
|
attr_accessor tags: ::Hash[::String, ::String]
|
@@ -450,20 +450,20 @@ module Aws::IVS
|
|
450
450
|
|
451
451
|
class RecordingConfiguration
|
452
452
|
attr_accessor arn: ::String
|
453
|
-
attr_accessor name: ::String
|
454
453
|
attr_accessor destination_configuration: Types::DestinationConfiguration
|
454
|
+
attr_accessor name: ::String
|
455
|
+
attr_accessor recording_reconnect_window_seconds: ::Integer
|
456
|
+
attr_accessor rendition_configuration: Types::RenditionConfiguration
|
455
457
|
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "ACTIVE")
|
456
458
|
attr_accessor tags: ::Hash[::String, ::String]
|
457
459
|
attr_accessor thumbnail_configuration: Types::ThumbnailConfiguration
|
458
|
-
attr_accessor recording_reconnect_window_seconds: ::Integer
|
459
|
-
attr_accessor rendition_configuration: Types::RenditionConfiguration
|
460
460
|
SENSITIVE: []
|
461
461
|
end
|
462
462
|
|
463
463
|
class RecordingConfigurationSummary
|
464
464
|
attr_accessor arn: ::String
|
465
|
-
attr_accessor name: ::String
|
466
465
|
attr_accessor destination_configuration: Types::DestinationConfiguration
|
466
|
+
attr_accessor name: ::String
|
467
467
|
attr_accessor state: ("CREATING" | "CREATE_FAILED" | "ACTIVE")
|
468
468
|
attr_accessor tags: ::Hash[::String, ::String]
|
469
469
|
SENSITIVE: []
|
@@ -516,19 +516,20 @@ module Aws::IVS
|
|
516
516
|
|
517
517
|
class Stream
|
518
518
|
attr_accessor channel_arn: ::String
|
519
|
-
attr_accessor
|
519
|
+
attr_accessor health: ("HEALTHY" | "STARVING" | "UNKNOWN")
|
520
520
|
attr_accessor playback_url: ::String
|
521
521
|
attr_accessor start_time: ::Time
|
522
522
|
attr_accessor state: ("LIVE" | "OFFLINE")
|
523
|
-
attr_accessor
|
523
|
+
attr_accessor stream_id: ::String
|
524
524
|
attr_accessor viewer_count: ::Integer
|
525
525
|
SENSITIVE: []
|
526
526
|
end
|
527
527
|
|
528
528
|
class StreamEvent
|
529
|
+
attr_accessor code: ::String
|
530
|
+
attr_accessor event_time: ::Time
|
529
531
|
attr_accessor name: ::String
|
530
532
|
attr_accessor type: ::String
|
531
|
-
attr_accessor event_time: ::Time
|
532
533
|
SENSITIVE: []
|
533
534
|
end
|
534
535
|
|
@@ -539,9 +540,9 @@ module Aws::IVS
|
|
539
540
|
|
540
541
|
class StreamKey
|
541
542
|
attr_accessor arn: ::String
|
542
|
-
attr_accessor value: ::String
|
543
543
|
attr_accessor channel_arn: ::String
|
544
544
|
attr_accessor tags: ::Hash[::String, ::String]
|
545
|
+
attr_accessor value: ::String
|
545
546
|
SENSITIVE: [:value]
|
546
547
|
end
|
547
548
|
|
@@ -553,31 +554,31 @@ module Aws::IVS
|
|
553
554
|
end
|
554
555
|
|
555
556
|
class StreamSession
|
556
|
-
attr_accessor stream_id: ::String
|
557
|
-
attr_accessor start_time: ::Time
|
558
|
-
attr_accessor end_time: ::Time
|
559
557
|
attr_accessor channel: Types::Channel
|
558
|
+
attr_accessor end_time: ::Time
|
560
559
|
attr_accessor ingest_configuration: Types::IngestConfiguration
|
561
560
|
attr_accessor recording_configuration: Types::RecordingConfiguration
|
561
|
+
attr_accessor start_time: ::Time
|
562
|
+
attr_accessor stream_id: ::String
|
562
563
|
attr_accessor truncated_events: ::Array[Types::StreamEvent]
|
563
564
|
SENSITIVE: []
|
564
565
|
end
|
565
566
|
|
566
567
|
class StreamSessionSummary
|
567
|
-
attr_accessor stream_id: ::String
|
568
|
-
attr_accessor start_time: ::Time
|
569
568
|
attr_accessor end_time: ::Time
|
570
569
|
attr_accessor has_error_event: bool
|
570
|
+
attr_accessor start_time: ::Time
|
571
|
+
attr_accessor stream_id: ::String
|
571
572
|
SENSITIVE: []
|
572
573
|
end
|
573
574
|
|
574
575
|
class StreamSummary
|
575
576
|
attr_accessor channel_arn: ::String
|
576
|
-
attr_accessor stream_id: ::String
|
577
|
-
attr_accessor state: ("LIVE" | "OFFLINE")
|
578
577
|
attr_accessor health: ("HEALTHY" | "STARVING" | "UNKNOWN")
|
579
|
-
attr_accessor viewer_count: ::Integer
|
580
578
|
attr_accessor start_time: ::Time
|
579
|
+
attr_accessor state: ("LIVE" | "OFFLINE")
|
580
|
+
attr_accessor stream_id: ::String
|
581
|
+
attr_accessor viewer_count: ::Integer
|
581
582
|
SENSITIVE: []
|
582
583
|
end
|
583
584
|
|
@@ -602,9 +603,9 @@ module Aws::IVS
|
|
602
603
|
|
603
604
|
class ThumbnailConfiguration
|
604
605
|
attr_accessor recording_mode: ("DISABLED" | "INTERVAL")
|
605
|
-
attr_accessor target_interval_seconds: ::Integer
|
606
606
|
attr_accessor resolution: ("SD" | "HD" | "FULL_HD" | "LOWEST_RESOLUTION")
|
607
607
|
attr_accessor storage: ::Array[("SEQUENTIAL" | "LATEST")]
|
608
|
+
attr_accessor target_interval_seconds: ::Integer
|
608
609
|
SENSITIVE: []
|
609
610
|
end
|
610
611
|
|
@@ -619,14 +620,14 @@ module Aws::IVS
|
|
619
620
|
|
620
621
|
class UpdateChannelRequest
|
621
622
|
attr_accessor arn: ::String
|
622
|
-
attr_accessor name: ::String
|
623
|
-
attr_accessor latency_mode: ("NORMAL" | "LOW")
|
624
|
-
attr_accessor type: ("BASIC" | "STANDARD" | "ADVANCED_SD" | "ADVANCED_HD")
|
625
623
|
attr_accessor authorized: bool
|
626
|
-
attr_accessor recording_configuration_arn: ::String
|
627
624
|
attr_accessor insecure_ingest: bool
|
628
|
-
attr_accessor
|
625
|
+
attr_accessor latency_mode: ("NORMAL" | "LOW")
|
626
|
+
attr_accessor name: ::String
|
629
627
|
attr_accessor playback_restriction_policy_arn: ::String
|
628
|
+
attr_accessor preset: ("HIGHER_BANDWIDTH_DELIVERY" | "CONSTRAINED_BANDWIDTH_DELIVERY")
|
629
|
+
attr_accessor recording_configuration_arn: ::String
|
630
|
+
attr_accessor type: ("BASIC" | "STANDARD" | "ADVANCED_SD" | "ADVANCED_HD")
|
630
631
|
SENSITIVE: []
|
631
632
|
end
|
632
633
|
|
@@ -636,9 +637,9 @@ module Aws::IVS
|
|
636
637
|
end
|
637
638
|
|
638
639
|
class UpdatePlaybackRestrictionPolicyRequest
|
639
|
-
attr_accessor arn: ::String
|
640
640
|
attr_accessor allowed_countries: ::Array[::String]
|
641
641
|
attr_accessor allowed_origins: ::Array[::String]
|
642
|
+
attr_accessor arn: ::String
|
642
643
|
attr_accessor enable_strict_origin_enforcement: bool
|
643
644
|
attr_accessor name: ::String
|
644
645
|
SENSITIVE: []
|
@@ -655,8 +656,8 @@ module Aws::IVS
|
|
655
656
|
end
|
656
657
|
|
657
658
|
class VideoConfiguration
|
658
|
-
attr_accessor avc_profile: ::String
|
659
659
|
attr_accessor avc_level: ::String
|
660
|
+
attr_accessor avc_profile: ::String
|
660
661
|
attr_accessor codec: ::String
|
661
662
|
attr_accessor encoder: ::String
|
662
663
|
attr_accessor target_bitrate: ::Integer
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ivs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.62.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|