Skip to content

Commit 2aa3229

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 4e414b6 of spec repo
1 parent 90a1dc9 commit 2aa3229

File tree

47 files changed

+418
-109
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+418
-109
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "b308db8",
3-
"generated": "2025-08-04 15:39:57.539"
2+
"spec_repo_commit": "4e414b6",
3+
"generated": "2025-08-04 21:58:27.784"
44
}

.generator/schemas/v2/openapi.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,6 +1625,8 @@ components:
16251625
example: arn:aws:lambda:us-east-1:123456789012:function:DatadogLambdaLogForwarder
16261626
type: string
16271627
type: array
1628+
log_source_config:
1629+
$ref: '#/components/schemas/AWSLambdaForwarderConfigLogSourceConfig'
16281630
sources:
16291631
description: 'List of service IDs set to enable automatic log collection.
16301632
Discover the list of available services with the
@@ -1636,6 +1638,36 @@ components:
16361638
type: string
16371639
type: array
16381640
type: object
1641+
AWSLambdaForwarderConfigLogSourceConfig:
1642+
description: Log source configuration.
1643+
properties:
1644+
tag_filters:
1645+
description: List of AWS log source tag filters. Defaults to `[]`.
1646+
items:
1647+
$ref: '#/components/schemas/AWSLogSourceTagFilter'
1648+
type: array
1649+
type: object
1650+
AWSLogSourceTagFilter:
1651+
description: 'AWS Log Source tag filters list. Defaults to `[]`.
1652+
1653+
The array of custom AWS resource tags (in the form `key:value`) defines a
1654+
filter that Datadog uses when collecting logs from a specified log source.'
1655+
properties:
1656+
source:
1657+
description: The AWS log source for which the tag filters defined in `tags`
1658+
will be applied.
1659+
example: s3
1660+
type: string
1661+
tags:
1662+
description: The AWS resource tags to filter on for the log source specified
1663+
by `source`.
1664+
items:
1665+
description: Tag in the form `key:value`.
1666+
example: env:prod
1667+
type: string
1668+
nullable: true
1669+
type: array
1670+
type: object
16391671
AWSLogsConfig:
16401672
description: AWS Logs Collection config.
16411673
properties:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-11-14T20:07:56.996Z
1+
2025-08-04T21:52:11.516Z

cassettes/features/v2/aws_integration/Create-an-AWS-account-returns-AWS-Account-object-response.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-11-14T20:07:57.855Z
1+
2025-08-04T21:52:12.697Z

cassettes/features/v2/aws_integration/Create-an-AWS-integration-returns-AWS-Account-object-response.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-11-14T20:07:58.234Z
1+
2025-08-04T21:52:13.057Z

cassettes/features/v2/aws_integration/Create-an-AWS-integration-returns-Bad-Request-response.yml

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-11-14T20:07:58.346Z
1+
2025-08-04T21:52:13.152Z

cassettes/features/v2/aws_integration/Create-an-AWS-integration-returns-Conflict-response.yml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)