From 9860938dc911ea67825b9c6498b866670d31ad4a Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 29 Oct 2025 15:16:30 +0000 Subject: [PATCH] Regenerate client from commit 8507789 of spec repo --- .generator/schemas/v1/openapi.yaml | 11 +++++++---- .../datadog/api/client/v1/api/AwsIntegrationApi.java | 11 +++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 9733740e175..4d62abaf52b 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -28175,7 +28175,7 @@ paths: - aws_configuration_read post: deprecated: true - description: '"**This endpoint is deprecated - use the V2 endpoints instead.** + description: '**This endpoint is deprecated - use the V2 endpoints instead.** Create a Datadog-Amazon Web Services integration. Using the `POST` method updates your integration configuration @@ -28334,7 +28334,8 @@ paths: /api/v1/integration/aws/event_bridge: delete: deprecated: true - description: Delete an Amazon EventBridge source. + description: '**This endpoint is deprecated - use the V2 endpoints instead.** + Delete an Amazon EventBridge source.' operationId: DeleteAWSEventBridgeSource requestBody: content: @@ -28375,7 +28376,8 @@ paths: - manage_integrations get: deprecated: true - description: Get all Amazon EventBridge sources. + description: '**This endpoint is deprecated - use the V2 endpoints instead.** + Get all Amazon EventBridge sources.' operationId: ListAWSEventBridgeSources parameters: [] responses: @@ -28407,7 +28409,8 @@ paths: permissions: [] post: deprecated: true - description: Create an Amazon EventBridge source. + description: '**This endpoint is deprecated - use the V2 endpoints instead.** + Create an Amazon EventBridge source.' operationId: CreateAWSEventBridgeSource requestBody: content: diff --git a/src/main/java/com/datadog/api/client/v1/api/AwsIntegrationApi.java b/src/main/java/com/datadog/api/client/v1/api/AwsIntegrationApi.java index 47a8ad132e7..df501f7305d 100644 --- a/src/main/java/com/datadog/api/client/v1/api/AwsIntegrationApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/AwsIntegrationApi.java @@ -89,7 +89,7 @@ public CompletableFuture createAWSAccountAsync(AWSAcco } /** - * "This endpoint is deprecated - use the V2 endpoints instead. Create a + * This endpoint is deprecated - use the V2 endpoints instead. Create a * Datadog-Amazon Web Services integration. Using the POST method updates your * integration configuration by adding your new configuration to the existing one in your Datadog * organization. A unique AWS Account ID for role based authentication. @@ -237,7 +237,8 @@ public CompletableFuture createAWSEventBridgeSourc } /** - * Create an Amazon EventBridge source. + * This endpoint is deprecated - use the V2 endpoints instead. Create an Amazon + * EventBridge source. * * @param body Create an Amazon EventBridge source for an AWS account with a given name and * region. (required) @@ -834,7 +835,8 @@ public CompletableFuture deleteAWSEventBridgeSourc } /** - * Delete an Amazon EventBridge source. + * This endpoint is deprecated - use the V2 endpoints instead. Delete an Amazon + * EventBridge source. * * @param body Delete the Amazon EventBridge source with the given name, region, and associated * AWS account. (required) @@ -1458,7 +1460,8 @@ public CompletableFuture listAWSEventBridgeSourcesAs } /** - * Get all Amazon EventBridge sources. + * This endpoint is deprecated - use the V2 endpoints instead. Get all Amazon + * EventBridge sources. * * @return ApiResponse<AWSEventBridgeListResponse> * @throws ApiException if fails to make API call