@aws-cdk/aws-gamelift-alpha 2.248.0-alpha.0 → 2.249.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 CHANGED
@@ -8,7 +8,7 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "aws-cdk-lib": "^2.248.0",
11
+ "aws-cdk-lib": "^2.249.0",
12
12
  "constructs": "^10.5.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -2820,6 +2820,19 @@
2820
2820
  }
2821
2821
  }
2822
2822
  },
2823
+ "aws-cdk-lib.aws_novaact": {
2824
+ "targets": {
2825
+ "dotnet": {
2826
+ "namespace": "Amazon.CDK.AWS.NovaAct"
2827
+ },
2828
+ "java": {
2829
+ "package": "software.amazon.awscdk.services.novaact"
2830
+ },
2831
+ "python": {
2832
+ "module": "aws_cdk.aws_novaact"
2833
+ }
2834
+ }
2835
+ },
2823
2836
  "aws-cdk-lib.aws_oam": {
2824
2837
  "targets": {
2825
2838
  "dotnet": {
@@ -3616,6 +3629,19 @@
3616
3629
  }
3617
3630
  }
3618
3631
  },
3632
+ "aws-cdk-lib.aws_securityagent": {
3633
+ "targets": {
3634
+ "dotnet": {
3635
+ "namespace": "Amazon.CDK.AWS.SecurityAgent"
3636
+ },
3637
+ "java": {
3638
+ "package": "software.amazon.awscdk.services.securityagent"
3639
+ },
3640
+ "python": {
3641
+ "module": "aws_cdk.aws_securityagent"
3642
+ }
3643
+ }
3644
+ },
3619
3645
  "aws-cdk-lib.aws_securityhub": {
3620
3646
  "targets": {
3621
3647
  "dotnet": {
@@ -7184,6 +7210,22 @@
7184
7210
  }
7185
7211
  }
7186
7212
  },
7213
+ "aws-cdk-lib.interfaces.aws_novaact": {
7214
+ "targets": {
7215
+ "dotnet": {
7216
+ "namespace": "Amazon.CDK.Interfaces.NovaAct"
7217
+ },
7218
+ "go": {
7219
+ "packageName": "interfacesawsnovaact"
7220
+ },
7221
+ "java": {
7222
+ "package": "software.amazon.awscdk.interfaces.novaact"
7223
+ },
7224
+ "python": {
7225
+ "module": "aws_cdk.interfaces.aws_novaact"
7226
+ }
7227
+ }
7228
+ },
7187
7229
  "aws-cdk-lib.interfaces.aws_oam": {
7188
7230
  "targets": {
7189
7231
  "dotnet": {
@@ -8048,6 +8090,22 @@
8048
8090
  }
8049
8091
  }
8050
8092
  },
8093
+ "aws-cdk-lib.interfaces.aws_securityagent": {
8094
+ "targets": {
8095
+ "dotnet": {
8096
+ "namespace": "Amazon.CDK.Interfaces.SecurityAgent"
8097
+ },
8098
+ "go": {
8099
+ "packageName": "interfacesawssecurityagent"
8100
+ },
8101
+ "java": {
8102
+ "package": "software.amazon.awscdk.interfaces.securityagent"
8103
+ },
8104
+ "python": {
8105
+ "module": "aws_cdk.interfaces.aws_securityagent"
8106
+ }
8107
+ }
8108
+ },
8051
8109
  "aws-cdk-lib.interfaces.aws_securityhub": {
8052
8110
  "targets": {
8053
8111
  "dotnet": {
@@ -8763,7 +8821,7 @@
8763
8821
  "stability": "experimental"
8764
8822
  },
8765
8823
  "homepage": "https://github.com/aws/aws-cdk",
8766
- "jsiiVersion": "5.9.31 (build 550e607)",
8824
+ "jsiiVersion": "5.9.37 (build 5176c0d)",
8767
8825
  "keywords": [
8768
8826
  "aws",
8769
8827
  "cdk",
@@ -18612,6 +18670,6 @@
18612
18670
  "symbolId": "lib/standalone-matchmaking-configuration:StandaloneMatchmakingConfigurationProps"
18613
18671
  }
18614
18672
  },
18615
- "version": "2.248.0-alpha.0",
18673
+ "version": "2.249.0-alpha.0",
18616
18674
  "fingerprint": "**********"
18617
18675
  }
