@aws-sdk/client-iot-wireless 3.428.0 → 3.430.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.
@@ -143,7 +143,7 @@ export interface ApplicationConfig {
143
143
  * @public
144
144
  * <p>Application type, which can be specified to obtain real-time position information of your LoRaWAN device.</p>
145
145
  */
146
- Type?: ApplicationConfigType | string;
146
+ Type?: ApplicationConfigType;
147
147
  /**
148
148
  * @public
149
149
  * <p>The name of the position data destination that describes the AWS IoT rule that processes the device's position data
@@ -1024,7 +1024,7 @@ export interface CertificateList {
1024
1024
  * @public
1025
1025
  * <p>The certificate chain algorithm provided by sidewalk.</p>
1026
1026
  */
1027
- SigningAlg: SigningAlg | string | undefined;
1027
+ SigningAlg: SigningAlg | undefined;
1028
1028
  /**
1029
1029
  * @public
1030
1030
  * <p>The value of the chosen sidewalk certificate.</p>
@@ -1065,7 +1065,7 @@ export interface LoRaWANConnectionStatusEventNotificationConfigurations {
1065
1065
  * <p>Denotes whether the gateway EUI connection status event topic is enabled or
1066
1066
  * disabled.</p>
1067
1067
  */
1068
- GatewayEuiEventTopic?: EventNotificationTopicStatus | string;
1068
+ GatewayEuiEventTopic?: EventNotificationTopicStatus;
1069
1069
  }
1070
1070
  /**
1071
1071
  * @public
@@ -1083,7 +1083,7 @@ export interface ConnectionStatusEventConfiguration {
1083
1083
  * <p>Denotes whether the wireless gateway ID connection status event topic is enabled or
1084
1084
  * disabled.</p>
1085
1085
  */
1086
- WirelessGatewayIdEventTopic?: EventNotificationTopicStatus | string;
1086
+ WirelessGatewayIdEventTopic?: EventNotificationTopicStatus;
1087
1087
  }
1088
1088
  /**
1089
1089
  * @public
@@ -1095,7 +1095,7 @@ export interface LoRaWANConnectionStatusResourceTypeEventConfiguration {
1095
1095
  * <p>Denotes whether the wireless gateway connection status event topic is enabled or
1096
1096
  * disabled.</p>
1097
1097
  */
1098
- WirelessGatewayEventTopic?: EventNotificationTopicStatus | string;
1098
+ WirelessGatewayEventTopic?: EventNotificationTopicStatus;
1099
1099
  }
1100
1100
  /**
1101
1101
  * @public
@@ -1135,7 +1135,7 @@ export interface CreateDestinationRequest {
1135
1135
  * @public
1136
1136
  * <p>The type of value in <code>Expression</code>.</p>
1137
1137
  */
1138
- ExpressionType: ExpressionType | string | undefined;
1138
+ ExpressionType: ExpressionType | undefined;
1139
1139
  /**
1140
1140
  * @public
1141
1141
  * <p>The rule name or topic rule to send messages to.</p>
@@ -1370,7 +1370,7 @@ export interface LoRaWANFuotaTask {
1370
1370
  * @public
1371
1371
  * <p>Supported RfRegions</p>
1372
1372
  */
1373
- RfRegion?: SupportedRfRegion | string;
1373
+ RfRegion?: SupportedRfRegion;
1374
1374
  }
1375
1375
  /**
1376
1376
  * @public
@@ -1479,12 +1479,12 @@ export interface LoRaWANMulticast {
1479
1479
  * @public
1480
1480
  * <p>Supported RfRegions</p>
1481
1481
  */
1482
- RfRegion?: SupportedRfRegion | string;
1482
+ RfRegion?: SupportedRfRegion;
1483
1483
  /**
1484
1484
  * @public
1485
1485
  * <p>DlClass for LoRaWAM, valid values are ClassB and ClassC.</p>
1486
1486
  */
1487
- DlClass?: DlClass | string;
1487
+ DlClass?: DlClass;
1488
1488
  }
1489
1489
  /**
1490
1490
  * @public
@@ -1584,21 +1584,21 @@ export interface TraceContent {
1584
1584
  * FrameInfo to debug the communication between your LoRaWAN end devices and the network
1585
1585
  * server.</p>
1586
1586
  */
