@aws-sdk/client-iot-wireless 3.215.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.
- package/dist-cjs/IoTWireless.js +45 -0
- package/dist-cjs/commands/GetPositionEstimateCommand.js +46 -0
- package/dist-cjs/commands/GetResourcePositionCommand.js +46 -0
- package/dist-cjs/commands/SendDataToMulticastGroupCommand.js +3 -3
- package/dist-cjs/commands/SendDataToWirelessDeviceCommand.js +3 -3
- package/dist-cjs/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +3 -3
- package/dist-cjs/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +3 -3
- package/dist-cjs/commands/StartFuotaTaskCommand.js +3 -3
- package/dist-cjs/commands/StartMulticastGroupSessionCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/TestWirelessDeviceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateDestinationCommand.js +3 -3
- package/dist-cjs/commands/UpdateEventConfigurationByResourceTypesCommand.js +3 -3
- package/dist-cjs/commands/UpdateResourcePositionCommand.js +46 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/models_0.js +115 -128
- package/dist-cjs/models/models_1.js +133 -1
- package/dist-cjs/protocols/Aws_restJson1.js +544 -25
- package/dist-es/IoTWireless.js +45 -0
- package/dist-es/commands/GetPositionEstimateCommand.js +42 -0
- package/dist-es/commands/GetResourcePositionCommand.js +42 -0
- package/dist-es/commands/SendDataToMulticastGroupCommand.js +1 -1
- package/dist-es/commands/SendDataToWirelessDeviceCommand.js +1 -1
- package/dist-es/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +1 -1
- package/dist-es/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +1 -1
- package/dist-es/commands/StartFuotaTaskCommand.js +1 -1
- package/dist-es/commands/StartMulticastGroupSessionCommand.js +1 -1
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/TestWirelessDeviceCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateDestinationCommand.js +1 -1
- package/dist-es/commands/UpdateEventConfigurationByResourceTypesCommand.js +1 -1
- package/dist-es/commands/UpdateResourcePositionCommand.js +42 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +84 -96
- package/dist-es/models/models_1.js +103 -0
- package/dist-es/protocols/Aws_restJson1.js +533 -21
- package/dist-types/IoTWireless.d.ts +59 -0
- package/dist-types/IoTWirelessClient.d.ts +5 -2
- package/dist-types/commands/GetPositionCommand.d.ts +7 -0
- package/dist-types/commands/GetPositionConfigurationCommand.d.ts +7 -0
- package/dist-types/commands/GetPositionEstimateCommand.d.ts +38 -0
- package/dist-types/commands/GetResourcePositionCommand.d.ts +39 -0
- package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +7 -0
- package/dist-types/commands/PutPositionConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/StartFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDestinationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePositionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateResourcePositionCommand.d.ts +39 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +695 -367
- package/dist-types/models/models_1.d.ts +384 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/IoTWireless.d.ts +51 -0
- package/dist-types/ts3.4/IoTWirelessClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/GetPositionEstimateCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetResourcePositionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/SendDataToMulticastGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendDataToWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartFuotaTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMulticastGroupSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateResourcePositionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +208 -173
- package/dist-types/ts3.4/models/models_1.d.ts +201 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +4 -4
|
@@ -1,21 +1,133 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { IoTWirelessServiceException as __BaseException } from "./IoTWirelessServiceException";
|
|
1
3
|
import {
|
|
4
|
+
ApplicationConfig,
|
|
2
5
|
ConnectionStatusEventConfiguration,
|
|
6
|
+
ConnectionStatusResourceTypeEventConfiguration,
|
|
3
7
|
DeviceRegistrationStateEventConfiguration,
|
|
8
|
+
DeviceRegistrationStateResourceTypeEventConfiguration,
|
|
4
9
|
EventNotificationPartnerType,
|
|
10
|
+
ExpressionType,
|
|
5
11
|
IdentifierType,
|
|
6
12
|
JoinEventConfiguration,
|
|
13
|
+
JoinResourceTypeEventConfiguration,
|
|
7
14
|
LogLevel,
|
|
8
15
|
LoRaWANFuotaTask,
|
|
9
16
|
LoRaWANMulticast,
|
|
17
|
+
LoRaWANMulticastSession,
|
|
18
|
+
LoRaWANSendDataToDevice,
|
|
10
19
|
MessageDeliveryStatusEventConfiguration,
|
|
20
|
+
MessageDeliveryStatusResourceTypeEventConfiguration,
|
|
21
|
+
MulticastWirelessMetadata,
|
|
11
22
|
PartnerType,
|
|
12
23
|
Positioning,
|
|
24
|
+
PositioningConfigStatus,
|
|
13
25
|
PositionResourceType,
|
|
14
26
|
ProximityEventConfiguration,
|
|
27
|
+
ProximityResourceTypeEventConfiguration,
|
|
28
|
+
Tag,
|
|
15
29
|
TraceContent,
|
|
16
30
|
WirelessDeviceLogOption,
|
|
17
31
|
WirelessGatewayLogOption,
|
|
18
32
|
} from "./models_0";
|
|
33
|
+
export interface SendDataToMulticastGroupRequest {
|
|
34
|
+
Id: string | undefined;
|
|
35
|
+
PayloadData: string | undefined;
|
|
36
|
+
WirelessMetadata: MulticastWirelessMetadata | undefined;
|
|
37
|
+
}
|
|
38
|
+
export interface SendDataToMulticastGroupResponse {
|
|
39
|
+
MessageId?: string;
|
|
40
|
+
}
|
|
41
|
+
export declare enum MessageType {
|
|
42
|
+
CUSTOM_COMMAND_ID_GET = "CUSTOM_COMMAND_ID_GET",
|
|
43
|
+
CUSTOM_COMMAND_ID_NOTIFY = "CUSTOM_COMMAND_ID_NOTIFY",
|
|
44
|
+
CUSTOM_COMMAND_ID_RESP = "CUSTOM_COMMAND_ID_RESP",
|
|
45
|
+
CUSTOM_COMMAND_ID_SET = "CUSTOM_COMMAND_ID_SET",
|
|
46
|
+
}
|
|
47
|
+
export interface SidewalkSendDataToDevice {
|
|
48
|
+
Seq?: number;
|
|
49
|
+
MessageType?: MessageType | string;
|
|
50
|
+
AckModeRetryDurationSecs?: number;
|
|
51
|
+
}
|
|
52
|
+
export interface WirelessMetadata {
|
|
53
|
+
LoRaWAN?: LoRaWANSendDataToDevice;
|
|
54
|
+
Sidewalk?: SidewalkSendDataToDevice;
|
|
55
|
+
}
|
|
56
|
+
export interface SendDataToWirelessDeviceRequest {
|
|
57
|
+
Id: string | undefined;
|
|
58
|
+
TransmitMode: number | undefined;
|
|
59
|
+
PayloadData: string | undefined;
|
|
60
|
+
WirelessMetadata?: WirelessMetadata;
|
|
61
|
+
}
|
|
62
|
+
export interface SendDataToWirelessDeviceResponse {
|
|
63
|
+
MessageId?: string;
|
|
64
|
+
}
|
|
65
|
+
export interface StartBulkAssociateWirelessDeviceWithMulticastGroupRequest {
|
|
66
|
+
Id: string | undefined;
|
|
67
|
+
QueryString?: string;
|
|
68
|
+
Tags?: Tag[];
|
|
69
|
+
}
|
|
70
|
+
export interface StartBulkAssociateWirelessDeviceWithMulticastGroupResponse {}
|
|
71
|
+
export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest {
|
|
72
|
+
Id: string | undefined;
|
|
73
|
+
QueryString?: string;
|
|
74
|
+
Tags?: Tag[];
|
|
75
|
+
}
|
|
76
|
+
export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse {}
|
|
77
|
+
export interface LoRaWANStartFuotaTask {
|
|
78
|
+
StartTime?: Date;
|
|
79
|
+
}
|
|
80
|
+
export interface StartFuotaTaskRequest {
|
|
81
|
+
Id: string | undefined;
|
|
82
|
+
LoRaWAN?: LoRaWANStartFuotaTask;
|
|
83
|
+
}
|
|
84
|
+
export interface StartFuotaTaskResponse {}
|
|
85
|
+
export interface StartMulticastGroupSessionRequest {
|
|
86
|
+
Id: string | undefined;
|
|
87
|
+
LoRaWAN: LoRaWANMulticastSession | undefined;
|
|
88
|
+
}
|
|
89
|
+
export interface StartMulticastGroupSessionResponse {}
|
|
90
|
+
export interface TagResourceRequest {
|
|
91
|
+
ResourceArn: string | undefined;
|
|
92
|
+
Tags: Tag[] | undefined;
|
|
93
|
+
}
|
|
94
|
+
export interface TagResourceResponse {}
|
|
95
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
96
|
+
readonly name: "TooManyTagsException";
|
|
97
|
+
readonly $fault: "client";
|
|
98
|
+
Message?: string;
|
|
99
|
+
ResourceName?: string;
|
|
100
|
+
constructor(
|
|
101
|
+
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
102
|
+
);
|
|
103
|
+
}
|
|
104
|
+
export interface TestWirelessDeviceRequest {
|
|
105
|
+
Id: string | undefined;
|
|
106
|
+
}
|
|
107
|
+
export interface TestWirelessDeviceResponse {
|
|
108
|
+
Result?: string;
|
|
109
|
+
}
|
|
110
|
+
export interface UntagResourceRequest {
|
|
111
|
+
ResourceArn: string | undefined;
|
|
112
|
+
TagKeys: string[] | undefined;
|
|
113
|
+
}
|
|
114
|
+
export interface UntagResourceResponse {}
|
|
115
|
+
export interface UpdateDestinationRequest {
|
|
116
|
+
Name: string | undefined;
|
|
117
|
+
ExpressionType?: ExpressionType | string;
|
|
118
|
+
Expression?: string;
|
|
119
|
+
Description?: string;
|
|
120
|
+
RoleArn?: string;
|
|
121
|
+
}
|
|
122
|
+
export interface UpdateDestinationResponse {}
|
|
123
|
+
export interface UpdateEventConfigurationByResourceTypesRequest {
|
|
124
|
+
DeviceRegistrationState?: DeviceRegistrationStateResourceTypeEventConfiguration;
|
|
125
|
+
Proximity?: ProximityResourceTypeEventConfiguration;
|
|
126
|
+
Join?: JoinResourceTypeEventConfiguration;
|
|
127
|
+
ConnectionStatus?: ConnectionStatusResourceTypeEventConfiguration;
|
|
128
|
+
MessageDeliveryStatus?: MessageDeliveryStatusResourceTypeEventConfiguration;
|
|
129
|
+
}
|
|
130
|
+
export interface UpdateEventConfigurationByResourceTypesResponse {}
|
|
19
131
|
export interface UpdateFuotaTaskRequest {
|
|
20
132
|
Id: string | undefined;
|
|
21
133
|
Name?: string;
|
|
@@ -74,6 +186,12 @@ export interface UpdateResourceEventConfigurationRequest {
|
|
|
74
186
|
MessageDeliveryStatus?: MessageDeliveryStatusEventConfiguration;
|
|
75
187
|
}
|
|
76
188
|
export interface UpdateResourceEventConfigurationResponse {}
|
|
189
|
+
export interface UpdateResourcePositionRequest {
|
|
190
|
+
ResourceIdentifier: string | undefined;
|
|
191
|
+
ResourceType: PositionResourceType | string | undefined;
|
|
192
|
+
GeoJsonPayload?: Uint8Array;
|
|
193
|
+
}
|
|
194
|
+
export interface UpdateResourcePositionResponse {}
|
|
77
195
|
export interface UpdateAbpV1_0_x {
|
|
78
196
|
FCntStart?: number;
|
|
79
197
|
}
|
|
@@ -82,6 +200,7 @@ export interface UpdateAbpV1_1 {
|
|
|
82
200
|
}
|
|
83
201
|
export interface UpdateFPorts {
|
|
84
202
|
Positioning?: Positioning;
|
|
203
|
+
Applications?: ApplicationConfig[];
|
|
85
204
|
}
|
|
86
205
|
export interface LoRaWANUpdateDevice {
|
|
87
206
|
DeviceProfileId?: string;
|
|
@@ -96,6 +215,7 @@ export interface UpdateWirelessDeviceRequest {
|
|
|
96
215
|
Name?: string;
|
|
97
216
|
Description?: string;
|
|
98
217
|
LoRaWAN?: LoRaWANUpdateDevice;
|
|
218
|
+
Positioning?: PositioningConfigStatus | string;
|
|
99
219
|
}
|
|
100
220
|
export interface UpdateWirelessDeviceResponse {}
|
|
101
221
|
export interface UpdateWirelessGatewayRequest {
|
|
@@ -106,6 +226,81 @@ export interface UpdateWirelessGatewayRequest {
|
|
|
106
226
|
NetIdFilters?: string[];
|
|
107
227
|
}
|
|
108
228
|
export interface UpdateWirelessGatewayResponse {}
|
|
229
|
+
export declare const SendDataToMulticastGroupRequestFilterSensitiveLog: (
|
|
230
|
+
obj: SendDataToMulticastGroupRequest
|
|
231
|
+
) => any;
|
|
232
|
+
export declare const SendDataToMulticastGroupResponseFilterSensitiveLog: (
|
|
233
|
+
obj: SendDataToMulticastGroupResponse
|
|
234
|
+
) => any;
|
|
235
|
+
export declare const SidewalkSendDataToDeviceFilterSensitiveLog: (
|
|
236
|
+
obj: SidewalkSendDataToDevice
|
|
237
|
+
) => any;
|
|
238
|
+
export declare const WirelessMetadataFilterSensitiveLog: (
|
|
239
|
+
obj: WirelessMetadata
|
|
240
|
+
) => any;
|
|
241
|
+
export declare const SendDataToWirelessDeviceRequestFilterSensitiveLog: (
|
|
242
|
+
obj: SendDataToWirelessDeviceRequest
|
|
243
|
+
) => any;
|
|
244
|
+
export declare const SendDataToWirelessDeviceResponseFilterSensitiveLog: (
|
|
245
|
+
obj: SendDataToWirelessDeviceResponse
|
|
246
|
+
) => any;
|
|
247
|
+
export declare const StartBulkAssociateWirelessDeviceWithMulticastGroupRequestFilterSensitiveLog: (
|
|
248
|
+
obj: StartBulkAssociateWirelessDeviceWithMulticastGroupRequest
|
|
249
|
+
) => any;
|
|
250
|
+
export declare const StartBulkAssociateWirelessDeviceWithMulticastGroupResponseFilterSensitiveLog: (
|
|
251
|
+
obj: StartBulkAssociateWirelessDeviceWithMulticastGroupResponse
|
|
252
|
+
) => any;
|
|
253
|
+
export declare const StartBulkDisassociateWirelessDeviceFromMulticastGroupRequestFilterSensitiveLog: (
|
|
254
|
+
obj: StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest
|
|
255
|
+
) => any;
|
|
256
|
+
export declare const StartBulkDisassociateWirelessDeviceFromMulticastGroupResponseFilterSensitiveLog: (
|
|
257
|
+
obj: StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse
|
|
258
|
+
) => any;
|
|
259
|
+
export declare const LoRaWANStartFuotaTaskFilterSensitiveLog: (
|
|
260
|
+
obj: LoRaWANStartFuotaTask
|
|
261
|
+
) => any;
|
|
262
|
+
export declare const StartFuotaTaskRequestFilterSensitiveLog: (
|
|
263
|
+
obj: StartFuotaTaskRequest
|
|
264
|
+
) => any;
|
|
265
|
+
export declare const StartFuotaTaskResponseFilterSensitiveLog: (
|
|
266
|
+
obj: StartFuotaTaskResponse
|
|
267
|
+
) => any;
|
|
268
|
+
export declare const StartMulticastGroupSessionRequestFilterSensitiveLog: (
|
|
269
|
+
obj: StartMulticastGroupSessionRequest
|
|
270
|
+
) => any;
|
|
271
|
+
export declare const StartMulticastGroupSessionResponseFilterSensitiveLog: (
|
|
272
|
+
obj: StartMulticastGroupSessionResponse
|
|
273
|
+
) => any;
|
|
274
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
275
|
+
obj: TagResourceRequest
|
|
276
|
+
) => any;
|
|
277
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
278
|
+
obj: TagResourceResponse
|
|
279
|
+
) => any;
|
|
280
|
+
export declare const TestWirelessDeviceRequestFilterSensitiveLog: (
|
|
281
|
+
obj: TestWirelessDeviceRequest
|
|
282
|
+
) => any;
|
|
283
|
+
export declare const TestWirelessDeviceResponseFilterSensitiveLog: (
|
|
284
|
+
obj: TestWirelessDeviceResponse
|
|
285
|
+
) => any;
|
|
286
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
287
|
+
obj: UntagResourceRequest
|
|
288
|
+
) => any;
|
|
289
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
290
|
+
obj: UntagResourceResponse
|
|
291
|
+
) => any;
|
|
292
|
+
export declare const UpdateDestinationRequestFilterSensitiveLog: (
|
|
293
|
+
obj: UpdateDestinationRequest
|
|
294
|
+
) => any;
|
|
295
|
+
export declare const UpdateDestinationResponseFilterSensitiveLog: (
|
|
296
|
+
obj: UpdateDestinationResponse
|
|
297
|
+
) => any;
|
|
298
|
+
export declare const UpdateEventConfigurationByResourceTypesRequestFilterSensitiveLog: (
|
|
299
|
+
obj: UpdateEventConfigurationByResourceTypesRequest
|
|
300
|
+
) => any;
|
|
301
|
+
export declare const UpdateEventConfigurationByResourceTypesResponseFilterSensitiveLog: (
|
|
302
|
+
obj: UpdateEventConfigurationByResourceTypesResponse
|
|
303
|
+
) => any;
|
|
109
304
|
export declare const UpdateFuotaTaskRequestFilterSensitiveLog: (
|
|
110
305
|
obj: UpdateFuotaTaskRequest
|
|
111
306
|
) => any;
|
|
@@ -151,6 +346,12 @@ export declare const UpdateResourceEventConfigurationRequestFilterSensitiveLog:
|
|
|
151
346
|
export declare const UpdateResourceEventConfigurationResponseFilterSensitiveLog: (
|
|
152
347
|
obj: UpdateResourceEventConfigurationResponse
|
|
153
348
|
) => any;
|
|
349
|
+
export declare const UpdateResourcePositionRequestFilterSensitiveLog: (
|
|
350
|
+
obj: UpdateResourcePositionRequest
|
|
351
|
+
) => any;
|
|
352
|
+
export declare const UpdateResourcePositionResponseFilterSensitiveLog: (
|
|
353
|
+
obj: UpdateResourcePositionResponse
|
|
354
|
+
) => any;
|
|
154
355
|
export declare const UpdateAbpV1_0_xFilterSensitiveLog: (
|
|
155
356
|
obj: UpdateAbpV1_0_x
|
|
156
357
|
) => any;
|
|
@@ -191,6 +191,10 @@ import {
|
|
|
191
191
|
GetPositionConfigurationCommandInput,
|
|
192
192
|
GetPositionConfigurationCommandOutput,
|
|
193
193
|
} from "../commands/GetPositionConfigurationCommand";
|
|
194
|
+
import {
|
|
195
|
+
GetPositionEstimateCommandInput,
|
|
196
|
+
GetPositionEstimateCommandOutput,
|
|
197
|
+
} from "../commands/GetPositionEstimateCommand";
|
|
194
198
|
import {
|
|
195
199
|
GetResourceEventConfigurationCommandInput,
|
|
196
200
|
GetResourceEventConfigurationCommandOutput,
|
|
@@ -199,6 +203,10 @@ import {
|
|
|
199
203
|
GetResourceLogLevelCommandInput,
|
|
200
204
|
GetResourceLogLevelCommandOutput,
|
|
201
205
|
} from "../commands/GetResourceLogLevelCommand";
|
|
206
|
+
import {
|
|
207
|
+
GetResourcePositionCommandInput,
|
|
208
|
+
GetResourcePositionCommandOutput,
|
|
209
|
+
} from "../commands/GetResourcePositionCommand";
|
|
202
210
|
import {
|
|
203
211
|
GetServiceEndpointCommandInput,
|
|
204
212
|
GetServiceEndpointCommandOutput,
|
|
@@ -387,6 +395,10 @@ import {
|
|
|
387
395
|
UpdateResourceEventConfigurationCommandInput,
|
|
388
396
|
UpdateResourceEventConfigurationCommandOutput,
|
|
389
397
|
} from "../commands/UpdateResourceEventConfigurationCommand";
|
|
398
|
+
import {
|
|
399
|
+
UpdateResourcePositionCommandInput,
|
|
400
|
+
UpdateResourcePositionCommandOutput,
|
|
401
|
+
} from "../commands/UpdateResourcePositionCommand";
|
|
390
402
|
import {
|
|
391
403
|
UpdateWirelessDeviceCommandInput,
|
|
392
404
|
UpdateWirelessDeviceCommandOutput,
|
|
@@ -583,6 +595,10 @@ export declare const serializeAws_restJson1GetPositionConfigurationCommand: (
|
|
|
583
595
|
input: GetPositionConfigurationCommandInput,
|
|
584
596
|
context: __SerdeContext
|
|
585
597
|
) => Promise<__HttpRequest>;
|
|
598
|
+
export declare const serializeAws_restJson1GetPositionEstimateCommand: (
|
|
599
|
+
input: GetPositionEstimateCommandInput,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<__HttpRequest>;
|
|
586
602
|
export declare const serializeAws_restJson1GetResourceEventConfigurationCommand: (
|
|
587
603
|
input: GetResourceEventConfigurationCommandInput,
|
|
588
604
|
context: __SerdeContext
|
|
@@ -591,6 +607,10 @@ export declare const serializeAws_restJson1GetResourceLogLevelCommand: (
|
|
|
591
607
|
input: GetResourceLogLevelCommandInput,
|
|
592
608
|
context: __SerdeContext
|
|
593
609
|
) => Promise<__HttpRequest>;
|
|
610
|
+
export declare const serializeAws_restJson1GetResourcePositionCommand: (
|
|
611
|
+
input: GetResourcePositionCommandInput,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<__HttpRequest>;
|
|
594
614
|
export declare const serializeAws_restJson1GetServiceEndpointCommand: (
|
|
595
615
|
input: GetServiceEndpointCommandInput,
|
|
596
616
|
context: __SerdeContext
|
|
@@ -779,6 +799,10 @@ export declare const serializeAws_restJson1UpdateResourceEventConfigurationComma
|
|
|
779
799
|
input: UpdateResourceEventConfigurationCommandInput,
|
|
780
800
|
context: __SerdeContext
|
|
781
801
|
) => Promise<__HttpRequest>;
|
|
802
|
+
export declare const serializeAws_restJson1UpdateResourcePositionCommand: (
|
|
803
|
+
input: UpdateResourcePositionCommandInput,
|
|
804
|
+
context: __SerdeContext
|
|
805
|
+
) => Promise<__HttpRequest>;
|
|
782
806
|
export declare const serializeAws_restJson1UpdateWirelessDeviceCommand: (
|
|
783
807
|
input: UpdateWirelessDeviceCommandInput,
|
|
784
808
|
context: __SerdeContext
|
|
@@ -975,6 +999,10 @@ export declare const deserializeAws_restJson1GetPositionConfigurationCommand: (
|
|
|
975
999
|
output: __HttpResponse,
|
|
976
1000
|
context: __SerdeContext
|
|
977
1001
|
) => Promise<GetPositionConfigurationCommandOutput>;
|
|
1002
|
+
export declare const deserializeAws_restJson1GetPositionEstimateCommand: (
|
|
1003
|
+
output: __HttpResponse,
|
|
1004
|
+
context: __SerdeContext
|
|
1005
|
+
) => Promise<GetPositionEstimateCommandOutput>;
|
|
978
1006
|
export declare const deserializeAws_restJson1GetResourceEventConfigurationCommand: (
|
|
979
1007
|
output: __HttpResponse,
|
|
980
1008
|
context: __SerdeContext
|
|
@@ -983,6 +1011,10 @@ export declare const deserializeAws_restJson1GetResourceLogLevelCommand: (
|
|
|
983
1011
|
output: __HttpResponse,
|
|
984
1012
|
context: __SerdeContext
|
|
985
1013
|
) => Promise<GetResourceLogLevelCommandOutput>;
|
|
1014
|
+
export declare const deserializeAws_restJson1GetResourcePositionCommand: (
|
|
1015
|
+
output: __HttpResponse,
|
|
1016
|
+
context: __SerdeContext
|
|
1017
|
+
) => Promise<GetResourcePositionCommandOutput>;
|
|
986
1018
|
export declare const deserializeAws_restJson1GetServiceEndpointCommand: (
|
|
987
1019
|
output: __HttpResponse,
|
|
988
1020
|
context: __SerdeContext
|
|
@@ -1171,6 +1203,10 @@ export declare const deserializeAws_restJson1UpdateResourceEventConfigurationCom
|
|
|
1171
1203
|
output: __HttpResponse,
|
|
1172
1204
|
context: __SerdeContext
|
|
1173
1205
|
) => Promise<UpdateResourceEventConfigurationCommandOutput>;
|
|
1206
|
+
export declare const deserializeAws_restJson1UpdateResourcePositionCommand: (
|
|
1207
|
+
output: __HttpResponse,
|
|
1208
|
+
context: __SerdeContext
|
|
1209
|
+
) => Promise<UpdateResourcePositionCommandOutput>;
|
|
1174
1210
|
export declare const deserializeAws_restJson1UpdateWirelessDeviceCommand: (
|
|
1175
1211
|
output: __HttpResponse,
|
|
1176
1212
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot-wireless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Wireless Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.218.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.218.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.215.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.218.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.215.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.215.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.215.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
47
47
|
"@aws-sdk/util-defaults-mode-browser": "3.215.0",
|
|
48
48
|
"@aws-sdk/util-defaults-mode-node": "3.215.0",
|
|
49
|
-
"@aws-sdk/util-endpoints": "3.
|
|
49
|
+
"@aws-sdk/util-endpoints": "3.216.0",
|
|
50
50
|
"@aws-sdk/util-user-agent-browser": "3.215.0",
|
|
51
51
|
"@aws-sdk/util-user-agent-node": "3.215.0",
|
|
52
52
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|