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: services/aws_integration/src/v1/AWSIntegrationApi.ts
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1497,7 +1497,7 @@ export class AWSIntegrationApi {
1497
1497
}
1498
1498
1499
1499
/**
1500
-
* Create a Datadog-Amazon Web Services integration.
1500
+
* "**This endpoint is deprecated - use the V2 endpoints instead.** Create a Datadog-Amazon Web Services integration.
1501
1501
* Using the `POST` method updates your integration configuration
1502
1502
* by adding your new configuration to the existing one in your Datadog organization.
1503
1503
* A unique AWS Account ID for role based authentication.
@@ -1563,7 +1563,7 @@ export class AWSIntegrationApi {
1563
1563
}
1564
1564
1565
1565
/**
1566
-
* Generate a new AWS external ID for a given AWS account ID and role name pair.
1566
+
* **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.
1567
1567
* @param param The request object
1568
1568
*/
1569
1569
publiccreateNewAWSExternalID(
@@ -1584,7 +1584,7 @@ export class AWSIntegrationApi {
1584
1584
}
1585
1585
1586
1586
/**
1587
-
* Delete a Datadog-AWS integration matching the specified `account_id` and `role_name parameters`.
1587
+
* **This endpoint is deprecated - use the V2 endpoints instead.** Delete a Datadog-AWS integration matching the specified `account_id` and `role_name parameters`.
1588
1588
* @param param The request object
1589
1589
*/
1590
1590
publicdeleteAWSAccount(
@@ -1647,7 +1647,7 @@ export class AWSIntegrationApi {
1647
1647
}
1648
1648
1649
1649
/**
1650
-
* List all namespace rules for a given Datadog-AWS integration. This endpoint takes no arguments.
1650
+
* **This endpoint is deprecated - use the V2 endpoints instead.** List all namespace rules for a given Datadog-AWS integration. This endpoint takes no arguments.
1651
1651
* @param param The request object
1652
1652
*/
1653
1653
publiclistAvailableAWSNamespaces(
@@ -1667,7 +1667,7 @@ export class AWSIntegrationApi {
1667
1667
}
1668
1668
1669
1669
/**
1670
-
* List all Datadog-AWS integrations available in your Datadog organization.
1670
+
* **This endpoint is deprecated - use the V2 endpoints instead.** List all Datadog-AWS integrations available in your Datadog organization.
1671
1671
* @param param The request object
1672
1672
*/
1673
1673
publiclistAWSAccounts(
@@ -1731,7 +1731,7 @@ export class AWSIntegrationApi {
1731
1731
}
1732
1732
1733
1733
/**
1734
-
* Update a Datadog-Amazon Web Services integration.
1734
+
* **This endpoint is deprecated - use the V2 endpoints instead.** Update a Datadog-Amazon Web Services integration.
Copy file name to clipboardExpand all lines: services/aws_logs_integration/src/v1/AWSLogsIntegrationApi.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -978,7 +978,7 @@ export class AWSLogsIntegrationApi {
978
978
}
979
979
980
980
/**
981
-
* 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.
981
+
* **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