UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

21 lines 979 B
"use strict"; /** * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. * This product includes software developed at Datadog (https://www.datadoghq.com/). * Copyright 2020-Present Datadog, Inc. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ONE_DAY = exports.TWELVE_HOURS = exports.SIX_HOURS = exports.THREE_HOURS = exports.TWO_HOURS = exports.ONE_HOUR = exports.THIRTY_MINUTES = exports.FIFTEEN_MINUTES = exports.TEN_MINUTES = exports.FIVE_MINUTES = exports.ONE_MINUTE = exports.ZERO_MINUTES = void 0; exports.ZERO_MINUTES = 0; exports.ONE_MINUTE = 60; exports.FIVE_MINUTES = 300; exports.TEN_MINUTES = 600; exports.FIFTEEN_MINUTES = 900; exports.THIRTY_MINUTES = 1800; exports.ONE_HOUR = 3600; exports.TWO_HOURS = 7200; exports.THREE_HOURS = 10800; exports.SIX_HOURS = 21600; exports.TWELVE_HOURS = 43200; exports.ONE_DAY = 86400; //# sourceMappingURL=SecurityMonitoringRuleKeepAlive.js.map