UNPKG

576 BTypeScriptView Raw
1export declare type AwsCloudWatchEvent = {
2 id: string;
3 'detail-type': string;
4 source: string;
5 account: string;
6 time: string;
7 region: string;
8 resources: string[];
9 detail: {
10 status?: string;
11 input?: string;
12 output?: string;
13 };
14};
15export declare type BucketType = 'internal' | 'private' | 'protected' | 'public' | 'shared';
16export declare type BucketConfig = {
17 name: string;
18 type: BucketType;
19};
20export declare type BucketsConfigObject = {
21 [key: string]: BucketConfig;
22};
23//# sourceMappingURL=types.d.ts.map
\No newline at end of file