@aws-sdk/client-gamelift 3.1086.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 +39 -39
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateMatchmakingConfigurationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateMatchmakingConfigurationCommandInput
|
|
8
|
-
extends CreateMatchmakingConfigurationInput {}
|
|
7
|
+
export interface CreateMatchmakingConfigurationCommandInput extends CreateMatchmakingConfigurationInput {}
|
|
9
8
|
export interface CreateMatchmakingConfigurationCommandOutput
|
|
10
|
-
extends CreateMatchmakingConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateMatchmakingConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const CreateMatchmakingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateMatchmakingConfigurationCommandInput
|
|
12
|
+
input: CreateMatchmakingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateMatchmakingConfigurationCommandInput,
|
|
17
15
|
CreateMatchmakingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateMatchmakingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateMatchmakingConfigurationCommandInput
|
|
21
|
+
input: CreateMatchmakingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateMatchmakingConfigurationCommandInput,
|
|
26
24
|
CreateMatchmakingConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateMatchmakingRuleSetInput,
|
|
4
|
-
CreateMatchmakingRuleSetOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateMatchmakingRuleSetInput, CreateMatchmakingRuleSetOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateMatchmakingRuleSetCommandInput
|
|
8
|
-
extends CreateMatchmakingRuleSetInput {}
|
|
4
|
+
export interface CreateMatchmakingRuleSetCommandInput extends CreateMatchmakingRuleSetInput {}
|
|
9
5
|
export interface CreateMatchmakingRuleSetCommandOutput
|
|
10
|
-
extends CreateMatchmakingRuleSetOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateMatchmakingRuleSetOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreateMatchmakingRuleSetCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateMatchmakingRuleSetCommandInput
|
|
9
|
+
input: CreateMatchmakingRuleSetCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateMatchmakingRuleSetCommandInput,
|
|
17
12
|
CreateMatchmakingRuleSetCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateMatchmakingRuleSetCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateMatchmakingRuleSetCommandInput
|
|
18
|
+
input: CreateMatchmakingRuleSetCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateMatchmakingRuleSetCommandInput,
|
|
26
21
|
CreateMatchmakingRuleSetCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreatePlayerSessionInput,
|
|
4
|
-
CreatePlayerSessionOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreatePlayerSessionInput, CreatePlayerSessionOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreatePlayerSessionCommandInput
|
|
8
|
-
extends CreatePlayerSessionInput {}
|
|
4
|
+
export interface CreatePlayerSessionCommandInput extends CreatePlayerSessionInput {}
|
|
9
5
|
export interface CreatePlayerSessionCommandOutput
|
|
10
|
-
extends CreatePlayerSessionOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreatePlayerSessionOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreatePlayerSessionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreatePlayerSessionCommandInput
|
|
9
|
+
input: CreatePlayerSessionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreatePlayerSessionCommandInput,
|
|
17
12
|
CreatePlayerSessionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreatePlayerSessionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreatePlayerSessionCommandInput
|
|
18
|
+
input: CreatePlayerSessionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreatePlayerSessionCommandInput,
|
|
26
21
|
CreatePlayerSessionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreatePlayerSessionsInput,
|
|
4
|
-
CreatePlayerSessionsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreatePlayerSessionsInput, CreatePlayerSessionsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreatePlayerSessionsCommandInput
|
|
8
|
-
extends CreatePlayerSessionsInput {}
|
|
4
|
+
export interface CreatePlayerSessionsCommandInput extends CreatePlayerSessionsInput {}
|
|
9
5
|
export interface CreatePlayerSessionsCommandOutput
|
|
10
|
-
extends CreatePlayerSessionsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreatePlayerSessionsOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreatePlayerSessionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreatePlayerSessionsCommandInput
|
|
9
|
+
input: CreatePlayerSessionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreatePlayerSessionsCommandInput,
|
|
17
12
|
CreatePlayerSessionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreatePlayerSessionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreatePlayerSessionsCommandInput
|
|
18
|
+
input: CreatePlayerSessionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreatePlayerSessionsCommandInput,
|
|
26
21
|
CreatePlayerSessionsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateScriptInput, CreateScriptOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateScriptCommandInput extends CreateScriptInput {}
|
|
5
|
-
export interface CreateScriptCommandOutput
|
|
6
|
-
extends CreateScriptOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateScriptCommandOutput extends CreateScriptOutput, __MetadataBearer {}
|
|
8
6
|
declare const CreateScriptCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateScriptCommandInput
|
|
8
|
+
input: CreateScriptCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateScriptCommandInput,
|
|
13
11
|
CreateScriptCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateVpcPeeringAuthorizationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateVpcPeeringAuthorizationCommandInput
|
|
8
|
-
extends CreateVpcPeeringAuthorizationInput {}
|
|
7
|
+
export interface CreateVpcPeeringAuthorizationCommandInput extends CreateVpcPeeringAuthorizationInput {}
|
|
9
8
|
export interface CreateVpcPeeringAuthorizationCommandOutput
|
|
10
|
-
extends CreateVpcPeeringAuthorizationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateVpcPeeringAuthorizationOutput, __MetadataBearer {}
|
|
12
10
|
declare const CreateVpcPeeringAuthorizationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateVpcPeeringAuthorizationCommandInput
|
|
12
|
+
input: CreateVpcPeeringAuthorizationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateVpcPeeringAuthorizationCommandInput,
|
|
17
15
|
CreateVpcPeeringAuthorizationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateVpcPeeringAuthorizationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateVpcPeeringAuthorizationCommandInput
|
|
21
|
+
input: CreateVpcPeeringAuthorizationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateVpcPeeringAuthorizationCommandInput,
|
|
26
24
|
CreateVpcPeeringAuthorizationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateVpcPeeringConnectionOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateVpcPeeringConnectionCommandInput
|
|
8
|
-
extends CreateVpcPeeringConnectionInput {}
|
|
7
|
+
export interface CreateVpcPeeringConnectionCommandInput extends CreateVpcPeeringConnectionInput {}
|
|
9
8
|
export interface CreateVpcPeeringConnectionCommandOutput
|
|
10
|
-
extends CreateVpcPeeringConnectionOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateVpcPeeringConnectionOutput, __MetadataBearer {}
|
|
12
10
|
declare const CreateVpcPeeringConnectionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateVpcPeeringConnectionCommandInput
|
|
12
|
+
input: CreateVpcPeeringConnectionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateVpcPeeringConnectionCommandInput,
|
|
17
15
|
CreateVpcPeeringConnectionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateVpcPeeringConnectionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateVpcPeeringConnectionCommandInput
|
|
21
|
+
input: CreateVpcPeeringConnectionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateVpcPeeringConnectionCommandInput,
|
|
26
24
|
CreateVpcPeeringConnectionCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteAliasCommandInput extends DeleteAliasInput {}
|
|
|
5
5
|
export interface DeleteAliasCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteAliasCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteAliasCommandInput
|
|
8
|
+
input: DeleteAliasCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteAliasCommandInput,
|
|
11
11
|
DeleteAliasCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteAliasCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteAliasCommandInput
|
|
17
|
+
input: DeleteAliasCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteAliasCommandInput,
|
|
20
20
|
DeleteAliasCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteBuildCommandInput extends DeleteBuildInput {}
|
|
|
5
5
|
export interface DeleteBuildCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteBuildCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteBuildCommandInput
|
|
8
|
+
input: DeleteBuildCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteBuildCommandInput,
|
|
11
11
|
DeleteBuildCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteBuildCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteBuildCommandInput
|
|
17
|
+
input: DeleteBuildCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteBuildCommandInput,
|
|
20
20
|
DeleteBuildCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteContainerFleetInput,
|
|
4
|
-
DeleteContainerFleetOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteContainerFleetInput, DeleteContainerFleetOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteContainerFleetCommandInput
|
|
8
|
-
extends DeleteContainerFleetInput {}
|
|
4
|
+
export interface DeleteContainerFleetCommandInput extends DeleteContainerFleetInput {}
|
|
9
5
|
export interface DeleteContainerFleetCommandOutput
|
|
10
|
-
extends DeleteContainerFleetOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteContainerFleetOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeleteContainerFleetCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteContainerFleetCommandInput
|
|
9
|
+
input: DeleteContainerFleetCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteContainerFleetCommandInput,
|
|
17
12
|
DeleteContainerFleetCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteContainerFleetCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteContainerFleetCommandInput
|
|
18
|
+
input: DeleteContainerFleetCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteContainerFleetCommandInput,
|
|
26
21
|
DeleteContainerFleetCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteContainerGroupDefinitionOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteContainerGroupDefinitionCommandInput
|
|
8
|
-
extends DeleteContainerGroupDefinitionInput {}
|
|
7
|
+
export interface DeleteContainerGroupDefinitionCommandInput extends DeleteContainerGroupDefinitionInput {}
|
|
9
8
|
export interface DeleteContainerGroupDefinitionCommandOutput
|
|
10
|
-
extends DeleteContainerGroupDefinitionOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteContainerGroupDefinitionOutput, __MetadataBearer {}
|
|
12
10
|
declare const DeleteContainerGroupDefinitionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteContainerGroupDefinitionCommandInput
|
|
12
|
+
input: DeleteContainerGroupDefinitionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteContainerGroupDefinitionCommandInput,
|
|
17
15
|
DeleteContainerGroupDefinitionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteContainerGroupDefinitionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteContainerGroupDefinitionCommandInput
|
|
21
|
+
input: DeleteContainerGroupDefinitionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteContainerGroupDefinitionCommandInput,
|
|
26
24
|
DeleteContainerGroupDefinitionCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteFleetCommandInput extends DeleteFleetInput {}
|
|
|
5
5
|
export interface DeleteFleetCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteFleetCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteFleetCommandInput
|
|
8
|
+
input: DeleteFleetCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteFleetCommandInput,
|
|
11
11
|
DeleteFleetCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteFleetCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteFleetCommandInput
|
|
17
|
+
input: DeleteFleetCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteFleetCommandInput,
|
|
20
20
|
DeleteFleetCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteFleetLocationsInput,
|
|
4
|
-
DeleteFleetLocationsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteFleetLocationsInput, DeleteFleetLocationsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteFleetLocationsCommandInput
|
|
8
|
-
extends DeleteFleetLocationsInput {}
|
|
4
|
+
export interface DeleteFleetLocationsCommandInput extends DeleteFleetLocationsInput {}
|
|
9
5
|
export interface DeleteFleetLocationsCommandOutput
|
|
10
|
-
extends DeleteFleetLocationsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteFleetLocationsOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeleteFleetLocationsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteFleetLocationsCommandInput
|
|
9
|
+
input: DeleteFleetLocationsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteFleetLocationsCommandInput,
|
|
17
12
|
DeleteFleetLocationsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteFleetLocationsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteFleetLocationsCommandInput
|
|
18
|
+
input: DeleteFleetLocationsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteFleetLocationsCommandInput,
|
|
26
21
|
DeleteFleetLocationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteGameServerGroupInput,
|
|
4
|
-
DeleteGameServerGroupOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteGameServerGroupInput, DeleteGameServerGroupOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteGameServerGroupCommandInput
|
|
8
|
-
extends DeleteGameServerGroupInput {}
|
|
4
|
+
export interface DeleteGameServerGroupCommandInput extends DeleteGameServerGroupInput {}
|
|
9
5
|
export interface DeleteGameServerGroupCommandOutput
|
|
10
|
-
extends DeleteGameServerGroupOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteGameServerGroupOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeleteGameServerGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteGameServerGroupCommandInput
|
|
9
|
+
input: DeleteGameServerGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteGameServerGroupCommandInput,
|
|
17
12
|
DeleteGameServerGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteGameServerGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteGameServerGroupCommandInput
|
|
18
|
+
input: DeleteGameServerGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteGameServerGroupCommandInput,
|
|
26
21
|
DeleteGameServerGroupCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteGameSessionQueueInput,
|
|
4
|
-
DeleteGameSessionQueueOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteGameSessionQueueInput, DeleteGameSessionQueueOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteGameSessionQueueCommandInput
|
|
8
|
-
extends DeleteGameSessionQueueInput {}
|
|
4
|
+
export interface DeleteGameSessionQueueCommandInput extends DeleteGameSessionQueueInput {}
|
|
9
5
|
export interface DeleteGameSessionQueueCommandOutput
|
|
10
|
-
extends DeleteGameSessionQueueOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteGameSessionQueueOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeleteGameSessionQueueCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteGameSessionQueueCommandInput
|
|
9
|
+
input: DeleteGameSessionQueueCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteGameSessionQueueCommandInput,
|
|
17
12
|
DeleteGameSessionQueueCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteGameSessionQueueCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteGameSessionQueueCommandInput
|
|
18
|
+
input: DeleteGameSessionQueueCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteGameSessionQueueCommandInput,
|
|
26
21
|
DeleteGameSessionQueueCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteLocationInput, DeleteLocationOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteLocationCommandInput extends DeleteLocationInput {}
|
|
5
|
-
export interface DeleteLocationCommandOutput
|
|
6
|
-
extends DeleteLocationOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteLocationCommandOutput extends DeleteLocationOutput, __MetadataBearer {}
|
|
8
6
|
declare const DeleteLocationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteLocationCommandInput
|
|
8
|
+
input: DeleteLocationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteLocationCommandInput,
|
|
13
11
|
DeleteLocationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteLocationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteLocationCommandInput
|
|
17
|
+
input: DeleteLocationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteLocationCommandInput,
|
|
22
20
|
DeleteLocationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteMatchmakingConfigurationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteMatchmakingConfigurationCommandInput
|
|
8
|
-
extends DeleteMatchmakingConfigurationInput {}
|
|
7
|
+
export interface DeleteMatchmakingConfigurationCommandInput extends DeleteMatchmakingConfigurationInput {}
|
|
9
8
|
export interface DeleteMatchmakingConfigurationCommandOutput
|
|
10
|
-
extends DeleteMatchmakingConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteMatchmakingConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const DeleteMatchmakingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteMatchmakingConfigurationCommandInput
|
|
12
|
+
input: DeleteMatchmakingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteMatchmakingConfigurationCommandInput,
|
|
17
15
|
DeleteMatchmakingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteMatchmakingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteMatchmakingConfigurationCommandInput
|
|
21
|
+
input: DeleteMatchmakingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteMatchmakingConfigurationCommandInput,
|
|
26
24
|
DeleteMatchmakingConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteMatchmakingRuleSetInput,
|
|
4
|
-
DeleteMatchmakingRuleSetOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteMatchmakingRuleSetInput, DeleteMatchmakingRuleSetOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteMatchmakingRuleSetCommandInput
|
|
8
|
-
extends DeleteMatchmakingRuleSetInput {}
|
|
4
|
+
export interface DeleteMatchmakingRuleSetCommandInput extends DeleteMatchmakingRuleSetInput {}
|
|
9
5
|
export interface DeleteMatchmakingRuleSetCommandOutput
|
|
10
|
-
extends DeleteMatchmakingRuleSetOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteMatchmakingRuleSetOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeleteMatchmakingRuleSetCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteMatchmakingRuleSetCommandInput
|
|
9
|
+
input: DeleteMatchmakingRuleSetCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteMatchmakingRuleSetCommandInput,
|
|
17
12
|
DeleteMatchmakingRuleSetCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteMatchmakingRuleSetCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteMatchmakingRuleSetCommandInput
|
|
18
|
+
input: DeleteMatchmakingRuleSetCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteMatchmakingRuleSetCommandInput,
|
|
26
21
|
DeleteMatchmakingRuleSetCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteScalingPolicyInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteScalingPolicyCommandInput
|
|
5
|
-
extends DeleteScalingPolicyInput {}
|
|
4
|
+
export interface DeleteScalingPolicyCommandInput extends DeleteScalingPolicyInput {}
|
|
6
5
|
export interface DeleteScalingPolicyCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteScalingPolicyCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteScalingPolicyCommandInput
|
|
8
|
+
input: DeleteScalingPolicyCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteScalingPolicyCommandInput,
|
|
12
11
|
DeleteScalingPolicyCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteScalingPolicyCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteScalingPolicyCommandInput
|
|
17
|
+
input: DeleteScalingPolicyCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteScalingPolicyCommandInput,
|
|
21
20
|
DeleteScalingPolicyCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteScriptCommandInput extends DeleteScriptInput {}
|
|
|
5
5
|
export interface DeleteScriptCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteScriptCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteScriptCommandInput
|
|
8
|
+
input: DeleteScriptCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteScriptCommandInput,
|
|
11
11
|
DeleteScriptCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteScriptCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteScriptCommandInput
|
|
17
|
+
input: DeleteScriptCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteScriptCommandInput,
|
|
20
20
|
DeleteScriptCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteVpcPeeringAuthorizationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteVpcPeeringAuthorizationCommandInput
|
|
8
|
-
extends DeleteVpcPeeringAuthorizationInput {}
|
|
7
|
+
export interface DeleteVpcPeeringAuthorizationCommandInput extends DeleteVpcPeeringAuthorizationInput {}
|
|
9
8
|
export interface DeleteVpcPeeringAuthorizationCommandOutput
|
|
10
|
-
extends DeleteVpcPeeringAuthorizationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteVpcPeeringAuthorizationOutput, __MetadataBearer {}
|
|
12
10
|
declare const DeleteVpcPeeringAuthorizationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteVpcPeeringAuthorizationCommandInput
|
|
12
|
+
input: DeleteVpcPeeringAuthorizationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteVpcPeeringAuthorizationCommandInput,
|
|
17
15
|
DeleteVpcPeeringAuthorizationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteVpcPeeringAuthorizationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteVpcPeeringAuthorizationCommandInput
|
|
21
|
+
input: DeleteVpcPeeringAuthorizationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteVpcPeeringAuthorizationCommandInput,
|
|
26
24
|
DeleteVpcPeeringAuthorizationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteVpcPeeringConnectionOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteVpcPeeringConnectionCommandInput
|
|
8
|
-
extends DeleteVpcPeeringConnectionInput {}
|
|
7
|
+
export interface DeleteVpcPeeringConnectionCommandInput extends DeleteVpcPeeringConnectionInput {}
|
|
9
8
|
export interface DeleteVpcPeeringConnectionCommandOutput
|
|
10
|
-
extends DeleteVpcPeeringConnectionOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteVpcPeeringConnectionOutput, __MetadataBearer {}
|
|
12
10
|
declare const DeleteVpcPeeringConnectionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteVpcPeeringConnectionCommandInput
|
|
12
|
+
input: DeleteVpcPeeringConnectionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteVpcPeeringConnectionCommandInput,
|
|
17
15
|
DeleteVpcPeeringConnectionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteVpcPeeringConnectionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteVpcPeeringConnectionCommandInput
|
|
21
|
+
input: DeleteVpcPeeringConnectionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteVpcPeeringConnectionCommandInput,
|
|
26
24
|
DeleteVpcPeeringConnectionCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeregisterComputeInput,
|
|
4
|
-
DeregisterComputeOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeregisterComputeInput, DeregisterComputeOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeregisterComputeCommandInput extends DeregisterComputeInput {}
|
|
8
|
-
export interface DeregisterComputeCommandOutput
|
|
9
|
-
extends DeregisterComputeOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeregisterComputeCommandOutput extends DeregisterComputeOutput, __MetadataBearer {}
|
|
11
6
|
declare const DeregisterComputeCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeregisterComputeCommandInput
|
|
8
|
+
input: DeregisterComputeCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeregisterComputeCommandInput,
|
|
16
11
|
DeregisterComputeCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeregisterComputeCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeregisterComputeCommandInput
|
|
17
|
+
input: DeregisterComputeCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeregisterComputeCommandInput,
|
|
25
20
|
DeregisterComputeCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeregisterGameServerInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeregisterGameServerCommandInput
|
|
5
|
-
extends DeregisterGameServerInput {}
|
|
4
|
+
export interface DeregisterGameServerCommandInput extends DeregisterGameServerInput {}
|
|
6
5
|
export interface DeregisterGameServerCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeregisterGameServerCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeregisterGameServerCommandInput
|
|
8
|
+
input: DeregisterGameServerCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeregisterGameServerCommandInput,
|
|
12
11
|
DeregisterGameServerCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeregisterGameServerCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeregisterGameServerCommandInput
|
|
17
|
+
input: DeregisterGameServerCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeregisterGameServerCommandInput,
|
|
21
20
|
DeregisterGameServerCommandOutput,
|