@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
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ResetAllResourceLogLevelsRequest,
|
|
16
16
|
ResetAllResourceLogLevelsResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface ResetAllResourceLogLevelsCommandInput
|
|
19
19
|
extends ResetAllResourceLogLevelsRequest {}
|
|
20
20
|
export interface ResetAllResourceLogLevelsCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ResetResourceLogLevelRequest,
|
|
16
16
|
ResetResourceLogLevelResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface ResetResourceLogLevelCommandInput
|
|
19
19
|
extends ResetResourceLogLevelRequest {}
|
|
20
20
|
export interface ResetResourceLogLevelCommandOutput
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
IoTWirelessClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../IoTWirelessClient";
|
|
14
|
+
import {
|
|
15
|
+
StartSingleWirelessDeviceImportTaskRequest,
|
|
16
|
+
StartSingleWirelessDeviceImportTaskResponse,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export interface StartSingleWirelessDeviceImportTaskCommandInput
|
|
19
|
+
extends StartSingleWirelessDeviceImportTaskRequest {}
|
|
20
|
+
export interface StartSingleWirelessDeviceImportTaskCommandOutput
|
|
21
|
+
extends StartSingleWirelessDeviceImportTaskResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class StartSingleWirelessDeviceImportTaskCommand extends $Command<
|
|
24
|
+
StartSingleWirelessDeviceImportTaskCommandInput,
|
|
25
|
+
StartSingleWirelessDeviceImportTaskCommandOutput,
|
|
26
|
+
IoTWirelessClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: StartSingleWirelessDeviceImportTaskCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: StartSingleWirelessDeviceImportTaskCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTWirelessClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
StartSingleWirelessDeviceImportTaskCommandInput,
|
|
37
|
+
StartSingleWirelessDeviceImportTaskCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
IoTWirelessClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../IoTWirelessClient";
|
|
14
|
+
import {
|
|
15
|
+
StartWirelessDeviceImportTaskRequest,
|
|
16
|
+
StartWirelessDeviceImportTaskResponse,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export interface StartWirelessDeviceImportTaskCommandInput
|
|
19
|
+
extends StartWirelessDeviceImportTaskRequest {}
|
|
20
|
+
export interface StartWirelessDeviceImportTaskCommandOutput
|
|
21
|
+
extends StartWirelessDeviceImportTaskResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class StartWirelessDeviceImportTaskCommand extends $Command<
|
|
24
|
+
StartWirelessDeviceImportTaskCommandInput,
|
|
25
|
+
StartWirelessDeviceImportTaskCommandOutput,
|
|
26
|
+
IoTWirelessClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: StartWirelessDeviceImportTaskCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: StartWirelessDeviceImportTaskCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTWirelessClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
StartWirelessDeviceImportTaskCommandInput,
|
|
37
|
+
StartWirelessDeviceImportTaskCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
IoTWirelessClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../IoTWirelessClient";
|
|
14
|
+
import {
|
|
15
|
+
UpdateWirelessDeviceImportTaskRequest,
|
|
16
|
+
UpdateWirelessDeviceImportTaskResponse,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export interface UpdateWirelessDeviceImportTaskCommandInput
|
|
19
|
+
extends UpdateWirelessDeviceImportTaskRequest {}
|
|
20
|
+
export interface UpdateWirelessDeviceImportTaskCommandOutput
|
|
21
|
+
extends UpdateWirelessDeviceImportTaskResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class UpdateWirelessDeviceImportTaskCommand extends $Command<
|
|
24
|
+
UpdateWirelessDeviceImportTaskCommandInput,
|
|
25
|
+
UpdateWirelessDeviceImportTaskCommandOutput,
|
|
26
|
+
IoTWirelessClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateWirelessDeviceImportTaskCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: UpdateWirelessDeviceImportTaskCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTWirelessClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateWirelessDeviceImportTaskCommandInput,
|
|
37
|
+
UpdateWirelessDeviceImportTaskCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -24,9 +24,11 @@ export * from "./DeleteNetworkAnalyzerConfigurationCommand";
|
|
|
24
24
|
export * from "./DeleteQueuedMessagesCommand";
|
|
25
25
|
export * from "./DeleteServiceProfileCommand";
|
|
26
26
|
export * from "./DeleteWirelessDeviceCommand";
|
|
27
|
+
export * from "./DeleteWirelessDeviceImportTaskCommand";
|
|
27
28
|
export * from "./DeleteWirelessGatewayCommand";
|
|
28
29
|
export * from "./DeleteWirelessGatewayTaskCommand";
|
|
29
30
|
export * from "./DeleteWirelessGatewayTaskDefinitionCommand";
|
|
31
|
+
export * from "./DeregisterWirelessDeviceCommand";
|
|
30
32
|
export * from "./DisassociateAwsAccountFromPartnerAccountCommand";
|
|
31
33
|
export * from "./DisassociateMulticastGroupFromFuotaTaskCommand";
|
|
32
34
|
export * from "./DisassociateWirelessDeviceFromFuotaTaskCommand";
|
|
@@ -52,6 +54,7 @@ export * from "./GetResourcePositionCommand";
|
|
|
52
54
|
export * from "./GetServiceEndpointCommand";
|
|
53
55
|
export * from "./GetServiceProfileCommand";
|
|
54
56
|
export * from "./GetWirelessDeviceCommand";
|
|
57
|
+
export * from "./GetWirelessDeviceImportTaskCommand";
|
|
55
58
|
export * from "./GetWirelessDeviceStatisticsCommand";
|
|
56
59
|
export * from "./GetWirelessGatewayCertificateCommand";
|
|
57
60
|
export * from "./GetWirelessGatewayCommand";
|
|
@@ -61,6 +64,7 @@ export * from "./GetWirelessGatewayTaskCommand";
|
|
|
61
64
|
export * from "./GetWirelessGatewayTaskDefinitionCommand";
|
|
62
65
|
export * from "./ListDestinationsCommand";
|
|
63
66
|
export * from "./ListDeviceProfilesCommand";
|
|
67
|
+
export * from "./ListDevicesForWirelessDeviceImportTaskCommand";
|
|
64
68
|
export * from "./ListEventConfigurationsCommand";
|
|
65
69
|
export * from "./ListFuotaTasksCommand";
|
|
66
70
|
export * from "./ListMulticastGroupsByFuotaTaskCommand";
|
|
@@ -71,6 +75,7 @@ export * from "./ListPositionConfigurationsCommand";
|
|
|
71
75
|
export * from "./ListQueuedMessagesCommand";
|
|
72
76
|
export * from "./ListServiceProfilesCommand";
|
|
73
77
|
export * from "./ListTagsForResourceCommand";
|
|
78
|
+
export * from "./ListWirelessDeviceImportTasksCommand";
|
|
74
79
|
export * from "./ListWirelessDevicesCommand";
|
|
75
80
|
export * from "./ListWirelessGatewayTaskDefinitionsCommand";
|
|
76
81
|
export * from "./ListWirelessGatewaysCommand";
|
|
@@ -84,6 +89,8 @@ export * from "./StartBulkAssociateWirelessDeviceWithMulticastGroupCommand";
|
|
|
84
89
|
export * from "./StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand";
|
|
85
90
|
export * from "./StartFuotaTaskCommand";
|
|
86
91
|
export * from "./StartMulticastGroupSessionCommand";
|
|
92
|
+
export * from "./StartSingleWirelessDeviceImportTaskCommand";
|
|
93
|
+
export * from "./StartWirelessDeviceImportTaskCommand";
|
|
87
94
|
export * from "./TagResourceCommand";
|
|
88
95
|
export * from "./TestWirelessDeviceCommand";
|
|
89
96
|
export * from "./UntagResourceCommand";
|
|
@@ -98,4 +105,5 @@ export * from "./UpdatePositionCommand";
|
|
|
98
105
|
export * from "./UpdateResourceEventConfigurationCommand";
|
|
99
106
|
export * from "./UpdateResourcePositionCommand";
|
|
100
107
|
export * from "./UpdateWirelessDeviceCommand";
|
|
108
|
+
export * from "./UpdateWirelessDeviceImportTaskCommand";
|
|
101
109
|
export * from "./UpdateWirelessGatewayCommand";
|
|
@@ -329,11 +329,13 @@ export interface LoRaWANDeviceProfile {
|
|
|
329
329
|
SupportsJoin?: boolean;
|
|
330
330
|
Supports32BitFCnt?: boolean;
|
|
331
331
|
}
|
|
332
|
+
export interface SidewalkCreateDeviceProfile {}
|
|
332
333
|
export interface CreateDeviceProfileRequest {
|
|
333
334
|
Name?: string;
|
|
334
335
|
LoRaWAN?: LoRaWANDeviceProfile;
|
|
335
336
|
Tags?: Tag[];
|
|
336
337
|
ClientRequestToken?: string;
|
|
338
|
+
Sidewalk?: SidewalkCreateDeviceProfile;
|
|
337
339
|
}
|
|
338
340
|
export interface CreateDeviceProfileResponse {
|
|
339
341
|
Arn?: string;
|
|
@@ -341,8 +343,17 @@ export interface CreateDeviceProfileResponse {
|
|
|
341
343
|
}
|
|
342
344
|
export declare enum SupportedRfRegion {
|
|
343
345
|
AS923_1 = "AS923-1",
|
|
346
|
+
AS923_2 = "AS923-2",
|
|
347
|
+
AS923_3 = "AS923-3",
|
|
348
|
+
AS923_4 = "AS923-4",
|
|
344
349
|
AU915 = "AU915",
|
|
350
|
+
CN470 = "CN470",
|
|
351
|
+
CN779 = "CN779",
|
|
352
|
+
EU433 = "EU433",
|
|
345
353
|
EU868 = "EU868",
|
|
354
|
+
IN865 = "IN865",
|
|
355
|
+
KR920 = "KR920",
|
|
356
|
+
RU864 = "RU864",
|
|
346
357
|
US915 = "US915",
|
|
347
358
|
}
|
|
348
359
|
export interface LoRaWANFuotaTask {
|
|
@@ -460,6 +471,9 @@ export declare enum PositioningConfigStatus {
|
|
|
460
471
|
Disabled = "Disabled",
|
|
461
472
|
Enabled = "Enabled",
|
|
462
473
|
}
|
|
474
|
+
export interface SidewalkCreateWirelessDevice {
|
|
475
|
+
DeviceProfileId?: string;
|
|
476
|
+
}
|
|
463
477
|
export declare enum WirelessDeviceType {
|
|
464
478
|
LoRaWAN = "LoRaWAN",
|
|
465
479
|
Sidewalk = "Sidewalk",
|
|
@@ -473,6 +487,7 @@ export interface CreateWirelessDeviceRequest {
|
|
|
473
487
|
LoRaWAN?: LoRaWANDevice;
|
|
474
488
|
Tags?: Tag[];
|
|
475
489
|
Positioning?: PositioningConfigStatus | string;
|
|
490
|
+
Sidewalk?: SidewalkCreateWirelessDevice;
|
|
476
491
|
}
|
|
477
492
|
export interface CreateWirelessDeviceResponse {
|
|
478
493
|
Arn?: string;
|
|
@@ -540,6 +555,13 @@ export interface CreateWirelessGatewayTaskDefinitionResponse {
|
|
|
540
555
|
Id?: string;
|
|
541
556
|
Arn?: string;
|
|
542
557
|
}
|
|
558
|
+
export interface DakCertificateMetadata {
|
|
559
|
+
CertificateId: string | undefined;
|
|
560
|
+
MaxAllowedSignature?: number;
|
|
561
|
+
FactorySupport?: boolean;
|
|
562
|
+
ApId?: string;
|
|
563
|
+
DeviceTypeId?: string;
|
|
564
|
+
}
|
|
543
565
|
export interface DeleteDestinationRequest {
|
|
544
566
|
Name: string | undefined;
|
|
545
567
|
}
|
|
@@ -574,6 +596,10 @@ export interface DeleteWirelessDeviceRequest {
|
|
|
574
596
|
Id: string | undefined;
|
|
575
597
|
}
|
|
576
598
|
export interface DeleteWirelessDeviceResponse {}
|
|
599
|
+
export interface DeleteWirelessDeviceImportTaskRequest {
|
|
600
|
+
Id: string | undefined;
|
|
601
|
+
}
|
|
602
|
+
export interface DeleteWirelessDeviceImportTaskResponse {}
|
|
577
603
|
export interface DeleteWirelessGatewayRequest {
|
|
578
604
|
Id: string | undefined;
|
|
579
605
|
}
|
|
@@ -586,6 +612,11 @@ export interface DeleteWirelessGatewayTaskDefinitionRequest {
|
|
|
586
612
|
Id: string | undefined;
|
|
587
613
|
}
|
|
588
614
|
export interface DeleteWirelessGatewayTaskDefinitionResponse {}
|
|
615
|
+
export interface DeregisterWirelessDeviceRequest {
|
|
616
|
+
Identifier: string | undefined;
|
|
617
|
+
WirelessDeviceType?: WirelessDeviceType | string;
|
|
618
|
+
}
|
|
619
|
+
export interface DeregisterWirelessDeviceResponse {}
|
|
589
620
|
export interface Destinations {
|
|
590
621
|
Arn?: string;
|
|
591
622
|
Name?: string;
|
|
@@ -599,6 +630,10 @@ export interface DeviceProfile {
|
|
|
599
630
|
Name?: string;
|
|
600
631
|
Id?: string;
|
|
601
632
|
}
|
|
633
|
+
export declare enum DeviceProfileType {
|
|
634
|
+
LoRaWAN = "LoRaWAN",
|
|
635
|
+
Sidewalk = "Sidewalk",
|
|
636
|
+
}
|
|
602
637
|
export interface SidewalkEventNotificationConfigurations {
|
|
603
638
|
AmazonIdEventTopic?: EventNotificationTopicStatus | string;
|
|
604
639
|
}
|
|
@@ -766,11 +801,17 @@ export interface GetDestinationResponse {
|
|
|
766
801
|
export interface GetDeviceProfileRequest {
|
|
767
802
|
Id: string | undefined;
|
|
768
803
|
}
|
|
804
|
+
export interface SidewalkGetDeviceProfile {
|
|
805
|
+
ApplicationServerPublicKey?: string;
|
|
806
|
+
QualificationStatus?: boolean;
|
|
807
|
+
DakCertificateMetadata?: DakCertificateMetadata[];
|
|
808
|
+
}
|
|
769
809
|
export interface GetDeviceProfileResponse {
|
|
770
810
|
Arn?: string;
|
|
771
811
|
Name?: string;
|
|
772
812
|
Id?: string;
|
|
773
813
|
LoRaWAN?: LoRaWANDeviceProfile;
|
|
814
|
+
Sidewalk?: SidewalkGetDeviceProfile;
|
|
774
815
|
}
|
|
775
816
|
export interface GetEventConfigurationByResourceTypesRequest {}
|
|
776
817
|
export interface LoRaWANJoinResourceTypeEventConfiguration {
|
|
@@ -1055,11 +1096,21 @@ export interface GetWirelessDeviceRequest {
|
|
|
1055
1096
|
Identifier: string | undefined;
|
|
1056
1097
|
IdentifierType: WirelessDeviceIdType | string | undefined;
|
|
1057
1098
|
}
|
|
1099
|
+
export declare enum WirelessDeviceSidewalkStatus {
|
|
1100
|
+
ACTIVATED = "ACTIVATED",
|
|
1101
|
+
PROVISIONED = "PROVISIONED",
|
|
1102
|
+
REGISTERED = "REGISTERED",
|
|
1103
|
+
UNKNOWN = "UNKNOWN",
|
|
1104
|
+
}
|
|
1058
1105
|
export interface SidewalkDevice {
|
|
1059
1106
|
AmazonId?: string;
|
|
1060
1107
|
SidewalkId?: string;
|
|
1061
1108
|
SidewalkManufacturingSn?: string;
|
|
1062
1109
|
DeviceCertificates?: CertificateList[];
|
|
1110
|
+
PrivateKeys?: CertificateList[];
|
|
1111
|
+
DeviceProfileId?: string;
|
|
1112
|
+
CertificateId?: string;
|
|
1113
|
+
Status?: WirelessDeviceSidewalkStatus | string;
|
|
1063
1114
|
}
|
|
1064
1115
|
export interface GetWirelessDeviceResponse {
|
|
1065
1116
|
Type?: WirelessDeviceType | string;
|
|
@@ -1074,6 +1125,34 @@ export interface GetWirelessDeviceResponse {
|
|
|
1074
1125
|
Sidewalk?: SidewalkDevice;
|
|
1075
1126
|
Positioning?: PositioningConfigStatus | string;
|
|
1076
1127
|
}
|
|
1128
|
+
export interface GetWirelessDeviceImportTaskRequest {
|
|
1129
|
+
Id: string | undefined;
|
|
1130
|
+
}
|
|
1131
|
+
export interface SidewalkGetStartImportInfo {
|
|
1132
|
+
DeviceCreationFileList?: string[];
|
|
1133
|
+
Role?: string;
|
|
1134
|
+
}
|
|
1135
|
+
export declare enum ImportTaskStatus {
|
|
1136
|
+
COMPLETE = "COMPLETE",
|
|
1137
|
+
DELETING = "DELETING",
|
|
1138
|
+
FAILED = "FAILED",
|
|
1139
|
+
INITIALIZED = "INITIALIZED",
|
|
1140
|
+
INITIALIZING = "INITIALIZING",
|
|
1141
|
+
PENDING = "PENDING",
|
|
1142
|
+
}
|
|
1143
|
+
export interface GetWirelessDeviceImportTaskResponse {
|
|
1144
|
+
Id?: string;
|
|
1145
|
+
Arn?: string;
|
|
1146
|
+
DestinationName?: string;
|
|
1147
|
+
Sidewalk?: SidewalkGetStartImportInfo;
|
|
1148
|
+
CreationTime?: Date;
|
|
1149
|
+
Status?: ImportTaskStatus | string;
|
|
1150
|
+
StatusReason?: string;
|
|
1151
|
+
InitializedImportedDeviceCount?: number;
|
|
1152
|
+
PendingImportedDeviceCount?: number;
|
|
1153
|
+
OnboardedImportedDeviceCount?: number;
|
|
1154
|
+
FailedImportedDeviceCount?: number;
|
|
1155
|
+
}
|
|
1077
1156
|
export interface GetWirelessDeviceStatisticsRequest {
|
|
1078
1157
|
WirelessDeviceId: string | undefined;
|
|
1079
1158
|
}
|
|
@@ -1163,6 +1242,21 @@ export interface GetWirelessGatewayTaskDefinitionResponse {
|
|
|
1163
1242
|
Update?: UpdateWirelessGatewayTaskCreate;
|
|
1164
1243
|
Arn?: string;
|
|
1165
1244
|
}
|
|
1245
|
+
export declare enum OnboardStatus {
|
|
1246
|
+
FAILED = "FAILED",
|
|
1247
|
+
INITIALIZED = "INITIALIZED",
|
|
1248
|
+
ONBOARDED = "ONBOARDED",
|
|
1249
|
+
PENDING = "PENDING",
|
|
1250
|
+
}
|
|
1251
|
+
export interface ImportedSidewalkDevice {
|
|
1252
|
+
SidewalkManufacturingSn?: string;
|
|
1253
|
+
OnboardingStatus?: OnboardStatus | string;
|
|
1254
|
+
OnboardingStatusReason?: string;
|
|
1255
|
+
LastUpdateTime?: Date;
|
|
1256
|
+
}
|
|
1257
|
+
export interface ImportedWirelessDevice {
|
|
1258
|
+
Sidewalk?: ImportedSidewalkDevice;
|
|
1259
|
+
}
|
|
1166
1260
|
export interface ListDestinationsRequest {
|
|
1167
1261
|
MaxResults?: number;
|
|
1168
1262
|
NextToken?: string;
|
|
@@ -1174,11 +1268,23 @@ export interface ListDestinationsResponse {
|
|
|
1174
1268
|
export interface ListDeviceProfilesRequest {
|
|
1175
1269
|
NextToken?: string;
|
|
1176
1270
|
MaxResults?: number;
|
|
1271
|
+
DeviceProfileType?: DeviceProfileType | string;
|
|
1177
1272
|
}
|
|
1178
1273
|
export interface ListDeviceProfilesResponse {
|
|
1179
1274
|
NextToken?: string;
|
|
1180
1275
|
DeviceProfileList?: DeviceProfile[];
|
|
1181
1276
|
}
|
|
1277
|
+
export interface ListDevicesForWirelessDeviceImportTaskRequest {
|
|
1278
|
+
Id: string | undefined;
|
|
1279
|
+
MaxResults?: number;
|
|
1280
|
+
NextToken?: string;
|
|
1281
|
+
Status?: OnboardStatus | string;
|
|
1282
|
+
}
|
|
1283
|
+
export interface ListDevicesForWirelessDeviceImportTaskResponse {
|
|
1284
|
+
NextToken?: string;
|
|
1285
|
+
DestinationName?: string;
|
|
1286
|
+
ImportedWirelessDeviceList?: ImportedWirelessDevice[];
|
|
1287
|
+
}
|
|
1182
1288
|
export interface ListEventConfigurationsRequest {
|
|
1183
1289
|
ResourceType: EventNotificationResourceType | string | undefined;
|
|
1184
1290
|
MaxResults?: number;
|
|
@@ -1285,6 +1391,27 @@ export interface ListTagsForResourceRequest {
|
|
|
1285
1391
|
export interface ListTagsForResourceResponse {
|
|
1286
1392
|
Tags?: Tag[];
|
|
1287
1393
|
}
|
|
1394
|
+
export interface ListWirelessDeviceImportTasksRequest {
|
|
1395
|
+
MaxResults?: number;
|
|
1396
|
+
NextToken?: string;
|
|
1397
|
+
}
|
|
1398
|
+
export interface WirelessDeviceImportTask {
|
|
1399
|
+
Id?: string;
|
|
1400
|
+
Arn?: string;
|
|
1401
|
+
DestinationName?: string;
|
|
1402
|
+
Sidewalk?: SidewalkGetStartImportInfo;
|
|
1403
|
+
CreationTime?: Date;
|
|
1404
|
+
Status?: ImportTaskStatus | string;
|
|
1405
|
+
StatusReason?: string;
|
|
1406
|
+
InitializedImportedDeviceCount?: number;
|
|
1407
|
+
PendingImportedDeviceCount?: number;
|
|
1408
|
+
OnboardedImportedDeviceCount?: number;
|
|
1409
|
+
FailedImportedDeviceCount?: number;
|
|
1410
|
+
}
|
|
1411
|
+
export interface ListWirelessDeviceImportTasksResponse {
|
|
1412
|
+
NextToken?: string;
|
|
1413
|
+
WirelessDeviceImportTaskList?: WirelessDeviceImportTask[];
|
|
1414
|
+
}
|
|
1288
1415
|
export interface ListWirelessDevicesRequest {
|
|
1289
1416
|
MaxResults?: number;
|
|
1290
1417
|
NextToken?: string;
|
|
@@ -1303,93 +1430,8 @@ export interface SidewalkListDevice {
|
|
|
1303
1430
|
SidewalkId?: string;
|
|
1304
1431
|
SidewalkManufacturingSn?: string;
|
|
1305
1432
|
DeviceCertificates?: CertificateList[];
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
Arn?: string;
|
|
1309
|
-
Id?: string;
|
|
1310
|
-
Type?: WirelessDeviceType | string;
|
|
1311
|
-
Name?: string;
|
|
1312
|
-
DestinationName?: string;
|
|
1313
|
-
LastUplinkReceivedAt?: string;
|
|
1314
|
-
LoRaWAN?: LoRaWANListDevice;
|
|
1315
|
-
Sidewalk?: SidewalkListDevice;
|
|
1316
|
-
FuotaDeviceStatus?: FuotaDeviceStatus | string;
|
|
1317
|
-
MulticastDeviceStatus?: string;
|
|
1318
|
-
McGroupId?: number;
|
|
1319
|
-
}
|
|
1320
|
-
export interface ListWirelessDevicesResponse {
|
|
1321
|
-
NextToken?: string;
|
|
1322
|
-
WirelessDeviceList?: WirelessDeviceStatistics[];
|
|
1323
|
-
}
|
|
1324
|
-
export interface ListWirelessGatewaysRequest {
|
|
1325
|
-
NextToken?: string;
|
|
1326
|
-
MaxResults?: number;
|
|
1327
|
-
}
|
|
1328
|
-
export interface WirelessGatewayStatistics {
|
|
1329
|
-
Arn?: string;
|
|
1330
|
-
Id?: string;
|
|
1331
|
-
Name?: string;
|
|
1332
|
-
Description?: string;
|
|
1333
|
-
LoRaWAN?: LoRaWANGateway;
|
|
1334
|
-
LastUplinkReceivedAt?: string;
|
|
1335
|
-
}
|
|
1336
|
-
export interface ListWirelessGatewaysResponse {
|
|
1337
|
-
NextToken?: string;
|
|
1338
|
-
WirelessGatewayList?: WirelessGatewayStatistics[];
|
|
1339
|
-
}
|
|
1340
|
-
export declare enum WirelessGatewayTaskDefinitionType {
|
|
1341
|
-
UPDATE = "UPDATE",
|
|
1342
|
-
}
|
|
1343
|
-
export interface ListWirelessGatewayTaskDefinitionsRequest {
|
|
1344
|
-
MaxResults?: number;
|
|
1345
|
-
NextToken?: string;
|
|
1346
|
-
TaskDefinitionType?: WirelessGatewayTaskDefinitionType | string;
|
|
1347
|
-
}
|
|
1348
|
-
export interface LoRaWANUpdateGatewayTaskEntry {
|
|
1349
|
-
CurrentVersion?: LoRaWANGatewayVersion;
|
|
1350
|
-
UpdateVersion?: LoRaWANGatewayVersion;
|
|
1351
|
-
}
|
|
1352
|
-
export interface UpdateWirelessGatewayTaskEntry {
|
|
1353
|
-
Id?: string;
|
|
1354
|
-
LoRaWAN?: LoRaWANUpdateGatewayTaskEntry;
|
|
1355
|
-
Arn?: string;
|
|
1356
|
-
}
|
|
1357
|
-
export interface ListWirelessGatewayTaskDefinitionsResponse {
|
|
1358
|
-
NextToken?: string;
|
|
1359
|
-
TaskDefinitions?: UpdateWirelessGatewayTaskEntry[];
|
|
1360
|
-
}
|
|
1361
|
-
export interface SemtechGnssConfiguration {
|
|
1362
|
-
Status: PositionConfigurationStatus | string | undefined;
|
|
1363
|
-
Fec: PositionConfigurationFec | string | undefined;
|
|
1364
|
-
}
|
|
1365
|
-
export interface PositionSolverConfigurations {
|
|
1366
|
-
SemtechGnss?: SemtechGnssConfiguration;
|
|
1367
|
-
}
|
|
1368
|
-
export interface PutPositionConfigurationRequest {
|
|
1369
|
-
ResourceIdentifier: string | undefined;
|
|
1370
|
-
ResourceType: PositionResourceType | string | undefined;
|
|
1371
|
-
Solvers?: PositionSolverConfigurations;
|
|
1372
|
-
Destination?: string;
|
|
1373
|
-
}
|
|
1374
|
-
export interface PutPositionConfigurationResponse {}
|
|
1375
|
-
export interface PutResourceLogLevelRequest {
|
|
1376
|
-
ResourceIdentifier: string | undefined;
|
|
1377
|
-
ResourceType: string | undefined;
|
|
1378
|
-
LogLevel: LogLevel | string | undefined;
|
|
1379
|
-
}
|
|
1380
|
-
export interface PutResourceLogLevelResponse {}
|
|
1381
|
-
export interface ResetAllResourceLogLevelsRequest {}
|
|
1382
|
-
export interface ResetAllResourceLogLevelsResponse {}
|
|
1383
|
-
export interface ResetResourceLogLevelRequest {
|
|
1384
|
-
ResourceIdentifier: string | undefined;
|
|
1385
|
-
ResourceType: string | undefined;
|
|
1386
|
-
}
|
|
1387
|
-
export interface ResetResourceLogLevelResponse {}
|
|
1388
|
-
export interface LoRaWANMulticastMetadata {
|
|
1389
|
-
FPort?: number;
|
|
1390
|
-
}
|
|
1391
|
-
export interface MulticastWirelessMetadata {
|
|
1392
|
-
LoRaWAN?: LoRaWANMulticastMetadata;
|
|
1433
|
+
DeviceProfileId?: string;
|
|
1434
|
+
Status?: WirelessDeviceSidewalkStatus | string;
|
|
1393
1435
|
}
|
|
1394
1436
|
export declare const SidewalkAccountInfoFilterSensitiveLog: (
|
|
1395
1437
|
obj: SidewalkAccountInfo
|
|
@@ -1400,6 +1442,12 @@ export declare const AssociateAwsAccountWithPartnerAccountRequestFilterSensitive
|
|
|
1400
1442
|
export declare const AssociateAwsAccountWithPartnerAccountResponseFilterSensitiveLog: (
|
|
1401
1443
|
obj: AssociateAwsAccountWithPartnerAccountResponse
|
|
1402
1444
|
) => any;
|
|
1445
|
+
export declare const SidewalkGetDeviceProfileFilterSensitiveLog: (
|
|
1446
|
+
obj: SidewalkGetDeviceProfile
|
|
1447
|
+
) => any;
|
|
1448
|
+
export declare const GetDeviceProfileResponseFilterSensitiveLog: (
|
|
1449
|
+
obj: GetDeviceProfileResponse
|
|
1450
|
+
) => any;
|
|
1403
1451
|
export declare const SidewalkAccountInfoWithFingerprintFilterSensitiveLog: (
|
|
1404
1452
|
obj: SidewalkAccountInfoWithFingerprint
|
|
1405
1453
|
) => any;
|