@flit/cdk-pipeline 1.0.22 → 1.0.24
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 +579 -26
- package/README.md +1 -1
- package/dist/artifact.js +1 -1
- package/dist/code-commit-source-segment.js +3 -3
- package/dist/code-star-source-segment.d.ts +37 -0
- package/dist/code-star-source-segment.js +38 -0
- package/dist/git-hub-source-segment.js +3 -3
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/pipeline-segment.js +1 -1
- package/dist/pipeline.js +2 -2
- package/dist/publish-assets-action.js +4 -4
- package/dist/s3-source-segment.js +3 -3
- package/dist/segment.js +3 -3
- package/dist/source-segment.js +1 -1
- package/dist/stack-segment.js +4 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +13 -19
- package/src/code-commit-source-segment.ts +2 -2
- package/src/code-star-source-segment.ts +60 -0
- package/src/git-hub-source-segment.ts +1 -1
- package/src/index.ts +1 -0
- package/src/pipeline.ts +9 -5
- package/src/publish-assets-action.ts +8 -8
- package/src/s3-source-segment.ts +1 -1
- package/src/stack-segment.ts +6 -6
package/.jsii
CHANGED
|
@@ -7,12 +7,9 @@
|
|
|
7
7
|
],
|
|
8
8
|
"url": "https://github.com/p-mercury"
|
|
9
9
|
},
|
|
10
|
-
"bundled": {
|
|
11
|
-
"path": "^0.12.7"
|
|
12
|
-
},
|
|
13
10
|
"dependencies": {
|
|
14
|
-
"aws-cdk-lib": "^2.
|
|
15
|
-
"constructs": "^10.
|
|
11
|
+
"aws-cdk-lib": "^2.118.0",
|
|
12
|
+
"constructs": "^10.3.0"
|
|
16
13
|
},
|
|
17
14
|
"dependencyClosure": {
|
|
18
15
|
"@aws-cdk/asset-awscli-v1": {
|
|
@@ -67,29 +64,29 @@
|
|
|
67
64
|
}
|
|
68
65
|
}
|
|
69
66
|
},
|
|
70
|
-
"@aws-cdk/asset-node-proxy-agent-
|
|
67
|
+
"@aws-cdk/asset-node-proxy-agent-v6": {
|
|
71
68
|
"targets": {
|
|
72
69
|
"dotnet": {
|
|
73
|
-
"namespace": "Amazon.CDK.Asset.
|
|
74
|
-
"packageId": "Amazon.CDK.Asset.
|
|
70
|
+
"namespace": "Amazon.CDK.Asset.NodeProxyAgentV6",
|
|
71
|
+
"packageId": "Amazon.CDK.Asset.NodeProxyAgentV6"
|
|
75
72
|
},
|
|
76
73
|
"go": {
|
|
77
74
|
"moduleName": "github.com/cdklabs/awscdk-asset-node-proxy-agent-go",
|
|
78
|
-
"packageName": "
|
|
75
|
+
"packageName": "nodeproxyagentv6"
|
|
79
76
|
},
|
|
80
77
|
"java": {
|
|
81
78
|
"maven": {
|
|
82
|
-
"artifactId": "cdk-asset-node-proxy-agent-
|
|
79
|
+
"artifactId": "cdk-asset-node-proxy-agent-v6",
|
|
83
80
|
"groupId": "software.amazon.awscdk"
|
|
84
81
|
},
|
|
85
|
-
"package": "software.amazon.awscdk.cdk.asset.node.proxy.agent.
|
|
82
|
+
"package": "software.amazon.awscdk.cdk.asset.node.proxy.agent.v6"
|
|
86
83
|
},
|
|
87
84
|
"js": {
|
|
88
|
-
"npm": "@aws-cdk/asset-node-proxy-agent-
|
|
85
|
+
"npm": "@aws-cdk/asset-node-proxy-agent-v6"
|
|
89
86
|
},
|
|
90
87
|
"python": {
|
|
91
|
-
"distName": "aws-cdk.asset-node-proxy-agent-
|
|
92
|
-
"module": "aws_cdk.
|
|
88
|
+
"distName": "aws-cdk.asset-node-proxy-agent-v6",
|
|
89
|
+
"module": "aws_cdk.asset_node_proxy_agent_v6"
|
|
93
90
|
}
|
|
94
91
|
}
|
|
95
92
|
},
|
|
@@ -225,6 +222,8 @@
|
|
|
225
222
|
}
|
|
226
223
|
}
|
|
227
224
|
},
|
|
225
|
+
"aws-cdk-lib.aws_apigatewayv2_authorizers": {},
|
|
226
|
+
"aws-cdk-lib.aws_apigatewayv2_integrations": {},
|
|
228
227
|
"aws-cdk-lib.aws_appconfig": {
|
|
229
228
|
"targets": {
|
|
230
229
|
"dotnet": {
|
|
@@ -355,6 +354,19 @@
|
|
|
355
354
|
}
|
|
356
355
|
}
|
|
357
356
|
},
|
|
357
|
+
"aws-cdk-lib.aws_arczonalshift": {
|
|
358
|
+
"targets": {
|
|
359
|
+
"dotnet": {
|
|
360
|
+
"package": "Amazon.CDK.AWS.ARCZonalShift"
|
|
361
|
+
},
|
|
362
|
+
"java": {
|
|
363
|
+
"package": "software.amazon.awscdk.services.arczonalshift"
|
|
364
|
+
},
|
|
365
|
+
"python": {
|
|
366
|
+
"module": "aws_cdk.aws_arczonalshift"
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
},
|
|
358
370
|
"aws-cdk-lib.aws_athena": {
|
|
359
371
|
"targets": {
|
|
360
372
|
"dotnet": {
|
|
@@ -433,6 +445,19 @@
|
|
|
433
445
|
}
|
|
434
446
|
}
|
|
435
447
|
},
|
|
448
|
+
"aws-cdk-lib.aws_b2bi": {
|
|
449
|
+
"targets": {
|
|
450
|
+
"dotnet": {
|
|
451
|
+
"package": "Amazon.CDK.AWS.B2BI"
|
|
452
|
+
},
|
|
453
|
+
"java": {
|
|
454
|
+
"package": "software.amazon.awscdk.services.b2bi"
|
|
455
|
+
},
|
|
456
|
+
"python": {
|
|
457
|
+
"module": "aws_cdk.aws_b2bi"
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
},
|
|
436
461
|
"aws-cdk-lib.aws_backup": {
|
|
437
462
|
"targets": {
|
|
438
463
|
"dotnet": {
|
|
@@ -452,7 +477,7 @@
|
|
|
452
477
|
"package": "Amazon.CDK.AWS.BackupGateway"
|
|
453
478
|
},
|
|
454
479
|
"java": {
|
|
455
|
-
"package": "services.backupgateway"
|
|
480
|
+
"package": "software.amazon.awscdk.services.backupgateway"
|
|
456
481
|
},
|
|
457
482
|
"python": {
|
|
458
483
|
"module": "aws_cdk.aws_backupgateway"
|
|
@@ -472,6 +497,19 @@
|
|
|
472
497
|
}
|
|
473
498
|
}
|
|
474
499
|
},
|
|
500
|
+
"aws-cdk-lib.aws_bedrock": {
|
|
501
|
+
"targets": {
|
|
502
|
+
"dotnet": {
|
|
503
|
+
"namespace": "Amazon.CDK.AWS.Bedrock"
|
|
504
|
+
},
|
|
505
|
+
"java": {
|
|
506
|
+
"package": "software.amazon.awscdk.services.bedrock"
|
|
507
|
+
},
|
|
508
|
+
"python": {
|
|
509
|
+
"module": "aws_cdk.aws_bedrock"
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
},
|
|
475
513
|
"aws-cdk-lib.aws_billingconductor": {
|
|
476
514
|
"targets": {
|
|
477
515
|
"dotnet": {
|
|
@@ -556,7 +594,7 @@
|
|
|
556
594
|
"package": "Amazon.CDK.AWS.CleanRooms"
|
|
557
595
|
},
|
|
558
596
|
"java": {
|
|
559
|
-
"package": "services.cleanrooms"
|
|
597
|
+
"package": "software.amazon.awscdk.services.cleanrooms"
|
|
560
598
|
},
|
|
561
599
|
"python": {
|
|
562
600
|
"module": "aws_cdk.aws_cleanrooms"
|
|
@@ -1292,6 +1330,19 @@
|
|
|
1292
1330
|
}
|
|
1293
1331
|
}
|
|
1294
1332
|
},
|
|
1333
|
+
"aws-cdk-lib.aws_entityresolution": {
|
|
1334
|
+
"targets": {
|
|
1335
|
+
"dotnet": {
|
|
1336
|
+
"package": "Amazon.CDK.AWS.EntityResolution"
|
|
1337
|
+
},
|
|
1338
|
+
"java": {
|
|
1339
|
+
"package": "software.amazon.awscdk.services.entityresolution"
|
|
1340
|
+
},
|
|
1341
|
+
"python": {
|
|
1342
|
+
"module": "aws_cdk.aws_entityresolution"
|
|
1343
|
+
}
|
|
1344
|
+
}
|
|
1345
|
+
},
|
|
1295
1346
|
"aws-cdk-lib.aws_events": {
|
|
1296
1347
|
"targets": {
|
|
1297
1348
|
"dotnet": {
|
|
@@ -1539,6 +1590,19 @@
|
|
|
1539
1590
|
}
|
|
1540
1591
|
}
|
|
1541
1592
|
},
|
|
1593
|
+
"aws-cdk-lib.aws_healthimaging": {
|
|
1594
|
+
"targets": {
|
|
1595
|
+
"dotnet": {
|
|
1596
|
+
"package": "Amazon.CDK.AWS.HealthImaging"
|
|
1597
|
+
},
|
|
1598
|
+
"java": {
|
|
1599
|
+
"package": "software.amazon.awscdk.services.healthimaging"
|
|
1600
|
+
},
|
|
1601
|
+
"python": {
|
|
1602
|
+
"module": "aws_cdk.aws_healthimaging"
|
|
1603
|
+
}
|
|
1604
|
+
}
|
|
1605
|
+
},
|
|
1542
1606
|
"aws-cdk-lib.aws_healthlake": {
|
|
1543
1607
|
"targets": {
|
|
1544
1608
|
"dotnet": {
|
|
@@ -2189,6 +2253,19 @@
|
|
|
2189
2253
|
}
|
|
2190
2254
|
}
|
|
2191
2255
|
},
|
|
2256
|
+
"aws-cdk-lib.aws_mediapackagev2": {
|
|
2257
|
+
"targets": {
|
|
2258
|
+
"dotnet": {
|
|
2259
|
+
"package": "Amazon.CDK.AWS.MediaPackageV2"
|
|
2260
|
+
},
|
|
2261
|
+
"java": {
|
|
2262
|
+
"package": "software.amazon.awscdk.services.mediapackagev2"
|
|
2263
|
+
},
|
|
2264
|
+
"python": {
|
|
2265
|
+
"module": "aws_cdk.aws_mediapackagev2"
|
|
2266
|
+
}
|
|
2267
|
+
}
|
|
2268
|
+
},
|
|
2192
2269
|
"aws-cdk-lib.aws_mediastore": {
|
|
2193
2270
|
"targets": {
|
|
2194
2271
|
"dotnet": {
|
|
@@ -2267,6 +2344,19 @@
|
|
|
2267
2344
|
}
|
|
2268
2345
|
}
|
|
2269
2346
|
},
|
|
2347
|
+
"aws-cdk-lib.aws_neptunegraph": {
|
|
2348
|
+
"targets": {
|
|
2349
|
+
"dotnet": {
|
|
2350
|
+
"package": "Amazon.CDK.AWS.NeptuneGraph"
|
|
2351
|
+
},
|
|
2352
|
+
"java": {
|
|
2353
|
+
"package": "software.amazon.awscdk.services.neptunegraph"
|
|
2354
|
+
},
|
|
2355
|
+
"python": {
|
|
2356
|
+
"module": "aws_cdk.aws_neptunegraph"
|
|
2357
|
+
}
|
|
2358
|
+
}
|
|
2359
|
+
},
|
|
2270
2360
|
"aws-cdk-lib.aws_networkfirewall": {
|
|
2271
2361
|
"targets": {
|
|
2272
2362
|
"dotnet": {
|
|
@@ -2403,7 +2493,7 @@
|
|
|
2403
2493
|
"package": "Amazon.CDK.AWS.OSIS"
|
|
2404
2494
|
},
|
|
2405
2495
|
"java": {
|
|
2406
|
-
"package": "services.osis"
|
|
2496
|
+
"package": "software.amazon.awscdk.services.osis"
|
|
2407
2497
|
},
|
|
2408
2498
|
"python": {
|
|
2409
2499
|
"module": "aws_cdk.aws_osis"
|
|
@@ -2423,6 +2513,19 @@
|
|
|
2423
2513
|
}
|
|
2424
2514
|
}
|
|
2425
2515
|
},
|
|
2516
|
+
"aws-cdk-lib.aws_pcaconnectorad": {
|
|
2517
|
+
"targets": {
|
|
2518
|
+
"dotnet": {
|
|
2519
|
+
"package": "Amazon.CDK.AWS.PCAConnectorAD"
|
|
2520
|
+
},
|
|
2521
|
+
"java": {
|
|
2522
|
+
"package": "software.amazon.awscdk.services.pcaconnectorad"
|
|
2523
|
+
},
|
|
2524
|
+
"python": {
|
|
2525
|
+
"module": "aws_cdk.aws_pcaconnectorad"
|
|
2526
|
+
}
|
|
2527
|
+
}
|
|
2528
|
+
},
|
|
2426
2529
|
"aws-cdk-lib.aws_personalize": {
|
|
2427
2530
|
"targets": {
|
|
2428
2531
|
"dotnet": {
|
|
@@ -2481,7 +2584,7 @@
|
|
|
2481
2584
|
"package": "Amazon.CDK.AWS.Proton"
|
|
2482
2585
|
},
|
|
2483
2586
|
"java": {
|
|
2484
|
-
"package": "services.proton"
|
|
2587
|
+
"package": "software.amazon.awscdk.services.proton"
|
|
2485
2588
|
},
|
|
2486
2589
|
"python": {
|
|
2487
2590
|
"module": "aws_cdk.aws_proton"
|
|
@@ -2800,6 +2903,19 @@
|
|
|
2800
2903
|
}
|
|
2801
2904
|
}
|
|
2802
2905
|
},
|
|
2906
|
+
"aws-cdk-lib.aws_s3express": {
|
|
2907
|
+
"targets": {
|
|
2908
|
+
"dotnet": {
|
|
2909
|
+
"package": "Amazon.CDK.AWS.S3Express"
|
|
2910
|
+
},
|
|
2911
|
+
"java": {
|
|
2912
|
+
"package": "software.amazon.awscdk.services.s3express"
|
|
2913
|
+
},
|
|
2914
|
+
"python": {
|
|
2915
|
+
"module": "aws_cdk.aws_s3express"
|
|
2916
|
+
}
|
|
2917
|
+
}
|
|
2918
|
+
},
|
|
2803
2919
|
"aws-cdk-lib.aws_s3objectlambda": {
|
|
2804
2920
|
"targets": {
|
|
2805
2921
|
"dotnet": {
|
|
@@ -2975,7 +3091,7 @@
|
|
|
2975
3091
|
"package": "Amazon.CDK.AWS.Shield"
|
|
2976
3092
|
},
|
|
2977
3093
|
"java": {
|
|
2978
|
-
"package": "services.shield"
|
|
3094
|
+
"package": "software.amazon.awscdk.services.shield"
|
|
2979
3095
|
},
|
|
2980
3096
|
"python": {
|
|
2981
3097
|
"module": "aws_cdk.aws_shield"
|
|
@@ -3196,7 +3312,7 @@
|
|
|
3196
3312
|
"package": "Amazon.CDK.AWS.VerifiedPermissions"
|
|
3197
3313
|
},
|
|
3198
3314
|
"java": {
|
|
3199
|
-
"package": "services.verifiedpermissions"
|
|
3315
|
+
"package": "software.amazon.awscdk.services.verifiedpermissions"
|
|
3200
3316
|
},
|
|
3201
3317
|
"python": {
|
|
3202
3318
|
"module": "aws_cdk.aws_verifiedpermissions"
|
|
@@ -3294,6 +3410,32 @@
|
|
|
3294
3410
|
}
|
|
3295
3411
|
}
|
|
3296
3412
|
},
|
|
3413
|
+
"aws-cdk-lib.aws_workspacesthinclient": {
|
|
3414
|
+
"targets": {
|
|
3415
|
+
"dotnet": {
|
|
3416
|
+
"package": "Amazon.CDK.AWS.WorkSpacesThinClient"
|
|
3417
|
+
},
|
|
3418
|
+
"java": {
|
|
3419
|
+
"package": "software.amazon.awscdk.services.workspacesthinclient"
|
|
3420
|
+
},
|
|
3421
|
+
"python": {
|
|
3422
|
+
"module": "aws_cdk.aws_workspacesthinclient"
|
|
3423
|
+
}
|
|
3424
|
+
}
|
|
3425
|
+
},
|
|
3426
|
+
"aws-cdk-lib.aws_workspacesweb": {
|
|
3427
|
+
"targets": {
|
|
3428
|
+
"dotnet": {
|
|
3429
|
+
"package": "Amazon.CDK.AWS.WorkSpacesWeb"
|
|
3430
|
+
},
|
|
3431
|
+
"java": {
|
|
3432
|
+
"package": "software.amazon.awscdk.services.workspacesweb"
|
|
3433
|
+
},
|
|
3434
|
+
"python": {
|
|
3435
|
+
"module": "aws_cdk.aws_workspacesweb"
|
|
3436
|
+
}
|
|
3437
|
+
}
|
|
3438
|
+
},
|
|
3297
3439
|
"aws-cdk-lib.aws_xray": {
|
|
3298
3440
|
"targets": {
|
|
3299
3441
|
"dotnet": {
|
|
@@ -3495,7 +3637,7 @@
|
|
|
3495
3637
|
"stability": "stable"
|
|
3496
3638
|
},
|
|
3497
3639
|
"homepage": "https://p-mercury.github.io/jumper-de/modules/_flit_cdk_pipeline",
|
|
3498
|
-
"jsiiVersion": "5.
|
|
3640
|
+
"jsiiVersion": "5.3.2 (build 6cb444d)",
|
|
3499
3641
|
"keywords": [
|
|
3500
3642
|
"aws",
|
|
3501
3643
|
"cdk",
|
|
@@ -3516,7 +3658,7 @@
|
|
|
3516
3658
|
},
|
|
3517
3659
|
"name": "@flit/cdk-pipeline",
|
|
3518
3660
|
"readme": {
|
|
3519
|
-
"markdown": "This library exposes a highly customizable and extensible L3 pipeline construct intended as an alternative to the CDK native L3 [CodePipeline](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.pipelines.CodePipeline.html) construct which has some inherent limitations in capability and extensibility.\n\nThe linked documentation provides the tools and documentation to get your own pipeline up and running and build your own custom segments.\n\n### [Documentation](https://
|
|
3661
|
+
"markdown": "This library exposes a highly customizable and extensible L3 pipeline construct intended as an alternative to the CDK native L3 [CodePipeline](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.pipelines.CodePipeline.html) construct which has some inherent limitations in capability and extensibility.\n\nThe linked documentation provides the tools and documentation to get your own pipeline up and running and build your own custom segments.\n\n### [Documentation](https://docs.jumper.de/modules/_flit_cdk_pipeline.html)\n"
|
|
3520
3662
|
},
|
|
3521
3663
|
"repository": {
|
|
3522
3664
|
"type": "git",
|
|
@@ -3990,6 +4132,417 @@
|
|
|
3990
4132
|
],
|
|
3991
4133
|
"symbolId": "src/code-commit-source-segment:CodeCommitSourceSegmentProps"
|
|
3992
4134
|
},
|
|
4135
|
+
"@flit/cdk-pipeline.CodeStarSourceSegment": {
|
|
4136
|
+
"assembly": "@flit/cdk-pipeline",
|
|
4137
|
+
"base": "@flit/cdk-pipeline.SourceSegment",
|
|
4138
|
+
"docs": {
|
|
4139
|
+
"custom": {
|
|
4140
|
+
"category": "Segments"
|
|
4141
|
+
},
|
|
4142
|
+
"stability": "stable"
|
|
4143
|
+
},
|
|
4144
|
+
"fqn": "@flit/cdk-pipeline.CodeStarSourceSegment",
|
|
4145
|
+
"initializer": {
|
|
4146
|
+
"docs": {
|
|
4147
|
+
"stability": "stable"
|
|
4148
|
+
},
|
|
4149
|
+
"locationInModule": {
|
|
4150
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4151
|
+
"line": 23
|
|
4152
|
+
},
|
|
4153
|
+
"parameters": [
|
|
4154
|
+
{
|
|
4155
|
+
"name": "props",
|
|
4156
|
+
"type": {
|
|
4157
|
+
"fqn": "@flit/cdk-pipeline.CodeStarSourceSegmentProps"
|
|
4158
|
+
}
|
|
4159
|
+
}
|
|
4160
|
+
]
|
|
4161
|
+
},
|
|
4162
|
+
"kind": "class",
|
|
4163
|
+
"locationInModule": {
|
|
4164
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4165
|
+
"line": 21
|
|
4166
|
+
},
|
|
4167
|
+
"methods": [
|
|
4168
|
+
{
|
|
4169
|
+
"docs": {
|
|
4170
|
+
"stability": "stable"
|
|
4171
|
+
},
|
|
4172
|
+
"locationInModule": {
|
|
4173
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4174
|
+
"line": 27
|
|
4175
|
+
},
|
|
4176
|
+
"name": "construct",
|
|
4177
|
+
"overrides": "@flit/cdk-pipeline.Segment",
|
|
4178
|
+
"parameters": [
|
|
4179
|
+
{
|
|
4180
|
+
"name": "scope",
|
|
4181
|
+
"type": {
|
|
4182
|
+
"fqn": "@flit/cdk-pipeline.Pipeline"
|
|
4183
|
+
}
|
|
4184
|
+
}
|
|
4185
|
+
],
|
|
4186
|
+
"returns": {
|
|
4187
|
+
"type": {
|
|
4188
|
+
"fqn": "@flit/cdk-pipeline.SegmentConstructed"
|
|
4189
|
+
}
|
|
4190
|
+
}
|
|
4191
|
+
}
|
|
4192
|
+
],
|
|
4193
|
+
"name": "CodeStarSourceSegment",
|
|
4194
|
+
"symbolId": "src/code-star-source-segment:CodeStarSourceSegment"
|
|
4195
|
+
},
|
|
4196
|
+
"@flit/cdk-pipeline.CodeStarSourceSegmentConstructed": {
|
|
4197
|
+
"assembly": "@flit/cdk-pipeline",
|
|
4198
|
+
"base": "@flit/cdk-pipeline.SegmentConstructed",
|
|
4199
|
+
"docs": {
|
|
4200
|
+
"stability": "stable"
|
|
4201
|
+
},
|
|
4202
|
+
"fqn": "@flit/cdk-pipeline.CodeStarSourceSegmentConstructed",
|
|
4203
|
+
"initializer": {
|
|
4204
|
+
"docs": {
|
|
4205
|
+
"stability": "stable"
|
|
4206
|
+
},
|
|
4207
|
+
"locationInModule": {
|
|
4208
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4209
|
+
"line": 51
|
|
4210
|
+
},
|
|
4211
|
+
"parameters": [
|
|
4212
|
+
{
|
|
4213
|
+
"name": "scope",
|
|
4214
|
+
"type": {
|
|
4215
|
+
"fqn": "@flit/cdk-pipeline.Pipeline"
|
|
4216
|
+
}
|
|
4217
|
+
},
|
|
4218
|
+
{
|
|
4219
|
+
"name": "id",
|
|
4220
|
+
"type": {
|
|
4221
|
+
"primitive": "string"
|
|
4222
|
+
}
|
|
4223
|
+
},
|
|
4224
|
+
{
|
|
4225
|
+
"name": "props",
|
|
4226
|
+
"type": {
|
|
4227
|
+
"fqn": "@flit/cdk-pipeline.CodeStarSourceSegmentConstructedProps"
|
|
4228
|
+
}
|
|
4229
|
+
}
|
|
4230
|
+
]
|
|
4231
|
+
},
|
|
4232
|
+
"kind": "class",
|
|
4233
|
+
"locationInModule": {
|
|
4234
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4235
|
+
"line": 48
|
|
4236
|
+
},
|
|
4237
|
+
"name": "CodeStarSourceSegmentConstructed",
|
|
4238
|
+
"properties": [
|
|
4239
|
+
{
|
|
4240
|
+
"docs": {
|
|
4241
|
+
"stability": "stable"
|
|
4242
|
+
},
|
|
4243
|
+
"immutable": true,
|
|
4244
|
+
"locationInModule": {
|
|
4245
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4246
|
+
"line": 50
|
|
4247
|
+
},
|
|
4248
|
+
"name": "actions",
|
|
4249
|
+
"overrides": "@flit/cdk-pipeline.SegmentConstructed",
|
|
4250
|
+
"type": {
|
|
4251
|
+
"collection": {
|
|
4252
|
+
"elementtype": {
|
|
4253
|
+
"fqn": "aws-cdk-lib.aws_codepipeline.IAction"
|
|
4254
|
+
},
|
|
4255
|
+
"kind": "array"
|
|
4256
|
+
}
|
|
4257
|
+
}
|
|
4258
|
+
},
|
|
4259
|
+
{
|
|
4260
|
+
"docs": {
|
|
4261
|
+
"stability": "stable"
|
|
4262
|
+
},
|
|
4263
|
+
"immutable": true,
|
|
4264
|
+
"locationInModule": {
|
|
4265
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4266
|
+
"line": 49
|
|
4267
|
+
},
|
|
4268
|
+
"name": "name",
|
|
4269
|
+
"overrides": "@flit/cdk-pipeline.SegmentConstructed",
|
|
4270
|
+
"type": {
|
|
4271
|
+
"primitive": "string"
|
|
4272
|
+
}
|
|
4273
|
+
}
|
|
4274
|
+
],
|
|
4275
|
+
"symbolId": "src/code-star-source-segment:CodeStarSourceSegmentConstructed"
|
|
4276
|
+
},
|
|
4277
|
+
"@flit/cdk-pipeline.CodeStarSourceSegmentConstructedProps": {
|
|
4278
|
+
"assembly": "@flit/cdk-pipeline",
|
|
4279
|
+
"datatype": true,
|
|
4280
|
+
"docs": {
|
|
4281
|
+
"stability": "stable"
|
|
4282
|
+
},
|
|
4283
|
+
"fqn": "@flit/cdk-pipeline.CodeStarSourceSegmentConstructedProps",
|
|
4284
|
+
"kind": "interface",
|
|
4285
|
+
"locationInModule": {
|
|
4286
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4287
|
+
"line": 36
|
|
4288
|
+
},
|
|
4289
|
+
"name": "CodeStarSourceSegmentConstructedProps",
|
|
4290
|
+
"properties": [
|
|
4291
|
+
{
|
|
4292
|
+
"abstract": true,
|
|
4293
|
+
"docs": {
|
|
4294
|
+
"stability": "stable"
|
|
4295
|
+
},
|
|
4296
|
+
"immutable": true,
|
|
4297
|
+
"locationInModule": {
|
|
4298
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4299
|
+
"line": 38
|
|
4300
|
+
},
|
|
4301
|
+
"name": "actionName",
|
|
4302
|
+
"type": {
|
|
4303
|
+
"primitive": "string"
|
|
4304
|
+
}
|
|
4305
|
+
},
|
|
4306
|
+
{
|
|
4307
|
+
"abstract": true,
|
|
4308
|
+
"docs": {
|
|
4309
|
+
"stability": "stable"
|
|
4310
|
+
},
|
|
4311
|
+
"immutable": true,
|
|
4312
|
+
"locationInModule": {
|
|
4313
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4314
|
+
"line": 39
|
|
4315
|
+
},
|
|
4316
|
+
"name": "connectionArn",
|
|
4317
|
+
"type": {
|
|
4318
|
+
"primitive": "string"
|
|
4319
|
+
}
|
|
4320
|
+
},
|
|
4321
|
+
{
|
|
4322
|
+
"abstract": true,
|
|
4323
|
+
"docs": {
|
|
4324
|
+
"stability": "stable"
|
|
4325
|
+
},
|
|
4326
|
+
"immutable": true,
|
|
4327
|
+
"locationInModule": {
|
|
4328
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4329
|
+
"line": 37
|
|
4330
|
+
},
|
|
4331
|
+
"name": "output",
|
|
4332
|
+
"type": {
|
|
4333
|
+
"fqn": "@flit/cdk-pipeline.Artifact"
|
|
4334
|
+
}
|
|
4335
|
+
},
|
|
4336
|
+
{
|
|
4337
|
+
"abstract": true,
|
|
4338
|
+
"docs": {
|
|
4339
|
+
"stability": "stable"
|
|
4340
|
+
},
|
|
4341
|
+
"immutable": true,
|
|
4342
|
+
"locationInModule": {
|
|
4343
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4344
|
+
"line": 40
|
|
4345
|
+
},
|
|
4346
|
+
"name": "owner",
|
|
4347
|
+
"type": {
|
|
4348
|
+
"primitive": "string"
|
|
4349
|
+
}
|
|
4350
|
+
},
|
|
4351
|
+
{
|
|
4352
|
+
"abstract": true,
|
|
4353
|
+
"docs": {
|
|
4354
|
+
"stability": "stable"
|
|
4355
|
+
},
|
|
4356
|
+
"immutable": true,
|
|
4357
|
+
"locationInModule": {
|
|
4358
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4359
|
+
"line": 41
|
|
4360
|
+
},
|
|
4361
|
+
"name": "repo",
|
|
4362
|
+
"type": {
|
|
4363
|
+
"primitive": "string"
|
|
4364
|
+
}
|
|
4365
|
+
},
|
|
4366
|
+
{
|
|
4367
|
+
"abstract": true,
|
|
4368
|
+
"docs": {
|
|
4369
|
+
"stability": "stable"
|
|
4370
|
+
},
|
|
4371
|
+
"immutable": true,
|
|
4372
|
+
"locationInModule": {
|
|
4373
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4374
|
+
"line": 42
|
|
4375
|
+
},
|
|
4376
|
+
"name": "branch",
|
|
4377
|
+
"optional": true,
|
|
4378
|
+
"type": {
|
|
4379
|
+
"primitive": "string"
|
|
4380
|
+
}
|
|
4381
|
+
},
|
|
4382
|
+
{
|
|
4383
|
+
"abstract": true,
|
|
4384
|
+
"docs": {
|
|
4385
|
+
"stability": "stable"
|
|
4386
|
+
},
|
|
4387
|
+
"immutable": true,
|
|
4388
|
+
"locationInModule": {
|
|
4389
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4390
|
+
"line": 43
|
|
4391
|
+
},
|
|
4392
|
+
"name": "runOrder",
|
|
4393
|
+
"optional": true,
|
|
4394
|
+
"type": {
|
|
4395
|
+
"primitive": "number"
|
|
4396
|
+
}
|
|
4397
|
+
},
|
|
4398
|
+
{
|
|
4399
|
+
"abstract": true,
|
|
4400
|
+
"docs": {
|
|
4401
|
+
"stability": "stable"
|
|
4402
|
+
},
|
|
4403
|
+
"immutable": true,
|
|
4404
|
+
"locationInModule": {
|
|
4405
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4406
|
+
"line": 44
|
|
4407
|
+
},
|
|
4408
|
+
"name": "triggerOnPush",
|
|
4409
|
+
"optional": true,
|
|
4410
|
+
"type": {
|
|
4411
|
+
"primitive": "boolean"
|
|
4412
|
+
}
|
|
4413
|
+
},
|
|
4414
|
+
{
|
|
4415
|
+
"abstract": true,
|
|
4416
|
+
"docs": {
|
|
4417
|
+
"stability": "stable"
|
|
4418
|
+
},
|
|
4419
|
+
"immutable": true,
|
|
4420
|
+
"locationInModule": {
|
|
4421
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4422
|
+
"line": 45
|
|
4423
|
+
},
|
|
4424
|
+
"name": "variablesNamespace",
|
|
4425
|
+
"optional": true,
|
|
4426
|
+
"type": {
|
|
4427
|
+
"primitive": "string"
|
|
4428
|
+
}
|
|
4429
|
+
}
|
|
4430
|
+
],
|
|
4431
|
+
"symbolId": "src/code-star-source-segment:CodeStarSourceSegmentConstructedProps"
|
|
4432
|
+
},
|
|
4433
|
+
"@flit/cdk-pipeline.CodeStarSourceSegmentProps": {
|
|
4434
|
+
"assembly": "@flit/cdk-pipeline",
|
|
4435
|
+
"datatype": true,
|
|
4436
|
+
"docs": {
|
|
4437
|
+
"stability": "stable"
|
|
4438
|
+
},
|
|
4439
|
+
"fqn": "@flit/cdk-pipeline.CodeStarSourceSegmentProps",
|
|
4440
|
+
"interfaces": [
|
|
4441
|
+
"@flit/cdk-pipeline.SourceSegmentProps"
|
|
4442
|
+
],
|
|
4443
|
+
"kind": "interface",
|
|
4444
|
+
"locationInModule": {
|
|
4445
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4446
|
+
"line": 9
|
|
4447
|
+
},
|
|
4448
|
+
"name": "CodeStarSourceSegmentProps",
|
|
4449
|
+
"properties": [
|
|
4450
|
+
{
|
|
4451
|
+
"abstract": true,
|
|
4452
|
+
"docs": {
|
|
4453
|
+
"stability": "stable"
|
|
4454
|
+
},
|
|
4455
|
+
"immutable": true,
|
|
4456
|
+
"locationInModule": {
|
|
4457
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4458
|
+
"line": 11
|
|
4459
|
+
},
|
|
4460
|
+
"name": "connectionArn",
|
|
4461
|
+
"type": {
|
|
4462
|
+
"primitive": "string"
|
|
4463
|
+
}
|
|
4464
|
+
},
|
|
4465
|
+
{
|
|
4466
|
+
"abstract": true,
|
|
4467
|
+
"docs": {
|
|
4468
|
+
"stability": "stable"
|
|
4469
|
+
},
|
|
4470
|
+
"immutable": true,
|
|
4471
|
+
"locationInModule": {
|
|
4472
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4473
|
+
"line": 10
|
|
4474
|
+
},
|
|
4475
|
+
"name": "owner",
|
|
4476
|
+
"type": {
|
|
4477
|
+
"primitive": "string"
|
|
4478
|
+
}
|
|
4479
|
+
},
|
|
4480
|
+
{
|
|
4481
|
+
"abstract": true,
|
|
4482
|
+
"docs": {
|
|
4483
|
+
"stability": "stable"
|
|
4484
|
+
},
|
|
4485
|
+
"immutable": true,
|
|
4486
|
+
"locationInModule": {
|
|
4487
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4488
|
+
"line": 12
|
|
4489
|
+
},
|
|
4490
|
+
"name": "repository",
|
|
4491
|
+
"type": {
|
|
4492
|
+
"primitive": "string"
|
|
4493
|
+
}
|
|
4494
|
+
},
|
|
4495
|
+
{
|
|
4496
|
+
"abstract": true,
|
|
4497
|
+
"docs": {
|
|
4498
|
+
"stability": "stable"
|
|
4499
|
+
},
|
|
4500
|
+
"immutable": true,
|
|
4501
|
+
"locationInModule": {
|
|
4502
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4503
|
+
"line": 13
|
|
4504
|
+
},
|
|
4505
|
+
"name": "branch",
|
|
4506
|
+
"optional": true,
|
|
4507
|
+
"type": {
|
|
4508
|
+
"primitive": "string"
|
|
4509
|
+
}
|
|
4510
|
+
},
|
|
4511
|
+
{
|
|
4512
|
+
"abstract": true,
|
|
4513
|
+
"docs": {
|
|
4514
|
+
"stability": "stable"
|
|
4515
|
+
},
|
|
4516
|
+
"immutable": true,
|
|
4517
|
+
"locationInModule": {
|
|
4518
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4519
|
+
"line": 14
|
|
4520
|
+
},
|
|
4521
|
+
"name": "triggerOnPush",
|
|
4522
|
+
"optional": true,
|
|
4523
|
+
"type": {
|
|
4524
|
+
"primitive": "boolean"
|
|
4525
|
+
}
|
|
4526
|
+
},
|
|
4527
|
+
{
|
|
4528
|
+
"abstract": true,
|
|
4529
|
+
"docs": {
|
|
4530
|
+
"stability": "stable"
|
|
4531
|
+
},
|
|
4532
|
+
"immutable": true,
|
|
4533
|
+
"locationInModule": {
|
|
4534
|
+
"filename": "src/code-star-source-segment.ts",
|
|
4535
|
+
"line": 15
|
|
4536
|
+
},
|
|
4537
|
+
"name": "variablesNamespace",
|
|
4538
|
+
"optional": true,
|
|
4539
|
+
"type": {
|
|
4540
|
+
"primitive": "string"
|
|
4541
|
+
}
|
|
4542
|
+
}
|
|
4543
|
+
],
|
|
4544
|
+
"symbolId": "src/code-star-source-segment:CodeStarSourceSegmentProps"
|
|
4545
|
+
},
|
|
3993
4546
|
"@flit/cdk-pipeline.GitHubSourceSegment": {
|
|
3994
4547
|
"assembly": "@flit/cdk-pipeline",
|
|
3995
4548
|
"base": "@flit/cdk-pipeline.SourceSegment",
|
|
@@ -4482,7 +5035,7 @@
|
|
|
4482
5035
|
"immutable": true,
|
|
4483
5036
|
"locationInModule": {
|
|
4484
5037
|
"filename": "src/pipeline.ts",
|
|
4485
|
-
"line":
|
|
5038
|
+
"line": 39
|
|
4486
5039
|
},
|
|
4487
5040
|
"name": "props",
|
|
4488
5041
|
"type": {
|
|
@@ -5647,7 +6200,7 @@
|
|
|
5647
6200
|
},
|
|
5648
6201
|
"locationInModule": {
|
|
5649
6202
|
"filename": "src/construct.ts",
|
|
5650
|
-
"line":
|
|
6203
|
+
"line": 498
|
|
5651
6204
|
},
|
|
5652
6205
|
"parameters": [
|
|
5653
6206
|
{
|
|
@@ -6487,6 +7040,6 @@
|
|
|
6487
7040
|
"symbolId": "src/stack-segment:StackSegmentProps"
|
|
6488
7041
|
}
|
|
6489
7042
|
},
|
|
6490
|
-
"version": "1.0.
|
|
6491
|
-
"fingerprint": "
|
|
7043
|
+
"version": "1.0.24",
|
|
7044
|
+
"fingerprint": "HutRHdv8wLvQ26DfwnxVuG3wK1wTY3HFURqiWDAMwds="
|
|
6492
7045
|
}
|