@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
@@ -30,6 +30,22 @@ export interface ResetResourceLogLevelCommandOutput extends ResetResourceLogLeve
30
30
  * @see {@link ResetResourceLogLevelCommandOutput} 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 ResetResourceLogLevelCommand extends $Command<ResetResourceLogLevelCommandInput, ResetResourceLogLevelCommandOutput, IoTWirelessClientResolvedConfig> {
35
51
  readonly input: ResetResourceLogLevelCommandInput;
@@ -29,6 +29,25 @@ export interface SendDataToMulticastGroupCommandOutput extends SendDataToMultica
29
29
  * @see {@link SendDataToMulticastGroupCommandOutput} 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 ConflictException} (client fault)
36
+ * <p>Adding, updating, or deleting the resource can cause an inconsistent state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An unexpected error occurred while processing a request.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>Resource does not exist.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input did not meet the specified constraints.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class SendDataToMulticastGroupCommand extends $Command<SendDataToMulticastGroupCommandInput, SendDataToMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
34
53
  readonly input: SendDataToMulticastGroupCommandInput;
@@ -29,6 +29,19 @@ export interface SendDataToWirelessDeviceCommandOutput extends SendDataToWireles
29
29
  * @see {@link SendDataToWirelessDeviceCommandOutput} 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 SendDataToWirelessDeviceCommand extends $Command<SendDataToWirelessDeviceCommandInput, SendDataToWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
34
47
  readonly input: SendDataToWirelessDeviceCommandInput;
@@ -29,6 +29,22 @@ export interface StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput
29
29
  * @see {@link StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput} 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 StartBulkAssociateWirelessDeviceWithMulticastGroupCommand extends $Command<StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
34
50
  readonly input: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput;
@@ -29,6 +29,22 @@ export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOut
29
29
  * @see {@link StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput} 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 StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand extends $Command<StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
34
50
  readonly input: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput;
@@ -29,6 +29,25 @@ export interface StartFuotaTaskCommandOutput extends StartFuotaTaskResponse, __M
29
29
  * @see {@link StartFuotaTaskCommandOutput} 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 ConflictException} (client fault)
36
+ * <p>Adding, updating, or deleting the resource can cause an inconsistent state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An unexpected error occurred while processing a request.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>Resource does not exist.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input did not meet the specified constraints.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class StartFuotaTaskCommand extends $Command<StartFuotaTaskCommandInput, StartFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
34
53
  readonly input: StartFuotaTaskCommandInput;
@@ -29,6 +29,25 @@ export interface StartMulticastGroupSessionCommandOutput extends StartMulticastG
29
29
  * @see {@link StartMulticastGroupSessionCommandOutput} 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 ConflictException} (client fault)
36
+ * <p>Adding, updating, or deleting the resource can cause an inconsistent state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An unexpected error occurred while processing a request.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>Resource does not exist.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input did not meet the specified constraints.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class StartMulticastGroupSessionCommand extends $Command<StartMulticastGroupSessionCommandInput, StartMulticastGroupSessionCommandOutput, IoTWirelessClientResolvedConfig> {
34
53
  readonly input: StartMulticastGroupSessionCommandInput;
@@ -29,6 +29,25 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
29
  * @see {@link TagResourceCommandOutput} 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 TooManyTagsException} (client fault)
45
+ * <p>The request was denied because the resource can't have any more tags.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input did not meet the specified constraints.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IoTWirelessClientResolvedConfig> {
34
53
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,19 @@ export interface TestWirelessDeviceCommandOutput extends TestWirelessDeviceRespo
29
29
  * @see {@link TestWirelessDeviceCommandOutput} 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 TestWirelessDeviceCommand extends $Command<TestWirelessDeviceCommandInput, TestWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
34
47
  readonly input: TestWirelessDeviceCommandInput;
