Skip to main content

Type annotations for aiobotocore.IoTWireless 2.4.0 service generated with mypy-boto3-builder 7.11.8

Project description

types-aiobotocore-iotwireless

PyPI - types-aiobotocore-iotwireless PyPI - Python Version Docs PyPI - Downloads

boto3.typed

Type annotations for aiobotocore.IoTWireless 2.4.0 service compatible with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright and other tools.

Generated by mypy-boto3-builder 7.11.8.

More information can be found on types-aiobotocore page and in types-aiobotocore-iotwireless docs.

See how it helps to find and fix potential bugs:

boto3-stubs demo

How to install

From PyPI with pip

Install types-aiobotocore for IoTWireless service.

# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[iotwireless]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aiobotocore-lite[iotwireless]'


# standalone installation
python -m pip install types-aiobotocore-iotwireless

How to uninstall

python -m pip uninstall -y types-aiobotocore-iotwireless

Usage

VSCode

python -m pip install 'types-aiobotocore[iotwireless]'

Both type checking and code completion should now work. No explicit type annotations required, write your aiobotocore code as usual.

PyCharm

Install types-aiobotocore-lite[iotwireless] in your environment:

python -m pip install 'types-aiobotocore-lite[iotwireless]'`

Both type checking and code completion should now work. Explicit type annotations are required.

Use types-aiobotocore package instead for implicit type discovery.

Emacs

  • Install types-aiobotocore with services you use in your environment:
python -m pip install 'types-aiobotocore[iotwireless]'
(use-package lsp-pyright
  :ensure t
  :hook (python-mode . (lambda ()
                          (require 'lsp-pyright)
                          (lsp)))  ; or lsp-deferred
  :init (when (executable-find "python3")
          (setq lsp-pyright-python-executable-cmd "python3"))
  )
  • Make sure emacs uses the environment where you have installed types-aiobotocore

Type checking should now work. No explicit type annotations required, write your aiobotocore code as usual.

Sublime Text

  • Install types-aiobotocore[iotwireless] with services you use in your environment:
python -m pip install 'types-aiobotocore[iotwireless]'

Type checking should now work. No explicit type annotations required, write your aiobotocore code as usual.

Other IDEs

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

mypy

  • Install mypy: python -m pip install mypy
  • Install types-aiobotocore[iotwireless] in your environment:
python -m pip install 'types-aiobotocore[iotwireless]'`

Type checking should now work. No explicit type annotations required, write your aiobotocore code as usual.

pyright

  • Install pyright: npm i -g pyright
  • Install types-aiobotocore[iotwireless] in your environment:
python -m pip install 'types-aiobotocore[iotwireless]'

Optionally, you can install types-aiobotocore to typings folder.

Type checking should now work. No explicit type annotations required, write your aiobotocore code as usual.

Explicit type annotations

Client annotations

IoTWirelessClient provides annotations for session.create_client("iotwireless").

from aiobotocore.session import get_session

from types_aiobotocore_iotwireless import IoTWirelessClient

session = get_session()
async with session.create_client("iotwireless") as client:
    client: IoTWirelessClient
    # now client usage is checked by mypy and IDE should provide code completion

Literals

types_aiobotocore_iotwireless.literals module contains literals extracted from shapes that can be used in user code for type checking.

from types_aiobotocore_iotwireless.literals import (
    BatteryLevelType,
    ConnectionStatusType,
    DeviceStateType,
    DlClassType,
    EventNotificationPartnerTypeType,
    EventNotificationResourceTypeType,
    EventNotificationTopicStatusType,
    EventType,
    ExpressionTypeType,
    FuotaDeviceStatusType,
    FuotaTaskStatusType,
    IdentifierTypeType,
    LogLevelType,
    MessageTypeType,
    PartnerTypeType,
    PositionConfigurationFecType,
    PositionConfigurationStatusType,
    PositionResourceTypeType,
    PositionSolverProviderType,
    PositionSolverTypeType,
    SigningAlgType,
    SupportedRfRegionType,
    WirelessDeviceEventType,
    WirelessDeviceFrameInfoType,
    WirelessDeviceIdTypeType,
    WirelessDeviceTypeType,
    WirelessGatewayEventType,
    WirelessGatewayIdTypeType,
    WirelessGatewayServiceTypeType,
    WirelessGatewayTaskDefinitionTypeType,
    WirelessGatewayTaskStatusType,
    WirelessGatewayTypeType,
    IoTWirelessServiceName,
    ServiceName,
    ResourceServiceName,
    RegionName,
)


