@aws-sdk/client-iot-wireless 3.40.0 → 3.45.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 (113) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/IoTWireless.js +30 -0
  3. package/dist-cjs/commands/GetNetworkAnalyzerConfigurationCommand.js +36 -0
  4. package/dist-cjs/commands/UpdateNetworkAnalyzerConfigurationCommand.js +36 -0
  5. package/dist-cjs/commands/index.js +2 -0
  6. package/dist-cjs/endpoints.js +56 -1
  7. package/dist-cjs/models/models_0.js +39 -4
  8. package/dist-cjs/protocols/Aws_restJson1.js +297 -4
  9. package/dist-es/IoTWireless.js +30 -0
  10. package/dist-es/commands/GetNetworkAnalyzerConfigurationCommand.js +39 -0
  11. package/dist-es/commands/UpdateNetworkAnalyzerConfigurationCommand.js +39 -0
  12. package/dist-es/commands/index.js +2 -0
  13. package/dist-es/endpoints.js +56 -1
  14. package/dist-es/models/models_0.js +25 -0
  15. package/dist-es/protocols/Aws_restJson1.js +320 -0
  16. package/dist-types/IoTWireless.d.ts +14 -0
  17. package/dist-types/IoTWirelessClient.d.ts +4 -2
  18. package/dist-types/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +1 -1
  19. package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +1 -1
  20. package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +1 -1
  21. package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -1
  22. package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +1 -1
  23. package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +1 -1
  24. package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +1 -1
  25. package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateDestinationCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateDeviceProfileCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateFuotaTaskCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateMulticastGroupCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateServiceProfileCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteDestinationCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteServiceProfileCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +1 -1
  44. package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +1 -1
  45. package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +1 -1
  46. package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +1 -1
  47. package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -1
  48. package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +1 -1
  49. package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +1 -1
  50. package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +1 -1
  51. package/dist-types/commands/GetDestinationCommand.d.ts +1 -1
  52. package/dist-types/commands/GetDeviceProfileCommand.d.ts +1 -1
  53. package/dist-types/commands/GetFuotaTaskCommand.d.ts +1 -1
  54. package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +1 -1
  55. package/dist-types/commands/GetMulticastGroupCommand.d.ts +1 -1
  56. package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +1 -1
  57. package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +35 -0
  58. package/dist-types/commands/GetPartnerAccountCommand.d.ts +1 -1
  59. package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +1 -1
  60. package/dist-types/commands/GetResourceLogLevelCommand.d.ts +1 -1
  61. package/dist-types/commands/GetServiceEndpointCommand.d.ts +1 -1
  62. package/dist-types/commands/GetServiceProfileCommand.d.ts +1 -1
  63. package/dist-types/commands/GetWirelessDeviceCommand.d.ts +1 -1
  64. package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +1 -1
  65. package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +1 -1
  66. package/dist-types/commands/GetWirelessGatewayCommand.d.ts +1 -1
  67. package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +1 -1
  68. package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +1 -1
  69. package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +1 -1
  70. package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +1 -1
  71. package/dist-types/commands/ListDestinationsCommand.d.ts +1 -1
  72. package/dist-types/commands/ListDeviceProfilesCommand.d.ts +1 -1
  73. package/dist-types/commands/ListFuotaTasksCommand.d.ts +1 -1
  74. package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +1 -1
  75. package/dist-types/commands/ListMulticastGroupsCommand.d.ts +1 -1
  76. package/dist-types/commands/ListPartnerAccountsCommand.d.ts +1 -1
  77. package/dist-types/commands/ListServiceProfilesCommand.d.ts +1 -1
  78. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  79. package/dist-types/commands/ListWirelessDevicesCommand.d.ts +1 -1
  80. package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +1 -1
  81. package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +1 -1
  82. package/dist-types/commands/PutResourceLogLevelCommand.d.ts +1 -1
  83. package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +1 -1
  84. package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +1 -1
  85. package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +1 -1
  86. package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +1 -1
  87. package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -1
  88. package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -1
  89. package/dist-types/commands/StartFuotaTaskCommand.d.ts +1 -1
  90. package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +1 -1
  91. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  92. package/dist-types/commands/TestWirelessDeviceCommand.d.ts +1 -1
  93. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateDestinationCommand.d.ts +1 -1
  95. package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +1 -1
  96. package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +1 -1
  97. package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +1 -1
  98. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +35 -0
  99. package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +1 -1
  100. package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +1 -1
  101. package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +1 -1
  102. package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +1 -1
  103. package/dist-types/commands/index.d.ts +2 -0
  104. package/dist-types/models/models_0.d.ts +95 -0
  105. package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
  106. package/dist-types/ts3.4/IoTWireless.d.ts +10 -0
  107. package/dist-types/ts3.4/IoTWirelessClient.d.ts +4 -2
  108. package/dist-types/ts3.4/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  111. package/dist-types/ts3.4/models/models_0.d.ts +59 -0
  112. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
  113. package/package.json +6 -6
@@ -20,7 +20,7 @@ export interface ResetAllResourceLogLevelsCommandOutput extends ResetAllResource
20
20
  *
21
21
  * @see {@link ResetAllResourceLogLevelsCommandInput} for command's `input` shape.
22
22
  * @see {@link ResetAllResourceLogLevelsCommandOutput} for command's `response` shape.
23
- * @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ResetAllResourceLogLevelsCommand extends $Command<ResetAllResourceLogLevelsCommandInput, ResetAllResourceLogLevelsCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ResetResourceLogLevelCommandOutput extends ResetResourceLogLeve
21
21
  *
22
22
  * @see {@link ResetResourceLogLevelCommandInput} for command's `input` shape.
23
23
  * @see {@link ResetResourceLogLevelCommandOutput} for command's `response` shape.
24
- * @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ResetResourceLogLevelCommand extends $Command<ResetResourceLogLevelCommandInput, ResetResourceLogLevelCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface SendDataToMulticastGroupCommandOutput extends SendDataToMultica
20
20
  *
21
21
  * @see {@link SendDataToMulticastGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link SendDataToMulticastGroupCommandOutput} for command's `response` shape.
23
- * @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class SendDataToMulticastGroupCommand extends $Command<SendDataToMulticastGroupCommandInput, SendDataToMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface SendDataToWirelessDeviceCommandOutput extends SendDataToWireles
20
20
  *
21
21
  * @see {@link SendDataToWirelessDeviceCommandInput} for command's `input` shape.
22
22
  * @see {@link SendDataToWirelessDeviceCommandOutput} for command's `response` shape.
23
- * @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class SendDataToWirelessDeviceCommand extends $Command<SendDataToWirelessDeviceCommandInput, SendDataToWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput
20
20
  *
21
21
  * @see {@link StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput} for command's `response` shape.
23
- * @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StartBulkAssociateWirelessDeviceWithMulticastGroupCommand extends $Command<StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOut
20
20
  *
21
21
  * @see {@link StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput} for command's `response` shape.
23
- * @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand extends $Command<StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StartFuotaTaskCommandOutput extends StartFuotaTaskResponse, __M
20
20
  *
21
21
  * @see {@link StartFuotaTaskCommandInput} for command's `input` shape.
22
22
  * @see {@link StartFuotaTaskCommandOutput} for command's `response` shape.
23
- * @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StartFuotaTaskCommand extends $Command<StartFuotaTaskCommandInput, StartFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StartMulticastGroupSessionCommandOutput extends StartMulticastG
20
20
  *
21
21
  * @see {@link StartMulticastGroupSessionCommandInput} for command's `input` shape.
22
22
  * @see {@link StartMulticastGroupSessionCommandOutput} for command's `response` shape.
23
- * @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StartMulticastGroupSessionCommand extends $Command<StartMulticastGroupSessionCommandInput, StartMulticastGroupSessionCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
20
20
  *
