@aws-sdk/client-iot-wireless 3.325.0 → 3.327.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 +7 -7
@@ -41,6 +41,14 @@ export interface AssociateAwsAccountWithPartnerAccountCommandOutput extends Asso
41
41
  * };
42
42
  * const command = new AssociateAwsAccountWithPartnerAccountCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // AssociateAwsAccountWithPartnerAccountResponse
45
+ * // Sidewalk: { // SidewalkAccountInfo
46
+ * // AmazonId: "STRING_VALUE",
47
+ * // AppServerPrivateKey: "STRING_VALUE",
48
+ * // },
49
+ * // Arn: "STRING_VALUE",
50
+ * // };
51
+ *
44
52
  * ```
45
53
  *
46
54
  * @param AssociateAwsAccountWithPartnerAccountCommandInput - {@link AssociateAwsAccountWithPartnerAccountCommandInput}
@@ -67,6 +75,8 @@ export interface AssociateAwsAccountWithPartnerAccountCommandOutput extends Asso
67
75
  * @throws {@link ValidationException} (client fault)
68
76
  * <p>The input did not meet the specified constraints.</p>
69
77
  *
78
+ * @throws {@link IoTWirelessServiceException}
79
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
70
80
  *
71
81
  */
72
82
  export declare class AssociateAwsAccountWithPartnerAccountCommand extends $Command<AssociateAwsAccountWithPartnerAccountCommandInput, AssociateAwsAccountWithPartnerAccountCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface AssociateMulticastGroupWithFuotaTaskCommandOutput extends Assoc
32
32
  * };
33
33
  * const command = new AssociateMulticastGroupWithFuotaTaskCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param AssociateMulticastGroupWithFuotaTaskCommandInput - {@link AssociateMulticastGroupWithFuotaTaskCommandInput}
@@ -58,6 +60,8 @@ export interface AssociateMulticastGroupWithFuotaTaskCommandOutput extends Assoc
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 AssociateMulticastGroupWithFuotaTaskCommand extends $Command<AssociateMulticastGroupWithFuotaTaskCommandInput, AssociateMulticastGroupWithFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface AssociateWirelessDeviceWithFuotaTaskCommandOutput extends Assoc
32
32
  * };
33
33
  * const command = new AssociateWirelessDeviceWithFuotaTaskCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param AssociateWirelessDeviceWithFuotaTaskCommandInput - {@link AssociateWirelessDeviceWithFuotaTaskCommandInput}
@@ -58,6 +60,8 @@ export interface AssociateWirelessDeviceWithFuotaTaskCommandOutput extends Assoc
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 AssociateWirelessDeviceWithFuotaTaskCommand extends $Command<AssociateWirelessDeviceWithFuotaTaskCommandInput, AssociateWirelessDeviceWithFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface AssociateWirelessDeviceWithMulticastGroupCommandOutput extends
32
32
  * };
33
33
  * const command = new AssociateWirelessDeviceWithMulticastGroupCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param AssociateWirelessDeviceWithMulticastGroupCommandInput - {@link AssociateWirelessDeviceWithMulticastGroupCommandInput}
@@ -58,6 +60,8 @@ export interface AssociateWirelessDeviceWithMulticastGroupCommandOutput extends
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 AssociateWirelessDeviceWithMulticastGroupCommand extends $Command<AssociateWirelessDeviceWithMulticastGroupCommandInput, AssociateWirelessDeviceWithMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface AssociateWirelessDeviceWithThingCommandOutput extends Associate
32
32
  * };
33
33
  * const command = new AssociateWirelessDeviceWithThingCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param AssociateWirelessDeviceWithThingCommandInput - {@link AssociateWirelessDeviceWithThingCommandInput}
@@ -58,6 +60,8 @@ export interface AssociateWirelessDeviceWithThingCommandOutput extends Associate
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 AssociateWirelessDeviceWithThingCommand extends $Command<AssociateWirelessDeviceWithThingCommandInput, AssociateWirelessDeviceWithThingCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,10 @@ export interface AssociateWirelessGatewayWithCertificateCommandOutput extends As
32
32
  * };
33
33
  * const command = new AssociateWirelessGatewayWithCertificateCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // AssociateWirelessGatewayWithCertificateResponse
36
+ * // IotCertificateId: "STRING_VALUE",
37
+ * // };
38
+ *
35
39
  * ```
