@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
@@ -32,6 +32,8 @@ export interface DisassociateMulticastGroupFromFuotaTaskCommandOutput extends Di
32
32
  * };
33
33
  * const command = new DisassociateMulticastGroupFromFuotaTaskCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DisassociateMulticastGroupFromFuotaTaskCommandInput - {@link DisassociateMulticastGroupFromFuotaTaskCommandInput}
@@ -55,6 +57,8 @@ export interface DisassociateMulticastGroupFromFuotaTaskCommandOutput extends Di
55
57
  * @throws {@link ValidationException} (client fault)
56
58
  * <p>The input did not meet the specified constraints.</p>
57
59
  *
60
+ * @throws {@link IoTWirelessServiceException}
61
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
58
62
  *
59
63
  */
60
64
  export declare class DisassociateMulticastGroupFromFuotaTaskCommand extends $Command<DisassociateMulticastGroupFromFuotaTaskCommandInput, DisassociateMulticastGroupFromFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DisassociateWirelessDeviceFromFuotaTaskCommandOutput extends Di
32
32
  * };
33
33
  * const command = new DisassociateWirelessDeviceFromFuotaTaskCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DisassociateWirelessDeviceFromFuotaTaskCommandInput - {@link DisassociateWirelessDeviceFromFuotaTaskCommandInput}
@@ -58,6 +60,8 @@ export interface DisassociateWirelessDeviceFromFuotaTaskCommandOutput extends Di
58
60
  * @throws {@link ValidationException} (client fault)
59
61
  * <p>The input did not meet the specified constraints.</p>
60
62
  *
63
+ * @throws {@link IoTWirelessServiceException}
64
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
61
65
  *
62
66
  */
63
67
  export declare class DisassociateWirelessDeviceFromFuotaTaskCommand extends $Command<DisassociateWirelessDeviceFromFuotaTaskCommandInput, DisassociateWirelessDeviceFromFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DisassociateWirelessDeviceFromMulticastGroupCommandOutput exten
32
32
  * };
33
33
  * const command = new DisassociateWirelessDeviceFromMulticastGroupCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DisassociateWirelessDeviceFromMulticastGroupCommandInput - {@link DisassociateWirelessDeviceFromMulticastGroupCommandInput}
@@ -55,6 +57,8 @@ export interface DisassociateWirelessDeviceFromMulticastGroupCommandOutput exten
55
57
  * @throws {@link ValidationException} (client fault)
56
58
  * <p>The input did not meet the specified constraints.</p>
57
59
  *
60
+ * @throws {@link IoTWirelessServiceException}
61
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
58
62
  *
59
63
  */
60
64
  export declare class DisassociateWirelessDeviceFromMulticastGroupCommand extends $Command<DisassociateWirelessDeviceFromMulticastGroupCommandInput, DisassociateWirelessDeviceFromMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DisassociateWirelessDeviceFromThingCommandOutput extends Disass
31
31
  * };
32
32
  * const command = new DisassociateWirelessDeviceFromThingCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DisassociateWirelessDeviceFromThingCommandInput - {@link DisassociateWirelessDeviceFromThingCommandInput}
@@ -57,6 +59,8 @@ export interface DisassociateWirelessDeviceFromThingCommandOutput extends Disass
57
59
  * @throws {@link ValidationException} (client fault)
58
60
  * <p>The input did not meet the specified constraints.</p>
59
61
  *
62
+ * @throws {@link IoTWirelessServiceException}
63
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
60
64
  *
61
65
  */
62
66
  export declare class DisassociateWirelessDeviceFromThingCommand extends $Command<DisassociateWirelessDeviceFromThingCommandInput, DisassociateWirelessDeviceFromThingCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DisassociateWirelessGatewayFromCertificateCommandOutput extends
31
31
  * };
32
32
  * const command = new DisassociateWirelessGatewayFromCertificateCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DisassociateWirelessGatewayFromCertificateCommandInput - {@link DisassociateWirelessGatewayFromCertificateCommandInput}
