@aws-sdk/client-gamelift 3.933.0 → 3.935.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 +12 -12
- 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
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { GameLiftServiceException as __BaseException } from "./GameLiftServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
5
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export declare class InternalServiceException extends __BaseException {
|
|
9
|
+
readonly name: "InternalServiceException";
|
|
10
|
+
readonly $fault: "server";
|
|
11
|
+
Message?: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* @internal
|
|
14
|
+
*/
|
|
15
|
+
constructor(opts: __ExceptionOptionType<InternalServiceException, __BaseException>);
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
19
|
+
* values before retrying.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
23
|
+
readonly name: "InvalidRequestException";
|
|
24
|
+
readonly $fault: "client";
|
|
25
|
+
Message?: string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* @internal
|
|
28
|
+
*/
|
|
29
|
+
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
export declare class NotFoundException extends __BaseException {
|
|
36
|
+
readonly name: "NotFoundException";
|
|
37
|
+
readonly $fault: "client";
|
|
38
|
+
Message?: string | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* @internal
|
|
41
|
+
*/
|
|
42
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* <p>The requested operation is not supported in the Region specified.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
export declare class UnsupportedRegionException extends __BaseException {
|
|
49
|
+
readonly name: "UnsupportedRegionException";
|
|
50
|
+
readonly $fault: "client";
|
|
51
|
+
Message?: string | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* @internal
|
|
54
|
+
*/
|
|
55
|
+
constructor(opts: __ExceptionOptionType<UnsupportedRegionException, __BaseException>);
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* <p>The requested operation would cause a conflict with the current state of a service
|
|
59
|
+
* resource associated with the request. Resolve the conflict before retrying this
|
|
60
|
+
* request.</p>
|
|
61
|
+
* <p></p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
export declare class ConflictException extends __BaseException {
|
|
65
|
+
readonly name: "ConflictException";
|
|
66
|
+
readonly $fault: "client";
|
|
67
|
+
Message?: string | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
71
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* <p>The specified game server group has no available game servers to fulfill a
|
|
75
|
+
* <code>ClaimGameServer</code> request. Clients can retry such requests immediately or
|
|
76
|
+
* after a waiting period.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
export declare class OutOfCapacityException extends __BaseException {
|
|
80
|
+
readonly name: "OutOfCapacityException";
|
|
81
|
+
readonly $fault: "client";
|
|
82
|
+
Message?: string | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
86
|
+
constructor(opts: __ExceptionOptionType<OutOfCapacityException, __BaseException>);
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export declare class UnauthorizedException extends __BaseException {
|
|
93
|
+
readonly name: "UnauthorizedException";
|
|
94
|
+
readonly $fault: "client";
|
|
95
|
+
Message?: string | undefined;
|
|
96
|
+
/**
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
99
|
+
constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* <p>The requested operation would cause the resource to exceed the allowed service limit.
|
|
103
|
+
* Resolve the issue before retrying.</p>
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
export declare class LimitExceededException extends __BaseException {
|
|
107
|
+
readonly name: "LimitExceededException";
|
|
108
|
+
readonly $fault: "client";
|
|
109
|
+
Message?: string | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* @internal
|
|
112
|
+
*/
|
|
113
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* <p>The requested tagging operation did not succeed. This may be due to invalid tag format
|
|
117
|
+
* or the maximum tag limit may have been exceeded. Resolve the issue before
|
|
118
|
+
* retrying.</p>
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
export declare class TaggingFailedException extends __BaseException {
|
|
122
|
+
readonly name: "TaggingFailedException";
|
|
123
|
+
readonly $fault: "client";
|
|
124
|
+
Message?: string | undefined;
|
|
125
|
+
/**
|
|
126
|
+
* @internal
|
|
127
|
+
*/
|
|
128
|
+
constructor(opts: __ExceptionOptionType<TaggingFailedException, __BaseException>);
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* <p> The operation failed because Amazon GameLift Servers has not yet finished validating this compute. We
|
|
132
|
+
* recommend attempting 8 to 10 retries over 3 to 5 minutes with <a href="http://aws.amazon.com/blogs/https:/aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/">exponential
|
|
133
|
+
* backoffs and jitter</a>. </p>
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
136
|
+
export declare class NotReadyException extends __BaseException {
|
|
137
|
+
readonly name: "NotReadyException";
|
|
138
|
+
readonly $fault: "client";
|
|
139
|
+
Message?: string | undefined;
|
|
140
|
+
/**
|
|
141
|
+
* @internal
|
|
142
|
+
*/
|
|
143
|
+
constructor(opts: __ExceptionOptionType<NotReadyException, __BaseException>);
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* <p>The requested operation would cause a conflict with the current state of a resource
|
|
147
|
+
* associated with the request and/or the fleet. Resolve the conflict before
|
|
148
|
+
* retrying.</p>
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
export declare class InvalidFleetStatusException extends __BaseException {
|
|
152
|
+
readonly name: "InvalidFleetStatusException";
|
|
153
|
+
readonly $fault: "client";
|
|
154
|
+
Message?: string | undefined;
|
|
155
|
+
/**
|
|
156
|
+
* @internal
|
|
157
|
+
*/
|
|
158
|
+
constructor(opts: __ExceptionOptionType<InvalidFleetStatusException, __BaseException>);
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* <p>The specified fleet has no available instances to fulfill a
|
|
162
|
+
* <code>CreateGameSession</code> request. Clients can retry such requests immediately
|
|
163
|
+
* or after a waiting period.</p>
|
|
164
|
+
* @public
|
|
165
|
+
*/
|
|
166
|
+
export declare class FleetCapacityExceededException extends __BaseException {
|
|
167
|
+
readonly name: "FleetCapacityExceededException";
|
|
168
|
+
readonly $fault: "client";
|
|
169
|
+
Message?: string | undefined;
|
|
170
|
+
/**
|
|
171
|
+
* @internal
|
|
172
|
+
*/
|
|
173
|
+
constructor(opts: __ExceptionOptionType<FleetCapacityExceededException, __BaseException>);
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* <p>A game session with this custom ID string already exists in this fleet. Resolve this
|
|
177
|
+
* conflict before retrying this request.</p>
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
180
|
+
export declare class IdempotentParameterMismatchException extends __BaseException {
|
|
181
|
+
readonly name: "IdempotentParameterMismatchException";
|
|
182
|
+
readonly $fault: "client";
|
|
183
|
+
Message?: string | undefined;
|
|
184
|
+
/**
|
|
185
|
+
* @internal
|
|
186
|
+
*/
|
|
187
|
+
constructor(opts: __ExceptionOptionType<IdempotentParameterMismatchException, __BaseException>);
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* <p>The service is unable to resolve the routing for a particular alias because it has a
|
|
191
|
+
* terminal <code>RoutingStrategy</code> associated with it. The message returned in this
|
|
192
|
+
* exception is the message defined in the routing strategy itself. Such requests should
|
|
193
|
+
* only be retried if the routing strategy for the specified alias is modified. </p>
|
|
194
|
+
* @public
|
|
195
|
+
*/
|
|
196
|
+
export declare class TerminalRoutingStrategyException extends __BaseException {
|
|
197
|
+
readonly name: "TerminalRoutingStrategyException";
|
|
198
|
+
readonly $fault: "client";
|
|
199
|
+
Message?: string | undefined;
|
|
200
|
+
/**
|
|
201
|
+
* @internal
|
|
202
|
+
*/
|
|
203
|
+
constructor(opts: __ExceptionOptionType<TerminalRoutingStrategyException, __BaseException>);
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* <p>The game instance is currently full and cannot allow the requested player(s) to join.
|
|
207
|
+
* Clients can retry such requests immediately or after a waiting period.</p>
|
|
208
|
+
* @public
|
|
209
|
+
*/
|
|
210
|
+
export declare class GameSessionFullException extends __BaseException {
|
|
211
|
+
readonly name: "GameSessionFullException";
|
|
212
|
+
readonly $fault: "client";
|
|
213
|
+
Message?: string | undefined;
|
|
214
|
+
/**
|
|
215
|
+
* @internal
|
|
216
|
+
*/
|
|
217
|
+
constructor(opts: __ExceptionOptionType<GameSessionFullException, __BaseException>);
|
|
218
|
+
}
|
|
219
|
+
/**
|
|
220
|
+
* <p>The requested operation would cause a conflict with the current state of a resource
|
|
221
|
+
* associated with the request and/or the game instance. Resolve the conflict before
|
|
222
|
+
* retrying.</p>
|
|
223
|
+
* @public
|
|
224
|
+
*/
|
|
225
|
+
export declare class InvalidGameSessionStatusException extends __BaseException {
|
|
226
|
+
readonly name: "InvalidGameSessionStatusException";
|
|
227
|
+
readonly $fault: "client";
|
|
228
|
+
Message?: string | undefined;
|
|
229
|
+
/**
|
|
230
|
+
* @internal
|
|
231
|
+
*/
|
|
232
|
+
constructor(opts: __ExceptionOptionType<InvalidGameSessionStatusException, __BaseException>);
|
|
233
|
+
}
|