@aws-sdk/client-gamelift 3.168.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/GameLift.d.ts +1720 -480
- package/dist-types/ts3.4/GameLiftClient.d.ts +699 -168
- package/dist-types/ts3.4/commands/AcceptMatchCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ClaimGameServerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateBuildCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateGameSessionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBuildCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteScriptCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeregisterGameServerCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeAliasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeBuildCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGameServerCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeScriptCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInstanceAccessCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListGameServersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListScriptsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RegisterGameServerCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ResolveAliasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateGameServerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateGameSessionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateScriptCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +95 -95
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/GameLiftServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +3487 -3015
- package/dist-types/ts3.4/pagination/DescribeFleetAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFleetCapacityPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFleetEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFleetLocationAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFleetUtilizationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeGameServerInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeGameSessionDetailsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeGameSessionQueuesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeGameSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePlayerSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeScalingPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGameServerGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGameServersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListScriptsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchGameSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +22 -22
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +1145 -287
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
|
|
23
|
+
export declare class DescribeScalingPoliciesCommand extends $Command<
|
|
24
|
+
DescribeScalingPoliciesCommandInput,
|
|
25
|
+
DescribeScalingPoliciesCommandOutput,
|
|
26
|
+
GameLiftClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeScalingPoliciesCommandInput;
|
|
29
|
+
constructor(input: DescribeScalingPoliciesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GameLiftClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeScalingPoliciesCommandInput,
|
|
37
|
+
DescribeScalingPoliciesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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
|
+
|
|
19
|
+
export declare class DescribeScriptCommand extends $Command<
|
|
20
|
+
DescribeScriptCommandInput,
|
|
21
|
+
DescribeScriptCommandOutput,
|
|
22
|
+
GameLiftClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeScriptCommandInput;
|
|
25
|
+
constructor(input: DescribeScriptCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: GameLiftClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DescribeScriptCommandInput, DescribeScriptCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DescribeVpcPeeringAuthorizationsInput,
|
|
15
|
+
DescribeVpcPeeringAuthorizationsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeVpcPeeringAuthorizationsCommandInput
|
|
18
|
+
extends DescribeVpcPeeringAuthorizationsInput {}
|
|
19
|
+
export interface DescribeVpcPeeringAuthorizationsCommandOutput
|
|
20
|
+
extends DescribeVpcPeeringAuthorizationsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeVpcPeeringAuthorizationsCommand extends $Command<
|
|
24
|
+
DescribeVpcPeeringAuthorizationsCommandInput,
|
|
25
|
+
DescribeVpcPeeringAuthorizationsCommandOutput,
|
|
26
|
+
GameLiftClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeVpcPeeringAuthorizationsCommandInput;
|
|
29
|
+
constructor(input: DescribeVpcPeeringAuthorizationsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GameLiftClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeVpcPeeringAuthorizationsCommandInput,
|
|
37
|
+
DescribeVpcPeeringAuthorizationsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DescribeVpcPeeringConnectionsInput,
|
|
15
|
+
DescribeVpcPeeringConnectionsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeVpcPeeringConnectionsCommandInput
|
|
18
|
+
extends DescribeVpcPeeringConnectionsInput {}
|
|
19
|
+
export interface DescribeVpcPeeringConnectionsCommandOutput
|
|
20
|
+
extends DescribeVpcPeeringConnectionsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeVpcPeeringConnectionsCommand extends $Command<
|
|
24
|
+
DescribeVpcPeeringConnectionsCommandInput,
|
|
25
|
+
DescribeVpcPeeringConnectionsCommandOutput,
|
|
26
|
+
GameLiftClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeVpcPeeringConnectionsCommandInput;
|
|
29
|
+
constructor(input: DescribeVpcPeeringConnectionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GameLiftClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeVpcPeeringConnectionsCommandInput,
|
|
37
|
+
DescribeVpcPeeringConnectionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetGameSessionLogUrlInput,
|
|
15
|
+
GetGameSessionLogUrlOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetGameSessionLogUrlCommandInput
|
|
18
|
+
extends GetGameSessionLogUrlInput {}
|
|
19
|
+
export interface GetGameSessionLogUrlCommandOutput
|
|
20
|
+
extends GetGameSessionLogUrlOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetGameSessionLogUrlCommand extends $Command<
|
|
24
|
+
GetGameSessionLogUrlCommandInput,
|
|
25
|
+
GetGameSessionLogUrlCommandOutput,
|
|
26
|
+
GameLiftClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetGameSessionLogUrlCommandInput;
|
|
29
|
+
constructor(input: GetGameSessionLogUrlCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GameLiftClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetGameSessionLogUrlCommandInput,
|
|
37
|
+
GetGameSessionLogUrlCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
GetInstanceAccessInput,
|
|
15
|
+
GetInstanceAccessOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetInstanceAccessCommandInput extends GetInstanceAccessInput {}
|
|
18
|
+
export interface GetInstanceAccessCommandOutput
|
|
19
|
+
extends GetInstanceAccessOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetInstanceAccessCommand extends $Command<
|
|
23
|
+
GetInstanceAccessCommandInput,
|
|
24
|
+
GetInstanceAccessCommandOutput,
|
|
25
|
+
GameLiftClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetInstanceAccessCommandInput;
|
|
28
|
+
constructor(input: GetInstanceAccessCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: GameLiftClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetInstanceAccessCommandInput, GetInstanceAccessCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { ListAliasesInput, ListAliasesOutput } from "../models/models_0";
|
|
14
|
+
export interface ListAliasesCommandInput extends ListAliasesInput {}
|
|
15
|
+
export interface ListAliasesCommandOutput
|
|
16
|
+
extends ListAliasesOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListAliasesCommand extends $Command<
|
|
20
|
+
ListAliasesCommandInput,
|
|
21
|
+
ListAliasesCommandOutput,
|
|
22
|
+
GameLiftClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListAliasesCommandInput;
|
|
25
|
+
constructor(input: ListAliasesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: GameLiftClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListAliasesCommandInput, ListAliasesCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { ListBuildsInput, ListBuildsOutput } from "../models/models_0";
|
|
14
|
+
export interface ListBuildsCommandInput extends ListBuildsInput {}
|
|
15
|
+
export interface ListBuildsCommandOutput
|
|
16
|
+
extends ListBuildsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListBuildsCommand extends $Command<
|
|
20
|
+
ListBuildsCommandInput,
|
|
21
|
+
ListBuildsCommandOutput,
|
|
22
|
+
GameLiftClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListBuildsCommandInput;
|
|
25
|
+
constructor(input: ListBuildsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: GameLiftClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListBuildsCommandInput, ListBuildsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { ListFleetsInput, ListFleetsOutput } from "../models/models_0";
|
|
14
|
+
export interface ListFleetsCommandInput extends ListFleetsInput {}
|
|
15
|
+
export interface ListFleetsCommandOutput
|
|
16
|
+
extends ListFleetsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListFleetsCommand extends $Command<
|
|
20
|
+
ListFleetsCommandInput,
|
|
21
|
+
ListFleetsCommandOutput,
|
|
22
|
+
GameLiftClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListFleetsCommandInput;
|
|
25
|
+
constructor(input: ListFleetsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: GameLiftClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListFleetsCommandInput, ListFleetsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
ListGameServerGroupsInput,
|
|
15
|
+
ListGameServerGroupsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListGameServerGroupsCommandInput
|
|
18
|
+
extends ListGameServerGroupsInput {}
|
|
19
|
+
export interface ListGameServerGroupsCommandOutput
|
|
20
|
+
extends ListGameServerGroupsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListGameServerGroupsCommand extends $Command<
|
|
24
|
+
ListGameServerGroupsCommandInput,
|
|
25
|
+
ListGameServerGroupsCommandOutput,
|
|
26
|
+
GameLiftClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListGameServerGroupsCommandInput;
|
|
29
|
+
constructor(input: ListGameServerGroupsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GameLiftClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListGameServerGroupsCommandInput,
|
|
37
|
+
ListGameServerGroupsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
ListGameServersInput,
|
|
15
|
+
ListGameServersOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListGameServersCommandInput extends ListGameServersInput {}
|
|
18
|
+
export interface ListGameServersCommandOutput
|
|
19
|
+
extends ListGameServersOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListGameServersCommand extends $Command<
|
|
23
|
+
ListGameServersCommandInput,
|
|
24
|
+
ListGameServersCommandOutput,
|
|
25
|
+
GameLiftClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListGameServersCommandInput;
|
|
28
|
+
constructor(input: ListGameServersCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: GameLiftClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListGameServersCommandInput, ListGameServersCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|