Skip to content

Commit 9b173cd

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit b90ba5f of spec repo
1 parent 1b6bd64 commit 9b173cd

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
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:27:07.288"
2+
"spec_repo_commit": "b90ba5f",
3+
"generated": "2025-08-14 21:30:30.061"
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

lib/datadog_api_client/v2/models/aws_namespace_filters_exclude_only.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
require 'time'
1818

1919
module DatadogAPIClient::V2
20-
# Exclude only these namespaces from metrics collection. Defaults to `["AWS/SQS", "AWS/ElasticMapReduce"]`.
21-
# `AWS/SQS` and `AWS/ElasticMapReduce` are excluded by default to reduce your AWS CloudWatch costs from `GetMetricData` API calls.
20+
# Exclude only these namespaces from metrics collection. Defaults to `["AWS/SQS", "AWS/ElasticMapReduce", "AWS/Usage"]`.
21+
# `AWS/SQS`, `AWS/ElasticMapReduce`, and `AWS/Usage` are excluded by default to reduce your AWS CloudWatch costs from `GetMetricData` API calls.
2222
class AWSNamespaceFiltersExcludeOnly
2323
include BaseGenericModel
2424

25-
# Exclude only these namespaces from metrics collection. Defaults to `["AWS/SQS", "AWS/ElasticMapReduce"]`.
26-
# `AWS/SQS` and `AWS/ElasticMapReduce` are excluded by default to reduce your AWS CloudWatch costs from `GetMetricData` API calls.
25+
# Exclude only these namespaces from metrics collection. Defaults to `["AWS/SQS", "AWS/ElasticMapReduce", "AWS/Usage"]`.
26+
# `AWS/SQS`, `AWS/ElasticMapReduce`, and `AWS/Usage` are excluded by default to reduce your AWS CloudWatch costs from `GetMetricData` API calls.
2727
attr_reader :exclude_only
2828

2929
attr_accessor :additional_properties

0 commit comments

Comments
 (0)