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
Generate a new AWS external ID for a given AWS account ID and role name pair.
366
+
**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.
367
367
368
368
:param body: Your Datadog role delegation name.
369
369
For more information about your AWS account Role name,
@@ -383,7 +383,7 @@ def delete_aws_account(
383
383
) ->dict:
384
384
"""Delete an AWS integration. **Deprecated**.
385
385
386
-
Delete a Datadog-AWS integration matching the specified ``account_id`` and ``role_name parameters``.
386
+
**This endpoint is deprecated - use the V2 endpoints instead.** Delete a Datadog-AWS integration matching the specified ``account_id`` and ``role_name parameters``.
List all namespace rules for a given Datadog-AWS integration. This endpoint takes no arguments.
439
+
**This endpoint is deprecated - use the V2 endpoints instead.** List all namespace rules for a given Datadog-AWS integration. This endpoint takes no arguments.
440
440
441
441
:rtype: [str]
442
442
"""
@@ -453,7 +453,7 @@ def list_aws_accounts(
453
453
) ->AWSAccountListResponse:
454
454
"""List all AWS integrations. **Deprecated**.
455
455
456
-
List all Datadog-AWS integrations available in your Datadog organization.
456
+
**This endpoint is deprecated - use the V2 endpoints instead.** List all Datadog-AWS integrations available in your Datadog organization.
457
457
458
458
:param account_id: Only return AWS accounts that matches this ``account_id``.
459
459
:type account_id: str, optional
@@ -517,7 +517,7 @@ def update_aws_account(
517
517
) ->dict:
518
518
"""Update an AWS integration. **Deprecated**.
519
519
520
-
Update a Datadog-Amazon Web Services integration.
520
+
**This endpoint is deprecated - use the V2 endpoints instead.** Update a Datadog-Amazon Web Services integration.
Copy file name to clipboardExpand all lines: src/datadog_api_client/v1/api/aws_logs_integration_api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -278,7 +278,7 @@ def list_aws_logs_services(
278
278
) ->List[AWSLogsListServicesResponse]:
279
279
"""Get list of AWS log ready services. **Deprecated**.
280
280
281
-
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.
281
+
**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.
Copy file name to clipboardExpand all lines: src/datadog_api_client/v1/model/aws_account.py
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -71,9 +71,11 @@ def __init__(
71
71
:param account_id: Your AWS Account ID without dashes.
72
72
:type account_id: str, optional
73
73
74
-
:param account_specific_namespace_rules: An object, (in the form ``{"namespace1":true/false, "namespace2":true/false}`` ),
75
-
that enables or disables metric collection for specific AWS namespaces for this
76
-
AWS account only.
74
+
:param account_specific_namespace_rules: An object (in the form ``{"namespace1":true/false, "namespace2":true/false}`` ) containing user-supplied overrides
75
+
for AWS namespace metric collection. **Important** : This field only contains namespaces explicitly configured through API calls,
76
+
not the comprehensive enabled or disabled status of all namespaces. If a namespace is absent from this field, it uses Datadog's
77
+
internal defaults (all namespaces enabled by default, except ``AWS/SQS`` , ``AWS/ElasticMapReduce`` , and ``AWS/Usage`` ).
78
+
For a complete view of all namespace statuses, use the V2 AWS Integration API instead.
:param cspm_resource_collection_enabled: 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