CloudFormationService overview
Added in v1.0.0
Table of contents
constructors
makeCloudFormationService
Signature
export declare const makeCloudFormationService: Effect.Effect<any, unknown, unknown>
Added in v1.0.0
models
CloudFormationService (class)
Signature
export declare class CloudFormationService
Added in v1.0.0
utils
CloudFormationService (namespace)
Added in v1.0.0
Config (interface)
Signature
export interface Config extends Omit<CloudFormationClientConfig, "logger"> {
readonly logger?: ServiceLogger.ServiceLoggerConstructorProps | true
}
Added in v1.0.0
Type (type alias)
Signature
export type Type = CloudFormationService$
Added in v1.0.0