@aws-sdk/client-gamelift 3.168.0 → 3.170.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/GameLift.d.ts +1720 -480
- package/dist-types/ts3.4/GameLiftClient.d.ts +699 -168
- package/dist-types/ts3.4/commands/AcceptMatchCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ClaimGameServerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateBuildCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateGameSessionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBuildCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteScriptCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeregisterGameServerCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeAliasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeBuildCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGameServerCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeScriptCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInstanceAccessCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListGameServersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListScriptsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RegisterGameServerCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ResolveAliasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateGameServerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateGameSessionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateScriptCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +95 -95
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/GameLiftServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +3487 -3015
- package/dist-types/ts3.4/pagination/DescribeFleetAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFleetCapacityPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFleetEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFleetLocationAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFleetUtilizationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeGameServerInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeGameSessionDetailsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeGameSessionQueuesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeGameSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePlayerSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeScalingPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGameServerGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGameServersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListScriptsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchGameSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +22 -22
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +1145 -287
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,480 +1,1720 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
import {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
import {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
import {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
import {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
import {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
import {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
import {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
import {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
AcceptMatchCommandInput,
|
|
4
|
+
AcceptMatchCommandOutput,
|
|
5
|
+
} from "./commands/AcceptMatchCommand";
|
|
6
|
+
import {
|
|
7
|
+
ClaimGameServerCommandInput,
|
|
8
|
+
ClaimGameServerCommandOutput,
|
|
9
|
+
} from "./commands/ClaimGameServerCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateAliasCommandInput,
|
|
12
|
+
CreateAliasCommandOutput,
|
|
13
|
+
} from "./commands/CreateAliasCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateBuildCommandInput,
|
|
16
|
+
CreateBuildCommandOutput,
|
|
17
|
+
} from "./commands/CreateBuildCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateFleetCommandInput,
|
|
20
|
+
CreateFleetCommandOutput,
|
|
21
|
+
} from "./commands/CreateFleetCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateFleetLocationsCommandInput,
|
|
24
|
+
CreateFleetLocationsCommandOutput,
|
|
25
|
+
} from "./commands/CreateFleetLocationsCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateGameServerGroupCommandInput,
|
|
28
|
+
CreateGameServerGroupCommandOutput,
|
|
29
|
+
} from "./commands/CreateGameServerGroupCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateGameSessionCommandInput,
|
|
32
|
+
CreateGameSessionCommandOutput,
|
|
33
|
+
} from "./commands/CreateGameSessionCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateGameSessionQueueCommandInput,
|
|
36
|
+
CreateGameSessionQueueCommandOutput,
|
|
37
|
+
} from "./commands/CreateGameSessionQueueCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateMatchmakingConfigurationCommandInput,
|
|
40
|
+
CreateMatchmakingConfigurationCommandOutput,
|
|
41
|
+
} from "./commands/CreateMatchmakingConfigurationCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateMatchmakingRuleSetCommandInput,
|
|
44
|
+
CreateMatchmakingRuleSetCommandOutput,
|
|
45
|
+
} from "./commands/CreateMatchmakingRuleSetCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreatePlayerSessionCommandInput,
|
|
48
|
+
CreatePlayerSessionCommandOutput,
|
|
49
|
+
} from "./commands/CreatePlayerSessionCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreatePlayerSessionsCommandInput,
|
|
52
|
+
CreatePlayerSessionsCommandOutput,
|
|
53
|
+
} from "./commands/CreatePlayerSessionsCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateScriptCommandInput,
|
|
56
|
+
CreateScriptCommandOutput,
|
|
57
|
+
} from "./commands/CreateScriptCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateVpcPeeringAuthorizationCommandInput,
|
|
60
|
+
CreateVpcPeeringAuthorizationCommandOutput,
|
|
61
|
+
} from "./commands/CreateVpcPeeringAuthorizationCommand";
|
|
62
|
+
import {
|
|
63
|
+
CreateVpcPeeringConnectionCommandInput,
|
|
64
|
+
CreateVpcPeeringConnectionCommandOutput,
|
|
65
|
+
} from "./commands/CreateVpcPeeringConnectionCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteAliasCommandInput,
|
|
68
|
+
DeleteAliasCommandOutput,
|
|
69
|
+
} from "./commands/DeleteAliasCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteBuildCommandInput,
|
|
72
|
+
DeleteBuildCommandOutput,
|
|
73
|
+
} from "./commands/DeleteBuildCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteFleetCommandInput,
|
|
76
|
+
DeleteFleetCommandOutput,
|
|
77
|
+
} from "./commands/DeleteFleetCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteFleetLocationsCommandInput,
|
|
80
|
+
DeleteFleetLocationsCommandOutput,
|
|
81
|
+
} from "./commands/DeleteFleetLocationsCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteGameServerGroupCommandInput,
|
|
84
|
+
DeleteGameServerGroupCommandOutput,
|
|
85
|
+
} from "./commands/DeleteGameServerGroupCommand";
|
|
86
|
+
import {
|
|
87
|
+
DeleteGameSessionQueueCommandInput,
|
|
88
|
+
DeleteGameSessionQueueCommandOutput,
|
|
89
|
+
} from "./commands/DeleteGameSessionQueueCommand";
|
|
90
|
+
import {
|
|
91
|
+
DeleteMatchmakingConfigurationCommandInput,
|
|
92
|
+
DeleteMatchmakingConfigurationCommandOutput,
|
|
93
|
+
} from "./commands/DeleteMatchmakingConfigurationCommand";
|
|
94
|
+
import {
|
|
95
|
+
DeleteMatchmakingRuleSetCommandInput,
|
|
96
|
+
DeleteMatchmakingRuleSetCommandOutput,
|
|
97
|
+
} from "./commands/DeleteMatchmakingRuleSetCommand";
|
|
98
|
+
import {
|
|
99
|
+
DeleteScalingPolicyCommandInput,
|
|
100
|
+
DeleteScalingPolicyCommandOutput,
|
|
101
|
+
} from "./commands/DeleteScalingPolicyCommand";
|
|
102
|
+
import {
|
|
103
|
+
DeleteScriptCommandInput,
|
|
104
|
+
DeleteScriptCommandOutput,
|
|
105
|
+
} from "./commands/DeleteScriptCommand";
|
|
106
|
+
import {
|
|
107
|
+
DeleteVpcPeeringAuthorizationCommandInput,
|
|
108
|
+
DeleteVpcPeeringAuthorizationCommandOutput,
|
|
109
|
+
} from "./commands/DeleteVpcPeeringAuthorizationCommand";
|
|
110
|
+
import {
|
|
111
|
+
DeleteVpcPeeringConnectionCommandInput,
|
|
112
|
+
DeleteVpcPeeringConnectionCommandOutput,
|
|
113
|
+
} from "./commands/DeleteVpcPeeringConnectionCommand";
|
|
114
|
+
import {
|
|
115
|
+
DeregisterGameServerCommandInput,
|
|
116
|
+
DeregisterGameServerCommandOutput,
|
|
117
|
+
} from "./commands/DeregisterGameServerCommand";
|
|
118
|
+
import {
|
|
119
|
+
DescribeAliasCommandInput,
|
|
120
|
+
DescribeAliasCommandOutput,
|
|
121
|
+
} from "./commands/DescribeAliasCommand";
|
|
122
|
+
import {
|
|
123
|
+
DescribeBuildCommandInput,
|
|
124
|
+
DescribeBuildCommandOutput,
|
|
125
|
+
} from "./commands/DescribeBuildCommand";
|
|
126
|
+
import {
|
|
127
|
+
DescribeEC2InstanceLimitsCommandInput,
|
|
128
|
+
DescribeEC2InstanceLimitsCommandOutput,
|
|
129
|
+
} from "./commands/DescribeEC2InstanceLimitsCommand";
|
|
130
|
+
import {
|
|
131
|
+
DescribeFleetAttributesCommandInput,
|
|
132
|
+
DescribeFleetAttributesCommandOutput,
|
|
133
|
+
} from "./commands/DescribeFleetAttributesCommand";
|
|
134
|
+
import {
|
|
135
|
+
DescribeFleetCapacityCommandInput,
|
|
136
|
+
DescribeFleetCapacityCommandOutput,
|
|
137
|
+
} from "./commands/DescribeFleetCapacityCommand";
|
|
138
|
+
import {
|
|
139
|
+
DescribeFleetEventsCommandInput,
|
|
140
|
+
DescribeFleetEventsCommandOutput,
|
|
141
|
+
} from "./commands/DescribeFleetEventsCommand";
|
|
142
|
+
import {
|
|
143
|
+
DescribeFleetLocationAttributesCommandInput,
|
|
144
|
+
DescribeFleetLocationAttributesCommandOutput,
|
|
145
|
+
} from "./commands/DescribeFleetLocationAttributesCommand";
|
|
146
|
+
import {
|
|
147
|
+
DescribeFleetLocationCapacityCommandInput,
|
|
148
|
+
DescribeFleetLocationCapacityCommandOutput,
|
|
149
|
+
} from "./commands/DescribeFleetLocationCapacityCommand";
|
|
150
|
+
import {
|
|
151
|
+
DescribeFleetLocationUtilizationCommandInput,
|
|
152
|
+
DescribeFleetLocationUtilizationCommandOutput,
|
|
153
|
+
} from "./commands/DescribeFleetLocationUtilizationCommand";
|
|
154
|
+
import {
|
|
155
|
+
DescribeFleetPortSettingsCommandInput,
|
|
156
|
+
DescribeFleetPortSettingsCommandOutput,
|
|
157
|
+
} from "./commands/DescribeFleetPortSettingsCommand";
|
|
158
|
+
import {
|
|
159
|
+
DescribeFleetUtilizationCommandInput,
|
|
160
|
+
DescribeFleetUtilizationCommandOutput,
|
|
161
|
+
} from "./commands/DescribeFleetUtilizationCommand";
|
|
162
|
+
import {
|
|
163
|
+
DescribeGameServerCommandInput,
|
|
164
|
+
DescribeGameServerCommandOutput,
|
|
165
|
+
} from "./commands/DescribeGameServerCommand";
|
|
166
|
+
import {
|
|
167
|
+
DescribeGameServerGroupCommandInput,
|
|
168
|
+
DescribeGameServerGroupCommandOutput,
|
|
169
|
+
} from "./commands/DescribeGameServerGroupCommand";
|
|
170
|
+
import {
|
|
171
|
+
DescribeGameServerInstancesCommandInput,
|
|
172
|
+
DescribeGameServerInstancesCommandOutput,
|
|
173
|
+
} from "./commands/DescribeGameServerInstancesCommand";
|
|
174
|
+
import {
|
|
175
|
+
DescribeGameSessionDetailsCommandInput,
|
|
176
|
+
DescribeGameSessionDetailsCommandOutput,
|
|
177
|
+
} from "./commands/DescribeGameSessionDetailsCommand";
|
|
178
|
+
import {
|
|
179
|
+
DescribeGameSessionPlacementCommandInput,
|
|
180
|
+
DescribeGameSessionPlacementCommandOutput,
|
|
181
|
+
} from "./commands/DescribeGameSessionPlacementCommand";
|
|
182
|
+
import {
|
|
183
|
+
DescribeGameSessionQueuesCommandInput,
|
|
184
|
+
DescribeGameSessionQueuesCommandOutput,
|
|
185
|
+
} from "./commands/DescribeGameSessionQueuesCommand";
|
|
186
|
+
import {
|
|
187
|
+
DescribeGameSessionsCommandInput,
|
|
188
|
+
DescribeGameSessionsCommandOutput,
|
|
189
|
+
} from "./commands/DescribeGameSessionsCommand";
|
|
190
|
+
import {
|
|
191
|
+
DescribeInstancesCommandInput,
|
|
192
|
+
DescribeInstancesCommandOutput,
|
|
193
|
+
} from "./commands/DescribeInstancesCommand";
|
|
194
|
+
import {
|
|
195
|
+
DescribeMatchmakingCommandInput,
|
|
196
|
+
DescribeMatchmakingCommandOutput,
|
|
197
|
+
} from "./commands/DescribeMatchmakingCommand";
|
|
198
|
+
import {
|
|
199
|
+
DescribeMatchmakingConfigurationsCommandInput,
|
|
200
|
+
DescribeMatchmakingConfigurationsCommandOutput,
|
|
201
|
+
} from "./commands/DescribeMatchmakingConfigurationsCommand";
|
|
202
|
+
import {
|
|
203
|
+
DescribeMatchmakingRuleSetsCommandInput,
|
|
204
|
+
DescribeMatchmakingRuleSetsCommandOutput,
|
|
205
|
+
} from "./commands/DescribeMatchmakingRuleSetsCommand";
|
|
206
|
+
import {
|
|
207
|
+
DescribePlayerSessionsCommandInput,
|
|
208
|
+
DescribePlayerSessionsCommandOutput,
|
|
209
|
+
} from "./commands/DescribePlayerSessionsCommand";
|
|
210
|
+
import {
|
|
211
|
+
DescribeRuntimeConfigurationCommandInput,
|
|
212
|
+
DescribeRuntimeConfigurationCommandOutput,
|
|
213
|
+
} from "./commands/DescribeRuntimeConfigurationCommand";
|
|
214
|
+
import {
|
|
215
|
+
DescribeScalingPoliciesCommandInput,
|
|
216
|
+
DescribeScalingPoliciesCommandOutput,
|
|
217
|
+
} from "./commands/DescribeScalingPoliciesCommand";
|
|
218
|
+
import {
|
|
219
|
+
DescribeScriptCommandInput,
|
|
220
|
+
DescribeScriptCommandOutput,
|
|
221
|
+
} from "./commands/DescribeScriptCommand";
|
|
222
|
+
import {
|
|
223
|
+
DescribeVpcPeeringAuthorizationsCommandInput,
|
|
224
|
+
DescribeVpcPeeringAuthorizationsCommandOutput,
|
|
225
|
+
} from "./commands/DescribeVpcPeeringAuthorizationsCommand";
|
|
226
|
+
import {
|
|
227
|
+
DescribeVpcPeeringConnectionsCommandInput,
|
|
228
|
+
DescribeVpcPeeringConnectionsCommandOutput,
|
|
229
|
+
} from "./commands/DescribeVpcPeeringConnectionsCommand";
|
|
230
|
+
import {
|
|
231
|
+
GetGameSessionLogUrlCommandInput,
|
|
232
|
+
GetGameSessionLogUrlCommandOutput,
|
|
233
|
+
} from "./commands/GetGameSessionLogUrlCommand";
|
|
234
|
+
import {
|
|
235
|
+
GetInstanceAccessCommandInput,
|
|
236
|
+
GetInstanceAccessCommandOutput,
|
|
237
|
+
} from "./commands/GetInstanceAccessCommand";
|
|
238
|
+
import {
|
|
239
|
+
ListAliasesCommandInput,
|
|
240
|
+
ListAliasesCommandOutput,
|
|
241
|
+
} from "./commands/ListAliasesCommand";
|
|
242
|
+
import {
|
|
243
|
+
ListBuildsCommandInput,
|
|
244
|
+
ListBuildsCommandOutput,
|
|
245
|
+
} from "./commands/ListBuildsCommand";
|
|
246
|
+
import {
|
|
247
|
+
ListFleetsCommandInput,
|
|
248
|
+
ListFleetsCommandOutput,
|
|
249
|
+
} from "./commands/ListFleetsCommand";
|
|
250
|
+
import {
|
|
251
|
+
ListGameServerGroupsCommandInput,
|
|
252
|
+
ListGameServerGroupsCommandOutput,
|
|
253
|
+
} from "./commands/ListGameServerGroupsCommand";
|
|
254
|
+
import {
|
|
255
|
+
ListGameServersCommandInput,
|
|
256
|
+
ListGameServersCommandOutput,
|
|
257
|
+
} from "./commands/ListGameServersCommand";
|
|
258
|
+
import {
|
|
259
|
+
ListScriptsCommandInput,
|
|
260
|
+
ListScriptsCommandOutput,
|
|
261
|
+
} from "./commands/ListScriptsCommand";
|
|
262
|
+
import {
|
|
263
|
+
ListTagsForResourceCommandInput,
|
|
264
|
+
ListTagsForResourceCommandOutput,
|
|
265
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
266
|
+
import {
|
|
267
|
+
PutScalingPolicyCommandInput,
|
|
268
|
+
PutScalingPolicyCommandOutput,
|
|
269
|
+
} from "./commands/PutScalingPolicyCommand";
|
|
270
|
+
import {
|
|
271
|
+
RegisterGameServerCommandInput,
|
|
272
|
+
RegisterGameServerCommandOutput,
|
|
273
|
+
} from "./commands/RegisterGameServerCommand";
|
|
274
|
+
import {
|
|
275
|
+
RequestUploadCredentialsCommandInput,
|
|
276
|
+
RequestUploadCredentialsCommandOutput,
|
|
277
|
+
} from "./commands/RequestUploadCredentialsCommand";
|
|
278
|
+
import {
|
|
279
|
+
ResolveAliasCommandInput,
|
|
280
|
+
ResolveAliasCommandOutput,
|
|
281
|
+
} from "./commands/ResolveAliasCommand";
|
|
282
|
+
import {
|
|
283
|
+
ResumeGameServerGroupCommandInput,
|
|
284
|
+
ResumeGameServerGroupCommandOutput,
|
|
285
|
+
} from "./commands/ResumeGameServerGroupCommand";
|
|
286
|
+
import {
|
|
287
|
+
SearchGameSessionsCommandInput,
|
|
288
|
+
SearchGameSessionsCommandOutput,
|
|
289
|
+
} from "./commands/SearchGameSessionsCommand";
|
|
290
|
+
import {
|
|
291
|
+
StartFleetActionsCommandInput,
|
|
292
|
+
StartFleetActionsCommandOutput,
|
|
293
|
+
} from "./commands/StartFleetActionsCommand";
|
|
294
|
+
import {
|
|
295
|
+
StartGameSessionPlacementCommandInput,
|
|
296
|
+
StartGameSessionPlacementCommandOutput,
|
|
297
|
+
} from "./commands/StartGameSessionPlacementCommand";
|
|
298
|
+
import {
|
|
299
|
+
StartMatchBackfillCommandInput,
|
|
300
|
+
StartMatchBackfillCommandOutput,
|
|
301
|
+
} from "./commands/StartMatchBackfillCommand";
|
|
302
|
+
import {
|
|
303
|
+
StartMatchmakingCommandInput,
|
|
304
|
+
StartMatchmakingCommandOutput,
|
|
305
|
+
} from "./commands/StartMatchmakingCommand";
|
|
306
|
+
import {
|
|
307
|
+
StopFleetActionsCommandInput,
|
|
308
|
+
StopFleetActionsCommandOutput,
|
|
309
|
+
} from "./commands/StopFleetActionsCommand";
|
|
310
|
+
import {
|
|
311
|
+
StopGameSessionPlacementCommandInput,
|
|
312
|
+
StopGameSessionPlacementCommandOutput,
|
|
313
|
+
} from "./commands/StopGameSessionPlacementCommand";
|
|
314
|
+
import {
|
|
315
|
+
StopMatchmakingCommandInput,
|
|
316
|
+
StopMatchmakingCommandOutput,
|
|
317
|
+
} from "./commands/StopMatchmakingCommand";
|
|
318
|
+
import {
|
|
319
|
+
SuspendGameServerGroupCommandInput,
|
|
320
|
+
SuspendGameServerGroupCommandOutput,
|
|
321
|
+
} from "./commands/SuspendGameServerGroupCommand";
|
|
322
|
+
import {
|
|
323
|
+
TagResourceCommandInput,
|
|
324
|
+
TagResourceCommandOutput,
|
|
325
|
+
} from "./commands/TagResourceCommand";
|
|
326
|
+
import {
|
|
327
|
+
UntagResourceCommandInput,
|
|
328
|
+
UntagResourceCommandOutput,
|
|
329
|
+
} from "./commands/UntagResourceCommand";
|
|
330
|
+
import {
|
|
331
|
+
UpdateAliasCommandInput,
|
|
332
|
+
UpdateAliasCommandOutput,
|
|
333
|
+
} from "./commands/UpdateAliasCommand";
|
|
334
|
+
import {
|
|
335
|
+
UpdateBuildCommandInput,
|
|
336
|
+
UpdateBuildCommandOutput,
|
|
337
|
+
} from "./commands/UpdateBuildCommand";
|
|
338
|
+
import {
|
|
339
|
+
UpdateFleetAttributesCommandInput,
|
|
340
|
+
UpdateFleetAttributesCommandOutput,
|
|
341
|
+
} from "./commands/UpdateFleetAttributesCommand";
|
|
342
|
+
import {
|
|
343
|
+
UpdateFleetCapacityCommandInput,
|
|
344
|
+
UpdateFleetCapacityCommandOutput,
|
|
345
|
+
} from "./commands/UpdateFleetCapacityCommand";
|
|
346
|
+
import {
|
|
347
|
+
UpdateFleetPortSettingsCommandInput,
|
|
348
|
+
UpdateFleetPortSettingsCommandOutput,
|
|
349
|
+
} from "./commands/UpdateFleetPortSettingsCommand";
|
|
350
|
+
import {
|
|
351
|
+
UpdateGameServerCommandInput,
|
|
352
|
+
UpdateGameServerCommandOutput,
|
|
353
|
+
} from "./commands/UpdateGameServerCommand";
|
|
354
|
+
import {
|
|
355
|
+
UpdateGameServerGroupCommandInput,
|
|
356
|
+
UpdateGameServerGroupCommandOutput,
|
|
357
|
+
} from "./commands/UpdateGameServerGroupCommand";
|
|
358
|
+
import {
|
|
359
|
+
UpdateGameSessionCommandInput,
|
|
360
|
+
UpdateGameSessionCommandOutput,
|
|
361
|
+
} from "./commands/UpdateGameSessionCommand";
|
|
362
|
+
import {
|
|
363
|
+
UpdateGameSessionQueueCommandInput,
|
|
364
|
+
UpdateGameSessionQueueCommandOutput,
|
|
365
|
+
} from "./commands/UpdateGameSessionQueueCommand";
|
|
366
|
+
import {
|
|
367
|
+
UpdateMatchmakingConfigurationCommandInput,
|
|
368
|
+
UpdateMatchmakingConfigurationCommandOutput,
|
|
369
|
+
} from "./commands/UpdateMatchmakingConfigurationCommand";
|
|
370
|
+
import {
|
|
371
|
+
UpdateRuntimeConfigurationCommandInput,
|
|
372
|
+
UpdateRuntimeConfigurationCommandOutput,
|
|
373
|
+
} from "./commands/UpdateRuntimeConfigurationCommand";
|
|
374
|
+
import {
|
|
375
|
+
UpdateScriptCommandInput,
|
|
376
|
+
UpdateScriptCommandOutput,
|
|
377
|
+
} from "./commands/UpdateScriptCommand";
|
|
378
|
+
import {
|
|
379
|
+
ValidateMatchmakingRuleSetCommandInput,
|
|
380
|
+
ValidateMatchmakingRuleSetCommandOutput,
|
|
381
|
+
} from "./commands/ValidateMatchmakingRuleSetCommand";
|
|
382
|
+
import { GameLiftClient } from "./GameLiftClient";
|
|
383
|
+
|
|
384
|
+
export declare class GameLift extends GameLiftClient {
|
|
385
|
+
acceptMatch(
|
|
386
|
+
args: AcceptMatchCommandInput,
|
|
387
|
+
options?: __HttpHandlerOptions
|
|
388
|
+
): Promise<AcceptMatchCommandOutput>;
|
|
389
|
+
acceptMatch(
|
|
390
|
+
args: AcceptMatchCommandInput,
|
|
391
|
+
cb: (err: any, data?: AcceptMatchCommandOutput) => void
|
|
392
|
+
): void;
|
|
393
|
+
acceptMatch(
|
|
394
|
+
args: AcceptMatchCommandInput,
|
|
395
|
+
options: __HttpHandlerOptions,
|
|
396
|
+
cb: (err: any, data?: AcceptMatchCommandOutput) => void
|
|
397
|
+
): void;
|
|
398
|
+
|
|
399
|
+
claimGameServer(
|
|
400
|
+
args: ClaimGameServerCommandInput,
|
|
401
|
+
options?: __HttpHandlerOptions
|
|
402
|
+
): Promise<ClaimGameServerCommandOutput>;
|
|
403
|
+
claimGameServer(
|
|
404
|
+
args: ClaimGameServerCommandInput,
|
|
405
|
+
cb: (err: any, data?: ClaimGameServerCommandOutput) => void
|
|
406
|
+
): void;
|
|
407
|
+
claimGameServer(
|
|
408
|
+
args: ClaimGameServerCommandInput,
|
|
409
|
+
options: __HttpHandlerOptions,
|
|
410
|
+
cb: (err: any, data?: ClaimGameServerCommandOutput) => void
|
|
411
|
+
): void;
|
|
412
|
+
|
|
413
|
+
createAlias(
|
|
414
|
+
args: CreateAliasCommandInput,
|
|
415
|
+
options?: __HttpHandlerOptions
|
|
416
|
+
): Promise<CreateAliasCommandOutput>;
|
|
417
|
+
createAlias(
|
|
418
|
+
args: CreateAliasCommandInput,
|
|
419
|
+
cb: (err: any, data?: CreateAliasCommandOutput) => void
|
|
420
|
+
): void;
|
|
421
|
+
createAlias(
|
|
422
|
+
args: CreateAliasCommandInput,
|
|
423
|
+
options: __HttpHandlerOptions,
|
|
424
|
+
cb: (err: any, data?: CreateAliasCommandOutput) => void
|
|
425
|
+
): void;
|
|
426
|
+
|
|
427
|
+
createBuild(
|
|
428
|
+
args: CreateBuildCommandInput,
|
|
429
|
+
options?: __HttpHandlerOptions
|
|
430
|
+
): Promise<CreateBuildCommandOutput>;
|
|
431
|
+
createBuild(
|
|
432
|
+
args: CreateBuildCommandInput,
|
|
433
|
+
cb: (err: any, data?: CreateBuildCommandOutput) => void
|
|
434
|
+
): void;
|
|
435
|
+
createBuild(
|
|
436
|
+
args: CreateBuildCommandInput,
|
|
437
|
+
options: __HttpHandlerOptions,
|
|
438
|
+
cb: (err: any, data?: CreateBuildCommandOutput) => void
|
|
439
|
+
): void;
|
|
440
|
+
|
|
441
|
+
createFleet(
|
|
442
|
+
args: CreateFleetCommandInput,
|
|
443
|
+
options?: __HttpHandlerOptions
|
|
444
|
+
): Promise<CreateFleetCommandOutput>;
|
|
445
|
+
createFleet(
|
|
446
|
+
args: CreateFleetCommandInput,
|
|
447
|
+
cb: (err: any, data?: CreateFleetCommandOutput) => void
|
|
448
|
+
): void;
|
|
449
|
+
createFleet(
|
|
450
|
+
args: CreateFleetCommandInput,
|
|
451
|
+
options: __HttpHandlerOptions,
|
|
452
|
+
cb: (err: any, data?: CreateFleetCommandOutput) => void
|
|
453
|
+
): void;
|
|
454
|
+
|
|
455
|
+
createFleetLocations(
|
|
456
|
+
args: CreateFleetLocationsCommandInput,
|
|
457
|
+
options?: __HttpHandlerOptions
|
|
458
|
+
): Promise<CreateFleetLocationsCommandOutput>;
|
|
459
|
+
createFleetLocations(
|
|
460
|
+
args: CreateFleetLocationsCommandInput,
|
|
461
|
+
cb: (err: any, data?: CreateFleetLocationsCommandOutput) => void
|
|
462
|
+
): void;
|
|
463
|
+
createFleetLocations(
|
|
464
|
+
args: CreateFleetLocationsCommandInput,
|
|
465
|
+
options: __HttpHandlerOptions,
|
|
466
|
+
cb: (err: any, data?: CreateFleetLocationsCommandOutput) => void
|
|
467
|
+
): void;
|
|
468
|
+
|
|
469
|
+
createGameServerGroup(
|
|
470
|
+
args: CreateGameServerGroupCommandInput,
|
|
471
|
+
options?: __HttpHandlerOptions
|
|
472
|
+
): Promise<CreateGameServerGroupCommandOutput>;
|
|
473
|
+
createGameServerGroup(
|
|
474
|
+
args: CreateGameServerGroupCommandInput,
|
|
475
|
+
cb: (err: any, data?: CreateGameServerGroupCommandOutput) => void
|
|
476
|
+
): void;
|
|
477
|
+
createGameServerGroup(
|
|
478
|
+
args: CreateGameServerGroupCommandInput,
|
|
479
|
+
options: __HttpHandlerOptions,
|
|
480
|
+
cb: (err: any, data?: CreateGameServerGroupCommandOutput) => void
|
|
481
|
+
): void;
|
|
482
|
+
|
|
483
|
+
createGameSession(
|
|
484
|
+
args: CreateGameSessionCommandInput,
|
|
485
|
+
options?: __HttpHandlerOptions
|
|
486
|
+
): Promise<CreateGameSessionCommandOutput>;
|
|
487
|
+
createGameSession(
|
|
488
|
+
args: CreateGameSessionCommandInput,
|
|
489
|
+
cb: (err: any, data?: CreateGameSessionCommandOutput) => void
|
|
490
|
+
): void;
|
|
491
|
+
createGameSession(
|
|
492
|
+
args: CreateGameSessionCommandInput,
|
|
493
|
+
options: __HttpHandlerOptions,
|
|
494
|
+
cb: (err: any, data?: CreateGameSessionCommandOutput) => void
|
|
495
|
+
): void;
|
|
496
|
+
|
|
497
|
+
createGameSessionQueue(
|
|
498
|
+
args: CreateGameSessionQueueCommandInput,
|
|
499
|
+
options?: __HttpHandlerOptions
|
|
500
|
+
): Promise<CreateGameSessionQueueCommandOutput>;
|
|
501
|
+
createGameSessionQueue(
|
|
502
|
+
args: CreateGameSessionQueueCommandInput,
|
|
503
|
+
cb: (err: any, data?: CreateGameSessionQueueCommandOutput) => void
|
|
504
|
+
): void;
|
|
505
|
+
createGameSessionQueue(
|
|
506
|
+
args: CreateGameSessionQueueCommandInput,
|
|
507
|
+
options: __HttpHandlerOptions,
|
|
508
|
+
cb: (err: any, data?: CreateGameSessionQueueCommandOutput) => void
|
|
509
|
+
): void;
|
|
510
|
+
|
|
511
|
+
createMatchmakingConfiguration(
|
|
512
|
+
args: CreateMatchmakingConfigurationCommandInput,
|
|
513
|
+
options?: __HttpHandlerOptions
|
|
514
|
+
): Promise<CreateMatchmakingConfigurationCommandOutput>;
|
|
515
|
+
createMatchmakingConfiguration(
|
|
516
|
+
args: CreateMatchmakingConfigurationCommandInput,
|
|
517
|
+
cb: (err: any, data?: CreateMatchmakingConfigurationCommandOutput) => void
|
|
518
|
+
): void;
|
|
519
|
+
createMatchmakingConfiguration(
|
|
520
|
+
args: CreateMatchmakingConfigurationCommandInput,
|
|
521
|
+
options: __HttpHandlerOptions,
|
|
522
|
+
cb: (err: any, data?: CreateMatchmakingConfigurationCommandOutput) => void
|
|
523
|
+
): void;
|
|
524
|
+
|
|
525
|
+
createMatchmakingRuleSet(
|
|
526
|
+
args: CreateMatchmakingRuleSetCommandInput,
|
|
527
|
+
options?: __HttpHandlerOptions
|
|
528
|
+
): Promise<CreateMatchmakingRuleSetCommandOutput>;
|
|
529
|
+
createMatchmakingRuleSet(
|
|
530
|
+
args: CreateMatchmakingRuleSetCommandInput,
|
|
531
|
+
cb: (err: any, data?: CreateMatchmakingRuleSetCommandOutput) => void
|
|
532
|
+
): void;
|
|
533
|
+
createMatchmakingRuleSet(
|
|
534
|
+
args: CreateMatchmakingRuleSetCommandInput,
|
|
535
|
+
options: __HttpHandlerOptions,
|
|
536
|
+
cb: (err: any, data?: CreateMatchmakingRuleSetCommandOutput) => void
|
|
537
|
+
): void;
|
|
538
|
+
|
|
539
|
+
createPlayerSession(
|
|
540
|
+
args: CreatePlayerSessionCommandInput,
|
|
541
|
+
options?: __HttpHandlerOptions
|
|
542
|
+
): Promise<CreatePlayerSessionCommandOutput>;
|
|
543
|
+
createPlayerSession(
|
|
544
|
+
args: CreatePlayerSessionCommandInput,
|
|
545
|
+
cb: (err: any, data?: CreatePlayerSessionCommandOutput) => void
|
|
546
|
+
): void;
|
|
547
|
+
createPlayerSession(
|
|
548
|
+
args: CreatePlayerSessionCommandInput,
|
|
549
|
+
options: __HttpHandlerOptions,
|
|
550
|
+
cb: (err: any, data?: CreatePlayerSessionCommandOutput) => void
|
|
551
|
+
): void;
|
|
552
|
+
|
|
553
|
+
createPlayerSessions(
|
|
554
|
+
args: CreatePlayerSessionsCommandInput,
|
|
555
|
+
options?: __HttpHandlerOptions
|
|
556
|
+
): Promise<CreatePlayerSessionsCommandOutput>;
|
|
557
|
+
createPlayerSessions(
|
|
558
|
+
args: CreatePlayerSessionsCommandInput,
|
|
559
|
+
cb: (err: any, data?: CreatePlayerSessionsCommandOutput) => void
|
|
560
|
+
): void;
|
|
561
|
+
createPlayerSessions(
|
|
562
|
+
args: CreatePlayerSessionsCommandInput,
|
|
563
|
+
options: __HttpHandlerOptions,
|
|
564
|
+
cb: (err: any, data?: CreatePlayerSessionsCommandOutput) => void
|
|
565
|
+
): void;
|
|
566
|
+
|
|
567
|
+
createScript(
|
|
568
|
+
args: CreateScriptCommandInput,
|
|
569
|
+
options?: __HttpHandlerOptions
|
|
570
|
+
): Promise<CreateScriptCommandOutput>;
|
|
571
|
+
createScript(
|
|
572
|
+
args: CreateScriptCommandInput,
|
|
573
|
+
cb: (err: any, data?: CreateScriptCommandOutput) => void
|
|
574
|
+
): void;
|
|
575
|
+
createScript(
|
|
576
|
+
args: CreateScriptCommandInput,
|
|
577
|
+
options: __HttpHandlerOptions,
|
|
578
|
+
cb: (err: any, data?: CreateScriptCommandOutput) => void
|
|
579
|
+
): void;
|
|
580
|
+
|
|
581
|
+
createVpcPeeringAuthorization(
|
|
582
|
+
args: CreateVpcPeeringAuthorizationCommandInput,
|
|
583
|
+
options?: __HttpHandlerOptions
|
|
584
|
+
): Promise<CreateVpcPeeringAuthorizationCommandOutput>;
|
|
585
|
+
createVpcPeeringAuthorization(
|
|
586
|
+
args: CreateVpcPeeringAuthorizationCommandInput,
|
|
587
|
+
cb: (err: any, data?: CreateVpcPeeringAuthorizationCommandOutput) => void
|
|
588
|
+
): void;
|
|
589
|
+
createVpcPeeringAuthorization(
|
|
590
|
+
args: CreateVpcPeeringAuthorizationCommandInput,
|
|
591
|
+
options: __HttpHandlerOptions,
|
|
592
|
+
cb: (err: any, data?: CreateVpcPeeringAuthorizationCommandOutput) => void
|
|
593
|
+
): void;
|
|
594
|
+
|
|
595
|
+
createVpcPeeringConnection(
|
|
596
|
+
args: CreateVpcPeeringConnectionCommandInput,
|
|
597
|
+
options?: __HttpHandlerOptions
|
|
598
|
+
): Promise<CreateVpcPeeringConnectionCommandOutput>;
|
|
599
|
+
createVpcPeeringConnection(
|
|
600
|
+
args: CreateVpcPeeringConnectionCommandInput,
|
|
601
|
+
cb: (err: any, data?: CreateVpcPeeringConnectionCommandOutput) => void
|
|
602
|
+
): void;
|
|
603
|
+
createVpcPeeringConnection(
|
|
604
|
+
args: CreateVpcPeeringConnectionCommandInput,
|
|
605
|
+
options: __HttpHandlerOptions,
|
|
606
|
+
cb: (err: any, data?: CreateVpcPeeringConnectionCommandOutput) => void
|
|
607
|
+
): void;
|
|
608
|
+
|
|
609
|
+
deleteAlias(
|
|
610
|
+
args: DeleteAliasCommandInput,
|
|
611
|
+
options?: __HttpHandlerOptions
|
|
612
|
+
): Promise<DeleteAliasCommandOutput>;
|
|
613
|
+
deleteAlias(
|
|
614
|
+
args: DeleteAliasCommandInput,
|
|
615
|
+
cb: (err: any, data?: DeleteAliasCommandOutput) => void
|
|
616
|
+
): void;
|
|
617
|
+
deleteAlias(
|
|
618
|
+
args: DeleteAliasCommandInput,
|
|
619
|
+
options: __HttpHandlerOptions,
|
|
620
|
+
cb: (err: any, data?: DeleteAliasCommandOutput) => void
|
|
621
|
+
): void;
|
|
622
|
+
|
|
623
|
+
deleteBuild(
|
|
624
|
+
args: DeleteBuildCommandInput,
|
|
625
|
+
options?: __HttpHandlerOptions
|
|
626
|
+
): Promise<DeleteBuildCommandOutput>;
|
|
627
|
+
deleteBuild(
|
|
628
|
+
args: DeleteBuildCommandInput,
|
|
629
|
+
cb: (err: any, data?: DeleteBuildCommandOutput) => void
|
|
630
|
+
): void;
|
|
631
|
+
deleteBuild(
|
|
632
|
+
args: DeleteBuildCommandInput,
|
|
633
|
+
options: __HttpHandlerOptions,
|
|
634
|
+
cb: (err: any, data?: DeleteBuildCommandOutput) => void
|
|
635
|
+
): void;
|
|
636
|
+
|
|
637
|
+
deleteFleet(
|
|
638
|
+
args: DeleteFleetCommandInput,
|
|
639
|
+
options?: __HttpHandlerOptions
|
|
640
|
+
): Promise<DeleteFleetCommandOutput>;
|
|
641
|
+
deleteFleet(
|
|
642
|
+
args: DeleteFleetCommandInput,
|
|
643
|
+
cb: (err: any, data?: DeleteFleetCommandOutput) => void
|
|
644
|
+
): void;
|
|
645
|
+
deleteFleet(
|
|
646
|
+
args: DeleteFleetCommandInput,
|
|
647
|
+
options: __HttpHandlerOptions,
|
|
648
|
+
cb: (err: any, data?: DeleteFleetCommandOutput) => void
|
|
649
|
+
): void;
|
|
650
|
+
|
|
651
|
+
deleteFleetLocations(
|
|
652
|
+
args: DeleteFleetLocationsCommandInput,
|
|
653
|
+
options?: __HttpHandlerOptions
|
|
654
|
+
): Promise<DeleteFleetLocationsCommandOutput>;
|
|
655
|
+
deleteFleetLocations(
|
|
656
|
+
args: DeleteFleetLocationsCommandInput,
|
|
657
|
+
cb: (err: any, data?: DeleteFleetLocationsCommandOutput) => void
|
|
658
|
+
): void;
|
|
659
|
+
deleteFleetLocations(
|
|
660
|
+
args: DeleteFleetLocationsCommandInput,
|
|
661
|
+
options: __HttpHandlerOptions,
|
|
662
|
+
cb: (err: any, data?: DeleteFleetLocationsCommandOutput) => void
|
|
663
|
+
): void;
|
|
664
|
+
|
|
665
|
+
deleteGameServerGroup(
|
|
666
|
+
args: DeleteGameServerGroupCommandInput,
|
|
667
|
+
options?: __HttpHandlerOptions
|
|
668
|
+
): Promise<DeleteGameServerGroupCommandOutput>;
|
|
669
|
+
deleteGameServerGroup(
|
|
670
|
+
args: DeleteGameServerGroupCommandInput,
|
|
671
|
+
cb: (err: any, data?: DeleteGameServerGroupCommandOutput) => void
|
|
672
|
+
): void;
|
|
673
|
+
deleteGameServerGroup(
|
|
674
|
+
args: DeleteGameServerGroupCommandInput,
|
|
675
|
+
options: __HttpHandlerOptions,
|
|
676
|
+
cb: (err: any, data?: DeleteGameServerGroupCommandOutput) => void
|
|
677
|
+
): void;
|
|
678
|
+
|
|
679
|
+
deleteGameSessionQueue(
|
|
680
|
+
args: DeleteGameSessionQueueCommandInput,
|
|
681
|
+
options?: __HttpHandlerOptions
|
|
682
|
+
): Promise<DeleteGameSessionQueueCommandOutput>;
|
|
683
|
+
deleteGameSessionQueue(
|
|
684
|
+
args: DeleteGameSessionQueueCommandInput,
|
|
685
|
+
cb: (err: any, data?: DeleteGameSessionQueueCommandOutput) => void
|
|
686
|
+
): void;
|
|
687
|
+
deleteGameSessionQueue(
|
|
688
|
+
args: DeleteGameSessionQueueCommandInput,
|
|
689
|
+
options: __HttpHandlerOptions,
|
|
690
|
+
cb: (err: any, data?: DeleteGameSessionQueueCommandOutput) => void
|
|
691
|
+
): void;
|
|
692
|
+
|
|
693
|
+
deleteMatchmakingConfiguration(
|
|
694
|
+
args: DeleteMatchmakingConfigurationCommandInput,
|
|
695
|
+
options?: __HttpHandlerOptions
|
|
696
|
+
): Promise<DeleteMatchmakingConfigurationCommandOutput>;
|
|
697
|
+
deleteMatchmakingConfiguration(
|
|
698
|
+
args: DeleteMatchmakingConfigurationCommandInput,
|
|
699
|
+
cb: (err: any, data?: DeleteMatchmakingConfigurationCommandOutput) => void
|
|
700
|
+
): void;
|
|
701
|
+
deleteMatchmakingConfiguration(
|
|
702
|
+
args: DeleteMatchmakingConfigurationCommandInput,
|
|
703
|
+
options: __HttpHandlerOptions,
|
|
704
|
+
cb: (err: any, data?: DeleteMatchmakingConfigurationCommandOutput) => void
|
|
705
|
+
): void;
|
|
706
|
+
|
|
707
|
+
deleteMatchmakingRuleSet(
|
|
708
|
+
args: DeleteMatchmakingRuleSetCommandInput,
|
|
709
|
+
options?: __HttpHandlerOptions
|
|
710
|
+
): Promise<DeleteMatchmakingRuleSetCommandOutput>;
|
|
711
|
+
deleteMatchmakingRuleSet(
|
|
712
|
+
args: DeleteMatchmakingRuleSetCommandInput,
|
|
713
|
+
cb: (err: any, data?: DeleteMatchmakingRuleSetCommandOutput) => void
|
|
714
|
+
): void;
|
|
715
|
+
deleteMatchmakingRuleSet(
|
|
716
|
+
args: DeleteMatchmakingRuleSetCommandInput,
|
|
717
|
+
options: __HttpHandlerOptions,
|
|
718
|
+
cb: (err: any, data?: DeleteMatchmakingRuleSetCommandOutput) => void
|
|
719
|
+
): void;
|
|
720
|
+
|
|
721
|
+
deleteScalingPolicy(
|
|
722
|
+
args: DeleteScalingPolicyCommandInput,
|
|
723
|
+
options?: __HttpHandlerOptions
|
|
724
|
+
): Promise<DeleteScalingPolicyCommandOutput>;
|
|
725
|
+
deleteScalingPolicy(
|
|
726
|
+
args: DeleteScalingPolicyCommandInput,
|
|
727
|
+
cb: (err: any, data?: DeleteScalingPolicyCommandOutput) => void
|
|
728
|
+
): void;
|
|
729
|
+
deleteScalingPolicy(
|
|
730
|
+
args: DeleteScalingPolicyCommandInput,
|
|
731
|
+
options: __HttpHandlerOptions,
|
|
732
|
+
cb: (err: any, data?: DeleteScalingPolicyCommandOutput) => void
|
|
733
|
+
): void;
|
|
734
|
+
|
|
735
|
+
deleteScript(
|
|
736
|
+
args: DeleteScriptCommandInput,
|
|
737
|
+
options?: __HttpHandlerOptions
|
|
738
|
+
): Promise<DeleteScriptCommandOutput>;
|
|
739
|
+
deleteScript(
|
|
740
|
+
args: DeleteScriptCommandInput,
|
|
741
|
+
cb: (err: any, data?: DeleteScriptCommandOutput) => void
|
|
742
|
+
): void;
|
|
743
|
+
deleteScript(
|
|
744
|
+
args: DeleteScriptCommandInput,
|
|
745
|
+
options: __HttpHandlerOptions,
|
|
746
|
+
cb: (err: any, data?: DeleteScriptCommandOutput) => void
|
|
747
|
+
): void;
|
|
748
|
+
|
|
749
|
+
deleteVpcPeeringAuthorization(
|
|
750
|
+
args: DeleteVpcPeeringAuthorizationCommandInput,
|
|
751
|
+
options?: __HttpHandlerOptions
|
|
752
|
+
): Promise<DeleteVpcPeeringAuthorizationCommandOutput>;
|
|
753
|
+
deleteVpcPeeringAuthorization(
|
|
754
|
+
args: DeleteVpcPeeringAuthorizationCommandInput,
|
|
755
|
+
cb: (err: any, data?: DeleteVpcPeeringAuthorizationCommandOutput) => void
|
|
756
|
+
): void;
|
|
757
|
+
deleteVpcPeeringAuthorization(
|
|
758
|
+
args: DeleteVpcPeeringAuthorizationCommandInput,
|
|
759
|
+
options: __HttpHandlerOptions,
|
|
760
|
+
cb: (err: any, data?: DeleteVpcPeeringAuthorizationCommandOutput) => void
|
|
761
|
+
): void;
|
|
762
|
+
|
|
763
|
+
deleteVpcPeeringConnection(
|
|
764
|
+
args: DeleteVpcPeeringConnectionCommandInput,
|
|
765
|
+
options?: __HttpHandlerOptions
|
|
766
|
+
): Promise<DeleteVpcPeeringConnectionCommandOutput>;
|
|
767
|
+
deleteVpcPeeringConnection(
|
|
768
|
+
args: DeleteVpcPeeringConnectionCommandInput,
|
|
769
|
+
cb: (err: any, data?: DeleteVpcPeeringConnectionCommandOutput) => void
|
|
770
|
+
): void;
|
|
771
|
+
deleteVpcPeeringConnection(
|
|
772
|
+
args: DeleteVpcPeeringConnectionCommandInput,
|
|
773
|
+
options: __HttpHandlerOptions,
|
|
774
|
+
cb: (err: any, data?: DeleteVpcPeeringConnectionCommandOutput) => void
|
|
775
|
+
): void;
|
|
776
|
+
|
|
777
|
+
deregisterGameServer(
|
|
778
|
+
args: DeregisterGameServerCommandInput,
|
|
779
|
+
options?: __HttpHandlerOptions
|
|
780
|
+
): Promise<DeregisterGameServerCommandOutput>;
|
|
781
|
+
deregisterGameServer(
|
|
782
|
+
args: DeregisterGameServerCommandInput,
|
|
783
|
+
cb: (err: any, data?: DeregisterGameServerCommandOutput) => void
|
|
784
|
+
): void;
|
|
785
|
+
deregisterGameServer(
|
|
786
|
+
args: DeregisterGameServerCommandInput,
|
|
787
|
+
options: __HttpHandlerOptions,
|
|
788
|
+
cb: (err: any, data?: DeregisterGameServerCommandOutput) => void
|
|
789
|
+
): void;
|
|
790
|
+
|
|
791
|
+
describeAlias(
|
|
792
|
+
args: DescribeAliasCommandInput,
|
|
793
|
+
options?: __HttpHandlerOptions
|
|
794
|
+
): Promise<DescribeAliasCommandOutput>;
|
|
795
|
+
describeAlias(
|
|
796
|
+
args: DescribeAliasCommandInput,
|
|
797
|
+
cb: (err: any, data?: DescribeAliasCommandOutput) => void
|
|
798
|
+
): void;
|
|
799
|
+
describeAlias(
|
|
800
|
+
args: DescribeAliasCommandInput,
|
|
801
|
+
options: __HttpHandlerOptions,
|
|
802
|
+
cb: (err: any, data?: DescribeAliasCommandOutput) => void
|
|
803
|
+
): void;
|
|
804
|
+
|
|
805
|
+
describeBuild(
|
|
806
|
+
args: DescribeBuildCommandInput,
|
|
807
|
+
options?: __HttpHandlerOptions
|
|
808
|
+
): Promise<DescribeBuildCommandOutput>;
|
|
809
|
+
describeBuild(
|
|
810
|
+
args: DescribeBuildCommandInput,
|
|
811
|
+
cb: (err: any, data?: DescribeBuildCommandOutput) => void
|
|
812
|
+
): void;
|
|
813
|
+
describeBuild(
|
|
814
|
+
args: DescribeBuildCommandInput,
|
|
815
|
+
options: __HttpHandlerOptions,
|
|
816
|
+
cb: (err: any, data?: DescribeBuildCommandOutput) => void
|
|
817
|
+
): void;
|
|
818
|
+
|
|
819
|
+
describeEC2InstanceLimits(
|
|
820
|
+
args: DescribeEC2InstanceLimitsCommandInput,
|
|
821
|
+
options?: __HttpHandlerOptions
|
|
822
|
+
): Promise<DescribeEC2InstanceLimitsCommandOutput>;
|
|
823
|
+
describeEC2InstanceLimits(
|
|
824
|
+
args: DescribeEC2InstanceLimitsCommandInput,
|
|
825
|
+
cb: (err: any, data?: DescribeEC2InstanceLimitsCommandOutput) => void
|
|
826
|
+
): void;
|
|
827
|
+
describeEC2InstanceLimits(
|
|
828
|
+
args: DescribeEC2InstanceLimitsCommandInput,
|
|
829
|
+
options: __HttpHandlerOptions,
|
|
830
|
+
cb: (err: any, data?: DescribeEC2InstanceLimitsCommandOutput) => void
|
|
831
|
+
): void;
|
|
832
|
+
|
|
833
|
+
describeFleetAttributes(
|
|
834
|
+
args: DescribeFleetAttributesCommandInput,
|
|
835
|
+
options?: __HttpHandlerOptions
|
|
836
|
+
): Promise<DescribeFleetAttributesCommandOutput>;
|
|
837
|
+
describeFleetAttributes(
|
|
838
|
+
args: DescribeFleetAttributesCommandInput,
|
|
839
|
+
cb: (err: any, data?: DescribeFleetAttributesCommandOutput) => void
|
|
840
|
+
): void;
|
|
841
|
+
describeFleetAttributes(
|
|
842
|
+
args: DescribeFleetAttributesCommandInput,
|
|
843
|
+
options: __HttpHandlerOptions,
|
|
844
|
+
cb: (err: any, data?: DescribeFleetAttributesCommandOutput) => void
|
|
845
|
+
): void;
|
|
846
|
+
|
|
847
|
+
describeFleetCapacity(
|
|
848
|
+
args: DescribeFleetCapacityCommandInput,
|
|
849
|
+
options?: __HttpHandlerOptions
|
|
850
|
+
): Promise<DescribeFleetCapacityCommandOutput>;
|
|
851
|
+
describeFleetCapacity(
|
|
852
|
+
args: DescribeFleetCapacityCommandInput,
|
|
853
|
+
cb: (err: any, data?: DescribeFleetCapacityCommandOutput) => void
|
|
854
|
+
): void;
|
|
855
|
+
describeFleetCapacity(
|
|
856
|
+
args: DescribeFleetCapacityCommandInput,
|
|
857
|
+
options: __HttpHandlerOptions,
|
|
858
|
+
cb: (err: any, data?: DescribeFleetCapacityCommandOutput) => void
|
|
859
|
+
): void;
|
|
860
|
+
|
|
861
|
+
describeFleetEvents(
|
|
862
|
+
args: DescribeFleetEventsCommandInput,
|
|
863
|
+
options?: __HttpHandlerOptions
|
|
864
|
+
): Promise<DescribeFleetEventsCommandOutput>;
|
|
865
|
+
describeFleetEvents(
|
|
866
|
+
args: DescribeFleetEventsCommandInput,
|
|
867
|
+
cb: (err: any, data?: DescribeFleetEventsCommandOutput) => void
|
|
868
|
+
): void;
|
|
869
|
+
describeFleetEvents(
|
|
870
|
+
args: DescribeFleetEventsCommandInput,
|
|
871
|
+
options: __HttpHandlerOptions,
|
|
872
|
+
cb: (err: any, data?: DescribeFleetEventsCommandOutput) => void
|
|
873
|
+
): void;
|
|
874
|
+
|
|
875
|
+
describeFleetLocationAttributes(
|
|
876
|
+
args: DescribeFleetLocationAttributesCommandInput,
|
|
877
|
+
options?: __HttpHandlerOptions
|
|
878
|
+
): Promise<DescribeFleetLocationAttributesCommandOutput>;
|
|
879
|
+
describeFleetLocationAttributes(
|
|
880
|
+
args: DescribeFleetLocationAttributesCommandInput,
|
|
881
|
+
cb: (err: any, data?: DescribeFleetLocationAttributesCommandOutput) => void
|
|
882
|
+
): void;
|
|
883
|
+
describeFleetLocationAttributes(
|
|
884
|
+
args: DescribeFleetLocationAttributesCommandInput,
|
|
885
|
+
options: __HttpHandlerOptions,
|
|
886
|
+
cb: (err: any, data?: DescribeFleetLocationAttributesCommandOutput) => void
|
|
887
|
+
): void;
|
|
888
|
+
|
|
889
|
+
describeFleetLocationCapacity(
|
|
890
|
+
args: DescribeFleetLocationCapacityCommandInput,
|
|
891
|
+
options?: __HttpHandlerOptions
|
|
892
|
+
): Promise<DescribeFleetLocationCapacityCommandOutput>;
|
|
893
|
+
describeFleetLocationCapacity(
|
|
894
|
+
args: DescribeFleetLocationCapacityCommandInput,
|
|
895
|
+
cb: (err: any, data?: DescribeFleetLocationCapacityCommandOutput) => void
|
|
896
|
+
): void;
|
|
897
|
+
describeFleetLocationCapacity(
|
|
898
|
+
args: DescribeFleetLocationCapacityCommandInput,
|
|
899
|
+
options: __HttpHandlerOptions,
|
|
900
|
+
cb: (err: any, data?: DescribeFleetLocationCapacityCommandOutput) => void
|
|
901
|
+
): void;
|
|
902
|
+
|
|
903
|
+
describeFleetLocationUtilization(
|
|
904
|
+
args: DescribeFleetLocationUtilizationCommandInput,
|
|
905
|
+
options?: __HttpHandlerOptions
|
|
906
|
+
): Promise<DescribeFleetLocationUtilizationCommandOutput>;
|
|
907
|
+
describeFleetLocationUtilization(
|
|
908
|
+
args: DescribeFleetLocationUtilizationCommandInput,
|
|
909
|
+
cb: (err: any, data?: DescribeFleetLocationUtilizationCommandOutput) => void
|
|
910
|
+
): void;
|
|
911
|
+
describeFleetLocationUtilization(
|
|
912
|
+
args: DescribeFleetLocationUtilizationCommandInput,
|
|
913
|
+
options: __HttpHandlerOptions,
|
|
914
|
+
cb: (err: any, data?: DescribeFleetLocationUtilizationCommandOutput) => void
|
|
915
|
+
): void;
|
|
916
|
+
|
|
917
|
+
describeFleetPortSettings(
|
|
918
|
+
args: DescribeFleetPortSettingsCommandInput,
|
|
919
|
+
options?: __HttpHandlerOptions
|
|
920
|
+
): Promise<DescribeFleetPortSettingsCommandOutput>;
|
|
921
|
+
describeFleetPortSettings(
|
|
922
|
+
args: DescribeFleetPortSettingsCommandInput,
|
|
923
|
+
cb: (err: any, data?: DescribeFleetPortSettingsCommandOutput) => void
|
|
924
|
+
): void;
|
|
925
|
+
describeFleetPortSettings(
|
|
926
|
+
args: DescribeFleetPortSettingsCommandInput,
|
|
927
|
+
options: __HttpHandlerOptions,
|
|
928
|
+
cb: (err: any, data?: DescribeFleetPortSettingsCommandOutput) => void
|
|
929
|
+
): void;
|
|
930
|
+
|
|
931
|
+
describeFleetUtilization(
|
|
932
|
+
args: DescribeFleetUtilizationCommandInput,
|
|
933
|
+
options?: __HttpHandlerOptions
|
|
934
|
+
): Promise<DescribeFleetUtilizationCommandOutput>;
|
|
935
|
+
describeFleetUtilization(
|
|
936
|
+
args: DescribeFleetUtilizationCommandInput,
|
|
937
|
+
cb: (err: any, data?: DescribeFleetUtilizationCommandOutput) => void
|
|
938
|
+
): void;
|
|
939
|
+
describeFleetUtilization(
|
|
940
|
+
args: DescribeFleetUtilizationCommandInput,
|
|
941
|
+
options: __HttpHandlerOptions,
|
|
942
|
+
cb: (err: any, data?: DescribeFleetUtilizationCommandOutput) => void
|
|
943
|
+
): void;
|
|
944
|
+
|
|
945
|
+
describeGameServer(
|
|
946
|
+
args: DescribeGameServerCommandInput,
|
|
947
|
+
options?: __HttpHandlerOptions
|
|
948
|
+
): Promise<DescribeGameServerCommandOutput>;
|
|
949
|
+
describeGameServer(
|
|
950
|
+
args: DescribeGameServerCommandInput,
|
|
951
|
+
cb: (err: any, data?: DescribeGameServerCommandOutput) => void
|
|
952
|
+
): void;
|
|
953
|
+
describeGameServer(
|
|
954
|
+
args: DescribeGameServerCommandInput,
|
|
955
|
+
options: __HttpHandlerOptions,
|
|
956
|
+
cb: (err: any, data?: DescribeGameServerCommandOutput) => void
|
|
957
|
+
): void;
|
|
958
|
+
|
|
959
|
+
describeGameServerGroup(
|
|
960
|
+
args: DescribeGameServerGroupCommandInput,
|
|
961
|
+
options?: __HttpHandlerOptions
|
|
962
|
+
): Promise<DescribeGameServerGroupCommandOutput>;
|
|
963
|
+
describeGameServerGroup(
|
|
964
|
+
args: DescribeGameServerGroupCommandInput,
|
|
965
|
+
cb: (err: any, data?: DescribeGameServerGroupCommandOutput) => void
|
|
966
|
+
): void;
|
|
967
|
+
describeGameServerGroup(
|
|
968
|
+
args: DescribeGameServerGroupCommandInput,
|
|
969
|
+
options: __HttpHandlerOptions,
|
|
970
|
+
cb: (err: any, data?: DescribeGameServerGroupCommandOutput) => void
|
|
971
|
+
): void;
|
|
972
|
+
|
|
973
|
+
describeGameServerInstances(
|
|
974
|
+
args: DescribeGameServerInstancesCommandInput,
|
|
975
|
+
options?: __HttpHandlerOptions
|
|
976
|
+
): Promise<DescribeGameServerInstancesCommandOutput>;
|
|
977
|
+
describeGameServerInstances(
|
|
978
|
+
args: DescribeGameServerInstancesCommandInput,
|
|
979
|
+
cb: (err: any, data?: DescribeGameServerInstancesCommandOutput) => void
|
|
980
|
+
): void;
|
|
981
|
+
describeGameServerInstances(
|
|
982
|
+
args: DescribeGameServerInstancesCommandInput,
|
|
983
|
+
options: __HttpHandlerOptions,
|
|
984
|
+
cb: (err: any, data?: DescribeGameServerInstancesCommandOutput) => void
|
|
985
|
+
): void;
|
|
986
|
+
|
|
987
|
+
describeGameSessionDetails(
|
|
988
|
+
args: DescribeGameSessionDetailsCommandInput,
|
|
989
|
+
options?: __HttpHandlerOptions
|
|
990
|
+
): Promise<DescribeGameSessionDetailsCommandOutput>;
|
|
991
|
+
describeGameSessionDetails(
|
|
992
|
+
args: DescribeGameSessionDetailsCommandInput,
|
|
993
|
+
cb: (err: any, data?: DescribeGameSessionDetailsCommandOutput) => void
|
|
994
|
+
): void;
|
|
995
|
+
describeGameSessionDetails(
|
|
996
|
+
args: DescribeGameSessionDetailsCommandInput,
|
|
997
|
+
options: __HttpHandlerOptions,
|
|
998
|
+
cb: (err: any, data?: DescribeGameSessionDetailsCommandOutput) => void
|
|
999
|
+
): void;
|
|
1000
|
+
|
|
1001
|
+
describeGameSessionPlacement(
|
|
1002
|
+
args: DescribeGameSessionPlacementCommandInput,
|
|
1003
|
+
options?: __HttpHandlerOptions
|
|
1004
|
+
): Promise<DescribeGameSessionPlacementCommandOutput>;
|
|
1005
|
+
describeGameSessionPlacement(
|
|
1006
|
+
args: DescribeGameSessionPlacementCommandInput,
|
|
1007
|
+
cb: (err: any, data?: DescribeGameSessionPlacementCommandOutput) => void
|
|
1008
|
+
): void;
|
|
1009
|
+
describeGameSessionPlacement(
|
|
1010
|
+
args: DescribeGameSessionPlacementCommandInput,
|
|
1011
|
+
options: __HttpHandlerOptions,
|
|
1012
|
+
cb: (err: any, data?: DescribeGameSessionPlacementCommandOutput) => void
|
|
1013
|
+
): void;
|
|
1014
|
+
|
|
1015
|
+
describeGameSessionQueues(
|
|
1016
|
+
args: DescribeGameSessionQueuesCommandInput,
|
|
1017
|
+
options?: __HttpHandlerOptions
|
|
1018
|
+
): Promise<DescribeGameSessionQueuesCommandOutput>;
|
|
1019
|
+
describeGameSessionQueues(
|
|
1020
|
+
args: DescribeGameSessionQueuesCommandInput,
|
|
1021
|
+
cb: (err: any, data?: DescribeGameSessionQueuesCommandOutput) => void
|
|
1022
|
+
): void;
|
|
1023
|
+
describeGameSessionQueues(
|
|
1024
|
+
args: DescribeGameSessionQueuesCommandInput,
|
|
1025
|
+
options: __HttpHandlerOptions,
|
|
1026
|
+
cb: (err: any, data?: DescribeGameSessionQueuesCommandOutput) => void
|
|
1027
|
+
): void;
|
|
1028
|
+
|
|
1029
|
+
describeGameSessions(
|
|
1030
|
+
args: DescribeGameSessionsCommandInput,
|
|
1031
|
+
options?: __HttpHandlerOptions
|
|
1032
|
+
): Promise<DescribeGameSessionsCommandOutput>;
|
|
1033
|
+
describeGameSessions(
|
|
1034
|
+
args: DescribeGameSessionsCommandInput,
|
|
1035
|
+
cb: (err: any, data?: DescribeGameSessionsCommandOutput) => void
|
|
1036
|
+
): void;
|
|
1037
|
+
describeGameSessions(
|
|
1038
|
+
args: DescribeGameSessionsCommandInput,
|
|
1039
|
+
options: __HttpHandlerOptions,
|
|
1040
|
+
cb: (err: any, data?: DescribeGameSessionsCommandOutput) => void
|
|
1041
|
+
): void;
|
|
1042
|
+
|
|
1043
|
+
describeInstances(
|
|
1044
|
+
args: DescribeInstancesCommandInput,
|
|
1045
|
+
options?: __HttpHandlerOptions
|
|
1046
|
+
): Promise<DescribeInstancesCommandOutput>;
|
|
1047
|
+
describeInstances(
|
|
1048
|
+
args: DescribeInstancesCommandInput,
|
|
1049
|
+
cb: (err: any, data?: DescribeInstancesCommandOutput) => void
|
|
1050
|
+
): void;
|
|
1051
|
+
describeInstances(
|
|
1052
|
+
args: DescribeInstancesCommandInput,
|
|
1053
|
+
options: __HttpHandlerOptions,
|
|
1054
|
+
cb: (err: any, data?: DescribeInstancesCommandOutput) => void
|
|
1055
|
+
): void;
|
|
1056
|
+
|
|
1057
|
+
describeMatchmaking(
|
|
1058
|
+
args: DescribeMatchmakingCommandInput,
|
|
1059
|
+
options?: __HttpHandlerOptions
|
|
1060
|
+
): Promise<DescribeMatchmakingCommandOutput>;
|
|
1061
|
+
describeMatchmaking(
|
|
1062
|
+
args: DescribeMatchmakingCommandInput,
|
|
1063
|
+
cb: (err: any, data?: DescribeMatchmakingCommandOutput) => void
|
|
1064
|
+
): void;
|
|
1065
|
+
describeMatchmaking(
|
|
1066
|
+
args: DescribeMatchmakingCommandInput,
|
|
1067
|
+
options: __HttpHandlerOptions,
|
|
1068
|
+
cb: (err: any, data?: DescribeMatchmakingCommandOutput) => void
|
|
1069
|
+
): void;
|
|
1070
|
+
|
|
1071
|
+
describeMatchmakingConfigurations(
|
|
1072
|
+
args: DescribeMatchmakingConfigurationsCommandInput,
|
|
1073
|
+
options?: __HttpHandlerOptions
|
|
1074
|
+
): Promise<DescribeMatchmakingConfigurationsCommandOutput>;
|
|
1075
|
+
describeMatchmakingConfigurations(
|
|
1076
|
+
args: DescribeMatchmakingConfigurationsCommandInput,
|
|
1077
|
+
cb: (
|
|
1078
|
+
err: any,
|
|
1079
|
+
data?: DescribeMatchmakingConfigurationsCommandOutput
|
|
1080
|
+
) => void
|
|
1081
|
+
): void;
|
|
1082
|
+
describeMatchmakingConfigurations(
|
|
1083
|
+
args: DescribeMatchmakingConfigurationsCommandInput,
|
|
1084
|
+
options: __HttpHandlerOptions,
|
|
1085
|
+
cb: (
|
|
1086
|
+
err: any,
|
|
1087
|
+
data?: DescribeMatchmakingConfigurationsCommandOutput
|
|
1088
|
+
) => void
|
|
1089
|
+
): void;
|
|
1090
|
+
|
|
1091
|
+
describeMatchmakingRuleSets(
|
|
1092
|
+
args: DescribeMatchmakingRuleSetsCommandInput,
|
|
1093
|
+
options?: __HttpHandlerOptions
|
|
1094
|
+
): Promise<DescribeMatchmakingRuleSetsCommandOutput>;
|
|
1095
|
+
describeMatchmakingRuleSets(
|
|
1096
|
+
args: DescribeMatchmakingRuleSetsCommandInput,
|
|
1097
|
+
cb: (err: any, data?: DescribeMatchmakingRuleSetsCommandOutput) => void
|
|
1098
|
+
): void;
|
|
1099
|
+
describeMatchmakingRuleSets(
|
|
1100
|
+
args: DescribeMatchmakingRuleSetsCommandInput,
|
|
1101
|
+
options: __HttpHandlerOptions,
|
|
1102
|
+
cb: (err: any, data?: DescribeMatchmakingRuleSetsCommandOutput) => void
|
|
1103
|
+
): void;
|
|
1104
|
+
|
|
1105
|
+
describePlayerSessions(
|
|
1106
|
+
args: DescribePlayerSessionsCommandInput,
|
|
1107
|
+
options?: __HttpHandlerOptions
|
|
1108
|
+
): Promise<DescribePlayerSessionsCommandOutput>;
|
|
1109
|
+
describePlayerSessions(
|
|
1110
|
+
args: DescribePlayerSessionsCommandInput,
|
|
1111
|
+
cb: (err: any, data?: DescribePlayerSessionsCommandOutput) => void
|
|
1112
|
+
): void;
|
|
1113
|
+
describePlayerSessions(
|
|
1114
|
+
args: DescribePlayerSessionsCommandInput,
|
|
1115
|
+
options: __HttpHandlerOptions,
|
|
1116
|
+
cb: (err: any, data?: DescribePlayerSessionsCommandOutput) => void
|
|
1117
|
+
): void;
|
|
1118
|
+
|
|
1119
|
+
describeRuntimeConfiguration(
|
|
1120
|
+
args: DescribeRuntimeConfigurationCommandInput,
|
|
1121
|
+
options?: __HttpHandlerOptions
|
|
1122
|
+
): Promise<DescribeRuntimeConfigurationCommandOutput>;
|
|
1123
|
+
describeRuntimeConfiguration(
|
|
1124
|
+
args: DescribeRuntimeConfigurationCommandInput,
|
|
1125
|
+
cb: (err: any, data?: DescribeRuntimeConfigurationCommandOutput) => void
|
|
1126
|
+
): void;
|
|
1127
|
+
describeRuntimeConfiguration(
|
|
1128
|
+
args: DescribeRuntimeConfigurationCommandInput,
|
|
1129
|
+
options: __HttpHandlerOptions,
|
|
1130
|
+
cb: (err: any, data?: DescribeRuntimeConfigurationCommandOutput) => void
|
|
1131
|
+
): void;
|
|
1132
|
+
|
|
1133
|
+
describeScalingPolicies(
|
|
1134
|
+
args: DescribeScalingPoliciesCommandInput,
|
|
1135
|
+
options?: __HttpHandlerOptions
|
|
1136
|
+
): Promise<DescribeScalingPoliciesCommandOutput>;
|
|
1137
|
+
describeScalingPolicies(
|
|
1138
|
+
args: DescribeScalingPoliciesCommandInput,
|
|
1139
|
+
cb: (err: any, data?: DescribeScalingPoliciesCommandOutput) => void
|
|
1140
|
+
): void;
|
|
1141
|
+
describeScalingPolicies(
|
|
1142
|
+
args: DescribeScalingPoliciesCommandInput,
|
|
1143
|
+
options: __HttpHandlerOptions,
|
|
1144
|
+
cb: (err: any, data?: DescribeScalingPoliciesCommandOutput) => void
|
|
1145
|
+
): void;
|
|
1146
|
+
|
|
1147
|
+
describeScript(
|
|
1148
|
+
args: DescribeScriptCommandInput,
|
|
1149
|
+
options?: __HttpHandlerOptions
|
|
1150
|
+
): Promise<DescribeScriptCommandOutput>;
|
|
1151
|
+
describeScript(
|
|
1152
|
+
args: DescribeScriptCommandInput,
|
|
1153
|
+
cb: (err: any, data?: DescribeScriptCommandOutput) => void
|
|
1154
|
+
): void;
|
|
1155
|
+
describeScript(
|
|
1156
|
+
args: DescribeScriptCommandInput,
|
|
1157
|
+
options: __HttpHandlerOptions,
|
|
1158
|
+
cb: (err: any, data?: DescribeScriptCommandOutput) => void
|
|
1159
|
+
): void;
|
|
1160
|
+
|
|
1161
|
+
describeVpcPeeringAuthorizations(
|
|
1162
|
+
args: DescribeVpcPeeringAuthorizationsCommandInput,
|
|
1163
|
+
options?: __HttpHandlerOptions
|
|
1164
|
+
): Promise<DescribeVpcPeeringAuthorizationsCommandOutput>;
|
|
1165
|
+
describeVpcPeeringAuthorizations(
|
|
1166
|
+
args: DescribeVpcPeeringAuthorizationsCommandInput,
|
|
1167
|
+
cb: (err: any, data?: DescribeVpcPeeringAuthorizationsCommandOutput) => void
|
|
1168
|
+
): void;
|
|
1169
|
+
describeVpcPeeringAuthorizations(
|
|
1170
|
+
args: DescribeVpcPeeringAuthorizationsCommandInput,
|
|
1171
|
+
options: __HttpHandlerOptions,
|
|
1172
|
+
cb: (err: any, data?: DescribeVpcPeeringAuthorizationsCommandOutput) => void
|
|
1173
|
+
): void;
|
|
1174
|
+
|
|
1175
|
+
describeVpcPeeringConnections(
|
|
1176
|
+
args: DescribeVpcPeeringConnectionsCommandInput,
|
|
1177
|
+
options?: __HttpHandlerOptions
|
|
1178
|
+
): Promise<DescribeVpcPeeringConnectionsCommandOutput>;
|
|
1179
|
+
describeVpcPeeringConnections(
|
|
1180
|
+
args: DescribeVpcPeeringConnectionsCommandInput,
|
|
1181
|
+
cb: (err: any, data?: DescribeVpcPeeringConnectionsCommandOutput) => void
|
|
1182
|
+
): void;
|
|
1183
|
+
describeVpcPeeringConnections(
|
|
1184
|
+
args: DescribeVpcPeeringConnectionsCommandInput,
|
|
1185
|
+
options: __HttpHandlerOptions,
|
|
1186
|
+
cb: (err: any, data?: DescribeVpcPeeringConnectionsCommandOutput) => void
|
|
1187
|
+
): void;
|
|
1188
|
+
|
|
1189
|
+
getGameSessionLogUrl(
|
|
1190
|
+
args: GetGameSessionLogUrlCommandInput,
|
|
1191
|
+
options?: __HttpHandlerOptions
|
|
1192
|
+
): Promise<GetGameSessionLogUrlCommandOutput>;
|
|
1193
|
+
getGameSessionLogUrl(
|
|
1194
|
+
args: GetGameSessionLogUrlCommandInput,
|
|
1195
|
+
cb: (err: any, data?: GetGameSessionLogUrlCommandOutput) => void
|
|
1196
|
+
): void;
|
|
1197
|
+
getGameSessionLogUrl(
|
|
1198
|
+
args: GetGameSessionLogUrlCommandInput,
|
|
1199
|
+
options: __HttpHandlerOptions,
|
|
1200
|
+
cb: (err: any, data?: GetGameSessionLogUrlCommandOutput) => void
|
|
1201
|
+
): void;
|
|
1202
|
+
|
|
1203
|
+
getInstanceAccess(
|
|
1204
|
+
args: GetInstanceAccessCommandInput,
|
|
1205
|
+
options?: __HttpHandlerOptions
|
|
1206
|
+
): Promise<GetInstanceAccessCommandOutput>;
|
|
1207
|
+
getInstanceAccess(
|
|
1208
|
+
args: GetInstanceAccessCommandInput,
|
|
1209
|
+
cb: (err: any, data?: GetInstanceAccessCommandOutput) => void
|
|
1210
|
+
): void;
|
|
1211
|
+
getInstanceAccess(
|
|
1212
|
+
args: GetInstanceAccessCommandInput,
|
|
1213
|
+
options: __HttpHandlerOptions,
|
|
1214
|
+
cb: (err: any, data?: GetInstanceAccessCommandOutput) => void
|
|
1215
|
+
): void;
|
|
1216
|
+
|
|
1217
|
+
listAliases(
|
|
1218
|
+
args: ListAliasesCommandInput,
|
|
1219
|
+
options?: __HttpHandlerOptions
|
|
1220
|
+
): Promise<ListAliasesCommandOutput>;
|
|
1221
|
+
listAliases(
|
|
1222
|
+
args: ListAliasesCommandInput,
|
|
1223
|
+
cb: (err: any, data?: ListAliasesCommandOutput) => void
|
|
1224
|
+
): void;
|
|
1225
|
+
listAliases(
|
|
1226
|
+
args: ListAliasesCommandInput,
|
|
1227
|
+
options: __HttpHandlerOptions,
|
|
1228
|
+
cb: (err: any, data?: ListAliasesCommandOutput) => void
|
|
1229
|
+
): void;
|
|
1230
|
+
|
|
1231
|
+
listBuilds(
|
|
1232
|
+
args: ListBuildsCommandInput,
|
|
1233
|
+
options?: __HttpHandlerOptions
|
|
1234
|
+
): Promise<ListBuildsCommandOutput>;
|
|
1235
|
+
listBuilds(
|
|
1236
|
+
args: ListBuildsCommandInput,
|
|
1237
|
+
cb: (err: any, data?: ListBuildsCommandOutput) => void
|
|
1238
|
+
): void;
|
|
1239
|
+
listBuilds(
|
|
1240
|
+
args: ListBuildsCommandInput,
|
|
1241
|
+
options: __HttpHandlerOptions,
|
|
1242
|
+
cb: (err: any, data?: ListBuildsCommandOutput) => void
|
|
1243
|
+
): void;
|
|
1244
|
+
|
|
1245
|
+
listFleets(
|
|
1246
|
+
args: ListFleetsCommandInput,
|
|
1247
|
+
options?: __HttpHandlerOptions
|
|
1248
|
+
): Promise<ListFleetsCommandOutput>;
|
|
1249
|
+
listFleets(
|
|
1250
|
+
args: ListFleetsCommandInput,
|
|
1251
|
+
cb: (err: any, data?: ListFleetsCommandOutput) => void
|
|
1252
|
+
): void;
|
|
1253
|
+
listFleets(
|
|
1254
|
+
args: ListFleetsCommandInput,
|
|
1255
|
+
options: __HttpHandlerOptions,
|
|
1256
|
+
cb: (err: any, data?: ListFleetsCommandOutput) => void
|
|
1257
|
+
): void;
|
|
1258
|
+
|
|
1259
|
+
listGameServerGroups(
|
|
1260
|
+
args: ListGameServerGroupsCommandInput,
|
|
1261
|
+
options?: __HttpHandlerOptions
|
|
1262
|
+
): Promise<ListGameServerGroupsCommandOutput>;
|
|
1263
|
+
listGameServerGroups(
|
|
1264
|
+
args: ListGameServerGroupsCommandInput,
|
|
1265
|
+
cb: (err: any, data?: ListGameServerGroupsCommandOutput) => void
|
|
1266
|
+
): void;
|
|
1267
|
+
listGameServerGroups(
|
|
1268
|
+
args: ListGameServerGroupsCommandInput,
|
|
1269
|
+
options: __HttpHandlerOptions,
|
|
1270
|
+
cb: (err: any, data?: ListGameServerGroupsCommandOutput) => void
|
|
1271
|
+
): void;
|
|
1272
|
+
|
|
1273
|
+
listGameServers(
|
|
1274
|
+
args: ListGameServersCommandInput,
|
|
1275
|
+
options?: __HttpHandlerOptions
|
|
1276
|
+
): Promise<ListGameServersCommandOutput>;
|
|
1277
|
+
listGameServers(
|
|
1278
|
+
args: ListGameServersCommandInput,
|
|
1279
|
+
cb: (err: any, data?: ListGameServersCommandOutput) => void
|
|
1280
|
+
): void;
|
|
1281
|
+
listGameServers(
|
|
1282
|
+
args: ListGameServersCommandInput,
|
|
1283
|
+
options: __HttpHandlerOptions,
|
|
1284
|
+
cb: (err: any, data?: ListGameServersCommandOutput) => void
|
|
1285
|
+
): void;
|
|
1286
|
+
|
|
1287
|
+
listScripts(
|
|
1288
|
+
args: ListScriptsCommandInput,
|
|
1289
|
+
options?: __HttpHandlerOptions
|
|
1290
|
+
): Promise<ListScriptsCommandOutput>;
|
|
1291
|
+
listScripts(
|
|
1292
|
+
args: ListScriptsCommandInput,
|
|
1293
|
+
cb: (err: any, data?: ListScriptsCommandOutput) => void
|
|
1294
|
+
): void;
|
|
1295
|
+
listScripts(
|
|
1296
|
+
args: ListScriptsCommandInput,
|
|
1297
|
+
options: __HttpHandlerOptions,
|
|
1298
|
+
cb: (err: any, data?: ListScriptsCommandOutput) => void
|
|
1299
|
+
): void;
|
|
1300
|
+
|
|
1301
|
+
listTagsForResource(
|
|
1302
|
+
args: ListTagsForResourceCommandInput,
|
|
1303
|
+
options?: __HttpHandlerOptions
|
|
1304
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
1305
|
+
listTagsForResource(
|
|
1306
|
+
args: ListTagsForResourceCommandInput,
|
|
1307
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1308
|
+
): void;
|
|
1309
|
+
listTagsForResource(
|
|
1310
|
+
args: ListTagsForResourceCommandInput,
|
|
1311
|
+
options: __HttpHandlerOptions,
|
|
1312
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1313
|
+
): void;
|
|
1314
|
+
|
|
1315
|
+
putScalingPolicy(
|
|
1316
|
+
args: PutScalingPolicyCommandInput,
|
|
1317
|
+
options?: __HttpHandlerOptions
|
|
1318
|
+
): Promise<PutScalingPolicyCommandOutput>;
|
|
1319
|
+
putScalingPolicy(
|
|
1320
|
+
args: PutScalingPolicyCommandInput,
|
|
1321
|
+
cb: (err: any, data?: PutScalingPolicyCommandOutput) => void
|
|
1322
|
+
): void;
|
|
1323
|
+
putScalingPolicy(
|
|
1324
|
+
args: PutScalingPolicyCommandInput,
|
|
1325
|
+
options: __HttpHandlerOptions,
|
|
1326
|
+
cb: (err: any, data?: PutScalingPolicyCommandOutput) => void
|
|
1327
|
+
): void;
|
|
1328
|
+
|
|
1329
|
+
registerGameServer(
|
|
1330
|
+
args: RegisterGameServerCommandInput,
|
|
1331
|
+
options?: __HttpHandlerOptions
|
|
1332
|
+
): Promise<RegisterGameServerCommandOutput>;
|
|
1333
|
+
registerGameServer(
|
|
1334
|
+
args: RegisterGameServerCommandInput,
|
|
1335
|
+
cb: (err: any, data?: RegisterGameServerCommandOutput) => void
|
|
1336
|
+
): void;
|
|
1337
|
+
registerGameServer(
|
|
1338
|
+
args: RegisterGameServerCommandInput,
|
|
1339
|
+
options: __HttpHandlerOptions,
|
|
1340
|
+
cb: (err: any, data?: RegisterGameServerCommandOutput) => void
|
|
1341
|
+
): void;
|
|
1342
|
+
|
|
1343
|
+
requestUploadCredentials(
|
|
1344
|
+
args: RequestUploadCredentialsCommandInput,
|
|
1345
|
+
options?: __HttpHandlerOptions
|
|
1346
|
+
): Promise<RequestUploadCredentialsCommandOutput>;
|
|
1347
|
+
requestUploadCredentials(
|
|
1348
|
+
args: RequestUploadCredentialsCommandInput,
|
|
1349
|
+
cb: (err: any, data?: RequestUploadCredentialsCommandOutput) => void
|
|
1350
|
+
): void;
|
|
1351
|
+
requestUploadCredentials(
|
|
1352
|
+
args: RequestUploadCredentialsCommandInput,
|
|
1353
|
+
options: __HttpHandlerOptions,
|
|
1354
|
+
cb: (err: any, data?: RequestUploadCredentialsCommandOutput) => void
|
|
1355
|
+
): void;
|
|
1356
|
+
|
|
1357
|
+
resolveAlias(
|
|
1358
|
+
args: ResolveAliasCommandInput,
|
|
1359
|
+
options?: __HttpHandlerOptions
|
|
1360
|
+
): Promise<ResolveAliasCommandOutput>;
|
|
1361
|
+
resolveAlias(
|
|
1362
|
+
args: ResolveAliasCommandInput,
|
|
1363
|
+
cb: (err: any, data?: ResolveAliasCommandOutput) => void
|
|
1364
|
+
): void;
|
|
1365
|
+
resolveAlias(
|
|
1366
|
+
args: ResolveAliasCommandInput,
|
|
1367
|
+
options: __HttpHandlerOptions,
|
|
1368
|
+
cb: (err: any, data?: ResolveAliasCommandOutput) => void
|
|
1369
|
+
): void;
|
|
1370
|
+
|
|
1371
|
+
resumeGameServerGroup(
|
|
1372
|
+
args: ResumeGameServerGroupCommandInput,
|
|
1373
|
+
options?: __HttpHandlerOptions
|
|
1374
|
+
): Promise<ResumeGameServerGroupCommandOutput>;
|
|
1375
|
+
resumeGameServerGroup(
|
|
1376
|
+
args: ResumeGameServerGroupCommandInput,
|
|
1377
|
+
cb: (err: any, data?: ResumeGameServerGroupCommandOutput) => void
|
|
1378
|
+
): void;
|
|
1379
|
+
resumeGameServerGroup(
|
|
1380
|
+
args: ResumeGameServerGroupCommandInput,
|
|
1381
|
+
options: __HttpHandlerOptions,
|
|
1382
|
+
cb: (err: any, data?: ResumeGameServerGroupCommandOutput) => void
|
|
1383
|
+
): void;
|
|
1384
|
+
|
|
1385
|
+
searchGameSessions(
|
|
1386
|
+
args: SearchGameSessionsCommandInput,
|
|
1387
|
+
options?: __HttpHandlerOptions
|
|
1388
|
+
): Promise<SearchGameSessionsCommandOutput>;
|
|
1389
|
+
searchGameSessions(
|
|
1390
|
+
args: SearchGameSessionsCommandInput,
|
|
1391
|
+
cb: (err: any, data?: SearchGameSessionsCommandOutput) => void
|
|
1392
|
+
): void;
|
|
1393
|
+
searchGameSessions(
|
|
1394
|
+
args: SearchGameSessionsCommandInput,
|
|
1395
|
+
options: __HttpHandlerOptions,
|
|
1396
|
+
cb: (err: any, data?: SearchGameSessionsCommandOutput) => void
|
|
1397
|
+
): void;
|
|
1398
|
+
|
|
1399
|
+
startFleetActions(
|
|
1400
|
+
args: StartFleetActionsCommandInput,
|
|
1401
|
+
options?: __HttpHandlerOptions
|
|
1402
|
+
): Promise<StartFleetActionsCommandOutput>;
|
|
1403
|
+
startFleetActions(
|
|
1404
|
+
args: StartFleetActionsCommandInput,
|
|
1405
|
+
cb: (err: any, data?: StartFleetActionsCommandOutput) => void
|
|
1406
|
+
): void;
|
|
1407
|
+
startFleetActions(
|
|
1408
|
+
args: StartFleetActionsCommandInput,
|
|
1409
|
+
options: __HttpHandlerOptions,
|
|
1410
|
+
cb: (err: any, data?: StartFleetActionsCommandOutput) => void
|
|
1411
|
+
): void;
|
|
1412
|
+
|
|
1413
|
+
startGameSessionPlacement(
|
|
1414
|
+
args: StartGameSessionPlacementCommandInput,
|
|
1415
|
+
options?: __HttpHandlerOptions
|
|
1416
|
+
): Promise<StartGameSessionPlacementCommandOutput>;
|
|
1417
|
+
startGameSessionPlacement(
|
|
1418
|
+
args: StartGameSessionPlacementCommandInput,
|
|
1419
|
+
cb: (err: any, data?: StartGameSessionPlacementCommandOutput) => void
|
|
1420
|
+
): void;
|
|
1421
|
+
startGameSessionPlacement(
|
|
1422
|
+
args: StartGameSessionPlacementCommandInput,
|
|
1423
|
+
options: __HttpHandlerOptions,
|
|
1424
|
+
cb: (err: any, data?: StartGameSessionPlacementCommandOutput) => void
|
|
1425
|
+
): void;
|
|
1426
|
+
|
|
1427
|
+
startMatchBackfill(
|
|
1428
|
+
args: StartMatchBackfillCommandInput,
|
|
1429
|
+
options?: __HttpHandlerOptions
|
|
1430
|
+
): Promise<StartMatchBackfillCommandOutput>;
|
|
1431
|
+
startMatchBackfill(
|
|
1432
|
+
args: StartMatchBackfillCommandInput,
|
|
1433
|
+
cb: (err: any, data?: StartMatchBackfillCommandOutput) => void
|
|
1434
|
+
): void;
|
|
1435
|
+
startMatchBackfill(
|
|
1436
|
+
args: StartMatchBackfillCommandInput,
|
|
1437
|
+
options: __HttpHandlerOptions,
|
|
1438
|
+
cb: (err: any, data?: StartMatchBackfillCommandOutput) => void
|
|
1439
|
+
): void;
|
|
1440
|
+
|
|
1441
|
+
startMatchmaking(
|
|
1442
|
+
args: StartMatchmakingCommandInput,
|
|
1443
|
+
options?: __HttpHandlerOptions
|
|
1444
|
+
): Promise<StartMatchmakingCommandOutput>;
|
|
1445
|
+
startMatchmaking(
|
|
1446
|
+
args: StartMatchmakingCommandInput,
|
|
1447
|
+
cb: (err: any, data?: StartMatchmakingCommandOutput) => void
|
|
1448
|
+
): void;
|
|
1449
|
+
startMatchmaking(
|
|
1450
|
+
args: StartMatchmakingCommandInput,
|
|
1451
|
+
options: __HttpHandlerOptions,
|
|
1452
|
+
cb: (err: any, data?: StartMatchmakingCommandOutput) => void
|
|
1453
|
+
): void;
|
|
1454
|
+
|
|
1455
|
+
stopFleetActions(
|
|
1456
|
+
args: StopFleetActionsCommandInput,
|
|
1457
|
+
options?: __HttpHandlerOptions
|
|
1458
|
+
): Promise<StopFleetActionsCommandOutput>;
|
|
1459
|
+
stopFleetActions(
|
|
1460
|
+
args: StopFleetActionsCommandInput,
|
|
1461
|
+
cb: (err: any, data?: StopFleetActionsCommandOutput) => void
|
|
1462
|
+
): void;
|
|
1463
|
+
stopFleetActions(
|
|
1464
|
+
args: StopFleetActionsCommandInput,
|
|
1465
|
+
options: __HttpHandlerOptions,
|
|
1466
|
+
cb: (err: any, data?: StopFleetActionsCommandOutput) => void
|
|
1467
|
+
): void;
|
|
1468
|
+
|
|
1469
|
+
stopGameSessionPlacement(
|
|
1470
|
+
args: StopGameSessionPlacementCommandInput,
|
|
1471
|
+
options?: __HttpHandlerOptions
|
|
1472
|
+
): Promise<StopGameSessionPlacementCommandOutput>;
|
|
1473
|
+
stopGameSessionPlacement(
|
|
1474
|
+
args: StopGameSessionPlacementCommandInput,
|
|
1475
|
+
cb: (err: any, data?: StopGameSessionPlacementCommandOutput) => void
|
|
1476
|
+
): void;
|
|
1477
|
+
stopGameSessionPlacement(
|
|
1478
|
+
args: StopGameSessionPlacementCommandInput,
|
|
1479
|
+
options: __HttpHandlerOptions,
|
|
1480
|
+
cb: (err: any, data?: StopGameSessionPlacementCommandOutput) => void
|
|
1481
|
+
): void;
|
|
1482
|
+
|
|
1483
|
+
stopMatchmaking(
|
|
1484
|
+
args: StopMatchmakingCommandInput,
|
|
1485
|
+
options?: __HttpHandlerOptions
|
|
1486
|
+
): Promise<StopMatchmakingCommandOutput>;
|
|
1487
|
+
stopMatchmaking(
|
|
1488
|
+
args: StopMatchmakingCommandInput,
|
|
1489
|
+
cb: (err: any, data?: StopMatchmakingCommandOutput) => void
|
|
1490
|
+
): void;
|
|
1491
|
+
stopMatchmaking(
|
|
1492
|
+
args: StopMatchmakingCommandInput,
|
|
1493
|
+
options: __HttpHandlerOptions,
|
|
1494
|
+
cb: (err: any, data?: StopMatchmakingCommandOutput) => void
|
|
1495
|
+
): void;
|
|
1496
|
+
|
|
1497
|
+
suspendGameServerGroup(
|
|
1498
|
+
args: SuspendGameServerGroupCommandInput,
|
|
1499
|
+
options?: __HttpHandlerOptions
|
|
1500
|
+
): Promise<SuspendGameServerGroupCommandOutput>;
|
|
1501
|
+
suspendGameServerGroup(
|
|
1502
|
+
args: SuspendGameServerGroupCommandInput,
|
|
1503
|
+
cb: (err: any, data?: SuspendGameServerGroupCommandOutput) => void
|
|
1504
|
+
): void;
|
|
1505
|
+
suspendGameServerGroup(
|
|
1506
|
+
args: SuspendGameServerGroupCommandInput,
|
|
1507
|
+
options: __HttpHandlerOptions,
|
|
1508
|
+
cb: (err: any, data?: SuspendGameServerGroupCommandOutput) => void
|
|
1509
|
+
): void;
|
|
1510
|
+
|
|
1511
|
+
tagResource(
|
|
1512
|
+
args: TagResourceCommandInput,
|
|
1513
|
+
options?: __HttpHandlerOptions
|
|
1514
|
+
): Promise<TagResourceCommandOutput>;
|
|
1515
|
+
tagResource(
|
|
1516
|
+
args: TagResourceCommandInput,
|
|
1517
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1518
|
+
): void;
|
|
1519
|
+
tagResource(
|
|
1520
|
+
args: TagResourceCommandInput,
|
|
1521
|
+
options: __HttpHandlerOptions,
|
|
1522
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1523
|
+
): void;
|
|
1524
|
+
|
|
1525
|
+
untagResource(
|
|
1526
|
+
args: UntagResourceCommandInput,
|
|
1527
|
+
options?: __HttpHandlerOptions
|
|
1528
|
+
): Promise<UntagResourceCommandOutput>;
|
|
1529
|
+
untagResource(
|
|
1530
|
+
args: UntagResourceCommandInput,
|
|
1531
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1532
|
+
): void;
|
|
1533
|
+
untagResource(
|
|
1534
|
+
args: UntagResourceCommandInput,
|
|
1535
|
+
options: __HttpHandlerOptions,
|
|
1536
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1537
|
+
): void;
|
|
1538
|
+
|
|
1539
|
+
updateAlias(
|
|
1540
|
+
args: UpdateAliasCommandInput,
|
|
1541
|
+
options?: __HttpHandlerOptions
|
|
1542
|
+
): Promise<UpdateAliasCommandOutput>;
|
|
1543
|
+
updateAlias(
|
|
1544
|
+
args: UpdateAliasCommandInput,
|
|
1545
|
+
cb: (err: any, data?: UpdateAliasCommandOutput) => void
|
|
1546
|
+
): void;
|
|
1547
|
+
updateAlias(
|
|
1548
|
+
args: UpdateAliasCommandInput,
|
|
1549
|
+
options: __HttpHandlerOptions,
|
|
1550
|
+
cb: (err: any, data?: UpdateAliasCommandOutput) => void
|
|
1551
|
+
): void;
|
|
1552
|
+
|
|
1553
|
+
updateBuild(
|
|
1554
|
+
args: UpdateBuildCommandInput,
|
|
1555
|
+
options?: __HttpHandlerOptions
|
|
1556
|
+
): Promise<UpdateBuildCommandOutput>;
|
|
1557
|
+
updateBuild(
|
|
1558
|
+
args: UpdateBuildCommandInput,
|
|
1559
|
+
cb: (err: any, data?: UpdateBuildCommandOutput) => void
|
|
1560
|
+
): void;
|
|
1561
|
+
updateBuild(
|
|
1562
|
+
args: UpdateBuildCommandInput,
|
|
1563
|
+
options: __HttpHandlerOptions,
|
|
1564
|
+
cb: (err: any, data?: UpdateBuildCommandOutput) => void
|
|
1565
|
+
): void;
|
|
1566
|
+
|
|
1567
|
+
updateFleetAttributes(
|
|
1568
|
+
args: UpdateFleetAttributesCommandInput,
|
|
1569
|
+
options?: __HttpHandlerOptions
|
|
1570
|
+
): Promise<UpdateFleetAttributesCommandOutput>;
|
|
1571
|
+
updateFleetAttributes(
|
|
1572
|
+
args: UpdateFleetAttributesCommandInput,
|
|
1573
|
+
cb: (err: any, data?: UpdateFleetAttributesCommandOutput) => void
|
|
1574
|
+
): void;
|
|
1575
|
+
updateFleetAttributes(
|
|
1576
|
+
args: UpdateFleetAttributesCommandInput,
|
|
1577
|
+
options: __HttpHandlerOptions,
|
|
1578
|
+
cb: (err: any, data?: UpdateFleetAttributesCommandOutput) => void
|
|
1579
|
+
): void;
|
|
1580
|
+
|
|
1581
|
+
updateFleetCapacity(
|
|
1582
|
+
args: UpdateFleetCapacityCommandInput,
|
|
1583
|
+
options?: __HttpHandlerOptions
|
|
1584
|
+
): Promise<UpdateFleetCapacityCommandOutput>;
|
|
1585
|
+
updateFleetCapacity(
|
|
1586
|
+
args: UpdateFleetCapacityCommandInput,
|
|
1587
|
+
cb: (err: any, data?: UpdateFleetCapacityCommandOutput) => void
|
|
1588
|
+
): void;
|
|
1589
|
+
updateFleetCapacity(
|
|
1590
|
+
args: UpdateFleetCapacityCommandInput,
|
|
1591
|
+
options: __HttpHandlerOptions,
|
|
1592
|
+
cb: (err: any, data?: UpdateFleetCapacityCommandOutput) => void
|
|
1593
|
+
): void;
|
|
1594
|
+
|
|
1595
|
+
updateFleetPortSettings(
|
|
1596
|
+
args: UpdateFleetPortSettingsCommandInput,
|
|
1597
|
+
options?: __HttpHandlerOptions
|
|
1598
|
+
): Promise<UpdateFleetPortSettingsCommandOutput>;
|
|
1599
|
+
updateFleetPortSettings(
|
|
1600
|
+
args: UpdateFleetPortSettingsCommandInput,
|
|
1601
|
+
cb: (err: any, data?: UpdateFleetPortSettingsCommandOutput) => void
|
|
1602
|
+
): void;
|
|
1603
|
+
updateFleetPortSettings(
|
|
1604
|
+
args: UpdateFleetPortSettingsCommandInput,
|
|
1605
|
+
options: __HttpHandlerOptions,
|
|
1606
|
+
cb: (err: any, data?: UpdateFleetPortSettingsCommandOutput) => void
|
|
1607
|
+
): void;
|
|
1608
|
+
|
|
1609
|
+
updateGameServer(
|
|
1610
|
+
args: UpdateGameServerCommandInput,
|
|
1611
|
+
options?: __HttpHandlerOptions
|
|
1612
|
+
): Promise<UpdateGameServerCommandOutput>;
|
|
1613
|
+
updateGameServer(
|
|
1614
|
+
args: UpdateGameServerCommandInput,
|
|
1615
|
+
cb: (err: any, data?: UpdateGameServerCommandOutput) => void
|
|
1616
|
+
): void;
|
|
1617
|
+
updateGameServer(
|
|
1618
|
+
args: UpdateGameServerCommandInput,
|
|
1619
|
+
options: __HttpHandlerOptions,
|
|
1620
|
+
cb: (err: any, data?: UpdateGameServerCommandOutput) => void
|
|
1621
|
+
): void;
|
|
1622
|
+
|
|
1623
|
+
updateGameServerGroup(
|
|
1624
|
+
args: UpdateGameServerGroupCommandInput,
|
|
1625
|
+
options?: __HttpHandlerOptions
|
|
1626
|
+
): Promise<UpdateGameServerGroupCommandOutput>;
|
|
1627
|
+
updateGameServerGroup(
|
|
1628
|
+
args: UpdateGameServerGroupCommandInput,
|
|
1629
|
+
cb: (err: any, data?: UpdateGameServerGroupCommandOutput) => void
|
|
1630
|
+
): void;
|
|
1631
|
+
updateGameServerGroup(
|
|
1632
|
+
args: UpdateGameServerGroupCommandInput,
|
|
1633
|
+
options: __HttpHandlerOptions,
|
|
1634
|
+
cb: (err: any, data?: UpdateGameServerGroupCommandOutput) => void
|
|
1635
|
+
): void;
|
|
1636
|
+
|
|
1637
|
+
updateGameSession(
|
|
1638
|
+
args: UpdateGameSessionCommandInput,
|
|
1639
|
+
options?: __HttpHandlerOptions
|
|
1640
|
+
): Promise<UpdateGameSessionCommandOutput>;
|
|
1641
|
+
updateGameSession(
|
|
1642
|
+
args: UpdateGameSessionCommandInput,
|
|
1643
|
+
cb: (err: any, data?: UpdateGameSessionCommandOutput) => void
|
|
1644
|
+
): void;
|
|
1645
|
+
updateGameSession(
|
|
1646
|
+
args: UpdateGameSessionCommandInput,
|
|
1647
|
+
options: __HttpHandlerOptions,
|
|
1648
|
+
cb: (err: any, data?: UpdateGameSessionCommandOutput) => void
|
|
1649
|
+
): void;
|
|
1650
|
+
|
|
1651
|
+
updateGameSessionQueue(
|
|
1652
|
+
args: UpdateGameSessionQueueCommandInput,
|
|
1653
|
+
options?: __HttpHandlerOptions
|
|
1654
|
+
): Promise<UpdateGameSessionQueueCommandOutput>;
|
|
1655
|
+
updateGameSessionQueue(
|
|
1656
|
+
args: UpdateGameSessionQueueCommandInput,
|
|
1657
|
+
cb: (err: any, data?: UpdateGameSessionQueueCommandOutput) => void
|
|
1658
|
+
): void;
|
|
1659
|
+
updateGameSessionQueue(
|
|
1660
|
+
args: UpdateGameSessionQueueCommandInput,
|
|
1661
|
+
options: __HttpHandlerOptions,
|
|
1662
|
+
cb: (err: any, data?: UpdateGameSessionQueueCommandOutput) => void
|
|
1663
|
+
): void;
|
|
1664
|
+
|
|
1665
|
+
updateMatchmakingConfiguration(
|
|
1666
|
+
args: UpdateMatchmakingConfigurationCommandInput,
|
|
1667
|
+
options?: __HttpHandlerOptions
|
|
1668
|
+
): Promise<UpdateMatchmakingConfigurationCommandOutput>;
|
|
1669
|
+
updateMatchmakingConfiguration(
|
|
1670
|
+
args: UpdateMatchmakingConfigurationCommandInput,
|
|
1671
|
+
cb: (err: any, data?: UpdateMatchmakingConfigurationCommandOutput) => void
|
|
1672
|
+
): void;
|
|
1673
|
+
updateMatchmakingConfiguration(
|
|
1674
|
+
args: UpdateMatchmakingConfigurationCommandInput,
|
|
1675
|
+
options: __HttpHandlerOptions,
|
|
1676
|
+
cb: (err: any, data?: UpdateMatchmakingConfigurationCommandOutput) => void
|
|
1677
|
+
): void;
|
|
1678
|
+
|
|
1679
|
+
updateRuntimeConfiguration(
|
|
1680
|
+
args: UpdateRuntimeConfigurationCommandInput,
|
|
1681
|
+
options?: __HttpHandlerOptions
|
|
1682
|
+
): Promise<UpdateRuntimeConfigurationCommandOutput>;
|
|
1683
|
+
updateRuntimeConfiguration(
|
|
1684
|
+
args: UpdateRuntimeConfigurationCommandInput,
|
|
1685
|
+
cb: (err: any, data?: UpdateRuntimeConfigurationCommandOutput) => void
|
|
1686
|
+
): void;
|
|
1687
|
+
updateRuntimeConfiguration(
|
|
1688
|
+
args: UpdateRuntimeConfigurationCommandInput,
|
|
1689
|
+
options: __HttpHandlerOptions,
|
|
1690
|
+
cb: (err: any, data?: UpdateRuntimeConfigurationCommandOutput) => void
|
|
1691
|
+
): void;
|
|
1692
|
+
|
|
1693
|
+
updateScript(
|
|
1694
|
+
args: UpdateScriptCommandInput,
|
|
1695
|
+
options?: __HttpHandlerOptions
|
|
1696
|
+
): Promise<UpdateScriptCommandOutput>;
|
|
1697
|
+
updateScript(
|
|
1698
|
+
args: UpdateScriptCommandInput,
|
|
1699
|
+
cb: (err: any, data?: UpdateScriptCommandOutput) => void
|
|
1700
|
+
): void;
|
|
1701
|
+
updateScript(
|
|
1702
|
+
args: UpdateScriptCommandInput,
|
|
1703
|
+
options: __HttpHandlerOptions,
|
|
1704
|
+
cb: (err: any, data?: UpdateScriptCommandOutput) => void
|
|
1705
|
+
): void;
|
|
1706
|
+
|
|
1707
|
+
validateMatchmakingRuleSet(
|
|
1708
|
+
args: ValidateMatchmakingRuleSetCommandInput,
|
|
1709
|
+
options?: __HttpHandlerOptions
|
|
1710
|
+
): Promise<ValidateMatchmakingRuleSetCommandOutput>;
|
|
1711
|
+
validateMatchmakingRuleSet(
|
|
1712
|
+
args: ValidateMatchmakingRuleSetCommandInput,
|
|
1713
|
+
cb: (err: any, data?: ValidateMatchmakingRuleSetCommandOutput) => void
|
|
1714
|
+
): void;
|
|
1715
|
+
validateMatchmakingRuleSet(
|
|
1716
|
+
args: ValidateMatchmakingRuleSetCommandInput,
|
|
1717
|
+
options: __HttpHandlerOptions,
|
|
1718
|
+
cb: (err: any, data?: ValidateMatchmakingRuleSetCommandOutput) => void
|
|
1719
|
+
): void;
|
|
1720
|
+
}
|