@aws-cdk/region-info 2.83.1 → 2.84.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 +75 -1
- package/.jsii.tabl.json.gz +0 -0
- package/build-tools/fact-tables.d.ts +7 -0
- package/build-tools/fact-tables.js +62 -2
- package/build-tools/generate-static-data.js +6 -1
- package/lib/built-ins.generated.d.ts +1 -1
- package/lib/built-ins.generated.js +68 -2
- package/lib/default.js +1 -1
- package/lib/fact.d.ts +7 -0
- package/lib/fact.js +13 -3
- package/lib/region-info.d.ts +7 -0
- package/lib/region-info.js +11 -2
- package/package.json +4 -4
package/.jsii
CHANGED
|
@@ -440,6 +440,43 @@
|
|
|
440
440
|
},
|
|
441
441
|
"static": true
|
|
442
442
|
},
|
|
443
|
+
{
|
|
444
|
+
"docs": {
|
|
445
|
+
"stability": "stable",
|
|
446
|
+
"summary": "The ARN of Parameters and Secrets Lambda layer for a given lambda architecture."
|
|
447
|
+
},
|
|
448
|
+
"locationInModule": {
|
|
449
|
+
"filename": "lib/fact.ts",
|
|
450
|
+
"line": 218
|
|
451
|
+
},
|
|
452
|
+
"name": "paramsAndSecretsLambdaLayer",
|
|
453
|
+
"parameters": [
|
|
454
|
+
{
|
|
455
|
+
"docs": {
|
|
456
|
+
"summary": "the layer version."
|
|
457
|
+
},
|
|
458
|
+
"name": "version",
|
|
459
|
+
"type": {
|
|
460
|
+
"primitive": "string"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"docs": {
|
|
465
|
+
"summary": "the Lambda Function architecture (e.g. 'x86_64' or 'arm64')."
|
|
466
|
+
},
|
|
467
|
+
"name": "architecture",
|
|
468
|
+
"type": {
|
|
469
|
+
"primitive": "string"
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
],
|
|
473
|
+
"returns": {
|
|
474
|
+
"type": {
|
|
475
|
+
"primitive": "string"
|
|
476
|
+
}
|
|
477
|
+
},
|
|
478
|
+
"static": true
|
|
479
|
+
},
|
|
443
480
|
{
|
|
444
481
|
"docs": {
|
|
445
482
|
"stability": "stable",
|
|
@@ -978,6 +1015,43 @@
|
|
|
978
1015
|
}
|
|
979
1016
|
}
|
|
980
1017
|
},
|
|
1018
|
+
{
|
|
1019
|
+
"docs": {
|
|
1020
|
+
"stability": "stable",
|
|
1021
|
+
"summary": "The ARN of the Parameters and Secrets Lambda layer for the given lambda architecture."
|
|
1022
|
+
},
|
|
1023
|
+
"locationInModule": {
|
|
1024
|
+
"filename": "lib/region-info.ts",
|
|
1025
|
+
"line": 188
|
|
1026
|
+
},
|
|
1027
|
+
"name": "paramsAndSecretsLambdaLayerArn",
|
|
1028
|
+
"parameters": [
|
|
1029
|
+
{
|
|
1030
|
+
"docs": {
|
|
1031
|
+
"summary": "the layer version."
|
|
1032
|
+
},
|
|
1033
|
+
"name": "version",
|
|
1034
|
+
"type": {
|
|
1035
|
+
"primitive": "string"
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"docs": {
|
|
1040
|
+
"summary": "the Lambda Function architecture (e.g. 'x86_64' or 'arm64')."
|
|
1041
|
+
},
|
|
1042
|
+
"name": "architecture",
|
|
1043
|
+
"type": {
|
|
1044
|
+
"primitive": "string"
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
],
|
|
1048
|
+
"returns": {
|
|
1049
|
+
"optional": true,
|
|
1050
|
+
"type": {
|
|
1051
|
+
"primitive": "string"
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
},
|
|
981
1055
|
{
|
|
982
1056
|
"docs": {
|
|
983
1057
|
"stability": "stable",
|
|
@@ -1238,6 +1312,6 @@
|
|
|
1238
1312
|
"symbolId": "lib/region-info:RegionInfo"
|
|
1239
1313
|
}
|
|
1240
1314
|
},
|
|
1241
|
-
"version": "2.
|
|
1315
|
+
"version": "2.84.0",
|
|
1242
1316
|
"fingerprint": "**********"
|
|
1243
1317
|
}
|
package/.jsii.tabl.json.gz
CHANGED
|
Binary file
|
|
@@ -45,6 +45,13 @@ export declare const CLOUDWATCH_LAMBDA_INSIGHTS_ARNS: {
|
|
|
45
45
|
export declare const FIREHOSE_CIDR_BLOCKS: {
|
|
46
46
|
[region: string]: string;
|
|
47
47
|
};
|
|
48
|
+
export declare const PARAMS_AND_SECRETS_LAMBDA_LAYER_ARNS: {
|
|
49
|
+
[version: string]: {
|
|
50
|
+
[arch: string]: {
|
|
51
|
+
[region: string]: string;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
};
|
|
48
55
|
export declare const ADOT_LAMBDA_LAYER_ARNS: {
|
|
49
56
|
[key: string]: any;
|
|
50
57
|
};
|