Skip to main content

Type annotations for boto3.AlexaForBusiness 1.15.5 service, generated by mypy-boto3-buider 3.1.0

Project description

mypy-boto3-alexaforbusiness

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

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

Generated by mypy-boto3-buider 3.1.0.

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.15.5.0.tar.gz (22.1 kB view details)

Uploaded Source

Built Distribution

File details

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

File metadata

  • Download URL: mypy-boto3-alexaforbusiness-1.15.5.0.tar.gz
  • Upload date:
  • Size: 22.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for mypy-boto3-alexaforbusiness-1.15.5.0.tar.gz
Algorithm Hash digest
SHA256 10e9a1335ba0dd160157afc1bdf4aca61dd19670cfd94159793ad758471524ed
MD5 dd332deee9d07a9382f4db08cf55e887
BLAKE2b-256 ddef051748359f67ff37971d0127b5913ca530fdeaf2ad4df39bc3c214243e1c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mypy_boto3_alexaforbusiness-1.15.5.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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for mypy_boto3_alexaforbusiness-1.15.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 93055f6e23443e7cf31384ed475f5d5ac7b585465aaea47deaf7130b0ef5f539
MD5 5e9b235cd3d1b541f4084c772519aa4d
BLAKE2b-256 0b4f1e7502f8c9bb39abee9db0894f9bccc224f7ab2c0a7116fe9232aff56a37

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