Skip to content
Closed
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
Regenerate client from commit 609f776 of spec repo
  • Loading branch information
ci.datadog-api-spec committed Sep 25, 2025
commit d9991f736d9230d4b47258c1b5226bea0220149f
3 changes: 2 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1890,7 +1890,8 @@ components:
type: object
AWSLogsServicesResponseDataType:
default: logs_services
description: The `AWSLogsServicesResponseData` `type`.
description: The `AWSLogsServicesResponseData` `type`. Test to trigger client
generation.
enum:
- logs_services
example: logs_services
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class AWSLogsServicesResponseData {
*/
"id": string;
/**
* The `AWSLogsServicesResponseData` `type`.
* The `AWSLogsServicesResponseData` `type`. Test to trigger client generation.
*/
"type": AWSLogsServicesResponseDataType;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import { UnparsedObject } from "../../datadog-api-client-common/util";

/**
* The `AWSLogsServicesResponseData` `type`.
* The `AWSLogsServicesResponseData` `type`. Test to trigger client generation.
*/

export type AWSLogsServicesResponseDataType =
Expand Down