@aws-sdk/client-iot-wireless 3.216.0 → 3.218.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 (88) hide show
  1. package/dist-cjs/IoTWireless.js +45 -0
  2. package/dist-cjs/commands/GetPositionEstimateCommand.js +46 -0
  3. package/dist-cjs/commands/GetResourcePositionCommand.js +46 -0
  4. package/dist-cjs/commands/SendDataToMulticastGroupCommand.js +3 -3
  5. package/dist-cjs/commands/SendDataToWirelessDeviceCommand.js +3 -3
  6. package/dist-cjs/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +3 -3
  7. package/dist-cjs/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +3 -3
  8. package/dist-cjs/commands/StartFuotaTaskCommand.js +3 -3
  9. package/dist-cjs/commands/StartMulticastGroupSessionCommand.js +3 -3
  10. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  11. package/dist-cjs/commands/TestWirelessDeviceCommand.js +3 -3
  12. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  13. package/dist-cjs/commands/UpdateDestinationCommand.js +3 -3
  14. package/dist-cjs/commands/UpdateEventConfigurationByResourceTypesCommand.js +3 -3
  15. package/dist-cjs/commands/UpdateResourcePositionCommand.js +46 -0
  16. package/dist-cjs/commands/index.js +3 -0
  17. package/dist-cjs/endpoint/ruleset.js +1 -1
  18. package/dist-cjs/models/models_0.js +115 -128
  19. package/dist-cjs/models/models_1.js +133 -1
  20. package/dist-cjs/protocols/Aws_restJson1.js +544 -25
  21. package/dist-es/IoTWireless.js +45 -0
  22. package/dist-es/commands/GetPositionEstimateCommand.js +42 -0
  23. package/dist-es/commands/GetResourcePositionCommand.js +42 -0
  24. package/dist-es/commands/SendDataToMulticastGroupCommand.js +1 -1
  25. package/dist-es/commands/SendDataToWirelessDeviceCommand.js +1 -1
  26. package/dist-es/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +1 -1
  27. package/dist-es/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +1 -1
  28. package/dist-es/commands/StartFuotaTaskCommand.js +1 -1
  29. package/dist-es/commands/StartMulticastGroupSessionCommand.js +1 -1
  30. package/dist-es/commands/TagResourceCommand.js +1 -1
  31. package/dist-es/commands/TestWirelessDeviceCommand.js +1 -1
  32. package/dist-es/commands/UntagResourceCommand.js +1 -1
  33. package/dist-es/commands/UpdateDestinationCommand.js +1 -1
  34. package/dist-es/commands/UpdateEventConfigurationByResourceTypesCommand.js +1 -1
  35. package/dist-es/commands/UpdateResourcePositionCommand.js +42 -0
  36. package/dist-es/commands/index.js +3 -0
  37. package/dist-es/endpoint/ruleset.js +1 -1
  38. package/dist-es/models/models_0.js +84 -96
  39. package/dist-es/models/models_1.js +103 -0
  40. package/dist-es/protocols/Aws_restJson1.js +533 -21
  41. package/dist-types/IoTWireless.d.ts +59 -0
  42. package/dist-types/IoTWirelessClient.d.ts +5 -2
  43. package/dist-types/commands/GetPositionCommand.d.ts +7 -0
  44. package/dist-types/commands/GetPositionConfigurationCommand.d.ts +7 -0
  45. package/dist-types/commands/GetPositionEstimateCommand.d.ts +38 -0
  46. package/dist-types/commands/GetResourcePositionCommand.d.ts +39 -0
  47. package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +7 -0
  48. package/dist-types/commands/PutPositionConfigurationCommand.d.ts +6 -0
  49. package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +1 -1
  50. package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +1 -1
  51. package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -1
  52. package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -1
  53. package/dist-types/commands/StartFuotaTaskCommand.d.ts +1 -1
  54. package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +1 -1
  55. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  56. package/dist-types/commands/TestWirelessDeviceCommand.d.ts +1 -1
  57. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateDestinationCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdatePositionCommand.d.ts +6 -0
  61. package/dist-types/commands/UpdateResourcePositionCommand.d.ts +39 -0
  62. package/dist-types/commands/index.d.ts +3 -0
  63. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  64. package/dist-types/models/models_0.d.ts +695 -367
  65. package/dist-types/models/models_1.d.ts +384 -1
  66. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  67. package/dist-types/ts3.4/IoTWireless.d.ts +51 -0
  68. package/dist-types/ts3.4/IoTWirelessClient.d.ts +18 -0
  69. package/dist-types/ts3.4/commands/GetPositionEstimateCommand.d.ts +38 -0
  70. package/dist-types/ts3.4/commands/GetResourcePositionCommand.d.ts +38 -0
  71. package/dist-types/ts3.4/commands/SendDataToMulticastGroupCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/SendDataToWirelessDeviceCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/StartFuotaTaskCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/StartMulticastGroupSessionCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/TestWirelessDeviceCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/UpdateResourcePositionCommand.d.ts +41 -0
  83. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  84. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  85. package/dist-types/ts3.4/models/models_0.d.ts +208 -173
  86. package/dist-types/ts3.4/models/models_1.d.ts +201 -0
  87. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  88. package/package.json +3 -3
