CloudFrontServiceConfig overview
Added in v1.0.0
Table of contents
adapters
toCloudFrontClientConfig
Signature
export declare const toCloudFrontClientConfig: Effect.Effect<CloudFrontClientConfig, never, never>
Added in v1.0.0
cloudfront service config
setCloudFrontServiceConfig
Signature
export declare const setCloudFrontServiceConfig: (config: CloudFrontService.Config) => Layer.Layer<never, never, never>
Added in v1.0.0
withCloudFrontServiceConfig
Signature
export declare const withCloudFrontServiceConfig: {
(config: CloudFrontService.Config): <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>
<A, E, R>(effect: Effect.Effect<A, E, R>, config: CloudFrontService.Config): Effect.Effect<A, E, R>
}
Added in v1.0.0