@aws-sdk/client-iot-wireless 3.321.1 → 3.326.0

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.
Files changed (110) hide show
  1. package/dist-types/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +10 -0
  2. package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +4 -0
  3. package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +4 -0
  4. package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +4 -0
  5. package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +4 -0
  6. package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +6 -0
  7. package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +4 -0
  8. package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +4 -0
  9. package/dist-types/commands/CreateDestinationCommand.d.ts +7 -0
  10. package/dist-types/commands/CreateDeviceProfileCommand.d.ts +7 -0
  11. package/dist-types/commands/CreateFuotaTaskCommand.d.ts +7 -0
  12. package/dist-types/commands/CreateMulticastGroupCommand.d.ts +7 -0
  13. package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +7 -0
  14. package/dist-types/commands/CreateServiceProfileCommand.d.ts +7 -0
  15. package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +7 -0
  16. package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +7 -0
  17. package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +7 -0
  18. package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +7 -0
  19. package/dist-types/commands/DeleteDestinationCommand.d.ts +4 -0
  20. package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +4 -0
  21. package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +4 -0
  22. package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +4 -0
  23. package/dist-types/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +4 -0
  25. package/dist-types/commands/DeleteServiceProfileCommand.d.ts +4 -0
  26. package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +4 -0
  27. package/dist-types/commands/DeleteWirelessDeviceImportTaskCommand.d.ts +4 -0
  28. package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +4 -0
  29. package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +4 -0
  30. package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +4 -0
  31. package/dist-types/commands/DeregisterWirelessDeviceCommand.d.ts +4 -0
  32. package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +4 -0
  33. package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +4 -0
  34. package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +4 -0
  35. package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +4 -0
  36. package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +4 -0
  37. package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +4 -0
  38. package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +4 -0
  39. package/dist-types/commands/GetDestinationCommand.d.ts +11 -0
  40. package/dist-types/commands/GetDeviceProfileCommand.d.ts +44 -0
  41. package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +30 -0
  42. package/dist-types/commands/GetFuotaTaskCommand.d.ts +20 -0
  43. package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +30 -0
  44. package/dist-types/commands/GetMulticastGroupCommand.d.ts +17 -0
  45. package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +12 -0
  46. package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +18 -0
  47. package/dist-types/commands/GetPartnerAccountCommand.d.ts +11 -0
  48. package/dist-types/commands/GetPositionCommand.d.ts +16 -0
  49. package/dist-types/commands/GetPositionConfigurationCommand.d.ts +14 -0
  50. package/dist-types/commands/GetPositionEstimateCommand.d.ts +6 -0
  51. package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +35 -0
  52. package/dist-types/commands/GetResourceLogLevelCommand.d.ts +6 -0
  53. package/dist-types/commands/GetResourcePositionCommand.d.ts +6 -0
  54. package/dist-types/commands/GetServiceEndpointCommand.d.ts +8 -0
  55. package/dist-types/commands/GetServiceProfileCommand.d.ts +29 -0
  56. package/dist-types/commands/GetWirelessDeviceCommand.d.ts +84 -0
  57. package/dist-types/commands/GetWirelessDeviceImportTaskCommand.d.ts +21 -0
  58. package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +27 -0
  59. package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +7 -0
  60. package/dist-types/commands/GetWirelessGatewayCommand.d.ts +33 -0
  61. package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +12 -0
  62. package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +8 -0
  63. package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +10 -0
  64. package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +26 -0
  65. package/dist-types/commands/ListDestinationsCommand.d.ts +16 -0
  66. package/dist-types/commands/ListDeviceProfilesCommand.d.ts +13 -0
  67. package/dist-types/commands/ListDevicesForWirelessDeviceImportTaskCommand.d.ts +17 -0
  68. package/dist-types/commands/ListEventConfigurationsCommand.d.ts +45 -0
  69. package/dist-types/commands/ListFuotaTasksCommand.d.ts +13 -0
  70. package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +11 -0
  71. package/dist-types/commands/ListMulticastGroupsCommand.d.ts +13 -0
  72. package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +12 -0
  73. package/dist-types/commands/ListPartnerAccountsCommand.d.ts +13 -0
  74. package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +21 -0
  75. package/dist-types/commands/ListQueuedMessagesCommand.d.ts +26 -0
  76. package/dist-types/commands/ListServiceProfilesCommand.d.ts +13 -0
  77. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  78. package/dist-types/commands/ListWirelessDeviceImportTasksCommand.d.ts +26 -0
  79. package/dist-types/commands/ListWirelessDevicesCommand.d.ts +35 -0
  80. package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +24 -0
  81. package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +37 -0
  82. package/dist-types/commands/PutPositionConfigurationCommand.d.ts +4 -0
  83. package/dist-types/commands/PutResourceLogLevelCommand.d.ts +4 -0
  84. package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +4 -0
  85. package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +4 -0
  86. package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +6 -0
  87. package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +6 -0
  88. package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +4 -0
  89. package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +4 -0
  90. package/dist-types/commands/StartFuotaTaskCommand.d.ts +4 -0
  91. package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +4 -0
  92. package/dist-types/commands/StartSingleWirelessDeviceImportTaskCommand.d.ts +7 -0
  93. package/dist-types/commands/StartWirelessDeviceImportTaskCommand.d.ts +7 -0
  94. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  95. package/dist-types/commands/TestWirelessDeviceCommand.d.ts +6 -0
  96. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  97. package/dist-types/commands/UpdateDestinationCommand.d.ts +4 -0
  98. package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +4 -0
  99. package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +4 -0
  100. package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +4 -0
  101. package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +4 -0
  102. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +4 -0
  103. package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +4 -0
  104. package/dist-types/commands/UpdatePositionCommand.d.ts +4 -0
  105. package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +4 -0
  106. package/dist-types/commands/UpdateResourcePositionCommand.d.ts +4 -0
  107. package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +4 -0
  108. package/dist-types/commands/UpdateWirelessDeviceImportTaskCommand.d.ts +4 -0
  109. package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +4 -0
  110. package/package.json +16 -16
