@aws-sdk/client-iot-wireless 3.325.0 → 3.326.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.
Files changed (110) hide show
  1. package/dist-types/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +10 -0
  2. package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +4 -0
  3. package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +4 -0
  4. package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +4 -0
  5. package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +4 -0
  6. package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +6 -0
  7. package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +4 -0
  8. package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +4 -0
  9. package/dist-types/commands/CreateDestinationCommand.d.ts +7 -0
  10. package/dist-types/commands/CreateDeviceProfileCommand.d.ts +7 -0
  11. package/dist-types/commands/CreateFuotaTaskCommand.d.ts +7 -0
  12. package/dist-types/commands/CreateMulticastGroupCommand.d.ts +7 -0
  13. package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +7 -0
  14. package/dist-types/commands/CreateServiceProfileCommand.d.ts +7 -0
  15. package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +7 -0
  16. package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +7 -0
  17. package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +7 -0
  18. package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +7 -0
  19. package/dist-types/commands/DeleteDestinationCommand.d.ts +4 -0
  20. package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +4 -0
  21. package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +4 -0
  22. package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +4 -0
  23. package/dist-types/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +4 -0
  25. package/dist-types/commands/DeleteServiceProfileCommand.d.ts +4 -0
  26. package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +4 -0
  27. package/dist-types/commands/DeleteWirelessDeviceImportTaskCommand.d.ts +4 -0
  28. package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +4 -0
  29. package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +4 -0
  30. package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +4 -0
  31. package/dist-types/commands/DeregisterWirelessDeviceCommand.d.ts +4 -0
  32. package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +4 -0
  33. package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +4 -0
  34. package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +4 -0
  35. package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +4 -0
  36. package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +4 -0
  37. package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +4 -0
  38. package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +4 -0
  39. package/dist-types/commands/GetDestinationCommand.d.ts +11 -0
  40. package/dist-types/commands/GetDeviceProfileCommand.d.ts +44 -0
  41. package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +30 -0
  42. package/dist-types/commands/GetFuotaTaskCommand.d.ts +20 -0
  43. package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +30 -0
  44. package/dist-types/commands/GetMulticastGroupCommand.d.ts +17 -0
  45. package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +12 -0
  46. package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +18 -0
  47. package/dist-types/commands/GetPartnerAccountCommand.d.ts +11 -0
  48. package/dist-types/commands/GetPositionCommand.d.ts +16 -0
  49. package/dist-types/commands/GetPositionConfigurationCommand.d.ts +14 -0
  50. package/dist-types/commands/GetPositionEstimateCommand.d.ts +6 -0
  51. package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +35 -0
  52. package/dist-types/commands/GetResourceLogLevelCommand.d.ts +6 -0
  53. package/dist-types/commands/GetResourcePositionCommand.d.ts +6 -0
  54. package/dist-types/commands/GetServiceEndpointCommand.d.ts +8 -0
  55. package/dist-types/commands/GetServiceProfileCommand.d.ts +29 -0
  56. package/dist-types/commands/GetWirelessDeviceCommand.d.ts +84 -0
  57. package/dist-types/commands/GetWirelessDeviceImportTaskCommand.d.ts +21 -0
  58. package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +27 -0
  59. package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +7 -0
  60. package/dist-types/commands/GetWirelessGatewayCommand.d.ts +33 -0
  61. package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +12 -0
  62. package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +8 -0
  63. package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +10 -0
  64. package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +26 -0
  65. package/dist-types/commands/ListDestinationsCommand.d.ts +16 -0
  66. package/dist-types/commands/ListDeviceProfilesCommand.d.ts +13 -0
  67. package/dist-types/commands/ListDevicesForWirelessDeviceImportTaskCommand.d.ts +17 -0
  68. package/dist-types/commands/ListEventConfigurationsCommand.d.ts +45 -0
  69. package/dist-types/commands/ListFuotaTasksCommand.d.ts +13 -0
  70. package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +11 -0
  71. package/dist-types/commands/ListMulticastGroupsCommand.d.ts +13 -0
  72. package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +12 -0
  73. package/dist-types/commands/ListPartnerAccountsCommand.d.ts +13 -0
  74. package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +21 -0
  75. package/dist-types/commands/ListQueuedMessagesCommand.d.ts +26 -0
  76. package/dist-types/commands/ListServiceProfilesCommand.d.ts +13 -0
  77. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  78. package/dist-types/commands/ListWirelessDeviceImportTasksCommand.d.ts +26 -0
  79. package/dist-types/commands/ListWirelessDevicesCommand.d.ts +35 -0
  80. package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +24 -0
  81. package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +37 -0
  82. package/dist-types/commands/PutPositionConfigurationCommand.d.ts +4 -0
  83. package/dist-types/commands/PutResourceLogLevelCommand.d.ts +4 -0
  84. package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +4 -0
  85. package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +4 -0
  86. package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +6 -0
  87. package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +6 -0
  88. package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +4 -0
  89. package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +4 -0
  90. package/dist-types/commands/StartFuotaTaskCommand.d.ts +4 -0
  91. package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +4 -0
  92. package/dist-types/commands/StartSingleWirelessDeviceImportTaskCommand.d.ts +7 -0
  93. package/dist-types/commands/StartWirelessDeviceImportTaskCommand.d.ts +7 -0
  94. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  95. package/dist-types/commands/TestWirelessDeviceCommand.d.ts +6 -0
  96. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  97. package/dist-types/commands/UpdateDestinationCommand.d.ts +4 -0
  98. package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +4 -0
  99. package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +4 -0
  100. package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +4 -0
  101. package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +4 -0
  102. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +4 -0
  103. package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +4 -0
  104. package/dist-types/commands/UpdatePositionCommand.d.ts +4 -0
  105. package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +4 -0
  106. package/dist-types/commands/UpdateResourcePositionCommand.d.ts +4 -0
  107. package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +4 -0
  108. package/dist-types/commands/UpdateWirelessDeviceImportTaskCommand.d.ts +4 -0
  109. package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +4 -0
  110. package/package.json +3 -3
