@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-cjs/index.js
CHANGED
|
@@ -35,12 +35,30 @@ __export(src_exports, {
|
|
|
35
35
|
ComputeStatus: () => ComputeStatus,
|
|
36
36
|
ComputeType: () => ComputeType,
|
|
37
37
|
ConflictException: () => ConflictException,
|
|
38
|
+
ConnectionPortRangeFilterSensitiveLog: () => ConnectionPortRangeFilterSensitiveLog,
|
|
39
|
+
ContainerAttributesFilterSensitiveLog: () => ContainerAttributesFilterSensitiveLog,
|
|
40
|
+
ContainerDefinitionFilterSensitiveLog: () => ContainerDefinitionFilterSensitiveLog,
|
|
41
|
+
ContainerDefinitionInputFilterSensitiveLog: () => ContainerDefinitionInputFilterSensitiveLog,
|
|
42
|
+
ContainerDependencyCondition: () => ContainerDependencyCondition,
|
|
43
|
+
ContainerGroupDefinitionFilterSensitiveLog: () => ContainerGroupDefinitionFilterSensitiveLog,
|
|
44
|
+
ContainerGroupDefinitionStatus: () => ContainerGroupDefinitionStatus,
|
|
45
|
+
ContainerGroupsAttributesFilterSensitiveLog: () => ContainerGroupsAttributesFilterSensitiveLog,
|
|
46
|
+
ContainerGroupsConfigurationFilterSensitiveLog: () => ContainerGroupsConfigurationFilterSensitiveLog,
|
|
47
|
+
ContainerOperatingSystem: () => ContainerOperatingSystem,
|
|
48
|
+
ContainerPortConfigurationFilterSensitiveLog: () => ContainerPortConfigurationFilterSensitiveLog,
|
|
49
|
+
ContainerPortMappingFilterSensitiveLog: () => ContainerPortMappingFilterSensitiveLog,
|
|
50
|
+
ContainerPortRangeFilterSensitiveLog: () => ContainerPortRangeFilterSensitiveLog,
|
|
51
|
+
ContainerSchedulingStrategy: () => ContainerSchedulingStrategy,
|
|
38
52
|
CreateAliasCommand: () => CreateAliasCommand,
|
|
39
53
|
CreateBuildCommand: () => CreateBuildCommand,
|
|
40
54
|
CreateBuildOutputFilterSensitiveLog: () => CreateBuildOutputFilterSensitiveLog,
|
|
55
|
+
CreateContainerGroupDefinitionCommand: () => CreateContainerGroupDefinitionCommand,
|
|
56
|
+
CreateContainerGroupDefinitionInputFilterSensitiveLog: () => CreateContainerGroupDefinitionInputFilterSensitiveLog,
|
|
57
|
+
CreateContainerGroupDefinitionOutputFilterSensitiveLog: () => CreateContainerGroupDefinitionOutputFilterSensitiveLog,
|
|
41
58
|
CreateFleetCommand: () => CreateFleetCommand,
|
|
42
59
|
CreateFleetInputFilterSensitiveLog: () => CreateFleetInputFilterSensitiveLog,
|
|
43
60
|
CreateFleetLocationsCommand: () => CreateFleetLocationsCommand,
|
|
61
|
+
CreateFleetOutputFilterSensitiveLog: () => CreateFleetOutputFilterSensitiveLog,
|
|
44
62
|
CreateGameServerGroupCommand: () => CreateGameServerGroupCommand,
|
|
45
63
|
CreateGameSessionCommand: () => CreateGameSessionCommand,
|
|
46
64
|
CreateGameSessionOutputFilterSensitiveLog: () => CreateGameSessionOutputFilterSensitiveLog,
|
|
@@ -59,6 +77,7 @@ __export(src_exports, {
|
|
|
59
77
|
CreateVpcPeeringConnectionCommand: () => CreateVpcPeeringConnectionCommand,
|
|
60
78
|
DeleteAliasCommand: () => DeleteAliasCommand,
|
|
61
79
|
DeleteBuildCommand: () => DeleteBuildCommand,
|
|
80
|
+
DeleteContainerGroupDefinitionCommand: () => DeleteContainerGroupDefinitionCommand,
|
|
62
81
|
DeleteFleetCommand: () => DeleteFleetCommand,
|
|
63
82
|
DeleteFleetLocationsCommand: () => DeleteFleetLocationsCommand,
|
|
64
83
|
DeleteGameServerGroupCommand: () => DeleteGameServerGroupCommand,
|
|
@@ -76,8 +95,11 @@ __export(src_exports, {
|
|
|
76
95
|
DescribeBuildCommand: () => DescribeBuildCommand,
|
|
77
96
|
DescribeComputeCommand: () => DescribeComputeCommand,
|
|
78
97
|
DescribeComputeOutputFilterSensitiveLog: () => DescribeComputeOutputFilterSensitiveLog,
|
|
98
|
+
DescribeContainerGroupDefinitionCommand: () => DescribeContainerGroupDefinitionCommand,
|
|
99
|
+
DescribeContainerGroupDefinitionOutputFilterSensitiveLog: () => DescribeContainerGroupDefinitionOutputFilterSensitiveLog,
|
|
79
100
|
DescribeEC2InstanceLimitsCommand: () => DescribeEC2InstanceLimitsCommand,
|
|
80
101
|
DescribeFleetAttributesCommand: () => DescribeFleetAttributesCommand,
|
|
102
|
+
DescribeFleetAttributesOutputFilterSensitiveLog: () => DescribeFleetAttributesOutputFilterSensitiveLog,
|
|
81
103
|
DescribeFleetCapacityCommand: () => DescribeFleetCapacityCommand,
|
|
82
104
|
DescribeFleetEventsCommand: () => DescribeFleetEventsCommand,
|
|
83
105
|
DescribeFleetLocationAttributesCommand: () => DescribeFleetLocationAttributesCommand,
|
|
@@ -115,6 +137,7 @@ __export(src_exports, {
|
|
|
115
137
|
EventCode: () => EventCode,
|
|
116
138
|
FilterInstanceStatus: () => FilterInstanceStatus,
|
|
117
139
|
FleetAction: () => FleetAction,
|
|
140
|
+
FleetAttributesFilterSensitiveLog: () => FleetAttributesFilterSensitiveLog,
|
|
118
141
|
FleetCapacityExceededException: () => FleetCapacityExceededException,
|
|
119
142
|
FleetStatus: () => FleetStatus,
|
|
120
143
|
FleetType: () => FleetType,
|
|
@@ -162,6 +185,8 @@ __export(src_exports, {
|
|
|
162
185
|
ListBuildsCommand: () => ListBuildsCommand,
|
|
163
186
|
ListComputeCommand: () => ListComputeCommand,
|
|
164
187
|
ListComputeOutputFilterSensitiveLog: () => ListComputeOutputFilterSensitiveLog,
|
|
188
|
+
ListContainerGroupDefinitionsCommand: () => ListContainerGroupDefinitionsCommand,
|
|
189
|
+
ListContainerGroupDefinitionsOutputFilterSensitiveLog: () => ListContainerGroupDefinitionsOutputFilterSensitiveLog,
|
|
165
190
|
ListFleetsCommand: () => ListFleetsCommand,
|
|
166
191
|
ListGameServerGroupsCommand: () => ListGameServerGroupsCommand,
|
|
167
192
|
ListGameServersCommand: () => ListGameServersCommand,
|
|
@@ -175,6 +200,7 @@ __export(src_exports, {
|
|
|
175
200
|
MatchmakingTicketFilterSensitiveLog: () => MatchmakingTicketFilterSensitiveLog,
|
|
176
201
|
MetricName: () => MetricName,
|
|
177
202
|
NotFoundException: () => NotFoundException,
|
|
203
|
+
NotReadyException: () => NotReadyException,
|
|
178
204
|
OperatingSystem: () => OperatingSystem,
|
|
179
205
|
OutOfCapacityException: () => OutOfCapacityException,
|
|
180
206
|
PlacedPlayerSessionFilterSensitiveLog: () => PlacedPlayerSessionFilterSensitiveLog,
|
|
@@ -255,6 +281,7 @@ __export(src_exports, {
|
|
|
255
281
|
paginateListAliases: () => paginateListAliases,
|
|
256
282
|
paginateListBuilds: () => paginateListBuilds,
|
|
257
283
|
paginateListCompute: () => paginateListCompute,
|
|
284
|
+
paginateListContainerGroupDefinitions: () => paginateListContainerGroupDefinitions,
|
|
258
285
|
paginateListFleets: () => paginateListFleets,
|
|
259
286
|
paginateListGameServerGroups: () => paginateListGameServerGroups,
|
|
260
287
|
paginateListGameServers: () => paginateListGameServers,
|
|
@@ -615,6 +642,10 @@ var ComputeStatus = {
|
|
|
615
642
|
PENDING: "PENDING",
|
|
616
643
|
TERMINATING: "TERMINATING"
|
|
617
644
|
};
|
|
645
|
+
var IpProtocol = {
|
|
646
|
+
TCP: "TCP",
|
|
647
|
+
UDP: "UDP"
|
|
648
|
+
};
|
|
618
649
|
var EC2InstanceType = {
|
|
619
650
|
c3_2xlarge: "c3.2xlarge",
|
|
620
651
|
c3_4xlarge: "c3.4xlarge",
|
|
@@ -794,8 +825,27 @@ var EC2InstanceType = {
|
|
|
794
825
|
};
|
|
795
826
|
var ComputeType = {
|
|
796
827
|
ANYWHERE: "ANYWHERE",
|
|
828
|
+
CONTAINER: "CONTAINER",
|
|
797
829
|
EC2: "EC2"
|
|
798
830
|
};
|
|
831
|
+
var ContainerDependencyCondition = {
|
|
832
|
+
COMPLETE: "COMPLETE",
|
|
833
|
+
HEALTHY: "HEALTHY",
|
|
834
|
+
START: "START",
|
|
835
|
+
SUCCESS: "SUCCESS"
|
|
836
|
+
};
|
|
837
|
+
var ContainerOperatingSystem = {
|
|
838
|
+
AMAZON_LINUX_2023: "AMAZON_LINUX_2023"
|
|
839
|
+
};
|
|
840
|
+
var ContainerSchedulingStrategy = {
|
|
841
|
+
DAEMON: "DAEMON",
|
|
842
|
+
REPLICA: "REPLICA"
|
|
843
|
+
};
|
|
844
|
+
var ContainerGroupDefinitionStatus = {
|
|
845
|
+
COPYING: "COPYING",
|
|
846
|
+
FAILED: "FAILED",
|
|
847
|
+
READY: "READY"
|
|
848
|
+
};
|
|
799
849
|
var _LimitExceededException = class _LimitExceededException extends GameLiftServiceException {
|
|
800
850
|
/**
|
|
801
851
|
* @internal
|
|
@@ -832,10 +882,6 @@ var _TaggingFailedException = class _TaggingFailedException extends GameLiftServ
|
|
|
832
882
|
};
|
|
833
883
|
__name(_TaggingFailedException, "TaggingFailedException");
|
|
834
884
|
var TaggingFailedException = _TaggingFailedException;
|
|
835
|
-
var IpProtocol = {
|
|
836
|
-
TCP: "TCP",
|
|
837
|
-
UDP: "UDP"
|
|
838
|
-
};
|
|
839
885
|
var FleetType = {
|
|
840
886
|
OnDemand: "ON_DEMAND",
|
|
841
887
|
Spot: "SPOT"
|
|
@@ -862,6 +908,24 @@ var FleetStatus = {
|
|
|
862
908
|
var FleetAction = {
|
|
863
909
|
AutoScaling: "AUTO_SCALING"
|
|
864
910
|
};
|
|
911
|
+
var _NotReadyException = class _NotReadyException extends GameLiftServiceException {
|
|
912
|
+
/**
|
|
913
|
+
* @internal
|
|
914
|
+
*/
|
|
915
|
+
constructor(opts) {
|
|
916
|
+
super({
|
|
917
|
+
name: "NotReadyException",
|
|
918
|
+
$fault: "client",
|
|
919
|
+
...opts
|
|
920
|
+
});
|
|
921
|
+
this.name = "NotReadyException";
|
|
922
|
+
this.$fault = "client";
|
|
923
|
+
Object.setPrototypeOf(this, _NotReadyException.prototype);
|
|
924
|
+
this.Message = opts.Message;
|
|
925
|
+
}
|
|
926
|
+
};
|
|
927
|
+
__name(_NotReadyException, "NotReadyException");
|
|
928
|
+
var NotReadyException = _NotReadyException;
|
|
865
929
|
var _InvalidFleetStatusException = class _InvalidFleetStatusException extends GameLiftServiceException {
|
|
866
930
|
/**
|
|
867
931
|
* @internal
|
|
@@ -1224,14 +1288,77 @@ var AcceptMatchInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1224
1288
|
var AwsCredentialsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1225
1289
|
...obj
|
|
1226
1290
|
}), "AwsCredentialsFilterSensitiveLog");
|
|
1291
|
+
var ContainerPortMappingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1292
|
+
...obj,
|
|
1293
|
+
...obj.ContainerPort && { ContainerPort: import_smithy_client.SENSITIVE_STRING },
|
|
1294
|
+
...obj.ConnectionPort && { ConnectionPort: import_smithy_client.SENSITIVE_STRING }
|
|
1295
|
+
}), "ContainerPortMappingFilterSensitiveLog");
|
|
1296
|
+
var ContainerAttributesFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1297
|
+
...obj,
|
|
1298
|
+
...obj.ContainerPortMappings && {
|
|
1299
|
+
ContainerPortMappings: obj.ContainerPortMappings.map((item) => ContainerPortMappingFilterSensitiveLog(item))
|
|
1300
|
+
}
|
|
1301
|
+
}), "ContainerAttributesFilterSensitiveLog");
|
|
1227
1302
|
var ComputeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1228
1303
|
...obj,
|
|
1229
|
-
...obj.IpAddress && { IpAddress: import_smithy_client.SENSITIVE_STRING }
|
|
1304
|
+
...obj.IpAddress && { IpAddress: import_smithy_client.SENSITIVE_STRING },
|
|
1305
|
+
...obj.ContainerAttributes && {
|
|
1306
|
+
ContainerAttributes: ContainerAttributesFilterSensitiveLog(obj.ContainerAttributes)
|
|
1307
|
+
}
|
|
1230
1308
|
}), "ComputeFilterSensitiveLog");
|
|
1309
|
+
var ConnectionPortRangeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1310
|
+
...obj,
|
|
1311
|
+
...obj.FromPort && { FromPort: import_smithy_client.SENSITIVE_STRING },
|
|
1312
|
+
...obj.ToPort && { ToPort: import_smithy_client.SENSITIVE_STRING }
|
|
1313
|
+
}), "ConnectionPortRangeFilterSensitiveLog");
|
|
1314
|
+
var ContainerPortRangeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1315
|
+
...obj,
|
|
1316
|
+
...obj.FromPort && { FromPort: import_smithy_client.SENSITIVE_STRING },
|
|
1317
|
+
...obj.ToPort && { ToPort: import_smithy_client.SENSITIVE_STRING }
|
|
1318
|
+
}), "ContainerPortRangeFilterSensitiveLog");
|
|
1319
|
+
var ContainerPortConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1320
|
+
...obj,
|
|
1321
|
+
...obj.ContainerPortRanges && {
|
|
1322
|
+
ContainerPortRanges: obj.ContainerPortRanges.map((item) => ContainerPortRangeFilterSensitiveLog(item))
|
|
1323
|
+
}
|
|
1324
|
+
}), "ContainerPortConfigurationFilterSensitiveLog");
|
|
1325
|
+
var ContainerDefinitionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1326
|
+
...obj,
|
|
1327
|
+
...obj.PortConfiguration && {
|
|
1328
|
+
PortConfiguration: ContainerPortConfigurationFilterSensitiveLog(obj.PortConfiguration)
|
|
1329
|
+
}
|
|
1330
|
+
}), "ContainerDefinitionFilterSensitiveLog");
|
|
1331
|
+
var ContainerDefinitionInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1332
|
+
...obj,
|
|
1333
|
+
...obj.PortConfiguration && {
|
|
1334
|
+
PortConfiguration: ContainerPortConfigurationFilterSensitiveLog(obj.PortConfiguration)
|
|
1335
|
+
}
|
|
1336
|
+
}), "ContainerDefinitionInputFilterSensitiveLog");
|
|
1337
|
+
var ContainerGroupDefinitionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1338
|
+
...obj
|
|
1339
|
+
}), "ContainerGroupDefinitionFilterSensitiveLog");
|
|
1340
|
+
var ContainerGroupsAttributesFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1341
|
+
...obj,
|
|
1342
|
+
...obj.ConnectionPortRange && {
|
|
1343
|
+
ConnectionPortRange: ConnectionPortRangeFilterSensitiveLog(obj.ConnectionPortRange)
|
|
1344
|
+
}
|
|
1345
|
+
}), "ContainerGroupsAttributesFilterSensitiveLog");
|
|
1346
|
+
var ContainerGroupsConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1347
|
+
...obj,
|
|
1348
|
+
...obj.ConnectionPortRange && {
|
|
1349
|
+
ConnectionPortRange: ConnectionPortRangeFilterSensitiveLog(obj.ConnectionPortRange)
|
|
1350
|
+
}
|
|
1351
|
+
}), "ContainerGroupsConfigurationFilterSensitiveLog");
|
|
1231
1352
|
var CreateBuildOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1232
1353
|
...obj,
|
|
1233
1354
|
...obj.UploadCredentials && { UploadCredentials: import_smithy_client.SENSITIVE_STRING }
|
|
1234
1355
|
}), "CreateBuildOutputFilterSensitiveLog");
|
|
1356
|
+
var CreateContainerGroupDefinitionInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1357
|
+
...obj
|
|
1358
|
+
}), "CreateContainerGroupDefinitionInputFilterSensitiveLog");
|
|
1359
|
+
var CreateContainerGroupDefinitionOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1360
|
+
...obj
|
|
1361
|
+
}), "CreateContainerGroupDefinitionOutputFilterSensitiveLog");
|
|
1235
1362
|
var IpPermissionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1236
1363
|
...obj,
|
|
1237
1364
|
...obj.FromPort && { FromPort: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -1242,8 +1369,21 @@ var CreateFleetInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1242
1369
|
...obj,
|
|
1243
1370
|
...obj.EC2InboundPermissions && {
|
|
1244
1371
|
EC2InboundPermissions: obj.EC2InboundPermissions.map((item) => IpPermissionFilterSensitiveLog(item))
|
|
1372
|
+
},
|
|
1373
|
+
...obj.ContainerGroupsConfiguration && {
|
|
1374
|
+
ContainerGroupsConfiguration: ContainerGroupsConfigurationFilterSensitiveLog(obj.ContainerGroupsConfiguration)
|
|
1245
1375
|
}
|
|
1246
1376
|
}), "CreateFleetInputFilterSensitiveLog");
|
|
1377
|
+
var FleetAttributesFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1378
|
+
...obj,
|
|
1379
|
+
...obj.ContainerGroupsAttributes && {
|
|
1380
|
+
ContainerGroupsAttributes: ContainerGroupsAttributesFilterSensitiveLog(obj.ContainerGroupsAttributes)
|
|
1381
|
+
}
|
|
1382
|
+
}), "FleetAttributesFilterSensitiveLog");
|
|
1383
|
+
var CreateFleetOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1384
|
+
...obj,
|
|
1385
|
+
...obj.FleetAttributes && { FleetAttributes: FleetAttributesFilterSensitiveLog(obj.FleetAttributes) }
|
|
1386
|
+
}), "CreateFleetOutputFilterSensitiveLog");
|
|
1247
1387
|
var GameSessionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1248
1388
|
...obj,
|
|
1249
1389
|
...obj.IpAddress && { IpAddress: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -1281,6 +1421,15 @@ var DescribeComputeOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1281
1421
|
...obj,
|
|
1282
1422
|
...obj.Compute && { Compute: ComputeFilterSensitiveLog(obj.Compute) }
|
|
1283
1423
|
}), "DescribeComputeOutputFilterSensitiveLog");
|
|
1424
|
+
var DescribeContainerGroupDefinitionOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1425
|
+
...obj
|
|
1426
|
+
}), "DescribeContainerGroupDefinitionOutputFilterSensitiveLog");
|
|
1427
|
+
var DescribeFleetAttributesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1428
|
+
...obj,
|
|
1429
|
+
...obj.FleetAttributes && {
|
|
1430
|
+
FleetAttributes: obj.FleetAttributes.map((item) => FleetAttributesFilterSensitiveLog(item))
|
|
1431
|
+
}
|
|
1432
|
+
}), "DescribeFleetAttributesOutputFilterSensitiveLog");
|
|
1284
1433
|
var DescribeFleetPortSettingsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1285
1434
|
...obj,
|
|
1286
1435
|
...obj.InboundPermissions && {
|
|
@@ -1394,6 +1543,9 @@ var ListComputeOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1394
1543
|
...obj,
|
|
1395
1544
|
...obj.ComputeList && { ComputeList: obj.ComputeList.map((item) => ComputeFilterSensitiveLog(item)) }
|
|
1396
1545
|
}), "ListComputeOutputFilterSensitiveLog");
|
|
1546
|
+
var ListContainerGroupDefinitionsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1547
|
+
...obj
|
|
1548
|
+
}), "ListContainerGroupDefinitionsOutputFilterSensitiveLog");
|
|
1397
1549
|
var RegisterComputeInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1398
1550
|
...obj,
|
|
1399
1551
|
...obj.IpAddress && { IpAddress: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1406,47 +1558,6 @@ var RequestUploadCredentialsOutputFilterSensitiveLog = /* @__PURE__ */ __name((o
|
|
|
1406
1558
|
...obj,
|
|
1407
1559
|
...obj.UploadCredentials && { UploadCredentials: import_smithy_client.SENSITIVE_STRING }
|
|
1408
1560
|
}), "RequestUploadCredentialsOutputFilterSensitiveLog");
|
|
1409
|
-
var SearchGameSessionsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1410
|
-
...obj,
|
|
1411
|
-
...obj.GameSessions && { GameSessions: obj.GameSessions.map((item) => GameSessionFilterSensitiveLog(item)) }
|
|
1412
|
-
}), "SearchGameSessionsOutputFilterSensitiveLog");
|
|
1413
|
-
var StartGameSessionPlacementInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1414
|
-
...obj,
|
|
1415
|
-
...obj.PlayerLatencies && {
|
|
1416
|
-
PlayerLatencies: obj.PlayerLatencies.map((item) => PlayerLatencyFilterSensitiveLog(item))
|
|
1417
|
-
},
|
|
1418
|
-
...obj.DesiredPlayerSessions && {
|
|
1419
|
-
DesiredPlayerSessions: obj.DesiredPlayerSessions.map((item) => DesiredPlayerSessionFilterSensitiveLog(item))
|
|
1420
|
-
}
|
|
1421
|
-
}), "StartGameSessionPlacementInputFilterSensitiveLog");
|
|
1422
|
-
var StartGameSessionPlacementOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1423
|
-
...obj,
|
|
1424
|
-
...obj.GameSessionPlacement && {
|
|
1425
|
-
GameSessionPlacement: GameSessionPlacementFilterSensitiveLog(obj.GameSessionPlacement)
|
|
1426
|
-
}
|
|
1427
|
-
}), "StartGameSessionPlacementOutputFilterSensitiveLog");
|
|
1428
|
-
var StartMatchBackfillInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1429
|
-
...obj,
|
|
1430
|
-
...obj.Players && { Players: obj.Players.map((item) => PlayerFilterSensitiveLog(item)) }
|
|
1431
|
-
}), "StartMatchBackfillInputFilterSensitiveLog");
|
|
1432
|
-
var StartMatchBackfillOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1433
|
-
...obj,
|
|
1434
|
-
...obj.MatchmakingTicket && { MatchmakingTicket: MatchmakingTicketFilterSensitiveLog(obj.MatchmakingTicket) }
|
|
1435
|
-
}), "StartMatchBackfillOutputFilterSensitiveLog");
|
|
1436
|
-
var StartMatchmakingInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1437
|
-
...obj,
|
|
1438
|
-
...obj.Players && { Players: obj.Players.map((item) => PlayerFilterSensitiveLog(item)) }
|
|
1439
|
-
}), "StartMatchmakingInputFilterSensitiveLog");
|
|
1440
|
-
var StartMatchmakingOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1441
|
-
...obj,
|
|
1442
|
-
...obj.MatchmakingTicket && { MatchmakingTicket: MatchmakingTicketFilterSensitiveLog(obj.MatchmakingTicket) }
|
|
1443
|
-
}), "StartMatchmakingOutputFilterSensitiveLog");
|
|
1444
|
-
var StopGameSessionPlacementOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1445
|
-
...obj,
|
|
1446
|
-
...obj.GameSessionPlacement && {
|
|
1447
|
-
GameSessionPlacement: GameSessionPlacementFilterSensitiveLog(obj.GameSessionPlacement)
|
|
1448
|
-
}
|
|
1449
|
-
}), "StopGameSessionPlacementOutputFilterSensitiveLog");
|
|
1450
1561
|
|
|
1451
1562
|
// src/protocols/Aws_json1_1.ts
|
|
1452
1563
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1476,6 +1587,12 @@ var se_CreateBuildCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1476
1587
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1477
1588
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1478
1589
|
}, "se_CreateBuildCommand");
|
|
1590
|
+
var se_CreateContainerGroupDefinitionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1591
|
+
const headers = sharedHeaders("CreateContainerGroupDefinition");
|
|
1592
|
+
let body;
|
|
1593
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1594
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1595
|
+
}, "se_CreateContainerGroupDefinitionCommand");
|
|
1479
1596
|
var se_CreateFleetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1480
1597
|
const headers = sharedHeaders("CreateFleet");
|
|
1481
1598
|
let body;
|
|
@@ -1566,6 +1683,12 @@ var se_DeleteBuildCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1566
1683
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1567
1684
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1568
1685
|
}, "se_DeleteBuildCommand");
|
|
1686
|
+
var se_DeleteContainerGroupDefinitionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1687
|
+
const headers = sharedHeaders("DeleteContainerGroupDefinition");
|
|
1688
|
+
let body;
|
|
1689
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1690
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1691
|
+
}, "se_DeleteContainerGroupDefinitionCommand");
|
|
1569
1692
|
var se_DeleteFleetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1570
1693
|
const headers = sharedHeaders("DeleteFleet");
|
|
1571
1694
|
let body;
|
|
@@ -1662,6 +1785,12 @@ var se_DescribeComputeCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1662
1785
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1663
1786
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1664
1787
|
}, "se_DescribeComputeCommand");
|
|
1788
|
+
var se_DescribeContainerGroupDefinitionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1789
|
+
const headers = sharedHeaders("DescribeContainerGroupDefinition");
|
|
1790
|
+
let body;
|
|
1791
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1792
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1793
|
+
}, "se_DescribeContainerGroupDefinitionCommand");
|
|
1665
1794
|
var se_DescribeEC2InstanceLimitsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1666
1795
|
const headers = sharedHeaders("DescribeEC2InstanceLimits");
|
|
1667
1796
|
let body;
|
|
@@ -1860,6 +1989,12 @@ var se_ListComputeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1860
1989
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1861
1990
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1862
1991
|
}, "se_ListComputeCommand");
|
|
1992
|
+
var se_ListContainerGroupDefinitionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1993
|
+
const headers = sharedHeaders("ListContainerGroupDefinitions");
|
|
1994
|
+
let body;
|
|
1995
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1996
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1997
|
+
}, "se_ListContainerGroupDefinitionsCommand");
|
|
1863
1998
|
var se_ListFleetsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1864
1999
|
const headers = sharedHeaders("ListFleets");
|
|
1865
2000
|
let body;
|
|
@@ -2128,6 +2263,19 @@ var de_CreateBuildCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2128
2263
|
};
|
|
2129
2264
|
return response;
|
|
2130
2265
|
}, "de_CreateBuildCommand");
|
|
2266
|
+
var de_CreateContainerGroupDefinitionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2267
|
+
if (output.statusCode >= 300) {
|
|
2268
|
+
return de_CommandError(output, context);
|
|
2269
|
+
}
|
|
2270
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2271
|
+
let contents = {};
|
|
2272
|
+
contents = de_CreateContainerGroupDefinitionOutput(data, context);
|
|
2273
|
+
const response = {
|
|
2274
|
+
$metadata: deserializeMetadata(output),
|
|
2275
|
+
...contents
|
|
2276
|
+
};
|
|
2277
|
+
return response;
|
|
2278
|
+
}, "de_CreateContainerGroupDefinitionCommand");
|
|
2131
2279
|
var de_CreateFleetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2132
2280
|
if (output.statusCode >= 300) {
|
|
2133
2281
|
return de_CommandError(output, context);
|
|
@@ -2317,6 +2465,16 @@ var de_DeleteBuildCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2317
2465
|
};
|
|
2318
2466
|
return response;
|
|
2319
2467
|
}, "de_DeleteBuildCommand");
|
|
2468
|
+
var de_DeleteContainerGroupDefinitionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2469
|
+
if (output.statusCode >= 300) {
|
|
2470
|
+
return de_CommandError(output, context);
|
|
2471
|
+
}
|
|
2472
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2473
|
+
const response = {
|
|
2474
|
+
$metadata: deserializeMetadata(output)
|
|
2475
|
+
};
|
|
2476
|
+
return response;
|
|
2477
|
+
}, "de_DeleteContainerGroupDefinitionCommand");
|
|
2320
2478
|
var de_DeleteFleetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2321
2479
|
if (output.statusCode >= 300) {
|
|
2322
2480
|
return de_CommandError(output, context);
|
|
@@ -2513,6 +2671,19 @@ var de_DescribeComputeCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2513
2671
|
};
|
|
2514
2672
|
return response;
|
|
2515
2673
|
}, "de_DescribeComputeCommand");
|
|
2674
|
+
var de_DescribeContainerGroupDefinitionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2675
|
+
if (output.statusCode >= 300) {
|
|
2676
|
+
return de_CommandError(output, context);
|
|
2677
|
+
}
|
|
2678
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2679
|
+
let contents = {};
|
|
2680
|
+
contents = de_DescribeContainerGroupDefinitionOutput(data, context);
|
|
2681
|
+
const response = {
|
|
2682
|
+
$metadata: deserializeMetadata(output),
|
|
2683
|
+
...contents
|
|
2684
|
+
};
|
|
2685
|
+
return response;
|
|
2686
|
+
}, "de_DescribeContainerGroupDefinitionCommand");
|
|
2516
2687
|
var de_DescribeEC2InstanceLimitsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2517
2688
|
if (output.statusCode >= 300) {
|
|
2518
2689
|
return de_CommandError(output, context);
|
|
@@ -2942,6 +3113,19 @@ var de_ListComputeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2942
3113
|
};
|
|
2943
3114
|
return response;
|
|
2944
3115
|
}, "de_ListComputeCommand");
|
|
3116
|
+
var de_ListContainerGroupDefinitionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3117
|
+
if (output.statusCode >= 300) {
|
|
3118
|
+
return de_CommandError(output, context);
|
|
3119
|
+
}
|
|
3120
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
3121
|
+
let contents = {};
|
|
3122
|
+
contents = de_ListContainerGroupDefinitionsOutput(data, context);
|
|
3123
|
+
const response = {
|
|
3124
|
+
$metadata: deserializeMetadata(output),
|
|
3125
|
+
...contents
|
|
3126
|
+
};
|
|
3127
|
+
return response;
|
|
3128
|
+
}, "de_ListContainerGroupDefinitionsCommand");
|
|
2945
3129
|
var de_ListFleetsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2946
3130
|
if (output.statusCode >= 300) {
|
|
2947
3131
|
return de_CommandError(output, context);
|
|
@@ -3444,6 +3628,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3444
3628
|
case "TaggingFailedException":
|
|
3445
3629
|
case "com.amazonaws.gamelift#TaggingFailedException":
|
|
3446
3630
|
throw await de_TaggingFailedExceptionRes(parsedOutput, context);
|
|
3631
|
+
case "NotReadyException":
|
|
3632
|
+
case "com.amazonaws.gamelift#NotReadyException":
|
|
3633
|
+
throw await de_NotReadyExceptionRes(parsedOutput, context);
|
|
3447
3634
|
case "InvalidFleetStatusException":
|
|
3448
3635
|
case "com.amazonaws.gamelift#InvalidFleetStatusException":
|
|
3449
3636
|
throw await de_InvalidFleetStatusExceptionRes(parsedOutput, context);
|
|
@@ -3561,6 +3748,15 @@ var de_NotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, contex
|
|
|
3561
3748
|
});
|
|
3562
3749
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
3563
3750
|
}, "de_NotFoundExceptionRes");
|
|
3751
|
+
var de_NotReadyExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3752
|
+
const body = parsedOutput.body;
|
|
3753
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
3754
|
+
const exception = new NotReadyException({
|
|
3755
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3756
|
+
...deserialized
|
|
3757
|
+
});
|
|
3758
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
3759
|
+
}, "de_NotReadyExceptionRes");
|
|
3564
3760
|
var de_OutOfCapacityExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3565
3761
|
const body = parsedOutput.body;
|
|
3566
3762
|
const deserialized = (0, import_smithy_client._json)(body);
|
|
@@ -3810,11 +4006,14 @@ var de_Compute = /* @__PURE__ */ __name((output, context) => {
|
|
|
3810
4006
|
ComputeArn: import_smithy_client.expectString,
|
|
3811
4007
|
ComputeName: import_smithy_client.expectString,
|
|
3812
4008
|
ComputeStatus: import_smithy_client.expectString,
|
|
4009
|
+
ContainerAttributes: import_smithy_client._json,
|
|
3813
4010
|
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3814
4011
|
DnsName: import_smithy_client.expectString,
|
|
3815
4012
|
FleetArn: import_smithy_client.expectString,
|
|
3816
4013
|
FleetId: import_smithy_client.expectString,
|
|
4014
|
+
GameLiftAgentEndpoint: import_smithy_client.expectString,
|
|
3817
4015
|
GameLiftServiceSdkEndpoint: import_smithy_client.expectString,
|
|
4016
|
+
InstanceId: import_smithy_client.expectString,
|
|
3818
4017
|
IpAddress: import_smithy_client.expectString,
|
|
3819
4018
|
Location: import_smithy_client.expectString,
|
|
3820
4019
|
OperatingSystem: import_smithy_client.expectString,
|
|
@@ -3827,6 +4026,26 @@ var de_ComputeList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3827
4026
|
});
|
|
3828
4027
|
return retVal;
|
|
3829
4028
|
}, "de_ComputeList");
|
|
4029
|
+
var de_ContainerGroupDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
4030
|
+
return (0, import_smithy_client.take)(output, {
|
|
4031
|
+
ContainerDefinitions: import_smithy_client._json,
|
|
4032
|
+
ContainerGroupDefinitionArn: import_smithy_client.expectString,
|
|
4033
|
+
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4034
|
+
Name: import_smithy_client.expectString,
|
|
4035
|
+
OperatingSystem: import_smithy_client.expectString,
|
|
4036
|
+
SchedulingStrategy: import_smithy_client.expectString,
|
|
4037
|
+
Status: import_smithy_client.expectString,
|
|
4038
|
+
StatusReason: import_smithy_client.expectString,
|
|
4039
|
+
TotalCpuLimit: import_smithy_client.expectInt32,
|
|
4040
|
+
TotalMemoryLimit: import_smithy_client.expectInt32
|
|
4041
|
+
});
|
|
4042
|
+
}, "de_ContainerGroupDefinition");
|
|
4043
|
+
var de_ContainerGroupDefinitionList = /* @__PURE__ */ __name((output, context) => {
|
|
4044
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
4045
|
+
return de_ContainerGroupDefinition(entry, context);
|
|
4046
|
+
});
|
|
4047
|
+
return retVal;
|
|
4048
|
+
}, "de_ContainerGroupDefinitionList");
|
|
3830
4049
|
var de_CreateAliasOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3831
4050
|
return (0, import_smithy_client.take)(output, {
|
|
3832
4051
|
Alias: (_) => de_Alias(_, context)
|
|
@@ -3839,6 +4058,11 @@ var de_CreateBuildOutput = /* @__PURE__ */ __name((output, context) => {
|
|
|
3839
4058
|
UploadCredentials: import_smithy_client._json
|
|
3840
4059
|
});
|
|
3841
4060
|
}, "de_CreateBuildOutput");
|
|
4061
|
+
var de_CreateContainerGroupDefinitionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4062
|
+
return (0, import_smithy_client.take)(output, {
|
|
4063
|
+
ContainerGroupDefinition: (_) => de_ContainerGroupDefinition(_, context)
|
|
4064
|
+
});
|
|
4065
|
+
}, "de_CreateContainerGroupDefinitionOutput");
|
|
3842
4066
|
var de_CreateFleetOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3843
4067
|
return (0, import_smithy_client.take)(output, {
|
|
3844
4068
|
FleetAttributes: (_) => de_FleetAttributes(_, context),
|
|
@@ -3905,6 +4129,11 @@ var de_DescribeComputeOutput = /* @__PURE__ */ __name((output, context) => {
|
|
|
3905
4129
|
Compute: (_) => de_Compute(_, context)
|
|
3906
4130
|
});
|
|
3907
4131
|
}, "de_DescribeComputeOutput");
|
|
4132
|
+
var de_DescribeContainerGroupDefinitionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4133
|
+
return (0, import_smithy_client.take)(output, {
|
|
4134
|
+
ContainerGroupDefinition: (_) => de_ContainerGroupDefinition(_, context)
|
|
4135
|
+
});
|
|
4136
|
+
}, "de_DescribeContainerGroupDefinitionOutput");
|
|
3908
4137
|
var de_DescribeFleetAttributesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3909
4138
|
return (0, import_smithy_client.take)(output, {
|
|
3910
4139
|
FleetAttributes: (_) => de_FleetAttributesList(_, context),
|
|
@@ -3991,6 +4220,7 @@ var de_DescribeVpcPeeringAuthorizationsOutput = /* @__PURE__ */ __name((output,
|
|
|
3991
4220
|
}, "de_DescribeVpcPeeringAuthorizationsOutput");
|
|
3992
4221
|
var de_Event = /* @__PURE__ */ __name((output, context) => {
|
|
3993
4222
|
return (0, import_smithy_client.take)(output, {
|
|
4223
|
+
Count: import_smithy_client.expectLong,
|
|
3994
4224
|
EventCode: import_smithy_client.expectString,
|
|
3995
4225
|
EventId: import_smithy_client.expectString,
|
|
3996
4226
|
EventTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
@@ -4012,6 +4242,7 @@ var de_FleetAttributes = /* @__PURE__ */ __name((output, context) => {
|
|
|
4012
4242
|
BuildId: import_smithy_client.expectString,
|
|
4013
4243
|
CertificateConfiguration: import_smithy_client._json,
|
|
4014
4244
|
ComputeType: import_smithy_client.expectString,
|
|
4245
|
+
ContainerGroupsAttributes: import_smithy_client._json,
|
|
4015
4246
|
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4016
4247
|
Description: import_smithy_client.expectString,
|
|
4017
4248
|
FleetArn: import_smithy_client.expectString,
|
|
@@ -4195,6 +4426,12 @@ var de_ListComputeOutput = /* @__PURE__ */ __name((output, context) => {
|
|
|
4195
4426
|
NextToken: import_smithy_client.expectString
|
|
4196
4427
|
});
|
|
4197
4428
|
}, "de_ListComputeOutput");
|
|
4429
|
+
var de_ListContainerGroupDefinitionsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4430
|
+
return (0, import_smithy_client.take)(output, {
|
|
4431
|
+
ContainerGroupDefinitions: (_) => de_ContainerGroupDefinitionList(_, context),
|
|
4432
|
+
NextToken: import_smithy_client.expectString
|
|
4433
|
+
});
|
|
4434
|
+
}, "de_ListContainerGroupDefinitionsOutput");
|
|
4198
4435
|
var de_ListGameServerGroupsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4199
4436
|
return (0, import_smithy_client.take)(output, {
|
|
4200
4437
|
GameServerGroups: (_) => de_GameServerGroups(_, context),
|
|
@@ -4581,6 +4818,23 @@ var _CreateBuildCommand = class _CreateBuildCommand extends import_smithy_client
|
|
|
4581
4818
|
__name(_CreateBuildCommand, "CreateBuildCommand");
|
|
4582
4819
|
var CreateBuildCommand = _CreateBuildCommand;
|
|
4583
4820
|
|
|
4821
|
+
// src/commands/CreateContainerGroupDefinitionCommand.ts
|
|
4822
|
+
|
|
4823
|
+
|
|
4824
|
+
|
|
4825
|
+
|
|
4826
|
+
var _CreateContainerGroupDefinitionCommand = class _CreateContainerGroupDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4827
|
+
...commonParams
|
|
4828
|
+
}).m(function(Command, cs, config, o) {
|
|
4829
|
+
return [
|
|
4830
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4831
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4832
|
+
];
|
|
4833
|
+
}).s("GameLift", "CreateContainerGroupDefinition", {}).n("GameLiftClient", "CreateContainerGroupDefinitionCommand").f(CreateContainerGroupDefinitionInputFilterSensitiveLog, CreateContainerGroupDefinitionOutputFilterSensitiveLog).ser(se_CreateContainerGroupDefinitionCommand).de(de_CreateContainerGroupDefinitionCommand).build() {
|
|
4834
|
+
};
|
|
4835
|
+
__name(_CreateContainerGroupDefinitionCommand, "CreateContainerGroupDefinitionCommand");
|
|
4836
|
+
var CreateContainerGroupDefinitionCommand = _CreateContainerGroupDefinitionCommand;
|
|
4837
|
+
|
|
4584
4838
|
// src/commands/CreateFleetCommand.ts
|
|
4585
4839
|
|
|
4586
4840
|
|
|
@@ -4593,7 +4847,7 @@ var _CreateFleetCommand = class _CreateFleetCommand extends import_smithy_client
|
|
|
4593
4847
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4594
4848
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4595
4849
|
];
|
|
4596
|
-
}).s("GameLift", "CreateFleet", {}).n("GameLiftClient", "CreateFleetCommand").f(CreateFleetInputFilterSensitiveLog,
|
|
4850
|
+
}).s("GameLift", "CreateFleet", {}).n("GameLiftClient", "CreateFleetCommand").f(CreateFleetInputFilterSensitiveLog, CreateFleetOutputFilterSensitiveLog).ser(se_CreateFleetCommand).de(de_CreateFleetCommand).build() {
|
|
4597
4851
|
};
|
|
4598
4852
|
__name(_CreateFleetCommand, "CreateFleetCommand");
|
|
4599
4853
|
var CreateFleetCommand = _CreateFleetCommand;
|
|
@@ -4836,6 +5090,23 @@ var _DeleteBuildCommand = class _DeleteBuildCommand extends import_smithy_client
|
|
|
4836
5090
|
__name(_DeleteBuildCommand, "DeleteBuildCommand");
|
|
4837
5091
|
var DeleteBuildCommand = _DeleteBuildCommand;
|
|
4838
5092
|
|
|
5093
|
+
// src/commands/DeleteContainerGroupDefinitionCommand.ts
|
|
5094
|
+
|
|
5095
|
+
|
|
5096
|
+
|
|
5097
|
+
|
|
5098
|
+
var _DeleteContainerGroupDefinitionCommand = class _DeleteContainerGroupDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5099
|
+
...commonParams
|
|
5100
|
+
}).m(function(Command, cs, config, o) {
|
|
5101
|
+
return [
|
|
5102
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5103
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5104
|
+
];
|
|
5105
|
+
}).s("GameLift", "DeleteContainerGroupDefinition", {}).n("GameLiftClient", "DeleteContainerGroupDefinitionCommand").f(void 0, void 0).ser(se_DeleteContainerGroupDefinitionCommand).de(de_DeleteContainerGroupDefinitionCommand).build() {
|
|
5106
|
+
};
|
|
5107
|
+
__name(_DeleteContainerGroupDefinitionCommand, "DeleteContainerGroupDefinitionCommand");
|
|
5108
|
+
var DeleteContainerGroupDefinitionCommand = _DeleteContainerGroupDefinitionCommand;
|
|
5109
|
+
|
|
4839
5110
|
// src/commands/DeleteFleetCommand.ts
|
|
4840
5111
|
|
|
4841
5112
|
|
|
@@ -5108,6 +5379,23 @@ var _DescribeComputeCommand = class _DescribeComputeCommand extends import_smith
|
|
|
5108
5379
|
__name(_DescribeComputeCommand, "DescribeComputeCommand");
|
|
5109
5380
|
var DescribeComputeCommand = _DescribeComputeCommand;
|
|
5110
5381
|
|
|
5382
|
+
// src/commands/DescribeContainerGroupDefinitionCommand.ts
|
|
5383
|
+
|
|
5384
|
+
|
|
5385
|
+
|
|
5386
|
+
|
|
5387
|
+
var _DescribeContainerGroupDefinitionCommand = class _DescribeContainerGroupDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5388
|
+
...commonParams
|
|
5389
|
+
}).m(function(Command, cs, config, o) {
|
|
5390
|
+
return [
|
|
5391
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5392
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5393
|
+
];
|
|
5394
|
+
}).s("GameLift", "DescribeContainerGroupDefinition", {}).n("GameLiftClient", "DescribeContainerGroupDefinitionCommand").f(void 0, DescribeContainerGroupDefinitionOutputFilterSensitiveLog).ser(se_DescribeContainerGroupDefinitionCommand).de(de_DescribeContainerGroupDefinitionCommand).build() {
|
|
5395
|
+
};
|
|
5396
|
+
__name(_DescribeContainerGroupDefinitionCommand, "DescribeContainerGroupDefinitionCommand");
|
|
5397
|
+
var DescribeContainerGroupDefinitionCommand = _DescribeContainerGroupDefinitionCommand;
|
|
5398
|
+
|
|
5111
5399
|
// src/commands/DescribeEC2InstanceLimitsCommand.ts
|
|
5112
5400
|
|
|
5113
5401
|
|
|
@@ -5137,7 +5425,7 @@ var _DescribeFleetAttributesCommand = class _DescribeFleetAttributesCommand exte
|
|
|
5137
5425
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5138
5426
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5139
5427
|
];
|
|
5140
|
-
}).s("GameLift", "DescribeFleetAttributes", {}).n("GameLiftClient", "DescribeFleetAttributesCommand").f(void 0,
|
|
5428
|
+
}).s("GameLift", "DescribeFleetAttributes", {}).n("GameLiftClient", "DescribeFleetAttributesCommand").f(void 0, DescribeFleetAttributesOutputFilterSensitiveLog).ser(se_DescribeFleetAttributesCommand).de(de_DescribeFleetAttributesCommand).build() {
|
|
5141
5429
|
};
|
|
5142
5430
|
__name(_DescribeFleetAttributesCommand, "DescribeFleetAttributesCommand");
|
|
5143
5431
|
var DescribeFleetAttributesCommand = _DescribeFleetAttributesCommand;
|
|
@@ -5669,6 +5957,23 @@ var _ListComputeCommand = class _ListComputeCommand extends import_smithy_client
|
|
|
5669
5957
|
__name(_ListComputeCommand, "ListComputeCommand");
|
|
5670
5958
|
var ListComputeCommand = _ListComputeCommand;
|
|
5671
5959
|
|
|
5960
|
+
// src/commands/ListContainerGroupDefinitionsCommand.ts
|
|
5961
|
+
|
|
5962
|
+
|
|
5963
|
+
|
|
5964
|
+
|
|
5965
|
+
var _ListContainerGroupDefinitionsCommand = class _ListContainerGroupDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5966
|
+
...commonParams
|
|
5967
|
+
}).m(function(Command, cs, config, o) {
|
|
5968
|
+
return [
|
|
5969
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5970
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5971
|
+
];
|
|
5972
|
+
}).s("GameLift", "ListContainerGroupDefinitions", {}).n("GameLiftClient", "ListContainerGroupDefinitionsCommand").f(void 0, ListContainerGroupDefinitionsOutputFilterSensitiveLog).ser(se_ListContainerGroupDefinitionsCommand).de(de_ListContainerGroupDefinitionsCommand).build() {
|
|
5973
|
+
};
|
|
5974
|
+
__name(_ListContainerGroupDefinitionsCommand, "ListContainerGroupDefinitionsCommand");
|
|
5975
|
+
var ListContainerGroupDefinitionsCommand = _ListContainerGroupDefinitionsCommand;
|
|
5976
|
+
|
|
5672
5977
|
// src/commands/ListFleetsCommand.ts
|
|
5673
5978
|
|
|
5674
5979
|
|
|
@@ -5878,6 +6183,69 @@ var ResumeGameServerGroupCommand = _ResumeGameServerGroupCommand;
|
|
|
5878
6183
|
|
|
5879
6184
|
|
|
5880
6185
|
|
|
6186
|
+
|
|
6187
|
+
// src/models/models_1.ts
|
|
6188
|
+
var GameServerHealthCheck = {
|
|
6189
|
+
HEALTHY: "HEALTHY"
|
|
6190
|
+
};
|
|
6191
|
+
var SearchGameSessionsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
6192
|
+
...obj,
|
|
6193
|
+
...obj.GameSessions && { GameSessions: obj.GameSessions.map((item) => GameSessionFilterSensitiveLog(item)) }
|
|
6194
|
+
}), "SearchGameSessionsOutputFilterSensitiveLog");
|
|
6195
|
+
var StartGameSessionPlacementInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
6196
|
+
...obj,
|
|
6197
|
+
...obj.PlayerLatencies && {
|
|
6198
|
+
PlayerLatencies: obj.PlayerLatencies.map((item) => PlayerLatencyFilterSensitiveLog(item))
|
|
6199
|
+
},
|
|
6200
|
+
...obj.DesiredPlayerSessions && {
|
|
6201
|
+
DesiredPlayerSessions: obj.DesiredPlayerSessions.map((item) => DesiredPlayerSessionFilterSensitiveLog(item))
|
|
6202
|
+
}
|
|
6203
|
+
}), "StartGameSessionPlacementInputFilterSensitiveLog");
|
|
6204
|
+
var StartGameSessionPlacementOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
6205
|
+
...obj,
|
|
6206
|
+
...obj.GameSessionPlacement && {
|
|
6207
|
+
GameSessionPlacement: GameSessionPlacementFilterSensitiveLog(obj.GameSessionPlacement)
|
|
6208
|
+
}
|
|
6209
|
+
}), "StartGameSessionPlacementOutputFilterSensitiveLog");
|
|
6210
|
+
var StartMatchBackfillInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
6211
|
+
...obj,
|
|
6212
|
+
...obj.Players && { Players: obj.Players.map((item) => PlayerFilterSensitiveLog(item)) }
|
|
6213
|
+
}), "StartMatchBackfillInputFilterSensitiveLog");
|
|
6214
|
+
var StartMatchBackfillOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
6215
|
+
...obj,
|
|
6216
|
+
...obj.MatchmakingTicket && { MatchmakingTicket: MatchmakingTicketFilterSensitiveLog(obj.MatchmakingTicket) }
|
|
6217
|
+
}), "StartMatchBackfillOutputFilterSensitiveLog");
|
|
6218
|
+
var StartMatchmakingInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
6219
|
+
...obj,
|
|
6220
|
+
...obj.Players && { Players: obj.Players.map((item) => PlayerFilterSensitiveLog(item)) }
|
|
6221
|
+
}), "StartMatchmakingInputFilterSensitiveLog");
|
|
6222
|
+
var StartMatchmakingOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
6223
|
+
...obj,
|
|
6224
|
+
...obj.MatchmakingTicket && { MatchmakingTicket: MatchmakingTicketFilterSensitiveLog(obj.MatchmakingTicket) }
|
|
6225
|
+
}), "StartMatchmakingOutputFilterSensitiveLog");
|
|
6226
|
+
var StopGameSessionPlacementOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
6227
|
+
...obj,
|
|
6228
|
+
...obj.GameSessionPlacement && {
|
|
6229
|
+
GameSessionPlacement: GameSessionPlacementFilterSensitiveLog(obj.GameSessionPlacement)
|
|
6230
|
+
}
|
|
6231
|
+
}), "StopGameSessionPlacementOutputFilterSensitiveLog");
|
|
6232
|
+
var UpdateFleetPortSettingsInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
6233
|
+
...obj,
|
|
6234
|
+
...obj.InboundPermissionAuthorizations && {
|
|
6235
|
+
InboundPermissionAuthorizations: obj.InboundPermissionAuthorizations.map(
|
|
6236
|
+
(item) => IpPermissionFilterSensitiveLog(item)
|
|
6237
|
+
)
|
|
6238
|
+
},
|
|
6239
|
+
...obj.InboundPermissionRevocations && {
|
|
6240
|
+
InboundPermissionRevocations: obj.InboundPermissionRevocations.map((item) => IpPermissionFilterSensitiveLog(item))
|
|
6241
|
+
}
|
|
6242
|
+
}), "UpdateFleetPortSettingsInputFilterSensitiveLog");
|
|
6243
|
+
var UpdateGameSessionOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
6244
|
+
...obj,
|
|
6245
|
+
...obj.GameSession && { GameSession: GameSessionFilterSensitiveLog(obj.GameSession) }
|
|
6246
|
+
}), "UpdateGameSessionOutputFilterSensitiveLog");
|
|
6247
|
+
|
|
6248
|
+
// src/commands/SearchGameSessionsCommand.ts
|
|
5881
6249
|
var _SearchGameSessionsCommand = class _SearchGameSessionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5882
6250
|
...commonParams
|
|
5883
6251
|
}).m(function(Command, cs, config, o) {
|
|
@@ -6133,28 +6501,6 @@ var UpdateFleetCapacityCommand = _UpdateFleetCapacityCommand;
|
|
|
6133
6501
|
|
|
6134
6502
|
|
|
6135
6503
|
|
|
6136
|
-
|
|
6137
|
-
// src/models/models_1.ts
|
|
6138
|
-
var GameServerHealthCheck = {
|
|
6139
|
-
HEALTHY: "HEALTHY"
|
|
6140
|
-
};
|
|
6141
|
-
var UpdateFleetPortSettingsInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
6142
|
-
...obj,
|
|
6143
|
-
...obj.InboundPermissionAuthorizations && {
|
|
6144
|
-
InboundPermissionAuthorizations: obj.InboundPermissionAuthorizations.map(
|
|
6145
|
-
(item) => IpPermissionFilterSensitiveLog(item)
|
|
6146
|
-
)
|
|
6147
|
-
},
|
|
6148
|
-
...obj.InboundPermissionRevocations && {
|
|
6149
|
-
InboundPermissionRevocations: obj.InboundPermissionRevocations.map((item) => IpPermissionFilterSensitiveLog(item))
|
|
6150
|
-
}
|
|
6151
|
-
}), "UpdateFleetPortSettingsInputFilterSensitiveLog");
|
|
6152
|
-
var UpdateGameSessionOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
6153
|
-
...obj,
|
|
6154
|
-
...obj.GameSession && { GameSession: GameSessionFilterSensitiveLog(obj.GameSession) }
|
|
6155
|
-
}), "UpdateGameSessionOutputFilterSensitiveLog");
|
|
6156
|
-
|
|
6157
|
-
// src/commands/UpdateFleetPortSettingsCommand.ts
|
|
6158
6504
|
var _UpdateFleetPortSettingsCommand = class _UpdateFleetPortSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6159
6505
|
...commonParams
|
|
6160
6506
|
}).m(function(Command, cs, config, o) {
|
|
@@ -6309,6 +6655,7 @@ var commands = {
|
|
|
6309
6655
|
ClaimGameServerCommand,
|
|
6310
6656
|
CreateAliasCommand,
|
|
6311
6657
|
CreateBuildCommand,
|
|
6658
|
+
CreateContainerGroupDefinitionCommand,
|
|
6312
6659
|
CreateFleetCommand,
|
|
6313
6660
|
CreateFleetLocationsCommand,
|
|
6314
6661
|
CreateGameServerGroupCommand,
|
|
@@ -6324,6 +6671,7 @@ var commands = {
|
|
|
6324
6671
|
CreateVpcPeeringConnectionCommand,
|
|
6325
6672
|
DeleteAliasCommand,
|
|
6326
6673
|
DeleteBuildCommand,
|
|
6674
|
+
DeleteContainerGroupDefinitionCommand,
|
|
6327
6675
|
DeleteFleetCommand,
|
|
6328
6676
|
DeleteFleetLocationsCommand,
|
|
6329
6677
|
DeleteGameServerGroupCommand,
|
|
@@ -6340,6 +6688,7 @@ var commands = {
|
|
|
6340
6688
|
DescribeAliasCommand,
|
|
6341
6689
|
DescribeBuildCommand,
|
|
6342
6690
|
DescribeComputeCommand,
|
|
6691
|
+
DescribeContainerGroupDefinitionCommand,
|
|
6343
6692
|
DescribeEC2InstanceLimitsCommand,
|
|
6344
6693
|
DescribeFleetAttributesCommand,
|
|
6345
6694
|
DescribeFleetCapacityCommand,
|
|
@@ -6373,6 +6722,7 @@ var commands = {
|
|
|
6373
6722
|
ListAliasesCommand,
|
|
6374
6723
|
ListBuildsCommand,
|
|
6375
6724
|
ListComputeCommand,
|
|
6725
|
+
ListContainerGroupDefinitionsCommand,
|
|
6376
6726
|
ListFleetsCommand,
|
|
6377
6727
|
ListGameServerGroupsCommand,
|
|
6378
6728
|
ListGameServersCommand,
|
|
@@ -6484,6 +6834,10 @@ var paginateListBuilds = (0, import_core.createPaginator)(GameLiftClient, ListBu
|
|
|
6484
6834
|
|
|
6485
6835
|
var paginateListCompute = (0, import_core.createPaginator)(GameLiftClient, ListComputeCommand, "NextToken", "NextToken", "Limit");
|
|
6486
6836
|
|
|
6837
|
+
// src/pagination/ListContainerGroupDefinitionsPaginator.ts
|
|
6838
|
+
|
|
6839
|
+
var paginateListContainerGroupDefinitions = (0, import_core.createPaginator)(GameLiftClient, ListContainerGroupDefinitionsCommand, "NextToken", "NextToken", "Limit");
|
|
6840
|
+
|
|
6487
6841
|
// src/pagination/ListFleetsPaginator.ts
|
|
6488
6842
|
|
|
6489
6843
|
var paginateListFleets = (0, import_core.createPaginator)(GameLiftClient, ListFleetsCommand, "NextToken", "NextToken", "Limit");
|
|
@@ -6519,6 +6873,7 @@ var paginateSearchGameSessions = (0, import_core.createPaginator)(GameLiftClient
|
|
|
6519
6873
|
ClaimGameServerCommand,
|
|
6520
6874
|
CreateAliasCommand,
|
|
6521
6875
|
CreateBuildCommand,
|
|
6876
|
+
CreateContainerGroupDefinitionCommand,
|
|
6522
6877
|
CreateFleetCommand,
|
|
6523
6878
|
CreateFleetLocationsCommand,
|
|
6524
6879
|
CreateGameServerGroupCommand,
|
|
@@ -6534,6 +6889,7 @@ var paginateSearchGameSessions = (0, import_core.createPaginator)(GameLiftClient
|
|
|
6534
6889
|
CreateVpcPeeringConnectionCommand,
|
|
6535
6890
|
DeleteAliasCommand,
|
|
6536
6891
|
DeleteBuildCommand,
|
|
6892
|
+
DeleteContainerGroupDefinitionCommand,
|
|
6537
6893
|
DeleteFleetCommand,
|
|
6538
6894
|
DeleteFleetLocationsCommand,
|
|
6539
6895
|
DeleteGameServerGroupCommand,
|
|
@@ -6550,6 +6906,7 @@ var paginateSearchGameSessions = (0, import_core.createPaginator)(GameLiftClient
|
|
|
6550
6906
|
DescribeAliasCommand,
|
|
6551
6907
|
DescribeBuildCommand,
|
|
6552
6908
|
DescribeComputeCommand,
|
|
6909
|
+
DescribeContainerGroupDefinitionCommand,
|
|
6553
6910
|
DescribeEC2InstanceLimitsCommand,
|
|
6554
6911
|
DescribeFleetAttributesCommand,
|
|
6555
6912
|
DescribeFleetCapacityCommand,
|
|
@@ -6583,6 +6940,7 @@ var paginateSearchGameSessions = (0, import_core.createPaginator)(GameLiftClient
|
|
|
6583
6940
|
ListAliasesCommand,
|
|
6584
6941
|
ListBuildsCommand,
|
|
6585
6942
|
ListComputeCommand,
|
|
6943
|
+
ListContainerGroupDefinitionsCommand,
|
|
6586
6944
|
ListFleetsCommand,
|
|
6587
6945
|
ListGameServerGroupsCommand,
|
|
6588
6946
|
ListGameServersCommand,
|
|
@@ -6636,6 +6994,7 @@ var paginateSearchGameSessions = (0, import_core.createPaginator)(GameLiftClient
|
|
|
6636
6994
|
paginateListAliases,
|
|
6637
6995
|
paginateListBuilds,
|
|
6638
6996
|
paginateListCompute,
|
|
6997
|
+
paginateListContainerGroupDefinitions,
|
|
6639
6998
|
paginateListFleets,
|
|
6640
6999
|
paginateListGameServerGroups,
|
|
6641
7000
|
paginateListGameServers,
|
|
@@ -6661,16 +7020,21 @@ var paginateSearchGameSessions = (0, import_core.createPaginator)(GameLiftClient
|
|
|
6661
7020
|
UnauthorizedException,
|
|
6662
7021
|
ComparisonOperatorType,
|
|
6663
7022
|
ComputeStatus,
|
|
7023
|
+
IpProtocol,
|
|
6664
7024
|
EC2InstanceType,
|
|
6665
7025
|
ComputeType,
|
|
7026
|
+
ContainerDependencyCondition,
|
|
7027
|
+
ContainerOperatingSystem,
|
|
7028
|
+
ContainerSchedulingStrategy,
|
|
7029
|
+
ContainerGroupDefinitionStatus,
|
|
6666
7030
|
LimitExceededException,
|
|
6667
7031
|
TaggingFailedException,
|
|
6668
|
-
IpProtocol,
|
|
6669
7032
|
FleetType,
|
|
6670
7033
|
InstanceRoleCredentialsProvider,
|
|
6671
7034
|
ProtectionPolicy,
|
|
6672
7035
|
FleetStatus,
|
|
6673
7036
|
FleetAction,
|
|
7037
|
+
NotReadyException,
|
|
6674
7038
|
InvalidFleetStatusException,
|
|
6675
7039
|
GameServerProtectionPolicy,
|
|
6676
7040
|
GameServerGroupInstanceType,
|
|
@@ -6702,10 +7066,24 @@ var paginateSearchGameSessions = (0, import_core.createPaginator)(GameLiftClient
|
|
|
6702
7066
|
LocationFilter,
|
|
6703
7067
|
AcceptMatchInputFilterSensitiveLog,
|
|
6704
7068
|
AwsCredentialsFilterSensitiveLog,
|
|
7069
|
+
ContainerPortMappingFilterSensitiveLog,
|
|
7070
|
+
ContainerAttributesFilterSensitiveLog,
|
|
6705
7071
|
ComputeFilterSensitiveLog,
|
|
7072
|
+
ConnectionPortRangeFilterSensitiveLog,
|
|
7073
|
+
ContainerPortRangeFilterSensitiveLog,
|
|
7074
|
+
ContainerPortConfigurationFilterSensitiveLog,
|
|
7075
|
+
ContainerDefinitionFilterSensitiveLog,
|
|
7076
|
+
ContainerDefinitionInputFilterSensitiveLog,
|
|
7077
|
+
ContainerGroupDefinitionFilterSensitiveLog,
|
|
7078
|
+
ContainerGroupsAttributesFilterSensitiveLog,
|
|
7079
|
+
ContainerGroupsConfigurationFilterSensitiveLog,
|
|
6706
7080
|
CreateBuildOutputFilterSensitiveLog,
|
|
7081
|
+
CreateContainerGroupDefinitionInputFilterSensitiveLog,
|
|
7082
|
+
CreateContainerGroupDefinitionOutputFilterSensitiveLog,
|
|
6707
7083
|
IpPermissionFilterSensitiveLog,
|
|
6708
7084
|
CreateFleetInputFilterSensitiveLog,
|
|
7085
|
+
FleetAttributesFilterSensitiveLog,
|
|
7086
|
+
CreateFleetOutputFilterSensitiveLog,
|
|
6709
7087
|
GameSessionFilterSensitiveLog,
|
|
6710
7088
|
CreateGameSessionOutputFilterSensitiveLog,
|
|
6711
7089
|
CreatePlayerSessionInputFilterSensitiveLog,
|
|
@@ -6714,6 +7092,8 @@ var paginateSearchGameSessions = (0, import_core.createPaginator)(GameLiftClient
|
|
|
6714
7092
|
CreatePlayerSessionsInputFilterSensitiveLog,
|
|
6715
7093
|
CreatePlayerSessionsOutputFilterSensitiveLog,
|
|
6716
7094
|
DescribeComputeOutputFilterSensitiveLog,
|
|
7095
|
+
DescribeContainerGroupDefinitionOutputFilterSensitiveLog,
|
|
7096
|
+
DescribeFleetAttributesOutputFilterSensitiveLog,
|
|
6717
7097
|
DescribeFleetPortSettingsOutputFilterSensitiveLog,
|
|
6718
7098
|
GameSessionDetailFilterSensitiveLog,
|
|
6719
7099
|
DescribeGameSessionDetailsOutputFilterSensitiveLog,
|
|
@@ -6737,9 +7117,11 @@ var paginateSearchGameSessions = (0, import_core.createPaginator)(GameLiftClient
|
|
|
6737
7117
|
InstanceAccessFilterSensitiveLog,
|
|
6738
7118
|
GetInstanceAccessOutputFilterSensitiveLog,
|
|
6739
7119
|
ListComputeOutputFilterSensitiveLog,
|
|
7120
|
+
ListContainerGroupDefinitionsOutputFilterSensitiveLog,
|
|
6740
7121
|
RegisterComputeInputFilterSensitiveLog,
|
|
6741
7122
|
RegisterComputeOutputFilterSensitiveLog,
|
|
6742
7123
|
RequestUploadCredentialsOutputFilterSensitiveLog,
|
|
7124
|
+
GameServerHealthCheck,
|
|
6743
7125
|
SearchGameSessionsOutputFilterSensitiveLog,
|
|
6744
7126
|
StartGameSessionPlacementInputFilterSensitiveLog,
|
|
6745
7127
|
StartGameSessionPlacementOutputFilterSensitiveLog,
|
|
@@ -6748,7 +7130,6 @@ var paginateSearchGameSessions = (0, import_core.createPaginator)(GameLiftClient
|
|
|
6748
7130
|
StartMatchmakingInputFilterSensitiveLog,
|
|
6749
7131
|
StartMatchmakingOutputFilterSensitiveLog,
|
|
6750
7132
|
StopGameSessionPlacementOutputFilterSensitiveLog,
|
|
6751
|
-
GameServerHealthCheck,
|
|
6752
7133
|
UpdateFleetPortSettingsInputFilterSensitiveLog,
|
|
6753
7134
|
UpdateGameSessionOutputFilterSensitiveLog
|
|
6754
7135
|
});
|