aws-sdk-ivsrealtime 1.14.0 → 1.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eccc2b27c429b467f0aa0c6d33ab33ea2847d26383d74605247d046e16d885c0
4
- data.tar.gz: e6c76fe3624a0c9011a3364ed2958f72daed41205d785c776bdc63aed9399bc4
3
+ metadata.gz: 664ce977c839c2e2da0513734924ecb0d4429c82ab1f6a0516803075bb346c55
4
+ data.tar.gz: 3fe9bc32f35eacd510dcc545750651b054b19673d28ad24d02152ec285d34bf8
5
5
  SHA512:
6
- metadata.gz: 4ecba67e682c8b2929801312e51f799e0c3a64877a50facae8fa28336a898948748a445d48f13504d87d605566a665bb1cb4e53a2d7841047142ed60f552db5f
7
- data.tar.gz: 82bf096faf01c1629ef29a4f4bf117cea53142d5bf6eb317682aeebedf903159229f67c58a2edfe043e04bdae70d06ff5a98589c3cf1b806c7c68f3ac4c35ac1
6
+ metadata.gz: 9dead615f492883e856b8e9b446117e248668cb745aead3e13250d48ec386df60da3f168c645f4fe85dece2072178a106a871c578d1a69b4fcf258d21fd0a010
7
+ data.tar.gz: a9b12054082cb71a8b074eea38e2fbe22c12807d3b21083a9b5b8297c4b632e6af23488a4e3039cff7ab57e9acdc665d228a608a1407dbedaa8bd124d808ec12
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.14.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.15.0
@@ -1621,7 +1621,7 @@ module Aws::IVSRealTime
1621
1621
  params: params,
1622
1622
  config: config)
1623
1623
  context[:gem_name] = 'aws-sdk-ivsrealtime'
1624
- context[:gem_version] = '1.14.0'
1624
+ context[:gem_version] = '1.15.0'
1625
1625
  Seahorse::Client::Request.new(handlers, context)
1626
1626
  end
1627
1627
 
@@ -14,6 +14,7 @@ module Aws::IVSRealTime
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::IVSRealTime::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 '\
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-ivsrealtime/customizations'
52
52
  # @!group service
53
53
  module Aws::IVSRealTime
54
54
 
55
- GEM_VERSION = '1.14.0'
55
+ GEM_VERSION = '1.15.0'
56
56
 
