@aws-sdk/client-iot-wireless 3.289.0 → 3.292.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 (102) hide show
  1. package/dist-types/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +19 -0
  2. package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +19 -0
  3. package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +19 -0
  4. package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +19 -0
  5. package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +19 -0
  6. package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +19 -0
  7. package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +19 -0
  8. package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +19 -0
  9. package/dist-types/commands/CreateDestinationCommand.d.ts +19 -0
  10. package/dist-types/commands/CreateDeviceProfileCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateFuotaTaskCommand.d.ts +19 -0
  12. package/dist-types/commands/CreateMulticastGroupCommand.d.ts +19 -0
  13. package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +19 -0
  14. package/dist-types/commands/CreateServiceProfileCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +19 -0
  16. package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +19 -0
  18. package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +19 -0
  19. package/dist-types/commands/DeleteDestinationCommand.d.ts +19 -0
  20. package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +19 -0
  21. package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +19 -0
  23. package/dist-types/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +19 -0
  24. package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteServiceProfileCommand.d.ts +19 -0
  26. package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +16 -0
  30. package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +13 -0
  31. package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +16 -0
  32. package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +19 -0
  33. package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +16 -0
  34. package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +19 -0
  35. package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +16 -0
  36. package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +19 -0
  37. package/dist-types/commands/GetDestinationCommand.d.ts +16 -0
  38. package/dist-types/commands/GetDeviceProfileCommand.d.ts +16 -0
  39. package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +10 -0
  40. package/dist-types/commands/GetFuotaTaskCommand.d.ts +16 -0
  41. package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +16 -0
  42. package/dist-types/commands/GetMulticastGroupCommand.d.ts +16 -0
  43. package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +16 -0
  44. package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +16 -0
  45. package/dist-types/commands/GetPartnerAccountCommand.d.ts +13 -0
  46. package/dist-types/commands/GetPositionCommand.d.ts +16 -0
  47. package/dist-types/commands/GetPositionConfigurationCommand.d.ts +16 -0
  48. package/dist-types/commands/GetPositionEstimateCommand.d.ts +16 -0
  49. package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +16 -0
  50. package/dist-types/commands/GetResourceLogLevelCommand.d.ts +16 -0
  51. package/dist-types/commands/GetResourcePositionCommand.d.ts +16 -0
  52. package/dist-types/commands/GetServiceEndpointCommand.d.ts +13 -0
  53. package/dist-types/commands/GetServiceProfileCommand.d.ts +16 -0
  54. package/dist-types/commands/GetWirelessDeviceCommand.d.ts +16 -0
  55. package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +16 -0
  56. package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +16 -0
  57. package/dist-types/commands/GetWirelessGatewayCommand.d.ts +16 -0
  58. package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +16 -0
  59. package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +16 -0
  60. package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +16 -0
  61. package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +16 -0
  62. package/dist-types/commands/ListDestinationsCommand.d.ts +13 -0
  63. package/dist-types/commands/ListDeviceProfilesCommand.d.ts +13 -0
  64. package/dist-types/commands/ListEventConfigurationsCommand.d.ts +13 -0
  65. package/dist-types/commands/ListFuotaTasksCommand.d.ts +13 -0
  66. package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +16 -0
  67. package/dist-types/commands/ListMulticastGroupsCommand.d.ts +13 -0
  68. package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +13 -0
  69. package/dist-types/commands/ListPartnerAccountsCommand.d.ts +13 -0
  70. package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +13 -0
  71. package/dist-types/commands/ListQueuedMessagesCommand.d.ts +16 -0
  72. package/dist-types/commands/ListServiceProfilesCommand.d.ts +13 -0
  73. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  74. package/dist-types/commands/ListWirelessDevicesCommand.d.ts +13 -0
  75. package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +13 -0
  76. package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +13 -0
  77. package/dist-types/commands/PutPositionConfigurationCommand.d.ts +16 -0
  78. package/dist-types/commands/PutResourceLogLevelCommand.d.ts +16 -0
  79. package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +16 -0
  80. package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +16 -0
  81. package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +19 -0
  82. package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +13 -0
  83. package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +16 -0
  84. package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +16 -0
  85. package/dist-types/commands/StartFuotaTaskCommand.d.ts +19 -0
  86. package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +19 -0
  87. package/dist-types/commands/TagResourceCommand.d.ts +19 -0
  88. package/dist-types/commands/TestWirelessDeviceCommand.d.ts +13 -0
  89. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  90. package/dist-types/commands/UpdateDestinationCommand.d.ts +16 -0
  91. package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +13 -0
  92. package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +19 -0
  93. package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +19 -0
  94. package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +19 -0
  95. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +16 -0
  96. package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +13 -0
  97. package/dist-types/commands/UpdatePositionCommand.d.ts +16 -0
  98. package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +19 -0
  99. package/dist-types/commands/UpdateResourcePositionCommand.d.ts +16 -0
  100. package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +16 -0
  101. package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +16 -0
  102. package/package.json +35 -40
