Files
ai-agent-deep-dive/extracted-source/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js

15 lines
336 B
JavaScript

'use strict';
var clientSso = require('@aws-sdk/client-sso');
Object.defineProperty(exports, "GetRoleCredentialsCommand", {
enumerable: true,
get: function () { return clientSso.GetRoleCredentialsCommand; }
});
Object.defineProperty(exports, "SSOClient", {
enumerable: true,
get: function () { return clientSso.SSOClient; }
});