Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public CompletableFuture<AWSAccountCreateResponse> createAWSAccountAsync(AWSAcco
}

/**
* "<strong>This endpoint is deprecated - use the V2 endpoints instead.</strong> Create a
* <strong>This endpoint is deprecated - use the V2 endpoints instead.</strong> Create a
* Datadog-Amazon Web Services integration. Using the <code>POST</code> 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.
Expand Down Expand Up @@ -237,7 +237,8 @@ public CompletableFuture<AWSEventBridgeCreateResponse> createAWSEventBridgeSourc
}

/**
* Create an Amazon EventBridge source.
* <strong>This endpoint is deprecated - use the V2 endpoints instead.</strong> Create an Amazon
* EventBridge source.
*
* @param body Create an Amazon EventBridge source for an AWS account with a given name and
* region. (required)
Expand Down Expand Up @@ -834,7 +835,8 @@ public CompletableFuture<AWSEventBridgeDeleteResponse> deleteAWSEventBridgeSourc
}

/**
* Delete an Amazon EventBridge source.
* <strong>This endpoint is deprecated - use the V2 endpoints instead.</strong> Delete an Amazon
* EventBridge source.
*
* @param body Delete the Amazon EventBridge source with the given name, region, and associated
* AWS account. (required)
Expand Down Expand Up @@ -1458,7 +1460,8 @@ public CompletableFuture<AWSEventBridgeListResponse> listAWSEventBridgeSourcesAs
}

/**
* Get all Amazon EventBridge sources.
* <strong>This endpoint is deprecated - use the V2 endpoints instead.</strong> Get all Amazon
* EventBridge sources.
*
* @return ApiResponse&lt;AWSEventBridgeListResponse&gt;
* @throws ApiException if fails to make API call
Expand Down
Loading