@@ -54,6 +56,8 @@ export interface DisassociateWirelessGatewayFromCertificateCommandOutput extends
54
56
  * @throws {@link ValidationException} (client fault)
55
57
  * <p>The input did not meet the specified constraints.</p>
56
58
  *
59
+ * @throws {@link IoTWirelessServiceException}
60
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
57
61
  *
58
62
  */
59
63
  export declare class DisassociateWirelessGatewayFromCertificateCommand extends $Command<DisassociateWirelessGatewayFromCertificateCommandInput, DisassociateWirelessGatewayFromCertificateCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DisassociateWirelessGatewayFromThingCommandOutput extends Disas
31
31
  * };
32
32
  * const command = new DisassociateWirelessGatewayFromThingCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DisassociateWirelessGatewayFromThingCommandInput - {@link DisassociateWirelessGatewayFromThingCommandInput}
@@ -57,6 +59,8 @@ export interface DisassociateWirelessGatewayFromThingCommandOutput extends Disas
57
59
  * @throws {@link ValidationException} (client fault)
58
60
  * <p>The input did not meet the specified constraints.</p>
59
61
  *
62
+ * @throws {@link IoTWirelessServiceException}
63
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
60
64
  *
61
65
  */
62
66
  export declare class DisassociateWirelessGatewayFromThingCommand extends $Command<DisassociateWirelessGatewayFromThingCommandInput, DisassociateWirelessGatewayFromThingCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,15 @@ export interface GetDestinationCommandOutput extends GetDestinationResponse, __M
31
31
  * };
32
32
  * const command = new GetDestinationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetDestinationResponse
35
+ * // Arn: "STRING_VALUE",
36
+ * // Name: "STRING_VALUE",
37
+ * // Expression: "STRING_VALUE",
38
+ * // ExpressionType: "RuleName" || "MqttTopic",
39
+ * // Description: "STRING_VALUE",
40
+ * // RoleArn: "STRING_VALUE",
41
+ * // };
42
+ *
34
43
  * ```
35
44
  *
36
45
  * @param GetDestinationCommandInput - {@link GetDestinationCommandInput}
@@ -54,6 +63,8 @@ export interface GetDestinationCommandOutput extends GetDestinationResponse, __M
54
63
  * @throws {@link ValidationException} (client fault)
55
64
  * <p>The input did not meet the specified constraints.</p>
56
65
  *
66
+ * @throws {@link IoTWirelessServiceException}
67
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
57
68
  *
58
69
  */
59
70
  export declare class GetDestinationCommand extends $Command<GetDestinationCommandInput, GetDestinationCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,48 @@ export interface GetDeviceProfileCommandOutput extends GetDeviceProfileResponse,
31
31
  * };
32
32
  * const command = new GetDeviceProfileCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetDeviceProfileResponse
35
+ * // Arn: "STRING_VALUE",
36
+ * // Name: "STRING_VALUE",
37
+ * // Id: "STRING_VALUE",
38
+ * // LoRaWAN: { // LoRaWANDeviceProfile
39
+ * // SupportsClassB: true || false,
40
+ * // ClassBTimeout: Number("int"),
41
+ * // PingSlotPeriod: Number("int"),
42
+ * // PingSlotDr: Number("int"),
43
+ * // PingSlotFreq: Number("int"),
44
+ * // SupportsClassC: true || false,
45
+ * // ClassCTimeout: Number("int"),
46
+ * // MacVersion: "STRING_VALUE",
47
+ * // RegParamsRevision: "STRING_VALUE",
48
+ * // RxDelay1: Number("int"),
49
+ * // RxDrOffset1: Number("int"),
50
+ * // RxDataRate2: Number("int"),
51
+ * // RxFreq2: Number("int"),
52
+ * // FactoryPresetFreqsList: [ // FactoryPresetFreqsList
53
+ * // Number("int"),
54
+ * // ],
55
+ * // MaxEirp: Number("int"),
56
+ * // MaxDutyCycle: Number("int"),
57
+ * // RfRegion: "STRING_VALUE",
58
+ * // SupportsJoin: true || false,
59
+ * // Supports32BitFCnt: true || false,
60
+ * // },
61
+ * // Sidewalk: { // SidewalkGetDeviceProfile
62
+ * // ApplicationServerPublicKey: "STRING_VALUE",
63
+ * // QualificationStatus: true || false,
64
+ * // DakCertificateMetadata: [ // DakCertificateMetadataList
65
+ * // { // DakCertificateMetadata
66
+ * // CertificateId: "STRING_VALUE", // required
67
+ * // MaxAllowedSignature: Number("int"),
68
+ * // FactorySupport: true || false,
69
+ * // ApId: "STRING_VALUE",
70
+ * // DeviceTypeId: "STRING_VALUE",
71
+ * // },
72
+ * // ],
73
+ * // },
74
+ * // };
75
+ *
34
76
  * ```
