2026-01-22 21:21:56 +05:30

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; }
});