@datadog/datadog-api-client 1.23.0 → 1.24.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.
Files changed (171) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/README.md +1 -1
  3. package/dist/packages/datadog-api-client-common/configuration.js +3 -0
  4. package/dist/packages/datadog-api-client-common/configuration.js.map +1 -1
  5. package/dist/packages/datadog-api-client-v1/apis/UsageMeteringApi.d.ts +26 -88
  6. package/dist/packages/datadog-api-client-v1/apis/UsageMeteringApi.js +26 -130
  7. package/dist/packages/datadog-api-client-v1/apis/UsageMeteringApi.js.map +1 -1
  8. package/dist/packages/datadog-api-client-v1/index.d.ts +3 -8
  9. package/dist/packages/datadog-api-client-v1/index.js +6 -14
  10. package/dist/packages/datadog-api-client-v1/index.js.map +1 -1
  11. package/dist/packages/datadog-api-client-v1/models/AWSAccount.d.ts +5 -1
  12. package/dist/packages/datadog-api-client-v1/models/AWSAccount.js +4 -0
  13. package/dist/packages/datadog-api-client-v1/models/AWSAccount.js.map +1 -1
  14. package/dist/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.d.ts +3 -1
  15. package/dist/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.js +4 -2
  16. package/dist/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.js.map +1 -1
  17. package/dist/packages/datadog-api-client-v1/models/MonitorOptions.d.ts +4 -1
  18. package/dist/packages/datadog-api-client-v1/models/MonitorOptions.js.map +1 -1
  19. package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.d.ts +5 -1
  20. package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.js +6 -2
  21. package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.js.map +1 -1
  22. package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.d.ts +16 -0
  23. package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.js +20 -0
  24. package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.js.map +1 -1
  25. package/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js +11 -101
  26. package/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js.map +1 -1
  27. package/dist/packages/datadog-api-client-v1/models/SLOTimeSliceCondition.d.ts +8 -1
  28. package/dist/packages/datadog-api-client-v1/models/SLOTimeSliceCondition.js +6 -1
  29. package/dist/packages/datadog-api-client-v1/models/SLOTimeSliceCondition.js.map +1 -1
  30. package/dist/packages/datadog-api-client-v1/models/SLOTimeSliceInterval.d.ts +14 -0
  31. package/dist/packages/datadog-api-client-v1/models/SLOTimeSliceInterval.js +11 -0
  32. package/dist/packages/datadog-api-client-v1/models/SLOTimeSliceInterval.js.map +1 -0
  33. package/dist/packages/datadog-api-client-v1/models/SLOTimeSliceSpec.d.ts +1 -1
  34. package/dist/packages/datadog-api-client-v1/models/Series.d.ts +1 -1
  35. package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequest.d.ts +5 -0
  36. package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequest.js +4 -0
  37. package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequest.js.map +1 -1
  38. package/dist/packages/datadog-api-client-v1/models/{UsageAttributionPagination.d.ts → SyntheticsTestRequestBodyFile.d.ts} +12 -12
  39. package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequestBodyFile.js +52 -0
  40. package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequestBodyFile.js.map +1 -0
  41. package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequestBodyType.d.ts +3 -1
  42. package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequestBodyType.js +3 -1
  43. package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequestBodyType.js.map +1 -1
  44. package/dist/packages/datadog-api-client-v2/apis/APMRetentionFiltersApi.d.ts +6 -0
  45. package/dist/packages/datadog-api-client-v2/apis/APMRetentionFiltersApi.js +6 -0
  46. package/dist/packages/datadog-api-client-v2/apis/APMRetentionFiltersApi.js.map +1 -1
  47. package/dist/packages/datadog-api-client-v2/apis/MetricsApi.d.ts +1 -1
  48. package/dist/packages/datadog-api-client-v2/apis/MetricsApi.js +1 -1
  49. package/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.d.ts +20 -0
  50. package/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.js +81 -0
  51. package/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.js.map +1 -1
  52. package/dist/packages/datadog-api-client-v2/apis/ServiceLevelObjectivesApi.d.ts +83 -0
  53. package/dist/packages/datadog-api-client-v2/apis/ServiceLevelObjectivesApi.js +286 -0
  54. package/dist/packages/datadog-api-client-v2/apis/ServiceLevelObjectivesApi.js.map +1 -0
  55. package/dist/packages/datadog-api-client-v2/apis/UsageMeteringApi.d.ts +3 -3
  56. package/dist/packages/datadog-api-client-v2/apis/UsageMeteringApi.js +3 -3
  57. package/dist/packages/datadog-api-client-v2/index.d.ts +19 -1
  58. package/dist/packages/datadog-api-client-v2/index.js +56 -28
  59. package/dist/packages/datadog-api-client-v2/index.js.map +1 -1
  60. package/dist/packages/datadog-api-client-v2/models/AuthNMappingCreateData.d.ts +1 -1
  61. package/dist/packages/datadog-api-client-v2/models/AuthNMappingCreateRelationships.d.ts +5 -30
  62. package/dist/packages/datadog-api-client-v2/models/AuthNMappingCreateRelationships.js +0 -27
  63. package/dist/packages/datadog-api-client-v2/models/AuthNMappingCreateRelationships.js.map +1 -1
  64. package/dist/packages/datadog-api-client-v2/models/AuthNMappingIncluded.d.ts +2 -1
  65. package/dist/packages/datadog-api-client-v2/models/AuthNMappingRelationshipToRole.d.ts +37 -0
  66. package/dist/packages/datadog-api-client-v2/models/AuthNMappingRelationshipToRole.js +31 -0
  67. package/dist/packages/datadog-api-client-v2/models/AuthNMappingRelationshipToRole.js.map +1 -0
  68. package/dist/packages/datadog-api-client-v2/models/AuthNMappingRelationshipToTeam.d.ts +37 -0
  69. package/dist/packages/datadog-api-client-v2/models/AuthNMappingRelationshipToTeam.js +31 -0
  70. package/dist/packages/datadog-api-client-v2/models/AuthNMappingRelationshipToTeam.js.map +1 -0
  71. package/dist/packages/datadog-api-client-v2/models/AuthNMappingRelationships.d.ts +5 -0
  72. package/dist/packages/datadog-api-client-v2/models/AuthNMappingRelationships.js +4 -0
  73. package/dist/packages/datadog-api-client-v2/models/AuthNMappingRelationships.js.map +1 -1
  74. package/dist/packages/{datadog-api-client-v1/models/UsageAttributionResponse.d.ts → datadog-api-client-v2/models/AuthNMappingTeam.d.ts} +12 -8
  75. package/dist/packages/datadog-api-client-v2/models/AuthNMappingTeam.js +38 -0
  76. package/dist/packages/datadog-api-client-v2/models/AuthNMappingTeam.js.map +1 -0
  77. package/dist/packages/datadog-api-client-v2/models/AuthNMappingTeamAttributes.d.ts +60 -0
  78. package/dist/packages/datadog-api-client-v2/models/AuthNMappingTeamAttributes.js +62 -0
  79. package/dist/packages/datadog-api-client-v2/models/AuthNMappingTeamAttributes.js.map +1 -0
  80. package/dist/packages/datadog-api-client-v2/models/AuthNMappingUpdateData.d.ts +1 -1
  81. package/dist/packages/datadog-api-client-v2/models/AuthNMappingUpdateRelationships.d.ts +5 -30
  82. package/dist/packages/datadog-api-client-v2/models/AuthNMappingUpdateRelationships.js +0 -27
  83. package/dist/packages/datadog-api-client-v2/models/AuthNMappingUpdateRelationships.js.map +1 -1
  84. package/dist/packages/datadog-api-client-v2/models/CustomDestinationType.d.ts +2 -2
  85. package/dist/packages/datadog-api-client-v2/models/CustomDestinationType.js +2 -2
  86. package/dist/packages/datadog-api-client-v2/models/DORADeploymentRequestAttributes.d.ts +1 -1
  87. package/dist/packages/datadog-api-client-v2/models/MetricSeries.d.ts +1 -1
  88. package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js +46 -5
  89. package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js.map +1 -1
  90. package/dist/packages/datadog-api-client-v2/models/RelationshipToTeam.d.ts +37 -0
  91. package/dist/packages/datadog-api-client-v2/models/RelationshipToTeam.js +30 -0
  92. package/dist/packages/datadog-api-client-v2/models/RelationshipToTeam.js.map +1 -0
  93. package/dist/packages/{datadog-api-client-v1/models/UsageAttributionMetadata.d.ts → datadog-api-client-v2/models/RelationshipToTeamData.d.ts} +7 -8
  94. package/dist/packages/datadog-api-client-v2/models/RelationshipToTeamData.js +34 -0
  95. package/dist/packages/datadog-api-client-v2/models/RelationshipToTeamData.js.map +1 -0
  96. package/dist/packages/datadog-api-client-v2/models/RetentionFilterUpdateAttributes.d.ts +55 -0
  97. package/dist/packages/datadog-api-client-v2/models/RetentionFilterUpdateAttributes.js +52 -0
  98. package/dist/packages/datadog-api-client-v2/models/RetentionFilterUpdateAttributes.js.map +1 -0
  99. package/dist/packages/datadog-api-client-v2/models/RetentionFilterUpdateData.d.ts +2 -2
  100. package/dist/packages/datadog-api-client-v2/models/RetentionFilterUpdateData.js +1 -1
  101. package/dist/packages/datadog-api-client-v2/models/SLOReportInterval.d.ts +12 -0
  102. package/dist/packages/datadog-api-client-v2/models/SLOReportInterval.js +11 -0
  103. package/dist/packages/datadog-api-client-v2/models/SLOReportInterval.js.map +1 -0
  104. package/dist/packages/datadog-api-client-v2/models/SLOReportPostResponse.d.ts +37 -0
  105. package/dist/packages/datadog-api-client-v2/models/SLOReportPostResponse.js +30 -0
  106. package/dist/packages/datadog-api-client-v2/models/SLOReportPostResponse.js.map +1 -0
  107. package/dist/packages/datadog-api-client-v2/models/SLOReportPostResponseData.d.ts +40 -0
  108. package/dist/packages/datadog-api-client-v2/models/SLOReportPostResponseData.js +39 -0
  109. package/dist/packages/datadog-api-client-v2/models/SLOReportPostResponseData.js.map +1 -0
  110. package/dist/packages/datadog-api-client-v2/models/SLOReportStatus.d.ts +14 -0
  111. package/dist/packages/datadog-api-client-v2/models/SLOReportStatus.js +13 -0
  112. package/dist/packages/datadog-api-client-v2/models/SLOReportStatus.js.map +1 -0
  113. package/dist/packages/datadog-api-client-v2/models/SLOReportStatusGetResponse.d.ts +37 -0
  114. package/dist/packages/datadog-api-client-v2/models/SLOReportStatusGetResponse.js +30 -0
  115. package/dist/packages/datadog-api-client-v2/models/SLOReportStatusGetResponse.js.map +1 -0
  116. package/dist/packages/datadog-api-client-v2/models/SLOReportStatusGetResponseAttributes.d.ts +37 -0
  117. package/dist/packages/datadog-api-client-v2/models/SLOReportStatusGetResponseAttributes.js +30 -0
  118. package/dist/packages/datadog-api-client-v2/models/SLOReportStatusGetResponseAttributes.js.map +1 -0
  119. package/dist/packages/datadog-api-client-v2/models/SLOReportStatusGetResponseData.d.ts +45 -0
  120. package/dist/packages/datadog-api-client-v2/models/SLOReportStatusGetResponseData.js +38 -0
  121. package/dist/packages/datadog-api-client-v2/models/SLOReportStatusGetResponseData.js.map +1 -0
  122. package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleUpdatePayload.d.ts +1 -1
  123. package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSignalRuleCreatePayload.d.ts +1 -1
  124. package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSignalRuleResponse.d.ts +1 -1
  125. package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringStandardRuleCreatePayload.d.ts +1 -1
  126. package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringStandardRuleResponse.d.ts +1 -1
  127. package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionAttributes.d.ts +4 -0
  128. package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionAttributes.js +4 -0
  129. package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionAttributes.js.map +1 -1
  130. package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionCreateAttributes.d.ts +6 -2
  131. package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionCreateAttributes.js +4 -1
  132. package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionCreateAttributes.js.map +1 -1
  133. package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateAttributes.d.ts +4 -0
  134. package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateAttributes.js +4 -0
  135. package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateAttributes.js.map +1 -1
  136. package/dist/packages/datadog-api-client-v2/models/ServiceDefinitionV2Dot2.d.ts +4 -0
  137. package/dist/packages/datadog-api-client-v2/models/ServiceDefinitionV2Dot2.js +4 -0
  138. package/dist/packages/datadog-api-client-v2/models/ServiceDefinitionV2Dot2.js.map +1 -1
  139. package/dist/packages/datadog-api-client-v2/models/SloReportCreateRequest.d.ts +37 -0
  140. package/dist/packages/datadog-api-client-v2/models/SloReportCreateRequest.js +31 -0
  141. package/dist/packages/datadog-api-client-v2/models/SloReportCreateRequest.js.map +1 -0
  142. package/dist/packages/datadog-api-client-v2/models/SloReportCreateRequestAttributes.d.ts +53 -0
  143. package/dist/packages/datadog-api-client-v2/models/SloReportCreateRequestAttributes.js +51 -0
  144. package/dist/packages/datadog-api-client-v2/models/SloReportCreateRequestAttributes.js.map +1 -0
  145. package/dist/packages/datadog-api-client-v2/models/SloReportCreateRequestData.d.ts +37 -0
  146. package/dist/packages/datadog-api-client-v2/models/SloReportCreateRequestData.js +31 -0
  147. package/dist/packages/datadog-api-client-v2/models/SloReportCreateRequestData.js.map +1 -0
  148. package/dist/packages/datadog-api-client-v2/models/UserTeamsResponse.d.ts +5 -0
  149. package/dist/packages/datadog-api-client-v2/models/UserTeamsResponse.js +4 -0
  150. package/dist/packages/datadog-api-client-v2/models/UserTeamsResponse.js.map +1 -1
  151. package/dist/version.d.ts +1 -1
  152. package/dist/version.js +1 -1
  153. package/package.json +1 -1
  154. package/dist/packages/datadog-api-client-v1/models/UsageAttributionBody.d.ts +0 -67
  155. package/dist/packages/datadog-api-client-v1/models/UsageAttributionBody.js +0 -55
  156. package/dist/packages/datadog-api-client-v1/models/UsageAttributionBody.js.map +0 -1
  157. package/dist/packages/datadog-api-client-v1/models/UsageAttributionMetadata.js +0 -34
  158. package/dist/packages/datadog-api-client-v1/models/UsageAttributionMetadata.js.map +0 -1
  159. package/dist/packages/datadog-api-client-v1/models/UsageAttributionPagination.js +0 -54
  160. package/dist/packages/datadog-api-client-v1/models/UsageAttributionPagination.js.map +0 -1
  161. package/dist/packages/datadog-api-client-v1/models/UsageAttributionResponse.js +0 -34
  162. package/dist/packages/datadog-api-client-v1/models/UsageAttributionResponse.js.map +0 -1
  163. package/dist/packages/datadog-api-client-v1/models/UsageAttributionSort.d.ts +0 -48
  164. package/dist/packages/datadog-api-client-v1/models/UsageAttributionSort.js +0 -47
  165. package/dist/packages/datadog-api-client-v1/models/UsageAttributionSort.js.map +0 -1
  166. package/dist/packages/datadog-api-client-v1/models/UsageAttributionSupportedMetrics.d.ts +0 -59
  167. package/dist/packages/datadog-api-client-v1/models/UsageAttributionSupportedMetrics.js +0 -58
  168. package/dist/packages/datadog-api-client-v1/models/UsageAttributionSupportedMetrics.js.map +0 -1
  169. package/dist/packages/datadog-api-client-v1/models/UsageAttributionValues.d.ts +0 -240
  170. package/dist/packages/datadog-api-client-v1/models/UsageAttributionValues.js +0 -291
  171. package/dist/packages/datadog-api-client-v1/models/UsageAttributionValues.js.map +0 -1