@@ -32,6 +32,17 @@ export interface ListPartnerAccountsCommandOutput extends ListPartnerAccountsRes
32
32
  * };
33
33
  * const command = new ListPartnerAccountsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListPartnerAccountsResponse
36
+ * // NextToken: "STRING_VALUE",
37
+ * // Sidewalk: [ // SidewalkAccountList
38
+ * // { // SidewalkAccountInfoWithFingerprint
39
+ * // AmazonId: "STRING_VALUE",
40
+ * // Fingerprint: "STRING_VALUE",
41
+ * // Arn: "STRING_VALUE",
42
+ * // },
43
+ * // ],
44
+ * // };
45
+ *
35
46
  * ```
36
47
  *
37
48
  * @param ListPartnerAccountsCommandInput - {@link ListPartnerAccountsCommandInput}
@@ -52,6 +63,8 @@ export interface ListPartnerAccountsCommandOutput extends ListPartnerAccountsRes
52
63
  * @throws {@link ValidationException} (client fault)
53
64
  * <p>The input did not meet the specified constraints.</p>
54
65
  *
66
+ * @throws {@link IoTWirelessServiceException}
67
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
55
68
  *
56
69
  */
57
70
  export declare class ListPartnerAccountsCommand extends $Command<ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -40,6 +40,25 @@ export interface ListPositionConfigurationsCommandOutput extends ListPositionCon
40
40
  * };
41
41
  * const command = new ListPositionConfigurationsCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // ListPositionConfigurationsResponse
44
+ * // PositionConfigurationList: [ // PositionConfigurationList
45
+ * // { // PositionConfigurationItem
46
+ * // ResourceIdentifier: "STRING_VALUE",
47
+ * // ResourceType: "WirelessDevice" || "WirelessGateway",
48
+ * // Solvers: { // PositionSolverDetails
49
+ * // SemtechGnss: { // SemtechGnssDetail
50
+ * // Provider: "Semtech",
51
+ * // Type: "GNSS",
52
+ * // Status: "Enabled" || "Disabled",
53
+ * // Fec: "ROSE" || "NONE",
54
+ * // },
55
+ * // },
56
+ * // Destination: "STRING_VALUE",
57
+ * // },
58
+ * // ],
59
+ * // NextToken: "STRING_VALUE",
60
+ * // };
61
+ *
43
62
  * ```
44
63
  *
45
64
  * @param ListPositionConfigurationsCommandInput - {@link ListPositionConfigurationsCommandInput}
@@ -60,6 +79,8 @@ export interface ListPositionConfigurationsCommandOutput extends ListPositionCon
60
79
  * @throws {@link ValidationException} (client fault)
