## API Report File for "amplify-storage-simulator"
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
///
import { EventEmitter } from 'events';
// @public (undocumented)
export class AmplifyStorageSimulator {
constructor(serverConfig: StorageSimulatorServerConfig);
// Warning: (ae-forgotten-export) The symbol "StorageServer" needs to be exported by the entry point index.d.ts
//
// (undocumented)
get getServer(): StorageServer;
// (undocumented)
start(): Promise;
// (undocumented)
stop(): void;
// (undocumented)
get url(): string;
}
// @public (undocumented)
export interface StorageSimulatorDataSourceBaseConfig {
// (undocumented)
name: string;
// (undocumented)
type: string;
}
// @public (undocumented)
export type StorageSimulatorServerConfig = {
port: number;
route: string;
localDirS3: string;
};
// (No @packageDocumentation comment for this package)
```