1587
- WirelessDeviceFrameInfo?: WirelessDeviceFrameInfo | string;
1587
+ WirelessDeviceFrameInfo?: WirelessDeviceFrameInfo;
1588
1588
  /**
1589
1589
  * @public
1590
1590
  * <p>The log level for a log message. The log levels can be disabled, or set to
1591
1591
  * <code>ERROR</code> to display less verbose logs containing only error information,
1592
1592
  * or to <code>INFO</code> for more detailed logs.</p>
1593
1593
  */
1594
- LogLevel?: LogLevel | string;
1594
+ LogLevel?: LogLevel;
1595
1595
  /**
1596
1596
  * @public
1597
1597
  * <p>
1598
1598
  * <code>FrameInfo</code> of your multicast group resources for the trace content. Use
1599
1599
  * FrameInfo to debug the multicast communication between your LoRaWAN end devices and the network server.</p>
1600
1600
  */
1601
- MulticastFrameInfo?: MulticastFrameInfo | string;
1601
+ MulticastFrameInfo?: MulticastFrameInfo;
1602
1602
  }
1603
1603
  /**
1604
1604
  * @public
@@ -1926,7 +1926,7 @@ export interface CreateWirelessDeviceRequest {
1926
1926
  * @public
1927
1927
  * <p>The wireless device type.</p>
1928
1928
  */
1929
- Type: WirelessDeviceType | string | undefined;
1929
+ Type: WirelessDeviceType | undefined;
1930
1930
  /**
1931
1931
  * @public
1932
1932
  * <p>The name of the new resource.</p>
@@ -1966,7 +1966,7 @@ export interface CreateWirelessDeviceRequest {
1966
1966
  * <p>FPort values for the GNSS, stream, and ClockSync functions of the positioning
1967
1967
  * information.</p>
1968
1968
  */
1969
- Positioning?: PositioningConfigStatus | string;
1969
+ Positioning?: PositioningConfigStatus;
1970
1970
  /**
1971
1971
  * @public
1972
1972
  * <p>The device configuration information to use to create the Sidewalk device.</p>
@@ -2124,7 +2124,7 @@ export interface CreateWirelessGatewayTaskResponse {
2124
2124
  * @public
2125
2125
  * <p>The status of the request.</p>
2126
2126
  */
2127
- Status?: WirelessGatewayTaskStatus | string;
2127
+ Status?: WirelessGatewayTaskStatus;
2128
2128
  }
2129
2129
  /**
2130
2130
  * @public
@@ -2372,7 +2372,7 @@ export interface DeleteQueuedMessagesRequest {
2372
2372
  * @public
2373
2373
  * <p>The wireless device type, which can be either Sidewalk or LoRaWAN.</p>
2374
2374
  */
2375
- WirelessDeviceType?: WirelessDeviceType | string;
2375
+ WirelessDeviceType?: WirelessDeviceType;
2376
2376
  }
2377
2377
  /**
2378
2378
  * @public
@@ -2483,7 +2483,7 @@ export interface DeregisterWirelessDeviceRequest {
2483
2483
  * <p>The type of wireless device to deregister from AWS IoT Wireless, which can be <code>LoRaWAN</code>
2484
2484
  * or <code>Sidewalk</code>.</p>
2485
2485
  */
2486
- WirelessDeviceType?: WirelessDeviceType | string;
2486
+ WirelessDeviceType?: WirelessDeviceType;
2487
2487
  }
2488
2488
  /**
2489
2489
  * @public
@@ -2509,7 +2509,7 @@ export interface Destinations {
2509
2509
  * @public
2510
2510
  * <p>The type of value in <code>Expression</code>.</p>
2511
2511
  */
2512
- ExpressionType?: ExpressionType | string;
2512
+ ExpressionType?: ExpressionType;
2513
2513
  /**
2514
2514
  * @public
2515
2515
  * <p>The rule name or topic rule to send messages to.</p>
@@ -2570,7 +2570,7 @@ export interface SidewalkEventNotificationConfigurations {
2570
2570
  * @public
2571
2571
  * <p>Denotes whether the Amazon ID event topic is enabled or disabled.</p>
2572
2572
  */
