@aws-sdk/client-iot-wireless 3.43.0 → 3.47.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +48 -0
- package/README.md +11 -1
- package/dist-cjs/IoTWireless.js +30 -0
- package/dist-cjs/commands/DeleteQueuedMessagesCommand.js +36 -0
- package/dist-cjs/commands/ListQueuedMessagesCommand.js +36 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/endpoints.js +1 -0
- package/dist-cjs/models/models_0.js +42 -54
- package/dist-cjs/pagination/ListQueuedMessagesPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +252 -4
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/IoTWireless.js +30 -0
- package/dist-es/commands/DeleteQueuedMessagesCommand.js +39 -0
- package/dist-es/commands/ListQueuedMessagesCommand.js +39 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoints.js +1 -0
- package/dist-es/models/models_0.js +24 -32
- package/dist-es/pagination/ListQueuedMessagesPaginator.js +74 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +277 -0
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/IoTWireless.d.ts +25 -1
- package/dist-types/IoTWirelessClient.d.ts +20 -4
- package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +35 -0
- package/dist-types/commands/ListQueuedMessagesCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +110 -57
- package/dist-types/pagination/ListQueuedMessagesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/IoTWireless.d.ts +10 -0
- package/dist-types/ts3.4/IoTWirelessClient.d.ts +7 -3
- package/dist-types/ts3.4/commands/DeleteQueuedMessagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListQueuedMessagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +66 -37
- package/dist-types/ts3.4/pagination/ListQueuedMessagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -20,6 +20,7 @@ import { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from ".
|
|
|
20
20
|
import { DeleteDeviceProfileCommandInput, DeleteDeviceProfileCommandOutput } from "./commands/DeleteDeviceProfileCommand";
|
|
21
21
|
import { DeleteFuotaTaskCommandInput, DeleteFuotaTaskCommandOutput } from "./commands/DeleteFuotaTaskCommand";
|
|
22
22
|
import { DeleteMulticastGroupCommandInput, DeleteMulticastGroupCommandOutput } from "./commands/DeleteMulticastGroupCommand";
|
|
23
|
+
import { DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput } from "./commands/DeleteQueuedMessagesCommand";
|
|
23
24
|
import { DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput } from "./commands/DeleteServiceProfileCommand";
|
|
24
25
|
import { DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput } from "./commands/DeleteWirelessDeviceCommand";
|
|
25
26
|
import { DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput } from "./commands/DeleteWirelessGatewayCommand";
|
|
@@ -58,6 +59,7 @@ import { ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput } from "./comma
|
|
|
58
59
|
import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput } from "./commands/ListMulticastGroupsByFuotaTaskCommand";
|
|
59
60
|
import { ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput } from "./commands/ListMulticastGroupsCommand";
|
|
60
61
|
import { ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput } from "./commands/ListPartnerAccountsCommand";
|
|
62
|
+
import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "./commands/ListQueuedMessagesCommand";
|
|
61
63
|
import { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "./commands/ListServiceProfilesCommand";
|
|
62
64
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
63
65
|
import { ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput } from "./commands/ListWirelessDevicesCommand";
|
|
@@ -86,7 +88,17 @@ import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } f
|
|
|
86
88
|
import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "./commands/UpdateWirelessGatewayCommand";
|
|
87
89
|
import { IoTWirelessClient } from "./IoTWirelessClient";
|
|
88
90
|
/**
|
|
89
|
-
* <p>AWS IoT Wireless
|
|
91
|
+
* <p>AWS IoT Wireless provides bi-directional communication between internet-connected wireless
|
|
92
|
+
* devices and the AWS Cloud. To onboard both LoRaWAN and Sidewalk devices to AWS IoT, use the
|
|
93
|
+
* IoT Wireless API. These wireless devices use the Low Power Wide Area Networking (LPWAN)
|
|
94
|
+
* communication protocol to communicate with AWS IoT.</p>
|
|
95
|
+
* <p>Using the API, you can perform create, read, update, and delete operations for your wireless
|
|
96
|
+
* devices, gateways, destinations, and profiles. After onboarding your devices, you
|
|
97
|
+
* can use the API operations to set log levels and monitor your devices with CloudWatch.</p>
|
|
98
|
+
* <p>You can also use the API operations to create multicast groups and schedule a multicast session for
|
|
99
|
+
* sending a downlink message to devices in the group. By using Firmware Updates Over-The-Air
|
|
100
|
+
* (FUOTA) API operations, you can create a FUOTA task and schedule a session to update the firmware
|
|
101
|
+
* of individual devices or an entire group of devices in a multicast group.</p>
|
|
90
102
|
*/
|
|
91
103
|
export declare class IoTWireless extends IoTWirelessClient {
|
|
92
104
|
/**
|
|
@@ -215,6 +227,12 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
215
227
|
deleteMulticastGroup(args: DeleteMulticastGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMulticastGroupCommandOutput>;
|
|
216
228
|
deleteMulticastGroup(args: DeleteMulticastGroupCommandInput, cb: (err: any, data?: DeleteMulticastGroupCommandOutput) => void): void;
|
|
217
229
|
deleteMulticastGroup(args: DeleteMulticastGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMulticastGroupCommandOutput) => void): void;
|
|
230
|
+
/**
|
|
231
|
+
* <p> The operation to delete queued messages. </p>
|
|
232
|
+
*/
|
|
233
|
+
deleteQueuedMessages(args: DeleteQueuedMessagesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteQueuedMessagesCommandOutput>;
|
|
234
|
+
deleteQueuedMessages(args: DeleteQueuedMessagesCommandInput, cb: (err: any, data?: DeleteQueuedMessagesCommandOutput) => void): void;
|
|
235
|
+
deleteQueuedMessages(args: DeleteQueuedMessagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteQueuedMessagesCommandOutput) => void): void;
|
|
218
236
|
/**
|
|
219
237
|
* <p>Deletes a service profile.</p>
|
|
220
238
|
*/
|
|
@@ -445,6 +463,12 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
445
463
|
listPartnerAccounts(args: ListPartnerAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListPartnerAccountsCommandOutput>;
|
|
446
464
|
listPartnerAccounts(args: ListPartnerAccountsCommandInput, cb: (err: any, data?: ListPartnerAccountsCommandOutput) => void): void;
|
|
447
465
|
listPartnerAccounts(args: ListPartnerAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPartnerAccountsCommandOutput) => void): void;
|
|
466
|
+
/**
|
|
467
|
+
* <p>The operation to list queued messages. </p>
|
|
468
|
+
*/
|
|
469
|
+
listQueuedMessages(args: ListQueuedMessagesCommandInput, options?: __HttpHandlerOptions): Promise<ListQueuedMessagesCommandOutput>;
|
|
470
|
+
listQueuedMessages(args: ListQueuedMessagesCommandInput, cb: (err: any, data?: ListQueuedMessagesCommandOutput) => void): void;
|
|
471
|
+
listQueuedMessages(args: ListQueuedMessagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQueuedMessagesCommandOutput) => void): void;
|
|
448
472
|
/**
|
|
449
473
|
* <p>Lists the service profiles registered to your AWS account.</p>
|
|
450
474
|
*/
|
|
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { AssociateAwsAccountWithPartnerAccountCommandInput, AssociateAwsAccountWithPartnerAccountCommandOutput } from "./commands/AssociateAwsAccountWithPartnerAccountCommand";
|
|
10
10
|
import { AssociateMulticastGroupWithFuotaTaskCommandInput, AssociateMulticastGroupWithFuotaTaskCommandOutput } from "./commands/AssociateMulticastGroupWithFuotaTaskCommand";
|
|
@@ -27,6 +27,7 @@ import { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from ".
|
|
|
27
27
|
import { DeleteDeviceProfileCommandInput, DeleteDeviceProfileCommandOutput } from "./commands/DeleteDeviceProfileCommand";
|
|
28
28
|
import { DeleteFuotaTaskCommandInput, DeleteFuotaTaskCommandOutput } from "./commands/DeleteFuotaTaskCommand";
|
|
29
29
|
import { DeleteMulticastGroupCommandInput, DeleteMulticastGroupCommandOutput } from "./commands/DeleteMulticastGroupCommand";
|
|
30
|
+
import { DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput } from "./commands/DeleteQueuedMessagesCommand";
|
|
30
31
|
import { DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput } from "./commands/DeleteServiceProfileCommand";
|
|
31
32
|
import { DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput } from "./commands/DeleteWirelessDeviceCommand";
|
|
32
33
|
import { DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput } from "./commands/DeleteWirelessGatewayCommand";
|
|
@@ -65,6 +66,7 @@ import { ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput } from "./comma
|
|
|
65
66
|
import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput } from "./commands/ListMulticastGroupsByFuotaTaskCommand";
|
|
66
67
|
import { ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput } from "./commands/ListMulticastGroupsCommand";
|
|
67
68
|
import { ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput } from "./commands/ListPartnerAccountsCommand";
|
|
69
|
+
import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "./commands/ListQueuedMessagesCommand";
|
|
68
70
|
import { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "./commands/ListServiceProfilesCommand";
|
|
69
71
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
70
72
|
import { ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput } from "./commands/ListWirelessDevicesCommand";
|
|
@@ -91,8 +93,8 @@ import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } f
|
|
|
91
93
|
import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "./commands/UpdateResourceEventConfigurationCommand";
|
|
92
94
|
import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "./commands/UpdateWirelessDeviceCommand";
|
|
93
95
|
import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "./commands/UpdateWirelessGatewayCommand";
|
|
94
|
-
export declare type ServiceInputTypes = AssociateAwsAccountWithPartnerAccountCommandInput | AssociateMulticastGroupWithFuotaTaskCommandInput | AssociateWirelessDeviceWithFuotaTaskCommandInput | AssociateWirelessDeviceWithMulticastGroupCommandInput | AssociateWirelessDeviceWithThingCommandInput | AssociateWirelessGatewayWithCertificateCommandInput | AssociateWirelessGatewayWithThingCommandInput | CancelMulticastGroupSessionCommandInput | CreateDestinationCommandInput | CreateDeviceProfileCommandInput | CreateFuotaTaskCommandInput | CreateMulticastGroupCommandInput | CreateServiceProfileCommandInput | CreateWirelessDeviceCommandInput | CreateWirelessGatewayCommandInput | CreateWirelessGatewayTaskCommandInput | CreateWirelessGatewayTaskDefinitionCommandInput | DeleteDestinationCommandInput | DeleteDeviceProfileCommandInput | DeleteFuotaTaskCommandInput | DeleteMulticastGroupCommandInput | DeleteServiceProfileCommandInput | DeleteWirelessDeviceCommandInput | DeleteWirelessGatewayCommandInput | DeleteWirelessGatewayTaskCommandInput | DeleteWirelessGatewayTaskDefinitionCommandInput | DisassociateAwsAccountFromPartnerAccountCommandInput | DisassociateMulticastGroupFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromMulticastGroupCommandInput | DisassociateWirelessDeviceFromThingCommandInput | DisassociateWirelessGatewayFromCertificateCommandInput | DisassociateWirelessGatewayFromThingCommandInput | GetDestinationCommandInput | GetDeviceProfileCommandInput | GetFuotaTaskCommandInput | GetLogLevelsByResourceTypesCommandInput | GetMulticastGroupCommandInput | GetMulticastGroupSessionCommandInput | GetNetworkAnalyzerConfigurationCommandInput | GetPartnerAccountCommandInput | GetResourceEventConfigurationCommandInput | GetResourceLogLevelCommandInput | GetServiceEndpointCommandInput | GetServiceProfileCommandInput | GetWirelessDeviceCommandInput | GetWirelessDeviceStatisticsCommandInput | GetWirelessGatewayCertificateCommandInput | GetWirelessGatewayCommandInput | GetWirelessGatewayFirmwareInformationCommandInput | GetWirelessGatewayStatisticsCommandInput | GetWirelessGatewayTaskCommandInput | GetWirelessGatewayTaskDefinitionCommandInput | ListDestinationsCommandInput | ListDeviceProfilesCommandInput | ListFuotaTasksCommandInput | ListMulticastGroupsByFuotaTaskCommandInput | ListMulticastGroupsCommandInput | ListPartnerAccountsCommandInput | ListServiceProfilesCommandInput | ListTagsForResourceCommandInput | ListWirelessDevicesCommandInput | ListWirelessGatewayTaskDefinitionsCommandInput | ListWirelessGatewaysCommandInput | PutResourceLogLevelCommandInput | ResetAllResourceLogLevelsCommandInput | ResetResourceLogLevelCommandInput | SendDataToMulticastGroupCommandInput | SendDataToWirelessDeviceCommandInput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput | StartFuotaTaskCommandInput | StartMulticastGroupSessionCommandInput | TagResourceCommandInput | TestWirelessDeviceCommandInput | UntagResourceCommandInput | UpdateDestinationCommandInput | UpdateFuotaTaskCommandInput | UpdateLogLevelsByResourceTypesCommandInput | UpdateMulticastGroupCommandInput | UpdateNetworkAnalyzerConfigurationCommandInput | UpdatePartnerAccountCommandInput | UpdateResourceEventConfigurationCommandInput | UpdateWirelessDeviceCommandInput | UpdateWirelessGatewayCommandInput;
|
|
95
|
-
export declare type ServiceOutputTypes = AssociateAwsAccountWithPartnerAccountCommandOutput | AssociateMulticastGroupWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithMulticastGroupCommandOutput | AssociateWirelessDeviceWithThingCommandOutput | AssociateWirelessGatewayWithCertificateCommandOutput | AssociateWirelessGatewayWithThingCommandOutput | CancelMulticastGroupSessionCommandOutput | CreateDestinationCommandOutput | CreateDeviceProfileCommandOutput | CreateFuotaTaskCommandOutput | CreateMulticastGroupCommandOutput | CreateServiceProfileCommandOutput | CreateWirelessDeviceCommandOutput | CreateWirelessGatewayCommandOutput | CreateWirelessGatewayTaskCommandOutput | CreateWirelessGatewayTaskDefinitionCommandOutput | DeleteDestinationCommandOutput | DeleteDeviceProfileCommandOutput | DeleteFuotaTaskCommandOutput | DeleteMulticastGroupCommandOutput | DeleteServiceProfileCommandOutput | DeleteWirelessDeviceCommandOutput | DeleteWirelessGatewayCommandOutput | DeleteWirelessGatewayTaskCommandOutput | DeleteWirelessGatewayTaskDefinitionCommandOutput | DisassociateAwsAccountFromPartnerAccountCommandOutput | DisassociateMulticastGroupFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromMulticastGroupCommandOutput | DisassociateWirelessDeviceFromThingCommandOutput | DisassociateWirelessGatewayFromCertificateCommandOutput | DisassociateWirelessGatewayFromThingCommandOutput | GetDestinationCommandOutput | GetDeviceProfileCommandOutput | GetFuotaTaskCommandOutput | GetLogLevelsByResourceTypesCommandOutput | GetMulticastGroupCommandOutput | GetMulticastGroupSessionCommandOutput | GetNetworkAnalyzerConfigurationCommandOutput | GetPartnerAccountCommandOutput | GetResourceEventConfigurationCommandOutput | GetResourceLogLevelCommandOutput | GetServiceEndpointCommandOutput | GetServiceProfileCommandOutput | GetWirelessDeviceCommandOutput | GetWirelessDeviceStatisticsCommandOutput | GetWirelessGatewayCertificateCommandOutput | GetWirelessGatewayCommandOutput | GetWirelessGatewayFirmwareInformationCommandOutput | GetWirelessGatewayStatisticsCommandOutput | GetWirelessGatewayTaskCommandOutput | GetWirelessGatewayTaskDefinitionCommandOutput | ListDestinationsCommandOutput | ListDeviceProfilesCommandOutput | ListFuotaTasksCommandOutput | ListMulticastGroupsByFuotaTaskCommandOutput | ListMulticastGroupsCommandOutput | ListPartnerAccountsCommandOutput | ListServiceProfilesCommandOutput | ListTagsForResourceCommandOutput | ListWirelessDevicesCommandOutput | ListWirelessGatewayTaskDefinitionsCommandOutput | ListWirelessGatewaysCommandOutput | PutResourceLogLevelCommandOutput | ResetAllResourceLogLevelsCommandOutput | ResetResourceLogLevelCommandOutput | SendDataToMulticastGroupCommandOutput | SendDataToWirelessDeviceCommandOutput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput | StartFuotaTaskCommandOutput | StartMulticastGroupSessionCommandOutput | TagResourceCommandOutput | TestWirelessDeviceCommandOutput | UntagResourceCommandOutput | UpdateDestinationCommandOutput | UpdateFuotaTaskCommandOutput | UpdateLogLevelsByResourceTypesCommandOutput | UpdateMulticastGroupCommandOutput | UpdateNetworkAnalyzerConfigurationCommandOutput | UpdatePartnerAccountCommandOutput | UpdateResourceEventConfigurationCommandOutput | UpdateWirelessDeviceCommandOutput | UpdateWirelessGatewayCommandOutput;
|
|
96
|
+
export declare type ServiceInputTypes = AssociateAwsAccountWithPartnerAccountCommandInput | AssociateMulticastGroupWithFuotaTaskCommandInput | AssociateWirelessDeviceWithFuotaTaskCommandInput | AssociateWirelessDeviceWithMulticastGroupCommandInput | AssociateWirelessDeviceWithThingCommandInput | AssociateWirelessGatewayWithCertificateCommandInput | AssociateWirelessGatewayWithThingCommandInput | CancelMulticastGroupSessionCommandInput | CreateDestinationCommandInput | CreateDeviceProfileCommandInput | CreateFuotaTaskCommandInput | CreateMulticastGroupCommandInput | CreateServiceProfileCommandInput | CreateWirelessDeviceCommandInput | CreateWirelessGatewayCommandInput | CreateWirelessGatewayTaskCommandInput | CreateWirelessGatewayTaskDefinitionCommandInput | DeleteDestinationCommandInput | DeleteDeviceProfileCommandInput | DeleteFuotaTaskCommandInput | DeleteMulticastGroupCommandInput | DeleteQueuedMessagesCommandInput | DeleteServiceProfileCommandInput | DeleteWirelessDeviceCommandInput | DeleteWirelessGatewayCommandInput | DeleteWirelessGatewayTaskCommandInput | DeleteWirelessGatewayTaskDefinitionCommandInput | DisassociateAwsAccountFromPartnerAccountCommandInput | DisassociateMulticastGroupFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromMulticastGroupCommandInput | DisassociateWirelessDeviceFromThingCommandInput | DisassociateWirelessGatewayFromCertificateCommandInput | DisassociateWirelessGatewayFromThingCommandInput | GetDestinationCommandInput | GetDeviceProfileCommandInput | GetFuotaTaskCommandInput | GetLogLevelsByResourceTypesCommandInput | GetMulticastGroupCommandInput | GetMulticastGroupSessionCommandInput | GetNetworkAnalyzerConfigurationCommandInput | GetPartnerAccountCommandInput | GetResourceEventConfigurationCommandInput | GetResourceLogLevelCommandInput | GetServiceEndpointCommandInput | GetServiceProfileCommandInput | GetWirelessDeviceCommandInput | GetWirelessDeviceStatisticsCommandInput | GetWirelessGatewayCertificateCommandInput | GetWirelessGatewayCommandInput | GetWirelessGatewayFirmwareInformationCommandInput | GetWirelessGatewayStatisticsCommandInput | GetWirelessGatewayTaskCommandInput | GetWirelessGatewayTaskDefinitionCommandInput | ListDestinationsCommandInput | ListDeviceProfilesCommandInput | ListFuotaTasksCommandInput | ListMulticastGroupsByFuotaTaskCommandInput | ListMulticastGroupsCommandInput | ListPartnerAccountsCommandInput | ListQueuedMessagesCommandInput | ListServiceProfilesCommandInput | ListTagsForResourceCommandInput | ListWirelessDevicesCommandInput | ListWirelessGatewayTaskDefinitionsCommandInput | ListWirelessGatewaysCommandInput | PutResourceLogLevelCommandInput | ResetAllResourceLogLevelsCommandInput | ResetResourceLogLevelCommandInput | SendDataToMulticastGroupCommandInput | SendDataToWirelessDeviceCommandInput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput | StartFuotaTaskCommandInput | StartMulticastGroupSessionCommandInput | TagResourceCommandInput | TestWirelessDeviceCommandInput | UntagResourceCommandInput | UpdateDestinationCommandInput | UpdateFuotaTaskCommandInput | UpdateLogLevelsByResourceTypesCommandInput | UpdateMulticastGroupCommandInput | UpdateNetworkAnalyzerConfigurationCommandInput | UpdatePartnerAccountCommandInput | UpdateResourceEventConfigurationCommandInput | UpdateWirelessDeviceCommandInput | UpdateWirelessGatewayCommandInput;
|
|
97
|
+
export declare type ServiceOutputTypes = AssociateAwsAccountWithPartnerAccountCommandOutput | AssociateMulticastGroupWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithMulticastGroupCommandOutput | AssociateWirelessDeviceWithThingCommandOutput | AssociateWirelessGatewayWithCertificateCommandOutput | AssociateWirelessGatewayWithThingCommandOutput | CancelMulticastGroupSessionCommandOutput | CreateDestinationCommandOutput | CreateDeviceProfileCommandOutput | CreateFuotaTaskCommandOutput | CreateMulticastGroupCommandOutput | CreateServiceProfileCommandOutput | CreateWirelessDeviceCommandOutput | CreateWirelessGatewayCommandOutput | CreateWirelessGatewayTaskCommandOutput | CreateWirelessGatewayTaskDefinitionCommandOutput | DeleteDestinationCommandOutput | DeleteDeviceProfileCommandOutput | DeleteFuotaTaskCommandOutput | DeleteMulticastGroupCommandOutput | DeleteQueuedMessagesCommandOutput | DeleteServiceProfileCommandOutput | DeleteWirelessDeviceCommandOutput | DeleteWirelessGatewayCommandOutput | DeleteWirelessGatewayTaskCommandOutput | DeleteWirelessGatewayTaskDefinitionCommandOutput | DisassociateAwsAccountFromPartnerAccountCommandOutput | DisassociateMulticastGroupFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromMulticastGroupCommandOutput | DisassociateWirelessDeviceFromThingCommandOutput | DisassociateWirelessGatewayFromCertificateCommandOutput | DisassociateWirelessGatewayFromThingCommandOutput | GetDestinationCommandOutput | GetDeviceProfileCommandOutput | GetFuotaTaskCommandOutput | GetLogLevelsByResourceTypesCommandOutput | GetMulticastGroupCommandOutput | GetMulticastGroupSessionCommandOutput | GetNetworkAnalyzerConfigurationCommandOutput | GetPartnerAccountCommandOutput | GetResourceEventConfigurationCommandOutput | GetResourceLogLevelCommandOutput | GetServiceEndpointCommandOutput | GetServiceProfileCommandOutput | GetWirelessDeviceCommandOutput | GetWirelessDeviceStatisticsCommandOutput | GetWirelessGatewayCertificateCommandOutput | GetWirelessGatewayCommandOutput | GetWirelessGatewayFirmwareInformationCommandOutput | GetWirelessGatewayStatisticsCommandOutput | GetWirelessGatewayTaskCommandOutput | GetWirelessGatewayTaskDefinitionCommandOutput | ListDestinationsCommandOutput | ListDeviceProfilesCommandOutput | ListFuotaTasksCommandOutput | ListMulticastGroupsByFuotaTaskCommandOutput | ListMulticastGroupsCommandOutput | ListPartnerAccountsCommandOutput | ListQueuedMessagesCommandOutput | ListServiceProfilesCommandOutput | ListTagsForResourceCommandOutput | ListWirelessDevicesCommandOutput | ListWirelessGatewayTaskDefinitionsCommandOutput | ListWirelessGatewaysCommandOutput | PutResourceLogLevelCommandOutput | ResetAllResourceLogLevelsCommandOutput | ResetResourceLogLevelCommandOutput | SendDataToMulticastGroupCommandOutput | SendDataToWirelessDeviceCommandOutput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput | StartFuotaTaskCommandOutput | StartMulticastGroupSessionCommandOutput | TagResourceCommandOutput | TestWirelessDeviceCommandOutput | UntagResourceCommandOutput | UpdateDestinationCommandOutput | UpdateFuotaTaskCommandOutput | UpdateLogLevelsByResourceTypesCommandOutput | UpdateMulticastGroupCommandOutput | UpdateNetworkAnalyzerConfigurationCommandOutput | UpdatePartnerAccountCommandOutput | UpdateResourceEventConfigurationCommandOutput | UpdateWirelessDeviceCommandOutput | UpdateWirelessGatewayCommandOutput;
|
|
96
98
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
97
99
|
/**
|
|
98
100
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -193,6 +195,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
193
195
|
* @internal
|
|
194
196
|
*/
|
|
195
197
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
198
|
+
/**
|
|
199
|
+
* The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
200
|
+
*/
|
|
201
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
196
202
|
}
|
|
197
203
|
declare type IoTWirelessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
198
204
|
/**
|
|
@@ -207,7 +213,17 @@ declare type IoTWirelessClientResolvedConfigType = __SmithyResolvedConfiguration
|
|
|
207
213
|
export interface IoTWirelessClientResolvedConfig extends IoTWirelessClientResolvedConfigType {
|
|
208
214
|
}
|
|
209
215
|
/**
|
|
210
|
-
* <p>AWS IoT Wireless
|
|
216
|
+
* <p>AWS IoT Wireless provides bi-directional communication between internet-connected wireless
|
|
217
|
+
* devices and the AWS Cloud. To onboard both LoRaWAN and Sidewalk devices to AWS IoT, use the
|
|
218
|
+
* IoT Wireless API. These wireless devices use the Low Power Wide Area Networking (LPWAN)
|
|
219
|
+
* communication protocol to communicate with AWS IoT.</p>
|
|
220
|
+
* <p>Using the API, you can perform create, read, update, and delete operations for your wireless
|
|
221
|
+
* devices, gateways, destinations, and profiles. After onboarding your devices, you
|
|
222
|
+
* can use the API operations to set log levels and monitor your devices with CloudWatch.</p>
|
|
223
|
+
* <p>You can also use the API operations to create multicast groups and schedule a multicast session for
|
|
224
|
+
* sending a downlink message to devices in the group. By using Firmware Updates Over-The-Air
|
|
225
|
+
* (FUOTA) API operations, you can create a FUOTA task and schedule a session to update the firmware
|
|
226
|
+
* of individual devices or an entire group of devices in a multicast group.</p>
|
|
211
227
|
*/
|
|
212
228
|
export declare class IoTWirelessClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IoTWirelessClientResolvedConfig> {
|
|
213
229
|
/**
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { DeleteQueuedMessagesRequest, DeleteQueuedMessagesResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteQueuedMessagesCommandInput extends DeleteQueuedMessagesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteQueuedMessagesCommandOutput extends DeleteQueuedMessagesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> The operation to delete queued messages. </p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { IoTWirelessClient, DeleteQueuedMessagesCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
15
|
+
* // const { IoTWirelessClient, DeleteQueuedMessagesCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
16
|
+
* const client = new IoTWirelessClient(config);
|
|
17
|
+
* const command = new DeleteQueuedMessagesCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteQueuedMessagesCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteQueuedMessagesCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteQueuedMessagesCommand extends $Command<DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteQueuedMessagesCommandInput;
|
|
28
|
+
constructor(input: DeleteQueuedMessagesCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { ListQueuedMessagesRequest, ListQueuedMessagesResponse } from "../models/models_0";
|
|
5
|
+
export interface ListQueuedMessagesCommandInput extends ListQueuedMessagesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListQueuedMessagesCommandOutput extends ListQueuedMessagesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>The operation to list queued messages. </p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { IoTWirelessClient, ListQueuedMessagesCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
15
|
+
* // const { IoTWirelessClient, ListQueuedMessagesCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
16
|
+
* const client = new IoTWirelessClient(config);
|
|
17
|
+
* const command = new ListQueuedMessagesCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListQueuedMessagesCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListQueuedMessagesCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListQueuedMessagesCommand extends $Command<ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
27
|
+
readonly input: ListQueuedMessagesCommandInput;
|
|
28
|
+
constructor(input: ListQueuedMessagesCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -19,6 +19,7 @@ export * from "./DeleteDestinationCommand";
|
|
|
19
19
|
export * from "./DeleteDeviceProfileCommand";
|
|
20
20
|
export * from "./DeleteFuotaTaskCommand";
|
|
21
21
|
export * from "./DeleteMulticastGroupCommand";
|
|
22
|
+
export * from "./DeleteQueuedMessagesCommand";
|
|
22
23
|
export * from "./DeleteServiceProfileCommand";
|
|
23
24
|
export * from "./DeleteWirelessDeviceCommand";
|
|
24
25
|
export * from "./DeleteWirelessGatewayCommand";
|
|
@@ -57,6 +58,7 @@ export * from "./ListFuotaTasksCommand";
|
|
|
57
58
|
export * from "./ListMulticastGroupsByFuotaTaskCommand";
|
|
58
59
|
export * from "./ListMulticastGroupsCommand";
|
|
59
60
|
export * from "./ListPartnerAccountsCommand";
|
|
61
|
+
export * from "./ListQueuedMessagesCommand";
|
|
60
62
|
export * from "./ListServiceProfilesCommand";
|
|
61
63
|
export * from "./ListTagsForResourceCommand";
|
|
62
64
|
export * from "./ListWirelessDevicesCommand";
|
|
@@ -91,12 +91,6 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
|
|
|
91
91
|
$fault: "client";
|
|
92
92
|
Message?: string;
|
|
93
93
|
}
|
|
94
|
-
export declare namespace AccessDeniedException {
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
99
|
-
}
|
|
100
94
|
/**
|
|
101
95
|
* <p>Information about a Sidewalk account.</p>
|
|
102
96
|
*/
|
|
@@ -187,12 +181,6 @@ export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
|
187
181
|
*/
|
|
188
182
|
ResourceType?: string;
|
|
189
183
|
}
|
|
190
|
-
export declare namespace ConflictException {
|
|
191
|
-
/**
|
|
192
|
-
* @internal
|
|
193
|
-
*/
|
|
194
|
-
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
195
|
-
}
|
|
196
184
|
/**
|
|
197
185
|
* <p>An unexpected error occurred while processing a request.</p>
|
|
198
186
|
*/
|
|
@@ -201,12 +189,6 @@ export interface InternalServerException extends __SmithyException, $MetadataBea
|
|
|
201
189
|
$fault: "server";
|
|
202
190
|
Message?: string;
|
|
203
191
|
}
|
|
204
|
-
export declare namespace InternalServerException {
|
|
205
|
-
/**
|
|
206
|
-
* @internal
|
|
207
|
-
*/
|
|
208
|
-
const filterSensitiveLog: (obj: InternalServerException) => any;
|
|
209
|
-
}
|
|
210
192
|
/**
|
|
211
193
|
* <p>Resource does not exist.</p>
|
|
212
194
|
*/
|
|
@@ -223,12 +205,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
223
205
|
*/
|
|
224
206
|
ResourceType?: string;
|
|
225
207
|
}
|
|
226
|
-
export declare namespace ResourceNotFoundException {
|
|
227
|
-
/**
|
|
228
|
-
* @internal
|
|
229
|
-
*/
|
|
230
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
231
|
-
}
|
|
232
208
|
/**
|
|
233
209
|
* <p>The request was denied because it exceeded the allowed API request rate.</p>
|
|
234
210
|
*/
|
|
@@ -237,12 +213,6 @@ export interface ThrottlingException extends __SmithyException, $MetadataBearer
|
|
|
237
213
|
$fault: "client";
|
|
238
214
|
Message?: string;
|
|
239
215
|
}
|
|
240
|
-
export declare namespace ThrottlingException {
|
|
241
|
-
/**
|
|
242
|
-
* @internal
|
|
243
|
-
*/
|
|
244
|
-
const filterSensitiveLog: (obj: ThrottlingException) => any;
|
|
245
|
-
}
|
|
246
216
|
/**
|
|
247
217
|
* <p>The input did not meet the specified constraints.</p>
|
|
248
218
|
*/
|
|
@@ -251,12 +221,6 @@ export interface ValidationException extends __SmithyException, $MetadataBearer
|
|
|
251
221
|
$fault: "client";
|
|
252
222
|
Message?: string;
|
|
253
223
|
}
|
|
254
|
-
export declare namespace ValidationException {
|
|
255
|
-
/**
|
|
256
|
-
* @internal
|
|
257
|
-
*/
|
|
258
|
-
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
259
|
-
}
|
|
260
224
|
export interface AssociateMulticastGroupWithFuotaTaskRequest {
|
|
261
225
|
/**
|
|
262
226
|
* <p>The ID of a FUOTA task.</p>
|
|
@@ -1317,6 +1281,34 @@ export declare namespace DeleteMulticastGroupResponse {
|
|
|
1317
1281
|
*/
|
|
1318
1282
|
const filterSensitiveLog: (obj: DeleteMulticastGroupResponse) => any;
|
|
1319
1283
|
}
|
|
1284
|
+
export interface DeleteQueuedMessagesRequest {
|
|
1285
|
+
/**
|
|
1286
|
+
* <p>Id of a given wireless device which messages will be deleted </p>
|
|
1287
|
+
*/
|
|
1288
|
+
Id: string | undefined;
|
|
1289
|
+
/**
|
|
1290
|
+
* <p>if messageID=="*", the queue for a particular wireless deviceId will be purged, otherwise, the specific message with messageId will be deleted </p>
|
|
1291
|
+
*/
|
|
1292
|
+
MessageId: string | undefined;
|
|
1293
|
+
/**
|
|
1294
|
+
* <p>The wireless device type, it is either Sidewalk or LoRaWAN. </p>
|
|
1295
|
+
*/
|
|
1296
|
+
WirelessDeviceType?: WirelessDeviceType | string;
|
|
1297
|
+
}
|
|
1298
|
+
export declare namespace DeleteQueuedMessagesRequest {
|
|
1299
|
+
/**
|
|
1300
|
+
* @internal
|
|
1301
|
+
*/
|
|
1302
|
+
const filterSensitiveLog: (obj: DeleteQueuedMessagesRequest) => any;
|
|
1303
|
+
}
|
|
1304
|
+
export interface DeleteQueuedMessagesResponse {
|
|
1305
|
+
}
|
|
1306
|
+
export declare namespace DeleteQueuedMessagesResponse {
|
|
1307
|
+
/**
|
|
1308
|
+
* @internal
|
|
1309
|
+
*/
|
|
1310
|
+
const filterSensitiveLog: (obj: DeleteQueuedMessagesResponse) => any;
|
|
1311
|
+
}
|
|
1320
1312
|
export interface DeleteServiceProfileRequest {
|
|
1321
1313
|
/**
|
|
1322
1314
|
* <p>The ID of the resource to delete.</p>
|
|
@@ -1676,6 +1668,48 @@ export declare namespace DisassociateWirelessGatewayFromThingResponse {
|
|
|
1676
1668
|
*/
|
|
1677
1669
|
const filterSensitiveLog: (obj: DisassociateWirelessGatewayFromThingResponse) => any;
|
|
1678
1670
|
}
|
|
1671
|
+
/**
|
|
1672
|
+
* <p>LoRaWAN router info.</p>
|
|
1673
|
+
*/
|
|
1674
|
+
export interface LoRaWANSendDataToDevice {
|
|
1675
|
+
/**
|
|
1676
|
+
* <p>The Fport value.</p>
|
|
1677
|
+
*/
|
|
1678
|
+
FPort?: number;
|
|
1679
|
+
}
|
|
1680
|
+
export declare namespace LoRaWANSendDataToDevice {
|
|
1681
|
+
/**
|
|
1682
|
+
* @internal
|
|
1683
|
+
*/
|
|
1684
|
+
const filterSensitiveLog: (obj: LoRaWANSendDataToDevice) => any;
|
|
1685
|
+
}
|
|
1686
|
+
/**
|
|
1687
|
+
* <p>The message in downlink queue.</p>
|
|
1688
|
+
*/
|
|
1689
|
+
export interface DownlinkQueueMessage {
|
|
1690
|
+
/**
|
|
1691
|
+
* <p> The messageId allocated by IoT Wireless for tracing purpose</p>
|
|
1692
|
+
*/
|
|
1693
|
+
MessageId?: string;
|
|
1694
|
+
/**
|
|
1695
|
+
* <p>The transmit mode to use to send data to the wireless device. Can be: <code>0</code> for UM (unacknowledge mode) or <code>1</code> for AM (acknowledge mode).</p>
|
|
1696
|
+
*/
|
|
1697
|
+
TransmitMode?: number;
|
|
1698
|
+
/**
|
|
1699
|
+
* <p>The timestamp that Iot Wireless received the message.</p>
|
|
1700
|
+
*/
|
|
1701
|
+
ReceivedAt?: string;
|
|
1702
|
+
/**
|
|
1703
|
+
* <p>LoRaWAN router info.</p>
|
|
1704
|
+
*/
|
|
1705
|
+
LoRaWAN?: LoRaWANSendDataToDevice;
|
|
1706
|
+
}
|
|
1707
|
+
export declare namespace DownlinkQueueMessage {
|
|
1708
|
+
/**
|
|
1709
|
+
* @internal
|
|
1710
|
+
*/
|
|
1711
|
+
const filterSensitiveLog: (obj: DownlinkQueueMessage) => any;
|
|
1712
|
+
}
|
|
1679
1713
|
export declare enum Event {
|
|
1680
1714
|
ACK = "ack",
|
|
1681
1715
|
DISCOVERED = "discovered",
|
|
@@ -3181,6 +3215,46 @@ export declare namespace ListPartnerAccountsResponse {
|
|
|
3181
3215
|
*/
|
|
3182
3216
|
const filterSensitiveLog: (obj: ListPartnerAccountsResponse) => any;
|
|
3183
3217
|
}
|
|
3218
|
+
export interface ListQueuedMessagesRequest {
|
|
3219
|
+
/**
|
|
3220
|
+
* <p>Id of a given wireless device which the downlink packets are targeted </p>
|
|
3221
|
+
*/
|
|
3222
|
+
Id: string | undefined;
|
|
3223
|
+
/**
|
|
3224
|
+
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
|
|
3225
|
+
*/
|
|
3226
|
+
NextToken?: string;
|
|
3227
|
+
/**
|
|
3228
|
+
* <p>The maximum number of results to return in this operation.</p>
|
|
3229
|
+
*/
|
|
3230
|
+
MaxResults?: number;
|
|
3231
|
+
/**
|
|
3232
|
+
* <p>The wireless device type, it is either Sidewalk or LoRaWAN.</p>
|
|
3233
|
+
*/
|
|
3234
|
+
WirelessDeviceType?: WirelessDeviceType | string;
|
|
3235
|
+
}
|
|
3236
|
+
export declare namespace ListQueuedMessagesRequest {
|
|
3237
|
+
/**
|
|
3238
|
+
* @internal
|
|
3239
|
+
*/
|
|
3240
|
+
const filterSensitiveLog: (obj: ListQueuedMessagesRequest) => any;
|
|
3241
|
+
}
|
|
3242
|
+
export interface ListQueuedMessagesResponse {
|
|
3243
|
+
/**
|
|
3244
|
+
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
|
|
3245
|
+
*/
|
|
3246
|
+
NextToken?: string;
|
|
3247
|
+
/**
|
|
3248
|
+
* <p>The messages in downlink queue.</p>
|
|
3249
|
+
*/
|
|
3250
|
+
DownlinkQueueMessagesList?: DownlinkQueueMessage[];
|
|
3251
|
+
}
|
|
3252
|
+
export declare namespace ListQueuedMessagesResponse {
|
|
3253
|
+
/**
|
|
3254
|
+
* @internal
|
|
3255
|
+
*/
|
|
3256
|
+
const filterSensitiveLog: (obj: ListQueuedMessagesResponse) => any;
|
|
3257
|
+
}
|
|
3184
3258
|
export interface ListServiceProfilesRequest {
|
|
3185
3259
|
/**
|
|
3186
3260
|
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
|
|
@@ -3693,21 +3767,6 @@ export declare namespace SendDataToMulticastGroupResponse {
|
|
|
3693
3767
|
*/
|
|
3694
3768
|
const filterSensitiveLog: (obj: SendDataToMulticastGroupResponse) => any;
|
|
3695
3769
|
}
|
|
3696
|
-
/**
|
|
3697
|
-
* <p>LoRaWAN router info.</p>
|
|
3698
|
-
*/
|
|
3699
|
-
export interface LoRaWANSendDataToDevice {
|
|
3700
|
-
/**
|
|
3701
|
-
* <p>The Fport value.</p>
|
|
3702
|
-
*/
|
|
3703
|
-
FPort?: number;
|
|
3704
|
-
}
|
|
3705
|
-
export declare namespace LoRaWANSendDataToDevice {
|
|
3706
|
-
/**
|
|
3707
|
-
* @internal
|
|
3708
|
-
*/
|
|
3709
|
-
const filterSensitiveLog: (obj: LoRaWANSendDataToDevice) => any;
|
|
3710
|
-
}
|
|
3711
3770
|
export declare enum MessageType {
|
|
3712
3771
|
CUSTOM_COMMAND_ID_GET = "CUSTOM_COMMAND_ID_GET",
|
|
3713
3772
|
CUSTOM_COMMAND_ID_NOTIFY = "CUSTOM_COMMAND_ID_NOTIFY",
|
|
@@ -3943,12 +4002,6 @@ export interface TooManyTagsException extends __SmithyException, $MetadataBearer
|
|
|
3943
4002
|
*/
|
|
3944
4003
|
ResourceName?: string;
|
|
3945
4004
|
}
|
|
3946
|
-
export declare namespace TooManyTagsException {
|
|
3947
|
-
/**
|
|
3948
|
-
* @internal
|
|
3949
|
-
*/
|
|
3950
|
-
const filterSensitiveLog: (obj: TooManyTagsException) => any;
|
|
3951
|
-
}
|
|
3952
4005
|
export interface TestWirelessDeviceRequest {
|
|
3953
4006
|
/**
|
|
3954
4007
|
* <p>The ID of the wireless device to test.</p>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "../commands/ListQueuedMessagesCommand";
|
|
3
|
+
import { IoTWirelessPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListQueuedMessages(config: IoTWirelessPaginationConfiguration, input: ListQueuedMessagesCommandInput, ...additionalArguments: any): Paginator<ListQueuedMessagesCommandOutput>;
|
|
@@ -4,6 +4,7 @@ export * from "./ListDeviceProfilesPaginator";
|
|
|
4
4
|
export * from "./ListFuotaTasksPaginator";
|
|
5
5
|
export * from "./ListMulticastGroupsByFuotaTaskPaginator";
|
|
6
6
|
export * from "./ListMulticastGroupsPaginator";
|
|
7
|
+
export * from "./ListQueuedMessagesPaginator";
|
|
7
8
|
export * from "./ListServiceProfilesPaginator";
|
|
8
9
|
export * from "./ListWirelessDevicesPaginator";
|
|
9
10
|
export * from "./ListWirelessGatewaysPaginator";
|
|
@@ -21,6 +21,7 @@ import { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from ".
|
|
|
21
21
|
import { DeleteDeviceProfileCommandInput, DeleteDeviceProfileCommandOutput } from "../commands/DeleteDeviceProfileCommand";
|
|
22
22
|
import { DeleteFuotaTaskCommandInput, DeleteFuotaTaskCommandOutput } from "../commands/DeleteFuotaTaskCommand";
|
|
23
23
|
import { DeleteMulticastGroupCommandInput, DeleteMulticastGroupCommandOutput } from "../commands/DeleteMulticastGroupCommand";
|
|
24
|
+
import { DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput } from "../commands/DeleteQueuedMessagesCommand";
|
|
24
25
|
import { DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput } from "../commands/DeleteServiceProfileCommand";
|
|
25
26
|
import { DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput } from "../commands/DeleteWirelessDeviceCommand";
|
|
26
27
|
import { DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput } from "../commands/DeleteWirelessGatewayCommand";
|
|
@@ -59,6 +60,7 @@ import { ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput } from "../comm
|
|
|
59
60
|
import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput } from "../commands/ListMulticastGroupsByFuotaTaskCommand";
|
|
60
61
|
import { ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput } from "../commands/ListMulticastGroupsCommand";
|
|
61
62
|
import { ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput } from "../commands/ListPartnerAccountsCommand";
|
|
63
|
+
import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "../commands/ListQueuedMessagesCommand";
|
|
62
64
|
import { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "../commands/ListServiceProfilesCommand";
|
|
63
65
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
64
66
|
import { ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput } from "../commands/ListWirelessDevicesCommand";
|
|
@@ -106,6 +108,7 @@ export declare const serializeAws_restJson1DeleteDestinationCommand: (input: Del
|
|
|
106
108
|
export declare const serializeAws_restJson1DeleteDeviceProfileCommand: (input: DeleteDeviceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
109
|
export declare const serializeAws_restJson1DeleteFuotaTaskCommand: (input: DeleteFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
110
|
export declare const serializeAws_restJson1DeleteMulticastGroupCommand: (input: DeleteMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
+
export declare const serializeAws_restJson1DeleteQueuedMessagesCommand: (input: DeleteQueuedMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
112
|
export declare const serializeAws_restJson1DeleteServiceProfileCommand: (input: DeleteServiceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
113
|
export declare const serializeAws_restJson1DeleteWirelessDeviceCommand: (input: DeleteWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
114
|
export declare const serializeAws_restJson1DeleteWirelessGatewayCommand: (input: DeleteWirelessGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -144,6 +147,7 @@ export declare const serializeAws_restJson1ListFuotaTasksCommand: (input: ListFu
|
|
|
144
147
|
export declare const serializeAws_restJson1ListMulticastGroupsCommand: (input: ListMulticastGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
148
|
export declare const serializeAws_restJson1ListMulticastGroupsByFuotaTaskCommand: (input: ListMulticastGroupsByFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
149
|
export declare const serializeAws_restJson1ListPartnerAccountsCommand: (input: ListPartnerAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
+
export declare const serializeAws_restJson1ListQueuedMessagesCommand: (input: ListQueuedMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
151
|
export declare const serializeAws_restJson1ListServiceProfilesCommand: (input: ListServiceProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
152
|
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
153
|
export declare const serializeAws_restJson1ListWirelessDevicesCommand: (input: ListWirelessDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -191,6 +195,7 @@ export declare const deserializeAws_restJson1DeleteDestinationCommand: (output:
|
|
|
191
195
|
export declare const deserializeAws_restJson1DeleteDeviceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeviceProfileCommandOutput>;
|
|
192
196
|
export declare const deserializeAws_restJson1DeleteFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFuotaTaskCommandOutput>;
|
|
193
197
|
export declare const deserializeAws_restJson1DeleteMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMulticastGroupCommandOutput>;
|
|
198
|
+
export declare const deserializeAws_restJson1DeleteQueuedMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueuedMessagesCommandOutput>;
|
|
194
199
|
export declare const deserializeAws_restJson1DeleteServiceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceProfileCommandOutput>;
|
|
195
200
|
export declare const deserializeAws_restJson1DeleteWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWirelessDeviceCommandOutput>;
|
|
196
201
|
export declare const deserializeAws_restJson1DeleteWirelessGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWirelessGatewayCommandOutput>;
|
|
@@ -229,6 +234,7 @@ export declare const deserializeAws_restJson1ListFuotaTasksCommand: (output: __H
|
|
|
229
234
|
export declare const deserializeAws_restJson1ListMulticastGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMulticastGroupsCommandOutput>;
|
|
230
235
|
export declare const deserializeAws_restJson1ListMulticastGroupsByFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMulticastGroupsByFuotaTaskCommandOutput>;
|
|
231
236
|
export declare const deserializeAws_restJson1ListPartnerAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPartnerAccountsCommandOutput>;
|
|
237
|
+
export declare const deserializeAws_restJson1ListQueuedMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuedMessagesCommandOutput>;
|
|
232
238
|
export declare const deserializeAws_restJson1ListServiceProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceProfilesCommandOutput>;
|
|
233
239
|
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
234
240
|
export declare const deserializeAws_restJson1ListWirelessDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWirelessDevicesCommandOutput>;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { IoTWirelessClientConfig } from "./IoTWirelessClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: IoTWirelessClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: IoTWirelessClientConfig) => {
|
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { IoTWirelessClientConfig } from "./IoTWirelessClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: IoTWirelessClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
12
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: IoTWirelessClientConfig) => {
|
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
28
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
30
|
tls?: boolean | undefined;
|
|
30
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|