Skip to content

add x-model-simple-name to AWS Logs Integration #2878

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-05-27 17:12:14.968856",
"spec_repo_commit": "ed439f7c"
"regenerated": "2025-05-28 13:07:37.979598",
"spec_repo_commit": "f8ab686d"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-05-27 17:12:14.988382",
"spec_repo_commit": "ed439f7c"
"regenerated": "2025-05-28 13:07:37.995204",
"spec_repo_commit": "f8ab686d"
}
}
}
4 changes: 4 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1578,6 +1578,7 @@ components:
required:
- data
type: object
x-model-simple-name: AWSLSResponse
AWSLogsServicesResponseAttributes:
description: AWS Logs Services response body
properties:
Expand All @@ -1592,6 +1593,7 @@ components:
required:
- logs_services
type: object
x-model-simple-name: AWSLSResponseAttrs
AWSLogsServicesResponseData:
description: AWS Logs Services response body
properties:
Expand All @@ -1608,6 +1610,7 @@ components:
- id
- type
type: object
x-model-simple-name: AWSLSResponseData
AWSLogsServicesResponseDataType:
default: logs_services
description: The `AWSLogsServicesResponseData` `type`.
Expand All @@ -1617,6 +1620,7 @@ components:
type: string
x-enum-varnames:
- LOGS_SERVICES
x-model-simple-name: AWSLSResponseType
AWSMetricsConfig:
description: AWS Metrics Collection config.
properties:
Expand Down