61
80
  * <p>The input did not meet the specified constraints.</p>
62
81
  *
82
+ * @throws {@link IoTWirelessServiceException}
83
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
63
84
  *
64
85
  */
65
86
  export declare class ListPositionConfigurationsCommand extends $Command<ListPositionConfigurationsCommandInput, ListPositionConfigurationsCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -34,6 +34,30 @@ export interface ListQueuedMessagesCommandOutput extends ListQueuedMessagesRespo
34
34
  * };
35
35
  * const command = new ListQueuedMessagesCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListQueuedMessagesResponse
38
+ * // NextToken: "STRING_VALUE",
39
+ * // DownlinkQueueMessagesList: [ // DownlinkQueueMessagesList
40
+ * // { // DownlinkQueueMessage
41
+ * // MessageId: "STRING_VALUE",
42
+ * // TransmitMode: Number("int"),
43
+ * // ReceivedAt: "STRING_VALUE",
44
+ * // LoRaWAN: { // LoRaWANSendDataToDevice
45
+ * // FPort: Number("int"),
46
+ * // ParticipatingGateways: { // ParticipatingGateways
47
+ * // DownlinkMode: "SEQUENTIAL" || "CONCURRENT" || "USING_UPLINK_GATEWAY", // required
48
+ * // GatewayList: [ // GatewayList // required
49
+ * // { // GatewayListItem
50
+ * // GatewayId: "STRING_VALUE", // required
51
+ * // DownlinkFrequency: Number("int"), // required
52
+ * // },
53
+ * // ],
54
+ * // TransmissionInterval: Number("int"), // required
55
+ * // },
56
+ * // },
57
+ * // },
58
+ * // ],
59
+ * // };
60
+ *
37
61
  * ```
38
62
  *
39
63
  * @param ListQueuedMessagesCommandInput - {@link ListQueuedMessagesCommandInput}
@@ -57,6 +81,8 @@ export interface ListQueuedMessagesCommandOutput extends ListQueuedMessagesRespo
57
81
  * @throws {@link ValidationException} (client fault)
58
82
  * <p>The input did not meet the specified constraints.</p>
59
83
  *
84
+ * @throws {@link IoTWirelessServiceException}
85
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
60
86
  *
61
87
  */
62
88
  export declare class ListQueuedMessagesCommand extends $Command<ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,17 @@ export interface ListServiceProfilesCommandOutput extends ListServiceProfilesRes
32
32
  * };
33
33
  * const command = new ListServiceProfilesCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListServiceProfilesResponse
36
+ * // NextToken: "STRING_VALUE",
37
+ * // ServiceProfileList: [ // ServiceProfileList
38
+ * // { // ServiceProfile
39
+ * // Arn: "STRING_VALUE",
40
+ * // Name: "STRING_VALUE",
41
+ * // Id: "STRING_VALUE",
42
+ * // },
43
+ * // ],
44
+ * // };
45
+ *
35
46
  * ```
36
47
  *
37
48
  * @param ListServiceProfilesCommandInput - {@link ListServiceProfilesCommandInput}
@@ -52,6 +63,8 @@ export interface ListServiceProfilesCommandOutput extends ListServiceProfilesRes
52
63
  * @throws {@link ValidationException} (client fault)
53
64
  * <p>The input did not meet the specified constraints.</p>
54
65
  *
66
+ * @throws {@link IoTWirelessServiceException}
67
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
55
68
  *
56
69
  */
57
70
  export declare class ListServiceProfilesCommand extends $Command<ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,15 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // ListTagsForResourceResponse
