1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757
|
r"""
This code was generated by
___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __
| | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/
| |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \
NOTE: This class is auto generated by OpenAPI Generator.
https://openapi-generator.tech
Do not edit the class manually.
"""
from typing import TYPE_CHECKING, Optional
from twilio.base.client_base import ClientBase
if TYPE_CHECKING:
from twilio.rest.accounts import Accounts
from twilio.rest.api import Api
from twilio.rest.assistants import Assistants
from twilio.rest.bulkexports import Bulkexports
from twilio.rest.chat import Chat
from twilio.rest.content import Content
from twilio.rest.conversations import Conversations
from twilio.rest.events import Events
from twilio.rest.flex_api import FlexApi
from twilio.rest.frontline_api import FrontlineApi
from twilio.rest.preview_iam import PreviewIam
from twilio.rest.iam import Iam
from twilio.rest.insights import Insights
from twilio.rest.intelligence import Intelligence
from twilio.rest.ip_messaging import IpMessaging
from twilio.rest.lookups import Lookups
from twilio.rest.marketplace import Marketplace
from twilio.rest.messaging import Messaging
from twilio.rest.microvisor import Microvisor
from twilio.rest.monitor import Monitor
from twilio.rest.notify import Notify
from twilio.rest.numbers import Numbers
from twilio.rest.oauth import Oauth
from twilio.rest.preview import Preview
from twilio.rest.pricing import Pricing
from twilio.rest.proxy import Proxy
from twilio.rest.routes import Routes
from twilio.rest.serverless import Serverless
from twilio.rest.studio import Studio
from twilio.rest.supersim import Supersim
from twilio.rest.sync import Sync
from twilio.rest.taskrouter import Taskrouter
from twilio.rest.trunking import Trunking
from twilio.rest.trusthub import Trusthub
from twilio.rest.verify import Verify
from twilio.rest.video import Video
from twilio.rest.voice import Voice
from twilio.rest.wireless import Wireless
from twilio.rest.api.v2010.account.address import AddressList
from twilio.rest.api.v2010.account.application import ApplicationList
from twilio.rest.api.v2010.account.authorized_connect_app import (
AuthorizedConnectAppList,
)
from twilio.rest.api.v2010.account.available_phone_number_country import (
AvailablePhoneNumberCountryList,
)
from twilio.rest.api.v2010.account.balance import BalanceList
from twilio.rest.api.v2010.account.call import CallList
from twilio.rest.api.v2010.account.conference import ConferenceList
from twilio.rest.api.v2010.account.connect_app import ConnectAppList
from twilio.rest.api.v2010.account.incoming_phone_number import (
IncomingPhoneNumberList,
)
from twilio.rest.api.v2010.account.key import KeyList
from twilio.rest.api.v2010.account.new_key import NewKeyList
from twilio.rest.api.v2010.account.message import MessageList
from twilio.rest.api.v2010.account.signing_key import SigningKeyList
from twilio.rest.api.v2010.account.new_signing_key import NewSigningKeyList
from twilio.rest.api.v2010.account.notification import NotificationList
from twilio.rest.api.v2010.account.outgoing_caller_id import OutgoingCallerIdList
from twilio.rest.api.v2010.account.validation_request import ValidationRequestList
from twilio.rest.api.v2010.account.queue import QueueList
from twilio.rest.api.v2010.account.recording import RecordingList
from twilio.rest.api.v2010.account.short_code import ShortCodeList
from twilio.rest.api.v2010.account.sip import SipList
from twilio.rest.api.v2010.account.token import TokenList
from twilio.rest.api.v2010.account.transcription import TranscriptionList
from twilio.rest.api.v2010.account.usage import UsageList
class Client(ClientBase):
"""A client for accessing the Twilio API."""
def __init__(
self,
username=None,
password=None,
account_sid=None,
region=None,
http_client=None,
environment=None,
edge=None,
user_agent_extensions=None,
credential_provider=None,
):
"""
Initializes the Twilio Client
:param str username: Username to authenticate with, either account_sid or api_key
:param str password: Password to authenticate with, auth_token (if using account_sid) or api_secret (if using api_key)
:param str account_sid: Account SID, required if using api_key to authenticate.
:param str region: Twilio Region to make requests to, defaults to 'us1' if an edge is provided
:param HttpClient http_client: HttpClient, defaults to TwilioHttpClient
:param dict environment: Environment to look for auth details, defaults to os.environ
:param str edge: Twilio Edge to make requests to, defaults to None
:param list[str] user_agent_extensions: Additions to the user agent string
:returns: Twilio Client
:rtype: twilio.rest.Client
"""
super().__init__(
username,
password,
account_sid,
region,
http_client,
environment,
edge,
user_agent_extensions,
credential_provider,
)
# Domains
self._accounts: Optional["Accounts"] = None
self._api: Optional["Api"] = None
self._assistants: Optional["Assistants"] = None
self._bulkexports: Optional["Bulkexports"] = None
self._chat: Optional["Chat"] = None
self._content: Optional["Content"] = None
self._conversations: Optional["Conversations"] = None
self._events: Optional["Events"] = None
self._flex_api: Optional["FlexApi"] = None
self._frontline_api: Optional["FrontlineApi"] = None
self._preview_iam: Optional["PreviewIam"] = None
self._iam: Optional["Iam"] = None
self._insights: Optional["Insights"] = None
self._intelligence: Optional["Intelligence"] = None
self._ip_messaging: Optional["IpMessaging"] = None
self._lookups: Optional["Lookups"] = None
self._marketplace: Optional["Marketplace"] = None
self._messaging: Optional["Messaging"] = None
self._microvisor: Optional["Microvisor"] = None
self._monitor: Optional["Monitor"] = None
self._notify: Optional["Notify"] = None
self._numbers: Optional["Numbers"] = None
self._oauth: Optional["Oauth"] = None
self._preview: Optional["Preview"] = None
self._pricing: Optional["Pricing"] = None
self._proxy: Optional["Proxy"] = None
self._routes: Optional["Routes"] = None
self._serverless: Optional["Serverless"] = None
self._studio: Optional["Studio"] = None
self._supersim: Optional["Supersim"] = None
self._sync: Optional["Sync"] = None
self._taskrouter: Optional["Taskrouter"] = None
self._trunking: Optional["Trunking"] = None
self._trusthub: Optional["Trusthub"] = None
self._verify: Optional["Verify"] = None
self._video: Optional["Video"] = None
self._voice: Optional["Voice"] = None
self._wireless: Optional["Wireless"] = None
@property
def accounts(self) -> "Accounts":
"""
Access the Accounts Twilio Domain
:returns: Accounts Twilio Domain
"""
if self._accounts is None:
from twilio.rest.accounts import Accounts
self._accounts = Accounts(self)
return self._accounts
@property
def api(self) -> "Api":
"""
Access the Api Twilio Domain
:returns: Api Twilio Domain
"""
if self._api is None:
from twilio.rest.api import Api
self._api = Api(self)
return self._api
@property
def assistants(self) -> "Assistants":
"""
Access the Assistants Twilio Domain
:returns: Assistants Twilio Domain
"""
if self._assistants is None:
from twilio.rest.assistants import Assistants
self._assistants = Assistants(self)
return self._assistants
@property
def bulkexports(self) -> "Bulkexports":
"""
Access the Bulkexports Twilio Domain
:returns: Bulkexports Twilio Domain
"""
if self._bulkexports is None:
from twilio.rest.bulkexports import Bulkexports
self._bulkexports = Bulkexports(self)
return self._bulkexports
@property
def chat(self) -> "Chat":
"""
Access the Chat Twilio Domain
:returns: Chat Twilio Domain
"""
if self._chat is None:
from twilio.rest.chat import Chat
self._chat = Chat(self)
return self._chat
@property
def content(self) -> "Content":
"""
Access the Content Twilio Domain
:returns: Content Twilio Domain
"""
if self._content is None:
from twilio.rest.content import Content
self._content = Content(self)
return self._content
@property
def conversations(self) -> "Conversations":
"""
Access the Conversations Twilio Domain
:returns: Conversations Twilio Domain
"""
if self._conversations is None:
from twilio.rest.conversations import Conversations
self._conversations = Conversations(self)
return self._conversations
@property
def events(self) -> "Events":
"""
Access the Events Twilio Domain
:returns: Events Twilio Domain
"""
if self._events is None:
from twilio.rest.events import Events
self._events = Events(self)
return self._events
@property
def flex_api(self) -> "FlexApi":
"""
Access the FlexApi Twilio Domain
:returns: FlexApi Twilio Domain
"""
if self._flex_api is None:
from twilio.rest.flex_api import FlexApi
self._flex_api = FlexApi(self)
return self._flex_api
@property
def frontline_api(self) -> "FrontlineApi":
"""
Access the FrontlineApi Twilio Domain
:returns: FrontlineApi Twilio Domain
"""
if self._frontline_api is None:
from twilio.rest.frontline_api import FrontlineApi
self._frontline_api = FrontlineApi(self)
return self._frontline_api
@property
def preview_iam(self) -> "PreviewIam":
"""
Access the PreviewIam Twilio Domain
:returns: PreviewIam Twilio Domain
"""
if self._preview_iam is None:
from twilio.rest.preview_iam import PreviewIam
self._preview_iam = PreviewIam(self)
return self._preview_iam
@property
def iam(self) -> "Iam":
"""
Access the Iam Twilio Domain
:returns: Iam Twilio Domain
"""
if self._iam is None:
from twilio.rest.iam import Iam
self._iam = Iam(self)
return self._iam
@property
def insights(self) -> "Insights":
"""
Access the Insights Twilio Domain
:returns: Insights Twilio Domain
"""
if self._insights is None:
from twilio.rest.insights import Insights
self._insights = Insights(self)
return self._insights
@property
def intelligence(self) -> "Intelligence":
"""
Access the Intelligence Twilio Domain
:returns: Intelligence Twilio Domain
"""
if self._intelligence is None:
from twilio.rest.intelligence import Intelligence
self._intelligence = Intelligence(self)
return self._intelligence
@property
def ip_messaging(self) -> "IpMessaging":
"""
Access the IpMessaging Twilio Domain
:returns: IpMessaging Twilio Domain
"""
if self._ip_messaging is None:
from twilio.rest.ip_messaging import IpMessaging
self._ip_messaging = IpMessaging(self)
return self._ip_messaging
@property
def lookups(self) -> "Lookups":
"""
Access the Lookups Twilio Domain
:returns: Lookups Twilio Domain
"""
if self._lookups is None:
from twilio.rest.lookups import Lookups
self._lookups = Lookups(self)
return self._lookups
@property
def marketplace(self) -> "Marketplace":
"""
Access the Marketplace Twilio Domain
:returns: Marketplace Twilio Domain
"""
if self._marketplace is None:
from twilio.rest.marketplace import Marketplace
self._marketplace = Marketplace(self)
return self._marketplace
@property
def messaging(self) -> "Messaging":
"""
Access the Messaging Twilio Domain
:returns: Messaging Twilio Domain
"""
if self._messaging is None:
from twilio.rest.messaging import Messaging
self._messaging = Messaging(self)
return self._messaging
@property
def microvisor(self) -> "Microvisor":
"""
Access the Microvisor Twilio Domain
:returns: Microvisor Twilio Domain
"""
if self._microvisor is None:
from twilio.rest.microvisor import Microvisor
self._microvisor = Microvisor(self)
return self._microvisor
@property
def monitor(self) -> "Monitor":
"""
Access the Monitor Twilio Domain
:returns: Monitor Twilio Domain
"""
if self._monitor is None:
from twilio.rest.monitor import Monitor
self._monitor = Monitor(self)
return self._monitor
@property
def notify(self) -> "Notify":
"""
Access the Notify Twilio Domain
:returns: Notify Twilio Domain
"""
if self._notify is None:
from twilio.rest.notify import Notify
self._notify = Notify(self)
return self._notify
@property
def numbers(self) -> "Numbers":
"""
Access the Numbers Twilio Domain
:returns: Numbers Twilio Domain
"""
if self._numbers is None:
from twilio.rest.numbers import Numbers
self._numbers = Numbers(self)
return self._numbers
@property
def oauth(self) -> "Oauth":
"""
Access the Oauth Twilio Domain
:returns: Oauth Twilio Domain
"""
if self._oauth is None:
from twilio.rest.oauth import Oauth
self._oauth = Oauth(self)
return self._oauth
@property
def preview(self) -> "Preview":
"""
Access the Preview Twilio Domain
:returns: Preview Twilio Domain
"""
if self._preview is None:
from twilio.rest.preview import Preview
self._preview = Preview(self)
return self._preview
@property
def pricing(self) -> "Pricing":
"""
Access the Pricing Twilio Domain
:returns: Pricing Twilio Domain
"""
if self._pricing is None:
from twilio.rest.pricing import Pricing
self._pricing = Pricing(self)
return self._pricing
@property
def proxy(self) -> "Proxy":
"""
Access the Proxy Twilio Domain
:returns: Proxy Twilio Domain
"""
if self._proxy is None:
from twilio.rest.proxy import Proxy
self._proxy = Proxy(self)
return self._proxy
@property
def routes(self) -> "Routes":
"""
Access the Routes Twilio Domain
:returns: Routes Twilio Domain
"""
if self._routes is None:
from twilio.rest.routes import Routes
self._routes = Routes(self)
return self._routes
@property
def serverless(self) -> "Serverless":
"""
Access the Serverless Twilio Domain
:returns: Serverless Twilio Domain
"""
if self._serverless is None:
from twilio.rest.serverless import Serverless
self._serverless = Serverless(self)
return self._serverless
@property
def studio(self) -> "Studio":
"""
Access the Studio Twilio Domain
:returns: Studio Twilio Domain
"""
if self._studio is None:
from twilio.rest.studio import Studio
self._studio = Studio(self)
return self._studio
@property
def supersim(self) -> "Supersim":
"""
Access the Supersim Twilio Domain
:returns: Supersim Twilio Domain
"""
if self._supersim is None:
from twilio.rest.supersim import Supersim
self._supersim = Supersim(self)
return self._supersim
@property
def sync(self) -> "Sync":
"""
Access the Sync Twilio Domain
:returns: Sync Twilio Domain
"""
if self._sync is None:
from twilio.rest.sync import Sync
self._sync = Sync(self)
return self._sync
@property
def taskrouter(self) -> "Taskrouter":
"""
Access the Taskrouter Twilio Domain
:returns: Taskrouter Twilio Domain
"""
if self._taskrouter is None:
from twilio.rest.taskrouter import Taskrouter
self._taskrouter = Taskrouter(self)
return self._taskrouter
@property
def trunking(self) -> "Trunking":
"""
Access the Trunking Twilio Domain
:returns: Trunking Twilio Domain
"""
if self._trunking is None:
from twilio.rest.trunking import Trunking
self._trunking = Trunking(self)
return self._trunking
@property
def trusthub(self) -> "Trusthub":
"""
Access the Trusthub Twilio Domain
:returns: Trusthub Twilio Domain
"""
if self._trusthub is None:
from twilio.rest.trusthub import Trusthub
self._trusthub = Trusthub(self)
return self._trusthub
@property
def verify(self) -> "Verify":
"""
Access the Verify Twilio Domain
:returns: Verify Twilio Domain
"""
if self._verify is None:
from twilio.rest.verify import Verify
self._verify = Verify(self)
return self._verify
@property
def video(self) -> "Video":
"""
Access the Video Twilio Domain
:returns: Video Twilio Domain
"""
if self._video is None:
from twilio.rest.video import Video
self._video = Video(self)
return self._video
@property
def voice(self) -> "Voice":
"""
Access the Voice Twilio Domain
:returns: Voice Twilio Domain
"""
if self._voice is None:
from twilio.rest.voice import Voice
self._voice = Voice(self)
return self._voice
@property
def wireless(self) -> "Wireless":
"""
Access the Wireless Twilio Domain
:returns: Wireless Twilio Domain
"""
if self._wireless is None:
from twilio.rest.wireless import Wireless
self._wireless = Wireless(self)
return self._wireless
@property
def addresses(self) -> "AddressList":
return self.api.account.addresses
@property
def applications(self) -> "ApplicationList":
return self.api.account.applications
@property
def authorized_connect_apps(self) -> "AuthorizedConnectAppList":
return self.api.account.authorized_connect_apps
@property
def available_phone_numbers(self) -> "AvailablePhoneNumberCountryList":
return self.api.account.available_phone_numbers
@property
def balance(self) -> "BalanceList":
return self.api.account.balance
@property
def calls(self) -> "CallList":
return self.api.account.calls
@property
def conferences(self) -> "ConferenceList":
return self.api.account.conferences
@property
def connect_apps(self) -> "ConnectAppList":
return self.api.account.connect_apps
@property
def incoming_phone_numbers(self) -> "IncomingPhoneNumberList":
return self.api.account.incoming_phone_numbers
@property
def keys(self) -> "KeyList":
return self.api.account.keys
@property
def new_keys(self) -> "NewKeyList":
return self.api.account.new_keys
@property
def messages(self) -> "MessageList":
return self.api.account.messages
@property
def signing_keys(self) -> "SigningKeyList":
return self.api.account.signing_keys
@property
def new_signing_keys(self) -> "NewSigningKeyList":
return self.api.account.new_signing_keys
@property
def notifications(self) -> "NotificationList":
return self.api.account.notifications
@property
def outgoing_caller_ids(self) -> "OutgoingCallerIdList":
return self.api.account.outgoing_caller_ids
@property
def validation_requests(self) -> "ValidationRequestList":
return self.api.account.validation_requests
@property
def queues(self) -> "QueueList":
return self.api.account.queues
@property
def recordings(self) -> "RecordingList":
return self.api.account.recordings
@property
def short_codes(self) -> "ShortCodeList":
return self.api.account.short_codes
@property
def sip(self) -> "SipList":
return self.api.account.sip
@property
def tokens(self) -> "TokenList":
return self.api.account.tokens
@property
def transcriptions(self) -> "TranscriptionList":
return self.api.account.transcriptions
@property
def usage(self) -> "UsageList":
return self.api.account.usage
|