construct-hub 0.4.415 → 0.4.416
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 +182 -61
- package/.jsii.tabl.json +1 -1
- package/API.md +98 -0
- package/lib/api.d.ts +20 -0
- package/lib/api.js +8 -1
- package/lib/backend/orchestration/index.d.ts +5 -0
- package/lib/backend/orchestration/index.js +5 -3
- package/lib/construct-hub.d.ts +5 -1
- package/lib/construct-hub.js +4 -3
- package/lib/monitoring/index.d.ts +2 -1
- package/lib/monitoring/index.js +18 -1
- package/lib/package-sources/code-artifact.js +1 -1
- package/lib/package-sources/npmjs.d.ts +5 -0
- package/lib/package-sources/npmjs.js +5 -3
- package/lib/package-tag/index.js +3 -3
- package/lib/package-tag-group/index.js +2 -2
- package/lib/preload-file/index.js +1 -1
- package/lib/s3/storage.js +1 -1
- package/lib/spdx-license.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
@@ -4064,7 +4064,7 @@
|
|
4064
4064
|
"kind": "interface",
|
4065
4065
|
"locationInModule": {
|
4066
4066
|
"filename": "src/api.ts",
|
4067
|
-
"line":
|
4067
|
+
"line": 67
|
4068
4068
|
},
|
4069
4069
|
"name": "AlarmActions",
|
4070
4070
|
"properties": [
|
@@ -4079,7 +4079,7 @@
|
|
4079
4079
|
"immutable": true,
|
4080
4080
|
"locationInModule": {
|
4081
4081
|
"filename": "src/api.ts",
|
4082
|
-
"line":
|
4082
|
+
"line": 75
|
4083
4083
|
},
|
4084
4084
|
"name": "highSeverity",
|
4085
4085
|
"optional": true,
|
@@ -4098,7 +4098,7 @@
|
|
4098
4098
|
"immutable": true,
|
4099
4099
|
"locationInModule": {
|
4100
4100
|
"filename": "src/api.ts",
|
4101
|
-
"line":
|
4101
|
+
"line": 83
|
4102
4102
|
},
|
4103
4103
|
"name": "highSeverityAction",
|
4104
4104
|
"optional": true,
|
@@ -4117,7 +4117,7 @@
|
|
4117
4117
|
"immutable": true,
|
4118
4118
|
"locationInModule": {
|
4119
4119
|
"filename": "src/api.ts",
|
4120
|
-
"line":
|
4120
|
+
"line": 92
|
4121
4121
|
},
|
4122
4122
|
"name": "mediumSeverity",
|
4123
4123
|
"optional": true,
|
@@ -4136,7 +4136,7 @@
|
|
4136
4136
|
"immutable": true,
|
4137
4137
|
"locationInModule": {
|
4138
4138
|
"filename": "src/api.ts",
|
4139
|
-
"line":
|
4139
|
+
"line": 100
|
4140
4140
|
},
|
4141
4141
|
"name": "mediumSeverityAction",
|
4142
4142
|
"optional": true,
|
@@ -4156,7 +4156,7 @@
|
|
4156
4156
|
"immutable": true,
|
4157
4157
|
"locationInModule": {
|
4158
4158
|
"filename": "src/api.ts",
|
4159
|
-
"line":
|
4159
|
+
"line": 111
|
4160
4160
|
},
|
4161
4161
|
"name": "normalSeverity",
|
4162
4162
|
"optional": true,
|
@@ -4176,7 +4176,7 @@
|
|
4176
4176
|
"immutable": true,
|
4177
4177
|
"locationInModule": {
|
4178
4178
|
"filename": "src/api.ts",
|
4179
|
-
"line":
|
4179
|
+
"line": 121
|
4180
4180
|
},
|
4181
4181
|
"name": "normalSeverityAction",
|
4182
4182
|
"optional": true,
|
@@ -4187,6 +4187,93 @@
|
|
4187
4187
|
],
|
4188
4188
|
"symbolId": "src/api:AlarmActions"
|
4189
4189
|
},
|
4190
|
+
"construct-hub.AlarmSeverities": {
|
4191
|
+
"assembly": "construct-hub",
|
4192
|
+
"datatype": true,
|
4193
|
+
"docs": {
|
4194
|
+
"remarks": "Alarms not included here are currently not configurable.",
|
4195
|
+
"stability": "experimental",
|
4196
|
+
"summary": "Configure severities for various alarms."
|
4197
|
+
},
|
4198
|
+
"fqn": "construct-hub.AlarmSeverities",
|
4199
|
+
"kind": "interface",
|
4200
|
+
"locationInModule": {
|
4201
|
+
"filename": "src/api.ts",
|
4202
|
+
"line": 50
|
4203
|
+
},
|
4204
|
+
"name": "AlarmSeverities",
|
4205
|
+
"properties": [
|
4206
|
+
{
|
4207
|
+
"abstract": true,
|
4208
|
+
"docs": {
|
4209
|
+
"default": "AlarmSeverity.HIGH",
|
4210
|
+
"stability": "experimental"
|
4211
|
+
},
|
4212
|
+
"immutable": true,
|
4213
|
+
"locationInModule": {
|
4214
|
+
"filename": "src/api.ts",
|
4215
|
+
"line": 55
|
4216
|
+
},
|
4217
|
+
"name": "backendOrchestrationFailed",
|
4218
|
+
"optional": true,
|
4219
|
+
"type": {
|
4220
|
+
"fqn": "construct-hub.AlarmSeverity"
|
4221
|
+
}
|
4222
|
+
},
|
4223
|
+
{
|
4224
|
+
"abstract": true,
|
4225
|
+
"docs": {
|
4226
|
+
"default": "AlarmSeverity.LOW",
|
4227
|
+
"stability": "experimental"
|
4228
|
+
},
|
4229
|
+
"immutable": true,
|
4230
|
+
"locationInModule": {
|
4231
|
+
"filename": "src/api.ts",
|
4232
|
+
"line": 60
|
4233
|
+
},
|
4234
|
+
"name": "packageCanarySLABreached",
|
4235
|
+
"optional": true,
|
4236
|
+
"type": {
|
4237
|
+
"fqn": "construct-hub.AlarmSeverity"
|
4238
|
+
}
|
4239
|
+
}
|
4240
|
+
],
|
4241
|
+
"symbolId": "src/api:AlarmSeverities"
|
4242
|
+
},
|
4243
|
+
"construct-hub.AlarmSeverity": {
|
4244
|
+
"assembly": "construct-hub",
|
4245
|
+
"docs": {
|
4246
|
+
"stability": "experimental"
|
4247
|
+
},
|
4248
|
+
"fqn": "construct-hub.AlarmSeverity",
|
4249
|
+
"kind": "enum",
|
4250
|
+
"locationInModule": {
|
4251
|
+
"filename": "src/api.ts",
|
4252
|
+
"line": 39
|
4253
|
+
},
|
4254
|
+
"members": [
|
4255
|
+
{
|
4256
|
+
"docs": {
|
4257
|
+
"stability": "experimental"
|
4258
|
+
},
|
4259
|
+
"name": "HIGH"
|
4260
|
+
},
|
4261
|
+
{
|
4262
|
+
"docs": {
|
4263
|
+
"stability": "experimental"
|
4264
|
+
},
|
4265
|
+
"name": "MEDIUM"
|
4266
|
+
},
|
4267
|
+
{
|
4268
|
+
"docs": {
|
4269
|
+
"stability": "experimental"
|
4270
|
+
},
|
4271
|
+
"name": "LOW"
|
4272
|
+
}
|
4273
|
+
],
|
4274
|
+
"name": "AlarmSeverity",
|
4275
|
+
"symbolId": "src/api:AlarmSeverity"
|
4276
|
+
},
|
4190
4277
|
"construct-hub.Category": {
|
4191
4278
|
"assembly": "construct-hub",
|
4192
4279
|
"datatype": true,
|
@@ -4250,7 +4337,7 @@
|
|
4250
4337
|
"kind": "interface",
|
4251
4338
|
"locationInModule": {
|
4252
4339
|
"filename": "src/construct-hub.ts",
|
4253
|
-
"line":
|
4340
|
+
"line": 261
|
4254
4341
|
},
|
4255
4342
|
"name": "CodeArtifactDomainProps",
|
4256
4343
|
"properties": [
|
@@ -4263,7 +4350,7 @@
|
|
4263
4350
|
"immutable": true,
|
4264
4351
|
"locationInModule": {
|
4265
4352
|
"filename": "src/construct-hub.ts",
|
4266
|
-
"line":
|
4353
|
+
"line": 265
|
4267
4354
|
},
|
4268
4355
|
"name": "name",
|
4269
4356
|
"type": {
|
@@ -4279,7 +4366,7 @@
|
|
4279
4366
|
"immutable": true,
|
4280
4367
|
"locationInModule": {
|
4281
4368
|
"filename": "src/construct-hub.ts",
|
4282
|
-
"line":
|
4369
|
+
"line": 271
|
4283
4370
|
},
|
4284
4371
|
"name": "upstreams",
|
4285
4372
|
"optional": true,
|
@@ -4309,7 +4396,7 @@
|
|
4309
4396
|
},
|
4310
4397
|
"locationInModule": {
|
4311
4398
|
"filename": "src/construct-hub.ts",
|
4312
|
-
"line":
|
4399
|
+
"line": 287
|
4313
4400
|
},
|
4314
4401
|
"parameters": [
|
4315
4402
|
{
|
@@ -4339,7 +4426,7 @@
|
|
4339
4426
|
"kind": "class",
|
4340
4427
|
"locationInModule": {
|
4341
4428
|
"filename": "src/construct-hub.ts",
|
4342
|
-
"line":
|
4429
|
+
"line": 277
|
4343
4430
|
},
|
4344
4431
|
"name": "ConstructHub",
|
4345
4432
|
"properties": [
|
@@ -4351,7 +4438,7 @@
|
|
4351
4438
|
"immutable": true,
|
4352
4439
|
"locationInModule": {
|
4353
4440
|
"filename": "src/construct-hub.ts",
|
4354
|
-
"line":
|
4441
|
+
"line": 591
|
4355
4442
|
},
|
4356
4443
|
"name": "allAlarms",
|
4357
4444
|
"type": {
|
@@ -4371,7 +4458,7 @@
|
|
4371
4458
|
"immutable": true,
|
4372
4459
|
"locationInModule": {
|
4373
4460
|
"filename": "src/construct-hub.ts",
|
4374
|
-
"line":
|
4461
|
+
"line": 595
|
4375
4462
|
},
|
4376
4463
|
"name": "grantPrincipal",
|
4377
4464
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
@@ -4388,7 +4475,7 @@
|
|
4388
4475
|
"immutable": true,
|
4389
4476
|
"locationInModule": {
|
4390
4477
|
"filename": "src/construct-hub.ts",
|
4391
|
-
"line":
|
4478
|
+
"line": 561
|
4392
4479
|
},
|
4393
4480
|
"name": "highSeverityAlarms",
|
4394
4481
|
"type": {
|
@@ -4407,7 +4494,7 @@
|
|
4407
4494
|
"immutable": true,
|
4408
4495
|
"locationInModule": {
|
4409
4496
|
"filename": "src/construct-hub.ts",
|
4410
|
-
"line":
|
4497
|
+
"line": 599
|
4411
4498
|
},
|
4412
4499
|
"name": "ingestionQueue",
|
4413
4500
|
"type": {
|
@@ -4423,7 +4510,7 @@
|
|
4423
4510
|
"immutable": true,
|
4424
4511
|
"locationInModule": {
|
4425
4512
|
"filename": "src/construct-hub.ts",
|
4426
|
-
"line":
|
4513
|
+
"line": 583
|
4427
4514
|
},
|
4428
4515
|
"name": "lowSeverityAlarms",
|
4429
4516
|
"type": {
|
@@ -4444,7 +4531,7 @@
|
|
4444
4531
|
"immutable": true,
|
4445
4532
|
"locationInModule": {
|
4446
4533
|
"filename": "src/construct-hub.ts",
|
4447
|
-
"line":
|
4534
|
+
"line": 572
|
4448
4535
|
},
|
4449
4536
|
"name": "mediumSeverityAlarms",
|
4450
4537
|
"type": {
|
@@ -4464,7 +4551,7 @@
|
|
4464
4551
|
"immutable": true,
|
4465
4552
|
"locationInModule": {
|
4466
4553
|
"filename": "src/construct-hub.ts",
|
4467
|
-
"line":
|
4554
|
+
"line": 282
|
4468
4555
|
},
|
4469
4556
|
"name": "regenerateAllDocumentationPerPackage",
|
4470
4557
|
"type": {
|
@@ -4499,7 +4586,7 @@
|
|
4499
4586
|
"immutable": true,
|
4500
4587
|
"locationInModule": {
|
4501
4588
|
"filename": "src/construct-hub.ts",
|
4502
|
-
"line":
|
4589
|
+
"line": 234
|
4503
4590
|
},
|
4504
4591
|
"name": "additionalDomains",
|
4505
4592
|
"optional": true,
|
@@ -4529,6 +4616,23 @@
|
|
4529
4616
|
"fqn": "construct-hub.AlarmActions"
|
4530
4617
|
}
|
4531
4618
|
},
|
4619
|
+
{
|
4620
|
+
"abstract": true,
|
4621
|
+
"docs": {
|
4622
|
+
"stability": "experimental",
|
4623
|
+
"summary": "Configure the severities of various alarms."
|
4624
|
+
},
|
4625
|
+
"immutable": true,
|
4626
|
+
"locationInModule": {
|
4627
|
+
"filename": "src/construct-hub.ts",
|
4628
|
+
"line": 83
|
4629
|
+
},
|
4630
|
+
"name": "alarmSeverities",
|
4631
|
+
"optional": true,
|
4632
|
+
"type": {
|
4633
|
+
"fqn": "construct-hub.AlarmSeverities"
|
4634
|
+
}
|
4635
|
+
},
|
4532
4636
|
{
|
4533
4637
|
"abstract": true,
|
4534
4638
|
"docs": {
|
@@ -4539,7 +4643,7 @@
|
|
4539
4643
|
"immutable": true,
|
4540
4644
|
"locationInModule": {
|
4541
4645
|
"filename": "src/construct-hub.ts",
|
4542
|
-
"line":
|
4646
|
+
"line": 145
|
4543
4647
|
},
|
4544
4648
|
"name": "allowedLicenses",
|
4545
4649
|
"optional": true,
|
@@ -4562,7 +4666,7 @@
|
|
4562
4666
|
"immutable": true,
|
4563
4667
|
"locationInModule": {
|
4564
4668
|
"filename": "src/construct-hub.ts",
|
4565
|
-
"line":
|
4669
|
+
"line": 249
|
4566
4670
|
},
|
4567
4671
|
"name": "appRegistryApplication",
|
4568
4672
|
"optional": true,
|
@@ -4579,7 +4683,7 @@
|
|
4579
4683
|
"immutable": true,
|
4580
4684
|
"locationInModule": {
|
4581
4685
|
"filename": "src/construct-hub.ts",
|
4582
|
-
"line":
|
4686
|
+
"line": 124
|
4583
4687
|
},
|
4584
4688
|
"name": "backendDashboardName",
|
4585
4689
|
"optional": true,
|
@@ -4597,7 +4701,7 @@
|
|
4597
4701
|
"immutable": true,
|
4598
4702
|
"locationInModule": {
|
4599
4703
|
"filename": "src/construct-hub.ts",
|
4600
|
-
"line":
|
4704
|
+
"line": 198
|
4601
4705
|
},
|
4602
4706
|
"name": "categories",
|
4603
4707
|
"optional": true,
|
@@ -4621,7 +4725,7 @@
|
|
4621
4725
|
"immutable": true,
|
4622
4726
|
"locationInModule": {
|
4623
4727
|
"filename": "src/construct-hub.ts",
|
4624
|
-
"line":
|
4728
|
+
"line": 156
|
4625
4729
|
},
|
4626
4730
|
"name": "codeArtifactDomain",
|
4627
4731
|
"optional": true,
|
@@ -4639,7 +4743,7 @@
|
|
4639
4743
|
"immutable": true,
|
4640
4744
|
"locationInModule": {
|
4641
4745
|
"filename": "src/construct-hub.ts",
|
4642
|
-
"line":
|
4746
|
+
"line": 131
|
4643
4747
|
},
|
4644
4748
|
"name": "denyList",
|
4645
4749
|
"optional": true,
|
@@ -4681,7 +4785,7 @@
|
|
4681
4785
|
"immutable": true,
|
4682
4786
|
"locationInModule": {
|
4683
4787
|
"filename": "src/construct-hub.ts",
|
4684
|
-
"line":
|
4788
|
+
"line": 209
|
4685
4789
|
},
|
4686
4790
|
"name": "failoverStorage",
|
4687
4791
|
"optional": true,
|
@@ -4699,7 +4803,7 @@
|
|
4699
4803
|
"immutable": true,
|
4700
4804
|
"locationInModule": {
|
4701
4805
|
"filename": "src/construct-hub.ts",
|
4702
|
-
"line":
|
4806
|
+
"line": 177
|
4703
4807
|
},
|
4704
4808
|
"name": "featuredPackages",
|
4705
4809
|
"optional": true,
|
@@ -4716,7 +4820,7 @@
|
|
4716
4820
|
"immutable": true,
|
4717
4821
|
"locationInModule": {
|
4718
4822
|
"filename": "src/construct-hub.ts",
|
4719
|
-
"line":
|
4823
|
+
"line": 182
|
4720
4824
|
},
|
4721
4825
|
"name": "featureFlags",
|
4722
4826
|
"optional": true,
|
@@ -4734,7 +4838,7 @@
|
|
4734
4838
|
"immutable": true,
|
4735
4839
|
"locationInModule": {
|
4736
4840
|
"filename": "src/construct-hub.ts",
|
4737
|
-
"line":
|
4841
|
+
"line": 255
|
4738
4842
|
},
|
4739
4843
|
"name": "feedConfiguration",
|
4740
4844
|
"optional": true,
|
@@ -4752,7 +4856,7 @@
|
|
4752
4856
|
"immutable": true,
|
4753
4857
|
"locationInModule": {
|
4754
4858
|
"filename": "src/construct-hub.ts",
|
4755
|
-
"line":
|
4859
|
+
"line": 192
|
4756
4860
|
},
|
4757
4861
|
"name": "fetchPackageStats",
|
4758
4862
|
"optional": true,
|
@@ -4771,7 +4875,7 @@
|
|
4771
4875
|
"immutable": true,
|
4772
4876
|
"locationInModule": {
|
4773
4877
|
"filename": "src/construct-hub.ts",
|
4774
|
-
"line":
|
4878
|
+
"line": 97
|
4775
4879
|
},
|
4776
4880
|
"name": "isolateSensitiveTasks",
|
4777
4881
|
"optional": true,
|
@@ -4791,7 +4895,7 @@
|
|
4791
4895
|
"immutable": true,
|
4792
4896
|
"locationInModule": {
|
4793
4897
|
"filename": "src/construct-hub.ts",
|
4794
|
-
"line":
|
4898
|
+
"line": 118
|
4795
4899
|
},
|
4796
4900
|
"name": "logRetention",
|
4797
4901
|
"optional": true,
|
@@ -4808,7 +4912,7 @@
|
|
4808
4912
|
"immutable": true,
|
4809
4913
|
"locationInModule": {
|
4810
4914
|
"filename": "src/construct-hub.ts",
|
4811
|
-
"line":
|
4915
|
+
"line": 161
|
4812
4916
|
},
|
4813
4917
|
"name": "packageLinks",
|
4814
4918
|
"optional": true,
|
@@ -4831,7 +4935,7 @@
|
|
4831
4935
|
"immutable": true,
|
4832
4936
|
"locationInModule": {
|
4833
4937
|
"filename": "src/construct-hub.ts",
|
4834
|
-
"line":
|
4938
|
+
"line": 138
|
4835
4939
|
},
|
4836
4940
|
"name": "packageSources",
|
4837
4941
|
"optional": true,
|
@@ -4853,7 +4957,7 @@
|
|
4853
4957
|
"immutable": true,
|
4854
4958
|
"locationInModule": {
|
4855
4959
|
"filename": "src/construct-hub.ts",
|
4856
|
-
"line":
|
4960
|
+
"line": 171
|
4857
4961
|
},
|
4858
4962
|
"name": "packageTagGroups",
|
4859
4963
|
"optional": true,
|
@@ -4875,7 +4979,7 @@
|
|
4875
4979
|
"immutable": true,
|
4876
4980
|
"locationInModule": {
|
4877
4981
|
"filename": "src/construct-hub.ts",
|
4878
|
-
"line":
|
4982
|
+
"line": 166
|
4879
4983
|
},
|
4880
4984
|
"name": "packageTags",
|
4881
4985
|
"optional": true,
|
@@ -4898,7 +5002,7 @@
|
|
4898
5002
|
"immutable": true,
|
4899
5003
|
"locationInModule": {
|
4900
5004
|
"filename": "src/construct-hub.ts",
|
4901
|
-
"line":
|
5005
|
+
"line": 241
|
4902
5006
|
},
|
4903
5007
|
"name": "preloadScript",
|
4904
5008
|
"optional": true,
|
@@ -4916,7 +5020,7 @@
|
|
4916
5020
|
"immutable": true,
|
4917
5021
|
"locationInModule": {
|
4918
5022
|
"filename": "src/construct-hub.ts",
|
4919
|
-
"line":
|
5023
|
+
"line": 226
|
4920
5024
|
},
|
4921
5025
|
"name": "reprocessAge",
|
4922
5026
|
"optional": true,
|
@@ -4936,7 +5040,7 @@
|
|
4936
5040
|
"immutable": true,
|
4937
5041
|
"locationInModule": {
|
4938
5042
|
"filename": "src/construct-hub.ts",
|
4939
|
-
"line":
|
5043
|
+
"line": 219
|
4940
5044
|
},
|
4941
5045
|
"name": "reprocessFrequency",
|
4942
5046
|
"optional": true,
|
@@ -4955,7 +5059,7 @@
|
|
4955
5059
|
"immutable": true,
|
4956
5060
|
"locationInModule": {
|
4957
5061
|
"filename": "src/construct-hub.ts",
|
4958
|
-
"line":
|
5062
|
+
"line": 111
|
4959
5063
|
},
|
4960
5064
|
"name": "sensitiveTaskIsolation",
|
4961
5065
|
"optional": true,
|
@@ -5994,7 +6098,7 @@
|
|
5994
6098
|
"kind": "enum",
|
5995
6099
|
"locationInModule": {
|
5996
6100
|
"filename": "src/construct-hub.ts",
|
5997
|
-
"line":
|
6101
|
+
"line": 736
|
5998
6102
|
},
|
5999
6103
|
"members": [
|
6000
6104
|
{
|
@@ -20930,7 +21034,7 @@
|
|
20930
21034
|
},
|
20931
21035
|
"locationInModule": {
|
20932
21036
|
"filename": "src/package-sources/npmjs.ts",
|
20933
|
-
"line":
|
21037
|
+
"line": 110
|
20934
21038
|
},
|
20935
21039
|
"parameters": [
|
20936
21040
|
{
|
@@ -20948,7 +21052,7 @@
|
|
20948
21052
|
"kind": "class",
|
20949
21053
|
"locationInModule": {
|
20950
21054
|
"filename": "src/package-sources/npmjs.ts",
|
20951
|
-
"line":
|
21055
|
+
"line": 109
|
20952
21056
|
},
|
20953
21057
|
"methods": [
|
20954
21058
|
{
|
@@ -20958,7 +21062,7 @@
|
|
20958
21062
|
},
|
20959
21063
|
"locationInModule": {
|
20960
21064
|
"filename": "src/package-sources/npmjs.ts",
|
20961
|
-
"line":
|
21065
|
+
"line": 112
|
20962
21066
|
},
|
20963
21067
|
"name": "bind",
|
20964
21068
|
"overrides": "construct-hub.IPackageSource",
|
@@ -20989,7 +21093,7 @@
|
|
20989
21093
|
},
|
20990
21094
|
"locationInModule": {
|
20991
21095
|
"filename": "src/package-sources/npmjs.ts",
|
20992
|
-
"line":
|
21096
|
+
"line": 371
|
20993
21097
|
},
|
20994
21098
|
"name": "metricBatchProcessingTime",
|
20995
21099
|
"parameters": [
|
@@ -21014,7 +21118,7 @@
|
|
21014
21118
|
},
|
21015
21119
|
"locationInModule": {
|
21016
21120
|
"filename": "src/package-sources/npmjs.ts",
|
21017
|
-
"line":
|
21121
|
+
"line": 384
|
21018
21122
|
},
|
21019
21123
|
"name": "metricChangeCount",
|
21020
21124
|
"parameters": [
|
@@ -21040,7 +21144,7 @@
|
|
21040
21144
|
},
|
21041
21145
|
"locationInModule": {
|
21042
21146
|
"filename": "src/package-sources/npmjs.ts",
|
21043
|
-
"line":
|
21147
|
+
"line": 398
|
21044
21148
|
},
|
21045
21149
|
"name": "metricLastSeq",
|
21046
21150
|
"parameters": [
|
@@ -21064,7 +21168,7 @@
|
|
21064
21168
|
},
|
21065
21169
|
"locationInModule": {
|
21066
21170
|
"filename": "src/package-sources/npmjs.ts",
|
21067
|
-
"line":
|
21171
|
+
"line": 408
|
21068
21172
|
},
|
21069
21173
|
"name": "metricNpmJsChangeAge",
|
21070
21174
|
"parameters": [
|
@@ -21089,7 +21193,7 @@
|
|
21089
21193
|
},
|
21090
21194
|
"locationInModule": {
|
21091
21195
|
"filename": "src/package-sources/npmjs.ts",
|
21092
|
-
"line":
|
21196
|
+
"line": 421
|
21093
21197
|
},
|
21094
21198
|
"name": "metricPackageVersionAge",
|
21095
21199
|
"parameters": [
|
@@ -21114,7 +21218,7 @@
|
|
21114
21218
|
},
|
21115
21219
|
"locationInModule": {
|
21116
21220
|
"filename": "src/package-sources/npmjs.ts",
|
21117
|
-
"line":
|
21221
|
+
"line": 434
|
21118
21222
|
},
|
21119
21223
|
"name": "metricPackageVersionCount",
|
21120
21224
|
"parameters": [
|
@@ -21139,7 +21243,7 @@
|
|
21139
21243
|
},
|
21140
21244
|
"locationInModule": {
|
21141
21245
|
"filename": "src/package-sources/npmjs.ts",
|
21142
|
-
"line":
|
21246
|
+
"line": 447
|
21143
21247
|
},
|
21144
21248
|
"name": "metricRelevantPackageVersions",
|
21145
21249
|
"parameters": [
|
@@ -21164,7 +21268,7 @@
|
|
21164
21268
|
},
|
21165
21269
|
"locationInModule": {
|
21166
21270
|
"filename": "src/package-sources/npmjs.ts",
|
21167
|
-
"line":
|
21271
|
+
"line": 461
|
21168
21272
|
},
|
21169
21273
|
"name": "metricRemainingTime",
|
21170
21274
|
"parameters": [
|
@@ -21189,7 +21293,7 @@
|
|
21189
21293
|
},
|
21190
21294
|
"locationInModule": {
|
21191
21295
|
"filename": "src/package-sources/npmjs.ts",
|
21192
|
-
"line":
|
21296
|
+
"line": 475
|
21193
21297
|
},
|
21194
21298
|
"name": "metricUnprocessableEntity",
|
21195
21299
|
"parameters": [
|
@@ -21222,11 +21326,28 @@
|
|
21222
21326
|
"kind": "interface",
|
21223
21327
|
"locationInModule": {
|
21224
21328
|
"filename": "src/package-sources/npmjs.ts",
|
21225
|
-
"line":
|
21329
|
+
"line": 67
|
21226
21330
|
},
|
21227
21331
|
"name": "NpmJsProps",
|
21228
21332
|
"namespace": "sources",
|
21229
21333
|
"properties": [
|
21334
|
+
{
|
21335
|
+
"abstract": true,
|
21336
|
+
"docs": {
|
21337
|
+
"stability": "experimental",
|
21338
|
+
"summary": "Configure alarm severities."
|
21339
|
+
},
|
21340
|
+
"immutable": true,
|
21341
|
+
"locationInModule": {
|
21342
|
+
"filename": "src/package-sources/npmjs.ts",
|
21343
|
+
"line": 103
|
21344
|
+
},
|
21345
|
+
"name": "alarmSeverities",
|
21346
|
+
"optional": true,
|
21347
|
+
"type": {
|
21348
|
+
"fqn": "construct-hub.AlarmSeverities"
|
21349
|
+
}
|
21350
|
+
},
|
21230
21351
|
{
|
21231
21352
|
"abstract": true,
|
21232
21353
|
"docs": {
|
@@ -21237,7 +21358,7 @@
|
|
21237
21358
|
"immutable": true,
|
21238
21359
|
"locationInModule": {
|
21239
21360
|
"filename": "src/package-sources/npmjs.ts",
|
21240
|
-
"line":
|
21361
|
+
"line": 89
|
21241
21362
|
},
|
21242
21363
|
"name": "canaryPackage",
|
21243
21364
|
"optional": true,
|
@@ -21256,7 +21377,7 @@
|
|
21256
21377
|
"immutable": true,
|
21257
21378
|
"locationInModule": {
|
21258
21379
|
"filename": "src/package-sources/npmjs.ts",
|
21259
|
-
"line":
|
21380
|
+
"line": 98
|
21260
21381
|
},
|
21261
21382
|
"name": "canarySla",
|
21262
21383
|
"optional": true,
|
@@ -21274,7 +21395,7 @@
|
|
21274
21395
|
"immutable": true,
|
21275
21396
|
"locationInModule": {
|
21276
21397
|
"filename": "src/package-sources/npmjs.ts",
|
21277
|
-
"line":
|
21398
|
+
"line": 81
|
21278
21399
|
},
|
21279
21400
|
"name": "enableCanary",
|
21280
21401
|
"optional": true,
|
@@ -21292,7 +21413,7 @@
|
|
21292
21413
|
"immutable": true,
|
21293
21414
|
"locationInModule": {
|
21294
21415
|
"filename": "src/package-sources/npmjs.ts",
|
21295
|
-
"line":
|
21416
|
+
"line": 73
|
21296
21417
|
},
|
21297
21418
|
"name": "stagingBucket",
|
21298
21419
|
"optional": true,
|
@@ -21304,6 +21425,6 @@
|
|
21304
21425
|
"symbolId": "src/package-sources/npmjs:NpmJsProps"
|
21305
21426
|
}
|
21306
21427
|
},
|
21307
|
-
"version": "0.4.
|
21308
|
-
"fingerprint": "
|
21428
|
+
"version": "0.4.416",
|
21429
|
+
"fingerprint": "nXjtTvyWAon4mrH2uOSbtaYViZQTLOzC28va6zZNkx0="
|
21309
21430
|
}
|