Skip to main content

Type annotations for boto3.AlexaForBusiness 1.16.0 service, generated by mypy-boto3-buider 3.2.1

Project description

mypy-boto3-alexaforbusiness

PyPI - mypy-boto3-alexaforbusiness PyPI - Python Version Docs

Type annotations for boto3.AlexaForBusiness 1.16.0 service compatible with VSCode, PyCharm, mypy, pyright and other tools.

Generated by mypy-boto3-buider 3.2.1.

More information can be found on boto3-stubs page.

How to install

Install boto3-stubs for AlexaForBusiness service.

python -m pip install boto3-stubs[alexaforbusiness]

Usage

VSCode

  • Install Python extension
  • Install Pylance extension
  • Set Pylance as your Python Language Server
  • Install boto-stubs[alexaforbusiness] in your environment: python -m pip install 'boto3-stubs[alexaforbusiness]'

Both type checking and auto-complete should work for AlexaForBusiness service. No explicit type annotations required, write your boto3 code as usual.

PyCharm

  • Install boto-stubs[alexaforbusiness] in your environment: python -m pip install 'boto3-stubs[alexaforbusiness]'

Both type checking and auto-complete should work for AlexaForBusiness service. No explicit type annotations required, write your boto3 code as usual. Auto-complete can be slow on big projects or if you have a lot of installed boto3-stubs submodules.

Other IDEs

Not tested, but as long as your IDE support mypy or pyright, everything should work.

mypy

  • Install mypy: python -m pip install mypy
  • Install boto-stubs[alexaforbusiness] in your environment: python -m pip install 'boto3-stubs[alexaforbusiness]'
  • Run mypy as usual

Type checking should work for AlexaForBusiness service. No explicit type annotations required, write your boto3 code as usual.

pyright

  • Install pyright: yarn global add pyright
  • Install boto-stubs[alexaforbusiness] in your environment: python -m pip install 'boto3-stubs[alexaforbusiness]'
  • Optionally, you can install boto3-stubs to typings folder.

Type checking should work for AlexaForBusiness service. No explicit type annotations required, write your boto3 code as usual.

Explicit type annotations

Client annotations

AlexaForBusinessClient provides annotations for boto3.client("alexaforbusiness").

import boto3

from mypy_boto3_alexaforbusiness import AlexaForBusinessClient

client: AlexaForBusinessClient = boto3.client("alexaforbusiness")

# now client usage is checked by mypy and IDE should provide code auto-complete

# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: AlexaForBusinessClient = session.client("alexaforbusiness")

Paginators annotations

mypy_boto3_alexaforbusiness.paginator module contains type annotations for all paginators.

from mypy_boto3_alexaforbusiness import AlexaForBusinessClient
from mypy_boto3_alexaforbusiness.paginator import (
    ListBusinessReportSchedulesPaginator,
    ListConferenceProvidersPaginator,
    ListDeviceEventsPaginator,
    ListSkillsPaginator,
    ListSkillsStoreCategoriesPaginator,
    ListSkillsStoreSkillsByCategoryPaginator,
    ListSmartHomeAppliancesPaginator,
    ListTagsPaginator,
    SearchDevicesPaginator,
    SearchProfilesPaginator,
    SearchRoomsPaginator,
    SearchSkillGroupsPaginator,
    SearchUsersPaginator,
)

client: AlexaForBusinessClient = boto3.client("alexaforbusiness")

# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
list_business_report_schedules_paginator: ListBusinessReportSchedulesPaginator = client.get_paginator("list_business_report_schedules")
list_conference_providers_paginator: ListConferenceProvidersPaginator = client.get_paginator("list_conference_providers")
list_device_events_paginator: ListDeviceEventsPaginator = client.get_paginator("list_device_events")
list_skills_paginator: ListSkillsPaginator = client.get_paginator("list_skills")
list_skills_store_categories_paginator: ListSkillsStoreCategoriesPaginator = client.get_paginator("list_skills_store_categories")
list_skills_store_skills_by_category_paginator: ListSkillsStoreSkillsByCategoryPaginator = client.get_paginator("list_skills_store_skills_by_category")
list_smart_home_appliances_paginator: ListSmartHomeAppliancesPaginator = client.get_paginator("list_smart_home_appliances")
list_tags_paginator: ListTagsPaginator = client.get_paginator("list_tags")
search_devices_paginator: SearchDevicesPaginator = client.get_paginator("search_devices")
search_profiles_paginator: SearchProfilesPaginator = client.get_paginator("search_profiles")
search_rooms_paginator: SearchRoomsPaginator = client.get_paginator("search_rooms")
search_skill_groups_paginator: SearchSkillGroupsPaginator = client.get_paginator("search_skill_groups")
search_users_paginator: SearchUsersPaginator = client.get_paginator("search_users")

Typed dictionations

mypy_boto3_alexaforbusiness.type_defs module contains structures and shapes assembled to typed dictionaries for additional type checking.