def check_value(value: BatteryLevelType) -> bool:
    ...

Typed dictionaries

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

from types_aiobotocore_iotwireless.type_defs import (
    SessionKeysAbpV1_0_xTypeDef,
    SessionKeysAbpV1_1TypeDef,
    AccuracyTypeDef,
    SidewalkAccountInfoTypeDef,
    TagTypeDef,
    ResponseMetadataTypeDef,
    AssociateMulticastGroupWithFuotaTaskRequestRequestTypeDef,
    AssociateWirelessDeviceWithFuotaTaskRequestRequestTypeDef,
    AssociateWirelessDeviceWithMulticastGroupRequestRequestTypeDef,
    AssociateWirelessDeviceWithThingRequestRequestTypeDef,
    AssociateWirelessGatewayWithCertificateRequestRequestTypeDef,
    AssociateWirelessGatewayWithThingRequestRequestTypeDef,
    CancelMulticastGroupSessionRequestRequestTypeDef,
    CertificateListTypeDef,
    LoRaWANConnectionStatusEventNotificationConfigurationsTypeDef,
    LoRaWANConnectionStatusResourceTypeEventConfigurationTypeDef,
    LoRaWANDeviceProfileTypeDef,
    LoRaWANFuotaTaskTypeDef,
    LoRaWANMulticastTypeDef,
    TraceContentTypeDef,
    LoRaWANServiceProfileTypeDef,
    LoRaWANGatewayTypeDef,
    CreateWirelessGatewayTaskRequestRequestTypeDef,
    DeleteDestinationRequestRequestTypeDef,
    DeleteDeviceProfileRequestRequestTypeDef,
    DeleteFuotaTaskRequestRequestTypeDef,
    DeleteMulticastGroupRequestRequestTypeDef,
    DeleteNetworkAnalyzerConfigurationRequestRequestTypeDef,
    DeleteQueuedMessagesRequestRequestTypeDef,
    DeleteServiceProfileRequestRequestTypeDef,
    DeleteWirelessDeviceRequestRequestTypeDef,
    DeleteWirelessGatewayRequestRequestTypeDef,
    DeleteWirelessGatewayTaskDefinitionRequestRequestTypeDef,
    DeleteWirelessGatewayTaskRequestRequestTypeDef,
    DestinationsTypeDef,
    DeviceProfileTypeDef,
    SidewalkEventNotificationConfigurationsTypeDef,
    SidewalkResourceTypeEventConfigurationTypeDef,
    DisassociateAwsAccountFromPartnerAccountRequestRequestTypeDef,
    DisassociateMulticastGroupFromFuotaTaskRequestRequestTypeDef,
    DisassociateWirelessDeviceFromFuotaTaskRequestRequestTypeDef,
    DisassociateWirelessDeviceFromMulticastGroupRequestRequestTypeDef,
    DisassociateWirelessDeviceFromThingRequestRequestTypeDef,
    DisassociateWirelessGatewayFromCertificateRequestRequestTypeDef,
    DisassociateWirelessGatewayFromThingRequestRequestTypeDef,
    LoRaWANSendDataToDeviceTypeDef,
    PositioningTypeDef,
    FuotaTaskTypeDef,
    GetDestinationRequestRequestTypeDef,
    GetDeviceProfileRequestRequestTypeDef,
    GetFuotaTaskRequestRequestTypeDef,
    LoRaWANFuotaTaskGetInfoTypeDef,
    GetMulticastGroupRequestRequestTypeDef,
    LoRaWANMulticastGetTypeDef,
    GetMulticastGroupSessionRequestRequestTypeDef,
    LoRaWANMulticastSessionTypeDef,
    GetNetworkAnalyzerConfigurationRequestRequestTypeDef,
    GetPartnerAccountRequestRequestTypeDef,
    SidewalkAccountInfoWithFingerprintTypeDef,
    GetPositionConfigurationRequestRequestTypeDef,
    GetPositionRequestRequestTypeDef,
    GetResourceEventConfigurationRequestRequestTypeDef,
    GetResourceLogLevelRequestRequestTypeDef,
    GetServiceEndpointRequestRequestTypeDef,
    GetServiceProfileRequestRequestTypeDef,
    LoRaWANGetServiceProfileInfoTypeDef,
    GetWirelessDeviceRequestRequestTypeDef,
    GetWirelessDeviceStatisticsRequestRequestTypeDef,
    SidewalkDeviceMetadataTypeDef,
    GetWirelessGatewayCertificateRequestRequestTypeDef,
    GetWirelessGatewayFirmwareInformationRequestRequestTypeDef,
    GetWirelessGatewayRequestRequestTypeDef,
    GetWirelessGatewayStatisticsRequestRequestTypeDef,
    GetWirelessGatewayTaskDefinitionRequestRequestTypeDef,
    GetWirelessGatewayTaskRequestRequestTypeDef,
    LoRaWANJoinEventNotificationConfigurationsTypeDef,
    LoRaWANJoinResourceTypeEventConfigurationTypeDef,
    ListDestinationsRequestRequestTypeDef,
    ListDeviceProfilesRequestRequestTypeDef,
    ListEventConfigurationsRequestRequestTypeDef,
    ListFuotaTasksRequestRequestTypeDef,
    ListMulticastGroupsByFuotaTaskRequestRequestTypeDef,
    MulticastGroupByFuotaTaskTypeDef,
    ListMulticastGroupsRequestRequestTypeDef,
    MulticastGroupTypeDef,
    ListNetworkAnalyzerConfigurationsRequestRequestTypeDef,
    NetworkAnalyzerConfigurationsTypeDef,
    ListPartnerAccountsRequestRequestTypeDef,
    ListPositionConfigurationsRequestRequestTypeDef,
    ListQueuedMessagesRequestRequestTypeDef,
    ListServiceProfilesRequestRequestTypeDef,
    ServiceProfileTypeDef,
    ListTagsForResourceRequestRequestTypeDef,
    ListWirelessDevicesRequestRequestTypeDef,
    ListWirelessGatewayTaskDefinitionsRequestRequestTypeDef,
    ListWirelessGatewaysRequestRequestTypeDef,
    LoRaWANGatewayMetadataTypeDef,
    OtaaV1_0_xTypeDef,
    OtaaV1_1TypeDef,
    LoRaWANGatewayVersionTypeDef,
    LoRaWANListDeviceTypeDef,
    LoRaWANMulticastMetadataTypeDef,
    LoRaWANStartFuotaTaskTypeDef,
    UpdateAbpV1_0_xTypeDef,
    UpdateAbpV1_1TypeDef,
    SemtechGnssConfigurationTypeDef,
    SemtechGnssDetailTypeDef,
    PutResourceLogLevelRequestRequestTypeDef,
    ResetResourceLogLevelRequestRequestTypeDef,
    SidewalkSendDataToDeviceTypeDef,
    SidewalkUpdateAccountTypeDef,
    TestWirelessDeviceRequestRequestTypeDef,
    UntagResourceRequestRequestTypeDef,
    UpdateDestinationRequestRequestTypeDef,
    UpdatePositionRequestRequestTypeDef,
    UpdateWirelessGatewayRequestRequestTypeDef,
    WirelessDeviceEventLogOptionTypeDef,
    WirelessGatewayEventLogOptionTypeDef,
    AbpV1_0_xTypeDef,
    AbpV1_1TypeDef,
    AssociateAwsAccountWithPartnerAccountRequestRequestTypeDef,
    CreateDestinationRequestRequestTypeDef,
    StartBulkAssociateWirelessDeviceWithMulticastGroupRequestRequestTypeDef,
    StartBulkDisassociateWirelessDeviceFromMulticastGroupRequestRequestTypeDef,
    TagResourceRequestRequestTypeDef,
    AssociateAwsAccountWithPartnerAccountResponseTypeDef,
    AssociateWirelessGatewayWithCertificateResponseTypeDef,
    CreateDestinationResponseTypeDef,
    CreateDeviceProfileResponseTypeDef,
    CreateFuotaTaskResponseTypeDef,
    CreateMulticastGroupResponseTypeDef,
    CreateNetworkAnalyzerConfigurationResponseTypeDef,
    CreateServiceProfileResponseTypeDef,
    CreateWirelessDeviceResponseTypeDef,
    CreateWirelessGatewayResponseTypeDef,
    CreateWirelessGatewayTaskDefinitionResponseTypeDef,
    CreateWirelessGatewayTaskResponseTypeDef,
    GetDestinationResponseTypeDef,
    GetPositionResponseTypeDef,
    GetResourceLogLevelResponseTypeDef,
    GetServiceEndpointResponseTypeDef,
    GetWirelessGatewayCertificateResponseTypeDef,
    GetWirelessGatewayStatisticsResponseTypeDef,
    GetWirelessGatewayTaskResponseTypeDef,
    ListTagsForResourceResponseTypeDef,
    SendDataToMulticastGroupResponseTypeDef,
    SendDataToWirelessDeviceResponseTypeDef,
    TestWirelessDeviceResponseTypeDef,
    SidewalkDeviceTypeDef,
    SidewalkListDeviceTypeDef,
    ConnectionStatusEventConfigurationTypeDef,
    ConnectionStatusResourceTypeEventConfigurationTypeDef,
    CreateDeviceProfileRequestRequestTypeDef,
    GetDeviceProfileResponseTypeDef,
    CreateFuotaTaskRequestRequestTypeDef,
    UpdateFuotaTaskRequestRequestTypeDef,
    CreateMulticastGroupRequestRequestTypeDef,
    UpdateMulticastGroupRequestRequestTypeDef,
    CreateNetworkAnalyzerConfigurationRequestRequestTypeDef,
    GetNetworkAnalyzerConfigurationResponseTypeDef,
    UpdateNetworkAnalyzerConfigurationRequestRequestTypeDef,
    CreateServiceProfileRequestRequestTypeDef,
    CreateWirelessGatewayRequestRequestTypeDef,
    GetWirelessGatewayResponseTypeDef,
    WirelessGatewayStatisticsTypeDef,
    ListDestinationsResponseTypeDef,
    ListDeviceProfilesResponseTypeDef,
    DeviceRegistrationStateEventConfigurationTypeDef,
    MessageDeliveryStatusEventConfigurationTypeDef,
    ProximityEventConfigurationTypeDef,
    DeviceRegistrationStateResourceTypeEventConfigurationTypeDef,
    MessageDeliveryStatusResourceTypeEventConfigurationTypeDef,
    ProximityResourceTypeEventConfigurationTypeDef,
    DownlinkQueueMessageTypeDef,
    FPortsTypeDef,
    UpdateFPortsTypeDef,
    ListFuotaTasksResponseTypeDef,
    GetFuotaTaskResponseTypeDef,
    GetMulticastGroupResponseTypeDef,
    GetMulticastGroupSessionResponseTypeDef,
    StartMulticastGroupSessionRequestRequestTypeDef,
    GetPartnerAccountResponseTypeDef,
    ListPartnerAccountsResponseTypeDef,
    GetServiceProfileResponseTypeDef,
    JoinEventConfigurationTypeDef,
    JoinResourceTypeEventConfigurationTypeDef,
    ListMulticastGroupsByFuotaTaskResponseTypeDef,
    ListMulticastGroupsResponseTypeDef,
    ListNetworkAnalyzerConfigurationsResponseTypeDef,
    ListServiceProfilesResponseTypeDef,
    LoRaWANDeviceMetadataTypeDef,
    LoRaWANGatewayCurrentVersionTypeDef,
    LoRaWANUpdateGatewayTaskCreateTypeDef,
    LoRaWANUpdateGatewayTaskEntryTypeDef,
    MulticastWirelessMetadataTypeDef,
    StartFuotaTaskRequestRequestTypeDef,
    PositionSolverConfigurationsTypeDef,
    PositionSolverDetailsTypeDef,
    WirelessMetadataTypeDef,
    UpdatePartnerAccountRequestRequestTypeDef,
    WirelessDeviceLogOptionTypeDef,
    WirelessGatewayLogOptionTypeDef,
    WirelessDeviceStatisticsTypeDef,
    ListWirelessGatewaysResponseTypeDef,
    ListQueuedMessagesResponseTypeDef,
    LoRaWANDeviceTypeDef,
    LoRaWANUpdateDeviceTypeDef,
    EventNotificationItemConfigurationsTypeDef,
    GetResourceEventConfigurationResponseTypeDef,
    UpdateResourceEventConfigurationRequestRequestTypeDef,
    GetEventConfigurationByResourceTypesResponseTypeDef,
    UpdateEventConfigurationByResourceTypesRequestRequestTypeDef,
    GetWirelessDeviceStatisticsResponseTypeDef,
    GetWirelessGatewayFirmwareInformationResponseTypeDef,
    UpdateWirelessGatewayTaskCreateTypeDef,
    UpdateWirelessGatewayTaskEntryTypeDef,
    SendDataToMulticastGroupRequestRequestTypeDef,
    PutPositionConfigurationRequestRequestTypeDef,
    GetPositionConfigurationResponseTypeDef,
    PositionConfigurationItemTypeDef,
    SendDataToWirelessDeviceRequestRequestTypeDef,
    GetLogLevelsByResourceTypesResponseTypeDef,
    UpdateLogLevelsByResourceTypesRequestRequestTypeDef,
    ListWirelessDevicesResponseTypeDef,
    CreateWirelessDeviceRequestRequestTypeDef,
    GetWirelessDeviceResponseTypeDef,
    UpdateWirelessDeviceRequestRequestTypeDef,
    EventConfigurationItemTypeDef,
    CreateWirelessGatewayTaskDefinitionRequestRequestTypeDef,
    GetWirelessGatewayTaskDefinitionResponseTypeDef,
    ListWirelessGatewayTaskDefinitionsResponseTypeDef,
    ListPositionConfigurationsResponseTypeDef,
    ListEventConfigurationsResponseTypeDef,
)


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

