Skip to content

Commit 279e340

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 12d9c26 of spec repo
1 parent 7db6455 commit 279e340

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32472,8 +32472,9 @@ paths:
3247232472
- aws_configuration_edit
3247332473
/api/v1/integration/aws/logs/check_async:
3247432474
post:
32475+
deprecated: true
3247532476
description: |-
32476-
Test if permissions are present to add a log-forwarding triggers for the given services and AWS account. The input
32477+
**This endpoint is deprecated.** Test if permissions are present to add a log-forwarding triggers for the given services and AWS account. The input
3247732478
is the same as for Enable an AWS service log collection. Subsequent requests will always repeat the above, so this
3247832479
endpoint can be polled intermittently instead of blocking.
3247932480

@@ -32623,8 +32624,9 @@ paths:
3262332624
- aws_configuration_edit
3262432625
/api/v1/integration/aws/logs/services_async:
3262532626
post:
32627+
deprecated: true
3262632628
description: |-
32627-
Test if permissions are present to add log-forwarding triggers for the
32629+
**This endpoint is deprecated.** Test if permissions are present to add log-forwarding triggers for the
3262832630
given services and AWS account. Input is the same as for `EnableAWSLogServices`.
3262932631
Done async, so can be repeatedly polled in a non-blocking fashion until
3263032632
the async request completes.

services/aws_logs_integration/src/v1/AWSLogsIntegrationApi.ts

Lines changed: 2 additions & 2 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.

0 commit comments

Comments
 (0)