@cloudsnorkel/cdk-github-runners 0.14.13 → 0.14.15
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 +123 -104
- package/API.md +328 -8
- package/assets/providers/lambda-runner.sh +2 -1
- package/assets/setup.lambda/index.html +7 -7
- package/lib/access.js +1 -1
- package/lib/image-builders/api.js +1 -1
- package/lib/image-builders/aws-image-builder/builder.js +3 -3
- package/lib/image-builders/aws-image-builder/deprecated/ami.js +1 -1
- package/lib/image-builders/aws-image-builder/deprecated/container.js +1 -1
- package/lib/image-builders/aws-image-builder/deprecated/linux-components.js +1 -1
- package/lib/image-builders/aws-image-builder/deprecated/windows-components.js +1 -1
- package/lib/image-builders/codebuild-deprecated.js +1 -1
- package/lib/image-builders/components.js +8 -6
- package/lib/image-builders/static.js +1 -1
- package/lib/providers/codebuild.d.ts +1 -0
- package/lib/providers/codebuild.js +12 -5
- package/lib/providers/common.d.ts +6 -0
- package/lib/providers/common.js +4 -4
- package/lib/providers/ec2.d.ts +1 -0
- package/lib/providers/ec2.js +16 -8
- package/lib/providers/ecs.d.ts +4 -0
- package/lib/providers/ecs.js +7 -2
- package/lib/providers/fargate.d.ts +1 -0
- package/lib/providers/fargate.js +10 -5
- package/lib/providers/lambda.d.ts +1 -0
- package/lib/providers/lambda.js +5 -3
- package/lib/runner.js +1 -1
- package/lib/secrets.js +1 -1
- package/package.json +16 -16
package/.jsii
CHANGED
|
@@ -3834,7 +3834,7 @@
|
|
|
3834
3834
|
"stability": "experimental"
|
|
3835
3835
|
},
|
|
3836
3836
|
"homepage": "https://github.com/CloudSnorkel/cdk-github-runners.git",
|
|
3837
|
-
"jsiiVersion": "5.8.
|
|
3837
|
+
"jsiiVersion": "5.8.22 (build 160a3ef)",
|
|
3838
3838
|
"keywords": [
|
|
3839
3839
|
"aws",
|
|
3840
3840
|
"aws-cdk",
|
|
@@ -5416,7 +5416,7 @@
|
|
|
5416
5416
|
},
|
|
5417
5417
|
"locationInModule": {
|
|
5418
5418
|
"filename": "src/providers/codebuild.ts",
|
|
5419
|
-
"line":
|
|
5419
|
+
"line": 243
|
|
5420
5420
|
},
|
|
5421
5421
|
"parameters": [
|
|
5422
5422
|
{
|
|
@@ -5443,7 +5443,7 @@
|
|
|
5443
5443
|
"kind": "class",
|
|
5444
5444
|
"locationInModule": {
|
|
5445
5445
|
"filename": "src/providers/codebuild.ts",
|
|
5446
|
-
"line":
|
|
5446
|
+
"line": 473
|
|
5447
5447
|
},
|
|
5448
5448
|
"name": "CodeBuildRunner",
|
|
5449
5449
|
"symbolId": "src/providers/codebuild:CodeBuildRunner"
|
|
@@ -5537,7 +5537,7 @@
|
|
|
5537
5537
|
},
|
|
5538
5538
|
"locationInModule": {
|
|
5539
5539
|
"filename": "src/providers/codebuild.ts",
|
|
5540
|
-
"line":
|
|
5540
|
+
"line": 243
|
|
5541
5541
|
},
|
|
5542
5542
|
"parameters": [
|
|
5543
5543
|
{
|
|
@@ -5617,7 +5617,7 @@
|
|
|
5617
5617
|
},
|
|
5618
5618
|
"locationInModule": {
|
|
5619
5619
|
"filename": "src/providers/codebuild.ts",
|
|
5620
|
-
"line":
|
|
5620
|
+
"line": 392
|
|
5621
5621
|
},
|
|
5622
5622
|
"name": "getStepFunctionTask",
|
|
5623
5623
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5646,7 +5646,7 @@
|
|
|
5646
5646
|
},
|
|
5647
5647
|
"locationInModule": {
|
|
5648
5648
|
"filename": "src/providers/codebuild.ts",
|
|
5649
|
-
"line":
|
|
5649
|
+
"line": 441
|
|
5650
5650
|
},
|
|
5651
5651
|
"name": "grantStateMachine",
|
|
5652
5652
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5665,7 +5665,7 @@
|
|
|
5665
5665
|
},
|
|
5666
5666
|
"locationInModule": {
|
|
5667
5667
|
"filename": "src/providers/common.ts",
|
|
5668
|
-
"line":
|
|
5668
|
+
"line": 556
|
|
5669
5669
|
},
|
|
5670
5670
|
"name": "labelsFromProperties",
|
|
5671
5671
|
"parameters": [
|
|
@@ -5715,7 +5715,7 @@
|
|
|
5715
5715
|
},
|
|
5716
5716
|
"locationInModule": {
|
|
5717
5717
|
"filename": "src/providers/codebuild.ts",
|
|
5718
|
-
"line":
|
|
5718
|
+
"line": 444
|
|
5719
5719
|
},
|
|
5720
5720
|
"name": "status",
|
|
5721
5721
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5782,7 +5782,7 @@
|
|
|
5782
5782
|
"immutable": true,
|
|
5783
5783
|
"locationInModule": {
|
|
5784
5784
|
"filename": "src/providers/codebuild.ts",
|
|
5785
|
-
"line":
|
|
5785
|
+
"line": 465
|
|
5786
5786
|
},
|
|
5787
5787
|
"name": "connections",
|
|
5788
5788
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -6821,7 +6821,7 @@
|
|
|
6821
6821
|
},
|
|
6822
6822
|
"locationInModule": {
|
|
6823
6823
|
"filename": "src/providers/ec2.ts",
|
|
6824
|
-
"line":
|
|
6824
|
+
"line": 387
|
|
6825
6825
|
},
|
|
6826
6826
|
"parameters": [
|
|
6827
6827
|
{
|
|
@@ -6848,7 +6848,7 @@
|
|
|
6848
6848
|
"kind": "class",
|
|
6849
6849
|
"locationInModule": {
|
|
6850
6850
|
"filename": "src/providers/ec2.ts",
|
|
6851
|
-
"line":
|
|
6851
|
+
"line": 632
|
|
6852
6852
|
},
|
|
6853
6853
|
"name": "Ec2Runner",
|
|
6854
6854
|
"symbolId": "src/providers/ec2:Ec2Runner"
|
|
@@ -6868,7 +6868,7 @@
|
|
|
6868
6868
|
},
|
|
6869
6869
|
"locationInModule": {
|
|
6870
6870
|
"filename": "src/providers/ec2.ts",
|
|
6871
|
-
"line":
|
|
6871
|
+
"line": 387
|
|
6872
6872
|
},
|
|
6873
6873
|
"parameters": [
|
|
6874
6874
|
{
|
|
@@ -6898,7 +6898,7 @@
|
|
|
6898
6898
|
"kind": "class",
|
|
6899
6899
|
"locationInModule": {
|
|
6900
6900
|
"filename": "src/providers/ec2.ts",
|
|
6901
|
-
"line":
|
|
6901
|
+
"line": 312
|
|
6902
6902
|
},
|
|
6903
6903
|
"methods": [
|
|
6904
6904
|
{
|
|
@@ -6909,7 +6909,7 @@
|
|
|
6909
6909
|
},
|
|
6910
6910
|
"locationInModule": {
|
|
6911
6911
|
"filename": "src/providers/ec2.ts",
|
|
6912
|
-
"line":
|
|
6912
|
+
"line": 332
|
|
6913
6913
|
},
|
|
6914
6914
|
"name": "imageBuilder",
|
|
6915
6915
|
"parameters": [
|
|
@@ -6948,7 +6948,7 @@
|
|
|
6948
6948
|
},
|
|
6949
6949
|
"locationInModule": {
|
|
6950
6950
|
"filename": "src/providers/ec2.ts",
|
|
6951
|
-
"line":
|
|
6951
|
+
"line": 451
|
|
6952
6952
|
},
|
|
6953
6953
|
"name": "getStepFunctionTask",
|
|
6954
6954
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6977,7 +6977,7 @@
|
|
|
6977
6977
|
},
|
|
6978
6978
|
"locationInModule": {
|
|
6979
6979
|
"filename": "src/providers/ec2.ts",
|
|
6980
|
-
"line":
|
|
6980
|
+
"line": 572
|
|
6981
6981
|
},
|
|
6982
6982
|
"name": "grantStateMachine",
|
|
6983
6983
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6996,7 +6996,7 @@
|
|
|
6996
6996
|
},
|
|
6997
6997
|
"locationInModule": {
|
|
6998
6998
|
"filename": "src/providers/common.ts",
|
|
6999
|
-
"line":
|
|
6999
|
+
"line": 556
|
|
7000
7000
|
},
|
|
7001
7001
|
"name": "labelsFromProperties",
|
|
7002
7002
|
"parameters": [
|
|
@@ -7046,7 +7046,7 @@
|
|
|
7046
7046
|
},
|
|
7047
7047
|
"locationInModule": {
|
|
7048
7048
|
"filename": "src/providers/ec2.ts",
|
|
7049
|
-
"line":
|
|
7049
|
+
"line": 602
|
|
7050
7050
|
},
|
|
7051
7051
|
"name": "status",
|
|
7052
7052
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7075,7 +7075,7 @@
|
|
|
7075
7075
|
"immutable": true,
|
|
7076
7076
|
"locationInModule": {
|
|
7077
7077
|
"filename": "src/providers/ec2.ts",
|
|
7078
|
-
"line":
|
|
7078
|
+
"line": 624
|
|
7079
7079
|
},
|
|
7080
7080
|
"name": "connections",
|
|
7081
7081
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -7091,7 +7091,7 @@
|
|
|
7091
7091
|
"immutable": true,
|
|
7092
7092
|
"locationInModule": {
|
|
7093
7093
|
"filename": "src/providers/ec2.ts",
|
|
7094
|
-
"line":
|
|
7094
|
+
"line": 359
|
|
7095
7095
|
},
|
|
7096
7096
|
"name": "grantPrincipal",
|
|
7097
7097
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -7107,7 +7107,7 @@
|
|
|
7107
7107
|
"immutable": true,
|
|
7108
7108
|
"locationInModule": {
|
|
7109
7109
|
"filename": "src/providers/ec2.ts",
|
|
7110
|
-
"line":
|
|
7110
|
+
"line": 354
|
|
7111
7111
|
},
|
|
7112
7112
|
"name": "labels",
|
|
7113
7113
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7129,7 +7129,7 @@
|
|
|
7129
7129
|
"immutable": true,
|
|
7130
7130
|
"locationInModule": {
|
|
7131
7131
|
"filename": "src/providers/ec2.ts",
|
|
7132
|
-
"line":
|
|
7132
|
+
"line": 366
|
|
7133
7133
|
},
|
|
7134
7134
|
"name": "logGroup",
|
|
7135
7135
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7145,7 +7145,7 @@
|
|
|
7145
7145
|
"immutable": true,
|
|
7146
7146
|
"locationInModule": {
|
|
7147
7147
|
"filename": "src/providers/ec2.ts",
|
|
7148
|
-
"line":
|
|
7148
|
+
"line": 368
|
|
7149
7149
|
},
|
|
7150
7150
|
"name": "retryableErrors",
|
|
7151
7151
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7175,7 +7175,7 @@
|
|
|
7175
7175
|
"kind": "interface",
|
|
7176
7176
|
"locationInModule": {
|
|
7177
7177
|
"filename": "src/providers/ec2.ts",
|
|
7178
|
-
"line":
|
|
7178
|
+
"line": 194
|
|
7179
7179
|
},
|
|
7180
7180
|
"name": "Ec2RunnerProviderProps",
|
|
7181
7181
|
"properties": [
|
|
@@ -7188,7 +7188,7 @@
|
|
|
7188
7188
|
"immutable": true,
|
|
7189
7189
|
"locationInModule": {
|
|
7190
7190
|
"filename": "src/providers/ec2.ts",
|
|
7191
|
-
"line":
|
|
7191
|
+
"line": 207
|
|
7192
7192
|
},
|
|
7193
7193
|
"name": "amiBuilder",
|
|
7194
7194
|
"optional": true,
|
|
@@ -7207,7 +7207,7 @@
|
|
|
7207
7207
|
"immutable": true,
|
|
7208
7208
|
"locationInModule": {
|
|
7209
7209
|
"filename": "src/providers/ec2.ts",
|
|
7210
|
-
"line":
|
|
7210
|
+
"line": 232
|
|
7211
7211
|
},
|
|
7212
7212
|
"name": "group",
|
|
7213
7213
|
"optional": true,
|
|
@@ -7226,7 +7226,7 @@
|
|
|
7226
7226
|
"immutable": true,
|
|
7227
7227
|
"locationInModule": {
|
|
7228
7228
|
"filename": "src/providers/ec2.ts",
|
|
7229
|
-
"line":
|
|
7229
|
+
"line": 202
|
|
7230
7230
|
},
|
|
7231
7231
|
"name": "imageBuilder",
|
|
7232
7232
|
"optional": true,
|
|
@@ -7244,7 +7244,7 @@
|
|
|
7244
7244
|
"immutable": true,
|
|
7245
7245
|
"locationInModule": {
|
|
7246
7246
|
"filename": "src/providers/ec2.ts",
|
|
7247
|
-
"line":
|
|
7247
|
+
"line": 239
|
|
7248
7248
|
},
|
|
7249
7249
|
"name": "instanceType",
|
|
7250
7250
|
"optional": true,
|
|
@@ -7263,7 +7263,7 @@
|
|
|
7263
7263
|
"immutable": true,
|
|
7264
7264
|
"locationInModule": {
|
|
7265
7265
|
"filename": "src/providers/ec2.ts",
|
|
7266
|
-
"line":
|
|
7266
|
+
"line": 218
|
|
7267
7267
|
},
|
|
7268
7268
|
"name": "labels",
|
|
7269
7269
|
"optional": true,
|
|
@@ -7287,7 +7287,7 @@
|
|
|
7287
7287
|
"immutable": true,
|
|
7288
7288
|
"locationInModule": {
|
|
7289
7289
|
"filename": "src/providers/ec2.ts",
|
|
7290
|
-
"line":
|
|
7290
|
+
"line": 260
|
|
7291
7291
|
},
|
|
7292
7292
|
"name": "securityGroup",
|
|
7293
7293
|
"optional": true,
|
|
@@ -7305,7 +7305,7 @@
|
|
|
7305
7305
|
"immutable": true,
|
|
7306
7306
|
"locationInModule": {
|
|
7307
7307
|
"filename": "src/providers/ec2.ts",
|
|
7308
|
-
"line":
|
|
7308
|
+
"line": 267
|
|
7309
7309
|
},
|
|
7310
7310
|
"name": "securityGroups",
|
|
7311
7311
|
"optional": true,
|
|
@@ -7329,7 +7329,7 @@
|
|
|
7329
7329
|
"immutable": true,
|
|
7330
7330
|
"locationInModule": {
|
|
7331
7331
|
"filename": "src/providers/ec2.ts",
|
|
7332
|
-
"line":
|
|
7332
|
+
"line": 297
|
|
7333
7333
|
},
|
|
7334
7334
|
"name": "spot",
|
|
7335
7335
|
"optional": true,
|
|
@@ -7347,7 +7347,7 @@
|
|
|
7347
7347
|
"immutable": true,
|
|
7348
7348
|
"locationInModule": {
|
|
7349
7349
|
"filename": "src/providers/ec2.ts",
|
|
7350
|
-
"line":
|
|
7350
|
+
"line": 304
|
|
7351
7351
|
},
|
|
7352
7352
|
"name": "spotMaxPrice",
|
|
7353
7353
|
"optional": true,
|
|
@@ -7364,7 +7364,7 @@
|
|
|
7364
7364
|
"immutable": true,
|
|
7365
7365
|
"locationInModule": {
|
|
7366
7366
|
"filename": "src/providers/ec2.ts",
|
|
7367
|
-
"line":
|
|
7367
|
+
"line": 251
|
|
7368
7368
|
},
|
|
7369
7369
|
"name": "storageOptions",
|
|
7370
7370
|
"optional": true,
|
|
@@ -7383,7 +7383,7 @@
|
|
|
7383
7383
|
"immutable": true,
|
|
7384
7384
|
"locationInModule": {
|
|
7385
7385
|
"filename": "src/providers/ec2.ts",
|
|
7386
|
-
"line":
|
|
7386
|
+
"line": 246
|
|
7387
7387
|
},
|
|
7388
7388
|
"name": "storageSize",
|
|
7389
7389
|
"optional": true,
|
|
@@ -7402,7 +7402,7 @@
|
|
|
7402
7402
|
"immutable": true,
|
|
7403
7403
|
"locationInModule": {
|
|
7404
7404
|
"filename": "src/providers/ec2.ts",
|
|
7405
|
-
"line":
|
|
7405
|
+
"line": 276
|
|
7406
7406
|
},
|
|
7407
7407
|
"name": "subnet",
|
|
7408
7408
|
"optional": true,
|
|
@@ -7421,7 +7421,7 @@
|
|
|
7421
7421
|
"immutable": true,
|
|
7422
7422
|
"locationInModule": {
|
|
7423
7423
|
"filename": "src/providers/ec2.ts",
|
|
7424
|
-
"line":
|
|
7424
|
+
"line": 290
|
|
7425
7425
|
},
|
|
7426
7426
|
"name": "subnetSelection",
|
|
7427
7427
|
"optional": true,
|
|
@@ -7439,7 +7439,7 @@
|
|
|
7439
7439
|
"immutable": true,
|
|
7440
7440
|
"locationInModule": {
|
|
7441
7441
|
"filename": "src/providers/ec2.ts",
|
|
7442
|
-
"line":
|
|
7442
|
+
"line": 283
|
|
7443
7443
|
},
|
|
7444
7444
|
"name": "vpc",
|
|
7445
7445
|
"optional": true,
|
|
@@ -7465,7 +7465,7 @@
|
|
|
7465
7465
|
},
|
|
7466
7466
|
"locationInModule": {
|
|
7467
7467
|
"filename": "src/providers/ecs.ts",
|
|
7468
|
-
"line":
|
|
7468
|
+
"line": 394
|
|
7469
7469
|
},
|
|
7470
7470
|
"parameters": [
|
|
7471
7471
|
{
|
|
@@ -7545,7 +7545,7 @@
|
|
|
7545
7545
|
},
|
|
7546
7546
|
"locationInModule": {
|
|
7547
7547
|
"filename": "src/providers/ecs.ts",
|
|
7548
|
-
"line":
|
|
7548
|
+
"line": 618
|
|
7549
7549
|
},
|
|
7550
7550
|
"name": "getStepFunctionTask",
|
|
7551
7551
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7574,7 +7574,7 @@
|
|
|
7574
7574
|
},
|
|
7575
7575
|
"locationInModule": {
|
|
7576
7576
|
"filename": "src/providers/ecs.ts",
|
|
7577
|
-
"line":
|
|
7577
|
+
"line": 680
|
|
7578
7578
|
},
|
|
7579
7579
|
"name": "grantStateMachine",
|
|
7580
7580
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7593,7 +7593,7 @@
|
|
|
7593
7593
|
},
|
|
7594
7594
|
"locationInModule": {
|
|
7595
7595
|
"filename": "src/providers/common.ts",
|
|
7596
|
-
"line":
|
|
7596
|
+
"line": 556
|
|
7597
7597
|
},
|
|
7598
7598
|
"name": "labelsFromProperties",
|
|
7599
7599
|
"parameters": [
|
|
@@ -7643,7 +7643,7 @@
|
|
|
7643
7643
|
},
|
|
7644
7644
|
"locationInModule": {
|
|
7645
7645
|
"filename": "src/providers/ecs.ts",
|
|
7646
|
-
"line":
|
|
7646
|
+
"line": 683
|
|
7647
7647
|
},
|
|
7648
7648
|
"name": "status",
|
|
7649
7649
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7742,7 +7742,7 @@
|
|
|
7742
7742
|
"immutable": true,
|
|
7743
7743
|
"locationInModule": {
|
|
7744
7744
|
"filename": "src/providers/ecs.ts",
|
|
7745
|
-
"line":
|
|
7745
|
+
"line": 387
|
|
7746
7746
|
},
|
|
7747
7747
|
"name": "retryableErrors",
|
|
7748
7748
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8220,7 +8220,7 @@
|
|
|
8220
8220
|
},
|
|
8221
8221
|
"locationInModule": {
|
|
8222
8222
|
"filename": "src/providers/fargate.ts",
|
|
8223
|
-
"line":
|
|
8223
|
+
"line": 384
|
|
8224
8224
|
},
|
|
8225
8225
|
"parameters": [
|
|
8226
8226
|
{
|
|
@@ -8247,7 +8247,7 @@
|
|
|
8247
8247
|
"kind": "class",
|
|
8248
8248
|
"locationInModule": {
|
|
8249
8249
|
"filename": "src/providers/fargate.ts",
|
|
8250
|
-
"line":
|
|
8250
|
+
"line": 560
|
|
8251
8251
|
},
|
|
8252
8252
|
"name": "FargateRunner",
|
|
8253
8253
|
"symbolId": "src/providers/fargate:FargateRunner"
|
|
@@ -8267,7 +8267,7 @@
|
|
|
8267
8267
|
},
|
|
8268
8268
|
"locationInModule": {
|
|
8269
8269
|
"filename": "src/providers/fargate.ts",
|
|
8270
|
-
"line":
|
|
8270
|
+
"line": 384
|
|
8271
8271
|
},
|
|
8272
8272
|
"parameters": [
|
|
8273
8273
|
{
|
|
@@ -8347,7 +8347,7 @@
|
|
|
8347
8347
|
},
|
|
8348
8348
|
"locationInModule": {
|
|
8349
8349
|
"filename": "src/providers/fargate.ts",
|
|
8350
|
-
"line":
|
|
8350
|
+
"line": 473
|
|
8351
8351
|
},
|
|
8352
8352
|
"name": "getStepFunctionTask",
|
|
8353
8353
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8376,7 +8376,7 @@
|
|
|
8376
8376
|
},
|
|
8377
8377
|
"locationInModule": {
|
|
8378
8378
|
"filename": "src/providers/fargate.ts",
|
|
8379
|
-
"line":
|
|
8379
|
+
"line": 535
|
|
8380
8380
|
},
|
|
8381
8381
|
"name": "grantStateMachine",
|
|
8382
8382
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8395,7 +8395,7 @@
|
|
|
8395
8395
|
},
|
|
8396
8396
|
"locationInModule": {
|
|
8397
8397
|
"filename": "src/providers/common.ts",
|
|
8398
|
-
"line":
|
|
8398
|
+
"line": 556
|
|
8399
8399
|
},
|
|
8400
8400
|
"name": "labelsFromProperties",
|
|
8401
8401
|
"parameters": [
|
|
@@ -8445,7 +8445,7 @@
|
|
|
8445
8445
|
},
|
|
8446
8446
|
"locationInModule": {
|
|
8447
8447
|
"filename": "src/providers/fargate.ts",
|
|
8448
|
-
"line":
|
|
8448
|
+
"line": 538
|
|
8449
8449
|
},
|
|
8450
8450
|
"name": "status",
|
|
8451
8451
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -9715,7 +9715,7 @@
|
|
|
9715
9715
|
"kind": "interface",
|
|
9716
9716
|
"locationInModule": {
|
|
9717
9717
|
"filename": "src/providers/common.ts",
|
|
9718
|
-
"line":
|
|
9718
|
+
"line": 400
|
|
9719
9719
|
},
|
|
9720
9720
|
"name": "IRunnerAmiStatus",
|
|
9721
9721
|
"properties": [
|
|
@@ -9728,7 +9728,7 @@
|
|
|
9728
9728
|
"immutable": true,
|
|
9729
9729
|
"locationInModule": {
|
|
9730
9730
|
"filename": "src/providers/common.ts",
|
|
9731
|
-
"line":
|
|
9731
|
+
"line": 404
|
|
9732
9732
|
},
|
|
9733
9733
|
"name": "launchTemplate",
|
|
9734
9734
|
"type": {
|
|
@@ -9744,7 +9744,7 @@
|
|
|
9744
9744
|
"immutable": true,
|
|
9745
9745
|
"locationInModule": {
|
|
9746
9746
|
"filename": "src/providers/common.ts",
|
|
9747
|
-
"line":
|
|
9747
|
+
"line": 409
|
|
9748
9748
|
},
|
|
9749
9749
|
"name": "amiBuilderLogGroup",
|
|
9750
9750
|
"optional": true,
|
|
@@ -9819,7 +9819,7 @@
|
|
|
9819
9819
|
"kind": "interface",
|
|
9820
9820
|
"locationInModule": {
|
|
9821
9821
|
"filename": "src/providers/common.ts",
|
|
9822
|
-
"line":
|
|
9822
|
+
"line": 380
|
|
9823
9823
|
},
|
|
9824
9824
|
"name": "IRunnerImageStatus",
|
|
9825
9825
|
"properties": [
|
|
@@ -9832,7 +9832,7 @@
|
|
|
9832
9832
|
"immutable": true,
|
|
9833
9833
|
"locationInModule": {
|
|
9834
9834
|
"filename": "src/providers/common.ts",
|
|
9835
|
-
"line":
|
|
9835
|
+
"line": 384
|
|
9836
9836
|
},
|
|
9837
9837
|
"name": "imageRepository",
|
|
9838
9838
|
"type": {
|
|
@@ -9848,7 +9848,7 @@
|
|
|
9848
9848
|
"immutable": true,
|
|
9849
9849
|
"locationInModule": {
|
|
9850
9850
|
"filename": "src/providers/common.ts",
|
|
9851
|
-
"line":
|
|
9851
|
+
"line": 389
|
|
9852
9852
|
},
|
|
9853
9853
|
"name": "imageTag",
|
|
9854
9854
|
"type": {
|
|
@@ -9864,7 +9864,7 @@
|
|
|
9864
9864
|
"immutable": true,
|
|
9865
9865
|
"locationInModule": {
|
|
9866
9866
|
"filename": "src/providers/common.ts",
|
|
9867
|
-
"line":
|
|
9867
|
+
"line": 394
|
|
9868
9868
|
},
|
|
9869
9869
|
"name": "imageBuilderLogGroup",
|
|
9870
9870
|
"optional": true,
|
|
@@ -9891,7 +9891,7 @@
|
|
|
9891
9891
|
"kind": "interface",
|
|
9892
9892
|
"locationInModule": {
|
|
9893
9893
|
"filename": "src/providers/common.ts",
|
|
9894
|
-
"line":
|
|
9894
|
+
"line": 460
|
|
9895
9895
|
},
|
|
9896
9896
|
"methods": [
|
|
9897
9897
|
{
|
|
@@ -9903,7 +9903,7 @@
|
|
|
9903
9903
|
},
|
|
9904
9904
|
"locationInModule": {
|
|
9905
9905
|
"filename": "src/providers/common.ts",
|
|
9906
|
-
"line":
|
|
9906
|
+
"line": 491
|
|
9907
9907
|
},
|
|
9908
9908
|
"name": "getStepFunctionTask",
|
|
9909
9909
|
"parameters": [
|
|
@@ -9932,7 +9932,7 @@
|
|
|
9932
9932
|
},
|
|
9933
9933
|
"locationInModule": {
|
|
9934
9934
|
"filename": "src/providers/common.ts",
|
|
9935
|
-
"line":
|
|
9935
|
+
"line": 499
|
|
9936
9936
|
},
|
|
9937
9937
|
"name": "grantStateMachine",
|
|
9938
9938
|
"parameters": [
|
|
@@ -9956,7 +9956,7 @@
|
|
|
9956
9956
|
},
|
|
9957
9957
|
"locationInModule": {
|
|
9958
9958
|
"filename": "src/providers/common.ts",
|
|
9959
|
-
"line":
|
|
9959
|
+
"line": 506
|
|
9960
9960
|
},
|
|
9961
9961
|
"name": "status",
|
|
9962
9962
|
"parameters": [
|
|
@@ -9989,7 +9989,7 @@
|
|
|
9989
9989
|
"immutable": true,
|
|
9990
9990
|
"locationInModule": {
|
|
9991
9991
|
"filename": "src/providers/common.ts",
|
|
9992
|
-
"line":
|
|
9992
|
+
"line": 468
|
|
9993
9993
|
},
|
|
9994
9994
|
"name": "labels",
|
|
9995
9995
|
"type": {
|
|
@@ -10011,7 +10011,7 @@
|
|
|
10011
10011
|
"immutable": true,
|
|
10012
10012
|
"locationInModule": {
|
|
10013
10013
|
"filename": "src/providers/common.ts",
|
|
10014
|
-
"line":
|
|
10014
|
+
"line": 475
|
|
10015
10015
|
},
|
|
10016
10016
|
"name": "logGroup",
|
|
10017
10017
|
"type": {
|
|
@@ -10028,7 +10028,7 @@
|
|
|
10028
10028
|
"immutable": true,
|
|
10029
10029
|
"locationInModule": {
|
|
10030
10030
|
"filename": "src/providers/common.ts",
|
|
10031
|
-
"line":
|
|
10031
|
+
"line": 482
|
|
10032
10032
|
},
|
|
10033
10033
|
"name": "retryableErrors",
|
|
10034
10034
|
"type": {
|
|
@@ -10053,7 +10053,7 @@
|
|
|
10053
10053
|
"kind": "interface",
|
|
10054
10054
|
"locationInModule": {
|
|
10055
10055
|
"filename": "src/providers/common.ts",
|
|
10056
|
-
"line":
|
|
10056
|
+
"line": 415
|
|
10057
10057
|
},
|
|
10058
10058
|
"name": "IRunnerProviderStatus",
|
|
10059
10059
|
"properties": [
|
|
@@ -10066,7 +10066,7 @@
|
|
|
10066
10066
|
"immutable": true,
|
|
10067
10067
|
"locationInModule": {
|
|
10068
10068
|
"filename": "src/providers/common.ts",
|
|
10069
|
-
"line":
|
|
10069
|
+
"line": 424
|
|
10070
10070
|
},
|
|
10071
10071
|
"name": "labels",
|
|
10072
10072
|
"type": {
|
|
@@ -10087,7 +10087,7 @@
|
|
|
10087
10087
|
"immutable": true,
|
|
10088
10088
|
"locationInModule": {
|
|
10089
10089
|
"filename": "src/providers/common.ts",
|
|
10090
|
-
"line":
|
|
10090
|
+
"line": 419
|
|
10091
10091
|
},
|
|
10092
10092
|
"name": "type",
|
|
10093
10093
|
"type": {
|
|
@@ -10103,7 +10103,7 @@
|
|
|
10103
10103
|
"immutable": true,
|
|
10104
10104
|
"locationInModule": {
|
|
10105
10105
|
"filename": "src/providers/common.ts",
|
|
10106
|
-
"line":
|
|
10106
|
+
"line": 449
|
|
10107
10107
|
},
|
|
10108
10108
|
"name": "ami",
|
|
10109
10109
|
"optional": true,
|
|
@@ -10120,7 +10120,7 @@
|
|
|
10120
10120
|
"immutable": true,
|
|
10121
10121
|
"locationInModule": {
|
|
10122
10122
|
"filename": "src/providers/common.ts",
|
|
10123
|
-
"line":
|
|
10123
|
+
"line": 444
|
|
10124
10124
|
},
|
|
10125
10125
|
"name": "image",
|
|
10126
10126
|
"optional": true,
|
|
@@ -10137,7 +10137,7 @@
|
|
|
10137
10137
|
"immutable": true,
|
|
10138
10138
|
"locationInModule": {
|
|
10139
10139
|
"filename": "src/providers/common.ts",
|
|
10140
|
-
"line":
|
|
10140
|
+
"line": 454
|
|
10141
10141
|
},
|
|
10142
10142
|
"name": "logGroup",
|
|
10143
10143
|
"optional": true,
|
|
@@ -10154,7 +10154,7 @@
|
|
|
10154
10154
|
"immutable": true,
|
|
10155
10155
|
"locationInModule": {
|
|
10156
10156
|
"filename": "src/providers/common.ts",
|
|
10157
|
-
"line":
|
|
10157
|
+
"line": 439
|
|
10158
10158
|
},
|
|
10159
10159
|
"name": "roleArn",
|
|
10160
10160
|
"optional": true,
|
|
@@ -10171,7 +10171,7 @@
|
|
|
10171
10171
|
"immutable": true,
|
|
10172
10172
|
"locationInModule": {
|
|
10173
10173
|
"filename": "src/providers/common.ts",
|
|
10174
|
-
"line":
|
|
10174
|
+
"line": 434
|
|
10175
10175
|
},
|
|
10176
10176
|
"name": "securityGroups",
|
|
10177
10177
|
"optional": true,
|
|
@@ -10193,7 +10193,7 @@
|
|
|
10193
10193
|
"immutable": true,
|
|
10194
10194
|
"locationInModule": {
|
|
10195
10195
|
"filename": "src/providers/common.ts",
|
|
10196
|
-
"line":
|
|
10196
|
+
"line": 429
|
|
10197
10197
|
},
|
|
10198
10198
|
"name": "vpcArn",
|
|
10199
10199
|
"optional": true,
|
|
@@ -10720,7 +10720,7 @@
|
|
|
10720
10720
|
},
|
|
10721
10721
|
"locationInModule": {
|
|
10722
10722
|
"filename": "src/providers/lambda.ts",
|
|
10723
|
-
"line":
|
|
10723
|
+
"line": 238
|
|
10724
10724
|
},
|
|
10725
10725
|
"parameters": [
|
|
10726
10726
|
{
|
|
@@ -10747,7 +10747,7 @@
|
|
|
10747
10747
|
"kind": "class",
|
|
10748
10748
|
"locationInModule": {
|
|
10749
10749
|
"filename": "src/providers/lambda.ts",
|
|
10750
|
-
"line":
|
|
10750
|
+
"line": 478
|
|
10751
10751
|
},
|
|
10752
10752
|
"name": "LambdaRunner",
|
|
10753
10753
|
"symbolId": "src/providers/lambda:LambdaRunner"
|
|
@@ -10767,7 +10767,7 @@
|
|
|
10767
10767
|
},
|
|
10768
10768
|
"locationInModule": {
|
|
10769
10769
|
"filename": "src/providers/lambda.ts",
|
|
10770
|
-
"line":
|
|
10770
|
+
"line": 238
|
|
10771
10771
|
},
|
|
10772
10772
|
"parameters": [
|
|
10773
10773
|
{
|
|
@@ -10847,7 +10847,7 @@
|
|
|
10847
10847
|
},
|
|
10848
10848
|
"locationInModule": {
|
|
10849
10849
|
"filename": "src/providers/lambda.ts",
|
|
10850
|
-
"line":
|
|
10850
|
+
"line": 332
|
|
10851
10851
|
},
|
|
10852
10852
|
"name": "getStepFunctionTask",
|
|
10853
10853
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -10876,7 +10876,7 @@
|
|
|
10876
10876
|
},
|
|
10877
10877
|
"locationInModule": {
|
|
10878
10878
|
"filename": "src/providers/lambda.ts",
|
|
10879
|
-
"line":
|
|
10879
|
+
"line": 395
|
|
10880
10880
|
},
|
|
10881
10881
|
"name": "grantStateMachine",
|
|
10882
10882
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -10895,7 +10895,7 @@
|
|
|
10895
10895
|
},
|
|
10896
10896
|
"locationInModule": {
|
|
10897
10897
|
"filename": "src/providers/common.ts",
|
|
10898
|
-
"line":
|
|
10898
|
+
"line": 556
|
|
10899
10899
|
},
|
|
10900
10900
|
"name": "labelsFromProperties",
|
|
10901
10901
|
"parameters": [
|
|
@@ -10945,7 +10945,7 @@
|
|
|
10945
10945
|
},
|
|
10946
10946
|
"locationInModule": {
|
|
10947
10947
|
"filename": "src/providers/lambda.ts",
|
|
10948
|
-
"line":
|
|
10948
|
+
"line": 398
|
|
10949
10949
|
},
|
|
10950
10950
|
"name": "status",
|
|
10951
10951
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -11012,7 +11012,7 @@
|
|
|
11012
11012
|
"immutable": true,
|
|
11013
11013
|
"locationInModule": {
|
|
11014
11014
|
"filename": "src/providers/lambda.ts",
|
|
11015
|
-
"line":
|
|
11015
|
+
"line": 321
|
|
11016
11016
|
},
|
|
11017
11017
|
"name": "connections",
|
|
11018
11018
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -13053,7 +13053,7 @@
|
|
|
13053
13053
|
},
|
|
13054
13054
|
"locationInModule": {
|
|
13055
13055
|
"filename": "src/image-builders/components.ts",
|
|
13056
|
-
"line":
|
|
13056
|
+
"line": 477
|
|
13057
13057
|
},
|
|
13058
13058
|
"name": "dockerInDocker",
|
|
13059
13059
|
"returns": {
|
|
@@ -13071,7 +13071,7 @@
|
|
|
13071
13071
|
},
|
|
13072
13072
|
"locationInModule": {
|
|
13073
13073
|
"filename": "src/image-builders/components.ts",
|
|
13074
|
-
"line":
|
|
13074
|
+
"line": 580
|
|
13075
13075
|
},
|
|
13076
13076
|
"name": "environmentVariables",
|
|
13077
13077
|
"parameters": [
|
|
@@ -13102,7 +13102,7 @@
|
|
|
13102
13102
|
},
|
|
13103
13103
|
"locationInModule": {
|
|
13104
13104
|
"filename": "src/image-builders/components.ts",
|
|
13105
|
-
"line":
|
|
13105
|
+
"line": 487
|
|
13106
13106
|
},
|
|
13107
13107
|
"name": "extraCertificates",
|
|
13108
13108
|
"parameters": [
|
|
@@ -13203,7 +13203,7 @@
|
|
|
13203
13203
|
},
|
|
13204
13204
|
"locationInModule": {
|
|
13205
13205
|
"filename": "src/image-builders/components.ts",
|
|
13206
|
-
"line":
|
|
13206
|
+
"line": 537
|
|
13207
13207
|
},
|
|
13208
13208
|
"name": "lambdaEntrypoint",
|
|
13209
13209
|
"returns": {
|
|
@@ -13255,7 +13255,7 @@
|
|
|
13255
13255
|
},
|
|
13256
13256
|
"locationInModule": {
|
|
13257
13257
|
"filename": "src/image-builders/components.ts",
|
|
13258
|
-
"line":
|
|
13258
|
+
"line": 617
|
|
13259
13259
|
},
|
|
13260
13260
|
"name": "getAssets",
|
|
13261
13261
|
"parameters": [
|
|
@@ -13292,7 +13292,7 @@
|
|
|
13292
13292
|
},
|
|
13293
13293
|
"locationInModule": {
|
|
13294
13294
|
"filename": "src/image-builders/components.ts",
|
|
13295
|
-
"line":
|
|
13295
|
+
"line": 612
|
|
13296
13296
|
},
|
|
13297
13297
|
"name": "getCommands",
|
|
13298
13298
|
"parameters": [
|
|
@@ -13328,7 +13328,7 @@
|
|
|
13328
13328
|
},
|
|
13329
13329
|
"locationInModule": {
|
|
13330
13330
|
"filename": "src/image-builders/components.ts",
|
|
13331
|
-
"line":
|
|
13331
|
+
"line": 626
|
|
13332
13332
|
},
|
|
13333
13333
|
"name": "getDockerCommands",
|
|
13334
13334
|
"parameters": [
|
|
@@ -13363,7 +13363,7 @@
|
|
|
13363
13363
|
},
|
|
13364
13364
|
"locationInModule": {
|
|
13365
13365
|
"filename": "src/image-builders/components.ts",
|
|
13366
|
-
"line":
|
|
13366
|
+
"line": 633
|
|
13367
13367
|
},
|
|
13368
13368
|
"name": "shouldReboot",
|
|
13369
13369
|
"parameters": [
|
|
@@ -13399,7 +13399,7 @@
|
|
|
13399
13399
|
"immutable": true,
|
|
13400
13400
|
"locationInModule": {
|
|
13401
13401
|
"filename": "src/image-builders/components.ts",
|
|
13402
|
-
"line":
|
|
13402
|
+
"line": 607
|
|
13403
13403
|
},
|
|
13404
13404
|
"name": "name",
|
|
13405
13405
|
"type": {
|
|
@@ -13526,6 +13526,25 @@
|
|
|
13526
13526
|
},
|
|
13527
13527
|
"name": "RunnerProviderProps",
|
|
13528
13528
|
"properties": [
|
|
13529
|
+
{
|
|
13530
|
+
"abstract": true,
|
|
13531
|
+
"docs": {
|
|
13532
|
+
"default": "true",
|
|
13533
|
+
"remarks": "This will tell GitHub Runner to add default labels like `self-hosted`, `linux`, `x64`, and `arm64`.",
|
|
13534
|
+
"stability": "experimental",
|
|
13535
|
+
"summary": "Add default labels based on OS and architecture of the runner."
|
|
13536
|
+
},
|
|
13537
|
+
"immutable": true,
|
|
13538
|
+
"locationInModule": {
|
|
13539
|
+
"filename": "src/providers/common.ts",
|
|
13540
|
+
"line": 332
|
|
13541
|
+
},
|
|
13542
|
+
"name": "defaultLabels",
|
|
13543
|
+
"optional": true,
|
|
13544
|
+
"type": {
|
|
13545
|
+
"primitive": "boolean"
|
|
13546
|
+
}
|
|
13547
|
+
},
|
|
13529
13548
|
{
|
|
13530
13549
|
"abstract": true,
|
|
13531
13550
|
"docs": {
|
|
@@ -13577,7 +13596,7 @@
|
|
|
13577
13596
|
"kind": "interface",
|
|
13578
13597
|
"locationInModule": {
|
|
13579
13598
|
"filename": "src/providers/common.ts",
|
|
13580
|
-
"line":
|
|
13599
|
+
"line": 344
|
|
13581
13600
|
},
|
|
13582
13601
|
"name": "RunnerRuntimeParameters",
|
|
13583
13602
|
"properties": [
|
|
@@ -13591,7 +13610,7 @@
|
|
|
13591
13610
|
"immutable": true,
|
|
13592
13611
|
"locationInModule": {
|
|
13593
13612
|
"filename": "src/providers/common.ts",
|
|
13594
|
-
"line":
|
|
13613
|
+
"line": 358
|
|
13595
13614
|
},
|
|
13596
13615
|
"name": "githubDomainPath",
|
|
13597
13616
|
"type": {
|
|
@@ -13607,7 +13626,7 @@
|
|
|
13607
13626
|
"immutable": true,
|
|
13608
13627
|
"locationInModule": {
|
|
13609
13628
|
"filename": "src/providers/common.ts",
|
|
13610
|
-
"line":
|
|
13629
|
+
"line": 363
|
|
13611
13630
|
},
|
|
13612
13631
|
"name": "ownerPath",
|
|
13613
13632
|
"type": {
|
|
@@ -13623,7 +13642,7 @@
|
|
|
13623
13642
|
"immutable": true,
|
|
13624
13643
|
"locationInModule": {
|
|
13625
13644
|
"filename": "src/providers/common.ts",
|
|
13626
|
-
"line":
|
|
13645
|
+
"line": 373
|
|
13627
13646
|
},
|
|
13628
13647
|
"name": "registrationUrl",
|
|
13629
13648
|
"type": {
|
|
@@ -13639,7 +13658,7 @@
|
|
|
13639
13658
|
"immutable": true,
|
|
13640
13659
|
"locationInModule": {
|
|
13641
13660
|
"filename": "src/providers/common.ts",
|
|
13642
|
-
"line":
|
|
13661
|
+
"line": 368
|
|
13643
13662
|
},
|
|
13644
13663
|
"name": "repoPath",
|
|
13645
13664
|
"type": {
|
|
@@ -13656,7 +13675,7 @@
|
|
|
13656
13675
|
"immutable": true,
|
|
13657
13676
|
"locationInModule": {
|
|
13658
13677
|
"filename": "src/providers/common.ts",
|
|
13659
|
-
"line":
|
|
13678
|
+
"line": 353
|
|
13660
13679
|
},
|
|
13661
13680
|
"name": "runnerNamePath",
|
|
13662
13681
|
"type": {
|
|
@@ -13672,7 +13691,7 @@
|
|
|
13672
13691
|
"immutable": true,
|
|
13673
13692
|
"locationInModule": {
|
|
13674
13693
|
"filename": "src/providers/common.ts",
|
|
13675
|
-
"line":
|
|
13694
|
+
"line": 348
|
|
13676
13695
|
},
|
|
13677
13696
|
"name": "runnerTokenPath",
|
|
13678
13697
|
"type": {
|
|
@@ -14063,7 +14082,7 @@
|
|
|
14063
14082
|
"kind": "interface",
|
|
14064
14083
|
"locationInModule": {
|
|
14065
14084
|
"filename": "src/providers/common.ts",
|
|
14066
|
-
"line":
|
|
14085
|
+
"line": 512
|
|
14067
14086
|
},
|
|
14068
14087
|
"name": "StorageOptions",
|
|
14069
14088
|
"properties": [
|
|
@@ -14079,7 +14098,7 @@
|
|
|
14079
14098
|
"immutable": true,
|
|
14080
14099
|
"locationInModule": {
|
|
14081
14100
|
"filename": "src/providers/common.ts",
|
|
14082
|
-
"line":
|
|
14101
|
+
"line": 533
|
|
14083
14102
|
},
|
|
14084
14103
|
"name": "iops",
|
|
14085
14104
|
"optional": true,
|
|
@@ -14098,7 +14117,7 @@
|
|
|
14098
14117
|
"immutable": true,
|
|
14099
14118
|
"locationInModule": {
|
|
14100
14119
|
"filename": "src/providers/common.ts",
|
|
14101
|
-
"line":
|
|
14120
|
+
"line": 541
|
|
14102
14121
|
},
|
|
14103
14122
|
"name": "throughput",
|
|
14104
14123
|
"optional": true,
|
|
@@ -14117,7 +14136,7 @@
|
|
|
14117
14136
|
"immutable": true,
|
|
14118
14137
|
"locationInModule": {
|
|
14119
14138
|
"filename": "src/providers/common.ts",
|
|
14120
|
-
"line":
|
|
14139
|
+
"line": 519
|
|
14121
14140
|
},
|
|
14122
14141
|
"name": "volumeType",
|
|
14123
14142
|
"optional": true,
|
|
@@ -14375,6 +14394,6 @@
|
|
|
14375
14394
|
"symbolId": "src/image-builders/aws-image-builder/deprecated/windows-components:WindowsComponents"
|
|
14376
14395
|
}
|
|
14377
14396
|
},
|
|
14378
|
-
"version": "0.14.
|
|
14379
|
-
"fingerprint": "
|
|
14397
|
+
"version": "0.14.15",
|
|
14398
|
+
"fingerprint": "UmJj6oqVe7RG4sJvVrVK0jhMUqWxZ3FaF11lDGThQBo="
|
|
14380
14399
|
}
|