@aws-sdk/client-iot-wireless 3.295.0 → 3.297.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 (119) hide show
  1. package/dist-types/IoTWireless.d.ts +102 -0
  2. package/dist-types/IoTWirelessClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +16 -0
  4. package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +16 -0
  5. package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +16 -0
  6. package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +16 -0
  7. package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +16 -0
  8. package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +16 -0
  9. package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +16 -0
  10. package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateDestinationCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateDeviceProfileCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateFuotaTaskCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateMulticastGroupCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateServiceProfileCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteDestinationCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteServiceProfileCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +16 -0
  32. package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +16 -0
  33. package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +16 -0
  34. package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +16 -0
  35. package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +16 -0
  36. package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +16 -0
  37. package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +16 -0
  38. package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +16 -0
  39. package/dist-types/commands/GetDestinationCommand.d.ts +16 -0
  40. package/dist-types/commands/GetDeviceProfileCommand.d.ts +16 -0
  41. package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +16 -0
  42. package/dist-types/commands/GetFuotaTaskCommand.d.ts +16 -0
  43. package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +16 -0
  44. package/dist-types/commands/GetMulticastGroupCommand.d.ts +16 -0
  45. package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +16 -0
  46. package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +16 -0
  47. package/dist-types/commands/GetPartnerAccountCommand.d.ts +16 -0
  48. package/dist-types/commands/GetPositionCommand.d.ts +16 -0
  49. package/dist-types/commands/GetPositionConfigurationCommand.d.ts +16 -0
  50. package/dist-types/commands/GetPositionEstimateCommand.d.ts +16 -0
  51. package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +16 -0
  52. package/dist-types/commands/GetResourceLogLevelCommand.d.ts +16 -0
  53. package/dist-types/commands/GetResourcePositionCommand.d.ts +16 -0
  54. package/dist-types/commands/GetServiceEndpointCommand.d.ts +16 -0
  55. package/dist-types/commands/GetServiceProfileCommand.d.ts +16 -0
  56. package/dist-types/commands/GetWirelessDeviceCommand.d.ts +16 -0
  57. package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +16 -0
  58. package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +16 -0
  59. package/dist-types/commands/GetWirelessGatewayCommand.d.ts +16 -0
  60. package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +16 -0
  61. package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +16 -0
  62. package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +16 -0
  63. package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +16 -0
  64. package/dist-types/commands/ListDestinationsCommand.d.ts +16 -0
  65. package/dist-types/commands/ListDeviceProfilesCommand.d.ts +16 -0
  66. package/dist-types/commands/ListEventConfigurationsCommand.d.ts +16 -0
  67. package/dist-types/commands/ListFuotaTasksCommand.d.ts +16 -0
  68. package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +16 -0
  69. package/dist-types/commands/ListMulticastGroupsCommand.d.ts +16 -0
  70. package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +16 -0
  71. package/dist-types/commands/ListPartnerAccountsCommand.d.ts +16 -0
  72. package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +16 -0
  73. package/dist-types/commands/ListQueuedMessagesCommand.d.ts +16 -0
  74. package/dist-types/commands/ListServiceProfilesCommand.d.ts +16 -0
  75. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  76. package/dist-types/commands/ListWirelessDevicesCommand.d.ts +16 -0
  77. package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +16 -0
  78. package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +16 -0
  79. package/dist-types/commands/PutPositionConfigurationCommand.d.ts +16 -0
  80. package/dist-types/commands/PutResourceLogLevelCommand.d.ts +16 -0
  81. package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +16 -0
  82. package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +16 -0
  83. package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +16 -0
  84. package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +16 -0
  85. package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +16 -0
  86. package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +16 -0
  87. package/dist-types/commands/StartFuotaTaskCommand.d.ts +16 -0
  88. package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +16 -0
  89. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  90. package/dist-types/commands/TestWirelessDeviceCommand.d.ts +16 -0
  91. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  92. package/dist-types/commands/UpdateDestinationCommand.d.ts +16 -0
  93. package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +16 -0
  94. package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +16 -0
  95. package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +16 -0
  96. package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +16 -0
  97. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +16 -0
  98. package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +16 -0
  99. package/dist-types/commands/UpdatePositionCommand.d.ts +16 -0
  100. package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +16 -0
  101. package/dist-types/commands/UpdateResourcePositionCommand.d.ts +16 -0
  102. package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +16 -0
  103. package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +16 -0
  104. package/dist-types/models/IoTWirelessServiceException.d.ts +2 -0
  105. package/dist-types/models/models_0.d.ts +688 -0
  106. package/dist-types/models/models_1.d.ts +138 -0
  107. package/dist-types/pagination/Interfaces.d.ts +3 -0
  108. package/dist-types/pagination/ListDestinationsPaginator.d.ts +3 -0
  109. package/dist-types/pagination/ListDeviceProfilesPaginator.d.ts +3 -0
  110. package/dist-types/pagination/ListFuotaTasksPaginator.d.ts +3 -0
  111. package/dist-types/pagination/ListMulticastGroupsByFuotaTaskPaginator.d.ts +3 -0
  112. package/dist-types/pagination/ListMulticastGroupsPaginator.d.ts +3 -0
  113. package/dist-types/pagination/ListNetworkAnalyzerConfigurationsPaginator.d.ts +3 -0
  114. package/dist-types/pagination/ListPositionConfigurationsPaginator.d.ts +3 -0
  115. package/dist-types/pagination/ListQueuedMessagesPaginator.d.ts +3 -0
  116. package/dist-types/pagination/ListServiceProfilesPaginator.d.ts +3 -0
  117. package/dist-types/pagination/ListWirelessDevicesPaginator.d.ts +3 -0
  118. package/dist-types/pagination/ListWirelessGatewaysPaginator.d.ts +3 -0
  119. package/package.json +29 -29
@@ -102,6 +102,7 @@ import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } f
102
102
  import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "./commands/UpdateWirelessGatewayCommand";
103
103
  import { IoTWirelessClient } from "./IoTWirelessClient";
104
104
  /**
105
+ * @public
105
106
  * <p>AWS IoT Wireless provides bi-directional communication between internet-connected wireless
106
107
  * devices and the AWS Cloud. To onboard both LoRaWAN and Sidewalk devices to AWS IoT, use the
107
108
  * IoT Wireless API. These wireless devices use the Low Power Wide Area Networking (LPWAN)
@@ -116,246 +117,287 @@ import { IoTWirelessClient } from "./IoTWirelessClient";
116
117
  */
117
118
  export declare class IoTWireless extends IoTWirelessClient {
118
119
  /**
120
+ * @public
119
121
  * <p>Associates a partner account with your AWS account.</p>
120
122
  */
121
123
  associateAwsAccountWithPartnerAccount(args: AssociateAwsAccountWithPartnerAccountCommandInput, options?: __HttpHandlerOptions): Promise<AssociateAwsAccountWithPartnerAccountCommandOutput>;
122
124
  associateAwsAccountWithPartnerAccount(args: AssociateAwsAccountWithPartnerAccountCommandInput, cb: (err: any, data?: AssociateAwsAccountWithPartnerAccountCommandOutput) => void): void;
123
125
  associateAwsAccountWithPartnerAccount(args: AssociateAwsAccountWithPartnerAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateAwsAccountWithPartnerAccountCommandOutput) => void): void;
124
126
  /**
127
+ * @public
125
128
  * <p>Associate a multicast group with a FUOTA task.</p>
126
129
  */
127
130
  associateMulticastGroupWithFuotaTask(args: AssociateMulticastGroupWithFuotaTaskCommandInput, options?: __HttpHandlerOptions): Promise<AssociateMulticastGroupWithFuotaTaskCommandOutput>;
128
131
  associateMulticastGroupWithFuotaTask(args: AssociateMulticastGroupWithFuotaTaskCommandInput, cb: (err: any, data?: AssociateMulticastGroupWithFuotaTaskCommandOutput) => void): void;
129
132
  associateMulticastGroupWithFuotaTask(args: AssociateMulticastGroupWithFuotaTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateMulticastGroupWithFuotaTaskCommandOutput) => void): void;
130
133
  /**
134
+ * @public
131
135
  * <p>Associate a wireless device with a FUOTA task.</p>
132
136
  */
