@aws-sdk/client-iot-wireless 3.933.0 → 3.935.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/index.js +282 -282
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +266 -0
- package/dist-es/models/errors.js +109 -0
- package/dist-es/models/models_0.js +1 -350
- package/dist-es/models/models_1.js +1 -26
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +1 -2
- package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListPartnerAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueuedMessagesCommand.d.ts +1 -1
- package/dist-types/commands/ListServiceProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListWirelessDeviceImportTasksCommand.d.ts +1 -1
- package/dist-types/commands/ListWirelessDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/PutPositionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutResourceLogLevelCommand.d.ts +1 -1
- package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +1 -1
- package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +1 -1
- 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 +2 -1
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +642 -0
- package/dist-types/models/errors.d.ts +118 -0
- package/dist-types/models/models_0.d.ts +995 -717
- package/dist-types/models/models_1.d.ts +2 -1040
- package/dist-types/ts3.4/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPartnerAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPositionConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQueuedMessagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListServiceProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWirelessDeviceImportTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWirelessDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWirelessGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutPositionConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutResourceLogLevelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetAllResourceLogLevelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetResourceLogLevelCommand.d.ts +1 -1
- 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 +2 -4
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +347 -0
- package/dist-types/ts3.4/models/errors.d.ts +61 -0
- package/dist-types/ts3.4/models/models_0.d.ts +282 -387
- package/dist-types/ts3.4/models/models_1.d.ts +9 -277
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/index.d.ts +0 -2
|
@@ -1,350 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export class AccessDeniedException extends __BaseException {
|
|
3
|
-
name = "AccessDeniedException";
|
|
4
|
-
$fault = "client";
|
|
5
|
-
Message;
|
|
6
|
-
constructor(opts) {
|
|
7
|
-
super({
|
|
8
|
-
name: "AccessDeniedException",
|
|
9
|
-
$fault: "client",
|
|
10
|
-
...opts,
|
|
11
|
-
});
|
|
12
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
|
-
this.Message = opts.Message;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
export const AggregationPeriod = {
|
|
17
|
-
OneDay: "OneDay",
|
|
18
|
-
OneHour: "OneHour",
|
|
19
|
-
OneWeek: "OneWeek",
|
|
20
|
-
};
|
|
21
|
-
export const ApplicationConfigType = {
|
|
22
|
-
SemtechGeoLocation: "SemtechGeolocation",
|
|
23
|
-
};
|
|
24
|
-
export class ConflictException extends __BaseException {
|
|
25
|
-
name = "ConflictException";
|
|
26
|
-
$fault = "client";
|
|
27
|
-
Message;
|
|
28
|
-
ResourceId;
|
|
29
|
-
ResourceType;
|
|
30
|
-
constructor(opts) {
|
|
31
|
-
super({
|
|
32
|
-
name: "ConflictException",
|
|
33
|
-
$fault: "client",
|
|
34
|
-
...opts,
|
|
35
|
-
});
|
|
36
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
37
|
-
this.Message = opts.Message;
|
|
38
|
-
this.ResourceId = opts.ResourceId;
|
|
39
|
-
this.ResourceType = opts.ResourceType;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
export class InternalServerException extends __BaseException {
|
|
43
|
-
name = "InternalServerException";
|
|
44
|
-
$fault = "server";
|
|
45
|
-
Message;
|
|
46
|
-
constructor(opts) {
|
|
47
|
-
super({
|
|
48
|
-
name: "InternalServerException",
|
|
49
|
-
$fault: "server",
|
|
50
|
-
...opts,
|
|
51
|
-
});
|
|
52
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
53
|
-
this.Message = opts.Message;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
export class ResourceNotFoundException extends __BaseException {
|
|
57
|
-
name = "ResourceNotFoundException";
|
|
58
|
-
$fault = "client";
|
|
59
|
-
Message;
|
|
60
|
-
ResourceId;
|
|
61
|
-
ResourceType;
|
|
62
|
-
constructor(opts) {
|
|
63
|
-
super({
|
|
64
|
-
name: "ResourceNotFoundException",
|
|
65
|
-
$fault: "client",
|
|
66
|
-
...opts,
|
|
67
|
-
});
|
|
68
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
69
|
-
this.Message = opts.Message;
|
|
70
|
-
this.ResourceId = opts.ResourceId;
|
|
71
|
-
this.ResourceType = opts.ResourceType;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
export class ThrottlingException extends __BaseException {
|
|
75
|
-
name = "ThrottlingException";
|
|
76
|
-
$fault = "client";
|
|
77
|
-
Message;
|
|
78
|
-
constructor(opts) {
|
|
79
|
-
super({
|
|
80
|
-
name: "ThrottlingException",
|
|
81
|
-
$fault: "client",
|
|
82
|
-
...opts,
|
|
83
|
-
});
|
|
84
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
85
|
-
this.Message = opts.Message;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
export class ValidationException extends __BaseException {
|
|
89
|
-
name = "ValidationException";
|
|
90
|
-
$fault = "client";
|
|
91
|
-
Message;
|
|
92
|
-
constructor(opts) {
|
|
93
|
-
super({
|
|
94
|
-
name: "ValidationException",
|
|
95
|
-
$fault: "client",
|
|
96
|
-
...opts,
|
|
97
|
-
});
|
|
98
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
99
|
-
this.Message = opts.Message;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
export const BatteryLevel = {
|
|
103
|
-
CRITICAL: "critical",
|
|
104
|
-
LOW: "low",
|
|
105
|
-
NORMAL: "normal",
|
|
106
|
-
};
|
|
107
|
-
export const SigningAlg = {
|
|
108
|
-
Ed25519: "Ed25519",
|
|
109
|
-
P256r1: "P256r1",
|
|
110
|
-
};
|
|
111
|
-
export const ConnectionStatus = {
|
|
112
|
-
CONNECTED: "Connected",
|
|
113
|
-
DISCONNECTED: "Disconnected",
|
|
114
|
-
};
|
|
115
|
-
export const EventNotificationTopicStatus = {
|
|
116
|
-
Disabled: "Disabled",
|
|
117
|
-
Enabled: "Enabled",
|
|
118
|
-
};
|
|
119
|
-
export const ExpressionType = {
|
|
120
|
-
MqttTopic: "MqttTopic",
|
|
121
|
-
RuleName: "RuleName",
|
|
122
|
-
};
|
|
123
|
-
export const SupportedRfRegion = {
|
|
124
|
-
AS923_1: "AS923-1",
|
|
125
|
-
AS923_2: "AS923-2",
|
|
126
|
-
AS923_3: "AS923-3",
|
|
127
|
-
AS923_4: "AS923-4",
|
|
128
|
-
AU915: "AU915",
|
|
129
|
-
CN470: "CN470",
|
|
130
|
-
CN779: "CN779",
|
|
131
|
-
EU433: "EU433",
|
|
132
|
-
EU868: "EU868",
|
|
133
|
-
IN865: "IN865",
|
|
134
|
-
KR920: "KR920",
|
|
135
|
-
RU864: "RU864",
|
|
136
|
-
US915: "US915",
|
|
137
|
-
};
|
|
138
|
-
export const DlClass = {
|
|
139
|
-
ClassB: "ClassB",
|
|
140
|
-
ClassC: "ClassC",
|
|
141
|
-
};
|
|
142
|
-
export const LogLevel = {
|
|
143
|
-
DISABLED: "DISABLED",
|
|
144
|
-
ERROR: "ERROR",
|
|
145
|
-
INFO: "INFO",
|
|
146
|
-
};
|
|
147
|
-
export const MulticastFrameInfo = {
|
|
148
|
-
DISABLED: "DISABLED",
|
|
149
|
-
ENABLED: "ENABLED",
|
|
150
|
-
};
|
|
151
|
-
export const WirelessDeviceFrameInfo = {
|
|
152
|
-
DISABLED: "DISABLED",
|
|
153
|
-
ENABLED: "ENABLED",
|
|
154
|
-
};
|
|
155
|
-
export const PositioningConfigStatus = {
|
|
156
|
-
Disabled: "Disabled",
|
|
157
|
-
Enabled: "Enabled",
|
|
158
|
-
};
|
|
159
|
-
export const WirelessDeviceType = {
|
|
160
|
-
LoRaWAN: "LoRaWAN",
|
|
161
|
-
Sidewalk: "Sidewalk",
|
|
162
|
-
};
|
|
163
|
-
export const WirelessGatewayTaskStatus = {
|
|
164
|
-
COMPLETED: "COMPLETED",
|
|
165
|
-
FAILED: "FAILED",
|
|
166
|
-
FIRST_RETRY: "FIRST_RETRY",
|
|
167
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
168
|
-
PENDING: "PENDING",
|
|
169
|
-
SECOND_RETRY: "SECOND_RETRY",
|
|
170
|
-
};
|
|
171
|
-
export const DeviceProfileType = {
|
|
172
|
-
LoRaWAN: "LoRaWAN",
|
|
173
|
-
Sidewalk: "Sidewalk",
|
|
174
|
-
};
|
|
175
|
-
export const DeviceState = {
|
|
176
|
-
PROVISIONED: "Provisioned",
|
|
177
|
-
REGISTEREDNOTSEEN: "RegisteredNotSeen",
|
|
178
|
-
REGISTEREDREACHABLE: "RegisteredReachable",
|
|
179
|
-
REGISTEREDUNREACHABLE: "RegisteredUnreachable",
|
|
180
|
-
};
|
|
181
|
-
export const DimensionName = {
|
|
182
|
-
DeviceId: "DeviceId",
|
|
183
|
-
GatewayId: "GatewayId",
|
|
184
|
-
};
|
|
185
|
-
export const PartnerType = {
|
|
186
|
-
Sidewalk: "Sidewalk",
|
|
187
|
-
};
|
|
188
|
-
export const DownlinkMode = {
|
|
189
|
-
CONCURRENT: "CONCURRENT",
|
|
190
|
-
SEQUENTIAL: "SEQUENTIAL",
|
|
191
|
-
USING_UPLINK_GATEWAY: "USING_UPLINK_GATEWAY",
|
|
192
|
-
};
|
|
193
|
-
export const Event = {
|
|
194
|
-
ACK: "ack",
|
|
195
|
-
DISCOVERED: "discovered",
|
|
196
|
-
LOST: "lost",
|
|
197
|
-
NACK: "nack",
|
|
198
|
-
PASSTHROUGH: "passthrough",
|
|
199
|
-
};
|
|
200
|
-
export const IdentifierType = {
|
|
201
|
-
DevEui: "DevEui",
|
|
202
|
-
GatewayEui: "GatewayEui",
|
|
203
|
-
PartnerAccountId: "PartnerAccountId",
|
|
204
|
-
WirelessDeviceId: "WirelessDeviceId",
|
|
205
|
-
WirelessGatewayId: "WirelessGatewayId",
|
|
206
|
-
};
|
|
207
|
-
export const EventNotificationPartnerType = {
|
|
208
|
-
Sidewalk: "Sidewalk",
|
|
209
|
-
};
|
|
210
|
-
export const EventNotificationResourceType = {
|
|
211
|
-
SidewalkAccount: "SidewalkAccount",
|
|
212
|
-
WirelessDevice: "WirelessDevice",
|
|
213
|
-
WirelessGateway: "WirelessGateway",
|
|
214
|
-
};
|
|
215
|
-
export const FuotaDeviceStatus = {
|
|
216
|
-
Device_exist_in_conflict_fuota_task: "Device_exist_in_conflict_fuota_task",
|
|
217
|
-
FragAlgo_unsupported: "FragAlgo_unsupported",
|
|
218
|
-
FragIndex_unsupported: "FragIndex_unsupported",
|
|
219
|
-
Initial: "Initial",
|
|
220
|
-
MICError: "MICError",
|
|
221
|
-
MemoryError: "MemoryError",
|
|
222
|
-
MissingFrag: "MissingFrag",
|
|
223
|
-
Not_enough_memory: "Not_enough_memory",
|
|
224
|
-
Package_Not_Supported: "Package_Not_Supported",
|
|
225
|
-
SessionCnt_replay: "SessionCnt_replay",
|
|
226
|
-
Successful: "Successful",
|
|
227
|
-
Wrong_descriptor: "Wrong_descriptor",
|
|
228
|
-
};
|
|
229
|
-
export const FuotaTaskEvent = {
|
|
230
|
-
Fuota: "Fuota",
|
|
231
|
-
};
|
|
232
|
-
export const FuotaTaskType = {
|
|
233
|
-
LoRaWAN: "LoRaWAN",
|
|
234
|
-
};
|
|
235
|
-
export const FuotaTaskStatus = {
|
|
236
|
-
Delete_Waiting: "Delete_Waiting",
|
|
237
|
-
FuotaDone: "FuotaDone",
|
|
238
|
-
FuotaSession_Waiting: "FuotaSession_Waiting",
|
|
239
|
-
In_FuotaSession: "In_FuotaSession",
|
|
240
|
-
Pending: "Pending",
|
|
241
|
-
};
|
|
242
|
-
export const WirelessDeviceEvent = {
|
|
243
|
-
Downlink_Data: "Downlink_Data",
|
|
244
|
-
Join: "Join",
|
|
245
|
-
Registration: "Registration",
|
|
246
|
-
Rejoin: "Rejoin",
|
|
247
|
-
Uplink_Data: "Uplink_Data",
|
|
248
|
-
};
|
|
249
|
-
export const WirelessGatewayEvent = {
|
|
250
|
-
CUPS_Request: "CUPS_Request",
|
|
251
|
-
Certificate: "Certificate",
|
|
252
|
-
};
|
|
253
|
-
export const WirelessGatewayType = {
|
|
254
|
-
LoRaWAN: "LoRaWAN",
|
|
255
|
-
};
|
|
256
|
-
export const SummaryMetricConfigurationStatus = {
|
|
257
|
-
Disabled: "Disabled",
|
|
258
|
-
Enabled: "Enabled",
|
|
259
|
-
};
|
|
260
|
-
export const MetricName = {
|
|
261
|
-
AwsAccountActiveDeviceCount: "AwsAccountActiveDeviceCount",
|
|
262
|
-
AwsAccountActiveGatewayCount: "AwsAccountActiveGatewayCount",
|
|
263
|
-
AwsAccountDeviceCount: "AwsAccountDeviceCount",
|
|
264
|
-
AwsAccountDownlinkCount: "AwsAccountDownlinkCount",
|
|
265
|
-
AwsAccountGatewayCount: "AwsAccountGatewayCount",
|
|
266
|
-
AwsAccountJoinAcceptCount: "AwsAccountJoinAcceptCount",
|
|
267
|
-
AwsAccountJoinRequestCount: "AwsAccountJoinRequestCount",
|
|
268
|
-
AwsAccountRoamingDownlinkCount: "AwsAccountRoamingDownlinkCount",
|
|
269
|
-
AwsAccountRoamingUplinkCount: "AwsAccountRoamingUplinkCount",
|
|
270
|
-
AwsAccountUplinkCount: "AwsAccountUplinkCount",
|
|
271
|
-
AwsAccountUplinkLostCount: "AwsAccountUplinkLostCount",
|
|
272
|
-
AwsAccountUplinkLostRate: "AwsAccountUplinkLostRate",
|
|
273
|
-
DeviceDownlinkCount: "DeviceDownlinkCount",
|
|
274
|
-
DeviceJoinAcceptCount: "DeviceJoinAcceptCount",
|
|
275
|
-
DeviceJoinRequestCount: "DeviceJoinRequestCount",
|
|
276
|
-
DeviceRSSI: "DeviceRSSI",
|
|
277
|
-
DeviceRoamingDownlinkCount: "DeviceRoamingDownlinkCount",
|
|
278
|
-
DeviceRoamingRSSI: "DeviceRoamingRSSI",
|
|
279
|
-
DeviceRoamingSNR: "DeviceRoamingSNR",
|
|
280
|
-
DeviceRoamingUplinkCount: "DeviceRoamingUplinkCount",
|
|
281
|
-
DeviceSNR: "DeviceSNR",
|
|
282
|
-
DeviceUplinkCount: "DeviceUplinkCount",
|
|
283
|
-
DeviceUplinkLostCount: "DeviceUplinkLostCount",
|
|
284
|
-
DeviceUplinkLostRate: "DeviceUplinkLostRate",
|
|
285
|
-
GatewayDownTime: "GatewayDownTime",
|
|
286
|
-
GatewayDownlinkCount: "GatewayDownlinkCount",
|
|
287
|
-
GatewayJoinAcceptCount: "GatewayJoinAcceptCount",
|
|
288
|
-
GatewayJoinRequestCount: "GatewayJoinRequestCount",
|
|
289
|
-
GatewayRSSI: "GatewayRSSI",
|
|
290
|
-
GatewaySNR: "GatewaySNR",
|
|
291
|
-
GatewayUpTime: "GatewayUpTime",
|
|
292
|
-
GatewayUplinkCount: "GatewayUplinkCount",
|
|
293
|
-
};
|
|
294
|
-
export const MetricQueryStatus = {
|
|
295
|
-
Failed: "Failed",
|
|
296
|
-
Succeeded: "Succeeded",
|
|
297
|
-
};
|
|
298
|
-
export const PositionResourceType = {
|
|
299
|
-
WirelessDevice: "WirelessDevice",
|
|
300
|
-
WirelessGateway: "WirelessGateway",
|
|
301
|
-
};
|
|
302
|
-
export const PositionSolverProvider = {
|
|
303
|
-
SEMTECH: "Semtech",
|
|
304
|
-
};
|
|
305
|
-
export const PositionSolverType = {
|
|
306
|
-
GNSS: "GNSS",
|
|
307
|
-
};
|
|
308
|
-
export const PositionConfigurationFec = {
|
|
309
|
-
NONE: "NONE",
|
|
310
|
-
ROSE: "ROSE",
|
|
311
|
-
};
|
|
312
|
-
export const PositionConfigurationStatus = {
|
|
313
|
-
Disabled: "Disabled",
|
|
314
|
-
Enabled: "Enabled",
|
|
315
|
-
};
|
|
316
|
-
export const WirelessGatewayServiceType = {
|
|
317
|
-
CUPS: "CUPS",
|
|
318
|
-
LNS: "LNS",
|
|
319
|
-
};
|
|
320
|
-
export const WirelessDeviceIdType = {
|
|
321
|
-
DevEui: "DevEui",
|
|
322
|
-
SidewalkManufacturingSn: "SidewalkManufacturingSn",
|
|
323
|
-
ThingName: "ThingName",
|
|
324
|
-
WirelessDeviceId: "WirelessDeviceId",
|
|
325
|
-
};
|
|
326
|
-
export const WirelessDeviceSidewalkStatus = {
|
|
327
|
-
ACTIVATED: "ACTIVATED",
|
|
328
|
-
PROVISIONED: "PROVISIONED",
|
|
329
|
-
REGISTERED: "REGISTERED",
|
|
330
|
-
UNKNOWN: "UNKNOWN",
|
|
331
|
-
};
|
|
332
|
-
export const ImportTaskStatus = {
|
|
333
|
-
COMPLETE: "COMPLETE",
|
|
334
|
-
DELETING: "DELETING",
|
|
335
|
-
FAILED: "FAILED",
|
|
336
|
-
INITIALIZED: "INITIALIZED",
|
|
337
|
-
INITIALIZING: "INITIALIZING",
|
|
338
|
-
PENDING: "PENDING",
|
|
339
|
-
};
|
|
340
|
-
export const WirelessGatewayIdType = {
|
|
341
|
-
GatewayEui: "GatewayEui",
|
|
342
|
-
ThingName: "ThingName",
|
|
343
|
-
WirelessGatewayId: "WirelessGatewayId",
|
|
344
|
-
};
|
|
345
|
-
export const OnboardStatus = {
|
|
346
|
-
FAILED: "FAILED",
|
|
347
|
-
INITIALIZED: "INITIALIZED",
|
|
348
|
-
ONBOARDED: "ONBOARDED",
|
|
349
|
-
PENDING: "PENDING",
|
|
350
|
-
};
|
|
1
|
+
export {};
|
|
@@ -1,26 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export const WirelessGatewayTaskDefinitionType = {
|
|
3
|
-
UPDATE: "UPDATE",
|
|
4
|
-
};
|
|
5
|
-
export const MessageType = {
|
|
6
|
-
CUSTOM_COMMAND_ID_GET: "CUSTOM_COMMAND_ID_GET",
|
|
7
|
-
CUSTOM_COMMAND_ID_NOTIFY: "CUSTOM_COMMAND_ID_NOTIFY",
|
|
8
|
-
CUSTOM_COMMAND_ID_RESP: "CUSTOM_COMMAND_ID_RESP",
|
|
9
|
-
CUSTOM_COMMAND_ID_SET: "CUSTOM_COMMAND_ID_SET",
|
|
10
|
-
};
|
|
11
|
-
export class TooManyTagsException extends __BaseException {
|
|
12
|
-
name = "TooManyTagsException";
|
|
13
|
-
$fault = "client";
|
|
14
|
-
Message;
|
|
15
|
-
ResourceName;
|
|
16
|
-
constructor(opts) {
|
|
17
|
-
super({
|
|
18
|
-
name: "TooManyTagsException",
|
|
19
|
-
$fault: "client",
|
|
20
|
-
...opts,
|
|
21
|
-
});
|
|
22
|
-
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
23
|
-
this.Message = opts.Message;
|
|
24
|
-
this.ResourceName = opts.ResourceName;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
1
|
+
export {};
|
|
@@ -858,7 +858,7 @@ const _v = "value";
|
|
|
858
858
|
const _wDT = "wirelessDeviceType";
|
|
859
859
|
const n0 = "com.amazonaws.iotwireless";
|
|
860
860
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
861
|
-
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, TooManyTagsException as __TooManyTagsException, ValidationException as __ValidationException, } from "../models/
|
|
861
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, TooManyTagsException as __TooManyTagsException, ValidationException as __ValidationException, } from "../models/errors";
|
|
862
862
|
import { IoTWirelessServiceException as __IoTWirelessServiceException } from "../models/IoTWirelessServiceException";
|
|
863
863
|
export var ApplicationServerPublicKey = [0, n0, _ASPK, 8, 0];
|
|
864
864
|
export var AppServerPrivateKey = [0, n0, _ASPKp, 8, 0];
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { ListMulticastGroupsByFuotaTaskRequest } from "../models/models_0";
|
|
5
|
-
import { ListMulticastGroupsByFuotaTaskResponse } from "../models/models_1";
|
|
4
|
+
import { ListMulticastGroupsByFuotaTaskRequest, ListMulticastGroupsByFuotaTaskResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { ListNetworkAnalyzerConfigurationsRequest, ListNetworkAnalyzerConfigurationsResponse } from "../models/
|
|
4
|
+
import { ListNetworkAnalyzerConfigurationsRequest, ListNetworkAnalyzerConfigurationsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { ListPartnerAccountsRequest, ListPartnerAccountsResponse } from "../models/
|
|
4
|
+
import { ListPartnerAccountsRequest, ListPartnerAccountsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { ListPositionConfigurationsRequest, ListPositionConfigurationsResponse } from "../models/
|
|
4
|
+
import { ListPositionConfigurationsRequest, ListPositionConfigurationsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { ListQueuedMessagesRequest, ListQueuedMessagesResponse } from "../models/
|
|
4
|
+
import { ListQueuedMessagesRequest, ListQueuedMessagesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { ListServiceProfilesRequest, ListServiceProfilesResponse } from "../models/
|
|
4
|
+
import { ListServiceProfilesRequest, ListServiceProfilesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/
|
|
4
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { ListWirelessDeviceImportTasksRequest, ListWirelessDeviceImportTasksResponse } from "../models/
|
|
4
|
+
import { ListWirelessDeviceImportTasksRequest, ListWirelessDeviceImportTasksResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { ListWirelessDevicesRequest, ListWirelessDevicesResponse } from "../models/
|
|
4
|
+
import { ListWirelessDevicesRequest, ListWirelessDevicesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { ListWirelessGatewayTaskDefinitionsRequest, ListWirelessGatewayTaskDefinitionsResponse } from "../models/
|
|
4
|
+
import { ListWirelessGatewayTaskDefinitionsRequest, ListWirelessGatewayTaskDefinitionsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { ListWirelessGatewaysRequest, ListWirelessGatewaysResponse } from "../models/
|
|
4
|
+
import { ListWirelessGatewaysRequest, ListWirelessGatewaysResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { PutPositionConfigurationRequest, PutPositionConfigurationResponse } from "../models/
|
|
4
|
+
import { PutPositionConfigurationRequest, PutPositionConfigurationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { PutResourceLogLevelRequest, PutResourceLogLevelResponse } from "../models/
|
|
4
|
+
import { PutResourceLogLevelRequest, PutResourceLogLevelResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { ResetAllResourceLogLevelsRequest, ResetAllResourceLogLevelsResponse } from "../models/
|
|
4
|
+
import { ResetAllResourceLogLevelsRequest, ResetAllResourceLogLevelsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { ResetResourceLogLevelRequest, ResetResourceLogLevelResponse } from "../models/
|
|
4
|
+
import { ResetResourceLogLevelRequest, ResetResourceLogLevelResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { SendDataToMulticastGroupRequest, SendDataToMulticastGroupResponse } from "../models/
|
|
4
|
+
import { SendDataToMulticastGroupRequest, SendDataToMulticastGroupResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { SendDataToWirelessDeviceRequest, SendDataToWirelessDeviceResponse } from "../models/
|
|
4
|
+
import { SendDataToWirelessDeviceRequest, SendDataToWirelessDeviceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { StartBulkAssociateWirelessDeviceWithMulticastGroupRequest
|
|
4
|
+
import { StartBulkAssociateWirelessDeviceWithMulticastGroupRequest } from "../models/models_0";
|
|
5
|
+
import { StartBulkAssociateWirelessDeviceWithMulticastGroupResponse } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -28,5 +28,8 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
28
28
|
export type { IoTWirelessExtensionConfiguration } from "./extensionConfiguration";
|
|
29
29
|
export * from "./commands";
|
|
30
30
|
export * from "./pagination";
|
|
31
|
-
export * from "./models";
|
|
31
|
+
export * from "./models/enums";
|
|
32
|
+
export * from "./models/errors";
|
|
33
|
+
export type * from "./models/models_0";
|
|
34
|
+
export type * from "./models/models_1";
|
|
32
35
|
export { IoTWirelessServiceException } from "./models/IoTWirelessServiceException";
|