UNPKG
@infrascan/aws-cloudfront-scanner
Version:
latest (0.5.0)
0.5.0
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
Infrascan scanner definition for AWS Cloudfront
github.com/infrascan/infrascan
infrascan/infrascan
@infrascan/aws-cloudfront-scanner
/
dist
/
generated
/
getters.d.ts
7 lines
(4 loc)
•
285 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
CloudFrontClient
}
from
'@aws-sdk/client-cloudfront'
;
import
{
Connector
,
AwsContext
}
from
'@infrascan/shared-types'
; declare
function
ListDistributions
(
client: CloudFrontClient, stateConnector: Connector, context: AwsContext
):
Promise
<
void
>;
export
{
ListDistributions
};