|
8 | 8 | D1WithStreamingResponse,
|
9 | 9 | AsyncD1WithStreamingResponse,
|
10 | 10 | )
|
| 11 | +from .kv import ( |
| 12 | + KV, |
| 13 | + AsyncKV, |
| 14 | + KVWithRawResponse, |
| 15 | + AsyncKVWithRawResponse, |
| 16 | + KVWithStreamingResponse, |
| 17 | + AsyncKVWithStreamingResponse, |
| 18 | +) |
11 | 19 | from .r2 import (
|
12 | 20 | R2,
|
13 | 21 | AsyncR2,
|
|
224 | 232 | ImagesWithStreamingResponse,
|
225 | 233 | AsyncImagesWithStreamingResponse,
|
226 | 234 | )
|
227 |
| -from .magics import ( |
228 |
| - Magics, |
229 |
| - AsyncMagics, |
230 |
| - MagicsWithRawResponse, |
231 |
| - AsyncMagicsWithRawResponse, |
232 |
| - MagicsWithStreamingResponse, |
233 |
| - AsyncMagicsWithStreamingResponse, |
234 |
| -) |
235 | 235 | from .stream import (
|
236 | 236 | Stream,
|
237 | 237 | AsyncStream,
|
|
344 | 344 | RulesetsWithStreamingResponse,
|
345 | 345 | AsyncRulesetsWithStreamingResponse,
|
346 | 346 | )
|
347 |
| -from .settings import ( |
348 |
| - Settings, |
349 |
| - AsyncSettings, |
350 |
| - SettingsWithRawResponse, |
351 |
| - AsyncSettingsWithRawResponse, |
352 |
| - SettingsWithStreamingResponse, |
353 |
| - AsyncSettingsWithStreamingResponse, |
354 |
| -) |
355 | 347 | from .snippets import (
|
356 | 348 | Snippets,
|
357 | 349 | AsyncSnippets,
|
|
368 | 360 | SpectrumWithStreamingResponse,
|
369 | 361 | AsyncSpectrumWithStreamingResponse,
|
370 | 362 | )
|
371 |
| -from .teamnets import ( |
372 |
| - Teamnets, |
373 |
| - AsyncTeamnets, |
374 |
| - TeamnetsWithRawResponse, |
375 |
| - AsyncTeamnetsWithRawResponse, |
376 |
| - TeamnetsWithStreamingResponse, |
377 |
| - AsyncTeamnetsWithStreamingResponse, |
378 |
| -) |
379 | 363 | from .addresses import (
|
380 | 364 | Addresses,
|
381 | 365 | AsyncAddresses,
|
|
384 | 368 | AddressesWithStreamingResponse,
|
385 | 369 | AsyncAddressesWithStreamingResponse,
|
386 | 370 | )
|
387 |
| -from .firewalls import ( |
388 |
| - Firewalls, |
389 |
| - AsyncFirewalls, |
390 |
| - FirewallsWithRawResponse, |
391 |
| - AsyncFirewallsWithRawResponse, |
392 |
| - FirewallsWithStreamingResponse, |
393 |
| - AsyncFirewallsWithStreamingResponse, |
394 |
| -) |
395 | 371 | from .hostnames import (
|
396 | 372 | Hostnames,
|
397 | 373 | AsyncHostnames,
|
|
424 | 400 | VectorizeWithStreamingResponse,
|
425 | 401 | AsyncVectorizeWithStreamingResponse,
|
426 | 402 | )
|
427 |
| -from .zerotrust import ( |
428 |
| - Zerotrust, |
429 |
| - AsyncZerotrust, |
430 |
| - ZerotrustWithRawResponse, |
431 |
| - AsyncZerotrustWithRawResponse, |
432 |
| - ZerotrustWithStreamingResponse, |
433 |
| - AsyncZerotrustWithStreamingResponse, |
434 |
| -) |
435 |
| -from .addressing import ( |
436 |
| - Addressing, |
437 |
| - AsyncAddressing, |
438 |
| - AddressingWithRawResponse, |
439 |
| - AsyncAddressingWithRawResponse, |
440 |
| - AddressingWithStreamingResponse, |
441 |
| - AsyncAddressingWithStreamingResponse, |
442 |
| -) |
443 | 403 | from .audit_logs import (
|
444 | 404 | AuditLogs,
|
445 | 405 | AsyncAuditLogs,
|
|
464 | 424 | HyperdriveWithStreamingResponse,
|
465 | 425 | AsyncHyperdriveWithStreamingResponse,
|
466 | 426 | )
|
| 427 | +from .zero_trust import ( |
| 428 | + ZeroTrust, |
| 429 | + AsyncZeroTrust, |
| 430 | + ZeroTrustWithRawResponse, |
| 431 | + AsyncZeroTrustWithRawResponse, |
| 432 | + ZeroTrustWithStreamingResponse, |
| 433 | + AsyncZeroTrustWithStreamingResponse, |
| 434 | +) |
467 | 435 | from .diagnostics import (
|
468 | 436 | Diagnostics,
|
469 | 437 | AsyncDiagnostics,
|
|
528 | 496 | HealthchecksWithStreamingResponse,
|
529 | 497 | AsyncHealthchecksWithStreamingResponse,
|
530 | 498 | )
|
531 |
| -from .dns_analytics import ( |
532 |
| - DNSAnalytics, |
533 |
| - AsyncDNSAnalytics, |
534 |
| - DNSAnalyticsWithRawResponse, |
535 |
| - AsyncDNSAnalyticsWithRawResponse, |
536 |
| - DNSAnalyticsWithStreamingResponse, |
537 |
| - AsyncDNSAnalyticsWithStreamingResponse, |
| 499 | +from .magic_transit import ( |
| 500 | + MagicTransit, |
| 501 | + AsyncMagicTransit, |
| 502 | + MagicTransitWithRawResponse, |
| 503 | + AsyncMagicTransitWithRawResponse, |
| 504 | + MagicTransitWithStreamingResponse, |
| 505 | + AsyncMagicTransitWithStreamingResponse, |
538 | 506 | )
|
539 | 507 | from .secondary_dns import (
|
540 | 508 | SecondaryDNS,
|
|
600 | 568 | WARPConnectorWithStreamingResponse,
|
601 | 569 | AsyncWARPConnectorWithStreamingResponse,
|
602 | 570 | )
|
603 |
| -from .worker_domains import ( |
604 |
| - WorkerDomains, |
605 |
| - AsyncWorkerDomains, |
606 |
| - WorkerDomainsWithRawResponse, |
607 |
| - AsyncWorkerDomainsWithRawResponse, |
608 |
| - WorkerDomainsWithStreamingResponse, |
609 |
| - AsyncWorkerDomainsWithStreamingResponse, |
610 |
| -) |
611 |
| -from .worker_scripts import ( |
612 |
| - WorkerScripts, |
613 |
| - AsyncWorkerScripts, |
614 |
| - WorkerScriptsWithRawResponse, |
615 |
| - AsyncWorkerScriptsWithRawResponse, |
616 |
| - WorkerScriptsWithStreamingResponse, |
617 |
| - AsyncWorkerScriptsWithStreamingResponse, |
618 |
| -) |
619 |
| -from .account_members import ( |
620 |
| - AccountMembers, |
621 |
| - AsyncAccountMembers, |
622 |
| - AccountMembersWithRawResponse, |
623 |
| - AsyncAccountMembersWithRawResponse, |
624 |
| - AccountMembersWithStreamingResponse, |
625 |
| - AsyncAccountMembersWithStreamingResponse, |
626 |
| -) |
627 | 571 | from .available_plans import (
|
628 | 572 | AvailablePlans,
|
629 | 573 | AsyncAvailablePlans,
|
|
664 | 608 | CustomHostnamesWithStreamingResponse,
|
665 | 609 | AsyncCustomHostnamesWithStreamingResponse,
|
666 | 610 | )
|
667 |
| -from .activation_checks import ( |
668 |
| - ActivationChecks, |
669 |
| - AsyncActivationChecks, |
670 |
| - ActivationChecksWithRawResponse, |
671 |
| - AsyncActivationChecksWithRawResponse, |
672 |
| - ActivationChecksWithStreamingResponse, |
673 |
| - AsyncActivationChecksWithStreamingResponse, |
674 |
| -) |
675 | 611 | from .mtls_certificates import (
|
676 | 612 | MTLSCertificates,
|
677 | 613 | AsyncMTLSCertificates,
|
|
810 | 746 | "AsyncAccessWithRawResponse",
|
811 | 747 | "AccessWithStreamingResponse",
|
812 | 748 | "AsyncAccessWithStreamingResponse",
|
813 |
| - "DNSAnalytics", |
814 |
| - "AsyncDNSAnalytics", |
815 |
| - "DNSAnalyticsWithRawResponse", |
816 |
| - "AsyncDNSAnalyticsWithRawResponse", |
817 |
| - "DNSAnalyticsWithStreamingResponse", |
818 |
| - "AsyncDNSAnalyticsWithStreamingResponse", |
819 | 749 | "Cache",
|
820 | 750 | "AsyncCache",
|
821 | 751 | "CacheWithRawResponse",
|
|
912 | 842 | "AsyncFiltersWithRawResponse",
|
913 | 843 | "FiltersWithStreamingResponse",
|
914 | 844 | "AsyncFiltersWithStreamingResponse",
|
915 |
| - "Firewalls", |
916 |
| - "AsyncFirewalls", |
917 |
| - "FirewallsWithRawResponse", |
918 |
| - "AsyncFirewallsWithRawResponse", |
919 |
| - "FirewallsWithStreamingResponse", |
920 |
| - "AsyncFirewallsWithStreamingResponse", |
| 845 | + "Firewall", |
| 846 | + "AsyncFirewall", |
| 847 | + "FirewallWithRawResponse", |
| 848 | + "AsyncFirewallWithRawResponse", |
| 849 | + "FirewallWithStreamingResponse", |
| 850 | + "AsyncFirewallWithStreamingResponse", |
921 | 851 | "Healthchecks",
|
922 | 852 | "AsyncHealthchecks",
|
923 | 853 | "HealthchecksWithRawResponse",
|
|
966 | 896 | "AsyncSecondaryDNSWithRawResponse",
|
967 | 897 | "SecondaryDNSWithStreamingResponse",
|
968 | 898 | "AsyncSecondaryDNSWithStreamingResponse",
|
969 |
| - "Settings", |
970 |
| - "AsyncSettings", |
971 |
| - "SettingsWithRawResponse", |
972 |
| - "AsyncSettingsWithRawResponse", |
973 |
| - "SettingsWithStreamingResponse", |
974 |
| - "AsyncSettingsWithStreamingResponse", |
975 | 899 | "WaitingRooms",
|
976 | 900 | "AsyncWaitingRooms",
|
977 | 901 | "WaitingRoomsWithRawResponse",
|
|
990 | 914 | "AsyncWorkersWithRawResponse",
|
991 | 915 | "WorkersWithStreamingResponse",
|
992 | 916 | "AsyncWorkersWithStreamingResponse",
|
993 |
| - "ActivationChecks", |
994 |
| - "AsyncActivationChecks", |
995 |
| - "ActivationChecksWithRawResponse", |
996 |
| - "AsyncActivationChecksWithRawResponse", |
997 |
| - "ActivationChecksWithStreamingResponse", |
998 |
| - "AsyncActivationChecksWithStreamingResponse", |
| 917 | + "KV", |
| 918 | + "AsyncKV", |
| 919 | + "KVWithRawResponse", |
| 920 | + "AsyncKVWithRawResponse", |
| 921 | + "KVWithStreamingResponse", |
| 922 | + "AsyncKVWithStreamingResponse", |
999 | 923 | "ManagedHeaders",
|
1000 | 924 | "AsyncManagedHeaders",
|
1001 | 925 | "ManagedHeadersWithRawResponse",
|
|
1080 | 1004 | "AsyncIntelWithRawResponse",
|
1081 | 1005 | "IntelWithStreamingResponse",
|
1082 | 1006 | "AsyncIntelWithStreamingResponse",
|
1083 |
| - "Magics", |
1084 |
| - "AsyncMagics", |
1085 |
| - "MagicsWithRawResponse", |
1086 |
| - "AsyncMagicsWithRawResponse", |
1087 |
| - "MagicsWithStreamingResponse", |
1088 |
| - "AsyncMagicsWithStreamingResponse", |
1089 |
| - "AccountMembers", |
1090 |
| - "AsyncAccountMembers", |
1091 |
| - "AccountMembersWithRawResponse", |
1092 |
| - "AsyncAccountMembersWithRawResponse", |
1093 |
| - "AccountMembersWithStreamingResponse", |
1094 |
| - "AsyncAccountMembersWithStreamingResponse", |
| 1007 | + "MagicTransit", |
| 1008 | + "AsyncMagicTransit", |
| 1009 | + "MagicTransitWithRawResponse", |
| 1010 | + "AsyncMagicTransitWithRawResponse", |
| 1011 | + "MagicTransitWithStreamingResponse", |
| 1012 | + "AsyncMagicTransitWithStreamingResponse", |
1095 | 1013 | "MNMs",
|
1096 | 1014 | "AsyncMNMs",
|
1097 | 1015 | "MNMsWithRawResponse",
|
|
1152 | 1070 | "AsyncStreamWithRawResponse",
|
1153 | 1071 | "StreamWithStreamingResponse",
|
1154 | 1072 | "AsyncStreamWithStreamingResponse",
|
1155 |
| - "Teamnets", |
1156 |
| - "AsyncTeamnets", |
1157 |
| - "TeamnetsWithRawResponse", |
1158 |
| - "AsyncTeamnetsWithRawResponse", |
1159 |
| - "TeamnetsWithStreamingResponse", |
1160 |
| - "AsyncTeamnetsWithStreamingResponse", |
1161 | 1073 | "Gateways",
|
1162 | 1074 | "AsyncGateways",
|
1163 | 1075 | "GatewaysWithRawResponse",
|
|
1218 | 1130 | "AsyncWorkersForPlatformsWithRawResponse",
|
1219 | 1131 | "WorkersForPlatformsWithStreamingResponse",
|
1220 | 1132 | "AsyncWorkersForPlatformsWithStreamingResponse",
|
1221 |
| - "WorkerDomains", |
1222 |
| - "AsyncWorkerDomains", |
1223 |
| - "WorkerDomainsWithRawResponse", |
1224 |
| - "AsyncWorkerDomainsWithRawResponse", |
1225 |
| - "WorkerDomainsWithStreamingResponse", |
1226 |
| - "AsyncWorkerDomainsWithStreamingResponse", |
1227 |
| - "WorkerScripts", |
1228 |
| - "AsyncWorkerScripts", |
1229 |
| - "WorkerScriptsWithRawResponse", |
1230 |
| - "AsyncWorkerScriptsWithRawResponse", |
1231 |
| - "WorkerScriptsWithStreamingResponse", |
1232 |
| - "AsyncWorkerScriptsWithStreamingResponse", |
1233 |
| - "Zerotrust", |
1234 |
| - "AsyncZerotrust", |
1235 |
| - "ZerotrustWithRawResponse", |
1236 |
| - "AsyncZerotrustWithRawResponse", |
1237 |
| - "ZerotrustWithStreamingResponse", |
1238 |
| - "AsyncZerotrustWithStreamingResponse", |
1239 |
| - "Addressing", |
1240 |
| - "AsyncAddressing", |
1241 |
| - "AddressingWithRawResponse", |
1242 |
| - "AsyncAddressingWithRawResponse", |
1243 |
| - "AddressingWithStreamingResponse", |
1244 |
| - "AsyncAddressingWithStreamingResponse", |
| 1133 | + "ZeroTrust", |
| 1134 | + "AsyncZeroTrust", |
| 1135 | + "ZeroTrustWithRawResponse", |
| 1136 | + "AsyncZeroTrustWithRawResponse", |
| 1137 | + "ZeroTrustWithStreamingResponse", |
| 1138 | + "AsyncZeroTrustWithStreamingResponse", |
1245 | 1139 | "Challenges",
|
1246 | 1140 | "AsyncChallenges",
|
1247 | 1141 | "ChallengesWithRawResponse",
|
|
1290 | 1184 | "AsyncOriginPostQuantumEncryptionWithRawResponse",
|
1291 | 1185 | "OriginPostQuantumEncryptionWithStreamingResponse",
|
1292 | 1186 | "AsyncOriginPostQuantumEncryptionWithStreamingResponse",
|
1293 |
| - "Firewall", |
1294 |
| - "AsyncFirewall", |
1295 |
| - "FirewallWithRawResponse", |
1296 |
| - "AsyncFirewallWithRawResponse", |
1297 |
| - "FirewallWithStreamingResponse", |
1298 |
| - "AsyncFirewallWithStreamingResponse", |
1299 | 1187 | "Speed",
|
1300 | 1188 | "AsyncSpeed",
|
1301 | 1189 | "SpeedWithRawResponse",
|
|
0 commit comments