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
2 changes: 2 additions & 0 deletions scaleway-async/scaleway_async/annotations/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This file was automatically generated. DO NOT EDIT.
# If you have any remark or suggestion do not hesitate to open an issue.
69 changes: 69 additions & 0 deletions scaleway-async/scaleway_async/annotations/v1/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# 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 ListAllKeysAndValuesResponseValue
from .types import BindingKey
from .types import BindingValue
from .types import ListAllKeysAndValuesResponseKey
from .types import Binding
from .types import Key
from .types import Value
from .types import CreateBindingRequest
from .types import CreateKeyRequest
from .types import CreateValueRequest
from .types import DeleteAllBindingsMatchingSRNRequest
from .types import DeleteAllBindingsMatchingSRNResponse
from .types import DeleteAllBindingsMatchingValueRequest
from .types import DeleteAllBindingsMatchingValueResponse
from .types import DeleteAllValuesMatchingKeyRequest
from .types import DeleteAllValuesMatchingKeyResponse
from .types import DeleteBindingRequest
from .types import DeleteKeyRequest
from .types import DeleteValueRequest
from .types import GetKeyRequest
from .types import GetValueRequest
from .types import ListAllKeysAndValuesRequest
from .types import ListAllKeysAndValuesResponse
from .types import ListBindingsRequest
from .types import ListBindingsResponse
from .types import ListKeysRequest
from .types import ListKeysResponse
from .types import ListValuesRequest
from .types import ListValuesResponse
from .types import UpdateKeyRequest
from .types import UpdateValueRequest
from .api import AnnotationsV1API

__all__ = [
"ListAllKeysAndValuesResponseValue",
"BindingKey",
"BindingValue",
"ListAllKeysAndValuesResponseKey",
"Binding",
"Key",
"Value",
"CreateBindingRequest",
"CreateKeyRequest",
"CreateValueRequest",
"DeleteAllBindingsMatchingSRNRequest",
"DeleteAllBindingsMatchingSRNResponse",
"DeleteAllBindingsMatchingValueRequest",
"DeleteAllBindingsMatchingValueResponse",
"DeleteAllValuesMatchingKeyRequest",
"DeleteAllValuesMatchingKeyResponse",
"DeleteBindingRequest",
"DeleteKeyRequest",
"DeleteValueRequest",
"GetKeyRequest",
"GetValueRequest",
"ListAllKeysAndValuesRequest",
"ListAllKeysAndValuesResponse",
"ListBindingsRequest",
"ListBindingsResponse",
"ListKeysRequest",
"ListKeysResponse",
"ListValuesRequest",
"ListValuesResponse",
"UpdateKeyRequest",
"UpdateValueRequest",
"AnnotationsV1API",
]
Loading
Loading