diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 9733740e1..4d62abaf5 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -28175,7 +28175,7 @@ paths: - aws_configuration_read post: deprecated: true - description: '"**This endpoint is deprecated - use the V2 endpoints instead.** + description: '**This endpoint is deprecated - use the V2 endpoints instead.** Create a Datadog-Amazon Web Services integration. Using the `POST` method updates your integration configuration @@ -28334,7 +28334,8 @@ paths: /api/v1/integration/aws/event_bridge: delete: deprecated: true - description: Delete an Amazon EventBridge source. + description: '**This endpoint is deprecated - use the V2 endpoints instead.** + Delete an Amazon EventBridge source.' operationId: DeleteAWSEventBridgeSource requestBody: content: @@ -28375,7 +28376,8 @@ paths: - manage_integrations get: deprecated: true - description: Get all Amazon EventBridge sources. + description: '**This endpoint is deprecated - use the V2 endpoints instead.** + Get all Amazon EventBridge sources.' operationId: ListAWSEventBridgeSources parameters: [] responses: @@ -28407,7 +28409,8 @@ paths: permissions: [] post: deprecated: true - description: Create an Amazon EventBridge source. + description: '**This endpoint is deprecated - use the V2 endpoints instead.** + Create an Amazon EventBridge source.' operationId: CreateAWSEventBridgeSource requestBody: content: diff --git a/src/datadogV1/api/api_aws_integration.rs b/src/datadogV1/api/api_aws_integration.rs index c40d609ee..fe821b7ca 100644 --- a/src/datadogV1/api/api_aws_integration.rs +++ b/src/datadogV1/api/api_aws_integration.rs @@ -236,7 +236,7 @@ impl AWSIntegrationAPI { Self { config, client } } - /// "**This endpoint is deprecated - use the V2 endpoints instead.** Create a Datadog-Amazon Web Services integration. + /// **This endpoint is deprecated - use the V2 endpoints instead.** Create a Datadog-Amazon Web Services integration. /// Using the `POST` method updates your integration configuration /// by adding your new configuration to the existing one in your Datadog organization. /// A unique AWS Account ID for role based authentication. @@ -261,7 +261,7 @@ impl AWSIntegrationAPI { } } - /// "**This endpoint is deprecated - use the V2 endpoints instead.** Create a Datadog-Amazon Web Services integration. + /// **This endpoint is deprecated - use the V2 endpoints instead.** Create a Datadog-Amazon Web Services integration. /// Using the `POST` method updates your integration configuration /// by adding your new configuration to the existing one in your Datadog organization. /// A unique AWS Account ID for role based authentication. @@ -396,7 +396,7 @@ impl AWSIntegrationAPI { } } - /// Create an Amazon EventBridge source. + /// **This endpoint is deprecated - use the V2 endpoints instead.** Create an Amazon EventBridge source. pub async fn create_aws_event_bridge_source( &self, body: crate::datadogV1::model::AWSEventBridgeCreateRequest, @@ -421,7 +421,7 @@ impl AWSIntegrationAPI { } } - /// Create an Amazon EventBridge source. + /// **This endpoint is deprecated - use the V2 endpoints instead.** Create an Amazon EventBridge source. pub async fn create_aws_event_bridge_source_with_http_info( &self, body: crate::datadogV1::model::AWSEventBridgeCreateRequest, @@ -1015,7 +1015,7 @@ impl AWSIntegrationAPI { } } - /// Delete an Amazon EventBridge source. + /// **This endpoint is deprecated - use the V2 endpoints instead.** Delete an Amazon EventBridge source. pub async fn delete_aws_event_bridge_source( &self, body: crate::datadogV1::model::AWSEventBridgeDeleteRequest, @@ -1040,7 +1040,7 @@ impl AWSIntegrationAPI { } } - /// Delete an Amazon EventBridge source. + /// **This endpoint is deprecated - use the V2 endpoints instead.** Delete an Amazon EventBridge source. pub async fn delete_aws_event_bridge_source_with_http_info( &self, body: crate::datadogV1::model::AWSEventBridgeDeleteRequest, @@ -1450,7 +1450,7 @@ impl AWSIntegrationAPI { } } - /// Get all Amazon EventBridge sources. + /// **This endpoint is deprecated - use the V2 endpoints instead.** Get all Amazon EventBridge sources. pub async fn list_aws_event_bridge_sources( &self, ) -> Result< @@ -1471,7 +1471,7 @@ impl AWSIntegrationAPI { } } - /// Get all Amazon EventBridge sources. + /// **This endpoint is deprecated - use the V2 endpoints instead.** Get all Amazon EventBridge sources. pub async fn list_aws_event_bridge_sources_with_http_info( &self, ) -> Result<