SNSService overview
Added in v1.0.0
Table of contents
constructors
makeSNSService
Signature
export declare const makeSNSService: Effect.Effect<SNSService$, never, SNSClientInstance>
Added in v1.0.0
layers
BaseSNSServiceLayer
Signature
export declare const BaseSNSServiceLayer: Layer.Layer<SNSService, never, SNSClientInstance>
Added in v1.0.0
DefaultSNSServiceLayer
Signature
export declare const DefaultSNSServiceLayer: Layer.Layer<SNSService, never, never>
Added in v1.0.0
SNSServiceLayer
Signature
export declare const SNSServiceLayer: Layer.Layer<SNSService, never, SNSClientInstanceConfig>
Added in v1.0.0
models
SNS
Signature
export declare const SNS: typeof SNSService
Added in v1.0.0
SNSService (class)
Signature
export declare class SNSService
Added in v1.0.0
utils
HttpHandlerOptions (interface)
Signature
export interface HttpHandlerOptions {
/**
* The maximum time in milliseconds that the connection phase of a request
* may take before the connection attempt is abandoned.
*/
requestTimeout?: number
}
Added in v1.0.0