I can't find import IvsClient from @aws-sdk/client/ivs package

Viewed 7

I'm trying to create a new channel for streaming using @aws-sdk/clients/ivs package, but I'm immediately found a problem. According to the documentation from aws-sdk/clients-ivs documentation, i need to import IvsClient to make a new client object, but i can't find IvsClient on the package.

import { IvsClient, BatchGetChannelCommand } from "@aws-sdk/client-ivs";

above is the example from the documentation.

0 Answers
Related