初始化环境文件
This commit is contained in:
16
node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js
generated
vendored
Normal file
16
node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
||||
import { Command as $Command } from "@smithy/smithy-client";
|
||||
import { commonParams } from "../endpoint/EndpointParameters";
|
||||
import { GetId$ } from "../schemas/schemas_0";
|
||||
export { $Command };
|
||||
export class GetIdCommand extends $Command
|
||||
.classBuilder()
|
||||
.ep(commonParams)
|
||||
.m(function (Command, cs, config, o) {
|
||||
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
||||
})
|
||||
.s("AWSCognitoIdentityService", "GetId", {})
|
||||
.n("CognitoIdentityClient", "GetIdCommand")
|
||||
.sc(GetId$)
|
||||
.build() {
|
||||
}
|
||||
Reference in New Issue
Block a user