35
+ * // Tags: [ // TagList
36
+ * // { // Tag
37
+ * // Key: "STRING_VALUE", // required
38
+ * // Value: "STRING_VALUE", // required
39
+ * // },
40
+ * // ],
41
+ * // };
42
+ *
34
43
  * ```
35
44
  *
36
45
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -54,6 +63,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
54
63
  * @throws {@link ValidationException} (client fault)
55
64
  * <p>The input did not meet the specified constraints.</p>
56
65
  *
66
+ * @throws {@link IoTWirelessServiceException}
67
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
57
68
  *
58
69
  */
59
70
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,30 @@ export interface ListWirelessDeviceImportTasksCommandOutput extends ListWireless
32
32
  * };
33
33
  * const command = new ListWirelessDeviceImportTasksCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListWirelessDeviceImportTasksResponse
36
+ * // NextToken: "STRING_VALUE",
37
+ * // WirelessDeviceImportTaskList: [ // WirelessDeviceImportTaskList
38
+ * // { // WirelessDeviceImportTask
39
+ * // Id: "STRING_VALUE",
40
+ * // Arn: "STRING_VALUE",
41
+ * // DestinationName: "STRING_VALUE",
42
+ * // Sidewalk: { // SidewalkGetStartImportInfo
43
+ * // DeviceCreationFileList: [ // DeviceCreationFileList
44
+ * // "STRING_VALUE",
45
+ * // ],
46
+ * // Role: "STRING_VALUE",
47
+ * // },
48
+ * // CreationTime: new Date("TIMESTAMP"),
49
+ * // Status: "INITIALIZING" || "INITIALIZED" || "PENDING" || "COMPLETE" || "FAILED" || "DELETING",
50
+ * // StatusReason: "STRING_VALUE",
51
+ * // InitializedImportedDeviceCount: Number("long"),
52
+ * // PendingImportedDeviceCount: Number("long"),
53
+ * // OnboardedImportedDeviceCount: Number("long"),
54
+ * // FailedImportedDeviceCount: Number("long"),
55
+ * // },
56
+ * // ],
57
+ * // };
58
+ *
35
59
  * ```
36
60
  *
37
61
  * @param ListWirelessDeviceImportTasksCommandInput - {@link ListWirelessDeviceImportTasksCommandInput}
@@ -58,6 +82,8 @@ export interface ListWirelessDeviceImportTasksCommandOutput extends ListWireless
58
82
  * @throws {@link ValidationException} (client fault)
59
83
  * <p>The input did not meet the specified constraints.</p>
60
84
  *
85
+ * @throws {@link IoTWirelessServiceException}
86
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
61
87
  *
62
88
  */
63
89
  export declare class ListWirelessDeviceImportTasksCommand extends $Command<ListWirelessDeviceImportTasksCommandInput, ListWirelessDeviceImportTasksCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -39,6 +39,39 @@ export interface ListWirelessDevicesCommandOutput extends ListWirelessDevicesRes
39
39
  * };
40
40
  * const command = new ListWirelessDevicesCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // ListWirelessDevicesResponse
43
+ * // NextToken: "STRING_VALUE",
44
+ * // WirelessDeviceList: [ // WirelessDeviceStatisticsList
45
+ * // { // WirelessDeviceStatistics
46
+ * // Arn: "STRING_VALUE",
47
+ * // Id: "STRING_VALUE",
48
+ * // Type: "Sidewalk" || "LoRaWAN",
49
+ * // Name: "STRING_VALUE",
50
+ * // DestinationName: "STRING_VALUE",
51
+ * // LastUplinkReceivedAt: "STRING_VALUE",
52
+ * // LoRaWAN: { // LoRaWANListDevice
53
+ * // DevEui: "STRING_VALUE",
54
+ * // },
55
+ * // Sidewalk: { // SidewalkListDevice
56
+ * // AmazonId: "STRING_VALUE",
57
+ * // SidewalkId: "STRING_VALUE",
58
+ * // SidewalkManufacturingSn: "STRING_VALUE",
59
+ * // DeviceCertificates: [ // DeviceCertificateList
60
+ * // { // CertificateList
61
+ * // SigningAlg: "Ed25519" || "P256r1", // required
62
+ * // Value: "STRING_VALUE", // required
63
+ * // },
64
+ * // ],
65
+ * // DeviceProfileId: "STRING_VALUE",
66
+ * // Status: "PROVISIONED" || "REGISTERED" || "ACTIVATED" || "UNKNOWN",
67
+ * // },
68
+ * // FuotaDeviceStatus: "Initial" || "Package_Not_Supported" || "FragAlgo_unsupported" || "Not_enough_memory" || "FragIndex_unsupported" || "Wrong_descriptor" || "SessionCnt_replay" || "MissingFrag" || "MemoryError" || "MICError" || "Successful",
69
+ * // MulticastDeviceStatus: "STRING_VALUE",
70
+ * // McGroupId: Number("int"),
71
+ * // },
72
+ * // ],
73
+ * // };
74
+ *
42
75
  * ```
43
76
  *
44
77
  * @param ListWirelessDevicesCommandInput - {@link ListWirelessDevicesCommandInput}
@@ -59,6 +92,8 @@ export interface ListWirelessDevicesCommandOutput extends ListWirelessDevicesRes
59
92
  * @throws {@link ValidationException} (client fault)
60
93
  * <p>The input did not meet the specified constraints.</p>
61
94
  *
95
+ * @throws {@link IoTWirelessServiceException}
96
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
62
97
  *
63
98
  */
64
99
  export declare class ListWirelessDevicesCommand extends $Command<ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -33,6 +33,28 @@ export interface ListWirelessGatewayTaskDefinitionsCommandOutput extends ListWir
33
33
  * };
34
34
  * const command = new ListWirelessGatewayTaskDefinitionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListWirelessGatewayTaskDefinitionsResponse
37
+ * // NextToken: "STRING_VALUE",
38
+ * // TaskDefinitions: [ // WirelessGatewayTaskDefinitionList
39
+ * // { // UpdateWirelessGatewayTaskEntry
40
+ * // Id: "STRING_VALUE",
41
+ * // LoRaWAN: { // LoRaWANUpdateGatewayTaskEntry
42
+ * // CurrentVersion: { // LoRaWANGatewayVersion
43
+ * // PackageVersion: "STRING_VALUE",
44
+ * // Model: "STRING_VALUE",
45
+ * // Station: "STRING_VALUE",
46
+ * // },
47
+ * // UpdateVersion: {
48
+ * // PackageVersion: "STRING_VALUE",
49
+ * // Model: "STRING_VALUE",
50
+ * // Station: "STRING_VALUE",
51
+ * // },
52
+ * // },
53
+ * // Arn: "STRING_VALUE",
54
+ * // },
55
+ * // ],
56
+ * // };
57
+ *
36
58
  * ```
