Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Operations
- CreateWirelessGatewayTaskDefinition
- ResetAllResourceLogLevels
- ListServiceProfiles
- DeleteServiceProfile
- ListDeviceProfiles
- AssociateWirelessGatewayWithThing
- DeleteDeviceProfile
- AssociateWirelessDeviceWithThing
- ListTagsForResource
- CreateServiceProfile
- AssociateAwsAccountWithPartnerAccount
- ResetResourceLogLevel
- DeleteDestination
- UpdateDestination
- GetServiceEndpoint
- GetServiceProfile
- GetWirelessDeviceStatistics
- GetWirelessGatewayStatistics
- GetWirelessGatewayCertificate
- GetWirelessGatewayTask
- GetWirelessGatewayFirmwareInformation
- ListPartnerAccounts
- TestWirelessDevice
- GetWirelessDevice
- GetWirelessGateway
- GetPartnerAccount
- CreateWirelessGatewayTask
- DeleteWirelessGateway
- UpdateWirelessGateway
- DisassociateWirelessGatewayFromCertificate
- ListWirelessGatewayTaskDefinitions
- PutResourceLogLevel
- CreateWirelessGateway
- DeleteWirelessGatewayTask
- CreateWirelessDevice
- SendDataToWirelessDevice
- CreateDeviceProfile
- DisassociateAwsAccountFromPartnerAccount
- UpdateLogLevelsByResourceTypes
- GetDestination
- GetLogLevelsByResourceTypes
- ListDestinations
- GetDeviceProfile
- DisassociateWirelessDeviceFromThing
- DisassociateWirelessGatewayFromThing
- TagResource
- CreateDestination
- AssociateWirelessGatewayWithCertificate
- UntagResource
- UpdatePartnerAccount
- GetWirelessGatewayTaskDefinition
- GetResourceLogLevel
- DeleteWirelessDevice
- UpdateWirelessDevice
- ListWirelessGateways
- DeleteWirelessGatewayTaskDefinition
- ListWirelessDevices
- Types
- AbpV1_0_x
- AbpV1_1
- CertificateList
- Destinations
- DeviceProfile
- LoRaWANDevice
- LoRaWANDeviceMetadata
- LoRaWANDeviceProfile
- LoRaWANGateway
- LoRaWANGatewayCurrentVersion
- LoRaWANGatewayMetadata
- LoRaWANGatewayVersion
- LoRaWANGetServiceProfileInfo
- LoRaWANListDevice
- LoRaWANSendDataToDevice
- LoRaWANServiceProfile
- LoRaWANUpdateDevice
- LoRaWANUpdateGatewayTaskCreate
- LoRaWANUpdateGatewayTaskEntry
- OtaaV1_0_x
- OtaaV1_1
- ServiceProfile
- SessionKeysAbpV1_0_x
- SessionKeysAbpV1_1
- SidewalkAccountInfo
- SidewalkAccountInfoWithFingerprint
- SidewalkDevice
- SidewalkDeviceMetadata
- SidewalkListDevice
- SidewalkSendDataToDevice
- SidewalkUpdateAccount
- Tag
- UpdateWirelessGatewayTaskCreate
- UpdateWirelessGatewayTaskEntry
- WirelessDeviceEventLogOption
- WirelessDeviceLogOption
- WirelessDeviceStatistics
- WirelessGatewayEventLogOption
- WirelessGatewayLogOption
- WirelessGatewayStatistics
- WirelessMetadata
Synopsis
- createWirelessGatewayTaskDefinition_name :: Lens' CreateWirelessGatewayTaskDefinition (Maybe Text)
- createWirelessGatewayTaskDefinition_clientRequestToken :: Lens' CreateWirelessGatewayTaskDefinition (Maybe Text)
- createWirelessGatewayTaskDefinition_tags :: Lens' CreateWirelessGatewayTaskDefinition (Maybe [Tag])
- createWirelessGatewayTaskDefinition_update :: Lens' CreateWirelessGatewayTaskDefinition (Maybe UpdateWirelessGatewayTaskCreate)
- createWirelessGatewayTaskDefinition_autoCreateTasks :: Lens' CreateWirelessGatewayTaskDefinition Bool
- createWirelessGatewayTaskDefinitionResponse_arn :: Lens' CreateWirelessGatewayTaskDefinitionResponse (Maybe Text)
- createWirelessGatewayTaskDefinitionResponse_id :: Lens' CreateWirelessGatewayTaskDefinitionResponse (Maybe Text)
- createWirelessGatewayTaskDefinitionResponse_httpStatus :: Lens' CreateWirelessGatewayTaskDefinitionResponse Int
- resetAllResourceLogLevelsResponse_httpStatus :: Lens' ResetAllResourceLogLevelsResponse Int
- listServiceProfiles_nextToken :: Lens' ListServiceProfiles (Maybe Text)
- listServiceProfiles_maxResults :: Lens' ListServiceProfiles (Maybe Natural)
- listServiceProfilesResponse_serviceProfileList :: Lens' ListServiceProfilesResponse (Maybe [ServiceProfile])
- listServiceProfilesResponse_nextToken :: Lens' ListServiceProfilesResponse (Maybe Text)
- listServiceProfilesResponse_httpStatus :: Lens' ListServiceProfilesResponse Int
- deleteServiceProfile_id :: Lens' DeleteServiceProfile Text
- deleteServiceProfileResponse_httpStatus :: Lens' DeleteServiceProfileResponse Int
- listDeviceProfiles_nextToken :: Lens' ListDeviceProfiles (Maybe Text)
- listDeviceProfiles_maxResults :: Lens' ListDeviceProfiles (Maybe Natural)
- listDeviceProfilesResponse_deviceProfileList :: Lens' ListDeviceProfilesResponse (Maybe [DeviceProfile])
- listDeviceProfilesResponse_nextToken :: Lens' ListDeviceProfilesResponse (Maybe Text)
- listDeviceProfilesResponse_httpStatus :: Lens' ListDeviceProfilesResponse Int
- associateWirelessGatewayWithThing_id :: Lens' AssociateWirelessGatewayWithThing Text
- associateWirelessGatewayWithThing_thingArn :: Lens' AssociateWirelessGatewayWithThing Text
- associateWirelessGatewayWithThingResponse_httpStatus :: Lens' AssociateWirelessGatewayWithThingResponse Int
- deleteDeviceProfile_id :: Lens' DeleteDeviceProfile Text
- deleteDeviceProfileResponse_httpStatus :: Lens' DeleteDeviceProfileResponse Int
- associateWirelessDeviceWithThing_id :: Lens' AssociateWirelessDeviceWithThing Text
- associateWirelessDeviceWithThing_thingArn :: Lens' AssociateWirelessDeviceWithThing Text
- associateWirelessDeviceWithThingResponse_httpStatus :: Lens' AssociateWirelessDeviceWithThingResponse Int
- listTagsForResource_resourceArn :: Lens' ListTagsForResource Text
- listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe [Tag])
- listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int
- createServiceProfile_loRaWAN :: Lens' CreateServiceProfile (Maybe LoRaWANServiceProfile)
- createServiceProfile_name :: Lens' CreateServiceProfile (Maybe Text)
- createServiceProfile_clientRequestToken :: Lens' CreateServiceProfile (Maybe Text)
- createServiceProfile_tags :: Lens' CreateServiceProfile (Maybe [Tag])
- createServiceProfileResponse_arn :: Lens' CreateServiceProfileResponse (Maybe Text)
- createServiceProfileResponse_id :: Lens' CreateServiceProfileResponse (Maybe Text)
- createServiceProfileResponse_httpStatus :: Lens' CreateServiceProfileResponse Int
- associateAwsAccountWithPartnerAccount_clientRequestToken :: Lens' AssociateAwsAccountWithPartnerAccount (Maybe Text)
- associateAwsAccountWithPartnerAccount_tags :: Lens' AssociateAwsAccountWithPartnerAccount (Maybe [Tag])
- associateAwsAccountWithPartnerAccount_sidewalk :: Lens' AssociateAwsAccountWithPartnerAccount SidewalkAccountInfo
- associateAwsAccountWithPartnerAccountResponse_sidewalk :: Lens' AssociateAwsAccountWithPartnerAccountResponse (Maybe SidewalkAccountInfo)
- associateAwsAccountWithPartnerAccountResponse_arn :: Lens' AssociateAwsAccountWithPartnerAccountResponse (Maybe Text)
- associateAwsAccountWithPartnerAccountResponse_httpStatus :: Lens' AssociateAwsAccountWithPartnerAccountResponse Int
- resetResourceLogLevel_resourceIdentifier :: Lens' ResetResourceLogLevel Text
- resetResourceLogLevel_resourceType :: Lens' ResetResourceLogLevel Text
- resetResourceLogLevelResponse_httpStatus :: Lens' ResetResourceLogLevelResponse Int
- deleteDestination_name :: Lens' DeleteDestination Text
- deleteDestinationResponse_httpStatus :: Lens' DeleteDestinationResponse Int
- updateDestination_expressionType :: Lens' UpdateDestination (Maybe ExpressionType)
- updateDestination_expression :: Lens' UpdateDestination (Maybe Text)
- updateDestination_description :: Lens' UpdateDestination (Maybe Text)
- updateDestination_roleArn :: Lens' UpdateDestination (Maybe Text)
- updateDestination_name :: Lens' UpdateDestination Text
- updateDestinationResponse_httpStatus :: Lens' UpdateDestinationResponse Int
- getServiceEndpoint_serviceType :: Lens' GetServiceEndpoint (Maybe WirelessGatewayServiceType)
- getServiceEndpointResponse_serviceEndpoint :: Lens' GetServiceEndpointResponse (Maybe Text)
- getServiceEndpointResponse_serverTrust :: Lens' GetServiceEndpointResponse (Maybe Text)
- getServiceEndpointResponse_serviceType :: Lens' GetServiceEndpointResponse (Maybe WirelessGatewayServiceType)
- getServiceEndpointResponse_httpStatus :: Lens' GetServiceEndpointResponse Int
- getServiceProfile_id :: Lens' GetServiceProfile Text
- getServiceProfileResponse_arn :: Lens' GetServiceProfileResponse (Maybe Text)
- getServiceProfileResponse_loRaWAN :: Lens' GetServiceProfileResponse (Maybe LoRaWANGetServiceProfileInfo)
- getServiceProfileResponse_name :: Lens' GetServiceProfileResponse (Maybe Text)
- getServiceProfileResponse_id :: Lens' GetServiceProfileResponse (Maybe Text)
- getServiceProfileResponse_httpStatus :: Lens' GetServiceProfileResponse Int
- getWirelessDeviceStatistics_wirelessDeviceId :: Lens' GetWirelessDeviceStatistics Text
- getWirelessDeviceStatisticsResponse_sidewalk :: Lens' GetWirelessDeviceStatisticsResponse (Maybe SidewalkDeviceMetadata)
- getWirelessDeviceStatisticsResponse_loRaWAN :: Lens' GetWirelessDeviceStatisticsResponse (Maybe LoRaWANDeviceMetadata)
- getWirelessDeviceStatisticsResponse_lastUplinkReceivedAt :: Lens' GetWirelessDeviceStatisticsResponse (Maybe Text)
- getWirelessDeviceStatisticsResponse_wirelessDeviceId :: Lens' GetWirelessDeviceStatisticsResponse (Maybe Text)
- getWirelessDeviceStatisticsResponse_httpStatus :: Lens' GetWirelessDeviceStatisticsResponse Int
- getWirelessGatewayStatistics_wirelessGatewayId :: Lens' GetWirelessGatewayStatistics Text
- getWirelessGatewayStatisticsResponse_connectionStatus :: Lens' GetWirelessGatewayStatisticsResponse (Maybe ConnectionStatus)
- getWirelessGatewayStatisticsResponse_lastUplinkReceivedAt :: Lens' GetWirelessGatewayStatisticsResponse (Maybe Text)
- getWirelessGatewayStatisticsResponse_wirelessGatewayId :: Lens' GetWirelessGatewayStatisticsResponse (Maybe Text)
- getWirelessGatewayStatisticsResponse_httpStatus :: Lens' GetWirelessGatewayStatisticsResponse Int
- getWirelessGatewayCertificate_id :: Lens' GetWirelessGatewayCertificate Text
- getWirelessGatewayCertificateResponse_iotCertificateId :: Lens' GetWirelessGatewayCertificateResponse (Maybe Text)
- getWirelessGatewayCertificateResponse_loRaWANNetworkServerCertificateId :: Lens' GetWirelessGatewayCertificateResponse (Maybe Text)
- getWirelessGatewayCertificateResponse_httpStatus :: Lens' GetWirelessGatewayCertificateResponse Int
- getWirelessGatewayTask_id :: Lens' GetWirelessGatewayTask Text
- getWirelessGatewayTaskResponse_status :: Lens' GetWirelessGatewayTaskResponse (Maybe WirelessGatewayTaskStatus)
- getWirelessGatewayTaskResponse_wirelessGatewayTaskDefinitionId :: Lens' GetWirelessGatewayTaskResponse (Maybe Text)
- getWirelessGatewayTaskResponse_taskCreatedAt :: Lens' GetWirelessGatewayTaskResponse (Maybe Text)
- getWirelessGatewayTaskResponse_lastUplinkReceivedAt :: Lens' GetWirelessGatewayTaskResponse (Maybe Text)
- getWirelessGatewayTaskResponse_wirelessGatewayId :: Lens' GetWirelessGatewayTaskResponse (Maybe Text)
- getWirelessGatewayTaskResponse_httpStatus :: Lens' GetWirelessGatewayTaskResponse Int
- getWirelessGatewayFirmwareInformation_id :: Lens' GetWirelessGatewayFirmwareInformation Text
- getWirelessGatewayFirmwareInformationResponse_loRaWAN :: Lens' GetWirelessGatewayFirmwareInformationResponse (Maybe LoRaWANGatewayCurrentVersion)
- getWirelessGatewayFirmwareInformationResponse_httpStatus :: Lens' GetWirelessGatewayFirmwareInformationResponse Int
- listPartnerAccounts_nextToken :: Lens' ListPartnerAccounts (Maybe Text)
- listPartnerAccounts_maxResults :: Lens' ListPartnerAccounts (Maybe Natural)
- listPartnerAccountsResponse_sidewalk :: Lens' ListPartnerAccountsResponse (Maybe [SidewalkAccountInfoWithFingerprint])
- listPartnerAccountsResponse_nextToken :: Lens' ListPartnerAccountsResponse (Maybe Text)
- listPartnerAccountsResponse_httpStatus :: Lens' ListPartnerAccountsResponse Int
- testWirelessDevice_id :: Lens' TestWirelessDevice Text
- testWirelessDeviceResponse_result :: Lens' TestWirelessDeviceResponse (Maybe Text)
- testWirelessDeviceResponse_httpStatus :: Lens' TestWirelessDeviceResponse Int
- getWirelessDevice_identifier :: Lens' GetWirelessDevice Text
- getWirelessDevice_identifierType :: Lens' GetWirelessDevice WirelessDeviceIdType
- getWirelessDeviceResponse_sidewalk :: Lens' GetWirelessDeviceResponse (Maybe SidewalkDevice)
- getWirelessDeviceResponse_arn :: Lens' GetWirelessDeviceResponse (Maybe Text)
- getWirelessDeviceResponse_loRaWAN :: Lens' GetWirelessDeviceResponse (Maybe LoRaWANDevice)
- getWirelessDeviceResponse_thingArn :: Lens' GetWirelessDeviceResponse (Maybe Text)
- getWirelessDeviceResponse_name :: Lens' GetWirelessDeviceResponse (Maybe Text)
- getWirelessDeviceResponse_id :: Lens' GetWirelessDeviceResponse (Maybe Text)
- getWirelessDeviceResponse_type :: Lens' GetWirelessDeviceResponse (Maybe WirelessDeviceType)
- getWirelessDeviceResponse_destinationName :: Lens' GetWirelessDeviceResponse (Maybe Text)
- getWirelessDeviceResponse_thingName :: Lens' GetWirelessDeviceResponse (Maybe Text)
- getWirelessDeviceResponse_description :: Lens' GetWirelessDeviceResponse (Maybe Text)
- getWirelessDeviceResponse_httpStatus :: Lens' GetWirelessDeviceResponse Int
- getWirelessGateway_identifier :: Lens' GetWirelessGateway Text
- getWirelessGateway_identifierType :: Lens' GetWirelessGateway WirelessGatewayIdType
- getWirelessGatewayResponse_arn :: Lens' GetWirelessGatewayResponse (Maybe Text)
- getWirelessGatewayResponse_loRaWAN :: Lens' GetWirelessGatewayResponse (Maybe LoRaWANGateway)
- getWirelessGatewayResponse_thingArn :: Lens' GetWirelessGatewayResponse (Maybe Text)
- getWirelessGatewayResponse_name :: Lens' GetWirelessGatewayResponse (Maybe Text)
- getWirelessGatewayResponse_id :: Lens' GetWirelessGatewayResponse (Maybe Text)
- getWirelessGatewayResponse_thingName :: Lens' GetWirelessGatewayResponse (Maybe Text)
- getWirelessGatewayResponse_description :: Lens' GetWirelessGatewayResponse (Maybe Text)
- getWirelessGatewayResponse_httpStatus :: Lens' GetWirelessGatewayResponse Int
- getPartnerAccount_partnerAccountId :: Lens' GetPartnerAccount Text
- getPartnerAccount_partnerType :: Lens' GetPartnerAccount PartnerType
- getPartnerAccountResponse_sidewalk :: Lens' GetPartnerAccountResponse (Maybe SidewalkAccountInfoWithFingerprint)
- getPartnerAccountResponse_accountLinked :: Lens' GetPartnerAccountResponse (Maybe Bool)
- getPartnerAccountResponse_httpStatus :: Lens' GetPartnerAccountResponse Int
- createWirelessGatewayTask_id :: Lens' CreateWirelessGatewayTask Text
- createWirelessGatewayTask_wirelessGatewayTaskDefinitionId :: Lens' CreateWirelessGatewayTask Text
- createWirelessGatewayTaskResponse_status :: Lens' CreateWirelessGatewayTaskResponse (Maybe WirelessGatewayTaskStatus)
- createWirelessGatewayTaskResponse_wirelessGatewayTaskDefinitionId :: Lens' CreateWirelessGatewayTaskResponse (Maybe Text)
- createWirelessGatewayTaskResponse_httpStatus :: Lens' CreateWirelessGatewayTaskResponse Int
- deleteWirelessGateway_id :: Lens' DeleteWirelessGateway Text
- deleteWirelessGatewayResponse_httpStatus :: Lens' DeleteWirelessGatewayResponse Int
- updateWirelessGateway_name :: Lens' UpdateWirelessGateway (Maybe Text)
- updateWirelessGateway_joinEuiFilters :: Lens' UpdateWirelessGateway (Maybe [NonEmpty Text])
- updateWirelessGateway_description :: Lens' UpdateWirelessGateway (Maybe Text)
- updateWirelessGateway_netIdFilters :: Lens' UpdateWirelessGateway (Maybe [Text])
- updateWirelessGateway_id :: Lens' UpdateWirelessGateway Text
- updateWirelessGatewayResponse_httpStatus :: Lens' UpdateWirelessGatewayResponse Int
- disassociateWirelessGatewayFromCertificate_id :: Lens' DisassociateWirelessGatewayFromCertificate Text
- disassociateWirelessGatewayFromCertificateResponse_httpStatus :: Lens' DisassociateWirelessGatewayFromCertificateResponse Int
- listWirelessGatewayTaskDefinitions_taskDefinitionType :: Lens' ListWirelessGatewayTaskDefinitions (Maybe WirelessGatewayTaskDefinitionType)
- listWirelessGatewayTaskDefinitions_nextToken :: Lens' ListWirelessGatewayTaskDefinitions (Maybe Text)
- listWirelessGatewayTaskDefinitions_maxResults :: Lens' ListWirelessGatewayTaskDefinitions (Maybe Natural)
- listWirelessGatewayTaskDefinitionsResponse_taskDefinitions :: Lens' ListWirelessGatewayTaskDefinitionsResponse (Maybe [UpdateWirelessGatewayTaskEntry])
- listWirelessGatewayTaskDefinitionsResponse_nextToken :: Lens' ListWirelessGatewayTaskDefinitionsResponse (Maybe Text)
- listWirelessGatewayTaskDefinitionsResponse_httpStatus :: Lens' ListWirelessGatewayTaskDefinitionsResponse Int
- putResourceLogLevel_resourceIdentifier :: Lens' PutResourceLogLevel Text
- putResourceLogLevel_resourceType :: Lens' PutResourceLogLevel Text
- putResourceLogLevel_logLevel :: Lens' PutResourceLogLevel LogLevel
- putResourceLogLevelResponse_httpStatus :: Lens' PutResourceLogLevelResponse Int
- createWirelessGateway_name :: Lens' CreateWirelessGateway (Maybe Text)
- createWirelessGateway_clientRequestToken :: Lens' CreateWirelessGateway (Maybe Text)
- createWirelessGateway_description :: Lens' CreateWirelessGateway (Maybe Text)
- createWirelessGateway_tags :: Lens' CreateWirelessGateway (Maybe [Tag])
- createWirelessGateway_loRaWAN :: Lens' CreateWirelessGateway LoRaWANGateway
- createWirelessGatewayResponse_arn :: Lens' CreateWirelessGatewayResponse (Maybe Text)
- createWirelessGatewayResponse_id :: Lens' CreateWirelessGatewayResponse (Maybe Text)
- createWirelessGatewayResponse_httpStatus :: Lens' CreateWirelessGatewayResponse Int
- deleteWirelessGatewayTask_id :: Lens' DeleteWirelessGatewayTask Text
- deleteWirelessGatewayTaskResponse_httpStatus :: Lens' DeleteWirelessGatewayTaskResponse Int
- createWirelessDevice_loRaWAN :: Lens' CreateWirelessDevice (Maybe LoRaWANDevice)
- createWirelessDevice_name :: Lens' CreateWirelessDevice (Maybe Text)
- createWirelessDevice_clientRequestToken :: Lens' CreateWirelessDevice (Maybe Text)
- createWirelessDevice_description :: Lens' CreateWirelessDevice (Maybe Text)
- createWirelessDevice_tags :: Lens' CreateWirelessDevice (Maybe [Tag])
- createWirelessDevice_type :: Lens' CreateWirelessDevice WirelessDeviceType
- createWirelessDevice_destinationName :: Lens' CreateWirelessDevice Text
- createWirelessDeviceResponse_arn :: Lens' CreateWirelessDeviceResponse (Maybe Text)
- createWirelessDeviceResponse_id :: Lens' CreateWirelessDeviceResponse (Maybe Text)
- createWirelessDeviceResponse_httpStatus :: Lens' CreateWirelessDeviceResponse Int
- sendDataToWirelessDevice_wirelessMetadata :: Lens' SendDataToWirelessDevice (Maybe WirelessMetadata)
- sendDataToWirelessDevice_id :: Lens' SendDataToWirelessDevice Text
- sendDataToWirelessDevice_transmitMode :: Lens' SendDataToWirelessDevice Natural
- sendDataToWirelessDevice_payloadData :: Lens' SendDataToWirelessDevice Text
- sendDataToWirelessDeviceResponse_messageId :: Lens' SendDataToWirelessDeviceResponse (Maybe Text)
- sendDataToWirelessDeviceResponse_httpStatus :: Lens' SendDataToWirelessDeviceResponse Int
- createDeviceProfile_loRaWAN :: Lens' CreateDeviceProfile (Maybe LoRaWANDeviceProfile)
- createDeviceProfile_name :: Lens' CreateDeviceProfile (Maybe Text)
- createDeviceProfile_clientRequestToken :: Lens' CreateDeviceProfile (Maybe Text)
- createDeviceProfile_tags :: Lens' CreateDeviceProfile (Maybe [Tag])
- createDeviceProfileResponse_arn :: Lens' CreateDeviceProfileResponse (Maybe Text)
- createDeviceProfileResponse_id :: Lens' CreateDeviceProfileResponse (Maybe Text)
- createDeviceProfileResponse_httpStatus :: Lens' CreateDeviceProfileResponse Int
- disassociateAwsAccountFromPartnerAccount_partnerAccountId :: Lens' DisassociateAwsAccountFromPartnerAccount Text
- disassociateAwsAccountFromPartnerAccount_partnerType :: Lens' DisassociateAwsAccountFromPartnerAccount PartnerType
- disassociateAwsAccountFromPartnerAccountResponse_httpStatus :: Lens' DisassociateAwsAccountFromPartnerAccountResponse Int
- updateLogLevelsByResourceTypes_defaultLogLevel :: Lens' UpdateLogLevelsByResourceTypes (Maybe LogLevel)
- updateLogLevelsByResourceTypes_wirelessGatewayLogOptions :: Lens' UpdateLogLevelsByResourceTypes (Maybe [WirelessGatewayLogOption])
- updateLogLevelsByResourceTypes_wirelessDeviceLogOptions :: Lens' UpdateLogLevelsByResourceTypes (Maybe [WirelessDeviceLogOption])
- updateLogLevelsByResourceTypesResponse_httpStatus :: Lens' UpdateLogLevelsByResourceTypesResponse Int
- getDestination_name :: Lens' GetDestination Text
- getDestinationResponse_expressionType :: Lens' GetDestinationResponse (Maybe ExpressionType)
- getDestinationResponse_arn :: Lens' GetDestinationResponse (Maybe Text)
- getDestinationResponse_name :: Lens' GetDestinationResponse (Maybe Text)
- getDestinationResponse_expression :: Lens' GetDestinationResponse (Maybe Text)
- getDestinationResponse_description :: Lens' GetDestinationResponse (Maybe Text)
- getDestinationResponse_roleArn :: Lens' GetDestinationResponse (Maybe Text)
- getDestinationResponse_httpStatus :: Lens' GetDestinationResponse Int
- getLogLevelsByResourceTypesResponse_defaultLogLevel :: Lens' GetLogLevelsByResourceTypesResponse (Maybe LogLevel)
- getLogLevelsByResourceTypesResponse_wirelessGatewayLogOptions :: Lens' GetLogLevelsByResourceTypesResponse (Maybe [WirelessGatewayLogOption])
- getLogLevelsByResourceTypesResponse_wirelessDeviceLogOptions :: Lens' GetLogLevelsByResourceTypesResponse (Maybe [WirelessDeviceLogOption])
- getLogLevelsByResourceTypesResponse_httpStatus :: Lens' GetLogLevelsByResourceTypesResponse Int
- listDestinations_nextToken :: Lens' ListDestinations (Maybe Text)
- listDestinations_maxResults :: Lens' ListDestinations (Maybe Natural)
- listDestinationsResponse_nextToken :: Lens' ListDestinationsResponse (Maybe Text)
- listDestinationsResponse_destinationList :: Lens' ListDestinationsResponse (Maybe [Destinations])
- listDestinationsResponse_httpStatus :: Lens' ListDestinationsResponse Int
- getDeviceProfile_id :: Lens' GetDeviceProfile Text
- getDeviceProfileResponse_arn :: Lens' GetDeviceProfileResponse (Maybe Text)
- getDeviceProfileResponse_loRaWAN :: Lens' GetDeviceProfileResponse (Maybe LoRaWANDeviceProfile)
- getDeviceProfileResponse_name :: Lens' GetDeviceProfileResponse (Maybe Text)
- getDeviceProfileResponse_id :: Lens' GetDeviceProfileResponse (Maybe Text)
- getDeviceProfileResponse_httpStatus :: Lens' GetDeviceProfileResponse Int
- disassociateWirelessDeviceFromThing_id :: Lens' DisassociateWirelessDeviceFromThing Text
- disassociateWirelessDeviceFromThingResponse_httpStatus :: Lens' DisassociateWirelessDeviceFromThingResponse Int
- disassociateWirelessGatewayFromThing_id :: Lens' DisassociateWirelessGatewayFromThing Text
- disassociateWirelessGatewayFromThingResponse_httpStatus :: Lens' DisassociateWirelessGatewayFromThingResponse Int
- tagResource_resourceArn :: Lens' TagResource Text
- tagResource_tags :: Lens' TagResource [Tag]
- tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int
- createDestination_clientRequestToken :: Lens' CreateDestination (Maybe Text)
- createDestination_description :: Lens' CreateDestination (Maybe Text)
- createDestination_tags :: Lens' CreateDestination (Maybe [Tag])
- createDestination_name :: Lens' CreateDestination Text
- createDestination_expressionType :: Lens' CreateDestination ExpressionType
- createDestination_expression :: Lens' CreateDestination Text
- createDestination_roleArn :: Lens' CreateDestination Text
- createDestinationResponse_arn :: Lens' CreateDestinationResponse (Maybe Text)
- createDestinationResponse_name :: Lens' CreateDestinationResponse (Maybe Text)
- createDestinationResponse_httpStatus :: Lens' CreateDestinationResponse Int
- associateWirelessGatewayWithCertificate_id :: Lens' AssociateWirelessGatewayWithCertificate Text
- associateWirelessGatewayWithCertificate_iotCertificateId :: Lens' AssociateWirelessGatewayWithCertificate Text
- associateWirelessGatewayWithCertificateResponse_iotCertificateId :: Lens' AssociateWirelessGatewayWithCertificateResponse (Maybe Text)
- associateWirelessGatewayWithCertificateResponse_httpStatus :: Lens' AssociateWirelessGatewayWithCertificateResponse Int
- untagResource_resourceArn :: Lens' UntagResource Text
- untagResource_tagKeys :: Lens' UntagResource [Text]
- untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int
- updatePartnerAccount_sidewalk :: Lens' UpdatePartnerAccount SidewalkUpdateAccount
- updatePartnerAccount_partnerAccountId :: Lens' UpdatePartnerAccount Text
- updatePartnerAccount_partnerType :: Lens' UpdatePartnerAccount PartnerType
- updatePartnerAccountResponse_httpStatus :: Lens' UpdatePartnerAccountResponse Int
- getWirelessGatewayTaskDefinition_id :: Lens' GetWirelessGatewayTaskDefinition Text
- getWirelessGatewayTaskDefinitionResponse_arn :: Lens' GetWirelessGatewayTaskDefinitionResponse (Maybe Text)
- getWirelessGatewayTaskDefinitionResponse_name :: Lens' GetWirelessGatewayTaskDefinitionResponse (Maybe Text)
- getWirelessGatewayTaskDefinitionResponse_autoCreateTasks :: Lens' GetWirelessGatewayTaskDefinitionResponse (Maybe Bool)
- getWirelessGatewayTaskDefinitionResponse_update :: Lens' GetWirelessGatewayTaskDefinitionResponse (Maybe UpdateWirelessGatewayTaskCreate)
- getWirelessGatewayTaskDefinitionResponse_httpStatus :: Lens' GetWirelessGatewayTaskDefinitionResponse Int
- getResourceLogLevel_resourceIdentifier :: Lens' GetResourceLogLevel Text
- getResourceLogLevel_resourceType :: Lens' GetResourceLogLevel Text
- getResourceLogLevelResponse_logLevel :: Lens' GetResourceLogLevelResponse (Maybe LogLevel)
- getResourceLogLevelResponse_httpStatus :: Lens' GetResourceLogLevelResponse Int
- deleteWirelessDevice_id :: Lens' DeleteWirelessDevice Text
- deleteWirelessDeviceResponse_httpStatus :: Lens' DeleteWirelessDeviceResponse Int
- updateWirelessDevice_loRaWAN :: Lens' UpdateWirelessDevice (Maybe LoRaWANUpdateDevice)
- updateWirelessDevice_name :: Lens' UpdateWirelessDevice (Maybe Text)
- updateWirelessDevice_destinationName :: Lens' UpdateWirelessDevice (Maybe Text)
- updateWirelessDevice_description :: Lens' UpdateWirelessDevice (Maybe Text)
- updateWirelessDevice_id :: Lens' UpdateWirelessDevice Text
- updateWirelessDeviceResponse_httpStatus :: Lens' UpdateWirelessDeviceResponse Int
- listWirelessGateways_nextToken :: Lens' ListWirelessGateways (Maybe Text)
- listWirelessGateways_maxResults :: Lens' ListWirelessGateways (Maybe Natural)
- listWirelessGatewaysResponse_wirelessGatewayList :: Lens' ListWirelessGatewaysResponse (Maybe [WirelessGatewayStatistics])
- listWirelessGatewaysResponse_nextToken :: Lens' ListWirelessGatewaysResponse (Maybe Text)
- listWirelessGatewaysResponse_httpStatus :: Lens' ListWirelessGatewaysResponse Int
- deleteWirelessGatewayTaskDefinition_id :: Lens' DeleteWirelessGatewayTaskDefinition Text
- deleteWirelessGatewayTaskDefinitionResponse_httpStatus :: Lens' DeleteWirelessGatewayTaskDefinitionResponse Int
- listWirelessDevices_serviceProfileId :: Lens' ListWirelessDevices (Maybe Text)
- listWirelessDevices_deviceProfileId :: Lens' ListWirelessDevices (Maybe Text)
- listWirelessDevices_nextToken :: Lens' ListWirelessDevices (Maybe Text)
- listWirelessDevices_wirelessDeviceType :: Lens' ListWirelessDevices (Maybe WirelessDeviceType)
- listWirelessDevices_destinationName :: Lens' ListWirelessDevices (Maybe Text)
- listWirelessDevices_maxResults :: Lens' ListWirelessDevices (Maybe Natural)
- listWirelessDevicesResponse_wirelessDeviceList :: Lens' ListWirelessDevicesResponse (Maybe [WirelessDeviceStatistics])
- listWirelessDevicesResponse_nextToken :: Lens' ListWirelessDevicesResponse (Maybe Text)
- listWirelessDevicesResponse_httpStatus :: Lens' ListWirelessDevicesResponse Int
- abpV1_0_x_devAddr :: Lens' AbpV1_0_x (Maybe Text)
- abpV1_0_x_sessionKeys :: Lens' AbpV1_0_x (Maybe SessionKeysAbpV1_0_x)
- abpV1_1_devAddr :: Lens' AbpV1_1 (Maybe Text)
- abpV1_1_sessionKeys :: Lens' AbpV1_1 (Maybe SessionKeysAbpV1_1)
- certificateList_signingAlg :: Lens' CertificateList SigningAlg
- certificateList_value :: Lens' CertificateList Text
- destinations_expressionType :: Lens' Destinations (Maybe ExpressionType)
- destinations_arn :: Lens' Destinations (Maybe Text)
- destinations_name :: Lens' Destinations (Maybe Text)
- destinations_expression :: Lens' Destinations (Maybe Text)
- destinations_description :: Lens' Destinations (Maybe Text)
- destinations_roleArn :: Lens' Destinations (Maybe Text)
- deviceProfile_arn :: Lens' DeviceProfile (Maybe Text)
- deviceProfile_name :: Lens' DeviceProfile (Maybe Text)
- deviceProfile_id :: Lens' DeviceProfile (Maybe Text)
- loRaWANDevice_abpV1_0_x :: Lens' LoRaWANDevice (Maybe AbpV1_0_x)
- loRaWANDevice_otaaV1_1 :: Lens' LoRaWANDevice (Maybe OtaaV1_1)
- loRaWANDevice_serviceProfileId :: Lens' LoRaWANDevice (Maybe Text)
- loRaWANDevice_deviceProfileId :: Lens' LoRaWANDevice (Maybe Text)
- loRaWANDevice_otaaV1_0_x :: Lens' LoRaWANDevice (Maybe OtaaV1_0_x)
- loRaWANDevice_abpV1_1 :: Lens' LoRaWANDevice (Maybe AbpV1_1)
- loRaWANDevice_devEui :: Lens' LoRaWANDevice (Maybe Text)
- loRaWANDeviceMetadata_frequency :: Lens' LoRaWANDeviceMetadata (Maybe Int)
- loRaWANDeviceMetadata_fPort :: Lens' LoRaWANDeviceMetadata (Maybe Int)
- loRaWANDeviceMetadata_dataRate :: Lens' LoRaWANDeviceMetadata (Maybe Int)
- loRaWANDeviceMetadata_gateways :: Lens' LoRaWANDeviceMetadata (Maybe [LoRaWANGatewayMetadata])
- loRaWANDeviceMetadata_timestamp :: Lens' LoRaWANDeviceMetadata (Maybe Text)
- loRaWANDeviceMetadata_devEui :: Lens' LoRaWANDeviceMetadata (Maybe Text)
- loRaWANDeviceProfile_rfRegion :: Lens' LoRaWANDeviceProfile (Maybe Text)
- loRaWANDeviceProfile_pingSlotFreq :: Lens' LoRaWANDeviceProfile (Maybe Natural)
- loRaWANDeviceProfile_classBTimeout :: Lens' LoRaWANDeviceProfile (Maybe Natural)
- loRaWANDeviceProfile_maxEirp :: Lens' LoRaWANDeviceProfile (Maybe Natural)
- loRaWANDeviceProfile_rxDataRate2 :: Lens' LoRaWANDeviceProfile (Maybe Natural)
- loRaWANDeviceProfile_macVersion :: Lens' LoRaWANDeviceProfile (Maybe Text)
- loRaWANDeviceProfile_factoryPresetFreqsList :: Lens' LoRaWANDeviceProfile (Maybe [Natural])
- loRaWANDeviceProfile_rxFreq2 :: Lens' LoRaWANDeviceProfile (Maybe Natural)
- loRaWANDeviceProfile_classCTimeout :: Lens' LoRaWANDeviceProfile (Maybe Natural)
- loRaWANDeviceProfile_regParamsRevision :: Lens' LoRaWANDeviceProfile (Maybe Text)
- loRaWANDeviceProfile_pingSlotDr :: Lens' LoRaWANDeviceProfile (Maybe Natural)
- loRaWANDeviceProfile_supports32BitFCnt :: Lens' LoRaWANDeviceProfile (Maybe Bool)
- loRaWANDeviceProfile_maxDutyCycle :: Lens' LoRaWANDeviceProfile (Maybe Natural)
- loRaWANDeviceProfile_rxDrOffset1 :: Lens' LoRaWANDeviceProfile (Maybe Natural)
- loRaWANDeviceProfile_supportsClassB :: Lens' LoRaWANDeviceProfile (Maybe Bool)
- loRaWANDeviceProfile_supportsJoin :: Lens' LoRaWANDeviceProfile (Maybe Bool)
- loRaWANDeviceProfile_rxDelay1 :: Lens' LoRaWANDeviceProfile (Maybe Natural)
- loRaWANDeviceProfile_supportsClassC :: Lens' LoRaWANDeviceProfile (Maybe Bool)
- loRaWANDeviceProfile_pingSlotPeriod :: Lens' LoRaWANDeviceProfile (Maybe Natural)
- loRaWANGateway_rfRegion :: Lens' LoRaWANGateway (Maybe Text)
- loRaWANGateway_subBands :: Lens' LoRaWANGateway (Maybe [Natural])
- loRaWANGateway_gatewayEui :: Lens' LoRaWANGateway (Maybe Text)
- loRaWANGateway_joinEuiFilters :: Lens' LoRaWANGateway (Maybe [NonEmpty Text])
- loRaWANGateway_netIdFilters :: Lens' LoRaWANGateway (Maybe [Text])
- loRaWANGatewayCurrentVersion_currentVersion :: Lens' LoRaWANGatewayCurrentVersion (Maybe LoRaWANGatewayVersion)
- loRaWANGatewayMetadata_gatewayEui :: Lens' LoRaWANGatewayMetadata (Maybe Text)
- loRaWANGatewayMetadata_snr :: Lens' LoRaWANGatewayMetadata (Maybe Double)
- loRaWANGatewayMetadata_rssi :: Lens' LoRaWANGatewayMetadata (Maybe Double)
- loRaWANGatewayVersion_packageVersion :: Lens' LoRaWANGatewayVersion (Maybe Text)
- loRaWANGatewayVersion_model :: Lens' LoRaWANGatewayVersion (Maybe Text)
- loRaWANGatewayVersion_station :: Lens' LoRaWANGatewayVersion (Maybe Text)
- loRaWANGetServiceProfileInfo_addGwMetadata :: Lens' LoRaWANGetServiceProfileInfo (Maybe Bool)
- loRaWANGetServiceProfileInfo_prAllowed :: Lens' LoRaWANGetServiceProfileInfo (Maybe Bool)
- loRaWANGetServiceProfileInfo_drMax :: Lens' LoRaWANGetServiceProfileInfo (Maybe Natural)
- loRaWANGetServiceProfileInfo_dlRate :: Lens' LoRaWANGetServiceProfileInfo (Maybe Natural)
- loRaWANGetServiceProfileInfo_devStatusReqFreq :: Lens' LoRaWANGetServiceProfileInfo (Maybe Natural)
- loRaWANGetServiceProfileInfo_reportDevStatusBattery :: Lens' LoRaWANGetServiceProfileInfo (Maybe Bool)
- loRaWANGetServiceProfileInfo_dlBucketSize :: Lens' LoRaWANGetServiceProfileInfo (Maybe Natural)
- loRaWANGetServiceProfileInfo_ulRatePolicy :: Lens' LoRaWANGetServiceProfileInfo (Maybe Text)
- loRaWANGetServiceProfileInfo_targetPer :: Lens' LoRaWANGetServiceProfileInfo (Maybe Natural)
- loRaWANGetServiceProfileInfo_drMin :: Lens' LoRaWANGetServiceProfileInfo (Maybe Natural)
- loRaWANGetServiceProfileInfo_nwkGeoLoc :: Lens' LoRaWANGetServiceProfileInfo (Maybe Bool)
- loRaWANGetServiceProfileInfo_channelMask :: Lens' LoRaWANGetServiceProfileInfo (Maybe Text)
- loRaWANGetServiceProfileInfo_dlRatePolicy :: Lens' LoRaWANGetServiceProfileInfo (Maybe Text)
- loRaWANGetServiceProfileInfo_hrAllowed :: Lens' LoRaWANGetServiceProfileInfo (Maybe Bool)
- loRaWANGetServiceProfileInfo_ulBucketSize :: Lens' LoRaWANGetServiceProfileInfo (Maybe Natural)
- loRaWANGetServiceProfileInfo_ulRate :: Lens' LoRaWANGetServiceProfileInfo (Maybe Natural)
- loRaWANGetServiceProfileInfo_reportDevStatusMargin :: Lens' LoRaWANGetServiceProfileInfo (Maybe Bool)
- loRaWANGetServiceProfileInfo_raAllowed :: Lens' LoRaWANGetServiceProfileInfo (Maybe Bool)
- loRaWANGetServiceProfileInfo_minGwDiversity :: Lens' LoRaWANGetServiceProfileInfo (Maybe Natural)
- loRaWANListDevice_devEui :: Lens' LoRaWANListDevice (Maybe Text)
- loRaWANSendDataToDevice_fPort :: Lens' LoRaWANSendDataToDevice (Maybe Natural)
- loRaWANServiceProfile_addGwMetadata :: Lens' LoRaWANServiceProfile (Maybe Bool)
- loRaWANUpdateDevice_serviceProfileId :: Lens' LoRaWANUpdateDevice (Maybe Text)
- loRaWANUpdateDevice_deviceProfileId :: Lens' LoRaWANUpdateDevice (Maybe Text)
- loRaWANUpdateGatewayTaskCreate_updateSignature :: Lens' LoRaWANUpdateGatewayTaskCreate (Maybe Text)
- loRaWANUpdateGatewayTaskCreate_sigKeyCrc :: Lens' LoRaWANUpdateGatewayTaskCreate (Maybe Natural)
- loRaWANUpdateGatewayTaskCreate_currentVersion :: Lens' LoRaWANUpdateGatewayTaskCreate (Maybe LoRaWANGatewayVersion)
- loRaWANUpdateGatewayTaskCreate_updateVersion :: Lens' LoRaWANUpdateGatewayTaskCreate (Maybe LoRaWANGatewayVersion)
- loRaWANUpdateGatewayTaskEntry_currentVersion :: Lens' LoRaWANUpdateGatewayTaskEntry (Maybe LoRaWANGatewayVersion)
- loRaWANUpdateGatewayTaskEntry_updateVersion :: Lens' LoRaWANUpdateGatewayTaskEntry (Maybe LoRaWANGatewayVersion)
- otaaV1_0_x_appEui :: Lens' OtaaV1_0_x (Maybe Text)
- otaaV1_0_x_appKey :: Lens' OtaaV1_0_x (Maybe Text)
- otaaV1_1_joinEui :: Lens' OtaaV1_1 (Maybe Text)
- otaaV1_1_nwkKey :: Lens' OtaaV1_1 (Maybe Text)
- otaaV1_1_appKey :: Lens' OtaaV1_1 (Maybe Text)
- serviceProfile_arn :: Lens' ServiceProfile (Maybe Text)
- serviceProfile_name :: Lens' ServiceProfile (Maybe Text)
- serviceProfile_id :: Lens' ServiceProfile (Maybe Text)
- sessionKeysAbpV1_0_x_nwkSKey :: Lens' SessionKeysAbpV1_0_x (Maybe Text)
- sessionKeysAbpV1_0_x_appSKey :: Lens' SessionKeysAbpV1_0_x (Maybe Text)
- sessionKeysAbpV1_1_fNwkSIntKey :: Lens' SessionKeysAbpV1_1 (Maybe Text)
- sessionKeysAbpV1_1_sNwkSIntKey :: Lens' SessionKeysAbpV1_1 (Maybe Text)
- sessionKeysAbpV1_1_nwkSEncKey :: Lens' SessionKeysAbpV1_1 (Maybe Text)
- sessionKeysAbpV1_1_appSKey :: Lens' SessionKeysAbpV1_1 (Maybe Text)
- sidewalkAccountInfo_amazonId :: Lens' SidewalkAccountInfo (Maybe Text)
- sidewalkAccountInfo_appServerPrivateKey :: Lens' SidewalkAccountInfo (Maybe Text)
- sidewalkAccountInfoWithFingerprint_arn :: Lens' SidewalkAccountInfoWithFingerprint (Maybe Text)
- sidewalkAccountInfoWithFingerprint_fingerprint :: Lens' SidewalkAccountInfoWithFingerprint (Maybe Text)
- sidewalkAccountInfoWithFingerprint_amazonId :: Lens' SidewalkAccountInfoWithFingerprint (Maybe Text)
- sidewalkDevice_sidewalkManufacturingSn :: Lens' SidewalkDevice (Maybe Text)
- sidewalkDevice_amazonId :: Lens' SidewalkDevice (Maybe Text)
- sidewalkDevice_deviceCertificates :: Lens' SidewalkDevice (Maybe [CertificateList])
- sidewalkDevice_sidewalkId :: Lens' SidewalkDevice (Maybe Text)
- sidewalkDeviceMetadata_event :: Lens' SidewalkDeviceMetadata (Maybe Event)
- sidewalkDeviceMetadata_deviceState :: Lens' SidewalkDeviceMetadata (Maybe DeviceState)
- sidewalkDeviceMetadata_batteryLevel :: Lens' SidewalkDeviceMetadata (Maybe BatteryLevel)
- sidewalkDeviceMetadata_rssi :: Lens' SidewalkDeviceMetadata (Maybe Int)
- sidewalkListDevice_sidewalkManufacturingSn :: Lens' SidewalkListDevice (Maybe Text)
- sidewalkListDevice_amazonId :: Lens' SidewalkListDevice (Maybe Text)
- sidewalkListDevice_deviceCertificates :: Lens' SidewalkListDevice (Maybe [CertificateList])
- sidewalkListDevice_sidewalkId :: Lens' SidewalkListDevice (Maybe Text)
- sidewalkSendDataToDevice_messageType :: Lens' SidewalkSendDataToDevice (Maybe MessageType)
- sidewalkSendDataToDevice_seq :: Lens' SidewalkSendDataToDevice (Maybe Natural)
- sidewalkUpdateAccount_appServerPrivateKey :: Lens' SidewalkUpdateAccount (Maybe Text)
- tag_key :: Lens' Tag Text
- tag_value :: Lens' Tag Text
- updateWirelessGatewayTaskCreate_updateDataSource :: Lens' UpdateWirelessGatewayTaskCreate (Maybe Text)
- updateWirelessGatewayTaskCreate_updateDataRole :: Lens' UpdateWirelessGatewayTaskCreate (Maybe Text)
- updateWirelessGatewayTaskCreate_loRaWAN :: Lens' UpdateWirelessGatewayTaskCreate (Maybe LoRaWANUpdateGatewayTaskCreate)
- updateWirelessGatewayTaskEntry_arn :: Lens' UpdateWirelessGatewayTaskEntry (Maybe Text)
- updateWirelessGatewayTaskEntry_loRaWAN :: Lens' UpdateWirelessGatewayTaskEntry (Maybe LoRaWANUpdateGatewayTaskEntry)
- updateWirelessGatewayTaskEntry_id :: Lens' UpdateWirelessGatewayTaskEntry (Maybe Text)
- wirelessDeviceEventLogOption_event :: Lens' WirelessDeviceEventLogOption WirelessDeviceEvent
- wirelessDeviceEventLogOption_logLevel :: Lens' WirelessDeviceEventLogOption LogLevel
- wirelessDeviceLogOption_events :: Lens' WirelessDeviceLogOption (Maybe [WirelessDeviceEventLogOption])
- wirelessDeviceLogOption_type :: Lens' WirelessDeviceLogOption WirelessDeviceType
- wirelessDeviceLogOption_logLevel :: Lens' WirelessDeviceLogOption LogLevel
- wirelessDeviceStatistics_sidewalk :: Lens' WirelessDeviceStatistics (Maybe SidewalkListDevice)
- wirelessDeviceStatistics_arn :: Lens' WirelessDeviceStatistics (Maybe Text)
- wirelessDeviceStatistics_loRaWAN :: Lens' WirelessDeviceStatistics (Maybe LoRaWANListDevice)
- wirelessDeviceStatistics_name :: Lens' WirelessDeviceStatistics (Maybe Text)
- wirelessDeviceStatistics_id :: Lens' WirelessDeviceStatistics (Maybe Text)
- wirelessDeviceStatistics_lastUplinkReceivedAt :: Lens' WirelessDeviceStatistics (Maybe Text)
- wirelessDeviceStatistics_type :: Lens' WirelessDeviceStatistics (Maybe WirelessDeviceType)
- wirelessDeviceStatistics_destinationName :: Lens' WirelessDeviceStatistics (Maybe Text)
- wirelessGatewayEventLogOption_event :: Lens' WirelessGatewayEventLogOption WirelessGatewayEvent
- wirelessGatewayEventLogOption_logLevel :: Lens' WirelessGatewayEventLogOption LogLevel
- wirelessGatewayLogOption_events :: Lens' WirelessGatewayLogOption (Maybe [WirelessGatewayEventLogOption])
- wirelessGatewayLogOption_type :: Lens' WirelessGatewayLogOption WirelessGatewayType
- wirelessGatewayLogOption_logLevel :: Lens' WirelessGatewayLogOption LogLevel
- wirelessGatewayStatistics_arn :: Lens' WirelessGatewayStatistics (Maybe Text)
- wirelessGatewayStatistics_loRaWAN :: Lens' WirelessGatewayStatistics (Maybe LoRaWANGateway)
- wirelessGatewayStatistics_name :: Lens' WirelessGatewayStatistics (Maybe Text)
- wirelessGatewayStatistics_id :: Lens' WirelessGatewayStatistics (Maybe Text)
- wirelessGatewayStatistics_lastUplinkReceivedAt :: Lens' WirelessGatewayStatistics (Maybe Text)
- wirelessGatewayStatistics_description :: Lens' WirelessGatewayStatistics (Maybe Text)
- wirelessMetadata_sidewalk :: Lens' WirelessMetadata (Maybe SidewalkSendDataToDevice)
- wirelessMetadata_loRaWAN :: Lens' WirelessMetadata (Maybe LoRaWANSendDataToDevice)
Operations
CreateWirelessGatewayTaskDefinition
createWirelessGatewayTaskDefinition_name :: Lens' CreateWirelessGatewayTaskDefinition (Maybe Text) Source #
The name of the new resource.
createWirelessGatewayTaskDefinition_clientRequestToken :: Lens' CreateWirelessGatewayTaskDefinition (Maybe Text) Source #
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
createWirelessGatewayTaskDefinition_tags :: Lens' CreateWirelessGatewayTaskDefinition (Maybe [Tag]) Source #
The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
createWirelessGatewayTaskDefinition_update :: Lens' CreateWirelessGatewayTaskDefinition (Maybe UpdateWirelessGatewayTaskCreate) Source #
Information about the gateways to update.
createWirelessGatewayTaskDefinition_autoCreateTasks :: Lens' CreateWirelessGatewayTaskDefinition Bool Source #
Whether to automatically create tasks using this task definition for all
gateways with the specified current version. If false
, the task must
me created by calling CreateWirelessGatewayTask
.
createWirelessGatewayTaskDefinitionResponse_arn :: Lens' CreateWirelessGatewayTaskDefinitionResponse (Maybe Text) Source #
The Amazon Resource Name of the resource.
createWirelessGatewayTaskDefinitionResponse_id :: Lens' CreateWirelessGatewayTaskDefinitionResponse (Maybe Text) Source #
The ID of the new wireless gateway task definition.
createWirelessGatewayTaskDefinitionResponse_httpStatus :: Lens' CreateWirelessGatewayTaskDefinitionResponse Int Source #
The response's http status code.
ResetAllResourceLogLevels
resetAllResourceLogLevelsResponse_httpStatus :: Lens' ResetAllResourceLogLevelsResponse Int Source #
The response's http status code.
ListServiceProfiles
listServiceProfiles_nextToken :: Lens' ListServiceProfiles (Maybe Text) Source #
To retrieve the next set of results, the nextToken
value from a
previous response; otherwise null to receive the first set of
results.
listServiceProfiles_maxResults :: Lens' ListServiceProfiles (Maybe Natural) Source #
The maximum number of results to return in this operation.
listServiceProfilesResponse_serviceProfileList :: Lens' ListServiceProfilesResponse (Maybe [ServiceProfile]) Source #
The list of service profiles.
listServiceProfilesResponse_nextToken :: Lens' ListServiceProfilesResponse (Maybe Text) Source #
The token to use to get the next set of results, or null if there are no additional results.
listServiceProfilesResponse_httpStatus :: Lens' ListServiceProfilesResponse Int Source #
The response's http status code.
DeleteServiceProfile
deleteServiceProfile_id :: Lens' DeleteServiceProfile Text Source #
The ID of the resource to delete.
deleteServiceProfileResponse_httpStatus :: Lens' DeleteServiceProfileResponse Int Source #
The response's http status code.
ListDeviceProfiles
listDeviceProfiles_nextToken :: Lens' ListDeviceProfiles (Maybe Text) Source #
To retrieve the next set of results, the nextToken
value from a
previous response; otherwise null to receive the first set of
results.
listDeviceProfiles_maxResults :: Lens' ListDeviceProfiles (Maybe Natural) Source #
The maximum number of results to return in this operation.
listDeviceProfilesResponse_deviceProfileList :: Lens' ListDeviceProfilesResponse (Maybe [DeviceProfile]) Source #
The list of device profiles.
listDeviceProfilesResponse_nextToken :: Lens' ListDeviceProfilesResponse (Maybe Text) Source #
The token to use to get the next set of results, or null if there are no additional results.
listDeviceProfilesResponse_httpStatus :: Lens' ListDeviceProfilesResponse Int Source #
The response's http status code.
AssociateWirelessGatewayWithThing
associateWirelessGatewayWithThing_id :: Lens' AssociateWirelessGatewayWithThing Text Source #
The ID of the resource to update.
associateWirelessGatewayWithThing_thingArn :: Lens' AssociateWirelessGatewayWithThing Text Source #
The ARN of the thing to associate with the wireless gateway.
associateWirelessGatewayWithThingResponse_httpStatus :: Lens' AssociateWirelessGatewayWithThingResponse Int Source #
The response's http status code.
DeleteDeviceProfile
deleteDeviceProfile_id :: Lens' DeleteDeviceProfile Text Source #
The ID of the resource to delete.
deleteDeviceProfileResponse_httpStatus :: Lens' DeleteDeviceProfileResponse Int Source #
The response's http status code.
AssociateWirelessDeviceWithThing
associateWirelessDeviceWithThing_id :: Lens' AssociateWirelessDeviceWithThing Text Source #
The ID of the resource to update.
associateWirelessDeviceWithThing_thingArn :: Lens' AssociateWirelessDeviceWithThing Text Source #
The ARN of the thing to associate with the wireless device.
associateWirelessDeviceWithThingResponse_httpStatus :: Lens' AssociateWirelessDeviceWithThingResponse Int Source #
The response's http status code.
ListTagsForResource
listTagsForResource_resourceArn :: Lens' ListTagsForResource Text Source #
The ARN of the resource for which you want to list tags.
listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe [Tag]) Source #
The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int Source #
The response's http status code.
CreateServiceProfile
createServiceProfile_loRaWAN :: Lens' CreateServiceProfile (Maybe LoRaWANServiceProfile) Source #
The service profile information to use to create the service profile.
createServiceProfile_name :: Lens' CreateServiceProfile (Maybe Text) Source #
The name of the new resource.
createServiceProfile_clientRequestToken :: Lens' CreateServiceProfile (Maybe Text) Source #
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
createServiceProfile_tags :: Lens' CreateServiceProfile (Maybe [Tag]) Source #
The tags to attach to the new service profile. Tags are metadata that you can use to manage a resource.
createServiceProfileResponse_arn :: Lens' CreateServiceProfileResponse (Maybe Text) Source #
The Amazon Resource Name of the new resource.
createServiceProfileResponse_id :: Lens' CreateServiceProfileResponse (Maybe Text) Source #
The ID of the new service profile.
createServiceProfileResponse_httpStatus :: Lens' CreateServiceProfileResponse Int Source #
The response's http status code.
AssociateAwsAccountWithPartnerAccount
associateAwsAccountWithPartnerAccount_clientRequestToken :: Lens' AssociateAwsAccountWithPartnerAccount (Maybe Text) Source #
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
associateAwsAccountWithPartnerAccount_tags :: Lens' AssociateAwsAccountWithPartnerAccount (Maybe [Tag]) Source #
The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
associateAwsAccountWithPartnerAccount_sidewalk :: Lens' AssociateAwsAccountWithPartnerAccount SidewalkAccountInfo Source #
The Sidewalk account credentials.
associateAwsAccountWithPartnerAccountResponse_sidewalk :: Lens' AssociateAwsAccountWithPartnerAccountResponse (Maybe SidewalkAccountInfo) Source #
The Sidewalk account credentials.
associateAwsAccountWithPartnerAccountResponse_arn :: Lens' AssociateAwsAccountWithPartnerAccountResponse (Maybe Text) Source #
The Amazon Resource Name of the resource.
associateAwsAccountWithPartnerAccountResponse_httpStatus :: Lens' AssociateAwsAccountWithPartnerAccountResponse Int Source #
The response's http status code.
ResetResourceLogLevel
resetResourceLogLevel_resourceIdentifier :: Lens' ResetResourceLogLevel Text Source #
Undocumented member.
resetResourceLogLevel_resourceType :: Lens' ResetResourceLogLevel Text Source #
The type of the resource, which can be WirelessDevice
or
WirelessGateway
.
resetResourceLogLevelResponse_httpStatus :: Lens' ResetResourceLogLevelResponse Int Source #
The response's http status code.
DeleteDestination
deleteDestination_name :: Lens' DeleteDestination Text Source #
The name of the resource to delete.
deleteDestinationResponse_httpStatus :: Lens' DeleteDestinationResponse Int Source #
The response's http status code.
UpdateDestination
updateDestination_expressionType :: Lens' UpdateDestination (Maybe ExpressionType) Source #
The type of value in Expression
.
updateDestination_expression :: Lens' UpdateDestination (Maybe Text) Source #
The new rule name or topic rule to send messages to.
updateDestination_description :: Lens' UpdateDestination (Maybe Text) Source #
A new description of the resource.
updateDestination_roleArn :: Lens' UpdateDestination (Maybe Text) Source #
The ARN of the IAM Role that authorizes the destination.
updateDestination_name :: Lens' UpdateDestination Text Source #
The new name of the resource.
updateDestinationResponse_httpStatus :: Lens' UpdateDestinationResponse Int Source #
The response's http status code.
GetServiceEndpoint
getServiceEndpoint_serviceType :: Lens' GetServiceEndpoint (Maybe WirelessGatewayServiceType) Source #
The service type for which to get endpoint information about. Can be
CUPS
for the Configuration and Update Server endpoint, or LNS
for
the LoRaWAN Network Server endpoint.
getServiceEndpointResponse_serviceEndpoint :: Lens' GetServiceEndpointResponse (Maybe Text) Source #
The service endpoint value.
getServiceEndpointResponse_serverTrust :: Lens' GetServiceEndpointResponse (Maybe Text) Source #
The Root CA of the server trust certificate.
getServiceEndpointResponse_serviceType :: Lens' GetServiceEndpointResponse (Maybe WirelessGatewayServiceType) Source #
The endpoint's service type.
getServiceEndpointResponse_httpStatus :: Lens' GetServiceEndpointResponse Int Source #
The response's http status code.
GetServiceProfile
getServiceProfile_id :: Lens' GetServiceProfile Text Source #
The ID of the resource to get.
getServiceProfileResponse_arn :: Lens' GetServiceProfileResponse (Maybe Text) Source #
The Amazon Resource Name of the resource.
getServiceProfileResponse_loRaWAN :: Lens' GetServiceProfileResponse (Maybe LoRaWANGetServiceProfileInfo) Source #
Information about the service profile.
getServiceProfileResponse_name :: Lens' GetServiceProfileResponse (Maybe Text) Source #
The name of the resource.
getServiceProfileResponse_id :: Lens' GetServiceProfileResponse (Maybe Text) Source #
The ID of the service profile.
getServiceProfileResponse_httpStatus :: Lens' GetServiceProfileResponse Int Source #
The response's http status code.
GetWirelessDeviceStatistics
getWirelessDeviceStatistics_wirelessDeviceId :: Lens' GetWirelessDeviceStatistics Text Source #
The ID of the wireless device for which to get the data.
getWirelessDeviceStatisticsResponse_sidewalk :: Lens' GetWirelessDeviceStatisticsResponse (Maybe SidewalkDeviceMetadata) Source #
MetaData for Sidewalk device.
getWirelessDeviceStatisticsResponse_loRaWAN :: Lens' GetWirelessDeviceStatisticsResponse (Maybe LoRaWANDeviceMetadata) Source #
Information about the wireless device's operations.
getWirelessDeviceStatisticsResponse_lastUplinkReceivedAt :: Lens' GetWirelessDeviceStatisticsResponse (Maybe Text) Source #
The date and time when the most recent uplink was received.
getWirelessDeviceStatisticsResponse_wirelessDeviceId :: Lens' GetWirelessDeviceStatisticsResponse (Maybe Text) Source #
The ID of the wireless device.
getWirelessDeviceStatisticsResponse_httpStatus :: Lens' GetWirelessDeviceStatisticsResponse Int Source #
The response's http status code.
GetWirelessGatewayStatistics
getWirelessGatewayStatistics_wirelessGatewayId :: Lens' GetWirelessGatewayStatistics Text Source #
The ID of the wireless gateway for which to get the data.
getWirelessGatewayStatisticsResponse_connectionStatus :: Lens' GetWirelessGatewayStatisticsResponse (Maybe ConnectionStatus) Source #
The connection status of the wireless gateway.
getWirelessGatewayStatisticsResponse_lastUplinkReceivedAt :: Lens' GetWirelessGatewayStatisticsResponse (Maybe Text) Source #
The date and time when the most recent uplink was received.
getWirelessGatewayStatisticsResponse_wirelessGatewayId :: Lens' GetWirelessGatewayStatisticsResponse (Maybe Text) Source #
The ID of the wireless gateway.
getWirelessGatewayStatisticsResponse_httpStatus :: Lens' GetWirelessGatewayStatisticsResponse Int Source #
The response's http status code.
GetWirelessGatewayCertificate
getWirelessGatewayCertificate_id :: Lens' GetWirelessGatewayCertificate Text Source #
The ID of the resource to get.
getWirelessGatewayCertificateResponse_iotCertificateId :: Lens' GetWirelessGatewayCertificateResponse (Maybe Text) Source #
The ID of the certificate associated with the wireless gateway.
getWirelessGatewayCertificateResponse_loRaWANNetworkServerCertificateId :: Lens' GetWirelessGatewayCertificateResponse (Maybe Text) Source #
The ID of the certificate that is associated with the wireless gateway and used for the LoRaWANNetworkServer endpoint.
getWirelessGatewayCertificateResponse_httpStatus :: Lens' GetWirelessGatewayCertificateResponse Int Source #
The response's http status code.
GetWirelessGatewayTask
getWirelessGatewayTask_id :: Lens' GetWirelessGatewayTask Text Source #
The ID of the resource to get.
getWirelessGatewayTaskResponse_status :: Lens' GetWirelessGatewayTaskResponse (Maybe WirelessGatewayTaskStatus) Source #
The status of the request.
getWirelessGatewayTaskResponse_wirelessGatewayTaskDefinitionId :: Lens' GetWirelessGatewayTaskResponse (Maybe Text) Source #
The ID of the WirelessGatewayTask.
getWirelessGatewayTaskResponse_taskCreatedAt :: Lens' GetWirelessGatewayTaskResponse (Maybe Text) Source #
The date and time when the task was created.
getWirelessGatewayTaskResponse_lastUplinkReceivedAt :: Lens' GetWirelessGatewayTaskResponse (Maybe Text) Source #
The date and time when the most recent uplink was received.
getWirelessGatewayTaskResponse_wirelessGatewayId :: Lens' GetWirelessGatewayTaskResponse (Maybe Text) Source #
The ID of the wireless gateway.
getWirelessGatewayTaskResponse_httpStatus :: Lens' GetWirelessGatewayTaskResponse Int Source #
The response's http status code.
GetWirelessGatewayFirmwareInformation
getWirelessGatewayFirmwareInformation_id :: Lens' GetWirelessGatewayFirmwareInformation Text Source #
The ID of the resource to get.
getWirelessGatewayFirmwareInformationResponse_loRaWAN :: Lens' GetWirelessGatewayFirmwareInformationResponse (Maybe LoRaWANGatewayCurrentVersion) Source #
Information about the wireless gateway's firmware.
getWirelessGatewayFirmwareInformationResponse_httpStatus :: Lens' GetWirelessGatewayFirmwareInformationResponse Int Source #
The response's http status code.
ListPartnerAccounts
listPartnerAccounts_nextToken :: Lens' ListPartnerAccounts (Maybe Text) Source #
To retrieve the next set of results, the nextToken
value from a
previous response; otherwise null to receive the first set of
results.
listPartnerAccounts_maxResults :: Lens' ListPartnerAccounts (Maybe Natural) Source #
The maximum number of results to return in this operation.
listPartnerAccountsResponse_sidewalk :: Lens' ListPartnerAccountsResponse (Maybe [SidewalkAccountInfoWithFingerprint]) Source #
The Sidewalk account credentials.
listPartnerAccountsResponse_nextToken :: Lens' ListPartnerAccountsResponse (Maybe Text) Source #
The token to use to get the next set of results, or null if there are no additional results.
listPartnerAccountsResponse_httpStatus :: Lens' ListPartnerAccountsResponse Int Source #
The response's http status code.
TestWirelessDevice
testWirelessDevice_id :: Lens' TestWirelessDevice Text Source #
The ID of the wireless device to test.
testWirelessDeviceResponse_result :: Lens' TestWirelessDeviceResponse (Maybe Text) Source #
The result returned by the test.
testWirelessDeviceResponse_httpStatus :: Lens' TestWirelessDeviceResponse Int Source #
The response's http status code.
GetWirelessDevice
getWirelessDevice_identifier :: Lens' GetWirelessDevice Text Source #
The identifier of the wireless device to get.
getWirelessDevice_identifierType :: Lens' GetWirelessDevice WirelessDeviceIdType Source #
The type of identifier used in identifier
.
getWirelessDeviceResponse_sidewalk :: Lens' GetWirelessDeviceResponse (Maybe SidewalkDevice) Source #
Sidewalk device object.
getWirelessDeviceResponse_arn :: Lens' GetWirelessDeviceResponse (Maybe Text) Source #
The Amazon Resource Name of the resource.
getWirelessDeviceResponse_loRaWAN :: Lens' GetWirelessDeviceResponse (Maybe LoRaWANDevice) Source #
Information about the wireless device.
getWirelessDeviceResponse_thingArn :: Lens' GetWirelessDeviceResponse (Maybe Text) Source #
The ARN of the thing associated with the wireless device.
getWirelessDeviceResponse_name :: Lens' GetWirelessDeviceResponse (Maybe Text) Source #
The name of the resource.
getWirelessDeviceResponse_id :: Lens' GetWirelessDeviceResponse (Maybe Text) Source #
The ID of the wireless device.
getWirelessDeviceResponse_type :: Lens' GetWirelessDeviceResponse (Maybe WirelessDeviceType) Source #
The wireless device type.
getWirelessDeviceResponse_destinationName :: Lens' GetWirelessDeviceResponse (Maybe Text) Source #
The name of the destination to which the device is assigned.
getWirelessDeviceResponse_thingName :: Lens' GetWirelessDeviceResponse (Maybe Text) Source #
The name of the thing associated with the wireless device. The value is empty if a thing isn't associated with the device.
getWirelessDeviceResponse_description :: Lens' GetWirelessDeviceResponse (Maybe Text) Source #
The description of the resource.
getWirelessDeviceResponse_httpStatus :: Lens' GetWirelessDeviceResponse Int Source #
The response's http status code.
GetWirelessGateway
getWirelessGateway_identifier :: Lens' GetWirelessGateway Text Source #
The identifier of the wireless gateway to get.
getWirelessGateway_identifierType :: Lens' GetWirelessGateway WirelessGatewayIdType Source #
The type of identifier used in identifier
.
getWirelessGatewayResponse_arn :: Lens' GetWirelessGatewayResponse (Maybe Text) Source #
The Amazon Resource Name of the resource.
getWirelessGatewayResponse_loRaWAN :: Lens' GetWirelessGatewayResponse (Maybe LoRaWANGateway) Source #
Information about the wireless gateway.
getWirelessGatewayResponse_thingArn :: Lens' GetWirelessGatewayResponse (Maybe Text) Source #
The ARN of the thing associated with the wireless gateway.
getWirelessGatewayResponse_name :: Lens' GetWirelessGatewayResponse (Maybe Text) Source #
The name of the resource.
getWirelessGatewayResponse_id :: Lens' GetWirelessGatewayResponse (Maybe Text) Source #
The ID of the wireless gateway.
getWirelessGatewayResponse_thingName :: Lens' GetWirelessGatewayResponse (Maybe Text) Source #
The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.
getWirelessGatewayResponse_description :: Lens' GetWirelessGatewayResponse (Maybe Text) Source #
The description of the resource.
getWirelessGatewayResponse_httpStatus :: Lens' GetWirelessGatewayResponse Int Source #
The response's http status code.
GetPartnerAccount
getPartnerAccount_partnerAccountId :: Lens' GetPartnerAccount Text Source #
The partner account ID to disassociate from the AWS account.
getPartnerAccount_partnerType :: Lens' GetPartnerAccount PartnerType Source #
The partner type.
getPartnerAccountResponse_sidewalk :: Lens' GetPartnerAccountResponse (Maybe SidewalkAccountInfoWithFingerprint) Source #
The Sidewalk account credentials.
getPartnerAccountResponse_accountLinked :: Lens' GetPartnerAccountResponse (Maybe Bool) Source #
Whether the partner account is linked to the AWS account.
getPartnerAccountResponse_httpStatus :: Lens' GetPartnerAccountResponse Int Source #
The response's http status code.
CreateWirelessGatewayTask
createWirelessGatewayTask_id :: Lens' CreateWirelessGatewayTask Text Source #
The ID of the resource to update.
createWirelessGatewayTask_wirelessGatewayTaskDefinitionId :: Lens' CreateWirelessGatewayTask Text Source #
The ID of the WirelessGatewayTaskDefinition.
createWirelessGatewayTaskResponse_status :: Lens' CreateWirelessGatewayTaskResponse (Maybe WirelessGatewayTaskStatus) Source #
The status of the request.
createWirelessGatewayTaskResponse_wirelessGatewayTaskDefinitionId :: Lens' CreateWirelessGatewayTaskResponse (Maybe Text) Source #
The ID of the WirelessGatewayTaskDefinition.
createWirelessGatewayTaskResponse_httpStatus :: Lens' CreateWirelessGatewayTaskResponse Int Source #
The response's http status code.
DeleteWirelessGateway
deleteWirelessGateway_id :: Lens' DeleteWirelessGateway Text Source #
The ID of the resource to delete.
deleteWirelessGatewayResponse_httpStatus :: Lens' DeleteWirelessGatewayResponse Int Source #
The response's http status code.
UpdateWirelessGateway
updateWirelessGateway_name :: Lens' UpdateWirelessGateway (Maybe Text) Source #
The new name of the resource.
updateWirelessGateway_joinEuiFilters :: Lens' UpdateWirelessGateway (Maybe [NonEmpty Text]) Source #
Undocumented member.
updateWirelessGateway_description :: Lens' UpdateWirelessGateway (Maybe Text) Source #
A new description of the resource.
updateWirelessGateway_netIdFilters :: Lens' UpdateWirelessGateway (Maybe [Text]) Source #
Undocumented member.
updateWirelessGateway_id :: Lens' UpdateWirelessGateway Text Source #
The ID of the resource to update.
updateWirelessGatewayResponse_httpStatus :: Lens' UpdateWirelessGatewayResponse Int Source #
The response's http status code.
DisassociateWirelessGatewayFromCertificate
disassociateWirelessGatewayFromCertificate_id :: Lens' DisassociateWirelessGatewayFromCertificate Text Source #
The ID of the resource to update.
disassociateWirelessGatewayFromCertificateResponse_httpStatus :: Lens' DisassociateWirelessGatewayFromCertificateResponse Int Source #
The response's http status code.
ListWirelessGatewayTaskDefinitions
listWirelessGatewayTaskDefinitions_taskDefinitionType :: Lens' ListWirelessGatewayTaskDefinitions (Maybe WirelessGatewayTaskDefinitionType) Source #
A filter to list only the wireless gateway task definitions that use this task definition type.
listWirelessGatewayTaskDefinitions_nextToken :: Lens' ListWirelessGatewayTaskDefinitions (Maybe Text) Source #
To retrieve the next set of results, the nextToken
value from a
previous response; otherwise null to receive the first set of
results.
listWirelessGatewayTaskDefinitions_maxResults :: Lens' ListWirelessGatewayTaskDefinitions (Maybe Natural) Source #
The maximum number of results to return in this operation.
listWirelessGatewayTaskDefinitionsResponse_taskDefinitions :: Lens' ListWirelessGatewayTaskDefinitionsResponse (Maybe [UpdateWirelessGatewayTaskEntry]) Source #
The list of task definitions.
listWirelessGatewayTaskDefinitionsResponse_nextToken :: Lens' ListWirelessGatewayTaskDefinitionsResponse (Maybe Text) Source #
The token to use to get the next set of results, or null if there are no additional results.
listWirelessGatewayTaskDefinitionsResponse_httpStatus :: Lens' ListWirelessGatewayTaskDefinitionsResponse Int Source #
The response's http status code.
PutResourceLogLevel
putResourceLogLevel_resourceIdentifier :: Lens' PutResourceLogLevel Text Source #
Undocumented member.
putResourceLogLevel_resourceType :: Lens' PutResourceLogLevel Text Source #
The type of the resource, which can be WirelessDevice
or
WirelessGateway
.
putResourceLogLevel_logLevel :: Lens' PutResourceLogLevel LogLevel Source #
Undocumented member.
putResourceLogLevelResponse_httpStatus :: Lens' PutResourceLogLevelResponse Int Source #
The response's http status code.
CreateWirelessGateway
createWirelessGateway_name :: Lens' CreateWirelessGateway (Maybe Text) Source #
The name of the new resource.
createWirelessGateway_clientRequestToken :: Lens' CreateWirelessGateway (Maybe Text) Source #
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
createWirelessGateway_description :: Lens' CreateWirelessGateway (Maybe Text) Source #
The description of the new resource.
createWirelessGateway_tags :: Lens' CreateWirelessGateway (Maybe [Tag]) Source #
The tags to attach to the new wireless gateway. Tags are metadata that you can use to manage a resource.
createWirelessGateway_loRaWAN :: Lens' CreateWirelessGateway LoRaWANGateway Source #
The gateway configuration information to use to create the wireless gateway.
createWirelessGatewayResponse_arn :: Lens' CreateWirelessGatewayResponse (Maybe Text) Source #
The Amazon Resource Name of the new resource.
createWirelessGatewayResponse_id :: Lens' CreateWirelessGatewayResponse (Maybe Text) Source #
The ID of the new wireless gateway.
createWirelessGatewayResponse_httpStatus :: Lens' CreateWirelessGatewayResponse Int Source #
The response's http status code.
DeleteWirelessGatewayTask
deleteWirelessGatewayTask_id :: Lens' DeleteWirelessGatewayTask Text Source #
The ID of the resource to delete.
deleteWirelessGatewayTaskResponse_httpStatus :: Lens' DeleteWirelessGatewayTaskResponse Int Source #
The response's http status code.
CreateWirelessDevice
createWirelessDevice_loRaWAN :: Lens' CreateWirelessDevice (Maybe LoRaWANDevice) Source #
The device configuration information to use to create the wireless device.
createWirelessDevice_name :: Lens' CreateWirelessDevice (Maybe Text) Source #
The name of the new resource.
createWirelessDevice_clientRequestToken :: Lens' CreateWirelessDevice (Maybe Text) Source #
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
createWirelessDevice_description :: Lens' CreateWirelessDevice (Maybe Text) Source #
The description of the new resource.
createWirelessDevice_tags :: Lens' CreateWirelessDevice (Maybe [Tag]) Source #
The tags to attach to the new wireless device. Tags are metadata that you can use to manage a resource.
createWirelessDevice_type :: Lens' CreateWirelessDevice WirelessDeviceType Source #
The wireless device type.
createWirelessDevice_destinationName :: Lens' CreateWirelessDevice Text Source #
The name of the destination to assign to the new wireless device.
createWirelessDeviceResponse_arn :: Lens' CreateWirelessDeviceResponse (Maybe Text) Source #
The Amazon Resource Name of the new resource.
createWirelessDeviceResponse_id :: Lens' CreateWirelessDeviceResponse (Maybe Text) Source #
The ID of the new wireless device.
createWirelessDeviceResponse_httpStatus :: Lens' CreateWirelessDeviceResponse Int Source #
The response's http status code.
SendDataToWirelessDevice
sendDataToWirelessDevice_wirelessMetadata :: Lens' SendDataToWirelessDevice (Maybe WirelessMetadata) Source #
Metadata about the message request.
sendDataToWirelessDevice_id :: Lens' SendDataToWirelessDevice Text Source #
The ID of the wireless device to receive the data.
sendDataToWirelessDevice_transmitMode :: Lens' SendDataToWirelessDevice Natural Source #
The transmit mode to use to send data to the wireless device. Can be:
0
for UM (unacknowledge mode) or 1
for AM (acknowledge mode).
sendDataToWirelessDevice_payloadData :: Lens' SendDataToWirelessDevice Text Source #
The binary to be sent to the end device, encoded in base64.
sendDataToWirelessDeviceResponse_messageId :: Lens' SendDataToWirelessDeviceResponse (Maybe Text) Source #
The ID of the message sent to the wireless device.
sendDataToWirelessDeviceResponse_httpStatus :: Lens' SendDataToWirelessDeviceResponse Int Source #
The response's http status code.
CreateDeviceProfile
createDeviceProfile_loRaWAN :: Lens' CreateDeviceProfile (Maybe LoRaWANDeviceProfile) Source #
The device profile information to use to create the device profile.
createDeviceProfile_name :: Lens' CreateDeviceProfile (Maybe Text) Source #
The name of the new resource.
createDeviceProfile_clientRequestToken :: Lens' CreateDeviceProfile (Maybe Text) Source #
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
createDeviceProfile_tags :: Lens' CreateDeviceProfile (Maybe [Tag]) Source #
The tags to attach to the new device profile. Tags are metadata that you can use to manage a resource.
createDeviceProfileResponse_arn :: Lens' CreateDeviceProfileResponse (Maybe Text) Source #
The Amazon Resource Name of the new resource.
createDeviceProfileResponse_id :: Lens' CreateDeviceProfileResponse (Maybe Text) Source #
The ID of the new device profile.
createDeviceProfileResponse_httpStatus :: Lens' CreateDeviceProfileResponse Int Source #
The response's http status code.
DisassociateAwsAccountFromPartnerAccount
disassociateAwsAccountFromPartnerAccount_partnerAccountId :: Lens' DisassociateAwsAccountFromPartnerAccount Text Source #
The partner account ID to disassociate from the AWS account.
disassociateAwsAccountFromPartnerAccount_partnerType :: Lens' DisassociateAwsAccountFromPartnerAccount PartnerType Source #
The partner type.
disassociateAwsAccountFromPartnerAccountResponse_httpStatus :: Lens' DisassociateAwsAccountFromPartnerAccountResponse Int Source #
The response's http status code.
UpdateLogLevelsByResourceTypes
updateLogLevelsByResourceTypes_defaultLogLevel :: Lens' UpdateLogLevelsByResourceTypes (Maybe LogLevel) Source #
Undocumented member.
updateLogLevelsByResourceTypes_wirelessGatewayLogOptions :: Lens' UpdateLogLevelsByResourceTypes (Maybe [WirelessGatewayLogOption]) Source #
Undocumented member.
updateLogLevelsByResourceTypes_wirelessDeviceLogOptions :: Lens' UpdateLogLevelsByResourceTypes (Maybe [WirelessDeviceLogOption]) Source #
Undocumented member.
updateLogLevelsByResourceTypesResponse_httpStatus :: Lens' UpdateLogLevelsByResourceTypesResponse Int Source #
The response's http status code.
GetDestination
getDestination_name :: Lens' GetDestination Text Source #
The name of the resource to get.
getDestinationResponse_expressionType :: Lens' GetDestinationResponse (Maybe ExpressionType) Source #
The type of value in Expression
.
getDestinationResponse_arn :: Lens' GetDestinationResponse (Maybe Text) Source #
The Amazon Resource Name of the resource.
getDestinationResponse_name :: Lens' GetDestinationResponse (Maybe Text) Source #
The name of the resource.
getDestinationResponse_expression :: Lens' GetDestinationResponse (Maybe Text) Source #
The rule name or topic rule to send messages to.
getDestinationResponse_description :: Lens' GetDestinationResponse (Maybe Text) Source #
The description of the resource.
getDestinationResponse_roleArn :: Lens' GetDestinationResponse (Maybe Text) Source #
The ARN of the IAM Role that authorizes the destination.
getDestinationResponse_httpStatus :: Lens' GetDestinationResponse Int Source #
The response's http status code.
GetLogLevelsByResourceTypes
getLogLevelsByResourceTypesResponse_defaultLogLevel :: Lens' GetLogLevelsByResourceTypesResponse (Maybe LogLevel) Source #
Undocumented member.
getLogLevelsByResourceTypesResponse_wirelessGatewayLogOptions :: Lens' GetLogLevelsByResourceTypesResponse (Maybe [WirelessGatewayLogOption]) Source #
Undocumented member.
getLogLevelsByResourceTypesResponse_wirelessDeviceLogOptions :: Lens' GetLogLevelsByResourceTypesResponse (Maybe [WirelessDeviceLogOption]) Source #
Undocumented member.
getLogLevelsByResourceTypesResponse_httpStatus :: Lens' GetLogLevelsByResourceTypesResponse Int Source #
The response's http status code.
ListDestinations
listDestinations_nextToken :: Lens' ListDestinations (Maybe Text) Source #
To retrieve the next set of results, the nextToken
value from a
previous response; otherwise null to receive the first set of
results.
listDestinations_maxResults :: Lens' ListDestinations (Maybe Natural) Source #
The maximum number of results to return in this operation.
listDestinationsResponse_nextToken :: Lens' ListDestinationsResponse (Maybe Text) Source #
The token to use to get the next set of results, or null if there are no additional results.
listDestinationsResponse_destinationList :: Lens' ListDestinationsResponse (Maybe [Destinations]) Source #
The list of destinations.
listDestinationsResponse_httpStatus :: Lens' ListDestinationsResponse Int Source #
The response's http status code.
GetDeviceProfile
getDeviceProfile_id :: Lens' GetDeviceProfile Text Source #
The ID of the resource to get.
getDeviceProfileResponse_arn :: Lens' GetDeviceProfileResponse (Maybe Text) Source #
The Amazon Resource Name of the resource.
getDeviceProfileResponse_loRaWAN :: Lens' GetDeviceProfileResponse (Maybe LoRaWANDeviceProfile) Source #
Information about the device profile.
getDeviceProfileResponse_name :: Lens' GetDeviceProfileResponse (Maybe Text) Source #
The name of the resource.
getDeviceProfileResponse_id :: Lens' GetDeviceProfileResponse (Maybe Text) Source #
The ID of the device profile.
getDeviceProfileResponse_httpStatus :: Lens' GetDeviceProfileResponse Int Source #
The response's http status code.
DisassociateWirelessDeviceFromThing
disassociateWirelessDeviceFromThing_id :: Lens' DisassociateWirelessDeviceFromThing Text Source #
The ID of the resource to update.
disassociateWirelessDeviceFromThingResponse_httpStatus :: Lens' DisassociateWirelessDeviceFromThingResponse Int Source #
The response's http status code.
DisassociateWirelessGatewayFromThing
disassociateWirelessGatewayFromThing_id :: Lens' DisassociateWirelessGatewayFromThing Text Source #
The ID of the resource to update.
disassociateWirelessGatewayFromThingResponse_httpStatus :: Lens' DisassociateWirelessGatewayFromThingResponse Int Source #
The response's http status code.
TagResource
tagResource_resourceArn :: Lens' TagResource Text Source #
The ARN of the resource to add tags to.
tagResource_tags :: Lens' TagResource [Tag] Source #
Adds to or modifies the tags of the given resource. Tags are metadata that you can use to manage a resource.
tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int Source #
The response's http status code.
CreateDestination
createDestination_clientRequestToken :: Lens' CreateDestination (Maybe Text) Source #
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
createDestination_description :: Lens' CreateDestination (Maybe Text) Source #
The description of the new resource.
createDestination_tags :: Lens' CreateDestination (Maybe [Tag]) Source #
The tags to attach to the new destination. Tags are metadata that you can use to manage a resource.
createDestination_name :: Lens' CreateDestination Text Source #
The name of the new resource.
createDestination_expressionType :: Lens' CreateDestination ExpressionType Source #
The type of value in Expression
.
createDestination_expression :: Lens' CreateDestination Text Source #
The rule name or topic rule to send messages to.
createDestination_roleArn :: Lens' CreateDestination Text Source #
The ARN of the IAM Role that authorizes the destination.
createDestinationResponse_arn :: Lens' CreateDestinationResponse (Maybe Text) Source #
The Amazon Resource Name of the new resource.
createDestinationResponse_name :: Lens' CreateDestinationResponse (Maybe Text) Source #
The name of the new resource.
createDestinationResponse_httpStatus :: Lens' CreateDestinationResponse Int Source #
The response's http status code.
AssociateWirelessGatewayWithCertificate
associateWirelessGatewayWithCertificate_id :: Lens' AssociateWirelessGatewayWithCertificate Text Source #
The ID of the resource to update.
associateWirelessGatewayWithCertificate_iotCertificateId :: Lens' AssociateWirelessGatewayWithCertificate Text Source #
The ID of the certificate to associate with the wireless gateway.
associateWirelessGatewayWithCertificateResponse_iotCertificateId :: Lens' AssociateWirelessGatewayWithCertificateResponse (Maybe Text) Source #
The ID of the certificate associated with the wireless gateway.
associateWirelessGatewayWithCertificateResponse_httpStatus :: Lens' AssociateWirelessGatewayWithCertificateResponse Int Source #
The response's http status code.
UntagResource
untagResource_resourceArn :: Lens' UntagResource Text Source #
The ARN of the resource to remove tags from.
untagResource_tagKeys :: Lens' UntagResource [Text] Source #
A list of the keys of the tags to remove from the resource.
untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int Source #
The response's http status code.
UpdatePartnerAccount
updatePartnerAccount_sidewalk :: Lens' UpdatePartnerAccount SidewalkUpdateAccount Source #
The Sidewalk account credentials.
updatePartnerAccount_partnerAccountId :: Lens' UpdatePartnerAccount Text Source #
The ID of the partner account to update.
updatePartnerAccount_partnerType :: Lens' UpdatePartnerAccount PartnerType Source #
The partner type.
updatePartnerAccountResponse_httpStatus :: Lens' UpdatePartnerAccountResponse Int Source #
The response's http status code.
GetWirelessGatewayTaskDefinition
getWirelessGatewayTaskDefinition_id :: Lens' GetWirelessGatewayTaskDefinition Text Source #
The ID of the resource to get.
getWirelessGatewayTaskDefinitionResponse_arn :: Lens' GetWirelessGatewayTaskDefinitionResponse (Maybe Text) Source #
The Amazon Resource Name of the resource.
getWirelessGatewayTaskDefinitionResponse_name :: Lens' GetWirelessGatewayTaskDefinitionResponse (Maybe Text) Source #
The name of the resource.
getWirelessGatewayTaskDefinitionResponse_autoCreateTasks :: Lens' GetWirelessGatewayTaskDefinitionResponse (Maybe Bool) Source #
Whether to automatically create tasks using this task definition for all
gateways with the specified current version. If false
, the task must
me created by calling CreateWirelessGatewayTask
.
getWirelessGatewayTaskDefinitionResponse_update :: Lens' GetWirelessGatewayTaskDefinitionResponse (Maybe UpdateWirelessGatewayTaskCreate) Source #
Information about the gateways to update.
getWirelessGatewayTaskDefinitionResponse_httpStatus :: Lens' GetWirelessGatewayTaskDefinitionResponse Int Source #
The response's http status code.
GetResourceLogLevel
getResourceLogLevel_resourceIdentifier :: Lens' GetResourceLogLevel Text Source #
Undocumented member.
getResourceLogLevel_resourceType :: Lens' GetResourceLogLevel Text Source #
The type of the resource, which can be WirelessDevice
or
WirelessGateway
.
getResourceLogLevelResponse_logLevel :: Lens' GetResourceLogLevelResponse (Maybe LogLevel) Source #
Undocumented member.
getResourceLogLevelResponse_httpStatus :: Lens' GetResourceLogLevelResponse Int Source #
The response's http status code.
DeleteWirelessDevice
deleteWirelessDevice_id :: Lens' DeleteWirelessDevice Text Source #
The ID of the resource to delete.
deleteWirelessDeviceResponse_httpStatus :: Lens' DeleteWirelessDeviceResponse Int Source #
The response's http status code.
UpdateWirelessDevice
updateWirelessDevice_loRaWAN :: Lens' UpdateWirelessDevice (Maybe LoRaWANUpdateDevice) Source #
The updated wireless device's configuration.
updateWirelessDevice_name :: Lens' UpdateWirelessDevice (Maybe Text) Source #
The new name of the resource.
updateWirelessDevice_destinationName :: Lens' UpdateWirelessDevice (Maybe Text) Source #
The name of the new destination for the device.
updateWirelessDevice_description :: Lens' UpdateWirelessDevice (Maybe Text) Source #
A new description of the resource.
updateWirelessDevice_id :: Lens' UpdateWirelessDevice Text Source #
The ID of the resource to update.
updateWirelessDeviceResponse_httpStatus :: Lens' UpdateWirelessDeviceResponse Int Source #
The response's http status code.
ListWirelessGateways
listWirelessGateways_nextToken :: Lens' ListWirelessGateways (Maybe Text) Source #
To retrieve the next set of results, the nextToken
value from a
previous response; otherwise null to receive the first set of
results.
listWirelessGateways_maxResults :: Lens' ListWirelessGateways (Maybe Natural) Source #
The maximum number of results to return in this operation.
listWirelessGatewaysResponse_wirelessGatewayList :: Lens' ListWirelessGatewaysResponse (Maybe [WirelessGatewayStatistics]) Source #
The ID of the wireless gateway.
listWirelessGatewaysResponse_nextToken :: Lens' ListWirelessGatewaysResponse (Maybe Text) Source #
The token to use to get the next set of results, or null if there are no additional results.
listWirelessGatewaysResponse_httpStatus :: Lens' ListWirelessGatewaysResponse Int Source #
The response's http status code.
DeleteWirelessGatewayTaskDefinition
deleteWirelessGatewayTaskDefinition_id :: Lens' DeleteWirelessGatewayTaskDefinition Text Source #
The ID of the resource to delete.
deleteWirelessGatewayTaskDefinitionResponse_httpStatus :: Lens' DeleteWirelessGatewayTaskDefinitionResponse Int Source #
The response's http status code.
ListWirelessDevices
listWirelessDevices_serviceProfileId :: Lens' ListWirelessDevices (Maybe Text) Source #
A filter to list only the wireless devices that use this service profile.
listWirelessDevices_deviceProfileId :: Lens' ListWirelessDevices (Maybe Text) Source #
A filter to list only the wireless devices that use this device profile.
listWirelessDevices_nextToken :: Lens' ListWirelessDevices (Maybe Text) Source #
To retrieve the next set of results, the nextToken
value from a
previous response; otherwise null to receive the first set of
results.
listWirelessDevices_wirelessDeviceType :: Lens' ListWirelessDevices (Maybe WirelessDeviceType) Source #
A filter to list only the wireless devices that use this wireless device type.
listWirelessDevices_destinationName :: Lens' ListWirelessDevices (Maybe Text) Source #
A filter to list only the wireless devices that use this destination.
listWirelessDevices_maxResults :: Lens' ListWirelessDevices (Maybe Natural) Source #
The maximum number of results to return in this operation.
listWirelessDevicesResponse_wirelessDeviceList :: Lens' ListWirelessDevicesResponse (Maybe [WirelessDeviceStatistics]) Source #
The ID of the wireless device.
listWirelessDevicesResponse_nextToken :: Lens' ListWirelessDevicesResponse (Maybe Text) Source #
The token to use to get the next set of results, or null if there are no additional results.
listWirelessDevicesResponse_httpStatus :: Lens' ListWirelessDevicesResponse Int Source #
The response's http status code.
Types
AbpV1_0_x
abpV1_0_x_sessionKeys :: Lens' AbpV1_0_x (Maybe SessionKeysAbpV1_0_x) Source #
Session keys for ABP v1.0.x
AbpV1_1
abpV1_1_sessionKeys :: Lens' AbpV1_1 (Maybe SessionKeysAbpV1_1) Source #
Session keys for ABP v1.1
CertificateList
certificateList_signingAlg :: Lens' CertificateList SigningAlg Source #
The certificate chain algorithm provided by sidewalk.
certificateList_value :: Lens' CertificateList Text Source #
The value of the chosen sidewalk certificate.
Destinations
destinations_expressionType :: Lens' Destinations (Maybe ExpressionType) Source #
The type of value in Expression
.
destinations_arn :: Lens' Destinations (Maybe Text) Source #
The Amazon Resource Name of the resource.
destinations_name :: Lens' Destinations (Maybe Text) Source #
The name of the resource.
destinations_expression :: Lens' Destinations (Maybe Text) Source #
The rule name or topic rule to send messages to.
destinations_description :: Lens' Destinations (Maybe Text) Source #
The description of the resource.
destinations_roleArn :: Lens' Destinations (Maybe Text) Source #
The ARN of the IAM Role that authorizes the destination.
DeviceProfile
deviceProfile_arn :: Lens' DeviceProfile (Maybe Text) Source #
The Amazon Resource Name of the resource.
deviceProfile_name :: Lens' DeviceProfile (Maybe Text) Source #
The name of the resource.
deviceProfile_id :: Lens' DeviceProfile (Maybe Text) Source #
The ID of the device profile.
LoRaWANDevice
loRaWANDevice_abpV1_0_x :: Lens' LoRaWANDevice (Maybe AbpV1_0_x) Source #
LoRaWAN object for create APIs
loRaWANDevice_otaaV1_1 :: Lens' LoRaWANDevice (Maybe OtaaV1_1) Source #
OTAA device object for v1.1 for create APIs
loRaWANDevice_serviceProfileId :: Lens' LoRaWANDevice (Maybe Text) Source #
The ID of the service profile.
loRaWANDevice_deviceProfileId :: Lens' LoRaWANDevice (Maybe Text) Source #
The ID of the device profile for the new wireless device.
loRaWANDevice_otaaV1_0_x :: Lens' LoRaWANDevice (Maybe OtaaV1_0_x) Source #
OTAA device object for create APIs for v1.0.x
loRaWANDevice_abpV1_1 :: Lens' LoRaWANDevice (Maybe AbpV1_1) Source #
ABP device object for create APIs for v1.1
loRaWANDevice_devEui :: Lens' LoRaWANDevice (Maybe Text) Source #
The DevEUI value.
LoRaWANDeviceMetadata
loRaWANDeviceMetadata_frequency :: Lens' LoRaWANDeviceMetadata (Maybe Int) Source #
The device's channel frequency in Hz.
loRaWANDeviceMetadata_fPort :: Lens' LoRaWANDeviceMetadata (Maybe Int) Source #
The FPort value.
loRaWANDeviceMetadata_dataRate :: Lens' LoRaWANDeviceMetadata (Maybe Int) Source #
The DataRate value.
loRaWANDeviceMetadata_gateways :: Lens' LoRaWANDeviceMetadata (Maybe [LoRaWANGatewayMetadata]) Source #
Information about the gateways accessed by the device.
loRaWANDeviceMetadata_timestamp :: Lens' LoRaWANDeviceMetadata (Maybe Text) Source #
The date and time of the metadata.
loRaWANDeviceMetadata_devEui :: Lens' LoRaWANDeviceMetadata (Maybe Text) Source #
The DevEUI value.
LoRaWANDeviceProfile
loRaWANDeviceProfile_rfRegion :: Lens' LoRaWANDeviceProfile (Maybe Text) Source #
The frequency band (RFRegion) value.
loRaWANDeviceProfile_pingSlotFreq :: Lens' LoRaWANDeviceProfile (Maybe Natural) Source #
The PingSlotFreq value.
loRaWANDeviceProfile_classBTimeout :: Lens' LoRaWANDeviceProfile (Maybe Natural) Source #
The ClassBTimeout value.
loRaWANDeviceProfile_maxEirp :: Lens' LoRaWANDeviceProfile (Maybe Natural) Source #
The MaxEIRP value.
loRaWANDeviceProfile_rxDataRate2 :: Lens' LoRaWANDeviceProfile (Maybe Natural) Source #
The RXDataRate2 value.
loRaWANDeviceProfile_macVersion :: Lens' LoRaWANDeviceProfile (Maybe Text) Source #
The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.
loRaWANDeviceProfile_factoryPresetFreqsList :: Lens' LoRaWANDeviceProfile (Maybe [Natural]) Source #
The list of values that make up the FactoryPresetFreqs value.
loRaWANDeviceProfile_rxFreq2 :: Lens' LoRaWANDeviceProfile (Maybe Natural) Source #
The RXFreq2 value.
loRaWANDeviceProfile_classCTimeout :: Lens' LoRaWANDeviceProfile (Maybe Natural) Source #
The ClassCTimeout value.
loRaWANDeviceProfile_regParamsRevision :: Lens' LoRaWANDeviceProfile (Maybe Text) Source #
The version of regional parameters.
loRaWANDeviceProfile_pingSlotDr :: Lens' LoRaWANDeviceProfile (Maybe Natural) Source #
The PingSlotDR value.
loRaWANDeviceProfile_supports32BitFCnt :: Lens' LoRaWANDeviceProfile (Maybe Bool) Source #
The Supports32BitFCnt value.
loRaWANDeviceProfile_maxDutyCycle :: Lens' LoRaWANDeviceProfile (Maybe Natural) Source #
The MaxDutyCycle value.
loRaWANDeviceProfile_rxDrOffset1 :: Lens' LoRaWANDeviceProfile (Maybe Natural) Source #
The RXDROffset1 value.
loRaWANDeviceProfile_supportsClassB :: Lens' LoRaWANDeviceProfile (Maybe Bool) Source #
The SupportsClassB value.
loRaWANDeviceProfile_supportsJoin :: Lens' LoRaWANDeviceProfile (Maybe Bool) Source #
The SupportsJoin value.
loRaWANDeviceProfile_rxDelay1 :: Lens' LoRaWANDeviceProfile (Maybe Natural) Source #
The RXDelay1 value.
loRaWANDeviceProfile_supportsClassC :: Lens' LoRaWANDeviceProfile (Maybe Bool) Source #
The SupportsClassC value.
loRaWANDeviceProfile_pingSlotPeriod :: Lens' LoRaWANDeviceProfile (Maybe Natural) Source #
The PingSlotPeriod value.
LoRaWANGateway
loRaWANGateway_rfRegion :: Lens' LoRaWANGateway (Maybe Text) Source #
The frequency band (RFRegion) value.
loRaWANGateway_subBands :: Lens' LoRaWANGateway (Maybe [Natural]) Source #
Undocumented member.
loRaWANGateway_gatewayEui :: Lens' LoRaWANGateway (Maybe Text) Source #
The gateway's EUI value.
loRaWANGateway_joinEuiFilters :: Lens' LoRaWANGateway (Maybe [NonEmpty Text]) Source #
Undocumented member.
loRaWANGateway_netIdFilters :: Lens' LoRaWANGateway (Maybe [Text]) Source #
Undocumented member.
LoRaWANGatewayCurrentVersion
loRaWANGatewayCurrentVersion_currentVersion :: Lens' LoRaWANGatewayCurrentVersion (Maybe LoRaWANGatewayVersion) Source #
The version of the gateways that should receive the update.
LoRaWANGatewayMetadata
loRaWANGatewayMetadata_gatewayEui :: Lens' LoRaWANGatewayMetadata (Maybe Text) Source #
The gateway's EUI value.
loRaWANGatewayMetadata_snr :: Lens' LoRaWANGatewayMetadata (Maybe Double) Source #
The SNR value.
loRaWANGatewayMetadata_rssi :: Lens' LoRaWANGatewayMetadata (Maybe Double) Source #
The RSSI value.
LoRaWANGatewayVersion
loRaWANGatewayVersion_packageVersion :: Lens' LoRaWANGatewayVersion (Maybe Text) Source #
The version of the wireless gateway firmware.
loRaWANGatewayVersion_model :: Lens' LoRaWANGatewayVersion (Maybe Text) Source #
The model number of the wireless gateway.
loRaWANGatewayVersion_station :: Lens' LoRaWANGatewayVersion (Maybe Text) Source #
The basic station version of the wireless gateway.
LoRaWANGetServiceProfileInfo
loRaWANGetServiceProfileInfo_addGwMetadata :: Lens' LoRaWANGetServiceProfileInfo (Maybe Bool) Source #
The AddGWMetaData value.
loRaWANGetServiceProfileInfo_prAllowed :: Lens' LoRaWANGetServiceProfileInfo (Maybe Bool) Source #
The PRAllowed value that describes whether passive roaming is allowed.
loRaWANGetServiceProfileInfo_drMax :: Lens' LoRaWANGetServiceProfileInfo (Maybe Natural) Source #
The DRMax value.
loRaWANGetServiceProfileInfo_dlRate :: Lens' LoRaWANGetServiceProfileInfo (Maybe Natural) Source #
The DLRate value.
loRaWANGetServiceProfileInfo_devStatusReqFreq :: Lens' LoRaWANGetServiceProfileInfo (Maybe Natural) Source #
The DevStatusReqFreq value.
loRaWANGetServiceProfileInfo_reportDevStatusBattery :: Lens' LoRaWANGetServiceProfileInfo (Maybe Bool) Source #
The ReportDevStatusBattery value.
loRaWANGetServiceProfileInfo_dlBucketSize :: Lens' LoRaWANGetServiceProfileInfo (Maybe Natural) Source #
The DLBucketSize value.
loRaWANGetServiceProfileInfo_ulRatePolicy :: Lens' LoRaWANGetServiceProfileInfo (Maybe Text) Source #
The ULRatePolicy value.
loRaWANGetServiceProfileInfo_targetPer :: Lens' LoRaWANGetServiceProfileInfo (Maybe Natural) Source #
The TargetPER value.
loRaWANGetServiceProfileInfo_drMin :: Lens' LoRaWANGetServiceProfileInfo (Maybe Natural) Source #
The DRMin value.
loRaWANGetServiceProfileInfo_nwkGeoLoc :: Lens' LoRaWANGetServiceProfileInfo (Maybe Bool) Source #
The NwkGeoLoc value.
loRaWANGetServiceProfileInfo_channelMask :: Lens' LoRaWANGetServiceProfileInfo (Maybe Text) Source #
The ChannelMask value.
loRaWANGetServiceProfileInfo_dlRatePolicy :: Lens' LoRaWANGetServiceProfileInfo (Maybe Text) Source #
The DLRatePolicy value.
loRaWANGetServiceProfileInfo_hrAllowed :: Lens' LoRaWANGetServiceProfileInfo (Maybe Bool) Source #
The HRAllowed value that describes whether handover roaming is allowed.
loRaWANGetServiceProfileInfo_ulBucketSize :: Lens' LoRaWANGetServiceProfileInfo (Maybe Natural) Source #
The ULBucketSize value.
loRaWANGetServiceProfileInfo_ulRate :: Lens' LoRaWANGetServiceProfileInfo (Maybe Natural) Source #
The ULRate value.
loRaWANGetServiceProfileInfo_reportDevStatusMargin :: Lens' LoRaWANGetServiceProfileInfo (Maybe Bool) Source #
The ReportDevStatusMargin value.
loRaWANGetServiceProfileInfo_raAllowed :: Lens' LoRaWANGetServiceProfileInfo (Maybe Bool) Source #
The RAAllowed value that describes whether roaming activation is allowed.
loRaWANGetServiceProfileInfo_minGwDiversity :: Lens' LoRaWANGetServiceProfileInfo (Maybe Natural) Source #
The MinGwDiversity value.
LoRaWANListDevice
loRaWANListDevice_devEui :: Lens' LoRaWANListDevice (Maybe Text) Source #
The DevEUI value.
LoRaWANSendDataToDevice
loRaWANSendDataToDevice_fPort :: Lens' LoRaWANSendDataToDevice (Maybe Natural) Source #
The Fport value.
LoRaWANServiceProfile
loRaWANServiceProfile_addGwMetadata :: Lens' LoRaWANServiceProfile (Maybe Bool) Source #
The AddGWMetaData value.
LoRaWANUpdateDevice
loRaWANUpdateDevice_serviceProfileId :: Lens' LoRaWANUpdateDevice (Maybe Text) Source #
The ID of the service profile.
loRaWANUpdateDevice_deviceProfileId :: Lens' LoRaWANUpdateDevice (Maybe Text) Source #
The ID of the device profile for the wireless device.
LoRaWANUpdateGatewayTaskCreate
loRaWANUpdateGatewayTaskCreate_updateSignature :: Lens' LoRaWANUpdateGatewayTaskCreate (Maybe Text) Source #
The signature used to verify the update firmware.
loRaWANUpdateGatewayTaskCreate_sigKeyCrc :: Lens' LoRaWANUpdateGatewayTaskCreate (Maybe Natural) Source #
The CRC of the signature private key to check.
loRaWANUpdateGatewayTaskCreate_currentVersion :: Lens' LoRaWANUpdateGatewayTaskCreate (Maybe LoRaWANGatewayVersion) Source #
The version of the gateways that should receive the update.
loRaWANUpdateGatewayTaskCreate_updateVersion :: Lens' LoRaWANUpdateGatewayTaskCreate (Maybe LoRaWANGatewayVersion) Source #
The firmware version to update the gateway to.
LoRaWANUpdateGatewayTaskEntry
loRaWANUpdateGatewayTaskEntry_currentVersion :: Lens' LoRaWANUpdateGatewayTaskEntry (Maybe LoRaWANGatewayVersion) Source #
The version of the gateways that should receive the update.
loRaWANUpdateGatewayTaskEntry_updateVersion :: Lens' LoRaWANUpdateGatewayTaskEntry (Maybe LoRaWANGatewayVersion) Source #
The firmware version to update the gateway to.
OtaaV1_0_x
otaaV1_0_x_appEui :: Lens' OtaaV1_0_x (Maybe Text) Source #
The AppEUI value.
otaaV1_0_x_appKey :: Lens' OtaaV1_0_x (Maybe Text) Source #
The AppKey value.
OtaaV1_1
ServiceProfile
serviceProfile_arn :: Lens' ServiceProfile (Maybe Text) Source #
The Amazon Resource Name of the resource.
serviceProfile_name :: Lens' ServiceProfile (Maybe Text) Source #
The name of the resource.
serviceProfile_id :: Lens' ServiceProfile (Maybe Text) Source #
The ID of the service profile.
SessionKeysAbpV1_0_x
sessionKeysAbpV1_0_x_nwkSKey :: Lens' SessionKeysAbpV1_0_x (Maybe Text) Source #
The NwkSKey value.
sessionKeysAbpV1_0_x_appSKey :: Lens' SessionKeysAbpV1_0_x (Maybe Text) Source #
The AppSKey value.
SessionKeysAbpV1_1
sessionKeysAbpV1_1_fNwkSIntKey :: Lens' SessionKeysAbpV1_1 (Maybe Text) Source #
The FNwkSIntKey value.
sessionKeysAbpV1_1_sNwkSIntKey :: Lens' SessionKeysAbpV1_1 (Maybe Text) Source #
The SNwkSIntKey value.
sessionKeysAbpV1_1_nwkSEncKey :: Lens' SessionKeysAbpV1_1 (Maybe Text) Source #
The NwkSEncKey value.
sessionKeysAbpV1_1_appSKey :: Lens' SessionKeysAbpV1_1 (Maybe Text) Source #
The AppSKey value.
SidewalkAccountInfo
sidewalkAccountInfo_amazonId :: Lens' SidewalkAccountInfo (Maybe Text) Source #
The Sidewalk Amazon ID.
sidewalkAccountInfo_appServerPrivateKey :: Lens' SidewalkAccountInfo (Maybe Text) Source #
The Sidewalk application server private key.
SidewalkAccountInfoWithFingerprint
sidewalkAccountInfoWithFingerprint_arn :: Lens' SidewalkAccountInfoWithFingerprint (Maybe Text) Source #
The Amazon Resource Name of the resource.
sidewalkAccountInfoWithFingerprint_fingerprint :: Lens' SidewalkAccountInfoWithFingerprint (Maybe Text) Source #
The fingerprint of the Sidewalk application server private key.
sidewalkAccountInfoWithFingerprint_amazonId :: Lens' SidewalkAccountInfoWithFingerprint (Maybe Text) Source #
The Sidewalk Amazon ID.
SidewalkDevice
sidewalkDevice_sidewalkManufacturingSn :: Lens' SidewalkDevice (Maybe Text) Source #
The Sidewalk manufacturing series number.
sidewalkDevice_amazonId :: Lens' SidewalkDevice (Maybe Text) Source #
Undocumented member.
sidewalkDevice_deviceCertificates :: Lens' SidewalkDevice (Maybe [CertificateList]) Source #
The sidewalk device certificates for Ed25519 and P256r1.
sidewalkDevice_sidewalkId :: Lens' SidewalkDevice (Maybe Text) Source #
The sidewalk device identification.
SidewalkDeviceMetadata
sidewalkDeviceMetadata_event :: Lens' SidewalkDeviceMetadata (Maybe Event) Source #
Sidewalk device status notification.
sidewalkDeviceMetadata_deviceState :: Lens' SidewalkDeviceMetadata (Maybe DeviceState) Source #
Device state defines the device status of sidewalk device.
sidewalkDeviceMetadata_batteryLevel :: Lens' SidewalkDeviceMetadata (Maybe BatteryLevel) Source #
Sidewalk device battery level.
sidewalkDeviceMetadata_rssi :: Lens' SidewalkDeviceMetadata (Maybe Int) Source #
The RSSI value.
SidewalkListDevice
sidewalkListDevice_sidewalkManufacturingSn :: Lens' SidewalkListDevice (Maybe Text) Source #
The Sidewalk manufacturing series number.
sidewalkListDevice_amazonId :: Lens' SidewalkListDevice (Maybe Text) Source #
The Sidewalk Amazon ID.
sidewalkListDevice_deviceCertificates :: Lens' SidewalkListDevice (Maybe [CertificateList]) Source #
The sidewalk device certificates for Ed25519 and P256r1.
sidewalkListDevice_sidewalkId :: Lens' SidewalkListDevice (Maybe Text) Source #
The sidewalk device identification.
SidewalkSendDataToDevice
sidewalkSendDataToDevice_messageType :: Lens' SidewalkSendDataToDevice (Maybe MessageType) Source #
Undocumented member.
sidewalkSendDataToDevice_seq :: Lens' SidewalkSendDataToDevice (Maybe Natural) Source #
The sequence number.
SidewalkUpdateAccount
sidewalkUpdateAccount_appServerPrivateKey :: Lens' SidewalkUpdateAccount (Maybe Text) Source #
The new Sidewalk application server private key.
Tag
UpdateWirelessGatewayTaskCreate
updateWirelessGatewayTaskCreate_updateDataSource :: Lens' UpdateWirelessGatewayTaskCreate (Maybe Text) Source #
The link to the S3 bucket.
updateWirelessGatewayTaskCreate_updateDataRole :: Lens' UpdateWirelessGatewayTaskCreate (Maybe Text) Source #
The IAM role used to read data from the S3 bucket.
updateWirelessGatewayTaskCreate_loRaWAN :: Lens' UpdateWirelessGatewayTaskCreate (Maybe LoRaWANUpdateGatewayTaskCreate) Source #
The properties that relate to the LoRaWAN wireless gateway.
UpdateWirelessGatewayTaskEntry
updateWirelessGatewayTaskEntry_arn :: Lens' UpdateWirelessGatewayTaskEntry (Maybe Text) Source #
The Amazon Resource Name of the resource.
updateWirelessGatewayTaskEntry_loRaWAN :: Lens' UpdateWirelessGatewayTaskEntry (Maybe LoRaWANUpdateGatewayTaskEntry) Source #
The properties that relate to the LoRaWAN wireless gateway.
updateWirelessGatewayTaskEntry_id :: Lens' UpdateWirelessGatewayTaskEntry (Maybe Text) Source #
The ID of the new wireless gateway task entry.
WirelessDeviceEventLogOption
wirelessDeviceEventLogOption_event :: Lens' WirelessDeviceEventLogOption WirelessDeviceEvent Source #
Undocumented member.
wirelessDeviceEventLogOption_logLevel :: Lens' WirelessDeviceEventLogOption LogLevel Source #
Undocumented member.
WirelessDeviceLogOption
wirelessDeviceLogOption_events :: Lens' WirelessDeviceLogOption (Maybe [WirelessDeviceEventLogOption]) Source #
Undocumented member.
wirelessDeviceLogOption_type :: Lens' WirelessDeviceLogOption WirelessDeviceType Source #
The wireless device type.
wirelessDeviceLogOption_logLevel :: Lens' WirelessDeviceLogOption LogLevel Source #
Undocumented member.
WirelessDeviceStatistics
wirelessDeviceStatistics_sidewalk :: Lens' WirelessDeviceStatistics (Maybe SidewalkListDevice) Source #
The Sidewalk account credentials.
wirelessDeviceStatistics_arn :: Lens' WirelessDeviceStatistics (Maybe Text) Source #
The Amazon Resource Name of the resource.
wirelessDeviceStatistics_loRaWAN :: Lens' WirelessDeviceStatistics (Maybe LoRaWANListDevice) Source #
LoRaWAN device info.
wirelessDeviceStatistics_name :: Lens' WirelessDeviceStatistics (Maybe Text) Source #
The name of the resource.
wirelessDeviceStatistics_id :: Lens' WirelessDeviceStatistics (Maybe Text) Source #
The ID of the wireless device reporting the data.
wirelessDeviceStatistics_lastUplinkReceivedAt :: Lens' WirelessDeviceStatistics (Maybe Text) Source #
The date and time when the most recent uplink was received.
wirelessDeviceStatistics_type :: Lens' WirelessDeviceStatistics (Maybe WirelessDeviceType) Source #
The wireless device type.
wirelessDeviceStatistics_destinationName :: Lens' WirelessDeviceStatistics (Maybe Text) Source #
The name of the destination to which the device is assigned.
WirelessGatewayEventLogOption
wirelessGatewayEventLogOption_event :: Lens' WirelessGatewayEventLogOption WirelessGatewayEvent Source #
Undocumented member.
wirelessGatewayEventLogOption_logLevel :: Lens' WirelessGatewayEventLogOption LogLevel Source #
Undocumented member.
WirelessGatewayLogOption
wirelessGatewayLogOption_events :: Lens' WirelessGatewayLogOption (Maybe [WirelessGatewayEventLogOption]) Source #
Undocumented member.
wirelessGatewayLogOption_type :: Lens' WirelessGatewayLogOption WirelessGatewayType Source #
Undocumented member.
wirelessGatewayLogOption_logLevel :: Lens' WirelessGatewayLogOption LogLevel Source #
Undocumented member.
WirelessGatewayStatistics
wirelessGatewayStatistics_arn :: Lens' WirelessGatewayStatistics (Maybe Text) Source #
The Amazon Resource Name of the resource.
wirelessGatewayStatistics_loRaWAN :: Lens' WirelessGatewayStatistics (Maybe LoRaWANGateway) Source #
LoRaWAN gateway info.
wirelessGatewayStatistics_name :: Lens' WirelessGatewayStatistics (Maybe Text) Source #
The name of the resource.
wirelessGatewayStatistics_id :: Lens' WirelessGatewayStatistics (Maybe Text) Source #
The ID of the wireless gateway reporting the data.
wirelessGatewayStatistics_lastUplinkReceivedAt :: Lens' WirelessGatewayStatistics (Maybe Text) Source #
The date and time when the most recent uplink was received.
wirelessGatewayStatistics_description :: Lens' WirelessGatewayStatistics (Maybe Text) Source #
The description of the resource.
WirelessMetadata
wirelessMetadata_sidewalk :: Lens' WirelessMetadata (Maybe SidewalkSendDataToDevice) Source #
The Sidewalk account credentials.
wirelessMetadata_loRaWAN :: Lens' WirelessMetadata (Maybe LoRaWANSendDataToDevice) Source #
LoRaWAN device info.