Skip to content

Commit 9558815

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

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-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:56.377989",
8-
"spec_repo_commit": "1406acd6"
7+
"regenerated": "2024-11-14 14:10:44.921491",
8+
"spec_repo_commit": "5cabc1c5"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-13 15:00:56.397368",
13-
"spec_repo_commit": "1406acd6"
12+
"regenerated": "2024-11-14 14:10:44.940096",
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:

packages/datadog-api-client-v1/models/AWSNamespace.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export type AWSNamespace =
1818
| typeof CUSTOM
1919
| typeof NETWORK_ELB
2020
| typeof LAMBDA
21+
| typeof STEP_FUNCTIONS
2122
| UnparsedObject;
2223
export const ELB = "elb";
2324
export const APPLICATION_ELB = "application_elb";
@@ -26,3 +27,4 @@ export const RDS = "rds";
2627
export const CUSTOM = "custom";
2728
export const NETWORK_ELB = "network_elb";
2829
export const LAMBDA = "lambda";
30+
export const STEP_FUNCTIONS = "step_functions";

packages/datadog-api-client-v1/models/ObjectSerializer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ const enumsMap: { [key: string]: any[] } = {
666666
"custom",
667667
"network_elb",
668668
"lambda",
669+
"step_functions",
669670
],
670671
AccessRole: ["st", "adm", "ro", "ERROR"],
671672
AlertGraphWidgetDefinitionType: ["alert_graph"],

0 commit comments

Comments
 (0)