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:56.377989",
"spec_repo_commit": "1406acd6"
"regenerated": "2024-11-14 14:10:44.921491",
"spec_repo_commit": "5cabc1c5"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-13 15:00:56.397368",
"spec_repo_commit": "1406acd6"
"regenerated": "2024-11-14 14:10:44.940096",
"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
2 changes: 2 additions & 0 deletions packages/datadog-api-client-v1/models/AWSNamespace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export type AWSNamespace =
| typeof CUSTOM
| typeof NETWORK_ELB
| typeof LAMBDA
| typeof STEP_FUNCTIONS
| UnparsedObject;
export const ELB = "elb";
export const APPLICATION_ELB = "application_elb";
Expand All @@ -26,3 +27,4 @@ export const RDS = "rds";
export const CUSTOM = "custom";
export const NETWORK_ELB = "network_elb";
export const LAMBDA = "lambda";
export const STEP_FUNCTIONS = "step_functions";
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ const enumsMap: { [key: string]: any[] } = {
"custom",
"network_elb",
"lambda",
"step_functions",
],
AccessRole: ["st", "adm", "ro", "ERROR"],
AlertGraphWidgetDefinitionType: ["alert_graph"],
Expand Down
Loading