Skip to content

Commit 59ece33

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
fix(aws): mark eventbridge v1 endpoints as deprecated (#2957)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 8969874 commit 59ece33

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28175,7 +28175,7 @@ paths:
2817528175
- aws_configuration_read
2817628176
post:
2817728177
deprecated: true
28178-
description: '"**This endpoint is deprecated - use the V2 endpoints instead.**
28178+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
2817928179
Create a Datadog-Amazon Web Services integration.
2818028180

2818128181
Using the `POST` method updates your integration configuration
@@ -28334,7 +28334,8 @@ paths:
2833428334
/api/v1/integration/aws/event_bridge:
2833528335
delete:
2833628336
deprecated: true
28337-
description: Delete an Amazon EventBridge source.
28337+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
28338+
Delete an Amazon EventBridge source.'
2833828339
operationId: DeleteAWSEventBridgeSource
2833928340
requestBody:
2834028341
content:
@@ -28375,7 +28376,8 @@ paths:
2837528376
- manage_integrations
2837628377
get:
2837728378
deprecated: true
28378-
description: Get all Amazon EventBridge sources.
28379+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
28380+
Get all Amazon EventBridge sources.'
2837928381
operationId: ListAWSEventBridgeSources
2838028382
parameters: []
2838128383
responses:
@@ -28407,7 +28409,8 @@ paths:
2840728409
permissions: []
2840828410
post:
2840928411
deprecated: true
28410-
description: Create an Amazon EventBridge source.
28412+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
28413+
Create an Amazon EventBridge source.'
2841128414
operationId: CreateAWSEventBridgeSource
2841228415
requestBody:
2841328416
content:

packages/datadog-api-client-v1/apis/AWSIntegrationApi.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ export class AWSIntegrationApi {
13881388
}
13891389

13901390
/**
1391-
* "**This endpoint is deprecated - use the V2 endpoints instead.** Create a Datadog-Amazon Web Services integration.
1391+
* **This endpoint is deprecated - use the V2 endpoints instead.** Create a Datadog-Amazon Web Services integration.
13921392
* Using the `POST` method updates your integration configuration
13931393
* by adding your new configuration to the existing one in your Datadog organization.
13941394
* A unique AWS Account ID for role based authentication.
@@ -1412,7 +1412,7 @@ export class AWSIntegrationApi {
14121412
}
14131413

14141414
/**
1415-
* Create an Amazon EventBridge source.
1415+
* **This endpoint is deprecated - use the V2 endpoints instead.** Create an Amazon EventBridge source.
14161416
* @param param The request object
14171417
*/
14181418
public createAWSEventBridgeSource(
@@ -1496,7 +1496,7 @@ export class AWSIntegrationApi {
14961496
}
14971497

14981498
/**
1499-
* Delete an Amazon EventBridge source.
1499+
* **This endpoint is deprecated - use the V2 endpoints instead.** Delete an Amazon EventBridge source.
15001500
* @param param The request object
15011501
*/
15021502
public deleteAWSEventBridgeSource(
@@ -1581,7 +1581,7 @@ export class AWSIntegrationApi {
15811581
}
15821582

15831583
/**
1584-
* Get all Amazon EventBridge sources.
1584+
* **This endpoint is deprecated - use the V2 endpoints instead.** Get all Amazon EventBridge sources.
15851585
* @param param The request object
15861586
*/
15871587
public listAWSEventBridgeSources(

0 commit comments

Comments
 (0)