Files
avz-site/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js
T
2026-06-10 12:38:42 -03:00

10 lines
329 B
JavaScript

import { createAggregatedClient } from "@smithy/core/client";
import { CreateOAuth2TokenCommand, } from "./commands/CreateOAuth2TokenCommand";
import { SigninClient } from "./SigninClient";
const commands = {
CreateOAuth2TokenCommand,
};
export class Signin extends SigninClient {
}
createAggregatedClient(commands, Signin);