@cloudsnorkel/cdk-github-runners 0.12.4 → 0.13.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.
Files changed (53) hide show
  1. package/.jsii +340 -202
  2. package/API.md +21 -1
  3. package/assets/idle-runner-repear.lambda/index.js +44 -11
  4. package/assets/image-builders/aws-image-builder/delete-ami.lambda/index.js +9 -4
  5. package/assets/image-builders/aws-image-builder/filter-failed-builds.lambda/index.js +1 -1
  6. package/assets/image-builders/aws-image-builder/versioner.lambda/index.js +1 -1
  7. package/assets/image-builders/build-image.lambda/index.js +11 -27
  8. package/assets/providers/ami-root-device.lambda/index.js +1 -1
  9. package/assets/providers/update-lambda.lambda/index.js +1 -1
  10. package/assets/setup.lambda/index.html +1 -1
  11. package/assets/webhook-handler.lambda/index.js +26 -10
  12. package/lib/access.js +1 -1
  13. package/lib/idle-runner-repear.lambda.js +45 -12
  14. package/lib/image-builders/api.js +3 -3
  15. package/lib/image-builders/aws-image-builder/ami.js +9 -1
  16. package/lib/image-builders/aws-image-builder/builder.d.ts +2 -1
  17. package/lib/image-builders/aws-image-builder/builder.js +24 -11
  18. package/lib/image-builders/aws-image-builder/common.js +3 -2
  19. package/lib/image-builders/aws-image-builder/container.d.ts +2 -4
  20. package/lib/image-builders/aws-image-builder/container.js +6 -2
  21. package/lib/image-builders/aws-image-builder/delete-ami.lambda.js +10 -5
  22. package/lib/image-builders/aws-image-builder/deprecated/ami.js +1 -1
  23. package/lib/image-builders/aws-image-builder/deprecated/common.js +2 -2
  24. package/lib/image-builders/aws-image-builder/deprecated/container.js +3 -3
  25. package/lib/image-builders/aws-image-builder/deprecated/linux-components.js +1 -1
  26. package/lib/image-builders/aws-image-builder/deprecated/windows-components.js +1 -1
  27. package/lib/image-builders/aws-image-builder/filter-failed-builds.lambda.js +2 -2
  28. package/lib/image-builders/aws-image-builder/versioner.lambda.js +2 -2
  29. package/lib/image-builders/build-image.lambda.d.ts +11 -0
  30. package/lib/image-builders/build-image.lambda.js +12 -30
  31. package/lib/image-builders/codebuild-deprecated.js +1 -1
  32. package/lib/image-builders/codebuild.d.ts +1 -0
  33. package/lib/image-builders/codebuild.js +52 -27
  34. package/lib/image-builders/common.d.ts +10 -0
  35. package/lib/image-builders/common.js +1 -1
  36. package/lib/image-builders/components.js +12 -4
  37. package/lib/image-builders/static.js +1 -1
  38. package/lib/providers/ami-root-device.lambda.js +2 -2
  39. package/lib/providers/codebuild.js +4 -4
  40. package/lib/providers/common.d.ts +5 -1
  41. package/lib/providers/common.js +12 -7
  42. package/lib/providers/ec2.js +2 -2
  43. package/lib/providers/ecs.js +6 -6
  44. package/lib/providers/fargate.js +6 -6
  45. package/lib/providers/lambda.js +14 -11
  46. package/lib/providers/update-lambda.lambda.js +2 -2
  47. package/lib/runner.js +44 -19
  48. package/lib/secrets.js +1 -1
  49. package/lib/utils.d.ts +19 -1
  50. package/lib/utils.js +32 -2
  51. package/lib/webhook-handler.lambda.js +27 -11
  52. package/lib/webhook.js +5 -3
  53. package/package.json +18 -18
package/.jsii CHANGED
@@ -7,7 +7,7 @@
7
7
  ]
8
8
  },
9
9
  "dependencies": {
10
- "aws-cdk-lib": "^2.110.0",
10
+ "aws-cdk-lib": "^2.123.0",
11
11
  "constructs": "^10.0.5"
12
12
  },
13
13
  "dependencyClosure": {
@@ -104,6 +104,19 @@
104
104
  }
105
105
  }
106
106
  },
107
+ "aws-cdk-lib.amzn_sdc": {
108
+ "targets": {
109
+ "dotnet": {
110
+ "package": "Amazon.CDK.AMZN.SDC"
111
+ },
112
+ "java": {
113
+ "package": "amzn.sdc"
114
+ },
115
+ "python": {
116
+ "module": "aws_cdk.amzn_sdc"
117
+ }
118
+ }
119
+ },
107
120
  "aws-cdk-lib.assertions": {
108
121
  "targets": {
109
122
  "dotnet": {
@@ -221,6 +234,8 @@
221
234
  }
222
235
  }
223
236
  },
237
+ "aws-cdk-lib.aws_apigatewayv2_authorizers": {},
238
+ "aws-cdk-lib.aws_apigatewayv2_integrations": {},
224
239
  "aws-cdk-lib.aws_appconfig": {
225
240
  "targets": {
226
241
  "dotnet": {
@@ -351,6 +366,19 @@
351
366
  }
352
367
  }
353
368
  },
369
+ "aws-cdk-lib.aws_arczonalshift": {
370
+ "targets": {
371
+ "dotnet": {
372
+ "package": "Amazon.CDK.AWS.ARCZonalShift"
373
+ },
374
+ "java": {
375
+ "package": "software.amazon.awscdk.services.arczonalshift"
376
+ },
377
+ "python": {
378
+ "module": "aws_cdk.aws_arczonalshift"
379
+ }
380
+ }
381
+ },
354
382
  "aws-cdk-lib.aws_athena": {
355
383
  "targets": {
356
384
  "dotnet": {
@@ -429,6 +457,19 @@
429
457
  }
430
458
  }
431
459
  },
460
+ "aws-cdk-lib.aws_b2bi": {
461
+ "targets": {
462
+ "dotnet": {
463
+ "package": "Amazon.CDK.AWS.B2BI"
464
+ },
465
+ "java": {
466
+ "package": "software.amazon.awscdk.services.b2bi"
467
+ },
468
+ "python": {
469
+ "module": "aws_cdk.aws_b2bi"
470
+ }
471
+ }
472
+ },
432
473
  "aws-cdk-lib.aws_backup": {
433
474
  "targets": {
434
475
  "dotnet": {
@@ -448,7 +489,7 @@
448
489
  "package": "Amazon.CDK.AWS.BackupGateway"
449
490
  },
450
491
  "java": {
451
- "package": "services.backupgateway"
492
+ "package": "software.amazon.awscdk.services.backupgateway"
452
493
  },
453
494
  "python": {
454
495
  "module": "aws_cdk.aws_backupgateway"
@@ -468,6 +509,19 @@
468
509
  }
469
510
  }
470
511
  },
512
+ "aws-cdk-lib.aws_bedrock": {
513
+ "targets": {
514
+ "dotnet": {
515
+ "namespace": "Amazon.CDK.AWS.Bedrock"
516
+ },
517
+ "java": {
518
+ "package": "software.amazon.awscdk.services.bedrock"
519
+ },
520
+ "python": {
521
+ "module": "aws_cdk.aws_bedrock"
522
+ }
523
+ }
524
+ },
471
525
  "aws-cdk-lib.aws_billingconductor": {
472
526
  "targets": {
473
527
  "dotnet": {
@@ -552,7 +606,7 @@
552
606
  "package": "Amazon.CDK.AWS.CleanRooms"
553
607
  },
554
608
  "java": {
555
- "package": "services.cleanrooms"
609
+ "package": "software.amazon.awscdk.services.cleanrooms"
556
610
  },
557
611
  "python": {
558
612
  "module": "aws_cdk.aws_cleanrooms"
@@ -794,6 +848,19 @@
794
848
  }
795
849
  }
796
850
  },
851
+ "aws-cdk-lib.aws_codetest": {
852
+ "targets": {
853
+ "dotnet": {
854
+ "package": "Amazon.CDK.AWS.CodeTest"
855
+ },
856
+ "java": {
857
+ "package": "software.amazon.awscdk.services.codetest"
858
+ },
859
+ "python": {
860
+ "module": "aws_cdk.aws_codetest"
861
+ }
862
+ }
863
+ },
797
864
  "aws-cdk-lib.aws_cognito": {
798
865
  "targets": {
799
866
  "dotnet": {
@@ -937,6 +1004,19 @@
937
1004
  }
938
1005
  }
939
1006
  },
1007
+ "aws-cdk-lib.aws_datazone": {
1008
+ "targets": {
1009
+ "dotnet": {
1010
+ "package": "Amazon.CDK.AWS.DataZone"
1011
+ },
1012
+ "java": {
1013
+ "package": "software.amazon.awscdk.services.datazone"
1014
+ },
1015
+ "python": {
1016
+ "module": "aws_cdk.aws_datazone"
1017
+ }
1018
+ }
1019
+ },
940
1020
  "aws-cdk-lib.aws_dax": {
941
1021
  "targets": {
942
1022
  "dotnet": {
@@ -1294,7 +1374,7 @@
1294
1374
  "package": "Amazon.CDK.AWS.EntityResolution"
1295
1375
  },
1296
1376
  "java": {
1297
- "package": "services.entityresolution"
1377
+ "package": "software.amazon.awscdk.services.entityresolution"
1298
1378
  },
1299
1379
  "python": {
1300
1380
  "module": "aws_cdk.aws_entityresolution"
@@ -1554,7 +1634,7 @@
1554
1634
  "package": "Amazon.CDK.AWS.HealthImaging"
1555
1635
  },
1556
1636
  "java": {
1557
- "package": "services.healthimaging"
1637
+ "package": "software.amazon.awscdk.services.healthimaging"
1558
1638
  },
1559
1639
  "python": {
1560
1640
  "module": "aws_cdk.aws_healthimaging"
@@ -2217,7 +2297,7 @@
2217
2297
  "package": "Amazon.CDK.AWS.MediaPackageV2"
2218
2298
  },
2219
2299
  "java": {
2220
- "package": "services.mediapackagev2"
2300
+ "package": "software.amazon.awscdk.services.mediapackagev2"
2221
2301
  },
2222
2302
  "python": {
2223
2303
  "module": "aws_cdk.aws_mediapackagev2"
@@ -2302,6 +2382,19 @@
2302
2382
  }
2303
2383
  }
2304
2384
  },
