@aws-sdk/client-gamelift 3.554.0 → 3.562.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +32 -0
- package/dist-cjs/index.js +453 -72
- package/dist-es/GameLift.js +8 -0
- package/dist-es/commands/CreateContainerGroupDefinitionCommand.js +25 -0
- package/dist-es/commands/CreateFleetCommand.js +2 -2
- package/dist-es/commands/DeleteContainerGroupDefinitionCommand.js +24 -0
- package/dist-es/commands/DescribeContainerGroupDefinitionCommand.js +25 -0
- package/dist-es/commands/DescribeFleetAttributesCommand.js +2 -1
- package/dist-es/commands/ListContainerGroupDefinitionsCommand.js +25 -0
- package/dist-es/commands/SearchGameSessionsCommand.js +1 -1
- package/dist-es/commands/StartGameSessionPlacementCommand.js +1 -1
- package/dist-es/commands/StartMatchBackfillCommand.js +1 -1
- package/dist-es/commands/StartMatchmakingCommand.js +1 -1
- package/dist-es/commands/StopGameSessionPlacementCommand.js +1 -1
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +124 -45
- package/dist-es/models/models_1.js +42 -1
- package/dist-es/pagination/ListContainerGroupDefinitionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +129 -1
- package/dist-types/GameLift.d.ts +29 -0
- package/dist-types/GameLiftClient.d.ts +6 -2
- package/dist-types/commands/CreateContainerGroupDefinitionCommand.d.ts +262 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +169 -29
- package/dist-types/commands/CreateFleetLocationsCommand.d.ts +14 -6
- package/dist-types/commands/DeleteContainerGroupDefinitionCommand.d.ts +94 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +5 -6
- package/dist-types/commands/DeregisterComputeCommand.d.ts +10 -2
- package/dist-types/commands/DescribeComputeCommand.d.ts +35 -6
- package/dist-types/commands/DescribeContainerGroupDefinitionCommand.d.ts +152 -0
- package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +25 -7
- package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +17 -7
- package/dist-types/commands/DescribeFleetEventsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +11 -3
- package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +10 -9
- package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +7 -4
- package/dist-types/commands/GetComputeAccessCommand.d.ts +39 -14
- package/dist-types/commands/GetComputeAuthTokenCommand.d.ts +20 -6
- package/dist-types/commands/ListComputeCommand.d.ts +38 -8
- package/dist-types/commands/ListContainerGroupDefinitionsCommand.d.ts +156 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +20 -19
- package/dist-types/commands/RegisterComputeCommand.d.ts +31 -8
- package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/ResolveAliasCommand.d.ts +5 -1
- package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +2 -1
- package/dist-types/commands/SearchGameSessionsCommand.d.ts +2 -2
- package/dist-types/commands/StartFleetActionsCommand.d.ts +1 -1
- package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +1 -1
- package/dist-types/commands/StartMatchBackfillCommand.d.ts +1 -1
- package/dist-types/commands/StartMatchmakingCommand.d.ts +1 -1
- package/dist-types/commands/StopFleetActionsCommand.d.ts +3 -2
- package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +1 -1
- package/dist-types/commands/StopMatchmakingCommand.d.ts +1 -1
- package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAliasCommand.d.ts +4 -5
- package/dist-types/commands/UpdateBuildCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +3 -4
- package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +27 -30
- package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +4 -2
- package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +16 -9
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +5561 -4910
- package/dist-types/models/models_1.d.ts +685 -7
- package/dist-types/pagination/ListContainerGroupDefinitionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +36 -0
- package/dist-types/ts3.4/GameLift.d.ts +69 -0
- package/dist-types/ts3.4/GameLiftClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateContainerGroupDefinitionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteContainerGroupDefinitionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeContainerGroupDefinitionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListContainerGroupDefinitionsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +232 -150
- package/dist-types/ts3.4/models/models_1.d.ts +158 -0
- package/dist-types/ts3.4/pagination/ListContainerGroupDefinitionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
- package/package.json +4 -4
package/dist-es/GameLift.js
CHANGED
|
@@ -3,6 +3,7 @@ import { AcceptMatchCommand } from "./commands/AcceptMatchCommand";
|
|
|
3
3
|
import { ClaimGameServerCommand, } from "./commands/ClaimGameServerCommand";
|
|
4
4
|
import { CreateAliasCommand } from "./commands/CreateAliasCommand";
|
|
5
5
|
import { CreateBuildCommand } from "./commands/CreateBuildCommand";
|
|
6
|
+
import { CreateContainerGroupDefinitionCommand, } from "./commands/CreateContainerGroupDefinitionCommand";
|
|
6
7
|
import { CreateFleetCommand } from "./commands/CreateFleetCommand";
|
|
7
8
|
import { CreateFleetLocationsCommand, } from "./commands/CreateFleetLocationsCommand";
|
|
8
9
|
import { CreateGameServerGroupCommand, } from "./commands/CreateGameServerGroupCommand";
|
|
@@ -18,6 +19,7 @@ import { CreateVpcPeeringAuthorizationCommand, } from "./commands/CreateVpcPeeri
|
|
|
18
19
|
import { CreateVpcPeeringConnectionCommand, } from "./commands/CreateVpcPeeringConnectionCommand";
|
|
19
20
|
import { DeleteAliasCommand } from "./commands/DeleteAliasCommand";
|
|
20
21
|
import { DeleteBuildCommand } from "./commands/DeleteBuildCommand";
|
|
22
|
+
import { DeleteContainerGroupDefinitionCommand, } from "./commands/DeleteContainerGroupDefinitionCommand";
|
|
21
23
|
import { DeleteFleetCommand } from "./commands/DeleteFleetCommand";
|
|
22
24
|
import { DeleteFleetLocationsCommand, } from "./commands/DeleteFleetLocationsCommand";
|
|
23
25
|
import { DeleteGameServerGroupCommand, } from "./commands/DeleteGameServerGroupCommand";
|
|
@@ -34,6 +36,7 @@ import { DeregisterGameServerCommand, } from "./commands/DeregisterGameServerCom
|
|
|
34
36
|
import { DescribeAliasCommand, } from "./commands/DescribeAliasCommand";
|
|
35
37
|
import { DescribeBuildCommand, } from "./commands/DescribeBuildCommand";
|
|
36
38
|
import { DescribeComputeCommand, } from "./commands/DescribeComputeCommand";
|
|
39
|
+
import { DescribeContainerGroupDefinitionCommand, } from "./commands/DescribeContainerGroupDefinitionCommand";
|
|
37
40
|
import { DescribeEC2InstanceLimitsCommand, } from "./commands/DescribeEC2InstanceLimitsCommand";
|
|
38
41
|
import { DescribeFleetAttributesCommand, } from "./commands/DescribeFleetAttributesCommand";
|
|
39
42
|
import { DescribeFleetCapacityCommand, } from "./commands/DescribeFleetCapacityCommand";
|
|
@@ -67,6 +70,7 @@ import { GetInstanceAccessCommand, } from "./commands/GetInstanceAccessCommand";
|
|
|
67
70
|
import { ListAliasesCommand } from "./commands/ListAliasesCommand";
|
|
68
71
|
import { ListBuildsCommand } from "./commands/ListBuildsCommand";
|
|
69
72
|
import { ListComputeCommand } from "./commands/ListComputeCommand";
|
|
73
|
+
import { ListContainerGroupDefinitionsCommand, } from "./commands/ListContainerGroupDefinitionsCommand";
|
|
70
74
|
import { ListFleetsCommand } from "./commands/ListFleetsCommand";
|
|
71
75
|
import { ListGameServerGroupsCommand, } from "./commands/ListGameServerGroupsCommand";
|
|
72
76
|
import { ListGameServersCommand, } from "./commands/ListGameServersCommand";
|
|
@@ -109,6 +113,7 @@ const commands = {
|
|
|
109
113
|
ClaimGameServerCommand,
|
|
110
114
|
CreateAliasCommand,
|
|
111
115
|
CreateBuildCommand,
|
|
116
|
+
CreateContainerGroupDefinitionCommand,
|
|
112
117
|
CreateFleetCommand,
|
|
113
118
|
CreateFleetLocationsCommand,
|
|
114
119
|
CreateGameServerGroupCommand,
|
|
@@ -124,6 +129,7 @@ const commands = {
|
|
|
124
129
|
CreateVpcPeeringConnectionCommand,
|
|
125
130
|
DeleteAliasCommand,
|
|
126
131
|
DeleteBuildCommand,
|
|
132
|
+
DeleteContainerGroupDefinitionCommand,
|
|
127
133
|
DeleteFleetCommand,
|
|
128
134
|
DeleteFleetLocationsCommand,
|
|
129
135
|
DeleteGameServerGroupCommand,
|
|
@@ -140,6 +146,7 @@ const commands = {
|
|
|
140
146
|
DescribeAliasCommand,
|
|
141
147
|
DescribeBuildCommand,
|
|
142
148
|
DescribeComputeCommand,
|
|
149
|
+
DescribeContainerGroupDefinitionCommand,
|
|
143
150
|
DescribeEC2InstanceLimitsCommand,
|
|
144
151
|
DescribeFleetAttributesCommand,
|
|
145
152
|
DescribeFleetCapacityCommand,
|
|
@@ -173,6 +180,7 @@ const commands = {
|
|
|
173
180
|
ListAliasesCommand,
|
|
174
181
|
ListBuildsCommand,
|
|
175
182
|
ListComputeCommand,
|
|
183
|
+
ListContainerGroupDefinitionsCommand,
|
|
176
184
|
ListFleetsCommand,
|
|
177
185
|
ListGameServerGroupsCommand,
|
|
178
186
|
ListGameServersCommand,
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { CreateContainerGroupDefinitionInputFilterSensitiveLog, CreateContainerGroupDefinitionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_CreateContainerGroupDefinitionCommand, se_CreateContainerGroupDefinitionCommand, } from "../protocols/Aws_json1_1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class CreateContainerGroupDefinitionCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("GameLift", "CreateContainerGroupDefinition", {})
|
|
20
|
+
.n("GameLiftClient", "CreateContainerGroupDefinitionCommand")
|
|
21
|
+
.f(CreateContainerGroupDefinitionInputFilterSensitiveLog, CreateContainerGroupDefinitionOutputFilterSensitiveLog)
|
|
22
|
+
.ser(se_CreateContainerGroupDefinitionCommand)
|
|
23
|
+
.de(de_CreateContainerGroupDefinitionCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { CreateFleetInputFilterSensitiveLog } from "../models/models_0";
|
|
5
|
+
import { CreateFleetInputFilterSensitiveLog, CreateFleetOutputFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_CreateFleetCommand, se_CreateFleetCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateFleetCommand extends $Command
|
|
@@ -18,7 +18,7 @@ export class CreateFleetCommand extends $Command
|
|
|
18
18
|
})
|
|
19
19
|
.s("GameLift", "CreateFleet", {})
|
|
20
20
|
.n("GameLiftClient", "CreateFleetCommand")
|
|
21
|
-
.f(CreateFleetInputFilterSensitiveLog,
|
|
21
|
+
.f(CreateFleetInputFilterSensitiveLog, CreateFleetOutputFilterSensitiveLog)
|
|
22
22
|
.ser(se_CreateFleetCommand)
|
|
23
23
|
.de(de_CreateFleetCommand)
|
|
24
24
|
.build() {
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteContainerGroupDefinitionCommand, se_DeleteContainerGroupDefinitionCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteContainerGroupDefinitionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("GameLift", "DeleteContainerGroupDefinition", {})
|
|
19
|
+
.n("GameLiftClient", "DeleteContainerGroupDefinitionCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteContainerGroupDefinitionCommand)
|
|
22
|
+
.de(de_DeleteContainerGroupDefinitionCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { DescribeContainerGroupDefinitionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_DescribeContainerGroupDefinitionCommand, se_DescribeContainerGroupDefinitionCommand, } from "../protocols/Aws_json1_1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class DescribeContainerGroupDefinitionCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("GameLift", "DescribeContainerGroupDefinition", {})
|
|
20
|
+
.n("GameLiftClient", "DescribeContainerGroupDefinitionCommand")
|
|
21
|
+
.f(void 0, DescribeContainerGroupDefinitionOutputFilterSensitiveLog)
|
|
22
|
+
.ser(se_DescribeContainerGroupDefinitionCommand)
|
|
23
|
+
.de(de_DescribeContainerGroupDefinitionCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { DescribeFleetAttributesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_DescribeFleetAttributesCommand, se_DescribeFleetAttributesCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class DescribeFleetAttributesCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class DescribeFleetAttributesCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("GameLift", "DescribeFleetAttributes", {})
|
|
19
20
|
.n("GameLiftClient", "DescribeFleetAttributesCommand")
|
|
20
|
-
.f(void 0,
|
|
21
|
+
.f(void 0, DescribeFleetAttributesOutputFilterSensitiveLog)
|
|
21
22
|
.ser(se_DescribeFleetAttributesCommand)
|
|
22
23
|
.de(de_DescribeFleetAttributesCommand)
|
|
23
24
|
.build() {
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { ListContainerGroupDefinitionsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_ListContainerGroupDefinitionsCommand, se_ListContainerGroupDefinitionsCommand, } from "../protocols/Aws_json1_1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class ListContainerGroupDefinitionsCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("GameLift", "ListContainerGroupDefinitions", {})
|
|
20
|
+
.n("GameLiftClient", "ListContainerGroupDefinitionsCommand")
|
|
21
|
+
.f(void 0, ListContainerGroupDefinitionsOutputFilterSensitiveLog)
|
|
22
|
+
.ser(se_ListContainerGroupDefinitionsCommand)
|
|
23
|
+
.de(de_ListContainerGroupDefinitionsCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { SearchGameSessionsOutputFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { SearchGameSessionsOutputFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_SearchGameSessionsCommand, se_SearchGameSessionsCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class SearchGameSessionsCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { StartGameSessionPlacementInputFilterSensitiveLog, StartGameSessionPlacementOutputFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { StartGameSessionPlacementInputFilterSensitiveLog, StartGameSessionPlacementOutputFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_StartGameSessionPlacementCommand, se_StartGameSessionPlacementCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class StartGameSessionPlacementCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { StartMatchBackfillInputFilterSensitiveLog, StartMatchBackfillOutputFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { StartMatchBackfillInputFilterSensitiveLog, StartMatchBackfillOutputFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_StartMatchBackfillCommand, se_StartMatchBackfillCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class StartMatchBackfillCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { StartMatchmakingInputFilterSensitiveLog, StartMatchmakingOutputFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { StartMatchmakingInputFilterSensitiveLog, StartMatchmakingOutputFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_StartMatchmakingCommand, se_StartMatchmakingCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class StartMatchmakingCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { StopGameSessionPlacementOutputFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { StopGameSessionPlacementOutputFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_StopGameSessionPlacementCommand, se_StopGameSessionPlacementCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class StopGameSessionPlacementCommand extends $Command
|
|
@@ -2,6 +2,7 @@ export * from "./AcceptMatchCommand";
|
|
|
2
2
|
export * from "./ClaimGameServerCommand";
|
|
3
3
|
export * from "./CreateAliasCommand";
|
|
4
4
|
export * from "./CreateBuildCommand";
|
|
5
|
+
export * from "./CreateContainerGroupDefinitionCommand";
|
|
5
6
|
export * from "./CreateFleetCommand";
|
|
6
7
|
export * from "./CreateFleetLocationsCommand";
|
|
7
8
|
export * from "./CreateGameServerGroupCommand";
|
|
@@ -17,6 +18,7 @@ export * from "./CreateVpcPeeringAuthorizationCommand";
|
|
|
17
18
|
export * from "./CreateVpcPeeringConnectionCommand";
|
|
18
19
|
export * from "./DeleteAliasCommand";
|
|
19
20
|
export * from "./DeleteBuildCommand";
|
|
21
|
+
export * from "./DeleteContainerGroupDefinitionCommand";
|
|
20
22
|
export * from "./DeleteFleetCommand";
|
|
21
23
|
export * from "./DeleteFleetLocationsCommand";
|
|
22
24
|
export * from "./DeleteGameServerGroupCommand";
|
|
@@ -33,6 +35,7 @@ export * from "./DeregisterGameServerCommand";
|
|
|
33
35
|
export * from "./DescribeAliasCommand";
|
|
34
36
|
export * from "./DescribeBuildCommand";
|
|
35
37
|
export * from "./DescribeComputeCommand";
|
|
38
|
+
export * from "./DescribeContainerGroupDefinitionCommand";
|
|
36
39
|
export * from "./DescribeEC2InstanceLimitsCommand";
|
|
37
40
|
export * from "./DescribeFleetAttributesCommand";
|
|
38
41
|
export * from "./DescribeFleetCapacityCommand";
|
|
@@ -66,6 +69,7 @@ export * from "./GetInstanceAccessCommand";
|
|
|
66
69
|
export * from "./ListAliasesCommand";
|
|
67
70
|
export * from "./ListBuildsCommand";
|
|
68
71
|
export * from "./ListComputeCommand";
|
|
72
|
+
export * from "./ListContainerGroupDefinitionsCommand";
|
|
69
73
|
export * from "./ListFleetsCommand";
|
|
70
74
|
export * from "./ListGameServerGroupsCommand";
|
|
71
75
|
export * from "./ListGameServersCommand";
|
|
@@ -146,6 +146,10 @@ export const ComputeStatus = {
|
|
|
146
146
|
PENDING: "PENDING",
|
|
147
147
|
TERMINATING: "TERMINATING",
|
|
148
148
|
};
|
|
149
|
+
export const IpProtocol = {
|
|
150
|
+
TCP: "TCP",
|
|
151
|
+
UDP: "UDP",
|
|
152
|
+
};
|
|
149
153
|
export const EC2InstanceType = {
|
|
150
154
|
c3_2xlarge: "c3.2xlarge",
|
|
151
155
|
c3_4xlarge: "c3.4xlarge",
|
|
@@ -325,8 +329,27 @@ export const EC2InstanceType = {
|
|
|
325
329
|
};
|
|
326
330
|
export const ComputeType = {
|
|
327
331
|
ANYWHERE: "ANYWHERE",
|
|
332
|
+
CONTAINER: "CONTAINER",
|
|
328
333
|
EC2: "EC2",
|
|
329
334
|
};
|
|
335
|
+
export const ContainerDependencyCondition = {
|
|
336
|
+
COMPLETE: "COMPLETE",
|
|
337
|
+
HEALTHY: "HEALTHY",
|
|
338
|
+
START: "START",
|
|
339
|
+
SUCCESS: "SUCCESS",
|
|
340
|
+
};
|
|
341
|
+
export const ContainerOperatingSystem = {
|
|
342
|
+
AMAZON_LINUX_2023: "AMAZON_LINUX_2023",
|
|
343
|
+
};
|
|
344
|
+
export const ContainerSchedulingStrategy = {
|
|
345
|
+
DAEMON: "DAEMON",
|
|
346
|
+
REPLICA: "REPLICA",
|
|
347
|
+
};
|
|
348
|
+
export const ContainerGroupDefinitionStatus = {
|
|
349
|
+
COPYING: "COPYING",
|
|
350
|
+
FAILED: "FAILED",
|
|
351
|
+
READY: "READY",
|
|
352
|
+
};
|
|
330
353
|
export class LimitExceededException extends __BaseException {
|
|
331
354
|
constructor(opts) {
|
|
332
355
|
super({
|
|
@@ -353,10 +376,6 @@ export class TaggingFailedException extends __BaseException {
|
|
|
353
376
|
this.Message = opts.Message;
|
|
354
377
|
}
|
|
355
378
|
}
|
|
356
|
-
export const IpProtocol = {
|
|
357
|
-
TCP: "TCP",
|
|
358
|
-
UDP: "UDP",
|
|
359
|
-
};
|
|
360
379
|
export const FleetType = {
|
|
361
380
|
OnDemand: "ON_DEMAND",
|
|
362
381
|
Spot: "SPOT",
|
|
@@ -383,6 +402,19 @@ export const FleetStatus = {
|
|
|
383
402
|
export const FleetAction = {
|
|
384
403
|
AutoScaling: "AUTO_SCALING",
|
|
385
404
|
};
|
|
405
|
+
export class NotReadyException extends __BaseException {
|
|
406
|
+
constructor(opts) {
|
|
407
|
+
super({
|
|
408
|
+
name: "NotReadyException",
|
|
409
|
+
$fault: "client",
|
|
410
|
+
...opts,
|
|
411
|
+
});
|
|
412
|
+
this.name = "NotReadyException";
|
|
413
|
+
this.$fault = "client";
|
|
414
|
+
Object.setPrototypeOf(this, NotReadyException.prototype);
|
|
415
|
+
this.Message = opts.Message;
|
|
416
|
+
}
|
|
417
|
+
}
|
|
386
418
|
export class InvalidFleetStatusException extends __BaseException {
|
|
387
419
|
constructor(opts) {
|
|
388
420
|
super({
|
|
@@ -715,14 +747,77 @@ export const AcceptMatchInputFilterSensitiveLog = (obj) => ({
|
|
|
715
747
|
export const AwsCredentialsFilterSensitiveLog = (obj) => ({
|
|
716
748
|
...obj,
|
|
717
749
|
});
|
|
750
|
+
export const ContainerPortMappingFilterSensitiveLog = (obj) => ({
|
|
751
|
+
...obj,
|
|
752
|
+
...(obj.ContainerPort && { ContainerPort: SENSITIVE_STRING }),
|
|
753
|
+
...(obj.ConnectionPort && { ConnectionPort: SENSITIVE_STRING }),
|
|
754
|
+
});
|
|
755
|
+
export const ContainerAttributesFilterSensitiveLog = (obj) => ({
|
|
756
|
+
...obj,
|
|
757
|
+
...(obj.ContainerPortMappings && {
|
|
758
|
+
ContainerPortMappings: obj.ContainerPortMappings.map((item) => ContainerPortMappingFilterSensitiveLog(item)),
|
|
759
|
+
}),
|
|
760
|
+
});
|
|
718
761
|
export const ComputeFilterSensitiveLog = (obj) => ({
|
|
719
762
|
...obj,
|
|
720
763
|
...(obj.IpAddress && { IpAddress: SENSITIVE_STRING }),
|
|
764
|
+
...(obj.ContainerAttributes && {
|
|
765
|
+
ContainerAttributes: ContainerAttributesFilterSensitiveLog(obj.ContainerAttributes),
|
|
766
|
+
}),
|
|
767
|
+
});
|
|
768
|
+
export const ConnectionPortRangeFilterSensitiveLog = (obj) => ({
|
|
769
|
+
...obj,
|
|
770
|
+
...(obj.FromPort && { FromPort: SENSITIVE_STRING }),
|
|
771
|
+
...(obj.ToPort && { ToPort: SENSITIVE_STRING }),
|
|
772
|
+
});
|
|
773
|
+
export const ContainerPortRangeFilterSensitiveLog = (obj) => ({
|
|
774
|
+
...obj,
|
|
775
|
+
...(obj.FromPort && { FromPort: SENSITIVE_STRING }),
|
|
776
|
+
...(obj.ToPort && { ToPort: SENSITIVE_STRING }),
|
|
777
|
+
});
|
|
778
|
+
export const ContainerPortConfigurationFilterSensitiveLog = (obj) => ({
|
|
779
|
+
...obj,
|
|
780
|
+
...(obj.ContainerPortRanges && {
|
|
781
|
+
ContainerPortRanges: obj.ContainerPortRanges.map((item) => ContainerPortRangeFilterSensitiveLog(item)),
|
|
782
|
+
}),
|
|
783
|
+
});
|
|
784
|
+
export const ContainerDefinitionFilterSensitiveLog = (obj) => ({
|
|
785
|
+
...obj,
|
|
786
|
+
...(obj.PortConfiguration && {
|
|
787
|
+
PortConfiguration: ContainerPortConfigurationFilterSensitiveLog(obj.PortConfiguration),
|
|
788
|
+
}),
|
|
789
|
+
});
|
|
790
|
+
export const ContainerDefinitionInputFilterSensitiveLog = (obj) => ({
|
|
791
|
+
...obj,
|
|
792
|
+
...(obj.PortConfiguration && {
|
|
793
|
+
PortConfiguration: ContainerPortConfigurationFilterSensitiveLog(obj.PortConfiguration),
|
|
794
|
+
}),
|
|
795
|
+
});
|
|
796
|
+
export const ContainerGroupDefinitionFilterSensitiveLog = (obj) => ({
|
|
797
|
+
...obj,
|
|
798
|
+
});
|
|
799
|
+
export const ContainerGroupsAttributesFilterSensitiveLog = (obj) => ({
|
|
800
|
+
...obj,
|
|
801
|
+
...(obj.ConnectionPortRange && {
|
|
802
|
+
ConnectionPortRange: ConnectionPortRangeFilterSensitiveLog(obj.ConnectionPortRange),
|
|
803
|
+
}),
|
|
804
|
+
});
|
|
805
|
+
export const ContainerGroupsConfigurationFilterSensitiveLog = (obj) => ({
|
|
806
|
+
...obj,
|
|
807
|
+
...(obj.ConnectionPortRange && {
|
|
808
|
+
ConnectionPortRange: ConnectionPortRangeFilterSensitiveLog(obj.ConnectionPortRange),
|
|
809
|
+
}),
|
|
721
810
|
});
|
|
722
811
|
export const CreateBuildOutputFilterSensitiveLog = (obj) => ({
|
|
723
812
|
...obj,
|
|
724
813
|
...(obj.UploadCredentials && { UploadCredentials: SENSITIVE_STRING }),
|
|
725
814
|
});
|
|
815
|
+
export const CreateContainerGroupDefinitionInputFilterSensitiveLog = (obj) => ({
|
|
816
|
+
...obj,
|
|
817
|
+
});
|
|
818
|
+
export const CreateContainerGroupDefinitionOutputFilterSensitiveLog = (obj) => ({
|
|
819
|
+
...obj,
|
|
820
|
+
});
|
|
726
821
|
export const IpPermissionFilterSensitiveLog = (obj) => ({
|
|
727
822
|
...obj,
|
|
728
823
|
...(obj.FromPort && { FromPort: SENSITIVE_STRING }),
|
|
@@ -734,6 +829,19 @@ export const CreateFleetInputFilterSensitiveLog = (obj) => ({
|
|
|
734
829
|
...(obj.EC2InboundPermissions && {
|
|
735
830
|
EC2InboundPermissions: obj.EC2InboundPermissions.map((item) => IpPermissionFilterSensitiveLog(item)),
|
|
736
831
|
}),
|
|
832
|
+
...(obj.ContainerGroupsConfiguration && {
|
|
833
|
+
ContainerGroupsConfiguration: ContainerGroupsConfigurationFilterSensitiveLog(obj.ContainerGroupsConfiguration),
|
|
834
|
+
}),
|
|
835
|
+
});
|
|
836
|
+
export const FleetAttributesFilterSensitiveLog = (obj) => ({
|
|
837
|
+
...obj,
|
|
838
|
+
...(obj.ContainerGroupsAttributes && {
|
|
839
|
+
ContainerGroupsAttributes: ContainerGroupsAttributesFilterSensitiveLog(obj.ContainerGroupsAttributes),
|
|
840
|
+
}),
|
|
841
|
+
});
|
|
842
|
+
export const CreateFleetOutputFilterSensitiveLog = (obj) => ({
|
|
843
|
+
...obj,
|
|
844
|
+
...(obj.FleetAttributes && { FleetAttributes: FleetAttributesFilterSensitiveLog(obj.FleetAttributes) }),
|
|
737
845
|
});
|
|
738
846
|
export const GameSessionFilterSensitiveLog = (obj) => ({
|
|
739
847
|
...obj,
|
|
@@ -772,6 +880,15 @@ export const DescribeComputeOutputFilterSensitiveLog = (obj) => ({
|
|
|
772
880
|
...obj,
|
|
773
881
|
...(obj.Compute && { Compute: ComputeFilterSensitiveLog(obj.Compute) }),
|
|
774
882
|
});
|
|
883
|
+
export const DescribeContainerGroupDefinitionOutputFilterSensitiveLog = (obj) => ({
|
|
884
|
+
...obj,
|
|
885
|
+
});
|
|
886
|
+
export const DescribeFleetAttributesOutputFilterSensitiveLog = (obj) => ({
|
|
887
|
+
...obj,
|
|
888
|
+
...(obj.FleetAttributes && {
|
|
889
|
+
FleetAttributes: obj.FleetAttributes.map((item) => FleetAttributesFilterSensitiveLog(item)),
|
|
890
|
+
}),
|
|
891
|
+
});
|
|
775
892
|
export const DescribeFleetPortSettingsOutputFilterSensitiveLog = (obj) => ({
|
|
776
893
|
...obj,
|
|
777
894
|
...(obj.InboundPermissions && {
|
|
@@ -885,6 +1002,9 @@ export const ListComputeOutputFilterSensitiveLog = (obj) => ({
|
|
|
885
1002
|
...obj,
|
|
886
1003
|
...(obj.ComputeList && { ComputeList: obj.ComputeList.map((item) => ComputeFilterSensitiveLog(item)) }),
|
|
887
1004
|
});
|
|
1005
|
+
export const ListContainerGroupDefinitionsOutputFilterSensitiveLog = (obj) => ({
|
|
1006
|
+
...obj,
|
|
1007
|
+
});
|
|
888
1008
|
export const RegisterComputeInputFilterSensitiveLog = (obj) => ({
|
|
889
1009
|
...obj,
|
|
890
1010
|
...(obj.IpAddress && { IpAddress: SENSITIVE_STRING }),
|
|
@@ -897,44 +1017,3 @@ export const RequestUploadCredentialsOutputFilterSensitiveLog = (obj) => ({
|
|
|
897
1017
|
...obj,
|
|
898
1018
|
...(obj.UploadCredentials && { UploadCredentials: SENSITIVE_STRING }),
|
|
899
1019
|
});
|
|
900
|
-
export const SearchGameSessionsOutputFilterSensitiveLog = (obj) => ({
|
|
901
|
-
...obj,
|
|
902
|
-
...(obj.GameSessions && { GameSessions: obj.GameSessions.map((item) => GameSessionFilterSensitiveLog(item)) }),
|
|
903
|
-
});
|
|
904
|
-
export const StartGameSessionPlacementInputFilterSensitiveLog = (obj) => ({
|
|
905
|
-
...obj,
|
|
906
|
-
...(obj.PlayerLatencies && {
|
|
907
|
-
PlayerLatencies: obj.PlayerLatencies.map((item) => PlayerLatencyFilterSensitiveLog(item)),
|
|
908
|
-
}),
|
|
909
|
-
...(obj.DesiredPlayerSessions && {
|
|
910
|
-
DesiredPlayerSessions: obj.DesiredPlayerSessions.map((item) => DesiredPlayerSessionFilterSensitiveLog(item)),
|
|
911
|
-
}),
|
|
912
|
-
});
|
|
913
|
-
export const StartGameSessionPlacementOutputFilterSensitiveLog = (obj) => ({
|
|
914
|
-
...obj,
|
|
915
|
-
...(obj.GameSessionPlacement && {
|
|
916
|
-
GameSessionPlacement: GameSessionPlacementFilterSensitiveLog(obj.GameSessionPlacement),
|
|
917
|
-
}),
|
|
918
|
-
});
|
|
919
|
-
export const StartMatchBackfillInputFilterSensitiveLog = (obj) => ({
|
|
920
|
-
...obj,
|
|
921
|
-
...(obj.Players && { Players: obj.Players.map((item) => PlayerFilterSensitiveLog(item)) }),
|
|
922
|
-
});
|
|
923
|
-
export const StartMatchBackfillOutputFilterSensitiveLog = (obj) => ({
|
|
924
|
-
...obj,
|
|
925
|
-
...(obj.MatchmakingTicket && { MatchmakingTicket: MatchmakingTicketFilterSensitiveLog(obj.MatchmakingTicket) }),
|
|
926
|
-
});
|
|
927
|
-
export const StartMatchmakingInputFilterSensitiveLog = (obj) => ({
|
|
928
|
-
...obj,
|
|
929
|
-
...(obj.Players && { Players: obj.Players.map((item) => PlayerFilterSensitiveLog(item)) }),
|
|
930
|
-
});
|
|
931
|
-
export const StartMatchmakingOutputFilterSensitiveLog = (obj) => ({
|
|
932
|
-
...obj,
|
|
933
|
-
...(obj.MatchmakingTicket && { MatchmakingTicket: MatchmakingTicketFilterSensitiveLog(obj.MatchmakingTicket) }),
|
|
934
|
-
});
|
|
935
|
-
export const StopGameSessionPlacementOutputFilterSensitiveLog = (obj) => ({
|
|
936
|
-
...obj,
|
|
937
|
-
...(obj.GameSessionPlacement && {
|
|
938
|
-
GameSessionPlacement: GameSessionPlacementFilterSensitiveLog(obj.GameSessionPlacement),
|
|
939
|
-
}),
|
|
940
|
-
});
|
|
@@ -1,7 +1,48 @@
|
|
|
1
|
-
import { GameSessionFilterSensitiveLog, IpPermissionFilterSensitiveLog, } from "./models_0";
|
|
1
|
+
import { DesiredPlayerSessionFilterSensitiveLog, GameSessionFilterSensitiveLog, GameSessionPlacementFilterSensitiveLog, IpPermissionFilterSensitiveLog, MatchmakingTicketFilterSensitiveLog, PlayerFilterSensitiveLog, PlayerLatencyFilterSensitiveLog, } from "./models_0";
|
|
2
2
|
export const GameServerHealthCheck = {
|
|
3
3
|
HEALTHY: "HEALTHY",
|
|
4
4
|
};
|
|
5
|
+
export const SearchGameSessionsOutputFilterSensitiveLog = (obj) => ({
|
|
6
|
+
...obj,
|
|
7
|
+
...(obj.GameSessions && { GameSessions: obj.GameSessions.map((item) => GameSessionFilterSensitiveLog(item)) }),
|
|
8
|
+
});
|
|
9
|
+
export const StartGameSessionPlacementInputFilterSensitiveLog = (obj) => ({
|
|
10
|
+
...obj,
|
|
11
|
+
...(obj.PlayerLatencies && {
|
|
12
|
+
PlayerLatencies: obj.PlayerLatencies.map((item) => PlayerLatencyFilterSensitiveLog(item)),
|
|
13
|
+
}),
|
|
14
|
+
...(obj.DesiredPlayerSessions && {
|
|
15
|
+
DesiredPlayerSessions: obj.DesiredPlayerSessions.map((item) => DesiredPlayerSessionFilterSensitiveLog(item)),
|
|
16
|
+
}),
|
|
17
|
+
});
|
|
18
|
+
export const StartGameSessionPlacementOutputFilterSensitiveLog = (obj) => ({
|
|
19
|
+
...obj,
|
|
20
|
+
...(obj.GameSessionPlacement && {
|
|
21
|
+
GameSessionPlacement: GameSessionPlacementFilterSensitiveLog(obj.GameSessionPlacement),
|
|
22
|
+
}),
|
|
23
|
+
});
|
|
24
|
+
export const StartMatchBackfillInputFilterSensitiveLog = (obj) => ({
|
|
25
|
+
...obj,
|
|
26
|
+
...(obj.Players && { Players: obj.Players.map((item) => PlayerFilterSensitiveLog(item)) }),
|
|
27
|
+
});
|
|
28
|
+
export const StartMatchBackfillOutputFilterSensitiveLog = (obj) => ({
|
|
29
|
+
...obj,
|
|
30
|
+
...(obj.MatchmakingTicket && { MatchmakingTicket: MatchmakingTicketFilterSensitiveLog(obj.MatchmakingTicket) }),
|
|
31
|
+
});
|
|
32
|
+
export const StartMatchmakingInputFilterSensitiveLog = (obj) => ({
|
|
33
|
+
...obj,
|
|
34
|
+
...(obj.Players && { Players: obj.Players.map((item) => PlayerFilterSensitiveLog(item)) }),
|
|
35
|
+
});
|
|
36
|
+
export const StartMatchmakingOutputFilterSensitiveLog = (obj) => ({
|
|
37
|
+
...obj,
|
|
38
|
+
...(obj.MatchmakingTicket && { MatchmakingTicket: MatchmakingTicketFilterSensitiveLog(obj.MatchmakingTicket) }),
|
|
39
|
+
});
|
|
40
|
+
export const StopGameSessionPlacementOutputFilterSensitiveLog = (obj) => ({
|
|
41
|
+
...obj,
|
|
42
|
+
...(obj.GameSessionPlacement && {
|
|
43
|
+
GameSessionPlacement: GameSessionPlacementFilterSensitiveLog(obj.GameSessionPlacement),
|
|
44
|
+
}),
|
|
45
|
+
});
|
|
5
46
|
export const UpdateFleetPortSettingsInputFilterSensitiveLog = (obj) => ({
|
|
6
47
|
...obj,
|
|
7
48
|
...(obj.InboundPermissionAuthorizations && {
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListContainerGroupDefinitionsCommand, } from "../commands/ListContainerGroupDefinitionsCommand";
|
|
3
|
+
import { GameLiftClient } from "../GameLiftClient";
|
|
4
|
+
export const paginateListContainerGroupDefinitions = createPaginator(GameLiftClient, ListContainerGroupDefinitionsCommand, "NextToken", "NextToken", "Limit");
|
|
@@ -16,6 +16,7 @@ export * from "./DescribeScalingPoliciesPaginator";
|
|
|
16
16
|
export * from "./ListAliasesPaginator";
|
|
17
17
|
export * from "./ListBuildsPaginator";
|
|
18
18
|
export * from "./ListComputePaginator";
|
|
19
|
+
export * from "./ListContainerGroupDefinitionsPaginator";
|
|
19
20
|
export * from "./ListFleetsPaginator";
|
|
20
21
|
export * from "./ListGameServerGroupsPaginator";
|
|
21
22
|
export * from "./ListGameServersPaginator";
|