@aws-cdk/aws-gamelift-alpha 2.114.0-alpha.0 → 2.115.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 +299 -286
- package/.jsii.tabl.json.gz +0 -0
- package/lib/alias.d.ts +28 -28
- package/lib/alias.js +3 -3
- package/lib/build-fleet.d.ts +5 -5
- package/lib/build-fleet.js +2 -2
- package/lib/build.d.ts +54 -54
- package/lib/build.js +7 -7
- package/lib/content.d.ts +11 -11
- package/lib/content.js +13 -13
- package/lib/fleet-base.d.ts +87 -87
- package/lib/fleet-base.js +2 -2
- package/lib/game-server-group.d.ts +52 -52
- package/lib/game-server-group.js +9 -9
- package/lib/game-session-queue.d.ts +34 -34
- package/lib/game-session-queue.js +5 -5
- package/lib/ingress-rule.js +2 -2
- package/lib/matchmaking-configuration.d.ts +62 -62
- package/lib/matchmaking-configuration.js +2 -2
- package/lib/matchmaking-ruleset-body.d.ts +12 -12
- package/lib/matchmaking-ruleset-body.js +7 -7
- package/lib/matchmaking-ruleset.d.ts +25 -25
- package/lib/matchmaking-ruleset.js +7 -7
- package/lib/queued-matchmaking-configuration.d.ts +9 -9
- package/lib/queued-matchmaking-configuration.js +2 -2
- package/lib/script.d.ts +37 -37
- package/lib/script.js +5 -5
- package/lib/standalone-matchmaking-configuration.d.ts +4 -4
- package/lib/standalone-matchmaking-configuration.js +6 -6
- package/package.json +8 -8
package/.jsii
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"aws-cdk-lib": "^2.
|
|
11
|
+
"aws-cdk-lib": "^2.115.0",
|
|
12
12
|
"constructs": "^10.0.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -484,6 +484,19 @@
|
|
|
484
484
|
}
|
|
485
485
|
}
|
|
486
486
|
},
|
|
487
|
+
"aws-cdk-lib.aws_bedrock": {
|
|
488
|
+
"targets": {
|
|
489
|
+
"dotnet": {
|
|
490
|
+
"namespace": "Amazon.CDK.AWS.Bedrock"
|
|
491
|
+
},
|
|
492
|
+
"java": {
|
|
493
|
+
"package": "software.amazon.awscdk.services.bedrock"
|
|
494
|
+
},
|
|
495
|
+
"python": {
|
|
496
|
+
"module": "aws_cdk.aws_bedrock"
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
},
|
|
487
500
|
"aws-cdk-lib.aws_billingconductor": {
|
|
488
501
|
"targets": {
|
|
489
502
|
"dotnet": {
|
|
@@ -3598,7 +3611,7 @@
|
|
|
3598
3611
|
"stability": "experimental"
|
|
3599
3612
|
},
|
|
3600
3613
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
3601
|
-
"jsiiVersion": "5.2.
|
|
3614
|
+
"jsiiVersion": "5.2.41 (build 05fc426)",
|
|
3602
3615
|
"keywords": [
|
|
3603
3616
|
"aws",
|
|
3604
3617
|
"cdk",
|
|
@@ -3704,7 +3717,7 @@
|
|
|
3704
3717
|
"kind": "class",
|
|
3705
3718
|
"locationInModule": {
|
|
3706
3719
|
"filename": "lib/alias.ts",
|
|
3707
|
-
"line":
|
|
3720
|
+
"line": 135
|
|
3708
3721
|
},
|
|
3709
3722
|
"methods": [
|
|
3710
3723
|
{
|
|
@@ -3887,7 +3900,7 @@
|
|
|
3887
3900
|
"kind": "interface",
|
|
3888
3901
|
"locationInModule": {
|
|
3889
3902
|
"filename": "lib/alias.ts",
|
|
3890
|
-
"line":
|
|
3903
|
+
"line": 41
|
|
3891
3904
|
},
|
|
3892
3905
|
"name": "AliasAttributes",
|
|
3893
3906
|
"properties": [
|
|
@@ -3902,7 +3915,7 @@
|
|
|
3902
3915
|
"immutable": true,
|
|
3903
3916
|
"locationInModule": {
|
|
3904
3917
|
"filename": "lib/alias.ts",
|
|
3905
|
-
"line":
|
|
3918
|
+
"line": 49
|
|
3906
3919
|
},
|
|
3907
3920
|
"name": "aliasArn",
|
|
3908
3921
|
"optional": true,
|
|
@@ -3921,7 +3934,7 @@
|
|
|
3921
3934
|
"immutable": true,
|
|
3922
3935
|
"locationInModule": {
|
|
3923
3936
|
"filename": "lib/alias.ts",
|
|
3924
|
-
"line":
|
|
3937
|
+
"line": 58
|
|
3925
3938
|
},
|
|
3926
3939
|
"name": "aliasId",
|
|
3927
3940
|
"optional": true,
|
|
@@ -3977,7 +3990,7 @@
|
|
|
3977
3990
|
"kind": "class",
|
|
3978
3991
|
"locationInModule": {
|
|
3979
3992
|
"filename": "lib/alias.ts",
|
|
3980
|
-
"line":
|
|
3993
|
+
"line": 100
|
|
3981
3994
|
},
|
|
3982
3995
|
"name": "AliasBase",
|
|
3983
3996
|
"properties": [
|
|
@@ -4007,7 +4020,7 @@
|
|
|
4007
4020
|
"immutable": true,
|
|
4008
4021
|
"locationInModule": {
|
|
4009
4022
|
"filename": "lib/alias.ts",
|
|
4010
|
-
"line":
|
|
4023
|
+
"line": 104
|
|
4011
4024
|
},
|
|
4012
4025
|
"name": "aliasId",
|
|
4013
4026
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IAlias",
|
|
@@ -4023,7 +4036,7 @@
|
|
|
4023
4036
|
"immutable": true,
|
|
4024
4037
|
"locationInModule": {
|
|
4025
4038
|
"filename": "lib/alias.ts",
|
|
4026
|
-
"line":
|
|
4039
|
+
"line": 114
|
|
4027
4040
|
},
|
|
4028
4041
|
"name": "resourceArnForDestination",
|
|
4029
4042
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueueDestination",
|
|
@@ -4049,7 +4062,7 @@
|
|
|
4049
4062
|
"kind": "interface",
|
|
4050
4063
|
"locationInModule": {
|
|
4051
4064
|
"filename": "lib/alias.ts",
|
|
4052
|
-
"line":
|
|
4065
|
+
"line": 29
|
|
4053
4066
|
},
|
|
4054
4067
|
"name": "AliasOptions",
|
|
4055
4068
|
"properties": [
|
|
@@ -4063,7 +4076,7 @@
|
|
|
4063
4076
|
"immutable": true,
|
|
4064
4077
|
"locationInModule": {
|
|
4065
4078
|
"filename": "lib/alias.ts",
|
|
4066
|
-
"line":
|
|
4079
|
+
"line": 35
|
|
4067
4080
|
},
|
|
4068
4081
|
"name": "description",
|
|
4069
4082
|
"optional": true,
|
|
@@ -4089,7 +4102,7 @@
|
|
|
4089
4102
|
"kind": "interface",
|
|
4090
4103
|
"locationInModule": {
|
|
4091
4104
|
"filename": "lib/alias.ts",
|
|
4092
|
-
"line":
|
|
4105
|
+
"line": 64
|
|
4093
4106
|
},
|
|
4094
4107
|
"name": "AliasProps",
|
|
4095
4108
|
"properties": [
|
|
@@ -4102,7 +4115,7 @@
|
|
|
4102
4115
|
"immutable": true,
|
|
4103
4116
|
"locationInModule": {
|
|
4104
4117
|
"filename": "lib/alias.ts",
|
|
4105
|
-
"line":
|
|
4118
|
+
"line": 68
|
|
4106
4119
|
},
|
|
4107
4120
|
"name": "aliasName",
|
|
4108
4121
|
"type": {
|
|
@@ -4119,7 +4132,7 @@
|
|
|
4119
4132
|
"immutable": true,
|
|
4120
4133
|
"locationInModule": {
|
|
4121
4134
|
"filename": "lib/alias.ts",
|
|
4122
|
-
"line":
|
|
4135
|
+
"line": 75
|
|
4123
4136
|
},
|
|
4124
4137
|
"name": "description",
|
|
4125
4138
|
"optional": true,
|
|
@@ -4138,7 +4151,7 @@
|
|
|
4138
4151
|
"immutable": true,
|
|
4139
4152
|
"locationInModule": {
|
|
4140
4153
|
"filename": "lib/alias.ts",
|
|
4141
|
-
"line":
|
|
4154
|
+
"line": 85
|
|
4142
4155
|
},
|
|
4143
4156
|
"name": "fleet",
|
|
4144
4157
|
"optional": true,
|
|
@@ -4157,7 +4170,7 @@
|
|
|
4157
4170
|
"immutable": true,
|
|
4158
4171
|
"locationInModule": {
|
|
4159
4172
|
"filename": "lib/alias.ts",
|
|
4160
|
-
"line":
|
|
4173
|
+
"line": 94
|
|
4161
4174
|
},
|
|
4162
4175
|
"name": "terminalMessage",
|
|
4163
4176
|
"optional": true,
|
|
@@ -4186,7 +4199,7 @@
|
|
|
4186
4199
|
},
|
|
4187
4200
|
"locationInModule": {
|
|
4188
4201
|
"filename": "lib/content.ts",
|
|
4189
|
-
"line":
|
|
4202
|
+
"line": 85
|
|
4190
4203
|
},
|
|
4191
4204
|
"parameters": [
|
|
4192
4205
|
{
|
|
@@ -4210,7 +4223,7 @@
|
|
|
4210
4223
|
"kind": "class",
|
|
4211
4224
|
"locationInModule": {
|
|
4212
4225
|
"filename": "lib/content.ts",
|
|
4213
|
-
"line":
|
|
4226
|
+
"line": 79
|
|
4214
4227
|
},
|
|
4215
4228
|
"methods": [
|
|
4216
4229
|
{
|
|
@@ -4220,7 +4233,7 @@
|
|
|
4220
4233
|
},
|
|
4221
4234
|
"locationInModule": {
|
|
4222
4235
|
"filename": "lib/content.ts",
|
|
4223
|
-
"line":
|
|
4236
|
+
"line": 89
|
|
4224
4237
|
},
|
|
4225
4238
|
"name": "bind",
|
|
4226
4239
|
"overrides": "@aws-cdk/aws-gamelift-alpha.Content",
|
|
@@ -4255,7 +4268,7 @@
|
|
|
4255
4268
|
"immutable": true,
|
|
4256
4269
|
"locationInModule": {
|
|
4257
4270
|
"filename": "lib/content.ts",
|
|
4258
|
-
"line":
|
|
4271
|
+
"line": 85
|
|
4259
4272
|
},
|
|
4260
4273
|
"name": "path",
|
|
4261
4274
|
"type": {
|
|
@@ -4334,7 +4347,7 @@
|
|
|
4334
4347
|
"kind": "enum",
|
|
4335
4348
|
"locationInModule": {
|
|
4336
4349
|
"filename": "lib/game-server-group.ts",
|
|
4337
|
-
"line":
|
|
4350
|
+
"line": 77
|
|
4338
4351
|
},
|
|
4339
4352
|
"members": [
|
|
4340
4353
|
{
|
|
@@ -4386,7 +4399,7 @@
|
|
|
4386
4399
|
},
|
|
4387
4400
|
"locationInModule": {
|
|
4388
4401
|
"filename": "lib/build.ts",
|
|
4389
|
-
"line":
|
|
4402
|
+
"line": 272
|
|
4390
4403
|
},
|
|
4391
4404
|
"parameters": [
|
|
4392
4405
|
{
|
|
@@ -4422,7 +4435,7 @@
|
|
|
4422
4435
|
},
|
|
4423
4436
|
"locationInModule": {
|
|
4424
4437
|
"filename": "lib/build.ts",
|
|
4425
|
-
"line":
|
|
4438
|
+
"line": 197
|
|
4426
4439
|
},
|
|
4427
4440
|
"name": "fromAsset",
|
|
4428
4441
|
"parameters": [
|
|
@@ -4466,7 +4479,7 @@
|
|
|
4466
4479
|
},
|
|
4467
4480
|
"locationInModule": {
|
|
4468
4481
|
"filename": "lib/build.ts",
|
|
4469
|
-
"line":
|
|
4482
|
+
"line": 188
|
|
4470
4483
|
},
|
|
4471
4484
|
"name": "fromBucket",
|
|
4472
4485
|
"parameters": [
|
|
@@ -4516,7 +4529,7 @@
|
|
|
4516
4529
|
},
|
|
4517
4530
|
"locationInModule": {
|
|
4518
4531
|
"filename": "lib/build.ts",
|
|
4519
|
-
"line":
|
|
4532
|
+
"line": 213
|
|
4520
4533
|
},
|
|
4521
4534
|
"name": "fromBuildArn",
|
|
4522
4535
|
"parameters": [
|
|
@@ -4553,7 +4566,7 @@
|
|
|
4553
4566
|
},
|
|
4554
4567
|
"locationInModule": {
|
|
4555
4568
|
"filename": "lib/build.ts",
|
|
4556
|
-
"line":
|
|
4569
|
+
"line": 220
|
|
4557
4570
|
},
|
|
4558
4571
|
"name": "fromBuildAttributes",
|
|
4559
4572
|
"parameters": [
|
|
@@ -4590,7 +4603,7 @@
|
|
|
4590
4603
|
},
|
|
4591
4604
|
"locationInModule": {
|
|
4592
4605
|
"filename": "lib/build.ts",
|
|
4593
|
-
"line":
|
|
4606
|
+
"line": 206
|
|
4594
4607
|
},
|
|
4595
4608
|
"name": "fromBuildId",
|
|
4596
4609
|
"parameters": [
|
|
@@ -4631,7 +4644,7 @@
|
|
|
4631
4644
|
"immutable": true,
|
|
4632
4645
|
"locationInModule": {
|
|
4633
4646
|
"filename": "lib/build.ts",
|
|
4634
|
-
"line":
|
|
4647
|
+
"line": 260
|
|
4635
4648
|
},
|
|
4636
4649
|
"name": "buildArn",
|
|
4637
4650
|
"overrides": "@aws-cdk/aws-gamelift-alpha.BuildBase",
|
|
@@ -4647,7 +4660,7 @@
|
|
|
4647
4660
|
"immutable": true,
|
|
4648
4661
|
"locationInModule": {
|
|
4649
4662
|
"filename": "lib/build.ts",
|
|
4650
|
-
"line":
|
|
4663
|
+
"line": 255
|
|
4651
4664
|
},
|
|
4652
4665
|
"name": "buildId",
|
|
4653
4666
|
"overrides": "@aws-cdk/aws-gamelift-alpha.BuildBase",
|
|
@@ -4663,7 +4676,7 @@
|
|
|
4663
4676
|
"immutable": true,
|
|
4664
4677
|
"locationInModule": {
|
|
4665
4678
|
"filename": "lib/build.ts",
|
|
4666
|
-
"line":
|
|
4679
|
+
"line": 270
|
|
4667
4680
|
},
|
|
4668
4681
|
"name": "grantPrincipal",
|
|
4669
4682
|
"overrides": "@aws-cdk/aws-gamelift-alpha.BuildBase",
|
|
@@ -4679,7 +4692,7 @@
|
|
|
4679
4692
|
"immutable": true,
|
|
4680
4693
|
"locationInModule": {
|
|
4681
4694
|
"filename": "lib/build.ts",
|
|
4682
|
-
"line":
|
|
4695
|
+
"line": 265
|
|
4683
4696
|
},
|
|
4684
4697
|
"name": "role",
|
|
4685
4698
|
"type": {
|
|
@@ -4812,7 +4825,7 @@
|
|
|
4812
4825
|
"kind": "class",
|
|
4813
4826
|
"locationInModule": {
|
|
4814
4827
|
"filename": "lib/build.ts",
|
|
4815
|
-
"line":
|
|
4828
|
+
"line": 37
|
|
4816
4829
|
},
|
|
4817
4830
|
"name": "BuildBase",
|
|
4818
4831
|
"properties": [
|
|
@@ -4842,7 +4855,7 @@
|
|
|
4842
4855
|
"immutable": true,
|
|
4843
4856
|
"locationInModule": {
|
|
4844
4857
|
"filename": "lib/build.ts",
|
|
4845
|
-
"line":
|
|
4858
|
+
"line": 41
|
|
4846
4859
|
},
|
|
4847
4860
|
"name": "buildId",
|
|
4848
4861
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IBuild",
|
|
@@ -4890,7 +4903,7 @@
|
|
|
4890
4903
|
},
|
|
4891
4904
|
"locationInModule": {
|
|
4892
4905
|
"filename": "lib/build-fleet.ts",
|
|
4893
|
-
"line":
|
|
4906
|
+
"line": 89
|
|
4894
4907
|
},
|
|
4895
4908
|
"parameters": [
|
|
4896
4909
|
{
|
|
@@ -4919,7 +4932,7 @@
|
|
|
4919
4932
|
"kind": "class",
|
|
4920
4933
|
"locationInModule": {
|
|
4921
4934
|
"filename": "lib/build-fleet.ts",
|
|
4922
|
-
"line":
|
|
4935
|
+
"line": 46
|
|
4923
4936
|
},
|
|
4924
4937
|
"methods": [
|
|
4925
4938
|
{
|
|
@@ -4929,7 +4942,7 @@
|
|
|
4929
4942
|
},
|
|
4930
4943
|
"locationInModule": {
|
|
4931
4944
|
"filename": "lib/build-fleet.ts",
|
|
4932
|
-
"line":
|
|
4945
|
+
"line": 58
|
|
4933
4946
|
},
|
|
4934
4947
|
"name": "fromBuildFleetArn",
|
|
4935
4948
|
"parameters": [
|
|
@@ -4966,7 +4979,7 @@
|
|
|
4966
4979
|
},
|
|
4967
4980
|
"locationInModule": {
|
|
4968
4981
|
"filename": "lib/build-fleet.ts",
|
|
4969
|
-
"line":
|
|
4982
|
+
"line": 51
|
|
4970
4983
|
},
|
|
4971
4984
|
"name": "fromBuildFleetId",
|
|
4972
4985
|
"parameters": [
|
|
@@ -5003,7 +5016,7 @@
|
|
|
5003
5016
|
},
|
|
5004
5017
|
"locationInModule": {
|
|
5005
5018
|
"filename": "lib/build-fleet.ts",
|
|
5006
|
-
"line":
|
|
5019
|
+
"line": 175
|
|
5007
5020
|
},
|
|
5008
5021
|
"name": "addIngressRule",
|
|
5009
5022
|
"parameters": [
|
|
@@ -5038,7 +5051,7 @@
|
|
|
5038
5051
|
"immutable": true,
|
|
5039
5052
|
"locationInModule": {
|
|
5040
5053
|
"filename": "lib/build-fleet.ts",
|
|
5041
|
-
"line":
|
|
5054
|
+
"line": 75
|
|
5042
5055
|
},
|
|
5043
5056
|
"name": "content",
|
|
5044
5057
|
"type": {
|
|
@@ -5053,7 +5066,7 @@
|
|
|
5053
5066
|
"immutable": true,
|
|
5054
5067
|
"locationInModule": {
|
|
5055
5068
|
"filename": "lib/build-fleet.ts",
|
|
5056
|
-
"line":
|
|
5069
|
+
"line": 70
|
|
5057
5070
|
},
|
|
5058
5071
|
"name": "fleetArn",
|
|
5059
5072
|
"overrides": "@aws-cdk/aws-gamelift-alpha.FleetBase",
|
|
@@ -5069,7 +5082,7 @@
|
|
|
5069
5082
|
"immutable": true,
|
|
5070
5083
|
"locationInModule": {
|
|
5071
5084
|
"filename": "lib/build-fleet.ts",
|
|
5072
|
-
"line":
|
|
5085
|
+
"line": 65
|
|
5073
5086
|
},
|
|
5074
5087
|
"name": "fleetId",
|
|
5075
5088
|
"overrides": "@aws-cdk/aws-gamelift-alpha.FleetBase",
|
|
@@ -5085,7 +5098,7 @@
|
|
|
5085
5098
|
"immutable": true,
|
|
5086
5099
|
"locationInModule": {
|
|
5087
5100
|
"filename": "lib/build-fleet.ts",
|
|
5088
|
-
"line":
|
|
5101
|
+
"line": 85
|
|
5089
5102
|
},
|
|
5090
5103
|
"name": "grantPrincipal",
|
|
5091
5104
|
"overrides": "@aws-cdk/aws-gamelift-alpha.FleetBase",
|
|
@@ -5101,7 +5114,7 @@
|
|
|
5101
5114
|
"immutable": true,
|
|
5102
5115
|
"locationInModule": {
|
|
5103
5116
|
"filename": "lib/build-fleet.ts",
|
|
5104
|
-
"line":
|
|
5117
|
+
"line": 80
|
|
5105
5118
|
},
|
|
5106
5119
|
"name": "role",
|
|
5107
5120
|
"type": {
|
|
@@ -5143,7 +5156,7 @@
|
|
|
5143
5156
|
"immutable": true,
|
|
5144
5157
|
"locationInModule": {
|
|
5145
5158
|
"filename": "lib/build-fleet.ts",
|
|
5146
|
-
"line":
|
|
5159
|
+
"line": 24
|
|
5147
5160
|
},
|
|
5148
5161
|
"name": "content",
|
|
5149
5162
|
"type": {
|
|
@@ -5161,7 +5174,7 @@
|
|
|
5161
5174
|
"immutable": true,
|
|
5162
5175
|
"locationInModule": {
|
|
5163
5176
|
"filename": "lib/build-fleet.ts",
|
|
5164
|
-
"line":
|
|
5177
|
+
"line": 33
|
|
5165
5178
|
},
|
|
5166
5179
|
"name": "ingressRules",
|
|
5167
5180
|
"optional": true,
|
|
@@ -5464,7 +5477,7 @@
|
|
|
5464
5477
|
"kind": "interface",
|
|
5465
5478
|
"locationInModule": {
|
|
5466
5479
|
"filename": "lib/content.ts",
|
|
5467
|
-
"line":
|
|
5480
|
+
"line": 40
|
|
5468
5481
|
},
|
|
5469
5482
|
"name": "ContentConfig",
|
|
5470
5483
|
"properties": [
|
|
@@ -5477,7 +5490,7 @@
|
|
|
5477
5490
|
"immutable": true,
|
|
5478
5491
|
"locationInModule": {
|
|
5479
5492
|
"filename": "lib/content.ts",
|
|
5480
|
-
"line":
|
|
5493
|
+
"line": 44
|
|
5481
5494
|
},
|
|
5482
5495
|
"name": "s3Location",
|
|
5483
5496
|
"type": {
|
|
@@ -5498,7 +5511,7 @@
|
|
|
5498
5511
|
"kind": "enum",
|
|
5499
5512
|
"locationInModule": {
|
|
5500
5513
|
"filename": "lib/game-server-group.ts",
|
|
5501
|
-
"line":
|
|
5514
|
+
"line": 57
|
|
5502
5515
|
},
|
|
5503
5516
|
"members": [
|
|
5504
5517
|
{
|
|
@@ -5541,7 +5554,7 @@
|
|
|
5541
5554
|
"kind": "interface",
|
|
5542
5555
|
"locationInModule": {
|
|
5543
5556
|
"filename": "lib/fleet-base.ts",
|
|
5544
|
-
"line":
|
|
5557
|
+
"line": 379
|
|
5545
5558
|
},
|
|
5546
5559
|
"name": "FleetAttributes",
|
|
5547
5560
|
"properties": [
|
|
@@ -5556,7 +5569,7 @@
|
|
|
5556
5569
|
"immutable": true,
|
|
5557
5570
|
"locationInModule": {
|
|
5558
5571
|
"filename": "lib/fleet-base.ts",
|
|
5559
|
-
"line":
|
|
5572
|
+
"line": 387
|
|
5560
5573
|
},
|
|
5561
5574
|
"name": "fleetArn",
|
|
5562
5575
|
"optional": true,
|
|
@@ -5575,7 +5588,7 @@
|
|
|
5575
5588
|
"immutable": true,
|
|
5576
5589
|
"locationInModule": {
|
|
5577
5590
|
"filename": "lib/fleet-base.ts",
|
|
5578
|
-
"line":
|
|
5591
|
+
"line": 396
|
|
5579
5592
|
},
|
|
5580
5593
|
"name": "fleetId",
|
|
5581
5594
|
"optional": true,
|
|
@@ -5593,7 +5606,7 @@
|
|
|
5593
5606
|
"immutable": true,
|
|
5594
5607
|
"locationInModule": {
|
|
5595
5608
|
"filename": "lib/fleet-base.ts",
|
|
5596
|
-
"line":
|
|
5609
|
+
"line": 403
|
|
5597
5610
|
},
|
|
5598
5611
|
"name": "role",
|
|
5599
5612
|
"optional": true,
|
|
@@ -5653,7 +5666,7 @@
|
|
|
5653
5666
|
"kind": "class",
|
|
5654
5667
|
"locationInModule": {
|
|
5655
5668
|
"filename": "lib/fleet-base.ts",
|
|
5656
|
-
"line":
|
|
5669
|
+
"line": 409
|
|
5657
5670
|
},
|
|
5658
5671
|
"methods": [
|
|
5659
5672
|
{
|
|
@@ -5663,7 +5676,7 @@
|
|
|
5663
5676
|
},
|
|
5664
5677
|
"locationInModule": {
|
|
5665
5678
|
"filename": "lib/fleet-base.ts",
|
|
5666
|
-
"line":
|
|
5679
|
+
"line": 413
|
|
5667
5680
|
},
|
|
5668
5681
|
"name": "fromFleetAttributes",
|
|
5669
5682
|
"parameters": [
|
|
@@ -5701,7 +5714,7 @@
|
|
|
5701
5714
|
},
|
|
5702
5715
|
"locationInModule": {
|
|
5703
5716
|
"filename": "lib/fleet-base.ts",
|
|
5704
|
-
"line":
|
|
5717
|
+
"line": 481
|
|
5705
5718
|
},
|
|
5706
5719
|
"name": "addAlias",
|
|
5707
5720
|
"parameters": [
|
|
@@ -5738,7 +5751,7 @@
|
|
|
5738
5751
|
},
|
|
5739
5752
|
"locationInModule": {
|
|
5740
5753
|
"filename": "lib/fleet-base.ts",
|
|
5741
|
-
"line":
|
|
5754
|
+
"line": 571
|
|
5742
5755
|
},
|
|
5743
5756
|
"name": "addInternalLocation",
|
|
5744
5757
|
"parameters": [
|
|
@@ -5760,7 +5773,7 @@
|
|
|
5760
5773
|
},
|
|
5761
5774
|
"locationInModule": {
|
|
5762
5775
|
"filename": "lib/fleet-base.ts",
|
|
5763
|
-
"line":
|
|
5776
|
+
"line": 555
|
|
5764
5777
|
},
|
|
5765
5778
|
"name": "addLocation",
|
|
5766
5779
|
"parameters": [
|
|
@@ -5803,7 +5816,7 @@
|
|
|
5803
5816
|
},
|
|
5804
5817
|
"locationInModule": {
|
|
5805
5818
|
"filename": "lib/fleet-base.ts",
|
|
5806
|
-
"line":
|
|
5819
|
+
"line": 489
|
|
5807
5820
|
},
|
|
5808
5821
|
"name": "grant",
|
|
5809
5822
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -5836,7 +5849,7 @@
|
|
|
5836
5849
|
},
|
|
5837
5850
|
"locationInModule": {
|
|
5838
5851
|
"filename": "lib/fleet-base.ts",
|
|
5839
|
-
"line":
|
|
5852
|
+
"line": 497
|
|
5840
5853
|
},
|
|
5841
5854
|
"name": "metric",
|
|
5842
5855
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -5869,7 +5882,7 @@
|
|
|
5869
5882
|
},
|
|
5870
5883
|
"locationInModule": {
|
|
5871
5884
|
"filename": "lib/fleet-base.ts",
|
|
5872
|
-
"line":
|
|
5885
|
+
"line": 508
|
|
5873
5886
|
},
|
|
5874
5887
|
"name": "metricActiveInstances",
|
|
5875
5888
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -5896,7 +5909,7 @@
|
|
|
5896
5909
|
},
|
|
5897
5910
|
"locationInModule": {
|
|
5898
5911
|
"filename": "lib/fleet-base.ts",
|
|
5899
|
-
"line":
|
|
5912
|
+
"line": 516
|
|
5900
5913
|
},
|
|
5901
5914
|
"name": "metricDesiredInstances",
|
|
5902
5915
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -5923,7 +5936,7 @@
|
|
|
5923
5936
|
},
|
|
5924
5937
|
"locationInModule": {
|
|
5925
5938
|
"filename": "lib/fleet-base.ts",
|
|
5926
|
-
"line":
|
|
5939
|
+
"line": 520
|
|
5927
5940
|
},
|
|
5928
5941
|
"name": "metricIdleInstances",
|
|
5929
5942
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -5949,7 +5962,7 @@
|
|
|
5949
5962
|
},
|
|
5950
5963
|
"locationInModule": {
|
|
5951
5964
|
"filename": "lib/fleet-base.ts",
|
|
5952
|
-
"line":
|
|
5965
|
+
"line": 524
|
|
5953
5966
|
},
|
|
5954
5967
|
"name": "metricInstanceInterruptions",
|
|
5955
5968
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -5976,7 +5989,7 @@
|
|
|
5976
5989
|
},
|
|
5977
5990
|
"locationInModule": {
|
|
5978
5991
|
"filename": "lib/fleet-base.ts",
|
|
5979
|
-
"line":
|
|
5992
|
+
"line": 528
|
|
5980
5993
|
},
|
|
5981
5994
|
"name": "metricMaxInstances",
|
|
5982
5995
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -6003,7 +6016,7 @@
|
|
|
6003
6016
|
},
|
|
6004
6017
|
"locationInModule": {
|
|
6005
6018
|
"filename": "lib/fleet-base.ts",
|
|
6006
|
-
"line":
|
|
6019
|
+
"line": 532
|
|
6007
6020
|
},
|
|
6008
6021
|
"name": "metricMinInstances",
|
|
6009
6022
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -6030,7 +6043,7 @@
|
|
|
6030
6043
|
},
|
|
6031
6044
|
"locationInModule": {
|
|
6032
6045
|
"filename": "lib/fleet-base.ts",
|
|
6033
|
-
"line":
|
|
6046
|
+
"line": 512
|
|
6034
6047
|
},
|
|
6035
6048
|
"name": "metricPercentIdleInstances",
|
|
6036
6049
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -6055,7 +6068,7 @@
|
|
|
6055
6068
|
},
|
|
6056
6069
|
"locationInModule": {
|
|
6057
6070
|
"filename": "lib/fleet-base.ts",
|
|
6058
|
-
"line":
|
|
6071
|
+
"line": 609
|
|
6059
6072
|
},
|
|
6060
6073
|
"name": "parseLocationCapacity",
|
|
6061
6074
|
"parameters": [
|
|
@@ -6081,7 +6094,7 @@
|
|
|
6081
6094
|
},
|
|
6082
6095
|
"locationInModule": {
|
|
6083
6096
|
"filename": "lib/fleet-base.ts",
|
|
6084
|
-
"line":
|
|
6097
|
+
"line": 592
|
|
6085
6098
|
},
|
|
6086
6099
|
"name": "parseLocations",
|
|
6087
6100
|
"protected": true,
|
|
@@ -6103,7 +6116,7 @@
|
|
|
6103
6116
|
},
|
|
6104
6117
|
"locationInModule": {
|
|
6105
6118
|
"filename": "lib/fleet-base.ts",
|
|
6106
|
-
"line":
|
|
6119
|
+
"line": 579
|
|
6107
6120
|
},
|
|
6108
6121
|
"name": "parseResourceCreationLimitPolicy",
|
|
6109
6122
|
"parameters": [
|
|
@@ -6128,7 +6141,7 @@
|
|
|
6128
6141
|
},
|
|
6129
6142
|
"locationInModule": {
|
|
6130
6143
|
"filename": "lib/fleet-base.ts",
|
|
6131
|
-
"line":
|
|
6144
|
+
"line": 624
|
|
6132
6145
|
},
|
|
6133
6146
|
"name": "parseRuntimeConfiguration",
|
|
6134
6147
|
"parameters": [
|
|
@@ -6153,7 +6166,7 @@
|
|
|
6153
6166
|
},
|
|
6154
6167
|
"locationInModule": {
|
|
6155
6168
|
"filename": "lib/fleet-base.ts",
|
|
6156
|
-
"line":
|
|
6169
|
+
"line": 646
|
|
6157
6170
|
},
|
|
6158
6171
|
"name": "warnVpcPeeringAuthorizations",
|
|
6159
6172
|
"parameters": [
|
|
@@ -6178,7 +6191,7 @@
|
|
|
6178
6191
|
"immutable": true,
|
|
6179
6192
|
"locationInModule": {
|
|
6180
6193
|
"filename": "lib/fleet-base.ts",
|
|
6181
|
-
"line":
|
|
6194
|
+
"line": 453
|
|
6182
6195
|
},
|
|
6183
6196
|
"name": "fleetArn",
|
|
6184
6197
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -6195,7 +6208,7 @@
|
|
|
6195
6208
|
"immutable": true,
|
|
6196
6209
|
"locationInModule": {
|
|
6197
6210
|
"filename": "lib/fleet-base.ts",
|
|
6198
|
-
"line":
|
|
6211
|
+
"line": 448
|
|
6199
6212
|
},
|
|
6200
6213
|
"name": "fleetId",
|
|
6201
6214
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IFleet",
|
|
@@ -6212,7 +6225,7 @@
|
|
|
6212
6225
|
"immutable": true,
|
|
6213
6226
|
"locationInModule": {
|
|
6214
6227
|
"filename": "lib/fleet-base.ts",
|
|
6215
|
-
"line":
|
|
6228
|
+
"line": 458
|
|
6216
6229
|
},
|
|
6217
6230
|
"name": "grantPrincipal",
|
|
6218
6231
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -6228,7 +6241,7 @@
|
|
|
6228
6241
|
"immutable": true,
|
|
6229
6242
|
"locationInModule": {
|
|
6230
6243
|
"filename": "lib/fleet-base.ts",
|
|
6231
|
-
"line":
|
|
6244
|
+
"line": 546
|
|
6232
6245
|
},
|
|
6233
6246
|
"name": "resourceArnForDestination",
|
|
6234
6247
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueueDestination",
|
|
@@ -6254,7 +6267,7 @@
|
|
|
6254
6267
|
"kind": "interface",
|
|
6255
6268
|
"locationInModule": {
|
|
6256
6269
|
"filename": "lib/fleet-base.ts",
|
|
6257
|
-
"line":
|
|
6270
|
+
"line": 227
|
|
6258
6271
|
},
|
|
6259
6272
|
"name": "FleetProps",
|
|
6260
6273
|
"properties": [
|
|
@@ -6268,7 +6281,7 @@
|
|
|
6268
6281
|
"immutable": true,
|
|
6269
6282
|
"locationInModule": {
|
|
6270
6283
|
"filename": "lib/fleet-base.ts",
|
|
6271
|
-
"line":
|
|
6284
|
+
"line": 231
|
|
6272
6285
|
},
|
|
6273
6286
|
"name": "fleetName",
|
|
6274
6287
|
"type": {
|
|
@@ -6286,7 +6299,7 @@
|
|
|
6286
6299
|
"immutable": true,
|
|
6287
6300
|
"locationInModule": {
|
|
6288
6301
|
"filename": "lib/fleet-base.ts",
|
|
6289
|
-
"line":
|
|
6302
|
+
"line": 312
|
|
6290
6303
|
},
|
|
6291
6304
|
"name": "instanceType",
|
|
6292
6305
|
"type": {
|
|
@@ -6304,7 +6317,7 @@
|
|
|
6304
6317
|
"immutable": true,
|
|
6305
6318
|
"locationInModule": {
|
|
6306
6319
|
"filename": "lib/fleet-base.ts",
|
|
6307
|
-
"line":
|
|
6320
|
+
"line": 356
|
|
6308
6321
|
},
|
|
6309
6322
|
"name": "runtimeConfiguration",
|
|
6310
6323
|
"type": {
|
|
@@ -6321,7 +6334,7 @@
|
|
|
6321
6334
|
"immutable": true,
|
|
6322
6335
|
"locationInModule": {
|
|
6323
6336
|
"filename": "lib/fleet-base.ts",
|
|
6324
|
-
"line":
|
|
6337
|
+
"line": 238
|
|
6325
6338
|
},
|
|
6326
6339
|
"name": "description",
|
|
6327
6340
|
"optional": true,
|
|
@@ -6340,7 +6353,7 @@
|
|
|
6340
6353
|
"immutable": true,
|
|
6341
6354
|
"locationInModule": {
|
|
6342
6355
|
"filename": "lib/fleet-base.ts",
|
|
6343
|
-
"line":
|
|
6356
|
+
"line": 321
|
|
6344
6357
|
},
|
|
6345
6358
|
"name": "desiredCapacity",
|
|
6346
6359
|
"optional": true,
|
|
@@ -6359,7 +6372,7 @@
|
|
|
6359
6372
|
"immutable": true,
|
|
6360
6373
|
"locationInModule": {
|
|
6361
6374
|
"filename": "lib/fleet-base.ts",
|
|
6362
|
-
"line":
|
|
6375
|
+
"line": 366
|
|
6363
6376
|
},
|
|
6364
6377
|
"name": "locations",
|
|
6365
6378
|
"optional": true,
|
|
@@ -6382,7 +6395,7 @@
|
|
|
6382
6395
|
"immutable": true,
|
|
6383
6396
|
"locationInModule": {
|
|
6384
6397
|
"filename": "lib/fleet-base.ts",
|
|
6385
|
-
"line":
|
|
6398
|
+
"line": 335
|
|
6386
6399
|
},
|
|
6387
6400
|
"name": "maxSize",
|
|
6388
6401
|
"optional": true,
|
|
@@ -6401,7 +6414,7 @@
|
|
|
6401
6414
|
"immutable": true,
|
|
6402
6415
|
"locationInModule": {
|
|
6403
6416
|
"filename": "lib/fleet-base.ts",
|
|
6404
|
-
"line":
|
|
6417
|
+
"line": 304
|
|
6405
6418
|
},
|
|
6406
6419
|
"name": "metricGroup",
|
|
6407
6420
|
"optional": true,
|
|
@@ -6419,7 +6432,7 @@
|
|
|
6419
6432
|
"immutable": true,
|
|
6420
6433
|
"locationInModule": {
|
|
6421
6434
|
"filename": "lib/fleet-base.ts",
|
|
6422
|
-
"line":
|
|
6435
|
+
"line": 328
|
|
6423
6436
|
},
|
|
6424
6437
|
"name": "minSize",
|
|
6425
6438
|
"optional": true,
|
|
@@ -6439,7 +6452,7 @@
|
|
|
6439
6452
|
"immutable": true,
|
|
6440
6453
|
"locationInModule": {
|
|
6441
6454
|
"filename": "lib/fleet-base.ts",
|
|
6442
|
-
"line":
|
|
6455
|
+
"line": 294
|
|
6443
6456
|
},
|
|
6444
6457
|
"name": "peerVpc",
|
|
6445
6458
|
"optional": true,
|
|
@@ -6458,7 +6471,7 @@
|
|
|
6458
6471
|
"immutable": true,
|
|
6459
6472
|
"locationInModule": {
|
|
6460
6473
|
"filename": "lib/fleet-base.ts",
|
|
6461
|
-
"line":
|
|
6474
|
+
"line": 343
|
|
6462
6475
|
},
|
|
6463
6476
|
"name": "protectNewGameSession",
|
|
6464
6477
|
"optional": true,
|
|
@@ -6476,7 +6489,7 @@
|
|
|
6476
6489
|
"immutable": true,
|
|
6477
6490
|
"locationInModule": {
|
|
6478
6491
|
"filename": "lib/fleet-base.ts",
|
|
6479
|
-
"line":
|
|
6492
|
+
"line": 373
|
|
6480
6493
|
},
|
|
6481
6494
|
"name": "resourceCreationLimitPolicy",
|
|
6482
6495
|
"optional": true,
|
|
@@ -6496,7 +6509,7 @@
|
|
|
6496
6509
|
"immutable": true,
|
|
6497
6510
|
"locationInModule": {
|
|
6498
6511
|
"filename": "lib/fleet-base.ts",
|
|
6499
|
-
"line":
|
|
6512
|
+
"line": 279
|
|
6500
6513
|
},
|
|
6501
6514
|
"name": "role",
|
|
6502
6515
|
"optional": true,
|
|
@@ -6515,7 +6528,7 @@
|
|
|
6515
6528
|
"immutable": true,
|
|
6516
6529
|
"locationInModule": {
|
|
6517
6530
|
"filename": "lib/fleet-base.ts",
|
|
6518
|
-
"line":
|
|
6531
|
+
"line": 265
|
|
6519
6532
|
},
|
|
6520
6533
|
"name": "useCertificate",
|
|
6521
6534
|
"optional": true,
|
|
@@ -6535,7 +6548,7 @@
|
|
|
6535
6548
|
"immutable": true,
|
|
6536
6549
|
"locationInModule": {
|
|
6537
6550
|
"filename": "lib/fleet-base.ts",
|
|
6538
|
-
"line":
|
|
6551
|
+
"line": 250
|
|
6539
6552
|
},
|
|
6540
6553
|
"name": "useSpot",
|
|
6541
6554
|
"optional": true,
|
|
@@ -6592,7 +6605,7 @@
|
|
|
6592
6605
|
"immutable": true,
|
|
6593
6606
|
"locationInModule": {
|
|
6594
6607
|
"filename": "lib/matchmaking-configuration.ts",
|
|
6595
|
-
"line":
|
|
6608
|
+
"line": 24
|
|
6596
6609
|
},
|
|
6597
6610
|
"name": "value",
|
|
6598
6611
|
"type": {
|
|
@@ -6623,7 +6636,7 @@
|
|
|
6623
6636
|
},
|
|
6624
6637
|
"locationInModule": {
|
|
6625
6638
|
"filename": "lib/game-server-group.ts",
|
|
6626
|
-
"line":
|
|
6639
|
+
"line": 423
|
|
6627
6640
|
},
|
|
6628
6641
|
"parameters": [
|
|
6629
6642
|
{
|
|
@@ -6649,7 +6662,7 @@
|
|
|
6649
6662
|
"kind": "class",
|
|
6650
6663
|
"locationInModule": {
|
|
6651
6664
|
"filename": "lib/game-server-group.ts",
|
|
6652
|
-
"line":
|
|
6665
|
+
"line": 350
|
|
6653
6666
|
},
|
|
6654
6667
|
"methods": [
|
|
6655
6668
|
{
|
|
@@ -6659,7 +6672,7 @@
|
|
|
6659
6672
|
},
|
|
6660
6673
|
"locationInModule": {
|
|
6661
6674
|
"filename": "lib/game-server-group.ts",
|
|
6662
|
-
"line":
|
|
6675
|
+
"line": 354
|
|
6663
6676
|
},
|
|
6664
6677
|
"name": "fromGameServerGroupAttributes",
|
|
6665
6678
|
"parameters": [
|
|
@@ -6695,7 +6708,7 @@
|
|
|
6695
6708
|
},
|
|
6696
6709
|
"locationInModule": {
|
|
6697
6710
|
"filename": "lib/game-server-group.ts",
|
|
6698
|
-
"line":
|
|
6711
|
+
"line": 506
|
|
6699
6712
|
},
|
|
6700
6713
|
"name": "parseAutoScalingPolicy",
|
|
6701
6714
|
"parameters": [
|
|
@@ -6720,7 +6733,7 @@
|
|
|
6720
6733
|
},
|
|
6721
6734
|
"locationInModule": {
|
|
6722
6735
|
"filename": "lib/game-server-group.ts",
|
|
6723
|
-
"line":
|
|
6736
|
+
"line": 519
|
|
6724
6737
|
},
|
|
6725
6738
|
"name": "parseInstanceDefinitions",
|
|
6726
6739
|
"parameters": [
|
|
@@ -6749,7 +6762,7 @@
|
|
|
6749
6762
|
},
|
|
6750
6763
|
"locationInModule": {
|
|
6751
6764
|
"filename": "lib/game-server-group.ts",
|
|
6752
|
-
"line":
|
|
6765
|
+
"line": 498
|
|
6753
6766
|
},
|
|
6754
6767
|
"name": "parseLaunchTemplate",
|
|
6755
6768
|
"parameters": [
|
|
@@ -6778,7 +6791,7 @@
|
|
|
6778
6791
|
"immutable": true,
|
|
6779
6792
|
"locationInModule": {
|
|
6780
6793
|
"filename": "lib/game-server-group.ts",
|
|
6781
|
-
"line":
|
|
6794
|
+
"line": 401
|
|
6782
6795
|
},
|
|
6783
6796
|
"name": "autoScalingGroupArn",
|
|
6784
6797
|
"overrides": "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase",
|
|
@@ -6794,7 +6807,7 @@
|
|
|
6794
6807
|
"immutable": true,
|
|
6795
6808
|
"locationInModule": {
|
|
6796
6809
|
"filename": "lib/game-server-group.ts",
|
|
6797
|
-
"line":
|
|
6810
|
+
"line": 396
|
|
6798
6811
|
},
|
|
6799
6812
|
"name": "gameServerGroupArn",
|
|
6800
6813
|
"overrides": "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase",
|
|
@@ -6810,7 +6823,7 @@
|
|
|
6810
6823
|
"immutable": true,
|
|
6811
6824
|
"locationInModule": {
|
|
6812
6825
|
"filename": "lib/game-server-group.ts",
|
|
6813
|
-
"line":
|
|
6826
|
+
"line": 391
|
|
6814
6827
|
},
|
|
6815
6828
|
"name": "gameServerGroupName",
|
|
6816
6829
|
"overrides": "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase",
|
|
@@ -6826,7 +6839,7 @@
|
|
|
6826
6839
|
"immutable": true,
|
|
6827
6840
|
"locationInModule": {
|
|
6828
6841
|
"filename": "lib/game-server-group.ts",
|
|
6829
|
-
"line":
|
|
6842
|
+
"line": 411
|
|
6830
6843
|
},
|
|
6831
6844
|
"name": "grantPrincipal",
|
|
6832
6845
|
"overrides": "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase",
|
|
@@ -6842,7 +6855,7 @@
|
|
|
6842
6855
|
"immutable": true,
|
|
6843
6856
|
"locationInModule": {
|
|
6844
6857
|
"filename": "lib/game-server-group.ts",
|
|
6845
|
-
"line":
|
|
6858
|
+
"line": 406
|
|
6846
6859
|
},
|
|
6847
6860
|
"name": "role",
|
|
6848
6861
|
"type": {
|
|
@@ -6857,7 +6870,7 @@
|
|
|
6857
6870
|
"immutable": true,
|
|
6858
6871
|
"locationInModule": {
|
|
6859
6872
|
"filename": "lib/game-server-group.ts",
|
|
6860
|
-
"line":
|
|
6873
|
+
"line": 416
|
|
6861
6874
|
},
|
|
6862
6875
|
"name": "vpc",
|
|
6863
6876
|
"type": {
|
|
@@ -6872,7 +6885,7 @@
|
|
|
6872
6885
|
"immutable": true,
|
|
6873
6886
|
"locationInModule": {
|
|
6874
6887
|
"filename": "lib/game-server-group.ts",
|
|
6875
|
-
"line":
|
|
6888
|
+
"line": 421
|
|
6876
6889
|
},
|
|
6877
6890
|
"name": "vpcSubnets",
|
|
6878
6891
|
"optional": true,
|
|
@@ -6898,7 +6911,7 @@
|
|
|
6898
6911
|
"kind": "interface",
|
|
6899
6912
|
"locationInModule": {
|
|
6900
6913
|
"filename": "lib/game-server-group.ts",
|
|
6901
|
-
"line":
|
|
6914
|
+
"line": 182
|
|
6902
6915
|
},
|
|
6903
6916
|
"name": "GameServerGroupAttributes",
|
|
6904
6917
|
"properties": [
|
|
@@ -6912,7 +6925,7 @@
|
|
|
6912
6925
|
"immutable": true,
|
|
6913
6926
|
"locationInModule": {
|
|
6914
6927
|
"filename": "lib/game-server-group.ts",
|
|
6915
|
-
"line":
|
|
6928
|
+
"line": 206
|
|
6916
6929
|
},
|
|
6917
6930
|
"name": "autoScalingGroupArn",
|
|
6918
6931
|
"type": {
|
|
@@ -6930,7 +6943,7 @@
|
|
|
6930
6943
|
"immutable": true,
|
|
6931
6944
|
"locationInModule": {
|
|
6932
6945
|
"filename": "lib/game-server-group.ts",
|
|
6933
|
-
"line":
|
|
6946
|
+
"line": 199
|
|
6934
6947
|
},
|
|
6935
6948
|
"name": "gameServerGroupArn",
|
|
6936
6949
|
"optional": true,
|
|
@@ -6949,7 +6962,7 @@
|
|
|
6949
6962
|
"immutable": true,
|
|
6950
6963
|
"locationInModule": {
|
|
6951
6964
|
"filename": "lib/game-server-group.ts",
|
|
6952
|
-
"line":
|
|
6965
|
+
"line": 190
|
|
6953
6966
|
},
|
|
6954
6967
|
"name": "gameServerGroupName",
|
|
6955
6968
|
"optional": true,
|
|
@@ -6967,7 +6980,7 @@
|
|
|
6967
6980
|
"immutable": true,
|
|
6968
6981
|
"locationInModule": {
|
|
6969
6982
|
"filename": "lib/game-server-group.ts",
|
|
6970
|
-
"line":
|
|
6983
|
+
"line": 213
|
|
6971
6984
|
},
|
|
6972
6985
|
"name": "role",
|
|
6973
6986
|
"optional": true,
|
|
@@ -7023,7 +7036,7 @@
|
|
|
7023
7036
|
"kind": "class",
|
|
7024
7037
|
"locationInModule": {
|
|
7025
7038
|
"filename": "lib/game-server-group.ts",
|
|
7026
|
-
"line":
|
|
7039
|
+
"line": 138
|
|
7027
7040
|
},
|
|
7028
7041
|
"methods": [
|
|
7029
7042
|
{
|
|
@@ -7033,7 +7046,7 @@
|
|
|
7033
7046
|
},
|
|
7034
7047
|
"locationInModule": {
|
|
7035
7048
|
"filename": "lib/game-server-group.ts",
|
|
7036
|
-
"line":
|
|
7049
|
+
"line": 159
|
|
7037
7050
|
},
|
|
7038
7051
|
"name": "grant",
|
|
7039
7052
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameServerGroup",
|
|
@@ -7066,7 +7079,7 @@
|
|
|
7066
7079
|
},
|
|
7067
7080
|
"locationInModule": {
|
|
7068
7081
|
"filename": "lib/game-server-group.ts",
|
|
7069
|
-
"line":
|
|
7082
|
+
"line": 167
|
|
7070
7083
|
},
|
|
7071
7084
|
"name": "metric",
|
|
7072
7085
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameServerGroup",
|
|
@@ -7103,7 +7116,7 @@
|
|
|
7103
7116
|
"immutable": true,
|
|
7104
7117
|
"locationInModule": {
|
|
7105
7118
|
"filename": "lib/game-server-group.ts",
|
|
7106
|
-
"line":
|
|
7119
|
+
"line": 147
|
|
7107
7120
|
},
|
|
7108
7121
|
"name": "autoScalingGroupArn",
|
|
7109
7122
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameServerGroup",
|
|
@@ -7120,7 +7133,7 @@
|
|
|
7120
7133
|
"immutable": true,
|
|
7121
7134
|
"locationInModule": {
|
|
7122
7135
|
"filename": "lib/game-server-group.ts",
|
|
7123
|
-
"line":
|
|
7136
|
+
"line": 142
|
|
7124
7137
|
},
|
|
7125
7138
|
"name": "gameServerGroupArn",
|
|
7126
7139
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameServerGroup",
|
|
@@ -7137,7 +7150,7 @@
|
|
|
7137
7150
|
"immutable": true,
|
|
7138
7151
|
"locationInModule": {
|
|
7139
7152
|
"filename": "lib/game-server-group.ts",
|
|
7140
|
-
"line":
|
|
7153
|
+
"line": 152
|
|
7141
7154
|
},
|
|
7142
7155
|
"name": "gameServerGroupName",
|
|
7143
7156
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameServerGroup",
|
|
@@ -7154,7 +7167,7 @@
|
|
|
7154
7167
|
"immutable": true,
|
|
7155
7168
|
"locationInModule": {
|
|
7156
7169
|
"filename": "lib/game-server-group.ts",
|
|
7157
|
-
"line":
|
|
7170
|
+
"line": 157
|
|
7158
7171
|
},
|
|
7159
7172
|
"name": "grantPrincipal",
|
|
7160
7173
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -7180,7 +7193,7 @@
|
|
|
7180
7193
|
"kind": "interface",
|
|
7181
7194
|
"locationInModule": {
|
|
7182
7195
|
"filename": "lib/game-server-group.ts",
|
|
7183
|
-
"line":
|
|
7196
|
+
"line": 219
|
|
7184
7197
|
},
|
|
7185
7198
|
"name": "GameServerGroupProps",
|
|
7186
7199
|
"properties": [
|
|
@@ -7194,7 +7207,7 @@
|
|
|
7194
7207
|
"immutable": true,
|
|
7195
7208
|
"locationInModule": {
|
|
7196
7209
|
"filename": "lib/game-server-group.ts",
|
|
7197
|
-
"line":
|
|
7210
|
+
"line": 224
|
|
7198
7211
|
},
|
|
7199
7212
|
"name": "gameServerGroupName",
|
|
7200
7213
|
"type": {
|
|
@@ -7210,7 +7223,7 @@
|
|
|
7210
7223
|
"immutable": true,
|
|
7211
7224
|
"locationInModule": {
|
|
7212
7225
|
"filename": "lib/game-server-group.ts",
|
|
7213
|
-
"line":
|
|
7226
|
+
"line": 279
|
|
7214
7227
|
},
|
|
7215
7228
|
"name": "instanceDefinitions",
|
|
7216
7229
|
"type": {
|
|
@@ -7233,7 +7246,7 @@
|
|
|
7233
7246
|
"immutable": true,
|
|
7234
7247
|
"locationInModule": {
|
|
7235
7248
|
"filename": "lib/game-server-group.ts",
|
|
7236
|
-
"line":
|
|
7249
|
+
"line": 291
|
|
7237
7250
|
},
|
|
7238
7251
|
"name": "launchTemplate",
|
|
7239
7252
|
"type": {
|
|
@@ -7250,7 +7263,7 @@
|
|
|
7250
7263
|
"immutable": true,
|
|
7251
7264
|
"locationInModule": {
|
|
7252
7265
|
"filename": "lib/game-server-group.ts",
|
|
7253
|
-
"line":
|
|
7266
|
+
"line": 267
|
|
7254
7267
|
},
|
|
7255
7268
|
"name": "vpc",
|
|
7256
7269
|
"type": {
|
|
@@ -7268,7 +7281,7 @@
|
|
|
7268
7281
|
"immutable": true,
|
|
7269
7282
|
"locationInModule": {
|
|
7270
7283
|
"filename": "lib/game-server-group.ts",
|
|
7271
|
-
"line":
|
|
7284
|
+
"line": 312
|
|
7272
7285
|
},
|
|
7273
7286
|
"name": "autoScalingPolicy",
|
|
7274
7287
|
"optional": true,
|
|
@@ -7286,7 +7299,7 @@
|
|
|
7286
7299
|
"immutable": true,
|
|
7287
7300
|
"locationInModule": {
|
|
7288
7301
|
"filename": "lib/game-server-group.ts",
|
|
7289
|
-
"line":
|
|
7302
|
+
"line": 326
|
|
7290
7303
|
},
|
|
7291
7304
|
"name": "balancingStrategy",
|
|
7292
7305
|
"optional": true,
|
|
@@ -7305,7 +7318,7 @@
|
|
|
7305
7318
|
"immutable": true,
|
|
7306
7319
|
"locationInModule": {
|
|
7307
7320
|
"filename": "lib/game-server-group.ts",
|
|
7308
|
-
"line":
|
|
7321
|
+
"line": 319
|
|
7309
7322
|
},
|
|
7310
7323
|
"name": "deleteOption",
|
|
7311
7324
|
"optional": true,
|
|
@@ -7324,7 +7337,7 @@
|
|
|
7324
7337
|
"immutable": true,
|
|
7325
7338
|
"locationInModule": {
|
|
7326
7339
|
"filename": "lib/game-server-group.ts",
|
|
7327
|
-
"line":
|
|
7340
|
+
"line": 254
|
|
7328
7341
|
},
|
|
7329
7342
|
"name": "maxSize",
|
|
7330
7343
|
"optional": true,
|
|
@@ -7343,7 +7356,7 @@
|
|
|
7343
7356
|
"immutable": true,
|
|
7344
7357
|
"locationInModule": {
|
|
7345
7358
|
"filename": "lib/game-server-group.ts",
|
|
7346
|
-
"line":
|
|
7359
|
+
"line": 245
|
|
7347
7360
|
},
|
|
7348
7361
|
"name": "minSize",
|
|
7349
7362
|
"optional": true,
|
|
@@ -7362,7 +7375,7 @@
|
|
|
7362
7375
|
"immutable": true,
|
|
7363
7376
|
"locationInModule": {
|
|
7364
7377
|
"filename": "lib/game-server-group.ts",
|
|
7365
|
-
"line":
|
|
7378
|
+
"line": 302
|
|
7366
7379
|
},
|
|
7367
7380
|
"name": "protectGameServer",
|
|
7368
7381
|
"optional": true,
|
|
@@ -7381,7 +7394,7 @@
|
|
|
7381
7394
|
"immutable": true,
|
|
7382
7395
|
"locationInModule": {
|
|
7383
7396
|
"filename": "lib/game-server-group.ts",
|
|
7384
|
-
"line":
|
|
7397
|
+
"line": 233
|
|
7385
7398
|
},
|
|
7386
7399
|
"name": "role",
|
|
7387
7400
|
"optional": true,
|
|
@@ -7399,7 +7412,7 @@
|
|
|
7399
7412
|
"immutable": true,
|
|
7400
7413
|
"locationInModule": {
|
|
7401
7414
|
"filename": "lib/game-server-group.ts",
|
|
7402
|
-
"line":
|
|
7415
|
+
"line": 274
|
|
7403
7416
|
},
|
|
7404
7417
|
"name": "vpcSubnets",
|
|
7405
7418
|
"optional": true,
|
|
@@ -7430,7 +7443,7 @@
|
|
|
7430
7443
|
},
|
|
7431
7444
|
"locationInModule": {
|
|
7432
7445
|
"filename": "lib/game-session-queue.ts",
|
|
7433
|
-
"line":
|
|
7446
|
+
"line": 362
|
|
7434
7447
|
},
|
|
7435
7448
|
"parameters": [
|
|
7436
7449
|
{
|
|
@@ -7456,7 +7469,7 @@
|
|
|
7456
7469
|
"kind": "class",
|
|
7457
7470
|
"locationInModule": {
|
|
7458
7471
|
"filename": "lib/game-session-queue.ts",
|
|
7459
|
-
"line":
|
|
7472
|
+
"line": 302
|
|
7460
7473
|
},
|
|
7461
7474
|
"methods": [
|
|
7462
7475
|
{
|
|
@@ -7466,7 +7479,7 @@
|
|
|
7466
7479
|
},
|
|
7467
7480
|
"locationInModule": {
|
|
7468
7481
|
"filename": "lib/game-session-queue.ts",
|
|
7469
|
-
"line":
|
|
7482
|
+
"line": 313
|
|
7470
7483
|
},
|
|
7471
7484
|
"name": "fromGameSessionQueueArn",
|
|
7472
7485
|
"parameters": [
|
|
@@ -7503,7 +7516,7 @@
|
|
|
7503
7516
|
},
|
|
7504
7517
|
"locationInModule": {
|
|
7505
7518
|
"filename": "lib/game-session-queue.ts",
|
|
7506
|
-
"line":
|
|
7519
|
+
"line": 320
|
|
7507
7520
|
},
|
|
7508
7521
|
"name": "fromGameSessionQueueAttributes",
|
|
7509
7522
|
"parameters": [
|
|
@@ -7540,7 +7553,7 @@
|
|
|
7540
7553
|
},
|
|
7541
7554
|
"locationInModule": {
|
|
7542
7555
|
"filename": "lib/game-session-queue.ts",
|
|
7543
|
-
"line":
|
|
7556
|
+
"line": 306
|
|
7544
7557
|
},
|
|
7545
7558
|
"name": "fromGameSessionQueueName",
|
|
7546
7559
|
"parameters": [
|
|
@@ -7577,7 +7590,7 @@
|
|
|
7577
7590
|
},
|
|
7578
7591
|
"locationInModule": {
|
|
7579
7592
|
"filename": "lib/game-session-queue.ts",
|
|
7580
|
-
"line":
|
|
7593
|
+
"line": 413
|
|
7581
7594
|
},
|
|
7582
7595
|
"name": "addDestination",
|
|
7583
7596
|
"parameters": [
|
|
@@ -7598,7 +7611,7 @@
|
|
|
7598
7611
|
},
|
|
7599
7612
|
"locationInModule": {
|
|
7600
7613
|
"filename": "lib/game-session-queue.ts",
|
|
7601
|
-
"line":
|
|
7614
|
+
"line": 451
|
|
7602
7615
|
},
|
|
7603
7616
|
"name": "parseFilterConfiguration",
|
|
7604
7617
|
"parameters": [
|
|
@@ -7623,7 +7636,7 @@
|
|
|
7623
7636
|
},
|
|
7624
7637
|
"locationInModule": {
|
|
7625
7638
|
"filename": "lib/game-session-queue.ts",
|
|
7626
|
-
"line":
|
|
7639
|
+
"line": 436
|
|
7627
7640
|
},
|
|
7628
7641
|
"name": "parsePlayerLatencyPolicies",
|
|
7629
7642
|
"parameters": [
|
|
@@ -7653,7 +7666,7 @@
|
|
|
7653
7666
|
},
|
|
7654
7667
|
"locationInModule": {
|
|
7655
7668
|
"filename": "lib/game-session-queue.ts",
|
|
7656
|
-
"line":
|
|
7669
|
+
"line": 417
|
|
7657
7670
|
},
|
|
7658
7671
|
"name": "parsePriorityConfiguration",
|
|
7659
7672
|
"parameters": [
|
|
@@ -7683,7 +7696,7 @@
|
|
|
7683
7696
|
"immutable": true,
|
|
7684
7697
|
"locationInModule": {
|
|
7685
7698
|
"filename": "lib/game-session-queue.ts",
|
|
7686
|
-
"line":
|
|
7699
|
+
"line": 358
|
|
7687
7700
|
},
|
|
7688
7701
|
"name": "gameSessionQueueArn",
|
|
7689
7702
|
"overrides": "@aws-cdk/aws-gamelift-alpha.GameSessionQueueBase",
|
|
@@ -7699,7 +7712,7 @@
|
|
|
7699
7712
|
"immutable": true,
|
|
7700
7713
|
"locationInModule": {
|
|
7701
7714
|
"filename": "lib/game-session-queue.ts",
|
|
7702
|
-
"line":
|
|
7715
|
+
"line": 353
|
|
7703
7716
|
},
|
|
7704
7717
|
"name": "gameSessionQueueName",
|
|
7705
7718
|
"overrides": "@aws-cdk/aws-gamelift-alpha.GameSessionQueueBase",
|
|
@@ -7725,7 +7738,7 @@
|
|
|
7725
7738
|
"kind": "interface",
|
|
7726
7739
|
"locationInModule": {
|
|
7727
7740
|
"filename": "lib/game-session-queue.ts",
|
|
7728
|
-
"line":
|
|
7741
|
+
"line": 151
|
|
7729
7742
|
},
|
|
7730
7743
|
"name": "GameSessionQueueAttributes",
|
|
7731
7744
|
"properties": [
|
|
@@ -7740,7 +7753,7 @@
|
|
|
7740
7753
|
"immutable": true,
|
|
7741
7754
|
"locationInModule": {
|
|
7742
7755
|
"filename": "lib/game-session-queue.ts",
|
|
7743
|
-
"line":
|
|
7756
|
+
"line": 159
|
|
7744
7757
|
},
|
|
7745
7758
|
"name": "gameSessionQueueArn",
|
|
7746
7759
|
"optional": true,
|
|
@@ -7759,7 +7772,7 @@
|
|
|
7759
7772
|
"immutable": true,
|
|
7760
7773
|
"locationInModule": {
|
|
7761
7774
|
"filename": "lib/game-session-queue.ts",
|
|
7762
|
-
"line":
|
|
7775
|
+
"line": 168
|
|
7763
7776
|
},
|
|
7764
7777
|
"name": "gameSessionQueueName",
|
|
7765
7778
|
"optional": true,
|
|
@@ -7815,7 +7828,7 @@
|
|
|
7815
7828
|
"kind": "class",
|
|
7816
7829
|
"locationInModule": {
|
|
7817
7830
|
"filename": "lib/game-session-queue.ts",
|
|
7818
|
-
"line":
|
|
7831
|
+
"line": 247
|
|
7819
7832
|
},
|
|
7820
7833
|
"methods": [
|
|
7821
7834
|
{
|
|
@@ -7825,7 +7838,7 @@
|
|
|
7825
7838
|
},
|
|
7826
7839
|
"locationInModule": {
|
|
7827
7840
|
"filename": "lib/game-session-queue.ts",
|
|
7828
|
-
"line":
|
|
7841
|
+
"line": 258
|
|
7829
7842
|
},
|
|
7830
7843
|
"name": "metric",
|
|
7831
7844
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueue",
|
|
@@ -7857,7 +7870,7 @@
|
|
|
7857
7870
|
},
|
|
7858
7871
|
"locationInModule": {
|
|
7859
7872
|
"filename": "lib/game-session-queue.ts",
|
|
7860
|
-
"line":
|
|
7873
|
+
"line": 269
|
|
7861
7874
|
},
|
|
7862
7875
|
"name": "metricAverageWaitTime",
|
|
7863
7876
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueue",
|
|
@@ -7883,7 +7896,7 @@
|
|
|
7883
7896
|
},
|
|
7884
7897
|
"locationInModule": {
|
|
7885
7898
|
"filename": "lib/game-session-queue.ts",
|
|
7886
|
-
"line":
|
|
7899
|
+
"line": 273
|
|
7887
7900
|
},
|
|
7888
7901
|
"name": "metricPlacementsCanceled",
|
|
7889
7902
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueue",
|
|
@@ -7909,7 +7922,7 @@
|
|
|
7909
7922
|
},
|
|
7910
7923
|
"locationInModule": {
|
|
7911
7924
|
"filename": "lib/game-session-queue.ts",
|
|
7912
|
-
"line":
|
|
7925
|
+
"line": 277
|
|
7913
7926
|
},
|
|
7914
7927
|
"name": "metricPlacementsFailed",
|
|
7915
7928
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueue",
|
|
@@ -7935,7 +7948,7 @@
|
|
|
7935
7948
|
},
|
|
7936
7949
|
"locationInModule": {
|
|
7937
7950
|
"filename": "lib/game-session-queue.ts",
|
|
7938
|
-
"line":
|
|
7951
|
+
"line": 281
|
|
7939
7952
|
},
|
|
7940
7953
|
"name": "metricPlacementsStarted",
|
|
7941
7954
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueue",
|
|
@@ -7961,7 +7974,7 @@
|
|
|
7961
7974
|
},
|
|
7962
7975
|
"locationInModule": {
|
|
7963
7976
|
"filename": "lib/game-session-queue.ts",
|
|
7964
|
-
"line":
|
|
7977
|
+
"line": 285
|
|
7965
7978
|
},
|
|
7966
7979
|
"name": "metricPlacementsSucceeded",
|
|
7967
7980
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueue",
|
|
@@ -7987,7 +8000,7 @@
|
|
|
7987
8000
|
},
|
|
7988
8001
|
"locationInModule": {
|
|
7989
8002
|
"filename": "lib/game-session-queue.ts",
|
|
7990
|
-
"line":
|
|
8003
|
+
"line": 289
|
|
7991
8004
|
},
|
|
7992
8005
|
"name": "metricPlacementsTimedOut",
|
|
7993
8006
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueue",
|
|
@@ -8018,7 +8031,7 @@
|
|
|
8018
8031
|
"immutable": true,
|
|
8019
8032
|
"locationInModule": {
|
|
8020
8033
|
"filename": "lib/game-session-queue.ts",
|
|
8021
|
-
"line":
|
|
8034
|
+
"line": 256
|
|
8022
8035
|
},
|
|
8023
8036
|
"name": "gameSessionQueueArn",
|
|
8024
8037
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueue",
|
|
@@ -8035,7 +8048,7 @@
|
|
|
8035
8048
|
"immutable": true,
|
|
8036
8049
|
"locationInModule": {
|
|
8037
8050
|
"filename": "lib/game-session-queue.ts",
|
|
8038
|
-
"line":
|
|
8051
|
+
"line": 251
|
|
8039
8052
|
},
|
|
8040
8053
|
"name": "gameSessionQueueName",
|
|
8041
8054
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IGameSessionQueue",
|
|
@@ -8061,7 +8074,7 @@
|
|
|
8061
8074
|
"kind": "interface",
|
|
8062
8075
|
"locationInModule": {
|
|
8063
8076
|
"filename": "lib/game-session-queue.ts",
|
|
8064
|
-
"line":
|
|
8077
|
+
"line": 174
|
|
8065
8078
|
},
|
|
8066
8079
|
"name": "GameSessionQueueProps",
|
|
8067
8080
|
"properties": [
|
|
@@ -8075,7 +8088,7 @@
|
|
|
8075
8088
|
"immutable": true,
|
|
8076
8089
|
"locationInModule": {
|
|
8077
8090
|
"filename": "lib/game-session-queue.ts",
|
|
8078
|
-
"line":
|
|
8091
|
+
"line": 241
|
|
8079
8092
|
},
|
|
8080
8093
|
"name": "destinations",
|
|
8081
8094
|
"type": {
|
|
@@ -8096,7 +8109,7 @@
|
|
|
8096
8109
|
"immutable": true,
|
|
8097
8110
|
"locationInModule": {
|
|
8098
8111
|
"filename": "lib/game-session-queue.ts",
|
|
8099
|
-
"line":
|
|
8112
|
+
"line": 178
|
|
8100
8113
|
},
|
|
8101
8114
|
"name": "gameSessionQueueName",
|
|
8102
8115
|
"type": {
|
|
@@ -8114,7 +8127,7 @@
|
|
|
8114
8127
|
"immutable": true,
|
|
8115
8128
|
"locationInModule": {
|
|
8116
8129
|
"filename": "lib/game-session-queue.ts",
|
|
8117
|
-
"line":
|
|
8130
|
+
"line": 196
|
|
8118
8131
|
},
|
|
8119
8132
|
"name": "allowedLocations",
|
|
8120
8133
|
"optional": true,
|
|
@@ -8137,7 +8150,7 @@
|
|
|
8137
8150
|
"immutable": true,
|
|
8138
8151
|
"locationInModule": {
|
|
8139
8152
|
"filename": "lib/game-session-queue.ts",
|
|
8140
|
-
"line":
|
|
8153
|
+
"line": 185
|
|
8141
8154
|
},
|
|
8142
8155
|
"name": "customEventData",
|
|
8143
8156
|
"optional": true,
|
|
@@ -8156,7 +8169,7 @@
|
|
|
8156
8169
|
"immutable": true,
|
|
8157
8170
|
"locationInModule": {
|
|
8158
8171
|
"filename": "lib/game-session-queue.ts",
|
|
8159
|
-
"line":
|
|
8172
|
+
"line": 205
|
|
8160
8173
|
},
|
|
8161
8174
|
"name": "notificationTarget",
|
|
8162
8175
|
"optional": true,
|
|
@@ -8175,7 +8188,7 @@
|
|
|
8175
8188
|
"immutable": true,
|
|
8176
8189
|
"locationInModule": {
|
|
8177
8190
|
"filename": "lib/game-session-queue.ts",
|
|
8178
|
-
"line":
|
|
8191
|
+
"line": 216
|
|
8179
8192
|
},
|
|
8180
8193
|
"name": "playerLatencyPolicies",
|
|
8181
8194
|
"optional": true,
|
|
@@ -8199,7 +8212,7 @@
|
|
|
8199
8212
|
"immutable": true,
|
|
8200
8213
|
"locationInModule": {
|
|
8201
8214
|
"filename": "lib/game-session-queue.ts",
|
|
8202
|
-
"line":
|
|
8215
|
+
"line": 226
|
|
8203
8216
|
},
|
|
8204
8217
|
"name": "priorityConfiguration",
|
|
8205
8218
|
"optional": true,
|
|
@@ -8218,7 +8231,7 @@
|
|
|
8218
8231
|
"immutable": true,
|
|
8219
8232
|
"locationInModule": {
|
|
8220
8233
|
"filename": "lib/game-session-queue.ts",
|
|
8221
|
-
"line":
|
|
8234
|
+
"line": 234
|
|
8222
8235
|
},
|
|
8223
8236
|
"name": "timeout",
|
|
8224
8237
|
"optional": true,
|
|
@@ -8259,7 +8272,7 @@
|
|
|
8259
8272
|
"immutable": true,
|
|
8260
8273
|
"locationInModule": {
|
|
8261
8274
|
"filename": "lib/alias.ts",
|
|
8262
|
-
"line":
|
|
8275
|
+
"line": 23
|
|
8263
8276
|
},
|
|
8264
8277
|
"name": "aliasArn",
|
|
8265
8278
|
"type": {
|
|
@@ -8278,7 +8291,7 @@
|
|
|
8278
8291
|
"immutable": true,
|
|
8279
8292
|
"locationInModule": {
|
|
8280
8293
|
"filename": "lib/alias.ts",
|
|
8281
|
-
"line":
|
|
8294
|
+
"line": 16
|
|
8282
8295
|
},
|
|
8283
8296
|
"name": "aliasId",
|
|
8284
8297
|
"type": {
|
|
@@ -8320,7 +8333,7 @@
|
|
|
8320
8333
|
"immutable": true,
|
|
8321
8334
|
"locationInModule": {
|
|
8322
8335
|
"filename": "lib/build.ts",
|
|
8323
|
-
"line":
|
|
8336
|
+
"line": 31
|
|
8324
8337
|
},
|
|
8325
8338
|
"name": "buildArn",
|
|
8326
8339
|
"type": {
|
|
@@ -8339,7 +8352,7 @@
|
|
|
8339
8352
|
"immutable": true,
|
|
8340
8353
|
"locationInModule": {
|
|
8341
8354
|
"filename": "lib/build.ts",
|
|
8342
|
-
"line":
|
|
8355
|
+
"line": 24
|
|
8343
8356
|
},
|
|
8344
8357
|
"name": "buildId",
|
|
8345
8358
|
"type": {
|
|
@@ -8382,7 +8395,7 @@
|
|
|
8382
8395
|
"kind": "interface",
|
|
8383
8396
|
"locationInModule": {
|
|
8384
8397
|
"filename": "lib/fleet-base.ts",
|
|
8385
|
-
"line":
|
|
8398
|
+
"line": 149
|
|
8386
8399
|
},
|
|
8387
8400
|
"methods": [
|
|
8388
8401
|
{
|
|
@@ -8393,7 +8406,7 @@
|
|
|
8393
8406
|
},
|
|
8394
8407
|
"locationInModule": {
|
|
8395
8408
|
"filename": "lib/fleet-base.ts",
|
|
8396
|
-
"line":
|
|
8409
|
+
"line": 167
|
|
8397
8410
|
},
|
|
8398
8411
|
"name": "grant",
|
|
8399
8412
|
"parameters": [
|
|
@@ -8426,7 +8439,7 @@
|
|
|
8426
8439
|
},
|
|
8427
8440
|
"locationInModule": {
|
|
8428
8441
|
"filename": "lib/fleet-base.ts",
|
|
8429
|
-
"line":
|
|
8442
|
+
"line": 172
|
|
8430
8443
|
},
|
|
8431
8444
|
"name": "metric",
|
|
8432
8445
|
"parameters": [
|
|
@@ -8459,7 +8472,7 @@
|
|
|
8459
8472
|
},
|
|
8460
8473
|
"locationInModule": {
|
|
8461
8474
|
"filename": "lib/fleet-base.ts",
|
|
8462
|
-
"line":
|
|
8475
|
+
"line": 181
|
|
8463
8476
|
},
|
|
8464
8477
|
"name": "metricActiveInstances",
|
|
8465
8478
|
"parameters": [
|
|
@@ -8486,7 +8499,7 @@
|
|
|
8486
8499
|
},
|
|
8487
8500
|
"locationInModule": {
|
|
8488
8501
|
"filename": "lib/fleet-base.ts",
|
|
8489
|
-
"line":
|
|
8502
|
+
"line": 195
|
|
8490
8503
|
},
|
|
8491
8504
|
"name": "metricDesiredInstances",
|
|
8492
8505
|
"parameters": [
|
|
@@ -8513,7 +8526,7 @@
|
|
|
8513
8526
|
},
|
|
8514
8527
|
"locationInModule": {
|
|
8515
8528
|
"filename": "lib/fleet-base.ts",
|
|
8516
|
-
"line":
|
|
8529
|
+
"line": 202
|
|
8517
8530
|
},
|
|
8518
8531
|
"name": "metricIdleInstances",
|
|
8519
8532
|
"parameters": [
|
|
@@ -8539,7 +8552,7 @@
|
|
|
8539
8552
|
},
|
|
8540
8553
|
"locationInModule": {
|
|
8541
8554
|
"filename": "lib/fleet-base.ts",
|
|
8542
|
-
"line":
|
|
8555
|
+
"line": 207
|
|
8543
8556
|
},
|
|
8544
8557
|
"name": "metricInstanceInterruptions",
|
|
8545
8558
|
"parameters": [
|
|
@@ -8566,7 +8579,7 @@
|
|
|
8566
8579
|
},
|
|
8567
8580
|
"locationInModule": {
|
|
8568
8581
|
"filename": "lib/fleet-base.ts",
|
|
8569
|
-
"line":
|
|
8582
|
+
"line": 214
|
|
8570
8583
|
},
|
|
8571
8584
|
"name": "metricMaxInstances",
|
|
8572
8585
|
"parameters": [
|
|
@@ -8593,7 +8606,7 @@
|
|
|
8593
8606
|
},
|
|
8594
8607
|
"locationInModule": {
|
|
8595
8608
|
"filename": "lib/fleet-base.ts",
|
|
8596
|
-
"line":
|
|
8609
|
+
"line": 221
|
|
8597
8610
|
},
|
|
8598
8611
|
"name": "metricMinInstances",
|
|
8599
8612
|
"parameters": [
|
|
@@ -8620,7 +8633,7 @@
|
|
|
8620
8633
|
},
|
|
8621
8634
|
"locationInModule": {
|
|
8622
8635
|
"filename": "lib/fleet-base.ts",
|
|
8623
|
-
"line":
|
|
8636
|
+
"line": 187
|
|
8624
8637
|
},
|
|
8625
8638
|
"name": "metricPercentIdleInstances",
|
|
8626
8639
|
"parameters": [
|
|
@@ -8653,7 +8666,7 @@
|
|
|
8653
8666
|
"immutable": true,
|
|
8654
8667
|
"locationInModule": {
|
|
8655
8668
|
"filename": "lib/fleet-base.ts",
|
|
8656
|
-
"line":
|
|
8669
|
+
"line": 162
|
|
8657
8670
|
},
|
|
8658
8671
|
"name": "fleetArn",
|
|
8659
8672
|
"type": {
|
|
@@ -8672,7 +8685,7 @@
|
|
|
8672
8685
|
"immutable": true,
|
|
8673
8686
|
"locationInModule": {
|
|
8674
8687
|
"filename": "lib/fleet-base.ts",
|
|
8675
|
-
"line":
|
|
8688
|
+
"line": 155
|
|
8676
8689
|
},
|
|
8677
8690
|
"name": "fleetId",
|
|
8678
8691
|
"type": {
|
|
@@ -8696,7 +8709,7 @@
|
|
|
8696
8709
|
"kind": "interface",
|
|
8697
8710
|
"locationInModule": {
|
|
8698
8711
|
"filename": "lib/game-server-group.ts",
|
|
8699
|
-
"line":
|
|
8712
|
+
"line": 102
|
|
8700
8713
|
},
|
|
8701
8714
|
"methods": [
|
|
8702
8715
|
{
|
|
@@ -8707,7 +8720,7 @@
|
|
|
8707
8720
|
},
|
|
8708
8721
|
"locationInModule": {
|
|
8709
8722
|
"filename": "lib/game-server-group.ts",
|
|
8710
|
-
"line":
|
|
8723
|
+
"line": 127
|
|
8711
8724
|
},
|
|
8712
8725
|
"name": "grant",
|
|
8713
8726
|
"parameters": [
|
|
@@ -8740,7 +8753,7 @@
|
|
|
8740
8753
|
},
|
|
8741
8754
|
"locationInModule": {
|
|
8742
8755
|
"filename": "lib/game-server-group.ts",
|
|
8743
|
-
"line":
|
|
8756
|
+
"line": 132
|
|
8744
8757
|
},
|
|
8745
8758
|
"name": "metric",
|
|
8746
8759
|
"parameters": [
|
|
@@ -8779,7 +8792,7 @@
|
|
|
8779
8792
|
"immutable": true,
|
|
8780
8793
|
"locationInModule": {
|
|
8781
8794
|
"filename": "lib/game-server-group.ts",
|
|
8782
|
-
"line":
|
|
8795
|
+
"line": 115
|
|
8783
8796
|
},
|
|
8784
8797
|
"name": "autoScalingGroupArn",
|
|
8785
8798
|
"type": {
|
|
@@ -8798,7 +8811,7 @@
|
|
|
8798
8811
|
"immutable": true,
|
|
8799
8812
|
"locationInModule": {
|
|
8800
8813
|
"filename": "lib/game-server-group.ts",
|
|
8801
|
-
"line":
|
|
8814
|
+
"line": 108
|
|
8802
8815
|
},
|
|
8803
8816
|
"name": "gameServerGroupArn",
|
|
8804
8817
|
"type": {
|
|
@@ -8817,7 +8830,7 @@
|
|
|
8817
8830
|
"immutable": true,
|
|
8818
8831
|
"locationInModule": {
|
|
8819
8832
|
"filename": "lib/game-server-group.ts",
|
|
8820
|
-
"line":
|
|
8833
|
+
"line": 122
|
|
8821
8834
|
},
|
|
8822
8835
|
"name": "gameServerGroupName",
|
|
8823
8836
|
"type": {
|
|
@@ -8840,7 +8853,7 @@
|
|
|
8840
8853
|
"kind": "interface",
|
|
8841
8854
|
"locationInModule": {
|
|
8842
8855
|
"filename": "lib/game-session-queue.ts",
|
|
8843
|
-
"line":
|
|
8856
|
+
"line": 97
|
|
8844
8857
|
},
|
|
8845
8858
|
"methods": [
|
|
8846
8859
|
{
|
|
@@ -8851,7 +8864,7 @@
|
|
|
8851
8864
|
},
|
|
8852
8865
|
"locationInModule": {
|
|
8853
8866
|
"filename": "lib/game-session-queue.ts",
|
|
8854
|
-
"line":
|
|
8867
|
+
"line": 115
|
|
8855
8868
|
},
|
|
8856
8869
|
"name": "metric",
|
|
8857
8870
|
"parameters": [
|
|
@@ -8883,7 +8896,7 @@
|
|
|
8883
8896
|
},
|
|
8884
8897
|
"locationInModule": {
|
|
8885
8898
|
"filename": "lib/game-session-queue.ts",
|
|
8886
|
-
"line":
|
|
8899
|
+
"line": 120
|
|
8887
8900
|
},
|
|
8888
8901
|
"name": "metricAverageWaitTime",
|
|
8889
8902
|
"parameters": [
|
|
@@ -8909,7 +8922,7 @@
|
|
|
8909
8922
|
},
|
|
8910
8923
|
"locationInModule": {
|
|
8911
8924
|
"filename": "lib/game-session-queue.ts",
|
|
8912
|
-
"line":
|
|
8925
|
+
"line": 125
|
|
8913
8926
|
},
|
|
8914
8927
|
"name": "metricPlacementsCanceled",
|
|
8915
8928
|
"parameters": [
|
|
@@ -8935,7 +8948,7 @@
|
|
|
8935
8948
|
},
|
|
8936
8949
|
"locationInModule": {
|
|
8937
8950
|
"filename": "lib/game-session-queue.ts",
|
|
8938
|
-
"line":
|
|
8951
|
+
"line": 130
|
|
8939
8952
|
},
|
|
8940
8953
|
"name": "metricPlacementsFailed",
|
|
8941
8954
|
"parameters": [
|
|
@@ -8961,7 +8974,7 @@
|
|
|
8961
8974
|
},
|
|
8962
8975
|
"locationInModule": {
|
|
8963
8976
|
"filename": "lib/game-session-queue.ts",
|
|
8964
|
-
"line":
|
|
8977
|
+
"line": 135
|
|
8965
8978
|
},
|
|
8966
8979
|
"name": "metricPlacementsStarted",
|
|
8967
8980
|
"parameters": [
|
|
@@ -8987,7 +9000,7 @@
|
|
|
8987
9000
|
},
|
|
8988
9001
|
"locationInModule": {
|
|
8989
9002
|
"filename": "lib/game-session-queue.ts",
|
|
8990
|
-
"line":
|
|
9003
|
+
"line": 140
|
|
8991
9004
|
},
|
|
8992
9005
|
"name": "metricPlacementsSucceeded",
|
|
8993
9006
|
"parameters": [
|
|
@@ -9013,7 +9026,7 @@
|
|
|
9013
9026
|
},
|
|
9014
9027
|
"locationInModule": {
|
|
9015
9028
|
"filename": "lib/game-session-queue.ts",
|
|
9016
|
-
"line":
|
|
9029
|
+
"line": 145
|
|
9017
9030
|
},
|
|
9018
9031
|
"name": "metricPlacementsTimedOut",
|
|
9019
9032
|
"parameters": [
|
|
@@ -9046,7 +9059,7 @@
|
|
|
9046
9059
|
"immutable": true,
|
|
9047
9060
|
"locationInModule": {
|
|
9048
9061
|
"filename": "lib/game-session-queue.ts",
|
|
9049
|
-
"line":
|
|
9062
|
+
"line": 110
|
|
9050
9063
|
},
|
|
9051
9064
|
"name": "gameSessionQueueArn",
|
|
9052
9065
|
"type": {
|
|
@@ -9065,7 +9078,7 @@
|
|
|
9065
9078
|
"immutable": true,
|
|
9066
9079
|
"locationInModule": {
|
|
9067
9080
|
"filename": "lib/game-session-queue.ts",
|
|
9068
|
-
"line":
|
|
9081
|
+
"line": 103
|
|
9069
9082
|
},
|
|
9070
9083
|
"name": "gameSessionQueueName",
|
|
9071
9084
|
"type": {
|
|
@@ -9122,7 +9135,7 @@
|
|
|
9122
9135
|
"kind": "interface",
|
|
9123
9136
|
"locationInModule": {
|
|
9124
9137
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9125
|
-
"line":
|
|
9138
|
+
"line": 30
|
|
9126
9139
|
},
|
|
9127
9140
|
"methods": [
|
|
9128
9141
|
{
|
|
@@ -9133,7 +9146,7 @@
|
|
|
9133
9146
|
},
|
|
9134
9147
|
"locationInModule": {
|
|
9135
9148
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9136
|
-
"line":
|
|
9149
|
+
"line": 55
|
|
9137
9150
|
},
|
|
9138
9151
|
"name": "metric",
|
|
9139
9152
|
"parameters": [
|
|
@@ -9165,7 +9178,7 @@
|
|
|
9165
9178
|
},
|
|
9166
9179
|
"locationInModule": {
|
|
9167
9180
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9168
|
-
"line":
|
|
9181
|
+
"line": 60
|
|
9169
9182
|
},
|
|
9170
9183
|
"name": "metricCurrentTickets",
|
|
9171
9184
|
"parameters": [
|
|
@@ -9191,7 +9204,7 @@
|
|
|
9191
9204
|
},
|
|
9192
9205
|
"locationInModule": {
|
|
9193
9206
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9194
|
-
"line":
|
|
9207
|
+
"line": 65
|
|
9195
9208
|
},
|
|
9196
9209
|
"name": "metricMatchesAccepted",
|
|
9197
9210
|
"parameters": [
|
|
@@ -9217,7 +9230,7 @@
|
|
|
9217
9230
|
},
|
|
9218
9231
|
"locationInModule": {
|
|
9219
9232
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9220
|
-
"line":
|
|
9233
|
+
"line": 70
|
|
9221
9234
|
},
|
|
9222
9235
|
"name": "metricMatchesCreated",
|
|
9223
9236
|
"parameters": [
|
|
@@ -9243,7 +9256,7 @@
|
|
|
9243
9256
|
},
|
|
9244
9257
|
"locationInModule": {
|
|
9245
9258
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9246
|
-
"line":
|
|
9259
|
+
"line": 75
|
|
9247
9260
|
},
|
|
9248
9261
|
"name": "metricMatchesPlaced",
|
|
9249
9262
|
"parameters": [
|
|
@@ -9269,7 +9282,7 @@
|
|
|
9269
9282
|
},
|
|
9270
9283
|
"locationInModule": {
|
|
9271
9284
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9272
|
-
"line":
|
|
9285
|
+
"line": 80
|
|
9273
9286
|
},
|
|
9274
9287
|
"name": "metricMatchesRejected",
|
|
9275
9288
|
"parameters": [
|
|
@@ -9295,7 +9308,7 @@
|
|
|
9295
9308
|
},
|
|
9296
9309
|
"locationInModule": {
|
|
9297
9310
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9298
|
-
"line":
|
|
9311
|
+
"line": 85
|
|
9299
9312
|
},
|
|
9300
9313
|
"name": "metricPlayersStarted",
|
|
9301
9314
|
"parameters": [
|
|
@@ -9322,7 +9335,7 @@
|
|
|
9322
9335
|
},
|
|
9323
9336
|
"locationInModule": {
|
|
9324
9337
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9325
|
-
"line":
|
|
9338
|
+
"line": 93
|
|
9326
9339
|
},
|
|
9327
9340
|
"name": "metricTimeToMatch",
|
|
9328
9341
|
"parameters": [
|
|
@@ -9355,7 +9368,7 @@
|
|
|
9355
9368
|
"immutable": true,
|
|
9356
9369
|
"locationInModule": {
|
|
9357
9370
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9358
|
-
"line":
|
|
9371
|
+
"line": 43
|
|
9359
9372
|
},
|
|
9360
9373
|
"name": "matchmakingConfigurationArn",
|
|
9361
9374
|
"type": {
|
|
@@ -9374,7 +9387,7 @@
|
|
|
9374
9387
|
"immutable": true,
|
|
9375
9388
|
"locationInModule": {
|
|
9376
9389
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9377
|
-
"line":
|
|
9390
|
+
"line": 36
|
|
9378
9391
|
},
|
|
9379
9392
|
"name": "matchmakingConfigurationName",
|
|
9380
9393
|
"type": {
|
|
@@ -9393,7 +9406,7 @@
|
|
|
9393
9406
|
"immutable": true,
|
|
9394
9407
|
"locationInModule": {
|
|
9395
9408
|
"filename": "lib/matchmaking-configuration.ts",
|
|
9396
|
-
"line":
|
|
9409
|
+
"line": 50
|
|
9397
9410
|
},
|
|
9398
9411
|
"name": "notificationTarget",
|
|
9399
9412
|
"optional": true,
|
|
@@ -9638,7 +9651,7 @@
|
|
|
9638
9651
|
},
|
|
9639
9652
|
"locationInModule": {
|
|
9640
9653
|
"filename": "lib/matchmaking-ruleset-body.ts",
|
|
9641
|
-
"line":
|
|
9654
|
+
"line": 36
|
|
9642
9655
|
},
|
|
9643
9656
|
"name": "bind",
|
|
9644
9657
|
"parameters": [
|
|
@@ -9673,7 +9686,7 @@
|
|
|
9673
9686
|
"immutable": true,
|
|
9674
9687
|
"locationInModule": {
|
|
9675
9688
|
"filename": "lib/matchmaking-ruleset-body.ts",
|
|
9676
|
-
"line":
|
|
9689
|
+
"line": 28
|
|
9677
9690
|
},
|
|
9678
9691
|
"name": "content",
|
|
9679
9692
|
"type": {
|
|
@@ -9715,7 +9728,7 @@
|
|
|
9715
9728
|
"immutable": true,
|
|
9716
9729
|
"locationInModule": {
|
|
9717
9730
|
"filename": "lib/script.ts",
|
|
9718
|
-
"line":
|
|
9731
|
+
"line": 31
|
|
9719
9732
|
},
|
|
9720
9733
|
"name": "scriptArn",
|
|
9721
9734
|
"type": {
|
|
@@ -9734,7 +9747,7 @@
|
|
|
9734
9747
|
"immutable": true,
|
|
9735
9748
|
"locationInModule": {
|
|
9736
9749
|
"filename": "lib/script.ts",
|
|
9737
|
-
"line":
|
|
9750
|
+
"line": 24
|
|
9738
9751
|
},
|
|
9739
9752
|
"name": "scriptId",
|
|
9740
9753
|
"type": {
|
|
@@ -9847,7 +9860,7 @@
|
|
|
9847
9860
|
"immutable": true,
|
|
9848
9861
|
"locationInModule": {
|
|
9849
9862
|
"filename": "lib/game-server-group.ts",
|
|
9850
|
-
"line":
|
|
9863
|
+
"line": 50
|
|
9851
9864
|
},
|
|
9852
9865
|
"name": "weight",
|
|
9853
9866
|
"optional": true,
|
|
@@ -9873,7 +9886,7 @@
|
|
|
9873
9886
|
"kind": "interface",
|
|
9874
9887
|
"locationInModule": {
|
|
9875
9888
|
"filename": "lib/fleet-base.ts",
|
|
9876
|
-
"line":
|
|
9889
|
+
"line": 42
|
|
9877
9890
|
},
|
|
9878
9891
|
"name": "Location",
|
|
9879
9892
|
"properties": [
|
|
@@ -9886,7 +9899,7 @@
|
|
|
9886
9899
|
"immutable": true,
|
|
9887
9900
|
"locationInModule": {
|
|
9888
9901
|
"filename": "lib/fleet-base.ts",
|
|
9889
|
-
"line":
|
|
9902
|
+
"line": 46
|
|
9890
9903
|
},
|
|
9891
9904
|
"name": "region",
|
|
9892
9905
|
"type": {
|
|
@@ -9904,7 +9917,7 @@
|
|
|
9904
9917
|
"immutable": true,
|
|
9905
9918
|
"locationInModule": {
|
|
9906
9919
|
"filename": "lib/fleet-base.ts",
|
|
9907
|
-
"line":
|
|
9920
|
+
"line": 54
|
|
9908
9921
|
},
|
|
9909
9922
|
"name": "capacity",
|
|
9910
9923
|
"optional": true,
|
|
@@ -9964,7 +9977,7 @@
|
|
|
9964
9977
|
"immutable": true,
|
|
9965
9978
|
"locationInModule": {
|
|
9966
9979
|
"filename": "lib/fleet-base.ts",
|
|
9967
|
-
"line":
|
|
9980
|
+
"line": 29
|
|
9968
9981
|
},
|
|
9969
9982
|
"name": "maxSize",
|
|
9970
9983
|
"optional": true,
|
|
@@ -9982,7 +9995,7 @@
|
|
|
9982
9995
|
"immutable": true,
|
|
9983
9996
|
"locationInModule": {
|
|
9984
9997
|
"filename": "lib/fleet-base.ts",
|
|
9985
|
-
"line":
|
|
9998
|
+
"line": 36
|
|
9986
9999
|
},
|
|
9987
10000
|
"name": "minSize",
|
|
9988
10001
|
"optional": true,
|
|
@@ -10008,7 +10021,7 @@
|
|
|
10008
10021
|
"kind": "interface",
|
|
10009
10022
|
"locationInModule": {
|
|
10010
10023
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10011
|
-
"line":
|
|
10024
|
+
"line": 99
|
|
10012
10025
|
},
|
|
10013
10026
|
"name": "MatchmakingConfigurationAttributes",
|
|
10014
10027
|
"properties": [
|
|
@@ -10023,7 +10036,7 @@
|
|
|
10023
10036
|
"immutable": true,
|
|
10024
10037
|
"locationInModule": {
|
|
10025
10038
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10026
|
-
"line":
|
|
10039
|
+
"line": 107
|
|
10027
10040
|
},
|
|
10028
10041
|
"name": "matchmakingConfigurationArn",
|
|
10029
10042
|
"optional": true,
|
|
@@ -10042,7 +10055,7 @@
|
|
|
10042
10055
|
"immutable": true,
|
|
10043
10056
|
"locationInModule": {
|
|
10044
10057
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10045
|
-
"line":
|
|
10058
|
+
"line": 116
|
|
10046
10059
|
},
|
|
10047
10060
|
"name": "matchmakingConfigurationName",
|
|
10048
10061
|
"optional": true,
|
|
@@ -10061,7 +10074,7 @@
|
|
|
10061
10074
|
"immutable": true,
|
|
10062
10075
|
"locationInModule": {
|
|
10063
10076
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10064
|
-
"line":
|
|
10077
|
+
"line": 125
|
|
10065
10078
|
},
|
|
10066
10079
|
"name": "notificationTarget",
|
|
10067
10080
|
"optional": true,
|
|
@@ -10131,7 +10144,7 @@
|
|
|
10131
10144
|
},
|
|
10132
10145
|
"locationInModule": {
|
|
10133
10146
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10134
|
-
"line":
|
|
10147
|
+
"line": 199
|
|
10135
10148
|
},
|
|
10136
10149
|
"name": "fromMatchmakingConfigurationAttributes",
|
|
10137
10150
|
"parameters": [
|
|
@@ -10405,7 +10418,7 @@
|
|
|
10405
10418
|
"immutable": true,
|
|
10406
10419
|
"locationInModule": {
|
|
10407
10420
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10408
|
-
"line":
|
|
10421
|
+
"line": 233
|
|
10409
10422
|
},
|
|
10410
10423
|
"name": "matchmakingConfigurationName",
|
|
10411
10424
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingConfiguration",
|
|
@@ -10449,7 +10462,7 @@
|
|
|
10449
10462
|
"kind": "interface",
|
|
10450
10463
|
"locationInModule": {
|
|
10451
10464
|
"filename": "lib/matchmaking-configuration.ts",
|
|
10452
|
-
"line":
|
|
10465
|
+
"line": 131
|
|
10453
10466
|
},
|
|
10454
10467
|
"name": "MatchmakingConfigurationProps",
|
|
10455
10468
|
"properties": [
|
|
@@ -10622,7 +10635,7 @@
|
|
|
10622
10635
|
},
|
|
10623
10636
|
"locationInModule": {
|
|
10624
10637
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10625
|
-
"line":
|
|
10638
|
+
"line": 194
|
|
10626
10639
|
},
|
|
10627
10640
|
"parameters": [
|
|
10628
10641
|
{
|
|
@@ -10658,7 +10671,7 @@
|
|
|
10658
10671
|
},
|
|
10659
10672
|
"locationInModule": {
|
|
10660
10673
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10661
|
-
"line":
|
|
10674
|
+
"line": 147
|
|
10662
10675
|
},
|
|
10663
10676
|
"name": "fromMatchmakingRuleSetArn",
|
|
10664
10677
|
"parameters": [
|
|
@@ -10695,7 +10708,7 @@
|
|
|
10695
10708
|
},
|
|
10696
10709
|
"locationInModule": {
|
|
10697
10710
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10698
|
-
"line":
|
|
10711
|
+
"line": 154
|
|
10699
10712
|
},
|
|
10700
10713
|
"name": "fromMatchmakingRuleSetAttributes",
|
|
10701
10714
|
"parameters": [
|
|
@@ -10732,7 +10745,7 @@
|
|
|
10732
10745
|
},
|
|
10733
10746
|
"locationInModule": {
|
|
10734
10747
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10735
|
-
"line":
|
|
10748
|
+
"line": 140
|
|
10736
10749
|
},
|
|
10737
10750
|
"name": "fromMatchmakingRuleSetName",
|
|
10738
10751
|
"parameters": [
|
|
@@ -10773,7 +10786,7 @@
|
|
|
10773
10786
|
"immutable": true,
|
|
10774
10787
|
"locationInModule": {
|
|
10775
10788
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10776
|
-
"line":
|
|
10789
|
+
"line": 192
|
|
10777
10790
|
},
|
|
10778
10791
|
"name": "matchmakingRuleSetArn",
|
|
10779
10792
|
"overrides": "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSetBase",
|
|
@@ -10789,7 +10802,7 @@
|
|
|
10789
10802
|
"immutable": true,
|
|
10790
10803
|
"locationInModule": {
|
|
10791
10804
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
10792
|
-
"line":
|
|
10805
|
+
"line": 187
|
|
10793
10806
|
},
|
|
10794
10807
|
"name": "matchmakingRuleSetName",
|
|
10795
10808
|
"overrides": "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSetBase",
|
|
@@ -11023,7 +11036,7 @@
|
|
|
11023
11036
|
"immutable": true,
|
|
11024
11037
|
"locationInModule": {
|
|
11025
11038
|
"filename": "lib/matchmaking-ruleset.ts",
|
|
11026
|
-
"line":
|
|
11039
|
+
"line": 94
|
|
11027
11040
|
},
|
|
11028
11041
|
"name": "matchmakingRuleSetName",
|
|
11029
11042
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IMatchmakingRuleSet",
|
|
@@ -11231,7 +11244,7 @@
|
|
|
11231
11244
|
"kind": "interface",
|
|
11232
11245
|
"locationInModule": {
|
|
11233
11246
|
"filename": "lib/game-session-queue.ts",
|
|
11234
|
-
"line":
|
|
11247
|
+
"line": 78
|
|
11235
11248
|
},
|
|
11236
11249
|
"name": "PlayerLatencyPolicy",
|
|
11237
11250
|
"properties": [
|
|
@@ -11245,7 +11258,7 @@
|
|
|
11245
11258
|
"immutable": true,
|
|
11246
11259
|
"locationInModule": {
|
|
11247
11260
|
"filename": "lib/game-session-queue.ts",
|
|
11248
|
-
"line":
|
|
11261
|
+
"line": 84
|
|
11249
11262
|
},
|
|
11250
11263
|
"name": "maximumIndividualPlayerLatency",
|
|
11251
11264
|
"type": {
|
|
@@ -11262,7 +11275,7 @@
|
|
|
11262
11275
|
"immutable": true,
|
|
11263
11276
|
"locationInModule": {
|
|
11264
11277
|
"filename": "lib/game-session-queue.ts",
|
|
11265
|
-
"line":
|
|
11278
|
+
"line": 91
|
|
11266
11279
|
},
|
|
11267
11280
|
"name": "policyDuration",
|
|
11268
11281
|
"optional": true,
|
|
@@ -11563,7 +11576,7 @@
|
|
|
11563
11576
|
"kind": "interface",
|
|
11564
11577
|
"locationInModule": {
|
|
11565
11578
|
"filename": "lib/game-session-queue.ts",
|
|
11566
|
-
"line":
|
|
11579
|
+
"line": 57
|
|
11567
11580
|
},
|
|
11568
11581
|
"name": "PriorityConfiguration",
|
|
11569
11582
|
"properties": [
|
|
@@ -11577,7 +11590,7 @@
|
|
|
11577
11590
|
"immutable": true,
|
|
11578
11591
|
"locationInModule": {
|
|
11579
11592
|
"filename": "lib/game-session-queue.ts",
|
|
11580
|
-
"line":
|
|
11593
|
+
"line": 63
|
|
11581
11594
|
},
|
|
11582
11595
|
"name": "locationOrder",
|
|
11583
11596
|
"type": {
|
|
@@ -11599,7 +11612,7 @@
|
|
|
11599
11612
|
"immutable": true,
|
|
11600
11613
|
"locationInModule": {
|
|
11601
11614
|
"filename": "lib/game-session-queue.ts",
|
|
11602
|
-
"line":
|
|
11615
|
+
"line": 69
|
|
11603
11616
|
},
|
|
11604
11617
|
"name": "priorityOrder",
|
|
11605
11618
|
"type": {
|
|
@@ -11715,7 +11728,7 @@
|
|
|
11715
11728
|
},
|
|
11716
11729
|
"locationInModule": {
|
|
11717
11730
|
"filename": "lib/queued-matchmaking-configuration.ts",
|
|
11718
|
-
"line":
|
|
11731
|
+
"line": 104
|
|
11719
11732
|
},
|
|
11720
11733
|
"parameters": [
|
|
11721
11734
|
{
|
|
@@ -11751,7 +11764,7 @@
|
|
|
11751
11764
|
},
|
|
11752
11765
|
"locationInModule": {
|
|
11753
11766
|
"filename": "lib/queued-matchmaking-configuration.ts",
|
|
11754
|
-
"line":
|
|
11767
|
+
"line": 80
|
|
11755
11768
|
},
|
|
11756
11769
|
"name": "fromQueuedMatchmakingConfigurationArn",
|
|
11757
11770
|
"parameters": [
|
|
@@ -11788,7 +11801,7 @@
|
|
|
11788
11801
|
},
|
|
11789
11802
|
"locationInModule": {
|
|
11790
11803
|
"filename": "lib/queued-matchmaking-configuration.ts",
|
|
11791
|
-
"line":
|
|
11804
|
+
"line": 73
|
|
11792
11805
|
},
|
|
11793
11806
|
"name": "fromQueuedMatchmakingConfigurationName",
|
|
11794
11807
|
"parameters": [
|
|
@@ -11825,7 +11838,7 @@
|
|
|
11825
11838
|
},
|
|
11826
11839
|
"locationInModule": {
|
|
11827
11840
|
"filename": "lib/queued-matchmaking-configuration.ts",
|
|
11828
|
-
"line":
|
|
11841
|
+
"line": 194
|
|
11829
11842
|
},
|
|
11830
11843
|
"name": "addGameSessionQueue",
|
|
11831
11844
|
"parameters": [
|
|
@@ -11867,7 +11880,7 @@
|
|
|
11867
11880
|
"immutable": true,
|
|
11868
11881
|
"locationInModule": {
|
|
11869
11882
|
"filename": "lib/queued-matchmaking-configuration.ts",
|
|
11870
|
-
"line":
|
|
11883
|
+
"line": 87
|
|
11871
11884
|
},
|
|
11872
11885
|
"name": "matchmakingConfigurationName",
|
|
11873
11886
|
"overrides": "@aws-cdk/aws-gamelift-alpha.MatchmakingConfigurationBase",
|
|
@@ -11883,7 +11896,7 @@
|
|
|
11883
11896
|
"immutable": true,
|
|
11884
11897
|
"locationInModule": {
|
|
11885
11898
|
"filename": "lib/queued-matchmaking-configuration.ts",
|
|
11886
|
-
"line":
|
|
11899
|
+
"line": 97
|
|
11887
11900
|
},
|
|
11888
11901
|
"name": "notificationTarget",
|
|
11889
11902
|
"optional": true,
|
|
@@ -12042,7 +12055,7 @@
|
|
|
12042
12055
|
"kind": "interface",
|
|
12043
12056
|
"locationInModule": {
|
|
12044
12057
|
"filename": "lib/fleet-base.ts",
|
|
12045
|
-
"line":
|
|
12058
|
+
"line": 130
|
|
12046
12059
|
},
|
|
12047
12060
|
"name": "ResourceCreationLimitPolicy",
|
|
12048
12061
|
"properties": [
|
|
@@ -12056,7 +12069,7 @@
|
|
|
12056
12069
|
"immutable": true,
|
|
12057
12070
|
"locationInModule": {
|
|
12058
12071
|
"filename": "lib/fleet-base.ts",
|
|
12059
|
-
"line":
|
|
12072
|
+
"line": 136
|
|
12060
12073
|
},
|
|
12061
12074
|
"name": "newGameSessionsPerCreator",
|
|
12062
12075
|
"optional": true,
|
|
@@ -12074,7 +12087,7 @@
|
|
|
12074
12087
|
"immutable": true,
|
|
12075
12088
|
"locationInModule": {
|
|
12076
12089
|
"filename": "lib/fleet-base.ts",
|
|
12077
|
-
"line":
|
|
12090
|
+
"line": 143
|
|
12078
12091
|
},
|
|
12079
12092
|
"name": "policyPeriod",
|
|
12080
12093
|
"optional": true,
|
|
@@ -12141,7 +12154,7 @@
|
|
|
12141
12154
|
},
|
|
12142
12155
|
"locationInModule": {
|
|
12143
12156
|
"filename": "lib/matchmaking-ruleset-body.ts",
|
|
12144
|
-
"line":
|
|
12157
|
+
"line": 101
|
|
12145
12158
|
},
|
|
12146
12159
|
"parameters": [
|
|
12147
12160
|
{
|
|
@@ -12158,7 +12171,7 @@
|
|
|
12158
12171
|
"kind": "class",
|
|
12159
12172
|
"locationInModule": {
|
|
12160
12173
|
"filename": "lib/matchmaking-ruleset-body.ts",
|
|
12161
|
-
"line":
|
|
12174
|
+
"line": 59
|
|
12162
12175
|
},
|
|
12163
12176
|
"methods": [
|
|
12164
12177
|
{
|
|
@@ -12169,7 +12182,7 @@
|
|
|
12169
12182
|
},
|
|
12170
12183
|
"locationInModule": {
|
|
12171
12184
|
"filename": "lib/matchmaking-ruleset-body.ts",
|
|
12172
|
-
"line":
|
|
12185
|
+
"line": 83
|
|
12173
12186
|
},
|
|
12174
12187
|
"name": "fromInline",
|
|
12175
12188
|
"parameters": [
|
|
@@ -12198,7 +12211,7 @@
|
|
|
12198
12211
|
},
|
|
12199
12212
|
"locationInModule": {
|
|
12200
12213
|
"filename": "lib/matchmaking-ruleset-body.ts",
|
|
12201
|
-
"line":
|
|
12214
|
+
"line": 65
|
|
12202
12215
|
},
|
|
12203
12216
|
"name": "fromJsonFile",
|
|
12204
12217
|
"parameters": [
|
|
@@ -12226,7 +12239,7 @@
|
|
|
12226
12239
|
},
|
|
12227
12240
|
"locationInModule": {
|
|
12228
12241
|
"filename": "lib/matchmaking-ruleset-body.ts",
|
|
12229
|
-
"line":
|
|
12242
|
+
"line": 111
|
|
12230
12243
|
},
|
|
12231
12244
|
"name": "bind",
|
|
12232
12245
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IRuleSetContent",
|
|
@@ -12258,7 +12271,7 @@
|
|
|
12258
12271
|
"immutable": true,
|
|
12259
12272
|
"locationInModule": {
|
|
12260
12273
|
"filename": "lib/matchmaking-ruleset-body.ts",
|
|
12261
|
-
"line":
|
|
12274
|
+
"line": 99
|
|
12262
12275
|
},
|
|
12263
12276
|
"name": "content",
|
|
12264
12277
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IRuleSetContent",
|
|
@@ -12284,7 +12297,7 @@
|
|
|
12284
12297
|
"kind": "interface",
|
|
12285
12298
|
"locationInModule": {
|
|
12286
12299
|
"filename": "lib/matchmaking-ruleset-body.ts",
|
|
12287
|
-
"line":
|
|
12300
|
+
"line": 42
|
|
12288
12301
|
},
|
|
12289
12302
|
"name": "RuleSetContentProps",
|
|
12290
12303
|
"properties": [
|
|
@@ -12298,7 +12311,7 @@
|
|
|
12298
12311
|
"immutable": true,
|
|
12299
12312
|
"locationInModule": {
|
|
12300
12313
|
"filename": "lib/matchmaking-ruleset-body.ts",
|
|
12301
|
-
"line":
|
|
12314
|
+
"line": 48
|
|
12302
12315
|
},
|
|
12303
12316
|
"name": "content",
|
|
12304
12317
|
"optional": true,
|
|
@@ -12326,7 +12339,7 @@
|
|
|
12326
12339
|
"kind": "interface",
|
|
12327
12340
|
"locationInModule": {
|
|
12328
12341
|
"filename": "lib/fleet-base.ts",
|
|
12329
|
-
"line":
|
|
12342
|
+
"line": 95
|
|
12330
12343
|
},
|
|
12331
12344
|
"name": "RuntimeConfiguration",
|
|
12332
12345
|
"properties": [
|
|
@@ -12339,7 +12352,7 @@
|
|
|
12339
12352
|
"immutable": true,
|
|
12340
12353
|
"locationInModule": {
|
|
12341
12354
|
"filename": "lib/fleet-base.ts",
|
|
12342
|
-
"line":
|
|
12355
|
+
"line": 118
|
|
12343
12356
|
},
|
|
12344
12357
|
"name": "serverProcesses",
|
|
12345
12358
|
"type": {
|
|
@@ -12362,7 +12375,7 @@
|
|
|
12362
12375
|
"immutable": true,
|
|
12363
12376
|
"locationInModule": {
|
|
12364
12377
|
"filename": "lib/fleet-base.ts",
|
|
12365
|
-
"line":
|
|
12378
|
+
"line": 104
|
|
12366
12379
|
},
|
|
12367
12380
|
"name": "gameSessionActivationTimeout",
|
|
12368
12381
|
"optional": true,
|
|
@@ -12381,7 +12394,7 @@
|
|
|
12381
12394
|
"immutable": true,
|
|
12382
12395
|
"locationInModule": {
|
|
12383
12396
|
"filename": "lib/fleet-base.ts",
|
|
12384
|
-
"line":
|
|
12397
|
+
"line": 113
|
|
12385
12398
|
},
|
|
12386
12399
|
"name": "maxConcurrentGameSessionActivations",
|
|
12387
12400
|
"optional": true,
|
|
@@ -12410,7 +12423,7 @@
|
|
|
12410
12423
|
},
|
|
12411
12424
|
"locationInModule": {
|
|
12412
12425
|
"filename": "lib/content.ts",
|
|
12413
|
-
"line":
|
|
12426
|
+
"line": 51
|
|
12414
12427
|
},
|
|
12415
12428
|
"parameters": [
|
|
12416
12429
|
{
|
|
@@ -12437,7 +12450,7 @@
|
|
|
12437
12450
|
"kind": "class",
|
|
12438
12451
|
"locationInModule": {
|
|
12439
12452
|
"filename": "lib/content.ts",
|
|
12440
|
-
"line":
|
|
12453
|
+
"line": 50
|
|
12441
12454
|
},
|
|
12442
12455
|
"methods": [
|
|
12443
12456
|
{
|
|
@@ -12447,7 +12460,7 @@
|
|
|
12447
12460
|
},
|
|
12448
12461
|
"locationInModule": {
|
|
12449
12462
|
"filename": "lib/content.ts",
|
|
12450
|
-
"line":
|
|
12463
|
+
"line": 58
|
|
12451
12464
|
},
|
|
12452
12465
|
"name": "bind",
|
|
12453
12466
|
"overrides": "@aws-cdk/aws-gamelift-alpha.Content",
|
|
@@ -12496,7 +12509,7 @@
|
|
|
12496
12509
|
},
|
|
12497
12510
|
"locationInModule": {
|
|
12498
12511
|
"filename": "lib/script.ts",
|
|
12499
|
-
"line":
|
|
12512
|
+
"line": 190
|
|
12500
12513
|
},
|
|
12501
12514
|
"parameters": [
|
|
12502
12515
|
{
|
|
@@ -12532,7 +12545,7 @@
|
|
|
12532
12545
|
},
|
|
12533
12546
|
"locationInModule": {
|
|
12534
12547
|
"filename": "lib/script.ts",
|
|
12535
|
-
"line":
|
|
12548
|
+
"line": 131
|
|
12536
12549
|
},
|
|
12537
12550
|
"name": "fromAsset",
|
|
12538
12551
|
"parameters": [
|
|
@@ -12576,7 +12589,7 @@
|
|
|
12576
12589
|
},
|
|
12577
12590
|
"locationInModule": {
|
|
12578
12591
|
"filename": "lib/script.ts",
|
|
12579
|
-
"line":
|
|
12592
|
+
"line": 122
|
|
12580
12593
|
},
|
|
12581
12594
|
"name": "fromBucket",
|
|
12582
12595
|
"parameters": [
|
|
@@ -12626,7 +12639,7 @@
|
|
|
12626
12639
|
},
|
|
12627
12640
|
"locationInModule": {
|
|
12628
12641
|
"filename": "lib/script.ts",
|
|
12629
|
-
"line":
|
|
12642
|
+
"line": 140
|
|
12630
12643
|
},
|
|
12631
12644
|
"name": "fromScriptArn",
|
|
12632
12645
|
"parameters": [
|
|
@@ -12663,7 +12676,7 @@
|
|
|
12663
12676
|
},
|
|
12664
12677
|
"locationInModule": {
|
|
12665
12678
|
"filename": "lib/script.ts",
|
|
12666
|
-
"line":
|
|
12679
|
+
"line": 147
|
|
12667
12680
|
},
|
|
12668
12681
|
"name": "fromScriptAttributes",
|
|
12669
12682
|
"parameters": [
|
|
@@ -12704,7 +12717,7 @@
|
|
|
12704
12717
|
"immutable": true,
|
|
12705
12718
|
"locationInModule": {
|
|
12706
12719
|
"filename": "lib/script.ts",
|
|
12707
|
-
"line":
|
|
12720
|
+
"line": 188
|
|
12708
12721
|
},
|
|
12709
12722
|
"name": "grantPrincipal",
|
|
12710
12723
|
"overrides": "@aws-cdk/aws-gamelift-alpha.ScriptBase",
|
|
@@ -12720,7 +12733,7 @@
|
|
|
12720
12733
|
"immutable": true,
|
|
12721
12734
|
"locationInModule": {
|
|
12722
12735
|
"filename": "lib/script.ts",
|
|
12723
|
-
"line":
|
|
12736
|
+
"line": 183
|
|
12724
12737
|
},
|
|
12725
12738
|
"name": "role",
|
|
12726
12739
|
"type": {
|
|
@@ -12735,7 +12748,7 @@
|
|
|
12735
12748
|
"immutable": true,
|
|
12736
12749
|
"locationInModule": {
|
|
12737
12750
|
"filename": "lib/script.ts",
|
|
12738
|
-
"line":
|
|
12751
|
+
"line": 178
|
|
12739
12752
|
},
|
|
12740
12753
|
"name": "scriptArn",
|
|
12741
12754
|
"overrides": "@aws-cdk/aws-gamelift-alpha.ScriptBase",
|
|
@@ -12751,7 +12764,7 @@
|
|
|
12751
12764
|
"immutable": true,
|
|
12752
12765
|
"locationInModule": {
|
|
12753
12766
|
"filename": "lib/script.ts",
|
|
12754
|
-
"line":
|
|
12767
|
+
"line": 173
|
|
12755
12768
|
},
|
|
12756
12769
|
"name": "scriptId",
|
|
12757
12770
|
"overrides": "@aws-cdk/aws-gamelift-alpha.ScriptBase",
|
|
@@ -12777,7 +12790,7 @@
|
|
|
12777
12790
|
"kind": "interface",
|
|
12778
12791
|
"locationInModule": {
|
|
12779
12792
|
"filename": "lib/script.ts",
|
|
12780
|
-
"line":
|
|
12793
|
+
"line": 50
|
|
12781
12794
|
},
|
|
12782
12795
|
"name": "ScriptAttributes",
|
|
12783
12796
|
"properties": [
|
|
@@ -12790,7 +12803,7 @@
|
|
|
12790
12803
|
"immutable": true,
|
|
12791
12804
|
"locationInModule": {
|
|
12792
12805
|
"filename": "lib/script.ts",
|
|
12793
|
-
"line":
|
|
12806
|
+
"line": 54
|
|
12794
12807
|
},
|
|
12795
12808
|
"name": "scriptArn",
|
|
12796
12809
|
"type": {
|
|
@@ -12863,7 +12876,7 @@
|
|
|
12863
12876
|
"kind": "class",
|
|
12864
12877
|
"locationInModule": {
|
|
12865
12878
|
"filename": "lib/script.ts",
|
|
12866
|
-
"line":
|
|
12879
|
+
"line": 37
|
|
12867
12880
|
},
|
|
12868
12881
|
"name": "ScriptBase",
|
|
12869
12882
|
"properties": [
|
|
@@ -12876,7 +12889,7 @@
|
|
|
12876
12889
|
"immutable": true,
|
|
12877
12890
|
"locationInModule": {
|
|
12878
12891
|
"filename": "lib/script.ts",
|
|
12879
|
-
"line":
|
|
12892
|
+
"line": 44
|
|
12880
12893
|
},
|
|
12881
12894
|
"name": "grantPrincipal",
|
|
12882
12895
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -12893,7 +12906,7 @@
|
|
|
12893
12906
|
"immutable": true,
|
|
12894
12907
|
"locationInModule": {
|
|
12895
12908
|
"filename": "lib/script.ts",
|
|
12896
|
-
"line":
|
|
12909
|
+
"line": 42
|
|
12897
12910
|
},
|
|
12898
12911
|
"name": "scriptArn",
|
|
12899
12912
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IScript",
|
|
@@ -12910,7 +12923,7 @@
|
|
|
12910
12923
|
"immutable": true,
|
|
12911
12924
|
"locationInModule": {
|
|
12912
12925
|
"filename": "lib/script.ts",
|
|
12913
|
-
"line":
|
|
12926
|
+
"line": 41
|
|
12914
12927
|
},
|
|
12915
12928
|
"name": "scriptId",
|
|
12916
12929
|
"overrides": "@aws-cdk/aws-gamelift-alpha.IScript",
|
|
@@ -13030,7 +13043,7 @@
|
|
|
13030
13043
|
"kind": "interface",
|
|
13031
13044
|
"locationInModule": {
|
|
13032
13045
|
"filename": "lib/fleet-base.ts",
|
|
13033
|
-
"line":
|
|
13046
|
+
"line": 60
|
|
13034
13047
|
},
|
|
13035
13048
|
"name": "ServerProcess",
|
|
13036
13049
|
"properties": [
|
|
@@ -13044,7 +13057,7 @@
|
|
|
13044
13057
|
"immutable": true,
|
|
13045
13058
|
"locationInModule": {
|
|
13046
13059
|
"filename": "lib/fleet-base.ts",
|
|
13047
|
-
"line":
|
|
13060
|
+
"line": 74
|
|
13048
13061
|
},
|
|
13049
13062
|
"name": "launchPath",
|
|
13050
13063
|
"type": {
|
|
@@ -13062,7 +13075,7 @@
|
|
|
13062
13075
|
"immutable": true,
|
|
13063
13076
|
"locationInModule": {
|
|
13064
13077
|
"filename": "lib/fleet-base.ts",
|
|
13065
|
-
"line":
|
|
13078
|
+
"line": 67
|
|
13066
13079
|
},
|
|
13067
13080
|
"name": "concurrentExecutions",
|
|
13068
13081
|
"optional": true,
|
|
@@ -13080,7 +13093,7 @@
|
|
|
13080
13093
|
"immutable": true,
|
|
13081
13094
|
"locationInModule": {
|
|
13082
13095
|
"filename": "lib/fleet-base.ts",
|
|
13083
|
-
"line":
|
|
13096
|
+
"line": 81
|
|
13084
13097
|
},
|
|
13085
13098
|
"name": "parameters",
|
|
13086
13099
|
"optional": true,
|
|
@@ -13112,7 +13125,7 @@
|
|
|
13112
13125
|
},
|
|
13113
13126
|
"locationInModule": {
|
|
13114
13127
|
"filename": "lib/standalone-matchmaking-configuration.ts",
|
|
13115
|
-
"line":
|
|
13128
|
+
"line": 52
|
|
13116
13129
|
},
|
|
13117
13130
|
"parameters": [
|
|
13118
13131
|
{
|
|
@@ -13148,7 +13161,7 @@
|
|
|
13148
13161
|
},
|
|
13149
13162
|
"locationInModule": {
|
|
13150
13163
|
"filename": "lib/standalone-matchmaking-configuration.ts",
|
|
13151
|
-
"line":
|
|
13164
|
+
"line": 33
|
|
13152
13165
|
},
|
|
13153
13166
|
"name": "fromStandaloneMatchmakingConfigurationArn",
|
|
13154
13167
|
"parameters": [
|
|
@@ -13185,7 +13198,7 @@
|
|
|
13185
13198
|
},
|
|
13186
13199
|
"locationInModule": {
|
|
13187
13200
|
"filename": "lib/standalone-matchmaking-configuration.ts",
|
|
13188
|
-
"line":
|
|
13201
|
+
"line": 26
|
|
13189
13202
|
},
|
|
13190
13203
|
"name": "fromStandaloneMatchmakingConfigurationName",
|
|
13191
13204
|
"parameters": [
|
|
@@ -13242,7 +13255,7 @@
|
|
|
13242
13255
|
"immutable": true,
|
|
13243
13256
|
"locationInModule": {
|
|
13244
13257
|
"filename": "lib/standalone-matchmaking-configuration.ts",
|
|
13245
|
-
"line":
|
|
13258
|
+
"line": 40
|
|
13246
13259
|
},
|
|
13247
13260
|
"name": "matchmakingConfigurationName",
|
|
13248
13261
|
"overrides": "@aws-cdk/aws-gamelift-alpha.MatchmakingConfigurationBase",
|
|
@@ -13258,7 +13271,7 @@
|
|
|
13258
13271
|
"immutable": true,
|
|
13259
13272
|
"locationInModule": {
|
|
13260
13273
|
"filename": "lib/standalone-matchmaking-configuration.ts",
|
|
13261
|
-
"line":
|
|
13274
|
+
"line": 50
|
|
13262
13275
|
},
|
|
13263
13276
|
"name": "notificationTarget",
|
|
13264
13277
|
"optional": true,
|
|
@@ -13294,6 +13307,6 @@
|
|
|
13294
13307
|
"symbolId": "lib/standalone-matchmaking-configuration:StandaloneMatchmakingConfigurationProps"
|
|
13295
13308
|
}
|
|
13296
13309
|
},
|
|
13297
|
-
"version": "2.
|
|
13310
|
+
"version": "2.115.0-alpha.0",
|
|
13298
13311
|
"fingerprint": "**********"
|
|
13299
13312
|
}
|