@@ -0,0 +1,55 @@
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 { RetentionFilterAllType } from "./RetentionFilterAllType";
7
+ import { SpansFilterCreate } from "./SpansFilterCreate";
8
+ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
9
+ /**
10
+ * The object describing the configuration of the retention filter to create/update.
11
+ */
12
+ export declare class RetentionFilterUpdateAttributes {
13
+ /**
14
+ * Enable/Disable the retention filter.
15
+ */
16
+ "enabled": boolean;
17
+ /**
18
+ * The spans filter. Spans matching this filter will be indexed and stored.
19
+ */
20
+ "filter": SpansFilterCreate;
21
+ /**
22
+ * The type of retention filter.
23
+ */
24
+ "filterType": RetentionFilterAllType;
25
+ /**
26
+ * The name of the retention filter.
27
+ */
28
+ "name": string;
29
+ /**
30
+ * Sample rate to apply to spans going through this retention filter,
31
+ * a value of 1.0 keeps all spans matching the query.
32
+ */
33
+ "rate": number;
34
+ /**
35
+ * A container for additional, undeclared properties.
36
+ * This is a holder for any undeclared properties as specified with
37
+ * the 'additionalProperties' keyword in the OAS document.
38
+ */
39
+ "additionalProperties"?: {
40
+ [key: string]: any;
41
+ };
42
+ /**
43
+ * @ignore
44
+ */
45
+ "_unparsed"?: boolean;
46
+ /**
47
+ * @ignore
48
+ */
49
+ static readonly attributeTypeMap: AttributeTypeMap;
50
+ /**
51
+ * @ignore
52
+ */
53
+ static getAttributeTypeMap(): AttributeTypeMap;
54
+ constructor();
55
+ }
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RetentionFilterUpdateAttributes = void 0;
4
+ /**
5
+ * The object describing the configuration of the retention filter to create/update.
6
+ */
7
+ class RetentionFilterUpdateAttributes {
8
+ constructor() { }
9
+ /**
10
+ * @ignore
11
+ */
12
+ static getAttributeTypeMap() {
13
+ return RetentionFilterUpdateAttributes.attributeTypeMap;
14
+ }
15
+ }
16
+ exports.RetentionFilterUpdateAttributes = RetentionFilterUpdateAttributes;
17
+ /**
18
+ * @ignore
19
+ */
20
+ RetentionFilterUpdateAttributes.attributeTypeMap = {
21
+ enabled: {
22
+ baseName: "enabled",
23
+ type: "boolean",
24
+ required: true,
25
+ },
26
+ filter: {
27
+ baseName: "filter",
28
+ type: "SpansFilterCreate",
29
+ required: true,
30
+ },
31
+ filterType: {
32
+ baseName: "filter_type",
33
+ type: "RetentionFilterAllType",
34
+ required: true,
35
+ },
36
+ name: {
37
+ baseName: "name",
38
+ type: "string",
39
+ required: true,
40
+ },
41
+ rate: {
42
+ baseName: "rate",
43
+ type: "number",
44
+ required: true,
45
+ format: "double",
46
+ },
47
+ additionalProperties: {
48
+ baseName: "additionalProperties",
49
+ type: "any",
50
+ },
51
+ };
52
+ //# sourceMappingURL=RetentionFilterUpdateAttributes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RetentionFilterUpdateAttributes.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/RetentionFilterUpdateAttributes.ts"],"names":[],"mappings":";;;AAUA;;GAEG;AACH,MAAa,+BAA+B;IA8E1C,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AA5EH,0EA+EC;AA5CC;;GAEG;AACa,gDAAgB,GAAqB;IACnD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,SAAS;QACf,QAAQ,EAAE,IAAI;KACf;IACD,MAAM,EAAE;QACN,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE,mBAAmB;QACzB,QAAQ,EAAE,IAAI;KACf;IACD,UAAU,EAAE;QACV,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,wBAAwB;QAC9B,QAAQ,EAAE,IAAI;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,MAAM,EAAE,QAAQ;KACjB;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
@@ -4,7 +4,7 @@
4
4
  * Copyright 2020-Present Datadog, Inc.
5
5
  */
6
6
  import { ApmRetentionFilterType } from "./ApmRetentionFilterType";
7
- import { RetentionFilterCreateAttributes } from "./RetentionFilterCreateAttributes";
7
+ import { RetentionFilterUpdateAttributes } from "./RetentionFilterUpdateAttributes";
8
8
  import { AttributeTypeMap } from "../../datadog-api-client-common/util";
9
9
  /**
10
10
  * The body of the retention filter to be updated.
@@ -13,7 +13,7 @@ export declare class RetentionFilterUpdateData {
13
13
  /**
14
14
  * The object describing the configuration of the retention filter to create/update.
15
15
  */
16
- "attributes": RetentionFilterCreateAttributes;
16
+ "attributes": RetentionFilterUpdateAttributes;
17
17
  /**
18
18
  * The ID of the retention filter.
19
19
  */
@@ -20,7 +20,7 @@ exports.RetentionFilterUpdateData = RetentionFilterUpdateData;
20
20
  RetentionFilterUpdateData.attributeTypeMap = {
21
21
  attributes: {
22
22
  baseName: "attributes",
23
- type: "RetentionFilterCreateAttributes",
23
+ type: "RetentionFilterUpdateAttributes",
24
24
  required: true,
25
25
  },
26
26
  id: {
@@ -0,0 +1,12 @@
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 frequency at which report data is to be generated.
9
+ */
10
+ export declare type SLOReportInterval = typeof WEEKLY | typeof MONTHLY | UnparsedObject;
11
+ export declare const WEEKLY = "weekly";
12
+ export declare const MONTHLY = "monthly";
@@ -0,0 +1,11 @@
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.MONTHLY = exports.WEEKLY = void 0;
9
+ exports.WEEKLY = "weekly";
10
+ exports.MONTHLY = "monthly";
11
+ //# sourceMappingURL=SLOReportInterval.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SLOReportInterval.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/SLOReportInterval.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AASU,QAAA,MAAM,GAAG,QAAQ,CAAC;AAClB,QAAA,OAAO,GAAG,SAAS,CAAC"}
@@ -0,0 +1,37 @@
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 { SLOReportPostResponseData } from "./SLOReportPostResponseData";
7
+ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
8
+ /**
9
+ * The SLO report response.
10
+ */
11
+ export declare class SLOReportPostResponse {
12
+ /**
13
+ * The data portion of the SLO report response.
14
+ */
15
+ "data"?: SLOReportPostResponseData;
16
+ /**
17
+ * A container for additional, undeclared properties.
18
+ * This is a holder for any undeclared properties as specified with
19
+ * the 'additionalProperties' keyword in the OAS document.
20
+ */
21
+ "additionalProperties"?: {
22
+ [key: string]: any;
23
+ };
24
+ /**
25
+ * @ignore
26
+ */
27
+ "_unparsed"?: boolean;
28
+ /**
29
+ * @ignore
30
+ */
31
+ static readonly attributeTypeMap: AttributeTypeMap;
32
+ /**
33
+ * @ignore
34
+ */
35
+ static getAttributeTypeMap(): AttributeTypeMap;
36
+ constructor();
37
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SLOReportPostResponse = void 0;
4
+ /**
5
+ * The SLO report response.
6
+ */
7
+ class SLOReportPostResponse {
8
+ constructor() { }
9
+ /**
10
+ * @ignore
11
+ */
12
+ static getAttributeTypeMap() {
13
+ return SLOReportPostResponse.attributeTypeMap;
14
+ }
15
+ }
16
+ exports.SLOReportPostResponse = SLOReportPostResponse;
17
+ /**
18
+ * @ignore
19
+ */
20
+ SLOReportPostResponse.attributeTypeMap = {
21
+ data: {
22
+ baseName: "data",
23
+ type: "SLOReportPostResponseData",
24
+ },
25
+ additionalProperties: {
26
+ baseName: "additionalProperties",
27
+ type: "any",
28
+ },
29
+ };
30
+ //# sourceMappingURL=SLOReportPostResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SLOReportPostResponse.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/SLOReportPostResponse.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,qBAAqB;IAuChC,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AArCH,sDAwCC;AAtBC;;GAEG;AACa,sCAAgB,GAAqB;IACnD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,2BAA2B;KAClC;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
@@ -0,0 +1,40 @@
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 data portion of the SLO report response.
9
+ */
10
+ export declare class SLOReportPostResponseData {
11
+ /**
12
+ * The ID of the report job.
13
+ */
14
+ "id"?: string;
15
+ /**
16
+ * The type of ID.
17
+ */
18
+ "type"?: string;
19
+ /**
20
+ * A container for additional, undeclared properties.
21
+ * This is a holder for any undeclared properties as specified with
22
+ * the 'additionalProperties' keyword in the OAS document.
23
+ */
24
+ "additionalProperties"?: {
25
+ [key: string]: any;
26
+ };
27
+ /**
28
+ * @ignore
29
+ */
30
+ "_unparsed"?: boolean;
31
+ /**
32
+ * @ignore
33
+ */
34
+ static readonly attributeTypeMap: AttributeTypeMap;
35
+ /**
36
+ * @ignore
37
+ */
38
+ static getAttributeTypeMap(): AttributeTypeMap;
39
+ constructor();
40
+ }
@@ -0,0 +1,39 @@
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.SLOReportPostResponseData = void 0;
9
+ /**
10
+ * The data portion of the SLO report response.
11
+ */
12
+ class SLOReportPostResponseData {
13
+ constructor() { }
14
+ /**
15
+ * @ignore
16
+ */
17
+ static getAttributeTypeMap() {
18
+ return SLOReportPostResponseData.attributeTypeMap;
19
+ }
20
+ }
21
+ exports.SLOReportPostResponseData = SLOReportPostResponseData;
22
+ /**
23
+ * @ignore
24
+ */
25
+ SLOReportPostResponseData.attributeTypeMap = {
26
+ id: {
27
+ baseName: "id",
28
+ type: "string",
29
+ },
30
+ type: {
31
+ baseName: "type",
32
+ type: "string",
33
+ },
34
+ additionalProperties: {
35
+ baseName: "additionalProperties",
36
+ type: "any",
37
+ },
38
+ };
39
+ //# sourceMappingURL=SLOReportPostResponseData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SLOReportPostResponseData.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/SLOReportPostResponseData.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,yBAAyB;IA+CpC,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AA7CH,8DAgDC;AA1BC;;GAEG;AACa,0CAAgB,GAAqB;IACnD,EAAE,EAAE;QACF,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,QAAQ;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
@@ -0,0 +1,14 @@
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 status of the SLO report job.
9
+ */
10
+ export declare type SLOReportStatus = typeof IN_PROGRESS | typeof COMPLETED | typeof COMPLETED_WITH_ERRORS | typeof FAILED | UnparsedObject;
11
+ export declare const IN_PROGRESS = "in_progress";
12
+ export declare const COMPLETED = "completed";
13
+ export declare const COMPLETED_WITH_ERRORS = "completed_with_errors";
14
+ export declare const FAILED = "failed";
@@ -0,0 +1,13 @@
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.FAILED = exports.COMPLETED_WITH_ERRORS = exports.COMPLETED = exports.IN_PROGRESS = void 0;
9
+ exports.IN_PROGRESS = "in_progress";
10
+ exports.COMPLETED = "completed";
11
+ exports.COMPLETED_WITH_ERRORS = "completed_with_errors";
12
+ exports.FAILED = "failed";
13
+ //# sourceMappingURL=SLOReportStatus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SLOReportStatus.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/SLOReportStatus.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAcU,QAAA,WAAW,GAAG,aAAa,CAAC;AAC5B,QAAA,SAAS,GAAG,WAAW,CAAC;AACxB,QAAA,qBAAqB,GAAG,uBAAuB,CAAC;AAChD,QAAA,MAAM,GAAG,QAAQ,CAAC"}
@@ -0,0 +1,37 @@
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 { SLOReportStatusGetResponseData } from "./SLOReportStatusGetResponseData";
7
+ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
8
+ /**
9
+ * The SLO report status response.
10
+ */
11
+ export declare class SLOReportStatusGetResponse {
12
+ /**
13
+ * The data portion of the SLO report status response.
14
+ */
15
+ "data"?: SLOReportStatusGetResponseData;
16
+ /**
17
+ * A container for additional, undeclared properties.
18
+ * This is a holder for any undeclared properties as specified with
19
+ * the 'additionalProperties' keyword in the OAS document.
20
+ */
21
+ "additionalProperties"?: {
22
+ [key: string]: any;
23
+ };
24
+ /**
25
+ * @ignore
26
+ */
27
+ "_unparsed"?: boolean;
28
+ /**
29
+ * @ignore
30
+ */
31
+ static readonly attributeTypeMap: AttributeTypeMap;
32
+ /**
33
+ * @ignore
34
+ */
35
+ static getAttributeTypeMap(): AttributeTypeMap;
36
+ constructor();
37
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SLOReportStatusGetResponse = void 0;
4
+ /**
5
+ * The SLO report status response.
6
+ */
7
+ class SLOReportStatusGetResponse {
8
+ constructor() { }
9
+ /**
10
+ * @ignore
11
+ */
12
+ static getAttributeTypeMap() {
13
+ return SLOReportStatusGetResponse.attributeTypeMap;
14
+ }
15
+ }
16
+ exports.SLOReportStatusGetResponse = SLOReportStatusGetResponse;
17
+ /**
18
+ * @ignore
19
+ */
20
+ SLOReportStatusGetResponse.attributeTypeMap = {
21
+ data: {
22
+ baseName: "data",
23
+ type: "SLOReportStatusGetResponseData",
24
+ },
25
+ additionalProperties: {
26
+ baseName: "additionalProperties",
27
+ type: "any",
28
+ },
29
+ };
30
+ //# sourceMappingURL=SLOReportStatusGetResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SLOReportStatusGetResponse.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/SLOReportStatusGetResponse.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,0BAA0B;IAuCrC,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AArCH,gEAwCC;AAtBC;;GAEG;AACa,2CAAgB,GAAqB;IACnD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,gCAAgC;KACvC;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
@@ -0,0 +1,37 @@
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 { SLOReportStatus } from "./SLOReportStatus";
7
+ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
8
+ /**
9
+ * The attributes portion of the SLO report status response.
10
+ */
11
+ export declare class SLOReportStatusGetResponseAttributes {
12
+ /**
13
+ * The status of the SLO report job.
14
+ */
15
+ "status"?: SLOReportStatus;
16
+ /**
17
+ * A container for additional, undeclared properties.
18
+ * This is a holder for any undeclared properties as specified with
19
+ * the 'additionalProperties' keyword in the OAS document.
20
+ */
21
+ "additionalProperties"?: {
22
+ [key: string]: any;
23
+ };
24
+ /**
25
+ * @ignore
26
+ */
27
+ "_unparsed"?: boolean;
28
+ /**
29
+ * @ignore
30
+ */
31
+ static readonly attributeTypeMap: AttributeTypeMap;
32
+ /**
33
+ * @ignore
34
+ */
35
+ static getAttributeTypeMap(): AttributeTypeMap;
36
+ constructor();
37
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SLOReportStatusGetResponseAttributes = void 0;
4
+ /**
5
+ * The attributes portion of the SLO report status response.
6
+ */
7
+ class SLOReportStatusGetResponseAttributes {
8
+ constructor() { }
9
+ /**
10
+ * @ignore
11
+ */
12
+ static getAttributeTypeMap() {
13
+ return SLOReportStatusGetResponseAttributes.attributeTypeMap;
14
+ }
15
+ }
16
+ exports.SLOReportStatusGetResponseAttributes = SLOReportStatusGetResponseAttributes;
17
+ /**
18
+ * @ignore
19
+ */
20
+ SLOReportStatusGetResponseAttributes.attributeTypeMap = {
21
+ status: {
22
+ baseName: "status",
23
+ type: "SLOReportStatus",
24
+ },
25
+ additionalProperties: {
26
+ baseName: "additionalProperties",
27
+ type: "any",
28
+ },
29
+ };
30
+ //# sourceMappingURL=SLOReportStatusGetResponseAttributes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SLOReportStatusGetResponseAttributes.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/SLOReportStatusGetResponseAttributes.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,oCAAoC;IAuC/C,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AArCH,oFAwCC;AAtBC;;GAEG;AACa,qDAAgB,GAAqB;IACnD,MAAM,EAAE;QACN,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE,iBAAiB;KACxB;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
@@ -0,0 +1,45 @@
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 { SLOReportStatusGetResponseAttributes } from "./SLOReportStatusGetResponseAttributes";
7
+ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
8
+ /**
9
+ * The data portion of the SLO report status response.
10
+ */
11
+ export declare class SLOReportStatusGetResponseData {
12
+ /**
13
+ * The attributes portion of the SLO report status response.
14
+ */
15
+ "attributes"?: SLOReportStatusGetResponseAttributes;
16
+ /**
17
+ * The ID of the report job.
18
+ */
19
+ "id"?: string;
20
+ /**
21
+ * The type of ID.
22
+ */
23
+ "type"?: string;
24
+ /**
25
+ * A container for additional, undeclared properties.
26
+ * This is a holder for any undeclared properties as specified with
27
+ * the 'additionalProperties' keyword in the OAS document.
28
+ */
29
+ "additionalProperties"?: {
30
+ [key: string]: any;
31
+ };
32
+ /**
33
+ * @ignore
34
+ */
35
+ "_unparsed"?: boolean;
36
+ /**
37
+ * @ignore
38
+ */
39
+ static readonly attributeTypeMap: AttributeTypeMap;
40
+ /**
41
+ * @ignore
42
+ */
43
+ static getAttributeTypeMap(): AttributeTypeMap;
44
+ constructor();
45
+ }
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SLOReportStatusGetResponseData = void 0;
4
+ /**
5
+ * The data portion of the SLO report status response.
6
+ */
7
+ class SLOReportStatusGetResponseData {
8
+ constructor() { }
9
+ /**
10
+ * @ignore
11
+ */
12
+ static getAttributeTypeMap() {
13
+ return SLOReportStatusGetResponseData.attributeTypeMap;
14
+ }
15
+ }
16
+ exports.SLOReportStatusGetResponseData = SLOReportStatusGetResponseData;
17
+ /**
18
+ * @ignore
19
+ */
20
+ SLOReportStatusGetResponseData.attributeTypeMap = {
21
+ attributes: {
22
+ baseName: "attributes",
23
+ type: "SLOReportStatusGetResponseAttributes",
24
+ },
25
+ id: {
26
+ baseName: "id",
27
+ type: "string",
28
+ },
29
+ type: {
30
+ baseName: "type",
31
+ type: "string",
32
+ },
33
+ additionalProperties: {
34
+ baseName: "additionalProperties",
35
+ type: "any",
36
+ },
37
+ };
38
+ //# sourceMappingURL=SLOReportStatusGetResponseData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SLOReportStatusGetResponseData.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/SLOReportStatusGetResponseData.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,8BAA8B;IAuDzC,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AArDH,wEAwDC;AA9BC;;GAEG;AACa,+CAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,sCAAsC;KAC7C;IACD,EAAE,EAAE;QACF,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,QAAQ;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
@@ -23,7 +23,7 @@ export declare class SecurityMonitoringRuleUpdatePayload {
23
23
  */
24
24
  "complianceSignalOptions"?: CloudConfigurationRuleComplianceSignalOptions;
25
25
  /**
26
- * Additional queries to filter matched events before they are processed.
26
+ * Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.
27
27
  */
28
28
  "filters"?: Array<SecurityMonitoringFilter>;
29
29
  /**
@@ -18,7 +18,7 @@ export declare class SecurityMonitoringSignalRuleCreatePayload {
18
18
  */
19
19
  "cases": Array<SecurityMonitoringRuleCaseCreate>;
20
20
  /**
21
- * Additional queries to filter matched events before they are processed.
21
+ * Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.
22
22
  */
23
23
  "filters"?: Array<SecurityMonitoringFilter>;
24
24
  /**
@@ -30,7 +30,7 @@ export declare class SecurityMonitoringSignalRuleResponse {
30
30
  */
31
31
  "deprecationDate"?: number;
32
32
  /**
33
- * Additional queries to filter matched events before they are processed.
33
+ * Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.
34
34
  */
35
35
  "filters"?: Array<SecurityMonitoringFilter>;
36
36
  /**
@@ -19,7 +19,7 @@ export declare class SecurityMonitoringStandardRuleCreatePayload {
19
19
  */
20
20
  "cases": Array<SecurityMonitoringRuleCaseCreate>;
21
21
  /**
22
- * Additional queries to filter matched events before they are processed.
22
+ * Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.
23
23
  */
24
24
  "filters"?: Array<SecurityMonitoringFilter>;
25
25
  /**
@@ -36,7 +36,7 @@ export declare class SecurityMonitoringStandardRuleResponse {
36
36
  */
37
37
  "deprecationDate"?: number;
38
38
  /**
39
- * Additional queries to filter matched events before they are processed.
39
+ * Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.
40
40
  */
41
41
  "filters"?: Array<SecurityMonitoringFilter>;
42
42
  /**