@aws-sdk/client-iot-wireless 3.338.0 → 3.342.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 +13 -11
- package/dist-cjs/models/models_0.js +6 -2
- package/dist-cjs/protocols/Aws_restJson1.js +4 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +4 -0
- package/dist-types/IoTWireless.d.ts +13 -11
- package/dist-types/IoTWirelessClient.d.ts +13 -11
- package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +3 -1
- package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +3 -2
- package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/GetPartnerAccountCommand.d.ts +2 -1
- package/dist-types/commands/GetPositionCommand.d.ts +1 -2
- package/dist-types/commands/GetPositionConfigurationCommand.d.ts +1 -2
- package/dist-types/commands/GetPositionEstimateCommand.d.ts +3 -2
- package/dist-types/commands/GetResourceLogLevelCommand.d.ts +2 -2
- package/dist-types/commands/GetResourcePositionCommand.d.ts +2 -2
- package/dist-types/commands/GetServiceEndpointCommand.d.ts +2 -1
- package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +2 -1
- package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +2 -3
- package/dist-types/commands/PutResourceLogLevelCommand.d.ts +3 -2
- package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +2 -1
- package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +2 -2
- package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +2 -1
- package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +2 -1
- package/dist-types/commands/TestWirelessDeviceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +3 -2
- package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +7 -0
- package/dist-types/index.d.ts +13 -11
- package/dist-types/models/models_0.d.ts +367 -216
- package/dist-types/models/models_1.d.ts +139 -52
- package/dist-types/ts3.4/models/models_0.d.ts +9 -8
- package/dist-types/ts3.4/models/models_1.d.ts +12 -1
- package/package.json +28 -28
package/README.md
CHANGED
|
@@ -6,17 +6,19 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript IoTWireless Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>AWS IoT Wireless provides bi-directional communication between internet-connected
|
|
10
|
-
devices and the AWS Cloud. To onboard both LoRaWAN and Sidewalk devices to AWS
|
|
11
|
-
IoT Wireless API. These wireless devices use the Low Power Wide Area
|
|
12
|
-
communication protocol to communicate with AWS IoT.</p>
|
|
13
|
-
<p>Using the API, you can perform create, read, update, and delete operations for your
|
|
14
|
-
devices, gateways, destinations, and profiles. After onboarding your devices,
|
|
15
|
-
can use the API operations to set log levels and monitor your devices with
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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
|
+
IoT, use the IoT Wireless API. These wireless devices use the Low Power Wide Area
|
|
12
|
+
Networking (LPWAN) communication protocol to communicate with AWS IoT.</p>
|
|
13
|
+
<p>Using the API, you can perform create, read, update, and delete operations for your
|
|
14
|
+
wireless devices, gateways, destinations, and profiles. After onboarding your devices,
|
|
15
|
+
you can use the API operations to set log levels and monitor your devices with
|
|
16
|
+
CloudWatch.</p>
|
|
17
|
+
<p>You can also use the API operations to create multicast groups and schedule a
|
|
18
|
+
multicast session for sending a downlink message to devices in the group. By using
|
|
19
|
+
Firmware Updates Over-The-Air (FUOTA) API operations, you can create a FUOTA task and
|
|
20
|
+
schedule a session to update the firmware of individual devices or an entire group of
|
|
21
|
+
devices in a multicast group.</p>
|
|
20
22
|
|
|
21
23
|
## Installing
|
|
22
24
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.ListPartnerAccountsResponseFilterSensitiveLog = void 0;
|
|
3
|
+
exports.SidewalkAccountInfoWithFingerprintFilterSensitiveLog = exports.GetDeviceProfileResponseFilterSensitiveLog = exports.SidewalkGetDeviceProfileFilterSensitiveLog = exports.AssociateAwsAccountWithPartnerAccountResponseFilterSensitiveLog = exports.AssociateAwsAccountWithPartnerAccountRequestFilterSensitiveLog = exports.SidewalkAccountInfoFilterSensitiveLog = exports.OnboardStatus = exports.WirelessGatewayIdType = exports.ImportTaskStatus = exports.WirelessDeviceSidewalkStatus = exports.WirelessDeviceIdType = exports.WirelessGatewayServiceType = exports.PositionConfigurationStatus = exports.PositionConfigurationFec = exports.PositionSolverType = exports.PositionSolverProvider = exports.PositionResourceType = exports.WirelessGatewayType = exports.WirelessGatewayEvent = exports.WirelessDeviceEvent = exports.FuotaTaskStatus = exports.FuotaDeviceStatus = exports.EventNotificationResourceType = exports.EventNotificationPartnerType = exports.IdentifierType = exports.Event = exports.DownlinkMode = exports.PartnerType = exports.DeviceState = exports.DeviceProfileType = exports.WirelessGatewayTaskStatus = exports.WirelessDeviceType = exports.PositioningConfigStatus = exports.WirelessDeviceFrameInfo = exports.MulticastFrameInfo = exports.LogLevel = exports.DlClass = exports.SupportedRfRegion = exports.ExpressionType = exports.EventNotificationTopicStatus = exports.ConnectionStatus = exports.SigningAlg = exports.BatteryLevel = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.ApplicationConfigType = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.ListPartnerAccountsResponseFilterSensitiveLog = exports.GetPartnerAccountResponseFilterSensitiveLog = void 0;
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const IoTWirelessServiceException_1 = require("./IoTWirelessServiceException");
|
|
7
7
|
class AccessDeniedException extends IoTWirelessServiceException_1.IoTWirelessServiceException {
|
|
@@ -140,6 +140,10 @@ exports.LogLevel = {
|
|
|
140
140
|
ERROR: "ERROR",
|
|
141
141
|
INFO: "INFO",
|
|
142
142
|
};
|
|
143
|
+
exports.MulticastFrameInfo = {
|
|
144
|
+
DISABLED: "DISABLED",
|
|
145
|
+
ENABLED: "ENABLED",
|
|
146
|
+
};
|
|
143
147
|
exports.WirelessDeviceFrameInfo = {
|
|
144
148
|
DISABLED: "DISABLED",
|
|
145
149
|
ENABLED: "ENABLED",
|
|
@@ -300,6 +300,7 @@ const se_CreateNetworkAnalyzerConfigurationCommand = async (input, context) => {
|
|
|
300
300
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
301
301
|
ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
302
302
|
Description: [],
|
|
303
|
+
MulticastGroups: (_) => (0, smithy_client_1._json)(_),
|
|
303
304
|
Name: [],
|
|
304
305
|
Tags: (_) => (0, smithy_client_1._json)(_),
|
|
305
306
|
TraceContent: (_) => (0, smithy_client_1._json)(_),
|
|
@@ -2151,6 +2152,8 @@ const se_UpdateNetworkAnalyzerConfigurationCommand = async (input, context) => {
|
|
|
2151
2152
|
let body;
|
|
2152
2153
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
2153
2154
|
Description: [],
|
|
2155
|
+
MulticastGroupsToAdd: (_) => (0, smithy_client_1._json)(_),
|
|
2156
|
+
MulticastGroupsToRemove: (_) => (0, smithy_client_1._json)(_),
|
|
2154
2157
|
TraceContent: (_) => (0, smithy_client_1._json)(_),
|
|
2155
2158
|
WirelessDevicesToAdd: (_) => (0, smithy_client_1._json)(_),
|
|
2156
2159
|
WirelessDevicesToRemove: (_) => (0, smithy_client_1._json)(_),
|
|
@@ -4431,6 +4434,7 @@ const de_GetNetworkAnalyzerConfigurationCommand = async (output, context) => {
|
|
|
4431
4434
|
const doc = (0, smithy_client_1.take)(data, {
|
|
4432
4435
|
Arn: smithy_client_1.expectString,
|
|
4433
4436
|
Description: smithy_client_1.expectString,
|
|
4437
|
+
MulticastGroups: smithy_client_1._json,
|
|
4434
4438
|
Name: smithy_client_1.expectString,
|
|
4435
4439
|
TraceContent: smithy_client_1._json,
|
|
4436
4440
|
WirelessDevices: smithy_client_1._json,
|
|
@@ -130,6 +130,10 @@ export const LogLevel = {
|
|
|
130
130
|
ERROR: "ERROR",
|
|
131
131
|
INFO: "INFO",
|
|
132
132
|
};
|
|
133
|
+
export const MulticastFrameInfo = {
|
|
134
|
+
DISABLED: "DISABLED",
|
|
135
|
+
ENABLED: "ENABLED",
|
|
136
|
+
};
|
|
133
137
|
export const WirelessDeviceFrameInfo = {
|
|
134
138
|
DISABLED: "DISABLED",
|
|
135
139
|
ENABLED: "ENABLED",
|
|
@@ -281,6 +281,7 @@ export const se_CreateNetworkAnalyzerConfigurationCommand = async (input, contex
|
|
|
281
281
|
body = JSON.stringify(take(input, {
|
|
282
282
|
ClientRequestToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
283
283
|
Description: [],
|
|
284
|
+
MulticastGroups: (_) => _json(_),
|
|
284
285
|
Name: [],
|
|
285
286
|
Tags: (_) => _json(_),
|
|
286
287
|
TraceContent: (_) => _json(_),
|
|
@@ -2043,6 +2044,8 @@ export const se_UpdateNetworkAnalyzerConfigurationCommand = async (input, contex
|
|
|
2043
2044
|
let body;
|
|
2044
2045
|
body = JSON.stringify(take(input, {
|
|
2045
2046
|
Description: [],
|
|
2047
|
+
MulticastGroupsToAdd: (_) => _json(_),
|
|
2048
|
+
MulticastGroupsToRemove: (_) => _json(_),
|
|
2046
2049
|
TraceContent: (_) => _json(_),
|
|
2047
2050
|
WirelessDevicesToAdd: (_) => _json(_),
|
|
2048
2051
|
WirelessDevicesToRemove: (_) => _json(_),
|
|
@@ -4270,6 +4273,7 @@ export const de_GetNetworkAnalyzerConfigurationCommand = async (output, context)
|
|
|
4270
4273
|
const doc = take(data, {
|
|
4271
4274
|
Arn: __expectString,
|
|
4272
4275
|
Description: __expectString,
|
|
4276
|
+
MulticastGroups: _json,
|
|
4273
4277
|
Name: __expectString,
|
|
4274
4278
|
TraceContent: _json,
|
|
4275
4279
|
WirelessDevices: _json,
|
|
@@ -767,17 +767,19 @@ export interface IoTWireless {
|
|
|
767
767
|
}
|
|
768
768
|
/**
|
|
769
769
|
* @public
|
|
770
|
-
* <p>AWS IoT Wireless provides bi-directional communication between internet-connected
|
|
771
|
-
*
|
|
772
|
-
*
|
|
773
|
-
*
|
|
774
|
-
* <p>Using the API, you can perform create, read, update, and delete operations for your
|
|
775
|
-
*
|
|
776
|
-
*
|
|
777
|
-
*
|
|
778
|
-
*
|
|
779
|
-
*
|
|
780
|
-
*
|
|
770
|
+
* <p>AWS IoT Wireless provides bi-directional communication between internet-connected
|
|
771
|
+
* wireless devices and the AWS Cloud. To onboard both LoRaWAN and Sidewalk devices to AWS
|
|
772
|
+
* IoT, use the IoT Wireless API. These wireless devices use the Low Power Wide Area
|
|
773
|
+
* Networking (LPWAN) communication protocol to communicate with AWS IoT.</p>
|
|
774
|
+
* <p>Using the API, you can perform create, read, update, and delete operations for your
|
|
775
|
+
* wireless devices, gateways, destinations, and profiles. After onboarding your devices,
|
|
776
|
+
* you can use the API operations to set log levels and monitor your devices with
|
|
777
|
+
* CloudWatch.</p>
|
|
778
|
+
* <p>You can also use the API operations to create multicast groups and schedule a
|
|
779
|
+
* multicast session for sending a downlink message to devices in the group. By using
|
|
780
|
+
* Firmware Updates Over-The-Air (FUOTA) API operations, you can create a FUOTA task and
|
|
781
|
+
* schedule a session to update the firmware of individual devices or an entire group of
|
|
782
|
+
* devices in a multicast group.</p>
|
|
781
783
|
*/
|
|
782
784
|
export declare class IoTWireless extends IoTWirelessClient implements IoTWireless {
|
|
783
785
|
}
|
|
@@ -254,17 +254,19 @@ export interface IoTWirelessClientResolvedConfig extends IoTWirelessClientResolv
|
|
|
254
254
|
}
|
|
255
255
|
/**
|
|
256
256
|
* @public
|
|
257
|
-
* <p>AWS IoT Wireless provides bi-directional communication between internet-connected
|
|
258
|
-
*
|
|
259
|
-
*
|
|
260
|
-
*
|
|
261
|
-
* <p>Using the API, you can perform create, read, update, and delete operations for your
|
|
262
|
-
*
|
|
263
|
-
*
|
|
264
|
-
*
|
|
265
|
-
*
|
|
266
|
-
*
|
|
267
|
-
*
|
|
257
|
+
* <p>AWS IoT Wireless provides bi-directional communication between internet-connected
|
|
258
|
+
* wireless devices and the AWS Cloud. To onboard both LoRaWAN and Sidewalk devices to AWS
|
|
259
|
+
* IoT, use the IoT Wireless API. These wireless devices use the Low Power Wide Area
|
|
260
|
+
* Networking (LPWAN) communication protocol to communicate with AWS IoT.</p>
|
|
261
|
+
* <p>Using the API, you can perform create, read, update, and delete operations for your
|
|
262
|
+
* wireless devices, gateways, destinations, and profiles. After onboarding your devices,
|
|
263
|
+
* you can use the API operations to set log levels and monitor your devices with
|
|
264
|
+
* CloudWatch.</p>
|
|
265
|
+
* <p>You can also use the API operations to create multicast groups and schedule a
|
|
266
|
+
* multicast session for sending a downlink message to devices in the group. By using
|
|
267
|
+
* Firmware Updates Over-The-Air (FUOTA) API operations, you can create a FUOTA task and
|
|
268
|
+
* schedule a session to update the firmware of individual devices or an entire group of
|
|
269
|
+
* devices in a multicast group.</p>
|
|
268
270
|
*/
|
|
269
271
|
export declare class IoTWirelessClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IoTWirelessClientResolvedConfig> {
|
|
270
272
|
/**
|
|
@@ -35,6 +35,7 @@ export interface CreateNetworkAnalyzerConfigurationCommandOutput extends CreateN
|
|
|
35
35
|
* TraceContent: { // TraceContent
|
|
36
36
|
* WirelessDeviceFrameInfo: "ENABLED" || "DISABLED",
|
|
37
37
|
* LogLevel: "INFO" || "ERROR" || "DISABLED",
|
|
38
|
+
* MulticastFrameInfo: "ENABLED" || "DISABLED",
|
|
38
39
|
* },
|
|
39
40
|
* WirelessDevices: [ // WirelessDeviceList
|
|
40
41
|
* "STRING_VALUE",
|
|
@@ -50,6 +51,9 @@ export interface CreateNetworkAnalyzerConfigurationCommandOutput extends CreateN
|
|
|
50
51
|
* },
|
|
51
52
|
* ],
|
|
52
53
|
* ClientRequestToken: "STRING_VALUE",
|
|
54
|
+
* MulticastGroups: [ // NetworkAnalyzerMulticastGroupList
|
|
55
|
+
* "STRING_VALUE",
|
|
56
|
+
* ],
|
|
53
57
|
* };
|
|
54
58
|
* const command = new CreateNetworkAnalyzerConfigurationCommand(input);
|
|
55
59
|
* const response = await client.send(command);
|
|
@@ -23,7 +23,8 @@ export interface DeleteWirelessGatewayTaskDefinitionCommandOutput extends Delete
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Deletes a wireless gateway task definition. Deleting this task definition does not
|
|
26
|
+
* <p>Deletes a wireless gateway task definition. Deleting this task definition does not
|
|
27
|
+
* affect tasks that are currently in progress.</p>
|
|
27
28
|
* @example
|
|
28
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
30
|
* ```javascript
|
|
@@ -23,7 +23,9 @@ export interface DisassociateAwsAccountFromPartnerAccountCommandOutput extends D
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Disassociates your AWS account from a partner account. If
|
|
26
|
+
* <p>Disassociates your AWS account from a partner account. If
|
|
27
|
+
* <code>PartnerAccountId</code> and <code>PartnerType</code> are <code>null</code>,
|
|
28
|
+
* disassociates your AWS account from all partner accounts.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
31
|
* ```javascript
|
|
@@ -23,8 +23,9 @@ export interface GetLogLevelsByResourceTypesCommandOutput extends GetLogLevelsBy
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Returns current default log levels or log levels by resource types. Based on resource
|
|
27
|
-
* for wireless device log options or wireless gateway log
|
|
26
|
+
* <p>Returns current default log levels or log levels by resource types. Based on resource
|
|
27
|
+
* types, log levels can be for wireless device log options or wireless gateway log
|
|
28
|
+
* options.</p>
|
|
28
29
|
* @example
|
|
29
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
31
|
* ```javascript
|
|
@@ -39,6 +39,7 @@ export interface GetNetworkAnalyzerConfigurationCommandOutput extends GetNetwork
|
|
|
39
39
|
* // TraceContent: { // TraceContent
|
|
40
40
|
* // WirelessDeviceFrameInfo: "ENABLED" || "DISABLED",
|
|
41
41
|
* // LogLevel: "INFO" || "ERROR" || "DISABLED",
|
|
42
|
+
* // MulticastFrameInfo: "ENABLED" || "DISABLED",
|
|
42
43
|
* // },
|
|
43
44
|
* // WirelessDevices: [ // WirelessDeviceList
|
|
44
45
|
* // "STRING_VALUE",
|
|
@@ -49,6 +50,9 @@ export interface GetNetworkAnalyzerConfigurationCommandOutput extends GetNetwork
|
|
|
49
50
|
* // Description: "STRING_VALUE",
|
|
50
51
|
* // Arn: "STRING_VALUE",
|
|
51
52
|
* // Name: "STRING_VALUE",
|
|
53
|
+
* // MulticastGroups: [ // NetworkAnalyzerMulticastGroupList
|
|
54
|
+
* // "STRING_VALUE",
|
|
55
|
+
* // ],
|
|
52
56
|
* // };
|
|
53
57
|
*
|
|
54
58
|
* ```
|
|
@@ -23,7 +23,8 @@ export interface GetPartnerAccountCommandOutput extends GetPartnerAccountRespons
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Gets information about a partner account. If <code>PartnerAccountId</code> and
|
|
26
|
+
* <p>Gets information about a partner account. If <code>PartnerAccountId</code> and
|
|
27
|
+
* <code>PartnerType</code> are <code>null</code>, returns all partner accounts.</p>
|
|
27
28
|
* @example
|
|
28
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
30
|
* ```javascript
|
|
@@ -28,8 +28,7 @@ export interface GetPositionCommandOutput extends GetPositionResponse, __Metadat
|
|
|
28
28
|
* <p>Get the position information for a given resource.</p>
|
|
29
29
|
* <important>
|
|
30
30
|
* <p>This action is no longer supported. Calls to retrieve the position information
|
|
31
|
-
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetResourcePosition.html">GetResourcePosition</a>
|
|
32
|
-
* API operation instead.</p>
|
|
31
|
+
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetResourcePosition.html">GetResourcePosition</a> API operation instead.</p>
|
|
33
32
|
* </important>
|
|
34
33
|
* @example
|
|
35
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -28,8 +28,7 @@ export interface GetPositionConfigurationCommandOutput extends GetPositionConfig
|
|
|
28
28
|
* <p>Get position configuration for a given resource.</p>
|
|
29
29
|
* <important>
|
|
30
30
|
* <p>This action is no longer supported. Calls to retrieve the position configuration
|
|
31
|
-
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetResourcePosition.html">GetResourcePosition</a>
|
|
32
|
-
* API operation instead.</p>
|
|
31
|
+
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetResourcePosition.html">GetResourcePosition</a> API operation instead.</p>
|
|
33
32
|
* </important>
|
|
34
33
|
* @example
|
|
35
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,8 +23,9 @@ export interface GetPositionEstimateCommandOutput extends GetPositionEstimateRes
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Get estimated position information as a payload in GeoJSON format. The payload
|
|
27
|
-
*
|
|
26
|
+
* <p>Get estimated position information as a payload in GeoJSON format. The payload
|
|
27
|
+
* measurement data is resolved using solvers that are provided by third-party
|
|
28
|
+
* vendors.</p>
|
|
28
29
|
* @example
|
|
29
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
31
|
* ```javascript
|
|
@@ -23,8 +23,8 @@ export interface GetResourceLogLevelCommandOutput extends GetResourceLogLevelRes
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Fetches the log-level override, if any, for a given resource-ID and resource-type. It
|
|
27
|
-
* a wireless device or a wireless gateway.</p>
|
|
26
|
+
* <p>Fetches the log-level override, if any, for a given resource-ID and resource-type. It
|
|
27
|
+
* can be used for a wireless device or a wireless gateway.</p>
|
|
28
28
|
* @example
|
|
29
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
30
|
* ```javascript
|
|
@@ -23,8 +23,8 @@ export interface GetResourcePositionCommandOutput extends GetResourcePositionRes
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Get the position information for a given wireless device or a wireless gateway
|
|
27
|
-
* The position information uses the <a href="https://gisgeography.com/wgs84-world-geodetic-system/"> World Geodetic System
|
|
26
|
+
* <p>Get the position information for a given wireless device or a wireless gateway
|
|
27
|
+
* resource. The position information uses the <a href="https://gisgeography.com/wgs84-world-geodetic-system/"> World Geodetic System
|
|
28
28
|
* (WGS84)</a>.</p>
|
|
29
29
|
* @example
|
|
30
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,7 +23,8 @@ export interface GetServiceEndpointCommandOutput extends GetServiceEndpointRespo
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol
|
|
26
|
+
* <p>Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol
|
|
27
|
+
* or LoRaWAN Network Server (LNS) connections.</p>
|
|
27
28
|
* @example
|
|
28
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
30
|
* ```javascript
|
|
@@ -23,7 +23,8 @@ export interface GetWirelessGatewayCertificateCommandOutput extends GetWirelessG
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Gets the ID of the certificate that is currently associated with a wireless
|
|
26
|
+
* <p>Gets the ID of the certificate that is currently associated with a wireless
|
|
27
|
+
* gateway.</p>
|
|
27
28
|
* @example
|
|
28
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
30
|
* ```javascript
|
|
@@ -27,9 +27,8 @@ export interface ListPositionConfigurationsCommandOutput extends ListPositionCon
|
|
|
27
27
|
*
|
|
28
28
|
* <p>List position configurations for a given resource, such as positioning solvers.</p>
|
|
29
29
|
* <important>
|
|
30
|
-
* <p>This action is no longer supported. Calls to retrieve position information
|
|
31
|
-
*
|
|
32
|
-
* API operation instead.</p>
|
|
30
|
+
* <p>This action is no longer supported. Calls to retrieve position information should
|
|
31
|
+
* use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetResourcePosition.html">GetResourcePosition</a> API operation instead.</p>
|
|
33
32
|
* </important>
|
|
34
33
|
* @example
|
|
35
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,8 +23,9 @@ export interface PutResourceLogLevelCommandOutput extends PutResourceLogLevelRes
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Sets the log-level override for a resource-ID and resource-type. This option can be
|
|
27
|
-
* or a wireless device. A limit of 200 log level override
|
|
26
|
+
* <p>Sets the log-level override for a resource-ID and resource-type. This option can be
|
|
27
|
+
* specified for a wireless gateway or a wireless device. A limit of 200 log level override
|
|
28
|
+
* can be set per account.</p>
|
|
28
29
|
* @example
|
|
29
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
31
|
* ```javascript
|
|
@@ -23,7 +23,8 @@ export interface ResetAllResourceLogLevelsCommandOutput extends ResetAllResource
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Removes the log-level overrides for all resources; both wireless devices and wireless
|
|
26
|
+
* <p>Removes the log-level overrides for all resources; both wireless devices and wireless
|
|
27
|
+
* gateways.</p>
|
|
27
28
|
* @example
|
|
28
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
30
|
* ```javascript
|
|
@@ -23,8 +23,8 @@ export interface ResetResourceLogLevelCommandOutput extends ResetResourceLogLeve
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Removes the log-level override, if any, for a specific resource-ID and resource-type.
|
|
27
|
-
* a wireless device or a wireless gateway.</p>
|
|
26
|
+
* <p>Removes the log-level override, if any, for a specific resource-ID and resource-type.
|
|
27
|
+
* It can be used for a wireless device or a wireless gateway.</p>
|
|
28
28
|
* @example
|
|
29
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
30
|
* ```javascript
|
|
@@ -23,7 +23,8 @@ export interface StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Starts a bulk association of all qualifying wireless devices with a multicast
|
|
26
|
+
* <p>Starts a bulk association of all qualifying wireless devices with a multicast
|
|
27
|
+
* group.</p>
|
|
27
28
|
* @example
|
|
28
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
30
|
* ```javascript
|
package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts
CHANGED
|
@@ -23,7 +23,8 @@ export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOut
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Starts a bulk disassociatin of all qualifying wireless devices from a multicast
|
|
26
|
+
* <p>Starts a bulk disassociatin of all qualifying wireless devices from a multicast
|
|
27
|
+
* group.</p>
|
|
27
28
|
* @example
|
|
28
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
30
|
* ```javascript
|
|
@@ -23,7 +23,8 @@ export interface TestWirelessDeviceCommandOutput extends TestWirelessDeviceRespo
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Simulates a provisioned device by sending an uplink data payload of
|
|
26
|
+
* <p>Simulates a provisioned device by sending an uplink data payload of
|
|
27
|
+
* <code>Hello</code>.</p>
|
|
27
28
|
* @example
|
|
28
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
30
|
* ```javascript
|
|
@@ -23,8 +23,9 @@ export interface UpdateLogLevelsByResourceTypesCommandOutput extends UpdateLogLe
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Set default log level, or log levels by resource types. This can be for wireless
|
|
27
|
-
* wireless gateways log options and is used to control the log
|
|
26
|
+
* <p>Set default log level, or log levels by resource types. This can be for wireless
|
|
27
|
+
* device log options or wireless gateways log options and is used to control the log
|
|
28
|
+
* messages that'll be displayed in CloudWatch.</p>
|
|
28
29
|
* @example
|
|
29
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
31
|
* ```javascript
|
|
@@ -35,6 +35,7 @@ export interface UpdateNetworkAnalyzerConfigurationCommandOutput extends UpdateN
|
|
|
35
35
|
* TraceContent: { // TraceContent
|
|
36
36
|
* WirelessDeviceFrameInfo: "ENABLED" || "DISABLED",
|
|
37
37
|
* LogLevel: "INFO" || "ERROR" || "DISABLED",
|
|
38
|
+
* MulticastFrameInfo: "ENABLED" || "DISABLED",
|
|
38
39
|
* },
|
|
39
40
|
* WirelessDevicesToAdd: [ // WirelessDeviceList
|
|
40
41
|
* "STRING_VALUE",
|
|
@@ -49,6 +50,12 @@ export interface UpdateNetworkAnalyzerConfigurationCommandOutput extends UpdateN
|
|
|
49
50
|
* "STRING_VALUE",
|
|
50
51
|
* ],
|
|
51
52
|
* Description: "STRING_VALUE",
|
|
53
|
+
* MulticastGroupsToAdd: [ // NetworkAnalyzerMulticastGroupList
|
|
54
|
+
* "STRING_VALUE",
|
|
55
|
+
* ],
|
|
56
|
+
* MulticastGroupsToRemove: [
|
|
57
|
+
* "STRING_VALUE",
|
|
58
|
+
* ],
|
|
52
59
|
* };
|
|
53
60
|
* const command = new UpdateNetworkAnalyzerConfigurationCommand(input);
|
|
54
61
|
* const response = await client.send(command);
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>AWS IoT Wireless provides bi-directional communication between internet-connected
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
* <p>Using the API, you can perform create, read, update, and delete operations for your
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
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
|
+
* IoT, use the IoT Wireless API. These wireless devices use the Low Power Wide Area
|
|
5
|
+
* Networking (LPWAN) communication protocol to communicate with AWS IoT.</p>
|
|
6
|
+
* <p>Using the API, you can perform create, read, update, and delete operations for your
|
|
7
|
+
* wireless devices, gateways, destinations, and profiles. After onboarding your devices,
|
|
8
|
+
* you can use the API operations to set log levels and monitor your devices with
|
|
9
|
+
* CloudWatch.</p>
|
|
10
|
+
* <p>You can also use the API operations to create multicast groups and schedule a
|
|
11
|
+
* multicast session for sending a downlink message to devices in the group. By using
|
|
12
|
+
* Firmware Updates Over-The-Air (FUOTA) API operations, you can create a FUOTA task and
|
|
13
|
+
* schedule a session to update the firmware of individual devices or an entire group of
|
|
14
|
+
* devices in a multicast group.</p>
|
|
13
15
|
*
|
|
14
16
|
* @packageDocumentation
|
|
15
17
|
*/
|