37
59
  *
38
60
  * @param ListWirelessGatewayTaskDefinitionsCommandInput - {@link ListWirelessGatewayTaskDefinitionsCommandInput}
@@ -53,6 +75,8 @@ export interface ListWirelessGatewayTaskDefinitionsCommandOutput extends ListWir
53
75
  * @throws {@link ValidationException} (client fault)
54
76
  * <p>The input did not meet the specified constraints.</p>
55
77
  *
78
+ * @throws {@link IoTWirelessServiceException}
79
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
56
80
  *
57
81
  */
58
82
  export declare class ListWirelessGatewayTaskDefinitionsCommand extends $Command<ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTaskDefinitionsCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,41 @@ export interface ListWirelessGatewaysCommandOutput extends ListWirelessGatewaysR
32
32
  * };
33
33
  * const command = new ListWirelessGatewaysCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListWirelessGatewaysResponse
36
+ * // NextToken: "STRING_VALUE",
37
+ * // WirelessGatewayList: [ // WirelessGatewayStatisticsList
38
+ * // { // WirelessGatewayStatistics
39
+ * // Arn: "STRING_VALUE",
40
+ * // Id: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // Description: "STRING_VALUE",
43
+ * // LoRaWAN: { // LoRaWANGateway
44
+ * // GatewayEui: "STRING_VALUE",
45
+ * // RfRegion: "STRING_VALUE",
46
+ * // JoinEuiFilters: [ // JoinEuiFilters
47
+ * // [ // JoinEuiRange
48
+ * // "STRING_VALUE",
49
+ * // ],
50
+ * // ],
51
+ * // NetIdFilters: [ // NetIdFilters
52
+ * // "STRING_VALUE",
53
+ * // ],
54
+ * // SubBands: [ // SubBands
55
+ * // Number("int"),
56
+ * // ],
57
+ * // Beaconing: { // Beaconing
58
+ * // DataRate: Number("int"),
59
+ * // Frequencies: [ // BeaconingFrequencies
60
+ * // Number("int"),
61
+ * // ],
62
+ * // },
63
+ * // MaxEirp: Number("float"),
64
+ * // },
65
+ * // LastUplinkReceivedAt: "STRING_VALUE",
66
+ * // },
67
+ * // ],
68
+ * // };
69
+ *
35
70
  * ```
36
71
  *
37
72
  * @param ListWirelessGatewaysCommandInput - {@link ListWirelessGatewaysCommandInput}
@@ -52,6 +87,8 @@ export interface ListWirelessGatewaysCommandOutput extends ListWirelessGatewaysR
52
87
  * @throws {@link ValidationException} (client fault)
53
88
  * <p>The input did not meet the specified constraints.</p>
54
89
  *
90
+ * @throws {@link IoTWirelessServiceException}
91
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
55
92
  *
56
93
  */
57
94
  export declare class ListWirelessGatewaysCommand extends $Command<ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -45,6 +45,8 @@ export interface PutPositionConfigurationCommandOutput extends PutPositionConfig
45
45
  * };
46
46
  * const command = new PutPositionConfigurationCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // {};
49
+ *
48
50
  * ```
