@aws-sdk/client-gamelift 3.934.0 → 3.936.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1063 -1063
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +953 -0
- package/dist-es/models/errors.js +225 -0
- package/dist-es/models/models_0.js +1 -1163
- package/dist-es/models/models_1.js +1 -15
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/ListComputeCommand.d.ts +1 -1
- package/dist-types/commands/ListContainerFleetsCommand.d.ts +1 -1
- package/dist-types/commands/ListContainerGroupDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListContainerGroupDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListFleetDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/ListFleetsCommand.d.ts +1 -1
- package/dist-types/commands/ListGameServerGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListGameServersCommand.d.ts +1 -1
- package/dist-types/commands/ListLocationsCommand.d.ts +1 -1
- package/dist-types/commands/ListScriptsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +1 -1
- package/dist-types/commands/RegisterComputeCommand.d.ts +1 -1
- package/dist-types/commands/RegisterGameServerCommand.d.ts +1 -1
- package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/ResolveAliasCommand.d.ts +1 -1
- package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +1 -1
- package/dist-types/commands/SearchGameSessionsCommand.d.ts +1 -1
- package/dist-types/commands/StartFleetActionsCommand.d.ts +1 -1
- package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +1 -1
- package/dist-types/commands/StartMatchBackfillCommand.d.ts +1 -1
- package/dist-types/commands/StartMatchmakingCommand.d.ts +1 -1
- package/dist-types/commands/StopFleetActionsCommand.d.ts +1 -1
- package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +1 -1
- package/dist-types/commands/StopMatchmakingCommand.d.ts +1 -1
- package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TerminateGameSessionCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBuildCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContainerFleetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContainerGroupDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +1 -1
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +1433 -0
- package/dist-types/models/errors.d.ts +233 -0
- package/dist-types/models/models_0.d.ts +1747 -1613
- package/dist-types/models/models_1.d.ts +2 -1800
- package/dist-types/ts3.4/commands/ListComputeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContainerFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContainerGroupDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContainerGroupDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFleetDeploymentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGameServersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListScriptsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterComputeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterGameServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResolveAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateGameSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContainerFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContainerGroupDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +1059 -0
- package/dist-types/ts3.4/models/errors.d.ts +133 -0
- package/dist-types/ts3.4/models/models_0.d.ts +398 -1170
- package/dist-types/ts3.4/models/models_1.d.ts +8 -400
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/index.d.ts +0 -2
|
@@ -1,421 +1,29 @@
|
|
|
1
1
|
import {
|
|
2
|
-
Alias,
|
|
3
|
-
AnywhereConfiguration,
|
|
4
|
-
AwsCredentials,
|
|
5
2
|
BackfillMode,
|
|
6
3
|
BalancingStrategy,
|
|
7
|
-
Build,
|
|
8
|
-
ComparisonOperatorType,
|
|
9
|
-
Compute,
|
|
10
|
-
ConnectionPortRange,
|
|
11
|
-
ContainerFleet,
|
|
12
|
-
ContainerFleetRemoveAttribute,
|
|
13
|
-
ContainerGroupDefinition,
|
|
14
|
-
ContainerGroupType,
|
|
15
|
-
ContainerOperatingSystem,
|
|
16
|
-
DeploymentConfiguration,
|
|
17
|
-
DesiredPlayerSession,
|
|
18
|
-
FilterConfiguration,
|
|
19
|
-
FleetAction,
|
|
20
|
-
FleetDeployment,
|
|
21
4
|
FlexMatchMode,
|
|
5
|
+
GameServerHealthCheck,
|
|
6
|
+
GameServerProtectionPolicy,
|
|
7
|
+
GameServerUtilizationStatus,
|
|
8
|
+
PlayerSessionCreationPolicy,
|
|
9
|
+
ProtectionPolicy,
|
|
10
|
+
} from "./enums";
|
|
11
|
+
import {
|
|
12
|
+
FilterConfiguration,
|
|
22
13
|
GameProperty,
|
|
23
14
|
GameServer,
|
|
24
|
-
GameServerContainerDefinitionInput,
|
|
25
15
|
GameServerGroup,
|
|
26
|
-
GameServerGroupAction,
|
|
27
|
-
GameServerProtectionPolicy,
|
|
28
|
-
GameServerUtilizationStatus,
|
|
29
16
|
GameSession,
|
|
30
|
-
GameSessionCreationLimitPolicy,
|
|
31
|
-
GameSessionPlacement,
|
|
32
17
|
GameSessionQueue,
|
|
33
18
|
GameSessionQueueDestination,
|
|
34
19
|
InstanceDefinition,
|
|
35
|
-
IpPermission,
|
|
36
|
-
ListComputeInputStatus,
|
|
37
|
-
LocationModel,
|
|
38
|
-
LogConfiguration,
|
|
39
20
|
MatchmakingConfiguration,
|
|
40
|
-
MatchmakingTicket,
|
|
41
|
-
MetricName,
|
|
42
|
-
Player,
|
|
43
|
-
PlayerLatency,
|
|
44
21
|
PlayerLatencyPolicy,
|
|
45
|
-
PlayerSessionCreationPolicy,
|
|
46
|
-
PolicyType,
|
|
47
22
|
PriorityConfiguration,
|
|
48
|
-
PriorityConfigurationOverride,
|
|
49
|
-
ProtectionPolicy,
|
|
50
|
-
ResourceCreationLimitPolicy,
|
|
51
|
-
RoutingStrategy,
|
|
52
23
|
RuntimeConfiguration,
|
|
53
24
|
S3Location,
|
|
54
|
-
ScalingAdjustmentType,
|
|
55
25
|
Script,
|
|
56
|
-
SupportContainerDefinitionInput,
|
|
57
|
-
Tag,
|
|
58
|
-
TargetConfiguration,
|
|
59
26
|
} from "./models_0";
|
|
60
|
-
export interface ListComputeInput {
|
|
61
|
-
FleetId: string | undefined;
|
|
62
|
-
Location?: string | undefined;
|
|
63
|
-
ContainerGroupDefinitionName?: string | undefined;
|
|
64
|
-
ComputeStatus?: ListComputeInputStatus | undefined;
|
|
65
|
-
Limit?: number | undefined;
|
|
66
|
-
NextToken?: string | undefined;
|
|
67
|
-
}
|
|
68
|
-
export interface ListComputeOutput {
|
|
69
|
-
ComputeList?: Compute[] | undefined;
|
|
70
|
-
NextToken?: string | undefined;
|
|
71
|
-
}
|
|
72
|
-
export interface ListContainerFleetsInput {
|
|
73
|
-
ContainerGroupDefinitionName?: string | undefined;
|
|
74
|
-
Limit?: number | undefined;
|
|
75
|
-
NextToken?: string | undefined;
|
|
76
|
-
}
|
|
77
|
-
export interface ListContainerFleetsOutput {
|
|
78
|
-
ContainerFleets?: ContainerFleet[] | undefined;
|
|
79
|
-
NextToken?: string | undefined;
|
|
80
|
-
}
|
|
81
|
-
export interface ListContainerGroupDefinitionsInput {
|
|
82
|
-
ContainerGroupType?: ContainerGroupType | undefined;
|
|
83
|
-
Limit?: number | undefined;
|
|
84
|
-
NextToken?: string | undefined;
|
|
85
|
-
}
|
|
86
|
-
export interface ListContainerGroupDefinitionsOutput {
|
|
87
|
-
ContainerGroupDefinitions?: ContainerGroupDefinition[] | undefined;
|
|
88
|
-
NextToken?: string | undefined;
|
|
89
|
-
}
|
|
90
|
-
export interface ListContainerGroupDefinitionVersionsInput {
|
|
91
|
-
Name: string | undefined;
|
|
92
|
-
Limit?: number | undefined;
|
|
93
|
-
NextToken?: string | undefined;
|
|
94
|
-
}
|
|
95
|
-
export interface ListContainerGroupDefinitionVersionsOutput {
|
|
96
|
-
ContainerGroupDefinitions?: ContainerGroupDefinition[] | undefined;
|
|
97
|
-
NextToken?: string | undefined;
|
|
98
|
-
}
|
|
99
|
-
export interface ListFleetDeploymentsInput {
|
|
100
|
-
FleetId?: string | undefined;
|
|
101
|
-
Limit?: number | undefined;
|
|
102
|
-
NextToken?: string | undefined;
|
|
103
|
-
}
|
|
104
|
-
export interface ListFleetDeploymentsOutput {
|
|
105
|
-
FleetDeployments?: FleetDeployment[] | undefined;
|
|
106
|
-
NextToken?: string | undefined;
|
|
107
|
-
}
|
|
108
|
-
export interface ListFleetsInput {
|
|
109
|
-
BuildId?: string | undefined;
|
|
110
|
-
ScriptId?: string | undefined;
|
|
111
|
-
Limit?: number | undefined;
|
|
112
|
-
NextToken?: string | undefined;
|
|
113
|
-
}
|
|
114
|
-
export interface ListFleetsOutput {
|
|
115
|
-
FleetIds?: string[] | undefined;
|
|
116
|
-
NextToken?: string | undefined;
|
|
117
|
-
}
|
|
118
|
-
export interface ListGameServerGroupsInput {
|
|
119
|
-
Limit?: number | undefined;
|
|
120
|
-
NextToken?: string | undefined;
|
|
121
|
-
}
|
|
122
|
-
export interface ListGameServerGroupsOutput {
|
|
123
|
-
GameServerGroups?: GameServerGroup[] | undefined;
|
|
124
|
-
NextToken?: string | undefined;
|
|
125
|
-
}
|
|
126
|
-
export declare const SortOrder: {
|
|
127
|
-
readonly ASCENDING: "ASCENDING";
|
|
128
|
-
readonly DESCENDING: "DESCENDING";
|
|
129
|
-
};
|
|
130
|
-
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
131
|
-
export interface ListGameServersInput {
|
|
132
|
-
GameServerGroupName: string | undefined;
|
|
133
|
-
SortOrder?: SortOrder | undefined;
|
|
134
|
-
Limit?: number | undefined;
|
|
135
|
-
NextToken?: string | undefined;
|
|
136
|
-
}
|
|
137
|
-
export interface ListGameServersOutput {
|
|
138
|
-
GameServers?: GameServer[] | undefined;
|
|
139
|
-
NextToken?: string | undefined;
|
|
140
|
-
}
|
|
141
|
-
export declare const LocationFilter: {
|
|
142
|
-
readonly AWS: "AWS";
|
|
143
|
-
readonly CUSTOM: "CUSTOM";
|
|
144
|
-
};
|
|
145
|
-
export type LocationFilter =
|
|
146
|
-
(typeof LocationFilter)[keyof typeof LocationFilter];
|
|
147
|
-
export interface ListLocationsInput {
|
|
148
|
-
Filters?: LocationFilter[] | undefined;
|
|
149
|
-
Limit?: number | undefined;
|
|
150
|
-
NextToken?: string | undefined;
|
|
151
|
-
}
|
|
152
|
-
export interface ListLocationsOutput {
|
|
153
|
-
Locations?: LocationModel[] | undefined;
|
|
154
|
-
NextToken?: string | undefined;
|
|
155
|
-
}
|
|
156
|
-
export interface ListScriptsInput {
|
|
157
|
-
Limit?: number | undefined;
|
|
158
|
-
NextToken?: string | undefined;
|
|
159
|
-
}
|
|
160
|
-
export interface ListScriptsOutput {
|
|
161
|
-
Scripts?: Script[] | undefined;
|
|
162
|
-
NextToken?: string | undefined;
|
|
163
|
-
}
|
|
164
|
-
export interface ListTagsForResourceRequest {
|
|
165
|
-
ResourceARN: string | undefined;
|
|
166
|
-
}
|
|
167
|
-
export interface ListTagsForResourceResponse {
|
|
168
|
-
Tags?: Tag[] | undefined;
|
|
169
|
-
}
|
|
170
|
-
export interface PutScalingPolicyInput {
|
|
171
|
-
Name: string | undefined;
|
|
172
|
-
FleetId: string | undefined;
|
|
173
|
-
ScalingAdjustment?: number | undefined;
|
|
174
|
-
ScalingAdjustmentType?: ScalingAdjustmentType | undefined;
|
|
175
|
-
Threshold?: number | undefined;
|
|
176
|
-
ComparisonOperator?: ComparisonOperatorType | undefined;
|
|
177
|
-
EvaluationPeriods?: number | undefined;
|
|
178
|
-
MetricName: MetricName | undefined;
|
|
179
|
-
PolicyType?: PolicyType | undefined;
|
|
180
|
-
TargetConfiguration?: TargetConfiguration | undefined;
|
|
181
|
-
}
|
|
182
|
-
export interface PutScalingPolicyOutput {
|
|
183
|
-
Name?: string | undefined;
|
|
184
|
-
}
|
|
185
|
-
export interface RegisterComputeInput {
|
|
186
|
-
FleetId: string | undefined;
|
|
187
|
-
ComputeName: string | undefined;
|
|
188
|
-
CertificatePath?: string | undefined;
|
|
189
|
-
DnsName?: string | undefined;
|
|
190
|
-
IpAddress?: string | undefined;
|
|
191
|
-
Location?: string | undefined;
|
|
192
|
-
}
|
|
193
|
-
export interface RegisterComputeOutput {
|
|
194
|
-
Compute?: Compute | undefined;
|
|
195
|
-
}
|
|
196
|
-
export interface RegisterGameServerInput {
|
|
197
|
-
GameServerGroupName: string | undefined;
|
|
198
|
-
GameServerId: string | undefined;
|
|
199
|
-
InstanceId: string | undefined;
|
|
200
|
-
ConnectionInfo?: string | undefined;
|
|
201
|
-
GameServerData?: string | undefined;
|
|
202
|
-
}
|
|
203
|
-
export interface RegisterGameServerOutput {
|
|
204
|
-
GameServer?: GameServer | undefined;
|
|
205
|
-
}
|
|
206
|
-
export interface RequestUploadCredentialsInput {
|
|
207
|
-
BuildId: string | undefined;
|
|
208
|
-
}
|
|
209
|
-
export interface RequestUploadCredentialsOutput {
|
|
210
|
-
UploadCredentials?: AwsCredentials | undefined;
|
|
211
|
-
StorageLocation?: S3Location | undefined;
|
|
212
|
-
}
|
|
213
|
-
export interface ResolveAliasInput {
|
|
214
|
-
AliasId: string | undefined;
|
|
215
|
-
}
|
|
216
|
-
export interface ResolveAliasOutput {
|
|
217
|
-
FleetId?: string | undefined;
|
|
218
|
-
FleetArn?: string | undefined;
|
|
219
|
-
}
|
|
220
|
-
export interface ResumeGameServerGroupInput {
|
|
221
|
-
GameServerGroupName: string | undefined;
|
|
222
|
-
ResumeActions: GameServerGroupAction[] | undefined;
|
|
223
|
-
}
|
|
224
|
-
export interface ResumeGameServerGroupOutput {
|
|
225
|
-
GameServerGroup?: GameServerGroup | undefined;
|
|
226
|
-
}
|
|
227
|
-
export interface SearchGameSessionsInput {
|
|
228
|
-
FleetId?: string | undefined;
|
|
229
|
-
AliasId?: string | undefined;
|
|
230
|
-
Location?: string | undefined;
|
|
231
|
-
FilterExpression?: string | undefined;
|
|
232
|
-
SortExpression?: string | undefined;
|
|
233
|
-
Limit?: number | undefined;
|
|
234
|
-
NextToken?: string | undefined;
|
|
235
|
-
}
|
|
236
|
-
export interface SearchGameSessionsOutput {
|
|
237
|
-
GameSessions?: GameSession[] | undefined;
|
|
238
|
-
NextToken?: string | undefined;
|
|
239
|
-
}
|
|
240
|
-
export interface StartFleetActionsInput {
|
|
241
|
-
FleetId: string | undefined;
|
|
242
|
-
Actions: FleetAction[] | undefined;
|
|
243
|
-
Location?: string | undefined;
|
|
244
|
-
}
|
|
245
|
-
export interface StartFleetActionsOutput {
|
|
246
|
-
FleetId?: string | undefined;
|
|
247
|
-
FleetArn?: string | undefined;
|
|
248
|
-
}
|
|
249
|
-
export interface StartGameSessionPlacementInput {
|
|
250
|
-
PlacementId: string | undefined;
|
|
251
|
-
GameSessionQueueName: string | undefined;
|
|
252
|
-
GameProperties?: GameProperty[] | undefined;
|
|
253
|
-
MaximumPlayerSessionCount: number | undefined;
|
|
254
|
-
GameSessionName?: string | undefined;
|
|
255
|
-
PlayerLatencies?: PlayerLatency[] | undefined;
|
|
256
|
-
DesiredPlayerSessions?: DesiredPlayerSession[] | undefined;
|
|
257
|
-
GameSessionData?: string | undefined;
|
|
258
|
-
PriorityConfigurationOverride?: PriorityConfigurationOverride | undefined;
|
|
259
|
-
}
|
|
260
|
-
export interface StartGameSessionPlacementOutput {
|
|
261
|
-
GameSessionPlacement?: GameSessionPlacement | undefined;
|
|
262
|
-
}
|
|
263
|
-
export interface StartMatchBackfillInput {
|
|
264
|
-
TicketId?: string | undefined;
|
|
265
|
-
ConfigurationName: string | undefined;
|
|
266
|
-
GameSessionArn?: string | undefined;
|
|
267
|
-
Players: Player[] | undefined;
|
|
268
|
-
}
|
|
269
|
-
export interface StartMatchBackfillOutput {
|
|
270
|
-
MatchmakingTicket?: MatchmakingTicket | undefined;
|
|
271
|
-
}
|
|
272
|
-
export interface StartMatchmakingInput {
|
|
273
|
-
TicketId?: string | undefined;
|
|
274
|
-
ConfigurationName: string | undefined;
|
|
275
|
-
Players: Player[] | undefined;
|
|
276
|
-
}
|
|
277
|
-
export interface StartMatchmakingOutput {
|
|
278
|
-
MatchmakingTicket?: MatchmakingTicket | undefined;
|
|
279
|
-
}
|
|
280
|
-
export interface StopFleetActionsInput {
|
|
281
|
-
FleetId: string | undefined;
|
|
282
|
-
Actions: FleetAction[] | undefined;
|
|
283
|
-
Location?: string | undefined;
|
|
284
|
-
}
|
|
285
|
-
export interface StopFleetActionsOutput {
|
|
286
|
-
FleetId?: string | undefined;
|
|
287
|
-
FleetArn?: string | undefined;
|
|
288
|
-
}
|
|
289
|
-
export interface StopGameSessionPlacementInput {
|
|
290
|
-
PlacementId: string | undefined;
|
|
291
|
-
}
|
|
292
|
-
export interface StopGameSessionPlacementOutput {
|
|
293
|
-
GameSessionPlacement?: GameSessionPlacement | undefined;
|
|
294
|
-
}
|
|
295
|
-
export interface StopMatchmakingInput {
|
|
296
|
-
TicketId: string | undefined;
|
|
297
|
-
}
|
|
298
|
-
export interface StopMatchmakingOutput {}
|
|
299
|
-
export interface SuspendGameServerGroupInput {
|
|
300
|
-
GameServerGroupName: string | undefined;
|
|
301
|
-
SuspendActions: GameServerGroupAction[] | undefined;
|
|
302
|
-
}
|
|
303
|
-
export interface SuspendGameServerGroupOutput {
|
|
304
|
-
GameServerGroup?: GameServerGroup | undefined;
|
|
305
|
-
}
|
|
306
|
-
export interface TagResourceRequest {
|
|
307
|
-
ResourceARN: string | undefined;
|
|
308
|
-
Tags: Tag[] | undefined;
|
|
309
|
-
}
|
|
310
|
-
export interface TagResourceResponse {}
|
|
311
|
-
export declare const TerminationMode: {
|
|
312
|
-
readonly FORCE_TERMINATE: "FORCE_TERMINATE";
|
|
313
|
-
readonly TRIGGER_ON_PROCESS_TERMINATE: "TRIGGER_ON_PROCESS_TERMINATE";
|
|
314
|
-
};
|
|
315
|
-
export type TerminationMode =
|
|
316
|
-
(typeof TerminationMode)[keyof typeof TerminationMode];
|
|
317
|
-
export interface TerminateGameSessionInput {
|
|
318
|
-
GameSessionId: string | undefined;
|
|
319
|
-
TerminationMode: TerminationMode | undefined;
|
|
320
|
-
}
|
|
321
|
-
export interface TerminateGameSessionOutput {
|
|
322
|
-
GameSession?: GameSession | undefined;
|
|
323
|
-
}
|
|
324
|
-
export interface UntagResourceRequest {
|
|
325
|
-
ResourceARN: string | undefined;
|
|
326
|
-
TagKeys: string[] | undefined;
|
|
327
|
-
}
|
|
328
|
-
export interface UntagResourceResponse {}
|
|
329
|
-
export interface UpdateAliasInput {
|
|
330
|
-
AliasId: string | undefined;
|
|
331
|
-
Name?: string | undefined;
|
|
332
|
-
Description?: string | undefined;
|
|
333
|
-
RoutingStrategy?: RoutingStrategy | undefined;
|
|
334
|
-
}
|
|
335
|
-
export interface UpdateAliasOutput {
|
|
336
|
-
Alias?: Alias | undefined;
|
|
337
|
-
}
|
|
338
|
-
export interface UpdateBuildInput {
|
|
339
|
-
BuildId: string | undefined;
|
|
340
|
-
Name?: string | undefined;
|
|
341
|
-
Version?: string | undefined;
|
|
342
|
-
}
|
|
343
|
-
export interface UpdateBuildOutput {
|
|
344
|
-
Build?: Build | undefined;
|
|
345
|
-
}
|
|
346
|
-
export interface UpdateContainerFleetInput {
|
|
347
|
-
FleetId: string | undefined;
|
|
348
|
-
GameServerContainerGroupDefinitionName?: string | undefined;
|
|
349
|
-
PerInstanceContainerGroupDefinitionName?: string | undefined;
|
|
350
|
-
GameServerContainerGroupsPerInstance?: number | undefined;
|
|
351
|
-
InstanceConnectionPortRange?: ConnectionPortRange | undefined;
|
|
352
|
-
InstanceInboundPermissionAuthorizations?: IpPermission[] | undefined;
|
|
353
|
-
InstanceInboundPermissionRevocations?: IpPermission[] | undefined;
|
|
354
|
-
DeploymentConfiguration?: DeploymentConfiguration | undefined;
|
|
355
|
-
Description?: string | undefined;
|
|
356
|
-
MetricGroups?: string[] | undefined;
|
|
357
|
-
NewGameSessionProtectionPolicy?: ProtectionPolicy | undefined;
|
|
358
|
-
GameSessionCreationLimitPolicy?: GameSessionCreationLimitPolicy | undefined;
|
|
359
|
-
LogConfiguration?: LogConfiguration | undefined;
|
|
360
|
-
RemoveAttributes?: ContainerFleetRemoveAttribute[] | undefined;
|
|
361
|
-
}
|
|
362
|
-
export interface UpdateContainerFleetOutput {
|
|
363
|
-
ContainerFleet?: ContainerFleet | undefined;
|
|
364
|
-
}
|
|
365
|
-
export interface UpdateContainerGroupDefinitionInput {
|
|
366
|
-
Name: string | undefined;
|
|
367
|
-
GameServerContainerDefinition?:
|
|
368
|
-
| GameServerContainerDefinitionInput
|
|
369
|
-
| undefined;
|
|
370
|
-
SupportContainerDefinitions?: SupportContainerDefinitionInput[] | undefined;
|
|
371
|
-
TotalMemoryLimitMebibytes?: number | undefined;
|
|
372
|
-
TotalVcpuLimit?: number | undefined;
|
|
373
|
-
VersionDescription?: string | undefined;
|
|
374
|
-
SourceVersionNumber?: number | undefined;
|
|
375
|
-
OperatingSystem?: ContainerOperatingSystem | undefined;
|
|
376
|
-
}
|
|
377
|
-
export interface UpdateContainerGroupDefinitionOutput {
|
|
378
|
-
ContainerGroupDefinition?: ContainerGroupDefinition | undefined;
|
|
379
|
-
}
|
|
380
|
-
export interface UpdateFleetAttributesInput {
|
|
381
|
-
FleetId: string | undefined;
|
|
382
|
-
Name?: string | undefined;
|
|
383
|
-
Description?: string | undefined;
|
|
384
|
-
NewGameSessionProtectionPolicy?: ProtectionPolicy | undefined;
|
|
385
|
-
ResourceCreationLimitPolicy?: ResourceCreationLimitPolicy | undefined;
|
|
386
|
-
MetricGroups?: string[] | undefined;
|
|
387
|
-
AnywhereConfiguration?: AnywhereConfiguration | undefined;
|
|
388
|
-
}
|
|
389
|
-
export interface UpdateFleetAttributesOutput {
|
|
390
|
-
FleetId?: string | undefined;
|
|
391
|
-
FleetArn?: string | undefined;
|
|
392
|
-
}
|
|
393
|
-
export interface UpdateFleetCapacityInput {
|
|
394
|
-
FleetId: string | undefined;
|
|
395
|
-
DesiredInstances?: number | undefined;
|
|
396
|
-
MinSize?: number | undefined;
|
|
397
|
-
MaxSize?: number | undefined;
|
|
398
|
-
Location?: string | undefined;
|
|
399
|
-
}
|
|
400
|
-
export interface UpdateFleetCapacityOutput {
|
|
401
|
-
FleetId?: string | undefined;
|
|
402
|
-
FleetArn?: string | undefined;
|
|
403
|
-
Location?: string | undefined;
|
|
404
|
-
}
|
|
405
|
-
export interface UpdateFleetPortSettingsInput {
|
|
406
|
-
FleetId: string | undefined;
|
|
407
|
-
InboundPermissionAuthorizations?: IpPermission[] | undefined;
|
|
408
|
-
InboundPermissionRevocations?: IpPermission[] | undefined;
|
|
409
|
-
}
|
|
410
|
-
export interface UpdateFleetPortSettingsOutput {
|
|
411
|
-
FleetId?: string | undefined;
|
|
412
|
-
FleetArn?: string | undefined;
|
|
413
|
-
}
|
|
414
|
-
export declare const GameServerHealthCheck: {
|
|
415
|
-
readonly HEALTHY: "HEALTHY";
|
|
416
|
-
};
|
|
417
|
-
export type GameServerHealthCheck =
|
|
418
|
-
(typeof GameServerHealthCheck)[keyof typeof GameServerHealthCheck];
|
|
419
27
|
export interface UpdateGameServerInput {
|
|
420
28
|
GameServerGroupName: string | undefined;
|
|
421
29
|
GameServerId: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-gamelift",
|
|
3
3
|
"description": "AWS SDK for JavaScript Gamelift Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.936.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-gamelift",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.936.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.936.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.936.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
|
+
"@aws-sdk/types": "3.936.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.936.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
35
|
+
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
37
|
"@smithy/hash-node": "^4.2.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
45
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
48
48
|
"@smithy/types": "^4.9.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
57
|
"@smithy/util-retry": "^4.2.5",
|
package/dist-es/models/index.js
DELETED