@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
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { GameLiftServiceException as __BaseException } from "./GameLiftServiceException";
|
|
3
|
+
export declare class InternalServiceException extends __BaseException {
|
|
4
|
+
readonly name: "InternalServiceException";
|
|
5
|
+
readonly $fault: "server";
|
|
6
|
+
Message?: string | undefined;
|
|
7
|
+
constructor(
|
|
8
|
+
opts: __ExceptionOptionType<InternalServiceException, __BaseException>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
12
|
+
readonly name: "InvalidRequestException";
|
|
13
|
+
readonly $fault: "client";
|
|
14
|
+
Message?: string | undefined;
|
|
15
|
+
constructor(
|
|
16
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
export declare class NotFoundException extends __BaseException {
|
|
20
|
+
readonly name: "NotFoundException";
|
|
21
|
+
readonly $fault: "client";
|
|
22
|
+
Message?: string | undefined;
|
|
23
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
24
|
+
}
|
|
25
|
+
export declare class UnsupportedRegionException extends __BaseException {
|
|
26
|
+
readonly name: "UnsupportedRegionException";
|
|
27
|
+
readonly $fault: "client";
|
|
28
|
+
Message?: string | undefined;
|
|
29
|
+
constructor(
|
|
30
|
+
opts: __ExceptionOptionType<UnsupportedRegionException, __BaseException>
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
export declare class ConflictException extends __BaseException {
|
|
34
|
+
readonly name: "ConflictException";
|
|
35
|
+
readonly $fault: "client";
|
|
36
|
+
Message?: string | undefined;
|
|
37
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
38
|
+
}
|
|
39
|
+
export declare class OutOfCapacityException extends __BaseException {
|
|
40
|
+
readonly name: "OutOfCapacityException";
|
|
41
|
+
readonly $fault: "client";
|
|
42
|
+
Message?: string | undefined;
|
|
43
|
+
constructor(
|
|
44
|
+
opts: __ExceptionOptionType<OutOfCapacityException, __BaseException>
|
|
45
|
+
);
|
|
46
|
+
}
|
|
47
|
+
export declare class UnauthorizedException extends __BaseException {
|
|
48
|
+
readonly name: "UnauthorizedException";
|
|
49
|
+
readonly $fault: "client";
|
|
50
|
+
Message?: string | undefined;
|
|
51
|
+
constructor(
|
|
52
|
+
opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
|
|
53
|
+
);
|
|
54
|
+
}
|
|
55
|
+
export declare class LimitExceededException extends __BaseException {
|
|
56
|
+
readonly name: "LimitExceededException";
|
|
57
|
+
readonly $fault: "client";
|
|
58
|
+
Message?: string | undefined;
|
|
59
|
+
constructor(
|
|
60
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
61
|
+
);
|
|
62
|
+
}
|
|
63
|
+
export declare class TaggingFailedException extends __BaseException {
|
|
64
|
+
readonly name: "TaggingFailedException";
|
|
65
|
+
readonly $fault: "client";
|
|
66
|
+
Message?: string | undefined;
|
|
67
|
+
constructor(
|
|
68
|
+
opts: __ExceptionOptionType<TaggingFailedException, __BaseException>
|
|
69
|
+
);
|
|
70
|
+
}
|
|
71
|
+
export declare class NotReadyException extends __BaseException {
|
|
72
|
+
readonly name: "NotReadyException";
|
|
73
|
+
readonly $fault: "client";
|
|
74
|
+
Message?: string | undefined;
|
|
75
|
+
constructor(opts: __ExceptionOptionType<NotReadyException, __BaseException>);
|
|
76
|
+
}
|
|
77
|
+
export declare class InvalidFleetStatusException extends __BaseException {
|
|
78
|
+
readonly name: "InvalidFleetStatusException";
|
|
79
|
+
readonly $fault: "client";
|
|
80
|
+
Message?: string | undefined;
|
|
81
|
+
constructor(
|
|
82
|
+
opts: __ExceptionOptionType<InvalidFleetStatusException, __BaseException>
|
|
83
|
+
);
|
|
84
|
+
}
|
|
85
|
+
export declare class FleetCapacityExceededException extends __BaseException {
|
|
86
|
+
readonly name: "FleetCapacityExceededException";
|
|
87
|
+
readonly $fault: "client";
|
|
88
|
+
Message?: string | undefined;
|
|
89
|
+
constructor(
|
|
90
|
+
opts: __ExceptionOptionType<FleetCapacityExceededException, __BaseException>
|
|
91
|
+
);
|
|
92
|
+
}
|
|
93
|
+
export declare class IdempotentParameterMismatchException extends __BaseException {
|
|
94
|
+
readonly name: "IdempotentParameterMismatchException";
|
|
95
|
+
readonly $fault: "client";
|
|
96
|
+
Message?: string | undefined;
|
|
97
|
+
constructor(
|
|
98
|
+
opts: __ExceptionOptionType<
|
|
99
|
+
IdempotentParameterMismatchException,
|
|
100
|
+
__BaseException
|
|
101
|
+
>
|
|
102
|
+
);
|
|
103
|
+
}
|
|
104
|
+
export declare class TerminalRoutingStrategyException extends __BaseException {
|
|
105
|
+
readonly name: "TerminalRoutingStrategyException";
|
|
106
|
+
readonly $fault: "client";
|
|
107
|
+
Message?: string | undefined;
|
|
108
|
+
constructor(
|
|
109
|
+
opts: __ExceptionOptionType<
|
|
110
|
+
TerminalRoutingStrategyException,
|
|
111
|
+
__BaseException
|
|
112
|
+
>
|
|
113
|
+
);
|
|
114
|
+
}
|
|
115
|
+
export declare class GameSessionFullException extends __BaseException {
|
|
116
|
+
readonly name: "GameSessionFullException";
|
|
117
|
+
readonly $fault: "client";
|
|
118
|
+
Message?: string | undefined;
|
|
119
|
+
constructor(
|
|
120
|
+
opts: __ExceptionOptionType<GameSessionFullException, __BaseException>
|
|
121
|
+
);
|
|
122
|
+
}
|
|
123
|
+
export declare class InvalidGameSessionStatusException extends __BaseException {
|
|
124
|
+
readonly name: "InvalidGameSessionStatusException";
|
|
125
|
+
readonly $fault: "client";
|
|
126
|
+
Message?: string | undefined;
|
|
127
|
+
constructor(
|
|
128
|
+
opts: __ExceptionOptionType<
|
|
129
|
+
InvalidGameSessionStatusException,
|
|
130
|
+
__BaseException
|
|
131
|
+
>
|
|
132
|
+
);
|
|
133
|
+
}
|