@aws-sdk/client-iot-wireless 3.40.0 → 3.45.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 +41 -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 +56 -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 +56 -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/AssociateAwsAccountWithPartnerAccountCommand.d.ts +1 -1
- package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +1 -1
- package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +1 -1
- package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +1 -1
- package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDestinationCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeviceProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateServiceProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDestinationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteServiceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +1 -1
- package/dist-types/commands/GetDestinationCommand.d.ts +1 -1
- package/dist-types/commands/GetDeviceProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetPartnerAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetResourceLogLevelCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/ListDestinationsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeviceProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListFuotaTasksCommand.d.ts +1 -1
- package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/ListMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListPartnerAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListServiceProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListWirelessDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/PutResourceLogLevelCommand.d.ts +1 -1
- package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +1 -1
- package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +1 -1
- package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/StartFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDestinationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +1 -1
- 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 +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,47 @@
|
|
|
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.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **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))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @aws-sdk/client-iot-wireless
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
6
47
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
48
|
|
|
8
49
|
|
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: [
|
|
@@ -14,6 +60,7 @@ const partitionHash = {
|
|
|
14
60
|
"ap-south-1",
|
|
15
61
|
"ap-southeast-1",
|
|
16
62
|
"ap-southeast-2",
|
|
63
|
+
"ap-southeast-3",
|
|
17
64
|
"ca-central-1",
|
|
18
65
|
"eu-central-1",
|
|
19
66
|
"eu-north-1",
|
|
@@ -78,6 +125,10 @@ const partitionHash = {
|
|
|
78
125
|
hostname: "api.iotwireless.{region}.c2s.ic.gov",
|
|
79
126
|
tags: [],
|
|
80
127
|
},
|
|
128
|
+
{
|
|
129
|
+
hostname: "api.iotwireless-fips.{region}.c2s.ic.gov",
|
|
130
|
+
tags: ["fips"],
|
|
131
|
+
},
|
|
81
132
|
],
|
|
82
133
|
},
|
|
83
134
|
"aws-iso-b": {
|
|
@@ -88,6 +139,10 @@ const partitionHash = {
|
|
|
88
139
|
hostname: "api.iotwireless.{region}.sc2s.sgov.gov",
|
|
89
140
|
tags: [],
|
|
90
141
|
},
|
|
142
|
+
{
|
|
143
|
+
hostname: "api.iotwireless-fips.{region}.sc2s.sgov.gov",
|
|
144
|
+
tags: ["fips"],
|
|
145
|
+
},
|
|
91
146
|
],
|
|
92
147
|
},
|
|
93
148
|
"aws-us-gov": {
|
|
@@ -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) => ({
|