This commit is contained in:
wuxu
2026-03-31 17:51:43 +08:00
commit 8d726651e2
4756 changed files with 984942 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
'use strict';
var clientCognitoIdentity = require('@aws-sdk/client-cognito-identity');
Object.defineProperty(exports, "CognitoIdentityClient", {
enumerable: true,
get: function () { return clientCognitoIdentity.CognitoIdentityClient; }
});
Object.defineProperty(exports, "GetCredentialsForIdentityCommand", {
enumerable: true,
get: function () { return clientCognitoIdentity.GetCredentialsForIdentityCommand; }
});
Object.defineProperty(exports, "GetIdCommand", {
enumerable: true,
get: function () { return clientCognitoIdentity.GetIdCommand; }
});