@aws-cdk/region-info 2.56.1 → 2.57.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 CHANGED
@@ -366,6 +366,52 @@
366
366
  "line": 107
367
367
  },
368
368
  "methods": [
369
+ {
370
+ "docs": {
371
+ "stability": "stable",
372
+ "summary": "The ARN of Amazon Distro for OpenTelemetry (ADOT) Lambda layer for a given lambda type, version and architecture."
373
+ },
374
+ "locationInModule": {
375
+ "filename": "lib/fact.ts",
376
+ "line": 202
377
+ },
378
+ "name": "adotLambdaLayer",
379
+ "parameters": [
380
+ {
381
+ "docs": {
382
+ "summary": "the type of the ADOT lambda layer."
383
+ },
384
+ "name": "type",
385
+ "type": {
386
+ "primitive": "string"
387
+ }
388
+ },
389
+ {
390
+ "docs": {
391
+ "summary": "the layer version."
392
+ },
393
+ "name": "version",
394
+ "type": {
395
+ "primitive": "string"
396
+ }
397
+ },
398
+ {
399
+ "docs": {
400
+ "summary": "the Lambda Function architecture (e.g. 'x86_64' or 'arm64')."
401
+ },
402
+ "name": "architecture",
403
+ "type": {
404
+ "primitive": "string"
405
+ }
406
+ }
407
+ ],
408
+ "returns": {
409
+ "type": {
410
+ "primitive": "string"
411
+ }
412
+ },
413
+ "static": true
414
+ },
369
415
  {
370
416
  "docs": {
371
417
  "stability": "stable",
@@ -835,6 +881,52 @@
835
881
  },
836
882
  "static": true
837
883
  },
884
+ {
885
+ "docs": {
886
+ "stability": "stable",
887
+ "summary": "The ARN of the ADOT Lambda layer, for the given layer type, version and architecture."
888
+ },
889
+ "locationInModule": {
890
+ "filename": "lib/region-info.ts",
891
+ "line": 178
892
+ },
893
+ "name": "adotLambdaLayerArn",
894
+ "parameters": [
895
+ {
896
+ "docs": {
897
+ "summary": "the type of the ADOT lambda layer."
898
+ },
899
+ "name": "type",
900
+ "type": {
901
+ "primitive": "string"
902
+ }
903
+ },
904
+ {
905
+ "docs": {
906
+ "summary": "the layer version."
907
+ },
908
+ "name": "version",
909
+ "type": {
910
+ "primitive": "string"
911
+ }
912
+ },
913
+ {
914
+ "docs": {
915
+ "summary": "the Lambda Function architecture (e.g. 'x86_64' or 'arm64')."
916
+ },
917
+ "name": "architecture",
918
+ "type": {
919
+ "primitive": "string"
920
+ }
921
+ }
922
+ ],
923
+ "returns": {
924
+ "optional": true,
925
+ "type": {
926
+ "primitive": "string"
927
+ }
928
+ }
929
+ },
838
930
  {
839
931
  "docs": {
840
932
  "stability": "stable",
@@ -1133,6 +1225,6 @@
1133
1225
  "symbolId": "lib/region-info:RegionInfo"
1134
1226
  }
1135
1227
  },
1136
- "version": "2.56.1",
1228
+ "version": "2.57.0",
1137
1229
  "fingerprint": "**********"
1138
1230
  }
Binary file
@@ -37,4 +37,7 @@ export declare const CLOUDWATCH_LAMBDA_INSIGHTS_ARNS: {
37
37
  export declare const FIREHOSE_CIDR_BLOCKS: {
38
38
  [region: string]: string;
39
39
  };
40
+ export declare const ADOT_LAMBDA_LAYER_ARNS: {
41
+ [key: string]: any;
42
+ };
40
43
  export {};