@aws-sdk/client-gamelift 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/GameLift.d.ts +1625 -480
- package/dist-types/ts3.4/GameLiftClient.d.ts +674 -168
- package/dist-types/ts3.4/commands/AcceptMatchCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ClaimGameServerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateBuildCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateGameSessionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteBuildCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteScriptCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterGameServerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeBuildCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeGameServerCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeScriptCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetInstanceAccessCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListGameServersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListScriptsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RegisterGameServerCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResolveAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateGameServerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateGameSessionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateScriptCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +95 -95
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/GameLiftServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2486 -3015
- package/dist-types/ts3.4/pagination/DescribeFleetAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFleetCapacityPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFleetEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFleetLocationAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFleetUtilizationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeGameServerInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeGameSessionDetailsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeGameSessionQueuesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeGameSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePlayerSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeScalingPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGameServerGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGameServersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListScriptsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchGameSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +22 -22
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +1145 -287
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GameLiftClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GameLiftClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeGameSessionPlacementInput,
|
|
15
|
+
DescribeGameSessionPlacementOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeGameSessionPlacementCommandInput
|
|
18
|
+
extends DescribeGameSessionPlacementInput {}
|
|
19
|
+
export interface DescribeGameSessionPlacementCommandOutput
|
|
20
|
+
extends DescribeGameSessionPlacementOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeGameSessionPlacementCommand extends $Command<
|
|
23
|
+
DescribeGameSessionPlacementCommandInput,
|
|
24
|
+
DescribeGameSessionPlacementCommandOutput,
|
|
25
|
+
GameLiftClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeGameSessionPlacementCommandInput;
|
|
28
|
+
constructor(input: DescribeGameSessionPlacementCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: GameLiftClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeGameSessionPlacementCommandInput,
|
|
35
|
+
DescribeGameSessionPlacementCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GameLiftClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GameLiftClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeGameSessionQueuesInput,
|
|
15
|
+
DescribeGameSessionQueuesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeGameSessionQueuesCommandInput
|
|
18
|
+
extends DescribeGameSessionQueuesInput {}
|
|
19
|
+
export interface DescribeGameSessionQueuesCommandOutput
|
|
20
|
+
extends DescribeGameSessionQueuesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeGameSessionQueuesCommand extends $Command<
|
|
23
|
+
DescribeGameSessionQueuesCommandInput,
|
|
24
|
+
DescribeGameSessionQueuesCommandOutput,
|
|
25
|
+
GameLiftClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeGameSessionQueuesCommandInput;
|
|
28
|
+
constructor(input: DescribeGameSessionQueuesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: GameLiftClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeGameSessionQueuesCommandInput,
|
|
35
|
+
DescribeGameSessionQueuesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GameLiftClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GameLiftClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeGameSessionsInput,
|
|
15
|
+
DescribeGameSessionsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeGameSessionsCommandInput
|
|
18
|
+
extends DescribeGameSessionsInput {}
|
|
19
|
+
export interface DescribeGameSessionsCommandOutput
|
|
20
|
+
extends DescribeGameSessionsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeGameSessionsCommand extends $Command<
|
|
23
|
+
DescribeGameSessionsCommandInput,
|
|
24
|
+
DescribeGameSessionsCommandOutput,
|
|
25
|
+
GameLiftClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeGameSessionsCommandInput;
|
|
28
|
+
constructor(input: DescribeGameSessionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: GameLiftClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeGameSessionsCommandInput,
|
|
35
|
+
DescribeGameSessionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GameLiftClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GameLiftClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeInstancesInput,
|
|
15
|
+
DescribeInstancesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeInstancesCommandInput extends DescribeInstancesInput {}
|
|
18
|
+
export interface DescribeInstancesCommandOutput
|
|
19
|
+
extends DescribeInstancesOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DescribeInstancesCommand extends $Command<
|
|
22
|
+
DescribeInstancesCommandInput,
|
|
23
|
+
DescribeInstancesCommandOutput,
|
|
24
|
+
GameLiftClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DescribeInstancesCommandInput;
|
|
27
|
+
constructor(input: DescribeInstancesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: GameLiftClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DescribeInstancesCommandInput, DescribeInstancesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GameLiftClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GameLiftClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeMatchmakingInput,
|
|
15
|
+
DescribeMatchmakingOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeMatchmakingCommandInput
|
|
18
|
+
extends DescribeMatchmakingInput {}
|
|
19
|
+
export interface DescribeMatchmakingCommandOutput
|
|
20
|
+
extends DescribeMatchmakingOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeMatchmakingCommand extends $Command<
|
|
23
|
+
DescribeMatchmakingCommandInput,
|
|
24
|
+
DescribeMatchmakingCommandOutput,
|
|
25
|
+
GameLiftClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeMatchmakingCommandInput;
|
|
28
|
+
constructor(input: DescribeMatchmakingCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: GameLiftClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DescribeMatchmakingCommandInput, DescribeMatchmakingCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GameLiftClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GameLiftClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeMatchmakingConfigurationsInput,
|
|
15
|
+
DescribeMatchmakingConfigurationsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeMatchmakingConfigurationsCommandInput
|
|
18
|
+
extends DescribeMatchmakingConfigurationsInput {}
|
|
19
|
+
export interface DescribeMatchmakingConfigurationsCommandOutput
|
|
20
|
+
extends DescribeMatchmakingConfigurationsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeMatchmakingConfigurationsCommand extends $Command<
|
|
23
|
+
DescribeMatchmakingConfigurationsCommandInput,
|
|
24
|
+
DescribeMatchmakingConfigurationsCommandOutput,
|
|
25
|
+
GameLiftClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeMatchmakingConfigurationsCommandInput;
|
|
28
|
+
constructor(input: DescribeMatchmakingConfigurationsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: GameLiftClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeMatchmakingConfigurationsCommandInput,
|
|
35
|
+
DescribeMatchmakingConfigurationsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GameLiftClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GameLiftClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeMatchmakingRuleSetsInput,
|
|
15
|
+
DescribeMatchmakingRuleSetsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeMatchmakingRuleSetsCommandInput
|
|
18
|
+
extends DescribeMatchmakingRuleSetsInput {}
|
|
19
|
+
export interface DescribeMatchmakingRuleSetsCommandOutput
|
|
20
|
+
extends DescribeMatchmakingRuleSetsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeMatchmakingRuleSetsCommand extends $Command<
|
|
23
|
+
DescribeMatchmakingRuleSetsCommandInput,
|
|
24
|
+
DescribeMatchmakingRuleSetsCommandOutput,
|
|
25
|
+
GameLiftClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeMatchmakingRuleSetsCommandInput;
|
|
28
|
+
constructor(input: DescribeMatchmakingRuleSetsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: GameLiftClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeMatchmakingRuleSetsCommandInput,
|
|
35
|
+
DescribeMatchmakingRuleSetsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GameLiftClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GameLiftClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribePlayerSessionsInput,
|
|
15
|
+
DescribePlayerSessionsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribePlayerSessionsCommandInput
|
|
18
|
+
extends DescribePlayerSessionsInput {}
|
|
19
|
+
export interface DescribePlayerSessionsCommandOutput
|
|
20
|
+
extends DescribePlayerSessionsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribePlayerSessionsCommand extends $Command<
|
|
23
|
+
DescribePlayerSessionsCommandInput,
|
|
24
|
+
DescribePlayerSessionsCommandOutput,
|
|
25
|
+
GameLiftClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribePlayerSessionsCommandInput;
|
|
28
|
+
constructor(input: DescribePlayerSessionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: GameLiftClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribePlayerSessionsCommandInput,
|
|
35
|
+
DescribePlayerSessionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GameLiftClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GameLiftClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeRuntimeConfigurationInput,
|
|
15
|
+
DescribeRuntimeConfigurationOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeRuntimeConfigurationCommandInput
|
|
18
|
+
extends DescribeRuntimeConfigurationInput {}
|
|
19
|
+
export interface DescribeRuntimeConfigurationCommandOutput
|
|
20
|
+
extends DescribeRuntimeConfigurationOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeRuntimeConfigurationCommand extends $Command<
|
|
23
|
+
DescribeRuntimeConfigurationCommandInput,
|
|
24
|
+
DescribeRuntimeConfigurationCommandOutput,
|
|
25
|
+
GameLiftClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeRuntimeConfigurationCommandInput;
|
|
28
|
+
constructor(input: DescribeRuntimeConfigurationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: GameLiftClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeRuntimeConfigurationCommandInput,
|
|
35
|
+
DescribeRuntimeConfigurationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GameLiftClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GameLiftClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeScalingPoliciesInput,
|
|
15
|
+
DescribeScalingPoliciesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeScalingPoliciesCommandInput
|
|
18
|
+
extends DescribeScalingPoliciesInput {}
|
|
19
|
+
export interface DescribeScalingPoliciesCommandOutput
|
|
20
|
+
extends DescribeScalingPoliciesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeScalingPoliciesCommand extends $Command<
|
|
23
|
+
DescribeScalingPoliciesCommandInput,
|
|
24
|
+
DescribeScalingPoliciesCommandOutput,
|
|
25
|
+
GameLiftClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeScalingPoliciesCommandInput;
|
|
28
|
+
constructor(input: DescribeScalingPoliciesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: GameLiftClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeScalingPoliciesCommandInput,
|
|
35
|
+
DescribeScalingPoliciesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GameLiftClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GameLiftClient";
|
|
13
|
+
import { DescribeScriptInput, DescribeScriptOutput } from "../models/models_0";
|
|
14
|
+
export interface DescribeScriptCommandInput extends DescribeScriptInput {}
|
|
15
|
+
export interface DescribeScriptCommandOutput
|
|
16
|
+
extends DescribeScriptOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DescribeScriptCommand extends $Command<
|
|
19
|
+
DescribeScriptCommandInput,
|
|
20
|
+
DescribeScriptCommandOutput,
|
|
21
|
+
GameLiftClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DescribeScriptCommandInput;
|
|
24
|
+
constructor(input: DescribeScriptCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: GameLiftClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DescribeScriptCommandInput, DescribeScriptCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|