aws-sdk-gamelift 1.75.0 → 1.77.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-gamelift/client.rb +1012 -287
- data/lib/aws-sdk-gamelift/client_api.rb +292 -0
- data/lib/aws-sdk-gamelift/endpoints.rb +56 -0
- data/lib/aws-sdk-gamelift/errors.rb +16 -0
- data/lib/aws-sdk-gamelift/plugins/endpoints.rb +9 -0
- data/lib/aws-sdk-gamelift/types.rb +1551 -192
- data/lib/aws-sdk-gamelift.rb +1 -1
- data/sig/client.rbs +1743 -0
- data/sig/errors.rbs +64 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +2159 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,2159 @@
|
|
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::GameLift
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AcceptMatchInput
|
12
|
+
attr_accessor ticket_id: ::String
|
13
|
+
attr_accessor player_ids: ::Array[::String]
|
14
|
+
attr_accessor acceptance_type: ("ACCEPT" | "REJECT")
|
15
|
+
SENSITIVE: [:player_ids]
|
16
|
+
end
|
17
|
+
|
18
|
+
class AcceptMatchOutput < Aws::EmptyStructure
|
19
|
+
end
|
20
|
+
|
21
|
+
class Alias
|
22
|
+
attr_accessor alias_id: ::String
|
23
|
+
attr_accessor name: ::String
|
24
|
+
attr_accessor alias_arn: ::String
|
25
|
+
attr_accessor description: ::String
|
26
|
+
attr_accessor routing_strategy: Types::RoutingStrategy
|
27
|
+
attr_accessor creation_time: ::Time
|
28
|
+
attr_accessor last_updated_time: ::Time
|
29
|
+
SENSITIVE: []
|
30
|
+
end
|
31
|
+
|
32
|
+
class AnywhereConfiguration
|
33
|
+
attr_accessor cost: ::String
|
34
|
+
SENSITIVE: []
|
35
|
+
end
|
36
|
+
|
37
|
+
class AttributeValue
|
38
|
+
attr_accessor s: ::String
|
39
|
+
attr_accessor n: ::Float
|
40
|
+
attr_accessor sl: ::Array[::String]
|
41
|
+
attr_accessor sdm: ::Hash[::String, ::Float]
|
42
|
+
SENSITIVE: []
|
43
|
+
end
|
44
|
+
|
45
|
+
class AwsCredentials
|
46
|
+
attr_accessor access_key_id: ::String
|
47
|
+
attr_accessor secret_access_key: ::String
|
48
|
+
attr_accessor session_token: ::String
|
49
|
+
SENSITIVE: []
|
50
|
+
end
|
51
|
+
|
52
|
+
class Build
|
53
|
+
attr_accessor build_id: ::String
|
54
|
+
attr_accessor build_arn: ::String
|
55
|
+
attr_accessor name: ::String
|
56
|
+
attr_accessor version: ::String
|
57
|
+
attr_accessor status: ("INITIALIZED" | "READY" | "FAILED")
|
58
|
+
attr_accessor size_on_disk: ::Integer
|
59
|
+
attr_accessor operating_system: ("WINDOWS_2012" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "WINDOWS_2016" | "AMAZON_LINUX_2023")
|
60
|
+
attr_accessor creation_time: ::Time
|
61
|
+
attr_accessor server_sdk_version: ::String
|
62
|
+
SENSITIVE: []
|
63
|
+
end
|
64
|
+
|
65
|
+
class CertificateConfiguration
|
66
|
+
attr_accessor certificate_type: ("DISABLED" | "GENERATED")
|
67
|
+
SENSITIVE: []
|
68
|
+
end
|
69
|
+
|
70
|
+
class ClaimFilterOption
|
71
|
+
attr_accessor instance_statuses: ::Array[("ACTIVE" | "DRAINING")]
|
72
|
+
SENSITIVE: []
|
73
|
+
end
|
74
|
+
|
75
|
+
class ClaimGameServerInput
|
76
|
+
attr_accessor game_server_group_name: ::String
|
77
|
+
attr_accessor game_server_id: ::String
|
78
|
+
attr_accessor game_server_data: ::String
|
79
|
+
attr_accessor filter_option: Types::ClaimFilterOption
|
80
|
+
SENSITIVE: []
|
81
|
+
end
|
82
|
+
|
83
|
+
class ClaimGameServerOutput
|
84
|
+
attr_accessor game_server: Types::GameServer
|
85
|
+
SENSITIVE: []
|
86
|
+
end
|
87
|
+
|
88
|
+
class Compute
|
89
|
+
attr_accessor fleet_id: ::String
|
90
|
+
attr_accessor fleet_arn: ::String
|
91
|
+
attr_accessor compute_name: ::String
|
92
|
+
attr_accessor compute_arn: ::String
|
93
|
+
attr_accessor ip_address: ::String
|
94
|
+
attr_accessor dns_name: ::String
|
95
|
+
attr_accessor compute_status: ("PENDING" | "ACTIVE" | "TERMINATING")
|
96
|
+
attr_accessor location: ::String
|
97
|
+
attr_accessor creation_time: ::Time
|
98
|
+
attr_accessor operating_system: ("WINDOWS_2012" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "WINDOWS_2016" | "AMAZON_LINUX_2023")
|
99
|
+
attr_accessor type: ("t2.micro" | "t2.small" | "t2.medium" | "t2.large" | "c3.large" | "c3.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c4.large" | "c4.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c5.large" | "c5.xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5a.large" | "c5a.xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "r3.large" | "r3.xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r4.large" | "r4.xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.16xlarge" | "r5.large" | "r5.xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5a.large" | "r5a.xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "m3.medium" | "m3.large" | "m3.xlarge" | "m3.2xlarge" | "m4.large" | "m4.xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.10xlarge" | "m5.large" | "m5.xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5a.large" | "m5a.xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "c5d.large" | "c5d.xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c6a.large" | "c6a.xlarge" | "c6a.2xlarge" | "c6a.4xlarge" | "c6a.8xlarge" | "c6a.12xlarge" | "c6a.16xlarge" | "c6a.24xlarge" | "c6i.large" | "c6i.xlarge" | "c6i.2xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "r5d.large" | "r5d.xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "m6g.medium" | "m6g.large" | "m6g.xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "c6g.medium" | "c6g.large" | "c6g.xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "r6g.medium" | "r6g.large" | "r6g.xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "c6gn.medium" | "c6gn.large" | "c6gn.xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c7g.medium" | "c7g.large" | "c7g.xlarge" | "c7g.2xlarge" | "c7g.4xlarge" | "c7g.8xlarge" | "c7g.12xlarge" | "c7g.16xlarge" | "r7g.medium" | "r7g.large" | "r7g.xlarge" | "r7g.2xlarge" | "r7g.4xlarge" | "r7g.8xlarge" | "r7g.12xlarge" | "r7g.16xlarge" | "m7g.medium" | "m7g.large" | "m7g.xlarge" | "m7g.2xlarge" | "m7g.4xlarge" | "m7g.8xlarge" | "m7g.12xlarge" | "m7g.16xlarge" | "g5g.xlarge" | "g5g.2xlarge" | "g5g.4xlarge" | "g5g.8xlarge" | "g5g.16xlarge")
|
100
|
+
attr_accessor game_lift_service_sdk_endpoint: ::String
|
101
|
+
attr_accessor game_lift_agent_endpoint: ::String
|
102
|
+
attr_accessor instance_id: ::String
|
103
|
+
attr_accessor container_attributes: Types::ContainerAttributes
|
104
|
+
SENSITIVE: [:ip_address]
|
105
|
+
end
|
106
|
+
|
107
|
+
class ConflictException
|
108
|
+
attr_accessor message: ::String
|
109
|
+
SENSITIVE: []
|
110
|
+
end
|
111
|
+
|
112
|
+
class ConnectionPortRange
|
113
|
+
attr_accessor from_port: ::Integer
|
114
|
+
attr_accessor to_port: ::Integer
|
115
|
+
SENSITIVE: [:from_port, :to_port]
|
116
|
+
end
|
117
|
+
|
118
|
+
class ContainerAttributes
|
119
|
+
attr_accessor container_port_mappings: ::Array[Types::ContainerPortMapping]
|
120
|
+
SENSITIVE: []
|
121
|
+
end
|
122
|
+
|
123
|
+
class ContainerDefinition
|
124
|
+
attr_accessor container_name: ::String
|
125
|
+
attr_accessor image_uri: ::String
|
126
|
+
attr_accessor resolved_image_digest: ::String
|
127
|
+
attr_accessor memory_limits: Types::ContainerMemoryLimits
|
128
|
+
attr_accessor port_configuration: Types::ContainerPortConfiguration
|
129
|
+
attr_accessor cpu: ::Integer
|
130
|
+
attr_accessor health_check: Types::ContainerHealthCheck
|
131
|
+
attr_accessor command: ::Array[::String]
|
132
|
+
attr_accessor essential: bool
|
133
|
+
attr_accessor entry_point: ::Array[::String]
|
134
|
+
attr_accessor working_directory: ::String
|
135
|
+
attr_accessor environment: ::Array[Types::ContainerEnvironment]
|
136
|
+
attr_accessor depends_on: ::Array[Types::ContainerDependency]
|
137
|
+
SENSITIVE: []
|
138
|
+
end
|
139
|
+
|
140
|
+
class ContainerDefinitionInput
|
141
|
+
attr_accessor container_name: ::String
|
142
|
+
attr_accessor image_uri: ::String
|
143
|
+
attr_accessor memory_limits: Types::ContainerMemoryLimits
|
144
|
+
attr_accessor port_configuration: Types::ContainerPortConfiguration
|
145
|
+
attr_accessor cpu: ::Integer
|
146
|
+
attr_accessor health_check: Types::ContainerHealthCheck
|
147
|
+
attr_accessor command: ::Array[::String]
|
148
|
+
attr_accessor essential: bool
|
149
|
+
attr_accessor entry_point: ::Array[::String]
|
150
|
+
attr_accessor working_directory: ::String
|
151
|
+
attr_accessor environment: ::Array[Types::ContainerEnvironment]
|
152
|
+
attr_accessor depends_on: ::Array[Types::ContainerDependency]
|
153
|
+
SENSITIVE: []
|
154
|
+
end
|
155
|
+
|
156
|
+
class ContainerDependency
|
157
|
+
attr_accessor container_name: ::String
|
158
|
+
attr_accessor condition: ("START" | "COMPLETE" | "SUCCESS" | "HEALTHY")
|
159
|
+
SENSITIVE: []
|
160
|
+
end
|
161
|
+
|
162
|
+
class ContainerEnvironment
|
163
|
+
attr_accessor name: ::String
|
164
|
+
attr_accessor value: ::String
|
165
|
+
SENSITIVE: []
|
166
|
+
end
|
167
|
+
|
168
|
+
class ContainerGroupDefinition
|
169
|
+
attr_accessor container_group_definition_arn: ::String
|
170
|
+
attr_accessor creation_time: ::Time
|
171
|
+
attr_accessor operating_system: ("AMAZON_LINUX_2023")
|
172
|
+
attr_accessor name: ::String
|
173
|
+
attr_accessor scheduling_strategy: ("REPLICA" | "DAEMON")
|
174
|
+
attr_accessor total_memory_limit: ::Integer
|
175
|
+
attr_accessor total_cpu_limit: ::Integer
|
176
|
+
attr_accessor container_definitions: ::Array[Types::ContainerDefinition]
|
177
|
+
attr_accessor status: ("READY" | "COPYING" | "FAILED")
|
178
|
+
attr_accessor status_reason: ::String
|
179
|
+
SENSITIVE: []
|
180
|
+
end
|
181
|
+
|
182
|
+
class ContainerGroupDefinitionProperty
|
183
|
+
attr_accessor scheduling_strategy: ("REPLICA" | "DAEMON")
|
184
|
+
attr_accessor container_group_definition_name: ::String
|
185
|
+
SENSITIVE: []
|
186
|
+
end
|
187
|
+
|
188
|
+
class ContainerGroupsAttributes
|
189
|
+
attr_accessor container_group_definition_properties: ::Array[Types::ContainerGroupDefinitionProperty]
|
190
|
+
attr_accessor connection_port_range: Types::ConnectionPortRange
|
191
|
+
attr_accessor container_groups_per_instance: Types::ContainerGroupsPerInstance
|
192
|
+
SENSITIVE: []
|
193
|
+
end
|
194
|
+
|
195
|
+
class ContainerGroupsConfiguration
|
196
|
+
attr_accessor container_group_definition_names: ::Array[::String]
|
197
|
+
attr_accessor connection_port_range: Types::ConnectionPortRange
|
198
|
+
attr_accessor desired_replica_container_groups_per_instance: ::Integer
|
199
|
+
SENSITIVE: []
|
200
|
+
end
|
201
|
+
|
202
|
+
class ContainerGroupsPerInstance
|
203
|
+
attr_accessor desired_replica_container_groups_per_instance: ::Integer
|
204
|
+
attr_accessor max_replica_container_groups_per_instance: ::Integer
|
205
|
+
SENSITIVE: []
|
206
|
+
end
|
207
|
+
|
208
|
+
class ContainerHealthCheck
|
209
|
+
attr_accessor command: ::Array[::String]
|
210
|
+
attr_accessor interval: ::Integer
|
211
|
+
attr_accessor timeout: ::Integer
|
212
|
+
attr_accessor retries: ::Integer
|
213
|
+
attr_accessor start_period: ::Integer
|
214
|
+
SENSITIVE: []
|
215
|
+
end
|
216
|
+
|
217
|
+
class ContainerMemoryLimits
|
218
|
+
attr_accessor soft_limit: ::Integer
|
219
|
+
attr_accessor hard_limit: ::Integer
|
220
|
+
SENSITIVE: []
|
221
|
+
end
|
222
|
+
|
223
|
+
class ContainerPortConfiguration
|
224
|
+
attr_accessor container_port_ranges: ::Array[Types::ContainerPortRange]
|
225
|
+
SENSITIVE: []
|
226
|
+
end
|
227
|
+
|
228
|
+
class ContainerPortMapping
|
229
|
+
attr_accessor container_port: ::Integer
|
230
|
+
attr_accessor connection_port: ::Integer
|
231
|
+
attr_accessor protocol: ("TCP" | "UDP")
|
232
|
+
SENSITIVE: [:container_port, :connection_port]
|
233
|
+
end
|
234
|
+
|
235
|
+
class ContainerPortRange
|
236
|
+
attr_accessor from_port: ::Integer
|
237
|
+
attr_accessor to_port: ::Integer
|
238
|
+
attr_accessor protocol: ("TCP" | "UDP")
|
239
|
+
SENSITIVE: [:from_port, :to_port]
|
240
|
+
end
|
241
|
+
|
242
|
+
class CreateAliasInput
|
243
|
+
attr_accessor name: ::String
|
244
|
+
attr_accessor description: ::String
|
245
|
+
attr_accessor routing_strategy: Types::RoutingStrategy
|
246
|
+
attr_accessor tags: ::Array[Types::Tag]
|
247
|
+
SENSITIVE: []
|
248
|
+
end
|
249
|
+
|
250
|
+
class CreateAliasOutput
|
251
|
+
attr_accessor alias: Types::Alias
|
252
|
+
SENSITIVE: []
|
253
|
+
end
|
254
|
+
|
255
|
+
class CreateBuildInput
|
256
|
+
attr_accessor name: ::String
|
257
|
+
attr_accessor version: ::String
|
258
|
+
attr_accessor storage_location: Types::S3Location
|
259
|
+
attr_accessor operating_system: ("WINDOWS_2012" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "WINDOWS_2016" | "AMAZON_LINUX_2023")
|
260
|
+
attr_accessor tags: ::Array[Types::Tag]
|
261
|
+
attr_accessor server_sdk_version: ::String
|
262
|
+
SENSITIVE: []
|
263
|
+
end
|
264
|
+
|
265
|
+
class CreateBuildOutput
|
266
|
+
attr_accessor build: Types::Build
|
267
|
+
attr_accessor upload_credentials: Types::AwsCredentials
|
268
|
+
attr_accessor storage_location: Types::S3Location
|
269
|
+
SENSITIVE: [:upload_credentials]
|
270
|
+
end
|
271
|
+
|
272
|
+
class CreateContainerGroupDefinitionInput
|
273
|
+
attr_accessor name: ::String
|
274
|
+
attr_accessor scheduling_strategy: ("REPLICA" | "DAEMON")
|
275
|
+
attr_accessor total_memory_limit: ::Integer
|
276
|
+
attr_accessor total_cpu_limit: ::Integer
|
277
|
+
attr_accessor container_definitions: ::Array[Types::ContainerDefinitionInput]
|
278
|
+
attr_accessor operating_system: ("AMAZON_LINUX_2023")
|
279
|
+
attr_accessor tags: ::Array[Types::Tag]
|
280
|
+
SENSITIVE: []
|
281
|
+
end
|
282
|
+
|
283
|
+
class CreateContainerGroupDefinitionOutput
|
284
|
+
attr_accessor container_group_definition: Types::ContainerGroupDefinition
|
285
|
+
SENSITIVE: []
|
286
|
+
end
|
287
|
+
|
288
|
+
class CreateFleetInput
|
289
|
+
attr_accessor name: ::String
|
290
|
+
attr_accessor description: ::String
|
291
|
+
attr_accessor build_id: ::String
|
292
|
+
attr_accessor script_id: ::String
|
293
|
+
attr_accessor server_launch_path: ::String
|
294
|
+
attr_accessor server_launch_parameters: ::String
|
295
|
+
attr_accessor log_paths: ::Array[::String]
|
296
|
+
attr_accessor ec2_instance_type: ("t2.micro" | "t2.small" | "t2.medium" | "t2.large" | "c3.large" | "c3.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c4.large" | "c4.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c5.large" | "c5.xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5a.large" | "c5a.xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "r3.large" | "r3.xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r4.large" | "r4.xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.16xlarge" | "r5.large" | "r5.xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5a.large" | "r5a.xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "m3.medium" | "m3.large" | "m3.xlarge" | "m3.2xlarge" | "m4.large" | "m4.xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.10xlarge" | "m5.large" | "m5.xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5a.large" | "m5a.xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "c5d.large" | "c5d.xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c6a.large" | "c6a.xlarge" | "c6a.2xlarge" | "c6a.4xlarge" | "c6a.8xlarge" | "c6a.12xlarge" | "c6a.16xlarge" | "c6a.24xlarge" | "c6i.large" | "c6i.xlarge" | "c6i.2xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "r5d.large" | "r5d.xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "m6g.medium" | "m6g.large" | "m6g.xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "c6g.medium" | "c6g.large" | "c6g.xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "r6g.medium" | "r6g.large" | "r6g.xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "c6gn.medium" | "c6gn.large" | "c6gn.xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c7g.medium" | "c7g.large" | "c7g.xlarge" | "c7g.2xlarge" | "c7g.4xlarge" | "c7g.8xlarge" | "c7g.12xlarge" | "c7g.16xlarge" | "r7g.medium" | "r7g.large" | "r7g.xlarge" | "r7g.2xlarge" | "r7g.4xlarge" | "r7g.8xlarge" | "r7g.12xlarge" | "r7g.16xlarge" | "m7g.medium" | "m7g.large" | "m7g.xlarge" | "m7g.2xlarge" | "m7g.4xlarge" | "m7g.8xlarge" | "m7g.12xlarge" | "m7g.16xlarge" | "g5g.xlarge" | "g5g.2xlarge" | "g5g.4xlarge" | "g5g.8xlarge" | "g5g.16xlarge")
|
297
|
+
attr_accessor ec2_inbound_permissions: ::Array[Types::IpPermission]
|
298
|
+
attr_accessor new_game_session_protection_policy: ("NoProtection" | "FullProtection")
|
299
|
+
attr_accessor runtime_configuration: Types::RuntimeConfiguration
|
300
|
+
attr_accessor resource_creation_limit_policy: Types::ResourceCreationLimitPolicy
|
301
|
+
attr_accessor metric_groups: ::Array[::String]
|
302
|
+
attr_accessor peer_vpc_aws_account_id: ::String
|
303
|
+
attr_accessor peer_vpc_id: ::String
|
304
|
+
attr_accessor fleet_type: ("ON_DEMAND" | "SPOT")
|
305
|
+
attr_accessor instance_role_arn: ::String
|
306
|
+
attr_accessor certificate_configuration: Types::CertificateConfiguration
|
307
|
+
attr_accessor locations: ::Array[Types::LocationConfiguration]
|
308
|
+
attr_accessor tags: ::Array[Types::Tag]
|
309
|
+
attr_accessor compute_type: ("EC2" | "ANYWHERE" | "CONTAINER")
|
310
|
+
attr_accessor anywhere_configuration: Types::AnywhereConfiguration
|
311
|
+
attr_accessor instance_role_credentials_provider: ("SHARED_CREDENTIAL_FILE")
|
312
|
+
attr_accessor container_groups_configuration: Types::ContainerGroupsConfiguration
|
313
|
+
SENSITIVE: []
|
314
|
+
end
|
315
|
+
|
316
|
+
class CreateFleetLocationsInput
|
317
|
+
attr_accessor fleet_id: ::String
|
318
|
+
attr_accessor locations: ::Array[Types::LocationConfiguration]
|
319
|
+
SENSITIVE: []
|
320
|
+
end
|
321
|
+
|
322
|
+
class CreateFleetLocationsOutput
|
323
|
+
attr_accessor fleet_id: ::String
|
324
|
+
attr_accessor fleet_arn: ::String
|
325
|
+
attr_accessor location_states: ::Array[Types::LocationState]
|
326
|
+
SENSITIVE: []
|
327
|
+
end
|
328
|
+
|
329
|
+
class CreateFleetOutput
|
330
|
+
attr_accessor fleet_attributes: Types::FleetAttributes
|
331
|
+
attr_accessor location_states: ::Array[Types::LocationState]
|
332
|
+
SENSITIVE: []
|
333
|
+
end
|
334
|
+
|
335
|
+
class CreateGameServerGroupInput
|
336
|
+
attr_accessor game_server_group_name: ::String
|
337
|
+
attr_accessor role_arn: ::String
|
338
|
+
attr_accessor min_size: ::Integer
|
339
|
+
attr_accessor max_size: ::Integer
|
340
|
+
attr_accessor launch_template: Types::LaunchTemplateSpecification
|
341
|
+
attr_accessor instance_definitions: ::Array[Types::InstanceDefinition]
|
342
|
+
attr_accessor auto_scaling_policy: Types::GameServerGroupAutoScalingPolicy
|
343
|
+
attr_accessor balancing_strategy: ("SPOT_ONLY" | "SPOT_PREFERRED" | "ON_DEMAND_ONLY")
|
344
|
+
attr_accessor game_server_protection_policy: ("NO_PROTECTION" | "FULL_PROTECTION")
|
345
|
+
attr_accessor vpc_subnets: ::Array[::String]
|
346
|
+
attr_accessor tags: ::Array[Types::Tag]
|
347
|
+
SENSITIVE: []
|
348
|
+
end
|
349
|
+
|
350
|
+
class CreateGameServerGroupOutput
|
351
|
+
attr_accessor game_server_group: Types::GameServerGroup
|
352
|
+
SENSITIVE: []
|
353
|
+
end
|
354
|
+
|
355
|
+
class CreateGameSessionInput
|
356
|
+
attr_accessor fleet_id: ::String
|
357
|
+
attr_accessor alias_id: ::String
|
358
|
+
attr_accessor maximum_player_session_count: ::Integer
|
359
|
+
attr_accessor name: ::String
|
360
|
+
attr_accessor game_properties: ::Array[Types::GameProperty]
|
361
|
+
attr_accessor creator_id: ::String
|
362
|
+
attr_accessor game_session_id: ::String
|
363
|
+
attr_accessor idempotency_token: ::String
|
364
|
+
attr_accessor game_session_data: ::String
|
365
|
+
attr_accessor location: ::String
|
366
|
+
SENSITIVE: []
|
367
|
+
end
|
368
|
+
|
369
|
+
class CreateGameSessionOutput
|
370
|
+
attr_accessor game_session: Types::GameSession
|
371
|
+
SENSITIVE: []
|
372
|
+
end
|
373
|
+
|
374
|
+
class CreateGameSessionQueueInput
|
375
|
+
attr_accessor name: ::String
|
376
|
+
attr_accessor timeout_in_seconds: ::Integer
|
377
|
+
attr_accessor player_latency_policies: ::Array[Types::PlayerLatencyPolicy]
|
378
|
+
attr_accessor destinations: ::Array[Types::GameSessionQueueDestination]
|
379
|
+
attr_accessor filter_configuration: Types::FilterConfiguration
|
380
|
+
attr_accessor priority_configuration: Types::PriorityConfiguration
|
381
|
+
attr_accessor custom_event_data: ::String
|
382
|
+
attr_accessor notification_target: ::String
|
383
|
+
attr_accessor tags: ::Array[Types::Tag]
|
384
|
+
SENSITIVE: []
|
385
|
+
end
|
386
|
+
|
387
|
+
class CreateGameSessionQueueOutput
|
388
|
+
attr_accessor game_session_queue: Types::GameSessionQueue
|
389
|
+
SENSITIVE: []
|
390
|
+
end
|
391
|
+
|
392
|
+
class CreateLocationInput
|
393
|
+
attr_accessor location_name: ::String
|
394
|
+
attr_accessor tags: ::Array[Types::Tag]
|
395
|
+
SENSITIVE: []
|
396
|
+
end
|
397
|
+
|
398
|
+
class CreateLocationOutput
|
399
|
+
attr_accessor location: Types::LocationModel
|
400
|
+
SENSITIVE: []
|
401
|
+
end
|
402
|
+
|
403
|
+
class CreateMatchmakingConfigurationInput
|
404
|
+
attr_accessor name: ::String
|
405
|
+
attr_accessor description: ::String
|
406
|
+
attr_accessor game_session_queue_arns: ::Array[::String]
|
407
|
+
attr_accessor request_timeout_seconds: ::Integer
|
408
|
+
attr_accessor acceptance_timeout_seconds: ::Integer
|
409
|
+
attr_accessor acceptance_required: bool
|
410
|
+
attr_accessor rule_set_name: ::String
|
411
|
+
attr_accessor notification_target: ::String
|
412
|
+
attr_accessor additional_player_count: ::Integer
|
413
|
+
attr_accessor custom_event_data: ::String
|
414
|
+
attr_accessor game_properties: ::Array[Types::GameProperty]
|
415
|
+
attr_accessor game_session_data: ::String
|
416
|
+
attr_accessor backfill_mode: ("AUTOMATIC" | "MANUAL")
|
417
|
+
attr_accessor flex_match_mode: ("STANDALONE" | "WITH_QUEUE")
|
418
|
+
attr_accessor tags: ::Array[Types::Tag]
|
419
|
+
SENSITIVE: []
|
420
|
+
end
|
421
|
+
|
422
|
+
class CreateMatchmakingConfigurationOutput
|
423
|
+
attr_accessor configuration: Types::MatchmakingConfiguration
|
424
|
+
SENSITIVE: []
|
425
|
+
end
|
426
|
+
|
427
|
+
class CreateMatchmakingRuleSetInput
|
428
|
+
attr_accessor name: ::String
|
429
|
+
attr_accessor rule_set_body: ::String
|
430
|
+
attr_accessor tags: ::Array[Types::Tag]
|
431
|
+
SENSITIVE: []
|
432
|
+
end
|
433
|
+
|
434
|
+
class CreateMatchmakingRuleSetOutput
|
435
|
+
attr_accessor rule_set: Types::MatchmakingRuleSet
|
436
|
+
SENSITIVE: []
|
437
|
+
end
|
438
|
+
|
439
|
+
class CreatePlayerSessionInput
|
440
|
+
attr_accessor game_session_id: ::String
|
441
|
+
attr_accessor player_id: ::String
|
442
|
+
attr_accessor player_data: ::String
|
443
|
+
SENSITIVE: [:player_id]
|
444
|
+
end
|
445
|
+
|
446
|
+
class CreatePlayerSessionOutput
|
447
|
+
attr_accessor player_session: Types::PlayerSession
|
448
|
+
SENSITIVE: []
|
449
|
+
end
|
450
|
+
|
451
|
+
class CreatePlayerSessionsInput
|
452
|
+
attr_accessor game_session_id: ::String
|
453
|
+
attr_accessor player_ids: ::Array[::String]
|
454
|
+
attr_accessor player_data_map: ::Hash[::String, ::String]
|
455
|
+
SENSITIVE: [:player_ids]
|
456
|
+
end
|
457
|
+
|
458
|
+
class CreatePlayerSessionsOutput
|
459
|
+
attr_accessor player_sessions: ::Array[Types::PlayerSession]
|
460
|
+
SENSITIVE: []
|
461
|
+
end
|
462
|
+
|
463
|
+
class CreateScriptInput
|
464
|
+
attr_accessor name: ::String
|
465
|
+
attr_accessor version: ::String
|
466
|
+
attr_accessor storage_location: Types::S3Location
|
467
|
+
attr_accessor zip_file: ::String
|
468
|
+
attr_accessor tags: ::Array[Types::Tag]
|
469
|
+
SENSITIVE: []
|
470
|
+
end
|
471
|
+
|
472
|
+
class CreateScriptOutput
|
473
|
+
attr_accessor script: Types::Script
|
474
|
+
SENSITIVE: []
|
475
|
+
end
|
476
|
+
|
477
|
+
class CreateVpcPeeringAuthorizationInput
|
478
|
+
attr_accessor game_lift_aws_account_id: ::String
|
479
|
+
attr_accessor peer_vpc_id: ::String
|
480
|
+
SENSITIVE: []
|
481
|
+
end
|
482
|
+
|
483
|
+
class CreateVpcPeeringAuthorizationOutput
|
484
|
+
attr_accessor vpc_peering_authorization: Types::VpcPeeringAuthorization
|
485
|
+
SENSITIVE: []
|
486
|
+
end
|
487
|
+
|
488
|
+
class CreateVpcPeeringConnectionInput
|
489
|
+
attr_accessor fleet_id: ::String
|
490
|
+
attr_accessor peer_vpc_aws_account_id: ::String
|
491
|
+
attr_accessor peer_vpc_id: ::String
|
492
|
+
SENSITIVE: []
|
493
|
+
end
|
494
|
+
|
495
|
+
class CreateVpcPeeringConnectionOutput < Aws::EmptyStructure
|
496
|
+
end
|
497
|
+
|
498
|
+
class DeleteAliasInput
|
499
|
+
attr_accessor alias_id: ::String
|
500
|
+
SENSITIVE: []
|
501
|
+
end
|
502
|
+
|
503
|
+
class DeleteBuildInput
|
504
|
+
attr_accessor build_id: ::String
|
505
|
+
SENSITIVE: []
|
506
|
+
end
|
507
|
+
|
508
|
+
class DeleteContainerGroupDefinitionInput
|
509
|
+
attr_accessor name: ::String
|
510
|
+
SENSITIVE: []
|
511
|
+
end
|
512
|
+
|
513
|
+
class DeleteFleetInput
|
514
|
+
attr_accessor fleet_id: ::String
|
515
|
+
SENSITIVE: []
|
516
|
+
end
|
517
|
+
|
518
|
+
class DeleteFleetLocationsInput
|
519
|
+
attr_accessor fleet_id: ::String
|
520
|
+
attr_accessor locations: ::Array[::String]
|
521
|
+
SENSITIVE: []
|
522
|
+
end
|
523
|
+
|
524
|
+
class DeleteFleetLocationsOutput
|
525
|
+
attr_accessor fleet_id: ::String
|
526
|
+
attr_accessor fleet_arn: ::String
|
527
|
+
attr_accessor location_states: ::Array[Types::LocationState]
|
528
|
+
SENSITIVE: []
|
529
|
+
end
|
530
|
+
|
531
|
+
class DeleteGameServerGroupInput
|
532
|
+
attr_accessor game_server_group_name: ::String
|
533
|
+
attr_accessor delete_option: ("SAFE_DELETE" | "FORCE_DELETE" | "RETAIN")
|
534
|
+
SENSITIVE: []
|
535
|
+
end
|
536
|
+
|
537
|
+
class DeleteGameServerGroupOutput
|
538
|
+
attr_accessor game_server_group: Types::GameServerGroup
|
539
|
+
SENSITIVE: []
|
540
|
+
end
|
541
|
+
|
542
|
+
class DeleteGameSessionQueueInput
|
543
|
+
attr_accessor name: ::String
|
544
|
+
SENSITIVE: []
|
545
|
+
end
|
546
|
+
|
547
|
+
class DeleteGameSessionQueueOutput < Aws::EmptyStructure
|
548
|
+
end
|
549
|
+
|
550
|
+
class DeleteLocationInput
|
551
|
+
attr_accessor location_name: ::String
|
552
|
+
SENSITIVE: []
|
553
|
+
end
|
554
|
+
|
555
|
+
class DeleteLocationOutput < Aws::EmptyStructure
|
556
|
+
end
|
557
|
+
|
558
|
+
class DeleteMatchmakingConfigurationInput
|
559
|
+
attr_accessor name: ::String
|
560
|
+
SENSITIVE: []
|
561
|
+
end
|
562
|
+
|
563
|
+
class DeleteMatchmakingConfigurationOutput < Aws::EmptyStructure
|
564
|
+
end
|
565
|
+
|
566
|
+
class DeleteMatchmakingRuleSetInput
|
567
|
+
attr_accessor name: ::String
|
568
|
+
SENSITIVE: []
|
569
|
+
end
|
570
|
+
|
571
|
+
class DeleteMatchmakingRuleSetOutput < Aws::EmptyStructure
|
572
|
+
end
|
573
|
+
|
574
|
+
class DeleteScalingPolicyInput
|
575
|
+
attr_accessor name: ::String
|
576
|
+
attr_accessor fleet_id: ::String
|
577
|
+
SENSITIVE: []
|
578
|
+
end
|
579
|
+
|
580
|
+
class DeleteScriptInput
|
581
|
+
attr_accessor script_id: ::String
|
582
|
+
SENSITIVE: []
|
583
|
+
end
|
584
|
+
|
585
|
+
class DeleteVpcPeeringAuthorizationInput
|
586
|
+
attr_accessor game_lift_aws_account_id: ::String
|
587
|
+
attr_accessor peer_vpc_id: ::String
|
588
|
+
SENSITIVE: []
|
589
|
+
end
|
590
|
+
|
591
|
+
class DeleteVpcPeeringAuthorizationOutput < Aws::EmptyStructure
|
592
|
+
end
|
593
|
+
|
594
|
+
class DeleteVpcPeeringConnectionInput
|
595
|
+
attr_accessor fleet_id: ::String
|
596
|
+
attr_accessor vpc_peering_connection_id: ::String
|
597
|
+
SENSITIVE: []
|
598
|
+
end
|
599
|
+
|
600
|
+
class DeleteVpcPeeringConnectionOutput < Aws::EmptyStructure
|
601
|
+
end
|
602
|
+
|
603
|
+
class DeregisterComputeInput
|
604
|
+
attr_accessor fleet_id: ::String
|
605
|
+
attr_accessor compute_name: ::String
|
606
|
+
SENSITIVE: []
|
607
|
+
end
|
608
|
+
|
609
|
+
class DeregisterComputeOutput < Aws::EmptyStructure
|
610
|
+
end
|
611
|
+
|
612
|
+
class DeregisterGameServerInput
|
613
|
+
attr_accessor game_server_group_name: ::String
|
614
|
+
attr_accessor game_server_id: ::String
|
615
|
+
SENSITIVE: []
|
616
|
+
end
|
617
|
+
|
618
|
+
class DescribeAliasInput
|
619
|
+
attr_accessor alias_id: ::String
|
620
|
+
SENSITIVE: []
|
621
|
+
end
|
622
|
+
|
623
|
+
class DescribeAliasOutput
|
624
|
+
attr_accessor alias: Types::Alias
|
625
|
+
SENSITIVE: []
|
626
|
+
end
|
627
|
+
|
628
|
+
class DescribeBuildInput
|
629
|
+
attr_accessor build_id: ::String
|
630
|
+
SENSITIVE: []
|
631
|
+
end
|
632
|
+
|
633
|
+
class DescribeBuildOutput
|
634
|
+
attr_accessor build: Types::Build
|
635
|
+
SENSITIVE: []
|
636
|
+
end
|
637
|
+
|
638
|
+
class DescribeComputeInput
|
639
|
+
attr_accessor fleet_id: ::String
|
640
|
+
attr_accessor compute_name: ::String
|
641
|
+
SENSITIVE: []
|
642
|
+
end
|
643
|
+
|
644
|
+
class DescribeComputeOutput
|
645
|
+
attr_accessor compute: Types::Compute
|
646
|
+
SENSITIVE: []
|
647
|
+
end
|
648
|
+
|
649
|
+
class DescribeContainerGroupDefinitionInput
|
650
|
+
attr_accessor name: ::String
|
651
|
+
SENSITIVE: []
|
652
|
+
end
|
653
|
+
|
654
|
+
class DescribeContainerGroupDefinitionOutput
|
655
|
+
attr_accessor container_group_definition: Types::ContainerGroupDefinition
|
656
|
+
SENSITIVE: []
|
657
|
+
end
|
658
|
+
|
659
|
+
class DescribeEC2InstanceLimitsInput
|
660
|
+
attr_accessor ec2_instance_type: ("t2.micro" | "t2.small" | "t2.medium" | "t2.large" | "c3.large" | "c3.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c4.large" | "c4.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c5.large" | "c5.xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5a.large" | "c5a.xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "r3.large" | "r3.xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r4.large" | "r4.xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.16xlarge" | "r5.large" | "r5.xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5a.large" | "r5a.xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "m3.medium" | "m3.large" | "m3.xlarge" | "m3.2xlarge" | "m4.large" | "m4.xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.10xlarge" | "m5.large" | "m5.xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5a.large" | "m5a.xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "c5d.large" | "c5d.xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c6a.large" | "c6a.xlarge" | "c6a.2xlarge" | "c6a.4xlarge" | "c6a.8xlarge" | "c6a.12xlarge" | "c6a.16xlarge" | "c6a.24xlarge" | "c6i.large" | "c6i.xlarge" | "c6i.2xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "r5d.large" | "r5d.xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "m6g.medium" | "m6g.large" | "m6g.xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "c6g.medium" | "c6g.large" | "c6g.xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "r6g.medium" | "r6g.large" | "r6g.xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "c6gn.medium" | "c6gn.large" | "c6gn.xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c7g.medium" | "c7g.large" | "c7g.xlarge" | "c7g.2xlarge" | "c7g.4xlarge" | "c7g.8xlarge" | "c7g.12xlarge" | "c7g.16xlarge" | "r7g.medium" | "r7g.large" | "r7g.xlarge" | "r7g.2xlarge" | "r7g.4xlarge" | "r7g.8xlarge" | "r7g.12xlarge" | "r7g.16xlarge" | "m7g.medium" | "m7g.large" | "m7g.xlarge" | "m7g.2xlarge" | "m7g.4xlarge" | "m7g.8xlarge" | "m7g.12xlarge" | "m7g.16xlarge" | "g5g.xlarge" | "g5g.2xlarge" | "g5g.4xlarge" | "g5g.8xlarge" | "g5g.16xlarge")
|
661
|
+
attr_accessor location: ::String
|
662
|
+
SENSITIVE: []
|
663
|
+
end
|
664
|
+
|
665
|
+
class DescribeEC2InstanceLimitsOutput
|
666
|
+
attr_accessor ec2_instance_limits: ::Array[Types::EC2InstanceLimit]
|
667
|
+
SENSITIVE: []
|
668
|
+
end
|
669
|
+
|
670
|
+
class DescribeFleetAttributesInput
|
671
|
+
attr_accessor fleet_ids: ::Array[::String]
|
672
|
+
attr_accessor limit: ::Integer
|
673
|
+
attr_accessor next_token: ::String
|
674
|
+
SENSITIVE: []
|
675
|
+
end
|
676
|
+
|
677
|
+
class DescribeFleetAttributesOutput
|
678
|
+
attr_accessor fleet_attributes: ::Array[Types::FleetAttributes]
|
679
|
+
attr_accessor next_token: ::String
|
680
|
+
SENSITIVE: []
|
681
|
+
end
|
682
|
+
|
683
|
+
class DescribeFleetCapacityInput
|
684
|
+
attr_accessor fleet_ids: ::Array[::String]
|
685
|
+
attr_accessor limit: ::Integer
|
686
|
+
attr_accessor next_token: ::String
|
687
|
+
SENSITIVE: []
|
688
|
+
end
|
689
|
+
|
690
|
+
class DescribeFleetCapacityOutput
|
691
|
+
attr_accessor fleet_capacity: ::Array[Types::FleetCapacity]
|
692
|
+
attr_accessor next_token: ::String
|
693
|
+
SENSITIVE: []
|
694
|
+
end
|
695
|
+
|
696
|
+
class DescribeFleetEventsInput
|
697
|
+
attr_accessor fleet_id: ::String
|
698
|
+
attr_accessor start_time: ::Time
|
699
|
+
attr_accessor end_time: ::Time
|
700
|
+
attr_accessor limit: ::Integer
|
701
|
+
attr_accessor next_token: ::String
|
702
|
+
SENSITIVE: []
|
703
|
+
end
|
704
|
+
|
705
|
+
class DescribeFleetEventsOutput
|
706
|
+
attr_accessor events: ::Array[Types::Event]
|
707
|
+
attr_accessor next_token: ::String
|
708
|
+
SENSITIVE: []
|
709
|
+
end
|
710
|
+
|
711
|
+
class DescribeFleetLocationAttributesInput
|
712
|
+
attr_accessor fleet_id: ::String
|
713
|
+
attr_accessor locations: ::Array[::String]
|
714
|
+
attr_accessor limit: ::Integer
|
715
|
+
attr_accessor next_token: ::String
|
716
|
+
SENSITIVE: []
|
717
|
+
end
|
718
|
+
|
719
|
+
class DescribeFleetLocationAttributesOutput
|
720
|
+
attr_accessor fleet_id: ::String
|
721
|
+
attr_accessor fleet_arn: ::String
|
722
|
+
attr_accessor location_attributes: ::Array[Types::LocationAttributes]
|
723
|
+
attr_accessor next_token: ::String
|
724
|
+
SENSITIVE: []
|
725
|
+
end
|
726
|
+
|
727
|
+
class DescribeFleetLocationCapacityInput
|
728
|
+
attr_accessor fleet_id: ::String
|
729
|
+
attr_accessor location: ::String
|
730
|
+
SENSITIVE: []
|
731
|
+
end
|
732
|
+
|
733
|
+
class DescribeFleetLocationCapacityOutput
|
734
|
+
attr_accessor fleet_capacity: Types::FleetCapacity
|
735
|
+
SENSITIVE: []
|
736
|
+
end
|
737
|
+
|
738
|
+
class DescribeFleetLocationUtilizationInput
|
739
|
+
attr_accessor fleet_id: ::String
|
740
|
+
attr_accessor location: ::String
|
741
|
+
SENSITIVE: []
|
742
|
+
end
|
743
|
+
|
744
|
+
class DescribeFleetLocationUtilizationOutput
|
745
|
+
attr_accessor fleet_utilization: Types::FleetUtilization
|
746
|
+
SENSITIVE: []
|
747
|
+
end
|
748
|
+
|
749
|
+
class DescribeFleetPortSettingsInput
|
750
|
+
attr_accessor fleet_id: ::String
|
751
|
+
attr_accessor location: ::String
|
752
|
+
SENSITIVE: []
|
753
|
+
end
|
754
|
+
|
755
|
+
class DescribeFleetPortSettingsOutput
|
756
|
+
attr_accessor fleet_id: ::String
|
757
|
+
attr_accessor fleet_arn: ::String
|
758
|
+
attr_accessor inbound_permissions: ::Array[Types::IpPermission]
|
759
|
+
attr_accessor update_status: ("PENDING_UPDATE")
|
760
|
+
attr_accessor location: ::String
|
761
|
+
SENSITIVE: []
|
762
|
+
end
|
763
|
+
|
764
|
+
class DescribeFleetUtilizationInput
|
765
|
+
attr_accessor fleet_ids: ::Array[::String]
|
766
|
+
attr_accessor limit: ::Integer
|
767
|
+
attr_accessor next_token: ::String
|
768
|
+
SENSITIVE: []
|
769
|
+
end
|
770
|
+
|
771
|
+
class DescribeFleetUtilizationOutput
|
772
|
+
attr_accessor fleet_utilization: ::Array[Types::FleetUtilization]
|
773
|
+
attr_accessor next_token: ::String
|
774
|
+
SENSITIVE: []
|
775
|
+
end
|
776
|
+
|
777
|
+
class DescribeGameServerGroupInput
|
778
|
+
attr_accessor game_server_group_name: ::String
|
779
|
+
SENSITIVE: []
|
780
|
+
end
|
781
|
+
|
782
|
+
class DescribeGameServerGroupOutput
|
783
|
+
attr_accessor game_server_group: Types::GameServerGroup
|
784
|
+
SENSITIVE: []
|
785
|
+
end
|
786
|
+
|
787
|
+
class DescribeGameServerInput
|
788
|
+
attr_accessor game_server_group_name: ::String
|
789
|
+
attr_accessor game_server_id: ::String
|
790
|
+
SENSITIVE: []
|
791
|
+
end
|
792
|
+
|
793
|
+
class DescribeGameServerInstancesInput
|
794
|
+
attr_accessor game_server_group_name: ::String
|
795
|
+
attr_accessor instance_ids: ::Array[::String]
|
796
|
+
attr_accessor limit: ::Integer
|
797
|
+
attr_accessor next_token: ::String
|
798
|
+
SENSITIVE: []
|
799
|
+
end
|
800
|
+
|
801
|
+
class DescribeGameServerInstancesOutput
|
802
|
+
attr_accessor game_server_instances: ::Array[Types::GameServerInstance]
|
803
|
+
attr_accessor next_token: ::String
|
804
|
+
SENSITIVE: []
|
805
|
+
end
|
806
|
+
|
807
|
+
class DescribeGameServerOutput
|
808
|
+
attr_accessor game_server: Types::GameServer
|
809
|
+
SENSITIVE: []
|
810
|
+
end
|
811
|
+
|
812
|
+
class DescribeGameSessionDetailsInput
|
813
|
+
attr_accessor fleet_id: ::String
|
814
|
+
attr_accessor game_session_id: ::String
|
815
|
+
attr_accessor alias_id: ::String
|
816
|
+
attr_accessor location: ::String
|
817
|
+
attr_accessor status_filter: ::String
|
818
|
+
attr_accessor limit: ::Integer
|
819
|
+
attr_accessor next_token: ::String
|
820
|
+
SENSITIVE: []
|
821
|
+
end
|
822
|
+
|
823
|
+
class DescribeGameSessionDetailsOutput
|
824
|
+
attr_accessor game_session_details: ::Array[Types::GameSessionDetail]
|
825
|
+
attr_accessor next_token: ::String
|
826
|
+
SENSITIVE: []
|
827
|
+
end
|
828
|
+
|
829
|
+
class DescribeGameSessionPlacementInput
|
830
|
+
attr_accessor placement_id: ::String
|
831
|
+
SENSITIVE: []
|
832
|
+
end
|
833
|
+
|
834
|
+
class DescribeGameSessionPlacementOutput
|
835
|
+
attr_accessor game_session_placement: Types::GameSessionPlacement
|
836
|
+
SENSITIVE: []
|
837
|
+
end
|
838
|
+
|
839
|
+
class DescribeGameSessionQueuesInput
|
840
|
+
attr_accessor names: ::Array[::String]
|
841
|
+
attr_accessor limit: ::Integer
|
842
|
+
attr_accessor next_token: ::String
|
843
|
+
SENSITIVE: []
|
844
|
+
end
|
845
|
+
|
846
|
+
class DescribeGameSessionQueuesOutput
|
847
|
+
attr_accessor game_session_queues: ::Array[Types::GameSessionQueue]
|
848
|
+
attr_accessor next_token: ::String
|
849
|
+
SENSITIVE: []
|
850
|
+
end
|
851
|
+
|
852
|
+
class DescribeGameSessionsInput
|
853
|
+
attr_accessor fleet_id: ::String
|
854
|
+
attr_accessor game_session_id: ::String
|
855
|
+
attr_accessor alias_id: ::String
|
856
|
+
attr_accessor location: ::String
|
857
|
+
attr_accessor status_filter: ::String
|
858
|
+
attr_accessor limit: ::Integer
|
859
|
+
attr_accessor next_token: ::String
|
860
|
+
SENSITIVE: []
|
861
|
+
end
|
862
|
+
|
863
|
+
class DescribeGameSessionsOutput
|
864
|
+
attr_accessor game_sessions: ::Array[Types::GameSession]
|
865
|
+
attr_accessor next_token: ::String
|
866
|
+
SENSITIVE: []
|
867
|
+
end
|
868
|
+
|
869
|
+
class DescribeInstancesInput
|
870
|
+
attr_accessor fleet_id: ::String
|
871
|
+
attr_accessor instance_id: ::String
|
872
|
+
attr_accessor limit: ::Integer
|
873
|
+
attr_accessor next_token: ::String
|
874
|
+
attr_accessor location: ::String
|
875
|
+
SENSITIVE: []
|
876
|
+
end
|
877
|
+
|
878
|
+
class DescribeInstancesOutput
|
879
|
+
attr_accessor instances: ::Array[Types::Instance]
|
880
|
+
attr_accessor next_token: ::String
|
881
|
+
SENSITIVE: []
|
882
|
+
end
|
883
|
+
|
884
|
+
class DescribeMatchmakingConfigurationsInput
|
885
|
+
attr_accessor names: ::Array[::String]
|
886
|
+
attr_accessor rule_set_name: ::String
|
887
|
+
attr_accessor limit: ::Integer
|
888
|
+
attr_accessor next_token: ::String
|
889
|
+
SENSITIVE: []
|
890
|
+
end
|
891
|
+
|
892
|
+
class DescribeMatchmakingConfigurationsOutput
|
893
|
+
attr_accessor configurations: ::Array[Types::MatchmakingConfiguration]
|
894
|
+
attr_accessor next_token: ::String
|
895
|
+
SENSITIVE: []
|
896
|
+
end
|
897
|
+
|
898
|
+
class DescribeMatchmakingInput
|
899
|
+
attr_accessor ticket_ids: ::Array[::String]
|
900
|
+
SENSITIVE: []
|
901
|
+
end
|
902
|
+
|
903
|
+
class DescribeMatchmakingOutput
|
904
|
+
attr_accessor ticket_list: ::Array[Types::MatchmakingTicket]
|
905
|
+
SENSITIVE: []
|
906
|
+
end
|
907
|
+
|
908
|
+
class DescribeMatchmakingRuleSetsInput
|
909
|
+
attr_accessor names: ::Array[::String]
|
910
|
+
attr_accessor limit: ::Integer
|
911
|
+
attr_accessor next_token: ::String
|
912
|
+
SENSITIVE: []
|
913
|
+
end
|
914
|
+
|
915
|
+
class DescribeMatchmakingRuleSetsOutput
|
916
|
+
attr_accessor rule_sets: ::Array[Types::MatchmakingRuleSet]
|
917
|
+
attr_accessor next_token: ::String
|
918
|
+
SENSITIVE: []
|
919
|
+
end
|
920
|
+
|
921
|
+
class DescribePlayerSessionsInput
|
922
|
+
attr_accessor game_session_id: ::String
|
923
|
+
attr_accessor player_id: ::String
|
924
|
+
attr_accessor player_session_id: ::String
|
925
|
+
attr_accessor player_session_status_filter: ::String
|
926
|
+
attr_accessor limit: ::Integer
|
927
|
+
attr_accessor next_token: ::String
|
928
|
+
SENSITIVE: [:player_id]
|
929
|
+
end
|
930
|
+
|
931
|
+
class DescribePlayerSessionsOutput
|
932
|
+
attr_accessor player_sessions: ::Array[Types::PlayerSession]
|
933
|
+
attr_accessor next_token: ::String
|
934
|
+
SENSITIVE: []
|
935
|
+
end
|
936
|
+
|
937
|
+
class DescribeRuntimeConfigurationInput
|
938
|
+
attr_accessor fleet_id: ::String
|
939
|
+
SENSITIVE: []
|
940
|
+
end
|
941
|
+
|
942
|
+
class DescribeRuntimeConfigurationOutput
|
943
|
+
attr_accessor runtime_configuration: Types::RuntimeConfiguration
|
944
|
+
SENSITIVE: []
|
945
|
+
end
|
946
|
+
|
947
|
+
class DescribeScalingPoliciesInput
|
948
|
+
attr_accessor fleet_id: ::String
|
949
|
+
attr_accessor status_filter: ("ACTIVE" | "UPDATE_REQUESTED" | "UPDATING" | "DELETE_REQUESTED" | "DELETING" | "DELETED" | "ERROR")
|
950
|
+
attr_accessor limit: ::Integer
|
951
|
+
attr_accessor next_token: ::String
|
952
|
+
attr_accessor location: ::String
|
953
|
+
SENSITIVE: []
|
954
|
+
end
|
955
|
+
|
956
|
+
class DescribeScalingPoliciesOutput
|
957
|
+
attr_accessor scaling_policies: ::Array[Types::ScalingPolicy]
|
958
|
+
attr_accessor next_token: ::String
|
959
|
+
SENSITIVE: []
|
960
|
+
end
|
961
|
+
|
962
|
+
class DescribeScriptInput
|
963
|
+
attr_accessor script_id: ::String
|
964
|
+
SENSITIVE: []
|
965
|
+
end
|
966
|
+
|
967
|
+
class DescribeScriptOutput
|
968
|
+
attr_accessor script: Types::Script
|
969
|
+
SENSITIVE: []
|
970
|
+
end
|
971
|
+
|
972
|
+
class DescribeVpcPeeringAuthorizationsInput < Aws::EmptyStructure
|
973
|
+
end
|
974
|
+
|
975
|
+
class DescribeVpcPeeringAuthorizationsOutput
|
976
|
+
attr_accessor vpc_peering_authorizations: ::Array[Types::VpcPeeringAuthorization]
|
977
|
+
SENSITIVE: []
|
978
|
+
end
|
979
|
+
|
980
|
+
class DescribeVpcPeeringConnectionsInput
|
981
|
+
attr_accessor fleet_id: ::String
|
982
|
+
SENSITIVE: []
|
983
|
+
end
|
984
|
+
|
985
|
+
class DescribeVpcPeeringConnectionsOutput
|
986
|
+
attr_accessor vpc_peering_connections: ::Array[Types::VpcPeeringConnection]
|
987
|
+
SENSITIVE: []
|
988
|
+
end
|
989
|
+
|
990
|
+
class DesiredPlayerSession
|
991
|
+
attr_accessor player_id: ::String
|
992
|
+
attr_accessor player_data: ::String
|
993
|
+
SENSITIVE: [:player_id]
|
994
|
+
end
|
995
|
+
|
996
|
+
class EC2InstanceCounts
|
997
|
+
attr_accessor desired: ::Integer
|
998
|
+
attr_accessor minimum: ::Integer
|
999
|
+
attr_accessor maximum: ::Integer
|
1000
|
+
attr_accessor pending: ::Integer
|
1001
|
+
attr_accessor active: ::Integer
|
1002
|
+
attr_accessor idle: ::Integer
|
1003
|
+
attr_accessor terminating: ::Integer
|
1004
|
+
SENSITIVE: []
|
1005
|
+
end
|
1006
|
+
|
1007
|
+
class EC2InstanceLimit
|
1008
|
+
attr_accessor ec2_instance_type: ("t2.micro" | "t2.small" | "t2.medium" | "t2.large" | "c3.large" | "c3.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c4.large" | "c4.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c5.large" | "c5.xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5a.large" | "c5a.xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "r3.large" | "r3.xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r4.large" | "r4.xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.16xlarge" | "r5.large" | "r5.xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5a.large" | "r5a.xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "m3.medium" | "m3.large" | "m3.xlarge" | "m3.2xlarge" | "m4.large" | "m4.xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.10xlarge" | "m5.large" | "m5.xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5a.large" | "m5a.xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "c5d.large" | "c5d.xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c6a.large" | "c6a.xlarge" | "c6a.2xlarge" | "c6a.4xlarge" | "c6a.8xlarge" | "c6a.12xlarge" | "c6a.16xlarge" | "c6a.24xlarge" | "c6i.large" | "c6i.xlarge" | "c6i.2xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "r5d.large" | "r5d.xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "m6g.medium" | "m6g.large" | "m6g.xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "c6g.medium" | "c6g.large" | "c6g.xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "r6g.medium" | "r6g.large" | "r6g.xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "c6gn.medium" | "c6gn.large" | "c6gn.xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c7g.medium" | "c7g.large" | "c7g.xlarge" | "c7g.2xlarge" | "c7g.4xlarge" | "c7g.8xlarge" | "c7g.12xlarge" | "c7g.16xlarge" | "r7g.medium" | "r7g.large" | "r7g.xlarge" | "r7g.2xlarge" | "r7g.4xlarge" | "r7g.8xlarge" | "r7g.12xlarge" | "r7g.16xlarge" | "m7g.medium" | "m7g.large" | "m7g.xlarge" | "m7g.2xlarge" | "m7g.4xlarge" | "m7g.8xlarge" | "m7g.12xlarge" | "m7g.16xlarge" | "g5g.xlarge" | "g5g.2xlarge" | "g5g.4xlarge" | "g5g.8xlarge" | "g5g.16xlarge")
|
1009
|
+
attr_accessor current_instances: ::Integer
|
1010
|
+
attr_accessor instance_limit: ::Integer
|
1011
|
+
attr_accessor location: ::String
|
1012
|
+
SENSITIVE: []
|
1013
|
+
end
|
1014
|
+
|
1015
|
+
class Event
|
1016
|
+
attr_accessor event_id: ::String
|
1017
|
+
attr_accessor resource_id: ::String
|
1018
|
+
attr_accessor event_code: ("GENERIC_EVENT" | "FLEET_CREATED" | "FLEET_DELETED" | "FLEET_SCALING_EVENT" | "FLEET_STATE_DOWNLOADING" | "FLEET_STATE_VALIDATING" | "FLEET_STATE_BUILDING" | "FLEET_STATE_ACTIVATING" | "FLEET_STATE_ACTIVE" | "FLEET_STATE_ERROR" | "FLEET_INITIALIZATION_FAILED" | "FLEET_BINARY_DOWNLOAD_FAILED" | "FLEET_VALIDATION_LAUNCH_PATH_NOT_FOUND" | "FLEET_VALIDATION_EXECUTABLE_RUNTIME_FAILURE" | "FLEET_VALIDATION_TIMED_OUT" | "FLEET_ACTIVATION_FAILED" | "FLEET_ACTIVATION_FAILED_NO_INSTANCES" | "FLEET_NEW_GAME_SESSION_PROTECTION_POLICY_UPDATED" | "SERVER_PROCESS_INVALID_PATH" | "SERVER_PROCESS_SDK_INITIALIZATION_TIMEOUT" | "SERVER_PROCESS_PROCESS_READY_TIMEOUT" | "SERVER_PROCESS_CRASHED" | "SERVER_PROCESS_TERMINATED_UNHEALTHY" | "SERVER_PROCESS_FORCE_TERMINATED" | "SERVER_PROCESS_PROCESS_EXIT_TIMEOUT" | "GAME_SESSION_ACTIVATION_TIMEOUT" | "FLEET_CREATION_EXTRACTING_BUILD" | "FLEET_CREATION_RUNNING_INSTALLER" | "FLEET_CREATION_VALIDATING_RUNTIME_CONFIG" | "FLEET_VPC_PEERING_SUCCEEDED" | "FLEET_VPC_PEERING_FAILED" | "FLEET_VPC_PEERING_DELETED" | "INSTANCE_INTERRUPTED" | "INSTANCE_RECYCLED")
|
1019
|
+
attr_accessor message: ::String
|
1020
|
+
attr_accessor event_time: ::Time
|
1021
|
+
attr_accessor pre_signed_log_url: ::String
|
1022
|
+
attr_accessor count: ::Integer
|
1023
|
+
SENSITIVE: []
|
1024
|
+
end
|
1025
|
+
|
1026
|
+
class FilterConfiguration
|
1027
|
+
attr_accessor allowed_locations: ::Array[::String]
|
1028
|
+
SENSITIVE: []
|
1029
|
+
end
|
1030
|
+
|
1031
|
+
class FleetAttributes
|
1032
|
+
attr_accessor fleet_id: ::String
|
1033
|
+
attr_accessor fleet_arn: ::String
|
1034
|
+
attr_accessor fleet_type: ("ON_DEMAND" | "SPOT")
|
1035
|
+
attr_accessor instance_type: ("t2.micro" | "t2.small" | "t2.medium" | "t2.large" | "c3.large" | "c3.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c4.large" | "c4.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c5.large" | "c5.xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5a.large" | "c5a.xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "r3.large" | "r3.xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r4.large" | "r4.xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.16xlarge" | "r5.large" | "r5.xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5a.large" | "r5a.xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "m3.medium" | "m3.large" | "m3.xlarge" | "m3.2xlarge" | "m4.large" | "m4.xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.10xlarge" | "m5.large" | "m5.xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5a.large" | "m5a.xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "c5d.large" | "c5d.xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c6a.large" | "c6a.xlarge" | "c6a.2xlarge" | "c6a.4xlarge" | "c6a.8xlarge" | "c6a.12xlarge" | "c6a.16xlarge" | "c6a.24xlarge" | "c6i.large" | "c6i.xlarge" | "c6i.2xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "r5d.large" | "r5d.xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "m6g.medium" | "m6g.large" | "m6g.xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "c6g.medium" | "c6g.large" | "c6g.xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "r6g.medium" | "r6g.large" | "r6g.xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "c6gn.medium" | "c6gn.large" | "c6gn.xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c7g.medium" | "c7g.large" | "c7g.xlarge" | "c7g.2xlarge" | "c7g.4xlarge" | "c7g.8xlarge" | "c7g.12xlarge" | "c7g.16xlarge" | "r7g.medium" | "r7g.large" | "r7g.xlarge" | "r7g.2xlarge" | "r7g.4xlarge" | "r7g.8xlarge" | "r7g.12xlarge" | "r7g.16xlarge" | "m7g.medium" | "m7g.large" | "m7g.xlarge" | "m7g.2xlarge" | "m7g.4xlarge" | "m7g.8xlarge" | "m7g.12xlarge" | "m7g.16xlarge" | "g5g.xlarge" | "g5g.2xlarge" | "g5g.4xlarge" | "g5g.8xlarge" | "g5g.16xlarge")
|
1036
|
+
attr_accessor description: ::String
|
1037
|
+
attr_accessor name: ::String
|
1038
|
+
attr_accessor creation_time: ::Time
|
1039
|
+
attr_accessor termination_time: ::Time
|
1040
|
+
attr_accessor status: ("NEW" | "DOWNLOADING" | "VALIDATING" | "BUILDING" | "ACTIVATING" | "ACTIVE" | "DELETING" | "ERROR" | "TERMINATED" | "NOT_FOUND")
|
1041
|
+
attr_accessor build_id: ::String
|
1042
|
+
attr_accessor build_arn: ::String
|
1043
|
+
attr_accessor script_id: ::String
|
1044
|
+
attr_accessor script_arn: ::String
|
1045
|
+
attr_accessor server_launch_path: ::String
|
1046
|
+
attr_accessor server_launch_parameters: ::String
|
1047
|
+
attr_accessor log_paths: ::Array[::String]
|
1048
|
+
attr_accessor new_game_session_protection_policy: ("NoProtection" | "FullProtection")
|
1049
|
+
attr_accessor operating_system: ("WINDOWS_2012" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "WINDOWS_2016" | "AMAZON_LINUX_2023")
|
1050
|
+
attr_accessor resource_creation_limit_policy: Types::ResourceCreationLimitPolicy
|
1051
|
+
attr_accessor metric_groups: ::Array[::String]
|
1052
|
+
attr_accessor stopped_actions: ::Array[("AUTO_SCALING")]
|
1053
|
+
attr_accessor instance_role_arn: ::String
|
1054
|
+
attr_accessor certificate_configuration: Types::CertificateConfiguration
|
1055
|
+
attr_accessor compute_type: ("EC2" | "ANYWHERE" | "CONTAINER")
|
1056
|
+
attr_accessor anywhere_configuration: Types::AnywhereConfiguration
|
1057
|
+
attr_accessor instance_role_credentials_provider: ("SHARED_CREDENTIAL_FILE")
|
1058
|
+
attr_accessor container_groups_attributes: Types::ContainerGroupsAttributes
|
1059
|
+
SENSITIVE: []
|
1060
|
+
end
|
1061
|
+
|
1062
|
+
class FleetCapacity
|
1063
|
+
attr_accessor fleet_id: ::String
|
1064
|
+
attr_accessor fleet_arn: ::String
|
1065
|
+
attr_accessor instance_type: ("t2.micro" | "t2.small" | "t2.medium" | "t2.large" | "c3.large" | "c3.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c4.large" | "c4.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c5.large" | "c5.xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5a.large" | "c5a.xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "r3.large" | "r3.xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r4.large" | "r4.xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.16xlarge" | "r5.large" | "r5.xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5a.large" | "r5a.xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "m3.medium" | "m3.large" | "m3.xlarge" | "m3.2xlarge" | "m4.large" | "m4.xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.10xlarge" | "m5.large" | "m5.xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5a.large" | "m5a.xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "c5d.large" | "c5d.xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c6a.large" | "c6a.xlarge" | "c6a.2xlarge" | "c6a.4xlarge" | "c6a.8xlarge" | "c6a.12xlarge" | "c6a.16xlarge" | "c6a.24xlarge" | "c6i.large" | "c6i.xlarge" | "c6i.2xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "r5d.large" | "r5d.xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "m6g.medium" | "m6g.large" | "m6g.xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "c6g.medium" | "c6g.large" | "c6g.xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "r6g.medium" | "r6g.large" | "r6g.xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "c6gn.medium" | "c6gn.large" | "c6gn.xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c7g.medium" | "c7g.large" | "c7g.xlarge" | "c7g.2xlarge" | "c7g.4xlarge" | "c7g.8xlarge" | "c7g.12xlarge" | "c7g.16xlarge" | "r7g.medium" | "r7g.large" | "r7g.xlarge" | "r7g.2xlarge" | "r7g.4xlarge" | "r7g.8xlarge" | "r7g.12xlarge" | "r7g.16xlarge" | "m7g.medium" | "m7g.large" | "m7g.xlarge" | "m7g.2xlarge" | "m7g.4xlarge" | "m7g.8xlarge" | "m7g.12xlarge" | "m7g.16xlarge" | "g5g.xlarge" | "g5g.2xlarge" | "g5g.4xlarge" | "g5g.8xlarge" | "g5g.16xlarge")
|
1066
|
+
attr_accessor instance_counts: Types::EC2InstanceCounts
|
1067
|
+
attr_accessor location: ::String
|
1068
|
+
attr_accessor replica_container_group_counts: Types::ReplicaContainerGroupCounts
|
1069
|
+
SENSITIVE: []
|
1070
|
+
end
|
1071
|
+
|
1072
|
+
class FleetCapacityExceededException
|
1073
|
+
attr_accessor message: ::String
|
1074
|
+
SENSITIVE: []
|
1075
|
+
end
|
1076
|
+
|
1077
|
+
class FleetUtilization
|
1078
|
+
attr_accessor fleet_id: ::String
|
1079
|
+
attr_accessor fleet_arn: ::String
|
1080
|
+
attr_accessor active_server_process_count: ::Integer
|
1081
|
+
attr_accessor active_game_session_count: ::Integer
|
1082
|
+
attr_accessor current_player_session_count: ::Integer
|
1083
|
+
attr_accessor maximum_player_session_count: ::Integer
|
1084
|
+
attr_accessor location: ::String
|
1085
|
+
SENSITIVE: []
|
1086
|
+
end
|
1087
|
+
|
1088
|
+
class GameProperty
|
1089
|
+
attr_accessor key: ::String
|
1090
|
+
attr_accessor value: ::String
|
1091
|
+
SENSITIVE: []
|
1092
|
+
end
|
1093
|
+
|
1094
|
+
class GameServer
|
1095
|
+
attr_accessor game_server_group_name: ::String
|
1096
|
+
attr_accessor game_server_group_arn: ::String
|
1097
|
+
attr_accessor game_server_id: ::String
|
1098
|
+
attr_accessor instance_id: ::String
|
1099
|
+
attr_accessor connection_info: ::String
|
1100
|
+
attr_accessor game_server_data: ::String
|
1101
|
+
attr_accessor claim_status: ("CLAIMED")
|
1102
|
+
attr_accessor utilization_status: ("AVAILABLE" | "UTILIZED")
|
1103
|
+
attr_accessor registration_time: ::Time
|
1104
|
+
attr_accessor last_claim_time: ::Time
|
1105
|
+
attr_accessor last_health_check_time: ::Time
|
1106
|
+
SENSITIVE: []
|
1107
|
+
end
|
1108
|
+
|
1109
|
+
class GameServerGroup
|
1110
|
+
attr_accessor game_server_group_name: ::String
|
1111
|
+
attr_accessor game_server_group_arn: ::String
|
1112
|
+
attr_accessor role_arn: ::String
|
1113
|
+
attr_accessor instance_definitions: ::Array[Types::InstanceDefinition]
|
1114
|
+
attr_accessor balancing_strategy: ("SPOT_ONLY" | "SPOT_PREFERRED" | "ON_DEMAND_ONLY")
|
1115
|
+
attr_accessor game_server_protection_policy: ("NO_PROTECTION" | "FULL_PROTECTION")
|
1116
|
+
attr_accessor auto_scaling_group_arn: ::String
|
1117
|
+
attr_accessor status: ("NEW" | "ACTIVATING" | "ACTIVE" | "DELETE_SCHEDULED" | "DELETING" | "DELETED" | "ERROR")
|
1118
|
+
attr_accessor status_reason: ::String
|
1119
|
+
attr_accessor suspended_actions: ::Array[("REPLACE_INSTANCE_TYPES")]
|
1120
|
+
attr_accessor creation_time: ::Time
|
1121
|
+
attr_accessor last_updated_time: ::Time
|
1122
|
+
SENSITIVE: []
|
1123
|
+
end
|
1124
|
+
|
1125
|
+
class GameServerGroupAutoScalingPolicy
|
1126
|
+
attr_accessor estimated_instance_warmup: ::Integer
|
1127
|
+
attr_accessor target_tracking_configuration: Types::TargetTrackingConfiguration
|
1128
|
+
SENSITIVE: []
|
1129
|
+
end
|
1130
|
+
|
1131
|
+
class GameServerInstance
|
1132
|
+
attr_accessor game_server_group_name: ::String
|
1133
|
+
attr_accessor game_server_group_arn: ::String
|
1134
|
+
attr_accessor instance_id: ::String
|
1135
|
+
attr_accessor instance_status: ("ACTIVE" | "DRAINING" | "SPOT_TERMINATING")
|
1136
|
+
SENSITIVE: []
|
1137
|
+
end
|
1138
|
+
|
1139
|
+
class GameSession
|
1140
|
+
attr_accessor game_session_id: ::String
|
1141
|
+
attr_accessor name: ::String
|
1142
|
+
attr_accessor fleet_id: ::String
|
1143
|
+
attr_accessor fleet_arn: ::String
|
1144
|
+
attr_accessor creation_time: ::Time
|
1145
|
+
attr_accessor termination_time: ::Time
|
1146
|
+
attr_accessor current_player_session_count: ::Integer
|
1147
|
+
attr_accessor maximum_player_session_count: ::Integer
|
1148
|
+
attr_accessor status: ("ACTIVE" | "ACTIVATING" | "TERMINATED" | "TERMINATING" | "ERROR")
|
1149
|
+
attr_accessor status_reason: ("INTERRUPTED")
|
1150
|
+
attr_accessor game_properties: ::Array[Types::GameProperty]
|
1151
|
+
attr_accessor ip_address: ::String
|
1152
|
+
attr_accessor dns_name: ::String
|
1153
|
+
attr_accessor port: ::Integer
|
1154
|
+
attr_accessor player_session_creation_policy: ("ACCEPT_ALL" | "DENY_ALL")
|
1155
|
+
attr_accessor creator_id: ::String
|
1156
|
+
attr_accessor game_session_data: ::String
|
1157
|
+
attr_accessor matchmaker_data: ::String
|
1158
|
+
attr_accessor location: ::String
|
1159
|
+
SENSITIVE: [:ip_address, :port]
|
1160
|
+
end
|
1161
|
+
|
1162
|
+
class GameSessionConnectionInfo
|
1163
|
+
attr_accessor game_session_arn: ::String
|
1164
|
+
attr_accessor ip_address: ::String
|
1165
|
+
attr_accessor dns_name: ::String
|
1166
|
+
attr_accessor port: ::Integer
|
1167
|
+
attr_accessor matched_player_sessions: ::Array[Types::MatchedPlayerSession]
|
1168
|
+
SENSITIVE: [:ip_address]
|
1169
|
+
end
|
1170
|
+
|
1171
|
+
class GameSessionDetail
|
1172
|
+
attr_accessor game_session: Types::GameSession
|
1173
|
+
attr_accessor protection_policy: ("NoProtection" | "FullProtection")
|
1174
|
+
SENSITIVE: []
|
1175
|
+
end
|
1176
|
+
|
1177
|
+
class GameSessionFullException
|
1178
|
+
attr_accessor message: ::String
|
1179
|
+
SENSITIVE: []
|
1180
|
+
end
|
1181
|
+
|
1182
|
+
class GameSessionPlacement
|
1183
|
+
attr_accessor placement_id: ::String
|
1184
|
+
attr_accessor game_session_queue_name: ::String
|
1185
|
+
attr_accessor status: ("PENDING" | "FULFILLED" | "CANCELLED" | "TIMED_OUT" | "FAILED")
|
1186
|
+
attr_accessor game_properties: ::Array[Types::GameProperty]
|
1187
|
+
attr_accessor maximum_player_session_count: ::Integer
|
1188
|
+
attr_accessor game_session_name: ::String
|
1189
|
+
attr_accessor game_session_id: ::String
|
1190
|
+
attr_accessor game_session_arn: ::String
|
1191
|
+
attr_accessor game_session_region: ::String
|
1192
|
+
attr_accessor player_latencies: ::Array[Types::PlayerLatency]
|
1193
|
+
attr_accessor start_time: ::Time
|
1194
|
+
attr_accessor end_time: ::Time
|
1195
|
+
attr_accessor ip_address: ::String
|
1196
|
+
attr_accessor dns_name: ::String
|
1197
|
+
attr_accessor port: ::Integer
|
1198
|
+
attr_accessor placed_player_sessions: ::Array[Types::PlacedPlayerSession]
|
1199
|
+
attr_accessor game_session_data: ::String
|
1200
|
+
attr_accessor matchmaker_data: ::String
|
1201
|
+
SENSITIVE: [:ip_address, :port]
|
1202
|
+
end
|
1203
|
+
|
1204
|
+
class GameSessionQueue
|
1205
|
+
attr_accessor name: ::String
|
1206
|
+
attr_accessor game_session_queue_arn: ::String
|
1207
|
+
attr_accessor timeout_in_seconds: ::Integer
|
1208
|
+
attr_accessor player_latency_policies: ::Array[Types::PlayerLatencyPolicy]
|
1209
|
+
attr_accessor destinations: ::Array[Types::GameSessionQueueDestination]
|
1210
|
+
attr_accessor filter_configuration: Types::FilterConfiguration
|
1211
|
+
attr_accessor priority_configuration: Types::PriorityConfiguration
|
1212
|
+
attr_accessor custom_event_data: ::String
|
1213
|
+
attr_accessor notification_target: ::String
|
1214
|
+
SENSITIVE: []
|
1215
|
+
end
|
1216
|
+
|
1217
|
+
class GameSessionQueueDestination
|
1218
|
+
attr_accessor destination_arn: ::String
|
1219
|
+
SENSITIVE: []
|
1220
|
+
end
|
1221
|
+
|
1222
|
+
class GetComputeAccessInput
|
1223
|
+
attr_accessor fleet_id: ::String
|
1224
|
+
attr_accessor compute_name: ::String
|
1225
|
+
SENSITIVE: []
|
1226
|
+
end
|
1227
|
+
|
1228
|
+
class GetComputeAccessOutput
|
1229
|
+
attr_accessor fleet_id: ::String
|
1230
|
+
attr_accessor fleet_arn: ::String
|
1231
|
+
attr_accessor compute_name: ::String
|
1232
|
+
attr_accessor compute_arn: ::String
|
1233
|
+
attr_accessor credentials: Types::AwsCredentials
|
1234
|
+
attr_accessor target: ::String
|
1235
|
+
SENSITIVE: [:credentials]
|
1236
|
+
end
|
1237
|
+
|
1238
|
+
class GetComputeAuthTokenInput
|
1239
|
+
attr_accessor fleet_id: ::String
|
1240
|
+
attr_accessor compute_name: ::String
|
1241
|
+
SENSITIVE: []
|
1242
|
+
end
|
1243
|
+
|
1244
|
+
class GetComputeAuthTokenOutput
|
1245
|
+
attr_accessor fleet_id: ::String
|
1246
|
+
attr_accessor fleet_arn: ::String
|
1247
|
+
attr_accessor compute_name: ::String
|
1248
|
+
attr_accessor compute_arn: ::String
|
1249
|
+
attr_accessor auth_token: ::String
|
1250
|
+
attr_accessor expiration_timestamp: ::Time
|
1251
|
+
SENSITIVE: []
|
1252
|
+
end
|
1253
|
+
|
1254
|
+
class GetGameSessionLogUrlInput
|
1255
|
+
attr_accessor game_session_id: ::String
|
1256
|
+
SENSITIVE: []
|
1257
|
+
end
|
1258
|
+
|
1259
|
+
class GetGameSessionLogUrlOutput
|
1260
|
+
attr_accessor pre_signed_url: ::String
|
1261
|
+
SENSITIVE: []
|
1262
|
+
end
|
1263
|
+
|
1264
|
+
class GetInstanceAccessInput
|
1265
|
+
attr_accessor fleet_id: ::String
|
1266
|
+
attr_accessor instance_id: ::String
|
1267
|
+
SENSITIVE: []
|
1268
|
+
end
|
1269
|
+
|
1270
|
+
class GetInstanceAccessOutput
|
1271
|
+
attr_accessor instance_access: Types::InstanceAccess
|
1272
|
+
SENSITIVE: []
|
1273
|
+
end
|
1274
|
+
|
1275
|
+
class IdempotentParameterMismatchException
|
1276
|
+
attr_accessor message: ::String
|
1277
|
+
SENSITIVE: []
|
1278
|
+
end
|
1279
|
+
|
1280
|
+
class Instance
|
1281
|
+
attr_accessor fleet_id: ::String
|
1282
|
+
attr_accessor fleet_arn: ::String
|
1283
|
+
attr_accessor instance_id: ::String
|
1284
|
+
attr_accessor ip_address: ::String
|
1285
|
+
attr_accessor dns_name: ::String
|
1286
|
+
attr_accessor operating_system: ("WINDOWS_2012" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "WINDOWS_2016" | "AMAZON_LINUX_2023")
|
1287
|
+
attr_accessor type: ("t2.micro" | "t2.small" | "t2.medium" | "t2.large" | "c3.large" | "c3.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c4.large" | "c4.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c5.large" | "c5.xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5a.large" | "c5a.xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "r3.large" | "r3.xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r4.large" | "r4.xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.16xlarge" | "r5.large" | "r5.xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5a.large" | "r5a.xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "m3.medium" | "m3.large" | "m3.xlarge" | "m3.2xlarge" | "m4.large" | "m4.xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.10xlarge" | "m5.large" | "m5.xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5a.large" | "m5a.xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "c5d.large" | "c5d.xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c6a.large" | "c6a.xlarge" | "c6a.2xlarge" | "c6a.4xlarge" | "c6a.8xlarge" | "c6a.12xlarge" | "c6a.16xlarge" | "c6a.24xlarge" | "c6i.large" | "c6i.xlarge" | "c6i.2xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "r5d.large" | "r5d.xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "m6g.medium" | "m6g.large" | "m6g.xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "c6g.medium" | "c6g.large" | "c6g.xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "r6g.medium" | "r6g.large" | "r6g.xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "c6gn.medium" | "c6gn.large" | "c6gn.xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c7g.medium" | "c7g.large" | "c7g.xlarge" | "c7g.2xlarge" | "c7g.4xlarge" | "c7g.8xlarge" | "c7g.12xlarge" | "c7g.16xlarge" | "r7g.medium" | "r7g.large" | "r7g.xlarge" | "r7g.2xlarge" | "r7g.4xlarge" | "r7g.8xlarge" | "r7g.12xlarge" | "r7g.16xlarge" | "m7g.medium" | "m7g.large" | "m7g.xlarge" | "m7g.2xlarge" | "m7g.4xlarge" | "m7g.8xlarge" | "m7g.12xlarge" | "m7g.16xlarge" | "g5g.xlarge" | "g5g.2xlarge" | "g5g.4xlarge" | "g5g.8xlarge" | "g5g.16xlarge")
|
1288
|
+
attr_accessor status: ("PENDING" | "ACTIVE" | "TERMINATING")
|
1289
|
+
attr_accessor creation_time: ::Time
|
1290
|
+
attr_accessor location: ::String
|
1291
|
+
SENSITIVE: [:ip_address]
|
1292
|
+
end
|
1293
|
+
|
1294
|
+
class InstanceAccess
|
1295
|
+
attr_accessor fleet_id: ::String
|
1296
|
+
attr_accessor instance_id: ::String
|
1297
|
+
attr_accessor ip_address: ::String
|
1298
|
+
attr_accessor operating_system: ("WINDOWS_2012" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "WINDOWS_2016" | "AMAZON_LINUX_2023")
|
1299
|
+
attr_accessor credentials: Types::InstanceCredentials
|
1300
|
+
SENSITIVE: [:ip_address, :credentials]
|
1301
|
+
end
|
1302
|
+
|
1303
|
+
class InstanceCredentials
|
1304
|
+
attr_accessor user_name: ::String
|
1305
|
+
attr_accessor secret: ::String
|
1306
|
+
SENSITIVE: []
|
1307
|
+
end
|
1308
|
+
|
1309
|
+
class InstanceDefinition
|
1310
|
+
attr_accessor instance_type: ("c4.large" | "c4.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c5.large" | "c5.xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5a.large" | "c5a.xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "c6g.medium" | "c6g.large" | "c6g.xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "r4.large" | "r4.xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.16xlarge" | "r5.large" | "r5.xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5a.large" | "r5a.xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "r6g.medium" | "r6g.large" | "r6g.xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "m4.large" | "m4.xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.10xlarge" | "m5.large" | "m5.xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5a.large" | "m5a.xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "m6g.medium" | "m6g.large" | "m6g.xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.12xlarge" | "m6g.16xlarge")
|
1311
|
+
attr_accessor weighted_capacity: ::String
|
1312
|
+
SENSITIVE: []
|
1313
|
+
end
|
1314
|
+
|
1315
|
+
class InternalServiceException
|
1316
|
+
attr_accessor message: ::String
|
1317
|
+
SENSITIVE: []
|
1318
|
+
end
|
1319
|
+
|
1320
|
+
class InvalidFleetStatusException
|
1321
|
+
attr_accessor message: ::String
|
1322
|
+
SENSITIVE: []
|
1323
|
+
end
|
1324
|
+
|
1325
|
+
class InvalidGameSessionStatusException
|
1326
|
+
attr_accessor message: ::String
|
1327
|
+
SENSITIVE: []
|
1328
|
+
end
|
1329
|
+
|
1330
|
+
class InvalidRequestException
|
1331
|
+
attr_accessor message: ::String
|
1332
|
+
SENSITIVE: []
|
1333
|
+
end
|
1334
|
+
|
1335
|
+
class IpPermission
|
1336
|
+
attr_accessor from_port: ::Integer
|
1337
|
+
attr_accessor to_port: ::Integer
|
1338
|
+
attr_accessor ip_range: ::String
|
1339
|
+
attr_accessor protocol: ("TCP" | "UDP")
|
1340
|
+
SENSITIVE: [:from_port, :to_port, :ip_range]
|
1341
|
+
end
|
1342
|
+
|
1343
|
+
class LaunchTemplateSpecification
|
1344
|
+
attr_accessor launch_template_id: ::String
|
1345
|
+
attr_accessor launch_template_name: ::String
|
1346
|
+
attr_accessor version: ::String
|
1347
|
+
SENSITIVE: []
|
1348
|
+
end
|
1349
|
+
|
1350
|
+
class LimitExceededException
|
1351
|
+
attr_accessor message: ::String
|
1352
|
+
SENSITIVE: []
|
1353
|
+
end
|
1354
|
+
|
1355
|
+
class ListAliasesInput
|
1356
|
+
attr_accessor routing_strategy_type: ("SIMPLE" | "TERMINAL")
|
1357
|
+
attr_accessor name: ::String
|
1358
|
+
attr_accessor limit: ::Integer
|
1359
|
+
attr_accessor next_token: ::String
|
1360
|
+
SENSITIVE: []
|
1361
|
+
end
|
1362
|
+
|
1363
|
+
class ListAliasesOutput
|
1364
|
+
attr_accessor aliases: ::Array[Types::Alias]
|
1365
|
+
attr_accessor next_token: ::String
|
1366
|
+
SENSITIVE: []
|
1367
|
+
end
|
1368
|
+
|
1369
|
+
class ListBuildsInput
|
1370
|
+
attr_accessor status: ("INITIALIZED" | "READY" | "FAILED")
|
1371
|
+
attr_accessor limit: ::Integer
|
1372
|
+
attr_accessor next_token: ::String
|
1373
|
+
SENSITIVE: []
|
1374
|
+
end
|
1375
|
+
|
1376
|
+
class ListBuildsOutput
|
1377
|
+
attr_accessor builds: ::Array[Types::Build]
|
1378
|
+
attr_accessor next_token: ::String
|
1379
|
+
SENSITIVE: []
|
1380
|
+
end
|
1381
|
+
|
1382
|
+
class ListComputeInput
|
1383
|
+
attr_accessor fleet_id: ::String
|
1384
|
+
attr_accessor location: ::String
|
1385
|
+
attr_accessor limit: ::Integer
|
1386
|
+
attr_accessor next_token: ::String
|
1387
|
+
SENSITIVE: []
|
1388
|
+
end
|
1389
|
+
|
1390
|
+
class ListComputeOutput
|
1391
|
+
attr_accessor compute_list: ::Array[Types::Compute]
|
1392
|
+
attr_accessor next_token: ::String
|
1393
|
+
SENSITIVE: []
|
1394
|
+
end
|
1395
|
+
|
1396
|
+
class ListContainerGroupDefinitionsInput
|
1397
|
+
attr_accessor scheduling_strategy: ("REPLICA" | "DAEMON")
|
1398
|
+
attr_accessor limit: ::Integer
|
1399
|
+
attr_accessor next_token: ::String
|
1400
|
+
SENSITIVE: []
|
1401
|
+
end
|
1402
|
+
|
1403
|
+
class ListContainerGroupDefinitionsOutput
|
1404
|
+
attr_accessor container_group_definitions: ::Array[Types::ContainerGroupDefinition]
|
1405
|
+
attr_accessor next_token: ::String
|
1406
|
+
SENSITIVE: []
|
1407
|
+
end
|
1408
|
+
|
1409
|
+
class ListFleetsInput
|
1410
|
+
attr_accessor build_id: ::String
|
1411
|
+
attr_accessor script_id: ::String
|
1412
|
+
attr_accessor container_group_definition_name: ::String
|
1413
|
+
attr_accessor limit: ::Integer
|
1414
|
+
attr_accessor next_token: ::String
|
1415
|
+
SENSITIVE: []
|
1416
|
+
end
|
1417
|
+
|
1418
|
+
class ListFleetsOutput
|
1419
|
+
attr_accessor fleet_ids: ::Array[::String]
|
1420
|
+
attr_accessor next_token: ::String
|
1421
|
+
SENSITIVE: []
|
1422
|
+
end
|
1423
|
+
|
1424
|
+
class ListGameServerGroupsInput
|
1425
|
+
attr_accessor limit: ::Integer
|
1426
|
+
attr_accessor next_token: ::String
|
1427
|
+
SENSITIVE: []
|
1428
|
+
end
|
1429
|
+
|
1430
|
+
class ListGameServerGroupsOutput
|
1431
|
+
attr_accessor game_server_groups: ::Array[Types::GameServerGroup]
|
1432
|
+
attr_accessor next_token: ::String
|
1433
|
+
SENSITIVE: []
|
1434
|
+
end
|
1435
|
+
|
1436
|
+
class ListGameServersInput
|
1437
|
+
attr_accessor game_server_group_name: ::String
|
1438
|
+
attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
|
1439
|
+
attr_accessor limit: ::Integer
|
1440
|
+
attr_accessor next_token: ::String
|
1441
|
+
SENSITIVE: []
|
1442
|
+
end
|
1443
|
+
|
1444
|
+
class ListGameServersOutput
|
1445
|
+
attr_accessor game_servers: ::Array[Types::GameServer]
|
1446
|
+
attr_accessor next_token: ::String
|
1447
|
+
SENSITIVE: []
|
1448
|
+
end
|
1449
|
+
|
1450
|
+
class ListLocationsInput
|
1451
|
+
attr_accessor filters: ::Array[("AWS" | "CUSTOM")]
|
1452
|
+
attr_accessor limit: ::Integer
|
1453
|
+
attr_accessor next_token: ::String
|
1454
|
+
SENSITIVE: []
|
1455
|
+
end
|
1456
|
+
|
1457
|
+
class ListLocationsOutput
|
1458
|
+
attr_accessor locations: ::Array[Types::LocationModel]
|
1459
|
+
attr_accessor next_token: ::String
|
1460
|
+
SENSITIVE: []
|
1461
|
+
end
|
1462
|
+
|
1463
|
+
class ListScriptsInput
|
1464
|
+
attr_accessor limit: ::Integer
|
1465
|
+
attr_accessor next_token: ::String
|
1466
|
+
SENSITIVE: []
|
1467
|
+
end
|
1468
|
+
|
1469
|
+
class ListScriptsOutput
|
1470
|
+
attr_accessor scripts: ::Array[Types::Script]
|
1471
|
+
attr_accessor next_token: ::String
|
1472
|
+
SENSITIVE: []
|
1473
|
+
end
|
1474
|
+
|
1475
|
+
class ListTagsForResourceRequest
|
1476
|
+
attr_accessor resource_arn: ::String
|
1477
|
+
SENSITIVE: []
|
1478
|
+
end
|
1479
|
+
|
1480
|
+
class ListTagsForResourceResponse
|
1481
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1482
|
+
SENSITIVE: []
|
1483
|
+
end
|
1484
|
+
|
1485
|
+
class LocationAttributes
|
1486
|
+
attr_accessor location_state: Types::LocationState
|
1487
|
+
attr_accessor stopped_actions: ::Array[("AUTO_SCALING")]
|
1488
|
+
attr_accessor update_status: ("PENDING_UPDATE")
|
1489
|
+
SENSITIVE: []
|
1490
|
+
end
|
1491
|
+
|
1492
|
+
class LocationConfiguration
|
1493
|
+
attr_accessor location: ::String
|
1494
|
+
SENSITIVE: []
|
1495
|
+
end
|
1496
|
+
|
1497
|
+
class LocationModel
|
1498
|
+
attr_accessor location_name: ::String
|
1499
|
+
attr_accessor location_arn: ::String
|
1500
|
+
SENSITIVE: []
|
1501
|
+
end
|
1502
|
+
|
1503
|
+
class LocationState
|
1504
|
+
attr_accessor location: ::String
|
1505
|
+
attr_accessor status: ("NEW" | "DOWNLOADING" | "VALIDATING" | "BUILDING" | "ACTIVATING" | "ACTIVE" | "DELETING" | "ERROR" | "TERMINATED" | "NOT_FOUND")
|
1506
|
+
SENSITIVE: []
|
1507
|
+
end
|
1508
|
+
|
1509
|
+
class MatchedPlayerSession
|
1510
|
+
attr_accessor player_id: ::String
|
1511
|
+
attr_accessor player_session_id: ::String
|
1512
|
+
SENSITIVE: [:player_id]
|
1513
|
+
end
|
1514
|
+
|
1515
|
+
class MatchmakingConfiguration
|
1516
|
+
attr_accessor name: ::String
|
1517
|
+
attr_accessor configuration_arn: ::String
|
1518
|
+
attr_accessor description: ::String
|
1519
|
+
attr_accessor game_session_queue_arns: ::Array[::String]
|
1520
|
+
attr_accessor request_timeout_seconds: ::Integer
|
1521
|
+
attr_accessor acceptance_timeout_seconds: ::Integer
|
1522
|
+
attr_accessor acceptance_required: bool
|
1523
|
+
attr_accessor rule_set_name: ::String
|
1524
|
+
attr_accessor rule_set_arn: ::String
|
1525
|
+
attr_accessor notification_target: ::String
|
1526
|
+
attr_accessor additional_player_count: ::Integer
|
1527
|
+
attr_accessor custom_event_data: ::String
|
1528
|
+
attr_accessor creation_time: ::Time
|
1529
|
+
attr_accessor game_properties: ::Array[Types::GameProperty]
|
1530
|
+
attr_accessor game_session_data: ::String
|
1531
|
+
attr_accessor backfill_mode: ("AUTOMATIC" | "MANUAL")
|
1532
|
+
attr_accessor flex_match_mode: ("STANDALONE" | "WITH_QUEUE")
|
1533
|
+
SENSITIVE: []
|
1534
|
+
end
|
1535
|
+
|
1536
|
+
class MatchmakingRuleSet
|
1537
|
+
attr_accessor rule_set_name: ::String
|
1538
|
+
attr_accessor rule_set_arn: ::String
|
1539
|
+
attr_accessor rule_set_body: ::String
|
1540
|
+
attr_accessor creation_time: ::Time
|
1541
|
+
SENSITIVE: []
|
1542
|
+
end
|
1543
|
+
|
1544
|
+
class MatchmakingTicket
|
1545
|
+
attr_accessor ticket_id: ::String
|
1546
|
+
attr_accessor configuration_name: ::String
|
1547
|
+
attr_accessor configuration_arn: ::String
|
1548
|
+
attr_accessor status: ("CANCELLED" | "COMPLETED" | "FAILED" | "PLACING" | "QUEUED" | "REQUIRES_ACCEPTANCE" | "SEARCHING" | "TIMED_OUT")
|
1549
|
+
attr_accessor status_reason: ::String
|
1550
|
+
attr_accessor status_message: ::String
|
1551
|
+
attr_accessor start_time: ::Time
|
1552
|
+
attr_accessor end_time: ::Time
|
1553
|
+
attr_accessor players: ::Array[Types::Player]
|
1554
|
+
attr_accessor game_session_connection_info: Types::GameSessionConnectionInfo
|
1555
|
+
attr_accessor estimated_wait_time: ::Integer
|
1556
|
+
SENSITIVE: []
|
1557
|
+
end
|
1558
|
+
|
1559
|
+
class NotFoundException
|
1560
|
+
attr_accessor message: ::String
|
1561
|
+
SENSITIVE: []
|
1562
|
+
end
|
1563
|
+
|
1564
|
+
class NotReadyException
|
1565
|
+
attr_accessor message: ::String
|
1566
|
+
SENSITIVE: []
|
1567
|
+
end
|
1568
|
+
|
1569
|
+
class OutOfCapacityException
|
1570
|
+
attr_accessor message: ::String
|
1571
|
+
SENSITIVE: []
|
1572
|
+
end
|
1573
|
+
|
1574
|
+
class PlacedPlayerSession
|
1575
|
+
attr_accessor player_id: ::String
|
1576
|
+
attr_accessor player_session_id: ::String
|
1577
|
+
SENSITIVE: [:player_id]
|
1578
|
+
end
|
1579
|
+
|
1580
|
+
class Player
|
1581
|
+
attr_accessor player_id: ::String
|
1582
|
+
attr_accessor player_attributes: ::Hash[::String, Types::AttributeValue]
|
1583
|
+
attr_accessor team: ::String
|
1584
|
+
attr_accessor latency_in_ms: ::Hash[::String, ::Integer]
|
1585
|
+
SENSITIVE: [:player_id]
|
1586
|
+
end
|
1587
|
+
|
1588
|
+
class PlayerLatency
|
1589
|
+
attr_accessor player_id: ::String
|
1590
|
+
attr_accessor region_identifier: ::String
|
1591
|
+
attr_accessor latency_in_milliseconds: ::Float
|
1592
|
+
SENSITIVE: [:player_id]
|
1593
|
+
end
|
1594
|
+
|
1595
|
+
class PlayerLatencyPolicy
|
1596
|
+
attr_accessor maximum_individual_player_latency_milliseconds: ::Integer
|
1597
|
+
attr_accessor policy_duration_seconds: ::Integer
|
1598
|
+
SENSITIVE: []
|
1599
|
+
end
|
1600
|
+
|
1601
|
+
class PlayerSession
|
1602
|
+
attr_accessor player_session_id: ::String
|
1603
|
+
attr_accessor player_id: ::String
|
1604
|
+
attr_accessor game_session_id: ::String
|
1605
|
+
attr_accessor fleet_id: ::String
|
1606
|
+
attr_accessor fleet_arn: ::String
|
1607
|
+
attr_accessor creation_time: ::Time
|
1608
|
+
attr_accessor termination_time: ::Time
|
1609
|
+
attr_accessor status: ("RESERVED" | "ACTIVE" | "COMPLETED" | "TIMEDOUT")
|
1610
|
+
attr_accessor ip_address: ::String
|
1611
|
+
attr_accessor dns_name: ::String
|
1612
|
+
attr_accessor port: ::Integer
|
1613
|
+
attr_accessor player_data: ::String
|
1614
|
+
SENSITIVE: [:player_id, :ip_address, :port]
|
1615
|
+
end
|
1616
|
+
|
1617
|
+
class PriorityConfiguration
|
1618
|
+
attr_accessor priority_order: ::Array[("LATENCY" | "COST" | "DESTINATION" | "LOCATION")]
|
1619
|
+
attr_accessor location_order: ::Array[::String]
|
1620
|
+
SENSITIVE: []
|
1621
|
+
end
|
1622
|
+
|
1623
|
+
class PutScalingPolicyInput
|
1624
|
+
attr_accessor name: ::String
|
1625
|
+
attr_accessor fleet_id: ::String
|
1626
|
+
attr_accessor scaling_adjustment: ::Integer
|
1627
|
+
attr_accessor scaling_adjustment_type: ("ChangeInCapacity" | "ExactCapacity" | "PercentChangeInCapacity")
|
1628
|
+
attr_accessor threshold: ::Float
|
1629
|
+
attr_accessor comparison_operator: ("GreaterThanOrEqualToThreshold" | "GreaterThanThreshold" | "LessThanThreshold" | "LessThanOrEqualToThreshold")
|
1630
|
+
attr_accessor evaluation_periods: ::Integer
|
1631
|
+
attr_accessor metric_name: ("ActivatingGameSessions" | "ActiveGameSessions" | "ActiveInstances" | "AvailableGameSessions" | "AvailablePlayerSessions" | "CurrentPlayerSessions" | "IdleInstances" | "PercentAvailableGameSessions" | "PercentIdleInstances" | "QueueDepth" | "WaitTime" | "ConcurrentActivatableGameSessions")
|
1632
|
+
attr_accessor policy_type: ("RuleBased" | "TargetBased")
|
1633
|
+
attr_accessor target_configuration: Types::TargetConfiguration
|
1634
|
+
SENSITIVE: []
|
1635
|
+
end
|
1636
|
+
|
1637
|
+
class PutScalingPolicyOutput
|
1638
|
+
attr_accessor name: ::String
|
1639
|
+
SENSITIVE: []
|
1640
|
+
end
|
1641
|
+
|
1642
|
+
class RegisterComputeInput
|
1643
|
+
attr_accessor fleet_id: ::String
|
1644
|
+
attr_accessor compute_name: ::String
|
1645
|
+
attr_accessor certificate_path: ::String
|
1646
|
+
attr_accessor dns_name: ::String
|
1647
|
+
attr_accessor ip_address: ::String
|
1648
|
+
attr_accessor location: ::String
|
1649
|
+
SENSITIVE: [:ip_address]
|
1650
|
+
end
|
1651
|
+
|
1652
|
+
class RegisterComputeOutput
|
1653
|
+
attr_accessor compute: Types::Compute
|
1654
|
+
SENSITIVE: []
|
1655
|
+
end
|
1656
|
+
|
1657
|
+
class RegisterGameServerInput
|
1658
|
+
attr_accessor game_server_group_name: ::String
|
1659
|
+
attr_accessor game_server_id: ::String
|
1660
|
+
attr_accessor instance_id: ::String
|
1661
|
+
attr_accessor connection_info: ::String
|
1662
|
+
attr_accessor game_server_data: ::String
|
1663
|
+
SENSITIVE: []
|
1664
|
+
end
|
1665
|
+
|
1666
|
+
class RegisterGameServerOutput
|
1667
|
+
attr_accessor game_server: Types::GameServer
|
1668
|
+
SENSITIVE: []
|
1669
|
+
end
|
1670
|
+
|
1671
|
+
class ReplicaContainerGroupCounts
|
1672
|
+
attr_accessor pending: ::Integer
|
1673
|
+
attr_accessor active: ::Integer
|
1674
|
+
attr_accessor idle: ::Integer
|
1675
|
+
attr_accessor terminating: ::Integer
|
1676
|
+
SENSITIVE: []
|
1677
|
+
end
|
1678
|
+
|
1679
|
+
class RequestUploadCredentialsInput
|
1680
|
+
attr_accessor build_id: ::String
|
1681
|
+
SENSITIVE: []
|
1682
|
+
end
|
1683
|
+
|
1684
|
+
class RequestUploadCredentialsOutput
|
1685
|
+
attr_accessor upload_credentials: Types::AwsCredentials
|
1686
|
+
attr_accessor storage_location: Types::S3Location
|
1687
|
+
SENSITIVE: [:upload_credentials]
|
1688
|
+
end
|
1689
|
+
|
1690
|
+
class ResolveAliasInput
|
1691
|
+
attr_accessor alias_id: ::String
|
1692
|
+
SENSITIVE: []
|
1693
|
+
end
|
1694
|
+
|
1695
|
+
class ResolveAliasOutput
|
1696
|
+
attr_accessor fleet_id: ::String
|
1697
|
+
attr_accessor fleet_arn: ::String
|
1698
|
+
SENSITIVE: []
|
1699
|
+
end
|
1700
|
+
|
1701
|
+
class ResourceCreationLimitPolicy
|
1702
|
+
attr_accessor new_game_sessions_per_creator: ::Integer
|
1703
|
+
attr_accessor policy_period_in_minutes: ::Integer
|
1704
|
+
SENSITIVE: []
|
1705
|
+
end
|
1706
|
+
|
1707
|
+
class ResumeGameServerGroupInput
|
1708
|
+
attr_accessor game_server_group_name: ::String
|
1709
|
+
attr_accessor resume_actions: ::Array[("REPLACE_INSTANCE_TYPES")]
|
1710
|
+
SENSITIVE: []
|
1711
|
+
end
|
1712
|
+
|
1713
|
+
class ResumeGameServerGroupOutput
|
1714
|
+
attr_accessor game_server_group: Types::GameServerGroup
|
1715
|
+
SENSITIVE: []
|
1716
|
+
end
|
1717
|
+
|
1718
|
+
class RoutingStrategy
|
1719
|
+
attr_accessor type: ("SIMPLE" | "TERMINAL")
|
1720
|
+
attr_accessor fleet_id: ::String
|
1721
|
+
attr_accessor message: ::String
|
1722
|
+
SENSITIVE: []
|
1723
|
+
end
|
1724
|
+
|
1725
|
+
class RuntimeConfiguration
|
1726
|
+
attr_accessor server_processes: ::Array[Types::ServerProcess]
|
1727
|
+
attr_accessor max_concurrent_game_session_activations: ::Integer
|
1728
|
+
attr_accessor game_session_activation_timeout_seconds: ::Integer
|
1729
|
+
SENSITIVE: []
|
1730
|
+
end
|
1731
|
+
|
1732
|
+
class S3Location
|
1733
|
+
attr_accessor bucket: ::String
|
1734
|
+
attr_accessor key: ::String
|
1735
|
+
attr_accessor role_arn: ::String
|
1736
|
+
attr_accessor object_version: ::String
|
1737
|
+
SENSITIVE: []
|
1738
|
+
end
|
1739
|
+
|
1740
|
+
class ScalingPolicy
|
1741
|
+
attr_accessor fleet_id: ::String
|
1742
|
+
attr_accessor fleet_arn: ::String
|
1743
|
+
attr_accessor name: ::String
|
1744
|
+
attr_accessor status: ("ACTIVE" | "UPDATE_REQUESTED" | "UPDATING" | "DELETE_REQUESTED" | "DELETING" | "DELETED" | "ERROR")
|
1745
|
+
attr_accessor scaling_adjustment: ::Integer
|
1746
|
+
attr_accessor scaling_adjustment_type: ("ChangeInCapacity" | "ExactCapacity" | "PercentChangeInCapacity")
|
1747
|
+
attr_accessor comparison_operator: ("GreaterThanOrEqualToThreshold" | "GreaterThanThreshold" | "LessThanThreshold" | "LessThanOrEqualToThreshold")
|
1748
|
+
attr_accessor threshold: ::Float
|
1749
|
+
attr_accessor evaluation_periods: ::Integer
|
1750
|
+
attr_accessor metric_name: ("ActivatingGameSessions" | "ActiveGameSessions" | "ActiveInstances" | "AvailableGameSessions" | "AvailablePlayerSessions" | "CurrentPlayerSessions" | "IdleInstances" | "PercentAvailableGameSessions" | "PercentIdleInstances" | "QueueDepth" | "WaitTime" | "ConcurrentActivatableGameSessions")
|
1751
|
+
attr_accessor policy_type: ("RuleBased" | "TargetBased")
|
1752
|
+
attr_accessor target_configuration: Types::TargetConfiguration
|
1753
|
+
attr_accessor update_status: ("PENDING_UPDATE")
|
1754
|
+
attr_accessor location: ::String
|
1755
|
+
SENSITIVE: []
|
1756
|
+
end
|
1757
|
+
|
1758
|
+
class Script
|
1759
|
+
attr_accessor script_id: ::String
|
1760
|
+
attr_accessor script_arn: ::String
|
1761
|
+
attr_accessor name: ::String
|
1762
|
+
attr_accessor version: ::String
|
1763
|
+
attr_accessor size_on_disk: ::Integer
|
1764
|
+
attr_accessor creation_time: ::Time
|
1765
|
+
attr_accessor storage_location: Types::S3Location
|
1766
|
+
SENSITIVE: []
|
1767
|
+
end
|
1768
|
+
|
1769
|
+
class SearchGameSessionsInput
|
1770
|
+
attr_accessor fleet_id: ::String
|
1771
|
+
attr_accessor alias_id: ::String
|
1772
|
+
attr_accessor location: ::String
|
1773
|
+
attr_accessor filter_expression: ::String
|
1774
|
+
attr_accessor sort_expression: ::String
|
1775
|
+
attr_accessor limit: ::Integer
|
1776
|
+
attr_accessor next_token: ::String
|
1777
|
+
SENSITIVE: []
|
1778
|
+
end
|
1779
|
+
|
1780
|
+
class SearchGameSessionsOutput
|
1781
|
+
attr_accessor game_sessions: ::Array[Types::GameSession]
|
1782
|
+
attr_accessor next_token: ::String
|
1783
|
+
SENSITIVE: []
|
1784
|
+
end
|
1785
|
+
|
1786
|
+
class ServerProcess
|
1787
|
+
attr_accessor launch_path: ::String
|
1788
|
+
attr_accessor parameters: ::String
|
1789
|
+
attr_accessor concurrent_executions: ::Integer
|
1790
|
+
SENSITIVE: []
|
1791
|
+
end
|
1792
|
+
|
1793
|
+
class StartFleetActionsInput
|
1794
|
+
attr_accessor fleet_id: ::String
|
1795
|
+
attr_accessor actions: ::Array[("AUTO_SCALING")]
|
1796
|
+
attr_accessor location: ::String
|
1797
|
+
SENSITIVE: []
|
1798
|
+
end
|
1799
|
+
|
1800
|
+
class StartFleetActionsOutput
|
1801
|
+
attr_accessor fleet_id: ::String
|
1802
|
+
attr_accessor fleet_arn: ::String
|
1803
|
+
SENSITIVE: []
|
1804
|
+
end
|
1805
|
+
|
1806
|
+
class StartGameSessionPlacementInput
|
1807
|
+
attr_accessor placement_id: ::String
|
1808
|
+
attr_accessor game_session_queue_name: ::String
|
1809
|
+
attr_accessor game_properties: ::Array[Types::GameProperty]
|
1810
|
+
attr_accessor maximum_player_session_count: ::Integer
|
1811
|
+
attr_accessor game_session_name: ::String
|
1812
|
+
attr_accessor player_latencies: ::Array[Types::PlayerLatency]
|
1813
|
+
attr_accessor desired_player_sessions: ::Array[Types::DesiredPlayerSession]
|
1814
|
+
attr_accessor game_session_data: ::String
|
1815
|
+
SENSITIVE: []
|
1816
|
+
end
|
1817
|
+
|
1818
|
+
class StartGameSessionPlacementOutput
|
1819
|
+
attr_accessor game_session_placement: Types::GameSessionPlacement
|
1820
|
+
SENSITIVE: []
|
1821
|
+
end
|
1822
|
+
|
1823
|
+
class StartMatchBackfillInput
|
1824
|
+
attr_accessor ticket_id: ::String
|
1825
|
+
attr_accessor configuration_name: ::String
|
1826
|
+
attr_accessor game_session_arn: ::String
|
1827
|
+
attr_accessor players: ::Array[Types::Player]
|
1828
|
+
SENSITIVE: []
|
1829
|
+
end
|
1830
|
+
|
1831
|
+
class StartMatchBackfillOutput
|
1832
|
+
attr_accessor matchmaking_ticket: Types::MatchmakingTicket
|
1833
|
+
SENSITIVE: []
|
1834
|
+
end
|
1835
|
+
|
1836
|
+
class StartMatchmakingInput
|
1837
|
+
attr_accessor ticket_id: ::String
|
1838
|
+
attr_accessor configuration_name: ::String
|
1839
|
+
attr_accessor players: ::Array[Types::Player]
|
1840
|
+
SENSITIVE: []
|
1841
|
+
end
|
1842
|
+
|
1843
|
+
class StartMatchmakingOutput
|
1844
|
+
attr_accessor matchmaking_ticket: Types::MatchmakingTicket
|
1845
|
+
SENSITIVE: []
|
1846
|
+
end
|
1847
|
+
|
1848
|
+
class StopFleetActionsInput
|
1849
|
+
attr_accessor fleet_id: ::String
|
1850
|
+
attr_accessor actions: ::Array[("AUTO_SCALING")]
|
1851
|
+
attr_accessor location: ::String
|
1852
|
+
SENSITIVE: []
|
1853
|
+
end
|
1854
|
+
|
1855
|
+
class StopFleetActionsOutput
|
1856
|
+
attr_accessor fleet_id: ::String
|
1857
|
+
attr_accessor fleet_arn: ::String
|
1858
|
+
SENSITIVE: []
|
1859
|
+
end
|
1860
|
+
|
1861
|
+
class StopGameSessionPlacementInput
|
1862
|
+
attr_accessor placement_id: ::String
|
1863
|
+
SENSITIVE: []
|
1864
|
+
end
|
1865
|
+
|
1866
|
+
class StopGameSessionPlacementOutput
|
1867
|
+
attr_accessor game_session_placement: Types::GameSessionPlacement
|
1868
|
+
SENSITIVE: []
|
1869
|
+
end
|
1870
|
+
|
1871
|
+
class StopMatchmakingInput
|
1872
|
+
attr_accessor ticket_id: ::String
|
1873
|
+
SENSITIVE: []
|
1874
|
+
end
|
1875
|
+
|
1876
|
+
class StopMatchmakingOutput < Aws::EmptyStructure
|
1877
|
+
end
|
1878
|
+
|
1879
|
+
class SuspendGameServerGroupInput
|
1880
|
+
attr_accessor game_server_group_name: ::String
|
1881
|
+
attr_accessor suspend_actions: ::Array[("REPLACE_INSTANCE_TYPES")]
|
1882
|
+
SENSITIVE: []
|
1883
|
+
end
|
1884
|
+
|
1885
|
+
class SuspendGameServerGroupOutput
|
1886
|
+
attr_accessor game_server_group: Types::GameServerGroup
|
1887
|
+
SENSITIVE: []
|
1888
|
+
end
|
1889
|
+
|
1890
|
+
class Tag
|
1891
|
+
attr_accessor key: ::String
|
1892
|
+
attr_accessor value: ::String
|
1893
|
+
SENSITIVE: []
|
1894
|
+
end
|
1895
|
+
|
1896
|
+
class TagResourceRequest
|
1897
|
+
attr_accessor resource_arn: ::String
|
1898
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1899
|
+
SENSITIVE: []
|
1900
|
+
end
|
1901
|
+
|
1902
|
+
class TagResourceResponse < Aws::EmptyStructure
|
1903
|
+
end
|
1904
|
+
|
1905
|
+
class TaggingFailedException
|
1906
|
+
attr_accessor message: ::String
|
1907
|
+
SENSITIVE: []
|
1908
|
+
end
|
1909
|
+
|
1910
|
+
class TargetConfiguration
|
1911
|
+
attr_accessor target_value: ::Float
|
1912
|
+
SENSITIVE: []
|
1913
|
+
end
|
1914
|
+
|
1915
|
+
class TargetTrackingConfiguration
|
1916
|
+
attr_accessor target_value: ::Float
|
1917
|
+
SENSITIVE: []
|
1918
|
+
end
|
1919
|
+
|
1920
|
+
class TerminalRoutingStrategyException
|
1921
|
+
attr_accessor message: ::String
|
1922
|
+
SENSITIVE: []
|
1923
|
+
end
|
1924
|
+
|
1925
|
+
class UnauthorizedException
|
1926
|
+
attr_accessor message: ::String
|
1927
|
+
SENSITIVE: []
|
1928
|
+
end
|
1929
|
+
|
1930
|
+
class UnsupportedRegionException
|
1931
|
+
attr_accessor message: ::String
|
1932
|
+
SENSITIVE: []
|
1933
|
+
end
|
1934
|
+
|
1935
|
+
class UntagResourceRequest
|
1936
|
+
attr_accessor resource_arn: ::String
|
1937
|
+
attr_accessor tag_keys: ::Array[::String]
|
1938
|
+
SENSITIVE: []
|
1939
|
+
end
|
1940
|
+
|
1941
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
1942
|
+
end
|
1943
|
+
|
1944
|
+
class UpdateAliasInput
|
1945
|
+
attr_accessor alias_id: ::String
|
1946
|
+
attr_accessor name: ::String
|
1947
|
+
attr_accessor description: ::String
|
1948
|
+
attr_accessor routing_strategy: Types::RoutingStrategy
|
1949
|
+
SENSITIVE: []
|
1950
|
+
end
|
1951
|
+
|
1952
|
+
class UpdateAliasOutput
|
1953
|
+
attr_accessor alias: Types::Alias
|
1954
|
+
SENSITIVE: []
|
1955
|
+
end
|
1956
|
+
|
1957
|
+
class UpdateBuildInput
|
1958
|
+
attr_accessor build_id: ::String
|
1959
|
+
attr_accessor name: ::String
|
1960
|
+
attr_accessor version: ::String
|
1961
|
+
SENSITIVE: []
|
1962
|
+
end
|
1963
|
+
|
1964
|
+
class UpdateBuildOutput
|
1965
|
+
attr_accessor build: Types::Build
|
1966
|
+
SENSITIVE: []
|
1967
|
+
end
|
1968
|
+
|
1969
|
+
class UpdateFleetAttributesInput
|
1970
|
+
attr_accessor fleet_id: ::String
|
1971
|
+
attr_accessor name: ::String
|
1972
|
+
attr_accessor description: ::String
|
1973
|
+
attr_accessor new_game_session_protection_policy: ("NoProtection" | "FullProtection")
|
1974
|
+
attr_accessor resource_creation_limit_policy: Types::ResourceCreationLimitPolicy
|
1975
|
+
attr_accessor metric_groups: ::Array[::String]
|
1976
|
+
attr_accessor anywhere_configuration: Types::AnywhereConfiguration
|
1977
|
+
SENSITIVE: []
|
1978
|
+
end
|
1979
|
+
|
1980
|
+
class UpdateFleetAttributesOutput
|
1981
|
+
attr_accessor fleet_id: ::String
|
1982
|
+
attr_accessor fleet_arn: ::String
|
1983
|
+
SENSITIVE: []
|
1984
|
+
end
|
1985
|
+
|
1986
|
+
class UpdateFleetCapacityInput
|
1987
|
+
attr_accessor fleet_id: ::String
|
1988
|
+
attr_accessor desired_instances: ::Integer
|
1989
|
+
attr_accessor min_size: ::Integer
|
1990
|
+
attr_accessor max_size: ::Integer
|
1991
|
+
attr_accessor location: ::String
|
1992
|
+
SENSITIVE: []
|
1993
|
+
end
|
1994
|
+
|
1995
|
+
class UpdateFleetCapacityOutput
|
1996
|
+
attr_accessor fleet_id: ::String
|
1997
|
+
attr_accessor fleet_arn: ::String
|
1998
|
+
attr_accessor location: ::String
|
1999
|
+
SENSITIVE: []
|
2000
|
+
end
|
2001
|
+
|
2002
|
+
class UpdateFleetPortSettingsInput
|
2003
|
+
attr_accessor fleet_id: ::String
|
2004
|
+
attr_accessor inbound_permission_authorizations: ::Array[Types::IpPermission]
|
2005
|
+
attr_accessor inbound_permission_revocations: ::Array[Types::IpPermission]
|
2006
|
+
SENSITIVE: []
|
2007
|
+
end
|
2008
|
+
|
2009
|
+
class UpdateFleetPortSettingsOutput
|
2010
|
+
attr_accessor fleet_id: ::String
|
2011
|
+
attr_accessor fleet_arn: ::String
|
2012
|
+
SENSITIVE: []
|
2013
|
+
end
|
2014
|
+
|
2015
|
+
class UpdateGameServerGroupInput
|
2016
|
+
attr_accessor game_server_group_name: ::String
|
2017
|
+
attr_accessor role_arn: ::String
|
2018
|
+
attr_accessor instance_definitions: ::Array[Types::InstanceDefinition]
|
2019
|
+
attr_accessor game_server_protection_policy: ("NO_PROTECTION" | "FULL_PROTECTION")
|
2020
|
+
attr_accessor balancing_strategy: ("SPOT_ONLY" | "SPOT_PREFERRED" | "ON_DEMAND_ONLY")
|
2021
|
+
SENSITIVE: []
|
2022
|
+
end
|
2023
|
+
|
2024
|
+
class UpdateGameServerGroupOutput
|
2025
|
+
attr_accessor game_server_group: Types::GameServerGroup
|
2026
|
+
SENSITIVE: []
|
2027
|
+
end
|
2028
|
+
|
2029
|
+
class UpdateGameServerInput
|
2030
|
+
attr_accessor game_server_group_name: ::String
|
2031
|
+
attr_accessor game_server_id: ::String
|
2032
|
+
attr_accessor game_server_data: ::String
|
2033
|
+
attr_accessor utilization_status: ("AVAILABLE" | "UTILIZED")
|
2034
|
+
attr_accessor health_check: ("HEALTHY")
|
2035
|
+
SENSITIVE: []
|
2036
|
+
end
|
2037
|
+
|
2038
|
+
class UpdateGameServerOutput
|
2039
|
+
attr_accessor game_server: Types::GameServer
|
2040
|
+
SENSITIVE: []
|
2041
|
+
end
|
2042
|
+
|
2043
|
+
class UpdateGameSessionInput
|
2044
|
+
attr_accessor game_session_id: ::String
|
2045
|
+
attr_accessor maximum_player_session_count: ::Integer
|
2046
|
+
attr_accessor name: ::String
|
2047
|
+
attr_accessor player_session_creation_policy: ("ACCEPT_ALL" | "DENY_ALL")
|
2048
|
+
attr_accessor protection_policy: ("NoProtection" | "FullProtection")
|
2049
|
+
attr_accessor game_properties: ::Array[Types::GameProperty]
|
2050
|
+
SENSITIVE: []
|
2051
|
+
end
|
2052
|
+
|
2053
|
+
class UpdateGameSessionOutput
|
2054
|
+
attr_accessor game_session: Types::GameSession
|
2055
|
+
SENSITIVE: []
|
2056
|
+
end
|
2057
|
+
|
2058
|
+
class UpdateGameSessionQueueInput
|
2059
|
+
attr_accessor name: ::String
|
2060
|
+
attr_accessor timeout_in_seconds: ::Integer
|
2061
|
+
attr_accessor player_latency_policies: ::Array[Types::PlayerLatencyPolicy]
|
2062
|
+
attr_accessor destinations: ::Array[Types::GameSessionQueueDestination]
|
2063
|
+
attr_accessor filter_configuration: Types::FilterConfiguration
|
2064
|
+
attr_accessor priority_configuration: Types::PriorityConfiguration
|
2065
|
+
attr_accessor custom_event_data: ::String
|
2066
|
+
attr_accessor notification_target: ::String
|
2067
|
+
SENSITIVE: []
|
2068
|
+
end
|
2069
|
+
|
2070
|
+
class UpdateGameSessionQueueOutput
|
2071
|
+
attr_accessor game_session_queue: Types::GameSessionQueue
|
2072
|
+
SENSITIVE: []
|
2073
|
+
end
|
2074
|
+
|
2075
|
+
class UpdateMatchmakingConfigurationInput
|
2076
|
+
attr_accessor name: ::String
|
2077
|
+
attr_accessor description: ::String
|
2078
|
+
attr_accessor game_session_queue_arns: ::Array[::String]
|
2079
|
+
attr_accessor request_timeout_seconds: ::Integer
|
2080
|
+
attr_accessor acceptance_timeout_seconds: ::Integer
|
2081
|
+
attr_accessor acceptance_required: bool
|
2082
|
+
attr_accessor rule_set_name: ::String
|
2083
|
+
attr_accessor notification_target: ::String
|
2084
|
+
attr_accessor additional_player_count: ::Integer
|
2085
|
+
attr_accessor custom_event_data: ::String
|
2086
|
+
attr_accessor game_properties: ::Array[Types::GameProperty]
|
2087
|
+
attr_accessor game_session_data: ::String
|
2088
|
+
attr_accessor backfill_mode: ("AUTOMATIC" | "MANUAL")
|
2089
|
+
attr_accessor flex_match_mode: ("STANDALONE" | "WITH_QUEUE")
|
2090
|
+
SENSITIVE: []
|
2091
|
+
end
|
2092
|
+
|
2093
|
+
class UpdateMatchmakingConfigurationOutput
|
2094
|
+
attr_accessor configuration: Types::MatchmakingConfiguration
|
2095
|
+
SENSITIVE: []
|
2096
|
+
end
|
2097
|
+
|
2098
|
+
class UpdateRuntimeConfigurationInput
|
2099
|
+
attr_accessor fleet_id: ::String
|
2100
|
+
attr_accessor runtime_configuration: Types::RuntimeConfiguration
|
2101
|
+
SENSITIVE: []
|
2102
|
+
end
|
2103
|
+
|
2104
|
+
class UpdateRuntimeConfigurationOutput
|
2105
|
+
attr_accessor runtime_configuration: Types::RuntimeConfiguration
|
2106
|
+
SENSITIVE: []
|
2107
|
+
end
|
2108
|
+
|
2109
|
+
class UpdateScriptInput
|
2110
|
+
attr_accessor script_id: ::String
|
2111
|
+
attr_accessor name: ::String
|
2112
|
+
attr_accessor version: ::String
|
2113
|
+
attr_accessor storage_location: Types::S3Location
|
2114
|
+
attr_accessor zip_file: ::String
|
2115
|
+
SENSITIVE: []
|
2116
|
+
end
|
2117
|
+
|
2118
|
+
class UpdateScriptOutput
|
2119
|
+
attr_accessor script: Types::Script
|
2120
|
+
SENSITIVE: []
|
2121
|
+
end
|
2122
|
+
|
2123
|
+
class ValidateMatchmakingRuleSetInput
|
2124
|
+
attr_accessor rule_set_body: ::String
|
2125
|
+
SENSITIVE: []
|
2126
|
+
end
|
2127
|
+
|
2128
|
+
class ValidateMatchmakingRuleSetOutput
|
2129
|
+
attr_accessor valid: bool
|
2130
|
+
SENSITIVE: []
|
2131
|
+
end
|
2132
|
+
|
2133
|
+
class VpcPeeringAuthorization
|
2134
|
+
attr_accessor game_lift_aws_account_id: ::String
|
2135
|
+
attr_accessor peer_vpc_aws_account_id: ::String
|
2136
|
+
attr_accessor peer_vpc_id: ::String
|
2137
|
+
attr_accessor creation_time: ::Time
|
2138
|
+
attr_accessor expiration_time: ::Time
|
2139
|
+
SENSITIVE: []
|
2140
|
+
end
|
2141
|
+
|
2142
|
+
class VpcPeeringConnection
|
2143
|
+
attr_accessor fleet_id: ::String
|
2144
|
+
attr_accessor fleet_arn: ::String
|
2145
|
+
attr_accessor ip_v4_cidr_block: ::String
|
2146
|
+
attr_accessor vpc_peering_connection_id: ::String
|
2147
|
+
attr_accessor status: Types::VpcPeeringConnectionStatus
|
2148
|
+
attr_accessor peer_vpc_id: ::String
|
2149
|
+
attr_accessor game_lift_vpc_id: ::String
|
2150
|
+
SENSITIVE: []
|
2151
|
+
end
|
2152
|
+
|
2153
|
+
class VpcPeeringConnectionStatus
|
2154
|
+
attr_accessor code: ::String
|
2155
|
+
attr_accessor message: ::String
|
2156
|
+
SENSITIVE: []
|
2157
|
+
end
|
2158
|
+
end
|
2159
|
+
end
|