@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,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeFleetAttributesCommandInput,
|
|
4
|
+
DescribeFleetAttributesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeFleetAttributesCommand";
|
|
6
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeFleetAttributes(
|
|
8
|
+
config: GameLiftPaginationConfiguration,
|
|
9
|
+
input: DescribeFleetAttributesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeFleetAttributesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeFleetCapacityCommandInput,
|
|
4
|
+
DescribeFleetCapacityCommandOutput,
|
|
5
|
+
} from "../commands/DescribeFleetCapacityCommand";
|
|
6
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeFleetCapacity(
|
|
8
|
+
config: GameLiftPaginationConfiguration,
|
|
9
|
+
input: DescribeFleetCapacityCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeFleetCapacityCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeFleetEventsCommandInput,
|
|
4
|
+
DescribeFleetEventsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeFleetEventsCommand";
|
|
6
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeFleetEvents(
|
|
8
|
+
config: GameLiftPaginationConfiguration,
|
|
9
|
+
input: DescribeFleetEventsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeFleetEventsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeFleetLocationAttributesCommandInput,
|
|
4
|
+
DescribeFleetLocationAttributesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeFleetLocationAttributesCommand";
|
|
6
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeFleetLocationAttributes(
|
|
8
|
+
config: GameLiftPaginationConfiguration,
|
|
9
|
+
input: DescribeFleetLocationAttributesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeFleetLocationAttributesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeFleetUtilizationCommandInput,
|
|
4
|
+
DescribeFleetUtilizationCommandOutput,
|
|
5
|
+
} from "../commands/DescribeFleetUtilizationCommand";
|
|
6
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeFleetUtilization(
|
|
8
|
+
config: GameLiftPaginationConfiguration,
|
|
9
|
+
input: DescribeFleetUtilizationCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeFleetUtilizationCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeGameServerInstancesCommandInput,
|
|
4
|
+
DescribeGameServerInstancesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeGameServerInstancesCommand";
|
|
6
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeGameServerInstances(
|
|
8
|
+
config: GameLiftPaginationConfiguration,
|
|
9
|
+
input: DescribeGameServerInstancesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeGameServerInstancesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeGameSessionDetailsCommandInput,
|
|
4
|
+
DescribeGameSessionDetailsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeGameSessionDetailsCommand";
|
|
6
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeGameSessionDetails(
|
|
8
|
+
config: GameLiftPaginationConfiguration,
|
|
9
|
+
input: DescribeGameSessionDetailsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeGameSessionDetailsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeGameSessionQueuesCommandInput,
|
|
4
|
+
DescribeGameSessionQueuesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeGameSessionQueuesCommand";
|
|
6
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeGameSessionQueues(
|
|
8
|
+
config: GameLiftPaginationConfiguration,
|
|
9
|
+
input: DescribeGameSessionQueuesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeGameSessionQueuesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeGameSessionsCommandInput,
|
|
4
|
+
DescribeGameSessionsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeGameSessionsCommand";
|
|
6
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeGameSessions(
|
|
8
|
+
config: GameLiftPaginationConfiguration,
|
|
9
|
+
input: DescribeGameSessionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeGameSessionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeInstancesCommandInput,
|
|
4
|
+
DescribeInstancesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeInstancesCommand";
|
|
6
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeInstances(
|
|
8
|
+
config: GameLiftPaginationConfiguration,
|
|
9
|
+
input: DescribeInstancesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeInstancesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeMatchmakingConfigurationsCommandInput,
|
|
4
|
+
DescribeMatchmakingConfigurationsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeMatchmakingConfigurationsCommand";
|
|
6
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeMatchmakingConfigurations(
|
|
8
|
+
config: GameLiftPaginationConfiguration,
|
|
9
|
+
input: DescribeMatchmakingConfigurationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeMatchmakingConfigurationsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeMatchmakingRuleSetsCommandInput,
|
|
4
|
+
DescribeMatchmakingRuleSetsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeMatchmakingRuleSetsCommand";
|
|
6
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeMatchmakingRuleSets(
|
|
8
|
+
config: GameLiftPaginationConfiguration,
|
|
9
|
+
input: DescribeMatchmakingRuleSetsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeMatchmakingRuleSetsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribePlayerSessionsCommandInput,
|
|
4
|
+
DescribePlayerSessionsCommandOutput,
|
|
5
|
+
} from "../commands/DescribePlayerSessionsCommand";
|
|
6
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribePlayerSessions(
|
|
8
|
+
config: GameLiftPaginationConfiguration,
|
|
9
|
+
input: DescribePlayerSessionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribePlayerSessionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeScalingPoliciesCommandInput,
|
|
4
|
+
DescribeScalingPoliciesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeScalingPoliciesCommand";
|
|
6
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeScalingPolicies(
|
|
8
|
+
config: GameLiftPaginationConfiguration,
|
|
9
|
+
input: DescribeScalingPoliciesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeScalingPoliciesCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { GameLift } from "../GameLift";
|
|
3
|
-
import { GameLiftClient } from "../GameLiftClient";
|
|
4
|
-
export interface GameLiftPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { GameLift } from "../GameLift";
|
|
3
|
+
import { GameLiftClient } from "../GameLiftClient";
|
|
4
|
+
export interface GameLiftPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: GameLift | GameLiftClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAliasesCommandInput,
|
|
4
|
+
ListAliasesCommandOutput,
|
|
5
|
+
} from "../commands/ListAliasesCommand";
|
|
6
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAliases(
|
|
8
|
+
config: GameLiftPaginationConfiguration,
|
|
9
|
+
input: ListAliasesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAliasesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBuildsCommandInput,
|
|
4
|
+
ListBuildsCommandOutput,
|
|
5
|
+
} from "../commands/ListBuildsCommand";
|
|
6
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListBuilds(
|
|
8
|
+
config: GameLiftPaginationConfiguration,
|
|
9
|
+
input: ListBuildsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListBuildsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListFleetsCommandInput,
|
|
4
|
+
ListFleetsCommandOutput,
|
|
5
|
+
} from "../commands/ListFleetsCommand";
|
|
6
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListFleets(
|
|
8
|
+
config: GameLiftPaginationConfiguration,
|
|
9
|
+
input: ListFleetsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListFleetsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListGameServerGroupsCommandInput,
|
|
4
|
+
ListGameServerGroupsCommandOutput,
|
|
5
|
+
} from "../commands/ListGameServerGroupsCommand";
|
|
6
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListGameServerGroups(
|
|
8
|
+
config: GameLiftPaginationConfiguration,
|
|
9
|
+
input: ListGameServerGroupsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListGameServerGroupsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListGameServersCommandInput,
|
|
4
|
+
ListGameServersCommandOutput,
|
|
5
|
+
} from "../commands/ListGameServersCommand";
|
|
6
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListGameServers(
|
|
8
|
+
config: GameLiftPaginationConfiguration,
|
|
9
|
+
input: ListGameServersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListGameServersCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListScriptsCommandInput,
|
|
4
|
+
ListScriptsCommandOutput,
|
|
5
|
+
} from "../commands/ListScriptsCommand";
|
|
6
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListScripts(
|
|
8
|
+
config: GameLiftPaginationConfiguration,
|
|
9
|
+
input: ListScriptsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListScriptsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchGameSessionsCommandInput,
|
|
4
|
+
SearchGameSessionsCommandOutput,
|
|
5
|
+
} from "../commands/SearchGameSessionsCommand";
|
|
6
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateSearchGameSessions(
|
|
8
|
+
config: GameLiftPaginationConfiguration,
|
|
9
|
+
input: SearchGameSessionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<SearchGameSessionsCommandOutput>;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
export * from "./DescribeFleetAttributesPaginator";
|
|
2
|
-
export * from "./DescribeFleetCapacityPaginator";
|
|
3
|
-
export * from "./DescribeFleetEventsPaginator";
|
|
4
|
-
export * from "./DescribeFleetLocationAttributesPaginator";
|
|
5
|
-
export * from "./DescribeFleetUtilizationPaginator";
|
|
6
|
-
export * from "./DescribeGameServerInstancesPaginator";
|
|
7
|
-
export * from "./DescribeGameSessionDetailsPaginator";
|
|
8
|
-
export * from "./DescribeGameSessionQueuesPaginator";
|
|
9
|
-
export * from "./DescribeGameSessionsPaginator";
|
|
10
|
-
export * from "./DescribeInstancesPaginator";
|
|
11
|
-
export * from "./Interfaces";
|
|
12
|
-
export * from "./DescribeMatchmakingConfigurationsPaginator";
|
|
13
|
-
export * from "./DescribeMatchmakingRuleSetsPaginator";
|
|
14
|
-
export * from "./DescribePlayerSessionsPaginator";
|
|
15
|
-
export * from "./DescribeScalingPoliciesPaginator";
|
|
16
|
-
export * from "./ListAliasesPaginator";
|
|
17
|
-
export * from "./ListBuildsPaginator";
|
|
18
|
-
export * from "./ListFleetsPaginator";
|
|
19
|
-
export * from "./ListGameServerGroupsPaginator";
|
|
20
|
-
export * from "./ListGameServersPaginator";
|
|
21
|
-
export * from "./ListScriptsPaginator";
|
|
22
|
-
export * from "./SearchGameSessionsPaginator";
|
|
1
|
+
export * from "./DescribeFleetAttributesPaginator";
|
|
2
|
+
export * from "./DescribeFleetCapacityPaginator";
|
|
3
|
+
export * from "./DescribeFleetEventsPaginator";
|
|
4
|
+
export * from "./DescribeFleetLocationAttributesPaginator";
|
|
5
|
+
export * from "./DescribeFleetUtilizationPaginator";
|
|
6
|
+
export * from "./DescribeGameServerInstancesPaginator";
|
|
7
|
+
export * from "./DescribeGameSessionDetailsPaginator";
|
|
8
|
+
export * from "./DescribeGameSessionQueuesPaginator";
|
|
9
|
+
export * from "./DescribeGameSessionsPaginator";
|
|
10
|
+
export * from "./DescribeInstancesPaginator";
|
|
11
|
+
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeMatchmakingConfigurationsPaginator";
|
|
13
|
+
export * from "./DescribeMatchmakingRuleSetsPaginator";
|
|
14
|
+
export * from "./DescribePlayerSessionsPaginator";
|
|
15
|
+
export * from "./DescribeScalingPoliciesPaginator";
|
|
16
|
+
export * from "./ListAliasesPaginator";
|
|
17
|
+
export * from "./ListBuildsPaginator";
|
|
18
|
+
export * from "./ListFleetsPaginator";
|
|
19
|
+
export * from "./ListGameServerGroupsPaginator";
|
|
20
|
+
export * from "./ListGameServersPaginator";
|
|
21
|
+
export * from "./ListScriptsPaginator";
|
|
22
|
+
export * from "./SearchGameSessionsPaginator";
|