36
40
  *
37
41
  * @param AssociateWirelessGatewayWithCertificateCommandInput - {@link AssociateWirelessGatewayWithCertificateCommandInput}
@@ -58,6 +62,8 @@ export interface AssociateWirelessGatewayWithCertificateCommandOutput extends As
58
62
  * @throws {@link ValidationException} (client fault)
59
63
  * <p>The input did not meet the specified constraints.</p>
60
64
  *
65
+ * @throws {@link IoTWirelessServiceException}
66
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
61
67
  *
62
68
  */
63
69
  export declare class AssociateWirelessGatewayWithCertificateCommand extends $Command<AssociateWirelessGatewayWithCertificateCommandInput, AssociateWirelessGatewayWithCertificateCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface AssociateWirelessGatewayWithThingCommandOutput extends Associat
32
32
  * };
33
33
  * const command = new AssociateWirelessGatewayWithThingCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param AssociateWirelessGatewayWithThingCommandInput - {@link AssociateWirelessGatewayWithThingCommandInput}
@@ -58,6 +60,8 @@ export interface AssociateWirelessGatewayWithThingCommandOutput extends Associat
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 AssociateWirelessGatewayWithThingCommand extends $Command<AssociateWirelessGatewayWithThingCommandInput, AssociateWirelessGatewayWithThingCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface CancelMulticastGroupSessionCommandOutput extends CancelMulticas
31
31
  * };
32
32
  * const command = new CancelMulticastGroupSessionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param CancelMulticastGroupSessionCommandInput - {@link CancelMulticastGroupSessionCommandInput}
@@ -57,6 +59,8 @@ export interface CancelMulticastGroupSessionCommandOutput extends CancelMulticas
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 CancelMulticastGroupSessionCommand extends $Command<CancelMulticastGroupSessionCommandInput, CancelMulticastGroupSessionCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -42,6 +42,11 @@ export interface CreateDestinationCommandOutput extends CreateDestinationRespons
42
42
  * };
43
43
  * const command = new CreateDestinationCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // CreateDestinationResponse
46
+ * // Arn: "STRING_VALUE",
47
+ * // Name: "STRING_VALUE",
48
+ * // };
49
+ *
45
50
  * ```
46
51
  *
47
52
  * @param CreateDestinationCommandInput - {@link CreateDestinationCommandInput}
@@ -68,6 +73,8 @@ export interface CreateDestinationCommandOutput extends CreateDestinationRespons
68
73
  * @throws {@link ValidationException} (client fault)
69
74
  * <p>The input did not meet the specified constraints.</p>
70
75
  *
76
+ * @throws {@link IoTWirelessServiceException}
77
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
71
78
  *
72
79
  */
73
80
  export declare class CreateDestinationCommand extends $Command<CreateDestinationCommandInput, CreateDestinationCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -62,6 +62,11 @@ export interface CreateDeviceProfileCommandOutput extends CreateDeviceProfileRes
62
62
  * };
63
63
  * const command = new CreateDeviceProfileCommand(input);
64
64
  * const response = await client.send(command);
65
+ * // { // CreateDeviceProfileResponse
66
+ * // Arn: "STRING_VALUE",
67
+ * // Id: "STRING_VALUE",
68
+ * // };
69
+ *
65
70
  * ```
66
71
  *
67
72
  * @param CreateDeviceProfileCommandInput - {@link CreateDeviceProfileCommandInput}
@@ -85,6 +90,8 @@ export interface CreateDeviceProfileCommandOutput extends CreateDeviceProfileRes
85
90
  * @throws {@link ValidationException} (client fault)
86
91
  * <p>The input did not meet the specified constraints.</p>
87
92
  *
93
+ * @throws {@link IoTWirelessServiceException}
94
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
88
95
  *
89
96
  */
90
97
  export declare class CreateDeviceProfileCommand extends $Command<CreateDeviceProfileCommandInput, CreateDeviceProfileCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -47,6 +47,11 @@ export interface CreateFuotaTaskCommandOutput extends CreateFuotaTaskResponse, _
47
47
  * };