@@ -31,6 +31,33 @@ export interface GetServiceProfileCommandOutput extends GetServiceProfileRespons
31
31
  * };
32
32
  * const command = new GetServiceProfileCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetServiceProfileResponse
35
+ * // Arn: "STRING_VALUE",
36
+ * // Name: "STRING_VALUE",
37
+ * // Id: "STRING_VALUE",
38
+ * // LoRaWAN: { // LoRaWANGetServiceProfileInfo
39
+ * // UlRate: Number("int"),
40
+ * // UlBucketSize: Number("int"),
41
+ * // UlRatePolicy: "STRING_VALUE",
42
+ * // DlRate: Number("int"),
43
+ * // DlBucketSize: Number("int"),
44
+ * // DlRatePolicy: "STRING_VALUE",
45
+ * // AddGwMetadata: true || false,
46
+ * // DevStatusReqFreq: Number("int"),
47
+ * // ReportDevStatusBattery: true || false,
48
+ * // ReportDevStatusMargin: true || false,
49
+ * // DrMin: Number("int"),
50
+ * // DrMax: Number("int"),
51
+ * // ChannelMask: "STRING_VALUE",
52
+ * // PrAllowed: true || false,
53
+ * // HrAllowed: true || false,
54
+ * // RaAllowed: true || false,
55
+ * // NwkGeoLoc: true || false,
56
+ * // TargetPer: Number("int"),
57
+ * // MinGwDiversity: Number("int"),
58
+ * // },
59
+ * // };
60
+ *
34
61
  * ```
35
62
  *
36
63
  * @param GetServiceProfileCommandInput - {@link GetServiceProfileCommandInput}
@@ -54,6 +81,8 @@ export interface GetServiceProfileCommandOutput extends GetServiceProfileRespons
54
81
  * @throws {@link ValidationException} (client fault)
55
82
  * <p>The input did not meet the specified constraints.</p>
56
83
  *
84
+ * @throws {@link IoTWirelessServiceException}
85
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
57
86
  *
58
87
  */
59
88
  export declare class GetServiceProfileCommand extends $Command<GetServiceProfileCommandInput, GetServiceProfileCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,88 @@ export interface GetWirelessDeviceCommandOutput extends GetWirelessDeviceRespons
32
32
  * };
33
33
  * const command = new GetWirelessDeviceCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetWirelessDeviceResponse
36
+ * // Type: "Sidewalk" || "LoRaWAN",
37
+ * // Name: "STRING_VALUE",
38
+ * // Description: "STRING_VALUE",
39
+ * // DestinationName: "STRING_VALUE",
40
+ * // Id: "STRING_VALUE",
41
+ * // Arn: "STRING_VALUE",
42
+ * // ThingName: "STRING_VALUE",
43
+ * // ThingArn: "STRING_VALUE",
44
+ * // LoRaWAN: { // LoRaWANDevice
45
+ * // DevEui: "STRING_VALUE",
46
+ * // DeviceProfileId: "STRING_VALUE",
47
+ * // ServiceProfileId: "STRING_VALUE",
48
+ * // OtaaV1_1: { // OtaaV1_1
49
+ * // AppKey: "STRING_VALUE",
50
+ * // NwkKey: "STRING_VALUE",
51
+ * // JoinEui: "STRING_VALUE",
52
+ * // },
53
+ * // OtaaV1_0_x: { // OtaaV1_0_x
54
+ * // AppKey: "STRING_VALUE",
55
+ * // AppEui: "STRING_VALUE",
56
+ * // GenAppKey: "STRING_VALUE",
57
+ * // },
58
+ * // AbpV1_1: { // AbpV1_1
59
+ * // DevAddr: "STRING_VALUE",
60
+ * // SessionKeys: { // SessionKeysAbpV1_1
61
+ * // FNwkSIntKey: "STRING_VALUE",
62
+ * // SNwkSIntKey: "STRING_VALUE",
63
+ * // NwkSEncKey: "STRING_VALUE",
64
+ * // AppSKey: "STRING_VALUE",
65
+ * // },
66
+ * // FCntStart: Number("int"),
67
+ * // },
68
+ * // AbpV1_0_x: { // AbpV1_0_x
69
+ * // DevAddr: "STRING_VALUE",
70
+ * // SessionKeys: { // SessionKeysAbpV1_0_x
71
+ * // NwkSKey: "STRING_VALUE",
72
+ * // AppSKey: "STRING_VALUE",
73
+ * // },
74
+ * // FCntStart: Number("int"),
75
+ * // },
76
+ * // FPorts: { // FPorts
77
+ * // Fuota: Number("int"),
78
+ * // Multicast: Number("int"),
79
+ * // ClockSync: Number("int"),
80
+ * // Positioning: { // Positioning
81
+ * // ClockSync: Number("int"),
82
+ * // Stream: Number("int"),
83
+ * // Gnss: Number("int"),
84
+ * // },
85
+ * // Applications: [ // Applications
86
+ * // { // ApplicationConfig
87
+ * // FPort: Number("int"),
88
+ * // Type: "SemtechGeolocation",
89
+ * // DestinationName: "STRING_VALUE",
90
+ * // },
91
+ * // ],
92
+ * // },
93
+ * // },
94
+ * // Sidewalk: { // SidewalkDevice
95
+ * // AmazonId: "STRING_VALUE",
96
+ * // SidewalkId: "STRING_VALUE",
97
+ * // SidewalkManufacturingSn: "STRING_VALUE",
98
+ * // DeviceCertificates: [ // DeviceCertificateList
99
+ * // { // CertificateList
100
+ * // SigningAlg: "Ed25519" || "P256r1", // required
101
+ * // Value: "STRING_VALUE", // required
102
+ * // },
103
+ * // ],
104
+ * // PrivateKeys: [ // PrivateKeysList
105
+ * // {
106
+ * // SigningAlg: "Ed25519" || "P256r1", // required
107
+ * // Value: "STRING_VALUE", // required
108
+ * // },
109
+ * // ],
110
+ * // DeviceProfileId: "STRING_VALUE",
111
+ * // CertificateId: "STRING_VALUE",
112
+ * // Status: "PROVISIONED" || "REGISTERED" || "ACTIVATED" || "UNKNOWN",
113
+ * // },
114
+ * // Positioning: "Enabled" || "Disabled",
115
+ * // };
116
+ *
35
117
  * ```