133
137
  associateWirelessDeviceWithFuotaTask(args: AssociateWirelessDeviceWithFuotaTaskCommandInput, options?: __HttpHandlerOptions): Promise<AssociateWirelessDeviceWithFuotaTaskCommandOutput>;
134
138
  associateWirelessDeviceWithFuotaTask(args: AssociateWirelessDeviceWithFuotaTaskCommandInput, cb: (err: any, data?: AssociateWirelessDeviceWithFuotaTaskCommandOutput) => void): void;
135
139
  associateWirelessDeviceWithFuotaTask(args: AssociateWirelessDeviceWithFuotaTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateWirelessDeviceWithFuotaTaskCommandOutput) => void): void;
136
140
  /**
141
+ * @public
137
142
  * <p>Associates a wireless device with a multicast group.</p>
138
143
  */
139
144
  associateWirelessDeviceWithMulticastGroup(args: AssociateWirelessDeviceWithMulticastGroupCommandInput, options?: __HttpHandlerOptions): Promise<AssociateWirelessDeviceWithMulticastGroupCommandOutput>;
140
145
  associateWirelessDeviceWithMulticastGroup(args: AssociateWirelessDeviceWithMulticastGroupCommandInput, cb: (err: any, data?: AssociateWirelessDeviceWithMulticastGroupCommandOutput) => void): void;
141
146
  associateWirelessDeviceWithMulticastGroup(args: AssociateWirelessDeviceWithMulticastGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateWirelessDeviceWithMulticastGroupCommandOutput) => void): void;
142
147
  /**
148
+ * @public
143
149
  * <p>Associates a wireless device with a thing.</p>
144
150
  */
145
151
  associateWirelessDeviceWithThing(args: AssociateWirelessDeviceWithThingCommandInput, options?: __HttpHandlerOptions): Promise<AssociateWirelessDeviceWithThingCommandOutput>;
146
152
  associateWirelessDeviceWithThing(args: AssociateWirelessDeviceWithThingCommandInput, cb: (err: any, data?: AssociateWirelessDeviceWithThingCommandOutput) => void): void;
147
153
  associateWirelessDeviceWithThing(args: AssociateWirelessDeviceWithThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateWirelessDeviceWithThingCommandOutput) => void): void;
148
154
  /**
155
+ * @public
149
156
  * <p>Associates a wireless gateway with a certificate.</p>
150
157
  */
151
158
  associateWirelessGatewayWithCertificate(args: AssociateWirelessGatewayWithCertificateCommandInput, options?: __HttpHandlerOptions): Promise<AssociateWirelessGatewayWithCertificateCommandOutput>;
152
159
  associateWirelessGatewayWithCertificate(args: AssociateWirelessGatewayWithCertificateCommandInput, cb: (err: any, data?: AssociateWirelessGatewayWithCertificateCommandOutput) => void): void;
153
160
  associateWirelessGatewayWithCertificate(args: AssociateWirelessGatewayWithCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateWirelessGatewayWithCertificateCommandOutput) => void): void;
154
161
  /**
162
+ * @public
155
163
  * <p>Associates a wireless gateway with a thing.</p>
156
164
  */
157
165
  associateWirelessGatewayWithThing(args: AssociateWirelessGatewayWithThingCommandInput, options?: __HttpHandlerOptions): Promise<AssociateWirelessGatewayWithThingCommandOutput>;
158
166
  associateWirelessGatewayWithThing(args: AssociateWirelessGatewayWithThingCommandInput, cb: (err: any, data?: AssociateWirelessGatewayWithThingCommandOutput) => void): void;
159
167
  associateWirelessGatewayWithThing(args: AssociateWirelessGatewayWithThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateWirelessGatewayWithThingCommandOutput) => void): void;
160
168
  /**
169
+ * @public
161
170
  * <p>Cancels an existing multicast group session.</p>
162
171
  */
163
172
  cancelMulticastGroupSession(args: CancelMulticastGroupSessionCommandInput, options?: __HttpHandlerOptions): Promise<CancelMulticastGroupSessionCommandOutput>;
164
173
  cancelMulticastGroupSession(args: CancelMulticastGroupSessionCommandInput, cb: (err: any, data?: CancelMulticastGroupSessionCommandOutput) => void): void;
165
174
  cancelMulticastGroupSession(args: CancelMulticastGroupSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelMulticastGroupSessionCommandOutput) => void): void;
166
175
  /**
176
+ * @public
167
177
  * <p>Creates a new destination that maps a device message to an AWS IoT rule.</p>
168
178
  */
169
179
  createDestination(args: CreateDestinationCommandInput, options?: __HttpHandlerOptions): Promise<CreateDestinationCommandOutput>;
170
180
  createDestination(args: CreateDestinationCommandInput, cb: (err: any, data?: CreateDestinationCommandOutput) => void): void;
171
181
  createDestination(args: CreateDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDestinationCommandOutput) => void): void;
172
182
  /**
183
+ * @public
173
184
  * <p>Creates a new device profile.</p>
174
185
  */
175
186
  createDeviceProfile(args: CreateDeviceProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateDeviceProfileCommandOutput>;
176
187
  createDeviceProfile(args: CreateDeviceProfileCommandInput, cb: (err: any, data?: CreateDeviceProfileCommandOutput) => void): void;
177
188
  createDeviceProfile(args: CreateDeviceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeviceProfileCommandOutput) => void): void;
178
189
  /**
190
+ * @public
179
191
  * <p>Creates a FUOTA task.</p>
180
192
  */
181
193
  createFuotaTask(args: CreateFuotaTaskCommandInput, options?: __HttpHandlerOptions): Promise<CreateFuotaTaskCommandOutput>;
182
194
  createFuotaTask(args: CreateFuotaTaskCommandInput, cb: (err: any, data?: CreateFuotaTaskCommandOutput) => void): void;
183
195
  createFuotaTask(args: CreateFuotaTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFuotaTaskCommandOutput) => void): void;
184
196
  /**
197
+ * @public
185
198
  * <p>Creates a multicast group.</p>
186
199
  */
187
200
  createMulticastGroup(args: CreateMulticastGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateMulticastGroupCommandOutput>;
188
201
  createMulticastGroup(args: CreateMulticastGroupCommandInput, cb: (err: any, data?: CreateMulticastGroupCommandOutput) => void): void;
189
202
  createMulticastGroup(args: CreateMulticastGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMulticastGroupCommandOutput) => void): void;
190
203
  /**
204
+ * @public
191
205
  * <p>Creates a new network analyzer configuration.</p>
192
206
  */
193
207
  createNetworkAnalyzerConfiguration(args: CreateNetworkAnalyzerConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateNetworkAnalyzerConfigurationCommandOutput>;
194
208
  createNetworkAnalyzerConfiguration(args: CreateNetworkAnalyzerConfigurationCommandInput, cb: (err: any, data?: CreateNetworkAnalyzerConfigurationCommandOutput) => void): void;
195
209
  createNetworkAnalyzerConfiguration(args: CreateNetworkAnalyzerConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNetworkAnalyzerConfigurationCommandOutput) => void): void;
196
210
  /**
211
+ * @public
197
212
  * <p>Creates a new service profile.</p>
198
213
  */
199
214
  createServiceProfile(args: CreateServiceProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateServiceProfileCommandOutput>;
200
215
  createServiceProfile(args: CreateServiceProfileCommandInput, cb: (err: any, data?: CreateServiceProfileCommandOutput) => void): void;
201
216
  createServiceProfile(args: CreateServiceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceProfileCommandOutput) => void): void;
202
217
  /**
218
+ * @public
203
219
  * <p>Provisions a wireless device.</p>
204
220
  */
205
221
  createWirelessDevice(args: CreateWirelessDeviceCommandInput, options?: __HttpHandlerOptions): Promise<CreateWirelessDeviceCommandOutput>;
206
222
  createWirelessDevice(args: CreateWirelessDeviceCommandInput, cb: (err: any, data?: CreateWirelessDeviceCommandOutput) => void): void;
207
223
  createWirelessDevice(args: CreateWirelessDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWirelessDeviceCommandOutput) => void): void;
208
224
  /**
225
+ * @public
209
226
  * <p>Provisions a wireless gateway.</p>
210
227
  */