package/.warnings.jsii.js CHANGED
@@ -1,388 +1,126 @@
1
- function _aws_cdk_aws_gamelift_alpha_IAlias(p) {
2
- }
3
- function _aws_cdk_aws_gamelift_alpha_AliasOptions(p) {
4
- }
5
- function _aws_cdk_aws_gamelift_alpha_AliasAttributes(p) {
6
- }
7
- function _aws_cdk_aws_gamelift_alpha_AliasProps(p) {
8
- if (p == null)
9
- return;
10
- visitedObjects.add(p);
11
- try {
12
- if (!visitedObjects.has(p.fleet))
13
- _aws_cdk_aws_gamelift_alpha_IFleet(p.fleet);
14
- }
15
- finally {
16
- visitedObjects.delete(p);
17
- }
18
- }
19
- function _aws_cdk_aws_gamelift_alpha_AliasBase(p) {
20
- }
21
- function _aws_cdk_aws_gamelift_alpha_Alias(p) {
22
- }
23
- function _aws_cdk_aws_gamelift_alpha_Content(p) {
24
- }
25
- function _aws_cdk_aws_gamelift_alpha_ContentConfig(p) {
26
- }
27
- function _aws_cdk_aws_gamelift_alpha_S3Content(p) {
28
- }
29
- function _aws_cdk_aws_gamelift_alpha_AssetContent(p) {
30
- }
31
- function _aws_cdk_aws_gamelift_alpha_IBuild(p) {
32
- }
33
- function _aws_cdk_aws_gamelift_alpha_BuildBase(p) {
34
- }
35
- function _aws_cdk_aws_gamelift_alpha_OperatingSystem(p) {
36
- if (p == null)
37
- return;
38
- visitedObjects.add(p);
39
- try {
40
- const ns = require("./lib/build.js");
41
- if (Object.values(ns.OperatingSystem).filter(x => x === p).length > 1)
1
+ const VALIDATORS = { _aws_cdk_aws_gamelift_alpha_OperatingSystem: function _aws_cdk_aws_gamelift_alpha_OperatingSystem(p) {
2
+ if (p == null)
42
3
  return;
43
- if (p === ns.OperatingSystem.WINDOWS_2012)
44
- print("@aws-cdk/aws-gamelift-alpha.OperatingSystem#WINDOWS_2012", "If you have active fleets using the Windows Server 2012 operating system,\nyou can continue to create new builds using this OS until October 10, 2023, when Microsoft ends its support.\nAll others must use Windows Server 2016 when creating new Windows-based builds.");
45
- }
46
- finally {
47
- visitedObjects.delete(p);
48
- }
49
- }
50
- function _aws_cdk_aws_gamelift_alpha_BuildAttributes(p) {
51
- }
52
- function _aws_cdk_aws_gamelift_alpha_BuildProps(p) {
53
- if (p == null)
54
- return;
55
- visitedObjects.add(p);
56
- try {
57
- if (!visitedObjects.has(p.content))
58
- _aws_cdk_aws_gamelift_alpha_Content(p.content);
59
- if (!visitedObjects.has(p.operatingSystem))
60
- _aws_cdk_aws_gamelift_alpha_OperatingSystem(p.operatingSystem);
61
- }
62
- finally {
63
- visitedObjects.delete(p);
64
- }
65
- }
66
- function _aws_cdk_aws_gamelift_alpha_Build(p) {
67
- }
68
- function _aws_cdk_aws_gamelift_alpha_IScript(p) {
69
- }
70
- function _aws_cdk_aws_gamelift_alpha_ScriptBase(p) {
71
- }
72
- function _aws_cdk_aws_gamelift_alpha_ScriptAttributes(p) {
73
- }
74
- function _aws_cdk_aws_gamelift_alpha_ScriptProps(p) {
75
- if (p == null)
76
- return;
77
- visitedObjects.add(p);
78
- try {
79
- if (!visitedObjects.has(p.content))
80
- _aws_cdk_aws_gamelift_alpha_Content(p.content);
81
- }
82
- finally {
83
- visitedObjects.delete(p);
84
- }
85
- }
86
- function _aws_cdk_aws_gamelift_alpha_Script(p) {
87
- }
88
- function _aws_cdk_aws_gamelift_alpha_AutoScalingPolicy(p) {
89
- }
90
- function _aws_cdk_aws_gamelift_alpha_InstanceDefinition(p) {
91
- }
92
- function _aws_cdk_aws_gamelift_alpha_DeleteOption(p) {
93
- }
94
- function _aws_cdk_aws_gamelift_alpha_BalancingStrategy(p) {
95
- }
96
- function _aws_cdk_aws_gamelift_alpha_IGameServerGroup(p) {
97
- }
98
- function _aws_cdk_aws_gamelift_alpha_GameServerGroupBase(p) {
99
- }
100
- function _aws_cdk_aws_gamelift_alpha_GameServerGroupAttributes(p) {
101
- }
102
- function _aws_cdk_aws_gamelift_alpha_GameServerGroupProps(p) {
103
- if (p == null)
104
- return;
105
- visitedObjects.add(p);
106
- try {
107
- if (p.instanceDefinitions != null)
108
- for (const o of p.instanceDefinitions)
109
- if (!visitedObjects.has(o))
110
- _aws_cdk_aws_gamelift_alpha_InstanceDefinition(o);
111
- if (!visitedObjects.has(p.autoScalingPolicy))
112
- _aws_cdk_aws_gamelift_alpha_AutoScalingPolicy(p.autoScalingPolicy);
113
- if (!visitedObjects.has(p.balancingStrategy))
114
- _aws_cdk_aws_gamelift_alpha_BalancingStrategy(p.balancingStrategy);
115
- if (!visitedObjects.has(p.deleteOption))
116
- _aws_cdk_aws_gamelift_alpha_DeleteOption(p.deleteOption);
117
- }
118
- finally {
119
- visitedObjects.delete(p);
120
- }
121
- }
122
- function _aws_cdk_aws_gamelift_alpha_GameServerGroup(p) {
123
- }
124
- function _aws_cdk_aws_gamelift_alpha_Protocol(p) {
125
- }
126
- function _aws_cdk_aws_gamelift_alpha_PortProps(p) {
127
- if (p == null)
128
- return;
129
- visitedObjects.add(p);
130
- try {
131
- if (!visitedObjects.has(p.protocol))
132
- _aws_cdk_aws_gamelift_alpha_Protocol(p.protocol);
133
- }
134
- finally {
135
- visitedObjects.delete(p);
136
- }
137
- }
138
- function _aws_cdk_aws_gamelift_alpha_Port(p) {
139
- }
140
- function _aws_cdk_aws_gamelift_alpha_IPeer(p) {
141
- }
142
- function _aws_cdk_aws_gamelift_alpha_Peer(p) {
143
- }
144
- function _aws_cdk_aws_gamelift_alpha_IngressRule(p) {
145
- if (p == null)
146
- return;
147
- visitedObjects.add(p);
148
- try {
149
- if (!visitedObjects.has(p.port))
150
- _aws_cdk_aws_gamelift_alpha_Port(p.port);
151
- if (!visitedObjects.has(p.source))
152
- _aws_cdk_aws_gamelift_alpha_IPeer(p.source);
153
- }
154
- finally {
155
- visitedObjects.delete(p);
156
- }
157
- }
158
- function _aws_cdk_aws_gamelift_alpha_LocationCapacity(p) {
159
- }
160
- function _aws_cdk_aws_gamelift_alpha_Location(p) {
161
- if (p == null)
162
- return;
163
- visitedObjects.add(p);
164
- try {
165
- if (!visitedObjects.has(p.capacity))
166
- _aws_cdk_aws_gamelift_alpha_LocationCapacity(p.capacity);
167
- }
168
- finally {
169
- visitedObjects.delete(p);
170
- }
171
- }
172
- function _aws_cdk_aws_gamelift_alpha_ServerProcess(p) {
173
- }
174
- function _aws_cdk_aws_gamelift_alpha_RuntimeConfiguration(p) {
175
- if (p == null)
176
- return;
177
- visitedObjects.add(p);
178
- try {
179
- if (p.serverProcesses != null)
180
- for (const o of p.serverProcesses)
181
- if (!visitedObjects.has(o))
182
- _aws_cdk_aws_gamelift_alpha_ServerProcess(o);
183
- }
184
- finally {
185
- visitedObjects.delete(p);
186
- }
187
- }
188
- function _aws_cdk_aws_gamelift_alpha_ResourceCreationLimitPolicy(p) {
189
- }
190
- function _aws_cdk_aws_gamelift_alpha_IFleet(p) {
191
- }
192
- function _aws_cdk_aws_gamelift_alpha_FleetProps(p) {
193
- if (p == null)
194
- return;
195
- visitedObjects.add(p);
196
- try {
197
- if (!visitedObjects.has(p.runtimeConfiguration))
198
- _aws_cdk_aws_gamelift_alpha_RuntimeConfiguration(p.runtimeConfiguration);
199
- if (p.locations != null)
200
- for (const o of p.locations)
201
- if (!visitedObjects.has(o))
202
- _aws_cdk_aws_gamelift_alpha_Location(o);
203
- if (!visitedObjects.has(p.resourceCreationLimitPolicy))
204
- _aws_cdk_aws_gamelift_alpha_ResourceCreationLimitPolicy(p.resourceCreationLimitPolicy);
205
- }
206
- finally {
207
- visitedObjects.delete(p);
208
- }
209
- }
210
- function _aws_cdk_aws_gamelift_alpha_FleetAttributes(p) {
211
- }
212
- function _aws_cdk_aws_gamelift_alpha_FleetBase(p) {
213
- }
214
- function _aws_cdk_aws_gamelift_alpha_IBuildFleet(p) {
215
- }
216
- function _aws_cdk_aws_gamelift_alpha_BuildFleetProps(p) {
217
- if (p == null)
218
- return;
219
- visitedObjects.add(p);
220
- try {
221
- if (!visitedObjects.has(p.content))
222
- _aws_cdk_aws_gamelift_alpha_IBuild(p.content);
223
- if (p.ingressRules != null)
224
- for (const o of p.ingressRules)
225
- if (!visitedObjects.has(o))
226
- _aws_cdk_aws_gamelift_alpha_IngressRule(o);
227
- if (!visitedObjects.has(p.runtimeConfiguration))
228
- _aws_cdk_aws_gamelift_alpha_RuntimeConfiguration(p.runtimeConfiguration);
229
- if (p.locations != null)
230
- for (const o of p.locations)
231
- if (!visitedObjects.has(o))
232
- _aws_cdk_aws_gamelift_alpha_Location(o);
233
- if (!visitedObjects.has(p.resourceCreationLimitPolicy))
234
- _aws_cdk_aws_gamelift_alpha_ResourceCreationLimitPolicy(p.resourceCreationLimitPolicy);
235
- }
236
- finally {
237
- visitedObjects.delete(p);
238
- }
239
- }
240
- function _aws_cdk_aws_gamelift_alpha_BuildFleet(p) {
241
- }
242
- function _aws_cdk_aws_gamelift_alpha_GameProperty(p) {
243
- }
244
- function _aws_cdk_aws_gamelift_alpha_IMatchmakingConfiguration(p) {
245
- }
246
- function _aws_cdk_aws_gamelift_alpha_MatchmakingConfigurationAttributes(p) {
247
- }
248
- function _aws_cdk_aws_gamelift_alpha_MatchmakingConfigurationProps(p) {
249
- if (p == null)
250
- return;
251
- visitedObjects.add(p);
252
- try {
253
- if (!visitedObjects.has(p.ruleSet))
254
- _aws_cdk_aws_gamelift_alpha_IMatchmakingRuleSet(p.ruleSet);
255
- }
256
- finally {
257
- visitedObjects.delete(p);
258
- }
259
- }
260
- function _aws_cdk_aws_gamelift_alpha_MatchmakingConfigurationBase(p) {
261
- }
262
- function _aws_cdk_aws_gamelift_alpha_QueuedMatchmakingConfigurationProps(p) {
263
- if (p == null)
264
- return;
265
- visitedObjects.add(p);
266
- try {
267
- if (p.gameSessionQueues != null)
268
- for (const o of p.gameSessionQueues)
269
- if (!visitedObjects.has(o))
270
- _aws_cdk_aws_gamelift_alpha_IGameSessionQueue(o);
271
- if (p.gameProperties != null)
272
- for (const o of p.gameProperties)
273
- if (!visitedObjects.has(o))
274
- _aws_cdk_aws_gamelift_alpha_GameProperty(o);
275
- if (!visitedObjects.has(p.ruleSet))
276
- _aws_cdk_aws_gamelift_alpha_IMatchmakingRuleSet(p.ruleSet);
277
- }
278
- finally {
279
- visitedObjects.delete(p);
280
- }
281
- }
282
- function _aws_cdk_aws_gamelift_alpha_QueuedMatchmakingConfiguration(p) {
283
- }
284
- function _aws_cdk_aws_gamelift_alpha_StandaloneMatchmakingConfigurationProps(p) {
285
- if (p == null)
286
- return;
287
- visitedObjects.add(p);
288
- try {
289
- if (!visitedObjects.has(p.ruleSet))
290
- _aws_cdk_aws_gamelift_alpha_IMatchmakingRuleSet(p.ruleSet);
291
- }
292
- finally {
293
- visitedObjects.delete(p);
294
- }
295
- }
296
- function _aws_cdk_aws_gamelift_alpha_StandaloneMatchmakingConfiguration(p) {
297
- }
298
- function _aws_cdk_aws_gamelift_alpha_IGameSessionQueueDestination(p) {
299
- }
300
- function _aws_cdk_aws_gamelift_alpha_PriorityType(p) {
301
- }
302
- function _aws_cdk_aws_gamelift_alpha_PriorityConfiguration(p) {
303
- if (p == null)
304
- return;
305
- visitedObjects.add(p);
306
- try {
307
- if (p.priorityOrder != null)
308
- for (const o of p.priorityOrder)
309
- if (!visitedObjects.has(o))
310
- _aws_cdk_aws_gamelift_alpha_PriorityType(o);
311
- }
312
- finally {
313
- visitedObjects.delete(p);
314
- }
315
- }
316
- function _aws_cdk_aws_gamelift_alpha_PlayerLatencyPolicy(p) {
317
- }
318
- function _aws_cdk_aws_gamelift_alpha_IGameSessionQueue(p) {
319
- }
320
- function _aws_cdk_aws_gamelift_alpha_GameSessionQueueAttributes(p) {
321
- }
322
- function _aws_cdk_aws_gamelift_alpha_GameSessionQueueProps(p) {
323
- if (p == null)
324
- return;
325
- visitedObjects.add(p);
326
- try {
327
- if (p.destinations != null)
328
- for (const o of p.destinations)
329
- if (!visitedObjects.has(o))
330
- _aws_cdk_aws_gamelift_alpha_IGameSessionQueueDestination(o);
331
- if (p.playerLatencyPolicies != null)
332
- for (const o of p.playerLatencyPolicies)
333
- if (!visitedObjects.has(o))
334
- _aws_cdk_aws_gamelift_alpha_PlayerLatencyPolicy(o);
335
- if (!visitedObjects.has(p.priorityConfiguration))
336
- _aws_cdk_aws_gamelift_alpha_PriorityConfiguration(p.priorityConfiguration);
337
- }
338
- finally {
339
- visitedObjects.delete(p);
340
- }
341
- }
342
- function _aws_cdk_aws_gamelift_alpha_GameSessionQueueBase(p) {
343
- }
344
- function _aws_cdk_aws_gamelift_alpha_GameSessionQueue(p) {
345
- }
346
- function _aws_cdk_aws_gamelift_alpha_IMatchmakingRuleSet(p) {
347
- }
348
- function _aws_cdk_aws_gamelift_alpha_MatchmakingRuleSetProps(p) {
349
- if (p == null)
350
- return;
351
- visitedObjects.add(p);
352
- try {
353
- if (!visitedObjects.has(p.content))
354
- _aws_cdk_aws_gamelift_alpha_RuleSetContent(p.content);
355
- }
356
- finally {
357
- visitedObjects.delete(p);
358
- }
359
- }
360
- function _aws_cdk_aws_gamelift_alpha_MatchmakingRuleSetAttributes(p) {
361
- }
362
- function _aws_cdk_aws_gamelift_alpha_MatchmakingRuleSetBase(p) {
363
- }
364
- function _aws_cdk_aws_gamelift_alpha_MatchmakingRuleSet(p) {
365
- }
366
- function _aws_cdk_aws_gamelift_alpha_IRuleSetBody(p) {
367
- }
368
- function _aws_cdk_aws_gamelift_alpha_RuleSetBodyConfig(p) {
369
- }
370
- function _aws_cdk_aws_gamelift_alpha_IRuleSetContent(p) {
371
- }
372
- function _aws_cdk_aws_gamelift_alpha_RuleSetContentProps(p) {
373
- if (p == null)
374
- return;
375
- visitedObjects.add(p);
376
- try {
377
- if (!visitedObjects.has(p.content))
378
- _aws_cdk_aws_gamelift_alpha_IRuleSetBody(p.content);
379
- }
380
- finally {
381
- visitedObjects.delete(p);
382
- }
383
- }
384
- function _aws_cdk_aws_gamelift_alpha_RuleSetContent(p) {
385
- }
4
+ visitedObjects.add(p);
5
+ try {
6
+ if (p === "WINDOWS_2012")
7
+ print("@aws-cdk/aws-gamelift-alpha.OperatingSystem#WINDOWS_2012", "If you have active fleets using the Windows Server 2012 operating system,\nyou can continue to create new builds using this OS until October 10, 2023, when Microsoft ends its support.\nAll others must use Windows Server 2016 when creating new Windows-based builds.");
8
+ }
9
+ finally {
10
+ visitedObjects.delete(p);
11
+ }
12
+ }, _aws_cdk_aws_gamelift_alpha_BuildProps: function _aws_cdk_aws_gamelift_alpha_BuildProps(p) {
13
+ if (p == null)
14
+ return;
15
+ visitedObjects.add(p);
16
+ try {
17
+ if (!visitedObjects.has(p.operatingSystem))
18
+ module.exports._aws_cdk_aws_gamelift_alpha_OperatingSystem(p.operatingSystem);
19
+ }
20
+ finally {
21
+ visitedObjects.delete(p);
22
+ }
23
+ }, _aws_cdk_aws_gamelift_alpha_GameServerGroupProps: function _aws_cdk_aws_gamelift_alpha_GameServerGroupProps(p) {
24
+ if (p == null)
25
+ return;
26
+ visitedObjects.add(p);
27
+ try {
28
+ if (p.instanceDefinitions != null)
29
+ for (const o of p.instanceDefinitions)
30
+ if (!visitedObjects.has(o))
31
+ module.exports._aws_cdk_aws_gamelift_alpha_InstanceDefinition(o);
32
+ if (!visitedObjects.has(p.autoScalingPolicy))
33
+ module.exports._aws_cdk_aws_gamelift_alpha_AutoScalingPolicy(p.autoScalingPolicy);
34
+ }
35
+ finally {
36
+ visitedObjects.delete(p);
37
+ }
38
+ }, _aws_cdk_aws_gamelift_alpha_RuntimeConfiguration: function _aws_cdk_aws_gamelift_alpha_RuntimeConfiguration(p) {
39
+ if (p == null)
40
+ return;
41
+ visitedObjects.add(p);
42
+ try {
43
+ if (p.serverProcesses != null)
44
+ for (const o of p.serverProcesses)
45
+ if (!visitedObjects.has(o))
46
+ module.exports._aws_cdk_aws_gamelift_alpha_ServerProcess(o);
47
+ }
48
+ finally {
49
+ visitedObjects.delete(p);
50
+ }
51
+ }, _aws_cdk_aws_gamelift_alpha_FleetProps: function _aws_cdk_aws_gamelift_alpha_FleetProps(p) {
52
+ if (p == null)
53
+ return;
54
+ visitedObjects.add(p);
55
+ try {
56
+ if (!visitedObjects.has(p.runtimeConfiguration))
57
+ module.exports._aws_cdk_aws_gamelift_alpha_RuntimeConfiguration(p.runtimeConfiguration);
58
+ if (p.locations != null)
59
+ for (const o of p.locations)
60
+ if (!visitedObjects.has(o))
61
+ module.exports._aws_cdk_aws_gamelift_alpha_Location(o);
62
+ if (!visitedObjects.has(p.resourceCreationLimitPolicy))
63
+ module.exports._aws_cdk_aws_gamelift_alpha_ResourceCreationLimitPolicy(p.resourceCreationLimitPolicy);
64
+ }
65
+ finally {
66
+ visitedObjects.delete(p);
67
+ }
68
+ }, _aws_cdk_aws_gamelift_alpha_BuildFleetProps: function _aws_cdk_aws_gamelift_alpha_BuildFleetProps(p) {
69
+ if (p == null)
70
+ return;
71
+ visitedObjects.add(p);
72
+ try {
73
+ if (p.ingressRules != null)
74
+ for (const o of p.ingressRules)
75
+ if (!visitedObjects.has(o))
76
+ module.exports._aws_cdk_aws_gamelift_alpha_IngressRule(o);
77
+ if (!visitedObjects.has(p.runtimeConfiguration))
78
+ module.exports._aws_cdk_aws_gamelift_alpha_RuntimeConfiguration(p.runtimeConfiguration);
79
+ if (p.locations != null)
80
+ for (const o of p.locations)
81
+ if (!visitedObjects.has(o))
82
+ module.exports._aws_cdk_aws_gamelift_alpha_Location(o);
83
+ if (!visitedObjects.has(p.resourceCreationLimitPolicy))
84
+ module.exports._aws_cdk_aws_gamelift_alpha_ResourceCreationLimitPolicy(p.resourceCreationLimitPolicy);
85
+ }
86
+ finally {
87
+ visitedObjects.delete(p);
88
+ }
89
+ }, _aws_cdk_aws_gamelift_alpha_QueuedMatchmakingConfigurationProps: function _aws_cdk_aws_gamelift_alpha_QueuedMatchmakingConfigurationProps(p) {
90
+ if (p == null)
91
+ return;
92
+ visitedObjects.add(p);
93
+ try {
94
+ if (p.gameSessionQueues != null)
95
+ for (const o of p.gameSessionQueues)
96
+ if (!visitedObjects.has(o))
97
+ module.exports._aws_cdk_aws_gamelift_alpha_IGameSessionQueue(o);
98
+ if (p.gameProperties != null)
99
+ for (const o of p.gameProperties)
100
+ if (!visitedObjects.has(o))
101
+ module.exports._aws_cdk_aws_gamelift_alpha_GameProperty(o);
102
+ }
103
+ finally {
104
+ visitedObjects.delete(p);
105
+ }
106
+ }, _aws_cdk_aws_gamelift_alpha_GameSessionQueueProps: function _aws_cdk_aws_gamelift_alpha_GameSessionQueueProps(p) {
107
+ if (p == null)
108
+ return;
109
+ visitedObjects.add(p);
110
+ try {
111
+ if (p.destinations != null)
112
+ for (const o of p.destinations)
113
+ if (!visitedObjects.has(o))
114
+ module.exports._aws_cdk_aws_gamelift_alpha_IGameSessionQueueDestination(o);
115
+ if (p.playerLatencyPolicies != null)
116
+ for (const o of p.playerLatencyPolicies)
117
+ if (!visitedObjects.has(o))
118
+ module.exports._aws_cdk_aws_gamelift_alpha_PlayerLatencyPolicy(o);
119
+ }
120
+ finally {
121
+ visitedObjects.delete(p);
122
+ }
123
+ } };
386
124
  function print(name, deprecationMessage) {
387
125
  const deprecated = process.env.JSII_DEPRECATED;
388
126
  const deprecationMode = ["warn", "fail", "quiet"].includes(deprecated) ? deprecated : "warn";
@@ -419,4 +157,16 @@ class DeprecationError extends Error {
419
157
  });
