File tree Expand file tree Collapse file tree
services/aws_logs_integration/src/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments