Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Namespaces

Enumerations

Classes

Interfaces

Type aliases

Type aliases

ChatServiceClientConfigType

ChatServiceClientConfigType: PartialBy<Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & CustomEndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & UserAgentInputConfig, "endpoint">

ChatServiceClientResolvedConfigType

ChatServiceClientResolvedConfigType: __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & CustomEndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & UserAgentResolvedConfig

PartialBy

PartialBy<T, K, T, K>: Omit<T, K> & Partial<Pick<T, K>>

Type parameters

  • T

  • K: keyof T

  • T

  • K: keyof T

ServiceInputTypes

ServiceInputTypes: GetDirectThreadCommandInput | GetThreadHistoryCommandInput | GetThreadTopicCommandInput | SendChatMessageCommandInput | SetThreadReadCommandInput | SetTypingStatusCommandInput | WatchThreadCommandInput

ServiceOutputTypes

ServiceOutputTypes: GetDirectThreadCommandOutput | GetThreadHistoryCommandOutput | GetThreadTopicCommandOutput | SendChatMessageCommandOutput | SetThreadReadCommandOutput | SetTypingStatusCommandOutput | WatchThreadCommandOutput