420
158
  }
421
159
  }
422
- module.exports = { print, getPropertyDescriptor, DeprecationError, _aws_cdk_aws_gamelift_alpha_IAlias, _aws_cdk_aws_gamelift_alpha_AliasOptions, _aws_cdk_aws_gamelift_alpha_AliasAttributes, _aws_cdk_aws_gamelift_alpha_AliasProps, _aws_cdk_aws_gamelift_alpha_AliasBase, _aws_cdk_aws_gamelift_alpha_Alias, _aws_cdk_aws_gamelift_alpha_Content, _aws_cdk_aws_gamelift_alpha_ContentConfig, _aws_cdk_aws_gamelift_alpha_S3Content, _aws_cdk_aws_gamelift_alpha_AssetContent, _aws_cdk_aws_gamelift_alpha_IBuild, _aws_cdk_aws_gamelift_alpha_BuildBase, _aws_cdk_aws_gamelift_alpha_OperatingSystem, _aws_cdk_aws_gamelift_alpha_BuildAttributes, _aws_cdk_aws_gamelift_alpha_BuildProps, _aws_cdk_aws_gamelift_alpha_Build, _aws_cdk_aws_gamelift_alpha_IScript, _aws_cdk_aws_gamelift_alpha_ScriptBase, _aws_cdk_aws_gamelift_alpha_ScriptAttributes, _aws_cdk_aws_gamelift_alpha_ScriptProps, _aws_cdk_aws_gamelift_alpha_Script, _aws_cdk_aws_gamelift_alpha_AutoScalingPolicy, _aws_cdk_aws_gamelift_alpha_InstanceDefinition, _aws_cdk_aws_gamelift_alpha_DeleteOption, _aws_cdk_aws_gamelift_alpha_BalancingStrategy, _aws_cdk_aws_gamelift_alpha_IGameServerGroup, _aws_cdk_aws_gamelift_alpha_GameServerGroupBase, _aws_cdk_aws_gamelift_alpha_GameServerGroupAttributes, _aws_cdk_aws_gamelift_alpha_GameServerGroupProps, _aws_cdk_aws_gamelift_alpha_GameServerGroup, _aws_cdk_aws_gamelift_alpha_Protocol, _aws_cdk_aws_gamelift_alpha_PortProps, _aws_cdk_aws_gamelift_alpha_Port, _aws_cdk_aws_gamelift_alpha_IPeer, _aws_cdk_aws_gamelift_alpha_Peer, _aws_cdk_aws_gamelift_alpha_IngressRule, _aws_cdk_aws_gamelift_alpha_LocationCapacity, _aws_cdk_aws_gamelift_alpha_Location, _aws_cdk_aws_gamelift_alpha_ServerProcess, _aws_cdk_aws_gamelift_alpha_RuntimeConfiguration, _aws_cdk_aws_gamelift_alpha_ResourceCreationLimitPolicy, _aws_cdk_aws_gamelift_alpha_IFleet, _aws_cdk_aws_gamelift_alpha_FleetProps, _aws_cdk_aws_gamelift_alpha_FleetAttributes, _aws_cdk_aws_gamelift_alpha_FleetBase, _aws_cdk_aws_gamelift_alpha_IBuildFleet, _aws_cdk_aws_gamelift_alpha_BuildFleetProps, _aws_cdk_aws_gamelift_alpha_BuildFleet, _aws_cdk_aws_gamelift_alpha_GameProperty, _aws_cdk_aws_gamelift_alpha_IMatchmakingConfiguration, _aws_cdk_aws_gamelift_alpha_MatchmakingConfigurationAttributes, _aws_cdk_aws_gamelift_alpha_MatchmakingConfigurationProps, _aws_cdk_aws_gamelift_alpha_MatchmakingConfigurationBase, _aws_cdk_aws_gamelift_alpha_QueuedMatchmakingConfigurationProps, _aws_cdk_aws_gamelift_alpha_QueuedMatchmakingConfiguration, _aws_cdk_aws_gamelift_alpha_StandaloneMatchmakingConfigurationProps, _aws_cdk_aws_gamelift_alpha_StandaloneMatchmakingConfiguration, _aws_cdk_aws_gamelift_alpha_IGameSessionQueueDestination, _aws_cdk_aws_gamelift_alpha_PriorityType, _aws_cdk_aws_gamelift_alpha_PriorityConfiguration, _aws_cdk_aws_gamelift_alpha_PlayerLatencyPolicy, _aws_cdk_aws_gamelift_alpha_IGameSessionQueue, _aws_cdk_aws_gamelift_alpha_GameSessionQueueAttributes, _aws_cdk_aws_gamelift_alpha_GameSessionQueueProps, _aws_cdk_aws_gamelift_alpha_GameSessionQueueBase, _aws_cdk_aws_gamelift_alpha_GameSessionQueue, _aws_cdk_aws_gamelift_alpha_IMatchmakingRuleSet, _aws_cdk_aws_gamelift_alpha_MatchmakingRuleSetProps, _aws_cdk_aws_gamelift_alpha_MatchmakingRuleSetAttributes, _aws_cdk_aws_gamelift_alpha_MatchmakingRuleSetBase, _aws_cdk_aws_gamelift_alpha_MatchmakingRuleSet, _aws_cdk_aws_gamelift_alpha_IRuleSetBody, _aws_cdk_aws_gamelift_alpha_RuleSetBodyConfig, _aws_cdk_aws_gamelift_alpha_IRuleSetContent, _aws_cdk_aws_gamelift_alpha_RuleSetContentProps, _aws_cdk_aws_gamelift_alpha_RuleSetContent };
160
+ function nop() {
161
+ }
162
+ module.exports = new Proxy({}, {
163
+ get(target, prop, receiver) {
164
+ if (prop === "print")
165
+ return print;
166
+ if (prop === "getPropertyDescriptor")
167
+ return getPropertyDescriptor;
168
+ if (prop === "DeprecationError")
169
+ return DeprecationError;
170
+ return VALIDATORS[prop] ?? nop;
171
+ },
172
+ });
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.248.0-alpha.0" };
49
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.AliasBase", version: "2.249.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.248.0-alpha.0" };
95
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Alias", version: "2.249.0-alpha.0" };
96
96
  /** Uniquely identifies this class. */
