@aws-sdk/client-gamelift 3.1087.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 +38 -38
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateFleetAttributesInput,
|
|
4
|
-
UpdateFleetAttributesOutput,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { UpdateFleetAttributesInput, UpdateFleetAttributesOutput } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateFleetAttributesCommandInput
|
|
8
|
-
extends UpdateFleetAttributesInput {}
|
|
4
|
+
export interface UpdateFleetAttributesCommandInput extends UpdateFleetAttributesInput {}
|
|
9
5
|
export interface UpdateFleetAttributesCommandOutput
|
|
10
|
-
extends UpdateFleetAttributesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateFleetAttributesOutput, __MetadataBearer {}
|
|
12
7
|
declare const UpdateFleetAttributesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateFleetAttributesCommandInput
|
|
9
|
+
input: UpdateFleetAttributesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateFleetAttributesCommandInput,
|
|
17
12
|
UpdateFleetAttributesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateFleetAttributesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateFleetAttributesCommandInput
|
|
18
|
+
input: UpdateFleetAttributesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateFleetAttributesCommandInput,
|
|
26
21
|
UpdateFleetAttributesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateFleetCapacityInput,
|
|
4
|
-
UpdateFleetCapacityOutput,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { UpdateFleetCapacityInput, UpdateFleetCapacityOutput } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateFleetCapacityCommandInput
|
|
8
|
-
extends UpdateFleetCapacityInput {}
|
|
4
|
+
export interface UpdateFleetCapacityCommandInput extends UpdateFleetCapacityInput {}
|
|
9
5
|
export interface UpdateFleetCapacityCommandOutput
|
|
10
|
-
extends UpdateFleetCapacityOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateFleetCapacityOutput, __MetadataBearer {}
|
|
12
7
|
declare const UpdateFleetCapacityCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateFleetCapacityCommandInput
|
|
9
|
+
input: UpdateFleetCapacityCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateFleetCapacityCommandInput,
|
|
17
12
|
UpdateFleetCapacityCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateFleetCapacityCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateFleetCapacityCommandInput
|
|
18
|
+
input: UpdateFleetCapacityCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateFleetCapacityCommandInput,
|
|
26
21
|
UpdateFleetCapacityCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateFleetPortSettingsInput,
|
|
4
|
-
UpdateFleetPortSettingsOutput,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { UpdateFleetPortSettingsInput, UpdateFleetPortSettingsOutput } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateFleetPortSettingsCommandInput
|
|
8
|
-
extends UpdateFleetPortSettingsInput {}
|
|
4
|
+
export interface UpdateFleetPortSettingsCommandInput extends UpdateFleetPortSettingsInput {}
|
|
9
5
|
export interface UpdateFleetPortSettingsCommandOutput
|
|
10
|
-
extends UpdateFleetPortSettingsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateFleetPortSettingsOutput, __MetadataBearer {}
|
|
12
7
|
declare const UpdateFleetPortSettingsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateFleetPortSettingsCommandInput
|
|
9
|
+
input: UpdateFleetPortSettingsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateFleetPortSettingsCommandInput,
|
|
17
12
|
UpdateFleetPortSettingsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateFleetPortSettingsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateFleetPortSettingsCommandInput
|
|
18
|
+
input: UpdateFleetPortSettingsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateFleetPortSettingsCommandInput,
|
|
26
21
|
UpdateFleetPortSettingsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateGameServerInput,
|
|
4
|
-
UpdateGameServerOutput,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { UpdateGameServerInput, UpdateGameServerOutput } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateGameServerCommandInput extends UpdateGameServerInput {}
|
|
8
|
-
export interface UpdateGameServerCommandOutput
|
|
9
|
-
extends UpdateGameServerOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateGameServerCommandOutput extends UpdateGameServerOutput, __MetadataBearer {}
|
|
11
6
|
declare const UpdateGameServerCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateGameServerCommandInput
|
|
8
|
+
input: UpdateGameServerCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateGameServerCommandInput,
|
|
16
11
|
UpdateGameServerCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateGameServerCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateGameServerCommandInput
|
|
17
|
+
input: UpdateGameServerCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateGameServerCommandInput,
|
|
25
20
|
UpdateGameServerCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateGameServerGroupInput,
|
|
4
|
-
UpdateGameServerGroupOutput,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { UpdateGameServerGroupInput, UpdateGameServerGroupOutput } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateGameServerGroupCommandInput
|
|
8
|
-
extends UpdateGameServerGroupInput {}
|
|
4
|
+
export interface UpdateGameServerGroupCommandInput extends UpdateGameServerGroupInput {}
|
|
9
5
|
export interface UpdateGameServerGroupCommandOutput
|
|
10
|
-
extends UpdateGameServerGroupOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateGameServerGroupOutput, __MetadataBearer {}
|
|
12
7
|
declare const UpdateGameServerGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateGameServerGroupCommandInput
|
|
9
|
+
input: UpdateGameServerGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateGameServerGroupCommandInput,
|
|
17
12
|
UpdateGameServerGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateGameServerGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateGameServerGroupCommandInput
|
|
18
|
+
input: UpdateGameServerGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateGameServerGroupCommandInput,
|
|
26
21
|
UpdateGameServerGroupCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateGameSessionInput,
|
|
4
|
-
UpdateGameSessionOutput,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { UpdateGameSessionInput, UpdateGameSessionOutput } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateGameSessionCommandInput extends UpdateGameSessionInput {}
|
|
8
|
-
export interface UpdateGameSessionCommandOutput
|
|
9
|
-
extends UpdateGameSessionOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateGameSessionCommandOutput extends UpdateGameSessionOutput, __MetadataBearer {}
|
|
11
6
|
declare const UpdateGameSessionCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateGameSessionCommandInput
|
|
8
|
+
input: UpdateGameSessionCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateGameSessionCommandInput,
|
|
16
11
|
UpdateGameSessionCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateGameSessionCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateGameSessionCommandInput
|
|
17
|
+
input: UpdateGameSessionCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateGameSessionCommandInput,
|
|
25
20
|
UpdateGameSessionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateGameSessionQueueInput,
|
|
4
|
-
UpdateGameSessionQueueOutput,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { UpdateGameSessionQueueInput, UpdateGameSessionQueueOutput } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateGameSessionQueueCommandInput
|
|
8
|
-
extends UpdateGameSessionQueueInput {}
|
|
4
|
+
export interface UpdateGameSessionQueueCommandInput extends UpdateGameSessionQueueInput {}
|
|
9
5
|
export interface UpdateGameSessionQueueCommandOutput
|
|
10
|
-
extends UpdateGameSessionQueueOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateGameSessionQueueOutput, __MetadataBearer {}
|
|
12
7
|
declare const UpdateGameSessionQueueCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateGameSessionQueueCommandInput
|
|
9
|
+
input: UpdateGameSessionQueueCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateGameSessionQueueCommandInput,
|
|
17
12
|
UpdateGameSessionQueueCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateGameSessionQueueCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateGameSessionQueueCommandInput
|
|
18
|
+
input: UpdateGameSessionQueueCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateGameSessionQueueCommandInput,
|
|
26
21
|
UpdateGameSessionQueueCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateMatchmakingConfigurationOutput,
|
|
5
5
|
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateMatchmakingConfigurationCommandInput
|
|
8
|
-
extends UpdateMatchmakingConfigurationInput {}
|
|
7
|
+
export interface UpdateMatchmakingConfigurationCommandInput extends UpdateMatchmakingConfigurationInput {}
|
|
9
8
|
export interface UpdateMatchmakingConfigurationCommandOutput
|
|
10
|
-
extends UpdateMatchmakingConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateMatchmakingConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const UpdateMatchmakingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateMatchmakingConfigurationCommandInput
|
|
12
|
+
input: UpdateMatchmakingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateMatchmakingConfigurationCommandInput,
|
|
17
15
|
UpdateMatchmakingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateMatchmakingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateMatchmakingConfigurationCommandInput
|
|
21
|
+
input: UpdateMatchmakingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateMatchmakingConfigurationCommandInput,
|
|
26
24
|
UpdateMatchmakingConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateRuntimeConfigurationOutput,
|
|
5
5
|
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateRuntimeConfigurationCommandInput
|
|
8
|
-
extends UpdateRuntimeConfigurationInput {}
|
|
7
|
+
export interface UpdateRuntimeConfigurationCommandInput extends UpdateRuntimeConfigurationInput {}
|
|
9
8
|
export interface UpdateRuntimeConfigurationCommandOutput
|
|
10
|
-
extends UpdateRuntimeConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateRuntimeConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const UpdateRuntimeConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateRuntimeConfigurationCommandInput
|
|
12
|
+
input: UpdateRuntimeConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateRuntimeConfigurationCommandInput,
|
|
17
15
|
UpdateRuntimeConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateRuntimeConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateRuntimeConfigurationCommandInput
|
|
21
|
+
input: UpdateRuntimeConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateRuntimeConfigurationCommandInput,
|
|
26
24
|
UpdateRuntimeConfigurationCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateScriptInput, UpdateScriptOutput } from "../models/models_1";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateScriptCommandInput extends UpdateScriptInput {}
|
|
5
|
-
export interface UpdateScriptCommandOutput
|
|
6
|
-
extends UpdateScriptOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateScriptCommandOutput extends UpdateScriptOutput, __MetadataBearer {}
|
|
8
6
|
declare const UpdateScriptCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateScriptCommandInput
|
|
8
|
+
input: UpdateScriptCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateScriptCommandInput,
|
|
13
11
|
UpdateScriptCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateScriptCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateScriptCommandInput
|
|
17
|
+
input: UpdateScriptCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateScriptCommandInput,
|
|
22
20
|
UpdateScriptCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ValidateMatchmakingRuleSetOutput,
|
|
5
5
|
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ValidateMatchmakingRuleSetCommandInput
|
|
8
|
-
extends ValidateMatchmakingRuleSetInput {}
|
|
7
|
+
export interface ValidateMatchmakingRuleSetCommandInput extends ValidateMatchmakingRuleSetInput {}
|
|
9
8
|
export interface ValidateMatchmakingRuleSetCommandOutput
|
|
10
|
-
extends ValidateMatchmakingRuleSetOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ValidateMatchmakingRuleSetOutput, __MetadataBearer {}
|
|
12
10
|
declare const ValidateMatchmakingRuleSetCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ValidateMatchmakingRuleSetCommandInput
|
|
12
|
+
input: ValidateMatchmakingRuleSetCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ValidateMatchmakingRuleSetCommandInput,
|
|
17
15
|
ValidateMatchmakingRuleSetCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ValidateMatchmakingRuleSetCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ValidateMatchmakingRuleSetCommandInput
|
|
21
|
+
input: ValidateMatchmakingRuleSetCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ValidateMatchmakingRuleSetCommandInput,
|
|
26
24
|
ValidateMatchmakingRuleSetCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface GameLiftExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -2,14 +2,12 @@ export declare const AcceptanceType: {
|
|
|
2
2
|
readonly ACCEPT: "ACCEPT";
|
|
3
3
|
readonly REJECT: "REJECT";
|
|
4
4
|
};
|
|
5
|
-
export type AcceptanceType =
|
|
6
|
-
(typeof AcceptanceType)[keyof typeof AcceptanceType];
|
|
5
|
+
export type AcceptanceType = (typeof AcceptanceType)[keyof typeof AcceptanceType];
|
|
7
6
|
export declare const RoutingStrategyType: {
|
|
8
7
|
readonly SIMPLE: "SIMPLE";
|
|
9
8
|
readonly TERMINAL: "TERMINAL";
|
|
10
9
|
};
|
|
11
|
-
export type RoutingStrategyType =
|
|
12
|
-
(typeof RoutingStrategyType)[keyof typeof RoutingStrategyType];
|
|
10
|
+
export type RoutingStrategyType = (typeof RoutingStrategyType)[keyof typeof RoutingStrategyType];
|
|
13
11
|
export declare const BackfillMode: {
|
|
14
12
|
readonly AUTOMATIC: "AUTOMATIC";
|
|
15
13
|
readonly MANUAL: "MANUAL";
|
|
@@ -20,8 +18,7 @@ export declare const BalancingStrategy: {
|
|
|
20
18
|
readonly SPOT_ONLY: "SPOT_ONLY";
|
|
21
19
|
readonly SPOT_PREFERRED: "SPOT_PREFERRED";
|
|
22
20
|
};
|
|
23
|
-
export type BalancingStrategy =
|
|
24
|
-
(typeof BalancingStrategy)[keyof typeof BalancingStrategy];
|
|
21
|
+
export type BalancingStrategy = (typeof BalancingStrategy)[keyof typeof BalancingStrategy];
|
|
25
22
|
export declare const OperatingSystem: {
|
|
26
23
|
readonly AMAZON_LINUX: "AMAZON_LINUX";
|
|
27
24
|
readonly AMAZON_LINUX_2: "AMAZON_LINUX_2";
|
|
@@ -30,8 +27,7 @@ export declare const OperatingSystem: {
|
|
|
30
27
|
readonly WINDOWS_2016: "WINDOWS_2016";
|
|
31
28
|
readonly WINDOWS_2022: "WINDOWS_2022";
|
|
32
29
|
};
|
|
33
|
-
export type OperatingSystem =
|
|
34
|
-
(typeof OperatingSystem)[keyof typeof OperatingSystem];
|
|
30
|
+
export type OperatingSystem = (typeof OperatingSystem)[keyof typeof OperatingSystem];
|
|
35
31
|
export declare const BuildStatus: {
|
|
36
32
|
readonly FAILED: "FAILED";
|
|
37
33
|
readonly INITIALIZED: "INITIALIZED";
|
|
@@ -42,14 +38,12 @@ export declare const CertificateType: {
|
|
|
42
38
|
readonly Disabled: "DISABLED";
|
|
43
39
|
readonly Generated: "GENERATED";
|
|
44
40
|
};
|
|
45
|
-
export type CertificateType =
|
|
46
|
-
(typeof CertificateType)[keyof typeof CertificateType];
|
|
41
|
+
export type CertificateType = (typeof CertificateType)[keyof typeof CertificateType];
|
|
47
42
|
export declare const FilterInstanceStatus: {
|
|
48
43
|
readonly ACTIVE: "ACTIVE";
|
|
49
44
|
readonly DRAINING: "DRAINING";
|
|
50
45
|
};
|
|
51
|
-
export type FilterInstanceStatus =
|
|
52
|
-
(typeof FilterInstanceStatus)[keyof typeof FilterInstanceStatus];
|
|
46
|
+
export type FilterInstanceStatus = (typeof FilterInstanceStatus)[keyof typeof FilterInstanceStatus];
|
|
53
47
|
export declare const GameServerClaimStatus: {
|
|
54
48
|
readonly CLAIMED: "CLAIMED";
|
|
55
49
|
};
|
|
@@ -583,8 +577,7 @@ export declare const EC2InstanceType: {
|
|
|
583
577
|
readonly t2_micro: "t2.micro";
|
|
584
578
|
readonly t2_small: "t2.small";
|
|
585
579
|
};
|
|
586
|
-
export type EC2InstanceType =
|
|
587
|
-
(typeof EC2InstanceType)[keyof typeof EC2InstanceType];
|
|
580
|
+
export type EC2InstanceType = (typeof EC2InstanceType)[keyof typeof EC2InstanceType];
|
|
588
581
|
export declare const ComputeType: {
|
|
589
582
|
readonly ANYWHERE: "ANYWHERE";
|
|
590
583
|
readonly EC2: "EC2";
|
|
@@ -613,8 +606,7 @@ export declare const PlayerGatewayStatus: {
|
|
|
613
606
|
readonly DISABLED: "DISABLED";
|
|
614
607
|
readonly ENABLED: "ENABLED";
|
|
615
608
|
};
|
|
616
|
-
export type PlayerGatewayStatus =
|
|
617
|
-
(typeof PlayerGatewayStatus)[keyof typeof PlayerGatewayStatus];
|
|
609
|
+
export type PlayerGatewayStatus = (typeof PlayerGatewayStatus)[keyof typeof PlayerGatewayStatus];
|
|
618
610
|
export declare const ContainerFleetLocationStatus: {
|
|
619
611
|
readonly ACTIVATING: "ACTIVATING";
|
|
620
612
|
readonly ACTIVE: "ACTIVE";
|
|
@@ -632,21 +624,18 @@ export declare const LogDestination: {
|
|
|
632
624
|
readonly NONE: "NONE";
|
|
633
625
|
readonly S3: "S3";
|
|
634
626
|
};
|
|
635
|
-
export type LogDestination =
|
|
636
|
-
(typeof LogDestination)[keyof typeof LogDestination];
|
|
627
|
+
export type LogDestination = (typeof LogDestination)[keyof typeof LogDestination];
|
|
637
628
|
export declare const ProtectionPolicy: {
|
|
638
629
|
readonly FullProtection: "FullProtection";
|
|
639
630
|
readonly NoProtection: "NoProtection";
|
|
640
631
|
};
|
|
641
|
-
export type ProtectionPolicy =
|
|
642
|
-
(typeof ProtectionPolicy)[keyof typeof ProtectionPolicy];
|
|
632
|
+
export type ProtectionPolicy = (typeof ProtectionPolicy)[keyof typeof ProtectionPolicy];
|
|
643
633
|
export declare const PlayerGatewayMode: {
|
|
644
634
|
readonly DISABLED: "DISABLED";
|
|
645
635
|
readonly ENABLED: "ENABLED";
|
|
646
636
|
readonly REQUIRED: "REQUIRED";
|
|
647
637
|
};
|
|
648
|
-
export type PlayerGatewayMode =
|
|
649
|
-
(typeof PlayerGatewayMode)[keyof typeof PlayerGatewayMode];
|
|
638
|
+
export type PlayerGatewayMode = (typeof PlayerGatewayMode)[keyof typeof PlayerGatewayMode];
|
|
650
639
|
export declare const ContainerFleetStatus: {
|
|
651
640
|
readonly ACTIVATING: "ACTIVATING";
|
|
652
641
|
readonly ACTIVE: "ACTIVE";
|
|
@@ -657,8 +646,7 @@ export declare const ContainerFleetStatus: {
|
|
|
657
646
|
readonly PENDING: "PENDING";
|
|
658
647
|
readonly UPDATING: "UPDATING";
|
|
659
648
|
};
|
|
660
|
-
export type ContainerFleetStatus =
|
|
661
|
-
(typeof ContainerFleetStatus)[keyof typeof ContainerFleetStatus];
|
|
649
|
+
export type ContainerFleetStatus = (typeof ContainerFleetStatus)[keyof typeof ContainerFleetStatus];
|
|
662
650
|
export declare const ContainerFleetRemoveAttribute: {
|
|
663
651
|
readonly PER_INSTANCE_CONTAINER_GROUP_DEFINITION: "PER_INSTANCE_CONTAINER_GROUP_DEFINITION";
|
|
664
652
|
};
|
|
@@ -668,8 +656,7 @@ export declare const ContainerGroupType: {
|
|
|
668
656
|
readonly GAME_SERVER: "GAME_SERVER";
|
|
669
657
|
readonly PER_INSTANCE: "PER_INSTANCE";
|
|
670
658
|
};
|
|
671
|
-
export type ContainerGroupType =
|
|
672
|
-
(typeof ContainerGroupType)[keyof typeof ContainerGroupType];
|
|
659
|
+
export type ContainerGroupType = (typeof ContainerGroupType)[keyof typeof ContainerGroupType];
|
|
673
660
|
export declare const LinuxCapability: {
|
|
674
661
|
readonly AUDIT_CONTROL: "AUDIT_CONTROL";
|
|
675
662
|
readonly AUDIT_WRITE: "AUDIT_WRITE";
|
|
@@ -709,8 +696,7 @@ export declare const LinuxCapability: {
|
|
|
709
696
|
readonly SYS_TTY_CONFIG: "SYS_TTY_CONFIG";
|
|
710
697
|
readonly WAKE_ALARM: "WAKE_ALARM";
|
|
711
698
|
};
|
|
712
|
-
export type LinuxCapability =
|
|
713
|
-
(typeof LinuxCapability)[keyof typeof LinuxCapability];
|
|
699
|
+
export type LinuxCapability = (typeof LinuxCapability)[keyof typeof LinuxCapability];
|
|
714
700
|
export declare const ContainerMountPointAccessLevel: {
|
|
715
701
|
readonly READ_AND_WRITE: "READ_AND_WRITE";
|
|
716
702
|
readonly READ_ONLY: "READ_ONLY";
|
|
@@ -890,8 +876,7 @@ export declare const GameSessionStatus: {
|
|
|
890
876
|
readonly TERMINATED: "TERMINATED";
|
|
891
877
|
readonly TERMINATING: "TERMINATING";
|
|
892
878
|
};
|
|
893
|
-
export type GameSessionStatus =
|
|
894
|
-
(typeof GameSessionStatus)[keyof typeof GameSessionStatus];
|
|
879
|
+
export type GameSessionStatus = (typeof GameSessionStatus)[keyof typeof GameSessionStatus];
|
|
895
880
|
export declare const GameSessionStatusReason: {
|
|
896
881
|
readonly FORCE_TERMINATED: "FORCE_TERMINATED";
|
|
897
882
|
readonly INTERRUPTED: "INTERRUPTED";
|
|
@@ -917,8 +902,7 @@ export declare const PlayerSessionStatus: {
|
|
|
917
902
|
readonly RESERVED: "RESERVED";
|
|
918
903
|
readonly TIMEDOUT: "TIMEDOUT";
|
|
919
904
|
};
|
|
920
|
-
export type PlayerSessionStatus =
|
|
921
|
-
(typeof PlayerSessionStatus)[keyof typeof PlayerSessionStatus];
|
|
905
|
+
export type PlayerSessionStatus = (typeof PlayerSessionStatus)[keyof typeof PlayerSessionStatus];
|
|
922
906
|
export declare const GameServerGroupDeleteOption: {
|
|
923
907
|
readonly FORCE_DELETE: "FORCE_DELETE";
|
|
924
908
|
readonly RETAIN: "RETAIN";
|
|
@@ -947,14 +931,12 @@ export declare const DeploymentStatus: {
|
|
|
947
931
|
readonly ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE";
|
|
948
932
|
readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS";
|
|
949
933
|
};
|
|
950
|
-
export type DeploymentStatus =
|
|
951
|
-
(typeof DeploymentStatus)[keyof typeof DeploymentStatus];
|
|
934
|
+
export type DeploymentStatus = (typeof DeploymentStatus)[keyof typeof DeploymentStatus];
|
|
952
935
|
export declare const ZeroCapacityStrategy: {
|
|
953
936
|
readonly MANUAL: "MANUAL";
|
|
954
937
|
readonly SCALE_TO_AND_FROM_ZERO: "SCALE_TO_AND_FROM_ZERO";
|
|
955
938
|
};
|
|
956
|
-
export type ZeroCapacityStrategy =
|
|
957
|
-
(typeof ZeroCapacityStrategy)[keyof typeof ZeroCapacityStrategy];
|
|
939
|
+
export type ZeroCapacityStrategy = (typeof ZeroCapacityStrategy)[keyof typeof ZeroCapacityStrategy];
|
|
958
940
|
export declare const EventCode: {
|
|
959
941
|
readonly COMPUTE_LOG_UPLOAD_FAILED: "COMPUTE_LOG_UPLOAD_FAILED";
|
|
960
942
|
readonly FLEET_ACTIVATION_FAILED: "FLEET_ACTIVATION_FAILED";
|
|
@@ -1018,8 +1000,7 @@ export type EventCode = (typeof EventCode)[keyof typeof EventCode];
|
|
|
1018
1000
|
export declare const LocationUpdateStatus: {
|
|
1019
1001
|
readonly PENDING_UPDATE: "PENDING_UPDATE";
|
|
1020
1002
|
};
|
|
1021
|
-
export type LocationUpdateStatus =
|
|
1022
|
-
(typeof LocationUpdateStatus)[keyof typeof LocationUpdateStatus];
|
|
1003
|
+
export type LocationUpdateStatus = (typeof LocationUpdateStatus)[keyof typeof LocationUpdateStatus];
|
|
1023
1004
|
export declare const GameServerInstanceStatus: {
|
|
1024
1005
|
readonly ACTIVE: "ACTIVE";
|
|
1025
1006
|
readonly DRAINING: "DRAINING";
|
|
@@ -1047,8 +1028,7 @@ export declare const InstanceStatus: {
|
|
|
1047
1028
|
readonly PENDING: "PENDING";
|
|
1048
1029
|
readonly TERMINATING: "TERMINATING";
|
|
1049
1030
|
};
|
|
1050
|
-
export type InstanceStatus =
|
|
1051
|
-
(typeof InstanceStatus)[keyof typeof InstanceStatus];
|
|
1031
|
+
export type InstanceStatus = (typeof InstanceStatus)[keyof typeof InstanceStatus];
|
|
1052
1032
|
export declare const MatchmakingConfigurationStatus: {
|
|
1053
1033
|
readonly CANCELLED: "CANCELLED";
|
|
1054
1034
|
readonly COMPLETED: "COMPLETED";
|
|
@@ -1070,8 +1050,7 @@ export declare const ScalingStatusType: {
|
|
|
1070
1050
|
readonly UPDATE_REQUESTED: "UPDATE_REQUESTED";
|
|
1071
1051
|
readonly UPDATING: "UPDATING";
|
|
1072
1052
|
};
|
|
1073
|
-
export type ScalingStatusType =
|
|
1074
|
-
(typeof ScalingStatusType)[keyof typeof ScalingStatusType];
|
|
1053
|
+
export type ScalingStatusType = (typeof ScalingStatusType)[keyof typeof ScalingStatusType];
|
|
1075
1054
|
export declare const MetricName: {
|
|
1076
1055
|
readonly ActivatingGameSessions: "ActivatingGameSessions";
|
|
1077
1056
|
readonly ActiveGameSessions: "ActiveGameSessions";
|
|
@@ -1114,14 +1093,12 @@ export declare const LocationFilter: {
|
|
|
1114
1093
|
readonly AWS: "AWS";
|
|
1115
1094
|
readonly CUSTOM: "CUSTOM";
|
|
1116
1095
|
};
|
|
1117
|
-
export type LocationFilter =
|
|
1118
|
-
(typeof LocationFilter)[keyof typeof LocationFilter];
|
|
1096
|
+
export type LocationFilter = (typeof LocationFilter)[keyof typeof LocationFilter];
|
|
1119
1097
|
export declare const TerminationMode: {
|
|
1120
1098
|
readonly FORCE_TERMINATE: "FORCE_TERMINATE";
|
|
1121
1099
|
readonly TRIGGER_ON_PROCESS_TERMINATE: "TRIGGER_ON_PROCESS_TERMINATE";
|
|
1122
1100
|
};
|
|
1123
|
-
export type TerminationMode =
|
|
1124
|
-
(typeof TerminationMode)[keyof typeof TerminationMode];
|
|
1101
|
+
export type TerminationMode = (typeof TerminationMode)[keyof typeof TerminationMode];
|
|
1125
1102
|
export declare const GameServerHealthCheck: {
|
|
1126
1103
|
readonly HEALTHY: "HEALTHY";
|
|
1127
1104
|
};
|