@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
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeMatchmakingInput,
|
|
4
|
-
DescribeMatchmakingOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeMatchmakingInput, DescribeMatchmakingOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeMatchmakingCommandInput
|
|
8
|
-
extends DescribeMatchmakingInput {}
|
|
4
|
+
export interface DescribeMatchmakingCommandInput extends DescribeMatchmakingInput {}
|
|
9
5
|
export interface DescribeMatchmakingCommandOutput
|
|
10
|
-
extends DescribeMatchmakingOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeMatchmakingOutput, __MetadataBearer {}
|
|
12
7
|
declare const DescribeMatchmakingCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeMatchmakingCommandInput
|
|
9
|
+
input: DescribeMatchmakingCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeMatchmakingCommandInput,
|
|
17
12
|
DescribeMatchmakingCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeMatchmakingCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeMatchmakingCommandInput
|
|
18
|
+
input: DescribeMatchmakingCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeMatchmakingCommandInput,
|
|
26
21
|
DescribeMatchmakingCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeMatchmakingConfigurationsOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeMatchmakingConfigurationsCommandInput
|
|
8
|
-
extends DescribeMatchmakingConfigurationsInput {}
|
|
7
|
+
export interface DescribeMatchmakingConfigurationsCommandInput extends DescribeMatchmakingConfigurationsInput {}
|
|
9
8
|
export interface DescribeMatchmakingConfigurationsCommandOutput
|
|
10
|
-
extends DescribeMatchmakingConfigurationsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeMatchmakingConfigurationsOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeMatchmakingConfigurationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeMatchmakingConfigurationsCommandInput
|
|
12
|
+
input: DescribeMatchmakingConfigurationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeMatchmakingConfigurationsCommandInput,
|
|
17
15
|
DescribeMatchmakingConfigurationsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeMatchmakingRuleSetsOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeMatchmakingRuleSetsCommandInput
|
|
8
|
-
extends DescribeMatchmakingRuleSetsInput {}
|
|
7
|
+
export interface DescribeMatchmakingRuleSetsCommandInput extends DescribeMatchmakingRuleSetsInput {}
|
|
9
8
|
export interface DescribeMatchmakingRuleSetsCommandOutput
|
|
10
|
-
extends DescribeMatchmakingRuleSetsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeMatchmakingRuleSetsOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeMatchmakingRuleSetsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeMatchmakingRuleSetsCommandInput
|
|
12
|
+
input: DescribeMatchmakingRuleSetsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeMatchmakingRuleSetsCommandInput,
|
|
17
15
|
DescribeMatchmakingRuleSetsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribePlayerSessionsInput,
|
|
4
|
-
DescribePlayerSessionsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribePlayerSessionsInput, DescribePlayerSessionsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribePlayerSessionsCommandInput
|
|
8
|
-
extends DescribePlayerSessionsInput {}
|
|
4
|
+
export interface DescribePlayerSessionsCommandInput extends DescribePlayerSessionsInput {}
|
|
9
5
|
export interface DescribePlayerSessionsCommandOutput
|
|
10
|
-
extends DescribePlayerSessionsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribePlayerSessionsOutput, __MetadataBearer {}
|
|
12
7
|
declare const DescribePlayerSessionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribePlayerSessionsCommandInput
|
|
9
|
+
input: DescribePlayerSessionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribePlayerSessionsCommandInput,
|
|
17
12
|
DescribePlayerSessionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeRuntimeConfigurationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeRuntimeConfigurationCommandInput
|
|
8
|
-
extends DescribeRuntimeConfigurationInput {}
|
|
7
|
+
export interface DescribeRuntimeConfigurationCommandInput extends DescribeRuntimeConfigurationInput {}
|
|
9
8
|
export interface DescribeRuntimeConfigurationCommandOutput
|
|
10
|
-
extends DescribeRuntimeConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeRuntimeConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeRuntimeConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeRuntimeConfigurationCommandInput
|
|
12
|
+
input: DescribeRuntimeConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeRuntimeConfigurationCommandInput,
|
|
17
15
|
DescribeRuntimeConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeRuntimeConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeRuntimeConfigurationCommandInput
|
|
21
|
+
input: DescribeRuntimeConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeRuntimeConfigurationCommandInput,
|
|
26
24
|
DescribeRuntimeConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeScalingPoliciesInput,
|
|
4
|
-
DescribeScalingPoliciesOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeScalingPoliciesInput, DescribeScalingPoliciesOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeScalingPoliciesCommandInput
|
|
8
|
-
extends DescribeScalingPoliciesInput {}
|
|
4
|
+
export interface DescribeScalingPoliciesCommandInput extends DescribeScalingPoliciesInput {}
|
|
9
5
|
export interface DescribeScalingPoliciesCommandOutput
|
|
10
|
-
extends DescribeScalingPoliciesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeScalingPoliciesOutput, __MetadataBearer {}
|
|
12
7
|
declare const DescribeScalingPoliciesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeScalingPoliciesCommandInput
|
|
9
|
+
input: DescribeScalingPoliciesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeScalingPoliciesCommandInput,
|
|
17
12
|
DescribeScalingPoliciesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeScalingPoliciesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeScalingPoliciesCommandInput
|
|
18
|
+
input: DescribeScalingPoliciesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeScalingPoliciesCommandInput,
|
|
26
21
|
DescribeScalingPoliciesCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DescribeScriptInput, DescribeScriptOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DescribeScriptCommandInput extends DescribeScriptInput {}
|
|
5
|
-
export interface DescribeScriptCommandOutput
|
|
6
|
-
extends DescribeScriptOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeScriptCommandOutput extends DescribeScriptOutput, __MetadataBearer {}
|
|
8
6
|
declare const DescribeScriptCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DescribeScriptCommandInput
|
|
8
|
+
input: DescribeScriptCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DescribeScriptCommandInput,
|
|
13
11
|
DescribeScriptCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DescribeScriptCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DescribeScriptCommandInput
|
|
17
|
+
input: DescribeScriptCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DescribeScriptCommandInput,
|
|
22
20
|
DescribeScriptCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeVpcPeeringAuthorizationsOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeVpcPeeringAuthorizationsCommandInput
|
|
8
|
-
extends DescribeVpcPeeringAuthorizationsInput {}
|
|
7
|
+
export interface DescribeVpcPeeringAuthorizationsCommandInput extends DescribeVpcPeeringAuthorizationsInput {}
|
|
9
8
|
export interface DescribeVpcPeeringAuthorizationsCommandOutput
|
|
10
|
-
extends DescribeVpcPeeringAuthorizationsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeVpcPeeringAuthorizationsOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeVpcPeeringAuthorizationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeVpcPeeringAuthorizationsCommandInput
|
|
12
|
+
input: DescribeVpcPeeringAuthorizationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeVpcPeeringAuthorizationsCommandInput,
|
|
17
15
|
DescribeVpcPeeringAuthorizationsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeVpcPeeringConnectionsOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeVpcPeeringConnectionsCommandInput
|
|
8
|
-
extends DescribeVpcPeeringConnectionsInput {}
|
|
7
|
+
export interface DescribeVpcPeeringConnectionsCommandInput extends DescribeVpcPeeringConnectionsInput {}
|
|
9
8
|
export interface DescribeVpcPeeringConnectionsCommandOutput
|
|
10
|
-
extends DescribeVpcPeeringConnectionsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeVpcPeeringConnectionsOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeVpcPeeringConnectionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeVpcPeeringConnectionsCommandInput
|
|
12
|
+
input: DescribeVpcPeeringConnectionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeVpcPeeringConnectionsCommandInput,
|
|
17
15
|
DescribeVpcPeeringConnectionsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetComputeAccessInput,
|
|
4
|
-
GetComputeAccessOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetComputeAccessInput, GetComputeAccessOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetComputeAccessCommandInput extends GetComputeAccessInput {}
|
|
8
|
-
export interface GetComputeAccessCommandOutput
|
|
9
|
-
extends GetComputeAccessOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetComputeAccessCommandOutput extends GetComputeAccessOutput, __MetadataBearer {}
|
|
11
6
|
declare const GetComputeAccessCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetComputeAccessCommandInput
|
|
8
|
+
input: GetComputeAccessCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetComputeAccessCommandInput,
|
|
16
11
|
GetComputeAccessCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetComputeAccessCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetComputeAccessCommandInput
|
|
17
|
+
input: GetComputeAccessCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetComputeAccessCommandInput,
|
|
25
20
|
GetComputeAccessCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetComputeAuthTokenInput,
|
|
4
|
-
GetComputeAuthTokenOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetComputeAuthTokenInput, GetComputeAuthTokenOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetComputeAuthTokenCommandInput
|
|
8
|
-
extends GetComputeAuthTokenInput {}
|
|
4
|
+
export interface GetComputeAuthTokenCommandInput extends GetComputeAuthTokenInput {}
|
|
9
5
|
export interface GetComputeAuthTokenCommandOutput
|
|
10
|
-
extends GetComputeAuthTokenOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetComputeAuthTokenOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetComputeAuthTokenCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetComputeAuthTokenCommandInput
|
|
9
|
+
input: GetComputeAuthTokenCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetComputeAuthTokenCommandInput,
|
|
17
12
|
GetComputeAuthTokenCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetComputeAuthTokenCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetComputeAuthTokenCommandInput
|
|
18
|
+
input: GetComputeAuthTokenCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetComputeAuthTokenCommandInput,
|
|
26
21
|
GetComputeAuthTokenCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetGameSessionLogUrlInput,
|
|
4
|
-
GetGameSessionLogUrlOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetGameSessionLogUrlInput, GetGameSessionLogUrlOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetGameSessionLogUrlCommandInput
|
|
8
|
-
extends GetGameSessionLogUrlInput {}
|
|
4
|
+
export interface GetGameSessionLogUrlCommandInput extends GetGameSessionLogUrlInput {}
|
|
9
5
|
export interface GetGameSessionLogUrlCommandOutput
|
|
10
|
-
extends GetGameSessionLogUrlOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetGameSessionLogUrlOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetGameSessionLogUrlCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetGameSessionLogUrlCommandInput
|
|
9
|
+
input: GetGameSessionLogUrlCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetGameSessionLogUrlCommandInput,
|
|
17
12
|
GetGameSessionLogUrlCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetGameSessionLogUrlCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetGameSessionLogUrlCommandInput
|
|
18
|
+
input: GetGameSessionLogUrlCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetGameSessionLogUrlCommandInput,
|
|
26
21
|
GetGameSessionLogUrlCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetInstanceAccessInput,
|
|
4
|
-
GetInstanceAccessOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetInstanceAccessInput, GetInstanceAccessOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetInstanceAccessCommandInput extends GetInstanceAccessInput {}
|
|
8
|
-
export interface GetInstanceAccessCommandOutput
|
|
9
|
-
extends GetInstanceAccessOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetInstanceAccessCommandOutput extends GetInstanceAccessOutput, __MetadataBearer {}
|
|
11
6
|
declare const GetInstanceAccessCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetInstanceAccessCommandInput
|
|
8
|
+
input: GetInstanceAccessCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetInstanceAccessCommandInput,
|
|
16
11
|
GetInstanceAccessCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetInstanceAccessCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetInstanceAccessCommandInput
|
|
17
|
+
input: GetInstanceAccessCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetInstanceAccessCommandInput,
|
|
25
20
|
GetInstanceAccessCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetPlayerConnectionDetailsOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetPlayerConnectionDetailsCommandInput
|
|
8
|
-
extends GetPlayerConnectionDetailsInput {}
|
|
7
|
+
export interface GetPlayerConnectionDetailsCommandInput extends GetPlayerConnectionDetailsInput {}
|
|
9
8
|
export interface GetPlayerConnectionDetailsCommandOutput
|
|
10
|
-
extends GetPlayerConnectionDetailsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetPlayerConnectionDetailsOutput, __MetadataBearer {}
|
|
12
10
|
declare const GetPlayerConnectionDetailsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetPlayerConnectionDetailsCommandInput
|
|
12
|
+
input: GetPlayerConnectionDetailsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetPlayerConnectionDetailsCommandInput,
|
|
17
15
|
GetPlayerConnectionDetailsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetPlayerConnectionDetailsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetPlayerConnectionDetailsCommandInput
|
|
21
|
+
input: GetPlayerConnectionDetailsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetPlayerConnectionDetailsCommandInput,
|
|
26
24
|
GetPlayerConnectionDetailsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListAliasesInput, ListAliasesOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListAliasesCommandInput extends ListAliasesInput {}
|
|
5
|
-
export interface ListAliasesCommandOutput
|
|
6
|
-
extends ListAliasesOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListAliasesCommandOutput extends ListAliasesOutput, __MetadataBearer {}
|
|
8
6
|
declare const ListAliasesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListAliasesCommandInput
|
|
8
|
+
input: ListAliasesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListAliasesCommandInput,
|
|
13
11
|
ListAliasesCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListBuildsInput, ListBuildsOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListBuildsCommandInput extends ListBuildsInput {}
|
|
5
|
-
export interface ListBuildsCommandOutput
|
|
6
|
-
extends ListBuildsOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListBuildsCommandOutput extends ListBuildsOutput, __MetadataBearer {}
|
|
8
6
|
declare const ListBuildsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListBuildsCommandInput
|
|
8
|
+
input: ListBuildsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListBuildsCommandInput,
|
|
13
11
|
ListBuildsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListComputeInput, ListComputeOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListComputeCommandInput extends ListComputeInput {}
|
|
5
|
-
export interface ListComputeCommandOutput
|
|
6
|
-
extends ListComputeOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListComputeCommandOutput extends ListComputeOutput, __MetadataBearer {}
|
|
8
6
|
declare const ListComputeCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListComputeCommandInput
|
|
8
|
+
input: ListComputeCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListComputeCommandInput,
|
|
13
11
|
ListComputeCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListComputeCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListComputeCommandInput
|
|
17
|
+
input: ListComputeCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListComputeCommandInput,
|
|
22
20
|
ListComputeCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListContainerFleetsInput,
|
|
4
|
-
ListContainerFleetsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListContainerFleetsInput, ListContainerFleetsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListContainerFleetsCommandInput
|
|
8
|
-
extends ListContainerFleetsInput {}
|
|
4
|
+
export interface ListContainerFleetsCommandInput extends ListContainerFleetsInput {}
|
|
9
5
|
export interface ListContainerFleetsCommandOutput
|
|
10
|
-
extends ListContainerFleetsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListContainerFleetsOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListContainerFleetsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListContainerFleetsCommandInput
|
|
9
|
+
input: ListContainerFleetsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListContainerFleetsCommandInput,
|
|
17
12
|
ListContainerFleetsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListContainerGroupDefinitionVersionsOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListContainerGroupDefinitionVersionsCommandInput
|
|
8
|
-
extends ListContainerGroupDefinitionVersionsInput {}
|
|
7
|
+
export interface ListContainerGroupDefinitionVersionsCommandInput extends ListContainerGroupDefinitionVersionsInput {}
|
|
9
8
|
export interface ListContainerGroupDefinitionVersionsCommandOutput
|
|
10
|
-
extends ListContainerGroupDefinitionVersionsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListContainerGroupDefinitionVersionsOutput, __MetadataBearer {}
|
|
12
10
|
declare const ListContainerGroupDefinitionVersionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListContainerGroupDefinitionVersionsCommandInput
|
|
12
|
+
input: ListContainerGroupDefinitionVersionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListContainerGroupDefinitionVersionsCommandInput,
|
|
17
15
|
ListContainerGroupDefinitionVersionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListContainerGroupDefinitionVersionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListContainerGroupDefinitionVersionsCommandInput
|
|
21
|
+
input: ListContainerGroupDefinitionVersionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListContainerGroupDefinitionVersionsCommandInput,
|
|
26
24
|
ListContainerGroupDefinitionVersionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListContainerGroupDefinitionsOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListContainerGroupDefinitionsCommandInput
|
|
8
|
-
extends ListContainerGroupDefinitionsInput {}
|
|
7
|
+
export interface ListContainerGroupDefinitionsCommandInput extends ListContainerGroupDefinitionsInput {}
|
|
9
8
|
export interface ListContainerGroupDefinitionsCommandOutput
|
|
10
|
-
extends ListContainerGroupDefinitionsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListContainerGroupDefinitionsOutput, __MetadataBearer {}
|
|
12
10
|
declare const ListContainerGroupDefinitionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListContainerGroupDefinitionsCommandInput
|
|
12
|
+
input: ListContainerGroupDefinitionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListContainerGroupDefinitionsCommandInput,
|
|
17
15
|
ListContainerGroupDefinitionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListFleetDeploymentsInput,
|
|
4
|
-
ListFleetDeploymentsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListFleetDeploymentsInput, ListFleetDeploymentsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListFleetDeploymentsCommandInput
|
|
8
|
-
extends ListFleetDeploymentsInput {}
|
|
4
|
+
export interface ListFleetDeploymentsCommandInput extends ListFleetDeploymentsInput {}
|
|
9
5
|
export interface ListFleetDeploymentsCommandOutput
|
|
10
|
-
extends ListFleetDeploymentsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListFleetDeploymentsOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListFleetDeploymentsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListFleetDeploymentsCommandInput
|
|
9
|
+
input: ListFleetDeploymentsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListFleetDeploymentsCommandInput,
|
|
17
12
|
ListFleetDeploymentsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListFleetsInput, ListFleetsOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListFleetsCommandInput extends ListFleetsInput {}
|
|
5
|
-
export interface ListFleetsCommandOutput
|
|
6
|
-
extends ListFleetsOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListFleetsCommandOutput extends ListFleetsOutput, __MetadataBearer {}
|
|
8
6
|
declare const ListFleetsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListFleetsCommandInput
|
|
8
|
+
input: ListFleetsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListFleetsCommandInput,
|
|
13
11
|
ListFleetsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListGameServerGroupsInput,
|
|
4
|
-
ListGameServerGroupsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListGameServerGroupsInput, ListGameServerGroupsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListGameServerGroupsCommandInput
|
|
8
|
-
extends ListGameServerGroupsInput {}
|
|
4
|
+
export interface ListGameServerGroupsCommandInput extends ListGameServerGroupsInput {}
|
|
9
5
|
export interface ListGameServerGroupsCommandOutput
|
|
10
|
-
extends ListGameServerGroupsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListGameServerGroupsOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListGameServerGroupsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListGameServerGroupsCommandInput
|
|
9
|
+
input: ListGameServerGroupsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListGameServerGroupsCommandInput,
|
|
17
12
|
ListGameServerGroupsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListGameServersInput,
|
|
4
|
-
ListGameServersOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListGameServersInput, ListGameServersOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListGameServersCommandInput extends ListGameServersInput {}
|
|
8
|
-
export interface ListGameServersCommandOutput
|
|
9
|
-
extends ListGameServersOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListGameServersCommandOutput extends ListGameServersOutput, __MetadataBearer {}
|
|
11
6
|
declare const ListGameServersCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListGameServersCommandInput
|
|
8
|
+
input: ListGameServersCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListGameServersCommandInput,
|
|
16
11
|
ListGameServersCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListGameServersCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListGameServersCommandInput
|
|
17
|
+
input: ListGameServersCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListGameServersCommandInput,
|
|
25
20
|
ListGameServersCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListLocationsInput, ListLocationsOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListLocationsCommandInput extends ListLocationsInput {}
|
|
5
|
-
export interface ListLocationsCommandOutput
|
|
6
|
-
extends ListLocationsOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListLocationsCommandOutput extends ListLocationsOutput, __MetadataBearer {}
|
|
8
6
|
declare const ListLocationsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListLocationsCommandInput
|
|
8
|
+
input: ListLocationsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListLocationsCommandInput,
|
|
13
11
|
ListLocationsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListScriptsInput, ListScriptsOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListScriptsCommandInput extends ListScriptsInput {}
|
|
5
|
-
export interface ListScriptsCommandOutput
|
|
6
|
-
extends ListScriptsOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListScriptsCommandOutput extends ListScriptsOutput, __MetadataBearer {}
|
|
8
6
|
declare const ListScriptsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListScriptsCommandInput
|
|
8
|
+
input: ListScriptsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListScriptsCommandInput,
|
|
13
11
|
ListScriptsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|