UNPKG

@aws-sdk/client-account

Version:

AWS SDK for JavaScript Account Client for Node.js, Browser and React Native

17 lines (16 loc) 689 B
import { Command as $Command } from "@smithy/core/client"; import { getEndpointPlugin } from "@smithy/core/endpoints"; import { commonParams } from "../endpoint/EndpointParameters"; import { GetGovCloudAccountInformation$ } from "../schemas/schemas_0"; export { $Command }; export class GetGovCloudAccountInformationCommand extends $Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("Account", "GetGovCloudAccountInformation", {}) .n("AccountClient", "GetGovCloudAccountInformationCommand") .sc(GetGovCloudAccountInformation$) .build() { }