36
118
  *
37
119
  * @param GetWirelessDeviceCommandInput - {@link GetWirelessDeviceCommandInput}
@@ -55,6 +137,8 @@ export interface GetWirelessDeviceCommandOutput extends GetWirelessDeviceRespons
55
137
  * @throws {@link ValidationException} (client fault)
56
138
  * <p>The input did not meet the specified constraints.</p>
57
139
  *
140
+ * @throws {@link IoTWirelessServiceException}
141
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
58
142
  *
59
143
  */
60
144
  export declare class GetWirelessDeviceCommand extends $Command<GetWirelessDeviceCommandInput, GetWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,25 @@ export interface GetWirelessDeviceImportTaskCommandOutput extends GetWirelessDev
32
32
  * };
33
33
  * const command = new GetWirelessDeviceImportTaskCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetWirelessDeviceImportTaskResponse
36
+ * // Id: "STRING_VALUE",
37
+ * // Arn: "STRING_VALUE",
38
+ * // DestinationName: "STRING_VALUE",
39
+ * // Sidewalk: { // SidewalkGetStartImportInfo
40
+ * // DeviceCreationFileList: [ // DeviceCreationFileList
41
+ * // "STRING_VALUE",
42
+ * // ],
43
+ * // Role: "STRING_VALUE",
44
+ * // },
45
+ * // CreationTime: new Date("TIMESTAMP"),
46
+ * // Status: "INITIALIZING" || "INITIALIZED" || "PENDING" || "COMPLETE" || "FAILED" || "DELETING",
47
+ * // StatusReason: "STRING_VALUE",
48
+ * // InitializedImportedDeviceCount: Number("long"),
49
+ * // PendingImportedDeviceCount: Number("long"),
50
+ * // OnboardedImportedDeviceCount: Number("long"),
51
+ * // FailedImportedDeviceCount: Number("long"),
52
+ * // };
53
+ *
35
54
  * ```
36
55
  *
37
56
  * @param GetWirelessDeviceImportTaskCommandInput - {@link GetWirelessDeviceImportTaskCommandInput}
@@ -58,6 +77,8 @@ export interface GetWirelessDeviceImportTaskCommandOutput extends GetWirelessDev
58
77
  * @throws {@link ValidationException} (client fault)
59
78
  * <p>The input did not meet the specified constraints.</p>
60
79
  *
80
+ * @throws {@link IoTWirelessServiceException}
81
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
61
82
  *
62
83
  */
63
84
  export declare class GetWirelessDeviceImportTaskCommand extends $Command<GetWirelessDeviceImportTaskCommandInput, GetWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,31 @@ export interface GetWirelessDeviceStatisticsCommandOutput extends GetWirelessDev
31
31
  * };
32
32
  * const command = new GetWirelessDeviceStatisticsCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetWirelessDeviceStatisticsResponse
35
+ * // WirelessDeviceId: "STRING_VALUE",
36
+ * // LastUplinkReceivedAt: "STRING_VALUE",
37
+ * // LoRaWAN: { // LoRaWANDeviceMetadata
38
+ * // DevEui: "STRING_VALUE",
39
+ * // FPort: Number("int"),
40
+ * // DataRate: Number("int"),
41
+ * // Frequency: Number("int"),
42
+ * // Timestamp: "STRING_VALUE",
43
+ * // Gateways: [ // LoRaWANGatewayMetadataList
44
+ * // { // LoRaWANGatewayMetadata
45
+ * // GatewayEui: "STRING_VALUE",
46
+ * // Snr: Number("double"),
47
+ * // Rssi: Number("double"),
48
+ * // },
49
+ * // ],
50
+ * // },
51
+ * // Sidewalk: { // SidewalkDeviceMetadata
52
+ * // Rssi: Number("int"),
53
+ * // BatteryLevel: "normal" || "low" || "critical",
54
+ * // Event: "discovered" || "lost" || "ack" || "nack" || "passthrough",
55
+ * // DeviceState: "Provisioned" || "RegisteredNotSeen" || "RegisteredReachable" || "RegisteredUnreachable",
56
+ * // },
57
+ * // };
58
+ *
34
59
  * ```