211
228
  createWirelessGateway(args: CreateWirelessGatewayCommandInput, options?: __HttpHandlerOptions): Promise<CreateWirelessGatewayCommandOutput>;
212
229
  createWirelessGateway(args: CreateWirelessGatewayCommandInput, cb: (err: any, data?: CreateWirelessGatewayCommandOutput) => void): void;
213
230
  createWirelessGateway(args: CreateWirelessGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWirelessGatewayCommandOutput) => void): void;
214
231
  /**
232
+ * @public
215
233
  * <p>Creates a task for a wireless gateway.</p>
216
234
  */
217
235
  createWirelessGatewayTask(args: CreateWirelessGatewayTaskCommandInput, options?: __HttpHandlerOptions): Promise<CreateWirelessGatewayTaskCommandOutput>;
218
236
  createWirelessGatewayTask(args: CreateWirelessGatewayTaskCommandInput, cb: (err: any, data?: CreateWirelessGatewayTaskCommandOutput) => void): void;
219
237
  createWirelessGatewayTask(args: CreateWirelessGatewayTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWirelessGatewayTaskCommandOutput) => void): void;
220
238
  /**
239
+ * @public
221
240
  * <p>Creates a gateway task definition.</p>
222
241
  */
223
242
  createWirelessGatewayTaskDefinition(args: CreateWirelessGatewayTaskDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<CreateWirelessGatewayTaskDefinitionCommandOutput>;
224
243
  createWirelessGatewayTaskDefinition(args: CreateWirelessGatewayTaskDefinitionCommandInput, cb: (err: any, data?: CreateWirelessGatewayTaskDefinitionCommandOutput) => void): void;
225
244
  createWirelessGatewayTaskDefinition(args: CreateWirelessGatewayTaskDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWirelessGatewayTaskDefinitionCommandOutput) => void): void;
226
245
  /**
246
+ * @public
227
247
  * <p>Deletes a destination.</p>
228
248
  */
229
249
  deleteDestination(args: DeleteDestinationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDestinationCommandOutput>;
230
250
  deleteDestination(args: DeleteDestinationCommandInput, cb: (err: any, data?: DeleteDestinationCommandOutput) => void): void;
231
251
  deleteDestination(args: DeleteDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDestinationCommandOutput) => void): void;
232
252
  /**
253
+ * @public
233
254
  * <p>Deletes a device profile.</p>
234
255
  */
235
256
  deleteDeviceProfile(args: DeleteDeviceProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDeviceProfileCommandOutput>;
236
257
  deleteDeviceProfile(args: DeleteDeviceProfileCommandInput, cb: (err: any, data?: DeleteDeviceProfileCommandOutput) => void): void;
237
258
  deleteDeviceProfile(args: DeleteDeviceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDeviceProfileCommandOutput) => void): void;
238
259
  /**
260
+ * @public
239
261
  * <p>Deletes a FUOTA task.</p>
240
262
  */
241
263
  deleteFuotaTask(args: DeleteFuotaTaskCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFuotaTaskCommandOutput>;
242
264
  deleteFuotaTask(args: DeleteFuotaTaskCommandInput, cb: (err: any, data?: DeleteFuotaTaskCommandOutput) => void): void;
243
265
  deleteFuotaTask(args: DeleteFuotaTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFuotaTaskCommandOutput) => void): void;
244
266
  /**
267
+ * @public
245
268
  * <p>Deletes a multicast group if it is not in use by a fuota task.</p>
246
269
  */
247
270
  deleteMulticastGroup(args: DeleteMulticastGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMulticastGroupCommandOutput>;
248
271
  deleteMulticastGroup(args: DeleteMulticastGroupCommandInput, cb: (err: any, data?: DeleteMulticastGroupCommandOutput) => void): void;
249
272
  deleteMulticastGroup(args: DeleteMulticastGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMulticastGroupCommandOutput) => void): void;
250
273
  /**
274
+ * @public
251
275
  * <p>Deletes a network analyzer configuration.</p>
252
276
  */
253
277
  deleteNetworkAnalyzerConfiguration(args: DeleteNetworkAnalyzerConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNetworkAnalyzerConfigurationCommandOutput>;
254
278
  deleteNetworkAnalyzerConfiguration(args: DeleteNetworkAnalyzerConfigurationCommandInput, cb: (err: any, data?: DeleteNetworkAnalyzerConfigurationCommandOutput) => void): void;
255
279
  deleteNetworkAnalyzerConfiguration(args: DeleteNetworkAnalyzerConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNetworkAnalyzerConfigurationCommandOutput) => void): void;
256
280
  /**
281
+ * @public
257
282
  * <p>Remove queued messages from the downlink queue.</p>
258
283
  */
259
284
  deleteQueuedMessages(args: DeleteQueuedMessagesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteQueuedMessagesCommandOutput>;
260
285
  deleteQueuedMessages(args: DeleteQueuedMessagesCommandInput, cb: (err: any, data?: DeleteQueuedMessagesCommandOutput) => void): void;
261
286
  deleteQueuedMessages(args: DeleteQueuedMessagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteQueuedMessagesCommandOutput) => void): void;
262
287
  /**
288
+ * @public
263
289
  * <p>Deletes a service profile.</p>
264
290
  */
265
291
  deleteServiceProfile(args: DeleteServiceProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServiceProfileCommandOutput>;
266
292
  deleteServiceProfile(args: DeleteServiceProfileCommandInput, cb: (err: any, data?: DeleteServiceProfileCommandOutput) => void): void;
267
293
  deleteServiceProfile(args: DeleteServiceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceProfileCommandOutput) => void): void;
268
294
  /**
295
+ * @public
269
296
  * <p>Deletes a wireless device.</p>
270
297
  */
271
298
  deleteWirelessDevice(args: DeleteWirelessDeviceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWirelessDeviceCommandOutput>;
272
299
  deleteWirelessDevice(args: DeleteWirelessDeviceCommandInput, cb: (err: any, data?: DeleteWirelessDeviceCommandOutput) => void): void;
273
300
  deleteWirelessDevice(args: DeleteWirelessDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWirelessDeviceCommandOutput) => void): void;
274
301
  /**
302
+ * @public
275
303
  * <p>Deletes a wireless gateway.</p>
276
304
  */
277
305
  deleteWirelessGateway(args: DeleteWirelessGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWirelessGatewayCommandOutput>;
278
306
  deleteWirelessGateway(args: DeleteWirelessGatewayCommandInput, cb: (err: any, data?: DeleteWirelessGatewayCommandOutput) => void): void;
279
307
  deleteWirelessGateway(args: DeleteWirelessGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWirelessGatewayCommandOutput) => void): void;
280
308
  /**
309
+ * @public
281
310
  * <p>Deletes a wireless gateway task.</p>
282
311
  */
283
312
  deleteWirelessGatewayTask(args: DeleteWirelessGatewayTaskCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWirelessGatewayTaskCommandOutput>;
284
313
  deleteWirelessGatewayTask(args: DeleteWirelessGatewayTaskCommandInput, cb: (err: any, data?: DeleteWirelessGatewayTaskCommandOutput) => void): void;
285
314
  deleteWirelessGatewayTask(args: DeleteWirelessGatewayTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWirelessGatewayTaskCommandOutput) => void): void;
286
315
  /**
316
+ * @public
287
317
  * <p>Deletes a wireless gateway task definition. Deleting this task definition does not affect tasks that are currently in progress.</p>
288
318
  */
289
319
  deleteWirelessGatewayTaskDefinition(args: DeleteWirelessGatewayTaskDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWirelessGatewayTaskDefinitionCommandOutput>;
290
320
  deleteWirelessGatewayTaskDefinition(args: DeleteWirelessGatewayTaskDefinitionCommandInput, cb: (err: any, data?: DeleteWirelessGatewayTaskDefinitionCommandOutput) => void): void;
291
321
  deleteWirelessGatewayTaskDefinition(args: DeleteWirelessGatewayTaskDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWirelessGatewayTaskDefinitionCommandOutput) => void): void;
292
322
  /**
323
+ * @public
293
324
  * <p>Disassociates your AWS account from a partner account. If <code>PartnerAccountId</code> and <code>PartnerType</code> are <code>null</code>, disassociates your AWS account from all partner accounts.</p>
294
325
  */
