Skip to content

Commit d83f7eb

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

File tree

74 files changed

+2382
-514
lines changed

Some content is hidden

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

74 files changed

+2382
-514
lines changed

.generator/schemas/v2/openapi.yaml

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

src/datadogV2/model/mod.rs

Lines changed: 250 additions & 222 deletions
Large diffs are not rendered by default.

src/datadogV2/model/model_azure_storage_destination.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ use serde_with::skip_serializing_none;
77
use std::fmt::{self, Formatter};
88

99
/// The `azure_storage` destination forwards logs to an Azure Blob Storage container.
10+
///
11+
/// **Supported pipeline types:** logs
1012
#[non_exhaustive]
1113
#[skip_serializing_none]
1214
#[derive(Clone, Debug, PartialEq, Serialize)]

src/datadogV2/model/model_microsoft_sentinel_destination.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ use serde_with::skip_serializing_none;
77
use std::fmt::{self, Formatter};
88

99
/// The `microsoft_sentinel` destination forwards logs to Microsoft Sentinel.
10+
///
11+
/// **Supported pipeline types:** logs
1012
#[non_exhaustive]
1113
#[skip_serializing_none]
1214
#[derive(Clone, Debug, PartialEq, Serialize)]

src/datadogV2/model/model_observability_pipeline_add_env_vars_processor.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ use serde_with::skip_serializing_none;
77
use std::fmt::{self, Formatter};
88

99
/// The `add_env_vars` processor adds environment variable values to log events.
10+
///
11+
/// **Supported pipeline types:** logs
1012
#[non_exhaustive]
1113
#[skip_serializing_none]
1214
#[derive(Clone, Debug, PartialEq, Serialize)]

src/datadogV2/model/model_observability_pipeline_add_fields_processor.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ use serde_with::skip_serializing_none;
77
use std::fmt::{self, Formatter};
88

99
/// The `add_fields` processor adds static key-value fields to logs.
10+
///
11+
/// **Supported pipeline types:** logs
1012
#[non_exhaustive]
1113
#[skip_serializing_none]
1214
#[derive(Clone, Debug, PartialEq, Serialize)]

src/datadogV2/model/model_observability_pipeline_amazon_data_firehose_source.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ use serde_with::skip_serializing_none;
77
use std::fmt::{self, Formatter};
88

99
/// The `amazon_data_firehose` source ingests logs from AWS Data Firehose.
10+
///
11+
/// **Supported pipeline types:** logs
1012
#[non_exhaustive]
1113
#[skip_serializing_none]
1214
#[derive(Clone, Debug, PartialEq, Serialize)]

src/datadogV2/model/model_observability_pipeline_amazon_open_search_destination.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ use serde_with::skip_serializing_none;
77
use std::fmt::{self, Formatter};
88

99
/// The `amazon_opensearch` destination writes logs to Amazon OpenSearch.
10+
///
11+
/// **Supported pipeline types:** logs
1012
#[non_exhaustive]
1113
#[skip_serializing_none]
1214
#[derive(Clone, Debug, PartialEq, Serialize)]

src/datadogV2/model/model_observability_pipeline_amazon_s3_destination.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ use serde_with::skip_serializing_none;
77
use std::fmt::{self, Formatter};
88

99
/// The `amazon_s3` destination sends your logs in Datadog-rehydratable format to an Amazon S3 bucket for archiving.
10+
///
11+
/// **Supported pipeline types:** logs
1012
#[non_exhaustive]
1113
#[skip_serializing_none]
1214
#[derive(Clone, Debug, PartialEq, Serialize)]

src/datadogV2/model/model_observability_pipeline_amazon_s3_source.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ use std::fmt::{self, Formatter};
88

99
/// The `amazon_s3` source ingests logs from an Amazon S3 bucket.
1010
/// It supports AWS authentication and TLS encryption.
11+
///
12+
/// **Supported pipeline types:** logs
1113
#[non_exhaustive]
1214
#[skip_serializing_none]
1315
#[derive(Clone, Debug, PartialEq, Serialize)]

0 commit comments

Comments
 (0)