export type ListSecretGroupJsonOutputItem = { name: string; downloadable: boolean; id: string; }; export type DescribeSecretGroupJsonOutput = { id: string; name: string; downloadable: boolean; 'createdAt': string; 'modifiedAt': string; 'modifiedBy': string; };