35
77
  *
36
78
  * @param GetDeviceProfileCommandInput - {@link GetDeviceProfileCommandInput}
@@ -54,6 +96,8 @@ export interface GetDeviceProfileCommandOutput extends GetDeviceProfileResponse,
54
96
  * @throws {@link ValidationException} (client fault)
55
97
  * <p>The input did not meet the specified constraints.</p>
56
98
  *
99
+ * @throws {@link IoTWirelessServiceException}
100
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
57
101
  *
58
102
  */
59
103
  export declare class GetDeviceProfileCommand extends $Command<GetDeviceProfileCommandInput, GetDeviceProfileCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -29,6 +29,34 @@ export interface GetEventConfigurationByResourceTypesCommandOutput extends GetEv
29
29
  * const input = {};
30
30
  * const command = new GetEventConfigurationByResourceTypesCommand(input);
31
31
  * const response = await client.send(command);
32
+ * // { // GetEventConfigurationByResourceTypesResponse
33
+ * // DeviceRegistrationState: { // DeviceRegistrationStateResourceTypeEventConfiguration
34
+ * // Sidewalk: { // SidewalkResourceTypeEventConfiguration
35
+ * // WirelessDeviceEventTopic: "Enabled" || "Disabled",
36
+ * // },
37
+ * // },
38
+ * // Proximity: { // ProximityResourceTypeEventConfiguration
39
+ * // Sidewalk: {
40
+ * // WirelessDeviceEventTopic: "Enabled" || "Disabled",
41
+ * // },
42
+ * // },
43
+ * // Join: { // JoinResourceTypeEventConfiguration
44
+ * // LoRaWAN: { // LoRaWANJoinResourceTypeEventConfiguration
45
+ * // WirelessDeviceEventTopic: "Enabled" || "Disabled",
46
+ * // },
47
+ * // },
48
+ * // ConnectionStatus: { // ConnectionStatusResourceTypeEventConfiguration
49
+ * // LoRaWAN: { // LoRaWANConnectionStatusResourceTypeEventConfiguration
50
+ * // WirelessGatewayEventTopic: "Enabled" || "Disabled",
51
+ * // },
52
+ * // },
53
+ * // MessageDeliveryStatus: { // MessageDeliveryStatusResourceTypeEventConfiguration
54
+ * // Sidewalk: {
55
+ * // WirelessDeviceEventTopic: "Enabled" || "Disabled",
56
+ * // },
57
+ * // },
58
+ * // };
59
+ *
32
60
  * ```
33
61
  *
34
62
  * @param GetEventConfigurationByResourceTypesCommandInput - {@link GetEventConfigurationByResourceTypesCommandInput}
@@ -46,6 +74,8 @@ export interface GetEventConfigurationByResourceTypesCommandOutput extends GetEv
46
74
  * @throws {@link ThrottlingException} (client fault)
47
75
  * <p>The request was denied because it exceeded the allowed API request rate.</p>
48
76
  *
77
+ * @throws {@link IoTWirelessServiceException}
78
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
49
79
  *
50
80
  */
51
81
  export declare class GetEventConfigurationByResourceTypesCommand extends $Command<GetEventConfigurationByResourceTypesCommandInput, GetEventConfigurationByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,24 @@ export interface GetFuotaTaskCommandOutput extends GetFuotaTaskResponse, __Metad
31
31
  * };
32
32
  * const command = new GetFuotaTaskCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetFuotaTaskResponse
35
+ * // Arn: "STRING_VALUE",
36
+ * // Id: "STRING_VALUE",
37
+ * // Status: "Pending" || "FuotaSession_Waiting" || "In_FuotaSession" || "FuotaDone" || "Delete_Waiting",
38
+ * // Name: "STRING_VALUE",
39
+ * // Description: "STRING_VALUE",
40
+ * // LoRaWAN: { // LoRaWANFuotaTaskGetInfo
41
+ * // RfRegion: "STRING_VALUE",
42
+ * // StartTime: new Date("TIMESTAMP"),
43
+ * // },
44
+ * // FirmwareUpdateImage: "STRING_VALUE",
45
+ * // FirmwareUpdateRole: "STRING_VALUE",
46
+ * // CreatedAt: new Date("TIMESTAMP"),
47
+ * // RedundancyPercent: Number("int"),
48
+ * // FragmentSizeBytes: Number("int"),
49
+ * // FragmentIntervalMS: Number("int"),
50
+ * // };
51
+ *
34
52
  * ```