35
60
  *
36
61
  * @param GetWirelessDeviceStatisticsCommandInput - {@link GetWirelessDeviceStatisticsCommandInput}
@@ -54,6 +79,8 @@ export interface GetWirelessDeviceStatisticsCommandOutput extends GetWirelessDev
54
79
  * @throws {@link ValidationException} (client fault)
55
80
  * <p>The input did not meet the specified constraints.</p>
56
81
  *
82
+ * @throws {@link IoTWirelessServiceException}
83
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
57
84
  *
58
85
  */
59
86
  export declare class GetWirelessDeviceStatisticsCommand extends $Command<GetWirelessDeviceStatisticsCommandInput, GetWirelessDeviceStatisticsCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,11 @@ export interface GetWirelessGatewayCertificateCommandOutput extends GetWirelessG
31
31
  * };
32
32
  * const command = new GetWirelessGatewayCertificateCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetWirelessGatewayCertificateResponse
35
+ * // IotCertificateId: "STRING_VALUE",
36
+ * // LoRaWANNetworkServerCertificateId: "STRING_VALUE",
37
+ * // };
38
+ *
34
39
  * ```
35
40
  *
36
41
  * @param GetWirelessGatewayCertificateCommandInput - {@link GetWirelessGatewayCertificateCommandInput}
@@ -54,6 +59,8 @@ export interface GetWirelessGatewayCertificateCommandOutput extends GetWirelessG
54
59
  * @throws {@link ValidationException} (client fault)
55
60
  * <p>The input did not meet the specified constraints.</p>
56
61
  *
62
+ * @throws {@link IoTWirelessServiceException}
63
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
57
64
  *
58
65
  */
59
66
  export declare class GetWirelessGatewayCertificateCommand extends $Command<GetWirelessGatewayCertificateCommandInput, GetWirelessGatewayCertificateCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,37 @@ export interface GetWirelessGatewayCommandOutput extends GetWirelessGatewayRespo
32
32
  * };
33
33
  * const command = new GetWirelessGatewayCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetWirelessGatewayResponse
36
+ * // Name: "STRING_VALUE",
37
+ * // Id: "STRING_VALUE",
38
+ * // Description: "STRING_VALUE",
39
+ * // LoRaWAN: { // LoRaWANGateway
40
+ * // GatewayEui: "STRING_VALUE",
41
+ * // RfRegion: "STRING_VALUE",
42
+ * // JoinEuiFilters: [ // JoinEuiFilters
43
+ * // [ // JoinEuiRange
44
+ * // "STRING_VALUE",
45
+ * // ],
46
+ * // ],
47
+ * // NetIdFilters: [ // NetIdFilters
48
+ * // "STRING_VALUE",
49
+ * // ],
50
+ * // SubBands: [ // SubBands
51
+ * // Number("int"),
52
+ * // ],
53
+ * // Beaconing: { // Beaconing
54
+ * // DataRate: Number("int"),
55
+ * // Frequencies: [ // BeaconingFrequencies
56
+ * // Number("int"),
57
+ * // ],
58
+ * // },
59
+ * // MaxEirp: Number("float"),
60
+ * // },
61
+ * // Arn: "STRING_VALUE",
62
+ * // ThingName: "STRING_VALUE",
63
+ * // ThingArn: "STRING_VALUE",
64
+ * // };
65
+ *
35
66
  * ```
