@aws-sdk/client-iot-wireless 3.145.0 → 3.158.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/CHANGELOG.md +27 -0
- package/dist-cjs/commands/UpdateFuotaTaskCommand.js +3 -3
- package/dist-cjs/commands/UpdateLogLevelsByResourceTypesCommand.js +3 -3
- package/dist-cjs/models/models_0.js +24 -22
- package/dist-cjs/models/models_1.js +17 -1
- package/dist-cjs/protocols/Aws_restJson1.js +86 -0
- package/dist-es/commands/UpdateFuotaTaskCommand.js +1 -1
- package/dist-es/commands/UpdateLogLevelsByResourceTypesCommand.js +1 -1
- package/dist-es/models/models_0.js +9 -4
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +76 -2
- package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +85 -72
- package/dist-types/models/models_1.d.ts +62 -1
- package/dist-types/ts3.4/commands/UpdateFuotaTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +38 -34
- package/dist-types/ts3.4/models/models_1.d.ts +35 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.158.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.157.0...v3.158.0) (2022-08-25)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-iot-wireless:** This release includes a new feature for the customers to enable the LoRa gateways to send out beacons for Class B devices and an option to select one or more gateways for Class C devices when sending the LoRaWAN downlink messages. ([8ba0bbe](https://github.com/aws/aws-sdk-js-v3/commit/8ba0bbecbb424062f23862886f8e4ce2eb0b3c2d))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.154.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.153.0...v3.154.0) (2022-08-19)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-iot-wireless
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.150.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.149.0...v3.150.0) (2022-08-15)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-iot-wireless
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.145.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.144.0...v3.145.0) (2022-08-08)
|
|
7
34
|
|
|
8
35
|
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateFuotaTaskCommand = void 0;
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
-
const
|
|
6
|
+
const models_1_1 = require("../models/models_1");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class UpdateFuotaTaskCommand extends smithy_client_1.Command {
|
|
9
9
|
constructor(input) {
|
|
@@ -20,8 +20,8 @@ class UpdateFuotaTaskCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: models_1_1.UpdateFuotaTaskRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_1_1.UpdateFuotaTaskResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateLogLevelsByResourceTypesCommand = void 0;
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
-
const
|
|
6
|
+
const models_1_1 = require("../models/models_1");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class UpdateLogLevelsByResourceTypesCommand extends smithy_client_1.Command {
|
|
9
9
|
constructor(input) {
|
|
@@ -20,8 +20,8 @@ class UpdateLogLevelsByResourceTypesCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: models_1_1.UpdateLogLevelsByResourceTypesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_1_1.UpdateLogLevelsByResourceTypesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
3
|
+
exports.AssociateMulticastGroupWithFuotaTaskRequestFilterSensitiveLog = exports.AssociateAwsAccountWithPartnerAccountResponseFilterSensitiveLog = exports.AssociateAwsAccountWithPartnerAccountRequestFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.SidewalkAccountInfoFilterSensitiveLog = exports.AccuracyFilterSensitiveLog = exports.AbpV1_1FilterSensitiveLog = exports.SessionKeysAbpV1_1FilterSensitiveLog = exports.AbpV1_0_xFilterSensitiveLog = exports.SessionKeysAbpV1_0_xFilterSensitiveLog = exports.TooManyTagsException = exports.MessageType = exports.WirelessGatewayTaskDefinitionType = exports.WirelessGatewayIdType = 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.WirelessGatewayTaskStatus = exports.WirelessDeviceType = exports.WirelessDeviceFrameInfo = 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.AccessDeniedException = void 0;
|
|
4
|
+
exports.LoRaWANUpdateGatewayTaskCreateFilterSensitiveLog = exports.LoRaWANGatewayVersionFilterSensitiveLog = exports.CreateWirelessGatewayTaskResponseFilterSensitiveLog = exports.CreateWirelessGatewayTaskRequestFilterSensitiveLog = exports.CreateWirelessGatewayResponseFilterSensitiveLog = exports.CreateWirelessGatewayRequestFilterSensitiveLog = exports.LoRaWANGatewayFilterSensitiveLog = exports.CreateWirelessDeviceResponseFilterSensitiveLog = exports.CreateWirelessDeviceRequestFilterSensitiveLog = exports.LoRaWANDeviceFilterSensitiveLog = exports.OtaaV1_1FilterSensitiveLog = exports.OtaaV1_0_xFilterSensitiveLog = exports.FPortsFilterSensitiveLog = exports.PositioningFilterSensitiveLog = exports.CreateServiceProfileResponseFilterSensitiveLog = exports.CreateServiceProfileRequestFilterSensitiveLog = exports.LoRaWANServiceProfileFilterSensitiveLog = exports.CreateNetworkAnalyzerConfigurationResponseFilterSensitiveLog = exports.CreateNetworkAnalyzerConfigurationRequestFilterSensitiveLog = exports.TraceContentFilterSensitiveLog = exports.CreateMulticastGroupResponseFilterSensitiveLog = exports.CreateMulticastGroupRequestFilterSensitiveLog = exports.LoRaWANMulticastFilterSensitiveLog = exports.CreateFuotaTaskResponseFilterSensitiveLog = exports.CreateFuotaTaskRequestFilterSensitiveLog = exports.LoRaWANFuotaTaskFilterSensitiveLog = exports.CreateDeviceProfileResponseFilterSensitiveLog = exports.CreateDeviceProfileRequestFilterSensitiveLog = exports.LoRaWANDeviceProfileFilterSensitiveLog = exports.CreateDestinationResponseFilterSensitiveLog = exports.CreateDestinationRequestFilterSensitiveLog = exports.ConnectionStatusResourceTypeEventConfigurationFilterSensitiveLog = exports.LoRaWANConnectionStatusResourceTypeEventConfigurationFilterSensitiveLog = exports.ConnectionStatusEventConfigurationFilterSensitiveLog = exports.LoRaWANConnectionStatusEventNotificationConfigurationsFilterSensitiveLog = exports.CertificateListFilterSensitiveLog = exports.CancelMulticastGroupSessionResponseFilterSensitiveLog = exports.CancelMulticastGroupSessionRequestFilterSensitiveLog = exports.BeaconingFilterSensitiveLog = exports.AssociateWirelessGatewayWithThingResponseFilterSensitiveLog = exports.AssociateWirelessGatewayWithThingRequestFilterSensitiveLog = exports.AssociateWirelessGatewayWithCertificateResponseFilterSensitiveLog = exports.AssociateWirelessGatewayWithCertificateRequestFilterSensitiveLog = exports.AssociateWirelessDeviceWithThingResponseFilterSensitiveLog = exports.AssociateWirelessDeviceWithThingRequestFilterSensitiveLog = exports.AssociateWirelessDeviceWithMulticastGroupResponseFilterSensitiveLog = exports.AssociateWirelessDeviceWithMulticastGroupRequestFilterSensitiveLog = exports.AssociateWirelessDeviceWithFuotaTaskResponseFilterSensitiveLog = exports.AssociateWirelessDeviceWithFuotaTaskRequestFilterSensitiveLog = exports.AssociateMulticastGroupWithFuotaTaskResponseFilterSensitiveLog = void 0;
|
|
5
|
+
exports.LoRaWANJoinEventNotificationConfigurationsFilterSensitiveLog = exports.DownlinkQueueMessageFilterSensitiveLog = exports.LoRaWANSendDataToDeviceFilterSensitiveLog = exports.ParticipatingGatewaysFilterSensitiveLog = exports.GatewayListItemFilterSensitiveLog = exports.DisassociateWirelessGatewayFromThingResponseFilterSensitiveLog = exports.DisassociateWirelessGatewayFromThingRequestFilterSensitiveLog = exports.DisassociateWirelessGatewayFromCertificateResponseFilterSensitiveLog = exports.DisassociateWirelessGatewayFromCertificateRequestFilterSensitiveLog = exports.DisassociateWirelessDeviceFromThingResponseFilterSensitiveLog = exports.DisassociateWirelessDeviceFromThingRequestFilterSensitiveLog = exports.DisassociateWirelessDeviceFromMulticastGroupResponseFilterSensitiveLog = exports.DisassociateWirelessDeviceFromMulticastGroupRequestFilterSensitiveLog = exports.DisassociateWirelessDeviceFromFuotaTaskResponseFilterSensitiveLog = exports.DisassociateWirelessDeviceFromFuotaTaskRequestFilterSensitiveLog = exports.DisassociateMulticastGroupFromFuotaTaskResponseFilterSensitiveLog = exports.DisassociateMulticastGroupFromFuotaTaskRequestFilterSensitiveLog = exports.DisassociateAwsAccountFromPartnerAccountResponseFilterSensitiveLog = exports.DisassociateAwsAccountFromPartnerAccountRequestFilterSensitiveLog = exports.DeviceRegistrationStateResourceTypeEventConfigurationFilterSensitiveLog = exports.SidewalkResourceTypeEventConfigurationFilterSensitiveLog = exports.DeviceRegistrationStateEventConfigurationFilterSensitiveLog = exports.SidewalkEventNotificationConfigurationsFilterSensitiveLog = exports.DeviceProfileFilterSensitiveLog = exports.DestinationsFilterSensitiveLog = exports.DeleteWirelessGatewayTaskDefinitionResponseFilterSensitiveLog = exports.DeleteWirelessGatewayTaskDefinitionRequestFilterSensitiveLog = exports.DeleteWirelessGatewayTaskResponseFilterSensitiveLog = exports.DeleteWirelessGatewayTaskRequestFilterSensitiveLog = exports.DeleteWirelessGatewayResponseFilterSensitiveLog = exports.DeleteWirelessGatewayRequestFilterSensitiveLog = exports.DeleteWirelessDeviceResponseFilterSensitiveLog = exports.DeleteWirelessDeviceRequestFilterSensitiveLog = exports.DeleteServiceProfileResponseFilterSensitiveLog = exports.DeleteServiceProfileRequestFilterSensitiveLog = exports.DeleteQueuedMessagesResponseFilterSensitiveLog = exports.DeleteQueuedMessagesRequestFilterSensitiveLog = exports.DeleteNetworkAnalyzerConfigurationResponseFilterSensitiveLog = exports.DeleteNetworkAnalyzerConfigurationRequestFilterSensitiveLog = exports.DeleteMulticastGroupResponseFilterSensitiveLog = exports.DeleteMulticastGroupRequestFilterSensitiveLog = exports.DeleteFuotaTaskResponseFilterSensitiveLog = exports.DeleteFuotaTaskRequestFilterSensitiveLog = exports.DeleteDeviceProfileResponseFilterSensitiveLog = exports.DeleteDeviceProfileRequestFilterSensitiveLog = exports.DeleteDestinationResponseFilterSensitiveLog = exports.DeleteDestinationRequestFilterSensitiveLog = exports.CreateWirelessGatewayTaskDefinitionResponseFilterSensitiveLog = exports.CreateWirelessGatewayTaskDefinitionRequestFilterSensitiveLog = exports.UpdateWirelessGatewayTaskCreateFilterSensitiveLog = void 0;
|
|
6
|
+
exports.LoRaWANGetServiceProfileInfoFilterSensitiveLog = exports.GetServiceProfileRequestFilterSensitiveLog = exports.GetServiceEndpointResponseFilterSensitiveLog = exports.GetServiceEndpointRequestFilterSensitiveLog = exports.GetResourceLogLevelResponseFilterSensitiveLog = exports.GetResourceLogLevelRequestFilterSensitiveLog = exports.GetResourceEventConfigurationResponseFilterSensitiveLog = exports.GetResourceEventConfigurationRequestFilterSensitiveLog = exports.GetPositionConfigurationResponseFilterSensitiveLog = exports.PositionSolverDetailsFilterSensitiveLog = exports.SemtechGnssDetailFilterSensitiveLog = exports.GetPositionConfigurationRequestFilterSensitiveLog = exports.GetPositionResponseFilterSensitiveLog = exports.GetPositionRequestFilterSensitiveLog = exports.GetPartnerAccountResponseFilterSensitiveLog = exports.SidewalkAccountInfoWithFingerprintFilterSensitiveLog = exports.GetPartnerAccountRequestFilterSensitiveLog = exports.GetNetworkAnalyzerConfigurationResponseFilterSensitiveLog = exports.GetNetworkAnalyzerConfigurationRequestFilterSensitiveLog = exports.GetMulticastGroupSessionResponseFilterSensitiveLog = exports.LoRaWANMulticastSessionFilterSensitiveLog = exports.GetMulticastGroupSessionRequestFilterSensitiveLog = exports.GetMulticastGroupResponseFilterSensitiveLog = exports.LoRaWANMulticastGetFilterSensitiveLog = exports.GetMulticastGroupRequestFilterSensitiveLog = exports.GetLogLevelsByResourceTypesResponseFilterSensitiveLog = exports.WirelessGatewayLogOptionFilterSensitiveLog = exports.WirelessGatewayEventLogOptionFilterSensitiveLog = exports.WirelessDeviceLogOptionFilterSensitiveLog = exports.WirelessDeviceEventLogOptionFilterSensitiveLog = exports.GetLogLevelsByResourceTypesRequestFilterSensitiveLog = exports.GetFuotaTaskResponseFilterSensitiveLog = exports.LoRaWANFuotaTaskGetInfoFilterSensitiveLog = exports.GetFuotaTaskRequestFilterSensitiveLog = exports.GetEventConfigurationByResourceTypesResponseFilterSensitiveLog = exports.ProximityResourceTypeEventConfigurationFilterSensitiveLog = exports.MessageDeliveryStatusResourceTypeEventConfigurationFilterSensitiveLog = exports.JoinResourceTypeEventConfigurationFilterSensitiveLog = exports.LoRaWANJoinResourceTypeEventConfigurationFilterSensitiveLog = exports.GetEventConfigurationByResourceTypesRequestFilterSensitiveLog = exports.GetDeviceProfileResponseFilterSensitiveLog = exports.GetDeviceProfileRequestFilterSensitiveLog = exports.GetDestinationResponseFilterSensitiveLog = exports.GetDestinationRequestFilterSensitiveLog = exports.FuotaTaskFilterSensitiveLog = exports.EventConfigurationItemFilterSensitiveLog = exports.EventNotificationItemConfigurationsFilterSensitiveLog = exports.ProximityEventConfigurationFilterSensitiveLog = exports.MessageDeliveryStatusEventConfigurationFilterSensitiveLog = exports.JoinEventConfigurationFilterSensitiveLog = void 0;
|
|
7
|
+
exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListServiceProfilesResponseFilterSensitiveLog = exports.ServiceProfileFilterSensitiveLog = exports.ListServiceProfilesRequestFilterSensitiveLog = exports.ListQueuedMessagesResponseFilterSensitiveLog = exports.ListQueuedMessagesRequestFilterSensitiveLog = exports.ListPositionConfigurationsResponseFilterSensitiveLog = exports.PositionConfigurationItemFilterSensitiveLog = exports.ListPositionConfigurationsRequestFilterSensitiveLog = exports.ListPartnerAccountsResponseFilterSensitiveLog = exports.ListPartnerAccountsRequestFilterSensitiveLog = exports.ListNetworkAnalyzerConfigurationsResponseFilterSensitiveLog = exports.NetworkAnalyzerConfigurationsFilterSensitiveLog = exports.ListNetworkAnalyzerConfigurationsRequestFilterSensitiveLog = exports.ListMulticastGroupsByFuotaTaskResponseFilterSensitiveLog = exports.MulticastGroupByFuotaTaskFilterSensitiveLog = exports.ListMulticastGroupsByFuotaTaskRequestFilterSensitiveLog = exports.ListMulticastGroupsResponseFilterSensitiveLog = exports.MulticastGroupFilterSensitiveLog = exports.ListMulticastGroupsRequestFilterSensitiveLog = exports.ListFuotaTasksResponseFilterSensitiveLog = exports.ListFuotaTasksRequestFilterSensitiveLog = exports.ListEventConfigurationsResponseFilterSensitiveLog = exports.ListEventConfigurationsRequestFilterSensitiveLog = exports.ListDeviceProfilesResponseFilterSensitiveLog = exports.ListDeviceProfilesRequestFilterSensitiveLog = exports.ListDestinationsResponseFilterSensitiveLog = exports.ListDestinationsRequestFilterSensitiveLog = exports.GetWirelessGatewayTaskDefinitionResponseFilterSensitiveLog = exports.GetWirelessGatewayTaskDefinitionRequestFilterSensitiveLog = exports.GetWirelessGatewayTaskResponseFilterSensitiveLog = exports.GetWirelessGatewayTaskRequestFilterSensitiveLog = exports.GetWirelessGatewayStatisticsResponseFilterSensitiveLog = exports.GetWirelessGatewayStatisticsRequestFilterSensitiveLog = exports.GetWirelessGatewayFirmwareInformationResponseFilterSensitiveLog = exports.LoRaWANGatewayCurrentVersionFilterSensitiveLog = exports.GetWirelessGatewayFirmwareInformationRequestFilterSensitiveLog = exports.GetWirelessGatewayCertificateResponseFilterSensitiveLog = exports.GetWirelessGatewayCertificateRequestFilterSensitiveLog = exports.GetWirelessGatewayResponseFilterSensitiveLog = exports.GetWirelessGatewayRequestFilterSensitiveLog = exports.GetWirelessDeviceStatisticsResponseFilterSensitiveLog = exports.SidewalkDeviceMetadataFilterSensitiveLog = exports.LoRaWANDeviceMetadataFilterSensitiveLog = exports.LoRaWANGatewayMetadataFilterSensitiveLog = exports.GetWirelessDeviceStatisticsRequestFilterSensitiveLog = exports.GetWirelessDeviceResponseFilterSensitiveLog = exports.SidewalkDeviceFilterSensitiveLog = exports.GetWirelessDeviceRequestFilterSensitiveLog = exports.GetServiceProfileResponseFilterSensitiveLog = void 0;
|
|
8
|
+
exports.UpdateEventConfigurationByResourceTypesResponseFilterSensitiveLog = exports.UpdateEventConfigurationByResourceTypesRequestFilterSensitiveLog = exports.UpdateDestinationResponseFilterSensitiveLog = exports.UpdateDestinationRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TestWirelessDeviceResponseFilterSensitiveLog = exports.TestWirelessDeviceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.StartMulticastGroupSessionResponseFilterSensitiveLog = exports.StartMulticastGroupSessionRequestFilterSensitiveLog = exports.StartFuotaTaskResponseFilterSensitiveLog = exports.StartFuotaTaskRequestFilterSensitiveLog = exports.LoRaWANStartFuotaTaskFilterSensitiveLog = exports.StartBulkDisassociateWirelessDeviceFromMulticastGroupResponseFilterSensitiveLog = exports.StartBulkDisassociateWirelessDeviceFromMulticastGroupRequestFilterSensitiveLog = exports.StartBulkAssociateWirelessDeviceWithMulticastGroupResponseFilterSensitiveLog = exports.StartBulkAssociateWirelessDeviceWithMulticastGroupRequestFilterSensitiveLog = exports.SendDataToWirelessDeviceResponseFilterSensitiveLog = exports.SendDataToWirelessDeviceRequestFilterSensitiveLog = exports.WirelessMetadataFilterSensitiveLog = exports.SidewalkSendDataToDeviceFilterSensitiveLog = exports.SendDataToMulticastGroupResponseFilterSensitiveLog = exports.SendDataToMulticastGroupRequestFilterSensitiveLog = exports.MulticastWirelessMetadataFilterSensitiveLog = exports.LoRaWANMulticastMetadataFilterSensitiveLog = exports.ResetResourceLogLevelResponseFilterSensitiveLog = exports.ResetResourceLogLevelRequestFilterSensitiveLog = exports.ResetAllResourceLogLevelsResponseFilterSensitiveLog = exports.ResetAllResourceLogLevelsRequestFilterSensitiveLog = exports.PutResourceLogLevelResponseFilterSensitiveLog = exports.PutResourceLogLevelRequestFilterSensitiveLog = exports.PutPositionConfigurationResponseFilterSensitiveLog = exports.PutPositionConfigurationRequestFilterSensitiveLog = exports.PositionSolverConfigurationsFilterSensitiveLog = exports.SemtechGnssConfigurationFilterSensitiveLog = exports.ListWirelessGatewayTaskDefinitionsResponseFilterSensitiveLog = exports.UpdateWirelessGatewayTaskEntryFilterSensitiveLog = exports.LoRaWANUpdateGatewayTaskEntryFilterSensitiveLog = exports.ListWirelessGatewayTaskDefinitionsRequestFilterSensitiveLog = exports.ListWirelessGatewaysResponseFilterSensitiveLog = exports.WirelessGatewayStatisticsFilterSensitiveLog = exports.ListWirelessGatewaysRequestFilterSensitiveLog = exports.ListWirelessDevicesResponseFilterSensitiveLog = exports.WirelessDeviceStatisticsFilterSensitiveLog = exports.SidewalkListDeviceFilterSensitiveLog = exports.LoRaWANListDeviceFilterSensitiveLog = exports.ListWirelessDevicesRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = void 0;
|
|
9
9
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
10
10
|
const IoTWirelessServiceException_1 = require("./IoTWirelessServiceException");
|
|
11
11
|
class AccessDeniedException extends IoTWirelessServiceException_1.IoTWirelessServiceException {
|
|
@@ -170,6 +170,12 @@ var PartnerType;
|
|
|
170
170
|
(function (PartnerType) {
|
|
171
171
|
PartnerType["Sidewalk"] = "Sidewalk";
|
|
172
172
|
})(PartnerType = exports.PartnerType || (exports.PartnerType = {}));
|
|
173
|
+
var DownlinkMode;
|
|
174
|
+
(function (DownlinkMode) {
|
|
175
|
+
DownlinkMode["CONCURRENT"] = "CONCURRENT";
|
|
176
|
+
DownlinkMode["SEQUENTIAL"] = "SEQUENTIAL";
|
|
177
|
+
DownlinkMode["USING_UPLINK_GATEWAY"] = "USING_UPLINK_GATEWAY";
|
|
178
|
+
})(DownlinkMode = exports.DownlinkMode || (exports.DownlinkMode = {}));
|
|
173
179
|
var Event;
|
|
174
180
|
(function (Event) {
|
|
175
181
|
Event["ACK"] = "ack";
|
|
@@ -389,6 +395,10 @@ const AssociateWirelessGatewayWithThingResponseFilterSensitiveLog = (obj) => ({
|
|
|
389
395
|
...obj,
|
|
390
396
|
});
|
|
391
397
|
exports.AssociateWirelessGatewayWithThingResponseFilterSensitiveLog = AssociateWirelessGatewayWithThingResponseFilterSensitiveLog;
|
|
398
|
+
const BeaconingFilterSensitiveLog = (obj) => ({
|
|
399
|
+
...obj,
|
|
400
|
+
});
|
|
401
|
+
exports.BeaconingFilterSensitiveLog = BeaconingFilterSensitiveLog;
|
|
392
402
|
const CancelMulticastGroupSessionRequestFilterSensitiveLog = (obj) => ({
|
|
393
403
|
...obj,
|
|
394
404
|
});
|
|
@@ -721,6 +731,14 @@ const DisassociateWirelessGatewayFromThingResponseFilterSensitiveLog = (obj) =>
|
|
|
721
731
|
...obj,
|
|
722
732
|
});
|
|
723
733
|
exports.DisassociateWirelessGatewayFromThingResponseFilterSensitiveLog = DisassociateWirelessGatewayFromThingResponseFilterSensitiveLog;
|
|
734
|
+
const GatewayListItemFilterSensitiveLog = (obj) => ({
|
|
735
|
+
...obj,
|
|
736
|
+
});
|
|
737
|
+
exports.GatewayListItemFilterSensitiveLog = GatewayListItemFilterSensitiveLog;
|
|
738
|
+
const ParticipatingGatewaysFilterSensitiveLog = (obj) => ({
|
|
739
|
+
...obj,
|
|
740
|
+
});
|
|
741
|
+
exports.ParticipatingGatewaysFilterSensitiveLog = ParticipatingGatewaysFilterSensitiveLog;
|
|
724
742
|
const LoRaWANSendDataToDeviceFilterSensitiveLog = (obj) => ({
|
|
725
743
|
...obj,
|
|
726
744
|
});
|
|
@@ -1338,19 +1356,3 @@ const UpdateEventConfigurationByResourceTypesResponseFilterSensitiveLog = (obj)
|
|
|
1338
1356
|
...obj,
|
|
1339
1357
|
});
|
|
1340
1358
|
exports.UpdateEventConfigurationByResourceTypesResponseFilterSensitiveLog = UpdateEventConfigurationByResourceTypesResponseFilterSensitiveLog;
|
|
1341
|
-
const UpdateFuotaTaskRequestFilterSensitiveLog = (obj) => ({
|
|
1342
|
-
...obj,
|
|
1343
|
-
});
|
|
1344
|
-
exports.UpdateFuotaTaskRequestFilterSensitiveLog = UpdateFuotaTaskRequestFilterSensitiveLog;
|
|
1345
|
-
const UpdateFuotaTaskResponseFilterSensitiveLog = (obj) => ({
|
|
1346
|
-
...obj,
|
|
1347
|
-
});
|
|
1348
|
-
exports.UpdateFuotaTaskResponseFilterSensitiveLog = UpdateFuotaTaskResponseFilterSensitiveLog;
|
|
1349
|
-
const UpdateLogLevelsByResourceTypesRequestFilterSensitiveLog = (obj) => ({
|
|
1350
|
-
...obj,
|
|
1351
|
-
});
|
|
1352
|
-
exports.UpdateLogLevelsByResourceTypesRequestFilterSensitiveLog = UpdateLogLevelsByResourceTypesRequestFilterSensitiveLog;
|
|
1353
|
-
const UpdateLogLevelsByResourceTypesResponseFilterSensitiveLog = (obj) => ({
|
|
1354
|
-
...obj,
|
|
1355
|
-
});
|
|
1356
|
-
exports.UpdateLogLevelsByResourceTypesResponseFilterSensitiveLog = UpdateLogLevelsByResourceTypesResponseFilterSensitiveLog;
|
|
@@ -1,7 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateWirelessGatewayResponseFilterSensitiveLog = exports.UpdateWirelessGatewayRequestFilterSensitiveLog = exports.UpdateWirelessDeviceResponseFilterSensitiveLog = exports.UpdateWirelessDeviceRequestFilterSensitiveLog = exports.LoRaWANUpdateDeviceFilterSensitiveLog = exports.UpdateFPortsFilterSensitiveLog = exports.UpdateAbpV1_1FilterSensitiveLog = exports.UpdateAbpV1_0_xFilterSensitiveLog = exports.UpdateResourceEventConfigurationResponseFilterSensitiveLog = exports.UpdateResourceEventConfigurationRequestFilterSensitiveLog = exports.UpdatePositionResponseFilterSensitiveLog = exports.UpdatePositionRequestFilterSensitiveLog = exports.UpdatePartnerAccountResponseFilterSensitiveLog = exports.UpdatePartnerAccountRequestFilterSensitiveLog = exports.SidewalkUpdateAccountFilterSensitiveLog = exports.UpdateNetworkAnalyzerConfigurationResponseFilterSensitiveLog = exports.UpdateNetworkAnalyzerConfigurationRequestFilterSensitiveLog = exports.UpdateMulticastGroupResponseFilterSensitiveLog = exports.UpdateMulticastGroupRequestFilterSensitiveLog = void 0;
|
|
3
|
+
exports.UpdateWirelessGatewayResponseFilterSensitiveLog = exports.UpdateWirelessGatewayRequestFilterSensitiveLog = exports.UpdateWirelessDeviceResponseFilterSensitiveLog = exports.UpdateWirelessDeviceRequestFilterSensitiveLog = exports.LoRaWANUpdateDeviceFilterSensitiveLog = exports.UpdateFPortsFilterSensitiveLog = exports.UpdateAbpV1_1FilterSensitiveLog = exports.UpdateAbpV1_0_xFilterSensitiveLog = exports.UpdateResourceEventConfigurationResponseFilterSensitiveLog = exports.UpdateResourceEventConfigurationRequestFilterSensitiveLog = exports.UpdatePositionResponseFilterSensitiveLog = exports.UpdatePositionRequestFilterSensitiveLog = exports.UpdatePartnerAccountResponseFilterSensitiveLog = exports.UpdatePartnerAccountRequestFilterSensitiveLog = exports.SidewalkUpdateAccountFilterSensitiveLog = exports.UpdateNetworkAnalyzerConfigurationResponseFilterSensitiveLog = exports.UpdateNetworkAnalyzerConfigurationRequestFilterSensitiveLog = exports.UpdateMulticastGroupResponseFilterSensitiveLog = exports.UpdateMulticastGroupRequestFilterSensitiveLog = exports.UpdateLogLevelsByResourceTypesResponseFilterSensitiveLog = exports.UpdateLogLevelsByResourceTypesRequestFilterSensitiveLog = exports.UpdateFuotaTaskResponseFilterSensitiveLog = exports.UpdateFuotaTaskRequestFilterSensitiveLog = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
const UpdateFuotaTaskRequestFilterSensitiveLog = (obj) => ({
|
|
6
|
+
...obj,
|
|
7
|
+
});
|
|
8
|
+
exports.UpdateFuotaTaskRequestFilterSensitiveLog = UpdateFuotaTaskRequestFilterSensitiveLog;
|
|
9
|
+
const UpdateFuotaTaskResponseFilterSensitiveLog = (obj) => ({
|
|
10
|
+
...obj,
|
|
11
|
+
});
|
|
12
|
+
exports.UpdateFuotaTaskResponseFilterSensitiveLog = UpdateFuotaTaskResponseFilterSensitiveLog;
|
|
13
|
+
const UpdateLogLevelsByResourceTypesRequestFilterSensitiveLog = (obj) => ({
|
|
14
|
+
...obj,
|
|
15
|
+
});
|
|
16
|
+
exports.UpdateLogLevelsByResourceTypesRequestFilterSensitiveLog = UpdateLogLevelsByResourceTypesRequestFilterSensitiveLog;
|
|
17
|
+
const UpdateLogLevelsByResourceTypesResponseFilterSensitiveLog = (obj) => ({
|
|
18
|
+
...obj,
|
|
19
|
+
});
|
|
20
|
+
exports.UpdateLogLevelsByResourceTypesResponseFilterSensitiveLog = UpdateLogLevelsByResourceTypesResponseFilterSensitiveLog;
|
|
5
21
|
const UpdateMulticastGroupRequestFilterSensitiveLog = (obj) => ({
|
|
6
22
|
...obj,
|
|
7
23
|
});
|
|
@@ -6979,6 +6979,21 @@ const serializeAws_restJson1AbpV1_1 = (input, context) => {
|
|
|
6979
6979
|
}),
|
|
6980
6980
|
};
|
|
6981
6981
|
};
|
|
6982
|
+
const serializeAws_restJson1Beaconing = (input, context) => {
|
|
6983
|
+
return {
|
|
6984
|
+
...(input.DataRate != null && { DataRate: input.DataRate }),
|
|
6985
|
+
...(input.Frequencies != null && {
|
|
6986
|
+
Frequencies: serializeAws_restJson1BeaconingFrequencies(input.Frequencies, context),
|
|
6987
|
+
}),
|
|
6988
|
+
};
|
|
6989
|
+
};
|
|
6990
|
+
const serializeAws_restJson1BeaconingFrequencies = (input, context) => {
|
|
6991
|
+
return input
|
|
6992
|
+
.filter((e) => e != null)
|
|
6993
|
+
.map((entry) => {
|
|
6994
|
+
return entry;
|
|
6995
|
+
});
|
|
6996
|
+
};
|
|
6982
6997
|
const serializeAws_restJson1ConnectionStatusEventConfiguration = (input, context) => {
|
|
6983
6998
|
return {
|
|
6984
6999
|
...(input.LoRaWAN != null && {
|
|
@@ -7026,6 +7041,19 @@ const serializeAws_restJson1FPorts = (input, context) => {
|
|
|
7026
7041
|
...(input.Positioning != null && { Positioning: serializeAws_restJson1Positioning(input.Positioning, context) }),
|
|
7027
7042
|
};
|
|
7028
7043
|
};
|
|
7044
|
+
const serializeAws_restJson1GatewayList = (input, context) => {
|
|
7045
|
+
return input
|
|
7046
|
+
.filter((e) => e != null)
|
|
7047
|
+
.map((entry) => {
|
|
7048
|
+
return serializeAws_restJson1GatewayListItem(entry, context);
|
|
7049
|
+
});
|
|
7050
|
+
};
|
|
7051
|
+
const serializeAws_restJson1GatewayListItem = (input, context) => {
|
|
7052
|
+
return {
|
|
7053
|
+
...(input.DownlinkFrequency != null && { DownlinkFrequency: input.DownlinkFrequency }),
|
|
7054
|
+
...(input.GatewayId != null && { GatewayId: input.GatewayId }),
|
|
7055
|
+
};
|
|
7056
|
+
};
|
|
7029
7057
|
const serializeAws_restJson1JoinEuiFilters = (input, context) => {
|
|
7030
7058
|
return input
|
|
7031
7059
|
.filter((e) => e != null)
|
|
@@ -7109,6 +7137,7 @@ const serializeAws_restJson1LoRaWANFuotaTask = (input, context) => {
|
|
|
7109
7137
|
};
|
|
7110
7138
|
const serializeAws_restJson1LoRaWANGateway = (input, context) => {
|
|
7111
7139
|
return {
|
|
7140
|
+
...(input.Beaconing != null && { Beaconing: serializeAws_restJson1Beaconing(input.Beaconing, context) }),
|
|
7112
7141
|
...(input.GatewayEui != null && { GatewayEui: input.GatewayEui }),
|
|
7113
7142
|
...(input.JoinEuiFilters != null && {
|
|
7114
7143
|
JoinEuiFilters: serializeAws_restJson1JoinEuiFilters(input.JoinEuiFilters, context),
|
|
@@ -7161,6 +7190,9 @@ const serializeAws_restJson1LoRaWANMulticastSession = (input, context) => {
|
|
|
7161
7190
|
const serializeAws_restJson1LoRaWANSendDataToDevice = (input, context) => {
|
|
7162
7191
|
return {
|
|
7163
7192
|
...(input.FPort != null && { FPort: input.FPort }),
|
|
7193
|
+
...(input.ParticipatingGateways != null && {
|
|
7194
|
+
ParticipatingGateways: serializeAws_restJson1ParticipatingGateways(input.ParticipatingGateways, context),
|
|
7195
|
+
}),
|
|
7164
7196
|
};
|
|
7165
7197
|
};
|
|
7166
7198
|
const serializeAws_restJson1LoRaWANServiceProfile = (input, context) => {
|
|
@@ -7237,6 +7269,13 @@ const serializeAws_restJson1OtaaV1_1 = (input, context) => {
|
|
|
7237
7269
|
...(input.NwkKey != null && { NwkKey: input.NwkKey }),
|
|
7238
7270
|
};
|
|
7239
7271
|
};
|
|
7272
|
+
const serializeAws_restJson1ParticipatingGateways = (input, context) => {
|
|
7273
|
+
return {
|
|
7274
|
+
...(input.DownlinkMode != null && { DownlinkMode: input.DownlinkMode }),
|
|
7275
|
+
...(input.GatewayList != null && { GatewayList: serializeAws_restJson1GatewayList(input.GatewayList, context) }),
|
|
7276
|
+
...(input.TransmissionInterval != null && { TransmissionInterval: input.TransmissionInterval }),
|
|
7277
|
+
};
|
|
7278
|
+
};
|
|
7240
7279
|
const serializeAws_restJson1PositionCoordinate = (input, context) => {
|
|
7241
7280
|
return input
|
|
7242
7281
|
.filter((e) => e != null)
|
|
@@ -7473,6 +7512,25 @@ const deserializeAws_restJson1Accuracy = (output, context) => {
|
|
|
7473
7512
|
VerticalAccuracy: (0, smithy_client_1.limitedParseFloat32)(output.VerticalAccuracy),
|
|
7474
7513
|
};
|
|
7475
7514
|
};
|
|
7515
|
+
const deserializeAws_restJson1Beaconing = (output, context) => {
|
|
7516
|
+
return {
|
|
7517
|
+
DataRate: (0, smithy_client_1.expectInt32)(output.DataRate),
|
|
7518
|
+
Frequencies: output.Frequencies != null
|
|
7519
|
+
? deserializeAws_restJson1BeaconingFrequencies(output.Frequencies, context)
|
|
7520
|
+
: undefined,
|
|
7521
|
+
};
|
|
7522
|
+
};
|
|
7523
|
+
const deserializeAws_restJson1BeaconingFrequencies = (output, context) => {
|
|
7524
|
+
const retVal = (output || [])
|
|
7525
|
+
.filter((e) => e != null)
|
|
7526
|
+
.map((entry) => {
|
|
7527
|
+
if (entry === null) {
|
|
7528
|
+
return null;
|
|
7529
|
+
}
|
|
7530
|
+
return (0, smithy_client_1.expectInt32)(entry);
|
|
7531
|
+
});
|
|
7532
|
+
return retVal;
|
|
7533
|
+
};
|
|
7476
7534
|
const deserializeAws_restJson1CertificateList = (output, context) => {
|
|
7477
7535
|
return {
|
|
7478
7536
|
SigningAlg: (0, smithy_client_1.expectString)(output.SigningAlg),
|
|
@@ -7653,6 +7711,23 @@ const deserializeAws_restJson1FuotaTaskList = (output, context) => {
|
|
|
7653
7711
|
});
|
|
7654
7712
|
return retVal;
|
|
7655
7713
|
};
|
|
7714
|
+
const deserializeAws_restJson1GatewayList = (output, context) => {
|
|
7715
|
+
const retVal = (output || [])
|
|
7716
|
+
.filter((e) => e != null)
|
|
7717
|
+
.map((entry) => {
|
|
7718
|
+
if (entry === null) {
|
|
7719
|
+
return null;
|
|
7720
|
+
}
|
|
7721
|
+
return deserializeAws_restJson1GatewayListItem(entry, context);
|
|
7722
|
+
});
|
|
7723
|
+
return retVal;
|
|
7724
|
+
};
|
|
7725
|
+
const deserializeAws_restJson1GatewayListItem = (output, context) => {
|
|
7726
|
+
return {
|
|
7727
|
+
DownlinkFrequency: (0, smithy_client_1.expectInt32)(output.DownlinkFrequency),
|
|
7728
|
+
GatewayId: (0, smithy_client_1.expectString)(output.GatewayId),
|
|
7729
|
+
};
|
|
7730
|
+
};
|
|
7656
7731
|
const deserializeAws_restJson1JoinEuiFilters = (output, context) => {
|
|
7657
7732
|
const retVal = (output || [])
|
|
7658
7733
|
.filter((e) => e != null)
|
|
@@ -7757,6 +7832,7 @@ const deserializeAws_restJson1LoRaWANFuotaTaskGetInfo = (output, context) => {
|
|
|
7757
7832
|
};
|
|
7758
7833
|
const deserializeAws_restJson1LoRaWANGateway = (output, context) => {
|
|
7759
7834
|
return {
|
|
7835
|
+
Beaconing: output.Beaconing != null ? deserializeAws_restJson1Beaconing(output.Beaconing, context) : undefined,
|
|
7760
7836
|
GatewayEui: (0, smithy_client_1.expectString)(output.GatewayEui),
|
|
7761
7837
|
JoinEuiFilters: output.JoinEuiFilters != null
|
|
7762
7838
|
? deserializeAws_restJson1JoinEuiFilters(output.JoinEuiFilters, context)
|
|
@@ -7855,6 +7931,9 @@ const deserializeAws_restJson1LoRaWANMulticastSession = (output, context) => {
|
|
|
7855
7931
|
const deserializeAws_restJson1LoRaWANSendDataToDevice = (output, context) => {
|
|
7856
7932
|
return {
|
|
7857
7933
|
FPort: (0, smithy_client_1.expectInt32)(output.FPort),
|
|
7934
|
+
ParticipatingGateways: output.ParticipatingGateways != null
|
|
7935
|
+
? deserializeAws_restJson1ParticipatingGateways(output.ParticipatingGateways, context)
|
|
7936
|
+
: undefined,
|
|
7858
7937
|
};
|
|
7859
7938
|
};
|
|
7860
7939
|
const deserializeAws_restJson1LoRaWANUpdateGatewayTaskCreate = (output, context) => {
|
|
@@ -7970,6 +8049,13 @@ const deserializeAws_restJson1OtaaV1_1 = (output, context) => {
|
|
|
7970
8049
|
NwkKey: (0, smithy_client_1.expectString)(output.NwkKey),
|
|
7971
8050
|
};
|
|
7972
8051
|
};
|
|
8052
|
+
const deserializeAws_restJson1ParticipatingGateways = (output, context) => {
|
|
8053
|
+
return {
|
|
8054
|
+
DownlinkMode: (0, smithy_client_1.expectString)(output.DownlinkMode),
|
|
8055
|
+
GatewayList: output.GatewayList != null ? deserializeAws_restJson1GatewayList(output.GatewayList, context) : undefined,
|
|
8056
|
+
TransmissionInterval: (0, smithy_client_1.expectInt32)(output.TransmissionInterval),
|
|
8057
|
+
};
|
|
8058
|
+
};
|
|
7973
8059
|
const deserializeAws_restJson1PositionConfigurationItem = (output, context) => {
|
|
7974
8060
|
return {
|
|
7975
8061
|
Destination: (0, smithy_client_1.expectString)(output.Destination),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateFuotaTaskRequestFilterSensitiveLog, UpdateFuotaTaskResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { UpdateFuotaTaskRequestFilterSensitiveLog, UpdateFuotaTaskResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1UpdateFuotaTaskCommand, serializeAws_restJson1UpdateFuotaTaskCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateFuotaTaskCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateFuotaTaskCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateLogLevelsByResourceTypesRequestFilterSensitiveLog, UpdateLogLevelsByResourceTypesResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { UpdateLogLevelsByResourceTypesRequestFilterSensitiveLog, UpdateLogLevelsByResourceTypesResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_restJson1UpdateLogLevelsByResourceTypesCommand, serializeAws_restJson1UpdateLogLevelsByResourceTypesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateLogLevelsByResourceTypesCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateLogLevelsByResourceTypesCommand, _super);
|
|
@@ -157,6 +157,12 @@ export var PartnerType;
|
|
|
157
157
|
(function (PartnerType) {
|
|
158
158
|
PartnerType["Sidewalk"] = "Sidewalk";
|
|
159
159
|
})(PartnerType || (PartnerType = {}));
|
|
160
|
+
export var DownlinkMode;
|
|
161
|
+
(function (DownlinkMode) {
|
|
162
|
+
DownlinkMode["CONCURRENT"] = "CONCURRENT";
|
|
163
|
+
DownlinkMode["SEQUENTIAL"] = "SEQUENTIAL";
|
|
164
|
+
DownlinkMode["USING_UPLINK_GATEWAY"] = "USING_UPLINK_GATEWAY";
|
|
165
|
+
})(DownlinkMode || (DownlinkMode = {}));
|
|
160
166
|
export var Event;
|
|
161
167
|
(function (Event) {
|
|
162
168
|
Event["ACK"] = "ack";
|
|
@@ -309,6 +315,7 @@ export var AssociateWirelessGatewayWithCertificateRequestFilterSensitiveLog = fu
|
|
|
309
315
|
export var AssociateWirelessGatewayWithCertificateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
316
|
export var AssociateWirelessGatewayWithThingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
317
|
export var AssociateWirelessGatewayWithThingResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
+
export var BeaconingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
319
|
export var CancelMulticastGroupSessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
320
|
export var CancelMulticastGroupSessionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
321
|
export var CertificateListFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -392,6 +399,8 @@ export var DisassociateWirelessGatewayFromCertificateRequestFilterSensitiveLog =
|
|
|
392
399
|
export var DisassociateWirelessGatewayFromCertificateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
393
400
|
export var DisassociateWirelessGatewayFromThingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
401
|
export var DisassociateWirelessGatewayFromThingResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
|
+
export var GatewayListItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
|
+
export var ParticipatingGatewaysFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
404
|
export var LoRaWANSendDataToDeviceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
405
|
export var DownlinkQueueMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
406
|
export var LoRaWANJoinEventNotificationConfigurationsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -547,7 +556,3 @@ export var UpdateDestinationRequestFilterSensitiveLog = function (obj) { return
|
|
|
547
556
|
export var UpdateDestinationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
557
|
export var UpdateEventConfigurationByResourceTypesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
558
|
export var UpdateEventConfigurationByResourceTypesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
-
export var UpdateFuotaTaskRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
-
export var UpdateFuotaTaskResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
-
export var UpdateLogLevelsByResourceTypesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
-
export var UpdateLogLevelsByResourceTypesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
export var UpdateFuotaTaskRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
4
|
+
export var UpdateFuotaTaskResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
+
export var UpdateLogLevelsByResourceTypesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
+
export var UpdateLogLevelsByResourceTypesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
3
7
|
export var UpdateMulticastGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
4
8
|
export var UpdateMulticastGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
9
|
export var UpdateNetworkAnalyzerConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -9770,6 +9770,18 @@ var serializeAws_restJson1AbpV1_1 = function (input, context) {
|
|
|
9770
9770
|
SessionKeys: serializeAws_restJson1SessionKeysAbpV1_1(input.SessionKeys, context),
|
|
9771
9771
|
}));
|
|
9772
9772
|
};
|
|
9773
|
+
var serializeAws_restJson1Beaconing = function (input, context) {
|
|
9774
|
+
return __assign(__assign({}, (input.DataRate != null && { DataRate: input.DataRate })), (input.Frequencies != null && {
|
|
9775
|
+
Frequencies: serializeAws_restJson1BeaconingFrequencies(input.Frequencies, context),
|
|
9776
|
+
}));
|
|
9777
|
+
};
|
|
9778
|
+
var serializeAws_restJson1BeaconingFrequencies = function (input, context) {
|
|
9779
|
+
return input
|
|
9780
|
+
.filter(function (e) { return e != null; })
|
|
9781
|
+
.map(function (entry) {
|
|
9782
|
+
return entry;
|
|
9783
|
+
});
|
|
9784
|
+
};
|
|
9773
9785
|
var serializeAws_restJson1ConnectionStatusEventConfiguration = function (input, context) {
|
|
9774
9786
|
return __assign(__assign({}, (input.LoRaWAN != null && {
|
|
9775
9787
|
LoRaWAN: serializeAws_restJson1LoRaWANConnectionStatusEventNotificationConfigurations(input.LoRaWAN, context),
|
|
@@ -9802,6 +9814,16 @@ var serializeAws_restJson1FactoryPresetFreqsList = function (input, context) {
|
|
|
9802
9814
|
var serializeAws_restJson1FPorts = function (input, context) {
|
|
9803
9815
|
return __assign(__assign(__assign(__assign({}, (input.ClockSync != null && { ClockSync: input.ClockSync })), (input.Fuota != null && { Fuota: input.Fuota })), (input.Multicast != null && { Multicast: input.Multicast })), (input.Positioning != null && { Positioning: serializeAws_restJson1Positioning(input.Positioning, context) }));
|
|
9804
9816
|
};
|
|
9817
|
+
var serializeAws_restJson1GatewayList = function (input, context) {
|
|
9818
|
+
return input
|
|
9819
|
+
.filter(function (e) { return e != null; })
|
|
9820
|
+
.map(function (entry) {
|
|
9821
|
+
return serializeAws_restJson1GatewayListItem(entry, context);
|
|
9822
|
+
});
|
|
9823
|
+
};
|
|
9824
|
+
var serializeAws_restJson1GatewayListItem = function (input, context) {
|
|
9825
|
+
return __assign(__assign({}, (input.DownlinkFrequency != null && { DownlinkFrequency: input.DownlinkFrequency })), (input.GatewayId != null && { GatewayId: input.GatewayId }));
|
|
9826
|
+
};
|
|
9805
9827
|
var serializeAws_restJson1JoinEuiFilters = function (input, context) {
|
|
9806
9828
|
return input
|
|
9807
9829
|
.filter(function (e) { return e != null; })
|
|
@@ -9844,7 +9866,7 @@ var serializeAws_restJson1LoRaWANFuotaTask = function (input, context) {
|
|
|
9844
9866
|
return __assign({}, (input.RfRegion != null && { RfRegion: input.RfRegion }));
|
|
9845
9867
|
};
|
|
9846
9868
|
var serializeAws_restJson1LoRaWANGateway = function (input, context) {
|
|
9847
|
-
return __assign(__assign(__assign(__assign(__assign({}, (input.GatewayEui != null && { GatewayEui: input.GatewayEui })), (input.JoinEuiFilters != null && {
|
|
9869
|
+
return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.Beaconing != null && { Beaconing: serializeAws_restJson1Beaconing(input.Beaconing, context) })), (input.GatewayEui != null && { GatewayEui: input.GatewayEui })), (input.JoinEuiFilters != null && {
|
|
9848
9870
|
JoinEuiFilters: serializeAws_restJson1JoinEuiFilters(input.JoinEuiFilters, context),
|
|
9849
9871
|
})), (input.NetIdFilters != null && {
|
|
9850
9872
|
NetIdFilters: serializeAws_restJson1NetIdFilters(input.NetIdFilters, context),
|
|
@@ -9871,7 +9893,9 @@ var serializeAws_restJson1LoRaWANMulticastSession = function (input, context) {
|
|
|
9871
9893
|
})), (input.SessionTimeout != null && { SessionTimeout: input.SessionTimeout }));
|
|
9872
9894
|
};
|
|
9873
9895
|
var serializeAws_restJson1LoRaWANSendDataToDevice = function (input, context) {
|
|
9874
|
-
return __assign({}, (input.FPort != null && { FPort: input.FPort }))
|
|
9896
|
+
return __assign(__assign({}, (input.FPort != null && { FPort: input.FPort })), (input.ParticipatingGateways != null && {
|
|
9897
|
+
ParticipatingGateways: serializeAws_restJson1ParticipatingGateways(input.ParticipatingGateways, context),
|
|
9898
|
+
}));
|
|
9875
9899
|
};
|
|
9876
9900
|
var serializeAws_restJson1LoRaWANServiceProfile = function (input, context) {
|
|
9877
9901
|
return __assign(__assign(__assign({}, (input.AddGwMetadata != null && { AddGwMetadata: input.AddGwMetadata })), (input.DrMax != null && { DrMax: input.DrMax })), (input.DrMin != null && { DrMin: input.DrMin }));
|
|
@@ -9915,6 +9939,9 @@ var serializeAws_restJson1OtaaV1_0_x = function (input, context) {
|
|
|
9915
9939
|
var serializeAws_restJson1OtaaV1_1 = function (input, context) {
|
|
9916
9940
|
return __assign(__assign(__assign({}, (input.AppKey != null && { AppKey: input.AppKey })), (input.JoinEui != null && { JoinEui: input.JoinEui })), (input.NwkKey != null && { NwkKey: input.NwkKey }));
|
|
9917
9941
|
};
|
|
9942
|
+
var serializeAws_restJson1ParticipatingGateways = function (input, context) {
|
|
9943
|
+
return __assign(__assign(__assign({}, (input.DownlinkMode != null && { DownlinkMode: input.DownlinkMode })), (input.GatewayList != null && { GatewayList: serializeAws_restJson1GatewayList(input.GatewayList, context) })), (input.TransmissionInterval != null && { TransmissionInterval: input.TransmissionInterval }));
|
|
9944
|
+
};
|
|
9918
9945
|
var serializeAws_restJson1PositionCoordinate = function (input, context) {
|
|
9919
9946
|
return input
|
|
9920
9947
|
.filter(function (e) { return e != null; })
|
|
@@ -10083,6 +10110,25 @@ var deserializeAws_restJson1Accuracy = function (output, context) {
|
|
|
10083
10110
|
VerticalAccuracy: __limitedParseFloat32(output.VerticalAccuracy),
|
|
10084
10111
|
};
|
|
10085
10112
|
};
|
|
10113
|
+
var deserializeAws_restJson1Beaconing = function (output, context) {
|
|
10114
|
+
return {
|
|
10115
|
+
DataRate: __expectInt32(output.DataRate),
|
|
10116
|
+
Frequencies: output.Frequencies != null
|
|
10117
|
+
? deserializeAws_restJson1BeaconingFrequencies(output.Frequencies, context)
|
|
10118
|
+
: undefined,
|
|
10119
|
+
};
|
|
10120
|
+
};
|
|
10121
|
+
var deserializeAws_restJson1BeaconingFrequencies = function (output, context) {
|
|
10122
|
+
var retVal = (output || [])
|
|
10123
|
+
.filter(function (e) { return e != null; })
|
|
10124
|
+
.map(function (entry) {
|
|
10125
|
+
if (entry === null) {
|
|
10126
|
+
return null;
|
|
10127
|
+
}
|
|
10128
|
+
return __expectInt32(entry);
|
|
10129
|
+
});
|
|
10130
|
+
return retVal;
|
|
10131
|
+
};
|
|
10086
10132
|
var deserializeAws_restJson1CertificateList = function (output, context) {
|
|
10087
10133
|
return {
|
|
10088
10134
|
SigningAlg: __expectString(output.SigningAlg),
|
|
@@ -10263,6 +10309,23 @@ var deserializeAws_restJson1FuotaTaskList = function (output, context) {
|
|
|
10263
10309
|
});
|
|
10264
10310
|
return retVal;
|
|
10265
10311
|
};
|
|
10312
|
+
var deserializeAws_restJson1GatewayList = function (output, context) {
|
|
10313
|
+
var retVal = (output || [])
|
|
10314
|
+
.filter(function (e) { return e != null; })
|
|
10315
|
+
.map(function (entry) {
|
|
10316
|
+
if (entry === null) {
|
|
10317
|
+
return null;
|
|
10318
|
+
}
|
|
10319
|
+
return deserializeAws_restJson1GatewayListItem(entry, context);
|
|
10320
|
+
});
|
|
10321
|
+
return retVal;
|
|
10322
|
+
};
|
|
10323
|
+
var deserializeAws_restJson1GatewayListItem = function (output, context) {
|
|
10324
|
+
return {
|
|
10325
|
+
DownlinkFrequency: __expectInt32(output.DownlinkFrequency),
|
|
10326
|
+
GatewayId: __expectString(output.GatewayId),
|
|
10327
|
+
};
|
|
10328
|
+
};
|
|
10266
10329
|
var deserializeAws_restJson1JoinEuiFilters = function (output, context) {
|
|
10267
10330
|
var retVal = (output || [])
|
|
10268
10331
|
.filter(function (e) { return e != null; })
|
|
@@ -10367,6 +10430,7 @@ var deserializeAws_restJson1LoRaWANFuotaTaskGetInfo = function (output, context)
|
|
|
10367
10430
|
};
|
|
10368
10431
|
var deserializeAws_restJson1LoRaWANGateway = function (output, context) {
|
|
10369
10432
|
return {
|
|
10433
|
+
Beaconing: output.Beaconing != null ? deserializeAws_restJson1Beaconing(output.Beaconing, context) : undefined,
|
|
10370
10434
|
GatewayEui: __expectString(output.GatewayEui),
|
|
10371
10435
|
JoinEuiFilters: output.JoinEuiFilters != null
|
|
10372
10436
|
? deserializeAws_restJson1JoinEuiFilters(output.JoinEuiFilters, context)
|
|
@@ -10465,6 +10529,9 @@ var deserializeAws_restJson1LoRaWANMulticastSession = function (output, context)
|
|
|
10465
10529
|
var deserializeAws_restJson1LoRaWANSendDataToDevice = function (output, context) {
|
|
10466
10530
|
return {
|
|
10467
10531
|
FPort: __expectInt32(output.FPort),
|
|
10532
|
+
ParticipatingGateways: output.ParticipatingGateways != null
|
|
10533
|
+
? deserializeAws_restJson1ParticipatingGateways(output.ParticipatingGateways, context)
|
|
10534
|
+
: undefined,
|
|
10468
10535
|
};
|
|
10469
10536
|
};
|
|
10470
10537
|
var deserializeAws_restJson1LoRaWANUpdateGatewayTaskCreate = function (output, context) {
|
|
@@ -10580,6 +10647,13 @@ var deserializeAws_restJson1OtaaV1_1 = function (output, context) {
|
|
|
10580
10647
|
NwkKey: __expectString(output.NwkKey),
|
|
10581
10648
|
};
|
|
10582
10649
|
};
|
|
10650
|
+
var deserializeAws_restJson1ParticipatingGateways = function (output, context) {
|
|
10651
|
+
return {
|
|
10652
|
+
DownlinkMode: __expectString(output.DownlinkMode),
|
|
10653
|
+
GatewayList: output.GatewayList != null ? deserializeAws_restJson1GatewayList(output.GatewayList, context) : undefined,
|
|
10654
|
+
TransmissionInterval: __expectInt32(output.TransmissionInterval),
|
|
10655
|
+
};
|
|
10656
|
+
};
|
|
10583
10657
|
var deserializeAws_restJson1PositionConfigurationItem = function (output, context) {
|
|
10584
10658
|
return {
|
|
10585
10659
|
Destination: __expectString(output.Destination),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { UpdateFuotaTaskRequest, UpdateFuotaTaskResponse } from "../models/
|
|
4
|
+
import { UpdateFuotaTaskRequest, UpdateFuotaTaskResponse } from "../models/models_1";
|
|
5
5
|
export interface UpdateFuotaTaskCommandInput extends UpdateFuotaTaskRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateFuotaTaskCommandOutput extends UpdateFuotaTaskResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { UpdateLogLevelsByResourceTypesRequest, UpdateLogLevelsByResourceTypesResponse } from "../models/
|
|
4
|
+
import { UpdateLogLevelsByResourceTypesRequest, UpdateLogLevelsByResourceTypesResponse } from "../models/models_1";
|
|
5
5
|
export interface UpdateLogLevelsByResourceTypesCommandInput extends UpdateLogLevelsByResourceTypesRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateLogLevelsByResourceTypesCommandOutput extends UpdateLogLevelsByResourceTypesResponse, __MetadataBearer {
|
|
@@ -302,6 +302,19 @@ export declare enum BatteryLevel {
|
|
|
302
302
|
LOW = "low",
|
|
303
303
|
NORMAL = "normal"
|
|
304
304
|
}
|
|
305
|
+
/**
|
|
306
|
+
* <p>Beaconing parameters for configuring the wireless gateways.</p>
|
|
307
|
+
*/
|
|
308
|
+
export interface Beaconing {
|
|
309
|
+
/**
|
|
310
|
+
* <p>The data rate for gateways that are sending the beacons.</p>
|
|
311
|
+
*/
|
|
312
|
+
DataRate?: number;
|
|
313
|
+
/**
|
|
314
|
+
* <p>The frequency list for the gateways to send the beacons.</p>
|
|
315
|
+
*/
|
|
316
|
+
Frequencies?: number[];
|
|
317
|
+
}
|
|
305
318
|
export interface CancelMulticastGroupSessionRequest {
|
|
306
319
|
/**
|
|
307
320
|
* <p>The ID of the multicast group.</p>
|
|
@@ -340,7 +353,7 @@ export declare enum EventNotificationTopicStatus {
|
|
|
340
353
|
*/
|
|
341
354
|
export interface LoRaWANConnectionStatusEventNotificationConfigurations {
|
|
342
355
|
/**
|
|
343
|
-
* <p>
|
|
356
|
+
* <p>Denotes whether the gateway EUI connection status event topic is enabled or disabled.</p>
|
|
344
357
|
*/
|
|
345
358
|
GatewayEuiEventTopic?: EventNotificationTopicStatus | string;
|
|
346
359
|
}
|
|
@@ -353,7 +366,7 @@ export interface ConnectionStatusEventConfiguration {
|
|
|
353
366
|
*/
|
|
354
367
|
LoRaWAN?: LoRaWANConnectionStatusEventNotificationConfigurations;
|
|
355
368
|
/**
|
|
356
|
-
* <p>
|
|
369
|
+
* <p>Denotes whether the wireless gateway ID connection status event topic is enabled or disabled.</p>
|
|
357
370
|
*/
|
|
358
371
|
WirelessGatewayIdEventTopic?: EventNotificationTopicStatus | string;
|
|
359
372
|
}
|
|
@@ -362,7 +375,7 @@ export interface ConnectionStatusEventConfiguration {
|
|
|
362
375
|
*/
|
|
363
376
|
export interface LoRaWANConnectionStatusResourceTypeEventConfiguration {
|
|
364
377
|
/**
|
|
365
|
-
* <p>
|
|
378
|
+
* <p>Denotes whether the wireless gateway connection status event topic is enabled or disabled.</p>
|
|
366
379
|
*/
|
|
367
380
|
WirelessGatewayEventTopic?: EventNotificationTopicStatus | string;
|
|
368
381
|
}
|
|
@@ -922,6 +935,10 @@ export interface LoRaWANGateway {
|
|
|
922
935
|
* <p>A list of integer indicating which sub bands are supported by LoRa gateway.</p>
|
|
923
936
|
*/
|
|
924
937
|
SubBands?: number[];
|
|
938
|
+
/**
|
|
939
|
+
* <p>Beaconing object information, which consists of the data rate and frequency parameters.</p>
|
|
940
|
+
*/
|
|
941
|
+
Beaconing?: Beaconing;
|
|
925
942
|
}
|
|
926
943
|
export interface CreateWirelessGatewayRequest {
|
|
927
944
|
/**
|
|
@@ -1221,7 +1238,7 @@ export interface DeviceProfile {
|
|
|
1221
1238
|
*/
|
|
1222
1239
|
export interface SidewalkEventNotificationConfigurations {
|
|
1223
1240
|
/**
|
|
1224
|
-
* <p>
|
|
1241
|
+
* <p>Denotes whether the Amazon ID event topic is enabled or disabled.</p>
|
|
1225
1242
|
*/
|
|
1226
1243
|
AmazonIdEventTopic?: EventNotificationTopicStatus | string;
|
|
1227
1244
|
}
|
|
@@ -1235,7 +1252,7 @@ export interface DeviceRegistrationStateEventConfiguration {
|
|
|
1235
1252
|
*/
|
|
1236
1253
|
Sidewalk?: SidewalkEventNotificationConfigurations;
|
|
1237
1254
|
/**
|
|
1238
|
-
* <p>
|
|
1255
|
+
* <p>Denotes whether the wireless device ID device registration state event topic is enabled or disabled.</p>
|
|
1239
1256
|
*/
|
|
1240
1257
|
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | string;
|
|
1241
1258
|
}
|
|
@@ -1244,7 +1261,7 @@ export interface DeviceRegistrationStateEventConfiguration {
|
|
|
1244
1261
|
*/
|
|
1245
1262
|
export interface SidewalkResourceTypeEventConfiguration {
|
|
1246
1263
|
/**
|
|
1247
|
-
* <p>
|
|
1264
|
+
* <p>Denotes whether the wireless device join event topic is enabled or disabled.</p>
|
|
1248
1265
|
*/
|
|
1249
1266
|
WirelessDeviceEventTopic?: EventNotificationTopicStatus | string;
|
|
1250
1267
|
}
|
|
@@ -1339,6 +1356,46 @@ export interface DisassociateWirelessGatewayFromThingRequest {
|
|
|
1339
1356
|
}
|
|
1340
1357
|
export interface DisassociateWirelessGatewayFromThingResponse {
|
|
1341
1358
|
}
|
|
1359
|
+
export declare enum DownlinkMode {
|
|
1360
|
+
CONCURRENT = "CONCURRENT",
|
|
1361
|
+
SEQUENTIAL = "SEQUENTIAL",
|
|
1362
|
+
USING_UPLINK_GATEWAY = "USING_UPLINK_GATEWAY"
|
|
1363
|
+
}
|
|
1364
|
+
/**
|
|
1365
|
+
* <p>Gateway list item object that specifies the frequency and list of gateways for which the downlink message
|
|
1366
|
+
* should be sent.</p>
|
|
1367
|
+
*/
|
|
1368
|
+
export interface GatewayListItem {
|
|
1369
|
+
/**
|
|
1370
|
+
* <p>The ID of the wireless gateways that you want to add to the list of gateways when sending
|
|
1371
|
+
* downlink messages.</p>
|
|
1372
|
+
*/
|
|
1373
|
+
GatewayId: string | undefined;
|
|
1374
|
+
/**
|
|
1375
|
+
* <p>The frequency to use for the gateways when sending a downlink message to the wireless device.</p>
|
|
1376
|
+
*/
|
|
1377
|
+
DownlinkFrequency: number | undefined;
|
|
1378
|
+
}
|
|
1379
|
+
/**
|
|
1380
|
+
* <p>Specify the list of gateways to which you want to send downlink data traffic when the wireless
|
|
1381
|
+
* device is running in class B or class C mode.</p>
|
|
1382
|
+
*/
|
|
1383
|
+
export interface ParticipatingGateways {
|
|
1384
|
+
/**
|
|
1385
|
+
* <p>Indicates whether to send the downlink message in sequential mode or concurrent mode, or to use
|
|
1386
|
+
* only the chosen gateways from the previous uplink message transmission.</p>
|
|
1387
|
+
*/
|
|
1388
|
+
DownlinkMode: DownlinkMode | string | undefined;
|
|
1389
|
+
/**
|
|
1390
|
+
* <p>The list of gateways that you want to use for sending the downlink data traffic.</p>
|
|
1391
|
+
*/
|
|
1392
|
+
GatewayList: GatewayListItem[] | undefined;
|
|
1393
|
+
/**
|
|
1394
|
+
* <p>The duration of time for which AWS IoT Core for LoRaWAN will wait before transmitting the
|
|
1395
|
+
* payload to the next gateway.</p>
|
|
1396
|
+
*/
|
|
1397
|
+
TransmissionInterval: number | undefined;
|
|
1398
|
+
}
|
|
1342
1399
|
/**
|
|
1343
1400
|
* <p>LoRaWAN router info.</p>
|
|
1344
1401
|
*/
|
|
@@ -1347,6 +1404,11 @@ export interface LoRaWANSendDataToDevice {
|
|
|
1347
1404
|
* <p>The Fport value.</p>
|
|
1348
1405
|
*/
|
|
1349
1406
|
FPort?: number;
|
|
1407
|
+
/**
|
|
1408
|
+
* <p>Choose the gateways that you want to use for the downlink data traffic when the wireless device
|
|
1409
|
+
* is running in class B or class C mode.</p>
|
|
1410
|
+
*/
|
|
1411
|
+
ParticipatingGateways?: ParticipatingGateways;
|
|
1350
1412
|
}
|
|
1351
1413
|
/**
|
|
1352
1414
|
* <p>The message in the downlink queue.</p>
|
|
@@ -1383,7 +1445,7 @@ export declare enum Event {
|
|
|
1383
1445
|
*/
|
|
1384
1446
|
export interface LoRaWANJoinEventNotificationConfigurations {
|
|
1385
1447
|
/**
|
|
1386
|
-
* <p>
|
|
1448
|
+
* <p>Denotes whether the Dev EUI join event topic is enabled or disabled.</p>
|
|
1387
1449
|
*/
|
|
1388
1450
|
DevEuiEventTopic?: EventNotificationTopicStatus | string;
|
|
1389
1451
|
}
|
|
@@ -1396,7 +1458,7 @@ export interface JoinEventConfiguration {
|
|
|
1396
1458
|
*/
|
|
1397
1459
|
LoRaWAN?: LoRaWANJoinEventNotificationConfigurations;
|
|
1398
1460
|
/**
|
|
1399
|
-
* <p>
|
|
1461
|
+
* <p>Denotes whether the wireless device ID join event topic is enabled or disabled.</p>
|
|
1400
1462
|
*/
|
|
1401
1463
|
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | string;
|
|
1402
1464
|
}
|
|
@@ -1412,7 +1474,7 @@ export interface MessageDeliveryStatusEventConfiguration {
|
|
|
1412
1474
|
*/
|
|
1413
1475
|
Sidewalk?: SidewalkEventNotificationConfigurations;
|
|
1414
1476
|
/**
|
|
1415
|
-
* <p>
|
|
1477
|
+
* <p>Denotes whether the wireless device ID device registration state event topic is enabled
|
|
1416
1478
|
* or disabled.</p>
|
|
1417
1479
|
*/
|
|
1418
1480
|
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | string;
|
|
@@ -1426,7 +1488,7 @@ export interface ProximityEventConfiguration {
|
|
|
1426
1488
|
*/
|
|
1427
1489
|
Sidewalk?: SidewalkEventNotificationConfigurations;
|
|
1428
1490
|
/**
|
|
1429
|
-
* <p>
|
|
1491
|
+
* <p>Denotes whether the wireless device ID proximity event topic is enabled or disabled.</p>
|
|
1430
1492
|
*/
|
|
1431
1493
|
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | string;
|
|
1432
1494
|
}
|
|
@@ -1591,7 +1653,7 @@ export interface GetEventConfigurationByResourceTypesRequest {
|
|
|
1591
1653
|
*/
|
|
1592
1654
|
export interface LoRaWANJoinResourceTypeEventConfiguration {
|
|
1593
1655
|
/**
|
|
1594
|
-
* <p>
|
|
1656
|
+
* <p>Denotes whether the wireless device join event topic is enabled or disabled.</p>
|
|
1595
1657
|
*/
|
|
1596
1658
|
WirelessDeviceEventTopic?: EventNotificationTopicStatus | string;
|
|
1597
1659
|
}
|
|
@@ -3483,51 +3545,6 @@ export interface UpdateEventConfigurationByResourceTypesRequest {
|
|
|
3483
3545
|
}
|
|
3484
3546
|
export interface UpdateEventConfigurationByResourceTypesResponse {
|
|
3485
3547
|
}
|
|
3486
|
-
export interface UpdateFuotaTaskRequest {
|
|
3487
|
-
/**
|
|
3488
|
-
* <p>The ID of a FUOTA task.</p>
|
|
3489
|
-
*/
|
|
3490
|
-
Id: string | undefined;
|
|
3491
|
-
/**
|
|
3492
|
-
* <p>The name of a FUOTA task.</p>
|
|
3493
|
-
*/
|
|
3494
|
-
Name?: string;
|
|
3495
|
-
/**
|
|
3496
|
-
* <p>The description of the new resource.</p>
|
|
3497
|
-
*/
|
|
3498
|
-
Description?: string;
|
|
3499
|
-
/**
|
|
3500
|
-
* <p>The LoRaWAN information used with a FUOTA task.</p>
|
|
3501
|
-
*/
|
|
3502
|
-
LoRaWAN?: LoRaWANFuotaTask;
|
|
3503
|
-
/**
|
|
3504
|
-
* <p>The S3 URI points to a firmware update image that is to be used with a FUOTA task.</p>
|
|
3505
|
-
*/
|
|
3506
|
-
FirmwareUpdateImage?: string;
|
|
3507
|
-
/**
|
|
3508
|
-
* <p>The firmware update role that is to be used with a FUOTA task.</p>
|
|
3509
|
-
*/
|
|
3510
|
-
FirmwareUpdateRole?: string;
|
|
3511
|
-
}
|
|
3512
|
-
export interface UpdateFuotaTaskResponse {
|
|
3513
|
-
}
|
|
3514
|
-
export interface UpdateLogLevelsByResourceTypesRequest {
|
|
3515
|
-
/**
|
|
3516
|
-
* <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display
|
|
3517
|
-
* less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.</p>
|
|
3518
|
-
*/
|
|
3519
|
-
DefaultLogLevel?: LogLevel | string;
|
|
3520
|
-
/**
|
|
3521
|
-
* <p>The list of wireless device log options.</p>
|
|
3522
|
-
*/
|
|
3523
|
-
WirelessDeviceLogOptions?: WirelessDeviceLogOption[];
|
|
3524
|
-
/**
|
|
3525
|
-
* <p>The list of wireless gateway log options.</p>
|
|
3526
|
-
*/
|
|
3527
|
-
WirelessGatewayLogOptions?: WirelessGatewayLogOption[];
|
|
3528
|
-
}
|
|
3529
|
-
export interface UpdateLogLevelsByResourceTypesResponse {
|
|
3530
|
-
}
|
|
3531
3548
|
/**
|
|
3532
3549
|
* @internal
|
|
3533
3550
|
*/
|
|
@@ -3612,6 +3629,10 @@ export declare const AssociateWirelessGatewayWithThingRequestFilterSensitiveLog:
|
|
|
3612
3629
|
* @internal
|
|
3613
3630
|
*/
|
|
3614
3631
|
export declare const AssociateWirelessGatewayWithThingResponseFilterSensitiveLog: (obj: AssociateWirelessGatewayWithThingResponse) => any;
|
|
3632
|
+
/**
|
|
3633
|
+
* @internal
|
|
3634
|
+
*/
|
|
3635
|
+
export declare const BeaconingFilterSensitiveLog: (obj: Beaconing) => any;
|
|
3615
3636
|
/**
|
|
3616
3637
|
* @internal
|
|
3617
3638
|
*/
|
|
@@ -3944,6 +3965,14 @@ export declare const DisassociateWirelessGatewayFromThingRequestFilterSensitiveL
|
|
|
3944
3965
|
* @internal
|
|
3945
3966
|
*/
|
|
3946
3967
|
export declare const DisassociateWirelessGatewayFromThingResponseFilterSensitiveLog: (obj: DisassociateWirelessGatewayFromThingResponse) => any;
|
|
3968
|
+
/**
|
|
3969
|
+
* @internal
|
|
3970
|
+
*/
|
|
3971
|
+
export declare const GatewayListItemFilterSensitiveLog: (obj: GatewayListItem) => any;
|
|
3972
|
+
/**
|
|
3973
|
+
* @internal
|
|
3974
|
+
*/
|
|
3975
|
+
export declare const ParticipatingGatewaysFilterSensitiveLog: (obj: ParticipatingGateways) => any;
|
|
3947
3976
|
/**
|
|
3948
3977
|
* @internal
|
|
3949
3978
|
*/
|
|
@@ -4556,19 +4585,3 @@ export declare const UpdateEventConfigurationByResourceTypesRequestFilterSensiti
|
|
|
4556
4585
|
* @internal
|
|
4557
4586
|
*/
|
|
4558
4587
|
export declare const UpdateEventConfigurationByResourceTypesResponseFilterSensitiveLog: (obj: UpdateEventConfigurationByResourceTypesResponse) => any;
|
|
4559
|
-
/**
|
|
4560
|
-
* @internal
|
|
4561
|
-
*/
|
|
4562
|
-
export declare const UpdateFuotaTaskRequestFilterSensitiveLog: (obj: UpdateFuotaTaskRequest) => any;
|
|
4563
|
-
/**
|
|
4564
|
-
* @internal
|
|
4565
|
-
*/
|
|
4566
|
-
export declare const UpdateFuotaTaskResponseFilterSensitiveLog: (obj: UpdateFuotaTaskResponse) => any;
|
|
4567
|
-
/**
|
|
4568
|
-
* @internal
|
|
4569
|
-
*/
|
|
4570
|
-
export declare const UpdateLogLevelsByResourceTypesRequestFilterSensitiveLog: (obj: UpdateLogLevelsByResourceTypesRequest) => any;
|
|
4571
|
-
/**
|
|
4572
|
-
* @internal
|
|
4573
|
-
*/
|
|
4574
|
-
export declare const UpdateLogLevelsByResourceTypesResponseFilterSensitiveLog: (obj: UpdateLogLevelsByResourceTypesResponse) => any;
|
|
@@ -1,4 +1,49 @@
|
|
|
1
|
-
import { ConnectionStatusEventConfiguration, DeviceRegistrationStateEventConfiguration, EventNotificationPartnerType, IdentifierType, JoinEventConfiguration, LoRaWANMulticast, MessageDeliveryStatusEventConfiguration, PartnerType, Positioning, PositionResourceType, ProximityEventConfiguration, TraceContent } from "./models_0";
|
|
1
|
+
import { ConnectionStatusEventConfiguration, DeviceRegistrationStateEventConfiguration, EventNotificationPartnerType, IdentifierType, JoinEventConfiguration, LogLevel, LoRaWANFuotaTask, LoRaWANMulticast, MessageDeliveryStatusEventConfiguration, PartnerType, Positioning, PositionResourceType, ProximityEventConfiguration, TraceContent, WirelessDeviceLogOption, WirelessGatewayLogOption } from "./models_0";
|
|
2
|
+
export interface UpdateFuotaTaskRequest {
|
|
3
|
+
/**
|
|
4
|
+
* <p>The ID of a FUOTA task.</p>
|
|
5
|
+
*/
|
|
6
|
+
Id: string | undefined;
|
|
7
|
+
/**
|
|
8
|
+
* <p>The name of a FUOTA task.</p>
|
|
9
|
+
*/
|
|
10
|
+
Name?: string;
|
|
11
|
+
/**
|
|
12
|
+
* <p>The description of the new resource.</p>
|
|
13
|
+
*/
|
|
14
|
+
Description?: string;
|
|
15
|
+
/**
|
|
16
|
+
* <p>The LoRaWAN information used with a FUOTA task.</p>
|
|
17
|
+
*/
|
|
18
|
+
LoRaWAN?: LoRaWANFuotaTask;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The S3 URI points to a firmware update image that is to be used with a FUOTA task.</p>
|
|
21
|
+
*/
|
|
22
|
+
FirmwareUpdateImage?: string;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The firmware update role that is to be used with a FUOTA task.</p>
|
|
25
|
+
*/
|
|
26
|
+
FirmwareUpdateRole?: string;
|
|
27
|
+
}
|
|
28
|
+
export interface UpdateFuotaTaskResponse {
|
|
29
|
+
}
|
|
30
|
+
export interface UpdateLogLevelsByResourceTypesRequest {
|
|
31
|
+
/**
|
|
32
|
+
* <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display
|
|
33
|
+
* less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.</p>
|
|
34
|
+
*/
|
|
35
|
+
DefaultLogLevel?: LogLevel | string;
|
|
36
|
+
/**
|
|
37
|
+
* <p>The list of wireless device log options.</p>
|
|
38
|
+
*/
|
|
39
|
+
WirelessDeviceLogOptions?: WirelessDeviceLogOption[];
|
|
40
|
+
/**
|
|
41
|
+
* <p>The list of wireless gateway log options.</p>
|
|
42
|
+
*/
|
|
43
|
+
WirelessGatewayLogOptions?: WirelessGatewayLogOption[];
|
|
44
|
+
}
|
|
45
|
+
export interface UpdateLogLevelsByResourceTypesResponse {
|
|
46
|
+
}
|
|
2
47
|
export interface UpdateMulticastGroupRequest {
|
|
3
48
|
/**
|
|
4
49
|
* <p>The ID of the multicast group.</p>
|
|
@@ -233,6 +278,22 @@ export interface UpdateWirelessGatewayRequest {
|
|
|
233
278
|
}
|
|
234
279
|
export interface UpdateWirelessGatewayResponse {
|
|
235
280
|
}
|
|
281
|
+
/**
|
|
282
|
+
* @internal
|
|
283
|
+
*/
|
|
284
|
+
export declare const UpdateFuotaTaskRequestFilterSensitiveLog: (obj: UpdateFuotaTaskRequest) => any;
|
|
285
|
+
/**
|
|
286
|
+
* @internal
|
|
287
|
+
*/
|
|
288
|
+
export declare const UpdateFuotaTaskResponseFilterSensitiveLog: (obj: UpdateFuotaTaskResponse) => any;
|
|
289
|
+
/**
|
|
290
|
+
* @internal
|
|
291
|
+
*/
|
|
292
|
+
export declare const UpdateLogLevelsByResourceTypesRequestFilterSensitiveLog: (obj: UpdateLogLevelsByResourceTypesRequest) => any;
|
|
293
|
+
/**
|
|
294
|
+
* @internal
|
|
295
|
+
*/
|
|
296
|
+
export declare const UpdateLogLevelsByResourceTypesResponseFilterSensitiveLog: (obj: UpdateLogLevelsByResourceTypesResponse) => any;
|
|
236
297
|
/**
|
|
237
298
|
* @internal
|
|
238
299
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { UpdateFuotaTaskRequest, UpdateFuotaTaskResponse } from "../models/
|
|
4
|
+
import { UpdateFuotaTaskRequest, UpdateFuotaTaskResponse } from "../models/models_1";
|
|
5
5
|
export interface UpdateFuotaTaskCommandInput extends UpdateFuotaTaskRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateFuotaTaskCommandOutput extends UpdateFuotaTaskResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { UpdateLogLevelsByResourceTypesRequest, UpdateLogLevelsByResourceTypesResponse } from "../models/
|
|
4
|
+
import { UpdateLogLevelsByResourceTypesRequest, UpdateLogLevelsByResourceTypesResponse } from "../models/models_1";
|
|
5
5
|
export interface UpdateLogLevelsByResourceTypesCommandInput extends UpdateLogLevelsByResourceTypesRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateLogLevelsByResourceTypesCommandOutput extends UpdateLogLevelsByResourceTypesResponse, __MetadataBearer {
|
|
@@ -182,6 +182,13 @@ export declare enum BatteryLevel {
|
|
|
182
182
|
LOW = "low",
|
|
183
183
|
NORMAL = "normal"
|
|
184
184
|
}
|
|
185
|
+
|
|
186
|
+
export interface Beaconing {
|
|
187
|
+
|
|
188
|
+
DataRate?: number;
|
|
189
|
+
|
|
190
|
+
Frequencies?: number[];
|
|
191
|
+
}
|
|
185
192
|
export interface CancelMulticastGroupSessionRequest {
|
|
186
193
|
|
|
187
194
|
Id: string | undefined;
|
|
@@ -532,6 +539,8 @@ export interface LoRaWANGateway {
|
|
|
532
539
|
NetIdFilters?: string[];
|
|
533
540
|
|
|
534
541
|
SubBands?: number[];
|
|
542
|
+
|
|
543
|
+
Beaconing?: Beaconing;
|
|
535
544
|
}
|
|
536
545
|
export interface CreateWirelessGatewayRequest {
|
|
537
546
|
|
|
@@ -793,10 +802,33 @@ export interface DisassociateWirelessGatewayFromThingRequest {
|
|
|
793
802
|
}
|
|
794
803
|
export interface DisassociateWirelessGatewayFromThingResponse {
|
|
795
804
|
}
|
|
805
|
+
export declare enum DownlinkMode {
|
|
806
|
+
CONCURRENT = "CONCURRENT",
|
|
807
|
+
SEQUENTIAL = "SEQUENTIAL",
|
|
808
|
+
USING_UPLINK_GATEWAY = "USING_UPLINK_GATEWAY"
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
export interface GatewayListItem {
|
|
812
|
+
|
|
813
|
+
GatewayId: string | undefined;
|
|
814
|
+
|
|
815
|
+
DownlinkFrequency: number | undefined;
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
export interface ParticipatingGateways {
|
|
819
|
+
|
|
820
|
+
DownlinkMode: DownlinkMode | string | undefined;
|
|
821
|
+
|
|
822
|
+
GatewayList: GatewayListItem[] | undefined;
|
|
823
|
+
|
|
824
|
+
TransmissionInterval: number | undefined;
|
|
825
|
+
}
|
|
796
826
|
|
|
797
827
|
export interface LoRaWANSendDataToDevice {
|
|
798
828
|
|
|
799
829
|
FPort?: number;
|
|
830
|
+
|
|
831
|
+
ParticipatingGateways?: ParticipatingGateways;
|
|
800
832
|
}
|
|
801
833
|
|
|
802
834
|
export interface DownlinkQueueMessage {
|
|
@@ -2028,32 +2060,6 @@ export interface UpdateEventConfigurationByResourceTypesRequest {
|
|
|
2028
2060
|
}
|
|
2029
2061
|
export interface UpdateEventConfigurationByResourceTypesResponse {
|
|
2030
2062
|
}
|
|
2031
|
-
export interface UpdateFuotaTaskRequest {
|
|
2032
|
-
|
|
2033
|
-
Id: string | undefined;
|
|
2034
|
-
|
|
2035
|
-
Name?: string;
|
|
2036
|
-
|
|
2037
|
-
Description?: string;
|
|
2038
|
-
|
|
2039
|
-
LoRaWAN?: LoRaWANFuotaTask;
|
|
2040
|
-
|
|
2041
|
-
FirmwareUpdateImage?: string;
|
|
2042
|
-
|
|
2043
|
-
FirmwareUpdateRole?: string;
|
|
2044
|
-
}
|
|
2045
|
-
export interface UpdateFuotaTaskResponse {
|
|
2046
|
-
}
|
|
2047
|
-
export interface UpdateLogLevelsByResourceTypesRequest {
|
|
2048
|
-
|
|
2049
|
-
DefaultLogLevel?: LogLevel | string;
|
|
2050
|
-
|
|
2051
|
-
WirelessDeviceLogOptions?: WirelessDeviceLogOption[];
|
|
2052
|
-
|
|
2053
|
-
WirelessGatewayLogOptions?: WirelessGatewayLogOption[];
|
|
2054
|
-
}
|
|
2055
|
-
export interface UpdateLogLevelsByResourceTypesResponse {
|
|
2056
|
-
}
|
|
2057
2063
|
|
|
2058
2064
|
export declare const SessionKeysAbpV1_0_xFilterSensitiveLog: (obj: SessionKeysAbpV1_0_x) => any;
|
|
2059
2065
|
|
|
@@ -2097,6 +2103,8 @@ export declare const AssociateWirelessGatewayWithThingRequestFilterSensitiveLog:
|
|
|
2097
2103
|
|
|
2098
2104
|
export declare const AssociateWirelessGatewayWithThingResponseFilterSensitiveLog: (obj: AssociateWirelessGatewayWithThingResponse) => any;
|
|
2099
2105
|
|
|
2106
|
+
export declare const BeaconingFilterSensitiveLog: (obj: Beaconing) => any;
|
|
2107
|
+
|
|
2100
2108
|
export declare const CancelMulticastGroupSessionRequestFilterSensitiveLog: (obj: CancelMulticastGroupSessionRequest) => any;
|
|
2101
2109
|
|
|
2102
2110
|
export declare const CancelMulticastGroupSessionResponseFilterSensitiveLog: (obj: CancelMulticastGroupSessionResponse) => any;
|
|
@@ -2263,6 +2271,10 @@ export declare const DisassociateWirelessGatewayFromThingRequestFilterSensitiveL
|
|
|
2263
2271
|
|
|
2264
2272
|
export declare const DisassociateWirelessGatewayFromThingResponseFilterSensitiveLog: (obj: DisassociateWirelessGatewayFromThingResponse) => any;
|
|
2265
2273
|
|
|
2274
|
+
export declare const GatewayListItemFilterSensitiveLog: (obj: GatewayListItem) => any;
|
|
2275
|
+
|
|
2276
|
+
export declare const ParticipatingGatewaysFilterSensitiveLog: (obj: ParticipatingGateways) => any;
|
|
2277
|
+
|
|
2266
2278
|
export declare const LoRaWANSendDataToDeviceFilterSensitiveLog: (obj: LoRaWANSendDataToDevice) => any;
|
|
2267
2279
|
|
|
2268
2280
|
export declare const DownlinkQueueMessageFilterSensitiveLog: (obj: DownlinkQueueMessage) => any;
|
|
@@ -2568,11 +2580,3 @@ export declare const UpdateDestinationResponseFilterSensitiveLog: (obj: UpdateDe
|
|
|
2568
2580
|
export declare const UpdateEventConfigurationByResourceTypesRequestFilterSensitiveLog: (obj: UpdateEventConfigurationByResourceTypesRequest) => any;
|
|
2569
2581
|
|
|
2570
2582
|
export declare const UpdateEventConfigurationByResourceTypesResponseFilterSensitiveLog: (obj: UpdateEventConfigurationByResourceTypesResponse) => any;
|
|
2571
|
-
|
|
2572
|
-
export declare const UpdateFuotaTaskRequestFilterSensitiveLog: (obj: UpdateFuotaTaskRequest) => any;
|
|
2573
|
-
|
|
2574
|
-
export declare const UpdateFuotaTaskResponseFilterSensitiveLog: (obj: UpdateFuotaTaskResponse) => any;
|
|
2575
|
-
|
|
2576
|
-
export declare const UpdateLogLevelsByResourceTypesRequestFilterSensitiveLog: (obj: UpdateLogLevelsByResourceTypesRequest) => any;
|
|
2577
|
-
|
|
2578
|
-
export declare const UpdateLogLevelsByResourceTypesResponseFilterSensitiveLog: (obj: UpdateLogLevelsByResourceTypesResponse) => any;
|
|
@@ -1,4 +1,30 @@
|
|
|
1
|
-
import { ConnectionStatusEventConfiguration, DeviceRegistrationStateEventConfiguration, EventNotificationPartnerType, IdentifierType, JoinEventConfiguration, LoRaWANMulticast, MessageDeliveryStatusEventConfiguration, PartnerType, Positioning, PositionResourceType, ProximityEventConfiguration, TraceContent } from "./models_0";
|
|
1
|
+
import { ConnectionStatusEventConfiguration, DeviceRegistrationStateEventConfiguration, EventNotificationPartnerType, IdentifierType, JoinEventConfiguration, LogLevel, LoRaWANFuotaTask, LoRaWANMulticast, MessageDeliveryStatusEventConfiguration, PartnerType, Positioning, PositionResourceType, ProximityEventConfiguration, TraceContent, WirelessDeviceLogOption, WirelessGatewayLogOption } from "./models_0";
|
|
2
|
+
export interface UpdateFuotaTaskRequest {
|
|
3
|
+
|
|
4
|
+
Id: string | undefined;
|
|
5
|
+
|
|
6
|
+
Name?: string;
|
|
7
|
+
|
|
8
|
+
Description?: string;
|
|
9
|
+
|
|
10
|
+
LoRaWAN?: LoRaWANFuotaTask;
|
|
11
|
+
|
|
12
|
+
FirmwareUpdateImage?: string;
|
|
13
|
+
|
|
14
|
+
FirmwareUpdateRole?: string;
|
|
15
|
+
}
|
|
16
|
+
export interface UpdateFuotaTaskResponse {
|
|
17
|
+
}
|
|
18
|
+
export interface UpdateLogLevelsByResourceTypesRequest {
|
|
19
|
+
|
|
20
|
+
DefaultLogLevel?: LogLevel | string;
|
|
21
|
+
|
|
22
|
+
WirelessDeviceLogOptions?: WirelessDeviceLogOption[];
|
|
23
|
+
|
|
24
|
+
WirelessGatewayLogOptions?: WirelessGatewayLogOption[];
|
|
25
|
+
}
|
|
26
|
+
export interface UpdateLogLevelsByResourceTypesResponse {
|
|
27
|
+
}
|
|
2
28
|
export interface UpdateMulticastGroupRequest {
|
|
3
29
|
|
|
4
30
|
Id: string | undefined;
|
|
@@ -131,6 +157,14 @@ export interface UpdateWirelessGatewayRequest {
|
|
|
131
157
|
export interface UpdateWirelessGatewayResponse {
|
|
132
158
|
}
|
|
133
159
|
|
|
160
|
+
export declare const UpdateFuotaTaskRequestFilterSensitiveLog: (obj: UpdateFuotaTaskRequest) => any;
|
|
161
|
+
|
|
162
|
+
export declare const UpdateFuotaTaskResponseFilterSensitiveLog: (obj: UpdateFuotaTaskResponse) => any;
|
|
163
|
+
|
|
164
|
+
export declare const UpdateLogLevelsByResourceTypesRequestFilterSensitiveLog: (obj: UpdateLogLevelsByResourceTypesRequest) => any;
|
|
165
|
+
|
|
166
|
+
export declare const UpdateLogLevelsByResourceTypesResponseFilterSensitiveLog: (obj: UpdateLogLevelsByResourceTypesResponse) => any;
|
|
167
|
+
|
|
134
168
|
export declare const UpdateMulticastGroupRequestFilterSensitiveLog: (obj: UpdateMulticastGroupRequest) => any;
|
|
135
169
|
|
|
136
170
|
export declare const UpdateMulticastGroupResponseFilterSensitiveLog: (obj: UpdateMulticastGroupResponse) => any;
|
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.158.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.154.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.154.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
+
"@aws-sdk/util-body-length-browser": "3.154.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
46
|
"@aws-sdk/util-defaults-mode-browser": "3.142.0",
|
|
47
47
|
"@aws-sdk/util-defaults-mode-node": "3.142.0",
|