21
21
  * @see {@link TagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface TestWirelessDeviceCommandOutput extends TestWirelessDeviceRespo
20
20
  *
21
21
  * @see {@link TestWirelessDeviceCommandInput} for command's `input` shape.
22
22
  * @see {@link TestWirelessDeviceCommandOutput} for command's `response` shape.
23
- * @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class TestWirelessDeviceCommand extends $Command<TestWirelessDeviceCommandInput, TestWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
20
20
  *
21
21
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateDestinationCommandOutput extends UpdateDestinationRespons
20
20
  *
21
21
  * @see {@link UpdateDestinationCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateDestinationCommandOutput} for command's `response` shape.
23
- * @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateDestinationCommand extends $Command<UpdateDestinationCommandInput, UpdateDestinationCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateFuotaTaskCommandOutput extends UpdateFuotaTaskResponse, _
20
20
  *
21
21
  * @see {@link UpdateFuotaTaskCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateFuotaTaskCommandOutput} for command's `response` shape.
23
- * @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateFuotaTaskCommand extends $Command<UpdateFuotaTaskCommandInput, UpdateFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateLogLevelsByResourceTypesCommandOutput extends UpdateLogLe
21
21
  *
22
22
  * @see {@link UpdateLogLevelsByResourceTypesCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateLogLevelsByResourceTypesCommandOutput} for command's `response` shape.
24
- * @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateLogLevelsByResourceTypesCommand extends $Command<UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateMulticastGroupCommandOutput extends UpdateMulticastGroupR
20
20
  *
21
21
  * @see {@link UpdateMulticastGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateMulticastGroupCommandOutput} for command's `response` shape.
23
- * @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateMulticastGroupCommand extends $Command<UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
+ import { UpdateNetworkAnalyzerConfigurationRequest, UpdateNetworkAnalyzerConfigurationResponse } from "../models/models_0";
5
+ export interface UpdateNetworkAnalyzerConfigurationCommandInput extends UpdateNetworkAnalyzerConfigurationRequest {
6
+ }
7
+ export interface UpdateNetworkAnalyzerConfigurationCommandOutput extends UpdateNetworkAnalyzerConfigurationResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Update NetworkAnalyzer configuration.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { IoTWirelessClient, UpdateNetworkAnalyzerConfigurationCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
15
+ * // const { IoTWirelessClient, UpdateNetworkAnalyzerConfigurationCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
16
+ * const client = new IoTWirelessClient(config);
17
+ * const command = new UpdateNetworkAnalyzerConfigurationCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UpdateNetworkAnalyzerConfigurationCommandInput} for command's `input` shape.
22
+ * @see {@link UpdateNetworkAnalyzerConfigurationCommandOutput} for command's `response` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class UpdateNetworkAnalyzerConfigurationCommand extends $Command<UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
27
+ readonly input: UpdateNetworkAnalyzerConfigurationCommandInput;
28
+ constructor(input: UpdateNetworkAnalyzerConfigurationCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -20,7 +20,7 @@ export interface UpdatePartnerAccountCommandOutput extends UpdatePartnerAccountR
20
20
  *
21
21
  * @see {@link UpdatePartnerAccountCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdatePartnerAccountCommandOutput} for command's `response` shape.
23
- * @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdatePartnerAccountCommand extends $Command<UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateResourceEventConfigurationCommandOutput extends UpdateRes
20
20
  *
21
21
  * @see {@link UpdateResourceEventConfigurationCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateResourceEventConfigurationCommandOutput} for command's `response` shape.
23
- * @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateResourceEventConfigurationCommand extends $Command<UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateWirelessDeviceCommandOutput extends UpdateWirelessDeviceR
20
20
  *
21
21
  * @see {@link UpdateWirelessDeviceCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateWirelessDeviceCommandOutput} for command's `response` shape.
23
- * @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateWirelessDeviceCommand extends $Command<UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateWirelessGatewayCommandOutput extends UpdateWirelessGatewa
20
20
  *
21
21
  * @see {@link UpdateWirelessGatewayCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateWirelessGatewayCommandOutput} for command's `response` shape.
23
- * @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateWirelessGatewayCommand extends $Command<UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -37,6 +37,7 @@ export * from "./GetFuotaTaskCommand";
37
37
  export * from "./GetLogLevelsByResourceTypesCommand";
38
38
  export * from "./GetMulticastGroupCommand";
39
39
  export * from "./GetMulticastGroupSessionCommand";
40
+ export * from "./GetNetworkAnalyzerConfigurationCommand";
40
41
  export * from "./GetPartnerAccountCommand";
41
42
  export * from "./GetResourceEventConfigurationCommand";
42
43
  export * from "./GetResourceLogLevelCommand";
@@ -77,6 +78,7 @@ export * from "./UpdateDestinationCommand";
77
78
  export * from "./UpdateFuotaTaskCommand";
78
79
  export * from "./UpdateLogLevelsByResourceTypesCommand";
79
80
  export * from "./UpdateMulticastGroupCommand";
81
+ export * from "./UpdateNetworkAnalyzerConfigurationCommand";
80
82
  export * from "./UpdatePartnerAccountCommand";
81
83
  export * from "./UpdateResourceEventConfigurationCommand";
82
84
  export * from "./UpdateWirelessDeviceCommand";
@@ -2145,6 +2145,61 @@ export declare namespace GetMulticastGroupSessionResponse {
2145
2145
  */
2146
2146
  const filterSensitiveLog: (obj: GetMulticastGroupSessionResponse) => any;
2147
2147
  }
2148
+ export interface GetNetworkAnalyzerConfigurationRequest {
2149
+ /**
2150
+ * <p>NetworkAnalyzer configuration name.</p>
2151
+ */
2152
+ ConfigurationName: string | undefined;
2153
+ }
2154
+ export declare namespace GetNetworkAnalyzerConfigurationRequest {
2155
+ /**
2156
+ * @internal
2157
+ */
2158
+ const filterSensitiveLog: (obj: GetNetworkAnalyzerConfigurationRequest) => any;
2159
+ }
2160
+ export declare enum WirelessDeviceFrameInfo {
2161
+ DISABLED = "DISABLED",
2162
+ ENABLED = "ENABLED"
2163
+ }
2164
+ /**
2165
+ * <p>Trace Content for resources.</p>
2166
+ */
2167
+ export interface TraceContent {
2168
+ /**
2169
+ * <p>WirelessDevice FrameInfo for trace content.</p>
2170
+ */
2171
+ WirelessDeviceFrameInfo?: WirelessDeviceFrameInfo | string;
2172
+ /**
2173
+ * <p>The log level for a log message.</p>
2174
+ */
2175
+ LogLevel?: LogLevel | string;
2176
+ }
2177
+ export declare namespace TraceContent {
2178
+ /**
2179
+ * @internal
2180
+ */
2181
+ const filterSensitiveLog: (obj: TraceContent) => any;
2182
+ }
2183
+ export interface GetNetworkAnalyzerConfigurationResponse {
2184
+ /**
2185
+ * <p>Trace Content for resources.</p>
2186
+ */
2187
+ TraceContent?: TraceContent;
2188
+ /**
2189
+ * <p>List of WirelessDevices in the NetworkAnalyzerConfiguration.</p>
2190
+ */
2191
+ WirelessDevices?: string[];
2192
+ /**
2193
+ * <p>List of WirelessGateways in the NetworkAnalyzerConfiguration.</p>
2194
+ */
2195
+ WirelessGateways?: string[];
2196
+ }
2197
+ export declare namespace GetNetworkAnalyzerConfigurationResponse {
2198
+ /**
2199
+ * @internal
2200
+ */
2201
+ const filterSensitiveLog: (obj: GetNetworkAnalyzerConfigurationResponse) => any;
2202
+ }
2148
2203
  export interface GetPartnerAccountRequest {
2149
2204
  /**
2150
2205
  * <p>The partner account ID to disassociate from the AWS account.</p>
@@ -4078,6 +4133,46 @@ export declare namespace UpdateMulticastGroupResponse {
4078
4133
  */
4079
4134
  const filterSensitiveLog: (obj: UpdateMulticastGroupResponse) => any;
4080
4135
  }
4136
+ export interface UpdateNetworkAnalyzerConfigurationRequest {
4137
+ /**
4138
+ * <p>NetworkAnalyzer configuration name.</p>
4139
+ */
4140
+ ConfigurationName: string | undefined;
4141
+ /**
4142
+ * <p>Trace Content for resources.</p>
4143
+ */
4144
+ TraceContent?: TraceContent;
4145
+ /**
4146
+ * <p>WirelessDevices to add into NetworkAnalyzerConfiguration.</p>
4147
+ */
4148
+ WirelessDevicesToAdd?: string[];
4149
+ /**
4150
+ * <p>WirelessDevices to remove from NetworkAnalyzerConfiguration.</p>
4151
+ */
4152
+ WirelessDevicesToRemove?: string[];
4153
+ /**
4154
+ * <p>WirelessGateways to add into NetworkAnalyzerConfiguration.</p>
4155
+ */
4156
+ WirelessGatewaysToAdd?: string[];
4157
+ /**
4158
+ * <p>WirelessGateways to remove from NetworkAnalyzerConfiguration.</p>
4159
+ */
4160
+ WirelessGatewaysToRemove?: string[];
4161
+ }
4162
+ export declare namespace UpdateNetworkAnalyzerConfigurationRequest {
4163
+ /**
4164
+ * @internal
4165
+ */
4166
+ const filterSensitiveLog: (obj: UpdateNetworkAnalyzerConfigurationRequest) => any;
4167
+ }
4168
+ export interface UpdateNetworkAnalyzerConfigurationResponse {
4169
+ }
4170
+ export declare namespace UpdateNetworkAnalyzerConfigurationResponse {
4171
+ /**
4172
+ * @internal
4173
+ */
4174
+ const filterSensitiveLog: (obj: UpdateNetworkAnalyzerConfigurationResponse) => any;
4175
+ }
4081
4176
  /**
4082
4177
  * <p>Sidewalk update.</p>
4083
4178
  */
@@ -39,6 +39,7 @@ import { GetFuotaTaskCommandInput, GetFuotaTaskCommandOutput } from "../commands
39
39
  import { GetLogLevelsByResourceTypesCommandInput, GetLogLevelsByResourceTypesCommandOutput } from "../commands/GetLogLevelsByResourceTypesCommand";
40
40
  import { GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput } from "../commands/GetMulticastGroupCommand";
41
41
  import { GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput } from "../commands/GetMulticastGroupSessionCommand";
42
+ import { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput } from "../commands/GetNetworkAnalyzerConfigurationCommand";
42
43
  import { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "../commands/GetPartnerAccountCommand";
43
44
  import { GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput } from "../commands/GetResourceEventConfigurationCommand";
44
45
  import { GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput } from "../commands/GetResourceLogLevelCommand";
@@ -79,6 +80,7 @@ import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from ".
79
80
  import { UpdateFuotaTaskCommandInput, UpdateFuotaTaskCommandOutput } from "../commands/UpdateFuotaTaskCommand";
80
81
  import { UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTypesCommandOutput } from "../commands/UpdateLogLevelsByResourceTypesCommand";
81
82
  import { UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput } from "../commands/UpdateMulticastGroupCommand";
83
+ import { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput } from "../commands/UpdateNetworkAnalyzerConfigurationCommand";
82
84
  import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "../commands/UpdatePartnerAccountCommand";
83
85
  import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "../commands/UpdateResourceEventConfigurationCommand";
84
86
  import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "../commands/UpdateWirelessDeviceCommand";
@@ -122,6 +124,7 @@ export declare const serializeAws_restJson1GetFuotaTaskCommand: (input: GetFuota
122
124
  export declare const serializeAws_restJson1GetLogLevelsByResourceTypesCommand: (input: GetLogLevelsByResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
125
  export declare const serializeAws_restJson1GetMulticastGroupCommand: (input: GetMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
126
  export declare const serializeAws_restJson1GetMulticastGroupSessionCommand: (input: GetMulticastGroupSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
+ export declare const serializeAws_restJson1GetNetworkAnalyzerConfigurationCommand: (input: GetNetworkAnalyzerConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
128
  export declare const serializeAws_restJson1GetPartnerAccountCommand: (input: GetPartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
129
  export declare const serializeAws_restJson1GetResourceEventConfigurationCommand: (input: GetResourceEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
130
  export declare const serializeAws_restJson1GetResourceLogLevelCommand: (input: GetResourceLogLevelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -162,6 +165,7 @@ export declare const serializeAws_restJson1UpdateDestinationCommand: (input: Upd
162
165
  export declare const serializeAws_restJson1UpdateFuotaTaskCommand: (input: UpdateFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
166
  export declare const serializeAws_restJson1UpdateLogLevelsByResourceTypesCommand: (input: UpdateLogLevelsByResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
167
  export declare const serializeAws_restJson1UpdateMulticastGroupCommand: (input: UpdateMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
+ export declare const serializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand: (input: UpdateNetworkAnalyzerConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
169
  export declare const serializeAws_restJson1UpdatePartnerAccountCommand: (input: UpdatePartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
170
  export declare const serializeAws_restJson1UpdateResourceEventConfigurationCommand: (input: UpdateResourceEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
171
  export declare const serializeAws_restJson1UpdateWirelessDeviceCommand: (input: UpdateWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -205,6 +209,7 @@ export declare const deserializeAws_restJson1GetFuotaTaskCommand: (output: __Htt
205
209
  export declare const deserializeAws_restJson1GetLogLevelsByResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLogLevelsByResourceTypesCommandOutput>;
206
210
  export declare const deserializeAws_restJson1GetMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMulticastGroupCommandOutput>;
207
211
  export declare const deserializeAws_restJson1GetMulticastGroupSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMulticastGroupSessionCommandOutput>;
212
+ export declare const deserializeAws_restJson1GetNetworkAnalyzerConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkAnalyzerConfigurationCommandOutput>;
208
213
  export declare const deserializeAws_restJson1GetPartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPartnerAccountCommandOutput>;
209
214
  export declare const deserializeAws_restJson1GetResourceEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceEventConfigurationCommandOutput>;
210
215
  export declare const deserializeAws_restJson1GetResourceLogLevelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceLogLevelCommandOutput>;
@@ -245,6 +250,7 @@ export declare const deserializeAws_restJson1UpdateDestinationCommand: (output:
245
250
  export declare const deserializeAws_restJson1UpdateFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFuotaTaskCommandOutput>;
246
251
  export declare const deserializeAws_restJson1UpdateLogLevelsByResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLogLevelsByResourceTypesCommandOutput>;
247
252
  export declare const deserializeAws_restJson1UpdateMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMulticastGroupCommandOutput>;
253
+ export declare const deserializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNetworkAnalyzerConfigurationCommandOutput>;
248
254
  export declare const deserializeAws_restJson1UpdatePartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePartnerAccountCommandOutput>;
249
255
  export declare const deserializeAws_restJson1UpdateResourceEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceEventConfigurationCommandOutput>;
250
256
  export declare const deserializeAws_restJson1UpdateWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWirelessDeviceCommandOutput>;
@@ -38,6 +38,7 @@ import { GetFuotaTaskCommandInput, GetFuotaTaskCommandOutput } from "./commands/
38
38
  import { GetLogLevelsByResourceTypesCommandInput, GetLogLevelsByResourceTypesCommandOutput } from "./commands/GetLogLevelsByResourceTypesCommand";
39
39
  import { GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput } from "./commands/GetMulticastGroupCommand";
40
40
  import { GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput } from "./commands/GetMulticastGroupSessionCommand";
41
+ import { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput } from "./commands/GetNetworkAnalyzerConfigurationCommand";
41
42
  import { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "./commands/GetPartnerAccountCommand";
42
43
  import { GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput } from "./commands/GetResourceEventConfigurationCommand";
43
44
  import { GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput } from "./commands/GetResourceLogLevelCommand";
@@ -78,6 +79,7 @@ import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from ".
78
79
  import { UpdateFuotaTaskCommandInput, UpdateFuotaTaskCommandOutput } from "./commands/UpdateFuotaTaskCommand";
79
80
  import { UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTypesCommandOutput } from "./commands/UpdateLogLevelsByResourceTypesCommand";
80
81
  import { UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput } from "./commands/UpdateMulticastGroupCommand";
82
+ import { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput } from "./commands/UpdateNetworkAnalyzerConfigurationCommand";
81
83
  import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "./commands/UpdatePartnerAccountCommand";
82
84
  import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "./commands/UpdateResourceEventConfigurationCommand";
83
85
  import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "./commands/UpdateWirelessDeviceCommand";
@@ -242,6 +244,10 @@ export declare class IoTWireless extends IoTWirelessClient {
242
244
  getMulticastGroupSession(args: GetMulticastGroupSessionCommandInput, cb: (err: any, data?: GetMulticastGroupSessionCommandOutput) => void): void;
243
245
  getMulticastGroupSession(args: GetMulticastGroupSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMulticastGroupSessionCommandOutput) => void): void;
244
246
 
247
+ getNetworkAnalyzerConfiguration(args: GetNetworkAnalyzerConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetNetworkAnalyzerConfigurationCommandOutput>;
248
+ getNetworkAnalyzerConfiguration(args: GetNetworkAnalyzerConfigurationCommandInput, cb: (err: any, data?: GetNetworkAnalyzerConfigurationCommandOutput) => void): void;
249
+ getNetworkAnalyzerConfiguration(args: GetNetworkAnalyzerConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNetworkAnalyzerConfigurationCommandOutput) => void): void;
250
+
245
251
  getPartnerAccount(args: GetPartnerAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetPartnerAccountCommandOutput>;
246
252
  getPartnerAccount(args: GetPartnerAccountCommandInput, cb: (err: any, data?: GetPartnerAccountCommandOutput) => void): void;
247
253
  getPartnerAccount(args: GetPartnerAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPartnerAccountCommandOutput) => void): void;
@@ -402,6 +408,10 @@ export declare class IoTWireless extends IoTWirelessClient {
402
408
  updateMulticastGroup(args: UpdateMulticastGroupCommandInput, cb: (err: any, data?: UpdateMulticastGroupCommandOutput) => void): void;
403
409
  updateMulticastGroup(args: UpdateMulticastGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMulticastGroupCommandOutput) => void): void;
404
410
 
411
+ updateNetworkAnalyzerConfiguration(args: UpdateNetworkAnalyzerConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNetworkAnalyzerConfigurationCommandOutput>;
412
+ updateNetworkAnalyzerConfiguration(args: UpdateNetworkAnalyzerConfigurationCommandInput, cb: (err: any, data?: UpdateNetworkAnalyzerConfigurationCommandOutput) => void): void;
413
+ updateNetworkAnalyzerConfiguration(args: UpdateNetworkAnalyzerConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNetworkAnalyzerConfigurationCommandOutput) => void): void;
414
+
405
415
  updatePartnerAccount(args: UpdatePartnerAccountCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePartnerAccountCommandOutput>;
406
416
  updatePartnerAccount(args: UpdatePartnerAccountCommandInput, cb: (err: any, data?: UpdatePartnerAccountCommandOutput) => void): void;
407
417
  updatePartnerAccount(args: UpdatePartnerAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePartnerAccountCommandOutput) => void): void;
@@ -45,6 +45,7 @@ import { GetFuotaTaskCommandInput, GetFuotaTaskCommandOutput } from "./commands/
45
45
  import { GetLogLevelsByResourceTypesCommandInput, GetLogLevelsByResourceTypesCommandOutput } from "./commands/GetLogLevelsByResourceTypesCommand";
46
46
  import { GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput } from "./commands/GetMulticastGroupCommand";
47
47
  import { GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput } from "./commands/GetMulticastGroupSessionCommand";
48
+ import { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput } from "./commands/GetNetworkAnalyzerConfigurationCommand";
48
49
  import { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "./commands/GetPartnerAccountCommand";
49
50
  import { GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput } from "./commands/GetResourceEventConfigurationCommand";
50
51
  import { GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput } from "./commands/GetResourceLogLevelCommand";
@@ -85,12 +86,13 @@ import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from ".
85
86
  import { UpdateFuotaTaskCommandInput, UpdateFuotaTaskCommandOutput } from "./commands/UpdateFuotaTaskCommand";
86
87
  import { UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTypesCommandOutput } from "./commands/UpdateLogLevelsByResourceTypesCommand";
87
88
  import { UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput } from "./commands/UpdateMulticastGroupCommand";
89
+ import { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput } from "./commands/UpdateNetworkAnalyzerConfigurationCommand";
88
90
  import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "./commands/UpdatePartnerAccountCommand";
89
91
  import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "./commands/UpdateResourceEventConfigurationCommand";
90
92
  import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "./commands/UpdateWirelessDeviceCommand";
91
93
  import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "./commands/UpdateWirelessGatewayCommand";
92
- export declare type ServiceInputTypes = AssociateAwsAccountWithPartnerAccountCommandInput | AssociateMulticastGroupWithFuotaTaskCommandInput | AssociateWirelessDeviceWithFuotaTaskCommandInput | AssociateWirelessDeviceWithMulticastGroupCommandInput | AssociateWirelessDeviceWithThingCommandInput | AssociateWirelessGatewayWithCertificateCommandInput | AssociateWirelessGatewayWithThingCommandInput | CancelMulticastGroupSessionCommandInput | CreateDestinationCommandInput | CreateDeviceProfileCommandInput | CreateFuotaTaskCommandInput | CreateMulticastGroupCommandInput | CreateServiceProfileCommandInput | CreateWirelessDeviceCommandInput | CreateWirelessGatewayCommandInput | CreateWirelessGatewayTaskCommandInput | CreateWirelessGatewayTaskDefinitionCommandInput | DeleteDestinationCommandInput | DeleteDeviceProfileCommandInput | DeleteFuotaTaskCommandInput | DeleteMulticastGroupCommandInput | DeleteServiceProfileCommandInput | DeleteWirelessDeviceCommandInput | DeleteWirelessGatewayCommandInput | DeleteWirelessGatewayTaskCommandInput | DeleteWirelessGatewayTaskDefinitionCommandInput | DisassociateAwsAccountFromPartnerAccountCommandInput | DisassociateMulticastGroupFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromMulticastGroupCommandInput | DisassociateWirelessDeviceFromThingCommandInput | DisassociateWirelessGatewayFromCertificateCommandInput | DisassociateWirelessGatewayFromThingCommandInput | GetDestinationCommandInput | GetDeviceProfileCommandInput | GetFuotaTaskCommandInput | GetLogLevelsByResourceTypesCommandInput | GetMulticastGroupCommandInput | GetMulticastGroupSessionCommandInput | GetPartnerAccountCommandInput | GetResourceEventConfigurationCommandInput | GetResourceLogLevelCommandInput | GetServiceEndpointCommandInput | GetServiceProfileCommandInput | GetWirelessDeviceCommandInput | GetWirelessDeviceStatisticsCommandInput | GetWirelessGatewayCertificateCommandInput | GetWirelessGatewayCommandInput | GetWirelessGatewayFirmwareInformationCommandInput | GetWirelessGatewayStatisticsCommandInput | GetWirelessGatewayTaskCommandInput | GetWirelessGatewayTaskDefinitionCommandInput | ListDestinationsCommandInput | ListDeviceProfilesCommandInput | ListFuotaTasksCommandInput | ListMulticastGroupsByFuotaTaskCommandInput | ListMulticastGroupsCommandInput | ListPartnerAccountsCommandInput | ListServiceProfilesCommandInput | ListTagsForResourceCommandInput | ListWirelessDevicesCommandInput | ListWirelessGatewayTaskDefinitionsCommandInput | ListWirelessGatewaysCommandInput | PutResourceLogLevelCommandInput | ResetAllResourceLogLevelsCommandInput | ResetResourceLogLevelCommandInput | SendDataToMulticastGroupCommandInput | SendDataToWirelessDeviceCommandInput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput | StartFuotaTaskCommandInput | StartMulticastGroupSessionCommandInput | TagResourceCommandInput | TestWirelessDeviceCommandInput | UntagResourceCommandInput | UpdateDestinationCommandInput | UpdateFuotaTaskCommandInput | UpdateLogLevelsByResourceTypesCommandInput | UpdateMulticastGroupCommandInput | UpdatePartnerAccountCommandInput | UpdateResourceEventConfigurationCommandInput | UpdateWirelessDeviceCommandInput | UpdateWirelessGatewayCommandInput;
93
- export declare type ServiceOutputTypes = AssociateAwsAccountWithPartnerAccountCommandOutput | AssociateMulticastGroupWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithMulticastGroupCommandOutput | AssociateWirelessDeviceWithThingCommandOutput | AssociateWirelessGatewayWithCertificateCommandOutput | AssociateWirelessGatewayWithThingCommandOutput | CancelMulticastGroupSessionCommandOutput | CreateDestinationCommandOutput | CreateDeviceProfileCommandOutput | CreateFuotaTaskCommandOutput | CreateMulticastGroupCommandOutput | CreateServiceProfileCommandOutput | CreateWirelessDeviceCommandOutput | CreateWirelessGatewayCommandOutput | CreateWirelessGatewayTaskCommandOutput | CreateWirelessGatewayTaskDefinitionCommandOutput | DeleteDestinationCommandOutput | DeleteDeviceProfileCommandOutput | DeleteFuotaTaskCommandOutput | DeleteMulticastGroupCommandOutput | DeleteServiceProfileCommandOutput | DeleteWirelessDeviceCommandOutput | DeleteWirelessGatewayCommandOutput | DeleteWirelessGatewayTaskCommandOutput | DeleteWirelessGatewayTaskDefinitionCommandOutput | DisassociateAwsAccountFromPartnerAccountCommandOutput | DisassociateMulticastGroupFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromMulticastGroupCommandOutput | DisassociateWirelessDeviceFromThingCommandOutput | DisassociateWirelessGatewayFromCertificateCommandOutput | DisassociateWirelessGatewayFromThingCommandOutput | GetDestinationCommandOutput | GetDeviceProfileCommandOutput | GetFuotaTaskCommandOutput | GetLogLevelsByResourceTypesCommandOutput | GetMulticastGroupCommandOutput | GetMulticastGroupSessionCommandOutput | GetPartnerAccountCommandOutput | GetResourceEventConfigurationCommandOutput | GetResourceLogLevelCommandOutput | GetServiceEndpointCommandOutput | GetServiceProfileCommandOutput | GetWirelessDeviceCommandOutput | GetWirelessDeviceStatisticsCommandOutput | GetWirelessGatewayCertificateCommandOutput | GetWirelessGatewayCommandOutput | GetWirelessGatewayFirmwareInformationCommandOutput | GetWirelessGatewayStatisticsCommandOutput | GetWirelessGatewayTaskCommandOutput | GetWirelessGatewayTaskDefinitionCommandOutput | ListDestinationsCommandOutput | ListDeviceProfilesCommandOutput | ListFuotaTasksCommandOutput | ListMulticastGroupsByFuotaTaskCommandOutput | ListMulticastGroupsCommandOutput | ListPartnerAccountsCommandOutput | ListServiceProfilesCommandOutput | ListTagsForResourceCommandOutput | ListWirelessDevicesCommandOutput | ListWirelessGatewayTaskDefinitionsCommandOutput | ListWirelessGatewaysCommandOutput | PutResourceLogLevelCommandOutput | ResetAllResourceLogLevelsCommandOutput | ResetResourceLogLevelCommandOutput | SendDataToMulticastGroupCommandOutput | SendDataToWirelessDeviceCommandOutput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput | StartFuotaTaskCommandOutput | StartMulticastGroupSessionCommandOutput | TagResourceCommandOutput | TestWirelessDeviceCommandOutput | UntagResourceCommandOutput | UpdateDestinationCommandOutput | UpdateFuotaTaskCommandOutput | UpdateLogLevelsByResourceTypesCommandOutput | UpdateMulticastGroupCommandOutput | UpdatePartnerAccountCommandOutput | UpdateResourceEventConfigurationCommandOutput | UpdateWirelessDeviceCommandOutput | UpdateWirelessGatewayCommandOutput;
94
+ export declare type ServiceInputTypes = AssociateAwsAccountWithPartnerAccountCommandInput | AssociateMulticastGroupWithFuotaTaskCommandInput | AssociateWirelessDeviceWithFuotaTaskCommandInput | AssociateWirelessDeviceWithMulticastGroupCommandInput | AssociateWirelessDeviceWithThingCommandInput | AssociateWirelessGatewayWithCertificateCommandInput | AssociateWirelessGatewayWithThingCommandInput | CancelMulticastGroupSessionCommandInput | CreateDestinationCommandInput | CreateDeviceProfileCommandInput | CreateFuotaTaskCommandInput | CreateMulticastGroupCommandInput | CreateServiceProfileCommandInput | CreateWirelessDeviceCommandInput | CreateWirelessGatewayCommandInput | CreateWirelessGatewayTaskCommandInput | CreateWirelessGatewayTaskDefinitionCommandInput | DeleteDestinationCommandInput | DeleteDeviceProfileCommandInput | DeleteFuotaTaskCommandInput | DeleteMulticastGroupCommandInput | DeleteServiceProfileCommandInput | DeleteWirelessDeviceCommandInput | DeleteWirelessGatewayCommandInput | DeleteWirelessGatewayTaskCommandInput | DeleteWirelessGatewayTaskDefinitionCommandInput | DisassociateAwsAccountFromPartnerAccountCommandInput | DisassociateMulticastGroupFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromMulticastGroupCommandInput | DisassociateWirelessDeviceFromThingCommandInput | DisassociateWirelessGatewayFromCertificateCommandInput | DisassociateWirelessGatewayFromThingCommandInput | GetDestinationCommandInput | GetDeviceProfileCommandInput | GetFuotaTaskCommandInput | GetLogLevelsByResourceTypesCommandInput | GetMulticastGroupCommandInput | GetMulticastGroupSessionCommandInput | GetNetworkAnalyzerConfigurationCommandInput | GetPartnerAccountCommandInput | GetResourceEventConfigurationCommandInput | GetResourceLogLevelCommandInput | GetServiceEndpointCommandInput | GetServiceProfileCommandInput | GetWirelessDeviceCommandInput | GetWirelessDeviceStatisticsCommandInput | GetWirelessGatewayCertificateCommandInput | GetWirelessGatewayCommandInput | GetWirelessGatewayFirmwareInformationCommandInput | GetWirelessGatewayStatisticsCommandInput | GetWirelessGatewayTaskCommandInput | GetWirelessGatewayTaskDefinitionCommandInput | ListDestinationsCommandInput | ListDeviceProfilesCommandInput | ListFuotaTasksCommandInput | ListMulticastGroupsByFuotaTaskCommandInput | ListMulticastGroupsCommandInput | ListPartnerAccountsCommandInput | ListServiceProfilesCommandInput | ListTagsForResourceCommandInput | ListWirelessDevicesCommandInput | ListWirelessGatewayTaskDefinitionsCommandInput | ListWirelessGatewaysCommandInput | PutResourceLogLevelCommandInput | ResetAllResourceLogLevelsCommandInput | ResetResourceLogLevelCommandInput | SendDataToMulticastGroupCommandInput | SendDataToWirelessDeviceCommandInput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput | StartFuotaTaskCommandInput | StartMulticastGroupSessionCommandInput | TagResourceCommandInput | TestWirelessDeviceCommandInput | UntagResourceCommandInput | UpdateDestinationCommandInput | UpdateFuotaTaskCommandInput | UpdateLogLevelsByResourceTypesCommandInput | UpdateMulticastGroupCommandInput | UpdateNetworkAnalyzerConfigurationCommandInput | UpdatePartnerAccountCommandInput | UpdateResourceEventConfigurationCommandInput | UpdateWirelessDeviceCommandInput | UpdateWirelessGatewayCommandInput;
95
+ export declare type ServiceOutputTypes = AssociateAwsAccountWithPartnerAccountCommandOutput | AssociateMulticastGroupWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithMulticastGroupCommandOutput | AssociateWirelessDeviceWithThingCommandOutput | AssociateWirelessGatewayWithCertificateCommandOutput | AssociateWirelessGatewayWithThingCommandOutput | CancelMulticastGroupSessionCommandOutput | CreateDestinationCommandOutput | CreateDeviceProfileCommandOutput | CreateFuotaTaskCommandOutput | CreateMulticastGroupCommandOutput | CreateServiceProfileCommandOutput | CreateWirelessDeviceCommandOutput | CreateWirelessGatewayCommandOutput | CreateWirelessGatewayTaskCommandOutput | CreateWirelessGatewayTaskDefinitionCommandOutput | DeleteDestinationCommandOutput | DeleteDeviceProfileCommandOutput | DeleteFuotaTaskCommandOutput | DeleteMulticastGroupCommandOutput | DeleteServiceProfileCommandOutput | DeleteWirelessDeviceCommandOutput | DeleteWirelessGatewayCommandOutput | DeleteWirelessGatewayTaskCommandOutput | DeleteWirelessGatewayTaskDefinitionCommandOutput | DisassociateAwsAccountFromPartnerAccountCommandOutput | DisassociateMulticastGroupFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromMulticastGroupCommandOutput | DisassociateWirelessDeviceFromThingCommandOutput | DisassociateWirelessGatewayFromCertificateCommandOutput | DisassociateWirelessGatewayFromThingCommandOutput | GetDestinationCommandOutput | GetDeviceProfileCommandOutput | GetFuotaTaskCommandOutput | GetLogLevelsByResourceTypesCommandOutput | GetMulticastGroupCommandOutput | GetMulticastGroupSessionCommandOutput | GetNetworkAnalyzerConfigurationCommandOutput | GetPartnerAccountCommandOutput | GetResourceEventConfigurationCommandOutput | GetResourceLogLevelCommandOutput | GetServiceEndpointCommandOutput | GetServiceProfileCommandOutput | GetWirelessDeviceCommandOutput | GetWirelessDeviceStatisticsCommandOutput | GetWirelessGatewayCertificateCommandOutput | GetWirelessGatewayCommandOutput | GetWirelessGatewayFirmwareInformationCommandOutput | GetWirelessGatewayStatisticsCommandOutput | GetWirelessGatewayTaskCommandOutput | GetWirelessGatewayTaskDefinitionCommandOutput | ListDestinationsCommandOutput | ListDeviceProfilesCommandOutput | ListFuotaTasksCommandOutput | ListMulticastGroupsByFuotaTaskCommandOutput | ListMulticastGroupsCommandOutput | ListPartnerAccountsCommandOutput | ListServiceProfilesCommandOutput | ListTagsForResourceCommandOutput | ListWirelessDevicesCommandOutput | ListWirelessGatewayTaskDefinitionsCommandOutput | ListWirelessGatewaysCommandOutput | PutResourceLogLevelCommandOutput | ResetAllResourceLogLevelsCommandOutput | ResetResourceLogLevelCommandOutput | SendDataToMulticastGroupCommandOutput | SendDataToWirelessDeviceCommandOutput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput | StartFuotaTaskCommandOutput | StartMulticastGroupSessionCommandOutput | TagResourceCommandOutput | TestWirelessDeviceCommandOutput | UntagResourceCommandOutput | UpdateDestinationCommandOutput | UpdateFuotaTaskCommandOutput | UpdateLogLevelsByResourceTypesCommandOutput | UpdateMulticastGroupCommandOutput | UpdateNetworkAnalyzerConfigurationCommandOutput | UpdatePartnerAccountCommandOutput | UpdateResourceEventConfigurationCommandOutput | UpdateWirelessDeviceCommandOutput | UpdateWirelessGatewayCommandOutput;
94
96
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
95
97
 
96
98
  requestHandler?: __HttpHandler;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
+ import { GetNetworkAnalyzerConfigurationRequest, GetNetworkAnalyzerConfigurationResponse } from "../models/models_0";
5
+ export interface GetNetworkAnalyzerConfigurationCommandInput extends GetNetworkAnalyzerConfigurationRequest {
6
+ }
7
+ export interface GetNetworkAnalyzerConfigurationCommandOutput extends GetNetworkAnalyzerConfigurationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetNetworkAnalyzerConfigurationCommand extends $Command<GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
11
+ readonly input: GetNetworkAnalyzerConfigurationCommandInput;
12
+ constructor(input: GetNetworkAnalyzerConfigurationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
+ import { UpdateNetworkAnalyzerConfigurationRequest, UpdateNetworkAnalyzerConfigurationResponse } from "../models/models_0";
5
+ export interface UpdateNetworkAnalyzerConfigurationCommandInput extends UpdateNetworkAnalyzerConfigurationRequest {
6
+ }
7
+ export interface UpdateNetworkAnalyzerConfigurationCommandOutput extends UpdateNetworkAnalyzerConfigurationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateNetworkAnalyzerConfigurationCommand extends $Command<UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
11
+ readonly input: UpdateNetworkAnalyzerConfigurationCommandInput;
12
+ constructor(input: UpdateNetworkAnalyzerConfigurationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -37,6 +37,7 @@ export * from "./GetFuotaTaskCommand";
37
37
  export * from "./GetLogLevelsByResourceTypesCommand";
38
38
  export * from "./GetMulticastGroupCommand";
39
39
  export * from "./GetMulticastGroupSessionCommand";
40
+ export * from "./GetNetworkAnalyzerConfigurationCommand";
40
41
  export * from "./GetPartnerAccountCommand";
41
42
  export * from "./GetResourceEventConfigurationCommand";
42
43
  export * from "./GetResourceLogLevelCommand";
@@ -77,6 +78,7 @@ export * from "./UpdateDestinationCommand";
77
78
  export * from "./UpdateFuotaTaskCommand";
78
79
  export * from "./UpdateLogLevelsByResourceTypesCommand";
79
80
  export * from "./UpdateMulticastGroupCommand";
81
+ export * from "./UpdateNetworkAnalyzerConfigurationCommand";
80
82
  export * from "./UpdatePartnerAccountCommand";
81
83
  export * from "./UpdateResourceEventConfigurationCommand";
82
84
  export * from "./UpdateWirelessDeviceCommand";