@@ -1,4 +1,252 @@
1
- import { ConnectionStatusEventConfiguration, DeviceRegistrationStateEventConfiguration, EventNotificationPartnerType, IdentifierType, JoinEventConfiguration, LogLevel, LoRaWANFuotaTask, LoRaWANMulticast, MessageDeliveryStatusEventConfiguration, PartnerType, Positioning, PositionResourceType, ProximityEventConfiguration, TraceContent, WirelessDeviceLogOption, WirelessGatewayLogOption } from "./models_0";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { IoTWirelessServiceException as __BaseException } from "./IoTWirelessServiceException";
3
+ import { ApplicationConfig, ConnectionStatusEventConfiguration, ConnectionStatusResourceTypeEventConfiguration, DeviceRegistrationStateEventConfiguration, DeviceRegistrationStateResourceTypeEventConfiguration, EventNotificationPartnerType, ExpressionType, IdentifierType, JoinEventConfiguration, JoinResourceTypeEventConfiguration, LogLevel, LoRaWANFuotaTask, LoRaWANMulticast, LoRaWANMulticastSession, LoRaWANSendDataToDevice, MessageDeliveryStatusEventConfiguration, MessageDeliveryStatusResourceTypeEventConfiguration, MulticastWirelessMetadata, PartnerType, Positioning, PositioningConfigStatus, PositionResourceType, ProximityEventConfiguration, ProximityResourceTypeEventConfiguration, Tag, TraceContent, WirelessDeviceLogOption, WirelessGatewayLogOption } from "./models_0";
4
+ export interface SendDataToMulticastGroupRequest {
5
+ /**
6
+ * <p>The ID of the multicast group.</p>
7
+ */
8
+ Id: string | undefined;
9
+ /**
10
+ * <p>The binary to be sent to the end device, encoded in base64.</p>
11
+ */
12
+ PayloadData: string | undefined;
13
+ /**
14
+ * <p>Wireless metadata that is to be sent to multicast group.</p>
15
+ */
16
+ WirelessMetadata: MulticastWirelessMetadata | undefined;
17
+ }
18
+ export interface SendDataToMulticastGroupResponse {
19
+ /**
20
+ * <p>ID of a multicast group message.</p>
21
+ */
22
+ MessageId?: string;
23
+ }
24
+ export declare enum MessageType {
25
+ CUSTOM_COMMAND_ID_GET = "CUSTOM_COMMAND_ID_GET",
26
+ CUSTOM_COMMAND_ID_NOTIFY = "CUSTOM_COMMAND_ID_NOTIFY",
27
+ CUSTOM_COMMAND_ID_RESP = "CUSTOM_COMMAND_ID_RESP",
28
+ CUSTOM_COMMAND_ID_SET = "CUSTOM_COMMAND_ID_SET"
29
+ }
30
+ /**
31
+ * <p>Information about a Sidewalk router.</p>
32
+ */
33
+ export interface SidewalkSendDataToDevice {
34
+ /**
35
+ * <p>The sequence number.</p>
36
+ */
37
+ Seq?: number;
38
+ /**
39
+ * <p>Sidewalk device message type. Default value is <code>CUSTOM_COMMAND_ID_NOTIFY</code>.</p>
40
+ */
41
+ MessageType?: MessageType | string;
42
+ /**
43
+ * <p>The duration of time in seconds to retry sending the ACK.</p>
44
+ */
45
+ AckModeRetryDurationSecs?: number;
46
+ }
47
+ /**
48
+ * <p>WirelessMetadata object.</p>
49
+ */
50
+ export interface WirelessMetadata {
51
+ /**
52
+ * <p>LoRaWAN device info.</p>
53
+ */
54
+ LoRaWAN?: LoRaWANSendDataToDevice;
55
+ /**
56
+ * <p>The Sidewalk account credentials.</p>
57
+ */
58
+ Sidewalk?: SidewalkSendDataToDevice;
59
+ }
60
+ export interface SendDataToWirelessDeviceRequest {
61
+ /**
62
+ * <p>The ID of the wireless device to receive the data.</p>
63
+ */
64
+ Id: string | undefined;
65
+ /**
66
+ * <p>The transmit mode to use to send data to the wireless device. Can be: <code>0</code> for UM (unacknowledge mode) or <code>1</code> for AM (acknowledge mode).</p>
67
+ */
68
+ TransmitMode: number | undefined;
69
+ /**
70
+ * <p>The binary to be sent to the end device, encoded in base64.</p>
71
+ */
72
+ PayloadData: string | undefined;
73
+ /**
74
+ * <p>Metadata about the message request.</p>
75
+ */
76
+ WirelessMetadata?: WirelessMetadata;
77
+ }
78
+ export interface SendDataToWirelessDeviceResponse {
79
+ /**
80
+ * <p>The ID of the message sent to the wireless device.</p>
81
+ */
82
+ MessageId?: string;
83
+ }
84
+ export interface StartBulkAssociateWirelessDeviceWithMulticastGroupRequest {
85
+ /**
86
+ * <p>The ID of the multicast group.</p>
87
+ */
88
+ Id: string | undefined;
89
+ /**
90
+ * <p>Query string used to search for wireless devices as part of the bulk associate and disassociate process.</p>
91
+ */
92
+ QueryString?: string;
93
+ /**
94
+ * <p>The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>
95
+ */
96
+ Tags?: Tag[];
97
+ }
98
+ export interface StartBulkAssociateWirelessDeviceWithMulticastGroupResponse {
99
+ }
100
+ export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest {
101
+ /**
102
+ * <p>The ID of the multicast group.</p>
103
+ */
104
+ Id: string | undefined;
105
+ /**
106
+ * <p>Query string used to search for wireless devices as part of the bulk associate and disassociate process.</p>
107
+ */
108
+ QueryString?: string;
109
+ /**
110
+ * <p>The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>
111
+ */
112
+ Tags?: Tag[];
113
+ }
114
+ export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse {
115
+ }
116
+ /**
117
+ * <p>The LoRaWAN information used to start a FUOTA task.</p>
118
+ */
119
+ export interface LoRaWANStartFuotaTask {
120
+ /**
121
+ * <p>Start time of a FUOTA task.</p>
122
+ */
123
+ StartTime?: Date;
124
+ }
125
+ export interface StartFuotaTaskRequest {
126
+ /**
127
+ * <p>The ID of a FUOTA task.</p>
128
+ */
129
+ Id: string | undefined;
130
+ /**
131
+ * <p>The LoRaWAN information used to start a FUOTA task.</p>
132
+ */
133
+ LoRaWAN?: LoRaWANStartFuotaTask;
134
+ }
135
+ export interface StartFuotaTaskResponse {
136
+ }
137
+ export interface StartMulticastGroupSessionRequest {
138
+ /**
139
+ * <p>The ID of the multicast group.</p>
140
+ */
141
+ Id: string | undefined;
142
+ /**
143
+ * <p>The LoRaWAN information used with the multicast session.</p>
144
+ */
145
+ LoRaWAN: LoRaWANMulticastSession | undefined;
146
+ }
147
+ export interface StartMulticastGroupSessionResponse {
148
+ }
149
+ export interface TagResourceRequest {
150
+ /**
151
+ * <p>The ARN of the resource to add tags to.</p>
152
+ */
153
+ ResourceArn: string | undefined;
154
+ /**
155
+ * <p>Adds to or modifies the tags of the given resource. Tags are metadata that you can use to manage a resource.</p>
156
+ */
157
+ Tags: Tag[] | undefined;
158
+ }
159
+ export interface TagResourceResponse {
160
+ }
161
+ /**
162
+ * <p>The request was denied because the resource can't have any more tags.</p>
163
+ */
164
+ export declare class TooManyTagsException extends __BaseException {
165
+ readonly name: "TooManyTagsException";
166
+ readonly $fault: "client";
167
+ Message?: string;
168
+ /**
169
+ * <p>Name of the resource that exceeds maximum number of tags allowed.</p>
170
+ */
171
+ ResourceName?: string;
172
+ /**
173
+ * @internal
174
+ */
175
+ constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
176
+ }
177
+ export interface TestWirelessDeviceRequest {
178
+ /**
179
+ * <p>The ID of the wireless device to test.</p>
180
+ */
181
+ Id: string | undefined;
182
+ }
183
+ export interface TestWirelessDeviceResponse {
184
+ /**
185
+ * <p>The result returned by the test.</p>
186
+ */
187
+ Result?: string;
188
+ }
189
+ export interface UntagResourceRequest {
190
+ /**
191
+ * <p>The ARN of the resource to remove tags from.</p>
192
+ */
193
+ ResourceArn: string | undefined;
194
+ /**
195
+ * <p>A list of the keys of the tags to remove from the resource.</p>
196
+ */
197
+ TagKeys: string[] | undefined;
198
+ }
199
+ export interface UntagResourceResponse {
200
+ }
201
+ export interface UpdateDestinationRequest {
202
+ /**
203
+ * <p>The new name of the resource.</p>
204
+ */
205
+ Name: string | undefined;
206
+ /**
207
+ * <p>The type of value in <code>Expression</code>.</p>
208
+ */
209
+ ExpressionType?: ExpressionType | string;
210
+ /**
211
+ * <p>The new rule name or topic rule to send messages to.</p>
212
+ */
213
+ Expression?: string;
214
+ /**
215
+ * <p>A new description of the resource.</p>
216
+ */
217
+ Description?: string;
218
+ /**
219
+ * <p>The ARN of the IAM Role that authorizes the destination.</p>
220
+ */
221
+ RoleArn?: string;
222
+ }
223
+ export interface UpdateDestinationResponse {
224
+ }
225
+ export interface UpdateEventConfigurationByResourceTypesRequest {
226
+ /**
227
+ * <p>Device registration state resource type event configuration object for enabling and disabling wireless
228
+ * gateway topic.</p>
229
+ */
230
+ DeviceRegistrationState?: DeviceRegistrationStateResourceTypeEventConfiguration;
231
+ /**
232
+ * <p>Proximity resource type event configuration object for enabling and disabling wireless gateway topic.</p>
233
+ */
234
+ Proximity?: ProximityResourceTypeEventConfiguration;
235
+ /**
236
+ * <p>Join resource type event configuration object for enabling and disabling wireless device topic.</p>
237
+ */
238
+ Join?: JoinResourceTypeEventConfiguration;
239
+ /**
240
+ * <p>Connection status resource type event configuration object for enabling and disabling wireless gateway topic.</p>
241
+ */
242
+ ConnectionStatus?: ConnectionStatusResourceTypeEventConfiguration;
243
+ /**
244
+ * <p>Message delivery status resource type event configuration object for enabling and disabling wireless device topic.</p>
245
+ */
246
+ MessageDeliveryStatus?: MessageDeliveryStatusResourceTypeEventConfiguration;
247
+ }
248
+ export interface UpdateEventConfigurationByResourceTypesResponse {
249
+ }
2
250
  export interface UpdateFuotaTaskRequest {
3
251
  /**
4
252
  * <p>The ID of a FUOTA task.</p>
@@ -178,6 +426,25 @@ export interface UpdateResourceEventConfigurationRequest {
178
426
  }
179
427
  export interface UpdateResourceEventConfigurationResponse {
180
428
  }
429
+ export interface UpdateResourcePositionRequest {
430
+ /**
431
+ * <p>The identifier of the resource for which position information is updated. It can be the wireless
432
+ * device ID or the wireless gateway ID depending on the resource type.</p>
433
+ */
434
+ ResourceIdentifier: string | undefined;
435
+ /**
436
+ * <p>The type of resource for which position information is updated, which can be a wireless device or a
437
+ * wireless gateway.</p>
438
+ */
439
+ ResourceType: PositionResourceType | string | undefined;
440
+ /**
441
+ * <p>The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format,
442
+ * which a format that's used to encode geographic data structures. For more information, see <a href="https://geojson.org/">GeoJSON</a>.</p>
443
+ */
444
+ GeoJsonPayload?: Uint8Array;
445
+ }
446
+ export interface UpdateResourcePositionResponse {
447
+ }
181
448
  /**
182
449
  * <p>ABP device object for LoRaWAN specification v1.0.x</p>
183
450
  */
