cloudfront.d.ts 172 B

12345
  1. import {Service} from '../service';
  2. import {Signer} from '../cloudfront/signer';
  3. export class CloudFrontCustomizations extends Service {
  4. static Signer: typeof Signer;
  5. }