97
97
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.Alias';
98
98
  /**
@@ -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.248.0-alpha.0" };
81
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.BuildFleet", version: "2.249.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.248.0-alpha.0" };
51
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.BuildBase", version: "2.249.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.248.0-alpha.0" };
113
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Build", version: "2.249.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.248.0-alpha.0" };
14
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Content", version: "2.249.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.248.0-alpha.0" };
41
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.S3Content", version: "2.249.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.248.0-alpha.0" };
74
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.AssetContent", version: "2.249.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.248.0-alpha.0" };
15
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.FleetBase", version: "2.249.0-alpha.0" };
16
16
  /**
17
17
  * Import an existing fleet from its attributes.
18
18
  */
@@ -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.248.0-alpha.0" };
94
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase", version: "2.249.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.248.0-alpha.0" };
162
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameServerGroup", version: "2.249.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.248.0-alpha.0" };
72
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameSessionQueueBase", version: "2.249.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.248.0-alpha.0" };
135
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameSessionQueue", version: "2.249.0-alpha.0" };
136
136
  /** Uniquely identifies this class. */
137
137
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.GameSessionQueue';
138
138
  /**
@@ -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.248.0-alpha.0" };
22
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Port", version: "2.249.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.248.0-alpha.0" };
116
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Peer", version: "2.249.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.248.0-alpha.0" };
12
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.MatchmakingConfigurationBase", version: "2.249.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.248.0-alpha.0" };
16
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.RuleSetContent", version: "2.249.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.248.0-alpha.0" };
50
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSetBase", version: "2.249.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.248.0-alpha.0" };
106
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSet", version: "2.249.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.248.0-alpha.0" };
81
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.QueuedMatchmakingConfiguration", version: "2.249.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.248.0-alpha.0" };
51
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.ScriptBase", version: "2.249.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.248.0-alpha.0" };
83
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Script", version: "2.249.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.248.0-alpha.0" };
78
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.StandaloneMatchmakingConfiguration", version: "2.249.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.248.0-alpha.0",
3
+ "version": "2.249.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.248.0-alpha.0",
85
+ "@aws-cdk/cdk-build-tools": "2.249.0-alpha.0",
86
86
  "@aws-cdk/integ-runner": "^2.197.1",
87
- "@aws-cdk/pkglint": "2.248.0-alpha.0",
87
+ "@aws-cdk/pkglint": "2.249.0-alpha.0",
88
88
  "@types/jest": "^29.5.14",
89
89
  "jest": "^29.7.0",
90
- "aws-cdk-lib": "2.248.0",
90
+ "aws-cdk-lib": "2.249.0",
91
91
  "constructs": "^10.5.0",
92
- "@aws-cdk/integ-tests-alpha": "2.248.0-alpha.0"
92
+ "@aws-cdk/integ-tests-alpha": "2.249.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.248.0",
97
+ "aws-cdk-lib": "^2.249.0",
98
98
  "constructs": "^10.5.0"
99
99
  },
100
100
  "engines": {