@datadog/datadog-api-client 1.21.0 → 1.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/dist/packages/datadog-api-client-common/configuration.js +4 -0
- package/dist/packages/datadog-api-client-common/configuration.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/apis/UsageMeteringApi.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/apis/UsageMeteringApi.js +1 -1
- package/dist/packages/datadog-api-client-v1/index.d.ts +1 -0
- package/dist/packages/datadog-api-client-v1/index.js +12 -10
- package/dist/packages/datadog-api-client-v1/index.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/Dashboard.d.ts +5 -1
- package/dist/packages/datadog-api-client-v1/models/Dashboard.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/DashboardSummaryDefinition.d.ts +2 -0
- package/dist/packages/datadog-api-client-v1/models/DashboardSummaryDefinition.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/Log.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/LogsDailyLimitReset.d.ts +32 -0
- package/dist/packages/datadog-api-client-v1/models/LogsDailyLimitReset.js +35 -0
- package/dist/packages/datadog-api-client-v1/models/LogsDailyLimitReset.js.map +1 -0
- package/dist/packages/datadog-api-client-v1/models/LogsIndex.d.ts +9 -0
- package/dist/packages/datadog-api-client-v1/models/LogsIndex.js +9 -0
- package/dist/packages/datadog-api-client-v1/models/LogsIndex.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/LogsIndexUpdateRequest.d.ts +9 -0
- package/dist/packages/datadog-api-client-v1/models/LogsIndexUpdateRequest.js +9 -0
- package/dist/packages/datadog-api-client-v1/models/LogsIndexUpdateRequest.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/MetricsPayload.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/MetricsQueryMetadata.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js +2 -0
- package/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/SLOCorrectionCreateRequestAttributes.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/SLOCorrectionResponseAttributes.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/SLOCorrectionUpdateRequestAttributes.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/SLOHistoryMetrics.d.ts +2 -2
- package/dist/packages/datadog-api-client-v1/models/SLOHistoryMetricsSeries.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/SLOHistoryMetricsSeries.js +1 -1
- package/dist/packages/datadog-api-client-v1/models/SLOHistoryMonitor.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/SLOHistorySLIData.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequest.d.ts +4 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequest.js +4 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequest.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/UsageLambdaHour.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/UsageLambdaHour.js +1 -1
- package/dist/packages/datadog-api-client-v1/models/UsageLambdaResponse.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/UsageLambdaResponse.js +1 -1
- package/dist/packages/datadog-api-client-v2/apis/APIManagementApi.d.ts +108 -0
- package/dist/packages/datadog-api-client-v2/apis/APIManagementApi.js +410 -0
- package/dist/packages/datadog-api-client-v2/apis/APIManagementApi.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.d.ts +107 -0
- package/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.js +389 -0
- package/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/TeamsApi.d.ts +5 -0
- package/dist/packages/datadog-api-client-v2/apis/TeamsApi.js +30 -0
- package/dist/packages/datadog-api-client-v2/apis/TeamsApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/UsageMeteringApi.d.ts +1 -1
- package/dist/packages/datadog-api-client-v2/apis/UsageMeteringApi.js +1 -1
- package/dist/packages/datadog-api-client-v2/index.d.ts +22 -1
- package/dist/packages/datadog-api-client-v2/index.js +62 -22
- package/dist/packages/datadog-api-client-v2/index.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/CreateOpenAPIResponse.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/CreateOpenAPIResponse.js +26 -0
- package/dist/packages/datadog-api-client-v2/models/CreateOpenAPIResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/CreateOpenAPIResponseAttributes.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/CreateOpenAPIResponseAttributes.js +26 -0
- package/dist/packages/datadog-api-client-v2/models/CreateOpenAPIResponseAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/CreateOpenAPIResponseData.d.ts +33 -0
- package/dist/packages/datadog-api-client-v2/models/CreateOpenAPIResponseData.js +31 -0
- package/dist/packages/datadog-api-client-v2/models/CreateOpenAPIResponseData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/DORADeploymentRequestAttributes.d.ts +4 -0
- package/dist/packages/datadog-api-client-v2/models/DORADeploymentRequestAttributes.js +4 -0
- package/dist/packages/datadog-api-client-v2/models/DORADeploymentRequestAttributes.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/DORAIncidentRequestAttributes.d.ts +4 -0
- package/dist/packages/datadog-api-client-v2/models/DORAIncidentRequestAttributes.js +4 -0
- package/dist/packages/datadog-api-client-v2/models/DORAIncidentRequestAttributes.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/MetricPayload.d.ts +1 -1
- package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js +39 -0
- package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/OpenAPIEndpoint.d.ts +32 -0
- package/dist/packages/datadog-api-client-v2/models/OpenAPIEndpoint.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/OpenAPIEndpoint.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/OpenAPIFile.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/OpenAPIFile.js +32 -0
- package/dist/packages/datadog-api-client-v2/models/OpenAPIFile.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppression.d.ts +38 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppression.js +34 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppression.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionAttributes.d.ts +69 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionAttributes.js +70 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionCreateAttributes.d.ts +48 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionCreateAttributes.js +56 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionCreateAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionCreateData.d.ts +34 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionCreateData.js +32 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionCreateData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionCreateRequest.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionCreateRequest.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionCreateRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionResponse.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionResponse.js +26 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateAttributes.d.ts +52 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateAttributes.js +57 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateData.d.ts +34 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateData.js +32 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateRequest.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateRequest.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionsResponse.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionsResponse.js +26 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionsResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringUser.d.ts +32 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringUser.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringUser.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/SensitiveDataScannerIncludedKeywordConfiguration.d.ts +1 -1
- package/dist/packages/datadog-api-client-v2/models/UpdateOpenAPIResponse.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateOpenAPIResponse.js +26 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateOpenAPIResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateOpenAPIResponseAttributes.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateOpenAPIResponseAttributes.js +26 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateOpenAPIResponseAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateOpenAPIResponseData.d.ts +33 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateOpenAPIResponseData.js +31 -0
- package/dist/packages/datadog-api-client-v2/models/UpdateOpenAPIResponseData.js.map +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SecurityMonitoringSuppressionAttributes = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* The attributes of the suppression rule.
|
|
6
|
+
*/
|
|
7
|
+
class SecurityMonitoringSuppressionAttributes {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return SecurityMonitoringSuppressionAttributes.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.SecurityMonitoringSuppressionAttributes = SecurityMonitoringSuppressionAttributes;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
SecurityMonitoringSuppressionAttributes.attributeTypeMap = {
|
|
21
|
+
creationDate: {
|
|
22
|
+
baseName: "creation_date",
|
|
23
|
+
type: "number",
|
|
24
|
+
format: "int64",
|
|
25
|
+
},
|
|
26
|
+
creator: {
|
|
27
|
+
baseName: "creator",
|
|
28
|
+
type: "SecurityMonitoringUser",
|
|
29
|
+
},
|
|
30
|
+
description: {
|
|
31
|
+
baseName: "description",
|
|
32
|
+
type: "string",
|
|
33
|
+
},
|
|
34
|
+
enabled: {
|
|
35
|
+
baseName: "enabled",
|
|
36
|
+
type: "boolean",
|
|
37
|
+
},
|
|
38
|
+
expirationDate: {
|
|
39
|
+
baseName: "expiration_date",
|
|
40
|
+
type: "number",
|
|
41
|
+
format: "int64",
|
|
42
|
+
},
|
|
43
|
+
name: {
|
|
44
|
+
baseName: "name",
|
|
45
|
+
type: "string",
|
|
46
|
+
},
|
|
47
|
+
ruleQuery: {
|
|
48
|
+
baseName: "rule_query",
|
|
49
|
+
type: "string",
|
|
50
|
+
},
|
|
51
|
+
suppressionQuery: {
|
|
52
|
+
baseName: "suppression_query",
|
|
53
|
+
type: "string",
|
|
54
|
+
},
|
|
55
|
+
updateDate: {
|
|
56
|
+
baseName: "update_date",
|
|
57
|
+
type: "number",
|
|
58
|
+
format: "int64",
|
|
59
|
+
},
|
|
60
|
+
updater: {
|
|
61
|
+
baseName: "updater",
|
|
62
|
+
type: "SecurityMonitoringUser",
|
|
63
|
+
},
|
|
64
|
+
version: {
|
|
65
|
+
baseName: "version",
|
|
66
|
+
type: "number",
|
|
67
|
+
format: "int32",
|
|
68
|
+
},
|
|
69
|
+
};
|
|
70
|
+
//# sourceMappingURL=SecurityMonitoringSuppressionAttributes.js.map
|
package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionAttributes.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SecurityMonitoringSuppressionAttributes.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionAttributes.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,uCAAuC;IAgHlD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IAClE,CAAC;;AA9GH,0FAiHC;AA9DC;;GAEG;AACa,wDAAgB,GAAqB;IACnD,YAAY,EAAE;QACZ,QAAQ,EAAE,eAAe;QACzB,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,OAAO;KAChB;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,wBAAwB;KAC/B;IACD,WAAW,EAAE;QACX,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;KACf;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,SAAS;KAChB;IACD,cAAc,EAAE;QACd,QAAQ,EAAE,iBAAiB;QAC3B,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,OAAO;KAChB;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;IACD,SAAS,EAAE;QACT,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,QAAQ;KACf;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,mBAAmB;QAC7B,IAAI,EAAE,QAAQ;KACf;IACD,UAAU,EAAE;QACV,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,OAAO;KAChB;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,wBAAwB;KAC/B;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,OAAO;KAChB;CACF,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
7
|
+
/**
|
|
8
|
+
* Object containing the attributes of the suppression rule to be created.
|
|
9
|
+
*/
|
|
10
|
+
export declare class SecurityMonitoringSuppressionCreateAttributes {
|
|
11
|
+
/**
|
|
12
|
+
* A description for the suppression rule.
|
|
13
|
+
*/
|
|
14
|
+
"description"?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Whether the suppression rule is enabled.
|
|
17
|
+
*/
|
|
18
|
+
"enabled": boolean;
|
|
19
|
+
/**
|
|
20
|
+
* A Unix millisecond timestamp giving an expiration date for the suppression rule. After this date, it won't suppress signals anymore.
|
|
21
|
+
*/
|
|
22
|
+
"expirationDate"?: number;
|
|
23
|
+
/**
|
|
24
|
+
* The name of the suppression rule.
|
|
25
|
+
*/
|
|
26
|
+
"name": string;
|
|
27
|
+
/**
|
|
28
|
+
* The rule query of the suppression rule, with the same syntax as the search bar for detection rules.
|
|
29
|
+
*/
|
|
30
|
+
"ruleQuery": string;
|
|
31
|
+
/**
|
|
32
|
+
* The suppression query of the suppression rule. If a signal matches this query, it is suppressed and is not triggered . Same syntax as the queries to search signals in the signal explorer.
|
|
33
|
+
*/
|
|
34
|
+
"suppressionQuery": string;
|
|
35
|
+
/**
|
|
36
|
+
* @ignore
|
|
37
|
+
*/
|
|
38
|
+
"_unparsed"?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* @ignore
|
|
41
|
+
*/
|
|
42
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
43
|
+
/**
|
|
44
|
+
* @ignore
|
|
45
|
+
*/
|
|
46
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
47
|
+
constructor();
|
|
48
|
+
}
|
package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionCreateAttributes.js
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
4
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
5
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.SecurityMonitoringSuppressionCreateAttributes = void 0;
|
|
9
|
+
/**
|
|
10
|
+
* Object containing the attributes of the suppression rule to be created.
|
|
11
|
+
*/
|
|
12
|
+
class SecurityMonitoringSuppressionCreateAttributes {
|
|
13
|
+
constructor() { }
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return SecurityMonitoringSuppressionCreateAttributes.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.SecurityMonitoringSuppressionCreateAttributes = SecurityMonitoringSuppressionCreateAttributes;
|
|
22
|
+
/**
|
|
23
|
+
* @ignore
|
|
24
|
+
*/
|
|
25
|
+
SecurityMonitoringSuppressionCreateAttributes.attributeTypeMap = {
|
|
26
|
+
description: {
|
|
27
|
+
baseName: "description",
|
|
28
|
+
type: "string",
|
|
29
|
+
},
|
|
30
|
+
enabled: {
|
|
31
|
+
baseName: "enabled",
|
|
32
|
+
type: "boolean",
|
|
33
|
+
required: true,
|
|
34
|
+
},
|
|
35
|
+
expirationDate: {
|
|
36
|
+
baseName: "expiration_date",
|
|
37
|
+
type: "number",
|
|
38
|
+
format: "int64",
|
|
39
|
+
},
|
|
40
|
+
name: {
|
|
41
|
+
baseName: "name",
|
|
42
|
+
type: "string",
|
|
43
|
+
required: true,
|
|
44
|
+
},
|
|
45
|
+
ruleQuery: {
|
|
46
|
+
baseName: "rule_query",
|
|
47
|
+
type: "string",
|
|
48
|
+
required: true,
|
|
49
|
+
},
|
|
50
|
+
suppressionQuery: {
|
|
51
|
+
baseName: "suppression_query",
|
|
52
|
+
type: "string",
|
|
53
|
+
required: true,
|
|
54
|
+
},
|
|
55
|
+
};
|
|
56
|
+
//# sourceMappingURL=SecurityMonitoringSuppressionCreateAttributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SecurityMonitoringSuppressionCreateAttributes.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionCreateAttributes.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,6CAA6C;IAyExD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,6CAA6C,CAAC,gBAAgB,CAAC;IACxE,CAAC;;AAvEH,sGA0EC;AA3CC;;GAEG;AACa,8DAAgB,GAAqB;IACnD,WAAW,EAAE;QACX,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;KACf;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,SAAS;QACf,QAAQ,EAAE,IAAI;KACf;IACD,cAAc,EAAE;QACd,QAAQ,EAAE,iBAAiB;QAC3B,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,OAAO;KAChB;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,SAAS,EAAE;QACT,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,mBAAmB;QAC7B,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;CACF,CAAC"}
|
package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionCreateData.d.ts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { SecurityMonitoringSuppressionCreateAttributes } from "./SecurityMonitoringSuppressionCreateAttributes";
|
|
7
|
+
import { SecurityMonitoringSuppressionType } from "./SecurityMonitoringSuppressionType";
|
|
8
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
9
|
+
/**
|
|
10
|
+
* Object for a single suppression rule.
|
|
11
|
+
*/
|
|
12
|
+
export declare class SecurityMonitoringSuppressionCreateData {
|
|
13
|
+
/**
|
|
14
|
+
* Object containing the attributes of the suppression rule to be created.
|
|
15
|
+
*/
|
|
16
|
+
"attributes": SecurityMonitoringSuppressionCreateAttributes;
|
|
17
|
+
/**
|
|
18
|
+
* The type of the resource. The value should always be `suppressions`.
|
|
19
|
+
*/
|
|
20
|
+
"type": SecurityMonitoringSuppressionType;
|
|
21
|
+
/**
|
|
22
|
+
* @ignore
|
|
23
|
+
*/
|
|
24
|
+
"_unparsed"?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* @ignore
|
|
27
|
+
*/
|
|
28
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
29
|
+
/**
|
|
30
|
+
* @ignore
|
|
31
|
+
*/
|
|
32
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
33
|
+
constructor();
|
|
34
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SecurityMonitoringSuppressionCreateData = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Object for a single suppression rule.
|
|
6
|
+
*/
|
|
7
|
+
class SecurityMonitoringSuppressionCreateData {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return SecurityMonitoringSuppressionCreateData.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.SecurityMonitoringSuppressionCreateData = SecurityMonitoringSuppressionCreateData;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
SecurityMonitoringSuppressionCreateData.attributeTypeMap = {
|
|
21
|
+
attributes: {
|
|
22
|
+
baseName: "attributes",
|
|
23
|
+
type: "SecurityMonitoringSuppressionCreateAttributes",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
type: {
|
|
27
|
+
baseName: "type",
|
|
28
|
+
type: "SecurityMonitoringSuppressionType",
|
|
29
|
+
required: true,
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=SecurityMonitoringSuppressionCreateData.js.map
|
package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionCreateData.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SecurityMonitoringSuppressionCreateData.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionCreateData.ts"],"names":[],"mappings":";;;AAUA;;GAEG;AACH,MAAa,uCAAuC;IAsClD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IAClE,CAAC;;AApCH,0FAuCC;AAxBC;;GAEG;AACa,wDAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,+CAA+C;QACrD,QAAQ,EAAE,IAAI;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,mCAAmC;QACzC,QAAQ,EAAE,IAAI;KACf;CACF,CAAC"}
|
package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionCreateRequest.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { SecurityMonitoringSuppressionCreateData } from "./SecurityMonitoringSuppressionCreateData";
|
|
7
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
8
|
+
/**
|
|
9
|
+
* Request object that includes the suppression rule that you would like to create.
|
|
10
|
+
*/
|
|
11
|
+
export declare class SecurityMonitoringSuppressionCreateRequest {
|
|
12
|
+
/**
|
|
13
|
+
* Object for a single suppression rule.
|
|
14
|
+
*/
|
|
15
|
+
"data": SecurityMonitoringSuppressionCreateData;
|
|
16
|
+
/**
|
|
17
|
+
* @ignore
|
|
18
|
+
*/
|
|
19
|
+
"_unparsed"?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* @ignore
|
|
22
|
+
*/
|
|
23
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
24
|
+
/**
|
|
25
|
+
* @ignore
|
|
26
|
+
*/
|
|
27
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
28
|
+
constructor();
|
|
29
|
+
}
|
package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionCreateRequest.js
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SecurityMonitoringSuppressionCreateRequest = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Request object that includes the suppression rule that you would like to create.
|
|
6
|
+
*/
|
|
7
|
+
class SecurityMonitoringSuppressionCreateRequest {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return SecurityMonitoringSuppressionCreateRequest.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.SecurityMonitoringSuppressionCreateRequest = SecurityMonitoringSuppressionCreateRequest;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
SecurityMonitoringSuppressionCreateRequest.attributeTypeMap = {
|
|
21
|
+
data: {
|
|
22
|
+
baseName: "data",
|
|
23
|
+
type: "SecurityMonitoringSuppressionCreateData",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=SecurityMonitoringSuppressionCreateRequest.js.map
|
package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionCreateRequest.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SecurityMonitoringSuppressionCreateRequest.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionCreateRequest.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,0CAA0C;IA6BrD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,0CAA0C,CAAC,gBAAgB,CAAC;IACrE,CAAC;;AA3BH,gGA8BC;AAnBC;;GAEG;AACa,2DAAgB,GAAqB;IACnD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,yCAAyC;QAC/C,QAAQ,EAAE,IAAI;KACf;CACF,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { SecurityMonitoringSuppression } from "./SecurityMonitoringSuppression";
|
|
7
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
8
|
+
/**
|
|
9
|
+
* Response object containing a single suppression rule.
|
|
10
|
+
*/
|
|
11
|
+
export declare class SecurityMonitoringSuppressionResponse {
|
|
12
|
+
/**
|
|
13
|
+
* The suppression rule's properties.
|
|
14
|
+
*/
|
|
15
|
+
"data"?: SecurityMonitoringSuppression;
|
|
16
|
+
/**
|
|
17
|
+
* @ignore
|
|
18
|
+
*/
|
|
19
|
+
"_unparsed"?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* @ignore
|
|
22
|
+
*/
|
|
23
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
24
|
+
/**
|
|
25
|
+
* @ignore
|
|
26
|
+
*/
|
|
27
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
28
|
+
constructor();
|
|
29
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SecurityMonitoringSuppressionResponse = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Response object containing a single suppression rule.
|
|
6
|
+
*/
|
|
7
|
+
class SecurityMonitoringSuppressionResponse {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return SecurityMonitoringSuppressionResponse.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.SecurityMonitoringSuppressionResponse = SecurityMonitoringSuppressionResponse;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
SecurityMonitoringSuppressionResponse.attributeTypeMap = {
|
|
21
|
+
data: {
|
|
22
|
+
baseName: "data",
|
|
23
|
+
type: "SecurityMonitoringSuppression",
|
|
24
|
+
},
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=SecurityMonitoringSuppressionResponse.js.map
|
package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionResponse.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SecurityMonitoringSuppressionResponse.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionResponse.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,qCAAqC;IA4BhD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,qCAAqC,CAAC,gBAAgB,CAAC;IAChE,CAAC;;AA1BH,sFA6BC;AAlBC;;GAEG;AACa,sDAAgB,GAAqB;IACnD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,+BAA+B;KACtC;CACF,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { UnparsedObject } from "../../datadog-api-client-common/util";
|
|
7
|
+
/**
|
|
8
|
+
* The type of the resource. The value should always be `suppressions`.
|
|
9
|
+
*/
|
|
10
|
+
export declare type SecurityMonitoringSuppressionType = typeof SUPPRESSIONS | UnparsedObject;
|
|
11
|
+
export declare const SUPPRESSIONS = "suppressions";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
4
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
5
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.SUPPRESSIONS = void 0;
|
|
9
|
+
exports.SUPPRESSIONS = "suppressions";
|
|
10
|
+
//# sourceMappingURL=SecurityMonitoringSuppressionType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SecurityMonitoringSuppressionType.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionType.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAWU,QAAA,YAAY,GAAG,cAAc,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
7
|
+
/**
|
|
8
|
+
* The suppression rule properties to be updated.
|
|
9
|
+
*/
|
|
10
|
+
export declare class SecurityMonitoringSuppressionUpdateAttributes {
|
|
11
|
+
/**
|
|
12
|
+
* A description for the suppression rule.
|
|
13
|
+
*/
|
|
14
|
+
"description"?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Whether the suppression rule is enabled.
|
|
17
|
+
*/
|
|
18
|
+
"enabled"?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* A Unix millisecond timestamp giving an expiration date for the suppression rule. After this date, it won't suppress signals anymore. If unset, the expiration date of the suppression rule is left untouched. If set to `null`, the expiration date is removed.
|
|
21
|
+
*/
|
|
22
|
+
"expirationDate"?: number;
|
|
23
|
+
/**
|
|
24
|
+
* The name of the suppression rule.
|
|
25
|
+
*/
|
|
26
|
+
"name"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The rule query of the suppression rule, with the same syntax as the search bar for detection rules.
|
|
29
|
+
*/
|
|
30
|
+
"ruleQuery"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The suppression query of the suppression rule. If a signal matches this query, it is suppressed and not triggered. Same syntax as the queries to search signals in the signal explorer.
|
|
33
|
+
*/
|
|
34
|
+
"suppressionQuery"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The current version of the suppression. This is optional, but it can help prevent concurrent modifications.
|
|
37
|
+
*/
|
|
38
|
+
"version"?: number;
|
|
39
|
+
/**
|
|
40
|
+
* @ignore
|
|
41
|
+
*/
|
|
42
|
+
"_unparsed"?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* @ignore
|
|
45
|
+
*/
|
|
46
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
47
|
+
/**
|
|
48
|
+
* @ignore
|
|
49
|
+
*/
|
|
50
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
51
|
+
constructor();
|
|
52
|
+
}
|
package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateAttributes.js
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
4
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
5
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.SecurityMonitoringSuppressionUpdateAttributes = void 0;
|
|
9
|
+
/**
|
|
10
|
+
* The suppression rule properties to be updated.
|
|
11
|
+
*/
|
|
12
|
+
class SecurityMonitoringSuppressionUpdateAttributes {
|
|
13
|
+
constructor() { }
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return SecurityMonitoringSuppressionUpdateAttributes.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.SecurityMonitoringSuppressionUpdateAttributes = SecurityMonitoringSuppressionUpdateAttributes;
|
|
22
|
+
/**
|
|
23
|
+
* @ignore
|
|
24
|
+
*/
|
|
25
|
+
SecurityMonitoringSuppressionUpdateAttributes.attributeTypeMap = {
|
|
26
|
+
description: {
|
|
27
|
+
baseName: "description",
|
|
28
|
+
type: "string",
|
|
29
|
+
},
|
|
30
|
+
enabled: {
|
|
31
|
+
baseName: "enabled",
|
|
32
|
+
type: "boolean",
|
|
33
|
+
},
|
|
34
|
+
expirationDate: {
|
|
35
|
+
baseName: "expiration_date",
|
|
36
|
+
type: "number",
|
|
37
|
+
format: "int64",
|
|
38
|
+
},
|
|
39
|
+
name: {
|
|
40
|
+
baseName: "name",
|
|
41
|
+
type: "string",
|
|
42
|
+
},
|
|
43
|
+
ruleQuery: {
|
|
44
|
+
baseName: "rule_query",
|
|
45
|
+
type: "string",
|
|
46
|
+
},
|
|
47
|
+
suppressionQuery: {
|
|
48
|
+
baseName: "suppression_query",
|
|
49
|
+
type: "string",
|
|
50
|
+
},
|
|
51
|
+
version: {
|
|
52
|
+
baseName: "version",
|
|
53
|
+
type: "number",
|
|
54
|
+
format: "int32",
|
|
55
|
+
},
|
|
56
|
+
};
|
|
57
|
+
//# sourceMappingURL=SecurityMonitoringSuppressionUpdateAttributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SecurityMonitoringSuppressionUpdateAttributes.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateAttributes.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,6CAA6C;IA8ExD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,6CAA6C,CAAC,gBAAgB,CAAC;IACxE,CAAC;;AA5EH,sGA+EC;AA5CC;;GAEG;AACa,8DAAgB,GAAqB;IACnD,WAAW,EAAE;QACX,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;KACf;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,SAAS;KAChB;IACD,cAAc,EAAE;QACd,QAAQ,EAAE,iBAAiB;QAC3B,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,OAAO;KAChB;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;IACD,SAAS,EAAE;QACT,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,QAAQ;KACf;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,mBAAmB;QAC7B,IAAI,EAAE,QAAQ;KACf;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,OAAO;KAChB;CACF,CAAC"}
|
package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateData.d.ts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { SecurityMonitoringSuppressionType } from "./SecurityMonitoringSuppressionType";
|
|
7
|
+
import { SecurityMonitoringSuppressionUpdateAttributes } from "./SecurityMonitoringSuppressionUpdateAttributes";
|
|
8
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
9
|
+
/**
|
|
10
|
+
* The new suppression properties; partial updates are supported.
|
|
11
|
+
*/
|
|
12
|
+
export declare class SecurityMonitoringSuppressionUpdateData {
|
|
13
|
+
/**
|
|
14
|
+
* The suppression rule properties to be updated.
|
|
15
|
+
*/
|
|
16
|
+
"attributes": SecurityMonitoringSuppressionUpdateAttributes;
|
|
17
|
+
/**
|
|
18
|
+
* The type of the resource. The value should always be `suppressions`.
|
|
19
|
+
*/
|
|
20
|
+
"type": SecurityMonitoringSuppressionType;
|
|
21
|
+
/**
|
|
22
|
+
* @ignore
|
|
23
|
+
*/
|
|
24
|
+
"_unparsed"?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* @ignore
|
|
27
|
+
*/
|
|
28
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
29
|
+
/**
|
|
30
|
+
* @ignore
|
|
31
|
+
*/
|
|
32
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
33
|
+
constructor();
|
|
34
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SecurityMonitoringSuppressionUpdateData = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* The new suppression properties; partial updates are supported.
|
|
6
|
+
*/
|
|
7
|
+
class SecurityMonitoringSuppressionUpdateData {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return SecurityMonitoringSuppressionUpdateData.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.SecurityMonitoringSuppressionUpdateData = SecurityMonitoringSuppressionUpdateData;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
SecurityMonitoringSuppressionUpdateData.attributeTypeMap = {
|
|
21
|
+
attributes: {
|
|
22
|
+
baseName: "attributes",
|
|
23
|
+
type: "SecurityMonitoringSuppressionUpdateAttributes",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
type: {
|
|
27
|
+
baseName: "type",
|
|
28
|
+
type: "SecurityMonitoringSuppressionType",
|
|
29
|
+
required: true,
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=SecurityMonitoringSuppressionUpdateData.js.map
|
package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateData.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SecurityMonitoringSuppressionUpdateData.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateData.ts"],"names":[],"mappings":";;;AAUA;;GAEG;AACH,MAAa,uCAAuC;IAsClD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IAClE,CAAC;;AApCH,0FAuCC;AAxBC;;GAEG;AACa,wDAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,+CAA+C;QACrD,QAAQ,EAAE,IAAI;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,mCAAmC;QACzC,QAAQ,EAAE,IAAI;KACf;CACF,CAAC"}
|
package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateRequest.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { SecurityMonitoringSuppressionUpdateData } from "./SecurityMonitoringSuppressionUpdateData";
|
|
7
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
8
|
+
/**
|
|
9
|
+
* Request object containing the fields to update on the suppression rule.
|
|
10
|
+
*/
|
|
11
|
+
export declare class SecurityMonitoringSuppressionUpdateRequest {
|
|
12
|
+
/**
|
|
13
|
+
* The new suppression properties; partial updates are supported.
|
|
14
|
+
*/
|
|
15
|
+
"data": SecurityMonitoringSuppressionUpdateData;
|
|
16
|
+
/**
|
|
17
|
+
* @ignore
|
|
18
|
+
*/
|
|
19
|
+
"_unparsed"?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* @ignore
|
|
22
|
+
*/
|
|
23
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
24
|
+
/**
|
|
25
|
+
* @ignore
|
|
26
|
+
*/
|
|
27
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
28
|
+
constructor();
|
|
29
|
+
}
|
package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateRequest.js
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SecurityMonitoringSuppressionUpdateRequest = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Request object containing the fields to update on the suppression rule.
|
|
6
|
+
*/
|
|
7
|
+
class SecurityMonitoringSuppressionUpdateRequest {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return SecurityMonitoringSuppressionUpdateRequest.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.SecurityMonitoringSuppressionUpdateRequest = SecurityMonitoringSuppressionUpdateRequest;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
SecurityMonitoringSuppressionUpdateRequest.attributeTypeMap = {
|
|
21
|
+
data: {
|
|
22
|
+
baseName: "data",
|
|
23
|
+
type: "SecurityMonitoringSuppressionUpdateData",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=SecurityMonitoringSuppressionUpdateRequest.js.map
|
package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateRequest.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SecurityMonitoringSuppressionUpdateRequest.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateRequest.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,0CAA0C;IA6BrD,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,0CAA0C,CAAC,gBAAgB,CAAC;IACrE,CAAC;;AA3BH,gGA8BC;AAnBC;;GAEG;AACa,2DAAgB,GAAqB;IACnD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,yCAAyC;QAC/C,QAAQ,EAAE,IAAI;KACf;CACF,CAAC"}
|