48
48
  * const command = new CreateFuotaTaskCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // CreateFuotaTaskResponse
51
+ * // Arn: "STRING_VALUE",
52
+ * // Id: "STRING_VALUE",
53
+ * // };
54
+ *
50
55
  * ```
51
56
  *
52
57
  * @param CreateFuotaTaskCommandInput - {@link CreateFuotaTaskCommandInput}
@@ -73,6 +78,8 @@ export interface CreateFuotaTaskCommandOutput extends CreateFuotaTaskResponse, _
73
78
  * @throws {@link ValidationException} (client fault)
74
79
  * <p>The input did not meet the specified constraints.</p>
75
80
  *
81
+ * @throws {@link IoTWirelessServiceException}
82
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
76
83
  *
77
84
  */
78
85
  export declare class CreateFuotaTaskCommand extends $Command<CreateFuotaTaskCommandInput, CreateFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -43,6 +43,11 @@ export interface CreateMulticastGroupCommandOutput extends CreateMulticastGroupR
43
43
  * };
44
44
  * const command = new CreateMulticastGroupCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // CreateMulticastGroupResponse
47
+ * // Arn: "STRING_VALUE",
48
+ * // Id: "STRING_VALUE",
49
+ * // };
50
+ *
46
51
  * ```
47
52
  *
48
53
  * @param CreateMulticastGroupCommandInput - {@link CreateMulticastGroupCommandInput}
@@ -69,6 +74,8 @@ export interface CreateMulticastGroupCommandOutput extends CreateMulticastGroupR
69
74
  * @throws {@link ValidationException} (client fault)
70
75
  * <p>The input did not meet the specified constraints.</p>
71
76
  *
77
+ * @throws {@link IoTWirelessServiceException}
78
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
72
79
  *
73
80
  */
74
81
  export declare class CreateMulticastGroupCommand extends $Command<CreateMulticastGroupCommandInput, CreateMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -49,6 +49,11 @@ export interface CreateNetworkAnalyzerConfigurationCommandOutput extends CreateN
49
49
  * };
50
50
  * const command = new CreateNetworkAnalyzerConfigurationCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // CreateNetworkAnalyzerConfigurationResponse
53
+ * // Arn: "STRING_VALUE",
54
+ * // Name: "STRING_VALUE",
55
+ * // };
56
+ *
52
57
  * ```
53
58
  *
54
59
  * @param CreateNetworkAnalyzerConfigurationCommandInput - {@link CreateNetworkAnalyzerConfigurationCommandInput}
@@ -75,6 +80,8 @@ export interface CreateNetworkAnalyzerConfigurationCommandOutput extends CreateN
75
80
  * @throws {@link ValidationException} (client fault)
76
81
  * <p>The input did not meet the specified constraints.</p>
77
82
  *
83
+ * @throws {@link IoTWirelessServiceException}
84
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
78
85
  *
79
86
  */
80
87
  export declare class CreateNetworkAnalyzerConfigurationCommand extends $Command<CreateNetworkAnalyzerConfigurationCommandInput, CreateNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -45,6 +45,11 @@ export interface CreateServiceProfileCommandOutput extends CreateServiceProfileR
45
45
  * };
46
46
  * const command = new CreateServiceProfileCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // CreateServiceProfileResponse
49
+ * // Arn: "STRING_VALUE",
50
+ * // Id: "STRING_VALUE",
51
+ * // };
52
+ *
48
53
  * ```
49
54
  *
50
55
  * @param CreateServiceProfileCommandInput - {@link CreateServiceProfileCommandInput}
@@ -68,6 +73,8 @@ export interface CreateServiceProfileCommandOutput extends CreateServiceProfileR
68
73
  * @throws {@link ValidationException} (client fault)
69
74
  * <p>The input did not meet the specified constraints.</p>
70
75
  *
76
+ * @throws {@link IoTWirelessServiceException}
77
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
71
78
  *
72
79
  */
73
80
  export declare class CreateServiceProfileCommand extends $Command<CreateServiceProfileCommandInput, CreateServiceProfileCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -95,6 +95,11 @@ export interface CreateWirelessDeviceCommandOutput extends CreateWirelessDeviceR
95
95
  * };
