@aws-cdk/aws-gamelift-alpha 2.263.0-alpha.0 → 2.265.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 +322 -32
- package/.jsii.tabl.json.gz +0 -0
- package/lib/alias.js +2 -2
- package/lib/build-fleet.js +1 -1
- package/lib/build.js +2 -2
- package/lib/content.js +3 -3
- package/lib/fleet-base.js +1 -1
- package/lib/game-server-group.js +2 -2
- package/lib/game-session-queue.js +2 -2
- package/lib/ingress-rule.js +2 -2
- package/lib/matchmaking-configuration.js +1 -1
- package/lib/matchmaking-ruleset-body.js +1 -1
- package/lib/matchmaking-ruleset.js +2 -2
- package/lib/queued-matchmaking-configuration.js +1 -1
- package/lib/script.js +2 -2
- package/lib/standalone-matchmaking-configuration.js +1 -1
- package/package.json +6 -6
package/.jsii
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"aws-cdk-lib": "^2.
|
|
11
|
+
"aws-cdk-lib": "^2.265.0",
|
|
12
12
|
"constructs": "^10.5.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -447,6 +447,19 @@
|
|
|
447
447
|
}
|
|
448
448
|
}
|
|
449
449
|
},
|
|
450
|
+
"aws-cdk-lib.aws_artifact": {
|
|
451
|
+
"targets": {
|
|
452
|
+
"dotnet": {
|
|
453
|
+
"namespace": "Amazon.CDK.AWS.Artifact"
|
|
454
|
+
},
|
|
455
|
+
"java": {
|
|
456
|
+
"package": "software.amazon.awscdk.services.artifact"
|
|
457
|
+
},
|
|
458
|
+
"python": {
|
|
459
|
+
"module": "aws_cdk.aws_artifact"
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
},
|
|
450
463
|
"aws-cdk-lib.aws_athena": {
|
|
451
464
|
"targets": {
|
|
452
465
|
"dotnet": {
|
|
@@ -577,6 +590,19 @@
|
|
|
577
590
|
}
|
|
578
591
|
}
|
|
579
592
|
},
|
|
593
|
+
"aws-cdk-lib.aws_backupsearch": {
|
|
594
|
+
"targets": {
|
|
595
|
+
"dotnet": {
|
|
596
|
+
"namespace": "Amazon.CDK.AWS.BackupSearch"
|
|
597
|
+
},
|
|
598
|
+
"java": {
|
|
599
|
+
"package": "software.amazon.awscdk.services.backupsearch"
|
|
600
|
+
},
|
|
601
|
+
"python": {
|
|
602
|
+
"module": "aws_cdk.aws_backupsearch"
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
},
|
|
580
606
|
"aws-cdk-lib.aws_batch": {
|
|
581
607
|
"targets": {
|
|
582
608
|
"dotnet": {
|
|
@@ -1072,6 +1098,19 @@
|
|
|
1072
1098
|
}
|
|
1073
1099
|
}
|
|
1074
1100
|
},
|
|
1101
|
+
"aws-cdk-lib.aws_cognitosync": {
|
|
1102
|
+
"targets": {
|
|
1103
|
+
"dotnet": {
|
|
1104
|
+
"namespace": "Amazon.CDK.AWS.CognitoSync"
|
|
1105
|
+
},
|
|
1106
|
+
"java": {
|
|
1107
|
+
"package": "software.amazon.awscdk.services.cognitosync"
|
|
1108
|
+
},
|
|
1109
|
+
"python": {
|
|
1110
|
+
"module": "aws_cdk.aws_cognitosync"
|
|
1111
|
+
}
|
|
1112
|
+
}
|
|
1113
|
+
},
|
|
1075
1114
|
"aws-cdk-lib.aws_comprehend": {
|
|
1076
1115
|
"targets": {
|
|
1077
1116
|
"dotnet": {
|
|
@@ -1215,19 +1254,6 @@
|
|
|
1215
1254
|
}
|
|
1216
1255
|
}
|
|
1217
1256
|
},
|
|
1218
|
-
"aws-cdk-lib.aws_dataexchange": {
|
|
1219
|
-
"targets": {
|
|
1220
|
-
"dotnet": {
|
|
1221
|
-
"namespace": "Amazon.CDK.AWS.DataExchange"
|
|
1222
|
-
},
|
|
1223
|
-
"java": {
|
|
1224
|
-
"package": "software.amazon.awscdk.services.dataexchange"
|
|
1225
|
-
},
|
|
1226
|
-
"python": {
|
|
1227
|
-
"module": "aws_cdk.aws_dataexchange"
|
|
1228
|
-
}
|
|
1229
|
-
}
|
|
1230
|
-
},
|
|
1231
1257
|
"aws-cdk-lib.aws_datapipeline": {
|
|
1232
1258
|
"targets": {
|
|
1233
1259
|
"dotnet": {
|
|
@@ -2846,6 +2872,19 @@
|
|
|
2846
2872
|
}
|
|
2847
2873
|
}
|
|
2848
2874
|
},
|
|
2875
|
+
"aws-cdk-lib.aws_networkflowmonitor": {
|
|
2876
|
+
"targets": {
|
|
2877
|
+
"dotnet": {
|
|
2878
|
+
"namespace": "Amazon.CDK.AWS.NetworkFlowMonitor"
|
|
2879
|
+
},
|
|
2880
|
+
"java": {
|
|
2881
|
+
"package": "software.amazon.awscdk.services.networkflowmonitor"
|
|
2882
|
+
},
|
|
2883
|
+
"python": {
|
|
2884
|
+
"module": "aws_cdk.aws_networkflowmonitor"
|
|
2885
|
+
}
|
|
2886
|
+
}
|
|
2887
|
+
},
|
|
2849
2888
|
"aws-cdk-lib.aws_networkmanager": {
|
|
2850
2889
|
"targets": {
|
|
2851
2890
|
"dotnet": {
|
|
@@ -3720,6 +3759,19 @@
|
|
|
3720
3759
|
}
|
|
3721
3760
|
}
|
|
3722
3761
|
},
|
|
3762
|
+
"aws-cdk-lib.aws_scn": {
|
|
3763
|
+
"targets": {
|
|
3764
|
+
"dotnet": {
|
|
3765
|
+
"namespace": "Amazon.CDK.AWS.SCN"
|
|
3766
|
+
},
|
|
3767
|
+
"java": {
|
|
3768
|
+
"package": "software.amazon.awscdk.services.scn"
|
|
3769
|
+
},
|
|
3770
|
+
"python": {
|
|
3771
|
+
"module": "aws_cdk.aws_scn"
|
|
3772
|
+
}
|
|
3773
|
+
}
|
|
3774
|
+
},
|
|
3723
3775
|
"aws-cdk-lib.aws_sdb": {
|
|
3724
3776
|
"targets": {
|
|
3725
3777
|
"dotnet": {
|
|
@@ -4019,6 +4071,19 @@
|
|
|
4019
4071
|
}
|
|
4020
4072
|
}
|
|
4021
4073
|
},
|
|
4074
|
+
"aws-cdk-lib.aws_states": {
|
|
4075
|
+
"targets": {
|
|
4076
|
+
"dotnet": {
|
|
4077
|
+
"namespace": "Amazon.CDK.AWS.States"
|
|
4078
|
+
},
|
|
4079
|
+
"java": {
|
|
4080
|
+
"package": "software.amazon.awscdk.services.states"
|
|
4081
|
+
},
|
|
4082
|
+
"python": {
|
|
4083
|
+
"module": "aws_cdk.aws_states"
|
|
4084
|
+
}
|
|
4085
|
+
}
|
|
4086
|
+
},
|
|
4022
4087
|
"aws-cdk-lib.aws_stepfunctions": {
|
|
4023
4088
|
"targets": {
|
|
4024
4089
|
"dotnet": {
|
|
@@ -4045,6 +4110,19 @@
|
|
|
4045
4110
|
}
|
|
4046
4111
|
}
|
|
4047
4112
|
},
|
|
4113
|
+
"aws-cdk-lib.aws_storagegateway": {
|
|
4114
|
+
"targets": {
|
|
4115
|
+
"dotnet": {
|
|
4116
|
+
"namespace": "Amazon.CDK.AWS.StorageGateway"
|
|
4117
|
+
},
|
|
4118
|
+
"java": {
|
|
4119
|
+
"package": "software.amazon.awscdk.services.storagegateway"
|
|
4120
|
+
},
|
|
4121
|
+
"python": {
|
|
4122
|
+
"module": "aws_cdk.aws_storagegateway"
|
|
4123
|
+
}
|
|
4124
|
+
}
|
|
4125
|
+
},
|
|
4048
4126
|
"aws-cdk-lib.aws_supportapp": {
|
|
4049
4127
|
"targets": {
|
|
4050
4128
|
"dotnet": {
|
|
@@ -4084,6 +4162,19 @@
|
|
|
4084
4162
|
}
|
|
4085
4163
|
}
|
|
4086
4164
|
},
|
|
4165
|
+
"aws-cdk-lib.aws_thinclient": {
|
|
4166
|
+
"targets": {
|
|
4167
|
+
"dotnet": {
|
|
4168
|
+
"namespace": "Amazon.CDK.AWS.ThinClient"
|
|
4169
|
+
},
|
|
4170
|
+
"java": {
|
|
4171
|
+
"package": "software.amazon.awscdk.services.thinclient"
|
|
4172
|
+
},
|
|
4173
|
+
"python": {
|
|
4174
|
+
"module": "aws_cdk.aws_thinclient"
|
|
4175
|
+
}
|
|
4176
|
+
}
|
|
4177
|
+
},
|
|
4087
4178
|
"aws-cdk-lib.aws_timestream": {
|
|
4088
4179
|
"targets": {
|
|
4089
4180
|
"dotnet": {
|
|
@@ -4097,6 +4188,19 @@
|
|
|
4097
4188
|
}
|
|
4098
4189
|
}
|
|
4099
4190
|
},
|
|
4191
|
+
"aws-cdk-lib.aws_transcribe": {
|
|
4192
|
+
"targets": {
|
|
4193
|
+
"dotnet": {
|
|
4194
|
+
"namespace": "Amazon.CDK.AWS.Transcribe"
|
|
4195
|
+
},
|
|
4196
|
+
"java": {
|
|
4197
|
+
"package": "software.amazon.awscdk.services.transcribe"
|
|
4198
|
+
},
|
|
4199
|
+
"python": {
|
|
4200
|
+
"module": "aws_cdk.aws_transcribe"
|
|
4201
|
+
}
|
|
4202
|
+
}
|
|
4203
|
+
},
|
|
4100
4204
|
"aws-cdk-lib.aws_transfer": {
|
|
4101
4205
|
"targets": {
|
|
4102
4206
|
"dotnet": {
|
|
@@ -4110,6 +4214,19 @@
|
|
|
4110
4214
|
}
|
|
4111
4215
|
}
|
|
4112
4216
|
},
|
|
4217
|
+
"aws-cdk-lib.aws_usernotifications": {
|
|
4218
|
+
"targets": {
|
|
4219
|
+
"dotnet": {
|
|
4220
|
+
"namespace": "Amazon.CDK.AWS.UserNotifications"
|
|
4221
|
+
},
|
|
4222
|
+
"java": {
|
|
4223
|
+
"package": "software.amazon.awscdk.services.usernotifications"
|
|
4224
|
+
},
|
|
4225
|
+
"python": {
|
|
4226
|
+
"module": "aws_cdk.aws_usernotifications"
|
|
4227
|
+
}
|
|
4228
|
+
}
|
|
4229
|
+
},
|
|
4113
4230
|
"aws-cdk-lib.aws_uxc": {
|
|
4114
4231
|
"targets": {
|
|
4115
4232
|
"dotnet": {
|
|
@@ -4201,6 +4318,19 @@
|
|
|
4201
4318
|
}
|
|
4202
4319
|
}
|
|
4203
4320
|
},
|
|
4321
|
+
"aws-cdk-lib.aws_wellarchitected": {
|
|
4322
|
+
"targets": {
|
|
4323
|
+
"dotnet": {
|
|
4324
|
+
"namespace": "Amazon.CDK.AWS.WellArchitected"
|
|
4325
|
+
},
|
|
4326
|
+
"java": {
|
|
4327
|
+
"package": "software.amazon.awscdk.services.wellarchitected"
|
|
4328
|
+
},
|
|
4329
|
+
"python": {
|
|
4330
|
+
"module": "aws_cdk.aws_wellarchitected"
|
|
4331
|
+
}
|
|
4332
|
+
}
|
|
4333
|
+
},
|
|
4204
4334
|
"aws-cdk-lib.aws_wisdom": {
|
|
4205
4335
|
"targets": {
|
|
4206
4336
|
"dotnet": {
|
|
@@ -4703,6 +4833,22 @@
|
|
|
4703
4833
|
}
|
|
4704
4834
|
}
|
|
4705
4835
|
},
|
|
4836
|
+
"aws-cdk-lib.interfaces.aws_artifact": {
|
|
4837
|
+
"targets": {
|
|
4838
|
+
"dotnet": {
|
|
4839
|
+
"namespace": "Amazon.CDK.Interfaces.Artifact"
|
|
4840
|
+
},
|
|
4841
|
+
"go": {
|
|
4842
|
+
"packageName": "interfacesawsartifact"
|
|
4843
|
+
},
|
|
4844
|
+
"java": {
|
|
4845
|
+
"package": "software.amazon.awscdk.interfaces.artifact"
|
|
4846
|
+
},
|
|
4847
|
+
"python": {
|
|
4848
|
+
"module": "aws_cdk.interfaces.aws_artifact"
|
|
4849
|
+
}
|
|
4850
|
+
}
|
|
4851
|
+
},
|
|
4706
4852
|
"aws-cdk-lib.interfaces.aws_athena": {
|
|
4707
4853
|
"targets": {
|
|
4708
4854
|
"dotnet": {
|
|
@@ -4831,6 +4977,22 @@
|
|
|
4831
4977
|
}
|
|
4832
4978
|
}
|
|
4833
4979
|
},
|
|
4980
|
+
"aws-cdk-lib.interfaces.aws_backupsearch": {
|
|
4981
|
+
"targets": {
|
|
4982
|
+
"dotnet": {
|
|
4983
|
+
"namespace": "Amazon.CDK.Interfaces.BackupSearch"
|
|
4984
|
+
},
|
|
4985
|
+
"go": {
|
|
4986
|
+
"packageName": "interfacesawsbackupsearch"
|
|
4987
|
+
},
|
|
4988
|
+
"java": {
|
|
4989
|
+
"package": "software.amazon.awscdk.interfaces.backupsearch"
|
|
4990
|
+
},
|
|
4991
|
+
"python": {
|
|
4992
|
+
"module": "aws_cdk.interfaces.aws_backupsearch"
|
|
4993
|
+
}
|
|
4994
|
+
}
|
|
4995
|
+
},
|
|
4834
4996
|
"aws-cdk-lib.interfaces.aws_batch": {
|
|
4835
4997
|
"targets": {
|
|
4836
4998
|
"dotnet": {
|
|
@@ -5407,6 +5569,22 @@
|
|
|
5407
5569
|
}
|
|
5408
5570
|
}
|
|
5409
5571
|
},
|
|
5572
|
+
"aws-cdk-lib.interfaces.aws_cognitosync": {
|
|
5573
|
+
"targets": {
|
|
5574
|
+
"dotnet": {
|
|
5575
|
+
"namespace": "Amazon.CDK.Interfaces.CognitoSync"
|
|
5576
|
+
},
|
|
5577
|
+
"go": {
|
|
5578
|
+
"packageName": "interfacesawscognitosync"
|
|
5579
|
+
},
|
|
5580
|
+
"java": {
|
|
5581
|
+
"package": "software.amazon.awscdk.interfaces.cognitosync"
|
|
5582
|
+
},
|
|
5583
|
+
"python": {
|
|
5584
|
+
"module": "aws_cdk.interfaces.aws_cognitosync"
|
|
5585
|
+
}
|
|
5586
|
+
}
|
|
5587
|
+
},
|
|
5410
5588
|
"aws-cdk-lib.interfaces.aws_comprehend": {
|
|
5411
5589
|
"targets": {
|
|
5412
5590
|
"dotnet": {
|
|
@@ -5583,22 +5761,6 @@
|
|
|
5583
5761
|
}
|
|
5584
5762
|
}
|
|
5585
5763
|
},
|
|
5586
|
-
"aws-cdk-lib.interfaces.aws_dataexchange": {
|
|
5587
|
-
"targets": {
|
|
5588
|
-
"dotnet": {
|
|
5589
|
-
"namespace": "Amazon.CDK.Interfaces.DataExchange"
|
|
5590
|
-
},
|
|
5591
|
-
"go": {
|
|
5592
|
-
"packageName": "interfacesawsdataexchange"
|
|
5593
|
-
},
|
|
5594
|
-
"java": {
|
|
5595
|
-
"package": "software.amazon.awscdk.interfaces.dataexchange"
|
|
5596
|
-
},
|
|
5597
|
-
"python": {
|
|
5598
|
-
"module": "aws_cdk.interfaces.aws_dataexchange"
|
|
5599
|
-
}
|
|
5600
|
-
}
|
|
5601
|
-
},
|
|
5602
5764
|
"aws-cdk-lib.interfaces.aws_datapipeline": {
|
|
5603
5765
|
"targets": {
|
|
5604
5766
|
"dotnet": {
|
|
@@ -7375,6 +7537,22 @@
|
|
|
7375
7537
|
}
|
|
7376
7538
|
}
|
|
7377
7539
|
},
|
|
7540
|
+
"aws-cdk-lib.interfaces.aws_networkflowmonitor": {
|
|
7541
|
+
"targets": {
|
|
7542
|
+
"dotnet": {
|
|
7543
|
+
"namespace": "Amazon.CDK.Interfaces.NetworkFlowMonitor"
|
|
7544
|
+
},
|
|
7545
|
+
"go": {
|
|
7546
|
+
"packageName": "interfacesawsnetworkflowmonitor"
|
|
7547
|
+
},
|
|
7548
|
+
"java": {
|
|
7549
|
+
"package": "software.amazon.awscdk.interfaces.networkflowmonitor"
|
|
7550
|
+
},
|
|
7551
|
+
"python": {
|
|
7552
|
+
"module": "aws_cdk.interfaces.aws_networkflowmonitor"
|
|
7553
|
+
}
|
|
7554
|
+
}
|
|
7555
|
+
},
|
|
7378
7556
|
"aws-cdk-lib.interfaces.aws_networkmanager": {
|
|
7379
7557
|
"targets": {
|
|
7380
7558
|
"dotnet": {
|
|
@@ -8335,6 +8513,22 @@
|
|
|
8335
8513
|
}
|
|
8336
8514
|
}
|
|
8337
8515
|
},
|
|
8516
|
+
"aws-cdk-lib.interfaces.aws_scn": {
|
|
8517
|
+
"targets": {
|
|
8518
|
+
"dotnet": {
|
|
8519
|
+
"namespace": "Amazon.CDK.Interfaces.SCN"
|
|
8520
|
+
},
|
|
8521
|
+
"go": {
|
|
8522
|
+
"packageName": "interfacesawsscn"
|
|
8523
|
+
},
|
|
8524
|
+
"java": {
|
|
8525
|
+
"package": "software.amazon.awscdk.interfaces.scn"
|
|
8526
|
+
},
|
|
8527
|
+
"python": {
|
|
8528
|
+
"module": "aws_cdk.interfaces.aws_scn"
|
|
8529
|
+
}
|
|
8530
|
+
}
|
|
8531
|
+
},
|
|
8338
8532
|
"aws-cdk-lib.interfaces.aws_sdb": {
|
|
8339
8533
|
"targets": {
|
|
8340
8534
|
"dotnet": {
|
|
@@ -8671,6 +8865,22 @@
|
|
|
8671
8865
|
}
|
|
8672
8866
|
}
|
|
8673
8867
|
},
|
|
8868
|
+
"aws-cdk-lib.interfaces.aws_states": {
|
|
8869
|
+
"targets": {
|
|
8870
|
+
"dotnet": {
|
|
8871
|
+
"namespace": "Amazon.CDK.Interfaces.States"
|
|
8872
|
+
},
|
|
8873
|
+
"go": {
|
|
8874
|
+
"packageName": "interfacesawsstates"
|
|
8875
|
+
},
|
|
8876
|
+
"java": {
|
|
8877
|
+
"package": "software.amazon.awscdk.interfaces.states"
|
|
8878
|
+
},
|
|
8879
|
+
"python": {
|
|
8880
|
+
"module": "aws_cdk.interfaces.aws_states"
|
|
8881
|
+
}
|
|
8882
|
+
}
|
|
8883
|
+
},
|
|
8674
8884
|
"aws-cdk-lib.interfaces.aws_stepfunctions": {
|
|
8675
8885
|
"targets": {
|
|
8676
8886
|
"dotnet": {
|
|
@@ -8687,6 +8897,22 @@
|
|
|
8687
8897
|
}
|
|
8688
8898
|
}
|
|
8689
8899
|
},
|
|
8900
|
+
"aws-cdk-lib.interfaces.aws_storagegateway": {
|
|
8901
|
+
"targets": {
|
|
8902
|
+
"dotnet": {
|
|
8903
|
+
"namespace": "Amazon.CDK.Interfaces.StorageGateway"
|
|
8904
|
+
},
|
|
8905
|
+
"go": {
|
|
8906
|
+
"packageName": "interfacesawsstoragegateway"
|
|
8907
|
+
},
|
|
8908
|
+
"java": {
|
|
8909
|
+
"package": "software.amazon.awscdk.interfaces.storagegateway"
|
|
8910
|
+
},
|
|
8911
|
+
"python": {
|
|
8912
|
+
"module": "aws_cdk.interfaces.aws_storagegateway"
|
|
8913
|
+
}
|
|
8914
|
+
}
|
|
8915
|
+
},
|
|
8690
8916
|
"aws-cdk-lib.interfaces.aws_supportapp": {
|
|
8691
8917
|
"targets": {
|
|
8692
8918
|
"dotnet": {
|
|
@@ -8735,6 +8961,22 @@
|
|
|
8735
8961
|
}
|
|
8736
8962
|
}
|
|
8737
8963
|
},
|
|
8964
|
+
"aws-cdk-lib.interfaces.aws_thinclient": {
|
|
8965
|
+
"targets": {
|
|
8966
|
+
"dotnet": {
|
|
8967
|
+
"namespace": "Amazon.CDK.Interfaces.ThinClient"
|
|
8968
|
+
},
|
|
8969
|
+
"go": {
|
|
8970
|
+
"packageName": "interfacesawsthinclient"
|
|
8971
|
+
},
|
|
8972
|
+
"java": {
|
|
8973
|
+
"package": "software.amazon.awscdk.interfaces.thinclient"
|
|
8974
|
+
},
|
|
8975
|
+
"python": {
|
|
8976
|
+
"module": "aws_cdk.interfaces.aws_thinclient"
|
|
8977
|
+
}
|
|
8978
|
+
}
|
|
8979
|
+
},
|
|
8738
8980
|
"aws-cdk-lib.interfaces.aws_timestream": {
|
|
8739
8981
|
"targets": {
|
|
8740
8982
|
"dotnet": {
|
|
@@ -8751,6 +8993,22 @@
|
|
|
8751
8993
|
}
|
|
8752
8994
|
}
|
|
8753
8995
|
},
|
|
8996
|
+
"aws-cdk-lib.interfaces.aws_transcribe": {
|
|
8997
|
+
"targets": {
|
|
8998
|
+
"dotnet": {
|
|
8999
|
+
"namespace": "Amazon.CDK.Interfaces.Transcribe"
|
|
9000
|
+
},
|
|
9001
|
+
"go": {
|
|
9002
|
+
"packageName": "interfacesawstranscribe"
|
|
9003
|
+
},
|
|
9004
|
+
"java": {
|
|
9005
|
+
"package": "software.amazon.awscdk.interfaces.transcribe"
|
|
9006
|
+
},
|
|
9007
|
+
"python": {
|
|
9008
|
+
"module": "aws_cdk.interfaces.aws_transcribe"
|
|
9009
|
+
}
|
|
9010
|
+
}
|
|
9011
|
+
},
|
|
8754
9012
|
"aws-cdk-lib.interfaces.aws_transfer": {
|
|
8755
9013
|
"targets": {
|
|
8756
9014
|
"dotnet": {
|
|
@@ -8767,6 +9025,22 @@
|
|
|
8767
9025
|
}
|
|
8768
9026
|
}
|
|
8769
9027
|
},
|
|
9028
|
+
"aws-cdk-lib.interfaces.aws_usernotifications": {
|
|
9029
|
+
"targets": {
|
|
9030
|
+
"dotnet": {
|
|
9031
|
+
"namespace": "Amazon.CDK.Interfaces.UserNotifications"
|
|
9032
|
+
},
|
|
9033
|
+
"go": {
|
|
9034
|
+
"packageName": "interfacesawsusernotifications"
|
|
9035
|
+
},
|
|
9036
|
+
"java": {
|
|
9037
|
+
"package": "software.amazon.awscdk.interfaces.usernotifications"
|
|
9038
|
+
},
|
|
9039
|
+
"python": {
|
|
9040
|
+
"module": "aws_cdk.interfaces.aws_usernotifications"
|
|
9041
|
+
}
|
|
9042
|
+
}
|
|
9043
|
+
},
|
|
8770
9044
|
"aws-cdk-lib.interfaces.aws_uxc": {
|
|
8771
9045
|
"targets": {
|
|
8772
9046
|
"dotnet": {
|
|
@@ -8879,6 +9153,22 @@
|
|
|
8879
9153
|
}
|
|
8880
9154
|
}
|
|
8881
9155
|
},
|
|
9156
|
+
"aws-cdk-lib.interfaces.aws_wellarchitected": {
|
|
9157
|
+
"targets": {
|
|
9158
|
+
"dotnet": {
|
|
9159
|
+
"namespace": "Amazon.CDK.Interfaces.WellArchitected"
|
|
9160
|
+
},
|
|
9161
|
+
"go": {
|
|
9162
|
+
"packageName": "interfacesawswellarchitected"
|
|
9163
|
+
},
|
|
9164
|
+
"java": {
|
|
9165
|
+
"package": "software.amazon.awscdk.interfaces.wellarchitected"
|
|
9166
|
+
},
|
|
9167
|
+
"python": {
|
|
9168
|
+
"module": "aws_cdk.interfaces.aws_wellarchitected"
|
|
9169
|
+
}
|
|
9170
|
+
}
|
|
9171
|
+
},
|
|
8882
9172
|
"aws-cdk-lib.interfaces.aws_wisdom": {
|
|
8883
9173
|
"targets": {
|
|
8884
9174
|
"dotnet": {
|
|
@@ -9098,7 +9388,7 @@
|
|
|
9098
9388
|
"stability": "experimental"
|
|
9099
9389
|
},
|
|
9100
9390
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
9101
|
-
"jsiiVersion": "5.9.
|
|
9391
|
+
"jsiiVersion": "5.9.52 (build c132e73)",
|
|
9102
9392
|
"keywords": [
|
|
9103
9393
|
"aws",
|
|
9104
9394
|
"cdk",
|
|
@@ -18947,6 +19237,6 @@
|
|
|
18947
19237
|
"symbolId": "lib/standalone-matchmaking-configuration:StandaloneMatchmakingConfigurationProps"
|
|
18948
19238
|
}
|
|
18949
19239
|
},
|
|
18950
|
-
"version": "2.
|
|
19240
|
+
"version": "2.265.0-alpha.0",
|
|
18951
19241
|
"fingerprint": "**********"
|
|
18952
19242
|
}
|
package/.jsii.tabl.json.gz
CHANGED
|
Binary file
|
package/lib/alias.js
CHANGED
|
@@ -79,7 +79,7 @@ const prop_injectable_1 = require("aws-cdk-lib/core/lib/prop-injectable");
|
|
|
79
79
|
* Base class for new and imported GameLift Alias.
|
|
80
80
|
*/
|
|
81
81
|
class AliasBase extends cdk.Resource {
|
|
82
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.AliasBase", version: "2.
|
|
82
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.AliasBase", version: "2.265.0-alpha.0" };
|
|
83
83
|
/**
|
|
84
84
|
* The ARN to put into the destination field of a game session queue
|
|
85
85
|
*/
|
|
@@ -125,7 +125,7 @@ let Alias = (() => {
|
|
|
125
125
|
Alias = _classThis = _classDescriptor.value;
|
|
126
126
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
127
127
|
}
|
|
128
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Alias", version: "2.
|
|
128
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Alias", version: "2.265.0-alpha.0" };
|
|
129
129
|
/** Uniquely identifies this class. */
|
|
130
130
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.Alias';
|
|
131
131
|
/**
|
package/lib/build-fleet.js
CHANGED
|
@@ -111,7 +111,7 @@ let BuildFleet = (() => {
|
|
|
111
111
|
BuildFleet = _classThis = _classDescriptor.value;
|
|
112
112
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
113
113
|
}
|
|
114
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.BuildFleet", version: "2.
|
|
114
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.BuildFleet", version: "2.265.0-alpha.0" };
|
|
115
115
|
/** Uniquely identifies this class. */
|
|
116
116
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.BuildFleet';
|
|
117
117
|
/**
|
package/lib/build.js
CHANGED
|
@@ -81,7 +81,7 @@ const content_1 = require("./content");
|
|
|
81
81
|
* Base class for new and imported GameLift server build.
|
|
82
82
|
*/
|
|
83
83
|
class BuildBase extends cdk.Resource {
|
|
84
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.BuildBase", version: "2.
|
|
84
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.BuildBase", version: "2.265.0-alpha.0" };
|
|
85
85
|
}
|
|
86
86
|
exports.BuildBase = BuildBase;
|
|
87
87
|
/**
|
|
@@ -143,7 +143,7 @@ let Build = (() => {
|
|
|
143
143
|
Build = _classThis = _classDescriptor.value;
|
|
144
144
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
145
145
|
}
|
|
146
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Build", version: "2.
|
|
146
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Build", version: "2.265.0-alpha.0" };
|
|
147
147
|
/** Uniquely identifies this class. */
|
|
148
148
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.Build';
|
|
149
149
|
/**
|
package/lib/content.js
CHANGED
|
@@ -44,7 +44,7 @@ const cdk = __importStar(require("aws-cdk-lib/core"));
|
|
|
44
44
|
* The class helps you on preparing and uploading custom game server build files or Realtime Servers server script files.
|
|
45
45
|
*/
|
|
46
46
|
class Content {
|
|
47
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Content", version: "2.
|
|
47
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Content", version: "2.265.0-alpha.0" };
|
|
48
48
|
/**
|
|
49
49
|
* Game content as an S3 object.
|
|
50
50
|
* @param bucket The S3 bucket
|
|
@@ -71,7 +71,7 @@ class S3Content extends Content {
|
|
|
71
71
|
bucket;
|
|
72
72
|
key;
|
|
73
73
|
objectVersion;
|
|
74
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.S3Content", version: "2.
|
|
74
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.S3Content", version: "2.265.0-alpha.0" };
|
|
75
75
|
constructor(bucket, key, objectVersion) {
|
|
76
76
|
super();
|
|
77
77
|
this.bucket = bucket;
|
|
@@ -104,7 +104,7 @@ exports.S3Content = S3Content;
|
|
|
104
104
|
class AssetContent extends Content {
|
|
105
105
|
path;
|
|
106
106
|
options;
|
|
107
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.AssetContent", version: "2.
|
|
107
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.AssetContent", version: "2.265.0-alpha.0" };
|
|
108
108
|
asset;
|
|
109
109
|
/**
|
|
110
110
|
* @param path The path to the asset file or directory.
|
package/lib/fleet-base.js
CHANGED
|
@@ -45,7 +45,7 @@ const alias_1 = require("./alias");
|
|
|
45
45
|
* Base class for new and imported GameLift fleet.
|
|
46
46
|
*/
|
|
47
47
|
class FleetBase extends cdk.Resource {
|
|
48
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.FleetBase", version: "2.
|
|
48
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.FleetBase", version: "2.265.0-alpha.0" };
|
|
49
49
|
/**
|
|
50
50
|
* Import an existing fleet from its attributes.
|
|
51
51
|
*/
|
package/lib/game-server-group.js
CHANGED
|
@@ -124,7 +124,7 @@ var BalancingStrategy;
|
|
|
124
124
|
* Base class for new and imported GameLift FleetIQ game server group.
|
|
125
125
|
*/
|
|
126
126
|
class GameServerGroupBase extends cdk.Resource {
|
|
127
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase", version: "2.
|
|
127
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameServerGroupBase", version: "2.265.0-alpha.0" };
|
|
128
128
|
/**
|
|
129
129
|
* [disable-awslint:no-grants]
|
|
130
130
|
*/
|
|
@@ -192,7 +192,7 @@ let GameServerGroup = (() => {
|
|
|
192
192
|
GameServerGroup = _classThis = _classDescriptor.value;
|
|
193
193
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
194
194
|
}
|
|
195
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameServerGroup", version: "2.
|
|
195
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameServerGroup", version: "2.265.0-alpha.0" };
|
|
196
196
|
/** Uniquely identifies this class. */
|
|
197
197
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.GameServerGroup';
|
|
198
198
|
/**
|
|
@@ -102,7 +102,7 @@ var PriorityType;
|
|
|
102
102
|
* Base class for new and imported GameLift GameSessionQueue.
|
|
103
103
|
*/
|
|
104
104
|
class GameSessionQueueBase extends cdk.Resource {
|
|
105
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameSessionQueueBase", version: "2.
|
|
105
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameSessionQueueBase", version: "2.265.0-alpha.0" };
|
|
106
106
|
metric(metricName, props) {
|
|
107
107
|
return new cloudwatch.Metric({
|
|
108
108
|
namespace: 'AWS/GameLift',
|
|
@@ -165,7 +165,7 @@ let GameSessionQueue = (() => {
|
|
|
165
165
|
GameSessionQueue = _classThis = _classDescriptor.value;
|
|
166
166
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
167
167
|
}
|
|
168
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameSessionQueue", version: "2.
|
|
168
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.GameSessionQueue", version: "2.265.0-alpha.0" };
|
|
169
169
|
/** Uniquely identifies this class. */
|
|
170
170
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.GameSessionQueue';
|
|
171
171
|
/**
|
package/lib/ingress-rule.js
CHANGED
|
@@ -52,7 +52,7 @@ var Protocol;
|
|
|
52
52
|
*/
|
|
53
53
|
class Port {
|
|
54
54
|
props;
|
|
55
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Port", version: "2.
|
|
55
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Port", version: "2.265.0-alpha.0" };
|
|
56
56
|
/**
|
|
57
57
|
* A single TCP port
|
|
58
58
|
*/
|
|
@@ -146,7 +146,7 @@ exports.Port = Port;
|
|
|
146
146
|
* Use this object if you need to represent connection partners using plain IP addresses.
|
|
147
147
|
*/
|
|
148
148
|
class Peer {
|
|
149
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Peer", version: "2.
|
|
149
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Peer", version: "2.265.0-alpha.0" };
|
|
150
150
|
/**
|
|
151
151
|
* Create an IPv4 peer from a CIDR
|
|
152
152
|
*/
|
|
@@ -42,7 +42,7 @@ const cdk = __importStar(require("aws-cdk-lib/core"));
|
|
|
42
42
|
* Base class for new and imported GameLift Matchmaking configuration.
|
|
43
43
|
*/
|
|
44
44
|
class MatchmakingConfigurationBase extends cdk.Resource {
|
|
45
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.MatchmakingConfigurationBase", version: "2.
|
|
45
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.MatchmakingConfigurationBase", version: "2.265.0-alpha.0" };
|
|
46
46
|
/**
|
|
47
47
|
* Import an existing matchmaking configuration from its attributes.
|
|
48
48
|
*/
|
|
@@ -46,7 +46,7 @@ const fs = __importStar(require("fs"));
|
|
|
46
46
|
* - If no match is made after 30 seconds, gradually relax the skill requirements.
|
|
47
47
|
*/
|
|
48
48
|
class RuleSetContent {
|
|
49
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.RuleSetContent", version: "2.
|
|
49
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.RuleSetContent", version: "2.265.0-alpha.0" };
|
|
50
50
|
/**
|
|
51
51
|
* Matchmaking ruleSet body from a file
|
|
52
52
|
* @returns `RuleSetContentBase` based on JSON file content.
|
|
@@ -80,7 +80,7 @@ const prop_injectable_1 = require("aws-cdk-lib/core/lib/prop-injectable");
|
|
|
80
80
|
* Base class for new and imported GameLift matchmaking ruleSet.
|
|
81
81
|
*/
|
|
82
82
|
class MatchmakingRuleSetBase extends cdk.Resource {
|
|
83
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSetBase", version: "2.
|
|
83
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSetBase", version: "2.265.0-alpha.0" };
|
|
84
84
|
metric(metricName, props) {
|
|
85
85
|
return new cloudwatch.Metric({
|
|
86
86
|
namespace: 'AWS/GameLift',
|
|
@@ -136,7 +136,7 @@ let MatchmakingRuleSet = (() => {
|
|
|
136
136
|
MatchmakingRuleSet = _classThis = _classDescriptor.value;
|
|
137
137
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
138
138
|
}
|
|
139
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSet", version: "2.
|
|
139
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.MatchmakingRuleSet", version: "2.265.0-alpha.0" };
|
|
140
140
|
/** Uniquely identifies this class. */
|
|
141
141
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.MatchmakingRuleSet';
|
|
142
142
|
/**
|
|
@@ -111,7 +111,7 @@ let QueuedMatchmakingConfiguration = (() => {
|
|
|
111
111
|
QueuedMatchmakingConfiguration = _classThis = _classDescriptor.value;
|
|
112
112
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
113
113
|
}
|
|
114
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.QueuedMatchmakingConfiguration", version: "2.
|
|
114
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.QueuedMatchmakingConfiguration", version: "2.265.0-alpha.0" };
|
|
115
115
|
/** Uniquely identifies this class. */
|
|
116
116
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.QueuedMatchmakingConfiguration';
|
|
117
117
|
/**
|
package/lib/script.js
CHANGED
|
@@ -81,7 +81,7 @@ const content_1 = require("./content");
|
|
|
81
81
|
* Base class for new and imported GameLift realtime server script.
|
|
82
82
|
*/
|
|
83
83
|
class ScriptBase extends cdk.Resource {
|
|
84
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.ScriptBase", version: "2.
|
|
84
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.ScriptBase", version: "2.265.0-alpha.0" };
|
|
85
85
|
}
|
|
86
86
|
exports.ScriptBase = ScriptBase;
|
|
87
87
|
/**
|
|
@@ -113,7 +113,7 @@ let Script = (() => {
|
|
|
113
113
|
Script = _classThis = _classDescriptor.value;
|
|
114
114
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
115
115
|
}
|
|
116
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Script", version: "2.
|
|
116
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.Script", version: "2.265.0-alpha.0" };
|
|
117
117
|
/** Uniquely identifies this class. */
|
|
118
118
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.Script';
|
|
119
119
|
/**
|
|
@@ -108,7 +108,7 @@ let StandaloneMatchmakingConfiguration = (() => {
|
|
|
108
108
|
StandaloneMatchmakingConfiguration = _classThis = _classDescriptor.value;
|
|
109
109
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
110
110
|
}
|
|
111
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.StandaloneMatchmakingConfiguration", version: "2.
|
|
111
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-gamelift-alpha.StandaloneMatchmakingConfiguration", version: "2.265.0-alpha.0" };
|
|
112
112
|
/** Uniquely identifies this class. */
|
|
113
113
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-gamelift-alpha.StandaloneMatchmakingConfiguration';
|
|
114
114
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/aws-gamelift-alpha",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.265.0-alpha.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The CDK Construct Library for AWS::GameLift",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -82,19 +82,19 @@
|
|
|
82
82
|
},
|
|
83
83
|
"license": "Apache-2.0",
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@aws-cdk/cdk-build-tools": "2.
|
|
85
|
+
"@aws-cdk/cdk-build-tools": "2.265.0-alpha.0",
|
|
86
86
|
"@aws-cdk/integ-runner": "^2.202.3",
|
|
87
|
-
"@aws-cdk/pkglint": "2.
|
|
87
|
+
"@aws-cdk/pkglint": "2.265.0-alpha.0",
|
|
88
88
|
"@types/jest": "^29.5.14",
|
|
89
89
|
"jest": "^29.7.0",
|
|
90
|
-
"aws-cdk-lib": "2.
|
|
90
|
+
"aws-cdk-lib": "2.265.0",
|
|
91
91
|
"constructs": "^10.5.0",
|
|
92
|
-
"@aws-cdk/integ-tests-alpha": "2.
|
|
92
|
+
"@aws-cdk/integ-tests-alpha": "2.265.0-alpha.0"
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {},
|
|
95
95
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
96
96
|
"peerDependencies": {
|
|
97
|
-
"aws-cdk-lib": "^2.
|
|
97
|
+
"aws-cdk-lib": "^2.265.0",
|
|
98
98
|
"constructs": "^10.5.0"
|
|
99
99
|
},
|
|
100
100
|
"engines": {
|