2385
+ "aws-cdk-lib.aws_neptunegraph": {
2386
+ "targets": {
2387
+ "dotnet": {
2388
+ "package": "Amazon.CDK.AWS.NeptuneGraph"
2389
+ },
2390
+ "java": {
2391
+ "package": "software.amazon.awscdk.services.neptunegraph"
2392
+ },
2393
+ "python": {
2394
+ "module": "aws_cdk.aws_neptunegraph"
2395
+ }
2396
+ }
2397
+ },
2305
2398
  "aws-cdk-lib.aws_networkfirewall": {
2306
2399
  "targets": {
2307
2400
  "dotnet": {
@@ -2438,7 +2531,7 @@
2438
2531
  "package": "Amazon.CDK.AWS.OSIS"
2439
2532
  },
2440
2533
  "java": {
2441
- "package": "services.osis"
2534
+ "package": "software.amazon.awscdk.services.osis"
2442
2535
  },
2443
2536
  "python": {
2444
2537
  "module": "aws_cdk.aws_osis"
@@ -2464,7 +2557,7 @@
2464
2557
  "package": "Amazon.CDK.AWS.PCAConnectorAD"
2465
2558
  },
2466
2559
  "java": {
2467
- "package": "services.pcaconnectorad"
2560
+ "package": "software.amazon.awscdk.services.pcaconnectorad"
2468
2561
  },
2469
2562
  "python": {
2470
2563
  "module": "aws_cdk.aws_pcaconnectorad"
@@ -2529,7 +2622,7 @@
2529
2622
  "package": "Amazon.CDK.AWS.Proton"
2530
2623
  },
2531
2624
  "java": {
2532
- "package": "services.proton"
2625
+ "package": "software.amazon.awscdk.services.proton"
2533
2626
  },
2534
2627
  "python": {
2535
2628
  "module": "aws_cdk.aws_proton"
@@ -2848,6 +2941,19 @@
2848
2941
  }
2849
2942
  }
2850
2943
  },
2944
+ "aws-cdk-lib.aws_s3express": {
2945
+ "targets": {
2946
+ "dotnet": {
2947
+ "package": "Amazon.CDK.AWS.S3Express"
2948
+ },
2949
+ "java": {
2950
+ "package": "software.amazon.awscdk.services.s3express"
2951
+ },
2952
+ "python": {
2953
+ "module": "aws_cdk.aws_s3express"
2954
+ }
2955
+ }
2956
+ },
2851
2957
  "aws-cdk-lib.aws_s3objectlambda": {
2852
2958
  "targets": {
2853
2959
  "dotnet": {
@@ -3023,7 +3129,7 @@
3023
3129
  "package": "Amazon.CDK.AWS.Shield"
3024
3130
  },
3025
3131
  "java": {
3026
- "package": "services.shield"
3132
+ "package": "software.amazon.awscdk.services.shield"
3027
3133
  },
3028
3134
  "python": {
3029
3135
  "module": "aws_cdk.aws_shield"
@@ -3244,7 +3350,7 @@
3244
3350
  "package": "Amazon.CDK.AWS.VerifiedPermissions"
3245
3351
  },
3246
3352
  "java": {
3247
- "package": "services.verifiedpermissions"
3353
+ "package": "software.amazon.awscdk.services.verifiedpermissions"
3248
3354
  },
3249
3355
  "python": {
3250
3356
  "module": "aws_cdk.aws_verifiedpermissions"
@@ -3342,13 +3448,26 @@
3342
3448
  }
3343
3449
  }
3344
3450
  },