36
67
  *
37
68
  * @param GetWirelessGatewayCommandInput - {@link GetWirelessGatewayCommandInput}
@@ -55,6 +86,8 @@ export interface GetWirelessGatewayCommandOutput extends GetWirelessGatewayRespo
55
86
  * @throws {@link ValidationException} (client fault)
56
87
  * <p>The input did not meet the specified constraints.</p>
57
88
  *
89
+ * @throws {@link IoTWirelessServiceException}
90
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
58
91
  *
59
92
  */
60
93
  export declare class GetWirelessGatewayCommand extends $Command<GetWirelessGatewayCommandInput, GetWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,16 @@ export interface GetWirelessGatewayFirmwareInformationCommandOutput extends GetW
31
31
  * };
32
32
  * const command = new GetWirelessGatewayFirmwareInformationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetWirelessGatewayFirmwareInformationResponse
35
+ * // LoRaWAN: { // LoRaWANGatewayCurrentVersion
36
+ * // CurrentVersion: { // LoRaWANGatewayVersion
37
+ * // PackageVersion: "STRING_VALUE",
38
+ * // Model: "STRING_VALUE",
39
+ * // Station: "STRING_VALUE",
40
+ * // },
41
+ * // },
42
+ * // };
43
+ *
34
44
  * ```
35
45
  *
36
46
  * @param GetWirelessGatewayFirmwareInformationCommandInput - {@link GetWirelessGatewayFirmwareInformationCommandInput}
@@ -54,6 +64,8 @@ export interface GetWirelessGatewayFirmwareInformationCommandOutput extends GetW
54
64
  * @throws {@link ValidationException} (client fault)
55
65
  * <p>The input did not meet the specified constraints.</p>
56
66
  *
67
+ * @throws {@link IoTWirelessServiceException}
68
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
57
69
  *
58
70
  */
59
71
  export declare class GetWirelessGatewayFirmwareInformationCommand extends $Command<GetWirelessGatewayFirmwareInformationCommandInput, GetWirelessGatewayFirmwareInformationCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,12 @@ export interface GetWirelessGatewayStatisticsCommandOutput extends GetWirelessGa
31
31
  * };
32
32
  * const command = new GetWirelessGatewayStatisticsCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetWirelessGatewayStatisticsResponse
35
+ * // WirelessGatewayId: "STRING_VALUE",
36
+ * // LastUplinkReceivedAt: "STRING_VALUE",
37
+ * // ConnectionStatus: "Connected" || "Disconnected",
38
+ * // };
39
+ *
34
40
  * ```
35
41
  *
36
42
  * @param GetWirelessGatewayStatisticsCommandInput - {@link GetWirelessGatewayStatisticsCommandInput}
@@ -54,6 +60,8 @@ export interface GetWirelessGatewayStatisticsCommandOutput extends GetWirelessGa
54
60
  * @throws {@link ValidationException} (client fault)
55
61
  * <p>The input did not meet the specified constraints.</p>
56
62
  *
63
+ * @throws {@link IoTWirelessServiceException}
64
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
57
65
  *
58
66
  */
59
67
  export declare class GetWirelessGatewayStatisticsCommand extends $Command<GetWirelessGatewayStatisticsCommandInput, GetWirelessGatewayStatisticsCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,14 @@ export interface GetWirelessGatewayTaskCommandOutput extends GetWirelessGatewayT
31
31
  * };
32
32
  * const command = new GetWirelessGatewayTaskCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetWirelessGatewayTaskResponse
35
+ * // WirelessGatewayId: "STRING_VALUE",
36
+ * // WirelessGatewayTaskDefinitionId: "STRING_VALUE",
37
+ * // LastUplinkReceivedAt: "STRING_VALUE",
38
+ * // TaskCreatedAt: "STRING_VALUE",
39
+ * // Status: "PENDING" || "IN_PROGRESS" || "FIRST_RETRY" || "SECOND_RETRY" || "COMPLETED" || "FAILED",
40
+ * // };
41
+ *
34
42
  * ```
35
43
  *
36
44
  * @param GetWirelessGatewayTaskCommandInput - {@link GetWirelessGatewayTaskCommandInput}
@@ -54,6 +62,8 @@ export interface GetWirelessGatewayTaskCommandOutput extends GetWirelessGatewayT
54
62
  * @throws {@link ValidationException} (client fault)
55
63
  * <p>The input did not meet the specified constraints.</p>
56
64
  *
65
+ * @throws {@link IoTWirelessServiceException}
66
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
57
67
  *
58
68
  */
59
69
  export declare class GetWirelessGatewayTaskCommand extends $Command<GetWirelessGatewayTaskCommandInput, GetWirelessGatewayTaskCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,30 @@ export interface GetWirelessGatewayTaskDefinitionCommandOutput extends GetWirele
31
31
  * };
32
32
  * const command = new GetWirelessGatewayTaskDefinitionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetWirelessGatewayTaskDefinitionResponse
35
+ * // AutoCreateTasks: true || false,
36
+ * // Name: "STRING_VALUE",
37
+ * // Update: { // UpdateWirelessGatewayTaskCreate
38
+ * // UpdateDataSource: "STRING_VALUE",
39
+ * // UpdateDataRole: "STRING_VALUE",
40
+ * // LoRaWAN: { // LoRaWANUpdateGatewayTaskCreate
41
+ * // UpdateSignature: "STRING_VALUE",
42
+ * // SigKeyCrc: Number("long"),
43
+ * // CurrentVersion: { // LoRaWANGatewayVersion
44
+ * // PackageVersion: "STRING_VALUE",
45
+ * // Model: "STRING_VALUE",
46
+ * // Station: "STRING_VALUE",
47
+ * // },
48
+ * // UpdateVersion: {
49
+ * // PackageVersion: "STRING_VALUE",
50
+ * // Model: "STRING_VALUE",
51
+ * // Station: "STRING_VALUE",
52
+ * // },
53
+ * // },
54
+ * // },
55
+ * // Arn: "STRING_VALUE",
56
+ * // };
57
+ *
34
58
  * ```
35
59
  *
36
60
  * @param GetWirelessGatewayTaskDefinitionCommandInput - {@link GetWirelessGatewayTaskDefinitionCommandInput}
@@ -54,6 +78,8 @@ export interface GetWirelessGatewayTaskDefinitionCommandOutput extends GetWirele
54
78
  * @throws {@link ValidationException} (client fault)
55
79
  * <p>The input did not meet the specified constraints.</p>
56
80
  *
81
+ * @throws {@link IoTWirelessServiceException}
82
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
57
83
  *
58
84
  */
59
85
  export declare class GetWirelessGatewayTaskDefinitionCommand extends $Command<GetWirelessGatewayTaskDefinitionCommandInput, GetWirelessGatewayTaskDefinitionCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,20 @@ export interface ListDestinationsCommandOutput extends ListDestinationsResponse,
32
32
  * };
33
33
  * const command = new ListDestinationsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListDestinationsResponse
36
+ * // NextToken: "STRING_VALUE",
37
+ * // DestinationList: [ // DestinationList
38
+ * // { // Destinations
39
+ * // Arn: "STRING_VALUE",
40
+ * // Name: "STRING_VALUE",
41
+ * // ExpressionType: "RuleName" || "MqttTopic",
42
+ * // Expression: "STRING_VALUE",
43
+ * // Description: "STRING_VALUE",
44
+ * // RoleArn: "STRING_VALUE",
45
+ * // },
46
+ * // ],
47
+ * // };
48
+ *
35
49
  * ```
36
50
  *
37
51
  * @param ListDestinationsCommandInput - {@link ListDestinationsCommandInput}
@@ -52,6 +66,8 @@ export interface ListDestinationsCommandOutput extends ListDestinationsResponse,
52
66
  * @throws {@link ValidationException} (client fault)
53
67
  * <p>The input did not meet the specified constraints.</p>
54
68
  *
69
+ * @throws {@link IoTWirelessServiceException}
70
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
55
71
  *
56
72
  */
57
73
  export declare class ListDestinationsCommand extends $Command<ListDestinationsCommandInput, ListDestinationsCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -33,6 +33,17 @@ export interface ListDeviceProfilesCommandOutput extends ListDeviceProfilesRespo
33
33
  * };
34
34
  * const command = new ListDeviceProfilesCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListDeviceProfilesResponse
37
+ * // NextToken: "STRING_VALUE",
38
+ * // DeviceProfileList: [ // DeviceProfileList
39
+ * // { // DeviceProfile
40
+ * // Arn: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // Id: "STRING_VALUE",
43
+ * // },
44
+ * // ],
45
+ * // };
46
+ *
36
47
  * ```
37
48
  *
38
49
  * @param ListDeviceProfilesCommandInput - {@link ListDeviceProfilesCommandInput}
@@ -53,6 +64,8 @@ export interface ListDeviceProfilesCommandOutput extends ListDeviceProfilesRespo
53
64
  * @throws {@link ValidationException} (client fault)
54
65
  * <p>The input did not meet the specified constraints.</p>
55
66
  *
67
+ * @throws {@link IoTWirelessServiceException}
68
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
56
69
  *
57
70
  */
58
71
  export declare class ListDeviceProfilesCommand extends $Command<ListDeviceProfilesCommandInput, ListDeviceProfilesCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -34,6 +34,21 @@ export interface ListDevicesForWirelessDeviceImportTaskCommandOutput extends Lis
34
34
  * };
