@aws-sdk/client-gamelift 3.50.0 → 3.51.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/GameLift.d.ts +480 -0
- package/dist-types/ts3.4/GameLiftClient.d.ts +168 -0
- package/dist-types/ts3.4/commands/AcceptMatchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ClaimGameServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBuildCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGameSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBuildCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteScriptCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterGameServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeBuildCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGameServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeScriptCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInstanceAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGameServersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListScriptsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterGameServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResolveAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGameServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGameSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateScriptCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +95 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +5 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3472 -0
- package/dist-types/ts3.4/pagination/DescribeFleetAttributesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetCapacityPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetEventsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetLocationAttributesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetUtilizationPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGameServerInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGameSessionDetailsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGameSessionQueuesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGameSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePlayerSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeScalingPoliciesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGameServerGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGameServersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListScriptsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchGameSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +22 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +287 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +8 -8
|
@@ -0,0 +1,3472 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
export declare type AcceptanceType = "ACCEPT" | "REJECT";
|
|
3
|
+
|
|
4
|
+
export interface AcceptMatchInput {
|
|
5
|
+
|
|
6
|
+
TicketId: string | undefined;
|
|
7
|
+
|
|
8
|
+
PlayerIds: string[] | undefined;
|
|
9
|
+
|
|
10
|
+
AcceptanceType: AcceptanceType | string | undefined;
|
|
11
|
+
}
|
|
12
|
+
export declare namespace AcceptMatchInput {
|
|
13
|
+
|
|
14
|
+
const filterSensitiveLog: (obj: AcceptMatchInput) => any;
|
|
15
|
+
}
|
|
16
|
+
export interface AcceptMatchOutput {
|
|
17
|
+
}
|
|
18
|
+
export declare namespace AcceptMatchOutput {
|
|
19
|
+
|
|
20
|
+
const filterSensitiveLog: (obj: AcceptMatchOutput) => any;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export interface InternalServiceException extends __SmithyException, $MetadataBearer {
|
|
24
|
+
name: "InternalServiceException";
|
|
25
|
+
$fault: "server";
|
|
26
|
+
Message?: string;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
|
|
30
|
+
name: "InvalidRequestException";
|
|
31
|
+
$fault: "client";
|
|
32
|
+
Message?: string;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export interface NotFoundException extends __SmithyException, $MetadataBearer {
|
|
36
|
+
name: "NotFoundException";
|
|
37
|
+
$fault: "client";
|
|
38
|
+
Message?: string;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export interface UnsupportedRegionException extends __SmithyException, $MetadataBearer {
|
|
42
|
+
name: "UnsupportedRegionException";
|
|
43
|
+
$fault: "client";
|
|
44
|
+
Message?: string;
|
|
45
|
+
}
|
|
46
|
+
export declare enum RoutingStrategyType {
|
|
47
|
+
SIMPLE = "SIMPLE",
|
|
48
|
+
TERMINAL = "TERMINAL"
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export interface RoutingStrategy {
|
|
52
|
+
|
|
53
|
+
Type?: RoutingStrategyType | string;
|
|
54
|
+
|
|
55
|
+
FleetId?: string;
|
|
56
|
+
|
|
57
|
+
Message?: string;
|
|
58
|
+
}
|
|
59
|
+
export declare namespace RoutingStrategy {
|
|
60
|
+
|
|
61
|
+
const filterSensitiveLog: (obj: RoutingStrategy) => any;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export interface Alias {
|
|
65
|
+
|
|
66
|
+
AliasId?: string;
|
|
67
|
+
|
|
68
|
+
Name?: string;
|
|
69
|
+
|
|
70
|
+
AliasArn?: string;
|
|
71
|
+
|
|
72
|
+
Description?: string;
|
|
73
|
+
|
|
74
|
+
RoutingStrategy?: RoutingStrategy;
|
|
75
|
+
|
|
76
|
+
CreationTime?: Date;
|
|
77
|
+
|
|
78
|
+
LastUpdatedTime?: Date;
|
|
79
|
+
}
|
|
80
|
+
export declare namespace Alias {
|
|
81
|
+
|
|
82
|
+
const filterSensitiveLog: (obj: Alias) => any;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
export interface AttributeValue {
|
|
86
|
+
|
|
87
|
+
S?: string;
|
|
88
|
+
|
|
89
|
+
N?: number;
|
|
90
|
+
|
|
91
|
+
SL?: string[];
|
|
92
|
+
|
|
93
|
+
SDM?: {
|
|
94
|
+
[key: string]: number;
|
|
95
|
+
};
|
|
96
|
+
}
|
|
97
|
+
export declare namespace AttributeValue {
|
|
98
|
+
|
|
99
|
+
const filterSensitiveLog: (obj: AttributeValue) => any;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
export interface AwsCredentials {
|
|
103
|
+
|
|
104
|
+
AccessKeyId?: string;
|
|
105
|
+
|
|
106
|
+
SecretAccessKey?: string;
|
|
107
|
+
|
|
108
|
+
SessionToken?: string;
|
|
109
|
+
}
|
|
110
|
+
export declare namespace AwsCredentials {
|
|
111
|
+
|
|
112
|
+
const filterSensitiveLog: (obj: AwsCredentials) => any;
|
|
113
|
+
}
|
|
114
|
+
export declare enum BackfillMode {
|
|
115
|
+
AUTOMATIC = "AUTOMATIC",
|
|
116
|
+
MANUAL = "MANUAL"
|
|
117
|
+
}
|
|
118
|
+
export declare enum BalancingStrategy {
|
|
119
|
+
ON_DEMAND_ONLY = "ON_DEMAND_ONLY",
|
|
120
|
+
SPOT_ONLY = "SPOT_ONLY",
|
|
121
|
+
SPOT_PREFERRED = "SPOT_PREFERRED"
|
|
122
|
+
}
|
|
123
|
+
export declare enum OperatingSystem {
|
|
124
|
+
AMAZON_LINUX = "AMAZON_LINUX",
|
|
125
|
+
AMAZON_LINUX_2 = "AMAZON_LINUX_2",
|
|
126
|
+
WINDOWS_2012 = "WINDOWS_2012"
|
|
127
|
+
}
|
|
128
|
+
export declare enum BuildStatus {
|
|
129
|
+
FAILED = "FAILED",
|
|
130
|
+
INITIALIZED = "INITIALIZED",
|
|
131
|
+
READY = "READY"
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
export interface Build {
|
|
135
|
+
|
|
136
|
+
BuildId?: string;
|
|
137
|
+
|
|
138
|
+
BuildArn?: string;
|
|
139
|
+
|
|
140
|
+
Name?: string;
|
|
141
|
+
|
|
142
|
+
Version?: string;
|
|
143
|
+
|
|
144
|
+
Status?: BuildStatus | string;
|
|
145
|
+
|
|
146
|
+
SizeOnDisk?: number;
|
|
147
|
+
|
|
148
|
+
OperatingSystem?: OperatingSystem | string;
|
|
149
|
+
|
|
150
|
+
CreationTime?: Date;
|
|
151
|
+
}
|
|
152
|
+
export declare namespace Build {
|
|
153
|
+
|
|
154
|
+
const filterSensitiveLog: (obj: Build) => any;
|
|
155
|
+
}
|
|
156
|
+
export declare enum CertificateType {
|
|
157
|
+
Disabled = "DISABLED",
|
|
158
|
+
Generated = "GENERATED"
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
export interface CertificateConfiguration {
|
|
162
|
+
|
|
163
|
+
CertificateType: CertificateType | string | undefined;
|
|
164
|
+
}
|
|
165
|
+
export declare namespace CertificateConfiguration {
|
|
166
|
+
|
|
167
|
+
const filterSensitiveLog: (obj: CertificateConfiguration) => any;
|
|
168
|
+
}
|
|
169
|
+
export interface ClaimGameServerInput {
|
|
170
|
+
|
|
171
|
+
GameServerGroupName: string | undefined;
|
|
172
|
+
|
|
173
|
+
GameServerId?: string;
|
|
174
|
+
|
|
175
|
+
GameServerData?: string;
|
|
176
|
+
}
|
|
177
|
+
export declare namespace ClaimGameServerInput {
|
|
178
|
+
|
|
179
|
+
const filterSensitiveLog: (obj: ClaimGameServerInput) => any;
|
|
180
|
+
}
|
|
181
|
+
export declare enum GameServerClaimStatus {
|
|
182
|
+
CLAIMED = "CLAIMED"
|
|
183
|
+
}
|
|
184
|
+
export declare enum GameServerUtilizationStatus {
|
|
185
|
+
AVAILABLE = "AVAILABLE",
|
|
186
|
+
UTILIZED = "UTILIZED"
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
export interface GameServer {
|
|
190
|
+
|
|
191
|
+
GameServerGroupName?: string;
|
|
192
|
+
|
|
193
|
+
GameServerGroupArn?: string;
|
|
194
|
+
|
|
195
|
+
GameServerId?: string;
|
|
196
|
+
|
|
197
|
+
InstanceId?: string;
|
|
198
|
+
|
|
199
|
+
ConnectionInfo?: string;
|
|
200
|
+
|
|
201
|
+
GameServerData?: string;
|
|
202
|
+
|
|
203
|
+
ClaimStatus?: GameServerClaimStatus | string;
|
|
204
|
+
|
|
205
|
+
UtilizationStatus?: GameServerUtilizationStatus | string;
|
|
206
|
+
|
|
207
|
+
RegistrationTime?: Date;
|
|
208
|
+
|
|
209
|
+
LastClaimTime?: Date;
|
|
210
|
+
|
|
211
|
+
LastHealthCheckTime?: Date;
|
|
212
|
+
}
|
|
213
|
+
export declare namespace GameServer {
|
|
214
|
+
|
|
215
|
+
const filterSensitiveLog: (obj: GameServer) => any;
|
|
216
|
+
}
|
|
217
|
+
export interface ClaimGameServerOutput {
|
|
218
|
+
|
|
219
|
+
GameServer?: GameServer;
|
|
220
|
+
}
|
|
221
|
+
export declare namespace ClaimGameServerOutput {
|
|
222
|
+
|
|
223
|
+
const filterSensitiveLog: (obj: ClaimGameServerOutput) => any;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
227
|
+
name: "ConflictException";
|
|
228
|
+
$fault: "client";
|
|
229
|
+
Message?: string;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
export interface OutOfCapacityException extends __SmithyException, $MetadataBearer {
|
|
233
|
+
name: "OutOfCapacityException";
|
|
234
|
+
$fault: "client";
|
|
235
|
+
Message?: string;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
export interface UnauthorizedException extends __SmithyException, $MetadataBearer {
|
|
239
|
+
name: "UnauthorizedException";
|
|
240
|
+
$fault: "client";
|
|
241
|
+
Message?: string;
|
|
242
|
+
}
|
|
243
|
+
export declare enum ComparisonOperatorType {
|
|
244
|
+
GreaterThanOrEqualToThreshold = "GreaterThanOrEqualToThreshold",
|
|
245
|
+
GreaterThanThreshold = "GreaterThanThreshold",
|
|
246
|
+
LessThanOrEqualToThreshold = "LessThanOrEqualToThreshold",
|
|
247
|
+
LessThanThreshold = "LessThanThreshold"
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
export interface Tag {
|
|
251
|
+
|
|
252
|
+
Key: string | undefined;
|
|
253
|
+
|
|
254
|
+
Value: string | undefined;
|
|
255
|
+
}
|
|
256
|
+
export declare namespace Tag {
|
|
257
|
+
|
|
258
|
+
const filterSensitiveLog: (obj: Tag) => any;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
export interface CreateAliasInput {
|
|
262
|
+
|
|
263
|
+
Name: string | undefined;
|
|
264
|
+
|
|
265
|
+
Description?: string;
|
|
266
|
+
|
|
267
|
+
RoutingStrategy: RoutingStrategy | undefined;
|
|
268
|
+
|
|
269
|
+
Tags?: Tag[];
|
|
270
|
+
}
|
|
271
|
+
export declare namespace CreateAliasInput {
|
|
272
|
+
|
|
273
|
+
const filterSensitiveLog: (obj: CreateAliasInput) => any;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
export interface CreateAliasOutput {
|
|
277
|
+
|
|
278
|
+
Alias?: Alias;
|
|
279
|
+
}
|
|
280
|
+
export declare namespace CreateAliasOutput {
|
|
281
|
+
|
|
282
|
+
const filterSensitiveLog: (obj: CreateAliasOutput) => any;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
286
|
+
name: "LimitExceededException";
|
|
287
|
+
$fault: "client";
|
|
288
|
+
Message?: string;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
export interface TaggingFailedException extends __SmithyException, $MetadataBearer {
|
|
292
|
+
name: "TaggingFailedException";
|
|
293
|
+
$fault: "client";
|
|
294
|
+
Message?: string;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
export interface S3Location {
|
|
298
|
+
|
|
299
|
+
Bucket?: string;
|
|
300
|
+
|
|
301
|
+
Key?: string;
|
|
302
|
+
|
|
303
|
+
RoleArn?: string;
|
|
304
|
+
|
|
305
|
+
ObjectVersion?: string;
|
|
306
|
+
}
|
|
307
|
+
export declare namespace S3Location {
|
|
308
|
+
|
|
309
|
+
const filterSensitiveLog: (obj: S3Location) => any;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
export interface CreateBuildInput {
|
|
313
|
+
|
|
314
|
+
Name?: string;
|
|
315
|
+
|
|
316
|
+
Version?: string;
|
|
317
|
+
|
|
318
|
+
StorageLocation?: S3Location;
|
|
319
|
+
|
|
320
|
+
OperatingSystem?: OperatingSystem | string;
|
|
321
|
+
|
|
322
|
+
Tags?: Tag[];
|
|
323
|
+
}
|
|
324
|
+
export declare namespace CreateBuildInput {
|
|
325
|
+
|
|
326
|
+
const filterSensitiveLog: (obj: CreateBuildInput) => any;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
export interface CreateBuildOutput {
|
|
330
|
+
|
|
331
|
+
Build?: Build;
|
|
332
|
+
|
|
333
|
+
UploadCredentials?: AwsCredentials;
|
|
334
|
+
|
|
335
|
+
StorageLocation?: S3Location;
|
|
336
|
+
}
|
|
337
|
+
export declare namespace CreateBuildOutput {
|
|
338
|
+
|
|
339
|
+
const filterSensitiveLog: (obj: CreateBuildOutput) => any;
|
|
340
|
+
}
|
|
341
|
+
export declare enum IpProtocol {
|
|
342
|
+
TCP = "TCP",
|
|
343
|
+
UDP = "UDP"
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
export interface IpPermission {
|
|
347
|
+
|
|
348
|
+
FromPort: number | undefined;
|
|
349
|
+
|
|
350
|
+
ToPort: number | undefined;
|
|
351
|
+
|
|
352
|
+
IpRange: string | undefined;
|
|
353
|
+
|
|
354
|
+
Protocol: IpProtocol | string | undefined;
|
|
355
|
+
}
|
|
356
|
+
export declare namespace IpPermission {
|
|
357
|
+
|
|
358
|
+
const filterSensitiveLog: (obj: IpPermission) => any;
|
|
359
|
+
}
|
|
360
|
+
export declare type EC2InstanceType = "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c3.large" | "c3.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c4.large" | "c4.xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.large" | "c5.xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.large" | "c5a.xlarge" | "m3.2xlarge" | "m3.large" | "m3.medium" | "m3.xlarge" | "m4.10xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.large" | "m4.xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.large" | "m5.xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.large" | "m5a.xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r3.large" | "r3.xlarge" | "r4.16xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.large" | "r4.xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.large" | "r5.xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.large" | "r5a.xlarge" | "t2.large" | "t2.medium" | "t2.micro" | "t2.small";
|
|
361
|
+
export declare enum FleetType {
|
|
362
|
+
OnDemand = "ON_DEMAND",
|
|
363
|
+
Spot = "SPOT"
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
export interface LocationConfiguration {
|
|
367
|
+
|
|
368
|
+
Location?: string;
|
|
369
|
+
}
|
|
370
|
+
export declare namespace LocationConfiguration {
|
|
371
|
+
|
|
372
|
+
const filterSensitiveLog: (obj: LocationConfiguration) => any;
|
|
373
|
+
}
|
|
374
|
+
export declare enum ProtectionPolicy {
|
|
375
|
+
FullProtection = "FullProtection",
|
|
376
|
+
NoProtection = "NoProtection"
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
export interface ResourceCreationLimitPolicy {
|
|
380
|
+
|
|
381
|
+
NewGameSessionsPerCreator?: number;
|
|
382
|
+
|
|
383
|
+
PolicyPeriodInMinutes?: number;
|
|
384
|
+
}
|
|
385
|
+
export declare namespace ResourceCreationLimitPolicy {
|
|
386
|
+
|
|
387
|
+
const filterSensitiveLog: (obj: ResourceCreationLimitPolicy) => any;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
export interface ServerProcess {
|
|
391
|
+
|
|
392
|
+
LaunchPath: string | undefined;
|
|
393
|
+
|
|
394
|
+
Parameters?: string;
|
|
395
|
+
|
|
396
|
+
ConcurrentExecutions: number | undefined;
|
|
397
|
+
}
|
|
398
|
+
export declare namespace ServerProcess {
|
|
399
|
+
|
|
400
|
+
const filterSensitiveLog: (obj: ServerProcess) => any;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
export interface RuntimeConfiguration {
|
|
404
|
+
|
|
405
|
+
ServerProcesses?: ServerProcess[];
|
|
406
|
+
|
|
407
|
+
MaxConcurrentGameSessionActivations?: number;
|
|
408
|
+
|
|
409
|
+
GameSessionActivationTimeoutSeconds?: number;
|
|
410
|
+
}
|
|
411
|
+
export declare namespace RuntimeConfiguration {
|
|
412
|
+
|
|
413
|
+
const filterSensitiveLog: (obj: RuntimeConfiguration) => any;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
export interface CreateFleetInput {
|
|
417
|
+
|
|
418
|
+
Name: string | undefined;
|
|
419
|
+
|
|
420
|
+
Description?: string;
|
|
421
|
+
|
|
422
|
+
BuildId?: string;
|
|
423
|
+
|
|
424
|
+
ScriptId?: string;
|
|
425
|
+
|
|
426
|
+
ServerLaunchPath?: string;
|
|
427
|
+
|
|
428
|
+
ServerLaunchParameters?: string;
|
|
429
|
+
|
|
430
|
+
LogPaths?: string[];
|
|
431
|
+
|
|
432
|
+
EC2InstanceType: EC2InstanceType | string | undefined;
|
|
433
|
+
|
|
434
|
+
EC2InboundPermissions?: IpPermission[];
|
|
435
|
+
|
|
436
|
+
NewGameSessionProtectionPolicy?: ProtectionPolicy | string;
|
|
437
|
+
|
|
438
|
+
RuntimeConfiguration?: RuntimeConfiguration;
|
|
439
|
+
|
|
440
|
+
ResourceCreationLimitPolicy?: ResourceCreationLimitPolicy;
|
|
441
|
+
|
|
442
|
+
MetricGroups?: string[];
|
|
443
|
+
|
|
444
|
+
PeerVpcAwsAccountId?: string;
|
|
445
|
+
|
|
446
|
+
PeerVpcId?: string;
|
|
447
|
+
|
|
448
|
+
FleetType?: FleetType | string;
|
|
449
|
+
|
|
450
|
+
InstanceRoleArn?: string;
|
|
451
|
+
|
|
452
|
+
CertificateConfiguration?: CertificateConfiguration;
|
|
453
|
+
|
|
454
|
+
Locations?: LocationConfiguration[];
|
|
455
|
+
|
|
456
|
+
Tags?: Tag[];
|
|
457
|
+
}
|
|
458
|
+
export declare namespace CreateFleetInput {
|
|
459
|
+
|
|
460
|
+
const filterSensitiveLog: (obj: CreateFleetInput) => any;
|
|
461
|
+
}
|
|
462
|
+
export declare enum FleetStatus {
|
|
463
|
+
ACTIVATING = "ACTIVATING",
|
|
464
|
+
ACTIVE = "ACTIVE",
|
|
465
|
+
BUILDING = "BUILDING",
|
|
466
|
+
DELETING = "DELETING",
|
|
467
|
+
DOWNLOADING = "DOWNLOADING",
|
|
468
|
+
ERROR = "ERROR",
|
|
469
|
+
NEW = "NEW",
|
|
470
|
+
TERMINATED = "TERMINATED",
|
|
471
|
+
VALIDATING = "VALIDATING"
|
|
472
|
+
}
|
|
473
|
+
export declare enum FleetAction {
|
|
474
|
+
AutoScaling = "AUTO_SCALING"
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
export interface FleetAttributes {
|
|
478
|
+
|
|
479
|
+
FleetId?: string;
|
|
480
|
+
|
|
481
|
+
FleetArn?: string;
|
|
482
|
+
|
|
483
|
+
FleetType?: FleetType | string;
|
|
484
|
+
|
|
485
|
+
InstanceType?: EC2InstanceType | string;
|
|
486
|
+
|
|
487
|
+
Description?: string;
|
|
488
|
+
|
|
489
|
+
Name?: string;
|
|
490
|
+
|
|
491
|
+
CreationTime?: Date;
|
|
492
|
+
|
|
493
|
+
TerminationTime?: Date;
|
|
494
|
+
|
|
495
|
+
Status?: FleetStatus | string;
|
|
496
|
+
|
|
497
|
+
BuildId?: string;
|
|
498
|
+
|
|
499
|
+
BuildArn?: string;
|
|
500
|
+
|
|
501
|
+
ScriptId?: string;
|
|
502
|
+
|
|
503
|
+
ScriptArn?: string;
|
|
504
|
+
|
|
505
|
+
ServerLaunchPath?: string;
|
|
506
|
+
|
|
507
|
+
ServerLaunchParameters?: string;
|
|
508
|
+
|
|
509
|
+
LogPaths?: string[];
|
|
510
|
+
|
|
511
|
+
NewGameSessionProtectionPolicy?: ProtectionPolicy | string;
|
|
512
|
+
|
|
513
|
+
OperatingSystem?: OperatingSystem | string;
|
|
514
|
+
|
|
515
|
+
ResourceCreationLimitPolicy?: ResourceCreationLimitPolicy;
|
|
516
|
+
|
|
517
|
+
MetricGroups?: string[];
|
|
518
|
+
|
|
519
|
+
StoppedActions?: (FleetAction | string)[];
|
|
520
|
+
|
|
521
|
+
InstanceRoleArn?: string;
|
|
522
|
+
|
|
523
|
+
CertificateConfiguration?: CertificateConfiguration;
|
|
524
|
+
}
|
|
525
|
+
export declare namespace FleetAttributes {
|
|
526
|
+
|
|
527
|
+
const filterSensitiveLog: (obj: FleetAttributes) => any;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
export interface LocationState {
|
|
531
|
+
|
|
532
|
+
Location?: string;
|
|
533
|
+
|
|
534
|
+
Status?: FleetStatus | string;
|
|
535
|
+
}
|
|
536
|
+
export declare namespace LocationState {
|
|
537
|
+
|
|
538
|
+
const filterSensitiveLog: (obj: LocationState) => any;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
export interface CreateFleetOutput {
|
|
542
|
+
|
|
543
|
+
FleetAttributes?: FleetAttributes;
|
|
544
|
+
|
|
545
|
+
LocationStates?: LocationState[];
|
|
546
|
+
}
|
|
547
|
+
export declare namespace CreateFleetOutput {
|
|
548
|
+
|
|
549
|
+
const filterSensitiveLog: (obj: CreateFleetOutput) => any;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
export interface CreateFleetLocationsInput {
|
|
553
|
+
|
|
554
|
+
FleetId: string | undefined;
|
|
555
|
+
|
|
556
|
+
Locations: LocationConfiguration[] | undefined;
|
|
557
|
+
}
|
|
558
|
+
export declare namespace CreateFleetLocationsInput {
|
|
559
|
+
|
|
560
|
+
const filterSensitiveLog: (obj: CreateFleetLocationsInput) => any;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
export interface CreateFleetLocationsOutput {
|
|
564
|
+
|
|
565
|
+
FleetId?: string;
|
|
566
|
+
|
|
567
|
+
FleetArn?: string;
|
|
568
|
+
|
|
569
|
+
LocationStates?: LocationState[];
|
|
570
|
+
}
|
|
571
|
+
export declare namespace CreateFleetLocationsOutput {
|
|
572
|
+
|
|
573
|
+
const filterSensitiveLog: (obj: CreateFleetLocationsOutput) => any;
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
export interface InvalidFleetStatusException extends __SmithyException, $MetadataBearer {
|
|
577
|
+
name: "InvalidFleetStatusException";
|
|
578
|
+
$fault: "client";
|
|
579
|
+
Message?: string;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
export interface TargetTrackingConfiguration {
|
|
583
|
+
|
|
584
|
+
TargetValue: number | undefined;
|
|
585
|
+
}
|
|
586
|
+
export declare namespace TargetTrackingConfiguration {
|
|
587
|
+
|
|
588
|
+
const filterSensitiveLog: (obj: TargetTrackingConfiguration) => any;
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
export interface GameServerGroupAutoScalingPolicy {
|
|
592
|
+
|
|
593
|
+
EstimatedInstanceWarmup?: number;
|
|
594
|
+
|
|
595
|
+
TargetTrackingConfiguration: TargetTrackingConfiguration | undefined;
|
|
596
|
+
}
|
|
597
|
+
export declare namespace GameServerGroupAutoScalingPolicy {
|
|
598
|
+
|
|
599
|
+
const filterSensitiveLog: (obj: GameServerGroupAutoScalingPolicy) => any;
|
|
600
|
+
}
|
|
601
|
+
export declare enum GameServerProtectionPolicy {
|
|
602
|
+
FULL_PROTECTION = "FULL_PROTECTION",
|
|
603
|
+
NO_PROTECTION = "NO_PROTECTION"
|
|
604
|
+
}
|
|
605
|
+
export declare type GameServerGroupInstanceType = "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c4.large" | "c4.xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.large" | "c5.xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.large" | "c5a.xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.large" | "c6g.medium" | "c6g.xlarge" | "m4.10xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.large" | "m4.xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.large" | "m5.xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.large" | "m5a.xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.large" | "m6g.medium" | "m6g.xlarge" | "r4.16xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.large" | "r4.xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.large" | "r5.xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.large" | "r5a.xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.large" | "r6g.medium" | "r6g.xlarge";
|
|
606
|
+
|
|
607
|
+
export interface InstanceDefinition {
|
|
608
|
+
|
|
609
|
+
InstanceType: GameServerGroupInstanceType | string | undefined;
|
|
610
|
+
|
|
611
|
+
WeightedCapacity?: string;
|
|
612
|
+
}
|
|
613
|
+
export declare namespace InstanceDefinition {
|
|
614
|
+
|
|
615
|
+
const filterSensitiveLog: (obj: InstanceDefinition) => any;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
export interface LaunchTemplateSpecification {
|
|
619
|
+
|
|
620
|
+
LaunchTemplateId?: string;
|
|
621
|
+
|
|
622
|
+
LaunchTemplateName?: string;
|
|
623
|
+
|
|
624
|
+
Version?: string;
|
|
625
|
+
}
|
|
626
|
+
export declare namespace LaunchTemplateSpecification {
|
|
627
|
+
|
|
628
|
+
const filterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
|
|
629
|
+
}
|
|
630
|
+
export interface CreateGameServerGroupInput {
|
|
631
|
+
|
|
632
|
+
GameServerGroupName: string | undefined;
|
|
633
|
+
|
|
634
|
+
RoleArn: string | undefined;
|
|
635
|
+
|
|
636
|
+
MinSize: number | undefined;
|
|
637
|
+
|
|
638
|
+
MaxSize: number | undefined;
|
|
639
|
+
|
|
640
|
+
LaunchTemplate: LaunchTemplateSpecification | undefined;
|
|
641
|
+
|
|
642
|
+
InstanceDefinitions: InstanceDefinition[] | undefined;
|
|
643
|
+
|
|
644
|
+
AutoScalingPolicy?: GameServerGroupAutoScalingPolicy;
|
|
645
|
+
|
|
646
|
+
BalancingStrategy?: BalancingStrategy | string;
|
|
647
|
+
|
|
648
|
+
GameServerProtectionPolicy?: GameServerProtectionPolicy | string;
|
|
649
|
+
|
|
650
|
+
VpcSubnets?: string[];
|
|
651
|
+
|
|
652
|
+
Tags?: Tag[];
|
|
653
|
+
}
|
|
654
|
+
export declare namespace CreateGameServerGroupInput {
|
|
655
|
+
|
|
656
|
+
const filterSensitiveLog: (obj: CreateGameServerGroupInput) => any;
|
|
657
|
+
}
|
|
658
|
+
export declare enum GameServerGroupStatus {
|
|
659
|
+
ACTIVATING = "ACTIVATING",
|
|
660
|
+
ACTIVE = "ACTIVE",
|
|
661
|
+
DELETED = "DELETED",
|
|
662
|
+
DELETE_SCHEDULED = "DELETE_SCHEDULED",
|
|
663
|
+
DELETING = "DELETING",
|
|
664
|
+
ERROR = "ERROR",
|
|
665
|
+
NEW = "NEW"
|
|
666
|
+
}
|
|
667
|
+
export declare enum GameServerGroupAction {
|
|
668
|
+
REPLACE_INSTANCE_TYPES = "REPLACE_INSTANCE_TYPES"
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
export interface GameServerGroup {
|
|
672
|
+
|
|
673
|
+
GameServerGroupName?: string;
|
|
674
|
+
|
|
675
|
+
GameServerGroupArn?: string;
|
|
676
|
+
|
|
677
|
+
RoleArn?: string;
|
|
678
|
+
|
|
679
|
+
InstanceDefinitions?: InstanceDefinition[];
|
|
680
|
+
|
|
681
|
+
BalancingStrategy?: BalancingStrategy | string;
|
|
682
|
+
|
|
683
|
+
GameServerProtectionPolicy?: GameServerProtectionPolicy | string;
|
|
684
|
+
|
|
685
|
+
AutoScalingGroupArn?: string;
|
|
686
|
+
|
|
687
|
+
Status?: GameServerGroupStatus | string;
|
|
688
|
+
|
|
689
|
+
StatusReason?: string;
|
|
690
|
+
|
|
691
|
+
SuspendedActions?: (GameServerGroupAction | string)[];
|
|
692
|
+
|
|
693
|
+
CreationTime?: Date;
|
|
694
|
+
|
|
695
|
+
LastUpdatedTime?: Date;
|
|
696
|
+
}
|
|
697
|
+
export declare namespace GameServerGroup {
|
|
698
|
+
|
|
699
|
+
const filterSensitiveLog: (obj: GameServerGroup) => any;
|
|
700
|
+
}
|
|
701
|
+
export interface CreateGameServerGroupOutput {
|
|
702
|
+
|
|
703
|
+
GameServerGroup?: GameServerGroup;
|
|
704
|
+
}
|
|
705
|
+
export declare namespace CreateGameServerGroupOutput {
|
|
706
|
+
|
|
707
|
+
const filterSensitiveLog: (obj: CreateGameServerGroupOutput) => any;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
export interface GameProperty {
|
|
711
|
+
|
|
712
|
+
Key: string | undefined;
|
|
713
|
+
|
|
714
|
+
Value: string | undefined;
|
|
715
|
+
}
|
|
716
|
+
export declare namespace GameProperty {
|
|
717
|
+
|
|
718
|
+
const filterSensitiveLog: (obj: GameProperty) => any;
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
export interface CreateGameSessionInput {
|
|
722
|
+
|
|
723
|
+
FleetId?: string;
|
|
724
|
+
|
|
725
|
+
AliasId?: string;
|
|
726
|
+
|
|
727
|
+
MaximumPlayerSessionCount: number | undefined;
|
|
728
|
+
|
|
729
|
+
Name?: string;
|
|
730
|
+
|
|
731
|
+
GameProperties?: GameProperty[];
|
|
732
|
+
|
|
733
|
+
CreatorId?: string;
|
|
734
|
+
|
|
735
|
+
GameSessionId?: string;
|
|
736
|
+
|
|
737
|
+
IdempotencyToken?: string;
|
|
738
|
+
|
|
739
|
+
GameSessionData?: string;
|
|
740
|
+
|
|
741
|
+
Location?: string;
|
|
742
|
+
}
|
|
743
|
+
export declare namespace CreateGameSessionInput {
|
|
744
|
+
|
|
745
|
+
const filterSensitiveLog: (obj: CreateGameSessionInput) => any;
|
|
746
|
+
}
|
|
747
|
+
export declare enum PlayerSessionCreationPolicy {
|
|
748
|
+
ACCEPT_ALL = "ACCEPT_ALL",
|
|
749
|
+
DENY_ALL = "DENY_ALL"
|
|
750
|
+
}
|
|
751
|
+
export declare enum GameSessionStatus {
|
|
752
|
+
ACTIVATING = "ACTIVATING",
|
|
753
|
+
ACTIVE = "ACTIVE",
|
|
754
|
+
ERROR = "ERROR",
|
|
755
|
+
TERMINATED = "TERMINATED",
|
|
756
|
+
TERMINATING = "TERMINATING"
|
|
757
|
+
}
|
|
758
|
+
export declare enum GameSessionStatusReason {
|
|
759
|
+
INTERRUPTED = "INTERRUPTED"
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
export interface GameSession {
|
|
763
|
+
|
|
764
|
+
GameSessionId?: string;
|
|
765
|
+
|
|
766
|
+
Name?: string;
|
|
767
|
+
|
|
768
|
+
FleetId?: string;
|
|
769
|
+
|
|
770
|
+
FleetArn?: string;
|
|
771
|
+
|
|
772
|
+
CreationTime?: Date;
|
|
773
|
+
|
|
774
|
+
TerminationTime?: Date;
|
|
775
|
+
|
|
776
|
+
CurrentPlayerSessionCount?: number;
|
|
777
|
+
|
|
778
|
+
MaximumPlayerSessionCount?: number;
|
|
779
|
+
|
|
780
|
+
Status?: GameSessionStatus | string;
|
|
781
|
+
|
|
782
|
+
StatusReason?: GameSessionStatusReason | string;
|
|
783
|
+
|
|
784
|
+
GameProperties?: GameProperty[];
|
|
785
|
+
|
|
786
|
+
IpAddress?: string;
|
|
787
|
+
|
|
788
|
+
DnsName?: string;
|
|
789
|
+
|
|
790
|
+
Port?: number;
|
|
791
|
+
|
|
792
|
+
PlayerSessionCreationPolicy?: PlayerSessionCreationPolicy | string;
|
|
793
|
+
|
|
794
|
+
CreatorId?: string;
|
|
795
|
+
|
|
796
|
+
GameSessionData?: string;
|
|
797
|
+
|
|
798
|
+
MatchmakerData?: string;
|
|
799
|
+
|
|
800
|
+
Location?: string;
|
|
801
|
+
}
|
|
802
|
+
export declare namespace GameSession {
|
|
803
|
+
|
|
804
|
+
const filterSensitiveLog: (obj: GameSession) => any;
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
export interface CreateGameSessionOutput {
|
|
808
|
+
|
|
809
|
+
GameSession?: GameSession;
|
|
810
|
+
}
|
|
811
|
+
export declare namespace CreateGameSessionOutput {
|
|
812
|
+
|
|
813
|
+
const filterSensitiveLog: (obj: CreateGameSessionOutput) => any;
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
export interface FleetCapacityExceededException extends __SmithyException, $MetadataBearer {
|
|
817
|
+
name: "FleetCapacityExceededException";
|
|
818
|
+
$fault: "client";
|
|
819
|
+
Message?: string;
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
export interface IdempotentParameterMismatchException extends __SmithyException, $MetadataBearer {
|
|
823
|
+
name: "IdempotentParameterMismatchException";
|
|
824
|
+
$fault: "client";
|
|
825
|
+
Message?: string;
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
export interface TerminalRoutingStrategyException extends __SmithyException, $MetadataBearer {
|
|
829
|
+
name: "TerminalRoutingStrategyException";
|
|
830
|
+
$fault: "client";
|
|
831
|
+
Message?: string;
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
export interface GameSessionQueueDestination {
|
|
835
|
+
|
|
836
|
+
DestinationArn?: string;
|
|
837
|
+
}
|
|
838
|
+
export declare namespace GameSessionQueueDestination {
|
|
839
|
+
|
|
840
|
+
const filterSensitiveLog: (obj: GameSessionQueueDestination) => any;
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
export interface FilterConfiguration {
|
|
844
|
+
|
|
845
|
+
AllowedLocations?: string[];
|
|
846
|
+
}
|
|
847
|
+
export declare namespace FilterConfiguration {
|
|
848
|
+
|
|
849
|
+
const filterSensitiveLog: (obj: FilterConfiguration) => any;
|
|
850
|
+
}
|
|
851
|
+
|
|
852
|
+
export interface PlayerLatencyPolicy {
|
|
853
|
+
|
|
854
|
+
MaximumIndividualPlayerLatencyMilliseconds?: number;
|
|
855
|
+
|
|
856
|
+
PolicyDurationSeconds?: number;
|
|
857
|
+
}
|
|
858
|
+
export declare namespace PlayerLatencyPolicy {
|
|
859
|
+
|
|
860
|
+
const filterSensitiveLog: (obj: PlayerLatencyPolicy) => any;
|
|
861
|
+
}
|
|
862
|
+
export declare enum PriorityType {
|
|
863
|
+
COST = "COST",
|
|
864
|
+
DESTINATION = "DESTINATION",
|
|
865
|
+
LATENCY = "LATENCY",
|
|
866
|
+
LOCATION = "LOCATION"
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
export interface PriorityConfiguration {
|
|
870
|
+
|
|
871
|
+
PriorityOrder?: (PriorityType | string)[];
|
|
872
|
+
|
|
873
|
+
LocationOrder?: string[];
|
|
874
|
+
}
|
|
875
|
+
export declare namespace PriorityConfiguration {
|
|
876
|
+
|
|
877
|
+
const filterSensitiveLog: (obj: PriorityConfiguration) => any;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
export interface CreateGameSessionQueueInput {
|
|
881
|
+
|
|
882
|
+
Name: string | undefined;
|
|
883
|
+
|
|
884
|
+
TimeoutInSeconds?: number;
|
|
885
|
+
|
|
886
|
+
PlayerLatencyPolicies?: PlayerLatencyPolicy[];
|
|
887
|
+
|
|
888
|
+
Destinations?: GameSessionQueueDestination[];
|
|
889
|
+
|
|
890
|
+
FilterConfiguration?: FilterConfiguration;
|
|
891
|
+
|
|
892
|
+
PriorityConfiguration?: PriorityConfiguration;
|
|
893
|
+
|
|
894
|
+
CustomEventData?: string;
|
|
895
|
+
|
|
896
|
+
NotificationTarget?: string;
|
|
897
|
+
|
|
898
|
+
Tags?: Tag[];
|
|
899
|
+
}
|
|
900
|
+
export declare namespace CreateGameSessionQueueInput {
|
|
901
|
+
|
|
902
|
+
const filterSensitiveLog: (obj: CreateGameSessionQueueInput) => any;
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
export interface GameSessionQueue {
|
|
906
|
+
|
|
907
|
+
Name?: string;
|
|
908
|
+
|
|
909
|
+
GameSessionQueueArn?: string;
|
|
910
|
+
|
|
911
|
+
TimeoutInSeconds?: number;
|
|
912
|
+
|
|
913
|
+
PlayerLatencyPolicies?: PlayerLatencyPolicy[];
|
|
914
|
+
|
|
915
|
+
Destinations?: GameSessionQueueDestination[];
|
|
916
|
+
|
|
917
|
+
FilterConfiguration?: FilterConfiguration;
|
|
918
|
+
|
|
919
|
+
PriorityConfiguration?: PriorityConfiguration;
|
|
920
|
+
|
|
921
|
+
CustomEventData?: string;
|
|
922
|
+
|
|
923
|
+
NotificationTarget?: string;
|
|
924
|
+
}
|
|
925
|
+
export declare namespace GameSessionQueue {
|
|
926
|
+
|
|
927
|
+
const filterSensitiveLog: (obj: GameSessionQueue) => any;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
export interface CreateGameSessionQueueOutput {
|
|
931
|
+
|
|
932
|
+
GameSessionQueue?: GameSessionQueue;
|
|
933
|
+
}
|
|
934
|
+
export declare namespace CreateGameSessionQueueOutput {
|
|
935
|
+
|
|
936
|
+
const filterSensitiveLog: (obj: CreateGameSessionQueueOutput) => any;
|
|
937
|
+
}
|
|
938
|
+
export declare enum FlexMatchMode {
|
|
939
|
+
STANDALONE = "STANDALONE",
|
|
940
|
+
WITH_QUEUE = "WITH_QUEUE"
|
|
941
|
+
}
|
|
942
|
+
|
|
943
|
+
export interface CreateMatchmakingConfigurationInput {
|
|
944
|
+
|
|
945
|
+
Name: string | undefined;
|
|
946
|
+
|
|
947
|
+
Description?: string;
|
|
948
|
+
|
|
949
|
+
GameSessionQueueArns?: string[];
|
|
950
|
+
|
|
951
|
+
RequestTimeoutSeconds: number | undefined;
|
|
952
|
+
|
|
953
|
+
AcceptanceTimeoutSeconds?: number;
|
|
954
|
+
|
|
955
|
+
AcceptanceRequired: boolean | undefined;
|
|
956
|
+
|
|
957
|
+
RuleSetName: string | undefined;
|
|
958
|
+
|
|
959
|
+
NotificationTarget?: string;
|
|
960
|
+
|
|
961
|
+
AdditionalPlayerCount?: number;
|
|
962
|
+
|
|
963
|
+
CustomEventData?: string;
|
|
964
|
+
|
|
965
|
+
GameProperties?: GameProperty[];
|
|
966
|
+
|
|
967
|
+
GameSessionData?: string;
|
|
968
|
+
|
|
969
|
+
BackfillMode?: BackfillMode | string;
|
|
970
|
+
|
|
971
|
+
FlexMatchMode?: FlexMatchMode | string;
|
|
972
|
+
|
|
973
|
+
Tags?: Tag[];
|
|
974
|
+
}
|
|
975
|
+
export declare namespace CreateMatchmakingConfigurationInput {
|
|
976
|
+
|
|
977
|
+
const filterSensitiveLog: (obj: CreateMatchmakingConfigurationInput) => any;
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
export interface MatchmakingConfiguration {
|
|
981
|
+
|
|
982
|
+
Name?: string;
|
|
983
|
+
|
|
984
|
+
ConfigurationArn?: string;
|
|
985
|
+
|
|
986
|
+
Description?: string;
|
|
987
|
+
|
|
988
|
+
GameSessionQueueArns?: string[];
|
|
989
|
+
|
|
990
|
+
RequestTimeoutSeconds?: number;
|
|
991
|
+
|
|
992
|
+
AcceptanceTimeoutSeconds?: number;
|
|
993
|
+
|
|
994
|
+
AcceptanceRequired?: boolean;
|
|
995
|
+
|
|
996
|
+
RuleSetName?: string;
|
|
997
|
+
|
|
998
|
+
RuleSetArn?: string;
|
|
999
|
+
|
|
1000
|
+
NotificationTarget?: string;
|
|
1001
|
+
|
|
1002
|
+
AdditionalPlayerCount?: number;
|
|
1003
|
+
|
|
1004
|
+
CustomEventData?: string;
|
|
1005
|
+
|
|
1006
|
+
CreationTime?: Date;
|
|
1007
|
+
|
|
1008
|
+
GameProperties?: GameProperty[];
|
|
1009
|
+
|
|
1010
|
+
GameSessionData?: string;
|
|
1011
|
+
|
|
1012
|
+
BackfillMode?: BackfillMode | string;
|
|
1013
|
+
|
|
1014
|
+
FlexMatchMode?: FlexMatchMode | string;
|
|
1015
|
+
}
|
|
1016
|
+
export declare namespace MatchmakingConfiguration {
|
|
1017
|
+
|
|
1018
|
+
const filterSensitiveLog: (obj: MatchmakingConfiguration) => any;
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
export interface CreateMatchmakingConfigurationOutput {
|
|
1022
|
+
|
|
1023
|
+
Configuration?: MatchmakingConfiguration;
|
|
1024
|
+
}
|
|
1025
|
+
export declare namespace CreateMatchmakingConfigurationOutput {
|
|
1026
|
+
|
|
1027
|
+
const filterSensitiveLog: (obj: CreateMatchmakingConfigurationOutput) => any;
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
export interface CreateMatchmakingRuleSetInput {
|
|
1031
|
+
|
|
1032
|
+
Name: string | undefined;
|
|
1033
|
+
|
|
1034
|
+
RuleSetBody: string | undefined;
|
|
1035
|
+
|
|
1036
|
+
Tags?: Tag[];
|
|
1037
|
+
}
|
|
1038
|
+
export declare namespace CreateMatchmakingRuleSetInput {
|
|
1039
|
+
|
|
1040
|
+
const filterSensitiveLog: (obj: CreateMatchmakingRuleSetInput) => any;
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
export interface MatchmakingRuleSet {
|
|
1044
|
+
|
|
1045
|
+
RuleSetName?: string;
|
|
1046
|
+
|
|
1047
|
+
RuleSetArn?: string;
|
|
1048
|
+
|
|
1049
|
+
RuleSetBody: string | undefined;
|
|
1050
|
+
|
|
1051
|
+
CreationTime?: Date;
|
|
1052
|
+
}
|
|
1053
|
+
export declare namespace MatchmakingRuleSet {
|
|
1054
|
+
|
|
1055
|
+
const filterSensitiveLog: (obj: MatchmakingRuleSet) => any;
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
export interface CreateMatchmakingRuleSetOutput {
|
|
1059
|
+
|
|
1060
|
+
RuleSet: MatchmakingRuleSet | undefined;
|
|
1061
|
+
}
|
|
1062
|
+
export declare namespace CreateMatchmakingRuleSetOutput {
|
|
1063
|
+
|
|
1064
|
+
const filterSensitiveLog: (obj: CreateMatchmakingRuleSetOutput) => any;
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
export interface CreatePlayerSessionInput {
|
|
1068
|
+
|
|
1069
|
+
GameSessionId: string | undefined;
|
|
1070
|
+
|
|
1071
|
+
PlayerId: string | undefined;
|
|
1072
|
+
|
|
1073
|
+
PlayerData?: string;
|
|
1074
|
+
}
|
|
1075
|
+
export declare namespace CreatePlayerSessionInput {
|
|
1076
|
+
|
|
1077
|
+
const filterSensitiveLog: (obj: CreatePlayerSessionInput) => any;
|
|
1078
|
+
}
|
|
1079
|
+
export declare enum PlayerSessionStatus {
|
|
1080
|
+
ACTIVE = "ACTIVE",
|
|
1081
|
+
COMPLETED = "COMPLETED",
|
|
1082
|
+
RESERVED = "RESERVED",
|
|
1083
|
+
TIMEDOUT = "TIMEDOUT"
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
export interface PlayerSession {
|
|
1087
|
+
|
|
1088
|
+
PlayerSessionId?: string;
|
|
1089
|
+
|
|
1090
|
+
PlayerId?: string;
|
|
1091
|
+
|
|
1092
|
+
GameSessionId?: string;
|
|
1093
|
+
|
|
1094
|
+
FleetId?: string;
|
|
1095
|
+
|
|
1096
|
+
FleetArn?: string;
|
|
1097
|
+
|
|
1098
|
+
CreationTime?: Date;
|
|
1099
|
+
|
|
1100
|
+
TerminationTime?: Date;
|
|
1101
|
+
|
|
1102
|
+
Status?: PlayerSessionStatus | string;
|
|
1103
|
+
|
|
1104
|
+
IpAddress?: string;
|
|
1105
|
+
|
|
1106
|
+
DnsName?: string;
|
|
1107
|
+
|
|
1108
|
+
Port?: number;
|
|
1109
|
+
|
|
1110
|
+
PlayerData?: string;
|
|
1111
|
+
}
|
|
1112
|
+
export declare namespace PlayerSession {
|
|
1113
|
+
|
|
1114
|
+
const filterSensitiveLog: (obj: PlayerSession) => any;
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
export interface CreatePlayerSessionOutput {
|
|
1118
|
+
|
|
1119
|
+
PlayerSession?: PlayerSession;
|
|
1120
|
+
}
|
|
1121
|
+
export declare namespace CreatePlayerSessionOutput {
|
|
1122
|
+
|
|
1123
|
+
const filterSensitiveLog: (obj: CreatePlayerSessionOutput) => any;
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1126
|
+
export interface GameSessionFullException extends __SmithyException, $MetadataBearer {
|
|
1127
|
+
name: "GameSessionFullException";
|
|
1128
|
+
$fault: "client";
|
|
1129
|
+
Message?: string;
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1132
|
+
export interface InvalidGameSessionStatusException extends __SmithyException, $MetadataBearer {
|
|
1133
|
+
name: "InvalidGameSessionStatusException";
|
|
1134
|
+
$fault: "client";
|
|
1135
|
+
Message?: string;
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
export interface CreatePlayerSessionsInput {
|
|
1139
|
+
|
|
1140
|
+
GameSessionId: string | undefined;
|
|
1141
|
+
|
|
1142
|
+
PlayerIds: string[] | undefined;
|
|
1143
|
+
|
|
1144
|
+
PlayerDataMap?: {
|
|
1145
|
+
[key: string]: string;
|
|
1146
|
+
};
|
|
1147
|
+
}
|
|
1148
|
+
export declare namespace CreatePlayerSessionsInput {
|
|
1149
|
+
|
|
1150
|
+
const filterSensitiveLog: (obj: CreatePlayerSessionsInput) => any;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
export interface CreatePlayerSessionsOutput {
|
|
1154
|
+
|
|
1155
|
+
PlayerSessions?: PlayerSession[];
|
|
1156
|
+
}
|
|
1157
|
+
export declare namespace CreatePlayerSessionsOutput {
|
|
1158
|
+
|
|
1159
|
+
const filterSensitiveLog: (obj: CreatePlayerSessionsOutput) => any;
|
|
1160
|
+
}
|
|
1161
|
+
export interface CreateScriptInput {
|
|
1162
|
+
|
|
1163
|
+
Name?: string;
|
|
1164
|
+
|
|
1165
|
+
Version?: string;
|
|
1166
|
+
|
|
1167
|
+
StorageLocation?: S3Location;
|
|
1168
|
+
|
|
1169
|
+
ZipFile?: Uint8Array;
|
|
1170
|
+
|
|
1171
|
+
Tags?: Tag[];
|
|
1172
|
+
}
|
|
1173
|
+
export declare namespace CreateScriptInput {
|
|
1174
|
+
|
|
1175
|
+
const filterSensitiveLog: (obj: CreateScriptInput) => any;
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
export interface Script {
|
|
1179
|
+
|
|
1180
|
+
ScriptId?: string;
|
|
1181
|
+
|
|
1182
|
+
ScriptArn?: string;
|
|
1183
|
+
|
|
1184
|
+
Name?: string;
|
|
1185
|
+
|
|
1186
|
+
Version?: string;
|
|
1187
|
+
|
|
1188
|
+
SizeOnDisk?: number;
|
|
1189
|
+
|
|
1190
|
+
CreationTime?: Date;
|
|
1191
|
+
|
|
1192
|
+
StorageLocation?: S3Location;
|
|
1193
|
+
}
|
|
1194
|
+
export declare namespace Script {
|
|
1195
|
+
|
|
1196
|
+
const filterSensitiveLog: (obj: Script) => any;
|
|
1197
|
+
}
|
|
1198
|
+
export interface CreateScriptOutput {
|
|
1199
|
+
|
|
1200
|
+
Script?: Script;
|
|
1201
|
+
}
|
|
1202
|
+
export declare namespace CreateScriptOutput {
|
|
1203
|
+
|
|
1204
|
+
const filterSensitiveLog: (obj: CreateScriptOutput) => any;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
export interface CreateVpcPeeringAuthorizationInput {
|
|
1208
|
+
|
|
1209
|
+
GameLiftAwsAccountId: string | undefined;
|
|
1210
|
+
|
|
1211
|
+
PeerVpcId: string | undefined;
|
|
1212
|
+
}
|
|
1213
|
+
export declare namespace CreateVpcPeeringAuthorizationInput {
|
|
1214
|
+
|
|
1215
|
+
const filterSensitiveLog: (obj: CreateVpcPeeringAuthorizationInput) => any;
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
export interface VpcPeeringAuthorization {
|
|
1219
|
+
|
|
1220
|
+
GameLiftAwsAccountId?: string;
|
|
1221
|
+
|
|
1222
|
+
PeerVpcAwsAccountId?: string;
|
|
1223
|
+
|
|
1224
|
+
PeerVpcId?: string;
|
|
1225
|
+
|
|
1226
|
+
CreationTime?: Date;
|
|
1227
|
+
|
|
1228
|
+
ExpirationTime?: Date;
|
|
1229
|
+
}
|
|
1230
|
+
export declare namespace VpcPeeringAuthorization {
|
|
1231
|
+
|
|
1232
|
+
const filterSensitiveLog: (obj: VpcPeeringAuthorization) => any;
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
export interface CreateVpcPeeringAuthorizationOutput {
|
|
1236
|
+
|
|
1237
|
+
VpcPeeringAuthorization?: VpcPeeringAuthorization;
|
|
1238
|
+
}
|
|
1239
|
+
export declare namespace CreateVpcPeeringAuthorizationOutput {
|
|
1240
|
+
|
|
1241
|
+
const filterSensitiveLog: (obj: CreateVpcPeeringAuthorizationOutput) => any;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
export interface CreateVpcPeeringConnectionInput {
|
|
1245
|
+
|
|
1246
|
+
FleetId: string | undefined;
|
|
1247
|
+
|
|
1248
|
+
PeerVpcAwsAccountId: string | undefined;
|
|
1249
|
+
|
|
1250
|
+
PeerVpcId: string | undefined;
|
|
1251
|
+
}
|
|
1252
|
+
export declare namespace CreateVpcPeeringConnectionInput {
|
|
1253
|
+
|
|
1254
|
+
const filterSensitiveLog: (obj: CreateVpcPeeringConnectionInput) => any;
|
|
1255
|
+
}
|
|
1256
|
+
export interface CreateVpcPeeringConnectionOutput {
|
|
1257
|
+
}
|
|
1258
|
+
export declare namespace CreateVpcPeeringConnectionOutput {
|
|
1259
|
+
|
|
1260
|
+
const filterSensitiveLog: (obj: CreateVpcPeeringConnectionOutput) => any;
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
export interface DeleteAliasInput {
|
|
1264
|
+
|
|
1265
|
+
AliasId: string | undefined;
|
|
1266
|
+
}
|
|
1267
|
+
export declare namespace DeleteAliasInput {
|
|
1268
|
+
|
|
1269
|
+
const filterSensitiveLog: (obj: DeleteAliasInput) => any;
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
export interface DeleteBuildInput {
|
|
1273
|
+
|
|
1274
|
+
BuildId: string | undefined;
|
|
1275
|
+
}
|
|
1276
|
+
export declare namespace DeleteBuildInput {
|
|
1277
|
+
|
|
1278
|
+
const filterSensitiveLog: (obj: DeleteBuildInput) => any;
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1281
|
+
export interface DeleteFleetInput {
|
|
1282
|
+
|
|
1283
|
+
FleetId: string | undefined;
|
|
1284
|
+
}
|
|
1285
|
+
export declare namespace DeleteFleetInput {
|
|
1286
|
+
|
|
1287
|
+
const filterSensitiveLog: (obj: DeleteFleetInput) => any;
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
export interface DeleteFleetLocationsInput {
|
|
1291
|
+
|
|
1292
|
+
FleetId: string | undefined;
|
|
1293
|
+
|
|
1294
|
+
Locations: string[] | undefined;
|
|
1295
|
+
}
|
|
1296
|
+
export declare namespace DeleteFleetLocationsInput {
|
|
1297
|
+
|
|
1298
|
+
const filterSensitiveLog: (obj: DeleteFleetLocationsInput) => any;
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1301
|
+
export interface DeleteFleetLocationsOutput {
|
|
1302
|
+
|
|
1303
|
+
FleetId?: string;
|
|
1304
|
+
|
|
1305
|
+
FleetArn?: string;
|
|
1306
|
+
|
|
1307
|
+
LocationStates?: LocationState[];
|
|
1308
|
+
}
|
|
1309
|
+
export declare namespace DeleteFleetLocationsOutput {
|
|
1310
|
+
|
|
1311
|
+
const filterSensitiveLog: (obj: DeleteFleetLocationsOutput) => any;
|
|
1312
|
+
}
|
|
1313
|
+
export declare enum GameServerGroupDeleteOption {
|
|
1314
|
+
FORCE_DELETE = "FORCE_DELETE",
|
|
1315
|
+
RETAIN = "RETAIN",
|
|
1316
|
+
SAFE_DELETE = "SAFE_DELETE"
|
|
1317
|
+
}
|
|
1318
|
+
export interface DeleteGameServerGroupInput {
|
|
1319
|
+
|
|
1320
|
+
GameServerGroupName: string | undefined;
|
|
1321
|
+
|
|
1322
|
+
DeleteOption?: GameServerGroupDeleteOption | string;
|
|
1323
|
+
}
|
|
1324
|
+
export declare namespace DeleteGameServerGroupInput {
|
|
1325
|
+
|
|
1326
|
+
const filterSensitiveLog: (obj: DeleteGameServerGroupInput) => any;
|
|
1327
|
+
}
|
|
1328
|
+
export interface DeleteGameServerGroupOutput {
|
|
1329
|
+
|
|
1330
|
+
GameServerGroup?: GameServerGroup;
|
|
1331
|
+
}
|
|
1332
|
+
export declare namespace DeleteGameServerGroupOutput {
|
|
1333
|
+
|
|
1334
|
+
const filterSensitiveLog: (obj: DeleteGameServerGroupOutput) => any;
|
|
1335
|
+
}
|
|
1336
|
+
|
|
1337
|
+
export interface DeleteGameSessionQueueInput {
|
|
1338
|
+
|
|
1339
|
+
Name: string | undefined;
|
|
1340
|
+
}
|
|
1341
|
+
export declare namespace DeleteGameSessionQueueInput {
|
|
1342
|
+
|
|
1343
|
+
const filterSensitiveLog: (obj: DeleteGameSessionQueueInput) => any;
|
|
1344
|
+
}
|
|
1345
|
+
export interface DeleteGameSessionQueueOutput {
|
|
1346
|
+
}
|
|
1347
|
+
export declare namespace DeleteGameSessionQueueOutput {
|
|
1348
|
+
|
|
1349
|
+
const filterSensitiveLog: (obj: DeleteGameSessionQueueOutput) => any;
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
export interface DeleteMatchmakingConfigurationInput {
|
|
1353
|
+
|
|
1354
|
+
Name: string | undefined;
|
|
1355
|
+
}
|
|
1356
|
+
export declare namespace DeleteMatchmakingConfigurationInput {
|
|
1357
|
+
|
|
1358
|
+
const filterSensitiveLog: (obj: DeleteMatchmakingConfigurationInput) => any;
|
|
1359
|
+
}
|
|
1360
|
+
export interface DeleteMatchmakingConfigurationOutput {
|
|
1361
|
+
}
|
|
1362
|
+
export declare namespace DeleteMatchmakingConfigurationOutput {
|
|
1363
|
+
|
|
1364
|
+
const filterSensitiveLog: (obj: DeleteMatchmakingConfigurationOutput) => any;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
export interface DeleteMatchmakingRuleSetInput {
|
|
1368
|
+
|
|
1369
|
+
Name: string | undefined;
|
|
1370
|
+
}
|
|
1371
|
+
export declare namespace DeleteMatchmakingRuleSetInput {
|
|
1372
|
+
|
|
1373
|
+
const filterSensitiveLog: (obj: DeleteMatchmakingRuleSetInput) => any;
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
export interface DeleteMatchmakingRuleSetOutput {
|
|
1377
|
+
}
|
|
1378
|
+
export declare namespace DeleteMatchmakingRuleSetOutput {
|
|
1379
|
+
|
|
1380
|
+
const filterSensitiveLog: (obj: DeleteMatchmakingRuleSetOutput) => any;
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1383
|
+
export interface DeleteScalingPolicyInput {
|
|
1384
|
+
|
|
1385
|
+
Name: string | undefined;
|
|
1386
|
+
|
|
1387
|
+
FleetId: string | undefined;
|
|
1388
|
+
}
|
|
1389
|
+
export declare namespace DeleteScalingPolicyInput {
|
|
1390
|
+
|
|
1391
|
+
const filterSensitiveLog: (obj: DeleteScalingPolicyInput) => any;
|
|
1392
|
+
}
|
|
1393
|
+
export interface DeleteScriptInput {
|
|
1394
|
+
|
|
1395
|
+
ScriptId: string | undefined;
|
|
1396
|
+
}
|
|
1397
|
+
export declare namespace DeleteScriptInput {
|
|
1398
|
+
|
|
1399
|
+
const filterSensitiveLog: (obj: DeleteScriptInput) => any;
|
|
1400
|
+
}
|
|
1401
|
+
|
|
1402
|
+
export interface DeleteVpcPeeringAuthorizationInput {
|
|
1403
|
+
|
|
1404
|
+
GameLiftAwsAccountId: string | undefined;
|
|
1405
|
+
|
|
1406
|
+
PeerVpcId: string | undefined;
|
|
1407
|
+
}
|
|
1408
|
+
export declare namespace DeleteVpcPeeringAuthorizationInput {
|
|
1409
|
+
|
|
1410
|
+
const filterSensitiveLog: (obj: DeleteVpcPeeringAuthorizationInput) => any;
|
|
1411
|
+
}
|
|
1412
|
+
export interface DeleteVpcPeeringAuthorizationOutput {
|
|
1413
|
+
}
|
|
1414
|
+
export declare namespace DeleteVpcPeeringAuthorizationOutput {
|
|
1415
|
+
|
|
1416
|
+
const filterSensitiveLog: (obj: DeleteVpcPeeringAuthorizationOutput) => any;
|
|
1417
|
+
}
|
|
1418
|
+
|
|
1419
|
+
export interface DeleteVpcPeeringConnectionInput {
|
|
1420
|
+
|
|
1421
|
+
FleetId: string | undefined;
|
|
1422
|
+
|
|
1423
|
+
VpcPeeringConnectionId: string | undefined;
|
|
1424
|
+
}
|
|
1425
|
+
export declare namespace DeleteVpcPeeringConnectionInput {
|
|
1426
|
+
|
|
1427
|
+
const filterSensitiveLog: (obj: DeleteVpcPeeringConnectionInput) => any;
|
|
1428
|
+
}
|
|
1429
|
+
export interface DeleteVpcPeeringConnectionOutput {
|
|
1430
|
+
}
|
|
1431
|
+
export declare namespace DeleteVpcPeeringConnectionOutput {
|
|
1432
|
+
|
|
1433
|
+
const filterSensitiveLog: (obj: DeleteVpcPeeringConnectionOutput) => any;
|
|
1434
|
+
}
|
|
1435
|
+
export interface DeregisterGameServerInput {
|
|
1436
|
+
|
|
1437
|
+
GameServerGroupName: string | undefined;
|
|
1438
|
+
|
|
1439
|
+
GameServerId: string | undefined;
|
|
1440
|
+
}
|
|
1441
|
+
export declare namespace DeregisterGameServerInput {
|
|
1442
|
+
|
|
1443
|
+
const filterSensitiveLog: (obj: DeregisterGameServerInput) => any;
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
export interface DescribeAliasInput {
|
|
1447
|
+
|
|
1448
|
+
AliasId: string | undefined;
|
|
1449
|
+
}
|
|
1450
|
+
export declare namespace DescribeAliasInput {
|
|
1451
|
+
|
|
1452
|
+
const filterSensitiveLog: (obj: DescribeAliasInput) => any;
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1455
|
+
export interface DescribeAliasOutput {
|
|
1456
|
+
|
|
1457
|
+
Alias?: Alias;
|
|
1458
|
+
}
|
|
1459
|
+
export declare namespace DescribeAliasOutput {
|
|
1460
|
+
|
|
1461
|
+
const filterSensitiveLog: (obj: DescribeAliasOutput) => any;
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
export interface DescribeBuildInput {
|
|
1465
|
+
|
|
1466
|
+
BuildId: string | undefined;
|
|
1467
|
+
}
|
|
1468
|
+
export declare namespace DescribeBuildInput {
|
|
1469
|
+
|
|
1470
|
+
const filterSensitiveLog: (obj: DescribeBuildInput) => any;
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1473
|
+
export interface DescribeBuildOutput {
|
|
1474
|
+
|
|
1475
|
+
Build?: Build;
|
|
1476
|
+
}
|
|
1477
|
+
export declare namespace DescribeBuildOutput {
|
|
1478
|
+
|
|
1479
|
+
const filterSensitiveLog: (obj: DescribeBuildOutput) => any;
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1482
|
+
export interface DescribeEC2InstanceLimitsInput {
|
|
1483
|
+
|
|
1484
|
+
EC2InstanceType?: EC2InstanceType | string;
|
|
1485
|
+
|
|
1486
|
+
Location?: string;
|
|
1487
|
+
}
|
|
1488
|
+
export declare namespace DescribeEC2InstanceLimitsInput {
|
|
1489
|
+
|
|
1490
|
+
const filterSensitiveLog: (obj: DescribeEC2InstanceLimitsInput) => any;
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1493
|
+
export interface EC2InstanceLimit {
|
|
1494
|
+
|
|
1495
|
+
EC2InstanceType?: EC2InstanceType | string;
|
|
1496
|
+
|
|
1497
|
+
CurrentInstances?: number;
|
|
1498
|
+
|
|
1499
|
+
InstanceLimit?: number;
|
|
1500
|
+
|
|
1501
|
+
Location?: string;
|
|
1502
|
+
}
|
|
1503
|
+
export declare namespace EC2InstanceLimit {
|
|
1504
|
+
|
|
1505
|
+
const filterSensitiveLog: (obj: EC2InstanceLimit) => any;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
export interface DescribeEC2InstanceLimitsOutput {
|
|
1509
|
+
|
|
1510
|
+
EC2InstanceLimits?: EC2InstanceLimit[];
|
|
1511
|
+
}
|
|
1512
|
+
export declare namespace DescribeEC2InstanceLimitsOutput {
|
|
1513
|
+
|
|
1514
|
+
const filterSensitiveLog: (obj: DescribeEC2InstanceLimitsOutput) => any;
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
export interface DescribeFleetAttributesInput {
|
|
1518
|
+
|
|
1519
|
+
FleetIds?: string[];
|
|
1520
|
+
|
|
1521
|
+
Limit?: number;
|
|
1522
|
+
|
|
1523
|
+
NextToken?: string;
|
|
1524
|
+
}
|
|
1525
|
+
export declare namespace DescribeFleetAttributesInput {
|
|
1526
|
+
|
|
1527
|
+
const filterSensitiveLog: (obj: DescribeFleetAttributesInput) => any;
|
|
1528
|
+
}
|
|
1529
|
+
|
|
1530
|
+
export interface DescribeFleetAttributesOutput {
|
|
1531
|
+
|
|
1532
|
+
FleetAttributes?: FleetAttributes[];
|
|
1533
|
+
|
|
1534
|
+
NextToken?: string;
|
|
1535
|
+
}
|
|
1536
|
+
export declare namespace DescribeFleetAttributesOutput {
|
|
1537
|
+
|
|
1538
|
+
const filterSensitiveLog: (obj: DescribeFleetAttributesOutput) => any;
|
|
1539
|
+
}
|
|
1540
|
+
|
|
1541
|
+
export interface DescribeFleetCapacityInput {
|
|
1542
|
+
|
|
1543
|
+
FleetIds?: string[];
|
|
1544
|
+
|
|
1545
|
+
Limit?: number;
|
|
1546
|
+
|
|
1547
|
+
NextToken?: string;
|
|
1548
|
+
}
|
|
1549
|
+
export declare namespace DescribeFleetCapacityInput {
|
|
1550
|
+
|
|
1551
|
+
const filterSensitiveLog: (obj: DescribeFleetCapacityInput) => any;
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
export interface EC2InstanceCounts {
|
|
1555
|
+
|
|
1556
|
+
DESIRED?: number;
|
|
1557
|
+
|
|
1558
|
+
MINIMUM?: number;
|
|
1559
|
+
|
|
1560
|
+
MAXIMUM?: number;
|
|
1561
|
+
|
|
1562
|
+
PENDING?: number;
|
|
1563
|
+
|
|
1564
|
+
ACTIVE?: number;
|
|
1565
|
+
|
|
1566
|
+
IDLE?: number;
|
|
1567
|
+
|
|
1568
|
+
TERMINATING?: number;
|
|
1569
|
+
}
|
|
1570
|
+
export declare namespace EC2InstanceCounts {
|
|
1571
|
+
|
|
1572
|
+
const filterSensitiveLog: (obj: EC2InstanceCounts) => any;
|
|
1573
|
+
}
|
|
1574
|
+
|
|
1575
|
+
export interface FleetCapacity {
|
|
1576
|
+
|
|
1577
|
+
FleetId?: string;
|
|
1578
|
+
|
|
1579
|
+
FleetArn?: string;
|
|
1580
|
+
|
|
1581
|
+
InstanceType?: EC2InstanceType | string;
|
|
1582
|
+
|
|
1583
|
+
InstanceCounts?: EC2InstanceCounts;
|
|
1584
|
+
|
|
1585
|
+
Location?: string;
|
|
1586
|
+
}
|
|
1587
|
+
export declare namespace FleetCapacity {
|
|
1588
|
+
|
|
1589
|
+
const filterSensitiveLog: (obj: FleetCapacity) => any;
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
export interface DescribeFleetCapacityOutput {
|
|
1593
|
+
|
|
1594
|
+
FleetCapacity?: FleetCapacity[];
|
|
1595
|
+
|
|
1596
|
+
NextToken?: string;
|
|
1597
|
+
}
|
|
1598
|
+
export declare namespace DescribeFleetCapacityOutput {
|
|
1599
|
+
|
|
1600
|
+
const filterSensitiveLog: (obj: DescribeFleetCapacityOutput) => any;
|
|
1601
|
+
}
|
|
1602
|
+
|
|
1603
|
+
export interface DescribeFleetEventsInput {
|
|
1604
|
+
|
|
1605
|
+
FleetId: string | undefined;
|
|
1606
|
+
|
|
1607
|
+
StartTime?: Date;
|
|
1608
|
+
|
|
1609
|
+
EndTime?: Date;
|
|
1610
|
+
|
|
1611
|
+
Limit?: number;
|
|
1612
|
+
|
|
1613
|
+
NextToken?: string;
|
|
1614
|
+
}
|
|
1615
|
+
export declare namespace DescribeFleetEventsInput {
|
|
1616
|
+
|
|
1617
|
+
const filterSensitiveLog: (obj: DescribeFleetEventsInput) => any;
|
|
1618
|
+
}
|
|
1619
|
+
export declare enum EventCode {
|
|
1620
|
+
FLEET_ACTIVATION_FAILED = "FLEET_ACTIVATION_FAILED",
|
|
1621
|
+
FLEET_ACTIVATION_FAILED_NO_INSTANCES = "FLEET_ACTIVATION_FAILED_NO_INSTANCES",
|
|
1622
|
+
FLEET_BINARY_DOWNLOAD_FAILED = "FLEET_BINARY_DOWNLOAD_FAILED",
|
|
1623
|
+
FLEET_CREATED = "FLEET_CREATED",
|
|
1624
|
+
FLEET_CREATION_EXTRACTING_BUILD = "FLEET_CREATION_EXTRACTING_BUILD",
|
|
1625
|
+
FLEET_CREATION_RUNNING_INSTALLER = "FLEET_CREATION_RUNNING_INSTALLER",
|
|
1626
|
+
FLEET_CREATION_VALIDATING_RUNTIME_CONFIG = "FLEET_CREATION_VALIDATING_RUNTIME_CONFIG",
|
|
1627
|
+
FLEET_DELETED = "FLEET_DELETED",
|
|
1628
|
+
FLEET_INITIALIZATION_FAILED = "FLEET_INITIALIZATION_FAILED",
|
|
1629
|
+
FLEET_NEW_GAME_SESSION_PROTECTION_POLICY_UPDATED = "FLEET_NEW_GAME_SESSION_PROTECTION_POLICY_UPDATED",
|
|
1630
|
+
FLEET_SCALING_EVENT = "FLEET_SCALING_EVENT",
|
|
1631
|
+
FLEET_STATE_ACTIVATING = "FLEET_STATE_ACTIVATING",
|
|
1632
|
+
FLEET_STATE_ACTIVE = "FLEET_STATE_ACTIVE",
|
|
1633
|
+
FLEET_STATE_BUILDING = "FLEET_STATE_BUILDING",
|
|
1634
|
+
FLEET_STATE_DOWNLOADING = "FLEET_STATE_DOWNLOADING",
|
|
1635
|
+
FLEET_STATE_ERROR = "FLEET_STATE_ERROR",
|
|
1636
|
+
FLEET_STATE_VALIDATING = "FLEET_STATE_VALIDATING",
|
|
1637
|
+
FLEET_VALIDATION_EXECUTABLE_RUNTIME_FAILURE = "FLEET_VALIDATION_EXECUTABLE_RUNTIME_FAILURE",
|
|
1638
|
+
FLEET_VALIDATION_LAUNCH_PATH_NOT_FOUND = "FLEET_VALIDATION_LAUNCH_PATH_NOT_FOUND",
|
|
1639
|
+
FLEET_VALIDATION_TIMED_OUT = "FLEET_VALIDATION_TIMED_OUT",
|
|
1640
|
+
FLEET_VPC_PEERING_DELETED = "FLEET_VPC_PEERING_DELETED",
|
|
1641
|
+
FLEET_VPC_PEERING_FAILED = "FLEET_VPC_PEERING_FAILED",
|
|
1642
|
+
FLEET_VPC_PEERING_SUCCEEDED = "FLEET_VPC_PEERING_SUCCEEDED",
|
|
1643
|
+
GAME_SESSION_ACTIVATION_TIMEOUT = "GAME_SESSION_ACTIVATION_TIMEOUT",
|
|
1644
|
+
GENERIC_EVENT = "GENERIC_EVENT",
|
|
1645
|
+
INSTANCE_INTERRUPTED = "INSTANCE_INTERRUPTED",
|
|
1646
|
+
SERVER_PROCESS_CRASHED = "SERVER_PROCESS_CRASHED",
|
|
1647
|
+
SERVER_PROCESS_FORCE_TERMINATED = "SERVER_PROCESS_FORCE_TERMINATED",
|
|
1648
|
+
SERVER_PROCESS_INVALID_PATH = "SERVER_PROCESS_INVALID_PATH",
|
|
1649
|
+
SERVER_PROCESS_PROCESS_EXIT_TIMEOUT = "SERVER_PROCESS_PROCESS_EXIT_TIMEOUT",
|
|
1650
|
+
SERVER_PROCESS_PROCESS_READY_TIMEOUT = "SERVER_PROCESS_PROCESS_READY_TIMEOUT",
|
|
1651
|
+
SERVER_PROCESS_SDK_INITIALIZATION_TIMEOUT = "SERVER_PROCESS_SDK_INITIALIZATION_TIMEOUT",
|
|
1652
|
+
SERVER_PROCESS_TERMINATED_UNHEALTHY = "SERVER_PROCESS_TERMINATED_UNHEALTHY"
|
|
1653
|
+
}
|
|
1654
|
+
|
|
1655
|
+
export interface Event {
|
|
1656
|
+
|
|
1657
|
+
EventId?: string;
|
|
1658
|
+
|
|
1659
|
+
ResourceId?: string;
|
|
1660
|
+
|
|
1661
|
+
EventCode?: EventCode | string;
|
|
1662
|
+
|
|
1663
|
+
Message?: string;
|
|
1664
|
+
|
|
1665
|
+
EventTime?: Date;
|
|
1666
|
+
|
|
1667
|
+
PreSignedLogUrl?: string;
|
|
1668
|
+
}
|
|
1669
|
+
export declare namespace Event {
|
|
1670
|
+
|
|
1671
|
+
const filterSensitiveLog: (obj: Event) => any;
|
|
1672
|
+
}
|
|
1673
|
+
|
|
1674
|
+
export interface DescribeFleetEventsOutput {
|
|
1675
|
+
|
|
1676
|
+
Events?: Event[];
|
|
1677
|
+
|
|
1678
|
+
NextToken?: string;
|
|
1679
|
+
}
|
|
1680
|
+
export declare namespace DescribeFleetEventsOutput {
|
|
1681
|
+
|
|
1682
|
+
const filterSensitiveLog: (obj: DescribeFleetEventsOutput) => any;
|
|
1683
|
+
}
|
|
1684
|
+
|
|
1685
|
+
export interface DescribeFleetLocationAttributesInput {
|
|
1686
|
+
|
|
1687
|
+
FleetId: string | undefined;
|
|
1688
|
+
|
|
1689
|
+
Locations?: string[];
|
|
1690
|
+
|
|
1691
|
+
Limit?: number;
|
|
1692
|
+
|
|
1693
|
+
NextToken?: string;
|
|
1694
|
+
}
|
|
1695
|
+
export declare namespace DescribeFleetLocationAttributesInput {
|
|
1696
|
+
|
|
1697
|
+
const filterSensitiveLog: (obj: DescribeFleetLocationAttributesInput) => any;
|
|
1698
|
+
}
|
|
1699
|
+
export declare enum LocationUpdateStatus {
|
|
1700
|
+
PENDING_UPDATE = "PENDING_UPDATE"
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1703
|
+
export interface LocationAttributes {
|
|
1704
|
+
|
|
1705
|
+
LocationState?: LocationState;
|
|
1706
|
+
|
|
1707
|
+
StoppedActions?: (FleetAction | string)[];
|
|
1708
|
+
|
|
1709
|
+
UpdateStatus?: LocationUpdateStatus | string;
|
|
1710
|
+
}
|
|
1711
|
+
export declare namespace LocationAttributes {
|
|
1712
|
+
|
|
1713
|
+
const filterSensitiveLog: (obj: LocationAttributes) => any;
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
export interface DescribeFleetLocationAttributesOutput {
|
|
1717
|
+
|
|
1718
|
+
FleetId?: string;
|
|
1719
|
+
|
|
1720
|
+
FleetArn?: string;
|
|
1721
|
+
|
|
1722
|
+
LocationAttributes?: LocationAttributes[];
|
|
1723
|
+
|
|
1724
|
+
NextToken?: string;
|
|
1725
|
+
}
|
|
1726
|
+
export declare namespace DescribeFleetLocationAttributesOutput {
|
|
1727
|
+
|
|
1728
|
+
const filterSensitiveLog: (obj: DescribeFleetLocationAttributesOutput) => any;
|
|
1729
|
+
}
|
|
1730
|
+
|
|
1731
|
+
export interface DescribeFleetLocationCapacityInput {
|
|
1732
|
+
|
|
1733
|
+
FleetId: string | undefined;
|
|
1734
|
+
|
|
1735
|
+
Location: string | undefined;
|
|
1736
|
+
}
|
|
1737
|
+
export declare namespace DescribeFleetLocationCapacityInput {
|
|
1738
|
+
|
|
1739
|
+
const filterSensitiveLog: (obj: DescribeFleetLocationCapacityInput) => any;
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
export interface DescribeFleetLocationCapacityOutput {
|
|
1743
|
+
|
|
1744
|
+
FleetCapacity?: FleetCapacity;
|
|
1745
|
+
}
|
|
1746
|
+
export declare namespace DescribeFleetLocationCapacityOutput {
|
|
1747
|
+
|
|
1748
|
+
const filterSensitiveLog: (obj: DescribeFleetLocationCapacityOutput) => any;
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
export interface DescribeFleetLocationUtilizationInput {
|
|
1752
|
+
|
|
1753
|
+
FleetId: string | undefined;
|
|
1754
|
+
|
|
1755
|
+
Location: string | undefined;
|
|
1756
|
+
}
|
|
1757
|
+
export declare namespace DescribeFleetLocationUtilizationInput {
|
|
1758
|
+
|
|
1759
|
+
const filterSensitiveLog: (obj: DescribeFleetLocationUtilizationInput) => any;
|
|
1760
|
+
}
|
|
1761
|
+
|
|
1762
|
+
export interface FleetUtilization {
|
|
1763
|
+
|
|
1764
|
+
FleetId?: string;
|
|
1765
|
+
|
|
1766
|
+
FleetArn?: string;
|
|
1767
|
+
|
|
1768
|
+
ActiveServerProcessCount?: number;
|
|
1769
|
+
|
|
1770
|
+
ActiveGameSessionCount?: number;
|
|
1771
|
+
|
|
1772
|
+
CurrentPlayerSessionCount?: number;
|
|
1773
|
+
|
|
1774
|
+
MaximumPlayerSessionCount?: number;
|
|
1775
|
+
|
|
1776
|
+
Location?: string;
|
|
1777
|
+
}
|
|
1778
|
+
export declare namespace FleetUtilization {
|
|
1779
|
+
|
|
1780
|
+
const filterSensitiveLog: (obj: FleetUtilization) => any;
|
|
1781
|
+
}
|
|
1782
|
+
|
|
1783
|
+
export interface DescribeFleetLocationUtilizationOutput {
|
|
1784
|
+
|
|
1785
|
+
FleetUtilization?: FleetUtilization;
|
|
1786
|
+
}
|
|
1787
|
+
export declare namespace DescribeFleetLocationUtilizationOutput {
|
|
1788
|
+
|
|
1789
|
+
const filterSensitiveLog: (obj: DescribeFleetLocationUtilizationOutput) => any;
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1792
|
+
export interface DescribeFleetPortSettingsInput {
|
|
1793
|
+
|
|
1794
|
+
FleetId: string | undefined;
|
|
1795
|
+
|
|
1796
|
+
Location?: string;
|
|
1797
|
+
}
|
|
1798
|
+
export declare namespace DescribeFleetPortSettingsInput {
|
|
1799
|
+
|
|
1800
|
+
const filterSensitiveLog: (obj: DescribeFleetPortSettingsInput) => any;
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1803
|
+
export interface DescribeFleetPortSettingsOutput {
|
|
1804
|
+
|
|
1805
|
+
FleetId?: string;
|
|
1806
|
+
|
|
1807
|
+
FleetArn?: string;
|
|
1808
|
+
|
|
1809
|
+
InboundPermissions?: IpPermission[];
|
|
1810
|
+
|
|
1811
|
+
UpdateStatus?: LocationUpdateStatus | string;
|
|
1812
|
+
|
|
1813
|
+
Location?: string;
|
|
1814
|
+
}
|
|
1815
|
+
export declare namespace DescribeFleetPortSettingsOutput {
|
|
1816
|
+
|
|
1817
|
+
const filterSensitiveLog: (obj: DescribeFleetPortSettingsOutput) => any;
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
export interface DescribeFleetUtilizationInput {
|
|
1821
|
+
|
|
1822
|
+
FleetIds?: string[];
|
|
1823
|
+
|
|
1824
|
+
Limit?: number;
|
|
1825
|
+
|
|
1826
|
+
NextToken?: string;
|
|
1827
|
+
}
|
|
1828
|
+
export declare namespace DescribeFleetUtilizationInput {
|
|
1829
|
+
|
|
1830
|
+
const filterSensitiveLog: (obj: DescribeFleetUtilizationInput) => any;
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
export interface DescribeFleetUtilizationOutput {
|
|
1834
|
+
|
|
1835
|
+
FleetUtilization?: FleetUtilization[];
|
|
1836
|
+
|
|
1837
|
+
NextToken?: string;
|
|
1838
|
+
}
|
|
1839
|
+
export declare namespace DescribeFleetUtilizationOutput {
|
|
1840
|
+
|
|
1841
|
+
const filterSensitiveLog: (obj: DescribeFleetUtilizationOutput) => any;
|
|
1842
|
+
}
|
|
1843
|
+
export interface DescribeGameServerInput {
|
|
1844
|
+
|
|
1845
|
+
GameServerGroupName: string | undefined;
|
|
1846
|
+
|
|
1847
|
+
GameServerId: string | undefined;
|
|
1848
|
+
}
|
|
1849
|
+
export declare namespace DescribeGameServerInput {
|
|
1850
|
+
|
|
1851
|
+
const filterSensitiveLog: (obj: DescribeGameServerInput) => any;
|
|
1852
|
+
}
|
|
1853
|
+
export interface DescribeGameServerOutput {
|
|
1854
|
+
|
|
1855
|
+
GameServer?: GameServer;
|
|
1856
|
+
}
|
|
1857
|
+
export declare namespace DescribeGameServerOutput {
|
|
1858
|
+
|
|
1859
|
+
const filterSensitiveLog: (obj: DescribeGameServerOutput) => any;
|
|
1860
|
+
}
|
|
1861
|
+
export interface DescribeGameServerGroupInput {
|
|
1862
|
+
|
|
1863
|
+
GameServerGroupName: string | undefined;
|
|
1864
|
+
}
|
|
1865
|
+
export declare namespace DescribeGameServerGroupInput {
|
|
1866
|
+
|
|
1867
|
+
const filterSensitiveLog: (obj: DescribeGameServerGroupInput) => any;
|
|
1868
|
+
}
|
|
1869
|
+
export interface DescribeGameServerGroupOutput {
|
|
1870
|
+
|
|
1871
|
+
GameServerGroup?: GameServerGroup;
|
|
1872
|
+
}
|
|
1873
|
+
export declare namespace DescribeGameServerGroupOutput {
|
|
1874
|
+
|
|
1875
|
+
const filterSensitiveLog: (obj: DescribeGameServerGroupOutput) => any;
|
|
1876
|
+
}
|
|
1877
|
+
export interface DescribeGameServerInstancesInput {
|
|
1878
|
+
|
|
1879
|
+
GameServerGroupName: string | undefined;
|
|
1880
|
+
|
|
1881
|
+
InstanceIds?: string[];
|
|
1882
|
+
|
|
1883
|
+
Limit?: number;
|
|
1884
|
+
|
|
1885
|
+
NextToken?: string;
|
|
1886
|
+
}
|
|
1887
|
+
export declare namespace DescribeGameServerInstancesInput {
|
|
1888
|
+
|
|
1889
|
+
const filterSensitiveLog: (obj: DescribeGameServerInstancesInput) => any;
|
|
1890
|
+
}
|
|
1891
|
+
export declare enum GameServerInstanceStatus {
|
|
1892
|
+
ACTIVE = "ACTIVE",
|
|
1893
|
+
DRAINING = "DRAINING",
|
|
1894
|
+
SPOT_TERMINATING = "SPOT_TERMINATING"
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1897
|
+
export interface GameServerInstance {
|
|
1898
|
+
|
|
1899
|
+
GameServerGroupName?: string;
|
|
1900
|
+
|
|
1901
|
+
GameServerGroupArn?: string;
|
|
1902
|
+
|
|
1903
|
+
InstanceId?: string;
|
|
1904
|
+
|
|
1905
|
+
InstanceStatus?: GameServerInstanceStatus | string;
|
|
1906
|
+
}
|
|
1907
|
+
export declare namespace GameServerInstance {
|
|
1908
|
+
|
|
1909
|
+
const filterSensitiveLog: (obj: GameServerInstance) => any;
|
|
1910
|
+
}
|
|
1911
|
+
export interface DescribeGameServerInstancesOutput {
|
|
1912
|
+
|
|
1913
|
+
GameServerInstances?: GameServerInstance[];
|
|
1914
|
+
|
|
1915
|
+
NextToken?: string;
|
|
1916
|
+
}
|
|
1917
|
+
export declare namespace DescribeGameServerInstancesOutput {
|
|
1918
|
+
|
|
1919
|
+
const filterSensitiveLog: (obj: DescribeGameServerInstancesOutput) => any;
|
|
1920
|
+
}
|
|
1921
|
+
|
|
1922
|
+
export interface DescribeGameSessionDetailsInput {
|
|
1923
|
+
|
|
1924
|
+
FleetId?: string;
|
|
1925
|
+
|
|
1926
|
+
GameSessionId?: string;
|
|
1927
|
+
|
|
1928
|
+
AliasId?: string;
|
|
1929
|
+
|
|
1930
|
+
Location?: string;
|
|
1931
|
+
|
|
1932
|
+
StatusFilter?: string;
|
|
1933
|
+
|
|
1934
|
+
Limit?: number;
|
|
1935
|
+
|
|
1936
|
+
NextToken?: string;
|
|
1937
|
+
}
|
|
1938
|
+
export declare namespace DescribeGameSessionDetailsInput {
|
|
1939
|
+
|
|
1940
|
+
const filterSensitiveLog: (obj: DescribeGameSessionDetailsInput) => any;
|
|
1941
|
+
}
|
|
1942
|
+
|
|
1943
|
+
export interface GameSessionDetail {
|
|
1944
|
+
|
|
1945
|
+
GameSession?: GameSession;
|
|
1946
|
+
|
|
1947
|
+
ProtectionPolicy?: ProtectionPolicy | string;
|
|
1948
|
+
}
|
|
1949
|
+
export declare namespace GameSessionDetail {
|
|
1950
|
+
|
|
1951
|
+
const filterSensitiveLog: (obj: GameSessionDetail) => any;
|
|
1952
|
+
}
|
|
1953
|
+
|
|
1954
|
+
export interface DescribeGameSessionDetailsOutput {
|
|
1955
|
+
|
|
1956
|
+
GameSessionDetails?: GameSessionDetail[];
|
|
1957
|
+
|
|
1958
|
+
NextToken?: string;
|
|
1959
|
+
}
|
|
1960
|
+
export declare namespace DescribeGameSessionDetailsOutput {
|
|
1961
|
+
|
|
1962
|
+
const filterSensitiveLog: (obj: DescribeGameSessionDetailsOutput) => any;
|
|
1963
|
+
}
|
|
1964
|
+
|
|
1965
|
+
export interface DescribeGameSessionPlacementInput {
|
|
1966
|
+
|
|
1967
|
+
PlacementId: string | undefined;
|
|
1968
|
+
}
|
|
1969
|
+
export declare namespace DescribeGameSessionPlacementInput {
|
|
1970
|
+
|
|
1971
|
+
const filterSensitiveLog: (obj: DescribeGameSessionPlacementInput) => any;
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1974
|
+
export interface PlacedPlayerSession {
|
|
1975
|
+
|
|
1976
|
+
PlayerId?: string;
|
|
1977
|
+
|
|
1978
|
+
PlayerSessionId?: string;
|
|
1979
|
+
}
|
|
1980
|
+
export declare namespace PlacedPlayerSession {
|
|
1981
|
+
|
|
1982
|
+
const filterSensitiveLog: (obj: PlacedPlayerSession) => any;
|
|
1983
|
+
}
|
|
1984
|
+
|
|
1985
|
+
export interface PlayerLatency {
|
|
1986
|
+
|
|
1987
|
+
PlayerId?: string;
|
|
1988
|
+
|
|
1989
|
+
RegionIdentifier?: string;
|
|
1990
|
+
|
|
1991
|
+
LatencyInMilliseconds?: number;
|
|
1992
|
+
}
|
|
1993
|
+
export declare namespace PlayerLatency {
|
|
1994
|
+
|
|
1995
|
+
const filterSensitiveLog: (obj: PlayerLatency) => any;
|
|
1996
|
+
}
|
|
1997
|
+
export declare enum GameSessionPlacementState {
|
|
1998
|
+
CANCELLED = "CANCELLED",
|
|
1999
|
+
FAILED = "FAILED",
|
|
2000
|
+
FULFILLED = "FULFILLED",
|
|
2001
|
+
PENDING = "PENDING",
|
|
2002
|
+
TIMED_OUT = "TIMED_OUT"
|
|
2003
|
+
}
|
|
2004
|
+
|
|
2005
|
+
export interface GameSessionPlacement {
|
|
2006
|
+
|
|
2007
|
+
PlacementId?: string;
|
|
2008
|
+
|
|
2009
|
+
GameSessionQueueName?: string;
|
|
2010
|
+
|
|
2011
|
+
Status?: GameSessionPlacementState | string;
|
|
2012
|
+
|
|
2013
|
+
GameProperties?: GameProperty[];
|
|
2014
|
+
|
|
2015
|
+
MaximumPlayerSessionCount?: number;
|
|
2016
|
+
|
|
2017
|
+
GameSessionName?: string;
|
|
2018
|
+
|
|
2019
|
+
GameSessionId?: string;
|
|
2020
|
+
|
|
2021
|
+
GameSessionArn?: string;
|
|
2022
|
+
|
|
2023
|
+
GameSessionRegion?: string;
|
|
2024
|
+
|
|
2025
|
+
PlayerLatencies?: PlayerLatency[];
|
|
2026
|
+
|
|
2027
|
+
StartTime?: Date;
|
|
2028
|
+
|
|
2029
|
+
EndTime?: Date;
|
|
2030
|
+
|
|
2031
|
+
IpAddress?: string;
|
|
2032
|
+
|
|
2033
|
+
DnsName?: string;
|
|
2034
|
+
|
|
2035
|
+
Port?: number;
|
|
2036
|
+
|
|
2037
|
+
PlacedPlayerSessions?: PlacedPlayerSession[];
|
|
2038
|
+
|
|
2039
|
+
GameSessionData?: string;
|
|
2040
|
+
|
|
2041
|
+
MatchmakerData?: string;
|
|
2042
|
+
}
|
|
2043
|
+
export declare namespace GameSessionPlacement {
|
|
2044
|
+
|
|
2045
|
+
const filterSensitiveLog: (obj: GameSessionPlacement) => any;
|
|
2046
|
+
}
|
|
2047
|
+
|
|
2048
|
+
export interface DescribeGameSessionPlacementOutput {
|
|
2049
|
+
|
|
2050
|
+
GameSessionPlacement?: GameSessionPlacement;
|
|
2051
|
+
}
|
|
2052
|
+
export declare namespace DescribeGameSessionPlacementOutput {
|
|
2053
|
+
|
|
2054
|
+
const filterSensitiveLog: (obj: DescribeGameSessionPlacementOutput) => any;
|
|
2055
|
+
}
|
|
2056
|
+
|
|
2057
|
+
export interface DescribeGameSessionQueuesInput {
|
|
2058
|
+
|
|
2059
|
+
Names?: string[];
|
|
2060
|
+
|
|
2061
|
+
Limit?: number;
|
|
2062
|
+
|
|
2063
|
+
NextToken?: string;
|
|
2064
|
+
}
|
|
2065
|
+
export declare namespace DescribeGameSessionQueuesInput {
|
|
2066
|
+
|
|
2067
|
+
const filterSensitiveLog: (obj: DescribeGameSessionQueuesInput) => any;
|
|
2068
|
+
}
|
|
2069
|
+
|
|
2070
|
+
export interface DescribeGameSessionQueuesOutput {
|
|
2071
|
+
|
|
2072
|
+
GameSessionQueues?: GameSessionQueue[];
|
|
2073
|
+
|
|
2074
|
+
NextToken?: string;
|
|
2075
|
+
}
|
|
2076
|
+
export declare namespace DescribeGameSessionQueuesOutput {
|
|
2077
|
+
|
|
2078
|
+
const filterSensitiveLog: (obj: DescribeGameSessionQueuesOutput) => any;
|
|
2079
|
+
}
|
|
2080
|
+
|
|
2081
|
+
export interface DescribeGameSessionsInput {
|
|
2082
|
+
|
|
2083
|
+
FleetId?: string;
|
|
2084
|
+
|
|
2085
|
+
GameSessionId?: string;
|
|
2086
|
+
|
|
2087
|
+
AliasId?: string;
|
|
2088
|
+
|
|
2089
|
+
Location?: string;
|
|
2090
|
+
|
|
2091
|
+
StatusFilter?: string;
|
|
2092
|
+
|
|
2093
|
+
Limit?: number;
|
|
2094
|
+
|
|
2095
|
+
NextToken?: string;
|
|
2096
|
+
}
|
|
2097
|
+
export declare namespace DescribeGameSessionsInput {
|
|
2098
|
+
|
|
2099
|
+
const filterSensitiveLog: (obj: DescribeGameSessionsInput) => any;
|
|
2100
|
+
}
|
|
2101
|
+
|
|
2102
|
+
export interface DescribeGameSessionsOutput {
|
|
2103
|
+
|
|
2104
|
+
GameSessions?: GameSession[];
|
|
2105
|
+
|
|
2106
|
+
NextToken?: string;
|
|
2107
|
+
}
|
|
2108
|
+
export declare namespace DescribeGameSessionsOutput {
|
|
2109
|
+
|
|
2110
|
+
const filterSensitiveLog: (obj: DescribeGameSessionsOutput) => any;
|
|
2111
|
+
}
|
|
2112
|
+
|
|
2113
|
+
export interface DescribeInstancesInput {
|
|
2114
|
+
|
|
2115
|
+
FleetId: string | undefined;
|
|
2116
|
+
|
|
2117
|
+
InstanceId?: string;
|
|
2118
|
+
|
|
2119
|
+
Limit?: number;
|
|
2120
|
+
|
|
2121
|
+
NextToken?: string;
|
|
2122
|
+
|
|
2123
|
+
Location?: string;
|
|
2124
|
+
}
|
|
2125
|
+
export declare namespace DescribeInstancesInput {
|
|
2126
|
+
|
|
2127
|
+
const filterSensitiveLog: (obj: DescribeInstancesInput) => any;
|
|
2128
|
+
}
|
|
2129
|
+
export declare enum InstanceStatus {
|
|
2130
|
+
ACTIVE = "ACTIVE",
|
|
2131
|
+
PENDING = "PENDING",
|
|
2132
|
+
TERMINATING = "TERMINATING"
|
|
2133
|
+
}
|
|
2134
|
+
|
|
2135
|
+
export interface Instance {
|
|
2136
|
+
|
|
2137
|
+
FleetId?: string;
|
|
2138
|
+
|
|
2139
|
+
FleetArn?: string;
|
|
2140
|
+
|
|
2141
|
+
InstanceId?: string;
|
|
2142
|
+
|
|
2143
|
+
IpAddress?: string;
|
|
2144
|
+
|
|
2145
|
+
DnsName?: string;
|
|
2146
|
+
|
|
2147
|
+
OperatingSystem?: OperatingSystem | string;
|
|
2148
|
+
|
|
2149
|
+
Type?: EC2InstanceType | string;
|
|
2150
|
+
|
|
2151
|
+
Status?: InstanceStatus | string;
|
|
2152
|
+
|
|
2153
|
+
CreationTime?: Date;
|
|
2154
|
+
|
|
2155
|
+
Location?: string;
|
|
2156
|
+
}
|
|
2157
|
+
export declare namespace Instance {
|
|
2158
|
+
|
|
2159
|
+
const filterSensitiveLog: (obj: Instance) => any;
|
|
2160
|
+
}
|
|
2161
|
+
|
|
2162
|
+
export interface DescribeInstancesOutput {
|
|
2163
|
+
|
|
2164
|
+
Instances?: Instance[];
|
|
2165
|
+
|
|
2166
|
+
NextToken?: string;
|
|
2167
|
+
}
|
|
2168
|
+
export declare namespace DescribeInstancesOutput {
|
|
2169
|
+
|
|
2170
|
+
const filterSensitiveLog: (obj: DescribeInstancesOutput) => any;
|
|
2171
|
+
}
|
|
2172
|
+
|
|
2173
|
+
export interface DescribeMatchmakingInput {
|
|
2174
|
+
|
|
2175
|
+
TicketIds: string[] | undefined;
|
|
2176
|
+
}
|
|
2177
|
+
export declare namespace DescribeMatchmakingInput {
|
|
2178
|
+
|
|
2179
|
+
const filterSensitiveLog: (obj: DescribeMatchmakingInput) => any;
|
|
2180
|
+
}
|
|
2181
|
+
|
|
2182
|
+
export interface MatchedPlayerSession {
|
|
2183
|
+
|
|
2184
|
+
PlayerId?: string;
|
|
2185
|
+
|
|
2186
|
+
PlayerSessionId?: string;
|
|
2187
|
+
}
|
|
2188
|
+
export declare namespace MatchedPlayerSession {
|
|
2189
|
+
|
|
2190
|
+
const filterSensitiveLog: (obj: MatchedPlayerSession) => any;
|
|
2191
|
+
}
|
|
2192
|
+
|
|
2193
|
+
export interface GameSessionConnectionInfo {
|
|
2194
|
+
|
|
2195
|
+
GameSessionArn?: string;
|
|
2196
|
+
|
|
2197
|
+
IpAddress?: string;
|
|
2198
|
+
|
|
2199
|
+
DnsName?: string;
|
|
2200
|
+
|
|
2201
|
+
Port?: number;
|
|
2202
|
+
|
|
2203
|
+
MatchedPlayerSessions?: MatchedPlayerSession[];
|
|
2204
|
+
}
|
|
2205
|
+
export declare namespace GameSessionConnectionInfo {
|
|
2206
|
+
|
|
2207
|
+
const filterSensitiveLog: (obj: GameSessionConnectionInfo) => any;
|
|
2208
|
+
}
|
|
2209
|
+
|
|
2210
|
+
export interface Player {
|
|
2211
|
+
|
|
2212
|
+
PlayerId?: string;
|
|
2213
|
+
|
|
2214
|
+
PlayerAttributes?: {
|
|
2215
|
+
[key: string]: AttributeValue;
|
|
2216
|
+
};
|
|
2217
|
+
|
|
2218
|
+
Team?: string;
|
|
2219
|
+
|
|
2220
|
+
LatencyInMs?: {
|
|
2221
|
+
[key: string]: number;
|
|
2222
|
+
};
|
|
2223
|
+
}
|
|
2224
|
+
export declare namespace Player {
|
|
2225
|
+
|
|
2226
|
+
const filterSensitiveLog: (obj: Player) => any;
|
|
2227
|
+
}
|
|
2228
|
+
export declare type MatchmakingConfigurationStatus = "CANCELLED" | "COMPLETED" | "FAILED" | "PLACING" | "QUEUED" | "REQUIRES_ACCEPTANCE" | "SEARCHING" | "TIMED_OUT";
|
|
2229
|
+
|
|
2230
|
+
export interface MatchmakingTicket {
|
|
2231
|
+
|
|
2232
|
+
TicketId?: string;
|
|
2233
|
+
|
|
2234
|
+
ConfigurationName?: string;
|
|
2235
|
+
|
|
2236
|
+
ConfigurationArn?: string;
|
|
2237
|
+
|
|
2238
|
+
Status?: MatchmakingConfigurationStatus | string;
|
|
2239
|
+
|
|
2240
|
+
StatusReason?: string;
|
|
2241
|
+
|
|
2242
|
+
StatusMessage?: string;
|
|
2243
|
+
|
|
2244
|
+
StartTime?: Date;
|
|
2245
|
+
|
|
2246
|
+
EndTime?: Date;
|
|
2247
|
+
|
|
2248
|
+
Players?: Player[];
|
|
2249
|
+
|
|
2250
|
+
GameSessionConnectionInfo?: GameSessionConnectionInfo;
|
|
2251
|
+
|
|
2252
|
+
EstimatedWaitTime?: number;
|
|
2253
|
+
}
|
|
2254
|
+
export declare namespace MatchmakingTicket {
|
|
2255
|
+
|
|
2256
|
+
const filterSensitiveLog: (obj: MatchmakingTicket) => any;
|
|
2257
|
+
}
|
|
2258
|
+
|
|
2259
|
+
export interface DescribeMatchmakingOutput {
|
|
2260
|
+
|
|
2261
|
+
TicketList?: MatchmakingTicket[];
|
|
2262
|
+
}
|
|
2263
|
+
export declare namespace DescribeMatchmakingOutput {
|
|
2264
|
+
|
|
2265
|
+
const filterSensitiveLog: (obj: DescribeMatchmakingOutput) => any;
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
export interface DescribeMatchmakingConfigurationsInput {
|
|
2269
|
+
|
|
2270
|
+
Names?: string[];
|
|
2271
|
+
|
|
2272
|
+
RuleSetName?: string;
|
|
2273
|
+
|
|
2274
|
+
Limit?: number;
|
|
2275
|
+
|
|
2276
|
+
NextToken?: string;
|
|
2277
|
+
}
|
|
2278
|
+
export declare namespace DescribeMatchmakingConfigurationsInput {
|
|
2279
|
+
|
|
2280
|
+
const filterSensitiveLog: (obj: DescribeMatchmakingConfigurationsInput) => any;
|
|
2281
|
+
}
|
|
2282
|
+
|
|
2283
|
+
export interface DescribeMatchmakingConfigurationsOutput {
|
|
2284
|
+
|
|
2285
|
+
Configurations?: MatchmakingConfiguration[];
|
|
2286
|
+
|
|
2287
|
+
NextToken?: string;
|
|
2288
|
+
}
|
|
2289
|
+
export declare namespace DescribeMatchmakingConfigurationsOutput {
|
|
2290
|
+
|
|
2291
|
+
const filterSensitiveLog: (obj: DescribeMatchmakingConfigurationsOutput) => any;
|
|
2292
|
+
}
|
|
2293
|
+
|
|
2294
|
+
export interface DescribeMatchmakingRuleSetsInput {
|
|
2295
|
+
|
|
2296
|
+
Names?: string[];
|
|
2297
|
+
|
|
2298
|
+
Limit?: number;
|
|
2299
|
+
|
|
2300
|
+
NextToken?: string;
|
|
2301
|
+
}
|
|
2302
|
+
export declare namespace DescribeMatchmakingRuleSetsInput {
|
|
2303
|
+
|
|
2304
|
+
const filterSensitiveLog: (obj: DescribeMatchmakingRuleSetsInput) => any;
|
|
2305
|
+
}
|
|
2306
|
+
|
|
2307
|
+
export interface DescribeMatchmakingRuleSetsOutput {
|
|
2308
|
+
|
|
2309
|
+
RuleSets: MatchmakingRuleSet[] | undefined;
|
|
2310
|
+
|
|
2311
|
+
NextToken?: string;
|
|
2312
|
+
}
|
|
2313
|
+
export declare namespace DescribeMatchmakingRuleSetsOutput {
|
|
2314
|
+
|
|
2315
|
+
const filterSensitiveLog: (obj: DescribeMatchmakingRuleSetsOutput) => any;
|
|
2316
|
+
}
|
|
2317
|
+
|
|
2318
|
+
export interface DescribePlayerSessionsInput {
|
|
2319
|
+
|
|
2320
|
+
GameSessionId?: string;
|
|
2321
|
+
|
|
2322
|
+
PlayerId?: string;
|
|
2323
|
+
|
|
2324
|
+
PlayerSessionId?: string;
|
|
2325
|
+
|
|
2326
|
+
PlayerSessionStatusFilter?: string;
|
|
2327
|
+
|
|
2328
|
+
Limit?: number;
|
|
2329
|
+
|
|
2330
|
+
NextToken?: string;
|
|
2331
|
+
}
|
|
2332
|
+
export declare namespace DescribePlayerSessionsInput {
|
|
2333
|
+
|
|
2334
|
+
const filterSensitiveLog: (obj: DescribePlayerSessionsInput) => any;
|
|
2335
|
+
}
|
|
2336
|
+
|
|
2337
|
+
export interface DescribePlayerSessionsOutput {
|
|
2338
|
+
|
|
2339
|
+
PlayerSessions?: PlayerSession[];
|
|
2340
|
+
|
|
2341
|
+
NextToken?: string;
|
|
2342
|
+
}
|
|
2343
|
+
export declare namespace DescribePlayerSessionsOutput {
|
|
2344
|
+
|
|
2345
|
+
const filterSensitiveLog: (obj: DescribePlayerSessionsOutput) => any;
|
|
2346
|
+
}
|
|
2347
|
+
|
|
2348
|
+
export interface DescribeRuntimeConfigurationInput {
|
|
2349
|
+
|
|
2350
|
+
FleetId: string | undefined;
|
|
2351
|
+
}
|
|
2352
|
+
export declare namespace DescribeRuntimeConfigurationInput {
|
|
2353
|
+
|
|
2354
|
+
const filterSensitiveLog: (obj: DescribeRuntimeConfigurationInput) => any;
|
|
2355
|
+
}
|
|
2356
|
+
|
|
2357
|
+
export interface DescribeRuntimeConfigurationOutput {
|
|
2358
|
+
|
|
2359
|
+
RuntimeConfiguration?: RuntimeConfiguration;
|
|
2360
|
+
}
|
|
2361
|
+
export declare namespace DescribeRuntimeConfigurationOutput {
|
|
2362
|
+
|
|
2363
|
+
const filterSensitiveLog: (obj: DescribeRuntimeConfigurationOutput) => any;
|
|
2364
|
+
}
|
|
2365
|
+
export declare enum ScalingStatusType {
|
|
2366
|
+
ACTIVE = "ACTIVE",
|
|
2367
|
+
DELETED = "DELETED",
|
|
2368
|
+
DELETE_REQUESTED = "DELETE_REQUESTED",
|
|
2369
|
+
DELETING = "DELETING",
|
|
2370
|
+
ERROR = "ERROR",
|
|
2371
|
+
UPDATE_REQUESTED = "UPDATE_REQUESTED",
|
|
2372
|
+
UPDATING = "UPDATING"
|
|
2373
|
+
}
|
|
2374
|
+
|
|
2375
|
+
export interface DescribeScalingPoliciesInput {
|
|
2376
|
+
|
|
2377
|
+
FleetId: string | undefined;
|
|
2378
|
+
|
|
2379
|
+
StatusFilter?: ScalingStatusType | string;
|
|
2380
|
+
|
|
2381
|
+
Limit?: number;
|
|
2382
|
+
|
|
2383
|
+
NextToken?: string;
|
|
2384
|
+
|
|
2385
|
+
Location?: string;
|
|
2386
|
+
}
|
|
2387
|
+
export declare namespace DescribeScalingPoliciesInput {
|
|
2388
|
+
|
|
2389
|
+
const filterSensitiveLog: (obj: DescribeScalingPoliciesInput) => any;
|
|
2390
|
+
}
|
|
2391
|
+
export declare type MetricName = "ActivatingGameSessions" | "ActiveGameSessions" | "ActiveInstances" | "AvailableGameSessions" | "AvailablePlayerSessions" | "CurrentPlayerSessions" | "IdleInstances" | "PercentAvailableGameSessions" | "PercentIdleInstances" | "QueueDepth" | "WaitTime";
|
|
2392
|
+
export declare enum PolicyType {
|
|
2393
|
+
RuleBased = "RuleBased",
|
|
2394
|
+
TargetBased = "TargetBased"
|
|
2395
|
+
}
|
|
2396
|
+
export declare enum ScalingAdjustmentType {
|
|
2397
|
+
ChangeInCapacity = "ChangeInCapacity",
|
|
2398
|
+
ExactCapacity = "ExactCapacity",
|
|
2399
|
+
PercentChangeInCapacity = "PercentChangeInCapacity"
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2402
|
+
export interface TargetConfiguration {
|
|
2403
|
+
|
|
2404
|
+
TargetValue: number | undefined;
|
|
2405
|
+
}
|
|
2406
|
+
export declare namespace TargetConfiguration {
|
|
2407
|
+
|
|
2408
|
+
const filterSensitiveLog: (obj: TargetConfiguration) => any;
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2411
|
+
export interface ScalingPolicy {
|
|
2412
|
+
|
|
2413
|
+
FleetId?: string;
|
|
2414
|
+
|
|
2415
|
+
FleetArn?: string;
|
|
2416
|
+
|
|
2417
|
+
Name?: string;
|
|
2418
|
+
|
|
2419
|
+
Status?: ScalingStatusType | string;
|
|
2420
|
+
|
|
2421
|
+
ScalingAdjustment?: number;
|
|
2422
|
+
|
|
2423
|
+
ScalingAdjustmentType?: ScalingAdjustmentType | string;
|
|
2424
|
+
|
|
2425
|
+
ComparisonOperator?: ComparisonOperatorType | string;
|
|
2426
|
+
|
|
2427
|
+
Threshold?: number;
|
|
2428
|
+
|
|
2429
|
+
EvaluationPeriods?: number;
|
|
2430
|
+
|
|
2431
|
+
MetricName?: MetricName | string;
|
|
2432
|
+
|
|
2433
|
+
PolicyType?: PolicyType | string;
|
|
2434
|
+
|
|
2435
|
+
TargetConfiguration?: TargetConfiguration;
|
|
2436
|
+
|
|
2437
|
+
UpdateStatus?: LocationUpdateStatus | string;
|
|
2438
|
+
|
|
2439
|
+
Location?: string;
|
|
2440
|
+
}
|
|
2441
|
+
export declare namespace ScalingPolicy {
|
|
2442
|
+
|
|
2443
|
+
const filterSensitiveLog: (obj: ScalingPolicy) => any;
|
|
2444
|
+
}
|
|
2445
|
+
|
|
2446
|
+
export interface DescribeScalingPoliciesOutput {
|
|
2447
|
+
|
|
2448
|
+
ScalingPolicies?: ScalingPolicy[];
|
|
2449
|
+
|
|
2450
|
+
NextToken?: string;
|
|
2451
|
+
}
|
|
2452
|
+
export declare namespace DescribeScalingPoliciesOutput {
|
|
2453
|
+
|
|
2454
|
+
const filterSensitiveLog: (obj: DescribeScalingPoliciesOutput) => any;
|
|
2455
|
+
}
|
|
2456
|
+
export interface DescribeScriptInput {
|
|
2457
|
+
|
|
2458
|
+
ScriptId: string | undefined;
|
|
2459
|
+
}
|
|
2460
|
+
export declare namespace DescribeScriptInput {
|
|
2461
|
+
|
|
2462
|
+
const filterSensitiveLog: (obj: DescribeScriptInput) => any;
|
|
2463
|
+
}
|
|
2464
|
+
export interface DescribeScriptOutput {
|
|
2465
|
+
|
|
2466
|
+
Script?: Script;
|
|
2467
|
+
}
|
|
2468
|
+
export declare namespace DescribeScriptOutput {
|
|
2469
|
+
|
|
2470
|
+
const filterSensitiveLog: (obj: DescribeScriptOutput) => any;
|
|
2471
|
+
}
|
|
2472
|
+
export interface DescribeVpcPeeringAuthorizationsInput {
|
|
2473
|
+
}
|
|
2474
|
+
export declare namespace DescribeVpcPeeringAuthorizationsInput {
|
|
2475
|
+
|
|
2476
|
+
const filterSensitiveLog: (obj: DescribeVpcPeeringAuthorizationsInput) => any;
|
|
2477
|
+
}
|
|
2478
|
+
export interface DescribeVpcPeeringAuthorizationsOutput {
|
|
2479
|
+
|
|
2480
|
+
VpcPeeringAuthorizations?: VpcPeeringAuthorization[];
|
|
2481
|
+
}
|
|
2482
|
+
export declare namespace DescribeVpcPeeringAuthorizationsOutput {
|
|
2483
|
+
|
|
2484
|
+
const filterSensitiveLog: (obj: DescribeVpcPeeringAuthorizationsOutput) => any;
|
|
2485
|
+
}
|
|
2486
|
+
|
|
2487
|
+
export interface DescribeVpcPeeringConnectionsInput {
|
|
2488
|
+
|
|
2489
|
+
FleetId?: string;
|
|
2490
|
+
}
|
|
2491
|
+
export declare namespace DescribeVpcPeeringConnectionsInput {
|
|
2492
|
+
|
|
2493
|
+
const filterSensitiveLog: (obj: DescribeVpcPeeringConnectionsInput) => any;
|
|
2494
|
+
}
|
|
2495
|
+
|
|
2496
|
+
export interface VpcPeeringConnectionStatus {
|
|
2497
|
+
|
|
2498
|
+
Code?: string;
|
|
2499
|
+
|
|
2500
|
+
Message?: string;
|
|
2501
|
+
}
|
|
2502
|
+
export declare namespace VpcPeeringConnectionStatus {
|
|
2503
|
+
|
|
2504
|
+
const filterSensitiveLog: (obj: VpcPeeringConnectionStatus) => any;
|
|
2505
|
+
}
|
|
2506
|
+
|
|
2507
|
+
export interface VpcPeeringConnection {
|
|
2508
|
+
|
|
2509
|
+
FleetId?: string;
|
|
2510
|
+
|
|
2511
|
+
FleetArn?: string;
|
|
2512
|
+
|
|
2513
|
+
IpV4CidrBlock?: string;
|
|
2514
|
+
|
|
2515
|
+
VpcPeeringConnectionId?: string;
|
|
2516
|
+
|
|
2517
|
+
Status?: VpcPeeringConnectionStatus;
|
|
2518
|
+
|
|
2519
|
+
PeerVpcId?: string;
|
|
2520
|
+
|
|
2521
|
+
GameLiftVpcId?: string;
|
|
2522
|
+
}
|
|
2523
|
+
export declare namespace VpcPeeringConnection {
|
|
2524
|
+
|
|
2525
|
+
const filterSensitiveLog: (obj: VpcPeeringConnection) => any;
|
|
2526
|
+
}
|
|
2527
|
+
|
|
2528
|
+
export interface DescribeVpcPeeringConnectionsOutput {
|
|
2529
|
+
|
|
2530
|
+
VpcPeeringConnections?: VpcPeeringConnection[];
|
|
2531
|
+
}
|
|
2532
|
+
export declare namespace DescribeVpcPeeringConnectionsOutput {
|
|
2533
|
+
|
|
2534
|
+
const filterSensitiveLog: (obj: DescribeVpcPeeringConnectionsOutput) => any;
|
|
2535
|
+
}
|
|
2536
|
+
|
|
2537
|
+
export interface DesiredPlayerSession {
|
|
2538
|
+
|
|
2539
|
+
PlayerId?: string;
|
|
2540
|
+
|
|
2541
|
+
PlayerData?: string;
|
|
2542
|
+
}
|
|
2543
|
+
export declare namespace DesiredPlayerSession {
|
|
2544
|
+
|
|
2545
|
+
const filterSensitiveLog: (obj: DesiredPlayerSession) => any;
|
|
2546
|
+
}
|
|
2547
|
+
|
|
2548
|
+
export interface GetGameSessionLogUrlInput {
|
|
2549
|
+
|
|
2550
|
+
GameSessionId: string | undefined;
|
|
2551
|
+
}
|
|
2552
|
+
export declare namespace GetGameSessionLogUrlInput {
|
|
2553
|
+
|
|
2554
|
+
const filterSensitiveLog: (obj: GetGameSessionLogUrlInput) => any;
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2557
|
+
export interface GetGameSessionLogUrlOutput {
|
|
2558
|
+
|
|
2559
|
+
PreSignedUrl?: string;
|
|
2560
|
+
}
|
|
2561
|
+
export declare namespace GetGameSessionLogUrlOutput {
|
|
2562
|
+
|
|
2563
|
+
const filterSensitiveLog: (obj: GetGameSessionLogUrlOutput) => any;
|
|
2564
|
+
}
|
|
2565
|
+
|
|
2566
|
+
export interface GetInstanceAccessInput {
|
|
2567
|
+
|
|
2568
|
+
FleetId: string | undefined;
|
|
2569
|
+
|
|
2570
|
+
InstanceId: string | undefined;
|
|
2571
|
+
}
|
|
2572
|
+
export declare namespace GetInstanceAccessInput {
|
|
2573
|
+
|
|
2574
|
+
const filterSensitiveLog: (obj: GetInstanceAccessInput) => any;
|
|
2575
|
+
}
|
|
2576
|
+
|
|
2577
|
+
export interface InstanceCredentials {
|
|
2578
|
+
|
|
2579
|
+
UserName?: string;
|
|
2580
|
+
|
|
2581
|
+
Secret?: string;
|
|
2582
|
+
}
|
|
2583
|
+
export declare namespace InstanceCredentials {
|
|
2584
|
+
|
|
2585
|
+
const filterSensitiveLog: (obj: InstanceCredentials) => any;
|
|
2586
|
+
}
|
|
2587
|
+
|
|
2588
|
+
export interface InstanceAccess {
|
|
2589
|
+
|
|
2590
|
+
FleetId?: string;
|
|
2591
|
+
|
|
2592
|
+
InstanceId?: string;
|
|
2593
|
+
|
|
2594
|
+
IpAddress?: string;
|
|
2595
|
+
|
|
2596
|
+
OperatingSystem?: OperatingSystem | string;
|
|
2597
|
+
|
|
2598
|
+
Credentials?: InstanceCredentials;
|
|
2599
|
+
}
|
|
2600
|
+
export declare namespace InstanceAccess {
|
|
2601
|
+
|
|
2602
|
+
const filterSensitiveLog: (obj: InstanceAccess) => any;
|
|
2603
|
+
}
|
|
2604
|
+
|
|
2605
|
+
export interface GetInstanceAccessOutput {
|
|
2606
|
+
|
|
2607
|
+
InstanceAccess?: InstanceAccess;
|
|
2608
|
+
}
|
|
2609
|
+
export declare namespace GetInstanceAccessOutput {
|
|
2610
|
+
|
|
2611
|
+
const filterSensitiveLog: (obj: GetInstanceAccessOutput) => any;
|
|
2612
|
+
}
|
|
2613
|
+
|
|
2614
|
+
export interface ListAliasesInput {
|
|
2615
|
+
|
|
2616
|
+
RoutingStrategyType?: RoutingStrategyType | string;
|
|
2617
|
+
|
|
2618
|
+
Name?: string;
|
|
2619
|
+
|
|
2620
|
+
Limit?: number;
|
|
2621
|
+
|
|
2622
|
+
NextToken?: string;
|
|
2623
|
+
}
|
|
2624
|
+
export declare namespace ListAliasesInput {
|
|
2625
|
+
|
|
2626
|
+
const filterSensitiveLog: (obj: ListAliasesInput) => any;
|
|
2627
|
+
}
|
|
2628
|
+
|
|
2629
|
+
export interface ListAliasesOutput {
|
|
2630
|
+
|
|
2631
|
+
Aliases?: Alias[];
|
|
2632
|
+
|
|
2633
|
+
NextToken?: string;
|
|
2634
|
+
}
|
|
2635
|
+
export declare namespace ListAliasesOutput {
|
|
2636
|
+
|
|
2637
|
+
const filterSensitiveLog: (obj: ListAliasesOutput) => any;
|
|
2638
|
+
}
|
|
2639
|
+
|
|
2640
|
+
export interface ListBuildsInput {
|
|
2641
|
+
|
|
2642
|
+
Status?: BuildStatus | string;
|
|
2643
|
+
|
|
2644
|
+
Limit?: number;
|
|
2645
|
+
|
|
2646
|
+
NextToken?: string;
|
|
2647
|
+
}
|
|
2648
|
+
export declare namespace ListBuildsInput {
|
|
2649
|
+
|
|
2650
|
+
const filterSensitiveLog: (obj: ListBuildsInput) => any;
|
|
2651
|
+
}
|
|
2652
|
+
|
|
2653
|
+
export interface ListBuildsOutput {
|
|
2654
|
+
|
|
2655
|
+
Builds?: Build[];
|
|
2656
|
+
|
|
2657
|
+
NextToken?: string;
|
|
2658
|
+
}
|
|
2659
|
+
export declare namespace ListBuildsOutput {
|
|
2660
|
+
|
|
2661
|
+
const filterSensitiveLog: (obj: ListBuildsOutput) => any;
|
|
2662
|
+
}
|
|
2663
|
+
|
|
2664
|
+
export interface ListFleetsInput {
|
|
2665
|
+
|
|
2666
|
+
BuildId?: string;
|
|
2667
|
+
|
|
2668
|
+
ScriptId?: string;
|
|
2669
|
+
|
|
2670
|
+
Limit?: number;
|
|
2671
|
+
|
|
2672
|
+
NextToken?: string;
|
|
2673
|
+
}
|
|
2674
|
+
export declare namespace ListFleetsInput {
|
|
2675
|
+
|
|
2676
|
+
const filterSensitiveLog: (obj: ListFleetsInput) => any;
|
|
2677
|
+
}
|
|
2678
|
+
|
|
2679
|
+
export interface ListFleetsOutput {
|
|
2680
|
+
|
|
2681
|
+
FleetIds?: string[];
|
|
2682
|
+
|
|
2683
|
+
NextToken?: string;
|
|
2684
|
+
}
|
|
2685
|
+
export declare namespace ListFleetsOutput {
|
|
2686
|
+
|
|
2687
|
+
const filterSensitiveLog: (obj: ListFleetsOutput) => any;
|
|
2688
|
+
}
|
|
2689
|
+
export interface ListGameServerGroupsInput {
|
|
2690
|
+
|
|
2691
|
+
Limit?: number;
|
|
2692
|
+
|
|
2693
|
+
NextToken?: string;
|
|
2694
|
+
}
|
|
2695
|
+
export declare namespace ListGameServerGroupsInput {
|
|
2696
|
+
|
|
2697
|
+
const filterSensitiveLog: (obj: ListGameServerGroupsInput) => any;
|
|
2698
|
+
}
|
|
2699
|
+
export interface ListGameServerGroupsOutput {
|
|
2700
|
+
|
|
2701
|
+
GameServerGroups?: GameServerGroup[];
|
|
2702
|
+
|
|
2703
|
+
NextToken?: string;
|
|
2704
|
+
}
|
|
2705
|
+
export declare namespace ListGameServerGroupsOutput {
|
|
2706
|
+
|
|
2707
|
+
const filterSensitiveLog: (obj: ListGameServerGroupsOutput) => any;
|
|
2708
|
+
}
|
|
2709
|
+
export declare enum SortOrder {
|
|
2710
|
+
ASCENDING = "ASCENDING",
|
|
2711
|
+
DESCENDING = "DESCENDING"
|
|
2712
|
+
}
|
|
2713
|
+
export interface ListGameServersInput {
|
|
2714
|
+
|
|
2715
|
+
GameServerGroupName: string | undefined;
|
|
2716
|
+
|
|
2717
|
+
SortOrder?: SortOrder | string;
|
|
2718
|
+
|
|
2719
|
+
Limit?: number;
|
|
2720
|
+
|
|
2721
|
+
NextToken?: string;
|
|
2722
|
+
}
|
|
2723
|
+
export declare namespace ListGameServersInput {
|
|
2724
|
+
|
|
2725
|
+
const filterSensitiveLog: (obj: ListGameServersInput) => any;
|
|
2726
|
+
}
|
|
2727
|
+
export interface ListGameServersOutput {
|
|
2728
|
+
|
|
2729
|
+
GameServers?: GameServer[];
|
|
2730
|
+
|
|
2731
|
+
NextToken?: string;
|
|
2732
|
+
}
|
|
2733
|
+
export declare namespace ListGameServersOutput {
|
|
2734
|
+
|
|
2735
|
+
const filterSensitiveLog: (obj: ListGameServersOutput) => any;
|
|
2736
|
+
}
|
|
2737
|
+
export interface ListScriptsInput {
|
|
2738
|
+
|
|
2739
|
+
Limit?: number;
|
|
2740
|
+
|
|
2741
|
+
NextToken?: string;
|
|
2742
|
+
}
|
|
2743
|
+
export declare namespace ListScriptsInput {
|
|
2744
|
+
|
|
2745
|
+
const filterSensitiveLog: (obj: ListScriptsInput) => any;
|
|
2746
|
+
}
|
|
2747
|
+
export interface ListScriptsOutput {
|
|
2748
|
+
|
|
2749
|
+
Scripts?: Script[];
|
|
2750
|
+
|
|
2751
|
+
NextToken?: string;
|
|
2752
|
+
}
|
|
2753
|
+
export declare namespace ListScriptsOutput {
|
|
2754
|
+
|
|
2755
|
+
const filterSensitiveLog: (obj: ListScriptsOutput) => any;
|
|
2756
|
+
}
|
|
2757
|
+
export interface ListTagsForResourceRequest {
|
|
2758
|
+
|
|
2759
|
+
ResourceARN: string | undefined;
|
|
2760
|
+
}
|
|
2761
|
+
export declare namespace ListTagsForResourceRequest {
|
|
2762
|
+
|
|
2763
|
+
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2764
|
+
}
|
|
2765
|
+
export interface ListTagsForResourceResponse {
|
|
2766
|
+
|
|
2767
|
+
Tags?: Tag[];
|
|
2768
|
+
}
|
|
2769
|
+
export declare namespace ListTagsForResourceResponse {
|
|
2770
|
+
|
|
2771
|
+
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2772
|
+
}
|
|
2773
|
+
|
|
2774
|
+
export interface PutScalingPolicyInput {
|
|
2775
|
+
|
|
2776
|
+
Name: string | undefined;
|
|
2777
|
+
|
|
2778
|
+
FleetId: string | undefined;
|
|
2779
|
+
|
|
2780
|
+
ScalingAdjustment?: number;
|
|
2781
|
+
|
|
2782
|
+
ScalingAdjustmentType?: ScalingAdjustmentType | string;
|
|
2783
|
+
|
|
2784
|
+
Threshold?: number;
|
|
2785
|
+
|
|
2786
|
+
ComparisonOperator?: ComparisonOperatorType | string;
|
|
2787
|
+
|
|
2788
|
+
EvaluationPeriods?: number;
|
|
2789
|
+
|
|
2790
|
+
MetricName: MetricName | string | undefined;
|
|
2791
|
+
|
|
2792
|
+
PolicyType?: PolicyType | string;
|
|
2793
|
+
|
|
2794
|
+
TargetConfiguration?: TargetConfiguration;
|
|
2795
|
+
}
|
|
2796
|
+
export declare namespace PutScalingPolicyInput {
|
|
2797
|
+
|
|
2798
|
+
const filterSensitiveLog: (obj: PutScalingPolicyInput) => any;
|
|
2799
|
+
}
|
|
2800
|
+
|
|
2801
|
+
export interface PutScalingPolicyOutput {
|
|
2802
|
+
|
|
2803
|
+
Name?: string;
|
|
2804
|
+
}
|
|
2805
|
+
export declare namespace PutScalingPolicyOutput {
|
|
2806
|
+
|
|
2807
|
+
const filterSensitiveLog: (obj: PutScalingPolicyOutput) => any;
|
|
2808
|
+
}
|
|
2809
|
+
export interface RegisterGameServerInput {
|
|
2810
|
+
|
|
2811
|
+
GameServerGroupName: string | undefined;
|
|
2812
|
+
|
|
2813
|
+
GameServerId: string | undefined;
|
|
2814
|
+
|
|
2815
|
+
InstanceId: string | undefined;
|
|
2816
|
+
|
|
2817
|
+
ConnectionInfo?: string;
|
|
2818
|
+
|
|
2819
|
+
GameServerData?: string;
|
|
2820
|
+
}
|
|
2821
|
+
export declare namespace RegisterGameServerInput {
|
|
2822
|
+
|
|
2823
|
+
const filterSensitiveLog: (obj: RegisterGameServerInput) => any;
|
|
2824
|
+
}
|
|
2825
|
+
export interface RegisterGameServerOutput {
|
|
2826
|
+
|
|
2827
|
+
GameServer?: GameServer;
|
|
2828
|
+
}
|
|
2829
|
+
export declare namespace RegisterGameServerOutput {
|
|
2830
|
+
|
|
2831
|
+
const filterSensitiveLog: (obj: RegisterGameServerOutput) => any;
|
|
2832
|
+
}
|
|
2833
|
+
|
|
2834
|
+
export interface RequestUploadCredentialsInput {
|
|
2835
|
+
|
|
2836
|
+
BuildId: string | undefined;
|
|
2837
|
+
}
|
|
2838
|
+
export declare namespace RequestUploadCredentialsInput {
|
|
2839
|
+
|
|
2840
|
+
const filterSensitiveLog: (obj: RequestUploadCredentialsInput) => any;
|
|
2841
|
+
}
|
|
2842
|
+
|
|
2843
|
+
export interface RequestUploadCredentialsOutput {
|
|
2844
|
+
|
|
2845
|
+
UploadCredentials?: AwsCredentials;
|
|
2846
|
+
|
|
2847
|
+
StorageLocation?: S3Location;
|
|
2848
|
+
}
|
|
2849
|
+
export declare namespace RequestUploadCredentialsOutput {
|
|
2850
|
+
|
|
2851
|
+
const filterSensitiveLog: (obj: RequestUploadCredentialsOutput) => any;
|
|
2852
|
+
}
|
|
2853
|
+
|
|
2854
|
+
export interface ResolveAliasInput {
|
|
2855
|
+
|
|
2856
|
+
AliasId: string | undefined;
|
|
2857
|
+
}
|
|
2858
|
+
export declare namespace ResolveAliasInput {
|
|
2859
|
+
|
|
2860
|
+
const filterSensitiveLog: (obj: ResolveAliasInput) => any;
|
|
2861
|
+
}
|
|
2862
|
+
|
|
2863
|
+
export interface ResolveAliasOutput {
|
|
2864
|
+
|
|
2865
|
+
FleetId?: string;
|
|
2866
|
+
|
|
2867
|
+
FleetArn?: string;
|
|
2868
|
+
}
|
|
2869
|
+
export declare namespace ResolveAliasOutput {
|
|
2870
|
+
|
|
2871
|
+
const filterSensitiveLog: (obj: ResolveAliasOutput) => any;
|
|
2872
|
+
}
|
|
2873
|
+
export interface ResumeGameServerGroupInput {
|
|
2874
|
+
|
|
2875
|
+
GameServerGroupName: string | undefined;
|
|
2876
|
+
|
|
2877
|
+
ResumeActions: (GameServerGroupAction | string)[] | undefined;
|
|
2878
|
+
}
|
|
2879
|
+
export declare namespace ResumeGameServerGroupInput {
|
|
2880
|
+
|
|
2881
|
+
const filterSensitiveLog: (obj: ResumeGameServerGroupInput) => any;
|
|
2882
|
+
}
|
|
2883
|
+
export interface ResumeGameServerGroupOutput {
|
|
2884
|
+
|
|
2885
|
+
GameServerGroup?: GameServerGroup;
|
|
2886
|
+
}
|
|
2887
|
+
export declare namespace ResumeGameServerGroupOutput {
|
|
2888
|
+
|
|
2889
|
+
const filterSensitiveLog: (obj: ResumeGameServerGroupOutput) => any;
|
|
2890
|
+
}
|
|
2891
|
+
|
|
2892
|
+
export interface SearchGameSessionsInput {
|
|
2893
|
+
|
|
2894
|
+
FleetId?: string;
|
|
2895
|
+
|
|
2896
|
+
AliasId?: string;
|
|
2897
|
+
|
|
2898
|
+
Location?: string;
|
|
2899
|
+
|
|
2900
|
+
FilterExpression?: string;
|
|
2901
|
+
|
|
2902
|
+
SortExpression?: string;
|
|
2903
|
+
|
|
2904
|
+
Limit?: number;
|
|
2905
|
+
|
|
2906
|
+
NextToken?: string;
|
|
2907
|
+
}
|
|
2908
|
+
export declare namespace SearchGameSessionsInput {
|
|
2909
|
+
|
|
2910
|
+
const filterSensitiveLog: (obj: SearchGameSessionsInput) => any;
|
|
2911
|
+
}
|
|
2912
|
+
|
|
2913
|
+
export interface SearchGameSessionsOutput {
|
|
2914
|
+
|
|
2915
|
+
GameSessions?: GameSession[];
|
|
2916
|
+
|
|
2917
|
+
NextToken?: string;
|
|
2918
|
+
}
|
|
2919
|
+
export declare namespace SearchGameSessionsOutput {
|
|
2920
|
+
|
|
2921
|
+
const filterSensitiveLog: (obj: SearchGameSessionsOutput) => any;
|
|
2922
|
+
}
|
|
2923
|
+
|
|
2924
|
+
export interface StartFleetActionsInput {
|
|
2925
|
+
|
|
2926
|
+
FleetId: string | undefined;
|
|
2927
|
+
|
|
2928
|
+
Actions: (FleetAction | string)[] | undefined;
|
|
2929
|
+
|
|
2930
|
+
Location?: string;
|
|
2931
|
+
}
|
|
2932
|
+
export declare namespace StartFleetActionsInput {
|
|
2933
|
+
|
|
2934
|
+
const filterSensitiveLog: (obj: StartFleetActionsInput) => any;
|
|
2935
|
+
}
|
|
2936
|
+
|
|
2937
|
+
export interface StartFleetActionsOutput {
|
|
2938
|
+
|
|
2939
|
+
FleetId?: string;
|
|
2940
|
+
|
|
2941
|
+
FleetArn?: string;
|
|
2942
|
+
}
|
|
2943
|
+
export declare namespace StartFleetActionsOutput {
|
|
2944
|
+
|
|
2945
|
+
const filterSensitiveLog: (obj: StartFleetActionsOutput) => any;
|
|
2946
|
+
}
|
|
2947
|
+
|
|
2948
|
+
export interface StartGameSessionPlacementInput {
|
|
2949
|
+
|
|
2950
|
+
PlacementId: string | undefined;
|
|
2951
|
+
|
|
2952
|
+
GameSessionQueueName: string | undefined;
|
|
2953
|
+
|
|
2954
|
+
GameProperties?: GameProperty[];
|
|
2955
|
+
|
|
2956
|
+
MaximumPlayerSessionCount: number | undefined;
|
|
2957
|
+
|
|
2958
|
+
GameSessionName?: string;
|
|
2959
|
+
|
|
2960
|
+
PlayerLatencies?: PlayerLatency[];
|
|
2961
|
+
|
|
2962
|
+
DesiredPlayerSessions?: DesiredPlayerSession[];
|
|
2963
|
+
|
|
2964
|
+
GameSessionData?: string;
|
|
2965
|
+
}
|
|
2966
|
+
export declare namespace StartGameSessionPlacementInput {
|
|
2967
|
+
|
|
2968
|
+
const filterSensitiveLog: (obj: StartGameSessionPlacementInput) => any;
|
|
2969
|
+
}
|
|
2970
|
+
|
|
2971
|
+
export interface StartGameSessionPlacementOutput {
|
|
2972
|
+
|
|
2973
|
+
GameSessionPlacement?: GameSessionPlacement;
|
|
2974
|
+
}
|
|
2975
|
+
export declare namespace StartGameSessionPlacementOutput {
|
|
2976
|
+
|
|
2977
|
+
const filterSensitiveLog: (obj: StartGameSessionPlacementOutput) => any;
|
|
2978
|
+
}
|
|
2979
|
+
|
|
2980
|
+
export interface StartMatchBackfillInput {
|
|
2981
|
+
|
|
2982
|
+
TicketId?: string;
|
|
2983
|
+
|
|
2984
|
+
ConfigurationName: string | undefined;
|
|
2985
|
+
|
|
2986
|
+
GameSessionArn?: string;
|
|
2987
|
+
|
|
2988
|
+
Players: Player[] | undefined;
|
|
2989
|
+
}
|
|
2990
|
+
export declare namespace StartMatchBackfillInput {
|
|
2991
|
+
|
|
2992
|
+
const filterSensitiveLog: (obj: StartMatchBackfillInput) => any;
|
|
2993
|
+
}
|
|
2994
|
+
|
|
2995
|
+
export interface StartMatchBackfillOutput {
|
|
2996
|
+
|
|
2997
|
+
MatchmakingTicket?: MatchmakingTicket;
|
|
2998
|
+
}
|
|
2999
|
+
export declare namespace StartMatchBackfillOutput {
|
|
3000
|
+
|
|
3001
|
+
const filterSensitiveLog: (obj: StartMatchBackfillOutput) => any;
|
|
3002
|
+
}
|
|
3003
|
+
|
|
3004
|
+
export interface StartMatchmakingInput {
|
|
3005
|
+
|
|
3006
|
+
TicketId?: string;
|
|
3007
|
+
|
|
3008
|
+
ConfigurationName: string | undefined;
|
|
3009
|
+
|
|
3010
|
+
Players: Player[] | undefined;
|
|
3011
|
+
}
|
|
3012
|
+
export declare namespace StartMatchmakingInput {
|
|
3013
|
+
|
|
3014
|
+
const filterSensitiveLog: (obj: StartMatchmakingInput) => any;
|
|
3015
|
+
}
|
|
3016
|
+
|
|
3017
|
+
export interface StartMatchmakingOutput {
|
|
3018
|
+
|
|
3019
|
+
MatchmakingTicket?: MatchmakingTicket;
|
|
3020
|
+
}
|
|
3021
|
+
export declare namespace StartMatchmakingOutput {
|
|
3022
|
+
|
|
3023
|
+
const filterSensitiveLog: (obj: StartMatchmakingOutput) => any;
|
|
3024
|
+
}
|
|
3025
|
+
|
|
3026
|
+
export interface StopFleetActionsInput {
|
|
3027
|
+
|
|
3028
|
+
FleetId: string | undefined;
|
|
3029
|
+
|
|
3030
|
+
Actions: (FleetAction | string)[] | undefined;
|
|
3031
|
+
|
|
3032
|
+
Location?: string;
|
|
3033
|
+
}
|
|
3034
|
+
export declare namespace StopFleetActionsInput {
|
|
3035
|
+
|
|
3036
|
+
const filterSensitiveLog: (obj: StopFleetActionsInput) => any;
|
|
3037
|
+
}
|
|
3038
|
+
|
|
3039
|
+
export interface StopFleetActionsOutput {
|
|
3040
|
+
|
|
3041
|
+
FleetId?: string;
|
|
3042
|
+
|
|
3043
|
+
FleetArn?: string;
|
|
3044
|
+
}
|
|
3045
|
+
export declare namespace StopFleetActionsOutput {
|
|
3046
|
+
|
|
3047
|
+
const filterSensitiveLog: (obj: StopFleetActionsOutput) => any;
|
|
3048
|
+
}
|
|
3049
|
+
|
|
3050
|
+
export interface StopGameSessionPlacementInput {
|
|
3051
|
+
|
|
3052
|
+
PlacementId: string | undefined;
|
|
3053
|
+
}
|
|
3054
|
+
export declare namespace StopGameSessionPlacementInput {
|
|
3055
|
+
|
|
3056
|
+
const filterSensitiveLog: (obj: StopGameSessionPlacementInput) => any;
|
|
3057
|
+
}
|
|
3058
|
+
|
|
3059
|
+
export interface StopGameSessionPlacementOutput {
|
|
3060
|
+
|
|
3061
|
+
GameSessionPlacement?: GameSessionPlacement;
|
|
3062
|
+
}
|
|
3063
|
+
export declare namespace StopGameSessionPlacementOutput {
|
|
3064
|
+
|
|
3065
|
+
const filterSensitiveLog: (obj: StopGameSessionPlacementOutput) => any;
|
|
3066
|
+
}
|
|
3067
|
+
|
|
3068
|
+
export interface StopMatchmakingInput {
|
|
3069
|
+
|
|
3070
|
+
TicketId: string | undefined;
|
|
3071
|
+
}
|
|
3072
|
+
export declare namespace StopMatchmakingInput {
|
|
3073
|
+
|
|
3074
|
+
const filterSensitiveLog: (obj: StopMatchmakingInput) => any;
|
|
3075
|
+
}
|
|
3076
|
+
export interface StopMatchmakingOutput {
|
|
3077
|
+
}
|
|
3078
|
+
export declare namespace StopMatchmakingOutput {
|
|
3079
|
+
|
|
3080
|
+
const filterSensitiveLog: (obj: StopMatchmakingOutput) => any;
|
|
3081
|
+
}
|
|
3082
|
+
export interface SuspendGameServerGroupInput {
|
|
3083
|
+
|
|
3084
|
+
GameServerGroupName: string | undefined;
|
|
3085
|
+
|
|
3086
|
+
SuspendActions: (GameServerGroupAction | string)[] | undefined;
|
|
3087
|
+
}
|
|
3088
|
+
export declare namespace SuspendGameServerGroupInput {
|
|
3089
|
+
|
|
3090
|
+
const filterSensitiveLog: (obj: SuspendGameServerGroupInput) => any;
|
|
3091
|
+
}
|
|
3092
|
+
export interface SuspendGameServerGroupOutput {
|
|
3093
|
+
|
|
3094
|
+
GameServerGroup?: GameServerGroup;
|
|
3095
|
+
}
|
|
3096
|
+
export declare namespace SuspendGameServerGroupOutput {
|
|
3097
|
+
|
|
3098
|
+
const filterSensitiveLog: (obj: SuspendGameServerGroupOutput) => any;
|
|
3099
|
+
}
|
|
3100
|
+
export interface TagResourceRequest {
|
|
3101
|
+
|
|
3102
|
+
ResourceARN: string | undefined;
|
|
3103
|
+
|
|
3104
|
+
Tags: Tag[] | undefined;
|
|
3105
|
+
}
|
|
3106
|
+
export declare namespace TagResourceRequest {
|
|
3107
|
+
|
|
3108
|
+
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3109
|
+
}
|
|
3110
|
+
export interface TagResourceResponse {
|
|
3111
|
+
}
|
|
3112
|
+
export declare namespace TagResourceResponse {
|
|
3113
|
+
|
|
3114
|
+
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3115
|
+
}
|
|
3116
|
+
export interface UntagResourceRequest {
|
|
3117
|
+
|
|
3118
|
+
ResourceARN: string | undefined;
|
|
3119
|
+
|
|
3120
|
+
TagKeys: string[] | undefined;
|
|
3121
|
+
}
|
|
3122
|
+
export declare namespace UntagResourceRequest {
|
|
3123
|
+
|
|
3124
|
+
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3125
|
+
}
|
|
3126
|
+
export interface UntagResourceResponse {
|
|
3127
|
+
}
|
|
3128
|
+
export declare namespace UntagResourceResponse {
|
|
3129
|
+
|
|
3130
|
+
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3131
|
+
}
|
|
3132
|
+
|
|
3133
|
+
export interface UpdateAliasInput {
|
|
3134
|
+
|
|
3135
|
+
AliasId: string | undefined;
|
|
3136
|
+
|
|
3137
|
+
Name?: string;
|
|
3138
|
+
|
|
3139
|
+
Description?: string;
|
|
3140
|
+
|
|
3141
|
+
RoutingStrategy?: RoutingStrategy;
|
|
3142
|
+
}
|
|
3143
|
+
export declare namespace UpdateAliasInput {
|
|
3144
|
+
|
|
3145
|
+
const filterSensitiveLog: (obj: UpdateAliasInput) => any;
|
|
3146
|
+
}
|
|
3147
|
+
|
|
3148
|
+
export interface UpdateAliasOutput {
|
|
3149
|
+
|
|
3150
|
+
Alias?: Alias;
|
|
3151
|
+
}
|
|
3152
|
+
export declare namespace UpdateAliasOutput {
|
|
3153
|
+
|
|
3154
|
+
const filterSensitiveLog: (obj: UpdateAliasOutput) => any;
|
|
3155
|
+
}
|
|
3156
|
+
|
|
3157
|
+
export interface UpdateBuildInput {
|
|
3158
|
+
|
|
3159
|
+
BuildId: string | undefined;
|
|
3160
|
+
|
|
3161
|
+
Name?: string;
|
|
3162
|
+
|
|
3163
|
+
Version?: string;
|
|
3164
|
+
}
|
|
3165
|
+
export declare namespace UpdateBuildInput {
|
|
3166
|
+
|
|
3167
|
+
const filterSensitiveLog: (obj: UpdateBuildInput) => any;
|
|
3168
|
+
}
|
|
3169
|
+
|
|
3170
|
+
export interface UpdateBuildOutput {
|
|
3171
|
+
|
|
3172
|
+
Build?: Build;
|
|
3173
|
+
}
|
|
3174
|
+
export declare namespace UpdateBuildOutput {
|
|
3175
|
+
|
|
3176
|
+
const filterSensitiveLog: (obj: UpdateBuildOutput) => any;
|
|
3177
|
+
}
|
|
3178
|
+
|
|
3179
|
+
export interface UpdateFleetAttributesInput {
|
|
3180
|
+
|
|
3181
|
+
FleetId: string | undefined;
|
|
3182
|
+
|
|
3183
|
+
Name?: string;
|
|
3184
|
+
|
|
3185
|
+
Description?: string;
|
|
3186
|
+
|
|
3187
|
+
NewGameSessionProtectionPolicy?: ProtectionPolicy | string;
|
|
3188
|
+
|
|
3189
|
+
ResourceCreationLimitPolicy?: ResourceCreationLimitPolicy;
|
|
3190
|
+
|
|
3191
|
+
MetricGroups?: string[];
|
|
3192
|
+
}
|
|
3193
|
+
export declare namespace UpdateFleetAttributesInput {
|
|
3194
|
+
|
|
3195
|
+
const filterSensitiveLog: (obj: UpdateFleetAttributesInput) => any;
|
|
3196
|
+
}
|
|
3197
|
+
|
|
3198
|
+
export interface UpdateFleetAttributesOutput {
|
|
3199
|
+
|
|
3200
|
+
FleetId?: string;
|
|
3201
|
+
}
|
|
3202
|
+
export declare namespace UpdateFleetAttributesOutput {
|
|
3203
|
+
|
|
3204
|
+
const filterSensitiveLog: (obj: UpdateFleetAttributesOutput) => any;
|
|
3205
|
+
}
|
|
3206
|
+
|
|
3207
|
+
export interface UpdateFleetCapacityInput {
|
|
3208
|
+
|
|
3209
|
+
FleetId: string | undefined;
|
|
3210
|
+
|
|
3211
|
+
DesiredInstances?: number;
|
|
3212
|
+
|
|
3213
|
+
MinSize?: number;
|
|
3214
|
+
|
|
3215
|
+
MaxSize?: number;
|
|
3216
|
+
|
|
3217
|
+
Location?: string;
|
|
3218
|
+
}
|
|
3219
|
+
export declare namespace UpdateFleetCapacityInput {
|
|
3220
|
+
|
|
3221
|
+
const filterSensitiveLog: (obj: UpdateFleetCapacityInput) => any;
|
|
3222
|
+
}
|
|
3223
|
+
|
|
3224
|
+
export interface UpdateFleetCapacityOutput {
|
|
3225
|
+
|
|
3226
|
+
FleetId?: string;
|
|
3227
|
+
|
|
3228
|
+
FleetArn?: string;
|
|
3229
|
+
|
|
3230
|
+
Location?: string;
|
|
3231
|
+
}
|
|
3232
|
+
export declare namespace UpdateFleetCapacityOutput {
|
|
3233
|
+
|
|
3234
|
+
const filterSensitiveLog: (obj: UpdateFleetCapacityOutput) => any;
|
|
3235
|
+
}
|
|
3236
|
+
|
|
3237
|
+
export interface UpdateFleetPortSettingsInput {
|
|
3238
|
+
|
|
3239
|
+
FleetId: string | undefined;
|
|
3240
|
+
|
|
3241
|
+
InboundPermissionAuthorizations?: IpPermission[];
|
|
3242
|
+
|
|
3243
|
+
InboundPermissionRevocations?: IpPermission[];
|
|
3244
|
+
}
|
|
3245
|
+
export declare namespace UpdateFleetPortSettingsInput {
|
|
3246
|
+
|
|
3247
|
+
const filterSensitiveLog: (obj: UpdateFleetPortSettingsInput) => any;
|
|
3248
|
+
}
|
|
3249
|
+
|
|
3250
|
+
export interface UpdateFleetPortSettingsOutput {
|
|
3251
|
+
|
|
3252
|
+
FleetId?: string;
|
|
3253
|
+
}
|
|
3254
|
+
export declare namespace UpdateFleetPortSettingsOutput {
|
|
3255
|
+
|
|
3256
|
+
const filterSensitiveLog: (obj: UpdateFleetPortSettingsOutput) => any;
|
|
3257
|
+
}
|
|
3258
|
+
export declare enum GameServerHealthCheck {
|
|
3259
|
+
HEALTHY = "HEALTHY"
|
|
3260
|
+
}
|
|
3261
|
+
export interface UpdateGameServerInput {
|
|
3262
|
+
|
|
3263
|
+
GameServerGroupName: string | undefined;
|
|
3264
|
+
|
|
3265
|
+
GameServerId: string | undefined;
|
|
3266
|
+
|
|
3267
|
+
GameServerData?: string;
|
|
3268
|
+
|
|
3269
|
+
UtilizationStatus?: GameServerUtilizationStatus | string;
|
|
3270
|
+
|
|
3271
|
+
HealthCheck?: GameServerHealthCheck | string;
|
|
3272
|
+
}
|
|
3273
|
+
export declare namespace UpdateGameServerInput {
|
|
3274
|
+
|
|
3275
|
+
const filterSensitiveLog: (obj: UpdateGameServerInput) => any;
|
|
3276
|
+
}
|
|
3277
|
+
export interface UpdateGameServerOutput {
|
|
3278
|
+
|
|
3279
|
+
GameServer?: GameServer;
|
|
3280
|
+
}
|
|
3281
|
+
export declare namespace UpdateGameServerOutput {
|
|
3282
|
+
|
|
3283
|
+
const filterSensitiveLog: (obj: UpdateGameServerOutput) => any;
|
|
3284
|
+
}
|
|
3285
|
+
export interface UpdateGameServerGroupInput {
|
|
3286
|
+
|
|
3287
|
+
GameServerGroupName: string | undefined;
|
|
3288
|
+
|
|
3289
|
+
RoleArn?: string;
|
|
3290
|
+
|
|
3291
|
+
InstanceDefinitions?: InstanceDefinition[];
|
|
3292
|
+
|
|
3293
|
+
GameServerProtectionPolicy?: GameServerProtectionPolicy | string;
|
|
3294
|
+
|
|
3295
|
+
BalancingStrategy?: BalancingStrategy | string;
|
|
3296
|
+
}
|
|
3297
|
+
export declare namespace UpdateGameServerGroupInput {
|
|
3298
|
+
|
|
3299
|
+
const filterSensitiveLog: (obj: UpdateGameServerGroupInput) => any;
|
|
3300
|
+
}
|
|
3301
|
+
export interface UpdateGameServerGroupOutput {
|
|
3302
|
+
|
|
3303
|
+
GameServerGroup?: GameServerGroup;
|
|
3304
|
+
}
|
|
3305
|
+
export declare namespace UpdateGameServerGroupOutput {
|
|
3306
|
+
|
|
3307
|
+
const filterSensitiveLog: (obj: UpdateGameServerGroupOutput) => any;
|
|
3308
|
+
}
|
|
3309
|
+
|
|
3310
|
+
export interface UpdateGameSessionInput {
|
|
3311
|
+
|
|
3312
|
+
GameSessionId: string | undefined;
|
|
3313
|
+
|
|
3314
|
+
MaximumPlayerSessionCount?: number;
|
|
3315
|
+
|
|
3316
|
+
Name?: string;
|
|
3317
|
+
|
|
3318
|
+
PlayerSessionCreationPolicy?: PlayerSessionCreationPolicy | string;
|
|
3319
|
+
|
|
3320
|
+
ProtectionPolicy?: ProtectionPolicy | string;
|
|
3321
|
+
}
|
|
3322
|
+
export declare namespace UpdateGameSessionInput {
|
|
3323
|
+
|
|
3324
|
+
const filterSensitiveLog: (obj: UpdateGameSessionInput) => any;
|
|
3325
|
+
}
|
|
3326
|
+
|
|
3327
|
+
export interface UpdateGameSessionOutput {
|
|
3328
|
+
|
|
3329
|
+
GameSession?: GameSession;
|
|
3330
|
+
}
|
|
3331
|
+
export declare namespace UpdateGameSessionOutput {
|
|
3332
|
+
|
|
3333
|
+
const filterSensitiveLog: (obj: UpdateGameSessionOutput) => any;
|
|
3334
|
+
}
|
|
3335
|
+
|
|
3336
|
+
export interface UpdateGameSessionQueueInput {
|
|
3337
|
+
|
|
3338
|
+
Name: string | undefined;
|
|
3339
|
+
|
|
3340
|
+
TimeoutInSeconds?: number;
|
|
3341
|
+
|
|
3342
|
+
PlayerLatencyPolicies?: PlayerLatencyPolicy[];
|
|
3343
|
+
|
|
3344
|
+
Destinations?: GameSessionQueueDestination[];
|
|
3345
|
+
|
|
3346
|
+
FilterConfiguration?: FilterConfiguration;
|
|
3347
|
+
|
|
3348
|
+
PriorityConfiguration?: PriorityConfiguration;
|
|
3349
|
+
|
|
3350
|
+
CustomEventData?: string;
|
|
3351
|
+
|
|
3352
|
+
NotificationTarget?: string;
|
|
3353
|
+
}
|
|
3354
|
+
export declare namespace UpdateGameSessionQueueInput {
|
|
3355
|
+
|
|
3356
|
+
const filterSensitiveLog: (obj: UpdateGameSessionQueueInput) => any;
|
|
3357
|
+
}
|
|
3358
|
+
|
|
3359
|
+
export interface UpdateGameSessionQueueOutput {
|
|
3360
|
+
|
|
3361
|
+
GameSessionQueue?: GameSessionQueue;
|
|
3362
|
+
}
|
|
3363
|
+
export declare namespace UpdateGameSessionQueueOutput {
|
|
3364
|
+
|
|
3365
|
+
const filterSensitiveLog: (obj: UpdateGameSessionQueueOutput) => any;
|
|
3366
|
+
}
|
|
3367
|
+
|
|
3368
|
+
export interface UpdateMatchmakingConfigurationInput {
|
|
3369
|
+
|
|
3370
|
+
Name: string | undefined;
|
|
3371
|
+
|
|
3372
|
+
Description?: string;
|
|
3373
|
+
|
|
3374
|
+
GameSessionQueueArns?: string[];
|
|
3375
|
+
|
|
3376
|
+
RequestTimeoutSeconds?: number;
|
|
3377
|
+
|
|
3378
|
+
AcceptanceTimeoutSeconds?: number;
|
|
3379
|
+
|
|
3380
|
+
AcceptanceRequired?: boolean;
|
|
3381
|
+
|
|
3382
|
+
RuleSetName?: string;
|
|
3383
|
+
|
|
3384
|
+
NotificationTarget?: string;
|
|
3385
|
+
|
|
3386
|
+
AdditionalPlayerCount?: number;
|
|
3387
|
+
|
|
3388
|
+
CustomEventData?: string;
|
|
3389
|
+
|
|
3390
|
+
GameProperties?: GameProperty[];
|
|
3391
|
+
|
|
3392
|
+
GameSessionData?: string;
|
|
3393
|
+
|
|
3394
|
+
BackfillMode?: BackfillMode | string;
|
|
3395
|
+
|
|
3396
|
+
FlexMatchMode?: FlexMatchMode | string;
|
|
3397
|
+
}
|
|
3398
|
+
export declare namespace UpdateMatchmakingConfigurationInput {
|
|
3399
|
+
|
|
3400
|
+
const filterSensitiveLog: (obj: UpdateMatchmakingConfigurationInput) => any;
|
|
3401
|
+
}
|
|
3402
|
+
|
|
3403
|
+
export interface UpdateMatchmakingConfigurationOutput {
|
|
3404
|
+
|
|
3405
|
+
Configuration?: MatchmakingConfiguration;
|
|
3406
|
+
}
|
|
3407
|
+
export declare namespace UpdateMatchmakingConfigurationOutput {
|
|
3408
|
+
|
|
3409
|
+
const filterSensitiveLog: (obj: UpdateMatchmakingConfigurationOutput) => any;
|
|
3410
|
+
}
|
|
3411
|
+
|
|
3412
|
+
export interface UpdateRuntimeConfigurationInput {
|
|
3413
|
+
|
|
3414
|
+
FleetId: string | undefined;
|
|
3415
|
+
|
|
3416
|
+
RuntimeConfiguration: RuntimeConfiguration | undefined;
|
|
3417
|
+
}
|
|
3418
|
+
export declare namespace UpdateRuntimeConfigurationInput {
|
|
3419
|
+
|
|
3420
|
+
const filterSensitiveLog: (obj: UpdateRuntimeConfigurationInput) => any;
|
|
3421
|
+
}
|
|
3422
|
+
|
|
3423
|
+
export interface UpdateRuntimeConfigurationOutput {
|
|
3424
|
+
|
|
3425
|
+
RuntimeConfiguration?: RuntimeConfiguration;
|
|
3426
|
+
}
|
|
3427
|
+
export declare namespace UpdateRuntimeConfigurationOutput {
|
|
3428
|
+
|
|
3429
|
+
const filterSensitiveLog: (obj: UpdateRuntimeConfigurationOutput) => any;
|
|
3430
|
+
}
|
|
3431
|
+
export interface UpdateScriptInput {
|
|
3432
|
+
|
|
3433
|
+
ScriptId: string | undefined;
|
|
3434
|
+
|
|
3435
|
+
Name?: string;
|
|
3436
|
+
|
|
3437
|
+
Version?: string;
|
|
3438
|
+
|
|
3439
|
+
StorageLocation?: S3Location;
|
|
3440
|
+
|
|
3441
|
+
ZipFile?: Uint8Array;
|
|
3442
|
+
}
|
|
3443
|
+
export declare namespace UpdateScriptInput {
|
|
3444
|
+
|
|
3445
|
+
const filterSensitiveLog: (obj: UpdateScriptInput) => any;
|
|
3446
|
+
}
|
|
3447
|
+
export interface UpdateScriptOutput {
|
|
3448
|
+
|
|
3449
|
+
Script?: Script;
|
|
3450
|
+
}
|
|
3451
|
+
export declare namespace UpdateScriptOutput {
|
|
3452
|
+
|
|
3453
|
+
const filterSensitiveLog: (obj: UpdateScriptOutput) => any;
|
|
3454
|
+
}
|
|
3455
|
+
|
|
3456
|
+
export interface ValidateMatchmakingRuleSetInput {
|
|
3457
|
+
|
|
3458
|
+
RuleSetBody: string | undefined;
|
|
3459
|
+
}
|
|
3460
|
+
export declare namespace ValidateMatchmakingRuleSetInput {
|
|
3461
|
+
|
|
3462
|
+
const filterSensitiveLog: (obj: ValidateMatchmakingRuleSetInput) => any;
|
|
3463
|
+
}
|
|
3464
|
+
|
|
3465
|
+
export interface ValidateMatchmakingRuleSetOutput {
|
|
3466
|
+
|
|
3467
|
+
Valid?: boolean;
|
|
3468
|
+
}
|
|
3469
|
+
export declare namespace ValidateMatchmakingRuleSetOutput {
|
|
3470
|
+
|
|
3471
|
+
const filterSensitiveLog: (obj: ValidateMatchmakingRuleSetOutput) => any;
|
|
3472
|
+
}
|