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.4/services/iotwireless.ts?docs=full";
class IoTWireless {
constructor(apiFactory: client.ApiFactory);
async associateAwsAccountWithPartnerAccount(params: AssociateAwsAccountWithPartnerAccountRequest, opts?: client.RequestOptions): Promise<AssociateAwsAccountWithPartnerAccountResponse>;
async associateMulticastGroupWithFuotaTask(params: AssociateMulticastGroupWithFuotaTaskRequest, opts?: client.RequestOptions): Promise<void>;
async associateWirelessDeviceWithFuotaTask(params: AssociateWirelessDeviceWithFuotaTaskRequest, opts?: client.RequestOptions): Promise<void>;
async associateWirelessDeviceWithMulticastGroup(params: AssociateWirelessDeviceWithMulticastGroupRequest, opts?: client.RequestOptions): Promise<void>;
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 cancelMulticastGroupSession(params: CancelMulticastGroupSessionRequest, opts?: client.RequestOptions): Promise<void>;
async createDestination(params: CreateDestinationRequest, opts?: client.RequestOptions): Promise<CreateDestinationResponse>;
async createDeviceProfile(params?: CreateDeviceProfileRequest, opts?: client.RequestOptions): Promise<CreateDeviceProfileResponse>;
async createFuotaTask(params: CreateFuotaTaskRequest, opts?: client.RequestOptions): Promise<CreateFuotaTaskResponse>;
async createMulticastGroup(params: CreateMulticastGroupRequest, opts?: client.RequestOptions): Promise<CreateMulticastGroupResponse>;
async createNetworkAnalyzerConfiguration(params: CreateNetworkAnalyzerConfigurationRequest, opts?: client.RequestOptions): Promise<CreateNetworkAnalyzerConfigurationResponse>;
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 deleteFuotaTask(params: DeleteFuotaTaskRequest, opts?: client.RequestOptions): Promise<void>;
async deleteMulticastGroup(params: DeleteMulticastGroupRequest, opts?: client.RequestOptions): Promise<void>;
async deleteNetworkAnalyzerConfiguration(params: DeleteNetworkAnalyzerConfigurationRequest, opts?: client.RequestOptions): Promise<void>;
async deleteQueuedMessages(params: DeleteQueuedMessagesRequest, 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 disassociateMulticastGroupFromFuotaTask(params: DisassociateMulticastGroupFromFuotaTaskRequest, opts?: client.RequestOptions): Promise<void>;
async disassociateWirelessDeviceFromFuotaTask(params: DisassociateWirelessDeviceFromFuotaTaskRequest, opts?: client.RequestOptions): Promise<void>;
async disassociateWirelessDeviceFromMulticastGroup(params: DisassociateWirelessDeviceFromMulticastGroupRequest, 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 getEventConfigurationByResourceTypes(opts?: client.RequestOptions): Promise<GetEventConfigurationByResourceTypesResponse>;
async getFuotaTask(params: GetFuotaTaskRequest, opts?: client.RequestOptions): Promise<GetFuotaTaskResponse>;
async getLogLevelsByResourceTypes(opts?: client.RequestOptions): Promise<GetLogLevelsByResourceTypesResponse>;
async getMulticastGroup(params: GetMulticastGroupRequest, opts?: client.RequestOptions): Promise<GetMulticastGroupResponse>;
async getMulticastGroupSession(params: GetMulticastGroupSessionRequest, opts?: client.RequestOptions): Promise<GetMulticastGroupSessionResponse>;
async getNetworkAnalyzerConfiguration(params: GetNetworkAnalyzerConfigurationRequest, opts?: client.RequestOptions): Promise<GetNetworkAnalyzerConfigurationResponse>;
async getPartnerAccount(params: GetPartnerAccountRequest, opts?: client.RequestOptions): Promise<GetPartnerAccountResponse>;
async getPosition(params: GetPositionRequest, opts?: client.RequestOptions): Promise<GetPositionResponse>;
async getPositionConfiguration(params: GetPositionConfigurationRequest, opts?: client.RequestOptions): Promise<GetPositionConfigurationResponse>;
async getPositionEstimate(params?: GetPositionEstimateRequest, opts?: client.RequestOptions): Promise<GetPositionEstimateResponse>;
async getResourceEventConfiguration(params: GetResourceEventConfigurationRequest, opts?: client.RequestOptions): Promise<GetResourceEventConfigurationResponse>;
async getResourceLogLevel(params: GetResourceLogLevelRequest, opts?: client.RequestOptions): Promise<GetResourceLogLevelResponse>;
async getResourcePosition(params: GetResourcePositionRequest, opts?: client.RequestOptions): Promise<GetResourcePositionResponse>;
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 listEventConfigurations(params: ListEventConfigurationsRequest, opts?: client.RequestOptions): Promise<ListEventConfigurationsResponse>;
async listFuotaTasks(params?: ListFuotaTasksRequest, opts?: client.RequestOptions): Promise<ListFuotaTasksResponse>;
async listMulticastGroups(params?: ListMulticastGroupsRequest, opts?: client.RequestOptions): Promise<ListMulticastGroupsResponse>;
async listMulticastGroupsByFuotaTask(params: ListMulticastGroupsByFuotaTaskRequest, opts?: client.RequestOptions): Promise<ListMulticastGroupsByFuotaTaskResponse>;
async listNetworkAnalyzerConfigurations(params?: ListNetworkAnalyzerConfigurationsRequest, opts?: client.RequestOptions): Promise<ListNetworkAnalyzerConfigurationsResponse>;
async listPartnerAccounts(params?: ListPartnerAccountsRequest, opts?: client.RequestOptions): Promise<ListPartnerAccountsResponse>;
async listPositionConfigurations(params?: ListPositionConfigurationsRequest, opts?: client.RequestOptions): Promise<ListPositionConfigurationsResponse>;
async listQueuedMessages(params: ListQueuedMessagesRequest, opts?: client.RequestOptions): Promise<ListQueuedMessagesResponse>;
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 putPositionConfiguration(params: PutPositionConfigurationRequest, opts?: client.RequestOptions): Promise<void>;
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 sendDataToMulticastGroup(params: SendDataToMulticastGroupRequest, opts?: client.RequestOptions): Promise<SendDataToMulticastGroupResponse>;
async sendDataToWirelessDevice(params: SendDataToWirelessDeviceRequest, opts?: client.RequestOptions): Promise<SendDataToWirelessDeviceResponse>;
async startBulkAssociateWirelessDeviceWithMulticastGroup(params: StartBulkAssociateWirelessDeviceWithMulticastGroupRequest, opts?: client.RequestOptions): Promise<void>;
async startBulkDisassociateWirelessDeviceFromMulticastGroup(params: StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest, opts?: client.RequestOptions): Promise<void>;
async startFuotaTask(params: StartFuotaTaskRequest, opts?: client.RequestOptions): Promise<void>;
async startMulticastGroupSession(params: StartMulticastGroupSessionRequest, opts?: client.RequestOptions): Promise<void>;
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 updateEventConfigurationByResourceTypes(params?: UpdateEventConfigurationByResourceTypesRequest, opts?: client.RequestOptions): Promise<void>;
async updateFuotaTask(params: UpdateFuotaTaskRequest, opts?: client.RequestOptions): Promise<void>;
async updateLogLevelsByResourceTypes(params?: UpdateLogLevelsByResourceTypesRequest, opts?: client.RequestOptions): Promise<void>;
async updateMulticastGroup(params: UpdateMulticastGroupRequest, opts?: client.RequestOptions): Promise<void>;
async updateNetworkAnalyzerConfiguration(params: UpdateNetworkAnalyzerConfigurationRequest, opts?: client.RequestOptions): Promise<void>;
async updatePartnerAccount(params: UpdatePartnerAccountRequest, opts?: client.RequestOptions): Promise<void>;
async updatePosition(params: UpdatePositionRequest, opts?: client.RequestOptions): Promise<void>;
async updateResourceEventConfiguration(params: UpdateResourceEventConfigurationRequest, opts?: client.RequestOptions): Promise<void>;
async updateResourcePosition(params: UpdateResourcePositionRequest, 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.

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

Associate a multicast group with a FUOTA task.

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

Associate a wireless device with a FUOTA task.

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

Associates a wireless device with a multicast group.

§
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.

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

Cancels an existing multicast group session.

§

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

§

Creates a new device profile.

§

Creates a FUOTA task.

§

Creates a multicast group.

§

Creates a new network analyzer configuration.

§

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.

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

Deletes a FUOTA task.

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

Deletes a multicast group if it is not in use by a fuota task.

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

Deletes a network analyzer configuration.

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

Remove queued messages from the downlink queue.

§
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.

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

Disassociates a multicast group from a fuota task.

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

Disassociates a wireless device from a FUOTA task.

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

Disassociates a wireless device from a multicast group.

§
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.

§
getEventConfigurationByResourceTypes(opts?: client.RequestOptions): Promise<GetEventConfigurationByResourceTypesResponse>
[src]

Get the event configuration based on resource types.

§

Gets information about a FUOTA task.

§
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 multicast group.

§

Gets information about a multicast group session.

§

Get network analyzer configuration.

§

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

§

Get the position information for a given resource.

! IMPORTANT: ! This action is no longer supported. ! Calls to retrieve the position information should use the GetResourcePosition API operation instead.

§

Get position configuration for a given resource.

! IMPORTANT: ! This action is no longer supported. ! Calls to retrieve the position configuration should use the GetResourcePosition API operation instead.

§

Get estimated position information as a payload in GeoJSON format. The payload measurement data is resolved using solvers that are provided by third-party vendors.

§

Get the event configuration for a particular resource identifier.

§

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.

§

Get the position information for a given wireless device or a wireless gateway resource. The position information uses the World Geodetic System (WGS84).

§

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.

§

List event configurations where at least one event topic has been enabled.

§

Lists the FUOTA tasks registered to your AWS account.

§

Lists the multicast groups registered to your AWS account.

§

List all multicast groups associated with a fuota task.

§

Lists the network analyzer configurations.

§

Lists the partner accounts associated with your AWS account.

§

List position configurations for a given resource, such as positioning solvers.

! IMPORTANT: ! This action is no longer supported. ! Calls to retrieve position information should use the GetResourcePosition API operation instead.

§

List queued messages in the downlink queue.

§

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.

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

Put position configuration for a given resource.

! IMPORTANT: ! This action is no longer supported. ! Calls to update the position configuration should use the UpdateResourcePosition API operation instead.

§
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 the specified data to a multicast group.

§

Sends a decrypted application data frame to a device.

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

Starts a bulk association of all qualifying wireless devices with a multicast group.

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

Starts a bulk disassociatin of all qualifying wireless devices from a multicast group.

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

Starts a FUOTA task.

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

Starts a multicast group session.

§
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.

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

Update the event configuration based on resource types.

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

Updates properties of a FUOTA task.

§
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.

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

Updates properties of a multicast group session.

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

Update network analyzer configuration.

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

Updates properties of a partner account.

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

Update the position information of a resource.

! IMPORTANT: ! This action is no longer supported. ! Calls to update the position information should use the UpdateResourcePosition API operation instead.

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

Update the event configuration for a particular resource identifier.

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

Update the position information of a given wireless device or a wireless gateway resource. The position coordinates are based on the World Geodetic System (WGS84).

§
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