96
96
  * const command = new CreateWirelessDeviceCommand(input);
97
97
  * const response = await client.send(command);
98
+ * // { // CreateWirelessDeviceResponse
99
+ * // Arn: "STRING_VALUE",
100
+ * // Id: "STRING_VALUE",
101
+ * // };
102
+ *
98
103
  * ```
99
104
  *
100
105
  * @param CreateWirelessDeviceCommandInput - {@link CreateWirelessDeviceCommandInput}
@@ -121,6 +126,8 @@ export interface CreateWirelessDeviceCommandOutput extends CreateWirelessDeviceR
121
126
  * @throws {@link ValidationException} (client fault)
122
127
  * <p>The input did not meet the specified constraints.</p>
123
128
  *
129
+ * @throws {@link IoTWirelessServiceException}
130
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
124
131
  *
125
132
  */
126
133
  export declare class CreateWirelessDeviceCommand extends $Command<CreateWirelessDeviceCommandInput, CreateWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -61,6 +61,11 @@ export interface CreateWirelessGatewayCommandOutput extends CreateWirelessGatewa
61
61
  * };
62
62
  * const command = new CreateWirelessGatewayCommand(input);
63
63
  * const response = await client.send(command);
64
+ * // { // CreateWirelessGatewayResponse
65
+ * // Arn: "STRING_VALUE",
66
+ * // Id: "STRING_VALUE",
67
+ * // };
68
+ *
64
69
  * ```
65
70
  *
66
71
  * @param CreateWirelessGatewayCommandInput - {@link CreateWirelessGatewayCommandInput}
@@ -84,6 +89,8 @@ export interface CreateWirelessGatewayCommandOutput extends CreateWirelessGatewa
84
89
  * @throws {@link ValidationException} (client fault)
85
90
  * <p>The input did not meet the specified constraints.</p>
86
91
  *
92
+ * @throws {@link IoTWirelessServiceException}
93
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
87
94
  *
88
95
  */
89
96
  export declare class CreateWirelessGatewayCommand extends $Command<CreateWirelessGatewayCommandInput, CreateWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,11 @@ export interface CreateWirelessGatewayTaskCommandOutput extends CreateWirelessGa
32
32
  * };
33
33
  * const command = new CreateWirelessGatewayTaskCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // CreateWirelessGatewayTaskResponse
36
+ * // WirelessGatewayTaskDefinitionId: "STRING_VALUE",
37
+ * // Status: "PENDING" || "IN_PROGRESS" || "FIRST_RETRY" || "SECOND_RETRY" || "COMPLETED" || "FAILED",
38
+ * // };
39
+ *
35
40
  * ```
36
41
  *
37
42
  * @param CreateWirelessGatewayTaskCommandInput - {@link CreateWirelessGatewayTaskCommandInput}
@@ -58,6 +63,8 @@ export interface CreateWirelessGatewayTaskCommandOutput extends CreateWirelessGa
58
63
  * @throws {@link ValidationException} (client fault)
59
64
  * <p>The input did not meet the specified constraints.</p>
60
65
  *
66
+ * @throws {@link IoTWirelessServiceException}
67
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
61
68
  *
62
69
  */
63
70
  export declare class CreateWirelessGatewayTaskCommand extends $Command<CreateWirelessGatewayTaskCommandInput, CreateWirelessGatewayTaskCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -57,6 +57,11 @@ export interface CreateWirelessGatewayTaskDefinitionCommandOutput extends Create
57
57
  * };
58
58
  * const command = new CreateWirelessGatewayTaskDefinitionCommand(input);
59
59
  * const response = await client.send(command);
60
+ * // { // CreateWirelessGatewayTaskDefinitionResponse
61
+ * // Id: "STRING_VALUE",
62
+ * // Arn: "STRING_VALUE",
63
+ * // };
64
+ *
60
65
  * ```
61
66
  *
62
67
  * @param CreateWirelessGatewayTaskDefinitionCommandInput - {@link CreateWirelessGatewayTaskDefinitionCommandInput}
@@ -83,6 +88,8 @@ export interface CreateWirelessGatewayTaskDefinitionCommandOutput extends Create
83
88
  * @throws {@link ValidationException} (client fault)
