UNPKG

@aws-sdk/client-route-53

Version:

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

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