Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

KvServiceClientConfigType

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

KvServiceClientResolvedConfigType

KvServiceClientResolvedConfigType: __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: DeleteBatchCommandInput | DeleteCommandInput | GetBatchCommandInput | GetCommandInput | PutBatchCommandInput | PutCommandInput

ServiceOutputTypes

ServiceOutputTypes: DeleteBatchCommandOutput | DeleteCommandOutput | GetBatchCommandOutput | GetCommandOutput | PutBatchCommandOutput | PutCommandOutput