@flit/cdk-pipeline 2.4.0 → 2.5.1
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 +255 -117
- package/dist/artifact.js +1 -1
- package/dist/code-commit-source-segment.js +2 -2
- package/dist/code-star-source-segment.js +2 -2
- package/dist/git-hub-source-segment.js +2 -2
- package/dist/pipeline-segment.d.ts +0 -6
- package/dist/pipeline-segment.js +64 -24
- package/dist/pipeline.js +1 -1
- package/dist/publish-assets-action.js +1 -1
- package/dist/s3-source-segment.js +2 -2
- package/dist/segment.js +2 -2
- package/dist/source-segment.js +1 -1
- package/dist/stack-segment.d.ts +0 -6
- package/dist/stack-segment.js +60 -23
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +10 -10
- package/src/pipeline-segment.ts +72 -33
- package/src/stack-segment.ts +74 -37
package/.jsii
CHANGED
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
}
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"aws-cdk-lib": "^2.
|
|
20
|
-
"constructs": "^10.
|
|
19
|
+
"aws-cdk-lib": "^2.244.0",
|
|
20
|
+
"constructs": "^10.6.0"
|
|
21
21
|
},
|
|
22
22
|
"dependencyClosure": {
|
|
23
23
|
"@aws-cdk/asset-awscli-v1": {
|
|
@@ -624,6 +624,19 @@
|
|
|
624
624
|
}
|
|
625
625
|
}
|
|
626
626
|
},
|
|
627
|
+
"aws-cdk-lib.aws_bedrockmantle": {
|
|
628
|
+
"targets": {
|
|
629
|
+
"dotnet": {
|
|
630
|
+
"namespace": "Amazon.CDK.AWS.BedrockMantle"
|
|
631
|
+
},
|
|
632
|
+
"java": {
|
|
633
|
+
"package": "software.amazon.awscdk.services.bedrockmantle"
|
|
634
|
+
},
|
|
635
|
+
"python": {
|
|
636
|
+
"module": "aws_cdk.aws_bedrockmantle"
|
|
637
|
+
}
|
|
638
|
+
}
|
|
639
|
+
},
|
|
627
640
|
"aws-cdk-lib.aws_billingconductor": {
|
|
628
641
|
"targets": {
|
|
629
642
|
"dotnet": {
|
|
@@ -650,6 +663,19 @@
|
|
|
650
663
|
}
|
|
651
664
|
}
|
|
652
665
|
},
|
|
666
|
+
"aws-cdk-lib.aws_cases": {
|
|
667
|
+
"targets": {
|
|
668
|
+
"dotnet": {
|
|
669
|
+
"namespace": "Amazon.CDK.AWS.Cases"
|
|
670
|
+
},
|
|
671
|
+
"java": {
|
|
672
|
+
"package": "software.amazon.awscdk.services.cases"
|
|
673
|
+
},
|
|
674
|
+
"python": {
|
|
675
|
+
"module": "aws_cdk.aws_cases"
|
|
676
|
+
}
|
|
677
|
+
}
|
|
678
|
+
},
|
|
653
679
|
"aws-cdk-lib.aws_cassandra": {
|
|
654
680
|
"targets": {
|
|
655
681
|
"dotnet": {
|
|
@@ -1015,6 +1041,19 @@
|
|
|
1015
1041
|
}
|
|
1016
1042
|
}
|
|
1017
1043
|
},
|
|
1044
|
+
"aws-cdk-lib.aws_computeoptimizer": {
|
|
1045
|
+
"targets": {
|
|
1046
|
+
"dotnet": {
|
|
1047
|
+
"namespace": "Amazon.CDK.AWS.ComputeOptimizer"
|
|
1048
|
+
},
|
|
1049
|
+
"java": {
|
|
1050
|
+
"package": "software.amazon.awscdk.services.computeoptimizer"
|
|
1051
|
+
},
|
|
1052
|
+
"python": {
|
|
1053
|
+
"module": "aws_cdk.aws_computeoptimizer"
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1056
|
+
},
|
|
1018
1057
|
"aws-cdk-lib.aws_config": {
|
|
1019
1058
|
"targets": {
|
|
1020
1059
|
"dotnet": {
|
|
@@ -1236,6 +1275,19 @@
|
|
|
1236
1275
|
}
|
|
1237
1276
|
}
|
|
1238
1277
|
},
|
|
1278
|
+
"aws-cdk-lib.aws_directconnect": {
|
|
1279
|
+
"targets": {
|
|
1280
|
+
"dotnet": {
|
|
1281
|
+
"namespace": "Amazon.CDK.AWS.DirectConnect"
|
|
1282
|
+
},
|
|
1283
|
+
"java": {
|
|
1284
|
+
"package": "software.amazon.awscdk.services.directconnect"
|
|
1285
|
+
},
|
|
1286
|
+
"python": {
|
|
1287
|
+
"module": "aws_cdk.aws_directconnect"
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1290
|
+
},
|
|
1239
1291
|
"aws-cdk-lib.aws_directoryservice": {
|
|
1240
1292
|
"targets": {
|
|
1241
1293
|
"dotnet": {
|
|
@@ -1353,6 +1405,22 @@
|
|
|
1353
1405
|
}
|
|
1354
1406
|
}
|
|
1355
1407
|
},
|
|
1408
|
+
"aws-cdk-lib.aws_ecr.mixins": {
|
|
1409
|
+
"targets": {
|
|
1410
|
+
"dotnet": {
|
|
1411
|
+
"namespace": "Amazon.CDK.AWS.ECR.Mixins"
|
|
1412
|
+
},
|
|
1413
|
+
"go": {
|
|
1414
|
+
"packageName": "awsecrmixins"
|
|
1415
|
+
},
|
|
1416
|
+
"java": {
|
|
1417
|
+
"package": "software.amazon.awscdk.services.ecr.mixins"
|
|
1418
|
+
},
|
|
1419
|
+
"python": {
|
|
1420
|
+
"module": "aws_cdk.aws_ecr.mixins"
|
|
1421
|
+
}
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1356
1424
|
"aws-cdk-lib.aws_ecr_assets": {
|
|
1357
1425
|
"targets": {
|
|
1358
1426
|
"dotnet": {
|
|
@@ -1379,6 +1447,22 @@
|
|
|
1379
1447
|
}
|
|
1380
1448
|
}
|
|
1381
1449
|
},
|
|
1450
|
+
"aws-cdk-lib.aws_ecs.mixins": {
|
|
1451
|
+
"targets": {
|
|
1452
|
+
"dotnet": {
|
|
1453
|
+
"namespace": "Amazon.CDK.AWS.ECS.Mixins"
|
|
1454
|
+
},
|
|
1455
|
+
"go": {
|
|
1456
|
+
"packageName": "awsecsmixins"
|
|
1457
|
+
},
|
|
1458
|
+
"java": {
|
|
1459
|
+
"package": "software.amazon.awscdk.services.ecs.mixins"
|
|
1460
|
+
},
|
|
1461
|
+
"python": {
|
|
1462
|
+
"module": "aws_cdk.aws_ecs.mixins"
|
|
1463
|
+
}
|
|
1464
|
+
}
|
|
1465
|
+
},
|
|
1382
1466
|
"aws-cdk-lib.aws_ecs_patterns": {
|
|
1383
1467
|
"targets": {
|
|
1384
1468
|
"dotnet": {
|
|
@@ -1418,6 +1502,19 @@
|
|
|
1418
1502
|
}
|
|
1419
1503
|
}
|
|
1420
1504
|
},
|
|
1505
|
+
"aws-cdk-lib.aws_eks_v2": {
|
|
1506
|
+
"targets": {
|
|
1507
|
+
"dotnet": {
|
|
1508
|
+
"namespace": "Amazon.CDK.AWS.EKSv2"
|
|
1509
|
+
},
|
|
1510
|
+
"java": {
|
|
1511
|
+
"package": "software.amazon.awscdk.services.eks_v2"
|
|
1512
|
+
},
|
|
1513
|
+
"python": {
|
|
1514
|
+
"module": "aws_cdk.aws_eks_v2"
|
|
1515
|
+
}
|
|
1516
|
+
}
|
|
1517
|
+
},
|
|
1421
1518
|
"aws-cdk-lib.aws_elasticache": {
|
|
1422
1519
|
"targets": {
|
|
1423
1520
|
"dotnet": {
|
|
@@ -2601,6 +2698,19 @@
|
|
|
2601
2698
|
}
|
|
2602
2699
|
}
|
|
2603
2700
|
},
|
|
2701
|
+
"aws-cdk-lib.aws_mwaaserverless": {
|
|
2702
|
+
"targets": {
|
|
2703
|
+
"dotnet": {
|
|
2704
|
+
"namespace": "Amazon.CDK.AWS.MWAAServerless"
|
|
2705
|
+
},
|
|
2706
|
+
"java": {
|
|
2707
|
+
"package": "software.amazon.awscdk.services.mwaaserverless"
|
|
2708
|
+
},
|
|
2709
|
+
"python": {
|
|
2710
|
+
"module": "aws_cdk.aws_mwaaserverless"
|
|
2711
|
+
}
|
|
2712
|
+
}
|
|
2713
|
+
},
|
|
2604
2714
|
"aws-cdk-lib.aws_neptune": {
|
|
2605
2715
|
"targets": {
|
|
2606
2716
|
"dotnet": {
|
|
@@ -3277,6 +3387,22 @@
|
|
|
3277
3387
|
}
|
|
3278
3388
|
}
|
|
3279
3389
|
},
|
|
3390
|
+
"aws-cdk-lib.aws_s3.mixins": {
|
|
3391
|
+
"targets": {
|
|
3392
|
+
"dotnet": {
|
|
3393
|
+
"namespace": "Amazon.CDK.AWS.S3.Mixins"
|
|
3394
|
+
},
|
|
3395
|
+
"go": {
|
|
3396
|
+
"packageName": "awss3mixins"
|
|
3397
|
+
},
|
|
3398
|
+
"java": {
|
|
3399
|
+
"package": "software.amazon.awscdk.services.s3.mixins"
|
|
3400
|
+
},
|
|
3401
|
+
"python": {
|
|
3402
|
+
"module": "aws_cdk.aws_s3.mixins"
|
|
3403
|
+
}
|
|
3404
|
+
}
|
|
3405
|
+
},
|
|
3280
3406
|
"aws-cdk-lib.aws_s3_assets": {
|
|
3281
3407
|
"targets": {
|
|
3282
3408
|
"dotnet": {
|
|
@@ -4566,6 +4692,22 @@
|
|
|
4566
4692
|
}
|
|
4567
4693
|
}
|
|
4568
4694
|
},
|
|
4695
|
+
"aws-cdk-lib.interfaces.aws_bedrockmantle": {
|
|
4696
|
+
"targets": {
|
|
4697
|
+
"dotnet": {
|
|
4698
|
+
"namespace": "Amazon.CDK.Interfaces.BedrockMantle"
|
|
4699
|
+
},
|
|
4700
|
+
"go": {
|
|
4701
|
+
"packageName": "interfacesawsbedrockmantle"
|
|
4702
|
+
},
|
|
4703
|
+
"java": {
|
|
4704
|
+
"package": "software.amazon.awscdk.interfaces.bedrockmantle"
|
|
4705
|
+
},
|
|
4706
|
+
"python": {
|
|
4707
|
+
"module": "aws_cdk.interfaces.aws_bedrockmantle"
|
|
4708
|
+
}
|
|
4709
|
+
}
|
|
4710
|
+
},
|
|
4569
4711
|
"aws-cdk-lib.interfaces.aws_billing": {
|
|
4570
4712
|
"targets": {
|
|
4571
4713
|
"dotnet": {
|
|
@@ -4614,6 +4756,22 @@
|
|
|
4614
4756
|
}
|
|
4615
4757
|
}
|
|
4616
4758
|
},
|
|
4759
|
+
"aws-cdk-lib.interfaces.aws_cases": {
|
|
4760
|
+
"targets": {
|
|
4761
|
+
"dotnet": {
|
|
4762
|
+
"namespace": "Amazon.CDK.Interfaces.Cases"
|
|
4763
|
+
},
|
|
4764
|
+
"go": {
|
|
4765
|
+
"packageName": "interfacesawscases"
|
|
4766
|
+
},
|
|
4767
|
+
"java": {
|
|
4768
|
+
"package": "software.amazon.awscdk.interfaces.cases"
|
|
4769
|
+
},
|
|
4770
|
+
"python": {
|
|
4771
|
+
"module": "aws_cdk.interfaces.aws_cases"
|
|
4772
|
+
}
|
|
4773
|
+
}
|
|
4774
|
+
},
|
|
4617
4775
|
"aws-cdk-lib.interfaces.aws_cassandra": {
|
|
4618
4776
|
"targets": {
|
|
4619
4777
|
"dotnet": {
|
|
@@ -4998,6 +5156,22 @@
|
|
|
4998
5156
|
}
|
|
4999
5157
|
}
|
|
5000
5158
|
},
|
|
5159
|
+
"aws-cdk-lib.interfaces.aws_computeoptimizer": {
|
|
5160
|
+
"targets": {
|
|
5161
|
+
"dotnet": {
|
|
5162
|
+
"namespace": "Amazon.CDK.Interfaces.ComputeOptimizer"
|
|
5163
|
+
},
|
|
5164
|
+
"go": {
|
|
5165
|
+
"packageName": "interfacesawscomputeoptimizer"
|
|
5166
|
+
},
|
|
5167
|
+
"java": {
|
|
5168
|
+
"package": "software.amazon.awscdk.interfaces.computeoptimizer"
|
|
5169
|
+
},
|
|
5170
|
+
"python": {
|
|
5171
|
+
"module": "aws_cdk.interfaces.aws_computeoptimizer"
|
|
5172
|
+
}
|
|
5173
|
+
}
|
|
5174
|
+
},
|
|
5001
5175
|
"aws-cdk-lib.interfaces.aws_config": {
|
|
5002
5176
|
"targets": {
|
|
5003
5177
|
"dotnet": {
|
|
@@ -5270,6 +5444,22 @@
|
|
|
5270
5444
|
}
|
|
5271
5445
|
}
|
|
5272
5446
|
},
|
|
5447
|
+
"aws-cdk-lib.interfaces.aws_directconnect": {
|
|
5448
|
+
"targets": {
|
|
5449
|
+
"dotnet": {
|
|
5450
|
+
"namespace": "Amazon.CDK.Interfaces.DirectConnect"
|
|
5451
|
+
},
|
|
5452
|
+
"go": {
|
|
5453
|
+
"packageName": "interfacesawsdirectconnect"
|
|
5454
|
+
},
|
|
5455
|
+
"java": {
|
|
5456
|
+
"package": "software.amazon.awscdk.interfaces.directconnect"
|
|
5457
|
+
},
|
|
5458
|
+
"python": {
|
|
5459
|
+
"module": "aws_cdk.interfaces.aws_directconnect"
|
|
5460
|
+
}
|
|
5461
|
+
}
|
|
5462
|
+
},
|
|
5273
5463
|
"aws-cdk-lib.interfaces.aws_directoryservice": {
|
|
5274
5464
|
"targets": {
|
|
5275
5465
|
"dotnet": {
|
|
@@ -6790,6 +6980,22 @@
|
|
|
6790
6980
|
}
|
|
6791
6981
|
}
|
|
6792
6982
|
},
|
|
6983
|
+
"aws-cdk-lib.interfaces.aws_mwaaserverless": {
|
|
6984
|
+
"targets": {
|
|
6985
|
+
"dotnet": {
|
|
6986
|
+
"namespace": "Amazon.CDK.Interfaces.MWAAServerless"
|
|
6987
|
+
},
|
|
6988
|
+
"go": {
|
|
6989
|
+
"packageName": "interfacesawsmwaaserverless"
|
|
6990
|
+
},
|
|
6991
|
+
"java": {
|
|
6992
|
+
"package": "software.amazon.awscdk.interfaces.mwaaserverless"
|
|
6993
|
+
},
|
|
6994
|
+
"python": {
|
|
6995
|
+
"module": "aws_cdk.interfaces.aws_mwaaserverless"
|
|
6996
|
+
}
|
|
6997
|
+
}
|
|
6998
|
+
},
|
|
6793
6999
|
"aws-cdk-lib.interfaces.aws_neptune": {
|
|
6794
7000
|
"targets": {
|
|
6795
7001
|
"dotnet": {
|
|
@@ -8449,7 +8655,7 @@
|
|
|
8449
8655
|
"stability": "stable"
|
|
8450
8656
|
},
|
|
8451
8657
|
"homepage": "https://github.com/vierroth/cdk-pipeline",
|
|
8452
|
-
"jsiiVersion": "5.9.
|
|
8658
|
+
"jsiiVersion": "5.9.34 (build 8773a22)",
|
|
8453
8659
|
"keywords": [
|
|
8454
8660
|
"aws",
|
|
8455
8661
|
"cdk",
|
|
@@ -9995,7 +10201,7 @@
|
|
|
9995
10201
|
},
|
|
9996
10202
|
"locationInModule": {
|
|
9997
10203
|
"filename": "src/pipeline-segment.ts",
|
|
9998
|
-
"line":
|
|
10204
|
+
"line": 61
|
|
9999
10205
|
},
|
|
10000
10206
|
"parameters": [
|
|
10001
10207
|
{
|
|
@@ -10009,7 +10215,7 @@
|
|
|
10009
10215
|
"kind": "class",
|
|
10010
10216
|
"locationInModule": {
|
|
10011
10217
|
"filename": "src/pipeline-segment.ts",
|
|
10012
|
-
"line":
|
|
10218
|
+
"line": 57
|
|
10013
10219
|
},
|
|
10014
10220
|
"methods": [
|
|
10015
10221
|
{
|
|
@@ -10018,7 +10224,7 @@
|
|
|
10018
10224
|
},
|
|
10019
10225
|
"locationInModule": {
|
|
10020
10226
|
"filename": "src/pipeline-segment.ts",
|
|
10021
|
-
"line":
|
|
10227
|
+
"line": 66
|
|
10022
10228
|
},
|
|
10023
10229
|
"name": "construct",
|
|
10024
10230
|
"overrides": "@flit/cdk-pipeline.Segment",
|
|
@@ -10046,7 +10252,7 @@
|
|
|
10046
10252
|
"immutable": true,
|
|
10047
10253
|
"locationInModule": {
|
|
10048
10254
|
"filename": "src/pipeline-segment.ts",
|
|
10049
|
-
"line":
|
|
10255
|
+
"line": 58
|
|
10050
10256
|
},
|
|
10051
10257
|
"name": "isPipeline",
|
|
10052
10258
|
"overrides": "@flit/cdk-pipeline.Segment",
|
|
@@ -10061,7 +10267,7 @@
|
|
|
10061
10267
|
"immutable": true,
|
|
10062
10268
|
"locationInModule": {
|
|
10063
10269
|
"filename": "src/pipeline-segment.ts",
|
|
10064
|
-
"line":
|
|
10270
|
+
"line": 59
|
|
10065
10271
|
},
|
|
10066
10272
|
"name": "props",
|
|
10067
10273
|
"type": {
|
|
@@ -10084,7 +10290,7 @@
|
|
|
10084
10290
|
},
|
|
10085
10291
|
"locationInModule": {
|
|
10086
10292
|
"filename": "src/pipeline-segment.ts",
|
|
10087
|
-
"line":
|
|
10293
|
+
"line": 91
|
|
10088
10294
|
},
|
|
10089
10295
|
"parameters": [
|
|
10090
10296
|
{
|
|
@@ -10110,7 +10316,7 @@
|
|
|
10110
10316
|
"kind": "class",
|
|
10111
10317
|
"locationInModule": {
|
|
10112
10318
|
"filename": "src/pipeline-segment.ts",
|
|
10113
|
-
"line":
|
|
10319
|
+
"line": 87
|
|
10114
10320
|
},
|
|
10115
10321
|
"name": "PipelineSegmentConstructed",
|
|
10116
10322
|
"properties": [
|
|
@@ -10121,7 +10327,7 @@
|
|
|
10121
10327
|
"immutable": true,
|
|
10122
10328
|
"locationInModule": {
|
|
10123
10329
|
"filename": "src/pipeline-segment.ts",
|
|
10124
|
-
"line":
|
|
10330
|
+
"line": 89
|
|
10125
10331
|
},
|
|
10126
10332
|
"name": "actions",
|
|
10127
10333
|
"overrides": "@flit/cdk-pipeline.SegmentConstructed",
|
|
@@ -10141,7 +10347,7 @@
|
|
|
10141
10347
|
"immutable": true,
|
|
10142
10348
|
"locationInModule": {
|
|
10143
10349
|
"filename": "src/pipeline-segment.ts",
|
|
10144
|
-
"line":
|
|
10350
|
+
"line": 88
|
|
10145
10351
|
},
|
|
10146
10352
|
"name": "name",
|
|
10147
10353
|
"overrides": "@flit/cdk-pipeline.SegmentConstructed",
|
|
@@ -10162,7 +10368,7 @@
|
|
|
10162
10368
|
"kind": "interface",
|
|
10163
10369
|
"locationInModule": {
|
|
10164
10370
|
"filename": "src/pipeline-segment.ts",
|
|
10165
|
-
"line":
|
|
10371
|
+
"line": 76
|
|
10166
10372
|
},
|
|
10167
10373
|
"name": "PipelineSegmentConstructedProps",
|
|
10168
10374
|
"properties": [
|
|
@@ -10174,7 +10380,7 @@
|
|
|
10174
10380
|
"immutable": true,
|
|
10175
10381
|
"locationInModule": {
|
|
10176
10382
|
"filename": "src/pipeline-segment.ts",
|
|
10177
|
-
"line":
|
|
10383
|
+
"line": 80
|
|
10178
10384
|
},
|
|
10179
10385
|
"name": "input",
|
|
10180
10386
|
"type": {
|
|
@@ -10189,7 +10395,7 @@
|
|
|
10189
10395
|
"immutable": true,
|
|
10190
10396
|
"locationInModule": {
|
|
10191
10397
|
"filename": "src/pipeline-segment.ts",
|
|
10192
|
-
"line":
|
|
10398
|
+
"line": 78
|
|
10193
10399
|
},
|
|
10194
10400
|
"name": "project",
|
|
10195
10401
|
"type": {
|
|
@@ -10204,7 +10410,7 @@
|
|
|
10204
10410
|
"immutable": true,
|
|
10205
10411
|
"locationInModule": {
|
|
10206
10412
|
"filename": "src/pipeline-segment.ts",
|
|
10207
|
-
"line":
|
|
10413
|
+
"line": 77
|
|
10208
10414
|
},
|
|
10209
10415
|
"name": "stack",
|
|
10210
10416
|
"type": {
|
|
@@ -10219,7 +10425,7 @@
|
|
|
10219
10425
|
"immutable": true,
|
|
10220
10426
|
"locationInModule": {
|
|
10221
10427
|
"filename": "src/pipeline-segment.ts",
|
|
10222
|
-
"line":
|
|
10428
|
+
"line": 79
|
|
10223
10429
|
},
|
|
10224
10430
|
"name": "environmentVariables",
|
|
10225
10431
|
"optional": true,
|
|
@@ -10240,7 +10446,7 @@
|
|
|
10240
10446
|
"immutable": true,
|
|
10241
10447
|
"locationInModule": {
|
|
10242
10448
|
"filename": "src/pipeline-segment.ts",
|
|
10243
|
-
"line":
|
|
10449
|
+
"line": 81
|
|
10244
10450
|
},
|
|
10245
10451
|
"name": "extraInputs",
|
|
10246
10452
|
"optional": true,
|
|
@@ -10261,7 +10467,7 @@
|
|
|
10261
10467
|
"immutable": true,
|
|
10262
10468
|
"locationInModule": {
|
|
10263
10469
|
"filename": "src/pipeline-segment.ts",
|
|
10264
|
-
"line":
|
|
10470
|
+
"line": 84
|
|
10265
10471
|
},
|
|
10266
10472
|
"name": "manualApproval",
|
|
10267
10473
|
"optional": true,
|
|
@@ -10277,7 +10483,7 @@
|
|
|
10277
10483
|
"immutable": true,
|
|
10278
10484
|
"locationInModule": {
|
|
10279
10485
|
"filename": "src/pipeline-segment.ts",
|
|
10280
|
-
"line":
|
|
10486
|
+
"line": 82
|
|
10281
10487
|
},
|
|
10282
10488
|
"name": "output",
|
|
10283
10489
|
"optional": true,
|
|
@@ -10293,29 +10499,13 @@
|
|
|
10293
10499
|
"immutable": true,
|
|
10294
10500
|
"locationInModule": {
|
|
10295
10501
|
"filename": "src/pipeline-segment.ts",
|
|
10296
|
-
"line":
|
|
10502
|
+
"line": 83
|
|
10297
10503
|
},
|
|
10298
10504
|
"name": "outputFileName",
|
|
10299
10505
|
"optional": true,
|
|
10300
10506
|
"type": {
|
|
10301
10507
|
"primitive": "string"
|
|
10302
10508
|
}
|
|
10303
|
-
},
|
|
10304
|
-
{
|
|
10305
|
-
"abstract": true,
|
|
10306
|
-
"docs": {
|
|
10307
|
-
"stability": "stable"
|
|
10308
|
-
},
|
|
10309
|
-
"immutable": true,
|
|
10310
|
-
"locationInModule": {
|
|
10311
|
-
"filename": "src/pipeline-segment.ts",
|
|
10312
|
-
"line": 85
|
|
10313
|
-
},
|
|
10314
|
-
"name": "stackName",
|
|
10315
|
-
"optional": true,
|
|
10316
|
-
"type": {
|
|
10317
|
-
"primitive": "string"
|
|
10318
|
-
}
|
|
10319
10509
|
}
|
|
10320
10510
|
],
|
|
10321
10511
|
"symbolId": "src/pipeline-segment:PipelineSegmentConstructedProps"
|
|
@@ -10413,7 +10603,7 @@
|
|
|
10413
10603
|
"immutable": true,
|
|
10414
10604
|
"locationInModule": {
|
|
10415
10605
|
"filename": "src/pipeline-segment.ts",
|
|
10416
|
-
"line":
|
|
10606
|
+
"line": 51
|
|
10417
10607
|
},
|
|
10418
10608
|
"name": "manualApproval",
|
|
10419
10609
|
"optional": true,
|
|
@@ -10431,7 +10621,7 @@
|
|
|
10431
10621
|
"immutable": true,
|
|
10432
10622
|
"locationInModule": {
|
|
10433
10623
|
"filename": "src/pipeline-segment.ts",
|
|
10434
|
-
"line":
|
|
10624
|
+
"line": 41
|
|
10435
10625
|
},
|
|
10436
10626
|
"name": "output",
|
|
10437
10627
|
"optional": true,
|
|
@@ -10449,31 +10639,13 @@
|
|
|
10449
10639
|
"immutable": true,
|
|
10450
10640
|
"locationInModule": {
|
|
10451
10641
|
"filename": "src/pipeline-segment.ts",
|
|
10452
|
-
"line":
|
|
10642
|
+
"line": 46
|
|
10453
10643
|
},
|
|
10454
10644
|
"name": "outputFileName",
|
|
10455
10645
|
"optional": true,
|
|
10456
10646
|
"type": {
|
|
10457
10647
|
"primitive": "string"
|
|
10458
10648
|
}
|
|
10459
|
-
},
|
|
10460
|
-
{
|
|
10461
|
-
"abstract": true,
|
|
10462
|
-
"docs": {
|
|
10463
|
-
"default": "The name of the given stack.",
|
|
10464
|
-
"stability": "stable",
|
|
10465
|
-
"summary": "The name of the stack to apply this action to."
|
|
10466
|
-
},
|
|
10467
|
-
"immutable": true,
|
|
10468
|
-
"locationInModule": {
|
|
10469
|
-
"filename": "src/pipeline-segment.ts",
|
|
10470
|
-
"line": 41
|
|
10471
|
-
},
|
|
10472
|
-
"name": "stackName",
|
|
10473
|
-
"optional": true,
|
|
10474
|
-
"type": {
|
|
10475
|
-
"primitive": "string"
|
|
10476
|
-
}
|
|
10477
10649
|
}
|
|
10478
10650
|
],
|
|
10479
10651
|
"symbolId": "src/pipeline-segment:PipelineSegmentProps"
|
|
@@ -11258,7 +11430,7 @@
|
|
|
11258
11430
|
},
|
|
11259
11431
|
"locationInModule": {
|
|
11260
11432
|
"filename": "src/construct.ts",
|
|
11261
|
-
"line":
|
|
11433
|
+
"line": 541
|
|
11262
11434
|
},
|
|
11263
11435
|
"parameters": [
|
|
11264
11436
|
{
|
|
@@ -11553,7 +11725,7 @@
|
|
|
11553
11725
|
},
|
|
11554
11726
|
"locationInModule": {
|
|
11555
11727
|
"filename": "src/stack-segment.ts",
|
|
11556
|
-
"line":
|
|
11728
|
+
"line": 73
|
|
11557
11729
|
},
|
|
11558
11730
|
"parameters": [
|
|
11559
11731
|
{
|
|
@@ -11567,7 +11739,7 @@
|
|
|
11567
11739
|
"kind": "class",
|
|
11568
11740
|
"locationInModule": {
|
|
11569
11741
|
"filename": "src/stack-segment.ts",
|
|
11570
|
-
"line":
|
|
11742
|
+
"line": 70
|
|
11571
11743
|
},
|
|
11572
11744
|
"methods": [
|
|
11573
11745
|
{
|
|
@@ -11576,7 +11748,7 @@
|
|
|
11576
11748
|
},
|
|
11577
11749
|
"locationInModule": {
|
|
11578
11750
|
"filename": "src/stack-segment.ts",
|
|
11579
|
-
"line":
|
|
11751
|
+
"line": 81
|
|
11580
11752
|
},
|
|
11581
11753
|
"name": "construct",
|
|
11582
11754
|
"overrides": "@flit/cdk-pipeline.Segment",
|
|
@@ -11604,7 +11776,7 @@
|
|
|
11604
11776
|
"immutable": true,
|
|
11605
11777
|
"locationInModule": {
|
|
11606
11778
|
"filename": "src/stack-segment.ts",
|
|
11607
|
-
"line":
|
|
11779
|
+
"line": 71
|
|
11608
11780
|
},
|
|
11609
11781
|
"name": "props",
|
|
11610
11782
|
"type": {
|
|
@@ -11627,7 +11799,7 @@
|
|
|
11627
11799
|
},
|
|
11628
11800
|
"locationInModule": {
|
|
11629
11801
|
"filename": "src/stack-segment.ts",
|
|
11630
|
-
"line":
|
|
11802
|
+
"line": 110
|
|
11631
11803
|
},
|
|
11632
11804
|
"parameters": [
|
|
11633
11805
|
{
|
|
@@ -11653,7 +11825,7 @@
|
|
|
11653
11825
|
"kind": "class",
|
|
11654
11826
|
"locationInModule": {
|
|
11655
11827
|
"filename": "src/stack-segment.ts",
|
|
11656
|
-
"line":
|
|
11828
|
+
"line": 106
|
|
11657
11829
|
},
|
|
11658
11830
|
"name": "StackSegmentConstructed",
|
|
11659
11831
|
"properties": [
|
|
@@ -11664,7 +11836,7 @@
|
|
|
11664
11836
|
"immutable": true,
|
|
11665
11837
|
"locationInModule": {
|
|
11666
11838
|
"filename": "src/stack-segment.ts",
|
|
11667
|
-
"line":
|
|
11839
|
+
"line": 108
|
|
11668
11840
|
},
|
|
11669
11841
|
"name": "actions",
|
|
11670
11842
|
"overrides": "@flit/cdk-pipeline.SegmentConstructed",
|
|
@@ -11684,7 +11856,7 @@
|
|
|
11684
11856
|
"immutable": true,
|
|
11685
11857
|
"locationInModule": {
|
|
11686
11858
|
"filename": "src/stack-segment.ts",
|
|
11687
|
-
"line":
|
|
11859
|
+
"line": 107
|
|
11688
11860
|
},
|
|
11689
11861
|
"name": "name",
|
|
11690
11862
|
"overrides": "@flit/cdk-pipeline.SegmentConstructed",
|
|
@@ -11705,7 +11877,7 @@
|
|
|
11705
11877
|
"kind": "interface",
|
|
11706
11878
|
"locationInModule": {
|
|
11707
11879
|
"filename": "src/stack-segment.ts",
|
|
11708
|
-
"line":
|
|
11880
|
+
"line": 94
|
|
11709
11881
|
},
|
|
11710
11882
|
"name": "StackSegmentConstructedProps",
|
|
11711
11883
|
"properties": [
|
|
@@ -11717,7 +11889,7 @@
|
|
|
11717
11889
|
"immutable": true,
|
|
11718
11890
|
"locationInModule": {
|
|
11719
11891
|
"filename": "src/stack-segment.ts",
|
|
11720
|
-
"line":
|
|
11892
|
+
"line": 98
|
|
11721
11893
|
},
|
|
11722
11894
|
"name": "input",
|
|
11723
11895
|
"type": {
|
|
@@ -11732,7 +11904,7 @@
|
|
|
11732
11904
|
"immutable": true,
|
|
11733
11905
|
"locationInModule": {
|
|
11734
11906
|
"filename": "src/stack-segment.ts",
|
|
11735
|
-
"line":
|
|
11907
|
+
"line": 95
|
|
11736
11908
|
},
|
|
11737
11909
|
"name": "stack",
|
|
11738
11910
|
"type": {
|
|
@@ -11747,7 +11919,7 @@
|
|
|
11747
11919
|
"immutable": true,
|
|
11748
11920
|
"locationInModule": {
|
|
11749
11921
|
"filename": "src/stack-segment.ts",
|
|
11750
|
-
"line":
|
|
11922
|
+
"line": 100
|
|
11751
11923
|
},
|
|
11752
11924
|
"name": "buildOutput",
|
|
11753
11925
|
"optional": true,
|
|
@@ -11763,7 +11935,7 @@
|
|
|
11763
11935
|
"immutable": true,
|
|
11764
11936
|
"locationInModule": {
|
|
11765
11937
|
"filename": "src/stack-segment.ts",
|
|
11766
|
-
"line":
|
|
11938
|
+
"line": 97
|
|
11767
11939
|
},
|
|
11768
11940
|
"name": "environmentVariables",
|
|
11769
11941
|
"optional": true,
|
|
@@ -11784,7 +11956,7 @@
|
|
|
11784
11956
|
"immutable": true,
|
|
11785
11957
|
"locationInModule": {
|
|
11786
11958
|
"filename": "src/stack-segment.ts",
|
|
11787
|
-
"line":
|
|
11959
|
+
"line": 99
|
|
11788
11960
|
},
|
|
11789
11961
|
"name": "extraInputs",
|
|
11790
11962
|
"optional": true,
|
|
@@ -11805,7 +11977,7 @@
|
|
|
11805
11977
|
"immutable": true,
|
|
11806
11978
|
"locationInModule": {
|
|
11807
11979
|
"filename": "src/stack-segment.ts",
|
|
11808
|
-
"line":
|
|
11980
|
+
"line": 103
|
|
11809
11981
|
},
|
|
11810
11982
|
"name": "manualApproval",
|
|
11811
11983
|
"optional": true,
|
|
@@ -11821,7 +11993,7 @@
|
|
|
11821
11993
|
"immutable": true,
|
|
11822
11994
|
"locationInModule": {
|
|
11823
11995
|
"filename": "src/stack-segment.ts",
|
|
11824
|
-
"line":
|
|
11996
|
+
"line": 102
|
|
11825
11997
|
},
|
|
11826
11998
|
"name": "outputFileName",
|
|
11827
11999
|
"optional": true,
|
|
@@ -11837,7 +12009,7 @@
|
|
|
11837
12009
|
"immutable": true,
|
|
11838
12010
|
"locationInModule": {
|
|
11839
12011
|
"filename": "src/stack-segment.ts",
|
|
11840
|
-
"line":
|
|
12012
|
+
"line": 96
|
|
11841
12013
|
},
|
|
11842
12014
|
"name": "project",
|
|
11843
12015
|
"optional": true,
|
|
@@ -11853,23 +12025,7 @@
|
|
|
11853
12025
|
"immutable": true,
|
|
11854
12026
|
"locationInModule": {
|
|
11855
12027
|
"filename": "src/stack-segment.ts",
|
|
11856
|
-
"line":
|
|
11857
|
-
},
|
|
11858
|
-
"name": "stackName",
|
|
11859
|
-
"optional": true,
|
|
11860
|
-
"type": {
|
|
11861
|
-
"primitive": "string"
|
|
11862
|
-
}
|
|
11863
|
-
},
|
|
11864
|
-
{
|
|
11865
|
-
"abstract": true,
|
|
11866
|
-
"docs": {
|
|
11867
|
-
"stability": "stable"
|
|
11868
|
-
},
|
|
11869
|
-
"immutable": true,
|
|
11870
|
-
"locationInModule": {
|
|
11871
|
-
"filename": "src/stack-segment.ts",
|
|
11872
|
-
"line": 107
|
|
12028
|
+
"line": 101
|
|
11873
12029
|
},
|
|
11874
12030
|
"name": "stackOutput",
|
|
11875
12031
|
"optional": true,
|
|
@@ -11949,7 +12105,7 @@
|
|
|
11949
12105
|
"immutable": true,
|
|
11950
12106
|
"locationInModule": {
|
|
11951
12107
|
"filename": "src/stack-segment.ts",
|
|
11952
|
-
"line":
|
|
12108
|
+
"line": 50
|
|
11953
12109
|
},
|
|
11954
12110
|
"name": "buildOutput",
|
|
11955
12111
|
"optional": true,
|
|
@@ -11989,7 +12145,7 @@
|
|
|
11989
12145
|
"immutable": true,
|
|
11990
12146
|
"locationInModule": {
|
|
11991
12147
|
"filename": "src/stack-segment.ts",
|
|
11992
|
-
"line":
|
|
12148
|
+
"line": 64
|
|
11993
12149
|
},
|
|
11994
12150
|
"name": "manualApproval",
|
|
11995
12151
|
"optional": true,
|
|
@@ -12007,7 +12163,7 @@
|
|
|
12007
12163
|
"immutable": true,
|
|
12008
12164
|
"locationInModule": {
|
|
12009
12165
|
"filename": "src/stack-segment.ts",
|
|
12010
|
-
"line":
|
|
12166
|
+
"line": 59
|
|
12011
12167
|
},
|
|
12012
12168
|
"name": "outputFileName",
|
|
12013
12169
|
"optional": true,
|
|
@@ -12050,24 +12206,6 @@
|
|
|
12050
12206
|
"fqn": "aws-cdk-lib.aws_iam.IRole"
|
|
12051
12207
|
}
|
|
12052
12208
|
},
|
|
12053
|
-
{
|
|
12054
|
-
"abstract": true,
|
|
12055
|
-
"docs": {
|
|
12056
|
-
"default": "The name of the given stack.",
|
|
12057
|
-
"stability": "stable",
|
|
12058
|
-
"summary": "The name of the stack to deploy the changes to."
|
|
12059
|
-
},
|
|
12060
|
-
"immutable": true,
|
|
12061
|
-
"locationInModule": {
|
|
12062
|
-
"filename": "src/stack-segment.ts",
|
|
12063
|
-
"line": 51
|
|
12064
|
-
},
|
|
12065
|
-
"name": "stackName",
|
|
12066
|
-
"optional": true,
|
|
12067
|
-
"type": {
|
|
12068
|
-
"primitive": "string"
|
|
12069
|
-
}
|
|
12070
|
-
},
|
|
12071
12209
|
{
|
|
12072
12210
|
"abstract": true,
|
|
12073
12211
|
"docs": {
|
|
@@ -12077,7 +12215,7 @@
|
|
|
12077
12215
|
"immutable": true,
|
|
12078
12216
|
"locationInModule": {
|
|
12079
12217
|
"filename": "src/stack-segment.ts",
|
|
12080
|
-
"line":
|
|
12218
|
+
"line": 54
|
|
12081
12219
|
},
|
|
12082
12220
|
"name": "stackOutput",
|
|
12083
12221
|
"optional": true,
|
|
@@ -12089,6 +12227,6 @@
|
|
|
12089
12227
|
"symbolId": "src/stack-segment:StackSegmentProps"
|
|
12090
12228
|
}
|
|
12091
12229
|
},
|
|
12092
|
-
"version": "2.
|
|
12093
|
-
"fingerprint": "
|
|
12230
|
+
"version": "2.5.1",
|
|
12231
|
+
"fingerprint": "G94zhlsi2N/YUZEzGa5eUN5nG1A1+RfM30jro59UyMo="
|
|
12094
12232
|
}
|