@aws-sdk/client-iot-wireless 3.42.0 → 3.43.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 +11 -0
- package/dist-cjs/IoTWireless.js +30 -0
- package/dist-cjs/commands/GetNetworkAnalyzerConfigurationCommand.js +36 -0
- package/dist-cjs/commands/UpdateNetworkAnalyzerConfigurationCommand.js +36 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/endpoints.js +47 -1
- package/dist-cjs/models/models_0.js +39 -4
- package/dist-cjs/protocols/Aws_restJson1.js +297 -4
- package/dist-es/IoTWireless.js +30 -0
- package/dist-es/commands/GetNetworkAnalyzerConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdateNetworkAnalyzerConfigurationCommand.js +39 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoints.js +47 -1
- package/dist-es/models/models_0.js +25 -0
- package/dist-es/protocols/Aws_restJson1.js +320 -0
- package/dist-types/IoTWireless.d.ts +14 -0
- package/dist-types/IoTWirelessClient.d.ts +4 -2
- package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +95 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/IoTWireless.d.ts +10 -0
- package/dist-types/ts3.4/IoTWirelessClient.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +59 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 11/28/2021 ([#3072](https://github.com/aws/aws-sdk-js-v3/issues/3072)) ([2ad1622](https://github.com/aws/aws-sdk-js-v3/commit/2ad1622ba8586b926fe508055211803bb29e3976))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-iot-wireless
|
package/dist-cjs/IoTWireless.js
CHANGED
|
@@ -40,6 +40,7 @@ const GetFuotaTaskCommand_1 = require("./commands/GetFuotaTaskCommand");
|
|
|
40
40
|
const GetLogLevelsByResourceTypesCommand_1 = require("./commands/GetLogLevelsByResourceTypesCommand");
|
|
41
41
|
const GetMulticastGroupCommand_1 = require("./commands/GetMulticastGroupCommand");
|
|
42
42
|
const GetMulticastGroupSessionCommand_1 = require("./commands/GetMulticastGroupSessionCommand");
|
|
43
|
+
const GetNetworkAnalyzerConfigurationCommand_1 = require("./commands/GetNetworkAnalyzerConfigurationCommand");
|
|
43
44
|
const GetPartnerAccountCommand_1 = require("./commands/GetPartnerAccountCommand");
|
|
44
45
|
const GetResourceEventConfigurationCommand_1 = require("./commands/GetResourceEventConfigurationCommand");
|
|
45
46
|
const GetResourceLogLevelCommand_1 = require("./commands/GetResourceLogLevelCommand");
|
|
@@ -80,6 +81,7 @@ const UpdateDestinationCommand_1 = require("./commands/UpdateDestinationCommand"
|
|
|
80
81
|
const UpdateFuotaTaskCommand_1 = require("./commands/UpdateFuotaTaskCommand");
|
|
81
82
|
const UpdateLogLevelsByResourceTypesCommand_1 = require("./commands/UpdateLogLevelsByResourceTypesCommand");
|
|
82
83
|
const UpdateMulticastGroupCommand_1 = require("./commands/UpdateMulticastGroupCommand");
|
|
84
|
+
const UpdateNetworkAnalyzerConfigurationCommand_1 = require("./commands/UpdateNetworkAnalyzerConfigurationCommand");
|
|
83
85
|
const UpdatePartnerAccountCommand_1 = require("./commands/UpdatePartnerAccountCommand");
|
|
84
86
|
const UpdateResourceEventConfigurationCommand_1 = require("./commands/UpdateResourceEventConfigurationCommand");
|
|
85
87
|
const UpdateWirelessDeviceCommand_1 = require("./commands/UpdateWirelessDeviceCommand");
|
|
@@ -632,6 +634,20 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
|
|
|
632
634
|
return this.send(command, optionsOrCb);
|
|
633
635
|
}
|
|
634
636
|
}
|
|
637
|
+
getNetworkAnalyzerConfiguration(args, optionsOrCb, cb) {
|
|
638
|
+
const command = new GetNetworkAnalyzerConfigurationCommand_1.GetNetworkAnalyzerConfigurationCommand(args);
|
|
639
|
+
if (typeof optionsOrCb === "function") {
|
|
640
|
+
this.send(command, optionsOrCb);
|
|
641
|
+
}
|
|
642
|
+
else if (typeof cb === "function") {
|
|
643
|
+
if (typeof optionsOrCb !== "object")
|
|
644
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
645
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
646
|
+
}
|
|
647
|
+
else {
|
|
648
|
+
return this.send(command, optionsOrCb);
|
|
649
|
+
}
|
|
650
|
+
}
|
|
635
651
|
getPartnerAccount(args, optionsOrCb, cb) {
|
|
636
652
|
const command = new GetPartnerAccountCommand_1.GetPartnerAccountCommand(args);
|
|
637
653
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1192,6 +1208,20 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
|
|
|
1192
1208
|
return this.send(command, optionsOrCb);
|
|
1193
1209
|
}
|
|
1194
1210
|
}
|
|
1211
|
+
updateNetworkAnalyzerConfiguration(args, optionsOrCb, cb) {
|
|
1212
|
+
const command = new UpdateNetworkAnalyzerConfigurationCommand_1.UpdateNetworkAnalyzerConfigurationCommand(args);
|
|
1213
|
+
if (typeof optionsOrCb === "function") {
|
|
1214
|
+
this.send(command, optionsOrCb);
|
|
1215
|
+
}
|
|
1216
|
+
else if (typeof cb === "function") {
|
|
1217
|
+
if (typeof optionsOrCb !== "object")
|
|
1218
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1219
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1220
|
+
}
|
|
1221
|
+
else {
|
|
1222
|
+
return this.send(command, optionsOrCb);
|
|
1223
|
+
}
|
|
1224
|
+
}
|
|
1195
1225
|
updatePartnerAccount(args, optionsOrCb, cb) {
|
|
1196
1226
|
const command = new UpdatePartnerAccountCommand_1.UpdatePartnerAccountCommand(args);
|
|
1197
1227
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetNetworkAnalyzerConfigurationCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class GetNetworkAnalyzerConfigurationCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "IoTWirelessClient";
|
|
18
|
+
const commandName = "GetNetworkAnalyzerConfigurationCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetNetworkAnalyzerConfigurationRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetNetworkAnalyzerConfigurationResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1GetNetworkAnalyzerConfigurationCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1GetNetworkAnalyzerConfigurationCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.GetNetworkAnalyzerConfigurationCommand = GetNetworkAnalyzerConfigurationCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateNetworkAnalyzerConfigurationCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class UpdateNetworkAnalyzerConfigurationCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "IoTWirelessClient";
|
|
18
|
+
const commandName = "UpdateNetworkAnalyzerConfigurationCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UpdateNetworkAnalyzerConfigurationRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.UpdateNetworkAnalyzerConfigurationResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.UpdateNetworkAnalyzerConfigurationCommand = UpdateNetworkAnalyzerConfigurationCommand;
|
|
@@ -40,6 +40,7 @@ tslib_1.__exportStar(require("./GetFuotaTaskCommand"), exports);
|
|
|
40
40
|
tslib_1.__exportStar(require("./GetLogLevelsByResourceTypesCommand"), exports);
|
|
41
41
|
tslib_1.__exportStar(require("./GetMulticastGroupCommand"), exports);
|
|
42
42
|
tslib_1.__exportStar(require("./GetMulticastGroupSessionCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./GetNetworkAnalyzerConfigurationCommand"), exports);
|
|
43
44
|
tslib_1.__exportStar(require("./GetPartnerAccountCommand"), exports);
|
|
44
45
|
tslib_1.__exportStar(require("./GetResourceEventConfigurationCommand"), exports);
|
|
45
46
|
tslib_1.__exportStar(require("./GetResourceLogLevelCommand"), exports);
|
|
@@ -80,6 +81,7 @@ tslib_1.__exportStar(require("./UpdateDestinationCommand"), exports);
|
|
|
80
81
|
tslib_1.__exportStar(require("./UpdateFuotaTaskCommand"), exports);
|
|
81
82
|
tslib_1.__exportStar(require("./UpdateLogLevelsByResourceTypesCommand"), exports);
|
|
82
83
|
tslib_1.__exportStar(require("./UpdateMulticastGroupCommand"), exports);
|
|
84
|
+
tslib_1.__exportStar(require("./UpdateNetworkAnalyzerConfigurationCommand"), exports);
|
|
83
85
|
tslib_1.__exportStar(require("./UpdatePartnerAccountCommand"), exports);
|
|
84
86
|
tslib_1.__exportStar(require("./UpdateResourceEventConfigurationCommand"), exports);
|
|
85
87
|
tslib_1.__exportStar(require("./UpdateWirelessDeviceCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -2,7 +2,53 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultRegionInfoProvider = void 0;
|
|
4
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
|
-
const regionHash = {
|
|
5
|
+
const regionHash = {
|
|
6
|
+
"ap-northeast-1": {
|
|
7
|
+
variants: [
|
|
8
|
+
{
|
|
9
|
+
hostname: "api.iotwireless.ap-northeast-1.amazonaws.com",
|
|
10
|
+
tags: [],
|
|
11
|
+
},
|
|
12
|
+
],
|
|
13
|
+
signingRegion: "ap-northeast-1",
|
|
14
|
+
},
|
|
15
|
+
"ap-southeast-2": {
|
|
16
|
+
variants: [
|
|
17
|
+
{
|
|
18
|
+
hostname: "api.iotwireless.ap-southeast-2.amazonaws.com",
|
|
19
|
+
tags: [],
|
|
20
|
+
},
|
|
21
|
+
],
|
|
22
|
+
signingRegion: "ap-southeast-2",
|
|
23
|
+
},
|
|
24
|
+
"eu-west-1": {
|
|
25
|
+
variants: [
|
|
26
|
+
{
|
|
27
|
+
hostname: "api.iotwireless.eu-west-1.amazonaws.com",
|
|
28
|
+
tags: [],
|
|
29
|
+
},
|
|
30
|
+
],
|
|
31
|
+
signingRegion: "eu-west-1",
|
|
32
|
+
},
|
|
33
|
+
"us-east-1": {
|
|
34
|
+
variants: [
|
|
35
|
+
{
|
|
36
|
+
hostname: "api.iotwireless.us-east-1.amazonaws.com",
|
|
37
|
+
tags: [],
|
|
38
|
+
},
|
|
39
|
+
],
|
|
40
|
+
signingRegion: "us-east-1",
|
|
41
|
+
},
|
|
42
|
+
"us-west-2": {
|
|
43
|
+
variants: [
|
|
44
|
+
{
|
|
45
|
+
hostname: "api.iotwireless.us-west-2.amazonaws.com",
|
|
46
|
+
tags: [],
|
|
47
|
+
},
|
|
48
|
+
],
|
|
49
|
+
signingRegion: "us-west-2",
|
|
50
|
+
},
|
|
51
|
+
};
|
|
6
52
|
const partitionHash = {
|
|
7
53
|
aws: {
|
|
8
54
|
regions: [
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.FPorts = exports.CreateServiceProfileResponse = exports.CreateServiceProfileRequest = exports.LoRaWANServiceProfile = exports.CreateMulticastGroupResponse = exports.CreateMulticastGroupRequest = exports.LoRaWANMulticast = exports.DlClass = exports.CreateFuotaTaskResponse = exports.CreateFuotaTaskRequest = exports.LoRaWANFuotaTask = exports.SupportedRfRegion = exports.CreateDeviceProfileResponse = exports.CreateDeviceProfileRequest = exports.LoRaWANDeviceProfile = exports.CreateDestinationResponse = exports.CreateDestinationRequest = exports.ExpressionType = exports.ConnectionStatus = exports.CertificateList = exports.SigningAlg = exports.CancelMulticastGroupSessionResponse = exports.CancelMulticastGroupSessionRequest = exports.BatteryLevel = exports.AssociateWirelessGatewayWithThingResponse = exports.AssociateWirelessGatewayWithThingRequest = exports.AssociateWirelessGatewayWithCertificateResponse = exports.AssociateWirelessGatewayWithCertificateRequest = exports.AssociateWirelessDeviceWithThingResponse = exports.AssociateWirelessDeviceWithThingRequest = exports.AssociateWirelessDeviceWithMulticastGroupResponse = exports.AssociateWirelessDeviceWithMulticastGroupRequest = exports.AssociateWirelessDeviceWithFuotaTaskResponse = exports.AssociateWirelessDeviceWithFuotaTaskRequest = exports.AssociateMulticastGroupWithFuotaTaskResponse = exports.AssociateMulticastGroupWithFuotaTaskRequest = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AssociateAwsAccountWithPartnerAccountResponse = exports.AssociateAwsAccountWithPartnerAccountRequest = exports.Tag = exports.SidewalkAccountInfo = exports.AccessDeniedException = exports.AbpV1_1 = exports.SessionKeysAbpV1_1 = exports.AbpV1_0_x = exports.SessionKeysAbpV1_0_x = void 0;
|
|
4
4
|
exports.DisassociateWirelessDeviceFromMulticastGroupResponse = exports.DisassociateWirelessDeviceFromMulticastGroupRequest = exports.DisassociateWirelessDeviceFromFuotaTaskResponse = exports.DisassociateWirelessDeviceFromFuotaTaskRequest = exports.DisassociateMulticastGroupFromFuotaTaskResponse = exports.DisassociateMulticastGroupFromFuotaTaskRequest = exports.DisassociateAwsAccountFromPartnerAccountResponse = exports.DisassociateAwsAccountFromPartnerAccountRequest = exports.PartnerType = exports.DeviceState = exports.DeviceRegistrationStateEventConfiguration = exports.SidewalkEventNotificationConfigurations = exports.EventNotificationTopicStatus = exports.DeviceProfile = exports.Destinations = exports.DeleteWirelessGatewayTaskDefinitionResponse = exports.DeleteWirelessGatewayTaskDefinitionRequest = exports.DeleteWirelessGatewayTaskResponse = exports.DeleteWirelessGatewayTaskRequest = exports.DeleteWirelessGatewayResponse = exports.DeleteWirelessGatewayRequest = exports.DeleteWirelessDeviceResponse = exports.DeleteWirelessDeviceRequest = exports.DeleteServiceProfileResponse = exports.DeleteServiceProfileRequest = exports.DeleteMulticastGroupResponse = exports.DeleteMulticastGroupRequest = exports.DeleteFuotaTaskResponse = exports.DeleteFuotaTaskRequest = exports.DeleteDeviceProfileResponse = exports.DeleteDeviceProfileRequest = exports.DeleteDestinationResponse = exports.DeleteDestinationRequest = exports.CreateWirelessGatewayTaskDefinitionResponse = exports.CreateWirelessGatewayTaskDefinitionRequest = exports.UpdateWirelessGatewayTaskCreate = exports.LoRaWANUpdateGatewayTaskCreate = exports.LoRaWANGatewayVersion = exports.CreateWirelessGatewayTaskResponse = exports.WirelessGatewayTaskStatus = exports.CreateWirelessGatewayTaskRequest = exports.CreateWirelessGatewayResponse = exports.CreateWirelessGatewayRequest = exports.LoRaWANGateway = exports.CreateWirelessDeviceResponse = exports.CreateWirelessDeviceRequest = exports.WirelessDeviceType = exports.LoRaWANDevice = exports.OtaaV1_1 = exports.OtaaV1_0_x = void 0;
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.UpdateWirelessGatewayResponse = exports.UpdateWirelessGatewayRequest = exports.UpdateWirelessDeviceResponse = exports.UpdateWirelessDeviceRequest = void 0;
|
|
5
|
+
exports.GetServiceEndpointResponse = exports.GetServiceEndpointRequest = exports.WirelessGatewayServiceType = exports.GetResourceLogLevelResponse = exports.GetResourceLogLevelRequest = exports.GetResourceEventConfigurationResponse = exports.ProximityEventConfiguration = exports.GetResourceEventConfigurationRequest = exports.IdentifierType = exports.GetPartnerAccountResponse = exports.SidewalkAccountInfoWithFingerprint = exports.GetPartnerAccountRequest = exports.GetNetworkAnalyzerConfigurationResponse = exports.TraceContent = exports.WirelessDeviceFrameInfo = exports.GetNetworkAnalyzerConfigurationRequest = exports.GetMulticastGroupSessionResponse = exports.LoRaWANMulticastSession = exports.GetMulticastGroupSessionRequest = exports.GetMulticastGroupResponse = exports.LoRaWANMulticastGet = exports.GetMulticastGroupRequest = exports.GetLogLevelsByResourceTypesResponse = exports.WirelessGatewayLogOption = exports.WirelessGatewayType = exports.WirelessGatewayEventLogOption = exports.WirelessGatewayEvent = exports.WirelessDeviceLogOption = exports.WirelessDeviceEventLogOption = exports.WirelessDeviceEvent = exports.LogLevel = exports.GetLogLevelsByResourceTypesRequest = exports.GetFuotaTaskResponse = exports.LoRaWANFuotaTaskGetInfo = exports.GetFuotaTaskRequest = exports.GetDeviceProfileResponse = exports.GetDeviceProfileRequest = exports.GetDestinationResponse = exports.GetDestinationRequest = exports.FuotaTaskStatus = exports.FuotaTask = exports.FuotaDeviceStatus = exports.EventNotificationPartnerType = exports.Event = exports.DisassociateWirelessGatewayFromThingResponse = exports.DisassociateWirelessGatewayFromThingRequest = exports.DisassociateWirelessGatewayFromCertificateResponse = exports.DisassociateWirelessGatewayFromCertificateRequest = exports.DisassociateWirelessDeviceFromThingResponse = exports.DisassociateWirelessDeviceFromThingRequest = void 0;
|
|
6
|
+
exports.ListWirelessDevicesResponse = exports.WirelessDeviceStatistics = exports.SidewalkListDevice = exports.LoRaWANListDevice = exports.ListWirelessDevicesRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListServiceProfilesResponse = exports.ServiceProfile = exports.ListServiceProfilesRequest = exports.ListPartnerAccountsResponse = exports.ListPartnerAccountsRequest = exports.ListMulticastGroupsByFuotaTaskResponse = exports.MulticastGroupByFuotaTask = exports.ListMulticastGroupsByFuotaTaskRequest = exports.ListMulticastGroupsResponse = exports.MulticastGroup = exports.ListMulticastGroupsRequest = exports.ListFuotaTasksResponse = exports.ListFuotaTasksRequest = exports.ListDeviceProfilesResponse = exports.ListDeviceProfilesRequest = exports.ListDestinationsResponse = exports.ListDestinationsRequest = exports.GetWirelessGatewayTaskDefinitionResponse = exports.GetWirelessGatewayTaskDefinitionRequest = exports.GetWirelessGatewayTaskResponse = exports.GetWirelessGatewayTaskRequest = exports.GetWirelessGatewayStatisticsResponse = exports.GetWirelessGatewayStatisticsRequest = exports.GetWirelessGatewayFirmwareInformationResponse = exports.LoRaWANGatewayCurrentVersion = exports.GetWirelessGatewayFirmwareInformationRequest = exports.GetWirelessGatewayCertificateResponse = exports.GetWirelessGatewayCertificateRequest = exports.GetWirelessGatewayResponse = exports.GetWirelessGatewayRequest = exports.WirelessGatewayIdType = exports.GetWirelessDeviceStatisticsResponse = exports.SidewalkDeviceMetadata = exports.LoRaWANDeviceMetadata = exports.LoRaWANGatewayMetadata = exports.GetWirelessDeviceStatisticsRequest = exports.GetWirelessDeviceResponse = exports.SidewalkDevice = exports.GetWirelessDeviceRequest = exports.WirelessDeviceIdType = exports.GetServiceProfileResponse = exports.LoRaWANGetServiceProfileInfo = exports.GetServiceProfileRequest = void 0;
|
|
7
|
+
exports.UpdateNetworkAnalyzerConfigurationResponse = exports.UpdateNetworkAnalyzerConfigurationRequest = exports.UpdateMulticastGroupResponse = exports.UpdateMulticastGroupRequest = exports.UpdateLogLevelsByResourceTypesResponse = exports.UpdateLogLevelsByResourceTypesRequest = exports.UpdateFuotaTaskResponse = exports.UpdateFuotaTaskRequest = exports.UpdateDestinationResponse = exports.UpdateDestinationRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TestWirelessDeviceResponse = exports.TestWirelessDeviceRequest = exports.TooManyTagsException = exports.TagResourceResponse = exports.TagResourceRequest = exports.StartMulticastGroupSessionResponse = exports.StartMulticastGroupSessionRequest = exports.StartFuotaTaskResponse = exports.StartFuotaTaskRequest = exports.LoRaWANStartFuotaTask = exports.StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse = exports.StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest = exports.StartBulkAssociateWirelessDeviceWithMulticastGroupResponse = exports.StartBulkAssociateWirelessDeviceWithMulticastGroupRequest = exports.SendDataToWirelessDeviceResponse = exports.SendDataToWirelessDeviceRequest = exports.WirelessMetadata = exports.SidewalkSendDataToDevice = exports.MessageType = exports.LoRaWANSendDataToDevice = exports.SendDataToMulticastGroupResponse = exports.SendDataToMulticastGroupRequest = exports.MulticastWirelessMetadata = exports.LoRaWANMulticastMetadata = exports.ResetResourceLogLevelResponse = exports.ResetResourceLogLevelRequest = exports.ResetAllResourceLogLevelsResponse = exports.ResetAllResourceLogLevelsRequest = exports.PutResourceLogLevelResponse = exports.PutResourceLogLevelRequest = exports.ListWirelessGatewayTaskDefinitionsResponse = exports.UpdateWirelessGatewayTaskEntry = exports.LoRaWANUpdateGatewayTaskEntry = exports.ListWirelessGatewayTaskDefinitionsRequest = exports.WirelessGatewayTaskDefinitionType = exports.ListWirelessGatewaysResponse = exports.WirelessGatewayStatistics = exports.ListWirelessGatewaysRequest = void 0;
|
|
8
|
+
exports.UpdateWirelessGatewayResponse = exports.UpdateWirelessGatewayRequest = exports.UpdateWirelessDeviceResponse = exports.UpdateWirelessDeviceRequest = exports.LoRaWANUpdateDevice = exports.UpdateResourceEventConfigurationResponse = exports.UpdateResourceEventConfigurationRequest = exports.UpdatePartnerAccountResponse = exports.UpdatePartnerAccountRequest = exports.SidewalkUpdateAccount = void 0;
|
|
9
9
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
10
10
|
var SessionKeysAbpV1_0_x;
|
|
11
11
|
(function (SessionKeysAbpV1_0_x) {
|
|
@@ -820,6 +820,29 @@ var GetMulticastGroupSessionResponse;
|
|
|
820
820
|
...obj,
|
|
821
821
|
});
|
|
822
822
|
})(GetMulticastGroupSessionResponse = exports.GetMulticastGroupSessionResponse || (exports.GetMulticastGroupSessionResponse = {}));
|
|
823
|
+
var GetNetworkAnalyzerConfigurationRequest;
|
|
824
|
+
(function (GetNetworkAnalyzerConfigurationRequest) {
|
|
825
|
+
GetNetworkAnalyzerConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
826
|
+
...obj,
|
|
827
|
+
});
|
|
828
|
+
})(GetNetworkAnalyzerConfigurationRequest = exports.GetNetworkAnalyzerConfigurationRequest || (exports.GetNetworkAnalyzerConfigurationRequest = {}));
|
|
829
|
+
var WirelessDeviceFrameInfo;
|
|
830
|
+
(function (WirelessDeviceFrameInfo) {
|
|
831
|
+
WirelessDeviceFrameInfo["DISABLED"] = "DISABLED";
|
|
832
|
+
WirelessDeviceFrameInfo["ENABLED"] = "ENABLED";
|
|
833
|
+
})(WirelessDeviceFrameInfo = exports.WirelessDeviceFrameInfo || (exports.WirelessDeviceFrameInfo = {}));
|
|
834
|
+
var TraceContent;
|
|
835
|
+
(function (TraceContent) {
|
|
836
|
+
TraceContent.filterSensitiveLog = (obj) => ({
|
|
837
|
+
...obj,
|
|
838
|
+
});
|
|
839
|
+
})(TraceContent = exports.TraceContent || (exports.TraceContent = {}));
|
|
840
|
+
var GetNetworkAnalyzerConfigurationResponse;
|
|
841
|
+
(function (GetNetworkAnalyzerConfigurationResponse) {
|
|
842
|
+
GetNetworkAnalyzerConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
843
|
+
...obj,
|
|
844
|
+
});
|
|
845
|
+
})(GetNetworkAnalyzerConfigurationResponse = exports.GetNetworkAnalyzerConfigurationResponse || (exports.GetNetworkAnalyzerConfigurationResponse = {}));
|
|
823
846
|
var GetPartnerAccountRequest;
|
|
824
847
|
(function (GetPartnerAccountRequest) {
|
|
825
848
|
GetPartnerAccountRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1482,6 +1505,18 @@ var UpdateMulticastGroupResponse;
|
|
|
1482
1505
|
...obj,
|
|
1483
1506
|
});
|
|
1484
1507
|
})(UpdateMulticastGroupResponse = exports.UpdateMulticastGroupResponse || (exports.UpdateMulticastGroupResponse = {}));
|
|
1508
|
+
var UpdateNetworkAnalyzerConfigurationRequest;
|
|
1509
|
+
(function (UpdateNetworkAnalyzerConfigurationRequest) {
|
|
1510
|
+
UpdateNetworkAnalyzerConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
1511
|
+
...obj,
|
|
1512
|
+
});
|
|
1513
|
+
})(UpdateNetworkAnalyzerConfigurationRequest = exports.UpdateNetworkAnalyzerConfigurationRequest || (exports.UpdateNetworkAnalyzerConfigurationRequest = {}));
|
|
1514
|
+
var UpdateNetworkAnalyzerConfigurationResponse;
|
|
1515
|
+
(function (UpdateNetworkAnalyzerConfigurationResponse) {
|
|
1516
|
+
UpdateNetworkAnalyzerConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
1517
|
+
...obj,
|
|
1518
|
+
});
|
|
1519
|
+
})(UpdateNetworkAnalyzerConfigurationResponse = exports.UpdateNetworkAnalyzerConfigurationResponse || (exports.UpdateNetworkAnalyzerConfigurationResponse = {}));
|
|
1485
1520
|
var SidewalkUpdateAccount;
|
|
1486
1521
|
(function (SidewalkUpdateAccount) {
|
|
1487
1522
|
SidewalkUpdateAccount.filterSensitiveLog = (obj) => ({
|