@aws-sdk/client-gamelift 3.1087.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/GameLift.d.ts +402 -465
- package/dist-types/ts3.4/GameLiftClient.d.ts +30 -85
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptMatchCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ClaimGameServerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateBuildCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateContainerFleetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateContainerGroupDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateGameSessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateLocationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteBuildCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteContainerFleetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteContainerGroupDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteScriptCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeregisterComputeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeregisterGameServerCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DescribeAliasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeBuildCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeComputeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeContainerFleetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeContainerGroupDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeContainerGroupPortMappingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeFleetDeploymentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeGameServerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeScriptCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetComputeAccessCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetComputeAuthTokenCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetInstanceAccessCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPlayerConnectionDetailsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListComputeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListContainerFleetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListContainerGroupDefinitionVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListContainerGroupDefinitionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListFleetDeploymentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListGameServersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListScriptsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RegisterComputeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RegisterGameServerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ResolveAliasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TerminateGameSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateContainerFleetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateContainerGroupDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateGameServerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateGameSessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateScriptCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +23 -46
- package/dist-types/ts3.4/models/errors.d.ts +13 -48
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/models/models_1.d.ts +1 -3
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListComputePaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListScriptsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutScalingPolicyInput,
|
|
4
|
-
PutScalingPolicyOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutScalingPolicyInput, PutScalingPolicyOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface PutScalingPolicyCommandInput extends PutScalingPolicyInput {}
|
|
8
|
-
export interface PutScalingPolicyCommandOutput
|
|
9
|
-
extends PutScalingPolicyOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutScalingPolicyCommandOutput extends PutScalingPolicyOutput, __MetadataBearer {}
|
|
11
6
|
declare const PutScalingPolicyCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: PutScalingPolicyCommandInput
|
|
8
|
+
input: PutScalingPolicyCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
PutScalingPolicyCommandInput,
|
|
16
11
|
PutScalingPolicyCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const PutScalingPolicyCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: PutScalingPolicyCommandInput
|
|
17
|
+
input: PutScalingPolicyCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
PutScalingPolicyCommandInput,
|
|
25
20
|
PutScalingPolicyCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
RegisterComputeInput,
|
|
4
|
-
RegisterComputeOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { RegisterComputeInput, RegisterComputeOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface RegisterComputeCommandInput extends RegisterComputeInput {}
|
|
8
|
-
export interface RegisterComputeCommandOutput
|
|
9
|
-
extends RegisterComputeOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface RegisterComputeCommandOutput extends RegisterComputeOutput, __MetadataBearer {}
|
|
11
6
|
declare const RegisterComputeCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: RegisterComputeCommandInput
|
|
8
|
+
input: RegisterComputeCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
RegisterComputeCommandInput,
|
|
16
11
|
RegisterComputeCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const RegisterComputeCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: RegisterComputeCommandInput
|
|
17
|
+
input: RegisterComputeCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
RegisterComputeCommandInput,
|
|
25
20
|
RegisterComputeCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
RegisterGameServerInput,
|
|
4
|
-
RegisterGameServerOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { RegisterGameServerInput, RegisterGameServerOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface RegisterGameServerCommandInput
|
|
8
|
-
extends RegisterGameServerInput {}
|
|
4
|
+
export interface RegisterGameServerCommandInput extends RegisterGameServerInput {}
|
|
9
5
|
export interface RegisterGameServerCommandOutput
|
|
10
|
-
extends RegisterGameServerOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends RegisterGameServerOutput, __MetadataBearer {}
|
|
12
7
|
declare const RegisterGameServerCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: RegisterGameServerCommandInput
|
|
9
|
+
input: RegisterGameServerCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
RegisterGameServerCommandInput,
|
|
17
12
|
RegisterGameServerCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const RegisterGameServerCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: RegisterGameServerCommandInput
|
|
18
|
+
input: RegisterGameServerCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
RegisterGameServerCommandInput,
|
|
26
21
|
RegisterGameServerCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
RequestUploadCredentialsInput,
|
|
4
|
-
RequestUploadCredentialsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { RequestUploadCredentialsInput, RequestUploadCredentialsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface RequestUploadCredentialsCommandInput
|
|
8
|
-
extends RequestUploadCredentialsInput {}
|
|
4
|
+
export interface RequestUploadCredentialsCommandInput extends RequestUploadCredentialsInput {}
|
|
9
5
|
export interface RequestUploadCredentialsCommandOutput
|
|
10
|
-
extends RequestUploadCredentialsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends RequestUploadCredentialsOutput, __MetadataBearer {}
|
|
12
7
|
declare const RequestUploadCredentialsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: RequestUploadCredentialsCommandInput
|
|
9
|
+
input: RequestUploadCredentialsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
RequestUploadCredentialsCommandInput,
|
|
17
12
|
RequestUploadCredentialsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const RequestUploadCredentialsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: RequestUploadCredentialsCommandInput
|
|
18
|
+
input: RequestUploadCredentialsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
RequestUploadCredentialsCommandInput,
|
|
26
21
|
RequestUploadCredentialsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ResolveAliasInput, ResolveAliasOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ResolveAliasCommandInput extends ResolveAliasInput {}
|
|
5
|
-
export interface ResolveAliasCommandOutput
|
|
6
|
-
extends ResolveAliasOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ResolveAliasCommandOutput extends ResolveAliasOutput, __MetadataBearer {}
|
|
8
6
|
declare const ResolveAliasCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ResolveAliasCommandInput
|
|
8
|
+
input: ResolveAliasCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ResolveAliasCommandInput,
|
|
13
11
|
ResolveAliasCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ResolveAliasCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ResolveAliasCommandInput
|
|
17
|
+
input: ResolveAliasCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ResolveAliasCommandInput,
|
|
22
20
|
ResolveAliasCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ResumeGameServerGroupInput,
|
|
4
|
-
ResumeGameServerGroupOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ResumeGameServerGroupInput, ResumeGameServerGroupOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ResumeGameServerGroupCommandInput
|
|
8
|
-
extends ResumeGameServerGroupInput {}
|
|
4
|
+
export interface ResumeGameServerGroupCommandInput extends ResumeGameServerGroupInput {}
|
|
9
5
|
export interface ResumeGameServerGroupCommandOutput
|
|
10
|
-
extends ResumeGameServerGroupOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ResumeGameServerGroupOutput, __MetadataBearer {}
|
|
12
7
|
declare const ResumeGameServerGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ResumeGameServerGroupCommandInput
|
|
9
|
+
input: ResumeGameServerGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ResumeGameServerGroupCommandInput,
|
|
17
12
|
ResumeGameServerGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ResumeGameServerGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ResumeGameServerGroupCommandInput
|
|
18
|
+
input: ResumeGameServerGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ResumeGameServerGroupCommandInput,
|
|
26
21
|
ResumeGameServerGroupCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
SearchGameSessionsInput,
|
|
4
|
-
SearchGameSessionsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { SearchGameSessionsInput, SearchGameSessionsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface SearchGameSessionsCommandInput
|
|
8
|
-
extends SearchGameSessionsInput {}
|
|
4
|
+
export interface SearchGameSessionsCommandInput extends SearchGameSessionsInput {}
|
|
9
5
|
export interface SearchGameSessionsCommandOutput
|
|
10
|
-
extends SearchGameSessionsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends SearchGameSessionsOutput, __MetadataBearer {}
|
|
12
7
|
declare const SearchGameSessionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: SearchGameSessionsCommandInput
|
|
9
|
+
input: SearchGameSessionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
SearchGameSessionsCommandInput,
|
|
17
12
|
SearchGameSessionsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartFleetActionsInput,
|
|
4
|
-
StartFleetActionsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartFleetActionsInput, StartFleetActionsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface StartFleetActionsCommandInput extends StartFleetActionsInput {}
|
|
8
|
-
export interface StartFleetActionsCommandOutput
|
|
9
|
-
extends StartFleetActionsOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartFleetActionsCommandOutput extends StartFleetActionsOutput, __MetadataBearer {}
|
|
11
6
|
declare const StartFleetActionsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: StartFleetActionsCommandInput
|
|
8
|
+
input: StartFleetActionsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
StartFleetActionsCommandInput,
|
|
16
11
|
StartFleetActionsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const StartFleetActionsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: StartFleetActionsCommandInput
|
|
17
|
+
input: StartFleetActionsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
StartFleetActionsCommandInput,
|
|
25
20
|
StartFleetActionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
StartGameSessionPlacementOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartGameSessionPlacementCommandInput
|
|
8
|
-
extends StartGameSessionPlacementInput {}
|
|
7
|
+
export interface StartGameSessionPlacementCommandInput extends StartGameSessionPlacementInput {}
|
|
9
8
|
export interface StartGameSessionPlacementCommandOutput
|
|
10
|
-
extends StartGameSessionPlacementOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends StartGameSessionPlacementOutput, __MetadataBearer {}
|
|
12
10
|
declare const StartGameSessionPlacementCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: StartGameSessionPlacementCommandInput
|
|
12
|
+
input: StartGameSessionPlacementCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
StartGameSessionPlacementCommandInput,
|
|
17
15
|
StartGameSessionPlacementCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const StartGameSessionPlacementCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: StartGameSessionPlacementCommandInput
|
|
21
|
+
input: StartGameSessionPlacementCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
StartGameSessionPlacementCommandInput,
|
|
26
24
|
StartGameSessionPlacementCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartMatchBackfillInput,
|
|
4
|
-
StartMatchBackfillOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartMatchBackfillInput, StartMatchBackfillOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartMatchBackfillCommandInput
|
|
8
|
-
extends StartMatchBackfillInput {}
|
|
4
|
+
export interface StartMatchBackfillCommandInput extends StartMatchBackfillInput {}
|
|
9
5
|
export interface StartMatchBackfillCommandOutput
|
|
10
|
-
extends StartMatchBackfillOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StartMatchBackfillOutput, __MetadataBearer {}
|
|
12
7
|
declare const StartMatchBackfillCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StartMatchBackfillCommandInput
|
|
9
|
+
input: StartMatchBackfillCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StartMatchBackfillCommandInput,
|
|
17
12
|
StartMatchBackfillCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StartMatchBackfillCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StartMatchBackfillCommandInput
|
|
18
|
+
input: StartMatchBackfillCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StartMatchBackfillCommandInput,
|
|
26
21
|
StartMatchBackfillCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartMatchmakingInput,
|
|
4
|
-
StartMatchmakingOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartMatchmakingInput, StartMatchmakingOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface StartMatchmakingCommandInput extends StartMatchmakingInput {}
|
|
8
|
-
export interface StartMatchmakingCommandOutput
|
|
9
|
-
extends StartMatchmakingOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartMatchmakingCommandOutput extends StartMatchmakingOutput, __MetadataBearer {}
|
|
11
6
|
declare const StartMatchmakingCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: StartMatchmakingCommandInput
|
|
8
|
+
input: StartMatchmakingCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
StartMatchmakingCommandInput,
|
|
16
11
|
StartMatchmakingCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const StartMatchmakingCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: StartMatchmakingCommandInput
|
|
17
|
+
input: StartMatchmakingCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
StartMatchmakingCommandInput,
|
|
25
20
|
StartMatchmakingCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StopFleetActionsInput,
|
|
4
|
-
StopFleetActionsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StopFleetActionsInput, StopFleetActionsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface StopFleetActionsCommandInput extends StopFleetActionsInput {}
|
|
8
|
-
export interface StopFleetActionsCommandOutput
|
|
9
|
-
extends StopFleetActionsOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StopFleetActionsCommandOutput extends StopFleetActionsOutput, __MetadataBearer {}
|
|
11
6
|
declare const StopFleetActionsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: StopFleetActionsCommandInput
|
|
8
|
+
input: StopFleetActionsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
StopFleetActionsCommandInput,
|
|
16
11
|
StopFleetActionsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const StopFleetActionsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: StopFleetActionsCommandInput
|
|
17
|
+
input: StopFleetActionsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
StopFleetActionsCommandInput,
|
|
25
20
|
StopFleetActionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StopGameSessionPlacementInput,
|
|
4
|
-
StopGameSessionPlacementOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StopGameSessionPlacementInput, StopGameSessionPlacementOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StopGameSessionPlacementCommandInput
|
|
8
|
-
extends StopGameSessionPlacementInput {}
|
|
4
|
+
export interface StopGameSessionPlacementCommandInput extends StopGameSessionPlacementInput {}
|
|
9
5
|
export interface StopGameSessionPlacementCommandOutput
|
|
10
|
-
extends StopGameSessionPlacementOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StopGameSessionPlacementOutput, __MetadataBearer {}
|
|
12
7
|
declare const StopGameSessionPlacementCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StopGameSessionPlacementCommandInput
|
|
9
|
+
input: StopGameSessionPlacementCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StopGameSessionPlacementCommandInput,
|
|
17
12
|
StopGameSessionPlacementCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StopGameSessionPlacementCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StopGameSessionPlacementCommandInput
|
|
18
|
+
input: StopGameSessionPlacementCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StopGameSessionPlacementCommandInput,
|
|
26
21
|
StopGameSessionPlacementCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StopMatchmakingInput,
|
|
4
|
-
StopMatchmakingOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StopMatchmakingInput, StopMatchmakingOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface StopMatchmakingCommandInput extends StopMatchmakingInput {}
|
|
8
|
-
export interface StopMatchmakingCommandOutput
|
|
9
|
-
extends StopMatchmakingOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StopMatchmakingCommandOutput extends StopMatchmakingOutput, __MetadataBearer {}
|
|
11
6
|
declare const StopMatchmakingCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: StopMatchmakingCommandInput
|
|
8
|
+
input: StopMatchmakingCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
StopMatchmakingCommandInput,
|
|
16
11
|
StopMatchmakingCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const StopMatchmakingCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: StopMatchmakingCommandInput
|
|
17
|
+
input: StopMatchmakingCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
StopMatchmakingCommandInput,
|
|
25
20
|
StopMatchmakingCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
SuspendGameServerGroupInput,
|
|
4
|
-
SuspendGameServerGroupOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { SuspendGameServerGroupInput, SuspendGameServerGroupOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface SuspendGameServerGroupCommandInput
|
|
8
|
-
extends SuspendGameServerGroupInput {}
|
|
4
|
+
export interface SuspendGameServerGroupCommandInput extends SuspendGameServerGroupInput {}
|
|
9
5
|
export interface SuspendGameServerGroupCommandOutput
|
|
10
|
-
extends SuspendGameServerGroupOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends SuspendGameServerGroupOutput, __MetadataBearer {}
|
|
12
7
|
declare const SuspendGameServerGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: SuspendGameServerGroupCommandInput
|
|
9
|
+
input: SuspendGameServerGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
SuspendGameServerGroupCommandInput,
|
|
17
12
|
SuspendGameServerGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const SuspendGameServerGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: SuspendGameServerGroupCommandInput
|
|
18
|
+
input: SuspendGameServerGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
SuspendGameServerGroupCommandInput,
|
|
26
21
|
SuspendGameServerGroupCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
TerminateGameSessionInput,
|
|
4
|
-
TerminateGameSessionOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { TerminateGameSessionInput, TerminateGameSessionOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface TerminateGameSessionCommandInput
|
|
8
|
-
extends TerminateGameSessionInput {}
|
|
4
|
+
export interface TerminateGameSessionCommandInput extends TerminateGameSessionInput {}
|
|
9
5
|
export interface TerminateGameSessionCommandOutput
|
|
10
|
-
extends TerminateGameSessionOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends TerminateGameSessionOutput, __MetadataBearer {}
|
|
12
7
|
declare const TerminateGameSessionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: TerminateGameSessionCommandInput
|
|
9
|
+
input: TerminateGameSessionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
TerminateGameSessionCommandInput,
|
|
17
12
|
TerminateGameSessionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const TerminateGameSessionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: TerminateGameSessionCommandInput
|
|
18
|
+
input: TerminateGameSessionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
TerminateGameSessionCommandInput,
|
|
26
21
|
TerminateGameSessionCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateAliasInput, UpdateAliasOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateAliasCommandInput extends UpdateAliasInput {}
|
|
5
|
-
export interface UpdateAliasCommandOutput
|
|
6
|
-
extends UpdateAliasOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateAliasCommandOutput extends UpdateAliasOutput, __MetadataBearer {}
|
|
8
6
|
declare const UpdateAliasCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateAliasCommandInput
|
|
8
|
+
input: UpdateAliasCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateAliasCommandInput,
|
|
13
11
|
UpdateAliasCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateAliasCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateAliasCommandInput
|
|
17
|
+
input: UpdateAliasCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateAliasCommandInput,
|
|
22
20
|
UpdateAliasCommandOutput,
|
|
@@ -3,12 +3,10 @@ import { UpdateBuildInput } from "../models/models_0";
|
|
|
3
3
|
import { UpdateBuildOutput } from "../models/models_1";
|
|
4
4
|
export { __MetadataBearer };
|
|
5
5
|
export interface UpdateBuildCommandInput extends UpdateBuildInput {}
|
|
6
|
-
export interface UpdateBuildCommandOutput
|
|
7
|
-
extends UpdateBuildOutput,
|
|
8
|
-
__MetadataBearer {}
|
|
6
|
+
export interface UpdateBuildCommandOutput extends UpdateBuildOutput, __MetadataBearer {}
|
|
9
7
|
declare const UpdateBuildCommand_base: {
|
|
10
8
|
new (
|
|
11
|
-
input: UpdateBuildCommandInput
|
|
9
|
+
input: UpdateBuildCommandInput,
|
|
12
10
|
): import("@smithy/core/client").CommandImpl<
|
|
13
11
|
UpdateBuildCommandInput,
|
|
14
12
|
UpdateBuildCommandOutput,
|
|
@@ -17,7 +15,7 @@ declare const UpdateBuildCommand_base: {
|
|
|
17
15
|
import("..").ServiceOutputTypes
|
|
18
16
|
>;
|
|
19
17
|
new (
|
|
20
|
-
input: UpdateBuildCommandInput
|
|
18
|
+
input: UpdateBuildCommandInput,
|
|
21
19
|
): import("@smithy/core/client").CommandImpl<
|
|
22
20
|
UpdateBuildCommandInput,
|
|
23
21
|
UpdateBuildCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateContainerFleetInput,
|
|
4
|
-
UpdateContainerFleetOutput,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { UpdateContainerFleetInput, UpdateContainerFleetOutput } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateContainerFleetCommandInput
|
|
8
|
-
extends UpdateContainerFleetInput {}
|
|
4
|
+
export interface UpdateContainerFleetCommandInput extends UpdateContainerFleetInput {}
|
|
9
5
|
export interface UpdateContainerFleetCommandOutput
|
|
10
|
-
extends UpdateContainerFleetOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateContainerFleetOutput, __MetadataBearer {}
|
|
12
7
|
declare const UpdateContainerFleetCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateContainerFleetCommandInput
|
|
9
|
+
input: UpdateContainerFleetCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateContainerFleetCommandInput,
|
|
17
12
|
UpdateContainerFleetCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateContainerFleetCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateContainerFleetCommandInput
|
|
18
|
+
input: UpdateContainerFleetCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateContainerFleetCommandInput,
|
|
26
21
|
UpdateContainerFleetCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateContainerGroupDefinitionOutput,
|
|
5
5
|
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateContainerGroupDefinitionCommandInput
|
|
8
|
-
extends UpdateContainerGroupDefinitionInput {}
|
|
7
|
+
export interface UpdateContainerGroupDefinitionCommandInput extends UpdateContainerGroupDefinitionInput {}
|
|
9
8
|
export interface UpdateContainerGroupDefinitionCommandOutput
|
|
10
|
-
extends UpdateContainerGroupDefinitionOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateContainerGroupDefinitionOutput, __MetadataBearer {}
|
|
12
10
|
declare const UpdateContainerGroupDefinitionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateContainerGroupDefinitionCommandInput
|
|
12
|
+
input: UpdateContainerGroupDefinitionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateContainerGroupDefinitionCommandInput,
|
|
17
15
|
UpdateContainerGroupDefinitionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateContainerGroupDefinitionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateContainerGroupDefinitionCommandInput
|
|
21
|
+
input: UpdateContainerGroupDefinitionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateContainerGroupDefinitionCommandInput,
|
|
26
24
|
UpdateContainerGroupDefinitionCommandOutput,
|