@aws-sdk/client-iot-wireless 3.118.1 → 3.127.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 (78) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/IoTWireless.js +75 -0
  3. package/dist-cjs/commands/GetPositionCommand.js +36 -0
  4. package/dist-cjs/commands/GetPositionConfigurationCommand.js +36 -0
  5. package/dist-cjs/commands/ListPositionConfigurationsCommand.js +36 -0
  6. package/dist-cjs/commands/PutPositionConfigurationCommand.js +36 -0
  7. package/dist-cjs/commands/UpdateNetworkAnalyzerConfigurationCommand.js +3 -3
  8. package/dist-cjs/commands/UpdatePartnerAccountCommand.js +3 -3
  9. package/dist-cjs/commands/UpdatePositionCommand.js +36 -0
  10. package/dist-cjs/commands/UpdateResourceEventConfigurationCommand.js +3 -3
  11. package/dist-cjs/commands/UpdateWirelessDeviceCommand.js +3 -3
  12. package/dist-cjs/commands/UpdateWirelessGatewayCommand.js +3 -3
  13. package/dist-cjs/commands/index.js +5 -0
  14. package/dist-cjs/models/index.js +1 -0
  15. package/dist-cjs/models/models_0.js +119 -92
  16. package/dist-cjs/models/models_1.js +108 -0
  17. package/dist-cjs/pagination/ListPositionConfigurationsPaginator.js +36 -0
  18. package/dist-cjs/pagination/index.js +1 -0
  19. package/dist-cjs/protocols/Aws_restJson1.js +1263 -793
  20. package/dist-es/IoTWireless.js +75 -0
  21. package/dist-es/commands/GetPositionCommand.js +39 -0
  22. package/dist-es/commands/GetPositionConfigurationCommand.js +39 -0
  23. package/dist-es/commands/ListPositionConfigurationsCommand.js +39 -0
  24. package/dist-es/commands/PutPositionConfigurationCommand.js +39 -0
  25. package/dist-es/commands/UpdateNetworkAnalyzerConfigurationCommand.js +1 -1
  26. package/dist-es/commands/UpdatePartnerAccountCommand.js +1 -1
  27. package/dist-es/commands/UpdatePositionCommand.js +39 -0
  28. package/dist-es/commands/UpdateResourceEventConfigurationCommand.js +1 -1
  29. package/dist-es/commands/UpdateWirelessDeviceCommand.js +1 -1
  30. package/dist-es/commands/UpdateWirelessGatewayCommand.js +1 -1
  31. package/dist-es/commands/index.js +5 -0
  32. package/dist-es/models/index.js +1 -0
  33. package/dist-es/models/models_0.js +83 -56
  34. package/dist-es/models/models_1.js +70 -0
  35. package/dist-es/pagination/ListPositionConfigurationsPaginator.js +75 -0
  36. package/dist-es/pagination/index.js +1 -0
  37. package/dist-es/protocols/Aws_restJson1.js +1281 -706
  38. package/dist-types/IoTWireless.d.ts +37 -2
  39. package/dist-types/IoTWirelessClient.d.ts +7 -2
  40. package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +1 -1
  41. package/dist-types/commands/GetPositionCommand.d.ts +35 -0
  42. package/dist-types/commands/GetPositionConfigurationCommand.d.ts +35 -0
  43. package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +35 -0
  44. package/dist-types/commands/PutPositionConfigurationCommand.d.ts +35 -0
  45. package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +1 -1
  47. package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +1 -1
  48. package/dist-types/commands/UpdatePositionCommand.d.ts +35 -0
  49. package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +1 -1
  52. package/dist-types/commands/index.d.ts +5 -0
  53. package/dist-types/models/index.d.ts +1 -0
  54. package/dist-types/models/models_0.d.ts +338 -278
  55. package/dist-types/models/models_1.d.ts +313 -0
  56. package/dist-types/pagination/ListPositionConfigurationsPaginator.d.ts +4 -0
  57. package/dist-types/pagination/index.d.ts +1 -0
  58. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  59. package/dist-types/ts3.4/IoTWireless.d.ts +25 -0
  60. package/dist-types/ts3.4/IoTWirelessClient.d.ts +7 -2
  61. package/dist-types/ts3.4/commands/GetPositionCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/GetPositionConfigurationCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ListPositionConfigurationsCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/PutPositionConfigurationCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/UpdatePartnerAccountCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdatePositionCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/UpdateResourceEventConfigurationCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/UpdateWirelessDeviceCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/UpdateWirelessGatewayCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  72. package/dist-types/ts3.4/models/index.d.ts +1 -0
  73. package/dist-types/ts3.4/models/models_0.d.ts +193 -156
  74. package/dist-types/ts3.4/models/models_1.d.ts +186 -0
  75. package/dist-types/ts3.4/pagination/ListPositionConfigurationsPaginator.d.ts +4 -0
  76. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  77. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
  78. package/package.json +26 -26