35
53
  *
36
54
  * @param GetFuotaTaskCommandInput - {@link GetFuotaTaskCommandInput}
@@ -54,6 +72,8 @@ export interface GetFuotaTaskCommandOutput extends GetFuotaTaskResponse, __Metad
54
72
  * @throws {@link ValidationException} (client fault)
55
73
  * <p>The input did not meet the specified constraints.</p>
56
74
  *
75
+ * @throws {@link IoTWirelessServiceException}
76
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
57
77
  *
58
78
  */
59
79
  export declare class GetFuotaTaskCommand extends $Command<GetFuotaTaskCommandInput, GetFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -30,6 +30,34 @@ export interface GetLogLevelsByResourceTypesCommandOutput extends GetLogLevelsBy
30
30
  * const input = {};
31
31
  * const command = new GetLogLevelsByResourceTypesCommand(input);
32
32
  * const response = await client.send(command);
33
+ * // { // GetLogLevelsByResourceTypesResponse
34
+ * // DefaultLogLevel: "INFO" || "ERROR" || "DISABLED",
35
+ * // WirelessGatewayLogOptions: [ // WirelessGatewayLogOptionList
36
+ * // { // WirelessGatewayLogOption
37
+ * // Type: "LoRaWAN", // required
38
+ * // LogLevel: "INFO" || "ERROR" || "DISABLED", // required
39
+ * // Events: [ // WirelessGatewayEventLogOptionList
40
+ * // { // WirelessGatewayEventLogOption
41
+ * // Event: "CUPS_Request" || "Certificate", // required
42
+ * // LogLevel: "INFO" || "ERROR" || "DISABLED", // required
43
+ * // },
44
+ * // ],
45
+ * // },
46
+ * // ],
47
+ * // WirelessDeviceLogOptions: [ // WirelessDeviceLogOptionList
48
+ * // { // WirelessDeviceLogOption
49
+ * // Type: "Sidewalk" || "LoRaWAN", // required
50
+ * // LogLevel: "INFO" || "ERROR" || "DISABLED", // required
51
+ * // Events: [ // WirelessDeviceEventLogOptionList
52
+ * // { // WirelessDeviceEventLogOption
53
+ * // Event: "Join" || "Rejoin" || "Uplink_Data" || "Downlink_Data" || "Registration", // required
54
+ * // LogLevel: "INFO" || "ERROR" || "DISABLED", // required
55
+ * // },
56
+ * // ],
57
+ * // },
58
+ * // ],
59
+ * // };
60
+ *
33
61
  * ```
34
62
  *
35
63
  * @param GetLogLevelsByResourceTypesCommandInput - {@link GetLogLevelsByResourceTypesCommandInput}
@@ -53,6 +81,8 @@ export interface GetLogLevelsByResourceTypesCommandOutput extends GetLogLevelsBy
53
81
  * @throws {@link ValidationException} (client fault)
54
82
  * <p>The input did not meet the specified constraints.</p>
55
83
  *
84
+ * @throws {@link IoTWirelessServiceException}
85
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
56
86
  *
57
87
  */
58
88
  export declare class GetLogLevelsByResourceTypesCommand extends $Command<GetLogLevelsByResourceTypesCommandInput, GetLogLevelsByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,21 @@ export interface GetMulticastGroupCommandOutput extends GetMulticastGroupRespons
31
31
  * };
32
32
  * const command = new GetMulticastGroupCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetMulticastGroupResponse
35
+ * // Arn: "STRING_VALUE",
36
+ * // Id: "STRING_VALUE",
37
+ * // Name: "STRING_VALUE",
38
+ * // Description: "STRING_VALUE",
39
+ * // Status: "STRING_VALUE",
40
+ * // LoRaWAN: { // LoRaWANMulticastGet
41
+ * // RfRegion: "EU868" || "US915" || "AU915" || "AS923-1" || "AS923-2" || "AS923-3" || "AS923-4" || "EU433" || "CN470" || "CN779" || "RU864" || "KR920" || "IN865",
42
+ * // DlClass: "ClassB" || "ClassC",
43
+ * // NumberOfDevicesRequested: Number("int"),
44
+ * // NumberOfDevicesInGroup: Number("int"),
45
+ * // },
46
+ * // CreatedAt: new Date("TIMESTAMP"),
47
+ * // };
48
+ *
34
49
  * ```
