Files
uno-click/bff/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js
T
2026-05-13 14:20:41 +00:00

10 lines
319 B
JavaScript

import { createAggregatedClient } from "@smithy/smithy-client";
import { GetRoleCredentialsCommand, } from "./commands/GetRoleCredentialsCommand";
import { SSOClient } from "./SSOClient";
const commands = {
GetRoleCredentialsCommand,
};
export class SSO extends SSOClient {
}
createAggregatedClient(commands, SSO);