84
89
  * <p>The input did not meet the specified constraints.</p>
85
90
  *
91
+ * @throws {@link IoTWirelessServiceException}
92
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
86
93
  *
87
94
  */
88
95
  export declare class CreateWirelessGatewayTaskDefinitionCommand extends $Command<CreateWirelessGatewayTaskDefinitionCommandInput, CreateWirelessGatewayTaskDefinitionCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteDestinationCommandOutput extends DeleteDestinationRespons
31
31
  * };
32
32
  * const command = new DeleteDestinationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteDestinationCommandInput - {@link DeleteDestinationCommandInput}
@@ -57,6 +59,8 @@ export interface DeleteDestinationCommandOutput extends DeleteDestinationRespons
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 DeleteDestinationCommand extends $Command<DeleteDestinationCommandInput, DeleteDestinationCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteDeviceProfileCommandOutput extends DeleteDeviceProfileRes
31
31
  * };
32
32
  * const command = new DeleteDeviceProfileCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteDeviceProfileCommandInput - {@link DeleteDeviceProfileCommandInput}
@@ -57,6 +59,8 @@ export interface DeleteDeviceProfileCommandOutput extends DeleteDeviceProfileRes
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 DeleteDeviceProfileCommand extends $Command<DeleteDeviceProfileCommandInput, DeleteDeviceProfileCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteFuotaTaskCommandOutput extends DeleteFuotaTaskResponse, _
31
31
  * };
32
32
  * const command = new DeleteFuotaTaskCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteFuotaTaskCommandInput - {@link DeleteFuotaTaskCommandInput}
@@ -54,6 +56,8 @@ export interface DeleteFuotaTaskCommandOutput extends DeleteFuotaTaskResponse, _
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 DeleteFuotaTaskCommand extends $Command<DeleteFuotaTaskCommandInput, DeleteFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteMulticastGroupCommandOutput extends DeleteMulticastGroupR
31
31
  * };
32
32
  * const command = new DeleteMulticastGroupCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteMulticastGroupCommandInput - {@link DeleteMulticastGroupCommandInput}
@@ -57,6 +59,8 @@ export interface DeleteMulticastGroupCommandOutput extends DeleteMulticastGroupR
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 DeleteMulticastGroupCommand extends $Command<DeleteMulticastGroupCommandInput, DeleteMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteNetworkAnalyzerConfigurationCommandOutput extends DeleteN
31
31
  * };
32
32
  * const command = new DeleteNetworkAnalyzerConfigurationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteNetworkAnalyzerConfigurationCommandInput - {@link DeleteNetworkAnalyzerConfigurationCommandInput}
@@ -57,6 +59,8 @@ export interface DeleteNetworkAnalyzerConfigurationCommandOutput extends DeleteN
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 DeleteNetworkAnalyzerConfigurationCommand extends $Command<DeleteNetworkAnalyzerConfigurationCommandInput, DeleteNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteQueuedMessagesCommandOutput extends DeleteQueuedMessagesR
33
33
  * };
34
34
  * const command = new DeleteQueuedMessagesCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteQueuedMessagesCommandInput - {@link DeleteQueuedMessagesCommandInput}
@@ -56,6 +58,8 @@ export interface DeleteQueuedMessagesCommandOutput extends DeleteQueuedMessagesR
56
58
  * @throws {@link ValidationException} (client fault)
57
59
  * <p>The input did not meet the specified constraints.</p>
58
60
  *
61
+ * @throws {@link IoTWirelessServiceException}
62
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
59
63
  *
60
64
  */
61
65
  export declare class DeleteQueuedMessagesCommand extends $Command<DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteServiceProfileCommandOutput extends DeleteServiceProfileR
31
31
  * };
32
32
  * const command = new DeleteServiceProfileCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteServiceProfileCommandInput - {@link DeleteServiceProfileCommandInput}
@@ -57,6 +59,8 @@ export interface DeleteServiceProfileCommandOutput extends DeleteServiceProfileR
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 DeleteServiceProfileCommand extends $Command<DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteWirelessDeviceCommandOutput extends DeleteWirelessDeviceR
31
31
  * };
32
32
  * const command = new DeleteWirelessDeviceCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteWirelessDeviceCommandInput - {@link DeleteWirelessDeviceCommandInput}
