Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IoTWireless

import { IoTWireless } from "https://aws-api.deno.dev/v0.2/services/iotwireless.ts?docs=full";
class IoTWireless {
constructor(apiFactory: client.ApiFactory);
async associateAwsAccountWithPartnerAccount(params: AssociateAwsAccountWithPartnerAccountRequest, opts?: client.RequestOptions): Promise<AssociateAwsAccountWithPartnerAccountResponse>;
async associateWirelessDeviceWithThing(params: AssociateWirelessDeviceWithThingRequest, opts?: client.RequestOptions): Promise<void>;
async associateWirelessGatewayWithCertificate(params: AssociateWirelessGatewayWithCertificateRequest, opts?: client.RequestOptions): Promise<AssociateWirelessGatewayWithCertificateResponse>;
async associateWirelessGatewayWithThing(params: AssociateWirelessGatewayWithThingRequest, opts?: client.RequestOptions): Promise<void>;
async createDestination(params: CreateDestinationRequest, opts?: client.RequestOptions): Promise<CreateDestinationResponse>;
async createDeviceProfile(params?: CreateDeviceProfileRequest, opts?: client.RequestOptions): Promise<CreateDeviceProfileResponse>;
async createServiceProfile(params?: CreateServiceProfileRequest, opts?: client.RequestOptions): Promise<CreateServiceProfileResponse>;
async createWirelessDevice(params: CreateWirelessDeviceRequest, opts?: client.RequestOptions): Promise<CreateWirelessDeviceResponse>;
async createWirelessGateway(params: CreateWirelessGatewayRequest, opts?: client.RequestOptions): Promise<CreateWirelessGatewayResponse>;
async createWirelessGatewayTask(params: CreateWirelessGatewayTaskRequest, opts?: client.RequestOptions): Promise<CreateWirelessGatewayTaskResponse>;
async createWirelessGatewayTaskDefinition(params: CreateWirelessGatewayTaskDefinitionRequest, opts?: client.RequestOptions): Promise<CreateWirelessGatewayTaskDefinitionResponse>;
async deleteDestination(params: DeleteDestinationRequest, opts?: client.RequestOptions): Promise<void>;
async deleteDeviceProfile(params: DeleteDeviceProfileRequest, opts?: client.RequestOptions): Promise<void>;
async deleteServiceProfile(params: DeleteServiceProfileRequest, opts?: client.RequestOptions): Promise<void>;
async deleteWirelessDevice(params: DeleteWirelessDeviceRequest, opts?: client.RequestOptions): Promise<void>;
async deleteWirelessGateway(params: DeleteWirelessGatewayRequest, opts?: client.RequestOptions): Promise<void>;
async deleteWirelessGatewayTask(params: DeleteWirelessGatewayTaskRequest, opts?: client.RequestOptions): Promise<void>;
async deleteWirelessGatewayTaskDefinition(params: DeleteWirelessGatewayTaskDefinitionRequest, opts?: client.RequestOptions): Promise<void>;
async disassociateAwsAccountFromPartnerAccount(params: DisassociateAwsAccountFromPartnerAccountRequest, opts?: client.RequestOptions): Promise<void>;
async disassociateWirelessDeviceFromThing(params: DisassociateWirelessDeviceFromThingRequest, opts?: client.RequestOptions): Promise<void>;
async disassociateWirelessGatewayFromCertificate(params: DisassociateWirelessGatewayFromCertificateRequest, opts?: client.RequestOptions): Promise<void>;
async disassociateWirelessGatewayFromThing(params: DisassociateWirelessGatewayFromThingRequest, opts?: client.RequestOptions): Promise<void>;
async getDestination(params: GetDestinationRequest, opts?: client.RequestOptions): Promise<GetDestinationResponse>;
async getDeviceProfile(params: GetDeviceProfileRequest, opts?: client.RequestOptions): Promise<GetDeviceProfileResponse>;
async getLogLevelsByResourceTypes(opts?: client.RequestOptions): Promise<GetLogLevelsByResourceTypesResponse>;
async getPartnerAccount(params: GetPartnerAccountRequest, opts?: client.RequestOptions): Promise<GetPartnerAccountResponse>;
async getResourceLogLevel(params: GetResourceLogLevelRequest, opts?: client.RequestOptions): Promise<GetResourceLogLevelResponse>;
async getServiceEndpoint(params?: GetServiceEndpointRequest, opts?: client.RequestOptions): Promise<GetServiceEndpointResponse>;
async getServiceProfile(params: GetServiceProfileRequest, opts?: client.RequestOptions): Promise<GetServiceProfileResponse>;
async getWirelessDevice(params: GetWirelessDeviceRequest, opts?: client.RequestOptions): Promise<GetWirelessDeviceResponse>;
async getWirelessDeviceStatistics(params: GetWirelessDeviceStatisticsRequest, opts?: client.RequestOptions): Promise<GetWirelessDeviceStatisticsResponse>;
async getWirelessGateway(params: GetWirelessGatewayRequest, opts?: client.RequestOptions): Promise<GetWirelessGatewayResponse>;
async getWirelessGatewayCertificate(params: GetWirelessGatewayCertificateRequest, opts?: client.RequestOptions): Promise<GetWirelessGatewayCertificateResponse>;
async getWirelessGatewayFirmwareInformation(params: GetWirelessGatewayFirmwareInformationRequest, opts?: client.RequestOptions): Promise<GetWirelessGatewayFirmwareInformationResponse>;
async getWirelessGatewayStatistics(params: GetWirelessGatewayStatisticsRequest, opts?: client.RequestOptions): Promise<GetWirelessGatewayStatisticsResponse>;
async getWirelessGatewayTask(params: GetWirelessGatewayTaskRequest, opts?: client.RequestOptions): Promise<GetWirelessGatewayTaskResponse>;
async getWirelessGatewayTaskDefinition(params: GetWirelessGatewayTaskDefinitionRequest, opts?: client.RequestOptions): Promise<GetWirelessGatewayTaskDefinitionResponse>;
async listDestinations(params?: ListDestinationsRequest, opts?: client.RequestOptions): Promise<ListDestinationsResponse>;
async listDeviceProfiles(params?: ListDeviceProfilesRequest, opts?: client.RequestOptions): Promise<ListDeviceProfilesResponse>;
async listPartnerAccounts(params?: ListPartnerAccountsRequest, opts?: client.RequestOptions): Promise<ListPartnerAccountsResponse>;
async listServiceProfiles(params?: ListServiceProfilesRequest, opts?: client.RequestOptions): Promise<ListServiceProfilesResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async listWirelessDevices(params?: ListWirelessDevicesRequest, opts?: client.RequestOptions): Promise<ListWirelessDevicesResponse>;
async listWirelessGateways(params?: ListWirelessGatewaysRequest, opts?: client.RequestOptions): Promise<ListWirelessGatewaysResponse>;
async listWirelessGatewayTaskDefinitions(params?: ListWirelessGatewayTaskDefinitionsRequest, opts?: client.RequestOptions): Promise<ListWirelessGatewayTaskDefinitionsResponse>;
async putResourceLogLevel(params: PutResourceLogLevelRequest, opts?: client.RequestOptions): Promise<void>;
async resetAllResourceLogLevels(opts?: client.RequestOptions): Promise<void>;
async resetResourceLogLevel(params: ResetResourceLogLevelRequest, opts?: client.RequestOptions): Promise<void>;
async sendDataToWirelessDevice(params: SendDataToWirelessDeviceRequest, opts?: client.RequestOptions): Promise<SendDataToWirelessDeviceResponse>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async testWirelessDevice(params: TestWirelessDeviceRequest, opts?: client.RequestOptions): Promise<TestWirelessDeviceResponse>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async updateDestination(params: UpdateDestinationRequest, opts?: client.RequestOptions): Promise<void>;
async updateLogLevelsByResourceTypes(params?: UpdateLogLevelsByResourceTypesRequest, opts?: client.RequestOptions): Promise<void>;
async updatePartnerAccount(params: UpdatePartnerAccountRequest, opts?: client.RequestOptions): Promise<void>;
async updateWirelessDevice(params: UpdateWirelessDeviceRequest, opts?: client.RequestOptions): Promise<void>;
async updateWirelessGateway(params: UpdateWirelessGatewayRequest, opts?: client.RequestOptions): Promise<void>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new IoTWireless(apiFactory: client.ApiFactory)
[src]

§Methods

§

Associates a partner account with your AWS account.

§
associateWirelessDeviceWithThing(params: AssociateWirelessDeviceWithThingRequest, opts?: client.RequestOptions): Promise<void>
[src]

Associates a wireless device with a thing.

§

Associates a wireless gateway with a certificate.

§
associateWirelessGatewayWithThing(params: AssociateWirelessGatewayWithThingRequest, opts?: client.RequestOptions): Promise<void>
[src]

Associates a wireless gateway with a thing.

§

Creates a new destination that maps a device message to an AWS IoT rule.

§

Creates a new device profile.

§

Creates a new service profile.

§

Provisions a wireless device.

§

Provisions a wireless gateway.

§

Creates a task for a wireless gateway.

§

Creates a gateway task definition.

§
deleteDestination(params: DeleteDestinationRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a destination.

§
deleteDeviceProfile(params: DeleteDeviceProfileRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a device profile.

§
deleteServiceProfile(params: DeleteServiceProfileRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a service profile.

§
deleteWirelessDevice(params: DeleteWirelessDeviceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a wireless device.

§
deleteWirelessGateway(params: DeleteWirelessGatewayRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a wireless gateway.

§
deleteWirelessGatewayTask(params: DeleteWirelessGatewayTaskRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a wireless gateway task.

§
deleteWirelessGatewayTaskDefinition(params: DeleteWirelessGatewayTaskDefinitionRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a wireless gateway task definition. Deleting this task definition does not affect tasks that are currently in progress.

§
disassociateAwsAccountFromPartnerAccount(params: DisassociateAwsAccountFromPartnerAccountRequest, opts?: client.RequestOptions): Promise<void>
[src]

Disassociates your AWS account from a partner account. If PartnerAccountId and PartnerType are null, disassociates your AWS account from all partner accounts.

§
disassociateWirelessDeviceFromThing(params: DisassociateWirelessDeviceFromThingRequest, opts?: client.RequestOptions): Promise<void>
[src]

Disassociates a wireless device from its currently associated thing.

§
disassociateWirelessGatewayFromCertificate(params: DisassociateWirelessGatewayFromCertificateRequest, opts?: client.RequestOptions): Promise<void>
[src]

Disassociates a wireless gateway from its currently associated certificate.

§
disassociateWirelessGatewayFromThing(params: DisassociateWirelessGatewayFromThingRequest, opts?: client.RequestOptions): Promise<void>
[src]

Disassociates a wireless gateway from its currently associated thing.

§

Gets information about a destination.

§

Gets information about a device profile.

§
getLogLevelsByResourceTypes(opts?: client.RequestOptions): Promise<GetLogLevelsByResourceTypesResponse>
[src]

Returns current default log levels or log levels by resource types. Based on resource types, log levels can be for wireless device log options or wireless gateway log options.

§

Gets information about a partner account. If PartnerAccountId and PartnerType are null, returns all partner accounts.

§

Fetches the log-level override, if any, for a given resource-ID and resource-type. It can be used for a wireless device or a wireless gateway.

§

Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.

§

Gets information about a service profile.

§

Gets information about a wireless device.

§

Gets operating information about a wireless device.

§

Gets information about a wireless gateway.

§

Gets the ID of the certificate that is currently associated with a wireless gateway.

§

Gets the firmware version and other information about a wireless gateway.

§

Gets operating information about a wireless gateway.

§

Gets information about a wireless gateway task.

§

Gets information about a wireless gateway task definition.

§

Lists the destinations registered to your AWS account.

§

Lists the device profiles registered to your AWS account.

§

Lists the partner accounts associated with your AWS account.

§

Lists the service profiles registered to your AWS account.

§

Lists the tags (metadata) you have assigned to the resource.

§

Lists the wireless devices registered to your AWS account.

§

Lists the wireless gateways registered to your AWS account.

§

List the wireless gateway tasks definitions registered to your AWS account.

§
putResourceLogLevel(params: PutResourceLogLevelRequest, opts?: client.RequestOptions): Promise<void>
[src]

Sets the log-level override for a resource-ID and resource-type. This option can be specified for a wireless gateway or a wireless device. A limit of 200 log level override can be set per account.

§
resetAllResourceLogLevels(opts?: client.RequestOptions): Promise<void>
[src]

Removes the log-level overrides for all resources; both wireless devices and wireless gateways.

§
resetResourceLogLevel(params: ResetResourceLogLevelRequest, opts?: client.RequestOptions): Promise<void>
[src]

Removes the log-level override, if any, for a specific resource-ID and resource-type. It can be used for a wireless device or a wireless gateway.

§

Sends a decrypted application data frame to a device.

§
tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Adds a tag to a resource.

§

Simulates a provisioned device by sending an uplink data payload of Hello.

§
untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Removes one or more tags from a resource.

§
updateDestination(params: UpdateDestinationRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates properties of a destination.

§
updateLogLevelsByResourceTypes(params?: UpdateLogLevelsByResourceTypesRequest, opts?: client.RequestOptions): Promise<void>
[src]

Set default log level, or log levels by resource types. This can be for wireless device log options or wireless gateways log options and is used to control the log messages that'll be displayed in CloudWatch.

§
updatePartnerAccount(params: UpdatePartnerAccountRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates properties of a partner account.

§
updateWirelessDevice(params: UpdateWirelessDeviceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates properties of a wireless device.

§
updateWirelessGateway(params: UpdateWirelessGatewayRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates properties of a wireless gateway.

§Static Properties