File tree Expand file tree Collapse file tree 5 files changed +0
-16
lines changed
Expand file tree Collapse file tree 5 files changed +0
-16
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ arguments are required for all calls.
5151 api/snapshots
5252 api/snapshottable-features
5353 api/sql
54- api/streams
5554 api/synonyms
5655 api/tls-ssl
5756 api/tasks
Original file line number Diff line number Diff line change 7575from .snapshot import SnapshotClient
7676from .sql import SqlClient
7777from .ssl import SslClient
78- from .streams import StreamsClient
7978from .synonyms import SynonymsClient
8079from .tasks import TasksClient
8180from .text_structure import TextStructureClient
@@ -381,7 +380,6 @@ def __init__(
381380 self .shutdown = ShutdownClient (self )
382381 self .sql = SqlClient (self )
383382 self .ssl = SslClient (self )
384- self .streams = StreamsClient (self )
385383 self .synonyms = SynonymsClient (self )
386384 self .text_structure = TextStructureClient (self )
387385 self .transform = TransformClient (self )
Original file line number Diff line number Diff line change 7575from .snapshot import SnapshotClient
7676from .sql import SqlClient
7777from .ssl import SslClient
78- from .streams import StreamsClient
7978from .synonyms import SynonymsClient
8079from .tasks import TasksClient
8180from .text_structure import TextStructureClient
@@ -381,7 +380,6 @@ def __init__(
381380 self .shutdown = ShutdownClient (self )
382381 self .sql = SqlClient (self )
383382 self .ssl = SslClient (self )
384- self .streams = StreamsClient (self )
385383 self .synonyms = SynonymsClient (self )
386384 self .text_structure = TextStructureClient (self )
387385 self .transform = TransformClient (self )
Original file line number Diff line number Diff line change 6363from ._sync .client .snapshot import SnapshotClient as SnapshotClient # noqa: F401
6464from ._sync .client .sql import SqlClient as SqlClient # noqa: F401
6565from ._sync .client .ssl import SslClient as SslClient # noqa: F401
66- from ._sync .client .streams import StreamsClient as StreamsClient # noqa: F401
6766from ._sync .client .synonyms import SynonymsClient as SynonymsClient # noqa: F401
6867from ._sync .client .tasks import TasksClient as TasksClient # noqa: F401
6968from ._sync .client .text_structure import ( # noqa: F401
118117 "SnapshotClient" ,
119118 "SqlClient" ,
120119 "SslClient" ,
121- "StreamsClient" ,
122120 "TasksClient" ,
123121 "TextStructureClient" ,
124122 "TransformClient" ,
You can’t perform that action at this time.
0 commit comments