CloudFrontSigner overview
Added in v0.1.0
Table of contents
models
CloudFrontSigner (class)
Signature
export declare class CloudFrontSigner
Added in v0.1.0
CloudFrontSignerCredentials (type alias)
Signature
export type CloudFrontSignerCredentials = CloudfrontSignerCredentials
Added in v0.1.0
GetSignedCookiesInput (type alias)
Signature
export type GetSignedCookiesInput =
| Omit<CloudfrontSignInputWithParameters, keyof CloudfrontSignerCredentials>
| Omit<CloudfrontSignInputWithPolicy, keyof CloudfrontSignerCredentials>
Added in v0.1.0
GetSignedUrlInput (type alias)
Signature
export type GetSignedUrlInput =
| Omit<CloudfrontSignInputWithParameters, keyof CloudfrontSignerCredentials>
| Omit<CloudfrontSignInputWithPolicy, keyof CloudfrontSignerCredentials>
Added in v0.1.0
utils
CloudFrontSigner (namespace)
Added in v0.1.0
Config (type alias)
Signature
export type Config = CloudFrontSignerCredentials
Added in v0.1.0
Type (type alias)
Signature
export type Type = CloudFrontSigner$
Added in v0.1.0