@@ -204,6 +471,10 @@ export interface UpdateFPorts {
204
471
  * <p>Positioning FPorts for the ClockSync, Stream, and GNSS functions.</p>
205
472
  */
206
473
  Positioning?: Positioning;
474
+ /**
475
+ * <p>LoRaWAN application, which can be used for geolocation by activating positioning.</p>
476
+ */
477
+ Applications?: ApplicationConfig[];
207
478
  }
208
479
  /**
209
480
  * <p>LoRaWAN object for update functions.</p>
@@ -251,6 +522,10 @@ export interface UpdateWirelessDeviceRequest {
251
522
  * <p>The updated wireless device's configuration.</p>
252
523
  */
253
524
  LoRaWAN?: LoRaWANUpdateDevice;
525
+ /**
526
+ * <p>FPort values for the GNSS, stream, and ClockSync functions of the positioning information.</p>
527
+ */
528
+ Positioning?: PositioningConfigStatus | string;
254
529
  }
255
530
  export interface UpdateWirelessDeviceResponse {
256
531
  }
@@ -278,6 +553,106 @@ export interface UpdateWirelessGatewayRequest {
278
553
  }
279
554
  export interface UpdateWirelessGatewayResponse {
280
555
  }
556
+ /**
557
+ * @internal
558
+ */
559
+ export declare const SendDataToMulticastGroupRequestFilterSensitiveLog: (obj: SendDataToMulticastGroupRequest) => any;
560
+ /**
561
+ * @internal
562
+ */
563
+ export declare const SendDataToMulticastGroupResponseFilterSensitiveLog: (obj: SendDataToMulticastGroupResponse) => any;
564
+ /**
565
+ * @internal
566
+ */
567
+ export declare const SidewalkSendDataToDeviceFilterSensitiveLog: (obj: SidewalkSendDataToDevice) => any;
568
+ /**
569
+ * @internal
570
+ */
571
+ export declare const WirelessMetadataFilterSensitiveLog: (obj: WirelessMetadata) => any;
572
+ /**
573
+ * @internal
574
+ */
575
+ export declare const SendDataToWirelessDeviceRequestFilterSensitiveLog: (obj: SendDataToWirelessDeviceRequest) => any;
576
+ /**
577
+ * @internal
578
+ */
579
+ export declare const SendDataToWirelessDeviceResponseFilterSensitiveLog: (obj: SendDataToWirelessDeviceResponse) => any;
580
+ /**
581
+ * @internal
582
+ */
583
+ export declare const StartBulkAssociateWirelessDeviceWithMulticastGroupRequestFilterSensitiveLog: (obj: StartBulkAssociateWirelessDeviceWithMulticastGroupRequest) => any;
584
+ /**
585
+ * @internal
586
+ */
587
+ export declare const StartBulkAssociateWirelessDeviceWithMulticastGroupResponseFilterSensitiveLog: (obj: StartBulkAssociateWirelessDeviceWithMulticastGroupResponse) => any;
588
+ /**
589
+ * @internal
590
+ */
591
+ export declare const StartBulkDisassociateWirelessDeviceFromMulticastGroupRequestFilterSensitiveLog: (obj: StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest) => any;
592
+ /**
593
+ * @internal
594
+ */
595
+ export declare const StartBulkDisassociateWirelessDeviceFromMulticastGroupResponseFilterSensitiveLog: (obj: StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse) => any;
596
+ /**
597
+ * @internal
598
+ */
599
+ export declare const LoRaWANStartFuotaTaskFilterSensitiveLog: (obj: LoRaWANStartFuotaTask) => any;
600
+ /**
601
+ * @internal
602
+ */
603
+ export declare const StartFuotaTaskRequestFilterSensitiveLog: (obj: StartFuotaTaskRequest) => any;
604
+ /**
605
+ * @internal
606
+ */
607
+ export declare const StartFuotaTaskResponseFilterSensitiveLog: (obj: StartFuotaTaskResponse) => any;
608
+ /**
609
+ * @internal
610
+ */
611
+ export declare const StartMulticastGroupSessionRequestFilterSensitiveLog: (obj: StartMulticastGroupSessionRequest) => any;
612
+ /**
613
+ * @internal
614
+ */
615
+ export declare const StartMulticastGroupSessionResponseFilterSensitiveLog: (obj: StartMulticastGroupSessionResponse) => any;
616
+ /**
617
+ * @internal
618
+ */
619
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
620
+ /**
621
+ * @internal
622
+ */
623
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
624
+ /**
625
+ * @internal
626
+ */
627
+ export declare const TestWirelessDeviceRequestFilterSensitiveLog: (obj: TestWirelessDeviceRequest) => any;
628
+ /**
629
+ * @internal
630
+ */
631
+ export declare const TestWirelessDeviceResponseFilterSensitiveLog: (obj: TestWirelessDeviceResponse) => any;
632
+ /**
633
+ * @internal
634
+ */
635
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
636
+ /**
637
+ * @internal
638
+ */
639
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
640
+ /**
641
+ * @internal
642
+ */
643
+ export declare const UpdateDestinationRequestFilterSensitiveLog: (obj: UpdateDestinationRequest) => any;
644
+ /**
645
+ * @internal
646
+ */
647
+ export declare const UpdateDestinationResponseFilterSensitiveLog: (obj: UpdateDestinationResponse) => any;
648
+ /**
649
+ * @internal
650
+ */
651
+ export declare const UpdateEventConfigurationByResourceTypesRequestFilterSensitiveLog: (obj: UpdateEventConfigurationByResourceTypesRequest) => any;
652
+ /**
653
+ * @internal
654
+ */
655
+ export declare const UpdateEventConfigurationByResourceTypesResponseFilterSensitiveLog: (obj: UpdateEventConfigurationByResourceTypesResponse) => any;
281
656
  /**
282
657
  * @internal
283
658
  */
