Type alias AwsClientBehavior<TClient>

AwsClientBehavior<TClient>: TClient extends Client<infer TInput, infer TOutput, infer TConfiguration> ? Behavior<TInput, TOutput, TOutput, TConfiguration> : never

Type Parameters

  • TClient

Generated using TypeDoc