polly.d.ts 174 B

12345
  1. import {Service} from '../service';
  2. import {Presigner} from '../polly/presigner';
  3. export class PollyCustomizations extends Service {
  4. static Presigner: typeof Presigner;
  5. }