@@ -29,6 +29,22 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} 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 UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IoTWirelessClientResolvedConfig> {
34
50
  readonly input: UntagResourceCommandInput;
@@ -29,6 +29,22 @@ export interface UpdateDestinationCommandOutput extends UpdateDestinationRespons
29
29
  * @see {@link UpdateDestinationCommandOutput} 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 UpdateDestinationCommand extends $Command<UpdateDestinationCommandInput, UpdateDestinationCommandOutput, IoTWirelessClientResolvedConfig> {
34
50
  readonly input: UpdateDestinationCommandInput;
@@ -29,6 +29,19 @@ export interface UpdateEventConfigurationByResourceTypesCommandOutput extends Up
29
29
  * @see {@link UpdateEventConfigurationByResourceTypesCommandOutput} 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 UpdateEventConfigurationByResourceTypesCommand extends $Command<UpdateEventConfigurationByResourceTypesCommandInput, UpdateEventConfigurationByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig> {
34
47
  readonly input: UpdateEventConfigurationByResourceTypesCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateFuotaTaskCommandOutput extends UpdateFuotaTaskResponse, _
29
29
  * @see {@link UpdateFuotaTaskCommandOutput} 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 ConflictException} (client fault)
36
+ * <p>Adding, updating, or deleting the resource can cause an inconsistent state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An unexpected error occurred while processing a request.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>Resource does not exist.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input did not meet the specified constraints.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UpdateFuotaTaskCommand extends $Command<UpdateFuotaTaskCommandInput, UpdateFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
34
53
  readonly input: UpdateFuotaTaskCommandInput;
@@ -30,6 +30,25 @@ export interface UpdateLogLevelsByResourceTypesCommandOutput extends UpdateLogLe
30
30
  * @see {@link UpdateLogLevelsByResourceTypesCommandOutput} 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 ConflictException} (client fault)
37
+ * <p>Adding, updating, or deleting the resource can cause an inconsistent state.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>An unexpected error occurred while processing a request.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>Resource does not exist.</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
+ *
33
52
  */
34
53
  export declare class UpdateLogLevelsByResourceTypesCommand extends $Command<UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig> {
35
54
  readonly input: UpdateLogLevelsByResourceTypesCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateMulticastGroupCommandOutput extends UpdateMulticastGroupR
29
29
  * @see {@link UpdateMulticastGroupCommandOutput} 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 ConflictException} (client fault)
36
+ * <p>Adding, updating, or deleting the resource can cause an inconsistent state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An unexpected error occurred while processing a request.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>Resource does not exist.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input did not meet the specified constraints.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UpdateMulticastGroupCommand extends $Command<UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
34
53
  readonly input: UpdateMulticastGroupCommandInput;
@@ -29,6 +29,22 @@ export interface UpdateNetworkAnalyzerConfigurationCommandOutput extends UpdateN
29
29
  * @see {@link UpdateNetworkAnalyzerConfigurationCommandOutput} 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 UpdateNetworkAnalyzerConfigurationCommand extends $Command<UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
34
50
  readonly input: UpdateNetworkAnalyzerConfigurationCommandInput;
@@ -29,6 +29,19 @@ export interface UpdatePartnerAccountCommandOutput extends UpdatePartnerAccountR
29
29
  * @see {@link UpdatePartnerAccountCommandOutput} 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 UpdatePartnerAccountCommand extends $Command<UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput, IoTWirelessClientResolvedConfig> {
34
47
  readonly input: UpdatePartnerAccountCommandInput;
@@ -35,6 +35,22 @@ export interface UpdatePositionCommandOutput extends UpdatePositionResponse, __M
35
35
  * @see {@link UpdatePositionCommandOutput} 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 UpdatePositionCommand extends $Command<UpdatePositionCommandInput, UpdatePositionCommandOutput, IoTWirelessClientResolvedConfig> {
40
56
  readonly input: UpdatePositionCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateResourceEventConfigurationCommandOutput extends UpdateRes
29
29
  * @see {@link UpdateResourceEventConfigurationCommandOutput} 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 ConflictException} (client fault)
36
+ * <p>Adding, updating, or deleting the resource can cause an inconsistent state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An unexpected error occurred while processing a request.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>Resource does not exist.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input did not meet the specified constraints.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UpdateResourceEventConfigurationCommand extends $Command<UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
34
53
  readonly input: UpdateResourceEventConfigurationCommandInput;
@@ -31,6 +31,22 @@ export interface UpdateResourcePositionCommandOutput extends UpdateResourcePosit
31
31
  * @see {@link UpdateResourcePositionCommandOutput} for command's `response` shape.
32
32
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>User does not have permission to perform this action.</p>
36
+ *
37
+ * @throws {@link InternalServerException} (server fault)
38
+ * <p>An unexpected error occurred while processing a request.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>Resource does not exist.</p>
42
+ *
43
+ * @throws {@link ThrottlingException} (client fault)
44
+ * <p>The request was denied because it exceeded the allowed API request rate.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>The input did not meet the specified constraints.</p>
48
+ *
49
+ *
34
50
  */
35
51
  export declare class UpdateResourcePositionCommand extends $Command<UpdateResourcePositionCommandInput, UpdateResourcePositionCommandOutput, IoTWirelessClientResolvedConfig> {
36
52
  readonly input: UpdateResourcePositionCommandInput;
@@ -29,6 +29,22 @@ export interface UpdateWirelessDeviceCommandOutput extends UpdateWirelessDeviceR
29
29
  * @see {@link UpdateWirelessDeviceCommandOutput} 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 UpdateWirelessDeviceCommand extends $Command<UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
34
50
  readonly input: UpdateWirelessDeviceCommandInput;
@@ -29,6 +29,22 @@ export interface UpdateWirelessGatewayCommandOutput extends UpdateWirelessGatewa
29
29
  * @see {@link UpdateWirelessGatewayCommandOutput} 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 UpdateWirelessGatewayCommand extends $Command<UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig> {
34
50
  readonly input: UpdateWirelessGatewayCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iot-wireless",
3
3
  "description": "AWS SDK for JavaScript Iot Wireless Client for Node.js, Browser and React Native",
4
- "version": "3.289.0",
4
+ "version": "3.292.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,57 +20,52 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
45
- "@aws-sdk/util-base64": "3.208.0",
46
- "@aws-sdk/util-body-length-browser": "3.188.0",
47
- "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
54
- "@aws-sdk/util-utf8": "3.254.0",
23
+ "@aws-sdk/client-sts": "3.292.0",
24
+ "@aws-sdk/config-resolver": "3.292.0",
25
+ "@aws-sdk/credential-provider-node": "3.292.0",
26
+ "@aws-sdk/fetch-http-handler": "3.292.0",
27
+ "@aws-sdk/hash-node": "3.292.0",
28
+ "@aws-sdk/invalid-dependency": "3.292.0",
29
+ "@aws-sdk/middleware-content-length": "3.292.0",
30
+ "@aws-sdk/middleware-endpoint": "3.292.0",
31
+ "@aws-sdk/middleware-host-header": "3.292.0",
32
+ "@aws-sdk/middleware-logger": "3.292.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
34
+ "@aws-sdk/middleware-retry": "3.292.0",
35
+ "@aws-sdk/middleware-serde": "3.292.0",
36
+ "@aws-sdk/middleware-signing": "3.292.0",
37
+ "@aws-sdk/middleware-stack": "3.292.0",
38
+ "@aws-sdk/middleware-user-agent": "3.292.0",
39
+ "@aws-sdk/node-config-provider": "3.292.0",
40
+ "@aws-sdk/node-http-handler": "3.292.0",
41
+ "@aws-sdk/protocol-http": "3.292.0",
42
+ "@aws-sdk/smithy-client": "3.292.0",
43
+ "@aws-sdk/types": "3.292.0",
44
+ "@aws-sdk/url-parser": "3.292.0",
45
+ "@aws-sdk/util-base64": "3.292.0",
46
+ "@aws-sdk/util-body-length-browser": "3.292.0",
47
+ "@aws-sdk/util-body-length-node": "3.292.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
50
+ "@aws-sdk/util-endpoints": "3.292.0",
51
+ "@aws-sdk/util-retry": "3.292.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
53
+ "@aws-sdk/util-user-agent-node": "3.292.0",
54
+ "@aws-sdk/util-utf8": "3.292.0",
55
55
  "tslib": "^2.3.1",
56
56
  "uuid": "^8.3.2"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-sdk/service-client-documentation-generator": "3.208.0",
59
+ "@aws-sdk/service-client-documentation-generator": "3.292.0",
60
60
  "@tsconfig/node14": "1.0.3",
61
61
  "@types/node": "^14.14.31",
62
62
  "@types/uuid": "^8.3.0",
63
63
  "concurrently": "7.0.0",
64
64
  "downlevel-dts": "0.10.1",
65
65
  "rimraf": "3.0.2",
66
- "typedoc": "0.19.2",
66
+ "typedoc": "0.23.23",
67
67
  "typescript": "~4.6.2"
68
68
  },
69
- "overrides": {
70
- "typedoc": {
71
- "typescript": "~4.6.2"
72
- }
73
- },
74
69
  "engines": {
75
70
  "node": ">=14.0.0"
76
71
  },