35
35
  * const command = new ListDevicesForWirelessDeviceImportTaskCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListDevicesForWirelessDeviceImportTaskResponse
38
+ * // NextToken: "STRING_VALUE",
39
+ * // DestinationName: "STRING_VALUE",
40
+ * // ImportedWirelessDeviceList: [ // ImportedWirelessDeviceList
41
+ * // { // ImportedWirelessDevice
42
+ * // Sidewalk: { // ImportedSidewalkDevice
43
+ * // SidewalkManufacturingSn: "STRING_VALUE",
44
+ * // OnboardingStatus: "INITIALIZED" || "PENDING" || "ONBOARDED" || "FAILED",
45
+ * // OnboardingStatusReason: "STRING_VALUE",
46
+ * // LastUpdateTime: new Date("TIMESTAMP"),
47
+ * // },
48
+ * // },
49
+ * // ],
50
+ * // };
51
+ *
37
52
  * ```
38
53
  *
39
54
  * @param ListDevicesForWirelessDeviceImportTaskCommandInput - {@link ListDevicesForWirelessDeviceImportTaskCommandInput}
@@ -60,6 +75,8 @@ export interface ListDevicesForWirelessDeviceImportTaskCommandOutput extends Lis
60
75
  * @throws {@link ValidationException} (client fault)
61
76
  * <p>The input did not meet the specified constraints.</p>
62
77
  *
78
+ * @throws {@link IoTWirelessServiceException}
79
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
63
80
  *
64
81
  */
65
82
  export declare class ListDevicesForWirelessDeviceImportTaskCommand extends $Command<ListDevicesForWirelessDeviceImportTaskCommandInput, ListDevicesForWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -33,6 +33,49 @@ export interface ListEventConfigurationsCommandOutput extends ListEventConfigura
33
33
  * };
34
34
  * const command = new ListEventConfigurationsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListEventConfigurationsResponse
37
+ * // NextToken: "STRING_VALUE",
38
+ * // EventConfigurationsList: [ // EventConfigurationsList
39
+ * // { // EventConfigurationItem
40
+ * // Identifier: "STRING_VALUE",
41
+ * // IdentifierType: "PartnerAccountId" || "DevEui" || "GatewayEui" || "WirelessDeviceId" || "WirelessGatewayId",
42
+ * // PartnerType: "Sidewalk",
43
+ * // Events: { // EventNotificationItemConfigurations
44
+ * // DeviceRegistrationState: { // DeviceRegistrationStateEventConfiguration
45
+ * // Sidewalk: { // SidewalkEventNotificationConfigurations
46
+ * // AmazonIdEventTopic: "Enabled" || "Disabled",
47
+ * // },
48
+ * // WirelessDeviceIdEventTopic: "Enabled" || "Disabled",
49
+ * // },
50
+ * // Proximity: { // ProximityEventConfiguration
51
+ * // Sidewalk: {
52
+ * // AmazonIdEventTopic: "Enabled" || "Disabled",
53
+ * // },
54
+ * // WirelessDeviceIdEventTopic: "Enabled" || "Disabled",
55
+ * // },
56
+ * // Join: { // JoinEventConfiguration
57
+ * // LoRaWAN: { // LoRaWANJoinEventNotificationConfigurations
58
+ * // DevEuiEventTopic: "Enabled" || "Disabled",
59
+ * // },
60
+ * // WirelessDeviceIdEventTopic: "Enabled" || "Disabled",
61
+ * // },
62
+ * // ConnectionStatus: { // ConnectionStatusEventConfiguration
63
+ * // LoRaWAN: { // LoRaWANConnectionStatusEventNotificationConfigurations
64
+ * // GatewayEuiEventTopic: "Enabled" || "Disabled",
65
+ * // },
66
+ * // WirelessGatewayIdEventTopic: "Enabled" || "Disabled",
67
+ * // },
68
+ * // MessageDeliveryStatus: { // MessageDeliveryStatusEventConfiguration
69
+ * // Sidewalk: {
70
+ * // AmazonIdEventTopic: "Enabled" || "Disabled",
71
+ * // },
72
+ * // WirelessDeviceIdEventTopic: "Enabled" || "Disabled",
73
+ * // },
74
+ * // },
75
+ * // },
76
+ * // ],
77
+ * // };
78
+ *
36
79
  * ```
37
80
  *
38
81
  * @param ListEventConfigurationsCommandInput - {@link ListEventConfigurationsCommandInput}
@@ -53,6 +96,8 @@ export interface ListEventConfigurationsCommandOutput extends ListEventConfigura
53
96
  * @throws {@link ValidationException} (client fault)
54
97
  * <p>The input did not meet the specified constraints.</p>
55
98
  *
99
+ * @throws {@link IoTWirelessServiceException}
100
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
56
101
  *
57
102
  */
58
103
  export declare class ListEventConfigurationsCommand extends $Command<ListEventConfigurationsCommandInput, ListEventConfigurationsCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,17 @@ export interface ListFuotaTasksCommandOutput extends ListFuotaTasksResponse, __M
