@aws-cdk/aws-gamelift-alpha 2.266.0-alpha.0 → 2.267.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 +2 -2
- 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 +6 -6
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.267.0",
|
|
12
12
|
"constructs": "^10.5.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -19237,6 +19237,6 @@
|
|
|
19237
19237
|
"symbolId": "lib/standalone-matchmaking-configuration:StandaloneMatchmakingConfigurationProps"
|
|
19238
19238
|
}
|
|
19239
19239
|
},
|
|
19240
|
-
"version": "2.
|
|
19240
|
+
"version": "2.267.0-alpha.0",
|
|
19241
19241
|
"fingerprint": "**********"
|
|
19242
19242
|
}
|
package/.jsii.tabl.json.gz
CHANGED
|
Binary file
|
package/lib/alias.js
CHANGED
|
@@ -79,7 +79,7 @@ const prop_injectable_1 = require("aws-cdk-lib/core/lib/prop-injectable");
|
|
|
79
79
|
* Base class for new and imported GameLift Alias.
|
|
80
80
|
*/
|
|
81
81
|
class AliasBase extends cdk.Resource {
|
|
82
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.AliasBase", version: "2.
|
|
82
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.AliasBase", version: "2.267.0-alpha.0" };
|
|
83
83
|
/**
|
|
84
84
|
* The ARN to put into the destination field of a game session queue
|
|
85
85
|
*/
|
|
@@ -125,7 +125,7 @@ let Alias = (() => {
|
|
|
125
125
|
Alias = _classThis = _classDescriptor.value;
|
|
126
126
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
127
127
|
}
|
|
128
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Alias", version: "2.
|
|
128
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Alias", version: "2.267.0-alpha.0" };
|
|
129
129
|
/** Uniquely identifies this class. */
|
|
130
130
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.Alias';
|
|
131
131
|
/**
|
package/lib/build-fleet.js
CHANGED
|
@@ -111,7 +111,7 @@ let BuildFleet = (() => {
|
|
|
111
111
|
BuildFleet = _classThis = _classDescriptor.value;
|
|
112
112
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
113
113
|
}
|
|
114
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.BuildFleet", version: "2.
|
|
114
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.BuildFleet", version: "2.267.0-alpha.0" };
|
|
115
115
|
/** Uniquely identifies this class. */
|
|
116
116
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.BuildFleet';
|
|
117
117
|
/**
|
package/lib/build.js
CHANGED
|
@@ -81,7 +81,7 @@ const content_1 = require("./content");
|
|
|
81
81
|
* Base class for new and imported GameLift server build.
|
|
82
82
|
*/
|
|
83
83
|
class BuildBase extends cdk.Resource {
|
|
84
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.BuildBase", version: "2.
|
|
84
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.BuildBase", version: "2.267.0-alpha.0" };
|
|
85
85
|
}
|
|
86
86
|
exports.BuildBase = BuildBase;
|
|
87
87
|
/**
|
|
@@ -143,7 +143,7 @@ let Build = (() => {
|
|
|
143
143
|
Build = _classThis = _classDescriptor.value;
|
|
144
144
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
145
145
|
}
|
|
146
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Build", version: "2.
|
|
146
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Build", version: "2.267.0-alpha.0" };
|
|
147
147
|
/** Uniquely identifies this class. */
|
|
148
148
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.Build';
|
|
149
149
|
/**
|
package/lib/content.js
CHANGED
|
@@ -44,7 +44,7 @@ const cdk = __importStar(require("aws-cdk-lib/core"));
|
|
|
44
44
|
* The class helps you on preparing and uploading custom game server build files or Realtime Servers server script files.
|
|
45
45
|
*/
|
|
46
46
|
class Content {
|
|
47
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Content", version: "2.
|
|
47
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Content", version: "2.267.0-alpha.0" };
|
|
48
48
|
/**
|
|
49
49
|
* Game content as an S3 object.
|
|
50
50
|
* @param bucket The S3 bucket
|
|
@@ -71,7 +71,7 @@ class S3Content extends Content {
|
|
|
71
71
|
bucket;
|
|
72
72
|
key;
|
|
73
73
|
objectVersion;
|
|
74
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.S3Content", version: "2.
|
|
74
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.S3Content", version: "2.267.0-alpha.0" };
|
|
75
75
|
constructor(bucket, key, objectVersion) {
|
|
76
76
|
super();
|
|
77
77
|
this.bucket = bucket;
|
|
@@ -104,7 +104,7 @@ exports.S3Content = S3Content;
|
|
|
104
104
|
class AssetContent extends Content {
|
|
105
105
|
path;
|
|
106
106
|
options;
|
|
107
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.AssetContent", version: "2.
|
|
107
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.AssetContent", version: "2.267.0-alpha.0" };
|
|
108
108
|
asset;
|
|
109
109
|
/**
|
|
110
110
|
* @param path The path to the asset file or directory.
|
package/lib/fleet-base.js
CHANGED
|
@@ -45,7 +45,7 @@ const alias_1 = require("./alias");
|
|
|
45
45
|
* Base class for new and imported GameLift fleet.
|
|
46
46
|
*/
|
|
47
47
|
class FleetBase extends cdk.Resource {
|
|
48
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.FleetBase", version: "2.
|
|
48
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.FleetBase", version: "2.267.0-alpha.0" };
|
|
49
49
|
/**
|
|
50
50
|
* Import an existing fleet from its attributes.
|
|
51
51
|
*/
|
package/lib/game-server-group.js
CHANGED
|
@@ -124,7 +124,7 @@ var BalancingStrategy;
|
|
|
124
124
|
* Base class for new and imported GameLift FleetIQ game server group.
|
|
125
125
|
*/
|
|
126
126
|
class GameServerGroupBase extends cdk.Resource {
|
|
127
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase", version: "2.
|
|
127
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase", version: "2.267.0-alpha.0" };
|
|
128
128
|
/**
|
|
129
129
|
* [disable-awslint:no-grants]
|
|
130
130
|
*/
|
|
@@ -192,7 +192,7 @@ let GameServerGroup = (() => {
|
|
|
192
192
|
GameServerGroup = _classThis = _classDescriptor.value;
|
|
193
193
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
194
194
|
}
|
|
195
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameServerGroup", version: "2.
|
|
195
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameServerGroup", version: "2.267.0-alpha.0" };
|
|
196
196
|
/** Uniquely identifies this class. */
|
|
197
197
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.GameServerGroup';
|
|
198
198
|
/**
|
|
@@ -102,7 +102,7 @@ var PriorityType;
|
|
|
102
102
|
* Base class for new and imported GameLift GameSessionQueue.
|
|
103
103
|
*/
|
|
104
104
|
class GameSessionQueueBase extends cdk.Resource {
|
|
105
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameSessionQueueBase", version: "2.
|
|
105
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameSessionQueueBase", version: "2.267.0-alpha.0" };
|
|
106
106
|
metric(metricName, props) {
|
|
107
107
|
return new cloudwatch.Metric({
|
|
108
108
|
namespace: 'AWS/GameLift',
|
|
@@ -165,7 +165,7 @@ let GameSessionQueue = (() => {
|
|
|
165
165
|
GameSessionQueue = _classThis = _classDescriptor.value;
|
|
166
166
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
167
167
|
}
|
|
168
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameSessionQueue", version: "2.
|
|
168
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameSessionQueue", version: "2.267.0-alpha.0" };
|
|
169
169
|
/** Uniquely identifies this class. */
|
|
170
170
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.GameSessionQueue';
|
|
171
171
|
/**
|
package/lib/ingress-rule.js
CHANGED
|
@@ -52,7 +52,7 @@ var Protocol;
|
|
|
52
52
|
*/
|
|
53
53
|
class Port {
|
|
54
54
|
props;
|
|
55
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Port", version: "2.
|
|
55
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Port", version: "2.267.0-alpha.0" };
|
|
56
56
|
/**
|
|
57
57
|
* A single TCP port
|
|
58
58
|
*/
|
|
@@ -146,7 +146,7 @@ exports.Port = Port;
|
|
|
146
146
|
* Use this object if you need to represent connection partners using plain IP addresses.
|
|
147
147
|
*/
|
|
148
148
|
class Peer {
|
|
149
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Peer", version: "2.
|
|
149
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Peer", version: "2.267.0-alpha.0" };
|
|
150
150
|
/**
|
|
151
151
|
* Create an IPv4 peer from a CIDR
|
|
152
152
|
*/
|
|
@@ -42,7 +42,7 @@ const cdk = __importStar(require("aws-cdk-lib/core"));
|
|
|
42
42
|
* Base class for new and imported GameLift Matchmaking configuration.
|
|
43
43
|
*/
|
|
44
44
|
class MatchmakingConfigurationBase extends cdk.Resource {
|
|
45
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.MatchmakingConfigurationBase", version: "2.
|
|
45
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.MatchmakingConfigurationBase", version: "2.267.0-alpha.0" };
|
|
46
46
|
/**
|
|
47
47
|
* Import an existing matchmaking configuration from its attributes.
|
|
48
48
|
*/
|
|
@@ -46,7 +46,7 @@ const fs = __importStar(require("fs"));
|
|
|
46
46
|
* - If no match is made after 30 seconds, gradually relax the skill requirements.
|
|
47
47
|
*/
|
|
48
48
|
class RuleSetContent {
|
|
49
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.RuleSetContent", version: "2.
|
|
49
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.RuleSetContent", version: "2.267.0-alpha.0" };
|
|
50
50
|
/**
|
|
51
51
|
* Matchmaking ruleSet body from a file
|
|
52
52
|
* @returns `RuleSetContentBase` based on JSON file content.
|
|
@@ -80,7 +80,7 @@ const prop_injectable_1 = require("aws-cdk-lib/core/lib/prop-injectable");
|
|
|
80
80
|
* Base class for new and imported GameLift matchmaking ruleSet.
|
|
81
81
|
*/
|
|
82
82
|
class MatchmakingRuleSetBase extends cdk.Resource {
|
|
83
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSetBase", version: "2.
|
|
83
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSetBase", version: "2.267.0-alpha.0" };
|
|
84
84
|
metric(metricName, props) {
|
|
85
85
|
return new cloudwatch.Metric({
|
|
86
86
|
namespace: 'AWS/GameLift',
|
|
@@ -136,7 +136,7 @@ let MatchmakingRuleSet = (() => {
|
|
|
136
136
|
MatchmakingRuleSet = _classThis = _classDescriptor.value;
|
|
137
137
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
138
138
|
}
|
|
139
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSet", version: "2.
|
|
139
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSet", version: "2.267.0-alpha.0" };
|
|
140
140
|
/** Uniquely identifies this class. */
|
|
141
141
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.MatchmakingRuleSet';
|
|
142
142
|
/**
|
|
@@ -111,7 +111,7 @@ let QueuedMatchmakingConfiguration = (() => {
|
|
|
111
111
|
QueuedMatchmakingConfiguration = _classThis = _classDescriptor.value;
|
|
112
112
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
113
113
|
}
|
|
114
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.QueuedMatchmakingConfiguration", version: "2.
|
|
114
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.QueuedMatchmakingConfiguration", version: "2.267.0-alpha.0" };
|
|
115
115
|
/** Uniquely identifies this class. */
|
|
116
116
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.QueuedMatchmakingConfiguration';
|
|
117
117
|
/**
|
package/lib/script.js
CHANGED
|
@@ -81,7 +81,7 @@ const content_1 = require("./content");
|
|
|
81
81
|
* Base class for new and imported GameLift realtime server script.
|
|
82
82
|
*/
|
|
83
83
|
class ScriptBase extends cdk.Resource {
|
|
84
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.ScriptBase", version: "2.
|
|
84
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.ScriptBase", version: "2.267.0-alpha.0" };
|
|
85
85
|
}
|
|
86
86
|
exports.ScriptBase = ScriptBase;
|
|
87
87
|
/**
|
|
@@ -113,7 +113,7 @@ let Script = (() => {
|
|
|
113
113
|
Script = _classThis = _classDescriptor.value;
|
|
114
114
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
115
115
|
}
|
|
116
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Script", version: "2.
|
|
116
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Script", version: "2.267.0-alpha.0" };
|
|
117
117
|
/** Uniquely identifies this class. */
|
|
118
118
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.Script';
|
|
119
119
|
/**
|
|
@@ -108,7 +108,7 @@ let StandaloneMatchmakingConfiguration = (() => {
|
|
|
108
108
|
StandaloneMatchmakingConfiguration = _classThis = _classDescriptor.value;
|
|
109
109
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
110
110
|
}
|
|
111
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.StandaloneMatchmakingConfiguration", version: "2.
|
|
111
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.StandaloneMatchmakingConfiguration", version: "2.267.0-alpha.0" };
|
|
112
112
|
/** Uniquely identifies this class. */
|
|
113
113
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.StandaloneMatchmakingConfiguration';
|
|
114
114
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/aws-gamelift-alpha",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.267.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.
|
|
85
|
+
"@aws-cdk/cdk-build-tools": "2.267.0-alpha.0",
|
|
86
86
|
"@aws-cdk/integ-runner": "^2.202.3",
|
|
87
|
-
"@aws-cdk/pkglint": "2.
|
|
87
|
+
"@aws-cdk/pkglint": "2.267.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.267.0",
|
|
91
91
|
"constructs": "^10.5.0",
|
|
92
|
-
"@aws-cdk/integ-tests-alpha": "2.
|
|
92
|
+
"@aws-cdk/integ-tests-alpha": "2.267.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.267.0",
|
|
98
98
|
"constructs": "^10.5.0"
|
|
99
99
|
},
|
|
100
100
|
"engines": {
|