Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-11-13 15:00:41.714511",
"spec_repo_commit": "1406acd6"
"regenerated": "2024-11-14 14:10:43.295521",
"spec_repo_commit": "5cabc1c5"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-13 15:00:41.733043",
"spec_repo_commit": "1406acd6"
"regenerated": "2024-11-14 14:10:43.313875",
"spec_repo_commit": "5cabc1c5"
}
}
}
2 changes: 2 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ components:
- custom
- network_elb
- lambda
- step_functions
type: string
x-enum-varnames:
- ELB
Expand All @@ -449,6 +450,7 @@ components:
- CUSTOM
- NETWORK_ELB
- LAMBDA
- STEP_FUNCTIONS
AWSTagFilter:
description: A tag filter.
properties:
Expand Down
1 change: 1 addition & 0 deletions lib/datadog_api_client/v1/models/aws_namespace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ class AWSNamespace
CUSTOM = "custom".freeze
NETWORK_ELB = "network_elb".freeze
LAMBDA = "lambda".freeze
STEP_FUNCTIONS = "step_functions".freeze
end
end
Loading