UNPKG
prowler-sdk-poc
Version:
latest (0.0.1)
0.0.1
0.0.0
# Python
github.com/mmuller88/prowler-sdk-poc
mmuller88/prowler-sdk-poc
prowler-sdk-poc
/
node_modules
/
aws-sdk
/
lib
/
services
/
cloudfront.d.ts
5 lines
•
172 B
TypeScript
View Raw
1
2
3
4
5
import
{
Service
}
from
'../service'
;
import
{
Signer
}
from
'../cloudfront/signer'
;
export
class
CloudFrontCustomizations
extends
Service
{
static
Signer
:
typeof
Signer
; }