57
57
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,421 @@
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 IVSRealTime
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/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 _CreateEncoderConfigurationResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateEncoderConfigurationResponse]
77
+ def encoder_configuration: () -> Types::EncoderConfiguration
78
+ end
79
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#create_encoder_configuration-instance_method
80
+ def create_encoder_configuration: (
81
+ ?name: ::String,
82
+ ?tags: Hash[::String, ::String],
83
+ ?video: {
84
+ bitrate: ::Integer?,
85
+ framerate: ::Float?,
86
+ height: ::Integer?,
87
+ width: ::Integer?
88
+ }
89
+ ) -> _CreateEncoderConfigurationResponseSuccess
90
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEncoderConfigurationResponseSuccess
91
+
92
+ interface _CreateParticipantTokenResponseSuccess
93
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateParticipantTokenResponse]
94
+ def participant_token: () -> Types::ParticipantToken
95
+ end
96
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#create_participant_token-instance_method
97
+ def create_participant_token: (
98
+ ?attributes: Hash[::String, ::String],
99
+ ?capabilities: Array[("PUBLISH" | "SUBSCRIBE")],
100
+ ?duration: ::Integer,
101
+ stage_arn: ::String,
102
+ ?user_id: ::String
103
+ ) -> _CreateParticipantTokenResponseSuccess
104
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateParticipantTokenResponseSuccess
105
+
106
+ interface _CreateStageResponseSuccess
107
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateStageResponse]
108
+ def participant_tokens: () -> ::Array[Types::ParticipantToken]
109
+ def stage: () -> Types::Stage
110
+ end
111
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#create_stage-instance_method
112
+ def create_stage: (
113
+ ?name: ::String,
114
+ ?participant_token_configurations: Array[
115
+ {
116
+ attributes: Hash[::String, ::String]?,
117
+ capabilities: Array[("PUBLISH" | "SUBSCRIBE")]?,
118
+ duration: ::Integer?,
119
+ user_id: ::String?
120
+ },
121
+ ],
122
+ ?tags: Hash[::String, ::String]
123
+ ) -> _CreateStageResponseSuccess
124
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateStageResponseSuccess
125
+
126
+ interface _CreateStorageConfigurationResponseSuccess
127
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateStorageConfigurationResponse]
128
+ def storage_configuration: () -> Types::StorageConfiguration
129
+ end
130
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#create_storage_configuration-instance_method
131
+ def create_storage_configuration: (
132
+ ?name: ::String,
133
+ s3: {
134
+ bucket_name: ::String
135
+ },
136
+ ?tags: Hash[::String, ::String]
137
+ ) -> _CreateStorageConfigurationResponseSuccess
138
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateStorageConfigurationResponseSuccess
139
+
140
+ interface _DeleteEncoderConfigurationResponseSuccess
141
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteEncoderConfigurationResponse]
142
+ end
143
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#delete_encoder_configuration-instance_method
144
+ def delete_encoder_configuration: (
145
+ arn: ::String
146
+ ) -> _DeleteEncoderConfigurationResponseSuccess
147
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteEncoderConfigurationResponseSuccess
148
+
149
+ interface _DeleteStageResponseSuccess
150
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteStageResponse]
151
+ end
152
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#delete_stage-instance_method
153
+ def delete_stage: (
154
+ arn: ::String
155
+ ) -> _DeleteStageResponseSuccess
156
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteStageResponseSuccess
157
+
158
+ interface _DeleteStorageConfigurationResponseSuccess
159
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteStorageConfigurationResponse]
160
+ end
161
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#delete_storage_configuration-instance_method
162
+ def delete_storage_configuration: (
163
+ arn: ::String
164
+ ) -> _DeleteStorageConfigurationResponseSuccess
165
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteStorageConfigurationResponseSuccess
166
+
167
+ interface _DisconnectParticipantResponseSuccess
168
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisconnectParticipantResponse]
169
+ end
170
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#disconnect_participant-instance_method
171
+ def disconnect_participant: (
172
+ participant_id: ::String,
173
+ ?reason: ::String,
174
+ stage_arn: ::String
175
+ ) -> _DisconnectParticipantResponseSuccess
176
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisconnectParticipantResponseSuccess
177
+
178
+ interface _GetCompositionResponseSuccess
179
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetCompositionResponse]
180
+ def composition: () -> Types::Composition
181
+ end
182
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#get_composition-instance_method
183
+ def get_composition: (
184
+ arn: ::String
185
+ ) -> _GetCompositionResponseSuccess
186
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCompositionResponseSuccess
187
+
188
+ interface _GetEncoderConfigurationResponseSuccess
189
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetEncoderConfigurationResponse]
190
+ def encoder_configuration: () -> Types::EncoderConfiguration
191
+ end
192
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#get_encoder_configuration-instance_method
193
+ def get_encoder_configuration: (
194
+ arn: ::String
195
+ ) -> _GetEncoderConfigurationResponseSuccess
196
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEncoderConfigurationResponseSuccess
197
+
198
+ interface _GetParticipantResponseSuccess
199
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetParticipantResponse]
200
+ def participant: () -> Types::Participant
201
+ end
202
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#get_participant-instance_method
203
+ def get_participant: (
204
+ participant_id: ::String,
205
+ session_id: ::String,
206
+ stage_arn: ::String
207
+ ) -> _GetParticipantResponseSuccess
208
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetParticipantResponseSuccess
209
+
210
+ interface _GetStageResponseSuccess
211
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetStageResponse]
212
+ def stage: () -> Types::Stage
213
+ end
214
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#get_stage-instance_method
215
+ def get_stage: (
216
+ arn: ::String
217
+ ) -> _GetStageResponseSuccess
218
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetStageResponseSuccess
219
+
220
+ interface _GetStageSessionResponseSuccess
221
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetStageSessionResponse]
222
+ def stage_session: () -> Types::StageSession
223
+ end
224
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#get_stage_session-instance_method
225
+ def get_stage_session: (
226
+ session_id: ::String,
227
+ stage_arn: ::String
228
+ ) -> _GetStageSessionResponseSuccess
229
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetStageSessionResponseSuccess
230
+
231
+ interface _GetStorageConfigurationResponseSuccess
232
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetStorageConfigurationResponse]
233
+ def storage_configuration: () -> Types::StorageConfiguration
234
+ end
235
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#get_storage_configuration-instance_method
236
+ def get_storage_configuration: (
237
+ arn: ::String
238
+ ) -> _GetStorageConfigurationResponseSuccess
239
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetStorageConfigurationResponseSuccess
240
+
241
+ interface _ListCompositionsResponseSuccess
242
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCompositionsResponse]
243
+ def compositions: () -> ::Array[Types::CompositionSummary]
244
+ def next_token: () -> ::String
245
+ end
246
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#list_compositions-instance_method
247
+ def list_compositions: (
248
+ ?filter_by_encoder_configuration_arn: ::String,
249
+ ?filter_by_stage_arn: ::String,
250
+ ?max_results: ::Integer,
251
+ ?next_token: ::String
252
+ ) -> _ListCompositionsResponseSuccess
253
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCompositionsResponseSuccess
254
+
255
+ interface _ListEncoderConfigurationsResponseSuccess
256
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListEncoderConfigurationsResponse]
257
+ def encoder_configurations: () -> ::Array[Types::EncoderConfigurationSummary]
258
+ def next_token: () -> ::String
259
+ end
260
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#list_encoder_configurations-instance_method
261
+ def list_encoder_configurations: (
262
+ ?max_results: ::Integer,
263
+ ?next_token: ::String
264
+ ) -> _ListEncoderConfigurationsResponseSuccess
265
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEncoderConfigurationsResponseSuccess
266
+
267
+ interface _ListParticipantEventsResponseSuccess
268
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListParticipantEventsResponse]
269
+ def events: () -> ::Array[Types::Event]
270
+ def next_token: () -> ::String
271
+ end
272
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#list_participant_events-instance_method
273
+ def list_participant_events: (
274
+ ?max_results: ::Integer,
275
+ ?next_token: ::String,
276
+ participant_id: ::String,
277
+ session_id: ::String,
278
+ stage_arn: ::String
279
+ ) -> _ListParticipantEventsResponseSuccess
280
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListParticipantEventsResponseSuccess
281
+
282
+ interface _ListParticipantsResponseSuccess
283
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListParticipantsResponse]
284
+ def next_token: () -> ::String
285
+ def participants: () -> ::Array[Types::ParticipantSummary]
286
+ end
287
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#list_participants-instance_method
288
+ def list_participants: (
289
+ ?filter_by_published: bool,
290
+ ?filter_by_state: ("CONNECTED" | "DISCONNECTED"),
291
+ ?filter_by_user_id: ::String,
292
+ ?max_results: ::Integer,
293
+ ?next_token: ::String,
294
+ session_id: ::String,
295
+ stage_arn: ::String
296
+ ) -> _ListParticipantsResponseSuccess
297
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListParticipantsResponseSuccess
298
+
299
+ interface _ListStageSessionsResponseSuccess
300
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListStageSessionsResponse]
301
+ def next_token: () -> ::String
302
+ def stage_sessions: () -> ::Array[Types::StageSessionSummary]
303
+ end
304
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#list_stage_sessions-instance_method
305
+ def list_stage_sessions: (
306
+ ?max_results: ::Integer,
307
+ ?next_token: ::String,
308
+ stage_arn: ::String
309
+ ) -> _ListStageSessionsResponseSuccess
310
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListStageSessionsResponseSuccess
311
+
312
+ interface _ListStagesResponseSuccess
313
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListStagesResponse]
314
+ def next_token: () -> ::String
315
+ def stages: () -> ::Array[Types::StageSummary]
316
+ end
317
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#list_stages-instance_method
318
+ def list_stages: (
319
+ ?max_results: ::Integer,
320
+ ?next_token: ::String
321
+ ) -> _ListStagesResponseSuccess
322
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListStagesResponseSuccess
323
+
324
+ interface _ListStorageConfigurationsResponseSuccess
325
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListStorageConfigurationsResponse]
326
+ def next_token: () -> ::String
327
+ def storage_configurations: () -> ::Array[Types::StorageConfigurationSummary]
328
+ end
329
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#list_storage_configurations-instance_method
330
+ def list_storage_configurations: (
331
+ ?max_results: ::Integer,
332
+ ?next_token: ::String
333
+ ) -> _ListStorageConfigurationsResponseSuccess
334
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListStorageConfigurationsResponseSuccess
335
+
336
+ interface _ListTagsForResourceResponseSuccess
337
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
338
+ def tags: () -> ::Hash[::String, ::String]
339
+ end
340
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#list_tags_for_resource-instance_method
341
+ def list_tags_for_resource: (
342
+ resource_arn: ::String
343
+ ) -> _ListTagsForResourceResponseSuccess
344
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
345
+
346
+ interface _StartCompositionResponseSuccess
347
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartCompositionResponse]
348
+ def composition: () -> Types::Composition
349
+ end
350
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#start_composition-instance_method
351
+ def start_composition: (
352
+ destinations: Array[
353
+ {
354
+ channel: {
355
+ channel_arn: ::String,
356
+ encoder_configuration_arn: ::String?
357
+ }?,
358
+ name: ::String?,
359
+ s3: {
360
+ encoder_configuration_arns: Array[::String],
361
+ recording_configuration: {
362
+ format: ("HLS")?
363
+ }?,
364
+ storage_configuration_arn: ::String
365
+ }?
366
+ },
367
+ ],
368
+ ?idempotency_token: ::String,
369
+ ?layout: {
370
+ grid: {
371
+ featured_participant_attribute: ::String?
372
+ }?
373
+ },
374
+ stage_arn: ::String,
375
+ ?tags: Hash[::String, ::String]
376
+ ) -> _StartCompositionResponseSuccess
377
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartCompositionResponseSuccess
378
+
379
+ interface _StopCompositionResponseSuccess
380
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopCompositionResponse]
381
+ end
382
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#stop_composition-instance_method
383
+ def stop_composition: (
384
+ arn: ::String
385
+ ) -> _StopCompositionResponseSuccess
386
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopCompositionResponseSuccess
387
+
388
+ interface _TagResourceResponseSuccess
389
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
390
+ end
391
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#tag_resource-instance_method
392
+ def tag_resource: (
393
+ resource_arn: ::String,
394
+ tags: Hash[::String, ::String]
395
+ ) -> _TagResourceResponseSuccess
396
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
397
+
398
+ interface _UntagResourceResponseSuccess
399
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
400
+ end
401
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#untag_resource-instance_method
402
+ def untag_resource: (
403
+ resource_arn: ::String,
404
+ tag_keys: Array[::String]
405
+ ) -> _UntagResourceResponseSuccess
406
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
407
+
408
+ interface _UpdateStageResponseSuccess
409
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateStageResponse]
410
+ def stage: () -> Types::Stage
411
+ end
412
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Client.html#update_stage-instance_method
413
+ def update_stage: (
414
+ arn: ::String,
415
+ ?name: ::String
416
+ ) -> _UpdateStageResponseSuccess
417
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateStageResponseSuccess
418
+ end
419
+ end
420
+ end
421
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,37 @@
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 IVSRealTime
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class AccessDeniedException < ::Aws::Errors::ServiceError
15
+ def exception_message: () -> ::String
16
+ end
17
+ class ConflictException < ::Aws::Errors::ServiceError
18
+ def exception_message: () -> ::String
19
+ end
20
+ class InternalServerException < ::Aws::Errors::ServiceError
21
+ def exception_message: () -> ::String
22
+ end
23
+ class PendingVerification < ::Aws::Errors::ServiceError
24
+ def exception_message: () -> ::String
25
+ end
26
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
27
+ def exception_message: () -> ::String
28
+ end
29
+ class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
30
+ def exception_message: () -> ::String
31
+ end
32
+ class ValidationException < ::Aws::Errors::ServiceError
33
+ def exception_message: () -> ::String
34
+ end
35
+ end
36
+ end
37
+ 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 IVSRealTime
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IVSRealTime/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,563 @@
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::IVSRealTime
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor exception_message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class ChannelDestinationConfiguration
17
+ attr_accessor channel_arn: ::String
18
+ attr_accessor encoder_configuration_arn: ::String
19
+ SENSITIVE: []
20
+ end
21
+
22
+ class Composition
23
+ attr_accessor arn: ::String
24
+ attr_accessor destinations: ::Array[Types::Destination]
25
+ attr_accessor end_time: ::Time
26
+ attr_accessor layout: Types::LayoutConfiguration
27
+ attr_accessor stage_arn: ::String
28
+ attr_accessor start_time: ::Time
29
+ attr_accessor state: ("STARTING" | "ACTIVE" | "STOPPING" | "FAILED" | "STOPPED")
30
+ attr_accessor tags: ::Hash[::String, ::String]
31
+ SENSITIVE: []
32
+ end
33
+
34
+ class CompositionSummary
35
+ attr_accessor arn: ::String
36
+ attr_accessor destinations: ::Array[Types::DestinationSummary]
37
+ attr_accessor end_time: ::Time
38
+ attr_accessor stage_arn: ::String
39
+ attr_accessor start_time: ::Time
40
+ attr_accessor state: ("STARTING" | "ACTIVE" | "STOPPING" | "FAILED" | "STOPPED")
41
+ attr_accessor tags: ::Hash[::String, ::String]
42
+ SENSITIVE: []
43
+ end
44
+
45
+ class ConflictException
46
+ attr_accessor exception_message: ::String
47
+ SENSITIVE: []
48
+ end
49
+
50
+ class CreateEncoderConfigurationRequest
51
+ attr_accessor name: ::String
52
+ attr_accessor tags: ::Hash[::String, ::String]
53
+ attr_accessor video: Types::Video
54
+ SENSITIVE: []
55
+ end
56
+
57
+ class CreateEncoderConfigurationResponse
58
+ attr_accessor encoder_configuration: Types::EncoderConfiguration
59
+ SENSITIVE: []
60
+ end
61
+
62
+ class CreateParticipantTokenRequest
63
+ attr_accessor attributes: ::Hash[::String, ::String]
64
+ attr_accessor capabilities: ::Array[("PUBLISH" | "SUBSCRIBE")]
65
+ attr_accessor duration: ::Integer
66
+ attr_accessor stage_arn: ::String
67
+ attr_accessor user_id: ::String
68
+ SENSITIVE: []
69
+ end
70
+
71
+ class CreateParticipantTokenResponse
72
+ attr_accessor participant_token: Types::ParticipantToken
73
+ SENSITIVE: []
74
+ end
75
+
76
+ class CreateStageRequest
77
+ attr_accessor name: ::String
78
+ attr_accessor participant_token_configurations: ::Array[Types::ParticipantTokenConfiguration]
79
+ attr_accessor tags: ::Hash[::String, ::String]
80
+ SENSITIVE: []
81
+ end
82
+
83
+ class CreateStageResponse
84
+ attr_accessor participant_tokens: ::Array[Types::ParticipantToken]
85
+ attr_accessor stage: Types::Stage
86
+ SENSITIVE: []
87
+ end
88
+
89
+ class CreateStorageConfigurationRequest
90
+ attr_accessor name: ::String
91
+ attr_accessor s3: Types::S3StorageConfiguration
92
+ attr_accessor tags: ::Hash[::String, ::String]
93
+ SENSITIVE: []
94
+ end
95
+
96
+ class CreateStorageConfigurationResponse
97
+ attr_accessor storage_configuration: Types::StorageConfiguration
98
+ SENSITIVE: []
99
+ end
100
+
101
+ class DeleteEncoderConfigurationRequest
102
+ attr_accessor arn: ::String
103
+ SENSITIVE: []
104
+ end
105
+
106
+ class DeleteEncoderConfigurationResponse < Aws::EmptyStructure
107
+ end
108
+
109
+ class DeleteStageRequest
110
+ attr_accessor arn: ::String
111
+ SENSITIVE: []
112
+ end
113
+
114
+ class DeleteStageResponse < Aws::EmptyStructure
115
+ end
116
+
117
+ class DeleteStorageConfigurationRequest
118
+ attr_accessor arn: ::String
119
+ SENSITIVE: []
120
+ end
121
+
122
+ class DeleteStorageConfigurationResponse < Aws::EmptyStructure
123
+ end
124
+
125
+ class Destination
126
+ attr_accessor configuration: Types::DestinationConfiguration
127
+ attr_accessor detail: Types::DestinationDetail
128
+ attr_accessor end_time: ::Time
129
+ attr_accessor id: ::String
130
+ attr_accessor start_time: ::Time
131
+ attr_accessor state: ("STARTING" | "ACTIVE" | "STOPPING" | "RECONNECTING" | "FAILED" | "STOPPED")
132
+ SENSITIVE: []
133
+ end
134
+
135
+ class DestinationConfiguration
136
+ attr_accessor channel: Types::ChannelDestinationConfiguration
137
+ attr_accessor name: ::String
138
+ attr_accessor s3: Types::S3DestinationConfiguration
139
+ SENSITIVE: []
140
+ end
141
+
142
+ class DestinationDetail
143
+ attr_accessor s3: Types::S3Detail
144
+ SENSITIVE: []
145
+ end
146
+
147
+ class DestinationSummary
148
+ attr_accessor end_time: ::Time
149
+ attr_accessor id: ::String
150
+ attr_accessor start_time: ::Time
151
+ attr_accessor state: ("STARTING" | "ACTIVE" | "STOPPING" | "RECONNECTING" | "FAILED" | "STOPPED")
152
+ SENSITIVE: []
153
+ end
154
+
155
+ class DisconnectParticipantRequest
156
+ attr_accessor participant_id: ::String
157
+ attr_accessor reason: ::String
158
+ attr_accessor stage_arn: ::String
159
+ SENSITIVE: []
160
+ end
161
+
162
+ class DisconnectParticipantResponse < Aws::EmptyStructure
163
+ end
164
+
165
+ class EncoderConfiguration
166
+ attr_accessor arn: ::String
167
+ attr_accessor name: ::String
168
+ attr_accessor tags: ::Hash[::String, ::String]
169
+ attr_accessor video: Types::Video
170
+ SENSITIVE: []
171
+ end
172
+
173
+ class EncoderConfigurationSummary
174
+ attr_accessor arn: ::String
175
+ attr_accessor name: ::String
176
+ attr_accessor tags: ::Hash[::String, ::String]
177
+ SENSITIVE: []
178
+ end
179
+
180
+ class Event
181
+ attr_accessor error_code: ("INSUFFICIENT_CAPABILITIES" | "QUOTA_EXCEEDED" | "PUBLISHER_NOT_FOUND")
182
+ attr_accessor event_time: ::Time
183
+ attr_accessor name: ("JOINED" | "LEFT" | "PUBLISH_STARTED" | "PUBLISH_STOPPED" | "SUBSCRIBE_STARTED" | "SUBSCRIBE_STOPPED" | "PUBLISH_ERROR" | "SUBSCRIBE_ERROR" | "JOIN_ERROR")
184
+ attr_accessor participant_id: ::String
185
+ attr_accessor remote_participant_id: ::String
186
+ SENSITIVE: []
187
+ end
188
+
189
+ class GetCompositionRequest
190
+ attr_accessor arn: ::String
191
+ SENSITIVE: []
192
+ end
193
+
194
+ class GetCompositionResponse
195
+ attr_accessor composition: Types::Composition
196
+ SENSITIVE: []
197
+ end
198
+
199
+ class GetEncoderConfigurationRequest
200
+ attr_accessor arn: ::String
201
+ SENSITIVE: []
202
+ end
203
+
204
+ class GetEncoderConfigurationResponse
205
+ attr_accessor encoder_configuration: Types::EncoderConfiguration
206
+ SENSITIVE: []
207
+ end
208
+
209
+ class GetParticipantRequest
210
+ attr_accessor participant_id: ::String
211
+ attr_accessor session_id: ::String
212
+ attr_accessor stage_arn: ::String
213
+ SENSITIVE: []
214
+ end
215
+
216
+ class GetParticipantResponse
217
+ attr_accessor participant: Types::Participant
218
+ SENSITIVE: []
219
+ end
220
+
221
+ class GetStageRequest
222
+ attr_accessor arn: ::String
223
+ SENSITIVE: []
224
+ end
225
+
226
+ class GetStageResponse
227
+ attr_accessor stage: Types::Stage
228
+ SENSITIVE: []
229
+ end
230
+
231
+ class GetStageSessionRequest
232
+ attr_accessor session_id: ::String
233
+ attr_accessor stage_arn: ::String
234
+ SENSITIVE: []
235
+ end
236
+
237
+ class GetStageSessionResponse
238
+ attr_accessor stage_session: Types::StageSession
239
+ SENSITIVE: []
240
+ end
241
+
242
+ class GetStorageConfigurationRequest
243
+ attr_accessor arn: ::String
244
+ SENSITIVE: []
245
+ end
246
+
247
+ class GetStorageConfigurationResponse
248
+ attr_accessor storage_configuration: Types::StorageConfiguration
249
+ SENSITIVE: []
250
+ end
251
+
252
+ class GridConfiguration
253
+ attr_accessor featured_participant_attribute: ::String
254
+ SENSITIVE: []
255
+ end
256
+
257
+ class InternalServerException
258
+ attr_accessor exception_message: ::String
259
+ SENSITIVE: []
260
+ end
261
+
262
+ class LayoutConfiguration
263
+ attr_accessor grid: Types::GridConfiguration
264
+ SENSITIVE: []
265
+ end
266
+
267
+ class ListCompositionsRequest
268
+ attr_accessor filter_by_encoder_configuration_arn: ::String
269
+ attr_accessor filter_by_stage_arn: ::String
270
+ attr_accessor max_results: ::Integer
271
+ attr_accessor next_token: ::String
272
+ SENSITIVE: []
273
+ end
274
+
275
+ class ListCompositionsResponse
276
+ attr_accessor compositions: ::Array[Types::CompositionSummary]
277
+ attr_accessor next_token: ::String
278
+ SENSITIVE: []
279
+ end
280
+
281
+ class ListEncoderConfigurationsRequest
282
+ attr_accessor max_results: ::Integer
283
+ attr_accessor next_token: ::String
284
+ SENSITIVE: []
285
+ end
286
+
287
+ class ListEncoderConfigurationsResponse
288
+ attr_accessor encoder_configurations: ::Array[Types::EncoderConfigurationSummary]
289
+ attr_accessor next_token: ::String
290
+ SENSITIVE: []
291
+ end
292
+
293
+ class ListParticipantEventsRequest
294
+ attr_accessor max_results: ::Integer
295
+ attr_accessor next_token: ::String
296
+ attr_accessor participant_id: ::String
297
+ attr_accessor session_id: ::String
298
+ attr_accessor stage_arn: ::String
299
+ SENSITIVE: []
300
+ end
301
+
302
+ class ListParticipantEventsResponse
303
+ attr_accessor events: ::Array[Types::Event]
304
+ attr_accessor next_token: ::String
305
+ SENSITIVE: []
306
+ end
307
+
308
+ class ListParticipantsRequest
309
+ attr_accessor filter_by_published: bool
310
+ attr_accessor filter_by_state: ("CONNECTED" | "DISCONNECTED")
311
+ attr_accessor filter_by_user_id: ::String
312
+ attr_accessor max_results: ::Integer
313
+ attr_accessor next_token: ::String
314
+ attr_accessor session_id: ::String
315
+ attr_accessor stage_arn: ::String
316
+ SENSITIVE: []
317
+ end
318
+
319
+ class ListParticipantsResponse
320
+ attr_accessor next_token: ::String
321
+ attr_accessor participants: ::Array[Types::ParticipantSummary]
322
+ SENSITIVE: []
323
+ end
324
+
325
+ class ListStageSessionsRequest
326
+ attr_accessor max_results: ::Integer
327
+ attr_accessor next_token: ::String
328
+ attr_accessor stage_arn: ::String
329
+ SENSITIVE: []
330
+ end
331
+
332
+ class ListStageSessionsResponse
333
+ attr_accessor next_token: ::String
334
+ attr_accessor stage_sessions: ::Array[Types::StageSessionSummary]
335
+ SENSITIVE: []
336
+ end
337
+
338
+ class ListStagesRequest
339
+ attr_accessor max_results: ::Integer
340
+ attr_accessor next_token: ::String
341
+ SENSITIVE: []
342
+ end
343
+
344
+ class ListStagesResponse
345
+ attr_accessor next_token: ::String
346
+ attr_accessor stages: ::Array[Types::StageSummary]
347
+ SENSITIVE: []
348
+ end
349
+
350
+ class ListStorageConfigurationsRequest
351
+ attr_accessor max_results: ::Integer
352
+ attr_accessor next_token: ::String
353
+ SENSITIVE: []
354
+ end
355
+
356
+ class ListStorageConfigurationsResponse
357
+ attr_accessor next_token: ::String
358
+ attr_accessor storage_configurations: ::Array[Types::StorageConfigurationSummary]
359
+ SENSITIVE: []
360
+ end
361
+
362
+ class ListTagsForResourceRequest
363
+ attr_accessor resource_arn: ::String
364
+ SENSITIVE: []
365
+ end
366
+
367
+ class ListTagsForResourceResponse
368
+ attr_accessor tags: ::Hash[::String, ::String]
369
+ SENSITIVE: []
370
+ end
371
+
372
+ class Participant
373
+ attr_accessor attributes: ::Hash[::String, ::String]
374
+ attr_accessor browser_name: ::String
375
+ attr_accessor browser_version: ::String
376
+ attr_accessor first_join_time: ::Time
377
+ attr_accessor isp_name: ::String
378
+ attr_accessor os_name: ::String
379
+ attr_accessor os_version: ::String
380
+ attr_accessor participant_id: ::String
381
+ attr_accessor published: bool
382
+ attr_accessor sdk_version: ::String
383
+ attr_accessor state: ("CONNECTED" | "DISCONNECTED")
384
+ attr_accessor user_id: ::String
385
+ SENSITIVE: []
386
+ end
387
+
388
+ class ParticipantSummary
389
+ attr_accessor first_join_time: ::Time
390
+ attr_accessor participant_id: ::String
391
+ attr_accessor published: bool
392
+ attr_accessor state: ("CONNECTED" | "DISCONNECTED")
393
+ attr_accessor user_id: ::String
394
+ SENSITIVE: []
395
+ end
396
+
397
+ class ParticipantToken
398
+ attr_accessor attributes: ::Hash[::String, ::String]
399
+ attr_accessor capabilities: ::Array[("PUBLISH" | "SUBSCRIBE")]
400
+ attr_accessor duration: ::Integer
401
+ attr_accessor expiration_time: ::Time
402
+ attr_accessor participant_id: ::String
403
+ attr_accessor token: ::String
404
+ attr_accessor user_id: ::String
405
+ SENSITIVE: [:token]
406
+ end
407
+
408
+ class ParticipantTokenConfiguration
409
+ attr_accessor attributes: ::Hash[::String, ::String]
410
+ attr_accessor capabilities: ::Array[("PUBLISH" | "SUBSCRIBE")]
411
+ attr_accessor duration: ::Integer
412
+ attr_accessor user_id: ::String
413
+ SENSITIVE: []
414
+ end
415
+
416
+ class PendingVerification
417
+ attr_accessor exception_message: ::String
418
+ SENSITIVE: []
419
+ end
420
+
421
+ class RecordingConfiguration
422
+ attr_accessor format: ("HLS")
423
+ SENSITIVE: []
424
+ end
425
+
426
+ class ResourceNotFoundException
427
+ attr_accessor exception_message: ::String
428
+ SENSITIVE: []
429
+ end
430
+
431
+ class S3DestinationConfiguration
432
+ attr_accessor encoder_configuration_arns: ::Array[::String]
433
+ attr_accessor recording_configuration: Types::RecordingConfiguration
434
+ attr_accessor storage_configuration_arn: ::String
435
+ SENSITIVE: []
436
+ end
437
+
438
+ class S3Detail
439
+ attr_accessor recording_prefix: ::String
440
+ SENSITIVE: []
441
+ end
442
+
443
+ class S3StorageConfiguration
444
+ attr_accessor bucket_name: ::String
445
+ SENSITIVE: []
446
+ end
447
+
448
+ class ServiceQuotaExceededException
449
+ attr_accessor exception_message: ::String
450
+ SENSITIVE: []
451
+ end
452
+
453
+ class Stage
454
+ attr_accessor active_session_id: ::String
455
+ attr_accessor arn: ::String
456
+ attr_accessor name: ::String
457
+ attr_accessor tags: ::Hash[::String, ::String]
458
+ SENSITIVE: []
459
+ end
460
+
461
+ class StageSession
462
+ attr_accessor end_time: ::Time
463
+ attr_accessor session_id: ::String
464
+ attr_accessor start_time: ::Time
465
+ SENSITIVE: []
466
+ end
467
+
468
+ class StageSessionSummary
469
+ attr_accessor end_time: ::Time
470
+ attr_accessor session_id: ::String
471
+ attr_accessor start_time: ::Time
472
+ SENSITIVE: []
473
+ end
474
+
475
+ class StageSummary
476
+ attr_accessor active_session_id: ::String
477
+ attr_accessor arn: ::String
478
+ attr_accessor name: ::String
479
+ attr_accessor tags: ::Hash[::String, ::String]
480
+ SENSITIVE: []
481
+ end
482
+
483
+ class StartCompositionRequest
484
+ attr_accessor destinations: ::Array[Types::DestinationConfiguration]
485
+ attr_accessor idempotency_token: ::String
486
+ attr_accessor layout: Types::LayoutConfiguration
487
+ attr_accessor stage_arn: ::String
488
+ attr_accessor tags: ::Hash[::String, ::String]
489
+ SENSITIVE: []
490
+ end
491
+
492
+ class StartCompositionResponse
493
+ attr_accessor composition: Types::Composition
494
+ SENSITIVE: []
495
+ end
496
+
497
+ class StopCompositionRequest
498
+ attr_accessor arn: ::String
499
+ SENSITIVE: []
500
+ end
501
+
502
+ class StopCompositionResponse < Aws::EmptyStructure
503
+ end
504
+
505
+ class StorageConfiguration
506
+ attr_accessor arn: ::String
507
+ attr_accessor name: ::String
508
+ attr_accessor s3: Types::S3StorageConfiguration
509
+ attr_accessor tags: ::Hash[::String, ::String]
510
+ SENSITIVE: []
511
+ end
512
+
513
+ class StorageConfigurationSummary
514
+ attr_accessor arn: ::String
515
+ attr_accessor name: ::String
516
+ attr_accessor s3: Types::S3StorageConfiguration
517
+ attr_accessor tags: ::Hash[::String, ::String]
518
+ SENSITIVE: []
519
+ end
520
+
521
+ class TagResourceRequest
522
+ attr_accessor resource_arn: ::String
523
+ attr_accessor tags: ::Hash[::String, ::String]
524
+ SENSITIVE: []
525
+ end
526
+
527
+ class TagResourceResponse < Aws::EmptyStructure
528
+ end
529
+
530
+ class UntagResourceRequest
531
+ attr_accessor resource_arn: ::String
532
+ attr_accessor tag_keys: ::Array[::String]
533
+ SENSITIVE: []
534
+ end
535
+
536
+ class UntagResourceResponse < Aws::EmptyStructure
537
+ end
538
+
539
+ class UpdateStageRequest
540
+ attr_accessor arn: ::String
541
+ attr_accessor name: ::String
542
+ SENSITIVE: []
543
+ end
544
+
545
+ class UpdateStageResponse
546
+ attr_accessor stage: Types::Stage
547
+ SENSITIVE: []
548
+ end
549
+
550
+ class ValidationException
551
+ attr_accessor exception_message: ::String
552
+ SENSITIVE: []
553
+ end
554
+
555
+ class Video
556
+ attr_accessor bitrate: ::Integer
557
+ attr_accessor framerate: ::Float
558
+ attr_accessor height: ::Integer
559
+ attr_accessor width: ::Integer
560
+ SENSITIVE: []
561
+ end
562
+ end
563
+ 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 IVSRealTime
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-ivsrealtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.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-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.188.0
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.188.0
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-ivsrealtime/plugins/endpoints.rb
67
67
  - lib/aws-sdk-ivsrealtime/resource.rb
68
68
  - lib/aws-sdk-ivsrealtime/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-ivsrealtime
74
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ivsrealtime/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 - ivsrealtime
94
99
  test_files: []