File tree Expand file tree Collapse file tree 4 files changed +50
-4
lines changed Expand file tree Collapse file tree 4 files changed +50
-4
lines changed Original file line number Diff line number Diff line change 1515# specific language governing permissions and limitations
1616# under the License.
1717
18- class C :
18+ import typing as t
1919
20+ from elastic_transport import ObjectApiResponse
21+
22+ from ._base import NamespacedClient
23+ from .utils import (
24+ Stability ,
25+ _rewrite_parameters ,
26+ _stability_warning ,
27+ )
28+
29+
30+ class StreamsClient (NamespacedClient ):
2031 @_rewrite_parameters ()
2132 @_stability_warning (Stability .EXPERIMENTAL )
2233 async def tags (
Original file line number Diff line number Diff line change 1515# specific language governing permissions and limitations
1616# under the License.
1717
18- class C :
1918
19+ import typing as t
20+
21+ from elastic_transport import ObjectApiResponse , TextApiResponse
22+
23+ from ._base import NamespacedClient
24+ from .utils import (
25+ Stability ,
26+ _rewrite_parameters ,
27+ _stability_warning ,
28+ )
29+
30+
31+ class StreamsClient (NamespacedClient ):
2032 @_rewrite_parameters ()
2133 @_stability_warning (Stability .EXPERIMENTAL )
2234 async def logs_disable (
Original file line number Diff line number Diff line change 1515# specific language governing permissions and limitations
1616# under the License.
1717
18- class C :
18+ import typing as t
1919
20+ from elastic_transport import ObjectApiResponse
21+
22+ from ._base import NamespacedClient
23+ from .utils import (
24+ Stability ,
25+ _rewrite_parameters ,
26+ _stability_warning ,
27+ )
28+
29+
30+ class StreamsClient (NamespacedClient ):
2031 @_rewrite_parameters ()
2132 @_stability_warning (Stability .EXPERIMENTAL )
2233 def tags (
Original file line number Diff line number Diff line change 1515# specific language governing permissions and limitations
1616# under the License.
1717
18- class C :
1918
19+ import typing as t
20+
21+ from elastic_transport import ObjectApiResponse , TextApiResponse
22+
23+ from ._base import NamespacedClient
24+ from .utils import (
25+ Stability ,
26+ _rewrite_parameters ,
27+ _stability_warning ,
28+ )
29+
30+
31+ class StreamsClient (NamespacedClient ):
2032 @_rewrite_parameters ()
2133 @_stability_warning (Stability .EXPERIMENTAL )
2234 def logs_disable (
You can’t perform that action at this time.
0 commit comments