aws-sdk-gameliftstreams 1.0.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 +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-gameliftstreams/client.rb +2617 -0
- data/lib/aws-sdk-gameliftstreams/client_api.rb +904 -0
- data/lib/aws-sdk-gameliftstreams/customizations.rb +0 -0
- data/lib/aws-sdk-gameliftstreams/endpoint_parameters.rb +59 -0
- data/lib/aws-sdk-gameliftstreams/endpoint_provider.rb +32 -0
- data/lib/aws-sdk-gameliftstreams/endpoints.rb +20 -0
- data/lib/aws-sdk-gameliftstreams/errors.rb +162 -0
- data/lib/aws-sdk-gameliftstreams/plugins/endpoints.rb +77 -0
- data/lib/aws-sdk-gameliftstreams/resource.rb +26 -0
- data/lib/aws-sdk-gameliftstreams/types.rb +3334 -0
- data/lib/aws-sdk-gameliftstreams/waiters.rb +299 -0
- data/lib/aws-sdk-gameliftstreams.rb +62 -0
- data/sig/client.rbs +511 -0
- data/sig/errors.rbs +37 -0
- data/sig/resource.rbs +84 -0
- data/sig/types.rbs +503 -0
- data/sig/waiters.rbs +64 -0
- metadata +100 -0
data/sig/client.rbs
ADDED
@@ -0,0 +1,511 @@
|
|
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 GameLiftStreams
|
10
|
+
class Client < ::Seahorse::Client::Base
|
11
|
+
include ::Aws::ClientStubs
|
12
|
+
|
13
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#initialize-instance_method
|
14
|
+
def self.new: (
|
15
|
+
?credentials: untyped,
|
16
|
+
?region: String,
|
17
|
+
?access_key_id: String,
|
18
|
+
?account_id: String,
|
19
|
+
?active_endpoint_cache: bool,
|
20
|
+
?adaptive_retry_wait_to_fill: bool,
|
21
|
+
?client_side_monitoring: bool,
|
22
|
+
?client_side_monitoring_client_id: String,
|
23
|
+
?client_side_monitoring_host: String,
|
24
|
+
?client_side_monitoring_port: Integer,
|
25
|
+
?client_side_monitoring_publisher: untyped,
|
26
|
+
?convert_params: bool,
|
27
|
+
?correct_clock_skew: bool,
|
28
|
+
?defaults_mode: String,
|
29
|
+
?disable_host_prefix_injection: bool,
|
30
|
+
?disable_request_compression: bool,
|
31
|
+
?endpoint: String,
|
32
|
+
?endpoint_cache_max_entries: Integer,
|
33
|
+
?endpoint_cache_max_threads: Integer,
|
34
|
+
?endpoint_cache_poll_interval: Integer,
|
35
|
+
?endpoint_discovery: bool,
|
36
|
+
?ignore_configured_endpoint_urls: bool,
|
37
|
+
?log_formatter: untyped,
|
38
|
+
?log_level: Symbol,
|
39
|
+
?logger: untyped,
|
40
|
+
?max_attempts: Integer,
|
41
|
+
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
43
|
+
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
45
|
+
?retry_backoff: Proc,
|
46
|
+
?retry_base_delay: Float,
|
47
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
48
|
+
?retry_limit: Integer,
|
49
|
+
?retry_max_delay: Integer,
|
50
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
51
|
+
?sdk_ua_app_id: String,
|
52
|
+
?secret_access_key: String,
|
53
|
+
?session_token: String,
|
54
|
+
?sigv4a_signing_region_set: Array[String],
|
55
|
+
?stub_responses: untyped,
|
56
|
+
?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
|
57
|
+
?token_provider: untyped,
|
58
|
+
?use_dualstack_endpoint: bool,
|
59
|
+
?use_fips_endpoint: bool,
|
60
|
+
?validate_params: bool,
|
61
|
+
?endpoint_provider: untyped,
|
62
|
+
?http_proxy: String,
|
63
|
+
?http_open_timeout: (Float | Integer),
|
64
|
+
?http_read_timeout: (Float | Integer),
|
65
|
+
?http_idle_timeout: (Float | Integer),
|
66
|
+
?http_continue_timeout: (Float | Integer),
|
67
|
+
?ssl_timeout: (Float | Integer | nil),
|
68
|
+
?http_wire_trace: bool,
|
69
|
+
?ssl_verify_peer: bool,
|
70
|
+
?ssl_ca_bundle: String,
|
71
|
+
?ssl_ca_directory: String,
|
72
|
+
?ssl_ca_store: String,
|
73
|
+
?on_chunk_received: Proc,
|
74
|
+
?on_chunk_sent: Proc,
|
75
|
+
?raise_response_errors: bool
|
76
|
+
) -> instance
|
77
|
+
| (?Hash[Symbol, untyped]) -> instance
|
78
|
+
|
79
|
+
|
80
|
+
interface _AddStreamGroupLocationsResponseSuccess
|
81
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::AddStreamGroupLocationsOutput]
|
82
|
+
def identifier: () -> ::String
|
83
|
+
def locations: () -> ::Array[Types::LocationState]
|
84
|
+
end
|
85
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#add_stream_group_locations-instance_method
|
86
|
+
def add_stream_group_locations: (
|
87
|
+
identifier: ::String,
|
88
|
+
location_configurations: Array[
|
89
|
+
{
|
90
|
+
always_on_capacity: ::Integer?,
|
91
|
+
location_name: ::String,
|
92
|
+
on_demand_capacity: ::Integer?
|
93
|
+
},
|
94
|
+
]
|
95
|
+
) -> _AddStreamGroupLocationsResponseSuccess
|
96
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddStreamGroupLocationsResponseSuccess
|
97
|
+
|
98
|
+
interface _AssociateApplicationsResponseSuccess
|
99
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::AssociateApplicationsOutput]
|
100
|
+
def application_arns: () -> ::Array[::String]
|
101
|
+
def arn: () -> ::String
|
102
|
+
end
|
103
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#associate_applications-instance_method
|
104
|
+
def associate_applications: (
|
105
|
+
application_identifiers: Array[::String],
|
106
|
+
identifier: ::String
|
107
|
+
) -> _AssociateApplicationsResponseSuccess
|
108
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateApplicationsResponseSuccess
|
109
|
+
|
110
|
+
interface _CreateApplicationResponseSuccess
|
111
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateApplicationOutput]
|
112
|
+
def application_log_output_uri: () -> ::String
|
113
|
+
def application_log_paths: () -> ::Array[::String]
|
114
|
+
def application_source_uri: () -> ::String
|
115
|
+
def arn: () -> ::String
|
116
|
+
def associated_stream_groups: () -> ::Array[::String]
|
117
|
+
def created_at: () -> ::Time
|
118
|
+
def description: () -> ::String
|
119
|
+
def executable_path: () -> ::String
|
120
|
+
def id: () -> ::String
|
121
|
+
def last_updated_at: () -> ::Time
|
122
|
+
def replication_statuses: () -> ::Array[Types::ReplicationStatus]
|
123
|
+
def runtime_environment: () -> Types::RuntimeEnvironment
|
124
|
+
def status: () -> ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
|
125
|
+
def status_reason: () -> ("internalError" | "accessDenied")
|
126
|
+
end
|
127
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#create_application-instance_method
|
128
|
+
def create_application: (
|
129
|
+
?application_log_output_uri: ::String,
|
130
|
+
?application_log_paths: Array[::String],
|
131
|
+
application_source_uri: ::String,
|
132
|
+
?client_token: ::String,
|
133
|
+
description: ::String,
|
134
|
+
executable_path: ::String,
|
135
|
+
runtime_environment: {
|
136
|
+
type: ("PROTON" | "WINDOWS" | "UBUNTU"),
|
137
|
+
version: ::String
|
138
|
+
},
|
139
|
+
?tags: Hash[::String, ::String]
|
140
|
+
) -> _CreateApplicationResponseSuccess
|
141
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateApplicationResponseSuccess
|
142
|
+
|
143
|
+
interface _CreateStreamGroupResponseSuccess
|
144
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateStreamGroupOutput]
|
145
|
+
def arn: () -> ::String
|
146
|
+
def associated_applications: () -> ::Array[::String]
|
147
|
+
def created_at: () -> ::Time
|
148
|
+
def default_application: () -> Types::DefaultApplication
|
149
|
+
def description: () -> ::String
|
150
|
+
def id: () -> ::String
|
151
|
+
def last_updated_at: () -> ::Time
|
152
|
+
def location_states: () -> ::Array[Types::LocationState]
|
153
|
+
def status: () -> ("ACTIVATING" | "UPDATING_LOCATIONS" | "ACTIVE" | "ACTIVE_WITH_ERRORS" | "ERROR" | "DELETING")
|
154
|
+
def status_reason: () -> ("internalError" | "noAvailableInstances")
|
155
|
+
def stream_class: () -> ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022")
|
156
|
+
end
|
157
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#create_stream_group-instance_method
|
158
|
+
def create_stream_group: (
|
159
|
+
?client_token: ::String,
|
160
|
+
?default_application_identifier: ::String,
|
161
|
+
description: ::String,
|
162
|
+
?location_configurations: Array[
|
163
|
+
{
|
164
|
+
always_on_capacity: ::Integer?,
|
165
|
+
location_name: ::String,
|
166
|
+
on_demand_capacity: ::Integer?
|
167
|
+
},
|
168
|
+
],
|
169
|
+
stream_class: ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022"),
|
170
|
+
?tags: Hash[::String, ::String]
|
171
|
+
) -> _CreateStreamGroupResponseSuccess
|
172
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateStreamGroupResponseSuccess
|
173
|
+
|
174
|
+
interface _CreateStreamSessionConnectionResponseSuccess
|
175
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateStreamSessionConnectionOutput]
|
176
|
+
def signal_response: () -> ::String
|
177
|
+
end
|
178
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#create_stream_session_connection-instance_method
|
179
|
+
def create_stream_session_connection: (
|
180
|
+
?client_token: ::String,
|
181
|
+
identifier: ::String,
|
182
|
+
signal_request: ::String,
|
183
|
+
stream_session_identifier: ::String
|
184
|
+
) -> _CreateStreamSessionConnectionResponseSuccess
|
185
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateStreamSessionConnectionResponseSuccess
|
186
|
+
|
187
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#delete_application-instance_method
|
188
|
+
def delete_application: (
|
189
|
+
identifier: ::String
|
190
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
191
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
192
|
+
|
193
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#delete_stream_group-instance_method
|
194
|
+
def delete_stream_group: (
|
195
|
+
identifier: ::String
|
196
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
197
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
198
|
+
|
199
|
+
interface _DisassociateApplicationsResponseSuccess
|
200
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateApplicationsOutput]
|
201
|
+
def application_arns: () -> ::Array[::String]
|
202
|
+
def arn: () -> ::String
|
203
|
+
end
|
204
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#disassociate_applications-instance_method
|
205
|
+
def disassociate_applications: (
|
206
|
+
application_identifiers: Array[::String],
|
207
|
+
identifier: ::String
|
208
|
+
) -> _DisassociateApplicationsResponseSuccess
|
209
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateApplicationsResponseSuccess
|
210
|
+
|
211
|
+
interface _ExportStreamSessionFilesResponseSuccess
|
212
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ExportStreamSessionFilesOutput]
|
213
|
+
end
|
214
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#export_stream_session_files-instance_method
|
215
|
+
def export_stream_session_files: (
|
216
|
+
identifier: ::String,
|
217
|
+
output_uri: ::String,
|
218
|
+
stream_session_identifier: ::String
|
219
|
+
) -> _ExportStreamSessionFilesResponseSuccess
|
220
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ExportStreamSessionFilesResponseSuccess
|
221
|
+
|
222
|
+
interface _GetApplicationResponseSuccess
|
223
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetApplicationOutput]
|
224
|
+
def application_log_output_uri: () -> ::String
|
225
|
+
def application_log_paths: () -> ::Array[::String]
|
226
|
+
def application_source_uri: () -> ::String
|
227
|
+
def arn: () -> ::String
|
228
|
+
def associated_stream_groups: () -> ::Array[::String]
|
229
|
+
def created_at: () -> ::Time
|
230
|
+
def description: () -> ::String
|
231
|
+
def executable_path: () -> ::String
|
232
|
+
def id: () -> ::String
|
233
|
+
def last_updated_at: () -> ::Time
|
234
|
+
def replication_statuses: () -> ::Array[Types::ReplicationStatus]
|
235
|
+
def runtime_environment: () -> Types::RuntimeEnvironment
|
236
|
+
def status: () -> ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
|
237
|
+
def status_reason: () -> ("internalError" | "accessDenied")
|
238
|
+
end
|
239
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#get_application-instance_method
|
240
|
+
def get_application: (
|
241
|
+
identifier: ::String
|
242
|
+
) -> _GetApplicationResponseSuccess
|
243
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetApplicationResponseSuccess
|
244
|
+
|
245
|
+
interface _GetStreamGroupResponseSuccess
|
246
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetStreamGroupOutput]
|
247
|
+
def arn: () -> ::String
|
248
|
+
def associated_applications: () -> ::Array[::String]
|
249
|
+
def created_at: () -> ::Time
|
250
|
+
def default_application: () -> Types::DefaultApplication
|
251
|
+
def description: () -> ::String
|
252
|
+
def id: () -> ::String
|
253
|
+
def last_updated_at: () -> ::Time
|
254
|
+
def location_states: () -> ::Array[Types::LocationState]
|
255
|
+
def status: () -> ("ACTIVATING" | "UPDATING_LOCATIONS" | "ACTIVE" | "ACTIVE_WITH_ERRORS" | "ERROR" | "DELETING")
|
256
|
+
def status_reason: () -> ("internalError" | "noAvailableInstances")
|
257
|
+
def stream_class: () -> ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022")
|
258
|
+
end
|
259
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#get_stream_group-instance_method
|
260
|
+
def get_stream_group: (
|
261
|
+
identifier: ::String
|
262
|
+
) -> _GetStreamGroupResponseSuccess
|
263
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetStreamGroupResponseSuccess
|
264
|
+
|
265
|
+
interface _GetStreamSessionResponseSuccess
|
266
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetStreamSessionOutput]
|
267
|
+
def additional_environment_variables: () -> ::Hash[::String, ::String]
|
268
|
+
def additional_launch_args: () -> ::Array[::String]
|
269
|
+
def application_arn: () -> ::String
|
270
|
+
def arn: () -> ::String
|
271
|
+
def connection_timeout_seconds: () -> ::Integer
|
272
|
+
def created_at: () -> ::Time
|
273
|
+
def description: () -> ::String
|
274
|
+
def export_files_metadata: () -> Types::ExportFilesMetadata
|
275
|
+
def last_updated_at: () -> ::Time
|
276
|
+
def location: () -> ::String
|
277
|
+
def log_file_location_uri: () -> ::String
|
278
|
+
def protocol: () -> ("WebRTC")
|
279
|
+
def session_length_seconds: () -> ::Integer
|
280
|
+
def signal_request: () -> ::String
|
281
|
+
def signal_response: () -> ::String
|
282
|
+
def status: () -> ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
|
283
|
+
def status_reason: () -> ("internalError" | "invalidSignalRequest" | "placementTimeout" | "applicationLogS3DestinationError")
|
284
|
+
def stream_group_id: () -> ::String
|
285
|
+
def user_id: () -> ::String
|
286
|
+
def web_sdk_protocol_url: () -> ::String
|
287
|
+
end
|
288
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#get_stream_session-instance_method
|
289
|
+
def get_stream_session: (
|
290
|
+
identifier: ::String,
|
291
|
+
stream_session_identifier: ::String
|
292
|
+
) -> _GetStreamSessionResponseSuccess
|
293
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetStreamSessionResponseSuccess
|
294
|
+
|
295
|
+
interface _ListApplicationsResponseSuccess
|
296
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListApplicationsOutput]
|
297
|
+
def items: () -> ::Array[Types::ApplicationSummary]
|
298
|
+
def next_token: () -> ::String
|
299
|
+
end
|
300
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#list_applications-instance_method
|
301
|
+
def list_applications: (
|
302
|
+
?max_results: ::Integer,
|
303
|
+
?next_token: ::String
|
304
|
+
) -> _ListApplicationsResponseSuccess
|
305
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListApplicationsResponseSuccess
|
306
|
+
|
307
|
+
interface _ListStreamGroupsResponseSuccess
|
308
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListStreamGroupsOutput]
|
309
|
+
def items: () -> ::Array[Types::StreamGroupSummary]
|
310
|
+
def next_token: () -> ::String
|
311
|
+
end
|
312
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#list_stream_groups-instance_method
|
313
|
+
def list_stream_groups: (
|
314
|
+
?max_results: ::Integer,
|
315
|
+
?next_token: ::String
|
316
|
+
) -> _ListStreamGroupsResponseSuccess
|
317
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListStreamGroupsResponseSuccess
|
318
|
+
|
319
|
+
interface _ListStreamSessionsResponseSuccess
|
320
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListStreamSessionsOutput]
|
321
|
+
def items: () -> ::Array[Types::StreamSessionSummary]
|
322
|
+
def next_token: () -> ::String
|
323
|
+
end
|
324
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#list_stream_sessions-instance_method
|
325
|
+
def list_stream_sessions: (
|
326
|
+
?export_files_status: ("SUCCEEDED" | "FAILED" | "PENDING"),
|
327
|
+
identifier: ::String,
|
328
|
+
?max_results: ::Integer,
|
329
|
+
?next_token: ::String,
|
330
|
+
?status: ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
|
331
|
+
) -> _ListStreamSessionsResponseSuccess
|
332
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListStreamSessionsResponseSuccess
|
333
|
+
|
334
|
+
interface _ListStreamSessionsByAccountResponseSuccess
|
335
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListStreamSessionsByAccountOutput]
|
336
|
+
def items: () -> ::Array[Types::StreamSessionSummary]
|
337
|
+
def next_token: () -> ::String
|
338
|
+
end
|
339
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#list_stream_sessions_by_account-instance_method
|
340
|
+
def list_stream_sessions_by_account: (
|
341
|
+
?export_files_status: ("SUCCEEDED" | "FAILED" | "PENDING"),
|
342
|
+
?max_results: ::Integer,
|
343
|
+
?next_token: ::String,
|
344
|
+
?status: ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
|
345
|
+
) -> _ListStreamSessionsByAccountResponseSuccess
|
346
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListStreamSessionsByAccountResponseSuccess
|
347
|
+
|
348
|
+
interface _ListTagsForResourceResponseSuccess
|
349
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
|
350
|
+
def tags: () -> ::Hash[::String, ::String]
|
351
|
+
end
|
352
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#list_tags_for_resource-instance_method
|
353
|
+
def list_tags_for_resource: (
|
354
|
+
resource_arn: ::String
|
355
|
+
) -> _ListTagsForResourceResponseSuccess
|
356
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
|
357
|
+
|
358
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#remove_stream_group_locations-instance_method
|
359
|
+
def remove_stream_group_locations: (
|
360
|
+
identifier: ::String,
|
361
|
+
locations: Array[::String]
|
362
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
363
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
364
|
+
|
365
|
+
interface _StartStreamSessionResponseSuccess
|
366
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StartStreamSessionOutput]
|
367
|
+
def additional_environment_variables: () -> ::Hash[::String, ::String]
|
368
|
+
def additional_launch_args: () -> ::Array[::String]
|
369
|
+
def application_arn: () -> ::String
|
370
|
+
def arn: () -> ::String
|
371
|
+
def connection_timeout_seconds: () -> ::Integer
|
372
|
+
def created_at: () -> ::Time
|
373
|
+
def description: () -> ::String
|
374
|
+
def export_files_metadata: () -> Types::ExportFilesMetadata
|
375
|
+
def last_updated_at: () -> ::Time
|
376
|
+
def location: () -> ::String
|
377
|
+
def log_file_location_uri: () -> ::String
|
378
|
+
def protocol: () -> ("WebRTC")
|
379
|
+
def session_length_seconds: () -> ::Integer
|
380
|
+
def signal_request: () -> ::String
|
381
|
+
def signal_response: () -> ::String
|
382
|
+
def status: () -> ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
|
383
|
+
def status_reason: () -> ("internalError" | "invalidSignalRequest" | "placementTimeout" | "applicationLogS3DestinationError")
|
384
|
+
def stream_group_id: () -> ::String
|
385
|
+
def user_id: () -> ::String
|
386
|
+
def web_sdk_protocol_url: () -> ::String
|
387
|
+
end
|
388
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#start_stream_session-instance_method
|
389
|
+
def start_stream_session: (
|
390
|
+
?additional_environment_variables: Hash[::String, ::String],
|
391
|
+
?additional_launch_args: Array[::String],
|
392
|
+
application_identifier: ::String,
|
393
|
+
?client_token: ::String,
|
394
|
+
?connection_timeout_seconds: ::Integer,
|
395
|
+
?description: ::String,
|
396
|
+
identifier: ::String,
|
397
|
+
?locations: Array[::String],
|
398
|
+
protocol: ("WebRTC"),
|
399
|
+
?session_length_seconds: ::Integer,
|
400
|
+
signal_request: ::String,
|
401
|
+
?user_id: ::String
|
402
|
+
) -> _StartStreamSessionResponseSuccess
|
403
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartStreamSessionResponseSuccess
|
404
|
+
|
405
|
+
interface _TagResourceResponseSuccess
|
406
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
|
407
|
+
end
|
408
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#tag_resource-instance_method
|
409
|
+
def tag_resource: (
|
410
|
+
resource_arn: ::String,
|
411
|
+
tags: Hash[::String, ::String]
|
412
|
+
) -> _TagResourceResponseSuccess
|
413
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
414
|
+
|
415
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#terminate_stream_session-instance_method
|
416
|
+
def terminate_stream_session: (
|
417
|
+
identifier: ::String,
|
418
|
+
stream_session_identifier: ::String
|
419
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
420
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
421
|
+
|
422
|
+
interface _UntagResourceResponseSuccess
|
423
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
|
424
|
+
end
|
425
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#untag_resource-instance_method
|
426
|
+
def untag_resource: (
|
427
|
+
resource_arn: ::String,
|
428
|
+
tag_keys: Array[::String]
|
429
|
+
) -> _UntagResourceResponseSuccess
|
430
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
|
431
|
+
|
432
|
+
interface _UpdateApplicationResponseSuccess
|
433
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateApplicationOutput]
|
434
|
+
def application_log_output_uri: () -> ::String
|
435
|
+
def application_log_paths: () -> ::Array[::String]
|
436
|
+
def application_source_uri: () -> ::String
|
437
|
+
def arn: () -> ::String
|
438
|
+
def associated_stream_groups: () -> ::Array[::String]
|
439
|
+
def created_at: () -> ::Time
|
440
|
+
def description: () -> ::String
|
441
|
+
def executable_path: () -> ::String
|
442
|
+
def id: () -> ::String
|
443
|
+
def last_updated_at: () -> ::Time
|
444
|
+
def replication_statuses: () -> ::Array[Types::ReplicationStatus]
|
445
|
+
def runtime_environment: () -> Types::RuntimeEnvironment
|
446
|
+
def status: () -> ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
|
447
|
+
def status_reason: () -> ("internalError" | "accessDenied")
|
448
|
+
end
|
449
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#update_application-instance_method
|
450
|
+
def update_application: (
|
451
|
+
?application_log_output_uri: ::String,
|
452
|
+
?application_log_paths: Array[::String],
|
453
|
+
?description: ::String,
|
454
|
+
identifier: ::String
|
455
|
+
) -> _UpdateApplicationResponseSuccess
|
456
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateApplicationResponseSuccess
|
457
|
+
|
458
|
+
interface _UpdateStreamGroupResponseSuccess
|
459
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateStreamGroupOutput]
|
460
|
+
def arn: () -> ::String
|
461
|
+
def associated_applications: () -> ::Array[::String]
|
462
|
+
def created_at: () -> ::Time
|
463
|
+
def default_application: () -> Types::DefaultApplication
|
464
|
+
def description: () -> ::String
|
465
|
+
def id: () -> ::String
|
466
|
+
def last_updated_at: () -> ::Time
|
467
|
+
def location_states: () -> ::Array[Types::LocationState]
|
468
|
+
def status: () -> ("ACTIVATING" | "UPDATING_LOCATIONS" | "ACTIVE" | "ACTIVE_WITH_ERRORS" | "ERROR" | "DELETING")
|
469
|
+
def status_reason: () -> ("internalError" | "noAvailableInstances")
|
470
|
+
def stream_class: () -> ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022")
|
471
|
+
end
|
472
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#update_stream_group-instance_method
|
473
|
+
def update_stream_group: (
|
474
|
+
?description: ::String,
|
475
|
+
identifier: ::String,
|
476
|
+
?location_configurations: Array[
|
477
|
+
{
|
478
|
+
always_on_capacity: ::Integer?,
|
479
|
+
location_name: ::String,
|
480
|
+
on_demand_capacity: ::Integer?
|
481
|
+
},
|
482
|
+
]
|
483
|
+
) -> _UpdateStreamGroupResponseSuccess
|
484
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateStreamGroupResponseSuccess
|
485
|
+
|
486
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#wait_until-instance_method
|
487
|
+
def wait_until: (:application_deleted waiter_name,
|
488
|
+
identifier: ::String
|
489
|
+
) -> Client::_GetApplicationResponseSuccess
|
490
|
+
| (:application_deleted waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetApplicationResponseSuccess
|
491
|
+
| (:application_ready waiter_name,
|
492
|
+
identifier: ::String
|
493
|
+
) -> Client::_GetApplicationResponseSuccess
|
494
|
+
| (:application_ready waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetApplicationResponseSuccess
|
495
|
+
| (:stream_group_active waiter_name,
|
496
|
+
identifier: ::String
|
497
|
+
) -> Client::_GetStreamGroupResponseSuccess
|
498
|
+
| (:stream_group_active waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetStreamGroupResponseSuccess
|
499
|
+
| (:stream_group_deleted waiter_name,
|
500
|
+
identifier: ::String
|
501
|
+
) -> Client::_GetStreamGroupResponseSuccess
|
502
|
+
| (:stream_group_deleted waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetStreamGroupResponseSuccess
|
503
|
+
| (:stream_session_active waiter_name,
|
504
|
+
identifier: ::String,
|
505
|
+
stream_session_identifier: ::String
|
506
|
+
) -> Client::_GetStreamSessionResponseSuccess
|
507
|
+
| (:stream_session_active waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetStreamSessionResponseSuccess
|
508
|
+
end
|
509
|
+
end
|
510
|
+
end
|
511
|
+
|
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 GameLiftStreams
|
10
|
+
module Errors
|
11
|
+
class ServiceError < ::Aws::Errors::ServiceError
|
12
|
+
end
|
13
|
+
|
14
|
+
class AccessDeniedException < ::Aws::Errors::ServiceError
|
15
|
+
def message: () -> ::String
|
16
|
+
end
|
17
|
+
class ConflictException < ::Aws::Errors::ServiceError
|
18
|
+
def message: () -> ::String
|
19
|
+
end
|
20
|
+
class InternalServerException < ::Aws::Errors::ServiceError
|
21
|
+
def message: () -> ::String
|
22
|
+
end
|
23
|
+
class ResourceNotFoundException < ::Aws::Errors::ServiceError
|
24
|
+
def message: () -> ::String
|
25
|
+
end
|
26
|
+
class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
|
27
|
+
def message: () -> ::String
|
28
|
+
end
|
29
|
+
class ThrottlingException < ::Aws::Errors::ServiceError
|
30
|
+
def message: () -> ::String
|
31
|
+
end
|
32
|
+
class ValidationException < ::Aws::Errors::ServiceError
|
33
|
+
def message: () -> ::String
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
data/sig/resource.rbs
ADDED
@@ -0,0 +1,84 @@
|
|
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 GameLiftStreams
|
10
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Resource.html
|
11
|
+
class Resource
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Resource.html#initialize-instance_method
|
13
|
+
def initialize: (
|
14
|
+
?client: Client,
|
15
|
+
?credentials: untyped,
|
16
|
+
?region: String,
|
17
|
+
?access_key_id: String,
|
18
|
+
?account_id: String,
|
19
|
+
?active_endpoint_cache: bool,
|
20
|
+
?adaptive_retry_wait_to_fill: bool,
|
21
|
+
?client_side_monitoring: bool,
|
22
|
+
?client_side_monitoring_client_id: String,
|
23
|
+
?client_side_monitoring_host: String,
|
24
|
+
?client_side_monitoring_port: Integer,
|
25
|
+
?client_side_monitoring_publisher: untyped,
|
26
|
+
?convert_params: bool,
|
27
|
+
?correct_clock_skew: bool,
|
28
|
+
?defaults_mode: String,
|
29
|
+
?disable_host_prefix_injection: bool,
|
30
|
+
?disable_request_compression: bool,
|
31
|
+
?endpoint: String,
|
32
|
+
?endpoint_cache_max_entries: Integer,
|
33
|
+
?endpoint_cache_max_threads: Integer,
|
34
|
+
?endpoint_cache_poll_interval: Integer,
|
35
|
+
?endpoint_discovery: bool,
|
36
|
+
?ignore_configured_endpoint_urls: bool,
|
37
|
+
?log_formatter: untyped,
|
38
|
+
?log_level: Symbol,
|
39
|
+
?logger: untyped,
|
40
|
+
?max_attempts: Integer,
|
41
|
+
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
43
|
+
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
45
|
+
?retry_backoff: Proc,
|
46
|
+
?retry_base_delay: Float,
|
47
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
48
|
+
?retry_limit: Integer,
|
49
|
+
?retry_max_delay: Integer,
|
50
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
51
|
+
?sdk_ua_app_id: String,
|
52
|
+
?secret_access_key: String,
|
53
|
+
?session_token: String,
|
54
|
+
?sigv4a_signing_region_set: Array[String],
|
55
|
+
?stub_responses: untyped,
|
56
|
+
?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
|
57
|
+
?token_provider: untyped,
|
58
|
+
?use_dualstack_endpoint: bool,
|
59
|
+
?use_fips_endpoint: bool,
|
60
|
+
?validate_params: bool,
|
61
|
+
?endpoint_provider: untyped,
|
62
|
+
?http_proxy: String,
|
63
|
+
?http_open_timeout: (Float | Integer),
|
64
|
+
?http_read_timeout: (Float | Integer),
|
65
|
+
?http_idle_timeout: (Float | Integer),
|
66
|
+
?http_continue_timeout: (Float | Integer),
|
67
|
+
?ssl_timeout: (Float | Integer | nil),
|
68
|
+
?http_wire_trace: bool,
|
69
|
+
?ssl_verify_peer: bool,
|
70
|
+
?ssl_ca_bundle: String,
|
71
|
+
?ssl_ca_directory: String,
|
72
|
+
?ssl_ca_store: String,
|
73
|
+
?on_chunk_received: Proc,
|
74
|
+
?on_chunk_sent: Proc,
|
75
|
+
?raise_response_errors: bool
|
76
|
+
) -> void
|
77
|
+
| (?Hash[Symbol, untyped]) -> void
|
78
|
+
|
79
|
+
def client: () -> Client
|
80
|
+
|
81
|
+
|
82
|
+
end
|
83
|
+
end
|
84
|
+
end
|