How it works

Fully automated mypy-boto3-builder carefully generates type annotations for each service, patiently waiting for aiobotocore updates. It delivers a drop-in type annotations for you and makes sure that:

  • All available aiobotocore services are covered.
  • Each public class and method of every aiobotocore service gets valid type annotations extracted from the documentation (blame botocore docs if types are incorrect).
  • Type annotations include up-to-date documentation.
  • Link to documentation is provided for every method.
  • Code is processed by black and isort for readability.

What's new

Implemented features

  • Fully type annotated boto3, botocore and aiobotocore libraries
  • mypy, pyright, VSCode, PyCharm, Sublime Text and Emacs compatibility
  • Client, ServiceResource, Resource, Waiter Paginator type annotations for each service
  • Generated TypeDefs for each service
  • Generated Literals for each service
  • Auto discovery of types for boto3.client and boto3.session calls
  • Auto discovery of types for session.client and session.session calls
  • Auto discovery of types for client.get_waiter and client.get_paginator calls
  • Auto discovery of types for ServiceResource and Resource collections
  • Auto discovery of types for aiobotocore.Session.create_client calls

Latest changes

Builder changelog can be found in Releases.

Versioning

types-aiobotocore-iotwireless version is the same as related aiobotocore version and follows PEP 440 format.

