@aws-sdk/client-iot-wireless 3.301.0 → 3.306.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/models/models_0.js +195 -232
- package/dist-cjs/models/models_1.js +9 -11
- package/dist-es/models/models_0.js +195 -232
- package/dist-es/models/models_1.js +9 -11
- package/dist-types/models/models_0.d.ts +380 -195
- package/dist-types/models/models_1.d.ts +19 -9
- package/dist-types/ts3.4/models/models_0.d.ts +260 -195
- package/dist-types/ts3.4/models/models_1.d.ts +12 -9
- package/package.json +34 -34
|
@@ -13,10 +13,9 @@ export class AccessDeniedException extends __BaseException {
|
|
|
13
13
|
this.Message = opts.Message;
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
|
-
export
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
})(ApplicationConfigType || (ApplicationConfigType = {}));
|
|
16
|
+
export const ApplicationConfigType = {
|
|
17
|
+
SemtechGeoLocation: "SemtechGeolocation",
|
|
18
|
+
};
|
|
20
19
|
export class ConflictException extends __BaseException {
|
|
21
20
|
constructor(opts) {
|
|
22
21
|
super({
|
|
@@ -86,234 +85,198 @@ export class ValidationException extends __BaseException {
|
|
|
86
85
|
this.Message = opts.Message;
|
|
87
86
|
}
|
|
88
87
|
}
|
|
89
|
-
export
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
}
|
|
110
|
-
export
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
}
|
|
142
|
-
export
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
}
|
|
214
|
-
export
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
}
|
|
228
|
-
export
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
}
|
|
262
|
-
export
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
}
|
|
281
|
-
export var WirelessDeviceIdType;
|
|
282
|
-
(function (WirelessDeviceIdType) {
|
|
283
|
-
WirelessDeviceIdType["DevEui"] = "DevEui";
|
|
284
|
-
WirelessDeviceIdType["SidewalkManufacturingSn"] = "SidewalkManufacturingSn";
|
|
285
|
-
WirelessDeviceIdType["ThingName"] = "ThingName";
|
|
286
|
-
WirelessDeviceIdType["WirelessDeviceId"] = "WirelessDeviceId";
|
|
287
|
-
})(WirelessDeviceIdType || (WirelessDeviceIdType = {}));
|
|
288
|
-
export var WirelessDeviceSidewalkStatus;
|
|
289
|
-
(function (WirelessDeviceSidewalkStatus) {
|
|
290
|
-
WirelessDeviceSidewalkStatus["ACTIVATED"] = "ACTIVATED";
|
|
291
|
-
WirelessDeviceSidewalkStatus["PROVISIONED"] = "PROVISIONED";
|
|
292
|
-
WirelessDeviceSidewalkStatus["REGISTERED"] = "REGISTERED";
|
|
293
|
-
WirelessDeviceSidewalkStatus["UNKNOWN"] = "UNKNOWN";
|
|
294
|
-
})(WirelessDeviceSidewalkStatus || (WirelessDeviceSidewalkStatus = {}));
|
|
295
|
-
export var ImportTaskStatus;
|
|
296
|
-
(function (ImportTaskStatus) {
|
|
297
|
-
ImportTaskStatus["COMPLETE"] = "COMPLETE";
|
|
298
|
-
ImportTaskStatus["DELETING"] = "DELETING";
|
|
299
|
-
ImportTaskStatus["FAILED"] = "FAILED";
|
|
300
|
-
ImportTaskStatus["INITIALIZED"] = "INITIALIZED";
|
|
301
|
-
ImportTaskStatus["INITIALIZING"] = "INITIALIZING";
|
|
302
|
-
ImportTaskStatus["PENDING"] = "PENDING";
|
|
303
|
-
})(ImportTaskStatus || (ImportTaskStatus = {}));
|
|
304
|
-
export var WirelessGatewayIdType;
|
|
305
|
-
(function (WirelessGatewayIdType) {
|
|
306
|
-
WirelessGatewayIdType["GatewayEui"] = "GatewayEui";
|
|
307
|
-
WirelessGatewayIdType["ThingName"] = "ThingName";
|
|
308
|
-
WirelessGatewayIdType["WirelessGatewayId"] = "WirelessGatewayId";
|
|
309
|
-
})(WirelessGatewayIdType || (WirelessGatewayIdType = {}));
|
|
310
|
-
export var OnboardStatus;
|
|
311
|
-
(function (OnboardStatus) {
|
|
312
|
-
OnboardStatus["FAILED"] = "FAILED";
|
|
313
|
-
OnboardStatus["INITIALIZED"] = "INITIALIZED";
|
|
314
|
-
OnboardStatus["ONBOARDED"] = "ONBOARDED";
|
|
315
|
-
OnboardStatus["PENDING"] = "PENDING";
|
|
316
|
-
})(OnboardStatus || (OnboardStatus = {}));
|
|
88
|
+
export const BatteryLevel = {
|
|
89
|
+
CRITICAL: "critical",
|
|
90
|
+
LOW: "low",
|
|
91
|
+
NORMAL: "normal",
|
|
92
|
+
};
|
|
93
|
+
export const SigningAlg = {
|
|
94
|
+
Ed25519: "Ed25519",
|
|
95
|
+
P256r1: "P256r1",
|
|
96
|
+
};
|
|
97
|
+
export const ConnectionStatus = {
|
|
98
|
+
CONNECTED: "Connected",
|
|
99
|
+
DISCONNECTED: "Disconnected",
|
|
100
|
+
};
|
|
101
|
+
export const EventNotificationTopicStatus = {
|
|
102
|
+
Disabled: "Disabled",
|
|
103
|
+
Enabled: "Enabled",
|
|
104
|
+
};
|
|
105
|
+
export const ExpressionType = {
|
|
106
|
+
MqttTopic: "MqttTopic",
|
|
107
|
+
RuleName: "RuleName",
|
|
108
|
+
};
|
|
109
|
+
export const SupportedRfRegion = {
|
|
110
|
+
AS923_1: "AS923-1",
|
|
111
|
+
AS923_2: "AS923-2",
|
|
112
|
+
AS923_3: "AS923-3",
|
|
113
|
+
AS923_4: "AS923-4",
|
|
114
|
+
AU915: "AU915",
|
|
115
|
+
CN470: "CN470",
|
|
116
|
+
CN779: "CN779",
|
|
117
|
+
EU433: "EU433",
|
|
118
|
+
EU868: "EU868",
|
|
119
|
+
IN865: "IN865",
|
|
120
|
+
KR920: "KR920",
|
|
121
|
+
RU864: "RU864",
|
|
122
|
+
US915: "US915",
|
|
123
|
+
};
|
|
124
|
+
export const DlClass = {
|
|
125
|
+
ClassB: "ClassB",
|
|
126
|
+
ClassC: "ClassC",
|
|
127
|
+
};
|
|
128
|
+
export const LogLevel = {
|
|
129
|
+
DISABLED: "DISABLED",
|
|
130
|
+
ERROR: "ERROR",
|
|
131
|
+
INFO: "INFO",
|
|
132
|
+
};
|
|
133
|
+
export const WirelessDeviceFrameInfo = {
|
|
134
|
+
DISABLED: "DISABLED",
|
|
135
|
+
ENABLED: "ENABLED",
|
|
136
|
+
};
|
|
137
|
+
export const PositioningConfigStatus = {
|
|
138
|
+
Disabled: "Disabled",
|
|
139
|
+
Enabled: "Enabled",
|
|
140
|
+
};
|
|
141
|
+
export const WirelessDeviceType = {
|
|
142
|
+
LoRaWAN: "LoRaWAN",
|
|
143
|
+
Sidewalk: "Sidewalk",
|
|
144
|
+
};
|
|
145
|
+
export const WirelessGatewayTaskStatus = {
|
|
146
|
+
COMPLETED: "COMPLETED",
|
|
147
|
+
FAILED: "FAILED",
|
|
148
|
+
FIRST_RETRY: "FIRST_RETRY",
|
|
149
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
150
|
+
PENDING: "PENDING",
|
|
151
|
+
SECOND_RETRY: "SECOND_RETRY",
|
|
152
|
+
};
|
|
153
|
+
export const DeviceProfileType = {
|
|
154
|
+
LoRaWAN: "LoRaWAN",
|
|
155
|
+
Sidewalk: "Sidewalk",
|
|
156
|
+
};
|
|
157
|
+
export const DeviceState = {
|
|
158
|
+
PROVISIONED: "Provisioned",
|
|
159
|
+
REGISTEREDNOTSEEN: "RegisteredNotSeen",
|
|
160
|
+
REGISTEREDREACHABLE: "RegisteredReachable",
|
|
161
|
+
REGISTEREDUNREACHABLE: "RegisteredUnreachable",
|
|
162
|
+
};
|
|
163
|
+
export const PartnerType = {
|
|
164
|
+
Sidewalk: "Sidewalk",
|
|
165
|
+
};
|
|
166
|
+
export const DownlinkMode = {
|
|
167
|
+
CONCURRENT: "CONCURRENT",
|
|
168
|
+
SEQUENTIAL: "SEQUENTIAL",
|
|
169
|
+
USING_UPLINK_GATEWAY: "USING_UPLINK_GATEWAY",
|
|
170
|
+
};
|
|
171
|
+
export const Event = {
|
|
172
|
+
ACK: "ack",
|
|
173
|
+
DISCOVERED: "discovered",
|
|
174
|
+
LOST: "lost",
|
|
175
|
+
NACK: "nack",
|
|
176
|
+
PASSTHROUGH: "passthrough",
|
|
177
|
+
};
|
|
178
|
+
export const IdentifierType = {
|
|
179
|
+
DevEui: "DevEui",
|
|
180
|
+
GatewayEui: "GatewayEui",
|
|
181
|
+
PartnerAccountId: "PartnerAccountId",
|
|
182
|
+
WirelessDeviceId: "WirelessDeviceId",
|
|
183
|
+
WirelessGatewayId: "WirelessGatewayId",
|
|
184
|
+
};
|
|
185
|
+
export const EventNotificationPartnerType = {
|
|
186
|
+
Sidewalk: "Sidewalk",
|
|
187
|
+
};
|
|
188
|
+
export const EventNotificationResourceType = {
|
|
189
|
+
SidewalkAccount: "SidewalkAccount",
|
|
190
|
+
WirelessDevice: "WirelessDevice",
|
|
191
|
+
WirelessGateway: "WirelessGateway",
|
|
192
|
+
};
|
|
193
|
+
export const FuotaDeviceStatus = {
|
|
194
|
+
FragAlgo_unsupported: "FragAlgo_unsupported",
|
|
195
|
+
FragIndex_unsupported: "FragIndex_unsupported",
|
|
196
|
+
Initial: "Initial",
|
|
197
|
+
MICError: "MICError",
|
|
198
|
+
MemoryError: "MemoryError",
|
|
199
|
+
MissingFrag: "MissingFrag",
|
|
200
|
+
Not_enough_memory: "Not_enough_memory",
|
|
201
|
+
Package_Not_Supported: "Package_Not_Supported",
|
|
202
|
+
SessionCnt_replay: "SessionCnt_replay",
|
|
203
|
+
Successful: "Successful",
|
|
204
|
+
Wrong_descriptor: "Wrong_descriptor",
|
|
205
|
+
};
|
|
206
|
+
export const FuotaTaskStatus = {
|
|
207
|
+
Delete_Waiting: "Delete_Waiting",
|
|
208
|
+
FuotaDone: "FuotaDone",
|
|
209
|
+
FuotaSession_Waiting: "FuotaSession_Waiting",
|
|
210
|
+
In_FuotaSession: "In_FuotaSession",
|
|
211
|
+
Pending: "Pending",
|
|
212
|
+
};
|
|
213
|
+
export const WirelessDeviceEvent = {
|
|
214
|
+
Downlink_Data: "Downlink_Data",
|
|
215
|
+
Join: "Join",
|
|
216
|
+
Registration: "Registration",
|
|
217
|
+
Rejoin: "Rejoin",
|
|
218
|
+
Uplink_Data: "Uplink_Data",
|
|
219
|
+
};
|
|
220
|
+
export const WirelessGatewayEvent = {
|
|
221
|
+
CUPS_Request: "CUPS_Request",
|
|
222
|
+
Certificate: "Certificate",
|
|
223
|
+
};
|
|
224
|
+
export const WirelessGatewayType = {
|
|
225
|
+
LoRaWAN: "LoRaWAN",
|
|
226
|
+
};
|
|
227
|
+
export const PositionResourceType = {
|
|
228
|
+
WirelessDevice: "WirelessDevice",
|
|
229
|
+
WirelessGateway: "WirelessGateway",
|
|
230
|
+
};
|
|
231
|
+
export const PositionSolverProvider = {
|
|
232
|
+
SEMTECH: "Semtech",
|
|
233
|
+
};
|
|
234
|
+
export const PositionSolverType = {
|
|
235
|
+
GNSS: "GNSS",
|
|
236
|
+
};
|
|
237
|
+
export const PositionConfigurationFec = {
|
|
238
|
+
NONE: "NONE",
|
|
239
|
+
ROSE: "ROSE",
|
|
240
|
+
};
|
|
241
|
+
export const PositionConfigurationStatus = {
|
|
242
|
+
Disabled: "Disabled",
|
|
243
|
+
Enabled: "Enabled",
|
|
244
|
+
};
|
|
245
|
+
export const WirelessGatewayServiceType = {
|
|
246
|
+
CUPS: "CUPS",
|
|
247
|
+
LNS: "LNS",
|
|
248
|
+
};
|
|
249
|
+
export const WirelessDeviceIdType = {
|
|
250
|
+
DevEui: "DevEui",
|
|
251
|
+
SidewalkManufacturingSn: "SidewalkManufacturingSn",
|
|
252
|
+
ThingName: "ThingName",
|
|
253
|
+
WirelessDeviceId: "WirelessDeviceId",
|
|
254
|
+
};
|
|
255
|
+
export const WirelessDeviceSidewalkStatus = {
|
|
256
|
+
ACTIVATED: "ACTIVATED",
|
|
257
|
+
PROVISIONED: "PROVISIONED",
|
|
258
|
+
REGISTERED: "REGISTERED",
|
|
259
|
+
UNKNOWN: "UNKNOWN",
|
|
260
|
+
};
|
|
261
|
+
export const ImportTaskStatus = {
|
|
262
|
+
COMPLETE: "COMPLETE",
|
|
263
|
+
DELETING: "DELETING",
|
|
264
|
+
FAILED: "FAILED",
|
|
265
|
+
INITIALIZED: "INITIALIZED",
|
|
266
|
+
INITIALIZING: "INITIALIZING",
|
|
267
|
+
PENDING: "PENDING",
|
|
268
|
+
};
|
|
269
|
+
export const WirelessGatewayIdType = {
|
|
270
|
+
GatewayEui: "GatewayEui",
|
|
271
|
+
ThingName: "ThingName",
|
|
272
|
+
WirelessGatewayId: "WirelessGatewayId",
|
|
273
|
+
};
|
|
274
|
+
export const OnboardStatus = {
|
|
275
|
+
FAILED: "FAILED",
|
|
276
|
+
INITIALIZED: "INITIALIZED",
|
|
277
|
+
ONBOARDED: "ONBOARDED",
|
|
278
|
+
PENDING: "PENDING",
|
|
279
|
+
};
|
|
317
280
|
export const SidewalkAccountInfoFilterSensitiveLog = (obj) => ({
|
|
318
281
|
...obj,
|
|
319
282
|
...(obj.AppServerPrivateKey && { AppServerPrivateKey: SENSITIVE_STRING }),
|
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { IoTWirelessServiceException as __BaseException } from "./IoTWirelessServiceException";
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
MessageType["CUSTOM_COMMAND_ID_SET"] = "CUSTOM_COMMAND_ID_SET";
|
|
13
|
-
})(MessageType || (MessageType = {}));
|
|
3
|
+
export const WirelessGatewayTaskDefinitionType = {
|
|
4
|
+
UPDATE: "UPDATE",
|
|
5
|
+
};
|
|
6
|
+
export const MessageType = {
|
|
7
|
+
CUSTOM_COMMAND_ID_GET: "CUSTOM_COMMAND_ID_GET",
|
|
8
|
+
CUSTOM_COMMAND_ID_NOTIFY: "CUSTOM_COMMAND_ID_NOTIFY",
|
|
9
|
+
CUSTOM_COMMAND_ID_RESP: "CUSTOM_COMMAND_ID_RESP",
|
|
10
|
+
CUSTOM_COMMAND_ID_SET: "CUSTOM_COMMAND_ID_SET",
|
|
11
|
+
};
|
|
14
12
|
export class TooManyTagsException extends __BaseException {
|
|
15
13
|
constructor(opts) {
|
|
16
14
|
super({
|