UNPKG

@csermet/multiprovider

Version:

cloud-graph provider plugin for AWS used to fetch AWS cloud data.

16 lines (15 loc) 548 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const base_1 = __importDefault(require("../base")); const mutation_1 = __importDefault(require("./mutation")); class AwsAccount extends base_1.default { constructor() { super(...arguments); this.format = ({ service }) => service; this.mutation = mutation_1.default; } } exports.default = AwsAccount;