@aws-sdk/client-iot-wireless 3.78.0 → 3.81.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/CHANGELOG.md +27 -0
- package/dist-cjs/IoTWireless.js +90 -0
- package/dist-cjs/commands/CreateNetworkAnalyzerConfigurationCommand.js +36 -0
- package/dist-cjs/commands/DeleteNetworkAnalyzerConfigurationCommand.js +36 -0
- package/dist-cjs/commands/GetEventConfigurationByResourceTypesCommand.js +36 -0
- package/dist-cjs/commands/ListEventConfigurationsCommand.js +36 -0
- package/dist-cjs/commands/ListNetworkAnalyzerConfigurationsCommand.js +36 -0
- package/dist-cjs/commands/UpdateEventConfigurationByResourceTypesCommand.js +36 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/models_0.js +216 -38
- package/dist-cjs/pagination/ListNetworkAnalyzerConfigurationsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +743 -27
- package/dist-es/IoTWireless.js +90 -0
- package/dist-es/commands/CreateNetworkAnalyzerConfigurationCommand.js +39 -0
- package/dist-es/commands/DeleteNetworkAnalyzerConfigurationCommand.js +39 -0
- package/dist-es/commands/GetEventConfigurationByResourceTypesCommand.js +39 -0
- package/dist-es/commands/ListEventConfigurationsCommand.js +39 -0
- package/dist-es/commands/ListNetworkAnalyzerConfigurationsCommand.js +39 -0
- package/dist-es/commands/UpdateEventConfigurationByResourceTypesCommand.js +39 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +150 -28
- package/dist-es/pagination/ListNetworkAnalyzerConfigurationsPaginator.js +75 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +847 -27
- package/dist-types/IoTWireless.d.ts +46 -4
- package/dist-types/IoTWirelessClient.d.ts +8 -2
- package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +1 -1
- package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +35 -0
- package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ListEventConfigurationsCommand.d.ts +35 -0
- package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +35 -0
- package/dist-types/commands/ListQueuedMessagesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +35 -0
- package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +653 -79
- package/dist-types/pagination/ListNetworkAnalyzerConfigurationsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/IoTWireless.d.ts +30 -0
- package/dist-types/ts3.4/IoTWirelessClient.d.ts +8 -2
- package/dist-types/ts3.4/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEventConfigurationByResourceTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEventConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +361 -36
- package/dist-types/ts3.4/pagination/ListNetworkAnalyzerConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +18 -0
- package/package.json +8 -8
|
@@ -31,6 +31,10 @@ export interface AbpV1_0_x {
|
|
|
31
31
|
* <p>Session keys for ABP v1.0.x</p>
|
|
32
32
|
*/
|
|
33
33
|
SessionKeys?: SessionKeysAbpV1_0_x;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The FCnt init value.</p>
|
|
36
|
+
*/
|
|
37
|
+
FCntStart?: number;
|
|
34
38
|
}
|
|
35
39
|
export declare namespace AbpV1_0_x {
|
|
36
40
|
/**
|
|
@@ -77,6 +81,10 @@ export interface AbpV1_1 {
|
|
|
77
81
|
* <p>Session keys for ABP v1.1</p>
|
|
78
82
|
*/
|
|
79
83
|
SessionKeys?: SessionKeysAbpV1_1;
|
|
84
|
+
/**
|
|
85
|
+
* <p>The FCnt init value.</p>
|
|
86
|
+
*/
|
|
87
|
+
FCntStart?: number;
|
|
80
88
|
}
|
|
81
89
|
export declare namespace AbpV1_1 {
|
|
82
90
|
/**
|
|
@@ -446,6 +454,76 @@ export declare enum ConnectionStatus {
|
|
|
446
454
|
CONNECTED = "Connected",
|
|
447
455
|
DISCONNECTED = "Disconnected"
|
|
448
456
|
}
|
|
457
|
+
export declare enum EventNotificationTopicStatus {
|
|
458
|
+
Disabled = "Disabled",
|
|
459
|
+
Enabled = "Enabled"
|
|
460
|
+
}
|
|
461
|
+
/**
|
|
462
|
+
* <p>Object for LoRaWAN connection status resource type event configuration.</p>
|
|
463
|
+
*/
|
|
464
|
+
export interface LoRaWANConnectionStatusEventNotificationConfigurations {
|
|
465
|
+
/**
|
|
466
|
+
* <p>Enum to denote whether the gateway eui connection status event topic is enabled or disabled.</p>
|
|
467
|
+
*/
|
|
468
|
+
GatewayEuiEventTopic?: EventNotificationTopicStatus | string;
|
|
469
|
+
}
|
|
470
|
+
export declare namespace LoRaWANConnectionStatusEventNotificationConfigurations {
|
|
471
|
+
/**
|
|
472
|
+
* @internal
|
|
473
|
+
*/
|
|
474
|
+
const filterSensitiveLog: (obj: LoRaWANConnectionStatusEventNotificationConfigurations) => any;
|
|
475
|
+
}
|
|
476
|
+
/**
|
|
477
|
+
* <p>Connection status event configuration object for enabling or disabling topic.</p>
|
|
478
|
+
*/
|
|
479
|
+
export interface ConnectionStatusEventConfiguration {
|
|
480
|
+
/**
|
|
481
|
+
* <p>Connection status event configuration object for enabling or disabling LoRaWAN related event topics.</p>
|
|
482
|
+
*/
|
|
483
|
+
LoRaWAN?: LoRaWANConnectionStatusEventNotificationConfigurations;
|
|
484
|
+
/**
|
|
485
|
+
* <p>Enum to denote whether the wireless gateway id connection status event topic is enabled or disabled
|
|
486
|
+
* .</p>
|
|
487
|
+
*/
|
|
488
|
+
WirelessGatewayIdEventTopic?: EventNotificationTopicStatus | string;
|
|
489
|
+
}
|
|
490
|
+
export declare namespace ConnectionStatusEventConfiguration {
|
|
491
|
+
/**
|
|
492
|
+
* @internal
|
|
493
|
+
*/
|
|
494
|
+
const filterSensitiveLog: (obj: ConnectionStatusEventConfiguration) => any;
|
|
495
|
+
}
|
|
496
|
+
/**
|
|
497
|
+
* <p>Object for LoRaWAN connection status resource type event configuration.</p>
|
|
498
|
+
*/
|
|
499
|
+
export interface LoRaWANConnectionStatusResourceTypeEventConfiguration {
|
|
500
|
+
/**
|
|
501
|
+
* <p>Enum to denote whether the wireless gateway connection status event topic is enabled or disabled.</p>
|
|
502
|
+
*/
|
|
503
|
+
WirelessGatewayEventTopic?: EventNotificationTopicStatus | string;
|
|
504
|
+
}
|
|
505
|
+
export declare namespace LoRaWANConnectionStatusResourceTypeEventConfiguration {
|
|
506
|
+
/**
|
|
507
|
+
* @internal
|
|
508
|
+
*/
|
|
509
|
+
const filterSensitiveLog: (obj: LoRaWANConnectionStatusResourceTypeEventConfiguration) => any;
|
|
510
|
+
}
|
|
511
|
+
/**
|
|
512
|
+
* <p>Connection status resource type event configuration object for enabling or disabling topic.</p>
|
|
513
|
+
*/
|
|
514
|
+
export interface ConnectionStatusResourceTypeEventConfiguration {
|
|
515
|
+
/**
|
|
516
|
+
* <p>Connection status resource type event configuration object for enabling or disabling LoRaWAN related
|
|
517
|
+
* event topics.</p>
|
|
518
|
+
*/
|
|
519
|
+
LoRaWAN?: LoRaWANConnectionStatusResourceTypeEventConfiguration;
|
|
520
|
+
}
|
|
521
|
+
export declare namespace ConnectionStatusResourceTypeEventConfiguration {
|
|
522
|
+
/**
|
|
523
|
+
* @internal
|
|
524
|
+
*/
|
|
525
|
+
const filterSensitiveLog: (obj: ConnectionStatusResourceTypeEventConfiguration) => any;
|
|
526
|
+
}
|
|
449
527
|
export declare enum ExpressionType {
|
|
450
528
|
MqttTopic = "MqttTopic",
|
|
451
529
|
RuleName = "RuleName"
|
|
@@ -771,6 +849,88 @@ export declare namespace CreateMulticastGroupResponse {
|
|
|
771
849
|
*/
|
|
772
850
|
const filterSensitiveLog: (obj: CreateMulticastGroupResponse) => any;
|
|
773
851
|
}
|
|
852
|
+
export declare enum LogLevel {
|
|
853
|
+
DISABLED = "DISABLED",
|
|
854
|
+
ERROR = "ERROR",
|
|
855
|
+
INFO = "INFO"
|
|
856
|
+
}
|
|
857
|
+
export declare enum WirelessDeviceFrameInfo {
|
|
858
|
+
DISABLED = "DISABLED",
|
|
859
|
+
ENABLED = "ENABLED"
|
|
860
|
+
}
|
|
861
|
+
/**
|
|
862
|
+
* <p>Trace content for your wireless gateway and wireless device resources.</p>
|
|
863
|
+
*/
|
|
864
|
+
export interface TraceContent {
|
|
865
|
+
/**
|
|
866
|
+
* <p>FrameInfo of your wireless device resources for the trace content. Use FrameInfo to debug
|
|
867
|
+
* the communication between your LoRaWAN end devices and the network server.</p>
|
|
868
|
+
*/
|
|
869
|
+
WirelessDeviceFrameInfo?: WirelessDeviceFrameInfo | string;
|
|
870
|
+
/**
|
|
871
|
+
* <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display
|
|
872
|
+
* less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.</p>
|
|
873
|
+
*/
|
|
874
|
+
LogLevel?: LogLevel | string;
|
|
875
|
+
}
|
|
876
|
+
export declare namespace TraceContent {
|
|
877
|
+
/**
|
|
878
|
+
* @internal
|
|
879
|
+
*/
|
|
880
|
+
const filterSensitiveLog: (obj: TraceContent) => any;
|
|
881
|
+
}
|
|
882
|
+
export interface CreateNetworkAnalyzerConfigurationRequest {
|
|
883
|
+
/**
|
|
884
|
+
* <p>Name of the network analyzer configuration.</p>
|
|
885
|
+
*/
|
|
886
|
+
Name: string | undefined;
|
|
887
|
+
/**
|
|
888
|
+
* <p>Trace content for your wireless gateway and wireless device resources.</p>
|
|
889
|
+
*/
|
|
890
|
+
TraceContent?: TraceContent;
|
|
891
|
+
/**
|
|
892
|
+
* <p>Wireless device resources to add to the network analyzer configuration. Provide the <code>WirelessDeviceId</code> of the resource to add in the input array.</p>
|
|
893
|
+
*/
|
|
894
|
+
WirelessDevices?: string[];
|
|
895
|
+
/**
|
|
896
|
+
* <p>Wireless gateway resources to add to the network analyzer configuration. Provide the <code>WirelessGatewayId</code> of the resource to add in the input array.</p>
|
|
897
|
+
*/
|
|
898
|
+
WirelessGateways?: string[];
|
|
899
|
+
/**
|
|
900
|
+
* <p>The description of the new resource.</p>
|
|
901
|
+
*/
|
|
902
|
+
Description?: string;
|
|
903
|
+
/**
|
|
904
|
+
* <p>The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>
|
|
905
|
+
*/
|
|
906
|
+
Tags?: Tag[];
|
|
907
|
+
/**
|
|
908
|
+
* <p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.</p>
|
|
909
|
+
*/
|
|
910
|
+
ClientRequestToken?: string;
|
|
911
|
+
}
|
|
912
|
+
export declare namespace CreateNetworkAnalyzerConfigurationRequest {
|
|
913
|
+
/**
|
|
914
|
+
* @internal
|
|
915
|
+
*/
|
|
916
|
+
const filterSensitiveLog: (obj: CreateNetworkAnalyzerConfigurationRequest) => any;
|
|
917
|
+
}
|
|
918
|
+
export interface CreateNetworkAnalyzerConfigurationResponse {
|
|
919
|
+
/**
|
|
920
|
+
* <p>The Amazon Resource Name of the new resource.</p>
|
|
921
|
+
*/
|
|
922
|
+
Arn?: string;
|
|
923
|
+
/**
|
|
924
|
+
* <p>Name of the network analyzer configuration.</p>
|
|
925
|
+
*/
|
|
926
|
+
Name?: string;
|
|
927
|
+
}
|
|
928
|
+
export declare namespace CreateNetworkAnalyzerConfigurationResponse {
|
|
929
|
+
/**
|
|
930
|
+
* @internal
|
|
931
|
+
*/
|
|
932
|
+
const filterSensitiveLog: (obj: CreateNetworkAnalyzerConfigurationResponse) => any;
|
|
933
|
+
}
|
|
774
934
|
/**
|
|
775
935
|
* <p>LoRaWANServiceProfile object.</p>
|
|
776
936
|
*/
|
|
@@ -1306,17 +1466,39 @@ export declare namespace DeleteMulticastGroupResponse {
|
|
|
1306
1466
|
*/
|
|
1307
1467
|
const filterSensitiveLog: (obj: DeleteMulticastGroupResponse) => any;
|
|
1308
1468
|
}
|
|
1469
|
+
export interface DeleteNetworkAnalyzerConfigurationRequest {
|
|
1470
|
+
/**
|
|
1471
|
+
* <p>Name of the network analyzer configuration.</p>
|
|
1472
|
+
*/
|
|
1473
|
+
ConfigurationName: string | undefined;
|
|
1474
|
+
}
|
|
1475
|
+
export declare namespace DeleteNetworkAnalyzerConfigurationRequest {
|
|
1476
|
+
/**
|
|
1477
|
+
* @internal
|
|
1478
|
+
*/
|
|
1479
|
+
const filterSensitiveLog: (obj: DeleteNetworkAnalyzerConfigurationRequest) => any;
|
|
1480
|
+
}
|
|
1481
|
+
export interface DeleteNetworkAnalyzerConfigurationResponse {
|
|
1482
|
+
}
|
|
1483
|
+
export declare namespace DeleteNetworkAnalyzerConfigurationResponse {
|
|
1484
|
+
/**
|
|
1485
|
+
* @internal
|
|
1486
|
+
*/
|
|
1487
|
+
const filterSensitiveLog: (obj: DeleteNetworkAnalyzerConfigurationResponse) => any;
|
|
1488
|
+
}
|
|
1309
1489
|
export interface DeleteQueuedMessagesRequest {
|
|
1310
1490
|
/**
|
|
1311
|
-
* <p>
|
|
1491
|
+
* <p>The ID of a given wireless device for which downlink messages will be deleted.</p>
|
|
1312
1492
|
*/
|
|
1313
1493
|
Id: string | undefined;
|
|
1314
1494
|
/**
|
|
1315
|
-
* <p>
|
|
1495
|
+
* <p>If message ID is <code>"*"</code>, it cleares the entire downlink queue for a given
|
|
1496
|
+
* device, specified by the wireless device ID. Otherwise, the downlink message with the
|
|
1497
|
+
* specified message ID will be deleted.</p>
|
|
1316
1498
|
*/
|
|
1317
1499
|
MessageId: string | undefined;
|
|
1318
1500
|
/**
|
|
1319
|
-
* <p>The wireless device type,
|
|
1501
|
+
* <p>The wireless device type, which can be either Sidewalk or LoRaWAN.</p>
|
|
1320
1502
|
*/
|
|
1321
1503
|
WirelessDeviceType?: WirelessDeviceType | string;
|
|
1322
1504
|
}
|
|
@@ -1492,10 +1674,6 @@ export declare namespace DeviceProfile {
|
|
|
1492
1674
|
*/
|
|
1493
1675
|
const filterSensitiveLog: (obj: DeviceProfile) => any;
|
|
1494
1676
|
}
|
|
1495
|
-
export declare enum EventNotificationTopicStatus {
|
|
1496
|
-
Disabled = "Disabled",
|
|
1497
|
-
Enabled = "Enabled"
|
|
1498
|
-
}
|
|
1499
1677
|
/**
|
|
1500
1678
|
* <p> SidewalkEventNotificationConfigurations object
|
|
1501
1679
|
* Event configuration object for Sidewalk related event topics.</p>
|
|
@@ -1521,6 +1699,10 @@ export interface DeviceRegistrationStateEventConfiguration {
|
|
|
1521
1699
|
* topics.</p>
|
|
1522
1700
|
*/
|
|
1523
1701
|
Sidewalk?: SidewalkEventNotificationConfigurations;
|
|
1702
|
+
/**
|
|
1703
|
+
* <p>Enum to denote whether the wireless device id device registration state event topic is enabled or disabled.</p>
|
|
1704
|
+
*/
|
|
1705
|
+
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | string;
|
|
1524
1706
|
}
|
|
1525
1707
|
export declare namespace DeviceRegistrationStateEventConfiguration {
|
|
1526
1708
|
/**
|
|
@@ -1528,6 +1710,37 @@ export declare namespace DeviceRegistrationStateEventConfiguration {
|
|
|
1528
1710
|
*/
|
|
1529
1711
|
const filterSensitiveLog: (obj: DeviceRegistrationStateEventConfiguration) => any;
|
|
1530
1712
|
}
|
|
1713
|
+
/**
|
|
1714
|
+
* <p>Sidewalk resource type event configuration object for enabling or disabling topic.</p>
|
|
1715
|
+
*/
|
|
1716
|
+
export interface SidewalkResourceTypeEventConfiguration {
|
|
1717
|
+
/**
|
|
1718
|
+
* <p>Enum to denote whether the wireless device join event topic is enabled or disabled.</p>
|
|
1719
|
+
*/
|
|
1720
|
+
WirelessDeviceEventTopic?: EventNotificationTopicStatus | string;
|
|
1721
|
+
}
|
|
1722
|
+
export declare namespace SidewalkResourceTypeEventConfiguration {
|
|
1723
|
+
/**
|
|
1724
|
+
* @internal
|
|
1725
|
+
*/
|
|
1726
|
+
const filterSensitiveLog: (obj: SidewalkResourceTypeEventConfiguration) => any;
|
|
1727
|
+
}
|
|
1728
|
+
/**
|
|
1729
|
+
* <p>Device registration state resource type event configuration object for enabling or disabling topic.</p>
|
|
1730
|
+
*/
|
|
1731
|
+
export interface DeviceRegistrationStateResourceTypeEventConfiguration {
|
|
1732
|
+
/**
|
|
1733
|
+
* <p>Device registration resource type state event configuration object for enabling or disabling Sidewalk
|
|
1734
|
+
* related event topics.</p>
|
|
1735
|
+
*/
|
|
1736
|
+
Sidewalk?: SidewalkResourceTypeEventConfiguration;
|
|
1737
|
+
}
|
|
1738
|
+
export declare namespace DeviceRegistrationStateResourceTypeEventConfiguration {
|
|
1739
|
+
/**
|
|
1740
|
+
* @internal
|
|
1741
|
+
*/
|
|
1742
|
+
const filterSensitiveLog: (obj: DeviceRegistrationStateResourceTypeEventConfiguration) => any;
|
|
1743
|
+
}
|
|
1531
1744
|
export declare enum DeviceState {
|
|
1532
1745
|
PROVISIONED = "Provisioned",
|
|
1533
1746
|
REGISTEREDNOTSEEN = "RegisteredNotSeen",
|
|
@@ -1709,19 +1922,21 @@ export declare namespace LoRaWANSendDataToDevice {
|
|
|
1709
1922
|
const filterSensitiveLog: (obj: LoRaWANSendDataToDevice) => any;
|
|
1710
1923
|
}
|
|
1711
1924
|
/**
|
|
1712
|
-
* <p>The message in downlink queue.</p>
|
|
1925
|
+
* <p>The message in the downlink queue.</p>
|
|
1713
1926
|
*/
|
|
1714
1927
|
export interface DownlinkQueueMessage {
|
|
1715
1928
|
/**
|
|
1716
|
-
* <p> The
|
|
1929
|
+
* <p> The message ID assigned by IoT Wireless to each downlink message, which helps identify the
|
|
1930
|
+
* message.</p>
|
|
1717
1931
|
*/
|
|
1718
1932
|
MessageId?: string;
|
|
1719
1933
|
/**
|
|
1720
|
-
* <p>The transmit mode to use
|
|
1934
|
+
* <p>The transmit mode to use for sending data to the wireless device. This can be <code>0</code> for UM (unacknowledge mode)
|
|
1935
|
+
* or <code>1</code> for AM (acknowledge mode).</p>
|
|
1721
1936
|
*/
|
|
1722
1937
|
TransmitMode?: number;
|
|
1723
1938
|
/**
|
|
1724
|
-
* <p>The
|
|
1939
|
+
* <p>The time at which Iot Wireless received the downlink message.</p>
|
|
1725
1940
|
*/
|
|
1726
1941
|
ReceivedAt?: string;
|
|
1727
1942
|
/**
|
|
@@ -1742,9 +1957,128 @@ export declare enum Event {
|
|
|
1742
1957
|
NACK = "nack",
|
|
1743
1958
|
PASSTHROUGH = "passthrough"
|
|
1744
1959
|
}
|
|
1960
|
+
/**
|
|
1961
|
+
* <p>Object for LoRaWAN join resource type event configuration.</p>
|
|
1962
|
+
*/
|
|
1963
|
+
export interface LoRaWANJoinEventNotificationConfigurations {
|
|
1964
|
+
/**
|
|
1965
|
+
* <p>Enum to denote whether the dev eui join event topic is enabled or disabled.</p>
|
|
1966
|
+
*/
|
|
1967
|
+
DevEuiEventTopic?: EventNotificationTopicStatus | string;
|
|
1968
|
+
}
|
|
1969
|
+
export declare namespace LoRaWANJoinEventNotificationConfigurations {
|
|
1970
|
+
/**
|
|
1971
|
+
* @internal
|
|
1972
|
+
*/
|
|
1973
|
+
const filterSensitiveLog: (obj: LoRaWANJoinEventNotificationConfigurations) => any;
|
|
1974
|
+
}
|
|
1975
|
+
/**
|
|
1976
|
+
* <p>Join event configuration object for enabling or disabling topic.</p>
|
|
1977
|
+
*/
|
|
1978
|
+
export interface JoinEventConfiguration {
|
|
1979
|
+
/**
|
|
1980
|
+
* <p>Join event configuration object for enabling or disabling LoRaWAN related event topics.</p>
|
|
1981
|
+
*/
|
|
1982
|
+
LoRaWAN?: LoRaWANJoinEventNotificationConfigurations;
|
|
1983
|
+
/**
|
|
1984
|
+
* <p>Enum to denote whether the wireless device id join event topic is enabled or disabled.</p>
|
|
1985
|
+
*/
|
|
1986
|
+
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | string;
|
|
1987
|
+
}
|
|
1988
|
+
export declare namespace JoinEventConfiguration {
|
|
1989
|
+
/**
|
|
1990
|
+
* @internal
|
|
1991
|
+
*/
|
|
1992
|
+
const filterSensitiveLog: (obj: JoinEventConfiguration) => any;
|
|
1993
|
+
}
|
|
1994
|
+
/**
|
|
1995
|
+
* <p>Proximity event configuration object for enabling and disabling relevant topics.</p>
|
|
1996
|
+
*/
|
|
1997
|
+
export interface ProximityEventConfiguration {
|
|
1998
|
+
/**
|
|
1999
|
+
* <p>Proximity event configuration object for enabling or disabling Sidewalk related event topics.</p>
|
|
2000
|
+
*/
|
|
2001
|
+
Sidewalk?: SidewalkEventNotificationConfigurations;
|
|
2002
|
+
/**
|
|
2003
|
+
* <p>Enum to denote whether the wireless device id proximity event topic is enabled or disabled.</p>
|
|
2004
|
+
*/
|
|
2005
|
+
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus | string;
|
|
2006
|
+
}
|
|
2007
|
+
export declare namespace ProximityEventConfiguration {
|
|
2008
|
+
/**
|
|
2009
|
+
* @internal
|
|
2010
|
+
*/
|
|
2011
|
+
const filterSensitiveLog: (obj: ProximityEventConfiguration) => any;
|
|
2012
|
+
}
|
|
2013
|
+
/**
|
|
2014
|
+
* <p>Object of all event configurations and the status of the event topics.</p>
|
|
2015
|
+
*/
|
|
2016
|
+
export interface EventNotificationItemConfigurations {
|
|
2017
|
+
/**
|
|
2018
|
+
* <p>Device registration state event configuration for an event configuration item.</p>
|
|
2019
|
+
*/
|
|
2020
|
+
DeviceRegistrationState?: DeviceRegistrationStateEventConfiguration;
|
|
2021
|
+
/**
|
|
2022
|
+
* <p>Proximity event configuration for an event configuration item.</p>
|
|
2023
|
+
*/
|
|
2024
|
+
Proximity?: ProximityEventConfiguration;
|
|
2025
|
+
/**
|
|
2026
|
+
* <p>Join event configuration for an event configuration item.</p>
|
|
2027
|
+
*/
|
|
2028
|
+
Join?: JoinEventConfiguration;
|
|
2029
|
+
/**
|
|
2030
|
+
* <p>Connection status event configuration for an event configuration item.</p>
|
|
2031
|
+
*/
|
|
2032
|
+
ConnectionStatus?: ConnectionStatusEventConfiguration;
|
|
2033
|
+
}
|
|
2034
|
+
export declare namespace EventNotificationItemConfigurations {
|
|
2035
|
+
/**
|
|
2036
|
+
* @internal
|
|
2037
|
+
*/
|
|
2038
|
+
const filterSensitiveLog: (obj: EventNotificationItemConfigurations) => any;
|
|
2039
|
+
}
|
|
2040
|
+
export declare enum IdentifierType {
|
|
2041
|
+
DevEui = "DevEui",
|
|
2042
|
+
GatewayEui = "GatewayEui",
|
|
2043
|
+
PartnerAccountId = "PartnerAccountId",
|
|
2044
|
+
WirelessDeviceId = "WirelessDeviceId",
|
|
2045
|
+
WirelessGatewayId = "WirelessGatewayId"
|
|
2046
|
+
}
|
|
1745
2047
|
export declare enum EventNotificationPartnerType {
|
|
1746
2048
|
Sidewalk = "Sidewalk"
|
|
1747
2049
|
}
|
|
2050
|
+
/**
|
|
2051
|
+
* <p>Event configuration object for a single resource.</p>
|
|
2052
|
+
*/
|
|
2053
|
+
export interface EventConfigurationItem {
|
|
2054
|
+
/**
|
|
2055
|
+
* <p>Resource identifier opted in for event messaging.</p>
|
|
2056
|
+
*/
|
|
2057
|
+
Identifier?: string;
|
|
2058
|
+
/**
|
|
2059
|
+
* <p>Identifier type of the particular resource identifier for event configuration.</p>
|
|
2060
|
+
*/
|
|
2061
|
+
IdentifierType?: IdentifierType | string;
|
|
2062
|
+
/**
|
|
2063
|
+
* <p>Partner type of the resource if the identifier type is PartnerAccountId.</p>
|
|
2064
|
+
*/
|
|
2065
|
+
PartnerType?: EventNotificationPartnerType | string;
|
|
2066
|
+
/**
|
|
2067
|
+
* <p>Object of all event configurations and the status of the event topics.</p>
|
|
2068
|
+
*/
|
|
2069
|
+
Events?: EventNotificationItemConfigurations;
|
|
2070
|
+
}
|
|
2071
|
+
export declare namespace EventConfigurationItem {
|
|
2072
|
+
/**
|
|
2073
|
+
* @internal
|
|
2074
|
+
*/
|
|
2075
|
+
const filterSensitiveLog: (obj: EventConfigurationItem) => any;
|
|
2076
|
+
}
|
|
2077
|
+
export declare enum EventNotificationResourceType {
|
|
2078
|
+
SidewalkAccount = "SidewalkAccount",
|
|
2079
|
+
WirelessDevice = "WirelessDevice",
|
|
2080
|
+
WirelessGateway = "WirelessGateway"
|
|
2081
|
+
}
|
|
1748
2082
|
export declare enum FuotaDeviceStatus {
|
|
1749
2083
|
FragAlgo_unsupported = "FragAlgo_unsupported",
|
|
1750
2084
|
FragIndex_unsupported = "FragIndex_unsupported",
|
|
@@ -1868,6 +2202,84 @@ export declare namespace GetDeviceProfileResponse {
|
|
|
1868
2202
|
*/
|
|
1869
2203
|
const filterSensitiveLog: (obj: GetDeviceProfileResponse) => any;
|
|
1870
2204
|
}
|
|
2205
|
+
export interface GetEventConfigurationByResourceTypesRequest {
|
|
2206
|
+
}
|
|
2207
|
+
export declare namespace GetEventConfigurationByResourceTypesRequest {
|
|
2208
|
+
/**
|
|
2209
|
+
* @internal
|
|
2210
|
+
*/
|
|
2211
|
+
const filterSensitiveLog: (obj: GetEventConfigurationByResourceTypesRequest) => any;
|
|
2212
|
+
}
|
|
2213
|
+
/**
|
|
2214
|
+
* <p>Object for LoRaWAN join resource type event configuration.</p>
|
|
2215
|
+
*/
|
|
2216
|
+
export interface LoRaWANJoinResourceTypeEventConfiguration {
|
|
2217
|
+
/**
|
|
2218
|
+
* <p>Enum to denote whether the wireless device join event topic is enabled or disabled.</p>
|
|
2219
|
+
*/
|
|
2220
|
+
WirelessDeviceEventTopic?: EventNotificationTopicStatus | string;
|
|
2221
|
+
}
|
|
2222
|
+
export declare namespace LoRaWANJoinResourceTypeEventConfiguration {
|
|
2223
|
+
/**
|
|
2224
|
+
* @internal
|
|
2225
|
+
*/
|
|
2226
|
+
const filterSensitiveLog: (obj: LoRaWANJoinResourceTypeEventConfiguration) => any;
|
|
2227
|
+
}
|
|
2228
|
+
/**
|
|
2229
|
+
* <p>Join resource type event configuration object for enabling or disabling topic.</p>
|
|
2230
|
+
*/
|
|
2231
|
+
export interface JoinResourceTypeEventConfiguration {
|
|
2232
|
+
/**
|
|
2233
|
+
* <p>Join resource type event configuration object for enabling or disabling LoRaWAN related
|
|
2234
|
+
* event topics.</p>
|
|
2235
|
+
*/
|
|
2236
|
+
LoRaWAN?: LoRaWANJoinResourceTypeEventConfiguration;
|
|
2237
|
+
}
|
|
2238
|
+
export declare namespace JoinResourceTypeEventConfiguration {
|
|
2239
|
+
/**
|
|
2240
|
+
* @internal
|
|
2241
|
+
*/
|
|
2242
|
+
const filterSensitiveLog: (obj: JoinResourceTypeEventConfiguration) => any;
|
|
2243
|
+
}
|
|
2244
|
+
/**
|
|
2245
|
+
* <p>Proximity resource type event configuration object for enabling or disabling topic.</p>
|
|
2246
|
+
*/
|
|
2247
|
+
export interface ProximityResourceTypeEventConfiguration {
|
|
2248
|
+
/**
|
|
2249
|
+
* <p>Proximity resource type event configuration object for enabling and disabling wireless device topic.</p>
|
|
2250
|
+
*/
|
|
2251
|
+
Sidewalk?: SidewalkResourceTypeEventConfiguration;
|
|
2252
|
+
}
|
|
2253
|
+
export declare namespace ProximityResourceTypeEventConfiguration {
|
|
2254
|
+
/**
|
|
2255
|
+
* @internal
|
|
2256
|
+
*/
|
|
2257
|
+
const filterSensitiveLog: (obj: ProximityResourceTypeEventConfiguration) => any;
|
|
2258
|
+
}
|
|
2259
|
+
export interface GetEventConfigurationByResourceTypesResponse {
|
|
2260
|
+
/**
|
|
2261
|
+
* <p>Resource type event configuration for the device registration state event</p>
|
|
2262
|
+
*/
|
|
2263
|
+
DeviceRegistrationState?: DeviceRegistrationStateResourceTypeEventConfiguration;
|
|
2264
|
+
/**
|
|
2265
|
+
* <p>Resource type event configuration for the proximity event</p>
|
|
2266
|
+
*/
|
|
2267
|
+
Proximity?: ProximityResourceTypeEventConfiguration;
|
|
2268
|
+
/**
|
|
2269
|
+
* <p>Resource type event configuration for the join event</p>
|
|
2270
|
+
*/
|
|
2271
|
+
Join?: JoinResourceTypeEventConfiguration;
|
|
2272
|
+
/**
|
|
2273
|
+
* <p>Resource type event configuration for the connection status event</p>
|
|
2274
|
+
*/
|
|
2275
|
+
ConnectionStatus?: ConnectionStatusResourceTypeEventConfiguration;
|
|
2276
|
+
}
|
|
2277
|
+
export declare namespace GetEventConfigurationByResourceTypesResponse {
|
|
2278
|
+
/**
|
|
2279
|
+
* @internal
|
|
2280
|
+
*/
|
|
2281
|
+
const filterSensitiveLog: (obj: GetEventConfigurationByResourceTypesResponse) => any;
|
|
2282
|
+
}
|
|
1871
2283
|
export interface GetFuotaTaskRequest {
|
|
1872
2284
|
/**
|
|
1873
2285
|
* <p>The ID of a FUOTA task.</p>
|
|
@@ -1951,11 +2363,6 @@ export declare namespace GetLogLevelsByResourceTypesRequest {
|
|
|
1951
2363
|
*/
|
|
1952
2364
|
const filterSensitiveLog: (obj: GetLogLevelsByResourceTypesRequest) => any;
|
|
1953
2365
|
}
|
|
1954
|
-
export declare enum LogLevel {
|
|
1955
|
-
DISABLED = "DISABLED",
|
|
1956
|
-
ERROR = "ERROR",
|
|
1957
|
-
INFO = "INFO"
|
|
1958
|
-
}
|
|
1959
2366
|
export declare enum WirelessDeviceEvent {
|
|
1960
2367
|
Downlink_Data = "Downlink_Data",
|
|
1961
2368
|
Join = "Join",
|
|
@@ -1975,7 +2382,8 @@ export interface WirelessDeviceEventLogOption {
|
|
|
1975
2382
|
*/
|
|
1976
2383
|
Event: WirelessDeviceEvent | string | undefined;
|
|
1977
2384
|
/**
|
|
1978
|
-
* <p>The log level for a log message
|
|
2385
|
+
* <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display
|
|
2386
|
+
* less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.</p>
|
|
1979
2387
|
*/
|
|
1980
2388
|
LogLevel: LogLevel | string | undefined;
|
|
1981
2389
|
}
|
|
@@ -1994,7 +2402,8 @@ export interface WirelessDeviceLogOption {
|
|
|
1994
2402
|
*/
|
|
1995
2403
|
Type: WirelessDeviceType | string | undefined;
|
|
1996
2404
|
/**
|
|
1997
|
-
* <p>The log level for a log message
|
|
2405
|
+
* <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display
|
|
2406
|
+
* less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.</p>
|
|
1998
2407
|
*/
|
|
1999
2408
|
LogLevel: LogLevel | string | undefined;
|
|
2000
2409
|
/**
|
|
@@ -2022,7 +2431,8 @@ export interface WirelessGatewayEventLogOption {
|
|
|
2022
2431
|
*/
|
|
2023
2432
|
Event: WirelessGatewayEvent | string | undefined;
|
|
2024
2433
|
/**
|
|
2025
|
-
* <p>The log level for a log message
|
|
2434
|
+
* <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display
|
|
2435
|
+
* less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.</p>
|
|
2026
2436
|
*/
|
|
2027
2437
|
LogLevel: LogLevel | string | undefined;
|
|
2028
2438
|
}
|
|
@@ -2044,7 +2454,8 @@ export interface WirelessGatewayLogOption {
|
|
|
2044
2454
|
*/
|
|
2045
2455
|
Type: WirelessGatewayType | string | undefined;
|
|
2046
2456
|
/**
|
|
2047
|
-
* <p>The log level for a log message
|
|
2457
|
+
* <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display
|
|
2458
|
+
* less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.</p>
|
|
2048
2459
|
*/
|
|
2049
2460
|
LogLevel: LogLevel | string | undefined;
|
|
2050
2461
|
/**
|
|
@@ -2060,7 +2471,8 @@ export declare namespace WirelessGatewayLogOption {
|
|
|
2060
2471
|
}
|
|
2061
2472
|
export interface GetLogLevelsByResourceTypesResponse {
|
|
2062
2473
|
/**
|
|
2063
|
-
* <p>The log level for a log message
|
|
2474
|
+
* <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display
|
|
2475
|
+
* less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.</p>
|
|
2064
2476
|
*/
|
|
2065
2477
|
DefaultLogLevel?: LogLevel | string;
|
|
2066
2478
|
/**
|
|
@@ -2206,7 +2618,7 @@ export declare namespace GetMulticastGroupSessionResponse {
|
|
|
2206
2618
|
}
|
|
2207
2619
|
export interface GetNetworkAnalyzerConfigurationRequest {
|
|
2208
2620
|
/**
|
|
2209
|
-
* <p>
|
|
2621
|
+
* <p>Name of the network analyzer configuration.</p>
|
|
2210
2622
|
*/
|
|
2211
2623
|
ConfigurationName: string | undefined;
|
|
2212
2624
|
}
|
|
@@ -2216,42 +2628,31 @@ export declare namespace GetNetworkAnalyzerConfigurationRequest {
|
|
|
2216
2628
|
*/
|
|
2217
2629
|
const filterSensitiveLog: (obj: GetNetworkAnalyzerConfigurationRequest) => any;
|
|
2218
2630
|
}
|
|
2219
|
-
export
|
|
2220
|
-
DISABLED = "DISABLED",
|
|
2221
|
-
ENABLED = "ENABLED"
|
|
2222
|
-
}
|
|
2223
|
-
/**
|
|
2224
|
-
* <p>Trace Content for resources.</p>
|
|
2225
|
-
*/
|
|
2226
|
-
export interface TraceContent {
|
|
2631
|
+
export interface GetNetworkAnalyzerConfigurationResponse {
|
|
2227
2632
|
/**
|
|
2228
|
-
* <p>
|
|
2633
|
+
* <p>Trace content for your wireless gateway and wireless device resources.</p>
|
|
2229
2634
|
*/
|
|
2230
|
-
|
|
2635
|
+
TraceContent?: TraceContent;
|
|
2231
2636
|
/**
|
|
2232
|
-
* <p>
|
|
2637
|
+
* <p>List of wireless gateway resources that have been added to the network analyzer configuration.</p>
|
|
2233
2638
|
*/
|
|
2234
|
-
|
|
2235
|
-
}
|
|
2236
|
-
export declare namespace TraceContent {
|
|
2639
|
+
WirelessDevices?: string[];
|
|
2237
2640
|
/**
|
|
2238
|
-
*
|
|
2641
|
+
* <p>List of wireless gateway resources that have been added to the network analyzer configuration.</p>
|
|
2239
2642
|
*/
|
|
2240
|
-
|
|
2241
|
-
}
|
|
2242
|
-
export interface GetNetworkAnalyzerConfigurationResponse {
|
|
2643
|
+
WirelessGateways?: string[];
|
|
2243
2644
|
/**
|
|
2244
|
-
* <p>
|
|
2645
|
+
* <p>The description of the new resource.</p>
|
|
2245
2646
|
*/
|
|
2246
|
-
|
|
2647
|
+
Description?: string;
|
|
2247
2648
|
/**
|
|
2248
|
-
* <p>
|
|
2649
|
+
* <p>The Amazon Resource Name of the new resource.</p>
|
|
2249
2650
|
*/
|
|
2250
|
-
|
|
2651
|
+
Arn?: string;
|
|
2251
2652
|
/**
|
|
2252
|
-
* <p>
|
|
2653
|
+
* <p>Name of the network analyzer configuration.</p>
|
|
2253
2654
|
*/
|
|
2254
|
-
|
|
2655
|
+
Name?: string;
|
|
2255
2656
|
}
|
|
2256
2657
|
export declare namespace GetNetworkAnalyzerConfigurationResponse {
|
|
2257
2658
|
/**
|
|
@@ -2314,9 +2715,6 @@ export declare namespace GetPartnerAccountResponse {
|
|
|
2314
2715
|
*/
|
|
2315
2716
|
const filterSensitiveLog: (obj: GetPartnerAccountResponse) => any;
|
|
2316
2717
|
}
|
|
2317
|
-
export declare enum IdentifierType {
|
|
2318
|
-
PartnerAccountId = "PartnerAccountId"
|
|
2319
|
-
}
|
|
2320
2718
|
export interface GetResourceEventConfigurationRequest {
|
|
2321
2719
|
/**
|
|
2322
2720
|
* <p>Resource identifier to opt in for event messaging.</p>
|
|
@@ -2337,21 +2735,6 @@ export declare namespace GetResourceEventConfigurationRequest {
|
|
|
2337
2735
|
*/
|
|
2338
2736
|
const filterSensitiveLog: (obj: GetResourceEventConfigurationRequest) => any;
|
|
2339
2737
|
}
|
|
2340
|
-
/**
|
|
2341
|
-
* <p>Proximity event configuration object for enabling and disabling relevant topics.</p>
|
|
2342
|
-
*/
|
|
2343
|
-
export interface ProximityEventConfiguration {
|
|
2344
|
-
/**
|
|
2345
|
-
* <p>Proximity event configuration object for enabling or disabling Sidewalk related event topics.</p>
|
|
2346
|
-
*/
|
|
2347
|
-
Sidewalk?: SidewalkEventNotificationConfigurations;
|
|
2348
|
-
}
|
|
2349
|
-
export declare namespace ProximityEventConfiguration {
|
|
2350
|
-
/**
|
|
2351
|
-
* @internal
|
|
2352
|
-
*/
|
|
2353
|
-
const filterSensitiveLog: (obj: ProximityEventConfiguration) => any;
|
|
2354
|
-
}
|
|
2355
2738
|
export interface GetResourceEventConfigurationResponse {
|
|
2356
2739
|
/**
|
|
2357
2740
|
* <p>Event configuration for the device registration state event</p>
|
|
@@ -2361,6 +2744,14 @@ export interface GetResourceEventConfigurationResponse {
|
|
|
2361
2744
|
* <p>Event configuration for the Proximity event</p>
|
|
2362
2745
|
*/
|
|
2363
2746
|
Proximity?: ProximityEventConfiguration;
|
|
2747
|
+
/**
|
|
2748
|
+
* <p>Event configuration for the join event.</p>
|
|
2749
|
+
*/
|
|
2750
|
+
Join?: JoinEventConfiguration;
|
|
2751
|
+
/**
|
|
2752
|
+
* <p>Event configuration for the connection status event.</p>
|
|
2753
|
+
*/
|
|
2754
|
+
ConnectionStatus?: ConnectionStatusEventConfiguration;
|
|
2364
2755
|
}
|
|
2365
2756
|
export declare namespace GetResourceEventConfigurationResponse {
|
|
2366
2757
|
/**
|
|
@@ -2387,7 +2778,8 @@ export declare namespace GetResourceLogLevelRequest {
|
|
|
2387
2778
|
}
|
|
2388
2779
|
export interface GetResourceLogLevelResponse {
|
|
2389
2780
|
/**
|
|
2390
|
-
* <p>The log level for a log message
|
|
2781
|
+
* <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display
|
|
2782
|
+
* less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.</p>
|
|
2391
2783
|
*/
|
|
2392
2784
|
LogLevel?: LogLevel | string;
|
|
2393
2785
|
}
|
|
@@ -2403,7 +2795,9 @@ export declare enum WirelessGatewayServiceType {
|
|
|
2403
2795
|
}
|
|
2404
2796
|
export interface GetServiceEndpointRequest {
|
|
2405
2797
|
/**
|
|
2406
|
-
* <p>The service type for which to get endpoint information about. Can be <code>CUPS</code> for the
|
|
2798
|
+
* <p>The service type for which to get endpoint information about. Can be <code>CUPS</code> for the
|
|
2799
|
+
* Configuration and Update Server endpoint, or <code>LNS</code> for the LoRaWAN Network Server endpoint or
|
|
2800
|
+
* <code>CLAIM</code> for the global endpoint.</p>
|
|
2407
2801
|
*/
|
|
2408
2802
|
ServiceType?: WirelessGatewayServiceType | string;
|
|
2409
2803
|
}
|
|
@@ -3070,6 +3464,44 @@ export declare namespace ListDeviceProfilesResponse {
|
|
|
3070
3464
|
*/
|
|
3071
3465
|
const filterSensitiveLog: (obj: ListDeviceProfilesResponse) => any;
|
|
3072
3466
|
}
|
|
3467
|
+
export interface ListEventConfigurationsRequest {
|
|
3468
|
+
/**
|
|
3469
|
+
* <p>Resource type to filter event configurations.</p>
|
|
3470
|
+
*/
|
|
3471
|
+
ResourceType: EventNotificationResourceType | string | undefined;
|
|
3472
|
+
/**
|
|
3473
|
+
* <p>The maximum number of results to return in this operation.</p>
|
|
3474
|
+
*/
|
|
3475
|
+
MaxResults?: number;
|
|
3476
|
+
/**
|
|
3477
|
+
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response;
|
|
3478
|
+
* otherwise <b>null</b> to receive the first set of results.</p>
|
|
3479
|
+
*/
|
|
3480
|
+
NextToken?: string;
|
|
3481
|
+
}
|
|
3482
|
+
export declare namespace ListEventConfigurationsRequest {
|
|
3483
|
+
/**
|
|
3484
|
+
* @internal
|
|
3485
|
+
*/
|
|
3486
|
+
const filterSensitiveLog: (obj: ListEventConfigurationsRequest) => any;
|
|
3487
|
+
}
|
|
3488
|
+
export interface ListEventConfigurationsResponse {
|
|
3489
|
+
/**
|
|
3490
|
+
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response;
|
|
3491
|
+
* otherwise <b>null</b> to receive the first set of results.</p>
|
|
3492
|
+
*/
|
|
3493
|
+
NextToken?: string;
|
|
3494
|
+
/**
|
|
3495
|
+
* <p>Event configurations of all events for a single resource.</p>
|
|
3496
|
+
*/
|
|
3497
|
+
EventConfigurationsList?: EventConfigurationItem[];
|
|
3498
|
+
}
|
|
3499
|
+
export declare namespace ListEventConfigurationsResponse {
|
|
3500
|
+
/**
|
|
3501
|
+
* @internal
|
|
3502
|
+
*/
|
|
3503
|
+
const filterSensitiveLog: (obj: ListEventConfigurationsResponse) => any;
|
|
3504
|
+
}
|
|
3073
3505
|
export interface ListFuotaTasksRequest {
|
|
3074
3506
|
/**
|
|
3075
3507
|
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
|
|
@@ -3208,6 +3640,57 @@ export declare namespace ListMulticastGroupsByFuotaTaskResponse {
|
|
|
3208
3640
|
*/
|
|
3209
3641
|
const filterSensitiveLog: (obj: ListMulticastGroupsByFuotaTaskResponse) => any;
|
|
3210
3642
|
}
|
|
3643
|
+
export interface ListNetworkAnalyzerConfigurationsRequest {
|
|
3644
|
+
/**
|
|
3645
|
+
* <p>The maximum number of results to return in this operation.</p>
|
|
3646
|
+
*/
|
|
3647
|
+
MaxResults?: number;
|
|
3648
|
+
/**
|
|
3649
|
+
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
|
|
3650
|
+
*/
|
|
3651
|
+
NextToken?: string;
|
|
3652
|
+
}
|
|
3653
|
+
export declare namespace ListNetworkAnalyzerConfigurationsRequest {
|
|
3654
|
+
/**
|
|
3655
|
+
* @internal
|
|
3656
|
+
*/
|
|
3657
|
+
const filterSensitiveLog: (obj: ListNetworkAnalyzerConfigurationsRequest) => any;
|
|
3658
|
+
}
|
|
3659
|
+
/**
|
|
3660
|
+
* <p>Network analyzer configurations.</p>
|
|
3661
|
+
*/
|
|
3662
|
+
export interface NetworkAnalyzerConfigurations {
|
|
3663
|
+
/**
|
|
3664
|
+
* <p>The Amazon Resource Name of the new resource.</p>
|
|
3665
|
+
*/
|
|
3666
|
+
Arn?: string;
|
|
3667
|
+
/**
|
|
3668
|
+
* <p>Name of the network analyzer configuration.</p>
|
|
3669
|
+
*/
|
|
3670
|
+
Name?: string;
|
|
3671
|
+
}
|
|
3672
|
+
export declare namespace NetworkAnalyzerConfigurations {
|
|
3673
|
+
/**
|
|
3674
|
+
* @internal
|
|
3675
|
+
*/
|
|
3676
|
+
const filterSensitiveLog: (obj: NetworkAnalyzerConfigurations) => any;
|
|
3677
|
+
}
|
|
3678
|
+
export interface ListNetworkAnalyzerConfigurationsResponse {
|
|
3679
|
+
/**
|
|
3680
|
+
* <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
|
|
3681
|
+
*/
|
|
3682
|
+
NextToken?: string;
|
|
3683
|
+
/**
|
|
3684
|
+
* <p>The list of network analyzer configurations.</p>
|
|
3685
|
+
*/
|
|
3686
|
+
NetworkAnalyzerConfigurationList?: NetworkAnalyzerConfigurations[];
|
|
3687
|
+
}
|
|
3688
|
+
export declare namespace ListNetworkAnalyzerConfigurationsResponse {
|
|
3689
|
+
/**
|
|
3690
|
+
* @internal
|
|
3691
|
+
*/
|
|
3692
|
+
const filterSensitiveLog: (obj: ListNetworkAnalyzerConfigurationsResponse) => any;
|
|
3693
|
+
}
|
|
3211
3694
|
export interface ListPartnerAccountsRequest {
|
|
3212
3695
|
/**
|
|
3213
3696
|
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
|
|
@@ -3242,11 +3725,12 @@ export declare namespace ListPartnerAccountsResponse {
|
|
|
3242
3725
|
}
|
|
3243
3726
|
export interface ListQueuedMessagesRequest {
|
|
3244
3727
|
/**
|
|
3245
|
-
* <p>
|
|
3728
|
+
* <p>The ID of a given wireless device which the downlink message packets are being sent.</p>
|
|
3246
3729
|
*/
|
|
3247
3730
|
Id: string | undefined;
|
|
3248
3731
|
/**
|
|
3249
|
-
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise
|
|
3732
|
+
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise
|
|
3733
|
+
* <b>null</b> to receive the first set of results.</p>
|
|
3250
3734
|
*/
|
|
3251
3735
|
NextToken?: string;
|
|
3252
3736
|
/**
|
|
@@ -3254,7 +3738,7 @@ export interface ListQueuedMessagesRequest {
|
|
|
3254
3738
|
*/
|
|
3255
3739
|
MaxResults?: number;
|
|
3256
3740
|
/**
|
|
3257
|
-
* <p>The wireless device type,
|
|
3741
|
+
* <p>The wireless device type, whic can be either Sidewalk or LoRaWAN.</p>
|
|
3258
3742
|
*/
|
|
3259
3743
|
WirelessDeviceType?: WirelessDeviceType | string;
|
|
3260
3744
|
}
|
|
@@ -3266,11 +3750,12 @@ export declare namespace ListQueuedMessagesRequest {
|
|
|
3266
3750
|
}
|
|
3267
3751
|
export interface ListQueuedMessagesResponse {
|
|
3268
3752
|
/**
|
|
3269
|
-
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response;
|
|
3753
|
+
* <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response;
|
|
3754
|
+
* otherwise <b>null</b> to receive the first set of results.</p>
|
|
3270
3755
|
*/
|
|
3271
3756
|
NextToken?: string;
|
|
3272
3757
|
/**
|
|
3273
|
-
* <p>The messages in downlink queue.</p>
|
|
3758
|
+
* <p>The messages in the downlink queue.</p>
|
|
3274
3759
|
*/
|
|
3275
3760
|
DownlinkQueueMessagesList?: DownlinkQueueMessage[];
|
|
3276
3761
|
}
|
|
@@ -3671,7 +4156,8 @@ export interface PutResourceLogLevelRequest {
|
|
|
3671
4156
|
*/
|
|
3672
4157
|
ResourceType: string | undefined;
|
|
3673
4158
|
/**
|
|
3674
|
-
* <p>The log level for a log message
|
|
4159
|
+
* <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display
|
|
4160
|
+
* less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.</p>
|
|
3675
4161
|
*/
|
|
3676
4162
|
LogLevel: LogLevel | string | undefined;
|
|
3677
4163
|
}
|
|
@@ -4115,6 +4601,39 @@ export declare namespace UpdateDestinationResponse {
|
|
|
4115
4601
|
*/
|
|
4116
4602
|
const filterSensitiveLog: (obj: UpdateDestinationResponse) => any;
|
|
4117
4603
|
}
|
|
4604
|
+
export interface UpdateEventConfigurationByResourceTypesRequest {
|
|
4605
|
+
/**
|
|
4606
|
+
* <p>Device registration state resource type event configuration object for enabling and disabling wireless
|
|
4607
|
+
* gateway topic.</p>
|
|
4608
|
+
*/
|
|
4609
|
+
DeviceRegistrationState?: DeviceRegistrationStateResourceTypeEventConfiguration;
|
|
4610
|
+
/**
|
|
4611
|
+
* <p>Proximity resource type event configuration object for enabling and disabling wireless gateway topic.</p>
|
|
4612
|
+
*/
|
|
4613
|
+
Proximity?: ProximityResourceTypeEventConfiguration;
|
|
4614
|
+
/**
|
|
4615
|
+
* <p>Join resource type event configuration object for enabling and disabling wireless device topic.</p>
|
|
4616
|
+
*/
|
|
4617
|
+
Join?: JoinResourceTypeEventConfiguration;
|
|
4618
|
+
/**
|
|
4619
|
+
* <p>Connection status resource type event configuration object for enabling and disabling wireless gateway topic.</p>
|
|
4620
|
+
*/
|
|
4621
|
+
ConnectionStatus?: ConnectionStatusResourceTypeEventConfiguration;
|
|
4622
|
+
}
|
|
4623
|
+
export declare namespace UpdateEventConfigurationByResourceTypesRequest {
|
|
4624
|
+
/**
|
|
4625
|
+
* @internal
|
|
4626
|
+
*/
|
|
4627
|
+
const filterSensitiveLog: (obj: UpdateEventConfigurationByResourceTypesRequest) => any;
|
|
4628
|
+
}
|
|
4629
|
+
export interface UpdateEventConfigurationByResourceTypesResponse {
|
|
4630
|
+
}
|
|
4631
|
+
export declare namespace UpdateEventConfigurationByResourceTypesResponse {
|
|
4632
|
+
/**
|
|
4633
|
+
* @internal
|
|
4634
|
+
*/
|
|
4635
|
+
const filterSensitiveLog: (obj: UpdateEventConfigurationByResourceTypesResponse) => any;
|
|
4636
|
+
}
|
|
4118
4637
|
export interface UpdateFuotaTaskRequest {
|
|
4119
4638
|
/**
|
|
4120
4639
|
* <p>The ID of a FUOTA task.</p>
|
|
@@ -4157,7 +4676,8 @@ export declare namespace UpdateFuotaTaskResponse {
|
|
|
4157
4676
|
}
|
|
4158
4677
|
export interface UpdateLogLevelsByResourceTypesRequest {
|
|
4159
4678
|
/**
|
|
4160
|
-
* <p>The log level for a log message
|
|
4679
|
+
* <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display
|
|
4680
|
+
* less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.</p>
|
|
4161
4681
|
*/
|
|
4162
4682
|
DefaultLogLevel?: LogLevel | string;
|
|
4163
4683
|
/**
|
|
@@ -4217,29 +4737,37 @@ export declare namespace UpdateMulticastGroupResponse {
|
|
|
4217
4737
|
}
|
|
4218
4738
|
export interface UpdateNetworkAnalyzerConfigurationRequest {
|
|
4219
4739
|
/**
|
|
4220
|
-
* <p>
|
|
4740
|
+
* <p>Name of the network analyzer configuration.</p>
|
|
4221
4741
|
*/
|
|
4222
4742
|
ConfigurationName: string | undefined;
|
|
4223
4743
|
/**
|
|
4224
|
-
* <p>Trace
|
|
4744
|
+
* <p>Trace content for your wireless gateway and wireless device resources.</p>
|
|
4225
4745
|
*/
|
|
4226
4746
|
TraceContent?: TraceContent;
|
|
4227
4747
|
/**
|
|
4228
|
-
* <p>
|
|
4748
|
+
* <p>Wireless device resources to add to the network analyzer configuration. Provide the
|
|
4749
|
+
* <code>WirelessDeviceId</code> of the resource to add in the input array.</p>
|
|
4229
4750
|
*/
|
|
4230
4751
|
WirelessDevicesToAdd?: string[];
|
|
4231
4752
|
/**
|
|
4232
|
-
* <p>
|
|
4753
|
+
* <p>Wireless device resources to remove from the network analyzer configuration. Provide the
|
|
4754
|
+
* <code>WirelessDeviceId</code> of the resources to remove in the input array.</p>
|
|
4233
4755
|
*/
|
|
4234
4756
|
WirelessDevicesToRemove?: string[];
|
|
4235
4757
|
/**
|
|
4236
|
-
* <p>
|
|
4758
|
+
* <p>Wireless gateway resources to add to the network analyzer configuration. Provide the
|
|
4759
|
+
* <code>WirelessGatewayId</code> of the resource to add in the input array.</p>
|
|
4237
4760
|
*/
|
|
4238
4761
|
WirelessGatewaysToAdd?: string[];
|
|
4239
4762
|
/**
|
|
4240
|
-
* <p>
|
|
4763
|
+
* <p>Wireless gateway resources to remove from the network analyzer configuration. Provide the
|
|
4764
|
+
* <code>WirelessGatewayId</code> of the resources to remove in the input array.</p>
|
|
4241
4765
|
*/
|
|
4242
4766
|
WirelessGatewaysToRemove?: string[];
|
|
4767
|
+
/**
|
|
4768
|
+
* <p>The description of the new resource.</p>
|
|
4769
|
+
*/
|
|
4770
|
+
Description?: string;
|
|
4243
4771
|
}
|
|
4244
4772
|
export declare namespace UpdateNetworkAnalyzerConfigurationRequest {
|
|
4245
4773
|
/**
|
|
@@ -4319,6 +4847,14 @@ export interface UpdateResourceEventConfigurationRequest {
|
|
|
4319
4847
|
* <p>Event configuration for the Proximity event</p>
|
|
4320
4848
|
*/
|
|
4321
4849
|
Proximity?: ProximityEventConfiguration;
|
|
4850
|
+
/**
|
|
4851
|
+
* <p>Event configuration for the join event</p>
|
|
4852
|
+
*/
|
|
4853
|
+
Join?: JoinEventConfiguration;
|
|
4854
|
+
/**
|
|
4855
|
+
* <p>Event configuration for the connection status event</p>
|
|
4856
|
+
*/
|
|
4857
|
+
ConnectionStatus?: ConnectionStatusEventConfiguration;
|
|
4322
4858
|
}
|
|
4323
4859
|
export declare namespace UpdateResourceEventConfigurationRequest {
|
|
4324
4860
|
/**
|
|
@@ -4334,6 +4870,36 @@ export declare namespace UpdateResourceEventConfigurationResponse {
|
|
|
4334
4870
|
*/
|
|
4335
4871
|
const filterSensitiveLog: (obj: UpdateResourceEventConfigurationResponse) => any;
|
|
4336
4872
|
}
|
|
4873
|
+
/**
|
|
4874
|
+
* <p>ABP device object for LoRaWAN specification v1.0.x</p>
|
|
4875
|
+
*/
|
|
4876
|
+
export interface UpdateAbpV1_0_x {
|
|
4877
|
+
/**
|
|
4878
|
+
* <p>The FCnt init value.</p>
|
|
4879
|
+
*/
|
|
4880
|
+
FCntStart?: number;
|
|
4881
|
+
}
|
|
4882
|
+
export declare namespace UpdateAbpV1_0_x {
|
|
4883
|
+
/**
|
|
4884
|
+
* @internal
|
|
4885
|
+
*/
|
|
4886
|
+
const filterSensitiveLog: (obj: UpdateAbpV1_0_x) => any;
|
|
4887
|
+
}
|
|
4888
|
+
/**
|
|
4889
|
+
* <p>ABP device object for LoRaWAN specification v1.1</p>
|
|
4890
|
+
*/
|
|
4891
|
+
export interface UpdateAbpV1_1 {
|
|
4892
|
+
/**
|
|
4893
|
+
* <p>The FCnt init value.</p>
|
|
4894
|
+
*/
|
|
4895
|
+
FCntStart?: number;
|
|
4896
|
+
}
|
|
4897
|
+
export declare namespace UpdateAbpV1_1 {
|
|
4898
|
+
/**
|
|
4899
|
+
* @internal
|
|
4900
|
+
*/
|
|
4901
|
+
const filterSensitiveLog: (obj: UpdateAbpV1_1) => any;
|
|
4902
|
+
}
|
|
4337
4903
|
/**
|
|
4338
4904
|
* <p>LoRaWAN object for update functions.</p>
|
|
4339
4905
|
*/
|
|
@@ -4346,6 +4912,14 @@ export interface LoRaWANUpdateDevice {
|
|
|
4346
4912
|
* <p>The ID of the service profile.</p>
|
|
4347
4913
|
*/
|
|
4348
4914
|
ServiceProfileId?: string;
|
|
4915
|
+
/**
|
|
4916
|
+
* <p>ABP device object for update APIs for v1.1</p>
|
|
4917
|
+
*/
|
|
4918
|
+
AbpV1_1?: UpdateAbpV1_1;
|
|
4919
|
+
/**
|
|
4920
|
+
* <p>ABP device object for update APIs for v1.0.x</p>
|
|
4921
|
+
*/
|
|
4922
|
+
AbpV1_0_x?: UpdateAbpV1_0_x;
|
|
4349
4923
|
}
|
|
4350
4924
|
export declare namespace LoRaWANUpdateDevice {
|
|
4351
4925
|
/**
|