@aws-solutions-constructs/core 2.97.0 → 2.98.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 +553 -7
- package/index.d.ts +1 -0
- package/index.js +2 -1
- package/lib/textract-helper.d.ts +63 -0
- package/lib/textract-helper.js +220 -0
- package/lib/vpc-helper.d.ts +2 -1
- package/lib/vpc-helper.js +7 -1
- package/package.json +3 -3
- package/test/textract-helper.test.d.ts +13 -0
- package/test/textract-helper.test.js +857 -0
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.234.0",
|
|
18
18
|
"constructs": "^10.0.0"
|
|
19
19
|
},
|
|
20
20
|
"dependencyClosure": {
|
|
@@ -648,6 +648,19 @@
|
|
|
648
648
|
}
|
|
649
649
|
}
|
|
650
650
|
},
|
|
651
|
+
"aws-cdk-lib.aws_cases": {
|
|
652
|
+
"targets": {
|
|
653
|
+
"dotnet": {
|
|
654
|
+
"namespace": "Amazon.CDK.AWS.Cases"
|
|
655
|
+
},
|
|
656
|
+
"java": {
|
|
657
|
+
"package": "software.amazon.awscdk.services.cases"
|
|
658
|
+
},
|
|
659
|
+
"python": {
|
|
660
|
+
"module": "aws_cdk.aws_cases"
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
},
|
|
651
664
|
"aws-cdk-lib.aws_cassandra": {
|
|
652
665
|
"targets": {
|
|
653
666
|
"dotnet": {
|
|
@@ -4612,6 +4625,22 @@
|
|
|
4612
4625
|
}
|
|
4613
4626
|
}
|
|
4614
4627
|
},
|
|
4628
|
+
"aws-cdk-lib.interfaces.aws_cases": {
|
|
4629
|
+
"targets": {
|
|
4630
|
+
"dotnet": {
|
|
4631
|
+
"namespace": "Amazon.CDK.Interfaces.Cases"
|
|
4632
|
+
},
|
|
4633
|
+
"go": {
|
|
4634
|
+
"packageName": "interfacesawscases"
|
|
4635
|
+
},
|
|
4636
|
+
"java": {
|
|
4637
|
+
"package": "software.amazon.awscdk.interfaces.cases"
|
|
4638
|
+
},
|
|
4639
|
+
"python": {
|
|
4640
|
+
"module": "aws_cdk.interfaces.aws_cases"
|
|
4641
|
+
}
|
|
4642
|
+
}
|
|
4643
|
+
},
|
|
4615
4644
|
"aws-cdk-lib.interfaces.aws_cassandra": {
|
|
4616
4645
|
"targets": {
|
|
4617
4646
|
"dotnet": {
|
|
@@ -13742,6 +13771,9 @@
|
|
|
13742
13771
|
},
|
|
13743
13772
|
{
|
|
13744
13773
|
"name": "TRANSLATE"
|
|
13774
|
+
},
|
|
13775
|
+
{
|
|
13776
|
+
"name": "TEXTRACT"
|
|
13745
13777
|
}
|
|
13746
13778
|
],
|
|
13747
13779
|
"name": "ServiceEndpointTypes",
|
|
@@ -14090,6 +14122,520 @@
|
|
|
14090
14122
|
],
|
|
14091
14123
|
"symbolId": "lib/step-function-helper:StateMachineProps"
|
|
14092
14124
|
},
|
|
14125
|
+
"@aws-solutions-constructs/core.TextractBucketDetails": {
|
|
14126
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
14127
|
+
"datatype": true,
|
|
14128
|
+
"fqn": "@aws-solutions-constructs/core.TextractBucketDetails",
|
|
14129
|
+
"kind": "interface",
|
|
14130
|
+
"locationInModule": {
|
|
14131
|
+
"filename": "lib/textract-helper.ts",
|
|
14132
|
+
"line": 47
|
|
14133
|
+
},
|
|
14134
|
+
"name": "TextractBucketDetails",
|
|
14135
|
+
"properties": [
|
|
14136
|
+
{
|
|
14137
|
+
"abstract": true,
|
|
14138
|
+
"immutable": true,
|
|
14139
|
+
"locationInModule": {
|
|
14140
|
+
"filename": "lib/textract-helper.ts",
|
|
14141
|
+
"line": 49
|
|
14142
|
+
},
|
|
14143
|
+
"name": "bucketInterface",
|
|
14144
|
+
"type": {
|
|
14145
|
+
"fqn": "aws-cdk-lib.aws_s3.IBucket"
|
|
14146
|
+
}
|
|
14147
|
+
},
|
|
14148
|
+
{
|
|
14149
|
+
"abstract": true,
|
|
14150
|
+
"immutable": true,
|
|
14151
|
+
"locationInModule": {
|
|
14152
|
+
"filename": "lib/textract-helper.ts",
|
|
14153
|
+
"line": 48
|
|
14154
|
+
},
|
|
14155
|
+
"name": "bucket",
|
|
14156
|
+
"optional": true,
|
|
14157
|
+
"type": {
|
|
14158
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
14159
|
+
}
|
|
14160
|
+
},
|
|
14161
|
+
{
|
|
14162
|
+
"abstract": true,
|
|
14163
|
+
"immutable": true,
|
|
14164
|
+
"locationInModule": {
|
|
14165
|
+
"filename": "lib/textract-helper.ts",
|
|
14166
|
+
"line": 50
|
|
14167
|
+
},
|
|
14168
|
+
"name": "loggingBucket",
|
|
14169
|
+
"optional": true,
|
|
14170
|
+
"type": {
|
|
14171
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
14172
|
+
}
|
|
14173
|
+
}
|
|
14174
|
+
],
|
|
14175
|
+
"symbolId": "lib/textract-helper:TextractBucketDetails"
|
|
14176
|
+
},
|
|
14177
|
+
"@aws-solutions-constructs/core.TextractConfiguration": {
|
|
14178
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
14179
|
+
"datatype": true,
|
|
14180
|
+
"fqn": "@aws-solutions-constructs/core.TextractConfiguration",
|
|
14181
|
+
"kind": "interface",
|
|
14182
|
+
"locationInModule": {
|
|
14183
|
+
"filename": "lib/textract-helper.ts",
|
|
14184
|
+
"line": 53
|
|
14185
|
+
},
|
|
14186
|
+
"name": "TextractConfiguration",
|
|
14187
|
+
"properties": [
|
|
14188
|
+
{
|
|
14189
|
+
"abstract": true,
|
|
14190
|
+
"immutable": true,
|
|
14191
|
+
"locationInModule": {
|
|
14192
|
+
"filename": "lib/textract-helper.ts",
|
|
14193
|
+
"line": 55
|
|
14194
|
+
},
|
|
14195
|
+
"name": "lambdaIamActionsRequired",
|
|
14196
|
+
"type": {
|
|
14197
|
+
"collection": {
|
|
14198
|
+
"elementtype": {
|
|
14199
|
+
"primitive": "string"
|
|
14200
|
+
},
|
|
14201
|
+
"kind": "array"
|
|
14202
|
+
}
|
|
14203
|
+
}
|
|
14204
|
+
},
|
|
14205
|
+
{
|
|
14206
|
+
"abstract": true,
|
|
14207
|
+
"immutable": true,
|
|
14208
|
+
"locationInModule": {
|
|
14209
|
+
"filename": "lib/textract-helper.ts",
|
|
14210
|
+
"line": 57
|
|
14211
|
+
},
|
|
14212
|
+
"name": "destinationBucket",
|
|
14213
|
+
"optional": true,
|
|
14214
|
+
"type": {
|
|
14215
|
+
"fqn": "@aws-solutions-constructs/core.TextractBucketDetails"
|
|
14216
|
+
}
|
|
14217
|
+
},
|
|
14218
|
+
{
|
|
14219
|
+
"abstract": true,
|
|
14220
|
+
"immutable": true,
|
|
14221
|
+
"locationInModule": {
|
|
14222
|
+
"filename": "lib/textract-helper.ts",
|
|
14223
|
+
"line": 59
|
|
14224
|
+
},
|
|
14225
|
+
"name": "notificationTopicEncryptionKey",
|
|
14226
|
+
"optional": true,
|
|
14227
|
+
"type": {
|
|
14228
|
+
"fqn": "aws-cdk-lib.aws_kms.Key"
|
|
14229
|
+
}
|
|
14230
|
+
},
|
|
14231
|
+
{
|
|
14232
|
+
"abstract": true,
|
|
14233
|
+
"immutable": true,
|
|
14234
|
+
"locationInModule": {
|
|
14235
|
+
"filename": "lib/textract-helper.ts",
|
|
14236
|
+
"line": 58
|
|
14237
|
+
},
|
|
14238
|
+
"name": "snsNotificationTopic",
|
|
14239
|
+
"optional": true,
|
|
14240
|
+
"type": {
|
|
14241
|
+
"fqn": "aws-cdk-lib.aws_sns.Topic"
|
|
14242
|
+
}
|
|
14243
|
+
},
|
|
14244
|
+
{
|
|
14245
|
+
"abstract": true,
|
|
14246
|
+
"immutable": true,
|
|
14247
|
+
"locationInModule": {
|
|
14248
|
+
"filename": "lib/textract-helper.ts",
|
|
14249
|
+
"line": 56
|
|
14250
|
+
},
|
|
14251
|
+
"name": "sourceBucket",
|
|
14252
|
+
"optional": true,
|
|
14253
|
+
"type": {
|
|
14254
|
+
"fqn": "@aws-solutions-constructs/core.TextractBucketDetails"
|
|
14255
|
+
}
|
|
14256
|
+
},
|
|
14257
|
+
{
|
|
14258
|
+
"abstract": true,
|
|
14259
|
+
"immutable": true,
|
|
14260
|
+
"locationInModule": {
|
|
14261
|
+
"filename": "lib/textract-helper.ts",
|
|
14262
|
+
"line": 54
|
|
14263
|
+
},
|
|
14264
|
+
"name": "textractRole",
|
|
14265
|
+
"optional": true,
|
|
14266
|
+
"type": {
|
|
14267
|
+
"fqn": "aws-cdk-lib.aws_iam.Role"
|
|
14268
|
+
}
|
|
14269
|
+
}
|
|
14270
|
+
],
|
|
14271
|
+
"symbolId": "lib/textract-helper:TextractConfiguration"
|
|
14272
|
+
},
|
|
14273
|
+
"@aws-solutions-constructs/core.TextractProps": {
|
|
14274
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
14275
|
+
"datatype": true,
|
|
14276
|
+
"fqn": "@aws-solutions-constructs/core.TextractProps",
|
|
14277
|
+
"kind": "interface",
|
|
14278
|
+
"locationInModule": {
|
|
14279
|
+
"filename": "lib/textract-helper.ts",
|
|
14280
|
+
"line": 23
|
|
14281
|
+
},
|
|
14282
|
+
"name": "TextractProps",
|
|
14283
|
+
"properties": [
|
|
14284
|
+
{
|
|
14285
|
+
"abstract": true,
|
|
14286
|
+
"immutable": true,
|
|
14287
|
+
"locationInModule": {
|
|
14288
|
+
"filename": "lib/textract-helper.ts",
|
|
14289
|
+
"line": 24
|
|
14290
|
+
},
|
|
14291
|
+
"name": "asyncJobs",
|
|
14292
|
+
"optional": true,
|
|
14293
|
+
"type": {
|
|
14294
|
+
"primitive": "boolean"
|
|
14295
|
+
}
|
|
14296
|
+
},
|
|
14297
|
+
{
|
|
14298
|
+
"abstract": true,
|
|
14299
|
+
"immutable": true,
|
|
14300
|
+
"locationInModule": {
|
|
14301
|
+
"filename": "lib/textract-helper.ts",
|
|
14302
|
+
"line": 30
|
|
14303
|
+
},
|
|
14304
|
+
"name": "createCustomerManagedOutputBucket",
|
|
14305
|
+
"optional": true,
|
|
14306
|
+
"type": {
|
|
14307
|
+
"primitive": "boolean"
|
|
14308
|
+
}
|
|
14309
|
+
},
|
|
14310
|
+
{
|
|
14311
|
+
"abstract": true,
|
|
14312
|
+
"immutable": true,
|
|
14313
|
+
"locationInModule": {
|
|
14314
|
+
"filename": "lib/textract-helper.ts",
|
|
14315
|
+
"line": 37
|
|
14316
|
+
},
|
|
14317
|
+
"name": "dataAccessRoleArnEnvironmentVariableName",
|
|
14318
|
+
"optional": true,
|
|
14319
|
+
"type": {
|
|
14320
|
+
"primitive": "string"
|
|
14321
|
+
}
|
|
14322
|
+
},
|
|
14323
|
+
{
|
|
14324
|
+
"abstract": true,
|
|
14325
|
+
"immutable": true,
|
|
14326
|
+
"locationInModule": {
|
|
14327
|
+
"filename": "lib/textract-helper.ts",
|
|
14328
|
+
"line": 36
|
|
14329
|
+
},
|
|
14330
|
+
"name": "destinationBucketEnvironmentVariableName",
|
|
14331
|
+
"optional": true,
|
|
14332
|
+
"type": {
|
|
14333
|
+
"primitive": "string"
|
|
14334
|
+
}
|
|
14335
|
+
},
|
|
14336
|
+
{
|
|
14337
|
+
"abstract": true,
|
|
14338
|
+
"immutable": true,
|
|
14339
|
+
"locationInModule": {
|
|
14340
|
+
"filename": "lib/textract-helper.ts",
|
|
14341
|
+
"line": 28
|
|
14342
|
+
},
|
|
14343
|
+
"name": "destinationBucketProps",
|
|
14344
|
+
"optional": true,
|
|
14345
|
+
"type": {
|
|
14346
|
+
"fqn": "aws-cdk-lib.aws_s3.BucketProps"
|
|
14347
|
+
}
|
|
14348
|
+
},
|
|
14349
|
+
{
|
|
14350
|
+
"abstract": true,
|
|
14351
|
+
"immutable": true,
|
|
14352
|
+
"locationInModule": {
|
|
14353
|
+
"filename": "lib/textract-helper.ts",
|
|
14354
|
+
"line": 32
|
|
14355
|
+
},
|
|
14356
|
+
"name": "destinationLoggingBucketProps",
|
|
14357
|
+
"optional": true,
|
|
14358
|
+
"type": {
|
|
14359
|
+
"fqn": "aws-cdk-lib.aws_s3.BucketProps"
|
|
14360
|
+
}
|
|
14361
|
+
},
|
|
14362
|
+
{
|
|
14363
|
+
"abstract": true,
|
|
14364
|
+
"immutable": true,
|
|
14365
|
+
"locationInModule": {
|
|
14366
|
+
"filename": "lib/textract-helper.ts",
|
|
14367
|
+
"line": 42
|
|
14368
|
+
},
|
|
14369
|
+
"name": "enableNotificationTopicEncryptionWithCustomerManagedKey",
|
|
14370
|
+
"optional": true,
|
|
14371
|
+
"type": {
|
|
14372
|
+
"primitive": "boolean"
|
|
14373
|
+
}
|
|
14374
|
+
},
|
|
14375
|
+
{
|
|
14376
|
+
"abstract": true,
|
|
14377
|
+
"immutable": true,
|
|
14378
|
+
"locationInModule": {
|
|
14379
|
+
"filename": "lib/textract-helper.ts",
|
|
14380
|
+
"line": 27
|
|
14381
|
+
},
|
|
14382
|
+
"name": "existingDestinationBucketObj",
|
|
14383
|
+
"optional": true,
|
|
14384
|
+
"type": {
|
|
14385
|
+
"fqn": "aws-cdk-lib.aws_s3.IBucket"
|
|
14386
|
+
}
|
|
14387
|
+
},
|
|
14388
|
+
{
|
|
14389
|
+
"abstract": true,
|
|
14390
|
+
"immutable": true,
|
|
14391
|
+
"locationInModule": {
|
|
14392
|
+
"filename": "lib/textract-helper.ts",
|
|
14393
|
+
"line": 40
|
|
14394
|
+
},
|
|
14395
|
+
"name": "existingNotificationTopicEncryptionKey",
|
|
14396
|
+
"optional": true,
|
|
14397
|
+
"type": {
|
|
14398
|
+
"fqn": "aws-cdk-lib.aws_kms.Key"
|
|
14399
|
+
}
|
|
14400
|
+
},
|
|
14401
|
+
{
|
|
14402
|
+
"abstract": true,
|
|
14403
|
+
"immutable": true,
|
|
14404
|
+
"locationInModule": {
|
|
14405
|
+
"filename": "lib/textract-helper.ts",
|
|
14406
|
+
"line": 39
|
|
14407
|
+
},
|
|
14408
|
+
"name": "existingNotificationTopicObj",
|
|
14409
|
+
"optional": true,
|
|
14410
|
+
"type": {
|
|
14411
|
+
"fqn": "aws-cdk-lib.aws_sns.Topic"
|
|
14412
|
+
}
|
|
14413
|
+
},
|
|
14414
|
+
{
|
|
14415
|
+
"abstract": true,
|
|
14416
|
+
"immutable": true,
|
|
14417
|
+
"locationInModule": {
|
|
14418
|
+
"filename": "lib/textract-helper.ts",
|
|
14419
|
+
"line": 25
|
|
14420
|
+
},
|
|
14421
|
+
"name": "existingSourceBucketObj",
|
|
14422
|
+
"optional": true,
|
|
14423
|
+
"type": {
|
|
14424
|
+
"fqn": "aws-cdk-lib.aws_s3.IBucket"
|
|
14425
|
+
}
|
|
14426
|
+
},
|
|
14427
|
+
{
|
|
14428
|
+
"abstract": true,
|
|
14429
|
+
"immutable": true,
|
|
14430
|
+
"locationInModule": {
|
|
14431
|
+
"filename": "lib/textract-helper.ts",
|
|
14432
|
+
"line": 34
|
|
14433
|
+
},
|
|
14434
|
+
"name": "logDestinationS3AccessLogs",
|
|
14435
|
+
"optional": true,
|
|
14436
|
+
"type": {
|
|
14437
|
+
"primitive": "boolean"
|
|
14438
|
+
}
|
|
14439
|
+
},
|
|
14440
|
+
{
|
|
14441
|
+
"abstract": true,
|
|
14442
|
+
"immutable": true,
|
|
14443
|
+
"locationInModule": {
|
|
14444
|
+
"filename": "lib/textract-helper.ts",
|
|
14445
|
+
"line": 33
|
|
14446
|
+
},
|
|
14447
|
+
"name": "logSourceS3AccessLogs",
|
|
14448
|
+
"optional": true,
|
|
14449
|
+
"type": {
|
|
14450
|
+
"primitive": "boolean"
|
|
14451
|
+
}
|
|
14452
|
+
},
|
|
14453
|
+
{
|
|
14454
|
+
"abstract": true,
|
|
14455
|
+
"immutable": true,
|
|
14456
|
+
"locationInModule": {
|
|
14457
|
+
"filename": "lib/textract-helper.ts",
|
|
14458
|
+
"line": 43
|
|
14459
|
+
},
|
|
14460
|
+
"name": "notificationTopicEncryptionKey",
|
|
14461
|
+
"optional": true,
|
|
14462
|
+
"type": {
|
|
14463
|
+
"fqn": "aws-cdk-lib.aws_kms.Key"
|
|
14464
|
+
}
|
|
14465
|
+
},
|
|
14466
|
+
{
|
|
14467
|
+
"abstract": true,
|
|
14468
|
+
"immutable": true,
|
|
14469
|
+
"locationInModule": {
|
|
14470
|
+
"filename": "lib/textract-helper.ts",
|
|
14471
|
+
"line": 44
|
|
14472
|
+
},
|
|
14473
|
+
"name": "notificationTopicEncryptionKeyProps",
|
|
14474
|
+
"optional": true,
|
|
14475
|
+
"type": {
|
|
14476
|
+
"fqn": "aws-cdk-lib.aws_kms.KeyProps"
|
|
14477
|
+
}
|
|
14478
|
+
},
|
|
14479
|
+
{
|
|
14480
|
+
"abstract": true,
|
|
14481
|
+
"immutable": true,
|
|
14482
|
+
"locationInModule": {
|
|
14483
|
+
"filename": "lib/textract-helper.ts",
|
|
14484
|
+
"line": 41
|
|
14485
|
+
},
|
|
14486
|
+
"name": "notificationTopicProps",
|
|
14487
|
+
"optional": true,
|
|
14488
|
+
"type": {
|
|
14489
|
+
"fqn": "aws-cdk-lib.aws_sns.TopicProps"
|
|
14490
|
+
}
|
|
14491
|
+
},
|
|
14492
|
+
{
|
|
14493
|
+
"abstract": true,
|
|
14494
|
+
"immutable": true,
|
|
14495
|
+
"locationInModule": {
|
|
14496
|
+
"filename": "lib/textract-helper.ts",
|
|
14497
|
+
"line": 38
|
|
14498
|
+
},
|
|
14499
|
+
"name": "snsNotificationTopicArnEnvironmentVariableName",
|
|
14500
|
+
"optional": true,
|
|
14501
|
+
"type": {
|
|
14502
|
+
"primitive": "string"
|
|
14503
|
+
}
|
|
14504
|
+
},
|
|
14505
|
+
{
|
|
14506
|
+
"abstract": true,
|
|
14507
|
+
"immutable": true,
|
|
14508
|
+
"locationInModule": {
|
|
14509
|
+
"filename": "lib/textract-helper.ts",
|
|
14510
|
+
"line": 35
|
|
14511
|
+
},
|
|
14512
|
+
"name": "sourceBucketEnvironmentVariableName",
|
|
14513
|
+
"optional": true,
|
|
14514
|
+
"type": {
|
|
14515
|
+
"primitive": "string"
|
|
14516
|
+
}
|
|
14517
|
+
},
|
|
14518
|
+
{
|
|
14519
|
+
"abstract": true,
|
|
14520
|
+
"immutable": true,
|
|
14521
|
+
"locationInModule": {
|
|
14522
|
+
"filename": "lib/textract-helper.ts",
|
|
14523
|
+
"line": 26
|
|
14524
|
+
},
|
|
14525
|
+
"name": "sourceBucketProps",
|
|
14526
|
+
"optional": true,
|
|
14527
|
+
"type": {
|
|
14528
|
+
"fqn": "aws-cdk-lib.aws_s3.BucketProps"
|
|
14529
|
+
}
|
|
14530
|
+
},
|
|
14531
|
+
{
|
|
14532
|
+
"abstract": true,
|
|
14533
|
+
"immutable": true,
|
|
14534
|
+
"locationInModule": {
|
|
14535
|
+
"filename": "lib/textract-helper.ts",
|
|
14536
|
+
"line": 31
|
|
14537
|
+
},
|
|
14538
|
+
"name": "sourceLoggingBucketProps",
|
|
14539
|
+
"optional": true,
|
|
14540
|
+
"type": {
|
|
14541
|
+
"fqn": "aws-cdk-lib.aws_s3.BucketProps"
|
|
14542
|
+
}
|
|
14543
|
+
},
|
|
14544
|
+
{
|
|
14545
|
+
"abstract": true,
|
|
14546
|
+
"immutable": true,
|
|
14547
|
+
"locationInModule": {
|
|
14548
|
+
"filename": "lib/textract-helper.ts",
|
|
14549
|
+
"line": 29
|
|
14550
|
+
},
|
|
14551
|
+
"name": "useSameBucket",
|
|
14552
|
+
"optional": true,
|
|
14553
|
+
"type": {
|
|
14554
|
+
"primitive": "boolean"
|
|
14555
|
+
}
|
|
14556
|
+
}
|
|
14557
|
+
],
|
|
14558
|
+
"symbolId": "lib/textract-helper:TextractProps"
|
|
14559
|
+
},
|
|
14560
|
+
"@aws-solutions-constructs/core.TextractSnsProps": {
|
|
14561
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
14562
|
+
"datatype": true,
|
|
14563
|
+
"fqn": "@aws-solutions-constructs/core.TextractSnsProps",
|
|
14564
|
+
"kind": "interface",
|
|
14565
|
+
"locationInModule": {
|
|
14566
|
+
"filename": "lib/textract-helper.ts",
|
|
14567
|
+
"line": 262
|
|
14568
|
+
},
|
|
14569
|
+
"name": "TextractSnsProps",
|
|
14570
|
+
"properties": [
|
|
14571
|
+
{
|
|
14572
|
+
"abstract": true,
|
|
14573
|
+
"immutable": true,
|
|
14574
|
+
"locationInModule": {
|
|
14575
|
+
"filename": "lib/textract-helper.ts",
|
|
14576
|
+
"line": 264
|
|
14577
|
+
},
|
|
14578
|
+
"name": "existingNotificationTopicObj",
|
|
14579
|
+
"optional": true,
|
|
14580
|
+
"type": {
|
|
14581
|
+
"fqn": "aws-cdk-lib.aws_sns.Topic"
|
|
14582
|
+
}
|
|
14583
|
+
},
|
|
14584
|
+
{
|
|
14585
|
+
"abstract": true,
|
|
14586
|
+
"immutable": true,
|
|
14587
|
+
"locationInModule": {
|
|
14588
|
+
"filename": "lib/textract-helper.ts",
|
|
14589
|
+
"line": 265
|
|
14590
|
+
},
|
|
14591
|
+
"name": "existingNotificationTopicObject",
|
|
14592
|
+
"optional": true,
|
|
14593
|
+
"type": {
|
|
14594
|
+
"fqn": "aws-cdk-lib.aws_sns.Topic"
|
|
14595
|
+
}
|
|
14596
|
+
},
|
|
14597
|
+
{
|
|
14598
|
+
"abstract": true,
|
|
14599
|
+
"immutable": true,
|
|
14600
|
+
"locationInModule": {
|
|
14601
|
+
"filename": "lib/textract-helper.ts",
|
|
14602
|
+
"line": 266
|
|
14603
|
+
},
|
|
14604
|
+
"name": "notificationTopicEncryptionKey",
|
|
14605
|
+
"optional": true,
|
|
14606
|
+
"type": {
|
|
14607
|
+
"fqn": "aws-cdk-lib.aws_kms.Key"
|
|
14608
|
+
}
|
|
14609
|
+
},
|
|
14610
|
+
{
|
|
14611
|
+
"abstract": true,
|
|
14612
|
+
"immutable": true,
|
|
14613
|
+
"locationInModule": {
|
|
14614
|
+
"filename": "lib/textract-helper.ts",
|
|
14615
|
+
"line": 267
|
|
14616
|
+
},
|
|
14617
|
+
"name": "notificationTopicEncryptionKeyProps",
|
|
14618
|
+
"optional": true,
|
|
14619
|
+
"type": {
|
|
14620
|
+
"fqn": "aws-cdk-lib.aws_kms.KeyProps"
|
|
14621
|
+
}
|
|
14622
|
+
},
|
|
14623
|
+
{
|
|
14624
|
+
"abstract": true,
|
|
14625
|
+
"immutable": true,
|
|
14626
|
+
"locationInModule": {
|
|
14627
|
+
"filename": "lib/textract-helper.ts",
|
|
14628
|
+
"line": 263
|
|
14629
|
+
},
|
|
14630
|
+
"name": "notificationTopicProps",
|
|
14631
|
+
"optional": true,
|
|
14632
|
+
"type": {
|
|
14633
|
+
"fqn": "aws-cdk-lib.aws_sns.TopicProps"
|
|
14634
|
+
}
|
|
14635
|
+
}
|
|
14636
|
+
],
|
|
14637
|
+
"symbolId": "lib/textract-helper:TextractSnsProps"
|
|
14638
|
+
},
|
|
14093
14639
|
"@aws-solutions-constructs/core.TranslateConfiguration": {
|
|
14094
14640
|
"assembly": "@aws-solutions-constructs/core",
|
|
14095
14641
|
"datatype": true,
|
|
@@ -14350,7 +14896,7 @@
|
|
|
14350
14896
|
"kind": "interface",
|
|
14351
14897
|
"locationInModule": {
|
|
14352
14898
|
"filename": "lib/vpc-helper.ts",
|
|
14353
|
-
"line":
|
|
14899
|
+
"line": 316
|
|
14354
14900
|
},
|
|
14355
14901
|
"name": "VpcPropsSet",
|
|
14356
14902
|
"properties": [
|
|
@@ -14359,7 +14905,7 @@
|
|
|
14359
14905
|
"immutable": true,
|
|
14360
14906
|
"locationInModule": {
|
|
14361
14907
|
"filename": "lib/vpc-helper.ts",
|
|
14362
|
-
"line":
|
|
14908
|
+
"line": 319
|
|
14363
14909
|
},
|
|
14364
14910
|
"name": "deployVpc",
|
|
14365
14911
|
"optional": true,
|
|
@@ -14372,7 +14918,7 @@
|
|
|
14372
14918
|
"immutable": true,
|
|
14373
14919
|
"locationInModule": {
|
|
14374
14920
|
"filename": "lib/vpc-helper.ts",
|
|
14375
|
-
"line":
|
|
14921
|
+
"line": 317
|
|
14376
14922
|
},
|
|
14377
14923
|
"name": "existingVpc",
|
|
14378
14924
|
"optional": true,
|
|
@@ -14385,7 +14931,7 @@
|
|
|
14385
14931
|
"immutable": true,
|
|
14386
14932
|
"locationInModule": {
|
|
14387
14933
|
"filename": "lib/vpc-helper.ts",
|
|
14388
|
-
"line":
|
|
14934
|
+
"line": 318
|
|
14389
14935
|
},
|
|
14390
14936
|
"name": "vpcProps",
|
|
14391
14937
|
"optional": true,
|
|
@@ -14435,6 +14981,6 @@
|
|
|
14435
14981
|
"symbolId": "lib/waf-helper:WafWebAclProps"
|
|
14436
14982
|
}
|
|
14437
14983
|
},
|
|
14438
|
-
"version": "2.
|
|
14439
|
-
"fingerprint": "
|
|
14984
|
+
"version": "2.98.0",
|
|
14985
|
+
"fingerprint": "LnoquroXgyqDPHfO2TrdGirOcoAy8ScoIa3lmtxxjY4="
|
|
14440
14986
|
}
|
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -92,5 +92,6 @@ __exportStar(require("./lib/pipes-defaults"), exports);
|
|
|
92
92
|
__exportStar(require("./lib/pipes-helper"), exports);
|
|
93
93
|
__exportStar(require("./lib/bedrock-inference-helper"), exports);
|
|
94
94
|
__exportStar(require("./lib/translate-helper"), exports);
|
|
95
|
+
__exportStar(require("./lib/textract-helper"), exports);
|
|
95
96
|
__exportStar(require("./lib/constructs-feature-flags"), exports);
|
|
96
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
97
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUE7Ozs7Ozs7Ozs7O0dBV0c7Ozs7Ozs7Ozs7Ozs7Ozs7QUFFSCxxREFBbUM7QUFDbkMsbURBQWlDO0FBQ2pDLDREQUEwQztBQUMxQywwREFBd0M7QUFDeEMsZ0VBQThDO0FBQzlDLDZEQUEyQztBQUMzQywyREFBeUM7QUFDekMseURBQXVDO0FBQ3ZDLHVEQUFxQztBQUNyQyxnRUFBOEM7QUFDOUMsbUVBQWlEO0FBQ2pELGlFQUErQztBQUMvQyxpRUFBK0M7QUFDL0MsK0RBQTZDO0FBQzdDLHFFQUFtRDtBQUNuRCw2RUFBMkQ7QUFDM0QscURBQW1DO0FBQ25DLG1EQUFpQztBQUNqQyx3REFBc0M7QUFDdEMsc0RBQW9DO0FBQ3BDLDJEQUF5QztBQUN6Qyx5REFBdUM7QUFDdkMsZ0VBQThDO0FBQzlDLDhEQUE0QztBQUM1Qyw4REFBNEM7QUFDNUMscURBQW1DO0FBQ25DLG1EQUFpQztBQUNqQyxzREFBb0M7QUFDcEMscURBQW1DO0FBQ25DLG1EQUFpQztBQUNqQyx1RUFBcUQ7QUFDckQseUVBQXVEO0FBQ3ZELDhDQUE0QjtBQUM1Qiw2REFBMkM7QUFDM0MseURBQXVDO0FBQ3ZDLHVEQUFxQztBQUNyQywrREFBNkM7QUFDN0MsNkRBQTJDO0FBQzNDLCtEQUE2QztBQUM3Qyw2REFBMkM7QUFDM0MsOERBQTRDO0FBQzVDLHFEQUFtQztBQUNuQyxtREFBaUM7QUFDakMsMkRBQXlDO0FBQ3pDLHlEQUF1QztBQUN2QyxvRUFBa0Q7QUFDbEQsMERBQXdDO0FBQ3hDLHdEQUFzQztBQUN0Qyw0REFBMEM7QUFDMUMsMERBQXdDO0FBQ3hDLCtEQUE2QztBQUM3Qyw2REFBMkM7QUFDM0MscURBQW1DO0FBQ25DLG9FQUFrRDtBQUNsRCwyREFBeUM7QUFDekMscURBQW1DO0FBQ25DLG1EQUFpQztBQUNqQyw0REFBMEM7QUFDMUMsMERBQXdDO0FBQ3hDLHNEQUFvQztBQUNwQywrREFBNkM7QUFDN0MsNkRBQTJDO0FBQzNDLHVEQUFxQztBQUNyQyxxREFBbUM7QUFDbkMsaUVBQStDO0FBQy9DLHlEQUF1QztBQUN2Qyx3REFBc0M7QUFDdEMsaUVBQStDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiAgQ29weXJpZ2h0IEFtYXpvbi5jb20sIEluYy4gb3IgaXRzIGFmZmlsaWF0ZXMuIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogIExpY2Vuc2VkIHVuZGVyIHRoZSBBcGFjaGUgTGljZW5zZSwgVmVyc2lvbiAyLjAgKHRoZSBcIkxpY2Vuc2VcIikuIFlvdSBtYXkgbm90IHVzZSB0aGlzIGZpbGUgZXhjZXB0IGluIGNvbXBsaWFuY2VcbiAqICB3aXRoIHRoZSBMaWNlbnNlLiBBIGNvcHkgb2YgdGhlIExpY2Vuc2UgaXMgbG9jYXRlZCBhdFxuICpcbiAqICAgICAgaHR0cDovL3d3dy5hcGFjaGUub3JnL2xpY2Vuc2VzL0xJQ0VOU0UtMi4wXG4gKlxuICogIG9yIGluIHRoZSAnbGljZW5zZScgZmlsZSBhY2NvbXBhbnlpbmcgdGhpcyBmaWxlLiBUaGlzIGZpbGUgaXMgZGlzdHJpYnV0ZWQgb24gYW4gJ0FTIElTJyBCQVNJUywgV0lUSE9VVCBXQVJSQU5USUVTXG4gKiAgT1IgQ09ORElUSU9OUyBPRiBBTlkgS0lORCwgZXhwcmVzcyBvciBpbXBsaWVkLiBTZWUgdGhlIExpY2Vuc2UgZm9yIHRoZSBzcGVjaWZpYyBsYW5ndWFnZSBnb3Zlcm5pbmcgcGVybWlzc2lvbnNcbiAqICBhbmQgbGltaXRhdGlvbnMgdW5kZXIgdGhlIExpY2Vuc2UuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9saWIvYWxiLWRlZmF1bHRzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FsYi1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBpZ2F0ZXdheS1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcGlnYXRld2F5LWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9keW5hbW9kYi10YWJsZS1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9lbGFzdGljYWNoZS1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9lbGFzdGljYWNoZS1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZmFyZ2F0ZS1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9mYXJnYXRlLWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9pb3QtdG9waWMtcnVsZS1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9raW5lc2lzLWFuYWx5dGljcy1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9raW5lc2lzLWFuYWx5dGljcy1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIva2luZXNpcy1zdHJlYW1zLWRlZmF1bHRzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2tpbmVzaXMtc3RyZWFtcy1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIva2luZXNpcy1maXJlaG9zZS1zMy1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9sYW1iZGEtZXZlbnQtc291cmNlLW1hcHBpbmctZGVmYXVsdHMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIva21zLWRlZmF1bHRzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ttcy1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvbGFtYmRhLWRlZmF1bHRzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2xhbWJkYS1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvczMtYnVja2V0LWRlZmF1bHRzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3MzLWJ1Y2tldC1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2VjcmV0c21hbmFnZXItZGVmYXVsdHMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2VjcmV0c21hbmFnZXItaGVscGVyJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NlY3VyaXR5LWdyb3VwLWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9zbnMtZGVmYXVsdHMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc25zLWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9zMy1vYWMtb3JpZ2luJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3Nxcy1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9zcXMtaGVscGVyJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Nsb3VkZnJvbnQtZGlzdHJpYnV0aW9uLWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jbG91ZGZyb250LWRpc3RyaWJ1dGlvbi1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi91dGlscyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9ldmVudHMtcnVsZS1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb2duaXRvLWRlZmF1bHRzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvZ25pdG8taGVscGVyJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2VsYXN0aWNzZWFyY2gtZGVmYXVsdHMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZWxhc3RpY3NlYXJjaC1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc3RlcC1mdW5jdGlvbi1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9zdGVwLWZ1bmN0aW9uLWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9keW5hbW9kYi10YWJsZS1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvdnBjLWRlZmF1bHRzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3ZwYy1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2FnZW1ha2VyLWRlZmF1bHRzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NhZ2VtYWtlci1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY2xvdWR3YXRjaC1sb2ctZ3JvdXAtaGVscGVyJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2dsdWUtam9iLWRlZmF1bHRzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2dsdWUtam9iLWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9nbHVlLXRhYmxlLWRlZmF1bHRzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2dsdWUtdGFibGUtaGVscGVyJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2dsdWUtZGF0YWJhc2UtZGVmYXVsdHMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZ2x1ZS1kYXRhYmFzZS1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi90ZXN0L3Rlc3QtaGVscGVyJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NzbS1zdHJpbmctcGFyYW1ldGVyLWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9ldmVudGJyaWRnZS1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvd2FmLWRlZmF1bHRzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3dhZi1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvb3BlbnNlYXJjaC1kZWZhdWx0cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9vcGVuc2VhcmNoLWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9rZW5kcmEtaGVscGVyJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3dlYnNvY2tldC1hcGktZGVmYXVsdHMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvd2Vic29ja2V0LWFwaS1oZWxwZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvcGlwZXMtZGVmYXVsdHMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvcGlwZXMtaGVscGVyJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2JlZHJvY2staW5mZXJlbmNlLWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi90cmFuc2xhdGUtaGVscGVyJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3RleHRyYWN0LWhlbHBlcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb25zdHJ1Y3RzLWZlYXR1cmUtZmxhZ3MnO1xuIl19
|