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
30 changes: 30 additions & 0 deletions scaleway-async/scaleway_async/audit_trail/v1alpha1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
from .types import AuthenticationEventMethod
from .types import AuthenticationEventOrigin
from .types import AuthenticationEventResult
from .types import CustomAlertRuleSeverity
from .types import CustomAlertRuleStatus
from .content import CUSTOM_ALERT_RULE_TRANSIENT_STATUSES
from .types import ExportJobStatusCode
from .types import ListAuthenticationEventsRequestOrderBy
from .types import ListCombinedEventsRequestOrderBy
Expand Down Expand Up @@ -71,15 +74,22 @@
from .types import ExportJobStatus
from .types import ProductService
from .types import AlertRule
from .types import CustomAlertRule
from .types import ListCombinedEventsResponseCombinedEvent
from .types import ExportJob
from .types import Product
from .types import CreateCustomAlertRuleRequest
from .types import CreateExportJobRequest
from .types import DeleteCustomAlertRuleRequest
from .types import DeleteExportJobRequest
from .types import DisableAlertRulesRequest
from .types import DisableAlertRulesResponse
from .types import DisableCustomAlertRulesRequest
from .types import DisableCustomAlertRulesResponse
from .types import EnableAlertRulesRequest
from .types import EnableAlertRulesResponse
from .types import EnableCustomAlertRulesRequest
from .types import EnableCustomAlertRulesResponse
from .types import EventsOverview
from .types import GetLastEventsOverviewRequest
from .types import ListAlertRulesRequest
Expand All @@ -88,6 +98,8 @@
from .types import ListAuthenticationEventsResponse
from .types import ListCombinedEventsRequest
from .types import ListCombinedEventsResponse
from .types import ListCustomAlertRulesRequest
from .types import ListCustomAlertRulesResponse
from .types import ListEventsRequest
from .types import ListEventsResponse
from .types import ListExportJobsRequest
Expand All @@ -98,6 +110,9 @@
from .types import ListSystemEventsResponse
from .types import SetEnabledAlertRulesRequest
from .types import SetEnabledAlertRulesResponse
from .types import SetEnabledCustomAlertRulesRequest
from .types import SetEnabledCustomAlertRulesResponse
from .types import UpdateCustomAlertRuleRequest
from .api import AuditTrailV1Alpha1API

__all__ = [
Expand All @@ -108,6 +123,9 @@
"AuthenticationEventMethod",
"AuthenticationEventOrigin",
"AuthenticationEventResult",
"CustomAlertRuleSeverity",
"CustomAlertRuleStatus",
"CUSTOM_ALERT_RULE_TRANSIENT_STATUSES",
"ExportJobStatusCode",
"ListAuthenticationEventsRequestOrderBy",
"ListCombinedEventsRequestOrderBy",
Expand Down Expand Up @@ -172,15 +190,22 @@
"ExportJobStatus",
"ProductService",
"AlertRule",
"CustomAlertRule",
"ListCombinedEventsResponseCombinedEvent",
"ExportJob",
"Product",
"CreateCustomAlertRuleRequest",
"CreateExportJobRequest",
"DeleteCustomAlertRuleRequest",
"DeleteExportJobRequest",
"DisableAlertRulesRequest",
"DisableAlertRulesResponse",
"DisableCustomAlertRulesRequest",
"DisableCustomAlertRulesResponse",
"EnableAlertRulesRequest",
"EnableAlertRulesResponse",
"EnableCustomAlertRulesRequest",
"EnableCustomAlertRulesResponse",
"EventsOverview",
"GetLastEventsOverviewRequest",
"ListAlertRulesRequest",
Expand All @@ -189,6 +214,8 @@
"ListAuthenticationEventsResponse",
"ListCombinedEventsRequest",
"ListCombinedEventsResponse",
"ListCustomAlertRulesRequest",
"ListCustomAlertRulesResponse",
"ListEventsRequest",
"ListEventsResponse",
"ListExportJobsRequest",
Expand All @@ -199,5 +226,8 @@
"ListSystemEventsResponse",
"SetEnabledAlertRulesRequest",
"SetEnabledAlertRulesResponse",
"SetEnabledCustomAlertRulesRequest",
"SetEnabledCustomAlertRulesResponse",
"UpdateCustomAlertRuleRequest",
"AuditTrailV1Alpha1API",
]
Loading
Loading