Skip to content

Commit

Permalink
Regenerate client from commit d7e2eb28 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Oct 23, 2024
1 parent dc40d82 commit 1708d9b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 130 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-23 10:08:16.626207",
"spec_repo_commit": "df3187ca"
"regenerated": "2024-10-23 18:28:52.095109",
"spec_repo_commit": "d7e2eb28"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-23 10:08:16.645066",
"spec_repo_commit": "df3187ca"
"regenerated": "2024-10-23 18:28:52.114652",
"spec_repo_commit": "d7e2eb28"
}
}
}
42 changes: 0 additions & 42 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4194,11 +4194,8 @@ components:
- dbm_queries_usage
- error_tracking_usage
- error_tracking_percentage
- estimated_indexed_logs_usage
- estimated_indexed_spans_usage
- estimated_ingested_logs_usage
- estimated_ingested_spans_usage
- estimated_rum_sessions_usage
- fargate_usage
- functions_usage
- incident_management_monthly_active_users_usage
Expand Down Expand Up @@ -4269,11 +4266,8 @@ components:
- DBM_QUERIES_USAGE
- ERROR_TRACKING_USAGE
- ERROR_TRACKING_PERCENTAGE
- ESTIMATED_INDEXED_LOGS_USAGE
- ESTIMATED_INDEXED_SPANS_USAGE
- ESTIMATED_INGESTED_LOGS_USAGE
- ESTIMATED_INGESTED_SPANS_USAGE
- ESTIMATED_RUM_SESSIONS_USAGE
- FARGATE_USAGE
- FUNCTIONS_USAGE
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
Expand Down Expand Up @@ -7957,10 +7951,6 @@ components:
- dbm_queries_usage
- error_tracking_usage
- error_tracking_percentage
- estimated_indexed_logs_usage
- estimated_indexed_logs_percentage
- estimated_ingested_logs_usage
- estimated_ingested_logs_percentage
- estimated_indexed_spans_usage
- estimated_indexed_spans_percentage
- estimated_ingested_spans_usage
Expand Down Expand Up @@ -7999,8 +7989,6 @@ components:
- serverless_apps_percentage
- snmp_usage
- snmp_percentage
- estimated_rum_sessions_usage
- estimated_rum_sessions_percentage
- universal_service_monitoring_usage
- universal_service_monitoring_percentage
- vuln_management_hosts_usage
Expand Down Expand Up @@ -8102,10 +8090,6 @@ components:
- DBM_QUERIES_USAGE
- ERROR_TRACKING_USAGE
- ERROR_TRACKING_PERCENTAGE
- ESTIMATED_INDEXED_LOGS_USAGE
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
- ESTIMATED_INGESTED_LOGS_USAGE
- ESTIMATED_INGESTED_LOGS_PERCENTAGE
- ESTIMATED_INDEXED_SPANS_USAGE
- ESTIMATED_INDEXED_SPANS_PERCENTAGE
- ESTIMATED_INGESTED_SPANS_USAGE
Expand Down Expand Up @@ -8144,8 +8128,6 @@ components:
- SERVERLESS_APPS_PERCENTAGE
- SNMP_USAGE
- SNMP_PERCENTAGE
- ESTIMATED_RUM_SESSIONS_USAGE
- ESTIMATED_RUM_SESSIONS_PERCENTAGE
- UNIVERSAL_SERVICE_MONITORING_USAGE
- UNIVERSAL_SERVICE_MONITORING_PERCENTAGE
- VULN_MANAGEMENT_HOSTS_USAGE
Expand Down Expand Up @@ -8415,14 +8397,6 @@ components:
description: The error tracking events usage by tag(s).
format: double
type: number
estimated_indexed_logs_percentage:
description: The percentage of estimated live indexed logs usage by tag(s).
format: double
type: number
estimated_indexed_logs_usage:
description: The estimated live indexed logs usage by tag(s).
format: double
type: number
estimated_indexed_spans_percentage:
description: The percentage of estimated indexed spans usage by tag(s).
format: double
Expand All @@ -8431,14 +8405,6 @@ components:
description: The estimated indexed spans usage by tag(s).
format: double
type: number
estimated_ingested_logs_percentage:
description: The percentage of estimated live ingested logs usage by tag(s).
format: double
type: number
estimated_ingested_logs_usage:
description: The estimated live ingested logs usage by tag(s).
format: double
type: number
estimated_ingested_spans_percentage:
description: The percentage of estimated ingested spans usage by tag(s).
format: double
Expand All @@ -8447,14 +8413,6 @@ components:
description: The estimated ingested spans usage by tag(s).
format: double
type: number
estimated_rum_sessions_percentage:
description: The percentage of estimated rum sessions usage by tag(s).
format: double
type: number
estimated_rum_sessions_usage:
description: The estimated rum sessions usage by tag(s).
format: double
type: number
fargate_percentage:
description: The percentage of Fargate usage by tags.
format: double
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,8 @@ export type HourlyUsageAttributionUsageType =
| typeof DBM_QUERIES_USAGE
| typeof ERROR_TRACKING_USAGE
| typeof ERROR_TRACKING_PERCENTAGE
| typeof ESTIMATED_INDEXED_LOGS_USAGE
| typeof ESTIMATED_INDEXED_SPANS_USAGE
| typeof ESTIMATED_INGESTED_LOGS_USAGE
| typeof ESTIMATED_INGESTED_SPANS_USAGE
| typeof ESTIMATED_RUM_SESSIONS_USAGE
| typeof FARGATE_USAGE
| typeof FUNCTIONS_USAGE
| typeof INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
Expand Down Expand Up @@ -117,11 +114,8 @@ export const DBM_HOSTS_USAGE = "dbm_hosts_usage";
export const DBM_QUERIES_USAGE = "dbm_queries_usage";
export const ERROR_TRACKING_USAGE = "error_tracking_usage";
export const ERROR_TRACKING_PERCENTAGE = "error_tracking_percentage";
export const ESTIMATED_INDEXED_LOGS_USAGE = "estimated_indexed_logs_usage";
export const ESTIMATED_INDEXED_SPANS_USAGE = "estimated_indexed_spans_usage";
export const ESTIMATED_INGESTED_LOGS_USAGE = "estimated_ingested_logs_usage";
export const ESTIMATED_INGESTED_SPANS_USAGE = "estimated_ingested_spans_usage";
export const ESTIMATED_RUM_SESSIONS_USAGE = "estimated_rum_sessions_usage";
export const FARGATE_USAGE = "fargate_usage";
export const FUNCTIONS_USAGE = "functions_usage";
export const INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ export type MonthlyUsageAttributionSupportedMetrics =
| typeof DBM_QUERIES_USAGE
| typeof ERROR_TRACKING_USAGE
| typeof ERROR_TRACKING_PERCENTAGE
| typeof ESTIMATED_INDEXED_LOGS_USAGE
| typeof ESTIMATED_INDEXED_LOGS_PERCENTAGE
| typeof ESTIMATED_INGESTED_LOGS_USAGE
| typeof ESTIMATED_INGESTED_LOGS_PERCENTAGE
| typeof ESTIMATED_INDEXED_SPANS_USAGE
| typeof ESTIMATED_INDEXED_SPANS_PERCENTAGE
| typeof ESTIMATED_INGESTED_SPANS_USAGE
Expand Down Expand Up @@ -99,8 +95,6 @@ export type MonthlyUsageAttributionSupportedMetrics =
| typeof SERVERLESS_APPS_PERCENTAGE
| typeof SNMP_USAGE
| typeof SNMP_PERCENTAGE
| typeof ESTIMATED_RUM_SESSIONS_USAGE
| typeof ESTIMATED_RUM_SESSIONS_PERCENTAGE
| typeof UNIVERSAL_SERVICE_MONITORING_USAGE
| typeof UNIVERSAL_SERVICE_MONITORING_PERCENTAGE
| typeof VULN_MANAGEMENT_HOSTS_USAGE
Expand Down Expand Up @@ -208,12 +202,6 @@ export const DBM_QUERIES_PERCENTAGE = "dbm_queries_percentage";
export const DBM_QUERIES_USAGE = "dbm_queries_usage";
export const ERROR_TRACKING_USAGE = "error_tracking_usage";
export const ERROR_TRACKING_PERCENTAGE = "error_tracking_percentage";
export const ESTIMATED_INDEXED_LOGS_USAGE = "estimated_indexed_logs_usage";
export const ESTIMATED_INDEXED_LOGS_PERCENTAGE =
"estimated_indexed_logs_percentage";
export const ESTIMATED_INGESTED_LOGS_USAGE = "estimated_ingested_logs_usage";
export const ESTIMATED_INGESTED_LOGS_PERCENTAGE =
"estimated_ingested_logs_percentage";
export const ESTIMATED_INDEXED_SPANS_USAGE = "estimated_indexed_spans_usage";
export const ESTIMATED_INDEXED_SPANS_PERCENTAGE =
"estimated_indexed_spans_percentage";
Expand Down Expand Up @@ -258,9 +246,6 @@ export const SERVERLESS_APPS_USAGE = "serverless_apps_usage";
export const SERVERLESS_APPS_PERCENTAGE = "serverless_apps_percentage";
export const SNMP_USAGE = "snmp_usage";
export const SNMP_PERCENTAGE = "snmp_percentage";
export const ESTIMATED_RUM_SESSIONS_USAGE = "estimated_rum_sessions_usage";
export const ESTIMATED_RUM_SESSIONS_PERCENTAGE =
"estimated_rum_sessions_percentage";
export const UNIVERSAL_SERVICE_MONITORING_USAGE =
"universal_service_monitoring_usage";
export const UNIVERSAL_SERVICE_MONITORING_PERCENTAGE =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,14 +210,6 @@ export class MonthlyUsageAttributionValues {
* The error tracking events usage by tag(s).
*/
"errorTrackingUsage"?: number;
/**
* The percentage of estimated live indexed logs usage by tag(s).
*/
"estimatedIndexedLogsPercentage"?: number;
/**
* The estimated live indexed logs usage by tag(s).
*/
"estimatedIndexedLogsUsage"?: number;
/**
* The percentage of estimated indexed spans usage by tag(s).
*/
Expand All @@ -226,14 +218,6 @@ export class MonthlyUsageAttributionValues {
* The estimated indexed spans usage by tag(s).
*/
"estimatedIndexedSpansUsage"?: number;
/**
* The percentage of estimated live ingested logs usage by tag(s).
*/
"estimatedIngestedLogsPercentage"?: number;
/**
* The estimated live ingested logs usage by tag(s).
*/
"estimatedIngestedLogsUsage"?: number;
/**
* The percentage of estimated ingested spans usage by tag(s).
*/
Expand All @@ -242,14 +226,6 @@ export class MonthlyUsageAttributionValues {
* The estimated ingested spans usage by tag(s).
*/
"estimatedIngestedSpansUsage"?: number;
/**
* The percentage of estimated rum sessions usage by tag(s).
*/
"estimatedRumSessionsPercentage"?: number;
/**
* The estimated rum sessions usage by tag(s).
*/
"estimatedRumSessionsUsage"?: number;
/**
* The percentage of Fargate usage by tags.
*/
Expand Down Expand Up @@ -837,16 +813,6 @@ export class MonthlyUsageAttributionValues {
type: "number",
format: "double",
},
estimatedIndexedLogsPercentage: {
baseName: "estimated_indexed_logs_percentage",
type: "number",
format: "double",
},
estimatedIndexedLogsUsage: {
baseName: "estimated_indexed_logs_usage",
type: "number",
format: "double",
},
estimatedIndexedSpansPercentage: {
baseName: "estimated_indexed_spans_percentage",
type: "number",
Expand All @@ -857,16 +823,6 @@ export class MonthlyUsageAttributionValues {
type: "number",
format: "double",
},
estimatedIngestedLogsPercentage: {
baseName: "estimated_ingested_logs_percentage",
type: "number",
format: "double",
},
estimatedIngestedLogsUsage: {
baseName: "estimated_ingested_logs_usage",
type: "number",
format: "double",
},
estimatedIngestedSpansPercentage: {
baseName: "estimated_ingested_spans_percentage",
type: "number",
Expand All @@ -877,16 +833,6 @@ export class MonthlyUsageAttributionValues {
type: "number",
format: "double",
},
estimatedRumSessionsPercentage: {
baseName: "estimated_rum_sessions_percentage",
type: "number",
format: "double",
},
estimatedRumSessionsUsage: {
baseName: "estimated_rum_sessions_usage",
type: "number",
format: "double",
},
fargatePercentage: {
baseName: "fargate_percentage",
type: "number",
Expand Down
9 changes: 0 additions & 9 deletions packages/datadog-api-client-v1/models/ObjectSerializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -819,11 +819,8 @@ const enumsMap: { [key: string]: any[] } = {
"dbm_queries_usage",
"error_tracking_usage",
"error_tracking_percentage",
"estimated_indexed_logs_usage",
"estimated_indexed_spans_usage",
"estimated_ingested_logs_usage",
"estimated_ingested_spans_usage",
"estimated_rum_sessions_usage",
"fargate_usage",
"functions_usage",
"incident_management_monthly_active_users_usage",
Expand Down Expand Up @@ -1040,10 +1037,6 @@ const enumsMap: { [key: string]: any[] } = {
"dbm_queries_usage",
"error_tracking_usage",
"error_tracking_percentage",
"estimated_indexed_logs_usage",
"estimated_indexed_logs_percentage",
"estimated_ingested_logs_usage",
"estimated_ingested_logs_percentage",
"estimated_indexed_spans_usage",
"estimated_indexed_spans_percentage",
"estimated_ingested_spans_usage",
Expand Down Expand Up @@ -1082,8 +1075,6 @@ const enumsMap: { [key: string]: any[] } = {
"serverless_apps_percentage",
"snmp_usage",
"snmp_percentage",
"estimated_rum_sessions_usage",
"estimated_rum_sessions_percentage",
"universal_service_monitoring_usage",
"universal_service_monitoring_percentage",
"vuln_management_hosts_usage",
Expand Down

0 comments on commit 1708d9b

Please sign in to comment.