2573
- AmazonIdEventTopic?: EventNotificationTopicStatus | string;
2573
+ AmazonIdEventTopic?: EventNotificationTopicStatus;
2574
2574
  }
2575
2575
  /**
2576
2576
  * @public
@@ -2589,7 +2589,7 @@ export interface DeviceRegistrationStateEventConfiguration {
2589
2589
  * <p>Denotes whether the wireless device ID device registration state event topic is
2590
2590
  * enabled or disabled.</p>
2591
2591
  */
2592
- WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | string;
2592
+ WirelessDeviceIdEventTopic?: EventNotificationTopicStatus;
2593
2593
  }
2594
2594
  /**
2595
2595
  * @public
@@ -2601,7 +2601,7 @@ export interface SidewalkResourceTypeEventConfiguration {
2601
2601
  * @public
2602
2602
  * <p>Denotes whether the wireless device join event topic is enabled or disabled.</p>
2603
2603
  */
2604
- WirelessDeviceEventTopic?: EventNotificationTopicStatus | string;
2604
+ WirelessDeviceEventTopic?: EventNotificationTopicStatus;
2605
2605
  }
2606
2606
  /**
2607
2607
  * @public
@@ -2654,7 +2654,7 @@ export interface DisassociateAwsAccountFromPartnerAccountRequest {
2654
2654
  * @public
2655
2655
  * <p>The partner type.</p>
2656
2656
  */
2657
- PartnerType: PartnerType | string | undefined;
2657
+ PartnerType: PartnerType | undefined;
2658
2658
  }
2659
2659
  /**
2660
2660
  * @public
@@ -2809,7 +2809,7 @@ export interface ParticipatingGateways {
2809
2809
  * <p>Indicates whether to send the downlink message in sequential mode or concurrent mode,
2810
2810
  * or to use only the chosen gateways from the previous uplink message transmission.</p>
2811
2811
  */
2812
- DownlinkMode: DownlinkMode | string | undefined;
2812
+ DownlinkMode: DownlinkMode | undefined;
2813
2813
  /**
2814
2814
  * @public
2815
2815
  * <p>The list of gateways that you want to use for sending the downlink data
@@ -2893,7 +2893,7 @@ export interface LoRaWANJoinEventNotificationConfigurations {
2893
2893
  * @public
2894
2894
  * <p>Denotes whether the Dev EUI join event topic is enabled or disabled.</p>
2895
2895
  */
2896
- DevEuiEventTopic?: EventNotificationTopicStatus | string;
2896
+ DevEuiEventTopic?: EventNotificationTopicStatus;
2897
2897
  }
2898
2898
  /**
2899
2899
  * @public
@@ -2910,7 +2910,7 @@ export interface JoinEventConfiguration {
2910
2910
  * @public
2911
2911
  * <p>Denotes whether the wireless device ID join event topic is enabled or disabled.</p>
2912
2912
  */
2913
- WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | string;
2913
+ WirelessDeviceIdEventTopic?: EventNotificationTopicStatus;
2914
2914
  }
2915
2915
  /**
2916
2916
  * @public
@@ -2930,7 +2930,7 @@ export interface MessageDeliveryStatusEventConfiguration {
2930
2930
  * <p>Denotes whether the wireless device ID message delivery status event topic is enabled
2931
2931
  * or disabled.</p>
2932
2932
  */
2933
- WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | string;
2933
+ WirelessDeviceIdEventTopic?: EventNotificationTopicStatus;
2934
2934
  }
2935
2935
  /**
2936
2936
  * @public
@@ -2949,7 +2949,7 @@ export interface ProximityEventConfiguration {
2949
2949
  * <p>Denotes whether the wireless device ID proximity event topic is enabled or
2950
2950
  * disabled.</p>
2951
2951
  */
2952
- WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | string;
2952
+ WirelessDeviceIdEventTopic?: EventNotificationTopicStatus;
2953
2953
  }
2954
2954
  /**
2955
2955
  * @public
@@ -3022,12 +3022,12 @@ export interface EventConfigurationItem {
3022
3022
  * @public
3023
3023
  * <p>Identifier type of the particular resource identifier for event configuration.</p>
3024
3024
  */
