@aws-cdk/aws-gamelift-alpha 2.79.1-alpha.0 → 2.81.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.79.1",
11
+ "aws-cdk-lib": "2.81.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -2381,6 +2381,19 @@
2381
2381
  }
2382
2382
  }
2383
2383
  },
2384
+ "aws-cdk-lib.aws_osis": {
2385
+ "targets": {
2386
+ "dotnet": {
2387
+ "package": "Amazon.CDK.AWS.OSIS"
2388
+ },
2389
+ "java": {
2390
+ "package": "services.osis"
2391
+ },
2392
+ "python": {
2393
+ "module": "aws_cdk.aws_osis"
2394
+ }
2395
+ }
2396
+ },
2384
2397
  "aws-cdk-lib.aws_panorama": {
2385
2398
  "targets": {
2386
2399
  "dotnet": {
@@ -3440,7 +3453,7 @@
3440
3453
  "stability": "experimental"
3441
3454
  },
3442
3455
  "homepage": "https://github.com/aws/aws-cdk",
3443
- "jsiiVersion": "5.0.7 (build 5782cd5)",
3456
+ "jsiiVersion": "5.0.8 (build b97c75a)",
3444
3457
  "keywords": [
3445
3458
  "aws",
3446
3459
  "cdk",
@@ -4016,7 +4029,7 @@
4016
4029
  "docs": {
4017
4030
  "stability": "experimental",
4018
4031
  "summary": "Game content from a local directory.",
4019
- "example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as gamelift_alpha from '@aws-cdk/aws-gamelift-alpha';\nimport * as cdk from 'aws-cdk-lib';\nimport { aws_iam as iam } from 'aws-cdk-lib';\n\ndeclare const dockerImage: cdk.DockerImage;\ndeclare const grantable: iam.IGrantable;\ndeclare const localBundling: cdk.ILocalBundling;\nconst assetContent = new gamelift_alpha.AssetContent('path', /* all optional props */ {\n assetHash: 'assetHash',\n assetHashType: cdk.AssetHashType.SOURCE,\n bundling: {\n image: dockerImage,\n\n // the properties below are optional\n bundlingFileAccess: cdk.BundlingFileAccess.VOLUME_COPY,\n command: ['command'],\n entrypoint: ['entrypoint'],\n environment: {\n environmentKey: 'environment',\n },\n local: localBundling,\n network: 'network',\n outputType: cdk.BundlingOutput.ARCHIVED,\n securityOpt: 'securityOpt',\n user: 'user',\n volumes: [{\n containerPath: 'containerPath',\n hostPath: 'hostPath',\n\n // the properties below are optional\n consistency: cdk.DockerVolumeConsistency.CONSISTENT,\n }],\n volumesFrom: ['volumesFrom'],\n workingDirectory: 'workingDirectory',\n },\n exclude: ['exclude'],\n followSymlinks: cdk.SymlinkFollowMode.NEVER,\n ignoreMode: cdk.IgnoreMode.GLOB,\n readers: [grantable],\n});",
4032
+ "example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as gamelift_alpha from '@aws-cdk/aws-gamelift-alpha';\nimport * as cdk from 'aws-cdk-lib';\nimport { aws_iam as iam } from 'aws-cdk-lib';\n\ndeclare const dockerImage: cdk.DockerImage;\ndeclare const grantable: iam.IGrantable;\ndeclare const localBundling: cdk.ILocalBundling;\nconst assetContent = new gamelift_alpha.AssetContent('path', /* all optional props */ {\n assetHash: 'assetHash',\n assetHashType: cdk.AssetHashType.SOURCE,\n bundling: {\n image: dockerImage,\n\n // the properties below are optional\n bundlingFileAccess: cdk.BundlingFileAccess.VOLUME_COPY,\n command: ['command'],\n entrypoint: ['entrypoint'],\n environment: {\n environmentKey: 'environment',\n },\n local: localBundling,\n network: 'network',\n outputType: cdk.BundlingOutput.ARCHIVED,\n securityOpt: 'securityOpt',\n user: 'user',\n volumes: [{\n containerPath: 'containerPath',\n hostPath: 'hostPath',\n\n // the properties below are optional\n consistency: cdk.DockerVolumeConsistency.CONSISTENT,\n }],\n volumesFrom: ['volumesFrom'],\n workingDirectory: 'workingDirectory',\n },\n deployTime: false,\n exclude: ['exclude'],\n followSymlinks: cdk.SymlinkFollowMode.NEVER,\n ignoreMode: cdk.IgnoreMode.GLOB,\n readers: [grantable],\n});",
4020
4033
  "custom": {
4021
4034
  "exampleMetadata": "fixture=_generated"
4022
4035
  }
@@ -4028,7 +4041,7 @@
4028
4041
  },
4029
4042
  "locationInModule": {
4030
4043
  "filename": "lib/content.ts",
4031
- "line": 88
4044
+ "line": 87
4032
4045
  },
4033
4046
  "parameters": [
4034
4047
  {
@@ -4052,7 +4065,7 @@
4052
4065
  "kind": "class",
4053
4066
  "locationInModule": {
4054
4067
  "filename": "lib/content.ts",
4055
- "line": 82
4068
+ "line": 81
4056
4069
  },
4057
4070
  "methods": [
4058
4071
  {
@@ -4062,7 +4075,7 @@
4062
4075
  },
4063
4076
  "locationInModule": {
4064
4077
  "filename": "lib/content.ts",
4065
- "line": 92
4078
+ "line": 91
4066
4079
  },
4067
4080
  "name": "bind",
4068
4081
  "overrides": "@aws-cdk/aws-gamelift-alpha.Content",
@@ -4097,7 +4110,7 @@
4097
4110
  "immutable": true,
4098
4111
  "locationInModule": {
4099
4112
  "filename": "lib/content.ts",
4100
- "line": 88
4113
+ "line": 87
4101
4114
  },
4102
4115
  "name": "path",
4103
4116
  "type": {
@@ -4123,7 +4136,7 @@
4123
4136
  "kind": "interface",
4124
4137
  "locationInModule": {
4125
4138
  "filename": "lib/game-server-group.ts",
4126
- "line": 13
4139
+ "line": 12
4127
4140
  },
4128
4141
  "name": "AutoScalingPolicy",
4129
4142
  "properties": [
@@ -4137,7 +4150,7 @@
4137
4150
  "immutable": true,
4138
4151
  "locationInModule": {
4139
4152
  "filename": "lib/game-server-group.ts",
4140
- "line": 28
4153
+ "line": 27
4141
4154
  },
4142
4155
  "name": "targetTrackingConfiguration",
4143
4156
  "type": {
@@ -4155,7 +4168,7 @@
4155
4168
  "immutable": true,
4156
4169
  "locationInModule": {
4157
4170
  "filename": "lib/game-server-group.ts",
4158
- "line": 20
4171
+ "line": 19
4159
4172
  },
4160
4173
  "name": "estimatedInstanceWarmup",
4161
4174
  "optional": true,
@@ -4176,7 +4189,7 @@
4176
4189
  "kind": "enum",
4177
4190
  "locationInModule": {
4178
4191
  "filename": "lib/game-server-group.ts",
4179
- "line": 73
4192
+ "line": 72
4180
4193
  },
4181
4194
  "members": [
4182
4195
  {
@@ -4228,7 +4241,7 @@
4228
4241
  },
4229
4242
  "locationInModule": {
4230
4243
  "filename": "lib/build.ts",
4231
- "line": 240
4244
+ "line": 239
4232
4245
  },
4233
4246
  "parameters": [
4234
4247
  {
@@ -4254,7 +4267,7 @@
4254
4267
  "kind": "class",
4255
4268
  "locationInModule": {
4256
4269
  "filename": "lib/build.ts",
4257
- "line": 151
4270
+ "line": 150
4258
4271
  },
4259
4272
  "methods": [
4260
4273
  {
@@ -4264,7 +4277,7 @@
4264
4277
  },
4265
4278
  "locationInModule": {
4266
4279
  "filename": "lib/build.ts",
4267
- "line": 165
4280
+ "line": 164
4268
4281
  },
4269
4282
  "name": "fromAsset",
4270
4283
  "parameters": [
@@ -4308,7 +4321,7 @@
4308
4321
  },
4309
4322
  "locationInModule": {
4310
4323
  "filename": "lib/build.ts",
4311
- "line": 156
4324
+ "line": 155
4312
4325
  },
4313
4326
  "name": "fromBucket",
4314
4327
  "parameters": [
@@ -4358,7 +4371,7 @@
4358
4371
  },
4359
4372
  "locationInModule": {
4360
4373
  "filename": "lib/build.ts",
4361
- "line": 181
4374
+ "line": 180
4362
4375
  },
4363
4376
  "name": "fromBuildArn",
4364
4377
  "parameters": [
@@ -4395,7 +4408,7 @@
4395
4408
  },
4396
4409
  "locationInModule": {
4397
4410
  "filename": "lib/build.ts",
4398
- "line": 188
4411
+ "line": 187
4399
4412
  },
4400
4413
  "name": "fromBuildAttributes",
4401
4414
  "parameters": [
@@ -4432,7 +4445,7 @@
4432
4445
  },
4433
4446
  "locationInModule": {
4434
4447
  "filename": "lib/build.ts",
4435
- "line": 174
4448
+ "line": 173
4436
4449
  },
4437
4450
  "name": "fromBuildId",
4438
4451
  "parameters": [
@@ -4473,7 +4486,7 @@
4473
4486
  "immutable": true,
4474
4487
  "locationInModule": {
4475
4488
  "filename": "lib/build.ts",
4476
- "line": 228
4489
+ "line": 227
4477
4490
  },
4478
4491
  "name": "buildArn",
4479
4492
  "overrides": "@aws-cdk/aws-gamelift-alpha.BuildBase",
@@ -4489,7 +4502,7 @@
4489
4502
  "immutable": true,
4490
4503
  "locationInModule": {
4491
4504
  "filename": "lib/build.ts",
4492
- "line": 223
4505
+ "line": 222
4493
4506
  },
4494
4507
  "name": "buildId",
4495
4508
  "overrides": "@aws-cdk/aws-gamelift-alpha.BuildBase",
@@ -4505,7 +4518,7 @@
4505
4518
  "immutable": true,
4506
4519
  "locationInModule": {
4507
4520
  "filename": "lib/build.ts",
4508
- "line": 238
4521
+ "line": 237
4509
4522
  },
4510
4523
  "name": "grantPrincipal",
4511
4524
  "overrides": "@aws-cdk/aws-gamelift-alpha.BuildBase",
@@ -4521,7 +4534,7 @@
4521
4534
  "immutable": true,
4522
4535
  "locationInModule": {
4523
4536
  "filename": "lib/build.ts",
4524
- "line": 233
4537
+ "line": 232
4525
4538
  },
4526
4539
  "name": "role",
4527
4540
  "type": {
@@ -4546,7 +4559,7 @@
4546
4559
  "kind": "interface",
4547
4560
  "locationInModule": {
4548
4561
  "filename": "lib/build.ts",
4549
- "line": 64
4562
+ "line": 63
4550
4563
  },
4551
4564
  "name": "BuildAttributes",
4552
4565
  "properties": [
@@ -4561,7 +4574,7 @@
4561
4574
  "immutable": true,
4562
4575
  "locationInModule": {
4563
4576
  "filename": "lib/build.ts",
4564
- "line": 72
4577
+ "line": 71
4565
4578
  },
4566
4579
  "name": "buildArn",
4567
4580
  "optional": true,
@@ -4580,7 +4593,7 @@
4580
4593
  "immutable": true,
4581
4594
  "locationInModule": {
4582
4595
  "filename": "lib/build.ts",
4583
- "line": 81
4596
+ "line": 80
4584
4597
  },
4585
4598
  "name": "buildId",
4586
4599
  "optional": true,
@@ -4598,7 +4611,7 @@
4598
4611
  "immutable": true,
4599
4612
  "locationInModule": {
4600
4613
  "filename": "lib/build.ts",
4601
- "line": 86
4614
+ "line": 85
4602
4615
  },
4603
4616
  "name": "role",
4604
4617
  "optional": true,
@@ -4845,7 +4858,7 @@
4845
4858
  },
4846
4859
  "locationInModule": {
4847
4860
  "filename": "lib/build-fleet.ts",
4848
- "line": 177
4861
+ "line": 176
4849
4862
  },
4850
4863
  "name": "addIngressRule",
4851
4864
  "parameters": [
@@ -5034,7 +5047,7 @@
5034
5047
  "kind": "interface",
5035
5048
  "locationInModule": {
5036
5049
  "filename": "lib/build.ts",
5037
- "line": 92
5050
+ "line": 91
5038
5051
  },
5039
5052
  "name": "BuildProps",
5040
5053
  "properties": [
@@ -5047,7 +5060,7 @@
5047
5060
  "immutable": true,
5048
5061
  "locationInModule": {
5049
5062
  "filename": "lib/build.ts",
5050
- "line": 117
5063
+ "line": 116
5051
5064
  },
5052
5065
  "name": "content",
5053
5066
  "type": {
@@ -5064,7 +5077,7 @@
5064
5077
  "immutable": true,
5065
5078
  "locationInModule": {
5066
5079
  "filename": "lib/build.ts",
5067
- "line": 98
5080
+ "line": 97
5068
5081
  },
5069
5082
  "name": "buildName",
5070
5083
  "optional": true,
@@ -5082,7 +5095,7 @@
5082
5095
  "immutable": true,
5083
5096
  "locationInModule": {
5084
5097
  "filename": "lib/build.ts",
5085
- "line": 105
5098
+ "line": 104
5086
5099
  },
5087
5100
  "name": "buildVersion",
5088
5101
  "optional": true,
@@ -5100,7 +5113,7 @@
5100
5113
  "immutable": true,
5101
5114
  "locationInModule": {
5102
5115
  "filename": "lib/build.ts",
5103
- "line": 112
5116
+ "line": 111
5104
5117
  },
5105
5118
  "name": "operatingSystem",
5106
5119
  "optional": true,
@@ -5120,7 +5133,7 @@
5120
5133
  "immutable": true,
5121
5134
  "locationInModule": {
5122
5135
  "filename": "lib/build.ts",
5123
- "line": 140
5136
+ "line": 139
5124
5137
  },
5125
5138
  "name": "role",
5126
5139
  "optional": true,
@@ -5162,7 +5175,7 @@
5162
5175
  },
5163
5176
  "locationInModule": {
5164
5177
  "filename": "lib/content.ts",
5165
- "line": 28
5178
+ "line": 27
5166
5179
  },
5167
5180
  "name": "fromAsset",
5168
5181
  "parameters": [
@@ -5245,7 +5258,7 @@
5245
5258
  },
5246
5259
  "locationInModule": {
5247
5260
  "filename": "lib/content.ts",
5248
- "line": 35
5261
+ "line": 34
5249
5262
  },
5250
5263
  "name": "bind",
5251
5264
  "parameters": [
@@ -5287,7 +5300,7 @@
5287
5300
  "kind": "interface",
5288
5301
  "locationInModule": {
5289
5302
  "filename": "lib/content.ts",
5290
- "line": 42
5303
+ "line": 41
5291
5304
  },
5292
5305
  "name": "ContentConfig",
5293
5306
  "properties": [
@@ -5300,7 +5313,7 @@
5300
5313
  "immutable": true,
5301
5314
  "locationInModule": {
5302
5315
  "filename": "lib/content.ts",
5303
- "line": 46
5316
+ "line": 45
5304
5317
  },
5305
5318
  "name": "s3Location",
5306
5319
  "type": {
@@ -5321,7 +5334,7 @@
5321
5334
  "kind": "enum",
5322
5335
  "locationInModule": {
5323
5336
  "filename": "lib/game-server-group.ts",
5324
- "line": 56
5337
+ "line": 55
5325
5338
  },
5326
5339
  "members": [
5327
5340
  {
@@ -5364,7 +5377,7 @@
5364
5377
  "kind": "interface",
5365
5378
  "locationInModule": {
5366
5379
  "filename": "lib/fleet-base.ts",
5367
- "line": 375
5380
+ "line": 374
5368
5381
  },
5369
5382
  "name": "FleetAttributes",
5370
5383
  "properties": [
@@ -5379,7 +5392,7 @@
5379
5392
  "immutable": true,
5380
5393
  "locationInModule": {
5381
5394
  "filename": "lib/fleet-base.ts",
5382
- "line": 383
5395
+ "line": 382
5383
5396
  },
5384
5397
  "name": "fleetArn",
5385
5398
  "optional": true,
@@ -5398,7 +5411,7 @@
5398
5411
  "immutable": true,
5399
5412
  "locationInModule": {
5400
5413
  "filename": "lib/fleet-base.ts",
5401
- "line": 392
5414
+ "line": 391
5402
5415
  },
5403
5416
  "name": "fleetId",
5404
5417
  "optional": true,
@@ -5416,7 +5429,7 @@
5416
5429
  "immutable": true,
5417
5430
  "locationInModule": {
5418
5431
  "filename": "lib/fleet-base.ts",
5419
- "line": 399
5432
+ "line": 398
5420
5433
  },
5421
5434
  "name": "role",
5422
5435
  "optional": true,
@@ -5476,7 +5489,7 @@
5476
5489
  "kind": "class",
5477
5490
  "locationInModule": {
5478
5491
  "filename": "lib/fleet-base.ts",
5479
- "line": 405
5492
+ "line": 404
5480
5493
  },
5481
5494
  "methods": [
5482
5495
  {
@@ -5486,7 +5499,7 @@
5486
5499
  },
5487
5500
  "locationInModule": {
5488
5501
  "filename": "lib/fleet-base.ts",
5489
- "line": 410
5502
+ "line": 409
5490
5503
  },
5491
5504
  "name": "fromFleetAttributes",
5492
5505
  "parameters": [
@@ -5524,7 +5537,7 @@
5524
5537
  },
5525
5538
  "locationInModule": {
5526
5539
  "filename": "lib/fleet-base.ts",
5527
- "line": 477
5540
+ "line": 476
5528
5541
  },
5529
5542
  "name": "addAlias",
5530
5543
  "parameters": [
@@ -5561,7 +5574,7 @@
5561
5574
  },
5562
5575
  "locationInModule": {
5563
5576
  "filename": "lib/fleet-base.ts",
5564
- "line": 567
5577
+ "line": 566
5565
5578
  },
5566
5579
  "name": "addInternalLocation",
5567
5580
  "parameters": [
@@ -5583,7 +5596,7 @@
5583
5596
  },
5584
5597
  "locationInModule": {
5585
5598
  "filename": "lib/fleet-base.ts",
5586
- "line": 551
5599
+ "line": 550
5587
5600
  },
5588
5601
  "name": "addLocation",
5589
5602
  "parameters": [
@@ -5626,7 +5639,7 @@
5626
5639
  },
5627
5640
  "locationInModule": {
5628
5641
  "filename": "lib/fleet-base.ts",
5629
- "line": 485
5642
+ "line": 484
5630
5643
  },
5631
5644
  "name": "grant",
5632
5645
  "overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
@@ -5659,7 +5672,7 @@
5659
5672
  },
5660
5673
  "locationInModule": {
5661
5674
  "filename": "lib/fleet-base.ts",
5662
- "line": 493
5675
+ "line": 492
5663
5676
  },
5664
5677
  "name": "metric",
5665
5678
  "overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
@@ -5692,7 +5705,7 @@
5692
5705
  },
5693
5706
  "locationInModule": {
5694
5707
  "filename": "lib/fleet-base.ts",
5695
- "line": 504
5708
+ "line": 503
5696
5709
  },
5697
5710
  "name": "metricActiveInstances",
5698
5711
  "overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
@@ -5719,7 +5732,7 @@
5719
5732
  },
5720
5733
  "locationInModule": {
5721
5734
  "filename": "lib/fleet-base.ts",
5722
- "line": 512
5735
+ "line": 511
5723
5736
  },
5724
5737
  "name": "metricDesiredInstances",
5725
5738
  "overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
@@ -5746,7 +5759,7 @@
5746
5759
  },
5747
5760
  "locationInModule": {
5748
5761
  "filename": "lib/fleet-base.ts",
5749
- "line": 516
5762
+ "line": 515
5750
5763
  },
5751
5764
  "name": "metricIdleInstances",
5752
5765
  "overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
@@ -5772,7 +5785,7 @@
5772
5785
  },
5773
5786
  "locationInModule": {
5774
5787
  "filename": "lib/fleet-base.ts",
5775
- "line": 520
5788
+ "line": 519
5776
5789
  },
5777
5790
  "name": "metricInstanceInterruptions",
5778
5791
  "overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
@@ -5799,7 +5812,7 @@
5799
5812
  },
5800
5813
  "locationInModule": {
5801
5814
  "filename": "lib/fleet-base.ts",
5802
- "line": 524
5815
+ "line": 523
5803
5816
  },
5804
5817
  "name": "metricMaxInstances",
5805
5818
  "overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
@@ -5826,7 +5839,7 @@
5826
5839
  },
5827
5840
  "locationInModule": {
5828
5841
  "filename": "lib/fleet-base.ts",
5829
- "line": 528
5842
+ "line": 527
5830
5843
  },
5831
5844
  "name": "metricMinInstances",
5832
5845
  "overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
@@ -5853,7 +5866,7 @@
5853
5866
  },
5854
5867
  "locationInModule": {
5855
5868
  "filename": "lib/fleet-base.ts",
5856
- "line": 508
5869
+ "line": 507
5857
5870
  },
5858
5871
  "name": "metricPercentIdleInstances",
5859
5872
  "overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
@@ -5878,7 +5891,7 @@
5878
5891
  },
5879
5892
  "locationInModule": {
5880
5893
  "filename": "lib/fleet-base.ts",
5881
- "line": 605
5894
+ "line": 604
5882
5895
  },
5883
5896
  "name": "parseLocationCapacity",
5884
5897
  "parameters": [
@@ -5904,7 +5917,7 @@
5904
5917
  },
5905
5918
  "locationInModule": {
5906
5919
  "filename": "lib/fleet-base.ts",
5907
- "line": 588
5920
+ "line": 587
5908
5921
  },
5909
5922
  "name": "parseLocations",
5910
5923
  "protected": true,
@@ -5926,7 +5939,7 @@
5926
5939
  },
5927
5940
  "locationInModule": {
5928
5941
  "filename": "lib/fleet-base.ts",
5929
- "line": 575
5942
+ "line": 574
5930
5943
  },
5931
5944
  "name": "parseResourceCreationLimitPolicy",
5932
5945
  "parameters": [
@@ -5951,7 +5964,7 @@
5951
5964
  },
5952
5965
  "locationInModule": {
5953
5966
  "filename": "lib/fleet-base.ts",
5954
- "line": 620
5967
+ "line": 619
5955
5968
  },
5956
5969
  "name": "parseRuntimeConfiguration",
5957
5970
  "parameters": [
@@ -5976,7 +5989,7 @@
5976
5989
  },
5977
5990
  "locationInModule": {
5978
5991
  "filename": "lib/fleet-base.ts",
5979
- "line": 642
5992
+ "line": 641
5980
5993
  },
5981
5994
  "name": "warnVpcPeeringAuthorizations",
5982
5995
  "parameters": [
@@ -6001,7 +6014,7 @@
6001
6014
  "immutable": true,
6002
6015
  "locationInModule": {
6003
6016
  "filename": "lib/fleet-base.ts",
6004
- "line": 449
6017
+ "line": 448
6005
6018
  },
6006
6019
  "name": "fleetArn",
6007
6020
  "overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
@@ -6018,7 +6031,7 @@
6018
6031
  "immutable": true,
6019
6032
  "locationInModule": {
6020
6033
  "filename": "lib/fleet-base.ts",
6021
- "line": 445
6034
+ "line": 444
6022
6035
  },
6023
6036
  "name": "fleetId",
6024
6037
  "overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
@@ -6035,7 +6048,7 @@
6035
6048
  "immutable": true,
6036
6049
  "locationInModule": {
6037
6050
  "filename": "lib/fleet-base.ts",
6038
- "line": 454
6051
+ "line": 453
6039
6052
  },
6040
6053
  "name": "grantPrincipal",
6041
6054
  "overrides": "aws-cdk-lib.aws_iam.IGrantable",
@@ -6051,7 +6064,7 @@
6051
6064
  "immutable": true,
6052
6065
  "locationInModule": {
6053
6066
  "filename": "lib/fleet-base.ts",
6054
- "line": 542
6067
+ "line": 541
6055
6068
  },
6056
6069
  "name": "resourceArnForDestination",
6057
6070
  "overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueueDestination",
@@ -6077,7 +6090,7 @@
6077
6090
  "kind": "interface",
6078
6091
  "locationInModule": {
6079
6092
  "filename": "lib/fleet-base.ts",
6080
- "line": 222
6093
+ "line": 221
6081
6094
  },
6082
6095
  "name": "FleetProps",
6083
6096
  "properties": [
@@ -6091,7 +6104,7 @@
6091
6104
  "immutable": true,
6092
6105
  "locationInModule": {
6093
6106
  "filename": "lib/fleet-base.ts",
6094
- "line": 227
6107
+ "line": 226
6095
6108
  },
6096
6109
  "name": "fleetName",
6097
6110
  "type": {
@@ -6109,7 +6122,7 @@
6109
6122
  "immutable": true,
6110
6123
  "locationInModule": {
6111
6124
  "filename": "lib/fleet-base.ts",
6112
- "line": 308
6125
+ "line": 307
6113
6126
  },
6114
6127
  "name": "instanceType",
6115
6128
  "type": {
@@ -6127,7 +6140,7 @@
6127
6140
  "immutable": true,
6128
6141
  "locationInModule": {
6129
6142
  "filename": "lib/fleet-base.ts",
6130
- "line": 352
6143
+ "line": 351
6131
6144
  },
6132
6145
  "name": "runtimeConfiguration",
6133
6146
  "type": {
@@ -6144,7 +6157,7 @@
6144
6157
  "immutable": true,
6145
6158
  "locationInModule": {
6146
6159
  "filename": "lib/fleet-base.ts",
6147
- "line": 234
6160
+ "line": 233
6148
6161
  },
6149
6162
  "name": "description",
6150
6163
  "optional": true,
@@ -6163,7 +6176,7 @@
6163
6176
  "immutable": true,
6164
6177
  "locationInModule": {
6165
6178
  "filename": "lib/fleet-base.ts",
6166
- "line": 317
6179
+ "line": 316
6167
6180
  },
6168
6181
  "name": "desiredCapacity",
6169
6182
  "optional": true,
@@ -6182,7 +6195,7 @@
6182
6195
  "immutable": true,
6183
6196
  "locationInModule": {
6184
6197
  "filename": "lib/fleet-base.ts",
6185
- "line": 362
6198
+ "line": 361
6186
6199
  },
6187
6200
  "name": "locations",
6188
6201
  "optional": true,
@@ -6205,7 +6218,7 @@
6205
6218
  "immutable": true,
6206
6219
  "locationInModule": {
6207
6220
  "filename": "lib/fleet-base.ts",
6208
- "line": 331
6221
+ "line": 330
6209
6222
  },
6210
6223
  "name": "maxSize",
6211
6224
  "optional": true,
@@ -6224,7 +6237,7 @@
6224
6237
  "immutable": true,
6225
6238
  "locationInModule": {
6226
6239
  "filename": "lib/fleet-base.ts",
6227
- "line": 300
6240
+ "line": 299
6228
6241
  },
6229
6242
  "name": "metricGroup",
6230
6243
  "optional": true,
@@ -6242,7 +6255,7 @@
6242
6255
  "immutable": true,
6243
6256
  "locationInModule": {
6244
6257
  "filename": "lib/fleet-base.ts",
6245
- "line": 324
6258
+ "line": 323
6246
6259
  },
6247
6260
  "name": "minSize",
6248
6261
  "optional": true,
@@ -6262,7 +6275,7 @@
6262
6275
  "immutable": true,
6263
6276
  "locationInModule": {
6264
6277
  "filename": "lib/fleet-base.ts",
6265
- "line": 290
6278
+ "line": 289
6266
6279
  },
6267
6280
  "name": "peerVpc",
6268
6281
  "optional": true,
@@ -6281,7 +6294,7 @@
6281
6294
  "immutable": true,
6282
6295
  "locationInModule": {
6283
6296
  "filename": "lib/fleet-base.ts",
6284
- "line": 339
6297
+ "line": 338
6285
6298
  },
6286
6299
  "name": "protectNewGameSession",
6287
6300
  "optional": true,
@@ -6299,7 +6312,7 @@
6299
6312
  "immutable": true,
6300
6313
  "locationInModule": {
6301
6314
  "filename": "lib/fleet-base.ts",
6302
- "line": 369
6315
+ "line": 368
6303
6316
  },
6304
6317
  "name": "resourceCreationLimitPolicy",
6305
6318
  "optional": true,
@@ -6319,7 +6332,7 @@
6319
6332
  "immutable": true,
6320
6333
  "locationInModule": {
6321
6334
  "filename": "lib/fleet-base.ts",
6322
- "line": 275
6335
+ "line": 274
6323
6336
  },
6324
6337
  "name": "role",
6325
6338
  "optional": true,
@@ -6338,7 +6351,7 @@
6338
6351
  "immutable": true,
6339
6352
  "locationInModule": {
6340
6353
  "filename": "lib/fleet-base.ts",
6341
- "line": 261
6354
+ "line": 260
6342
6355
  },
6343
6356
  "name": "useCertificate",
6344
6357
  "optional": true,
@@ -6358,7 +6371,7 @@
6358
6371
  "immutable": true,
6359
6372
  "locationInModule": {
6360
6373
  "filename": "lib/fleet-base.ts",
6361
- "line": 246
6374
+ "line": 245
6362
6375
  },
6363
6376
  "name": "useSpot",
6364
6377
  "optional": true,
@@ -6446,7 +6459,7 @@
6446
6459
  },
6447
6460
  "locationInModule": {
6448
6461
  "filename": "lib/game-server-group.ts",
6449
- "line": 420
6462
+ "line": 419
6450
6463
  },
6451
6464
  "parameters": [
6452
6465
  {
@@ -6472,7 +6485,7 @@
6472
6485
  "kind": "class",
6473
6486
  "locationInModule": {
6474
6487
  "filename": "lib/game-server-group.ts",
6475
- "line": 346
6488
+ "line": 345
6476
6489
  },
6477
6490
  "methods": [
6478
6491
  {
@@ -6482,7 +6495,7 @@
6482
6495
  },
6483
6496
  "locationInModule": {
6484
6497
  "filename": "lib/game-server-group.ts",
6485
- "line": 351
6498
+ "line": 350
6486
6499
  },
6487
6500
  "name": "fromGameServerGroupAttributes",
6488
6501
  "parameters": [
@@ -6518,7 +6531,7 @@
6518
6531
  },
6519
6532
  "locationInModule": {
6520
6533
  "filename": "lib/game-server-group.ts",
6521
- "line": 504
6534
+ "line": 503
6522
6535
  },
6523
6536
  "name": "parseAutoScalingPolicy",
6524
6537
  "parameters": [
@@ -6543,7 +6556,7 @@
6543
6556
  },
6544
6557
  "locationInModule": {
6545
6558
  "filename": "lib/game-server-group.ts",
6546
- "line": 517
6559
+ "line": 516
6547
6560
  },
6548
6561
  "name": "parseInstanceDefinitions",
6549
6562
  "parameters": [
@@ -6572,7 +6585,7 @@
6572
6585
  },
6573
6586
  "locationInModule": {
6574
6587
  "filename": "lib/game-server-group.ts",
6575
- "line": 496
6588
+ "line": 495
6576
6589
  },
6577
6590
  "name": "parseLaunchTemplate",
6578
6591
  "parameters": [
@@ -6601,7 +6614,7 @@
6601
6614
  "immutable": true,
6602
6615
  "locationInModule": {
6603
6616
  "filename": "lib/game-server-group.ts",
6604
- "line": 398
6617
+ "line": 397
6605
6618
  },
6606
6619
  "name": "autoScalingGroupArn",
6607
6620
  "overrides": "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase",
@@ -6617,7 +6630,7 @@
6617
6630
  "immutable": true,
6618
6631
  "locationInModule": {
6619
6632
  "filename": "lib/game-server-group.ts",
6620
- "line": 393
6633
+ "line": 392
6621
6634
  },
6622
6635
  "name": "gameServerGroupArn",
6623
6636
  "overrides": "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase",
@@ -6633,7 +6646,7 @@
6633
6646
  "immutable": true,
6634
6647
  "locationInModule": {
6635
6648
  "filename": "lib/game-server-group.ts",
6636
- "line": 388
6649
+ "line": 387
6637
6650
  },
6638
6651
  "name": "gameServerGroupName",
6639
6652
  "overrides": "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase",
@@ -6649,7 +6662,7 @@
6649
6662
  "immutable": true,
6650
6663
  "locationInModule": {
6651
6664
  "filename": "lib/game-server-group.ts",
6652
- "line": 408
6665
+ "line": 407
6653
6666
  },
6654
6667
  "name": "grantPrincipal",
6655
6668
  "overrides": "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase",
@@ -6665,7 +6678,7 @@
6665
6678
  "immutable": true,
6666
6679
  "locationInModule": {
6667
6680
  "filename": "lib/game-server-group.ts",
6668
- "line": 403
6681
+ "line": 402
6669
6682
  },
6670
6683
  "name": "role",
6671
6684
  "type": {
@@ -6680,7 +6693,7 @@
6680
6693
  "immutable": true,
6681
6694
  "locationInModule": {
6682
6695
  "filename": "lib/game-server-group.ts",
6683
- "line": 413
6696
+ "line": 412
6684
6697
  },
6685
6698
  "name": "vpc",
6686
6699
  "type": {
@@ -6695,7 +6708,7 @@
6695
6708
  "immutable": true,
6696
6709
  "locationInModule": {
6697
6710
  "filename": "lib/game-server-group.ts",
6698
- "line": 418
6711
+ "line": 417
6699
6712
  },
6700
6713
  "name": "vpcSubnets",
6701
6714
  "optional": true,
@@ -6721,7 +6734,7 @@
6721
6734
  "kind": "interface",
6722
6735
  "locationInModule": {
6723
6736
  "filename": "lib/game-server-group.ts",
6724
- "line": 178
6737
+ "line": 177
6725
6738
  },
6726
6739
  "name": "GameServerGroupAttributes",
6727
6740
  "properties": [
@@ -6735,7 +6748,7 @@
6735
6748
  "immutable": true,
6736
6749
  "locationInModule": {
6737
6750
  "filename": "lib/game-server-group.ts",
6738
- "line": 202
6751
+ "line": 201
6739
6752
  },
6740
6753
  "name": "autoScalingGroupArn",
6741
6754
  "type": {
@@ -6753,7 +6766,7 @@
6753
6766
  "immutable": true,
6754
6767
  "locationInModule": {
6755
6768
  "filename": "lib/game-server-group.ts",
6756
- "line": 195
6769
+ "line": 194
6757
6770
  },
6758
6771
  "name": "gameServerGroupArn",
6759
6772
  "optional": true,
@@ -6772,7 +6785,7 @@
6772
6785
  "immutable": true,
6773
6786
  "locationInModule": {
6774
6787
  "filename": "lib/game-server-group.ts",
6775
- "line": 187
6788
+ "line": 186
6776
6789
  },
6777
6790
  "name": "gameServerGroupName",
6778
6791
  "optional": true,
@@ -6790,7 +6803,7 @@
6790
6803
  "immutable": true,
6791
6804
  "locationInModule": {
6792
6805
  "filename": "lib/game-server-group.ts",
6793
- "line": 209
6806
+ "line": 208
6794
6807
  },
6795
6808
  "name": "role",
6796
6809
  "optional": true,
@@ -6846,7 +6859,7 @@
6846
6859
  "kind": "class",
6847
6860
  "locationInModule": {
6848
6861
  "filename": "lib/game-server-group.ts",
6849
- "line": 132
6862
+ "line": 131
6850
6863
  },
6851
6864
  "methods": [
6852
6865
  {
@@ -6856,7 +6869,7 @@
6856
6869
  },
6857
6870
  "locationInModule": {
6858
6871
  "filename": "lib/game-server-group.ts",
6859
- "line": 154
6872
+ "line": 153
6860
6873
  },
6861
6874
  "name": "grant",
6862
6875
  "overrides": "@aws-cdk/aws-gamelift-alpha.IGameServerGroup",
@@ -6889,7 +6902,7 @@
6889
6902
  },
6890
6903
  "locationInModule": {
6891
6904
  "filename": "lib/game-server-group.ts",
6892
- "line": 162
6905
+ "line": 161
6893
6906
  },
6894
6907
  "name": "metric",
6895
6908
  "overrides": "@aws-cdk/aws-gamelift-alpha.IGameServerGroup",
@@ -6926,7 +6939,7 @@
6926
6939
  "immutable": true,
6927
6940
  "locationInModule": {
6928
6941
  "filename": "lib/game-server-group.ts",
6929
- "line": 142
6942
+ "line": 141
6930
6943
  },
6931
6944
  "name": "autoScalingGroupArn",
6932
6945
  "overrides": "@aws-cdk/aws-gamelift-alpha.IGameServerGroup",
@@ -6943,7 +6956,7 @@
6943
6956
  "immutable": true,
6944
6957
  "locationInModule": {
6945
6958
  "filename": "lib/game-server-group.ts",
6946
- "line": 137
6959
+ "line": 136
6947
6960
  },
6948
6961
  "name": "gameServerGroupArn",
6949
6962
  "overrides": "@aws-cdk/aws-gamelift-alpha.IGameServerGroup",
@@ -6960,7 +6973,7 @@
6960
6973
  "immutable": true,
6961
6974
  "locationInModule": {
6962
6975
  "filename": "lib/game-server-group.ts",
6963
- "line": 147
6976
+ "line": 146
6964
6977
  },
6965
6978
  "name": "gameServerGroupName",
6966
6979
  "overrides": "@aws-cdk/aws-gamelift-alpha.IGameServerGroup",
@@ -6977,7 +6990,7 @@
6977
6990
  "immutable": true,
6978
6991
  "locationInModule": {
6979
6992
  "filename": "lib/game-server-group.ts",
6980
- "line": 152
6993
+ "line": 151
6981
6994
  },
6982
6995
  "name": "grantPrincipal",
6983
6996
  "overrides": "aws-cdk-lib.aws_iam.IGrantable",
@@ -7003,7 +7016,7 @@
7003
7016
  "kind": "interface",
7004
7017
  "locationInModule": {
7005
7018
  "filename": "lib/game-server-group.ts",
7006
- "line": 215
7019
+ "line": 214
7007
7020
  },
7008
7021
  "name": "GameServerGroupProps",
7009
7022
  "properties": [
@@ -7017,7 +7030,7 @@
7017
7030
  "immutable": true,
7018
7031
  "locationInModule": {
7019
7032
  "filename": "lib/game-server-group.ts",
7020
- "line": 220
7033
+ "line": 219
7021
7034
  },
7022
7035
  "name": "gameServerGroupName",
7023
7036
  "type": {
@@ -7033,7 +7046,7 @@
7033
7046
  "immutable": true,
7034
7047
  "locationInModule": {
7035
7048
  "filename": "lib/game-server-group.ts",
7036
- "line": 275
7049
+ "line": 274
7037
7050
  },
7038
7051
  "name": "instanceDefinitions",
7039
7052
  "type": {
@@ -7056,7 +7069,7 @@
7056
7069
  "immutable": true,
7057
7070
  "locationInModule": {
7058
7071
  "filename": "lib/game-server-group.ts",
7059
- "line": 287
7072
+ "line": 286
7060
7073
  },
7061
7074
  "name": "launchTemplate",
7062
7075
  "type": {
@@ -7073,7 +7086,7 @@
7073
7086
  "immutable": true,
7074
7087
  "locationInModule": {
7075
7088
  "filename": "lib/game-server-group.ts",
7076
- "line": 263
7089
+ "line": 262
7077
7090
  },
7078
7091
  "name": "vpc",
7079
7092
  "type": {
@@ -7091,7 +7104,7 @@
7091
7104
  "immutable": true,
7092
7105
  "locationInModule": {
7093
7106
  "filename": "lib/game-server-group.ts",
7094
- "line": 308
7107
+ "line": 307
7095
7108
  },
7096
7109
  "name": "autoScalingPolicy",
7097
7110
  "optional": true,
@@ -7109,7 +7122,7 @@
7109
7122
  "immutable": true,
7110
7123
  "locationInModule": {
7111
7124
  "filename": "lib/game-server-group.ts",
7112
- "line": 322
7125
+ "line": 321
7113
7126
  },
7114
7127
  "name": "balancingStrategy",
7115
7128
  "optional": true,
@@ -7128,7 +7141,7 @@
7128
7141
  "immutable": true,
7129
7142
  "locationInModule": {
7130
7143
  "filename": "lib/game-server-group.ts",
7131
- "line": 315
7144
+ "line": 314
7132
7145
  },
7133
7146
  "name": "deleteOption",
7134
7147
  "optional": true,
@@ -7147,7 +7160,7 @@
7147
7160
  "immutable": true,
7148
7161
  "locationInModule": {
7149
7162
  "filename": "lib/game-server-group.ts",
7150
- "line": 250
7163
+ "line": 249
7151
7164
  },
7152
7165
  "name": "maxSize",
7153
7166
  "optional": true,
@@ -7166,7 +7179,7 @@
7166
7179
  "immutable": true,
7167
7180
  "locationInModule": {
7168
7181
  "filename": "lib/game-server-group.ts",
7169
- "line": 241
7182
+ "line": 240
7170
7183
  },
7171
7184
  "name": "minSize",
7172
7185
  "optional": true,
@@ -7185,7 +7198,7 @@
7185
7198
  "immutable": true,
7186
7199
  "locationInModule": {
7187
7200
  "filename": "lib/game-server-group.ts",
7188
- "line": 298
7201
+ "line": 297
7189
7202
  },
7190
7203
  "name": "protectGameServer",
7191
7204
  "optional": true,
@@ -7204,7 +7217,7 @@
7204
7217
  "immutable": true,
7205
7218
  "locationInModule": {
7206
7219
  "filename": "lib/game-server-group.ts",
7207
- "line": 229
7220
+ "line": 228
7208
7221
  },
7209
7222
  "name": "role",
7210
7223
  "optional": true,
@@ -7222,7 +7235,7 @@
7222
7235
  "immutable": true,
7223
7236
  "locationInModule": {
7224
7237
  "filename": "lib/game-server-group.ts",
7225
- "line": 270
7238
+ "line": 269
7226
7239
  },
7227
7240
  "name": "vpcSubnets",
7228
7241
  "optional": true,
@@ -8205,7 +8218,7 @@
8205
8218
  "kind": "interface",
8206
8219
  "locationInModule": {
8207
8220
  "filename": "lib/fleet-base.ts",
8208
- "line": 144
8221
+ "line": 143
8209
8222
  },
8210
8223
  "methods": [
8211
8224
  {
@@ -8216,7 +8229,7 @@
8216
8229
  },
8217
8230
  "locationInModule": {
8218
8231
  "filename": "lib/fleet-base.ts",
8219
- "line": 162
8232
+ "line": 161
8220
8233
  },
8221
8234
  "name": "grant",
8222
8235
  "parameters": [
@@ -8249,7 +8262,7 @@
8249
8262
  },
8250
8263
  "locationInModule": {
8251
8264
  "filename": "lib/fleet-base.ts",
8252
- "line": 167
8265
+ "line": 166
8253
8266
  },
8254
8267
  "name": "metric",
8255
8268
  "parameters": [
@@ -8282,7 +8295,7 @@
8282
8295
  },
8283
8296
  "locationInModule": {
8284
8297
  "filename": "lib/fleet-base.ts",
8285
- "line": 176
8298
+ "line": 175
8286
8299
  },
8287
8300
  "name": "metricActiveInstances",
8288
8301
  "parameters": [
@@ -8309,7 +8322,7 @@
8309
8322
  },
8310
8323
  "locationInModule": {
8311
8324
  "filename": "lib/fleet-base.ts",
8312
- "line": 190
8325
+ "line": 189
8313
8326
  },
8314
8327
  "name": "metricDesiredInstances",
8315
8328
  "parameters": [
@@ -8336,7 +8349,7 @@
8336
8349
  },
8337
8350
  "locationInModule": {
8338
8351
  "filename": "lib/fleet-base.ts",
8339
- "line": 197
8352
+ "line": 196
8340
8353
  },
8341
8354
  "name": "metricIdleInstances",
8342
8355
  "parameters": [
@@ -8362,7 +8375,7 @@
8362
8375
  },
8363
8376
  "locationInModule": {
8364
8377
  "filename": "lib/fleet-base.ts",
8365
- "line": 202
8378
+ "line": 201
8366
8379
  },
8367
8380
  "name": "metricInstanceInterruptions",
8368
8381
  "parameters": [
@@ -8389,7 +8402,7 @@
8389
8402
  },
8390
8403
  "locationInModule": {
8391
8404
  "filename": "lib/fleet-base.ts",
8392
- "line": 209
8405
+ "line": 208
8393
8406
  },
8394
8407
  "name": "metricMaxInstances",
8395
8408
  "parameters": [
@@ -8416,7 +8429,7 @@
8416
8429
  },
8417
8430
  "locationInModule": {
8418
8431
  "filename": "lib/fleet-base.ts",
8419
- "line": 216
8432
+ "line": 215
8420
8433
  },
8421
8434
  "name": "metricMinInstances",
8422
8435
  "parameters": [
@@ -8443,7 +8456,7 @@
8443
8456
  },
8444
8457
  "locationInModule": {
8445
8458
  "filename": "lib/fleet-base.ts",
8446
- "line": 182
8459
+ "line": 181
8447
8460
  },
8448
8461
  "name": "metricPercentIdleInstances",
8449
8462
  "parameters": [
@@ -8476,7 +8489,7 @@
8476
8489
  "immutable": true,
8477
8490
  "locationInModule": {
8478
8491
  "filename": "lib/fleet-base.ts",
8479
- "line": 157
8492
+ "line": 156
8480
8493
  },
8481
8494
  "name": "fleetArn",
8482
8495
  "type": {
@@ -8495,7 +8508,7 @@
8495
8508
  "immutable": true,
8496
8509
  "locationInModule": {
8497
8510
  "filename": "lib/fleet-base.ts",
8498
- "line": 150
8511
+ "line": 149
8499
8512
  },
8500
8513
  "name": "fleetId",
8501
8514
  "type": {
@@ -8519,7 +8532,7 @@
8519
8532
  "kind": "interface",
8520
8533
  "locationInModule": {
8521
8534
  "filename": "lib/game-server-group.ts",
8522
- "line": 96
8535
+ "line": 95
8523
8536
  },
8524
8537
  "methods": [
8525
8538
  {
@@ -8530,7 +8543,7 @@
8530
8543
  },
8531
8544
  "locationInModule": {
8532
8545
  "filename": "lib/game-server-group.ts",
8533
- "line": 121
8546
+ "line": 120
8534
8547
  },
8535
8548
  "name": "grant",
8536
8549
  "parameters": [
@@ -8563,7 +8576,7 @@
8563
8576
  },
8564
8577
  "locationInModule": {
8565
8578
  "filename": "lib/game-server-group.ts",
8566
- "line": 126
8579
+ "line": 125
8567
8580
  },
8568
8581
  "name": "metric",
8569
8582
  "parameters": [
@@ -8602,7 +8615,7 @@
8602
8615
  "immutable": true,
8603
8616
  "locationInModule": {
8604
8617
  "filename": "lib/game-server-group.ts",
8605
- "line": 109
8618
+ "line": 108
8606
8619
  },
8607
8620
  "name": "autoScalingGroupArn",
8608
8621
  "type": {
@@ -8621,7 +8634,7 @@
8621
8634
  "immutable": true,
8622
8635
  "locationInModule": {
8623
8636
  "filename": "lib/game-server-group.ts",
8624
- "line": 102
8637
+ "line": 101
8625
8638
  },
8626
8639
  "name": "gameServerGroupArn",
8627
8640
  "type": {
@@ -8640,7 +8653,7 @@
8640
8653
  "immutable": true,
8641
8654
  "locationInModule": {
8642
8655
  "filename": "lib/game-server-group.ts",
8643
- "line": 116
8656
+ "line": 115
8644
8657
  },
8645
8658
  "name": "gameServerGroupName",
8646
8659
  "type": {
@@ -8956,7 +8969,7 @@
8956
8969
  },
8957
8970
  "locationInModule": {
8958
8971
  "filename": "lib/matchmaking-configuration.ts",
8959
- "line": 55
8972
+ "line": 54
8960
8973
  },
8961
8974
  "name": "metric",
8962
8975
  "parameters": [
@@ -8988,7 +9001,7 @@
8988
9001
  },
8989
9002
  "locationInModule": {
8990
9003
  "filename": "lib/matchmaking-configuration.ts",
8991
- "line": 60
9004
+ "line": 59
8992
9005
  },
8993
9006
  "name": "metricCurrentTickets",
8994
9007
  "parameters": [
@@ -9014,7 +9027,7 @@
9014
9027
  },
9015
9028
  "locationInModule": {
9016
9029
  "filename": "lib/matchmaking-configuration.ts",
9017
- "line": 65
9030
+ "line": 64
9018
9031
  },
9019
9032
  "name": "metricMatchesAccepted",
9020
9033
  "parameters": [
@@ -9040,7 +9053,7 @@
9040
9053
  },
9041
9054
  "locationInModule": {
9042
9055
  "filename": "lib/matchmaking-configuration.ts",
9043
- "line": 70
9056
+ "line": 69
9044
9057
  },
9045
9058
  "name": "metricMatchesCreated",
9046
9059
  "parameters": [
@@ -9066,7 +9079,7 @@
9066
9079
  },
9067
9080
  "locationInModule": {
9068
9081
  "filename": "lib/matchmaking-configuration.ts",
9069
- "line": 75
9082
+ "line": 74
9070
9083
  },
9071
9084
  "name": "metricMatchesPlaced",
9072
9085
  "parameters": [
@@ -9092,7 +9105,7 @@
9092
9105
  },
9093
9106
  "locationInModule": {
9094
9107
  "filename": "lib/matchmaking-configuration.ts",
9095
- "line": 80
9108
+ "line": 79
9096
9109
  },
9097
9110
  "name": "metricMatchesRejected",
9098
9111
  "parameters": [
@@ -9118,7 +9131,7 @@
9118
9131
  },
9119
9132
  "locationInModule": {
9120
9133
  "filename": "lib/matchmaking-configuration.ts",
9121
- "line": 85
9134
+ "line": 84
9122
9135
  },
9123
9136
  "name": "metricPlayersStarted",
9124
9137
  "parameters": [
@@ -9145,7 +9158,7 @@
9145
9158
  },
9146
9159
  "locationInModule": {
9147
9160
  "filename": "lib/matchmaking-configuration.ts",
9148
- "line": 93
9161
+ "line": 92
9149
9162
  },
9150
9163
  "name": "metricTimeToMatch",
9151
9164
  "parameters": [
@@ -9240,7 +9253,7 @@
9240
9253
  "kind": "interface",
9241
9254
  "locationInModule": {
9242
9255
  "filename": "lib/matchmaking-ruleset.ts",
9243
- "line": 11
9256
+ "line": 10
9244
9257
  },
9245
9258
  "methods": [
9246
9259
  {
@@ -9251,7 +9264,7 @@
9251
9264
  },
9252
9265
  "locationInModule": {
9253
9266
  "filename": "lib/matchmaking-ruleset.ts",
9254
- "line": 29
9267
+ "line": 28
9255
9268
  },
9256
9269
  "name": "metric",
9257
9270
  "parameters": [
@@ -9284,7 +9297,7 @@
9284
9297
  },
9285
9298
  "locationInModule": {
9286
9299
  "filename": "lib/matchmaking-ruleset.ts",
9287
- "line": 44
9300
+ "line": 42
9288
9301
  },
9289
9302
  "name": "metricRuleEvaluationsFailed",
9290
9303
  "parameters": [
@@ -9311,7 +9324,7 @@
9311
9324
  },
9312
9325
  "locationInModule": {
9313
9326
  "filename": "lib/matchmaking-ruleset.ts",
9314
- "line": 36
9327
+ "line": 35
9315
9328
  },
9316
9329
  "name": "metricRuleEvaluationsPassed",
9317
9330
  "parameters": [
@@ -9344,7 +9357,7 @@
9344
9357
  "immutable": true,
9345
9358
  "locationInModule": {
9346
9359
  "filename": "lib/matchmaking-ruleset.ts",
9347
- "line": 24
9360
+ "line": 23
9348
9361
  },
9349
9362
  "name": "matchmakingRuleSetArn",
9350
9363
  "type": {
@@ -9363,7 +9376,7 @@
9363
9376
  "immutable": true,
9364
9377
  "locationInModule": {
9365
9378
  "filename": "lib/matchmaking-ruleset.ts",
9366
- "line": 17
9379
+ "line": 16
9367
9380
  },
9368
9381
  "name": "matchmakingRuleSetName",
9369
9382
  "type": {
@@ -9638,7 +9651,7 @@
9638
9651
  "kind": "interface",
9639
9652
  "locationInModule": {
9640
9653
  "filename": "lib/game-server-group.ts",
9641
- "line": 37
9654
+ "line": 36
9642
9655
  },
9643
9656
  "name": "InstanceDefinition",
9644
9657
  "properties": [
@@ -9651,7 +9664,7 @@
9651
9664
  "immutable": true,
9652
9665
  "locationInModule": {
9653
9666
  "filename": "lib/game-server-group.ts",
9654
- "line": 41
9667
+ "line": 40
9655
9668
  },
9656
9669
  "name": "instanceType",
9657
9670
  "type": {
@@ -9670,7 +9683,7 @@
9670
9683
  "immutable": true,
9671
9684
  "locationInModule": {
9672
9685
  "filename": "lib/game-server-group.ts",
9673
- "line": 50
9686
+ "line": 49
9674
9687
  },
9675
9688
  "name": "weight",
9676
9689
  "optional": true,
@@ -9696,7 +9709,7 @@
9696
9709
  "kind": "interface",
9697
9710
  "locationInModule": {
9698
9711
  "filename": "lib/fleet-base.ts",
9699
- "line": 41
9712
+ "line": 40
9700
9713
  },
9701
9714
  "name": "Location",
9702
9715
  "properties": [
@@ -9709,7 +9722,7 @@
9709
9722
  "immutable": true,
9710
9723
  "locationInModule": {
9711
9724
  "filename": "lib/fleet-base.ts",
9712
- "line": 45
9725
+ "line": 44
9713
9726
  },
9714
9727
  "name": "region",
9715
9728
  "type": {
@@ -9727,7 +9740,7 @@
9727
9740
  "immutable": true,
9728
9741
  "locationInModule": {
9729
9742
  "filename": "lib/fleet-base.ts",
9730
- "line": 52
9743
+ "line": 51
9731
9744
  },
9732
9745
  "name": "capacity",
9733
9746
  "optional": true,
@@ -9754,7 +9767,7 @@
9754
9767
  "kind": "interface",
9755
9768
  "locationInModule": {
9756
9769
  "filename": "lib/fleet-base.ts",
9757
- "line": 16
9770
+ "line": 15
9758
9771
  },
9759
9772
  "name": "LocationCapacity",
9760
9773
  "properties": [
@@ -9769,7 +9782,7 @@
9769
9782
  "immutable": true,
9770
9783
  "locationInModule": {
9771
9784
  "filename": "lib/fleet-base.ts",
9772
- "line": 23
9785
+ "line": 22
9773
9786
  },
9774
9787
  "name": "desiredCapacity",
9775
9788
  "optional": true,
@@ -9787,7 +9800,7 @@
9787
9800
  "immutable": true,
9788
9801
  "locationInModule": {
9789
9802
  "filename": "lib/fleet-base.ts",
9790
- "line": 29
9803
+ "line": 28
9791
9804
  },
9792
9805
  "name": "maxSize",
9793
9806
  "optional": true,
@@ -9805,7 +9818,7 @@
9805
9818
  "immutable": true,
9806
9819
  "locationInModule": {
9807
9820
  "filename": "lib/fleet-base.ts",
9808
- "line": 35
9821
+ "line": 34
9809
9822
  },
9810
9823
  "name": "minSize",
9811
9824
  "optional": true,
@@ -9831,7 +9844,7 @@
9831
9844
  "kind": "interface",
9832
9845
  "locationInModule": {
9833
9846
  "filename": "lib/matchmaking-configuration.ts",
9834
- "line": 99
9847
+ "line": 98
9835
9848
  },
9836
9849
  "name": "MatchmakingConfigurationAttributes",
9837
9850
  "properties": [
@@ -9846,7 +9859,7 @@
9846
9859
  "immutable": true,
9847
9860
  "locationInModule": {
9848
9861
  "filename": "lib/matchmaking-configuration.ts",
9849
- "line": 107
9862
+ "line": 106
9850
9863
  },
9851
9864
  "name": "matchmakingConfigurationArn",
9852
9865
  "optional": true,
@@ -9865,7 +9878,7 @@
9865
9878
  "immutable": true,
9866
9879
  "locationInModule": {
9867
9880
  "filename": "lib/matchmaking-configuration.ts",
9868
- "line": 116
9881
+ "line": 115
9869
9882
  },
9870
9883
  "name": "matchmakingConfigurationName",
9871
9884
  "optional": true,
@@ -9884,7 +9897,7 @@
9884
9897
  "immutable": true,
9885
9898
  "locationInModule": {
9886
9899
  "filename": "lib/matchmaking-configuration.ts",
9887
- "line": 125
9900
+ "line": 124
9888
9901
  },
9889
9902
  "name": "notificationTarget",
9890
9903
  "optional": true,
@@ -9944,7 +9957,7 @@
9944
9957
  "kind": "class",
9945
9958
  "locationInModule": {
9946
9959
  "filename": "lib/matchmaking-configuration.ts",
9947
- "line": 196
9960
+ "line": 195
9948
9961
  },
9949
9962
  "methods": [
9950
9963
  {
@@ -9954,7 +9967,7 @@
9954
9967
  },
9955
9968
  "locationInModule": {
9956
9969
  "filename": "lib/matchmaking-configuration.ts",
9957
- "line": 202
9970
+ "line": 200
9958
9971
  },
9959
9972
  "name": "fromMatchmakingConfigurationAttributes",
9960
9973
  "parameters": [
@@ -9991,7 +10004,7 @@
9991
10004
  },
9992
10005
  "locationInModule": {
9993
10006
  "filename": "lib/matchmaking-configuration.ts",
9994
- "line": 247
10007
+ "line": 245
9995
10008
  },
9996
10009
  "name": "metric",
9997
10010
  "overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingConfiguration",
@@ -10023,7 +10036,7 @@
10023
10036
  },
10024
10037
  "locationInModule": {
10025
10038
  "filename": "lib/matchmaking-configuration.ts",
10026
- "line": 258
10039
+ "line": 256
10027
10040
  },
10028
10041
  "name": "metricCurrentTickets",
10029
10042
  "overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingConfiguration",
@@ -10049,7 +10062,7 @@
10049
10062
  },
10050
10063
  "locationInModule": {
10051
10064
  "filename": "lib/matchmaking-configuration.ts",
10052
- "line": 262
10065
+ "line": 260
10053
10066
  },
10054
10067
  "name": "metricMatchesAccepted",
10055
10068
  "overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingConfiguration",
@@ -10075,7 +10088,7 @@
10075
10088
  },
10076
10089
  "locationInModule": {
10077
10090
  "filename": "lib/matchmaking-configuration.ts",
10078
- "line": 266
10091
+ "line": 264
10079
10092
  },
10080
10093
  "name": "metricMatchesCreated",
10081
10094
  "overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingConfiguration",
@@ -10101,7 +10114,7 @@
10101
10114
  },
10102
10115
  "locationInModule": {
10103
10116
  "filename": "lib/matchmaking-configuration.ts",
10104
- "line": 270
10117
+ "line": 268
10105
10118
  },
10106
10119
  "name": "metricMatchesPlaced",
10107
10120
  "overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingConfiguration",
@@ -10127,7 +10140,7 @@
10127
10140
  },
10128
10141
  "locationInModule": {
10129
10142
  "filename": "lib/matchmaking-configuration.ts",
10130
- "line": 274
10143
+ "line": 272
10131
10144
  },
10132
10145
  "name": "metricMatchesRejected",
10133
10146
  "overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingConfiguration",
@@ -10153,7 +10166,7 @@
10153
10166
  },
10154
10167
  "locationInModule": {
10155
10168
  "filename": "lib/matchmaking-configuration.ts",
10156
- "line": 278
10169
+ "line": 276
10157
10170
  },
10158
10171
  "name": "metricPlayersStarted",
10159
10172
  "overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingConfiguration",
@@ -10180,7 +10193,7 @@
10180
10193
  },
10181
10194
  "locationInModule": {
10182
10195
  "filename": "lib/matchmaking-configuration.ts",
10183
- "line": 282
10196
+ "line": 280
10184
10197
  },
10185
10198
  "name": "metricTimeToMatch",
10186
10199
  "overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingConfiguration",
@@ -10211,7 +10224,7 @@
10211
10224
  "immutable": true,
10212
10225
  "locationInModule": {
10213
10226
  "filename": "lib/matchmaking-configuration.ts",
10214
- "line": 240
10227
+ "line": 238
10215
10228
  },
10216
10229
  "name": "matchmakingConfigurationArn",
10217
10230
  "overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingConfiguration",
@@ -10228,7 +10241,7 @@
10228
10241
  "immutable": true,
10229
10242
  "locationInModule": {
10230
10243
  "filename": "lib/matchmaking-configuration.ts",
10231
- "line": 236
10244
+ "line": 234
10232
10245
  },
10233
10246
  "name": "matchmakingConfigurationName",
10234
10247
  "overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingConfiguration",
@@ -10245,7 +10258,7 @@
10245
10258
  "immutable": true,
10246
10259
  "locationInModule": {
10247
10260
  "filename": "lib/matchmaking-configuration.ts",
10248
- "line": 245
10261
+ "line": 243
10249
10262
  },
10250
10263
  "name": "notificationTarget",
10251
10264
  "optional": true,
@@ -10272,7 +10285,7 @@
10272
10285
  "kind": "interface",
10273
10286
  "locationInModule": {
10274
10287
  "filename": "lib/matchmaking-configuration.ts",
10275
- "line": 131
10288
+ "line": 130
10276
10289
  },
10277
10290
  "name": "MatchmakingConfigurationProps",
10278
10291
  "properties": [
@@ -10286,7 +10299,7 @@
10286
10299
  "immutable": true,
10287
10300
  "locationInModule": {
10288
10301
  "filename": "lib/matchmaking-configuration.ts",
10289
- "line": 137
10302
+ "line": 136
10290
10303
  },
10291
10304
  "name": "matchmakingConfigurationName",
10292
10305
  "type": {
@@ -10303,7 +10316,7 @@
10303
10316
  "immutable": true,
10304
10317
  "locationInModule": {
10305
10318
  "filename": "lib/matchmaking-configuration.ts",
10306
- "line": 190
10319
+ "line": 189
10307
10320
  },
10308
10321
  "name": "ruleSet",
10309
10322
  "type": {
@@ -10320,7 +10333,7 @@
10320
10333
  "immutable": true,
10321
10334
  "locationInModule": {
10322
10335
  "filename": "lib/matchmaking-configuration.ts",
10323
- "line": 159
10336
+ "line": 158
10324
10337
  },
10325
10338
  "name": "acceptanceTimeout",
10326
10339
  "optional": true,
@@ -10338,7 +10351,7 @@
10338
10351
  "immutable": true,
10339
10352
  "locationInModule": {
10340
10353
  "filename": "lib/matchmaking-configuration.ts",
10341
- "line": 166
10354
+ "line": 165
10342
10355
  },
10343
10356
  "name": "customEventData",
10344
10357
  "optional": true,
@@ -10356,7 +10369,7 @@
10356
10369
  "immutable": true,
10357
10370
  "locationInModule": {
10358
10371
  "filename": "lib/matchmaking-configuration.ts",
10359
- "line": 144
10372
+ "line": 143
10360
10373
  },
10361
10374
  "name": "description",
10362
10375
  "optional": true,
@@ -10375,7 +10388,7 @@
10375
10388
  "immutable": true,
10376
10389
  "locationInModule": {
10377
10390
  "filename": "lib/matchmaking-configuration.ts",
10378
- "line": 175
10391
+ "line": 174
10379
10392
  },
10380
10393
  "name": "notificationTarget",
10381
10394
  "optional": true,
@@ -10394,7 +10407,7 @@
10394
10407
  "immutable": true,
10395
10408
  "locationInModule": {
10396
10409
  "filename": "lib/matchmaking-configuration.ts",
10397
- "line": 183
10410
+ "line": 182
10398
10411
  },
10399
10412
  "name": "requestTimeout",
10400
10413
  "optional": true,
@@ -10413,7 +10426,7 @@
10413
10426
  "immutable": true,
10414
10427
  "locationInModule": {
10415
10428
  "filename": "lib/matchmaking-configuration.ts",
10416
- "line": 152
10429
+ "line": 151
10417
10430
  },
10418
10431
  "name": "requireAcceptance",
10419
10432
  "optional": true,
@@ -10445,7 +10458,7 @@
10445
10458
  },
10446
10459
  "locationInModule": {
10447
10460
  "filename": "lib/matchmaking-ruleset.ts",
10448
- "line": 197
10461
+ "line": 195
10449
10462
  },
10450
10463
  "parameters": [
10451
10464
  {
@@ -10471,7 +10484,7 @@
10471
10484
  "kind": "class",
10472
10485
  "locationInModule": {
10473
10486
  "filename": "lib/matchmaking-ruleset.ts",
10474
- "line": 138
10487
+ "line": 136
10475
10488
  },
10476
10489
  "methods": [
10477
10490
  {
@@ -10481,7 +10494,7 @@
10481
10494
  },
10482
10495
  "locationInModule": {
10483
10496
  "filename": "lib/matchmaking-ruleset.ts",
10484
- "line": 150
10497
+ "line": 148
10485
10498
  },
10486
10499
  "name": "fromMatchmakingRuleSetArn",
10487
10500
  "parameters": [
@@ -10518,7 +10531,7 @@
10518
10531
  },
10519
10532
  "locationInModule": {
10520
10533
  "filename": "lib/matchmaking-ruleset.ts",
10521
- "line": 157
10534
+ "line": 155
10522
10535
  },
10523
10536
  "name": "fromMatchmakingRuleSetAttributes",
10524
10537
  "parameters": [
@@ -10555,7 +10568,7 @@
10555
10568
  },
10556
10569
  "locationInModule": {
10557
10570
  "filename": "lib/matchmaking-ruleset.ts",
10558
- "line": 143
10571
+ "line": 141
10559
10572
  },
10560
10573
  "name": "fromMatchmakingRuleSetName",
10561
10574
  "parameters": [
@@ -10596,7 +10609,7 @@
10596
10609
  "immutable": true,
10597
10610
  "locationInModule": {
10598
10611
  "filename": "lib/matchmaking-ruleset.ts",
10599
- "line": 195
10612
+ "line": 193
10600
10613
  },
10601
10614
  "name": "matchmakingRuleSetArn",
10602
10615
  "overrides": "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSetBase",
@@ -10612,7 +10625,7 @@
10612
10625
  "immutable": true,
10613
10626
  "locationInModule": {
10614
10627
  "filename": "lib/matchmaking-ruleset.ts",
10615
- "line": 190
10628
+ "line": 188
10616
10629
  },
10617
10630
  "name": "matchmakingRuleSetName",
10618
10631
  "overrides": "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSetBase",
@@ -10638,7 +10651,7 @@
10638
10651
  "kind": "interface",
10639
10652
  "locationInModule": {
10640
10653
  "filename": "lib/matchmaking-ruleset.ts",
10641
- "line": 68
10654
+ "line": 66
10642
10655
  },
10643
10656
  "name": "MatchmakingRuleSetAttributes",
10644
10657
  "properties": [
@@ -10653,7 +10666,7 @@
10653
10666
  "immutable": true,
10654
10667
  "locationInModule": {
10655
10668
  "filename": "lib/matchmaking-ruleset.ts",
10656
- "line": 76
10669
+ "line": 74
10657
10670
  },
10658
10671
  "name": "matchmakingRuleSetArn",
10659
10672
  "optional": true,
@@ -10672,7 +10685,7 @@
10672
10685
  "immutable": true,
10673
10686
  "locationInModule": {
10674
10687
  "filename": "lib/matchmaking-ruleset.ts",
10675
- "line": 85
10688
+ "line": 83
10676
10689
  },
10677
10690
  "name": "matchmakingRuleSetName",
10678
10691
  "optional": true,
@@ -10728,7 +10741,7 @@
10728
10741
  "kind": "class",
10729
10742
  "locationInModule": {
10730
10743
  "filename": "lib/matchmaking-ruleset.ts",
10731
- "line": 92
10744
+ "line": 90
10732
10745
  },
10733
10746
  "methods": [
10734
10747
  {
@@ -10738,7 +10751,7 @@
10738
10751
  },
10739
10752
  "locationInModule": {
10740
10753
  "filename": "lib/matchmaking-ruleset.ts",
10741
- "line": 103
10754
+ "line": 101
10742
10755
  },
10743
10756
  "name": "metric",
10744
10757
  "overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingRuleSet",
@@ -10771,7 +10784,7 @@
10771
10784
  },
10772
10785
  "locationInModule": {
10773
10786
  "filename": "lib/matchmaking-ruleset.ts",
10774
- "line": 117
10787
+ "line": 115
10775
10788
  },
10776
10789
  "name": "metricRuleEvaluationsFailed",
10777
10790
  "overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingRuleSet",
@@ -10798,7 +10811,7 @@
10798
10811
  },
10799
10812
  "locationInModule": {
10800
10813
  "filename": "lib/matchmaking-ruleset.ts",
10801
- "line": 114
10814
+ "line": 112
10802
10815
  },
10803
10816
  "name": "metricRuleEvaluationsPassed",
10804
10817
  "overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingRuleSet",
@@ -10829,7 +10842,7 @@
10829
10842
  "immutable": true,
10830
10843
  "locationInModule": {
10831
10844
  "filename": "lib/matchmaking-ruleset.ts",
10832
- "line": 101
10845
+ "line": 99
10833
10846
  },
10834
10847
  "name": "matchmakingRuleSetArn",
10835
10848
  "overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingRuleSet",
@@ -10846,7 +10859,7 @@
10846
10859
  "immutable": true,
10847
10860
  "locationInModule": {
10848
10861
  "filename": "lib/matchmaking-ruleset.ts",
10849
- "line": 97
10862
+ "line": 95
10850
10863
  },
10851
10864
  "name": "matchmakingRuleSetName",
10852
10865
  "overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingRuleSet",
@@ -10872,7 +10885,7 @@
10872
10885
  "kind": "interface",
10873
10886
  "locationInModule": {
10874
10887
  "filename": "lib/matchmaking-ruleset.ts",
10875
- "line": 50
10888
+ "line": 48
10876
10889
  },
10877
10890
  "name": "MatchmakingRuleSetProps",
10878
10891
  "properties": [
@@ -10885,7 +10898,7 @@
10885
10898
  "immutable": true,
10886
10899
  "locationInModule": {
10887
10900
  "filename": "lib/matchmaking-ruleset.ts",
10888
- "line": 62
10901
+ "line": 60
10889
10902
  },
10890
10903
  "name": "content",
10891
10904
  "type": {
@@ -10902,7 +10915,7 @@
10902
10915
  "immutable": true,
10903
10916
  "locationInModule": {
10904
10917
  "filename": "lib/matchmaking-ruleset.ts",
10905
- "line": 57
10918
+ "line": 55
10906
10919
  },
10907
10920
  "name": "matchmakingRuleSetName",
10908
10921
  "type": {
@@ -11847,7 +11860,7 @@
11847
11860
  "kind": "interface",
11848
11861
  "locationInModule": {
11849
11862
  "filename": "lib/fleet-base.ts",
11850
- "line": 126
11863
+ "line": 125
11851
11864
  },
11852
11865
  "name": "ResourceCreationLimitPolicy",
11853
11866
  "properties": [
@@ -11861,7 +11874,7 @@
11861
11874
  "immutable": true,
11862
11875
  "locationInModule": {
11863
11876
  "filename": "lib/fleet-base.ts",
11864
- "line": 132
11877
+ "line": 131
11865
11878
  },
11866
11879
  "name": "newGameSessionsPerCreator",
11867
11880
  "optional": true,
@@ -11879,7 +11892,7 @@
11879
11892
  "immutable": true,
11880
11893
  "locationInModule": {
11881
11894
  "filename": "lib/fleet-base.ts",
11882
- "line": 138
11895
+ "line": 137
11883
11896
  },
11884
11897
  "name": "policyPeriod",
11885
11898
  "optional": true,
@@ -12131,7 +12144,7 @@
12131
12144
  "kind": "interface",
12132
12145
  "locationInModule": {
12133
12146
  "filename": "lib/fleet-base.ts",
12134
- "line": 92
12147
+ "line": 91
12135
12148
  },
12136
12149
  "name": "RuntimeConfiguration",
12137
12150
  "properties": [
@@ -12144,7 +12157,7 @@
12144
12157
  "immutable": true,
12145
12158
  "locationInModule": {
12146
12159
  "filename": "lib/fleet-base.ts",
12147
- "line": 114
12160
+ "line": 113
12148
12161
  },
12149
12162
  "name": "serverProcesses",
12150
12163
  "type": {
@@ -12167,7 +12180,7 @@
12167
12180
  "immutable": true,
12168
12181
  "locationInModule": {
12169
12182
  "filename": "lib/fleet-base.ts",
12170
- "line": 101
12183
+ "line": 100
12171
12184
  },
12172
12185
  "name": "gameSessionActivationTimeout",
12173
12186
  "optional": true,
@@ -12186,7 +12199,7 @@
12186
12199
  "immutable": true,
12187
12200
  "locationInModule": {
12188
12201
  "filename": "lib/fleet-base.ts",
12189
- "line": 109
12202
+ "line": 108
12190
12203
  },
12191
12204
  "name": "maxConcurrentGameSessionActivations",
12192
12205
  "optional": true,
@@ -12215,7 +12228,7 @@
12215
12228
  },
12216
12229
  "locationInModule": {
12217
12230
  "filename": "lib/content.ts",
12218
- "line": 54
12231
+ "line": 53
12219
12232
  },
12220
12233
  "parameters": [
12221
12234
  {
@@ -12242,7 +12255,7 @@
12242
12255
  "kind": "class",
12243
12256
  "locationInModule": {
12244
12257
  "filename": "lib/content.ts",
12245
- "line": 52
12258
+ "line": 51
12246
12259
  },
12247
12260
  "methods": [
12248
12261
  {
@@ -12252,7 +12265,7 @@
12252
12265
  },
12253
12266
  "locationInModule": {
12254
12267
  "filename": "lib/content.ts",
12255
- "line": 61
12268
+ "line": 60
12256
12269
  },
12257
12270
  "name": "bind",
12258
12271
  "overrides": "@aws-cdk/aws-gamelift-alpha.Content",
@@ -12835,7 +12848,7 @@
12835
12848
  "kind": "interface",
12836
12849
  "locationInModule": {
12837
12850
  "filename": "lib/fleet-base.ts",
12838
- "line": 58
12851
+ "line": 57
12839
12852
  },
12840
12853
  "name": "ServerProcess",
12841
12854
  "properties": [
@@ -12849,7 +12862,7 @@
12849
12862
  "immutable": true,
12850
12863
  "locationInModule": {
12851
12864
  "filename": "lib/fleet-base.ts",
12852
- "line": 71
12865
+ "line": 70
12853
12866
  },
12854
12867
  "name": "launchPath",
12855
12868
  "type": {
@@ -12867,7 +12880,7 @@
12867
12880
  "immutable": true,
12868
12881
  "locationInModule": {
12869
12882
  "filename": "lib/fleet-base.ts",
12870
- "line": 65
12883
+ "line": 64
12871
12884
  },
12872
12885
  "name": "concurrentExecutions",
12873
12886
  "optional": true,
@@ -12885,7 +12898,7 @@
12885
12898
  "immutable": true,
12886
12899
  "locationInModule": {
12887
12900
  "filename": "lib/fleet-base.ts",
12888
- "line": 78
12901
+ "line": 77
12889
12902
  },
12890
12903
  "name": "parameters",
12891
12904
  "optional": true,
@@ -13099,6 +13112,6 @@
13099
13112
  "symbolId": "lib/standalone-matchmaking-configuration:StandaloneMatchmakingConfigurationProps"
13100
13113
  }
13101
13114
  },
13102
- "version": "2.79.1-alpha.0",
13115
+ "version": "2.81.0-alpha.0",
13103
13116
  "fingerprint": "**********"
13104
13117
  }