@aws-solutions-constructs/core 2.31.0 → 2.33.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 +1115 -112
- package/lib/apigateway-helper.d.ts +32 -12
- package/lib/apigateway-helper.js +39 -46
- package/lib/cloudfront-distribution-helper.d.ts +19 -3
- package/lib/cloudfront-distribution-helper.js +4 -4
- package/lib/dynamodb-table-helper.d.ts +10 -2
- package/lib/dynamodb-table-helper.js +6 -6
- package/lib/elasticsearch-helper.d.ts +5 -1
- package/lib/elasticsearch-helper.js +2 -2
- package/lib/fargate-helper.d.ts +5 -1
- package/lib/fargate-helper.js +6 -4
- package/lib/glue-job-helper.d.ts +14 -2
- package/lib/glue-job-helper.js +36 -34
- package/lib/lambda-event-source-mapping-defaults.js +5 -5
- package/lib/lambda-helper.js +2 -2
- package/lib/opensearch-helper.d.ts +5 -1
- package/lib/opensearch-helper.js +2 -2
- package/lib/s3-bucket-helper.d.ts +5 -1
- package/lib/s3-bucket-helper.js +2 -2
- package/lib/sagemaker-helper.d.ts +18 -3
- package/lib/sagemaker-helper.js +22 -22
- package/lib/sns-helper.d.ts +5 -1
- package/lib/sns-helper.js +3 -3
- package/lib/sqs-helper.d.ts +5 -1
- package/lib/sqs-helper.js +5 -5
- package/lib/step-function-helper.d.ts +5 -1
- package/lib/step-function-helper.js +8 -8
- package/node_modules/readable-stream/README.md +2 -2
- package/node_modules/readable-stream/lib/_stream_readable.js +4 -4
- package/node_modules/readable-stream/lib/_stream_writable.js +6 -8
- package/node_modules/readable-stream/lib/internal/streams/BufferList.js +0 -1
- package/node_modules/readable-stream/lib/internal/streams/destroy.js +14 -4
- package/node_modules/readable-stream/package.json +1 -1
- package/package.json +4 -4
- package/test/alb-helper.test.js +3 -3
- package/test/apigateway-helper.test.js +24 -24
- package/test/cloudfront-distribution-api-gateway-helper.test.js +3 -3
- package/test/cloudfront-distribution-s3-helper.test.js +20 -20
- package/test/dynamo-table.test.js +22 -8
- package/test/elasticsearch-helper.test.js +25 -9
- package/test/fargate-helper.test.js +4 -2
- package/test/glue-job-helper.test.js +59 -58
- package/test/input-validation.test.js +3 -3
- package/test/lambda-helper.test.js +32 -1
- package/test/opensearch-helper.test.js +17 -11
- package/test/s3-bucket-helper.test.js +44 -15
- package/test/sagemaker-helper.test.js +26 -34
- package/test/sns-helper.test.js +10 -4
- package/test/sqs-helper.test.js +12 -23
- package/test/step-function-helper.test.js +14 -6
package/.jsii
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"npmlog": "^4.1.2"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"aws-cdk-lib": "^2.
|
|
16
|
+
"aws-cdk-lib": "^2.67.0",
|
|
17
17
|
"constructs": "^10.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencyClosure": {
|
|
@@ -3351,7 +3351,7 @@
|
|
|
3351
3351
|
},
|
|
3352
3352
|
"description": "Core CDK Construct for patterns library",
|
|
3353
3353
|
"homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
|
|
3354
|
-
"jsiiVersion": "1.
|
|
3354
|
+
"jsiiVersion": "1.76.0 (build a2651be)",
|
|
3355
3355
|
"license": "Apache-2.0",
|
|
3356
3356
|
"metadata": {
|
|
3357
3357
|
"jsii": {
|
|
@@ -3400,7 +3400,7 @@
|
|
|
3400
3400
|
"kind": "interface",
|
|
3401
3401
|
"locationInModule": {
|
|
3402
3402
|
"filename": "lib/apigateway-helper.ts",
|
|
3403
|
-
"line":
|
|
3403
|
+
"line": 262
|
|
3404
3404
|
},
|
|
3405
3405
|
"name": "AddProxyMethodToApiResourceInputParams",
|
|
3406
3406
|
"properties": [
|
|
@@ -3409,7 +3409,7 @@
|
|
|
3409
3409
|
"immutable": true,
|
|
3410
3410
|
"locationInModule": {
|
|
3411
3411
|
"filename": "lib/apigateway-helper.ts",
|
|
3412
|
-
"line":
|
|
3412
|
+
"line": 268
|
|
3413
3413
|
},
|
|
3414
3414
|
"name": "apiGatewayRole",
|
|
3415
3415
|
"type": {
|
|
@@ -3421,7 +3421,7 @@
|
|
|
3421
3421
|
"immutable": true,
|
|
3422
3422
|
"locationInModule": {
|
|
3423
3423
|
"filename": "lib/apigateway-helper.ts",
|
|
3424
|
-
"line":
|
|
3424
|
+
"line": 267
|
|
3425
3425
|
},
|
|
3426
3426
|
"name": "apiMethod",
|
|
3427
3427
|
"type": {
|
|
@@ -3433,7 +3433,7 @@
|
|
|
3433
3433
|
"immutable": true,
|
|
3434
3434
|
"locationInModule": {
|
|
3435
3435
|
"filename": "lib/apigateway-helper.ts",
|
|
3436
|
-
"line":
|
|
3436
|
+
"line": 266
|
|
3437
3437
|
},
|
|
3438
3438
|
"name": "apiResource",
|
|
3439
3439
|
"type": {
|
|
@@ -3445,7 +3445,7 @@
|
|
|
3445
3445
|
"immutable": true,
|
|
3446
3446
|
"locationInModule": {
|
|
3447
3447
|
"filename": "lib/apigateway-helper.ts",
|
|
3448
|
-
"line":
|
|
3448
|
+
"line": 269
|
|
3449
3449
|
},
|
|
3450
3450
|
"name": "requestTemplate",
|
|
3451
3451
|
"type": {
|
|
@@ -3457,7 +3457,7 @@
|
|
|
3457
3457
|
"immutable": true,
|
|
3458
3458
|
"locationInModule": {
|
|
3459
3459
|
"filename": "lib/apigateway-helper.ts",
|
|
3460
|
-
"line":
|
|
3460
|
+
"line": 263
|
|
3461
3461
|
},
|
|
3462
3462
|
"name": "service",
|
|
3463
3463
|
"type": {
|
|
@@ -3469,7 +3469,7 @@
|
|
|
3469
3469
|
"immutable": true,
|
|
3470
3470
|
"locationInModule": {
|
|
3471
3471
|
"filename": "lib/apigateway-helper.ts",
|
|
3472
|
-
"line":
|
|
3472
|
+
"line": 264
|
|
3473
3473
|
},
|
|
3474
3474
|
"name": "action",
|
|
3475
3475
|
"optional": true,
|
|
@@ -3482,7 +3482,7 @@
|
|
|
3482
3482
|
"immutable": true,
|
|
3483
3483
|
"locationInModule": {
|
|
3484
3484
|
"filename": "lib/apigateway-helper.ts",
|
|
3485
|
-
"line":
|
|
3485
|
+
"line": 270
|
|
3486
3486
|
},
|
|
3487
3487
|
"name": "additionalRequestTemplates",
|
|
3488
3488
|
"optional": true,
|
|
@@ -3500,7 +3500,7 @@
|
|
|
3500
3500
|
"immutable": true,
|
|
3501
3501
|
"locationInModule": {
|
|
3502
3502
|
"filename": "lib/apigateway-helper.ts",
|
|
3503
|
-
"line":
|
|
3503
|
+
"line": 275
|
|
3504
3504
|
},
|
|
3505
3505
|
"name": "awsIntegrationProps",
|
|
3506
3506
|
"optional": true,
|
|
@@ -3513,7 +3513,7 @@
|
|
|
3513
3513
|
"immutable": true,
|
|
3514
3514
|
"locationInModule": {
|
|
3515
3515
|
"filename": "lib/apigateway-helper.ts",
|
|
3516
|
-
"line":
|
|
3516
|
+
"line": 272
|
|
3517
3517
|
},
|
|
3518
3518
|
"name": "contentType",
|
|
3519
3519
|
"optional": true,
|
|
@@ -3526,7 +3526,7 @@
|
|
|
3526
3526
|
"immutable": true,
|
|
3527
3527
|
"locationInModule": {
|
|
3528
3528
|
"filename": "lib/apigateway-helper.ts",
|
|
3529
|
-
"line":
|
|
3529
|
+
"line": 271
|
|
3530
3530
|
},
|
|
3531
3531
|
"name": "integrationResponses",
|
|
3532
3532
|
"optional": true,
|
|
@@ -3544,7 +3544,7 @@
|
|
|
3544
3544
|
"immutable": true,
|
|
3545
3545
|
"locationInModule": {
|
|
3546
3546
|
"filename": "lib/apigateway-helper.ts",
|
|
3547
|
-
"line":
|
|
3547
|
+
"line": 276
|
|
3548
3548
|
},
|
|
3549
3549
|
"name": "methodOptions",
|
|
3550
3550
|
"optional": true,
|
|
@@ -3557,7 +3557,7 @@
|
|
|
3557
3557
|
"immutable": true,
|
|
3558
3558
|
"locationInModule": {
|
|
3559
3559
|
"filename": "lib/apigateway-helper.ts",
|
|
3560
|
-
"line":
|
|
3560
|
+
"line": 265
|
|
3561
3561
|
},
|
|
3562
3562
|
"name": "path",
|
|
3563
3563
|
"optional": true,
|
|
@@ -3570,7 +3570,7 @@
|
|
|
3570
3570
|
"immutable": true,
|
|
3571
3571
|
"locationInModule": {
|
|
3572
3572
|
"filename": "lib/apigateway-helper.ts",
|
|
3573
|
-
"line":
|
|
3573
|
+
"line": 274
|
|
3574
3574
|
},
|
|
3575
3575
|
"name": "requestModel",
|
|
3576
3576
|
"optional": true,
|
|
@@ -3588,7 +3588,7 @@
|
|
|
3588
3588
|
"immutable": true,
|
|
3589
3589
|
"locationInModule": {
|
|
3590
3590
|
"filename": "lib/apigateway-helper.ts",
|
|
3591
|
-
"line":
|
|
3591
|
+
"line": 273
|
|
3592
3592
|
},
|
|
3593
3593
|
"name": "requestValidator",
|
|
3594
3594
|
"optional": true,
|
|
@@ -3606,7 +3606,7 @@
|
|
|
3606
3606
|
"kind": "interface",
|
|
3607
3607
|
"locationInModule": {
|
|
3608
3608
|
"filename": "lib/sqs-helper.ts",
|
|
3609
|
-
"line":
|
|
3609
|
+
"line": 118
|
|
3610
3610
|
},
|
|
3611
3611
|
"name": "BuildDeadLetterQueueProps",
|
|
3612
3612
|
"properties": [
|
|
@@ -3619,7 +3619,7 @@
|
|
|
3619
3619
|
"immutable": true,
|
|
3620
3620
|
"locationInModule": {
|
|
3621
3621
|
"filename": "lib/sqs-helper.ts",
|
|
3622
|
-
"line":
|
|
3622
|
+
"line": 136
|
|
3623
3623
|
},
|
|
3624
3624
|
"name": "deadLetterQueueProps",
|
|
3625
3625
|
"optional": true,
|
|
@@ -3636,7 +3636,7 @@
|
|
|
3636
3636
|
"immutable": true,
|
|
3637
3637
|
"locationInModule": {
|
|
3638
3638
|
"filename": "lib/sqs-helper.ts",
|
|
3639
|
-
"line":
|
|
3639
|
+
"line": 130
|
|
3640
3640
|
},
|
|
3641
3641
|
"name": "deployDeadLetterQueue",
|
|
3642
3642
|
"optional": true,
|
|
@@ -3653,7 +3653,7 @@
|
|
|
3653
3653
|
"immutable": true,
|
|
3654
3654
|
"locationInModule": {
|
|
3655
3655
|
"filename": "lib/sqs-helper.ts",
|
|
3656
|
-
"line":
|
|
3656
|
+
"line": 124
|
|
3657
3657
|
},
|
|
3658
3658
|
"name": "existingQueueObj",
|
|
3659
3659
|
"optional": true,
|
|
@@ -3670,7 +3670,7 @@
|
|
|
3670
3670
|
"immutable": true,
|
|
3671
3671
|
"locationInModule": {
|
|
3672
3672
|
"filename": "lib/sqs-helper.ts",
|
|
3673
|
-
"line":
|
|
3673
|
+
"line": 142
|
|
3674
3674
|
},
|
|
3675
3675
|
"name": "maxReceiveCount",
|
|
3676
3676
|
"optional": true,
|
|
@@ -3748,6 +3748,45 @@
|
|
|
3748
3748
|
],
|
|
3749
3749
|
"symbolId": "lib/dynamodb-table-helper:BuildDynamoDBTableProps"
|
|
3750
3750
|
},
|
|
3751
|
+
"@aws-solutions-constructs/core.BuildDynamoDBTableResponse": {
|
|
3752
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
3753
|
+
"datatype": true,
|
|
3754
|
+
"fqn": "@aws-solutions-constructs/core.BuildDynamoDBTableResponse",
|
|
3755
|
+
"kind": "interface",
|
|
3756
|
+
"locationInModule": {
|
|
3757
|
+
"filename": "lib/dynamodb-table-helper.ts",
|
|
3758
|
+
"line": 59
|
|
3759
|
+
},
|
|
3760
|
+
"name": "BuildDynamoDBTableResponse",
|
|
3761
|
+
"properties": [
|
|
3762
|
+
{
|
|
3763
|
+
"abstract": true,
|
|
3764
|
+
"immutable": true,
|
|
3765
|
+
"locationInModule": {
|
|
3766
|
+
"filename": "lib/dynamodb-table-helper.ts",
|
|
3767
|
+
"line": 60
|
|
3768
|
+
},
|
|
3769
|
+
"name": "tableInterface",
|
|
3770
|
+
"type": {
|
|
3771
|
+
"fqn": "aws-cdk-lib.aws_dynamodb.ITable"
|
|
3772
|
+
}
|
|
3773
|
+
},
|
|
3774
|
+
{
|
|
3775
|
+
"abstract": true,
|
|
3776
|
+
"immutable": true,
|
|
3777
|
+
"locationInModule": {
|
|
3778
|
+
"filename": "lib/dynamodb-table-helper.ts",
|
|
3779
|
+
"line": 61
|
|
3780
|
+
},
|
|
3781
|
+
"name": "tableObject",
|
|
3782
|
+
"optional": true,
|
|
3783
|
+
"type": {
|
|
3784
|
+
"fqn": "aws-cdk-lib.aws_dynamodb.Table"
|
|
3785
|
+
}
|
|
3786
|
+
}
|
|
3787
|
+
],
|
|
3788
|
+
"symbolId": "lib/dynamodb-table-helper:BuildDynamoDBTableResponse"
|
|
3789
|
+
},
|
|
3751
3790
|
"@aws-solutions-constructs/core.BuildDynamoDBTableWithStreamProps": {
|
|
3752
3791
|
"assembly": "@aws-solutions-constructs/core",
|
|
3753
3792
|
"datatype": true,
|
|
@@ -3797,6 +3836,45 @@
|
|
|
3797
3836
|
],
|
|
3798
3837
|
"symbolId": "lib/dynamodb-table-helper:BuildDynamoDBTableWithStreamProps"
|
|
3799
3838
|
},
|
|
3839
|
+
"@aws-solutions-constructs/core.BuildDynamoDBTableWithStreamResponse": {
|
|
3840
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
3841
|
+
"datatype": true,
|
|
3842
|
+
"fqn": "@aws-solutions-constructs/core.BuildDynamoDBTableWithStreamResponse",
|
|
3843
|
+
"kind": "interface",
|
|
3844
|
+
"locationInModule": {
|
|
3845
|
+
"filename": "lib/dynamodb-table-helper.ts",
|
|
3846
|
+
"line": 103
|
|
3847
|
+
},
|
|
3848
|
+
"name": "BuildDynamoDBTableWithStreamResponse",
|
|
3849
|
+
"properties": [
|
|
3850
|
+
{
|
|
3851
|
+
"abstract": true,
|
|
3852
|
+
"immutable": true,
|
|
3853
|
+
"locationInModule": {
|
|
3854
|
+
"filename": "lib/dynamodb-table-helper.ts",
|
|
3855
|
+
"line": 104
|
|
3856
|
+
},
|
|
3857
|
+
"name": "tableInterface",
|
|
3858
|
+
"type": {
|
|
3859
|
+
"fqn": "aws-cdk-lib.aws_dynamodb.ITable"
|
|
3860
|
+
}
|
|
3861
|
+
},
|
|
3862
|
+
{
|
|
3863
|
+
"abstract": true,
|
|
3864
|
+
"immutable": true,
|
|
3865
|
+
"locationInModule": {
|
|
3866
|
+
"filename": "lib/dynamodb-table-helper.ts",
|
|
3867
|
+
"line": 105
|
|
3868
|
+
},
|
|
3869
|
+
"name": "tableObject",
|
|
3870
|
+
"optional": true,
|
|
3871
|
+
"type": {
|
|
3872
|
+
"fqn": "aws-cdk-lib.aws_dynamodb.Table"
|
|
3873
|
+
}
|
|
3874
|
+
}
|
|
3875
|
+
],
|
|
3876
|
+
"symbolId": "lib/dynamodb-table-helper:BuildDynamoDBTableWithStreamResponse"
|
|
3877
|
+
},
|
|
3800
3878
|
"@aws-solutions-constructs/core.BuildElasticSearchProps": {
|
|
3801
3879
|
"assembly": "@aws-solutions-constructs/core",
|
|
3802
3880
|
"datatype": true,
|
|
@@ -3916,6 +3994,44 @@
|
|
|
3916
3994
|
],
|
|
3917
3995
|
"symbolId": "lib/elasticsearch-helper:BuildElasticSearchProps"
|
|
3918
3996
|
},
|
|
3997
|
+
"@aws-solutions-constructs/core.BuildElasticSearchResponse": {
|
|
3998
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
3999
|
+
"datatype": true,
|
|
4000
|
+
"fqn": "@aws-solutions-constructs/core.BuildElasticSearchResponse",
|
|
4001
|
+
"kind": "interface",
|
|
4002
|
+
"locationInModule": {
|
|
4003
|
+
"filename": "lib/elasticsearch-helper.ts",
|
|
4004
|
+
"line": 39
|
|
4005
|
+
},
|
|
4006
|
+
"name": "BuildElasticSearchResponse",
|
|
4007
|
+
"properties": [
|
|
4008
|
+
{
|
|
4009
|
+
"abstract": true,
|
|
4010
|
+
"immutable": true,
|
|
4011
|
+
"locationInModule": {
|
|
4012
|
+
"filename": "lib/elasticsearch-helper.ts",
|
|
4013
|
+
"line": 40
|
|
4014
|
+
},
|
|
4015
|
+
"name": "domain",
|
|
4016
|
+
"type": {
|
|
4017
|
+
"fqn": "aws-cdk-lib.aws_elasticsearch.CfnDomain"
|
|
4018
|
+
}
|
|
4019
|
+
},
|
|
4020
|
+
{
|
|
4021
|
+
"abstract": true,
|
|
4022
|
+
"immutable": true,
|
|
4023
|
+
"locationInModule": {
|
|
4024
|
+
"filename": "lib/elasticsearch-helper.ts",
|
|
4025
|
+
"line": 41
|
|
4026
|
+
},
|
|
4027
|
+
"name": "role",
|
|
4028
|
+
"type": {
|
|
4029
|
+
"fqn": "aws-cdk-lib.aws_iam.Role"
|
|
4030
|
+
}
|
|
4031
|
+
}
|
|
4032
|
+
],
|
|
4033
|
+
"symbolId": "lib/elasticsearch-helper:BuildElasticSearchResponse"
|
|
4034
|
+
},
|
|
3919
4035
|
"@aws-solutions-constructs/core.BuildEventBusProps": {
|
|
3920
4036
|
"assembly": "@aws-solutions-constructs/core",
|
|
3921
4037
|
"datatype": true,
|
|
@@ -3971,7 +4087,7 @@
|
|
|
3971
4087
|
"kind": "interface",
|
|
3972
4088
|
"locationInModule": {
|
|
3973
4089
|
"filename": "lib/glue-job-helper.ts",
|
|
3974
|
-
"line":
|
|
4090
|
+
"line": 61
|
|
3975
4091
|
},
|
|
3976
4092
|
"name": "BuildGlueJobProps",
|
|
3977
4093
|
"properties": [
|
|
@@ -3983,7 +4099,7 @@
|
|
|
3983
4099
|
"immutable": true,
|
|
3984
4100
|
"locationInModule": {
|
|
3985
4101
|
"filename": "lib/glue-job-helper.ts",
|
|
3986
|
-
"line":
|
|
4102
|
+
"line": 77
|
|
3987
4103
|
},
|
|
3988
4104
|
"name": "database",
|
|
3989
4105
|
"type": {
|
|
@@ -3998,7 +4114,7 @@
|
|
|
3998
4114
|
"immutable": true,
|
|
3999
4115
|
"locationInModule": {
|
|
4000
4116
|
"filename": "lib/glue-job-helper.ts",
|
|
4001
|
-
"line":
|
|
4117
|
+
"line": 73
|
|
4002
4118
|
},
|
|
4003
4119
|
"name": "table",
|
|
4004
4120
|
"type": {
|
|
@@ -4014,7 +4130,7 @@
|
|
|
4014
4130
|
"immutable": true,
|
|
4015
4131
|
"locationInModule": {
|
|
4016
4132
|
"filename": "lib/glue-job-helper.ts",
|
|
4017
|
-
"line":
|
|
4133
|
+
"line": 87
|
|
4018
4134
|
},
|
|
4019
4135
|
"name": "etlCodeAsset",
|
|
4020
4136
|
"optional": true,
|
|
@@ -4030,7 +4146,7 @@
|
|
|
4030
4146
|
"immutable": true,
|
|
4031
4147
|
"locationInModule": {
|
|
4032
4148
|
"filename": "lib/glue-job-helper.ts",
|
|
4033
|
-
"line":
|
|
4149
|
+
"line": 69
|
|
4034
4150
|
},
|
|
4035
4151
|
"name": "existingCfnJob",
|
|
4036
4152
|
"optional": true,
|
|
@@ -4046,7 +4162,7 @@
|
|
|
4046
4162
|
"immutable": true,
|
|
4047
4163
|
"locationInModule": {
|
|
4048
4164
|
"filename": "lib/glue-job-helper.ts",
|
|
4049
|
-
"line":
|
|
4165
|
+
"line": 65
|
|
4050
4166
|
},
|
|
4051
4167
|
"name": "glueJobProps",
|
|
4052
4168
|
"optional": true,
|
|
@@ -4062,7 +4178,7 @@
|
|
|
4062
4178
|
"immutable": true,
|
|
4063
4179
|
"locationInModule": {
|
|
4064
4180
|
"filename": "lib/glue-job-helper.ts",
|
|
4065
|
-
"line":
|
|
4181
|
+
"line": 81
|
|
4066
4182
|
},
|
|
4067
4183
|
"name": "outputDataStore",
|
|
4068
4184
|
"optional": true,
|
|
@@ -4073,6 +4189,70 @@
|
|
|
4073
4189
|
],
|
|
4074
4190
|
"symbolId": "lib/glue-job-helper:BuildGlueJobProps"
|
|
4075
4191
|
},
|
|
4192
|
+
"@aws-solutions-constructs/core.BuildGlueJobResponse": {
|
|
4193
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
4194
|
+
"datatype": true,
|
|
4195
|
+
"fqn": "@aws-solutions-constructs/core.BuildGlueJobResponse",
|
|
4196
|
+
"kind": "interface",
|
|
4197
|
+
"locationInModule": {
|
|
4198
|
+
"filename": "lib/glue-job-helper.ts",
|
|
4199
|
+
"line": 90
|
|
4200
|
+
},
|
|
4201
|
+
"name": "BuildGlueJobResponse",
|
|
4202
|
+
"properties": [
|
|
4203
|
+
{
|
|
4204
|
+
"abstract": true,
|
|
4205
|
+
"immutable": true,
|
|
4206
|
+
"locationInModule": {
|
|
4207
|
+
"filename": "lib/glue-job-helper.ts",
|
|
4208
|
+
"line": 91
|
|
4209
|
+
},
|
|
4210
|
+
"name": "job",
|
|
4211
|
+
"type": {
|
|
4212
|
+
"fqn": "aws-cdk-lib.aws_glue.CfnJob"
|
|
4213
|
+
}
|
|
4214
|
+
},
|
|
4215
|
+
{
|
|
4216
|
+
"abstract": true,
|
|
4217
|
+
"immutable": true,
|
|
4218
|
+
"locationInModule": {
|
|
4219
|
+
"filename": "lib/glue-job-helper.ts",
|
|
4220
|
+
"line": 92
|
|
4221
|
+
},
|
|
4222
|
+
"name": "role",
|
|
4223
|
+
"type": {
|
|
4224
|
+
"fqn": "aws-cdk-lib.aws_iam.IRole"
|
|
4225
|
+
}
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"abstract": true,
|
|
4229
|
+
"immutable": true,
|
|
4230
|
+
"locationInModule": {
|
|
4231
|
+
"filename": "lib/glue-job-helper.ts",
|
|
4232
|
+
"line": 93
|
|
4233
|
+
},
|
|
4234
|
+
"name": "bucket",
|
|
4235
|
+
"optional": true,
|
|
4236
|
+
"type": {
|
|
4237
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
4238
|
+
}
|
|
4239
|
+
},
|
|
4240
|
+
{
|
|
4241
|
+
"abstract": true,
|
|
4242
|
+
"immutable": true,
|
|
4243
|
+
"locationInModule": {
|
|
4244
|
+
"filename": "lib/glue-job-helper.ts",
|
|
4245
|
+
"line": 94
|
|
4246
|
+
},
|
|
4247
|
+
"name": "loggingBucket",
|
|
4248
|
+
"optional": true,
|
|
4249
|
+
"type": {
|
|
4250
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
4251
|
+
}
|
|
4252
|
+
}
|
|
4253
|
+
],
|
|
4254
|
+
"symbolId": "lib/glue-job-helper:BuildGlueJobResponse"
|
|
4255
|
+
},
|
|
4076
4256
|
"@aws-solutions-constructs/core.BuildKinesisAnalyticsAppProps": {
|
|
4077
4257
|
"assembly": "@aws-solutions-constructs/core",
|
|
4078
4258
|
"datatype": true,
|
|
@@ -4352,6 +4532,44 @@
|
|
|
4352
4532
|
],
|
|
4353
4533
|
"symbolId": "lib/opensearch-helper:BuildOpenSearchProps"
|
|
4354
4534
|
},
|
|
4535
|
+
"@aws-solutions-constructs/core.BuildOpenSearchResponse": {
|
|
4536
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
4537
|
+
"datatype": true,
|
|
4538
|
+
"fqn": "@aws-solutions-constructs/core.BuildOpenSearchResponse",
|
|
4539
|
+
"kind": "interface",
|
|
4540
|
+
"locationInModule": {
|
|
4541
|
+
"filename": "lib/opensearch-helper.ts",
|
|
4542
|
+
"line": 39
|
|
4543
|
+
},
|
|
4544
|
+
"name": "BuildOpenSearchResponse",
|
|
4545
|
+
"properties": [
|
|
4546
|
+
{
|
|
4547
|
+
"abstract": true,
|
|
4548
|
+
"immutable": true,
|
|
4549
|
+
"locationInModule": {
|
|
4550
|
+
"filename": "lib/opensearch-helper.ts",
|
|
4551
|
+
"line": 40
|
|
4552
|
+
},
|
|
4553
|
+
"name": "domain",
|
|
4554
|
+
"type": {
|
|
4555
|
+
"fqn": "aws-cdk-lib.aws_opensearchservice.CfnDomain"
|
|
4556
|
+
}
|
|
4557
|
+
},
|
|
4558
|
+
{
|
|
4559
|
+
"abstract": true,
|
|
4560
|
+
"immutable": true,
|
|
4561
|
+
"locationInModule": {
|
|
4562
|
+
"filename": "lib/opensearch-helper.ts",
|
|
4563
|
+
"line": 41
|
|
4564
|
+
},
|
|
4565
|
+
"name": "role",
|
|
4566
|
+
"type": {
|
|
4567
|
+
"fqn": "aws-cdk-lib.aws_iam.Role"
|
|
4568
|
+
}
|
|
4569
|
+
}
|
|
4570
|
+
],
|
|
4571
|
+
"symbolId": "lib/opensearch-helper:BuildOpenSearchResponse"
|
|
4572
|
+
},
|
|
4355
4573
|
"@aws-solutions-constructs/core.BuildQueueProps": {
|
|
4356
4574
|
"assembly": "@aws-solutions-constructs/core",
|
|
4357
4575
|
"datatype": true,
|
|
@@ -4469,6 +4687,45 @@
|
|
|
4469
4687
|
],
|
|
4470
4688
|
"symbolId": "lib/sqs-helper:BuildQueueProps"
|
|
4471
4689
|
},
|
|
4690
|
+
"@aws-solutions-constructs/core.BuildQueueResponse": {
|
|
4691
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
4692
|
+
"datatype": true,
|
|
4693
|
+
"fqn": "@aws-solutions-constructs/core.BuildQueueResponse",
|
|
4694
|
+
"kind": "interface",
|
|
4695
|
+
"locationInModule": {
|
|
4696
|
+
"filename": "lib/sqs-helper.ts",
|
|
4697
|
+
"line": 65
|
|
4698
|
+
},
|
|
4699
|
+
"name": "BuildQueueResponse",
|
|
4700
|
+
"properties": [
|
|
4701
|
+
{
|
|
4702
|
+
"abstract": true,
|
|
4703
|
+
"immutable": true,
|
|
4704
|
+
"locationInModule": {
|
|
4705
|
+
"filename": "lib/sqs-helper.ts",
|
|
4706
|
+
"line": 66
|
|
4707
|
+
},
|
|
4708
|
+
"name": "queue",
|
|
4709
|
+
"type": {
|
|
4710
|
+
"fqn": "aws-cdk-lib.aws_sqs.Queue"
|
|
4711
|
+
}
|
|
4712
|
+
},
|
|
4713
|
+
{
|
|
4714
|
+
"abstract": true,
|
|
4715
|
+
"immutable": true,
|
|
4716
|
+
"locationInModule": {
|
|
4717
|
+
"filename": "lib/sqs-helper.ts",
|
|
4718
|
+
"line": 67
|
|
4719
|
+
},
|
|
4720
|
+
"name": "key",
|
|
4721
|
+
"optional": true,
|
|
4722
|
+
"type": {
|
|
4723
|
+
"fqn": "aws-cdk-lib.aws_kms.IKey"
|
|
4724
|
+
}
|
|
4725
|
+
}
|
|
4726
|
+
],
|
|
4727
|
+
"symbolId": "lib/sqs-helper:BuildQueueResponse"
|
|
4728
|
+
},
|
|
4472
4729
|
"@aws-solutions-constructs/core.BuildS3BucketProps": {
|
|
4473
4730
|
"assembly": "@aws-solutions-constructs/core",
|
|
4474
4731
|
"datatype": true,
|
|
@@ -4535,6 +4792,45 @@
|
|
|
4535
4792
|
],
|
|
4536
4793
|
"symbolId": "lib/s3-bucket-helper:BuildS3BucketProps"
|
|
4537
4794
|
},
|
|
4795
|
+
"@aws-solutions-constructs/core.BuildS3BucketResponse": {
|
|
4796
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
4797
|
+
"datatype": true,
|
|
4798
|
+
"fqn": "@aws-solutions-constructs/core.BuildS3BucketResponse",
|
|
4799
|
+
"kind": "interface",
|
|
4800
|
+
"locationInModule": {
|
|
4801
|
+
"filename": "lib/s3-bucket-helper.ts",
|
|
4802
|
+
"line": 99
|
|
4803
|
+
},
|
|
4804
|
+
"name": "BuildS3BucketResponse",
|
|
4805
|
+
"properties": [
|
|
4806
|
+
{
|
|
4807
|
+
"abstract": true,
|
|
4808
|
+
"immutable": true,
|
|
4809
|
+
"locationInModule": {
|
|
4810
|
+
"filename": "lib/s3-bucket-helper.ts",
|
|
4811
|
+
"line": 100
|
|
4812
|
+
},
|
|
4813
|
+
"name": "bucket",
|
|
4814
|
+
"type": {
|
|
4815
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
4816
|
+
}
|
|
4817
|
+
},
|
|
4818
|
+
{
|
|
4819
|
+
"abstract": true,
|
|
4820
|
+
"immutable": true,
|
|
4821
|
+
"locationInModule": {
|
|
4822
|
+
"filename": "lib/s3-bucket-helper.ts",
|
|
4823
|
+
"line": 101
|
|
4824
|
+
},
|
|
4825
|
+
"name": "loggingBucket",
|
|
4826
|
+
"optional": true,
|
|
4827
|
+
"type": {
|
|
4828
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
4829
|
+
}
|
|
4830
|
+
}
|
|
4831
|
+
],
|
|
4832
|
+
"symbolId": "lib/s3-bucket-helper:BuildS3BucketResponse"
|
|
4833
|
+
},
|
|
4538
4834
|
"@aws-solutions-constructs/core.BuildSagemakerEndpointProps": {
|
|
4539
4835
|
"assembly": "@aws-solutions-constructs/core",
|
|
4540
4836
|
"datatype": true,
|
|
@@ -4542,7 +4838,7 @@
|
|
|
4542
4838
|
"kind": "interface",
|
|
4543
4839
|
"locationInModule": {
|
|
4544
4840
|
"filename": "lib/sagemaker-helper.ts",
|
|
4545
|
-
"line":
|
|
4841
|
+
"line": 306
|
|
4546
4842
|
},
|
|
4547
4843
|
"name": "BuildSagemakerEndpointProps",
|
|
4548
4844
|
"properties": [
|
|
@@ -4555,7 +4851,7 @@
|
|
|
4555
4851
|
"immutable": true,
|
|
4556
4852
|
"locationInModule": {
|
|
4557
4853
|
"filename": "lib/sagemaker-helper.ts",
|
|
4558
|
-
"line":
|
|
4854
|
+
"line": 324
|
|
4559
4855
|
},
|
|
4560
4856
|
"name": "endpointConfigProps",
|
|
4561
4857
|
"optional": true,
|
|
@@ -4572,7 +4868,7 @@
|
|
|
4572
4868
|
"immutable": true,
|
|
4573
4869
|
"locationInModule": {
|
|
4574
4870
|
"filename": "lib/sagemaker-helper.ts",
|
|
4575
|
-
"line":
|
|
4871
|
+
"line": 330
|
|
4576
4872
|
},
|
|
4577
4873
|
"name": "endpointProps",
|
|
4578
4874
|
"optional": true,
|
|
@@ -4589,7 +4885,7 @@
|
|
|
4589
4885
|
"immutable": true,
|
|
4590
4886
|
"locationInModule": {
|
|
4591
4887
|
"filename": "lib/sagemaker-helper.ts",
|
|
4592
|
-
"line":
|
|
4888
|
+
"line": 312
|
|
4593
4889
|
},
|
|
4594
4890
|
"name": "existingSagemakerEndpointObj",
|
|
4595
4891
|
"optional": true,
|
|
@@ -4606,7 +4902,7 @@
|
|
|
4606
4902
|
"immutable": true,
|
|
4607
4903
|
"locationInModule": {
|
|
4608
4904
|
"filename": "lib/sagemaker-helper.ts",
|
|
4609
|
-
"line":
|
|
4905
|
+
"line": 318
|
|
4610
4906
|
},
|
|
4611
4907
|
"name": "modelProps",
|
|
4612
4908
|
"optional": true,
|
|
@@ -4623,7 +4919,7 @@
|
|
|
4623
4919
|
"immutable": true,
|
|
4624
4920
|
"locationInModule": {
|
|
4625
4921
|
"filename": "lib/sagemaker-helper.ts",
|
|
4626
|
-
"line":
|
|
4922
|
+
"line": 336
|
|
4627
4923
|
},
|
|
4628
4924
|
"name": "vpc",
|
|
4629
4925
|
"optional": true,
|
|
@@ -4634,6 +4930,58 @@
|
|
|
4634
4930
|
],
|
|
4635
4931
|
"symbolId": "lib/sagemaker-helper:BuildSagemakerEndpointProps"
|
|
4636
4932
|
},
|
|
4933
|
+
"@aws-solutions-constructs/core.BuildSagemakerEndpointResponse": {
|
|
4934
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
4935
|
+
"datatype": true,
|
|
4936
|
+
"fqn": "@aws-solutions-constructs/core.BuildSagemakerEndpointResponse",
|
|
4937
|
+
"kind": "interface",
|
|
4938
|
+
"locationInModule": {
|
|
4939
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
4940
|
+
"line": 339
|
|
4941
|
+
},
|
|
4942
|
+
"name": "BuildSagemakerEndpointResponse",
|
|
4943
|
+
"properties": [
|
|
4944
|
+
{
|
|
4945
|
+
"abstract": true,
|
|
4946
|
+
"immutable": true,
|
|
4947
|
+
"locationInModule": {
|
|
4948
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
4949
|
+
"line": 340
|
|
4950
|
+
},
|
|
4951
|
+
"name": "endpoint",
|
|
4952
|
+
"type": {
|
|
4953
|
+
"fqn": "aws-cdk-lib.aws_sagemaker.CfnEndpoint"
|
|
4954
|
+
}
|
|
4955
|
+
},
|
|
4956
|
+
{
|
|
4957
|
+
"abstract": true,
|
|
4958
|
+
"immutable": true,
|
|
4959
|
+
"locationInModule": {
|
|
4960
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
4961
|
+
"line": 341
|
|
4962
|
+
},
|
|
4963
|
+
"name": "endpointConfig",
|
|
4964
|
+
"optional": true,
|
|
4965
|
+
"type": {
|
|
4966
|
+
"fqn": "aws-cdk-lib.aws_sagemaker.CfnEndpointConfig"
|
|
4967
|
+
}
|
|
4968
|
+
},
|
|
4969
|
+
{
|
|
4970
|
+
"abstract": true,
|
|
4971
|
+
"immutable": true,
|
|
4972
|
+
"locationInModule": {
|
|
4973
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
4974
|
+
"line": 342
|
|
4975
|
+
},
|
|
4976
|
+
"name": "model",
|
|
4977
|
+
"optional": true,
|
|
4978
|
+
"type": {
|
|
4979
|
+
"fqn": "aws-cdk-lib.aws_sagemaker.CfnModel"
|
|
4980
|
+
}
|
|
4981
|
+
}
|
|
4982
|
+
],
|
|
4983
|
+
"symbolId": "lib/sagemaker-helper:BuildSagemakerEndpointResponse"
|
|
4984
|
+
},
|
|
4637
4985
|
"@aws-solutions-constructs/core.BuildSagemakerNotebookProps": {
|
|
4638
4986
|
"assembly": "@aws-solutions-constructs/core",
|
|
4639
4987
|
"datatype": true,
|
|
@@ -4716,6 +5064,96 @@
|
|
|
4716
5064
|
],
|
|
4717
5065
|
"symbolId": "lib/sagemaker-helper:BuildSagemakerNotebookProps"
|
|
4718
5066
|
},
|
|
5067
|
+
"@aws-solutions-constructs/core.BuildSagemakerNotebookResponse": {
|
|
5068
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5069
|
+
"datatype": true,
|
|
5070
|
+
"fqn": "@aws-solutions-constructs/core.BuildSagemakerNotebookResponse",
|
|
5071
|
+
"kind": "interface",
|
|
5072
|
+
"locationInModule": {
|
|
5073
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
5074
|
+
"line": 217
|
|
5075
|
+
},
|
|
5076
|
+
"name": "BuildSagemakerNotebookResponse",
|
|
5077
|
+
"properties": [
|
|
5078
|
+
{
|
|
5079
|
+
"abstract": true,
|
|
5080
|
+
"immutable": true,
|
|
5081
|
+
"locationInModule": {
|
|
5082
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
5083
|
+
"line": 218
|
|
5084
|
+
},
|
|
5085
|
+
"name": "notebook",
|
|
5086
|
+
"type": {
|
|
5087
|
+
"fqn": "aws-cdk-lib.aws_sagemaker.CfnNotebookInstance"
|
|
5088
|
+
}
|
|
5089
|
+
},
|
|
5090
|
+
{
|
|
5091
|
+
"abstract": true,
|
|
5092
|
+
"immutable": true,
|
|
5093
|
+
"locationInModule": {
|
|
5094
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
5095
|
+
"line": 220
|
|
5096
|
+
},
|
|
5097
|
+
"name": "securityGroup",
|
|
5098
|
+
"optional": true,
|
|
5099
|
+
"type": {
|
|
5100
|
+
"fqn": "aws-cdk-lib.aws_ec2.SecurityGroup"
|
|
5101
|
+
}
|
|
5102
|
+
},
|
|
5103
|
+
{
|
|
5104
|
+
"abstract": true,
|
|
5105
|
+
"immutable": true,
|
|
5106
|
+
"locationInModule": {
|
|
5107
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
5108
|
+
"line": 219
|
|
5109
|
+
},
|
|
5110
|
+
"name": "vpc",
|
|
5111
|
+
"optional": true,
|
|
5112
|
+
"type": {
|
|
5113
|
+
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
5114
|
+
}
|
|
5115
|
+
}
|
|
5116
|
+
],
|
|
5117
|
+
"symbolId": "lib/sagemaker-helper:BuildSagemakerNotebookResponse"
|
|
5118
|
+
},
|
|
5119
|
+
"@aws-solutions-constructs/core.BuildStateMachineResponse": {
|
|
5120
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5121
|
+
"datatype": true,
|
|
5122
|
+
"fqn": "@aws-solutions-constructs/core.BuildStateMachineResponse",
|
|
5123
|
+
"kind": "interface",
|
|
5124
|
+
"locationInModule": {
|
|
5125
|
+
"filename": "lib/step-function-helper.ts",
|
|
5126
|
+
"line": 26
|
|
5127
|
+
},
|
|
5128
|
+
"name": "BuildStateMachineResponse",
|
|
5129
|
+
"properties": [
|
|
5130
|
+
{
|
|
5131
|
+
"abstract": true,
|
|
5132
|
+
"immutable": true,
|
|
5133
|
+
"locationInModule": {
|
|
5134
|
+
"filename": "lib/step-function-helper.ts",
|
|
5135
|
+
"line": 28
|
|
5136
|
+
},
|
|
5137
|
+
"name": "logGroup",
|
|
5138
|
+
"type": {
|
|
5139
|
+
"fqn": "aws-cdk-lib.aws_logs.ILogGroup"
|
|
5140
|
+
}
|
|
5141
|
+
},
|
|
5142
|
+
{
|
|
5143
|
+
"abstract": true,
|
|
5144
|
+
"immutable": true,
|
|
5145
|
+
"locationInModule": {
|
|
5146
|
+
"filename": "lib/step-function-helper.ts",
|
|
5147
|
+
"line": 27
|
|
5148
|
+
},
|
|
5149
|
+
"name": "stateMachine",
|
|
5150
|
+
"type": {
|
|
5151
|
+
"fqn": "aws-cdk-lib.aws_stepfunctions.StateMachine"
|
|
5152
|
+
}
|
|
5153
|
+
}
|
|
5154
|
+
],
|
|
5155
|
+
"symbolId": "lib/step-function-helper:BuildStateMachineResponse"
|
|
5156
|
+
},
|
|
4719
5157
|
"@aws-solutions-constructs/core.BuildTopicProps": {
|
|
4720
5158
|
"assembly": "@aws-solutions-constructs/core",
|
|
4721
5159
|
"datatype": true,
|
|
@@ -4834,6 +5272,45 @@
|
|
|
4834
5272
|
],
|
|
4835
5273
|
"symbolId": "lib/sns-helper:BuildTopicProps"
|
|
4836
5274
|
},
|
|
5275
|
+
"@aws-solutions-constructs/core.BuildTopicResponse": {
|
|
5276
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5277
|
+
"datatype": true,
|
|
5278
|
+
"fqn": "@aws-solutions-constructs/core.BuildTopicResponse",
|
|
5279
|
+
"kind": "interface",
|
|
5280
|
+
"locationInModule": {
|
|
5281
|
+
"filename": "lib/sns-helper.ts",
|
|
5282
|
+
"line": 129
|
|
5283
|
+
},
|
|
5284
|
+
"name": "BuildTopicResponse",
|
|
5285
|
+
"properties": [
|
|
5286
|
+
{
|
|
5287
|
+
"abstract": true,
|
|
5288
|
+
"immutable": true,
|
|
5289
|
+
"locationInModule": {
|
|
5290
|
+
"filename": "lib/sns-helper.ts",
|
|
5291
|
+
"line": 130
|
|
5292
|
+
},
|
|
5293
|
+
"name": "topic",
|
|
5294
|
+
"type": {
|
|
5295
|
+
"fqn": "aws-cdk-lib.aws_sns.Topic"
|
|
5296
|
+
}
|
|
5297
|
+
},
|
|
5298
|
+
{
|
|
5299
|
+
"abstract": true,
|
|
5300
|
+
"immutable": true,
|
|
5301
|
+
"locationInModule": {
|
|
5302
|
+
"filename": "lib/sns-helper.ts",
|
|
5303
|
+
"line": 131
|
|
5304
|
+
},
|
|
5305
|
+
"name": "key",
|
|
5306
|
+
"optional": true,
|
|
5307
|
+
"type": {
|
|
5308
|
+
"fqn": "aws-cdk-lib.aws_kms.Key"
|
|
5309
|
+
}
|
|
5310
|
+
}
|
|
5311
|
+
],
|
|
5312
|
+
"symbolId": "lib/sns-helper:BuildTopicResponse"
|
|
5313
|
+
},
|
|
4837
5314
|
"@aws-solutions-constructs/core.BuildVpcProps": {
|
|
4838
5315
|
"assembly": "@aws-solutions-constructs/core",
|
|
4839
5316
|
"datatype": true,
|
|
@@ -5001,204 +5478,730 @@
|
|
|
5001
5478
|
],
|
|
5002
5479
|
"symbolId": "lib/utils:CfnNagSuppressRule"
|
|
5003
5480
|
},
|
|
5004
|
-
"@aws-solutions-constructs/core.
|
|
5481
|
+
"@aws-solutions-constructs/core.CloudFrontDistributionForApiGatewayResponse": {
|
|
5005
5482
|
"assembly": "@aws-solutions-constructs/core",
|
|
5006
5483
|
"datatype": true,
|
|
5007
|
-
"fqn": "@aws-solutions-constructs/core.
|
|
5484
|
+
"fqn": "@aws-solutions-constructs/core.CloudFrontDistributionForApiGatewayResponse",
|
|
5008
5485
|
"kind": "interface",
|
|
5009
5486
|
"locationInModule": {
|
|
5010
|
-
"filename": "lib/
|
|
5011
|
-
"line":
|
|
5487
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5488
|
+
"line": 65
|
|
5012
5489
|
},
|
|
5013
|
-
"name": "
|
|
5490
|
+
"name": "CloudFrontDistributionForApiGatewayResponse",
|
|
5014
5491
|
"properties": [
|
|
5015
5492
|
{
|
|
5016
5493
|
"abstract": true,
|
|
5017
5494
|
"immutable": true,
|
|
5018
5495
|
"locationInModule": {
|
|
5019
|
-
"filename": "lib/
|
|
5020
|
-
"line":
|
|
5496
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5497
|
+
"line": 66
|
|
5021
5498
|
},
|
|
5022
|
-
"name": "
|
|
5499
|
+
"name": "distribution",
|
|
5023
5500
|
"type": {
|
|
5024
|
-
"fqn": "aws-cdk-lib.
|
|
5501
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.Distribution"
|
|
5025
5502
|
}
|
|
5026
5503
|
},
|
|
5027
5504
|
{
|
|
5028
5505
|
"abstract": true,
|
|
5029
5506
|
"immutable": true,
|
|
5030
5507
|
"locationInModule": {
|
|
5031
|
-
"filename": "lib/
|
|
5032
|
-
"line":
|
|
5508
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5509
|
+
"line": 67
|
|
5033
5510
|
},
|
|
5034
|
-
"name": "
|
|
5511
|
+
"name": "cloudfrontFunction",
|
|
5512
|
+
"optional": true,
|
|
5035
5513
|
"type": {
|
|
5036
|
-
"fqn": "aws-cdk-lib.
|
|
5514
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.Function"
|
|
5037
5515
|
}
|
|
5038
5516
|
},
|
|
5039
5517
|
{
|
|
5040
5518
|
"abstract": true,
|
|
5041
5519
|
"immutable": true,
|
|
5042
5520
|
"locationInModule": {
|
|
5043
|
-
"filename": "lib/
|
|
5044
|
-
"line":
|
|
5521
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5522
|
+
"line": 68
|
|
5045
5523
|
},
|
|
5046
|
-
"name": "
|
|
5524
|
+
"name": "loggingBucket",
|
|
5525
|
+
"optional": true,
|
|
5047
5526
|
"type": {
|
|
5048
|
-
"fqn": "aws-cdk-lib.
|
|
5527
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
5049
5528
|
}
|
|
5050
5529
|
}
|
|
5051
5530
|
],
|
|
5052
|
-
"symbolId": "lib/
|
|
5531
|
+
"symbolId": "lib/cloudfront-distribution-helper:CloudFrontDistributionForApiGatewayResponse"
|
|
5053
5532
|
},
|
|
5054
|
-
"@aws-solutions-constructs/core.
|
|
5533
|
+
"@aws-solutions-constructs/core.CloudFrontDistributionForMediaStoreResponse": {
|
|
5055
5534
|
"assembly": "@aws-solutions-constructs/core",
|
|
5056
5535
|
"datatype": true,
|
|
5057
|
-
"fqn": "@aws-solutions-constructs/core.
|
|
5536
|
+
"fqn": "@aws-solutions-constructs/core.CloudFrontDistributionForMediaStoreResponse",
|
|
5058
5537
|
"kind": "interface",
|
|
5059
5538
|
"locationInModule": {
|
|
5060
|
-
"filename": "lib/
|
|
5061
|
-
"line":
|
|
5539
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5540
|
+
"line": 144
|
|
5062
5541
|
},
|
|
5063
|
-
"name": "
|
|
5542
|
+
"name": "CloudFrontDistributionForMediaStoreResponse",
|
|
5064
5543
|
"properties": [
|
|
5065
5544
|
{
|
|
5066
5545
|
"abstract": true,
|
|
5067
5546
|
"immutable": true,
|
|
5068
5547
|
"locationInModule": {
|
|
5069
|
-
"filename": "lib/
|
|
5070
|
-
"line":
|
|
5548
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5549
|
+
"line": 145
|
|
5071
5550
|
},
|
|
5072
|
-
"name": "
|
|
5073
|
-
"optional": true,
|
|
5551
|
+
"name": "distribution",
|
|
5074
5552
|
"type": {
|
|
5075
|
-
"
|
|
5553
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.Distribution"
|
|
5076
5554
|
}
|
|
5077
5555
|
},
|
|
5078
5556
|
{
|
|
5079
5557
|
"abstract": true,
|
|
5080
5558
|
"immutable": true,
|
|
5081
5559
|
"locationInModule": {
|
|
5082
|
-
"filename": "lib/
|
|
5083
|
-
"line":
|
|
5560
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5561
|
+
"line": 147
|
|
5084
5562
|
},
|
|
5085
|
-
"name": "
|
|
5563
|
+
"name": "requestPolicy",
|
|
5564
|
+
"type": {
|
|
5565
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.OriginRequestPolicy"
|
|
5566
|
+
}
|
|
5567
|
+
},
|
|
5568
|
+
{
|
|
5569
|
+
"abstract": true,
|
|
5570
|
+
"immutable": true,
|
|
5571
|
+
"locationInModule": {
|
|
5572
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5573
|
+
"line": 148
|
|
5574
|
+
},
|
|
5575
|
+
"name": "cloudfrontFunction",
|
|
5086
5576
|
"optional": true,
|
|
5087
5577
|
"type": {
|
|
5088
|
-
"fqn": "aws-cdk-lib.
|
|
5578
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.Function"
|
|
5089
5579
|
}
|
|
5090
5580
|
},
|
|
5091
5581
|
{
|
|
5092
5582
|
"abstract": true,
|
|
5093
5583
|
"immutable": true,
|
|
5094
5584
|
"locationInModule": {
|
|
5095
|
-
"filename": "lib/
|
|
5096
|
-
"line":
|
|
5585
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5586
|
+
"line": 146
|
|
5097
5587
|
},
|
|
5098
|
-
"name": "
|
|
5588
|
+
"name": "loggingBucket",
|
|
5099
5589
|
"optional": true,
|
|
5100
5590
|
"type": {
|
|
5101
|
-
"fqn": "aws-cdk-lib.
|
|
5591
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
5102
5592
|
}
|
|
5103
5593
|
}
|
|
5104
5594
|
],
|
|
5105
|
-
"symbolId": "lib/
|
|
5595
|
+
"symbolId": "lib/cloudfront-distribution-helper:CloudFrontDistributionForMediaStoreResponse"
|
|
5106
5596
|
},
|
|
5107
|
-
"@aws-solutions-constructs/core.
|
|
5597
|
+
"@aws-solutions-constructs/core.CloudFrontDistributionForS3Response": {
|
|
5108
5598
|
"assembly": "@aws-solutions-constructs/core",
|
|
5109
5599
|
"datatype": true,
|
|
5110
|
-
"fqn": "@aws-solutions-constructs/core.
|
|
5600
|
+
"fqn": "@aws-solutions-constructs/core.CloudFrontDistributionForS3Response",
|
|
5111
5601
|
"kind": "interface",
|
|
5112
5602
|
"locationInModule": {
|
|
5113
|
-
"filename": "lib/
|
|
5114
|
-
"line":
|
|
5603
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5604
|
+
"line": 98
|
|
5115
5605
|
},
|
|
5116
|
-
"name": "
|
|
5606
|
+
"name": "CloudFrontDistributionForS3Response",
|
|
5117
5607
|
"properties": [
|
|
5118
5608
|
{
|
|
5119
5609
|
"abstract": true,
|
|
5120
5610
|
"immutable": true,
|
|
5121
5611
|
"locationInModule": {
|
|
5122
|
-
"filename": "lib/
|
|
5123
|
-
"line":
|
|
5612
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5613
|
+
"line": 99
|
|
5124
5614
|
},
|
|
5125
|
-
"name": "
|
|
5615
|
+
"name": "distribution",
|
|
5126
5616
|
"type": {
|
|
5127
|
-
"
|
|
5617
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.Distribution"
|
|
5128
5618
|
}
|
|
5129
5619
|
},
|
|
5130
5620
|
{
|
|
5131
5621
|
"abstract": true,
|
|
5132
5622
|
"immutable": true,
|
|
5133
5623
|
"locationInModule": {
|
|
5134
|
-
"filename": "lib/
|
|
5135
|
-
"line":
|
|
5624
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5625
|
+
"line": 101
|
|
5136
5626
|
},
|
|
5137
|
-
"name": "
|
|
5627
|
+
"name": "cloudfrontFunction",
|
|
5138
5628
|
"optional": true,
|
|
5139
5629
|
"type": {
|
|
5140
|
-
"
|
|
5630
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.Function"
|
|
5141
5631
|
}
|
|
5142
5632
|
},
|
|
5143
5633
|
{
|
|
5144
5634
|
"abstract": true,
|
|
5145
5635
|
"immutable": true,
|
|
5146
5636
|
"locationInModule": {
|
|
5147
|
-
"filename": "lib/
|
|
5148
|
-
"line":
|
|
5637
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5638
|
+
"line": 100
|
|
5149
5639
|
},
|
|
5150
|
-
"name": "
|
|
5640
|
+
"name": "loggingBucket",
|
|
5151
5641
|
"optional": true,
|
|
5152
5642
|
"type": {
|
|
5153
|
-
"
|
|
5643
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
5644
|
+
}
|
|
5645
|
+
}
|
|
5646
|
+
],
|
|
5647
|
+
"symbolId": "lib/cloudfront-distribution-helper:CloudFrontDistributionForS3Response"
|
|
5648
|
+
},
|
|
5649
|
+
"@aws-solutions-constructs/core.CognitoOptions": {
|
|
5650
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5651
|
+
"datatype": true,
|
|
5652
|
+
"fqn": "@aws-solutions-constructs/core.CognitoOptions",
|
|
5653
|
+
"kind": "interface",
|
|
5654
|
+
"locationInModule": {
|
|
5655
|
+
"filename": "lib/cognito-helper.ts",
|
|
5656
|
+
"line": 22
|
|
5657
|
+
},
|
|
5658
|
+
"name": "CognitoOptions",
|
|
5659
|
+
"properties": [
|
|
5660
|
+
{
|
|
5661
|
+
"abstract": true,
|
|
5662
|
+
"immutable": true,
|
|
5663
|
+
"locationInModule": {
|
|
5664
|
+
"filename": "lib/cognito-helper.ts",
|
|
5665
|
+
"line": 23
|
|
5666
|
+
},
|
|
5667
|
+
"name": "identitypool",
|
|
5668
|
+
"type": {
|
|
5669
|
+
"fqn": "aws-cdk-lib.aws_cognito.CfnIdentityPool"
|
|
5154
5670
|
}
|
|
5155
5671
|
},
|
|
5156
5672
|
{
|
|
5157
5673
|
"abstract": true,
|
|
5158
5674
|
"immutable": true,
|
|
5159
5675
|
"locationInModule": {
|
|
5160
|
-
"filename": "lib/
|
|
5676
|
+
"filename": "lib/cognito-helper.ts",
|
|
5161
5677
|
"line": 24
|
|
5162
5678
|
},
|
|
5163
|
-
"name": "
|
|
5164
|
-
"optional": true,
|
|
5679
|
+
"name": "userpool",
|
|
5165
5680
|
"type": {
|
|
5166
|
-
"fqn": "aws-cdk-lib.
|
|
5681
|
+
"fqn": "aws-cdk-lib.aws_cognito.UserPool"
|
|
5167
5682
|
}
|
|
5168
5683
|
},
|
|
5169
5684
|
{
|
|
5170
5685
|
"abstract": true,
|
|
5171
5686
|
"immutable": true,
|
|
5172
5687
|
"locationInModule": {
|
|
5173
|
-
"filename": "lib/
|
|
5688
|
+
"filename": "lib/cognito-helper.ts",
|
|
5174
5689
|
"line": 25
|
|
5175
5690
|
},
|
|
5176
|
-
"name": "
|
|
5177
|
-
"optional": true,
|
|
5691
|
+
"name": "userpoolclient",
|
|
5178
5692
|
"type": {
|
|
5179
|
-
"fqn": "aws-cdk-lib.
|
|
5693
|
+
"fqn": "aws-cdk-lib.aws_cognito.UserPoolClient"
|
|
5180
5694
|
}
|
|
5181
5695
|
}
|
|
5182
5696
|
],
|
|
5183
|
-
"symbolId": "lib/
|
|
5697
|
+
"symbolId": "lib/cognito-helper:CognitoOptions"
|
|
5184
5698
|
},
|
|
5185
|
-
"@aws-solutions-constructs/core.
|
|
5699
|
+
"@aws-solutions-constructs/core.CreateFargateServiceResponse": {
|
|
5186
5700
|
"assembly": "@aws-solutions-constructs/core",
|
|
5187
5701
|
"datatype": true,
|
|
5188
|
-
"fqn": "@aws-solutions-constructs/core.
|
|
5702
|
+
"fqn": "@aws-solutions-constructs/core.CreateFargateServiceResponse",
|
|
5189
5703
|
"kind": "interface",
|
|
5190
5704
|
"locationInModule": {
|
|
5191
|
-
"filename": "lib/
|
|
5192
|
-
"line":
|
|
5705
|
+
"filename": "lib/fargate-helper.ts",
|
|
5706
|
+
"line": 21
|
|
5193
5707
|
},
|
|
5194
|
-
"name": "
|
|
5708
|
+
"name": "CreateFargateServiceResponse",
|
|
5195
5709
|
"properties": [
|
|
5196
5710
|
{
|
|
5197
5711
|
"abstract": true,
|
|
5198
5712
|
"immutable": true,
|
|
5199
5713
|
"locationInModule": {
|
|
5200
|
-
"filename": "lib/
|
|
5201
|
-
"line":
|
|
5714
|
+
"filename": "lib/fargate-helper.ts",
|
|
5715
|
+
"line": 23
|
|
5716
|
+
},
|
|
5717
|
+
"name": "containerDefinition",
|
|
5718
|
+
"type": {
|
|
5719
|
+
"fqn": "aws-cdk-lib.aws_ecs.ContainerDefinition"
|
|
5720
|
+
}
|
|
5721
|
+
},
|
|
5722
|
+
{
|
|
5723
|
+
"abstract": true,
|
|
5724
|
+
"immutable": true,
|
|
5725
|
+
"locationInModule": {
|
|
5726
|
+
"filename": "lib/fargate-helper.ts",
|
|
5727
|
+
"line": 22
|
|
5728
|
+
},
|
|
5729
|
+
"name": "service",
|
|
5730
|
+
"type": {
|
|
5731
|
+
"fqn": "aws-cdk-lib.aws_ecs.FargateService"
|
|
5732
|
+
}
|
|
5733
|
+
}
|
|
5734
|
+
],
|
|
5735
|
+
"symbolId": "lib/fargate-helper:CreateFargateServiceResponse"
|
|
5736
|
+
},
|
|
5737
|
+
"@aws-solutions-constructs/core.DeployGlueJobResponse": {
|
|
5738
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5739
|
+
"datatype": true,
|
|
5740
|
+
"fqn": "@aws-solutions-constructs/core.DeployGlueJobResponse",
|
|
5741
|
+
"kind": "interface",
|
|
5742
|
+
"locationInModule": {
|
|
5743
|
+
"filename": "lib/glue-job-helper.ts",
|
|
5744
|
+
"line": 125
|
|
5745
|
+
},
|
|
5746
|
+
"name": "DeployGlueJobResponse",
|
|
5747
|
+
"properties": [
|
|
5748
|
+
{
|
|
5749
|
+
"abstract": true,
|
|
5750
|
+
"immutable": true,
|
|
5751
|
+
"locationInModule": {
|
|
5752
|
+
"filename": "lib/glue-job-helper.ts",
|
|
5753
|
+
"line": 126
|
|
5754
|
+
},
|
|
5755
|
+
"name": "job",
|
|
5756
|
+
"type": {
|
|
5757
|
+
"fqn": "aws-cdk-lib.aws_glue.CfnJob"
|
|
5758
|
+
}
|
|
5759
|
+
},
|
|
5760
|
+
{
|
|
5761
|
+
"abstract": true,
|
|
5762
|
+
"immutable": true,
|
|
5763
|
+
"locationInModule": {
|
|
5764
|
+
"filename": "lib/glue-job-helper.ts",
|
|
5765
|
+
"line": 127
|
|
5766
|
+
},
|
|
5767
|
+
"name": "role",
|
|
5768
|
+
"type": {
|
|
5769
|
+
"fqn": "aws-cdk-lib.aws_iam.IRole"
|
|
5770
|
+
}
|
|
5771
|
+
},
|
|
5772
|
+
{
|
|
5773
|
+
"abstract": true,
|
|
5774
|
+
"immutable": true,
|
|
5775
|
+
"locationInModule": {
|
|
5776
|
+
"filename": "lib/glue-job-helper.ts",
|
|
5777
|
+
"line": 128
|
|
5778
|
+
},
|
|
5779
|
+
"name": "bucket",
|
|
5780
|
+
"optional": true,
|
|
5781
|
+
"type": {
|
|
5782
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
5783
|
+
}
|
|
5784
|
+
},
|
|
5785
|
+
{
|
|
5786
|
+
"abstract": true,
|
|
5787
|
+
"immutable": true,
|
|
5788
|
+
"locationInModule": {
|
|
5789
|
+
"filename": "lib/glue-job-helper.ts",
|
|
5790
|
+
"line": 129
|
|
5791
|
+
},
|
|
5792
|
+
"name": "loggingBucket",
|
|
5793
|
+
"optional": true,
|
|
5794
|
+
"type": {
|
|
5795
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
5796
|
+
}
|
|
5797
|
+
}
|
|
5798
|
+
],
|
|
5799
|
+
"symbolId": "lib/glue-job-helper:DeployGlueJobResponse"
|
|
5800
|
+
},
|
|
5801
|
+
"@aws-solutions-constructs/core.DeploySagemakerEndpointResponse": {
|
|
5802
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5803
|
+
"datatype": true,
|
|
5804
|
+
"fqn": "@aws-solutions-constructs/core.DeploySagemakerEndpointResponse",
|
|
5805
|
+
"kind": "interface",
|
|
5806
|
+
"locationInModule": {
|
|
5807
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
5808
|
+
"line": 363
|
|
5809
|
+
},
|
|
5810
|
+
"name": "DeploySagemakerEndpointResponse",
|
|
5811
|
+
"properties": [
|
|
5812
|
+
{
|
|
5813
|
+
"abstract": true,
|
|
5814
|
+
"immutable": true,
|
|
5815
|
+
"locationInModule": {
|
|
5816
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
5817
|
+
"line": 364
|
|
5818
|
+
},
|
|
5819
|
+
"name": "endpoint",
|
|
5820
|
+
"type": {
|
|
5821
|
+
"fqn": "aws-cdk-lib.aws_sagemaker.CfnEndpoint"
|
|
5822
|
+
}
|
|
5823
|
+
},
|
|
5824
|
+
{
|
|
5825
|
+
"abstract": true,
|
|
5826
|
+
"immutable": true,
|
|
5827
|
+
"locationInModule": {
|
|
5828
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
5829
|
+
"line": 365
|
|
5830
|
+
},
|
|
5831
|
+
"name": "endpointConfig",
|
|
5832
|
+
"optional": true,
|
|
5833
|
+
"type": {
|
|
5834
|
+
"fqn": "aws-cdk-lib.aws_sagemaker.CfnEndpointConfig"
|
|
5835
|
+
}
|
|
5836
|
+
},
|
|
5837
|
+
{
|
|
5838
|
+
"abstract": true,
|
|
5839
|
+
"immutable": true,
|
|
5840
|
+
"locationInModule": {
|
|
5841
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
5842
|
+
"line": 366
|
|
5843
|
+
},
|
|
5844
|
+
"name": "model",
|
|
5845
|
+
"optional": true,
|
|
5846
|
+
"type": {
|
|
5847
|
+
"fqn": "aws-cdk-lib.aws_sagemaker.CfnModel"
|
|
5848
|
+
}
|
|
5849
|
+
}
|
|
5850
|
+
],
|
|
5851
|
+
"symbolId": "lib/sagemaker-helper:DeploySagemakerEndpointResponse"
|
|
5852
|
+
},
|
|
5853
|
+
"@aws-solutions-constructs/core.EventSourceProps": {
|
|
5854
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5855
|
+
"datatype": true,
|
|
5856
|
+
"fqn": "@aws-solutions-constructs/core.EventSourceProps",
|
|
5857
|
+
"kind": "interface",
|
|
5858
|
+
"locationInModule": {
|
|
5859
|
+
"filename": "lib/lambda-event-source-mapping-defaults.ts",
|
|
5860
|
+
"line": 23
|
|
5861
|
+
},
|
|
5862
|
+
"name": "EventSourceProps",
|
|
5863
|
+
"properties": [
|
|
5864
|
+
{
|
|
5865
|
+
"abstract": true,
|
|
5866
|
+
"immutable": true,
|
|
5867
|
+
"locationInModule": {
|
|
5868
|
+
"filename": "lib/lambda-event-source-mapping-defaults.ts",
|
|
5869
|
+
"line": 25
|
|
5870
|
+
},
|
|
5871
|
+
"name": "deploySqsDlqQueue",
|
|
5872
|
+
"optional": true,
|
|
5873
|
+
"type": {
|
|
5874
|
+
"primitive": "boolean"
|
|
5875
|
+
}
|
|
5876
|
+
},
|
|
5877
|
+
{
|
|
5878
|
+
"abstract": true,
|
|
5879
|
+
"immutable": true,
|
|
5880
|
+
"locationInModule": {
|
|
5881
|
+
"filename": "lib/lambda-event-source-mapping-defaults.ts",
|
|
5882
|
+
"line": 24
|
|
5883
|
+
},
|
|
5884
|
+
"name": "eventSourceProps",
|
|
5885
|
+
"optional": true,
|
|
5886
|
+
"type": {
|
|
5887
|
+
"fqn": "aws-cdk-lib.aws_lambda_event_sources.StreamEventSourceProps"
|
|
5888
|
+
}
|
|
5889
|
+
},
|
|
5890
|
+
{
|
|
5891
|
+
"abstract": true,
|
|
5892
|
+
"immutable": true,
|
|
5893
|
+
"locationInModule": {
|
|
5894
|
+
"filename": "lib/lambda-event-source-mapping-defaults.ts",
|
|
5895
|
+
"line": 26
|
|
5896
|
+
},
|
|
5897
|
+
"name": "sqsDlqQueueProps",
|
|
5898
|
+
"optional": true,
|
|
5899
|
+
"type": {
|
|
5900
|
+
"fqn": "aws-cdk-lib.aws_sqs.QueueProps"
|
|
5901
|
+
}
|
|
5902
|
+
}
|
|
5903
|
+
],
|
|
5904
|
+
"symbolId": "lib/lambda-event-source-mapping-defaults:EventSourceProps"
|
|
5905
|
+
},
|
|
5906
|
+
"@aws-solutions-constructs/core.GlobalLambdaRestApiResponse": {
|
|
5907
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5908
|
+
"datatype": true,
|
|
5909
|
+
"fqn": "@aws-solutions-constructs/core.GlobalLambdaRestApiResponse",
|
|
5910
|
+
"kind": "interface",
|
|
5911
|
+
"locationInModule": {
|
|
5912
|
+
"filename": "lib/apigateway-helper.ts",
|
|
5913
|
+
"line": 176
|
|
5914
|
+
},
|
|
5915
|
+
"name": "GlobalLambdaRestApiResponse",
|
|
5916
|
+
"properties": [
|
|
5917
|
+
{
|
|
5918
|
+
"abstract": true,
|
|
5919
|
+
"immutable": true,
|
|
5920
|
+
"locationInModule": {
|
|
5921
|
+
"filename": "lib/apigateway-helper.ts",
|
|
5922
|
+
"line": 177
|
|
5923
|
+
},
|
|
5924
|
+
"name": "api",
|
|
5925
|
+
"type": {
|
|
5926
|
+
"fqn": "aws-cdk-lib.aws_apigateway.RestApi"
|
|
5927
|
+
}
|
|
5928
|
+
},
|
|
5929
|
+
{
|
|
5930
|
+
"abstract": true,
|
|
5931
|
+
"immutable": true,
|
|
5932
|
+
"locationInModule": {
|
|
5933
|
+
"filename": "lib/apigateway-helper.ts",
|
|
5934
|
+
"line": 179
|
|
5935
|
+
},
|
|
5936
|
+
"name": "group",
|
|
5937
|
+
"type": {
|
|
5938
|
+
"fqn": "aws-cdk-lib.aws_logs.LogGroup"
|
|
5939
|
+
}
|
|
5940
|
+
},
|
|
5941
|
+
{
|
|
5942
|
+
"abstract": true,
|
|
5943
|
+
"immutable": true,
|
|
5944
|
+
"locationInModule": {
|
|
5945
|
+
"filename": "lib/apigateway-helper.ts",
|
|
5946
|
+
"line": 178
|
|
5947
|
+
},
|
|
5948
|
+
"name": "role",
|
|
5949
|
+
"optional": true,
|
|
5950
|
+
"type": {
|
|
5951
|
+
"fqn": "aws-cdk-lib.aws_iam.Role"
|
|
5952
|
+
}
|
|
5953
|
+
}
|
|
5954
|
+
],
|
|
5955
|
+
"symbolId": "lib/apigateway-helper:GlobalLambdaRestApiResponse"
|
|
5956
|
+
},
|
|
5957
|
+
"@aws-solutions-constructs/core.GlobalRestApiResponse": {
|
|
5958
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5959
|
+
"datatype": true,
|
|
5960
|
+
"fqn": "@aws-solutions-constructs/core.GlobalRestApiResponse",
|
|
5961
|
+
"kind": "interface",
|
|
5962
|
+
"locationInModule": {
|
|
5963
|
+
"filename": "lib/apigateway-helper.ts",
|
|
5964
|
+
"line": 220
|
|
5965
|
+
},
|
|
5966
|
+
"name": "GlobalRestApiResponse",
|
|
5967
|
+
"properties": [
|
|
5968
|
+
{
|
|
5969
|
+
"abstract": true,
|
|
5970
|
+
"immutable": true,
|
|
5971
|
+
"locationInModule": {
|
|
5972
|
+
"filename": "lib/apigateway-helper.ts",
|
|
5973
|
+
"line": 221
|
|
5974
|
+
},
|
|
5975
|
+
"name": "api",
|
|
5976
|
+
"type": {
|
|
5977
|
+
"fqn": "aws-cdk-lib.aws_apigateway.RestApi"
|
|
5978
|
+
}
|
|
5979
|
+
},
|
|
5980
|
+
{
|
|
5981
|
+
"abstract": true,
|
|
5982
|
+
"immutable": true,
|
|
5983
|
+
"locationInModule": {
|
|
5984
|
+
"filename": "lib/apigateway-helper.ts",
|
|
5985
|
+
"line": 223
|
|
5986
|
+
},
|
|
5987
|
+
"name": "logGroup",
|
|
5988
|
+
"type": {
|
|
5989
|
+
"fqn": "aws-cdk-lib.aws_logs.LogGroup"
|
|
5990
|
+
}
|
|
5991
|
+
},
|
|
5992
|
+
{
|
|
5993
|
+
"abstract": true,
|
|
5994
|
+
"immutable": true,
|
|
5995
|
+
"locationInModule": {
|
|
5996
|
+
"filename": "lib/apigateway-helper.ts",
|
|
5997
|
+
"line": 222
|
|
5998
|
+
},
|
|
5999
|
+
"name": "role",
|
|
6000
|
+
"optional": true,
|
|
6001
|
+
"type": {
|
|
6002
|
+
"fqn": "aws-cdk-lib.aws_iam.Role"
|
|
6003
|
+
}
|
|
6004
|
+
}
|
|
6005
|
+
],
|
|
6006
|
+
"symbolId": "lib/apigateway-helper:GlobalRestApiResponse"
|
|
6007
|
+
},
|
|
6008
|
+
"@aws-solutions-constructs/core.ObtainMemcachedClusterProps": {
|
|
6009
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
6010
|
+
"datatype": true,
|
|
6011
|
+
"fqn": "@aws-solutions-constructs/core.ObtainMemcachedClusterProps",
|
|
6012
|
+
"kind": "interface",
|
|
6013
|
+
"locationInModule": {
|
|
6014
|
+
"filename": "lib/elasticache-helper.ts",
|
|
6015
|
+
"line": 20
|
|
6016
|
+
},
|
|
6017
|
+
"name": "ObtainMemcachedClusterProps",
|
|
6018
|
+
"properties": [
|
|
6019
|
+
{
|
|
6020
|
+
"abstract": true,
|
|
6021
|
+
"immutable": true,
|
|
6022
|
+
"locationInModule": {
|
|
6023
|
+
"filename": "lib/elasticache-helper.ts",
|
|
6024
|
+
"line": 22
|
|
6025
|
+
},
|
|
6026
|
+
"name": "cacheSecurityGroupId",
|
|
6027
|
+
"type": {
|
|
6028
|
+
"primitive": "string"
|
|
6029
|
+
}
|
|
6030
|
+
},
|
|
6031
|
+
{
|
|
6032
|
+
"abstract": true,
|
|
6033
|
+
"immutable": true,
|
|
6034
|
+
"locationInModule": {
|
|
6035
|
+
"filename": "lib/elasticache-helper.ts",
|
|
6036
|
+
"line": 21
|
|
6037
|
+
},
|
|
6038
|
+
"name": "cachePort",
|
|
6039
|
+
"optional": true,
|
|
6040
|
+
"type": {
|
|
6041
|
+
"primitive": "any"
|
|
6042
|
+
}
|
|
6043
|
+
},
|
|
6044
|
+
{
|
|
6045
|
+
"abstract": true,
|
|
6046
|
+
"immutable": true,
|
|
6047
|
+
"locationInModule": {
|
|
6048
|
+
"filename": "lib/elasticache-helper.ts",
|
|
6049
|
+
"line": 23
|
|
6050
|
+
},
|
|
6051
|
+
"name": "cacheProps",
|
|
6052
|
+
"optional": true,
|
|
6053
|
+
"type": {
|
|
6054
|
+
"primitive": "any"
|
|
6055
|
+
}
|
|
6056
|
+
},
|
|
6057
|
+
{
|
|
6058
|
+
"abstract": true,
|
|
6059
|
+
"immutable": true,
|
|
6060
|
+
"locationInModule": {
|
|
6061
|
+
"filename": "lib/elasticache-helper.ts",
|
|
6062
|
+
"line": 24
|
|
6063
|
+
},
|
|
6064
|
+
"name": "existingCache",
|
|
6065
|
+
"optional": true,
|
|
6066
|
+
"type": {
|
|
6067
|
+
"fqn": "aws-cdk-lib.aws_elasticache.CfnCacheCluster"
|
|
6068
|
+
}
|
|
6069
|
+
},
|
|
6070
|
+
{
|
|
6071
|
+
"abstract": true,
|
|
6072
|
+
"immutable": true,
|
|
6073
|
+
"locationInModule": {
|
|
6074
|
+
"filename": "lib/elasticache-helper.ts",
|
|
6075
|
+
"line": 25
|
|
6076
|
+
},
|
|
6077
|
+
"name": "vpc",
|
|
6078
|
+
"optional": true,
|
|
6079
|
+
"type": {
|
|
6080
|
+
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
6081
|
+
}
|
|
6082
|
+
}
|
|
6083
|
+
],
|
|
6084
|
+
"symbolId": "lib/elasticache-helper:ObtainMemcachedClusterProps"
|
|
6085
|
+
},
|
|
6086
|
+
"@aws-solutions-constructs/core.RegionalLambdaRestApiResponse": {
|
|
6087
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
6088
|
+
"datatype": true,
|
|
6089
|
+
"fqn": "@aws-solutions-constructs/core.RegionalLambdaRestApiResponse",
|
|
6090
|
+
"kind": "interface",
|
|
6091
|
+
"locationInModule": {
|
|
6092
|
+
"filename": "lib/apigateway-helper.ts",
|
|
6093
|
+
"line": 198
|
|
6094
|
+
},
|
|
6095
|
+
"name": "RegionalLambdaRestApiResponse",
|
|
6096
|
+
"properties": [
|
|
6097
|
+
{
|
|
6098
|
+
"abstract": true,
|
|
6099
|
+
"immutable": true,
|
|
6100
|
+
"locationInModule": {
|
|
6101
|
+
"filename": "lib/apigateway-helper.ts",
|
|
6102
|
+
"line": 199
|
|
6103
|
+
},
|
|
6104
|
+
"name": "api",
|
|
6105
|
+
"type": {
|
|
6106
|
+
"fqn": "aws-cdk-lib.aws_apigateway.RestApi"
|
|
6107
|
+
}
|
|
6108
|
+
},
|
|
6109
|
+
{
|
|
6110
|
+
"abstract": true,
|
|
6111
|
+
"immutable": true,
|
|
6112
|
+
"locationInModule": {
|
|
6113
|
+
"filename": "lib/apigateway-helper.ts",
|
|
6114
|
+
"line": 201
|
|
6115
|
+
},
|
|
6116
|
+
"name": "group",
|
|
6117
|
+
"type": {
|
|
6118
|
+
"fqn": "aws-cdk-lib.aws_logs.LogGroup"
|
|
6119
|
+
}
|
|
6120
|
+
},
|
|
6121
|
+
{
|
|
6122
|
+
"abstract": true,
|
|
6123
|
+
"immutable": true,
|
|
6124
|
+
"locationInModule": {
|
|
6125
|
+
"filename": "lib/apigateway-helper.ts",
|
|
6126
|
+
"line": 200
|
|
6127
|
+
},
|
|
6128
|
+
"name": "role",
|
|
6129
|
+
"optional": true,
|
|
6130
|
+
"type": {
|
|
6131
|
+
"fqn": "aws-cdk-lib.aws_iam.Role"
|
|
6132
|
+
}
|
|
6133
|
+
}
|
|
6134
|
+
],
|
|
6135
|
+
"symbolId": "lib/apigateway-helper:RegionalLambdaRestApiResponse"
|
|
6136
|
+
},
|
|
6137
|
+
"@aws-solutions-constructs/core.RegionalRestApiResponse": {
|
|
6138
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
6139
|
+
"datatype": true,
|
|
6140
|
+
"fqn": "@aws-solutions-constructs/core.RegionalRestApiResponse",
|
|
6141
|
+
"kind": "interface",
|
|
6142
|
+
"locationInModule": {
|
|
6143
|
+
"filename": "lib/apigateway-helper.ts",
|
|
6144
|
+
"line": 241
|
|
6145
|
+
},
|
|
6146
|
+
"name": "RegionalRestApiResponse",
|
|
6147
|
+
"properties": [
|
|
6148
|
+
{
|
|
6149
|
+
"abstract": true,
|
|
6150
|
+
"immutable": true,
|
|
6151
|
+
"locationInModule": {
|
|
6152
|
+
"filename": "lib/apigateway-helper.ts",
|
|
6153
|
+
"line": 242
|
|
6154
|
+
},
|
|
6155
|
+
"name": "api",
|
|
6156
|
+
"type": {
|
|
6157
|
+
"fqn": "aws-cdk-lib.aws_apigateway.RestApi"
|
|
6158
|
+
}
|
|
6159
|
+
},
|
|
6160
|
+
{
|
|
6161
|
+
"abstract": true,
|
|
6162
|
+
"immutable": true,
|
|
6163
|
+
"locationInModule": {
|
|
6164
|
+
"filename": "lib/apigateway-helper.ts",
|
|
6165
|
+
"line": 244
|
|
6166
|
+
},
|
|
6167
|
+
"name": "logGroup",
|
|
6168
|
+
"type": {
|
|
6169
|
+
"fqn": "aws-cdk-lib.aws_logs.LogGroup"
|
|
6170
|
+
}
|
|
6171
|
+
},
|
|
6172
|
+
{
|
|
6173
|
+
"abstract": true,
|
|
6174
|
+
"immutable": true,
|
|
6175
|
+
"locationInModule": {
|
|
6176
|
+
"filename": "lib/apigateway-helper.ts",
|
|
6177
|
+
"line": 243
|
|
6178
|
+
},
|
|
6179
|
+
"name": "role",
|
|
6180
|
+
"optional": true,
|
|
6181
|
+
"type": {
|
|
6182
|
+
"fqn": "aws-cdk-lib.aws_iam.Role"
|
|
6183
|
+
}
|
|
6184
|
+
}
|
|
6185
|
+
],
|
|
6186
|
+
"symbolId": "lib/apigateway-helper:RegionalRestApiResponse"
|
|
6187
|
+
},
|
|
6188
|
+
"@aws-solutions-constructs/core.SecurityGroupRuleDefinition": {
|
|
6189
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
6190
|
+
"datatype": true,
|
|
6191
|
+
"fqn": "@aws-solutions-constructs/core.SecurityGroupRuleDefinition",
|
|
6192
|
+
"kind": "interface",
|
|
6193
|
+
"locationInModule": {
|
|
6194
|
+
"filename": "lib/security-group-helper.ts",
|
|
6195
|
+
"line": 19
|
|
6196
|
+
},
|
|
6197
|
+
"name": "SecurityGroupRuleDefinition",
|
|
6198
|
+
"properties": [
|
|
6199
|
+
{
|
|
6200
|
+
"abstract": true,
|
|
6201
|
+
"immutable": true,
|
|
6202
|
+
"locationInModule": {
|
|
6203
|
+
"filename": "lib/security-group-helper.ts",
|
|
6204
|
+
"line": 21
|
|
5202
6205
|
},
|
|
5203
6206
|
"name": "connection",
|
|
5204
6207
|
"type": {
|
|
@@ -5308,7 +6311,7 @@
|
|
|
5308
6311
|
"kind": "interface",
|
|
5309
6312
|
"locationInModule": {
|
|
5310
6313
|
"filename": "lib/glue-job-helper.ts",
|
|
5311
|
-
"line":
|
|
6314
|
+
"line": 36
|
|
5312
6315
|
},
|
|
5313
6316
|
"name": "SinkDataStoreProps",
|
|
5314
6317
|
"properties": [
|
|
@@ -5320,7 +6323,7 @@
|
|
|
5320
6323
|
"immutable": true,
|
|
5321
6324
|
"locationInModule": {
|
|
5322
6325
|
"filename": "lib/glue-job-helper.ts",
|
|
5323
|
-
"line":
|
|
6326
|
+
"line": 40
|
|
5324
6327
|
},
|
|
5325
6328
|
"name": "datastoreType",
|
|
5326
6329
|
"type": {
|
|
@@ -5336,7 +6339,7 @@
|
|
|
5336
6339
|
"immutable": true,
|
|
5337
6340
|
"locationInModule": {
|
|
5338
6341
|
"filename": "lib/glue-job-helper.ts",
|
|
5339
|
-
"line":
|
|
6342
|
+
"line": 53
|
|
5340
6343
|
},
|
|
5341
6344
|
"name": "existingS3OutputBucket",
|
|
5342
6345
|
"optional": true,
|
|
@@ -5353,7 +6356,7 @@
|
|
|
5353
6356
|
"immutable": true,
|
|
5354
6357
|
"locationInModule": {
|
|
5355
6358
|
"filename": "lib/glue-job-helper.ts",
|
|
5356
|
-
"line":
|
|
6359
|
+
"line": 58
|
|
5357
6360
|
},
|
|
5358
6361
|
"name": "outputBucketProps",
|
|
5359
6362
|
"optional": true,
|
|
@@ -5374,7 +6377,7 @@
|
|
|
5374
6377
|
"kind": "enum",
|
|
5375
6378
|
"locationInModule": {
|
|
5376
6379
|
"filename": "lib/glue-job-helper.ts",
|
|
5377
|
-
"line":
|
|
6380
|
+
"line": 28
|
|
5378
6381
|
},
|
|
5379
6382
|
"members": [
|
|
5380
6383
|
{
|
|
@@ -5906,6 +6909,6 @@
|
|
|
5906
6909
|
"symbolId": "lib/input-validation:VerifiedProps"
|
|
5907
6910
|
}
|
|
5908
6911
|
},
|
|
5909
|
-
"version": "2.
|
|
5910
|
-
"fingerprint": "
|
|
6912
|
+
"version": "2.33.0",
|
|
6913
|
+
"fingerprint": "QnOfaLPtXg+v4RmFs62aabCKhEAFPUw4r6pfEpqzLnA="
|
|
5911
6914
|
}
|