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
Copy file name to clipboardExpand all lines: packages/datadog-api-client-v1/apis/AWSIntegrationApi.ts
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1388,7 +1388,7 @@ export class AWSIntegrationApi {
1388
1388
}
1389
1389
1390
1390
/**
1391
-
* Create a Datadog-Amazon Web Services integration.
1391
+
* "**This endpoint is deprecated - use the V2 endpoints instead.** Create a Datadog-Amazon Web Services integration.
1392
1392
* Using the `POST` method updates your integration configuration
1393
1393
* by adding your new configuration to the existing one in your Datadog organization.
1394
1394
* A unique AWS Account ID for role based authentication.
@@ -1454,7 +1454,7 @@ export class AWSIntegrationApi {
1454
1454
}
1455
1455
1456
1456
/**
1457
-
* Generate a new AWS external ID for a given AWS account ID and role name pair.
1457
+
* **This endpoint is deprecated - use the V2 endpoints instead.** Generate a new AWS external ID for a given AWS account ID and role name pair.
1458
1458
* @param param The request object
1459
1459
*/
1460
1460
publiccreateNewAWSExternalID(
@@ -1475,7 +1475,7 @@ export class AWSIntegrationApi {
1475
1475
}
1476
1476
1477
1477
/**
1478
-
* Delete a Datadog-AWS integration matching the specified `account_id` and `role_name parameters`.
1478
+
* **This endpoint is deprecated - use the V2 endpoints instead.** Delete a Datadog-AWS integration matching the specified `account_id` and `role_name parameters`.
1479
1479
* @param param The request object
1480
1480
*/
1481
1481
publicdeleteAWSAccount(
@@ -1538,7 +1538,7 @@ export class AWSIntegrationApi {
1538
1538
}
1539
1539
1540
1540
/**
1541
-
* List all namespace rules for a given Datadog-AWS integration. This endpoint takes no arguments.
1541
+
* **This endpoint is deprecated - use the V2 endpoints instead.** List all namespace rules for a given Datadog-AWS integration. This endpoint takes no arguments.
1542
1542
* @param param The request object
1543
1543
*/
1544
1544
publiclistAvailableAWSNamespaces(
@@ -1558,7 +1558,7 @@ export class AWSIntegrationApi {
1558
1558
}
1559
1559
1560
1560
/**
1561
-
* List all Datadog-AWS integrations available in your Datadog organization.
1561
+
* **This endpoint is deprecated - use the V2 endpoints instead.** List all Datadog-AWS integrations available in your Datadog organization.
1562
1562
* @param param The request object
1563
1563
*/
1564
1564
publiclistAWSAccounts(
@@ -1622,7 +1622,7 @@ export class AWSIntegrationApi {
1622
1622
}
1623
1623
1624
1624
/**
1625
-
* Update a Datadog-Amazon Web Services integration.
1625
+
* **This endpoint is deprecated - use the V2 endpoints instead.** Update a Datadog-Amazon Web Services integration.
Copy file name to clipboardExpand all lines: packages/datadog-api-client-v1/apis/AWSLogsIntegrationApi.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -909,7 +909,7 @@ export class AWSLogsIntegrationApi {
909
909
}
910
910
911
911
/**
912
-
* 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.
912
+
* **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.
0 commit comments