初始化环境文件
This commit is contained in:
9
node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js
generated
vendored
Normal file
9
node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
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);
|
||||
Reference in New Issue
Block a user