@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
|
@@ -1073,6 +1073,12 @@ export interface LoRaWANDeviceProfile {
|
|
|
1073
1073
|
*/
|
|
1074
1074
|
Supports32BitFCnt?: boolean;
|
|
1075
1075
|
}
|
|
1076
|
+
/**
|
|
1077
|
+
* @public
|
|
1078
|
+
* <p>Sidewalk object for creating a device profile.</p>
|
|
1079
|
+
*/
|
|
1080
|
+
export interface SidewalkCreateDeviceProfile {
|
|
1081
|
+
}
|
|
1076
1082
|
/**
|
|
1077
1083
|
* @public
|
|
1078
1084
|
*/
|
|
@@ -1093,6 +1099,10 @@ export interface CreateDeviceProfileRequest {
|
|
|
1093
1099
|
* <p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>
|
|
1094
1100
|
*/
|
|
1095
1101
|
ClientRequestToken?: string;
|
|
1102
|
+
/**
|
|
1103
|
+
* <p>The Sidewalk-related information for creating the Sidewalk device profile.</p>
|
|
1104
|
+
*/
|
|
1105
|
+
Sidewalk?: SidewalkCreateDeviceProfile;
|
|
1096
1106
|
}
|
|
1097
1107
|
/**
|
|
1098
1108
|
* @public
|
|
@@ -1112,8 +1122,17 @@ export interface CreateDeviceProfileResponse {
|
|
|
1112
1122
|
*/
|
|
1113
1123
|
export declare enum SupportedRfRegion {
|
|
1114
1124
|
AS923_1 = "AS923-1",
|
|
1125
|
+
AS923_2 = "AS923-2",
|
|
1126
|
+
AS923_3 = "AS923-3",
|
|
1127
|
+
AS923_4 = "AS923-4",
|
|
1115
1128
|
AU915 = "AU915",
|
|
1129
|
+
CN470 = "CN470",
|
|
1130
|
+
CN779 = "CN779",
|
|
1131
|
+
EU433 = "EU433",
|
|
1116
1132
|
EU868 = "EU868",
|
|
1133
|
+
IN865 = "IN865",
|
|
1134
|
+
KR920 = "KR920",
|
|
1135
|
+
RU864 = "RU864",
|
|
1117
1136
|
US915 = "US915"
|
|
1118
1137
|
}
|
|
1119
1138
|
/**
|
|
@@ -1504,6 +1523,16 @@ export declare enum PositioningConfigStatus {
|
|
|
1504
1523
|
Disabled = "Disabled",
|
|
1505
1524
|
Enabled = "Enabled"
|
|
1506
1525
|
}
|
|
1526
|
+
/**
|
|
1527
|
+
* @public
|
|
1528
|
+
* <p>Sidewalk object for creating a wireless device.</p>
|
|
1529
|
+
*/
|
|
1530
|
+
export interface SidewalkCreateWirelessDevice {
|
|
1531
|
+
/**
|
|
1532
|
+
* <p>The ID of the Sidewalk device profile.</p>
|
|
1533
|
+
*/
|
|
1534
|
+
DeviceProfileId?: string;
|
|
1535
|
+
}
|
|
1507
1536
|
/**
|
|
1508
1537
|
* @public
|
|
1509
1538
|
*/
|
|
@@ -1547,6 +1576,10 @@ export interface CreateWirelessDeviceRequest {
|
|
|
1547
1576
|
* <p>FPort values for the GNSS, stream, and ClockSync functions of the positioning information.</p>
|
|
1548
1577
|
*/
|
|
1549
1578
|
Positioning?: PositioningConfigStatus | string;
|
|
1579
|
+
/**
|
|
1580
|
+
* <p>The device configuration information to use to create the Sidewalk device.</p>
|
|
1581
|
+
*/
|
|
1582
|
+
Sidewalk?: SidewalkCreateWirelessDevice;
|
|
1550
1583
|
}
|
|
1551
1584
|
/**
|
|
1552
1585
|
* @public
|
|
@@ -1762,6 +1795,33 @@ export interface CreateWirelessGatewayTaskDefinitionResponse {
|
|
|
1762
1795
|
*/
|
|
1763
1796
|
Arn?: string;
|
|
1764
1797
|
}
|
|
1798
|
+
/**
|
|
1799
|
+
* @public
|
|
1800
|
+
* <p>The device attestation key (DAK) information.</p>
|
|
1801
|
+
*/
|
|
1802
|
+
export interface DakCertificateMetadata {
|
|
1803
|
+
/**
|
|
1804
|
+
* <p>The certificate ID for the DAK.</p>
|
|
1805
|
+
*/
|
|
1806
|
+
CertificateId: string | undefined;
|
|
1807
|
+
/**
|
|
1808
|
+
* <p>The maximum number of signatures that the DAK can sign. A value of <code>-1</code> indicates
|
|
1809
|
+
* that there's no device limit.</p>
|
|
1810
|
+
*/
|
|
1811
|
+
MaxAllowedSignature?: number;
|
|
1812
|
+
/**
|
|
1813
|
+
* <p>Whether factory support has been enabled.</p>
|
|
1814
|
+
*/
|
|
1815
|
+
FactorySupport?: boolean;
|
|
1816
|
+
/**
|
|
1817
|
+
* <p>The advertised product ID (APID) that's used for pre-production and production applications.</p>
|
|
1818
|
+
*/
|
|
1819
|
+
ApId?: string;
|
|
1820
|
+
/**
|
|
1821
|
+
* <p>The device type ID that's used for prototyping applications.</p>
|
|
1822
|
+
*/
|
|
1823
|
+
DeviceTypeId?: string;
|
|
1824
|
+
}
|
|
1765
1825
|
/**
|
|
1766
1826
|
* @public
|
|
1767
1827
|
*/
|
|
@@ -1884,6 +1944,20 @@ export interface DeleteWirelessDeviceRequest {
|
|
|
1884
1944
|
*/
|
|
1885
1945
|
export interface DeleteWirelessDeviceResponse {
|
|
1886
1946
|
}
|
|
1947
|
+
/**
|
|
1948
|
+
* @public
|
|
1949
|
+
*/
|
|
1950
|
+
export interface DeleteWirelessDeviceImportTaskRequest {
|
|
1951
|
+
/**
|
|
1952
|
+
* <p>The unique identifier of the import task to be deleted.</p>
|
|
1953
|
+
*/
|
|
1954
|
+
Id: string | undefined;
|
|
1955
|
+
}
|
|
1956
|
+
/**
|
|
1957
|
+
* @public
|
|
1958
|
+
*/
|
|
1959
|
+
export interface DeleteWirelessDeviceImportTaskResponse {
|
|
1960
|
+
}
|
|
1887
1961
|
/**
|
|
1888
1962
|
* @public
|
|
1889
1963
|
*/
|
|
@@ -1926,6 +2000,25 @@ export interface DeleteWirelessGatewayTaskDefinitionRequest {
|
|
|
1926
2000
|
*/
|
|
1927
2001
|
export interface DeleteWirelessGatewayTaskDefinitionResponse {
|
|
1928
2002
|
}
|
|
2003
|
+
/**
|
|
2004
|
+
* @public
|
|
2005
|
+
*/
|
|
2006
|
+
export interface DeregisterWirelessDeviceRequest {
|
|
2007
|
+
/**
|
|
2008
|
+
* <p>The identifier of the wireless device to deregister from AWS IoT Wireless.</p>
|
|
2009
|
+
*/
|
|
2010
|
+
Identifier: string | undefined;
|
|
2011
|
+
/**
|
|
2012
|
+
* <p>The type of wireless device to deregister from AWS IoT Wireless, which can be <code>LoRaWAN</code>
|
|
2013
|
+
* or <code>Sidewalk</code>.</p>
|
|
2014
|
+
*/
|
|
2015
|
+
WirelessDeviceType?: WirelessDeviceType | string;
|
|
2016
|
+
}
|
|
2017
|
+
/**
|
|
2018
|
+
* @public
|
|
2019
|
+
*/
|
|
2020
|
+
export interface DeregisterWirelessDeviceResponse {
|
|
2021
|
+
}
|
|
1929
2022
|
/**
|
|
1930
2023
|
* @public
|
|
1931
2024
|
* <p>Describes a destination.</p>
|
|
@@ -1974,6 +2067,13 @@ export interface DeviceProfile {
|
|
|
1974
2067
|
*/
|
|
1975
2068
|
Id?: string;
|
|
1976
2069
|
}
|
|
2070
|
+
/**
|
|
2071
|
+
* @public
|
|
2072
|
+
*/
|
|
2073
|
+
export declare enum DeviceProfileType {
|
|
2074
|
+
LoRaWAN = "LoRaWAN",
|
|
2075
|
+
Sidewalk = "Sidewalk"
|
|
2076
|
+
}
|
|
1977
2077
|
/**
|
|
1978
2078
|
* @public
|
|
1979
2079
|
* <p>
|
|
@@ -2464,6 +2564,24 @@ export interface GetDeviceProfileRequest {
|
|
|
2464
2564
|
*/
|
|
2465
2565
|
Id: string | undefined;
|
|
2466
2566
|
}
|
|
2567
|
+
/**
|
|
2568
|
+
* @public
|
|
2569
|
+
* <p>Gets information about a Sidewalk device profile.</p>
|
|
2570
|
+
*/
|
|
2571
|
+
export interface SidewalkGetDeviceProfile {
|
|
2572
|
+
/**
|
|
2573
|
+
* <p>The Sidewalk application server public key.</p>
|
|
2574
|
+
*/
|
|
2575
|
+
ApplicationServerPublicKey?: string;
|
|
2576
|
+
/**
|
|
2577
|
+
* <p>Gets information about the certification status of a Sidewalk device profile.</p>
|
|
2578
|
+
*/
|
|
2579
|
+
QualificationStatus?: boolean;
|
|
2580
|
+
/**
|
|
2581
|
+
* <p>The DAK certificate information of the Sidewalk device profile.</p>
|
|
2582
|
+
*/
|
|
2583
|
+
DakCertificateMetadata?: DakCertificateMetadata[];
|
|
2584
|
+
}
|
|
2467
2585
|
/**
|
|
2468
2586
|
* @public
|
|
2469
2587
|
*/
|
|
@@ -2484,6 +2602,10 @@ export interface GetDeviceProfileResponse {
|
|
|
2484
2602
|
* <p>Information about the device profile.</p>
|
|
2485
2603
|
*/
|
|
2486
2604
|
LoRaWAN?: LoRaWANDeviceProfile;
|
|
2605
|
+
/**
|
|
2606
|
+
* <p>Information about the Sidewalk parameters in the device profile.</p>
|
|
2607
|
+
*/
|
|
2608
|
+
Sidewalk?: SidewalkGetDeviceProfile;
|
|
2487
2609
|
}
|
|
2488
2610
|
/**
|
|
2489
2611
|
* @public
|
|
@@ -3132,7 +3254,7 @@ export interface WiFiAccessPoint {
|
|
|
3132
3254
|
*/
|
|
3133
3255
|
MacAddress: string | undefined;
|
|
3134
3256
|
/**
|
|
3135
|
-
* <p>
|
|
3257
|
+
* <p>Received signal strength (dBm) of the WLAN measurement data.</p>
|
|
3136
3258
|
*/
|
|
3137
3259
|
Rss: number | undefined;
|
|
3138
3260
|
}
|
|
@@ -3438,6 +3560,15 @@ export interface GetWirelessDeviceRequest {
|
|
|
3438
3560
|
*/
|
|
3439
3561
|
IdentifierType: WirelessDeviceIdType | string | undefined;
|
|
3440
3562
|
}
|
|
3563
|
+
/**
|
|
3564
|
+
* @public
|
|
3565
|
+
*/
|
|
3566
|
+
export declare enum WirelessDeviceSidewalkStatus {
|
|
3567
|
+
ACTIVATED = "ACTIVATED",
|
|
3568
|
+
PROVISIONED = "PROVISIONED",
|
|
3569
|
+
REGISTERED = "REGISTERED",
|
|
3570
|
+
UNKNOWN = "UNKNOWN"
|
|
3571
|
+
}
|
|
3441
3572
|
/**
|
|
3442
3573
|
* @public
|
|
3443
3574
|
* <p>Sidewalk device object.</p>
|
|
@@ -3459,6 +3590,22 @@ export interface SidewalkDevice {
|
|
|
3459
3590
|
* <p>The sidewalk device certificates for Ed25519 and P256r1.</p>
|
|
3460
3591
|
*/
|
|
3461
3592
|
DeviceCertificates?: CertificateList[];
|
|
3593
|
+
/**
|
|
3594
|
+
* <p>The Sidewalk device private keys that will be used for onboarding the device.</p>
|
|
3595
|
+
*/
|
|
3596
|
+
PrivateKeys?: CertificateList[];
|
|
3597
|
+
/**
|
|
3598
|
+
* <p>The ID of the Sidewalk device profile.</p>
|
|
3599
|
+
*/
|
|
3600
|
+
DeviceProfileId?: string;
|
|
3601
|
+
/**
|
|
3602
|
+
* <p>The ID of the Sidewalk device profile.</p>
|
|
3603
|
+
*/
|
|
3604
|
+
CertificateId?: string;
|
|
3605
|
+
/**
|
|
3606
|
+
* <p>The Sidewalk device status, such as provisioned or registered.</p>
|
|
3607
|
+
*/
|
|
3608
|
+
Status?: WirelessDeviceSidewalkStatus | string;
|
|
3462
3609
|
}
|
|
3463
3610
|
/**
|
|
3464
3611
|
* @public
|
|
@@ -3509,6 +3656,90 @@ export interface GetWirelessDeviceResponse {
|
|
|
3509
3656
|
*/
|
|
3510
3657
|
Positioning?: PositioningConfigStatus | string;
|
|
3511
3658
|
}
|
|
3659
|
+
/**
|
|
3660
|
+
* @public
|
|
3661
|
+
*/
|
|
3662
|
+
export interface GetWirelessDeviceImportTaskRequest {
|
|
3663
|
+
/**
|
|
3664
|
+
* <p>The identifier of the import task for which information is requested.</p>
|
|
3665
|
+
*/
|
|
3666
|
+
Id: string | undefined;
|
|
3667
|
+
}
|
|
3668
|
+
/**
|
|
3669
|
+
* @public
|
|
3670
|
+
* <p>Sidewalk-related information for devices in an import task that are being onboarded.</p>
|
|
3671
|
+
*/
|
|
3672
|
+
export interface SidewalkGetStartImportInfo {
|
|
3673
|
+
/**
|
|
3674
|
+
* <p>List of Sidewalk devices that are added to the import task.</p>
|
|
3675
|
+
*/
|
|
3676
|
+
DeviceCreationFileList?: string[];
|
|
3677
|
+
/**
|
|
3678
|
+
* <p>The IAM role that allows AWS IoT Wireless to access the CSV file in the S3 bucket.</p>
|
|
3679
|
+
*/
|
|
3680
|
+
Role?: string;
|
|
3681
|
+
}
|
|
3682
|
+
/**
|
|
3683
|
+
* @public
|
|
3684
|
+
*/
|
|
3685
|
+
export declare enum ImportTaskStatus {
|
|
3686
|
+
COMPLETE = "COMPLETE",
|
|
3687
|
+
DELETING = "DELETING",
|
|
3688
|
+
FAILED = "FAILED",
|
|
3689
|
+
INITIALIZED = "INITIALIZED",
|
|
3690
|
+
INITIALIZING = "INITIALIZING",
|
|
3691
|
+
PENDING = "PENDING"
|
|
3692
|
+
}
|
|
3693
|
+
/**
|
|
3694
|
+
* @public
|
|
3695
|
+
*/
|
|
3696
|
+
export interface GetWirelessDeviceImportTaskResponse {
|
|
3697
|
+
/**
|
|
3698
|
+
* <p>The identifier of the import task for which information is retrieved.</p>
|
|
3699
|
+
*/
|
|
3700
|
+
Id?: string;
|
|
3701
|
+
/**
|
|
3702
|
+
* <p>The ARN (Amazon Resource Name) of the import task.</p>
|
|
3703
|
+
*/
|
|
3704
|
+
Arn?: string;
|
|
3705
|
+
/**
|
|
3706
|
+
* <p>The name of the destination that's assigned to the wireless devices in the import task.</p>
|
|
3707
|
+
*/
|
|
3708
|
+
DestinationName?: string;
|
|
3709
|
+
/**
|
|
3710
|
+
* <p>The Sidewalk-related information about an import task.</p>
|
|
3711
|
+
*/
|
|
3712
|
+
Sidewalk?: SidewalkGetStartImportInfo;
|
|
3713
|
+
/**
|
|
3714
|
+
* <p>The time at which the import task was created.</p>
|
|
3715
|
+
*/
|
|
3716
|
+
CreationTime?: Date;
|
|
3717
|
+
/**
|
|
3718
|
+
* <p>The import task status.</p>
|
|
3719
|
+
*/
|
|
3720
|
+
Status?: ImportTaskStatus | string;
|
|
3721
|
+
/**
|
|
3722
|
+
* <p>The reason for the provided status information, such as a validation error that causes the import
|
|
3723
|
+
* task to fail.</p>
|
|
3724
|
+
*/
|
|
3725
|
+
StatusReason?: string;
|
|
3726
|
+
/**
|
|
3727
|
+
* <p>The number of devices in the import task that are waiting for the control log to start processing.</p>
|
|
3728
|
+
*/
|
|
3729
|
+
InitializedImportedDeviceCount?: number;
|
|
3730
|
+
/**
|
|
3731
|
+
* <p>The number of devices in the import task that are waiting in the import task queue to be onboarded.</p>
|
|
3732
|
+
*/
|
|
3733
|
+
PendingImportedDeviceCount?: number;
|
|
3734
|
+
/**
|
|
3735
|
+
* <p>The number of devices in the import task that have been onboarded to the import task.</p>
|
|
3736
|
+
*/
|
|
3737
|
+
OnboardedImportedDeviceCount?: number;
|
|
3738
|
+
/**
|
|
3739
|
+
* <p>The number of devices in the import task that failed to onboard to the import task.</p>
|
|
3740
|
+
*/
|
|
3741
|
+
FailedImportedDeviceCount?: number;
|
|
3742
|
+
}
|
|
3512
3743
|
/**
|
|
3513
3744
|
* @public
|
|
3514
3745
|
*/
|
|
@@ -3803,6 +4034,47 @@ export interface GetWirelessGatewayTaskDefinitionResponse {
|
|
|
3803
4034
|
*/
|
|
3804
4035
|
Arn?: string;
|
|
3805
4036
|
}
|
|
4037
|
+
/**
|
|
4038
|
+
* @public
|
|
4039
|
+
*/
|
|
4040
|
+
export declare enum OnboardStatus {
|
|
4041
|
+
FAILED = "FAILED",
|
|
4042
|
+
INITIALIZED = "INITIALIZED",
|
|
4043
|
+
ONBOARDED = "ONBOARDED",
|
|
4044
|
+
PENDING = "PENDING"
|
|
4045
|
+
}
|
|
4046
|
+
/**
|
|
4047
|
+
* @public
|
|
4048
|
+
* <p>Information about a Sidewalk device that has been added to an import task.</p>
|
|
4049
|
+
*/
|
|
4050
|
+
export interface ImportedSidewalkDevice {
|
|
4051
|
+
/**
|
|
4052
|
+
* <p>The Sidewalk manufacturing serial number (SMSN) of the Sidewalk device.</p>
|
|
4053
|
+
*/
|
|
4054
|
+
SidewalkManufacturingSn?: string;
|
|
4055
|
+
/**
|
|
4056
|
+
* <p>The onboarding status of the Sidewalk device in the import task.</p>
|
|
4057
|
+
*/
|
|
4058
|
+
OnboardingStatus?: OnboardStatus | string;
|
|
4059
|
+
/**
|
|
4060
|
+
* <p>The reason for the onboarding status information for the Sidewalk device.</p>
|
|
4061
|
+
*/
|
|
4062
|
+
OnboardingStatusReason?: string;
|
|
4063
|
+
/**
|
|
4064
|
+
* <p>The time at which the status information was last updated.</p>
|
|
4065
|
+
*/
|
|
4066
|
+
LastUpdateTime?: Date;
|
|
4067
|
+
}
|
|
4068
|
+
/**
|
|
4069
|
+
* @public
|
|
4070
|
+
* <p>Information about a wireless device that has been added to an import task.</p>
|
|
4071
|
+
*/
|
|
4072
|
+
export interface ImportedWirelessDevice {
|
|
4073
|
+
/**
|
|
4074
|
+
* <p>The Sidewalk-related information about a device that has been added to an import task.</p>
|
|
4075
|
+
*/
|
|
4076
|
+
Sidewalk?: ImportedSidewalkDevice;
|
|
4077
|
+
}
|
|
3806
4078
|
/**
|
|
3807
4079
|
* @public
|
|
3808
4080
|
*/
|
|
@@ -3841,6 +4113,11 @@ export interface ListDeviceProfilesRequest {
|
|
|
3841
4113
|
* <p>The maximum number of results to return in this operation.</p>
|
|
3842
4114
|
*/
|
|
3843
4115
|
MaxResults?: number;
|
|
4116
|
+
/**
|
|
4117
|
+
* <p>A filter to list only device profiles that use this type, which can be <code>LoRaWAN</code>
|
|
4118
|
+
* or <code>Sidewalk</code>.</p>
|
|
4119
|
+
*/
|
|
4120
|
+
DeviceProfileType?: DeviceProfileType | string;
|
|
3844
4121
|
}
|
|
3845
4122
|
/**
|
|
3846
4123
|
* @public
|
|
@@ -3855,6 +4132,47 @@ export interface ListDeviceProfilesResponse {
|
|
|
3855
4132
|
*/
|
|
3856
4133
|
DeviceProfileList?: DeviceProfile[];
|
|
3857
4134
|
}
|
|
4135
|
+
/**
|
|
4136
|
+
* @public
|
|
4137
|
+
*/
|
|
4138
|
+
export interface ListDevicesForWirelessDeviceImportTaskRequest {
|
|
4139
|
+
/**
|
|
4140
|
+
* <p>The identifier of the import task for which wireless devices are listed.</p>
|
|
4141
|
+
*/
|
|
4142
|
+
Id: string | undefined;
|
|
4143
|
+
/**
|
|
4144
|
+
* <p>The maximum number of results to return in this operation.</p>
|
|
4145
|
+
*/
|
|
4146
|
+
MaxResults?: number;
|
|
4147
|
+
/**
|
|
4148
|
+
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise
|
|
4149
|
+
* <code>null</code> to receive the first set of results.</p>
|
|
4150
|
+
*/
|
|
4151
|
+
NextToken?: string;
|
|
4152
|
+
/**
|
|
4153
|
+
* <p>The status of the devices in the import task.</p>
|
|
4154
|
+
*/
|
|
4155
|
+
Status?: OnboardStatus | string;
|
|
4156
|
+
}
|
|
4157
|
+
/**
|
|
4158
|
+
* @public
|
|
4159
|
+
*/
|
|
4160
|
+
export interface ListDevicesForWirelessDeviceImportTaskResponse {
|
|
4161
|
+
/**
|
|
4162
|
+
* <p>The token to use to get the next set of results, or <code>null</code> if there are no additional
|
|
4163
|
+
* results.</p>
|
|
4164
|
+
*/
|
|
4165
|
+
NextToken?: string;
|
|
4166
|
+
/**
|
|
4167
|
+
* <p>The name of the Sidewalk destination that describes the IoT rule to route messages received from
|
|
4168
|
+
* devices in an import task that are onboarded to AWS IoT Wireless.</p>
|
|
4169
|
+
*/
|
|
4170
|
+
DestinationName?: string;
|
|
4171
|
+
/**
|
|
4172
|
+
* <p>List of wireless devices in an import task and their onboarding status.</p>
|
|
4173
|
+
*/
|
|
4174
|
+
ImportedWirelessDeviceList?: ImportedWirelessDevice[];
|
|
4175
|
+
}
|
|
3858
4176
|
/**
|
|
3859
4177
|
* @public
|
|
3860
4178
|
*/
|
|
@@ -4218,201 +4536,90 @@ export interface ListTagsForResourceResponse {
|
|
|
4218
4536
|
/**
|
|
4219
4537
|
* @public
|
|
4220
4538
|
*/
|
|
4221
|
-
export interface
|
|
4539
|
+
export interface ListWirelessDeviceImportTasksRequest {
|
|
4222
4540
|
/**
|
|
4223
4541
|
* <p>The maximum number of results to return in this operation.</p>
|
|
4224
4542
|
*/
|
|
4225
4543
|
MaxResults?: number;
|
|
4226
4544
|
/**
|
|
4227
|
-
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise
|
|
4545
|
+
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise
|
|
4546
|
+
* <code>null</code> to receive the first set of results.</p>
|
|
4228
4547
|
*/
|
|
4229
4548
|
NextToken?: string;
|
|
4230
|
-
/**
|
|
4231
|
-
* <p>A filter to list only the wireless devices that use this destination.</p>
|
|
4232
|
-
*/
|
|
4233
|
-
DestinationName?: string;
|
|
4234
|
-
/**
|
|
4235
|
-
* <p>A filter to list only the wireless devices that use this device profile.</p>
|
|
4236
|
-
*/
|
|
4237
|
-
DeviceProfileId?: string;
|
|
4238
|
-
/**
|
|
4239
|
-
* <p>A filter to list only the wireless devices that use this service profile.</p>
|
|
4240
|
-
*/
|
|
4241
|
-
ServiceProfileId?: string;
|
|
4242
|
-
/**
|
|
4243
|
-
* <p>A filter to list only the wireless devices that use this wireless device type.</p>
|
|
4244
|
-
*/
|
|
4245
|
-
WirelessDeviceType?: WirelessDeviceType | string;
|
|
4246
|
-
/**
|
|
4247
|
-
* <p>The ID of a FUOTA task.</p>
|
|
4248
|
-
*/
|
|
4249
|
-
FuotaTaskId?: string;
|
|
4250
|
-
/**
|
|
4251
|
-
* <p>The ID of the multicast group.</p>
|
|
4252
|
-
*/
|
|
4253
|
-
MulticastGroupId?: string;
|
|
4254
|
-
}
|
|
4255
|
-
/**
|
|
4256
|
-
* @public
|
|
4257
|
-
* <p>LoRaWAN object for list functions.</p>
|
|
4258
|
-
*/
|
|
4259
|
-
export interface LoRaWANListDevice {
|
|
4260
|
-
/**
|
|
4261
|
-
* <p>The DevEUI value.</p>
|
|
4262
|
-
*/
|
|
4263
|
-
DevEui?: string;
|
|
4264
|
-
}
|
|
4265
|
-
/**
|
|
4266
|
-
* @public
|
|
4267
|
-
* <p>Sidewalk object used by list functions.</p>
|
|
4268
|
-
*/
|
|
4269
|
-
export interface SidewalkListDevice {
|
|
4270
|
-
/**
|
|
4271
|
-
* <p>The Sidewalk Amazon ID.</p>
|
|
4272
|
-
*/
|
|
4273
|
-
AmazonId?: string;
|
|
4274
|
-
/**
|
|
4275
|
-
* <p>The sidewalk device identification.</p>
|
|
4276
|
-
*/
|
|
4277
|
-
SidewalkId?: string;
|
|
4278
|
-
/**
|
|
4279
|
-
* <p>The Sidewalk manufacturing series number.</p>
|
|
4280
|
-
*/
|
|
4281
|
-
SidewalkManufacturingSn?: string;
|
|
4282
|
-
/**
|
|
4283
|
-
* <p>The sidewalk device certificates for Ed25519 and P256r1.</p>
|
|
4284
|
-
*/
|
|
4285
|
-
DeviceCertificates?: CertificateList[];
|
|
4286
4549
|
}
|
|
4287
4550
|
/**
|
|
4288
4551
|
* @public
|
|
4289
|
-
* <p>Information about
|
|
4552
|
+
* <p>Information about an import task for wireless devices.</p>
|
|
4290
4553
|
*/
|
|
4291
|
-
export interface
|
|
4292
|
-
/**
|
|
4293
|
-
* <p>The Amazon Resource Name of the resource.</p>
|
|
4294
|
-
*/
|
|
4295
|
-
Arn?: string;
|
|
4554
|
+
export interface WirelessDeviceImportTask {
|
|
4296
4555
|
/**
|
|
4297
|
-
* <p>The ID of the wireless device
|
|
4556
|
+
* <p>The ID of the wireless device import task.</p>
|
|
4298
4557
|
*/
|
|
4299
4558
|
Id?: string;
|
|
4300
4559
|
/**
|
|
4301
|
-
* <p>The wireless device
|
|
4560
|
+
* <p>The ARN (Amazon Resource Name) of the wireless device import task.</p>
|
|
4302
4561
|
*/
|
|
4303
|
-
|
|
4304
|
-
/**
|
|
4305
|
-
* <p>The name of the resource.</p>
|
|
4306
|
-
*/
|
|
4307
|
-
Name?: string;
|
|
4562
|
+
Arn?: string;
|
|
4308
4563
|
/**
|
|
4309
|
-
* <p>The name of the destination to
|
|
4564
|
+
* <p>The name of the Sidewalk destination that that describes the IoT rule to route messages from the device in
|
|
4565
|
+
* the import task that will be onboarded to AWS IoT Wireless</p>
|
|
4310
4566
|
*/
|
|
4311
4567
|
DestinationName?: string;
|
|
4312
4568
|
/**
|
|
4313
|
-
* <p>The
|
|
4314
|
-
*/
|
|
4315
|
-
LastUplinkReceivedAt?: string;
|
|
4316
|
-
/**
|
|
4317
|
-
* <p>LoRaWAN device info.</p>
|
|
4318
|
-
*/
|
|
4319
|
-
LoRaWAN?: LoRaWANListDevice;
|
|
4320
|
-
/**
|
|
4321
|
-
* <p>The Sidewalk account credentials.</p>
|
|
4322
|
-
*/
|
|
4323
|
-
Sidewalk?: SidewalkListDevice;
|
|
4324
|
-
/**
|
|
4325
|
-
* <p>The status of a wireless device in a FUOTA task.</p>
|
|
4326
|
-
*/
|
|
4327
|
-
FuotaDeviceStatus?: FuotaDeviceStatus | string;
|
|
4328
|
-
/**
|
|
4329
|
-
* <p>The status of the wireless device in the multicast group.</p>
|
|
4330
|
-
*/
|
|
4331
|
-
MulticastDeviceStatus?: string;
|
|
4332
|
-
/**
|
|
4333
|
-
* <p>Id of the multicast group.</p>
|
|
4334
|
-
*/
|
|
4335
|
-
McGroupId?: number;
|
|
4336
|
-
}
|
|
4337
|
-
/**
|
|
4338
|
-
* @public
|
|
4339
|
-
*/
|
|
4340
|
-
export interface ListWirelessDevicesResponse {
|
|
4341
|
-
/**
|
|
4342
|
-
* <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
|
|
4343
|
-
*/
|
|
4344
|
-
NextToken?: string;
|
|
4345
|
-
/**
|
|
4346
|
-
* <p>The ID of the wireless device.</p>
|
|
4347
|
-
*/
|
|
4348
|
-
WirelessDeviceList?: WirelessDeviceStatistics[];
|
|
4349
|
-
}
|
|
4350
|
-
/**
|
|
4351
|
-
* @public
|
|
4352
|
-
*/
|
|
4353
|
-
export interface ListWirelessGatewaysRequest {
|
|
4354
|
-
/**
|
|
4355
|
-
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
|
|
4569
|
+
* <p>The Sidewalk-related information of the wireless device import task.</p>
|
|
4356
4570
|
*/
|
|
4357
|
-
|
|
4571
|
+
Sidewalk?: SidewalkGetStartImportInfo;
|
|
4358
4572
|
/**
|
|
4359
|
-
* <p>The
|
|
4573
|
+
* <p>The time at which the import task was created.</p>
|
|
4360
4574
|
*/
|
|
4361
|
-
|
|
4362
|
-
}
|
|
4363
|
-
/**
|
|
4364
|
-
* @public
|
|
4365
|
-
* <p>Information about a wireless gateway's operation.</p>
|
|
4366
|
-
*/
|
|
4367
|
-
export interface WirelessGatewayStatistics {
|
|
4575
|
+
CreationTime?: Date;
|
|
4368
4576
|
/**
|
|
4369
|
-
* <p>The
|
|
4577
|
+
* <p>The status information of the wireless device import task.</p>
|
|
4370
4578
|
*/
|
|
4371
|
-
|
|
4579
|
+
Status?: ImportTaskStatus | string;
|
|
4372
4580
|
/**
|
|
4373
|
-
* <p>The
|
|
4581
|
+
* <p>The reason that provides additional information about the import task status.</p>
|
|
4374
4582
|
*/
|
|
4375
|
-
|
|
4583
|
+
StatusReason?: string;
|
|
4376
4584
|
/**
|
|
4377
|
-
* <p>The
|
|
4585
|
+
* <p>The summary information of count of wireless devices that are waiting for the control log to be
|
|
4586
|
+
* added to an import task.</p>
|
|
4378
4587
|
*/
|
|
4379
|
-
|
|
4588
|
+
InitializedImportedDeviceCount?: number;
|
|
4380
4589
|
/**
|
|
4381
|
-
* <p>The
|
|
4590
|
+
* <p>The summary information of count of wireless devices in an import task that are waiting in the queue
|
|
4591
|
+
* to be onboarded.</p>
|
|
4382
4592
|
*/
|
|
4383
|
-
|
|
4593
|
+
PendingImportedDeviceCount?: number;
|
|
4384
4594
|
/**
|
|
4385
|
-
* <p>
|
|
4595
|
+
* <p>The summary information of count of wireless devices in an import task that have been onboarded to the
|
|
4596
|
+
* import task.</p>
|
|
4386
4597
|
*/
|
|
4387
|
-
|
|
4598
|
+
OnboardedImportedDeviceCount?: number;
|
|
4388
4599
|
/**
|
|
4389
|
-
* <p>The
|
|
4600
|
+
* <p>The summary information of count of wireless devices in an import task that failed to onboarded to the
|
|
4601
|
+
* import task.</p>
|
|
4390
4602
|
*/
|
|
4391
|
-
|
|
4603
|
+
FailedImportedDeviceCount?: number;
|
|
4392
4604
|
}
|
|
4393
4605
|
/**
|
|
4394
4606
|
* @public
|
|
4395
4607
|
*/
|
|
4396
|
-
export interface
|
|
4608
|
+
export interface ListWirelessDeviceImportTasksResponse {
|
|
4397
4609
|
/**
|
|
4398
|
-
* <p>The token to use to get the next set of results, or <
|
|
4610
|
+
* <p>The token to use to get the next set of results, or <code>null</code> if there are no additional
|
|
4611
|
+
* results.</p>
|
|
4399
4612
|
*/
|
|
4400
4613
|
NextToken?: string;
|
|
4401
4614
|
/**
|
|
4402
|
-
* <p>
|
|
4615
|
+
* <p>List of import tasks and summary information of onboarding status of devices in each import task.</p>
|
|
4403
4616
|
*/
|
|
4404
|
-
|
|
4617
|
+
WirelessDeviceImportTaskList?: WirelessDeviceImportTask[];
|
|
4405
4618
|
}
|
|
4406
4619
|
/**
|
|
4407
4620
|
* @public
|
|
4408
4621
|
*/
|
|
4409
|
-
export
|
|
4410
|
-
UPDATE = "UPDATE"
|
|
4411
|
-
}
|
|
4412
|
-
/**
|
|
4413
|
-
* @public
|
|
4414
|
-
*/
|
|
4415
|
-
export interface ListWirelessGatewayTaskDefinitionsRequest {
|
|
4622
|
+
export interface ListWirelessDevicesRequest {
|
|
4416
4623
|
/**
|
|
4417
4624
|
* <p>The maximum number of results to return in this operation.</p>
|
|
4418
4625
|
*/
|
|
@@ -4422,191 +4629,90 @@ export interface ListWirelessGatewayTaskDefinitionsRequest {
|
|
|
4422
4629
|
*/
|
|
4423
4630
|
NextToken?: string;
|
|
4424
4631
|
/**
|
|
4425
|
-
* <p>A filter to list only the wireless
|
|
4426
|
-
*/
|
|
4427
|
-
TaskDefinitionType?: WirelessGatewayTaskDefinitionType | string;
|
|
4428
|
-
}
|
|
4429
|
-
/**
|
|
4430
|
-
* @public
|
|
4431
|
-
* <p>LoRaWANUpdateGatewayTaskEntry object.</p>
|
|
4432
|
-
*/
|
|
4433
|
-
export interface LoRaWANUpdateGatewayTaskEntry {
|
|
4434
|
-
/**
|
|
4435
|
-
* <p>The version of the gateways that should receive the update.</p>
|
|
4436
|
-
*/
|
|
4437
|
-
CurrentVersion?: LoRaWANGatewayVersion;
|
|
4438
|
-
/**
|
|
4439
|
-
* <p>The firmware version to update the gateway to.</p>
|
|
4440
|
-
*/
|
|
4441
|
-
UpdateVersion?: LoRaWANGatewayVersion;
|
|
4442
|
-
}
|
|
4443
|
-
/**
|
|
4444
|
-
* @public
|
|
4445
|
-
* <p>UpdateWirelessGatewayTaskEntry object.</p>
|
|
4446
|
-
*/
|
|
4447
|
-
export interface UpdateWirelessGatewayTaskEntry {
|
|
4448
|
-
/**
|
|
4449
|
-
* <p>The ID of the new wireless gateway task entry.</p>
|
|
4450
|
-
*/
|
|
4451
|
-
Id?: string;
|
|
4452
|
-
/**
|
|
4453
|
-
* <p>The properties that relate to the LoRaWAN wireless gateway.</p>
|
|
4632
|
+
* <p>A filter to list only the wireless devices that use this destination.</p>
|
|
4454
4633
|
*/
|
|
4455
|
-
|
|
4634
|
+
DestinationName?: string;
|
|
4456
4635
|
/**
|
|
4457
|
-
* <p>
|
|
4636
|
+
* <p>A filter to list only the wireless devices that use this device profile.</p>
|
|
4458
4637
|
*/
|
|
4459
|
-
|
|
4460
|
-
}
|
|
4461
|
-
/**
|
|
4462
|
-
* @public
|
|
4463
|
-
*/
|
|
4464
|
-
export interface ListWirelessGatewayTaskDefinitionsResponse {
|
|
4638
|
+
DeviceProfileId?: string;
|
|
4465
4639
|
/**
|
|
4466
|
-
* <p>
|
|
4640
|
+
* <p>A filter to list only the wireless devices that use this service profile.</p>
|
|
4467
4641
|
*/
|
|
4468
|
-
|
|
4642
|
+
ServiceProfileId?: string;
|
|
4469
4643
|
/**
|
|
4470
|
-
* <p>
|
|
4644
|
+
* <p>A filter to list only the wireless devices that use this wireless device type.</p>
|
|
4471
4645
|
*/
|
|
4472
|
-
|
|
4473
|
-
}
|
|
4474
|
-
/**
|
|
4475
|
-
* @public
|
|
4476
|
-
* <p>Information about the Semtech GNSS solver configuration.</p>
|
|
4477
|
-
*/
|
|
4478
|
-
export interface SemtechGnssConfiguration {
|
|
4646
|
+
WirelessDeviceType?: WirelessDeviceType | string;
|
|
4479
4647
|
/**
|
|
4480
|
-
* <p>The
|
|
4648
|
+
* <p>The ID of a FUOTA task.</p>
|
|
4481
4649
|
*/
|
|
4482
|
-
|
|
4650
|
+
FuotaTaskId?: string;
|
|
4483
4651
|
/**
|
|
4484
|
-
* <p>
|
|
4652
|
+
* <p>The ID of the multicast group.</p>
|
|
4485
4653
|
*/
|
|
4486
|
-
|
|
4654
|
+
MulticastGroupId?: string;
|
|
4487
4655
|
}
|
|
4488
4656
|
/**
|
|
4489
4657
|
* @public
|
|
4490
|
-
* <p>
|
|
4658
|
+
* <p>LoRaWAN object for list functions.</p>
|
|
4491
4659
|
*/
|
|
4492
|
-
export interface
|
|
4660
|
+
export interface LoRaWANListDevice {
|
|
4493
4661
|
/**
|
|
4494
|
-
* <p>The
|
|
4662
|
+
* <p>The DevEUI value.</p>
|
|
4495
4663
|
*/
|
|
4496
|
-
|
|
4664
|
+
DevEui?: string;
|
|
4497
4665
|
}
|
|
4498
4666
|
/**
|
|
4499
4667
|
* @public
|
|
4668
|
+
* <p>Sidewalk object used by list functions.</p>
|
|
4500
4669
|
*/
|
|
4501
|
-
export interface
|
|
4502
|
-
/**
|
|
4503
|
-
* <p>Resource identifier used to update the position configuration.</p>
|
|
4504
|
-
*/
|
|
4505
|
-
ResourceIdentifier: string | undefined;
|
|
4506
|
-
/**
|
|
4507
|
-
* <p>Resource type of the resource for which you want to update the position configuration.</p>
|
|
4508
|
-
*/
|
|
4509
|
-
ResourceType: PositionResourceType | string | undefined;
|
|
4510
|
-
/**
|
|
4511
|
-
* <p>The positioning solvers used to update the position configuration of the resource.</p>
|
|
4512
|
-
*/
|
|
4513
|
-
Solvers?: PositionSolverConfigurations;
|
|
4670
|
+
export interface SidewalkListDevice {
|
|
4514
4671
|
/**
|
|
4515
|
-
* <p>The
|
|
4516
|
-
* data for use by AWS IoT Core for LoRaWAN.</p>
|
|
4672
|
+
* <p>The Sidewalk Amazon ID.</p>
|
|
4517
4673
|
*/
|
|
4518
|
-
|
|
4519
|
-
}
|
|
4520
|
-
/**
|
|
4521
|
-
* @public
|
|
4522
|
-
*/
|
|
4523
|
-
export interface PutPositionConfigurationResponse {
|
|
4524
|
-
}
|
|
4525
|
-
/**
|
|
4526
|
-
* @public
|
|
4527
|
-
*/
|
|
4528
|
-
export interface PutResourceLogLevelRequest {
|
|
4674
|
+
AmazonId?: string;
|
|
4529
4675
|
/**
|
|
4530
|
-
* <p>The
|
|
4531
|
-
* it is the wireless gateway ID.</p>
|
|
4676
|
+
* <p>The sidewalk device identification.</p>
|
|
4532
4677
|
*/
|
|
4533
|
-
|
|
4678
|
+
SidewalkId?: string;
|
|
4534
4679
|
/**
|
|
4535
|
-
* <p>The
|
|
4680
|
+
* <p>The Sidewalk manufacturing series number.</p>
|
|
4536
4681
|
*/
|
|
4537
|
-
|
|
4682
|
+
SidewalkManufacturingSn?: string;
|
|
4538
4683
|
/**
|
|
4539
|
-
* <p>The
|
|
4540
|
-
* less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.</p>
|
|
4684
|
+
* <p>The sidewalk device certificates for Ed25519 and P256r1.</p>
|
|
4541
4685
|
*/
|
|
4542
|
-
|
|
4543
|
-
}
|
|
4544
|
-
/**
|
|
4545
|
-
* @public
|
|
4546
|
-
*/
|
|
4547
|
-
export interface PutResourceLogLevelResponse {
|
|
4548
|
-
}
|
|
4549
|
-
/**
|
|
4550
|
-
* @public
|
|
4551
|
-
*/
|
|
4552
|
-
export interface ResetAllResourceLogLevelsRequest {
|
|
4553
|
-
}
|
|
4554
|
-
/**
|
|
4555
|
-
* @public
|
|
4556
|
-
*/
|
|
4557
|
-
export interface ResetAllResourceLogLevelsResponse {
|
|
4558
|
-
}
|
|
4559
|
-
/**
|
|
4560
|
-
* @public
|
|
4561
|
-
*/
|
|
4562
|
-
export interface ResetResourceLogLevelRequest {
|
|
4686
|
+
DeviceCertificates?: CertificateList[];
|
|
4563
4687
|
/**
|
|
4564
|
-
* <p>
|
|
4565
|
-
* it is the wireless gateway ID.</p>
|
|
4688
|
+
* <p>Sidewalk object used by list functions.</p>
|
|
4566
4689
|
*/
|
|
4567
|
-
|
|
4690
|
+
DeviceProfileId?: string;
|
|
4568
4691
|
/**
|
|
4569
|
-
* <p>The
|
|
4692
|
+
* <p>The status of the Sidewalk devices, such as provisioned or registered.</p>
|
|
4570
4693
|
*/
|
|
4571
|
-
|
|
4572
|
-
}
|
|
4573
|
-
/**
|
|
4574
|
-
* @public
|
|
4575
|
-
*/
|
|
4576
|
-
export interface ResetResourceLogLevelResponse {
|
|
4694
|
+
Status?: WirelessDeviceSidewalkStatus | string;
|
|
4577
4695
|
}
|
|
4578
4696
|
/**
|
|
4579
|
-
* @
|
|
4580
|
-
* <p>The metadata information of the LoRaWAN multicast group.</p>
|
|
4697
|
+
* @internal
|
|
4581
4698
|
*/
|
|
4582
|
-
export
|
|
4583
|
-
/**
|
|
4584
|
-
* <p>The Fport value.</p>
|
|
4585
|
-
*/
|
|
4586
|
-
FPort?: number;
|
|
4587
|
-
}
|
|
4699
|
+
export declare const SidewalkAccountInfoFilterSensitiveLog: (obj: SidewalkAccountInfo) => any;
|
|
4588
4700
|
/**
|
|
4589
|
-
* @
|
|
4590
|
-
* <p>Wireless metadata that is to be sent to multicast group.</p>
|
|
4701
|
+
* @internal
|
|
4591
4702
|
*/
|
|
4592
|
-
export
|
|
4593
|
-
/**
|
|
4594
|
-
* <p>The metadata information of the LoRaWAN multicast group.</p>
|
|
4595
|
-
*/
|
|
4596
|
-
LoRaWAN?: LoRaWANMulticastMetadata;
|
|
4597
|
-
}
|
|
4703
|
+
export declare const AssociateAwsAccountWithPartnerAccountRequestFilterSensitiveLog: (obj: AssociateAwsAccountWithPartnerAccountRequest) => any;
|
|
4598
4704
|
/**
|
|
4599
4705
|
* @internal
|
|
4600
4706
|
*/
|
|
4601
|
-
export declare const
|
|
4707
|
+
export declare const AssociateAwsAccountWithPartnerAccountResponseFilterSensitiveLog: (obj: AssociateAwsAccountWithPartnerAccountResponse) => any;
|
|
4602
4708
|
/**
|
|
4603
4709
|
* @internal
|
|
4604
4710
|
*/
|
|
4605
|
-
export declare const
|
|
4711
|
+
export declare const SidewalkGetDeviceProfileFilterSensitiveLog: (obj: SidewalkGetDeviceProfile) => any;
|
|
4606
4712
|
/**
|
|
4607
4713
|
* @internal
|
|
4608
4714
|
*/
|
|
4609
|
-
export declare const
|
|
4715
|
+
export declare const GetDeviceProfileResponseFilterSensitiveLog: (obj: GetDeviceProfileResponse) => any;
|
|
4610
4716
|
/**
|
|
4611
4717
|
* @internal
|
|
4612
4718
|
*/
|