@aws-sdk/client-iot-wireless 3.299.0 → 3.300.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +64 -0
- package/dist-cjs/IoTWireless.js +120 -0
- package/dist-cjs/commands/DeleteWirelessDeviceImportTaskCommand.js +45 -0
- package/dist-cjs/commands/DeregisterWirelessDeviceCommand.js +45 -0
- package/dist-cjs/commands/GetDeviceProfileCommand.js +2 -1
- package/dist-cjs/commands/GetWirelessDeviceImportTaskCommand.js +45 -0
- package/dist-cjs/commands/ListDevicesForWirelessDeviceImportTaskCommand.js +45 -0
- package/dist-cjs/commands/ListWirelessDeviceImportTasksCommand.js +45 -0
- package/dist-cjs/commands/StartSingleWirelessDeviceImportTaskCommand.js +45 -0
- package/dist-cjs/commands/StartWirelessDeviceImportTaskCommand.js +45 -0
- package/dist-cjs/commands/UpdateWirelessDeviceImportTaskCommand.js +45 -0
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +49 -5
- package/dist-cjs/models/models_1.js +5 -1
- package/dist-cjs/protocols/Aws_restJson1.js +767 -18
- package/dist-es/IoTWireless.js +120 -0
- package/dist-es/commands/DeleteWirelessDeviceImportTaskCommand.js +41 -0
- package/dist-es/commands/DeregisterWirelessDeviceCommand.js +41 -0
- package/dist-es/commands/GetDeviceProfileCommand.js +2 -1
- package/dist-es/commands/GetWirelessDeviceImportTaskCommand.js +41 -0
- package/dist-es/commands/ListDevicesForWirelessDeviceImportTaskCommand.js +41 -0
- package/dist-es/commands/ListWirelessDeviceImportTasksCommand.js +41 -0
- package/dist-es/commands/StartSingleWirelessDeviceImportTaskCommand.js +41 -0
- package/dist-es/commands/StartWirelessDeviceImportTaskCommand.js +41 -0
- package/dist-es/commands/UpdateWirelessDeviceImportTaskCommand.js +41 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +45 -4
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +743 -10
- package/dist-types/IoTWireless.d.ts +65 -0
- package/dist-types/IoTWirelessClient.d.ts +10 -2
- package/dist-types/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +13 -0
- package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +4 -0
- package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +4 -0
- package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +4 -0
- package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +4 -0
- package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +4 -0
- package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +4 -0
- package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +3 -0
- package/dist-types/commands/CreateDestinationCommand.d.ts +14 -0
- package/dist-types/commands/CreateDeviceProfileCommand.d.ts +34 -0
- package/dist-types/commands/CreateFuotaTaskCommand.d.ts +19 -0
- package/dist-types/commands/CreateMulticastGroupCommand.d.ts +15 -0
- package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +21 -0
- package/dist-types/commands/CreateServiceProfileCommand.d.ts +15 -0
- package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +67 -0
- package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +32 -0
- package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +4 -0
- package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +29 -0
- package/dist-types/commands/DeleteDestinationCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +3 -0
- package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +5 -0
- package/dist-types/commands/DeleteServiceProfileCommand.d.ts +3 -0
- package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +3 -0
- package/dist-types/commands/DeleteWirelessDeviceImportTaskCommand.d.ts +81 -0
- package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +3 -0
- package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +3 -0
- package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeregisterWirelessDeviceCommand.d.ts +76 -0
- package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +3 -0
- package/dist-types/commands/GetDestinationCommand.d.ts +3 -0
- package/dist-types/commands/GetDeviceProfileCommand.d.ts +3 -0
- package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +1 -0
- package/dist-types/commands/GetFuotaTaskCommand.d.ts +3 -0
- package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +1 -0
- package/dist-types/commands/GetMulticastGroupCommand.d.ts +3 -0
- package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +3 -0
- package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/GetPartnerAccountCommand.d.ts +4 -0
- package/dist-types/commands/GetPositionCommand.d.ts +4 -0
- package/dist-types/commands/GetPositionConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/GetPositionEstimateCommand.d.ts +144 -0
- package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +5 -0
- package/dist-types/commands/GetResourceLogLevelCommand.d.ts +4 -0
- package/dist-types/commands/GetResourcePositionCommand.d.ts +4 -0
- package/dist-types/commands/GetServiceEndpointCommand.d.ts +3 -0
- package/dist-types/commands/GetServiceProfileCommand.d.ts +3 -0
- package/dist-types/commands/GetWirelessDeviceCommand.d.ts +4 -0
- package/dist-types/commands/GetWirelessDeviceImportTaskCommand.d.ts +82 -0
- package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +3 -0
- package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +3 -0
- package/dist-types/commands/GetWirelessGatewayCommand.d.ts +4 -0
- package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +3 -0
- package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +3 -0
- package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +3 -0
- package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/ListDestinationsCommand.d.ts +4 -0
- package/dist-types/commands/ListDeviceProfilesCommand.d.ts +5 -0
- package/dist-types/commands/ListDevicesForWirelessDeviceImportTaskCommand.d.ts +84 -0
- package/dist-types/commands/ListEventConfigurationsCommand.d.ts +5 -0
- package/dist-types/commands/ListFuotaTasksCommand.d.ts +4 -0
- package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +5 -0
- package/dist-types/commands/ListMulticastGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +4 -0
- package/dist-types/commands/ListPartnerAccountsCommand.d.ts +4 -0
- package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +5 -0
- package/dist-types/commands/ListQueuedMessagesCommand.d.ts +6 -0
- package/dist-types/commands/ListServiceProfilesCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/dist-types/commands/ListWirelessDeviceImportTasksCommand.d.ts +82 -0
- package/dist-types/commands/ListWirelessDevicesCommand.d.ts +12 -1
- package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +6 -1
- package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +5 -1
- package/dist-types/commands/PutPositionConfigurationCommand.d.ts +12 -1
- package/dist-types/commands/PutResourceLogLevelCommand.d.ts +6 -1
- package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +2 -1
- package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +5 -1
- package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +9 -0
- package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +25 -0
- package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +10 -0
- package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +10 -0
- package/dist-types/commands/StartFuotaTaskCommand.d.ts +6 -0
- package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +9 -0
- package/dist-types/commands/StartSingleWirelessDeviceImportTaskCommand.d.ts +92 -0
- package/dist-types/commands/StartWirelessDeviceImportTaskCommand.d.ts +92 -0
- package/dist-types/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/commands/TestWirelessDeviceCommand.d.ts +3 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDestinationCommand.d.ts +7 -0
- package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +27 -0
- package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +13 -0
- package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +27 -0
- package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +9 -0
- package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +7 -0
- package/dist-types/commands/UpdatePositionCommand.d.ts +7 -0
- package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateResourcePositionCommand.d.ts +5 -0
- package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +31 -0
- package/dist-types/commands/UpdateWirelessDeviceImportTaskCommand.d.ts +84 -0
- package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +13 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +392 -286
- package/dist-types/models/models_1.d.ts +438 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +24 -0
- package/dist-types/ts3.4/IoTWireless.d.ts +148 -0
- package/dist-types/ts3.4/IoTWirelessClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/DeleteWirelessDeviceImportTaskCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeregisterWirelessDeviceCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetWirelessDeviceImportTaskCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDevicesForWirelessDeviceImportTaskCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListWirelessDeviceImportTasksCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListWirelessDevicesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWirelessGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutPositionConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutResourceLogLevelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetAllResourceLogLevelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetResourceLogLevelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartSingleWirelessDeviceImportTaskCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartWirelessDeviceImportTaskCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateWirelessDeviceImportTaskCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +135 -87
- package/dist-types/ts3.4/models/models_1.d.ts +131 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
- package/package.json +8 -8
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StartWirelessDeviceImportTaskCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class StartWirelessDeviceImportTaskCommand extends smithy_client_1.Command {
|
|
9
|
+
static getEndpointParameterInstructions() {
|
|
10
|
+
return {
|
|
11
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
12
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
13
|
+
Region: { type: "builtInParams", name: "region" },
|
|
14
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
22
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartWirelessDeviceImportTaskCommand.getEndpointParameterInstructions()));
|
|
24
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
25
|
+
const { logger } = configuration;
|
|
26
|
+
const clientName = "IoTWirelessClient";
|
|
27
|
+
const commandName = "StartWirelessDeviceImportTaskCommand";
|
|
28
|
+
const handlerExecutionContext = {
|
|
29
|
+
logger,
|
|
30
|
+
clientName,
|
|
31
|
+
commandName,
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
};
|
|
35
|
+
const { requestHandler } = configuration;
|
|
36
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
|
+
}
|
|
38
|
+
serialize(input, context) {
|
|
39
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1StartWirelessDeviceImportTaskCommand)(input, context);
|
|
40
|
+
}
|
|
41
|
+
deserialize(output, context) {
|
|
42
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1StartWirelessDeviceImportTaskCommand)(output, context);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
exports.StartWirelessDeviceImportTaskCommand = StartWirelessDeviceImportTaskCommand;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateWirelessDeviceImportTaskCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class UpdateWirelessDeviceImportTaskCommand extends smithy_client_1.Command {
|
|
9
|
+
static getEndpointParameterInstructions() {
|
|
10
|
+
return {
|
|
11
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
12
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
13
|
+
Region: { type: "builtInParams", name: "region" },
|
|
14
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
22
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateWirelessDeviceImportTaskCommand.getEndpointParameterInstructions()));
|
|
24
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
25
|
+
const { logger } = configuration;
|
|
26
|
+
const clientName = "IoTWirelessClient";
|
|
27
|
+
const commandName = "UpdateWirelessDeviceImportTaskCommand";
|
|
28
|
+
const handlerExecutionContext = {
|
|
29
|
+
logger,
|
|
30
|
+
clientName,
|
|
31
|
+
commandName,
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
};
|
|
35
|
+
const { requestHandler } = configuration;
|
|
36
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
|
+
}
|
|
38
|
+
serialize(input, context) {
|
|
39
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateWirelessDeviceImportTaskCommand)(input, context);
|
|
40
|
+
}
|
|
41
|
+
deserialize(output, context) {
|
|
42
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateWirelessDeviceImportTaskCommand)(output, context);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
exports.UpdateWirelessDeviceImportTaskCommand = UpdateWirelessDeviceImportTaskCommand;
|
|
@@ -27,9 +27,11 @@ tslib_1.__exportStar(require("./DeleteNetworkAnalyzerConfigurationCommand"), exp
|
|
|
27
27
|
tslib_1.__exportStar(require("./DeleteQueuedMessagesCommand"), exports);
|
|
28
28
|
tslib_1.__exportStar(require("./DeleteServiceProfileCommand"), exports);
|
|
29
29
|
tslib_1.__exportStar(require("./DeleteWirelessDeviceCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./DeleteWirelessDeviceImportTaskCommand"), exports);
|
|
30
31
|
tslib_1.__exportStar(require("./DeleteWirelessGatewayCommand"), exports);
|
|
31
32
|
tslib_1.__exportStar(require("./DeleteWirelessGatewayTaskCommand"), exports);
|
|
32
33
|
tslib_1.__exportStar(require("./DeleteWirelessGatewayTaskDefinitionCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./DeregisterWirelessDeviceCommand"), exports);
|
|
33
35
|
tslib_1.__exportStar(require("./DisassociateAwsAccountFromPartnerAccountCommand"), exports);
|
|
34
36
|
tslib_1.__exportStar(require("./DisassociateMulticastGroupFromFuotaTaskCommand"), exports);
|
|
35
37
|
tslib_1.__exportStar(require("./DisassociateWirelessDeviceFromFuotaTaskCommand"), exports);
|
|
@@ -55,6 +57,7 @@ tslib_1.__exportStar(require("./GetResourcePositionCommand"), exports);
|
|
|
55
57
|
tslib_1.__exportStar(require("./GetServiceEndpointCommand"), exports);
|
|
56
58
|
tslib_1.__exportStar(require("./GetServiceProfileCommand"), exports);
|
|
57
59
|
tslib_1.__exportStar(require("./GetWirelessDeviceCommand"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./GetWirelessDeviceImportTaskCommand"), exports);
|
|
58
61
|
tslib_1.__exportStar(require("./GetWirelessDeviceStatisticsCommand"), exports);
|
|
59
62
|
tslib_1.__exportStar(require("./GetWirelessGatewayCertificateCommand"), exports);
|
|
60
63
|
tslib_1.__exportStar(require("./GetWirelessGatewayCommand"), exports);
|
|
@@ -64,6 +67,7 @@ tslib_1.__exportStar(require("./GetWirelessGatewayTaskCommand"), exports);
|
|
|
64
67
|
tslib_1.__exportStar(require("./GetWirelessGatewayTaskDefinitionCommand"), exports);
|
|
65
68
|
tslib_1.__exportStar(require("./ListDestinationsCommand"), exports);
|
|
66
69
|
tslib_1.__exportStar(require("./ListDeviceProfilesCommand"), exports);
|
|
70
|
+
tslib_1.__exportStar(require("./ListDevicesForWirelessDeviceImportTaskCommand"), exports);
|
|
67
71
|
tslib_1.__exportStar(require("./ListEventConfigurationsCommand"), exports);
|
|
68
72
|
tslib_1.__exportStar(require("./ListFuotaTasksCommand"), exports);
|
|
69
73
|
tslib_1.__exportStar(require("./ListMulticastGroupsByFuotaTaskCommand"), exports);
|
|
@@ -74,6 +78,7 @@ tslib_1.__exportStar(require("./ListPositionConfigurationsCommand"), exports);
|
|
|
74
78
|
tslib_1.__exportStar(require("./ListQueuedMessagesCommand"), exports);
|
|
75
79
|
tslib_1.__exportStar(require("./ListServiceProfilesCommand"), exports);
|
|
76
80
|
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
81
|
+
tslib_1.__exportStar(require("./ListWirelessDeviceImportTasksCommand"), exports);
|
|
77
82
|
tslib_1.__exportStar(require("./ListWirelessDevicesCommand"), exports);
|
|
78
83
|
tslib_1.__exportStar(require("./ListWirelessGatewayTaskDefinitionsCommand"), exports);
|
|
79
84
|
tslib_1.__exportStar(require("./ListWirelessGatewaysCommand"), exports);
|
|
@@ -87,6 +92,8 @@ tslib_1.__exportStar(require("./StartBulkAssociateWirelessDeviceWithMulticastGro
|
|
|
87
92
|
tslib_1.__exportStar(require("./StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand"), exports);
|
|
88
93
|
tslib_1.__exportStar(require("./StartFuotaTaskCommand"), exports);
|
|
89
94
|
tslib_1.__exportStar(require("./StartMulticastGroupSessionCommand"), exports);
|
|
95
|
+
tslib_1.__exportStar(require("./StartSingleWirelessDeviceImportTaskCommand"), exports);
|
|
96
|
+
tslib_1.__exportStar(require("./StartWirelessDeviceImportTaskCommand"), exports);
|
|
90
97
|
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
91
98
|
tslib_1.__exportStar(require("./TestWirelessDeviceCommand"), exports);
|
|
92
99
|
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
@@ -101,4 +108,5 @@ tslib_1.__exportStar(require("./UpdatePositionCommand"), exports);
|
|
|
101
108
|
tslib_1.__exportStar(require("./UpdateResourceEventConfigurationCommand"), exports);
|
|
102
109
|
tslib_1.__exportStar(require("./UpdateResourcePositionCommand"), exports);
|
|
103
110
|
tslib_1.__exportStar(require("./UpdateWirelessDeviceCommand"), exports);
|
|
111
|
+
tslib_1.__exportStar(require("./UpdateWirelessDeviceImportTaskCommand"), exports);
|
|
104
112
|
tslib_1.__exportStar(require("./UpdateWirelessGatewayCommand"), exports);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
5
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://api.iotwireless-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://api.iotwireless-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://api.iotwireless.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://api.iotwireless.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.GetPartnerAccountResponseFilterSensitiveLog = exports.SidewalkAccountInfoWithFingerprintFilterSensitiveLog = exports.GetDeviceProfileResponseFilterSensitiveLog = exports.SidewalkGetDeviceProfileFilterSensitiveLog = exports.AssociateAwsAccountWithPartnerAccountResponseFilterSensitiveLog = exports.AssociateAwsAccountWithPartnerAccountRequestFilterSensitiveLog = exports.SidewalkAccountInfoFilterSensitiveLog = exports.OnboardStatus = exports.WirelessGatewayIdType = exports.ImportTaskStatus = exports.WirelessDeviceSidewalkStatus = exports.WirelessDeviceIdType = exports.WirelessGatewayServiceType = exports.PositionConfigurationStatus = exports.PositionConfigurationFec = exports.PositionSolverType = exports.PositionSolverProvider = exports.PositionResourceType = exports.WirelessGatewayType = exports.WirelessGatewayEvent = exports.WirelessDeviceEvent = exports.FuotaTaskStatus = exports.FuotaDeviceStatus = exports.EventNotificationResourceType = exports.EventNotificationPartnerType = exports.IdentifierType = exports.Event = exports.DownlinkMode = exports.PartnerType = exports.DeviceState = exports.DeviceProfileType = exports.WirelessGatewayTaskStatus = exports.WirelessDeviceType = exports.PositioningConfigStatus = exports.WirelessDeviceFrameInfo = exports.LogLevel = exports.DlClass = exports.SupportedRfRegion = exports.ExpressionType = exports.EventNotificationTopicStatus = exports.ConnectionStatus = exports.SigningAlg = exports.BatteryLevel = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.ApplicationConfigType = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.ListPartnerAccountsResponseFilterSensitiveLog = void 0;
|
|
4
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
6
|
const IoTWirelessServiceException_1 = require("./IoTWirelessServiceException");
|
|
6
7
|
class AccessDeniedException extends IoTWirelessServiceException_1.IoTWirelessServiceException {
|
|
@@ -124,8 +125,17 @@ var ExpressionType;
|
|
|
124
125
|
var SupportedRfRegion;
|
|
125
126
|
(function (SupportedRfRegion) {
|
|
126
127
|
SupportedRfRegion["AS923_1"] = "AS923-1";
|
|
128
|
+
SupportedRfRegion["AS923_2"] = "AS923-2";
|
|
129
|
+
SupportedRfRegion["AS923_3"] = "AS923-3";
|
|
130
|
+
SupportedRfRegion["AS923_4"] = "AS923-4";
|
|
127
131
|
SupportedRfRegion["AU915"] = "AU915";
|
|
132
|
+
SupportedRfRegion["CN470"] = "CN470";
|
|
133
|
+
SupportedRfRegion["CN779"] = "CN779";
|
|
134
|
+
SupportedRfRegion["EU433"] = "EU433";
|
|
128
135
|
SupportedRfRegion["EU868"] = "EU868";
|
|
136
|
+
SupportedRfRegion["IN865"] = "IN865";
|
|
137
|
+
SupportedRfRegion["KR920"] = "KR920";
|
|
138
|
+
SupportedRfRegion["RU864"] = "RU864";
|
|
129
139
|
SupportedRfRegion["US915"] = "US915";
|
|
130
140
|
})(SupportedRfRegion = exports.SupportedRfRegion || (exports.SupportedRfRegion = {}));
|
|
131
141
|
var DlClass;
|
|
@@ -163,6 +173,11 @@ var WirelessGatewayTaskStatus;
|
|
|
163
173
|
WirelessGatewayTaskStatus["PENDING"] = "PENDING";
|
|
164
174
|
WirelessGatewayTaskStatus["SECOND_RETRY"] = "SECOND_RETRY";
|
|
165
175
|
})(WirelessGatewayTaskStatus = exports.WirelessGatewayTaskStatus || (exports.WirelessGatewayTaskStatus = {}));
|
|
176
|
+
var DeviceProfileType;
|
|
177
|
+
(function (DeviceProfileType) {
|
|
178
|
+
DeviceProfileType["LoRaWAN"] = "LoRaWAN";
|
|
179
|
+
DeviceProfileType["Sidewalk"] = "Sidewalk";
|
|
180
|
+
})(DeviceProfileType = exports.DeviceProfileType || (exports.DeviceProfileType = {}));
|
|
166
181
|
var DeviceState;
|
|
167
182
|
(function (DeviceState) {
|
|
168
183
|
DeviceState["PROVISIONED"] = "Provisioned";
|
|
@@ -280,16 +295,35 @@ var WirelessDeviceIdType;
|
|
|
280
295
|
WirelessDeviceIdType["ThingName"] = "ThingName";
|
|
281
296
|
WirelessDeviceIdType["WirelessDeviceId"] = "WirelessDeviceId";
|
|
282
297
|
})(WirelessDeviceIdType = exports.WirelessDeviceIdType || (exports.WirelessDeviceIdType = {}));
|
|
298
|
+
var WirelessDeviceSidewalkStatus;
|
|
299
|
+
(function (WirelessDeviceSidewalkStatus) {
|
|
300
|
+
WirelessDeviceSidewalkStatus["ACTIVATED"] = "ACTIVATED";
|
|
301
|
+
WirelessDeviceSidewalkStatus["PROVISIONED"] = "PROVISIONED";
|
|
302
|
+
WirelessDeviceSidewalkStatus["REGISTERED"] = "REGISTERED";
|
|
303
|
+
WirelessDeviceSidewalkStatus["UNKNOWN"] = "UNKNOWN";
|
|
304
|
+
})(WirelessDeviceSidewalkStatus = exports.WirelessDeviceSidewalkStatus || (exports.WirelessDeviceSidewalkStatus = {}));
|
|
305
|
+
var ImportTaskStatus;
|
|
306
|
+
(function (ImportTaskStatus) {
|
|
307
|
+
ImportTaskStatus["COMPLETE"] = "COMPLETE";
|
|
308
|
+
ImportTaskStatus["DELETING"] = "DELETING";
|
|
309
|
+
ImportTaskStatus["FAILED"] = "FAILED";
|
|
310
|
+
ImportTaskStatus["INITIALIZED"] = "INITIALIZED";
|
|
311
|
+
ImportTaskStatus["INITIALIZING"] = "INITIALIZING";
|
|
312
|
+
ImportTaskStatus["PENDING"] = "PENDING";
|
|
313
|
+
})(ImportTaskStatus = exports.ImportTaskStatus || (exports.ImportTaskStatus = {}));
|
|
283
314
|
var WirelessGatewayIdType;
|
|
284
315
|
(function (WirelessGatewayIdType) {
|
|
285
316
|
WirelessGatewayIdType["GatewayEui"] = "GatewayEui";
|
|
286
317
|
WirelessGatewayIdType["ThingName"] = "ThingName";
|
|
287
318
|
WirelessGatewayIdType["WirelessGatewayId"] = "WirelessGatewayId";
|
|
288
319
|
})(WirelessGatewayIdType = exports.WirelessGatewayIdType || (exports.WirelessGatewayIdType = {}));
|
|
289
|
-
var
|
|
290
|
-
(function (
|
|
291
|
-
|
|
292
|
-
|
|
320
|
+
var OnboardStatus;
|
|
321
|
+
(function (OnboardStatus) {
|
|
322
|
+
OnboardStatus["FAILED"] = "FAILED";
|
|
323
|
+
OnboardStatus["INITIALIZED"] = "INITIALIZED";
|
|
324
|
+
OnboardStatus["ONBOARDED"] = "ONBOARDED";
|
|
325
|
+
OnboardStatus["PENDING"] = "PENDING";
|
|
326
|
+
})(OnboardStatus = exports.OnboardStatus || (exports.OnboardStatus = {}));
|
|
293
327
|
const SidewalkAccountInfoFilterSensitiveLog = (obj) => ({
|
|
294
328
|
...obj,
|
|
295
329
|
...(obj.AppServerPrivateKey && { AppServerPrivateKey: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -305,6 +339,16 @@ const AssociateAwsAccountWithPartnerAccountResponseFilterSensitiveLog = (obj) =>
|
|
|
305
339
|
...(obj.Sidewalk && { Sidewalk: (0, exports.SidewalkAccountInfoFilterSensitiveLog)(obj.Sidewalk) }),
|
|
306
340
|
});
|
|
307
341
|
exports.AssociateAwsAccountWithPartnerAccountResponseFilterSensitiveLog = AssociateAwsAccountWithPartnerAccountResponseFilterSensitiveLog;
|
|
342
|
+
const SidewalkGetDeviceProfileFilterSensitiveLog = (obj) => ({
|
|
343
|
+
...obj,
|
|
344
|
+
...(obj.ApplicationServerPublicKey && { ApplicationServerPublicKey: smithy_client_1.SENSITIVE_STRING }),
|
|
345
|
+
});
|
|
346
|
+
exports.SidewalkGetDeviceProfileFilterSensitiveLog = SidewalkGetDeviceProfileFilterSensitiveLog;
|
|
347
|
+
const GetDeviceProfileResponseFilterSensitiveLog = (obj) => ({
|
|
348
|
+
...obj,
|
|
349
|
+
...(obj.Sidewalk && { Sidewalk: (0, exports.SidewalkGetDeviceProfileFilterSensitiveLog)(obj.Sidewalk) }),
|
|
350
|
+
});
|
|
351
|
+
exports.GetDeviceProfileResponseFilterSensitiveLog = GetDeviceProfileResponseFilterSensitiveLog;
|
|
308
352
|
const SidewalkAccountInfoWithFingerprintFilterSensitiveLog = (obj) => ({
|
|
309
353
|
...obj,
|
|
310
354
|
...(obj.Fingerprint && { Fingerprint: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdatePartnerAccountRequestFilterSensitiveLog = exports.SidewalkUpdateAccountFilterSensitiveLog = exports.TooManyTagsException = exports.MessageType = void 0;
|
|
3
|
+
exports.UpdatePartnerAccountRequestFilterSensitiveLog = exports.SidewalkUpdateAccountFilterSensitiveLog = exports.TooManyTagsException = exports.MessageType = exports.WirelessGatewayTaskDefinitionType = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
5
|
const IoTWirelessServiceException_1 = require("./IoTWirelessServiceException");
|
|
6
|
+
var WirelessGatewayTaskDefinitionType;
|
|
7
|
+
(function (WirelessGatewayTaskDefinitionType) {
|
|
8
|
+
WirelessGatewayTaskDefinitionType["UPDATE"] = "UPDATE";
|
|
9
|
+
})(WirelessGatewayTaskDefinitionType = exports.WirelessGatewayTaskDefinitionType || (exports.WirelessGatewayTaskDefinitionType = {}));
|
|
6
10
|
var MessageType;
|
|
7
11
|
(function (MessageType) {
|
|
8
12
|
MessageType["CUSTOM_COMMAND_ID_GET"] = "CUSTOM_COMMAND_ID_GET";
|