2020 VerificationResourceWithStreamingResponse ,
2121 AsyncVerificationResourceWithStreamingResponse ,
2222)
23- from .recommendations import (
24- RecommendationsResource ,
25- AsyncRecommendationsResource ,
26- RecommendationsResourceWithRawResponse ,
27- AsyncRecommendationsResourceWithRawResponse ,
28- RecommendationsResourceWithStreamingResponse ,
29- AsyncRecommendationsResourceWithStreamingResponse ,
30- )
3123from .auto_origin_tls_kex import (
3224 AutoOriginTLSKexResource ,
3325 AsyncAutoOriginTLSKexResource ,
@@ -65,10 +57,6 @@ def analyze(self) -> AnalyzeResource:
6557 def certificate_packs (self ) -> CertificatePacksResource :
6658 return CertificatePacksResource (self ._client )
6759
68- @cached_property
69- def recommendations (self ) -> RecommendationsResource :
70- return RecommendationsResource (self ._client )
71-
7260 @cached_property
7361 def auto_origin_tls_kex (self ) -> AutoOriginTLSKexResource :
7462 return AutoOriginTLSKexResource (self ._client )
@@ -110,10 +98,6 @@ def analyze(self) -> AsyncAnalyzeResource:
11098 def certificate_packs (self ) -> AsyncCertificatePacksResource :
11199 return AsyncCertificatePacksResource (self ._client )
112100
113- @cached_property
114- def recommendations (self ) -> AsyncRecommendationsResource :
115- return AsyncRecommendationsResource (self ._client )
116-
117101 @cached_property
118102 def auto_origin_tls_kex (self ) -> AsyncAutoOriginTLSKexResource :
119103 return AsyncAutoOriginTLSKexResource (self ._client )
@@ -158,10 +142,6 @@ def analyze(self) -> AnalyzeResourceWithRawResponse:
158142 def certificate_packs (self ) -> CertificatePacksResourceWithRawResponse :
159143 return CertificatePacksResourceWithRawResponse (self ._ssl .certificate_packs )
160144
161- @cached_property
162- def recommendations (self ) -> RecommendationsResourceWithRawResponse :
163- return RecommendationsResourceWithRawResponse (self ._ssl .recommendations )
164-
165145 @cached_property
166146 def auto_origin_tls_kex (self ) -> AutoOriginTLSKexResourceWithRawResponse :
167147 return AutoOriginTLSKexResourceWithRawResponse (self ._ssl .auto_origin_tls_kex )
@@ -187,10 +167,6 @@ def analyze(self) -> AsyncAnalyzeResourceWithRawResponse:
187167 def certificate_packs (self ) -> AsyncCertificatePacksResourceWithRawResponse :
188168 return AsyncCertificatePacksResourceWithRawResponse (self ._ssl .certificate_packs )
189169
190- @cached_property
191- def recommendations (self ) -> AsyncRecommendationsResourceWithRawResponse :
192- return AsyncRecommendationsResourceWithRawResponse (self ._ssl .recommendations )
193-
194170 @cached_property
195171 def auto_origin_tls_kex (self ) -> AsyncAutoOriginTLSKexResourceWithRawResponse :
196172 return AsyncAutoOriginTLSKexResourceWithRawResponse (self ._ssl .auto_origin_tls_kex )
@@ -216,10 +192,6 @@ def analyze(self) -> AnalyzeResourceWithStreamingResponse:
216192 def certificate_packs (self ) -> CertificatePacksResourceWithStreamingResponse :
217193 return CertificatePacksResourceWithStreamingResponse (self ._ssl .certificate_packs )
218194
219- @cached_property
220- def recommendations (self ) -> RecommendationsResourceWithStreamingResponse :
221- return RecommendationsResourceWithStreamingResponse (self ._ssl .recommendations )
222-
223195 @cached_property
224196 def auto_origin_tls_kex (self ) -> AutoOriginTLSKexResourceWithStreamingResponse :
225197 return AutoOriginTLSKexResourceWithStreamingResponse (self ._ssl .auto_origin_tls_kex )
@@ -245,10 +217,6 @@ def analyze(self) -> AsyncAnalyzeResourceWithStreamingResponse:
245217 def certificate_packs (self ) -> AsyncCertificatePacksResourceWithStreamingResponse :
246218 return AsyncCertificatePacksResourceWithStreamingResponse (self ._ssl .certificate_packs )
247219
248- @cached_property
249- def recommendations (self ) -> AsyncRecommendationsResourceWithStreamingResponse :
250- return AsyncRecommendationsResourceWithStreamingResponse (self ._ssl .recommendations )
251-
252220 @cached_property
253221 def auto_origin_tls_kex (self ) -> AsyncAutoOriginTLSKexResourceWithStreamingResponse :
254222 return AsyncAutoOriginTLSKexResourceWithStreamingResponse (self ._ssl .auto_origin_tls_kex )
0 commit comments