35
50
  *
36
51
  * @param GetMulticastGroupCommandInput - {@link GetMulticastGroupCommandInput}
@@ -54,6 +69,8 @@ export interface GetMulticastGroupCommandOutput extends GetMulticastGroupRespons
54
69
  * @throws {@link ValidationException} (client fault)
55
70
  * <p>The input did not meet the specified constraints.</p>
56
71
  *
72
+ * @throws {@link IoTWirelessServiceException}
73
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
57
74
  *
58
75
  */
59
76
  export declare class GetMulticastGroupCommand extends $Command<GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,16 @@ export interface GetMulticastGroupSessionCommandOutput extends GetMulticastGroup
31
31
  * };
32
32
  * const command = new GetMulticastGroupSessionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetMulticastGroupSessionResponse
35
+ * // LoRaWAN: { // LoRaWANMulticastSession
36
+ * // DlDr: Number("int"),
37
+ * // DlFreq: Number("int"),
38
+ * // SessionStartTime: new Date("TIMESTAMP"),
39
+ * // SessionTimeout: Number("int"),
40
+ * // PingSlotPeriod: Number("int"),
41
+ * // },
42
+ * // };
43
+ *
34
44
  * ```
35
45
  *
36
46
  * @param GetMulticastGroupSessionCommandInput - {@link GetMulticastGroupSessionCommandInput}
@@ -54,6 +64,8 @@ export interface GetMulticastGroupSessionCommandOutput extends GetMulticastGroup
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 GetMulticastGroupSessionCommand extends $Command<GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,22 @@ export interface GetNetworkAnalyzerConfigurationCommandOutput extends GetNetwork
31
31
  * };
32
32
  * const command = new GetNetworkAnalyzerConfigurationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetNetworkAnalyzerConfigurationResponse
35
+ * // TraceContent: { // TraceContent
36
+ * // WirelessDeviceFrameInfo: "ENABLED" || "DISABLED",
37
+ * // LogLevel: "INFO" || "ERROR" || "DISABLED",
38
+ * // },
39
+ * // WirelessDevices: [ // WirelessDeviceList
40
+ * // "STRING_VALUE",
41
+ * // ],
42
+ * // WirelessGateways: [ // WirelessGatewayList
43
+ * // "STRING_VALUE",
44
+ * // ],
45
+ * // Description: "STRING_VALUE",
46
+ * // Arn: "STRING_VALUE",
47
+ * // Name: "STRING_VALUE",
48
+ * // };
49
+ *
34
50
  * ```
