UNPKG

@deeplint/scanner-aws

Version:

DeepScanner AWS collects cloud resources and outputs them in standard format for further processing

5 lines (4 loc) 146 B
import * as AWS from 'aws-sdk'; export declare class AwsClientsHelper { static getClient(serviceName: string, region: string): AWS.Service; }