from mypy_boto3_alexaforbusiness.type_defs import (
    AddressBookDataTypeDef,
    AddressBookTypeDef,
    AudioTypeDef,
    BusinessReportContentRangeTypeDef,
    BusinessReportRecurrenceTypeDef,
    BusinessReportS3LocationTypeDef,
    BusinessReportScheduleTypeDef,
    BusinessReportTypeDef,
    CategoryTypeDef,
    ConferencePreferenceTypeDef,
    ConferenceProviderTypeDef,
    ContactDataTypeDef,
    ContactTypeDef,
    ContentTypeDef,
    CreateAddressBookResponseTypeDef,
    CreateBusinessReportScheduleResponseTypeDef,
    CreateConferenceProviderResponseTypeDef,
    CreateContactResponseTypeDef,
    CreateEndOfMeetingReminderTypeDef,
    CreateGatewayGroupResponseTypeDef,
    CreateInstantBookingTypeDef,
    CreateMeetingRoomConfigurationTypeDef,
    CreateNetworkProfileResponseTypeDef,
    CreateProfileResponseTypeDef,
    CreateRequireCheckInTypeDef,
    CreateRoomResponseTypeDef,
    CreateSkillGroupResponseTypeDef,
    CreateUserResponseTypeDef,
    DeveloperInfoTypeDef,
    DeviceDataTypeDef,
    DeviceEventTypeDef,
    DeviceNetworkProfileInfoTypeDef,
    DeviceStatusDetailTypeDef,
    DeviceStatusInfoTypeDef,
    DeviceTypeDef,
    EndOfMeetingReminderTypeDef,
    FilterTypeDef,
    GatewayGroupSummaryTypeDef,
    GatewayGroupTypeDef,
    GatewaySummaryTypeDef,
    GatewayTypeDef,
    GetAddressBookResponseTypeDef,
    GetConferencePreferenceResponseTypeDef,
    GetConferenceProviderResponseTypeDef,
    GetContactResponseTypeDef,
    GetDeviceResponseTypeDef,
    GetGatewayGroupResponseTypeDef,
    GetGatewayResponseTypeDef,
    GetInvitationConfigurationResponseTypeDef,
    GetNetworkProfileResponseTypeDef,
    GetProfileResponseTypeDef,
    GetRoomResponseTypeDef,
    GetRoomSkillParameterResponseTypeDef,
    GetSkillGroupResponseTypeDef,
    InstantBookingTypeDef,
    IPDialInTypeDef,
    ListBusinessReportSchedulesResponseTypeDef,
    ListConferenceProvidersResponseTypeDef,
    ListDeviceEventsResponseTypeDef,
    ListGatewayGroupsResponseTypeDef,
    ListGatewaysResponseTypeDef,
    ListSkillsResponseTypeDef,
    ListSkillsStoreCategoriesResponseTypeDef,
    ListSkillsStoreSkillsByCategoryResponseTypeDef,
    ListSmartHomeAppliancesResponseTypeDef,
    ListTagsResponseTypeDef,
    MeetingRoomConfigurationTypeDef,
    MeetingSettingTypeDef,
    NetworkProfileDataTypeDef,
    NetworkProfileTypeDef,
    PaginatorConfigTypeDef,
    PhoneNumberTypeDef,
    ProfileDataTypeDef,
    ProfileTypeDef,
    PSTNDialInTypeDef,
    RegisterAVSDeviceResponseTypeDef,
    RequireCheckInTypeDef,
    ResolveRoomResponseTypeDef,
    RoomDataTypeDef,
    RoomSkillParameterTypeDef,
    RoomTypeDef,
    SearchAddressBooksResponseTypeDef,
    SearchContactsResponseTypeDef,
    SearchDevicesResponseTypeDef,
    SearchNetworkProfilesResponseTypeDef,
    SearchProfilesResponseTypeDef,
    SearchRoomsResponseTypeDef,
    SearchSkillGroupsResponseTypeDef,
    SearchUsersResponseTypeDef,
    SendAnnouncementResponseTypeDef,
    SipAddressTypeDef,
    SkillDetailsTypeDef,
    SkillGroupDataTypeDef,
    SkillGroupTypeDef,
    SkillsStoreSkillTypeDef,
    SkillSummaryTypeDef,
    SmartHomeApplianceTypeDef,
    SortTypeDef,
    SsmlTypeDef,
    TagTypeDef,
    TextTypeDef,
    UpdateEndOfMeetingReminderTypeDef,
    UpdateInstantBookingTypeDef,
    UpdateMeetingRoomConfigurationTypeDef,
    UpdateRequireCheckInTypeDef,
    UserDataTypeDef,
)

def get_structure() -> AddressBookDataTypeDef:
    return {
      ...
    }

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mypy-boto3-alexaforbusiness-1.16.0.0.tar.gz (22.2 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file mypy-boto3-alexaforbusiness-1.16.0.0.tar.gz.

File metadata

  • Download URL: mypy-boto3-alexaforbusiness-1.16.0.0.tar.gz
  • Upload date:
  • Size: 22.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for mypy-boto3-alexaforbusiness-1.16.0.0.tar.gz
Algorithm Hash digest
SHA256 acc0f61f7a06fb998c89d5829b60985f6d166db8deb411b9caa77413886abb41
MD5 a5476b36bd7626c928b4213801d5cfd2
BLAKE2b-256 18dbc317fcd02961d6fb27670b1cbe824925da1207eddd5dfd1b7bb7a7d04c5b

See more details on using hashes here.

File details

Details for the file mypy_boto3_alexaforbusiness-1.16.0.0-py3-none-any.whl.

File metadata

  • Download URL: mypy_boto3_alexaforbusiness-1.16.0.0-py3-none-any.whl
  • Upload date:
  • Size: 28.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for mypy_boto3_alexaforbusiness-1.16.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6c8de7fe8d07e3e11fb4c2c39f6df46461f8388acba583800ec40713e11e0316
MD5 ea3a8ac3d1d0c53aefc81099489618ec
BLAKE2b-256 a1d82611558a2e3da356d5736d1c13501b84aca5f0e8b8cb67f5a1084572c79a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page