35
51
  *
36
52
  * @param GetNetworkAnalyzerConfigurationCommandInput - {@link GetNetworkAnalyzerConfigurationCommandInput}
@@ -54,6 +70,8 @@ export interface GetNetworkAnalyzerConfigurationCommandOutput extends GetNetwork
54
70
  * @throws {@link ValidationException} (client fault)
55
71
  * <p>The input did not meet the specified constraints.</p>
56
72
  *
73
+ * @throws {@link IoTWirelessServiceException}
74
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
57
75
  *
58
76
  */
59
77
  export declare class GetNetworkAnalyzerConfigurationCommand extends $Command<GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,15 @@ export interface GetPartnerAccountCommandOutput extends GetPartnerAccountRespons
32
32
  * };
33
33
  * const command = new GetPartnerAccountCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetPartnerAccountResponse
36
+ * // Sidewalk: { // SidewalkAccountInfoWithFingerprint
37
+ * // AmazonId: "STRING_VALUE",
38
+ * // Fingerprint: "STRING_VALUE",
39
+ * // Arn: "STRING_VALUE",
40
+ * // },
41
+ * // AccountLinked: true || false,
42
+ * // };
43
+ *
35
44
  * ```
36
45
  *
37
46
  * @param GetPartnerAccountCommandInput - {@link GetPartnerAccountCommandInput}
@@ -52,6 +61,8 @@ export interface GetPartnerAccountCommandOutput extends GetPartnerAccountRespons
52
61
  * @throws {@link ValidationException} (client fault)
53
62
  * <p>The input did not meet the specified constraints.</p>
54
63
  *
64
+ * @throws {@link IoTWirelessServiceException}
65
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
55
66
  *
56
67
  */
57
68
  export declare class GetPartnerAccountCommand extends $Command<GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -39,6 +39,20 @@ export interface GetPositionCommandOutput extends GetPositionResponse, __Metadat
39
39
  * };
40
40
  * const command = new GetPositionCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // GetPositionResponse
43
+ * // Position: [ // PositionCoordinate
44
+ * // Number("float"),
45
+ * // ],
46
+ * // Accuracy: { // Accuracy
47
+ * // HorizontalAccuracy: Number("float"),
48
+ * // VerticalAccuracy: Number("float"),
49
+ * // },
50
+ * // SolverType: "GNSS",
51
+ * // SolverProvider: "Semtech",
52
+ * // SolverVersion: "STRING_VALUE",
53
+ * // Timestamp: "STRING_VALUE",
54
+ * // };
55
+ *
42
56
  * ```
43
57
  *
44
58
  * @param GetPositionCommandInput - {@link GetPositionCommandInput}
@@ -62,6 +76,8 @@ export interface GetPositionCommandOutput extends GetPositionResponse, __Metadat
62
76
  * @throws {@link ValidationException} (client fault)
63
77
  * <p>The input did not meet the specified constraints.</p>
64
78
  *
79
+ * @throws {@link IoTWirelessServiceException}
80
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
65
81
  *
66
82
  */
67
83
  export declare class GetPositionCommand extends $Command<GetPositionCommandInput, GetPositionCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -39,6 +39,18 @@ export interface GetPositionConfigurationCommandOutput extends GetPositionConfig
39
39
  * };
