You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -347,7 +347,7 @@ func (a *AWSIntegrationApi) CreateNewAWSExternalID(ctx _context.Context, body AW
347
347
}
348
348
349
349
// DeleteAWSAccount Delete an AWS integration.
350
-
// Delete a Datadog-AWS integration matching the specified `account_id` and `role_name parameters`.
350
+
// **This endpoint is deprecated - use the V2 endpoints instead.** Delete a Datadog-AWS integration matching the specified `account_id` and `role_name parameters`.
@@ -879,7 +879,7 @@ func (a *AWSIntegrationApi) ListAWSTagFilters(ctx _context.Context, accountId st
879
879
}
880
880
881
881
// ListAvailableAWSNamespaces List namespace rules.
882
-
// List all namespace rules for a given Datadog-AWS integration. This endpoint takes no arguments.
882
+
// **This endpoint is deprecated - use the V2 endpoints instead.** List all namespace rules for a given Datadog-AWS integration. This endpoint takes no arguments.
Copy file name to clipboardExpand all lines: api/datadogV1/api_aws_logs_integration.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -513,7 +513,7 @@ func (a *AWSLogsIntegrationApi) ListAWSLogsIntegrations(ctx _context.Context) ([
513
513
}
514
514
515
515
// ListAWSLogsServices Get list of AWS log ready services.
516
-
// Get the list of current AWS services that Datadog offers automatic log collection. Use returned service IDs with the services parameter for the Enable an AWS service log collection API endpoint.
516
+
// **This endpoint is deprecated - use the V2 endpoint instead.** Get the list of current AWS services that Datadog offers automatic log collection. Use returned service IDs with the services parameter for the Enable an AWS service log collection API endpoint.
// Whether Datadog collects cloud security posture management resources from your AWS account. This includes additional resources not covered under the general `resource_collection`.
0 commit comments