UNPKG

@alma-cdk/cross-region-parameter

Version:

Store AWS SSM Parameter Store Parameters into another AWS Region with AWS CDK

9 lines (6 loc) 259 B
type AllPossibleTypedArrays = typeof import('possible-typed-array-names'); declare function availableTypedArrays(): | [] | AllPossibleTypedArrays | Omit<AllPossibleTypedArrays, 'BigInt64Array' | 'BigUint64Array'>; export = availableTypedArrays;