Skip to content
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
20 changes: 20 additions & 0 deletions scaleway-async/scaleway_async/qaas/v1alpha1/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# This file was automatically generated. DO NOT EDIT.
# If you have any remark or suggestion do not hesitate to open an issue.
from .types import ApplicationType
from .types import BookingStatus
from .content import BOOKING_TRANSIENT_STATUSES
from .types import JobStatus
from .content import JOB_TRANSIENT_STATUSES
from .types import ListApplicationsRequestOrderBy
from .types import ListBookingsRequestOrderBy
from .types import ListJobResultsRequestOrderBy
from .types import ListJobsRequestOrderBy
from .types import ListPlatformsRequestOrderBy
Expand All @@ -20,9 +23,12 @@
from .types import SessionOriginType
from .types import SessionStatus
from .content import SESSION_TRANSIENT_STATUSES
from .types import PlatformBookingRequirement
from .types import PlatformHardware
from .types import JobCircuit
from .types import CreateSessionRequestBookingDemand
from .types import Application
from .types import Booking
from .types import JobResult
from .types import Job
from .types import Platform
Expand All @@ -38,13 +44,16 @@
from .types import DeleteProcessRequest
from .types import DeleteSessionRequest
from .types import GetApplicationRequest
from .types import GetBookingRequest
from .types import GetJobCircuitRequest
from .types import GetJobRequest
from .types import GetPlatformRequest
from .types import GetProcessRequest
from .types import GetSessionRequest
from .types import ListApplicationsRequest
from .types import ListApplicationsResponse
from .types import ListBookingsRequest
from .types import ListBookingsResponse
from .types import ListJobResultsRequest
from .types import ListJobResultsResponse
from .types import ListJobsRequest
Expand All @@ -60,16 +69,20 @@
from .types import ListSessionsRequest
from .types import ListSessionsResponse
from .types import TerminateSessionRequest
from .types import UpdateBookingRequest
from .types import UpdateJobRequest
from .types import UpdateProcessRequest
from .types import UpdateSessionRequest
from .api import QaasV1Alpha1API

__all__ = [
"ApplicationType",
"BookingStatus",
"BOOKING_TRANSIENT_STATUSES",
"JobStatus",
"JOB_TRANSIENT_STATUSES",
"ListApplicationsRequestOrderBy",
"ListBookingsRequestOrderBy",
"ListJobResultsRequestOrderBy",
"ListJobsRequestOrderBy",
"ListPlatformsRequestOrderBy",
Expand All @@ -86,9 +99,12 @@
"SessionOriginType",
"SessionStatus",
"SESSION_TRANSIENT_STATUSES",
"PlatformBookingRequirement",
"PlatformHardware",
"JobCircuit",
"CreateSessionRequestBookingDemand",
"Application",
"Booking",
"JobResult",
"Job",
"Platform",
Expand All @@ -104,13 +120,16 @@
"DeleteProcessRequest",
"DeleteSessionRequest",
"GetApplicationRequest",
"GetBookingRequest",
"GetJobCircuitRequest",
"GetJobRequest",
"GetPlatformRequest",
"GetProcessRequest",
"GetSessionRequest",
"ListApplicationsRequest",
"ListApplicationsResponse",
"ListBookingsRequest",
"ListBookingsResponse",
"ListJobResultsRequest",
"ListJobResultsResponse",
"ListJobsRequest",
Expand All @@ -126,6 +145,7 @@
"ListSessionsRequest",
"ListSessionsResponse",
"TerminateSessionRequest",
"UpdateBookingRequest",
"UpdateJobRequest",
"UpdateProcessRequest",
"UpdateSessionRequest",
Expand Down
Loading