Skip to content
Open
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
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