Skip to content

Commit af2fc34

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add step_functions as valid enum for v1 AWS tag filter spec (#2102)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 06ecec0 commit af2fc34

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-11-13 15:00:41.714511",
8-
"spec_repo_commit": "1406acd6"
7+
"regenerated": "2024-11-14 14:10:43.295521",
8+
"spec_repo_commit": "5cabc1c5"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-13 15:00:41.733043",
13-
"spec_repo_commit": "1406acd6"
12+
"regenerated": "2024-11-14 14:10:43.313875",
13+
"spec_repo_commit": "5cabc1c5"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ components:
440440
- custom
441441
- network_elb
442442
- lambda
443+
- step_functions
443444
type: string
444445
x-enum-varnames:
445446
- ELB
@@ -449,6 +450,7 @@ components:
449450
- CUSTOM
450451
- NETWORK_ELB
451452
- LAMBDA
453+
- STEP_FUNCTIONS
452454
AWSTagFilter:
453455
description: A tag filter.
454456
properties:

lib/datadog_api_client/v1/models/aws_namespace.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ class AWSNamespace
2828
CUSTOM = "custom".freeze
2929
NETWORK_ELB = "network_elb".freeze
3030
LAMBDA = "lambda".freeze
31+
STEP_FUNCTIONS = "step_functions".freeze
3132
end
3233
end

0 commit comments

Comments
 (0)