Typed dictionaries
Index > IoTWireless > Typed dictionaries
Auto-generated documentation for IoTWireless type annotations stubs module mypy-boto3-iotwireless.
SessionKeysAbpV1_0_xTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import SessionKeysAbpV1_0_xTypeDef
def get_value() -> SessionKeysAbpV1_0_xTypeDef:
return {
"NwkSKey": ...,
}
Definition
class SessionKeysAbpV1_0_xTypeDef(TypedDict):
NwkSKey: NotRequired[str],
AppSKey: NotRequired[str],
SessionKeysAbpV1_1TypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import SessionKeysAbpV1_1TypeDef
def get_value() -> SessionKeysAbpV1_1TypeDef:
return {
"FNwkSIntKey": ...,
}
Definition
class SessionKeysAbpV1_1TypeDef(TypedDict):
FNwkSIntKey: NotRequired[str],
SNwkSIntKey: NotRequired[str],
NwkSEncKey: NotRequired[str],
AppSKey: NotRequired[str],
AccuracyTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import AccuracyTypeDef
def get_value() -> AccuracyTypeDef:
return {
"HorizontalAccuracy": ...,
}
Definition
class AccuracyTypeDef(TypedDict):
HorizontalAccuracy: NotRequired[float],
VerticalAccuracy: NotRequired[float],
ApplicationConfigTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import ApplicationConfigTypeDef
def get_value() -> ApplicationConfigTypeDef:
return {
"FPort": ...,
}
Definition
class ApplicationConfigTypeDef(TypedDict):
FPort: NotRequired[int],
Type: NotRequired[ApplicationConfigTypeType], # (1)
DestinationName: NotRequired[str],
SidewalkAccountInfoTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import SidewalkAccountInfoTypeDef
def get_value() -> SidewalkAccountInfoTypeDef:
return {
"AmazonId": ...,
}
Definition
class SidewalkAccountInfoTypeDef(TypedDict):
AmazonId: NotRequired[str],
AppServerPrivateKey: NotRequired[str],
TagTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import TagTypeDef
def get_value() -> TagTypeDef:
return {
"Key": ...,
"Value": ...,
}
ResponseMetadataTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import ResponseMetadataTypeDef
def get_value() -> ResponseMetadataTypeDef:
return {
"RequestId": ...,
"HostId": ...,
"HTTPStatusCode": ...,
"HTTPHeaders": ...,
"RetryAttempts": ...,
}
Definition
class ResponseMetadataTypeDef(TypedDict):
RequestId: str,
HostId: str,
HTTPStatusCode: int,
HTTPHeaders: Dict[str, str],
RetryAttempts: int,
AssociateMulticastGroupWithFuotaTaskRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import AssociateMulticastGroupWithFuotaTaskRequestRequestTypeDef
def get_value() -> AssociateMulticastGroupWithFuotaTaskRequestRequestTypeDef:
return {
"Id": ...,
"MulticastGroupId": ...,
}
Definition
class AssociateMulticastGroupWithFuotaTaskRequestRequestTypeDef(TypedDict):
Id: str,
MulticastGroupId: str,
AssociateWirelessDeviceWithFuotaTaskRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import AssociateWirelessDeviceWithFuotaTaskRequestRequestTypeDef
def get_value() -> AssociateWirelessDeviceWithFuotaTaskRequestRequestTypeDef:
return {
"Id": ...,
"WirelessDeviceId": ...,
}
Definition
class AssociateWirelessDeviceWithFuotaTaskRequestRequestTypeDef(TypedDict):
Id: str,
WirelessDeviceId: str,
AssociateWirelessDeviceWithMulticastGroupRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import AssociateWirelessDeviceWithMulticastGroupRequestRequestTypeDef
def get_value() -> AssociateWirelessDeviceWithMulticastGroupRequestRequestTypeDef:
return {
"Id": ...,
"WirelessDeviceId": ...,
}
Definition
class AssociateWirelessDeviceWithMulticastGroupRequestRequestTypeDef(TypedDict):
Id: str,
WirelessDeviceId: str,
AssociateWirelessDeviceWithThingRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import AssociateWirelessDeviceWithThingRequestRequestTypeDef
def get_value() -> AssociateWirelessDeviceWithThingRequestRequestTypeDef:
return {
"Id": ...,
"ThingArn": ...,
}
Definition
class AssociateWirelessDeviceWithThingRequestRequestTypeDef(TypedDict):
Id: str,
ThingArn: str,
AssociateWirelessGatewayWithCertificateRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import AssociateWirelessGatewayWithCertificateRequestRequestTypeDef
def get_value() -> AssociateWirelessGatewayWithCertificateRequestRequestTypeDef:
return {
"Id": ...,
"IotCertificateId": ...,
}
Definition
class AssociateWirelessGatewayWithCertificateRequestRequestTypeDef(TypedDict):
Id: str,
IotCertificateId: str,
AssociateWirelessGatewayWithThingRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import AssociateWirelessGatewayWithThingRequestRequestTypeDef
def get_value() -> AssociateWirelessGatewayWithThingRequestRequestTypeDef:
return {
"Id": ...,
"ThingArn": ...,
}
Definition
class AssociateWirelessGatewayWithThingRequestRequestTypeDef(TypedDict):
Id: str,
ThingArn: str,
BeaconingTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import BeaconingTypeDef
def get_value() -> BeaconingTypeDef:
return {
"DataRate": ...,
}
Definition
class BeaconingTypeDef(TypedDict):
DataRate: NotRequired[int],
Frequencies: NotRequired[Sequence[int]],
CancelMulticastGroupSessionRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import CancelMulticastGroupSessionRequestRequestTypeDef
def get_value() -> CancelMulticastGroupSessionRequestRequestTypeDef:
return {
"Id": ...,
}
CdmaLocalIdTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import CdmaLocalIdTypeDef
def get_value() -> CdmaLocalIdTypeDef:
return {
"PnOffset": ...,
"CdmaChannel": ...,
}
CdmaNmrObjTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import CdmaNmrObjTypeDef
def get_value() -> CdmaNmrObjTypeDef:
return {
"PnOffset": ...,
"CdmaChannel": ...,
}
Definition
class CdmaNmrObjTypeDef(TypedDict):
PnOffset: int,
CdmaChannel: int,
PilotPower: NotRequired[int],
BaseStationId: NotRequired[int],
CertificateListTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import CertificateListTypeDef
def get_value() -> CertificateListTypeDef:
return {
"SigningAlg": ...,
"Value": ...,
}
- See SigningAlgType
LoRaWANConnectionStatusEventNotificationConfigurationsTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import LoRaWANConnectionStatusEventNotificationConfigurationsTypeDef
def get_value() -> LoRaWANConnectionStatusEventNotificationConfigurationsTypeDef:
return {
"GatewayEuiEventTopic": ...,
}
Definition
class LoRaWANConnectionStatusEventNotificationConfigurationsTypeDef(TypedDict):
GatewayEuiEventTopic: NotRequired[EventNotificationTopicStatusType], # (1)
LoRaWANConnectionStatusResourceTypeEventConfigurationTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import LoRaWANConnectionStatusResourceTypeEventConfigurationTypeDef
def get_value() -> LoRaWANConnectionStatusResourceTypeEventConfigurationTypeDef:
return {
"WirelessGatewayEventTopic": ...,
}
Definition
class LoRaWANConnectionStatusResourceTypeEventConfigurationTypeDef(TypedDict):
WirelessGatewayEventTopic: NotRequired[EventNotificationTopicStatusType], # (1)
LoRaWANDeviceProfileTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import LoRaWANDeviceProfileTypeDef
def get_value() -> LoRaWANDeviceProfileTypeDef:
return {
"SupportsClassB": ...,
}
Definition
class LoRaWANDeviceProfileTypeDef(TypedDict):
SupportsClassB: NotRequired[bool],
ClassBTimeout: NotRequired[int],
PingSlotPeriod: NotRequired[int],
PingSlotDr: NotRequired[int],
PingSlotFreq: NotRequired[int],
SupportsClassC: NotRequired[bool],
ClassCTimeout: NotRequired[int],
MacVersion: NotRequired[str],
RegParamsRevision: NotRequired[str],
RxDelay1: NotRequired[int],
RxDrOffset1: NotRequired[int],
RxDataRate2: NotRequired[int],
RxFreq2: NotRequired[int],
FactoryPresetFreqsList: NotRequired[Sequence[int]],
MaxEirp: NotRequired[int],
MaxDutyCycle: NotRequired[int],
RfRegion: NotRequired[str],
SupportsJoin: NotRequired[bool],
Supports32BitFCnt: NotRequired[bool],
LoRaWANFuotaTaskTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import LoRaWANFuotaTaskTypeDef
def get_value() -> LoRaWANFuotaTaskTypeDef:
return {
"RfRegion": ...,
}
Definition
class LoRaWANFuotaTaskTypeDef(TypedDict):
RfRegion: NotRequired[SupportedRfRegionType], # (1)
LoRaWANMulticastTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import LoRaWANMulticastTypeDef
def get_value() -> LoRaWANMulticastTypeDef:
return {
"RfRegion": ...,
}
Definition
class LoRaWANMulticastTypeDef(TypedDict):
RfRegion: NotRequired[SupportedRfRegionType], # (1)
DlClass: NotRequired[DlClassType], # (2)
- See SupportedRfRegionType
- See DlClassType
TraceContentTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import TraceContentTypeDef
def get_value() -> TraceContentTypeDef:
return {
"WirelessDeviceFrameInfo": ...,
}
Definition
class TraceContentTypeDef(TypedDict):
WirelessDeviceFrameInfo: NotRequired[WirelessDeviceFrameInfoType], # (1)
LogLevel: NotRequired[LogLevelType], # (2)
LoRaWANServiceProfileTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import LoRaWANServiceProfileTypeDef
def get_value() -> LoRaWANServiceProfileTypeDef:
return {
"AddGwMetadata": ...,
}
Definition
class LoRaWANServiceProfileTypeDef(TypedDict):
AddGwMetadata: NotRequired[bool],
DrMin: NotRequired[int],
DrMax: NotRequired[int],
CreateWirelessGatewayTaskRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import CreateWirelessGatewayTaskRequestRequestTypeDef
def get_value() -> CreateWirelessGatewayTaskRequestRequestTypeDef:
return {
"Id": ...,
"WirelessGatewayTaskDefinitionId": ...,
}
Definition
class CreateWirelessGatewayTaskRequestRequestTypeDef(TypedDict):
Id: str,
WirelessGatewayTaskDefinitionId: str,
DeleteDestinationRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import DeleteDestinationRequestRequestTypeDef
def get_value() -> DeleteDestinationRequestRequestTypeDef:
return {
"Name": ...,
}
DeleteDeviceProfileRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import DeleteDeviceProfileRequestRequestTypeDef
def get_value() -> DeleteDeviceProfileRequestRequestTypeDef:
return {
"Id": ...,
}
DeleteFuotaTaskRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import DeleteFuotaTaskRequestRequestTypeDef
def get_value() -> DeleteFuotaTaskRequestRequestTypeDef:
return {
"Id": ...,
}
DeleteMulticastGroupRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import DeleteMulticastGroupRequestRequestTypeDef
def get_value() -> DeleteMulticastGroupRequestRequestTypeDef:
return {
"Id": ...,
}
DeleteNetworkAnalyzerConfigurationRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import DeleteNetworkAnalyzerConfigurationRequestRequestTypeDef
def get_value() -> DeleteNetworkAnalyzerConfigurationRequestRequestTypeDef:
return {
"ConfigurationName": ...,
}
Definition
class DeleteNetworkAnalyzerConfigurationRequestRequestTypeDef(TypedDict):
ConfigurationName: str,
DeleteQueuedMessagesRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import DeleteQueuedMessagesRequestRequestTypeDef
def get_value() -> DeleteQueuedMessagesRequestRequestTypeDef:
return {
"Id": ...,
"MessageId": ...,
}
Definition
class DeleteQueuedMessagesRequestRequestTypeDef(TypedDict):
Id: str,
MessageId: str,
WirelessDeviceType: NotRequired[WirelessDeviceTypeType], # (1)
DeleteServiceProfileRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import DeleteServiceProfileRequestRequestTypeDef
def get_value() -> DeleteServiceProfileRequestRequestTypeDef:
return {
"Id": ...,
}
DeleteWirelessDeviceRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import DeleteWirelessDeviceRequestRequestTypeDef
def get_value() -> DeleteWirelessDeviceRequestRequestTypeDef:
return {
"Id": ...,
}
DeleteWirelessGatewayRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import DeleteWirelessGatewayRequestRequestTypeDef
def get_value() -> DeleteWirelessGatewayRequestRequestTypeDef:
return {
"Id": ...,
}
DeleteWirelessGatewayTaskDefinitionRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import DeleteWirelessGatewayTaskDefinitionRequestRequestTypeDef
def get_value() -> DeleteWirelessGatewayTaskDefinitionRequestRequestTypeDef:
return {
"Id": ...,
}
DeleteWirelessGatewayTaskRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import DeleteWirelessGatewayTaskRequestRequestTypeDef
def get_value() -> DeleteWirelessGatewayTaskRequestRequestTypeDef:
return {
"Id": ...,
}
DestinationsTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import DestinationsTypeDef
def get_value() -> DestinationsTypeDef:
return {
"Arn": ...,
}
Definition
class DestinationsTypeDef(TypedDict):
Arn: NotRequired[str],
Name: NotRequired[str],
ExpressionType: NotRequired[ExpressionTypeType], # (1)
Expression: NotRequired[str],
Description: NotRequired[str],
RoleArn: NotRequired[str],
DeviceProfileTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import DeviceProfileTypeDef
def get_value() -> DeviceProfileTypeDef:
return {
"Arn": ...,
}
Definition
class DeviceProfileTypeDef(TypedDict):
Arn: NotRequired[str],
Name: NotRequired[str],
Id: NotRequired[str],
SidewalkEventNotificationConfigurationsTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import SidewalkEventNotificationConfigurationsTypeDef
def get_value() -> SidewalkEventNotificationConfigurationsTypeDef:
return {
"AmazonIdEventTopic": ...,
}
Definition
class SidewalkEventNotificationConfigurationsTypeDef(TypedDict):
AmazonIdEventTopic: NotRequired[EventNotificationTopicStatusType], # (1)
SidewalkResourceTypeEventConfigurationTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import SidewalkResourceTypeEventConfigurationTypeDef
def get_value() -> SidewalkResourceTypeEventConfigurationTypeDef:
return {
"WirelessDeviceEventTopic": ...,
}
Definition
class SidewalkResourceTypeEventConfigurationTypeDef(TypedDict):
WirelessDeviceEventTopic: NotRequired[EventNotificationTopicStatusType], # (1)
DisassociateAwsAccountFromPartnerAccountRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import DisassociateAwsAccountFromPartnerAccountRequestRequestTypeDef
def get_value() -> DisassociateAwsAccountFromPartnerAccountRequestRequestTypeDef:
return {
"PartnerAccountId": ...,
"PartnerType": ...,
}
Definition
class DisassociateAwsAccountFromPartnerAccountRequestRequestTypeDef(TypedDict):
PartnerAccountId: str,
PartnerType: PartnerTypeType, # (1)
- See PartnerTypeType
DisassociateMulticastGroupFromFuotaTaskRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import DisassociateMulticastGroupFromFuotaTaskRequestRequestTypeDef
def get_value() -> DisassociateMulticastGroupFromFuotaTaskRequestRequestTypeDef:
return {
"Id": ...,
"MulticastGroupId": ...,
}
Definition
class DisassociateMulticastGroupFromFuotaTaskRequestRequestTypeDef(TypedDict):
Id: str,
MulticastGroupId: str,
DisassociateWirelessDeviceFromFuotaTaskRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import DisassociateWirelessDeviceFromFuotaTaskRequestRequestTypeDef
def get_value() -> DisassociateWirelessDeviceFromFuotaTaskRequestRequestTypeDef:
return {
"Id": ...,
"WirelessDeviceId": ...,
}
Definition
class DisassociateWirelessDeviceFromFuotaTaskRequestRequestTypeDef(TypedDict):
Id: str,
WirelessDeviceId: str,
DisassociateWirelessDeviceFromMulticastGroupRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import DisassociateWirelessDeviceFromMulticastGroupRequestRequestTypeDef
def get_value() -> DisassociateWirelessDeviceFromMulticastGroupRequestRequestTypeDef:
return {
"Id": ...,
"WirelessDeviceId": ...,
}
Definition
class DisassociateWirelessDeviceFromMulticastGroupRequestRequestTypeDef(TypedDict):
Id: str,
WirelessDeviceId: str,
DisassociateWirelessDeviceFromThingRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import DisassociateWirelessDeviceFromThingRequestRequestTypeDef
def get_value() -> DisassociateWirelessDeviceFromThingRequestRequestTypeDef:
return {
"Id": ...,
}
DisassociateWirelessGatewayFromCertificateRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import DisassociateWirelessGatewayFromCertificateRequestRequestTypeDef
def get_value() -> DisassociateWirelessGatewayFromCertificateRequestRequestTypeDef:
return {
"Id": ...,
}
Definition
class DisassociateWirelessGatewayFromCertificateRequestRequestTypeDef(TypedDict):
Id: str,
DisassociateWirelessGatewayFromThingRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import DisassociateWirelessGatewayFromThingRequestRequestTypeDef
def get_value() -> DisassociateWirelessGatewayFromThingRequestRequestTypeDef:
return {
"Id": ...,
}
PositioningTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import PositioningTypeDef
def get_value() -> PositioningTypeDef:
return {
"ClockSync": ...,
}
Definition
class PositioningTypeDef(TypedDict):
ClockSync: NotRequired[int],
Stream: NotRequired[int],
Gnss: NotRequired[int],
FuotaTaskTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import FuotaTaskTypeDef
def get_value() -> FuotaTaskTypeDef:
return {
"Id": ...,
}
Definition
class FuotaTaskTypeDef(TypedDict):
Id: NotRequired[str],
Arn: NotRequired[str],
Name: NotRequired[str],
GatewayListItemTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GatewayListItemTypeDef
def get_value() -> GatewayListItemTypeDef:
return {
"GatewayId": ...,
"DownlinkFrequency": ...,
}
GetDestinationRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetDestinationRequestRequestTypeDef
def get_value() -> GetDestinationRequestRequestTypeDef:
return {
"Name": ...,
}
GetDeviceProfileRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetDeviceProfileRequestRequestTypeDef
def get_value() -> GetDeviceProfileRequestRequestTypeDef:
return {
"Id": ...,
}
GetFuotaTaskRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetFuotaTaskRequestRequestTypeDef
def get_value() -> GetFuotaTaskRequestRequestTypeDef:
return {
"Id": ...,
}
LoRaWANFuotaTaskGetInfoTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import LoRaWANFuotaTaskGetInfoTypeDef
def get_value() -> LoRaWANFuotaTaskGetInfoTypeDef:
return {
"RfRegion": ...,
}
Definition
class LoRaWANFuotaTaskGetInfoTypeDef(TypedDict):
RfRegion: NotRequired[str],
StartTime: NotRequired[datetime],
GetMulticastGroupRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetMulticastGroupRequestRequestTypeDef
def get_value() -> GetMulticastGroupRequestRequestTypeDef:
return {
"Id": ...,
}
LoRaWANMulticastGetTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import LoRaWANMulticastGetTypeDef
def get_value() -> LoRaWANMulticastGetTypeDef:
return {
"RfRegion": ...,
}
Definition
class LoRaWANMulticastGetTypeDef(TypedDict):
RfRegion: NotRequired[SupportedRfRegionType], # (1)
DlClass: NotRequired[DlClassType], # (2)
NumberOfDevicesRequested: NotRequired[int],
NumberOfDevicesInGroup: NotRequired[int],
- See SupportedRfRegionType
- See DlClassType
GetMulticastGroupSessionRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetMulticastGroupSessionRequestRequestTypeDef
def get_value() -> GetMulticastGroupSessionRequestRequestTypeDef:
return {
"Id": ...,
}
LoRaWANMulticastSessionTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import LoRaWANMulticastSessionTypeDef
def get_value() -> LoRaWANMulticastSessionTypeDef:
return {
"DlDr": ...,
}
Definition
class LoRaWANMulticastSessionTypeDef(TypedDict):
DlDr: NotRequired[int],
DlFreq: NotRequired[int],
SessionStartTime: NotRequired[datetime],
SessionTimeout: NotRequired[int],
GetNetworkAnalyzerConfigurationRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetNetworkAnalyzerConfigurationRequestRequestTypeDef
def get_value() -> GetNetworkAnalyzerConfigurationRequestRequestTypeDef:
return {
"ConfigurationName": ...,
}
Definition
class GetNetworkAnalyzerConfigurationRequestRequestTypeDef(TypedDict):
ConfigurationName: str,
GetPartnerAccountRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetPartnerAccountRequestRequestTypeDef
def get_value() -> GetPartnerAccountRequestRequestTypeDef:
return {
"PartnerAccountId": ...,
"PartnerType": ...,
}
Definition
class GetPartnerAccountRequestRequestTypeDef(TypedDict):
PartnerAccountId: str,
PartnerType: PartnerTypeType, # (1)
- See PartnerTypeType
SidewalkAccountInfoWithFingerprintTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import SidewalkAccountInfoWithFingerprintTypeDef
def get_value() -> SidewalkAccountInfoWithFingerprintTypeDef:
return {
"AmazonId": ...,
}
Definition
class SidewalkAccountInfoWithFingerprintTypeDef(TypedDict):
AmazonId: NotRequired[str],
Fingerprint: NotRequired[str],
Arn: NotRequired[str],
GetPositionConfigurationRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetPositionConfigurationRequestRequestTypeDef
def get_value() -> GetPositionConfigurationRequestRequestTypeDef:
return {
"ResourceIdentifier": ...,
"ResourceType": ...,
}
Definition
class GetPositionConfigurationRequestRequestTypeDef(TypedDict):
ResourceIdentifier: str,
ResourceType: PositionResourceTypeType, # (1)
GnssTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GnssTypeDef
def get_value() -> GnssTypeDef:
return {
"Payload": ...,
}
Definition
class GnssTypeDef(TypedDict):
Payload: str,
CaptureTime: NotRequired[float],
CaptureTimeAccuracy: NotRequired[float],
AssistPosition: NotRequired[Sequence[float]],
AssistAltitude: NotRequired[float],
Use2DSolver: NotRequired[bool],
IpTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import IpTypeDef
def get_value() -> IpTypeDef:
return {
"IpAddress": ...,
}
WiFiAccessPointTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import WiFiAccessPointTypeDef
def get_value() -> WiFiAccessPointTypeDef:
return {
"MacAddress": ...,
"Rss": ...,
}
GetPositionRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetPositionRequestRequestTypeDef
def get_value() -> GetPositionRequestRequestTypeDef:
return {
"ResourceIdentifier": ...,
"ResourceType": ...,
}
Definition
class GetPositionRequestRequestTypeDef(TypedDict):
ResourceIdentifier: str,
ResourceType: PositionResourceTypeType, # (1)
GetResourceEventConfigurationRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetResourceEventConfigurationRequestRequestTypeDef
def get_value() -> GetResourceEventConfigurationRequestRequestTypeDef:
return {
"Identifier": ...,
"IdentifierType": ...,
}
Definition
class GetResourceEventConfigurationRequestRequestTypeDef(TypedDict):
Identifier: str,
IdentifierType: IdentifierTypeType, # (1)
PartnerType: NotRequired[EventNotificationPartnerTypeType], # (2)
GetResourceLogLevelRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetResourceLogLevelRequestRequestTypeDef
def get_value() -> GetResourceLogLevelRequestRequestTypeDef:
return {
"ResourceIdentifier": ...,
"ResourceType": ...,
}
Definition
class GetResourceLogLevelRequestRequestTypeDef(TypedDict):
ResourceIdentifier: str,
ResourceType: str,
GetResourcePositionRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetResourcePositionRequestRequestTypeDef
def get_value() -> GetResourcePositionRequestRequestTypeDef:
return {
"ResourceIdentifier": ...,
"ResourceType": ...,
}
Definition
class GetResourcePositionRequestRequestTypeDef(TypedDict):
ResourceIdentifier: str,
ResourceType: PositionResourceTypeType, # (1)
GetServiceEndpointRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetServiceEndpointRequestRequestTypeDef
def get_value() -> GetServiceEndpointRequestRequestTypeDef:
return {
"ServiceType": ...,
}
Definition
class GetServiceEndpointRequestRequestTypeDef(TypedDict):
ServiceType: NotRequired[WirelessGatewayServiceTypeType], # (1)
GetServiceProfileRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetServiceProfileRequestRequestTypeDef
def get_value() -> GetServiceProfileRequestRequestTypeDef:
return {
"Id": ...,
}
LoRaWANGetServiceProfileInfoTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import LoRaWANGetServiceProfileInfoTypeDef
def get_value() -> LoRaWANGetServiceProfileInfoTypeDef:
return {
"UlRate": ...,
}
Definition
class LoRaWANGetServiceProfileInfoTypeDef(TypedDict):
UlRate: NotRequired[int],
UlBucketSize: NotRequired[int],
UlRatePolicy: NotRequired[str],
DlRate: NotRequired[int],
DlBucketSize: NotRequired[int],
DlRatePolicy: NotRequired[str],
AddGwMetadata: NotRequired[bool],
DevStatusReqFreq: NotRequired[int],
ReportDevStatusBattery: NotRequired[bool],
ReportDevStatusMargin: NotRequired[bool],
DrMin: NotRequired[int],
DrMax: NotRequired[int],
ChannelMask: NotRequired[str],
PrAllowed: NotRequired[bool],
HrAllowed: NotRequired[bool],
RaAllowed: NotRequired[bool],
NwkGeoLoc: NotRequired[bool],
TargetPer: NotRequired[int],
MinGwDiversity: NotRequired[int],
GetWirelessDeviceRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetWirelessDeviceRequestRequestTypeDef
def get_value() -> GetWirelessDeviceRequestRequestTypeDef:
return {
"Identifier": ...,
"IdentifierType": ...,
}
Definition
class GetWirelessDeviceRequestRequestTypeDef(TypedDict):
Identifier: str,
IdentifierType: WirelessDeviceIdTypeType, # (1)
GetWirelessDeviceStatisticsRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetWirelessDeviceStatisticsRequestRequestTypeDef
def get_value() -> GetWirelessDeviceStatisticsRequestRequestTypeDef:
return {
"WirelessDeviceId": ...,
}
SidewalkDeviceMetadataTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import SidewalkDeviceMetadataTypeDef
def get_value() -> SidewalkDeviceMetadataTypeDef:
return {
"Rssi": ...,
}
Definition
class SidewalkDeviceMetadataTypeDef(TypedDict):
Rssi: NotRequired[int],
BatteryLevel: NotRequired[BatteryLevelType], # (1)
Event: NotRequired[EventType], # (2)
DeviceState: NotRequired[DeviceStateType], # (3)
- See BatteryLevelType
- See EventType
- See DeviceStateType
GetWirelessGatewayCertificateRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetWirelessGatewayCertificateRequestRequestTypeDef
def get_value() -> GetWirelessGatewayCertificateRequestRequestTypeDef:
return {
"Id": ...,
}
GetWirelessGatewayFirmwareInformationRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetWirelessGatewayFirmwareInformationRequestRequestTypeDef
def get_value() -> GetWirelessGatewayFirmwareInformationRequestRequestTypeDef:
return {
"Id": ...,
}
GetWirelessGatewayRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetWirelessGatewayRequestRequestTypeDef
def get_value() -> GetWirelessGatewayRequestRequestTypeDef:
return {
"Identifier": ...,
"IdentifierType": ...,
}
Definition
class GetWirelessGatewayRequestRequestTypeDef(TypedDict):
Identifier: str,
IdentifierType: WirelessGatewayIdTypeType, # (1)
GetWirelessGatewayStatisticsRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetWirelessGatewayStatisticsRequestRequestTypeDef
def get_value() -> GetWirelessGatewayStatisticsRequestRequestTypeDef:
return {
"WirelessGatewayId": ...,
}
Definition
class GetWirelessGatewayStatisticsRequestRequestTypeDef(TypedDict):
WirelessGatewayId: str,
GetWirelessGatewayTaskDefinitionRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetWirelessGatewayTaskDefinitionRequestRequestTypeDef
def get_value() -> GetWirelessGatewayTaskDefinitionRequestRequestTypeDef:
return {
"Id": ...,
}
GetWirelessGatewayTaskRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GetWirelessGatewayTaskRequestRequestTypeDef
def get_value() -> GetWirelessGatewayTaskRequestRequestTypeDef:
return {
"Id": ...,
}
GlobalIdentityTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GlobalIdentityTypeDef
def get_value() -> GlobalIdentityTypeDef:
return {
"Lac": ...,
"GeranCid": ...,
}
GsmLocalIdTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import GsmLocalIdTypeDef
def get_value() -> GsmLocalIdTypeDef:
return {
"Bsic": ...,
"Bcch": ...,
}
LoRaWANJoinEventNotificationConfigurationsTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import LoRaWANJoinEventNotificationConfigurationsTypeDef
def get_value() -> LoRaWANJoinEventNotificationConfigurationsTypeDef:
return {
"DevEuiEventTopic": ...,
}
Definition
class LoRaWANJoinEventNotificationConfigurationsTypeDef(TypedDict):
DevEuiEventTopic: NotRequired[EventNotificationTopicStatusType], # (1)
LoRaWANJoinResourceTypeEventConfigurationTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import LoRaWANJoinResourceTypeEventConfigurationTypeDef
def get_value() -> LoRaWANJoinResourceTypeEventConfigurationTypeDef:
return {
"WirelessDeviceEventTopic": ...,
}
Definition
class LoRaWANJoinResourceTypeEventConfigurationTypeDef(TypedDict):
WirelessDeviceEventTopic: NotRequired[EventNotificationTopicStatusType], # (1)
ListDestinationsRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import ListDestinationsRequestRequestTypeDef
def get_value() -> ListDestinationsRequestRequestTypeDef:
return {
"MaxResults": ...,
}
Definition
class ListDestinationsRequestRequestTypeDef(TypedDict):
MaxResults: NotRequired[int],
NextToken: NotRequired[str],
ListDeviceProfilesRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import ListDeviceProfilesRequestRequestTypeDef
def get_value() -> ListDeviceProfilesRequestRequestTypeDef:
return {
"NextToken": ...,
}
Definition
class ListDeviceProfilesRequestRequestTypeDef(TypedDict):
NextToken: NotRequired[str],
MaxResults: NotRequired[int],
ListEventConfigurationsRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import ListEventConfigurationsRequestRequestTypeDef
def get_value() -> ListEventConfigurationsRequestRequestTypeDef:
return {
"ResourceType": ...,
}
Definition
class ListEventConfigurationsRequestRequestTypeDef(TypedDict):
ResourceType: EventNotificationResourceTypeType, # (1)
MaxResults: NotRequired[int],
NextToken: NotRequired[str],
ListFuotaTasksRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import ListFuotaTasksRequestRequestTypeDef
def get_value() -> ListFuotaTasksRequestRequestTypeDef:
return {
"NextToken": ...,
}
Definition
class ListFuotaTasksRequestRequestTypeDef(TypedDict):
NextToken: NotRequired[str],
MaxResults: NotRequired[int],
ListMulticastGroupsByFuotaTaskRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import ListMulticastGroupsByFuotaTaskRequestRequestTypeDef
def get_value() -> ListMulticastGroupsByFuotaTaskRequestRequestTypeDef:
return {
"Id": ...,
}
Definition
class ListMulticastGroupsByFuotaTaskRequestRequestTypeDef(TypedDict):
Id: str,
NextToken: NotRequired[str],
MaxResults: NotRequired[int],
MulticastGroupByFuotaTaskTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import MulticastGroupByFuotaTaskTypeDef
def get_value() -> MulticastGroupByFuotaTaskTypeDef:
return {
"Id": ...,
}
ListMulticastGroupsRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import ListMulticastGroupsRequestRequestTypeDef
def get_value() -> ListMulticastGroupsRequestRequestTypeDef:
return {
"NextToken": ...,
}
Definition
class ListMulticastGroupsRequestRequestTypeDef(TypedDict):
NextToken: NotRequired[str],
MaxResults: NotRequired[int],
MulticastGroupTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import MulticastGroupTypeDef
def get_value() -> MulticastGroupTypeDef:
return {
"Id": ...,
}
Definition
class MulticastGroupTypeDef(TypedDict):
Id: NotRequired[str],
Arn: NotRequired[str],
Name: NotRequired[str],
ListNetworkAnalyzerConfigurationsRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import ListNetworkAnalyzerConfigurationsRequestRequestTypeDef
def get_value() -> ListNetworkAnalyzerConfigurationsRequestRequestTypeDef:
return {
"MaxResults": ...,
}
Definition
class ListNetworkAnalyzerConfigurationsRequestRequestTypeDef(TypedDict):
MaxResults: NotRequired[int],
NextToken: NotRequired[str],
NetworkAnalyzerConfigurationsTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import NetworkAnalyzerConfigurationsTypeDef
def get_value() -> NetworkAnalyzerConfigurationsTypeDef:
return {
"Arn": ...,
}
Definition
class NetworkAnalyzerConfigurationsTypeDef(TypedDict):
Arn: NotRequired[str],
Name: NotRequired[str],
ListPartnerAccountsRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import ListPartnerAccountsRequestRequestTypeDef
def get_value() -> ListPartnerAccountsRequestRequestTypeDef:
return {
"NextToken": ...,
}
Definition
class ListPartnerAccountsRequestRequestTypeDef(TypedDict):
NextToken: NotRequired[str],
MaxResults: NotRequired[int],
ListPositionConfigurationsRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import ListPositionConfigurationsRequestRequestTypeDef
def get_value() -> ListPositionConfigurationsRequestRequestTypeDef:
return {
"ResourceType": ...,
}
Definition
class ListPositionConfigurationsRequestRequestTypeDef(TypedDict):
ResourceType: NotRequired[PositionResourceTypeType], # (1)
MaxResults: NotRequired[int],
NextToken: NotRequired[str],
ListQueuedMessagesRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import ListQueuedMessagesRequestRequestTypeDef
def get_value() -> ListQueuedMessagesRequestRequestTypeDef:
return {
"Id": ...,
}
Definition
class ListQueuedMessagesRequestRequestTypeDef(TypedDict):
Id: str,
NextToken: NotRequired[str],
MaxResults: NotRequired[int],
WirelessDeviceType: NotRequired[WirelessDeviceTypeType], # (1)
ListServiceProfilesRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import ListServiceProfilesRequestRequestTypeDef
def get_value() -> ListServiceProfilesRequestRequestTypeDef:
return {
"NextToken": ...,
}
Definition
class ListServiceProfilesRequestRequestTypeDef(TypedDict):
NextToken: NotRequired[str],
MaxResults: NotRequired[int],
ServiceProfileTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import ServiceProfileTypeDef
def get_value() -> ServiceProfileTypeDef:
return {
"Arn": ...,
}
Definition
class ServiceProfileTypeDef(TypedDict):
Arn: NotRequired[str],
Name: NotRequired[str],
Id: NotRequired[str],
ListTagsForResourceRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import ListTagsForResourceRequestRequestTypeDef
def get_value() -> ListTagsForResourceRequestRequestTypeDef:
return {
"ResourceArn": ...,
}
ListWirelessDevicesRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import ListWirelessDevicesRequestRequestTypeDef
def get_value() -> ListWirelessDevicesRequestRequestTypeDef:
return {
"MaxResults": ...,
}
Definition
class ListWirelessDevicesRequestRequestTypeDef(TypedDict):
MaxResults: NotRequired[int],
NextToken: NotRequired[str],
DestinationName: NotRequired[str],
DeviceProfileId: NotRequired[str],
ServiceProfileId: NotRequired[str],
WirelessDeviceType: NotRequired[WirelessDeviceTypeType], # (1)
FuotaTaskId: NotRequired[str],
MulticastGroupId: NotRequired[str],
ListWirelessGatewayTaskDefinitionsRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import ListWirelessGatewayTaskDefinitionsRequestRequestTypeDef
def get_value() -> ListWirelessGatewayTaskDefinitionsRequestRequestTypeDef:
return {
"MaxResults": ...,
}
Definition
class ListWirelessGatewayTaskDefinitionsRequestRequestTypeDef(TypedDict):
MaxResults: NotRequired[int],
NextToken: NotRequired[str],
TaskDefinitionType: NotRequired[WirelessGatewayTaskDefinitionTypeType], # (1)
ListWirelessGatewaysRequestRequestTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import ListWirelessGatewaysRequestRequestTypeDef
def get_value() -> ListWirelessGatewaysRequestRequestTypeDef:
return {
"NextToken": ...,
}
Definition
class ListWirelessGatewaysRequestRequestTypeDef(TypedDict):
NextToken: NotRequired[str],
MaxResults: NotRequired[int],
LoRaWANGatewayMetadataTypeDef
Usage Example
from mypy_boto3_iotwireless.type_defs import LoRaWANGatewayMetadataTypeDef
def get_value() -> LoRaWANGatewayMetadataTypeDef:
return {
"GatewayEui": ...,
}
Definition
class LoRaWANGatewayMetadataTypeDef(TypedDict):
GatewayEui: NotRequired[str],
Snr: NotRequired[float],
Rssi: NotRequired[float],