Skip to main content Link Search Menu Expand Document (external link)

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