3451
+ "aws-cdk-lib.aws_workspacesthinclient": {
3452
+ "targets": {
3453
+ "dotnet": {
3454
+ "package": "Amazon.CDK.AWS.WorkSpacesThinClient"
3455
+ },
3456
+ "java": {
3457
+ "package": "software.amazon.awscdk.services.workspacesthinclient"
3458
+ },
3459
+ "python": {
3460
+ "module": "aws_cdk.aws_workspacesthinclient"
3461
+ }
3462
+ }
3463
+ },
3345
3464
  "aws-cdk-lib.aws_workspacesweb": {
3346
3465
  "targets": {
3347
3466
  "dotnet": {
3348
3467
  "package": "Amazon.CDK.AWS.WorkSpacesWeb"
3349
3468
  },
3350
3469
  "java": {
3351
- "package": "services.workspacesweb"
3470
+ "package": "software.amazon.awscdk.services.workspacesweb"
3352
3471
  },
3353
3472
  "python": {
3354
3473
  "module": "aws_cdk.aws_workspacesweb"
@@ -3556,7 +3675,7 @@
3556
3675
  "stability": "experimental"
3557
3676
  },
3558
3677
  "homepage": "https://github.com/CloudSnorkel/cdk-github-runners.git",
3559
- "jsiiVersion": "5.3.30 (build 94b2281)",
3678
+ "jsiiVersion": "5.3.34 (build f4c2317)",
3560
3679
  "keywords": [
3561
3680
  "aws",
3562
3681
  "aws-cdk",
@@ -4382,7 +4501,7 @@
4382
4501
  "kind": "class",
4383
4502
  "locationInModule": {
4384
4503
  "filename": "src/providers/common.ts",
4385
- "line": 53
4504
+ "line": 54
4386
4505
  },
4387
4506
  "methods": [
4388
4507
  {
@@ -4392,7 +4511,7 @@
4392
4511
  },
4393
4512
  "locationInModule": {
4394
4513
  "filename": "src/providers/common.ts",
4395
- "line": 99
4514
+ "line": 100
4396
4515
  },
4397
4516
  "name": "instanceTypeMatch",
4398
4517
  "parameters": [
@@ -4419,7 +4538,7 @@
4419
4538
  },
4420
4539
  "locationInModule": {
4421
4540
  "filename": "src/providers/common.ts",
4422
- "line": 76
4541
+ "line": 77
4423
4542
  },
4424
4543
  "name": "is",
4425
4544
  "parameters": [
@@ -4446,7 +4565,7 @@
4446
4565
  },
4447
4566
  "locationInModule": {
4448
4567
  "filename": "src/providers/common.ts",
4449
- "line": 85
4568
+ "line": 86
4450
4569
  },
4451
4570
  "name": "isIn",
4452
4571
  "parameters": [
@@ -4483,7 +4602,7 @@
4483
4602
  "immutable": true,
4484
4603
  "locationInModule": {
4485
4604
  "filename": "src/providers/common.ts",
4486
- "line": 57
4605
+ "line": 58
4487
4606
  },
4488
4607
  "name": "ARM64",
4489
4608
  "static": true,
@@ -4500,7 +4619,7 @@
4500
4619
  "immutable": true,
4501
4620
  "locationInModule": {
4502
4621
  "filename": "src/providers/common.ts",
4503
- "line": 62
4622
+ "line": 63
4504
4623
  },
4505
4624
  "name": "X86_64",
4506
4625
  "static": true,
@@ -4515,7 +4634,7 @@
4515
4634
  "immutable": true,
4516
4635
  "locationInModule": {
4517
4636
  "filename": "src/providers/common.ts",
4518
- "line": 68
4637
+ "line": 69
4519
4638
  },
4520
4639
  "name": "name",
4521
4640
  "type": {
@@ -4535,7 +4654,7 @@
4535
4654
  "kind": "interface",
4536
4655
  "locationInModule": {
4537
4656
  "filename": "src/image-builders/aws-image-builder/builder.ts",
4538
- "line": 31
4657
+ "line": 32
4539
4658
  },
4540
4659
  "name": "AwsImageBuilderRunnerImageBuilderProps",
4541
4660
  "properties": [
@@ -4550,7 +4669,7 @@
4550
4669
  "immutable": true,
4551
4670
  "locationInModule": {
4552
4671
  "filename": "src/image-builders/aws-image-builder/builder.ts",
4553
- "line": 46
4672
+ "line": 47
4554
4673
  },
4555
4674
  "name": "fastLaunchOptions",
4556
4675
  "optional": true,
@@ -4568,7 +4687,7 @@
4568
4687
  "immutable": true,
4569
4688
  "locationInModule": {
4570
4689
  "filename": "src/image-builders/aws-image-builder/builder.ts",
4571
- "line": 37
4690
+ "line": 38
4572
4691
  },
4573
4692
  "name": "instanceType",
4574
4693
  "optional": true,
@@ -5161,7 +5280,7 @@
5161
5280
  "kind": "interface",
5162
5281
  "locationInModule": {
5163
5282
  "filename": "src/image-builders/codebuild.ts",
5164
- "line": 28
5283
+ "line": 32
5165
5284
  },
5166
5285
  "name": "CodeBuildRunnerImageBuilderProps",
5167
5286
  "properties": [
@@ -5176,7 +5295,7 @@
5176
5295
  "immutable": true,
5177
5296
  "locationInModule": {
5178
5297
  "filename": "src/image-builders/codebuild.ts",
5179
- "line": 44
5298
+ "line": 48
5180
5299
  },
5181
5300
  "name": "buildImage",
5182
5301
  "optional": true,
@@ -5195,7 +5314,7 @@
5195
5314
  "immutable": true,
5196
5315
  "locationInModule": {
5197
5316
  "filename": "src/image-builders/codebuild.ts",
5198
- "line": 35
5317
+ "line": 39
5199
5318
  },
5200
5319
  "name": "computeType",
5201
5320
  "optional": true,
@@ -5214,7 +5333,7 @@
5214
5333
  "immutable": true,
5215
5334
  "locationInModule": {
5216
5335
  "filename": "src/image-builders/codebuild.ts",
5217
- "line": 53
5336
+ "line": 57
5218
5337
  },
5219
5338
  "name": "timeout",
5220
5339
  "optional": true,
@@ -5368,7 +5487,7 @@
5368
5487
  },
5369
5488
  "locationInModule": {
5370
5489
  "filename": "src/providers/common.ts",
5371
- "line": 484
5490
+ "line": 490
5372
5491
  },
5373
5492
  "name": "labelsFromProperties",
5374
5493
  "parameters": [
@@ -5835,7 +5954,7 @@
5835
5954
  },
5836
5955
  "locationInModule": {
5837
5956
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
5838
- "line": 156
5957
+ "line": 157
5839
5958
  },
5840
5959
  "parameters": [
5841
5960
  {
@@ -5865,7 +5984,7 @@
5865
5984
  "kind": "class",
5866
5985
  "locationInModule": {
5867
5986
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
5868
- "line": 151
5987
+ "line": 152
5869
5988
  },
5870
5989
  "methods": [
5871
5990
  {
@@ -5875,7 +5994,7 @@
5875
5994
  },
5876
5995
  "locationInModule": {
5877
5996
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
5878
- "line": 219
5997
+ "line": 220
5879
5998
  },
5880
5999
  "name": "addComponent",
5881
6000
  "parameters": [
@@ -5895,7 +6014,7 @@
5895
6014
  },
5896
6015
  "locationInModule": {
5897
6016
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
5898
- "line": 236
6017
+ "line": 237
5899
6018
  },
5900
6019
  "name": "addExtraCertificates",
5901
6020
  "parameters": [
@@ -5918,7 +6037,7 @@
5918
6037
  },
5919
6038
  "locationInModule": {
5920
6039
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
5921
- "line": 341
6040
+ "line": 342
5922
6041
  },
5923
6042
  "name": "bindAmi",
5924
6043
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerImageBuilder",
@@ -5935,7 +6054,7 @@
5935
6054
  },
5936
6055
  "locationInModule": {
5937
6056
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
5938
- "line": 249
6057
+ "line": 250
5939
6058
  },
5940
6059
  "name": "bindDockerImage",
5941
6060
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerImageBuilder",
@@ -6106,7 +6225,7 @@
6106
6225
  },
6107
6226
  "locationInModule": {
6108
6227
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
6109
- "line": 205
6228
+ "line": 206
6110
6229
  },
6111
6230
  "name": "prependComponent",
6112
6231
  "parameters": [
@@ -6203,7 +6322,7 @@
6203
6322
  "immutable": true,
6204
6323
  "locationInModule": {
6205
6324
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
6206
- "line": 152
6325
+ "line": 153
6207
6326
  },
6208
6327
  "name": "repository",
6209
6328
  "type": {
@@ -6258,7 +6377,7 @@
6258
6377
  "kind": "interface",
6259
6378
  "locationInModule": {
6260
6379
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
6261
- "line": 33
6380
+ "line": 34
6262
6381
  },
6263
6382
  "name": "ContainerImageBuilderProps",
6264
6383
  "properties": [
@@ -6272,7 +6391,7 @@
6272
6391
  "immutable": true,
6273
6392
  "locationInModule": {
6274
6393
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
6275
- "line": 39
6394
+ "line": 40
6276
6395
  },
6277
6396
  "name": "architecture",
6278
6397
  "optional": true,
@@ -6290,7 +6409,7 @@
6290
6409
  "immutable": true,
6291
6410
  "locationInModule": {
6292
6411
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
6293
- "line": 106
6412
+ "line": 107
6294
6413
  },
6295
6414
  "name": "instanceType",
6296
6415
  "optional": true,
@@ -6309,7 +6428,7 @@
6309
6428
  "immutable": true,
6310
6429
  "locationInModule": {
6311
6430
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
6312
- "line": 124
6431
+ "line": 125
6313
6432
  },
6314
6433
  "name": "logRemovalPolicy",
6315
6434
  "optional": true,
@@ -6328,7 +6447,7 @@
6328
6447
  "immutable": true,
6329
6448
  "locationInModule": {
6330
6449
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
6331
- "line": 115
6450
+ "line": 116
6332
6451
  },
6333
6452
  "name": "logRetention",
6334
6453
  "optional": true,
@@ -6346,7 +6465,7 @@
6346
6465
  "immutable": true,
6347
6466
  "locationInModule": {
6348
6467
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
6349
- "line": 46
6468
+ "line": 47
6350
6469
  },
6351
6470
  "name": "os",
6352
6471
  "optional": true,
@@ -6365,7 +6484,7 @@
6365
6484
  "immutable": true,
6366
6485
  "locationInModule": {
6367
6486
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
6368
- "line": 53
6487
+ "line": 54
6369
6488
  },
6370
6489
  "name": "parentImage",
6371
6490
  "optional": true,
@@ -6384,7 +6503,7 @@
6384
6503
  "immutable": true,
6385
6504
  "locationInModule": {
6386
6505
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
6387
- "line": 69
6506
+ "line": 70
6388
6507
  },
6389
6508
  "name": "rebuildInterval",
6390
6509
  "optional": true,
@@ -6402,7 +6521,7 @@
6402
6521
  "immutable": true,
6403
6522
  "locationInModule": {
6404
6523
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
6405
- "line": 60
6524
+ "line": 61
6406
6525
  },
6407
6526
  "name": "runnerVersion",
6408
6527
  "optional": true,
@@ -6421,7 +6540,7 @@
6421
6540
  "immutable": true,
6422
6541
  "locationInModule": {
6423
6542
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
6424
- "line": 85
6543
+ "line": 86
6425
6544
  },
6426
6545
  "name": "securityGroup",
6427
6546
  "optional": true,
@@ -6439,7 +6558,7 @@
6439
6558
  "immutable": true,
6440
6559
  "locationInModule": {
6441
6560
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
6442
- "line": 92
6561
+ "line": 93
6443
6562
  },
6444
6563
  "name": "securityGroups",
6445
6564
  "optional": true,
@@ -6462,7 +6581,7 @@
6462
6581
  "immutable": true,
6463
6582
  "locationInModule": {
6464
6583
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
6465
- "line": 99
6584
+ "line": 100
6466
6585
  },
6467
6586
  "name": "subnetSelection",
6468
6587
  "optional": true,
@@ -6480,7 +6599,7 @@
6480
6599
  "immutable": true,
6481
6600
  "locationInModule": {
6482
6601
  "filename": "src/image-builders/aws-image-builder/deprecated/container.ts",
6483
- "line": 76
6602
+ "line": 77
6484
6603
  },
6485
6604
  "name": "vpc",
6486
6605
  "optional": true,
@@ -6680,7 +6799,7 @@
6680
6799
  },
6681
6800
  "locationInModule": {
6682
6801
  "filename": "src/providers/common.ts",
6683
- "line": 484
6802
+ "line": 490
6684
6803
  },
6685
6804
  "name": "labelsFromProperties",
6686
6805
  "parameters": [
@@ -7241,7 +7360,7 @@
7241
7360
  },
7242
7361
  "locationInModule": {
7243
7362
  "filename": "src/providers/common.ts",
7244
- "line": 484
7363
+ "line": 490
7245
7364
  },
7246
7365
  "name": "labelsFromProperties",
7247
7366
  "parameters": [
@@ -7959,7 +8078,7 @@
7959
8078
  },
7960
8079
  "locationInModule": {
7961
8080
  "filename": "src/providers/common.ts",
7962
- "line": 484
8081
+ "line": 490
7963
8082
  },
7964
8083
  "name": "labelsFromProperties",
7965
8084
  "parameters": [
@@ -8570,7 +8689,7 @@
8570
8689
  "kind": "interface",
8571
8690
  "locationInModule": {
8572
8691
  "filename": "src/image-builders/aws-image-builder/builder.ts",
8573
- "line": 52
8692
+ "line": 53
8574
8693
  },
8575
8694
  "name": "FastLaunchOptions",
8576
8695
  "properties": [
@@ -8588,7 +8707,7 @@
8588
8707
  "immutable": true,
8589
8708
  "locationInModule": {
8590
8709
  "filename": "src/image-builders/aws-image-builder/builder.ts",
8591
- "line": 63
8710
+ "line": 64
8592
8711
  },
8593
8712
  "name": "enabled",
8594
8713
  "optional": true,
@@ -8607,7 +8726,7 @@
8607
8726
  "immutable": true,
8608
8727
  "locationInModule": {
8609
8728
  "filename": "src/image-builders/aws-image-builder/builder.ts",
8610
- "line": 72
8729
+ "line": 73
8611
8730
  },
8612
8731
  "name": "maxParallelLaunches",
8613
8732
  "optional": true,
@@ -8625,7 +8744,7 @@
8625
8744
  "immutable": true,
8626
8745
  "locationInModule": {
8627
8746
  "filename": "src/image-builders/aws-image-builder/builder.ts",
8628
- "line": 79
8747
+ "line": 80
8629
8748
  },
8630
8749
  "name": "targetResourceCount",
8631
8750
  "optional": true,
@@ -8651,7 +8770,7 @@
8651
8770
  },
8652
8771
  "locationInModule": {
8653
8772
  "filename": "src/runner.ts",
8654
- "line": 269
8773
+ "line": 270
8655
8774
  },
8656
8775
  "parameters": [
8657
8776
  {
@@ -8681,7 +8800,7 @@
8681
8800
  "kind": "class",
8682
8801
  "locationInModule": {
8683
8802
  "filename": "src/runner.ts",
8684
- "line": 243
8803
+ "line": 244
8685
8804
  },
8686
8805
  "methods": [
8687
8806
  {
@@ -8692,7 +8811,7 @@
8692
8811
  },
8693
8812
  "locationInModule": {
8694
8813
  "filename": "src/runner.ts",
8695
- "line": 781
8814
+ "line": 787
8696
8815
  },
8697
8816
  "name": "createLogsInsightsQueries"
8698
8817
  },
@@ -8704,7 +8823,7 @@
8704
8823
  },
8705
8824
  "locationInModule": {
8706
8825
  "filename": "src/runner.ts",
8707
- "line": 761
8826
+ "line": 767
8708
8827
  },
8709
8828
  "name": "failedImageBuildsTopic",
8710
8829
  "returns": {
@@ -8721,7 +8840,7 @@
8721
8840
  },
8722
8841
  "locationInModule": {
8723
8842
  "filename": "src/runner.ts",
8724
- "line": 743
8843
+ "line": 749
8725
8844
  },
8726
8845
  "name": "metricFailed",
8727
8846
  "parameters": [
@@ -8747,7 +8866,7 @@
8747
8866
  },
8748
8867
  "locationInModule": {
8749
8868
  "filename": "src/runner.ts",
8750
- "line": 688
8869
+ "line": 694
8751
8870
  },
8752
8871
  "name": "metricJobCompleted",
8753
8872
  "parameters": [
@@ -8773,7 +8892,7 @@
8773
8892
  },
8774
8893
  "locationInModule": {
8775
8894
  "filename": "src/runner.ts",
8776
- "line": 734
8895
+ "line": 740
8777
8896
  },
8778
8897
  "name": "metricSucceeded",
8779
8898
  "parameters": [
@@ -8799,7 +8918,7 @@
8799
8918
  },
8800
8919
  "locationInModule": {
8801
8920
  "filename": "src/runner.ts",
8802
- "line": 750
8921
+ "line": 756
8803
8922
  },
8804
8923
  "name": "metricTime",
8805
8924
  "parameters": [
@@ -8829,7 +8948,7 @@
8829
8948
  "immutable": true,
8830
8949
  "locationInModule": {
8831
8950
  "filename": "src/runner.ts",
8832
- "line": 259
8951
+ "line": 260
8833
8952
  },
8834
8953
  "name": "connections",
8835
8954
  "overrides": "aws-cdk-lib.aws_ec2.IConnectable",
@@ -8845,7 +8964,7 @@
8845
8964
  "immutable": true,
8846
8965
  "locationInModule": {
8847
8966
  "filename": "src/runner.ts",
8848
- "line": 247
8967
+ "line": 248
8849
8968
  },
8850
8969
  "name": "providers",
8851
8970
  "type": {
@@ -8865,7 +8984,7 @@
8865
8984
  "immutable": true,
8866
8985
  "locationInModule": {
8867
8986
  "filename": "src/runner.ts",
8868
- "line": 252
8987
+ "line": 253
8869
8988
  },
8870
8989
  "name": "secrets",
8871
8990
  "type": {
@@ -8879,7 +8998,7 @@
8879
8998
  "immutable": true,
8880
8999
  "locationInModule": {
8881
9000
  "filename": "src/runner.ts",
8882
- "line": 269
9001
+ "line": 270
8883
9002
  },
8884
9003
  "name": "props",
8885
9004
  "optional": true,
@@ -8901,7 +9020,7 @@
8901
9020
  "kind": "interface",
8902
9021
  "locationInModule": {
8903
9022
  "filename": "src/runner.ts",
8904
- "line": 38
9023
+ "line": 39
8905
9024
  },
8906
9025
  "name": "GitHubRunnersProps",
8907
9026
  "properties": [
@@ -8916,7 +9035,7 @@
8916
9035
  "immutable": true,
8917
9036
  "locationInModule": {
8918
9037
  "filename": "src/runner.ts",
8919
- "line": 79
9038
+ "line": 80
8920
9039
  },
8921
9040
  "name": "allowPublicSubnet",
8922
9041
  "optional": true,
@@ -8934,7 +9053,7 @@
8934
9053
  "immutable": true,
8935
9054
  "locationInModule": {
8936
9055
  "filename": "src/runner.ts",
8937
- "line": 116
9056
+ "line": 117
8938
9057
  },
8939
9058
  "name": "extraCertificates",
8940
9059
  "optional": true,
@@ -8953,7 +9072,7 @@
8953
9072
  "immutable": true,
8954
9073
  "locationInModule": {
8955
9074
  "filename": "src/runner.ts",
8956
- "line": 123
9075
+ "line": 124
8957
9076
  },
8958
9077
  "name": "idleTimeout",
8959
9078
  "optional": true,
@@ -8971,7 +9090,7 @@
8971
9090
  "immutable": true,
8972
9091
  "locationInModule": {
8973
9092
  "filename": "src/runner.ts",
8974
- "line": 130
9093
+ "line": 131
8975
9094
  },
8976
9095
  "name": "logOptions",
8977
9096
  "optional": true,
@@ -8990,7 +9109,7 @@
8990
9109
  "immutable": true,
8991
9110
  "locationInModule": {
8992
9111
  "filename": "src/runner.ts",
8993
- "line": 44
9112
+ "line": 45
8994
9113
  },
8995
9114
  "name": "providers",
8996
9115
  "optional": true,
@@ -9014,7 +9133,7 @@
9014
9133
  "immutable": true,
9015
9134
  "locationInModule": {
9016
9135
  "filename": "src/runner.ts",
9017
- "line": 53
9136
+ "line": 54
9018
9137
  },
9019
9138
  "name": "requireSelfHostedLabel",
9020
9139
  "optional": true,
@@ -9033,7 +9152,7 @@
9033
9152
  "immutable": true,
9034
9153
  "locationInModule": {
9035
9154
  "filename": "src/runner.ts",
9036
- "line": 167
9155
+ "line": 168
9037
9156
  },
9038
9157
  "name": "retryOptions",
9039
9158
  "optional": true,
@@ -9052,7 +9171,7 @@
9052
9171
  "immutable": true,
9053
9172
  "locationInModule": {
9054
9173
  "filename": "src/runner.ts",
9055
- "line": 86
9174
+ "line": 87
9056
9175
  },
9057
9176
  "name": "securityGroup",
9058
9177
  "optional": true,
@@ -9070,7 +9189,7 @@
9070
9189
  "immutable": true,
9071
9190
  "locationInModule": {
9072
9191
  "filename": "src/runner.ts",
9073
- "line": 91
9192
+ "line": 92
9074
9193
  },
9075
9194
  "name": "securityGroups",
9076
9195
  "optional": true,
@@ -9094,7 +9213,7 @@
9094
9213
  "immutable": true,
9095
9214
  "locationInModule": {
9096
9215
  "filename": "src/runner.ts",
9097
- "line": 137
9216
+ "line": 138
9098
9217
  },
9099
9218
  "name": "setupAccess",
9100
9219
  "optional": true,
@@ -9113,7 +9232,7 @@
9113
9232
  "immutable": true,
9114
9233
  "locationInModule": {
9115
9234
  "filename": "src/runner.ts",
9116
- "line": 156
9235
+ "line": 157
9117
9236
  },
9118
9237
  "name": "statusAccess",
9119
9238
  "optional": true,
@@ -9131,7 +9250,7 @@
9131
9250
  "immutable": true,
9132
9251
  "locationInModule": {
9133
9252
  "filename": "src/runner.ts",
9134
- "line": 67
9253
+ "line": 68
9135
9254
  },
9136
9255
  "name": "vpc",
9137
9256
  "optional": true,
@@ -9149,7 +9268,7 @@
9149
9268
  "immutable": true,
9150
9269
  "locationInModule": {
9151
9270
  "filename": "src/runner.ts",
9152
- "line": 72
9271
+ "line": 73
9153
9272
  },
9154
9273
  "name": "vpcSubnets",
9155
9274
  "optional": true,
@@ -9168,7 +9287,7 @@
9168
9287
  "immutable": true,
9169
9288
  "locationInModule": {
9170
9289
  "filename": "src/runner.ts",
9171
- "line": 149
9290
+ "line": 150
9172
9291
  },
9173
9292
  "name": "webhookAccess",
9174
9293
  "optional": true,
@@ -9195,7 +9314,7 @@
9195
9314
  "kind": "interface",
9196
9315
  "locationInModule": {
9197
9316
  "filename": "src/image-builders/common.ts",
9198
- "line": 286
9317
+ "line": 297
9199
9318
  },
9200
9319
  "methods": [
9201
9320
  {
@@ -9207,7 +9326,7 @@
9207
9326
  },
9208
9327
  "locationInModule": {
9209
9328
  "filename": "src/image-builders/common.ts",
9210
- "line": 292
9329
+ "line": 303
9211
9330
  },
9212
9331
  "name": "addComponent",
9213
9332
  "parameters": [
@@ -9231,7 +9350,7 @@
9231
9350
  },
9232
9351
  "locationInModule": {
9233
9352
  "filename": "src/image-builders/common.ts",
9234
- "line": 299
9353
+ "line": 310
9235
9354
  },
9236
9355
  "name": "removeComponent",
9237
9356
  "parameters": [
@@ -9260,7 +9379,7 @@
9260
9379
  "kind": "interface",
9261
9380
  "locationInModule": {
9262
9381
  "filename": "src/providers/common.ts",
9263
- "line": 365
9382
+ "line": 371
9264
9383
  },
9265
9384
  "name": "IRunnerAmiStatus",
9266
9385
  "properties": [
@@ -9273,7 +9392,7 @@
9273
9392
  "immutable": true,
9274
9393
  "locationInModule": {
9275
9394
  "filename": "src/providers/common.ts",
9276
- "line": 369
9395
+ "line": 375
9277
9396
  },
9278
9397
  "name": "launchTemplate",
9279
9398
  "type": {
@@ -9289,7 +9408,7 @@
9289
9408
  "immutable": true,
9290
9409
  "locationInModule": {
9291
9410
  "filename": "src/providers/common.ts",
9292
- "line": 374
9411
+ "line": 380
9293
9412
  },
9294
9413
  "name": "amiBuilderLogGroup",
9295
9414
  "optional": true,
@@ -9311,7 +9430,7 @@
9311
9430
  "kind": "interface",
9312
9431
  "locationInModule": {
9313
9432
  "filename": "src/image-builders/common.ts",
9314
- "line": 259
9433
+ "line": 270
9315
9434
  },
9316
9435
  "methods": [
9317
9436
  {
@@ -9323,7 +9442,7 @@
9323
9442
  },
9324
9443
  "locationInModule": {
9325
9444
  "filename": "src/image-builders/common.ts",
9326
- "line": 278
9445
+ "line": 289
9327
9446
  },
9328
9447
  "name": "bindAmi",
9329
9448
  "returns": {
@@ -9341,7 +9460,7 @@
9341
9460
  },
9342
9461
  "locationInModule": {
9343
9462
  "filename": "src/image-builders/common.ts",
9344
- "line": 269
9463
+ "line": 280
9345
9464
  },
9346
9465
  "name": "bindDockerImage",
9347
9466
  "returns": {
@@ -9364,7 +9483,7 @@
9364
9483
  "kind": "interface",
9365
9484
  "locationInModule": {
9366
9485
  "filename": "src/providers/common.ts",
9367
- "line": 345
9486
+ "line": 351
9368
9487
  },
9369
9488
  "name": "IRunnerImageStatus",
9370
9489
  "properties": [
@@ -9377,7 +9496,7 @@
9377
9496
  "immutable": true,
9378
9497
  "locationInModule": {
9379
9498
  "filename": "src/providers/common.ts",
9380
- "line": 349
9499
+ "line": 355
9381
9500
  },
9382
9501
  "name": "imageRepository",
9383
9502
  "type": {
@@ -9393,7 +9512,7 @@
9393
9512
  "immutable": true,
9394
9513
  "locationInModule": {
9395
9514
  "filename": "src/providers/common.ts",
9396
- "line": 354
9515
+ "line": 360
9397
9516
  },
9398
9517
  "name": "imageTag",
9399
9518
  "type": {
@@ -9409,7 +9528,7 @@
9409
9528
  "immutable": true,
9410
9529
  "locationInModule": {
9411
9530
  "filename": "src/providers/common.ts",
9412
- "line": 359
9531
+ "line": 365
9413
9532
  },
9414
9533
  "name": "imageBuilderLogGroup",
9415
9534
  "optional": true,
@@ -9436,7 +9555,7 @@
9436
9555
  "kind": "interface",
9437
9556
  "locationInModule": {
9438
9557
  "filename": "src/providers/common.ts",
9439
- "line": 425
9558
+ "line": 431
9440
9559
  },
9441
9560
  "methods": [
9442
9561
  {
@@ -9448,7 +9567,7 @@
9448
9567
  },
9449
9568
  "locationInModule": {
9450
9569
  "filename": "src/providers/common.ts",
9451
- "line": 456
9570
+ "line": 462
9452
9571
  },
9453
9572
  "name": "getStepFunctionTask",
9454
9573
  "parameters": [
@@ -9477,7 +9596,7 @@
9477
9596
  },
9478
9597
  "locationInModule": {
9479
9598
  "filename": "src/providers/common.ts",
9480
- "line": 464
9599
+ "line": 470
9481
9600
  },
9482
9601
  "name": "grantStateMachine",
9483
9602
  "parameters": [
@@ -9501,7 +9620,7 @@
9501
9620
  },
9502
9621
  "locationInModule": {
9503
9622
  "filename": "src/providers/common.ts",
9504
- "line": 471
9623
+ "line": 477
9505
9624
  },
9506
9625
  "name": "status",
9507
9626
  "parameters": [
@@ -9534,7 +9653,7 @@
9534
9653
  "immutable": true,
9535
9654
  "locationInModule": {
9536
9655
  "filename": "src/providers/common.ts",
9537
- "line": 433
9656
+ "line": 439
9538
9657
  },
9539
9658
  "name": "labels",
9540
9659
  "type": {
@@ -9556,7 +9675,7 @@
9556
9675
  "immutable": true,
9557
9676
  "locationInModule": {
9558
9677
  "filename": "src/providers/common.ts",
9559
- "line": 440
9678
+ "line": 446
9560
9679
  },
9561
9680
  "name": "logGroup",
9562
9681
  "type": {
@@ -9573,7 +9692,7 @@
9573
9692
  "immutable": true,
9574
9693
  "locationInModule": {
9575
9694
  "filename": "src/providers/common.ts",
9576
- "line": 447
9695
+ "line": 453
9577
9696
  },
9578
9697
  "name": "retryableErrors",
9579
9698
  "type": {
@@ -9598,7 +9717,7 @@
9598
9717
  "kind": "interface",
9599
9718
  "locationInModule": {
9600
9719
  "filename": "src/providers/common.ts",
9601
- "line": 380
9720
+ "line": 386
9602
9721
  },
9603
9722
  "name": "IRunnerProviderStatus",
9604
9723
  "properties": [
@@ -9611,7 +9730,7 @@
9611
9730
  "immutable": true,
9612
9731
  "locationInModule": {
9613
9732
  "filename": "src/providers/common.ts",
9614
- "line": 389
9733
+ "line": 395
9615
9734
  },
9616
9735
  "name": "labels",
9617
9736
  "type": {
@@ -9632,7 +9751,7 @@
9632
9751
  "immutable": true,
9633
9752
  "locationInModule": {
9634
9753
  "filename": "src/providers/common.ts",
9635
- "line": 384
9754
+ "line": 390
9636
9755
  },
9637
9756
  "name": "type",
9638
9757
  "type": {
@@ -9648,7 +9767,7 @@
9648
9767
  "immutable": true,
9649
9768
  "locationInModule": {
9650
9769
  "filename": "src/providers/common.ts",
9651
- "line": 414
9770
+ "line": 420
9652
9771
  },
9653
9772
  "name": "ami",
9654
9773
  "optional": true,
@@ -9665,7 +9784,7 @@
9665
9784
  "immutable": true,
9666
9785
  "locationInModule": {
9667
9786
  "filename": "src/providers/common.ts",
9668
- "line": 409
9787
+ "line": 415
9669
9788
  },
9670
9789
  "name": "image",
9671
9790
  "optional": true,
@@ -9682,7 +9801,7 @@
9682
9801
  "immutable": true,
9683
9802
  "locationInModule": {
9684
9803
  "filename": "src/providers/common.ts",
9685
- "line": 419
9804
+ "line": 425
9686
9805
  },
9687
9806
  "name": "logGroup",
9688
9807
  "optional": true,
@@ -9699,7 +9818,7 @@
9699
9818
  "immutable": true,
9700
9819
  "locationInModule": {
9701
9820
  "filename": "src/providers/common.ts",
9702
- "line": 404
9821
+ "line": 410
9703
9822
  },
9704
9823
  "name": "roleArn",
9705
9824
  "optional": true,
@@ -9716,7 +9835,7 @@
9716
9835
  "immutable": true,
9717
9836
  "locationInModule": {
9718
9837
  "filename": "src/providers/common.ts",
9719
- "line": 399
9838
+ "line": 405
9720
9839
  },
9721
9840
  "name": "securityGroups",
9722
9841
  "optional": true,
@@ -9738,7 +9857,7 @@
9738
9857
  "immutable": true,
9739
9858
  "locationInModule": {
9740
9859
  "filename": "src/providers/common.ts",
9741
- "line": 394
9860
+ "line": 400
9742
9861
  },
9743
9862
  "name": "vpcArn",
9744
9863
  "optional": true,
@@ -9760,7 +9879,7 @@
9760
9879
  "kind": "interface",
9761
9880
  "locationInModule": {
9762
9881
  "filename": "src/image-builders/aws-image-builder/builder.ts",
9763
- "line": 85
9882
+ "line": 86
9764
9883
  },
9765
9884
  "name": "ImageBuilderAsset",
9766
9885
  "properties": [
@@ -9773,7 +9892,7 @@
9773
9892
  "immutable": true,
9774
9893
  "locationInModule": {
9775
9894
  "filename": "src/image-builders/aws-image-builder/builder.ts",
9776
- "line": 94
9895
+ "line": 95
9777
9896
  },
9778
9897
  "name": "asset",
9779
9898
  "type": {
@@ -9789,7 +9908,7 @@
9789
9908
  "immutable": true,
9790
9909
  "locationInModule": {
9791
9910
  "filename": "src/image-builders/aws-image-builder/builder.ts",
9792
- "line": 89
9911
+ "line": 90
9793
9912
  },
9794
9913
  "name": "path",
9795
9914
  "type": {
@@ -9815,7 +9934,7 @@
9815
9934
  },
9816
9935
  "locationInModule": {
9817
9936
  "filename": "src/image-builders/aws-image-builder/builder.ts",
9818
- "line": 168
9937
+ "line": 169
9819
9938
  },
9820
9939
  "parameters": [
9821
9940
  {
@@ -9841,7 +9960,7 @@
9841
9960
  "kind": "class",
9842
9961
  "locationInModule": {
9843
9962
  "filename": "src/image-builders/aws-image-builder/builder.ts",
9844
- "line": 155
9963
+ "line": 156
9845
9964
  },
9846
9965
  "methods": [
9847
9966
  {
@@ -9887,7 +10006,7 @@
9887
10006
  },
9888
10007
  "locationInModule": {
9889
10008
  "filename": "src/image-builders/aws-image-builder/builder.ts",
9890
- "line": 270
10009
+ "line": 271
9891
10010
  },
9892
10011
  "name": "grantAssetsRead",
9893
10012
  "parameters": [
@@ -9905,7 +10024,7 @@
9905
10024
  },
9906
10025
  "locationInModule": {
9907
10026
  "filename": "src/image-builders/aws-image-builder/builder.ts",
9908
- "line": 276
10027
+ "line": 277
9909
10028
  },
9910
10029
  "name": "prefixCommandsWithErrorHandling",
9911
10030
  "parameters": [
@@ -9949,7 +10068,7 @@
9949
10068
  "immutable": true,
9950
10069
  "locationInModule": {
9951
10070
  "filename": "src/image-builders/aws-image-builder/builder.ts",
9952
- "line": 159
10071
+ "line": 160
9953
10072
  },
9954
10073
  "name": "arn",
9955
10074
  "type": {
@@ -9964,7 +10083,7 @@
9964
10083
  "immutable": true,
9965
10084
  "locationInModule": {
9966
10085
  "filename": "src/image-builders/aws-image-builder/builder.ts",
9967
- "line": 164
10086
+ "line": 165
9968
10087
  },
9969
10088
  "name": "platform",
9970
10089
  "type": {
@@ -9985,7 +10104,7 @@
9985
10104
  "kind": "interface",
9986
10105
  "locationInModule": {
9987
10106
  "filename": "src/image-builders/aws-image-builder/builder.ts",
9988
- "line": 100
10107
+ "line": 101
9989
10108
  },
9990
10109
  "name": "ImageBuilderComponentProperties",
9991
10110
  "properties": [
@@ -9999,7 +10118,7 @@
9999
10118
  "immutable": true,
10000
10119
  "locationInModule": {
10001
10120
  "filename": "src/image-builders/aws-image-builder/builder.ts",
10002
- "line": 121
10121
+ "line": 122
10003
10122
  },
10004
10123
  "name": "commands",
10005
10124
  "type": {
@@ -10020,7 +10139,7 @@
10020
10139
  "immutable": true,
10021
10140
  "locationInModule": {
10022
10141
  "filename": "src/image-builders/aws-image-builder/builder.ts",
10023
- "line": 114
10142
+ "line": 115
10024
10143
  },
10025
10144
  "name": "description",
10026
10145
  "type": {
@@ -10036,7 +10155,7 @@
10036
10155
  "immutable": true,
10037
10156
  "locationInModule": {
10038
10157
  "filename": "src/image-builders/aws-image-builder/builder.ts",
10039
- "line": 109
10158
+ "line": 110
10040
10159
  },
10041
10160
  "name": "displayName",
10042
10161
  "type": {
@@ -10053,7 +10172,7 @@
10053
10172
  "immutable": true,
10054
10173
  "locationInModule": {
10055
10174
  "filename": "src/image-builders/aws-image-builder/builder.ts",
10056
- "line": 104
10175
+ "line": 105
10057
10176
  },
10058
10177
  "name": "platform",
10059
10178
  "type": {
@@ -10069,7 +10188,7 @@
10069
10188
  "immutable": true,
10070
10189
  "locationInModule": {
10071
10190
  "filename": "src/image-builders/aws-image-builder/builder.ts",
10072
- "line": 126
10191
+ "line": 127
10073
10192
  },
10074
10193
  "name": "assets",
10075
10194
  "optional": true,
@@ -10092,7 +10211,7 @@
10092
10211
  "immutable": true,
10093
10212
  "locationInModule": {
10094
10213
  "filename": "src/image-builders/aws-image-builder/builder.ts",
10095
- "line": 133
10214
+ "line": 134
10096
10215
  },
10097
10216
  "name": "reboot",
10098
10217
  "optional": true,
@@ -10292,7 +10411,7 @@
10292
10411
  "kind": "class",
10293
10412
  "locationInModule": {
10294
10413
  "filename": "src/providers/lambda.ts",
10295
- "line": 468
10414
+ "line": 471
10296
10415
  },
10297
10416
  "name": "LambdaRunner",
10298
10417
  "symbolId": "src/providers/lambda:LambdaRunner"
@@ -10392,7 +10511,7 @@
10392
10511
  },
10393
10512
  "locationInModule": {
10394
10513
  "filename": "src/providers/lambda.ts",
10395
- "line": 323
10514
+ "line": 327
10396
10515
  },
10397
10516
  "name": "getStepFunctionTask",
10398
10517
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -10421,7 +10540,7 @@
10421
10540
  },
10422
10541
  "locationInModule": {
10423
10542
  "filename": "src/providers/lambda.ts",
10424
- "line": 385
10543
+ "line": 388
10425
10544
  },
10426
10545
  "name": "grantStateMachine",
10427
10546
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -10440,7 +10559,7 @@
10440
10559
  },
10441
10560
  "locationInModule": {
10442
10561
  "filename": "src/providers/common.ts",
10443
- "line": 484
10562
+ "line": 490
10444
10563
  },
10445
10564
  "name": "labelsFromProperties",
10446
10565
  "parameters": [
@@ -10490,7 +10609,7 @@
10490
10609
  },
10491
10610
  "locationInModule": {
10492
10611
  "filename": "src/providers/lambda.ts",
10493
- "line": 388
10612
+ "line": 391
10494
10613
  },
10495
10614
  "name": "status",
10496
10615
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
@@ -10557,7 +10676,7 @@
10557
10676
  "immutable": true,
10558
10677
  "locationInModule": {
10559
10678
  "filename": "src/providers/lambda.ts",
10560
- "line": 312
10679
+ "line": 316
10561
10680
  },
10562
10681
  "name": "connections",
10563
10682
  "overrides": "aws-cdk-lib.aws_ec2.IConnectable",
@@ -11219,7 +11338,7 @@
11219
11338
  "kind": "interface",
11220
11339
  "locationInModule": {
11221
11340
  "filename": "src/runner.ts",
11222
- "line": 173
11341
+ "line": 174
11223
11342
  },
11224
11343
  "name": "LogOptions",
11225
11344
  "properties": [
@@ -11233,7 +11352,7 @@
11233
11352
  "immutable": true,
11234
11353
  "locationInModule": {
11235
11354
  "filename": "src/runner.ts",
11236
- "line": 184
11355
+ "line": 185
11237
11356
  },
11238
11357
  "name": "includeExecutionData",
11239
11358
  "optional": true,
@@ -11251,7 +11370,7 @@
11251
11370
  "immutable": true,
11252
11371
  "locationInModule": {
11253
11372
  "filename": "src/runner.ts",
11254
- "line": 191
11373
+ "line": 192
11255
11374
  },
11256
11375
  "name": "level",
11257
11376
  "optional": true,
@@ -11268,7 +11387,7 @@
11268
11387
  "immutable": true,
11269
11388
  "locationInModule": {
11270
11389
  "filename": "src/runner.ts",
11271
- "line": 177
11390
+ "line": 178
11272
11391
  },
11273
11392
  "name": "logGroupName",
11274
11393
  "optional": true,
@@ -11287,7 +11406,7 @@
11287
11406
  "immutable": true,
11288
11407
  "locationInModule": {
11289
11408
  "filename": "src/runner.ts",
11290
- "line": 200
11409
+ "line": 201
11291
11410
  },
11292
11411
  "name": "logRetention",
11293
11412
  "optional": true,
@@ -11308,7 +11427,7 @@
11308
11427
  "kind": "class",
11309
11428
  "locationInModule": {
11310
11429
  "filename": "src/providers/common.ts",
11311
- "line": 113
11430
+ "line": 114
11312
11431
  },
11313
11432
  "methods": [
11314
11433
  {
@@ -11318,7 +11437,7 @@
11318
11437
  },
11319
11438
  "locationInModule": {
11320
11439
  "filename": "src/providers/common.ts",
11321
- "line": 153
11440
+ "line": 159
11322
11441
  },
11323
11442
  "name": "is",
11324
11443
  "parameters": [
@@ -11345,7 +11464,7 @@
11345
11464
  },
11346
11465
  "locationInModule": {
11347
11466
  "filename": "src/providers/common.ts",
11348
- "line": 162
11467
+ "line": 168
11349
11468
  },
11350
11469
  "name": "isIn",
11351
11470
  "parameters": [
@@ -11376,14 +11495,14 @@
11376
11495
  {
11377
11496
  "const": true,
11378
11497
  "docs": {
11379
- "deprecated": "use {@link LINUX_UBUNTU } or {@link LINUX_AMAZON_2 }",
11498
+ "deprecated": "use {@link LINUX_UBUNTU } or {@link LINUX_AMAZON_2 } or {@link LINUX_AMAZON_2023 }",
11380
11499
  "stability": "deprecated",
11381
11500
  "summary": "Linux."
11382
11501
  },
11383
11502
  "immutable": true,
11384
11503
  "locationInModule": {
11385
11504
  "filename": "src/providers/common.ts",
11386
- "line": 119
11505
+ "line": 120
11387
11506
  },
11388
11507
  "name": "LINUX",
11389
11508
  "static": true,
@@ -11400,7 +11519,7 @@
11400
11519
  "immutable": true,
11401
11520
  "locationInModule": {
11402
11521
  "filename": "src/providers/common.ts",
11403
- "line": 129
11522
+ "line": 130
11404
11523
  },
11405
11524
  "name": "LINUX_AMAZON_2",
11406
11525
  "static": true,
@@ -11417,7 +11536,7 @@
11417
11536
  "immutable": true,
11418
11537
  "locationInModule": {
11419
11538
  "filename": "src/providers/common.ts",
11420
- "line": 134
11539
+ "line": 135
11421
11540
  },
11422
11541
  "name": "LINUX_AMAZON_2023",
11423
11542
  "static": true,
@@ -11434,7 +11553,7 @@
11434
11553
  "immutable": true,
11435
11554
  "locationInModule": {
11436
11555
  "filename": "src/providers/common.ts",
11437
- "line": 124
11556
+ "line": 125
11438
11557
  },
11439
11558
  "name": "LINUX_UBUNTU",
11440
11559
  "static": true,
@@ -11451,7 +11570,7 @@
11451
11570
  "immutable": true,
11452
11571
  "locationInModule": {
11453
11572
  "filename": "src/providers/common.ts",
11454
- "line": 139
11573
+ "line": 145
11455
11574
  },
11456
11575
  "name": "WINDOWS",
11457
11576
  "static": true,
@@ -11466,7 +11585,7 @@
11466
11585
  "immutable": true,
11467
11586
  "locationInModule": {
11468
11587
  "filename": "src/providers/common.ts",
11469
- "line": 145
11588
+ "line": 151
11470
11589
  },
11471
11590
  "name": "name",
11472
11591
  "type": {
@@ -11488,7 +11607,7 @@
11488
11607
  "kind": "interface",
11489
11608
  "locationInModule": {
11490
11609
  "filename": "src/providers/common.ts",
11491
- "line": 251
11610
+ "line": 257
11492
11611
  },
11493
11612
  "name": "ProviderRetryOptions",
11494
11613
  "properties": [
@@ -11502,7 +11621,7 @@
11502
11621
  "immutable": true,
11503
11622
  "locationInModule": {
11504
11623
  "filename": "src/providers/common.ts",
11505
- "line": 278
11624
+ "line": 284
11506
11625
  },
11507
11626
  "name": "backoffRate",
11508
11627
  "optional": true,
@@ -11521,7 +11640,7 @@
11521
11640
  "immutable": true,
11522
11641
  "locationInModule": {
11523
11642
  "filename": "src/providers/common.ts",
11524
- "line": 264
11643
+ "line": 270
11525
11644
  },
11526
11645
  "name": "interval",
11527
11646
  "optional": true,
@@ -11539,7 +11658,7 @@
11539
11658
  "immutable": true,
11540
11659
  "locationInModule": {
11541
11660
  "filename": "src/providers/common.ts",
11542
- "line": 271
11661
+ "line": 277
11543
11662
  },
11544
11663
  "name": "maxAttempts",
11545
11664
  "optional": true,
@@ -11558,7 +11677,7 @@
11558
11677
  "immutable": true,
11559
11678
  "locationInModule": {
11560
11679
  "filename": "src/providers/common.ts",
11561
- "line": 257
11680
+ "line": 263
11562
11681
  },
11563
11682
  "name": "retry",
11564
11683
  "optional": true,
@@ -11580,7 +11699,7 @@
11580
11699
  "kind": "interface",
11581
11700
  "locationInModule": {
11582
11701
  "filename": "src/providers/common.ts",
11583
- "line": 219
11702
+ "line": 225
11584
11703
  },
11585
11704
  "name": "RunnerAmi",
11586
11705
  "properties": [
@@ -11593,7 +11712,7 @@
11593
11712
  "immutable": true,
11594
11713
  "locationInModule": {
11595
11714
  "filename": "src/providers/common.ts",
11596
- "line": 228
11715
+ "line": 234
11597
11716
  },
11598
11717
  "name": "architecture",
11599
11718
  "type": {
@@ -11609,7 +11728,7 @@
11609
11728
  "immutable": true,
11610
11729
  "locationInModule": {
11611
11730
  "filename": "src/providers/common.ts",
11612
- "line": 223
11731
+ "line": 229
11613
11732
  },
11614
11733
  "name": "launchTemplate",
11615
11734
  "type": {
@@ -11625,7 +11744,7 @@
11625
11744
  "immutable": true,
11626
11745
  "locationInModule": {
11627
11746
  "filename": "src/providers/common.ts",
11628
- "line": 233
11747
+ "line": 239
11629
11748
  },
11630
11749
  "name": "os",
11631
11750
  "type": {
@@ -11642,7 +11761,7 @@
11642
11761
  "immutable": true,
11643
11762
  "locationInModule": {
11644
11763
  "filename": "src/providers/common.ts",
11645
- "line": 245
11764
+ "line": 251
11646
11765
  },
11647
11766
  "name": "runnerVersion",
11648
11767
  "type": {
@@ -11658,7 +11777,7 @@
11658
11777
  "immutable": true,
11659
11778
  "locationInModule": {
11660
11779
  "filename": "src/providers/common.ts",
11661
- "line": 238
11780
+ "line": 244
11662
11781
  },
11663
11782
  "name": "logGroup",
11664
11783
  "optional": true,
@@ -11680,7 +11799,7 @@
11680
11799
  "kind": "interface",
11681
11800
  "locationInModule": {
11682
11801
  "filename": "src/providers/common.ts",
11683
- "line": 175
11802
+ "line": 181
11684
11803
  },
11685
11804
  "name": "RunnerImage",
11686
11805
  "properties": [
@@ -11693,7 +11812,7 @@
11693
11812
  "immutable": true,
11694
11813
  "locationInModule": {
11695
11814
  "filename": "src/providers/common.ts",
11696
- "line": 189
11815
+ "line": 195
11697
11816
  },
11698
11817
  "name": "architecture",
11699
11818
  "type": {
@@ -11709,7 +11828,7 @@
11709
11828
  "immutable": true,
11710
11829
  "locationInModule": {
11711
11830
  "filename": "src/providers/common.ts",
11712
- "line": 179
11831
+ "line": 185
11713
11832
  },
11714
11833
  "name": "imageRepository",
11715
11834
  "type": {
@@ -11725,7 +11844,7 @@
11725
11844
  "immutable": true,
11726
11845
  "locationInModule": {
11727
11846
  "filename": "src/providers/common.ts",
11728
- "line": 184
11847
+ "line": 190
11729
11848
  },
11730
11849
  "name": "imageTag",
11731
11850
  "type": {
@@ -11741,7 +11860,7 @@
11741
11860
  "immutable": true,
11742
11861
  "locationInModule": {
11743
11862
  "filename": "src/providers/common.ts",
11744
- "line": 194
11863
+ "line": 200
11745
11864
  },
11746
11865
  "name": "os",
11747
11866
  "type": {
@@ -11758,7 +11877,7 @@
11758
11877
  "immutable": true,
11759
11878
  "locationInModule": {
11760
11879
  "filename": "src/providers/common.ts",
11761
- "line": 206
11880
+ "line": 212
11762
11881
  },
11763
11882
  "name": "runnerVersion",
11764
11883
  "type": {
@@ -11774,7 +11893,7 @@
11774
11893
  "immutable": true,
11775
11894
  "locationInModule": {
11776
11895
  "filename": "src/providers/common.ts",
11777
- "line": 199
11896
+ "line": 205
11778
11897
  },
11779
11898
  "name": "logGroup",
11780
11899
  "optional": true,
@@ -11852,7 +11971,7 @@
11852
11971
  },
11853
11972
  "locationInModule": {
11854
11973
  "filename": "src/image-builders/common.ts",
11855
- "line": 308
11974
+ "line": 319
11856
11975
  },
11857
11976
  "parameters": [
11858
11977
  {
@@ -11933,7 +12052,7 @@
11933
12052
  },
11934
12053
  "locationInModule": {
11935
12054
  "filename": "src/image-builders/common.ts",
11936
- "line": 323
12055
+ "line": 334
11937
12056
  },
11938
12057
  "name": "addComponent",
11939
12058
  "overrides": "@cloudsnorkel/cdk-github-runners.IConfigurableRunnerImageBuilder",
@@ -11955,7 +12074,7 @@
11955
12074
  },
11956
12075
  "locationInModule": {
11957
12076
  "filename": "src/image-builders/common.ts",
11958
- "line": 318
12077
+ "line": 329
11959
12078
  },
11960
12079
  "name": "bindAmi",
11961
12080
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerImageBuilder",
@@ -11974,7 +12093,7 @@
11974
12093
  },
11975
12094
  "locationInModule": {
11976
12095
  "filename": "src/image-builders/common.ts",
11977
- "line": 316
12096
+ "line": 327
11978
12097
  },
11979
12098
  "name": "bindDockerImage",
11980
12099
  "overrides": "@cloudsnorkel/cdk-github-runners.IRunnerImageBuilder",
@@ -11992,7 +12111,7 @@
11992
12111
  },
11993
12112
  "locationInModule": {
11994
12113
  "filename": "src/image-builders/common.ts",
11995
- "line": 327
12114
+ "line": 338
11996
12115
  },
11997
12116
  "name": "removeComponent",
11998
12117
  "overrides": "@cloudsnorkel/cdk-github-runners.IConfigurableRunnerImageBuilder",
@@ -12017,7 +12136,7 @@
12017
12136
  "immutable": true,
12018
12137
  "locationInModule": {
12019
12138
  "filename": "src/image-builders/common.ts",
12020
- "line": 320
12139
+ "line": 331
12021
12140
  },
12022
12141
  "name": "connections",
12023
12142
  "overrides": "aws-cdk-lib.aws_ec2.IConnectable",
@@ -12034,7 +12153,7 @@
12034
12153
  "immutable": true,
12035
12154
  "locationInModule": {
12036
12155
  "filename": "src/image-builders/common.ts",
12037
- "line": 321
12156
+ "line": 332
12038
12157
  },
12039
12158
  "name": "grantPrincipal",
12040
12159
  "overrides": "aws-cdk-lib.aws_iam.IGrantable",
@@ -12048,7 +12167,7 @@
12048
12167
  },
12049
12168
  "locationInModule": {
12050
12169
  "filename": "src/image-builders/common.ts",
12051
- "line": 306
12170
+ "line": 317
12052
12171
  },
12053
12172
  "name": "components",
12054
12173
  "protected": true,
@@ -12359,6 +12478,25 @@
12359
12478
  "type": {
12360
12479
  "fqn": "aws-cdk-lib.aws_ec2.IVpc"
12361
12480
  }
12481
+ },
12482
+ {
12483
+ "abstract": true,
12484
+ "docs": {
12485
+ "default": "true",
12486
+ "remarks": "It's usually best to leave this enabled to ensure everything is ready once deployment is done. However, it can be disabled to speed up deployment in case where you have a lot of image components that can take a long time to build.\n\nDisabling this option means a finished deployment is not ready to be used. You will have to wait for the image to finish building before the system can be used.\n\nDisabling this option may also mean any changes to settings or components can take up to a week (default rebuild interval) to take effect.",
12487
+ "stability": "experimental",
12488
+ "summary": "Wait for image to finish building during deployment."
12489
+ },
12490
+ "immutable": true,
12491
+ "locationInModule": {
12492
+ "filename": "src/image-builders/common.ts",
12493
+ "line": 246
12494
+ },
12495
+ "name": "waitOnDeploy",
12496
+ "optional": true,
12497
+ "type": {
12498
+ "primitive": "boolean"
12499
+ }
12362
12500
  }
12363
12501
  ],
12364
12502
  "symbolId": "src/image-builders/common:RunnerImageBuilderProps"
@@ -12372,7 +12510,7 @@
12372
12510
  "kind": "enum",
12373
12511
  "locationInModule": {
12374
12512
  "filename": "src/image-builders/common.ts",
12375
- "line": 238
12513
+ "line": 249
12376
12514
  },
12377
12515
  "members": [
12378
12516
  {
@@ -12484,7 +12622,7 @@
12484
12622
  },
12485
12623
  "locationInModule": {
12486
12624
  "filename": "src/image-builders/components.ts",
12487
- "line": 423
12625
+ "line": 431
12488
12626
  },
12489
12627
  "name": "dockerInDocker",
12490
12628
  "returns": {
@@ -12502,7 +12640,7 @@
12502
12640
  },
12503
12641
  "locationInModule": {
12504
12642
  "filename": "src/image-builders/components.ts",
12505
- "line": 433
12643
+ "line": 441
12506
12644
  },
12507
12645
  "name": "extraCertificates",
12508
12646
  "parameters": [
@@ -12603,7 +12741,7 @@
12603
12741
  },
12604
12742
  "locationInModule": {
12605
12743
  "filename": "src/image-builders/components.ts",
12606
- "line": 483
12744
+ "line": 491
12607
12745
  },
12608
12746
  "name": "lambdaEntrypoint",
12609
12747
  "returns": {
@@ -12655,7 +12793,7 @@
12655
12793
  },
12656
12794
  "locationInModule": {
12657
12795
  "filename": "src/image-builders/components.ts",
12658
- "line": 532
12796
+ "line": 540
12659
12797
  },
12660
12798
  "name": "getAssets",
12661
12799
  "parameters": [
@@ -12692,7 +12830,7 @@
12692
12830
  },
12693
12831
  "locationInModule": {
12694
12832
  "filename": "src/image-builders/components.ts",
12695
- "line": 527
12833
+ "line": 535
12696
12834
  },
12697
12835
  "name": "getCommands",
12698
12836
  "parameters": [
@@ -12728,7 +12866,7 @@
12728
12866
  },
12729
12867
  "locationInModule": {
12730
12868
  "filename": "src/image-builders/components.ts",
12731
- "line": 541
12869
+ "line": 549
12732
12870
  },
12733
12871
  "name": "getDockerCommands",
12734
12872
  "parameters": [
@@ -12763,7 +12901,7 @@
12763
12901
  },
12764
12902
  "locationInModule": {
12765
12903
  "filename": "src/image-builders/components.ts",
12766
- "line": 548
12904
+ "line": 556
12767
12905
  },
12768
12906
  "name": "shouldReboot",
12769
12907
  "parameters": [
@@ -12799,7 +12937,7 @@
12799
12937
  "immutable": true,
12800
12938
  "locationInModule": {
12801
12939
  "filename": "src/image-builders/components.ts",
12802
- "line": 522
12940
+ "line": 530
12803
12941
  },
12804
12942
  "name": "name",
12805
12943
  "type": {
@@ -12922,7 +13060,7 @@
12922
13060
  "kind": "interface",
12923
13061
  "locationInModule": {
12924
13062
  "filename": "src/providers/common.ts",
12925
- "line": 284
13063
+ "line": 290
12926
13064
  },
12927
13065
  "name": "RunnerProviderProps",
12928
13066
  "properties": [
@@ -12937,7 +13075,7 @@
12937
13075
  "immutable": true,
12938
13076
  "locationInModule": {
12939
13077
  "filename": "src/providers/common.ts",
12940
- "line": 292
13078
+ "line": 298
12941
13079
  },
12942
13080
  "name": "logRetention",
12943
13081
  "optional": true,
@@ -12954,7 +13092,7 @@
12954
13092
  "immutable": true,
12955
13093
  "locationInModule": {
12956
13094
  "filename": "src/providers/common.ts",
12957
- "line": 297
13095
+ "line": 303
12958
13096
  },
12959
13097
  "name": "retryOptions",
12960
13098
  "optional": true,
@@ -12977,7 +13115,7 @@
12977
13115
  "kind": "interface",
12978
13116
  "locationInModule": {
12979
13117
  "filename": "src/providers/common.ts",
12980
- "line": 309
13118
+ "line": 315
12981
13119
  },
12982
13120
  "name": "RunnerRuntimeParameters",
12983
13121
  "properties": [
@@ -12991,7 +13129,7 @@
12991
13129
  "immutable": true,
12992
13130
  "locationInModule": {
12993
13131
  "filename": "src/providers/common.ts",
12994
- "line": 323
13132
+ "line": 329
12995
13133
  },
12996
13134
  "name": "githubDomainPath",
12997
13135
  "type": {
@@ -13007,7 +13145,7 @@
13007
13145
  "immutable": true,
13008
13146
  "locationInModule": {
13009
13147
  "filename": "src/providers/common.ts",
13010
- "line": 328
13148
+ "line": 334
13011
13149
  },
13012
13150
  "name": "ownerPath",
13013
13151
  "type": {
@@ -13023,7 +13161,7 @@
13023
13161
  "immutable": true,
13024
13162
  "locationInModule": {
13025
13163
  "filename": "src/providers/common.ts",
13026
- "line": 338
13164
+ "line": 344
13027
13165
  },
13028
13166
  "name": "registrationUrl",
13029
13167
  "type": {
@@ -13039,7 +13177,7 @@
13039
13177
  "immutable": true,
13040
13178
  "locationInModule": {
13041
13179
  "filename": "src/providers/common.ts",
13042
- "line": 333
13180
+ "line": 339
13043
13181
  },
13044
13182
  "name": "repoPath",
13045
13183
  "type": {
@@ -13056,7 +13194,7 @@
13056
13194
  "immutable": true,
13057
13195
  "locationInModule": {
13058
13196
  "filename": "src/providers/common.ts",
13059
- "line": 318
13197
+ "line": 324
13060
13198
  },
13061
13199
  "name": "runnerNamePath",
13062
13200
  "type": {
@@ -13072,7 +13210,7 @@
13072
13210
  "immutable": true,
13073
13211
  "locationInModule": {
13074
13212
  "filename": "src/providers/common.ts",
13075
- "line": 313
13213
+ "line": 319
13076
13214
  },
13077
13215
  "name": "runnerTokenPath",
13078
13216
  "type": {
@@ -13095,7 +13233,7 @@
13095
13233
  },
13096
13234
  "locationInModule": {
13097
13235
  "filename": "src/providers/common.ts",
13098
- "line": 37
13236
+ "line": 38
13099
13237
  },
13100
13238
  "parameters": [
13101
13239
  {
@@ -13110,7 +13248,7 @@
13110
13248
  "kind": "class",
13111
13249
  "locationInModule": {
13112
13250
  "filename": "src/providers/common.ts",
13113
- "line": 18
13251
+ "line": 19
13114
13252
  },
13115
13253
  "methods": [
13116
13254
  {
@@ -13120,7 +13258,7 @@
13120
13258
  },
13121
13259
  "locationInModule": {
13122
13260
  "filename": "src/providers/common.ts",
13123
- "line": 22
13261
+ "line": 23
13124
13262
  },
13125
13263
  "name": "latest",
13126
13264
  "returns": {
@@ -13138,7 +13276,7 @@
13138
13276
  },
13139
13277
  "locationInModule": {
13140
13278
  "filename": "src/providers/common.ts",
13141
- "line": 33
13279
+ "line": 34
13142
13280
  },
13143
13281
  "name": "specific",
13144
13282
  "parameters": [
@@ -13166,7 +13304,7 @@
13166
13304
  },
13167
13305
  "locationInModule": {
13168
13306
  "filename": "src/providers/common.ts",
13169
- "line": 45
13307
+ "line": 46
13170
13308
  },
13171
13309
  "name": "is",
13172
13310
  "parameters": [
@@ -13196,7 +13334,7 @@
13196
13334
  "immutable": true,
13197
13335
  "locationInModule": {
13198
13336
  "filename": "src/providers/common.ts",
13199
- "line": 37
13337
+ "line": 38
13200
13338
  },
13201
13339
  "name": "version",
13202
13340
  "type": {
@@ -13699,6 +13837,6 @@
13699
13837
  "symbolId": "src/image-builders/aws-image-builder/deprecated/windows-components:WindowsComponents"
13700
13838
  }
13701
13839
  },
13702
- "version": "0.12.4",
13703
- "fingerprint": "69HizPxkz7NpAmcNSxp+KX9fAJDLW6cxtGoJG45fW9s="
13840
+ "version": "0.13.0",
13841
+ "fingerprint": "VRBRcBp2OD2TKWfakcAjPyJ399RqA/UkFgrRPMWl5pA="
13704
13842
  }