40
40
  * const command = new GetPositionConfigurationCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // GetPositionConfigurationResponse
43
+ * // Solvers: { // PositionSolverDetails
44
+ * // SemtechGnss: { // SemtechGnssDetail
45
+ * // Provider: "Semtech",
46
+ * // Type: "GNSS",
47
+ * // Status: "Enabled" || "Disabled",
48
+ * // Fec: "ROSE" || "NONE",
49
+ * // },
50
+ * // },
51
+ * // Destination: "STRING_VALUE",
52
+ * // };
53
+ *
42
54
  * ```
43
55
  *
44
56
  * @param GetPositionConfigurationCommandInput - {@link GetPositionConfigurationCommandInput}
@@ -62,6 +74,8 @@ export interface GetPositionConfigurationCommandOutput extends GetPositionConfig
62
74
  * @throws {@link ValidationException} (client fault)
63
75
  * <p>The input did not meet the specified constraints.</p>
64
76
  *
77
+ * @throws {@link IoTWirelessServiceException}
78
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
65
79
  *
66
80
  */
67
81
  export declare class GetPositionConfigurationCommand extends $Command<GetPositionConfigurationCommandInput, GetPositionConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -173,6 +173,10 @@ export interface GetPositionEstimateCommandOutput extends GetPositionEstimateRes
173
173
  * };
174
174
  * const command = new GetPositionEstimateCommand(input);
175
175
  * const response = await client.send(command);
176
+ * // { // GetPositionEstimateResponse
177
+ * // GeoJsonPayload: "BLOB_VALUE",
178
+ * // };
179
+ *
176
180
  * ```
177
181
  *
178
182
  * @param GetPositionEstimateCommandInput - {@link GetPositionEstimateCommandInput}
@@ -196,6 +200,8 @@ export interface GetPositionEstimateCommandOutput extends GetPositionEstimateRes
196
200
  * @throws {@link ValidationException} (client fault)
197
201
  * <p>The input did not meet the specified constraints.</p>
198
202
  *
203
+ * @throws {@link IoTWirelessServiceException}
204
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
199
205
  *
200
206
  */
201
207
  export declare class GetPositionEstimateCommand extends $Command<GetPositionEstimateCommandInput, GetPositionEstimateCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -33,6 +33,39 @@ export interface GetResourceEventConfigurationCommandOutput extends GetResourceE
33
33
  * };
34
34
  * const command = new GetResourceEventConfigurationCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetResourceEventConfigurationResponse
37
+ * // DeviceRegistrationState: { // DeviceRegistrationStateEventConfiguration
38
+ * // Sidewalk: { // SidewalkEventNotificationConfigurations
39
+ * // AmazonIdEventTopic: "Enabled" || "Disabled",
40
+ * // },
41
+ * // WirelessDeviceIdEventTopic: "Enabled" || "Disabled",
42
+ * // },
43
+ * // Proximity: { // ProximityEventConfiguration
44
+ * // Sidewalk: {
45
+ * // AmazonIdEventTopic: "Enabled" || "Disabled",
46
+ * // },
47
+ * // WirelessDeviceIdEventTopic: "Enabled" || "Disabled",
48
+ * // },
49
+ * // Join: { // JoinEventConfiguration
50
+ * // LoRaWAN: { // LoRaWANJoinEventNotificationConfigurations
51
+ * // DevEuiEventTopic: "Enabled" || "Disabled",
52
+ * // },
53
+ * // WirelessDeviceIdEventTopic: "Enabled" || "Disabled",
54
+ * // },
55
+ * // ConnectionStatus: { // ConnectionStatusEventConfiguration
56
+ * // LoRaWAN: { // LoRaWANConnectionStatusEventNotificationConfigurations
57
+ * // GatewayEuiEventTopic: "Enabled" || "Disabled",
58
+ * // },
59
+ * // WirelessGatewayIdEventTopic: "Enabled" || "Disabled",
60
+ * // },
61
+ * // MessageDeliveryStatus: { // MessageDeliveryStatusEventConfiguration
62
+ * // Sidewalk: {
63
+ * // AmazonIdEventTopic: "Enabled" || "Disabled",
64
+ * // },
65
+ * // WirelessDeviceIdEventTopic: "Enabled" || "Disabled",
66
+ * // },
67
+ * // };
68
+ *
36
69
  * ```
37
70
  *
38
71
  * @param GetResourceEventConfigurationCommandInput - {@link GetResourceEventConfigurationCommandInput}
@@ -56,6 +89,8 @@ export interface GetResourceEventConfigurationCommandOutput extends GetResourceE
56
89
  * @throws {@link ValidationException} (client fault)
57
90
  * <p>The input did not meet the specified constraints.</p>
58
91
  *
92
+ * @throws {@link IoTWirelessServiceException}
93
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
59
94
  *
60
95
  */
61
96
  export declare class GetResourceEventConfigurationCommand extends $Command<GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -33,6 +33,10 @@ export interface GetResourceLogLevelCommandOutput extends GetResourceLogLevelRes
33
33
  * };
34
34
  * const command = new GetResourceLogLevelCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetResourceLogLevelResponse
37
+ * // LogLevel: "INFO" || "ERROR" || "DISABLED",
38
+ * // };
39
+ *
36
40
  * ```
