From ec41faf875eed8ec1e0def03af75b748a1867855 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Thu, 18 Jun 2026 15:37:55 +0000 Subject: [PATCH] Regenerate client from commit 6eb9bbe of spec repo --- .generator/schemas/v1/openapi.yaml | 12 ++-- .../client/v1/api/AwsLogsIntegrationApi.java | 59 +++++++++++++++---- 2 files changed, 56 insertions(+), 15 deletions(-) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 2ba4dbf6d68..b62ca3eab33 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/main/java/com/datadog/api/client/v1/api/AwsLogsIntegrationApi.java b/src/main/java/com/datadog/api/client/v1/api/AwsLogsIntegrationApi.java index 01231900ab4..a9850dcf6e7 100644 --- a/src/main/java/com/datadog/api/client/v1/api/AwsLogsIntegrationApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/AwsLogsIntegrationApi.java @@ -56,7 +56,9 @@ public void setApiClient(ApiClient apiClient) { * @param body Check AWS Log Lambda Async request body. (required) * @return AWSLogsAsyncResponse * @throws ApiException if fails to make API call + * @deprecated */ + @Deprecated public AWSLogsAsyncResponse checkAWSLogsLambdaAsync(AWSAccountAndLambdaRequest body) throws ApiException { return checkAWSLogsLambdaAsyncWithHttpInfo(body).getData(); @@ -69,7 +71,9 @@ public AWSLogsAsyncResponse checkAWSLogsLambdaAsync(AWSAccountAndLambdaRequest b * * @param body Check AWS Log Lambda Async request body. (required) * @return CompletableFuture<AWSLogsAsyncResponse> + * @deprecated */ + @Deprecated public CompletableFuture checkAWSLogsLambdaAsyncAsync( AWSAccountAndLambdaRequest body) { return checkAWSLogsLambdaAsyncWithHttpInfoAsync(body) @@ -80,10 +84,10 @@ public CompletableFuture checkAWSLogsLambdaAsyncAsync( } /** - * 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. + * 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. * *
    *
  • Returns a status of 'created' when it's checking if the Lambda exists in the account. @@ -104,7 +108,10 @@ public CompletableFuture checkAWSLogsLambdaAsyncAsync( * 403 Authentication Error - * 429 Too many requests - * + * + * @deprecated */ + @Deprecated public ApiResponse checkAWSLogsLambdaAsyncWithHttpInfo( AWSAccountAndLambdaRequest body) throws ApiException { Object localVarPostBody = body; @@ -146,7 +153,9 @@ public ApiResponse checkAWSLogsLambdaAsyncWithHttpInfo( * * @param body Check AWS Log Lambda Async request body. (required) * @return CompletableFuture<ApiResponse<AWSLogsAsyncResponse>> + * @deprecated */ + @Deprecated public CompletableFuture> checkAWSLogsLambdaAsyncWithHttpInfoAsync(AWSAccountAndLambdaRequest body) { Object localVarPostBody = body; @@ -199,7 +208,9 @@ public ApiResponse checkAWSLogsLambdaAsyncWithHttpInfo( * @param body Check AWS Logs Async Services request body. (required) * @return AWSLogsAsyncResponse * @throws ApiException if fails to make API call + * @deprecated */ + @Deprecated public AWSLogsAsyncResponse checkAWSLogsServicesAsync(AWSLogsServicesRequest body) throws ApiException { return checkAWSLogsServicesAsyncWithHttpInfo(body).getData(); @@ -212,7 +223,9 @@ public AWSLogsAsyncResponse checkAWSLogsServicesAsync(AWSLogsServicesRequest bod * * @param body Check AWS Logs Async Services request body. (required) * @return CompletableFuture<AWSLogsAsyncResponse> + * @deprecated */ + @Deprecated public CompletableFuture checkAWSLogsServicesAsyncAsync( AWSLogsServicesRequest body) { return checkAWSLogsServicesAsyncWithHttpInfoAsync(body) @@ -223,9 +236,10 @@ public CompletableFuture checkAWSLogsServicesAsyncAsync( } /** - * 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. + * 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. * *
      *
    • Returns a status of created when it's checking if the permissions exists in @@ -247,7 +261,10 @@ public CompletableFuture checkAWSLogsServicesAsyncAsync( * 403 Authentication Error - * 429 Too many requests - * + * + * @deprecated */ + @Deprecated public ApiResponse checkAWSLogsServicesAsyncWithHttpInfo( AWSLogsServicesRequest body) throws ApiException { Object localVarPostBody = body; @@ -289,7 +306,9 @@ public ApiResponse checkAWSLogsServicesAsyncWithHttpInfo( * * @param body Check AWS Logs Async Services request body. (required) * @return CompletableFuture<ApiResponse<AWSLogsAsyncResponse>> + * @deprecated */ + @Deprecated public CompletableFuture> checkAWSLogsServicesAsyncWithHttpInfoAsync(AWSLogsServicesRequest body) { Object localVarPostBody = body; @@ -342,7 +361,9 @@ public ApiResponse checkAWSLogsServicesAsyncWithHttpInfo( * @param body AWS Log Lambda Async request body. (required) * @return Object * @throws ApiException if fails to make API call + * @deprecated */ + @Deprecated public Object createAWSLambdaARN(AWSAccountAndLambdaRequest body) throws ApiException { return createAWSLambdaARNWithHttpInfo(body).getData(); } @@ -354,7 +375,9 @@ public Object createAWSLambdaARN(AWSAccountAndLambdaRequest body) throws ApiExce * * @param body AWS Log Lambda Async request body. (required) * @return CompletableFuture<Object> + * @deprecated */ + @Deprecated public CompletableFuture createAWSLambdaARNAsync(AWSAccountAndLambdaRequest body) { return createAWSLambdaARNWithHttpInfoAsync(body) .thenApply( @@ -364,8 +387,8 @@ public CompletableFuture createAWSLambdaARNAsync(AWSAccountAndLambdaRequ } /** - * 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. * * @param body AWS Log Lambda Async request body. (required) * @return ApiResponse<Object> @@ -379,7 +402,10 @@ public CompletableFuture createAWSLambdaARNAsync(AWSAccountAndLambdaRequ * 403 Authentication Error - * 429 Too many requests - * + * + * @deprecated */ + @Deprecated public ApiResponse createAWSLambdaARNWithHttpInfo(AWSAccountAndLambdaRequest body) throws ApiException { Object localVarPostBody = body; @@ -421,7 +447,9 @@ public ApiResponse createAWSLambdaARNWithHttpInfo(AWSAccountAndLambdaReq * * @param body AWS Log Lambda Async request body. (required) * @return CompletableFuture<ApiResponse<Object>> + * @deprecated */ + @Deprecated public CompletableFuture> createAWSLambdaARNWithHttpInfoAsync( AWSAccountAndLambdaRequest body) { Object localVarPostBody = body; @@ -474,7 +502,9 @@ public CompletableFuture> createAWSLambdaARNWithHttpInfoAsyn * @param body Delete AWS Lambda ARN request body. (required) * @return Object * @throws ApiException if fails to make API call + * @deprecated */ + @Deprecated public Object deleteAWSLambdaARN(AWSAccountAndLambdaRequest body) throws ApiException { return deleteAWSLambdaARNWithHttpInfo(body).getData(); } @@ -486,7 +516,9 @@ public Object deleteAWSLambdaARN(AWSAccountAndLambdaRequest body) throws ApiExce * * @param body Delete AWS Lambda ARN request body. (required) * @return CompletableFuture<Object> + * @deprecated */ + @Deprecated public CompletableFuture deleteAWSLambdaARNAsync(AWSAccountAndLambdaRequest body) { return deleteAWSLambdaARNWithHttpInfoAsync(body) .thenApply( @@ -496,8 +528,8 @@ public CompletableFuture deleteAWSLambdaARNAsync(AWSAccountAndLambdaRequ } /** - * 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. * * @param body Delete AWS Lambda ARN request body. (required) * @return ApiResponse<Object> @@ -511,7 +543,10 @@ public CompletableFuture deleteAWSLambdaARNAsync(AWSAccountAndLambdaRequ * 403 Authentication Error - * 429 Too many requests - * + * + * @deprecated */ + @Deprecated public ApiResponse deleteAWSLambdaARNWithHttpInfo(AWSAccountAndLambdaRequest body) throws ApiException { Object localVarPostBody = body; @@ -553,7 +588,9 @@ public ApiResponse deleteAWSLambdaARNWithHttpInfo(AWSAccountAndLambdaReq * * @param body Delete AWS Lambda ARN request body. (required) * @return CompletableFuture<ApiResponse<Object>> + * @deprecated */ + @Deprecated public CompletableFuture> deleteAWSLambdaARNWithHttpInfoAsync( AWSAccountAndLambdaRequest body) { Object localVarPostBody = body;