File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ .. _streams :
2+
3+ Streams
4+ -------
5+ .. py :module :: elasticsearch.client
6+ :no-index:
7+
8+ .. autoclass :: StreamsClient
9+ :members:
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
6667from ._sync .client .synonyms import SynonymsClient as SynonymsClient # noqa: F401
6768from ._sync .client .tasks import TasksClient as TasksClient # noqa: F401
6869from ._sync .client .text_structure import ( # noqa: F401
117118 "SnapshotClient" ,
118119 "SqlClient" ,
119120 "SslClient" ,
121+ "StreamsClient" ,
120122 "TasksClient" ,
121123 "TextStructureClient" ,
122124 "TransformClient" ,
You can’t perform that action at this time.
0 commit comments