@@ -54,6 +56,8 @@ export interface DeleteWirelessDeviceCommandOutput extends DeleteWirelessDeviceR
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 DeleteWirelessDeviceCommand extends $Command<DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteWirelessDeviceImportTaskCommandOutput extends DeleteWirel
31
31
  * };
32
32
  * const command = new DeleteWirelessDeviceImportTaskCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteWirelessDeviceImportTaskCommandInput - {@link DeleteWirelessDeviceImportTaskCommandInput}
@@ -57,6 +59,8 @@ export interface DeleteWirelessDeviceImportTaskCommandOutput extends DeleteWirel
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 DeleteWirelessDeviceImportTaskCommand extends $Command<DeleteWirelessDeviceImportTaskCommandInput, DeleteWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteWirelessGatewayCommandOutput extends DeleteWirelessGatewa
31
31
  * };
32
32
  * const command = new DeleteWirelessGatewayCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteWirelessGatewayCommandInput - {@link DeleteWirelessGatewayCommandInput}
@@ -54,6 +56,8 @@ export interface DeleteWirelessGatewayCommandOutput extends DeleteWirelessGatewa
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 DeleteWirelessGatewayCommand extends $Command<DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteWirelessGatewayTaskCommandOutput extends DeleteWirelessGa
31
31
  * };
32
32
  * const command = new DeleteWirelessGatewayTaskCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteWirelessGatewayTaskCommandInput - {@link DeleteWirelessGatewayTaskCommandInput}
@@ -54,6 +56,8 @@ export interface DeleteWirelessGatewayTaskCommandOutput extends DeleteWirelessGa
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 DeleteWirelessGatewayTaskCommand extends $Command<DeleteWirelessGatewayTaskCommandInput, DeleteWirelessGatewayTaskCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteWirelessGatewayTaskDefinitionCommandOutput extends Delete
31
31
  * };
32
32
  * const command = new DeleteWirelessGatewayTaskDefinitionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteWirelessGatewayTaskDefinitionCommandInput - {@link DeleteWirelessGatewayTaskDefinitionCommandInput}
@@ -54,6 +56,8 @@ export interface DeleteWirelessGatewayTaskDefinitionCommandOutput extends Delete
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 DeleteWirelessGatewayTaskDefinitionCommand extends $Command<DeleteWirelessGatewayTaskDefinitionCommandInput, DeleteWirelessGatewayTaskDefinitionCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeregisterWirelessDeviceCommandOutput extends DeregisterWireles
32
32
  * };
33
33
  * const command = new DeregisterWirelessDeviceCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeregisterWirelessDeviceCommandInput - {@link DeregisterWirelessDeviceCommandInput}
@@ -52,6 +54,8 @@ export interface DeregisterWirelessDeviceCommandOutput extends DeregisterWireles
52
54
  * @throws {@link ValidationException} (client fault)
53
55
  * <p>The input did not meet the specified constraints.</p>
54
56
  *
57
+ * @throws {@link IoTWirelessServiceException}
58
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
55
59
  *
56
60
  */
57
61
  export declare class DeregisterWirelessDeviceCommand extends $Command<DeregisterWirelessDeviceCommandInput, DeregisterWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DisassociateAwsAccountFromPartnerAccountCommandOutput extends D
32
32
  * };
33
33
  * const command = new DisassociateAwsAccountFromPartnerAccountCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DisassociateAwsAccountFromPartnerAccountCommandInput - {@link DisassociateAwsAccountFromPartnerAccountCommandInput}
@@ -52,6 +54,8 @@ export interface DisassociateAwsAccountFromPartnerAccountCommandOutput extends D
52
54
  * @throws {@link ValidationException} (client fault)
53
55
  * <p>The input did not meet the specified constraints.</p>
54
56
  *
57
+ * @throws {@link IoTWirelessServiceException}
58
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
55
59
  *
56
60
  */
57
61
  export declare class DisassociateAwsAccountFromPartnerAccountCommand extends $Command<DisassociateAwsAccountFromPartnerAccountCommandInput, DisassociateAwsAccountFromPartnerAccountCommandOutput, IoTWirelessClientResolvedConfig> {