Client library for AWS IoT Wireless
npm install --save @datafire/amazonaws_iotwireless
let amazonaws_iotwireless = require('@datafire/amazonaws_iotwireless').create({
accessKeyId: "",
secretAccessKey: "",
region: ""
});
.then(data => {
console.log(data);
});
AWS IoT Wireless API documentation
amazonaws_iotwireless.ListDestinations({}, context)
- input
object
- maxResults
integer
- nextToken
string
- MaxResults
string
- NextToken
string
- maxResults
- output ListDestinationsResponse
amazonaws_iotwireless.CreateDestination({
"Name": "",
"ExpressionType": "",
"Expression": "",
"RoleArn": ""
}, context)
- input
object
- ClientRequestToken
string
: 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. - Description
string
: The description of the new resource. - Expression required
string
: The rule name or topic rule to send messages to. - ExpressionType required
string
(values: RuleName): The type of value inExpression
. - Name required
string
: The name of the new resource. - RoleArn required
string
: The ARN of the IAM Role that authorizes the destination. - Tags
array
: The tags to attach to the new destination. Tags are metadata that can be used to manage a resource.- items Tag
- ClientRequestToken
Output schema unknown
amazonaws_iotwireless.DeleteDestination({
"Name": ""
}, context)
- input
object
- Name required
string
- Name required
Output schema unknown
amazonaws_iotwireless.GetDestination({
"Name": ""
}, context)
- input
object
- Name required
string
- Name required
- output GetDestinationResponse
amazonaws_iotwireless.UpdateDestination({
"Name": ""
}, context)
- input
object
- Name required
string
- Description
string
: A new description of the resource. - Expression
string
: The new rule name or topic rule to send messages to. - ExpressionType
string
(values: RuleName): The type of value inExpression
. - RoleArn
string
: The ARN of the IAM Role that authorizes the destination.
- Name required
Output schema unknown
amazonaws_iotwireless.ListDeviceProfiles({}, context)
- input
object
- nextToken
string
- maxResults
integer
- MaxResults
string
- NextToken
string
- nextToken
- output ListDeviceProfilesResponse
amazonaws_iotwireless.CreateDeviceProfile({}, context)
- input
object
- ClientRequestToken
string
: 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. - LoRaWAN
object
: LoRaWANDeviceProfile object.- ClassBTimeout
- ClassCTimeout
- FactoryPresetFreqsList
- items PresetFreq
- MacVersion
- MaxDutyCycle
- MaxEirp
- PingSlotDr
- PingSlotFreq
- PingSlotPeriod
- RegParamsRevision
- RfRegion
- RxDataRate2
- RxDelay1
- RxDrOffset1
- RxFreq2
- Supports32BitFCnt
- SupportsClassB
- SupportsClassC
- SupportsJoin
- Name
string
: The name of the new resource. - Tags
array
: The tags to attach to the new device profile Tags are metadata that can be used to manage a resource.- items Tag
- ClientRequestToken
Output schema unknown
amazonaws_iotwireless.DeleteDeviceProfile({
"Id": ""
}, context)
- input
object
- Id required
string
- Id required
Output schema unknown
amazonaws_iotwireless.GetDeviceProfile({
"Id": ""
}, context)
- input
object
- Id required
string
- Id required
- output GetDeviceProfileResponse
amazonaws_iotwireless.ListPartnerAccounts({}, context)
- input
object
- nextToken
string
- maxResults
integer
- nextToken
- output ListPartnerAccountsResponse
amazonaws_iotwireless.AssociateAwsAccountWithPartnerAccount({
"Sidewalk": {}
}, context)
- input
object
- ClientRequestToken
string
: 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. - Sidewalk required
object
: Information about a Sidewalk account.- AmazonId
- AppServerPrivateKey
- ClientRequestToken
amazonaws_iotwireless.DisassociateAwsAccountFromPartnerAccount({
"PartnerAccountId": "",
"partnerType": ""
}, context)
- input
object
- PartnerAccountId required
string
- partnerType required
string
- PartnerAccountId required
Output schema unknown
amazonaws_iotwireless.GetPartnerAccount({
"PartnerAccountId": "",
"partnerType": ""
}, context)
- input
object
- PartnerAccountId required
string
- partnerType required
string
- PartnerAccountId required
- output GetPartnerAccountResponse
amazonaws_iotwireless.UpdatePartnerAccount({
"PartnerAccountId": "",
"partnerType": "",
"Sidewalk": {}
}, context)
- input
object
- PartnerAccountId required
string
- partnerType required
string
- Sidewalk required
object
: Sidewalk update.- AppServerPrivateKey
- PartnerAccountId required
Output schema unknown
amazonaws_iotwireless.GetServiceEndpoint({}, context)
- input
object
- serviceType
string
- serviceType
- output GetServiceEndpointResponse
amazonaws_iotwireless.ListServiceProfiles({}, context)
- input
object
- nextToken
string
- maxResults
integer
- MaxResults
string
- NextToken
string
- nextToken
- output ListServiceProfilesResponse
amazonaws_iotwireless.CreateServiceProfile({}, context)
- input
object
- ClientRequestToken
string
: 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. - LoRaWAN
object
: LoRaWANServiceProfile object.- AddGwMetadata
- Name
string
: The name of the new resource. - Tags
array
: The tags to attach to the new service profile. Tags are metadata that can be used to manage a resource.- items Tag
- ClientRequestToken
Output schema unknown
amazonaws_iotwireless.DeleteServiceProfile({
"Id": ""
}, context)
- input
object
- Id required
string
- Id required
Output schema unknown
amazonaws_iotwireless.GetServiceProfile({
"Id": ""
}, context)
- input
object
- Id required
string
- Id required
- output GetServiceProfileResponse
amazonaws_iotwireless.ListTagsForResource({
"resourceArn": ""
}, context)
- input
object
- resourceArn required
string
- resourceArn required
- output ListTagsForResourceResponse
amazonaws_iotwireless.TagResource({
"resourceArn": "",
"Tags": []
}, context)
- input
object
- resourceArn required
string
- Tags required
array
: Adds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.- items Tag
- resourceArn required
Output schema unknown
amazonaws_iotwireless.UntagResource({
"resourceArn": "",
"tagKeys": []
}, context)
- input
object
- resourceArn required
string
- tagKeys required
array
- resourceArn required
Output schema unknown
amazonaws_iotwireless.ListWirelessDevices({}, context)
- input
object
- maxResults
integer
- nextToken
string
- destinationName
string
- deviceProfileId
string
- serviceProfileId
string
- wirelessDeviceType
string
- MaxResults
string
- NextToken
string
- maxResults
- output ListWirelessDevicesResponse
amazonaws_iotwireless.CreateWirelessDevice({
"Type": "",
"DestinationName": ""
}, context)
- input
object
- ClientRequestToken
string
: 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. - Description
string
: The description of the new resource. - DestinationName required
string
: The name of the destination to assign to the new wireless device. - LoRaWAN
object
: LoRa object for create functions.- AbpV1_0_x
- DevAddr
- SessionKeys
- AppSKey
- NwkSKey
- AbpV1_1
- DevAddr
- SessionKeys
- AppSKey
- FNwkSIntKey
- NwkSEncKey
- SNwkSIntKey
- DevEui
- DeviceProfileId
- OtaaV1_0_x
- AppEui
- AppKey
- OtaaV1_1
- AppKey
- JoinEui
- NwkKey
- ServiceProfileId
- AbpV1_0_x
- Name
string
: The name of the new resource. - Type required
string
(values: Sidewalk, LoRaWAN): The wireless device type.
- ClientRequestToken
Output schema unknown
amazonaws_iotwireless.GetWirelessDevice({
"Identifier": "",
"identifierType": ""
}, context)
- input
object
- Identifier required
string
- identifierType required
string
- Identifier required
- output GetWirelessDeviceResponse
amazonaws_iotwireless.DeleteWirelessDevice({
"Id": ""
}, context)
- input
object
- Id required
string
- Id required
Output schema unknown
amazonaws_iotwireless.UpdateWirelessDevice({
"Id": ""
}, context)
- input
object
- Id required
string
- Description
string
: A new description of the resource. - DestinationName
string
: The name of the new destination for the device. - LoRaWAN
object
: LoRa object for update functions.- DeviceProfileId
- ServiceProfileId
- Name
string
: The new name of the resource.
- Id required
Output schema unknown
amazonaws_iotwireless.SendDataToWirelessDevice({
"Id": "",
"TransmitMode": 0,
"PayloadData": ""
}, context)
- input
object
- Id required
string
- PayloadData required
string
: The message payload to send. - TransmitMode required
integer
: The transmit mode to use to send data to the wireless device. Can be:0
for UM (unacknowledge mode),1
for AM (acknowledge mode), or2
for (TM) transparent mode. - WirelessMetadata
object
: WirelessMetadata object.- LoRaWAN
- FPort
- Sidewalk
- Seq
- LoRaWAN
- Id required
Output schema unknown
amazonaws_iotwireless.GetWirelessDeviceStatistics({
"Id": ""
}, context)
- input
object
- Id required
string
- Id required
amazonaws_iotwireless.TestWirelessDevice({
"Id": ""
}, context)
- input
object
- Id required
string
- Id required
- output TestWirelessDeviceResponse
amazonaws_iotwireless.DisassociateWirelessDeviceFromThing({
"Id": ""
}, context)
- input
object
- Id required
string
- Id required
Output schema unknown
amazonaws_iotwireless.AssociateWirelessDeviceWithThing({
"Id": "",
"ThingArn": ""
}, context)
- input
object
- Id required
string
- ThingArn required
string
: The ARN of the thing to associate with the wireless device.
- Id required
Output schema unknown
amazonaws_iotwireless.ListWirelessGatewayTaskDefinitions({}, context)
- input
object
- maxResults
integer
- nextToken
string
- taskDefinitionType
string
- maxResults
amazonaws_iotwireless.CreateWirelessGatewayTaskDefinition({
"AutoCreateTasks": true
}, context)
- input
object
- AutoCreateTasks required
boolean
: Whether to automatically create tasks using this task definition for all gateways with the specified current version. Iffalse
, the task must me created by callingCreateWirelessGatewayTask
. - ClientRequestToken
string
: 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. - Name
string
: The name of the new resource. - Update
object
: UpdateWirelessGatewayTaskCreate object.- LoRaWAN
- CurrentVersion
- Model
- PackageVersion
- Station
- SigKeyCrc
- UpdateSignature
- UpdateVersion
- Model
- PackageVersion
- Station
- CurrentVersion
- UpdateDataRole
- UpdateDataSource
- LoRaWAN
- AutoCreateTasks required
Output schema unknown
amazonaws_iotwireless.DeleteWirelessGatewayTaskDefinition({
"Id": ""
}, context)
- input
object
- Id required
string
- Id required
Output schema unknown
amazonaws_iotwireless.GetWirelessGatewayTaskDefinition({
"Id": ""
}, context)
- input
object
- Id required
string
- Id required
amazonaws_iotwireless.ListWirelessGateways({}, context)
- input
object
- nextToken
string
- maxResults
integer
- MaxResults
string
- NextToken
string
- nextToken
- output ListWirelessGatewaysResponse
amazonaws_iotwireless.CreateWirelessGateway({
"LoRaWAN": {}
}, context)
- input
object
- ClientRequestToken
string
: 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. - Description
string
: The description of the new resource. - LoRaWAN required
object
: LoRaWANGateway object.- GatewayEui
- RfRegion
- Name
string
: The name of the new resource. - Tags
array
: The tags to attach to the new wireless gateway. Tags are metadata that can be used to manage a resource.- items Tag
- ClientRequestToken
Output schema unknown
amazonaws_iotwireless.GetWirelessGateway({
"Identifier": "",
"identifierType": ""
}, context)
- input
object
- Identifier required
string
- identifierType required
string
- Identifier required
- output GetWirelessGatewayResponse
amazonaws_iotwireless.DeleteWirelessGateway({
"Id": ""
}, context)
- input
object
- Id required
string
- Id required
Output schema unknown
amazonaws_iotwireless.UpdateWirelessGateway({
"Id": ""
}, context)
- input
object
- Id required
string
- Description
string
: A new description of the resource. - Name
string
: The new name of the resource.
- Id required
Output schema unknown
amazonaws_iotwireless.DisassociateWirelessGatewayFromCertificate({
"Id": ""
}, context)
- input
object
- Id required
string
- Id required
Output schema unknown
amazonaws_iotwireless.GetWirelessGatewayCertificate({
"Id": ""
}, context)
- input
object
- Id required
string
- Id required
amazonaws_iotwireless.AssociateWirelessGatewayWithCertificate({
"Id": "",
"IotCertificateId": ""
}, context)
- input
object
- Id required
string
- IotCertificateId required
string
: The ID of the certificate to associate with the wireless gateway.
- Id required
amazonaws_iotwireless.GetWirelessGatewayFirmwareInformation({
"Id": ""
}, context)
- input
object
- Id required
string
- Id required
amazonaws_iotwireless.GetWirelessGatewayStatistics({
"Id": ""
}, context)
- input
object
- Id required
string
- Id required
amazonaws_iotwireless.DeleteWirelessGatewayTask({
"Id": ""
}, context)
- input
object
- Id required
string
- Id required
Output schema unknown
amazonaws_iotwireless.GetWirelessGatewayTask({
"Id": ""
}, context)
- input
object
- Id required
string
- Id required
amazonaws_iotwireless.CreateWirelessGatewayTask({
"Id": "",
"WirelessGatewayTaskDefinitionId": ""
}, context)
- input
object
- Id required
string
- WirelessGatewayTaskDefinitionId required
string
: The ID of the WirelessGatewayTaskDefinition.
- Id required
Output schema unknown
amazonaws_iotwireless.DisassociateWirelessGatewayFromThing({
"Id": ""
}, context)
- input
object
- Id required
string
- Id required
Output schema unknown
amazonaws_iotwireless.AssociateWirelessGatewayWithThing({
"Id": "",
"ThingArn": ""
}, context)
- input
object
- Id required
string
- ThingArn required
string
: The ARN of the thing to associate with the wireless gateway.
- Id required
Output schema unknown
- AbpV1_0_x
object
: ABP device object for LoRaWAN specification v1.0.x- DevAddr
- SessionKeys
- AppSKey
- NwkSKey
- AbpV1_1
object
: ABP device object for LoRaWAN specification v1.1- DevAddr
- SessionKeys
- AppSKey
- FNwkSIntKey
- NwkSEncKey
- SNwkSIntKey
- AccountLinked
boolean
- AddGwMetadata
boolean
- AmazonId
string
- AmazonResourceName
string
- AppEui
string
- AppKey
string
- AppSKey
string
- AppServerPrivateKey
string
- AssociateAwsAccountWithPartnerAccountRequest
object
- ClientRequestToken
- Sidewalk required
- AmazonId
- AppServerPrivateKey
- AssociateAwsAccountWithPartnerAccountResponse
object
- Sidewalk
- AmazonId
- AppServerPrivateKey
- Sidewalk
- AssociateWirelessDeviceWithThingRequest
object
- ThingArn required
- AssociateWirelessDeviceWithThingResponse
object
- AssociateWirelessGatewayWithCertificateRequest
object
- IotCertificateId required
- AssociateWirelessGatewayWithCertificateResponse
object
- IotCertificateId
- AssociateWirelessGatewayWithThingRequest
object
- ThingArn required
- AssociateWirelessGatewayWithThingResponse
object
- AutoCreateTasks
boolean
- CertificatePEM
string
- ChannelMask
string
- ClassBTimeout
integer
- ClassCTimeout
integer
- ClientRequestToken
string
- Crc
integer
- CreateDestinationRequest
object
- ClientRequestToken
- Description
- Expression required
- ExpressionType required
- Name required
- RoleArn required
- Tags
- items Tag
- CreateDestinationResponse
object
- Arn
- Name
- CreateDeviceProfileRequest
object
- ClientRequestToken
- LoRaWAN
- ClassBTimeout
- ClassCTimeout
- FactoryPresetFreqsList
- items PresetFreq
- MacVersion
- MaxDutyCycle
- MaxEirp
- PingSlotDr
- PingSlotFreq
- PingSlotPeriod
- RegParamsRevision
- RfRegion
- RxDataRate2
- RxDelay1
- RxDrOffset1
- RxFreq2
- Supports32BitFCnt
- SupportsClassB
- SupportsClassC
- SupportsJoin
- Name
- Tags
- items Tag
- CreateDeviceProfileResponse
object
- Arn
- Id
- CreateServiceProfileRequest
object
- ClientRequestToken
- LoRaWAN
- AddGwMetadata
- Name
- Tags
- items Tag
- CreateServiceProfileResponse
object
- Arn
- Id
- CreateWirelessDeviceRequest
object
- ClientRequestToken
- Description
- DestinationName required
- LoRaWAN
- AbpV1_0_x
- DevAddr
- SessionKeys
- AppSKey
- NwkSKey
- AbpV1_1
- DevAddr
- SessionKeys
- AppSKey
- FNwkSIntKey
- NwkSEncKey
- SNwkSIntKey
- DevEui
- DeviceProfileId
- OtaaV1_0_x
- AppEui
- AppKey
- OtaaV1_1
- AppKey
- JoinEui
- NwkKey
- ServiceProfileId
- AbpV1_0_x
- Name
- Type required
- CreateWirelessDeviceResponse
object
- Arn
- Id
- CreateWirelessGatewayRequest
object
- ClientRequestToken
- Description
- LoRaWAN required
- GatewayEui
- RfRegion
- Name
- Tags
- items Tag
- CreateWirelessGatewayResponse
object
- Arn
- Id
- CreateWirelessGatewayTaskDefinitionRequest
object
- AutoCreateTasks required
- ClientRequestToken
- Name
- Update
- LoRaWAN
- CurrentVersion
- Model
- PackageVersion
- Station
- SigKeyCrc
- UpdateSignature
- UpdateVersion
- Model
- PackageVersion
- Station
- CurrentVersion
- UpdateDataRole
- UpdateDataSource
- LoRaWAN
- CreateWirelessGatewayTaskDefinitionResponse
object
- Id
- CreateWirelessGatewayTaskRequest
object
- WirelessGatewayTaskDefinitionId required
- CreateWirelessGatewayTaskResponse
object
- Status
- WirelessGatewayTaskDefinitionId
- DeleteDestinationRequest
object
- DeleteDestinationResponse
object
- DeleteDeviceProfileRequest
object
- DeleteDeviceProfileResponse
object
- DeleteServiceProfileRequest
object
- DeleteServiceProfileResponse
object
- DeleteWirelessDeviceRequest
object
- DeleteWirelessDeviceResponse
object
- DeleteWirelessGatewayRequest
object
- DeleteWirelessGatewayResponse
object
- DeleteWirelessGatewayTaskDefinitionRequest
object
- DeleteWirelessGatewayTaskDefinitionResponse
object
- DeleteWirelessGatewayTaskRequest
object
- DeleteWirelessGatewayTaskResponse
object
- Description
string
- DestinationArn
string
- DestinationList
array
- items Destinations
- DestinationName
string
- Destinations
object
: Describes a destination.- Arn
- Description
- Expression
- ExpressionType
- Name
- RoleArn
- DevAddr
string
- DevEui
string
- DevStatusReqFreq
integer
- DeviceProfile
object
: Describes a device profile.- Arn
- Id
- Name
- DeviceProfileArn
string
- DeviceProfileId
string
- DeviceProfileList
array
- items DeviceProfile
- DeviceProfileName
string
- DisassociateAwsAccountFromPartnerAccountRequest
object
- DisassociateAwsAccountFromPartnerAccountResponse
object
- DisassociateWirelessDeviceFromThingRequest
object
- DisassociateWirelessDeviceFromThingResponse
object
- DisassociateWirelessGatewayFromCertificateRequest
object
- DisassociateWirelessGatewayFromCertificateResponse
object
- DisassociateWirelessGatewayFromThingRequest
object
- DisassociateWirelessGatewayFromThingResponse
object
- DlBucketSize
integer
- DlRate
integer
- DlRatePolicy
string
- Double
number
- DrMax
integer
- DrMin
integer
- EndPoint
string
- Expression
string
- ExpressionType
string
(values: RuleName)
- FNwkSIntKey
string
- FPort
integer
- FactoryPresetFreqsList
array
- items PresetFreq
- GatewayEui
string
- GetDestinationRequest
object
- GetDestinationResponse
object
- Arn
- Description
- Expression
- ExpressionType
- Name
- RoleArn
- GetDeviceProfileRequest
object
- GetDeviceProfileResponse
object
- Arn
- Id
- LoRaWAN
- ClassBTimeout
- ClassCTimeout
- FactoryPresetFreqsList
- items PresetFreq
- MacVersion
- MaxDutyCycle
- MaxEirp
- PingSlotDr
- PingSlotFreq
- PingSlotPeriod
- RegParamsRevision
- RfRegion
- RxDataRate2
- RxDelay1
- RxDrOffset1
- RxFreq2
- Supports32BitFCnt
- SupportsClassB
- SupportsClassC
- SupportsJoin
- Name
- GetPartnerAccountRequest
object
- GetPartnerAccountResponse
object
- AccountLinked
- Sidewalk
- AmazonId
- AppServerPrivateKey
- GetServiceEndpointRequest
object
- GetServiceEndpointResponse
object
- ServerTrust
- ServiceEndpoint
- ServiceType
- GetServiceProfileRequest
object
- GetServiceProfileResponse
object
- Arn
- Id
- LoRaWAN
- AddGwMetadata
- ChannelMask
- DevStatusReqFreq
- DlBucketSize
- DlRate
- DlRatePolicy
- DrMax
- DrMin
- HrAllowed
- MinGwDiversity
- NwkGeoLoc
- PrAllowed
- RaAllowed
- ReportDevStatusBattery
- ReportDevStatusMargin
- TargetPer
- UlBucketSize
- UlRate
- UlRatePolicy
- Name
- GetWirelessDeviceRequest
object
- GetWirelessDeviceResponse
object
- Arn
- Description
- DestinationName
- Id
- LoRaWAN
- AbpV1_0_x
- DevAddr
- SessionKeys
- AppSKey
- NwkSKey
- AbpV1_1
- DevAddr
- SessionKeys
- AppSKey
- FNwkSIntKey
- NwkSEncKey
- SNwkSIntKey
- DevEui
- DeviceProfileId
- OtaaV1_0_x
- AppEui
- AppKey
- OtaaV1_1
- AppKey
- JoinEui
- NwkKey
- ServiceProfileId
- AbpV1_0_x
- Name
- ThingArn
- ThingName
- Type
- GetWirelessDeviceStatisticsRequest
object
- GetWirelessDeviceStatisticsResponse
object
- LastUplinkReceivedAt
- LoRaWAN
- DataRate
- DevEui
- FPort
- Frequency
- Gateways
- items LoRaWANGatewayMetadata
- Timestamp
- WirelessDeviceId
- GetWirelessGatewayCertificateRequest
object
- GetWirelessGatewayCertificateResponse
object
- IotCertificateId
- GetWirelessGatewayFirmwareInformationRequest
object
- GetWirelessGatewayFirmwareInformationResponse
object
- LoRaWAN
- CurrentVersion
- Model
- PackageVersion
- Station
- CurrentVersion
- LoRaWAN
- GetWirelessGatewayRequest
object
- GetWirelessGatewayResponse
object
- Arn
- Description
- Id
- LoRaWAN
- GatewayEui
- RfRegion
- Name
- ThingArn
- ThingName
- GetWirelessGatewayStatisticsRequest
object
- GetWirelessGatewayStatisticsResponse
object
- LastUplinkReceivedAt
- WirelessGatewayId
- GetWirelessGatewayTaskDefinitionRequest
object
- GetWirelessGatewayTaskDefinitionResponse
object
- AutoCreateTasks
- Name
- Update
- LoRaWAN
- CurrentVersion
- Model
- PackageVersion
- Station
- SigKeyCrc
- UpdateSignature
- UpdateVersion
- Model
- PackageVersion
- Station
- CurrentVersion
- UpdateDataRole
- UpdateDataSource
- LoRaWAN
- GetWirelessGatewayTaskRequest
object
- GetWirelessGatewayTaskResponse
object
- LastUplinkReceivedAt
- Status
- TaskCreatedAt
- WirelessGatewayId
- WirelessGatewayTaskDefinitionId
- HrAllowed
boolean
- ISODateTimeString
string
- Identifier
string
- Integer
integer
- IotCertificateId
string
- JoinEui
string
- ListDestinationsRequest
object
- ListDestinationsResponse
object
- DestinationList
- items Destinations
- NextToken
- DestinationList
- ListDeviceProfilesRequest
object
- ListDeviceProfilesResponse
object
- DeviceProfileList
- items DeviceProfile
- NextToken
- DeviceProfileList
- ListPartnerAccountsRequest
object
- ListPartnerAccountsResponse
object
- NextToken
- Sidewalk
- ListServiceProfilesRequest
object
- ListServiceProfilesResponse
object
- NextToken
- ServiceProfileList
- items ServiceProfile
- ListTagsForResourceRequest
object
- ListTagsForResourceResponse
object
- Tags
- items Tag
- Tags
- ListWirelessDevicesRequest
object
- ListWirelessDevicesResponse
object
- NextToken
- WirelessDeviceList
- items WirelessDeviceStatistics
- ListWirelessGatewayTaskDefinitionsRequest
object
- ListWirelessGatewayTaskDefinitionsResponse
object
- NextToken
- TaskDefinitions
- ListWirelessGatewaysRequest
object
- ListWirelessGatewaysResponse
object
- NextToken
- WirelessGatewayList
- LoRaWANDevice
object
: LoRa object for create functions.- AbpV1_0_x
- DevAddr
- SessionKeys
- AppSKey
- NwkSKey
- AbpV1_1
- DevAddr
- SessionKeys
- AppSKey
- FNwkSIntKey
- NwkSEncKey
- SNwkSIntKey
- DevEui
- DeviceProfileId
- OtaaV1_0_x
- AppEui
- AppKey
- OtaaV1_1
- AppKey
- JoinEui
- NwkKey
- ServiceProfileId
- AbpV1_0_x
- LoRaWANDeviceMetadata
object
: LoRaWAN device metatdata.- DataRate
- DevEui
- FPort
- Frequency
- Gateways
- items LoRaWANGatewayMetadata
- Timestamp
- LoRaWANDeviceProfile
object
: LoRaWANDeviceProfile object.- ClassBTimeout
- ClassCTimeout
- FactoryPresetFreqsList
- items PresetFreq
- MacVersion
- MaxDutyCycle
- MaxEirp
- PingSlotDr
- PingSlotFreq
- PingSlotPeriod
- RegParamsRevision
- RfRegion
- RxDataRate2
- RxDelay1
- RxDrOffset1
- RxFreq2
- Supports32BitFCnt
- SupportsClassB
- SupportsClassC
- SupportsJoin
- LoRaWANGateway
object
: LoRaWANGateway object.- GatewayEui
- RfRegion
- LoRaWANGatewayCurrentVersion
object
: LoRaWANGatewayCurrentVersion object.- CurrentVersion
- Model
- PackageVersion
- Station
- CurrentVersion
- LoRaWANGatewayMetadata
object
: LoRaWAN gateway metatdata.- GatewayEui
- Rssi
- Snr
- LoRaWANGatewayMetadataList
array
- items LoRaWANGatewayMetadata
- LoRaWANGatewayVersion
object
: LoRaWANGatewayVersion object.- Model
- PackageVersion
- Station
- LoRaWANGetServiceProfileInfo
object
: LoRaWANGetServiceProfileInfo object.- AddGwMetadata
- ChannelMask
- DevStatusReqFreq
- DlBucketSize
- DlRate
- DlRatePolicy
- DrMax
- DrMin
- HrAllowed
- MinGwDiversity
- NwkGeoLoc
- PrAllowed
- RaAllowed
- ReportDevStatusBattery
- ReportDevStatusMargin
- TargetPer
- UlBucketSize
- UlRate
- UlRatePolicy
- LoRaWANListDevice
object
: LoRaWAN object for list functions.- DevEui
- LoRaWANSendDataToDevice
object
: LoRaWAN router info.- FPort
- LoRaWANServiceProfile
object
: LoRaWANServiceProfile object.- AddGwMetadata
- LoRaWANUpdateDevice
object
: LoRa object for update functions.- DeviceProfileId
- ServiceProfileId
- LoRaWANUpdateGatewayTaskCreate
object
: LoRaWANUpdateGatewayTaskCreate object.- CurrentVersion
- Model
- PackageVersion
- Station
- SigKeyCrc
- UpdateSignature
- UpdateVersion
- Model
- PackageVersion
- Station
- CurrentVersion
- LoRaWANUpdateGatewayTaskEntry
object
: LoRaWANUpdateGatewayTaskEntry object.- CurrentVersion
- Model
- PackageVersion
- Station
- UpdateVersion
- Model
- PackageVersion
- Station
- CurrentVersion
- MacVersion
string
- MaxDutyCycle
integer
- MaxEirp
integer
- MaxResults
integer
- MessageId
string
- MinGwDiversity
integer
- Model
string
- NextToken
string
- NwkGeoLoc
boolean
- NwkKey
string
- NwkSEncKey
string
- NwkSKey
string
- OtaaV1_0_x
object
: OTAA device object for v1.0.x- AppEui
- AppKey
- OtaaV1_1
object
: OTAA device object for v1.1- AppKey
- JoinEui
- NwkKey
- PackageVersion
string
- PartnerAccountId
string
- PartnerType
string
(values: Sidewalk)
- PayloadData
string
- PingSlotDr
integer
- PingSlotFreq
integer
- PingSlotPeriod
integer
- PrAllowed
boolean
- PresetFreq
integer
- RaAllowed
boolean
- RegParamsRevision
string
- ReportDevStatusBattery
boolean
- ReportDevStatusMargin
boolean
- Result
string
- RfRegion
string
- RoleArn
string
- RxDataRate2
integer
- RxDelay1
integer
- RxDrOffset1
integer
- RxFreq2
integer
- SNwkSIntKey
string
- SendDataToWirelessDeviceRequest
object
- PayloadData required
- TransmitMode required
- WirelessMetadata
- LoRaWAN
- FPort
- Sidewalk
- Seq
- LoRaWAN
- SendDataToWirelessDeviceResponse
object
- MessageId
- Seq
integer
- ServiceProfile
object
: Information about a service profile.- Arn
- Id
- Name
- ServiceProfileArn
string
- ServiceProfileId
string
- ServiceProfileList
array
- items ServiceProfile
- ServiceProfileName
string
- SessionKeysAbpV1_0_x
object
: Session keys for ABP v1.1- AppSKey
- NwkSKey
- SessionKeysAbpV1_1
object
: Session keys for ABP v1.1- AppSKey
- FNwkSIntKey
- NwkSEncKey
- SNwkSIntKey
- SidewalkAccountInfo
object
: Information about a Sidewalk account.- AmazonId
- AppServerPrivateKey
- SidewalkAccountInfoWithFingerprint
object
: Information about a Sidewalk account.- AmazonId
- AppServerPrivateKey
- SidewalkAccountList
array
- SidewalkListDevice
object
: Sidewalk object used by list functions.- AmazonId
- SidewalkSendDataToDevice
object
: Information about a Sidewalk router.- Seq
- SidewalkUpdateAccount
object
: Sidewalk update.- AppServerPrivateKey
- Station
string
- Supports32BitFCnt
boolean
- SupportsClassB
boolean
- SupportsClassC
boolean
- SupportsJoin
boolean
- Tag
object
: A simple label consisting of a customer-defined key-value pair- Key required
- Value required
- TagKey
string
- TagKeyList
array
- items TagKey
- TagList
array
- items Tag
- TagResourceRequest
object
- Tags required
- items Tag
- Tags required
- TagResourceResponse
object
- TagValue
string
- TargetPer
integer
- TestWirelessDeviceRequest
object
- TestWirelessDeviceResponse
object
- Result
- ThingArn
string
- ThingName
string
- TransmitMode
integer
- UlBucketSize
integer
- UlRate
integer
- UlRatePolicy
string
- UntagResourceRequest
object
- UntagResourceResponse
object
- UpdateDataSource
string
- UpdateDestinationRequest
object
- Description
- Expression
- ExpressionType
- RoleArn
- UpdateDestinationResponse
object
- UpdatePartnerAccountRequest
object
- Sidewalk required
- AppServerPrivateKey
- Sidewalk required
- UpdatePartnerAccountResponse
object
- UpdateSignature
string
- UpdateWirelessDeviceRequest
object
- Description
- DestinationName
- LoRaWAN
- DeviceProfileId
- ServiceProfileId
- Name
- UpdateWirelessDeviceResponse
object
- UpdateWirelessGatewayRequest
object
- Description
- Name
- UpdateWirelessGatewayResponse
object
- UpdateWirelessGatewayTaskCreate
object
: UpdateWirelessGatewayTaskCreate object.- LoRaWAN
- CurrentVersion
- Model
- PackageVersion
- Station
- SigKeyCrc
- UpdateSignature
- UpdateVersion
- Model
- PackageVersion
- Station
- CurrentVersion
- UpdateDataRole
- UpdateDataSource
- LoRaWAN
- UpdateWirelessGatewayTaskEntry
object
: UpdateWirelessGatewayTaskEntry object.- Id
- LoRaWAN
- CurrentVersion
- Model
- PackageVersion
- Station
- UpdateVersion
- Model
- PackageVersion
- Station
- CurrentVersion
- WirelessDeviceArn
string
- WirelessDeviceId
string
- WirelessDeviceIdType
string
(values: WirelessDeviceId, DevEui, ThingName)
- WirelessDeviceName
string
- WirelessDeviceStatistics
object
: Information about a wireless device's operation.- Arn
- DestinationName
- Id
- LastUplinkReceivedAt
- LoRaWAN
- DevEui
- Name
- Sidewalk
- AmazonId
- Type
- WirelessDeviceStatisticsList
array
- items WirelessDeviceStatistics
- WirelessDeviceType
string
(values: Sidewalk, LoRaWAN)
- WirelessGatewayArn
string
- WirelessGatewayId
string
- WirelessGatewayIdType
string
(values: GatewayEui, WirelessGatewayId, ThingName)
- WirelessGatewayName
string
- WirelessGatewayServiceType
string
(values: CUPS, LNS)
- WirelessGatewayStatistics
object
: Information about a wireless gateway's operation.- Arn
- Description
- Id
- LastUplinkReceivedAt
- LoRaWAN
- GatewayEui
- RfRegion
- Name
- WirelessGatewayStatisticsList
array
- WirelessGatewayTaskDefinitionId
string
- WirelessGatewayTaskDefinitionList
array
- WirelessGatewayTaskDefinitionType
string
(values: UPDATE)
- WirelessGatewayTaskName
string
- WirelessGatewayTaskStatus
string
(values: PENDING, IN_PROGRESS, FIRST_RETRY, SECOND_RETRY, COMPLETED, FAILED)
- WirelessMetadata
object
: WirelessMetadata object.- LoRaWAN
- FPort
- Sidewalk
- Seq
- LoRaWAN