index.d.ts 176 B

1234567
  1. import {GlobalConfigInstance} from './lib/config';
  2. export * from './lib/core';
  3. export * from './clients/all';
  4. export var config: GlobalConfigInstance
  5. export as namespace AWS;