49
51
  *
50
52
  * @param PutPositionConfigurationCommandInput - {@link PutPositionConfigurationCommandInput}
@@ -68,6 +70,8 @@ export interface PutPositionConfigurationCommandOutput extends PutPositionConfig
68
70
  * @throws {@link ValidationException} (client fault)
69
71
  * <p>The input did not meet the specified constraints.</p>
70
72
  *
73
+ * @throws {@link IoTWirelessServiceException}
74
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
71
75
  *
72
76
  */
73
77
  export declare class PutPositionConfigurationCommand extends $Command<PutPositionConfigurationCommandInput, PutPositionConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface PutResourceLogLevelCommandOutput extends PutResourceLogLevelRes
34
34
  * };
35
35
  * const command = new PutResourceLogLevelCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param PutResourceLogLevelCommandInput - {@link PutResourceLogLevelCommandInput}
@@ -57,6 +59,8 @@ export interface PutResourceLogLevelCommandOutput extends PutResourceLogLevelRes
57
59
  * @throws {@link ValidationException} (client fault)
58
60
  * <p>The input did not meet the specified constraints.</p>
59
61
  *
62
+ * @throws {@link IoTWirelessServiceException}
63
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
60
64
  *
61
65
  */
62
66
  export declare class PutResourceLogLevelCommand extends $Command<PutResourceLogLevelCommandInput, PutResourceLogLevelCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -29,6 +29,8 @@ export interface ResetAllResourceLogLevelsCommandOutput extends ResetAllResource
29
29
  * const input = {};
30
30
  * const command = new ResetAllResourceLogLevelsCommand(input);
31
31
  * const response = await client.send(command);
32
+ * // {};
33
+ *
32
34
  * ```
33
35
  *
34
36
  * @param ResetAllResourceLogLevelsCommandInput - {@link ResetAllResourceLogLevelsCommandInput}
@@ -52,6 +54,8 @@ export interface ResetAllResourceLogLevelsCommandOutput extends ResetAllResource
52
54
  * @throws {@link ValidationException} (client fault)
53
55
  * <p>The input did not meet the specified constraints.</p>
54
56
  *
57
+ * @throws {@link IoTWirelessServiceException}
58
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
55
59
  *
56
60
  */
57
61
  export declare class ResetAllResourceLogLevelsCommand extends $Command<ResetAllResourceLogLevelsCommandInput, ResetAllResourceLogLevelsCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface ResetResourceLogLevelCommandOutput extends ResetResourceLogLeve
33
33
  * };
34
34
  * const command = new ResetResourceLogLevelCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param ResetResourceLogLevelCommandInput - {@link ResetResourceLogLevelCommandInput}
@@ -56,6 +58,8 @@ export interface ResetResourceLogLevelCommandOutput extends ResetResourceLogLeve
56
58
  * @throws {@link ValidationException} (client fault)
57
59
  * <p>The input did not meet the specified constraints.</p>
58
60
  *
61
+ * @throws {@link IoTWirelessServiceException}
62
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
59
63
  *
60
64
  */
61
65
  export declare class ResetResourceLogLevelCommand extends $Command<ResetResourceLogLevelCommandInput, ResetResourceLogLevelCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -37,6 +37,10 @@ export interface SendDataToMulticastGroupCommandOutput extends SendDataToMultica
37
37
  * };
38
38
  * const command = new SendDataToMulticastGroupCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // SendDataToMulticastGroupResponse
41
+ * // MessageId: "STRING_VALUE",
42
+ * // };
43
+ *
40
44
  * ```
41
45
  *
42
46
  * @param SendDataToMulticastGroupCommandInput - {@link SendDataToMulticastGroupCommandInput}
@@ -63,6 +67,8 @@ export interface SendDataToMulticastGroupCommandOutput extends SendDataToMultica
63
67
  * @throws {@link ValidationException} (client fault)
64
68
  * <p>The input did not meet the specified constraints.</p>