@@ -29,6 +29,19 @@ export interface GetServiceEndpointCommandOutput extends GetServiceEndpointRespo
29
29
  * @see {@link GetServiceEndpointCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input did not meet the specified constraints.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetServiceEndpointCommand extends $Command<GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput, IoTWirelessClientResolvedConfig> {
34
47
  readonly input: GetServiceEndpointCommandInput;
@@ -29,6 +29,22 @@ export interface GetServiceProfileCommandOutput extends GetServiceProfileRespons
29
29
  * @see {@link GetServiceProfileCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource does not exist.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input did not meet the specified constraints.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class GetServiceProfileCommand extends $Command<GetServiceProfileCommandInput, GetServiceProfileCommandOutput, IoTWirelessClientResolvedConfig> {
34
50
  readonly input: GetServiceProfileCommandInput;
@@ -29,6 +29,22 @@ export interface GetWirelessDeviceCommandOutput extends GetWirelessDeviceRespons
29
29
  * @see {@link GetWirelessDeviceCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource does not exist.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input did not meet the specified constraints.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class GetWirelessDeviceCommand extends $Command<GetWirelessDeviceCommandInput, GetWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
34
50
  readonly input: GetWirelessDeviceCommandInput;
@@ -29,6 +29,22 @@ export interface GetWirelessDeviceStatisticsCommandOutput extends GetWirelessDev
29
29
  * @see {@link GetWirelessDeviceStatisticsCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource does not exist.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input did not meet the specified constraints.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class GetWirelessDeviceStatisticsCommand extends $Command<GetWirelessDeviceStatisticsCommandInput, GetWirelessDeviceStatisticsCommandOutput, IoTWirelessClientResolvedConfig> {
34
50
  readonly input: GetWirelessDeviceStatisticsCommandInput;
@@ -29,6 +29,22 @@ export interface GetWirelessGatewayCertificateCommandOutput extends GetWirelessG
29
29
  * @see {@link GetWirelessGatewayCertificateCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource does not exist.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input did not meet the specified constraints.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class GetWirelessGatewayCertificateCommand extends $Command<GetWirelessGatewayCertificateCommandInput, GetWirelessGatewayCertificateCommandOutput, IoTWirelessClientResolvedConfig> {
34
50
  readonly input: GetWirelessGatewayCertificateCommandInput;
@@ -29,6 +29,22 @@ export interface GetWirelessGatewayCommandOutput extends GetWirelessGatewayRespo
29
29
  * @see {@link GetWirelessGatewayCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource does not exist.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input did not meet the specified constraints.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class GetWirelessGatewayCommand extends $Command<GetWirelessGatewayCommandInput, GetWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig> {
34
50
  readonly input: GetWirelessGatewayCommandInput;
@@ -29,6 +29,22 @@ export interface GetWirelessGatewayFirmwareInformationCommandOutput extends GetW
29
29
  * @see {@link GetWirelessGatewayFirmwareInformationCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource does not exist.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input did not meet the specified constraints.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class GetWirelessGatewayFirmwareInformationCommand extends $Command<GetWirelessGatewayFirmwareInformationCommandInput, GetWirelessGatewayFirmwareInformationCommandOutput, IoTWirelessClientResolvedConfig> {
34
50
  readonly input: GetWirelessGatewayFirmwareInformationCommandInput;
@@ -29,6 +29,22 @@ export interface GetWirelessGatewayStatisticsCommandOutput extends GetWirelessGa
29
29
  * @see {@link GetWirelessGatewayStatisticsCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource does not exist.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input did not meet the specified constraints.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class GetWirelessGatewayStatisticsCommand extends $Command<GetWirelessGatewayStatisticsCommandInput, GetWirelessGatewayStatisticsCommandOutput, IoTWirelessClientResolvedConfig> {
34
50
  readonly input: GetWirelessGatewayStatisticsCommandInput;
@@ -29,6 +29,22 @@ export interface GetWirelessGatewayTaskCommandOutput extends GetWirelessGatewayT
29
29
  * @see {@link GetWirelessGatewayTaskCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource does not exist.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input did not meet the specified constraints.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class GetWirelessGatewayTaskCommand extends $Command<GetWirelessGatewayTaskCommandInput, GetWirelessGatewayTaskCommandOutput, IoTWirelessClientResolvedConfig> {
34
50
  readonly input: GetWirelessGatewayTaskCommandInput;
@@ -29,6 +29,22 @@ export interface GetWirelessGatewayTaskDefinitionCommandOutput extends GetWirele
29
29
  * @see {@link GetWirelessGatewayTaskDefinitionCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource does not exist.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input did not meet the specified constraints.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class GetWirelessGatewayTaskDefinitionCommand extends $Command<GetWirelessGatewayTaskDefinitionCommandInput, GetWirelessGatewayTaskDefinitionCommandOutput, IoTWirelessClientResolvedConfig> {
34
50
  readonly input: GetWirelessGatewayTaskDefinitionCommandInput;
@@ -29,6 +29,19 @@ export interface ListDestinationsCommandOutput extends ListDestinationsResponse,
29
29
  * @see {@link ListDestinationsCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input did not meet the specified constraints.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListDestinationsCommand extends $Command<ListDestinationsCommandInput, ListDestinationsCommandOutput, IoTWirelessClientResolvedConfig> {
34
47
  readonly input: ListDestinationsCommandInput;
@@ -29,6 +29,19 @@ export interface ListDeviceProfilesCommandOutput extends ListDeviceProfilesRespo
29
29
  * @see {@link ListDeviceProfilesCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input did not meet the specified constraints.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListDeviceProfilesCommand extends $Command<ListDeviceProfilesCommandInput, ListDeviceProfilesCommandOutput, IoTWirelessClientResolvedConfig> {
34
47
  readonly input: ListDeviceProfilesCommandInput;
@@ -29,6 +29,19 @@ export interface ListEventConfigurationsCommandOutput extends ListEventConfigura
29
29
  * @see {@link ListEventConfigurationsCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input did not meet the specified constraints.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListEventConfigurationsCommand extends $Command<ListEventConfigurationsCommandInput, ListEventConfigurationsCommandOutput, IoTWirelessClientResolvedConfig> {
34
47
  readonly input: ListEventConfigurationsCommandInput;
@@ -29,6 +29,19 @@ export interface ListFuotaTasksCommandOutput extends ListFuotaTasksResponse, __M
29
29
  * @see {@link ListFuotaTasksCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input did not meet the specified constraints.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListFuotaTasksCommand extends $Command<ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput, IoTWirelessClientResolvedConfig> {
34
47
  readonly input: ListFuotaTasksCommandInput;
@@ -29,6 +29,22 @@ export interface ListMulticastGroupsByFuotaTaskCommandOutput extends ListMultica
29
29
  * @see {@link ListMulticastGroupsByFuotaTaskCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource does not exist.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input did not meet the specified constraints.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListMulticastGroupsByFuotaTaskCommand extends $Command<ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
34
50
  readonly input: ListMulticastGroupsByFuotaTaskCommandInput;
@@ -29,6 +29,19 @@ export interface ListMulticastGroupsCommandOutput extends ListMulticastGroupsRes
29
29
  * @see {@link ListMulticastGroupsCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input did not meet the specified constraints.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListMulticastGroupsCommand extends $Command<ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput, IoTWirelessClientResolvedConfig> {
34
47
  readonly input: ListMulticastGroupsCommandInput;
@@ -29,6 +29,19 @@ export interface ListNetworkAnalyzerConfigurationsCommandOutput extends ListNetw
29
29
  * @see {@link ListNetworkAnalyzerConfigurationsCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input did not meet the specified constraints.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListNetworkAnalyzerConfigurationsCommand extends $Command<ListNetworkAnalyzerConfigurationsCommandInput, ListNetworkAnalyzerConfigurationsCommandOutput, IoTWirelessClientResolvedConfig> {
34
47
  readonly input: ListNetworkAnalyzerConfigurationsCommandInput;
@@ -29,6 +29,19 @@ export interface ListPartnerAccountsCommandOutput extends ListPartnerAccountsRes
29
29
  * @see {@link ListPartnerAccountsCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An unexpected error occurred while processing a request.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>Resource does not exist.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input did not meet the specified constraints.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListPartnerAccountsCommand extends $Command<ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput, IoTWirelessClientResolvedConfig> {
34
47
  readonly input: ListPartnerAccountsCommandInput;
@@ -36,6 +36,19 @@ export interface ListPositionConfigurationsCommandOutput extends ListPositionCon
36
36
  * @see {@link ListPositionConfigurationsCommandOutput} for command's `response` shape.
37
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
38
38
  *
39
+ * @throws {@link AccessDeniedException} (client fault)
40
+ * <p>User does not have permission to perform this action.</p>
41
+ *
42
+ * @throws {@link InternalServerException} (server fault)
43
+ * <p>An unexpected error occurred while processing a request.</p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The input did not meet the specified constraints.</p>
50
+ *
51
+ *
39
52
  */
40
53
  export declare class ListPositionConfigurationsCommand extends $Command<ListPositionConfigurationsCommandInput, ListPositionConfigurationsCommandOutput, IoTWirelessClientResolvedConfig> {
41
54
  readonly input: ListPositionConfigurationsCommandInput;
@@ -29,6 +29,22 @@ export interface ListQueuedMessagesCommandOutput extends ListQueuedMessagesRespo
29
29
  * @see {@link ListQueuedMessagesCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource does not exist.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input did not meet the specified constraints.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListQueuedMessagesCommand extends $Command<ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput, IoTWirelessClientResolvedConfig> {
34
50
  readonly input: ListQueuedMessagesCommandInput;
@@ -29,6 +29,19 @@ export interface ListServiceProfilesCommandOutput extends ListServiceProfilesRes
29
29
  * @see {@link ListServiceProfilesCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input did not meet the specified constraints.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListServiceProfilesCommand extends $Command<ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput, IoTWirelessClientResolvedConfig> {
34
47
  readonly input: ListServiceProfilesCommandInput;
@@ -29,6 +29,22 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>Adding, updating, or deleting the resource can cause an inconsistent state.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource does not exist.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input did not meet the specified constraints.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTWirelessClientResolvedConfig> {
34
50
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,19 @@ export interface ListWirelessDevicesCommandOutput extends ListWirelessDevicesRes
29
29
  * @see {@link ListWirelessDevicesCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input did not meet the specified constraints.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListWirelessDevicesCommand extends $Command<ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput, IoTWirelessClientResolvedConfig> {
34
47
  readonly input: ListWirelessDevicesCommandInput;
@@ -29,6 +29,19 @@ export interface ListWirelessGatewayTaskDefinitionsCommandOutput extends ListWir
29
29
  * @see {@link ListWirelessGatewayTaskDefinitionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input did not meet the specified constraints.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListWirelessGatewayTaskDefinitionsCommand extends $Command<ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTaskDefinitionsCommandOutput, IoTWirelessClientResolvedConfig> {
34
47
  readonly input: ListWirelessGatewayTaskDefinitionsCommandInput;
@@ -29,6 +29,19 @@ export interface ListWirelessGatewaysCommandOutput extends ListWirelessGatewaysR
29
29
  * @see {@link ListWirelessGatewaysCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The input did not meet the specified constraints.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListWirelessGatewaysCommand extends $Command<ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput, IoTWirelessClientResolvedConfig> {
34
47
  readonly input: ListWirelessGatewaysCommandInput;
@@ -35,6 +35,22 @@ export interface PutPositionConfigurationCommandOutput extends PutPositionConfig
35
35
  * @see {@link PutPositionConfigurationCommandOutput} for command's `response` shape.
36
36
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
37
37
  *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <p>User does not have permission to perform this action.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>An unexpected error occurred while processing a request.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>Resource does not exist.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>The input did not meet the specified constraints.</p>
52
+ *
53
+ *
38
54
  */
39
55
  export declare class PutPositionConfigurationCommand extends $Command<PutPositionConfigurationCommandInput, PutPositionConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
40
56
  readonly input: PutPositionConfigurationCommandInput;
@@ -30,6 +30,22 @@ export interface PutResourceLogLevelCommandOutput extends PutResourceLogLevelRes
30
30
  * @see {@link PutResourceLogLevelCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>User does not have permission to perform this action.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>An unexpected error occurred while processing a request.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>Resource does not exist.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The input did not meet the specified constraints.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class PutResourceLogLevelCommand extends $Command<PutResourceLogLevelCommandInput, PutResourceLogLevelCommandOutput, IoTWirelessClientResolvedConfig> {
35
51
  readonly input: PutResourceLogLevelCommandInput;
@@ -29,6 +29,22 @@ export interface ResetAllResourceLogLevelsCommandOutput extends ResetAllResource
29
29
  * @see {@link ResetAllResourceLogLevelsCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>User does not have permission to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred while processing a request.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Resource does not exist.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input did not meet the specified constraints.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ResetAllResourceLogLevelsCommand extends $Command<ResetAllResourceLogLevelsCommandInput, ResetAllResourceLogLevelsCommandOutput, IoTWirelessClientResolvedConfig> {
34
50
  readonly input: ResetAllResourceLogLevelsCommandInput;