295
326
  disassociateAwsAccountFromPartnerAccount(args: DisassociateAwsAccountFromPartnerAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateAwsAccountFromPartnerAccountCommandOutput>;
296
327
  disassociateAwsAccountFromPartnerAccount(args: DisassociateAwsAccountFromPartnerAccountCommandInput, cb: (err: any, data?: DisassociateAwsAccountFromPartnerAccountCommandOutput) => void): void;
297
328
  disassociateAwsAccountFromPartnerAccount(args: DisassociateAwsAccountFromPartnerAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateAwsAccountFromPartnerAccountCommandOutput) => void): void;
298
329
  /**
330
+ * @public
299
331
  * <p>Disassociates a multicast group from a fuota task.</p>
300
332
  */
301
333
  disassociateMulticastGroupFromFuotaTask(args: DisassociateMulticastGroupFromFuotaTaskCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateMulticastGroupFromFuotaTaskCommandOutput>;
302
334
  disassociateMulticastGroupFromFuotaTask(args: DisassociateMulticastGroupFromFuotaTaskCommandInput, cb: (err: any, data?: DisassociateMulticastGroupFromFuotaTaskCommandOutput) => void): void;
303
335
  disassociateMulticastGroupFromFuotaTask(args: DisassociateMulticastGroupFromFuotaTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateMulticastGroupFromFuotaTaskCommandOutput) => void): void;
304
336
  /**
337
+ * @public
305
338
  * <p>Disassociates a wireless device from a FUOTA task.</p>
306
339
  */
307
340
  disassociateWirelessDeviceFromFuotaTask(args: DisassociateWirelessDeviceFromFuotaTaskCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateWirelessDeviceFromFuotaTaskCommandOutput>;
308
341
  disassociateWirelessDeviceFromFuotaTask(args: DisassociateWirelessDeviceFromFuotaTaskCommandInput, cb: (err: any, data?: DisassociateWirelessDeviceFromFuotaTaskCommandOutput) => void): void;
309
342
  disassociateWirelessDeviceFromFuotaTask(args: DisassociateWirelessDeviceFromFuotaTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateWirelessDeviceFromFuotaTaskCommandOutput) => void): void;
310
343
  /**
344
+ * @public
311
345
  * <p>Disassociates a wireless device from a multicast group.</p>
312
346
  */
313
347
  disassociateWirelessDeviceFromMulticastGroup(args: DisassociateWirelessDeviceFromMulticastGroupCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateWirelessDeviceFromMulticastGroupCommandOutput>;
314
348
  disassociateWirelessDeviceFromMulticastGroup(args: DisassociateWirelessDeviceFromMulticastGroupCommandInput, cb: (err: any, data?: DisassociateWirelessDeviceFromMulticastGroupCommandOutput) => void): void;
315
349
  disassociateWirelessDeviceFromMulticastGroup(args: DisassociateWirelessDeviceFromMulticastGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateWirelessDeviceFromMulticastGroupCommandOutput) => void): void;
316
350
  /**
351
+ * @public
317
352
  * <p>Disassociates a wireless device from its currently associated thing.</p>
318
353
  */
319
354
  disassociateWirelessDeviceFromThing(args: DisassociateWirelessDeviceFromThingCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateWirelessDeviceFromThingCommandOutput>;
320
355
  disassociateWirelessDeviceFromThing(args: DisassociateWirelessDeviceFromThingCommandInput, cb: (err: any, data?: DisassociateWirelessDeviceFromThingCommandOutput) => void): void;
321
356
  disassociateWirelessDeviceFromThing(args: DisassociateWirelessDeviceFromThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateWirelessDeviceFromThingCommandOutput) => void): void;
322
357
  /**
358
+ * @public
323
359
  * <p>Disassociates a wireless gateway from its currently associated certificate.</p>
324
360
  */
325
361
  disassociateWirelessGatewayFromCertificate(args: DisassociateWirelessGatewayFromCertificateCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateWirelessGatewayFromCertificateCommandOutput>;
326
362
  disassociateWirelessGatewayFromCertificate(args: DisassociateWirelessGatewayFromCertificateCommandInput, cb: (err: any, data?: DisassociateWirelessGatewayFromCertificateCommandOutput) => void): void;
327
363
  disassociateWirelessGatewayFromCertificate(args: DisassociateWirelessGatewayFromCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateWirelessGatewayFromCertificateCommandOutput) => void): void;
328
364
  /**
365
+ * @public
329
366
  * <p>Disassociates a wireless gateway from its currently associated thing.</p>
330
367
  */
331
368
  disassociateWirelessGatewayFromThing(args: DisassociateWirelessGatewayFromThingCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateWirelessGatewayFromThingCommandOutput>;
332
369
  disassociateWirelessGatewayFromThing(args: DisassociateWirelessGatewayFromThingCommandInput, cb: (err: any, data?: DisassociateWirelessGatewayFromThingCommandOutput) => void): void;
333
370
  disassociateWirelessGatewayFromThing(args: DisassociateWirelessGatewayFromThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateWirelessGatewayFromThingCommandOutput) => void): void;
334
371
  /**
372
+ * @public
335
373
  * <p>Gets information about a destination.</p>
336
374
  */
337
375
  getDestination(args: GetDestinationCommandInput, options?: __HttpHandlerOptions): Promise<GetDestinationCommandOutput>;
338
376
  getDestination(args: GetDestinationCommandInput, cb: (err: any, data?: GetDestinationCommandOutput) => void): void;
339
377
  getDestination(args: GetDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDestinationCommandOutput) => void): void;
340
378
  /**
379
+ * @public
341
380
  * <p>Gets information about a device profile.</p>
342
381
  */
343
382
  getDeviceProfile(args: GetDeviceProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetDeviceProfileCommandOutput>;
344
383
  getDeviceProfile(args: GetDeviceProfileCommandInput, cb: (err: any, data?: GetDeviceProfileCommandOutput) => void): void;
345
384
  getDeviceProfile(args: GetDeviceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeviceProfileCommandOutput) => void): void;
346
385
  /**
386
+ * @public
347
387
  * <p>Get the event configuration based on resource types.</p>
348
388
  */
349
389
  getEventConfigurationByResourceTypes(args: GetEventConfigurationByResourceTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetEventConfigurationByResourceTypesCommandOutput>;
350
390
  getEventConfigurationByResourceTypes(args: GetEventConfigurationByResourceTypesCommandInput, cb: (err: any, data?: GetEventConfigurationByResourceTypesCommandOutput) => void): void;
351
391
  getEventConfigurationByResourceTypes(args: GetEventConfigurationByResourceTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventConfigurationByResourceTypesCommandOutput) => void): void;
352
392
  /**
393
+ * @public
353
394
  * <p>Gets information about a FUOTA task.</p>
354
395
  */
355
396
  getFuotaTask(args: GetFuotaTaskCommandInput, options?: __HttpHandlerOptions): Promise<GetFuotaTaskCommandOutput>;
356
397
  getFuotaTask(args: GetFuotaTaskCommandInput, cb: (err: any, data?: GetFuotaTaskCommandOutput) => void): void;
357
398
  getFuotaTask(args: GetFuotaTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFuotaTaskCommandOutput) => void): void;
358
399
  /**
400
+ * @public
359
401
  * <p>Returns current default log levels or log levels by resource types. Based on resource types, log levels can be
360
402
  * for wireless device log options or wireless gateway log options.</p>
361
403
  */
@@ -363,30 +405,35 @@ export declare class IoTWireless extends IoTWirelessClient {
363
405
  getLogLevelsByResourceTypes(args: GetLogLevelsByResourceTypesCommandInput, cb: (err: any, data?: GetLogLevelsByResourceTypesCommandOutput) => void): void;
364
406
  getLogLevelsByResourceTypes(args: GetLogLevelsByResourceTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLogLevelsByResourceTypesCommandOutput) => void): void;
365
407
  /**
408
+ * @public
366
409
  * <p>Gets information about a multicast group.</p>
367
410
  */
368
411
  getMulticastGroup(args: GetMulticastGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetMulticastGroupCommandOutput>;
369
412
  getMulticastGroup(args: GetMulticastGroupCommandInput, cb: (err: any, data?: GetMulticastGroupCommandOutput) => void): void;
370
413
  getMulticastGroup(args: GetMulticastGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMulticastGroupCommandOutput) => void): void;
