@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
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GameLiftClient";
|
|
8
|
-
import { UpdateBuildInput, UpdateBuildOutput } from "../models/
|
|
8
|
+
import { UpdateBuildInput, UpdateBuildOutput } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer, $Command };
|
|
10
10
|
export interface UpdateBuildCommandInput extends UpdateBuildInput {}
|
|
11
11
|
export interface UpdateBuildCommandOutput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateFleetAttributesInput,
|
|
10
10
|
UpdateFleetAttributesOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface UpdateFleetAttributesCommandInput
|
|
14
14
|
extends UpdateFleetAttributesInput {}
|
|
@@ -2,6 +2,7 @@ export * from "./AcceptMatchCommand";
|
|
|
2
2
|
export * from "./ClaimGameServerCommand";
|
|
3
3
|
export * from "./CreateAliasCommand";
|
|
4
4
|
export * from "./CreateBuildCommand";
|
|
5
|
+
export * from "./CreateContainerGroupDefinitionCommand";
|
|
5
6
|
export * from "./CreateFleetCommand";
|
|
6
7
|
export * from "./CreateFleetLocationsCommand";
|
|
7
8
|
export * from "./CreateGameServerGroupCommand";
|
|
@@ -17,6 +18,7 @@ export * from "./CreateVpcPeeringAuthorizationCommand";
|
|
|
17
18
|
export * from "./CreateVpcPeeringConnectionCommand";
|
|
18
19
|
export * from "./DeleteAliasCommand";
|
|
19
20
|
export * from "./DeleteBuildCommand";
|
|
21
|
+
export * from "./DeleteContainerGroupDefinitionCommand";
|
|
20
22
|
export * from "./DeleteFleetCommand";
|
|
21
23
|
export * from "./DeleteFleetLocationsCommand";
|
|
22
24
|
export * from "./DeleteGameServerGroupCommand";
|
|
@@ -33,6 +35,7 @@ export * from "./DeregisterGameServerCommand";
|
|
|
33
35
|
export * from "./DescribeAliasCommand";
|
|
34
36
|
export * from "./DescribeBuildCommand";
|
|
35
37
|
export * from "./DescribeComputeCommand";
|
|
38
|
+
export * from "./DescribeContainerGroupDefinitionCommand";
|
|
36
39
|
export * from "./DescribeEC2InstanceLimitsCommand";
|
|
37
40
|
export * from "./DescribeFleetAttributesCommand";
|
|
38
41
|
export * from "./DescribeFleetCapacityCommand";
|
|
@@ -66,6 +69,7 @@ export * from "./GetInstanceAccessCommand";
|
|
|
66
69
|
export * from "./ListAliasesCommand";
|
|
67
70
|
export * from "./ListBuildsCommand";
|
|
68
71
|
export * from "./ListComputeCommand";
|
|
72
|
+
export * from "./ListContainerGroupDefinitionsCommand";
|
|
69
73
|
export * from "./ListFleetsCommand";
|
|
70
74
|
export * from "./ListGameServerGroupsCommand";
|
|
71
75
|
export * from "./ListGameServersCommand";
|
|
@@ -201,6 +201,19 @@ export declare const ComputeStatus: {
|
|
|
201
201
|
readonly TERMINATING: "TERMINATING";
|
|
202
202
|
};
|
|
203
203
|
export type ComputeStatus = (typeof ComputeStatus)[keyof typeof ComputeStatus];
|
|
204
|
+
export declare const IpProtocol: {
|
|
205
|
+
readonly TCP: "TCP";
|
|
206
|
+
readonly UDP: "UDP";
|
|
207
|
+
};
|
|
208
|
+
export type IpProtocol = (typeof IpProtocol)[keyof typeof IpProtocol];
|
|
209
|
+
export interface ContainerPortMapping {
|
|
210
|
+
ContainerPort?: number;
|
|
211
|
+
ConnectionPort?: number;
|
|
212
|
+
Protocol?: IpProtocol;
|
|
213
|
+
}
|
|
214
|
+
export interface ContainerAttributes {
|
|
215
|
+
ContainerPortMappings?: ContainerPortMapping[];
|
|
216
|
+
}
|
|
204
217
|
export declare const EC2InstanceType: {
|
|
205
218
|
readonly c3_2xlarge: "c3.2xlarge";
|
|
206
219
|
readonly c3_4xlarge: "c3.4xlarge";
|
|
@@ -393,12 +406,132 @@ export interface Compute {
|
|
|
393
406
|
OperatingSystem?: OperatingSystem;
|
|
394
407
|
Type?: EC2InstanceType;
|
|
395
408
|
GameLiftServiceSdkEndpoint?: string;
|
|
409
|
+
GameLiftAgentEndpoint?: string;
|
|
410
|
+
InstanceId?: string;
|
|
411
|
+
ContainerAttributes?: ContainerAttributes;
|
|
396
412
|
}
|
|
397
413
|
export declare const ComputeType: {
|
|
398
414
|
readonly ANYWHERE: "ANYWHERE";
|
|
415
|
+
readonly CONTAINER: "CONTAINER";
|
|
399
416
|
readonly EC2: "EC2";
|
|
400
417
|
};
|
|
401
418
|
export type ComputeType = (typeof ComputeType)[keyof typeof ComputeType];
|
|
419
|
+
export interface ConnectionPortRange {
|
|
420
|
+
FromPort: number | undefined;
|
|
421
|
+
ToPort: number | undefined;
|
|
422
|
+
}
|
|
423
|
+
export declare const ContainerDependencyCondition: {
|
|
424
|
+
readonly COMPLETE: "COMPLETE";
|
|
425
|
+
readonly HEALTHY: "HEALTHY";
|
|
426
|
+
readonly START: "START";
|
|
427
|
+
readonly SUCCESS: "SUCCESS";
|
|
428
|
+
};
|
|
429
|
+
export type ContainerDependencyCondition =
|
|
430
|
+
(typeof ContainerDependencyCondition)[keyof typeof ContainerDependencyCondition];
|
|
431
|
+
export interface ContainerDependency {
|
|
432
|
+
ContainerName: string | undefined;
|
|
433
|
+
Condition: ContainerDependencyCondition | undefined;
|
|
434
|
+
}
|
|
435
|
+
export interface ContainerEnvironment {
|
|
436
|
+
Name: string | undefined;
|
|
437
|
+
Value: string | undefined;
|
|
438
|
+
}
|
|
439
|
+
export interface ContainerHealthCheck {
|
|
440
|
+
Command: string[] | undefined;
|
|
441
|
+
Interval?: number;
|
|
442
|
+
Timeout?: number;
|
|
443
|
+
Retries?: number;
|
|
444
|
+
StartPeriod?: number;
|
|
445
|
+
}
|
|
446
|
+
export interface ContainerMemoryLimits {
|
|
447
|
+
SoftLimit?: number;
|
|
448
|
+
HardLimit?: number;
|
|
449
|
+
}
|
|
450
|
+
export interface ContainerPortRange {
|
|
451
|
+
FromPort: number | undefined;
|
|
452
|
+
ToPort: number | undefined;
|
|
453
|
+
Protocol: IpProtocol | undefined;
|
|
454
|
+
}
|
|
455
|
+
export interface ContainerPortConfiguration {
|
|
456
|
+
ContainerPortRanges: ContainerPortRange[] | undefined;
|
|
457
|
+
}
|
|
458
|
+
export interface ContainerDefinition {
|
|
459
|
+
ContainerName: string | undefined;
|
|
460
|
+
ImageUri: string | undefined;
|
|
461
|
+
ResolvedImageDigest?: string;
|
|
462
|
+
MemoryLimits?: ContainerMemoryLimits;
|
|
463
|
+
PortConfiguration?: ContainerPortConfiguration;
|
|
464
|
+
Cpu?: number;
|
|
465
|
+
HealthCheck?: ContainerHealthCheck;
|
|
466
|
+
Command?: string[];
|
|
467
|
+
Essential?: boolean;
|
|
468
|
+
EntryPoint?: string[];
|
|
469
|
+
WorkingDirectory?: string;
|
|
470
|
+
Environment?: ContainerEnvironment[];
|
|
471
|
+
DependsOn?: ContainerDependency[];
|
|
472
|
+
}
|
|
473
|
+
export interface ContainerDefinitionInput {
|
|
474
|
+
ContainerName: string | undefined;
|
|
475
|
+
ImageUri: string | undefined;
|
|
476
|
+
MemoryLimits?: ContainerMemoryLimits;
|
|
477
|
+
PortConfiguration?: ContainerPortConfiguration;
|
|
478
|
+
Cpu?: number;
|
|
479
|
+
HealthCheck?: ContainerHealthCheck;
|
|
480
|
+
Command?: string[];
|
|
481
|
+
Essential?: boolean;
|
|
482
|
+
EntryPoint?: string[];
|
|
483
|
+
WorkingDirectory?: string;
|
|
484
|
+
Environment?: ContainerEnvironment[];
|
|
485
|
+
DependsOn?: ContainerDependency[];
|
|
486
|
+
}
|
|
487
|
+
export declare const ContainerOperatingSystem: {
|
|
488
|
+
readonly AMAZON_LINUX_2023: "AMAZON_LINUX_2023";
|
|
489
|
+
};
|
|
490
|
+
export type ContainerOperatingSystem =
|
|
491
|
+
(typeof ContainerOperatingSystem)[keyof typeof ContainerOperatingSystem];
|
|
492
|
+
export declare const ContainerSchedulingStrategy: {
|
|
493
|
+
readonly DAEMON: "DAEMON";
|
|
494
|
+
readonly REPLICA: "REPLICA";
|
|
495
|
+
};
|
|
496
|
+
export type ContainerSchedulingStrategy =
|
|
497
|
+
(typeof ContainerSchedulingStrategy)[keyof typeof ContainerSchedulingStrategy];
|
|
498
|
+
export declare const ContainerGroupDefinitionStatus: {
|
|
499
|
+
readonly COPYING: "COPYING";
|
|
500
|
+
readonly FAILED: "FAILED";
|
|
501
|
+
readonly READY: "READY";
|
|
502
|
+
};
|
|
503
|
+
export type ContainerGroupDefinitionStatus =
|
|
504
|
+
(typeof ContainerGroupDefinitionStatus)[keyof typeof ContainerGroupDefinitionStatus];
|
|
505
|
+
export interface ContainerGroupDefinition {
|
|
506
|
+
ContainerGroupDefinitionArn?: string;
|
|
507
|
+
CreationTime?: Date;
|
|
508
|
+
OperatingSystem?: ContainerOperatingSystem;
|
|
509
|
+
Name?: string;
|
|
510
|
+
SchedulingStrategy?: ContainerSchedulingStrategy;
|
|
511
|
+
TotalMemoryLimit?: number;
|
|
512
|
+
TotalCpuLimit?: number;
|
|
513
|
+
ContainerDefinitions?: ContainerDefinition[];
|
|
514
|
+
Status?: ContainerGroupDefinitionStatus;
|
|
515
|
+
StatusReason?: string;
|
|
516
|
+
}
|
|
517
|
+
export interface ContainerGroupDefinitionProperty {
|
|
518
|
+
SchedulingStrategy?: ContainerSchedulingStrategy;
|
|
519
|
+
ContainerGroupDefinitionName?: string;
|
|
520
|
+
}
|
|
521
|
+
export interface ContainerGroupsPerInstance {
|
|
522
|
+
DesiredReplicaContainerGroupsPerInstance?: number;
|
|
523
|
+
MaxReplicaContainerGroupsPerInstance?: number;
|
|
524
|
+
}
|
|
525
|
+
export interface ContainerGroupsAttributes {
|
|
526
|
+
ContainerGroupDefinitionProperties?: ContainerGroupDefinitionProperty[];
|
|
527
|
+
ConnectionPortRange?: ConnectionPortRange;
|
|
528
|
+
ContainerGroupsPerInstance?: ContainerGroupsPerInstance;
|
|
529
|
+
}
|
|
530
|
+
export interface ContainerGroupsConfiguration {
|
|
531
|
+
ContainerGroupDefinitionNames: string[] | undefined;
|
|
532
|
+
ConnectionPortRange: ConnectionPortRange | undefined;
|
|
533
|
+
DesiredReplicaContainerGroupsPerInstance?: number;
|
|
534
|
+
}
|
|
402
535
|
export interface Tag {
|
|
403
536
|
Key: string | undefined;
|
|
404
537
|
Value: string | undefined;
|
|
@@ -447,11 +580,18 @@ export interface CreateBuildOutput {
|
|
|
447
580
|
UploadCredentials?: AwsCredentials;
|
|
448
581
|
StorageLocation?: S3Location;
|
|
449
582
|
}
|
|
450
|
-
export
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
583
|
+
export interface CreateContainerGroupDefinitionInput {
|
|
584
|
+
Name: string | undefined;
|
|
585
|
+
SchedulingStrategy?: ContainerSchedulingStrategy;
|
|
586
|
+
TotalMemoryLimit: number | undefined;
|
|
587
|
+
TotalCpuLimit: number | undefined;
|
|
588
|
+
ContainerDefinitions: ContainerDefinitionInput[] | undefined;
|
|
589
|
+
OperatingSystem: ContainerOperatingSystem | undefined;
|
|
590
|
+
Tags?: Tag[];
|
|
591
|
+
}
|
|
592
|
+
export interface CreateContainerGroupDefinitionOutput {
|
|
593
|
+
ContainerGroupDefinition?: ContainerGroupDefinition;
|
|
594
|
+
}
|
|
455
595
|
export interface IpPermission {
|
|
456
596
|
FromPort: number | undefined;
|
|
457
597
|
ToPort: number | undefined;
|
|
@@ -515,6 +655,7 @@ export interface CreateFleetInput {
|
|
|
515
655
|
ComputeType?: ComputeType;
|
|
516
656
|
AnywhereConfiguration?: AnywhereConfiguration;
|
|
517
657
|
InstanceRoleCredentialsProvider?: InstanceRoleCredentialsProvider;
|
|
658
|
+
ContainerGroupsConfiguration?: ContainerGroupsConfiguration;
|
|
518
659
|
}
|
|
519
660
|
export declare const FleetStatus: {
|
|
520
661
|
readonly ACTIVATING: "ACTIVATING";
|
|
@@ -560,6 +701,7 @@ export interface FleetAttributes {
|
|
|
560
701
|
ComputeType?: ComputeType;
|
|
561
702
|
AnywhereConfiguration?: AnywhereConfiguration;
|
|
562
703
|
InstanceRoleCredentialsProvider?: InstanceRoleCredentialsProvider;
|
|
704
|
+
ContainerGroupsAttributes?: ContainerGroupsAttributes;
|
|
563
705
|
}
|
|
564
706
|
export interface LocationState {
|
|
565
707
|
Location?: string;
|
|
@@ -569,6 +711,12 @@ export interface CreateFleetOutput {
|
|
|
569
711
|
FleetAttributes?: FleetAttributes;
|
|
570
712
|
LocationStates?: LocationState[];
|
|
571
713
|
}
|
|
714
|
+
export declare class NotReadyException extends __BaseException {
|
|
715
|
+
readonly name: "NotReadyException";
|
|
716
|
+
readonly $fault: "client";
|
|
717
|
+
Message?: string;
|
|
718
|
+
constructor(opts: __ExceptionOptionType<NotReadyException, __BaseException>);
|
|
719
|
+
}
|
|
572
720
|
export interface CreateFleetLocationsInput {
|
|
573
721
|
FleetId: string | undefined;
|
|
574
722
|
Locations: LocationConfiguration[] | undefined;
|
|
@@ -1053,6 +1201,9 @@ export interface DeleteAliasInput {
|
|
|
1053
1201
|
export interface DeleteBuildInput {
|
|
1054
1202
|
BuildId: string | undefined;
|
|
1055
1203
|
}
|
|
1204
|
+
export interface DeleteContainerGroupDefinitionInput {
|
|
1205
|
+
Name: string | undefined;
|
|
1206
|
+
}
|
|
1056
1207
|
export interface DeleteFleetInput {
|
|
1057
1208
|
FleetId: string | undefined;
|
|
1058
1209
|
}
|
|
@@ -1140,6 +1291,12 @@ export interface DescribeComputeInput {
|
|
|
1140
1291
|
export interface DescribeComputeOutput {
|
|
1141
1292
|
Compute?: Compute;
|
|
1142
1293
|
}
|
|
1294
|
+
export interface DescribeContainerGroupDefinitionInput {
|
|
1295
|
+
Name: string | undefined;
|
|
1296
|
+
}
|
|
1297
|
+
export interface DescribeContainerGroupDefinitionOutput {
|
|
1298
|
+
ContainerGroupDefinition?: ContainerGroupDefinition;
|
|
1299
|
+
}
|
|
1143
1300
|
export interface DescribeEC2InstanceLimitsInput {
|
|
1144
1301
|
EC2InstanceType?: EC2InstanceType;
|
|
1145
1302
|
Location?: string;
|
|
@@ -1176,12 +1333,19 @@ export interface EC2InstanceCounts {
|
|
|
1176
1333
|
IDLE?: number;
|
|
1177
1334
|
TERMINATING?: number;
|
|
1178
1335
|
}
|
|
1336
|
+
export interface ReplicaContainerGroupCounts {
|
|
1337
|
+
PENDING?: number;
|
|
1338
|
+
ACTIVE?: number;
|
|
1339
|
+
IDLE?: number;
|
|
1340
|
+
TERMINATING?: number;
|
|
1341
|
+
}
|
|
1179
1342
|
export interface FleetCapacity {
|
|
1180
1343
|
FleetId?: string;
|
|
1181
1344
|
FleetArn?: string;
|
|
1182
1345
|
InstanceType?: EC2InstanceType;
|
|
1183
1346
|
InstanceCounts?: EC2InstanceCounts;
|
|
1184
1347
|
Location?: string;
|
|
1348
|
+
ReplicaContainerGroupCounts?: ReplicaContainerGroupCounts;
|
|
1185
1349
|
}
|
|
1186
1350
|
export interface DescribeFleetCapacityOutput {
|
|
1187
1351
|
FleetCapacity?: FleetCapacity[];
|
|
@@ -1238,6 +1402,7 @@ export interface Event {
|
|
|
1238
1402
|
Message?: string;
|
|
1239
1403
|
EventTime?: Date;
|
|
1240
1404
|
PreSignedLogUrl?: string;
|
|
1405
|
+
Count?: number;
|
|
1241
1406
|
}
|
|
1242
1407
|
export interface DescribeFleetEventsOutput {
|
|
1243
1408
|
Events?: Event[];
|
|
@@ -1653,6 +1818,7 @@ export interface GetComputeAccessOutput {
|
|
|
1653
1818
|
ComputeName?: string;
|
|
1654
1819
|
ComputeArn?: string;
|
|
1655
1820
|
Credentials?: AwsCredentials;
|
|
1821
|
+
Target?: string;
|
|
1656
1822
|
}
|
|
1657
1823
|
export interface GetComputeAuthTokenInput {
|
|
1658
1824
|
FleetId: string | undefined;
|
|
@@ -1719,9 +1885,19 @@ export interface ListComputeOutput {
|
|
|
1719
1885
|
ComputeList?: Compute[];
|
|
1720
1886
|
NextToken?: string;
|
|
1721
1887
|
}
|
|
1888
|
+
export interface ListContainerGroupDefinitionsInput {
|
|
1889
|
+
SchedulingStrategy?: ContainerSchedulingStrategy;
|
|
1890
|
+
Limit?: number;
|
|
1891
|
+
NextToken?: string;
|
|
1892
|
+
}
|
|
1893
|
+
export interface ListContainerGroupDefinitionsOutput {
|
|
1894
|
+
ContainerGroupDefinitions?: ContainerGroupDefinition[];
|
|
1895
|
+
NextToken?: string;
|
|
1896
|
+
}
|
|
1722
1897
|
export interface ListFleetsInput {
|
|
1723
1898
|
BuildId?: string;
|
|
1724
1899
|
ScriptId?: string;
|
|
1900
|
+
ContainerGroupDefinitionName?: string;
|
|
1725
1901
|
Limit?: number;
|
|
1726
1902
|
NextToken?: string;
|
|
1727
1903
|
}
|
|
@@ -1835,141 +2011,62 @@ export interface ResumeGameServerGroupInput {
|
|
|
1835
2011
|
GameServerGroupName: string | undefined;
|
|
1836
2012
|
ResumeActions: GameServerGroupAction[] | undefined;
|
|
1837
2013
|
}
|
|
1838
|
-
export interface ResumeGameServerGroupOutput {
|
|
1839
|
-
GameServerGroup?: GameServerGroup;
|
|
1840
|
-
}
|
|
1841
|
-
export interface SearchGameSessionsInput {
|
|
1842
|
-
FleetId?: string;
|
|
1843
|
-
AliasId?: string;
|
|
1844
|
-
Location?: string;
|
|
1845
|
-
FilterExpression?: string;
|
|
1846
|
-
SortExpression?: string;
|
|
1847
|
-
Limit?: number;
|
|
1848
|
-
NextToken?: string;
|
|
1849
|
-
}
|
|
1850
|
-
export interface SearchGameSessionsOutput {
|
|
1851
|
-
GameSessions?: GameSession[];
|
|
1852
|
-
NextToken?: string;
|
|
1853
|
-
}
|
|
1854
|
-
export interface StartFleetActionsInput {
|
|
1855
|
-
FleetId: string | undefined;
|
|
1856
|
-
Actions: FleetAction[] | undefined;
|
|
1857
|
-
Location?: string;
|
|
1858
|
-
}
|
|
1859
|
-
export interface StartFleetActionsOutput {
|
|
1860
|
-
FleetId?: string;
|
|
1861
|
-
FleetArn?: string;
|
|
1862
|
-
}
|
|
1863
|
-
export interface StartGameSessionPlacementInput {
|
|
1864
|
-
PlacementId: string | undefined;
|
|
1865
|
-
GameSessionQueueName: string | undefined;
|
|
1866
|
-
GameProperties?: GameProperty[];
|
|
1867
|
-
MaximumPlayerSessionCount: number | undefined;
|
|
1868
|
-
GameSessionName?: string;
|
|
1869
|
-
PlayerLatencies?: PlayerLatency[];
|
|
1870
|
-
DesiredPlayerSessions?: DesiredPlayerSession[];
|
|
1871
|
-
GameSessionData?: string;
|
|
1872
|
-
}
|
|
1873
|
-
export interface StartGameSessionPlacementOutput {
|
|
1874
|
-
GameSessionPlacement?: GameSessionPlacement;
|
|
1875
|
-
}
|
|
1876
|
-
export interface StartMatchBackfillInput {
|
|
1877
|
-
TicketId?: string;
|
|
1878
|
-
ConfigurationName: string | undefined;
|
|
1879
|
-
GameSessionArn?: string;
|
|
1880
|
-
Players: Player[] | undefined;
|
|
1881
|
-
}
|
|
1882
|
-
export interface StartMatchBackfillOutput {
|
|
1883
|
-
MatchmakingTicket?: MatchmakingTicket;
|
|
1884
|
-
}
|
|
1885
|
-
export interface StartMatchmakingInput {
|
|
1886
|
-
TicketId?: string;
|
|
1887
|
-
ConfigurationName: string | undefined;
|
|
1888
|
-
Players: Player[] | undefined;
|
|
1889
|
-
}
|
|
1890
|
-
export interface StartMatchmakingOutput {
|
|
1891
|
-
MatchmakingTicket?: MatchmakingTicket;
|
|
1892
|
-
}
|
|
1893
|
-
export interface StopFleetActionsInput {
|
|
1894
|
-
FleetId: string | undefined;
|
|
1895
|
-
Actions: FleetAction[] | undefined;
|
|
1896
|
-
Location?: string;
|
|
1897
|
-
}
|
|
1898
|
-
export interface StopFleetActionsOutput {
|
|
1899
|
-
FleetId?: string;
|
|
1900
|
-
FleetArn?: string;
|
|
1901
|
-
}
|
|
1902
|
-
export interface StopGameSessionPlacementInput {
|
|
1903
|
-
PlacementId: string | undefined;
|
|
1904
|
-
}
|
|
1905
|
-
export interface StopGameSessionPlacementOutput {
|
|
1906
|
-
GameSessionPlacement?: GameSessionPlacement;
|
|
1907
|
-
}
|
|
1908
|
-
export interface StopMatchmakingInput {
|
|
1909
|
-
TicketId: string | undefined;
|
|
1910
|
-
}
|
|
1911
|
-
export interface StopMatchmakingOutput {}
|
|
1912
|
-
export interface SuspendGameServerGroupInput {
|
|
1913
|
-
GameServerGroupName: string | undefined;
|
|
1914
|
-
SuspendActions: GameServerGroupAction[] | undefined;
|
|
1915
|
-
}
|
|
1916
|
-
export interface SuspendGameServerGroupOutput {
|
|
1917
|
-
GameServerGroup?: GameServerGroup;
|
|
1918
|
-
}
|
|
1919
|
-
export interface TagResourceRequest {
|
|
1920
|
-
ResourceARN: string | undefined;
|
|
1921
|
-
Tags: Tag[] | undefined;
|
|
1922
|
-
}
|
|
1923
|
-
export interface TagResourceResponse {}
|
|
1924
|
-
export interface UntagResourceRequest {
|
|
1925
|
-
ResourceARN: string | undefined;
|
|
1926
|
-
TagKeys: string[] | undefined;
|
|
1927
|
-
}
|
|
1928
|
-
export interface UntagResourceResponse {}
|
|
1929
|
-
export interface UpdateAliasInput {
|
|
1930
|
-
AliasId: string | undefined;
|
|
1931
|
-
Name?: string;
|
|
1932
|
-
Description?: string;
|
|
1933
|
-
RoutingStrategy?: RoutingStrategy;
|
|
1934
|
-
}
|
|
1935
|
-
export interface UpdateAliasOutput {
|
|
1936
|
-
Alias?: Alias;
|
|
1937
|
-
}
|
|
1938
|
-
export interface UpdateBuildInput {
|
|
1939
|
-
BuildId: string | undefined;
|
|
1940
|
-
Name?: string;
|
|
1941
|
-
Version?: string;
|
|
1942
|
-
}
|
|
1943
|
-
export interface UpdateBuildOutput {
|
|
1944
|
-
Build?: Build;
|
|
1945
|
-
}
|
|
1946
|
-
export interface UpdateFleetAttributesInput {
|
|
1947
|
-
FleetId: string | undefined;
|
|
1948
|
-
Name?: string;
|
|
1949
|
-
Description?: string;
|
|
1950
|
-
NewGameSessionProtectionPolicy?: ProtectionPolicy;
|
|
1951
|
-
ResourceCreationLimitPolicy?: ResourceCreationLimitPolicy;
|
|
1952
|
-
MetricGroups?: string[];
|
|
1953
|
-
AnywhereConfiguration?: AnywhereConfiguration;
|
|
1954
|
-
}
|
|
1955
|
-
export interface UpdateFleetAttributesOutput {
|
|
1956
|
-
FleetId?: string;
|
|
1957
|
-
FleetArn?: string;
|
|
1958
|
-
}
|
|
1959
2014
|
export declare const AcceptMatchInputFilterSensitiveLog: (
|
|
1960
2015
|
obj: AcceptMatchInput
|
|
1961
2016
|
) => any;
|
|
1962
2017
|
export declare const AwsCredentialsFilterSensitiveLog: (
|
|
1963
2018
|
obj: AwsCredentials
|
|
1964
2019
|
) => any;
|
|
2020
|
+
export declare const ContainerPortMappingFilterSensitiveLog: (
|
|
2021
|
+
obj: ContainerPortMapping
|
|
2022
|
+
) => any;
|
|
2023
|
+
export declare const ContainerAttributesFilterSensitiveLog: (
|
|
2024
|
+
obj: ContainerAttributes
|
|
2025
|
+
) => any;
|
|
1965
2026
|
export declare const ComputeFilterSensitiveLog: (obj: Compute) => any;
|
|
2027
|
+
export declare const ConnectionPortRangeFilterSensitiveLog: (
|
|
2028
|
+
obj: ConnectionPortRange
|
|
2029
|
+
) => any;
|
|
2030
|
+
export declare const ContainerPortRangeFilterSensitiveLog: (
|
|
2031
|
+
obj: ContainerPortRange
|
|
2032
|
+
) => any;
|
|
2033
|
+
export declare const ContainerPortConfigurationFilterSensitiveLog: (
|
|
2034
|
+
obj: ContainerPortConfiguration
|
|
2035
|
+
) => any;
|
|
2036
|
+
export declare const ContainerDefinitionFilterSensitiveLog: (
|
|
2037
|
+
obj: ContainerDefinition
|
|
2038
|
+
) => any;
|
|
2039
|
+
export declare const ContainerDefinitionInputFilterSensitiveLog: (
|
|
2040
|
+
obj: ContainerDefinitionInput
|
|
2041
|
+
) => any;
|
|
2042
|
+
export declare const ContainerGroupDefinitionFilterSensitiveLog: (
|
|
2043
|
+
obj: ContainerGroupDefinition
|
|
2044
|
+
) => any;
|
|
2045
|
+
export declare const ContainerGroupsAttributesFilterSensitiveLog: (
|
|
2046
|
+
obj: ContainerGroupsAttributes
|
|
2047
|
+
) => any;
|
|
2048
|
+
export declare const ContainerGroupsConfigurationFilterSensitiveLog: (
|
|
2049
|
+
obj: ContainerGroupsConfiguration
|
|
2050
|
+
) => any;
|
|
1966
2051
|
export declare const CreateBuildOutputFilterSensitiveLog: (
|
|
1967
2052
|
obj: CreateBuildOutput
|
|
1968
2053
|
) => any;
|
|
2054
|
+
export declare const CreateContainerGroupDefinitionInputFilterSensitiveLog: (
|
|
2055
|
+
obj: CreateContainerGroupDefinitionInput
|
|
2056
|
+
) => any;
|
|
2057
|
+
export declare const CreateContainerGroupDefinitionOutputFilterSensitiveLog: (
|
|
2058
|
+
obj: CreateContainerGroupDefinitionOutput
|
|
2059
|
+
) => any;
|
|
1969
2060
|
export declare const IpPermissionFilterSensitiveLog: (obj: IpPermission) => any;
|
|
1970
2061
|
export declare const CreateFleetInputFilterSensitiveLog: (
|
|
1971
2062
|
obj: CreateFleetInput
|
|
1972
2063
|
) => any;
|
|
2064
|
+
export declare const FleetAttributesFilterSensitiveLog: (
|
|
2065
|
+
obj: FleetAttributes
|
|
2066
|
+
) => any;
|
|
2067
|
+
export declare const CreateFleetOutputFilterSensitiveLog: (
|
|
2068
|
+
obj: CreateFleetOutput
|
|
2069
|
+
) => any;
|
|
1973
2070
|
export declare const GameSessionFilterSensitiveLog: (obj: GameSession) => any;
|
|
1974
2071
|
export declare const CreateGameSessionOutputFilterSensitiveLog: (
|
|
1975
2072
|
obj: CreateGameSessionOutput
|
|
@@ -1992,6 +2089,12 @@ export declare const CreatePlayerSessionsOutputFilterSensitiveLog: (
|
|
|
1992
2089
|
export declare const DescribeComputeOutputFilterSensitiveLog: (
|
|
1993
2090
|
obj: DescribeComputeOutput
|
|
1994
2091
|
) => any;
|
|
2092
|
+
export declare const DescribeContainerGroupDefinitionOutputFilterSensitiveLog: (
|
|
2093
|
+
obj: DescribeContainerGroupDefinitionOutput
|
|
2094
|
+
) => any;
|
|
2095
|
+
export declare const DescribeFleetAttributesOutputFilterSensitiveLog: (
|
|
2096
|
+
obj: DescribeFleetAttributesOutput
|
|
2097
|
+
) => any;
|
|
1995
2098
|
export declare const DescribeFleetPortSettingsOutputFilterSensitiveLog: (
|
|
1996
2099
|
obj: DescribeFleetPortSettingsOutput
|
|
1997
2100
|
) => any;
|
|
@@ -2057,6 +2160,9 @@ export declare const GetInstanceAccessOutputFilterSensitiveLog: (
|
|
|
2057
2160
|
export declare const ListComputeOutputFilterSensitiveLog: (
|
|
2058
2161
|
obj: ListComputeOutput
|
|
2059
2162
|
) => any;
|
|
2163
|
+
export declare const ListContainerGroupDefinitionsOutputFilterSensitiveLog: (
|
|
2164
|
+
obj: ListContainerGroupDefinitionsOutput
|
|
2165
|
+
) => any;
|
|
2060
2166
|
export declare const RegisterComputeInputFilterSensitiveLog: (
|
|
2061
2167
|
obj: RegisterComputeInput
|
|
2062
2168
|
) => any;
|
|
@@ -2066,27 +2172,3 @@ export declare const RegisterComputeOutputFilterSensitiveLog: (
|
|
|
2066
2172
|
export declare const RequestUploadCredentialsOutputFilterSensitiveLog: (
|
|
2067
2173
|
obj: RequestUploadCredentialsOutput
|
|
2068
2174
|
) => any;
|
|
2069
|
-
export declare const SearchGameSessionsOutputFilterSensitiveLog: (
|
|
2070
|
-
obj: SearchGameSessionsOutput
|
|
2071
|
-
) => any;
|
|
2072
|
-
export declare const StartGameSessionPlacementInputFilterSensitiveLog: (
|
|
2073
|
-
obj: StartGameSessionPlacementInput
|
|
2074
|
-
) => any;
|
|
2075
|
-
export declare const StartGameSessionPlacementOutputFilterSensitiveLog: (
|
|
2076
|
-
obj: StartGameSessionPlacementOutput
|
|
2077
|
-
) => any;
|
|
2078
|
-
export declare const StartMatchBackfillInputFilterSensitiveLog: (
|
|
2079
|
-
obj: StartMatchBackfillInput
|
|
2080
|
-
) => any;
|
|
2081
|
-
export declare const StartMatchBackfillOutputFilterSensitiveLog: (
|
|
2082
|
-
obj: StartMatchBackfillOutput
|
|
2083
|
-
) => any;
|
|
2084
|
-
export declare const StartMatchmakingInputFilterSensitiveLog: (
|
|
2085
|
-
obj: StartMatchmakingInput
|
|
2086
|
-
) => any;
|
|
2087
|
-
export declare const StartMatchmakingOutputFilterSensitiveLog: (
|
|
2088
|
-
obj: StartMatchmakingOutput
|
|
2089
|
-
) => any;
|
|
2090
|
-
export declare const StopGameSessionPlacementOutputFilterSensitiveLog: (
|
|
2091
|
-
obj: StopGameSessionPlacementOutput
|
|
2092
|
-
) => any;
|