3025
- IdentifierType?: IdentifierType | string;
3025
+ IdentifierType?: IdentifierType;
3026
3026
  /**
3027
3027
  * @public
3028
3028
  * <p>Partner type of the resource if the identifier type is PartnerAccountId.</p>
3029
3029
  */
3030
- PartnerType?: EventNotificationPartnerType | string;
3030
+ PartnerType?: EventNotificationPartnerType;
3031
3031
  /**
3032
3032
  * @public
3033
3033
  * <p>Object of all event configurations and the status of the event topics.</p>
@@ -3137,7 +3137,7 @@ export interface GetDestinationResponse {
3137
3137
  * @public
3138
3138
  * <p>The type of value in <code>Expression</code>.</p>
3139
3139
  */
3140
- ExpressionType?: ExpressionType | string;
3140
+ ExpressionType?: ExpressionType;
3141
3141
  /**
3142
3142
  * @public
3143
3143
  * <p>The description of the resource.</p>
@@ -3224,7 +3224,7 @@ export interface LoRaWANJoinResourceTypeEventConfiguration {
3224
3224
  * @public
3225
3225
  * <p>Denotes whether the wireless device join event topic is enabled or disabled.</p>
3226
3226
  */
3227
- WirelessDeviceEventTopic?: EventNotificationTopicStatus | string;
3227
+ WirelessDeviceEventTopic?: EventNotificationTopicStatus;
3228
3228
  }
3229
3229
  /**
3230
3230
  * @public
@@ -3338,7 +3338,7 @@ export interface GetFuotaTaskResponse {
3338
3338
  * @public
3339
3339
  * <p>The status of a FUOTA task.</p>
3340
3340
  */
3341
- Status?: FuotaTaskStatus | string;
3341
+ Status?: FuotaTaskStatus;
3342
3342
  /**
3343
3343
  * @public
3344
3344
  * <p>The name of a FUOTA task.</p>
@@ -3431,14 +3431,14 @@ export interface WirelessDeviceEventLogOption {
3431
3431
  * @public
3432
3432
  * <p>The event for a log message, if the log message is tied to a wireless device.</p>
3433
3433
  */
3434
- Event: WirelessDeviceEvent | string | undefined;
3434
+ Event: WirelessDeviceEvent | undefined;
3435
3435
  /**
3436
3436
  * @public
3437
3437
  * <p>The log level for a log message. The log levels can be disabled, or set to
3438
3438
  * <code>ERROR</code> to display less verbose logs containing only error information,
3439
3439
  * or to <code>INFO</code> for more detailed logs.</p>
3440
3440
  */
3441
- LogLevel: LogLevel | string | undefined;
3441
+ LogLevel: LogLevel | undefined;
3442
3442
  }
3443
3443
  /**
3444
3444
  * @public
@@ -3450,14 +3450,14 @@ export interface WirelessDeviceLogOption {
3450
3450
  * @public
3451
3451
  * <p>The wireless device type.</p>
3452
3452
  */
3453
- Type: WirelessDeviceType | string | undefined;
3453
+ Type: WirelessDeviceType | undefined;
3454
3454
  /**
3455
3455
  * @public
3456
3456
  * <p>The log level for a log message. The log levels can be disabled, or set to
3457
3457
  * <code>ERROR</code> to display less verbose logs containing only error information,
3458
3458
  * or to <code>INFO</code> for more detailed logs.</p>
3459
3459
  */
3460
- LogLevel: LogLevel | string | undefined;
3460
+ LogLevel: LogLevel | undefined;
3461
3461
  /**
3462
3462
  * @public
3463
3463
  * <p>The list of wireless device event log options.</p>
@@ -3488,14 +3488,14 @@ export interface WirelessGatewayEventLogOption {
3488
3488
  * @public
3489
3489
  * <p>The event for a log message, if the log message is tied to a wireless gateway.</p>
3490
3490
  */
