@aws-sdk/client-gamelift 3.1086.0 → 3.1088.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/GameLift.d.ts +402 -465
- package/dist-types/ts3.4/GameLiftClient.d.ts +30 -85
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptMatchCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ClaimGameServerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateBuildCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateContainerFleetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateContainerGroupDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateGameSessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateLocationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteBuildCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteContainerFleetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteContainerGroupDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteScriptCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeregisterComputeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeregisterGameServerCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DescribeAliasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeBuildCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeComputeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeContainerFleetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeContainerGroupDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeContainerGroupPortMappingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeFleetDeploymentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeGameServerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeScriptCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetComputeAccessCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetComputeAuthTokenCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetInstanceAccessCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPlayerConnectionDetailsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListComputeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListContainerFleetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListContainerGroupDefinitionVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListContainerGroupDefinitionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListFleetDeploymentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListGameServersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListScriptsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RegisterComputeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RegisterGameServerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ResolveAliasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TerminateGameSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateContainerFleetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateContainerGroupDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateGameServerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateGameSessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateScriptCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +23 -46
- package/dist-types/ts3.4/models/errors.d.ts +13 -48
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/models/models_1.d.ts +1 -3
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListComputePaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListScriptsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -3,22 +3,13 @@ import {
|
|
|
3
3
|
PaginationConfiguration,
|
|
4
4
|
Paginator,
|
|
5
5
|
} from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
AcceptMatchCommandInput,
|
|
8
|
-
AcceptMatchCommandOutput,
|
|
9
|
-
} from "./commands/AcceptMatchCommand";
|
|
6
|
+
import { AcceptMatchCommandInput, AcceptMatchCommandOutput } from "./commands/AcceptMatchCommand";
|
|
10
7
|
import {
|
|
11
8
|
ClaimGameServerCommandInput,
|
|
12
9
|
ClaimGameServerCommandOutput,
|
|
13
10
|
} from "./commands/ClaimGameServerCommand";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
CreateAliasCommandOutput,
|
|
17
|
-
} from "./commands/CreateAliasCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateBuildCommandInput,
|
|
20
|
-
CreateBuildCommandOutput,
|
|
21
|
-
} from "./commands/CreateBuildCommand";
|
|
11
|
+
import { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
|
|
12
|
+
import { CreateBuildCommandInput, CreateBuildCommandOutput } from "./commands/CreateBuildCommand";
|
|
22
13
|
import {
|
|
23
14
|
CreateContainerFleetCommandInput,
|
|
24
15
|
CreateContainerFleetCommandOutput,
|
|
@@ -27,10 +18,7 @@ import {
|
|
|
27
18
|
CreateContainerGroupDefinitionCommandInput,
|
|
28
19
|
CreateContainerGroupDefinitionCommandOutput,
|
|
29
20
|
} from "./commands/CreateContainerGroupDefinitionCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateFleetCommandInput,
|
|
32
|
-
CreateFleetCommandOutput,
|
|
33
|
-
} from "./commands/CreateFleetCommand";
|
|
21
|
+
import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
|
|
34
22
|
import {
|
|
35
23
|
CreateFleetLocationsCommandInput,
|
|
36
24
|
CreateFleetLocationsCommandOutput,
|
|
@@ -79,14 +67,8 @@ import {
|
|
|
79
67
|
CreateVpcPeeringConnectionCommandInput,
|
|
80
68
|
CreateVpcPeeringConnectionCommandOutput,
|
|
81
69
|
} from "./commands/CreateVpcPeeringConnectionCommand";
|
|
82
|
-
import {
|
|
83
|
-
|
|
84
|
-
DeleteAliasCommandOutput,
|
|
85
|
-
} from "./commands/DeleteAliasCommand";
|
|
86
|
-
import {
|
|
87
|
-
DeleteBuildCommandInput,
|
|
88
|
-
DeleteBuildCommandOutput,
|
|
89
|
-
} from "./commands/DeleteBuildCommand";
|
|
70
|
+
import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "./commands/DeleteAliasCommand";
|
|
71
|
+
import { DeleteBuildCommandInput, DeleteBuildCommandOutput } from "./commands/DeleteBuildCommand";
|
|
90
72
|
import {
|
|
91
73
|
DeleteContainerFleetCommandInput,
|
|
92
74
|
DeleteContainerFleetCommandOutput,
|
|
@@ -95,10 +77,7 @@ import {
|
|
|
95
77
|
DeleteContainerGroupDefinitionCommandInput,
|
|
96
78
|
DeleteContainerGroupDefinitionCommandOutput,
|
|
97
79
|
} from "./commands/DeleteContainerGroupDefinitionCommand";
|
|
98
|
-
import {
|
|
99
|
-
DeleteFleetCommandInput,
|
|
100
|
-
DeleteFleetCommandOutput,
|
|
101
|
-
} from "./commands/DeleteFleetCommand";
|
|
80
|
+
import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
|
|
102
81
|
import {
|
|
103
82
|
DeleteFleetLocationsCommandInput,
|
|
104
83
|
DeleteFleetLocationsCommandOutput,
|
|
@@ -299,18 +278,9 @@ import {
|
|
|
299
278
|
GetPlayerConnectionDetailsCommandInput,
|
|
300
279
|
GetPlayerConnectionDetailsCommandOutput,
|
|
301
280
|
} from "./commands/GetPlayerConnectionDetailsCommand";
|
|
302
|
-
import {
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
} from "./commands/ListAliasesCommand";
|
|
306
|
-
import {
|
|
307
|
-
ListBuildsCommandInput,
|
|
308
|
-
ListBuildsCommandOutput,
|
|
309
|
-
} from "./commands/ListBuildsCommand";
|
|
310
|
-
import {
|
|
311
|
-
ListComputeCommandInput,
|
|
312
|
-
ListComputeCommandOutput,
|
|
313
|
-
} from "./commands/ListComputeCommand";
|
|
281
|
+
import { ListAliasesCommandInput, ListAliasesCommandOutput } from "./commands/ListAliasesCommand";
|
|
282
|
+
import { ListBuildsCommandInput, ListBuildsCommandOutput } from "./commands/ListBuildsCommand";
|
|
283
|
+
import { ListComputeCommandInput, ListComputeCommandOutput } from "./commands/ListComputeCommand";
|
|
314
284
|
import {
|
|
315
285
|
ListContainerFleetsCommandInput,
|
|
316
286
|
ListContainerFleetsCommandOutput,
|
|
@@ -327,10 +297,7 @@ import {
|
|
|
327
297
|
ListFleetDeploymentsCommandInput,
|
|
328
298
|
ListFleetDeploymentsCommandOutput,
|
|
329
299
|
} from "./commands/ListFleetDeploymentsCommand";
|
|
330
|
-
import {
|
|
331
|
-
ListFleetsCommandInput,
|
|
332
|
-
ListFleetsCommandOutput,
|
|
333
|
-
} from "./commands/ListFleetsCommand";
|
|
300
|
+
import { ListFleetsCommandInput, ListFleetsCommandOutput } from "./commands/ListFleetsCommand";
|
|
334
301
|
import {
|
|
335
302
|
ListGameServerGroupsCommandInput,
|
|
336
303
|
ListGameServerGroupsCommandOutput,
|
|
@@ -343,10 +310,7 @@ import {
|
|
|
343
310
|
ListLocationsCommandInput,
|
|
344
311
|
ListLocationsCommandOutput,
|
|
345
312
|
} from "./commands/ListLocationsCommand";
|
|
346
|
-
import {
|
|
347
|
-
ListScriptsCommandInput,
|
|
348
|
-
ListScriptsCommandOutput,
|
|
349
|
-
} from "./commands/ListScriptsCommand";
|
|
313
|
+
import { ListScriptsCommandInput, ListScriptsCommandOutput } from "./commands/ListScriptsCommand";
|
|
350
314
|
import {
|
|
351
315
|
ListTagsForResourceCommandInput,
|
|
352
316
|
ListTagsForResourceCommandOutput,
|
|
@@ -411,10 +375,7 @@ import {
|
|
|
411
375
|
SuspendGameServerGroupCommandInput,
|
|
412
376
|
SuspendGameServerGroupCommandOutput,
|
|
413
377
|
} from "./commands/SuspendGameServerGroupCommand";
|
|
414
|
-
import {
|
|
415
|
-
TagResourceCommandInput,
|
|
416
|
-
TagResourceCommandOutput,
|
|
417
|
-
} from "./commands/TagResourceCommand";
|
|
378
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
418
379
|
import {
|
|
419
380
|
TerminateGameSessionCommandInput,
|
|
420
381
|
TerminateGameSessionCommandOutput,
|
|
@@ -423,14 +384,8 @@ import {
|
|
|
423
384
|
UntagResourceCommandInput,
|
|
424
385
|
UntagResourceCommandOutput,
|
|
425
386
|
} from "./commands/UntagResourceCommand";
|
|
426
|
-
import {
|
|
427
|
-
|
|
428
|
-
UpdateAliasCommandOutput,
|
|
429
|
-
} from "./commands/UpdateAliasCommand";
|
|
430
|
-
import {
|
|
431
|
-
UpdateBuildCommandInput,
|
|
432
|
-
UpdateBuildCommandOutput,
|
|
433
|
-
} from "./commands/UpdateBuildCommand";
|
|
387
|
+
import { UpdateAliasCommandInput, UpdateAliasCommandOutput } from "./commands/UpdateAliasCommand";
|
|
388
|
+
import { UpdateBuildCommandInput, UpdateBuildCommandOutput } from "./commands/UpdateBuildCommand";
|
|
434
389
|
import {
|
|
435
390
|
UpdateContainerFleetCommandInput,
|
|
436
391
|
UpdateContainerFleetCommandOutput,
|
|
@@ -487,1794 +442,1776 @@ import { GameLiftClient } from "./GameLiftClient";
|
|
|
487
442
|
export interface GameLift {
|
|
488
443
|
acceptMatch(
|
|
489
444
|
args: AcceptMatchCommandInput,
|
|
490
|
-
options?: __HttpHandlerOptions
|
|
445
|
+
options?: __HttpHandlerOptions,
|
|
491
446
|
): Promise<AcceptMatchCommandOutput>;
|
|
492
447
|
acceptMatch(
|
|
493
448
|
args: AcceptMatchCommandInput,
|
|
494
|
-
cb: (err: any, data?: AcceptMatchCommandOutput) => void
|
|
449
|
+
cb: (err: any, data?: AcceptMatchCommandOutput) => void,
|
|
495
450
|
): void;
|
|
496
451
|
acceptMatch(
|
|
497
452
|
args: AcceptMatchCommandInput,
|
|
498
453
|
options: __HttpHandlerOptions,
|
|
499
|
-
cb: (err: any, data?: AcceptMatchCommandOutput) => void
|
|
454
|
+
cb: (err: any, data?: AcceptMatchCommandOutput) => void,
|
|
500
455
|
): void;
|
|
501
456
|
claimGameServer(
|
|
502
457
|
args: ClaimGameServerCommandInput,
|
|
503
|
-
options?: __HttpHandlerOptions
|
|
458
|
+
options?: __HttpHandlerOptions,
|
|
504
459
|
): Promise<ClaimGameServerCommandOutput>;
|
|
505
460
|
claimGameServer(
|
|
506
461
|
args: ClaimGameServerCommandInput,
|
|
507
|
-
cb: (err: any, data?: ClaimGameServerCommandOutput) => void
|
|
462
|
+
cb: (err: any, data?: ClaimGameServerCommandOutput) => void,
|
|
508
463
|
): void;
|
|
509
464
|
claimGameServer(
|
|
510
465
|
args: ClaimGameServerCommandInput,
|
|
511
466
|
options: __HttpHandlerOptions,
|
|
512
|
-
cb: (err: any, data?: ClaimGameServerCommandOutput) => void
|
|
467
|
+
cb: (err: any, data?: ClaimGameServerCommandOutput) => void,
|
|
513
468
|
): void;
|
|
514
469
|
createAlias(
|
|
515
470
|
args: CreateAliasCommandInput,
|
|
516
|
-
options?: __HttpHandlerOptions
|
|
471
|
+
options?: __HttpHandlerOptions,
|
|
517
472
|
): Promise<CreateAliasCommandOutput>;
|
|
518
473
|
createAlias(
|
|
519
474
|
args: CreateAliasCommandInput,
|
|
520
|
-
cb: (err: any, data?: CreateAliasCommandOutput) => void
|
|
475
|
+
cb: (err: any, data?: CreateAliasCommandOutput) => void,
|
|
521
476
|
): void;
|
|
522
477
|
createAlias(
|
|
523
478
|
args: CreateAliasCommandInput,
|
|
524
479
|
options: __HttpHandlerOptions,
|
|
525
|
-
cb: (err: any, data?: CreateAliasCommandOutput) => void
|
|
480
|
+
cb: (err: any, data?: CreateAliasCommandOutput) => void,
|
|
526
481
|
): void;
|
|
527
482
|
createBuild(): Promise<CreateBuildCommandOutput>;
|
|
528
483
|
createBuild(
|
|
529
484
|
args: CreateBuildCommandInput,
|
|
530
|
-
options?: __HttpHandlerOptions
|
|
485
|
+
options?: __HttpHandlerOptions,
|
|
531
486
|
): Promise<CreateBuildCommandOutput>;
|
|
532
487
|
createBuild(
|
|
533
488
|
args: CreateBuildCommandInput,
|
|
534
|
-
cb: (err: any, data?: CreateBuildCommandOutput) => void
|
|
489
|
+
cb: (err: any, data?: CreateBuildCommandOutput) => void,
|
|
535
490
|
): void;
|
|
536
491
|
createBuild(
|
|
537
492
|
args: CreateBuildCommandInput,
|
|
538
493
|
options: __HttpHandlerOptions,
|
|
539
|
-
cb: (err: any, data?: CreateBuildCommandOutput) => void
|
|
494
|
+
cb: (err: any, data?: CreateBuildCommandOutput) => void,
|
|
540
495
|
): void;
|
|
541
496
|
createContainerFleet(
|
|
542
497
|
args: CreateContainerFleetCommandInput,
|
|
543
|
-
options?: __HttpHandlerOptions
|
|
498
|
+
options?: __HttpHandlerOptions,
|
|
544
499
|
): Promise<CreateContainerFleetCommandOutput>;
|
|
545
500
|
createContainerFleet(
|
|
546
501
|
args: CreateContainerFleetCommandInput,
|
|
547
|
-
cb: (err: any, data?: CreateContainerFleetCommandOutput) => void
|
|
502
|
+
cb: (err: any, data?: CreateContainerFleetCommandOutput) => void,
|
|
548
503
|
): void;
|
|
549
504
|
createContainerFleet(
|
|
550
505
|
args: CreateContainerFleetCommandInput,
|
|
551
506
|
options: __HttpHandlerOptions,
|
|
552
|
-
cb: (err: any, data?: CreateContainerFleetCommandOutput) => void
|
|
507
|
+
cb: (err: any, data?: CreateContainerFleetCommandOutput) => void,
|
|
553
508
|
): void;
|
|
554
509
|
createContainerGroupDefinition(
|
|
555
510
|
args: CreateContainerGroupDefinitionCommandInput,
|
|
556
|
-
options?: __HttpHandlerOptions
|
|
511
|
+
options?: __HttpHandlerOptions,
|
|
557
512
|
): Promise<CreateContainerGroupDefinitionCommandOutput>;
|
|
558
513
|
createContainerGroupDefinition(
|
|
559
514
|
args: CreateContainerGroupDefinitionCommandInput,
|
|
560
|
-
cb: (err: any, data?: CreateContainerGroupDefinitionCommandOutput) => void
|
|
515
|
+
cb: (err: any, data?: CreateContainerGroupDefinitionCommandOutput) => void,
|
|
561
516
|
): void;
|
|
562
517
|
createContainerGroupDefinition(
|
|
563
518
|
args: CreateContainerGroupDefinitionCommandInput,
|
|
564
519
|
options: __HttpHandlerOptions,
|
|
565
|
-
cb: (err: any, data?: CreateContainerGroupDefinitionCommandOutput) => void
|
|
520
|
+
cb: (err: any, data?: CreateContainerGroupDefinitionCommandOutput) => void,
|
|
566
521
|
): void;
|
|
567
522
|
createFleet(
|
|
568
523
|
args: CreateFleetCommandInput,
|
|
569
|
-
options?: __HttpHandlerOptions
|
|
524
|
+
options?: __HttpHandlerOptions,
|
|
570
525
|
): Promise<CreateFleetCommandOutput>;
|
|
571
526
|
createFleet(
|
|
572
527
|
args: CreateFleetCommandInput,
|
|
573
|
-
cb: (err: any, data?: CreateFleetCommandOutput) => void
|
|
528
|
+
cb: (err: any, data?: CreateFleetCommandOutput) => void,
|
|
574
529
|
): void;
|
|
575
530
|
createFleet(
|
|
576
531
|
args: CreateFleetCommandInput,
|
|
577
532
|
options: __HttpHandlerOptions,
|
|
578
|
-
cb: (err: any, data?: CreateFleetCommandOutput) => void
|
|
533
|
+
cb: (err: any, data?: CreateFleetCommandOutput) => void,
|
|
579
534
|
): void;
|
|
580
535
|
createFleetLocations(
|
|
581
536
|
args: CreateFleetLocationsCommandInput,
|
|
582
|
-
options?: __HttpHandlerOptions
|
|
537
|
+
options?: __HttpHandlerOptions,
|
|
583
538
|
): Promise<CreateFleetLocationsCommandOutput>;
|
|
584
539
|
createFleetLocations(
|
|
585
540
|
args: CreateFleetLocationsCommandInput,
|
|
586
|
-
cb: (err: any, data?: CreateFleetLocationsCommandOutput) => void
|
|
541
|
+
cb: (err: any, data?: CreateFleetLocationsCommandOutput) => void,
|
|
587
542
|
): void;
|
|
588
543
|
createFleetLocations(
|
|
589
544
|
args: CreateFleetLocationsCommandInput,
|
|
590
545
|
options: __HttpHandlerOptions,
|
|
591
|
-
cb: (err: any, data?: CreateFleetLocationsCommandOutput) => void
|
|
546
|
+
cb: (err: any, data?: CreateFleetLocationsCommandOutput) => void,
|
|
592
547
|
): void;
|
|
593
548
|
createGameServerGroup(
|
|
594
549
|
args: CreateGameServerGroupCommandInput,
|
|
595
|
-
options?: __HttpHandlerOptions
|
|
550
|
+
options?: __HttpHandlerOptions,
|
|
596
551
|
): Promise<CreateGameServerGroupCommandOutput>;
|
|
597
552
|
createGameServerGroup(
|
|
598
553
|
args: CreateGameServerGroupCommandInput,
|
|
599
|
-
cb: (err: any, data?: CreateGameServerGroupCommandOutput) => void
|
|
554
|
+
cb: (err: any, data?: CreateGameServerGroupCommandOutput) => void,
|
|
600
555
|
): void;
|
|
601
556
|
createGameServerGroup(
|
|
602
557
|
args: CreateGameServerGroupCommandInput,
|
|
603
558
|
options: __HttpHandlerOptions,
|
|
604
|
-
cb: (err: any, data?: CreateGameServerGroupCommandOutput) => void
|
|
559
|
+
cb: (err: any, data?: CreateGameServerGroupCommandOutput) => void,
|
|
605
560
|
): void;
|
|
606
561
|
createGameSession(
|
|
607
562
|
args: CreateGameSessionCommandInput,
|
|
608
|
-
options?: __HttpHandlerOptions
|
|
563
|
+
options?: __HttpHandlerOptions,
|
|
609
564
|
): Promise<CreateGameSessionCommandOutput>;
|
|
610
565
|
createGameSession(
|
|
611
566
|
args: CreateGameSessionCommandInput,
|
|
612
|
-
cb: (err: any, data?: CreateGameSessionCommandOutput) => void
|
|
567
|
+
cb: (err: any, data?: CreateGameSessionCommandOutput) => void,
|
|
613
568
|
): void;
|
|
614
569
|
createGameSession(
|
|
615
570
|
args: CreateGameSessionCommandInput,
|
|
616
571
|
options: __HttpHandlerOptions,
|
|
617
|
-
cb: (err: any, data?: CreateGameSessionCommandOutput) => void
|
|
572
|
+
cb: (err: any, data?: CreateGameSessionCommandOutput) => void,
|
|
618
573
|
): void;
|
|
619
574
|
createGameSessionQueue(
|
|
620
575
|
args: CreateGameSessionQueueCommandInput,
|
|
621
|
-
options?: __HttpHandlerOptions
|
|
576
|
+
options?: __HttpHandlerOptions,
|
|
622
577
|
): Promise<CreateGameSessionQueueCommandOutput>;
|
|
623
578
|
createGameSessionQueue(
|
|
624
579
|
args: CreateGameSessionQueueCommandInput,
|
|
625
|
-
cb: (err: any, data?: CreateGameSessionQueueCommandOutput) => void
|
|
580
|
+
cb: (err: any, data?: CreateGameSessionQueueCommandOutput) => void,
|
|
626
581
|
): void;
|
|
627
582
|
createGameSessionQueue(
|
|
628
583
|
args: CreateGameSessionQueueCommandInput,
|
|
629
584
|
options: __HttpHandlerOptions,
|
|
630
|
-
cb: (err: any, data?: CreateGameSessionQueueCommandOutput) => void
|
|
585
|
+
cb: (err: any, data?: CreateGameSessionQueueCommandOutput) => void,
|
|
631
586
|
): void;
|
|
632
587
|
createLocation(
|
|
633
588
|
args: CreateLocationCommandInput,
|
|
634
|
-
options?: __HttpHandlerOptions
|
|
589
|
+
options?: __HttpHandlerOptions,
|
|
635
590
|
): Promise<CreateLocationCommandOutput>;
|
|
636
591
|
createLocation(
|
|
637
592
|
args: CreateLocationCommandInput,
|
|
638
|
-
cb: (err: any, data?: CreateLocationCommandOutput) => void
|
|
593
|
+
cb: (err: any, data?: CreateLocationCommandOutput) => void,
|
|
639
594
|
): void;
|
|
640
595
|
createLocation(
|
|
641
596
|
args: CreateLocationCommandInput,
|
|
642
597
|
options: __HttpHandlerOptions,
|
|
643
|
-
cb: (err: any, data?: CreateLocationCommandOutput) => void
|
|
598
|
+
cb: (err: any, data?: CreateLocationCommandOutput) => void,
|
|
644
599
|
): void;
|
|
645
600
|
createMatchmakingConfiguration(
|
|
646
601
|
args: CreateMatchmakingConfigurationCommandInput,
|
|
647
|
-
options?: __HttpHandlerOptions
|
|
602
|
+
options?: __HttpHandlerOptions,
|
|
648
603
|
): Promise<CreateMatchmakingConfigurationCommandOutput>;
|
|
649
604
|
createMatchmakingConfiguration(
|
|
650
605
|
args: CreateMatchmakingConfigurationCommandInput,
|
|
651
|
-
cb: (err: any, data?: CreateMatchmakingConfigurationCommandOutput) => void
|
|
606
|
+
cb: (err: any, data?: CreateMatchmakingConfigurationCommandOutput) => void,
|
|
652
607
|
): void;
|
|
653
608
|
createMatchmakingConfiguration(
|
|
654
609
|
args: CreateMatchmakingConfigurationCommandInput,
|
|
655
610
|
options: __HttpHandlerOptions,
|
|
656
|
-
cb: (err: any, data?: CreateMatchmakingConfigurationCommandOutput) => void
|
|
611
|
+
cb: (err: any, data?: CreateMatchmakingConfigurationCommandOutput) => void,
|
|
657
612
|
): void;
|
|
658
613
|
createMatchmakingRuleSet(
|
|
659
614
|
args: CreateMatchmakingRuleSetCommandInput,
|
|
660
|
-
options?: __HttpHandlerOptions
|
|
615
|
+
options?: __HttpHandlerOptions,
|
|
661
616
|
): Promise<CreateMatchmakingRuleSetCommandOutput>;
|
|
662
617
|
createMatchmakingRuleSet(
|
|
663
618
|
args: CreateMatchmakingRuleSetCommandInput,
|
|
664
|
-
cb: (err: any, data?: CreateMatchmakingRuleSetCommandOutput) => void
|
|
619
|
+
cb: (err: any, data?: CreateMatchmakingRuleSetCommandOutput) => void,
|
|
665
620
|
): void;
|
|
666
621
|
createMatchmakingRuleSet(
|
|
667
622
|
args: CreateMatchmakingRuleSetCommandInput,
|
|
668
623
|
options: __HttpHandlerOptions,
|
|
669
|
-
cb: (err: any, data?: CreateMatchmakingRuleSetCommandOutput) => void
|
|
624
|
+
cb: (err: any, data?: CreateMatchmakingRuleSetCommandOutput) => void,
|
|
670
625
|
): void;
|
|
671
626
|
createPlayerSession(
|
|
672
627
|
args: CreatePlayerSessionCommandInput,
|
|
673
|
-
options?: __HttpHandlerOptions
|
|
628
|
+
options?: __HttpHandlerOptions,
|
|
674
629
|
): Promise<CreatePlayerSessionCommandOutput>;
|
|
675
630
|
createPlayerSession(
|
|
676
631
|
args: CreatePlayerSessionCommandInput,
|
|
677
|
-
cb: (err: any, data?: CreatePlayerSessionCommandOutput) => void
|
|
632
|
+
cb: (err: any, data?: CreatePlayerSessionCommandOutput) => void,
|
|
678
633
|
): void;
|
|
679
634
|
createPlayerSession(
|
|
680
635
|
args: CreatePlayerSessionCommandInput,
|
|
681
636
|
options: __HttpHandlerOptions,
|
|
682
|
-
cb: (err: any, data?: CreatePlayerSessionCommandOutput) => void
|
|
637
|
+
cb: (err: any, data?: CreatePlayerSessionCommandOutput) => void,
|
|
683
638
|
): void;
|
|
684
639
|
createPlayerSessions(
|
|
685
640
|
args: CreatePlayerSessionsCommandInput,
|
|
686
|
-
options?: __HttpHandlerOptions
|
|
641
|
+
options?: __HttpHandlerOptions,
|
|
687
642
|
): Promise<CreatePlayerSessionsCommandOutput>;
|
|
688
643
|
createPlayerSessions(
|
|
689
644
|
args: CreatePlayerSessionsCommandInput,
|
|
690
|
-
cb: (err: any, data?: CreatePlayerSessionsCommandOutput) => void
|
|
645
|
+
cb: (err: any, data?: CreatePlayerSessionsCommandOutput) => void,
|
|
691
646
|
): void;
|
|
692
647
|
createPlayerSessions(
|
|
693
648
|
args: CreatePlayerSessionsCommandInput,
|
|
694
649
|
options: __HttpHandlerOptions,
|
|
695
|
-
cb: (err: any, data?: CreatePlayerSessionsCommandOutput) => void
|
|
650
|
+
cb: (err: any, data?: CreatePlayerSessionsCommandOutput) => void,
|
|
696
651
|
): void;
|
|
697
652
|
createScript(): Promise<CreateScriptCommandOutput>;
|
|
698
653
|
createScript(
|
|
699
654
|
args: CreateScriptCommandInput,
|
|
700
|
-
options?: __HttpHandlerOptions
|
|
655
|
+
options?: __HttpHandlerOptions,
|
|
701
656
|
): Promise<CreateScriptCommandOutput>;
|
|
702
657
|
createScript(
|
|
703
658
|
args: CreateScriptCommandInput,
|
|
704
|
-
cb: (err: any, data?: CreateScriptCommandOutput) => void
|
|
659
|
+
cb: (err: any, data?: CreateScriptCommandOutput) => void,
|
|
705
660
|
): void;
|
|
706
661
|
createScript(
|
|
707
662
|
args: CreateScriptCommandInput,
|
|
708
663
|
options: __HttpHandlerOptions,
|
|
709
|
-
cb: (err: any, data?: CreateScriptCommandOutput) => void
|
|
664
|
+
cb: (err: any, data?: CreateScriptCommandOutput) => void,
|
|
710
665
|
): void;
|
|
711
666
|
createVpcPeeringAuthorization(
|
|
712
667
|
args: CreateVpcPeeringAuthorizationCommandInput,
|
|
713
|
-
options?: __HttpHandlerOptions
|
|
668
|
+
options?: __HttpHandlerOptions,
|
|
714
669
|
): Promise<CreateVpcPeeringAuthorizationCommandOutput>;
|
|
715
670
|
createVpcPeeringAuthorization(
|
|
716
671
|
args: CreateVpcPeeringAuthorizationCommandInput,
|
|
717
|
-
cb: (err: any, data?: CreateVpcPeeringAuthorizationCommandOutput) => void
|
|
672
|
+
cb: (err: any, data?: CreateVpcPeeringAuthorizationCommandOutput) => void,
|
|
718
673
|
): void;
|
|
719
674
|
createVpcPeeringAuthorization(
|
|
720
675
|
args: CreateVpcPeeringAuthorizationCommandInput,
|
|
721
676
|
options: __HttpHandlerOptions,
|
|
722
|
-
cb: (err: any, data?: CreateVpcPeeringAuthorizationCommandOutput) => void
|
|
677
|
+
cb: (err: any, data?: CreateVpcPeeringAuthorizationCommandOutput) => void,
|
|
723
678
|
): void;
|
|
724
679
|
createVpcPeeringConnection(
|
|
725
680
|
args: CreateVpcPeeringConnectionCommandInput,
|
|
726
|
-
options?: __HttpHandlerOptions
|
|
681
|
+
options?: __HttpHandlerOptions,
|
|
727
682
|
): Promise<CreateVpcPeeringConnectionCommandOutput>;
|
|
728
683
|
createVpcPeeringConnection(
|
|
729
684
|
args: CreateVpcPeeringConnectionCommandInput,
|
|
730
|
-
cb: (err: any, data?: CreateVpcPeeringConnectionCommandOutput) => void
|
|
685
|
+
cb: (err: any, data?: CreateVpcPeeringConnectionCommandOutput) => void,
|
|
731
686
|
): void;
|
|
732
687
|
createVpcPeeringConnection(
|
|
733
688
|
args: CreateVpcPeeringConnectionCommandInput,
|
|
734
689
|
options: __HttpHandlerOptions,
|
|
735
|
-
cb: (err: any, data?: CreateVpcPeeringConnectionCommandOutput) => void
|
|
690
|
+
cb: (err: any, data?: CreateVpcPeeringConnectionCommandOutput) => void,
|
|
736
691
|
): void;
|
|
737
692
|
deleteAlias(
|
|
738
693
|
args: DeleteAliasCommandInput,
|
|
739
|
-
options?: __HttpHandlerOptions
|
|
694
|
+
options?: __HttpHandlerOptions,
|
|
740
695
|
): Promise<DeleteAliasCommandOutput>;
|
|
741
696
|
deleteAlias(
|
|
742
697
|
args: DeleteAliasCommandInput,
|
|
743
|
-
cb: (err: any, data?: DeleteAliasCommandOutput) => void
|
|
698
|
+
cb: (err: any, data?: DeleteAliasCommandOutput) => void,
|
|
744
699
|
): void;
|
|
745
700
|
deleteAlias(
|
|
746
701
|
args: DeleteAliasCommandInput,
|
|
747
702
|
options: __HttpHandlerOptions,
|
|
748
|
-
cb: (err: any, data?: DeleteAliasCommandOutput) => void
|
|
703
|
+
cb: (err: any, data?: DeleteAliasCommandOutput) => void,
|
|
749
704
|
): void;
|
|
750
705
|
deleteBuild(
|
|
751
706
|
args: DeleteBuildCommandInput,
|
|
752
|
-
options?: __HttpHandlerOptions
|
|
707
|
+
options?: __HttpHandlerOptions,
|
|
753
708
|
): Promise<DeleteBuildCommandOutput>;
|
|
754
709
|
deleteBuild(
|
|
755
710
|
args: DeleteBuildCommandInput,
|
|
756
|
-
cb: (err: any, data?: DeleteBuildCommandOutput) => void
|
|
711
|
+
cb: (err: any, data?: DeleteBuildCommandOutput) => void,
|
|
757
712
|
): void;
|
|
758
713
|
deleteBuild(
|
|
759
714
|
args: DeleteBuildCommandInput,
|
|
760
715
|
options: __HttpHandlerOptions,
|
|
761
|
-
cb: (err: any, data?: DeleteBuildCommandOutput) => void
|
|
716
|
+
cb: (err: any, data?: DeleteBuildCommandOutput) => void,
|
|
762
717
|
): void;
|
|
763
718
|
deleteContainerFleet(
|
|
764
719
|
args: DeleteContainerFleetCommandInput,
|
|
765
|
-
options?: __HttpHandlerOptions
|
|
720
|
+
options?: __HttpHandlerOptions,
|
|
766
721
|
): Promise<DeleteContainerFleetCommandOutput>;
|
|
767
722
|
deleteContainerFleet(
|
|
768
723
|
args: DeleteContainerFleetCommandInput,
|
|
769
|
-
cb: (err: any, data?: DeleteContainerFleetCommandOutput) => void
|
|
724
|
+
cb: (err: any, data?: DeleteContainerFleetCommandOutput) => void,
|
|
770
725
|
): void;
|
|
771
726
|
deleteContainerFleet(
|
|
772
727
|
args: DeleteContainerFleetCommandInput,
|
|
773
728
|
options: __HttpHandlerOptions,
|
|
774
|
-
cb: (err: any, data?: DeleteContainerFleetCommandOutput) => void
|
|
729
|
+
cb: (err: any, data?: DeleteContainerFleetCommandOutput) => void,
|
|
775
730
|
): void;
|
|
776
731
|
deleteContainerGroupDefinition(
|
|
777
732
|
args: DeleteContainerGroupDefinitionCommandInput,
|
|
778
|
-
options?: __HttpHandlerOptions
|
|
733
|
+
options?: __HttpHandlerOptions,
|
|
779
734
|
): Promise<DeleteContainerGroupDefinitionCommandOutput>;
|
|
780
735
|
deleteContainerGroupDefinition(
|
|
781
736
|
args: DeleteContainerGroupDefinitionCommandInput,
|
|
782
|
-
cb: (err: any, data?: DeleteContainerGroupDefinitionCommandOutput) => void
|
|
737
|
+
cb: (err: any, data?: DeleteContainerGroupDefinitionCommandOutput) => void,
|
|
783
738
|
): void;
|
|
784
739
|
deleteContainerGroupDefinition(
|
|
785
740
|
args: DeleteContainerGroupDefinitionCommandInput,
|
|
786
741
|
options: __HttpHandlerOptions,
|
|
787
|
-
cb: (err: any, data?: DeleteContainerGroupDefinitionCommandOutput) => void
|
|
742
|
+
cb: (err: any, data?: DeleteContainerGroupDefinitionCommandOutput) => void,
|
|
788
743
|
): void;
|
|
789
744
|
deleteFleet(
|
|
790
745
|
args: DeleteFleetCommandInput,
|
|
791
|
-
options?: __HttpHandlerOptions
|
|
746
|
+
options?: __HttpHandlerOptions,
|
|
792
747
|
): Promise<DeleteFleetCommandOutput>;
|
|
793
748
|
deleteFleet(
|
|
794
749
|
args: DeleteFleetCommandInput,
|
|
795
|
-
cb: (err: any, data?: DeleteFleetCommandOutput) => void
|
|
750
|
+
cb: (err: any, data?: DeleteFleetCommandOutput) => void,
|
|
796
751
|
): void;
|
|
797
752
|
deleteFleet(
|
|
798
753
|
args: DeleteFleetCommandInput,
|
|
799
754
|
options: __HttpHandlerOptions,
|
|
800
|
-
cb: (err: any, data?: DeleteFleetCommandOutput) => void
|
|
755
|
+
cb: (err: any, data?: DeleteFleetCommandOutput) => void,
|
|
801
756
|
): void;
|
|
802
757
|
deleteFleetLocations(
|
|
803
758
|
args: DeleteFleetLocationsCommandInput,
|
|
804
|
-
options?: __HttpHandlerOptions
|
|
759
|
+
options?: __HttpHandlerOptions,
|
|
805
760
|
): Promise<DeleteFleetLocationsCommandOutput>;
|
|
806
761
|
deleteFleetLocations(
|
|
807
762
|
args: DeleteFleetLocationsCommandInput,
|
|
808
|
-
cb: (err: any, data?: DeleteFleetLocationsCommandOutput) => void
|
|
763
|
+
cb: (err: any, data?: DeleteFleetLocationsCommandOutput) => void,
|
|
809
764
|
): void;
|
|
810
765
|
deleteFleetLocations(
|
|
811
766
|
args: DeleteFleetLocationsCommandInput,
|
|
812
767
|
options: __HttpHandlerOptions,
|
|
813
|
-
cb: (err: any, data?: DeleteFleetLocationsCommandOutput) => void
|
|
768
|
+
cb: (err: any, data?: DeleteFleetLocationsCommandOutput) => void,
|
|
814
769
|
): void;
|
|
815
770
|
deleteGameServerGroup(
|
|
816
771
|
args: DeleteGameServerGroupCommandInput,
|
|
817
|
-
options?: __HttpHandlerOptions
|
|
772
|
+
options?: __HttpHandlerOptions,
|
|
818
773
|
): Promise<DeleteGameServerGroupCommandOutput>;
|
|
819
774
|
deleteGameServerGroup(
|
|
820
775
|
args: DeleteGameServerGroupCommandInput,
|
|
821
|
-
cb: (err: any, data?: DeleteGameServerGroupCommandOutput) => void
|
|
776
|
+
cb: (err: any, data?: DeleteGameServerGroupCommandOutput) => void,
|
|
822
777
|
): void;
|
|
823
778
|
deleteGameServerGroup(
|
|
824
779
|
args: DeleteGameServerGroupCommandInput,
|
|
825
780
|
options: __HttpHandlerOptions,
|
|
826
|
-
cb: (err: any, data?: DeleteGameServerGroupCommandOutput) => void
|
|
781
|
+
cb: (err: any, data?: DeleteGameServerGroupCommandOutput) => void,
|
|
827
782
|
): void;
|
|
828
783
|
deleteGameSessionQueue(
|
|
829
784
|
args: DeleteGameSessionQueueCommandInput,
|
|
830
|
-
options?: __HttpHandlerOptions
|
|
785
|
+
options?: __HttpHandlerOptions,
|
|
831
786
|
): Promise<DeleteGameSessionQueueCommandOutput>;
|
|
832
787
|
deleteGameSessionQueue(
|
|
833
788
|
args: DeleteGameSessionQueueCommandInput,
|
|
834
|
-
cb: (err: any, data?: DeleteGameSessionQueueCommandOutput) => void
|
|
789
|
+
cb: (err: any, data?: DeleteGameSessionQueueCommandOutput) => void,
|
|
835
790
|
): void;
|
|
836
791
|
deleteGameSessionQueue(
|
|
837
792
|
args: DeleteGameSessionQueueCommandInput,
|
|
838
793
|
options: __HttpHandlerOptions,
|
|
839
|
-
cb: (err: any, data?: DeleteGameSessionQueueCommandOutput) => void
|
|
794
|
+
cb: (err: any, data?: DeleteGameSessionQueueCommandOutput) => void,
|
|
840
795
|
): void;
|
|
841
796
|
deleteLocation(
|
|
842
797
|
args: DeleteLocationCommandInput,
|
|
843
|
-
options?: __HttpHandlerOptions
|
|
798
|
+
options?: __HttpHandlerOptions,
|
|
844
799
|
): Promise<DeleteLocationCommandOutput>;
|
|
845
800
|
deleteLocation(
|
|
846
801
|
args: DeleteLocationCommandInput,
|
|
847
|
-
cb: (err: any, data?: DeleteLocationCommandOutput) => void
|
|
802
|
+
cb: (err: any, data?: DeleteLocationCommandOutput) => void,
|
|
848
803
|
): void;
|
|
849
804
|
deleteLocation(
|
|
850
805
|
args: DeleteLocationCommandInput,
|
|
851
806
|
options: __HttpHandlerOptions,
|
|
852
|
-
cb: (err: any, data?: DeleteLocationCommandOutput) => void
|
|
807
|
+
cb: (err: any, data?: DeleteLocationCommandOutput) => void,
|
|
853
808
|
): void;
|
|
854
809
|
deleteMatchmakingConfiguration(
|
|
855
810
|
args: DeleteMatchmakingConfigurationCommandInput,
|
|
856
|
-
options?: __HttpHandlerOptions
|
|
811
|
+
options?: __HttpHandlerOptions,
|
|
857
812
|
): Promise<DeleteMatchmakingConfigurationCommandOutput>;
|
|
858
813
|
deleteMatchmakingConfiguration(
|
|
859
814
|
args: DeleteMatchmakingConfigurationCommandInput,
|
|
860
|
-
cb: (err: any, data?: DeleteMatchmakingConfigurationCommandOutput) => void
|
|
815
|
+
cb: (err: any, data?: DeleteMatchmakingConfigurationCommandOutput) => void,
|
|
861
816
|
): void;
|
|
862
817
|
deleteMatchmakingConfiguration(
|
|
863
818
|
args: DeleteMatchmakingConfigurationCommandInput,
|
|
864
819
|
options: __HttpHandlerOptions,
|
|
865
|
-
cb: (err: any, data?: DeleteMatchmakingConfigurationCommandOutput) => void
|
|
820
|
+
cb: (err: any, data?: DeleteMatchmakingConfigurationCommandOutput) => void,
|
|
866
821
|
): void;
|
|
867
822
|
deleteMatchmakingRuleSet(
|
|
868
823
|
args: DeleteMatchmakingRuleSetCommandInput,
|
|
869
|
-
options?: __HttpHandlerOptions
|
|
824
|
+
options?: __HttpHandlerOptions,
|
|
870
825
|
): Promise<DeleteMatchmakingRuleSetCommandOutput>;
|
|
871
826
|
deleteMatchmakingRuleSet(
|
|
872
827
|
args: DeleteMatchmakingRuleSetCommandInput,
|
|
873
|
-
cb: (err: any, data?: DeleteMatchmakingRuleSetCommandOutput) => void
|
|
828
|
+
cb: (err: any, data?: DeleteMatchmakingRuleSetCommandOutput) => void,
|
|
874
829
|
): void;
|
|
875
830
|
deleteMatchmakingRuleSet(
|
|
876
831
|
args: DeleteMatchmakingRuleSetCommandInput,
|
|
877
832
|
options: __HttpHandlerOptions,
|
|
878
|
-
cb: (err: any, data?: DeleteMatchmakingRuleSetCommandOutput) => void
|
|
833
|
+
cb: (err: any, data?: DeleteMatchmakingRuleSetCommandOutput) => void,
|
|
879
834
|
): void;
|
|
880
835
|
deleteScalingPolicy(
|
|
881
836
|
args: DeleteScalingPolicyCommandInput,
|
|
882
|
-
options?: __HttpHandlerOptions
|
|
837
|
+
options?: __HttpHandlerOptions,
|
|
883
838
|
): Promise<DeleteScalingPolicyCommandOutput>;
|
|
884
839
|
deleteScalingPolicy(
|
|
885
840
|
args: DeleteScalingPolicyCommandInput,
|
|
886
|
-
cb: (err: any, data?: DeleteScalingPolicyCommandOutput) => void
|
|
841
|
+
cb: (err: any, data?: DeleteScalingPolicyCommandOutput) => void,
|
|
887
842
|
): void;
|
|
888
843
|
deleteScalingPolicy(
|
|
889
844
|
args: DeleteScalingPolicyCommandInput,
|
|
890
845
|
options: __HttpHandlerOptions,
|
|
891
|
-
cb: (err: any, data?: DeleteScalingPolicyCommandOutput) => void
|
|
846
|
+
cb: (err: any, data?: DeleteScalingPolicyCommandOutput) => void,
|
|
892
847
|
): void;
|
|
893
848
|
deleteScript(
|
|
894
849
|
args: DeleteScriptCommandInput,
|
|
895
|
-
options?: __HttpHandlerOptions
|
|
850
|
+
options?: __HttpHandlerOptions,
|
|
896
851
|
): Promise<DeleteScriptCommandOutput>;
|
|
897
852
|
deleteScript(
|
|
898
853
|
args: DeleteScriptCommandInput,
|
|
899
|
-
cb: (err: any, data?: DeleteScriptCommandOutput) => void
|
|
854
|
+
cb: (err: any, data?: DeleteScriptCommandOutput) => void,
|
|
900
855
|
): void;
|
|
901
856
|
deleteScript(
|
|
902
857
|
args: DeleteScriptCommandInput,
|
|
903
858
|
options: __HttpHandlerOptions,
|
|
904
|
-
cb: (err: any, data?: DeleteScriptCommandOutput) => void
|
|
859
|
+
cb: (err: any, data?: DeleteScriptCommandOutput) => void,
|
|
905
860
|
): void;
|
|
906
861
|
deleteVpcPeeringAuthorization(
|
|
907
862
|
args: DeleteVpcPeeringAuthorizationCommandInput,
|
|
908
|
-
options?: __HttpHandlerOptions
|
|
863
|
+
options?: __HttpHandlerOptions,
|
|
909
864
|
): Promise<DeleteVpcPeeringAuthorizationCommandOutput>;
|
|
910
865
|
deleteVpcPeeringAuthorization(
|
|
911
866
|
args: DeleteVpcPeeringAuthorizationCommandInput,
|
|
912
|
-
cb: (err: any, data?: DeleteVpcPeeringAuthorizationCommandOutput) => void
|
|
867
|
+
cb: (err: any, data?: DeleteVpcPeeringAuthorizationCommandOutput) => void,
|
|
913
868
|
): void;
|
|
914
869
|
deleteVpcPeeringAuthorization(
|
|
915
870
|
args: DeleteVpcPeeringAuthorizationCommandInput,
|
|
916
871
|
options: __HttpHandlerOptions,
|
|
917
|
-
cb: (err: any, data?: DeleteVpcPeeringAuthorizationCommandOutput) => void
|
|
872
|
+
cb: (err: any, data?: DeleteVpcPeeringAuthorizationCommandOutput) => void,
|
|
918
873
|
): void;
|
|
919
874
|
deleteVpcPeeringConnection(
|
|
920
875
|
args: DeleteVpcPeeringConnectionCommandInput,
|
|
921
|
-
options?: __HttpHandlerOptions
|
|
876
|
+
options?: __HttpHandlerOptions,
|
|
922
877
|
): Promise<DeleteVpcPeeringConnectionCommandOutput>;
|
|
923
878
|
deleteVpcPeeringConnection(
|
|
924
879
|
args: DeleteVpcPeeringConnectionCommandInput,
|
|
925
|
-
cb: (err: any, data?: DeleteVpcPeeringConnectionCommandOutput) => void
|
|
880
|
+
cb: (err: any, data?: DeleteVpcPeeringConnectionCommandOutput) => void,
|
|
926
881
|
): void;
|
|
927
882
|
deleteVpcPeeringConnection(
|
|
928
883
|
args: DeleteVpcPeeringConnectionCommandInput,
|
|
929
884
|
options: __HttpHandlerOptions,
|
|
930
|
-
cb: (err: any, data?: DeleteVpcPeeringConnectionCommandOutput) => void
|
|
885
|
+
cb: (err: any, data?: DeleteVpcPeeringConnectionCommandOutput) => void,
|
|
931
886
|
): void;
|
|
932
887
|
deregisterCompute(
|
|
933
888
|
args: DeregisterComputeCommandInput,
|
|
934
|
-
options?: __HttpHandlerOptions
|
|
889
|
+
options?: __HttpHandlerOptions,
|
|
935
890
|
): Promise<DeregisterComputeCommandOutput>;
|
|
936
891
|
deregisterCompute(
|
|
937
892
|
args: DeregisterComputeCommandInput,
|
|
938
|
-
cb: (err: any, data?: DeregisterComputeCommandOutput) => void
|
|
893
|
+
cb: (err: any, data?: DeregisterComputeCommandOutput) => void,
|
|
939
894
|
): void;
|
|
940
895
|
deregisterCompute(
|
|
941
896
|
args: DeregisterComputeCommandInput,
|
|
942
897
|
options: __HttpHandlerOptions,
|
|
943
|
-
cb: (err: any, data?: DeregisterComputeCommandOutput) => void
|
|
898
|
+
cb: (err: any, data?: DeregisterComputeCommandOutput) => void,
|
|
944
899
|
): void;
|
|
945
900
|
deregisterGameServer(
|
|
946
901
|
args: DeregisterGameServerCommandInput,
|
|
947
|
-
options?: __HttpHandlerOptions
|
|
902
|
+
options?: __HttpHandlerOptions,
|
|
948
903
|
): Promise<DeregisterGameServerCommandOutput>;
|
|
949
904
|
deregisterGameServer(
|
|
950
905
|
args: DeregisterGameServerCommandInput,
|
|
951
|
-
cb: (err: any, data?: DeregisterGameServerCommandOutput) => void
|
|
906
|
+
cb: (err: any, data?: DeregisterGameServerCommandOutput) => void,
|
|
952
907
|
): void;
|
|
953
908
|
deregisterGameServer(
|
|
954
909
|
args: DeregisterGameServerCommandInput,
|
|
955
910
|
options: __HttpHandlerOptions,
|
|
956
|
-
cb: (err: any, data?: DeregisterGameServerCommandOutput) => void
|
|
911
|
+
cb: (err: any, data?: DeregisterGameServerCommandOutput) => void,
|
|
957
912
|
): void;
|
|
958
913
|
describeAlias(
|
|
959
914
|
args: DescribeAliasCommandInput,
|
|
960
|
-
options?: __HttpHandlerOptions
|
|
915
|
+
options?: __HttpHandlerOptions,
|
|
961
916
|
): Promise<DescribeAliasCommandOutput>;
|
|
962
917
|
describeAlias(
|
|
963
918
|
args: DescribeAliasCommandInput,
|
|
964
|
-
cb: (err: any, data?: DescribeAliasCommandOutput) => void
|
|
919
|
+
cb: (err: any, data?: DescribeAliasCommandOutput) => void,
|
|
965
920
|
): void;
|
|
966
921
|
describeAlias(
|
|
967
922
|
args: DescribeAliasCommandInput,
|
|
968
923
|
options: __HttpHandlerOptions,
|
|
969
|
-
cb: (err: any, data?: DescribeAliasCommandOutput) => void
|
|
924
|
+
cb: (err: any, data?: DescribeAliasCommandOutput) => void,
|
|
970
925
|
): void;
|
|
971
926
|
describeBuild(
|
|
972
927
|
args: DescribeBuildCommandInput,
|
|
973
|
-
options?: __HttpHandlerOptions
|
|
928
|
+
options?: __HttpHandlerOptions,
|
|
974
929
|
): Promise<DescribeBuildCommandOutput>;
|
|
975
930
|
describeBuild(
|
|
976
931
|
args: DescribeBuildCommandInput,
|
|
977
|
-
cb: (err: any, data?: DescribeBuildCommandOutput) => void
|
|
932
|
+
cb: (err: any, data?: DescribeBuildCommandOutput) => void,
|
|
978
933
|
): void;
|
|
979
934
|
describeBuild(
|
|
980
935
|
args: DescribeBuildCommandInput,
|
|
981
936
|
options: __HttpHandlerOptions,
|
|
982
|
-
cb: (err: any, data?: DescribeBuildCommandOutput) => void
|
|
937
|
+
cb: (err: any, data?: DescribeBuildCommandOutput) => void,
|
|
983
938
|
): void;
|
|
984
939
|
describeCompute(
|
|
985
940
|
args: DescribeComputeCommandInput,
|
|
986
|
-
options?: __HttpHandlerOptions
|
|
941
|
+
options?: __HttpHandlerOptions,
|
|
987
942
|
): Promise<DescribeComputeCommandOutput>;
|
|
988
943
|
describeCompute(
|
|
989
944
|
args: DescribeComputeCommandInput,
|
|
990
|
-
cb: (err: any, data?: DescribeComputeCommandOutput) => void
|
|
945
|
+
cb: (err: any, data?: DescribeComputeCommandOutput) => void,
|
|
991
946
|
): void;
|
|
992
947
|
describeCompute(
|
|
993
948
|
args: DescribeComputeCommandInput,
|
|
994
949
|
options: __HttpHandlerOptions,
|
|
995
|
-
cb: (err: any, data?: DescribeComputeCommandOutput) => void
|
|
950
|
+
cb: (err: any, data?: DescribeComputeCommandOutput) => void,
|
|
996
951
|
): void;
|
|
997
952
|
describeContainerFleet(
|
|
998
953
|
args: DescribeContainerFleetCommandInput,
|
|
999
|
-
options?: __HttpHandlerOptions
|
|
954
|
+
options?: __HttpHandlerOptions,
|
|
1000
955
|
): Promise<DescribeContainerFleetCommandOutput>;
|
|
1001
956
|
describeContainerFleet(
|
|
1002
957
|
args: DescribeContainerFleetCommandInput,
|
|
1003
|
-
cb: (err: any, data?: DescribeContainerFleetCommandOutput) => void
|
|
958
|
+
cb: (err: any, data?: DescribeContainerFleetCommandOutput) => void,
|
|
1004
959
|
): void;
|
|
1005
960
|
describeContainerFleet(
|
|
1006
961
|
args: DescribeContainerFleetCommandInput,
|
|
1007
962
|
options: __HttpHandlerOptions,
|
|
1008
|
-
cb: (err: any, data?: DescribeContainerFleetCommandOutput) => void
|
|
963
|
+
cb: (err: any, data?: DescribeContainerFleetCommandOutput) => void,
|
|
1009
964
|
): void;
|
|
1010
965
|
describeContainerGroupDefinition(
|
|
1011
966
|
args: DescribeContainerGroupDefinitionCommandInput,
|
|
1012
|
-
options?: __HttpHandlerOptions
|
|
967
|
+
options?: __HttpHandlerOptions,
|
|
1013
968
|
): Promise<DescribeContainerGroupDefinitionCommandOutput>;
|
|
1014
969
|
describeContainerGroupDefinition(
|
|
1015
970
|
args: DescribeContainerGroupDefinitionCommandInput,
|
|
1016
|
-
cb: (err: any, data?: DescribeContainerGroupDefinitionCommandOutput) => void
|
|
971
|
+
cb: (err: any, data?: DescribeContainerGroupDefinitionCommandOutput) => void,
|
|
1017
972
|
): void;
|
|
1018
973
|
describeContainerGroupDefinition(
|
|
1019
974
|
args: DescribeContainerGroupDefinitionCommandInput,
|
|
1020
975
|
options: __HttpHandlerOptions,
|
|
1021
|
-
cb: (err: any, data?: DescribeContainerGroupDefinitionCommandOutput) => void
|
|
976
|
+
cb: (err: any, data?: DescribeContainerGroupDefinitionCommandOutput) => void,
|
|
1022
977
|
): void;
|
|
1023
978
|
describeContainerGroupPortMappings(
|
|
1024
979
|
args: DescribeContainerGroupPortMappingsCommandInput,
|
|
1025
|
-
options?: __HttpHandlerOptions
|
|
980
|
+
options?: __HttpHandlerOptions,
|
|
1026
981
|
): Promise<DescribeContainerGroupPortMappingsCommandOutput>;
|
|
1027
982
|
describeContainerGroupPortMappings(
|
|
1028
983
|
args: DescribeContainerGroupPortMappingsCommandInput,
|
|
1029
|
-
cb: (
|
|
1030
|
-
err: any,
|
|
1031
|
-
data?: DescribeContainerGroupPortMappingsCommandOutput
|
|
1032
|
-
) => void
|
|
984
|
+
cb: (err: any, data?: DescribeContainerGroupPortMappingsCommandOutput) => void,
|
|
1033
985
|
): void;
|
|
1034
986
|
describeContainerGroupPortMappings(
|
|
1035
987
|
args: DescribeContainerGroupPortMappingsCommandInput,
|
|
1036
988
|
options: __HttpHandlerOptions,
|
|
1037
|
-
cb: (
|
|
1038
|
-
err: any,
|
|
1039
|
-
data?: DescribeContainerGroupPortMappingsCommandOutput
|
|
1040
|
-
) => void
|
|
989
|
+
cb: (err: any, data?: DescribeContainerGroupPortMappingsCommandOutput) => void,
|
|
1041
990
|
): void;
|
|
1042
991
|
describeEC2InstanceLimits(): Promise<DescribeEC2InstanceLimitsCommandOutput>;
|
|
1043
992
|
describeEC2InstanceLimits(
|
|
1044
993
|
args: DescribeEC2InstanceLimitsCommandInput,
|
|
1045
|
-
options?: __HttpHandlerOptions
|
|
994
|
+
options?: __HttpHandlerOptions,
|
|
1046
995
|
): Promise<DescribeEC2InstanceLimitsCommandOutput>;
|
|
1047
996
|
describeEC2InstanceLimits(
|
|
1048
997
|
args: DescribeEC2InstanceLimitsCommandInput,
|
|
1049
|
-
cb: (err: any, data?: DescribeEC2InstanceLimitsCommandOutput) => void
|
|
998
|
+
cb: (err: any, data?: DescribeEC2InstanceLimitsCommandOutput) => void,
|
|
1050
999
|
): void;
|
|
1051
1000
|
describeEC2InstanceLimits(
|
|
1052
1001
|
args: DescribeEC2InstanceLimitsCommandInput,
|
|
1053
1002
|
options: __HttpHandlerOptions,
|
|
1054
|
-
cb: (err: any, data?: DescribeEC2InstanceLimitsCommandOutput) => void
|
|
1003
|
+
cb: (err: any, data?: DescribeEC2InstanceLimitsCommandOutput) => void,
|
|
1055
1004
|
): void;
|
|
1056
1005
|
describeFleetAttributes(): Promise<DescribeFleetAttributesCommandOutput>;
|
|
1057
1006
|
describeFleetAttributes(
|
|
1058
1007
|
args: DescribeFleetAttributesCommandInput,
|
|
1059
|
-
options?: __HttpHandlerOptions
|
|
1008
|
+
options?: __HttpHandlerOptions,
|
|
1060
1009
|
): Promise<DescribeFleetAttributesCommandOutput>;
|
|
1061
1010
|
describeFleetAttributes(
|
|
1062
1011
|
args: DescribeFleetAttributesCommandInput,
|
|
1063
|
-
cb: (err: any, data?: DescribeFleetAttributesCommandOutput) => void
|
|
1012
|
+
cb: (err: any, data?: DescribeFleetAttributesCommandOutput) => void,
|
|
1064
1013
|
): void;
|
|
1065
1014
|
describeFleetAttributes(
|
|
1066
1015
|
args: DescribeFleetAttributesCommandInput,
|
|
1067
1016
|
options: __HttpHandlerOptions,
|
|
1068
|
-
cb: (err: any, data?: DescribeFleetAttributesCommandOutput) => void
|
|
1017
|
+
cb: (err: any, data?: DescribeFleetAttributesCommandOutput) => void,
|
|
1069
1018
|
): void;
|
|
1070
1019
|
describeFleetCapacity(): Promise<DescribeFleetCapacityCommandOutput>;
|
|
1071
1020
|
describeFleetCapacity(
|
|
1072
1021
|
args: DescribeFleetCapacityCommandInput,
|
|
1073
|
-
options?: __HttpHandlerOptions
|
|
1022
|
+
options?: __HttpHandlerOptions,
|
|
1074
1023
|
): Promise<DescribeFleetCapacityCommandOutput>;
|
|
1075
1024
|
describeFleetCapacity(
|
|
1076
1025
|
args: DescribeFleetCapacityCommandInput,
|
|
1077
|
-
cb: (err: any, data?: DescribeFleetCapacityCommandOutput) => void
|
|
1026
|
+
cb: (err: any, data?: DescribeFleetCapacityCommandOutput) => void,
|
|
1078
1027
|
): void;
|
|
1079
1028
|
describeFleetCapacity(
|
|
1080
1029
|
args: DescribeFleetCapacityCommandInput,
|
|
1081
1030
|
options: __HttpHandlerOptions,
|
|
1082
|
-
cb: (err: any, data?: DescribeFleetCapacityCommandOutput) => void
|
|
1031
|
+
cb: (err: any, data?: DescribeFleetCapacityCommandOutput) => void,
|
|
1083
1032
|
): void;
|
|
1084
1033
|
describeFleetDeployment(
|
|
1085
1034
|
args: DescribeFleetDeploymentCommandInput,
|
|
1086
|
-
options?: __HttpHandlerOptions
|
|
1035
|
+
options?: __HttpHandlerOptions,
|
|
1087
1036
|
): Promise<DescribeFleetDeploymentCommandOutput>;
|
|
1088
1037
|
describeFleetDeployment(
|
|
1089
1038
|
args: DescribeFleetDeploymentCommandInput,
|
|
1090
|
-
cb: (err: any, data?: DescribeFleetDeploymentCommandOutput) => void
|
|
1039
|
+
cb: (err: any, data?: DescribeFleetDeploymentCommandOutput) => void,
|
|
1091
1040
|
): void;
|
|
1092
1041
|
describeFleetDeployment(
|
|
1093
1042
|
args: DescribeFleetDeploymentCommandInput,
|
|
1094
1043
|
options: __HttpHandlerOptions,
|
|
1095
|
-
cb: (err: any, data?: DescribeFleetDeploymentCommandOutput) => void
|
|
1044
|
+
cb: (err: any, data?: DescribeFleetDeploymentCommandOutput) => void,
|
|
1096
1045
|
): void;
|
|
1097
1046
|
describeFleetEvents(
|
|
1098
1047
|
args: DescribeFleetEventsCommandInput,
|
|
1099
|
-
options?: __HttpHandlerOptions
|
|
1048
|
+
options?: __HttpHandlerOptions,
|
|
1100
1049
|
): Promise<DescribeFleetEventsCommandOutput>;
|
|
1101
1050
|
describeFleetEvents(
|
|
1102
1051
|
args: DescribeFleetEventsCommandInput,
|
|
1103
|
-
cb: (err: any, data?: DescribeFleetEventsCommandOutput) => void
|
|
1052
|
+
cb: (err: any, data?: DescribeFleetEventsCommandOutput) => void,
|
|
1104
1053
|
): void;
|
|
1105
1054
|
describeFleetEvents(
|
|
1106
1055
|
args: DescribeFleetEventsCommandInput,
|
|
1107
1056
|
options: __HttpHandlerOptions,
|
|
1108
|
-
cb: (err: any, data?: DescribeFleetEventsCommandOutput) => void
|
|
1057
|
+
cb: (err: any, data?: DescribeFleetEventsCommandOutput) => void,
|
|
1109
1058
|
): void;
|
|
1110
1059
|
describeFleetLocationAttributes(
|
|
1111
1060
|
args: DescribeFleetLocationAttributesCommandInput,
|
|
1112
|
-
options?: __HttpHandlerOptions
|
|
1061
|
+
options?: __HttpHandlerOptions,
|
|
1113
1062
|
): Promise<DescribeFleetLocationAttributesCommandOutput>;
|
|
1114
1063
|
describeFleetLocationAttributes(
|
|
1115
1064
|
args: DescribeFleetLocationAttributesCommandInput,
|
|
1116
|
-
cb: (err: any, data?: DescribeFleetLocationAttributesCommandOutput) => void
|
|
1065
|
+
cb: (err: any, data?: DescribeFleetLocationAttributesCommandOutput) => void,
|
|
1117
1066
|
): void;
|
|
1118
1067
|
describeFleetLocationAttributes(
|
|
1119
1068
|
args: DescribeFleetLocationAttributesCommandInput,
|
|
1120
1069
|
options: __HttpHandlerOptions,
|
|
1121
|
-
cb: (err: any, data?: DescribeFleetLocationAttributesCommandOutput) => void
|
|
1070
|
+
cb: (err: any, data?: DescribeFleetLocationAttributesCommandOutput) => void,
|
|
1122
1071
|
): void;
|
|
1123
1072
|
describeFleetLocationCapacity(
|
|
1124
1073
|
args: DescribeFleetLocationCapacityCommandInput,
|
|
1125
|
-
options?: __HttpHandlerOptions
|
|
1074
|
+
options?: __HttpHandlerOptions,
|
|
1126
1075
|
): Promise<DescribeFleetLocationCapacityCommandOutput>;
|
|
1127
1076
|
describeFleetLocationCapacity(
|
|
1128
1077
|
args: DescribeFleetLocationCapacityCommandInput,
|
|
1129
|
-
cb: (err: any, data?: DescribeFleetLocationCapacityCommandOutput) => void
|
|
1078
|
+
cb: (err: any, data?: DescribeFleetLocationCapacityCommandOutput) => void,
|
|
1130
1079
|
): void;
|
|
1131
1080
|
describeFleetLocationCapacity(
|
|
1132
1081
|
args: DescribeFleetLocationCapacityCommandInput,
|
|
1133
1082
|
options: __HttpHandlerOptions,
|
|
1134
|
-
cb: (err: any, data?: DescribeFleetLocationCapacityCommandOutput) => void
|
|
1083
|
+
cb: (err: any, data?: DescribeFleetLocationCapacityCommandOutput) => void,
|
|
1135
1084
|
): void;
|
|
1136
1085
|
describeFleetLocationUtilization(
|
|
1137
1086
|
args: DescribeFleetLocationUtilizationCommandInput,
|
|
1138
|
-
options?: __HttpHandlerOptions
|
|
1087
|
+
options?: __HttpHandlerOptions,
|
|
1139
1088
|
): Promise<DescribeFleetLocationUtilizationCommandOutput>;
|
|
1140
1089
|
describeFleetLocationUtilization(
|
|
1141
1090
|
args: DescribeFleetLocationUtilizationCommandInput,
|
|
1142
|
-
cb: (err: any, data?: DescribeFleetLocationUtilizationCommandOutput) => void
|
|
1091
|
+
cb: (err: any, data?: DescribeFleetLocationUtilizationCommandOutput) => void,
|
|
1143
1092
|
): void;
|
|
1144
1093
|
describeFleetLocationUtilization(
|
|
1145
1094
|
args: DescribeFleetLocationUtilizationCommandInput,
|
|
1146
1095
|
options: __HttpHandlerOptions,
|
|
1147
|
-
cb: (err: any, data?: DescribeFleetLocationUtilizationCommandOutput) => void
|
|
1096
|
+
cb: (err: any, data?: DescribeFleetLocationUtilizationCommandOutput) => void,
|
|
1148
1097
|
): void;
|
|
1149
1098
|
describeFleetPortSettings(
|
|
1150
1099
|
args: DescribeFleetPortSettingsCommandInput,
|
|
1151
|
-
options?: __HttpHandlerOptions
|
|
1100
|
+
options?: __HttpHandlerOptions,
|
|
1152
1101
|
): Promise<DescribeFleetPortSettingsCommandOutput>;
|
|
1153
1102
|
describeFleetPortSettings(
|
|
1154
1103
|
args: DescribeFleetPortSettingsCommandInput,
|
|
1155
|
-
cb: (err: any, data?: DescribeFleetPortSettingsCommandOutput) => void
|
|
1104
|
+
cb: (err: any, data?: DescribeFleetPortSettingsCommandOutput) => void,
|
|
1156
1105
|
): void;
|
|
1157
1106
|
describeFleetPortSettings(
|
|
1158
1107
|
args: DescribeFleetPortSettingsCommandInput,
|
|
1159
1108
|
options: __HttpHandlerOptions,
|
|
1160
|
-
cb: (err: any, data?: DescribeFleetPortSettingsCommandOutput) => void
|
|
1109
|
+
cb: (err: any, data?: DescribeFleetPortSettingsCommandOutput) => void,
|
|
1161
1110
|
): void;
|
|
1162
1111
|
describeFleetUtilization(): Promise<DescribeFleetUtilizationCommandOutput>;
|
|
1163
1112
|
describeFleetUtilization(
|
|
1164
1113
|
args: DescribeFleetUtilizationCommandInput,
|
|
1165
|
-
options?: __HttpHandlerOptions
|
|
1114
|
+
options?: __HttpHandlerOptions,
|
|
1166
1115
|
): Promise<DescribeFleetUtilizationCommandOutput>;
|
|
1167
1116
|
describeFleetUtilization(
|
|
1168
1117
|
args: DescribeFleetUtilizationCommandInput,
|
|
1169
|
-
cb: (err: any, data?: DescribeFleetUtilizationCommandOutput) => void
|
|
1118
|
+
cb: (err: any, data?: DescribeFleetUtilizationCommandOutput) => void,
|
|
1170
1119
|
): void;
|
|
1171
1120
|
describeFleetUtilization(
|
|
1172
1121
|
args: DescribeFleetUtilizationCommandInput,
|
|
1173
1122
|
options: __HttpHandlerOptions,
|
|
1174
|
-
cb: (err: any, data?: DescribeFleetUtilizationCommandOutput) => void
|
|
1123
|
+
cb: (err: any, data?: DescribeFleetUtilizationCommandOutput) => void,
|
|
1175
1124
|
): void;
|
|
1176
1125
|
describeGameServer(
|
|
1177
1126
|
args: DescribeGameServerCommandInput,
|
|
1178
|
-
options?: __HttpHandlerOptions
|
|
1127
|
+
options?: __HttpHandlerOptions,
|
|
1179
1128
|
): Promise<DescribeGameServerCommandOutput>;
|
|
1180
1129
|
describeGameServer(
|
|
1181
1130
|
args: DescribeGameServerCommandInput,
|
|
1182
|
-
cb: (err: any, data?: DescribeGameServerCommandOutput) => void
|
|
1131
|
+
cb: (err: any, data?: DescribeGameServerCommandOutput) => void,
|
|
1183
1132
|
): void;
|
|
1184
1133
|
describeGameServer(
|
|
1185
1134
|
args: DescribeGameServerCommandInput,
|
|
1186
1135
|
options: __HttpHandlerOptions,
|
|
1187
|
-
cb: (err: any, data?: DescribeGameServerCommandOutput) => void
|
|
1136
|
+
cb: (err: any, data?: DescribeGameServerCommandOutput) => void,
|
|
1188
1137
|
): void;
|
|
1189
1138
|
describeGameServerGroup(
|
|
1190
1139
|
args: DescribeGameServerGroupCommandInput,
|
|
1191
|
-
options?: __HttpHandlerOptions
|
|
1140
|
+
options?: __HttpHandlerOptions,
|
|
1192
1141
|
): Promise<DescribeGameServerGroupCommandOutput>;
|
|
1193
1142
|
describeGameServerGroup(
|
|
1194
1143
|
args: DescribeGameServerGroupCommandInput,
|
|
1195
|
-
cb: (err: any, data?: DescribeGameServerGroupCommandOutput) => void
|
|
1144
|
+
cb: (err: any, data?: DescribeGameServerGroupCommandOutput) => void,
|
|
1196
1145
|
): void;
|
|
1197
1146
|
describeGameServerGroup(
|
|
1198
1147
|
args: DescribeGameServerGroupCommandInput,
|
|
1199
1148
|
options: __HttpHandlerOptions,
|
|
1200
|
-
cb: (err: any, data?: DescribeGameServerGroupCommandOutput) => void
|
|
1149
|
+
cb: (err: any, data?: DescribeGameServerGroupCommandOutput) => void,
|
|
1201
1150
|
): void;
|
|
1202
1151
|
describeGameServerInstances(
|
|
1203
1152
|
args: DescribeGameServerInstancesCommandInput,
|
|
1204
|
-
options?: __HttpHandlerOptions
|
|
1153
|
+
options?: __HttpHandlerOptions,
|
|
1205
1154
|
): Promise<DescribeGameServerInstancesCommandOutput>;
|
|
1206
1155
|
describeGameServerInstances(
|
|
1207
1156
|
args: DescribeGameServerInstancesCommandInput,
|
|
1208
|
-
cb: (err: any, data?: DescribeGameServerInstancesCommandOutput) => void
|
|
1157
|
+
cb: (err: any, data?: DescribeGameServerInstancesCommandOutput) => void,
|
|
1209
1158
|
): void;
|
|
1210
1159
|
describeGameServerInstances(
|
|
1211
1160
|
args: DescribeGameServerInstancesCommandInput,
|
|
1212
1161
|
options: __HttpHandlerOptions,
|
|
1213
|
-
cb: (err: any, data?: DescribeGameServerInstancesCommandOutput) => void
|
|
1162
|
+
cb: (err: any, data?: DescribeGameServerInstancesCommandOutput) => void,
|
|
1214
1163
|
): void;
|
|
1215
1164
|
describeGameSessionDetails(): Promise<DescribeGameSessionDetailsCommandOutput>;
|
|
1216
1165
|
describeGameSessionDetails(
|
|
1217
1166
|
args: DescribeGameSessionDetailsCommandInput,
|
|
1218
|
-
options?: __HttpHandlerOptions
|
|
1167
|
+
options?: __HttpHandlerOptions,
|
|
1219
1168
|
): Promise<DescribeGameSessionDetailsCommandOutput>;
|
|
1220
1169
|
describeGameSessionDetails(
|
|
1221
1170
|
args: DescribeGameSessionDetailsCommandInput,
|
|
1222
|
-
cb: (err: any, data?: DescribeGameSessionDetailsCommandOutput) => void
|
|
1171
|
+
cb: (err: any, data?: DescribeGameSessionDetailsCommandOutput) => void,
|
|
1223
1172
|
): void;
|
|
1224
1173
|
describeGameSessionDetails(
|
|
1225
1174
|
args: DescribeGameSessionDetailsCommandInput,
|
|
1226
1175
|
options: __HttpHandlerOptions,
|
|
1227
|
-
cb: (err: any, data?: DescribeGameSessionDetailsCommandOutput) => void
|
|
1176
|
+
cb: (err: any, data?: DescribeGameSessionDetailsCommandOutput) => void,
|
|
1228
1177
|
): void;
|
|
1229
1178
|
describeGameSessionPlacement(
|
|
1230
1179
|
args: DescribeGameSessionPlacementCommandInput,
|
|
1231
|
-
options?: __HttpHandlerOptions
|
|
1180
|
+
options?: __HttpHandlerOptions,
|
|
1232
1181
|
): Promise<DescribeGameSessionPlacementCommandOutput>;
|
|
1233
1182
|
describeGameSessionPlacement(
|
|
1234
1183
|
args: DescribeGameSessionPlacementCommandInput,
|
|
1235
|
-
cb: (err: any, data?: DescribeGameSessionPlacementCommandOutput) => void
|
|
1184
|
+
cb: (err: any, data?: DescribeGameSessionPlacementCommandOutput) => void,
|
|
1236
1185
|
): void;
|
|
1237
1186
|
describeGameSessionPlacement(
|
|
1238
1187
|
args: DescribeGameSessionPlacementCommandInput,
|
|
1239
1188
|
options: __HttpHandlerOptions,
|
|
1240
|
-
cb: (err: any, data?: DescribeGameSessionPlacementCommandOutput) => void
|
|
1189
|
+
cb: (err: any, data?: DescribeGameSessionPlacementCommandOutput) => void,
|
|
1241
1190
|
): void;
|
|
1242
1191
|
describeGameSessionQueues(): Promise<DescribeGameSessionQueuesCommandOutput>;
|
|
1243
1192
|
describeGameSessionQueues(
|
|
1244
1193
|
args: DescribeGameSessionQueuesCommandInput,
|
|
1245
|
-
options?: __HttpHandlerOptions
|
|
1194
|
+
options?: __HttpHandlerOptions,
|
|
1246
1195
|
): Promise<DescribeGameSessionQueuesCommandOutput>;
|
|
1247
1196
|
describeGameSessionQueues(
|
|
1248
1197
|
args: DescribeGameSessionQueuesCommandInput,
|
|
1249
|
-
cb: (err: any, data?: DescribeGameSessionQueuesCommandOutput) => void
|
|
1198
|
+
cb: (err: any, data?: DescribeGameSessionQueuesCommandOutput) => void,
|
|
1250
1199
|
): void;
|
|
1251
1200
|
describeGameSessionQueues(
|
|
1252
1201
|
args: DescribeGameSessionQueuesCommandInput,
|
|
1253
1202
|
options: __HttpHandlerOptions,
|
|
1254
|
-
cb: (err: any, data?: DescribeGameSessionQueuesCommandOutput) => void
|
|
1203
|
+
cb: (err: any, data?: DescribeGameSessionQueuesCommandOutput) => void,
|
|
1255
1204
|
): void;
|
|
1256
1205
|
describeGameSessions(): Promise<DescribeGameSessionsCommandOutput>;
|
|
1257
1206
|
describeGameSessions(
|
|
1258
1207
|
args: DescribeGameSessionsCommandInput,
|
|
1259
|
-
options?: __HttpHandlerOptions
|
|
1208
|
+
options?: __HttpHandlerOptions,
|
|
1260
1209
|
): Promise<DescribeGameSessionsCommandOutput>;
|
|
1261
1210
|
describeGameSessions(
|
|
1262
1211
|
args: DescribeGameSessionsCommandInput,
|
|
1263
|
-
cb: (err: any, data?: DescribeGameSessionsCommandOutput) => void
|
|
1212
|
+
cb: (err: any, data?: DescribeGameSessionsCommandOutput) => void,
|
|
1264
1213
|
): void;
|
|
1265
1214
|
describeGameSessions(
|
|
1266
1215
|
args: DescribeGameSessionsCommandInput,
|
|
1267
1216
|
options: __HttpHandlerOptions,
|
|
1268
|
-
cb: (err: any, data?: DescribeGameSessionsCommandOutput) => void
|
|
1217
|
+
cb: (err: any, data?: DescribeGameSessionsCommandOutput) => void,
|
|
1269
1218
|
): void;
|
|
1270
1219
|
describeInstances(
|
|
1271
1220
|
args: DescribeInstancesCommandInput,
|
|
1272
|
-
options?: __HttpHandlerOptions
|
|
1221
|
+
options?: __HttpHandlerOptions,
|
|
1273
1222
|
): Promise<DescribeInstancesCommandOutput>;
|
|
1274
1223
|
describeInstances(
|
|
1275
1224
|
args: DescribeInstancesCommandInput,
|
|
1276
|
-
cb: (err: any, data?: DescribeInstancesCommandOutput) => void
|
|
1225
|
+
cb: (err: any, data?: DescribeInstancesCommandOutput) => void,
|
|
1277
1226
|
): void;
|
|
1278
1227
|
describeInstances(
|
|
1279
1228
|
args: DescribeInstancesCommandInput,
|
|
1280
1229
|
options: __HttpHandlerOptions,
|
|
1281
|
-
cb: (err: any, data?: DescribeInstancesCommandOutput) => void
|
|
1230
|
+
cb: (err: any, data?: DescribeInstancesCommandOutput) => void,
|
|
1282
1231
|
): void;
|
|
1283
1232
|
describeMatchmaking(
|
|
1284
1233
|
args: DescribeMatchmakingCommandInput,
|
|
1285
|
-
options?: __HttpHandlerOptions
|
|
1234
|
+
options?: __HttpHandlerOptions,
|
|
1286
1235
|
): Promise<DescribeMatchmakingCommandOutput>;
|
|
1287
1236
|
describeMatchmaking(
|
|
1288
1237
|
args: DescribeMatchmakingCommandInput,
|
|
1289
|
-
cb: (err: any, data?: DescribeMatchmakingCommandOutput) => void
|
|
1238
|
+
cb: (err: any, data?: DescribeMatchmakingCommandOutput) => void,
|
|
1290
1239
|
): void;
|
|
1291
1240
|
describeMatchmaking(
|
|
1292
1241
|
args: DescribeMatchmakingCommandInput,
|
|
1293
1242
|
options: __HttpHandlerOptions,
|
|
1294
|
-
cb: (err: any, data?: DescribeMatchmakingCommandOutput) => void
|
|
1243
|
+
cb: (err: any, data?: DescribeMatchmakingCommandOutput) => void,
|
|
1295
1244
|
): void;
|
|
1296
1245
|
describeMatchmakingConfigurations(): Promise<DescribeMatchmakingConfigurationsCommandOutput>;
|
|
1297
1246
|
describeMatchmakingConfigurations(
|
|
1298
1247
|
args: DescribeMatchmakingConfigurationsCommandInput,
|
|
1299
|
-
options?: __HttpHandlerOptions
|
|
1248
|
+
options?: __HttpHandlerOptions,
|
|
1300
1249
|
): Promise<DescribeMatchmakingConfigurationsCommandOutput>;
|
|
1301
1250
|
describeMatchmakingConfigurations(
|
|
1302
1251
|
args: DescribeMatchmakingConfigurationsCommandInput,
|
|
1303
|
-
cb: (
|
|
1304
|
-
err: any,
|
|
1305
|
-
data?: DescribeMatchmakingConfigurationsCommandOutput
|
|
1306
|
-
) => void
|
|
1252
|
+
cb: (err: any, data?: DescribeMatchmakingConfigurationsCommandOutput) => void,
|
|
1307
1253
|
): void;
|
|
1308
1254
|
describeMatchmakingConfigurations(
|
|
1309
1255
|
args: DescribeMatchmakingConfigurationsCommandInput,
|
|
1310
1256
|
options: __HttpHandlerOptions,
|
|
1311
|
-
cb: (
|
|
1312
|
-
err: any,
|
|
1313
|
-
data?: DescribeMatchmakingConfigurationsCommandOutput
|
|
1314
|
-
) => void
|
|
1257
|
+
cb: (err: any, data?: DescribeMatchmakingConfigurationsCommandOutput) => void,
|
|
1315
1258
|
): void;
|
|
1316
1259
|
describeMatchmakingRuleSets(): Promise<DescribeMatchmakingRuleSetsCommandOutput>;
|
|
1317
1260
|
describeMatchmakingRuleSets(
|
|
1318
1261
|
args: DescribeMatchmakingRuleSetsCommandInput,
|
|
1319
|
-
options?: __HttpHandlerOptions
|
|
1262
|
+
options?: __HttpHandlerOptions,
|
|
1320
1263
|
): Promise<DescribeMatchmakingRuleSetsCommandOutput>;
|
|
1321
1264
|
describeMatchmakingRuleSets(
|
|
1322
1265
|
args: DescribeMatchmakingRuleSetsCommandInput,
|
|
1323
|
-
cb: (err: any, data?: DescribeMatchmakingRuleSetsCommandOutput) => void
|
|
1266
|
+
cb: (err: any, data?: DescribeMatchmakingRuleSetsCommandOutput) => void,
|
|
1324
1267
|
): void;
|
|
1325
1268
|
describeMatchmakingRuleSets(
|
|
1326
1269
|
args: DescribeMatchmakingRuleSetsCommandInput,
|
|
1327
1270
|
options: __HttpHandlerOptions,
|
|
1328
|
-
cb: (err: any, data?: DescribeMatchmakingRuleSetsCommandOutput) => void
|
|
1271
|
+
cb: (err: any, data?: DescribeMatchmakingRuleSetsCommandOutput) => void,
|
|
1329
1272
|
): void;
|
|
1330
1273
|
describePlayerSessions(): Promise<DescribePlayerSessionsCommandOutput>;
|
|
1331
1274
|
describePlayerSessions(
|
|
1332
1275
|
args: DescribePlayerSessionsCommandInput,
|
|
1333
|
-
options?: __HttpHandlerOptions
|
|
1276
|
+
options?: __HttpHandlerOptions,
|
|
1334
1277
|
): Promise<DescribePlayerSessionsCommandOutput>;
|
|
1335
1278
|
describePlayerSessions(
|
|
1336
1279
|
args: DescribePlayerSessionsCommandInput,
|
|
1337
|
-
cb: (err: any, data?: DescribePlayerSessionsCommandOutput) => void
|
|
1280
|
+
cb: (err: any, data?: DescribePlayerSessionsCommandOutput) => void,
|
|
1338
1281
|
): void;
|
|
1339
1282
|
describePlayerSessions(
|
|
1340
1283
|
args: DescribePlayerSessionsCommandInput,
|
|
1341
1284
|
options: __HttpHandlerOptions,
|
|
1342
|
-
cb: (err: any, data?: DescribePlayerSessionsCommandOutput) => void
|
|
1285
|
+
cb: (err: any, data?: DescribePlayerSessionsCommandOutput) => void,
|
|
1343
1286
|
): void;
|
|
1344
1287
|
describeRuntimeConfiguration(
|
|
1345
1288
|
args: DescribeRuntimeConfigurationCommandInput,
|
|
1346
|
-
options?: __HttpHandlerOptions
|
|
1289
|
+
options?: __HttpHandlerOptions,
|
|
1347
1290
|
): Promise<DescribeRuntimeConfigurationCommandOutput>;
|
|
1348
1291
|
describeRuntimeConfiguration(
|
|
1349
1292
|
args: DescribeRuntimeConfigurationCommandInput,
|
|
1350
|
-
cb: (err: any, data?: DescribeRuntimeConfigurationCommandOutput) => void
|
|
1293
|
+
cb: (err: any, data?: DescribeRuntimeConfigurationCommandOutput) => void,
|
|
1351
1294
|
): void;
|
|
1352
1295
|
describeRuntimeConfiguration(
|
|
1353
1296
|
args: DescribeRuntimeConfigurationCommandInput,
|
|
1354
1297
|
options: __HttpHandlerOptions,
|
|
1355
|
-
cb: (err: any, data?: DescribeRuntimeConfigurationCommandOutput) => void
|
|
1298
|
+
cb: (err: any, data?: DescribeRuntimeConfigurationCommandOutput) => void,
|
|
1356
1299
|
): void;
|
|
1357
1300
|
describeScalingPolicies(
|
|
1358
1301
|
args: DescribeScalingPoliciesCommandInput,
|
|
1359
|
-
options?: __HttpHandlerOptions
|
|
1302
|
+
options?: __HttpHandlerOptions,
|
|
1360
1303
|
): Promise<DescribeScalingPoliciesCommandOutput>;
|
|
1361
1304
|
describeScalingPolicies(
|
|
1362
1305
|
args: DescribeScalingPoliciesCommandInput,
|
|
1363
|
-
cb: (err: any, data?: DescribeScalingPoliciesCommandOutput) => void
|
|
1306
|
+
cb: (err: any, data?: DescribeScalingPoliciesCommandOutput) => void,
|
|
1364
1307
|
): void;
|
|
1365
1308
|
describeScalingPolicies(
|
|
1366
1309
|
args: DescribeScalingPoliciesCommandInput,
|
|
1367
1310
|
options: __HttpHandlerOptions,
|
|
1368
|
-
cb: (err: any, data?: DescribeScalingPoliciesCommandOutput) => void
|
|
1311
|
+
cb: (err: any, data?: DescribeScalingPoliciesCommandOutput) => void,
|
|
1369
1312
|
): void;
|
|
1370
1313
|
describeScript(
|
|
1371
1314
|
args: DescribeScriptCommandInput,
|
|
1372
|
-
options?: __HttpHandlerOptions
|
|
1315
|
+
options?: __HttpHandlerOptions,
|
|
1373
1316
|
): Promise<DescribeScriptCommandOutput>;
|
|
1374
1317
|
describeScript(
|
|
1375
1318
|
args: DescribeScriptCommandInput,
|
|
1376
|
-
cb: (err: any, data?: DescribeScriptCommandOutput) => void
|
|
1319
|
+
cb: (err: any, data?: DescribeScriptCommandOutput) => void,
|
|
1377
1320
|
): void;
|
|
1378
1321
|
describeScript(
|
|
1379
1322
|
args: DescribeScriptCommandInput,
|
|
1380
1323
|
options: __HttpHandlerOptions,
|
|
1381
|
-
cb: (err: any, data?: DescribeScriptCommandOutput) => void
|
|
1324
|
+
cb: (err: any, data?: DescribeScriptCommandOutput) => void,
|
|
1382
1325
|
): void;
|
|
1383
1326
|
describeVpcPeeringAuthorizations(): Promise<DescribeVpcPeeringAuthorizationsCommandOutput>;
|
|
1384
1327
|
describeVpcPeeringAuthorizations(
|
|
1385
1328
|
args: DescribeVpcPeeringAuthorizationsCommandInput,
|
|
1386
|
-
options?: __HttpHandlerOptions
|
|
1329
|
+
options?: __HttpHandlerOptions,
|
|
1387
1330
|
): Promise<DescribeVpcPeeringAuthorizationsCommandOutput>;
|
|
1388
1331
|
describeVpcPeeringAuthorizations(
|
|
1389
1332
|
args: DescribeVpcPeeringAuthorizationsCommandInput,
|
|
1390
|
-
cb: (err: any, data?: DescribeVpcPeeringAuthorizationsCommandOutput) => void
|
|
1333
|
+
cb: (err: any, data?: DescribeVpcPeeringAuthorizationsCommandOutput) => void,
|
|
1391
1334
|
): void;
|
|
1392
1335
|
describeVpcPeeringAuthorizations(
|
|
1393
1336
|
args: DescribeVpcPeeringAuthorizationsCommandInput,
|
|
1394
1337
|
options: __HttpHandlerOptions,
|
|
1395
|
-
cb: (err: any, data?: DescribeVpcPeeringAuthorizationsCommandOutput) => void
|
|
1338
|
+
cb: (err: any, data?: DescribeVpcPeeringAuthorizationsCommandOutput) => void,
|
|
1396
1339
|
): void;
|
|
1397
1340
|
describeVpcPeeringConnections(): Promise<DescribeVpcPeeringConnectionsCommandOutput>;
|
|
1398
1341
|
describeVpcPeeringConnections(
|
|
1399
1342
|
args: DescribeVpcPeeringConnectionsCommandInput,
|
|
1400
|
-
options?: __HttpHandlerOptions
|
|
1343
|
+
options?: __HttpHandlerOptions,
|
|
1401
1344
|
): Promise<DescribeVpcPeeringConnectionsCommandOutput>;
|
|
1402
1345
|
describeVpcPeeringConnections(
|
|
1403
1346
|
args: DescribeVpcPeeringConnectionsCommandInput,
|
|
1404
|
-
cb: (err: any, data?: DescribeVpcPeeringConnectionsCommandOutput) => void
|
|
1347
|
+
cb: (err: any, data?: DescribeVpcPeeringConnectionsCommandOutput) => void,
|
|
1405
1348
|
): void;
|
|
1406
1349
|
describeVpcPeeringConnections(
|
|
1407
1350
|
args: DescribeVpcPeeringConnectionsCommandInput,
|
|
1408
1351
|
options: __HttpHandlerOptions,
|
|
1409
|
-
cb: (err: any, data?: DescribeVpcPeeringConnectionsCommandOutput) => void
|
|
1352
|
+
cb: (err: any, data?: DescribeVpcPeeringConnectionsCommandOutput) => void,
|
|
1410
1353
|
): void;
|
|
1411
1354
|
getComputeAccess(
|
|
1412
1355
|
args: GetComputeAccessCommandInput,
|
|
1413
|
-
options?: __HttpHandlerOptions
|
|
1356
|
+
options?: __HttpHandlerOptions,
|
|
1414
1357
|
): Promise<GetComputeAccessCommandOutput>;
|
|
1415
1358
|
getComputeAccess(
|
|
1416
1359
|
args: GetComputeAccessCommandInput,
|
|
1417
|
-
cb: (err: any, data?: GetComputeAccessCommandOutput) => void
|
|
1360
|
+
cb: (err: any, data?: GetComputeAccessCommandOutput) => void,
|
|
1418
1361
|
): void;
|
|
1419
1362
|
getComputeAccess(
|
|
1420
1363
|
args: GetComputeAccessCommandInput,
|
|
1421
1364
|
options: __HttpHandlerOptions,
|
|
1422
|
-
cb: (err: any, data?: GetComputeAccessCommandOutput) => void
|
|
1365
|
+
cb: (err: any, data?: GetComputeAccessCommandOutput) => void,
|
|
1423
1366
|
): void;
|
|
1424
1367
|
getComputeAuthToken(
|
|
1425
1368
|
args: GetComputeAuthTokenCommandInput,
|
|
1426
|
-
options?: __HttpHandlerOptions
|
|
1369
|
+
options?: __HttpHandlerOptions,
|
|
1427
1370
|
): Promise<GetComputeAuthTokenCommandOutput>;
|
|
1428
1371
|
getComputeAuthToken(
|
|
1429
1372
|
args: GetComputeAuthTokenCommandInput,
|
|
1430
|
-
cb: (err: any, data?: GetComputeAuthTokenCommandOutput) => void
|
|
1373
|
+
cb: (err: any, data?: GetComputeAuthTokenCommandOutput) => void,
|
|
1431
1374
|
): void;
|
|
1432
1375
|
getComputeAuthToken(
|
|
1433
1376
|
args: GetComputeAuthTokenCommandInput,
|
|
1434
1377
|
options: __HttpHandlerOptions,
|
|
1435
|
-
cb: (err: any, data?: GetComputeAuthTokenCommandOutput) => void
|
|
1378
|
+
cb: (err: any, data?: GetComputeAuthTokenCommandOutput) => void,
|
|
1436
1379
|
): void;
|
|
1437
1380
|
getGameSessionLogUrl(
|
|
1438
1381
|
args: GetGameSessionLogUrlCommandInput,
|
|
1439
|
-
options?: __HttpHandlerOptions
|
|
1382
|
+
options?: __HttpHandlerOptions,
|
|
1440
1383
|
): Promise<GetGameSessionLogUrlCommandOutput>;
|
|
1441
1384
|
getGameSessionLogUrl(
|
|
1442
1385
|
args: GetGameSessionLogUrlCommandInput,
|
|
1443
|
-
cb: (err: any, data?: GetGameSessionLogUrlCommandOutput) => void
|
|
1386
|
+
cb: (err: any, data?: GetGameSessionLogUrlCommandOutput) => void,
|
|
1444
1387
|
): void;
|
|
1445
1388
|
getGameSessionLogUrl(
|
|
1446
1389
|
args: GetGameSessionLogUrlCommandInput,
|
|
1447
1390
|
options: __HttpHandlerOptions,
|
|
1448
|
-
cb: (err: any, data?: GetGameSessionLogUrlCommandOutput) => void
|
|
1391
|
+
cb: (err: any, data?: GetGameSessionLogUrlCommandOutput) => void,
|
|
1449
1392
|
): void;
|
|
1450
1393
|
getInstanceAccess(
|
|
1451
1394
|
args: GetInstanceAccessCommandInput,
|
|
1452
|
-
options?: __HttpHandlerOptions
|
|
1395
|
+
options?: __HttpHandlerOptions,
|
|
1453
1396
|
): Promise<GetInstanceAccessCommandOutput>;
|
|
1454
1397
|
getInstanceAccess(
|
|
1455
1398
|
args: GetInstanceAccessCommandInput,
|
|
1456
|
-
cb: (err: any, data?: GetInstanceAccessCommandOutput) => void
|
|
1399
|
+
cb: (err: any, data?: GetInstanceAccessCommandOutput) => void,
|
|
1457
1400
|
): void;
|
|
1458
1401
|
getInstanceAccess(
|
|
1459
1402
|
args: GetInstanceAccessCommandInput,
|
|
1460
1403
|
options: __HttpHandlerOptions,
|
|
1461
|
-
cb: (err: any, data?: GetInstanceAccessCommandOutput) => void
|
|
1404
|
+
cb: (err: any, data?: GetInstanceAccessCommandOutput) => void,
|
|
1462
1405
|
): void;
|
|
1463
1406
|
getPlayerConnectionDetails(
|
|
1464
1407
|
args: GetPlayerConnectionDetailsCommandInput,
|
|
1465
|
-
options?: __HttpHandlerOptions
|
|
1408
|
+
options?: __HttpHandlerOptions,
|
|
1466
1409
|
): Promise<GetPlayerConnectionDetailsCommandOutput>;
|
|
1467
1410
|
getPlayerConnectionDetails(
|
|
1468
1411
|
args: GetPlayerConnectionDetailsCommandInput,
|
|
1469
|
-
cb: (err: any, data?: GetPlayerConnectionDetailsCommandOutput) => void
|
|
1412
|
+
cb: (err: any, data?: GetPlayerConnectionDetailsCommandOutput) => void,
|
|
1470
1413
|
): void;
|
|
1471
1414
|
getPlayerConnectionDetails(
|
|
1472
1415
|
args: GetPlayerConnectionDetailsCommandInput,
|
|
1473
1416
|
options: __HttpHandlerOptions,
|
|
1474
|
-
cb: (err: any, data?: GetPlayerConnectionDetailsCommandOutput) => void
|
|
1417
|
+
cb: (err: any, data?: GetPlayerConnectionDetailsCommandOutput) => void,
|
|
1475
1418
|
): void;
|
|
1476
1419
|
listAliases(): Promise<ListAliasesCommandOutput>;
|
|
1477
1420
|
listAliases(
|
|
1478
1421
|
args: ListAliasesCommandInput,
|
|
1479
|
-
options?: __HttpHandlerOptions
|
|
1422
|
+
options?: __HttpHandlerOptions,
|
|
1480
1423
|
): Promise<ListAliasesCommandOutput>;
|
|
1481
1424
|
listAliases(
|
|
1482
1425
|
args: ListAliasesCommandInput,
|
|
1483
|
-
cb: (err: any, data?: ListAliasesCommandOutput) => void
|
|
1426
|
+
cb: (err: any, data?: ListAliasesCommandOutput) => void,
|
|
1484
1427
|
): void;
|
|
1485
1428
|
listAliases(
|
|
1486
1429
|
args: ListAliasesCommandInput,
|
|
1487
1430
|
options: __HttpHandlerOptions,
|
|
1488
|
-
cb: (err: any, data?: ListAliasesCommandOutput) => void
|
|
1431
|
+
cb: (err: any, data?: ListAliasesCommandOutput) => void,
|
|
1489
1432
|
): void;
|
|
1490
1433
|
listBuilds(): Promise<ListBuildsCommandOutput>;
|
|
1491
1434
|
listBuilds(
|
|
1492
1435
|
args: ListBuildsCommandInput,
|
|
1493
|
-
options?: __HttpHandlerOptions
|
|
1436
|
+
options?: __HttpHandlerOptions,
|
|
1494
1437
|
): Promise<ListBuildsCommandOutput>;
|
|
1495
1438
|
listBuilds(
|
|
1496
1439
|
args: ListBuildsCommandInput,
|
|
1497
|
-
cb: (err: any, data?: ListBuildsCommandOutput) => void
|
|
1440
|
+
cb: (err: any, data?: ListBuildsCommandOutput) => void,
|
|
1498
1441
|
): void;
|
|
1499
1442
|
listBuilds(
|
|
1500
1443
|
args: ListBuildsCommandInput,
|
|
1501
1444
|
options: __HttpHandlerOptions,
|
|
1502
|
-
cb: (err: any, data?: ListBuildsCommandOutput) => void
|
|
1445
|
+
cb: (err: any, data?: ListBuildsCommandOutput) => void,
|
|
1503
1446
|
): void;
|
|
1504
1447
|
listCompute(
|
|
1505
1448
|
args: ListComputeCommandInput,
|
|
1506
|
-
options?: __HttpHandlerOptions
|
|
1449
|
+
options?: __HttpHandlerOptions,
|
|
1507
1450
|
): Promise<ListComputeCommandOutput>;
|
|
1508
1451
|
listCompute(
|
|
1509
1452
|
args: ListComputeCommandInput,
|
|
1510
|
-
cb: (err: any, data?: ListComputeCommandOutput) => void
|
|
1453
|
+
cb: (err: any, data?: ListComputeCommandOutput) => void,
|
|
1511
1454
|
): void;
|
|
1512
1455
|
listCompute(
|
|
1513
1456
|
args: ListComputeCommandInput,
|
|
1514
1457
|
options: __HttpHandlerOptions,
|
|
1515
|
-
cb: (err: any, data?: ListComputeCommandOutput) => void
|
|
1458
|
+
cb: (err: any, data?: ListComputeCommandOutput) => void,
|
|
1516
1459
|
): void;
|
|
1517
1460
|
listContainerFleets(): Promise<ListContainerFleetsCommandOutput>;
|
|
1518
1461
|
listContainerFleets(
|
|
1519
1462
|
args: ListContainerFleetsCommandInput,
|
|
1520
|
-
options?: __HttpHandlerOptions
|
|
1463
|
+
options?: __HttpHandlerOptions,
|
|
1521
1464
|
): Promise<ListContainerFleetsCommandOutput>;
|
|
1522
1465
|
listContainerFleets(
|
|
1523
1466
|
args: ListContainerFleetsCommandInput,
|
|
1524
|
-
cb: (err: any, data?: ListContainerFleetsCommandOutput) => void
|
|
1467
|
+
cb: (err: any, data?: ListContainerFleetsCommandOutput) => void,
|
|
1525
1468
|
): void;
|
|
1526
1469
|
listContainerFleets(
|
|
1527
1470
|
args: ListContainerFleetsCommandInput,
|
|
1528
1471
|
options: __HttpHandlerOptions,
|
|
1529
|
-
cb: (err: any, data?: ListContainerFleetsCommandOutput) => void
|
|
1472
|
+
cb: (err: any, data?: ListContainerFleetsCommandOutput) => void,
|
|
1530
1473
|
): void;
|
|
1531
1474
|
listContainerGroupDefinitions(): Promise<ListContainerGroupDefinitionsCommandOutput>;
|
|
1532
1475
|
listContainerGroupDefinitions(
|
|
1533
1476
|
args: ListContainerGroupDefinitionsCommandInput,
|
|
1534
|
-
options?: __HttpHandlerOptions
|
|
1477
|
+
options?: __HttpHandlerOptions,
|
|
1535
1478
|
): Promise<ListContainerGroupDefinitionsCommandOutput>;
|
|
1536
1479
|
listContainerGroupDefinitions(
|
|
1537
1480
|
args: ListContainerGroupDefinitionsCommandInput,
|
|
1538
|
-
cb: (err: any, data?: ListContainerGroupDefinitionsCommandOutput) => void
|
|
1481
|
+
cb: (err: any, data?: ListContainerGroupDefinitionsCommandOutput) => void,
|
|
1539
1482
|
): void;
|
|
1540
1483
|
listContainerGroupDefinitions(
|
|
1541
1484
|
args: ListContainerGroupDefinitionsCommandInput,
|
|
1542
1485
|
options: __HttpHandlerOptions,
|
|
1543
|
-
cb: (err: any, data?: ListContainerGroupDefinitionsCommandOutput) => void
|
|
1486
|
+
cb: (err: any, data?: ListContainerGroupDefinitionsCommandOutput) => void,
|
|
1544
1487
|
): void;
|
|
1545
1488
|
listContainerGroupDefinitionVersions(
|
|
1546
1489
|
args: ListContainerGroupDefinitionVersionsCommandInput,
|
|
1547
|
-
options?: __HttpHandlerOptions
|
|
1490
|
+
options?: __HttpHandlerOptions,
|
|
1548
1491
|
): Promise<ListContainerGroupDefinitionVersionsCommandOutput>;
|
|
1549
1492
|
listContainerGroupDefinitionVersions(
|
|
1550
1493
|
args: ListContainerGroupDefinitionVersionsCommandInput,
|
|
1551
|
-
cb: (
|
|
1552
|
-
err: any,
|
|
1553
|
-
data?: ListContainerGroupDefinitionVersionsCommandOutput
|
|
1554
|
-
) => void
|
|
1494
|
+
cb: (err: any, data?: ListContainerGroupDefinitionVersionsCommandOutput) => void,
|
|
1555
1495
|
): void;
|
|
1556
1496
|
listContainerGroupDefinitionVersions(
|
|
1557
1497
|
args: ListContainerGroupDefinitionVersionsCommandInput,
|
|
1558
1498
|
options: __HttpHandlerOptions,
|
|
1559
|
-
cb: (
|
|
1560
|
-
err: any,
|
|
1561
|
-
data?: ListContainerGroupDefinitionVersionsCommandOutput
|
|
1562
|
-
) => void
|
|
1499
|
+
cb: (err: any, data?: ListContainerGroupDefinitionVersionsCommandOutput) => void,
|
|
1563
1500
|
): void;
|
|
1564
1501
|
listFleetDeployments(): Promise<ListFleetDeploymentsCommandOutput>;
|
|
1565
1502
|
listFleetDeployments(
|
|
1566
1503
|
args: ListFleetDeploymentsCommandInput,
|
|
1567
|
-
options?: __HttpHandlerOptions
|
|
1504
|
+
options?: __HttpHandlerOptions,
|
|
1568
1505
|
): Promise<ListFleetDeploymentsCommandOutput>;
|
|
1569
1506
|
listFleetDeployments(
|
|
1570
1507
|
args: ListFleetDeploymentsCommandInput,
|
|
1571
|
-
cb: (err: any, data?: ListFleetDeploymentsCommandOutput) => void
|
|
1508
|
+
cb: (err: any, data?: ListFleetDeploymentsCommandOutput) => void,
|
|
1572
1509
|
): void;
|
|
1573
1510
|
listFleetDeployments(
|
|
1574
1511
|
args: ListFleetDeploymentsCommandInput,
|
|
1575
1512
|
options: __HttpHandlerOptions,
|
|
1576
|
-
cb: (err: any, data?: ListFleetDeploymentsCommandOutput) => void
|
|
1513
|
+
cb: (err: any, data?: ListFleetDeploymentsCommandOutput) => void,
|
|
1577
1514
|
): void;
|
|
1578
1515
|
listFleets(): Promise<ListFleetsCommandOutput>;
|
|
1579
1516
|
listFleets(
|
|
1580
1517
|
args: ListFleetsCommandInput,
|
|
1581
|
-
options?: __HttpHandlerOptions
|
|
1518
|
+
options?: __HttpHandlerOptions,
|
|
1582
1519
|
): Promise<ListFleetsCommandOutput>;
|
|
1583
1520
|
listFleets(
|
|
1584
1521
|
args: ListFleetsCommandInput,
|
|
1585
|
-
cb: (err: any, data?: ListFleetsCommandOutput) => void
|
|
1522
|
+
cb: (err: any, data?: ListFleetsCommandOutput) => void,
|
|
1586
1523
|
): void;
|
|
1587
1524
|
listFleets(
|
|
1588
1525
|
args: ListFleetsCommandInput,
|
|
1589
1526
|
options: __HttpHandlerOptions,
|
|
1590
|
-
cb: (err: any, data?: ListFleetsCommandOutput) => void
|
|
1527
|
+
cb: (err: any, data?: ListFleetsCommandOutput) => void,
|
|
1591
1528
|
): void;
|
|
1592
1529
|
listGameServerGroups(): Promise<ListGameServerGroupsCommandOutput>;
|
|
1593
1530
|
listGameServerGroups(
|
|
1594
1531
|
args: ListGameServerGroupsCommandInput,
|
|
1595
|
-
options?: __HttpHandlerOptions
|
|
1532
|
+
options?: __HttpHandlerOptions,
|
|
1596
1533
|
): Promise<ListGameServerGroupsCommandOutput>;
|
|
1597
1534
|
listGameServerGroups(
|
|
1598
1535
|
args: ListGameServerGroupsCommandInput,
|
|
1599
|
-
cb: (err: any, data?: ListGameServerGroupsCommandOutput) => void
|
|
1536
|
+
cb: (err: any, data?: ListGameServerGroupsCommandOutput) => void,
|
|
1600
1537
|
): void;
|
|
1601
1538
|
listGameServerGroups(
|
|
1602
1539
|
args: ListGameServerGroupsCommandInput,
|
|
1603
1540
|
options: __HttpHandlerOptions,
|
|
1604
|
-
cb: (err: any, data?: ListGameServerGroupsCommandOutput) => void
|
|
1541
|
+
cb: (err: any, data?: ListGameServerGroupsCommandOutput) => void,
|
|
1605
1542
|
): void;
|
|
1606
1543
|
listGameServers(
|
|
1607
1544
|
args: ListGameServersCommandInput,
|
|
1608
|
-
options?: __HttpHandlerOptions
|
|
1545
|
+
options?: __HttpHandlerOptions,
|
|
1609
1546
|
): Promise<ListGameServersCommandOutput>;
|
|
1610
1547
|
listGameServers(
|
|
1611
1548
|
args: ListGameServersCommandInput,
|
|
1612
|
-
cb: (err: any, data?: ListGameServersCommandOutput) => void
|
|
1549
|
+
cb: (err: any, data?: ListGameServersCommandOutput) => void,
|
|
1613
1550
|
): void;
|
|
1614
1551
|
listGameServers(
|
|
1615
1552
|
args: ListGameServersCommandInput,
|
|
1616
1553
|
options: __HttpHandlerOptions,
|
|
1617
|
-
cb: (err: any, data?: ListGameServersCommandOutput) => void
|
|
1554
|
+
cb: (err: any, data?: ListGameServersCommandOutput) => void,
|
|
1618
1555
|
): void;
|
|
1619
1556
|
listLocations(): Promise<ListLocationsCommandOutput>;
|
|
1620
1557
|
listLocations(
|
|
1621
1558
|
args: ListLocationsCommandInput,
|
|
1622
|
-
options?: __HttpHandlerOptions
|
|
1559
|
+
options?: __HttpHandlerOptions,
|
|
1623
1560
|
): Promise<ListLocationsCommandOutput>;
|
|
1624
1561
|
listLocations(
|
|
1625
1562
|
args: ListLocationsCommandInput,
|
|
1626
|
-
cb: (err: any, data?: ListLocationsCommandOutput) => void
|
|
1563
|
+
cb: (err: any, data?: ListLocationsCommandOutput) => void,
|
|
1627
1564
|
): void;
|
|
1628
1565
|
listLocations(
|
|
1629
1566
|
args: ListLocationsCommandInput,
|
|
1630
1567
|
options: __HttpHandlerOptions,
|
|
1631
|
-
cb: (err: any, data?: ListLocationsCommandOutput) => void
|
|
1568
|
+
cb: (err: any, data?: ListLocationsCommandOutput) => void,
|
|
1632
1569
|
): void;
|
|
1633
1570
|
listScripts(): Promise<ListScriptsCommandOutput>;
|
|
1634
1571
|
listScripts(
|
|
1635
1572
|
args: ListScriptsCommandInput,
|
|
1636
|
-
options?: __HttpHandlerOptions
|
|
1573
|
+
options?: __HttpHandlerOptions,
|
|
1637
1574
|
): Promise<ListScriptsCommandOutput>;
|
|
1638
1575
|
listScripts(
|
|
1639
1576
|
args: ListScriptsCommandInput,
|
|
1640
|
-
cb: (err: any, data?: ListScriptsCommandOutput) => void
|
|
1577
|
+
cb: (err: any, data?: ListScriptsCommandOutput) => void,
|
|
1641
1578
|
): void;
|
|
1642
1579
|
listScripts(
|
|
1643
1580
|
args: ListScriptsCommandInput,
|
|
1644
1581
|
options: __HttpHandlerOptions,
|
|
1645
|
-
cb: (err: any, data?: ListScriptsCommandOutput) => void
|
|
1582
|
+
cb: (err: any, data?: ListScriptsCommandOutput) => void,
|
|
1646
1583
|
): void;
|
|
1647
1584
|
listTagsForResource(
|
|
1648
1585
|
args: ListTagsForResourceCommandInput,
|
|
1649
|
-
options?: __HttpHandlerOptions
|
|
1586
|
+
options?: __HttpHandlerOptions,
|
|
1650
1587
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
1651
1588
|
listTagsForResource(
|
|
1652
1589
|
args: ListTagsForResourceCommandInput,
|
|
1653
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1590
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
1654
1591
|
): void;
|
|
1655
1592
|
listTagsForResource(
|
|
1656
1593
|
args: ListTagsForResourceCommandInput,
|
|
1657
1594
|
options: __HttpHandlerOptions,
|
|
1658
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1595
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
1659
1596
|
): void;
|
|
1660
1597
|
putScalingPolicy(
|
|
1661
1598
|
args: PutScalingPolicyCommandInput,
|
|
1662
|
-
options?: __HttpHandlerOptions
|
|
1599
|
+
options?: __HttpHandlerOptions,
|
|
1663
1600
|
): Promise<PutScalingPolicyCommandOutput>;
|
|
1664
1601
|
putScalingPolicy(
|
|
1665
1602
|
args: PutScalingPolicyCommandInput,
|
|
1666
|
-
cb: (err: any, data?: PutScalingPolicyCommandOutput) => void
|
|
1603
|
+
cb: (err: any, data?: PutScalingPolicyCommandOutput) => void,
|
|
1667
1604
|
): void;
|
|
1668
1605
|
putScalingPolicy(
|
|
1669
1606
|
args: PutScalingPolicyCommandInput,
|
|
1670
1607
|
options: __HttpHandlerOptions,
|
|
1671
|
-
cb: (err: any, data?: PutScalingPolicyCommandOutput) => void
|
|
1608
|
+
cb: (err: any, data?: PutScalingPolicyCommandOutput) => void,
|
|
1672
1609
|
): void;
|
|
1673
1610
|
registerCompute(
|
|
1674
1611
|
args: RegisterComputeCommandInput,
|
|
1675
|
-
options?: __HttpHandlerOptions
|
|
1612
|
+
options?: __HttpHandlerOptions,
|
|
1676
1613
|
): Promise<RegisterComputeCommandOutput>;
|
|
1677
1614
|
registerCompute(
|
|
1678
1615
|
args: RegisterComputeCommandInput,
|
|
1679
|
-
cb: (err: any, data?: RegisterComputeCommandOutput) => void
|
|
1616
|
+
cb: (err: any, data?: RegisterComputeCommandOutput) => void,
|
|
1680
1617
|
): void;
|
|
1681
1618
|
registerCompute(
|
|
1682
1619
|
args: RegisterComputeCommandInput,
|
|
1683
1620
|
options: __HttpHandlerOptions,
|
|
1684
|
-
cb: (err: any, data?: RegisterComputeCommandOutput) => void
|
|
1621
|
+
cb: (err: any, data?: RegisterComputeCommandOutput) => void,
|
|
1685
1622
|
): void;
|
|
1686
1623
|
registerGameServer(
|
|
1687
1624
|
args: RegisterGameServerCommandInput,
|
|
1688
|
-
options?: __HttpHandlerOptions
|
|
1625
|
+
options?: __HttpHandlerOptions,
|
|
1689
1626
|
): Promise<RegisterGameServerCommandOutput>;
|
|
1690
1627
|
registerGameServer(
|
|
1691
1628
|
args: RegisterGameServerCommandInput,
|
|
1692
|
-
cb: (err: any, data?: RegisterGameServerCommandOutput) => void
|
|
1629
|
+
cb: (err: any, data?: RegisterGameServerCommandOutput) => void,
|
|
1693
1630
|
): void;
|
|
1694
1631
|
registerGameServer(
|
|
1695
1632
|
args: RegisterGameServerCommandInput,
|
|
1696
1633
|
options: __HttpHandlerOptions,
|
|
1697
|
-
cb: (err: any, data?: RegisterGameServerCommandOutput) => void
|
|
1634
|
+
cb: (err: any, data?: RegisterGameServerCommandOutput) => void,
|
|
1698
1635
|
): void;
|
|
1699
1636
|
requestUploadCredentials(
|
|
1700
1637
|
args: RequestUploadCredentialsCommandInput,
|
|
1701
|
-
options?: __HttpHandlerOptions
|
|
1638
|
+
options?: __HttpHandlerOptions,
|
|
1702
1639
|
): Promise<RequestUploadCredentialsCommandOutput>;
|
|
1703
1640
|
requestUploadCredentials(
|
|
1704
1641
|
args: RequestUploadCredentialsCommandInput,
|
|
1705
|
-
cb: (err: any, data?: RequestUploadCredentialsCommandOutput) => void
|
|
1642
|
+
cb: (err: any, data?: RequestUploadCredentialsCommandOutput) => void,
|
|
1706
1643
|
): void;
|
|
1707
1644
|
requestUploadCredentials(
|
|
1708
1645
|
args: RequestUploadCredentialsCommandInput,
|
|
1709
1646
|
options: __HttpHandlerOptions,
|
|
1710
|
-
cb: (err: any, data?: RequestUploadCredentialsCommandOutput) => void
|
|
1647
|
+
cb: (err: any, data?: RequestUploadCredentialsCommandOutput) => void,
|
|
1711
1648
|
): void;
|
|
1712
1649
|
resolveAlias(
|
|
1713
1650
|
args: ResolveAliasCommandInput,
|
|
1714
|
-
options?: __HttpHandlerOptions
|
|
1651
|
+
options?: __HttpHandlerOptions,
|
|
1715
1652
|
): Promise<ResolveAliasCommandOutput>;
|
|
1716
1653
|
resolveAlias(
|
|
1717
1654
|
args: ResolveAliasCommandInput,
|
|
1718
|
-
cb: (err: any, data?: ResolveAliasCommandOutput) => void
|
|
1655
|
+
cb: (err: any, data?: ResolveAliasCommandOutput) => void,
|
|
1719
1656
|
): void;
|
|
1720
1657
|
resolveAlias(
|
|
1721
1658
|
args: ResolveAliasCommandInput,
|
|
1722
1659
|
options: __HttpHandlerOptions,
|
|
1723
|
-
cb: (err: any, data?: ResolveAliasCommandOutput) => void
|
|
1660
|
+
cb: (err: any, data?: ResolveAliasCommandOutput) => void,
|
|
1724
1661
|
): void;
|
|
1725
1662
|
resumeGameServerGroup(
|
|
1726
1663
|
args: ResumeGameServerGroupCommandInput,
|
|
1727
|
-
options?: __HttpHandlerOptions
|
|
1664
|
+
options?: __HttpHandlerOptions,
|
|
1728
1665
|
): Promise<ResumeGameServerGroupCommandOutput>;
|
|
1729
1666
|
resumeGameServerGroup(
|
|
1730
1667
|
args: ResumeGameServerGroupCommandInput,
|
|
1731
|
-
cb: (err: any, data?: ResumeGameServerGroupCommandOutput) => void
|
|
1668
|
+
cb: (err: any, data?: ResumeGameServerGroupCommandOutput) => void,
|
|
1732
1669
|
): void;
|
|
1733
1670
|
resumeGameServerGroup(
|
|
1734
1671
|
args: ResumeGameServerGroupCommandInput,
|
|
1735
1672
|
options: __HttpHandlerOptions,
|
|
1736
|
-
cb: (err: any, data?: ResumeGameServerGroupCommandOutput) => void
|
|
1673
|
+
cb: (err: any, data?: ResumeGameServerGroupCommandOutput) => void,
|
|
1737
1674
|
): void;
|
|
1738
1675
|
searchGameSessions(): Promise<SearchGameSessionsCommandOutput>;
|
|
1739
1676
|
searchGameSessions(
|
|
1740
1677
|
args: SearchGameSessionsCommandInput,
|
|
1741
|
-
options?: __HttpHandlerOptions
|
|
1678
|
+
options?: __HttpHandlerOptions,
|
|
1742
1679
|
): Promise<SearchGameSessionsCommandOutput>;
|
|
1743
1680
|
searchGameSessions(
|
|
1744
1681
|
args: SearchGameSessionsCommandInput,
|
|
1745
|
-
cb: (err: any, data?: SearchGameSessionsCommandOutput) => void
|
|
1682
|
+
cb: (err: any, data?: SearchGameSessionsCommandOutput) => void,
|
|
1746
1683
|
): void;
|
|
1747
1684
|
searchGameSessions(
|
|
1748
1685
|
args: SearchGameSessionsCommandInput,
|
|
1749
1686
|
options: __HttpHandlerOptions,
|
|
1750
|
-
cb: (err: any, data?: SearchGameSessionsCommandOutput) => void
|
|
1687
|
+
cb: (err: any, data?: SearchGameSessionsCommandOutput) => void,
|
|
1751
1688
|
): void;
|
|
1752
1689
|
startFleetActions(
|
|
1753
1690
|
args: StartFleetActionsCommandInput,
|
|
1754
|
-
options?: __HttpHandlerOptions
|
|
1691
|
+
options?: __HttpHandlerOptions,
|
|
1755
1692
|
): Promise<StartFleetActionsCommandOutput>;
|
|
1756
1693
|
startFleetActions(
|
|
1757
1694
|
args: StartFleetActionsCommandInput,
|
|
1758
|
-
cb: (err: any, data?: StartFleetActionsCommandOutput) => void
|
|
1695
|
+
cb: (err: any, data?: StartFleetActionsCommandOutput) => void,
|
|
1759
1696
|
): void;
|
|
1760
1697
|
startFleetActions(
|
|
1761
1698
|
args: StartFleetActionsCommandInput,
|
|
1762
1699
|
options: __HttpHandlerOptions,
|
|
1763
|
-
cb: (err: any, data?: StartFleetActionsCommandOutput) => void
|
|
1700
|
+
cb: (err: any, data?: StartFleetActionsCommandOutput) => void,
|
|
1764
1701
|
): void;
|
|
1765
1702
|
startGameSessionPlacement(
|
|
1766
1703
|
args: StartGameSessionPlacementCommandInput,
|
|
1767
|
-
options?: __HttpHandlerOptions
|
|
1704
|
+
options?: __HttpHandlerOptions,
|
|
1768
1705
|
): Promise<StartGameSessionPlacementCommandOutput>;
|
|
1769
1706
|
startGameSessionPlacement(
|
|
1770
1707
|
args: StartGameSessionPlacementCommandInput,
|
|
1771
|
-
cb: (err: any, data?: StartGameSessionPlacementCommandOutput) => void
|
|
1708
|
+
cb: (err: any, data?: StartGameSessionPlacementCommandOutput) => void,
|
|
1772
1709
|
): void;
|
|
1773
1710
|
startGameSessionPlacement(
|
|
1774
1711
|
args: StartGameSessionPlacementCommandInput,
|
|
1775
1712
|
options: __HttpHandlerOptions,
|
|
1776
|
-
cb: (err: any, data?: StartGameSessionPlacementCommandOutput) => void
|
|
1713
|
+
cb: (err: any, data?: StartGameSessionPlacementCommandOutput) => void,
|
|
1777
1714
|
): void;
|
|
1778
1715
|
startMatchBackfill(
|
|
1779
1716
|
args: StartMatchBackfillCommandInput,
|
|
1780
|
-
options?: __HttpHandlerOptions
|
|
1717
|
+
options?: __HttpHandlerOptions,
|
|
1781
1718
|
): Promise<StartMatchBackfillCommandOutput>;
|
|
1782
1719
|
startMatchBackfill(
|
|
1783
1720
|
args: StartMatchBackfillCommandInput,
|
|
1784
|
-
cb: (err: any, data?: StartMatchBackfillCommandOutput) => void
|
|
1721
|
+
cb: (err: any, data?: StartMatchBackfillCommandOutput) => void,
|
|
1785
1722
|
): void;
|
|
1786
1723
|
startMatchBackfill(
|
|
1787
1724
|
args: StartMatchBackfillCommandInput,
|
|
1788
1725
|
options: __HttpHandlerOptions,
|
|
1789
|
-
cb: (err: any, data?: StartMatchBackfillCommandOutput) => void
|
|
1726
|
+
cb: (err: any, data?: StartMatchBackfillCommandOutput) => void,
|
|
1790
1727
|
): void;
|
|
1791
1728
|
startMatchmaking(
|
|
1792
1729
|
args: StartMatchmakingCommandInput,
|
|
1793
|
-
options?: __HttpHandlerOptions
|
|
1730
|
+
options?: __HttpHandlerOptions,
|
|
1794
1731
|
): Promise<StartMatchmakingCommandOutput>;
|
|
1795
1732
|
startMatchmaking(
|
|
1796
1733
|
args: StartMatchmakingCommandInput,
|
|
1797
|
-
cb: (err: any, data?: StartMatchmakingCommandOutput) => void
|
|
1734
|
+
cb: (err: any, data?: StartMatchmakingCommandOutput) => void,
|
|
1798
1735
|
): void;
|
|
1799
1736
|
startMatchmaking(
|
|
1800
1737
|
args: StartMatchmakingCommandInput,
|
|
1801
1738
|
options: __HttpHandlerOptions,
|
|
1802
|
-
cb: (err: any, data?: StartMatchmakingCommandOutput) => void
|
|
1739
|
+
cb: (err: any, data?: StartMatchmakingCommandOutput) => void,
|
|
1803
1740
|
): void;
|
|
1804
1741
|
stopFleetActions(
|
|
1805
1742
|
args: StopFleetActionsCommandInput,
|
|
1806
|
-
options?: __HttpHandlerOptions
|
|
1743
|
+
options?: __HttpHandlerOptions,
|
|
1807
1744
|
): Promise<StopFleetActionsCommandOutput>;
|
|
1808
1745
|
stopFleetActions(
|
|
1809
1746
|
args: StopFleetActionsCommandInput,
|
|
1810
|
-
cb: (err: any, data?: StopFleetActionsCommandOutput) => void
|
|
1747
|
+
cb: (err: any, data?: StopFleetActionsCommandOutput) => void,
|
|
1811
1748
|
): void;
|
|
1812
1749
|
stopFleetActions(
|
|
1813
1750
|
args: StopFleetActionsCommandInput,
|
|
1814
1751
|
options: __HttpHandlerOptions,
|
|
1815
|
-
cb: (err: any, data?: StopFleetActionsCommandOutput) => void
|
|
1752
|
+
cb: (err: any, data?: StopFleetActionsCommandOutput) => void,
|
|
1816
1753
|
): void;
|
|
1817
1754
|
stopGameSessionPlacement(
|
|
1818
1755
|
args: StopGameSessionPlacementCommandInput,
|
|
1819
|
-
options?: __HttpHandlerOptions
|
|
1756
|
+
options?: __HttpHandlerOptions,
|
|
1820
1757
|
): Promise<StopGameSessionPlacementCommandOutput>;
|
|
1821
1758
|
stopGameSessionPlacement(
|
|
1822
1759
|
args: StopGameSessionPlacementCommandInput,
|
|
1823
|
-
cb: (err: any, data?: StopGameSessionPlacementCommandOutput) => void
|
|
1760
|
+
cb: (err: any, data?: StopGameSessionPlacementCommandOutput) => void,
|
|
1824
1761
|
): void;
|
|
1825
1762
|
stopGameSessionPlacement(
|
|
1826
1763
|
args: StopGameSessionPlacementCommandInput,
|
|
1827
1764
|
options: __HttpHandlerOptions,
|
|
1828
|
-
cb: (err: any, data?: StopGameSessionPlacementCommandOutput) => void
|
|
1765
|
+
cb: (err: any, data?: StopGameSessionPlacementCommandOutput) => void,
|
|
1829
1766
|
): void;
|
|
1830
1767
|
stopMatchmaking(
|
|
1831
1768
|
args: StopMatchmakingCommandInput,
|
|
1832
|
-
options?: __HttpHandlerOptions
|
|
1769
|
+
options?: __HttpHandlerOptions,
|
|
1833
1770
|
): Promise<StopMatchmakingCommandOutput>;
|
|
1834
1771
|
stopMatchmaking(
|
|
1835
1772
|
args: StopMatchmakingCommandInput,
|
|
1836
|
-
cb: (err: any, data?: StopMatchmakingCommandOutput) => void
|
|
1773
|
+
cb: (err: any, data?: StopMatchmakingCommandOutput) => void,
|
|
1837
1774
|
): void;
|
|
1838
1775
|
stopMatchmaking(
|
|
1839
1776
|
args: StopMatchmakingCommandInput,
|
|
1840
1777
|
options: __HttpHandlerOptions,
|
|
1841
|
-
cb: (err: any, data?: StopMatchmakingCommandOutput) => void
|
|
1778
|
+
cb: (err: any, data?: StopMatchmakingCommandOutput) => void,
|
|
1842
1779
|
): void;
|
|
1843
1780
|
suspendGameServerGroup(
|
|
1844
1781
|
args: SuspendGameServerGroupCommandInput,
|
|
1845
|
-
options?: __HttpHandlerOptions
|
|
1782
|
+
options?: __HttpHandlerOptions,
|
|
1846
1783
|
): Promise<SuspendGameServerGroupCommandOutput>;
|
|
1847
1784
|
suspendGameServerGroup(
|
|
1848
1785
|
args: SuspendGameServerGroupCommandInput,
|
|
1849
|
-
cb: (err: any, data?: SuspendGameServerGroupCommandOutput) => void
|
|
1786
|
+
cb: (err: any, data?: SuspendGameServerGroupCommandOutput) => void,
|
|
1850
1787
|
): void;
|
|
1851
1788
|
suspendGameServerGroup(
|
|
1852
1789
|
args: SuspendGameServerGroupCommandInput,
|
|
1853
1790
|
options: __HttpHandlerOptions,
|
|
1854
|
-
cb: (err: any, data?: SuspendGameServerGroupCommandOutput) => void
|
|
1791
|
+
cb: (err: any, data?: SuspendGameServerGroupCommandOutput) => void,
|
|
1855
1792
|
): void;
|
|
1856
1793
|
tagResource(
|
|
1857
1794
|
args: TagResourceCommandInput,
|
|
1858
|
-
options?: __HttpHandlerOptions
|
|
1795
|
+
options?: __HttpHandlerOptions,
|
|
1859
1796
|
): Promise<TagResourceCommandOutput>;
|
|
1860
1797
|
tagResource(
|
|
1861
1798
|
args: TagResourceCommandInput,
|
|
1862
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1799
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
1863
1800
|
): void;
|
|
1864
1801
|
tagResource(
|
|
1865
1802
|
args: TagResourceCommandInput,
|
|
1866
1803
|
options: __HttpHandlerOptions,
|
|
1867
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1804
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
1868
1805
|
): void;
|
|
1869
1806
|
terminateGameSession(
|
|
1870
1807
|
args: TerminateGameSessionCommandInput,
|
|
1871
|
-
options?: __HttpHandlerOptions
|
|
1808
|
+
options?: __HttpHandlerOptions,
|
|
1872
1809
|
): Promise<TerminateGameSessionCommandOutput>;
|
|
1873
1810
|
terminateGameSession(
|
|
1874
1811
|
args: TerminateGameSessionCommandInput,
|
|
1875
|
-
cb: (err: any, data?: TerminateGameSessionCommandOutput) => void
|
|
1812
|
+
cb: (err: any, data?: TerminateGameSessionCommandOutput) => void,
|
|
1876
1813
|
): void;
|
|
1877
1814
|
terminateGameSession(
|
|
1878
1815
|
args: TerminateGameSessionCommandInput,
|
|
1879
1816
|
options: __HttpHandlerOptions,
|
|
1880
|
-
cb: (err: any, data?: TerminateGameSessionCommandOutput) => void
|
|
1817
|
+
cb: (err: any, data?: TerminateGameSessionCommandOutput) => void,
|
|
1881
1818
|
): void;
|
|
1882
1819
|
untagResource(
|
|
1883
1820
|
args: UntagResourceCommandInput,
|
|
1884
|
-
options?: __HttpHandlerOptions
|
|
1821
|
+
options?: __HttpHandlerOptions,
|
|
1885
1822
|
): Promise<UntagResourceCommandOutput>;
|
|
1886
1823
|
untagResource(
|
|
1887
1824
|
args: UntagResourceCommandInput,
|
|
1888
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1825
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1889
1826
|
): void;
|
|
1890
1827
|
untagResource(
|
|
1891
1828
|
args: UntagResourceCommandInput,
|
|
1892
1829
|
options: __HttpHandlerOptions,
|
|
1893
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1830
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1894
1831
|
): void;
|
|
1895
1832
|
updateAlias(
|
|
1896
1833
|
args: UpdateAliasCommandInput,
|
|
1897
|
-
options?: __HttpHandlerOptions
|
|
1834
|
+
options?: __HttpHandlerOptions,
|
|
1898
1835
|
): Promise<UpdateAliasCommandOutput>;
|
|
1899
1836
|
updateAlias(
|
|
1900
1837
|
args: UpdateAliasCommandInput,
|
|
1901
|
-
cb: (err: any, data?: UpdateAliasCommandOutput) => void
|
|
1838
|
+
cb: (err: any, data?: UpdateAliasCommandOutput) => void,
|
|
1902
1839
|
): void;
|
|
1903
1840
|
updateAlias(
|
|
1904
1841
|
args: UpdateAliasCommandInput,
|
|
1905
1842
|
options: __HttpHandlerOptions,
|
|
1906
|
-
cb: (err: any, data?: UpdateAliasCommandOutput) => void
|
|
1843
|
+
cb: (err: any, data?: UpdateAliasCommandOutput) => void,
|
|
1907
1844
|
): void;
|
|
1908
1845
|
updateBuild(
|
|
1909
1846
|
args: UpdateBuildCommandInput,
|
|
1910
|
-
options?: __HttpHandlerOptions
|
|
1847
|
+
options?: __HttpHandlerOptions,
|
|
1911
1848
|
): Promise<UpdateBuildCommandOutput>;
|
|
1912
1849
|
updateBuild(
|
|
1913
1850
|
args: UpdateBuildCommandInput,
|
|
1914
|
-
cb: (err: any, data?: UpdateBuildCommandOutput) => void
|
|
1851
|
+
cb: (err: any, data?: UpdateBuildCommandOutput) => void,
|
|
1915
1852
|
): void;
|
|
1916
1853
|
updateBuild(
|
|
1917
1854
|
args: UpdateBuildCommandInput,
|
|
1918
1855
|
options: __HttpHandlerOptions,
|
|
1919
|
-
cb: (err: any, data?: UpdateBuildCommandOutput) => void
|
|
1856
|
+
cb: (err: any, data?: UpdateBuildCommandOutput) => void,
|
|
1920
1857
|
): void;
|
|
1921
1858
|
updateContainerFleet(
|
|
1922
1859
|
args: UpdateContainerFleetCommandInput,
|
|
1923
|
-
options?: __HttpHandlerOptions
|
|
1860
|
+
options?: __HttpHandlerOptions,
|
|
1924
1861
|
): Promise<UpdateContainerFleetCommandOutput>;
|
|
1925
1862
|
updateContainerFleet(
|
|
1926
1863
|
args: UpdateContainerFleetCommandInput,
|
|
1927
|
-
cb: (err: any, data?: UpdateContainerFleetCommandOutput) => void
|
|
1864
|
+
cb: (err: any, data?: UpdateContainerFleetCommandOutput) => void,
|
|
1928
1865
|
): void;
|
|
1929
1866
|
updateContainerFleet(
|
|
1930
1867
|
args: UpdateContainerFleetCommandInput,
|
|
1931
1868
|
options: __HttpHandlerOptions,
|
|
1932
|
-
cb: (err: any, data?: UpdateContainerFleetCommandOutput) => void
|
|
1869
|
+
cb: (err: any, data?: UpdateContainerFleetCommandOutput) => void,
|
|
1933
1870
|
): void;
|
|
1934
1871
|
updateContainerGroupDefinition(
|
|
1935
1872
|
args: UpdateContainerGroupDefinitionCommandInput,
|
|
1936
|
-
options?: __HttpHandlerOptions
|
|
1873
|
+
options?: __HttpHandlerOptions,
|
|
1937
1874
|
): Promise<UpdateContainerGroupDefinitionCommandOutput>;
|
|
1938
1875
|
updateContainerGroupDefinition(
|
|
1939
1876
|
args: UpdateContainerGroupDefinitionCommandInput,
|
|
1940
|
-
cb: (err: any, data?: UpdateContainerGroupDefinitionCommandOutput) => void
|
|
1877
|
+
cb: (err: any, data?: UpdateContainerGroupDefinitionCommandOutput) => void,
|
|
1941
1878
|
): void;
|
|
1942
1879
|
updateContainerGroupDefinition(
|
|
1943
1880
|
args: UpdateContainerGroupDefinitionCommandInput,
|
|
1944
1881
|
options: __HttpHandlerOptions,
|
|
1945
|
-
cb: (err: any, data?: UpdateContainerGroupDefinitionCommandOutput) => void
|
|
1882
|
+
cb: (err: any, data?: UpdateContainerGroupDefinitionCommandOutput) => void,
|
|
1946
1883
|
): void;
|
|
1947
1884
|
updateFleetAttributes(
|
|
1948
1885
|
args: UpdateFleetAttributesCommandInput,
|
|
1949
|
-
options?: __HttpHandlerOptions
|
|
1886
|
+
options?: __HttpHandlerOptions,
|
|
1950
1887
|
): Promise<UpdateFleetAttributesCommandOutput>;
|
|
1951
1888
|
updateFleetAttributes(
|
|
1952
1889
|
args: UpdateFleetAttributesCommandInput,
|
|
1953
|
-
cb: (err: any, data?: UpdateFleetAttributesCommandOutput) => void
|
|
1890
|
+
cb: (err: any, data?: UpdateFleetAttributesCommandOutput) => void,
|
|
1954
1891
|
): void;
|
|
1955
1892
|
updateFleetAttributes(
|
|
1956
1893
|
args: UpdateFleetAttributesCommandInput,
|
|
1957
1894
|
options: __HttpHandlerOptions,
|
|
1958
|
-
cb: (err: any, data?: UpdateFleetAttributesCommandOutput) => void
|
|
1895
|
+
cb: (err: any, data?: UpdateFleetAttributesCommandOutput) => void,
|
|
1959
1896
|
): void;
|
|
1960
1897
|
updateFleetCapacity(
|
|
1961
1898
|
args: UpdateFleetCapacityCommandInput,
|
|
1962
|
-
options?: __HttpHandlerOptions
|
|
1899
|
+
options?: __HttpHandlerOptions,
|
|
1963
1900
|
): Promise<UpdateFleetCapacityCommandOutput>;
|
|
1964
1901
|
updateFleetCapacity(
|
|
1965
1902
|
args: UpdateFleetCapacityCommandInput,
|
|
1966
|
-
cb: (err: any, data?: UpdateFleetCapacityCommandOutput) => void
|
|
1903
|
+
cb: (err: any, data?: UpdateFleetCapacityCommandOutput) => void,
|
|
1967
1904
|
): void;
|
|
1968
1905
|
updateFleetCapacity(
|
|
1969
1906
|
args: UpdateFleetCapacityCommandInput,
|
|
1970
1907
|
options: __HttpHandlerOptions,
|
|
1971
|
-
cb: (err: any, data?: UpdateFleetCapacityCommandOutput) => void
|
|
1908
|
+
cb: (err: any, data?: UpdateFleetCapacityCommandOutput) => void,
|
|
1972
1909
|
): void;
|
|
1973
1910
|
updateFleetPortSettings(
|
|
1974
1911
|
args: UpdateFleetPortSettingsCommandInput,
|
|
1975
|
-
options?: __HttpHandlerOptions
|
|
1912
|
+
options?: __HttpHandlerOptions,
|
|
1976
1913
|
): Promise<UpdateFleetPortSettingsCommandOutput>;
|
|
1977
1914
|
updateFleetPortSettings(
|
|
1978
1915
|
args: UpdateFleetPortSettingsCommandInput,
|
|
1979
|
-
cb: (err: any, data?: UpdateFleetPortSettingsCommandOutput) => void
|
|
1916
|
+
cb: (err: any, data?: UpdateFleetPortSettingsCommandOutput) => void,
|
|
1980
1917
|
): void;
|
|
1981
1918
|
updateFleetPortSettings(
|
|
1982
1919
|
args: UpdateFleetPortSettingsCommandInput,
|
|
1983
1920
|
options: __HttpHandlerOptions,
|
|
1984
|
-
cb: (err: any, data?: UpdateFleetPortSettingsCommandOutput) => void
|
|
1921
|
+
cb: (err: any, data?: UpdateFleetPortSettingsCommandOutput) => void,
|
|
1985
1922
|
): void;
|
|
1986
1923
|
updateGameServer(
|
|
1987
1924
|
args: UpdateGameServerCommandInput,
|
|
1988
|
-
options?: __HttpHandlerOptions
|
|
1925
|
+
options?: __HttpHandlerOptions,
|
|
1989
1926
|
): Promise<UpdateGameServerCommandOutput>;
|
|
1990
1927
|
updateGameServer(
|
|
1991
1928
|
args: UpdateGameServerCommandInput,
|
|
1992
|
-
cb: (err: any, data?: UpdateGameServerCommandOutput) => void
|
|
1929
|
+
cb: (err: any, data?: UpdateGameServerCommandOutput) => void,
|
|
1993
1930
|
): void;
|
|
1994
1931
|
updateGameServer(
|
|
1995
1932
|
args: UpdateGameServerCommandInput,
|
|
1996
1933
|
options: __HttpHandlerOptions,
|
|
1997
|
-
cb: (err: any, data?: UpdateGameServerCommandOutput) => void
|
|
1934
|
+
cb: (err: any, data?: UpdateGameServerCommandOutput) => void,
|
|
1998
1935
|
): void;
|
|
1999
1936
|
updateGameServerGroup(
|
|
2000
1937
|
args: UpdateGameServerGroupCommandInput,
|
|
2001
|
-
options?: __HttpHandlerOptions
|
|
1938
|
+
options?: __HttpHandlerOptions,
|
|
2002
1939
|
): Promise<UpdateGameServerGroupCommandOutput>;
|
|
2003
1940
|
updateGameServerGroup(
|
|
2004
1941
|
args: UpdateGameServerGroupCommandInput,
|
|
2005
|
-
cb: (err: any, data?: UpdateGameServerGroupCommandOutput) => void
|
|
1942
|
+
cb: (err: any, data?: UpdateGameServerGroupCommandOutput) => void,
|
|
2006
1943
|
): void;
|
|
2007
1944
|
updateGameServerGroup(
|
|
2008
1945
|
args: UpdateGameServerGroupCommandInput,
|
|
2009
1946
|
options: __HttpHandlerOptions,
|
|
2010
|
-
cb: (err: any, data?: UpdateGameServerGroupCommandOutput) => void
|
|
1947
|
+
cb: (err: any, data?: UpdateGameServerGroupCommandOutput) => void,
|
|
2011
1948
|
): void;
|
|
2012
1949
|
updateGameSession(
|
|
2013
1950
|
args: UpdateGameSessionCommandInput,
|
|
2014
|
-
options?: __HttpHandlerOptions
|
|
1951
|
+
options?: __HttpHandlerOptions,
|
|
2015
1952
|
): Promise<UpdateGameSessionCommandOutput>;
|
|
2016
1953
|
updateGameSession(
|
|
2017
1954
|
args: UpdateGameSessionCommandInput,
|
|
2018
|
-
cb: (err: any, data?: UpdateGameSessionCommandOutput) => void
|
|
1955
|
+
cb: (err: any, data?: UpdateGameSessionCommandOutput) => void,
|
|
2019
1956
|
): void;
|
|
2020
1957
|
updateGameSession(
|
|
2021
1958
|
args: UpdateGameSessionCommandInput,
|
|
2022
1959
|
options: __HttpHandlerOptions,
|
|
2023
|
-
cb: (err: any, data?: UpdateGameSessionCommandOutput) => void
|
|
1960
|
+
cb: (err: any, data?: UpdateGameSessionCommandOutput) => void,
|
|
2024
1961
|
): void;
|
|
2025
1962
|
updateGameSessionQueue(
|
|
2026
1963
|
args: UpdateGameSessionQueueCommandInput,
|
|
2027
|
-
options?: __HttpHandlerOptions
|
|
1964
|
+
options?: __HttpHandlerOptions,
|
|
2028
1965
|
): Promise<UpdateGameSessionQueueCommandOutput>;
|
|
2029
1966
|
updateGameSessionQueue(
|
|
2030
1967
|
args: UpdateGameSessionQueueCommandInput,
|
|
2031
|
-
cb: (err: any, data?: UpdateGameSessionQueueCommandOutput) => void
|
|
1968
|
+
cb: (err: any, data?: UpdateGameSessionQueueCommandOutput) => void,
|
|
2032
1969
|
): void;
|
|
2033
1970
|
updateGameSessionQueue(
|
|
2034
1971
|
args: UpdateGameSessionQueueCommandInput,
|
|
2035
1972
|
options: __HttpHandlerOptions,
|
|
2036
|
-
cb: (err: any, data?: UpdateGameSessionQueueCommandOutput) => void
|
|
1973
|
+
cb: (err: any, data?: UpdateGameSessionQueueCommandOutput) => void,
|
|
2037
1974
|
): void;
|
|
2038
1975
|
updateMatchmakingConfiguration(
|
|
2039
1976
|
args: UpdateMatchmakingConfigurationCommandInput,
|
|
2040
|
-
options?: __HttpHandlerOptions
|
|
1977
|
+
options?: __HttpHandlerOptions,
|
|
2041
1978
|
): Promise<UpdateMatchmakingConfigurationCommandOutput>;
|
|
2042
1979
|
updateMatchmakingConfiguration(
|
|
2043
1980
|
args: UpdateMatchmakingConfigurationCommandInput,
|
|
2044
|
-
cb: (err: any, data?: UpdateMatchmakingConfigurationCommandOutput) => void
|
|
1981
|
+
cb: (err: any, data?: UpdateMatchmakingConfigurationCommandOutput) => void,
|
|
2045
1982
|
): void;
|
|
2046
1983
|
updateMatchmakingConfiguration(
|
|
2047
1984
|
args: UpdateMatchmakingConfigurationCommandInput,
|
|
2048
1985
|
options: __HttpHandlerOptions,
|
|
2049
|
-
cb: (err: any, data?: UpdateMatchmakingConfigurationCommandOutput) => void
|
|
1986
|
+
cb: (err: any, data?: UpdateMatchmakingConfigurationCommandOutput) => void,
|
|
2050
1987
|
): void;
|
|
2051
1988
|
updateRuntimeConfiguration(
|
|
2052
1989
|
args: UpdateRuntimeConfigurationCommandInput,
|
|
2053
|
-
options?: __HttpHandlerOptions
|
|
1990
|
+
options?: __HttpHandlerOptions,
|
|
2054
1991
|
): Promise<UpdateRuntimeConfigurationCommandOutput>;
|
|
2055
1992
|
updateRuntimeConfiguration(
|
|
2056
1993
|
args: UpdateRuntimeConfigurationCommandInput,
|
|
2057
|
-
cb: (err: any, data?: UpdateRuntimeConfigurationCommandOutput) => void
|
|
1994
|
+
cb: (err: any, data?: UpdateRuntimeConfigurationCommandOutput) => void,
|
|
2058
1995
|
): void;
|
|
2059
1996
|
updateRuntimeConfiguration(
|
|
2060
1997
|
args: UpdateRuntimeConfigurationCommandInput,
|
|
2061
1998
|
options: __HttpHandlerOptions,
|
|
2062
|
-
cb: (err: any, data?: UpdateRuntimeConfigurationCommandOutput) => void
|
|
1999
|
+
cb: (err: any, data?: UpdateRuntimeConfigurationCommandOutput) => void,
|
|
2063
2000
|
): void;
|
|
2064
2001
|
updateScript(
|
|
2065
2002
|
args: UpdateScriptCommandInput,
|
|
2066
|
-
options?: __HttpHandlerOptions
|
|
2003
|
+
options?: __HttpHandlerOptions,
|
|
2067
2004
|
): Promise<UpdateScriptCommandOutput>;
|
|
2068
2005
|
updateScript(
|
|
2069
2006
|
args: UpdateScriptCommandInput,
|
|
2070
|
-
cb: (err: any, data?: UpdateScriptCommandOutput) => void
|
|
2007
|
+
cb: (err: any, data?: UpdateScriptCommandOutput) => void,
|
|
2071
2008
|
): void;
|
|
2072
2009
|
updateScript(
|
|
2073
2010
|
args: UpdateScriptCommandInput,
|
|
2074
2011
|
options: __HttpHandlerOptions,
|
|
2075
|
-
cb: (err: any, data?: UpdateScriptCommandOutput) => void
|
|
2012
|
+
cb: (err: any, data?: UpdateScriptCommandOutput) => void,
|
|
2076
2013
|
): void;
|
|
2077
2014
|
validateMatchmakingRuleSet(
|
|
2078
2015
|
args: ValidateMatchmakingRuleSetCommandInput,
|
|
2079
|
-
options?: __HttpHandlerOptions
|
|
2016
|
+
options?: __HttpHandlerOptions,
|
|
2080
2017
|
): Promise<ValidateMatchmakingRuleSetCommandOutput>;
|
|
2081
2018
|
validateMatchmakingRuleSet(
|
|
2082
2019
|
args: ValidateMatchmakingRuleSetCommandInput,
|
|
2083
|
-
cb: (err: any, data?: ValidateMatchmakingRuleSetCommandOutput) => void
|
|
2020
|
+
cb: (err: any, data?: ValidateMatchmakingRuleSetCommandOutput) => void,
|
|
2084
2021
|
): void;
|
|
2085
2022
|
validateMatchmakingRuleSet(
|
|
2086
2023
|
args: ValidateMatchmakingRuleSetCommandInput,
|
|
2087
2024
|
options: __HttpHandlerOptions,
|
|
2088
|
-
cb: (err: any, data?: ValidateMatchmakingRuleSetCommandOutput) => void
|
|
2025
|
+
cb: (err: any, data?: ValidateMatchmakingRuleSetCommandOutput) => void,
|
|
2089
2026
|
): void;
|
|
2090
2027
|
paginateDescribeFleetAttributes(
|
|
2091
2028
|
args?: DescribeFleetAttributesCommandInput,
|
|
2092
2029
|
paginationConfig?: Pick<
|
|
2093
2030
|
PaginationConfiguration,
|
|
2094
2031
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2095
|
-
|
|
2032
|
+
>,
|
|
2096
2033
|
): Paginator<DescribeFleetAttributesCommandOutput>;
|
|
2097
2034
|
paginateDescribeFleetCapacity(
|
|
2098
2035
|
args?: DescribeFleetCapacityCommandInput,
|
|
2099
2036
|
paginationConfig?: Pick<
|
|
2100
2037
|
PaginationConfiguration,
|
|
2101
2038
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2102
|
-
|
|
2039
|
+
>,
|
|
2103
2040
|
): Paginator<DescribeFleetCapacityCommandOutput>;
|
|
2104
2041
|
paginateDescribeFleetEvents(
|
|
2105
2042
|
args: DescribeFleetEventsCommandInput,
|
|
2106
2043
|
paginationConfig?: Pick<
|
|
2107
2044
|
PaginationConfiguration,
|
|
2108
2045
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2109
|
-
|
|
2046
|
+
>,
|
|
2110
2047
|
): Paginator<DescribeFleetEventsCommandOutput>;
|
|
2111
2048
|
paginateDescribeFleetLocationAttributes(
|
|
2112
2049
|
args: DescribeFleetLocationAttributesCommandInput,
|
|
2113
2050
|
paginationConfig?: Pick<
|
|
2114
2051
|
PaginationConfiguration,
|
|
2115
2052
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2116
|
-
|
|
2053
|
+
>,
|
|
2117
2054
|
): Paginator<DescribeFleetLocationAttributesCommandOutput>;
|
|
2118
2055
|
paginateDescribeFleetUtilization(
|
|
2119
2056
|
args?: DescribeFleetUtilizationCommandInput,
|
|
2120
2057
|
paginationConfig?: Pick<
|
|
2121
2058
|
PaginationConfiguration,
|
|
2122
2059
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2123
|
-
|
|
2060
|
+
>,
|
|
2124
2061
|
): Paginator<DescribeFleetUtilizationCommandOutput>;
|
|
2125
2062
|
paginateDescribeGameServerInstances(
|
|
2126
2063
|
args: DescribeGameServerInstancesCommandInput,
|
|
2127
2064
|
paginationConfig?: Pick<
|
|
2128
2065
|
PaginationConfiguration,
|
|
2129
2066
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2130
|
-
|
|
2067
|
+
>,
|
|
2131
2068
|
): Paginator<DescribeGameServerInstancesCommandOutput>;
|
|
2132
2069
|
paginateDescribeGameSessionDetails(
|
|
2133
2070
|
args?: DescribeGameSessionDetailsCommandInput,
|
|
2134
2071
|
paginationConfig?: Pick<
|
|
2135
2072
|
PaginationConfiguration,
|
|
2136
2073
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2137
|
-
|
|
2074
|
+
>,
|
|
2138
2075
|
): Paginator<DescribeGameSessionDetailsCommandOutput>;
|
|
2139
2076
|
paginateDescribeGameSessionQueues(
|
|
2140
2077
|
args?: DescribeGameSessionQueuesCommandInput,
|
|
2141
2078
|
paginationConfig?: Pick<
|
|
2142
2079
|
PaginationConfiguration,
|
|
2143
2080
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2144
|
-
|
|
2081
|
+
>,
|
|
2145
2082
|
): Paginator<DescribeGameSessionQueuesCommandOutput>;
|
|
2146
2083
|
paginateDescribeGameSessions(
|
|
2147
2084
|
args?: DescribeGameSessionsCommandInput,
|
|
2148
2085
|
paginationConfig?: Pick<
|
|
2149
2086
|
PaginationConfiguration,
|
|
2150
2087
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2151
|
-
|
|
2088
|
+
>,
|
|
2152
2089
|
): Paginator<DescribeGameSessionsCommandOutput>;
|
|
2153
2090
|
paginateDescribeInstances(
|
|
2154
2091
|
args: DescribeInstancesCommandInput,
|
|
2155
2092
|
paginationConfig?: Pick<
|
|
2156
2093
|
PaginationConfiguration,
|
|
2157
2094
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2158
|
-
|
|
2095
|
+
>,
|
|
2159
2096
|
): Paginator<DescribeInstancesCommandOutput>;
|
|
2160
2097
|
paginateDescribeMatchmakingConfigurations(
|
|
2161
2098
|
args?: DescribeMatchmakingConfigurationsCommandInput,
|
|
2162
2099
|
paginationConfig?: Pick<
|
|
2163
2100
|
PaginationConfiguration,
|
|
2164
2101
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2165
|
-
|
|
2102
|
+
>,
|
|
2166
2103
|
): Paginator<DescribeMatchmakingConfigurationsCommandOutput>;
|
|
2167
2104
|
paginateDescribeMatchmakingRuleSets(
|
|
2168
2105
|
args?: DescribeMatchmakingRuleSetsCommandInput,
|
|
2169
2106
|
paginationConfig?: Pick<
|
|
2170
2107
|
PaginationConfiguration,
|
|
2171
2108
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2172
|
-
|
|
2109
|
+
>,
|
|
2173
2110
|
): Paginator<DescribeMatchmakingRuleSetsCommandOutput>;
|
|
2174
2111
|
paginateDescribePlayerSessions(
|
|
2175
2112
|
args?: DescribePlayerSessionsCommandInput,
|
|
2176
2113
|
paginationConfig?: Pick<
|
|
2177
2114
|
PaginationConfiguration,
|
|
2178
2115
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2179
|
-
|
|
2116
|
+
>,
|
|
2180
2117
|
): Paginator<DescribePlayerSessionsCommandOutput>;
|
|
2181
2118
|
paginateDescribeScalingPolicies(
|
|
2182
2119
|
args: DescribeScalingPoliciesCommandInput,
|
|
2183
2120
|
paginationConfig?: Pick<
|
|
2184
2121
|
PaginationConfiguration,
|
|
2185
2122
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2186
|
-
|
|
2123
|
+
>,
|
|
2187
2124
|
): Paginator<DescribeScalingPoliciesCommandOutput>;
|
|
2188
2125
|
paginateListAliases(
|
|
2189
2126
|
args?: ListAliasesCommandInput,
|
|
2190
2127
|
paginationConfig?: Pick<
|
|
2191
2128
|
PaginationConfiguration,
|
|
2192
2129
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2193
|
-
|
|
2130
|
+
>,
|
|
2194
2131
|
): Paginator<ListAliasesCommandOutput>;
|
|
2195
2132
|
paginateListBuilds(
|
|
2196
2133
|
args?: ListBuildsCommandInput,
|
|
2197
2134
|
paginationConfig?: Pick<
|
|
2198
2135
|
PaginationConfiguration,
|
|
2199
2136
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2200
|
-
|
|
2137
|
+
>,
|
|
2201
2138
|
): Paginator<ListBuildsCommandOutput>;
|
|
2202
2139
|
paginateListCompute(
|
|
2203
2140
|
args: ListComputeCommandInput,
|
|
2204
2141
|
paginationConfig?: Pick<
|
|
2205
2142
|
PaginationConfiguration,
|
|
2206
2143
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2207
|
-
|
|
2144
|
+
>,
|
|
2208
2145
|
): Paginator<ListComputeCommandOutput>;
|
|
2209
2146
|
paginateListContainerFleets(
|
|
2210
2147
|
args?: ListContainerFleetsCommandInput,
|
|
2211
2148
|
paginationConfig?: Pick<
|
|
2212
2149
|
PaginationConfiguration,
|
|
2213
2150
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2214
|
-
|
|
2151
|
+
>,
|
|
2215
2152
|
): Paginator<ListContainerFleetsCommandOutput>;
|
|
2216
2153
|
paginateListContainerGroupDefinitions(
|
|
2217
2154
|
args?: ListContainerGroupDefinitionsCommandInput,
|
|
2218
2155
|
paginationConfig?: Pick<
|
|
2219
2156
|
PaginationConfiguration,
|
|
2220
2157
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2221
|
-
|
|
2158
|
+
>,
|
|
2222
2159
|
): Paginator<ListContainerGroupDefinitionsCommandOutput>;
|
|
2223
2160
|
paginateListContainerGroupDefinitionVersions(
|
|
2224
2161
|
args: ListContainerGroupDefinitionVersionsCommandInput,
|
|
2225
2162
|
paginationConfig?: Pick<
|
|
2226
2163
|
PaginationConfiguration,
|
|
2227
2164
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2228
|
-
|
|
2165
|
+
>,
|
|
2229
2166
|
): Paginator<ListContainerGroupDefinitionVersionsCommandOutput>;
|
|
2230
2167
|
paginateListFleetDeployments(
|
|
2231
2168
|
args?: ListFleetDeploymentsCommandInput,
|
|
2232
2169
|
paginationConfig?: Pick<
|
|
2233
2170
|
PaginationConfiguration,
|
|
2234
2171
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2235
|
-
|
|
2172
|
+
>,
|
|
2236
2173
|
): Paginator<ListFleetDeploymentsCommandOutput>;
|
|
2237
2174
|
paginateListFleets(
|
|
2238
2175
|
args?: ListFleetsCommandInput,
|
|
2239
2176
|
paginationConfig?: Pick<
|
|
2240
2177
|
PaginationConfiguration,
|
|
2241
2178
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2242
|
-
|
|
2179
|
+
>,
|
|
2243
2180
|
): Paginator<ListFleetsCommandOutput>;
|
|
2244
2181
|
paginateListGameServerGroups(
|
|
2245
2182
|
args?: ListGameServerGroupsCommandInput,
|
|
2246
2183
|
paginationConfig?: Pick<
|
|
2247
2184
|
PaginationConfiguration,
|
|
2248
2185
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2249
|
-
|
|
2186
|
+
>,
|
|
2250
2187
|
): Paginator<ListGameServerGroupsCommandOutput>;
|
|
2251
2188
|
paginateListGameServers(
|
|
2252
2189
|
args: ListGameServersCommandInput,
|
|
2253
2190
|
paginationConfig?: Pick<
|
|
2254
2191
|
PaginationConfiguration,
|
|
2255
2192
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2256
|
-
|
|
2193
|
+
>,
|
|
2257
2194
|
): Paginator<ListGameServersCommandOutput>;
|
|
2258
2195
|
paginateListLocations(
|
|
2259
2196
|
args?: ListLocationsCommandInput,
|
|
2260
2197
|
paginationConfig?: Pick<
|
|
2261
2198
|
PaginationConfiguration,
|
|
2262
2199
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2263
|
-
|
|
2200
|
+
>,
|
|
2264
2201
|
): Paginator<ListLocationsCommandOutput>;
|
|
2265
2202
|
paginateListScripts(
|
|
2266
2203
|
args?: ListScriptsCommandInput,
|
|
2267
2204
|
paginationConfig?: Pick<
|
|
2268
2205
|
PaginationConfiguration,
|
|
2269
2206
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2270
|
-
|
|
2207
|
+
>,
|
|
2271
2208
|
): Paginator<ListScriptsCommandOutput>;
|
|
2272
2209
|
paginateSearchGameSessions(
|
|
2273
2210
|
args?: SearchGameSessionsCommandInput,
|
|
2274
2211
|
paginationConfig?: Pick<
|
|
2275
2212
|
PaginationConfiguration,
|
|
2276
2213
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2277
|
-
|
|
2214
|
+
>,
|
|
2278
2215
|
): Paginator<SearchGameSessionsCommandOutput>;
|
|
2279
2216
|
}
|
|
2280
2217
|
export declare class GameLift extends GameLiftClient implements GameLift {}
|