- HERENCIA-SIMCO.md actualizado con directivas v3.7 y v3.8 - Actualizaciones de configuracion Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
336 B
JavaScript
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; }
|
|
});
|