32
32
  * };
33
33
  * const command = new ListFuotaTasksCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListFuotaTasksResponse
36
+ * // NextToken: "STRING_VALUE",
37
+ * // FuotaTaskList: [ // FuotaTaskList
38
+ * // { // FuotaTask
39
+ * // Id: "STRING_VALUE",
40
+ * // Arn: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // },
43
+ * // ],
44
+ * // };
45
+ *
35
46
  * ```
36
47
  *
37
48
  * @param ListFuotaTasksCommandInput - {@link ListFuotaTasksCommandInput}
@@ -52,6 +63,8 @@ export interface ListFuotaTasksCommandOutput extends ListFuotaTasksResponse, __M
52
63
  * @throws {@link ValidationException} (client fault)
53
64
  * <p>The input did not meet the specified constraints.</p>
54
65
  *
66
+ * @throws {@link IoTWirelessServiceException}
67
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
55
68
  *
56
69
  */
57
70
  export declare class ListFuotaTasksCommand extends $Command<ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -33,6 +33,15 @@ export interface ListMulticastGroupsByFuotaTaskCommandOutput extends ListMultica
33
33
  * };
34
34
  * const command = new ListMulticastGroupsByFuotaTaskCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListMulticastGroupsByFuotaTaskResponse
37
+ * // NextToken: "STRING_VALUE",
38
+ * // MulticastGroupList: [ // MulticastGroupListByFuotaTask
39
+ * // { // MulticastGroupByFuotaTask
40
+ * // Id: "STRING_VALUE",
41
+ * // },
42
+ * // ],
43
+ * // };
44
+ *
36
45
  * ```
37
46
  *
38
47
  * @param ListMulticastGroupsByFuotaTaskCommandInput - {@link ListMulticastGroupsByFuotaTaskCommandInput}
@@ -56,6 +65,8 @@ export interface ListMulticastGroupsByFuotaTaskCommandOutput extends ListMultica
56
65
  * @throws {@link ValidationException} (client fault)
57
66
  * <p>The input did not meet the specified constraints.</p>
58
67
  *
68
+ * @throws {@link IoTWirelessServiceException}
69
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
59
70
  *
60
71
  */
61
72
  export declare class ListMulticastGroupsByFuotaTaskCommand extends $Command<ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,17 @@ export interface ListMulticastGroupsCommandOutput extends ListMulticastGroupsRes
32
32
  * };
33
33
  * const command = new ListMulticastGroupsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListMulticastGroupsResponse
36
+ * // NextToken: "STRING_VALUE",
37
+ * // MulticastGroupList: [ // MulticastGroupList
38
+ * // { // MulticastGroup
39
+ * // Id: "STRING_VALUE",
40
+ * // Arn: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // },
43
+ * // ],
44
+ * // };
45
+ *
35
46
  * ```
36
47
  *
37
48
  * @param ListMulticastGroupsCommandInput - {@link ListMulticastGroupsCommandInput}
@@ -52,6 +63,8 @@ export interface ListMulticastGroupsCommandOutput extends ListMulticastGroupsRes
52
63
  * @throws {@link ValidationException} (client fault)
53
64
  * <p>The input did not meet the specified constraints.</p>
54
65
  *
66
+ * @throws {@link IoTWirelessServiceException}
67
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
55
68
  *
56
69
  */
57
70
  export declare class ListMulticastGroupsCommand extends $Command<ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,16 @@ export interface ListNetworkAnalyzerConfigurationsCommandOutput extends ListNetw
32
32
  * };
33
33
  * const command = new ListNetworkAnalyzerConfigurationsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListNetworkAnalyzerConfigurationsResponse
36
+ * // NextToken: "STRING_VALUE",
37
+ * // NetworkAnalyzerConfigurationList: [ // NetworkAnalyzerConfigurationList
38
+ * // { // NetworkAnalyzerConfigurations
39
+ * // Arn: "STRING_VALUE",
40
+ * // Name: "STRING_VALUE",
41
+ * // },
42
+ * // ],
43
+ * // };
44
+ *
35
45
  * ```
36
46
  *
37
47
  * @param ListNetworkAnalyzerConfigurationsCommandInput - {@link ListNetworkAnalyzerConfigurationsCommandInput}
@@ -52,6 +62,8 @@ export interface ListNetworkAnalyzerConfigurationsCommandOutput extends ListNetw
52
62
  * @throws {@link ValidationException} (client fault)
53
63
  * <p>The input did not meet the specified constraints.</p>
54
64
  *
65
+ * @throws {@link IoTWirelessServiceException}
66
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
55
67
  *
56
68
  */
57
69
  export declare class ListNetworkAnalyzerConfigurationsCommand extends $Command<ListNetworkAnalyzerConfigurationsCommandInput, ListNetworkAnalyzerConfigurationsCommandOutput, IoTWirelessClientResolvedConfig> {