Skip to content

Commit 6ca33da

Browse files
authored
feat(serverless_sqldb): generate SDKs (#397)
1 parent 984c469 commit 6ca33da

File tree

12 files changed

+2370
-0
lines changed

12 files changed

+2370
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# This file was automatically generated. DO NOT EDIT.
2+
# If you have any remark or suggestion do not hesitate to open an issue.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# This file was automatically generated. DO NOT EDIT.
2+
# If you have any remark or suggestion do not hesitate to open an issue.
3+
from .types import DatabaseBackupStatus
4+
from .types import DatabaseStatus
5+
from .types import ListDatabaseBackupsRequestOrderBy
6+
from .types import ListDatabasesRequestOrderBy
7+
from .types import Database
8+
from .types import DatabaseBackup
9+
from .types import ListDatabaseBackupsResponse
10+
from .types import ListDatabasesResponse
11+
from .content import DATABASE_TRANSIENT_STATUSES
12+
from .api import ServerlessSqldbV1Alpha1API
13+
14+
__all__ = [
15+
"DatabaseBackupStatus",
16+
"DatabaseStatus",
17+
"ListDatabaseBackupsRequestOrderBy",
18+
"ListDatabasesRequestOrderBy",
19+
"Database",
20+
"DatabaseBackup",
21+
"ListDatabaseBackupsResponse",
22+
"ListDatabasesResponse",
23+
"DATABASE_TRANSIENT_STATUSES",
24+
"ServerlessSqldbV1Alpha1API",
25+
]

0 commit comments

Comments
 (0)