From cde57421c37bb9f580f4068578fa0235ab84bf07 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Thu, 18 Jun 2026 15:42:07 +0000 Subject: [PATCH] Regenerate client from commit 6eb9bbe of spec repo --- .generator/schemas/v1/openapi.yaml | 12 ++++++++---- src/datadogV1/api/api_aws_logs_integration.rs | 16 ++++++++-------- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 2ba4dbf6d6..b62ca3eab3 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -32327,8 +32327,9 @@ paths: - aws_configuration_edit /api/v1/integration/aws/logs: delete: + deprecated: true description: >- - Delete a Datadog-AWS logs configuration by removing the specific Lambda ARN associated with a given AWS account. + **This endpoint is deprecated.** Delete a Datadog-AWS logs configuration by removing the specific Lambda ARN associated with a given AWS account. operationId: DeleteAWSLambdaARN requestBody: content: @@ -32423,8 +32424,9 @@ paths: permissions: - aws_configuration_read post: + deprecated: true description: >- - Attach the Lambda ARN of the Lambda created for the Datadog-AWS log collection to your AWS account ID to enable log collection. + **This endpoint is deprecated.** Attach the Lambda ARN of the Lambda created for the Datadog-AWS log collection to your AWS account ID to enable log collection. operationId: CreateAWSLambdaARN requestBody: content: @@ -32472,8 +32474,9 @@ paths: - aws_configuration_edit /api/v1/integration/aws/logs/check_async: post: + deprecated: true description: |- - Test if permissions are present to add a log-forwarding triggers for the given services and AWS account. The input + **This endpoint is deprecated.** Test if permissions are present to add a log-forwarding triggers for the given services and AWS account. The input is the same as for Enable an AWS service log collection. Subsequent requests will always repeat the above, so this endpoint can be polled intermittently instead of blocking. @@ -32623,8 +32626,9 @@ paths: - aws_configuration_edit /api/v1/integration/aws/logs/services_async: post: + deprecated: true description: |- - Test if permissions are present to add log-forwarding triggers for the + **This endpoint is deprecated.** Test if permissions are present to add log-forwarding triggers for the given services and AWS account. Input is the same as for `EnableAWSLogServices`. Done async, so can be repeatedly polled in a non-blocking fashion until the async request completes. diff --git a/src/datadogV1/api/api_aws_logs_integration.rs b/src/datadogV1/api/api_aws_logs_integration.rs index 8e825ab2aa..d3072de09f 100644 --- a/src/datadogV1/api/api_aws_logs_integration.rs +++ b/src/datadogV1/api/api_aws_logs_integration.rs @@ -141,7 +141,7 @@ impl AWSLogsIntegrationAPI { Self { config, client } } - /// Test if permissions are present to add a log-forwarding triggers for the given services and AWS account. The input + /// **This endpoint is deprecated.** Test if permissions are present to add a log-forwarding triggers for the given services and AWS account. The input /// is the same as for Enable an AWS service log collection. Subsequent requests will always repeat the above, so this /// endpoint can be polled intermittently instead of blocking. /// @@ -170,7 +170,7 @@ impl AWSLogsIntegrationAPI { } } - /// Test if permissions are present to add a log-forwarding triggers for the given services and AWS account. The input + /// **This endpoint is deprecated.** Test if permissions are present to add a log-forwarding triggers for the given services and AWS account. The input /// is the same as for Enable an AWS service log collection. Subsequent requests will always repeat the above, so this /// endpoint can be polled intermittently instead of blocking. /// @@ -310,7 +310,7 @@ impl AWSLogsIntegrationAPI { } } - /// Test if permissions are present to add log-forwarding triggers for the + /// **This endpoint is deprecated.** Test if permissions are present to add log-forwarding triggers for the /// given services and AWS account. Input is the same as for `EnableAWSLogServices`. /// Done async, so can be repeatedly polled in a non-blocking fashion until /// the async request completes. @@ -344,7 +344,7 @@ impl AWSLogsIntegrationAPI { } } - /// Test if permissions are present to add log-forwarding triggers for the + /// **This endpoint is deprecated.** Test if permissions are present to add log-forwarding triggers for the /// given services and AWS account. Input is the same as for `EnableAWSLogServices`. /// Done async, so can be repeatedly polled in a non-blocking fashion until /// the async request completes. @@ -486,7 +486,7 @@ impl AWSLogsIntegrationAPI { } } - /// Attach the Lambda ARN of the Lambda created for the Datadog-AWS log collection to your AWS account ID to enable log collection. + /// **This endpoint is deprecated.** Attach the Lambda ARN of the Lambda created for the Datadog-AWS log collection to your AWS account ID to enable log collection. pub async fn create_aws_lambda_arn( &self, body: crate::datadogV1::model::AWSAccountAndLambdaRequest, @@ -508,7 +508,7 @@ impl AWSLogsIntegrationAPI { } } - /// Attach the Lambda ARN of the Lambda created for the Datadog-AWS log collection to your AWS account ID to enable log collection. + /// **This endpoint is deprecated.** Attach the Lambda ARN of the Lambda created for the Datadog-AWS log collection to your AWS account ID to enable log collection. pub async fn create_aws_lambda_arn_with_http_info( &self, body: crate::datadogV1::model::AWSAccountAndLambdaRequest, @@ -641,7 +641,7 @@ impl AWSLogsIntegrationAPI { } } - /// Delete a Datadog-AWS logs configuration by removing the specific Lambda ARN associated with a given AWS account. + /// **This endpoint is deprecated.** Delete a Datadog-AWS logs configuration by removing the specific Lambda ARN associated with a given AWS account. pub async fn delete_aws_lambda_arn( &self, body: crate::datadogV1::model::AWSAccountAndLambdaRequest, @@ -663,7 +663,7 @@ impl AWSLogsIntegrationAPI { } } - /// Delete a Datadog-AWS logs configuration by removing the specific Lambda ARN associated with a given AWS account. + /// **This endpoint is deprecated.** Delete a Datadog-AWS logs configuration by removing the specific Lambda ARN associated with a given AWS account. pub async fn delete_aws_lambda_arn_with_http_info( &self, body: crate::datadogV1::model::AWSAccountAndLambdaRequest,