3491
- Event: WirelessGatewayEvent | string | undefined;
3491
+ Event: WirelessGatewayEvent | undefined;
3492
3492
  /**
3493
3493
  * @public
3494
3494
  * <p>The log level for a log message. The log levels can be disabled, or set to
3495
3495
  * <code>ERROR</code> to display less verbose logs containing only error information,
3496
3496
  * or to <code>INFO</code> for more detailed logs.</p>
3497
3497
  */
3498
- LogLevel: LogLevel | string | undefined;
3498
+ LogLevel: LogLevel | undefined;
3499
3499
  }
3500
3500
  /**
3501
3501
  * @public
@@ -3518,14 +3518,14 @@ export interface WirelessGatewayLogOption {
3518
3518
  * @public
3519
3519
  * <p>The wireless gateway type.</p>
3520
3520
  */
3521
- Type: WirelessGatewayType | string | undefined;
3521
+ Type: WirelessGatewayType | undefined;
3522
3522
  /**
3523
3523
  * @public
3524
3524
  * <p>The log level for a log message. The log levels can be disabled, or set to
3525
3525
  * <code>ERROR</code> to display less verbose logs containing only error information,
3526
3526
  * or to <code>INFO</code> for more detailed logs.</p>
3527
3527
  */
3528
- LogLevel: LogLevel | string | undefined;
3528
+ LogLevel: LogLevel | undefined;
3529
3529
  /**
3530
3530
  * @public
3531
3531
  * <p>The list of wireless gateway event log options.</p>
@@ -3542,7 +3542,7 @@ export interface GetLogLevelsByResourceTypesResponse {
3542
3542
  * <code>ERROR</code> to display less verbose logs containing only error information,
3543
3543
  * or to <code>INFO</code> for more detailed logs.</p>
3544
3544
  */
3545
- DefaultLogLevel?: LogLevel | string;
3545
+ DefaultLogLevel?: LogLevel;
3546
3546
  /**
3547
3547
  * @public
3548
3548
  * <p>The list of wireless gateway log options.</p>
@@ -3574,12 +3574,12 @@ export interface LoRaWANMulticastGet {
3574
3574
  * @public
3575
3575
  * <p>Supported RfRegions</p>
3576
3576
  */
3577
- RfRegion?: SupportedRfRegion | string;
3577
+ RfRegion?: SupportedRfRegion;
3578
3578
  /**
3579
3579
  * @public
3580
3580
  * <p>DlClass for LoRaWAM, valid values are ClassB and ClassC.</p>
3581
3581
  */
3582
- DlClass?: DlClass | string;
3582
+ DlClass?: DlClass;
3583
3583
  /**
3584
3584
  * @public
3585
3585
  * <p>Number of devices that are requested to be associated with the multicast group.</p>
@@ -3749,7 +3749,7 @@ export interface GetPartnerAccountRequest {
3749
3749
  * @public
3750
3750
  * <p>The partner type.</p>
3751
3751
  */
3752
- PartnerType: PartnerType | string | undefined;
3752
+ PartnerType: PartnerType | undefined;
3753
3753
  }
3754
3754
  /**
3755
3755
  * @public
@@ -3812,7 +3812,7 @@ export interface GetPositionRequest {
3812
3812
  * @public
3813
3813
  * <p>Resource type of the resource for which position information is retrieved.</p>
3814
3814
  */
3815
- ResourceType: PositionResourceType | string | undefined;
3815
+ ResourceType: PositionResourceType | undefined;
3816
3816
  }
3817
3817
  /**
3818
3818
  * @public
@@ -3857,12 +3857,12 @@ export interface GetPositionResponse {
3857
3857
  * @public
3858
3858
  * <p>The type of solver used to identify the position of the resource.</p>
3859
3859
  */
3860
- SolverType?: PositionSolverType | string;
3860
+ SolverType?: PositionSolverType;
3861
3861
  /**
3862
3862
  * @public
3863
3863
  * <p>The vendor of the positioning solver.</p>
3864
3864
  */
3865
- SolverProvider?: PositionSolverProvider | string;
3865
+ SolverProvider?: PositionSolverProvider;
3866
3866
  /**
3867
3867
  * @public
3868
3868
  * <p>The version of the positioning solver.</p>
@@ -3887,7 +3887,7 @@ export interface GetPositionConfigurationRequest {
3887
3887
  * @public
3888
3888
  * <p>Resource type of the resource for which position configuration is retrieved.</p>
3889
3889
  */
