@aws-sdk/client-iot-wireless 3.686.0 → 3.691.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-types/models/models_0.d.ts +555 -555
- package/dist-types/models/models_1.d.ts +179 -179
- package/dist-types/ts3.4/models/models_0.d.ts +565 -555
- package/dist-types/ts3.4/models/models_1.d.ts +185 -179
- package/package.json +7 -7
|
@@ -9,12 +9,12 @@ export interface SessionKeysAbpV1_0_x {
|
|
|
9
9
|
* <p>The NwkSKey value.</p>
|
|
10
10
|
* @public
|
|
11
11
|
*/
|
|
12
|
-
NwkSKey?: string;
|
|
12
|
+
NwkSKey?: string | undefined;
|
|
13
13
|
/**
|
|
14
14
|
* <p>The AppSKey value.</p>
|
|
15
15
|
* @public
|
|
16
16
|
*/
|
|
17
|
-
AppSKey?: string;
|
|
17
|
+
AppSKey?: string | undefined;
|
|
18
18
|
}
|
|
19
19
|
/**
|
|
20
20
|
* <p>ABP device object for LoRaWAN specification v1.0.x</p>
|
|
@@ -25,17 +25,17 @@ export interface AbpV1_0_x {
|
|
|
25
25
|
* <p>The DevAddr value.</p>
|
|
26
26
|
* @public
|
|
27
27
|
*/
|
|
28
|
-
DevAddr?: string;
|
|
28
|
+
DevAddr?: string | undefined;
|
|
29
29
|
/**
|
|
30
30
|
* <p>Session keys for ABP v1.0.x</p>
|
|
31
31
|
* @public
|
|
32
32
|
*/
|
|
33
|
-
SessionKeys?: SessionKeysAbpV1_0_x;
|
|
33
|
+
SessionKeys?: SessionKeysAbpV1_0_x | undefined;
|
|
34
34
|
/**
|
|
35
35
|
* <p>The FCnt init value.</p>
|
|
36
36
|
* @public
|
|
37
37
|
*/
|
|
38
|
-
FCntStart?: number;
|
|
38
|
+
FCntStart?: number | undefined;
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
41
|
* <p>Session keys for ABP v1.1</p>
|
|
@@ -46,22 +46,22 @@ export interface SessionKeysAbpV1_1 {
|
|
|
46
46
|
* <p>The FNwkSIntKey value.</p>
|
|
47
47
|
* @public
|
|
48
48
|
*/
|
|
49
|
-
FNwkSIntKey?: string;
|
|
49
|
+
FNwkSIntKey?: string | undefined;
|
|
50
50
|
/**
|
|
51
51
|
* <p>The SNwkSIntKey value.</p>
|
|
52
52
|
* @public
|
|
53
53
|
*/
|
|
54
|
-
SNwkSIntKey?: string;
|
|
54
|
+
SNwkSIntKey?: string | undefined;
|
|
55
55
|
/**
|
|
56
56
|
* <p>The NwkSEncKey value.</p>
|
|
57
57
|
* @public
|
|
58
58
|
*/
|
|
59
|
-
NwkSEncKey?: string;
|
|
59
|
+
NwkSEncKey?: string | undefined;
|
|
60
60
|
/**
|
|
61
61
|
* <p>The AppSKey value.</p>
|
|
62
62
|
* @public
|
|
63
63
|
*/
|
|
64
|
-
AppSKey?: string;
|
|
64
|
+
AppSKey?: string | undefined;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
67
|
* <p>ABP device object for LoRaWAN specification v1.1</p>
|
|
@@ -72,17 +72,17 @@ export interface AbpV1_1 {
|
|
|
72
72
|
* <p>The DevAddr value.</p>
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
|
-
DevAddr?: string;
|
|
75
|
+
DevAddr?: string | undefined;
|
|
76
76
|
/**
|
|
77
77
|
* <p>Session keys for ABP v1.1</p>
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
|
-
SessionKeys?: SessionKeysAbpV1_1;
|
|
80
|
+
SessionKeys?: SessionKeysAbpV1_1 | undefined;
|
|
81
81
|
/**
|
|
82
82
|
* <p>The FCnt init value.</p>
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
|
-
FCntStart?: number;
|
|
85
|
+
FCntStart?: number | undefined;
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
88
|
* <p>User does not have permission to perform this action.</p>
|
|
@@ -91,7 +91,7 @@ export interface AbpV1_1 {
|
|
|
91
91
|
export declare class AccessDeniedException extends __BaseException {
|
|
92
92
|
readonly name: "AccessDeniedException";
|
|
93
93
|
readonly $fault: "client";
|
|
94
|
-
Message?: string;
|
|
94
|
+
Message?: string | undefined;
|
|
95
95
|
/**
|
|
96
96
|
* @internal
|
|
97
97
|
*/
|
|
@@ -110,13 +110,13 @@ export interface Accuracy {
|
|
|
110
110
|
* estimated location and the actual device location.</p>
|
|
111
111
|
* @public
|
|
112
112
|
*/
|
|
113
|
-
HorizontalAccuracy?: number;
|
|
113
|
+
HorizontalAccuracy?: number | undefined;
|
|
114
114
|
/**
|
|
115
115
|
* <p>The vertical accuracy of the estimated position, which is the difference between the
|
|
116
116
|
* estimated altitude and actual device latitude in meters.</p>
|
|
117
117
|
* @public
|
|
118
118
|
*/
|
|
119
|
-
VerticalAccuracy?: number;
|
|
119
|
+
VerticalAccuracy?: number | undefined;
|
|
120
120
|
}
|
|
121
121
|
/**
|
|
122
122
|
* @public
|
|
@@ -151,19 +151,19 @@ export interface ApplicationConfig {
|
|
|
151
151
|
* <p>The Fport value.</p>
|
|
152
152
|
* @public
|
|
153
153
|
*/
|
|
154
|
-
FPort?: number;
|
|
154
|
+
FPort?: number | undefined;
|
|
155
155
|
/**
|
|
156
156
|
* <p>Application type, which can be specified to obtain real-time position information of
|
|
157
157
|
* your LoRaWAN device.</p>
|
|
158
158
|
* @public
|
|
159
159
|
*/
|
|
160
|
-
Type?: ApplicationConfigType;
|
|
160
|
+
Type?: ApplicationConfigType | undefined;
|
|
161
161
|
/**
|
|
162
162
|
* <p>The name of the position data destination that describes the AWS IoT rule that
|
|
163
163
|
* processes the device's position data for use by AWS IoT Core for LoRaWAN.</p>
|
|
164
164
|
* @public
|
|
165
165
|
*/
|
|
166
|
-
DestinationName?: string;
|
|
166
|
+
DestinationName?: string | undefined;
|
|
167
167
|
}
|
|
168
168
|
/**
|
|
169
169
|
* <p>Information about a Sidewalk account.</p>
|
|
@@ -174,12 +174,12 @@ export interface SidewalkAccountInfo {
|
|
|
174
174
|
* <p>The Sidewalk Amazon ID.</p>
|
|
175
175
|
* @public
|
|
176
176
|
*/
|
|
177
|
-
AmazonId?: string;
|
|
177
|
+
AmazonId?: string | undefined;
|
|
178
178
|
/**
|
|
179
179
|
* <p>The Sidewalk application server private key.</p>
|
|
180
180
|
* @public
|
|
181
181
|
*/
|
|
182
|
-
AppServerPrivateKey?: string;
|
|
182
|
+
AppServerPrivateKey?: string | undefined;
|
|
183
183
|
}
|
|
184
184
|
/**
|
|
185
185
|
* <p>A simple label consisting of a customer-defined key-value pair</p>
|
|
@@ -215,13 +215,13 @@ export interface AssociateAwsAccountWithPartnerAccountRequest {
|
|
|
215
215
|
* For more information about idempotency, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency in Amazon EC2 API requests</a>.</p>
|
|
216
216
|
* @public
|
|
217
217
|
*/
|
|
218
|
-
ClientRequestToken?: string;
|
|
218
|
+
ClientRequestToken?: string | undefined;
|
|
219
219
|
/**
|
|
220
220
|
* <p>The tags to attach to the specified resource. Tags are metadata that you can use to
|
|
221
221
|
* manage a resource.</p>
|
|
222
222
|
* @public
|
|
223
223
|
*/
|
|
224
|
-
Tags?: Tag[];
|
|
224
|
+
Tags?: Tag[] | undefined;
|
|
225
225
|
}
|
|
226
226
|
/**
|
|
227
227
|
* @public
|
|
@@ -231,12 +231,12 @@ export interface AssociateAwsAccountWithPartnerAccountResponse {
|
|
|
231
231
|
* <p>The Sidewalk account credentials.</p>
|
|
232
232
|
* @public
|
|
233
233
|
*/
|
|
234
|
-
Sidewalk?: SidewalkAccountInfo;
|
|
234
|
+
Sidewalk?: SidewalkAccountInfo | undefined;
|
|
235
235
|
/**
|
|
236
236
|
* <p>The Amazon Resource Name of the resource.</p>
|
|
237
237
|
* @public
|
|
238
238
|
*/
|
|
239
|
-
Arn?: string;
|
|
239
|
+
Arn?: string | undefined;
|
|
240
240
|
}
|
|
241
241
|
/**
|
|
242
242
|
* <p>Adding, updating, or deleting the resource can cause an inconsistent state.</p>
|
|
@@ -245,17 +245,17 @@ export interface AssociateAwsAccountWithPartnerAccountResponse {
|
|
|
245
245
|
export declare class ConflictException extends __BaseException {
|
|
246
246
|
readonly name: "ConflictException";
|
|
247
247
|
readonly $fault: "client";
|
|
248
|
-
Message?: string;
|
|
248
|
+
Message?: string | undefined;
|
|
249
249
|
/**
|
|
250
250
|
* <p>Id of the resource in the conflicting operation.</p>
|
|
251
251
|
* @public
|
|
252
252
|
*/
|
|
253
|
-
ResourceId?: string;
|
|
253
|
+
ResourceId?: string | undefined;
|
|
254
254
|
/**
|
|
255
255
|
* <p>Type of the resource in the conflicting operation.</p>
|
|
256
256
|
* @public
|
|
257
257
|
*/
|
|
258
|
-
ResourceType?: string;
|
|
258
|
+
ResourceType?: string | undefined;
|
|
259
259
|
/**
|
|
260
260
|
* @internal
|
|
261
261
|
*/
|
|
@@ -268,7 +268,7 @@ export declare class ConflictException extends __BaseException {
|
|
|
268
268
|
export declare class InternalServerException extends __BaseException {
|
|
269
269
|
readonly name: "InternalServerException";
|
|
270
270
|
readonly $fault: "server";
|
|
271
|
-
Message?: string;
|
|
271
|
+
Message?: string | undefined;
|
|
272
272
|
/**
|
|
273
273
|
* @internal
|
|
274
274
|
*/
|
|
@@ -281,17 +281,17 @@ export declare class InternalServerException extends __BaseException {
|
|
|
281
281
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
282
282
|
readonly name: "ResourceNotFoundException";
|
|
283
283
|
readonly $fault: "client";
|
|
284
|
-
Message?: string;
|
|
284
|
+
Message?: string | undefined;
|
|
285
285
|
/**
|
|
286
286
|
* <p>Id of the not found resource.</p>
|
|
287
287
|
* @public
|
|
288
288
|
*/
|
|
289
|
-
ResourceId?: string;
|
|
289
|
+
ResourceId?: string | undefined;
|
|
290
290
|
/**
|
|
291
291
|
* <p>Type of the font found resource.</p>
|
|
292
292
|
* @public
|
|
293
293
|
*/
|
|
294
|
-
ResourceType?: string;
|
|
294
|
+
ResourceType?: string | undefined;
|
|
295
295
|
/**
|
|
296
296
|
* @internal
|
|
297
297
|
*/
|
|
@@ -304,7 +304,7 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
304
304
|
export declare class ThrottlingException extends __BaseException {
|
|
305
305
|
readonly name: "ThrottlingException";
|
|
306
306
|
readonly $fault: "client";
|
|
307
|
-
Message?: string;
|
|
307
|
+
Message?: string | undefined;
|
|
308
308
|
/**
|
|
309
309
|
* @internal
|
|
310
310
|
*/
|
|
@@ -317,7 +317,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
317
317
|
export declare class ValidationException extends __BaseException {
|
|
318
318
|
readonly name: "ValidationException";
|
|
319
319
|
readonly $fault: "client";
|
|
320
|
-
Message?: string;
|
|
320
|
+
Message?: string | undefined;
|
|
321
321
|
/**
|
|
322
322
|
* @internal
|
|
323
323
|
*/
|
|
@@ -426,7 +426,7 @@ export interface AssociateWirelessGatewayWithCertificateResponse {
|
|
|
426
426
|
* <p>The ID of the certificate associated with the wireless gateway.</p>
|
|
427
427
|
* @public
|
|
428
428
|
*/
|
|
429
|
-
IotCertificateId?: string;
|
|
429
|
+
IotCertificateId?: string | undefined;
|
|
430
430
|
}
|
|
431
431
|
/**
|
|
432
432
|
* @public
|
|
@@ -470,12 +470,12 @@ export interface Beaconing {
|
|
|
470
470
|
* <p>The data rate for gateways that are sending the beacons.</p>
|
|
471
471
|
* @public
|
|
472
472
|
*/
|
|
473
|
-
DataRate?: number;
|
|
473
|
+
DataRate?: number | undefined;
|
|
474
474
|
/**
|
|
475
475
|
* <p>The frequency list for the gateways to send the beacons.</p>
|
|
476
476
|
* @public
|
|
477
477
|
*/
|
|
478
|
-
Frequencies?: number[];
|
|
478
|
+
Frequencies?: number[] | undefined;
|
|
479
479
|
}
|
|
480
480
|
/**
|
|
481
481
|
* @public
|
|
@@ -530,12 +530,12 @@ export interface CdmaNmrObj {
|
|
|
530
530
|
* <p>Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).</p>
|
|
531
531
|
* @public
|
|
532
532
|
*/
|
|
533
|
-
PilotPower?: number;
|
|
533
|
+
PilotPower?: number | undefined;
|
|
534
534
|
/**
|
|
535
535
|
* <p>CDMA base station ID (BSID).</p>
|
|
536
536
|
* @public
|
|
537
537
|
*/
|
|
538
|
-
BaseStationId?: number;
|
|
538
|
+
BaseStationId?: number | undefined;
|
|
539
539
|
}
|
|
540
540
|
/**
|
|
541
541
|
* <p>CDMA (Code-division multiple access) object.</p>
|
|
@@ -561,32 +561,32 @@ export interface CdmaObj {
|
|
|
561
561
|
* <p>CDMA registration zone (RZ).</p>
|
|
562
562
|
* @public
|
|
563
563
|
*/
|
|
564
|
-
RegistrationZone?: number;
|
|
564
|
+
RegistrationZone?: number | undefined;
|
|
565
565
|
/**
|
|
566
566
|
* <p>CDMA local identification (local ID) parameters.</p>
|
|
567
567
|
* @public
|
|
568
568
|
*/
|
|
569
|
-
CdmaLocalId?: CdmaLocalId;
|
|
569
|
+
CdmaLocalId?: CdmaLocalId | undefined;
|
|
570
570
|
/**
|
|
571
571
|
* <p>Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).</p>
|
|
572
572
|
* @public
|
|
573
573
|
*/
|
|
574
|
-
PilotPower?: number;
|
|
574
|
+
PilotPower?: number | undefined;
|
|
575
575
|
/**
|
|
576
576
|
* <p>CDMA base station latitude in degrees.</p>
|
|
577
577
|
* @public
|
|
578
578
|
*/
|
|
579
|
-
BaseLat?: number;
|
|
579
|
+
BaseLat?: number | undefined;
|
|
580
580
|
/**
|
|
581
581
|
* <p>CDMA base station longitude in degrees.</p>
|
|
582
582
|
* @public
|
|
583
583
|
*/
|
|
584
|
-
BaseLng?: number;
|
|
584
|
+
BaseLng?: number | undefined;
|
|
585
585
|
/**
|
|
586
586
|
* <p>CDMA network measurement reports.</p>
|
|
587
587
|
* @public
|
|
588
588
|
*/
|
|
589
|
-
CdmaNmr?: CdmaNmrObj[];
|
|
589
|
+
CdmaNmr?: CdmaNmrObj[] | undefined;
|
|
590
590
|
}
|
|
591
591
|
/**
|
|
592
592
|
* <p>GSM local ID information, which corresponds to the local identification parameters of
|
|
@@ -641,12 +641,12 @@ export interface GsmNmrObj {
|
|
|
641
641
|
* (decibel-milliwatts).</p>
|
|
642
642
|
* @public
|
|
643
643
|
*/
|
|
644
|
-
RxLevel?: number;
|
|
644
|
+
RxLevel?: number | undefined;
|
|
645
645
|
/**
|
|
646
646
|
* <p>Global identity information of the GSM object.</p>
|
|
647
647
|
* @public
|
|
648
648
|
*/
|
|
649
|
-
GlobalIdentity?: GlobalIdentity;
|
|
649
|
+
GlobalIdentity?: GlobalIdentity | undefined;
|
|
650
650
|
}
|
|
651
651
|
/**
|
|
652
652
|
* <p>GSM object.</p>
|
|
@@ -677,24 +677,24 @@ export interface GsmObj {
|
|
|
677
677
|
* <p>GSM local identification (local ID) information.</p>
|
|
678
678
|
* @public
|
|
679
679
|
*/
|
|
680
|
-
GsmLocalId?: GsmLocalId;
|
|
680
|
+
GsmLocalId?: GsmLocalId | undefined;
|
|
681
681
|
/**
|
|
682
682
|
* <p>Timing advance value, which corresponds to the length of time a signal takes to reach
|
|
683
683
|
* the base station from a mobile phone.</p>
|
|
684
684
|
* @public
|
|
685
685
|
*/
|
|
686
|
-
GsmTimingAdvance?: number;
|
|
686
|
+
GsmTimingAdvance?: number | undefined;
|
|
687
687
|
/**
|
|
688
688
|
* <p>Rx level, which is the received signal power, measured in dBm
|
|
689
689
|
* (decibel-milliwatts).</p>
|
|
690
690
|
* @public
|
|
691
691
|
*/
|
|
692
|
-
RxLevel?: number;
|
|
692
|
+
RxLevel?: number | undefined;
|
|
693
693
|
/**
|
|
694
694
|
* <p>GSM object for network measurement reports.</p>
|
|
695
695
|
* @public
|
|
696
696
|
*/
|
|
697
|
-
GsmNmr?: GsmNmrObj[];
|
|
697
|
+
GsmNmr?: GsmNmrObj[] | undefined;
|
|
698
698
|
}
|
|
699
699
|
/**
|
|
700
700
|
* <p>LTE local identification (local ID) information.</p>
|
|
@@ -740,12 +740,12 @@ export interface LteNmrObj {
|
|
|
740
740
|
* (decibel-milliwatts).</p>
|
|
741
741
|
* @public
|
|
742
742
|
*/
|
|
743
|
-
Rsrp?: number;
|
|
743
|
+
Rsrp?: number | undefined;
|
|
744
744
|
/**
|
|
745
745
|
* <p>Signal quality of the reference Signal received, measured in decibels (dB).</p>
|
|
746
746
|
* @public
|
|
747
747
|
*/
|
|
748
|
-
Rsrq?: number;
|
|
748
|
+
Rsrq?: number | undefined;
|
|
749
749
|
}
|
|
750
750
|
/**
|
|
751
751
|
* <p>LTE object.</p>
|
|
@@ -772,39 +772,39 @@ export interface LteObj {
|
|
|
772
772
|
* <p>LTE tracking area code.</p>
|
|
773
773
|
* @public
|
|
774
774
|
*/
|
|
775
|
-
Tac?: number;
|
|
775
|
+
Tac?: number | undefined;
|
|
776
776
|
/**
|
|
777
777
|
* <p>LTE local identification (local ID) information.</p>
|
|
778
778
|
* @public
|
|
779
779
|
*/
|
|
780
|
-
LteLocalId?: LteLocalId;
|
|
780
|
+
LteLocalId?: LteLocalId | undefined;
|
|
781
781
|
/**
|
|
782
782
|
* <p>LTE timing advance.</p>
|
|
783
783
|
* @public
|
|
784
784
|
*/
|
|
785
|
-
LteTimingAdvance?: number;
|
|
785
|
+
LteTimingAdvance?: number | undefined;
|
|
786
786
|
/**
|
|
787
787
|
* <p>Signal power of the reference signal received, measured in dBm
|
|
788
788
|
* (decibel-milliwatts).</p>
|
|
789
789
|
* @public
|
|
790
790
|
*/
|
|
791
|
-
Rsrp?: number;
|
|
791
|
+
Rsrp?: number | undefined;
|
|
792
792
|
/**
|
|
793
793
|
* <p>Signal quality of the reference Signal received, measured in decibels (dB).</p>
|
|
794
794
|
* @public
|
|
795
795
|
*/
|
|
796
|
-
Rsrq?: number;
|
|
796
|
+
Rsrq?: number | undefined;
|
|
797
797
|
/**
|
|
798
798
|
* <p>Parameter that determines whether the LTE object is capable of supporting NR (new
|
|
799
799
|
* radio).</p>
|
|
800
800
|
* @public
|
|
801
801
|
*/
|
|
802
|
-
NrCapable?: boolean;
|
|
802
|
+
NrCapable?: boolean | undefined;
|
|
803
803
|
/**
|
|
804
804
|
* <p>LTE object for network measurement reports.</p>
|
|
805
805
|
* @public
|
|
806
806
|
*/
|
|
807
|
-
LteNmr?: LteNmrObj[];
|
|
807
|
+
LteNmr?: LteNmrObj[] | undefined;
|
|
808
808
|
}
|
|
809
809
|
/**
|
|
810
810
|
* <p>TD-SCDMA local identification (local Id) information.</p>
|
|
@@ -843,18 +843,18 @@ export interface TdscdmaNmrObj {
|
|
|
843
843
|
* <p>UTRAN (UMTS Terrestrial Radio Access Network) cell global identifier.</p>
|
|
844
844
|
* @public
|
|
845
845
|
*/
|
|
846
|
-
UtranCid?: number;
|
|
846
|
+
UtranCid?: number | undefined;
|
|
847
847
|
/**
|
|
848
848
|
* <p>Code power of the received signal, measured in decibel-milliwatts (dBm).</p>
|
|
849
849
|
* @public
|
|
850
850
|
*/
|
|
851
|
-
Rscp?: number;
|
|
851
|
+
Rscp?: number | undefined;
|
|
852
852
|
/**
|
|
853
853
|
* <p>Path loss, or path attenuation, is the reduction in power density of an
|
|
854
854
|
* electromagnetic wave as it propagates through space.</p>
|
|
855
855
|
* @public
|
|
856
856
|
*/
|
|
857
|
-
PathLoss?: number;
|
|
857
|
+
PathLoss?: number | undefined;
|
|
858
858
|
}
|
|
859
859
|
/**
|
|
860
860
|
* <p>TD-SCDMA object.</p>
|
|
@@ -875,7 +875,7 @@ export interface TdscdmaObj {
|
|
|
875
875
|
* <p>Location Area Code.</p>
|
|
876
876
|
* @public
|
|
877
877
|
*/
|
|
878
|
-
Lac?: number;
|
|
878
|
+
Lac?: number | undefined;
|
|
879
879
|
/**
|
|
880
880
|
* <p>UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.</p>
|
|
881
881
|
* @public
|
|
@@ -885,29 +885,29 @@ export interface TdscdmaObj {
|
|
|
885
885
|
* <p>TD-SCDMA local identification (local ID) information.</p>
|
|
886
886
|
* @public
|
|
887
887
|
*/
|
|
888
|
-
TdscdmaLocalId?: TdscdmaLocalId;
|
|
888
|
+
TdscdmaLocalId?: TdscdmaLocalId | undefined;
|
|
889
889
|
/**
|
|
890
890
|
* <p>TD-SCDMA Timing advance.</p>
|
|
891
891
|
* @public
|
|
892
892
|
*/
|
|
893
|
-
TdscdmaTimingAdvance?: number;
|
|
893
|
+
TdscdmaTimingAdvance?: number | undefined;
|
|
894
894
|
/**
|
|
895
895
|
* <p>Signal power of the received signal (Received Signal Code Power), measured in
|
|
896
896
|
* decibel-milliwatts (dBm).</p>
|
|
897
897
|
* @public
|
|
898
898
|
*/
|
|
899
|
-
Rscp?: number;
|
|
899
|
+
Rscp?: number | undefined;
|
|
900
900
|
/**
|
|
901
901
|
* <p>Path loss, or path attenuation, is the reduction in power density of an
|
|
902
902
|
* electromagnetic wave as it propagates through space.</p>
|
|
903
903
|
* @public
|
|
904
904
|
*/
|
|
905
|
-
PathLoss?: number;
|
|
905
|
+
PathLoss?: number | undefined;
|
|
906
906
|
/**
|
|
907
907
|
* <p>TD-SCDMA object for network measurement reports.</p>
|
|
908
908
|
* @public
|
|
909
909
|
*/
|
|
910
|
-
TdscdmaNmr?: TdscdmaNmrObj[];
|
|
910
|
+
TdscdmaNmr?: TdscdmaNmrObj[] | undefined;
|
|
911
911
|
}
|
|
912
912
|
/**
|
|
913
913
|
* <p>WCDMA local identification (local ID) information.</p>
|
|
@@ -949,13 +949,13 @@ export interface WcdmaNmrObj {
|
|
|
949
949
|
* <p>Received Signal Code Power (signal power) (dBm)</p>
|
|
950
950
|
* @public
|
|
951
951
|
*/
|
|
952
|
-
Rscp?: number;
|
|
952
|
+
Rscp?: number | undefined;
|
|
953
953
|
/**
|
|
954
954
|
* <p>Path loss, or path attenuation, is the reduction in power density of an
|
|
955
955
|
* electromagnetic wave as it propagates through space.</p>
|
|
956
956
|
* @public
|
|
957
957
|
*/
|
|
958
|
-
PathLoss?: number;
|
|
958
|
+
PathLoss?: number | undefined;
|
|
959
959
|
}
|
|
960
960
|
/**
|
|
961
961
|
* <p>WCDMA.</p>
|
|
@@ -976,7 +976,7 @@ export interface WcdmaObj {
|
|
|
976
976
|
* <p>Location Area Code.</p>
|
|
977
977
|
* @public
|
|
978
978
|
*/
|
|
979
|
-
Lac?: number;
|
|
979
|
+
Lac?: number | undefined;
|
|
980
980
|
/**
|
|
981
981
|
* <p>UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.</p>
|
|
982
982
|
* @public
|
|
@@ -986,23 +986,23 @@ export interface WcdmaObj {
|
|
|
986
986
|
* <p>WCDMA local ID information.</p>
|
|
987
987
|
* @public
|
|
988
988
|
*/
|
|
989
|
-
WcdmaLocalId?: WcdmaLocalId;
|
|
989
|
+
WcdmaLocalId?: WcdmaLocalId | undefined;
|
|
990
990
|
/**
|
|
991
991
|
* <p>Received Signal Code Power (signal power) (dBm).</p>
|
|
992
992
|
* @public
|
|
993
993
|
*/
|
|
994
|
-
Rscp?: number;
|
|
994
|
+
Rscp?: number | undefined;
|
|
995
995
|
/**
|
|
996
996
|
* <p>Path loss, or path attenuation, is the reduction in power density of an
|
|
997
997
|
* electromagnetic wave as it propagates through space.</p>
|
|
998
998
|
* @public
|
|
999
999
|
*/
|
|
1000
|
-
PathLoss?: number;
|
|
1000
|
+
PathLoss?: number | undefined;
|
|
1001
1001
|
/**
|
|
1002
1002
|
* <p>WCDMA object for network measurement reports.</p>
|
|
1003
1003
|
* @public
|
|
1004
1004
|
*/
|
|
1005
|
-
WcdmaNmr?: WcdmaNmrObj[];
|
|
1005
|
+
WcdmaNmr?: WcdmaNmrObj[] | undefined;
|
|
1006
1006
|
}
|
|
1007
1007
|
/**
|
|
1008
1008
|
* <p>The cell towers that were used to perform the measurements.</p>
|
|
@@ -1013,27 +1013,27 @@ export interface CellTowers {
|
|
|
1013
1013
|
* <p>GSM object information.</p>
|
|
1014
1014
|
* @public
|
|
1015
1015
|
*/
|
|
1016
|
-
Gsm?: GsmObj[];
|
|
1016
|
+
Gsm?: GsmObj[] | undefined;
|
|
1017
1017
|
/**
|
|
1018
1018
|
* <p>WCDMA object information.</p>
|
|
1019
1019
|
* @public
|
|
1020
1020
|
*/
|
|
1021
|
-
Wcdma?: WcdmaObj[];
|
|
1021
|
+
Wcdma?: WcdmaObj[] | undefined;
|
|
1022
1022
|
/**
|
|
1023
1023
|
* <p>TD-SCDMA object information.</p>
|
|
1024
1024
|
* @public
|
|
1025
1025
|
*/
|
|
1026
|
-
Tdscdma?: TdscdmaObj[];
|
|
1026
|
+
Tdscdma?: TdscdmaObj[] | undefined;
|
|
1027
1027
|
/**
|
|
1028
1028
|
* <p>LTE object information.</p>
|
|
1029
1029
|
* @public
|
|
1030
1030
|
*/
|
|
1031
|
-
Lte?: LteObj[];
|
|
1031
|
+
Lte?: LteObj[] | undefined;
|
|
1032
1032
|
/**
|
|
1033
1033
|
* <p>CDMA object information.</p>
|
|
1034
1034
|
* @public
|
|
1035
1035
|
*/
|
|
1036
|
-
Cdma?: CdmaObj[];
|
|
1036
|
+
Cdma?: CdmaObj[] | undefined;
|
|
1037
1037
|
}
|
|
1038
1038
|
/**
|
|
1039
1039
|
* @public
|
|
@@ -1097,7 +1097,7 @@ export interface LoRaWANConnectionStatusEventNotificationConfigurations {
|
|
|
1097
1097
|
* disabled.</p>
|
|
1098
1098
|
* @public
|
|
1099
1099
|
*/
|
|
1100
|
-
GatewayEuiEventTopic?: EventNotificationTopicStatus;
|
|
1100
|
+
GatewayEuiEventTopic?: EventNotificationTopicStatus | undefined;
|
|
1101
1101
|
}
|
|
1102
1102
|
/**
|
|
1103
1103
|
* <p>Connection status event configuration object for enabling or disabling topic.</p>
|
|
@@ -1109,13 +1109,13 @@ export interface ConnectionStatusEventConfiguration {
|
|
|
1109
1109
|
* event topics.</p>
|
|
1110
1110
|
* @public
|
|
1111
1111
|
*/
|
|
1112
|
-
LoRaWAN?: LoRaWANConnectionStatusEventNotificationConfigurations;
|
|
1112
|
+
LoRaWAN?: LoRaWANConnectionStatusEventNotificationConfigurations | undefined;
|
|
1113
1113
|
/**
|
|
1114
1114
|
* <p>Denotes whether the wireless gateway ID connection status event topic is enabled or
|
|
1115
1115
|
* disabled.</p>
|
|
1116
1116
|
* @public
|
|
1117
1117
|
*/
|
|
1118
|
-
WirelessGatewayIdEventTopic?: EventNotificationTopicStatus;
|
|
1118
|
+
WirelessGatewayIdEventTopic?: EventNotificationTopicStatus | undefined;
|
|
1119
1119
|
}
|
|
1120
1120
|
/**
|
|
1121
1121
|
* <p>Object for LoRaWAN connection status resource type event configuration.</p>
|
|
@@ -1127,7 +1127,7 @@ export interface LoRaWANConnectionStatusResourceTypeEventConfiguration {
|
|
|
1127
1127
|
* disabled.</p>
|
|
1128
1128
|
* @public
|
|
1129
1129
|
*/
|
|
1130
|
-
WirelessGatewayEventTopic?: EventNotificationTopicStatus;
|
|
1130
|
+
WirelessGatewayEventTopic?: EventNotificationTopicStatus | undefined;
|
|
1131
1131
|
}
|
|
1132
1132
|
/**
|
|
1133
1133
|
* <p>Connection status resource type event configuration object for enabling or disabling
|
|
@@ -1140,7 +1140,7 @@ export interface ConnectionStatusResourceTypeEventConfiguration {
|
|
|
1140
1140
|
* LoRaWAN related event topics.</p>
|
|
1141
1141
|
* @public
|
|
1142
1142
|
*/
|
|
1143
|
-
LoRaWAN?: LoRaWANConnectionStatusResourceTypeEventConfiguration;
|
|
1143
|
+
LoRaWAN?: LoRaWANConnectionStatusResourceTypeEventConfiguration | undefined;
|
|
1144
1144
|
}
|
|
1145
1145
|
/**
|
|
1146
1146
|
* @public
|
|
@@ -1177,7 +1177,7 @@ export interface CreateDestinationRequest {
|
|
|
1177
1177
|
* <p>The description of the new resource.</p>
|
|
1178
1178
|
* @public
|
|
1179
1179
|
*/
|
|
1180
|
-
Description?: string;
|
|
1180
|
+
Description?: string | undefined;
|
|
1181
1181
|
/**
|
|
1182
1182
|
* <p>The ARN of the IAM Role that authorizes the destination.</p>
|
|
1183
1183
|
* @public
|
|
@@ -1188,7 +1188,7 @@ export interface CreateDestinationRequest {
|
|
|
1188
1188
|
* manage a resource.</p>
|
|
1189
1189
|
* @public
|
|
1190
1190
|
*/
|
|
1191
|
-
Tags?: Tag[];
|
|
1191
|
+
Tags?: Tag[] | undefined;
|
|
1192
1192
|
/**
|
|
1193
1193
|
* <p>Each resource must have a unique client request token. The client token is used to implement
|
|
1194
1194
|
* idempotency. It ensures that the request completes no more than one time. If you retry a request
|
|
@@ -1198,7 +1198,7 @@ export interface CreateDestinationRequest {
|
|
|
1198
1198
|
* For more information about idempotency, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency in Amazon EC2 API requests</a>.</p>
|
|
1199
1199
|
* @public
|
|
1200
1200
|
*/
|
|
1201
|
-
ClientRequestToken?: string;
|
|
1201
|
+
ClientRequestToken?: string | undefined;
|
|
1202
1202
|
}
|
|
1203
1203
|
/**
|
|
1204
1204
|
* @public
|
|
@@ -1208,12 +1208,12 @@ export interface CreateDestinationResponse {
|
|
|
1208
1208
|
* <p>The Amazon Resource Name of the new resource.</p>
|
|
1209
1209
|
* @public
|
|
1210
1210
|
*/
|
|
1211
|
-
Arn?: string;
|
|
1211
|
+
Arn?: string | undefined;
|
|
1212
1212
|
/**
|
|
1213
1213
|
* <p>The name of the new resource.</p>
|
|
1214
1214
|
* @public
|
|
1215
1215
|
*/
|
|
1216
|
-
Name?: string;
|
|
1216
|
+
Name?: string | undefined;
|
|
1217
1217
|
}
|
|
1218
1218
|
/**
|
|
1219
1219
|
* <p>LoRaWANDeviceProfile object.</p>
|
|
@@ -1224,98 +1224,98 @@ export interface LoRaWANDeviceProfile {
|
|
|
1224
1224
|
* <p>The SupportsClassB value.</p>
|
|
1225
1225
|
* @public
|
|
1226
1226
|
*/
|
|
1227
|
-
SupportsClassB?: boolean;
|
|
1227
|
+
SupportsClassB?: boolean | undefined;
|
|
1228
1228
|
/**
|
|
1229
1229
|
* <p>The ClassBTimeout value.</p>
|
|
1230
1230
|
* @public
|
|
1231
1231
|
*/
|
|
1232
|
-
ClassBTimeout?: number;
|
|
1232
|
+
ClassBTimeout?: number | undefined;
|
|
1233
1233
|
/**
|
|
1234
1234
|
* <p>The PingSlotPeriod value.</p>
|
|
1235
1235
|
* @public
|
|
1236
1236
|
*/
|
|
1237
|
-
PingSlotPeriod?: number;
|
|
1237
|
+
PingSlotPeriod?: number | undefined;
|
|
1238
1238
|
/**
|
|
1239
1239
|
* <p>The PingSlotDR value.</p>
|
|
1240
1240
|
* @public
|
|
1241
1241
|
*/
|
|
1242
|
-
PingSlotDr?: number;
|
|
1242
|
+
PingSlotDr?: number | undefined;
|
|
1243
1243
|
/**
|
|
1244
1244
|
* <p>The PingSlotFreq value.</p>
|
|
1245
1245
|
* @public
|
|
1246
1246
|
*/
|
|
1247
|
-
PingSlotFreq?: number;
|
|
1247
|
+
PingSlotFreq?: number | undefined;
|
|
1248
1248
|
/**
|
|
1249
1249
|
* <p>The SupportsClassC value.</p>
|
|
1250
1250
|
* @public
|
|
1251
1251
|
*/
|
|
1252
|
-
SupportsClassC?: boolean;
|
|
1252
|
+
SupportsClassC?: boolean | undefined;
|
|
1253
1253
|
/**
|
|
1254
1254
|
* <p>The ClassCTimeout value.</p>
|
|
1255
1255
|
* @public
|
|
1256
1256
|
*/
|
|
1257
|
-
ClassCTimeout?: number;
|
|
1257
|
+
ClassCTimeout?: number | undefined;
|
|
1258
1258
|
/**
|
|
1259
1259
|
* <p>The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device
|
|
1260
1260
|
* profile.</p>
|
|
1261
1261
|
* @public
|
|
1262
1262
|
*/
|
|
1263
|
-
MacVersion?: string;
|
|
1263
|
+
MacVersion?: string | undefined;
|
|
1264
1264
|
/**
|
|
1265
1265
|
* <p>The version of regional parameters.</p>
|
|
1266
1266
|
* @public
|
|
1267
1267
|
*/
|
|
1268
|
-
RegParamsRevision?: string;
|
|
1268
|
+
RegParamsRevision?: string | undefined;
|
|
1269
1269
|
/**
|
|
1270
1270
|
* <p>The RXDelay1 value.</p>
|
|
1271
1271
|
* @public
|
|
1272
1272
|
*/
|
|
1273
|
-
RxDelay1?: number;
|
|
1273
|
+
RxDelay1?: number | undefined;
|
|
1274
1274
|
/**
|
|
1275
1275
|
* <p>The RXDROffset1 value.</p>
|
|
1276
1276
|
* @public
|
|
1277
1277
|
*/
|
|
1278
|
-
RxDrOffset1?: number;
|
|
1278
|
+
RxDrOffset1?: number | undefined;
|
|
1279
1279
|
/**
|
|
1280
1280
|
* <p>The RXDataRate2 value.</p>
|
|
1281
1281
|
* @public
|
|
1282
1282
|
*/
|
|
1283
|
-
RxDataRate2?: number;
|
|
1283
|
+
RxDataRate2?: number | undefined;
|
|
1284
1284
|
/**
|
|
1285
1285
|
* <p>The RXFreq2 value.</p>
|
|
1286
1286
|
* @public
|
|
1287
1287
|
*/
|
|
1288
|
-
RxFreq2?: number;
|
|
1288
|
+
RxFreq2?: number | undefined;
|
|
1289
1289
|
/**
|
|
1290
1290
|
* <p>The list of values that make up the FactoryPresetFreqs value.</p>
|
|
1291
1291
|
* @public
|
|
1292
1292
|
*/
|
|
1293
|
-
FactoryPresetFreqsList?: number[];
|
|
1293
|
+
FactoryPresetFreqsList?: number[] | undefined;
|
|
1294
1294
|
/**
|
|
1295
1295
|
* <p>The MaxEIRP value.</p>
|
|
1296
1296
|
* @public
|
|
1297
1297
|
*/
|
|
1298
|
-
MaxEirp?: number;
|
|
1298
|
+
MaxEirp?: number | undefined;
|
|
1299
1299
|
/**
|
|
1300
1300
|
* <p>The MaxDutyCycle value. It ranges from 0 to 15.</p>
|
|
1301
1301
|
* @public
|
|
1302
1302
|
*/
|
|
1303
|
-
MaxDutyCycle?: number;
|
|
1303
|
+
MaxDutyCycle?: number | undefined;
|
|
1304
1304
|
/**
|
|
1305
1305
|
* <p>The frequency band (RFRegion) value.</p>
|
|
1306
1306
|
* @public
|
|
1307
1307
|
*/
|
|
1308
|
-
RfRegion?: string;
|
|
1308
|
+
RfRegion?: string | undefined;
|
|
1309
1309
|
/**
|
|
1310
1310
|
* <p>The SupportsJoin value.</p>
|
|
1311
1311
|
* @public
|
|
1312
1312
|
*/
|
|
1313
|
-
SupportsJoin?: boolean;
|
|
1313
|
+
SupportsJoin?: boolean | undefined;
|
|
1314
1314
|
/**
|
|
1315
1315
|
* <p>The Supports32BitFCnt value.</p>
|
|
1316
1316
|
* @public
|
|
1317
1317
|
*/
|
|
1318
|
-
Supports32BitFCnt?: boolean;
|
|
1318
|
+
Supports32BitFCnt?: boolean | undefined;
|
|
1319
1319
|
}
|
|
1320
1320
|
/**
|
|
1321
1321
|
* <p>Sidewalk object for creating a device profile.</p>
|
|
@@ -1331,18 +1331,18 @@ export interface CreateDeviceProfileRequest {
|
|
|
1331
1331
|
* <p>The name of the new resource.</p>
|
|
1332
1332
|
* @public
|
|
1333
1333
|
*/
|
|
1334
|
-
Name?: string;
|
|
1334
|
+
Name?: string | undefined;
|
|
1335
1335
|
/**
|
|
1336
1336
|
* <p>The device profile information to use to create the device profile.</p>
|
|
1337
1337
|
* @public
|
|
1338
1338
|
*/
|
|
1339
|
-
LoRaWAN?: LoRaWANDeviceProfile;
|
|
1339
|
+
LoRaWAN?: LoRaWANDeviceProfile | undefined;
|
|
1340
1340
|
/**
|
|
1341
1341
|
* <p>The tags to attach to the new device profile. Tags are metadata that you can use to
|
|
1342
1342
|
* manage a resource.</p>
|
|
1343
1343
|
* @public
|
|
1344
1344
|
*/
|
|
1345
|
-
Tags?: Tag[];
|
|
1345
|
+
Tags?: Tag[] | undefined;
|
|
1346
1346
|
/**
|
|
1347
1347
|
* <p>Each resource must have a unique client request token. The client token is used to implement
|
|
1348
1348
|
* idempotency. It ensures that the request completes no more than one time. If you retry a request
|
|
@@ -1352,12 +1352,12 @@ export interface CreateDeviceProfileRequest {
|
|
|
1352
1352
|
* For more information about idempotency, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency in Amazon EC2 API requests</a>.</p>
|
|
1353
1353
|
* @public
|
|
1354
1354
|
*/
|
|
1355
|
-
ClientRequestToken?: string;
|
|
1355
|
+
ClientRequestToken?: string | undefined;
|
|
1356
1356
|
/**
|
|
1357
1357
|
* <p>The Sidewalk-related information for creating the Sidewalk device profile.</p>
|
|
1358
1358
|
* @public
|
|
1359
1359
|
*/
|
|
1360
|
-
Sidewalk?: SidewalkCreateDeviceProfile;
|
|
1360
|
+
Sidewalk?: SidewalkCreateDeviceProfile | undefined;
|
|
1361
1361
|
}
|
|
1362
1362
|
/**
|
|
1363
1363
|
* @public
|
|
@@ -1367,12 +1367,12 @@ export interface CreateDeviceProfileResponse {
|
|
|
1367
1367
|
* <p>The Amazon Resource Name of the new resource.</p>
|
|
1368
1368
|
* @public
|
|
1369
1369
|
*/
|
|
1370
|
-
Arn?: string;
|
|
1370
|
+
Arn?: string | undefined;
|
|
1371
1371
|
/**
|
|
1372
1372
|
* <p>The ID of the new device profile.</p>
|
|
1373
1373
|
* @public
|
|
1374
1374
|
*/
|
|
1375
|
-
Id?: string;
|
|
1375
|
+
Id?: string | undefined;
|
|
1376
1376
|
}
|
|
1377
1377
|
/**
|
|
1378
1378
|
* @public
|
|
@@ -1406,7 +1406,7 @@ export interface LoRaWANFuotaTask {
|
|
|
1406
1406
|
* <p>Supported RfRegions</p>
|
|
1407
1407
|
* @public
|
|
1408
1408
|
*/
|
|
1409
|
-
RfRegion?: SupportedRfRegion;
|
|
1409
|
+
RfRegion?: SupportedRfRegion | undefined;
|
|
1410
1410
|
}
|
|
1411
1411
|
/**
|
|
1412
1412
|
* @public
|
|
@@ -1416,12 +1416,12 @@ export interface CreateFuotaTaskRequest {
|
|
|
1416
1416
|
* <p>The name of a FUOTA task.</p>
|
|
1417
1417
|
* @public
|
|
1418
1418
|
*/
|
|
1419
|
-
Name?: string;
|
|
1419
|
+
Name?: string | undefined;
|
|
1420
1420
|
/**
|
|
1421
1421
|
* <p>The description of the new resource.</p>
|
|
1422
1422
|
* @public
|
|
1423
1423
|
*/
|
|
1424
|
-
Description?: string;
|
|
1424
|
+
Description?: string | undefined;
|
|
1425
1425
|
/**
|
|
1426
1426
|
* <p>Each resource must have a unique client request token. The client token is used to implement
|
|
1427
1427
|
* idempotency. It ensures that the request completes no more than one time. If you retry a request
|
|
@@ -1431,12 +1431,12 @@ export interface CreateFuotaTaskRequest {
|
|
|
1431
1431
|
* For more information about idempotency, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency in Amazon EC2 API requests</a>.</p>
|
|
1432
1432
|
* @public
|
|
1433
1433
|
*/
|
|
1434
|
-
ClientRequestToken?: string;
|
|
1434
|
+
ClientRequestToken?: string | undefined;
|
|
1435
1435
|
/**
|
|
1436
1436
|
* <p>The LoRaWAN information used with a FUOTA task.</p>
|
|
1437
1437
|
* @public
|
|
1438
1438
|
*/
|
|
1439
|
-
LoRaWAN?: LoRaWANFuotaTask;
|
|
1439
|
+
LoRaWAN?: LoRaWANFuotaTask | undefined;
|
|
1440
1440
|
/**
|
|
1441
1441
|
* <p>The S3 URI points to a firmware update image that is to be used with a FUOTA
|
|
1442
1442
|
* task.</p>
|
|
@@ -1453,7 +1453,7 @@ export interface CreateFuotaTaskRequest {
|
|
|
1453
1453
|
* manage a resource.</p>
|
|
1454
1454
|
* @public
|
|
1455
1455
|
*/
|
|
1456
|
-
Tags?: Tag[];
|
|
1456
|
+
Tags?: Tag[] | undefined;
|
|
1457
1457
|
/**
|
|
1458
1458
|
* <p>The percentage of the added fragments that are redundant. For example, if the size of
|
|
1459
1459
|
* the firmware image file is 100 bytes and the fragment size is 10 bytes, with
|
|
@@ -1461,13 +1461,13 @@ export interface CreateFuotaTaskRequest {
|
|
|
1461
1461
|
* is (100 / 10) + (100 / 10 * 50%) = 15.</p>
|
|
1462
1462
|
* @public
|
|
1463
1463
|
*/
|
|
1464
|
-
RedundancyPercent?: number;
|
|
1464
|
+
RedundancyPercent?: number | undefined;
|
|
1465
1465
|
/**
|
|
1466
1466
|
* <p>The size of each fragment in bytes. This parameter is supported only for FUOTA tasks
|
|
1467
1467
|
* with multicast groups.</p>
|
|
1468
1468
|
* @public
|
|
1469
1469
|
*/
|
|
1470
|
-
FragmentSizeBytes?: number;
|
|
1470
|
+
FragmentSizeBytes?: number | undefined;
|
|
1471
1471
|
/**
|
|
1472
1472
|
* <p>The interval for sending fragments in milliseconds, rounded to the nearest
|
|
1473
1473
|
* second.</p>
|
|
@@ -1479,7 +1479,7 @@ export interface CreateFuotaTaskRequest {
|
|
|
1479
1479
|
* </note>
|
|
1480
1480
|
* @public
|
|
1481
1481
|
*/
|
|
1482
|
-
FragmentIntervalMS?: number;
|
|
1482
|
+
FragmentIntervalMS?: number | undefined;
|
|
1483
1483
|
}
|
|
1484
1484
|
/**
|
|
1485
1485
|
* @public
|
|
@@ -1489,12 +1489,12 @@ export interface CreateFuotaTaskResponse {
|
|
|
1489
1489
|
* <p>The arn of a FUOTA task.</p>
|
|
1490
1490
|
* @public
|
|
1491
1491
|
*/
|
|
1492
|
-
Arn?: string;
|
|
1492
|
+
Arn?: string | undefined;
|
|
1493
1493
|
/**
|
|
1494
1494
|
* <p>The ID of a FUOTA task.</p>
|
|
1495
1495
|
* @public
|
|
1496
1496
|
*/
|
|
1497
|
-
Id?: string;
|
|
1497
|
+
Id?: string | undefined;
|
|
1498
1498
|
}
|
|
1499
1499
|
/**
|
|
1500
1500
|
* @public
|
|
@@ -1517,12 +1517,12 @@ export interface LoRaWANMulticast {
|
|
|
1517
1517
|
* <p>Supported RfRegions</p>
|
|
1518
1518
|
* @public
|
|
1519
1519
|
*/
|
|
1520
|
-
RfRegion?: SupportedRfRegion;
|
|
1520
|
+
RfRegion?: SupportedRfRegion | undefined;
|
|
1521
1521
|
/**
|
|
1522
1522
|
* <p>DlClass for LoRaWAM, valid values are ClassB and ClassC.</p>
|
|
1523
1523
|
* @public
|
|
1524
1524
|
*/
|
|
1525
|
-
DlClass?: DlClass;
|
|
1525
|
+
DlClass?: DlClass | undefined;
|
|
1526
1526
|
}
|
|
1527
1527
|
/**
|
|
1528
1528
|
* @public
|
|
@@ -1532,12 +1532,12 @@ export interface CreateMulticastGroupRequest {
|
|
|
1532
1532
|
* <p>The name of the multicast group.</p>
|
|
1533
1533
|
* @public
|
|
1534
1534
|
*/
|
|
1535
|
-
Name?: string;
|
|
1535
|
+
Name?: string | undefined;
|
|
1536
1536
|
/**
|
|
1537
1537
|
* <p>The description of the multicast group.</p>
|
|
1538
1538
|
* @public
|
|
1539
1539
|
*/
|
|
1540
|
-
Description?: string;
|
|
1540
|
+
Description?: string | undefined;
|
|
1541
1541
|
/**
|
|
1542
1542
|
* <p>Each resource must have a unique client request token. The client token is used to implement
|
|
1543
1543
|
* idempotency. It ensures that the request completes no more than one time. If you retry a request
|
|
@@ -1547,7 +1547,7 @@ export interface CreateMulticastGroupRequest {
|
|
|
1547
1547
|
* For more information about idempotency, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency in Amazon EC2 API requests</a>.</p>
|
|
1548
1548
|
* @public
|
|
1549
1549
|
*/
|
|
1550
|
-
ClientRequestToken?: string;
|
|
1550
|
+
ClientRequestToken?: string | undefined;
|
|
1551
1551
|
/**
|
|
1552
1552
|
* <p>The LoRaWAN information that is to be used with the multicast group.</p>
|
|
1553
1553
|
* @public
|
|
@@ -1558,7 +1558,7 @@ export interface CreateMulticastGroupRequest {
|
|
|
1558
1558
|
* manage a resource.</p>
|
|
1559
1559
|
* @public
|
|
1560
1560
|
*/
|
|
1561
|
-
Tags?: Tag[];
|
|
1561
|
+
Tags?: Tag[] | undefined;
|
|
1562
1562
|
}
|
|
1563
1563
|
/**
|
|
1564
1564
|
* @public
|
|
@@ -1568,12 +1568,12 @@ export interface CreateMulticastGroupResponse {
|
|
|
1568
1568
|
* <p>The arn of the multicast group.</p>
|
|
1569
1569
|
* @public
|
|
1570
1570
|
*/
|
|
1571
|
-
Arn?: string;
|
|
1571
|
+
Arn?: string | undefined;
|
|
1572
1572
|
/**
|
|
1573
1573
|
* <p>The ID of the multicast group.</p>
|
|
1574
1574
|
* @public
|
|
1575
1575
|
*/
|
|
1576
|
-
Id?: string;
|
|
1576
|
+
Id?: string | undefined;
|
|
1577
1577
|
}
|
|
1578
1578
|
/**
|
|
1579
1579
|
* @public
|
|
@@ -1624,14 +1624,14 @@ export interface TraceContent {
|
|
|
1624
1624
|
* server.</p>
|
|
1625
1625
|
* @public
|
|
1626
1626
|
*/
|
|
1627
|
-
WirelessDeviceFrameInfo?: WirelessDeviceFrameInfo;
|
|
1627
|
+
WirelessDeviceFrameInfo?: WirelessDeviceFrameInfo | undefined;
|
|
1628
1628
|
/**
|
|
1629
1629
|
* <p>The log level for a log message. The log levels can be disabled, or set to
|
|
1630
1630
|
* <code>ERROR</code> to display less verbose logs containing only error information,
|
|
1631
1631
|
* or to <code>INFO</code> for more detailed logs.</p>
|
|
1632
1632
|
* @public
|
|
1633
1633
|
*/
|
|
1634
|
-
LogLevel?: LogLevel;
|
|
1634
|
+
LogLevel?: LogLevel | undefined;
|
|
1635
1635
|
/**
|
|
1636
1636
|
* <p>
|
|
1637
1637
|
* <code>FrameInfo</code> of your multicast group resources for the trace content. Use
|
|
@@ -1639,7 +1639,7 @@ export interface TraceContent {
|
|
|
1639
1639
|
* network server.</p>
|
|
1640
1640
|
* @public
|
|
1641
1641
|
*/
|
|
1642
|
-
MulticastFrameInfo?: MulticastFrameInfo;
|
|
1642
|
+
MulticastFrameInfo?: MulticastFrameInfo | undefined;
|
|
1643
1643
|
}
|
|
1644
1644
|
/**
|
|
1645
1645
|
* @public
|
|
@@ -1654,30 +1654,30 @@ export interface CreateNetworkAnalyzerConfigurationRequest {
|
|
|
1654
1654
|
* <p>Trace content for your wireless devices, gateways, and multicast groups.</p>
|
|
1655
1655
|
* @public
|
|
1656
1656
|
*/
|
|
1657
|
-
TraceContent?: TraceContent;
|
|
1657
|
+
TraceContent?: TraceContent | undefined;
|
|
1658
1658
|
/**
|
|
1659
1659
|
* <p>Wireless device resources to add to the network analyzer configuration. Provide the
|
|
1660
1660
|
* <code>WirelessDeviceId</code> of the resource to add in the input array.</p>
|
|
1661
1661
|
* @public
|
|
1662
1662
|
*/
|
|
1663
|
-
WirelessDevices?: string[];
|
|
1663
|
+
WirelessDevices?: string[] | undefined;
|
|
1664
1664
|
/**
|
|
1665
1665
|
* <p>Wireless gateway resources to add to the network analyzer configuration. Provide the
|
|
1666
1666
|
* <code>WirelessGatewayId</code> of the resource to add in the input array.</p>
|
|
1667
1667
|
* @public
|
|
1668
1668
|
*/
|
|
1669
|
-
WirelessGateways?: string[];
|
|
1669
|
+
WirelessGateways?: string[] | undefined;
|
|
1670
1670
|
/**
|
|
1671
1671
|
* <p>The description of the new resource.</p>
|
|
1672
1672
|
* @public
|
|
1673
1673
|
*/
|
|
1674
|
-
Description?: string;
|
|
1674
|
+
Description?: string | undefined;
|
|
1675
1675
|
/**
|
|
1676
1676
|
* <p>The tag to attach to the specified resource. Tags are metadata that you can use to
|
|
1677
1677
|
* manage a resource.</p>
|
|
1678
1678
|
* @public
|
|
1679
1679
|
*/
|
|
1680
|
-
Tags?: Tag[];
|
|
1680
|
+
Tags?: Tag[] | undefined;
|
|
1681
1681
|
/**
|
|
1682
1682
|
* <p>Each resource must have a unique client request token. The client token is used to implement
|
|
1683
1683
|
* idempotency. It ensures that the request completes no more than one time. If you retry a request
|
|
@@ -1687,13 +1687,13 @@ export interface CreateNetworkAnalyzerConfigurationRequest {
|
|
|
1687
1687
|
* For more information about idempotency, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency in Amazon EC2 API requests</a>.</p>
|
|
1688
1688
|
* @public
|
|
1689
1689
|
*/
|
|
1690
|
-
ClientRequestToken?: string;
|
|
1690
|
+
ClientRequestToken?: string | undefined;
|
|
1691
1691
|
/**
|
|
1692
1692
|
* <p>Multicast Group resources to add to the network analyzer configruation. Provide the
|
|
1693
1693
|
* <code>MulticastGroupId</code> of the resource to add in the input array.</p>
|
|
1694
1694
|
* @public
|
|
1695
1695
|
*/
|
|
1696
|
-
MulticastGroups?: string[];
|
|
1696
|
+
MulticastGroups?: string[] | undefined;
|
|
1697
1697
|
}
|
|
1698
1698
|
/**
|
|
1699
1699
|
* @public
|
|
@@ -1703,12 +1703,12 @@ export interface CreateNetworkAnalyzerConfigurationResponse {
|
|
|
1703
1703
|
* <p>The Amazon Resource Name of the new resource.</p>
|
|
1704
1704
|
* @public
|
|
1705
1705
|
*/
|
|
1706
|
-
Arn?: string;
|
|
1706
|
+
Arn?: string | undefined;
|
|
1707
1707
|
/**
|
|
1708
1708
|
* <p>Name of the network analyzer configuration.</p>
|
|
1709
1709
|
* @public
|
|
1710
1710
|
*/
|
|
1711
|
-
Name?: string;
|
|
1711
|
+
Name?: string | undefined;
|
|
1712
1712
|
}
|
|
1713
1713
|
/**
|
|
1714
1714
|
* <p>LoRaWANServiceProfile object.</p>
|
|
@@ -1719,27 +1719,27 @@ export interface LoRaWANServiceProfile {
|
|
|
1719
1719
|
* <p>The AddGWMetaData value.</p>
|
|
1720
1720
|
* @public
|
|
1721
1721
|
*/
|
|
1722
|
-
AddGwMetadata?: boolean;
|
|
1722
|
+
AddGwMetadata?: boolean | undefined;
|
|
1723
1723
|
/**
|
|
1724
1724
|
* <p>The DrMin value.</p>
|
|
1725
1725
|
* @public
|
|
1726
1726
|
*/
|
|
1727
|
-
DrMin?: number;
|
|
1727
|
+
DrMin?: number | undefined;
|
|
1728
1728
|
/**
|
|
1729
1729
|
* <p>The DrMax value.</p>
|
|
1730
1730
|
* @public
|
|
1731
1731
|
*/
|
|
1732
|
-
DrMax?: number;
|
|
1732
|
+
DrMax?: number | undefined;
|
|
1733
1733
|
/**
|
|
1734
1734
|
* <p>The PRAllowed value that describes whether passive roaming is allowed.</p>
|
|
1735
1735
|
* @public
|
|
1736
1736
|
*/
|
|
1737
|
-
PrAllowed?: boolean;
|
|
1737
|
+
PrAllowed?: boolean | undefined;
|
|
1738
1738
|
/**
|
|
1739
1739
|
* <p>The RAAllowed value that describes whether roaming activation is allowed.</p>
|
|
1740
1740
|
* @public
|
|
1741
1741
|
*/
|
|
1742
|
-
RaAllowed?: boolean;
|
|
1742
|
+
RaAllowed?: boolean | undefined;
|
|
1743
1743
|
}
|
|
1744
1744
|
/**
|
|
1745
1745
|
* @public
|
|
@@ -1749,18 +1749,18 @@ export interface CreateServiceProfileRequest {
|
|
|
1749
1749
|
* <p>The name of the new resource.</p>
|
|
1750
1750
|
* @public
|
|
1751
1751
|
*/
|
|
1752
|
-
Name?: string;
|
|
1752
|
+
Name?: string | undefined;
|
|
1753
1753
|
/**
|
|
1754
1754
|
* <p>The service profile information to use to create the service profile.</p>
|
|
1755
1755
|
* @public
|
|
1756
1756
|
*/
|
|
1757
|
-
LoRaWAN?: LoRaWANServiceProfile;
|
|
1757
|
+
LoRaWAN?: LoRaWANServiceProfile | undefined;
|
|
1758
1758
|
/**
|
|
1759
1759
|
* <p>The tags to attach to the new service profile. Tags are metadata that you can use to
|
|
1760
1760
|
* manage a resource.</p>
|
|
1761
1761
|
* @public
|
|
1762
1762
|
*/
|
|
1763
|
-
Tags?: Tag[];
|
|
1763
|
+
Tags?: Tag[] | undefined;
|
|
1764
1764
|
/**
|
|
1765
1765
|
* <p>Each resource must have a unique client request token. The client token is used to implement
|
|
1766
1766
|
* idempotency. It ensures that the request completes no more than one time. If you retry a request
|
|
@@ -1770,7 +1770,7 @@ export interface CreateServiceProfileRequest {
|
|
|
1770
1770
|
* For more information about idempotency, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency in Amazon EC2 API requests</a>.</p>
|
|
1771
1771
|
* @public
|
|
1772
1772
|
*/
|
|
1773
|
-
ClientRequestToken?: string;
|
|
1773
|
+
ClientRequestToken?: string | undefined;
|
|
1774
1774
|
}
|
|
1775
1775
|
/**
|
|
1776
1776
|
* @public
|
|
@@ -1780,12 +1780,12 @@ export interface CreateServiceProfileResponse {
|
|
|
1780
1780
|
* <p>The Amazon Resource Name of the new resource.</p>
|
|
1781
1781
|
* @public
|
|
1782
1782
|
*/
|
|
1783
|
-
Arn?: string;
|
|
1783
|
+
Arn?: string | undefined;
|
|
1784
1784
|
/**
|
|
1785
1785
|
* <p>The ID of the new service profile.</p>
|
|
1786
1786
|
* @public
|
|
1787
1787
|
*/
|
|
1788
|
-
Id?: string;
|
|
1788
|
+
Id?: string | undefined;
|
|
1789
1789
|
}
|
|
1790
1790
|
/**
|
|
1791
1791
|
* <p>The FPorts for the position information.</p>
|
|
@@ -1796,17 +1796,17 @@ export interface Positioning {
|
|
|
1796
1796
|
* <p>The Fport value.</p>
|
|
1797
1797
|
* @public
|
|
1798
1798
|
*/
|
|
1799
|
-
ClockSync?: number;
|
|
1799
|
+
ClockSync?: number | undefined;
|
|
1800
1800
|
/**
|
|
1801
1801
|
* <p>The Fport value.</p>
|
|
1802
1802
|
* @public
|
|
1803
1803
|
*/
|
|
1804
|
-
Stream?: number;
|
|
1804
|
+
Stream?: number | undefined;
|
|
1805
1805
|
/**
|
|
1806
1806
|
* <p>The Fport value.</p>
|
|
1807
1807
|
* @public
|
|
1808
1808
|
*/
|
|
1809
|
-
Gnss?: number;
|
|
1809
|
+
Gnss?: number | undefined;
|
|
1810
1810
|
}
|
|
1811
1811
|
/**
|
|
1812
1812
|
* <p>List of FPort assigned for different LoRaWAN application packages to use</p>
|
|
@@ -1817,28 +1817,28 @@ export interface FPorts {
|
|
|
1817
1817
|
* <p>The Fport value.</p>
|
|
1818
1818
|
* @public
|
|
1819
1819
|
*/
|
|
1820
|
-
Fuota?: number;
|
|
1820
|
+
Fuota?: number | undefined;
|
|
1821
1821
|
/**
|
|
1822
1822
|
* <p>The Fport value.</p>
|
|
1823
1823
|
* @public
|
|
1824
1824
|
*/
|
|
1825
|
-
Multicast?: number;
|
|
1825
|
+
Multicast?: number | undefined;
|
|
1826
1826
|
/**
|
|
1827
1827
|
* <p>The Fport value.</p>
|
|
1828
1828
|
* @public
|
|
1829
1829
|
*/
|
|
1830
|
-
ClockSync?: number;
|
|
1830
|
+
ClockSync?: number | undefined;
|
|
1831
1831
|
/**
|
|
1832
1832
|
* <p>FPort values for the GNSS, stream, and ClockSync functions of the positioning
|
|
1833
1833
|
* information.</p>
|
|
1834
1834
|
* @public
|
|
1835
1835
|
*/
|
|
1836
|
-
Positioning?: Positioning;
|
|
1836
|
+
Positioning?: Positioning | undefined;
|
|
1837
1837
|
/**
|
|
1838
1838
|
* <p>Optional LoRaWAN application information, which can be used for geolocation.</p>
|
|
1839
1839
|
* @public
|
|
1840
1840
|
*/
|
|
1841
|
-
Applications?: ApplicationConfig[];
|
|
1841
|
+
Applications?: ApplicationConfig[] | undefined;
|
|
1842
1842
|
}
|
|
1843
1843
|
/**
|
|
1844
1844
|
* <p>OTAA device object for v1.0.x</p>
|
|
@@ -1849,24 +1849,24 @@ export interface OtaaV1_0_x {
|
|
|
1849
1849
|
* <p>The AppKey value.</p>
|
|
1850
1850
|
* @public
|
|
1851
1851
|
*/
|
|
1852
|
-
AppKey?: string;
|
|
1852
|
+
AppKey?: string | undefined;
|
|
1853
1853
|
/**
|
|
1854
1854
|
* <p>The AppEUI value. You specify this value when using LoRaWAN versions v1.0.2 or
|
|
1855
1855
|
* v1.0.3.</p>
|
|
1856
1856
|
* @public
|
|
1857
1857
|
*/
|
|
1858
|
-
AppEui?: string;
|
|
1858
|
+
AppEui?: string | undefined;
|
|
1859
1859
|
/**
|
|
1860
1860
|
* <p>The JoinEUI value. You specify this value instead of the AppEUI when using LoRaWAN
|
|
1861
1861
|
* version v1.0.4.</p>
|
|
1862
1862
|
* @public
|
|
1863
1863
|
*/
|
|
1864
|
-
JoinEui?: string;
|
|
1864
|
+
JoinEui?: string | undefined;
|
|
1865
1865
|
/**
|
|
1866
1866
|
* <p>The GenAppKey value.</p>
|
|
1867
1867
|
* @public
|
|
1868
1868
|
*/
|
|
1869
|
-
GenAppKey?: string;
|
|
1869
|
+
GenAppKey?: string | undefined;
|
|
1870
1870
|
}
|
|
1871
1871
|
/**
|
|
1872
1872
|
* <p>OTAA device object for v1.1</p>
|
|
@@ -1877,17 +1877,17 @@ export interface OtaaV1_1 {
|
|
|
1877
1877
|
* <p>The AppKey value.</p>
|
|
1878
1878
|
* @public
|
|
1879
1879
|
*/
|
|
1880
|
-
AppKey?: string;
|
|
1880
|
+
AppKey?: string | undefined;
|
|
1881
1881
|
/**
|
|
1882
1882
|
* <p>The NwkKey value.</p>
|
|
1883
1883
|
* @public
|
|
1884
1884
|
*/
|
|
1885
|
-
NwkKey?: string;
|
|
1885
|
+
NwkKey?: string | undefined;
|
|
1886
1886
|
/**
|
|
1887
1887
|
* <p>The JoinEUI value.</p>
|
|
1888
1888
|
* @public
|
|
1889
1889
|
*/
|
|
1890
|
-
JoinEui?: string;
|
|
1890
|
+
JoinEui?: string | undefined;
|
|
1891
1891
|
}
|
|
1892
1892
|
/**
|
|
1893
1893
|
* <p>LoRaWAN object for create functions.</p>
|
|
@@ -1898,42 +1898,42 @@ export interface LoRaWANDevice {
|
|
|
1898
1898
|
* <p>The DevEUI value.</p>
|
|
1899
1899
|
* @public
|
|
1900
1900
|
*/
|
|
1901
|
-
DevEui?: string;
|
|
1901
|
+
DevEui?: string | undefined;
|
|
1902
1902
|
/**
|
|
1903
1903
|
* <p>The ID of the device profile for the new wireless device.</p>
|
|
1904
1904
|
* @public
|
|
1905
1905
|
*/
|
|
1906
|
-
DeviceProfileId?: string;
|
|
1906
|
+
DeviceProfileId?: string | undefined;
|
|
1907
1907
|
/**
|
|
1908
1908
|
* <p>The ID of the service profile.</p>
|
|
1909
1909
|
* @public
|
|
1910
1910
|
*/
|
|
1911
|
-
ServiceProfileId?: string;
|
|
1911
|
+
ServiceProfileId?: string | undefined;
|
|
1912
1912
|
/**
|
|
1913
1913
|
* <p>OTAA device object for v1.1 for create APIs</p>
|
|
1914
1914
|
* @public
|
|
1915
1915
|
*/
|
|
1916
|
-
OtaaV1_1?: OtaaV1_1;
|
|
1916
|
+
OtaaV1_1?: OtaaV1_1 | undefined;
|
|
1917
1917
|
/**
|
|
1918
1918
|
* <p>OTAA device object for create APIs for v1.0.x</p>
|
|
1919
1919
|
* @public
|
|
1920
1920
|
*/
|
|
1921
|
-
OtaaV1_0_x?: OtaaV1_0_x;
|
|
1921
|
+
OtaaV1_0_x?: OtaaV1_0_x | undefined;
|
|
1922
1922
|
/**
|
|
1923
1923
|
* <p>ABP device object for create APIs for v1.1</p>
|
|
1924
1924
|
* @public
|
|
1925
1925
|
*/
|
|
1926
|
-
AbpV1_1?: AbpV1_1;
|
|
1926
|
+
AbpV1_1?: AbpV1_1 | undefined;
|
|
1927
1927
|
/**
|
|
1928
1928
|
* <p>LoRaWAN object for create APIs</p>
|
|
1929
1929
|
* @public
|
|
1930
1930
|
*/
|
|
1931
|
-
AbpV1_0_x?: AbpV1_0_x;
|
|
1931
|
+
AbpV1_0_x?: AbpV1_0_x | undefined;
|
|
1932
1932
|
/**
|
|
1933
1933
|
* <p>List of FPort assigned for different LoRaWAN application packages to use</p>
|
|
1934
1934
|
* @public
|
|
1935
1935
|
*/
|
|
1936
|
-
FPorts?: FPorts;
|
|
1936
|
+
FPorts?: FPorts | undefined;
|
|
1937
1937
|
}
|
|
1938
1938
|
/**
|
|
1939
1939
|
* @public
|
|
@@ -1956,7 +1956,7 @@ export interface SidewalkCreateWirelessDevice {
|
|
|
1956
1956
|
* <p>The ID of the Sidewalk device profile.</p>
|
|
1957
1957
|
* @public
|
|
1958
1958
|
*/
|
|
1959
|
-
DeviceProfileId?: string;
|
|
1959
|
+
DeviceProfileId?: string | undefined;
|
|
1960
1960
|
}
|
|
1961
1961
|
/**
|
|
1962
1962
|
* @public
|
|
@@ -1983,12 +1983,12 @@ export interface CreateWirelessDeviceRequest {
|
|
|
1983
1983
|
* <p>The name of the new resource.</p>
|
|
1984
1984
|
* @public
|
|
1985
1985
|
*/
|
|
1986
|
-
Name?: string;
|
|
1986
|
+
Name?: string | undefined;
|
|
1987
1987
|
/**
|
|
1988
1988
|
* <p>The description of the new resource.</p>
|
|
1989
1989
|
* @public
|
|
1990
1990
|
*/
|
|
1991
|
-
Description?: string;
|
|
1991
|
+
Description?: string | undefined;
|
|
1992
1992
|
/**
|
|
1993
1993
|
* <p>The name of the destination to assign to the new wireless device.</p>
|
|
1994
1994
|
* @public
|
|
@@ -2003,29 +2003,29 @@ export interface CreateWirelessDeviceRequest {
|
|
|
2003
2003
|
* For more information about idempotency, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency in Amazon EC2 API requests</a>.</p>
|
|
2004
2004
|
* @public
|
|
2005
2005
|
*/
|
|
2006
|
-
ClientRequestToken?: string;
|
|
2006
|
+
ClientRequestToken?: string | undefined;
|
|
2007
2007
|
/**
|
|
2008
2008
|
* <p>The device configuration information to use to create the wireless device.</p>
|
|
2009
2009
|
* @public
|
|
2010
2010
|
*/
|
|
2011
|
-
LoRaWAN?: LoRaWANDevice;
|
|
2011
|
+
LoRaWAN?: LoRaWANDevice | undefined;
|
|
2012
2012
|
/**
|
|
2013
2013
|
* <p>The tags to attach to the new wireless device. Tags are metadata that you can use to
|
|
2014
2014
|
* manage a resource.</p>
|
|
2015
2015
|
* @public
|
|
2016
2016
|
*/
|
|
2017
|
-
Tags?: Tag[];
|
|
2017
|
+
Tags?: Tag[] | undefined;
|
|
2018
2018
|
/**
|
|
2019
2019
|
* <p>FPort values for the GNSS, stream, and ClockSync functions of the positioning
|
|
2020
2020
|
* information.</p>
|
|
2021
2021
|
* @public
|
|
2022
2022
|
*/
|
|
2023
|
-
Positioning?: PositioningConfigStatus;
|
|
2023
|
+
Positioning?: PositioningConfigStatus | undefined;
|
|
2024
2024
|
/**
|
|
2025
2025
|
* <p>The device configuration information to use to create the Sidewalk device.</p>
|
|
2026
2026
|
* @public
|
|
2027
2027
|
*/
|
|
2028
|
-
Sidewalk?: SidewalkCreateWirelessDevice;
|
|
2028
|
+
Sidewalk?: SidewalkCreateWirelessDevice | undefined;
|
|
2029
2029
|
}
|
|
2030
2030
|
/**
|
|
2031
2031
|
* @public
|
|
@@ -2035,12 +2035,12 @@ export interface CreateWirelessDeviceResponse {
|
|
|
2035
2035
|
* <p>The Amazon Resource Name of the new resource.</p>
|
|
2036
2036
|
* @public
|
|
2037
2037
|
*/
|
|
2038
|
-
Arn?: string;
|
|
2038
|
+
Arn?: string | undefined;
|
|
2039
2039
|
/**
|
|
2040
2040
|
* <p>The ID of the new wireless device.</p>
|
|
2041
2041
|
* @public
|
|
2042
2042
|
*/
|
|
2043
|
-
Id?: string;
|
|
2043
|
+
Id?: string | undefined;
|
|
2044
2044
|
}
|
|
2045
2045
|
/**
|
|
2046
2046
|
* <p>LoRaWANGateway object.</p>
|
|
@@ -2051,39 +2051,39 @@ export interface LoRaWANGateway {
|
|
|
2051
2051
|
* <p>The gateway's EUI value.</p>
|
|
2052
2052
|
* @public
|
|
2053
2053
|
*/
|
|
2054
|
-
GatewayEui?: string;
|
|
2054
|
+
GatewayEui?: string | undefined;
|
|
2055
2055
|
/**
|
|
2056
2056
|
* <p>The frequency band (RFRegion) value.</p>
|
|
2057
2057
|
* @public
|
|
2058
2058
|
*/
|
|
2059
|
-
RfRegion?: string;
|
|
2059
|
+
RfRegion?: string | undefined;
|
|
2060
2060
|
/**
|
|
2061
2061
|
* <p>A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.</p>
|
|
2062
2062
|
* @public
|
|
2063
2063
|
*/
|
|
2064
|
-
JoinEuiFilters?: string[][];
|
|
2064
|
+
JoinEuiFilters?: string[][] | undefined;
|
|
2065
2065
|
/**
|
|
2066
2066
|
* <p>A list of NetId values that are used by LoRa gateways to filter the uplink
|
|
2067
2067
|
* frames.</p>
|
|
2068
2068
|
* @public
|
|
2069
2069
|
*/
|
|
2070
|
-
NetIdFilters?: string[];
|
|
2070
|
+
NetIdFilters?: string[] | undefined;
|
|
2071
2071
|
/**
|
|
2072
2072
|
* <p>A list of integer indicating which sub bands are supported by LoRa gateway.</p>
|
|
2073
2073
|
* @public
|
|
2074
2074
|
*/
|
|
2075
|
-
SubBands?: number[];
|
|
2075
|
+
SubBands?: number[] | undefined;
|
|
2076
2076
|
/**
|
|
2077
2077
|
* <p>Beaconing object information, which consists of the data rate and frequency
|
|
2078
2078
|
* parameters.</p>
|
|
2079
2079
|
* @public
|
|
2080
2080
|
*/
|
|
2081
|
-
Beaconing?: Beaconing;
|
|
2081
|
+
Beaconing?: Beaconing | undefined;
|
|
2082
2082
|
/**
|
|
2083
2083
|
* <p>The MaxEIRP value.</p>
|
|
2084
2084
|
* @public
|
|
2085
2085
|
*/
|
|
2086
|
-
MaxEirp?: number;
|
|
2086
|
+
MaxEirp?: number | undefined;
|
|
2087
2087
|
}
|
|
2088
2088
|
/**
|
|
2089
2089
|
* @public
|
|
@@ -2093,12 +2093,12 @@ export interface CreateWirelessGatewayRequest {
|
|
|
2093
2093
|
* <p>The name of the new resource.</p>
|
|
2094
2094
|
* @public
|
|
2095
2095
|
*/
|
|
2096
|
-
Name?: string;
|
|
2096
|
+
Name?: string | undefined;
|
|
2097
2097
|
/**
|
|
2098
2098
|
* <p>The description of the new resource.</p>
|
|
2099
2099
|
* @public
|
|
2100
2100
|
*/
|
|
2101
|
-
Description?: string;
|
|
2101
|
+
Description?: string | undefined;
|
|
2102
2102
|
/**
|
|
2103
2103
|
* <p>The gateway configuration information to use to create the wireless gateway.</p>
|
|
2104
2104
|
* @public
|
|
@@ -2109,7 +2109,7 @@ export interface CreateWirelessGatewayRequest {
|
|
|
2109
2109
|
* manage a resource.</p>
|
|
2110
2110
|
* @public
|
|
2111
2111
|
*/
|
|
2112
|
-
Tags?: Tag[];
|
|
2112
|
+
Tags?: Tag[] | undefined;
|
|
2113
2113
|
/**
|
|
2114
2114
|
* <p>Each resource must have a unique client request token. The client token is used to implement
|
|
2115
2115
|
* idempotency. It ensures that the request completes no more than one time. If you retry a request
|
|
@@ -2119,7 +2119,7 @@ export interface CreateWirelessGatewayRequest {
|
|
|
2119
2119
|
* For more information about idempotency, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency in Amazon EC2 API requests</a>.</p>
|
|
2120
2120
|
* @public
|
|
2121
2121
|
*/
|
|
2122
|
-
ClientRequestToken?: string;
|
|
2122
|
+
ClientRequestToken?: string | undefined;
|
|
2123
2123
|
}
|
|
2124
2124
|
/**
|
|
2125
2125
|
* @public
|
|
@@ -2129,12 +2129,12 @@ export interface CreateWirelessGatewayResponse {
|
|
|
2129
2129
|
* <p>The Amazon Resource Name of the new resource.</p>
|
|
2130
2130
|
* @public
|
|
2131
2131
|
*/
|
|
2132
|
-
Arn?: string;
|
|
2132
|
+
Arn?: string | undefined;
|
|
2133
2133
|
/**
|
|
2134
2134
|
* <p>The ID of the new wireless gateway.</p>
|
|
2135
2135
|
* @public
|
|
2136
2136
|
*/
|
|
2137
|
-
Id?: string;
|
|
2137
|
+
Id?: string | undefined;
|
|
2138
2138
|
}
|
|
2139
2139
|
/**
|
|
2140
2140
|
* @public
|
|
@@ -2175,12 +2175,12 @@ export interface CreateWirelessGatewayTaskResponse {
|
|
|
2175
2175
|
* <p>The ID of the WirelessGatewayTaskDefinition.</p>
|
|
2176
2176
|
* @public
|
|
2177
2177
|
*/
|
|
2178
|
-
WirelessGatewayTaskDefinitionId?: string;
|
|
2178
|
+
WirelessGatewayTaskDefinitionId?: string | undefined;
|
|
2179
2179
|
/**
|
|
2180
2180
|
* <p>The status of the request.</p>
|
|
2181
2181
|
* @public
|
|
2182
2182
|
*/
|
|
2183
|
-
Status?: WirelessGatewayTaskStatus;
|
|
2183
|
+
Status?: WirelessGatewayTaskStatus | undefined;
|
|
2184
2184
|
}
|
|
2185
2185
|
/**
|
|
2186
2186
|
* <p>LoRaWANGatewayVersion object.</p>
|
|
@@ -2191,17 +2191,17 @@ export interface LoRaWANGatewayVersion {
|
|
|
2191
2191
|
* <p>The version of the wireless gateway firmware.</p>
|
|
2192
2192
|
* @public
|
|
2193
2193
|
*/
|
|
2194
|
-
PackageVersion?: string;
|
|
2194
|
+
PackageVersion?: string | undefined;
|
|
2195
2195
|
/**
|
|
2196
2196
|
* <p>The model number of the wireless gateway.</p>
|
|
2197
2197
|
* @public
|
|
2198
2198
|
*/
|
|
2199
|
-
Model?: string;
|
|
2199
|
+
Model?: string | undefined;
|
|
2200
2200
|
/**
|
|
2201
2201
|
* <p>The basic station version of the wireless gateway.</p>
|
|
2202
2202
|
* @public
|
|
2203
2203
|
*/
|
|
2204
|
-
Station?: string;
|
|
2204
|
+
Station?: string | undefined;
|
|
2205
2205
|
}
|
|
2206
2206
|
/**
|
|
2207
2207
|
* <p>LoRaWANUpdateGatewayTaskCreate object.</p>
|
|
@@ -2212,22 +2212,22 @@ export interface LoRaWANUpdateGatewayTaskCreate {
|
|
|
2212
2212
|
* <p>The signature used to verify the update firmware.</p>
|
|
2213
2213
|
* @public
|
|
2214
2214
|
*/
|
|
2215
|
-
UpdateSignature?: string;
|
|
2215
|
+
UpdateSignature?: string | undefined;
|
|
2216
2216
|
/**
|
|
2217
2217
|
* <p>The CRC of the signature private key to check.</p>
|
|
2218
2218
|
* @public
|
|
2219
2219
|
*/
|
|
2220
|
-
SigKeyCrc?: number;
|
|
2220
|
+
SigKeyCrc?: number | undefined;
|
|
2221
2221
|
/**
|
|
2222
2222
|
* <p>The version of the gateways that should receive the update.</p>
|
|
2223
2223
|
* @public
|
|
2224
2224
|
*/
|
|
2225
|
-
CurrentVersion?: LoRaWANGatewayVersion;
|
|
2225
|
+
CurrentVersion?: LoRaWANGatewayVersion | undefined;
|
|
2226
2226
|
/**
|
|
2227
2227
|
* <p>The firmware version to update the gateway to.</p>
|
|
2228
2228
|
* @public
|
|
2229
2229
|
*/
|
|
2230
|
-
UpdateVersion?: LoRaWANGatewayVersion;
|
|
2230
|
+
UpdateVersion?: LoRaWANGatewayVersion | undefined;
|
|
2231
2231
|
}
|
|
2232
2232
|
/**
|
|
2233
2233
|
* <p>UpdateWirelessGatewayTaskCreate object.</p>
|
|
@@ -2238,17 +2238,17 @@ export interface UpdateWirelessGatewayTaskCreate {
|
|
|
2238
2238
|
* <p>The link to the S3 bucket.</p>
|
|
2239
2239
|
* @public
|
|
2240
2240
|
*/
|
|
2241
|
-
UpdateDataSource?: string;
|
|
2241
|
+
UpdateDataSource?: string | undefined;
|
|
2242
2242
|
/**
|
|
2243
2243
|
* <p>The IAM role used to read data from the S3 bucket.</p>
|
|
2244
2244
|
* @public
|
|
2245
2245
|
*/
|
|
2246
|
-
UpdateDataRole?: string;
|
|
2246
|
+
UpdateDataRole?: string | undefined;
|
|
2247
2247
|
/**
|
|
2248
2248
|
* <p>The properties that relate to the LoRaWAN wireless gateway.</p>
|
|
2249
2249
|
* @public
|
|
2250
2250
|
*/
|
|
2251
|
-
LoRaWAN?: LoRaWANUpdateGatewayTaskCreate;
|
|
2251
|
+
LoRaWAN?: LoRaWANUpdateGatewayTaskCreate | undefined;
|
|
2252
2252
|
}
|
|
2253
2253
|
/**
|
|
2254
2254
|
* @public
|
|
@@ -2265,12 +2265,12 @@ export interface CreateWirelessGatewayTaskDefinitionRequest {
|
|
|
2265
2265
|
* <p>The name of the new resource.</p>
|
|
2266
2266
|
* @public
|
|
2267
2267
|
*/
|
|
2268
|
-
Name?: string;
|
|
2268
|
+
Name?: string | undefined;
|
|
2269
2269
|
/**
|
|
2270
2270
|
* <p>Information about the gateways to update.</p>
|
|
2271
2271
|
* @public
|
|
2272
2272
|
*/
|
|
2273
|
-
Update?: UpdateWirelessGatewayTaskCreate;
|
|
2273
|
+
Update?: UpdateWirelessGatewayTaskCreate | undefined;
|
|
2274
2274
|
/**
|
|
2275
2275
|
* <p>Each resource must have a unique client request token. The client token is used to implement
|
|
2276
2276
|
* idempotency. It ensures that the request completes no more than one time. If you retry a request
|
|
@@ -2280,13 +2280,13 @@ export interface CreateWirelessGatewayTaskDefinitionRequest {
|
|
|
2280
2280
|
* For more information about idempotency, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency in Amazon EC2 API requests</a>.</p>
|
|
2281
2281
|
* @public
|
|
2282
2282
|
*/
|
|
2283
|
-
ClientRequestToken?: string;
|
|
2283
|
+
ClientRequestToken?: string | undefined;
|
|
2284
2284
|
/**
|
|
2285
2285
|
* <p>The tags to attach to the specified resource. Tags are metadata that you can use to
|
|
2286
2286
|
* manage a resource.</p>
|
|
2287
2287
|
* @public
|
|
2288
2288
|
*/
|
|
2289
|
-
Tags?: Tag[];
|
|
2289
|
+
Tags?: Tag[] | undefined;
|
|
2290
2290
|
}
|
|
2291
2291
|
/**
|
|
2292
2292
|
* @public
|
|
@@ -2296,12 +2296,12 @@ export interface CreateWirelessGatewayTaskDefinitionResponse {
|
|
|
2296
2296
|
* <p>The ID of the new wireless gateway task definition.</p>
|
|
2297
2297
|
* @public
|
|
2298
2298
|
*/
|
|
2299
|
-
Id?: string;
|
|
2299
|
+
Id?: string | undefined;
|
|
2300
2300
|
/**
|
|
2301
2301
|
* <p>The Amazon Resource Name of the resource.</p>
|
|
2302
2302
|
* @public
|
|
2303
2303
|
*/
|
|
2304
|
-
Arn?: string;
|
|
2304
|
+
Arn?: string | undefined;
|
|
2305
2305
|
}
|
|
2306
2306
|
/**
|
|
2307
2307
|
* <p>The device attestation key (DAK) information.</p>
|
|
@@ -2318,23 +2318,23 @@ export interface DakCertificateMetadata {
|
|
|
2318
2318
|
* indicates that there's no device limit.</p>
|
|
2319
2319
|
* @public
|
|
2320
2320
|
*/
|
|
2321
|
-
MaxAllowedSignature?: number;
|
|
2321
|
+
MaxAllowedSignature?: number | undefined;
|
|
2322
2322
|
/**
|
|
2323
2323
|
* <p>Whether factory support has been enabled.</p>
|
|
2324
2324
|
* @public
|
|
2325
2325
|
*/
|
|
2326
|
-
FactorySupport?: boolean;
|
|
2326
|
+
FactorySupport?: boolean | undefined;
|
|
2327
2327
|
/**
|
|
2328
2328
|
* <p>The advertised product ID (APID) that's used for pre-production and production
|
|
2329
2329
|
* applications.</p>
|
|
2330
2330
|
* @public
|
|
2331
2331
|
*/
|
|
2332
|
-
ApId?: string;
|
|
2332
|
+
ApId?: string | undefined;
|
|
2333
2333
|
/**
|
|
2334
2334
|
* <p>The device type ID that's used for prototyping applications.</p>
|
|
2335
2335
|
* @public
|
|
2336
2336
|
*/
|
|
2337
|
-
DeviceTypeId?: string;
|
|
2337
|
+
DeviceTypeId?: string | undefined;
|
|
2338
2338
|
}
|
|
2339
2339
|
/**
|
|
2340
2340
|
* @public
|
|
@@ -2431,7 +2431,7 @@ export interface DeleteQueuedMessagesRequest {
|
|
|
2431
2431
|
* <p>The wireless device type, which can be either Sidewalk or LoRaWAN.</p>
|
|
2432
2432
|
* @public
|
|
2433
2433
|
*/
|
|
2434
|
-
WirelessDeviceType?: WirelessDeviceType;
|
|
2434
|
+
WirelessDeviceType?: WirelessDeviceType | undefined;
|
|
2435
2435
|
}
|
|
2436
2436
|
/**
|
|
2437
2437
|
* @public
|
|
@@ -2542,7 +2542,7 @@ export interface DeregisterWirelessDeviceRequest {
|
|
|
2542
2542
|
* <code>LoRaWAN</code> or <code>Sidewalk</code>.</p>
|
|
2543
2543
|
* @public
|
|
2544
2544
|
*/
|
|
2545
|
-
WirelessDeviceType?: WirelessDeviceType;
|
|
2545
|
+
WirelessDeviceType?: WirelessDeviceType | undefined;
|
|
2546
2546
|
}
|
|
2547
2547
|
/**
|
|
2548
2548
|
* @public
|
|
@@ -2558,32 +2558,32 @@ export interface Destinations {
|
|
|
2558
2558
|
* <p>The Amazon Resource Name of the resource.</p>
|
|
2559
2559
|
* @public
|
|
2560
2560
|
*/
|
|
2561
|
-
Arn?: string;
|
|
2561
|
+
Arn?: string | undefined;
|
|
2562
2562
|
/**
|
|
2563
2563
|
* <p>The name of the resource.</p>
|
|
2564
2564
|
* @public
|
|
2565
2565
|
*/
|
|
2566
|
-
Name?: string;
|
|
2566
|
+
Name?: string | undefined;
|
|
2567
2567
|
/**
|
|
2568
2568
|
* <p>The type of value in <code>Expression</code>.</p>
|
|
2569
2569
|
* @public
|
|
2570
2570
|
*/
|
|
2571
|
-
ExpressionType?: ExpressionType;
|
|
2571
|
+
ExpressionType?: ExpressionType | undefined;
|
|
2572
2572
|
/**
|
|
2573
2573
|
* <p>The rule name or topic rule to send messages to.</p>
|
|
2574
2574
|
* @public
|
|
2575
2575
|
*/
|
|
2576
|
-
Expression?: string;
|
|
2576
|
+
Expression?: string | undefined;
|
|
2577
2577
|
/**
|
|
2578
2578
|
* <p>The description of the resource.</p>
|
|
2579
2579
|
* @public
|
|
2580
2580
|
*/
|
|
2581
|
-
Description?: string;
|
|
2581
|
+
Description?: string | undefined;
|
|
2582
2582
|
/**
|
|
2583
2583
|
* <p>The ARN of the IAM Role that authorizes the destination.</p>
|
|
2584
2584
|
* @public
|
|
2585
2585
|
*/
|
|
2586
|
-
RoleArn?: string;
|
|
2586
|
+
RoleArn?: string | undefined;
|
|
2587
2587
|
}
|
|
2588
2588
|
/**
|
|
2589
2589
|
* <p>Describes a device profile.</p>
|
|
@@ -2594,17 +2594,17 @@ export interface DeviceProfile {
|
|
|
2594
2594
|
* <p>The Amazon Resource Name of the resource.</p>
|
|
2595
2595
|
* @public
|
|
2596
2596
|
*/
|
|
2597
|
-
Arn?: string;
|
|
2597
|
+
Arn?: string | undefined;
|
|
2598
2598
|
/**
|
|
2599
2599
|
* <p>The name of the resource.</p>
|
|
2600
2600
|
* @public
|
|
2601
2601
|
*/
|
|
2602
|
-
Name?: string;
|
|
2602
|
+
Name?: string | undefined;
|
|
2603
2603
|
/**
|
|
2604
2604
|
* <p>The ID of the device profile.</p>
|
|
2605
2605
|
* @public
|
|
2606
2606
|
*/
|
|
2607
|
-
Id?: string;
|
|
2607
|
+
Id?: string | undefined;
|
|
2608
2608
|
}
|
|
2609
2609
|
/**
|
|
2610
2610
|
* @public
|
|
@@ -2629,7 +2629,7 @@ export interface SidewalkEventNotificationConfigurations {
|
|
|
2629
2629
|
* <p>Denotes whether the Amazon ID event topic is enabled or disabled.</p>
|
|
2630
2630
|
* @public
|
|
2631
2631
|
*/
|
|
2632
|
-
AmazonIdEventTopic?: EventNotificationTopicStatus;
|
|
2632
|
+
AmazonIdEventTopic?: EventNotificationTopicStatus | undefined;
|
|
2633
2633
|
}
|
|
2634
2634
|
/**
|
|
2635
2635
|
* <p>Device registration state event configuration object for enabling and disabling
|
|
@@ -2642,13 +2642,13 @@ export interface DeviceRegistrationStateEventConfiguration {
|
|
|
2642
2642
|
* Sidewalk related event topics.</p>
|
|
2643
2643
|
* @public
|
|
2644
2644
|
*/
|
|
2645
|
-
Sidewalk?: SidewalkEventNotificationConfigurations;
|
|
2645
|
+
Sidewalk?: SidewalkEventNotificationConfigurations | undefined;
|
|
2646
2646
|
/**
|
|
2647
2647
|
* <p>Denotes whether the wireless device ID device registration state event topic is
|
|
2648
2648
|
* enabled or disabled.</p>
|
|
2649
2649
|
* @public
|
|
2650
2650
|
*/
|
|
2651
|
-
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus;
|
|
2651
|
+
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | undefined;
|
|
2652
2652
|
}
|
|
2653
2653
|
/**
|
|
2654
2654
|
* <p>Sidewalk resource type event configuration object for enabling or disabling
|
|
@@ -2660,7 +2660,7 @@ export interface SidewalkResourceTypeEventConfiguration {
|
|
|
2660
2660
|
* <p>Denotes whether the wireless device join event topic is enabled or disabled.</p>
|
|
2661
2661
|
* @public
|
|
2662
2662
|
*/
|
|
2663
|
-
WirelessDeviceEventTopic?: EventNotificationTopicStatus;
|
|
2663
|
+
WirelessDeviceEventTopic?: EventNotificationTopicStatus | undefined;
|
|
2664
2664
|
}
|
|
2665
2665
|
/**
|
|
2666
2666
|
* <p>Device registration state resource type event configuration object for enabling or
|
|
@@ -2673,7 +2673,7 @@ export interface DeviceRegistrationStateResourceTypeEventConfiguration {
|
|
|
2673
2673
|
* disabling Sidewalk related event topics.</p>
|
|
2674
2674
|
* @public
|
|
2675
2675
|
*/
|
|
2676
|
-
Sidewalk?: SidewalkResourceTypeEventConfiguration;
|
|
2676
|
+
Sidewalk?: SidewalkResourceTypeEventConfiguration | undefined;
|
|
2677
2677
|
}
|
|
2678
2678
|
/**
|
|
2679
2679
|
* @public
|
|
@@ -2710,12 +2710,12 @@ export interface Dimension {
|
|
|
2710
2710
|
* <p>The name of the dimension.</p>
|
|
2711
2711
|
* @public
|
|
2712
2712
|
*/
|
|
2713
|
-
name?: DimensionName;
|
|
2713
|
+
name?: DimensionName | undefined;
|
|
2714
2714
|
/**
|
|
2715
2715
|
* <p>The dimension's value.</p>
|
|
2716
2716
|
* @public
|
|
2717
2717
|
*/
|
|
2718
|
-
value?: string;
|
|
2718
|
+
value?: string | undefined;
|
|
2719
2719
|
}
|
|
2720
2720
|
/**
|
|
2721
2721
|
* @public
|
|
@@ -2919,13 +2919,13 @@ export interface LoRaWANSendDataToDevice {
|
|
|
2919
2919
|
* <p>The Fport value.</p>
|
|
2920
2920
|
* @public
|
|
2921
2921
|
*/
|
|
2922
|
-
FPort?: number;
|
|
2922
|
+
FPort?: number | undefined;
|
|
2923
2923
|
/**
|
|
2924
2924
|
* <p>Choose the gateways that you want to use for the downlink data traffic when the
|
|
2925
2925
|
* wireless device is running in class B or class C mode.</p>
|
|
2926
2926
|
* @public
|
|
2927
2927
|
*/
|
|
2928
|
-
ParticipatingGateways?: ParticipatingGateways;
|
|
2928
|
+
ParticipatingGateways?: ParticipatingGateways | undefined;
|
|
2929
2929
|
}
|
|
2930
2930
|
/**
|
|
2931
2931
|
* <p>The message in the downlink queue.</p>
|
|
@@ -2937,24 +2937,24 @@ export interface DownlinkQueueMessage {
|
|
|
2937
2937
|
* identify the message.</p>
|
|
2938
2938
|
* @public
|
|
2939
2939
|
*/
|
|
2940
|
-
MessageId?: string;
|
|
2940
|
+
MessageId?: string | undefined;
|
|
2941
2941
|
/**
|
|
2942
2942
|
* <p>The transmit mode to use for sending data to the wireless device. This can be
|
|
2943
2943
|
* <code>0</code> for UM (unacknowledge mode) or <code>1</code> for AM (acknowledge
|
|
2944
2944
|
* mode).</p>
|
|
2945
2945
|
* @public
|
|
2946
2946
|
*/
|
|
2947
|
-
TransmitMode?: number;
|
|
2947
|
+
TransmitMode?: number | undefined;
|
|
2948
2948
|
/**
|
|
2949
2949
|
* <p>The time at which Iot Wireless received the downlink message.</p>
|
|
2950
2950
|
* @public
|
|
2951
2951
|
*/
|
|
2952
|
-
ReceivedAt?: string;
|
|
2952
|
+
ReceivedAt?: string | undefined;
|
|
2953
2953
|
/**
|
|
2954
2954
|
* <p>LoRaWAN router info.</p>
|
|
2955
2955
|
* @public
|
|
2956
2956
|
*/
|
|
2957
|
-
LoRaWAN?: LoRaWANSendDataToDevice;
|
|
2957
|
+
LoRaWAN?: LoRaWANSendDataToDevice | undefined;
|
|
2958
2958
|
}
|
|
2959
2959
|
/**
|
|
2960
2960
|
* @public
|
|
@@ -2980,7 +2980,7 @@ export interface LoRaWANJoinEventNotificationConfigurations {
|
|
|
2980
2980
|
* <p>Denotes whether the Dev EUI join event topic is enabled or disabled.</p>
|
|
2981
2981
|
* @public
|
|
2982
2982
|
*/
|
|
2983
|
-
DevEuiEventTopic?: EventNotificationTopicStatus;
|
|
2983
|
+
DevEuiEventTopic?: EventNotificationTopicStatus | undefined;
|
|
2984
2984
|
}
|
|
2985
2985
|
/**
|
|
2986
2986
|
* <p>Join event configuration object for enabling or disabling topic.</p>
|
|
@@ -2992,12 +2992,12 @@ export interface JoinEventConfiguration {
|
|
|
2992
2992
|
* topics.</p>
|
|
2993
2993
|
* @public
|
|
2994
2994
|
*/
|
|
2995
|
-
LoRaWAN?: LoRaWANJoinEventNotificationConfigurations;
|
|
2995
|
+
LoRaWAN?: LoRaWANJoinEventNotificationConfigurations | undefined;
|
|
2996
2996
|
/**
|
|
2997
2997
|
* <p>Denotes whether the wireless device ID join event topic is enabled or disabled.</p>
|
|
2998
2998
|
* @public
|
|
2999
2999
|
*/
|
|
3000
|
-
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus;
|
|
3000
|
+
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | undefined;
|
|
3001
3001
|
}
|
|
3002
3002
|
/**
|
|
3003
3003
|
* <p>Message delivery status event configuration object for enabling and disabling relevant
|
|
@@ -3011,13 +3011,13 @@ export interface MessageDeliveryStatusEventConfiguration {
|
|
|
3011
3011
|
* configuration object for Sidewalk-related event topics.</p>
|
|
3012
3012
|
* @public
|
|
3013
3013
|
*/
|
|
3014
|
-
Sidewalk?: SidewalkEventNotificationConfigurations;
|
|
3014
|
+
Sidewalk?: SidewalkEventNotificationConfigurations | undefined;
|
|
3015
3015
|
/**
|
|
3016
3016
|
* <p>Denotes whether the wireless device ID message delivery status event topic is enabled
|
|
3017
3017
|
* or disabled.</p>
|
|
3018
3018
|
* @public
|
|
3019
3019
|
*/
|
|
3020
|
-
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus;
|
|
3020
|
+
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | undefined;
|
|
3021
3021
|
}
|
|
3022
3022
|
/**
|
|
3023
3023
|
* <p>Proximity event configuration object for enabling and disabling relevant
|
|
@@ -3030,13 +3030,13 @@ export interface ProximityEventConfiguration {
|
|
|
3030
3030
|
* topics.</p>
|
|
3031
3031
|
* @public
|
|
3032
3032
|
*/
|
|
3033
|
-
Sidewalk?: SidewalkEventNotificationConfigurations;
|
|
3033
|
+
Sidewalk?: SidewalkEventNotificationConfigurations | undefined;
|
|
3034
3034
|
/**
|
|
3035
3035
|
* <p>Denotes whether the wireless device ID proximity event topic is enabled or
|
|
3036
3036
|
* disabled.</p>
|
|
3037
3037
|
* @public
|
|
3038
3038
|
*/
|
|
3039
|
-
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus;
|
|
3039
|
+
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | undefined;
|
|
3040
3040
|
}
|
|
3041
3041
|
/**
|
|
3042
3042
|
* <p>Object of all event configurations and the status of the event topics.</p>
|
|
@@ -3047,27 +3047,27 @@ export interface EventNotificationItemConfigurations {
|
|
|
3047
3047
|
* <p>Device registration state event configuration for an event configuration item.</p>
|
|
3048
3048
|
* @public
|
|
3049
3049
|
*/
|
|
3050
|
-
DeviceRegistrationState?: DeviceRegistrationStateEventConfiguration;
|
|
3050
|
+
DeviceRegistrationState?: DeviceRegistrationStateEventConfiguration | undefined;
|
|
3051
3051
|
/**
|
|
3052
3052
|
* <p>Proximity event configuration for an event configuration item.</p>
|
|
3053
3053
|
* @public
|
|
3054
3054
|
*/
|
|
3055
|
-
Proximity?: ProximityEventConfiguration;
|
|
3055
|
+
Proximity?: ProximityEventConfiguration | undefined;
|
|
3056
3056
|
/**
|
|
3057
3057
|
* <p>Join event configuration for an event configuration item.</p>
|
|
3058
3058
|
* @public
|
|
3059
3059
|
*/
|
|
3060
|
-
Join?: JoinEventConfiguration;
|
|
3060
|
+
Join?: JoinEventConfiguration | undefined;
|
|
3061
3061
|
/**
|
|
3062
3062
|
* <p>Connection status event configuration for an event configuration item.</p>
|
|
3063
3063
|
* @public
|
|
3064
3064
|
*/
|
|
3065
|
-
ConnectionStatus?: ConnectionStatusEventConfiguration;
|
|
3065
|
+
ConnectionStatus?: ConnectionStatusEventConfiguration | undefined;
|
|
3066
3066
|
/**
|
|
3067
3067
|
* <p>Message delivery status event configuration for an event configuration item.</p>
|
|
3068
3068
|
* @public
|
|
3069
3069
|
*/
|
|
3070
|
-
MessageDeliveryStatus?: MessageDeliveryStatusEventConfiguration;
|
|
3070
|
+
MessageDeliveryStatus?: MessageDeliveryStatusEventConfiguration | undefined;
|
|
3071
3071
|
}
|
|
3072
3072
|
/**
|
|
3073
3073
|
* @public
|
|
@@ -3104,22 +3104,22 @@ export interface EventConfigurationItem {
|
|
|
3104
3104
|
* <p>Resource identifier opted in for event messaging.</p>
|
|
3105
3105
|
* @public
|
|
3106
3106
|
*/
|
|
3107
|
-
Identifier?: string;
|
|
3107
|
+
Identifier?: string | undefined;
|
|
3108
3108
|
/**
|
|
3109
3109
|
* <p>Identifier type of the particular resource identifier for event configuration.</p>
|
|
3110
3110
|
* @public
|
|
3111
3111
|
*/
|
|
3112
|
-
IdentifierType?: IdentifierType;
|
|
3112
|
+
IdentifierType?: IdentifierType | undefined;
|
|
3113
3113
|
/**
|
|
3114
3114
|
* <p>Partner type of the resource if the identifier type is PartnerAccountId.</p>
|
|
3115
3115
|
* @public
|
|
3116
3116
|
*/
|
|
3117
|
-
PartnerType?: EventNotificationPartnerType;
|
|
3117
|
+
PartnerType?: EventNotificationPartnerType | undefined;
|
|
3118
3118
|
/**
|
|
3119
3119
|
* <p>Object of all event configurations and the status of the event topics.</p>
|
|
3120
3120
|
* @public
|
|
3121
3121
|
*/
|
|
3122
|
-
Events?: EventNotificationItemConfigurations;
|
|
3122
|
+
Events?: EventNotificationItemConfigurations | undefined;
|
|
3123
3123
|
}
|
|
3124
3124
|
/**
|
|
3125
3125
|
* @public
|
|
@@ -3165,17 +3165,17 @@ export interface FuotaTask {
|
|
|
3165
3165
|
* <p>The ID of a FUOTA task.</p>
|
|
3166
3166
|
* @public
|
|
3167
3167
|
*/
|
|
3168
|
-
Id?: string;
|
|
3168
|
+
Id?: string | undefined;
|
|
3169
3169
|
/**
|
|
3170
3170
|
* <p>The arn of a FUOTA task.</p>
|
|
3171
3171
|
* @public
|
|
3172
3172
|
*/
|
|
3173
|
-
Arn?: string;
|
|
3173
|
+
Arn?: string | undefined;
|
|
3174
3174
|
/**
|
|
3175
3175
|
* <p>The name of a FUOTA task.</p>
|
|
3176
3176
|
* @public
|
|
3177
3177
|
*/
|
|
3178
|
-
Name?: string;
|
|
3178
|
+
Name?: string | undefined;
|
|
3179
3179
|
}
|
|
3180
3180
|
/**
|
|
3181
3181
|
* @public
|
|
@@ -3210,32 +3210,32 @@ export interface GetDestinationResponse {
|
|
|
3210
3210
|
* <p>The Amazon Resource Name of the resource.</p>
|
|
3211
3211
|
* @public
|
|
3212
3212
|
*/
|
|
3213
|
-
Arn?: string;
|
|
3213
|
+
Arn?: string | undefined;
|
|
3214
3214
|
/**
|
|
3215
3215
|
* <p>The name of the resource.</p>
|
|
3216
3216
|
* @public
|
|
3217
3217
|
*/
|
|
3218
|
-
Name?: string;
|
|
3218
|
+
Name?: string | undefined;
|
|
3219
3219
|
/**
|
|
3220
3220
|
* <p>The rule name or topic rule to send messages to.</p>
|
|
3221
3221
|
* @public
|
|
3222
3222
|
*/
|
|
3223
|
-
Expression?: string;
|
|
3223
|
+
Expression?: string | undefined;
|
|
3224
3224
|
/**
|
|
3225
3225
|
* <p>The type of value in <code>Expression</code>.</p>
|
|
3226
3226
|
* @public
|
|
3227
3227
|
*/
|
|
3228
|
-
ExpressionType?: ExpressionType;
|
|
3228
|
+
ExpressionType?: ExpressionType | undefined;
|
|
3229
3229
|
/**
|
|
3230
3230
|
* <p>The description of the resource.</p>
|
|
3231
3231
|
* @public
|
|
3232
3232
|
*/
|
|
3233
|
-
Description?: string;
|
|
3233
|
+
Description?: string | undefined;
|
|
3234
3234
|
/**
|
|
3235
3235
|
* <p>The ARN of the IAM Role that authorizes the destination.</p>
|
|
3236
3236
|
* @public
|
|
3237
3237
|
*/
|
|
3238
|
-
RoleArn?: string;
|
|
3238
|
+
RoleArn?: string | undefined;
|
|
3239
3239
|
}
|
|
3240
3240
|
/**
|
|
3241
3241
|
* @public
|
|
@@ -3256,17 +3256,17 @@ export interface SidewalkGetDeviceProfile {
|
|
|
3256
3256
|
* <p>The Sidewalk application server public key.</p>
|
|
3257
3257
|
* @public
|
|
3258
3258
|
*/
|
|
3259
|
-
ApplicationServerPublicKey?: string;
|
|
3259
|
+
ApplicationServerPublicKey?: string | undefined;
|
|
3260
3260
|
/**
|
|
3261
3261
|
* <p>Gets information about the certification status of a Sidewalk device profile.</p>
|
|
3262
3262
|
* @public
|
|
3263
3263
|
*/
|
|
3264
|
-
QualificationStatus?: boolean;
|
|
3264
|
+
QualificationStatus?: boolean | undefined;
|
|
3265
3265
|
/**
|
|
3266
3266
|
* <p>The DAK certificate information of the Sidewalk device profile.</p>
|
|
3267
3267
|
* @public
|
|
3268
3268
|
*/
|
|
3269
|
-
DakCertificateMetadata?: DakCertificateMetadata[];
|
|
3269
|
+
DakCertificateMetadata?: DakCertificateMetadata[] | undefined;
|
|
3270
3270
|
}
|
|
3271
3271
|
/**
|
|
3272
3272
|
* @public
|
|
@@ -3276,27 +3276,27 @@ export interface GetDeviceProfileResponse {
|
|
|
3276
3276
|
* <p>The Amazon Resource Name of the resource.</p>
|
|
3277
3277
|
* @public
|
|
3278
3278
|
*/
|
|
3279
|
-
Arn?: string;
|
|
3279
|
+
Arn?: string | undefined;
|
|
3280
3280
|
/**
|
|
3281
3281
|
* <p>The name of the resource.</p>
|
|
3282
3282
|
* @public
|
|
3283
3283
|
*/
|
|
3284
|
-
Name?: string;
|
|
3284
|
+
Name?: string | undefined;
|
|
3285
3285
|
/**
|
|
3286
3286
|
* <p>The ID of the device profile.</p>
|
|
3287
3287
|
* @public
|
|
3288
3288
|
*/
|
|
3289
|
-
Id?: string;
|
|
3289
|
+
Id?: string | undefined;
|
|
3290
3290
|
/**
|
|
3291
3291
|
* <p>Information about the device profile.</p>
|
|
3292
3292
|
* @public
|
|
3293
3293
|
*/
|
|
3294
|
-
LoRaWAN?: LoRaWANDeviceProfile;
|
|
3294
|
+
LoRaWAN?: LoRaWANDeviceProfile | undefined;
|
|
3295
3295
|
/**
|
|
3296
3296
|
* <p>Information about the Sidewalk parameters in the device profile.</p>
|
|
3297
3297
|
* @public
|
|
3298
3298
|
*/
|
|
3299
|
-
Sidewalk?: SidewalkGetDeviceProfile;
|
|
3299
|
+
Sidewalk?: SidewalkGetDeviceProfile | undefined;
|
|
3300
3300
|
}
|
|
3301
3301
|
/**
|
|
3302
3302
|
* @public
|
|
@@ -3312,7 +3312,7 @@ export interface LoRaWANJoinResourceTypeEventConfiguration {
|
|
|
3312
3312
|
* <p>Denotes whether the wireless device join event topic is enabled or disabled.</p>
|
|
3313
3313
|
* @public
|
|
3314
3314
|
*/
|
|
3315
|
-
WirelessDeviceEventTopic?: EventNotificationTopicStatus;
|
|
3315
|
+
WirelessDeviceEventTopic?: EventNotificationTopicStatus | undefined;
|
|
3316
3316
|
}
|
|
3317
3317
|
/**
|
|
3318
3318
|
* <p>Join resource type event configuration object for enabling or disabling topic.</p>
|
|
@@ -3324,7 +3324,7 @@ export interface JoinResourceTypeEventConfiguration {
|
|
|
3324
3324
|
* related event topics.</p>
|
|
3325
3325
|
* @public
|
|
3326
3326
|
*/
|
|
3327
|
-
LoRaWAN?: LoRaWANJoinResourceTypeEventConfiguration;
|
|
3327
|
+
LoRaWAN?: LoRaWANJoinResourceTypeEventConfiguration | undefined;
|
|
3328
3328
|
}
|
|
3329
3329
|
/**
|
|
3330
3330
|
* <p>Message delivery status resource type event configuration object for enabling or
|
|
@@ -3337,7 +3337,7 @@ export interface MessageDeliveryStatusResourceTypeEventConfiguration {
|
|
|
3337
3337
|
* topic.</p>
|
|
3338
3338
|
* @public
|
|
3339
3339
|
*/
|
|
3340
|
-
Sidewalk?: SidewalkResourceTypeEventConfiguration;
|
|
3340
|
+
Sidewalk?: SidewalkResourceTypeEventConfiguration | undefined;
|
|
3341
3341
|
}
|
|
3342
3342
|
/**
|
|
3343
3343
|
* <p>Proximity resource type event configuration object for enabling or disabling
|
|
@@ -3350,7 +3350,7 @@ export interface ProximityResourceTypeEventConfiguration {
|
|
|
3350
3350
|
* device topic.</p>
|
|
3351
3351
|
* @public
|
|
3352
3352
|
*/
|
|
3353
|
-
Sidewalk?: SidewalkResourceTypeEventConfiguration;
|
|
3353
|
+
Sidewalk?: SidewalkResourceTypeEventConfiguration | undefined;
|
|
3354
3354
|
}
|
|
3355
3355
|
/**
|
|
3356
3356
|
* @public
|
|
@@ -3360,27 +3360,27 @@ export interface GetEventConfigurationByResourceTypesResponse {
|
|
|
3360
3360
|
* <p>Resource type event configuration for the device registration state event.</p>
|
|
3361
3361
|
* @public
|
|
3362
3362
|
*/
|
|
3363
|
-
DeviceRegistrationState?: DeviceRegistrationStateResourceTypeEventConfiguration;
|
|
3363
|
+
DeviceRegistrationState?: DeviceRegistrationStateResourceTypeEventConfiguration | undefined;
|
|
3364
3364
|
/**
|
|
3365
3365
|
* <p>Resource type event configuration for the proximity event.</p>
|
|
3366
3366
|
* @public
|
|
3367
3367
|
*/
|
|
3368
|
-
Proximity?: ProximityResourceTypeEventConfiguration;
|
|
3368
|
+
Proximity?: ProximityResourceTypeEventConfiguration | undefined;
|
|
3369
3369
|
/**
|
|
3370
3370
|
* <p>Resource type event configuration for the join event.</p>
|
|
3371
3371
|
* @public
|
|
3372
3372
|
*/
|
|
3373
|
-
Join?: JoinResourceTypeEventConfiguration;
|
|
3373
|
+
Join?: JoinResourceTypeEventConfiguration | undefined;
|
|
3374
3374
|
/**
|
|
3375
3375
|
* <p>Resource type event configuration for the connection status event.</p>
|
|
3376
3376
|
* @public
|
|
3377
3377
|
*/
|
|
3378
|
-
ConnectionStatus?: ConnectionStatusResourceTypeEventConfiguration;
|
|
3378
|
+
ConnectionStatus?: ConnectionStatusResourceTypeEventConfiguration | undefined;
|
|
3379
3379
|
/**
|
|
3380
3380
|
* <p>Resource type event configuration object for the message delivery status event.</p>
|
|
3381
3381
|
* @public
|
|
3382
3382
|
*/
|
|
3383
|
-
MessageDeliveryStatus?: MessageDeliveryStatusResourceTypeEventConfiguration;
|
|
3383
|
+
MessageDeliveryStatus?: MessageDeliveryStatusResourceTypeEventConfiguration | undefined;
|
|
3384
3384
|
}
|
|
3385
3385
|
/**
|
|
3386
3386
|
* @public
|
|
@@ -3401,12 +3401,12 @@ export interface LoRaWANFuotaTaskGetInfo {
|
|
|
3401
3401
|
* <p>The frequency band (RFRegion) value.</p>
|
|
3402
3402
|
* @public
|
|
3403
3403
|
*/
|
|
3404
|
-
RfRegion?: string;
|
|
3404
|
+
RfRegion?: string | undefined;
|
|
3405
3405
|
/**
|
|
3406
3406
|
* <p>Start time of a FUOTA task.</p>
|
|
3407
3407
|
* @public
|
|
3408
3408
|
*/
|
|
3409
|
-
StartTime?: Date;
|
|
3409
|
+
StartTime?: Date | undefined;
|
|
3410
3410
|
}
|
|
3411
3411
|
/**
|
|
3412
3412
|
* @public
|
|
@@ -3416,48 +3416,48 @@ export interface GetFuotaTaskResponse {
|
|
|
3416
3416
|
* <p>The arn of a FUOTA task.</p>
|
|
3417
3417
|
* @public
|
|
3418
3418
|
*/
|
|
3419
|
-
Arn?: string;
|
|
3419
|
+
Arn?: string | undefined;
|
|
3420
3420
|
/**
|
|
3421
3421
|
* <p>The ID of a FUOTA task.</p>
|
|
3422
3422
|
* @public
|
|
3423
3423
|
*/
|
|
3424
|
-
Id?: string;
|
|
3424
|
+
Id?: string | undefined;
|
|
3425
3425
|
/**
|
|
3426
3426
|
* <p>The status of a FUOTA task.</p>
|
|
3427
3427
|
* @public
|
|
3428
3428
|
*/
|
|
3429
|
-
Status?: FuotaTaskStatus;
|
|
3429
|
+
Status?: FuotaTaskStatus | undefined;
|
|
3430
3430
|
/**
|
|
3431
3431
|
* <p>The name of a FUOTA task.</p>
|
|
3432
3432
|
* @public
|
|
3433
3433
|
*/
|
|
3434
|
-
Name?: string;
|
|
3434
|
+
Name?: string | undefined;
|
|
3435
3435
|
/**
|
|
3436
3436
|
* <p>The description of the new resource.</p>
|
|
3437
3437
|
* @public
|
|
3438
3438
|
*/
|
|
3439
|
-
Description?: string;
|
|
3439
|
+
Description?: string | undefined;
|
|
3440
3440
|
/**
|
|
3441
3441
|
* <p>The LoRaWAN information returned from getting a FUOTA task.</p>
|
|
3442
3442
|
* @public
|
|
3443
3443
|
*/
|
|
3444
|
-
LoRaWAN?: LoRaWANFuotaTaskGetInfo;
|
|
3444
|
+
LoRaWAN?: LoRaWANFuotaTaskGetInfo | undefined;
|
|
3445
3445
|
/**
|
|
3446
3446
|
* <p>The S3 URI points to a firmware update image that is to be used with a FUOTA
|
|
3447
3447
|
* task.</p>
|
|
3448
3448
|
* @public
|
|
3449
3449
|
*/
|
|
3450
|
-
FirmwareUpdateImage?: string;
|
|
3450
|
+
FirmwareUpdateImage?: string | undefined;
|
|
3451
3451
|
/**
|
|
3452
3452
|
* <p>The firmware update role that is to be used with a FUOTA task.</p>
|
|
3453
3453
|
* @public
|
|
3454
3454
|
*/
|
|
3455
|
-
FirmwareUpdateRole?: string;
|
|
3455
|
+
FirmwareUpdateRole?: string | undefined;
|
|
3456
3456
|
/**
|
|
3457
3457
|
* <p>Created at timestamp for the resource.</p>
|
|
3458
3458
|
* @public
|
|
3459
3459
|
*/
|
|
3460
|
-
CreatedAt?: Date;
|
|
3460
|
+
CreatedAt?: Date | undefined;
|
|
3461
3461
|
/**
|
|
3462
3462
|
* <p>The percentage of the added fragments that are redundant. For example, if the size of
|
|
3463
3463
|
* the firmware image file is 100 bytes and the fragment size is 10 bytes, with
|
|
@@ -3465,13 +3465,13 @@ export interface GetFuotaTaskResponse {
|
|
|
3465
3465
|
* is (100 / 10) + (100 / 10 * 50%) = 15.</p>
|
|
3466
3466
|
* @public
|
|
3467
3467
|
*/
|
|
3468
|
-
RedundancyPercent?: number;
|
|
3468
|
+
RedundancyPercent?: number | undefined;
|
|
3469
3469
|
/**
|
|
3470
3470
|
* <p>The size of each fragment in bytes. This parameter is supported only for FUOTA tasks
|
|
3471
3471
|
* with multicast groups.</p>
|
|
3472
3472
|
* @public
|
|
3473
3473
|
*/
|
|
3474
|
-
FragmentSizeBytes?: number;
|
|
3474
|
+
FragmentSizeBytes?: number | undefined;
|
|
3475
3475
|
/**
|
|
3476
3476
|
* <p>The interval for sending fragments in milliseconds, rounded to the nearest
|
|
3477
3477
|
* second.</p>
|
|
@@ -3483,7 +3483,7 @@ export interface GetFuotaTaskResponse {
|
|
|
3483
3483
|
* </note>
|
|
3484
3484
|
* @public
|
|
3485
3485
|
*/
|
|
3486
|
-
FragmentIntervalMS?: number;
|
|
3486
|
+
FragmentIntervalMS?: number | undefined;
|
|
3487
3487
|
}
|
|
3488
3488
|
/**
|
|
3489
3489
|
* @public
|
|
@@ -3550,7 +3550,7 @@ export interface WirelessDeviceLogOption {
|
|
|
3550
3550
|
* <p>The list of wireless device event log options.</p>
|
|
3551
3551
|
* @public
|
|
3552
3552
|
*/
|
|
3553
|
-
Events?: WirelessDeviceEventLogOption[];
|
|
3553
|
+
Events?: WirelessDeviceEventLogOption[] | undefined;
|
|
3554
3554
|
}
|
|
3555
3555
|
/**
|
|
3556
3556
|
* @public
|
|
@@ -3618,7 +3618,7 @@ export interface WirelessGatewayLogOption {
|
|
|
3618
3618
|
* <p>The list of wireless gateway event log options.</p>
|
|
3619
3619
|
* @public
|
|
3620
3620
|
*/
|
|
3621
|
-
Events?: WirelessGatewayEventLogOption[];
|
|
3621
|
+
Events?: WirelessGatewayEventLogOption[] | undefined;
|
|
3622
3622
|
}
|
|
3623
3623
|
/**
|
|
3624
3624
|
* @public
|
|
@@ -3630,17 +3630,17 @@ export interface GetLogLevelsByResourceTypesResponse {
|
|
|
3630
3630
|
* or to <code>INFO</code> for more detailed logs.</p>
|
|
3631
3631
|
* @public
|
|
3632
3632
|
*/
|
|
3633
|
-
DefaultLogLevel?: LogLevel;
|
|
3633
|
+
DefaultLogLevel?: LogLevel | undefined;
|
|
3634
3634
|
/**
|
|
3635
3635
|
* <p>The list of wireless gateway log options.</p>
|
|
3636
3636
|
* @public
|
|
3637
3637
|
*/
|
|
3638
|
-
WirelessGatewayLogOptions?: WirelessGatewayLogOption[];
|
|
3638
|
+
WirelessGatewayLogOptions?: WirelessGatewayLogOption[] | undefined;
|
|
3639
3639
|
/**
|
|
3640
3640
|
* <p>The list of wireless device log options.</p>
|
|
3641
3641
|
* @public
|
|
3642
3642
|
*/
|
|
3643
|
-
WirelessDeviceLogOptions?: WirelessDeviceLogOption[];
|
|
3643
|
+
WirelessDeviceLogOptions?: WirelessDeviceLogOption[] | undefined;
|
|
3644
3644
|
}
|
|
3645
3645
|
/**
|
|
3646
3646
|
* @public
|
|
@@ -3668,7 +3668,7 @@ export interface SummaryMetricConfiguration {
|
|
|
3668
3668
|
* <p>The status of the configuration of summary metrics.</p>
|
|
3669
3669
|
* @public
|
|
3670
3670
|
*/
|
|
3671
|
-
Status?: SummaryMetricConfigurationStatus;
|
|
3671
|
+
Status?: SummaryMetricConfigurationStatus | undefined;
|
|
3672
3672
|
}
|
|
3673
3673
|
/**
|
|
3674
3674
|
* @public
|
|
@@ -3678,7 +3678,7 @@ export interface GetMetricConfigurationResponse {
|
|
|
3678
3678
|
* <p>The configuration status of the AWS account for summary metric aggregation.</p>
|
|
3679
3679
|
* @public
|
|
3680
3680
|
*/
|
|
3681
|
-
SummaryMetric?: SummaryMetricConfiguration;
|
|
3681
|
+
SummaryMetric?: SummaryMetricConfiguration | undefined;
|
|
3682
3682
|
}
|
|
3683
3683
|
/**
|
|
3684
3684
|
* @public
|
|
@@ -3731,32 +3731,32 @@ export interface SummaryMetricQuery {
|
|
|
3731
3731
|
* <p>The id of the summary metric query.</p>
|
|
3732
3732
|
* @public
|
|
3733
3733
|
*/
|
|
3734
|
-
QueryId?: string;
|
|
3734
|
+
QueryId?: string | undefined;
|
|
3735
3735
|
/**
|
|
3736
3736
|
* <p>The name of the metric.</p>
|
|
3737
3737
|
* @public
|
|
3738
3738
|
*/
|
|
3739
|
-
MetricName?: MetricName;
|
|
3739
|
+
MetricName?: MetricName | undefined;
|
|
3740
3740
|
/**
|
|
3741
3741
|
* <p>The dimensions of the summary metric.</p>
|
|
3742
3742
|
* @public
|
|
3743
3743
|
*/
|
|
3744
|
-
Dimensions?: Dimension[];
|
|
3744
|
+
Dimensions?: Dimension[] | undefined;
|
|
3745
3745
|
/**
|
|
3746
3746
|
* <p>The aggregation period of the summary metric.</p>
|
|
3747
3747
|
* @public
|
|
3748
3748
|
*/
|
|
3749
|
-
AggregationPeriod?: AggregationPeriod;
|
|
3749
|
+
AggregationPeriod?: AggregationPeriod | undefined;
|
|
3750
3750
|
/**
|
|
3751
3751
|
* <p>The start timestamp for the summary metric query.</p>
|
|
3752
3752
|
* @public
|
|
3753
3753
|
*/
|
|
3754
|
-
StartTimestamp?: Date;
|
|
3754
|
+
StartTimestamp?: Date | undefined;
|
|
3755
3755
|
/**
|
|
3756
3756
|
* <p>The end timestamp for the summary metric query.</p>
|
|
3757
3757
|
* @public
|
|
3758
3758
|
*/
|
|
3759
|
-
EndTimestamp?: Date;
|
|
3759
|
+
EndTimestamp?: Date | undefined;
|
|
3760
3760
|
}
|
|
3761
3761
|
/**
|
|
3762
3762
|
* @public
|
|
@@ -3766,7 +3766,7 @@ export interface GetMetricsRequest {
|
|
|
3766
3766
|
* <p>The list of queries to retrieve the summary metrics.</p>
|
|
3767
3767
|
* @public
|
|
3768
3768
|
*/
|
|
3769
|
-
SummaryMetricQueries?: SummaryMetricQuery[];
|
|
3769
|
+
SummaryMetricQueries?: SummaryMetricQuery[] | undefined;
|
|
3770
3770
|
}
|
|
3771
3771
|
/**
|
|
3772
3772
|
* @public
|
|
@@ -3790,37 +3790,37 @@ export interface MetricQueryValue {
|
|
|
3790
3790
|
* period.</p>
|
|
3791
3791
|
* @public
|
|
3792
3792
|
*/
|
|
3793
|
-
Min?: number;
|
|
3793
|
+
Min?: number | undefined;
|
|
3794
3794
|
/**
|
|
3795
3795
|
* <p>The maximum of the values of all the data points collected during the aggregation
|
|
3796
3796
|
* period.</p>
|
|
3797
3797
|
* @public
|
|
3798
3798
|
*/
|
|
3799
|
-
Max?: number;
|
|
3799
|
+
Max?: number | undefined;
|
|
3800
3800
|
/**
|
|
3801
3801
|
* <p>The sum of the values of all data points collected during the aggregation
|
|
3802
3802
|
* period.</p>
|
|
3803
3803
|
* @public
|
|
3804
3804
|
*/
|
|
3805
|
-
Sum?: number;
|
|
3805
|
+
Sum?: number | undefined;
|
|
3806
3806
|
/**
|
|
3807
3807
|
* <p>The average of the values of all data points collected during the aggregation
|
|
3808
3808
|
* period.</p>
|
|
3809
3809
|
* @public
|
|
3810
3810
|
*/
|
|
3811
|
-
Avg?: number;
|
|
3811
|
+
Avg?: number | undefined;
|
|
3812
3812
|
/**
|
|
3813
3813
|
* <p>The standard deviation of the values of all data points collected during the
|
|
3814
3814
|
* aggregation period.</p>
|
|
3815
3815
|
* @public
|
|
3816
3816
|
*/
|
|
3817
|
-
Std?: number;
|
|
3817
|
+
Std?: number | undefined;
|
|
3818
3818
|
/**
|
|
3819
3819
|
* <p>The 90th percentile of the values of all data points collected during the aggregation
|
|
3820
3820
|
* period.</p>
|
|
3821
3821
|
* @public
|
|
3822
3822
|
*/
|
|
3823
|
-
P90?: number;
|
|
3823
|
+
P90?: number | undefined;
|
|
3824
3824
|
}
|
|
3825
3825
|
/**
|
|
3826
3826
|
* <p>The result of the summary metrics aggregation operation.</p>
|
|
@@ -3831,57 +3831,57 @@ export interface SummaryMetricQueryResult {
|
|
|
3831
3831
|
* <p>The ID of the summary metric results query operation.</p>
|
|
3832
3832
|
* @public
|
|
3833
3833
|
*/
|
|
3834
|
-
QueryId?: string;
|
|
3834
|
+
QueryId?: string | undefined;
|
|
3835
3835
|
/**
|
|
3836
3836
|
* <p>The status of the summary metric query result.</p>
|
|
3837
3837
|
* @public
|
|
3838
3838
|
*/
|
|
3839
|
-
QueryStatus?: MetricQueryStatus;
|
|
3839
|
+
QueryStatus?: MetricQueryStatus | undefined;
|
|
3840
3840
|
/**
|
|
3841
3841
|
* <p>The error message for the summary metric query result.</p>
|
|
3842
3842
|
* @public
|
|
3843
3843
|
*/
|
|
3844
|
-
Error?: string;
|
|
3844
|
+
Error?: string | undefined;
|
|
3845
3845
|
/**
|
|
3846
3846
|
* <p>The name of the summary metric query result.</p>
|
|
3847
3847
|
* @public
|
|
3848
3848
|
*/
|
|
3849
|
-
MetricName?: MetricName;
|
|
3849
|
+
MetricName?: MetricName | undefined;
|
|
3850
3850
|
/**
|
|
3851
3851
|
* <p>The dimensions of the metric.</p>
|
|
3852
3852
|
* @public
|
|
3853
3853
|
*/
|
|
3854
|
-
Dimensions?: Dimension[];
|
|
3854
|
+
Dimensions?: Dimension[] | undefined;
|
|
3855
3855
|
/**
|
|
3856
3856
|
* <p>The aggregation period of the metric.</p>
|
|
3857
3857
|
* @public
|
|
3858
3858
|
*/
|
|
3859
|
-
AggregationPeriod?: AggregationPeriod;
|
|
3859
|
+
AggregationPeriod?: AggregationPeriod | undefined;
|
|
3860
3860
|
/**
|
|
3861
3861
|
* <p>The start timestamp for the summary metric query.</p>
|
|
3862
3862
|
* @public
|
|
3863
3863
|
*/
|
|
3864
|
-
StartTimestamp?: Date;
|
|
3864
|
+
StartTimestamp?: Date | undefined;
|
|
3865
3865
|
/**
|
|
3866
3866
|
* <p>The end timestamp for the summary metric query.</p>
|
|
3867
3867
|
* @public
|
|
3868
3868
|
*/
|
|
3869
|
-
EndTimestamp?: Date;
|
|
3869
|
+
EndTimestamp?: Date | undefined;
|
|
3870
3870
|
/**
|
|
3871
3871
|
* <p>The timestamp of each aggregation result.</p>
|
|
3872
3872
|
* @public
|
|
3873
3873
|
*/
|
|
3874
|
-
Timestamps?: Date[];
|
|
3874
|
+
Timestamps?: Date[] | undefined;
|
|
3875
3875
|
/**
|
|
3876
3876
|
* <p>The list of aggregated summary metric query results.</p>
|
|
3877
3877
|
* @public
|
|
3878
3878
|
*/
|
|
3879
|
-
Values?: MetricQueryValue[];
|
|
3879
|
+
Values?: MetricQueryValue[] | undefined;
|
|
3880
3880
|
/**
|
|
3881
3881
|
* <p>The units of measurement to be used for interpreting the aggregation result.</p>
|
|
3882
3882
|
* @public
|
|
3883
3883
|
*/
|
|
3884
|
-
Unit?: string;
|
|
3884
|
+
Unit?: string | undefined;
|
|
3885
3885
|
}
|
|
3886
3886
|
/**
|
|
3887
3887
|
* @public
|
|
@@ -3891,7 +3891,7 @@ export interface GetMetricsResponse {
|
|
|
3891
3891
|
* <p>The list of summary metrics that were retrieved.</p>
|
|
3892
3892
|
* @public
|
|
3893
3893
|
*/
|
|
3894
|
-
SummaryMetricQueryResults?: SummaryMetricQueryResult[];
|
|
3894
|
+
SummaryMetricQueryResults?: SummaryMetricQueryResult[] | undefined;
|
|
3895
3895
|
}
|
|
3896
3896
|
/**
|
|
3897
3897
|
* @public
|
|
@@ -3913,22 +3913,22 @@ export interface LoRaWANMulticastGet {
|
|
|
3913
3913
|
* <p>Supported RfRegions</p>
|
|
3914
3914
|
* @public
|
|
3915
3915
|
*/
|
|
3916
|
-
RfRegion?: SupportedRfRegion;
|
|
3916
|
+
RfRegion?: SupportedRfRegion | undefined;
|
|
3917
3917
|
/**
|
|
3918
3918
|
* <p>DlClass for LoRaWAM, valid values are ClassB and ClassC.</p>
|
|
3919
3919
|
* @public
|
|
3920
3920
|
*/
|
|
3921
|
-
DlClass?: DlClass;
|
|
3921
|
+
DlClass?: DlClass | undefined;
|
|
3922
3922
|
/**
|
|
3923
3923
|
* <p>Number of devices that are requested to be associated with the multicast group.</p>
|
|
3924
3924
|
* @public
|
|
3925
3925
|
*/
|
|
3926
|
-
NumberOfDevicesRequested?: number;
|
|
3926
|
+
NumberOfDevicesRequested?: number | undefined;
|
|
3927
3927
|
/**
|
|
3928
3928
|
* <p>Number of devices that are associated to the multicast group.</p>
|
|
3929
3929
|
* @public
|
|
3930
3930
|
*/
|
|
3931
|
-
NumberOfDevicesInGroup?: number;
|
|
3931
|
+
NumberOfDevicesInGroup?: number | undefined;
|
|
3932
3932
|
}
|
|
3933
3933
|
/**
|
|
3934
3934
|
* @public
|
|
@@ -3938,38 +3938,38 @@ export interface GetMulticastGroupResponse {
|
|
|
3938
3938
|
* <p>The arn of the multicast group.</p>
|
|
3939
3939
|
* @public
|
|
3940
3940
|
*/
|
|
3941
|
-
Arn?: string;
|
|
3941
|
+
Arn?: string | undefined;
|
|
3942
3942
|
/**
|
|
3943
3943
|
* <p>The ID of the multicast group.</p>
|
|
3944
3944
|
* @public
|
|
3945
3945
|
*/
|
|
3946
|
-
Id?: string;
|
|
3946
|
+
Id?: string | undefined;
|
|
3947
3947
|
/**
|
|
3948
3948
|
* <p>The name of the multicast group.</p>
|
|
3949
3949
|
* @public
|
|
3950
3950
|
*/
|
|
3951
|
-
Name?: string;
|
|
3951
|
+
Name?: string | undefined;
|
|
3952
3952
|
/**
|
|
3953
3953
|
* <p>The description of the new resource.</p>
|
|
3954
3954
|
* @public
|
|
3955
3955
|
*/
|
|
3956
|
-
Description?: string;
|
|
3956
|
+
Description?: string | undefined;
|
|
3957
3957
|
/**
|
|
3958
3958
|
* <p>The status of the multicast group.</p>
|
|
3959
3959
|
* @public
|
|
3960
3960
|
*/
|
|
3961
|
-
Status?: string;
|
|
3961
|
+
Status?: string | undefined;
|
|
3962
3962
|
/**
|
|
3963
3963
|
* <p>The LoRaWAN information that is to be returned from getting multicast group
|
|
3964
3964
|
* information.</p>
|
|
3965
3965
|
* @public
|
|
3966
3966
|
*/
|
|
3967
|
-
LoRaWAN?: LoRaWANMulticastGet;
|
|
3967
|
+
LoRaWAN?: LoRaWANMulticastGet | undefined;
|
|
3968
3968
|
/**
|
|
3969
3969
|
* <p>Created at timestamp for the resource.</p>
|
|
3970
3970
|
* @public
|
|
3971
3971
|
*/
|
|
3972
|
-
CreatedAt?: Date;
|
|
3972
|
+
CreatedAt?: Date | undefined;
|
|
3973
3973
|
}
|
|
3974
3974
|
/**
|
|
3975
3975
|
* @public
|
|
@@ -3990,27 +3990,27 @@ export interface LoRaWANMulticastSession {
|
|
|
3990
3990
|
* <p>Downlink data rate.</p>
|
|
3991
3991
|
* @public
|
|
3992
3992
|
*/
|
|
3993
|
-
DlDr?: number;
|
|
3993
|
+
DlDr?: number | undefined;
|
|
3994
3994
|
/**
|
|
3995
3995
|
* <p>Downlink frequency.</p>
|
|
3996
3996
|
* @public
|
|
3997
3997
|
*/
|
|
3998
|
-
DlFreq?: number;
|
|
3998
|
+
DlFreq?: number | undefined;
|
|
3999
3999
|
/**
|
|
4000
4000
|
* <p>Timestamp of when the multicast group session is to start.</p>
|
|
4001
4001
|
* @public
|
|
4002
4002
|
*/
|
|
4003
|
-
SessionStartTime?: Date;
|
|
4003
|
+
SessionStartTime?: Date | undefined;
|
|
4004
4004
|
/**
|
|
4005
4005
|
* <p>How long before a multicast group session is to timeout.</p>
|
|
4006
4006
|
* @public
|
|
4007
4007
|
*/
|
|
4008
|
-
SessionTimeout?: number;
|
|
4008
|
+
SessionTimeout?: number | undefined;
|
|
4009
4009
|
/**
|
|
4010
4010
|
* <p>The PingSlotPeriod value.</p>
|
|
4011
4011
|
* @public
|
|
4012
4012
|
*/
|
|
4013
|
-
PingSlotPeriod?: number;
|
|
4013
|
+
PingSlotPeriod?: number | undefined;
|
|
4014
4014
|
}
|
|
4015
4015
|
/**
|
|
4016
4016
|
* @public
|
|
@@ -4020,7 +4020,7 @@ export interface GetMulticastGroupSessionResponse {
|
|
|
4020
4020
|
* <p>The LoRaWAN information used with the multicast session.</p>
|
|
4021
4021
|
* @public
|
|
4022
4022
|
*/
|
|
4023
|
-
LoRaWAN?: LoRaWANMulticastSession;
|
|
4023
|
+
LoRaWAN?: LoRaWANMulticastSession | undefined;
|
|
4024
4024
|
}
|
|
4025
4025
|
/**
|
|
4026
4026
|
* @public
|
|
@@ -4040,40 +4040,40 @@ export interface GetNetworkAnalyzerConfigurationResponse {
|
|
|
4040
4040
|
* <p>Trace content for your wireless devices, gateways, and multicast groups.</p>
|
|
4041
4041
|
* @public
|
|
4042
4042
|
*/
|
|
4043
|
-
TraceContent?: TraceContent;
|
|
4043
|
+
TraceContent?: TraceContent | undefined;
|
|
4044
4044
|
/**
|
|
4045
4045
|
* <p>List of wireless device resources that have been added to the network analyzer
|
|
4046
4046
|
* configuration.</p>
|
|
4047
4047
|
* @public
|
|
4048
4048
|
*/
|
|
4049
|
-
WirelessDevices?: string[];
|
|
4049
|
+
WirelessDevices?: string[] | undefined;
|
|
4050
4050
|
/**
|
|
4051
4051
|
* <p>List of wireless gateway resources that have been added to the network analyzer
|
|
4052
4052
|
* configuration.</p>
|
|
4053
4053
|
* @public
|
|
4054
4054
|
*/
|
|
4055
|
-
WirelessGateways?: string[];
|
|
4055
|
+
WirelessGateways?: string[] | undefined;
|
|
4056
4056
|
/**
|
|
4057
4057
|
* <p>The description of the new resource.</p>
|
|
4058
4058
|
* @public
|
|
4059
4059
|
*/
|
|
4060
|
-
Description?: string;
|
|
4060
|
+
Description?: string | undefined;
|
|
4061
4061
|
/**
|
|
4062
4062
|
* <p>The Amazon Resource Name of the new resource.</p>
|
|
4063
4063
|
* @public
|
|
4064
4064
|
*/
|
|
4065
|
-
Arn?: string;
|
|
4065
|
+
Arn?: string | undefined;
|
|
4066
4066
|
/**
|
|
4067
4067
|
* <p>Name of the network analyzer configuration.</p>
|
|
4068
4068
|
* @public
|
|
4069
4069
|
*/
|
|
4070
|
-
Name?: string;
|
|
4070
|
+
Name?: string | undefined;
|
|
4071
4071
|
/**
|
|
4072
4072
|
* <p>List of multicast group resources that have been added to the network analyzer
|
|
4073
4073
|
* configuration.</p>
|
|
4074
4074
|
* @public
|
|
4075
4075
|
*/
|
|
4076
|
-
MulticastGroups?: string[];
|
|
4076
|
+
MulticastGroups?: string[] | undefined;
|
|
4077
4077
|
}
|
|
4078
4078
|
/**
|
|
4079
4079
|
* @public
|
|
@@ -4099,17 +4099,17 @@ export interface SidewalkAccountInfoWithFingerprint {
|
|
|
4099
4099
|
* <p>The Sidewalk Amazon ID.</p>
|
|
4100
4100
|
* @public
|
|
4101
4101
|
*/
|
|
4102
|
-
AmazonId?: string;
|
|
4102
|
+
AmazonId?: string | undefined;
|
|
4103
4103
|
/**
|
|
4104
4104
|
* <p>The fingerprint of the Sidewalk application server private key.</p>
|
|
4105
4105
|
* @public
|
|
4106
4106
|
*/
|
|
4107
|
-
Fingerprint?: string;
|
|
4107
|
+
Fingerprint?: string | undefined;
|
|
4108
4108
|
/**
|
|
4109
4109
|
* <p>The Amazon Resource Name of the resource.</p>
|
|
4110
4110
|
* @public
|
|
4111
4111
|
*/
|
|
4112
|
-
Arn?: string;
|
|
4112
|
+
Arn?: string | undefined;
|
|
4113
4113
|
}
|
|
4114
4114
|
/**
|
|
4115
4115
|
* @public
|
|
@@ -4119,12 +4119,12 @@ export interface GetPartnerAccountResponse {
|
|
|
4119
4119
|
* <p>The Sidewalk account credentials.</p>
|
|
4120
4120
|
* @public
|
|
4121
4121
|
*/
|
|
4122
|
-
Sidewalk?: SidewalkAccountInfoWithFingerprint;
|
|
4122
|
+
Sidewalk?: SidewalkAccountInfoWithFingerprint | undefined;
|
|
4123
4123
|
/**
|
|
4124
4124
|
* <p>Whether the partner account is linked to the AWS account.</p>
|
|
4125
4125
|
* @public
|
|
4126
4126
|
*/
|
|
4127
|
-
AccountLinked?: boolean;
|
|
4127
|
+
AccountLinked?: boolean | undefined;
|
|
4128
4128
|
}
|
|
4129
4129
|
/**
|
|
4130
4130
|
* @public
|
|
@@ -4183,7 +4183,7 @@ export interface GetPositionResponse {
|
|
|
4183
4183
|
* <p>The position information of the resource.</p>
|
|
4184
4184
|
* @public
|
|
4185
4185
|
*/
|
|
4186
|
-
Position?: number[];
|
|
4186
|
+
Position?: number[] | undefined;
|
|
4187
4187
|
/**
|
|
4188
4188
|
* <p>The accuracy of the estimated position in meters. An empty value indicates that no
|
|
4189
4189
|
* position data is available. A value of ‘0.0’ value indicates that position data is
|
|
@@ -4191,27 +4191,27 @@ export interface GetPositionResponse {
|
|
|
4191
4191
|
* of the position computed by solver.</p>
|
|
4192
4192
|
* @public
|
|
4193
4193
|
*/
|
|
4194
|
-
Accuracy?: Accuracy;
|
|
4194
|
+
Accuracy?: Accuracy | undefined;
|
|
4195
4195
|
/**
|
|
4196
4196
|
* <p>The type of solver used to identify the position of the resource.</p>
|
|
4197
4197
|
* @public
|
|
4198
4198
|
*/
|
|
4199
|
-
SolverType?: PositionSolverType;
|
|
4199
|
+
SolverType?: PositionSolverType | undefined;
|
|
4200
4200
|
/**
|
|
4201
4201
|
* <p>The vendor of the positioning solver.</p>
|
|
4202
4202
|
* @public
|
|
4203
4203
|
*/
|
|
4204
|
-
SolverProvider?: PositionSolverProvider;
|
|
4204
|
+
SolverProvider?: PositionSolverProvider | undefined;
|
|
4205
4205
|
/**
|
|
4206
4206
|
* <p>The version of the positioning solver.</p>
|
|
4207
4207
|
* @public
|
|
4208
4208
|
*/
|
|
4209
|
-
SolverVersion?: string;
|
|
4209
|
+
SolverVersion?: string | undefined;
|
|
4210
4210
|
/**
|
|
4211
4211
|
* <p>The timestamp at which the device's position was determined.</p>
|
|
4212
4212
|
* @public
|
|
4213
4213
|
*/
|
|
4214
|
-
Timestamp?: string;
|
|
4214
|
+
Timestamp?: string | undefined;
|
|
4215
4215
|
}
|
|
4216
4216
|
/**
|
|
4217
4217
|
* @public
|
|
@@ -4261,22 +4261,22 @@ export interface SemtechGnssDetail {
|
|
|
4261
4261
|
* <p>The vendor of the solver object.</p>
|
|
4262
4262
|
* @public
|
|
4263
4263
|
*/
|
|
4264
|
-
Provider?: PositionSolverProvider;
|
|
4264
|
+
Provider?: PositionSolverProvider | undefined;
|
|
4265
4265
|
/**
|
|
4266
4266
|
* <p>The type of positioning solver used.</p>
|
|
4267
4267
|
* @public
|
|
4268
4268
|
*/
|
|
4269
|
-
Type?: PositionSolverType;
|
|
4269
|
+
Type?: PositionSolverType | undefined;
|
|
4270
4270
|
/**
|
|
4271
4271
|
* <p>The status indicating whether the solver is enabled.</p>
|
|
4272
4272
|
* @public
|
|
4273
4273
|
*/
|
|
4274
|
-
Status?: PositionConfigurationStatus;
|
|
4274
|
+
Status?: PositionConfigurationStatus | undefined;
|
|
4275
4275
|
/**
|
|
4276
4276
|
* <p>Whether forward error correction is enabled.</p>
|
|
4277
4277
|
* @public
|
|
4278
4278
|
*/
|
|
4279
|
-
Fec?: PositionConfigurationFec;
|
|
4279
|
+
Fec?: PositionConfigurationFec | undefined;
|
|
4280
4280
|
}
|
|
4281
4281
|
/**
|
|
4282
4282
|
* <p>The wrapper for position solver details.</p>
|
|
@@ -4287,7 +4287,7 @@ export interface PositionSolverDetails {
|
|
|
4287
4287
|
* <p>The Semtech GNSS solver object details.</p>
|
|
4288
4288
|
* @public
|
|
4289
4289
|
*/
|
|
4290
|
-
SemtechGnss?: SemtechGnssDetail;
|
|
4290
|
+
SemtechGnss?: SemtechGnssDetail | undefined;
|
|
4291
4291
|
}
|
|
4292
4292
|
/**
|
|
4293
4293
|
* @public
|
|
@@ -4297,13 +4297,13 @@ export interface GetPositionConfigurationResponse {
|
|
|
4297
4297
|
* <p>The wrapper for the solver configuration details object.</p>
|
|
4298
4298
|
* @public
|
|
4299
4299
|
*/
|
|
4300
|
-
Solvers?: PositionSolverDetails;
|
|
4300
|
+
Solvers?: PositionSolverDetails | undefined;
|
|
4301
4301
|
/**
|
|
4302
4302
|
* <p>The position data destination that describes the AWS IoT rule that processes the
|
|
4303
4303
|
* device's position data for use by AWS IoT Core for LoRaWAN.</p>
|
|
4304
4304
|
* @public
|
|
4305
4305
|
*/
|
|
4306
|
-
Destination?: string;
|
|
4306
|
+
Destination?: string | undefined;
|
|
4307
4307
|
}
|
|
4308
4308
|
/**
|
|
4309
4309
|
* <p>Global navigation satellite system (GNSS) object used for positioning.</p>
|
|
@@ -4322,32 +4322,32 @@ export interface Gnss {
|
|
|
4322
4322
|
* time is used.</p>
|
|
4323
4323
|
* @public
|
|
4324
4324
|
*/
|
|
4325
|
-
CaptureTime?: number;
|
|
4325
|
+
CaptureTime?: number | undefined;
|
|
4326
4326
|
/**
|
|
4327
4327
|
* <p>Optional value that gives the capture time estimate accuracy, in seconds. If capture
|
|
4328
4328
|
* time accuracy is not specified, default value of 300 is used.</p>
|
|
4329
4329
|
* @public
|
|
4330
4330
|
*/
|
|
4331
|
-
CaptureTimeAccuracy?: number;
|
|
4331
|
+
CaptureTimeAccuracy?: number | undefined;
|
|
4332
4332
|
/**
|
|
4333
4333
|
* <p>Optional assistance position information, specified using latitude and longitude
|
|
4334
4334
|
* values in degrees. The coordinates are inside the WGS84 reference frame.</p>
|
|
4335
4335
|
* @public
|
|
4336
4336
|
*/
|
|
4337
|
-
AssistPosition?: number[];
|
|
4337
|
+
AssistPosition?: number[] | undefined;
|
|
4338
4338
|
/**
|
|
4339
4339
|
* <p>Optional assistance altitude, which is the altitude of the device at capture time,
|
|
4340
4340
|
* specified in meters above the WGS84 reference ellipsoid.</p>
|
|
4341
4341
|
* @public
|
|
4342
4342
|
*/
|
|
4343
|
-
AssistAltitude?: number;
|
|
4343
|
+
AssistAltitude?: number | undefined;
|
|
4344
4344
|
/**
|
|
4345
4345
|
* <p>Optional parameter that forces 2D solve, which modifies the positioning algorithm to a
|
|
4346
4346
|
* 2D solution problem. When this parameter is specified, the assistance altitude should
|
|
4347
4347
|
* have an accuracy of at least 10 meters.</p>
|
|
4348
4348
|
* @public
|
|
4349
4349
|
*/
|
|
4350
|
-
Use2DSolver?: boolean;
|
|
4350
|
+
Use2DSolver?: boolean | undefined;
|
|
4351
4351
|
}
|
|
4352
4352
|
/**
|
|
4353
4353
|
* <p>IP address used for resolving device location.</p>
|
|
@@ -4385,33 +4385,33 @@ export interface GetPositionEstimateRequest {
|
|
|
4385
4385
|
* position is resolved using HERE's Wi-Fi based solver.</p>
|
|
4386
4386
|
* @public
|
|
4387
4387
|
*/
|
|
4388
|
-
WiFiAccessPoints?: WiFiAccessPoint[];
|
|
4388
|
+
WiFiAccessPoints?: WiFiAccessPoint[] | undefined;
|
|
4389
4389
|
/**
|
|
4390
4390
|
* <p>Retrieves an estimated device position by resolving measurement data from cellular
|
|
4391
4391
|
* radio towers. The position is resolved using HERE's cellular-based solver.</p>
|
|
4392
4392
|
* @public
|
|
4393
4393
|
*/
|
|
4394
|
-
CellTowers?: CellTowers;
|
|
4394
|
+
CellTowers?: CellTowers | undefined;
|
|
4395
4395
|
/**
|
|
4396
4396
|
* <p>Retrieves an estimated device position by resolving the IP address information from
|
|
4397
4397
|
* the device. The position is resolved using MaxMind's IP-based solver.</p>
|
|
4398
4398
|
* @public
|
|
4399
4399
|
*/
|
|
4400
|
-
Ip?: Ip;
|
|
4400
|
+
Ip?: Ip | undefined;
|
|
4401
4401
|
/**
|
|
4402
4402
|
* <p>Retrieves an estimated device position by resolving the global navigation satellite
|
|
4403
4403
|
* system (GNSS) scan data. The position is resolved using the GNSS solver powered by LoRa
|
|
4404
4404
|
* Cloud.</p>
|
|
4405
4405
|
* @public
|
|
4406
4406
|
*/
|
|
4407
|
-
Gnss?: Gnss;
|
|
4407
|
+
Gnss?: Gnss | undefined;
|
|
4408
4408
|
/**
|
|
4409
4409
|
* <p>Optional information that specifies the time when the position information will be
|
|
4410
4410
|
* resolved. It uses the Unix timestamp format. If not specified, the time at which the
|
|
4411
4411
|
* request was received will be used.</p>
|
|
4412
4412
|
* @public
|
|
4413
4413
|
*/
|
|
4414
|
-
Timestamp?: Date;
|
|
4414
|
+
Timestamp?: Date | undefined;
|
|
4415
4415
|
}
|
|
4416
4416
|
/**
|
|
4417
4417
|
* @public
|
|
@@ -4425,7 +4425,7 @@ export interface GetPositionEstimateResponse {
|
|
|
4425
4425
|
* accuracy and confidence level. For more information and examples, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/location-resolve-console.html">Resolve device location (console)</a>.</p>
|
|
4426
4426
|
* @public
|
|
4427
4427
|
*/
|
|
4428
|
-
GeoJsonPayload?: Uint8Array;
|
|
4428
|
+
GeoJsonPayload?: Uint8Array | undefined;
|
|
4429
4429
|
}
|
|
4430
4430
|
/**
|
|
4431
4431
|
* @public
|
|
@@ -4446,7 +4446,7 @@ export interface GetResourceEventConfigurationRequest {
|
|
|
4446
4446
|
* <code>PartnerAccountId</code>.</p>
|
|
4447
4447
|
* @public
|
|
4448
4448
|
*/
|
|
4449
|
-
PartnerType?: EventNotificationPartnerType;
|
|
4449
|
+
PartnerType?: EventNotificationPartnerType | undefined;
|
|
4450
4450
|
}
|
|
4451
4451
|
/**
|
|
4452
4452
|
* @public
|
|
@@ -4456,27 +4456,27 @@ export interface GetResourceEventConfigurationResponse {
|
|
|
4456
4456
|
* <p>Event configuration for the device registration state event.</p>
|
|
4457
4457
|
* @public
|
|
4458
4458
|
*/
|
|
4459
|
-
DeviceRegistrationState?: DeviceRegistrationStateEventConfiguration;
|
|
4459
|
+
DeviceRegistrationState?: DeviceRegistrationStateEventConfiguration | undefined;
|
|
4460
4460
|
/**
|
|
4461
4461
|
* <p>Event configuration for the proximity event.</p>
|
|
4462
4462
|
* @public
|
|
4463
4463
|
*/
|
|
4464
|
-
Proximity?: ProximityEventConfiguration;
|
|
4464
|
+
Proximity?: ProximityEventConfiguration | undefined;
|
|
4465
4465
|
/**
|
|
4466
4466
|
* <p>Event configuration for the join event.</p>
|
|
4467
4467
|
* @public
|
|
4468
4468
|
*/
|
|
4469
|
-
Join?: JoinEventConfiguration;
|
|
4469
|
+
Join?: JoinEventConfiguration | undefined;
|
|
4470
4470
|
/**
|
|
4471
4471
|
* <p>Event configuration for the connection status event.</p>
|
|
4472
4472
|
* @public
|
|
4473
4473
|
*/
|
|
4474
|
-
ConnectionStatus?: ConnectionStatusEventConfiguration;
|
|
4474
|
+
ConnectionStatus?: ConnectionStatusEventConfiguration | undefined;
|
|
4475
4475
|
/**
|
|
4476
4476
|
* <p>Event configuration for the message delivery status event.</p>
|
|
4477
4477
|
* @public
|
|
4478
4478
|
*/
|
|
4479
|
-
MessageDeliveryStatus?: MessageDeliveryStatusEventConfiguration;
|
|
4479
|
+
MessageDeliveryStatus?: MessageDeliveryStatusEventConfiguration | undefined;
|
|
4480
4480
|
}
|
|
4481
4481
|
/**
|
|
4482
4482
|
* @public
|
|
@@ -4505,7 +4505,7 @@ export interface GetResourceLogLevelResponse {
|
|
|
4505
4505
|
* or to <code>INFO</code> for more detailed logs.</p>
|
|
4506
4506
|
* @public
|
|
4507
4507
|
*/
|
|
4508
|
-
LogLevel?: LogLevel;
|
|
4508
|
+
LogLevel?: LogLevel | undefined;
|
|
4509
4509
|
}
|
|
4510
4510
|
/**
|
|
4511
4511
|
* @public
|
|
@@ -4535,7 +4535,7 @@ export interface GetResourcePositionResponse {
|
|
|
4535
4535
|
* structures. For more information, see <a href="https://geojson.org/">GeoJSON</a>.</p>
|
|
4536
4536
|
* @public
|
|
4537
4537
|
*/
|
|
4538
|
-
GeoJsonPayload?: Uint8Array;
|
|
4538
|
+
GeoJsonPayload?: Uint8Array | undefined;
|
|
4539
4539
|
}
|
|
4540
4540
|
/**
|
|
4541
4541
|
* @public
|
|
@@ -4559,7 +4559,7 @@ export interface GetServiceEndpointRequest {
|
|
|
4559
4559
|
* Network Server endpoint or <code>CLAIM</code> for the global endpoint.</p>
|
|
4560
4560
|
* @public
|
|
4561
4561
|
*/
|
|
4562
|
-
ServiceType?: WirelessGatewayServiceType;
|
|
4562
|
+
ServiceType?: WirelessGatewayServiceType | undefined;
|
|
4563
4563
|
}
|
|
4564
4564
|
/**
|
|
4565
4565
|
* @public
|
|
@@ -4569,17 +4569,17 @@ export interface GetServiceEndpointResponse {
|
|
|
4569
4569
|
* <p>The endpoint's service type.</p>
|
|
4570
4570
|
* @public
|
|
4571
4571
|
*/
|
|
4572
|
-
ServiceType?: WirelessGatewayServiceType;
|
|
4572
|
+
ServiceType?: WirelessGatewayServiceType | undefined;
|
|
4573
4573
|
/**
|
|
4574
4574
|
* <p>The service endpoint value.</p>
|
|
4575
4575
|
* @public
|
|
4576
4576
|
*/
|
|
4577
|
-
ServiceEndpoint?: string;
|
|
4577
|
+
ServiceEndpoint?: string | undefined;
|
|
4578
4578
|
/**
|
|
4579
4579
|
* <p>The Root CA of the server trust certificate.</p>
|
|
4580
4580
|
* @public
|
|
4581
4581
|
*/
|
|
4582
|
-
ServerTrust?: string;
|
|
4582
|
+
ServerTrust?: string | undefined;
|
|
4583
4583
|
}
|
|
4584
4584
|
/**
|
|
4585
4585
|
* @public
|
|
@@ -4600,97 +4600,97 @@ export interface LoRaWANGetServiceProfileInfo {
|
|
|
4600
4600
|
* <p>The ULRate value.</p>
|
|
4601
4601
|
* @public
|
|
4602
4602
|
*/
|
|
4603
|
-
UlRate?: number;
|
|
4603
|
+
UlRate?: number | undefined;
|
|
4604
4604
|
/**
|
|
4605
4605
|
* <p>The ULBucketSize value.</p>
|
|
4606
4606
|
* @public
|
|
4607
4607
|
*/
|
|
4608
|
-
UlBucketSize?: number;
|
|
4608
|
+
UlBucketSize?: number | undefined;
|
|
4609
4609
|
/**
|
|
4610
4610
|
* <p>The ULRatePolicy value.</p>
|
|
4611
4611
|
* @public
|
|
4612
4612
|
*/
|
|
4613
|
-
UlRatePolicy?: string;
|
|
4613
|
+
UlRatePolicy?: string | undefined;
|
|
4614
4614
|
/**
|
|
4615
4615
|
* <p>The DLRate value.</p>
|
|
4616
4616
|
* @public
|
|
4617
4617
|
*/
|
|
4618
|
-
DlRate?: number;
|
|
4618
|
+
DlRate?: number | undefined;
|
|
4619
4619
|
/**
|
|
4620
4620
|
* <p>The DLBucketSize value.</p>
|
|
4621
4621
|
* @public
|
|
4622
4622
|
*/
|
|
4623
|
-
DlBucketSize?: number;
|
|
4623
|
+
DlBucketSize?: number | undefined;
|
|
4624
4624
|
/**
|
|
4625
4625
|
* <p>The DLRatePolicy value.</p>
|
|
4626
4626
|
* @public
|
|
4627
4627
|
*/
|
|
4628
|
-
DlRatePolicy?: string;
|
|
4628
|
+
DlRatePolicy?: string | undefined;
|
|
4629
4629
|
/**
|
|
4630
4630
|
* <p>The AddGWMetaData value.</p>
|
|
4631
4631
|
* @public
|
|
4632
4632
|
*/
|
|
4633
|
-
AddGwMetadata?: boolean;
|
|
4633
|
+
AddGwMetadata?: boolean | undefined;
|
|
4634
4634
|
/**
|
|
4635
4635
|
* <p>The DevStatusReqFreq value.</p>
|
|
4636
4636
|
* @public
|
|
4637
4637
|
*/
|
|
4638
|
-
DevStatusReqFreq?: number;
|
|
4638
|
+
DevStatusReqFreq?: number | undefined;
|
|
4639
4639
|
/**
|
|
4640
4640
|
* <p>The ReportDevStatusBattery value.</p>
|
|
4641
4641
|
* @public
|
|
4642
4642
|
*/
|
|
4643
|
-
ReportDevStatusBattery?: boolean;
|
|
4643
|
+
ReportDevStatusBattery?: boolean | undefined;
|
|
4644
4644
|
/**
|
|
4645
4645
|
* <p>The ReportDevStatusMargin value.</p>
|
|
4646
4646
|
* @public
|
|
4647
4647
|
*/
|
|
4648
|
-
ReportDevStatusMargin?: boolean;
|
|
4648
|
+
ReportDevStatusMargin?: boolean | undefined;
|
|
4649
4649
|
/**
|
|
4650
4650
|
* <p>The DRMin value.</p>
|
|
4651
4651
|
* @public
|
|
4652
4652
|
*/
|
|
4653
|
-
DrMin?: number;
|
|
4653
|
+
DrMin?: number | undefined;
|
|
4654
4654
|
/**
|
|
4655
4655
|
* <p>The DRMax value.</p>
|
|
4656
4656
|
* @public
|
|
4657
4657
|
*/
|
|
4658
|
-
DrMax?: number;
|
|
4658
|
+
DrMax?: number | undefined;
|
|
4659
4659
|
/**
|
|
4660
4660
|
* <p>The ChannelMask value.</p>
|
|
4661
4661
|
* @public
|
|
4662
4662
|
*/
|
|
4663
|
-
ChannelMask?: string;
|
|
4663
|
+
ChannelMask?: string | undefined;
|
|
4664
4664
|
/**
|
|
4665
4665
|
* <p>The PRAllowed value that describes whether passive roaming is allowed.</p>
|
|
4666
4666
|
* @public
|
|
4667
4667
|
*/
|
|
4668
|
-
PrAllowed?: boolean;
|
|
4668
|
+
PrAllowed?: boolean | undefined;
|
|
4669
4669
|
/**
|
|
4670
4670
|
* <p>The HRAllowed value that describes whether handover roaming is allowed.</p>
|
|
4671
4671
|
* @public
|
|
4672
4672
|
*/
|
|
4673
|
-
HrAllowed?: boolean;
|
|
4673
|
+
HrAllowed?: boolean | undefined;
|
|
4674
4674
|
/**
|
|
4675
4675
|
* <p>The RAAllowed value that describes whether roaming activation is allowed.</p>
|
|
4676
4676
|
* @public
|
|
4677
4677
|
*/
|
|
4678
|
-
RaAllowed?: boolean;
|
|
4678
|
+
RaAllowed?: boolean | undefined;
|
|
4679
4679
|
/**
|
|
4680
4680
|
* <p>The NwkGeoLoc value.</p>
|
|
4681
4681
|
* @public
|
|
4682
4682
|
*/
|
|
4683
|
-
NwkGeoLoc?: boolean;
|
|
4683
|
+
NwkGeoLoc?: boolean | undefined;
|
|
4684
4684
|
/**
|
|
4685
4685
|
* <p>The TargetPER value.</p>
|
|
4686
4686
|
* @public
|
|
4687
4687
|
*/
|
|
4688
|
-
TargetPer?: number;
|
|
4688
|
+
TargetPer?: number | undefined;
|
|
4689
4689
|
/**
|
|
4690
4690
|
* <p>The MinGwDiversity value.</p>
|
|
4691
4691
|
* @public
|
|
4692
4692
|
*/
|
|
4693
|
-
MinGwDiversity?: number;
|
|
4693
|
+
MinGwDiversity?: number | undefined;
|
|
4694
4694
|
}
|
|
4695
4695
|
/**
|
|
4696
4696
|
* @public
|
|
@@ -4700,22 +4700,22 @@ export interface GetServiceProfileResponse {
|
|
|
4700
4700
|
* <p>The Amazon Resource Name of the resource.</p>
|
|
4701
4701
|
* @public
|
|
4702
4702
|
*/
|
|
4703
|
-
Arn?: string;
|
|
4703
|
+
Arn?: string | undefined;
|
|
4704
4704
|
/**
|
|
4705
4705
|
* <p>The name of the resource.</p>
|
|
4706
4706
|
* @public
|
|
4707
4707
|
*/
|
|
4708
|
-
Name?: string;
|
|
4708
|
+
Name?: string | undefined;
|
|
4709
4709
|
/**
|
|
4710
4710
|
* <p>The ID of the service profile.</p>
|
|
4711
4711
|
* @public
|
|
4712
4712
|
*/
|
|
4713
|
-
Id?: string;
|
|
4713
|
+
Id?: string | undefined;
|
|
4714
4714
|
/**
|
|
4715
4715
|
* <p>Information about the service profile.</p>
|
|
4716
4716
|
* @public
|
|
4717
4717
|
*/
|
|
4718
|
-
LoRaWAN?: LoRaWANGetServiceProfileInfo;
|
|
4718
|
+
LoRaWAN?: LoRaWANGetServiceProfileInfo | undefined;
|
|
4719
4719
|
}
|
|
4720
4720
|
/**
|
|
4721
4721
|
* @public
|
|
@@ -4769,42 +4769,42 @@ export interface SidewalkDevice {
|
|
|
4769
4769
|
* <p>The Sidewalk Amazon ID.</p>
|
|
4770
4770
|
* @public
|
|
4771
4771
|
*/
|
|
4772
|
-
AmazonId?: string;
|
|
4772
|
+
AmazonId?: string | undefined;
|
|
4773
4773
|
/**
|
|
4774
4774
|
* <p>The sidewalk device identification.</p>
|
|
4775
4775
|
* @public
|
|
4776
4776
|
*/
|
|
4777
|
-
SidewalkId?: string;
|
|
4777
|
+
SidewalkId?: string | undefined;
|
|
4778
4778
|
/**
|
|
4779
4779
|
* <p>The Sidewalk manufacturing series number.</p>
|
|
4780
4780
|
* @public
|
|
4781
4781
|
*/
|
|
4782
|
-
SidewalkManufacturingSn?: string;
|
|
4782
|
+
SidewalkManufacturingSn?: string | undefined;
|
|
4783
4783
|
/**
|
|
4784
4784
|
* <p>The sidewalk device certificates for Ed25519 and P256r1.</p>
|
|
4785
4785
|
* @public
|
|
4786
4786
|
*/
|
|
4787
|
-
DeviceCertificates?: CertificateList[];
|
|
4787
|
+
DeviceCertificates?: CertificateList[] | undefined;
|
|
4788
4788
|
/**
|
|
4789
4789
|
* <p>The Sidewalk device private keys that will be used for onboarding the device.</p>
|
|
4790
4790
|
* @public
|
|
4791
4791
|
*/
|
|
4792
|
-
PrivateKeys?: CertificateList[];
|
|
4792
|
+
PrivateKeys?: CertificateList[] | undefined;
|
|
4793
4793
|
/**
|
|
4794
4794
|
* <p>The ID of the Sidewalk device profile.</p>
|
|
4795
4795
|
* @public
|
|
4796
4796
|
*/
|
|
4797
|
-
DeviceProfileId?: string;
|
|
4797
|
+
DeviceProfileId?: string | undefined;
|
|
4798
4798
|
/**
|
|
4799
4799
|
* <p>The ID of the Sidewalk device profile.</p>
|
|
4800
4800
|
* @public
|
|
4801
4801
|
*/
|
|
4802
|
-
CertificateId?: string;
|
|
4802
|
+
CertificateId?: string | undefined;
|
|
4803
4803
|
/**
|
|
4804
4804
|
* <p>The Sidewalk device status, such as provisioned or registered.</p>
|
|
4805
4805
|
* @public
|
|
4806
4806
|
*/
|
|
4807
|
-
Status?: WirelessDeviceSidewalkStatus;
|
|
4807
|
+
Status?: WirelessDeviceSidewalkStatus | undefined;
|
|
4808
4808
|
}
|
|
4809
4809
|
/**
|
|
4810
4810
|
* @public
|
|
@@ -4814,59 +4814,59 @@ export interface GetWirelessDeviceResponse {
|
|
|
4814
4814
|
* <p>The wireless device type.</p>
|
|
4815
4815
|
* @public
|
|
4816
4816
|
*/
|
|
4817
|
-
Type?: WirelessDeviceType;
|
|
4817
|
+
Type?: WirelessDeviceType | undefined;
|
|
4818
4818
|
/**
|
|
4819
4819
|
* <p>The name of the resource.</p>
|
|
4820
4820
|
* @public
|
|
4821
4821
|
*/
|
|
4822
|
-
Name?: string;
|
|
4822
|
+
Name?: string | undefined;
|
|
4823
4823
|
/**
|
|
4824
4824
|
* <p>The description of the resource.</p>
|
|
4825
4825
|
* @public
|
|
4826
4826
|
*/
|
|
4827
|
-
Description?: string;
|
|
4827
|
+
Description?: string | undefined;
|
|
4828
4828
|
/**
|
|
4829
4829
|
* <p>The name of the destination to which the device is assigned.</p>
|
|
4830
4830
|
* @public
|
|
4831
4831
|
*/
|
|
4832
|
-
DestinationName?: string;
|
|
4832
|
+
DestinationName?: string | undefined;
|
|
4833
4833
|
/**
|
|
4834
4834
|
* <p>The ID of the wireless device.</p>
|
|
4835
4835
|
* @public
|
|
4836
4836
|
*/
|
|
4837
|
-
Id?: string;
|
|
4837
|
+
Id?: string | undefined;
|
|
4838
4838
|
/**
|
|
4839
4839
|
* <p>The Amazon Resource Name of the resource.</p>
|
|
4840
4840
|
* @public
|
|
4841
4841
|
*/
|
|
4842
|
-
Arn?: string;
|
|
4842
|
+
Arn?: string | undefined;
|
|
4843
4843
|
/**
|
|
4844
4844
|
* <p>The name of the thing associated with the wireless device. The value is empty if a
|
|
4845
4845
|
* thing isn't associated with the device.</p>
|
|
4846
4846
|
* @public
|
|
4847
4847
|
*/
|
|
4848
|
-
ThingName?: string;
|
|
4848
|
+
ThingName?: string | undefined;
|
|
4849
4849
|
/**
|
|
4850
4850
|
* <p>The ARN of the thing associated with the wireless device.</p>
|
|
4851
4851
|
* @public
|
|
4852
4852
|
*/
|
|
4853
|
-
ThingArn?: string;
|
|
4853
|
+
ThingArn?: string | undefined;
|
|
4854
4854
|
/**
|
|
4855
4855
|
* <p>Information about the wireless device.</p>
|
|
4856
4856
|
* @public
|
|
4857
4857
|
*/
|
|
4858
|
-
LoRaWAN?: LoRaWANDevice;
|
|
4858
|
+
LoRaWAN?: LoRaWANDevice | undefined;
|
|
4859
4859
|
/**
|
|
4860
4860
|
* <p>Sidewalk device object.</p>
|
|
4861
4861
|
* @public
|
|
4862
4862
|
*/
|
|
4863
|
-
Sidewalk?: SidewalkDevice;
|
|
4863
|
+
Sidewalk?: SidewalkDevice | undefined;
|
|
4864
4864
|
/**
|
|
4865
4865
|
* <p>FPort values for the GNSS, stream, and ClockSync functions of the positioning
|
|
4866
4866
|
* information.</p>
|
|
4867
4867
|
* @public
|
|
4868
4868
|
*/
|
|
4869
|
-
Positioning?: PositioningConfigStatus;
|
|
4869
|
+
Positioning?: PositioningConfigStatus | undefined;
|
|
4870
4870
|
}
|
|
4871
4871
|
/**
|
|
4872
4872
|
* @public
|
|
@@ -4888,13 +4888,13 @@ export interface SidewalkGetStartImportInfo {
|
|
|
4888
4888
|
* <p>List of Sidewalk devices that are added to the import task.</p>
|
|
4889
4889
|
* @public
|
|
4890
4890
|
*/
|
|
4891
|
-
DeviceCreationFileList?: string[];
|
|
4891
|
+
DeviceCreationFileList?: string[] | undefined;
|
|
4892
4892
|
/**
|
|
4893
4893
|
* <p>The IAM role that allows AWS IoT Wireless to access the CSV file in the S3
|
|
4894
4894
|
* bucket.</p>
|
|
4895
4895
|
* @public
|
|
4896
4896
|
*/
|
|
4897
|
-
Role?: string;
|
|
4897
|
+
Role?: string | undefined;
|
|
4898
4898
|
}
|
|
4899
4899
|
/**
|
|
4900
4900
|
* @public
|
|
@@ -4920,63 +4920,63 @@ export interface GetWirelessDeviceImportTaskResponse {
|
|
|
4920
4920
|
* <p>The identifier of the import task for which information is retrieved.</p>
|
|
4921
4921
|
* @public
|
|
4922
4922
|
*/
|
|
4923
|
-
Id?: string;
|
|
4923
|
+
Id?: string | undefined;
|
|
4924
4924
|
/**
|
|
4925
4925
|
* <p>The ARN (Amazon Resource Name) of the import task.</p>
|
|
4926
4926
|
* @public
|
|
4927
4927
|
*/
|
|
4928
|
-
Arn?: string;
|
|
4928
|
+
Arn?: string | undefined;
|
|
4929
4929
|
/**
|
|
4930
4930
|
* <p>The name of the destination that's assigned to the wireless devices in the import
|
|
4931
4931
|
* task.</p>
|
|
4932
4932
|
* @public
|
|
4933
4933
|
*/
|
|
4934
|
-
DestinationName?: string;
|
|
4934
|
+
DestinationName?: string | undefined;
|
|
4935
4935
|
/**
|
|
4936
4936
|
* <p>The Sidewalk-related information about an import task.</p>
|
|
4937
4937
|
* @public
|
|
4938
4938
|
*/
|
|
4939
|
-
Sidewalk?: SidewalkGetStartImportInfo;
|
|
4939
|
+
Sidewalk?: SidewalkGetStartImportInfo | undefined;
|
|
4940
4940
|
/**
|
|
4941
4941
|
* <p>The time at which the import task was created.</p>
|
|
4942
4942
|
* @public
|
|
4943
4943
|
*/
|
|
4944
|
-
CreationTime?: Date;
|
|
4944
|
+
CreationTime?: Date | undefined;
|
|
4945
4945
|
/**
|
|
4946
4946
|
* <p>The import task status.</p>
|
|
4947
4947
|
* @public
|
|
4948
4948
|
*/
|
|
4949
|
-
Status?: ImportTaskStatus;
|
|
4949
|
+
Status?: ImportTaskStatus | undefined;
|
|
4950
4950
|
/**
|
|
4951
4951
|
* <p>The reason for the provided status information, such as a validation error that causes
|
|
4952
4952
|
* the import task to fail.</p>
|
|
4953
4953
|
* @public
|
|
4954
4954
|
*/
|
|
4955
|
-
StatusReason?: string;
|
|
4955
|
+
StatusReason?: string | undefined;
|
|
4956
4956
|
/**
|
|
4957
4957
|
* <p>The number of devices in the import task that are waiting for the control log to start
|
|
4958
4958
|
* processing.</p>
|
|
4959
4959
|
* @public
|
|
4960
4960
|
*/
|
|
4961
|
-
InitializedImportedDeviceCount?: number;
|
|
4961
|
+
InitializedImportedDeviceCount?: number | undefined;
|
|
4962
4962
|
/**
|
|
4963
4963
|
* <p>The number of devices in the import task that are waiting in the import task queue to
|
|
4964
4964
|
* be onboarded.</p>
|
|
4965
4965
|
* @public
|
|
4966
4966
|
*/
|
|
4967
|
-
PendingImportedDeviceCount?: number;
|
|
4967
|
+
PendingImportedDeviceCount?: number | undefined;
|
|
4968
4968
|
/**
|
|
4969
4969
|
* <p>The number of devices in the import task that have been onboarded to the import
|
|
4970
4970
|
* task.</p>
|
|
4971
4971
|
* @public
|
|
4972
4972
|
*/
|
|
4973
|
-
OnboardedImportedDeviceCount?: number;
|
|
4973
|
+
OnboardedImportedDeviceCount?: number | undefined;
|
|
4974
4974
|
/**
|
|
4975
4975
|
* <p>The number of devices in the import task that failed to onboard to the import
|
|
4976
4976
|
* task.</p>
|
|
4977
4977
|
* @public
|
|
4978
4978
|
*/
|
|
4979
|
-
FailedImportedDeviceCount?: number;
|
|
4979
|
+
FailedImportedDeviceCount?: number | undefined;
|
|
4980
4980
|
}
|
|
4981
4981
|
/**
|
|
4982
4982
|
* @public
|
|
@@ -4997,17 +4997,17 @@ export interface LoRaWANGatewayMetadata {
|
|
|
4997
4997
|
* <p>The gateway's EUI value.</p>
|
|
4998
4998
|
* @public
|
|
4999
4999
|
*/
|
|
5000
|
-
GatewayEui?: string;
|
|
5000
|
+
GatewayEui?: string | undefined;
|
|
5001
5001
|
/**
|
|
5002
5002
|
* <p>The SNR value.</p>
|
|
5003
5003
|
* @public
|
|
5004
5004
|
*/
|
|
5005
|
-
Snr?: number;
|
|
5005
|
+
Snr?: number | undefined;
|
|
5006
5006
|
/**
|
|
5007
5007
|
* <p>The RSSI value.</p>
|
|
5008
5008
|
* @public
|
|
5009
5009
|
*/
|
|
5010
|
-
Rssi?: number;
|
|
5010
|
+
Rssi?: number | undefined;
|
|
5011
5011
|
}
|
|
5012
5012
|
/**
|
|
5013
5013
|
* <p>LoRaWAN public gateway metadata.</p>
|
|
@@ -5018,32 +5018,32 @@ export interface LoRaWANPublicGatewayMetadata {
|
|
|
5018
5018
|
* <p>The ID of the LoRaWAN public network provider.</p>
|
|
5019
5019
|
* @public
|
|
5020
5020
|
*/
|
|
5021
|
-
ProviderNetId?: string;
|
|
5021
|
+
ProviderNetId?: string | undefined;
|
|
5022
5022
|
/**
|
|
5023
5023
|
* <p>The ID of the gateways that are operated by the network provider.</p>
|
|
5024
5024
|
* @public
|
|
5025
5025
|
*/
|
|
5026
|
-
Id?: string;
|
|
5026
|
+
Id?: string | undefined;
|
|
5027
5027
|
/**
|
|
5028
5028
|
* <p>The RSSI (received signal strength indicator) value.</p>
|
|
5029
5029
|
* @public
|
|
5030
5030
|
*/
|
|
5031
|
-
Rssi?: number;
|
|
5031
|
+
Rssi?: number | undefined;
|
|
5032
5032
|
/**
|
|
5033
5033
|
* <p>The SNR (signal to noise ratio) value.</p>
|
|
5034
5034
|
* @public
|
|
5035
5035
|
*/
|
|
5036
|
-
Snr?: number;
|
|
5036
|
+
Snr?: number | undefined;
|
|
5037
5037
|
/**
|
|
5038
5038
|
* <p>The frequency band (RFRegion) value.</p>
|
|
5039
5039
|
* @public
|
|
5040
5040
|
*/
|
|
5041
|
-
RfRegion?: string;
|
|
5041
|
+
RfRegion?: string | undefined;
|
|
5042
5042
|
/**
|
|
5043
5043
|
* <p>Boolean that indicates whether downlink is allowed using the network.</p>
|
|
5044
5044
|
* @public
|
|
5045
5045
|
*/
|
|
5046
|
-
DlAllowed?: boolean;
|
|
5046
|
+
DlAllowed?: boolean | undefined;
|
|
5047
5047
|
}
|
|
5048
5048
|
/**
|
|
5049
5049
|
* <p>LoRaWAN device metatdata.</p>
|
|
@@ -5054,37 +5054,37 @@ export interface LoRaWANDeviceMetadata {
|
|
|
5054
5054
|
* <p>The DevEUI value.</p>
|
|
5055
5055
|
* @public
|
|
5056
5056
|
*/
|
|
5057
|
-
DevEui?: string;
|
|
5057
|
+
DevEui?: string | undefined;
|
|
5058
5058
|
/**
|
|
5059
5059
|
* <p>The FPort value.</p>
|
|
5060
5060
|
* @public
|
|
5061
5061
|
*/
|
|
5062
|
-
FPort?: number;
|
|
5062
|
+
FPort?: number | undefined;
|
|
5063
5063
|
/**
|
|
5064
5064
|
* <p>The DataRate value.</p>
|
|
5065
5065
|
* @public
|
|
5066
5066
|
*/
|
|
5067
|
-
DataRate?: number;
|
|
5067
|
+
DataRate?: number | undefined;
|
|
5068
5068
|
/**
|
|
5069
5069
|
* <p>The device's channel frequency in Hz.</p>
|
|
5070
5070
|
* @public
|
|
5071
5071
|
*/
|
|
5072
|
-
Frequency?: number;
|
|
5072
|
+
Frequency?: number | undefined;
|
|
5073
5073
|
/**
|
|
5074
5074
|
* <p>The date and time of the metadata.</p>
|
|
5075
5075
|
* @public
|
|
5076
5076
|
*/
|
|
5077
|
-
Timestamp?: string;
|
|
5077
|
+
Timestamp?: string | undefined;
|
|
5078
5078
|
/**
|
|
5079
5079
|
* <p>Information about the gateways accessed by the device.</p>
|
|
5080
5080
|
* @public
|
|
5081
5081
|
*/
|
|
5082
|
-
Gateways?: LoRaWANGatewayMetadata[];
|
|
5082
|
+
Gateways?: LoRaWANGatewayMetadata[] | undefined;
|
|
5083
5083
|
/**
|
|
5084
5084
|
* <p>Information about the LoRaWAN public network accessed by the device.</p>
|
|
5085
5085
|
* @public
|
|
5086
5086
|
*/
|
|
5087
|
-
PublicGateways?: LoRaWANPublicGatewayMetadata[];
|
|
5087
|
+
PublicGateways?: LoRaWANPublicGatewayMetadata[] | undefined;
|
|
5088
5088
|
}
|
|
5089
5089
|
/**
|
|
5090
5090
|
* <p>MetaData for Sidewalk device.</p>
|
|
@@ -5095,22 +5095,22 @@ export interface SidewalkDeviceMetadata {
|
|
|
5095
5095
|
* <p>The RSSI value.</p>
|
|
5096
5096
|
* @public
|
|
5097
5097
|
*/
|
|
5098
|
-
Rssi?: number;
|
|
5098
|
+
Rssi?: number | undefined;
|
|
5099
5099
|
/**
|
|
5100
5100
|
* <p>Sidewalk device battery level.</p>
|
|
5101
5101
|
* @public
|
|
5102
5102
|
*/
|
|
5103
|
-
BatteryLevel?: BatteryLevel;
|
|
5103
|
+
BatteryLevel?: BatteryLevel | undefined;
|
|
5104
5104
|
/**
|
|
5105
5105
|
* <p>Sidewalk device status notification.</p>
|
|
5106
5106
|
* @public
|
|
5107
5107
|
*/
|
|
5108
|
-
Event?: Event;
|
|
5108
|
+
Event?: Event | undefined;
|
|
5109
5109
|
/**
|
|
5110
5110
|
* <p>Device state defines the device status of sidewalk device.</p>
|
|
5111
5111
|
* @public
|
|
5112
5112
|
*/
|
|
5113
|
-
DeviceState?: DeviceState;
|
|
5113
|
+
DeviceState?: DeviceState | undefined;
|
|
5114
5114
|
}
|
|
5115
5115
|
/**
|
|
5116
5116
|
* @public
|
|
@@ -5120,7 +5120,7 @@ export interface GetWirelessDeviceStatisticsResponse {
|
|
|
5120
5120
|
* <p>The ID of the wireless device.</p>
|
|
5121
5121
|
* @public
|
|
5122
5122
|
*/
|
|
5123
|
-
WirelessDeviceId?: string;
|
|
5123
|
+
WirelessDeviceId?: string | undefined;
|
|
5124
5124
|
/**
|
|
5125
5125
|
* <p>The date and time when the most recent uplink was received.</p>
|
|
5126
5126
|
* <note>
|
|
@@ -5128,17 +5128,17 @@ export interface GetWirelessDeviceStatisticsResponse {
|
|
|
5128
5128
|
* </note>
|
|
5129
5129
|
* @public
|
|
5130
5130
|
*/
|
|
5131
|
-
LastUplinkReceivedAt?: string;
|
|
5131
|
+
LastUplinkReceivedAt?: string | undefined;
|
|
5132
5132
|
/**
|
|
5133
5133
|
* <p>Information about the wireless device's operations.</p>
|
|
5134
5134
|
* @public
|
|
5135
5135
|
*/
|
|
5136
|
-
LoRaWAN?: LoRaWANDeviceMetadata;
|
|
5136
|
+
LoRaWAN?: LoRaWANDeviceMetadata | undefined;
|
|
5137
5137
|
/**
|
|
5138
5138
|
* <p>MetaData for Sidewalk device.</p>
|
|
5139
5139
|
* @public
|
|
5140
5140
|
*/
|
|
5141
|
-
Sidewalk?: SidewalkDeviceMetadata;
|
|
5141
|
+
Sidewalk?: SidewalkDeviceMetadata | undefined;
|
|
5142
5142
|
}
|
|
5143
5143
|
/**
|
|
5144
5144
|
* @public
|
|
@@ -5176,38 +5176,38 @@ export interface GetWirelessGatewayResponse {
|
|
|
5176
5176
|
* <p>The name of the resource.</p>
|
|
5177
5177
|
* @public
|
|
5178
5178
|
*/
|
|
5179
|
-
Name?: string;
|
|
5179
|
+
Name?: string | undefined;
|
|
5180
5180
|
/**
|
|
5181
5181
|
* <p>The ID of the wireless gateway.</p>
|
|
5182
5182
|
* @public
|
|
5183
5183
|
*/
|
|
5184
|
-
Id?: string;
|
|
5184
|
+
Id?: string | undefined;
|
|
5185
5185
|
/**
|
|
5186
5186
|
* <p>The description of the resource.</p>
|
|
5187
5187
|
* @public
|
|
5188
5188
|
*/
|
|
5189
|
-
Description?: string;
|
|
5189
|
+
Description?: string | undefined;
|
|
5190
5190
|
/**
|
|
5191
5191
|
* <p>Information about the wireless gateway.</p>
|
|
5192
5192
|
* @public
|
|
5193
5193
|
*/
|
|
5194
|
-
LoRaWAN?: LoRaWANGateway;
|
|
5194
|
+
LoRaWAN?: LoRaWANGateway | undefined;
|
|
5195
5195
|
/**
|
|
5196
5196
|
* <p>The Amazon Resource Name of the resource.</p>
|
|
5197
5197
|
* @public
|
|
5198
5198
|
*/
|
|
5199
|
-
Arn?: string;
|
|
5199
|
+
Arn?: string | undefined;
|
|
5200
5200
|
/**
|
|
5201
5201
|
* <p>The name of the thing associated with the wireless gateway. The value is empty if a
|
|
5202
5202
|
* thing isn't associated with the gateway.</p>
|
|
5203
5203
|
* @public
|
|
5204
5204
|
*/
|
|
5205
|
-
ThingName?: string;
|
|
5205
|
+
ThingName?: string | undefined;
|
|
5206
5206
|
/**
|
|
5207
5207
|
* <p>The ARN of the thing associated with the wireless gateway.</p>
|
|
5208
5208
|
* @public
|
|
5209
5209
|
*/
|
|
5210
|
-
ThingArn?: string;
|
|
5210
|
+
ThingArn?: string | undefined;
|
|
5211
5211
|
}
|
|
5212
5212
|
/**
|
|
5213
5213
|
* @public
|
|
@@ -5227,13 +5227,13 @@ export interface GetWirelessGatewayCertificateResponse {
|
|
|
5227
5227
|
* <p>The ID of the certificate associated with the wireless gateway.</p>
|
|
5228
5228
|
* @public
|
|
5229
5229
|
*/
|
|
5230
|
-
IotCertificateId?: string;
|
|
5230
|
+
IotCertificateId?: string | undefined;
|
|
5231
5231
|
/**
|
|
5232
5232
|
* <p>The ID of the certificate that is associated with the wireless gateway and used for
|
|
5233
5233
|
* the LoRaWANNetworkServer endpoint.</p>
|
|
5234
5234
|
* @public
|
|
5235
5235
|
*/
|
|
5236
|
-
LoRaWANNetworkServerCertificateId?: string;
|
|
5236
|
+
LoRaWANNetworkServerCertificateId?: string | undefined;
|
|
5237
5237
|
}
|
|
5238
5238
|
/**
|
|
5239
5239
|
* @public
|
|
@@ -5254,7 +5254,7 @@ export interface LoRaWANGatewayCurrentVersion {
|
|
|
5254
5254
|
* <p>The version of the gateways that should receive the update.</p>
|
|
5255
5255
|
* @public
|
|
5256
5256
|
*/
|
|
5257
|
-
CurrentVersion?: LoRaWANGatewayVersion;
|
|
5257
|
+
CurrentVersion?: LoRaWANGatewayVersion | undefined;
|
|
5258
5258
|
}
|
|
5259
5259
|
/**
|
|
5260
5260
|
* @public
|
|
@@ -5264,7 +5264,7 @@ export interface GetWirelessGatewayFirmwareInformationResponse {
|
|
|
5264
5264
|
* <p>Information about the wireless gateway's firmware.</p>
|
|
5265
5265
|
* @public
|
|
5266
5266
|
*/
|
|
5267
|
-
LoRaWAN?: LoRaWANGatewayCurrentVersion;
|
|
5267
|
+
LoRaWAN?: LoRaWANGatewayCurrentVersion | undefined;
|
|
5268
5268
|
}
|
|
5269
5269
|
/**
|
|
5270
5270
|
* @public
|
|
@@ -5284,7 +5284,7 @@ export interface GetWirelessGatewayStatisticsResponse {
|
|
|
5284
5284
|
* <p>The ID of the wireless gateway.</p>
|
|
5285
5285
|
* @public
|
|
5286
5286
|
*/
|
|
5287
|
-
WirelessGatewayId?: string;
|
|
5287
|
+
WirelessGatewayId?: string | undefined;
|
|
5288
5288
|
/**
|
|
5289
5289
|
* <p>The date and time when the most recent uplink was received.</p>
|
|
5290
5290
|
* <note>
|
|
@@ -5292,12 +5292,12 @@ export interface GetWirelessGatewayStatisticsResponse {
|
|
|
5292
5292
|
* </note>
|
|
5293
5293
|
* @public
|
|
5294
5294
|
*/
|
|
5295
|
-
LastUplinkReceivedAt?: string;
|
|
5295
|
+
LastUplinkReceivedAt?: string | undefined;
|
|
5296
5296
|
/**
|
|
5297
5297
|
* <p>The connection status of the wireless gateway.</p>
|
|
5298
5298
|
* @public
|
|
5299
5299
|
*/
|
|
5300
|
-
ConnectionStatus?: ConnectionStatus;
|
|
5300
|
+
ConnectionStatus?: ConnectionStatus | undefined;
|
|
5301
5301
|
}
|
|
5302
5302
|
/**
|
|
5303
5303
|
* @public
|
|
@@ -5317,12 +5317,12 @@ export interface GetWirelessGatewayTaskResponse {
|
|
|
5317
5317
|
* <p>The ID of the wireless gateway.</p>
|
|
5318
5318
|
* @public
|
|
5319
5319
|
*/
|
|
5320
|
-
WirelessGatewayId?: string;
|
|
5320
|
+
WirelessGatewayId?: string | undefined;
|
|
5321
5321
|
/**
|
|
5322
5322
|
* <p>The ID of the WirelessGatewayTask.</p>
|
|
5323
5323
|
* @public
|
|
5324
5324
|
*/
|
|
5325
|
-
WirelessGatewayTaskDefinitionId?: string;
|
|
5325
|
+
WirelessGatewayTaskDefinitionId?: string | undefined;
|
|
5326
5326
|
/**
|
|
5327
5327
|
* <p>The date and time when the most recent uplink was received.</p>
|
|
5328
5328
|
* <note>
|
|
@@ -5330,17 +5330,17 @@ export interface GetWirelessGatewayTaskResponse {
|
|
|
5330
5330
|
* </note>
|
|
5331
5331
|
* @public
|
|
5332
5332
|
*/
|
|
5333
|
-
LastUplinkReceivedAt?: string;
|
|
5333
|
+
LastUplinkReceivedAt?: string | undefined;
|
|
5334
5334
|
/**
|
|
5335
5335
|
* <p>The date and time when the task was created.</p>
|
|
5336
5336
|
* @public
|
|
5337
5337
|
*/
|
|
5338
|
-
TaskCreatedAt?: string;
|
|
5338
|
+
TaskCreatedAt?: string | undefined;
|
|
5339
5339
|
/**
|
|
5340
5340
|
* <p>The status of the request.</p>
|
|
5341
5341
|
* @public
|
|
5342
5342
|
*/
|
|
5343
|
-
Status?: WirelessGatewayTaskStatus;
|
|
5343
|
+
Status?: WirelessGatewayTaskStatus | undefined;
|
|
5344
5344
|
}
|
|
5345
5345
|
/**
|
|
5346
5346
|
* @public
|
|
@@ -5362,22 +5362,22 @@ export interface GetWirelessGatewayTaskDefinitionResponse {
|
|
|
5362
5362
|
* calling <code>CreateWirelessGatewayTask</code>.</p>
|
|
5363
5363
|
* @public
|
|
5364
5364
|
*/
|
|
5365
|
-
AutoCreateTasks?: boolean;
|
|
5365
|
+
AutoCreateTasks?: boolean | undefined;
|
|
5366
5366
|
/**
|
|
5367
5367
|
* <p>The name of the resource.</p>
|
|
5368
5368
|
* @public
|
|
5369
5369
|
*/
|
|
5370
|
-
Name?: string;
|
|
5370
|
+
Name?: string | undefined;
|
|
5371
5371
|
/**
|
|
5372
5372
|
* <p>Information about the gateways to update.</p>
|
|
5373
5373
|
* @public
|
|
5374
5374
|
*/
|
|
5375
|
-
Update?: UpdateWirelessGatewayTaskCreate;
|
|
5375
|
+
Update?: UpdateWirelessGatewayTaskCreate | undefined;
|
|
5376
5376
|
/**
|
|
5377
5377
|
* <p>The Amazon Resource Name of the resource.</p>
|
|
5378
5378
|
* @public
|
|
5379
5379
|
*/
|
|
5380
|
-
Arn?: string;
|
|
5380
|
+
Arn?: string | undefined;
|
|
5381
5381
|
}
|
|
5382
5382
|
/**
|
|
5383
5383
|
* @public
|
|
@@ -5402,22 +5402,22 @@ export interface ImportedSidewalkDevice {
|
|
|
5402
5402
|
* <p>The Sidewalk manufacturing serial number (SMSN) of the Sidewalk device.</p>
|
|
5403
5403
|
* @public
|
|
5404
5404
|
*/
|
|
5405
|
-
SidewalkManufacturingSn?: string;
|
|
5405
|
+
SidewalkManufacturingSn?: string | undefined;
|
|
5406
5406
|
/**
|
|
5407
5407
|
* <p>The onboarding status of the Sidewalk device in the import task.</p>
|
|
5408
5408
|
* @public
|
|
5409
5409
|
*/
|
|
5410
|
-
OnboardingStatus?: OnboardStatus;
|
|
5410
|
+
OnboardingStatus?: OnboardStatus | undefined;
|
|
5411
5411
|
/**
|
|
5412
5412
|
* <p>The reason for the onboarding status information for the Sidewalk device.</p>
|
|
5413
5413
|
* @public
|
|
5414
5414
|
*/
|
|
5415
|
-
OnboardingStatusReason?: string;
|
|
5415
|
+
OnboardingStatusReason?: string | undefined;
|
|
5416
5416
|
/**
|
|
5417
5417
|
* <p>The time at which the status information was last updated.</p>
|
|
5418
5418
|
* @public
|
|
5419
5419
|
*/
|
|
5420
|
-
LastUpdateTime?: Date;
|
|
5420
|
+
LastUpdateTime?: Date | undefined;
|
|
5421
5421
|
}
|
|
5422
5422
|
/**
|
|
5423
5423
|
* <p>Information about a wireless device that has been added to an import task.</p>
|
|
@@ -5429,7 +5429,7 @@ export interface ImportedWirelessDevice {
|
|
|
5429
5429
|
* task.</p>
|
|
5430
5430
|
* @public
|
|
5431
5431
|
*/
|
|
5432
|
-
Sidewalk?: ImportedSidewalkDevice;
|
|
5432
|
+
Sidewalk?: ImportedSidewalkDevice | undefined;
|
|
5433
5433
|
}
|
|
5434
5434
|
/**
|
|
5435
5435
|
* @public
|
|
@@ -5439,14 +5439,14 @@ export interface ListDestinationsRequest {
|
|
|
5439
5439
|
* <p>The maximum number of results to return in this operation.</p>
|
|
5440
5440
|
* @public
|
|
5441
5441
|
*/
|
|
5442
|
-
MaxResults?: number;
|
|
5442
|
+
MaxResults?: number | undefined;
|
|
5443
5443
|
/**
|
|
5444
5444
|
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
|
|
5445
5445
|
* response; otherwise <b>null</b> to receive the first set of
|
|
5446
5446
|
* results.</p>
|
|
5447
5447
|
* @public
|
|
5448
5448
|
*/
|
|
5449
|
-
NextToken?: string;
|
|
5449
|
+
NextToken?: string | undefined;
|
|
5450
5450
|
}
|
|
5451
5451
|
/**
|
|
5452
5452
|
* @public
|
|
@@ -5456,12 +5456,12 @@ export interface ListDestinationsResponse {
|
|
|
5456
5456
|
* <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
|
|
5457
5457
|
* @public
|
|
5458
5458
|
*/
|
|
5459
|
-
NextToken?: string;
|
|
5459
|
+
NextToken?: string | undefined;
|
|
5460
5460
|
/**
|
|
5461
5461
|
* <p>The list of destinations.</p>
|
|
5462
5462
|
* @public
|
|
5463
5463
|
*/
|
|
5464
|
-
DestinationList?: Destinations[];
|
|
5464
|
+
DestinationList?: Destinations[] | undefined;
|
|
5465
5465
|
}
|
|
5466
5466
|
/**
|
|
5467
5467
|
* @public
|
|
@@ -5473,18 +5473,18 @@ export interface ListDeviceProfilesRequest {
|
|
|
5473
5473
|
* results.</p>
|
|
5474
5474
|
* @public
|
|
5475
5475
|
*/
|
|
5476
|
-
NextToken?: string;
|
|
5476
|
+
NextToken?: string | undefined;
|
|
5477
5477
|
/**
|
|
5478
5478
|
* <p>The maximum number of results to return in this operation.</p>
|
|
5479
5479
|
* @public
|
|
5480
5480
|
*/
|
|
5481
|
-
MaxResults?: number;
|
|
5481
|
+
MaxResults?: number | undefined;
|
|
5482
5482
|
/**
|
|
5483
5483
|
* <p>A filter to list only device profiles that use this type, which can be
|
|
5484
5484
|
* <code>LoRaWAN</code> or <code>Sidewalk</code>.</p>
|
|
5485
5485
|
* @public
|
|
5486
5486
|
*/
|
|
5487
|
-
DeviceProfileType?: DeviceProfileType;
|
|
5487
|
+
DeviceProfileType?: DeviceProfileType | undefined;
|
|
5488
5488
|
}
|
|
5489
5489
|
/**
|
|
5490
5490
|
* @public
|
|
@@ -5494,12 +5494,12 @@ export interface ListDeviceProfilesResponse {
|
|
|
5494
5494
|
* <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
|
|
5495
5495
|
* @public
|
|
5496
5496
|
*/
|
|
5497
|
-
NextToken?: string;
|
|
5497
|
+
NextToken?: string | undefined;
|
|
5498
5498
|
/**
|
|
5499
5499
|
* <p>The list of device profiles.</p>
|
|
5500
5500
|
* @public
|
|
5501
5501
|
*/
|
|
5502
|
-
DeviceProfileList?: DeviceProfile[];
|
|
5502
|
+
DeviceProfileList?: DeviceProfile[] | undefined;
|
|
5503
5503
|
}
|
|
5504
5504
|
/**
|
|
5505
5505
|
* @public
|
|
@@ -5514,18 +5514,18 @@ export interface ListDevicesForWirelessDeviceImportTaskRequest {
|
|
|
5514
5514
|
* <p>The maximum number of results to return in this operation.</p>
|
|
5515
5515
|
* @public
|
|
5516
5516
|
*/
|
|
5517
|
-
MaxResults?: number;
|
|
5517
|
+
MaxResults?: number | undefined;
|
|
5518
5518
|
/**
|
|
5519
5519
|
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
|
|
5520
5520
|
* response; otherwise <code>null</code> to receive the first set of results.</p>
|
|
5521
5521
|
* @public
|
|
5522
5522
|
*/
|
|
5523
|
-
NextToken?: string;
|
|
5523
|
+
NextToken?: string | undefined;
|
|
5524
5524
|
/**
|
|
5525
5525
|
* <p>The status of the devices in the import task.</p>
|
|
5526
5526
|
* @public
|
|
5527
5527
|
*/
|
|
5528
|
-
Status?: OnboardStatus;
|
|
5528
|
+
Status?: OnboardStatus | undefined;
|
|
5529
5529
|
}
|
|
5530
5530
|
/**
|
|
5531
5531
|
* @public
|
|
@@ -5536,18 +5536,18 @@ export interface ListDevicesForWirelessDeviceImportTaskResponse {
|
|
|
5536
5536
|
* additional results.</p>
|
|
5537
5537
|
* @public
|
|
5538
5538
|
*/
|
|
5539
|
-
NextToken?: string;
|
|
5539
|
+
NextToken?: string | undefined;
|
|
5540
5540
|
/**
|
|
5541
5541
|
* <p>The name of the Sidewalk destination that describes the IoT rule to route messages
|
|
5542
5542
|
* received from devices in an import task that are onboarded to AWS IoT Wireless.</p>
|
|
5543
5543
|
* @public
|
|
5544
5544
|
*/
|
|
5545
|
-
DestinationName?: string;
|
|
5545
|
+
DestinationName?: string | undefined;
|
|
5546
5546
|
/**
|
|
5547
5547
|
* <p>List of wireless devices in an import task and their onboarding status.</p>
|
|
5548
5548
|
* @public
|
|
5549
5549
|
*/
|
|
5550
|
-
ImportedWirelessDeviceList?: ImportedWirelessDevice[];
|
|
5550
|
+
ImportedWirelessDeviceList?: ImportedWirelessDevice[] | undefined;
|
|
5551
5551
|
}
|
|
5552
5552
|
/**
|
|
5553
5553
|
* @public
|
|
@@ -5562,14 +5562,14 @@ export interface ListEventConfigurationsRequest {
|
|
|
5562
5562
|
* <p>The maximum number of results to return in this operation.</p>
|
|
5563
5563
|
* @public
|
|
5564
5564
|
*/
|
|
5565
|
-
MaxResults?: number;
|
|
5565
|
+
MaxResults?: number | undefined;
|
|
5566
5566
|
/**
|
|
5567
5567
|
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
|
|
5568
5568
|
* response; otherwise <b>null</b> to receive the first set of
|
|
5569
5569
|
* results.</p>
|
|
5570
5570
|
* @public
|
|
5571
5571
|
*/
|
|
5572
|
-
NextToken?: string;
|
|
5572
|
+
NextToken?: string | undefined;
|
|
5573
5573
|
}
|
|
5574
5574
|
/**
|
|
5575
5575
|
* @public
|
|
@@ -5581,12 +5581,12 @@ export interface ListEventConfigurationsResponse {
|
|
|
5581
5581
|
* results.</p>
|
|
5582
5582
|
* @public
|
|
5583
5583
|
*/
|
|
5584
|
-
NextToken?: string;
|
|
5584
|
+
NextToken?: string | undefined;
|
|
5585
5585
|
/**
|
|
5586
5586
|
* <p>Event configurations of all events for a single resource.</p>
|
|
5587
5587
|
* @public
|
|
5588
5588
|
*/
|
|
5589
|
-
EventConfigurationsList?: EventConfigurationItem[];
|
|
5589
|
+
EventConfigurationsList?: EventConfigurationItem[] | undefined;
|
|
5590
5590
|
}
|
|
5591
5591
|
/**
|
|
5592
5592
|
* @public
|
|
@@ -5598,12 +5598,12 @@ export interface ListFuotaTasksRequest {
|
|
|
5598
5598
|
* results.</p>
|
|
5599
5599
|
* @public
|
|
5600
5600
|
*/
|
|
5601
|
-
NextToken?: string;
|
|
5601
|
+
NextToken?: string | undefined;
|
|
5602
5602
|
/**
|
|
5603
5603
|
* <p>The maximum number of results to return in this operation.</p>
|
|
5604
5604
|
* @public
|
|
5605
5605
|
*/
|
|
5606
|
-
MaxResults?: number;
|
|
5606
|
+
MaxResults?: number | undefined;
|
|
5607
5607
|
}
|
|
5608
5608
|
/**
|
|
5609
5609
|
* @public
|
|
@@ -5615,12 +5615,12 @@ export interface ListFuotaTasksResponse {
|
|
|
5615
5615
|
* results.</p>
|
|
5616
5616
|
* @public
|
|
5617
5617
|
*/
|
|
5618
|
-
NextToken?: string;
|
|
5618
|
+
NextToken?: string | undefined;
|
|
5619
5619
|
/**
|
|
5620
5620
|
* <p>Lists the FUOTA tasks registered to your AWS account.</p>
|
|
5621
5621
|
* @public
|
|
5622
5622
|
*/
|
|
5623
|
-
FuotaTaskList?: FuotaTask[];
|
|
5623
|
+
FuotaTaskList?: FuotaTask[] | undefined;
|
|
5624
5624
|
}
|
|
5625
5625
|
/**
|
|
5626
5626
|
* @public
|
|
@@ -5632,12 +5632,12 @@ export interface ListMulticastGroupsRequest {
|
|
|
5632
5632
|
* results.</p>
|
|
5633
5633
|
* @public
|
|
5634
5634
|
*/
|
|
5635
|
-
NextToken?: string;
|
|
5635
|
+
NextToken?: string | undefined;
|
|
5636
5636
|
/**
|
|
5637
5637
|
* <p>The maximum number of results to return in this operation.</p>
|
|
5638
5638
|
* @public
|
|
5639
5639
|
*/
|
|
5640
|
-
MaxResults?: number;
|
|
5640
|
+
MaxResults?: number | undefined;
|
|
5641
5641
|
}
|
|
5642
5642
|
/**
|
|
5643
5643
|
* <p>A multicast group.</p>
|
|
@@ -5648,17 +5648,17 @@ export interface MulticastGroup {
|
|
|
5648
5648
|
* <p>The ID of the multicast group.</p>
|
|
5649
5649
|
* @public
|
|
5650
5650
|
*/
|
|
5651
|
-
Id?: string;
|
|
5651
|
+
Id?: string | undefined;
|
|
5652
5652
|
/**
|
|
5653
5653
|
* <p>The arn of the multicast group.</p>
|
|
5654
5654
|
* @public
|
|
5655
5655
|
*/
|
|
5656
|
-
Arn?: string;
|
|
5656
|
+
Arn?: string | undefined;
|
|
5657
5657
|
/**
|
|
5658
5658
|
* <p>The name of the multicast group.</p>
|
|
5659
5659
|
* @public
|
|
5660
5660
|
*/
|
|
5661
|
-
Name?: string;
|
|
5661
|
+
Name?: string | undefined;
|
|
5662
5662
|
}
|
|
5663
5663
|
/**
|
|
5664
5664
|
* @public
|
|
@@ -5670,12 +5670,12 @@ export interface ListMulticastGroupsResponse {
|
|
|
5670
5670
|
* results.</p>
|
|
5671
5671
|
* @public
|
|
5672
5672
|
*/
|
|
5673
|
-
NextToken?: string;
|
|
5673
|
+
NextToken?: string | undefined;
|
|
5674
5674
|
/**
|
|
5675
5675
|
* <p>List of multicast groups.</p>
|
|
5676
5676
|
* @public
|
|
5677
5677
|
*/
|
|
5678
|
-
MulticastGroupList?: MulticastGroup[];
|
|
5678
|
+
MulticastGroupList?: MulticastGroup[] | undefined;
|
|
5679
5679
|
}
|
|
5680
5680
|
/**
|
|
5681
5681
|
* @public
|
|
@@ -5692,12 +5692,12 @@ export interface ListMulticastGroupsByFuotaTaskRequest {
|
|
|
5692
5692
|
* results.</p>
|
|
5693
5693
|
* @public
|
|
5694
5694
|
*/
|
|
5695
|
-
NextToken?: string;
|
|
5695
|
+
NextToken?: string | undefined;
|
|
5696
5696
|
/**
|
|
5697
5697
|
* <p>The maximum number of results to return in this operation.</p>
|
|
5698
5698
|
* @public
|
|
5699
5699
|
*/
|
|
5700
|
-
MaxResults?: number;
|
|
5700
|
+
MaxResults?: number | undefined;
|
|
5701
5701
|
}
|
|
5702
5702
|
/**
|
|
5703
5703
|
* <p>A multicast group that is associated with a FUOTA task.</p>
|
|
@@ -5708,7 +5708,7 @@ export interface MulticastGroupByFuotaTask {
|
|
|
5708
5708
|
* <p>The ID of the multicast group.</p>
|
|
5709
5709
|
* @public
|
|
5710
5710
|
*/
|
|
5711
|
-
Id?: string;
|
|
5711
|
+
Id?: string | undefined;
|
|
5712
5712
|
}
|
|
5713
5713
|
/**
|
|
5714
5714
|
* @public
|
|
@@ -5720,12 +5720,12 @@ export interface ListMulticastGroupsByFuotaTaskResponse {
|
|
|
5720
5720
|
* results.</p>
|
|
5721
5721
|
* @public
|
|
5722
5722
|
*/
|
|
5723
|
-
NextToken?: string;
|
|
5723
|
+
NextToken?: string | undefined;
|
|
5724
5724
|
/**
|
|
5725
5725
|
* <p>List of multicast groups associated with a FUOTA task.</p>
|
|
5726
5726
|
* @public
|
|
5727
5727
|
*/
|
|
5728
|
-
MulticastGroupList?: MulticastGroupByFuotaTask[];
|
|
5728
|
+
MulticastGroupList?: MulticastGroupByFuotaTask[] | undefined;
|
|
5729
5729
|
}
|
|
5730
5730
|
/**
|
|
5731
5731
|
* @public
|
|
@@ -5735,14 +5735,14 @@ export interface ListNetworkAnalyzerConfigurationsRequest {
|
|
|
5735
5735
|
* <p>The maximum number of results to return in this operation.</p>
|
|
5736
5736
|
* @public
|
|
5737
5737
|
*/
|
|
5738
|
-
MaxResults?: number;
|
|
5738
|
+
MaxResults?: number | undefined;
|
|
5739
5739
|
/**
|
|
5740
5740
|
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous
|
|
5741
5741
|
* response; otherwise <b>null</b> to receive the first set of
|
|
5742
5742
|
* results.</p>
|
|
5743
5743
|
* @public
|
|
5744
5744
|
*/
|
|
5745
|
-
NextToken?: string;
|
|
5745
|
+
NextToken?: string | undefined;
|
|
5746
5746
|
}
|
|
5747
5747
|
/**
|
|
5748
5748
|
* <p>Network analyzer configurations.</p>
|
|
@@ -5753,12 +5753,12 @@ export interface NetworkAnalyzerConfigurations {
|
|
|
5753
5753
|
* <p>The Amazon Resource Name of the new resource.</p>
|
|
5754
5754
|
* @public
|
|
5755
5755
|
*/
|
|
5756
|
-
Arn?: string;
|
|
5756
|
+
Arn?: string | undefined;
|
|
5757
5757
|
/**
|
|
5758
5758
|
* <p>Name of the network analyzer configuration.</p>
|
|
5759
5759
|
* @public
|
|
5760
5760
|
*/
|
|
5761
|
-
Name?: string;
|
|
5761
|
+
Name?: string | undefined;
|
|
5762
5762
|
}
|
|
5763
5763
|
/**
|
|
5764
5764
|
* @public
|
|
@@ -5768,12 +5768,12 @@ export interface ListNetworkAnalyzerConfigurationsResponse {
|
|
|
5768
5768
|
* <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
|
|
5769
5769
|
* @public
|
|
5770
5770
|
*/
|
|
5771
|
-
NextToken?: string;
|
|
5771
|
+
NextToken?: string | undefined;
|
|
5772
5772
|
/**
|
|
5773
5773
|
* <p>The list of network analyzer configurations.</p>
|
|
5774
5774
|
* @public
|
|
5775
5775
|
*/
|
|
5776
|
-
NetworkAnalyzerConfigurationList?: NetworkAnalyzerConfigurations[];
|
|
5776
|
+
NetworkAnalyzerConfigurationList?: NetworkAnalyzerConfigurations[] | undefined;
|
|
5777
5777
|
}
|
|
5778
5778
|
/**
|
|
5779
5779
|
* @public
|
|
@@ -5785,12 +5785,12 @@ export interface ListPartnerAccountsRequest {
|
|
|
5785
5785
|
* results.</p>
|
|
5786
5786
|
* @public
|
|
5787
5787
|
*/
|
|
5788
|
-
NextToken?: string;
|
|
5788
|
+
NextToken?: string | undefined;
|
|
5789
5789
|
/**
|
|
5790
5790
|
* <p>The maximum number of results to return in this operation.</p>
|
|
5791
5791
|
* @public
|
|
5792
5792
|
*/
|
|
5793
|
-
MaxResults?: number;
|
|
5793
|
+
MaxResults?: number | undefined;
|
|
5794
5794
|
}
|
|
5795
5795
|
/**
|
|
5796
5796
|
* @public
|
|
@@ -5800,12 +5800,12 @@ export interface ListPartnerAccountsResponse {
|
|
|
5800
5800
|
* <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
|
|
5801
5801
|
* @public
|
|
5802
5802
|
*/
|
|
5803
|
-
NextToken?: string;
|
|
5803
|
+
NextToken?: string | undefined;
|
|
5804
5804
|
/**
|
|
5805
5805
|
* <p>The Sidewalk account credentials.</p>
|
|
5806
5806
|
* @public
|
|
5807
5807
|
*/
|
|
5808
|
-
Sidewalk?: SidewalkAccountInfoWithFingerprint[];
|
|
5808
|
+
Sidewalk?: SidewalkAccountInfoWithFingerprint[] | undefined;
|
|
5809
5809
|
}
|
|
5810
5810
|
/**
|
|
5811
5811
|
* @internal
|