Skip to content

Commit 75492e5

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 6eb9bbe of spec repo
1 parent 7db6455 commit 75492e5

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32327,8 +32327,9 @@ paths:
3232732327
- aws_configuration_edit
3232832328
/api/v1/integration/aws/logs:
3232932329
delete:
32330+
deprecated: true
3233032331
description: >-
32331-
Delete a Datadog-AWS logs configuration by removing the specific Lambda ARN associated with a given AWS account.
32332+
**This endpoint is deprecated.** Delete a Datadog-AWS logs configuration by removing the specific Lambda ARN associated with a given AWS account.
3233232333
operationId: DeleteAWSLambdaARN
3233332334
requestBody:
3233432335
content:
@@ -32423,8 +32424,9 @@ paths:
3242332424
permissions:
3242432425
- aws_configuration_read
3242532426
post:
32427+
deprecated: true
3242632428
description: >-
32427-
Attach the Lambda ARN of the Lambda created for the Datadog-AWS log collection to your AWS account ID to enable log collection.
32429+
**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.
3242832430
operationId: CreateAWSLambdaARN
3242932431
requestBody:
3243032432
content:
@@ -32472,8 +32474,9 @@ paths:
3247232474
- aws_configuration_edit
3247332475
/api/v1/integration/aws/logs/check_async:
3247432476
post:
32477+
deprecated: true
3247532478
description: |-
32476-
Test if permissions are present to add a log-forwarding triggers for the given services and AWS account. The input
32479+
**This endpoint is deprecated.** Test if permissions are present to add a log-forwarding triggers for the given services and AWS account. The input
3247732480
is the same as for Enable an AWS service log collection. Subsequent requests will always repeat the above, so this
3247832481
endpoint can be polled intermittently instead of blocking.
3247932482

@@ -32623,8 +32626,9 @@ paths:
3262332626
- aws_configuration_edit
3262432627
/api/v1/integration/aws/logs/services_async:
3262532628
post:
32629+
deprecated: true
3262632630
description: |-
32627-
Test if permissions are present to add log-forwarding triggers for the
32631+
**This endpoint is deprecated.** Test if permissions are present to add log-forwarding triggers for the
3262832632
given services and AWS account. Input is the same as for `EnableAWSLogServices`.
3262932633
Done async, so can be repeatedly polled in a non-blocking fashion until
3263032634
the async request completes.

services/aws_logs_integration/src/v1/AWSLogsIntegrationApi.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ export class AWSLogsIntegrationApi {
833833
}
834834

835835
/**
836-
* Test if permissions are present to add a log-forwarding triggers for the given services and AWS account. The input
836+
* **This endpoint is deprecated.** Test if permissions are present to add a log-forwarding triggers for the given services and AWS account. The input
837837
* is the same as for Enable an AWS service log collection. Subsequent requests will always repeat the above, so this
838838
* endpoint can be polled intermittently instead of blocking.
839839
*
@@ -863,7 +863,7 @@ export class AWSLogsIntegrationApi {
863863
}
864864

865865
/**
866-
* Test if permissions are present to add log-forwarding triggers for the
866+
* **This endpoint is deprecated.** Test if permissions are present to add log-forwarding triggers for the
867867
* given services and AWS account. Input is the same as for `EnableAWSLogServices`.
868868
* Done async, so can be repeatedly polled in a non-blocking fashion until
869869
* the async request completes.
@@ -895,7 +895,7 @@ export class AWSLogsIntegrationApi {
895895
}
896896

897897
/**
898-
* Attach the Lambda ARN of the Lambda created for the Datadog-AWS log collection to your AWS account ID to enable log collection.
898+
* **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.
899899
* @param param The request object
900900
*/
901901
public createAWSLambdaARN(
@@ -916,7 +916,7 @@ export class AWSLogsIntegrationApi {
916916
}
917917

918918
/**
919-
* Delete a Datadog-AWS logs configuration by removing the specific Lambda ARN associated with a given AWS account.
919+
* **This endpoint is deprecated.** Delete a Datadog-AWS logs configuration by removing the specific Lambda ARN associated with a given AWS account.
920920
* @param param The request object
921921
*/
922922
public deleteAWSLambdaARN(

0 commit comments

Comments
 (0)