@@ -338,6 +713,14 @@ export declare const UpdateResourceEventConfigurationRequestFilterSensitiveLog:
338
713
  * @internal
339
714
  */
340
715
  export declare const UpdateResourceEventConfigurationResponseFilterSensitiveLog: (obj: UpdateResourceEventConfigurationResponse) => any;
716
+ /**
717
+ * @internal
718
+ */
719
+ export declare const UpdateResourcePositionRequestFilterSensitiveLog: (obj: UpdateResourcePositionRequest) => any;
720
+ /**
721
+ * @internal
722
+ */
723
+ export declare const UpdateResourcePositionResponseFilterSensitiveLog: (obj: UpdateResourcePositionResponse) => any;
341
724
  /**
342
725
  * @internal
343
726
  */
@@ -47,8 +47,10 @@ import { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigur
47
47
  import { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "../commands/GetPartnerAccountCommand";
48
48
  import { GetPositionCommandInput, GetPositionCommandOutput } from "../commands/GetPositionCommand";
49
49
  import { GetPositionConfigurationCommandInput, GetPositionConfigurationCommandOutput } from "../commands/GetPositionConfigurationCommand";
50
+ import { GetPositionEstimateCommandInput, GetPositionEstimateCommandOutput } from "../commands/GetPositionEstimateCommand";
50
51
  import { GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput } from "../commands/GetResourceEventConfigurationCommand";
51
52
  import { GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput } from "../commands/GetResourceLogLevelCommand";
53
+ import { GetResourcePositionCommandInput, GetResourcePositionCommandOutput } from "../commands/GetResourcePositionCommand";
52
54
  import { GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput } from "../commands/GetServiceEndpointCommand";
53
55
  import { GetServiceProfileCommandInput, GetServiceProfileCommandOutput } from "../commands/GetServiceProfileCommand";
54
56
  import { GetWirelessDeviceCommandInput, GetWirelessDeviceCommandOutput } from "../commands/GetWirelessDeviceCommand";
@@ -96,6 +98,7 @@ import { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerCo
96
98
  import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "../commands/UpdatePartnerAccountCommand";
97
99
  import { UpdatePositionCommandInput, UpdatePositionCommandOutput } from "../commands/UpdatePositionCommand";
98
100
  import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "../commands/UpdateResourceEventConfigurationCommand";
101
+ import { UpdateResourcePositionCommandInput, UpdateResourcePositionCommandOutput } from "../commands/UpdateResourcePositionCommand";
99
102
  import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "../commands/UpdateWirelessDeviceCommand";
100
103
  import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "../commands/UpdateWirelessGatewayCommand";
101
104
  export declare const serializeAws_restJson1AssociateAwsAccountWithPartnerAccountCommand: (input: AssociateAwsAccountWithPartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -145,8 +148,10 @@ export declare const serializeAws_restJson1GetNetworkAnalyzerConfigurationComman
145
148
  export declare const serializeAws_restJson1GetPartnerAccountCommand: (input: GetPartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
149
  export declare const serializeAws_restJson1GetPositionCommand: (input: GetPositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
150
  export declare const serializeAws_restJson1GetPositionConfigurationCommand: (input: GetPositionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
+ export declare const serializeAws_restJson1GetPositionEstimateCommand: (input: GetPositionEstimateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
152
  export declare const serializeAws_restJson1GetResourceEventConfigurationCommand: (input: GetResourceEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
153
  export declare const serializeAws_restJson1GetResourceLogLevelCommand: (input: GetResourceLogLevelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_restJson1GetResourcePositionCommand: (input: GetResourcePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
155
  export declare const serializeAws_restJson1GetServiceEndpointCommand: (input: GetServiceEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
156
  export declare const serializeAws_restJson1GetServiceProfileCommand: (input: GetServiceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
157
  export declare const serializeAws_restJson1GetWirelessDeviceCommand: (input: GetWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -194,6 +199,7 @@ export declare const serializeAws_restJson1UpdateNetworkAnalyzerConfigurationCom
194
199
  export declare const serializeAws_restJson1UpdatePartnerAccountCommand: (input: UpdatePartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
200
  export declare const serializeAws_restJson1UpdatePositionCommand: (input: UpdatePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
201
  export declare const serializeAws_restJson1UpdateResourceEventConfigurationCommand: (input: UpdateResourceEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_restJson1UpdateResourcePositionCommand: (input: UpdateResourcePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
203
  export declare const serializeAws_restJson1UpdateWirelessDeviceCommand: (input: UpdateWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
204
  export declare const serializeAws_restJson1UpdateWirelessGatewayCommand: (input: UpdateWirelessGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
205
  export declare const deserializeAws_restJson1AssociateAwsAccountWithPartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAwsAccountWithPartnerAccountCommandOutput>;
@@ -243,8 +249,10 @@ export declare const deserializeAws_restJson1GetNetworkAnalyzerConfigurationComm
243
249
  export declare const deserializeAws_restJson1GetPartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPartnerAccountCommandOutput>;
244
250
  export declare const deserializeAws_restJson1GetPositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPositionCommandOutput>;
245
251
  export declare const deserializeAws_restJson1GetPositionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPositionConfigurationCommandOutput>;
252
+ export declare const deserializeAws_restJson1GetPositionEstimateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPositionEstimateCommandOutput>;
246
253
  export declare const deserializeAws_restJson1GetResourceEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceEventConfigurationCommandOutput>;
247
254
  export declare const deserializeAws_restJson1GetResourceLogLevelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceLogLevelCommandOutput>;
255
+ export declare const deserializeAws_restJson1GetResourcePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePositionCommandOutput>;
248
256
  export declare const deserializeAws_restJson1GetServiceEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceEndpointCommandOutput>;
249
257
  export declare const deserializeAws_restJson1GetServiceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceProfileCommandOutput>;
250
258
  export declare const deserializeAws_restJson1GetWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWirelessDeviceCommandOutput>;
@@ -292,5 +300,6 @@ export declare const deserializeAws_restJson1UpdateNetworkAnalyzerConfigurationC
292
300
  export declare const deserializeAws_restJson1UpdatePartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePartnerAccountCommandOutput>;
293
301
  export declare const deserializeAws_restJson1UpdatePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePositionCommandOutput>;
294
302
  export declare const deserializeAws_restJson1UpdateResourceEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceEventConfigurationCommandOutput>;
303
+ export declare const deserializeAws_restJson1UpdateResourcePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourcePositionCommandOutput>;
295
304
  export declare const deserializeAws_restJson1UpdateWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWirelessDeviceCommandOutput>;
296
305
  export declare const deserializeAws_restJson1UpdateWirelessGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWirelessGatewayCommandOutput>;
@@ -187,6 +187,10 @@ import {
187
187
  GetPositionConfigurationCommandInput,
188
188
  GetPositionConfigurationCommandOutput,
189
189
  } from "./commands/GetPositionConfigurationCommand";
190
+ import {
191
+ GetPositionEstimateCommandInput,
192
+ GetPositionEstimateCommandOutput,
193
+ } from "./commands/GetPositionEstimateCommand";
190
194
  import {
191
195
  GetResourceEventConfigurationCommandInput,
192
196
  GetResourceEventConfigurationCommandOutput,
@@ -195,6 +199,10 @@ import {
195
199
  GetResourceLogLevelCommandInput,
196
200
  GetResourceLogLevelCommandOutput,
197
201
  } from "./commands/GetResourceLogLevelCommand";
202
+ import {
203
+ GetResourcePositionCommandInput,
204
+ GetResourcePositionCommandOutput,
205
+ } from "./commands/GetResourcePositionCommand";
198
206
  import {
199
207
  GetServiceEndpointCommandInput,
200
208
  GetServiceEndpointCommandOutput,
@@ -383,6 +391,10 @@ import {
383
391
  UpdateResourceEventConfigurationCommandInput,
384
392
  UpdateResourceEventConfigurationCommandOutput,
385
393
  } from "./commands/UpdateResourceEventConfigurationCommand";
394
+ import {
395
+ UpdateResourcePositionCommandInput,
396
+ UpdateResourcePositionCommandOutput,
397
+ } from "./commands/UpdateResourcePositionCommand";
386
398
  import {
387
399
  UpdateWirelessDeviceCommandInput,
388
400
  UpdateWirelessDeviceCommandOutput,
@@ -1112,6 +1124,19 @@ export declare class IoTWireless extends IoTWirelessClient {
1112
1124
  options: __HttpHandlerOptions,
1113
1125
  cb: (err: any, data?: GetPositionConfigurationCommandOutput) => void
1114
1126
  ): void;
1127
+ getPositionEstimate(
1128
+ args: GetPositionEstimateCommandInput,
1129
+ options?: __HttpHandlerOptions
1130
+ ): Promise<GetPositionEstimateCommandOutput>;
1131
+ getPositionEstimate(
1132
+ args: GetPositionEstimateCommandInput,
1133
+ cb: (err: any, data?: GetPositionEstimateCommandOutput) => void
1134
+ ): void;
1135
+ getPositionEstimate(
1136
+ args: GetPositionEstimateCommandInput,
1137
+ options: __HttpHandlerOptions,
1138
+ cb: (err: any, data?: GetPositionEstimateCommandOutput) => void
1139
+ ): void;
1115
1140
  getResourceEventConfiguration(
1116
1141
  args: GetResourceEventConfigurationCommandInput,
1117
1142
  options?: __HttpHandlerOptions
@@ -1138,6 +1163,19 @@ export declare class IoTWireless extends IoTWirelessClient {
1138
1163
  options: __HttpHandlerOptions,
1139
1164
  cb: (err: any, data?: GetResourceLogLevelCommandOutput) => void
1140
1165
  ): void;
1166
+ getResourcePosition(
1167
+ args: GetResourcePositionCommandInput,
1168
+ options?: __HttpHandlerOptions
1169
+ ): Promise<GetResourcePositionCommandOutput>;
1170
+ getResourcePosition(
1171
+ args: GetResourcePositionCommandInput,
1172
+ cb: (err: any, data?: GetResourcePositionCommandOutput) => void
1173
+ ): void;
1174
+ getResourcePosition(
1175
+ args: GetResourcePositionCommandInput,
1176
+ options: __HttpHandlerOptions,
1177
+ cb: (err: any, data?: GetResourcePositionCommandOutput) => void
1178
+ ): void;
1141
1179
  getServiceEndpoint(
1142
1180
  args: GetServiceEndpointCommandInput,
1143
1181
  options?: __HttpHandlerOptions
@@ -1791,6 +1829,19 @@ export declare class IoTWireless extends IoTWirelessClient {
1791
1829
  options: __HttpHandlerOptions,
1792
1830
  cb: (err: any, data?: UpdateResourceEventConfigurationCommandOutput) => void
1793
1831
  ): void;
1832
+ updateResourcePosition(
1833
+ args: UpdateResourcePositionCommandInput,
1834
+ options?: __HttpHandlerOptions
1835
+ ): Promise<UpdateResourcePositionCommandOutput>;
1836
+ updateResourcePosition(
1837
+ args: UpdateResourcePositionCommandInput,
1838
+ cb: (err: any, data?: UpdateResourcePositionCommandOutput) => void
1839
+ ): void;
1840
+ updateResourcePosition(
1841
+ args: UpdateResourcePositionCommandInput,
1842
+ options: __HttpHandlerOptions,
1843
+ cb: (err: any, data?: UpdateResourcePositionCommandOutput) => void
1844
+ ): void;
1794
1845
  updateWirelessDevice(
1795
1846
  args: UpdateWirelessDeviceCommandInput,
1796
1847
  options?: __HttpHandlerOptions
@@ -231,6 +231,10 @@ import {
231
231
  GetPositionConfigurationCommandInput,
232
232
  GetPositionConfigurationCommandOutput,
233
233
  } from "./commands/GetPositionConfigurationCommand";
234
+ import {
235
+ GetPositionEstimateCommandInput,
236
+ GetPositionEstimateCommandOutput,
237
+ } from "./commands/GetPositionEstimateCommand";
234
238
  import {
235
239
  GetResourceEventConfigurationCommandInput,
236
240
  GetResourceEventConfigurationCommandOutput,
@@ -239,6 +243,10 @@ import {
239
243
  GetResourceLogLevelCommandInput,
240
244
  GetResourceLogLevelCommandOutput,
241
245
  } from "./commands/GetResourceLogLevelCommand";
246
+ import {
247
+ GetResourcePositionCommandInput,
248
+ GetResourcePositionCommandOutput,
249
+ } from "./commands/GetResourcePositionCommand";
242
250
  import {
243
251
  GetServiceEndpointCommandInput,
244
252
  GetServiceEndpointCommandOutput,
@@ -427,6 +435,10 @@ import {
427
435
  UpdateResourceEventConfigurationCommandInput,
428
436
  UpdateResourceEventConfigurationCommandOutput,
429
437
  } from "./commands/UpdateResourceEventConfigurationCommand";
438
+ import {
439
+ UpdateResourcePositionCommandInput,
440
+ UpdateResourcePositionCommandOutput,
441
+ } from "./commands/UpdateResourcePositionCommand";
430
442
  import {
431
443
  UpdateWirelessDeviceCommandInput,
432
444
  UpdateWirelessDeviceCommandOutput,
@@ -488,8 +500,10 @@ export declare type ServiceInputTypes =
488
500
  | GetPartnerAccountCommandInput
489
501
  | GetPositionCommandInput
490
502
  | GetPositionConfigurationCommandInput
503
+ | GetPositionEstimateCommandInput
491
504
  | GetResourceEventConfigurationCommandInput
492
505
  | GetResourceLogLevelCommandInput
506
+ | GetResourcePositionCommandInput
493
507
  | GetServiceEndpointCommandInput
494
508
  | GetServiceProfileCommandInput
495
509
  | GetWirelessDeviceCommandInput
@@ -537,6 +551,7 @@ export declare type ServiceInputTypes =
537
551
  | UpdatePartnerAccountCommandInput
538
552
  | UpdatePositionCommandInput
539
553
  | UpdateResourceEventConfigurationCommandInput
554
+ | UpdateResourcePositionCommandInput
540
555
  | UpdateWirelessDeviceCommandInput
541
556
  | UpdateWirelessGatewayCommandInput;
542
557
  export declare type ServiceOutputTypes =
@@ -587,8 +602,10 @@ export declare type ServiceOutputTypes =
587
602
  | GetPartnerAccountCommandOutput
588
603
  | GetPositionCommandOutput
589
604
  | GetPositionConfigurationCommandOutput
605
+ | GetPositionEstimateCommandOutput
590
606
  | GetResourceEventConfigurationCommandOutput
591
607
  | GetResourceLogLevelCommandOutput
608
+ | GetResourcePositionCommandOutput
592
609
  | GetServiceEndpointCommandOutput
593
610
  | GetServiceProfileCommandOutput
594
611
  | GetWirelessDeviceCommandOutput
@@ -636,6 +653,7 @@ export declare type ServiceOutputTypes =
636
653
  | UpdatePartnerAccountCommandOutput
637
654
  | UpdatePositionCommandOutput
638
655
  | UpdateResourceEventConfigurationCommandOutput
656
+ | UpdateResourcePositionCommandOutput
639
657
  | UpdateWirelessDeviceCommandOutput
640
658
  | UpdateWirelessGatewayCommandOutput;
641
659
  export interface ClientDefaults
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ IoTWirelessClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../IoTWirelessClient";
14
+ import {
15
+ GetPositionEstimateRequest,
16
+ GetPositionEstimateResponse,
17
+ } from "../models/models_0";
18
+ export interface GetPositionEstimateCommandInput
19
+ extends GetPositionEstimateRequest {}
20
+ export interface GetPositionEstimateCommandOutput
21
+ extends GetPositionEstimateResponse,
22
+ __MetadataBearer {}
23
+ export declare class GetPositionEstimateCommand extends $Command<
24
+ GetPositionEstimateCommandInput,
25
+ GetPositionEstimateCommandOutput,
26
+ IoTWirelessClientResolvedConfig
27
+ > {
28
+ readonly input: GetPositionEstimateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetPositionEstimateCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: IoTWirelessClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetPositionEstimateCommandInput, GetPositionEstimateCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }