@aws-sdk/client-iot-wireless 3.76.0 → 3.80.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 (74) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/IoTWireless.js +90 -0
  3. package/dist-cjs/commands/CreateNetworkAnalyzerConfigurationCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteNetworkAnalyzerConfigurationCommand.js +36 -0
  5. package/dist-cjs/commands/GetEventConfigurationByResourceTypesCommand.js +36 -0
  6. package/dist-cjs/commands/ListEventConfigurationsCommand.js +36 -0
  7. package/dist-cjs/commands/ListNetworkAnalyzerConfigurationsCommand.js +36 -0
  8. package/dist-cjs/commands/UpdateEventConfigurationByResourceTypesCommand.js +36 -0
  9. package/dist-cjs/commands/index.js +6 -0
  10. package/dist-cjs/models/models_0.js +216 -38
  11. package/dist-cjs/pagination/ListDestinationsPaginator.js +2 -1
  12. package/dist-cjs/pagination/ListDeviceProfilesPaginator.js +2 -1
  13. package/dist-cjs/pagination/ListFuotaTasksPaginator.js +2 -1
  14. package/dist-cjs/pagination/ListMulticastGroupsByFuotaTaskPaginator.js +2 -1
  15. package/dist-cjs/pagination/ListMulticastGroupsPaginator.js +2 -1
  16. package/dist-cjs/pagination/ListNetworkAnalyzerConfigurationsPaginator.js +36 -0
  17. package/dist-cjs/pagination/ListQueuedMessagesPaginator.js +2 -1
  18. package/dist-cjs/pagination/ListServiceProfilesPaginator.js +2 -1
  19. package/dist-cjs/pagination/ListWirelessDevicesPaginator.js +2 -1
  20. package/dist-cjs/pagination/ListWirelessGatewaysPaginator.js +2 -1
  21. package/dist-cjs/pagination/index.js +1 -0
  22. package/dist-cjs/protocols/Aws_restJson1.js +743 -27
  23. package/dist-es/IoTWireless.js +90 -0
  24. package/dist-es/commands/CreateNetworkAnalyzerConfigurationCommand.js +39 -0
  25. package/dist-es/commands/DeleteNetworkAnalyzerConfigurationCommand.js +39 -0
  26. package/dist-es/commands/GetEventConfigurationByResourceTypesCommand.js +39 -0
  27. package/dist-es/commands/ListEventConfigurationsCommand.js +39 -0
  28. package/dist-es/commands/ListNetworkAnalyzerConfigurationsCommand.js +39 -0
  29. package/dist-es/commands/UpdateEventConfigurationByResourceTypesCommand.js +39 -0
  30. package/dist-es/commands/index.js +6 -0
  31. package/dist-es/models/models_0.js +150 -28
  32. package/dist-es/pagination/ListDestinationsPaginator.js +3 -2
  33. package/dist-es/pagination/ListDeviceProfilesPaginator.js +3 -2
  34. package/dist-es/pagination/ListFuotaTasksPaginator.js +3 -2
  35. package/dist-es/pagination/ListMulticastGroupsByFuotaTaskPaginator.js +3 -2
  36. package/dist-es/pagination/ListMulticastGroupsPaginator.js +3 -2
  37. package/dist-es/pagination/ListNetworkAnalyzerConfigurationsPaginator.js +75 -0
  38. package/dist-es/pagination/ListQueuedMessagesPaginator.js +3 -2
  39. package/dist-es/pagination/ListServiceProfilesPaginator.js +3 -2
  40. package/dist-es/pagination/ListWirelessDevicesPaginator.js +3 -2
  41. package/dist-es/pagination/ListWirelessGatewaysPaginator.js +3 -2
  42. package/dist-es/pagination/index.js +1 -0
  43. package/dist-es/protocols/Aws_restJson1.js +847 -27
  44. package/dist-types/IoTWireless.d.ts +46 -4
  45. package/dist-types/IoTWirelessClient.d.ts +8 -2
  46. package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +35 -0
  47. package/dist-types/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +35 -0
  48. package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +1 -1
  49. package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +35 -0
  50. package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +1 -1
  51. package/dist-types/commands/ListEventConfigurationsCommand.d.ts +35 -0
  52. package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +35 -0
  53. package/dist-types/commands/ListQueuedMessagesCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +35 -0
  55. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +1 -1
  56. package/dist-types/commands/index.d.ts +6 -0
  57. package/dist-types/models/models_0.d.ts +653 -79
  58. package/dist-types/pagination/ListNetworkAnalyzerConfigurationsPaginator.d.ts +4 -0
  59. package/dist-types/pagination/index.d.ts +1 -0
  60. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  61. package/dist-types/ts3.4/IoTWireless.d.ts +30 -0
  62. package/dist-types/ts3.4/IoTWirelessClient.d.ts +8 -2
  63. package/dist-types/ts3.4/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/GetEventConfigurationByResourceTypesCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/ListEventConfigurationsCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +361 -36
  71. package/dist-types/ts3.4/pagination/ListNetworkAnalyzerConfigurationsPaginator.d.ts +4 -0
  72. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  73. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +18 -0
  74. package/package.json +25 -25
@@ -12,6 +12,7 @@ import { CreateDestinationCommandInput, CreateDestinationCommandOutput } from ".
12
12
  import { CreateDeviceProfileCommandInput, CreateDeviceProfileCommandOutput } from "../commands/CreateDeviceProfileCommand";
13
13
  import { CreateFuotaTaskCommandInput, CreateFuotaTaskCommandOutput } from "../commands/CreateFuotaTaskCommand";
14
14
  import { CreateMulticastGroupCommandInput, CreateMulticastGroupCommandOutput } from "../commands/CreateMulticastGroupCommand";
15
+ import { CreateNetworkAnalyzerConfigurationCommandInput, CreateNetworkAnalyzerConfigurationCommandOutput } from "../commands/CreateNetworkAnalyzerConfigurationCommand";
15
16
  import { CreateServiceProfileCommandInput, CreateServiceProfileCommandOutput } from "../commands/CreateServiceProfileCommand";
16
17
  import { CreateWirelessDeviceCommandInput, CreateWirelessDeviceCommandOutput } from "../commands/CreateWirelessDeviceCommand";
17
18
  import { CreateWirelessGatewayCommandInput, CreateWirelessGatewayCommandOutput } from "../commands/CreateWirelessGatewayCommand";
@@ -21,6 +22,7 @@ import { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from ".
21
22
  import { DeleteDeviceProfileCommandInput, DeleteDeviceProfileCommandOutput } from "../commands/DeleteDeviceProfileCommand";
22
23
  import { DeleteFuotaTaskCommandInput, DeleteFuotaTaskCommandOutput } from "../commands/DeleteFuotaTaskCommand";
23
24
  import { DeleteMulticastGroupCommandInput, DeleteMulticastGroupCommandOutput } from "../commands/DeleteMulticastGroupCommand";
25
+ import { DeleteNetworkAnalyzerConfigurationCommandInput, DeleteNetworkAnalyzerConfigurationCommandOutput } from "../commands/DeleteNetworkAnalyzerConfigurationCommand";
24
26
  import { DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput } from "../commands/DeleteQueuedMessagesCommand";
25
27
  import { DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput } from "../commands/DeleteServiceProfileCommand";
26
28
  import { DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput } from "../commands/DeleteWirelessDeviceCommand";
@@ -36,6 +38,7 @@ import { DisassociateWirelessGatewayFromCertificateCommandInput, DisassociateWir
36
38
  import { DisassociateWirelessGatewayFromThingCommandInput, DisassociateWirelessGatewayFromThingCommandOutput } from "../commands/DisassociateWirelessGatewayFromThingCommand";
37
39
  import { GetDestinationCommandInput, GetDestinationCommandOutput } from "../commands/GetDestinationCommand";
38
40
  import { GetDeviceProfileCommandInput, GetDeviceProfileCommandOutput } from "../commands/GetDeviceProfileCommand";
41
+ import { GetEventConfigurationByResourceTypesCommandInput, GetEventConfigurationByResourceTypesCommandOutput } from "../commands/GetEventConfigurationByResourceTypesCommand";
39
42
  import { GetFuotaTaskCommandInput, GetFuotaTaskCommandOutput } from "../commands/GetFuotaTaskCommand";
40
43
  import { GetLogLevelsByResourceTypesCommandInput, GetLogLevelsByResourceTypesCommandOutput } from "../commands/GetLogLevelsByResourceTypesCommand";
41
44
  import { GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput } from "../commands/GetMulticastGroupCommand";
@@ -56,9 +59,11 @@ import { GetWirelessGatewayTaskCommandInput, GetWirelessGatewayTaskCommandOutput
56
59
  import { GetWirelessGatewayTaskDefinitionCommandInput, GetWirelessGatewayTaskDefinitionCommandOutput } from "../commands/GetWirelessGatewayTaskDefinitionCommand";
57
60
  import { ListDestinationsCommandInput, ListDestinationsCommandOutput } from "../commands/ListDestinationsCommand";
58
61
  import { ListDeviceProfilesCommandInput, ListDeviceProfilesCommandOutput } from "../commands/ListDeviceProfilesCommand";
62
+ import { ListEventConfigurationsCommandInput, ListEventConfigurationsCommandOutput } from "../commands/ListEventConfigurationsCommand";
59
63
  import { ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput } from "../commands/ListFuotaTasksCommand";
60
64
  import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput } from "../commands/ListMulticastGroupsByFuotaTaskCommand";
61
65
  import { ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput } from "../commands/ListMulticastGroupsCommand";
66
+ import { ListNetworkAnalyzerConfigurationsCommandInput, ListNetworkAnalyzerConfigurationsCommandOutput } from "../commands/ListNetworkAnalyzerConfigurationsCommand";
62
67
  import { ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput } from "../commands/ListPartnerAccountsCommand";
63
68
  import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "../commands/ListQueuedMessagesCommand";
64
69
  import { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "../commands/ListServiceProfilesCommand";
@@ -79,6 +84,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
79
84
  import { TestWirelessDeviceCommandInput, TestWirelessDeviceCommandOutput } from "../commands/TestWirelessDeviceCommand";
80
85
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
81
86
  import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from "../commands/UpdateDestinationCommand";
87
+ import { UpdateEventConfigurationByResourceTypesCommandInput, UpdateEventConfigurationByResourceTypesCommandOutput } from "../commands/UpdateEventConfigurationByResourceTypesCommand";
82
88
  import { UpdateFuotaTaskCommandInput, UpdateFuotaTaskCommandOutput } from "../commands/UpdateFuotaTaskCommand";
83
89
  import { UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTypesCommandOutput } from "../commands/UpdateLogLevelsByResourceTypesCommand";
84
90
  import { UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput } from "../commands/UpdateMulticastGroupCommand";
@@ -99,6 +105,7 @@ export declare const serializeAws_restJson1CreateDestinationCommand: (input: Cre
99
105
  export declare const serializeAws_restJson1CreateDeviceProfileCommand: (input: CreateDeviceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
106
  export declare const serializeAws_restJson1CreateFuotaTaskCommand: (input: CreateFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
107
  export declare const serializeAws_restJson1CreateMulticastGroupCommand: (input: CreateMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
+ export declare const serializeAws_restJson1CreateNetworkAnalyzerConfigurationCommand: (input: CreateNetworkAnalyzerConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
109
  export declare const serializeAws_restJson1CreateServiceProfileCommand: (input: CreateServiceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
110
  export declare const serializeAws_restJson1CreateWirelessDeviceCommand: (input: CreateWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
111
  export declare const serializeAws_restJson1CreateWirelessGatewayCommand: (input: CreateWirelessGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -108,6 +115,7 @@ export declare const serializeAws_restJson1DeleteDestinationCommand: (input: Del
108
115
  export declare const serializeAws_restJson1DeleteDeviceProfileCommand: (input: DeleteDeviceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
116
  export declare const serializeAws_restJson1DeleteFuotaTaskCommand: (input: DeleteFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
117
  export declare const serializeAws_restJson1DeleteMulticastGroupCommand: (input: DeleteMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
+ export declare const serializeAws_restJson1DeleteNetworkAnalyzerConfigurationCommand: (input: DeleteNetworkAnalyzerConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
119
  export declare const serializeAws_restJson1DeleteQueuedMessagesCommand: (input: DeleteQueuedMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
120
  export declare const serializeAws_restJson1DeleteServiceProfileCommand: (input: DeleteServiceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
121
  export declare const serializeAws_restJson1DeleteWirelessDeviceCommand: (input: DeleteWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -123,6 +131,7 @@ export declare const serializeAws_restJson1DisassociateWirelessGatewayFromCertif
123
131
  export declare const serializeAws_restJson1DisassociateWirelessGatewayFromThingCommand: (input: DisassociateWirelessGatewayFromThingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
132
  export declare const serializeAws_restJson1GetDestinationCommand: (input: GetDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
133
  export declare const serializeAws_restJson1GetDeviceProfileCommand: (input: GetDeviceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
+ export declare const serializeAws_restJson1GetEventConfigurationByResourceTypesCommand: (input: GetEventConfigurationByResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
135
  export declare const serializeAws_restJson1GetFuotaTaskCommand: (input: GetFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
136
  export declare const serializeAws_restJson1GetLogLevelsByResourceTypesCommand: (input: GetLogLevelsByResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
137
  export declare const serializeAws_restJson1GetMulticastGroupCommand: (input: GetMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -143,9 +152,11 @@ export declare const serializeAws_restJson1GetWirelessGatewayTaskCommand: (input
143
152
  export declare const serializeAws_restJson1GetWirelessGatewayTaskDefinitionCommand: (input: GetWirelessGatewayTaskDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
153
  export declare const serializeAws_restJson1ListDestinationsCommand: (input: ListDestinationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
154
  export declare const serializeAws_restJson1ListDeviceProfilesCommand: (input: ListDeviceProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
+ export declare const serializeAws_restJson1ListEventConfigurationsCommand: (input: ListEventConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
156
  export declare const serializeAws_restJson1ListFuotaTasksCommand: (input: ListFuotaTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
157
  export declare const serializeAws_restJson1ListMulticastGroupsCommand: (input: ListMulticastGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
158
  export declare const serializeAws_restJson1ListMulticastGroupsByFuotaTaskCommand: (input: ListMulticastGroupsByFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
+ export declare const serializeAws_restJson1ListNetworkAnalyzerConfigurationsCommand: (input: ListNetworkAnalyzerConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
160
  export declare const serializeAws_restJson1ListPartnerAccountsCommand: (input: ListPartnerAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
161
  export declare const serializeAws_restJson1ListQueuedMessagesCommand: (input: ListQueuedMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
162
  export declare const serializeAws_restJson1ListServiceProfilesCommand: (input: ListServiceProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -166,6 +177,7 @@ export declare const serializeAws_restJson1TagResourceCommand: (input: TagResour
166
177
  export declare const serializeAws_restJson1TestWirelessDeviceCommand: (input: TestWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
178
  export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
179
  export declare const serializeAws_restJson1UpdateDestinationCommand: (input: UpdateDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
+ export declare const serializeAws_restJson1UpdateEventConfigurationByResourceTypesCommand: (input: UpdateEventConfigurationByResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
181
  export declare const serializeAws_restJson1UpdateFuotaTaskCommand: (input: UpdateFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
182
  export declare const serializeAws_restJson1UpdateLogLevelsByResourceTypesCommand: (input: UpdateLogLevelsByResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
183
  export declare const serializeAws_restJson1UpdateMulticastGroupCommand: (input: UpdateMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -186,6 +198,7 @@ export declare const deserializeAws_restJson1CreateDestinationCommand: (output:
186
198
  export declare const deserializeAws_restJson1CreateDeviceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeviceProfileCommandOutput>;
187
199
  export declare const deserializeAws_restJson1CreateFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFuotaTaskCommandOutput>;
188
200
  export declare const deserializeAws_restJson1CreateMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMulticastGroupCommandOutput>;
201
+ export declare const deserializeAws_restJson1CreateNetworkAnalyzerConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNetworkAnalyzerConfigurationCommandOutput>;
189
202
  export declare const deserializeAws_restJson1CreateServiceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceProfileCommandOutput>;
190
203
  export declare const deserializeAws_restJson1CreateWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWirelessDeviceCommandOutput>;
191
204
  export declare const deserializeAws_restJson1CreateWirelessGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWirelessGatewayCommandOutput>;
@@ -195,6 +208,7 @@ export declare const deserializeAws_restJson1DeleteDestinationCommand: (output:
195
208
  export declare const deserializeAws_restJson1DeleteDeviceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeviceProfileCommandOutput>;
196
209
  export declare const deserializeAws_restJson1DeleteFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFuotaTaskCommandOutput>;
197
210
  export declare const deserializeAws_restJson1DeleteMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMulticastGroupCommandOutput>;
211
+ export declare const deserializeAws_restJson1DeleteNetworkAnalyzerConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkAnalyzerConfigurationCommandOutput>;
198
212
  export declare const deserializeAws_restJson1DeleteQueuedMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueuedMessagesCommandOutput>;
199
213
  export declare const deserializeAws_restJson1DeleteServiceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceProfileCommandOutput>;
200
214
  export declare const deserializeAws_restJson1DeleteWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWirelessDeviceCommandOutput>;
@@ -210,6 +224,7 @@ export declare const deserializeAws_restJson1DisassociateWirelessGatewayFromCert
210
224
  export declare const deserializeAws_restJson1DisassociateWirelessGatewayFromThingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateWirelessGatewayFromThingCommandOutput>;
211
225
  export declare const deserializeAws_restJson1GetDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDestinationCommandOutput>;
212
226
  export declare const deserializeAws_restJson1GetDeviceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeviceProfileCommandOutput>;
227
+ export declare const deserializeAws_restJson1GetEventConfigurationByResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventConfigurationByResourceTypesCommandOutput>;
213
228
  export declare const deserializeAws_restJson1GetFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFuotaTaskCommandOutput>;
214
229
  export declare const deserializeAws_restJson1GetLogLevelsByResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLogLevelsByResourceTypesCommandOutput>;
215
230
  export declare const deserializeAws_restJson1GetMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMulticastGroupCommandOutput>;
@@ -230,9 +245,11 @@ export declare const deserializeAws_restJson1GetWirelessGatewayTaskCommand: (out
230
245
  export declare const deserializeAws_restJson1GetWirelessGatewayTaskDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWirelessGatewayTaskDefinitionCommandOutput>;
231
246
  export declare const deserializeAws_restJson1ListDestinationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDestinationsCommandOutput>;
232
247
  export declare const deserializeAws_restJson1ListDeviceProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeviceProfilesCommandOutput>;
248
+ export declare const deserializeAws_restJson1ListEventConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventConfigurationsCommandOutput>;
233
249
  export declare const deserializeAws_restJson1ListFuotaTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFuotaTasksCommandOutput>;
234
250
  export declare const deserializeAws_restJson1ListMulticastGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMulticastGroupsCommandOutput>;
235
251
  export declare const deserializeAws_restJson1ListMulticastGroupsByFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMulticastGroupsByFuotaTaskCommandOutput>;
252
+ export declare const deserializeAws_restJson1ListNetworkAnalyzerConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNetworkAnalyzerConfigurationsCommandOutput>;
236
253
  export declare const deserializeAws_restJson1ListPartnerAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPartnerAccountsCommandOutput>;
237
254
  export declare const deserializeAws_restJson1ListQueuedMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuedMessagesCommandOutput>;
238
255
  export declare const deserializeAws_restJson1ListServiceProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceProfilesCommandOutput>;
@@ -253,6 +270,7 @@ export declare const deserializeAws_restJson1TagResourceCommand: (output: __Http
253
270
  export declare const deserializeAws_restJson1TestWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestWirelessDeviceCommandOutput>;
254
271
  export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
255
272
  export declare const deserializeAws_restJson1UpdateDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDestinationCommandOutput>;
273
+ export declare const deserializeAws_restJson1UpdateEventConfigurationByResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEventConfigurationByResourceTypesCommandOutput>;
256
274
  export declare const deserializeAws_restJson1UpdateFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFuotaTaskCommandOutput>;
257
275
  export declare const deserializeAws_restJson1UpdateLogLevelsByResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLogLevelsByResourceTypesCommandOutput>;
258
276
  export declare const deserializeAws_restJson1UpdateMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMulticastGroupCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iot-wireless",
3
3
  "description": "AWS SDK for JavaScript Iot Wireless Client for Node.js, Browser and React Native",
4
- "version": "3.76.0",
4
+ "version": "3.80.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,34 +18,34 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.76.0",
22
- "@aws-sdk/config-resolver": "3.75.0",
23
- "@aws-sdk/credential-provider-node": "3.76.0",
24
- "@aws-sdk/fetch-http-handler": "3.58.0",
25
- "@aws-sdk/hash-node": "3.55.0",
26
- "@aws-sdk/invalid-dependency": "3.55.0",
27
- "@aws-sdk/middleware-content-length": "3.58.0",
28
- "@aws-sdk/middleware-host-header": "3.58.0",
29
- "@aws-sdk/middleware-logger": "3.55.0",
30
- "@aws-sdk/middleware-retry": "3.75.0",
31
- "@aws-sdk/middleware-serde": "3.55.0",
32
- "@aws-sdk/middleware-signing": "3.58.0",
33
- "@aws-sdk/middleware-stack": "3.55.0",
34
- "@aws-sdk/middleware-user-agent": "3.58.0",
35
- "@aws-sdk/node-config-provider": "3.75.0",
36
- "@aws-sdk/node-http-handler": "3.76.0",
37
- "@aws-sdk/protocol-http": "3.58.0",
38
- "@aws-sdk/smithy-client": "3.72.0",
39
- "@aws-sdk/types": "3.55.0",
40
- "@aws-sdk/url-parser": "3.55.0",
21
+ "@aws-sdk/client-sts": "3.80.0",
22
+ "@aws-sdk/config-resolver": "3.80.0",
23
+ "@aws-sdk/credential-provider-node": "3.80.0",
24
+ "@aws-sdk/fetch-http-handler": "3.78.0",
25
+ "@aws-sdk/hash-node": "3.78.0",
26
+ "@aws-sdk/invalid-dependency": "3.78.0",
27
+ "@aws-sdk/middleware-content-length": "3.78.0",
28
+ "@aws-sdk/middleware-host-header": "3.78.0",
29
+ "@aws-sdk/middleware-logger": "3.78.0",
30
+ "@aws-sdk/middleware-retry": "3.80.0",
31
+ "@aws-sdk/middleware-serde": "3.78.0",
32
+ "@aws-sdk/middleware-signing": "3.78.0",
33
+ "@aws-sdk/middleware-stack": "3.78.0",
34
+ "@aws-sdk/middleware-user-agent": "3.78.0",
35
+ "@aws-sdk/node-config-provider": "3.80.0",
36
+ "@aws-sdk/node-http-handler": "3.78.0",
37
+ "@aws-sdk/protocol-http": "3.78.0",
38
+ "@aws-sdk/smithy-client": "3.78.0",
39
+ "@aws-sdk/types": "3.78.0",
40
+ "@aws-sdk/url-parser": "3.78.0",
41
41
  "@aws-sdk/util-base64-browser": "3.58.0",
42
42
  "@aws-sdk/util-base64-node": "3.55.0",
43
43
  "@aws-sdk/util-body-length-browser": "3.55.0",
44
44
  "@aws-sdk/util-body-length-node": "3.55.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.72.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.75.0",
47
- "@aws-sdk/util-user-agent-browser": "3.58.0",
48
- "@aws-sdk/util-user-agent-node": "3.75.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.78.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.80.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.78.0",
48
+ "@aws-sdk/util-user-agent-node": "3.80.0",
49
49
  "@aws-sdk/util-utf8-browser": "3.55.0",
50
50
  "@aws-sdk/util-utf8-node": "3.55.0",
51
51
  "tslib": "^2.3.1",