UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

7 lines (6 loc) 271 B
import { SSOOIDCClient } from "@aws-sdk/client-sso-oidc"; /** * Returns a SSOOIDC client for the given region. If the client has already been created, * it will be returned from the hash. */ export declare const getSsoOidcClient: (ssoRegion: string) => SSOOIDCClient;