aws-sdk 2.1020.0 → 2.1024.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.
- package/CHANGELOG.md +24 -1
- package/README.md +1 -1
- package/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
- package/apis/chime-sdk-meetings-2021-07-15.min.json +474 -0
- package/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
- package/apis/connect-2017-08-08.min.json +230 -61
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/datasync-2018-11-09.min.json +207 -56
- package/apis/ec2-2016-11-15.min.json +513 -499
- package/apis/finspace-2021-03-12.min.json +24 -4
- package/apis/iotwireless-2020-11-22.min.json +993 -100
- package/apis/iotwireless-2020-11-22.paginators.json +15 -0
- package/apis/macie2-2020-01-01.min.json +104 -77
- package/apis/metadata.json +4 -0
- package/apis/sagemaker-2017-07-24.min.json +617 -537
- package/apis/translate-2017-07-01.min.json +4 -1
- package/apis/wafv2-2019-07-29.min.json +130 -79
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/chimesdkmeetings.d.ts +486 -0
- package/clients/chimesdkmeetings.js +18 -0
- package/clients/connect.d.ts +194 -21
- package/clients/connectparticipant.d.ts +1 -1
- package/clients/datasync.d.ts +241 -11
- package/clients/ec2.d.ts +23 -6
- package/clients/finspace.d.ts +26 -0
- package/clients/iotwireless.d.ts +577 -6
- package/clients/macie2.d.ts +36 -16
- package/clients/resourcegroupstaggingapi.d.ts +29 -29
- package/clients/sagemaker.d.ts +111 -16
- package/clients/translate.d.ts +13 -12
- package/clients/wafv2.d.ts +70 -10
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +52 -15
- package/dist/aws-sdk.js +760 -564
- package/dist/aws-sdk.min.js +71 -71
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/iotwireless.d.ts
CHANGED
|
@@ -19,6 +19,30 @@ declare class IoTWireless extends Service {
|
|
|
19
19
|
* Associates a partner account with your AWS account.
|
|
20
20
|
*/
|
|
21
21
|
associateAwsAccountWithPartnerAccount(callback?: (err: AWSError, data: IoTWireless.Types.AssociateAwsAccountWithPartnerAccountResponse) => void): Request<IoTWireless.Types.AssociateAwsAccountWithPartnerAccountResponse, AWSError>;
|
|
22
|
+
/**
|
|
23
|
+
* Associate a multicast group with a FUOTA task.
|
|
24
|
+
*/
|
|
25
|
+
associateMulticastGroupWithFuotaTask(params: IoTWireless.Types.AssociateMulticastGroupWithFuotaTaskRequest, callback?: (err: AWSError, data: IoTWireless.Types.AssociateMulticastGroupWithFuotaTaskResponse) => void): Request<IoTWireless.Types.AssociateMulticastGroupWithFuotaTaskResponse, AWSError>;
|
|
26
|
+
/**
|
|
27
|
+
* Associate a multicast group with a FUOTA task.
|
|
28
|
+
*/
|
|
29
|
+
associateMulticastGroupWithFuotaTask(callback?: (err: AWSError, data: IoTWireless.Types.AssociateMulticastGroupWithFuotaTaskResponse) => void): Request<IoTWireless.Types.AssociateMulticastGroupWithFuotaTaskResponse, AWSError>;
|
|
30
|
+
/**
|
|
31
|
+
* Associate a wireless device with a FUOTA task.
|
|
32
|
+
*/
|
|
33
|
+
associateWirelessDeviceWithFuotaTask(params: IoTWireless.Types.AssociateWirelessDeviceWithFuotaTaskRequest, callback?: (err: AWSError, data: IoTWireless.Types.AssociateWirelessDeviceWithFuotaTaskResponse) => void): Request<IoTWireless.Types.AssociateWirelessDeviceWithFuotaTaskResponse, AWSError>;
|
|
34
|
+
/**
|
|
35
|
+
* Associate a wireless device with a FUOTA task.
|
|
36
|
+
*/
|
|
37
|
+
associateWirelessDeviceWithFuotaTask(callback?: (err: AWSError, data: IoTWireless.Types.AssociateWirelessDeviceWithFuotaTaskResponse) => void): Request<IoTWireless.Types.AssociateWirelessDeviceWithFuotaTaskResponse, AWSError>;
|
|
38
|
+
/**
|
|
39
|
+
* Associates a wireless device with a multicast group.
|
|
40
|
+
*/
|
|
41
|
+
associateWirelessDeviceWithMulticastGroup(params: IoTWireless.Types.AssociateWirelessDeviceWithMulticastGroupRequest, callback?: (err: AWSError, data: IoTWireless.Types.AssociateWirelessDeviceWithMulticastGroupResponse) => void): Request<IoTWireless.Types.AssociateWirelessDeviceWithMulticastGroupResponse, AWSError>;
|
|
42
|
+
/**
|
|
43
|
+
* Associates a wireless device with a multicast group.
|
|
44
|
+
*/
|
|
45
|
+
associateWirelessDeviceWithMulticastGroup(callback?: (err: AWSError, data: IoTWireless.Types.AssociateWirelessDeviceWithMulticastGroupResponse) => void): Request<IoTWireless.Types.AssociateWirelessDeviceWithMulticastGroupResponse, AWSError>;
|
|
22
46
|
/**
|
|
23
47
|
* Associates a wireless device with a thing.
|
|
24
48
|
*/
|
|
@@ -43,6 +67,14 @@ declare class IoTWireless extends Service {
|
|
|
43
67
|
* Associates a wireless gateway with a thing.
|
|
44
68
|
*/
|
|
45
69
|
associateWirelessGatewayWithThing(callback?: (err: AWSError, data: IoTWireless.Types.AssociateWirelessGatewayWithThingResponse) => void): Request<IoTWireless.Types.AssociateWirelessGatewayWithThingResponse, AWSError>;
|
|
70
|
+
/**
|
|
71
|
+
* Cancels an existing multicast group session.
|
|
72
|
+
*/
|
|
73
|
+
cancelMulticastGroupSession(params: IoTWireless.Types.CancelMulticastGroupSessionRequest, callback?: (err: AWSError, data: IoTWireless.Types.CancelMulticastGroupSessionResponse) => void): Request<IoTWireless.Types.CancelMulticastGroupSessionResponse, AWSError>;
|
|
74
|
+
/**
|
|
75
|
+
* Cancels an existing multicast group session.
|
|
76
|
+
*/
|
|
77
|
+
cancelMulticastGroupSession(callback?: (err: AWSError, data: IoTWireless.Types.CancelMulticastGroupSessionResponse) => void): Request<IoTWireless.Types.CancelMulticastGroupSessionResponse, AWSError>;
|
|
46
78
|
/**
|
|
47
79
|
* Creates a new destination that maps a device message to an AWS IoT rule.
|
|
48
80
|
*/
|
|
@@ -59,6 +91,22 @@ declare class IoTWireless extends Service {
|
|
|
59
91
|
* Creates a new device profile.
|
|
60
92
|
*/
|
|
61
93
|
createDeviceProfile(callback?: (err: AWSError, data: IoTWireless.Types.CreateDeviceProfileResponse) => void): Request<IoTWireless.Types.CreateDeviceProfileResponse, AWSError>;
|
|
94
|
+
/**
|
|
95
|
+
* Creates a FUOTA task.
|
|
96
|
+
*/
|
|
97
|
+
createFuotaTask(params: IoTWireless.Types.CreateFuotaTaskRequest, callback?: (err: AWSError, data: IoTWireless.Types.CreateFuotaTaskResponse) => void): Request<IoTWireless.Types.CreateFuotaTaskResponse, AWSError>;
|
|
98
|
+
/**
|
|
99
|
+
* Creates a FUOTA task.
|
|
100
|
+
*/
|
|
101
|
+
createFuotaTask(callback?: (err: AWSError, data: IoTWireless.Types.CreateFuotaTaskResponse) => void): Request<IoTWireless.Types.CreateFuotaTaskResponse, AWSError>;
|
|
102
|
+
/**
|
|
103
|
+
* Creates a multicast group.
|
|
104
|
+
*/
|
|
105
|
+
createMulticastGroup(params: IoTWireless.Types.CreateMulticastGroupRequest, callback?: (err: AWSError, data: IoTWireless.Types.CreateMulticastGroupResponse) => void): Request<IoTWireless.Types.CreateMulticastGroupResponse, AWSError>;
|
|
106
|
+
/**
|
|
107
|
+
* Creates a multicast group.
|
|
108
|
+
*/
|
|
109
|
+
createMulticastGroup(callback?: (err: AWSError, data: IoTWireless.Types.CreateMulticastGroupResponse) => void): Request<IoTWireless.Types.CreateMulticastGroupResponse, AWSError>;
|
|
62
110
|
/**
|
|
63
111
|
* Creates a new service profile.
|
|
64
112
|
*/
|
|
@@ -115,6 +163,22 @@ declare class IoTWireless extends Service {
|
|
|
115
163
|
* Deletes a device profile.
|
|
116
164
|
*/
|
|
117
165
|
deleteDeviceProfile(callback?: (err: AWSError, data: IoTWireless.Types.DeleteDeviceProfileResponse) => void): Request<IoTWireless.Types.DeleteDeviceProfileResponse, AWSError>;
|
|
166
|
+
/**
|
|
167
|
+
* Deletes a FUOTA task.
|
|
168
|
+
*/
|
|
169
|
+
deleteFuotaTask(params: IoTWireless.Types.DeleteFuotaTaskRequest, callback?: (err: AWSError, data: IoTWireless.Types.DeleteFuotaTaskResponse) => void): Request<IoTWireless.Types.DeleteFuotaTaskResponse, AWSError>;
|
|
170
|
+
/**
|
|
171
|
+
* Deletes a FUOTA task.
|
|
172
|
+
*/
|
|
173
|
+
deleteFuotaTask(callback?: (err: AWSError, data: IoTWireless.Types.DeleteFuotaTaskResponse) => void): Request<IoTWireless.Types.DeleteFuotaTaskResponse, AWSError>;
|
|
174
|
+
/**
|
|
175
|
+
* Deletes a multicast group if it is not in use by a fuota task.
|
|
176
|
+
*/
|
|
177
|
+
deleteMulticastGroup(params: IoTWireless.Types.DeleteMulticastGroupRequest, callback?: (err: AWSError, data: IoTWireless.Types.DeleteMulticastGroupResponse) => void): Request<IoTWireless.Types.DeleteMulticastGroupResponse, AWSError>;
|
|
178
|
+
/**
|
|
179
|
+
* Deletes a multicast group if it is not in use by a fuota task.
|
|
180
|
+
*/
|
|
181
|
+
deleteMulticastGroup(callback?: (err: AWSError, data: IoTWireless.Types.DeleteMulticastGroupResponse) => void): Request<IoTWireless.Types.DeleteMulticastGroupResponse, AWSError>;
|
|
118
182
|
/**
|
|
119
183
|
* Deletes a service profile.
|
|
120
184
|
*/
|
|
@@ -163,6 +227,30 @@ declare class IoTWireless extends Service {
|
|
|
163
227
|
* Disassociates your AWS account from a partner account. If PartnerAccountId and PartnerType are null, disassociates your AWS account from all partner accounts.
|
|
164
228
|
*/
|
|
165
229
|
disassociateAwsAccountFromPartnerAccount(callback?: (err: AWSError, data: IoTWireless.Types.DisassociateAwsAccountFromPartnerAccountResponse) => void): Request<IoTWireless.Types.DisassociateAwsAccountFromPartnerAccountResponse, AWSError>;
|
|
230
|
+
/**
|
|
231
|
+
* Disassociates a multicast group from a fuota task.
|
|
232
|
+
*/
|
|
233
|
+
disassociateMulticastGroupFromFuotaTask(params: IoTWireless.Types.DisassociateMulticastGroupFromFuotaTaskRequest, callback?: (err: AWSError, data: IoTWireless.Types.DisassociateMulticastGroupFromFuotaTaskResponse) => void): Request<IoTWireless.Types.DisassociateMulticastGroupFromFuotaTaskResponse, AWSError>;
|
|
234
|
+
/**
|
|
235
|
+
* Disassociates a multicast group from a fuota task.
|
|
236
|
+
*/
|
|
237
|
+
disassociateMulticastGroupFromFuotaTask(callback?: (err: AWSError, data: IoTWireless.Types.DisassociateMulticastGroupFromFuotaTaskResponse) => void): Request<IoTWireless.Types.DisassociateMulticastGroupFromFuotaTaskResponse, AWSError>;
|
|
238
|
+
/**
|
|
239
|
+
* Disassociates a wireless device from a FUOTA task.
|
|
240
|
+
*/
|
|
241
|
+
disassociateWirelessDeviceFromFuotaTask(params: IoTWireless.Types.DisassociateWirelessDeviceFromFuotaTaskRequest, callback?: (err: AWSError, data: IoTWireless.Types.DisassociateWirelessDeviceFromFuotaTaskResponse) => void): Request<IoTWireless.Types.DisassociateWirelessDeviceFromFuotaTaskResponse, AWSError>;
|
|
242
|
+
/**
|
|
243
|
+
* Disassociates a wireless device from a FUOTA task.
|
|
244
|
+
*/
|
|
245
|
+
disassociateWirelessDeviceFromFuotaTask(callback?: (err: AWSError, data: IoTWireless.Types.DisassociateWirelessDeviceFromFuotaTaskResponse) => void): Request<IoTWireless.Types.DisassociateWirelessDeviceFromFuotaTaskResponse, AWSError>;
|
|
246
|
+
/**
|
|
247
|
+
* Disassociates a wireless device from a multicast group.
|
|
248
|
+
*/
|
|
249
|
+
disassociateWirelessDeviceFromMulticastGroup(params: IoTWireless.Types.DisassociateWirelessDeviceFromMulticastGroupRequest, callback?: (err: AWSError, data: IoTWireless.Types.DisassociateWirelessDeviceFromMulticastGroupResponse) => void): Request<IoTWireless.Types.DisassociateWirelessDeviceFromMulticastGroupResponse, AWSError>;
|
|
250
|
+
/**
|
|
251
|
+
* Disassociates a wireless device from a multicast group.
|
|
252
|
+
*/
|
|
253
|
+
disassociateWirelessDeviceFromMulticastGroup(callback?: (err: AWSError, data: IoTWireless.Types.DisassociateWirelessDeviceFromMulticastGroupResponse) => void): Request<IoTWireless.Types.DisassociateWirelessDeviceFromMulticastGroupResponse, AWSError>;
|
|
166
254
|
/**
|
|
167
255
|
* Disassociates a wireless device from its currently associated thing.
|
|
168
256
|
*/
|
|
@@ -203,6 +291,14 @@ declare class IoTWireless extends Service {
|
|
|
203
291
|
* Gets information about a device profile.
|
|
204
292
|
*/
|
|
205
293
|
getDeviceProfile(callback?: (err: AWSError, data: IoTWireless.Types.GetDeviceProfileResponse) => void): Request<IoTWireless.Types.GetDeviceProfileResponse, AWSError>;
|
|
294
|
+
/**
|
|
295
|
+
* Gets information about a FUOTA task.
|
|
296
|
+
*/
|
|
297
|
+
getFuotaTask(params: IoTWireless.Types.GetFuotaTaskRequest, callback?: (err: AWSError, data: IoTWireless.Types.GetFuotaTaskResponse) => void): Request<IoTWireless.Types.GetFuotaTaskResponse, AWSError>;
|
|
298
|
+
/**
|
|
299
|
+
* Gets information about a FUOTA task.
|
|
300
|
+
*/
|
|
301
|
+
getFuotaTask(callback?: (err: AWSError, data: IoTWireless.Types.GetFuotaTaskResponse) => void): Request<IoTWireless.Types.GetFuotaTaskResponse, AWSError>;
|
|
206
302
|
/**
|
|
207
303
|
* Returns current default log levels or log levels by resource types. Based on resource types, log levels can be for wireless device log options or wireless gateway log options.
|
|
208
304
|
*/
|
|
@@ -211,6 +307,22 @@ declare class IoTWireless extends Service {
|
|
|
211
307
|
* Returns current default log levels or log levels by resource types. Based on resource types, log levels can be for wireless device log options or wireless gateway log options.
|
|
212
308
|
*/
|
|
213
309
|
getLogLevelsByResourceTypes(callback?: (err: AWSError, data: IoTWireless.Types.GetLogLevelsByResourceTypesResponse) => void): Request<IoTWireless.Types.GetLogLevelsByResourceTypesResponse, AWSError>;
|
|
310
|
+
/**
|
|
311
|
+
* Gets information about a multicast group.
|
|
312
|
+
*/
|
|
313
|
+
getMulticastGroup(params: IoTWireless.Types.GetMulticastGroupRequest, callback?: (err: AWSError, data: IoTWireless.Types.GetMulticastGroupResponse) => void): Request<IoTWireless.Types.GetMulticastGroupResponse, AWSError>;
|
|
314
|
+
/**
|
|
315
|
+
* Gets information about a multicast group.
|
|
316
|
+
*/
|
|
317
|
+
getMulticastGroup(callback?: (err: AWSError, data: IoTWireless.Types.GetMulticastGroupResponse) => void): Request<IoTWireless.Types.GetMulticastGroupResponse, AWSError>;
|
|
318
|
+
/**
|
|
319
|
+
* Gets information about a multicast group session.
|
|
320
|
+
*/
|
|
321
|
+
getMulticastGroupSession(params: IoTWireless.Types.GetMulticastGroupSessionRequest, callback?: (err: AWSError, data: IoTWireless.Types.GetMulticastGroupSessionResponse) => void): Request<IoTWireless.Types.GetMulticastGroupSessionResponse, AWSError>;
|
|
322
|
+
/**
|
|
323
|
+
* Gets information about a multicast group session.
|
|
324
|
+
*/
|
|
325
|
+
getMulticastGroupSession(callback?: (err: AWSError, data: IoTWireless.Types.GetMulticastGroupSessionResponse) => void): Request<IoTWireless.Types.GetMulticastGroupSessionResponse, AWSError>;
|
|
214
326
|
/**
|
|
215
327
|
* Gets information about a partner account. If PartnerAccountId and PartnerType are null, returns all partner accounts.
|
|
216
328
|
*/
|
|
@@ -219,6 +331,14 @@ declare class IoTWireless extends Service {
|
|
|
219
331
|
* Gets information about a partner account. If PartnerAccountId and PartnerType are null, returns all partner accounts.
|
|
220
332
|
*/
|
|
221
333
|
getPartnerAccount(callback?: (err: AWSError, data: IoTWireless.Types.GetPartnerAccountResponse) => void): Request<IoTWireless.Types.GetPartnerAccountResponse, AWSError>;
|
|
334
|
+
/**
|
|
335
|
+
* Get the event configuration for a particular resource identifier.
|
|
336
|
+
*/
|
|
337
|
+
getResourceEventConfiguration(params: IoTWireless.Types.GetResourceEventConfigurationRequest, callback?: (err: AWSError, data: IoTWireless.Types.GetResourceEventConfigurationResponse) => void): Request<IoTWireless.Types.GetResourceEventConfigurationResponse, AWSError>;
|
|
338
|
+
/**
|
|
339
|
+
* Get the event configuration for a particular resource identifier.
|
|
340
|
+
*/
|
|
341
|
+
getResourceEventConfiguration(callback?: (err: AWSError, data: IoTWireless.Types.GetResourceEventConfigurationResponse) => void): Request<IoTWireless.Types.GetResourceEventConfigurationResponse, AWSError>;
|
|
222
342
|
/**
|
|
223
343
|
* Fetches the log-level override, if any, for a given resource-ID and resource-type. It can be used for a wireless device or a wireless gateway.
|
|
224
344
|
*/
|
|
@@ -323,6 +443,30 @@ declare class IoTWireless extends Service {
|
|
|
323
443
|
* Lists the device profiles registered to your AWS account.
|
|
324
444
|
*/
|
|
325
445
|
listDeviceProfiles(callback?: (err: AWSError, data: IoTWireless.Types.ListDeviceProfilesResponse) => void): Request<IoTWireless.Types.ListDeviceProfilesResponse, AWSError>;
|
|
446
|
+
/**
|
|
447
|
+
* Lists the FUOTA tasks registered to your AWS account.
|
|
448
|
+
*/
|
|
449
|
+
listFuotaTasks(params: IoTWireless.Types.ListFuotaTasksRequest, callback?: (err: AWSError, data: IoTWireless.Types.ListFuotaTasksResponse) => void): Request<IoTWireless.Types.ListFuotaTasksResponse, AWSError>;
|
|
450
|
+
/**
|
|
451
|
+
* Lists the FUOTA tasks registered to your AWS account.
|
|
452
|
+
*/
|
|
453
|
+
listFuotaTasks(callback?: (err: AWSError, data: IoTWireless.Types.ListFuotaTasksResponse) => void): Request<IoTWireless.Types.ListFuotaTasksResponse, AWSError>;
|
|
454
|
+
/**
|
|
455
|
+
* Lists the multicast groups registered to your AWS account.
|
|
456
|
+
*/
|
|
457
|
+
listMulticastGroups(params: IoTWireless.Types.ListMulticastGroupsRequest, callback?: (err: AWSError, data: IoTWireless.Types.ListMulticastGroupsResponse) => void): Request<IoTWireless.Types.ListMulticastGroupsResponse, AWSError>;
|
|
458
|
+
/**
|
|
459
|
+
* Lists the multicast groups registered to your AWS account.
|
|
460
|
+
*/
|
|
461
|
+
listMulticastGroups(callback?: (err: AWSError, data: IoTWireless.Types.ListMulticastGroupsResponse) => void): Request<IoTWireless.Types.ListMulticastGroupsResponse, AWSError>;
|
|
462
|
+
/**
|
|
463
|
+
* List all multicast groups associated with a fuota task.
|
|
464
|
+
*/
|
|
465
|
+
listMulticastGroupsByFuotaTask(params: IoTWireless.Types.ListMulticastGroupsByFuotaTaskRequest, callback?: (err: AWSError, data: IoTWireless.Types.ListMulticastGroupsByFuotaTaskResponse) => void): Request<IoTWireless.Types.ListMulticastGroupsByFuotaTaskResponse, AWSError>;
|
|
466
|
+
/**
|
|
467
|
+
* List all multicast groups associated with a fuota task.
|
|
468
|
+
*/
|
|
469
|
+
listMulticastGroupsByFuotaTask(callback?: (err: AWSError, data: IoTWireless.Types.ListMulticastGroupsByFuotaTaskResponse) => void): Request<IoTWireless.Types.ListMulticastGroupsByFuotaTaskResponse, AWSError>;
|
|
326
470
|
/**
|
|
327
471
|
* Lists the partner accounts associated with your AWS account.
|
|
328
472
|
*/
|
|
@@ -395,6 +539,14 @@ declare class IoTWireless extends Service {
|
|
|
395
539
|
* Removes the log-level override, if any, for a specific resource-ID and resource-type. It can be used for a wireless device or a wireless gateway.
|
|
396
540
|
*/
|
|
397
541
|
resetResourceLogLevel(callback?: (err: AWSError, data: IoTWireless.Types.ResetResourceLogLevelResponse) => void): Request<IoTWireless.Types.ResetResourceLogLevelResponse, AWSError>;
|
|
542
|
+
/**
|
|
543
|
+
* Sends the specified data to a multicast group.
|
|
544
|
+
*/
|
|
545
|
+
sendDataToMulticastGroup(params: IoTWireless.Types.SendDataToMulticastGroupRequest, callback?: (err: AWSError, data: IoTWireless.Types.SendDataToMulticastGroupResponse) => void): Request<IoTWireless.Types.SendDataToMulticastGroupResponse, AWSError>;
|
|
546
|
+
/**
|
|
547
|
+
* Sends the specified data to a multicast group.
|
|
548
|
+
*/
|
|
549
|
+
sendDataToMulticastGroup(callback?: (err: AWSError, data: IoTWireless.Types.SendDataToMulticastGroupResponse) => void): Request<IoTWireless.Types.SendDataToMulticastGroupResponse, AWSError>;
|
|
398
550
|
/**
|
|
399
551
|
* Sends a decrypted application data frame to a device.
|
|
400
552
|
*/
|
|
@@ -403,6 +555,38 @@ declare class IoTWireless extends Service {
|
|
|
403
555
|
* Sends a decrypted application data frame to a device.
|
|
404
556
|
*/
|
|
405
557
|
sendDataToWirelessDevice(callback?: (err: AWSError, data: IoTWireless.Types.SendDataToWirelessDeviceResponse) => void): Request<IoTWireless.Types.SendDataToWirelessDeviceResponse, AWSError>;
|
|
558
|
+
/**
|
|
559
|
+
* Starts a bulk association of all qualifying wireless devices with a multicast group.
|
|
560
|
+
*/
|
|
561
|
+
startBulkAssociateWirelessDeviceWithMulticastGroup(params: IoTWireless.Types.StartBulkAssociateWirelessDeviceWithMulticastGroupRequest, callback?: (err: AWSError, data: IoTWireless.Types.StartBulkAssociateWirelessDeviceWithMulticastGroupResponse) => void): Request<IoTWireless.Types.StartBulkAssociateWirelessDeviceWithMulticastGroupResponse, AWSError>;
|
|
562
|
+
/**
|
|
563
|
+
* Starts a bulk association of all qualifying wireless devices with a multicast group.
|
|
564
|
+
*/
|
|
565
|
+
startBulkAssociateWirelessDeviceWithMulticastGroup(callback?: (err: AWSError, data: IoTWireless.Types.StartBulkAssociateWirelessDeviceWithMulticastGroupResponse) => void): Request<IoTWireless.Types.StartBulkAssociateWirelessDeviceWithMulticastGroupResponse, AWSError>;
|
|
566
|
+
/**
|
|
567
|
+
* Starts a bulk disassociatin of all qualifying wireless devices from a multicast group.
|
|
568
|
+
*/
|
|
569
|
+
startBulkDisassociateWirelessDeviceFromMulticastGroup(params: IoTWireless.Types.StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest, callback?: (err: AWSError, data: IoTWireless.Types.StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse) => void): Request<IoTWireless.Types.StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse, AWSError>;
|
|
570
|
+
/**
|
|
571
|
+
* Starts a bulk disassociatin of all qualifying wireless devices from a multicast group.
|
|
572
|
+
*/
|
|
573
|
+
startBulkDisassociateWirelessDeviceFromMulticastGroup(callback?: (err: AWSError, data: IoTWireless.Types.StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse) => void): Request<IoTWireless.Types.StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse, AWSError>;
|
|
574
|
+
/**
|
|
575
|
+
* Starts a FUOTA task.
|
|
576
|
+
*/
|
|
577
|
+
startFuotaTask(params: IoTWireless.Types.StartFuotaTaskRequest, callback?: (err: AWSError, data: IoTWireless.Types.StartFuotaTaskResponse) => void): Request<IoTWireless.Types.StartFuotaTaskResponse, AWSError>;
|
|
578
|
+
/**
|
|
579
|
+
* Starts a FUOTA task.
|
|
580
|
+
*/
|
|
581
|
+
startFuotaTask(callback?: (err: AWSError, data: IoTWireless.Types.StartFuotaTaskResponse) => void): Request<IoTWireless.Types.StartFuotaTaskResponse, AWSError>;
|
|
582
|
+
/**
|
|
583
|
+
* Starts a multicast group session.
|
|
584
|
+
*/
|
|
585
|
+
startMulticastGroupSession(params: IoTWireless.Types.StartMulticastGroupSessionRequest, callback?: (err: AWSError, data: IoTWireless.Types.StartMulticastGroupSessionResponse) => void): Request<IoTWireless.Types.StartMulticastGroupSessionResponse, AWSError>;
|
|
586
|
+
/**
|
|
587
|
+
* Starts a multicast group session.
|
|
588
|
+
*/
|
|
589
|
+
startMulticastGroupSession(callback?: (err: AWSError, data: IoTWireless.Types.StartMulticastGroupSessionResponse) => void): Request<IoTWireless.Types.StartMulticastGroupSessionResponse, AWSError>;
|
|
406
590
|
/**
|
|
407
591
|
* Adds a tag to a resource.
|
|
408
592
|
*/
|
|
@@ -435,6 +619,14 @@ declare class IoTWireless extends Service {
|
|
|
435
619
|
* Updates properties of a destination.
|
|
436
620
|
*/
|
|
437
621
|
updateDestination(callback?: (err: AWSError, data: IoTWireless.Types.UpdateDestinationResponse) => void): Request<IoTWireless.Types.UpdateDestinationResponse, AWSError>;
|
|
622
|
+
/**
|
|
623
|
+
* Updates properties of a FUOTA task.
|
|
624
|
+
*/
|
|
625
|
+
updateFuotaTask(params: IoTWireless.Types.UpdateFuotaTaskRequest, callback?: (err: AWSError, data: IoTWireless.Types.UpdateFuotaTaskResponse) => void): Request<IoTWireless.Types.UpdateFuotaTaskResponse, AWSError>;
|
|
626
|
+
/**
|
|
627
|
+
* Updates properties of a FUOTA task.
|
|
628
|
+
*/
|
|
629
|
+
updateFuotaTask(callback?: (err: AWSError, data: IoTWireless.Types.UpdateFuotaTaskResponse) => void): Request<IoTWireless.Types.UpdateFuotaTaskResponse, AWSError>;
|
|
438
630
|
/**
|
|
439
631
|
* Set default log level, or log levels by resource types. This can be for wireless device log options or wireless gateways log options and is used to control the log messages that'll be displayed in CloudWatch.
|
|
440
632
|
*/
|
|
@@ -443,6 +635,14 @@ declare class IoTWireless extends Service {
|
|
|
443
635
|
* Set default log level, or log levels by resource types. This can be for wireless device log options or wireless gateways log options and is used to control the log messages that'll be displayed in CloudWatch.
|
|
444
636
|
*/
|
|
445
637
|
updateLogLevelsByResourceTypes(callback?: (err: AWSError, data: IoTWireless.Types.UpdateLogLevelsByResourceTypesResponse) => void): Request<IoTWireless.Types.UpdateLogLevelsByResourceTypesResponse, AWSError>;
|
|
638
|
+
/**
|
|
639
|
+
* Updates properties of a multicast group session.
|
|
640
|
+
*/
|
|
641
|
+
updateMulticastGroup(params: IoTWireless.Types.UpdateMulticastGroupRequest, callback?: (err: AWSError, data: IoTWireless.Types.UpdateMulticastGroupResponse) => void): Request<IoTWireless.Types.UpdateMulticastGroupResponse, AWSError>;
|
|
642
|
+
/**
|
|
643
|
+
* Updates properties of a multicast group session.
|
|
644
|
+
*/
|
|
645
|
+
updateMulticastGroup(callback?: (err: AWSError, data: IoTWireless.Types.UpdateMulticastGroupResponse) => void): Request<IoTWireless.Types.UpdateMulticastGroupResponse, AWSError>;
|
|
446
646
|
/**
|
|
447
647
|
* Updates properties of a partner account.
|
|
448
648
|
*/
|
|
@@ -451,6 +651,14 @@ declare class IoTWireless extends Service {
|
|
|
451
651
|
* Updates properties of a partner account.
|
|
452
652
|
*/
|
|
453
653
|
updatePartnerAccount(callback?: (err: AWSError, data: IoTWireless.Types.UpdatePartnerAccountResponse) => void): Request<IoTWireless.Types.UpdatePartnerAccountResponse, AWSError>;
|
|
654
|
+
/**
|
|
655
|
+
* Update the event configuration for a particular resource identifier.
|
|
656
|
+
*/
|
|
657
|
+
updateResourceEventConfiguration(params: IoTWireless.Types.UpdateResourceEventConfigurationRequest, callback?: (err: AWSError, data: IoTWireless.Types.UpdateResourceEventConfigurationResponse) => void): Request<IoTWireless.Types.UpdateResourceEventConfigurationResponse, AWSError>;
|
|
658
|
+
/**
|
|
659
|
+
* Update the event configuration for a particular resource identifier.
|
|
660
|
+
*/
|
|
661
|
+
updateResourceEventConfiguration(callback?: (err: AWSError, data: IoTWireless.Types.UpdateResourceEventConfigurationResponse) => void): Request<IoTWireless.Types.UpdateResourceEventConfigurationResponse, AWSError>;
|
|
454
662
|
/**
|
|
455
663
|
* Updates properties of a wireless device.
|
|
456
664
|
*/
|
|
@@ -521,6 +729,24 @@ declare namespace IoTWireless {
|
|
|
521
729
|
*/
|
|
522
730
|
Arn?: PartnerAccountArn;
|
|
523
731
|
}
|
|
732
|
+
export interface AssociateMulticastGroupWithFuotaTaskRequest {
|
|
733
|
+
Id: FuotaTaskId;
|
|
734
|
+
MulticastGroupId: MulticastGroupId;
|
|
735
|
+
}
|
|
736
|
+
export interface AssociateMulticastGroupWithFuotaTaskResponse {
|
|
737
|
+
}
|
|
738
|
+
export interface AssociateWirelessDeviceWithFuotaTaskRequest {
|
|
739
|
+
Id: FuotaTaskId;
|
|
740
|
+
WirelessDeviceId: WirelessDeviceId;
|
|
741
|
+
}
|
|
742
|
+
export interface AssociateWirelessDeviceWithFuotaTaskResponse {
|
|
743
|
+
}
|
|
744
|
+
export interface AssociateWirelessDeviceWithMulticastGroupRequest {
|
|
745
|
+
Id: MulticastGroupId;
|
|
746
|
+
WirelessDeviceId: WirelessDeviceId;
|
|
747
|
+
}
|
|
748
|
+
export interface AssociateWirelessDeviceWithMulticastGroupResponse {
|
|
749
|
+
}
|
|
524
750
|
export interface AssociateWirelessDeviceWithThingRequest {
|
|
525
751
|
/**
|
|
526
752
|
* The ID of the resource to update.
|
|
@@ -563,6 +789,11 @@ declare namespace IoTWireless {
|
|
|
563
789
|
}
|
|
564
790
|
export type AutoCreateTasks = boolean;
|
|
565
791
|
export type BatteryLevel = "normal"|"low"|"critical"|string;
|
|
792
|
+
export interface CancelMulticastGroupSessionRequest {
|
|
793
|
+
Id: MulticastGroupId;
|
|
794
|
+
}
|
|
795
|
+
export interface CancelMulticastGroupSessionResponse {
|
|
796
|
+
}
|
|
566
797
|
export interface CertificateList {
|
|
567
798
|
/**
|
|
568
799
|
* The certificate chain algorithm provided by sidewalk.
|
|
@@ -649,6 +880,36 @@ declare namespace IoTWireless {
|
|
|
649
880
|
*/
|
|
650
881
|
Id?: DeviceProfileId;
|
|
651
882
|
}
|
|
883
|
+
export interface CreateFuotaTaskRequest {
|
|
884
|
+
Name?: FuotaTaskName;
|
|
885
|
+
Description?: Description;
|
|
886
|
+
ClientRequestToken?: ClientRequestToken;
|
|
887
|
+
LoRaWAN?: LoRaWANFuotaTask;
|
|
888
|
+
FirmwareUpdateImage: FirmwareUpdateImage;
|
|
889
|
+
FirmwareUpdateRole: FirmwareUpdateRole;
|
|
890
|
+
Tags?: TagList;
|
|
891
|
+
}
|
|
892
|
+
export interface CreateFuotaTaskResponse {
|
|
893
|
+
Arn?: FuotaTaskArn;
|
|
894
|
+
Id?: FuotaTaskId;
|
|
895
|
+
}
|
|
896
|
+
export interface CreateMulticastGroupRequest {
|
|
897
|
+
Name?: MulticastGroupName;
|
|
898
|
+
/**
|
|
899
|
+
* The description of the multicast group.
|
|
900
|
+
*/
|
|
901
|
+
Description?: Description;
|
|
902
|
+
/**
|
|
903
|
+
* Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
|
|
904
|
+
*/
|
|
905
|
+
ClientRequestToken?: ClientRequestToken;
|
|
906
|
+
LoRaWAN: LoRaWANMulticast;
|
|
907
|
+
Tags?: TagList;
|
|
908
|
+
}
|
|
909
|
+
export interface CreateMulticastGroupResponse {
|
|
910
|
+
Arn?: MulticastGroupArn;
|
|
911
|
+
Id?: MulticastGroupId;
|
|
912
|
+
}
|
|
652
913
|
export interface CreateServiceProfileRequest {
|
|
653
914
|
/**
|
|
654
915
|
* The name of the new resource.
|
|
@@ -801,6 +1062,7 @@ declare namespace IoTWireless {
|
|
|
801
1062
|
*/
|
|
802
1063
|
Status?: WirelessGatewayTaskStatus;
|
|
803
1064
|
}
|
|
1065
|
+
export type CreatedAt = Date;
|
|
804
1066
|
export interface DeleteDestinationRequest {
|
|
805
1067
|
/**
|
|
806
1068
|
* The name of the resource to delete.
|
|
@@ -817,6 +1079,16 @@ declare namespace IoTWireless {
|
|
|
817
1079
|
}
|
|
818
1080
|
export interface DeleteDeviceProfileResponse {
|
|
819
1081
|
}
|
|
1082
|
+
export interface DeleteFuotaTaskRequest {
|
|
1083
|
+
Id: FuotaTaskId;
|
|
1084
|
+
}
|
|
1085
|
+
export interface DeleteFuotaTaskResponse {
|
|
1086
|
+
}
|
|
1087
|
+
export interface DeleteMulticastGroupRequest {
|
|
1088
|
+
Id: MulticastGroupId;
|
|
1089
|
+
}
|
|
1090
|
+
export interface DeleteMulticastGroupResponse {
|
|
1091
|
+
}
|
|
820
1092
|
export interface DeleteServiceProfileRequest {
|
|
821
1093
|
/**
|
|
822
1094
|
* The ID of the resource to delete.
|
|
@@ -909,6 +1181,12 @@ declare namespace IoTWireless {
|
|
|
909
1181
|
export type DeviceProfileId = string;
|
|
910
1182
|
export type DeviceProfileList = DeviceProfile[];
|
|
911
1183
|
export type DeviceProfileName = string;
|
|
1184
|
+
export interface DeviceRegistrationStateEventConfiguration {
|
|
1185
|
+
/**
|
|
1186
|
+
* Device registration state event configuration object for enabling or disabling Sidewalk related event topics.
|
|
1187
|
+
*/
|
|
1188
|
+
Sidewalk?: SidewalkEventNotificationConfigurations;
|
|
1189
|
+
}
|
|
912
1190
|
export type DeviceState = "Provisioned"|"RegisteredNotSeen"|"RegisteredReachable"|"RegisteredUnreachable"|string;
|
|
913
1191
|
export interface DisassociateAwsAccountFromPartnerAccountRequest {
|
|
914
1192
|
/**
|
|
@@ -922,6 +1200,24 @@ declare namespace IoTWireless {
|
|
|
922
1200
|
}
|
|
923
1201
|
export interface DisassociateAwsAccountFromPartnerAccountResponse {
|
|
924
1202
|
}
|
|
1203
|
+
export interface DisassociateMulticastGroupFromFuotaTaskRequest {
|
|
1204
|
+
Id: FuotaTaskId;
|
|
1205
|
+
MulticastGroupId: MulticastGroupId;
|
|
1206
|
+
}
|
|
1207
|
+
export interface DisassociateMulticastGroupFromFuotaTaskResponse {
|
|
1208
|
+
}
|
|
1209
|
+
export interface DisassociateWirelessDeviceFromFuotaTaskRequest {
|
|
1210
|
+
Id: FuotaTaskId;
|
|
1211
|
+
WirelessDeviceId: WirelessDeviceId;
|
|
1212
|
+
}
|
|
1213
|
+
export interface DisassociateWirelessDeviceFromFuotaTaskResponse {
|
|
1214
|
+
}
|
|
1215
|
+
export interface DisassociateWirelessDeviceFromMulticastGroupRequest {
|
|
1216
|
+
Id: MulticastGroupId;
|
|
1217
|
+
WirelessDeviceId: WirelessDeviceId;
|
|
1218
|
+
}
|
|
1219
|
+
export interface DisassociateWirelessDeviceFromMulticastGroupResponse {
|
|
1220
|
+
}
|
|
925
1221
|
export interface DisassociateWirelessDeviceFromThingRequest {
|
|
926
1222
|
/**
|
|
927
1223
|
* The ID of the resource to update.
|
|
@@ -947,6 +1243,9 @@ declare namespace IoTWireless {
|
|
|
947
1243
|
export interface DisassociateWirelessGatewayFromThingResponse {
|
|
948
1244
|
}
|
|
949
1245
|
export type DlBucketSize = number;
|
|
1246
|
+
export type DlClass = "ClassB"|"ClassC"|string;
|
|
1247
|
+
export type DlDr = number;
|
|
1248
|
+
export type DlFreq = number;
|
|
950
1249
|
export type DlRate = number;
|
|
951
1250
|
export type DlRatePolicy = string;
|
|
952
1251
|
export type Double = number;
|
|
@@ -954,13 +1253,34 @@ declare namespace IoTWireless {
|
|
|
954
1253
|
export type DrMin = number;
|
|
955
1254
|
export type EndPoint = string;
|
|
956
1255
|
export type Event = "discovered"|"lost"|"ack"|"nack"|"passthrough"|string;
|
|
1256
|
+
export type EventNotificationPartnerType = "Sidewalk"|string;
|
|
1257
|
+
export type EventNotificationTopicStatus = "Enabled"|"Disabled"|string;
|
|
957
1258
|
export type Expression = string;
|
|
958
1259
|
export type ExpressionType = "RuleName"|"MqttTopic"|string;
|
|
959
1260
|
export type FNwkSIntKey = string;
|
|
960
1261
|
export type FPort = number;
|
|
1262
|
+
export interface FPorts {
|
|
1263
|
+
Fuota?: FPort;
|
|
1264
|
+
Multicast?: FPort;
|
|
1265
|
+
ClockSync?: FPort;
|
|
1266
|
+
}
|
|
961
1267
|
export type FactoryPresetFreqsList = PresetFreq[];
|
|
962
1268
|
export type Fingerprint = string;
|
|
1269
|
+
export type FirmwareUpdateImage = string;
|
|
1270
|
+
export type FirmwareUpdateRole = string;
|
|
1271
|
+
export type FuotaDeviceStatus = "Initial"|"Package_Not_Supported"|"FragAlgo_unsupported"|"Not_enough_memory"|"FragIndex_unsupported"|"Wrong_descriptor"|"SessionCnt_replay"|"MissingFrag"|"MemoryError"|"MICError"|"Successful"|string;
|
|
1272
|
+
export interface FuotaTask {
|
|
1273
|
+
Id?: FuotaTaskId;
|
|
1274
|
+
Arn?: FuotaTaskArn;
|
|
1275
|
+
Name?: FuotaTaskName;
|
|
1276
|
+
}
|
|
1277
|
+
export type FuotaTaskArn = string;
|
|
1278
|
+
export type FuotaTaskId = string;
|
|
1279
|
+
export type FuotaTaskList = FuotaTask[];
|
|
1280
|
+
export type FuotaTaskName = string;
|
|
1281
|
+
export type FuotaTaskStatus = "Pending"|"FuotaSession_Waiting"|"In_FuotaSession"|"FuotaDone"|"Delete_Waiting"|string;
|
|
963
1282
|
export type GatewayEui = string;
|
|
1283
|
+
export type GenAppKey = string;
|
|
964
1284
|
export interface GetDestinationRequest {
|
|
965
1285
|
/**
|
|
966
1286
|
* The name of the resource to get.
|
|
@@ -1017,6 +1337,20 @@ declare namespace IoTWireless {
|
|
|
1017
1337
|
*/
|
|
1018
1338
|
LoRaWAN?: LoRaWANDeviceProfile;
|
|
1019
1339
|
}
|
|
1340
|
+
export interface GetFuotaTaskRequest {
|
|
1341
|
+
Id: FuotaTaskId;
|
|
1342
|
+
}
|
|
1343
|
+
export interface GetFuotaTaskResponse {
|
|
1344
|
+
Arn?: FuotaTaskArn;
|
|
1345
|
+
Id?: FuotaTaskId;
|
|
1346
|
+
Status?: FuotaTaskStatus;
|
|
1347
|
+
Name?: FuotaTaskName;
|
|
1348
|
+
Description?: Description;
|
|
1349
|
+
LoRaWAN?: LoRaWANFuotaTaskGetInfo;
|
|
1350
|
+
FirmwareUpdateImage?: FirmwareUpdateImage;
|
|
1351
|
+
FirmwareUpdateRole?: FirmwareUpdateRole;
|
|
1352
|
+
CreatedAt?: CreatedAt;
|
|
1353
|
+
}
|
|
1020
1354
|
export interface GetLogLevelsByResourceTypesRequest {
|
|
1021
1355
|
}
|
|
1022
1356
|
export interface GetLogLevelsByResourceTypesResponse {
|
|
@@ -1024,6 +1358,24 @@ declare namespace IoTWireless {
|
|
|
1024
1358
|
WirelessGatewayLogOptions?: WirelessGatewayLogOptionList;
|
|
1025
1359
|
WirelessDeviceLogOptions?: WirelessDeviceLogOptionList;
|
|
1026
1360
|
}
|
|
1361
|
+
export interface GetMulticastGroupRequest {
|
|
1362
|
+
Id: MulticastGroupId;
|
|
1363
|
+
}
|
|
1364
|
+
export interface GetMulticastGroupResponse {
|
|
1365
|
+
Arn?: MulticastGroupArn;
|
|
1366
|
+
Id?: MulticastGroupId;
|
|
1367
|
+
Name?: MulticastGroupName;
|
|
1368
|
+
Description?: Description;
|
|
1369
|
+
Status?: MulticastGroupStatus;
|
|
1370
|
+
LoRaWAN?: LoRaWANMulticastGet;
|
|
1371
|
+
CreatedAt?: CreatedAt;
|
|
1372
|
+
}
|
|
1373
|
+
export interface GetMulticastGroupSessionRequest {
|
|
1374
|
+
Id: MulticastGroupId;
|
|
1375
|
+
}
|
|
1376
|
+
export interface GetMulticastGroupSessionResponse {
|
|
1377
|
+
LoRaWAN?: LoRaWANMulticastSession;
|
|
1378
|
+
}
|
|
1027
1379
|
export interface GetPartnerAccountRequest {
|
|
1028
1380
|
/**
|
|
1029
1381
|
* The partner account ID to disassociate from the AWS account.
|
|
@@ -1044,6 +1396,30 @@ declare namespace IoTWireless {
|
|
|
1044
1396
|
*/
|
|
1045
1397
|
AccountLinked?: AccountLinked;
|
|
1046
1398
|
}
|
|
1399
|
+
export interface GetResourceEventConfigurationRequest {
|
|
1400
|
+
/**
|
|
1401
|
+
* Resource identifier to opt in for event messaging.
|
|
1402
|
+
*/
|
|
1403
|
+
Identifier: Identifier;
|
|
1404
|
+
/**
|
|
1405
|
+
* Identifier type of the particular resource identifier for event configuration.
|
|
1406
|
+
*/
|
|
1407
|
+
IdentifierType: IdentifierType;
|
|
1408
|
+
/**
|
|
1409
|
+
* Partner type of the resource if the identifier type is PartnerAccountId.
|
|
1410
|
+
*/
|
|
1411
|
+
PartnerType?: EventNotificationPartnerType;
|
|
1412
|
+
}
|
|
1413
|
+
export interface GetResourceEventConfigurationResponse {
|
|
1414
|
+
/**
|
|
1415
|
+
* Event configuration for the device registration state event
|
|
1416
|
+
*/
|
|
1417
|
+
DeviceRegistrationState?: DeviceRegistrationStateEventConfiguration;
|
|
1418
|
+
/**
|
|
1419
|
+
* Event configuration for the Proximity event
|
|
1420
|
+
*/
|
|
1421
|
+
Proximity?: ProximityEventConfiguration;
|
|
1422
|
+
}
|
|
1047
1423
|
export interface GetResourceLogLevelRequest {
|
|
1048
1424
|
ResourceIdentifier: ResourceIdentifier;
|
|
1049
1425
|
/**
|
|
@@ -1317,6 +1693,7 @@ declare namespace IoTWireless {
|
|
|
1317
1693
|
export type HrAllowed = boolean;
|
|
1318
1694
|
export type ISODateTimeString = string;
|
|
1319
1695
|
export type Identifier = string;
|
|
1696
|
+
export type IdentifierType = "PartnerAccountId"|string;
|
|
1320
1697
|
export type Integer = number;
|
|
1321
1698
|
export type IotCertificateId = string;
|
|
1322
1699
|
export type JoinEui = string;
|
|
@@ -1362,6 +1739,49 @@ declare namespace IoTWireless {
|
|
|
1362
1739
|
*/
|
|
1363
1740
|
DeviceProfileList?: DeviceProfileList;
|
|
1364
1741
|
}
|
|
1742
|
+
export interface ListFuotaTasksRequest {
|
|
1743
|
+
/**
|
|
1744
|
+
* To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
|
|
1745
|
+
*/
|
|
1746
|
+
NextToken?: NextToken;
|
|
1747
|
+
MaxResults?: MaxResults;
|
|
1748
|
+
}
|
|
1749
|
+
export interface ListFuotaTasksResponse {
|
|
1750
|
+
/**
|
|
1751
|
+
* To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
|
|
1752
|
+
*/
|
|
1753
|
+
NextToken?: NextToken;
|
|
1754
|
+
FuotaTaskList?: FuotaTaskList;
|
|
1755
|
+
}
|
|
1756
|
+
export interface ListMulticastGroupsByFuotaTaskRequest {
|
|
1757
|
+
Id: FuotaTaskId;
|
|
1758
|
+
/**
|
|
1759
|
+
* To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
|
|
1760
|
+
*/
|
|
1761
|
+
NextToken?: NextToken;
|
|
1762
|
+
MaxResults?: MaxResults;
|
|
1763
|
+
}
|
|
1764
|
+
export interface ListMulticastGroupsByFuotaTaskResponse {
|
|
1765
|
+
/**
|
|
1766
|
+
* To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
|
|
1767
|
+
*/
|
|
1768
|
+
NextToken?: NextToken;
|
|
1769
|
+
MulticastGroupList?: MulticastGroupListByFuotaTask;
|
|
1770
|
+
}
|
|
1771
|
+
export interface ListMulticastGroupsRequest {
|
|
1772
|
+
/**
|
|
1773
|
+
* To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
|
|
1774
|
+
*/
|
|
1775
|
+
NextToken?: NextToken;
|
|
1776
|
+
MaxResults?: MaxResults;
|
|
1777
|
+
}
|
|
1778
|
+
export interface ListMulticastGroupsResponse {
|
|
1779
|
+
/**
|
|
1780
|
+
* To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
|
|
1781
|
+
*/
|
|
1782
|
+
NextToken?: NextToken;
|
|
1783
|
+
MulticastGroupList?: MulticastGroupList;
|
|
1784
|
+
}
|
|
1365
1785
|
export interface ListPartnerAccountsRequest {
|
|
1366
1786
|
/**
|
|
1367
1787
|
* To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
|
|
@@ -1439,6 +1859,8 @@ declare namespace IoTWireless {
|
|
|
1439
1859
|
* A filter to list only the wireless devices that use this wireless device type.
|
|
1440
1860
|
*/
|
|
1441
1861
|
WirelessDeviceType?: WirelessDeviceType;
|
|
1862
|
+
FuotaTaskId?: FuotaTaskId;
|
|
1863
|
+
MulticastGroupId?: MulticastGroupId;
|
|
1442
1864
|
}
|
|
1443
1865
|
export interface ListWirelessDevicesResponse {
|
|
1444
1866
|
/**
|
|
@@ -1523,6 +1945,7 @@ declare namespace IoTWireless {
|
|
|
1523
1945
|
* LoRaWAN object for create APIs
|
|
1524
1946
|
*/
|
|
1525
1947
|
AbpV1_0_x?: AbpV1_0_x;
|
|
1948
|
+
FPorts?: FPorts;
|
|
1526
1949
|
}
|
|
1527
1950
|
export interface LoRaWANDeviceMetadata {
|
|
1528
1951
|
/**
|
|
@@ -1628,6 +2051,13 @@ declare namespace IoTWireless {
|
|
|
1628
2051
|
*/
|
|
1629
2052
|
Supports32BitFCnt?: Supports32BitFCnt;
|
|
1630
2053
|
}
|
|
2054
|
+
export interface LoRaWANFuotaTask {
|
|
2055
|
+
RfRegion?: SupportedRfRegion;
|
|
2056
|
+
}
|
|
2057
|
+
export interface LoRaWANFuotaTaskGetInfo {
|
|
2058
|
+
RfRegion?: RfRegion;
|
|
2059
|
+
StartTime?: StartTime;
|
|
2060
|
+
}
|
|
1631
2061
|
export interface LoRaWANGateway {
|
|
1632
2062
|
/**
|
|
1633
2063
|
* The gateway's EUI value.
|
|
@@ -1760,10 +2190,26 @@ declare namespace IoTWireless {
|
|
|
1760
2190
|
*/
|
|
1761
2191
|
DevEui?: DevEui;
|
|
1762
2192
|
}
|
|
2193
|
+
export interface LoRaWANMulticast {
|
|
2194
|
+
RfRegion?: SupportedRfRegion;
|
|
2195
|
+
DlClass?: DlClass;
|
|
2196
|
+
}
|
|
2197
|
+
export interface LoRaWANMulticastGet {
|
|
2198
|
+
RfRegion?: SupportedRfRegion;
|
|
2199
|
+
DlClass?: DlClass;
|
|
2200
|
+
NumberOfDevicesRequested?: NumberOfDevicesRequested;
|
|
2201
|
+
NumberOfDevicesInGroup?: NumberOfDevicesInGroup;
|
|
2202
|
+
}
|
|
2203
|
+
export interface LoRaWANMulticastMetadata {
|
|
2204
|
+
FPort?: FPort;
|
|
2205
|
+
}
|
|
2206
|
+
export interface LoRaWANMulticastSession {
|
|
2207
|
+
DlDr?: DlDr;
|
|
2208
|
+
DlFreq?: DlFreq;
|
|
2209
|
+
SessionStartTime?: SessionStartTimeTimestamp;
|
|
2210
|
+
SessionTimeout?: SessionTimeout;
|
|
2211
|
+
}
|
|
1763
2212
|
export interface LoRaWANSendDataToDevice {
|
|
1764
|
-
/**
|
|
1765
|
-
* The Fport value.
|
|
1766
|
-
*/
|
|
1767
2213
|
FPort?: FPort;
|
|
1768
2214
|
}
|
|
1769
2215
|
export interface LoRaWANServiceProfile {
|
|
@@ -1772,6 +2218,9 @@ declare namespace IoTWireless {
|
|
|
1772
2218
|
*/
|
|
1773
2219
|
AddGwMetadata?: AddGwMetadata;
|
|
1774
2220
|
}
|
|
2221
|
+
export interface LoRaWANStartFuotaTask {
|
|
2222
|
+
StartTime?: StartTime;
|
|
2223
|
+
}
|
|
1775
2224
|
export interface LoRaWANUpdateDevice {
|
|
1776
2225
|
/**
|
|
1777
2226
|
* The ID of the device profile for the wireless device.
|
|
@@ -1815,13 +2264,35 @@ declare namespace IoTWireless {
|
|
|
1815
2264
|
export type MaxDutyCycle = number;
|
|
1816
2265
|
export type MaxEirp = number;
|
|
1817
2266
|
export type MaxResults = number;
|
|
2267
|
+
export type McGroupId = number;
|
|
1818
2268
|
export type MessageId = string;
|
|
1819
2269
|
export type MessageType = "CUSTOM_COMMAND_ID_NOTIFY"|"CUSTOM_COMMAND_ID_GET"|"CUSTOM_COMMAND_ID_SET"|"CUSTOM_COMMAND_ID_RESP"|string;
|
|
1820
2270
|
export type MinGwDiversity = number;
|
|
1821
2271
|
export type Model = string;
|
|
2272
|
+
export type MulticastDeviceStatus = string;
|
|
2273
|
+
export interface MulticastGroup {
|
|
2274
|
+
Id?: MulticastGroupId;
|
|
2275
|
+
Arn?: MulticastGroupArn;
|
|
2276
|
+
Name?: MulticastGroupName;
|
|
2277
|
+
}
|
|
2278
|
+
export type MulticastGroupArn = string;
|
|
2279
|
+
export interface MulticastGroupByFuotaTask {
|
|
2280
|
+
Id?: MulticastGroupId;
|
|
2281
|
+
}
|
|
2282
|
+
export type MulticastGroupId = string;
|
|
2283
|
+
export type MulticastGroupList = MulticastGroup[];
|
|
2284
|
+
export type MulticastGroupListByFuotaTask = MulticastGroupByFuotaTask[];
|
|
2285
|
+
export type MulticastGroupMessageId = string;
|
|
2286
|
+
export type MulticastGroupName = string;
|
|
2287
|
+
export type MulticastGroupStatus = string;
|
|
2288
|
+
export interface MulticastWirelessMetadata {
|
|
2289
|
+
LoRaWAN?: LoRaWANMulticastMetadata;
|
|
2290
|
+
}
|
|
1822
2291
|
export type NetId = string;
|
|
1823
2292
|
export type NetIdFilters = NetId[];
|
|
1824
2293
|
export type NextToken = string;
|
|
2294
|
+
export type NumberOfDevicesInGroup = number;
|
|
2295
|
+
export type NumberOfDevicesRequested = number;
|
|
1825
2296
|
export type NwkGeoLoc = boolean;
|
|
1826
2297
|
export type NwkKey = string;
|
|
1827
2298
|
export type NwkSEncKey = string;
|
|
@@ -1835,6 +2306,10 @@ declare namespace IoTWireless {
|
|
|
1835
2306
|
* The AppEUI value.
|
|
1836
2307
|
*/
|
|
1837
2308
|
AppEui?: AppEui;
|
|
2309
|
+
/**
|
|
2310
|
+
* The GenAppKey value.
|
|
2311
|
+
*/
|
|
2312
|
+
GenAppKey?: GenAppKey;
|
|
1838
2313
|
}
|
|
1839
2314
|
export interface OtaaV1_1 {
|
|
1840
2315
|
/**
|
|
@@ -1860,6 +2335,12 @@ declare namespace IoTWireless {
|
|
|
1860
2335
|
export type PingSlotPeriod = number;
|
|
1861
2336
|
export type PrAllowed = boolean;
|
|
1862
2337
|
export type PresetFreq = number;
|
|
2338
|
+
export interface ProximityEventConfiguration {
|
|
2339
|
+
/**
|
|
2340
|
+
* Proximity event configuration object for enabling or disabling Sidewalk related event topics.
|
|
2341
|
+
*/
|
|
2342
|
+
Sidewalk?: SidewalkEventNotificationConfigurations;
|
|
2343
|
+
}
|
|
1863
2344
|
export interface PutResourceLogLevelRequest {
|
|
1864
2345
|
ResourceIdentifier: ResourceIdentifier;
|
|
1865
2346
|
/**
|
|
@@ -1870,6 +2351,7 @@ declare namespace IoTWireless {
|
|
|
1870
2351
|
}
|
|
1871
2352
|
export interface PutResourceLogLevelResponse {
|
|
1872
2353
|
}
|
|
2354
|
+
export type QueryString = string;
|
|
1873
2355
|
export type RaAllowed = boolean;
|
|
1874
2356
|
export type RegParamsRevision = string;
|
|
1875
2357
|
export type ReportDevStatusBattery = boolean;
|
|
@@ -1897,6 +2379,14 @@ declare namespace IoTWireless {
|
|
|
1897
2379
|
export type RxDrOffset1 = number;
|
|
1898
2380
|
export type RxFreq2 = number;
|
|
1899
2381
|
export type SNwkSIntKey = string;
|
|
2382
|
+
export interface SendDataToMulticastGroupRequest {
|
|
2383
|
+
Id: MulticastGroupId;
|
|
2384
|
+
PayloadData: PayloadData;
|
|
2385
|
+
WirelessMetadata: MulticastWirelessMetadata;
|
|
2386
|
+
}
|
|
2387
|
+
export interface SendDataToMulticastGroupResponse {
|
|
2388
|
+
MessageId?: MulticastGroupMessageId;
|
|
2389
|
+
}
|
|
1900
2390
|
export interface SendDataToWirelessDeviceRequest {
|
|
1901
2391
|
/**
|
|
1902
2392
|
* The ID of the wireless device to receive the data.
|
|
@@ -1906,9 +2396,6 @@ declare namespace IoTWireless {
|
|
|
1906
2396
|
* The transmit mode to use to send data to the wireless device. Can be: 0 for UM (unacknowledge mode) or 1 for AM (acknowledge mode).
|
|
1907
2397
|
*/
|
|
1908
2398
|
TransmitMode: TransmitMode;
|
|
1909
|
-
/**
|
|
1910
|
-
* The binary to be sent to the end device, encoded in base64.
|
|
1911
|
-
*/
|
|
1912
2399
|
PayloadData: PayloadData;
|
|
1913
2400
|
/**
|
|
1914
2401
|
* Metadata about the message request.
|
|
@@ -1968,6 +2455,8 @@ declare namespace IoTWireless {
|
|
|
1968
2455
|
*/
|
|
1969
2456
|
AppSKey?: AppSKey;
|
|
1970
2457
|
}
|
|
2458
|
+
export type SessionStartTimeTimestamp = Date;
|
|
2459
|
+
export type SessionTimeout = number;
|
|
1971
2460
|
export interface SidewalkAccountInfo {
|
|
1972
2461
|
/**
|
|
1973
2462
|
* The Sidewalk Amazon ID.
|
|
@@ -2026,6 +2515,12 @@ declare namespace IoTWireless {
|
|
|
2026
2515
|
*/
|
|
2027
2516
|
DeviceState?: DeviceState;
|
|
2028
2517
|
}
|
|
2518
|
+
export interface SidewalkEventNotificationConfigurations {
|
|
2519
|
+
/**
|
|
2520
|
+
* Enum to denote whether amazon id event topic is enabled or disabled.
|
|
2521
|
+
*/
|
|
2522
|
+
AmazonIdEventTopic?: EventNotificationTopicStatus;
|
|
2523
|
+
}
|
|
2029
2524
|
export type SidewalkId = string;
|
|
2030
2525
|
export interface SidewalkListDevice {
|
|
2031
2526
|
/**
|
|
@@ -2060,9 +2555,37 @@ declare namespace IoTWireless {
|
|
|
2060
2555
|
AppServerPrivateKey?: AppServerPrivateKey;
|
|
2061
2556
|
}
|
|
2062
2557
|
export type SigningAlg = "Ed25519"|"P256r1"|string;
|
|
2558
|
+
export interface StartBulkAssociateWirelessDeviceWithMulticastGroupRequest {
|
|
2559
|
+
Id: MulticastGroupId;
|
|
2560
|
+
QueryString?: QueryString;
|
|
2561
|
+
Tags?: TagList;
|
|
2562
|
+
}
|
|
2563
|
+
export interface StartBulkAssociateWirelessDeviceWithMulticastGroupResponse {
|
|
2564
|
+
}
|
|
2565
|
+
export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest {
|
|
2566
|
+
Id: MulticastGroupId;
|
|
2567
|
+
QueryString?: QueryString;
|
|
2568
|
+
Tags?: TagList;
|
|
2569
|
+
}
|
|
2570
|
+
export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse {
|
|
2571
|
+
}
|
|
2572
|
+
export interface StartFuotaTaskRequest {
|
|
2573
|
+
Id: FuotaTaskId;
|
|
2574
|
+
LoRaWAN?: LoRaWANStartFuotaTask;
|
|
2575
|
+
}
|
|
2576
|
+
export interface StartFuotaTaskResponse {
|
|
2577
|
+
}
|
|
2578
|
+
export interface StartMulticastGroupSessionRequest {
|
|
2579
|
+
Id: MulticastGroupId;
|
|
2580
|
+
LoRaWAN: LoRaWANMulticastSession;
|
|
2581
|
+
}
|
|
2582
|
+
export interface StartMulticastGroupSessionResponse {
|
|
2583
|
+
}
|
|
2584
|
+
export type StartTime = Date;
|
|
2063
2585
|
export type Station = string;
|
|
2064
2586
|
export type SubBand = number;
|
|
2065
2587
|
export type SubBands = SubBand[];
|
|
2588
|
+
export type SupportedRfRegion = "EU868"|"US915"|"AU915"|"AS923-1"|string;
|
|
2066
2589
|
export type Supports32BitFCnt = boolean;
|
|
2067
2590
|
export type SupportsClassB = boolean;
|
|
2068
2591
|
export type SupportsClassC = boolean;
|
|
@@ -2149,6 +2672,16 @@ declare namespace IoTWireless {
|
|
|
2149
2672
|
}
|
|
2150
2673
|
export interface UpdateDestinationResponse {
|
|
2151
2674
|
}
|
|
2675
|
+
export interface UpdateFuotaTaskRequest {
|
|
2676
|
+
Id: FuotaTaskId;
|
|
2677
|
+
Name?: FuotaTaskName;
|
|
2678
|
+
Description?: Description;
|
|
2679
|
+
LoRaWAN?: LoRaWANFuotaTask;
|
|
2680
|
+
FirmwareUpdateImage?: FirmwareUpdateImage;
|
|
2681
|
+
FirmwareUpdateRole?: FirmwareUpdateRole;
|
|
2682
|
+
}
|
|
2683
|
+
export interface UpdateFuotaTaskResponse {
|
|
2684
|
+
}
|
|
2152
2685
|
export interface UpdateLogLevelsByResourceTypesRequest {
|
|
2153
2686
|
DefaultLogLevel?: LogLevel;
|
|
2154
2687
|
WirelessDeviceLogOptions?: WirelessDeviceLogOptionList;
|
|
@@ -2156,6 +2689,14 @@ declare namespace IoTWireless {
|
|
|
2156
2689
|
}
|
|
2157
2690
|
export interface UpdateLogLevelsByResourceTypesResponse {
|
|
2158
2691
|
}
|
|
2692
|
+
export interface UpdateMulticastGroupRequest {
|
|
2693
|
+
Id: MulticastGroupId;
|
|
2694
|
+
Name?: MulticastGroupName;
|
|
2695
|
+
Description?: Description;
|
|
2696
|
+
LoRaWAN?: LoRaWANMulticast;
|
|
2697
|
+
}
|
|
2698
|
+
export interface UpdateMulticastGroupResponse {
|
|
2699
|
+
}
|
|
2159
2700
|
export interface UpdatePartnerAccountRequest {
|
|
2160
2701
|
/**
|
|
2161
2702
|
* The Sidewalk account credentials.
|
|
@@ -2172,6 +2713,30 @@ declare namespace IoTWireless {
|
|
|
2172
2713
|
}
|
|
2173
2714
|
export interface UpdatePartnerAccountResponse {
|
|
2174
2715
|
}
|
|
2716
|
+
export interface UpdateResourceEventConfigurationRequest {
|
|
2717
|
+
/**
|
|
2718
|
+
* Resource identifier to opt in for event messaging.
|
|
2719
|
+
*/
|
|
2720
|
+
Identifier: Identifier;
|
|
2721
|
+
/**
|
|
2722
|
+
* Identifier type of the particular resource identifier for event configuration.
|
|
2723
|
+
*/
|
|
2724
|
+
IdentifierType: IdentifierType;
|
|
2725
|
+
/**
|
|
2726
|
+
* Partner type of the resource if the identifier type is PartnerAccountId
|
|
2727
|
+
*/
|
|
2728
|
+
PartnerType?: EventNotificationPartnerType;
|
|
2729
|
+
/**
|
|
2730
|
+
* Event configuration for the device registration state event
|
|
2731
|
+
*/
|
|
2732
|
+
DeviceRegistrationState?: DeviceRegistrationStateEventConfiguration;
|
|
2733
|
+
/**
|
|
2734
|
+
* Event configuration for the Proximity event
|
|
2735
|
+
*/
|
|
2736
|
+
Proximity?: ProximityEventConfiguration;
|
|
2737
|
+
}
|
|
2738
|
+
export interface UpdateResourceEventConfigurationResponse {
|
|
2739
|
+
}
|
|
2175
2740
|
export type UpdateSignature = string;
|
|
2176
2741
|
export interface UpdateWirelessDeviceRequest {
|
|
2177
2742
|
/**
|
|
@@ -2295,6 +2860,12 @@ declare namespace IoTWireless {
|
|
|
2295
2860
|
* The Sidewalk account credentials.
|
|
2296
2861
|
*/
|
|
2297
2862
|
Sidewalk?: SidewalkListDevice;
|
|
2863
|
+
FuotaDeviceStatus?: FuotaDeviceStatus;
|
|
2864
|
+
/**
|
|
2865
|
+
* The status of the wireless device in the multicast group.
|
|
2866
|
+
*/
|
|
2867
|
+
MulticastDeviceStatus?: MulticastDeviceStatus;
|
|
2868
|
+
McGroupId?: McGroupId;
|
|
2298
2869
|
}
|
|
2299
2870
|
export type WirelessDeviceStatisticsList = WirelessDeviceStatistics[];
|
|
2300
2871
|
export type WirelessDeviceType = "Sidewalk"|"LoRaWAN"|string;
|