371
414
  /**
415
+ * @public
372
416
  * <p>Gets information about a multicast group session.</p>
373
417
  */
374
418
  getMulticastGroupSession(args: GetMulticastGroupSessionCommandInput, options?: __HttpHandlerOptions): Promise<GetMulticastGroupSessionCommandOutput>;
375
419
  getMulticastGroupSession(args: GetMulticastGroupSessionCommandInput, cb: (err: any, data?: GetMulticastGroupSessionCommandOutput) => void): void;
376
420
  getMulticastGroupSession(args: GetMulticastGroupSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMulticastGroupSessionCommandOutput) => void): void;
377
421
  /**
422
+ * @public
378
423
  * <p>Get network analyzer configuration.</p>
379
424
  */
380
425
  getNetworkAnalyzerConfiguration(args: GetNetworkAnalyzerConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetNetworkAnalyzerConfigurationCommandOutput>;
381
426
  getNetworkAnalyzerConfiguration(args: GetNetworkAnalyzerConfigurationCommandInput, cb: (err: any, data?: GetNetworkAnalyzerConfigurationCommandOutput) => void): void;
382
427
  getNetworkAnalyzerConfiguration(args: GetNetworkAnalyzerConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNetworkAnalyzerConfigurationCommandOutput) => void): void;
383
428
  /**
429
+ * @public
384
430
  * <p>Gets information about a partner account. If <code>PartnerAccountId</code> and <code>PartnerType</code> are <code>null</code>, returns all partner accounts.</p>
385
431
  */
386
432
  getPartnerAccount(args: GetPartnerAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetPartnerAccountCommandOutput>;
387
433
  getPartnerAccount(args: GetPartnerAccountCommandInput, cb: (err: any, data?: GetPartnerAccountCommandOutput) => void): void;
388
434
  getPartnerAccount(args: GetPartnerAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPartnerAccountCommandOutput) => void): void;
389
435
  /**
436
+ * @public
390
437
  * @deprecated
391
438
  *
392
439
  * <p>Get the position information for a given resource.</p>
@@ -400,6 +447,7 @@ export declare class IoTWireless extends IoTWirelessClient {
400
447
  getPosition(args: GetPositionCommandInput, cb: (err: any, data?: GetPositionCommandOutput) => void): void;
401
448
  getPosition(args: GetPositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPositionCommandOutput) => void): void;
402
449
  /**
450
+ * @public
403
451
  * @deprecated
404
452
  *
405
453
  * <p>Get position configuration for a given resource.</p>
@@ -413,6 +461,7 @@ export declare class IoTWireless extends IoTWirelessClient {
413
461
  getPositionConfiguration(args: GetPositionConfigurationCommandInput, cb: (err: any, data?: GetPositionConfigurationCommandOutput) => void): void;
414
462
  getPositionConfiguration(args: GetPositionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPositionConfigurationCommandOutput) => void): void;
415
463
  /**
464
+ * @public
416
465
  * <p>Get estimated position information as a payload in GeoJSON format. The payload measurement data is
417
466
  * resolved using solvers that are provided by third-party vendors.</p>
418
467
  */
@@ -420,12 +469,14 @@ export declare class IoTWireless extends IoTWirelessClient {
420
469
  getPositionEstimate(args: GetPositionEstimateCommandInput, cb: (err: any, data?: GetPositionEstimateCommandOutput) => void): void;
421
470
  getPositionEstimate(args: GetPositionEstimateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPositionEstimateCommandOutput) => void): void;
422
471
  /**
472
+ * @public
423
473
  * <p>Get the event configuration for a particular resource identifier.</p>
424
474
  */
425
475
  getResourceEventConfiguration(args: GetResourceEventConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetResourceEventConfigurationCommandOutput>;
426
476
  getResourceEventConfiguration(args: GetResourceEventConfigurationCommandInput, cb: (err: any, data?: GetResourceEventConfigurationCommandOutput) => void): void;
427
477
  getResourceEventConfiguration(args: GetResourceEventConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourceEventConfigurationCommandOutput) => void): void;
428
478
  /**
479
+ * @public
429
480
  * <p>Fetches the log-level override, if any, for a given resource-ID and resource-type. It can be used for
430
481
  * a wireless device or a wireless gateway.</p>
431
482
  */
@@ -433,6 +484,7 @@ export declare class IoTWireless extends IoTWirelessClient {
433
484
  getResourceLogLevel(args: GetResourceLogLevelCommandInput, cb: (err: any, data?: GetResourceLogLevelCommandOutput) => void): void;
434
485
  getResourceLogLevel(args: GetResourceLogLevelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourceLogLevelCommandOutput) => void): void;
435
486
  /**
487
+ * @public
436
488
  * <p>Get the position information for a given wireless device or a wireless gateway resource.
437
489
  * The position information uses the <a href="https://gisgeography.com/wgs84-world-geodetic-system/"> World Geodetic System
438
490
  * (WGS84)</a>.</p>
@@ -441,114 +493,133 @@ export declare class IoTWireless extends IoTWirelessClient {
441
493
  getResourcePosition(args: GetResourcePositionCommandInput, cb: (err: any, data?: GetResourcePositionCommandOutput) => void): void;
442
494
  getResourcePosition(args: GetResourcePositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePositionCommandOutput) => void): void;
443
495
  /**
496
+ * @public
444
497
  * <p>Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.</p>
445
498
  */
446
499
  getServiceEndpoint(args: GetServiceEndpointCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceEndpointCommandOutput>;
447
500
  getServiceEndpoint(args: GetServiceEndpointCommandInput, cb: (err: any, data?: GetServiceEndpointCommandOutput) => void): void;
448
501
  getServiceEndpoint(args: GetServiceEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceEndpointCommandOutput) => void): void;
449
502
  /**
503
+ * @public
450
504
  * <p>Gets information about a service profile.</p>
451
505
  */
452
506
  getServiceProfile(args: GetServiceProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceProfileCommandOutput>;
453
507
  getServiceProfile(args: GetServiceProfileCommandInput, cb: (err: any, data?: GetServiceProfileCommandOutput) => void): void;
454
508
  getServiceProfile(args: GetServiceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceProfileCommandOutput) => void): void;
455
509
  /**
510
+ * @public
456
511
  * <p>Gets information about a wireless device.</p>
457
512
  */
458
513
  getWirelessDevice(args: GetWirelessDeviceCommandInput, options?: __HttpHandlerOptions): Promise<GetWirelessDeviceCommandOutput>;
459
514
  getWirelessDevice(args: GetWirelessDeviceCommandInput, cb: (err: any, data?: GetWirelessDeviceCommandOutput) => void): void;
460
515
  getWirelessDevice(args: GetWirelessDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWirelessDeviceCommandOutput) => void): void;
461
516
  /**
517
+ * @public
462
518
  * <p>Gets operating information about a wireless device.</p>
463
519
  */
464
520
  getWirelessDeviceStatistics(args: GetWirelessDeviceStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetWirelessDeviceStatisticsCommandOutput>;
465
521
  getWirelessDeviceStatistics(args: GetWirelessDeviceStatisticsCommandInput, cb: (err: any, data?: GetWirelessDeviceStatisticsCommandOutput) => void): void;
466
522
  getWirelessDeviceStatistics(args: GetWirelessDeviceStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWirelessDeviceStatisticsCommandOutput) => void): void;
467
523
  /**
524
+ * @public
468
525
  * <p>Gets information about a wireless gateway.</p>
469
526
  */
470
527
  getWirelessGateway(args: GetWirelessGatewayCommandInput, options?: __HttpHandlerOptions): Promise<GetWirelessGatewayCommandOutput>;
471
528
  getWirelessGateway(args: GetWirelessGatewayCommandInput, cb: (err: any, data?: GetWirelessGatewayCommandOutput) => void): void;
472
529
  getWirelessGateway(args: GetWirelessGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWirelessGatewayCommandOutput) => void): void;
473
530
  /**
531
+ * @public
474
532
  * <p>Gets the ID of the certificate that is currently associated with a wireless gateway.</p>
475
533
  */
476
534
  getWirelessGatewayCertificate(args: GetWirelessGatewayCertificateCommandInput, options?: __HttpHandlerOptions): Promise<GetWirelessGatewayCertificateCommandOutput>;
