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

[bot] List of possible events type: Re-Generated From digitalocean/openapi@e3fe224 #256

Merged
merged 1 commit into from
Nov 30, 2023
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
2 changes: 1 addition & 1 deletion DO_OPENAPI_COMMIT_SHA.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
25b90cb
e3fe224
5 changes: 4 additions & 1 deletion src/pydo/aio/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -77024,7 +77024,10 @@ async def list_events_logs(self, database_cluster_uuid: str, **kwargs: Any) -> J
"cluster_name": "str", # Optional. The name of cluster.
"create_time": "str", # Optional. The time of the generation
of a event.
"event_type": "str", # Optional. Type of the event.
"event_type": "str", # Optional. Type of the event. Known
values are: "cluster_maintenance_perform", "cluster_master_promotion",
"cluster_create", "cluster_update", "cluster_delete", "cluster_poweron",
and "cluster_poweroff".
"id": "str" # Optional. ID of the particular event.
}
]
Expand Down
5 changes: 4 additions & 1 deletion src/pydo/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -83919,7 +83919,10 @@ def list_events_logs(self, database_cluster_uuid: str, **kwargs: Any) -> JSON:
"cluster_name": "str", # Optional. The name of cluster.
"create_time": "str", # Optional. The time of the generation
of a event.
"event_type": "str", # Optional. Type of the event.
"event_type": "str", # Optional. Type of the event. Known
values are: "cluster_maintenance_perform", "cluster_master_promotion",
"cluster_create", "cluster_update", "cluster_delete", "cluster_poweron",
and "cluster_poweroff".
"id": "str" # Optional. ID of the particular event.
}
]
Expand Down
Loading