@aws-cdk/aws-gamelift-alpha 2.239.0-alpha.0 → 2.241.0-alpha.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/.jsii +82 -11
- package/.jsii.tabl.json.gz +0 -0
- package/lib/alias.js +2 -2
- package/lib/build-fleet.js +1 -1
- package/lib/build.js +2 -2
- package/lib/content.js +3 -3
- package/lib/fleet-base.js +1 -1
- package/lib/game-server-group.js +2 -2
- package/lib/game-session-queue.js +2 -2
- package/lib/ingress-rule.js +2 -2
- package/lib/matchmaking-configuration.js +1 -1
- package/lib/matchmaking-ruleset-body.js +1 -1
- package/lib/matchmaking-ruleset.js +2 -2
- package/lib/queued-matchmaking-configuration.js +1 -1
- package/lib/script.js +2 -2
- package/lib/standalone-matchmaking-configuration.js +1 -1
- package/package.json +7 -7
package/.jsii
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"aws-cdk-lib": "^2.
|
|
11
|
+
"aws-cdk-lib": "^2.241.0",
|
|
12
12
|
"constructs": "^10.5.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -1020,6 +1020,19 @@
|
|
|
1020
1020
|
}
|
|
1021
1021
|
}
|
|
1022
1022
|
},
|
|
1023
|
+
"aws-cdk-lib.aws_computeoptimizer": {
|
|
1024
|
+
"targets": {
|
|
1025
|
+
"dotnet": {
|
|
1026
|
+
"namespace": "Amazon.CDK.AWS.ComputeOptimizer"
|
|
1027
|
+
},
|
|
1028
|
+
"java": {
|
|
1029
|
+
"package": "software.amazon.awscdk.services.computeoptimizer"
|
|
1030
|
+
},
|
|
1031
|
+
"python": {
|
|
1032
|
+
"module": "aws_cdk.aws_computeoptimizer"
|
|
1033
|
+
}
|
|
1034
|
+
}
|
|
1035
|
+
},
|
|
1023
1036
|
"aws-cdk-lib.aws_config": {
|
|
1024
1037
|
"targets": {
|
|
1025
1038
|
"dotnet": {
|
|
@@ -1241,6 +1254,19 @@
|
|
|
1241
1254
|
}
|
|
1242
1255
|
}
|
|
1243
1256
|
},
|
|
1257
|
+
"aws-cdk-lib.aws_directconnect": {
|
|
1258
|
+
"targets": {
|
|
1259
|
+
"dotnet": {
|
|
1260
|
+
"namespace": "Amazon.CDK.AWS.DirectConnect"
|
|
1261
|
+
},
|
|
1262
|
+
"java": {
|
|
1263
|
+
"package": "software.amazon.awscdk.services.directconnect"
|
|
1264
|
+
},
|
|
1265
|
+
"python": {
|
|
1266
|
+
"module": "aws_cdk.aws_directconnect"
|
|
1267
|
+
}
|
|
1268
|
+
}
|
|
1269
|
+
},
|
|
1244
1270
|
"aws-cdk-lib.aws_directoryservice": {
|
|
1245
1271
|
"targets": {
|
|
1246
1272
|
"dotnet": {
|
|
@@ -1423,6 +1449,19 @@
|
|
|
1423
1449
|
}
|
|
1424
1450
|
}
|
|
1425
1451
|
},
|
|
1452
|
+
"aws-cdk-lib.aws_eks_v2": {
|
|
1453
|
+
"targets": {
|
|
1454
|
+
"dotnet": {
|
|
1455
|
+
"namespace": "Amazon.CDK.AWS.EKSv2"
|
|
1456
|
+
},
|
|
1457
|
+
"java": {
|
|
1458
|
+
"package": "software.amazon.awscdk.services.eks_v2"
|
|
1459
|
+
},
|
|
1460
|
+
"python": {
|
|
1461
|
+
"module": "aws_cdk.aws_eks_v2"
|
|
1462
|
+
}
|
|
1463
|
+
}
|
|
1464
|
+
},
|
|
1426
1465
|
"aws-cdk-lib.aws_elasticache": {
|
|
1427
1466
|
"targets": {
|
|
1428
1467
|
"dotnet": {
|
|
@@ -5032,6 +5071,22 @@
|
|
|
5032
5071
|
}
|
|
5033
5072
|
}
|
|
5034
5073
|
},
|
|
5074
|
+
"aws-cdk-lib.interfaces.aws_computeoptimizer": {
|
|
5075
|
+
"targets": {
|
|
5076
|
+
"dotnet": {
|
|
5077
|
+
"namespace": "Amazon.CDK.Interfaces.ComputeOptimizer"
|
|
5078
|
+
},
|
|
5079
|
+
"go": {
|
|
5080
|
+
"packageName": "interfacesawscomputeoptimizer"
|
|
5081
|
+
},
|
|
5082
|
+
"java": {
|
|
5083
|
+
"package": "software.amazon.awscdk.interfaces.computeoptimizer"
|
|
5084
|
+
},
|
|
5085
|
+
"python": {
|
|
5086
|
+
"module": "aws_cdk.interfaces.aws_computeoptimizer"
|
|
5087
|
+
}
|
|
5088
|
+
}
|
|
5089
|
+
},
|
|
5035
5090
|
"aws-cdk-lib.interfaces.aws_config": {
|
|
5036
5091
|
"targets": {
|
|
5037
5092
|
"dotnet": {
|
|
@@ -5304,6 +5359,22 @@
|
|
|
5304
5359
|
}
|
|
5305
5360
|
}
|
|
5306
5361
|
},
|
|
5362
|
+
"aws-cdk-lib.interfaces.aws_directconnect": {
|
|
5363
|
+
"targets": {
|
|
5364
|
+
"dotnet": {
|
|
5365
|
+
"namespace": "Amazon.CDK.Interfaces.DirectConnect"
|
|
5366
|
+
},
|
|
5367
|
+
"go": {
|
|
5368
|
+
"packageName": "interfacesawsdirectconnect"
|
|
5369
|
+
},
|
|
5370
|
+
"java": {
|
|
5371
|
+
"package": "software.amazon.awscdk.interfaces.directconnect"
|
|
5372
|
+
},
|
|
5373
|
+
"python": {
|
|
5374
|
+
"module": "aws_cdk.interfaces.aws_directconnect"
|
|
5375
|
+
}
|
|
5376
|
+
}
|
|
5377
|
+
},
|
|
5307
5378
|
"aws-cdk-lib.interfaces.aws_directoryservice": {
|
|
5308
5379
|
"targets": {
|
|
5309
5380
|
"dotnet": {
|
|
@@ -8499,7 +8570,7 @@
|
|
|
8499
8570
|
"stability": "experimental"
|
|
8500
8571
|
},
|
|
8501
8572
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
8502
|
-
"jsiiVersion": "5.9.
|
|
8573
|
+
"jsiiVersion": "5.9.29 (build f415c53)",
|
|
8503
8574
|
"keywords": [
|
|
8504
8575
|
"aws",
|
|
8505
8576
|
"cdk",
|
|
@@ -8865,7 +8936,7 @@
|
|
|
8865
8936
|
},
|
|
8866
8937
|
"locationInModule": {
|
|
8867
8938
|
"filename": "core/lib/resource.ts",
|
|
8868
|
-
"line":
|
|
8939
|
+
"line": 120
|
|
8869
8940
|
},
|
|
8870
8941
|
"parameters": [
|
|
8871
8942
|
{
|
|
@@ -9717,7 +9788,7 @@
|
|
|
9717
9788
|
},
|
|
9718
9789
|
"locationInModule": {
|
|
9719
9790
|
"filename": "core/lib/resource.ts",
|
|
9720
|
-
"line":
|
|
9791
|
+
"line": 120
|
|
9721
9792
|
},
|
|
9722
9793
|
"parameters": [
|
|
9723
9794
|
{
|
|
@@ -10575,7 +10646,7 @@
|
|
|
10575
10646
|
},
|
|
10576
10647
|
"locationInModule": {
|
|
10577
10648
|
"filename": "core/lib/resource.ts",
|
|
10578
|
-
"line":
|
|
10649
|
+
"line": 120
|
|
10579
10650
|
},
|
|
10580
10651
|
"parameters": [
|
|
10581
10652
|
{
|
|
@@ -11962,7 +12033,7 @@
|
|
|
11962
12033
|
},
|
|
11963
12034
|
"locationInModule": {
|
|
11964
12035
|
"filename": "core/lib/resource.ts",
|
|
11965
|
-
"line":
|
|
12036
|
+
"line": 120
|
|
11966
12037
|
},
|
|
11967
12038
|
"parameters": [
|
|
11968
12039
|
{
|
|
@@ -12771,7 +12842,7 @@
|
|
|
12771
12842
|
},
|
|
12772
12843
|
"locationInModule": {
|
|
12773
12844
|
"filename": "core/lib/resource.ts",
|
|
12774
|
-
"line":
|
|
12845
|
+
"line": 120
|
|
12775
12846
|
},
|
|
12776
12847
|
"parameters": [
|
|
12777
12848
|
{
|
|
@@ -15077,7 +15148,7 @@
|
|
|
15077
15148
|
},
|
|
15078
15149
|
"locationInModule": {
|
|
15079
15150
|
"filename": "core/lib/resource.ts",
|
|
15080
|
-
"line":
|
|
15151
|
+
"line": 120
|
|
15081
15152
|
},
|
|
15082
15153
|
"parameters": [
|
|
15083
15154
|
{
|
|
@@ -15878,7 +15949,7 @@
|
|
|
15878
15949
|
},
|
|
15879
15950
|
"locationInModule": {
|
|
15880
15951
|
"filename": "core/lib/resource.ts",
|
|
15881
|
-
"line":
|
|
15952
|
+
"line": 120
|
|
15882
15953
|
},
|
|
15883
15954
|
"parameters": [
|
|
15884
15955
|
{
|
|
@@ -17870,7 +17941,7 @@
|
|
|
17870
17941
|
},
|
|
17871
17942
|
"locationInModule": {
|
|
17872
17943
|
"filename": "core/lib/resource.ts",
|
|
17873
|
-
"line":
|
|
17944
|
+
"line": 120
|
|
17874
17945
|
},
|
|
17875
17946
|
"parameters": [
|
|
17876
17947
|
{
|
|
@@ -18348,6 +18419,6 @@
|
|
|
18348
18419
|
"symbolId": "lib/standalone-matchmaking-configuration:StandaloneMatchmakingConfigurationProps"
|
|
18349
18420
|
}
|
|
18350
18421
|
},
|
|
18351
|
-
"version": "2.
|
|
18422
|
+
"version": "2.241.0-alpha.0",
|
|
18352
18423
|
"fingerprint": "**********"
|
|
18353
18424
|
}
|
package/.jsii.tabl.json.gz
CHANGED
|
Binary file
|
package/lib/alias.js
CHANGED
|
@@ -46,7 +46,7 @@ const prop_injectable_1 = require("aws-cdk-lib/core/lib/prop-injectable");
|
|
|
46
46
|
* Base class for new and imported GameLift Alias.
|
|
47
47
|
*/
|
|
48
48
|
class AliasBase extends cdk.Resource {
|
|
49
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.AliasBase", version: "2.
|
|
49
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.AliasBase", version: "2.241.0-alpha.0" };
|
|
50
50
|
/**
|
|
51
51
|
* The ARN to put into the destination field of a game session queue
|
|
52
52
|
*/
|
|
@@ -92,7 +92,7 @@ let Alias = (() => {
|
|
|
92
92
|
Alias = _classThis = _classDescriptor.value;
|
|
93
93
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
94
94
|
}
|
|
95
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Alias", version: "2.
|
|
95
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Alias", version: "2.241.0-alpha.0" };
|
|
96
96
|
/** Uniquely identifies this class. */
|
|
97
97
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.Alias';
|
|
98
98
|
/**
|
package/lib/build-fleet.js
CHANGED
|
@@ -78,7 +78,7 @@ let BuildFleet = (() => {
|
|
|
78
78
|
BuildFleet = _classThis = _classDescriptor.value;
|
|
79
79
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
80
80
|
}
|
|
81
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.BuildFleet", version: "2.
|
|
81
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.BuildFleet", version: "2.241.0-alpha.0" };
|
|
82
82
|
/** Uniquely identifies this class. */
|
|
83
83
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.BuildFleet';
|
|
84
84
|
/**
|
package/lib/build.js
CHANGED
|
@@ -48,7 +48,7 @@ const content_1 = require("./content");
|
|
|
48
48
|
* Base class for new and imported GameLift server build.
|
|
49
49
|
*/
|
|
50
50
|
class BuildBase extends cdk.Resource {
|
|
51
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.BuildBase", version: "2.
|
|
51
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.BuildBase", version: "2.241.0-alpha.0" };
|
|
52
52
|
}
|
|
53
53
|
exports.BuildBase = BuildBase;
|
|
54
54
|
/**
|
|
@@ -110,7 +110,7 @@ let Build = (() => {
|
|
|
110
110
|
Build = _classThis = _classDescriptor.value;
|
|
111
111
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
112
112
|
}
|
|
113
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Build", version: "2.
|
|
113
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Build", version: "2.241.0-alpha.0" };
|
|
114
114
|
/** Uniquely identifies this class. */
|
|
115
115
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.Build';
|
|
116
116
|
/**
|
package/lib/content.js
CHANGED
|
@@ -11,7 +11,7 @@ const cdk = require("aws-cdk-lib/core");
|
|
|
11
11
|
* The class helps you on preparing and uploading custom game server build files or Realtime Servers server script files.
|
|
12
12
|
*/
|
|
13
13
|
class Content {
|
|
14
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Content", version: "2.
|
|
14
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Content", version: "2.241.0-alpha.0" };
|
|
15
15
|
/**
|
|
16
16
|
* Game content as an S3 object.
|
|
17
17
|
* @param bucket The S3 bucket
|
|
@@ -38,7 +38,7 @@ class S3Content extends Content {
|
|
|
38
38
|
bucket;
|
|
39
39
|
key;
|
|
40
40
|
objectVersion;
|
|
41
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.S3Content", version: "2.
|
|
41
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.S3Content", version: "2.241.0-alpha.0" };
|
|
42
42
|
constructor(bucket, key, objectVersion) {
|
|
43
43
|
super();
|
|
44
44
|
this.bucket = bucket;
|
|
@@ -71,7 +71,7 @@ exports.S3Content = S3Content;
|
|
|
71
71
|
class AssetContent extends Content {
|
|
72
72
|
path;
|
|
73
73
|
options;
|
|
74
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.AssetContent", version: "2.
|
|
74
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.AssetContent", version: "2.241.0-alpha.0" };
|
|
75
75
|
asset;
|
|
76
76
|
/**
|
|
77
77
|
* @param path The path to the asset file or directory.
|
package/lib/fleet-base.js
CHANGED
|
@@ -12,7 +12,7 @@ const alias_1 = require("./alias");
|
|
|
12
12
|
* Base class for new and imported GameLift fleet.
|
|
13
13
|
*/
|
|
14
14
|
class FleetBase extends cdk.Resource {
|
|
15
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.FleetBase", version: "2.
|
|
15
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.FleetBase", version: "2.241.0-alpha.0" };
|
|
16
16
|
/**
|
|
17
17
|
* Import an existing fleet from its attributes.
|
|
18
18
|
*/
|
package/lib/game-server-group.js
CHANGED
|
@@ -91,7 +91,7 @@ var BalancingStrategy;
|
|
|
91
91
|
* Base class for new and imported GameLift FleetIQ game server group.
|
|
92
92
|
*/
|
|
93
93
|
class GameServerGroupBase extends cdk.Resource {
|
|
94
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase", version: "2.
|
|
94
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase", version: "2.241.0-alpha.0" };
|
|
95
95
|
/**
|
|
96
96
|
* [disable-awslint:no-grants]
|
|
97
97
|
*/
|
|
@@ -159,7 +159,7 @@ let GameServerGroup = (() => {
|
|
|
159
159
|
GameServerGroup = _classThis = _classDescriptor.value;
|
|
160
160
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
161
161
|
}
|
|
162
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameServerGroup", version: "2.
|
|
162
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameServerGroup", version: "2.241.0-alpha.0" };
|
|
163
163
|
/** Uniquely identifies this class. */
|
|
164
164
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.GameServerGroup';
|
|
165
165
|
/**
|
|
@@ -69,7 +69,7 @@ var PriorityType;
|
|
|
69
69
|
* Base class for new and imported GameLift GameSessionQueue.
|
|
70
70
|
*/
|
|
71
71
|
class GameSessionQueueBase extends cdk.Resource {
|
|
72
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameSessionQueueBase", version: "2.
|
|
72
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameSessionQueueBase", version: "2.241.0-alpha.0" };
|
|
73
73
|
metric(metricName, props) {
|
|
74
74
|
return new cloudwatch.Metric({
|
|
75
75
|
namespace: 'AWS/GameLift',
|
|
@@ -132,7 +132,7 @@ let GameSessionQueue = (() => {
|
|
|
132
132
|
GameSessionQueue = _classThis = _classDescriptor.value;
|
|
133
133
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
134
134
|
}
|
|
135
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameSessionQueue", version: "2.
|
|
135
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameSessionQueue", version: "2.241.0-alpha.0" };
|
|
136
136
|
/** Uniquely identifies this class. */
|
|
137
137
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.GameSessionQueue';
|
|
138
138
|
/**
|
package/lib/ingress-rule.js
CHANGED
|
@@ -19,7 +19,7 @@ var Protocol;
|
|
|
19
19
|
*/
|
|
20
20
|
class Port {
|
|
21
21
|
props;
|
|
22
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Port", version: "2.
|
|
22
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Port", version: "2.241.0-alpha.0" };
|
|
23
23
|
/**
|
|
24
24
|
* A single TCP port
|
|
25
25
|
*/
|
|
@@ -113,7 +113,7 @@ exports.Port = Port;
|
|
|
113
113
|
* Use this object if you need to represent connection partners using plain IP addresses.
|
|
114
114
|
*/
|
|
115
115
|
class Peer {
|
|
116
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Peer", version: "2.
|
|
116
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Peer", version: "2.241.0-alpha.0" };
|
|
117
117
|
/**
|
|
118
118
|
* Create an IPv4 peer from a CIDR
|
|
119
119
|
*/
|
|
@@ -9,7 +9,7 @@ const cdk = require("aws-cdk-lib/core");
|
|
|
9
9
|
* Base class for new and imported GameLift Matchmaking configuration.
|
|
10
10
|
*/
|
|
11
11
|
class MatchmakingConfigurationBase extends cdk.Resource {
|
|
12
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.MatchmakingConfigurationBase", version: "2.
|
|
12
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.MatchmakingConfigurationBase", version: "2.241.0-alpha.0" };
|
|
13
13
|
/**
|
|
14
14
|
* Import an existing matchmaking configuration from its attributes.
|
|
15
15
|
*/
|
|
@@ -13,7 +13,7 @@ const fs = require("fs");
|
|
|
13
13
|
* - If no match is made after 30 seconds, gradually relax the skill requirements.
|
|
14
14
|
*/
|
|
15
15
|
class RuleSetContent {
|
|
16
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.RuleSetContent", version: "2.
|
|
16
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.RuleSetContent", version: "2.241.0-alpha.0" };
|
|
17
17
|
/**
|
|
18
18
|
* Matchmaking ruleSet body from a file
|
|
19
19
|
* @returns `RuleSetContentBase` based on JSON file content.
|
|
@@ -47,7 +47,7 @@ const prop_injectable_1 = require("aws-cdk-lib/core/lib/prop-injectable");
|
|
|
47
47
|
* Base class for new and imported GameLift matchmaking ruleSet.
|
|
48
48
|
*/
|
|
49
49
|
class MatchmakingRuleSetBase extends cdk.Resource {
|
|
50
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSetBase", version: "2.
|
|
50
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSetBase", version: "2.241.0-alpha.0" };
|
|
51
51
|
metric(metricName, props) {
|
|
52
52
|
return new cloudwatch.Metric({
|
|
53
53
|
namespace: 'AWS/GameLift',
|
|
@@ -103,7 +103,7 @@ let MatchmakingRuleSet = (() => {
|
|
|
103
103
|
MatchmakingRuleSet = _classThis = _classDescriptor.value;
|
|
104
104
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
105
105
|
}
|
|
106
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSet", version: "2.
|
|
106
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSet", version: "2.241.0-alpha.0" };
|
|
107
107
|
/** Uniquely identifies this class. */
|
|
108
108
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.MatchmakingRuleSet';
|
|
109
109
|
/**
|
|
@@ -78,7 +78,7 @@ let QueuedMatchmakingConfiguration = (() => {
|
|
|
78
78
|
QueuedMatchmakingConfiguration = _classThis = _classDescriptor.value;
|
|
79
79
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
80
80
|
}
|
|
81
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.QueuedMatchmakingConfiguration", version: "2.
|
|
81
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.QueuedMatchmakingConfiguration", version: "2.241.0-alpha.0" };
|
|
82
82
|
/** Uniquely identifies this class. */
|
|
83
83
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.QueuedMatchmakingConfiguration';
|
|
84
84
|
/**
|
package/lib/script.js
CHANGED
|
@@ -48,7 +48,7 @@ const content_1 = require("./content");
|
|
|
48
48
|
* Base class for new and imported GameLift realtime server script.
|
|
49
49
|
*/
|
|
50
50
|
class ScriptBase extends cdk.Resource {
|
|
51
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.ScriptBase", version: "2.
|
|
51
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.ScriptBase", version: "2.241.0-alpha.0" };
|
|
52
52
|
}
|
|
53
53
|
exports.ScriptBase = ScriptBase;
|
|
54
54
|
/**
|
|
@@ -80,7 +80,7 @@ let Script = (() => {
|
|
|
80
80
|
Script = _classThis = _classDescriptor.value;
|
|
81
81
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
82
82
|
}
|
|
83
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Script", version: "2.
|
|
83
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Script", version: "2.241.0-alpha.0" };
|
|
84
84
|
/** Uniquely identifies this class. */
|
|
85
85
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.Script';
|
|
86
86
|
/**
|
|
@@ -75,7 +75,7 @@ let StandaloneMatchmakingConfiguration = (() => {
|
|
|
75
75
|
StandaloneMatchmakingConfiguration = _classThis = _classDescriptor.value;
|
|
76
76
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
77
77
|
}
|
|
78
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.StandaloneMatchmakingConfiguration", version: "2.
|
|
78
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.StandaloneMatchmakingConfiguration", version: "2.241.0-alpha.0" };
|
|
79
79
|
/** Uniquely identifies this class. */
|
|
80
80
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.StandaloneMatchmakingConfiguration';
|
|
81
81
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/aws-gamelift-alpha",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.241.0-alpha.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The CDK Construct Library for AWS::GameLift",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -82,19 +82,19 @@
|
|
|
82
82
|
},
|
|
83
83
|
"license": "Apache-2.0",
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@aws-cdk/cdk-build-tools": "2.
|
|
86
|
-
"@aws-cdk/integ-runner": "^2.
|
|
87
|
-
"@aws-cdk/pkglint": "2.
|
|
85
|
+
"@aws-cdk/cdk-build-tools": "2.241.0-alpha.0",
|
|
86
|
+
"@aws-cdk/integ-runner": "^2.196.1",
|
|
87
|
+
"@aws-cdk/pkglint": "2.241.0-alpha.0",
|
|
88
88
|
"@types/jest": "^29.5.14",
|
|
89
89
|
"jest": "^29.7.0",
|
|
90
|
-
"aws-cdk-lib": "2.
|
|
90
|
+
"aws-cdk-lib": "2.241.0",
|
|
91
91
|
"constructs": "^10.5.0",
|
|
92
|
-
"@aws-cdk/integ-tests-alpha": "2.
|
|
92
|
+
"@aws-cdk/integ-tests-alpha": "2.241.0-alpha.0"
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {},
|
|
95
95
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
96
96
|
"peerDependencies": {
|
|
97
|
-
"aws-cdk-lib": "^2.
|
|
97
|
+
"aws-cdk-lib": "^2.241.0",
|
|
98
98
|
"constructs": "^10.5.0"
|
|
99
99
|
},
|
|
100
100
|
"engines": {
|