@aws-sdk/client-iot-wireless 3.299.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 +8 -8
|
@@ -1,6 +1,317 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { IoTWirelessServiceException as __BaseException } from "./IoTWirelessServiceException";
|
|
3
|
-
import { ApplicationConfig, ConnectionStatusEventConfiguration, ConnectionStatusResourceTypeEventConfiguration, DeviceRegistrationStateEventConfiguration, DeviceRegistrationStateResourceTypeEventConfiguration, EventNotificationPartnerType, ExpressionType, IdentifierType, JoinEventConfiguration, JoinResourceTypeEventConfiguration, LogLevel, LoRaWANFuotaTask, LoRaWANMulticast, LoRaWANMulticastSession, LoRaWANSendDataToDevice, MessageDeliveryStatusEventConfiguration, MessageDeliveryStatusResourceTypeEventConfiguration,
|
|
3
|
+
import { ApplicationConfig, ConnectionStatusEventConfiguration, ConnectionStatusResourceTypeEventConfiguration, DeviceRegistrationStateEventConfiguration, DeviceRegistrationStateResourceTypeEventConfiguration, EventNotificationPartnerType, ExpressionType, FuotaDeviceStatus, IdentifierType, JoinEventConfiguration, JoinResourceTypeEventConfiguration, LogLevel, LoRaWANFuotaTask, LoRaWANGateway, LoRaWANGatewayVersion, LoRaWANListDevice, LoRaWANMulticast, LoRaWANMulticastSession, LoRaWANSendDataToDevice, MessageDeliveryStatusEventConfiguration, MessageDeliveryStatusResourceTypeEventConfiguration, PartnerType, PositionConfigurationFec, PositionConfigurationStatus, Positioning, PositioningConfigStatus, PositionResourceType, ProximityEventConfiguration, ProximityResourceTypeEventConfiguration, SidewalkListDevice, Tag, TraceContent, WirelessDeviceLogOption, WirelessDeviceType, WirelessGatewayLogOption } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* <p>Information about a wireless device's operation.</p>
|
|
7
|
+
*/
|
|
8
|
+
export interface WirelessDeviceStatistics {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The Amazon Resource Name of the resource.</p>
|
|
11
|
+
*/
|
|
12
|
+
Arn?: string;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The ID of the wireless device reporting the data.</p>
|
|
15
|
+
*/
|
|
16
|
+
Id?: string;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The wireless device type.</p>
|
|
19
|
+
*/
|
|
20
|
+
Type?: WirelessDeviceType | string;
|
|
21
|
+
/**
|
|
22
|
+
* <p>The name of the resource.</p>
|
|
23
|
+
*/
|
|
24
|
+
Name?: string;
|
|
25
|
+
/**
|
|
26
|
+
* <p>The name of the destination to which the device is assigned.</p>
|
|
27
|
+
*/
|
|
28
|
+
DestinationName?: string;
|
|
29
|
+
/**
|
|
30
|
+
* <p>The date and time when the most recent uplink was received.</p>
|
|
31
|
+
*/
|
|
32
|
+
LastUplinkReceivedAt?: string;
|
|
33
|
+
/**
|
|
34
|
+
* <p>LoRaWAN device info.</p>
|
|
35
|
+
*/
|
|
36
|
+
LoRaWAN?: LoRaWANListDevice;
|
|
37
|
+
/**
|
|
38
|
+
* <p>The Sidewalk account credentials.</p>
|
|
39
|
+
*/
|
|
40
|
+
Sidewalk?: SidewalkListDevice;
|
|
41
|
+
/**
|
|
42
|
+
* <p>The status of a wireless device in a FUOTA task.</p>
|
|
43
|
+
*/
|
|
44
|
+
FuotaDeviceStatus?: FuotaDeviceStatus | string;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The status of the wireless device in the multicast group.</p>
|
|
47
|
+
*/
|
|
48
|
+
MulticastDeviceStatus?: string;
|
|
49
|
+
/**
|
|
50
|
+
* <p>Id of the multicast group.</p>
|
|
51
|
+
*/
|
|
52
|
+
McGroupId?: number;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
export interface ListWirelessDevicesResponse {
|
|
58
|
+
/**
|
|
59
|
+
* <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
|
|
60
|
+
*/
|
|
61
|
+
NextToken?: string;
|
|
62
|
+
/**
|
|
63
|
+
* <p>The ID of the wireless device.</p>
|
|
64
|
+
*/
|
|
65
|
+
WirelessDeviceList?: WirelessDeviceStatistics[];
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
export interface ListWirelessGatewaysRequest {
|
|
71
|
+
/**
|
|
72
|
+
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
|
|
73
|
+
*/
|
|
74
|
+
NextToken?: string;
|
|
75
|
+
/**
|
|
76
|
+
* <p>The maximum number of results to return in this operation.</p>
|
|
77
|
+
*/
|
|
78
|
+
MaxResults?: number;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
* <p>Information about a wireless gateway's operation.</p>
|
|
83
|
+
*/
|
|
84
|
+
export interface WirelessGatewayStatistics {
|
|
85
|
+
/**
|
|
86
|
+
* <p>The Amazon Resource Name of the resource.</p>
|
|
87
|
+
*/
|
|
88
|
+
Arn?: string;
|
|
89
|
+
/**
|
|
90
|
+
* <p>The ID of the wireless gateway reporting the data.</p>
|
|
91
|
+
*/
|
|
92
|
+
Id?: string;
|
|
93
|
+
/**
|
|
94
|
+
* <p>The name of the resource.</p>
|
|
95
|
+
*/
|
|
96
|
+
Name?: string;
|
|
97
|
+
/**
|
|
98
|
+
* <p>The description of the resource.</p>
|
|
99
|
+
*/
|
|
100
|
+
Description?: string;
|
|
101
|
+
/**
|
|
102
|
+
* <p>LoRaWAN gateway info.</p>
|
|
103
|
+
*/
|
|
104
|
+
LoRaWAN?: LoRaWANGateway;
|
|
105
|
+
/**
|
|
106
|
+
* <p>The date and time when the most recent uplink was received.</p>
|
|
107
|
+
*/
|
|
108
|
+
LastUplinkReceivedAt?: string;
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
113
|
+
export interface ListWirelessGatewaysResponse {
|
|
114
|
+
/**
|
|
115
|
+
* <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
|
|
116
|
+
*/
|
|
117
|
+
NextToken?: string;
|
|
118
|
+
/**
|
|
119
|
+
* <p>The ID of the wireless gateway.</p>
|
|
120
|
+
*/
|
|
121
|
+
WirelessGatewayList?: WirelessGatewayStatistics[];
|
|
122
|
+
}
|
|
123
|
+
/**
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
export declare enum WirelessGatewayTaskDefinitionType {
|
|
127
|
+
UPDATE = "UPDATE"
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
export interface ListWirelessGatewayTaskDefinitionsRequest {
|
|
133
|
+
/**
|
|
134
|
+
* <p>The maximum number of results to return in this operation.</p>
|
|
135
|
+
*/
|
|
136
|
+
MaxResults?: number;
|
|
137
|
+
/**
|
|
138
|
+
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
|
|
139
|
+
*/
|
|
140
|
+
NextToken?: string;
|
|
141
|
+
/**
|
|
142
|
+
* <p>A filter to list only the wireless gateway task definitions that use this task definition type.</p>
|
|
143
|
+
*/
|
|
144
|
+
TaskDefinitionType?: WirelessGatewayTaskDefinitionType | string;
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* @public
|
|
148
|
+
* <p>LoRaWANUpdateGatewayTaskEntry object.</p>
|
|
149
|
+
*/
|
|
150
|
+
export interface LoRaWANUpdateGatewayTaskEntry {
|
|
151
|
+
/**
|
|
152
|
+
* <p>The version of the gateways that should receive the update.</p>
|
|
153
|
+
*/
|
|
154
|
+
CurrentVersion?: LoRaWANGatewayVersion;
|
|
155
|
+
/**
|
|
156
|
+
* <p>The firmware version to update the gateway to.</p>
|
|
157
|
+
*/
|
|
158
|
+
UpdateVersion?: LoRaWANGatewayVersion;
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* @public
|
|
162
|
+
* <p>UpdateWirelessGatewayTaskEntry object.</p>
|
|
163
|
+
*/
|
|
164
|
+
export interface UpdateWirelessGatewayTaskEntry {
|
|
165
|
+
/**
|
|
166
|
+
* <p>The ID of the new wireless gateway task entry.</p>
|
|
167
|
+
*/
|
|
168
|
+
Id?: string;
|
|
169
|
+
/**
|
|
170
|
+
* <p>The properties that relate to the LoRaWAN wireless gateway.</p>
|
|
171
|
+
*/
|
|
172
|
+
LoRaWAN?: LoRaWANUpdateGatewayTaskEntry;
|
|
173
|
+
/**
|
|
174
|
+
* <p>The Amazon Resource Name of the resource.</p>
|
|
175
|
+
*/
|
|
176
|
+
Arn?: string;
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* @public
|
|
180
|
+
*/
|
|
181
|
+
export interface ListWirelessGatewayTaskDefinitionsResponse {
|
|
182
|
+
/**
|
|
183
|
+
* <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
|
|
184
|
+
*/
|
|
185
|
+
NextToken?: string;
|
|
186
|
+
/**
|
|
187
|
+
* <p>The list of task definitions.</p>
|
|
188
|
+
*/
|
|
189
|
+
TaskDefinitions?: UpdateWirelessGatewayTaskEntry[];
|
|
190
|
+
}
|
|
191
|
+
/**
|
|
192
|
+
* @public
|
|
193
|
+
* <p>Information about the Semtech GNSS solver configuration.</p>
|
|
194
|
+
*/
|
|
195
|
+
export interface SemtechGnssConfiguration {
|
|
196
|
+
/**
|
|
197
|
+
* <p>The status indicating whether the solver is enabled.</p>
|
|
198
|
+
*/
|
|
199
|
+
Status: PositionConfigurationStatus | string | undefined;
|
|
200
|
+
/**
|
|
201
|
+
* <p>Whether forward error correction is enabled.</p>
|
|
202
|
+
*/
|
|
203
|
+
Fec: PositionConfigurationFec | string | undefined;
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* @public
|
|
207
|
+
* <p>The wrapper for position solver configurations.</p>
|
|
208
|
+
*/
|
|
209
|
+
export interface PositionSolverConfigurations {
|
|
210
|
+
/**
|
|
211
|
+
* <p>The Semtech GNSS solver configuration object.</p>
|
|
212
|
+
*/
|
|
213
|
+
SemtechGnss?: SemtechGnssConfiguration;
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* @public
|
|
217
|
+
*/
|
|
218
|
+
export interface PutPositionConfigurationRequest {
|
|
219
|
+
/**
|
|
220
|
+
* <p>Resource identifier used to update the position configuration.</p>
|
|
221
|
+
*/
|
|
222
|
+
ResourceIdentifier: string | undefined;
|
|
223
|
+
/**
|
|
224
|
+
* <p>Resource type of the resource for which you want to update the position configuration.</p>
|
|
225
|
+
*/
|
|
226
|
+
ResourceType: PositionResourceType | string | undefined;
|
|
227
|
+
/**
|
|
228
|
+
* <p>The positioning solvers used to update the position configuration of the resource.</p>
|
|
229
|
+
*/
|
|
230
|
+
Solvers?: PositionSolverConfigurations;
|
|
231
|
+
/**
|
|
232
|
+
* <p>The position data destination that describes the AWS IoT rule that processes the device's position
|
|
233
|
+
* data for use by AWS IoT Core for LoRaWAN.</p>
|
|
234
|
+
*/
|
|
235
|
+
Destination?: string;
|
|
236
|
+
}
|
|
237
|
+
/**
|
|
238
|
+
* @public
|
|
239
|
+
*/
|
|
240
|
+
export interface PutPositionConfigurationResponse {
|
|
241
|
+
}
|
|
242
|
+
/**
|
|
243
|
+
* @public
|
|
244
|
+
*/
|
|
245
|
+
export interface PutResourceLogLevelRequest {
|
|
246
|
+
/**
|
|
247
|
+
* <p>The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway,
|
|
248
|
+
* it is the wireless gateway ID.</p>
|
|
249
|
+
*/
|
|
250
|
+
ResourceIdentifier: string | undefined;
|
|
251
|
+
/**
|
|
252
|
+
* <p>The type of the resource, which can be <code>WirelessDevice</code> or <code>WirelessGateway</code>.</p>
|
|
253
|
+
*/
|
|
254
|
+
ResourceType: string | undefined;
|
|
255
|
+
/**
|
|
256
|
+
* <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display
|
|
257
|
+
* less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.</p>
|
|
258
|
+
*/
|
|
259
|
+
LogLevel: LogLevel | string | undefined;
|
|
260
|
+
}
|
|
261
|
+
/**
|
|
262
|
+
* @public
|
|
263
|
+
*/
|
|
264
|
+
export interface PutResourceLogLevelResponse {
|
|
265
|
+
}
|
|
266
|
+
/**
|
|
267
|
+
* @public
|
|
268
|
+
*/
|
|
269
|
+
export interface ResetAllResourceLogLevelsRequest {
|
|
270
|
+
}
|
|
271
|
+
/**
|
|
272
|
+
* @public
|
|
273
|
+
*/
|
|
274
|
+
export interface ResetAllResourceLogLevelsResponse {
|
|
275
|
+
}
|
|
276
|
+
/**
|
|
277
|
+
* @public
|
|
278
|
+
*/
|
|
279
|
+
export interface ResetResourceLogLevelRequest {
|
|
280
|
+
/**
|
|
281
|
+
* <p>The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway,
|
|
282
|
+
* it is the wireless gateway ID.</p>
|
|
283
|
+
*/
|
|
284
|
+
ResourceIdentifier: string | undefined;
|
|
285
|
+
/**
|
|
286
|
+
* <p>The type of the resource, which can be <code>WirelessDevice</code> or <code>WirelessGateway</code>.</p>
|
|
287
|
+
*/
|
|
288
|
+
ResourceType: string | undefined;
|
|
289
|
+
}
|
|
290
|
+
/**
|
|
291
|
+
* @public
|
|
292
|
+
*/
|
|
293
|
+
export interface ResetResourceLogLevelResponse {
|
|
294
|
+
}
|
|
295
|
+
/**
|
|
296
|
+
* @public
|
|
297
|
+
* <p>The metadata information of the LoRaWAN multicast group.</p>
|
|
298
|
+
*/
|
|
299
|
+
export interface LoRaWANMulticastMetadata {
|
|
300
|
+
/**
|
|
301
|
+
* <p>The Fport value.</p>
|
|
302
|
+
*/
|
|
303
|
+
FPort?: number;
|
|
304
|
+
}
|
|
305
|
+
/**
|
|
306
|
+
* @public
|
|
307
|
+
* <p>Wireless metadata that is to be sent to multicast group.</p>
|
|
308
|
+
*/
|
|
309
|
+
export interface MulticastWirelessMetadata {
|
|
310
|
+
/**
|
|
311
|
+
* <p>The metadata information of the LoRaWAN multicast group.</p>
|
|
312
|
+
*/
|
|
313
|
+
LoRaWAN?: LoRaWANMulticastMetadata;
|
|
314
|
+
}
|
|
4
315
|
/**
|
|
5
316
|
* @public
|
|
6
317
|
*/
|
|
@@ -188,6 +499,104 @@ export interface StartMulticastGroupSessionRequest {
|
|
|
188
499
|
*/
|
|
189
500
|
export interface StartMulticastGroupSessionResponse {
|
|
190
501
|
}
|
|
502
|
+
/**
|
|
503
|
+
* @public
|
|
504
|
+
* <p>Information about an import task created for an individual Sidewalk device.</p>
|
|
505
|
+
*/
|
|
506
|
+
export interface SidewalkSingleStartImportInfo {
|
|
507
|
+
/**
|
|
508
|
+
* <p>The Sidewalk manufacturing serial number (SMSN) of the device added to the import task.</p>
|
|
509
|
+
*/
|
|
510
|
+
SidewalkManufacturingSn?: string;
|
|
511
|
+
}
|
|
512
|
+
/**
|
|
513
|
+
* @public
|
|
514
|
+
*/
|
|
515
|
+
export interface StartSingleWirelessDeviceImportTaskRequest {
|
|
516
|
+
/**
|
|
517
|
+
* <p>The name of the Sidewalk destination that describes the IoT rule to route messages from the device in the import
|
|
518
|
+
* task that will be onboarded to AWS IoT Wireless.</p>
|
|
519
|
+
*/
|
|
520
|
+
DestinationName: string | undefined;
|
|
521
|
+
/**
|
|
522
|
+
* <p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.</p>
|
|
523
|
+
*/
|
|
524
|
+
ClientRequestToken?: string;
|
|
525
|
+
/**
|
|
526
|
+
* <p>The name of the wireless device for which an import task is being started.</p>
|
|
527
|
+
*/
|
|
528
|
+
DeviceName?: string;
|
|
529
|
+
/**
|
|
530
|
+
* <p>The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>
|
|
531
|
+
*/
|
|
532
|
+
Tags?: Tag[];
|
|
533
|
+
/**
|
|
534
|
+
* <p>The Sidewalk-related parameters for importing a single wireless device.</p>
|
|
535
|
+
*/
|
|
536
|
+
Sidewalk: SidewalkSingleStartImportInfo | undefined;
|
|
537
|
+
}
|
|
538
|
+
/**
|
|
539
|
+
* @public
|
|
540
|
+
*/
|
|
541
|
+
export interface StartSingleWirelessDeviceImportTaskResponse {
|
|
542
|
+
/**
|
|
543
|
+
* <p>The import task ID.</p>
|
|
544
|
+
*/
|
|
545
|
+
Id?: string;
|
|
546
|
+
/**
|
|
547
|
+
* <p>The ARN (Amazon Resource Name) of the import task.</p>
|
|
548
|
+
*/
|
|
549
|
+
Arn?: string;
|
|
550
|
+
}
|
|
551
|
+
/**
|
|
552
|
+
* @public
|
|
553
|
+
* <p>Information about an import task created for bulk provisioning.</p>
|
|
554
|
+
*/
|
|
555
|
+
export interface SidewalkStartImportInfo {
|
|
556
|
+
/**
|
|
557
|
+
* <p>The CSV file contained in an S3 bucket that's used for adding devices to an import task.</p>
|
|
558
|
+
*/
|
|
559
|
+
DeviceCreationFile?: string;
|
|
560
|
+
/**
|
|
561
|
+
* <p>The IAM role that allows AWS IoT Wireless to access the CSV file in the S3 bucket.</p>
|
|
562
|
+
*/
|
|
563
|
+
Role?: string;
|
|
564
|
+
}
|
|
565
|
+
/**
|
|
566
|
+
* @public
|
|
567
|
+
*/
|
|
568
|
+
export interface StartWirelessDeviceImportTaskRequest {
|
|
569
|
+
/**
|
|
570
|
+
* <p>The name of the Sidewalk destination that describes the IoT rule to route messages from the devices in the import
|
|
571
|
+
* task that are onboarded to AWS IoT Wireless.</p>
|
|
572
|
+
*/
|
|
573
|
+
DestinationName: string | undefined;
|
|
574
|
+
/**
|
|
575
|
+
* <p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.</p>
|
|
576
|
+
*/
|
|
577
|
+
ClientRequestToken?: string;
|
|
578
|
+
/**
|
|
579
|
+
* <p>The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>
|
|
580
|
+
*/
|
|
581
|
+
Tags?: Tag[];
|
|
582
|
+
/**
|
|
583
|
+
* <p>The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.</p>
|
|
584
|
+
*/
|
|
585
|
+
Sidewalk: SidewalkStartImportInfo | undefined;
|
|
586
|
+
}
|
|
587
|
+
/**
|
|
588
|
+
* @public
|
|
589
|
+
*/
|
|
590
|
+
export interface StartWirelessDeviceImportTaskResponse {
|
|
591
|
+
/**
|
|
592
|
+
* <p>The import task ID.</p>
|
|
593
|
+
*/
|
|
594
|
+
Id?: string;
|
|
595
|
+
/**
|
|
596
|
+
* <p>The ARN (Amazon Resource Name) of the import task.</p>
|
|
597
|
+
*/
|
|
598
|
+
Arn?: string;
|
|
599
|
+
}
|
|
191
600
|
/**
|
|
192
601
|
* @public
|
|
193
602
|
*/
|
|
@@ -677,6 +1086,34 @@ export interface UpdateWirelessDeviceRequest {
|
|
|
677
1086
|
*/
|
|
678
1087
|
export interface UpdateWirelessDeviceResponse {
|
|
679
1088
|
}
|
|
1089
|
+
/**
|
|
1090
|
+
* @public
|
|
1091
|
+
* <p>Sidewalk object information for updating an import task.</p>
|
|
1092
|
+
*/
|
|
1093
|
+
export interface SidewalkUpdateImportInfo {
|
|
1094
|
+
/**
|
|
1095
|
+
* <p>The CSV file contained in an S3 bucket that's used for appending devices to an existing import task.</p>
|
|
1096
|
+
*/
|
|
1097
|
+
DeviceCreationFile?: string;
|
|
1098
|
+
}
|
|
1099
|
+
/**
|
|
1100
|
+
* @public
|
|
1101
|
+
*/
|
|
1102
|
+
export interface UpdateWirelessDeviceImportTaskRequest {
|
|
1103
|
+
/**
|
|
1104
|
+
* <p>The identifier of the import task to be updated.</p>
|
|
1105
|
+
*/
|
|
1106
|
+
Id: string | undefined;
|
|
1107
|
+
/**
|
|
1108
|
+
* <p>The Sidewalk-related parameters of the import task to be updated.</p>
|
|
1109
|
+
*/
|
|
1110
|
+
Sidewalk: SidewalkUpdateImportInfo | undefined;
|
|
1111
|
+
}
|
|
1112
|
+
/**
|
|
1113
|
+
* @public
|
|
1114
|
+
*/
|
|
1115
|
+
export interface UpdateWirelessDeviceImportTaskResponse {
|
|
1116
|
+
}
|
|
680
1117
|
/**
|
|
681
1118
|
* @public
|
|
682
1119
|
*/
|
|
@@ -26,9 +26,11 @@ import { DeleteNetworkAnalyzerConfigurationCommandInput, DeleteNetworkAnalyzerCo
|
|
|
26
26
|
import { DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput } from "../commands/DeleteQueuedMessagesCommand";
|
|
27
27
|
import { DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput } from "../commands/DeleteServiceProfileCommand";
|
|
28
28
|
import { DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput } from "../commands/DeleteWirelessDeviceCommand";
|
|
29
|
+
import { DeleteWirelessDeviceImportTaskCommandInput, DeleteWirelessDeviceImportTaskCommandOutput } from "../commands/DeleteWirelessDeviceImportTaskCommand";
|
|
29
30
|
import { DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput } from "../commands/DeleteWirelessGatewayCommand";
|
|
30
31
|
import { DeleteWirelessGatewayTaskCommandInput, DeleteWirelessGatewayTaskCommandOutput } from "../commands/DeleteWirelessGatewayTaskCommand";
|
|
31
32
|
import { DeleteWirelessGatewayTaskDefinitionCommandInput, DeleteWirelessGatewayTaskDefinitionCommandOutput } from "../commands/DeleteWirelessGatewayTaskDefinitionCommand";
|
|
33
|
+
import { DeregisterWirelessDeviceCommandInput, DeregisterWirelessDeviceCommandOutput } from "../commands/DeregisterWirelessDeviceCommand";
|
|
32
34
|
import { DisassociateAwsAccountFromPartnerAccountCommandInput, DisassociateAwsAccountFromPartnerAccountCommandOutput } from "../commands/DisassociateAwsAccountFromPartnerAccountCommand";
|
|
33
35
|
import { DisassociateMulticastGroupFromFuotaTaskCommandInput, DisassociateMulticastGroupFromFuotaTaskCommandOutput } from "../commands/DisassociateMulticastGroupFromFuotaTaskCommand";
|
|
34
36
|
import { DisassociateWirelessDeviceFromFuotaTaskCommandInput, DisassociateWirelessDeviceFromFuotaTaskCommandOutput } from "../commands/DisassociateWirelessDeviceFromFuotaTaskCommand";
|
|
@@ -54,6 +56,7 @@ import { GetResourcePositionCommandInput, GetResourcePositionCommandOutput } fro
|
|
|
54
56
|
import { GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput } from "../commands/GetServiceEndpointCommand";
|
|
55
57
|
import { GetServiceProfileCommandInput, GetServiceProfileCommandOutput } from "../commands/GetServiceProfileCommand";
|
|
56
58
|
import { GetWirelessDeviceCommandInput, GetWirelessDeviceCommandOutput } from "../commands/GetWirelessDeviceCommand";
|
|
59
|
+
import { GetWirelessDeviceImportTaskCommandInput, GetWirelessDeviceImportTaskCommandOutput } from "../commands/GetWirelessDeviceImportTaskCommand";
|
|
57
60
|
import { GetWirelessDeviceStatisticsCommandInput, GetWirelessDeviceStatisticsCommandOutput } from "../commands/GetWirelessDeviceStatisticsCommand";
|
|
58
61
|
import { GetWirelessGatewayCertificateCommandInput, GetWirelessGatewayCertificateCommandOutput } from "../commands/GetWirelessGatewayCertificateCommand";
|
|
59
62
|
import { GetWirelessGatewayCommandInput, GetWirelessGatewayCommandOutput } from "../commands/GetWirelessGatewayCommand";
|
|
@@ -63,6 +66,7 @@ import { GetWirelessGatewayTaskCommandInput, GetWirelessGatewayTaskCommandOutput
|
|
|
63
66
|
import { GetWirelessGatewayTaskDefinitionCommandInput, GetWirelessGatewayTaskDefinitionCommandOutput } from "../commands/GetWirelessGatewayTaskDefinitionCommand";
|
|
64
67
|
import { ListDestinationsCommandInput, ListDestinationsCommandOutput } from "../commands/ListDestinationsCommand";
|
|
65
68
|
import { ListDeviceProfilesCommandInput, ListDeviceProfilesCommandOutput } from "../commands/ListDeviceProfilesCommand";
|
|
69
|
+
import { ListDevicesForWirelessDeviceImportTaskCommandInput, ListDevicesForWirelessDeviceImportTaskCommandOutput } from "../commands/ListDevicesForWirelessDeviceImportTaskCommand";
|
|
66
70
|
import { ListEventConfigurationsCommandInput, ListEventConfigurationsCommandOutput } from "../commands/ListEventConfigurationsCommand";
|
|
67
71
|
import { ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput } from "../commands/ListFuotaTasksCommand";
|
|
68
72
|
import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput } from "../commands/ListMulticastGroupsByFuotaTaskCommand";
|
|
@@ -73,6 +77,7 @@ import { ListPositionConfigurationsCommandInput, ListPositionConfigurationsComma
|
|
|
73
77
|
import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "../commands/ListQueuedMessagesCommand";
|
|
74
78
|
import { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "../commands/ListServiceProfilesCommand";
|
|
75
79
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
80
|
+
import { ListWirelessDeviceImportTasksCommandInput, ListWirelessDeviceImportTasksCommandOutput } from "../commands/ListWirelessDeviceImportTasksCommand";
|
|
76
81
|
import { ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput } from "../commands/ListWirelessDevicesCommand";
|
|
77
82
|
import { ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput } from "../commands/ListWirelessGatewaysCommand";
|
|
78
83
|
import { ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTaskDefinitionsCommandOutput } from "../commands/ListWirelessGatewayTaskDefinitionsCommand";
|
|
@@ -86,6 +91,8 @@ import { StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, StartBu
|
|
|
86
91
|
import { StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput } from "../commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand";
|
|
87
92
|
import { StartFuotaTaskCommandInput, StartFuotaTaskCommandOutput } from "../commands/StartFuotaTaskCommand";
|
|
88
93
|
import { StartMulticastGroupSessionCommandInput, StartMulticastGroupSessionCommandOutput } from "../commands/StartMulticastGroupSessionCommand";
|
|
94
|
+
import { StartSingleWirelessDeviceImportTaskCommandInput, StartSingleWirelessDeviceImportTaskCommandOutput } from "../commands/StartSingleWirelessDeviceImportTaskCommand";
|
|
95
|
+
import { StartWirelessDeviceImportTaskCommandInput, StartWirelessDeviceImportTaskCommandOutput } from "../commands/StartWirelessDeviceImportTaskCommand";
|
|
89
96
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
90
97
|
import { TestWirelessDeviceCommandInput, TestWirelessDeviceCommandOutput } from "../commands/TestWirelessDeviceCommand";
|
|
91
98
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
@@ -100,6 +107,7 @@ import { UpdatePositionCommandInput, UpdatePositionCommandOutput } from "../comm
|
|
|
100
107
|
import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "../commands/UpdateResourceEventConfigurationCommand";
|
|
101
108
|
import { UpdateResourcePositionCommandInput, UpdateResourcePositionCommandOutput } from "../commands/UpdateResourcePositionCommand";
|
|
102
109
|
import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "../commands/UpdateWirelessDeviceCommand";
|
|
110
|
+
import { UpdateWirelessDeviceImportTaskCommandInput, UpdateWirelessDeviceImportTaskCommandOutput } from "../commands/UpdateWirelessDeviceImportTaskCommand";
|
|
103
111
|
import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "../commands/UpdateWirelessGatewayCommand";
|
|
104
112
|
export declare const serializeAws_restJson1AssociateAwsAccountWithPartnerAccountCommand: (input: AssociateAwsAccountWithPartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
113
|
export declare const serializeAws_restJson1AssociateMulticastGroupWithFuotaTaskCommand: (input: AssociateMulticastGroupWithFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -127,9 +135,11 @@ export declare const serializeAws_restJson1DeleteNetworkAnalyzerConfigurationCom
|
|
|
127
135
|
export declare const serializeAws_restJson1DeleteQueuedMessagesCommand: (input: DeleteQueuedMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
136
|
export declare const serializeAws_restJson1DeleteServiceProfileCommand: (input: DeleteServiceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
137
|
export declare const serializeAws_restJson1DeleteWirelessDeviceCommand: (input: DeleteWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
+
export declare const serializeAws_restJson1DeleteWirelessDeviceImportTaskCommand: (input: DeleteWirelessDeviceImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
139
|
export declare const serializeAws_restJson1DeleteWirelessGatewayCommand: (input: DeleteWirelessGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
140
|
export declare const serializeAws_restJson1DeleteWirelessGatewayTaskCommand: (input: DeleteWirelessGatewayTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
141
|
export declare const serializeAws_restJson1DeleteWirelessGatewayTaskDefinitionCommand: (input: DeleteWirelessGatewayTaskDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
+
export declare const serializeAws_restJson1DeregisterWirelessDeviceCommand: (input: DeregisterWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
143
|
export declare const serializeAws_restJson1DisassociateAwsAccountFromPartnerAccountCommand: (input: DisassociateAwsAccountFromPartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
144
|
export declare const serializeAws_restJson1DisassociateMulticastGroupFromFuotaTaskCommand: (input: DisassociateMulticastGroupFromFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
145
|
export declare const serializeAws_restJson1DisassociateWirelessDeviceFromFuotaTaskCommand: (input: DisassociateWirelessDeviceFromFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -155,6 +165,7 @@ export declare const serializeAws_restJson1GetResourcePositionCommand: (input: G
|
|
|
155
165
|
export declare const serializeAws_restJson1GetServiceEndpointCommand: (input: GetServiceEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
156
166
|
export declare const serializeAws_restJson1GetServiceProfileCommand: (input: GetServiceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
167
|
export declare const serializeAws_restJson1GetWirelessDeviceCommand: (input: GetWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
168
|
+
export declare const serializeAws_restJson1GetWirelessDeviceImportTaskCommand: (input: GetWirelessDeviceImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
169
|
export declare const serializeAws_restJson1GetWirelessDeviceStatisticsCommand: (input: GetWirelessDeviceStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
170
|
export declare const serializeAws_restJson1GetWirelessGatewayCommand: (input: GetWirelessGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
171
|
export declare const serializeAws_restJson1GetWirelessGatewayCertificateCommand: (input: GetWirelessGatewayCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -164,6 +175,7 @@ export declare const serializeAws_restJson1GetWirelessGatewayTaskCommand: (input
|
|
|
164
175
|
export declare const serializeAws_restJson1GetWirelessGatewayTaskDefinitionCommand: (input: GetWirelessGatewayTaskDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
176
|
export declare const serializeAws_restJson1ListDestinationsCommand: (input: ListDestinationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
177
|
export declare const serializeAws_restJson1ListDeviceProfilesCommand: (input: ListDeviceProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const serializeAws_restJson1ListDevicesForWirelessDeviceImportTaskCommand: (input: ListDevicesForWirelessDeviceImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
179
|
export declare const serializeAws_restJson1ListEventConfigurationsCommand: (input: ListEventConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
168
180
|
export declare const serializeAws_restJson1ListFuotaTasksCommand: (input: ListFuotaTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
181
|
export declare const serializeAws_restJson1ListMulticastGroupsCommand: (input: ListMulticastGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -174,6 +186,7 @@ export declare const serializeAws_restJson1ListPositionConfigurationsCommand: (i
|
|
|
174
186
|
export declare const serializeAws_restJson1ListQueuedMessagesCommand: (input: ListQueuedMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
175
187
|
export declare const serializeAws_restJson1ListServiceProfilesCommand: (input: ListServiceProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
188
|
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
|
+
export declare const serializeAws_restJson1ListWirelessDeviceImportTasksCommand: (input: ListWirelessDeviceImportTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
177
190
|
export declare const serializeAws_restJson1ListWirelessDevicesCommand: (input: ListWirelessDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
191
|
export declare const serializeAws_restJson1ListWirelessGatewaysCommand: (input: ListWirelessGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
179
192
|
export declare const serializeAws_restJson1ListWirelessGatewayTaskDefinitionsCommand: (input: ListWirelessGatewayTaskDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -187,6 +200,8 @@ export declare const serializeAws_restJson1StartBulkAssociateWirelessDeviceWithM
|
|
|
187
200
|
export declare const serializeAws_restJson1StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand: (input: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
188
201
|
export declare const serializeAws_restJson1StartFuotaTaskCommand: (input: StartFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
202
|
export declare const serializeAws_restJson1StartMulticastGroupSessionCommand: (input: StartMulticastGroupSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
203
|
+
export declare const serializeAws_restJson1StartSingleWirelessDeviceImportTaskCommand: (input: StartSingleWirelessDeviceImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
204
|
+
export declare const serializeAws_restJson1StartWirelessDeviceImportTaskCommand: (input: StartWirelessDeviceImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
205
|
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
191
206
|
export declare const serializeAws_restJson1TestWirelessDeviceCommand: (input: TestWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
192
207
|
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -201,6 +216,7 @@ export declare const serializeAws_restJson1UpdatePositionCommand: (input: Update
|
|
|
201
216
|
export declare const serializeAws_restJson1UpdateResourceEventConfigurationCommand: (input: UpdateResourceEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
202
217
|
export declare const serializeAws_restJson1UpdateResourcePositionCommand: (input: UpdateResourcePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
203
218
|
export declare const serializeAws_restJson1UpdateWirelessDeviceCommand: (input: UpdateWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
219
|
+
export declare const serializeAws_restJson1UpdateWirelessDeviceImportTaskCommand: (input: UpdateWirelessDeviceImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
204
220
|
export declare const serializeAws_restJson1UpdateWirelessGatewayCommand: (input: UpdateWirelessGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
205
221
|
export declare const deserializeAws_restJson1AssociateAwsAccountWithPartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAwsAccountWithPartnerAccountCommandOutput>;
|
|
206
222
|
export declare const deserializeAws_restJson1AssociateMulticastGroupWithFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateMulticastGroupWithFuotaTaskCommandOutput>;
|
|
@@ -228,9 +244,11 @@ export declare const deserializeAws_restJson1DeleteNetworkAnalyzerConfigurationC
|
|
|
228
244
|
export declare const deserializeAws_restJson1DeleteQueuedMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueuedMessagesCommandOutput>;
|
|
229
245
|
export declare const deserializeAws_restJson1DeleteServiceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceProfileCommandOutput>;
|
|
230
246
|
export declare const deserializeAws_restJson1DeleteWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWirelessDeviceCommandOutput>;
|
|
247
|
+
export declare const deserializeAws_restJson1DeleteWirelessDeviceImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWirelessDeviceImportTaskCommandOutput>;
|
|
231
248
|
export declare const deserializeAws_restJson1DeleteWirelessGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWirelessGatewayCommandOutput>;
|
|
232
249
|
export declare const deserializeAws_restJson1DeleteWirelessGatewayTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWirelessGatewayTaskCommandOutput>;
|
|
233
250
|
export declare const deserializeAws_restJson1DeleteWirelessGatewayTaskDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWirelessGatewayTaskDefinitionCommandOutput>;
|
|
251
|
+
export declare const deserializeAws_restJson1DeregisterWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterWirelessDeviceCommandOutput>;
|
|
234
252
|
export declare const deserializeAws_restJson1DisassociateAwsAccountFromPartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAwsAccountFromPartnerAccountCommandOutput>;
|
|
235
253
|
export declare const deserializeAws_restJson1DisassociateMulticastGroupFromFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMulticastGroupFromFuotaTaskCommandOutput>;
|
|
236
254
|
export declare const deserializeAws_restJson1DisassociateWirelessDeviceFromFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateWirelessDeviceFromFuotaTaskCommandOutput>;
|
|
@@ -256,6 +274,7 @@ export declare const deserializeAws_restJson1GetResourcePositionCommand: (output
|
|
|
256
274
|
export declare const deserializeAws_restJson1GetServiceEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceEndpointCommandOutput>;
|
|
257
275
|
export declare const deserializeAws_restJson1GetServiceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceProfileCommandOutput>;
|
|
258
276
|
export declare const deserializeAws_restJson1GetWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWirelessDeviceCommandOutput>;
|
|
277
|
+
export declare const deserializeAws_restJson1GetWirelessDeviceImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWirelessDeviceImportTaskCommandOutput>;
|
|
259
278
|
export declare const deserializeAws_restJson1GetWirelessDeviceStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWirelessDeviceStatisticsCommandOutput>;
|
|
260
279
|
export declare const deserializeAws_restJson1GetWirelessGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWirelessGatewayCommandOutput>;
|
|
261
280
|
export declare const deserializeAws_restJson1GetWirelessGatewayCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWirelessGatewayCertificateCommandOutput>;
|
|
@@ -265,6 +284,7 @@ export declare const deserializeAws_restJson1GetWirelessGatewayTaskCommand: (out
|
|
|
265
284
|
export declare const deserializeAws_restJson1GetWirelessGatewayTaskDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWirelessGatewayTaskDefinitionCommandOutput>;
|
|
266
285
|
export declare const deserializeAws_restJson1ListDestinationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDestinationsCommandOutput>;
|
|
267
286
|
export declare const deserializeAws_restJson1ListDeviceProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeviceProfilesCommandOutput>;
|
|
287
|
+
export declare const deserializeAws_restJson1ListDevicesForWirelessDeviceImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevicesForWirelessDeviceImportTaskCommandOutput>;
|
|
268
288
|
export declare const deserializeAws_restJson1ListEventConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventConfigurationsCommandOutput>;
|
|
269
289
|
export declare const deserializeAws_restJson1ListFuotaTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFuotaTasksCommandOutput>;
|
|
270
290
|
export declare const deserializeAws_restJson1ListMulticastGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMulticastGroupsCommandOutput>;
|
|
@@ -275,6 +295,7 @@ export declare const deserializeAws_restJson1ListPositionConfigurationsCommand:
|
|
|
275
295
|
export declare const deserializeAws_restJson1ListQueuedMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuedMessagesCommandOutput>;
|
|
276
296
|
export declare const deserializeAws_restJson1ListServiceProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceProfilesCommandOutput>;
|
|
277
297
|
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
298
|
+
export declare const deserializeAws_restJson1ListWirelessDeviceImportTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWirelessDeviceImportTasksCommandOutput>;
|
|
278
299
|
export declare const deserializeAws_restJson1ListWirelessDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWirelessDevicesCommandOutput>;
|
|
279
300
|
export declare const deserializeAws_restJson1ListWirelessGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWirelessGatewaysCommandOutput>;
|
|
280
301
|
export declare const deserializeAws_restJson1ListWirelessGatewayTaskDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWirelessGatewayTaskDefinitionsCommandOutput>;
|
|
@@ -288,6 +309,8 @@ export declare const deserializeAws_restJson1StartBulkAssociateWirelessDeviceWit
|
|
|
288
309
|
export declare const deserializeAws_restJson1StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput>;
|
|
289
310
|
export declare const deserializeAws_restJson1StartFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFuotaTaskCommandOutput>;
|
|
290
311
|
export declare const deserializeAws_restJson1StartMulticastGroupSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMulticastGroupSessionCommandOutput>;
|
|
312
|
+
export declare const deserializeAws_restJson1StartSingleWirelessDeviceImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSingleWirelessDeviceImportTaskCommandOutput>;
|
|
313
|
+
export declare const deserializeAws_restJson1StartWirelessDeviceImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartWirelessDeviceImportTaskCommandOutput>;
|
|
291
314
|
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
292
315
|
export declare const deserializeAws_restJson1TestWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestWirelessDeviceCommandOutput>;
|
|
293
316
|
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
@@ -302,4 +325,5 @@ export declare const deserializeAws_restJson1UpdatePositionCommand: (output: __H
|
|
|
302
325
|
export declare const deserializeAws_restJson1UpdateResourceEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceEventConfigurationCommandOutput>;
|
|
303
326
|
export declare const deserializeAws_restJson1UpdateResourcePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourcePositionCommandOutput>;
|
|
304
327
|
export declare const deserializeAws_restJson1UpdateWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWirelessDeviceCommandOutput>;
|
|
328
|
+
export declare const deserializeAws_restJson1UpdateWirelessDeviceImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWirelessDeviceImportTaskCommandOutput>;
|
|
305
329
|
export declare const deserializeAws_restJson1UpdateWirelessGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWirelessGatewayCommandOutput>;
|