初始化环境文件
This commit is contained in:
11
node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js
generated
vendored
Normal file
11
node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { createAggregatedClient } from "@smithy/smithy-client";
|
||||
import { CognitoIdentityClient } from "./CognitoIdentityClient";
|
||||
import { GetCredentialsForIdentityCommand, } from "./commands/GetCredentialsForIdentityCommand";
|
||||
import { GetIdCommand } from "./commands/GetIdCommand";
|
||||
const commands = {
|
||||
GetCredentialsForIdentityCommand,
|
||||
GetIdCommand,
|
||||
};
|
||||
export class CognitoIdentity extends CognitoIdentityClient {
|
||||
}
|
||||
createAggregatedClient(commands, CognitoIdentity);
|
||||
Reference in New Issue
Block a user