@@ -305,7 +305,7 @@ def create_aws_account(
305305 ) -> AWSAccountCreateResponse :
306306 """Create an AWS integration. **Deprecated**.
307307
308- " **This endpoint is deprecated - use the V2 endpoints instead.** Create a Datadog-Amazon Web Services integration.
308+ **This endpoint is deprecated - use the V2 endpoints instead.** Create a Datadog-Amazon Web Services integration.
309309 Using the ``POST`` method updates your integration configuration
310310 by adding your new configuration to the existing one in your Datadog organization.
311311 A unique AWS Account ID for role based authentication.
@@ -326,7 +326,7 @@ def create_aws_event_bridge_source(
326326 ) -> AWSEventBridgeCreateResponse :
327327 """Create an Amazon EventBridge source. **Deprecated**.
328328
329- Create an Amazon EventBridge source.
329+ **This endpoint is deprecated - use the V2 endpoints instead.** Create an Amazon EventBridge source.
330330
331331 :param body: Create an Amazon EventBridge source for an AWS account with a given name and region.
332332 :type body: AWSEventBridgeCreateRequest
@@ -401,7 +401,7 @@ def delete_aws_event_bridge_source(
401401 ) -> AWSEventBridgeDeleteResponse :
402402 """Delete an Amazon EventBridge source. **Deprecated**.
403403
404- Delete an Amazon EventBridge source.
404+ **This endpoint is deprecated - use the V2 endpoints instead.** Delete an Amazon EventBridge source.
405405
406406 :param body: Delete the Amazon EventBridge source with the given name, region, and associated AWS account.
407407 :type body: AWSEventBridgeDeleteRequest
@@ -481,7 +481,7 @@ def list_aws_event_bridge_sources(
481481 ) -> AWSEventBridgeListResponse :
482482 """Get all Amazon EventBridge sources. **Deprecated**.
483483
484- Get all Amazon EventBridge sources.
484+ **This endpoint is deprecated - use the V2 endpoints instead.** Get all Amazon EventBridge sources.
485485
486486 :rtype: AWSEventBridgeListResponse
487487 """
0 commit comments