@aws-sdk/client-iot-wireless 3.298.0 → 3.300.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/README.md +64 -0
- package/dist-cjs/IoTWireless.js +120 -0
- package/dist-cjs/commands/DeleteWirelessDeviceImportTaskCommand.js +45 -0
- package/dist-cjs/commands/DeregisterWirelessDeviceCommand.js +45 -0
- package/dist-cjs/commands/GetDeviceProfileCommand.js +2 -1
- package/dist-cjs/commands/GetWirelessDeviceImportTaskCommand.js +45 -0
- package/dist-cjs/commands/ListDevicesForWirelessDeviceImportTaskCommand.js +45 -0
- package/dist-cjs/commands/ListWirelessDeviceImportTasksCommand.js +45 -0
- package/dist-cjs/commands/StartSingleWirelessDeviceImportTaskCommand.js +45 -0
- package/dist-cjs/commands/StartWirelessDeviceImportTaskCommand.js +45 -0
- package/dist-cjs/commands/UpdateWirelessDeviceImportTaskCommand.js +45 -0
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +49 -5
- package/dist-cjs/models/models_1.js +5 -1
- package/dist-cjs/protocols/Aws_restJson1.js +767 -18
- package/dist-es/IoTWireless.js +120 -0
- package/dist-es/commands/DeleteWirelessDeviceImportTaskCommand.js +41 -0
- package/dist-es/commands/DeregisterWirelessDeviceCommand.js +41 -0
- package/dist-es/commands/GetDeviceProfileCommand.js +2 -1
- package/dist-es/commands/GetWirelessDeviceImportTaskCommand.js +41 -0
- package/dist-es/commands/ListDevicesForWirelessDeviceImportTaskCommand.js +41 -0
- package/dist-es/commands/ListWirelessDeviceImportTasksCommand.js +41 -0
- package/dist-es/commands/StartSingleWirelessDeviceImportTaskCommand.js +41 -0
- package/dist-es/commands/StartWirelessDeviceImportTaskCommand.js +41 -0
- package/dist-es/commands/UpdateWirelessDeviceImportTaskCommand.js +41 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +45 -4
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +743 -10
- package/dist-types/IoTWireless.d.ts +65 -0
- package/dist-types/IoTWirelessClient.d.ts +10 -2
- package/dist-types/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +13 -0
- package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +4 -0
- package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +4 -0
- package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +4 -0
- package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +4 -0
- package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +4 -0
- package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +4 -0
- package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +3 -0
- package/dist-types/commands/CreateDestinationCommand.d.ts +14 -0
- package/dist-types/commands/CreateDeviceProfileCommand.d.ts +34 -0
- package/dist-types/commands/CreateFuotaTaskCommand.d.ts +19 -0
- package/dist-types/commands/CreateMulticastGroupCommand.d.ts +15 -0
- package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +21 -0
- package/dist-types/commands/CreateServiceProfileCommand.d.ts +15 -0
- package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +67 -0
- package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +32 -0
- package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +4 -0
- package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +29 -0
- package/dist-types/commands/DeleteDestinationCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +3 -0
- package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +5 -0
- package/dist-types/commands/DeleteServiceProfileCommand.d.ts +3 -0
- package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +3 -0
- package/dist-types/commands/DeleteWirelessDeviceImportTaskCommand.d.ts +81 -0
- package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +3 -0
- package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +3 -0
- package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeregisterWirelessDeviceCommand.d.ts +76 -0
- package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +3 -0
- package/dist-types/commands/GetDestinationCommand.d.ts +3 -0
- package/dist-types/commands/GetDeviceProfileCommand.d.ts +3 -0
- package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +1 -0
- package/dist-types/commands/GetFuotaTaskCommand.d.ts +3 -0
- package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +1 -0
- package/dist-types/commands/GetMulticastGroupCommand.d.ts +3 -0
- package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +3 -0
- package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/GetPartnerAccountCommand.d.ts +4 -0
- package/dist-types/commands/GetPositionCommand.d.ts +4 -0
- package/dist-types/commands/GetPositionConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/GetPositionEstimateCommand.d.ts +144 -0
- package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +5 -0
- package/dist-types/commands/GetResourceLogLevelCommand.d.ts +4 -0
- package/dist-types/commands/GetResourcePositionCommand.d.ts +4 -0
- package/dist-types/commands/GetServiceEndpointCommand.d.ts +3 -0
- package/dist-types/commands/GetServiceProfileCommand.d.ts +3 -0
- package/dist-types/commands/GetWirelessDeviceCommand.d.ts +4 -0
- package/dist-types/commands/GetWirelessDeviceImportTaskCommand.d.ts +82 -0
- package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +3 -0
- package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +3 -0
- package/dist-types/commands/GetWirelessGatewayCommand.d.ts +4 -0
- package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +3 -0
- package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +3 -0
- package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +3 -0
- package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/ListDestinationsCommand.d.ts +4 -0
- package/dist-types/commands/ListDeviceProfilesCommand.d.ts +5 -0
- package/dist-types/commands/ListDevicesForWirelessDeviceImportTaskCommand.d.ts +84 -0
- package/dist-types/commands/ListEventConfigurationsCommand.d.ts +5 -0
- package/dist-types/commands/ListFuotaTasksCommand.d.ts +4 -0
- package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +5 -0
- package/dist-types/commands/ListMulticastGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +4 -0
- package/dist-types/commands/ListPartnerAccountsCommand.d.ts +4 -0
- package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +5 -0
- package/dist-types/commands/ListQueuedMessagesCommand.d.ts +6 -0
- package/dist-types/commands/ListServiceProfilesCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/dist-types/commands/ListWirelessDeviceImportTasksCommand.d.ts +82 -0
- package/dist-types/commands/ListWirelessDevicesCommand.d.ts +12 -1
- package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +6 -1
- package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +5 -1
- package/dist-types/commands/PutPositionConfigurationCommand.d.ts +12 -1
- package/dist-types/commands/PutResourceLogLevelCommand.d.ts +6 -1
- package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +2 -1
- package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +5 -1
- package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +9 -0
- package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +25 -0
- package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +10 -0
- package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +10 -0
- package/dist-types/commands/StartFuotaTaskCommand.d.ts +6 -0
- package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +9 -0
- package/dist-types/commands/StartSingleWirelessDeviceImportTaskCommand.d.ts +92 -0
- package/dist-types/commands/StartWirelessDeviceImportTaskCommand.d.ts +92 -0
- package/dist-types/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/commands/TestWirelessDeviceCommand.d.ts +3 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDestinationCommand.d.ts +7 -0
- package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +27 -0
- package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +13 -0
- package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +27 -0
- package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +9 -0
- package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +7 -0
- package/dist-types/commands/UpdatePositionCommand.d.ts +7 -0
- package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateResourcePositionCommand.d.ts +5 -0
- package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +31 -0
- package/dist-types/commands/UpdateWirelessDeviceImportTaskCommand.d.ts +84 -0
- package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +13 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +392 -286
- package/dist-types/models/models_1.d.ts +438 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +24 -0
- package/dist-types/ts3.4/IoTWireless.d.ts +148 -0
- package/dist-types/ts3.4/IoTWirelessClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/DeleteWirelessDeviceImportTaskCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeregisterWirelessDeviceCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetWirelessDeviceImportTaskCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDevicesForWirelessDeviceImportTaskCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListWirelessDeviceImportTasksCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListWirelessDevicesCommand.d.ts +2 -4
- 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/StartSingleWirelessDeviceImportTaskCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartWirelessDeviceImportTaskCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateWirelessDeviceImportTaskCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +135 -87
- package/dist-types/ts3.4/models/models_1.d.ts +131 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
- package/package.json +12 -12
|
@@ -8,28 +8,122 @@ import {
|
|
|
8
8
|
DeviceRegistrationStateResourceTypeEventConfiguration,
|
|
9
9
|
EventNotificationPartnerType,
|
|
10
10
|
ExpressionType,
|
|
11
|
+
FuotaDeviceStatus,
|
|
11
12
|
IdentifierType,
|
|
12
13
|
JoinEventConfiguration,
|
|
13
14
|
JoinResourceTypeEventConfiguration,
|
|
14
15
|
LogLevel,
|
|
15
16
|
LoRaWANFuotaTask,
|
|
17
|
+
LoRaWANGateway,
|
|
18
|
+
LoRaWANGatewayVersion,
|
|
19
|
+
LoRaWANListDevice,
|
|
16
20
|
LoRaWANMulticast,
|
|
17
21
|
LoRaWANMulticastSession,
|
|
18
22
|
LoRaWANSendDataToDevice,
|
|
19
23
|
MessageDeliveryStatusEventConfiguration,
|
|
20
24
|
MessageDeliveryStatusResourceTypeEventConfiguration,
|
|
21
|
-
MulticastWirelessMetadata,
|
|
22
25
|
PartnerType,
|
|
26
|
+
PositionConfigurationFec,
|
|
27
|
+
PositionConfigurationStatus,
|
|
23
28
|
Positioning,
|
|
24
29
|
PositioningConfigStatus,
|
|
25
30
|
PositionResourceType,
|
|
26
31
|
ProximityEventConfiguration,
|
|
27
32
|
ProximityResourceTypeEventConfiguration,
|
|
33
|
+
SidewalkListDevice,
|
|
28
34
|
Tag,
|
|
29
35
|
TraceContent,
|
|
30
36
|
WirelessDeviceLogOption,
|
|
37
|
+
WirelessDeviceType,
|
|
31
38
|
WirelessGatewayLogOption,
|
|
32
39
|
} from "./models_0";
|
|
40
|
+
export interface WirelessDeviceStatistics {
|
|
41
|
+
Arn?: string;
|
|
42
|
+
Id?: string;
|
|
43
|
+
Type?: WirelessDeviceType | string;
|
|
44
|
+
Name?: string;
|
|
45
|
+
DestinationName?: string;
|
|
46
|
+
LastUplinkReceivedAt?: string;
|
|
47
|
+
LoRaWAN?: LoRaWANListDevice;
|
|
48
|
+
Sidewalk?: SidewalkListDevice;
|
|
49
|
+
FuotaDeviceStatus?: FuotaDeviceStatus | string;
|
|
50
|
+
MulticastDeviceStatus?: string;
|
|
51
|
+
McGroupId?: number;
|
|
52
|
+
}
|
|
53
|
+
export interface ListWirelessDevicesResponse {
|
|
54
|
+
NextToken?: string;
|
|
55
|
+
WirelessDeviceList?: WirelessDeviceStatistics[];
|
|
56
|
+
}
|
|
57
|
+
export interface ListWirelessGatewaysRequest {
|
|
58
|
+
NextToken?: string;
|
|
59
|
+
MaxResults?: number;
|
|
60
|
+
}
|
|
61
|
+
export interface WirelessGatewayStatistics {
|
|
62
|
+
Arn?: string;
|
|
63
|
+
Id?: string;
|
|
64
|
+
Name?: string;
|
|
65
|
+
Description?: string;
|
|
66
|
+
LoRaWAN?: LoRaWANGateway;
|
|
67
|
+
LastUplinkReceivedAt?: string;
|
|
68
|
+
}
|
|
69
|
+
export interface ListWirelessGatewaysResponse {
|
|
70
|
+
NextToken?: string;
|
|
71
|
+
WirelessGatewayList?: WirelessGatewayStatistics[];
|
|
72
|
+
}
|
|
73
|
+
export declare enum WirelessGatewayTaskDefinitionType {
|
|
74
|
+
UPDATE = "UPDATE",
|
|
75
|
+
}
|
|
76
|
+
export interface ListWirelessGatewayTaskDefinitionsRequest {
|
|
77
|
+
MaxResults?: number;
|
|
78
|
+
NextToken?: string;
|
|
79
|
+
TaskDefinitionType?: WirelessGatewayTaskDefinitionType | string;
|
|
80
|
+
}
|
|
81
|
+
export interface LoRaWANUpdateGatewayTaskEntry {
|
|
82
|
+
CurrentVersion?: LoRaWANGatewayVersion;
|
|
83
|
+
UpdateVersion?: LoRaWANGatewayVersion;
|
|
84
|
+
}
|
|
85
|
+
export interface UpdateWirelessGatewayTaskEntry {
|
|
86
|
+
Id?: string;
|
|
87
|
+
LoRaWAN?: LoRaWANUpdateGatewayTaskEntry;
|
|
88
|
+
Arn?: string;
|
|
89
|
+
}
|
|
90
|
+
export interface ListWirelessGatewayTaskDefinitionsResponse {
|
|
91
|
+
NextToken?: string;
|
|
92
|
+
TaskDefinitions?: UpdateWirelessGatewayTaskEntry[];
|
|
93
|
+
}
|
|
94
|
+
export interface SemtechGnssConfiguration {
|
|
95
|
+
Status: PositionConfigurationStatus | string | undefined;
|
|
96
|
+
Fec: PositionConfigurationFec | string | undefined;
|
|
97
|
+
}
|
|
98
|
+
export interface PositionSolverConfigurations {
|
|
99
|
+
SemtechGnss?: SemtechGnssConfiguration;
|
|
100
|
+
}
|
|
101
|
+
export interface PutPositionConfigurationRequest {
|
|
102
|
+
ResourceIdentifier: string | undefined;
|
|
103
|
+
ResourceType: PositionResourceType | string | undefined;
|
|
104
|
+
Solvers?: PositionSolverConfigurations;
|
|
105
|
+
Destination?: string;
|
|
106
|
+
}
|
|
107
|
+
export interface PutPositionConfigurationResponse {}
|
|
108
|
+
export interface PutResourceLogLevelRequest {
|
|
109
|
+
ResourceIdentifier: string | undefined;
|
|
110
|
+
ResourceType: string | undefined;
|
|
111
|
+
LogLevel: LogLevel | string | undefined;
|
|
112
|
+
}
|
|
113
|
+
export interface PutResourceLogLevelResponse {}
|
|
114
|
+
export interface ResetAllResourceLogLevelsRequest {}
|
|
115
|
+
export interface ResetAllResourceLogLevelsResponse {}
|
|
116
|
+
export interface ResetResourceLogLevelRequest {
|
|
117
|
+
ResourceIdentifier: string | undefined;
|
|
118
|
+
ResourceType: string | undefined;
|
|
119
|
+
}
|
|
120
|
+
export interface ResetResourceLogLevelResponse {}
|
|
121
|
+
export interface LoRaWANMulticastMetadata {
|
|
122
|
+
FPort?: number;
|
|
123
|
+
}
|
|
124
|
+
export interface MulticastWirelessMetadata {
|
|
125
|
+
LoRaWAN?: LoRaWANMulticastMetadata;
|
|
126
|
+
}
|
|
33
127
|
export interface SendDataToMulticastGroupRequest {
|
|
34
128
|
Id: string | undefined;
|
|
35
129
|
PayloadData: string | undefined;
|
|
@@ -87,6 +181,34 @@ export interface StartMulticastGroupSessionRequest {
|
|
|
87
181
|
LoRaWAN: LoRaWANMulticastSession | undefined;
|
|
88
182
|
}
|
|
89
183
|
export interface StartMulticastGroupSessionResponse {}
|
|
184
|
+
export interface SidewalkSingleStartImportInfo {
|
|
185
|
+
SidewalkManufacturingSn?: string;
|
|
186
|
+
}
|
|
187
|
+
export interface StartSingleWirelessDeviceImportTaskRequest {
|
|
188
|
+
DestinationName: string | undefined;
|
|
189
|
+
ClientRequestToken?: string;
|
|
190
|
+
DeviceName?: string;
|
|
191
|
+
Tags?: Tag[];
|
|
192
|
+
Sidewalk: SidewalkSingleStartImportInfo | undefined;
|
|
193
|
+
}
|
|
194
|
+
export interface StartSingleWirelessDeviceImportTaskResponse {
|
|
195
|
+
Id?: string;
|
|
196
|
+
Arn?: string;
|
|
197
|
+
}
|
|
198
|
+
export interface SidewalkStartImportInfo {
|
|
199
|
+
DeviceCreationFile?: string;
|
|
200
|
+
Role?: string;
|
|
201
|
+
}
|
|
202
|
+
export interface StartWirelessDeviceImportTaskRequest {
|
|
203
|
+
DestinationName: string | undefined;
|
|
204
|
+
ClientRequestToken?: string;
|
|
205
|
+
Tags?: Tag[];
|
|
206
|
+
Sidewalk: SidewalkStartImportInfo | undefined;
|
|
207
|
+
}
|
|
208
|
+
export interface StartWirelessDeviceImportTaskResponse {
|
|
209
|
+
Id?: string;
|
|
210
|
+
Arn?: string;
|
|
211
|
+
}
|
|
90
212
|
export interface TagResourceRequest {
|
|
91
213
|
ResourceArn: string | undefined;
|
|
92
214
|
Tags: Tag[] | undefined;
|
|
@@ -221,6 +343,14 @@ export interface UpdateWirelessDeviceRequest {
|
|
|
221
343
|
Positioning?: PositioningConfigStatus | string;
|
|
222
344
|
}
|
|
223
345
|
export interface UpdateWirelessDeviceResponse {}
|
|
346
|
+
export interface SidewalkUpdateImportInfo {
|
|
347
|
+
DeviceCreationFile?: string;
|
|
348
|
+
}
|
|
349
|
+
export interface UpdateWirelessDeviceImportTaskRequest {
|
|
350
|
+
Id: string | undefined;
|
|
351
|
+
Sidewalk: SidewalkUpdateImportInfo | undefined;
|
|
352
|
+
}
|
|
353
|
+
export interface UpdateWirelessDeviceImportTaskResponse {}
|
|
224
354
|
export interface UpdateWirelessGatewayRequest {
|
|
225
355
|
Id: string | undefined;
|
|
226
356
|
Name?: string;
|
|
@@ -107,6 +107,10 @@ import {
|
|
|
107
107
|
DeleteWirelessDeviceCommandInput,
|
|
108
108
|
DeleteWirelessDeviceCommandOutput,
|
|
109
109
|
} from "../commands/DeleteWirelessDeviceCommand";
|
|
110
|
+
import {
|
|
111
|
+
DeleteWirelessDeviceImportTaskCommandInput,
|
|
112
|
+
DeleteWirelessDeviceImportTaskCommandOutput,
|
|
113
|
+
} from "../commands/DeleteWirelessDeviceImportTaskCommand";
|
|
110
114
|
import {
|
|
111
115
|
DeleteWirelessGatewayCommandInput,
|
|
112
116
|
DeleteWirelessGatewayCommandOutput,
|
|
@@ -119,6 +123,10 @@ import {
|
|
|
119
123
|
DeleteWirelessGatewayTaskDefinitionCommandInput,
|
|
120
124
|
DeleteWirelessGatewayTaskDefinitionCommandOutput,
|
|
121
125
|
} from "../commands/DeleteWirelessGatewayTaskDefinitionCommand";
|
|
126
|
+
import {
|
|
127
|
+
DeregisterWirelessDeviceCommandInput,
|
|
128
|
+
DeregisterWirelessDeviceCommandOutput,
|
|
129
|
+
} from "../commands/DeregisterWirelessDeviceCommand";
|
|
122
130
|
import {
|
|
123
131
|
DisassociateAwsAccountFromPartnerAccountCommandInput,
|
|
124
132
|
DisassociateAwsAccountFromPartnerAccountCommandOutput,
|
|
@@ -219,6 +227,10 @@ import {
|
|
|
219
227
|
GetWirelessDeviceCommandInput,
|
|
220
228
|
GetWirelessDeviceCommandOutput,
|
|
221
229
|
} from "../commands/GetWirelessDeviceCommand";
|
|
230
|
+
import {
|
|
231
|
+
GetWirelessDeviceImportTaskCommandInput,
|
|
232
|
+
GetWirelessDeviceImportTaskCommandOutput,
|
|
233
|
+
} from "../commands/GetWirelessDeviceImportTaskCommand";
|
|
222
234
|
import {
|
|
223
235
|
GetWirelessDeviceStatisticsCommandInput,
|
|
224
236
|
GetWirelessDeviceStatisticsCommandOutput,
|
|
@@ -255,6 +267,10 @@ import {
|
|
|
255
267
|
ListDeviceProfilesCommandInput,
|
|
256
268
|
ListDeviceProfilesCommandOutput,
|
|
257
269
|
} from "../commands/ListDeviceProfilesCommand";
|
|
270
|
+
import {
|
|
271
|
+
ListDevicesForWirelessDeviceImportTaskCommandInput,
|
|
272
|
+
ListDevicesForWirelessDeviceImportTaskCommandOutput,
|
|
273
|
+
} from "../commands/ListDevicesForWirelessDeviceImportTaskCommand";
|
|
258
274
|
import {
|
|
259
275
|
ListEventConfigurationsCommandInput,
|
|
260
276
|
ListEventConfigurationsCommandOutput,
|
|
@@ -295,6 +311,10 @@ import {
|
|
|
295
311
|
ListTagsForResourceCommandInput,
|
|
296
312
|
ListTagsForResourceCommandOutput,
|
|
297
313
|
} from "../commands/ListTagsForResourceCommand";
|
|
314
|
+
import {
|
|
315
|
+
ListWirelessDeviceImportTasksCommandInput,
|
|
316
|
+
ListWirelessDeviceImportTasksCommandOutput,
|
|
317
|
+
} from "../commands/ListWirelessDeviceImportTasksCommand";
|
|
298
318
|
import {
|
|
299
319
|
ListWirelessDevicesCommandInput,
|
|
300
320
|
ListWirelessDevicesCommandOutput,
|
|
@@ -347,6 +367,14 @@ import {
|
|
|
347
367
|
StartMulticastGroupSessionCommandInput,
|
|
348
368
|
StartMulticastGroupSessionCommandOutput,
|
|
349
369
|
} from "../commands/StartMulticastGroupSessionCommand";
|
|
370
|
+
import {
|
|
371
|
+
StartSingleWirelessDeviceImportTaskCommandInput,
|
|
372
|
+
StartSingleWirelessDeviceImportTaskCommandOutput,
|
|
373
|
+
} from "../commands/StartSingleWirelessDeviceImportTaskCommand";
|
|
374
|
+
import {
|
|
375
|
+
StartWirelessDeviceImportTaskCommandInput,
|
|
376
|
+
StartWirelessDeviceImportTaskCommandOutput,
|
|
377
|
+
} from "../commands/StartWirelessDeviceImportTaskCommand";
|
|
350
378
|
import {
|
|
351
379
|
TagResourceCommandInput,
|
|
352
380
|
TagResourceCommandOutput,
|
|
@@ -403,6 +431,10 @@ import {
|
|
|
403
431
|
UpdateWirelessDeviceCommandInput,
|
|
404
432
|
UpdateWirelessDeviceCommandOutput,
|
|
405
433
|
} from "../commands/UpdateWirelessDeviceCommand";
|
|
434
|
+
import {
|
|
435
|
+
UpdateWirelessDeviceImportTaskCommandInput,
|
|
436
|
+
UpdateWirelessDeviceImportTaskCommandOutput,
|
|
437
|
+
} from "../commands/UpdateWirelessDeviceImportTaskCommand";
|
|
406
438
|
import {
|
|
407
439
|
UpdateWirelessGatewayCommandInput,
|
|
408
440
|
UpdateWirelessGatewayCommandOutput,
|
|
@@ -511,6 +543,10 @@ export declare const serializeAws_restJson1DeleteWirelessDeviceCommand: (
|
|
|
511
543
|
input: DeleteWirelessDeviceCommandInput,
|
|
512
544
|
context: __SerdeContext
|
|
513
545
|
) => Promise<__HttpRequest>;
|
|
546
|
+
export declare const serializeAws_restJson1DeleteWirelessDeviceImportTaskCommand: (
|
|
547
|
+
input: DeleteWirelessDeviceImportTaskCommandInput,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<__HttpRequest>;
|
|
514
550
|
export declare const serializeAws_restJson1DeleteWirelessGatewayCommand: (
|
|
515
551
|
input: DeleteWirelessGatewayCommandInput,
|
|
516
552
|
context: __SerdeContext
|
|
@@ -523,6 +559,10 @@ export declare const serializeAws_restJson1DeleteWirelessGatewayTaskDefinitionCo
|
|
|
523
559
|
input: DeleteWirelessGatewayTaskDefinitionCommandInput,
|
|
524
560
|
context: __SerdeContext
|
|
525
561
|
) => Promise<__HttpRequest>;
|
|
562
|
+
export declare const serializeAws_restJson1DeregisterWirelessDeviceCommand: (
|
|
563
|
+
input: DeregisterWirelessDeviceCommandInput,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<__HttpRequest>;
|
|
526
566
|
export declare const serializeAws_restJson1DisassociateAwsAccountFromPartnerAccountCommand: (
|
|
527
567
|
input: DisassociateAwsAccountFromPartnerAccountCommandInput,
|
|
528
568
|
context: __SerdeContext
|
|
@@ -623,6 +663,10 @@ export declare const serializeAws_restJson1GetWirelessDeviceCommand: (
|
|
|
623
663
|
input: GetWirelessDeviceCommandInput,
|
|
624
664
|
context: __SerdeContext
|
|
625
665
|
) => Promise<__HttpRequest>;
|
|
666
|
+
export declare const serializeAws_restJson1GetWirelessDeviceImportTaskCommand: (
|
|
667
|
+
input: GetWirelessDeviceImportTaskCommandInput,
|
|
668
|
+
context: __SerdeContext
|
|
669
|
+
) => Promise<__HttpRequest>;
|
|
626
670
|
export declare const serializeAws_restJson1GetWirelessDeviceStatisticsCommand: (
|
|
627
671
|
input: GetWirelessDeviceStatisticsCommandInput,
|
|
628
672
|
context: __SerdeContext
|
|
@@ -659,6 +703,10 @@ export declare const serializeAws_restJson1ListDeviceProfilesCommand: (
|
|
|
659
703
|
input: ListDeviceProfilesCommandInput,
|
|
660
704
|
context: __SerdeContext
|
|
661
705
|
) => Promise<__HttpRequest>;
|
|
706
|
+
export declare const serializeAws_restJson1ListDevicesForWirelessDeviceImportTaskCommand: (
|
|
707
|
+
input: ListDevicesForWirelessDeviceImportTaskCommandInput,
|
|
708
|
+
context: __SerdeContext
|
|
709
|
+
) => Promise<__HttpRequest>;
|
|
662
710
|
export declare const serializeAws_restJson1ListEventConfigurationsCommand: (
|
|
663
711
|
input: ListEventConfigurationsCommandInput,
|
|
664
712
|
context: __SerdeContext
|
|
@@ -699,6 +747,10 @@ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
|
|
|
699
747
|
input: ListTagsForResourceCommandInput,
|
|
700
748
|
context: __SerdeContext
|
|
701
749
|
) => Promise<__HttpRequest>;
|
|
750
|
+
export declare const serializeAws_restJson1ListWirelessDeviceImportTasksCommand: (
|
|
751
|
+
input: ListWirelessDeviceImportTasksCommandInput,
|
|
752
|
+
context: __SerdeContext
|
|
753
|
+
) => Promise<__HttpRequest>;
|
|
702
754
|
export declare const serializeAws_restJson1ListWirelessDevicesCommand: (
|
|
703
755
|
input: ListWirelessDevicesCommandInput,
|
|
704
756
|
context: __SerdeContext
|
|
@@ -751,6 +803,14 @@ export declare const serializeAws_restJson1StartMulticastGroupSessionCommand: (
|
|
|
751
803
|
input: StartMulticastGroupSessionCommandInput,
|
|
752
804
|
context: __SerdeContext
|
|
753
805
|
) => Promise<__HttpRequest>;
|
|
806
|
+
export declare const serializeAws_restJson1StartSingleWirelessDeviceImportTaskCommand: (
|
|
807
|
+
input: StartSingleWirelessDeviceImportTaskCommandInput,
|
|
808
|
+
context: __SerdeContext
|
|
809
|
+
) => Promise<__HttpRequest>;
|
|
810
|
+
export declare const serializeAws_restJson1StartWirelessDeviceImportTaskCommand: (
|
|
811
|
+
input: StartWirelessDeviceImportTaskCommandInput,
|
|
812
|
+
context: __SerdeContext
|
|
813
|
+
) => Promise<__HttpRequest>;
|
|
754
814
|
export declare const serializeAws_restJson1TagResourceCommand: (
|
|
755
815
|
input: TagResourceCommandInput,
|
|
756
816
|
context: __SerdeContext
|
|
@@ -807,6 +867,10 @@ export declare const serializeAws_restJson1UpdateWirelessDeviceCommand: (
|
|
|
807
867
|
input: UpdateWirelessDeviceCommandInput,
|
|
808
868
|
context: __SerdeContext
|
|
809
869
|
) => Promise<__HttpRequest>;
|
|
870
|
+
export declare const serializeAws_restJson1UpdateWirelessDeviceImportTaskCommand: (
|
|
871
|
+
input: UpdateWirelessDeviceImportTaskCommandInput,
|
|
872
|
+
context: __SerdeContext
|
|
873
|
+
) => Promise<__HttpRequest>;
|
|
810
874
|
export declare const serializeAws_restJson1UpdateWirelessGatewayCommand: (
|
|
811
875
|
input: UpdateWirelessGatewayCommandInput,
|
|
812
876
|
context: __SerdeContext
|
|
@@ -915,6 +979,10 @@ export declare const deserializeAws_restJson1DeleteWirelessDeviceCommand: (
|
|
|
915
979
|
output: __HttpResponse,
|
|
916
980
|
context: __SerdeContext
|
|
917
981
|
) => Promise<DeleteWirelessDeviceCommandOutput>;
|
|
982
|
+
export declare const deserializeAws_restJson1DeleteWirelessDeviceImportTaskCommand: (
|
|
983
|
+
output: __HttpResponse,
|
|
984
|
+
context: __SerdeContext
|
|
985
|
+
) => Promise<DeleteWirelessDeviceImportTaskCommandOutput>;
|
|
918
986
|
export declare const deserializeAws_restJson1DeleteWirelessGatewayCommand: (
|
|
919
987
|
output: __HttpResponse,
|
|
920
988
|
context: __SerdeContext
|
|
@@ -927,6 +995,10 @@ export declare const deserializeAws_restJson1DeleteWirelessGatewayTaskDefinition
|
|
|
927
995
|
output: __HttpResponse,
|
|
928
996
|
context: __SerdeContext
|
|
929
997
|
) => Promise<DeleteWirelessGatewayTaskDefinitionCommandOutput>;
|
|
998
|
+
export declare const deserializeAws_restJson1DeregisterWirelessDeviceCommand: (
|
|
999
|
+
output: __HttpResponse,
|
|
1000
|
+
context: __SerdeContext
|
|
1001
|
+
) => Promise<DeregisterWirelessDeviceCommandOutput>;
|
|
930
1002
|
export declare const deserializeAws_restJson1DisassociateAwsAccountFromPartnerAccountCommand: (
|
|
931
1003
|
output: __HttpResponse,
|
|
932
1004
|
context: __SerdeContext
|
|
@@ -1027,6 +1099,10 @@ export declare const deserializeAws_restJson1GetWirelessDeviceCommand: (
|
|
|
1027
1099
|
output: __HttpResponse,
|
|
1028
1100
|
context: __SerdeContext
|
|
1029
1101
|
) => Promise<GetWirelessDeviceCommandOutput>;
|
|
1102
|
+
export declare const deserializeAws_restJson1GetWirelessDeviceImportTaskCommand: (
|
|
1103
|
+
output: __HttpResponse,
|
|
1104
|
+
context: __SerdeContext
|
|
1105
|
+
) => Promise<GetWirelessDeviceImportTaskCommandOutput>;
|
|
1030
1106
|
export declare const deserializeAws_restJson1GetWirelessDeviceStatisticsCommand: (
|
|
1031
1107
|
output: __HttpResponse,
|
|
1032
1108
|
context: __SerdeContext
|
|
@@ -1063,6 +1139,10 @@ export declare const deserializeAws_restJson1ListDeviceProfilesCommand: (
|
|
|
1063
1139
|
output: __HttpResponse,
|
|
1064
1140
|
context: __SerdeContext
|
|
1065
1141
|
) => Promise<ListDeviceProfilesCommandOutput>;
|
|
1142
|
+
export declare const deserializeAws_restJson1ListDevicesForWirelessDeviceImportTaskCommand: (
|
|
1143
|
+
output: __HttpResponse,
|
|
1144
|
+
context: __SerdeContext
|
|
1145
|
+
) => Promise<ListDevicesForWirelessDeviceImportTaskCommandOutput>;
|
|
1066
1146
|
export declare const deserializeAws_restJson1ListEventConfigurationsCommand: (
|
|
1067
1147
|
output: __HttpResponse,
|
|
1068
1148
|
context: __SerdeContext
|
|
@@ -1103,6 +1183,10 @@ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
|
|
|
1103
1183
|
output: __HttpResponse,
|
|
1104
1184
|
context: __SerdeContext
|
|
1105
1185
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
1186
|
+
export declare const deserializeAws_restJson1ListWirelessDeviceImportTasksCommand: (
|
|
1187
|
+
output: __HttpResponse,
|
|
1188
|
+
context: __SerdeContext
|
|
1189
|
+
) => Promise<ListWirelessDeviceImportTasksCommandOutput>;
|
|
1106
1190
|
export declare const deserializeAws_restJson1ListWirelessDevicesCommand: (
|
|
1107
1191
|
output: __HttpResponse,
|
|
1108
1192
|
context: __SerdeContext
|
|
@@ -1155,6 +1239,14 @@ export declare const deserializeAws_restJson1StartMulticastGroupSessionCommand:
|
|
|
1155
1239
|
output: __HttpResponse,
|
|
1156
1240
|
context: __SerdeContext
|
|
1157
1241
|
) => Promise<StartMulticastGroupSessionCommandOutput>;
|
|
1242
|
+
export declare const deserializeAws_restJson1StartSingleWirelessDeviceImportTaskCommand: (
|
|
1243
|
+
output: __HttpResponse,
|
|
1244
|
+
context: __SerdeContext
|
|
1245
|
+
) => Promise<StartSingleWirelessDeviceImportTaskCommandOutput>;
|
|
1246
|
+
export declare const deserializeAws_restJson1StartWirelessDeviceImportTaskCommand: (
|
|
1247
|
+
output: __HttpResponse,
|
|
1248
|
+
context: __SerdeContext
|
|
1249
|
+
) => Promise<StartWirelessDeviceImportTaskCommandOutput>;
|
|
1158
1250
|
export declare const deserializeAws_restJson1TagResourceCommand: (
|
|
1159
1251
|
output: __HttpResponse,
|
|
1160
1252
|
context: __SerdeContext
|
|
@@ -1211,6 +1303,10 @@ export declare const deserializeAws_restJson1UpdateWirelessDeviceCommand: (
|
|
|
1211
1303
|
output: __HttpResponse,
|
|
1212
1304
|
context: __SerdeContext
|
|
1213
1305
|
) => Promise<UpdateWirelessDeviceCommandOutput>;
|
|
1306
|
+
export declare const deserializeAws_restJson1UpdateWirelessDeviceImportTaskCommand: (
|
|
1307
|
+
output: __HttpResponse,
|
|
1308
|
+
context: __SerdeContext
|
|
1309
|
+
) => Promise<UpdateWirelessDeviceImportTaskCommandOutput>;
|
|
1214
1310
|
export declare const deserializeAws_restJson1UpdateWirelessGatewayCommand: (
|
|
1215
1311
|
output: __HttpResponse,
|
|
1216
1312
|
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.300.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",
|
|
@@ -21,23 +21,23 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.300.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.300.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
30
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.300.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.300.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
43
43
|
"@aws-sdk/smithy-client": "3.296.0",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.300.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.300.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
56
56
|
"tslib": "^2.5.0",
|
|
57
57
|
"uuid": "^8.3.2"
|