index overview
Added in v1.0.0
Table of contents
exports
From â./Errors.jsâ
Re-exports all named exports from the â./Errors.jsâ module.
Signature
export * from "./Errors.js"
Added in v1.0.0
From â./SNSClientInstance.jsâ
Re-exports all named exports from the â./SNSClientInstance.jsâ module as SNSClientInstance
.
Signature
export * as SNSClientInstance from "./SNSClientInstance.js"
Added in v1.0.0
From â./SNSService.jsâ
Re-exports all named exports from the â./SNSService.jsâ module.
Signature
export * from "./SNSService.js"
Added in v1.0.0
From â./SNSServiceConfig.jsâ
Re-exports all named exports from the â./SNSServiceConfig.jsâ module as SNSServiceConfig
.
Signature
export * as SNSServiceConfig from "./SNSServiceConfig.js"
Added in v1.0.0
SNS
Signature
export declare const SNS: typeof SNSService
Added in v1.0.0
SNS (namespace)
Added in v1.0.0
Config (type alias)
Signature
export type Config = SNSService.Config
Added in v1.0.0