OrganizationsClientInstance overview
Added in v1.0.0
Table of contents
constructors
makeOrganizationsClientInstance
Signature
export declare const makeOrganizationsClientInstance: Effect.Effect<
OrganizationsClient,
never,
OrganizationsClientInstanceConfig
>
Added in v1.0.0
layers
DefaultOrganizationsClientInstanceLayer
Signature
export declare const DefaultOrganizationsClientInstanceLayer: Layer.Layer<OrganizationsClientInstance, never, never>
Added in v1.0.0
OrganizationsClientInstanceLayer
Signature
export declare const OrganizationsClientInstanceLayer: Layer.Layer<
OrganizationsClientInstance,
never,
OrganizationsClientInstanceConfig
>
Added in v1.0.0
tags
OrganizationsClientInstance (class)
Signature
export declare class OrganizationsClientInstance
Added in v1.0.0