@aws-solutions-constructs/core 2.93.0 → 2.95.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 +106 -155
- package/index.d.ts +0 -2
- package/index.js +1 -3
- package/lib/cloudfront-distribution-defaults.d.ts +0 -5
- package/lib/cloudfront-distribution-defaults.js +1 -28
- package/lib/cloudfront-distribution-helper.d.ts +0 -11
- package/lib/cloudfront-distribution-helper.js +21 -44
- package/lib/vpc-helper.d.ts +2 -1
- package/lib/vpc-helper.js +7 -1
- package/package.json +3 -3
- package/test/cloudfront-distribution-s3-helper.test.js +123 -1
- package/lib/mediastore-defaults.d.ts +0 -17
- package/lib/mediastore-defaults.js +0 -71
- package/lib/mediastore-helper.d.ts +0 -23
- package/lib/mediastore-helper.js +0 -48
- package/test/cloudfront-distribution-mediastore-helper.test.d.ts +0 -13
- package/test/cloudfront-distribution-mediastore-helper.test.js +0 -606
- package/test/mediastore-helper.test.d.ts +0 -13
- package/test/mediastore-helper.test.js +0 -67
package/.jsii
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@aws-cdk/cloud-assembly-schema": "^48.6.0",
|
|
17
|
-
"aws-cdk-lib": "^2.
|
|
17
|
+
"aws-cdk-lib": "^2.223.0",
|
|
18
18
|
"constructs": "^10.0.0"
|
|
19
19
|
},
|
|
20
20
|
"dependencyClosure": {
|
|
@@ -609,6 +609,19 @@
|
|
|
609
609
|
}
|
|
610
610
|
}
|
|
611
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
|
+
},
|
|
612
625
|
"aws-cdk-lib.aws_billingconductor": {
|
|
613
626
|
"targets": {
|
|
614
627
|
"dotnet": {
|
|
@@ -3210,6 +3223,19 @@
|
|
|
3210
3223
|
}
|
|
3211
3224
|
}
|
|
3212
3225
|
},
|
|
3226
|
+
"aws-cdk-lib.aws_rtbfabric": {
|
|
3227
|
+
"targets": {
|
|
3228
|
+
"dotnet": {
|
|
3229
|
+
"package": "Amazon.CDK.AWS.RTBFabric"
|
|
3230
|
+
},
|
|
3231
|
+
"java": {
|
|
3232
|
+
"package": "software.amazon.awscdk.services.rtbfabric"
|
|
3233
|
+
},
|
|
3234
|
+
"python": {
|
|
3235
|
+
"module": "aws_cdk.aws_rtbfabric"
|
|
3236
|
+
}
|
|
3237
|
+
}
|
|
3238
|
+
},
|
|
3213
3239
|
"aws-cdk-lib.aws_rum": {
|
|
3214
3240
|
"targets": {
|
|
3215
3241
|
"dotnet": {
|
|
@@ -3327,6 +3353,19 @@
|
|
|
3327
3353
|
}
|
|
3328
3354
|
}
|
|
3329
3355
|
},
|
|
3356
|
+
"aws-cdk-lib.aws_s3vectors": {
|
|
3357
|
+
"targets": {
|
|
3358
|
+
"dotnet": {
|
|
3359
|
+
"package": "Amazon.CDK.AWS.S3Vectors"
|
|
3360
|
+
},
|
|
3361
|
+
"java": {
|
|
3362
|
+
"package": "software.amazon.awscdk.services.s3vectors"
|
|
3363
|
+
},
|
|
3364
|
+
"python": {
|
|
3365
|
+
"module": "aws_cdk.aws_s3vectors"
|
|
3366
|
+
}
|
|
3367
|
+
}
|
|
3368
|
+
},
|
|
3330
3369
|
"aws-cdk-lib.aws_sagemaker": {
|
|
3331
3370
|
"targets": {
|
|
3332
3371
|
"dotnet": {
|
|
@@ -3535,6 +3574,19 @@
|
|
|
3535
3574
|
}
|
|
3536
3575
|
}
|
|
3537
3576
|
},
|
|
3577
|
+
"aws-cdk-lib.aws_smsvoice": {
|
|
3578
|
+
"targets": {
|
|
3579
|
+
"dotnet": {
|
|
3580
|
+
"package": "Amazon.CDK.AWS.SMSVOICE"
|
|
3581
|
+
},
|
|
3582
|
+
"java": {
|
|
3583
|
+
"package": "software.amazon.awscdk.services.smsvoice"
|
|
3584
|
+
},
|
|
3585
|
+
"python": {
|
|
3586
|
+
"module": "aws_cdk.aws_smsvoice"
|
|
3587
|
+
}
|
|
3588
|
+
}
|
|
3589
|
+
},
|
|
3538
3590
|
"aws-cdk-lib.aws_sns": {
|
|
3539
3591
|
"targets": {
|
|
3540
3592
|
"dotnet": {
|
|
@@ -4059,7 +4111,7 @@
|
|
|
4059
4111
|
},
|
|
4060
4112
|
"description": "Core CDK Construct for patterns library",
|
|
4061
4113
|
"homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
|
|
4062
|
-
"jsiiVersion": "5.
|
|
4114
|
+
"jsiiVersion": "5.9.8 (build 3d2e131)",
|
|
4063
4115
|
"license": "Apache-2.0",
|
|
4064
4116
|
"metadata": {
|
|
4065
4117
|
"jsii": {
|
|
@@ -6941,7 +6993,7 @@
|
|
|
6941
6993
|
"kind": "interface",
|
|
6942
6994
|
"locationInModule": {
|
|
6943
6995
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6944
|
-
"line":
|
|
6996
|
+
"line": 69
|
|
6945
6997
|
},
|
|
6946
6998
|
"name": "CloudFrontDistributionForApiGatewayResponse",
|
|
6947
6999
|
"properties": [
|
|
@@ -6950,7 +7002,7 @@
|
|
|
6950
7002
|
"immutable": true,
|
|
6951
7003
|
"locationInModule": {
|
|
6952
7004
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6953
|
-
"line":
|
|
7005
|
+
"line": 70
|
|
6954
7006
|
},
|
|
6955
7007
|
"name": "distribution",
|
|
6956
7008
|
"type": {
|
|
@@ -6962,7 +7014,7 @@
|
|
|
6962
7014
|
"immutable": true,
|
|
6963
7015
|
"locationInModule": {
|
|
6964
7016
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6965
|
-
"line":
|
|
7017
|
+
"line": 71
|
|
6966
7018
|
},
|
|
6967
7019
|
"name": "cloudfrontFunction",
|
|
6968
7020
|
"optional": true,
|
|
@@ -6975,7 +7027,7 @@
|
|
|
6975
7027
|
"immutable": true,
|
|
6976
7028
|
"locationInModule": {
|
|
6977
7029
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6978
|
-
"line":
|
|
7030
|
+
"line": 72
|
|
6979
7031
|
},
|
|
6980
7032
|
"name": "loggingBucket",
|
|
6981
7033
|
"optional": true,
|
|
@@ -6986,70 +7038,6 @@
|
|
|
6986
7038
|
],
|
|
6987
7039
|
"symbolId": "lib/cloudfront-distribution-helper:CloudFrontDistributionForApiGatewayResponse"
|
|
6988
7040
|
},
|
|
6989
|
-
"@aws-solutions-constructs/core.CloudFrontDistributionForMediaStoreResponse": {
|
|
6990
|
-
"assembly": "@aws-solutions-constructs/core",
|
|
6991
|
-
"datatype": true,
|
|
6992
|
-
"fqn": "@aws-solutions-constructs/core.CloudFrontDistributionForMediaStoreResponse",
|
|
6993
|
-
"kind": "interface",
|
|
6994
|
-
"locationInModule": {
|
|
6995
|
-
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
6996
|
-
"line": 285
|
|
6997
|
-
},
|
|
6998
|
-
"name": "CloudFrontDistributionForMediaStoreResponse",
|
|
6999
|
-
"properties": [
|
|
7000
|
-
{
|
|
7001
|
-
"abstract": true,
|
|
7002
|
-
"immutable": true,
|
|
7003
|
-
"locationInModule": {
|
|
7004
|
-
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7005
|
-
"line": 286
|
|
7006
|
-
},
|
|
7007
|
-
"name": "distribution",
|
|
7008
|
-
"type": {
|
|
7009
|
-
"fqn": "aws-cdk-lib.aws_cloudfront.Distribution"
|
|
7010
|
-
}
|
|
7011
|
-
},
|
|
7012
|
-
{
|
|
7013
|
-
"abstract": true,
|
|
7014
|
-
"immutable": true,
|
|
7015
|
-
"locationInModule": {
|
|
7016
|
-
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7017
|
-
"line": 288
|
|
7018
|
-
},
|
|
7019
|
-
"name": "requestPolicy",
|
|
7020
|
-
"type": {
|
|
7021
|
-
"fqn": "aws-cdk-lib.aws_cloudfront.OriginRequestPolicy"
|
|
7022
|
-
}
|
|
7023
|
-
},
|
|
7024
|
-
{
|
|
7025
|
-
"abstract": true,
|
|
7026
|
-
"immutable": true,
|
|
7027
|
-
"locationInModule": {
|
|
7028
|
-
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7029
|
-
"line": 289
|
|
7030
|
-
},
|
|
7031
|
-
"name": "cloudfrontFunction",
|
|
7032
|
-
"optional": true,
|
|
7033
|
-
"type": {
|
|
7034
|
-
"fqn": "aws-cdk-lib.aws_cloudfront.Function"
|
|
7035
|
-
}
|
|
7036
|
-
},
|
|
7037
|
-
{
|
|
7038
|
-
"abstract": true,
|
|
7039
|
-
"immutable": true,
|
|
7040
|
-
"locationInModule": {
|
|
7041
|
-
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7042
|
-
"line": 287
|
|
7043
|
-
},
|
|
7044
|
-
"name": "loggingBucket",
|
|
7045
|
-
"optional": true,
|
|
7046
|
-
"type": {
|
|
7047
|
-
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
7048
|
-
}
|
|
7049
|
-
}
|
|
7050
|
-
],
|
|
7051
|
-
"symbolId": "lib/cloudfront-distribution-helper:CloudFrontDistributionForMediaStoreResponse"
|
|
7052
|
-
},
|
|
7053
7041
|
"@aws-solutions-constructs/core.CloudFrontProps": {
|
|
7054
7042
|
"assembly": "@aws-solutions-constructs/core",
|
|
7055
7043
|
"datatype": true,
|
|
@@ -7057,7 +7045,7 @@
|
|
|
7057
7045
|
"kind": "interface",
|
|
7058
7046
|
"locationInModule": {
|
|
7059
7047
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7060
|
-
"line":
|
|
7048
|
+
"line": 369
|
|
7061
7049
|
},
|
|
7062
7050
|
"name": "CloudFrontProps",
|
|
7063
7051
|
"properties": [
|
|
@@ -7066,7 +7054,7 @@
|
|
|
7066
7054
|
"immutable": true,
|
|
7067
7055
|
"locationInModule": {
|
|
7068
7056
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7069
|
-
"line":
|
|
7057
|
+
"line": 370
|
|
7070
7058
|
},
|
|
7071
7059
|
"name": "insertHttpSecurityHeaders",
|
|
7072
7060
|
"optional": true,
|
|
@@ -7079,7 +7067,7 @@
|
|
|
7079
7067
|
"immutable": true,
|
|
7080
7068
|
"locationInModule": {
|
|
7081
7069
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7082
|
-
"line":
|
|
7070
|
+
"line": 371
|
|
7083
7071
|
},
|
|
7084
7072
|
"name": "responseHeadersPolicyProps",
|
|
7085
7073
|
"optional": true,
|
|
@@ -7097,7 +7085,7 @@
|
|
|
7097
7085
|
"kind": "interface",
|
|
7098
7086
|
"locationInModule": {
|
|
7099
7087
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7100
|
-
"line":
|
|
7088
|
+
"line": 388
|
|
7101
7089
|
},
|
|
7102
7090
|
"name": "CloudfrontS3Props",
|
|
7103
7091
|
"properties": [
|
|
@@ -7106,7 +7094,7 @@
|
|
|
7106
7094
|
"immutable": true,
|
|
7107
7095
|
"locationInModule": {
|
|
7108
7096
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7109
|
-
"line":
|
|
7097
|
+
"line": 389
|
|
7110
7098
|
},
|
|
7111
7099
|
"name": "bucketProps",
|
|
7112
7100
|
"optional": true,
|
|
@@ -7119,7 +7107,7 @@
|
|
|
7119
7107
|
"immutable": true,
|
|
7120
7108
|
"locationInModule": {
|
|
7121
7109
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7122
|
-
"line":
|
|
7110
|
+
"line": 394
|
|
7123
7111
|
},
|
|
7124
7112
|
"name": "cloudFrontLoggingBucketAccessLogBucketProps",
|
|
7125
7113
|
"optional": true,
|
|
@@ -7132,7 +7120,7 @@
|
|
|
7132
7120
|
"immutable": true,
|
|
7133
7121
|
"locationInModule": {
|
|
7134
7122
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7135
|
-
"line":
|
|
7123
|
+
"line": 392
|
|
7136
7124
|
},
|
|
7137
7125
|
"name": "cloudFrontLoggingBucketProps",
|
|
7138
7126
|
"optional": true,
|
|
@@ -7145,7 +7133,7 @@
|
|
|
7145
7133
|
"immutable": true,
|
|
7146
7134
|
"locationInModule": {
|
|
7147
7135
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7148
|
-
"line":
|
|
7136
|
+
"line": 393
|
|
7149
7137
|
},
|
|
7150
7138
|
"name": "logCloudFrontAccessLog",
|
|
7151
7139
|
"optional": true,
|
|
@@ -7158,7 +7146,7 @@
|
|
|
7158
7146
|
"immutable": true,
|
|
7159
7147
|
"locationInModule": {
|
|
7160
7148
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7161
|
-
"line":
|
|
7149
|
+
"line": 391
|
|
7162
7150
|
},
|
|
7163
7151
|
"name": "loggingBucketProps",
|
|
7164
7152
|
"optional": true,
|
|
@@ -7171,7 +7159,7 @@
|
|
|
7171
7159
|
"immutable": true,
|
|
7172
7160
|
"locationInModule": {
|
|
7173
7161
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7174
|
-
"line":
|
|
7162
|
+
"line": 390
|
|
7175
7163
|
},
|
|
7176
7164
|
"name": "logS3AccessLogs",
|
|
7177
7165
|
"optional": true,
|
|
@@ -7272,7 +7260,7 @@
|
|
|
7272
7260
|
"kind": "interface",
|
|
7273
7261
|
"locationInModule": {
|
|
7274
7262
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7275
|
-
"line":
|
|
7263
|
+
"line": 105
|
|
7276
7264
|
},
|
|
7277
7265
|
"name": "CreateCloudFrontDistributionForS3Props",
|
|
7278
7266
|
"properties": [
|
|
@@ -7281,7 +7269,7 @@
|
|
|
7281
7269
|
"immutable": true,
|
|
7282
7270
|
"locationInModule": {
|
|
7283
7271
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7284
|
-
"line":
|
|
7272
|
+
"line": 106
|
|
7285
7273
|
},
|
|
7286
7274
|
"name": "sourceBucket",
|
|
7287
7275
|
"type": {
|
|
@@ -7293,7 +7281,7 @@
|
|
|
7293
7281
|
"immutable": true,
|
|
7294
7282
|
"locationInModule": {
|
|
7295
7283
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7296
|
-
"line":
|
|
7284
|
+
"line": 107
|
|
7297
7285
|
},
|
|
7298
7286
|
"name": "cloudFrontDistributionProps",
|
|
7299
7287
|
"optional": true,
|
|
@@ -7306,7 +7294,7 @@
|
|
|
7306
7294
|
"immutable": true,
|
|
7307
7295
|
"locationInModule": {
|
|
7308
7296
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7309
|
-
"line":
|
|
7297
|
+
"line": 109
|
|
7310
7298
|
},
|
|
7311
7299
|
"name": "cloudFrontLoggingBucketProps",
|
|
7312
7300
|
"optional": true,
|
|
@@ -7319,7 +7307,7 @@
|
|
|
7319
7307
|
"immutable": true,
|
|
7320
7308
|
"locationInModule": {
|
|
7321
7309
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7322
|
-
"line":
|
|
7310
|
+
"line": 110
|
|
7323
7311
|
},
|
|
7324
7312
|
"name": "cloudFrontLoggingBucketS3AccessLogBucketProps",
|
|
7325
7313
|
"optional": true,
|
|
@@ -7332,7 +7320,7 @@
|
|
|
7332
7320
|
"immutable": true,
|
|
7333
7321
|
"locationInModule": {
|
|
7334
7322
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7335
|
-
"line":
|
|
7323
|
+
"line": 108
|
|
7336
7324
|
},
|
|
7337
7325
|
"name": "httpSecurityHeaders",
|
|
7338
7326
|
"optional": true,
|
|
@@ -7345,7 +7333,7 @@
|
|
|
7345
7333
|
"immutable": true,
|
|
7346
7334
|
"locationInModule": {
|
|
7347
7335
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7348
|
-
"line":
|
|
7336
|
+
"line": 112
|
|
7349
7337
|
},
|
|
7350
7338
|
"name": "logCloudFrontAccessLog",
|
|
7351
7339
|
"optional": true,
|
|
@@ -7358,7 +7346,7 @@
|
|
|
7358
7346
|
"immutable": true,
|
|
7359
7347
|
"locationInModule": {
|
|
7360
7348
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7361
|
-
"line":
|
|
7349
|
+
"line": 111
|
|
7362
7350
|
},
|
|
7363
7351
|
"name": "responseHeadersPolicyProps",
|
|
7364
7352
|
"optional": true,
|
|
@@ -7376,7 +7364,7 @@
|
|
|
7376
7364
|
"kind": "interface",
|
|
7377
7365
|
"locationInModule": {
|
|
7378
7366
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7379
|
-
"line":
|
|
7367
|
+
"line": 115
|
|
7380
7368
|
},
|
|
7381
7369
|
"name": "CreateCloudFrontDistributionForS3Response",
|
|
7382
7370
|
"properties": [
|
|
@@ -7385,7 +7373,7 @@
|
|
|
7385
7373
|
"immutable": true,
|
|
7386
7374
|
"locationInModule": {
|
|
7387
7375
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7388
|
-
"line":
|
|
7376
|
+
"line": 116
|
|
7389
7377
|
},
|
|
7390
7378
|
"name": "distribution",
|
|
7391
7379
|
"type": {
|
|
@@ -7397,7 +7385,7 @@
|
|
|
7397
7385
|
"immutable": true,
|
|
7398
7386
|
"locationInModule": {
|
|
7399
7387
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7400
|
-
"line":
|
|
7388
|
+
"line": 119
|
|
7401
7389
|
},
|
|
7402
7390
|
"name": "cloudfrontFunction",
|
|
7403
7391
|
"optional": true,
|
|
@@ -7410,7 +7398,7 @@
|
|
|
7410
7398
|
"immutable": true,
|
|
7411
7399
|
"locationInModule": {
|
|
7412
7400
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7413
|
-
"line":
|
|
7401
|
+
"line": 117
|
|
7414
7402
|
},
|
|
7415
7403
|
"name": "loggingBucket",
|
|
7416
7404
|
"optional": true,
|
|
@@ -7423,7 +7411,7 @@
|
|
|
7423
7411
|
"immutable": true,
|
|
7424
7412
|
"locationInModule": {
|
|
7425
7413
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7426
|
-
"line":
|
|
7414
|
+
"line": 118
|
|
7427
7415
|
},
|
|
7428
7416
|
"name": "loggingBucketS3AccesssLogBucket",
|
|
7429
7417
|
"optional": true,
|
|
@@ -7436,7 +7424,7 @@
|
|
|
7436
7424
|
"immutable": true,
|
|
7437
7425
|
"locationInModule": {
|
|
7438
7426
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7439
|
-
"line":
|
|
7427
|
+
"line": 120
|
|
7440
7428
|
},
|
|
7441
7429
|
"name": "originAccessControl",
|
|
7442
7430
|
"optional": true,
|
|
@@ -7545,7 +7533,7 @@
|
|
|
7545
7533
|
"kind": "interface",
|
|
7546
7534
|
"locationInModule": {
|
|
7547
7535
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7548
|
-
"line":
|
|
7536
|
+
"line": 216
|
|
7549
7537
|
},
|
|
7550
7538
|
"name": "CreateCloudFrontOaiDistributionForS3Props",
|
|
7551
7539
|
"properties": [
|
|
@@ -7554,7 +7542,7 @@
|
|
|
7554
7542
|
"immutable": true,
|
|
7555
7543
|
"locationInModule": {
|
|
7556
7544
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7557
|
-
"line":
|
|
7545
|
+
"line": 218
|
|
7558
7546
|
},
|
|
7559
7547
|
"name": "sourceBucket",
|
|
7560
7548
|
"type": {
|
|
@@ -7566,7 +7554,7 @@
|
|
|
7566
7554
|
"immutable": true,
|
|
7567
7555
|
"locationInModule": {
|
|
7568
7556
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7569
|
-
"line":
|
|
7557
|
+
"line": 219
|
|
7570
7558
|
},
|
|
7571
7559
|
"name": "cloudFrontDistributionProps",
|
|
7572
7560
|
"optional": true,
|
|
@@ -7579,7 +7567,7 @@
|
|
|
7579
7567
|
"immutable": true,
|
|
7580
7568
|
"locationInModule": {
|
|
7581
7569
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7582
|
-
"line":
|
|
7570
|
+
"line": 221
|
|
7583
7571
|
},
|
|
7584
7572
|
"name": "cloudFrontLoggingBucketProps",
|
|
7585
7573
|
"optional": true,
|
|
@@ -7592,7 +7580,7 @@
|
|
|
7592
7580
|
"immutable": true,
|
|
7593
7581
|
"locationInModule": {
|
|
7594
7582
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7595
|
-
"line":
|
|
7583
|
+
"line": 222
|
|
7596
7584
|
},
|
|
7597
7585
|
"name": "cloudFrontLoggingBucketS3AccessLogBucketProps",
|
|
7598
7586
|
"optional": true,
|
|
@@ -7605,7 +7593,7 @@
|
|
|
7605
7593
|
"immutable": true,
|
|
7606
7594
|
"locationInModule": {
|
|
7607
7595
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7608
|
-
"line":
|
|
7596
|
+
"line": 220
|
|
7609
7597
|
},
|
|
7610
7598
|
"name": "httpSecurityHeaders",
|
|
7611
7599
|
"optional": true,
|
|
@@ -7618,7 +7606,7 @@
|
|
|
7618
7606
|
"immutable": true,
|
|
7619
7607
|
"locationInModule": {
|
|
7620
7608
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7621
|
-
"line":
|
|
7609
|
+
"line": 224
|
|
7622
7610
|
},
|
|
7623
7611
|
"name": "logCloudFrontAccessLog",
|
|
7624
7612
|
"optional": true,
|
|
@@ -7631,7 +7619,7 @@
|
|
|
7631
7619
|
"immutable": true,
|
|
7632
7620
|
"locationInModule": {
|
|
7633
7621
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7634
|
-
"line":
|
|
7622
|
+
"line": 217
|
|
7635
7623
|
},
|
|
7636
7624
|
"name": "originPath",
|
|
7637
7625
|
"optional": true,
|
|
@@ -7644,7 +7632,7 @@
|
|
|
7644
7632
|
"immutable": true,
|
|
7645
7633
|
"locationInModule": {
|
|
7646
7634
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7647
|
-
"line":
|
|
7635
|
+
"line": 223
|
|
7648
7636
|
},
|
|
7649
7637
|
"name": "responseHeadersPolicyProps",
|
|
7650
7638
|
"optional": true,
|
|
@@ -7662,7 +7650,7 @@
|
|
|
7662
7650
|
"kind": "interface",
|
|
7663
7651
|
"locationInModule": {
|
|
7664
7652
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7665
|
-
"line":
|
|
7653
|
+
"line": 227
|
|
7666
7654
|
},
|
|
7667
7655
|
"name": "CreateCloudFrontOaiDistributionForS3Response",
|
|
7668
7656
|
"properties": [
|
|
@@ -7671,7 +7659,7 @@
|
|
|
7671
7659
|
"immutable": true,
|
|
7672
7660
|
"locationInModule": {
|
|
7673
7661
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7674
|
-
"line":
|
|
7662
|
+
"line": 228
|
|
7675
7663
|
},
|
|
7676
7664
|
"name": "distribution",
|
|
7677
7665
|
"type": {
|
|
@@ -7683,7 +7671,7 @@
|
|
|
7683
7671
|
"immutable": true,
|
|
7684
7672
|
"locationInModule": {
|
|
7685
7673
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7686
|
-
"line":
|
|
7674
|
+
"line": 232
|
|
7687
7675
|
},
|
|
7688
7676
|
"name": "originAccessIdentity",
|
|
7689
7677
|
"type": {
|
|
@@ -7695,7 +7683,7 @@
|
|
|
7695
7683
|
"immutable": true,
|
|
7696
7684
|
"locationInModule": {
|
|
7697
7685
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7698
|
-
"line":
|
|
7686
|
+
"line": 231
|
|
7699
7687
|
},
|
|
7700
7688
|
"name": "cloudfrontFunction",
|
|
7701
7689
|
"optional": true,
|
|
@@ -7708,7 +7696,7 @@
|
|
|
7708
7696
|
"immutable": true,
|
|
7709
7697
|
"locationInModule": {
|
|
7710
7698
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7711
|
-
"line":
|
|
7699
|
+
"line": 229
|
|
7712
7700
|
},
|
|
7713
7701
|
"name": "loggingBucket",
|
|
7714
7702
|
"optional": true,
|
|
@@ -7721,7 +7709,7 @@
|
|
|
7721
7709
|
"immutable": true,
|
|
7722
7710
|
"locationInModule": {
|
|
7723
7711
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
7724
|
-
"line":
|
|
7712
|
+
"line": 230
|
|
7725
7713
|
},
|
|
7726
7714
|
"name": "loggingBucketS3AccesssLogBucket",
|
|
7727
7715
|
"optional": true,
|
|
@@ -8617,46 +8605,6 @@
|
|
|
8617
8605
|
],
|
|
8618
8606
|
"symbolId": "lib/bedrock-inference-helper:MappingResponse"
|
|
8619
8607
|
},
|
|
8620
|
-
"@aws-solutions-constructs/core.MediaStoreProps": {
|
|
8621
|
-
"assembly": "@aws-solutions-constructs/core",
|
|
8622
|
-
"datatype": true,
|
|
8623
|
-
"fqn": "@aws-solutions-constructs/core.MediaStoreProps",
|
|
8624
|
-
"kind": "interface",
|
|
8625
|
-
"locationInModule": {
|
|
8626
|
-
"filename": "lib/mediastore-helper.ts",
|
|
8627
|
-
"line": 42
|
|
8628
|
-
},
|
|
8629
|
-
"name": "MediaStoreProps",
|
|
8630
|
-
"properties": [
|
|
8631
|
-
{
|
|
8632
|
-
"abstract": true,
|
|
8633
|
-
"immutable": true,
|
|
8634
|
-
"locationInModule": {
|
|
8635
|
-
"filename": "lib/mediastore-helper.ts",
|
|
8636
|
-
"line": 43
|
|
8637
|
-
},
|
|
8638
|
-
"name": "existingMediaStoreContainerObj",
|
|
8639
|
-
"optional": true,
|
|
8640
|
-
"type": {
|
|
8641
|
-
"fqn": "aws-cdk-lib.aws_mediastore.CfnContainer"
|
|
8642
|
-
}
|
|
8643
|
-
},
|
|
8644
|
-
{
|
|
8645
|
-
"abstract": true,
|
|
8646
|
-
"immutable": true,
|
|
8647
|
-
"locationInModule": {
|
|
8648
|
-
"filename": "lib/mediastore-helper.ts",
|
|
8649
|
-
"line": 44
|
|
8650
|
-
},
|
|
8651
|
-
"name": "mediaStoreContainerProps",
|
|
8652
|
-
"optional": true,
|
|
8653
|
-
"type": {
|
|
8654
|
-
"fqn": "aws-cdk-lib.aws_mediastore.CfnContainerProps"
|
|
8655
|
-
}
|
|
8656
|
-
}
|
|
8657
|
-
],
|
|
8658
|
-
"symbolId": "lib/mediastore-helper:MediaStoreProps"
|
|
8659
|
-
},
|
|
8660
8608
|
"@aws-solutions-constructs/core.ObtainAlbProps": {
|
|
8661
8609
|
"assembly": "@aws-solutions-constructs/core",
|
|
8662
8610
|
"datatype": true,
|
|
@@ -9403,6 +9351,9 @@
|
|
|
9403
9351
|
},
|
|
9404
9352
|
{
|
|
9405
9353
|
"name": "KENDRA"
|
|
9354
|
+
},
|
|
9355
|
+
{
|
|
9356
|
+
"name": "TRANSCRIBE"
|
|
9406
9357
|
}
|
|
9407
9358
|
],
|
|
9408
9359
|
"name": "ServiceEndpointTypes",
|
|
@@ -9758,7 +9709,7 @@
|
|
|
9758
9709
|
"kind": "interface",
|
|
9759
9710
|
"locationInModule": {
|
|
9760
9711
|
"filename": "lib/vpc-helper.ts",
|
|
9761
|
-
"line":
|
|
9712
|
+
"line": 304
|
|
9762
9713
|
},
|
|
9763
9714
|
"name": "VpcPropsSet",
|
|
9764
9715
|
"properties": [
|
|
@@ -9767,7 +9718,7 @@
|
|
|
9767
9718
|
"immutable": true,
|
|
9768
9719
|
"locationInModule": {
|
|
9769
9720
|
"filename": "lib/vpc-helper.ts",
|
|
9770
|
-
"line":
|
|
9721
|
+
"line": 307
|
|
9771
9722
|
},
|
|
9772
9723
|
"name": "deployVpc",
|
|
9773
9724
|
"optional": true,
|
|
@@ -9780,7 +9731,7 @@
|
|
|
9780
9731
|
"immutable": true,
|
|
9781
9732
|
"locationInModule": {
|
|
9782
9733
|
"filename": "lib/vpc-helper.ts",
|
|
9783
|
-
"line":
|
|
9734
|
+
"line": 305
|
|
9784
9735
|
},
|
|
9785
9736
|
"name": "existingVpc",
|
|
9786
9737
|
"optional": true,
|
|
@@ -9793,7 +9744,7 @@
|
|
|
9793
9744
|
"immutable": true,
|
|
9794
9745
|
"locationInModule": {
|
|
9795
9746
|
"filename": "lib/vpc-helper.ts",
|
|
9796
|
-
"line":
|
|
9747
|
+
"line": 306
|
|
9797
9748
|
},
|
|
9798
9749
|
"name": "vpcProps",
|
|
9799
9750
|
"optional": true,
|
|
@@ -9843,6 +9794,6 @@
|
|
|
9843
9794
|
"symbolId": "lib/waf-helper:WafWebAclProps"
|
|
9844
9795
|
}
|
|
9845
9796
|
},
|
|
9846
|
-
"version": "2.
|
|
9847
|
-
"fingerprint": "
|
|
9797
|
+
"version": "2.95.0",
|
|
9798
|
+
"fingerprint": "Yo39pJ0gVm6CW67utf6b81lHNmQY0f/LaMQK3tA5VGM="
|
|
9848
9799
|
}
|
package/index.d.ts
CHANGED
|
@@ -30,8 +30,6 @@ export * from './lib/kms-defaults';
|
|
|
30
30
|
export * from './lib/kms-helper';
|
|
31
31
|
export * from './lib/lambda-defaults';
|
|
32
32
|
export * from './lib/lambda-helper';
|
|
33
|
-
export * from './lib/mediastore-defaults';
|
|
34
|
-
export * from './lib/mediastore-helper';
|
|
35
33
|
export * from './lib/s3-bucket-defaults';
|
|
36
34
|
export * from './lib/s3-bucket-helper';
|
|
37
35
|
export * from './lib/secretsmanager-defaults';
|