CodeDeployServiceConfig overview
Added in v1.0.0
Table of contents
adapters
toCodeDeployClientConfig
Signature
export declare const toCodeDeployClientConfig: Effect.Effect<CodeDeployClientConfig, never, never>
Added in v1.0.0
codedeploy service config
setCodeDeployServiceConfig
Signature
export declare const setCodeDeployServiceConfig: (config: CodeDeployService.Config) => Layer.Layer<never, never, never>
Added in v1.0.0
withCodeDeployServiceConfig
Signature
export declare const withCodeDeployServiceConfig: {
(config: CodeDeployService.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: CodeDeployService.Config): Effect.Effect<A, E, R>
}
Added in v1.0.0