@aws-sdk/client-gamelift 3.554.0 → 3.562.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/README.md +32 -0
- package/dist-cjs/index.js +453 -72
- package/dist-es/GameLift.js +8 -0
- package/dist-es/commands/CreateContainerGroupDefinitionCommand.js +25 -0
- package/dist-es/commands/CreateFleetCommand.js +2 -2
- package/dist-es/commands/DeleteContainerGroupDefinitionCommand.js +24 -0
- package/dist-es/commands/DescribeContainerGroupDefinitionCommand.js +25 -0
- package/dist-es/commands/DescribeFleetAttributesCommand.js +2 -1
- package/dist-es/commands/ListContainerGroupDefinitionsCommand.js +25 -0
- package/dist-es/commands/SearchGameSessionsCommand.js +1 -1
- package/dist-es/commands/StartGameSessionPlacementCommand.js +1 -1
- package/dist-es/commands/StartMatchBackfillCommand.js +1 -1
- package/dist-es/commands/StartMatchmakingCommand.js +1 -1
- package/dist-es/commands/StopGameSessionPlacementCommand.js +1 -1
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +124 -45
- package/dist-es/models/models_1.js +42 -1
- package/dist-es/pagination/ListContainerGroupDefinitionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +129 -1
- package/dist-types/GameLift.d.ts +29 -0
- package/dist-types/GameLiftClient.d.ts +6 -2
- package/dist-types/commands/CreateContainerGroupDefinitionCommand.d.ts +262 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +169 -29
- package/dist-types/commands/CreateFleetLocationsCommand.d.ts +14 -6
- package/dist-types/commands/DeleteContainerGroupDefinitionCommand.d.ts +94 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +5 -6
- package/dist-types/commands/DeregisterComputeCommand.d.ts +10 -2
- package/dist-types/commands/DescribeComputeCommand.d.ts +35 -6
- package/dist-types/commands/DescribeContainerGroupDefinitionCommand.d.ts +152 -0
- package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +25 -7
- package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +17 -7
- package/dist-types/commands/DescribeFleetEventsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +11 -3
- package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +10 -9
- package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +7 -4
- package/dist-types/commands/GetComputeAccessCommand.d.ts +39 -14
- package/dist-types/commands/GetComputeAuthTokenCommand.d.ts +20 -6
- package/dist-types/commands/ListComputeCommand.d.ts +38 -8
- package/dist-types/commands/ListContainerGroupDefinitionsCommand.d.ts +156 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +20 -19
- package/dist-types/commands/RegisterComputeCommand.d.ts +31 -8
- package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/ResolveAliasCommand.d.ts +5 -1
- package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +2 -1
- package/dist-types/commands/SearchGameSessionsCommand.d.ts +2 -2
- package/dist-types/commands/StartFleetActionsCommand.d.ts +1 -1
- package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +1 -1
- package/dist-types/commands/StartMatchBackfillCommand.d.ts +1 -1
- package/dist-types/commands/StartMatchmakingCommand.d.ts +1 -1
- package/dist-types/commands/StopFleetActionsCommand.d.ts +3 -2
- package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +1 -1
- package/dist-types/commands/StopMatchmakingCommand.d.ts +1 -1
- package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAliasCommand.d.ts +4 -5
- package/dist-types/commands/UpdateBuildCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +3 -4
- package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +27 -30
- package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +4 -2
- package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +16 -9
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +5561 -4910
- package/dist-types/models/models_1.d.ts +685 -7
- package/dist-types/pagination/ListContainerGroupDefinitionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +36 -0
- package/dist-types/ts3.4/GameLift.d.ts +69 -0
- package/dist-types/ts3.4/GameLiftClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateContainerGroupDefinitionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteContainerGroupDefinitionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeContainerGroupDefinitionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListContainerGroupDefinitionsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +232 -150
- package/dist-types/ts3.4/models/models_1.d.ts +158 -0
- package/dist-types/ts3.4/pagination/ListContainerGroupDefinitionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
- package/package.json +4 -4
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListContainerGroupDefinitionsCommandInput, ListContainerGroupDefinitionsCommandOutput } from "../commands/ListContainerGroupDefinitionsCommand";
|
|
3
|
+
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListContainerGroupDefinitions: (config: GameLiftPaginationConfiguration, input: ListContainerGroupDefinitionsCommandInput, ...rest: any[]) => Paginator<ListContainerGroupDefinitionsCommandOutput>;
|
|
@@ -16,6 +16,7 @@ export * from "./DescribeScalingPoliciesPaginator";
|
|
|
16
16
|
export * from "./ListAliasesPaginator";
|
|
17
17
|
export * from "./ListBuildsPaginator";
|
|
18
18
|
export * from "./ListComputePaginator";
|
|
19
|
+
export * from "./ListContainerGroupDefinitionsPaginator";
|
|
19
20
|
export * from "./ListFleetsPaginator";
|
|
20
21
|
export * from "./ListGameServerGroupsPaginator";
|
|
21
22
|
export * from "./ListGameServersPaginator";
|
|
@@ -4,6 +4,7 @@ import { AcceptMatchCommandInput, AcceptMatchCommandOutput } from "../commands/A
|
|
|
4
4
|
import { ClaimGameServerCommandInput, ClaimGameServerCommandOutput } from "../commands/ClaimGameServerCommand";
|
|
5
5
|
import { CreateAliasCommandInput, CreateAliasCommandOutput } from "../commands/CreateAliasCommand";
|
|
6
6
|
import { CreateBuildCommandInput, CreateBuildCommandOutput } from "../commands/CreateBuildCommand";
|
|
7
|
+
import { CreateContainerGroupDefinitionCommandInput, CreateContainerGroupDefinitionCommandOutput } from "../commands/CreateContainerGroupDefinitionCommand";
|
|
7
8
|
import { CreateFleetCommandInput, CreateFleetCommandOutput } from "../commands/CreateFleetCommand";
|
|
8
9
|
import { CreateFleetLocationsCommandInput, CreateFleetLocationsCommandOutput } from "../commands/CreateFleetLocationsCommand";
|
|
9
10
|
import { CreateGameServerGroupCommandInput, CreateGameServerGroupCommandOutput } from "../commands/CreateGameServerGroupCommand";
|
|
@@ -19,6 +20,7 @@ import { CreateVpcPeeringAuthorizationCommandInput, CreateVpcPeeringAuthorizatio
|
|
|
19
20
|
import { CreateVpcPeeringConnectionCommandInput, CreateVpcPeeringConnectionCommandOutput } from "../commands/CreateVpcPeeringConnectionCommand";
|
|
20
21
|
import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "../commands/DeleteAliasCommand";
|
|
21
22
|
import { DeleteBuildCommandInput, DeleteBuildCommandOutput } from "../commands/DeleteBuildCommand";
|
|
23
|
+
import { DeleteContainerGroupDefinitionCommandInput, DeleteContainerGroupDefinitionCommandOutput } from "../commands/DeleteContainerGroupDefinitionCommand";
|
|
22
24
|
import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "../commands/DeleteFleetCommand";
|
|
23
25
|
import { DeleteFleetLocationsCommandInput, DeleteFleetLocationsCommandOutput } from "../commands/DeleteFleetLocationsCommand";
|
|
24
26
|
import { DeleteGameServerGroupCommandInput, DeleteGameServerGroupCommandOutput } from "../commands/DeleteGameServerGroupCommand";
|
|
@@ -35,6 +37,7 @@ import { DeregisterGameServerCommandInput, DeregisterGameServerCommandOutput } f
|
|
|
35
37
|
import { DescribeAliasCommandInput, DescribeAliasCommandOutput } from "../commands/DescribeAliasCommand";
|
|
36
38
|
import { DescribeBuildCommandInput, DescribeBuildCommandOutput } from "../commands/DescribeBuildCommand";
|
|
37
39
|
import { DescribeComputeCommandInput, DescribeComputeCommandOutput } from "../commands/DescribeComputeCommand";
|
|
40
|
+
import { DescribeContainerGroupDefinitionCommandInput, DescribeContainerGroupDefinitionCommandOutput } from "../commands/DescribeContainerGroupDefinitionCommand";
|
|
38
41
|
import { DescribeEC2InstanceLimitsCommandInput, DescribeEC2InstanceLimitsCommandOutput } from "../commands/DescribeEC2InstanceLimitsCommand";
|
|
39
42
|
import { DescribeFleetAttributesCommandInput, DescribeFleetAttributesCommandOutput } from "../commands/DescribeFleetAttributesCommand";
|
|
40
43
|
import { DescribeFleetCapacityCommandInput, DescribeFleetCapacityCommandOutput } from "../commands/DescribeFleetCapacityCommand";
|
|
@@ -68,6 +71,7 @@ import { GetInstanceAccessCommandInput, GetInstanceAccessCommandOutput } from ".
|
|
|
68
71
|
import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand";
|
|
69
72
|
import { ListBuildsCommandInput, ListBuildsCommandOutput } from "../commands/ListBuildsCommand";
|
|
70
73
|
import { ListComputeCommandInput, ListComputeCommandOutput } from "../commands/ListComputeCommand";
|
|
74
|
+
import { ListContainerGroupDefinitionsCommandInput, ListContainerGroupDefinitionsCommandOutput } from "../commands/ListContainerGroupDefinitionsCommand";
|
|
71
75
|
import { ListFleetsCommandInput, ListFleetsCommandOutput } from "../commands/ListFleetsCommand";
|
|
72
76
|
import { ListGameServerGroupsCommandInput, ListGameServerGroupsCommandOutput } from "../commands/ListGameServerGroupsCommand";
|
|
73
77
|
import { ListGameServersCommandInput, ListGameServersCommandOutput } from "../commands/ListGameServersCommand";
|
|
@@ -120,6 +124,10 @@ export declare const se_CreateAliasCommand: (input: CreateAliasCommandInput, con
|
|
|
120
124
|
* serializeAws_json1_1CreateBuildCommand
|
|
121
125
|
*/
|
|
122
126
|
export declare const se_CreateBuildCommand: (input: CreateBuildCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
+
/**
|
|
128
|
+
* serializeAws_json1_1CreateContainerGroupDefinitionCommand
|
|
129
|
+
*/
|
|
130
|
+
export declare const se_CreateContainerGroupDefinitionCommand: (input: CreateContainerGroupDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
131
|
/**
|
|
124
132
|
* serializeAws_json1_1CreateFleetCommand
|
|
125
133
|
*/
|
|
@@ -180,6 +188,10 @@ export declare const se_DeleteAliasCommand: (input: DeleteAliasCommandInput, con
|
|
|
180
188
|
* serializeAws_json1_1DeleteBuildCommand
|
|
181
189
|
*/
|
|
182
190
|
export declare const se_DeleteBuildCommand: (input: DeleteBuildCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
191
|
+
/**
|
|
192
|
+
* serializeAws_json1_1DeleteContainerGroupDefinitionCommand
|
|
193
|
+
*/
|
|
194
|
+
export declare const se_DeleteContainerGroupDefinitionCommand: (input: DeleteContainerGroupDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
183
195
|
/**
|
|
184
196
|
* serializeAws_json1_1DeleteFleetCommand
|
|
185
197
|
*/
|
|
@@ -244,6 +256,10 @@ export declare const se_DescribeBuildCommand: (input: DescribeBuildCommandInput,
|
|
|
244
256
|
* serializeAws_json1_1DescribeComputeCommand
|
|
245
257
|
*/
|
|
246
258
|
export declare const se_DescribeComputeCommand: (input: DescribeComputeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
259
|
+
/**
|
|
260
|
+
* serializeAws_json1_1DescribeContainerGroupDefinitionCommand
|
|
261
|
+
*/
|
|
262
|
+
export declare const se_DescribeContainerGroupDefinitionCommand: (input: DescribeContainerGroupDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
247
263
|
/**
|
|
248
264
|
* serializeAws_json1_1DescribeEC2InstanceLimitsCommand
|
|
249
265
|
*/
|
|
@@ -376,6 +392,10 @@ export declare const se_ListBuildsCommand: (input: ListBuildsCommandInput, conte
|
|
|
376
392
|
* serializeAws_json1_1ListComputeCommand
|
|
377
393
|
*/
|
|
378
394
|
export declare const se_ListComputeCommand: (input: ListComputeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
395
|
+
/**
|
|
396
|
+
* serializeAws_json1_1ListContainerGroupDefinitionsCommand
|
|
397
|
+
*/
|
|
398
|
+
export declare const se_ListContainerGroupDefinitionsCommand: (input: ListContainerGroupDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
379
399
|
/**
|
|
380
400
|
* serializeAws_json1_1ListFleetsCommand
|
|
381
401
|
*/
|
|
@@ -536,6 +556,10 @@ export declare const de_CreateAliasCommand: (output: __HttpResponse, context: __
|
|
|
536
556
|
* deserializeAws_json1_1CreateBuildCommand
|
|
537
557
|
*/
|
|
538
558
|
export declare const de_CreateBuildCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBuildCommandOutput>;
|
|
559
|
+
/**
|
|
560
|
+
* deserializeAws_json1_1CreateContainerGroupDefinitionCommand
|
|
561
|
+
*/
|
|
562
|
+
export declare const de_CreateContainerGroupDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContainerGroupDefinitionCommandOutput>;
|
|
539
563
|
/**
|
|
540
564
|
* deserializeAws_json1_1CreateFleetCommand
|
|
541
565
|
*/
|
|
@@ -596,6 +620,10 @@ export declare const de_DeleteAliasCommand: (output: __HttpResponse, context: __
|
|
|
596
620
|
* deserializeAws_json1_1DeleteBuildCommand
|
|
597
621
|
*/
|
|
598
622
|
export declare const de_DeleteBuildCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBuildCommandOutput>;
|
|
623
|
+
/**
|
|
624
|
+
* deserializeAws_json1_1DeleteContainerGroupDefinitionCommand
|
|
625
|
+
*/
|
|
626
|
+
export declare const de_DeleteContainerGroupDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContainerGroupDefinitionCommandOutput>;
|
|
599
627
|
/**
|
|
600
628
|
* deserializeAws_json1_1DeleteFleetCommand
|
|
601
629
|
*/
|
|
@@ -660,6 +688,10 @@ export declare const de_DescribeBuildCommand: (output: __HttpResponse, context:
|
|
|
660
688
|
* deserializeAws_json1_1DescribeComputeCommand
|
|
661
689
|
*/
|
|
662
690
|
export declare const de_DescribeComputeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeComputeCommandOutput>;
|
|
691
|
+
/**
|
|
692
|
+
* deserializeAws_json1_1DescribeContainerGroupDefinitionCommand
|
|
693
|
+
*/
|
|
694
|
+
export declare const de_DescribeContainerGroupDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContainerGroupDefinitionCommandOutput>;
|
|
663
695
|
/**
|
|
664
696
|
* deserializeAws_json1_1DescribeEC2InstanceLimitsCommand
|
|
665
697
|
*/
|
|
@@ -792,6 +824,10 @@ export declare const de_ListBuildsCommand: (output: __HttpResponse, context: __S
|
|
|
792
824
|
* deserializeAws_json1_1ListComputeCommand
|
|
793
825
|
*/
|
|
794
826
|
export declare const de_ListComputeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComputeCommandOutput>;
|
|
827
|
+
/**
|
|
828
|
+
* deserializeAws_json1_1ListContainerGroupDefinitionsCommand
|
|
829
|
+
*/
|
|
830
|
+
export declare const de_ListContainerGroupDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContainerGroupDefinitionsCommandOutput>;
|
|
795
831
|
/**
|
|
796
832
|
* deserializeAws_json1_1ListFleetsCommand
|
|
797
833
|
*/
|
|
@@ -15,6 +15,10 @@ import {
|
|
|
15
15
|
CreateBuildCommandInput,
|
|
16
16
|
CreateBuildCommandOutput,
|
|
17
17
|
} from "./commands/CreateBuildCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateContainerGroupDefinitionCommandInput,
|
|
20
|
+
CreateContainerGroupDefinitionCommandOutput,
|
|
21
|
+
} from "./commands/CreateContainerGroupDefinitionCommand";
|
|
18
22
|
import {
|
|
19
23
|
CreateFleetCommandInput,
|
|
20
24
|
CreateFleetCommandOutput,
|
|
@@ -75,6 +79,10 @@ import {
|
|
|
75
79
|
DeleteBuildCommandInput,
|
|
76
80
|
DeleteBuildCommandOutput,
|
|
77
81
|
} from "./commands/DeleteBuildCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteContainerGroupDefinitionCommandInput,
|
|
84
|
+
DeleteContainerGroupDefinitionCommandOutput,
|
|
85
|
+
} from "./commands/DeleteContainerGroupDefinitionCommand";
|
|
78
86
|
import {
|
|
79
87
|
DeleteFleetCommandInput,
|
|
80
88
|
DeleteFleetCommandOutput,
|
|
@@ -139,6 +147,10 @@ import {
|
|
|
139
147
|
DescribeComputeCommandInput,
|
|
140
148
|
DescribeComputeCommandOutput,
|
|
141
149
|
} from "./commands/DescribeComputeCommand";
|
|
150
|
+
import {
|
|
151
|
+
DescribeContainerGroupDefinitionCommandInput,
|
|
152
|
+
DescribeContainerGroupDefinitionCommandOutput,
|
|
153
|
+
} from "./commands/DescribeContainerGroupDefinitionCommand";
|
|
142
154
|
import {
|
|
143
155
|
DescribeEC2InstanceLimitsCommandInput,
|
|
144
156
|
DescribeEC2InstanceLimitsCommandOutput,
|
|
@@ -271,6 +283,10 @@ import {
|
|
|
271
283
|
ListComputeCommandInput,
|
|
272
284
|
ListComputeCommandOutput,
|
|
273
285
|
} from "./commands/ListComputeCommand";
|
|
286
|
+
import {
|
|
287
|
+
ListContainerGroupDefinitionsCommandInput,
|
|
288
|
+
ListContainerGroupDefinitionsCommandOutput,
|
|
289
|
+
} from "./commands/ListContainerGroupDefinitionsCommand";
|
|
274
290
|
import {
|
|
275
291
|
ListFleetsCommandInput,
|
|
276
292
|
ListFleetsCommandOutput,
|
|
@@ -470,6 +486,19 @@ export interface GameLift {
|
|
|
470
486
|
options: __HttpHandlerOptions,
|
|
471
487
|
cb: (err: any, data?: CreateBuildCommandOutput) => void
|
|
472
488
|
): void;
|
|
489
|
+
createContainerGroupDefinition(
|
|
490
|
+
args: CreateContainerGroupDefinitionCommandInput,
|
|
491
|
+
options?: __HttpHandlerOptions
|
|
492
|
+
): Promise<CreateContainerGroupDefinitionCommandOutput>;
|
|
493
|
+
createContainerGroupDefinition(
|
|
494
|
+
args: CreateContainerGroupDefinitionCommandInput,
|
|
495
|
+
cb: (err: any, data?: CreateContainerGroupDefinitionCommandOutput) => void
|
|
496
|
+
): void;
|
|
497
|
+
createContainerGroupDefinition(
|
|
498
|
+
args: CreateContainerGroupDefinitionCommandInput,
|
|
499
|
+
options: __HttpHandlerOptions,
|
|
500
|
+
cb: (err: any, data?: CreateContainerGroupDefinitionCommandOutput) => void
|
|
501
|
+
): void;
|
|
473
502
|
createFleet(
|
|
474
503
|
args: CreateFleetCommandInput,
|
|
475
504
|
options?: __HttpHandlerOptions
|
|
@@ -666,6 +695,19 @@ export interface GameLift {
|
|
|
666
695
|
options: __HttpHandlerOptions,
|
|
667
696
|
cb: (err: any, data?: DeleteBuildCommandOutput) => void
|
|
668
697
|
): void;
|
|
698
|
+
deleteContainerGroupDefinition(
|
|
699
|
+
args: DeleteContainerGroupDefinitionCommandInput,
|
|
700
|
+
options?: __HttpHandlerOptions
|
|
701
|
+
): Promise<DeleteContainerGroupDefinitionCommandOutput>;
|
|
702
|
+
deleteContainerGroupDefinition(
|
|
703
|
+
args: DeleteContainerGroupDefinitionCommandInput,
|
|
704
|
+
cb: (err: any, data?: DeleteContainerGroupDefinitionCommandOutput) => void
|
|
705
|
+
): void;
|
|
706
|
+
deleteContainerGroupDefinition(
|
|
707
|
+
args: DeleteContainerGroupDefinitionCommandInput,
|
|
708
|
+
options: __HttpHandlerOptions,
|
|
709
|
+
cb: (err: any, data?: DeleteContainerGroupDefinitionCommandOutput) => void
|
|
710
|
+
): void;
|
|
669
711
|
deleteFleet(
|
|
670
712
|
args: DeleteFleetCommandInput,
|
|
671
713
|
options?: __HttpHandlerOptions
|
|
@@ -874,6 +916,19 @@ export interface GameLift {
|
|
|
874
916
|
options: __HttpHandlerOptions,
|
|
875
917
|
cb: (err: any, data?: DescribeComputeCommandOutput) => void
|
|
876
918
|
): void;
|
|
919
|
+
describeContainerGroupDefinition(
|
|
920
|
+
args: DescribeContainerGroupDefinitionCommandInput,
|
|
921
|
+
options?: __HttpHandlerOptions
|
|
922
|
+
): Promise<DescribeContainerGroupDefinitionCommandOutput>;
|
|
923
|
+
describeContainerGroupDefinition(
|
|
924
|
+
args: DescribeContainerGroupDefinitionCommandInput,
|
|
925
|
+
cb: (err: any, data?: DescribeContainerGroupDefinitionCommandOutput) => void
|
|
926
|
+
): void;
|
|
927
|
+
describeContainerGroupDefinition(
|
|
928
|
+
args: DescribeContainerGroupDefinitionCommandInput,
|
|
929
|
+
options: __HttpHandlerOptions,
|
|
930
|
+
cb: (err: any, data?: DescribeContainerGroupDefinitionCommandOutput) => void
|
|
931
|
+
): void;
|
|
877
932
|
describeEC2InstanceLimits(): Promise<DescribeEC2InstanceLimitsCommandOutput>;
|
|
878
933
|
describeEC2InstanceLimits(
|
|
879
934
|
args: DescribeEC2InstanceLimitsCommandInput,
|
|
@@ -1323,6 +1378,20 @@ export interface GameLift {
|
|
|
1323
1378
|
options: __HttpHandlerOptions,
|
|
1324
1379
|
cb: (err: any, data?: ListComputeCommandOutput) => void
|
|
1325
1380
|
): void;
|
|
1381
|
+
listContainerGroupDefinitions(): Promise<ListContainerGroupDefinitionsCommandOutput>;
|
|
1382
|
+
listContainerGroupDefinitions(
|
|
1383
|
+
args: ListContainerGroupDefinitionsCommandInput,
|
|
1384
|
+
options?: __HttpHandlerOptions
|
|
1385
|
+
): Promise<ListContainerGroupDefinitionsCommandOutput>;
|
|
1386
|
+
listContainerGroupDefinitions(
|
|
1387
|
+
args: ListContainerGroupDefinitionsCommandInput,
|
|
1388
|
+
cb: (err: any, data?: ListContainerGroupDefinitionsCommandOutput) => void
|
|
1389
|
+
): void;
|
|
1390
|
+
listContainerGroupDefinitions(
|
|
1391
|
+
args: ListContainerGroupDefinitionsCommandInput,
|
|
1392
|
+
options: __HttpHandlerOptions,
|
|
1393
|
+
cb: (err: any, data?: ListContainerGroupDefinitionsCommandOutput) => void
|
|
1394
|
+
): void;
|
|
1326
1395
|
listFleets(): Promise<ListFleetsCommandOutput>;
|
|
1327
1396
|
listFleets(
|
|
1328
1397
|
args: ListFleetsCommandInput,
|
|
@@ -61,6 +61,10 @@ import {
|
|
|
61
61
|
CreateBuildCommandInput,
|
|
62
62
|
CreateBuildCommandOutput,
|
|
63
63
|
} from "./commands/CreateBuildCommand";
|
|
64
|
+
import {
|
|
65
|
+
CreateContainerGroupDefinitionCommandInput,
|
|
66
|
+
CreateContainerGroupDefinitionCommandOutput,
|
|
67
|
+
} from "./commands/CreateContainerGroupDefinitionCommand";
|
|
64
68
|
import {
|
|
65
69
|
CreateFleetCommandInput,
|
|
66
70
|
CreateFleetCommandOutput,
|
|
@@ -121,6 +125,10 @@ import {
|
|
|
121
125
|
DeleteBuildCommandInput,
|
|
122
126
|
DeleteBuildCommandOutput,
|
|
123
127
|
} from "./commands/DeleteBuildCommand";
|
|
128
|
+
import {
|
|
129
|
+
DeleteContainerGroupDefinitionCommandInput,
|
|
130
|
+
DeleteContainerGroupDefinitionCommandOutput,
|
|
131
|
+
} from "./commands/DeleteContainerGroupDefinitionCommand";
|
|
124
132
|
import {
|
|
125
133
|
DeleteFleetCommandInput,
|
|
126
134
|
DeleteFleetCommandOutput,
|
|
@@ -185,6 +193,10 @@ import {
|
|
|
185
193
|
DescribeComputeCommandInput,
|
|
186
194
|
DescribeComputeCommandOutput,
|
|
187
195
|
} from "./commands/DescribeComputeCommand";
|
|
196
|
+
import {
|
|
197
|
+
DescribeContainerGroupDefinitionCommandInput,
|
|
198
|
+
DescribeContainerGroupDefinitionCommandOutput,
|
|
199
|
+
} from "./commands/DescribeContainerGroupDefinitionCommand";
|
|
188
200
|
import {
|
|
189
201
|
DescribeEC2InstanceLimitsCommandInput,
|
|
190
202
|
DescribeEC2InstanceLimitsCommandOutput,
|
|
@@ -317,6 +329,10 @@ import {
|
|
|
317
329
|
ListComputeCommandInput,
|
|
318
330
|
ListComputeCommandOutput,
|
|
319
331
|
} from "./commands/ListComputeCommand";
|
|
332
|
+
import {
|
|
333
|
+
ListContainerGroupDefinitionsCommandInput,
|
|
334
|
+
ListContainerGroupDefinitionsCommandOutput,
|
|
335
|
+
} from "./commands/ListContainerGroupDefinitionsCommand";
|
|
320
336
|
import {
|
|
321
337
|
ListFleetsCommandInput,
|
|
322
338
|
ListFleetsCommandOutput,
|
|
@@ -473,6 +489,7 @@ export type ServiceInputTypes =
|
|
|
473
489
|
| ClaimGameServerCommandInput
|
|
474
490
|
| CreateAliasCommandInput
|
|
475
491
|
| CreateBuildCommandInput
|
|
492
|
+
| CreateContainerGroupDefinitionCommandInput
|
|
476
493
|
| CreateFleetCommandInput
|
|
477
494
|
| CreateFleetLocationsCommandInput
|
|
478
495
|
| CreateGameServerGroupCommandInput
|
|
@@ -488,6 +505,7 @@ export type ServiceInputTypes =
|
|
|
488
505
|
| CreateVpcPeeringConnectionCommandInput
|
|
489
506
|
| DeleteAliasCommandInput
|
|
490
507
|
| DeleteBuildCommandInput
|
|
508
|
+
| DeleteContainerGroupDefinitionCommandInput
|
|
491
509
|
| DeleteFleetCommandInput
|
|
492
510
|
| DeleteFleetLocationsCommandInput
|
|
493
511
|
| DeleteGameServerGroupCommandInput
|
|
@@ -504,6 +522,7 @@ export type ServiceInputTypes =
|
|
|
504
522
|
| DescribeAliasCommandInput
|
|
505
523
|
| DescribeBuildCommandInput
|
|
506
524
|
| DescribeComputeCommandInput
|
|
525
|
+
| DescribeContainerGroupDefinitionCommandInput
|
|
507
526
|
| DescribeEC2InstanceLimitsCommandInput
|
|
508
527
|
| DescribeFleetAttributesCommandInput
|
|
509
528
|
| DescribeFleetCapacityCommandInput
|
|
@@ -537,6 +556,7 @@ export type ServiceInputTypes =
|
|
|
537
556
|
| ListAliasesCommandInput
|
|
538
557
|
| ListBuildsCommandInput
|
|
539
558
|
| ListComputeCommandInput
|
|
559
|
+
| ListContainerGroupDefinitionsCommandInput
|
|
540
560
|
| ListFleetsCommandInput
|
|
541
561
|
| ListGameServerGroupsCommandInput
|
|
542
562
|
| ListGameServersCommandInput
|
|
@@ -578,6 +598,7 @@ export type ServiceOutputTypes =
|
|
|
578
598
|
| ClaimGameServerCommandOutput
|
|
579
599
|
| CreateAliasCommandOutput
|
|
580
600
|
| CreateBuildCommandOutput
|
|
601
|
+
| CreateContainerGroupDefinitionCommandOutput
|
|
581
602
|
| CreateFleetCommandOutput
|
|
582
603
|
| CreateFleetLocationsCommandOutput
|
|
583
604
|
| CreateGameServerGroupCommandOutput
|
|
@@ -593,6 +614,7 @@ export type ServiceOutputTypes =
|
|
|
593
614
|
| CreateVpcPeeringConnectionCommandOutput
|
|
594
615
|
| DeleteAliasCommandOutput
|
|
595
616
|
| DeleteBuildCommandOutput
|
|
617
|
+
| DeleteContainerGroupDefinitionCommandOutput
|
|
596
618
|
| DeleteFleetCommandOutput
|
|
597
619
|
| DeleteFleetLocationsCommandOutput
|
|
598
620
|
| DeleteGameServerGroupCommandOutput
|
|
@@ -609,6 +631,7 @@ export type ServiceOutputTypes =
|
|
|
609
631
|
| DescribeAliasCommandOutput
|
|
610
632
|
| DescribeBuildCommandOutput
|
|
611
633
|
| DescribeComputeCommandOutput
|
|
634
|
+
| DescribeContainerGroupDefinitionCommandOutput
|
|
612
635
|
| DescribeEC2InstanceLimitsCommandOutput
|
|
613
636
|
| DescribeFleetAttributesCommandOutput
|
|
614
637
|
| DescribeFleetCapacityCommandOutput
|
|
@@ -642,6 +665,7 @@ export type ServiceOutputTypes =
|
|
|
642
665
|
| ListAliasesCommandOutput
|
|
643
666
|
| ListBuildsCommandOutput
|
|
644
667
|
| ListComputeCommandOutput
|
|
668
|
+
| ListContainerGroupDefinitionsCommandOutput
|
|
645
669
|
| ListFleetsCommandOutput
|
|
646
670
|
| ListGameServerGroupsCommandOutput
|
|
647
671
|
| ListGameServersCommandOutput
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GameLiftClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GameLiftClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateContainerGroupDefinitionInput,
|
|
10
|
+
CreateContainerGroupDefinitionOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface CreateContainerGroupDefinitionCommandInput
|
|
14
|
+
extends CreateContainerGroupDefinitionInput {}
|
|
15
|
+
export interface CreateContainerGroupDefinitionCommandOutput
|
|
16
|
+
extends CreateContainerGroupDefinitionOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const CreateContainerGroupDefinitionCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateContainerGroupDefinitionCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateContainerGroupDefinitionCommandInput,
|
|
23
|
+
CreateContainerGroupDefinitionCommandOutput,
|
|
24
|
+
GameLiftClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateContainerGroupDefinitionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateContainerGroupDefinitionCommandInput,
|
|
32
|
+
CreateContainerGroupDefinitionCommandOutput,
|
|
33
|
+
GameLiftClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class CreateContainerGroupDefinitionCommand extends CreateContainerGroupDefinitionCommand_base {}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GameLiftClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GameLiftClient";
|
|
8
|
+
import { DeleteContainerGroupDefinitionInput } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
export interface DeleteContainerGroupDefinitionCommandInput
|
|
11
|
+
extends DeleteContainerGroupDefinitionInput {}
|
|
12
|
+
export interface DeleteContainerGroupDefinitionCommandOutput
|
|
13
|
+
extends __MetadataBearer {}
|
|
14
|
+
declare const DeleteContainerGroupDefinitionCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: DeleteContainerGroupDefinitionCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
DeleteContainerGroupDefinitionCommandInput,
|
|
19
|
+
DeleteContainerGroupDefinitionCommandOutput,
|
|
20
|
+
GameLiftClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteContainerGroupDefinitionCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteContainerGroupDefinitionCommandInput,
|
|
28
|
+
DeleteContainerGroupDefinitionCommandOutput,
|
|
29
|
+
GameLiftClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
33
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
|
+
};
|
|
35
|
+
export declare class DeleteContainerGroupDefinitionCommand extends DeleteContainerGroupDefinitionCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GameLiftClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GameLiftClient";
|
|
8
|
+
import {
|
|
9
|
+
DescribeContainerGroupDefinitionInput,
|
|
10
|
+
DescribeContainerGroupDefinitionOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface DescribeContainerGroupDefinitionCommandInput
|
|
14
|
+
extends DescribeContainerGroupDefinitionInput {}
|
|
15
|
+
export interface DescribeContainerGroupDefinitionCommandOutput
|
|
16
|
+
extends DescribeContainerGroupDefinitionOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const DescribeContainerGroupDefinitionCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeContainerGroupDefinitionCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DescribeContainerGroupDefinitionCommandInput,
|
|
23
|
+
DescribeContainerGroupDefinitionCommandOutput,
|
|
24
|
+
GameLiftClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeContainerGroupDefinitionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeContainerGroupDefinitionCommandInput,
|
|
32
|
+
DescribeContainerGroupDefinitionCommandOutput,
|
|
33
|
+
GameLiftClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class DescribeContainerGroupDefinitionCommand extends DescribeContainerGroupDefinitionCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GameLiftClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GameLiftClient";
|
|
8
|
+
import {
|
|
9
|
+
ListContainerGroupDefinitionsInput,
|
|
10
|
+
ListContainerGroupDefinitionsOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface ListContainerGroupDefinitionsCommandInput
|
|
14
|
+
extends ListContainerGroupDefinitionsInput {}
|
|
15
|
+
export interface ListContainerGroupDefinitionsCommandOutput
|
|
16
|
+
extends ListContainerGroupDefinitionsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListContainerGroupDefinitionsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListContainerGroupDefinitionsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListContainerGroupDefinitionsCommandInput,
|
|
23
|
+
ListContainerGroupDefinitionsCommandOutput,
|
|
24
|
+
GameLiftClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListContainerGroupDefinitionsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListContainerGroupDefinitionsCommandInput,
|
|
32
|
+
ListContainerGroupDefinitionsCommandOutput,
|
|
33
|
+
GameLiftClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListContainerGroupDefinitionsCommand extends ListContainerGroupDefinitionsCommand_base {}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GameLiftClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
ResumeGameServerGroupOutput,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { ResumeGameServerGroupInput } from "../models/models_0";
|
|
9
|
+
import { ResumeGameServerGroupOutput } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer, $Command };
|
|
13
11
|
export interface ResumeGameServerGroupCommandInput
|
|
14
12
|
extends ResumeGameServerGroupInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
SearchGameSessionsInput,
|
|
10
10
|
SearchGameSessionsOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface SearchGameSessionsCommandInput
|
|
14
14
|
extends SearchGameSessionsInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
StartFleetActionsInput,
|
|
10
10
|
StartFleetActionsOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface StartFleetActionsCommandInput extends StartFleetActionsInput {}
|
|
14
14
|
export interface StartFleetActionsCommandOutput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
StartGameSessionPlacementInput,
|
|
10
10
|
StartGameSessionPlacementOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface StartGameSessionPlacementCommandInput
|
|
14
14
|
extends StartGameSessionPlacementInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
StartMatchBackfillInput,
|
|
10
10
|
StartMatchBackfillOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface StartMatchBackfillCommandInput
|
|
14
14
|
extends StartMatchBackfillInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
StartMatchmakingInput,
|
|
10
10
|
StartMatchmakingOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface StartMatchmakingCommandInput extends StartMatchmakingInput {}
|
|
14
14
|
export interface StartMatchmakingCommandOutput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
StopFleetActionsInput,
|
|
10
10
|
StopFleetActionsOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface StopFleetActionsCommandInput extends StopFleetActionsInput {}
|
|
14
14
|
export interface StopFleetActionsCommandOutput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
StopGameSessionPlacementInput,
|
|
10
10
|
StopGameSessionPlacementOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface StopGameSessionPlacementCommandInput
|
|
14
14
|
extends StopGameSessionPlacementInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
StopMatchmakingInput,
|
|
10
10
|
StopMatchmakingOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface StopMatchmakingCommandInput extends StopMatchmakingInput {}
|
|
14
14
|
export interface StopMatchmakingCommandOutput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
SuspendGameServerGroupInput,
|
|
10
10
|
SuspendGameServerGroupOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface SuspendGameServerGroupCommandInput
|
|
14
14
|
extends SuspendGameServerGroupInput {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GameLiftClient";
|
|
8
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/
|
|
8
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer, $Command };
|
|
10
10
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
11
|
export interface TagResourceCommandOutput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
14
|
export interface UntagResourceCommandOutput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GameLiftClient";
|
|
8
|
-
import { UpdateAliasInput, UpdateAliasOutput } from "../models/
|
|
8
|
+
import { UpdateAliasInput, UpdateAliasOutput } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer, $Command };
|
|
10
10
|
export interface UpdateAliasCommandInput extends UpdateAliasInput {}
|
|
11
11
|
export interface UpdateAliasCommandOutput
|