65
69
  *
70
+ * @throws {@link IoTWirelessServiceException}
71
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
66
72
  *
67
73
  */
68
74
  export declare class SendDataToMulticastGroupCommand extends $Command<SendDataToMulticastGroupCommandInput, SendDataToMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -53,6 +53,10 @@ export interface SendDataToWirelessDeviceCommandOutput extends SendDataToWireles
53
53
  * };
54
54
  * const command = new SendDataToWirelessDeviceCommand(input);
55
55
  * const response = await client.send(command);
56
+ * // { // SendDataToWirelessDeviceResponse
57
+ * // MessageId: "STRING_VALUE",
58
+ * // };
59
+ *
56
60
  * ```
57
61
  *
58
62
  * @param SendDataToWirelessDeviceCommandInput - {@link SendDataToWirelessDeviceCommandInput}
@@ -73,6 +77,8 @@ export interface SendDataToWirelessDeviceCommandOutput extends SendDataToWireles
73
77
  * @throws {@link ValidationException} (client fault)
74
78
  * <p>The input did not meet the specified constraints.</p>
75
79
  *
80
+ * @throws {@link IoTWirelessServiceException}
81
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
76
82
  *
77
83
  */
78
84
  export declare class SendDataToWirelessDeviceCommand extends $Command<SendDataToWirelessDeviceCommandInput, SendDataToWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput
38
38
  * };
39
39
  * const command = new StartBulkAssociateWirelessDeviceWithMulticastGroupCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput - {@link StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput}
@@ -61,6 +63,8 @@ export interface StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput
61
63
  * @throws {@link ValidationException} (client fault)
62
64
  * <p>The input did not meet the specified constraints.</p>
63
65
  *
66
+ * @throws {@link IoTWirelessServiceException}
67
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
64
68
  *
65
69
  */
66
70
  export declare class StartBulkAssociateWirelessDeviceWithMulticastGroupCommand extends $Command<StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOut
38
38
  * };
39
39
  * const command = new StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput - {@link StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput}
@@ -61,6 +63,8 @@ export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOut
61
63
  * @throws {@link ValidationException} (client fault)
62
64
  * <p>The input did not meet the specified constraints.</p>
63
65
  *
66
+ * @throws {@link IoTWirelessServiceException}
67
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
64
68
  *
65
69
  */
66
70
  export declare class StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand extends $Command<StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface StartFuotaTaskCommandOutput extends StartFuotaTaskResponse, __M
34
34
  * };
35
35
  * const command = new StartFuotaTaskCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param StartFuotaTaskCommandInput - {@link StartFuotaTaskCommandInput}
@@ -60,6 +62,8 @@ export interface StartFuotaTaskCommandOutput extends StartFuotaTaskResponse, __M
60
62
  * @throws {@link ValidationException} (client fault)
61
63
  * <p>The input did not meet the specified constraints.</p>
62
64
  *
65
+ * @throws {@link IoTWirelessServiceException}
66
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
63
67
  *
64
68
  */
65
69
  export declare class StartFuotaTaskCommand extends $Command<StartFuotaTaskCommandInput, StartFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface StartMulticastGroupSessionCommandOutput extends StartMulticastG
38
38
  * };
39
39
  * const command = new StartMulticastGroupSessionCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param StartMulticastGroupSessionCommandInput - {@link StartMulticastGroupSessionCommandInput}
@@ -64,6 +66,8 @@ export interface StartMulticastGroupSessionCommandOutput extends StartMulticastG
64
66
  * @throws {@link ValidationException} (client fault)
65
67
  * <p>The input did not meet the specified constraints.</p>
66
68
  *
69
+ * @throws {@link IoTWirelessServiceException}
70
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
67
71
  *
68
72
  */
69
73
  export declare class StartMulticastGroupSessionCommand extends $Command<StartMulticastGroupSessionCommandInput, StartMulticastGroupSessionCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -42,6 +42,11 @@ export interface StartSingleWirelessDeviceImportTaskCommandOutput extends StartS
42
42
  * };
43
43
  * const command = new StartSingleWirelessDeviceImportTaskCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // StartSingleWirelessDeviceImportTaskResponse
46
+ * // Id: "STRING_VALUE",
47
+ * // Arn: "STRING_VALUE",
48
+ * // };
49
+ *
45
50
  * ```
46
51
  *
