@aws-solutions-constructs/core 2.92.2 → 2.94.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.
- package/.jsii +104 -44
- package/index.d.ts +1 -0
- package/index.js +2 -1
- package/lib/cloudfront-distribution-helper.js +21 -2
- package/lib/constructs-feature-flags.d.ts +21 -0
- package/lib/constructs-feature-flags.js +63 -0
- package/lib/vpc-defaults.d.ts +3 -0
- package/lib/vpc-defaults.js +21 -16
- package/lib/vpc-helper.d.ts +5 -1
- package/lib/vpc-helper.js +31 -4
- package/package.json +5 -4
- package/test/cloudfront-distribution-s3-helper.test.js +123 -1
- package/test/constructs-feature-flags.test.d.ts +13 -0
- package/test/constructs-feature-flags.test.js +50 -0
- package/test/vpc-helper.test.js +31 -1
package/.jsii
CHANGED
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
"npmlog": "^7.0.0"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"aws-cdk-
|
|
16
|
+
"@aws-cdk/cloud-assembly-schema": "^48.6.0",
|
|
17
|
+
"aws-cdk-lib": "^2.219.0",
|
|
17
18
|
"constructs": "^10.0.0"
|
|
18
19
|
},
|
|
19
20
|
"dependencyClosure": {
|
|
@@ -608,6 +609,19 @@
|
|
|
608
609
|
}
|
|
609
610
|
}
|
|
610
611
|
},
|
|
612
|
+
"aws-cdk-lib.aws_bedrockagentcore": {
|
|
613
|
+
"targets": {
|
|
614
|
+
"dotnet": {
|
|
615
|
+
"package": "Amazon.CDK.AWS.BedrockAgentCore"
|
|
616
|
+
},
|
|
617
|
+
"java": {
|
|
618
|
+
"package": "software.amazon.awscdk.services.bedrockagentcore"
|
|
619
|
+
},
|
|
620
|
+
"python": {
|
|
621
|
+
"module": "aws_cdk.aws_bedrockagentcore"
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
},
|
|
611
625
|
"aws-cdk-lib.aws_billingconductor": {
|
|
612
626
|
"targets": {
|
|
613
627
|
"dotnet": {
|
|
@@ -3534,6 +3548,19 @@
|
|
|
3534
3548
|
}
|
|
3535
3549
|
}
|
|
3536
3550
|
},
|
|
3551
|
+
"aws-cdk-lib.aws_smsvoice": {
|
|
3552
|
+
"targets": {
|
|
3553
|
+
"dotnet": {
|
|
3554
|
+
"package": "Amazon.CDK.AWS.SMSVOICE"
|
|
3555
|
+
},
|
|
3556
|
+
"java": {
|
|
3557
|
+
"package": "software.amazon.awscdk.services.smsvoice"
|
|
3558
|
+
},
|
|
3559
|
+
"python": {
|
|
3560
|
+
"module": "aws_cdk.aws_smsvoice"
|
|
3561
|
+
}
|
|
3562
|
+
}
|
|
3563
|
+
},
|
|
3537
3564
|
"aws-cdk-lib.aws_sns": {
|
|
3538
3565
|
"targets": {
|
|
3539
3566
|
"dotnet": {
|
|
@@ -4058,7 +4085,7 @@
|
|
|
4058
4085
|
},
|
|
4059
4086
|
"description": "Core CDK Construct for patterns library",
|
|
4060
4087
|
"homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
|
|
4061
|
-
"jsiiVersion": "5.7.
|
|
4088
|
+
"jsiiVersion": "5.7.22 (build 1cfeabd)",
|
|
4062
4089
|
"license": "Apache-2.0",
|
|
4063
4090
|
"metadata": {
|
|
4064
4091
|
"jsii": {
|
|
@@ -6543,7 +6570,7 @@
|
|
|
6543
6570
|
"kind": "interface",
|
|
6544
6571
|
"locationInModule": {
|
|
6545
6572
|
"filename": "lib/vpc-helper.ts",
|
|
6546
|
-
"line":
|
|
6573
|
+
"line": 32
|
|
6547
6574
|
},
|
|
6548
6575
|
"name": "BuildVpcProps",
|
|
6549
6576
|
"properties": [
|
|
@@ -6555,7 +6582,7 @@
|
|
|
6555
6582
|
"immutable": true,
|
|
6556
6583
|
"locationInModule": {
|
|
6557
6584
|
"filename": "lib/vpc-helper.ts",
|
|
6558
|
-
"line":
|
|
6585
|
+
"line": 40
|
|
6559
6586
|
},
|
|
6560
6587
|
"name": "defaultVpcProps",
|
|
6561
6588
|
"type": {
|
|
@@ -6570,7 +6597,7 @@
|
|
|
6570
6597
|
"immutable": true,
|
|
6571
6598
|
"locationInModule": {
|
|
6572
6599
|
"filename": "lib/vpc-helper.ts",
|
|
6573
|
-
"line":
|
|
6600
|
+
"line": 49
|
|
6574
6601
|
},
|
|
6575
6602
|
"name": "constructVpcProps",
|
|
6576
6603
|
"optional": true,
|
|
@@ -6586,7 +6613,7 @@
|
|
|
6586
6613
|
"immutable": true,
|
|
6587
6614
|
"locationInModule": {
|
|
6588
6615
|
"filename": "lib/vpc-helper.ts",
|
|
6589
|
-
"line":
|
|
6616
|
+
"line": 36
|
|
6590
6617
|
},
|
|
6591
6618
|
"name": "existingVpc",
|
|
6592
6619
|
"optional": true,
|
|
@@ -6602,7 +6629,7 @@
|
|
|
6602
6629
|
"immutable": true,
|
|
6603
6630
|
"locationInModule": {
|
|
6604
6631
|
"filename": "lib/vpc-helper.ts",
|
|
6605
|
-
"line":
|
|
6632
|
+
"line": 44
|
|
6606
6633
|
},
|
|
6607
6634
|
"name": "userVpcProps",
|
|
6608
6635
|
"optional": true,
|
|
@@ -6992,7 +7019,7 @@
|
|
|
6992
7019
|
"kind": "interface",
|
|
6993
7020
|
"locationInModule": {
|
|
6994
7021
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6995
|
-
"line":
|
|
7022
|
+
"line": 309
|
|
6996
7023
|
},
|
|
6997
7024
|
"name": "CloudFrontDistributionForMediaStoreResponse",
|
|
6998
7025
|
"properties": [
|
|
@@ -7001,7 +7028,7 @@
|
|
|
7001
7028
|
"immutable": true,
|
|
7002
7029
|
"locationInModule": {
|
|
7003
7030
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7004
|
-
"line":
|
|
7031
|
+
"line": 310
|
|
7005
7032
|
},
|
|
7006
7033
|
"name": "distribution",
|
|
7007
7034
|
"type": {
|
|
@@ -7013,7 +7040,7 @@
|
|
|
7013
7040
|
"immutable": true,
|
|
7014
7041
|
"locationInModule": {
|
|
7015
7042
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7016
|
-
"line":
|
|
7043
|
+
"line": 312
|
|
7017
7044
|
},
|
|
7018
7045
|
"name": "requestPolicy",
|
|
7019
7046
|
"type": {
|
|
@@ -7025,7 +7052,7 @@
|
|
|
7025
7052
|
"immutable": true,
|
|
7026
7053
|
"locationInModule": {
|
|
7027
7054
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7028
|
-
"line":
|
|
7055
|
+
"line": 313
|
|
7029
7056
|
},
|
|
7030
7057
|
"name": "cloudfrontFunction",
|
|
7031
7058
|
"optional": true,
|
|
@@ -7038,7 +7065,7 @@
|
|
|
7038
7065
|
"immutable": true,
|
|
7039
7066
|
"locationInModule": {
|
|
7040
7067
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7041
|
-
"line":
|
|
7068
|
+
"line": 311
|
|
7042
7069
|
},
|
|
7043
7070
|
"name": "loggingBucket",
|
|
7044
7071
|
"optional": true,
|
|
@@ -7056,7 +7083,7 @@
|
|
|
7056
7083
|
"kind": "interface",
|
|
7057
7084
|
"locationInModule": {
|
|
7058
7085
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7059
|
-
"line":
|
|
7086
|
+
"line": 442
|
|
7060
7087
|
},
|
|
7061
7088
|
"name": "CloudFrontProps",
|
|
7062
7089
|
"properties": [
|
|
@@ -7065,7 +7092,7 @@
|
|
|
7065
7092
|
"immutable": true,
|
|
7066
7093
|
"locationInModule": {
|
|
7067
7094
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7068
|
-
"line":
|
|
7095
|
+
"line": 443
|
|
7069
7096
|
},
|
|
7070
7097
|
"name": "insertHttpSecurityHeaders",
|
|
7071
7098
|
"optional": true,
|
|
@@ -7078,7 +7105,7 @@
|
|
|
7078
7105
|
"immutable": true,
|
|
7079
7106
|
"locationInModule": {
|
|
7080
7107
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7081
|
-
"line":
|
|
7108
|
+
"line": 444
|
|
7082
7109
|
},
|
|
7083
7110
|
"name": "responseHeadersPolicyProps",
|
|
7084
7111
|
"optional": true,
|
|
@@ -7096,7 +7123,7 @@
|
|
|
7096
7123
|
"kind": "interface",
|
|
7097
7124
|
"locationInModule": {
|
|
7098
7125
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7099
|
-
"line":
|
|
7126
|
+
"line": 461
|
|
7100
7127
|
},
|
|
7101
7128
|
"name": "CloudfrontS3Props",
|
|
7102
7129
|
"properties": [
|
|
@@ -7105,7 +7132,7 @@
|
|
|
7105
7132
|
"immutable": true,
|
|
7106
7133
|
"locationInModule": {
|
|
7107
7134
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7108
|
-
"line":
|
|
7135
|
+
"line": 462
|
|
7109
7136
|
},
|
|
7110
7137
|
"name": "bucketProps",
|
|
7111
7138
|
"optional": true,
|
|
@@ -7118,7 +7145,7 @@
|
|
|
7118
7145
|
"immutable": true,
|
|
7119
7146
|
"locationInModule": {
|
|
7120
7147
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7121
|
-
"line":
|
|
7148
|
+
"line": 467
|
|
7122
7149
|
},
|
|
7123
7150
|
"name": "cloudFrontLoggingBucketAccessLogBucketProps",
|
|
7124
7151
|
"optional": true,
|
|
@@ -7131,7 +7158,7 @@
|
|
|
7131
7158
|
"immutable": true,
|
|
7132
7159
|
"locationInModule": {
|
|
7133
7160
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7134
|
-
"line":
|
|
7161
|
+
"line": 465
|
|
7135
7162
|
},
|
|
7136
7163
|
"name": "cloudFrontLoggingBucketProps",
|
|
7137
7164
|
"optional": true,
|
|
@@ -7144,7 +7171,7 @@
|
|
|
7144
7171
|
"immutable": true,
|
|
7145
7172
|
"locationInModule": {
|
|
7146
7173
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7147
|
-
"line":
|
|
7174
|
+
"line": 466
|
|
7148
7175
|
},
|
|
7149
7176
|
"name": "logCloudFrontAccessLog",
|
|
7150
7177
|
"optional": true,
|
|
@@ -7157,7 +7184,7 @@
|
|
|
7157
7184
|
"immutable": true,
|
|
7158
7185
|
"locationInModule": {
|
|
7159
7186
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7160
|
-
"line":
|
|
7187
|
+
"line": 464
|
|
7161
7188
|
},
|
|
7162
7189
|
"name": "loggingBucketProps",
|
|
7163
7190
|
"optional": true,
|
|
@@ -7170,7 +7197,7 @@
|
|
|
7170
7197
|
"immutable": true,
|
|
7171
7198
|
"locationInModule": {
|
|
7172
7199
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7173
|
-
"line":
|
|
7200
|
+
"line": 463
|
|
7174
7201
|
},
|
|
7175
7202
|
"name": "logS3AccessLogs",
|
|
7176
7203
|
"optional": true,
|
|
@@ -7231,6 +7258,39 @@
|
|
|
7231
7258
|
],
|
|
7232
7259
|
"symbolId": "lib/cognito-helper:CognitoOptions"
|
|
7233
7260
|
},
|
|
7261
|
+
"@aws-solutions-constructs/core.ConstructsFeatureFlagsReport": {
|
|
7262
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
7263
|
+
"base": "constructs.Construct",
|
|
7264
|
+
"docs": {
|
|
7265
|
+
"summary": "A CDK L3 construct that creates resources for Solutions Feature Flags reporting."
|
|
7266
|
+
},
|
|
7267
|
+
"fqn": "@aws-solutions-constructs/core.ConstructsFeatureFlagsReport",
|
|
7268
|
+
"kind": "class",
|
|
7269
|
+
"locationInModule": {
|
|
7270
|
+
"filename": "lib/constructs-feature-flags.ts",
|
|
7271
|
+
"line": 28
|
|
7272
|
+
},
|
|
7273
|
+
"methods": [
|
|
7274
|
+
{
|
|
7275
|
+
"locationInModule": {
|
|
7276
|
+
"filename": "lib/constructs-feature-flags.ts",
|
|
7277
|
+
"line": 30
|
|
7278
|
+
},
|
|
7279
|
+
"name": "ensure",
|
|
7280
|
+
"parameters": [
|
|
7281
|
+
{
|
|
7282
|
+
"name": "scope",
|
|
7283
|
+
"type": {
|
|
7284
|
+
"fqn": "constructs.Construct"
|
|
7285
|
+
}
|
|
7286
|
+
}
|
|
7287
|
+
],
|
|
7288
|
+
"static": true
|
|
7289
|
+
}
|
|
7290
|
+
],
|
|
7291
|
+
"name": "ConstructsFeatureFlagsReport",
|
|
7292
|
+
"symbolId": "lib/constructs-feature-flags:ConstructsFeatureFlagsReport"
|
|
7293
|
+
},
|
|
7234
7294
|
"@aws-solutions-constructs/core.CreateCloudFrontDistributionForS3Props": {
|
|
7235
7295
|
"assembly": "@aws-solutions-constructs/core",
|
|
7236
7296
|
"datatype": true,
|
|
@@ -7511,7 +7571,7 @@
|
|
|
7511
7571
|
"kind": "interface",
|
|
7512
7572
|
"locationInModule": {
|
|
7513
7573
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7514
|
-
"line":
|
|
7574
|
+
"line": 218
|
|
7515
7575
|
},
|
|
7516
7576
|
"name": "CreateCloudFrontOaiDistributionForS3Props",
|
|
7517
7577
|
"properties": [
|
|
@@ -7520,7 +7580,7 @@
|
|
|
7520
7580
|
"immutable": true,
|
|
7521
7581
|
"locationInModule": {
|
|
7522
7582
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7523
|
-
"line":
|
|
7583
|
+
"line": 220
|
|
7524
7584
|
},
|
|
7525
7585
|
"name": "sourceBucket",
|
|
7526
7586
|
"type": {
|
|
@@ -7532,7 +7592,7 @@
|
|
|
7532
7592
|
"immutable": true,
|
|
7533
7593
|
"locationInModule": {
|
|
7534
7594
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7535
|
-
"line":
|
|
7595
|
+
"line": 221
|
|
7536
7596
|
},
|
|
7537
7597
|
"name": "cloudFrontDistributionProps",
|
|
7538
7598
|
"optional": true,
|
|
@@ -7545,7 +7605,7 @@
|
|
|
7545
7605
|
"immutable": true,
|
|
7546
7606
|
"locationInModule": {
|
|
7547
7607
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7548
|
-
"line":
|
|
7608
|
+
"line": 223
|
|
7549
7609
|
},
|
|
7550
7610
|
"name": "cloudFrontLoggingBucketProps",
|
|
7551
7611
|
"optional": true,
|
|
@@ -7558,7 +7618,7 @@
|
|
|
7558
7618
|
"immutable": true,
|
|
7559
7619
|
"locationInModule": {
|
|
7560
7620
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7561
|
-
"line":
|
|
7621
|
+
"line": 224
|
|
7562
7622
|
},
|
|
7563
7623
|
"name": "cloudFrontLoggingBucketS3AccessLogBucketProps",
|
|
7564
7624
|
"optional": true,
|
|
@@ -7571,7 +7631,7 @@
|
|
|
7571
7631
|
"immutable": true,
|
|
7572
7632
|
"locationInModule": {
|
|
7573
7633
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7574
|
-
"line":
|
|
7634
|
+
"line": 222
|
|
7575
7635
|
},
|
|
7576
7636
|
"name": "httpSecurityHeaders",
|
|
7577
7637
|
"optional": true,
|
|
@@ -7584,7 +7644,7 @@
|
|
|
7584
7644
|
"immutable": true,
|
|
7585
7645
|
"locationInModule": {
|
|
7586
7646
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7587
|
-
"line":
|
|
7647
|
+
"line": 226
|
|
7588
7648
|
},
|
|
7589
7649
|
"name": "logCloudFrontAccessLog",
|
|
7590
7650
|
"optional": true,
|
|
@@ -7597,7 +7657,7 @@
|
|
|
7597
7657
|
"immutable": true,
|
|
7598
7658
|
"locationInModule": {
|
|
7599
7659
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7600
|
-
"line":
|
|
7660
|
+
"line": 219
|
|
7601
7661
|
},
|
|
7602
7662
|
"name": "originPath",
|
|
7603
7663
|
"optional": true,
|
|
@@ -7610,7 +7670,7 @@
|
|
|
7610
7670
|
"immutable": true,
|
|
7611
7671
|
"locationInModule": {
|
|
7612
7672
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7613
|
-
"line":
|
|
7673
|
+
"line": 225
|
|
7614
7674
|
},
|
|
7615
7675
|
"name": "responseHeadersPolicyProps",
|
|
7616
7676
|
"optional": true,
|
|
@@ -7628,7 +7688,7 @@
|
|
|
7628
7688
|
"kind": "interface",
|
|
7629
7689
|
"locationInModule": {
|
|
7630
7690
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7631
|
-
"line":
|
|
7691
|
+
"line": 229
|
|
7632
7692
|
},
|
|
7633
7693
|
"name": "CreateCloudFrontOaiDistributionForS3Response",
|
|
7634
7694
|
"properties": [
|
|
@@ -7637,7 +7697,7 @@
|
|
|
7637
7697
|
"immutable": true,
|
|
7638
7698
|
"locationInModule": {
|
|
7639
7699
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7640
|
-
"line":
|
|
7700
|
+
"line": 230
|
|
7641
7701
|
},
|
|
7642
7702
|
"name": "distribution",
|
|
7643
7703
|
"type": {
|
|
@@ -7649,7 +7709,7 @@
|
|
|
7649
7709
|
"immutable": true,
|
|
7650
7710
|
"locationInModule": {
|
|
7651
7711
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7652
|
-
"line":
|
|
7712
|
+
"line": 234
|
|
7653
7713
|
},
|
|
7654
7714
|
"name": "originAccessIdentity",
|
|
7655
7715
|
"type": {
|
|
@@ -7661,7 +7721,7 @@
|
|
|
7661
7721
|
"immutable": true,
|
|
7662
7722
|
"locationInModule": {
|
|
7663
7723
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7664
|
-
"line":
|
|
7724
|
+
"line": 233
|
|
7665
7725
|
},
|
|
7666
7726
|
"name": "cloudfrontFunction",
|
|
7667
7727
|
"optional": true,
|
|
@@ -7674,7 +7734,7 @@
|
|
|
7674
7734
|
"immutable": true,
|
|
7675
7735
|
"locationInModule": {
|
|
7676
7736
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7677
|
-
"line":
|
|
7737
|
+
"line": 231
|
|
7678
7738
|
},
|
|
7679
7739
|
"name": "loggingBucket",
|
|
7680
7740
|
"optional": true,
|
|
@@ -7687,7 +7747,7 @@
|
|
|
7687
7747
|
"immutable": true,
|
|
7688
7748
|
"locationInModule": {
|
|
7689
7749
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7690
|
-
"line":
|
|
7750
|
+
"line": 232
|
|
7691
7751
|
},
|
|
7692
7752
|
"name": "loggingBucketS3AccesssLogBucket",
|
|
7693
7753
|
"optional": true,
|
|
@@ -9319,7 +9379,7 @@
|
|
|
9319
9379
|
"kind": "enum",
|
|
9320
9380
|
"locationInModule": {
|
|
9321
9381
|
"filename": "lib/vpc-helper.ts",
|
|
9322
|
-
"line":
|
|
9382
|
+
"line": 82
|
|
9323
9383
|
},
|
|
9324
9384
|
"members": [
|
|
9325
9385
|
{
|
|
@@ -9724,7 +9784,7 @@
|
|
|
9724
9784
|
"kind": "interface",
|
|
9725
9785
|
"locationInModule": {
|
|
9726
9786
|
"filename": "lib/vpc-helper.ts",
|
|
9727
|
-
"line":
|
|
9787
|
+
"line": 298
|
|
9728
9788
|
},
|
|
9729
9789
|
"name": "VpcPropsSet",
|
|
9730
9790
|
"properties": [
|
|
@@ -9733,7 +9793,7 @@
|
|
|
9733
9793
|
"immutable": true,
|
|
9734
9794
|
"locationInModule": {
|
|
9735
9795
|
"filename": "lib/vpc-helper.ts",
|
|
9736
|
-
"line":
|
|
9796
|
+
"line": 301
|
|
9737
9797
|
},
|
|
9738
9798
|
"name": "deployVpc",
|
|
9739
9799
|
"optional": true,
|
|
@@ -9746,7 +9806,7 @@
|
|
|
9746
9806
|
"immutable": true,
|
|
9747
9807
|
"locationInModule": {
|
|
9748
9808
|
"filename": "lib/vpc-helper.ts",
|
|
9749
|
-
"line":
|
|
9809
|
+
"line": 299
|
|
9750
9810
|
},
|
|
9751
9811
|
"name": "existingVpc",
|
|
9752
9812
|
"optional": true,
|
|
@@ -9759,7 +9819,7 @@
|
|
|
9759
9819
|
"immutable": true,
|
|
9760
9820
|
"locationInModule": {
|
|
9761
9821
|
"filename": "lib/vpc-helper.ts",
|
|
9762
|
-
"line":
|
|
9822
|
+
"line": 300
|
|
9763
9823
|
},
|
|
9764
9824
|
"name": "vpcProps",
|
|
9765
9825
|
"optional": true,
|
|
@@ -9809,6 +9869,6 @@
|
|
|
9809
9869
|
"symbolId": "lib/waf-helper:WafWebAclProps"
|
|
9810
9870
|
}
|
|
9811
9871
|
},
|
|
9812
|
-
"version": "2.
|
|
9813
|
-
"fingerprint": "
|
|
9872
|
+
"version": "2.94.0",
|
|
9873
|
+
"fingerprint": "9YwMD77YzHGr17eBbnaJmEOnL5hiF3cy1JKQygfgACc="
|
|
9814
9874
|
}
|
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -93,4 +93,5 @@ __exportStar(require("./lib/websocket-api-helper"), exports);
|
|
|
93
93
|
__exportStar(require("./lib/pipes-defaults"), exports);
|
|
94
94
|
__exportStar(require("./lib/pipes-helper"), exports);
|
|
95
95
|
__exportStar(require("./lib/bedrock-inference-helper"), exports);
|
|
96
|
-
|
|
96
|
+
__exportStar(require("./lib/constructs-feature-flags"), exports);
|
|
97
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUE7Ozs7Ozs7Ozs7O0dBV0c7Ozs7Ozs7Ozs7Ozs7Ozs7QUFFSCxxREFBbUM7QUFDbkMsbURBQWlDO0FBQ2pDLDREQUEwQztBQUMxQywwREFBd0M7QUFDeEMsZ0VBQThDO0FBQzlDLDZEQUEyQztBQUMzQywyREFBeUM7QUFDekMseURBQXVDO0FBQ3ZDLHVEQUFxQztBQUNyQyxnRUFBOEM7QUFDOUMsbUVBQWlEO0FBQ2pELGlFQUErQztBQUMvQyxpRUFBK0M7QUFDL0MsK0RBQTZDO0FBQzdDLHFFQUFtRDtBQUNuRCw2RUFBMkQ7QUFDM0QscURBQW1DO0FBQ25DLG1EQUFpQztBQUNqQyx3REFBc0M7QUFDdEMsc0RBQW9DO0FBQ3BDLDREQUEwQztBQUMxQywwREFBd0M7QUFDeEMsMkRBQXlDO0FBQ3pDLHlEQUF1QztBQUN2QyxnRUFBOEM7QUFDOUMsOERBQTRDO0FBQzVDLDhEQUE0QztBQUM1QyxxREFBbUM7QUFDbkMsbURBQWlDO0FBQ2pDLHNEQUFvQztBQUNwQyxxREFBbUM7QUFDbkMsbURBQWlDO0FBQ2pDLHVFQUFxRDtBQUNyRCx5RUFBdUQ7QUFDdkQsOENBQTRCO0FBQzVCLDZEQUEyQztBQUMzQyx5REFBdUM7QUFDdkMsdURBQXFDO0FBQ3JDLCtEQUE2QztBQUM3Qyw2REFBMkM7QUFDM0MsK0RBQTZDO0FBQzdDLDZEQUEyQztBQUMzQyw4REFBNEM7QUFDNUMscURBQW1DO0FBQ25DLG1EQUFpQztBQUNqQywyREFBeUM7QUFDekMseURBQXVDO0FBQ3ZDLG9FQUFrRDtBQUNsRCwwREFBd0M7QUFDeEMsd0RBQXNDO0FBQ3RDLDREQUEwQztBQUMxQywwREFBd0M7QUFDeEMsK0RBQTZDO0FBQzdDLDZEQUEyQztBQUMzQyxxREFBbUM7QUFDbkMsb0VBQWtEO0FBQ2xELDJEQUF5QztBQUN6QyxxREFBbUM7QUFDbkMsbURBQWlDO0FBQ2pDLDREQUEwQztBQUMxQywwREFBd0M7QUFDeEMsc0RBQW9DO0FBQ3BDLCtEQUE2QztBQUM3Qyw2REFBMkM7QUFDM0MsdURBQXFDO0FBQ3JDLHFEQUFtQztBQUNuQyxpRUFBK0M7QUFDL0MsaUVBQStDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiAgQ29weXJpZ2h0IEFtYXpvbi5jb20sIEluYy4gb3IgaXRzIGFmZmlsaWF0ZXMuIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogIExpY2Vuc2VkIHVuZGVyIHRoZSBBcGFjaGUgTGljZW5zZSwgVmVyc2lvbiAyLjAgKHRoZSBcIkxpY2Vuc2VcIikuIFlvdSBtYXkgbm90IHVzZSB0aGlzIGZpbGUgZXhjZXB0IGluIGNvbXBsaWFuY2VcbiAqICB3aXRoIHRoZSBMaWNlbnNlLiBBIGNvcHkgb2YgdGhlIExpY2Vuc2UgaXMgbG9jYXRlZCBhdFxuICpcbiAqICAgICAgaHR0cDovL3d3dy5hcGFjaGUub3JnL2xpY2Vuc2VzL0xJQ0VOU0UtMi4wXG4gKlxuICogIG9yIGluIHRoZSAnbGljZW5zZScgZmlsZSBhY2NvbXBhbnlpbmcgdGhpcyBmaWxlLiBUaGlzIGZpbGUgaXMgZGlzdHJpYnV0ZWQgb24gYW4gJ0FTIElTJyBCQVNJUywgV0lUSE9VVCBXQVJSQU5USUVTXG4gKiAgT1IgQ09ORElUSU9OUyBPRiBBTlkgS0lORCwgZXhwcmVzcyBvciBpbXBsaWVkLiBTZWUgdGhlIExpY2Vuc2UgZm9yIHRoZSBzcGVjaWZpYyBsYW5ndWFnZSBnb3Zlcm5pbmcgcGVybWlzc2lvbnNcbiAqICBhbmQgbGltaXRhdGlvbnMgdW5kZXIgdGhlIExpY2Vuc2UuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9saWIvYWxiLWRlZmF1bHRzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FsYi1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBpZ2F0ZXdheS1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcGlnYXRld2F5LWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9keW5hbW9kYi10YWJsZS1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9lbGFzdGljYWNoZS1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9lbGFzdGljYWNoZS1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZmFyZ2F0ZS1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9mYXJnYXRlLWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9pb3QtdG9waWMtcnVsZS1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9raW5lc2lzLWFuYWx5dGljcy1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9raW5lc2lzLWFuYWx5dGljcy1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIva2luZXNpcy1zdHJlYW1zLWRlZmF1bHRzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2tpbmVzaXMtc3RyZWFtcy1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIva2luZXNpcy1maXJlaG9zZS1zMy1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9sYW1iZGEtZXZlbnQtc291cmNlLW1hcHBpbmctZGVmYXVsdHMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIva21zLWRlZmF1bHRzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ttcy1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvbGFtYmRhLWRlZmF1bHRzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2xhbWJkYS1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvbWVkaWFzdG9yZS1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9tZWRpYXN0b3JlLWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9zMy1idWNrZXQtZGVmYXVsdHMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvczMtYnVja2V0LWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9zZWNyZXRzbWFuYWdlci1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9zZWNyZXRzbWFuYWdlci1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2VjdXJpdHktZ3JvdXAtaGVscGVyJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3Nucy1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9zbnMtaGVscGVyJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3MzLW9hYy1vcmlnaW4nO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc3FzLWRlZmF1bHRzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3Nxcy1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY2xvdWRmcm9udC1kaXN0cmlidXRpb24taGVscGVyJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Nsb3VkZnJvbnQtZGlzdHJpYnV0aW9uLWRlZmF1bHRzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3V0aWxzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2V2ZW50cy1ydWxlLWRlZmF1bHRzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvZ25pdG8tZGVmYXVsdHMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29nbml0by1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZWxhc3RpY3NlYXJjaC1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9lbGFzdGljc2VhcmNoLWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9zdGVwLWZ1bmN0aW9uLWRlZmF1bHRzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3N0ZXAtZnVuY3Rpb24taGVscGVyJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2R5bmFtb2RiLXRhYmxlLWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi92cGMtZGVmYXVsdHMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvdnBjLWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9zYWdlbWFrZXItZGVmYXVsdHMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2FnZW1ha2VyLWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jbG91ZHdhdGNoLWxvZy1ncm91cC1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZ2x1ZS1qb2ItZGVmYXVsdHMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZ2x1ZS1qb2ItaGVscGVyJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2dsdWUtdGFibGUtZGVmYXVsdHMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZ2x1ZS10YWJsZS1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZ2x1ZS1kYXRhYmFzZS1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9nbHVlLWRhdGFiYXNlLWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL3Rlc3QvdGVzdC1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc3NtLXN0cmluZy1wYXJhbWV0ZXItaGVscGVyJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2V2ZW50YnJpZGdlLWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi93YWYtZGVmYXVsdHMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvd2FmLWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9vcGVuc2VhcmNoLWRlZmF1bHRzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL29wZW5zZWFyY2gtaGVscGVyJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2tlbmRyYS1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvd2Vic29ja2V0LWFwaS1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi93ZWJzb2NrZXQtYXBpLWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9waXBlcy1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9waXBlcy1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvYmVkcm9jay1pbmZlcmVuY2UtaGVscGVyJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbnN0cnVjdHMtZmVhdHVyZS1mbGFncyc7XG4iXX0=
|