Thank you

Documentation

All services type annotations can be found in aiobotocore docs

Support and contributing

This package is auto-generated. Please reports any bugs or request new features in mypy-boto3-builder repository.

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

types-aiobotocore-iotwireless-2.4.0.tar.gz (41.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

types_aiobotocore_iotwireless-2.4.0-py3-none-any.whl (43.3 kB view details)

Uploaded Python 3

File details

Details for the file types-aiobotocore-iotwireless-2.4.0.tar.gz.

File metadata

File hashes

Hashes for types-aiobotocore-iotwireless-2.4.0.tar.gz
Algorithm Hash digest
SHA256 e5b2ea0ef9c51ea3896b037a02f805005300e10d9d19bb1bf8242f83ba8304b9
MD5 c1621735d48b273a016048d1fbfc0b6c
BLAKE2b-256 20808f3029a496f4f531d3638104cb8fcef64a8f63914faf888e49519a65b54e

See more details on using hashes here.

File details

Details for the file types_aiobotocore_iotwireless-2.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for types_aiobotocore_iotwireless-2.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 608aa00b3b0ba138037c609a75980792d0d6d4ceb183607b0885607a7715b0a0
MD5 46e5c11419aa3d9318c8b2264bfe2151
BLAKE2b-256 6d30b3173ae8cb2b0ea0a6fa36d7438ce4e13bb077b0d1537393625fb25ee6fe

See more details on using hashes here.

Supported by

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