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