Skip to content

Commit c64a8de

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit b90ba5f of spec repo
1 parent 330a09e commit c64a8de

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "8001cbb",
3-
"generated": "2025-08-13 20:28:47.526"
2+
"spec_repo_commit": "b90ba5f",
3+
"generated": "2025-08-14 21:32:00.733"
44
}

.generator/schemas/v2/openapi.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,20 +1763,21 @@ components:
17631763
- $ref: '#/components/schemas/AWSNamespaceFiltersIncludeOnly'
17641764
AWSNamespaceFiltersExcludeOnly:
17651765
description: 'Exclude only these namespaces from metrics collection. Defaults
1766-
to `["AWS/SQS", "AWS/ElasticMapReduce"]`.
1766+
to `["AWS/SQS", "AWS/ElasticMapReduce", "AWS/Usage"]`.
17671767

1768-
`AWS/SQS` and `AWS/ElasticMapReduce` are excluded by default to reduce your
1769-
AWS CloudWatch costs from `GetMetricData` API calls.'
1768+
`AWS/SQS`, `AWS/ElasticMapReduce`, and `AWS/Usage` are excluded by default
1769+
to reduce your AWS CloudWatch costs from `GetMetricData` API calls.'
17701770
properties:
17711771
exclude_only:
17721772
description: 'Exclude only these namespaces from metrics collection. Defaults
1773-
to `["AWS/SQS", "AWS/ElasticMapReduce"]`.
1773+
to `["AWS/SQS", "AWS/ElasticMapReduce", "AWS/Usage"]`.
17741774

1775-
`AWS/SQS` and `AWS/ElasticMapReduce` are excluded by default to reduce
1776-
your AWS CloudWatch costs from `GetMetricData` API calls.'
1775+
`AWS/SQS`, `AWS/ElasticMapReduce`, and `AWS/Usage` are excluded by default
1776+
to reduce your AWS CloudWatch costs from `GetMetricData` API calls.'
17771777
example:
17781778
- AWS/SQS
17791779
- AWS/ElasticMapReduce
1780+
- AWS/Usage
17801781
items:
17811782
example: AWS/SQS
17821783
type: string

src/main/java/com/datadog/api/client/v2/model/AWSNamespaceFiltersExcludeOnly.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121

2222
/**
2323
* Exclude only these namespaces from metrics collection. Defaults to <code>
24-
* ["AWS/SQS", "AWS/ElasticMapReduce"]</code>. <code>AWS/SQS</code> and <code>AWS/ElasticMapReduce
25-
* </code> are excluded by default to reduce your AWS CloudWatch costs from <code>GetMetricData
26-
* </code> API calls.
24+
* ["AWS/SQS", "AWS/ElasticMapReduce", "AWS/Usage"]</code>. <code>AWS/SQS</code>, <code>
25+
* AWS/ElasticMapReduce</code>, and <code>AWS/Usage</code> are excluded by default to reduce your
26+
* AWS CloudWatch costs from <code>GetMetricData</code> API calls.
2727
*/
2828
@JsonPropertyOrder({AWSNamespaceFiltersExcludeOnly.JSON_PROPERTY_EXCLUDE_ONLY})
2929
@jakarta.annotation.Generated(
@@ -53,9 +53,9 @@ public AWSNamespaceFiltersExcludeOnly addExcludeOnlyItem(String excludeOnlyItem)
5353

5454
/**
5555
* Exclude only these namespaces from metrics collection. Defaults to <code>
56-
* ["AWS/SQS", "AWS/ElasticMapReduce"]</code>. <code>AWS/SQS</code> and <code>AWS/ElasticMapReduce
57-
* </code> are excluded by default to reduce your AWS CloudWatch costs from <code>GetMetricData
58-
* </code> API calls.
56+
* ["AWS/SQS", "AWS/ElasticMapReduce", "AWS/Usage"]</code>. <code>AWS/SQS</code>, <code>
57+
* AWS/ElasticMapReduce</code>, and <code>AWS/Usage</code> are excluded by default to reduce your
58+
* AWS CloudWatch costs from <code>GetMetricData</code> API calls.
5959
*
6060
* @return excludeOnly
6161
*/

0 commit comments

Comments
 (0)