@aws-sdk/client-iot-wireless 3.846.0 → 3.847.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 +3 -3
- package/dist-cjs/index.js +0 -2
- package/dist-es/models/models_0.js +0 -2
- package/dist-types/IoTWireless.d.ts +3 -3
- package/dist-types/IoTWirelessClient.d.ts +3 -3
- package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ListEventConfigurationsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +21 -2
- package/dist-types/models/models_1.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
AWS SDK for JavaScript IoTWireless Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
9
|
<p>AWS IoT Wireless provides bi-directional communication between internet-connected
|
|
10
|
-
wireless devices and the AWS Cloud. To onboard both LoRaWAN and Sidewalk devices to AWS
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
wireless devices and the AWS Cloud. To onboard both <a href="https://docs.aws.amazon.com/iot-wireless/latest/developerguide/iot-lorawan.html">LoRaWAN</a> and <a href="https://docs.aws.amazon.com/iot-wireless/latest/developerguide/iot-sidewalk.html">Sidewalk</a> devices to AWS IoT, use the IoT Wireless API. These wireless
|
|
11
|
+
devices use the Low Power Wide Area Networking (LPWAN) communication protocol to
|
|
12
|
+
communicate with AWS IoT. </p>
|
|
13
13
|
<p>Using the API, you can perform create, read, update, and delete operations for your
|
|
14
14
|
wireless devices, gateways, destinations, and profiles. After onboarding your devices,
|
|
15
15
|
you can use the API operations to set log levels and monitor your devices with
|
package/dist-cjs/index.js
CHANGED
|
@@ -635,7 +635,6 @@ var Event = {
|
|
|
635
635
|
};
|
|
636
636
|
var IdentifierType = {
|
|
637
637
|
DevEui: "DevEui",
|
|
638
|
-
FuotaTaskId: "FuotaTaskId",
|
|
639
638
|
GatewayEui: "GatewayEui",
|
|
640
639
|
PartnerAccountId: "PartnerAccountId",
|
|
641
640
|
WirelessDeviceId: "WirelessDeviceId",
|
|
@@ -645,7 +644,6 @@ var EventNotificationPartnerType = {
|
|
|
645
644
|
Sidewalk: "Sidewalk"
|
|
646
645
|
};
|
|
647
646
|
var EventNotificationResourceType = {
|
|
648
|
-
FuotaTask: "FuotaTask",
|
|
649
647
|
SidewalkAccount: "SidewalkAccount",
|
|
650
648
|
WirelessDevice: "WirelessDevice",
|
|
651
649
|
WirelessGateway: "WirelessGateway"
|
|
@@ -200,7 +200,6 @@ export const Event = {
|
|
|
200
200
|
};
|
|
201
201
|
export const IdentifierType = {
|
|
202
202
|
DevEui: "DevEui",
|
|
203
|
-
FuotaTaskId: "FuotaTaskId",
|
|
204
203
|
GatewayEui: "GatewayEui",
|
|
205
204
|
PartnerAccountId: "PartnerAccountId",
|
|
206
205
|
WirelessDeviceId: "WirelessDeviceId",
|
|
@@ -210,7 +209,6 @@ export const EventNotificationPartnerType = {
|
|
|
210
209
|
Sidewalk: "Sidewalk",
|
|
211
210
|
};
|
|
212
211
|
export const EventNotificationResourceType = {
|
|
213
|
-
FuotaTask: "FuotaTask",
|
|
214
212
|
SidewalkAccount: "SidewalkAccount",
|
|
215
213
|
WirelessDevice: "WirelessDevice",
|
|
216
214
|
WirelessGateway: "WirelessGateway",
|
|
@@ -812,9 +812,9 @@ export interface IoTWireless {
|
|
|
812
812
|
}
|
|
813
813
|
/**
|
|
814
814
|
* <p>AWS IoT Wireless provides bi-directional communication between internet-connected
|
|
815
|
-
* wireless devices and the AWS Cloud. To onboard both LoRaWAN and Sidewalk devices to AWS
|
|
816
|
-
*
|
|
817
|
-
*
|
|
815
|
+
* wireless devices and the AWS Cloud. To onboard both <a href="https://docs.aws.amazon.com/iot-wireless/latest/developerguide/iot-lorawan.html">LoRaWAN</a> and <a href="https://docs.aws.amazon.com/iot-wireless/latest/developerguide/iot-sidewalk.html">Sidewalk</a> devices to AWS IoT, use the IoT Wireless API. These wireless
|
|
816
|
+
* devices use the Low Power Wide Area Networking (LPWAN) communication protocol to
|
|
817
|
+
* communicate with AWS IoT. </p>
|
|
818
818
|
* <p>Using the API, you can perform create, read, update, and delete operations for your
|
|
819
819
|
* wireless devices, gateways, destinations, and profiles. After onboarding your devices,
|
|
820
820
|
* you can use the API operations to set log levels and monitor your devices with
|
|
@@ -282,9 +282,9 @@ export interface IoTWirelessClientResolvedConfig extends IoTWirelessClientResolv
|
|
|
282
282
|
}
|
|
283
283
|
/**
|
|
284
284
|
* <p>AWS IoT Wireless provides bi-directional communication between internet-connected
|
|
285
|
-
* wireless devices and the AWS Cloud. To onboard both LoRaWAN and Sidewalk devices to AWS
|
|
286
|
-
*
|
|
287
|
-
*
|
|
285
|
+
* wireless devices and the AWS Cloud. To onboard both <a href="https://docs.aws.amazon.com/iot-wireless/latest/developerguide/iot-lorawan.html">LoRaWAN</a> and <a href="https://docs.aws.amazon.com/iot-wireless/latest/developerguide/iot-sidewalk.html">Sidewalk</a> devices to AWS IoT, use the IoT Wireless API. These wireless
|
|
286
|
+
* devices use the Low Power Wide Area Networking (LPWAN) communication protocol to
|
|
287
|
+
* communicate with AWS IoT. </p>
|
|
288
288
|
* <p>Using the API, you can perform create, read, update, and delete operations for your
|
|
289
289
|
* wireless devices, gateways, destinations, and profiles. After onboarding your devices,
|
|
290
290
|
* you can use the API operations to set log levels and monitor your devices with
|
|
@@ -36,7 +36,7 @@ declare const GetResourceEventConfigurationCommand_base: {
|
|
|
36
36
|
* const client = new IoTWirelessClient(config);
|
|
37
37
|
* const input = { // GetResourceEventConfigurationRequest
|
|
38
38
|
* Identifier: "STRING_VALUE", // required
|
|
39
|
-
* IdentifierType: "PartnerAccountId" || "DevEui" || "
|
|
39
|
+
* IdentifierType: "PartnerAccountId" || "DevEui" || "GatewayEui" || "WirelessDeviceId" || "WirelessGatewayId", // required
|
|
40
40
|
* PartnerType: "Sidewalk",
|
|
41
41
|
* };
|
|
42
42
|
* const command = new GetResourceEventConfigurationCommand(input);
|
|
@@ -35,7 +35,7 @@ declare const ListEventConfigurationsCommand_base: {
|
|
|
35
35
|
* // const { IoTWirelessClient, ListEventConfigurationsCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
36
36
|
* const client = new IoTWirelessClient(config);
|
|
37
37
|
* const input = { // ListEventConfigurationsRequest
|
|
38
|
-
* ResourceType: "
|
|
38
|
+
* ResourceType: "SidewalkAccount" || "WirelessDevice" || "WirelessGateway", // required
|
|
39
39
|
* MaxResults: Number("int"),
|
|
40
40
|
* NextToken: "STRING_VALUE",
|
|
41
41
|
* };
|
|
@@ -46,7 +46,7 @@ declare const ListEventConfigurationsCommand_base: {
|
|
|
46
46
|
* // EventConfigurationsList: [ // EventConfigurationsList
|
|
47
47
|
* // { // EventConfigurationItem
|
|
48
48
|
* // Identifier: "STRING_VALUE",
|
|
49
|
-
* // IdentifierType: "PartnerAccountId" || "DevEui" || "
|
|
49
|
+
* // IdentifierType: "PartnerAccountId" || "DevEui" || "GatewayEui" || "WirelessDeviceId" || "WirelessGatewayId",
|
|
50
50
|
* // PartnerType: "Sidewalk",
|
|
51
51
|
* // Events: { // EventNotificationItemConfigurations
|
|
52
52
|
* // DeviceRegistrationState: { // DeviceRegistrationStateEventConfiguration
|
|
@@ -36,7 +36,7 @@ declare const UpdateResourceEventConfigurationCommand_base: {
|
|
|
36
36
|
* const client = new IoTWirelessClient(config);
|
|
37
37
|
* const input = { // UpdateResourceEventConfigurationRequest
|
|
38
38
|
* Identifier: "STRING_VALUE", // required
|
|
39
|
-
* IdentifierType: "PartnerAccountId" || "DevEui" || "
|
|
39
|
+
* IdentifierType: "PartnerAccountId" || "DevEui" || "GatewayEui" || "WirelessDeviceId" || "WirelessGatewayId", // required
|
|
40
40
|
* PartnerType: "Sidewalk",
|
|
41
41
|
* DeviceRegistrationState: { // DeviceRegistrationStateEventConfiguration
|
|
42
42
|
* Sidewalk: { // SidewalkEventNotificationConfigurations
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* <p>AWS IoT Wireless provides bi-directional communication between internet-connected
|
|
3
|
-
* wireless devices and the AWS Cloud. To onboard both LoRaWAN and Sidewalk devices to AWS
|
|
4
|
-
*
|
|
5
|
-
*
|
|
3
|
+
* wireless devices and the AWS Cloud. To onboard both <a href="https://docs.aws.amazon.com/iot-wireless/latest/developerguide/iot-lorawan.html">LoRaWAN</a> and <a href="https://docs.aws.amazon.com/iot-wireless/latest/developerguide/iot-sidewalk.html">Sidewalk</a> devices to AWS IoT, use the IoT Wireless API. These wireless
|
|
4
|
+
* devices use the Low Power Wide Area Networking (LPWAN) communication protocol to
|
|
5
|
+
* communicate with AWS IoT. </p>
|
|
6
6
|
* <p>Using the API, you can perform create, read, update, and delete operations for your
|
|
7
7
|
* wireless devices, gateways, destinations, and profiles. After onboarding your devices,
|
|
8
8
|
* you can use the API operations to set log levels and monitor your devices with
|
|
@@ -1333,6 +1333,10 @@ export interface SidewalkCreateDeviceProfile {
|
|
|
1333
1333
|
export interface CreateDeviceProfileRequest {
|
|
1334
1334
|
/**
|
|
1335
1335
|
* <p>The name of the new resource.</p>
|
|
1336
|
+
* <note>
|
|
1337
|
+
* <p>The following special characters aren't accepted: <code><>^#~$</code>
|
|
1338
|
+
* </p>
|
|
1339
|
+
* </note>
|
|
1336
1340
|
* @public
|
|
1337
1341
|
*/
|
|
1338
1342
|
Name?: string | undefined;
|
|
@@ -1794,6 +1798,10 @@ export interface LoRaWANServiceProfile {
|
|
|
1794
1798
|
export interface CreateServiceProfileRequest {
|
|
1795
1799
|
/**
|
|
1796
1800
|
* <p>The name of the new resource.</p>
|
|
1801
|
+
* <note>
|
|
1802
|
+
* <p>The following special characters aren't accepted: <code><>^#~$</code>
|
|
1803
|
+
* </p>
|
|
1804
|
+
* </note>
|
|
1797
1805
|
* @public
|
|
1798
1806
|
*/
|
|
1799
1807
|
Name?: string | undefined;
|
|
@@ -2030,6 +2038,10 @@ export interface CreateWirelessDeviceRequest {
|
|
|
2030
2038
|
Type: WirelessDeviceType | undefined;
|
|
2031
2039
|
/**
|
|
2032
2040
|
* <p>The name of the new resource.</p>
|
|
2041
|
+
* <note>
|
|
2042
|
+
* <p>The following special characters aren't accepted: <code><>^#~$</code>
|
|
2043
|
+
* </p>
|
|
2044
|
+
* </note>
|
|
2033
2045
|
* @public
|
|
2034
2046
|
*/
|
|
2035
2047
|
Name?: string | undefined;
|
|
@@ -2142,6 +2154,10 @@ export interface LoRaWANGateway {
|
|
|
2142
2154
|
export interface CreateWirelessGatewayRequest {
|
|
2143
2155
|
/**
|
|
2144
2156
|
* <p>The name of the new resource.</p>
|
|
2157
|
+
* <note>
|
|
2158
|
+
* <p>The following special characters aren't accepted: <code><>^#~$</code>
|
|
2159
|
+
* </p>
|
|
2160
|
+
* </note>
|
|
2145
2161
|
* @public
|
|
2146
2162
|
*/
|
|
2147
2163
|
Name?: string | undefined;
|
|
@@ -3130,7 +3146,6 @@ export interface EventNotificationItemConfigurations {
|
|
|
3130
3146
|
*/
|
|
3131
3147
|
export declare const IdentifierType: {
|
|
3132
3148
|
readonly DevEui: "DevEui";
|
|
3133
|
-
readonly FuotaTaskId: "FuotaTaskId";
|
|
3134
3149
|
readonly GatewayEui: "GatewayEui";
|
|
3135
3150
|
readonly PartnerAccountId: "PartnerAccountId";
|
|
3136
3151
|
readonly WirelessDeviceId: "WirelessDeviceId";
|
|
@@ -3182,7 +3197,6 @@ export interface EventConfigurationItem {
|
|
|
3182
3197
|
* @enum
|
|
3183
3198
|
*/
|
|
3184
3199
|
export declare const EventNotificationResourceType: {
|
|
3185
|
-
readonly FuotaTask: "FuotaTask";
|
|
3186
3200
|
readonly SidewalkAccount: "SidewalkAccount";
|
|
3187
3201
|
readonly WirelessDevice: "WirelessDevice";
|
|
3188
3202
|
readonly WirelessGateway: "WirelessGateway";
|
|
@@ -4145,6 +4159,11 @@ export interface LoRaWANMulticastSession {
|
|
|
4145
4159
|
SessionStartTime?: Date | undefined;
|
|
4146
4160
|
/**
|
|
4147
4161
|
* <p>How long before a multicast group session is to timeout.</p>
|
|
4162
|
+
* <note>
|
|
4163
|
+
* <p>We recommend that you provide a timeout value that is a power-of-two (such as 64,
|
|
4164
|
+
* 128, 256). If a non-power-of-two value is provided, it will automatically be rounded
|
|
4165
|
+
* up to the next supported power-of-two within the allowed range.</p>
|
|
4166
|
+
* </note>
|
|
4148
4167
|
* @public
|
|
4149
4168
|
*/
|
|
4150
4169
|
SessionTimeout?: number | undefined;
|
|
@@ -1788,6 +1788,10 @@ export interface UpdateWirelessDeviceRequest {
|
|
|
1788
1788
|
DestinationName?: string | undefined;
|
|
1789
1789
|
/**
|
|
1790
1790
|
* <p>The new name of the resource.</p>
|
|
1791
|
+
* <note>
|
|
1792
|
+
* <p>The following special characters aren't accepted: <code><>^#~$</code>
|
|
1793
|
+
* </p>
|
|
1794
|
+
* </note>
|
|
1791
1795
|
* @public
|
|
1792
1796
|
*/
|
|
1793
1797
|
Name?: string | undefined;
|
|
@@ -1856,6 +1860,10 @@ export interface UpdateWirelessGatewayRequest {
|
|
|
1856
1860
|
Id: string | undefined;
|
|
1857
1861
|
/**
|
|
1858
1862
|
* <p>The new name of the resource.</p>
|
|
1863
|
+
* <note>
|
|
1864
|
+
* <p>The following special characters aren't accepted: <code><>^#~$</code>
|
|
1865
|
+
* </p>
|
|
1866
|
+
* </note>
|
|
1859
1867
|
* @public
|
|
1860
1868
|
*/
|
|
1861
1869
|
Name?: string | undefined;
|
|
@@ -807,7 +807,6 @@ export interface EventNotificationItemConfigurations {
|
|
|
807
807
|
}
|
|
808
808
|
export declare const IdentifierType: {
|
|
809
809
|
readonly DevEui: "DevEui";
|
|
810
|
-
readonly FuotaTaskId: "FuotaTaskId";
|
|
811
810
|
readonly GatewayEui: "GatewayEui";
|
|
812
811
|
readonly PartnerAccountId: "PartnerAccountId";
|
|
813
812
|
readonly WirelessDeviceId: "WirelessDeviceId";
|
|
@@ -827,7 +826,6 @@ export interface EventConfigurationItem {
|
|
|
827
826
|
Events?: EventNotificationItemConfigurations | undefined;
|
|
828
827
|
}
|
|
829
828
|
export declare const EventNotificationResourceType: {
|
|
830
|
-
readonly FuotaTask: "FuotaTask";
|
|
831
829
|
readonly SidewalkAccount: "SidewalkAccount";
|
|
832
830
|
readonly WirelessDevice: "WirelessDevice";
|
|
833
831
|
readonly WirelessGateway: "WirelessGateway";
|
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.847.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iot-wireless",
|