Skip to content

Commit 66858b4

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit b0e87be of spec repo
1 parent aead0a0 commit 66858b4

File tree

47 files changed

+421
-104
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

+421
-104
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": "f391bf6",
3-
"generated": "2025-08-06 15:14:10.931"
2+
"spec_repo_commit": "b0e87be",
3+
"generated": "2025-08-06 18:51:54.642"
44
}

.generator/schemas/v2/openapi.yaml

Lines changed: 39 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,43 @@ 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 Logs Source Tag Filters list. Defaults to `[]`.
1652+
1653+
Array of log source to AWS resource tag mappings. Each mapping contains a
1654+
log source and its associated AWS resource tags (in `key:value` format) used
1655+
to filter logs submitted to Datadog.
1656+
1657+
Tags filters are applied for tags on the AWS resource emitting logs; tags
1658+
associated with the log storage entity (e.g., CloudWatch Log Group, S3 Bucket)
1659+
are not considered.
1660+
1661+
For more information on resource tag filter syntax, [see our documentation](https://docs.datadoghq.com/account_management/billing/aws/#aws-resource-exclusion).'
1662+
properties:
1663+
source:
1664+
description: The AWS log source for which the tag filters defined in `tags`
1665+
will be applied.
1666+
example: s3
1667+
type: string
1668+
tags:
1669+
description: The AWS resource tags to filter on for the log source specified
1670+
by `source`.
1671+
items:
1672+
description: Tag in the form `key:value`.
1673+
example: env:prod
1674+
type: string
1675+
nullable: true
1676+
type: array
1677+
type: object
16391678
AWSLogsConfig:
16401679
description: AWS Logs Collection config.
16411680
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-06T17:41:40.185Z

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-06T17:41:41.364Z

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-06T17:41:41.716Z

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-06T17:41:41.817Z

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)