UNPKG

@aws-sdk/client-eks

Version:

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

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