47
52
  * @param StartSingleWirelessDeviceImportTaskCommandInput - {@link StartSingleWirelessDeviceImportTaskCommandInput}
@@ -68,6 +73,8 @@ export interface StartSingleWirelessDeviceImportTaskCommandOutput extends StartS
68
73
  * @throws {@link ValidationException} (client fault)
69
74
  * <p>The input did not meet the specified constraints.</p>
70
75
  *
76
+ * @throws {@link IoTWirelessServiceException}
77
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
71
78
  *
72
79
  */
73
80
  export declare class StartSingleWirelessDeviceImportTaskCommand extends $Command<StartSingleWirelessDeviceImportTaskCommandInput, StartSingleWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -42,6 +42,11 @@ export interface StartWirelessDeviceImportTaskCommandOutput extends StartWireles
42
42
  * };
43
43
  * const command = new StartWirelessDeviceImportTaskCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // StartWirelessDeviceImportTaskResponse
46
+ * // Id: "STRING_VALUE",
47
+ * // Arn: "STRING_VALUE",
48
+ * // };
49
+ *
45
50
  * ```
46
51
  *
47
52
  * @param StartWirelessDeviceImportTaskCommandInput - {@link StartWirelessDeviceImportTaskCommandInput}
@@ -68,6 +73,8 @@ export interface StartWirelessDeviceImportTaskCommandOutput extends StartWireles
68
73
  * @throws {@link ValidationException} (client fault)
69
74
  * <p>The input did not meet the specified constraints.</p>
70
75
  *
76
+ * @throws {@link IoTWirelessServiceException}
77
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
71
78
  *
72
79
  */
73
80
  export declare class StartWirelessDeviceImportTaskCommand extends $Command<StartWirelessDeviceImportTaskCommandInput, StartWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -37,6 +37,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
37
37
  * };
38
38
  * const command = new TagResourceCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // {};
41
+ *
40
42
  * ```
41
43
  *
42
44
  * @param TagResourceCommandInput - {@link TagResourceCommandInput}
@@ -63,6 +65,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
63
65
  * @throws {@link ValidationException} (client fault)
64
66
  * <p>The input did not meet the specified constraints.</p>
65
67
  *
68
+ * @throws {@link IoTWirelessServiceException}
69
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
66
70
  *
67
71
  */
68
72
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,10 @@ export interface TestWirelessDeviceCommandOutput extends TestWirelessDeviceRespo
31
31
  * };
32
32
  * const command = new TestWirelessDeviceCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // TestWirelessDeviceResponse
35
+ * // Result: "STRING_VALUE",
36
+ * // };
37
+ *
34
38
  * ```
35
39
  *
36
40
  * @param TestWirelessDeviceCommandInput - {@link TestWirelessDeviceCommandInput}
@@ -51,6 +55,8 @@ export interface TestWirelessDeviceCommandOutput extends TestWirelessDeviceRespo
51
55
  * @throws {@link ValidationException} (client fault)
52
56
  * <p>The input did not meet the specified constraints.</p>
53
57
  *
58
+ * @throws {@link IoTWirelessServiceException}
59
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
54
60
  *
55
61
  */
56
62
  export declare class TestWirelessDeviceCommand extends $Command<TestWirelessDeviceCommandInput, TestWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
34
34
  * };
35
35
  * const command = new UntagResourceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
@@ -57,6 +59,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
57
59
  * @throws {@link ValidationException} (client fault)
58
60
  * <p>The input did not meet the specified constraints.</p>
59
61
  *
62
+ * @throws {@link IoTWirelessServiceException}
63
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
60
64
  *
61
65
  */
62
66
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface UpdateDestinationCommandOutput extends UpdateDestinationRespons
35
35
  * };
36
36
  * const command = new UpdateDestinationCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param UpdateDestinationCommandInput - {@link UpdateDestinationCommandInput}
@@ -58,6 +60,8 @@ export interface UpdateDestinationCommandOutput extends UpdateDestinationRespons
58
60
  * @throws {@link ValidationException} (client fault)
59
61
  * <p>The input did not meet the specified constraints.</p>
60
62
  *
63
+ * @throws {@link IoTWirelessServiceException}
64
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
61
65
  *
62
66
  */
63
67
  export declare class UpdateDestinationCommand extends $Command<UpdateDestinationCommandInput, UpdateDestinationCommandOutput, IoTWirelessClientResolvedConfig> {