@aws-sdk/client-gamelift 3.1087.0 → 3.1089.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
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DescribeAliasInput, DescribeAliasOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DescribeAliasCommandInput extends DescribeAliasInput {}
|
|
5
|
-
export interface DescribeAliasCommandOutput
|
|
6
|
-
extends DescribeAliasOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeAliasCommandOutput extends DescribeAliasOutput, __MetadataBearer {}
|
|
8
6
|
declare const DescribeAliasCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DescribeAliasCommandInput
|
|
8
|
+
input: DescribeAliasCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DescribeAliasCommandInput,
|
|
13
11
|
DescribeAliasCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DescribeAliasCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DescribeAliasCommandInput
|
|
17
|
+
input: DescribeAliasCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DescribeAliasCommandInput,
|
|
22
20
|
DescribeAliasCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DescribeBuildInput, DescribeBuildOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DescribeBuildCommandInput extends DescribeBuildInput {}
|
|
5
|
-
export interface DescribeBuildCommandOutput
|
|
6
|
-
extends DescribeBuildOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeBuildCommandOutput extends DescribeBuildOutput, __MetadataBearer {}
|
|
8
6
|
declare const DescribeBuildCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DescribeBuildCommandInput
|
|
8
|
+
input: DescribeBuildCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DescribeBuildCommandInput,
|
|
13
11
|
DescribeBuildCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DescribeBuildCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DescribeBuildCommandInput
|
|
17
|
+
input: DescribeBuildCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DescribeBuildCommandInput,
|
|
22
20
|
DescribeBuildCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeComputeInput,
|
|
4
|
-
DescribeComputeOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeComputeInput, DescribeComputeOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeComputeCommandInput extends DescribeComputeInput {}
|
|
8
|
-
export interface DescribeComputeCommandOutput
|
|
9
|
-
extends DescribeComputeOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeComputeCommandOutput extends DescribeComputeOutput, __MetadataBearer {}
|
|
11
6
|
declare const DescribeComputeCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeComputeCommandInput
|
|
8
|
+
input: DescribeComputeCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeComputeCommandInput,
|
|
16
11
|
DescribeComputeCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeComputeCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeComputeCommandInput
|
|
17
|
+
input: DescribeComputeCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeComputeCommandInput,
|
|
25
20
|
DescribeComputeCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeContainerFleetInput,
|
|
4
|
-
DescribeContainerFleetOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeContainerFleetInput, DescribeContainerFleetOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeContainerFleetCommandInput
|
|
8
|
-
extends DescribeContainerFleetInput {}
|
|
4
|
+
export interface DescribeContainerFleetCommandInput extends DescribeContainerFleetInput {}
|
|
9
5
|
export interface DescribeContainerFleetCommandOutput
|
|
10
|
-
extends DescribeContainerFleetOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeContainerFleetOutput, __MetadataBearer {}
|
|
12
7
|
declare const DescribeContainerFleetCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeContainerFleetCommandInput
|
|
9
|
+
input: DescribeContainerFleetCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeContainerFleetCommandInput,
|
|
17
12
|
DescribeContainerFleetCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeContainerFleetCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeContainerFleetCommandInput
|
|
18
|
+
input: DescribeContainerFleetCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeContainerFleetCommandInput,
|
|
26
21
|
DescribeContainerFleetCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeContainerGroupDefinitionOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeContainerGroupDefinitionCommandInput
|
|
8
|
-
extends DescribeContainerGroupDefinitionInput {}
|
|
7
|
+
export interface DescribeContainerGroupDefinitionCommandInput extends DescribeContainerGroupDefinitionInput {}
|
|
9
8
|
export interface DescribeContainerGroupDefinitionCommandOutput
|
|
10
|
-
extends DescribeContainerGroupDefinitionOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeContainerGroupDefinitionOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeContainerGroupDefinitionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeContainerGroupDefinitionCommandInput
|
|
12
|
+
input: DescribeContainerGroupDefinitionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeContainerGroupDefinitionCommandInput,
|
|
17
15
|
DescribeContainerGroupDefinitionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeContainerGroupDefinitionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeContainerGroupDefinitionCommandInput
|
|
21
|
+
input: DescribeContainerGroupDefinitionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeContainerGroupDefinitionCommandInput,
|
|
26
24
|
DescribeContainerGroupDefinitionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeContainerGroupPortMappingsOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeContainerGroupPortMappingsCommandInput
|
|
8
|
-
extends DescribeContainerGroupPortMappingsInput {}
|
|
7
|
+
export interface DescribeContainerGroupPortMappingsCommandInput extends DescribeContainerGroupPortMappingsInput {}
|
|
9
8
|
export interface DescribeContainerGroupPortMappingsCommandOutput
|
|
10
|
-
extends DescribeContainerGroupPortMappingsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeContainerGroupPortMappingsOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeContainerGroupPortMappingsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeContainerGroupPortMappingsCommandInput
|
|
12
|
+
input: DescribeContainerGroupPortMappingsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeContainerGroupPortMappingsCommandInput,
|
|
17
15
|
DescribeContainerGroupPortMappingsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeContainerGroupPortMappingsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeContainerGroupPortMappingsCommandInput
|
|
21
|
+
input: DescribeContainerGroupPortMappingsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeContainerGroupPortMappingsCommandInput,
|
|
26
24
|
DescribeContainerGroupPortMappingsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeEC2InstanceLimitsOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeEC2InstanceLimitsCommandInput
|
|
8
|
-
extends DescribeEC2InstanceLimitsInput {}
|
|
7
|
+
export interface DescribeEC2InstanceLimitsCommandInput extends DescribeEC2InstanceLimitsInput {}
|
|
9
8
|
export interface DescribeEC2InstanceLimitsCommandOutput
|
|
10
|
-
extends DescribeEC2InstanceLimitsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeEC2InstanceLimitsOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeEC2InstanceLimitsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeEC2InstanceLimitsCommandInput
|
|
12
|
+
input: DescribeEC2InstanceLimitsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeEC2InstanceLimitsCommandInput,
|
|
17
15
|
DescribeEC2InstanceLimitsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeFleetAttributesInput,
|
|
4
|
-
DescribeFleetAttributesOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeFleetAttributesInput, DescribeFleetAttributesOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeFleetAttributesCommandInput
|
|
8
|
-
extends DescribeFleetAttributesInput {}
|
|
4
|
+
export interface DescribeFleetAttributesCommandInput extends DescribeFleetAttributesInput {}
|
|
9
5
|
export interface DescribeFleetAttributesCommandOutput
|
|
10
|
-
extends DescribeFleetAttributesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeFleetAttributesOutput, __MetadataBearer {}
|
|
12
7
|
declare const DescribeFleetAttributesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeFleetAttributesCommandInput
|
|
9
|
+
input: DescribeFleetAttributesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeFleetAttributesCommandInput,
|
|
17
12
|
DescribeFleetAttributesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeFleetCapacityInput,
|
|
4
|
-
DescribeFleetCapacityOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeFleetCapacityInput, DescribeFleetCapacityOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeFleetCapacityCommandInput
|
|
8
|
-
extends DescribeFleetCapacityInput {}
|
|
4
|
+
export interface DescribeFleetCapacityCommandInput extends DescribeFleetCapacityInput {}
|
|
9
5
|
export interface DescribeFleetCapacityCommandOutput
|
|
10
|
-
extends DescribeFleetCapacityOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeFleetCapacityOutput, __MetadataBearer {}
|
|
12
7
|
declare const DescribeFleetCapacityCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeFleetCapacityCommandInput
|
|
9
|
+
input: DescribeFleetCapacityCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeFleetCapacityCommandInput,
|
|
17
12
|
DescribeFleetCapacityCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeFleetDeploymentInput,
|
|
4
|
-
DescribeFleetDeploymentOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeFleetDeploymentInput, DescribeFleetDeploymentOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeFleetDeploymentCommandInput
|
|
8
|
-
extends DescribeFleetDeploymentInput {}
|
|
4
|
+
export interface DescribeFleetDeploymentCommandInput extends DescribeFleetDeploymentInput {}
|
|
9
5
|
export interface DescribeFleetDeploymentCommandOutput
|
|
10
|
-
extends DescribeFleetDeploymentOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeFleetDeploymentOutput, __MetadataBearer {}
|
|
12
7
|
declare const DescribeFleetDeploymentCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeFleetDeploymentCommandInput
|
|
9
|
+
input: DescribeFleetDeploymentCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeFleetDeploymentCommandInput,
|
|
17
12
|
DescribeFleetDeploymentCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeFleetDeploymentCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeFleetDeploymentCommandInput
|
|
18
|
+
input: DescribeFleetDeploymentCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeFleetDeploymentCommandInput,
|
|
26
21
|
DescribeFleetDeploymentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeFleetEventsInput,
|
|
4
|
-
DescribeFleetEventsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeFleetEventsInput, DescribeFleetEventsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeFleetEventsCommandInput
|
|
8
|
-
extends DescribeFleetEventsInput {}
|
|
4
|
+
export interface DescribeFleetEventsCommandInput extends DescribeFleetEventsInput {}
|
|
9
5
|
export interface DescribeFleetEventsCommandOutput
|
|
10
|
-
extends DescribeFleetEventsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeFleetEventsOutput, __MetadataBearer {}
|
|
12
7
|
declare const DescribeFleetEventsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeFleetEventsCommandInput
|
|
9
|
+
input: DescribeFleetEventsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeFleetEventsCommandInput,
|
|
17
12
|
DescribeFleetEventsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeFleetEventsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeFleetEventsCommandInput
|
|
18
|
+
input: DescribeFleetEventsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeFleetEventsCommandInput,
|
|
26
21
|
DescribeFleetEventsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeFleetLocationAttributesOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeFleetLocationAttributesCommandInput
|
|
8
|
-
extends DescribeFleetLocationAttributesInput {}
|
|
7
|
+
export interface DescribeFleetLocationAttributesCommandInput extends DescribeFleetLocationAttributesInput {}
|
|
9
8
|
export interface DescribeFleetLocationAttributesCommandOutput
|
|
10
|
-
extends DescribeFleetLocationAttributesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeFleetLocationAttributesOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeFleetLocationAttributesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeFleetLocationAttributesCommandInput
|
|
12
|
+
input: DescribeFleetLocationAttributesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeFleetLocationAttributesCommandInput,
|
|
17
15
|
DescribeFleetLocationAttributesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeFleetLocationAttributesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeFleetLocationAttributesCommandInput
|
|
21
|
+
input: DescribeFleetLocationAttributesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeFleetLocationAttributesCommandInput,
|
|
26
24
|
DescribeFleetLocationAttributesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeFleetLocationCapacityOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeFleetLocationCapacityCommandInput
|
|
8
|
-
extends DescribeFleetLocationCapacityInput {}
|
|
7
|
+
export interface DescribeFleetLocationCapacityCommandInput extends DescribeFleetLocationCapacityInput {}
|
|
9
8
|
export interface DescribeFleetLocationCapacityCommandOutput
|
|
10
|
-
extends DescribeFleetLocationCapacityOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeFleetLocationCapacityOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeFleetLocationCapacityCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeFleetLocationCapacityCommandInput
|
|
12
|
+
input: DescribeFleetLocationCapacityCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeFleetLocationCapacityCommandInput,
|
|
17
15
|
DescribeFleetLocationCapacityCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeFleetLocationCapacityCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeFleetLocationCapacityCommandInput
|
|
21
|
+
input: DescribeFleetLocationCapacityCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeFleetLocationCapacityCommandInput,
|
|
26
24
|
DescribeFleetLocationCapacityCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeFleetLocationUtilizationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeFleetLocationUtilizationCommandInput
|
|
8
|
-
extends DescribeFleetLocationUtilizationInput {}
|
|
7
|
+
export interface DescribeFleetLocationUtilizationCommandInput extends DescribeFleetLocationUtilizationInput {}
|
|
9
8
|
export interface DescribeFleetLocationUtilizationCommandOutput
|
|
10
|
-
extends DescribeFleetLocationUtilizationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeFleetLocationUtilizationOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeFleetLocationUtilizationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeFleetLocationUtilizationCommandInput
|
|
12
|
+
input: DescribeFleetLocationUtilizationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeFleetLocationUtilizationCommandInput,
|
|
17
15
|
DescribeFleetLocationUtilizationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeFleetLocationUtilizationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeFleetLocationUtilizationCommandInput
|
|
21
|
+
input: DescribeFleetLocationUtilizationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeFleetLocationUtilizationCommandInput,
|
|
26
24
|
DescribeFleetLocationUtilizationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeFleetPortSettingsOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeFleetPortSettingsCommandInput
|
|
8
|
-
extends DescribeFleetPortSettingsInput {}
|
|
7
|
+
export interface DescribeFleetPortSettingsCommandInput extends DescribeFleetPortSettingsInput {}
|
|
9
8
|
export interface DescribeFleetPortSettingsCommandOutput
|
|
10
|
-
extends DescribeFleetPortSettingsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeFleetPortSettingsOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeFleetPortSettingsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeFleetPortSettingsCommandInput
|
|
12
|
+
input: DescribeFleetPortSettingsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeFleetPortSettingsCommandInput,
|
|
17
15
|
DescribeFleetPortSettingsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeFleetPortSettingsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeFleetPortSettingsCommandInput
|
|
21
|
+
input: DescribeFleetPortSettingsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeFleetPortSettingsCommandInput,
|
|
26
24
|
DescribeFleetPortSettingsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeFleetUtilizationInput,
|
|
4
|
-
DescribeFleetUtilizationOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeFleetUtilizationInput, DescribeFleetUtilizationOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeFleetUtilizationCommandInput
|
|
8
|
-
extends DescribeFleetUtilizationInput {}
|
|
4
|
+
export interface DescribeFleetUtilizationCommandInput extends DescribeFleetUtilizationInput {}
|
|
9
5
|
export interface DescribeFleetUtilizationCommandOutput
|
|
10
|
-
extends DescribeFleetUtilizationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeFleetUtilizationOutput, __MetadataBearer {}
|
|
12
7
|
declare const DescribeFleetUtilizationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeFleetUtilizationCommandInput
|
|
9
|
+
input: DescribeFleetUtilizationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeFleetUtilizationCommandInput,
|
|
17
12
|
DescribeFleetUtilizationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeGameServerInput,
|
|
4
|
-
DescribeGameServerOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeGameServerInput, DescribeGameServerOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeGameServerCommandInput
|
|
8
|
-
extends DescribeGameServerInput {}
|
|
4
|
+
export interface DescribeGameServerCommandInput extends DescribeGameServerInput {}
|
|
9
5
|
export interface DescribeGameServerCommandOutput
|
|
10
|
-
extends DescribeGameServerOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeGameServerOutput, __MetadataBearer {}
|
|
12
7
|
declare const DescribeGameServerCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeGameServerCommandInput
|
|
9
|
+
input: DescribeGameServerCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeGameServerCommandInput,
|
|
17
12
|
DescribeGameServerCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeGameServerCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeGameServerCommandInput
|
|
18
|
+
input: DescribeGameServerCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeGameServerCommandInput,
|
|
26
21
|
DescribeGameServerCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeGameServerGroupInput,
|
|
4
|
-
DescribeGameServerGroupOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeGameServerGroupInput, DescribeGameServerGroupOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeGameServerGroupCommandInput
|
|
8
|
-
extends DescribeGameServerGroupInput {}
|
|
4
|
+
export interface DescribeGameServerGroupCommandInput extends DescribeGameServerGroupInput {}
|
|
9
5
|
export interface DescribeGameServerGroupCommandOutput
|
|
10
|
-
extends DescribeGameServerGroupOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeGameServerGroupOutput, __MetadataBearer {}
|
|
12
7
|
declare const DescribeGameServerGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeGameServerGroupCommandInput
|
|
9
|
+
input: DescribeGameServerGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeGameServerGroupCommandInput,
|
|
17
12
|
DescribeGameServerGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeGameServerGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeGameServerGroupCommandInput
|
|
18
|
+
input: DescribeGameServerGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeGameServerGroupCommandInput,
|
|
26
21
|
DescribeGameServerGroupCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeGameServerInstancesOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeGameServerInstancesCommandInput
|
|
8
|
-
extends DescribeGameServerInstancesInput {}
|
|
7
|
+
export interface DescribeGameServerInstancesCommandInput extends DescribeGameServerInstancesInput {}
|
|
9
8
|
export interface DescribeGameServerInstancesCommandOutput
|
|
10
|
-
extends DescribeGameServerInstancesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeGameServerInstancesOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeGameServerInstancesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeGameServerInstancesCommandInput
|
|
12
|
+
input: DescribeGameServerInstancesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeGameServerInstancesCommandInput,
|
|
17
15
|
DescribeGameServerInstancesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeGameServerInstancesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeGameServerInstancesCommandInput
|
|
21
|
+
input: DescribeGameServerInstancesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeGameServerInstancesCommandInput,
|
|
26
24
|
DescribeGameServerInstancesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeGameSessionDetailsOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeGameSessionDetailsCommandInput
|
|
8
|
-
extends DescribeGameSessionDetailsInput {}
|
|
7
|
+
export interface DescribeGameSessionDetailsCommandInput extends DescribeGameSessionDetailsInput {}
|
|
9
8
|
export interface DescribeGameSessionDetailsCommandOutput
|
|
10
|
-
extends DescribeGameSessionDetailsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeGameSessionDetailsOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeGameSessionDetailsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeGameSessionDetailsCommandInput
|
|
12
|
+
input: DescribeGameSessionDetailsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeGameSessionDetailsCommandInput,
|
|
17
15
|
DescribeGameSessionDetailsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeGameSessionPlacementOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeGameSessionPlacementCommandInput
|
|
8
|
-
extends DescribeGameSessionPlacementInput {}
|
|
7
|
+
export interface DescribeGameSessionPlacementCommandInput extends DescribeGameSessionPlacementInput {}
|
|
9
8
|
export interface DescribeGameSessionPlacementCommandOutput
|
|
10
|
-
extends DescribeGameSessionPlacementOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeGameSessionPlacementOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeGameSessionPlacementCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeGameSessionPlacementCommandInput
|
|
12
|
+
input: DescribeGameSessionPlacementCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeGameSessionPlacementCommandInput,
|
|
17
15
|
DescribeGameSessionPlacementCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeGameSessionPlacementCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeGameSessionPlacementCommandInput
|
|
21
|
+
input: DescribeGameSessionPlacementCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeGameSessionPlacementCommandInput,
|
|
26
24
|
DescribeGameSessionPlacementCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeGameSessionQueuesOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeGameSessionQueuesCommandInput
|
|
8
|
-
extends DescribeGameSessionQueuesInput {}
|
|
7
|
+
export interface DescribeGameSessionQueuesCommandInput extends DescribeGameSessionQueuesInput {}
|
|
9
8
|
export interface DescribeGameSessionQueuesCommandOutput
|
|
10
|
-
extends DescribeGameSessionQueuesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeGameSessionQueuesOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeGameSessionQueuesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeGameSessionQueuesCommandInput
|
|
12
|
+
input: DescribeGameSessionQueuesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeGameSessionQueuesCommandInput,
|
|
17
15
|
DescribeGameSessionQueuesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeGameSessionsInput,
|
|
4
|
-
DescribeGameSessionsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeGameSessionsInput, DescribeGameSessionsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeGameSessionsCommandInput
|
|
8
|
-
extends DescribeGameSessionsInput {}
|
|
4
|
+
export interface DescribeGameSessionsCommandInput extends DescribeGameSessionsInput {}
|
|
9
5
|
export interface DescribeGameSessionsCommandOutput
|
|
10
|
-
extends DescribeGameSessionsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeGameSessionsOutput, __MetadataBearer {}
|
|
12
7
|
declare const DescribeGameSessionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeGameSessionsCommandInput
|
|
9
|
+
input: DescribeGameSessionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeGameSessionsCommandInput,
|
|
17
12
|
DescribeGameSessionsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeInstancesInput,
|
|
4
|
-
DescribeInstancesOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeInstancesInput, DescribeInstancesOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeInstancesCommandInput extends DescribeInstancesInput {}
|
|
8
|
-
export interface DescribeInstancesCommandOutput
|
|
9
|
-
extends DescribeInstancesOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeInstancesCommandOutput extends DescribeInstancesOutput, __MetadataBearer {}
|
|
11
6
|
declare const DescribeInstancesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeInstancesCommandInput
|
|
8
|
+
input: DescribeInstancesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeInstancesCommandInput,
|
|
16
11
|
DescribeInstancesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeInstancesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeInstancesCommandInput
|
|
17
|
+
input: DescribeInstancesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeInstancesCommandInput,
|
|
25
20
|
DescribeInstancesCommandOutput,
|