477
535
  getWirelessGatewayCertificate(args: GetWirelessGatewayCertificateCommandInput, cb: (err: any, data?: GetWirelessGatewayCertificateCommandOutput) => void): void;
478
536
  getWirelessGatewayCertificate(args: GetWirelessGatewayCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWirelessGatewayCertificateCommandOutput) => void): void;
479
537
  /**
538
+ * @public
480
539
  * <p>Gets the firmware version and other information about a wireless gateway.</p>
481
540
  */
482
541
  getWirelessGatewayFirmwareInformation(args: GetWirelessGatewayFirmwareInformationCommandInput, options?: __HttpHandlerOptions): Promise<GetWirelessGatewayFirmwareInformationCommandOutput>;
483
542
  getWirelessGatewayFirmwareInformation(args: GetWirelessGatewayFirmwareInformationCommandInput, cb: (err: any, data?: GetWirelessGatewayFirmwareInformationCommandOutput) => void): void;
484
543
  getWirelessGatewayFirmwareInformation(args: GetWirelessGatewayFirmwareInformationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWirelessGatewayFirmwareInformationCommandOutput) => void): void;
485
544
  /**
545
+ * @public
486
546
  * <p>Gets operating information about a wireless gateway.</p>
487
547
  */
488
548
  getWirelessGatewayStatistics(args: GetWirelessGatewayStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetWirelessGatewayStatisticsCommandOutput>;
489
549
  getWirelessGatewayStatistics(args: GetWirelessGatewayStatisticsCommandInput, cb: (err: any, data?: GetWirelessGatewayStatisticsCommandOutput) => void): void;
490
550
  getWirelessGatewayStatistics(args: GetWirelessGatewayStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWirelessGatewayStatisticsCommandOutput) => void): void;
491
551
  /**
552
+ * @public
492
553
  * <p>Gets information about a wireless gateway task.</p>
493
554
  */
494
555
  getWirelessGatewayTask(args: GetWirelessGatewayTaskCommandInput, options?: __HttpHandlerOptions): Promise<GetWirelessGatewayTaskCommandOutput>;
495
556
  getWirelessGatewayTask(args: GetWirelessGatewayTaskCommandInput, cb: (err: any, data?: GetWirelessGatewayTaskCommandOutput) => void): void;
496
557
  getWirelessGatewayTask(args: GetWirelessGatewayTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWirelessGatewayTaskCommandOutput) => void): void;
497
558
  /**
559
+ * @public
498
560
  * <p>Gets information about a wireless gateway task definition.</p>
499
561
  */
500
562
  getWirelessGatewayTaskDefinition(args: GetWirelessGatewayTaskDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<GetWirelessGatewayTaskDefinitionCommandOutput>;
501
563
  getWirelessGatewayTaskDefinition(args: GetWirelessGatewayTaskDefinitionCommandInput, cb: (err: any, data?: GetWirelessGatewayTaskDefinitionCommandOutput) => void): void;
502
564
  getWirelessGatewayTaskDefinition(args: GetWirelessGatewayTaskDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWirelessGatewayTaskDefinitionCommandOutput) => void): void;
503
565
  /**
566
+ * @public
504
567
  * <p>Lists the destinations registered to your AWS account.</p>
505
568
  */
506
569
  listDestinations(args: ListDestinationsCommandInput, options?: __HttpHandlerOptions): Promise<ListDestinationsCommandOutput>;
507
570
  listDestinations(args: ListDestinationsCommandInput, cb: (err: any, data?: ListDestinationsCommandOutput) => void): void;
508
571
  listDestinations(args: ListDestinationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDestinationsCommandOutput) => void): void;
509
572
  /**
573
+ * @public
510
574
  * <p>Lists the device profiles registered to your AWS account.</p>
511
575
  */
512
576
  listDeviceProfiles(args: ListDeviceProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListDeviceProfilesCommandOutput>;
513
577
  listDeviceProfiles(args: ListDeviceProfilesCommandInput, cb: (err: any, data?: ListDeviceProfilesCommandOutput) => void): void;
514
578
  listDeviceProfiles(args: ListDeviceProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeviceProfilesCommandOutput) => void): void;
515
579
  /**
580
+ * @public
516
581
  * <p>List event configurations where at least one event topic has been enabled.</p>
517
582
  */
518
583
  listEventConfigurations(args: ListEventConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListEventConfigurationsCommandOutput>;
519
584
  listEventConfigurations(args: ListEventConfigurationsCommandInput, cb: (err: any, data?: ListEventConfigurationsCommandOutput) => void): void;
520
585
  listEventConfigurations(args: ListEventConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventConfigurationsCommandOutput) => void): void;
521
586
  /**
587
+ * @public
522
588
  * <p>Lists the FUOTA tasks registered to your AWS account.</p>
523
589
  */
524
590
  listFuotaTasks(args: ListFuotaTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListFuotaTasksCommandOutput>;
525
591
  listFuotaTasks(args: ListFuotaTasksCommandInput, cb: (err: any, data?: ListFuotaTasksCommandOutput) => void): void;
526
592
  listFuotaTasks(args: ListFuotaTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFuotaTasksCommandOutput) => void): void;
527
593
  /**
594
+ * @public
528
595
  * <p>Lists the multicast groups registered to your AWS account.</p>
529
596
  */
530
597
  listMulticastGroups(args: ListMulticastGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListMulticastGroupsCommandOutput>;
531
598
  listMulticastGroups(args: ListMulticastGroupsCommandInput, cb: (err: any, data?: ListMulticastGroupsCommandOutput) => void): void;
532
599
  listMulticastGroups(args: ListMulticastGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMulticastGroupsCommandOutput) => void): void;
533
600
  /**
601
+ * @public
534
602
  * <p>List all multicast groups associated with a fuota task.</p>
535
603
  */
536
604
  listMulticastGroupsByFuotaTask(args: ListMulticastGroupsByFuotaTaskCommandInput, options?: __HttpHandlerOptions): Promise<ListMulticastGroupsByFuotaTaskCommandOutput>;
537
605
  listMulticastGroupsByFuotaTask(args: ListMulticastGroupsByFuotaTaskCommandInput, cb: (err: any, data?: ListMulticastGroupsByFuotaTaskCommandOutput) => void): void;
538
606
  listMulticastGroupsByFuotaTask(args: ListMulticastGroupsByFuotaTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMulticastGroupsByFuotaTaskCommandOutput) => void): void;
539
607
  /**
608
+ * @public
540
609
  * <p>Lists the network analyzer configurations.</p>
541
610
  */
542
611
  listNetworkAnalyzerConfigurations(args: ListNetworkAnalyzerConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListNetworkAnalyzerConfigurationsCommandOutput>;
543
612
  listNetworkAnalyzerConfigurations(args: ListNetworkAnalyzerConfigurationsCommandInput, cb: (err: any, data?: ListNetworkAnalyzerConfigurationsCommandOutput) => void): void;
544
613
  listNetworkAnalyzerConfigurations(args: ListNetworkAnalyzerConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNetworkAnalyzerConfigurationsCommandOutput) => void): void;
545
614
  /**
615
+ * @public
546
616
  * <p>Lists the partner accounts associated with your AWS account.</p>
547
617
  */
548
618
  listPartnerAccounts(args: ListPartnerAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListPartnerAccountsCommandOutput>;
549
619
  listPartnerAccounts(args: ListPartnerAccountsCommandInput, cb: (err: any, data?: ListPartnerAccountsCommandOutput) => void): void;
550
620
  listPartnerAccounts(args: ListPartnerAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPartnerAccountsCommandOutput) => void): void;
551
621
  /**
622
+ * @public
552
623
  * @deprecated
553
624
  *
554
625
  * <p>List position configurations for a given resource, such as positioning solvers.</p>
@@ -562,42 +633,49 @@ export declare class IoTWireless extends IoTWirelessClient {
562
633
  listPositionConfigurations(args: ListPositionConfigurationsCommandInput, cb: (err: any, data?: ListPositionConfigurationsCommandOutput) => void): void;
563
634
  listPositionConfigurations(args: ListPositionConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPositionConfigurationsCommandOutput) => void): void;
564
635
  /**
636
+ * @public
565
637
  * <p>List queued messages in the downlink queue.</p>
566
638
  */
