UNPKG

@cloud-copilot/iam-simulate

Version:
15 lines 339 B
export class RequestActionImpl { constructor(rawValue) { this.rawValue = rawValue; } value() { return this.rawValue; } service() { return this.rawValue.split(':')[0].toLowerCase(); } action() { return this.rawValue.split(':')[1]; } } //# sourceMappingURL=requestAction.js.map