3890
- ResourceType: PositionResourceType | string | undefined;
3890
+ ResourceType: PositionResourceType | undefined;
3891
3891
  }
3892
3892
  /**
3893
3893
  * @public
@@ -3922,22 +3922,22 @@ export interface SemtechGnssDetail {
3922
3922
  * @public
3923
3923
  * <p>The vendor of the solver object.</p>
3924
3924
  */
3925
- Provider?: PositionSolverProvider | string;
3925
+ Provider?: PositionSolverProvider;
3926
3926
  /**
3927
3927
  * @public
3928
3928
  * <p>The type of positioning solver used.</p>
3929
3929
  */
3930
- Type?: PositionSolverType | string;
3930
+ Type?: PositionSolverType;
3931
3931
  /**
3932
3932
  * @public
3933
3933
  * <p>The status indicating whether the solver is enabled.</p>
3934
3934
  */
3935
- Status?: PositionConfigurationStatus | string;
3935
+ Status?: PositionConfigurationStatus;
3936
3936
  /**
3937
3937
  * @public
3938
3938
  * <p>Whether forward error correction is enabled.</p>
3939
3939
  */
3940
- Fec?: PositionConfigurationFec | string;
3940
+ Fec?: PositionConfigurationFec;
3941
3941
  }
3942
3942
  /**
3943
3943
  * @public
@@ -4096,13 +4096,13 @@ export interface GetResourceEventConfigurationRequest {
4096
4096
  * @public
4097
4097
  * <p>Identifier type of the particular resource identifier for event configuration.</p>
4098
4098
  */
4099
- IdentifierType: IdentifierType | string | undefined;
4099
+ IdentifierType: IdentifierType | undefined;
4100
4100
  /**
4101
4101
  * @public
4102
4102
  * <p>Partner type of the resource if the identifier type is
4103
4103
  * <code>PartnerAccountId</code>.</p>
4104
4104
  */
4105
- PartnerType?: EventNotificationPartnerType | string;
4105
+ PartnerType?: EventNotificationPartnerType;
4106
4106
  }
4107
4107
  /**
4108
4108
  * @public
@@ -4161,7 +4161,7 @@ export interface GetResourceLogLevelResponse {
4161
4161
  * <code>ERROR</code> to display less verbose logs containing only error information,
4162
4162
  * or to <code>INFO</code> for more detailed logs.</p>
4163
4163
  */
4164
- LogLevel?: LogLevel | string;
4164
+ LogLevel?: LogLevel;
4165
4165
  }
4166
4166
  /**
4167
4167
  * @public
@@ -4179,7 +4179,7 @@ export interface GetResourcePositionRequest {
4179
4179
  * <p>The type of resource for which position information is retrieved, which can be a
4180
4180
  * wireless device or a wireless gateway.</p>
4181
4181
  */
4182
- ResourceType: PositionResourceType | string | undefined;
4182
+ ResourceType: PositionResourceType | undefined;
4183
4183
  }
4184
4184
  /**
4185
4185
  * @public
@@ -4215,7 +4215,7 @@ export interface GetServiceEndpointRequest {
4215
4215
  * for the Configuration and Update Server endpoint, or <code>LNS</code> for the LoRaWAN
4216
4216
  * Network Server endpoint or <code>CLAIM</code> for the global endpoint.</p>
4217
4217
  */
4218
- ServiceType?: WirelessGatewayServiceType | string;
4218
+ ServiceType?: WirelessGatewayServiceType;
4219
4219
  }
4220
4220
  /**
4221
4221
  * @public
@@ -4225,7 +4225,7 @@ export interface GetServiceEndpointResponse {
4225
4225
  * @public
4226
4226
  * <p>The endpoint's service type.</p>
4227
4227
  */
4228
- ServiceType?: WirelessGatewayServiceType | string;
4228
+ ServiceType?: WirelessGatewayServiceType;
4229
4229
  /**
4230
4230
  * @public
4231
4231
  * <p>The service endpoint value.</p>
@@ -4400,7 +4400,7 @@ export interface GetWirelessDeviceRequest {
4400
4400
  * @public
4401
4401
  * <p>The type of identifier used in <code>identifier</code>.</p>
4402
4402
  */
