@aws-sdk/client-iot-wireless 3.930.0 → 3.932.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/dist-cjs/index.js +63 -22
- package/dist-es/schemas/schemas_0.js +63 -22
- package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +4 -0
- package/dist-types/commands/GetPositionCommand.d.ts +1 -1
- package/dist-types/commands/GetPositionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessDeviceCommand.d.ts +3 -0
- package/dist-types/commands/GetWirelessDeviceImportTaskCommand.d.ts +4 -0
- package/dist-types/commands/ListDevicesForWirelessDeviceImportTaskCommand.d.ts +6 -0
- package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +2 -1
- package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListWirelessDeviceImportTasksCommand.d.ts +6 -1
- package/dist-types/commands/ListWirelessDevicesCommand.d.ts +4 -0
- package/dist-types/commands/PutPositionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/StartSingleWirelessDeviceImportTaskCommand.d.ts +4 -0
- package/dist-types/commands/StartWirelessDeviceImportTaskCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePositionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +59 -32
- package/dist-types/models/models_1.d.ts +82 -4
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +13 -7
- package/dist-types/ts3.4/models/models_1.d.ts +19 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1128,6 +1128,7 @@ const _SJ = "SupportsJoin";
|
|
|
1128
1128
|
const _SK = "SessionKeys";
|
|
1129
1129
|
const _SKC = "SigKeyCrc";
|
|
1130
1130
|
const _SLD = "SidewalkListDevice";
|
|
1131
|
+
const _SLDFII = "SidewalkListDevicesForImportInfo";
|
|
1131
1132
|
const _SM = "SummaryMetric";
|
|
1132
1133
|
const _SMC = "SummaryMetricConfiguration";
|
|
1133
1134
|
const _SMGS = "StartMulticastGroupSession";
|
|
@@ -1143,6 +1144,7 @@ const _SP = "SolverProvider";
|
|
|
1143
1144
|
const _SPI = "ServiceProfileId";
|
|
1144
1145
|
const _SPL = "ServiceProfileList";
|
|
1145
1146
|
const _SPe = "ServiceProfile";
|
|
1147
|
+
const _SPi = "SidewalkPositioning";
|
|
1146
1148
|
const _SR = "StatusReason";
|
|
1147
1149
|
const _SRTEC = "SidewalkResourceTypeEventConfiguration";
|
|
1148
1150
|
const _SSDTD = "SidewalkSendDataToDevice";
|
|
@@ -1160,6 +1162,7 @@ const _STt = "StartTime";
|
|
|
1160
1162
|
const _STta = "StartTimestamp";
|
|
1161
1163
|
const _SUA = "SidewalkUpdateAccount";
|
|
1162
1164
|
const _SUII = "SidewalkUpdateImportInfo";
|
|
1165
|
+
const _SUWD = "SidewalkUpdateWirelessDevice";
|
|
1163
1166
|
const _SV = "SolverVersion";
|
|
1164
1167
|
const _SWDIT = "StartWirelessDeviceImportTask";
|
|
1165
1168
|
const _SWDITR = "StartWirelessDeviceImportTaskRequest";
|
|
@@ -2039,8 +2042,8 @@ var GetWirelessDeviceImportTaskResponse = [
|
|
|
2039
2042
|
n0,
|
|
2040
2043
|
_GWDITRe,
|
|
2041
2044
|
0,
|
|
2042
|
-
[_I, _Ar, _DN, _S, _CTr, _St, _SR, _IIDC, _PIDC, _OIDC, _FIDC],
|
|
2043
|
-
[0, 0, 0, () => SidewalkGetStartImportInfo, 5, 0, 0, 1, 1, 1, 1],
|
|
2045
|
+
[_I, _Ar, _DN, _P, _S, _CTr, _St, _SR, _IIDC, _PIDC, _OIDC, _FIDC],
|
|
2046
|
+
[0, 0, 0, 0, () => SidewalkGetStartImportInfo, 5, 0, 0, 1, 1, 1, 1],
|
|
2044
2047
|
];
|
|
2045
2048
|
var GetWirelessDeviceRequest = [
|
|
2046
2049
|
3,
|
|
@@ -2282,8 +2285,8 @@ var ListDevicesForWirelessDeviceImportTaskResponse = [
|
|
|
2282
2285
|
n0,
|
|
2283
2286
|
_LDFWDITRi,
|
|
2284
2287
|
0,
|
|
2285
|
-
[_NT, _DN, _IWDL],
|
|
2286
|
-
[0, 0, () => ImportedWirelessDeviceList],
|
|
2288
|
+
[_NT, _DN, _P, _S, _IWDL],
|
|
2289
|
+
[0, 0, 0, () => SidewalkListDevicesForImportInfo, () => ImportedWirelessDeviceList],
|
|
2287
2290
|
];
|
|
2288
2291
|
var ListEventConfigurationsRequest = [
|
|
2289
2292
|
3,
|
|
@@ -3093,14 +3096,21 @@ var SidewalkAccountInfoWithFingerprint = [
|
|
|
3093
3096
|
[0, [() => Fingerprint, 0], 0],
|
|
3094
3097
|
];
|
|
3095
3098
|
var SidewalkCreateDeviceProfile = [3, n0, _SCDP, 0, [], []];
|
|
3096
|
-
var SidewalkCreateWirelessDevice = [
|
|
3099
|
+
var SidewalkCreateWirelessDevice = [
|
|
3100
|
+
3,
|
|
3101
|
+
n0,
|
|
3102
|
+
_SCWD,
|
|
3103
|
+
0,
|
|
3104
|
+
[_DPI, _P, _SMS],
|
|
3105
|
+
[0, () => SidewalkPositioning, 0],
|
|
3106
|
+
];
|
|
3097
3107
|
var SidewalkDevice = [
|
|
3098
3108
|
3,
|
|
3099
3109
|
n0,
|
|
3100
3110
|
_SD,
|
|
3101
3111
|
0,
|
|
3102
|
-
[_AIm, _SIi, _SMS, _DCe, _PK, _DPI, _CI, _St],
|
|
3103
|
-
[0, 0, 0, () => DeviceCertificateList, () => PrivateKeysList, 0, 0, 0],
|
|
3112
|
+
[_AIm, _SIi, _SMS, _DCe, _PK, _DPI, _CI, _St, _P],
|
|
3113
|
+
[0, 0, 0, () => DeviceCertificateList, () => PrivateKeysList, 0, 0, 0, () => SidewalkPositioning],
|
|
3104
3114
|
];
|
|
3105
3115
|
var SidewalkDeviceMetadata = [3, n0, _SDM, 0, [_R, _BLat, _Eve, _DS], [1, 0, 0, 0]];
|
|
3106
3116
|
var SidewalkEventNotificationConfigurations = [3, n0, _SENC, 0, [_AIET], [0]];
|
|
@@ -3112,21 +3122,52 @@ var SidewalkGetDeviceProfile = [
|
|
|
3112
3122
|
[_ASPK, _QS, _DCM],
|
|
3113
3123
|
[[() => ApplicationServerPublicKey, 0], 2, () => DakCertificateMetadataList],
|
|
3114
3124
|
];
|
|
3115
|
-
var SidewalkGetStartImportInfo = [
|
|
3125
|
+
var SidewalkGetStartImportInfo = [
|
|
3126
|
+
3,
|
|
3127
|
+
n0,
|
|
3128
|
+
_SGSII,
|
|
3129
|
+
0,
|
|
3130
|
+
[_DCFL, _Ro, _P],
|
|
3131
|
+
[64 | 0, 0, () => SidewalkPositioning],
|
|
3132
|
+
];
|
|
3116
3133
|
var SidewalkListDevice = [
|
|
3117
3134
|
3,
|
|
3118
3135
|
n0,
|
|
3119
3136
|
_SLD,
|
|
3120
3137
|
0,
|
|
3121
|
-
[_AIm, _SIi, _SMS, _DCe, _DPI, _St],
|
|
3122
|
-
[0, 0, 0, () => DeviceCertificateList, 0, 0],
|
|
3138
|
+
[_AIm, _SIi, _SMS, _DCe, _DPI, _St, _P],
|
|
3139
|
+
[0, 0, 0, () => DeviceCertificateList, 0, 0, () => SidewalkPositioning],
|
|
3140
|
+
];
|
|
3141
|
+
var SidewalkListDevicesForImportInfo = [
|
|
3142
|
+
3,
|
|
3143
|
+
n0,
|
|
3144
|
+
_SLDFII,
|
|
3145
|
+
0,
|
|
3146
|
+
[_P],
|
|
3147
|
+
[() => SidewalkPositioning],
|
|
3123
3148
|
];
|
|
3149
|
+
var SidewalkPositioning = [3, n0, _SPi, 0, [_DN], [0]];
|
|
3124
3150
|
var SidewalkResourceTypeEventConfiguration = [3, n0, _SRTEC, 0, [_WDET], [0]];
|
|
3125
3151
|
var SidewalkSendDataToDevice = [3, n0, _SSDTD, 0, [_Se, _MT, _AMRDS], [1, 0, 1]];
|
|
3126
|
-
var SidewalkSingleStartImportInfo = [
|
|
3127
|
-
|
|
3152
|
+
var SidewalkSingleStartImportInfo = [
|
|
3153
|
+
3,
|
|
3154
|
+
n0,
|
|
3155
|
+
_SSSII,
|
|
3156
|
+
0,
|
|
3157
|
+
[_SMS, _P],
|
|
3158
|
+
[0, () => SidewalkPositioning],
|
|
3159
|
+
];
|
|
3160
|
+
var SidewalkStartImportInfo = [
|
|
3161
|
+
3,
|
|
3162
|
+
n0,
|
|
3163
|
+
_SSII,
|
|
3164
|
+
0,
|
|
3165
|
+
[_DCF, _Ro, _P],
|
|
3166
|
+
[0, 0, () => SidewalkPositioning],
|
|
3167
|
+
];
|
|
3128
3168
|
var SidewalkUpdateAccount = [3, n0, _SUA, 0, [_ASPKp], [[() => AppServerPrivateKey, 0]]];
|
|
3129
3169
|
var SidewalkUpdateImportInfo = [3, n0, _SUII, 0, [_DCF], [0]];
|
|
3170
|
+
var SidewalkUpdateWirelessDevice = [3, n0, _SUWD, 0, [_P], [() => SidewalkPositioning]];
|
|
3130
3171
|
var StartBulkAssociateWirelessDeviceWithMulticastGroupRequest = [
|
|
3131
3172
|
3,
|
|
3132
3173
|
n0,
|
|
@@ -3182,8 +3223,8 @@ var StartSingleWirelessDeviceImportTaskRequest = [
|
|
|
3182
3223
|
n0,
|
|
3183
3224
|
_SSWDITR,
|
|
3184
3225
|
0,
|
|
3185
|
-
[_DN, _CRT, _DNe, _Ta, _S],
|
|
3186
|
-
[0, [0, 4], 0, () => TagList, () => SidewalkSingleStartImportInfo],
|
|
3226
|
+
[_DN, _CRT, _DNe, _Ta, _P, _S],
|
|
3227
|
+
[0, [0, 4], 0, () => TagList, 0, () => SidewalkSingleStartImportInfo],
|
|
3187
3228
|
];
|
|
3188
3229
|
var StartSingleWirelessDeviceImportTaskResponse = [
|
|
3189
3230
|
3,
|
|
@@ -3198,8 +3239,8 @@ var StartWirelessDeviceImportTaskRequest = [
|
|
|
3198
3239
|
n0,
|
|
3199
3240
|
_SWDITR,
|
|
3200
3241
|
0,
|
|
3201
|
-
[_DN, _CRT, _Ta, _S],
|
|
3202
|
-
[0, [0, 4], () => TagList, () => SidewalkStartImportInfo],
|
|
3242
|
+
[_DN, _CRT, _Ta, _P, _S],
|
|
3243
|
+
[0, [0, 4], () => TagList, 0, () => SidewalkStartImportInfo],
|
|
3203
3244
|
];
|
|
3204
3245
|
var StartWirelessDeviceImportTaskResponse = [3, n0, _SWDITRt, 0, [_I, _Ar], [0, 0]];
|
|
3205
3246
|
var SummaryMetricConfiguration = [3, n0, _SMC, 0, [_St], [0]];
|
|
@@ -3464,8 +3505,8 @@ var UpdateWirelessDeviceRequest = [
|
|
|
3464
3505
|
n0,
|
|
3465
3506
|
_UWDR,
|
|
3466
3507
|
0,
|
|
3467
|
-
[_I, _DN, _N, _D, _LRWAN, _P],
|
|
3468
|
-
[[0, 1], 0, 0, 0, () => LoRaWANUpdateDevice, 0],
|
|
3508
|
+
[_I, _DN, _N, _D, _LRWAN, _P, _S],
|
|
3509
|
+
[[0, 1], 0, 0, 0, () => LoRaWANUpdateDevice, 0, () => SidewalkUpdateWirelessDevice],
|
|
3469
3510
|
];
|
|
3470
3511
|
var UpdateWirelessDeviceResponse = [3, n0, _UWDRp, 0, [], []];
|
|
3471
3512
|
var UpdateWirelessGatewayRequest = [
|
|
@@ -3522,8 +3563,8 @@ var WirelessDeviceImportTask = [
|
|
|
3522
3563
|
n0,
|
|
3523
3564
|
_WDIT,
|
|
3524
3565
|
0,
|
|
3525
|
-
[_I, _Ar, _DN, _S, _CTr, _St, _SR, _IIDC, _PIDC, _OIDC, _FIDC],
|
|
3526
|
-
[0, 0, 0, () => SidewalkGetStartImportInfo, 5, 0, 0, 1, 1, 1, 1],
|
|
3566
|
+
[_I, _Ar, _DN, _P, _S, _CTr, _St, _SR, _IIDC, _PIDC, _OIDC, _FIDC],
|
|
3567
|
+
[0, 0, 0, 0, () => SidewalkGetStartImportInfo, 5, 0, 0, 1, 1, 1, 1],
|
|
3527
3568
|
];
|
|
3528
3569
|
var WirelessDeviceLogOption = [
|
|
3529
3570
|
3,
|
|
@@ -3538,8 +3579,8 @@ var WirelessDeviceStatistics = [
|
|
|
3538
3579
|
n0,
|
|
3539
3580
|
_WDS,
|
|
3540
3581
|
0,
|
|
3541
|
-
[_Ar, _I, _T, _N, _DN, _LURA, _LRWAN, _S, _FDS, _MDSu, _MGIc],
|
|
3542
|
-
[0, 0, 0, 0, 0, 0, () => LoRaWANListDevice, () => SidewalkListDevice, 0, 0, 1],
|
|
3582
|
+
[_Ar, _I, _T, _N, _DN, _LURA, _LRWAN, _S, _FDS, _MDSu, _MGIc, _P],
|
|
3583
|
+
[0, 0, 0, 0, 0, 0, () => LoRaWANListDevice, () => SidewalkListDevice, 0, 0, 1, 0],
|
|
3543
3584
|
];
|
|
3544
3585
|
var WirelessGatewayEventLogOption = [3, n0, _WGELO, 0, [_Eve, _LL], [0, 0]];
|
|
3545
3586
|
var WirelessGatewayLogOption = [
|
|
@@ -633,6 +633,7 @@ const _SJ = "SupportsJoin";
|
|
|
633
633
|
const _SK = "SessionKeys";
|
|
634
634
|
const _SKC = "SigKeyCrc";
|
|
635
635
|
const _SLD = "SidewalkListDevice";
|
|
636
|
+
const _SLDFII = "SidewalkListDevicesForImportInfo";
|
|
636
637
|
const _SM = "SummaryMetric";
|
|
637
638
|
const _SMC = "SummaryMetricConfiguration";
|
|
638
639
|
const _SMGS = "StartMulticastGroupSession";
|
|
@@ -648,6 +649,7 @@ const _SP = "SolverProvider";
|
|
|
648
649
|
const _SPI = "ServiceProfileId";
|
|
649
650
|
const _SPL = "ServiceProfileList";
|
|
650
651
|
const _SPe = "ServiceProfile";
|
|
652
|
+
const _SPi = "SidewalkPositioning";
|
|
651
653
|
const _SR = "StatusReason";
|
|
652
654
|
const _SRTEC = "SidewalkResourceTypeEventConfiguration";
|
|
653
655
|
const _SSDTD = "SidewalkSendDataToDevice";
|
|
@@ -665,6 +667,7 @@ const _STt = "StartTime";
|
|
|
665
667
|
const _STta = "StartTimestamp";
|
|
666
668
|
const _SUA = "SidewalkUpdateAccount";
|
|
667
669
|
const _SUII = "SidewalkUpdateImportInfo";
|
|
670
|
+
const _SUWD = "SidewalkUpdateWirelessDevice";
|
|
668
671
|
const _SV = "SolverVersion";
|
|
669
672
|
const _SWDIT = "StartWirelessDeviceImportTask";
|
|
670
673
|
const _SWDITR = "StartWirelessDeviceImportTaskRequest";
|
|
@@ -1547,8 +1550,8 @@ export var GetWirelessDeviceImportTaskResponse = [
|
|
|
1547
1550
|
n0,
|
|
1548
1551
|
_GWDITRe,
|
|
1549
1552
|
0,
|
|
1550
|
-
[_I, _Ar, _DN, _S, _CTr, _St, _SR, _IIDC, _PIDC, _OIDC, _FIDC],
|
|
1551
|
-
[0, 0, 0, () => SidewalkGetStartImportInfo, 5, 0, 0, 1, 1, 1, 1],
|
|
1553
|
+
[_I, _Ar, _DN, _P, _S, _CTr, _St, _SR, _IIDC, _PIDC, _OIDC, _FIDC],
|
|
1554
|
+
[0, 0, 0, 0, () => SidewalkGetStartImportInfo, 5, 0, 0, 1, 1, 1, 1],
|
|
1552
1555
|
];
|
|
1553
1556
|
export var GetWirelessDeviceRequest = [
|
|
1554
1557
|
3,
|
|
@@ -1790,8 +1793,8 @@ export var ListDevicesForWirelessDeviceImportTaskResponse = [
|
|
|
1790
1793
|
n0,
|
|
1791
1794
|
_LDFWDITRi,
|
|
1792
1795
|
0,
|
|
1793
|
-
[_NT, _DN, _IWDL],
|
|
1794
|
-
[0, 0, () => ImportedWirelessDeviceList],
|
|
1796
|
+
[_NT, _DN, _P, _S, _IWDL],
|
|
1797
|
+
[0, 0, 0, () => SidewalkListDevicesForImportInfo, () => ImportedWirelessDeviceList],
|
|
1795
1798
|
];
|
|
1796
1799
|
export var ListEventConfigurationsRequest = [
|
|
1797
1800
|
3,
|
|
@@ -2601,14 +2604,21 @@ export var SidewalkAccountInfoWithFingerprint = [
|
|
|
2601
2604
|
[0, [() => Fingerprint, 0], 0],
|
|
2602
2605
|
];
|
|
2603
2606
|
export var SidewalkCreateDeviceProfile = [3, n0, _SCDP, 0, [], []];
|
|
2604
|
-
export var SidewalkCreateWirelessDevice = [
|
|
2607
|
+
export var SidewalkCreateWirelessDevice = [
|
|
2608
|
+
3,
|
|
2609
|
+
n0,
|
|
2610
|
+
_SCWD,
|
|
2611
|
+
0,
|
|
2612
|
+
[_DPI, _P, _SMS],
|
|
2613
|
+
[0, () => SidewalkPositioning, 0],
|
|
2614
|
+
];
|
|
2605
2615
|
export var SidewalkDevice = [
|
|
2606
2616
|
3,
|
|
2607
2617
|
n0,
|
|
2608
2618
|
_SD,
|
|
2609
2619
|
0,
|
|
2610
|
-
[_AIm, _SIi, _SMS, _DCe, _PK, _DPI, _CI, _St],
|
|
2611
|
-
[0, 0, 0, () => DeviceCertificateList, () => PrivateKeysList, 0, 0, 0],
|
|
2620
|
+
[_AIm, _SIi, _SMS, _DCe, _PK, _DPI, _CI, _St, _P],
|
|
2621
|
+
[0, 0, 0, () => DeviceCertificateList, () => PrivateKeysList, 0, 0, 0, () => SidewalkPositioning],
|
|
2612
2622
|
];
|
|
2613
2623
|
export var SidewalkDeviceMetadata = [3, n0, _SDM, 0, [_R, _BLat, _Eve, _DS], [1, 0, 0, 0]];
|
|
2614
2624
|
export var SidewalkEventNotificationConfigurations = [3, n0, _SENC, 0, [_AIET], [0]];
|
|
@@ -2620,21 +2630,52 @@ export var SidewalkGetDeviceProfile = [
|
|
|
2620
2630
|
[_ASPK, _QS, _DCM],
|
|
2621
2631
|
[[() => ApplicationServerPublicKey, 0], 2, () => DakCertificateMetadataList],
|
|
2622
2632
|
];
|
|
2623
|
-
export var SidewalkGetStartImportInfo = [
|
|
2633
|
+
export var SidewalkGetStartImportInfo = [
|
|
2634
|
+
3,
|
|
2635
|
+
n0,
|
|
2636
|
+
_SGSII,
|
|
2637
|
+
0,
|
|
2638
|
+
[_DCFL, _Ro, _P],
|
|
2639
|
+
[64 | 0, 0, () => SidewalkPositioning],
|
|
2640
|
+
];
|
|
2624
2641
|
export var SidewalkListDevice = [
|
|
2625
2642
|
3,
|
|
2626
2643
|
n0,
|
|
2627
2644
|
_SLD,
|
|
2628
2645
|
0,
|
|
2629
|
-
[_AIm, _SIi, _SMS, _DCe, _DPI, _St],
|
|
2630
|
-
[0, 0, 0, () => DeviceCertificateList, 0, 0],
|
|
2646
|
+
[_AIm, _SIi, _SMS, _DCe, _DPI, _St, _P],
|
|
2647
|
+
[0, 0, 0, () => DeviceCertificateList, 0, 0, () => SidewalkPositioning],
|
|
2648
|
+
];
|
|
2649
|
+
export var SidewalkListDevicesForImportInfo = [
|
|
2650
|
+
3,
|
|
2651
|
+
n0,
|
|
2652
|
+
_SLDFII,
|
|
2653
|
+
0,
|
|
2654
|
+
[_P],
|
|
2655
|
+
[() => SidewalkPositioning],
|
|
2631
2656
|
];
|
|
2657
|
+
export var SidewalkPositioning = [3, n0, _SPi, 0, [_DN], [0]];
|
|
2632
2658
|
export var SidewalkResourceTypeEventConfiguration = [3, n0, _SRTEC, 0, [_WDET], [0]];
|
|
2633
2659
|
export var SidewalkSendDataToDevice = [3, n0, _SSDTD, 0, [_Se, _MT, _AMRDS], [1, 0, 1]];
|
|
2634
|
-
export var SidewalkSingleStartImportInfo = [
|
|
2635
|
-
|
|
2660
|
+
export var SidewalkSingleStartImportInfo = [
|
|
2661
|
+
3,
|
|
2662
|
+
n0,
|
|
2663
|
+
_SSSII,
|
|
2664
|
+
0,
|
|
2665
|
+
[_SMS, _P],
|
|
2666
|
+
[0, () => SidewalkPositioning],
|
|
2667
|
+
];
|
|
2668
|
+
export var SidewalkStartImportInfo = [
|
|
2669
|
+
3,
|
|
2670
|
+
n0,
|
|
2671
|
+
_SSII,
|
|
2672
|
+
0,
|
|
2673
|
+
[_DCF, _Ro, _P],
|
|
2674
|
+
[0, 0, () => SidewalkPositioning],
|
|
2675
|
+
];
|
|
2636
2676
|
export var SidewalkUpdateAccount = [3, n0, _SUA, 0, [_ASPKp], [[() => AppServerPrivateKey, 0]]];
|
|
2637
2677
|
export var SidewalkUpdateImportInfo = [3, n0, _SUII, 0, [_DCF], [0]];
|
|
2678
|
+
export var SidewalkUpdateWirelessDevice = [3, n0, _SUWD, 0, [_P], [() => SidewalkPositioning]];
|
|
2638
2679
|
export var StartBulkAssociateWirelessDeviceWithMulticastGroupRequest = [
|
|
2639
2680
|
3,
|
|
2640
2681
|
n0,
|
|
@@ -2690,8 +2731,8 @@ export var StartSingleWirelessDeviceImportTaskRequest = [
|
|
|
2690
2731
|
n0,
|
|
2691
2732
|
_SSWDITR,
|
|
2692
2733
|
0,
|
|
2693
|
-
[_DN, _CRT, _DNe, _Ta, _S],
|
|
2694
|
-
[0, [0, 4], 0, () => TagList, () => SidewalkSingleStartImportInfo],
|
|
2734
|
+
[_DN, _CRT, _DNe, _Ta, _P, _S],
|
|
2735
|
+
[0, [0, 4], 0, () => TagList, 0, () => SidewalkSingleStartImportInfo],
|
|
2695
2736
|
];
|
|
2696
2737
|
export var StartSingleWirelessDeviceImportTaskResponse = [
|
|
2697
2738
|
3,
|
|
@@ -2706,8 +2747,8 @@ export var StartWirelessDeviceImportTaskRequest = [
|
|
|
2706
2747
|
n0,
|
|
2707
2748
|
_SWDITR,
|
|
2708
2749
|
0,
|
|
2709
|
-
[_DN, _CRT, _Ta, _S],
|
|
2710
|
-
[0, [0, 4], () => TagList, () => SidewalkStartImportInfo],
|
|
2750
|
+
[_DN, _CRT, _Ta, _P, _S],
|
|
2751
|
+
[0, [0, 4], () => TagList, 0, () => SidewalkStartImportInfo],
|
|
2711
2752
|
];
|
|
2712
2753
|
export var StartWirelessDeviceImportTaskResponse = [3, n0, _SWDITRt, 0, [_I, _Ar], [0, 0]];
|
|
2713
2754
|
export var SummaryMetricConfiguration = [3, n0, _SMC, 0, [_St], [0]];
|
|
@@ -2972,8 +3013,8 @@ export var UpdateWirelessDeviceRequest = [
|
|
|
2972
3013
|
n0,
|
|
2973
3014
|
_UWDR,
|
|
2974
3015
|
0,
|
|
2975
|
-
[_I, _DN, _N, _D, _LRWAN, _P],
|
|
2976
|
-
[[0, 1], 0, 0, 0, () => LoRaWANUpdateDevice, 0],
|
|
3016
|
+
[_I, _DN, _N, _D, _LRWAN, _P, _S],
|
|
3017
|
+
[[0, 1], 0, 0, 0, () => LoRaWANUpdateDevice, 0, () => SidewalkUpdateWirelessDevice],
|
|
2977
3018
|
];
|
|
2978
3019
|
export var UpdateWirelessDeviceResponse = [3, n0, _UWDRp, 0, [], []];
|
|
2979
3020
|
export var UpdateWirelessGatewayRequest = [
|
|
@@ -3030,8 +3071,8 @@ export var WirelessDeviceImportTask = [
|
|
|
3030
3071
|
n0,
|
|
3031
3072
|
_WDIT,
|
|
3032
3073
|
0,
|
|
3033
|
-
[_I, _Ar, _DN, _S, _CTr, _St, _SR, _IIDC, _PIDC, _OIDC, _FIDC],
|
|
3034
|
-
[0, 0, 0, () => SidewalkGetStartImportInfo, 5, 0, 0, 1, 1, 1, 1],
|
|
3074
|
+
[_I, _Ar, _DN, _P, _S, _CTr, _St, _SR, _IIDC, _PIDC, _OIDC, _FIDC],
|
|
3075
|
+
[0, 0, 0, 0, () => SidewalkGetStartImportInfo, 5, 0, 0, 1, 1, 1, 1],
|
|
3035
3076
|
];
|
|
3036
3077
|
export var WirelessDeviceLogOption = [
|
|
3037
3078
|
3,
|
|
@@ -3046,8 +3087,8 @@ export var WirelessDeviceStatistics = [
|
|
|
3046
3087
|
n0,
|
|
3047
3088
|
_WDS,
|
|
3048
3089
|
0,
|
|
3049
|
-
[_Ar, _I, _T, _N, _DN, _LURA, _LRWAN, _S, _FDS, _MDSu, _MGIc],
|
|
3050
|
-
[0, 0, 0, 0, 0, 0, () => LoRaWANListDevice, () => SidewalkListDevice, 0, 0, 1],
|
|
3090
|
+
[_Ar, _I, _T, _N, _DN, _LURA, _LRWAN, _S, _FDS, _MDSu, _MGIc, _P],
|
|
3091
|
+
[0, 0, 0, 0, 0, 0, () => LoRaWANListDevice, () => SidewalkListDevice, 0, 0, 1, 0],
|
|
3051
3092
|
];
|
|
3052
3093
|
export var WirelessGatewayEventLogOption = [3, n0, _WGELO, 0, [_Eve, _LL], [0, 0]];
|
|
3053
3094
|
export var WirelessGatewayLogOption = [
|
|
@@ -102,6 +102,10 @@ declare const CreateWirelessDeviceCommand_base: {
|
|
|
102
102
|
* Positioning: "Enabled" || "Disabled",
|
|
103
103
|
* Sidewalk: { // SidewalkCreateWirelessDevice
|
|
104
104
|
* DeviceProfileId: "STRING_VALUE",
|
|
105
|
+
* Positioning: { // SidewalkPositioning
|
|
106
|
+
* DestinationName: "STRING_VALUE",
|
|
107
|
+
* },
|
|
108
|
+
* SidewalkManufacturingSn: "STRING_VALUE",
|
|
105
109
|
* },
|
|
106
110
|
* };
|
|
107
111
|
* const command = new CreateWirelessDeviceCommand(input);
|
|
@@ -30,7 +30,7 @@ declare const GetPositionCommand_base: {
|
|
|
30
30
|
* <p>Get the position information for a given resource.</p>
|
|
31
31
|
* <important>
|
|
32
32
|
* <p>This action is no longer supported. Calls to retrieve the position information
|
|
33
|
-
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/
|
|
33
|
+
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_GetResourcePosition.html">GetResourcePosition</a> API operation instead.</p>
|
|
34
34
|
* </important>
|
|
35
35
|
*
|
|
36
36
|
* @deprecated This operation is no longer supported.
|
|
@@ -30,7 +30,7 @@ declare const GetPositionConfigurationCommand_base: {
|
|
|
30
30
|
* <p>Get position configuration for a given resource.</p>
|
|
31
31
|
* <important>
|
|
32
32
|
* <p>This action is no longer supported. Calls to retrieve the position configuration
|
|
33
|
-
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/
|
|
33
|
+
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_GetResourcePosition.html">GetResourcePosition</a> API operation instead.</p>
|
|
34
34
|
* </important>
|
|
35
35
|
*
|
|
36
36
|
* @deprecated This operation is no longer supported.
|
|
@@ -121,6 +121,9 @@ declare const GetWirelessDeviceCommand_base: {
|
|
|
121
121
|
* // DeviceProfileId: "STRING_VALUE",
|
|
122
122
|
* // CertificateId: "STRING_VALUE",
|
|
123
123
|
* // Status: "PROVISIONED" || "REGISTERED" || "ACTIVATED" || "UNKNOWN",
|
|
124
|
+
* // Positioning: { // SidewalkPositioning
|
|
125
|
+
* // DestinationName: "STRING_VALUE",
|
|
126
|
+
* // },
|
|
124
127
|
* // },
|
|
125
128
|
* // Positioning: "Enabled" || "Disabled",
|
|
126
129
|
* // };
|
|
@@ -46,11 +46,15 @@ declare const GetWirelessDeviceImportTaskCommand_base: {
|
|
|
46
46
|
* // Id: "STRING_VALUE",
|
|
47
47
|
* // Arn: "STRING_VALUE",
|
|
48
48
|
* // DestinationName: "STRING_VALUE",
|
|
49
|
+
* // Positioning: "Enabled" || "Disabled",
|
|
49
50
|
* // Sidewalk: { // SidewalkGetStartImportInfo
|
|
50
51
|
* // DeviceCreationFileList: [ // DeviceCreationFileList
|
|
51
52
|
* // "STRING_VALUE",
|
|
52
53
|
* // ],
|
|
53
54
|
* // Role: "STRING_VALUE",
|
|
55
|
+
* // Positioning: { // SidewalkPositioning
|
|
56
|
+
* // DestinationName: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
54
58
|
* // },
|
|
55
59
|
* // CreationTime: new Date("TIMESTAMP"),
|
|
56
60
|
* // Status: "INITIALIZING" || "INITIALIZED" || "PENDING" || "COMPLETE" || "FAILED" || "DELETING",
|
|
@@ -47,6 +47,12 @@ declare const ListDevicesForWirelessDeviceImportTaskCommand_base: {
|
|
|
47
47
|
* // { // ListDevicesForWirelessDeviceImportTaskResponse
|
|
48
48
|
* // NextToken: "STRING_VALUE",
|
|
49
49
|
* // DestinationName: "STRING_VALUE",
|
|
50
|
+
* // Positioning: "Enabled" || "Disabled",
|
|
51
|
+
* // Sidewalk: { // SidewalkListDevicesForImportInfo
|
|
52
|
+
* // Positioning: { // SidewalkPositioning
|
|
53
|
+
* // DestinationName: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // },
|
|
50
56
|
* // ImportedWirelessDeviceList: [ // ImportedWirelessDeviceList
|
|
51
57
|
* // { // ImportedWirelessDevice
|
|
52
58
|
* // Sidewalk: { // ImportedSidewalkDevice
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
-
import { ListMulticastGroupsByFuotaTaskRequest
|
|
4
|
+
import { ListMulticastGroupsByFuotaTaskRequest } from "../models/models_0";
|
|
5
|
+
import { ListMulticastGroupsByFuotaTaskResponse } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -30,7 +30,7 @@ declare const ListPositionConfigurationsCommand_base: {
|
|
|
30
30
|
* <p>List position configurations for a given resource, such as positioning solvers.</p>
|
|
31
31
|
* <important>
|
|
32
32
|
* <p>This action is no longer supported. Calls to retrieve position information should
|
|
33
|
-
* use the <a href="https://docs.aws.amazon.com/iot-wireless/
|
|
33
|
+
* use the <a href="https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_GetResourcePosition.html">GetResourcePosition</a> API operation instead.</p>
|
|
34
34
|
* </important>
|
|
35
35
|
*
|
|
36
36
|
* @deprecated This operation is no longer supported.
|
|
@@ -27,7 +27,8 @@ declare const ListWirelessDeviceImportTasksCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>List
|
|
30
|
+
* <p>List of import tasks and summary information of onboarding status of devices in each
|
|
31
|
+
* import task.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -49,11 +50,15 @@ declare const ListWirelessDeviceImportTasksCommand_base: {
|
|
|
49
50
|
* // Id: "STRING_VALUE",
|
|
50
51
|
* // Arn: "STRING_VALUE",
|
|
51
52
|
* // DestinationName: "STRING_VALUE",
|
|
53
|
+
* // Positioning: "Enabled" || "Disabled",
|
|
52
54
|
* // Sidewalk: { // SidewalkGetStartImportInfo
|
|
53
55
|
* // DeviceCreationFileList: [ // DeviceCreationFileList
|
|
54
56
|
* // "STRING_VALUE",
|
|
55
57
|
* // ],
|
|
56
58
|
* // Role: "STRING_VALUE",
|
|
59
|
+
* // Positioning: { // SidewalkPositioning
|
|
60
|
+
* // DestinationName: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
57
62
|
* // },
|
|
58
63
|
* // CreationTime: new Date("TIMESTAMP"),
|
|
59
64
|
* // Status: "INITIALIZING" || "INITIALIZED" || "PENDING" || "COMPLETE" || "FAILED" || "DELETING",
|
|
@@ -73,10 +73,14 @@ declare const ListWirelessDevicesCommand_base: {
|
|
|
73
73
|
* // ],
|
|
74
74
|
* // DeviceProfileId: "STRING_VALUE",
|
|
75
75
|
* // Status: "PROVISIONED" || "REGISTERED" || "ACTIVATED" || "UNKNOWN",
|
|
76
|
+
* // Positioning: { // SidewalkPositioning
|
|
77
|
+
* // DestinationName: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
76
79
|
* // },
|
|
77
80
|
* // FuotaDeviceStatus: "Initial" || "Package_Not_Supported" || "FragAlgo_unsupported" || "Not_enough_memory" || "FragIndex_unsupported" || "Wrong_descriptor" || "SessionCnt_replay" || "MissingFrag" || "MemoryError" || "MICError" || "Successful" || "Device_exist_in_conflict_fuota_task",
|
|
78
81
|
* // MulticastDeviceStatus: "STRING_VALUE",
|
|
79
82
|
* // McGroupId: Number("int"),
|
|
83
|
+
* // Positioning: "Enabled" || "Disabled",
|
|
80
84
|
* // },
|
|
81
85
|
* // ],
|
|
82
86
|
* // };
|
|
@@ -30,7 +30,7 @@ declare const PutPositionConfigurationCommand_base: {
|
|
|
30
30
|
* <p>Put position configuration for a given resource.</p>
|
|
31
31
|
* <important>
|
|
32
32
|
* <p>This action is no longer supported. Calls to update the position configuration
|
|
33
|
-
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/
|
|
33
|
+
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_UpdateResourcePosition.html">UpdateResourcePosition</a> API operation instead.</p>
|
|
34
34
|
* </important>
|
|
35
35
|
*
|
|
36
36
|
* @deprecated This operation is no longer supported.
|
|
@@ -46,8 +46,12 @@ declare const StartSingleWirelessDeviceImportTaskCommand_base: {
|
|
|
46
46
|
* Value: "STRING_VALUE", // required
|
|
47
47
|
* },
|
|
48
48
|
* ],
|
|
49
|
+
* Positioning: "Enabled" || "Disabled",
|
|
49
50
|
* Sidewalk: { // SidewalkSingleStartImportInfo
|
|
50
51
|
* SidewalkManufacturingSn: "STRING_VALUE",
|
|
52
|
+
* Positioning: { // SidewalkPositioning
|
|
53
|
+
* DestinationName: "STRING_VALUE",
|
|
54
|
+
* },
|
|
51
55
|
* },
|
|
52
56
|
* };
|
|
53
57
|
* const command = new StartSingleWirelessDeviceImportTaskCommand(input);
|
|
@@ -46,9 +46,13 @@ declare const StartWirelessDeviceImportTaskCommand_base: {
|
|
|
46
46
|
* Value: "STRING_VALUE", // required
|
|
47
47
|
* },
|
|
48
48
|
* ],
|
|
49
|
+
* Positioning: "Enabled" || "Disabled",
|
|
49
50
|
* Sidewalk: { // SidewalkStartImportInfo
|
|
50
51
|
* DeviceCreationFile: "STRING_VALUE",
|
|
51
52
|
* Role: "STRING_VALUE",
|
|
53
|
+
* Positioning: { // SidewalkPositioning
|
|
54
|
+
* DestinationName: "STRING_VALUE",
|
|
55
|
+
* },
|
|
52
56
|
* },
|
|
53
57
|
* };
|
|
54
58
|
* const command = new StartWirelessDeviceImportTaskCommand(input);
|
|
@@ -30,7 +30,7 @@ declare const UpdatePositionCommand_base: {
|
|
|
30
30
|
* <p>Update the position information of a resource.</p>
|
|
31
31
|
* <important>
|
|
32
32
|
* <p>This action is no longer supported. Calls to update the position information
|
|
33
|
-
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/
|
|
33
|
+
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_UpdateResourcePosition.html">UpdateResourcePosition</a> API operation instead.</p>
|
|
34
34
|
* </important>
|
|
35
35
|
*
|
|
36
36
|
* @deprecated This operation is no longer supported.
|
|
@@ -66,6 +66,11 @@ declare const UpdateWirelessDeviceCommand_base: {
|
|
|
66
66
|
* },
|
|
67
67
|
* },
|
|
68
68
|
* Positioning: "Enabled" || "Disabled",
|
|
69
|
+
* Sidewalk: { // SidewalkUpdateWirelessDevice
|
|
70
|
+
* Positioning: { // SidewalkPositioning
|
|
71
|
+
* DestinationName: "STRING_VALUE",
|
|
72
|
+
* },
|
|
73
|
+
* },
|
|
69
74
|
* };
|
|
70
75
|
* const command = new UpdateWirelessDeviceCommand(input);
|
|
71
76
|
* const response = await client.send(command);
|
|
@@ -2032,6 +2032,17 @@ export declare const PositioningConfigStatus: {
|
|
|
2032
2032
|
* @public
|
|
2033
2033
|
*/
|
|
2034
2034
|
export type PositioningConfigStatus = (typeof PositioningConfigStatus)[keyof typeof PositioningConfigStatus];
|
|
2035
|
+
/**
|
|
2036
|
+
* <p>The Positioning object of the Sidewalk device.</p>
|
|
2037
|
+
* @public
|
|
2038
|
+
*/
|
|
2039
|
+
export interface SidewalkPositioning {
|
|
2040
|
+
/**
|
|
2041
|
+
* <p>The location destination name of the Sidewalk device.</p>
|
|
2042
|
+
* @public
|
|
2043
|
+
*/
|
|
2044
|
+
DestinationName?: string | undefined;
|
|
2045
|
+
}
|
|
2035
2046
|
/**
|
|
2036
2047
|
* <p>Sidewalk object for creating a wireless device.</p>
|
|
2037
2048
|
* @public
|
|
@@ -2042,6 +2053,16 @@ export interface SidewalkCreateWirelessDevice {
|
|
|
2042
2053
|
* @public
|
|
2043
2054
|
*/
|
|
2044
2055
|
DeviceProfileId?: string | undefined;
|
|
2056
|
+
/**
|
|
2057
|
+
* <p>The Positioning object of the Sidewalk device.</p>
|
|
2058
|
+
* @public
|
|
2059
|
+
*/
|
|
2060
|
+
Positioning?: SidewalkPositioning | undefined;
|
|
2061
|
+
/**
|
|
2062
|
+
* <p>The Sidewalk manufacturing serial number.</p>
|
|
2063
|
+
* @public
|
|
2064
|
+
*/
|
|
2065
|
+
SidewalkManufacturingSn?: string | undefined;
|
|
2045
2066
|
}
|
|
2046
2067
|
/**
|
|
2047
2068
|
* @public
|
|
@@ -2107,8 +2128,7 @@ export interface CreateWirelessDeviceRequest {
|
|
|
2107
2128
|
*/
|
|
2108
2129
|
Tags?: Tag[] | undefined;
|
|
2109
2130
|
/**
|
|
2110
|
-
* <p>
|
|
2111
|
-
* information.</p>
|
|
2131
|
+
* <p>The integration status of the Device Location feature for LoRaWAN and Sidewalk devices.</p>
|
|
2112
2132
|
* @public
|
|
2113
2133
|
*/
|
|
2114
2134
|
Positioning?: PositioningConfigStatus | undefined;
|
|
@@ -5022,6 +5042,11 @@ export interface SidewalkDevice {
|
|
|
5022
5042
|
* @public
|
|
5023
5043
|
*/
|
|
5024
5044
|
Status?: WirelessDeviceSidewalkStatus | undefined;
|
|
5045
|
+
/**
|
|
5046
|
+
* <p>The Positioning object of the Sidewalk device.</p>
|
|
5047
|
+
* @public
|
|
5048
|
+
*/
|
|
5049
|
+
Positioning?: SidewalkPositioning | undefined;
|
|
5025
5050
|
}
|
|
5026
5051
|
/**
|
|
5027
5052
|
* @public
|
|
@@ -5079,8 +5104,7 @@ export interface GetWirelessDeviceResponse {
|
|
|
5079
5104
|
*/
|
|
5080
5105
|
Sidewalk?: SidewalkDevice | undefined;
|
|
5081
5106
|
/**
|
|
5082
|
-
* <p>
|
|
5083
|
-
* information.</p>
|
|
5107
|
+
* <p>The integration status of the Device Location feature for LoRaWAN and Sidewalk devices.</p>
|
|
5084
5108
|
* @public
|
|
5085
5109
|
*/
|
|
5086
5110
|
Positioning?: PositioningConfigStatus | undefined;
|
|
@@ -5112,6 +5136,11 @@ export interface SidewalkGetStartImportInfo {
|
|
|
5112
5136
|
* @public
|
|
5113
5137
|
*/
|
|
5114
5138
|
Role?: string | undefined;
|
|
5139
|
+
/**
|
|
5140
|
+
* <p>The Positioning object of the Sidewalk device.</p>
|
|
5141
|
+
* @public
|
|
5142
|
+
*/
|
|
5143
|
+
Positioning?: SidewalkPositioning | undefined;
|
|
5115
5144
|
}
|
|
5116
5145
|
/**
|
|
5117
5146
|
* @public
|
|
@@ -5149,6 +5178,11 @@ export interface GetWirelessDeviceImportTaskResponse {
|
|
|
5149
5178
|
* @public
|
|
5150
5179
|
*/
|
|
5151
5180
|
DestinationName?: string | undefined;
|
|
5181
|
+
/**
|
|
5182
|
+
* <p>The integration status of the Device Location feature for LoRaWAN and Sidewalk devices.</p>
|
|
5183
|
+
* @public
|
|
5184
|
+
*/
|
|
5185
|
+
Positioning?: PositioningConfigStatus | undefined;
|
|
5152
5186
|
/**
|
|
5153
5187
|
* <p>The Sidewalk-related information about an import task.</p>
|
|
5154
5188
|
* @public
|
|
@@ -5744,6 +5778,17 @@ export interface ListDevicesForWirelessDeviceImportTaskRequest {
|
|
|
5744
5778
|
*/
|
|
5745
5779
|
Status?: OnboardStatus | undefined;
|
|
5746
5780
|
}
|
|
5781
|
+
/**
|
|
5782
|
+
* <p>The Sidewalk-related object containing positioning information used to configure Sidewalk devices during import.</p>
|
|
5783
|
+
* @public
|
|
5784
|
+
*/
|
|
5785
|
+
export interface SidewalkListDevicesForImportInfo {
|
|
5786
|
+
/**
|
|
5787
|
+
* <p>The Positioning object of the Sidewalk device.</p>
|
|
5788
|
+
* @public
|
|
5789
|
+
*/
|
|
5790
|
+
Positioning?: SidewalkPositioning | undefined;
|
|
5791
|
+
}
|
|
5747
5792
|
/**
|
|
5748
5793
|
* @public
|
|
5749
5794
|
*/
|
|
@@ -5760,6 +5805,16 @@ export interface ListDevicesForWirelessDeviceImportTaskResponse {
|
|
|
5760
5805
|
* @public
|
|
5761
5806
|
*/
|
|
5762
5807
|
DestinationName?: string | undefined;
|
|
5808
|
+
/**
|
|
5809
|
+
* <p>The integration status of the Device Location feature for Sidewalk devices.</p>
|
|
5810
|
+
* @public
|
|
5811
|
+
*/
|
|
5812
|
+
Positioning?: PositioningConfigStatus | undefined;
|
|
5813
|
+
/**
|
|
5814
|
+
* <p>The Sidewalk object containing Sidewalk-related device information.</p>
|
|
5815
|
+
* @public
|
|
5816
|
+
*/
|
|
5817
|
+
Sidewalk?: SidewalkListDevicesForImportInfo | undefined;
|
|
5763
5818
|
/**
|
|
5764
5819
|
* <p>List of wireless devices in an import task and their onboarding status.</p>
|
|
5765
5820
|
* @public
|
|
@@ -5916,31 +5971,3 @@ export interface ListMulticastGroupsByFuotaTaskRequest {
|
|
|
5916
5971
|
*/
|
|
5917
5972
|
MaxResults?: number | undefined;
|
|
5918
5973
|
}
|
|
5919
|
-
/**
|
|
5920
|
-
* <p>A multicast group that is associated with a FUOTA task.</p>
|
|
5921
|
-
* @public
|
|
5922
|
-
*/
|
|
5923
|
-
export interface MulticastGroupByFuotaTask {
|
|
5924
|
-
/**
|
|
5925
|
-
* <p>The ID of the multicast group.</p>
|
|
5926
|
-
* @public
|
|
5927
|
-
*/
|
|
5928
|
-
Id?: string | undefined;
|
|
5929
|
-
}
|
|
5930
|
-
/**
|
|
5931
|
-
* @public
|
|
5932
|
-
*/
|
|
5933
|
-
export interface ListMulticastGroupsByFuotaTaskResponse {
|
|
5934
|
-
/**
|
|
5935
|
-
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
|
|
5936
|
-
* response; otherwise <b>null</b> to receive the first set of
|
|
5937
|
-
* results.</p>
|
|
5938
|
-
* @public
|
|
5939
|
-
*/
|
|
5940
|
-
NextToken?: string | undefined;
|
|
5941
|
-
/**
|
|
5942
|
-
* <p>List of multicast groups associated with a FUOTA task.</p>
|
|
5943
|
-
* @public
|
|
5944
|
-
*/
|
|
5945
|
-
MulticastGroupList?: MulticastGroupByFuotaTask[] | undefined;
|
|
5946
|
-
}
|
|
@@ -1,6 +1,34 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { IoTWirelessServiceException as __BaseException } from "./IoTWirelessServiceException";
|
|
3
|
-
import { ApplicationConfig, CertificateList, ConnectionStatusEventConfiguration, ConnectionStatusResourceTypeEventConfiguration, DeviceRegistrationStateEventConfiguration, DeviceRegistrationStateResourceTypeEventConfiguration, DownlinkQueueMessage, EventNotificationPartnerType, ExpressionType, FuotaDeviceStatus, FuotaTaskLogOption, IdentifierType, ImportTaskStatus, JoinEventConfiguration, JoinResourceTypeEventConfiguration, LogLevel, LoRaWANFuotaTask, LoRaWANGateway, LoRaWANGatewayVersion, LoRaWANMulticast, LoRaWANMulticastSession, LoRaWANSendDataToDevice, MessageDeliveryStatusEventConfiguration, MessageDeliveryStatusResourceTypeEventConfiguration, PartnerType, PositionConfigurationFec, PositionConfigurationStatus, Positioning, PositioningConfigStatus, PositionResourceType, PositionSolverDetails, ProximityEventConfiguration, ProximityResourceTypeEventConfiguration, SidewalkAccountInfoWithFingerprint, SidewalkGetStartImportInfo, SummaryMetricConfiguration, Tag, TraceContent, WirelessDeviceLogOption, WirelessDeviceSidewalkStatus, WirelessDeviceType, WirelessGatewayLogOption } from "./models_0";
|
|
3
|
+
import { ApplicationConfig, CertificateList, ConnectionStatusEventConfiguration, ConnectionStatusResourceTypeEventConfiguration, DeviceRegistrationStateEventConfiguration, DeviceRegistrationStateResourceTypeEventConfiguration, DownlinkQueueMessage, EventNotificationPartnerType, ExpressionType, FuotaDeviceStatus, FuotaTaskLogOption, IdentifierType, ImportTaskStatus, JoinEventConfiguration, JoinResourceTypeEventConfiguration, LogLevel, LoRaWANFuotaTask, LoRaWANGateway, LoRaWANGatewayVersion, LoRaWANMulticast, LoRaWANMulticastSession, LoRaWANSendDataToDevice, MessageDeliveryStatusEventConfiguration, MessageDeliveryStatusResourceTypeEventConfiguration, PartnerType, PositionConfigurationFec, PositionConfigurationStatus, Positioning, PositioningConfigStatus, PositionResourceType, PositionSolverDetails, ProximityEventConfiguration, ProximityResourceTypeEventConfiguration, SidewalkAccountInfoWithFingerprint, SidewalkGetStartImportInfo, SidewalkPositioning, SummaryMetricConfiguration, Tag, TraceContent, WirelessDeviceLogOption, WirelessDeviceSidewalkStatus, WirelessDeviceType, WirelessGatewayLogOption } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* <p>A multicast group that is associated with a FUOTA task.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface MulticastGroupByFuotaTask {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The ID of the multicast group.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
Id?: string | undefined;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
export interface ListMulticastGroupsByFuotaTaskResponse {
|
|
19
|
+
/**
|
|
20
|
+
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
|
|
21
|
+
* response; otherwise <b>null</b> to receive the first set of
|
|
22
|
+
* results.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
NextToken?: string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* <p>List of multicast groups associated with a FUOTA task.</p>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
MulticastGroupList?: MulticastGroupByFuotaTask[] | undefined;
|
|
31
|
+
}
|
|
4
32
|
/**
|
|
5
33
|
* @public
|
|
6
34
|
*/
|
|
@@ -302,6 +330,11 @@ export interface WirelessDeviceImportTask {
|
|
|
302
330
|
* @public
|
|
303
331
|
*/
|
|
304
332
|
DestinationName?: string | undefined;
|
|
333
|
+
/**
|
|
334
|
+
* <p>The integration status of the Device Location feature for Sidewalk devices.</p>
|
|
335
|
+
* @public
|
|
336
|
+
*/
|
|
337
|
+
Positioning?: PositioningConfigStatus | undefined;
|
|
305
338
|
/**
|
|
306
339
|
* <p>The Sidewalk-related information of the wireless device import task.</p>
|
|
307
340
|
* @public
|
|
@@ -381,7 +414,7 @@ export interface ListWirelessDevicesRequest {
|
|
|
381
414
|
*/
|
|
382
415
|
NextToken?: string | undefined;
|
|
383
416
|
/**
|
|
384
|
-
* <p>A filter to list only the wireless devices that use
|
|
417
|
+
* <p>A filter to list only the wireless devices that use as uplink destination.</p>
|
|
385
418
|
* @public
|
|
386
419
|
*/
|
|
387
420
|
DestinationName?: string | undefined;
|
|
@@ -457,6 +490,11 @@ export interface SidewalkListDevice {
|
|
|
457
490
|
* @public
|
|
458
491
|
*/
|
|
459
492
|
Status?: WirelessDeviceSidewalkStatus | undefined;
|
|
493
|
+
/**
|
|
494
|
+
* <p>The Positioning object of the Sidewalk device.</p>
|
|
495
|
+
* @public
|
|
496
|
+
*/
|
|
497
|
+
Positioning?: SidewalkPositioning | undefined;
|
|
460
498
|
}
|
|
461
499
|
/**
|
|
462
500
|
* <p>Information about a wireless device's operation.</p>
|
|
@@ -521,6 +559,11 @@ export interface WirelessDeviceStatistics {
|
|
|
521
559
|
* @public
|
|
522
560
|
*/
|
|
523
561
|
McGroupId?: number | undefined;
|
|
562
|
+
/**
|
|
563
|
+
* <p>The integration status of the Device Location feature for LoRaWAN and Amazon Sidewalk enabled devices.</p>
|
|
564
|
+
* @public
|
|
565
|
+
*/
|
|
566
|
+
Positioning?: PositioningConfigStatus | undefined;
|
|
524
567
|
}
|
|
525
568
|
/**
|
|
526
569
|
* @public
|
|
@@ -1071,6 +1114,11 @@ export interface SidewalkSingleStartImportInfo {
|
|
|
1071
1114
|
* @public
|
|
1072
1115
|
*/
|
|
1073
1116
|
SidewalkManufacturingSn?: string | undefined;
|
|
1117
|
+
/**
|
|
1118
|
+
* <p>The Positioning object of the Sidewalk device.</p>
|
|
1119
|
+
* @public
|
|
1120
|
+
*/
|
|
1121
|
+
Positioning?: SidewalkPositioning | undefined;
|
|
1074
1122
|
}
|
|
1075
1123
|
/**
|
|
1076
1124
|
* @public
|
|
@@ -1105,6 +1153,11 @@ export interface StartSingleWirelessDeviceImportTaskRequest {
|
|
|
1105
1153
|
* @public
|
|
1106
1154
|
*/
|
|
1107
1155
|
Tags?: Tag[] | undefined;
|
|
1156
|
+
/**
|
|
1157
|
+
* <p>The integration status of the Device Location feature for Sidewalk devices.</p>
|
|
1158
|
+
* @public
|
|
1159
|
+
*/
|
|
1160
|
+
Positioning?: PositioningConfigStatus | undefined;
|
|
1108
1161
|
/**
|
|
1109
1162
|
* <p>The Sidewalk-related parameters for importing a single wireless device.</p>
|
|
1110
1163
|
* @public
|
|
@@ -1143,6 +1196,11 @@ export interface SidewalkStartImportInfo {
|
|
|
1143
1196
|
* @public
|
|
1144
1197
|
*/
|
|
1145
1198
|
Role?: string | undefined;
|
|
1199
|
+
/**
|
|
1200
|
+
* <p>The Positioning object of the Sidewalk device.</p>
|
|
1201
|
+
* @public
|
|
1202
|
+
*/
|
|
1203
|
+
Positioning?: SidewalkPositioning | undefined;
|
|
1146
1204
|
}
|
|
1147
1205
|
/**
|
|
1148
1206
|
* @public
|
|
@@ -1172,6 +1230,11 @@ export interface StartWirelessDeviceImportTaskRequest {
|
|
|
1172
1230
|
* @public
|
|
1173
1231
|
*/
|
|
1174
1232
|
Tags?: Tag[] | undefined;
|
|
1233
|
+
/**
|
|
1234
|
+
* <p>The integration status of the Device Location feature for Sidewalk devices.</p>
|
|
1235
|
+
* @public
|
|
1236
|
+
*/
|
|
1237
|
+
Positioning?: PositioningConfigStatus | undefined;
|
|
1175
1238
|
/**
|
|
1176
1239
|
* <p>The Sidewalk-related parameters for importing wireless devices that need to be
|
|
1177
1240
|
* provisioned in bulk.</p>
|
|
@@ -1772,6 +1835,17 @@ export interface LoRaWANUpdateDevice {
|
|
|
1772
1835
|
*/
|
|
1773
1836
|
FPorts?: UpdateFPorts | undefined;
|
|
1774
1837
|
}
|
|
1838
|
+
/**
|
|
1839
|
+
* <p>Sidewalk object for updating a wireless device.</p>
|
|
1840
|
+
* @public
|
|
1841
|
+
*/
|
|
1842
|
+
export interface SidewalkUpdateWirelessDevice {
|
|
1843
|
+
/**
|
|
1844
|
+
* <p>The Positioning object of the Sidewalk device.</p>
|
|
1845
|
+
* @public
|
|
1846
|
+
*/
|
|
1847
|
+
Positioning?: SidewalkPositioning | undefined;
|
|
1848
|
+
}
|
|
1775
1849
|
/**
|
|
1776
1850
|
* @public
|
|
1777
1851
|
*/
|
|
@@ -1806,11 +1880,15 @@ export interface UpdateWirelessDeviceRequest {
|
|
|
1806
1880
|
*/
|
|
1807
1881
|
LoRaWAN?: LoRaWANUpdateDevice | undefined;
|
|
1808
1882
|
/**
|
|
1809
|
-
* <p>
|
|
1810
|
-
* information.</p>
|
|
1883
|
+
* <p>The integration status of the Device Location feature for LoRaWAN and Sidewalk devices.</p>
|
|
1811
1884
|
* @public
|
|
1812
1885
|
*/
|
|
1813
1886
|
Positioning?: PositioningConfigStatus | undefined;
|
|
1887
|
+
/**
|
|
1888
|
+
* <p>The updated sidewalk properties.</p>
|
|
1889
|
+
* @public
|
|
1890
|
+
*/
|
|
1891
|
+
Sidewalk?: SidewalkUpdateWirelessDevice | undefined;
|
|
1814
1892
|
}
|
|
1815
1893
|
/**
|
|
1816
1894
|
* @public
|
|
@@ -281,12 +281,15 @@ export declare var SidewalkEventNotificationConfigurations: StaticStructureSchem
|
|
|
281
281
|
export declare var SidewalkGetDeviceProfile: StaticStructureSchema;
|
|
282
282
|
export declare var SidewalkGetStartImportInfo: StaticStructureSchema;
|
|
283
283
|
export declare var SidewalkListDevice: StaticStructureSchema;
|
|
284
|
+
export declare var SidewalkListDevicesForImportInfo: StaticStructureSchema;
|
|
285
|
+
export declare var SidewalkPositioning: StaticStructureSchema;
|
|
284
286
|
export declare var SidewalkResourceTypeEventConfiguration: StaticStructureSchema;
|
|
285
287
|
export declare var SidewalkSendDataToDevice: StaticStructureSchema;
|
|
286
288
|
export declare var SidewalkSingleStartImportInfo: StaticStructureSchema;
|
|
287
289
|
export declare var SidewalkStartImportInfo: StaticStructureSchema;
|
|
288
290
|
export declare var SidewalkUpdateAccount: StaticStructureSchema;
|
|
289
291
|
export declare var SidewalkUpdateImportInfo: StaticStructureSchema;
|
|
292
|
+
export declare var SidewalkUpdateWirelessDevice: StaticStructureSchema;
|
|
290
293
|
export declare var StartBulkAssociateWirelessDeviceWithMulticastGroupRequest: StaticStructureSchema;
|
|
291
294
|
export declare var StartBulkAssociateWirelessDeviceWithMulticastGroupResponse: StaticStructureSchema;
|
|
292
295
|
export declare var StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest: StaticStructureSchema;
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IoTWirelessClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
ListMulticastGroupsByFuotaTaskResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { ListMulticastGroupsByFuotaTaskRequest } from "../models/models_0";
|
|
9
|
+
import { ListMulticastGroupsByFuotaTaskResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface ListMulticastGroupsByFuotaTaskCommandInput
|
|
@@ -517,8 +517,13 @@ export declare const PositioningConfigStatus: {
|
|
|
517
517
|
};
|
|
518
518
|
export type PositioningConfigStatus =
|
|
519
519
|
(typeof PositioningConfigStatus)[keyof typeof PositioningConfigStatus];
|
|
520
|
+
export interface SidewalkPositioning {
|
|
521
|
+
DestinationName?: string | undefined;
|
|
522
|
+
}
|
|
520
523
|
export interface SidewalkCreateWirelessDevice {
|
|
521
524
|
DeviceProfileId?: string | undefined;
|
|
525
|
+
Positioning?: SidewalkPositioning | undefined;
|
|
526
|
+
SidewalkManufacturingSn?: string | undefined;
|
|
522
527
|
}
|
|
523
528
|
export declare const WirelessDeviceType: {
|
|
524
529
|
readonly LoRaWAN: "LoRaWAN";
|
|
@@ -1334,6 +1339,7 @@ export interface SidewalkDevice {
|
|
|
1334
1339
|
DeviceProfileId?: string | undefined;
|
|
1335
1340
|
CertificateId?: string | undefined;
|
|
1336
1341
|
Status?: WirelessDeviceSidewalkStatus | undefined;
|
|
1342
|
+
Positioning?: SidewalkPositioning | undefined;
|
|
1337
1343
|
}
|
|
1338
1344
|
export interface GetWirelessDeviceResponse {
|
|
1339
1345
|
Type?: WirelessDeviceType | undefined;
|
|
@@ -1354,6 +1360,7 @@ export interface GetWirelessDeviceImportTaskRequest {
|
|
|
1354
1360
|
export interface SidewalkGetStartImportInfo {
|
|
1355
1361
|
DeviceCreationFileList?: string[] | undefined;
|
|
1356
1362
|
Role?: string | undefined;
|
|
1363
|
+
Positioning?: SidewalkPositioning | undefined;
|
|
1357
1364
|
}
|
|
1358
1365
|
export declare const ImportTaskStatus: {
|
|
1359
1366
|
readonly COMPLETE: "COMPLETE";
|
|
@@ -1369,6 +1376,7 @@ export interface GetWirelessDeviceImportTaskResponse {
|
|
|
1369
1376
|
Id?: string | undefined;
|
|
1370
1377
|
Arn?: string | undefined;
|
|
1371
1378
|
DestinationName?: string | undefined;
|
|
1379
|
+
Positioning?: PositioningConfigStatus | undefined;
|
|
1372
1380
|
Sidewalk?: SidewalkGetStartImportInfo | undefined;
|
|
1373
1381
|
CreationTime?: Date | undefined;
|
|
1374
1382
|
Status?: ImportTaskStatus | undefined;
|
|
@@ -1517,9 +1525,14 @@ export interface ListDevicesForWirelessDeviceImportTaskRequest {
|
|
|
1517
1525
|
NextToken?: string | undefined;
|
|
1518
1526
|
Status?: OnboardStatus | undefined;
|
|
1519
1527
|
}
|
|
1528
|
+
export interface SidewalkListDevicesForImportInfo {
|
|
1529
|
+
Positioning?: SidewalkPositioning | undefined;
|
|
1530
|
+
}
|
|
1520
1531
|
export interface ListDevicesForWirelessDeviceImportTaskResponse {
|
|
1521
1532
|
NextToken?: string | undefined;
|
|
1522
1533
|
DestinationName?: string | undefined;
|
|
1534
|
+
Positioning?: PositioningConfigStatus | undefined;
|
|
1535
|
+
Sidewalk?: SidewalkListDevicesForImportInfo | undefined;
|
|
1523
1536
|
ImportedWirelessDeviceList?: ImportedWirelessDevice[] | undefined;
|
|
1524
1537
|
}
|
|
1525
1538
|
export interface ListEventConfigurationsRequest {
|
|
@@ -1557,10 +1570,3 @@ export interface ListMulticastGroupsByFuotaTaskRequest {
|
|
|
1557
1570
|
NextToken?: string | undefined;
|
|
1558
1571
|
MaxResults?: number | undefined;
|
|
1559
1572
|
}
|
|
1560
|
-
export interface MulticastGroupByFuotaTask {
|
|
1561
|
-
Id?: string | undefined;
|
|
1562
|
-
}
|
|
1563
|
-
export interface ListMulticastGroupsByFuotaTaskResponse {
|
|
1564
|
-
NextToken?: string | undefined;
|
|
1565
|
-
MulticastGroupList?: MulticastGroupByFuotaTask[] | undefined;
|
|
1566
|
-
}
|
|
@@ -36,6 +36,7 @@ import {
|
|
|
36
36
|
ProximityResourceTypeEventConfiguration,
|
|
37
37
|
SidewalkAccountInfoWithFingerprint,
|
|
38
38
|
SidewalkGetStartImportInfo,
|
|
39
|
+
SidewalkPositioning,
|
|
39
40
|
SummaryMetricConfiguration,
|
|
40
41
|
Tag,
|
|
41
42
|
TraceContent,
|
|
@@ -44,6 +45,13 @@ import {
|
|
|
44
45
|
WirelessDeviceType,
|
|
45
46
|
WirelessGatewayLogOption,
|
|
46
47
|
} from "./models_0";
|
|
48
|
+
export interface MulticastGroupByFuotaTask {
|
|
49
|
+
Id?: string | undefined;
|
|
50
|
+
}
|
|
51
|
+
export interface ListMulticastGroupsByFuotaTaskResponse {
|
|
52
|
+
NextToken?: string | undefined;
|
|
53
|
+
MulticastGroupList?: MulticastGroupByFuotaTask[] | undefined;
|
|
54
|
+
}
|
|
47
55
|
export interface ListNetworkAnalyzerConfigurationsRequest {
|
|
48
56
|
MaxResults?: number | undefined;
|
|
49
57
|
NextToken?: string | undefined;
|
|
@@ -118,6 +126,7 @@ export interface WirelessDeviceImportTask {
|
|
|
118
126
|
Id?: string | undefined;
|
|
119
127
|
Arn?: string | undefined;
|
|
120
128
|
DestinationName?: string | undefined;
|
|
129
|
+
Positioning?: PositioningConfigStatus | undefined;
|
|
121
130
|
Sidewalk?: SidewalkGetStartImportInfo | undefined;
|
|
122
131
|
CreationTime?: Date | undefined;
|
|
123
132
|
Status?: ImportTaskStatus | undefined;
|
|
@@ -151,6 +160,7 @@ export interface SidewalkListDevice {
|
|
|
151
160
|
DeviceCertificates?: CertificateList[] | undefined;
|
|
152
161
|
DeviceProfileId?: string | undefined;
|
|
153
162
|
Status?: WirelessDeviceSidewalkStatus | undefined;
|
|
163
|
+
Positioning?: SidewalkPositioning | undefined;
|
|
154
164
|
}
|
|
155
165
|
export interface WirelessDeviceStatistics {
|
|
156
166
|
Arn?: string | undefined;
|
|
@@ -164,6 +174,7 @@ export interface WirelessDeviceStatistics {
|
|
|
164
174
|
FuotaDeviceStatus?: FuotaDeviceStatus | undefined;
|
|
165
175
|
MulticastDeviceStatus?: string | undefined;
|
|
166
176
|
McGroupId?: number | undefined;
|
|
177
|
+
Positioning?: PositioningConfigStatus | undefined;
|
|
167
178
|
}
|
|
168
179
|
export interface ListWirelessDevicesResponse {
|
|
169
180
|
NextToken?: string | undefined;
|
|
@@ -301,12 +312,14 @@ export interface StartMulticastGroupSessionRequest {
|
|
|
301
312
|
export interface StartMulticastGroupSessionResponse {}
|
|
302
313
|
export interface SidewalkSingleStartImportInfo {
|
|
303
314
|
SidewalkManufacturingSn?: string | undefined;
|
|
315
|
+
Positioning?: SidewalkPositioning | undefined;
|
|
304
316
|
}
|
|
305
317
|
export interface StartSingleWirelessDeviceImportTaskRequest {
|
|
306
318
|
DestinationName: string | undefined;
|
|
307
319
|
ClientRequestToken?: string | undefined;
|
|
308
320
|
DeviceName?: string | undefined;
|
|
309
321
|
Tags?: Tag[] | undefined;
|
|
322
|
+
Positioning?: PositioningConfigStatus | undefined;
|
|
310
323
|
Sidewalk: SidewalkSingleStartImportInfo | undefined;
|
|
311
324
|
}
|
|
312
325
|
export interface StartSingleWirelessDeviceImportTaskResponse {
|
|
@@ -316,11 +329,13 @@ export interface StartSingleWirelessDeviceImportTaskResponse {
|
|
|
316
329
|
export interface SidewalkStartImportInfo {
|
|
317
330
|
DeviceCreationFile?: string | undefined;
|
|
318
331
|
Role?: string | undefined;
|
|
332
|
+
Positioning?: SidewalkPositioning | undefined;
|
|
319
333
|
}
|
|
320
334
|
export interface StartWirelessDeviceImportTaskRequest {
|
|
321
335
|
DestinationName: string | undefined;
|
|
322
336
|
ClientRequestToken?: string | undefined;
|
|
323
337
|
Tags?: Tag[] | undefined;
|
|
338
|
+
Positioning?: PositioningConfigStatus | undefined;
|
|
324
339
|
Sidewalk: SidewalkStartImportInfo | undefined;
|
|
325
340
|
}
|
|
326
341
|
export interface StartWirelessDeviceImportTaskResponse {
|
|
@@ -466,6 +481,9 @@ export interface LoRaWANUpdateDevice {
|
|
|
466
481
|
AbpV1_0_x?: UpdateAbpV1_0_x | undefined;
|
|
467
482
|
FPorts?: UpdateFPorts | undefined;
|
|
468
483
|
}
|
|
484
|
+
export interface SidewalkUpdateWirelessDevice {
|
|
485
|
+
Positioning?: SidewalkPositioning | undefined;
|
|
486
|
+
}
|
|
469
487
|
export interface UpdateWirelessDeviceRequest {
|
|
470
488
|
Id: string | undefined;
|
|
471
489
|
DestinationName?: string | undefined;
|
|
@@ -473,6 +491,7 @@ export interface UpdateWirelessDeviceRequest {
|
|
|
473
491
|
Description?: string | undefined;
|
|
474
492
|
LoRaWAN?: LoRaWANUpdateDevice | undefined;
|
|
475
493
|
Positioning?: PositioningConfigStatus | undefined;
|
|
494
|
+
Sidewalk?: SidewalkUpdateWirelessDevice | undefined;
|
|
476
495
|
}
|
|
477
496
|
export interface UpdateWirelessDeviceResponse {}
|
|
478
497
|
export interface SidewalkUpdateImportInfo {
|
|
@@ -287,12 +287,15 @@ export declare var SidewalkEventNotificationConfigurations: StaticStructureSchem
|
|
|
287
287
|
export declare var SidewalkGetDeviceProfile: StaticStructureSchema;
|
|
288
288
|
export declare var SidewalkGetStartImportInfo: StaticStructureSchema;
|
|
289
289
|
export declare var SidewalkListDevice: StaticStructureSchema;
|
|
290
|
+
export declare var SidewalkListDevicesForImportInfo: StaticStructureSchema;
|
|
291
|
+
export declare var SidewalkPositioning: StaticStructureSchema;
|
|
290
292
|
export declare var SidewalkResourceTypeEventConfiguration: StaticStructureSchema;
|
|
291
293
|
export declare var SidewalkSendDataToDevice: StaticStructureSchema;
|
|
292
294
|
export declare var SidewalkSingleStartImportInfo: StaticStructureSchema;
|
|
293
295
|
export declare var SidewalkStartImportInfo: StaticStructureSchema;
|
|
294
296
|
export declare var SidewalkUpdateAccount: StaticStructureSchema;
|
|
295
297
|
export declare var SidewalkUpdateImportInfo: StaticStructureSchema;
|
|
298
|
+
export declare var SidewalkUpdateWirelessDevice: StaticStructureSchema;
|
|
296
299
|
export declare var StartBulkAssociateWirelessDeviceWithMulticastGroupRequest: StaticStructureSchema;
|
|
297
300
|
export declare var StartBulkAssociateWirelessDeviceWithMulticastGroupResponse: StaticStructureSchema;
|
|
298
301
|
export declare var StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest: StaticStructureSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot-wireless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Wireless Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.932.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iot-wireless",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.932.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.932.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.932.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.932.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
35
|
"@smithy/core": "^3.18.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|