37
41
  *
38
42
  * @param GetResourceLogLevelCommandInput - {@link GetResourceLogLevelCommandInput}
@@ -56,6 +60,8 @@ export interface GetResourceLogLevelCommandOutput extends GetResourceLogLevelRes
56
60
  * @throws {@link ValidationException} (client fault)
57
61
  * <p>The input did not meet the specified constraints.</p>
58
62
  *
63
+ * @throws {@link IoTWirelessServiceException}
64
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
59
65
  *
60
66
  */
61
67
  export declare class GetResourceLogLevelCommand extends $Command<GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -34,6 +34,10 @@ export interface GetResourcePositionCommandOutput extends GetResourcePositionRes
34
34
  * };
35
35
  * const command = new GetResourcePositionCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetResourcePositionResponse
38
+ * // GeoJsonPayload: "BLOB_VALUE",
39
+ * // };
40
+ *
37
41
  * ```
38
42
  *
39
43
  * @param GetResourcePositionCommandInput - {@link GetResourcePositionCommandInput}
@@ -57,6 +61,8 @@ export interface GetResourcePositionCommandOutput extends GetResourcePositionRes
57
61
  * @throws {@link ValidationException} (client fault)
58
62
  * <p>The input did not meet the specified constraints.</p>
59
63
  *
64
+ * @throws {@link IoTWirelessServiceException}
65
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
60
66
  *
61
67
  */
62
68
  export declare class GetResourcePositionCommand extends $Command<GetResourcePositionCommandInput, GetResourcePositionCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,12 @@ export interface GetServiceEndpointCommandOutput extends GetServiceEndpointRespo
31
31
  * };
32
32
  * const command = new GetServiceEndpointCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetServiceEndpointResponse
35
+ * // ServiceType: "CUPS" || "LNS",
36
+ * // ServiceEndpoint: "STRING_VALUE",
37
+ * // ServerTrust: "STRING_VALUE",
38
+ * // };
39
+ *
34
40
  * ```
35
41
  *
36
42
  * @param GetServiceEndpointCommandInput - {@link GetServiceEndpointCommandInput}
@@ -51,6 +57,8 @@ export interface GetServiceEndpointCommandOutput extends GetServiceEndpointRespo
51
57
  * @throws {@link ValidationException} (client fault)
52
58
  * <p>The input did not meet the specified constraints.</p>
53
59
  *
60
+ * @throws {@link IoTWirelessServiceException}
61
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
54
62
  *
55
63
  */
56
64
  export declare class GetServiceEndpointCommand extends $Command<GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput, IoTWirelessClientResolvedConfig> {