@@ -0,0 +1,313 @@
1
+ import { ConnectionStatusEventConfiguration, DeviceRegistrationStateEventConfiguration, EventNotificationPartnerType, IdentifierType, JoinEventConfiguration, PartnerType, Positioning, PositionResourceType, ProximityEventConfiguration, TraceContent } from "./models_0";
2
+ export interface UpdateNetworkAnalyzerConfigurationRequest {
3
+ /**
4
+ * <p>Name of the network analyzer configuration.</p>
5
+ */
6
+ ConfigurationName: string | undefined;
7
+ /**
8
+ * <p>Trace content for your wireless gateway and wireless device resources.</p>
9
+ */
10
+ TraceContent?: TraceContent;
11
+ /**
12
+ * <p>Wireless device resources to add to the network analyzer configuration. Provide the
13
+ * <code>WirelessDeviceId</code> of the resource to add in the input array.</p>
14
+ */
15
+ WirelessDevicesToAdd?: string[];
16
+ /**
17
+ * <p>Wireless device resources to remove from the network analyzer configuration. Provide the
18
+ * <code>WirelessDeviceId</code> of the resources to remove in the input array.</p>
19
+ */
20
+ WirelessDevicesToRemove?: string[];
21
+ /**
22
+ * <p>Wireless gateway resources to add to the network analyzer configuration. Provide the
23
+ * <code>WirelessGatewayId</code> of the resource to add in the input array.</p>
24
+ */
25
+ WirelessGatewaysToAdd?: string[];
26
+ /**
27
+ * <p>Wireless gateway resources to remove from the network analyzer configuration. Provide the
28
+ * <code>WirelessGatewayId</code> of the resources to remove in the input array.</p>
29
+ */
30
+ WirelessGatewaysToRemove?: string[];
31
+ /**
32
+ * <p>The description of the new resource.</p>
33
+ */
34
+ Description?: string;
35
+ }
36
+ export declare namespace UpdateNetworkAnalyzerConfigurationRequest {
37
+ /**
38
+ * @internal
39
+ */
40
+ const filterSensitiveLog: (obj: UpdateNetworkAnalyzerConfigurationRequest) => any;
41
+ }
42
+ export interface UpdateNetworkAnalyzerConfigurationResponse {
43
+ }
44
+ export declare namespace UpdateNetworkAnalyzerConfigurationResponse {
45
+ /**
46
+ * @internal
47
+ */
48
+ const filterSensitiveLog: (obj: UpdateNetworkAnalyzerConfigurationResponse) => any;
49
+ }
50
+ /**
51
+ * <p>Sidewalk update.</p>
52
+ */
53
+ export interface SidewalkUpdateAccount {
54
+ /**
55
+ * <p>The new Sidewalk application server private key.</p>
56
+ */
57
+ AppServerPrivateKey?: string;
58
+ }
59
+ export declare namespace SidewalkUpdateAccount {
60
+ /**
61
+ * @internal
62
+ */
63
+ const filterSensitiveLog: (obj: SidewalkUpdateAccount) => any;
64
+ }
65
+ export interface UpdatePartnerAccountRequest {
66
+ /**
67
+ * <p>The Sidewalk account credentials.</p>
68
+ */
69
+ Sidewalk: SidewalkUpdateAccount | undefined;
70
+ /**
71
+ * <p>The ID of the partner account to update.</p>
72
+ */
73
+ PartnerAccountId: string | undefined;
74
+ /**
75
+ * <p>The partner type.</p>
76
+ */
77
+ PartnerType: PartnerType | string | undefined;
78
+ }
79
+ export declare namespace UpdatePartnerAccountRequest {
80
+ /**
81
+ * @internal
82
+ */
83
+ const filterSensitiveLog: (obj: UpdatePartnerAccountRequest) => any;
84
+ }
85
+ export interface UpdatePartnerAccountResponse {
86
+ }
87
+ export declare namespace UpdatePartnerAccountResponse {
88
+ /**
89
+ * @internal
90
+ */
91
+ const filterSensitiveLog: (obj: UpdatePartnerAccountResponse) => any;
92
+ }
93
+ export interface UpdatePositionRequest {
94
+ /**
95
+ * <p>Resource identifier of the resource for which position is updated.</p>
96
+ */
97
+ ResourceIdentifier: string | undefined;
98
+ /**
99
+ * <p>Resource type of the resource for which position is updated.</p>
100
+ */
101
+ ResourceType: PositionResourceType | string | undefined;
102
+ /**
103
+ * <p>The position information of the resource.</p>
104
+ */
105
+ Position: number[] | undefined;
106
+ }
107
+ export declare namespace UpdatePositionRequest {
108
+ /**
109
+ * @internal
110
+ */
111
+ const filterSensitiveLog: (obj: UpdatePositionRequest) => any;
112
+ }
113
+ export interface UpdatePositionResponse {
114
+ }
115
+ export declare namespace UpdatePositionResponse {
116
+ /**
117
+ * @internal
118
+ */
119
+ const filterSensitiveLog: (obj: UpdatePositionResponse) => any;
120
+ }
121
+ export interface UpdateResourceEventConfigurationRequest {
122
+ /**
123
+ * <p>Resource identifier to opt in for event messaging.</p>
124
+ */
125
+ Identifier: string | undefined;
126
+ /**
127
+ * <p>Identifier type of the particular resource identifier for event configuration.</p>
128
+ */
129
+ IdentifierType: IdentifierType | string | undefined;
130
+ /**
131
+ * <p>Partner type of the resource if the identifier type is <code>PartnerAccountId</code>
132
+ * </p>
133
+ */
134
+ PartnerType?: EventNotificationPartnerType | string;
135
+ /**
136
+ * <p>Event configuration for the device registration state event.</p>
137
+ */
138
+ DeviceRegistrationState?: DeviceRegistrationStateEventConfiguration;
139
+ /**
140
+ * <p>Event configuration for the proximity event.</p>
141
+ */
142
+ Proximity?: ProximityEventConfiguration;
143
+ /**
144
+ * <p>Event configuration for the join event.</p>
145
+ */
146
+ Join?: JoinEventConfiguration;
147
+ /**
148
+ * <p>Event configuration for the connection status event.</p>
149
+ */
150
+ ConnectionStatus?: ConnectionStatusEventConfiguration;
151
+ }
152
+ export declare namespace UpdateResourceEventConfigurationRequest {
153
+ /**
154
+ * @internal
155
+ */
156
+ const filterSensitiveLog: (obj: UpdateResourceEventConfigurationRequest) => any;
157
+ }
158
+ export interface UpdateResourceEventConfigurationResponse {
159
+ }
160
+ export declare namespace UpdateResourceEventConfigurationResponse {
161
+ /**
162
+ * @internal
163
+ */
164
+ const filterSensitiveLog: (obj: UpdateResourceEventConfigurationResponse) => any;
165
+ }
166
+ /**
167
+ * <p>ABP device object for LoRaWAN specification v1.0.x</p>
168
+ */
169
+ export interface UpdateAbpV1_0_x {
170
+ /**
171
+ * <p>The FCnt init value.</p>
172
+ */
173
+ FCntStart?: number;
174
+ }
175
+ export declare namespace UpdateAbpV1_0_x {
176
+ /**
177
+ * @internal
178
+ */
179
+ const filterSensitiveLog: (obj: UpdateAbpV1_0_x) => any;
180
+ }
181
+ /**
182
+ * <p>ABP device object for LoRaWAN specification v1.1</p>
183
+ */
184
+ export interface UpdateAbpV1_1 {
185
+ /**
186
+ * <p>The FCnt init value.</p>
187
+ */
188
+ FCntStart?: number;
189
+ }
190
+ export declare namespace UpdateAbpV1_1 {
191
+ /**
192
+ * @internal
193
+ */
194
+ const filterSensitiveLog: (obj: UpdateAbpV1_1) => any;
195
+ }
196
+ /**
197
+ * <p>Object for updating the FPorts information.</p>
198
+ */
199
+ export interface UpdateFPorts {
200
+ /**
201
+ * <p>Positioning FPorts for the ClockSync, Stream, and GNSS functions.</p>
202
+ */
203
+ Positioning?: Positioning;
204
+ }
205
+ export declare namespace UpdateFPorts {
206
+ /**
207
+ * @internal
208
+ */
209
+ const filterSensitiveLog: (obj: UpdateFPorts) => any;
210
+ }
211
+ /**
212
+ * <p>LoRaWAN object for update functions.</p>
213
+ */
214
+ export interface LoRaWANUpdateDevice {
215
+ /**
216
+ * <p>The ID of the device profile for the wireless device.</p>
217
+ */
218
+ DeviceProfileId?: string;
219
+ /**
220
+ * <p>The ID of the service profile.</p>
221
+ */
222
+ ServiceProfileId?: string;
223
+ /**
224
+ * <p>ABP device object for update APIs for v1.1</p>
225
+ */
226
+ AbpV1_1?: UpdateAbpV1_1;
227
+ /**
228
+ * <p>ABP device object for update APIs for v1.0.x</p>
229
+ */
230
+ AbpV1_0_x?: UpdateAbpV1_0_x;
231
+ /**
232
+ * <p>FPorts object for the positioning information of the device.</p>
233
+ */
234
+ FPorts?: UpdateFPorts;
235
+ }
236
+ export declare namespace LoRaWANUpdateDevice {
237
+ /**
238
+ * @internal
239
+ */
240
+ const filterSensitiveLog: (obj: LoRaWANUpdateDevice) => any;
241
+ }
242
+ export interface UpdateWirelessDeviceRequest {
243
+ /**
244
+ * <p>The ID of the resource to update.</p>
245
+ */
246
+ Id: string | undefined;
247
+ /**
248
+ * <p>The name of the new destination for the device.</p>
249
+ */
250
+ DestinationName?: string;
251
+ /**
252
+ * <p>The new name of the resource.</p>
253
+ */
254
+ Name?: string;
255
+ /**
256
+ * <p>A new description of the resource.</p>
257
+ */
258
+ Description?: string;
259
+ /**
260
+ * <p>The updated wireless device's configuration.</p>
261
+ */
262
+ LoRaWAN?: LoRaWANUpdateDevice;
263
+ }
264
+ export declare namespace UpdateWirelessDeviceRequest {
265
+ /**
266
+ * @internal
267
+ */
268
+ const filterSensitiveLog: (obj: UpdateWirelessDeviceRequest) => any;
269
+ }
270
+ export interface UpdateWirelessDeviceResponse {
271
+ }
272
+ export declare namespace UpdateWirelessDeviceResponse {
273
+ /**
274
+ * @internal
275
+ */
276
+ const filterSensitiveLog: (obj: UpdateWirelessDeviceResponse) => any;
277
+ }
278
+ export interface UpdateWirelessGatewayRequest {
279
+ /**
280
+ * <p>The ID of the resource to update.</p>
281
+ */
282
+ Id: string | undefined;
283
+ /**
284
+ * <p>The new name of the resource.</p>
285
+ */
286
+ Name?: string;
287
+ /**
288
+ * <p>A new description of the resource.</p>
289
+ */
290
+ Description?: string;
291
+ /**
292
+ * <p>A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.</p>
293
+ */
294
+ JoinEuiFilters?: string[][];
295
+ /**
296
+ * <p>A list of NetId values that are used by LoRa gateways to filter the uplink frames.</p>
297
+ */
298
+ NetIdFilters?: string[];
299
+ }
300
+ export declare namespace UpdateWirelessGatewayRequest {
301
+ /**
302
+ * @internal
303
+ */
304
+ const filterSensitiveLog: (obj: UpdateWirelessGatewayRequest) => any;
305
+ }
306
+ export interface UpdateWirelessGatewayResponse {
307
+ }
308
+ export declare namespace UpdateWirelessGatewayResponse {
309
+ /**
310
+ * @internal
311
+ */
312
+ const filterSensitiveLog: (obj: UpdateWirelessGatewayResponse) => any;
313
+ }
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListPositionConfigurationsCommandInput, ListPositionConfigurationsCommandOutput } from "../commands/ListPositionConfigurationsCommand";
3
+ import { IoTWirelessPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListPositionConfigurations(config: IoTWirelessPaginationConfiguration, input: ListPositionConfigurationsCommandInput, ...additionalArguments: any): Paginator<ListPositionConfigurationsCommandOutput>;
@@ -5,6 +5,7 @@ export * from "./ListFuotaTasksPaginator";
5
5
  export * from "./ListMulticastGroupsByFuotaTaskPaginator";
6
6
  export * from "./ListMulticastGroupsPaginator";
7
7
  export * from "./ListNetworkAnalyzerConfigurationsPaginator";
8
+ export * from "./ListPositionConfigurationsPaginator";
8
9
  export * from "./ListQueuedMessagesPaginator";
9
10
  export * from "./ListServiceProfilesPaginator";
10
11
  export * from "./ListWirelessDevicesPaginator";
@@ -45,6 +45,8 @@ import { GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput } from ".
45
45
  import { GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput } from "../commands/GetMulticastGroupSessionCommand";
46
46
  import { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput } from "../commands/GetNetworkAnalyzerConfigurationCommand";
47
47
  import { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "../commands/GetPartnerAccountCommand";
48
+ import { GetPositionCommandInput, GetPositionCommandOutput } from "../commands/GetPositionCommand";
49
+ import { GetPositionConfigurationCommandInput, GetPositionConfigurationCommandOutput } from "../commands/GetPositionConfigurationCommand";
48
50
  import { GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput } from "../commands/GetResourceEventConfigurationCommand";
49
51
  import { GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput } from "../commands/GetResourceLogLevelCommand";
50
52
  import { GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput } from "../commands/GetServiceEndpointCommand";
@@ -65,12 +67,14 @@ import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaT
65
67
  import { ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput } from "../commands/ListMulticastGroupsCommand";
66
68
  import { ListNetworkAnalyzerConfigurationsCommandInput, ListNetworkAnalyzerConfigurationsCommandOutput } from "../commands/ListNetworkAnalyzerConfigurationsCommand";
67
69
  import { ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput } from "../commands/ListPartnerAccountsCommand";
70
+ import { ListPositionConfigurationsCommandInput, ListPositionConfigurationsCommandOutput } from "../commands/ListPositionConfigurationsCommand";
68
71
  import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "../commands/ListQueuedMessagesCommand";
69
72
  import { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "../commands/ListServiceProfilesCommand";
70
73
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
71
74
  import { ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput } from "../commands/ListWirelessDevicesCommand";
72
75
  import { ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput } from "../commands/ListWirelessGatewaysCommand";
73
76
  import { ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTaskDefinitionsCommandOutput } from "../commands/ListWirelessGatewayTaskDefinitionsCommand";
77
+ import { PutPositionConfigurationCommandInput, PutPositionConfigurationCommandOutput } from "../commands/PutPositionConfigurationCommand";
74
78
  import { PutResourceLogLevelCommandInput, PutResourceLogLevelCommandOutput } from "../commands/PutResourceLogLevelCommand";
75
79
  import { ResetAllResourceLogLevelsCommandInput, ResetAllResourceLogLevelsCommandOutput } from "../commands/ResetAllResourceLogLevelsCommand";
76
80
  import { ResetResourceLogLevelCommandInput, ResetResourceLogLevelCommandOutput } from "../commands/ResetResourceLogLevelCommand";
@@ -90,6 +94,7 @@ import { UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTy
90
94
  import { UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput } from "../commands/UpdateMulticastGroupCommand";
91
95
  import { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput } from "../commands/UpdateNetworkAnalyzerConfigurationCommand";
92
96
  import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "../commands/UpdatePartnerAccountCommand";
97
+ import { UpdatePositionCommandInput, UpdatePositionCommandOutput } from "../commands/UpdatePositionCommand";
93
98
  import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "../commands/UpdateResourceEventConfigurationCommand";
94
99
  import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "../commands/UpdateWirelessDeviceCommand";
95
100
  import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "../commands/UpdateWirelessGatewayCommand";
@@ -138,6 +143,8 @@ export declare const serializeAws_restJson1GetMulticastGroupCommand: (input: Get
138
143
  export declare const serializeAws_restJson1GetMulticastGroupSessionCommand: (input: GetMulticastGroupSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
144
  export declare const serializeAws_restJson1GetNetworkAnalyzerConfigurationCommand: (input: GetNetworkAnalyzerConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
145
  export declare const serializeAws_restJson1GetPartnerAccountCommand: (input: GetPartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
+ export declare const serializeAws_restJson1GetPositionCommand: (input: GetPositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
+ export declare const serializeAws_restJson1GetPositionConfigurationCommand: (input: GetPositionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
148
  export declare const serializeAws_restJson1GetResourceEventConfigurationCommand: (input: GetResourceEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
149
  export declare const serializeAws_restJson1GetResourceLogLevelCommand: (input: GetResourceLogLevelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
150
  export declare const serializeAws_restJson1GetServiceEndpointCommand: (input: GetServiceEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -158,12 +165,14 @@ export declare const serializeAws_restJson1ListMulticastGroupsCommand: (input: L
158
165
  export declare const serializeAws_restJson1ListMulticastGroupsByFuotaTaskCommand: (input: ListMulticastGroupsByFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
166
  export declare const serializeAws_restJson1ListNetworkAnalyzerConfigurationsCommand: (input: ListNetworkAnalyzerConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
167
  export declare const serializeAws_restJson1ListPartnerAccountsCommand: (input: ListPartnerAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
+ export declare const serializeAws_restJson1ListPositionConfigurationsCommand: (input: ListPositionConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
169
  export declare const serializeAws_restJson1ListQueuedMessagesCommand: (input: ListQueuedMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
170
  export declare const serializeAws_restJson1ListServiceProfilesCommand: (input: ListServiceProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
171
  export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
172
  export declare const serializeAws_restJson1ListWirelessDevicesCommand: (input: ListWirelessDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
173
  export declare const serializeAws_restJson1ListWirelessGatewaysCommand: (input: ListWirelessGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
174
  export declare const serializeAws_restJson1ListWirelessGatewayTaskDefinitionsCommand: (input: ListWirelessGatewayTaskDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
+ export declare const serializeAws_restJson1PutPositionConfigurationCommand: (input: PutPositionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
176
  export declare const serializeAws_restJson1PutResourceLogLevelCommand: (input: PutResourceLogLevelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
177
  export declare const serializeAws_restJson1ResetAllResourceLogLevelsCommand: (input: ResetAllResourceLogLevelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
178
  export declare const serializeAws_restJson1ResetResourceLogLevelCommand: (input: ResetResourceLogLevelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -183,6 +192,7 @@ export declare const serializeAws_restJson1UpdateLogLevelsByResourceTypesCommand
183
192
  export declare const serializeAws_restJson1UpdateMulticastGroupCommand: (input: UpdateMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
193
  export declare const serializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand: (input: UpdateNetworkAnalyzerConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
194
  export declare const serializeAws_restJson1UpdatePartnerAccountCommand: (input: UpdatePartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
+ export declare const serializeAws_restJson1UpdatePositionCommand: (input: UpdatePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
196
  export declare const serializeAws_restJson1UpdateResourceEventConfigurationCommand: (input: UpdateResourceEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
197
  export declare const serializeAws_restJson1UpdateWirelessDeviceCommand: (input: UpdateWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
198
  export declare const serializeAws_restJson1UpdateWirelessGatewayCommand: (input: UpdateWirelessGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -231,6 +241,8 @@ export declare const deserializeAws_restJson1GetMulticastGroupCommand: (output:
231
241
  export declare const deserializeAws_restJson1GetMulticastGroupSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMulticastGroupSessionCommandOutput>;
232
242
  export declare const deserializeAws_restJson1GetNetworkAnalyzerConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkAnalyzerConfigurationCommandOutput>;
233
243
  export declare const deserializeAws_restJson1GetPartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPartnerAccountCommandOutput>;
244
+ export declare const deserializeAws_restJson1GetPositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPositionCommandOutput>;
245
+ export declare const deserializeAws_restJson1GetPositionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPositionConfigurationCommandOutput>;
234
246
  export declare const deserializeAws_restJson1GetResourceEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceEventConfigurationCommandOutput>;
235
247
  export declare const deserializeAws_restJson1GetResourceLogLevelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceLogLevelCommandOutput>;
236
248
  export declare const deserializeAws_restJson1GetServiceEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceEndpointCommandOutput>;
@@ -251,12 +263,14 @@ export declare const deserializeAws_restJson1ListMulticastGroupsCommand: (output
251
263
  export declare const deserializeAws_restJson1ListMulticastGroupsByFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMulticastGroupsByFuotaTaskCommandOutput>;
252
264
  export declare const deserializeAws_restJson1ListNetworkAnalyzerConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNetworkAnalyzerConfigurationsCommandOutput>;
253
265
  export declare const deserializeAws_restJson1ListPartnerAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPartnerAccountsCommandOutput>;
266
+ export declare const deserializeAws_restJson1ListPositionConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPositionConfigurationsCommandOutput>;
254
267
  export declare const deserializeAws_restJson1ListQueuedMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuedMessagesCommandOutput>;
255
268
  export declare const deserializeAws_restJson1ListServiceProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceProfilesCommandOutput>;
256
269
  export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
257
270
  export declare const deserializeAws_restJson1ListWirelessDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWirelessDevicesCommandOutput>;
258
271
  export declare const deserializeAws_restJson1ListWirelessGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWirelessGatewaysCommandOutput>;
259
272
  export declare const deserializeAws_restJson1ListWirelessGatewayTaskDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWirelessGatewayTaskDefinitionsCommandOutput>;
273
+ export declare const deserializeAws_restJson1PutPositionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPositionConfigurationCommandOutput>;
260
274
  export declare const deserializeAws_restJson1PutResourceLogLevelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourceLogLevelCommandOutput>;
261
275
  export declare const deserializeAws_restJson1ResetAllResourceLogLevelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetAllResourceLogLevelsCommandOutput>;
262
276
  export declare const deserializeAws_restJson1ResetResourceLogLevelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetResourceLogLevelCommandOutput>;
@@ -276,6 +290,7 @@ export declare const deserializeAws_restJson1UpdateLogLevelsByResourceTypesComma
276
290
  export declare const deserializeAws_restJson1UpdateMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMulticastGroupCommandOutput>;
277
291
  export declare const deserializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNetworkAnalyzerConfigurationCommandOutput>;
278
292
  export declare const deserializeAws_restJson1UpdatePartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePartnerAccountCommandOutput>;
293
+ export declare const deserializeAws_restJson1UpdatePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePositionCommandOutput>;
279
294
  export declare const deserializeAws_restJson1UpdateResourceEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceEventConfigurationCommandOutput>;
280
295
  export declare const deserializeAws_restJson1UpdateWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWirelessDeviceCommandOutput>;
281
296
  export declare const deserializeAws_restJson1UpdateWirelessGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWirelessGatewayCommandOutput>;
@@ -44,6 +44,8 @@ import { GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput } from ".
44
44
  import { GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput } from "./commands/GetMulticastGroupSessionCommand";
45
45
  import { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput } from "./commands/GetNetworkAnalyzerConfigurationCommand";
46
46
  import { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "./commands/GetPartnerAccountCommand";
47
+ import { GetPositionCommandInput, GetPositionCommandOutput } from "./commands/GetPositionCommand";
48
+ import { GetPositionConfigurationCommandInput, GetPositionConfigurationCommandOutput } from "./commands/GetPositionConfigurationCommand";
47
49
  import { GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput } from "./commands/GetResourceEventConfigurationCommand";
48
50
  import { GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput } from "./commands/GetResourceLogLevelCommand";
49
51
  import { GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput } from "./commands/GetServiceEndpointCommand";
@@ -64,12 +66,14 @@ import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaT
64
66
  import { ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput } from "./commands/ListMulticastGroupsCommand";
65
67
  import { ListNetworkAnalyzerConfigurationsCommandInput, ListNetworkAnalyzerConfigurationsCommandOutput } from "./commands/ListNetworkAnalyzerConfigurationsCommand";
66
68
  import { ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput } from "./commands/ListPartnerAccountsCommand";
69
+ import { ListPositionConfigurationsCommandInput, ListPositionConfigurationsCommandOutput } from "./commands/ListPositionConfigurationsCommand";
67
70
  import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "./commands/ListQueuedMessagesCommand";
68
71
  import { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "./commands/ListServiceProfilesCommand";
69
72
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
70
73
  import { ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput } from "./commands/ListWirelessDevicesCommand";
71
74
  import { ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput } from "./commands/ListWirelessGatewaysCommand";
72
75
  import { ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTaskDefinitionsCommandOutput } from "./commands/ListWirelessGatewayTaskDefinitionsCommand";
76
+ import { PutPositionConfigurationCommandInput, PutPositionConfigurationCommandOutput } from "./commands/PutPositionConfigurationCommand";
73
77
  import { PutResourceLogLevelCommandInput, PutResourceLogLevelCommandOutput } from "./commands/PutResourceLogLevelCommand";
74
78
  import { ResetAllResourceLogLevelsCommandInput, ResetAllResourceLogLevelsCommandOutput } from "./commands/ResetAllResourceLogLevelsCommand";
75
79
  import { ResetResourceLogLevelCommandInput, ResetResourceLogLevelCommandOutput } from "./commands/ResetResourceLogLevelCommand";
@@ -89,6 +93,7 @@ import { UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTy
89
93
  import { UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput } from "./commands/UpdateMulticastGroupCommand";
90
94
  import { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput } from "./commands/UpdateNetworkAnalyzerConfigurationCommand";
91
95
  import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "./commands/UpdatePartnerAccountCommand";
96
+ import { UpdatePositionCommandInput, UpdatePositionCommandOutput } from "./commands/UpdatePositionCommand";
92
97
  import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "./commands/UpdateResourceEventConfigurationCommand";
93
98
  import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "./commands/UpdateWirelessDeviceCommand";
94
99
  import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "./commands/UpdateWirelessGatewayCommand";
@@ -276,6 +281,14 @@ export declare class IoTWireless extends IoTWirelessClient {
276
281
  getPartnerAccount(args: GetPartnerAccountCommandInput, cb: (err: any, data?: GetPartnerAccountCommandOutput) => void): void;
277
282
  getPartnerAccount(args: GetPartnerAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPartnerAccountCommandOutput) => void): void;
278
283
 
284
+ getPosition(args: GetPositionCommandInput, options?: __HttpHandlerOptions): Promise<GetPositionCommandOutput>;
285
+ getPosition(args: GetPositionCommandInput, cb: (err: any, data?: GetPositionCommandOutput) => void): void;
286
+ getPosition(args: GetPositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPositionCommandOutput) => void): void;
287
+
288
+ getPositionConfiguration(args: GetPositionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetPositionConfigurationCommandOutput>;
289
+ getPositionConfiguration(args: GetPositionConfigurationCommandInput, cb: (err: any, data?: GetPositionConfigurationCommandOutput) => void): void;
290
+ getPositionConfiguration(args: GetPositionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPositionConfigurationCommandOutput) => void): void;
291
+
279
292
  getResourceEventConfiguration(args: GetResourceEventConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetResourceEventConfigurationCommandOutput>;
280
293
  getResourceEventConfiguration(args: GetResourceEventConfigurationCommandInput, cb: (err: any, data?: GetResourceEventConfigurationCommandOutput) => void): void;
281
294
  getResourceEventConfiguration(args: GetResourceEventConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourceEventConfigurationCommandOutput) => void): void;
@@ -356,6 +369,10 @@ export declare class IoTWireless extends IoTWirelessClient {
356
369
  listPartnerAccounts(args: ListPartnerAccountsCommandInput, cb: (err: any, data?: ListPartnerAccountsCommandOutput) => void): void;
357
370
  listPartnerAccounts(args: ListPartnerAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPartnerAccountsCommandOutput) => void): void;
358
371
 
372
+ listPositionConfigurations(args: ListPositionConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListPositionConfigurationsCommandOutput>;
373
+ listPositionConfigurations(args: ListPositionConfigurationsCommandInput, cb: (err: any, data?: ListPositionConfigurationsCommandOutput) => void): void;
374
+ listPositionConfigurations(args: ListPositionConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPositionConfigurationsCommandOutput) => void): void;
375
+
359
376
  listQueuedMessages(args: ListQueuedMessagesCommandInput, options?: __HttpHandlerOptions): Promise<ListQueuedMessagesCommandOutput>;
360
377
  listQueuedMessages(args: ListQueuedMessagesCommandInput, cb: (err: any, data?: ListQueuedMessagesCommandOutput) => void): void;
361
378
  listQueuedMessages(args: ListQueuedMessagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQueuedMessagesCommandOutput) => void): void;
@@ -380,6 +397,10 @@ export declare class IoTWireless extends IoTWirelessClient {
380
397
  listWirelessGatewayTaskDefinitions(args: ListWirelessGatewayTaskDefinitionsCommandInput, cb: (err: any, data?: ListWirelessGatewayTaskDefinitionsCommandOutput) => void): void;
381
398
  listWirelessGatewayTaskDefinitions(args: ListWirelessGatewayTaskDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWirelessGatewayTaskDefinitionsCommandOutput) => void): void;
382
399
 
400
+ putPositionConfiguration(args: PutPositionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutPositionConfigurationCommandOutput>;
401
+ putPositionConfiguration(args: PutPositionConfigurationCommandInput, cb: (err: any, data?: PutPositionConfigurationCommandOutput) => void): void;
402
+ putPositionConfiguration(args: PutPositionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPositionConfigurationCommandOutput) => void): void;
403
+
383
404
  putResourceLogLevel(args: PutResourceLogLevelCommandInput, options?: __HttpHandlerOptions): Promise<PutResourceLogLevelCommandOutput>;
384
405
  putResourceLogLevel(args: PutResourceLogLevelCommandInput, cb: (err: any, data?: PutResourceLogLevelCommandOutput) => void): void;
385
406
  putResourceLogLevel(args: PutResourceLogLevelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourceLogLevelCommandOutput) => void): void;
@@ -456,6 +477,10 @@ export declare class IoTWireless extends IoTWirelessClient {
456
477
  updatePartnerAccount(args: UpdatePartnerAccountCommandInput, cb: (err: any, data?: UpdatePartnerAccountCommandOutput) => void): void;
457
478
  updatePartnerAccount(args: UpdatePartnerAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePartnerAccountCommandOutput) => void): void;
458
479
 
480
+ updatePosition(args: UpdatePositionCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePositionCommandOutput>;
481
+ updatePosition(args: UpdatePositionCommandInput, cb: (err: any, data?: UpdatePositionCommandOutput) => void): void;
482
+ updatePosition(args: UpdatePositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePositionCommandOutput) => void): void;
483
+
459
484
  updateResourceEventConfiguration(args: UpdateResourceEventConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourceEventConfigurationCommandOutput>;
460
485
  updateResourceEventConfiguration(args: UpdateResourceEventConfigurationCommandInput, cb: (err: any, data?: UpdateResourceEventConfigurationCommandOutput) => void): void;
461
486
  updateResourceEventConfiguration(args: UpdateResourceEventConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceEventConfigurationCommandOutput) => void): void;
@@ -51,6 +51,8 @@ import { GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput } from ".
51
51
  import { GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput } from "./commands/GetMulticastGroupSessionCommand";
52
52
  import { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput } from "./commands/GetNetworkAnalyzerConfigurationCommand";
53
53
  import { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "./commands/GetPartnerAccountCommand";
54
+ import { GetPositionCommandInput, GetPositionCommandOutput } from "./commands/GetPositionCommand";
55
+ import { GetPositionConfigurationCommandInput, GetPositionConfigurationCommandOutput } from "./commands/GetPositionConfigurationCommand";
54
56
  import { GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput } from "./commands/GetResourceEventConfigurationCommand";
55
57
  import { GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput } from "./commands/GetResourceLogLevelCommand";
56
58
  import { GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput } from "./commands/GetServiceEndpointCommand";
@@ -71,12 +73,14 @@ import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaT
71
73
  import { ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput } from "./commands/ListMulticastGroupsCommand";
72
74
  import { ListNetworkAnalyzerConfigurationsCommandInput, ListNetworkAnalyzerConfigurationsCommandOutput } from "./commands/ListNetworkAnalyzerConfigurationsCommand";
73
75
  import { ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput } from "./commands/ListPartnerAccountsCommand";
76
+ import { ListPositionConfigurationsCommandInput, ListPositionConfigurationsCommandOutput } from "./commands/ListPositionConfigurationsCommand";
74
77
  import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "./commands/ListQueuedMessagesCommand";
75
78
  import { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "./commands/ListServiceProfilesCommand";
76
79
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
77
80
  import { ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput } from "./commands/ListWirelessDevicesCommand";
78
81
  import { ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput } from "./commands/ListWirelessGatewaysCommand";
79
82
  import { ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTaskDefinitionsCommandOutput } from "./commands/ListWirelessGatewayTaskDefinitionsCommand";
83
+ import { PutPositionConfigurationCommandInput, PutPositionConfigurationCommandOutput } from "./commands/PutPositionConfigurationCommand";
80
84
  import { PutResourceLogLevelCommandInput, PutResourceLogLevelCommandOutput } from "./commands/PutResourceLogLevelCommand";
81
85
  import { ResetAllResourceLogLevelsCommandInput, ResetAllResourceLogLevelsCommandOutput } from "./commands/ResetAllResourceLogLevelsCommand";
82
86
  import { ResetResourceLogLevelCommandInput, ResetResourceLogLevelCommandOutput } from "./commands/ResetResourceLogLevelCommand";
@@ -96,11 +100,12 @@ import { UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTy
96
100
  import { UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput } from "./commands/UpdateMulticastGroupCommand";
97
101
  import { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput } from "./commands/UpdateNetworkAnalyzerConfigurationCommand";
98
102
  import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "./commands/UpdatePartnerAccountCommand";
103
+ import { UpdatePositionCommandInput, UpdatePositionCommandOutput } from "./commands/UpdatePositionCommand";
99
104
  import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "./commands/UpdateResourceEventConfigurationCommand";
100
105
  import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "./commands/UpdateWirelessDeviceCommand";
101
106
  import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "./commands/UpdateWirelessGatewayCommand";
102
- export declare type ServiceInputTypes = AssociateAwsAccountWithPartnerAccountCommandInput | AssociateMulticastGroupWithFuotaTaskCommandInput | AssociateWirelessDeviceWithFuotaTaskCommandInput | AssociateWirelessDeviceWithMulticastGroupCommandInput | AssociateWirelessDeviceWithThingCommandInput | AssociateWirelessGatewayWithCertificateCommandInput | AssociateWirelessGatewayWithThingCommandInput | CancelMulticastGroupSessionCommandInput | CreateDestinationCommandInput | CreateDeviceProfileCommandInput | CreateFuotaTaskCommandInput | CreateMulticastGroupCommandInput | CreateNetworkAnalyzerConfigurationCommandInput | CreateServiceProfileCommandInput | CreateWirelessDeviceCommandInput | CreateWirelessGatewayCommandInput | CreateWirelessGatewayTaskCommandInput | CreateWirelessGatewayTaskDefinitionCommandInput | DeleteDestinationCommandInput | DeleteDeviceProfileCommandInput | DeleteFuotaTaskCommandInput | DeleteMulticastGroupCommandInput | DeleteNetworkAnalyzerConfigurationCommandInput | DeleteQueuedMessagesCommandInput | DeleteServiceProfileCommandInput | DeleteWirelessDeviceCommandInput | DeleteWirelessGatewayCommandInput | DeleteWirelessGatewayTaskCommandInput | DeleteWirelessGatewayTaskDefinitionCommandInput | DisassociateAwsAccountFromPartnerAccountCommandInput | DisassociateMulticastGroupFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromMulticastGroupCommandInput | DisassociateWirelessDeviceFromThingCommandInput | DisassociateWirelessGatewayFromCertificateCommandInput | DisassociateWirelessGatewayFromThingCommandInput | GetDestinationCommandInput | GetDeviceProfileCommandInput | GetEventConfigurationByResourceTypesCommandInput | GetFuotaTaskCommandInput | GetLogLevelsByResourceTypesCommandInput | GetMulticastGroupCommandInput | GetMulticastGroupSessionCommandInput | GetNetworkAnalyzerConfigurationCommandInput | GetPartnerAccountCommandInput | GetResourceEventConfigurationCommandInput | GetResourceLogLevelCommandInput | GetServiceEndpointCommandInput | GetServiceProfileCommandInput | GetWirelessDeviceCommandInput | GetWirelessDeviceStatisticsCommandInput | GetWirelessGatewayCertificateCommandInput | GetWirelessGatewayCommandInput | GetWirelessGatewayFirmwareInformationCommandInput | GetWirelessGatewayStatisticsCommandInput | GetWirelessGatewayTaskCommandInput | GetWirelessGatewayTaskDefinitionCommandInput | ListDestinationsCommandInput | ListDeviceProfilesCommandInput | ListEventConfigurationsCommandInput | ListFuotaTasksCommandInput | ListMulticastGroupsByFuotaTaskCommandInput | ListMulticastGroupsCommandInput | ListNetworkAnalyzerConfigurationsCommandInput | ListPartnerAccountsCommandInput | ListQueuedMessagesCommandInput | ListServiceProfilesCommandInput | ListTagsForResourceCommandInput | ListWirelessDevicesCommandInput | ListWirelessGatewayTaskDefinitionsCommandInput | ListWirelessGatewaysCommandInput | PutResourceLogLevelCommandInput | ResetAllResourceLogLevelsCommandInput | ResetResourceLogLevelCommandInput | SendDataToMulticastGroupCommandInput | SendDataToWirelessDeviceCommandInput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput | StartFuotaTaskCommandInput | StartMulticastGroupSessionCommandInput | TagResourceCommandInput | TestWirelessDeviceCommandInput | UntagResourceCommandInput | UpdateDestinationCommandInput | UpdateEventConfigurationByResourceTypesCommandInput | UpdateFuotaTaskCommandInput | UpdateLogLevelsByResourceTypesCommandInput | UpdateMulticastGroupCommandInput | UpdateNetworkAnalyzerConfigurationCommandInput | UpdatePartnerAccountCommandInput | UpdateResourceEventConfigurationCommandInput | UpdateWirelessDeviceCommandInput | UpdateWirelessGatewayCommandInput;
103
- export declare type ServiceOutputTypes = AssociateAwsAccountWithPartnerAccountCommandOutput | AssociateMulticastGroupWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithMulticastGroupCommandOutput | AssociateWirelessDeviceWithThingCommandOutput | AssociateWirelessGatewayWithCertificateCommandOutput | AssociateWirelessGatewayWithThingCommandOutput | CancelMulticastGroupSessionCommandOutput | CreateDestinationCommandOutput | CreateDeviceProfileCommandOutput | CreateFuotaTaskCommandOutput | CreateMulticastGroupCommandOutput | CreateNetworkAnalyzerConfigurationCommandOutput | CreateServiceProfileCommandOutput | CreateWirelessDeviceCommandOutput | CreateWirelessGatewayCommandOutput | CreateWirelessGatewayTaskCommandOutput | CreateWirelessGatewayTaskDefinitionCommandOutput | DeleteDestinationCommandOutput | DeleteDeviceProfileCommandOutput | DeleteFuotaTaskCommandOutput | DeleteMulticastGroupCommandOutput | DeleteNetworkAnalyzerConfigurationCommandOutput | DeleteQueuedMessagesCommandOutput | DeleteServiceProfileCommandOutput | DeleteWirelessDeviceCommandOutput | DeleteWirelessGatewayCommandOutput | DeleteWirelessGatewayTaskCommandOutput | DeleteWirelessGatewayTaskDefinitionCommandOutput | DisassociateAwsAccountFromPartnerAccountCommandOutput | DisassociateMulticastGroupFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromMulticastGroupCommandOutput | DisassociateWirelessDeviceFromThingCommandOutput | DisassociateWirelessGatewayFromCertificateCommandOutput | DisassociateWirelessGatewayFromThingCommandOutput | GetDestinationCommandOutput | GetDeviceProfileCommandOutput | GetEventConfigurationByResourceTypesCommandOutput | GetFuotaTaskCommandOutput | GetLogLevelsByResourceTypesCommandOutput | GetMulticastGroupCommandOutput | GetMulticastGroupSessionCommandOutput | GetNetworkAnalyzerConfigurationCommandOutput | GetPartnerAccountCommandOutput | GetResourceEventConfigurationCommandOutput | GetResourceLogLevelCommandOutput | GetServiceEndpointCommandOutput | GetServiceProfileCommandOutput | GetWirelessDeviceCommandOutput | GetWirelessDeviceStatisticsCommandOutput | GetWirelessGatewayCertificateCommandOutput | GetWirelessGatewayCommandOutput | GetWirelessGatewayFirmwareInformationCommandOutput | GetWirelessGatewayStatisticsCommandOutput | GetWirelessGatewayTaskCommandOutput | GetWirelessGatewayTaskDefinitionCommandOutput | ListDestinationsCommandOutput | ListDeviceProfilesCommandOutput | ListEventConfigurationsCommandOutput | ListFuotaTasksCommandOutput | ListMulticastGroupsByFuotaTaskCommandOutput | ListMulticastGroupsCommandOutput | ListNetworkAnalyzerConfigurationsCommandOutput | ListPartnerAccountsCommandOutput | ListQueuedMessagesCommandOutput | ListServiceProfilesCommandOutput | ListTagsForResourceCommandOutput | ListWirelessDevicesCommandOutput | ListWirelessGatewayTaskDefinitionsCommandOutput | ListWirelessGatewaysCommandOutput | PutResourceLogLevelCommandOutput | ResetAllResourceLogLevelsCommandOutput | ResetResourceLogLevelCommandOutput | SendDataToMulticastGroupCommandOutput | SendDataToWirelessDeviceCommandOutput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput | StartFuotaTaskCommandOutput | StartMulticastGroupSessionCommandOutput | TagResourceCommandOutput | TestWirelessDeviceCommandOutput | UntagResourceCommandOutput | UpdateDestinationCommandOutput | UpdateEventConfigurationByResourceTypesCommandOutput | UpdateFuotaTaskCommandOutput | UpdateLogLevelsByResourceTypesCommandOutput | UpdateMulticastGroupCommandOutput | UpdateNetworkAnalyzerConfigurationCommandOutput | UpdatePartnerAccountCommandOutput | UpdateResourceEventConfigurationCommandOutput | UpdateWirelessDeviceCommandOutput | UpdateWirelessGatewayCommandOutput;
107
+ export declare type ServiceInputTypes = AssociateAwsAccountWithPartnerAccountCommandInput | AssociateMulticastGroupWithFuotaTaskCommandInput | AssociateWirelessDeviceWithFuotaTaskCommandInput | AssociateWirelessDeviceWithMulticastGroupCommandInput | AssociateWirelessDeviceWithThingCommandInput | AssociateWirelessGatewayWithCertificateCommandInput | AssociateWirelessGatewayWithThingCommandInput | CancelMulticastGroupSessionCommandInput | CreateDestinationCommandInput | CreateDeviceProfileCommandInput | CreateFuotaTaskCommandInput | CreateMulticastGroupCommandInput | CreateNetworkAnalyzerConfigurationCommandInput | CreateServiceProfileCommandInput | CreateWirelessDeviceCommandInput | CreateWirelessGatewayCommandInput | CreateWirelessGatewayTaskCommandInput | CreateWirelessGatewayTaskDefinitionCommandInput | DeleteDestinationCommandInput | DeleteDeviceProfileCommandInput | DeleteFuotaTaskCommandInput | DeleteMulticastGroupCommandInput | DeleteNetworkAnalyzerConfigurationCommandInput | DeleteQueuedMessagesCommandInput | DeleteServiceProfileCommandInput | DeleteWirelessDeviceCommandInput | DeleteWirelessGatewayCommandInput | DeleteWirelessGatewayTaskCommandInput | DeleteWirelessGatewayTaskDefinitionCommandInput | DisassociateAwsAccountFromPartnerAccountCommandInput | DisassociateMulticastGroupFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromMulticastGroupCommandInput | DisassociateWirelessDeviceFromThingCommandInput | DisassociateWirelessGatewayFromCertificateCommandInput | DisassociateWirelessGatewayFromThingCommandInput | GetDestinationCommandInput | GetDeviceProfileCommandInput | GetEventConfigurationByResourceTypesCommandInput | GetFuotaTaskCommandInput | GetLogLevelsByResourceTypesCommandInput | GetMulticastGroupCommandInput | GetMulticastGroupSessionCommandInput | GetNetworkAnalyzerConfigurationCommandInput | GetPartnerAccountCommandInput | GetPositionCommandInput | GetPositionConfigurationCommandInput | GetResourceEventConfigurationCommandInput | GetResourceLogLevelCommandInput | GetServiceEndpointCommandInput | GetServiceProfileCommandInput | GetWirelessDeviceCommandInput | GetWirelessDeviceStatisticsCommandInput | GetWirelessGatewayCertificateCommandInput | GetWirelessGatewayCommandInput | GetWirelessGatewayFirmwareInformationCommandInput | GetWirelessGatewayStatisticsCommandInput | GetWirelessGatewayTaskCommandInput | GetWirelessGatewayTaskDefinitionCommandInput | ListDestinationsCommandInput | ListDeviceProfilesCommandInput | ListEventConfigurationsCommandInput | ListFuotaTasksCommandInput | ListMulticastGroupsByFuotaTaskCommandInput | ListMulticastGroupsCommandInput | ListNetworkAnalyzerConfigurationsCommandInput | ListPartnerAccountsCommandInput | ListPositionConfigurationsCommandInput | ListQueuedMessagesCommandInput | ListServiceProfilesCommandInput | ListTagsForResourceCommandInput | ListWirelessDevicesCommandInput | ListWirelessGatewayTaskDefinitionsCommandInput | ListWirelessGatewaysCommandInput | PutPositionConfigurationCommandInput | PutResourceLogLevelCommandInput | ResetAllResourceLogLevelsCommandInput | ResetResourceLogLevelCommandInput | SendDataToMulticastGroupCommandInput | SendDataToWirelessDeviceCommandInput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput | StartFuotaTaskCommandInput | StartMulticastGroupSessionCommandInput | TagResourceCommandInput | TestWirelessDeviceCommandInput | UntagResourceCommandInput | UpdateDestinationCommandInput | UpdateEventConfigurationByResourceTypesCommandInput | UpdateFuotaTaskCommandInput | UpdateLogLevelsByResourceTypesCommandInput | UpdateMulticastGroupCommandInput | UpdateNetworkAnalyzerConfigurationCommandInput | UpdatePartnerAccountCommandInput | UpdatePositionCommandInput | UpdateResourceEventConfigurationCommandInput | UpdateWirelessDeviceCommandInput | UpdateWirelessGatewayCommandInput;
108
+ export declare type ServiceOutputTypes = AssociateAwsAccountWithPartnerAccountCommandOutput | AssociateMulticastGroupWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithMulticastGroupCommandOutput | AssociateWirelessDeviceWithThingCommandOutput | AssociateWirelessGatewayWithCertificateCommandOutput | AssociateWirelessGatewayWithThingCommandOutput | CancelMulticastGroupSessionCommandOutput | CreateDestinationCommandOutput | CreateDeviceProfileCommandOutput | CreateFuotaTaskCommandOutput | CreateMulticastGroupCommandOutput | CreateNetworkAnalyzerConfigurationCommandOutput | CreateServiceProfileCommandOutput | CreateWirelessDeviceCommandOutput | CreateWirelessGatewayCommandOutput | CreateWirelessGatewayTaskCommandOutput | CreateWirelessGatewayTaskDefinitionCommandOutput | DeleteDestinationCommandOutput | DeleteDeviceProfileCommandOutput | DeleteFuotaTaskCommandOutput | DeleteMulticastGroupCommandOutput | DeleteNetworkAnalyzerConfigurationCommandOutput | DeleteQueuedMessagesCommandOutput | DeleteServiceProfileCommandOutput | DeleteWirelessDeviceCommandOutput | DeleteWirelessGatewayCommandOutput | DeleteWirelessGatewayTaskCommandOutput | DeleteWirelessGatewayTaskDefinitionCommandOutput | DisassociateAwsAccountFromPartnerAccountCommandOutput | DisassociateMulticastGroupFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromMulticastGroupCommandOutput | DisassociateWirelessDeviceFromThingCommandOutput | DisassociateWirelessGatewayFromCertificateCommandOutput | DisassociateWirelessGatewayFromThingCommandOutput | GetDestinationCommandOutput | GetDeviceProfileCommandOutput | GetEventConfigurationByResourceTypesCommandOutput | GetFuotaTaskCommandOutput | GetLogLevelsByResourceTypesCommandOutput | GetMulticastGroupCommandOutput | GetMulticastGroupSessionCommandOutput | GetNetworkAnalyzerConfigurationCommandOutput | GetPartnerAccountCommandOutput | GetPositionCommandOutput | GetPositionConfigurationCommandOutput | GetResourceEventConfigurationCommandOutput | GetResourceLogLevelCommandOutput | GetServiceEndpointCommandOutput | GetServiceProfileCommandOutput | GetWirelessDeviceCommandOutput | GetWirelessDeviceStatisticsCommandOutput | GetWirelessGatewayCertificateCommandOutput | GetWirelessGatewayCommandOutput | GetWirelessGatewayFirmwareInformationCommandOutput | GetWirelessGatewayStatisticsCommandOutput | GetWirelessGatewayTaskCommandOutput | GetWirelessGatewayTaskDefinitionCommandOutput | ListDestinationsCommandOutput | ListDeviceProfilesCommandOutput | ListEventConfigurationsCommandOutput | ListFuotaTasksCommandOutput | ListMulticastGroupsByFuotaTaskCommandOutput | ListMulticastGroupsCommandOutput | ListNetworkAnalyzerConfigurationsCommandOutput | ListPartnerAccountsCommandOutput | ListPositionConfigurationsCommandOutput | ListQueuedMessagesCommandOutput | ListServiceProfilesCommandOutput | ListTagsForResourceCommandOutput | ListWirelessDevicesCommandOutput | ListWirelessGatewayTaskDefinitionsCommandOutput | ListWirelessGatewaysCommandOutput | PutPositionConfigurationCommandOutput | PutResourceLogLevelCommandOutput | ResetAllResourceLogLevelsCommandOutput | ResetResourceLogLevelCommandOutput | SendDataToMulticastGroupCommandOutput | SendDataToWirelessDeviceCommandOutput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput | StartFuotaTaskCommandOutput | StartMulticastGroupSessionCommandOutput | TagResourceCommandOutput | TestWirelessDeviceCommandOutput | UntagResourceCommandOutput | UpdateDestinationCommandOutput | UpdateEventConfigurationByResourceTypesCommandOutput | UpdateFuotaTaskCommandOutput | UpdateLogLevelsByResourceTypesCommandOutput | UpdateMulticastGroupCommandOutput | UpdateNetworkAnalyzerConfigurationCommandOutput | UpdatePartnerAccountCommandOutput | UpdatePositionCommandOutput | UpdateResourceEventConfigurationCommandOutput | UpdateWirelessDeviceCommandOutput | UpdateWirelessGatewayCommandOutput;
104
109
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
105
110
 
106
111
  requestHandler?: __HttpHandler;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
+ import { GetPositionRequest, GetPositionResponse } from "../models/models_0";
5
+ export interface GetPositionCommandInput extends GetPositionRequest {
6
+ }
7
+ export interface GetPositionCommandOutput extends GetPositionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetPositionCommand extends $Command<GetPositionCommandInput, GetPositionCommandOutput, IoTWirelessClientResolvedConfig> {
11
+ readonly input: GetPositionCommandInput;
12
+ constructor(input: GetPositionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPositionCommandInput, GetPositionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
+ import { GetPositionConfigurationRequest, GetPositionConfigurationResponse } from "../models/models_0";
5
+ export interface GetPositionConfigurationCommandInput extends GetPositionConfigurationRequest {
6
+ }
7
+ export interface GetPositionConfigurationCommandOutput extends GetPositionConfigurationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetPositionConfigurationCommand extends $Command<GetPositionConfigurationCommandInput, GetPositionConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
11
+ readonly input: GetPositionConfigurationCommandInput;
12
+ constructor(input: GetPositionConfigurationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPositionConfigurationCommandInput, GetPositionConfigurationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }