@@ -27347,6 +27347,7 @@ paths:
2734727347 - hosts_read
2734827348 /api/v1/integration/aws:
2734927349 delete:
27350+ deprecated: true
2735027351 description: Delete a Datadog-AWS integration matching the specified `account_id`
2735127352 and `role_name parameters`.
2735227353 operationId: DeleteAWSAccount
@@ -27393,6 +27394,7 @@ paths:
2739327394 permissions:
2739427395 - aws_configurations_manage
2739527396 get:
27397+ deprecated: true
2739627398 description: List all Datadog-AWS integrations available in your Datadog organization.
2739727399 operationId: ListAWSAccounts
2739827400 parameters:
@@ -27443,6 +27445,7 @@ paths:
2744327445 permissions:
2744427446 - aws_configuration_read
2744527447 post:
27448+ deprecated: true
2744627449 description: 'Create a Datadog-Amazon Web Services integration.
2744727450
2744827451 Using the `POST` method updates your integration configuration
@@ -27494,6 +27497,7 @@ paths:
2749427497 permissions:
2749527498 - aws_configurations_manage
2749627499 put:
27500+ deprecated: true
2749727501 description: Update a Datadog-Amazon Web Services integration.
2749827502 operationId: UpdateAWSAccount
2749927503 parameters:
@@ -27563,6 +27567,7 @@ paths:
2756327567 - aws_configuration_edit
2756427568 /api/v1/integration/aws/available_namespace_rules:
2756527569 get:
27570+ deprecated: true
2756627571 description: List all namespace rules for a given Datadog-AWS integration. This
2756727572 endpoint takes no arguments.
2756827573 operationId: ListAvailableAWSNamespaces
@@ -27708,6 +27713,7 @@ paths:
2770827713 - manage_integrations
2770927714 /api/v1/integration/aws/filtering:
2771027715 delete:
27716+ deprecated: true
2771127717 description: Delete a tag filtering entry.
2771227718 operationId: DeleteAWSTagFilter
2771327719 requestBody:
@@ -27749,6 +27755,7 @@ paths:
2774927755 permissions:
2775027756 - aws_configuration_edit
2775127757 get:
27758+ deprecated: true
2775227759 description: Get all AWS tag filters.
2775327760 operationId: ListAWSTagFilters
2775427761 parameters:
@@ -27787,6 +27794,7 @@ paths:
2778727794 permissions:
2778827795 - aws_configuration_read
2778927796 post:
27797+ deprecated: true
2779027798 description: Set an AWS tag filter.
2779127799 operationId: CreateAWSTagFilter
2779227800 requestBody:
@@ -27832,6 +27840,7 @@ paths:
2783227840 - aws_configuration_edit
2783327841 /api/v1/integration/aws/generate_new_external_id:
2783427842 put:
27843+ deprecated: true
2783527844 description: Generate a new AWS external ID for a given AWS account ID and role
2783627845 name pair.
2783727846 operationId: CreateNewAWSExternalID
@@ -27917,6 +27926,7 @@ paths:
2791727926 permissions:
2791827927 - aws_configuration_edit
2791927928 get:
27929+ deprecated: true
2792027930 description: List all Datadog-AWS Logs integrations configured in your Datadog
2792127931 account.
2792227932 operationId: ListAWSLogsIntegrations
@@ -28058,6 +28068,7 @@ paths:
2805828068 - aws_configuration_read
2805928069 /api/v1/integration/aws/logs/services:
2806028070 get:
28071+ deprecated: true
2806128072 description: Get the list of current AWS services that Datadog offers automatic
2806228073 log collection. Use returned service IDs with the services parameter for the
2806328074 Enable an AWS service log collection API endpoint.
@@ -28100,6 +28111,7 @@ paths:
2810028111 permissions:
2810128112 - aws_configuration_read
2810228113 post:
28114+ deprecated: true
2810328115 description: Enable automatic log collection for a list of services. This should
2810428116 be run after running `CreateAWSLambdaARN` to save the configuration.
2810528117 operationId: EnableAWSLogServices
0 commit comments