@@ -27347,6 +27347,7 @@ paths:
27347
27347
- hosts_read
27348
27348
/api/v1/integration/aws:
27349
27349
delete:
27350
+ deprecated: true
27350
27351
description: Delete a Datadog-AWS integration matching the specified `account_id`
27351
27352
and `role_name parameters`.
27352
27353
operationId: DeleteAWSAccount
@@ -27393,6 +27394,7 @@ paths:
27393
27394
permissions:
27394
27395
- aws_configurations_manage
27395
27396
get:
27397
+ deprecated: true
27396
27398
description: List all Datadog-AWS integrations available in your Datadog organization.
27397
27399
operationId: ListAWSAccounts
27398
27400
parameters:
@@ -27443,6 +27445,7 @@ paths:
27443
27445
permissions:
27444
27446
- aws_configuration_read
27445
27447
post:
27448
+ deprecated: true
27446
27449
description: 'Create a Datadog-Amazon Web Services integration.
27447
27450
27448
27451
Using the `POST` method updates your integration configuration
@@ -27494,6 +27497,7 @@ paths:
27494
27497
permissions:
27495
27498
- aws_configurations_manage
27496
27499
put:
27500
+ deprecated: true
27497
27501
description: Update a Datadog-Amazon Web Services integration.
27498
27502
operationId: UpdateAWSAccount
27499
27503
parameters:
@@ -27563,6 +27567,7 @@ paths:
27563
27567
- aws_configuration_edit
27564
27568
/api/v1/integration/aws/available_namespace_rules:
27565
27569
get:
27570
+ deprecated: true
27566
27571
description: List all namespace rules for a given Datadog-AWS integration. This
27567
27572
endpoint takes no arguments.
27568
27573
operationId: ListAvailableAWSNamespaces
@@ -27708,6 +27713,7 @@ paths:
27708
27713
- manage_integrations
27709
27714
/api/v1/integration/aws/filtering:
27710
27715
delete:
27716
+ deprecated: true
27711
27717
description: Delete a tag filtering entry.
27712
27718
operationId: DeleteAWSTagFilter
27713
27719
requestBody:
@@ -27749,6 +27755,7 @@ paths:
27749
27755
permissions:
27750
27756
- aws_configuration_edit
27751
27757
get:
27758
+ deprecated: true
27752
27759
description: Get all AWS tag filters.
27753
27760
operationId: ListAWSTagFilters
27754
27761
parameters:
@@ -27787,6 +27794,7 @@ paths:
27787
27794
permissions:
27788
27795
- aws_configuration_read
27789
27796
post:
27797
+ deprecated: true
27790
27798
description: Set an AWS tag filter.
27791
27799
operationId: CreateAWSTagFilter
27792
27800
requestBody:
@@ -27832,6 +27840,7 @@ paths:
27832
27840
- aws_configuration_edit
27833
27841
/api/v1/integration/aws/generate_new_external_id:
27834
27842
put:
27843
+ deprecated: true
27835
27844
description: Generate a new AWS external ID for a given AWS account ID and role
27836
27845
name pair.
27837
27846
operationId: CreateNewAWSExternalID
@@ -27917,6 +27926,7 @@ paths:
27917
27926
permissions:
27918
27927
- aws_configuration_edit
27919
27928
get:
27929
+ deprecated: true
27920
27930
description: List all Datadog-AWS Logs integrations configured in your Datadog
27921
27931
account.
27922
27932
operationId: ListAWSLogsIntegrations
@@ -28058,6 +28068,7 @@ paths:
28058
28068
- aws_configuration_read
28059
28069
/api/v1/integration/aws/logs/services:
28060
28070
get:
28071
+ deprecated: true
28061
28072
description: Get the list of current AWS services that Datadog offers automatic
28062
28073
log collection. Use returned service IDs with the services parameter for the
28063
28074
Enable an AWS service log collection API endpoint.
@@ -28100,6 +28111,7 @@ paths:
28100
28111
permissions:
28101
28112
- aws_configuration_read
28102
28113
post:
28114
+ deprecated: true
28103
28115
description: Enable automatic log collection for a list of services. This should
28104
28116
be run after running `CreateAWSLambdaARN` to save the configuration.
28105
28117
operationId: EnableAWSLogServices
0 commit comments