Skip to content

Commit eeabd8b

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 4fdb1f5 of spec repo
1 parent 680cfef commit eeabd8b

File tree

73 files changed

+4301
-1555
lines changed

Some content is hidden

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

73 files changed

+4301
-1555
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 582 additions & 94 deletions
Large diffs are not rendered by default.

src/main/java/com/datadog/api/client/v2/model/AzureStorageDestination.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@
1919
import java.util.Map;
2020
import java.util.Objects;
2121

22-
/** The <code>azure_storage</code> destination forwards logs to an Azure Blob Storage container. */
22+
/**
23+
* The <code>azure_storage</code> destination forwards logs to an Azure Blob Storage container.
24+
*
25+
* <p><strong>Supported pipeline types:</strong> logs
26+
*/
2327
@JsonPropertyOrder({
2428
AzureStorageDestination.JSON_PROPERTY_BLOB_PREFIX,
2529
AzureStorageDestination.JSON_PROPERTY_CONTAINER_NAME,

src/main/java/com/datadog/api/client/v2/model/MicrosoftSentinelDestination.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@
1919
import java.util.Map;
2020
import java.util.Objects;
2121

22-
/** The <code>microsoft_sentinel</code> destination forwards logs to Microsoft Sentinel. */
22+
/**
23+
* The <code>microsoft_sentinel</code> destination forwards logs to Microsoft Sentinel.
24+
*
25+
* <p><strong>Supported pipeline types:</strong> logs
26+
*/
2327
@JsonPropertyOrder({
2428
MicrosoftSentinelDestination.JSON_PROPERTY_CLIENT_ID,
2529
MicrosoftSentinelDestination.JSON_PROPERTY_DCR_IMMUTABLE_ID,

src/main/java/com/datadog/api/client/v2/model/ObservabilityPipelineAddEnvVarsProcessor.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@
1919
import java.util.Map;
2020
import java.util.Objects;
2121

22-
/** The <code>add_env_vars</code> processor adds environment variable values to log events. */
22+
/**
23+
* The <code>add_env_vars</code> processor adds environment variable values to log events.
24+
*
25+
* <p><strong>Supported pipeline types:</strong> logs
26+
*/
2327
@JsonPropertyOrder({
2428
ObservabilityPipelineAddEnvVarsProcessor.JSON_PROPERTY_DISPLAY_NAME,
2529
ObservabilityPipelineAddEnvVarsProcessor.JSON_PROPERTY_ENABLED,

src/main/java/com/datadog/api/client/v2/model/ObservabilityPipelineAddFieldsProcessor.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@
1919
import java.util.Map;
2020
import java.util.Objects;
2121

22-
/** The <code>add_fields</code> processor adds static key-value fields to logs. */
22+
/**
23+
* The <code>add_fields</code> processor adds static key-value fields to logs.
24+
*
25+
* <p><strong>Supported pipeline types:</strong> logs
26+
*/
2327
@JsonPropertyOrder({
2428
ObservabilityPipelineAddFieldsProcessor.JSON_PROPERTY_DISPLAY_NAME,
2529
ObservabilityPipelineAddFieldsProcessor.JSON_PROPERTY_ENABLED,

src/main/java/com/datadog/api/client/v2/model/ObservabilityPipelineAmazonDataFirehoseSource.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717
import java.util.Map;
1818
import java.util.Objects;
1919

20-
/** The <code>amazon_data_firehose</code> source ingests logs from AWS Data Firehose. */
20+
/**
21+
* The <code>amazon_data_firehose</code> source ingests logs from AWS Data Firehose.
22+
*
23+
* <p><strong>Supported pipeline types:</strong> logs
24+
*/
2125
@JsonPropertyOrder({
2226
ObservabilityPipelineAmazonDataFirehoseSource.JSON_PROPERTY_AUTH,
2327
ObservabilityPipelineAmazonDataFirehoseSource.JSON_PROPERTY_ID,

src/main/java/com/datadog/api/client/v2/model/ObservabilityPipelineAmazonOpenSearchDestination.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@
1919
import java.util.Map;
2020
import java.util.Objects;
2121

22-
/** The <code>amazon_opensearch</code> destination writes logs to Amazon OpenSearch. */
22+
/**
23+
* The <code>amazon_opensearch</code> destination writes logs to Amazon OpenSearch.
24+
*
25+
* <p><strong>Supported pipeline types:</strong> logs
26+
*/
2327
@JsonPropertyOrder({
2428
ObservabilityPipelineAmazonOpenSearchDestination.JSON_PROPERTY_AUTH,
2529
ObservabilityPipelineAmazonOpenSearchDestination.JSON_PROPERTY_BULK_INDEX,

src/main/java/com/datadog/api/client/v2/model/ObservabilityPipelineAmazonS3Destination.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
/**
2323
* The <code>amazon_s3</code> destination sends your logs in Datadog-rehydratable format to an
2424
* Amazon S3 bucket for archiving.
25+
*
26+
* <p><strong>Supported pipeline types:</strong> logs
2527
*/
2628
@JsonPropertyOrder({
2729
ObservabilityPipelineAmazonS3Destination.JSON_PROPERTY_AUTH,

src/main/java/com/datadog/api/client/v2/model/ObservabilityPipelineAmazonS3Source.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
/**
2121
* The <code>amazon_s3</code> source ingests logs from an Amazon S3 bucket. It supports AWS
2222
* authentication and TLS encryption.
23+
*
24+
* <p><strong>Supported pipeline types:</strong> logs
2325
*/
2426
@JsonPropertyOrder({
2527
ObservabilityPipelineAmazonS3Source.JSON_PROPERTY_AUTH,

src/main/java/com/datadog/api/client/v2/model/ObservabilityPipelineAmazonSecurityLakeDestination.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@
1919
import java.util.Map;
2020
import java.util.Objects;
2121

22-
/** The <code>amazon_security_lake</code> destination sends your logs to Amazon Security Lake. */
22+
/**
23+
* The <code>amazon_security_lake</code> destination sends your logs to Amazon Security Lake.
24+
*
25+
* <p><strong>Supported pipeline types:</strong> logs
26+
*/
2327
@JsonPropertyOrder({
2428
ObservabilityPipelineAmazonSecurityLakeDestination.JSON_PROPERTY_AUTH,
2529
ObservabilityPipelineAmazonSecurityLakeDestination.JSON_PROPERTY_BUCKET,

0 commit comments

Comments
 (0)