567
639
  listQueuedMessages(args: ListQueuedMessagesCommandInput, options?: __HttpHandlerOptions): Promise<ListQueuedMessagesCommandOutput>;
568
640
  listQueuedMessages(args: ListQueuedMessagesCommandInput, cb: (err: any, data?: ListQueuedMessagesCommandOutput) => void): void;
569
641
  listQueuedMessages(args: ListQueuedMessagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQueuedMessagesCommandOutput) => void): void;
570
642
  /**
643
+ * @public
571
644
  * <p>Lists the service profiles registered to your AWS account.</p>
572
645
  */
573
646
  listServiceProfiles(args: ListServiceProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceProfilesCommandOutput>;
574
647
  listServiceProfiles(args: ListServiceProfilesCommandInput, cb: (err: any, data?: ListServiceProfilesCommandOutput) => void): void;
575
648
  listServiceProfiles(args: ListServiceProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceProfilesCommandOutput) => void): void;
576
649
  /**
650
+ * @public
577
651
  * <p>Lists the tags (metadata) you have assigned to the resource.</p>
578
652
  */
579
653
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
580
654
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
581
655
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
582
656
  /**
657
+ * @public
583
658
  * <p>Lists the wireless devices registered to your AWS account.</p>
584
659
  */
585
660
  listWirelessDevices(args: ListWirelessDevicesCommandInput, options?: __HttpHandlerOptions): Promise<ListWirelessDevicesCommandOutput>;
586
661
  listWirelessDevices(args: ListWirelessDevicesCommandInput, cb: (err: any, data?: ListWirelessDevicesCommandOutput) => void): void;
587
662
  listWirelessDevices(args: ListWirelessDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWirelessDevicesCommandOutput) => void): void;
588
663
  /**
664
+ * @public
589
665
  * <p>Lists the wireless gateways registered to your AWS account.</p>
590
666
  */
591
667
  listWirelessGateways(args: ListWirelessGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<ListWirelessGatewaysCommandOutput>;
592
668
  listWirelessGateways(args: ListWirelessGatewaysCommandInput, cb: (err: any, data?: ListWirelessGatewaysCommandOutput) => void): void;
593
669
  listWirelessGateways(args: ListWirelessGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWirelessGatewaysCommandOutput) => void): void;
594
670
  /**
671
+ * @public
595
672
  * <p>List the wireless gateway tasks definitions registered to your AWS account.</p>
596
673
  */
597
674
  listWirelessGatewayTaskDefinitions(args: ListWirelessGatewayTaskDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListWirelessGatewayTaskDefinitionsCommandOutput>;
598
675
  listWirelessGatewayTaskDefinitions(args: ListWirelessGatewayTaskDefinitionsCommandInput, cb: (err: any, data?: ListWirelessGatewayTaskDefinitionsCommandOutput) => void): void;
599
676
  listWirelessGatewayTaskDefinitions(args: ListWirelessGatewayTaskDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWirelessGatewayTaskDefinitionsCommandOutput) => void): void;
600
677
  /**
678
+ * @public
601
679
  * @deprecated
602
680
  *
603
681
  * <p>Put position configuration for a given resource.</p>
@@ -610,6 +688,7 @@ export declare class IoTWireless extends IoTWirelessClient {
610
688
  putPositionConfiguration(args: PutPositionConfigurationCommandInput, cb: (err: any, data?: PutPositionConfigurationCommandOutput) => void): void;
611
689
  putPositionConfiguration(args: PutPositionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPositionConfigurationCommandOutput) => void): void;
612
690
  /**
691
+ * @public
613
692
  * <p>Sets the log-level override for a resource-ID and resource-type. This option can be specified for a wireless gateway
614
693
  * or a wireless device. A limit of 200 log level override can be set per account.</p>
615
694
  */
@@ -617,12 +696,14 @@ export declare class IoTWireless extends IoTWirelessClient {
617
696
  putResourceLogLevel(args: PutResourceLogLevelCommandInput, cb: (err: any, data?: PutResourceLogLevelCommandOutput) => void): void;
618
697
  putResourceLogLevel(args: PutResourceLogLevelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourceLogLevelCommandOutput) => void): void;
619
698
  /**
699
+ * @public
620
700
  * <p>Removes the log-level overrides for all resources; both wireless devices and wireless gateways.</p>
621
701
  */
622
702
  resetAllResourceLogLevels(args: ResetAllResourceLogLevelsCommandInput, options?: __HttpHandlerOptions): Promise<ResetAllResourceLogLevelsCommandOutput>;
623
703
  resetAllResourceLogLevels(args: ResetAllResourceLogLevelsCommandInput, cb: (err: any, data?: ResetAllResourceLogLevelsCommandOutput) => void): void;
624
704
  resetAllResourceLogLevels(args: ResetAllResourceLogLevelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetAllResourceLogLevelsCommandOutput) => void): void;
625
705
  /**
706
+ * @public
626
707
  * <p>Removes the log-level override, if any, for a specific resource-ID and resource-type. It can be used for
627
708
  * a wireless device or a wireless gateway.</p>
628
709
  */
@@ -630,78 +711,91 @@ export declare class IoTWireless extends IoTWirelessClient {
630
711
  resetResourceLogLevel(args: ResetResourceLogLevelCommandInput, cb: (err: any, data?: ResetResourceLogLevelCommandOutput) => void): void;
631
712
  resetResourceLogLevel(args: ResetResourceLogLevelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetResourceLogLevelCommandOutput) => void): void;
632
713
  /**
714
+ * @public
633
715
  * <p>Sends the specified data to a multicast group.</p>
634
716
  */
635
717
  sendDataToMulticastGroup(args: SendDataToMulticastGroupCommandInput, options?: __HttpHandlerOptions): Promise<SendDataToMulticastGroupCommandOutput>;
636
718
  sendDataToMulticastGroup(args: SendDataToMulticastGroupCommandInput, cb: (err: any, data?: SendDataToMulticastGroupCommandOutput) => void): void;
637
719
  sendDataToMulticastGroup(args: SendDataToMulticastGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendDataToMulticastGroupCommandOutput) => void): void;
638
720
  /**
721
+ * @public
639
722
  * <p>Sends a decrypted application data frame to a device.</p>
640
723
  */
641
724
  sendDataToWirelessDevice(args: SendDataToWirelessDeviceCommandInput, options?: __HttpHandlerOptions): Promise<SendDataToWirelessDeviceCommandOutput>;
642
725
  sendDataToWirelessDevice(args: SendDataToWirelessDeviceCommandInput, cb: (err: any, data?: SendDataToWirelessDeviceCommandOutput) => void): void;
643
726
  sendDataToWirelessDevice(args: SendDataToWirelessDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendDataToWirelessDeviceCommandOutput) => void): void;
644
727
  /**
728
+ * @public
645
729
  * <p>Starts a bulk association of all qualifying wireless devices with a multicast group.</p>
646
730
  */
647
731
  startBulkAssociateWirelessDeviceWithMulticastGroup(args: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, options?: __HttpHandlerOptions): Promise<StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput>;
648
732
  startBulkAssociateWirelessDeviceWithMulticastGroup(args: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, cb: (err: any, data?: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput) => void): void;
649
733
  startBulkAssociateWirelessDeviceWithMulticastGroup(args: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput) => void): void;
650
734
  /**
735
+ * @public
651
736
  * <p>Starts a bulk disassociatin of all qualifying wireless devices from a multicast group.</p>
652
737
  */
653
738
  startBulkDisassociateWirelessDeviceFromMulticastGroup(args: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, options?: __HttpHandlerOptions): Promise<StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput>;
654
739
  startBulkDisassociateWirelessDeviceFromMulticastGroup(args: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, cb: (err: any, data?: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput) => void): void;
655
740
  startBulkDisassociateWirelessDeviceFromMulticastGroup(args: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput) => void): void;
656
741
  /**
742
+ * @public
657
743
  * <p>Starts a FUOTA task.</p>
658
744
  */
659
745
  startFuotaTask(args: StartFuotaTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartFuotaTaskCommandOutput>;
660
746
  startFuotaTask(args: StartFuotaTaskCommandInput, cb: (err: any, data?: StartFuotaTaskCommandOutput) => void): void;
661
747
  startFuotaTask(args: StartFuotaTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartFuotaTaskCommandOutput) => void): void;
662
748
  /**
749
+ * @public
663
750
  * <p>Starts a multicast group session.</p>
664
751
  */
665
752
  startMulticastGroupSession(args: StartMulticastGroupSessionCommandInput, options?: __HttpHandlerOptions): Promise<StartMulticastGroupSessionCommandOutput>;
666
753
  startMulticastGroupSession(args: StartMulticastGroupSessionCommandInput, cb: (err: any, data?: StartMulticastGroupSessionCommandOutput) => void): void;
667
754
  startMulticastGroupSession(args: StartMulticastGroupSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMulticastGroupSessionCommandOutput) => void): void;
668
755
  /**
756
+ * @public
669
757
  * <p>Adds a tag to a resource.</p>
670
758
  */
671
759
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
672
760
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
673
761
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
674
762
  /**
763
+ * @public
675
764
  * <p>Simulates a provisioned device by sending an uplink data payload of <code>Hello</code>.</p>
676
765
  */
677
766
  testWirelessDevice(args: TestWirelessDeviceCommandInput, options?: __HttpHandlerOptions): Promise<TestWirelessDeviceCommandOutput>;
678
767
  testWirelessDevice(args: TestWirelessDeviceCommandInput, cb: (err: any, data?: TestWirelessDeviceCommandOutput) => void): void;
679
768
  testWirelessDevice(args: TestWirelessDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestWirelessDeviceCommandOutput) => void): void;
680
769
  /**
770
+ * @public
681
771
  * <p>Removes one or more tags from a resource.</p>
682
772
  */
683
773
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
684
774
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
685
775
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
686
776
  /**
777
+ * @public
687
778
  * <p>Updates properties of a destination.</p>
688
779
  */
689
780
  updateDestination(args: UpdateDestinationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDestinationCommandOutput>;
690
781
  updateDestination(args: UpdateDestinationCommandInput, cb: (err: any, data?: UpdateDestinationCommandOutput) => void): void;
691
782
  updateDestination(args: UpdateDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDestinationCommandOutput) => void): void;
692
783
  /**
784
+ * @public
693
785
  * <p>Update the event configuration based on resource types.</p>
694
786
  */
695
787
  updateEventConfigurationByResourceTypes(args: UpdateEventConfigurationByResourceTypesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEventConfigurationByResourceTypesCommandOutput>;
696
788
  updateEventConfigurationByResourceTypes(args: UpdateEventConfigurationByResourceTypesCommandInput, cb: (err: any, data?: UpdateEventConfigurationByResourceTypesCommandOutput) => void): void;
697
789
  updateEventConfigurationByResourceTypes(args: UpdateEventConfigurationByResourceTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEventConfigurationByResourceTypesCommandOutput) => void): void;
698
790
  /**
791
+ * @public
699
792
  * <p>Updates properties of a FUOTA task.</p>
700
793
  */
701
794
  updateFuotaTask(args: UpdateFuotaTaskCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFuotaTaskCommandOutput>;
702
795
  updateFuotaTask(args: UpdateFuotaTaskCommandInput, cb: (err: any, data?: UpdateFuotaTaskCommandOutput) => void): void;
703
796
  updateFuotaTask(args: UpdateFuotaTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFuotaTaskCommandOutput) => void): void;
704
797
  /**
798
+ * @public
705
799
  * <p>Set default log level, or log levels by resource types. This can be for wireless device log options or
706
800
  * wireless gateways log options and is used to control the log messages that'll be displayed in CloudWatch.</p>
707
801
  */
@@ -709,24 +803,28 @@ export declare class IoTWireless extends IoTWirelessClient {
709
803
  updateLogLevelsByResourceTypes(args: UpdateLogLevelsByResourceTypesCommandInput, cb: (err: any, data?: UpdateLogLevelsByResourceTypesCommandOutput) => void): void;
710
804
  updateLogLevelsByResourceTypes(args: UpdateLogLevelsByResourceTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLogLevelsByResourceTypesCommandOutput) => void): void;
711
805
  /**
806
+ * @public
712
807
  * <p>Updates properties of a multicast group session.</p>
713
808
  */
714
809
  updateMulticastGroup(args: UpdateMulticastGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMulticastGroupCommandOutput>;
715
810
  updateMulticastGroup(args: UpdateMulticastGroupCommandInput, cb: (err: any, data?: UpdateMulticastGroupCommandOutput) => void): void;
716
811
  updateMulticastGroup(args: UpdateMulticastGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMulticastGroupCommandOutput) => void): void;
717
812
  /**
813
+ * @public
718
814
  * <p>Update network analyzer configuration.</p>
719
815
  */
720
816
  updateNetworkAnalyzerConfiguration(args: UpdateNetworkAnalyzerConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNetworkAnalyzerConfigurationCommandOutput>;
721
817
  updateNetworkAnalyzerConfiguration(args: UpdateNetworkAnalyzerConfigurationCommandInput, cb: (err: any, data?: UpdateNetworkAnalyzerConfigurationCommandOutput) => void): void;
722
818
  updateNetworkAnalyzerConfiguration(args: UpdateNetworkAnalyzerConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNetworkAnalyzerConfigurationCommandOutput) => void): void;
723
819
  /**
820
+ * @public
724
821
  * <p>Updates properties of a partner account.</p>
725
822
  */
726
823
  updatePartnerAccount(args: UpdatePartnerAccountCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePartnerAccountCommandOutput>;
727
824
  updatePartnerAccount(args: UpdatePartnerAccountCommandInput, cb: (err: any, data?: UpdatePartnerAccountCommandOutput) => void): void;
728
825
  updatePartnerAccount(args: UpdatePartnerAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePartnerAccountCommandOutput) => void): void;
729
826
  /**
827
+ * @public
730
828
  * @deprecated
731
829
  *
732
830
  * <p>Update the position information of a resource.</p>
@@ -739,12 +837,14 @@ export declare class IoTWireless extends IoTWirelessClient {
739
837
  updatePosition(args: UpdatePositionCommandInput, cb: (err: any, data?: UpdatePositionCommandOutput) => void): void;
740
838
  updatePosition(args: UpdatePositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePositionCommandOutput) => void): void;
741
839
  /**
840
+ * @public
742
841
  * <p>Update the event configuration for a particular resource identifier.</p>
743
842
  */
744
843
  updateResourceEventConfiguration(args: UpdateResourceEventConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourceEventConfigurationCommandOutput>;
745
844
  updateResourceEventConfiguration(args: UpdateResourceEventConfigurationCommandInput, cb: (err: any, data?: UpdateResourceEventConfigurationCommandOutput) => void): void;
746
845
  updateResourceEventConfiguration(args: UpdateResourceEventConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceEventConfigurationCommandOutput) => void): void;
747
846
  /**
847
+ * @public
748
848
  * <p>Update the position information of a given wireless device or a wireless gateway
749
849
  * resource. The position coordinates are based on the <a href="https://gisgeography.com/wgs84-world-geodetic-system/"> World Geodetic System
750
850
  * (WGS84)</a>.</p>
@@ -753,12 +853,14 @@ export declare class IoTWireless extends IoTWirelessClient {
753
853
  updateResourcePosition(args: UpdateResourcePositionCommandInput, cb: (err: any, data?: UpdateResourcePositionCommandOutput) => void): void;
754
854
  updateResourcePosition(args: UpdateResourcePositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourcePositionCommandOutput) => void): void;
755
855
  /**
856
+ * @public
756
857
  * <p>Updates properties of a wireless device.</p>
757
858
  */
758
859
  updateWirelessDevice(args: UpdateWirelessDeviceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWirelessDeviceCommandOutput>;
759
860
  updateWirelessDevice(args: UpdateWirelessDeviceCommandInput, cb: (err: any, data?: UpdateWirelessDeviceCommandOutput) => void): void;
760
861
  updateWirelessDevice(args: UpdateWirelessDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWirelessDeviceCommandOutput) => void): void;
761
862
  /**
863
+ * @public
762
864
  * <p>Updates properties of a wireless gateway.</p>
763
865
  */
764
866
  updateWirelessGateway(args: UpdateWirelessGatewayCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWirelessGatewayCommandOutput>;