@aws-sdk/client-iot-wireless 3.540.0 → 3.549.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 (41) hide show
  1. package/README.md +27 -0
  2. package/dist-cjs/index.js +256 -0
  3. package/dist-es/IoTWireless.js +6 -0
  4. package/dist-es/commands/GetMetricConfigurationCommand.js +24 -0
  5. package/dist-es/commands/GetMetricsCommand.js +24 -0
  6. package/dist-es/commands/UpdateMetricConfigurationCommand.js +24 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/models_0.js +49 -0
  9. package/dist-es/protocols/Aws_restJson1.js +141 -0
  10. package/dist-types/IoTWireless.d.ts +27 -0
  11. package/dist-types/IoTWirelessClient.d.ts +8 -2
  12. package/dist-types/commands/GetMetricConfigurationCommand.d.ts +77 -0
  13. package/dist-types/commands/GetMetricsCommand.d.ts +121 -0
  14. package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +2 -1
  15. package/dist-types/commands/ListQueuedMessagesCommand.d.ts +1 -1
  16. package/dist-types/commands/ListServiceProfilesCommand.d.ts +1 -1
  17. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  18. package/dist-types/commands/ListWirelessDeviceImportTasksCommand.d.ts +1 -1
  19. package/dist-types/commands/ListWirelessDevicesCommand.d.ts +1 -2
  20. package/dist-types/commands/UpdateMetricConfigurationCommand.d.ts +77 -0
  21. package/dist-types/commands/index.d.ts +3 -0
  22. package/dist-types/index.d.ts +3 -0
  23. package/dist-types/models/models_0.d.ts +287 -321
  24. package/dist-types/models/models_1.d.ts +335 -1
  25. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  26. package/dist-types/ts3.4/IoTWireless.d.ts +54 -0
  27. package/dist-types/ts3.4/IoTWirelessClient.d.ts +18 -0
  28. package/dist-types/ts3.4/commands/GetMetricConfigurationCommand.d.ts +39 -0
  29. package/dist-types/ts3.4/commands/GetMetricsCommand.d.ts +35 -0
  30. package/dist-types/ts3.4/commands/ListPositionConfigurationsCommand.d.ts +2 -4
  31. package/dist-types/ts3.4/commands/ListQueuedMessagesCommand.d.ts +1 -1
  32. package/dist-types/ts3.4/commands/ListServiceProfilesCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/commands/ListWirelessDeviceImportTasksCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/ListWirelessDevicesCommand.d.ts +4 -2
  36. package/dist-types/ts3.4/commands/UpdateMetricConfigurationCommand.d.ts +39 -0
  37. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  38. package/dist-types/ts3.4/models/models_0.d.ts +103 -73
  39. package/dist-types/ts3.4/models/models_1.d.ts +82 -1
  40. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  41. package/package.json +6 -6
@@ -1,6 +1,325 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { IoTWirelessServiceException as __BaseException } from "./IoTWirelessServiceException";
3
- import { ApplicationConfig, CertificateList, ConnectionStatusEventConfiguration, ConnectionStatusResourceTypeEventConfiguration, DeviceRegistrationStateEventConfiguration, DeviceRegistrationStateResourceTypeEventConfiguration, EventNotificationPartnerType, ExpressionType, FuotaDeviceStatus, IdentifierType, JoinEventConfiguration, JoinResourceTypeEventConfiguration, LogLevel, LoRaWANFuotaTask, LoRaWANGateway, LoRaWANGatewayVersion, LoRaWANListDevice, LoRaWANMulticast, LoRaWANMulticastSession, LoRaWANSendDataToDevice, MessageDeliveryStatusEventConfiguration, MessageDeliveryStatusResourceTypeEventConfiguration, PartnerType, PositionConfigurationFec, PositionConfigurationStatus, Positioning, PositioningConfigStatus, PositionResourceType, ProximityEventConfiguration, ProximityResourceTypeEventConfiguration, Tag, TraceContent, WirelessDeviceLogOption, WirelessDeviceSidewalkStatus, WirelessDeviceType, WirelessGatewayLogOption } from "./models_0";
3
+ import { ApplicationConfig, CertificateList, ConnectionStatusEventConfiguration, ConnectionStatusResourceTypeEventConfiguration, DeviceRegistrationStateEventConfiguration, DeviceRegistrationStateResourceTypeEventConfiguration, DownlinkQueueMessage, EventNotificationPartnerType, ExpressionType, FuotaDeviceStatus, IdentifierType, ImportTaskStatus, JoinEventConfiguration, JoinResourceTypeEventConfiguration, LogLevel, LoRaWANFuotaTask, LoRaWANGateway, LoRaWANGatewayVersion, LoRaWANMulticast, LoRaWANMulticastSession, LoRaWANSendDataToDevice, MessageDeliveryStatusEventConfiguration, MessageDeliveryStatusResourceTypeEventConfiguration, PartnerType, PositionConfigurationFec, PositionConfigurationStatus, Positioning, PositioningConfigStatus, PositionResourceType, PositionSolverDetails, ProximityEventConfiguration, ProximityResourceTypeEventConfiguration, SidewalkGetStartImportInfo, SummaryMetricConfiguration, Tag, TraceContent, WirelessDeviceLogOption, WirelessDeviceSidewalkStatus, WirelessDeviceType, WirelessGatewayLogOption } from "./models_0";
4
+ /**
5
+ * <p>The wrapper for a position configuration.</p>
6
+ * @public
7
+ */
8
+ export interface PositionConfigurationItem {
9
+ /**
10
+ * <p>Resource identifier for the position configuration.</p>
11
+ * @public
12
+ */
13
+ ResourceIdentifier?: string;
14
+ /**
15
+ * <p>Resource type of the resource for the position configuration.</p>
16
+ * @public
17
+ */
18
+ ResourceType?: PositionResourceType;
19
+ /**
20
+ * <p>The details of the positioning solver object used to compute the location.</p>
21
+ * @public
22
+ */
23
+ Solvers?: PositionSolverDetails;
24
+ /**
25
+ * <p>The position data destination that describes the AWS IoT rule that processes the
26
+ * device's position data for use by AWS IoT Core for LoRaWAN.</p>
27
+ * @public
28
+ */
29
+ Destination?: string;
30
+ }
31
+ /**
32
+ * @public
33
+ */
34
+ export interface ListPositionConfigurationsResponse {
35
+ /**
36
+ * <p>A list of position configurations.</p>
37
+ * @public
38
+ */
39
+ PositionConfigurationList?: PositionConfigurationItem[];
40
+ /**
41
+ * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
42
+ * @public
43
+ */
44
+ NextToken?: string;
45
+ }
46
+ /**
47
+ * @public
48
+ */
49
+ export interface ListQueuedMessagesRequest {
50
+ /**
51
+ * <p>The ID of a given wireless device which the downlink message packets are being
52
+ * sent.</p>
53
+ * @public
54
+ */
55
+ Id: string | undefined;
56
+ /**
57
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
58
+ * response; otherwise <b>null</b> to receive the first set of
59
+ * results.</p>
60
+ * @public
61
+ */
62
+ NextToken?: string;
63
+ /**
64
+ * <p>The maximum number of results to return in this operation.</p>
65
+ * @public
66
+ */
67
+ MaxResults?: number;
68
+ /**
69
+ * <p>The wireless device type, whic can be either Sidewalk or LoRaWAN.</p>
70
+ * @public
71
+ */
72
+ WirelessDeviceType?: WirelessDeviceType;
73
+ }
74
+ /**
75
+ * @public
76
+ */
77
+ export interface ListQueuedMessagesResponse {
78
+ /**
79
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
80
+ * response; otherwise <b>null</b> to receive the first set of
81
+ * results.</p>
82
+ * @public
83
+ */
84
+ NextToken?: string;
85
+ /**
86
+ * <p>The messages in the downlink queue.</p>
87
+ * @public
88
+ */
89
+ DownlinkQueueMessagesList?: DownlinkQueueMessage[];
90
+ }
91
+ /**
92
+ * @public
93
+ */
94
+ export interface ListServiceProfilesRequest {
95
+ /**
96
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
97
+ * response; otherwise <b>null</b> to receive the first set of
98
+ * results.</p>
99
+ * @public
100
+ */
101
+ NextToken?: string;
102
+ /**
103
+ * <p>The maximum number of results to return in this operation.</p>
104
+ * @public
105
+ */
106
+ MaxResults?: number;
107
+ }
108
+ /**
109
+ * <p>Information about a service profile.</p>
110
+ * @public
111
+ */
112
+ export interface ServiceProfile {
113
+ /**
114
+ * <p>The Amazon Resource Name of the resource.</p>
115
+ * @public
116
+ */
117
+ Arn?: string;
118
+ /**
119
+ * <p>The name of the resource.</p>
120
+ * @public
121
+ */
122
+ Name?: string;
123
+ /**
124
+ * <p>The ID of the service profile.</p>
125
+ * @public
126
+ */
127
+ Id?: string;
128
+ }
129
+ /**
130
+ * @public
131
+ */
132
+ export interface ListServiceProfilesResponse {
133
+ /**
134
+ * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
135
+ * @public
136
+ */
137
+ NextToken?: string;
138
+ /**
139
+ * <p>The list of service profiles.</p>
140
+ * @public
141
+ */
142
+ ServiceProfileList?: ServiceProfile[];
143
+ }
144
+ /**
145
+ * @public
146
+ */
147
+ export interface ListTagsForResourceRequest {
148
+ /**
149
+ * <p>The ARN of the resource for which you want to list tags.</p>
150
+ * @public
151
+ */
152
+ ResourceArn: string | undefined;
153
+ }
154
+ /**
155
+ * @public
156
+ */
157
+ export interface ListTagsForResourceResponse {
158
+ /**
159
+ * <p>The tags to attach to the specified resource. Tags are metadata that you can use to
160
+ * manage a resource.</p>
161
+ * @public
162
+ */
163
+ Tags?: Tag[];
164
+ }
165
+ /**
166
+ * @public
167
+ */
168
+ export interface ListWirelessDeviceImportTasksRequest {
169
+ /**
170
+ * <p>The maximum number of results to return in this operation.</p>
171
+ * @public
172
+ */
173
+ MaxResults?: number;
174
+ /**
175
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
176
+ * response; otherwise <code>null</code> to receive the first set of results.</p>
177
+ * @public
178
+ */
179
+ NextToken?: string;
180
+ }
181
+ /**
182
+ * <p>Information about an import task for wireless devices.</p>
183
+ * @public
184
+ */
185
+ export interface WirelessDeviceImportTask {
186
+ /**
187
+ * <p>The ID of the wireless device import task.</p>
188
+ * @public
189
+ */
190
+ Id?: string;
191
+ /**
192
+ * <p>The ARN (Amazon Resource Name) of the wireless device import task.</p>
193
+ * @public
194
+ */
195
+ Arn?: string;
196
+ /**
197
+ * <p>The name of the Sidewalk destination that that describes the IoT rule to route
198
+ * messages from the device in the import task that will be onboarded to AWS IoT
199
+ * Wireless</p>
200
+ * @public
201
+ */
202
+ DestinationName?: string;
203
+ /**
204
+ * <p>The Sidewalk-related information of the wireless device import task.</p>
205
+ * @public
206
+ */
207
+ Sidewalk?: SidewalkGetStartImportInfo;
208
+ /**
209
+ * <p>The time at which the import task was created.</p>
210
+ * @public
211
+ */
212
+ CreationTime?: Date;
213
+ /**
214
+ * <p>The status information of the wireless device import task.</p>
215
+ * @public
216
+ */
217
+ Status?: ImportTaskStatus;
218
+ /**
219
+ * <p>The reason that provides additional information about the import task status.</p>
220
+ * @public
221
+ */
222
+ StatusReason?: string;
223
+ /**
224
+ * <p>The summary information of count of wireless devices that are waiting for the control
225
+ * log to be added to an import task.</p>
226
+ * @public
227
+ */
228
+ InitializedImportedDeviceCount?: number;
229
+ /**
230
+ * <p>The summary information of count of wireless devices in an import task that are
231
+ * waiting in the queue to be onboarded.</p>
232
+ * @public
233
+ */
234
+ PendingImportedDeviceCount?: number;
235
+ /**
236
+ * <p>The summary information of count of wireless devices in an import task that have been
237
+ * onboarded to the import task.</p>
238
+ * @public
239
+ */
240
+ OnboardedImportedDeviceCount?: number;
241
+ /**
242
+ * <p>The summary information of count of wireless devices in an import task that failed to
243
+ * onboarded to the import task.</p>
244
+ * @public
245
+ */
246
+ FailedImportedDeviceCount?: number;
247
+ }
248
+ /**
249
+ * @public
250
+ */
251
+ export interface ListWirelessDeviceImportTasksResponse {
252
+ /**
253
+ * <p>The token to use to get the next set of results, or <code>null</code> if there are no
254
+ * additional results.</p>
255
+ * @public
256
+ */
257
+ NextToken?: string;
258
+ /**
259
+ * <p>List of import tasks and summary information of onboarding status of devices in each
260
+ * import task.</p>
261
+ * @public
262
+ */
263
+ WirelessDeviceImportTaskList?: WirelessDeviceImportTask[];
264
+ }
265
+ /**
266
+ * @public
267
+ */
268
+ export interface ListWirelessDevicesRequest {
269
+ /**
270
+ * <p>The maximum number of results to return in this operation.</p>
271
+ * @public
272
+ */
273
+ MaxResults?: number;
274
+ /**
275
+ * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
276
+ * response; otherwise <b>null</b> to receive the first set of
277
+ * results.</p>
278
+ * @public
279
+ */
280
+ NextToken?: string;
281
+ /**
282
+ * <p>A filter to list only the wireless devices that use this destination.</p>
283
+ * @public
284
+ */
285
+ DestinationName?: string;
286
+ /**
287
+ * <p>A filter to list only the wireless devices that use this device profile.</p>
288
+ * @public
289
+ */
290
+ DeviceProfileId?: string;
291
+ /**
292
+ * <p>A filter to list only the wireless devices that use this service profile.</p>
293
+ * @public
294
+ */
295
+ ServiceProfileId?: string;
296
+ /**
297
+ * <p>A filter to list only the wireless devices that use this wireless device type.</p>
298
+ * @public
299
+ */
300
+ WirelessDeviceType?: WirelessDeviceType;
301
+ /**
302
+ * <p>The ID of a FUOTA task.</p>
303
+ * @public
304
+ */
305
+ FuotaTaskId?: string;
306
+ /**
307
+ * <p>The ID of the multicast group.</p>
308
+ * @public
309
+ */
310
+ MulticastGroupId?: string;
311
+ }
312
+ /**
313
+ * <p>LoRaWAN object for list functions.</p>
314
+ * @public
315
+ */
316
+ export interface LoRaWANListDevice {
317
+ /**
318
+ * <p>The DevEUI value.</p>
319
+ * @public
320
+ */
321
+ DevEui?: string;
322
+ }
4
323
  /**
5
324
  * <p>Sidewalk object used by list functions.</p>
6
325
  * @public
@@ -1013,6 +1332,21 @@ export interface UpdateLogLevelsByResourceTypesRequest {
1013
1332
  */
1014
1333
  export interface UpdateLogLevelsByResourceTypesResponse {
1015
1334
  }
1335
+ /**
1336
+ * @public
1337
+ */
1338
+ export interface UpdateMetricConfigurationRequest {
1339
+ /**
1340
+ * <p>The value to be used to set summary metric configuration.</p>
1341
+ * @public
1342
+ */
1343
+ SummaryMetric?: SummaryMetricConfiguration;
1344
+ }
1345
+ /**
1346
+ * @public
1347
+ */
1348
+ export interface UpdateMetricConfigurationResponse {
1349
+ }
1016
1350
  /**
1017
1351
  * @public
1018
1352
  */
@@ -43,6 +43,8 @@ import { GetDeviceProfileCommandInput, GetDeviceProfileCommandOutput } from "../
43
43
  import { GetEventConfigurationByResourceTypesCommandInput, GetEventConfigurationByResourceTypesCommandOutput } from "../commands/GetEventConfigurationByResourceTypesCommand";
44
44
  import { GetFuotaTaskCommandInput, GetFuotaTaskCommandOutput } from "../commands/GetFuotaTaskCommand";
45
45
  import { GetLogLevelsByResourceTypesCommandInput, GetLogLevelsByResourceTypesCommandOutput } from "../commands/GetLogLevelsByResourceTypesCommand";
46
+ import { GetMetricConfigurationCommandInput, GetMetricConfigurationCommandOutput } from "../commands/GetMetricConfigurationCommand";
47
+ import { GetMetricsCommandInput, GetMetricsCommandOutput } from "../commands/GetMetricsCommand";
46
48
  import { GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput } from "../commands/GetMulticastGroupCommand";
47
49
  import { GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput } from "../commands/GetMulticastGroupSessionCommand";
48
50
  import { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput } from "../commands/GetNetworkAnalyzerConfigurationCommand";
@@ -100,6 +102,7 @@ import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from ".
100
102
  import { UpdateEventConfigurationByResourceTypesCommandInput, UpdateEventConfigurationByResourceTypesCommandOutput } from "../commands/UpdateEventConfigurationByResourceTypesCommand";
101
103
  import { UpdateFuotaTaskCommandInput, UpdateFuotaTaskCommandOutput } from "../commands/UpdateFuotaTaskCommand";
102
104
  import { UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTypesCommandOutput } from "../commands/UpdateLogLevelsByResourceTypesCommand";
105
+ import { UpdateMetricConfigurationCommandInput, UpdateMetricConfigurationCommandOutput } from "../commands/UpdateMetricConfigurationCommand";
103
106
  import { UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput } from "../commands/UpdateMulticastGroupCommand";
104
107
  import { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput } from "../commands/UpdateNetworkAnalyzerConfigurationCommand";
105
108
  import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "../commands/UpdatePartnerAccountCommand";
@@ -281,6 +284,14 @@ export declare const se_GetFuotaTaskCommand: (input: GetFuotaTaskCommandInput, c
281
284
  * serializeAws_restJson1GetLogLevelsByResourceTypesCommand
282
285
  */
283
286
  export declare const se_GetLogLevelsByResourceTypesCommand: (input: GetLogLevelsByResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
287
+ /**
288
+ * serializeAws_restJson1GetMetricConfigurationCommand
289
+ */
290
+ export declare const se_GetMetricConfigurationCommand: (input: GetMetricConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
291
+ /**
292
+ * serializeAws_restJson1GetMetricsCommand
293
+ */
294
+ export declare const se_GetMetricsCommand: (input: GetMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
284
295
  /**
285
296
  * serializeAws_restJson1GetMulticastGroupCommand
286
297
  */
@@ -509,6 +520,10 @@ export declare const se_UpdateFuotaTaskCommand: (input: UpdateFuotaTaskCommandIn
509
520
  * serializeAws_restJson1UpdateLogLevelsByResourceTypesCommand
510
521
  */
511
522
  export declare const se_UpdateLogLevelsByResourceTypesCommand: (input: UpdateLogLevelsByResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
523
+ /**
524
+ * serializeAws_restJson1UpdateMetricConfigurationCommand
525
+ */
526
+ export declare const se_UpdateMetricConfigurationCommand: (input: UpdateMetricConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
512
527
  /**
513
528
  * serializeAws_restJson1UpdateMulticastGroupCommand
514
529
  */
@@ -717,6 +732,14 @@ export declare const de_GetFuotaTaskCommand: (output: __HttpResponse, context: _
717
732
  * deserializeAws_restJson1GetLogLevelsByResourceTypesCommand
718
733
  */
719
734
  export declare const de_GetLogLevelsByResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLogLevelsByResourceTypesCommandOutput>;
735
+ /**
736
+ * deserializeAws_restJson1GetMetricConfigurationCommand
737
+ */
738
+ export declare const de_GetMetricConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricConfigurationCommandOutput>;
739
+ /**
740
+ * deserializeAws_restJson1GetMetricsCommand
741
+ */
742
+ export declare const de_GetMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricsCommandOutput>;
720
743
  /**
721
744
  * deserializeAws_restJson1GetMulticastGroupCommand
722
745
  */
@@ -945,6 +968,10 @@ export declare const de_UpdateFuotaTaskCommand: (output: __HttpResponse, context
945
968
  * deserializeAws_restJson1UpdateLogLevelsByResourceTypesCommand
946
969
  */
947
970
  export declare const de_UpdateLogLevelsByResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLogLevelsByResourceTypesCommandOutput>;
971
+ /**
972
+ * deserializeAws_restJson1UpdateMetricConfigurationCommand
973
+ */
974
+ export declare const de_UpdateMetricConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMetricConfigurationCommandOutput>;
948
975
  /**
949
976
  * deserializeAws_restJson1UpdateMulticastGroupCommand
950
977
  */
@@ -171,6 +171,14 @@ import {
171
171
  GetLogLevelsByResourceTypesCommandInput,
172
172
  GetLogLevelsByResourceTypesCommandOutput,
173
173
  } from "./commands/GetLogLevelsByResourceTypesCommand";
174
+ import {
175
+ GetMetricConfigurationCommandInput,
176
+ GetMetricConfigurationCommandOutput,
177
+ } from "./commands/GetMetricConfigurationCommand";
178
+ import {
179
+ GetMetricsCommandInput,
180
+ GetMetricsCommandOutput,
181
+ } from "./commands/GetMetricsCommand";
174
182
  import {
175
183
  GetMulticastGroupCommandInput,
176
184
  GetMulticastGroupCommandOutput,
@@ -399,6 +407,10 @@ import {
399
407
  UpdateLogLevelsByResourceTypesCommandInput,
400
408
  UpdateLogLevelsByResourceTypesCommandOutput,
401
409
  } from "./commands/UpdateLogLevelsByResourceTypesCommand";
410
+ import {
411
+ UpdateMetricConfigurationCommandInput,
412
+ UpdateMetricConfigurationCommandOutput,
413
+ } from "./commands/UpdateMetricConfigurationCommand";
402
414
  import {
403
415
  UpdateMulticastGroupCommandInput,
404
416
  UpdateMulticastGroupCommandOutput,
@@ -1108,6 +1120,34 @@ export interface IoTWireless {
1108
1120
  options: __HttpHandlerOptions,
1109
1121
  cb: (err: any, data?: GetLogLevelsByResourceTypesCommandOutput) => void
1110
1122
  ): void;
1123
+ getMetricConfiguration(): Promise<GetMetricConfigurationCommandOutput>;
1124
+ getMetricConfiguration(
1125
+ args: GetMetricConfigurationCommandInput,
1126
+ options?: __HttpHandlerOptions
1127
+ ): Promise<GetMetricConfigurationCommandOutput>;
1128
+ getMetricConfiguration(
1129
+ args: GetMetricConfigurationCommandInput,
1130
+ cb: (err: any, data?: GetMetricConfigurationCommandOutput) => void
1131
+ ): void;
1132
+ getMetricConfiguration(
1133
+ args: GetMetricConfigurationCommandInput,
1134
+ options: __HttpHandlerOptions,
1135
+ cb: (err: any, data?: GetMetricConfigurationCommandOutput) => void
1136
+ ): void;
1137
+ getMetrics(): Promise<GetMetricsCommandOutput>;
1138
+ getMetrics(
1139
+ args: GetMetricsCommandInput,
1140
+ options?: __HttpHandlerOptions
1141
+ ): Promise<GetMetricsCommandOutput>;
1142
+ getMetrics(
1143
+ args: GetMetricsCommandInput,
1144
+ cb: (err: any, data?: GetMetricsCommandOutput) => void
1145
+ ): void;
1146
+ getMetrics(
1147
+ args: GetMetricsCommandInput,
1148
+ options: __HttpHandlerOptions,
1149
+ cb: (err: any, data?: GetMetricsCommandOutput) => void
1150
+ ): void;
1111
1151
  getMulticastGroup(
1112
1152
  args: GetMulticastGroupCommandInput,
1113
1153
  options?: __HttpHandlerOptions
@@ -1914,6 +1954,20 @@ export interface IoTWireless {
1914
1954
  options: __HttpHandlerOptions,
1915
1955
  cb: (err: any, data?: UpdateLogLevelsByResourceTypesCommandOutput) => void
1916
1956
  ): void;
1957
+ updateMetricConfiguration(): Promise<UpdateMetricConfigurationCommandOutput>;
1958
+ updateMetricConfiguration(
1959
+ args: UpdateMetricConfigurationCommandInput,
1960
+ options?: __HttpHandlerOptions
1961
+ ): Promise<UpdateMetricConfigurationCommandOutput>;
1962
+ updateMetricConfiguration(
1963
+ args: UpdateMetricConfigurationCommandInput,
1964
+ cb: (err: any, data?: UpdateMetricConfigurationCommandOutput) => void
1965
+ ): void;
1966
+ updateMetricConfiguration(
1967
+ args: UpdateMetricConfigurationCommandInput,
1968
+ options: __HttpHandlerOptions,
1969
+ cb: (err: any, data?: UpdateMetricConfigurationCommandOutput) => void
1970
+ ): void;
1917
1971
  updateMulticastGroup(
1918
1972
  args: UpdateMulticastGroupCommandInput,
1919
1973
  options?: __HttpHandlerOptions
@@ -217,6 +217,14 @@ import {
217
217
  GetLogLevelsByResourceTypesCommandInput,
218
218
  GetLogLevelsByResourceTypesCommandOutput,
219
219
  } from "./commands/GetLogLevelsByResourceTypesCommand";
220
+ import {
221
+ GetMetricConfigurationCommandInput,
222
+ GetMetricConfigurationCommandOutput,
223
+ } from "./commands/GetMetricConfigurationCommand";
224
+ import {
225
+ GetMetricsCommandInput,
226
+ GetMetricsCommandOutput,
227
+ } from "./commands/GetMetricsCommand";
220
228
  import {
221
229
  GetMulticastGroupCommandInput,
222
230
  GetMulticastGroupCommandOutput,
@@ -445,6 +453,10 @@ import {
445
453
  UpdateLogLevelsByResourceTypesCommandInput,
446
454
  UpdateLogLevelsByResourceTypesCommandOutput,
447
455
  } from "./commands/UpdateLogLevelsByResourceTypesCommand";
456
+ import {
457
+ UpdateMetricConfigurationCommandInput,
458
+ UpdateMetricConfigurationCommandOutput,
459
+ } from "./commands/UpdateMetricConfigurationCommand";
448
460
  import {
449
461
  UpdateMulticastGroupCommandInput,
450
462
  UpdateMulticastGroupCommandOutput,
@@ -532,6 +544,8 @@ export type ServiceInputTypes =
532
544
  | GetEventConfigurationByResourceTypesCommandInput
533
545
  | GetFuotaTaskCommandInput
534
546
  | GetLogLevelsByResourceTypesCommandInput
547
+ | GetMetricConfigurationCommandInput
548
+ | GetMetricsCommandInput
535
549
  | GetMulticastGroupCommandInput
536
550
  | GetMulticastGroupSessionCommandInput
537
551
  | GetNetworkAnalyzerConfigurationCommandInput
@@ -589,6 +603,7 @@ export type ServiceInputTypes =
589
603
  | UpdateEventConfigurationByResourceTypesCommandInput
590
604
  | UpdateFuotaTaskCommandInput
591
605
  | UpdateLogLevelsByResourceTypesCommandInput
606
+ | UpdateMetricConfigurationCommandInput
592
607
  | UpdateMulticastGroupCommandInput
593
608
  | UpdateNetworkAnalyzerConfigurationCommandInput
594
609
  | UpdatePartnerAccountCommandInput
@@ -642,6 +657,8 @@ export type ServiceOutputTypes =
642
657
  | GetEventConfigurationByResourceTypesCommandOutput
643
658
  | GetFuotaTaskCommandOutput
644
659
  | GetLogLevelsByResourceTypesCommandOutput
660
+ | GetMetricConfigurationCommandOutput
661
+ | GetMetricsCommandOutput
645
662
  | GetMulticastGroupCommandOutput
646
663
  | GetMulticastGroupSessionCommandOutput
647
664
  | GetNetworkAnalyzerConfigurationCommandOutput
@@ -699,6 +716,7 @@ export type ServiceOutputTypes =
699
716
  | UpdateEventConfigurationByResourceTypesCommandOutput
700
717
  | UpdateFuotaTaskCommandOutput
701
718
  | UpdateLogLevelsByResourceTypesCommandOutput
719
+ | UpdateMetricConfigurationCommandOutput
702
720
  | UpdateMulticastGroupCommandOutput
703
721
  | UpdateNetworkAnalyzerConfigurationCommandOutput
704
722
  | UpdatePartnerAccountCommandOutput
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IoTWirelessClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IoTWirelessClient";
8
+ import {
9
+ GetMetricConfigurationRequest,
10
+ GetMetricConfigurationResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface GetMetricConfigurationCommandInput
14
+ extends GetMetricConfigurationRequest {}
15
+ export interface GetMetricConfigurationCommandOutput
16
+ extends GetMetricConfigurationResponse,
17
+ __MetadataBearer {}
18
+ declare const GetMetricConfigurationCommand_base: {
19
+ new (
20
+ input: GetMetricConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetMetricConfigurationCommandInput,
23
+ GetMetricConfigurationCommandOutput,
24
+ IoTWirelessClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ ...[input]: [] | [GetMetricConfigurationCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetMetricConfigurationCommandInput,
32
+ GetMetricConfigurationCommandOutput,
33
+ IoTWirelessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class GetMetricConfigurationCommand extends GetMetricConfigurationCommand_base {}
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IoTWirelessClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IoTWirelessClient";
8
+ import { GetMetricsRequest, GetMetricsResponse } from "../models/models_0";
9
+ export { __MetadataBearer, $Command };
10
+ export interface GetMetricsCommandInput extends GetMetricsRequest {}
11
+ export interface GetMetricsCommandOutput
12
+ extends GetMetricsResponse,
13
+ __MetadataBearer {}
14
+ declare const GetMetricsCommand_base: {
15
+ new (
16
+ input: GetMetricsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetMetricsCommandInput,
19
+ GetMetricsCommandOutput,
20
+ IoTWirelessClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ new (
25
+ ...[input]: [] | [GetMetricsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetMetricsCommandInput,
28
+ GetMetricsCommandOutput,
29
+ IoTWirelessClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
33
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ };
35
+ export declare class GetMetricsCommand extends GetMetricsCommand_base {}
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IoTWirelessClient";
8
- import {
9
- ListPositionConfigurationsRequest,
10
- ListPositionConfigurationsResponse,
11
- } from "../models/models_0";
8
+ import { ListPositionConfigurationsRequest } from "../models/models_0";
9
+ import { ListPositionConfigurationsResponse } from "../models/models_1";
12
10
  export { __MetadataBearer, $Command };
13
11
  export interface ListPositionConfigurationsCommandInput
14
12
  extends ListPositionConfigurationsRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListQueuedMessagesRequest,
10
10
  ListQueuedMessagesResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer, $Command };
13
13
  export interface ListQueuedMessagesCommandInput
14
14
  extends ListQueuedMessagesRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListServiceProfilesRequest,
10
10
  ListServiceProfilesResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer, $Command };
13
13
  export interface ListServiceProfilesCommandInput
14
14
  extends ListServiceProfilesRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer, $Command };
13
13
  export interface ListTagsForResourceCommandInput
14
14
  extends ListTagsForResourceRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListWirelessDeviceImportTasksRequest,
10
10
  ListWirelessDeviceImportTasksResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer, $Command };
13
13
  export interface ListWirelessDeviceImportTasksCommandInput
14
14
  extends ListWirelessDeviceImportTasksRequest {}