You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to transition to this SDK from v2, and one thing that's a little difficult is figuring exactly how the Typescript types for config objects translate to actual JS objects. For example, KinesisVideoClientConfig: KinesisVideoClientConfig: Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & AwsAuthInputConfig & RetryInputConfig & HostHeaderInputConfig & UserAgentInputConfig
What do Partial and SmithyConfiguration do? Presumably combine these other config objects, but I'm unsure how.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to transition to this SDK from v2, and one thing that's a little difficult is figuring exactly how the Typescript types for config objects translate to actual JS objects. For example, KinesisVideoClientConfig:
KinesisVideoClientConfig: Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & AwsAuthInputConfig & RetryInputConfig & HostHeaderInputConfig & UserAgentInputConfig
What do Partial and SmithyConfiguration do? Presumably combine these other config objects, but I'm unsure how.
Beta Was this translation helpful? Give feedback.
All reactions