4403
- IdentifierType: WirelessDeviceIdType | string | undefined;
4403
+ IdentifierType: WirelessDeviceIdType | undefined;
4404
4404
  }
4405
4405
  /**
4406
4406
  * @public
@@ -4460,7 +4460,7 @@ export interface SidewalkDevice {
4460
4460
  * @public
4461
4461
  * <p>The Sidewalk device status, such as provisioned or registered.</p>
4462
4462
  */
4463
- Status?: WirelessDeviceSidewalkStatus | string;
4463
+ Status?: WirelessDeviceSidewalkStatus;
4464
4464
  }
4465
4465
  /**
4466
4466
  * @public
@@ -4470,7 +4470,7 @@ export interface GetWirelessDeviceResponse {
4470
4470
  * @public
4471
4471
  * <p>The wireless device type.</p>
4472
4472
  */
4473
- Type?: WirelessDeviceType | string;
4473
+ Type?: WirelessDeviceType;
4474
4474
  /**
4475
4475
  * @public
4476
4476
  * <p>The name of the resource.</p>
@@ -4522,7 +4522,7 @@ export interface GetWirelessDeviceResponse {
4522
4522
  * <p>FPort values for the GNSS, stream, and ClockSync functions of the positioning
4523
4523
  * information.</p>
4524
4524
  */
4525
- Positioning?: PositioningConfigStatus | string;
4525
+ Positioning?: PositioningConfigStatus;
4526
4526
  }
4527
4527
  /**
4528
4528
  * @public
@@ -4599,7 +4599,7 @@ export interface GetWirelessDeviceImportTaskResponse {
4599
4599
  * @public
4600
4600
  * <p>The import task status.</p>
4601
4601
  */
4602
- Status?: ImportTaskStatus | string;
4602
+ Status?: ImportTaskStatus;
4603
4603
  /**
4604
4604
  * @public
4605
4605
  * <p>The reason for the provided status information, such as a validation error that causes the import
@@ -4708,17 +4708,17 @@ export interface SidewalkDeviceMetadata {
4708
4708
  * @public
4709
4709
  * <p>Sidewalk device battery level.</p>
4710
4710
  */
4711
- BatteryLevel?: BatteryLevel | string;
4711
+ BatteryLevel?: BatteryLevel;
4712
4712
  /**
4713
4713
  * @public
4714
4714
  * <p>Sidewalk device status notification.</p>
4715
4715
  */
4716
- Event?: Event | string;
4716
+ Event?: Event;
4717
4717
  /**
4718
4718
  * @public
4719
4719
  * <p>Device state defines the device status of sidewalk device.</p>
4720
4720
  */
4721
- DeviceState?: DeviceState | string;
4721
+ DeviceState?: DeviceState;
4722
4722
  }
4723
4723
  /**
4724
4724
  * @public
@@ -4774,7 +4774,7 @@ export interface GetWirelessGatewayRequest {
4774
4774
  * @public
4775
4775
  * <p>The type of identifier used in <code>identifier</code>.</p>
4776
4776
  */
4777
- IdentifierType: WirelessGatewayIdType | string | undefined;
4777
+ IdentifierType: WirelessGatewayIdType | undefined;
4778
4778
  }
4779
4779
  /**
4780
4780
  * @public
@@ -4905,7 +4905,7 @@ export interface GetWirelessGatewayStatisticsResponse {
4905
4905
  * @public
4906
4906
  * <p>The connection status of the wireless gateway.</p>
4907
4907
  */
4908
- ConnectionStatus?: ConnectionStatus | string;
4908
+ ConnectionStatus?: ConnectionStatus;
4909
4909
  }
4910
4910
  /**
4911
4911
  * @public
@@ -4948,7 +4948,7 @@ export interface GetWirelessGatewayTaskResponse {
4948
4948
  * @public
4949
4949
  * <p>The status of the request.</p>
4950
4950
  */
4951
- Status?: WirelessGatewayTaskStatus | string;
4951
+ Status?: WirelessGatewayTaskStatus;
4952
4952
  }
4953
4953
  /**
4954
4954
  * @public
@@ -5015,7 +5015,7 @@ export interface ImportedSidewalkDevice {
5015
5015
  * @public
5016
5016
  * <p>The onboarding status of the Sidewalk device in the import task.</p>
5017
5017
  */
5018
- OnboardingStatus?: OnboardStatus | string;
5018
+ OnboardingStatus?: OnboardStatus;
5019
5019
  /**
5020
5020
  * @public
5021
5021
  * <p>The reason for the onboarding status information for the Sidewalk device.</p>
@@ -5091,7 +5091,7 @@ export interface ListDeviceProfilesRequest {
5091
5091
  * <p>A filter to list only device profiles that use this type, which can be <code>LoRaWAN</code>
5092
5092
  * or <code>Sidewalk</code>.</p>
5093
5093
  */
5094
- DeviceProfileType?: DeviceProfileType | string;
5094
+ DeviceProfileType?: DeviceProfileType;
5095
5095
  }
5096
5096
  /**
5097
5097
  * @public
@@ -5132,7 +5132,7 @@ export interface ListDevicesForWirelessDeviceImportTaskRequest {
5132
5132
  * @public
5133
5133
  * <p>The status of the devices in the import task.</p>
5134
5134
  */
5135
- Status?: OnboardStatus | string;
5135
+ Status?: OnboardStatus;
5136
5136
  }
5137
5137
  /**
5138
5138
  * @public
@@ -5164,7 +5164,7 @@ export interface ListEventConfigurationsRequest {
5164
5164
  * @public
5165
5165
  * <p>Resource type to filter event configurations.</p>
5166
5166
  */
5167
- ResourceType: EventNotificationResourceType | string | undefined;
5167
+ ResourceType: EventNotificationResourceType | undefined;
5168
5168
  /**
5169
5169
  * @public
5170
5170
  * <p>The maximum number of results to return in this operation.</p>
@@ -5422,7 +5422,7 @@ export interface ListPositionConfigurationsRequest {
5422
5422
  * @public
5423
5423
  * <p>Resource type for which position configurations are listed.</p>
5424
5424
  */
5425
- ResourceType?: PositionResourceType | string;
5425
+ ResourceType?: PositionResourceType;
5426
5426
  /**
5427
5427
  * @public
5428
5428
  * <p>The maximum number of results to return in this operation.</p>
@@ -5450,7 +5450,7 @@ export interface PositionConfigurationItem {
5450
5450
  * @public
5451
5451
  * <p>Resource type of the resource for the position configuration.</p>
5452
5452
  */
5453
- ResourceType?: PositionResourceType | string;
5453
+ ResourceType?: PositionResourceType;
5454
5454
  /**
5455
5455
  * @public
5456
5456
  * <p>The details of the positioning solver object used to compute the location.</p>
@@ -5504,7 +5504,7 @@ export interface ListQueuedMessagesRequest {
5504
5504
  * @public
5505
5505
  * <p>The wireless device type, whic can be either Sidewalk or LoRaWAN.</p>
5506
5506
  */
5507
- WirelessDeviceType?: WirelessDeviceType | string;
5507
+ WirelessDeviceType?: WirelessDeviceType;
5508
5508
  }
5509
5509
  /**
5510
5510
  * @public
@@ -5648,7 +5648,7 @@ export interface WirelessDeviceImportTask {
5648
5648
  * @public
5649
5649
  * <p>The status information of the wireless device import task.</p>
5650
5650
  */
5651
- Status?: ImportTaskStatus | string;
5651
+ Status?: ImportTaskStatus;
5652
5652
  /**
5653
5653
  * @public
5654
5654
  * <p>The reason that provides additional information about the import task status.</p>
@@ -5730,7 +5730,7 @@ export interface ListWirelessDevicesRequest {
5730
5730
  * @public
5731
5731
  * <p>A filter to list only the wireless devices that use this wireless device type.</p>
5732
5732
  */
5733
- WirelessDeviceType?: WirelessDeviceType | string;
5733
+ WirelessDeviceType?: WirelessDeviceType;
5734
5734
  /**
5735
5735
  * @public
5736
5736
  * <p>The ID of a FUOTA task.</p>