@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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 1.24.0 / 2024-04-11
4
+
5
+ ### Fixed
6
+ * Update Cleanup script to use GCP STS endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1556
7
+ * Add include data to get team memberships response by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1542
8
+ ### Added
9
+ * Add `ci-pipeline-fingerprints` field in v2.2 by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1562
10
+ * Add validation endpoint for Security Monitoring Rules by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1581
11
+ * Add UA documentation for online_archive and incident_management by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1585
12
+ * Mark `unit` as nullable by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1587
13
+ * Add query_interval_seconds to time-slice SLO condition parameters by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1589
14
+ * Support providing files for the file upload feature when creating a Synthetic API test by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1588
15
+ * Adding SLO Reporting API Documentation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1558
16
+ * Security Monitoring Suppression - Add data_exclusion_query field by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1593
17
+ * aws api adding extended and deprecating old resource collection field by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1591
18
+ ### Changed
19
+ * Add Team relationship to AuthNMappings by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1517
20
+ ### Deprecated
21
+ * Remove deprecated /api/v1/usage/attribution by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1571
22
+ * Deprecate legacy hourly usage metering endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-typescript/pull/1567
23
+
24
+ ## New Contributors
25
+ * @tim-chaplin-dd made their first contribution in https://github.com/DataDog/datadog-api-client-typescript/pull/1578
26
+
27
+ **Full Changelog**: https://github.com/DataDog/datadog-api-client-typescript/compare/v1.23.0...v1.24.0
28
+
3
29
  ## 1.23.0 / 2024-03-13
4
30
 
5
31
  ### Fixed
package/README.md CHANGED
@@ -63,7 +63,7 @@ This client includes access to Datadog API endpoints while they are in an unstab
63
63
  configuration.unstableOperations["<version>.<operationName>"] = true
64
64
  ```
65
65
 
66
- where <operationName> is the name of the method used to interact with that endpoint. For example: `listLogIndexes`, or `getLogsIndex`.
66
+ where `<operationName>` is the name of the method used to interact with that endpoint. For example: `listLogIndexes`, or `getLogsIndex`.
67
67
 
68
68
  ### Changing Server
69
69
 
@@ -135,6 +135,9 @@ function createConfiguration(conf = {}) {
135
135
  "v2.getIncidentService": false,
136
136
  "v2.listIncidentServices": false,
137
137
  "v2.updateIncidentService": false,
138
+ "v2.createSLOReportJob": false,
139
+ "v2.getSLOReport": false,
140
+ "v2.getSLOReportJobStatus": false,
138
141
  "v2.createIncidentTeam": false,
139
142
  "v2.deleteIncidentTeam": false,
140
143
  "v2.getIncidentTeam": false,
@@ -1 +1 @@
1
- {"version":3,"file":"configuration.js","sourceRoot":"","sources":["../../../packages/datadog-api-client-common/configuration.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"configuration.js","sourceRoot":"","sources":["../../../packages/datadog-api-client-common/configuration.ts"],"names":[],"mappings":"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"}
@@ -6,9 +6,6 @@ import { HourlyUsageAttributionUsageType } from "../models/HourlyUsageAttributio
6
6
  import { MonthlyUsageAttributionResponse } from "../models/MonthlyUsageAttributionResponse";
7
7
  import { MonthlyUsageAttributionSupportedMetrics } from "../models/MonthlyUsageAttributionSupportedMetrics";
8
8
  import { UsageAnalyzedLogsResponse } from "../models/UsageAnalyzedLogsResponse";
9
- import { UsageAttributionResponse } from "../models/UsageAttributionResponse";
10
- import { UsageAttributionSort } from "../models/UsageAttributionSort";
11
- import { UsageAttributionSupportedMetrics } from "../models/UsageAttributionSupportedMetrics";
12
9
  import { UsageAuditLogsResponse } from "../models/UsageAuditLogsResponse";
13
10
  import { UsageBillableSummaryResponse } from "../models/UsageBillableSummaryResponse";
14
11
  import { UsageCIVisibilityResponse } from "../models/UsageCIVisibilityResponse";
@@ -53,7 +50,6 @@ export declare class UsageMeteringApiRequestFactory extends BaseAPIRequestFactor
53
50
  getSpecifiedDailyCustomReports(reportId: string, _options?: Configuration): Promise<RequestContext>;
54
51
  getSpecifiedMonthlyCustomReports(reportId: string, _options?: Configuration): Promise<RequestContext>;
55
52
  getUsageAnalyzedLogs(startHr: Date, endHr?: Date, _options?: Configuration): Promise<RequestContext>;
56
- getUsageAttribution(startMonth: Date, fields: UsageAttributionSupportedMetrics, endMonth?: Date, sortDirection?: UsageSortDirection, sortName?: UsageAttributionSort, includeDescendants?: boolean, offset?: number, limit?: number, _options?: Configuration): Promise<RequestContext>;
57
53
  getUsageAuditLogs(startHr: Date, endHr?: Date, _options?: Configuration): Promise<RequestContext>;
58
54
  getUsageBillableSummary(month?: Date, _options?: Configuration): Promise<RequestContext>;
59
55
  getUsageCIApp(startHr: Date, endHr?: Date, _options?: Configuration): Promise<RequestContext>;
@@ -156,14 +152,6 @@ export declare class UsageMeteringApiResponseProcessor {
156
152
  * @throws ApiException if the response code was not in [200, 299]
157
153
  */
158
154
  getUsageAnalyzedLogs(response: ResponseContext): Promise<UsageAnalyzedLogsResponse>;
159
- /**
160
- * Unwraps the actual response sent by the server from the response context and deserializes the response content
161
- * to the expected objects
162
- *
163
- * @params response Response returned by the server for a request to getUsageAttribution
164
- * @throws ApiException if the response code was not in [200, 299]
165
- */
166
- getUsageAttribution(response: ResponseContext): Promise<UsageAttributionResponse>;
167
155
  /**
168
156
  * Unwraps the actual response sent by the server from the response context and deserializes the response content
169
157
  * to the expected objects
@@ -566,49 +554,6 @@ export interface UsageMeteringApiGetUsageAnalyzedLogsRequest {
566
554
  */
567
555
  endHr?: Date;
568
556
  }
569
- export interface UsageMeteringApiGetUsageAttributionRequest {
570
- /**
571
- * Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for usage beginning in this month.
572
- * Maximum of 15 months ago.
573
- * @type Date
574
- */
575
- startMonth: Date;
576
- /**
577
- * Comma-separated list of usage types to return, or `*` for all usage types.
578
- * @type UsageAttributionSupportedMetrics
579
- */
580
- fields: UsageAttributionSupportedMetrics;
581
- /**
582
- * Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for usage ending this month.
583
- * @type Date
584
- */
585
- endMonth?: Date;
586
- /**
587
- * The direction to sort by: `[desc, asc]`.
588
- * @type UsageSortDirection
589
- */
590
- sortDirection?: UsageSortDirection;
591
- /**
592
- * The field to sort by.
593
- * @type UsageAttributionSort
594
- */
595
- sortName?: UsageAttributionSort;
596
- /**
597
- * Include child org usage in the response. Defaults to false.
598
- * @type boolean
599
- */
600
- includeDescendants?: boolean;
601
- /**
602
- * Number of records to skip before beginning to return.
603
- * @type number
604
- */
605
- offset?: number;
606
- /**
607
- * Maximum number of records to be returned.
608
- * @type number
609
- */
610
- limit?: number;
611
- }
612
557
  export interface UsageMeteringApiGetUsageAuditLogsRequest {
613
558
  /**
614
559
  * Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
@@ -1016,13 +961,13 @@ export declare class UsageMeteringApi {
1016
961
  getHourlyUsageAttribution(param: UsageMeteringApiGetHourlyUsageAttributionRequest, options?: Configuration): Promise<HourlyUsageAttributionResponse>;
1017
962
  /**
1018
963
  * Get hourly usage for incident management.
1019
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
964
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1020
965
  * @param param The request object
1021
966
  */
1022
967
  getIncidentManagement(param: UsageMeteringApiGetIncidentManagementRequest, options?: Configuration): Promise<UsageIncidentManagementResponse>;
1023
968
  /**
1024
969
  * Get hourly usage for ingested spans.
1025
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
970
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1026
971
  * @param param The request object
1027
972
  */
1028
973
  getIngestedSpans(param: UsageMeteringApiGetIngestedSpansRequest, options?: Configuration): Promise<UsageIngestedSpansResponse>;
@@ -1068,17 +1013,10 @@ export declare class UsageMeteringApi {
1068
1013
  getSpecifiedMonthlyCustomReports(param: UsageMeteringApiGetSpecifiedMonthlyCustomReportsRequest, options?: Configuration): Promise<UsageSpecifiedCustomReportsResponse>;
1069
1014
  /**
1070
1015
  * Get hourly usage for analyzed logs (Security Monitoring).
1071
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1016
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1072
1017
  * @param param The request object
1073
1018
  */
1074
1019
  getUsageAnalyzedLogs(param: UsageMeteringApiGetUsageAnalyzedLogsRequest, options?: Configuration): Promise<UsageAnalyzedLogsResponse>;
1075
- /**
1076
- * Get usage attribution.
1077
- * **Note:** This endpoint will be fully deprecated on December 1, 2022.
1078
- * Refer to [Migrating from v1 to v2 of the Usage Attribution API](https://docs.datadoghq.com/account_management/guide/usage-attribution-migration/) for the associated migration guide.
1079
- * @param param The request object
1080
- */
1081
- getUsageAttribution(param: UsageMeteringApiGetUsageAttributionRequest, options?: Configuration): Promise<UsageAttributionResponse>;
1082
1020
  /**
1083
1021
  * Get hourly usage for audit logs.
1084
1022
  * **Note:** This endpoint has been deprecated.
@@ -1092,61 +1030,61 @@ export declare class UsageMeteringApi {
1092
1030
  getUsageBillableSummary(param?: UsageMeteringApiGetUsageBillableSummaryRequest, options?: Configuration): Promise<UsageBillableSummaryResponse>;
1093
1031
  /**
1094
1032
  * Get hourly usage for CI visibility (tests, pipeline, and spans).
1095
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1033
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1096
1034
  * @param param The request object
1097
1035
  */
1098
1036
  getUsageCIApp(param: UsageMeteringApiGetUsageCIAppRequest, options?: Configuration): Promise<UsageCIVisibilityResponse>;
1099
1037
  /**
1100
1038
  * Get hourly usage for cloud security management (CSM) pro.
1101
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1039
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1102
1040
  * @param param The request object
1103
1041
  */
1104
1042
  getUsageCloudSecurityPostureManagement(param: UsageMeteringApiGetUsageCloudSecurityPostureManagementRequest, options?: Configuration): Promise<UsageCloudSecurityPostureManagementResponse>;
1105
1043
  /**
1106
1044
  * Get hourly usage for cloud workload security.
1107
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1045
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1108
1046
  * @param param The request object
1109
1047
  */
1110
1048
  getUsageCWS(param: UsageMeteringApiGetUsageCWSRequest, options?: Configuration): Promise<UsageCWSResponse>;
1111
1049
  /**
1112
1050
  * Get hourly usage for database monitoring
1113
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1051
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1114
1052
  * @param param The request object
1115
1053
  */
1116
1054
  getUsageDBM(param: UsageMeteringApiGetUsageDBMRequest, options?: Configuration): Promise<UsageDBMResponse>;
1117
1055
  /**
1118
1056
  * Get hourly usage for [Fargate](https://docs.datadoghq.com/integrations/ecs_fargate/).
1119
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1057
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1120
1058
  * @param param The request object
1121
1059
  */
1122
1060
  getUsageFargate(param: UsageMeteringApiGetUsageFargateRequest, options?: Configuration): Promise<UsageFargateResponse>;
1123
1061
  /**
1124
1062
  * Get hourly usage for hosts and containers.
1125
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1063
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1126
1064
  * @param param The request object
1127
1065
  */
1128
1066
  getUsageHosts(param: UsageMeteringApiGetUsageHostsRequest, options?: Configuration): Promise<UsageHostsResponse>;
1129
1067
  /**
1130
1068
  * Get hourly usage for indexed spans.
1131
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1069
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1132
1070
  * @param param The request object
1133
1071
  */
1134
1072
  getUsageIndexedSpans(param: UsageMeteringApiGetUsageIndexedSpansRequest, options?: Configuration): Promise<UsageIndexedSpansResponse>;
1135
1073
  /**
1136
1074
  * Get hourly usage for IoT.
1137
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1075
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1138
1076
  * @param param The request object
1139
1077
  */
1140
1078
  getUsageInternetOfThings(param: UsageMeteringApiGetUsageInternetOfThingsRequest, options?: Configuration): Promise<UsageIoTResponse>;
1141
1079
  /**
1142
1080
  * Get hourly usage for Lambda.
1143
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1081
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1144
1082
  * @param param The request object
1145
1083
  */
1146
1084
  getUsageLambda(param: UsageMeteringApiGetUsageLambdaRequest, options?: Configuration): Promise<UsageLambdaResponse>;
1147
1085
  /**
1148
1086
  * Get hourly usage for logs.
1149
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1087
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1150
1088
  * @param param The request object
1151
1089
  */
1152
1090
  getUsageLogs(param: UsageMeteringApiGetUsageLogsRequest, options?: Configuration): Promise<UsageLogsResponse>;
@@ -1157,55 +1095,55 @@ export declare class UsageMeteringApi {
1157
1095
  getUsageLogsByIndex(param: UsageMeteringApiGetUsageLogsByIndexRequest, options?: Configuration): Promise<UsageLogsByIndexResponse>;
1158
1096
  /**
1159
1097
  * Get hourly usage for indexed logs by retention period.
1160
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1098
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1161
1099
  * @param param The request object
1162
1100
  */
1163
1101
  getUsageLogsByRetention(param: UsageMeteringApiGetUsageLogsByRetentionRequest, options?: Configuration): Promise<UsageLogsByRetentionResponse>;
1164
1102
  /**
1165
1103
  * Get hourly usage for network flows.
1166
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1104
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1167
1105
  * @param param The request object
1168
1106
  */
1169
1107
  getUsageNetworkFlows(param: UsageMeteringApiGetUsageNetworkFlowsRequest, options?: Configuration): Promise<UsageNetworkFlowsResponse>;
1170
1108
  /**
1171
1109
  * Get hourly usage for network hosts.
1172
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1110
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1173
1111
  * @param param The request object
1174
1112
  */
1175
1113
  getUsageNetworkHosts(param: UsageMeteringApiGetUsageNetworkHostsRequest, options?: Configuration): Promise<UsageNetworkHostsResponse>;
1176
1114
  /**
1177
1115
  * Get hourly usage for online archive.
1178
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1116
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1179
1117
  * @param param The request object
1180
1118
  */
1181
1119
  getUsageOnlineArchive(param: UsageMeteringApiGetUsageOnlineArchiveRequest, options?: Configuration): Promise<UsageOnlineArchiveResponse>;
1182
1120
  /**
1183
1121
  * Get hourly usage for profiled hosts.
1184
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1122
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1185
1123
  * @param param The request object
1186
1124
  */
1187
1125
  getUsageProfiling(param: UsageMeteringApiGetUsageProfilingRequest, options?: Configuration): Promise<UsageProfilingResponse>;
1188
1126
  /**
1189
1127
  * Get hourly usage for [RUM](https://docs.datadoghq.com/real_user_monitoring/) Sessions.
1190
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1128
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1191
1129
  * @param param The request object
1192
1130
  */
1193
1131
  getUsageRumSessions(param: UsageMeteringApiGetUsageRumSessionsRequest, options?: Configuration): Promise<UsageRumSessionsResponse>;
1194
1132
  /**
1195
1133
  * Get hourly usage for [RUM](https://docs.datadoghq.com/real_user_monitoring/) Units.
1196
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1134
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1197
1135
  * @param param The request object
1198
1136
  */
1199
1137
  getUsageRumUnits(param: UsageMeteringApiGetUsageRumUnitsRequest, options?: Configuration): Promise<UsageRumUnitsResponse>;
1200
1138
  /**
1201
1139
  * Get hourly usage for sensitive data scanner.
1202
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1140
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1203
1141
  * @param param The request object
1204
1142
  */
1205
1143
  getUsageSDS(param: UsageMeteringApiGetUsageSDSRequest, options?: Configuration): Promise<UsageSDSResponse>;
1206
1144
  /**
1207
1145
  * Get hourly usage for SNMP devices.
1208
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1146
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1209
1147
  * @param param The request object
1210
1148
  */
1211
1149
  getUsageSNMP(param: UsageMeteringApiGetUsageSNMPRequest, options?: Configuration): Promise<UsageSNMPResponse>;
@@ -1216,25 +1154,25 @@ export declare class UsageMeteringApi {
1216
1154
  getUsageSummary(param: UsageMeteringApiGetUsageSummaryRequest, options?: Configuration): Promise<UsageSummaryResponse>;
1217
1155
  /**
1218
1156
  * Get hourly usage for [synthetics checks](https://docs.datadoghq.com/synthetics/).
1219
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1157
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1220
1158
  * @param param The request object
1221
1159
  */
1222
1160
  getUsageSynthetics(param: UsageMeteringApiGetUsageSyntheticsRequest, options?: Configuration): Promise<UsageSyntheticsResponse>;
1223
1161
  /**
1224
1162
  * Get hourly usage for [synthetics API checks](https://docs.datadoghq.com/synthetics/).
1225
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1163
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1226
1164
  * @param param The request object
1227
1165
  */
1228
1166
  getUsageSyntheticsAPI(param: UsageMeteringApiGetUsageSyntheticsAPIRequest, options?: Configuration): Promise<UsageSyntheticsAPIResponse>;
1229
1167
  /**
1230
1168
  * Get hourly usage for synthetics browser checks.
1231
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1169
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1232
1170
  * @param param The request object
1233
1171
  */
1234
1172
  getUsageSyntheticsBrowser(param: UsageMeteringApiGetUsageSyntheticsBrowserRequest, options?: Configuration): Promise<UsageSyntheticsBrowserResponse>;
1235
1173
  /**
1236
1174
  * Get hourly usage for [custom metrics](https://docs.datadoghq.com/developers/metrics/custom_metrics/).
1237
- * **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1175
+ * **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
1238
1176
  * @param param The request object
1239
1177
  */
1240
1178
  getUsageTimeseries(param: UsageMeteringApiGetUsageTimeseriesRequest, options?: Configuration): Promise<UsageTimeseriesResponse>;