File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
lib/datadog_api_client/v1/models Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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
3233end
You can’t perform that action at this time.
0 commit comments