@aws-sdk/client-iot-wireless 3.296.0 → 3.297.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 (119) hide show
  1. package/dist-types/IoTWireless.d.ts +102 -0
  2. package/dist-types/IoTWirelessClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +16 -0
  4. package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +16 -0
  5. package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +16 -0
  6. package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +16 -0
  7. package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +16 -0
  8. package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +16 -0
  9. package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +16 -0
  10. package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateDestinationCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateDeviceProfileCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateFuotaTaskCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateMulticastGroupCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateServiceProfileCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteDestinationCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteServiceProfileCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +16 -0
  32. package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +16 -0
  33. package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +16 -0
  34. package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +16 -0
  35. package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +16 -0
  36. package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +16 -0
  37. package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +16 -0
  38. package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +16 -0
  39. package/dist-types/commands/GetDestinationCommand.d.ts +16 -0
  40. package/dist-types/commands/GetDeviceProfileCommand.d.ts +16 -0
  41. package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +16 -0
  42. package/dist-types/commands/GetFuotaTaskCommand.d.ts +16 -0
  43. package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +16 -0
  44. package/dist-types/commands/GetMulticastGroupCommand.d.ts +16 -0
  45. package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +16 -0
  46. package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +16 -0
  47. package/dist-types/commands/GetPartnerAccountCommand.d.ts +16 -0
  48. package/dist-types/commands/GetPositionCommand.d.ts +16 -0
  49. package/dist-types/commands/GetPositionConfigurationCommand.d.ts +16 -0
  50. package/dist-types/commands/GetPositionEstimateCommand.d.ts +16 -0
  51. package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +16 -0
  52. package/dist-types/commands/GetResourceLogLevelCommand.d.ts +16 -0
  53. package/dist-types/commands/GetResourcePositionCommand.d.ts +16 -0
  54. package/dist-types/commands/GetServiceEndpointCommand.d.ts +16 -0
  55. package/dist-types/commands/GetServiceProfileCommand.d.ts +16 -0
  56. package/dist-types/commands/GetWirelessDeviceCommand.d.ts +16 -0
  57. package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +16 -0
  58. package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +16 -0
  59. package/dist-types/commands/GetWirelessGatewayCommand.d.ts +16 -0
  60. package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +16 -0
  61. package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +16 -0
  62. package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +16 -0
  63. package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +16 -0
  64. package/dist-types/commands/ListDestinationsCommand.d.ts +16 -0
  65. package/dist-types/commands/ListDeviceProfilesCommand.d.ts +16 -0
  66. package/dist-types/commands/ListEventConfigurationsCommand.d.ts +16 -0
  67. package/dist-types/commands/ListFuotaTasksCommand.d.ts +16 -0
  68. package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +16 -0
  69. package/dist-types/commands/ListMulticastGroupsCommand.d.ts +16 -0
  70. package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +16 -0
  71. package/dist-types/commands/ListPartnerAccountsCommand.d.ts +16 -0
  72. package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +16 -0
  73. package/dist-types/commands/ListQueuedMessagesCommand.d.ts +16 -0
  74. package/dist-types/commands/ListServiceProfilesCommand.d.ts +16 -0
  75. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  76. package/dist-types/commands/ListWirelessDevicesCommand.d.ts +16 -0
  77. package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +16 -0
  78. package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +16 -0
  79. package/dist-types/commands/PutPositionConfigurationCommand.d.ts +16 -0
  80. package/dist-types/commands/PutResourceLogLevelCommand.d.ts +16 -0
  81. package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +16 -0
  82. package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +16 -0
  83. package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +16 -0
  84. package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +16 -0
  85. package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +16 -0
  86. package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +16 -0
  87. package/dist-types/commands/StartFuotaTaskCommand.d.ts +16 -0
  88. package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +16 -0
  89. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  90. package/dist-types/commands/TestWirelessDeviceCommand.d.ts +16 -0
  91. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  92. package/dist-types/commands/UpdateDestinationCommand.d.ts +16 -0
  93. package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +16 -0
  94. package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +16 -0
  95. package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +16 -0
  96. package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +16 -0
  97. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +16 -0
  98. package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +16 -0
  99. package/dist-types/commands/UpdatePositionCommand.d.ts +16 -0
  100. package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +16 -0
  101. package/dist-types/commands/UpdateResourcePositionCommand.d.ts +16 -0
  102. package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +16 -0
  103. package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +16 -0
  104. package/dist-types/models/IoTWirelessServiceException.d.ts +2 -0
  105. package/dist-types/models/models_0.d.ts +688 -0
  106. package/dist-types/models/models_1.d.ts +138 -0
  107. package/dist-types/pagination/Interfaces.d.ts +3 -0
  108. package/dist-types/pagination/ListDestinationsPaginator.d.ts +3 -0
  109. package/dist-types/pagination/ListDeviceProfilesPaginator.d.ts +3 -0
  110. package/dist-types/pagination/ListFuotaTasksPaginator.d.ts +3 -0
  111. package/dist-types/pagination/ListMulticastGroupsByFuotaTaskPaginator.d.ts +3 -0
  112. package/dist-types/pagination/ListMulticastGroupsPaginator.d.ts +3 -0
  113. package/dist-types/pagination/ListNetworkAnalyzerConfigurationsPaginator.d.ts +3 -0
  114. package/dist-types/pagination/ListPositionConfigurationsPaginator.d.ts +3 -0
  115. package/dist-types/pagination/ListQueuedMessagesPaginator.d.ts +3 -0
  116. package/dist-types/pagination/ListServiceProfilesPaginator.d.ts +3 -0
  117. package/dist-types/pagination/ListWirelessDevicesPaginator.d.ts +3 -0
  118. package/dist-types/pagination/ListWirelessGatewaysPaginator.d.ts +3 -0
  119. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
5
5
  import { StartMulticastGroupSessionRequest, StartMulticastGroupSessionResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartMulticastGroupSessionCommand}.
8
10
  */
9
11
  export interface StartMulticastGroupSessionCommandInput extends StartMulticastGroupSessionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartMulticastGroupSessionCommand}.
13
17
  */
14
18
  export interface StartMulticastGroupSessionCommandOutput extends StartMulticastGroupSessionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts a multicast group session.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StartMulticastGroupSessionCommandOutput extends StartMulticastG
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StartMulticastGroupSessionCommandInput - {@link StartMulticastGroupSessionCommandInput}
34
+ * @returns {@link StartMulticastGroupSessionCommandOutput}
28
35
  * @see {@link StartMulticastGroupSessionCommandInput} for command's `input` shape.
29
36
  * @see {@link StartMulticastGroupSessionCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -52,11 +59,20 @@ export interface StartMulticastGroupSessionCommandOutput extends StartMulticastG
52
59
  export declare class StartMulticastGroupSessionCommand extends $Command<StartMulticastGroupSessionCommandInput, StartMulticastGroupSessionCommandOutput, IoTWirelessClientResolvedConfig> {
53
60
  readonly input: StartMulticastGroupSessionCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: StartMulticastGroupSessionCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMulticastGroupSessionCommandInput, StartMulticastGroupSessionCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds a tag to a resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -52,11 +59,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
52
59
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IoTWirelessClientResolvedConfig> {
53
60
  readonly input: TagResourceCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: TagResourceCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
5
5
  import { TestWirelessDeviceRequest, TestWirelessDeviceResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TestWirelessDeviceCommand}.
8
10
  */
9
11
  export interface TestWirelessDeviceCommandInput extends TestWirelessDeviceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TestWirelessDeviceCommand}.
13
17
  */
14
18
  export interface TestWirelessDeviceCommandOutput extends TestWirelessDeviceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Simulates a provisioned device by sending an uplink data payload of <code>Hello</code>.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface TestWirelessDeviceCommandOutput extends TestWirelessDeviceRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TestWirelessDeviceCommandInput - {@link TestWirelessDeviceCommandInput}
34
+ * @returns {@link TestWirelessDeviceCommandOutput}
28
35
  * @see {@link TestWirelessDeviceCommandInput} for command's `input` shape.
29
36
  * @see {@link TestWirelessDeviceCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -46,11 +53,20 @@ export interface TestWirelessDeviceCommandOutput extends TestWirelessDeviceRespo
46
53
  export declare class TestWirelessDeviceCommand extends $Command<TestWirelessDeviceCommandInput, TestWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
47
54
  readonly input: TestWirelessDeviceCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: TestWirelessDeviceCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestWirelessDeviceCommandInput, TestWirelessDeviceCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes one or more tags from a resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -49,11 +56,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
49
56
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IoTWirelessClientResolvedConfig> {
50
57
  readonly input: UntagResourceCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UntagResourceCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
5
5
  import { UpdateDestinationRequest, UpdateDestinationResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDestinationCommand}.
8
10
  */
9
11
  export interface UpdateDestinationCommandInput extends UpdateDestinationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDestinationCommand}.
13
17
  */
14
18
  export interface UpdateDestinationCommandOutput extends UpdateDestinationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates properties of a destination.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateDestinationCommandOutput extends UpdateDestinationRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateDestinationCommandInput - {@link UpdateDestinationCommandInput}
34
+ * @returns {@link UpdateDestinationCommandOutput}
28
35
  * @see {@link UpdateDestinationCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateDestinationCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -49,11 +56,20 @@ export interface UpdateDestinationCommandOutput extends UpdateDestinationRespons
49
56
  export declare class UpdateDestinationCommand extends $Command<UpdateDestinationCommandInput, UpdateDestinationCommandOutput, IoTWirelessClientResolvedConfig> {
50
57
  readonly input: UpdateDestinationCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UpdateDestinationCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDestinationCommandInput, UpdateDestinationCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
5
5
  import { UpdateEventConfigurationByResourceTypesRequest, UpdateEventConfigurationByResourceTypesResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateEventConfigurationByResourceTypesCommand}.
8
10
  */
9
11
  export interface UpdateEventConfigurationByResourceTypesCommandInput extends UpdateEventConfigurationByResourceTypesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateEventConfigurationByResourceTypesCommand}.
13
17
  */
14
18
  export interface UpdateEventConfigurationByResourceTypesCommandOutput extends UpdateEventConfigurationByResourceTypesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Update the event configuration based on resource types.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateEventConfigurationByResourceTypesCommandOutput extends Up
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateEventConfigurationByResourceTypesCommandInput - {@link UpdateEventConfigurationByResourceTypesCommandInput}
34
+ * @returns {@link UpdateEventConfigurationByResourceTypesCommandOutput}
28
35
  * @see {@link UpdateEventConfigurationByResourceTypesCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateEventConfigurationByResourceTypesCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateEventConfigurationByResourceTypesCommandOutput extends Up
46
53
  export declare class UpdateEventConfigurationByResourceTypesCommand extends $Command<UpdateEventConfigurationByResourceTypesCommandInput, UpdateEventConfigurationByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig> {
47
54
  readonly input: UpdateEventConfigurationByResourceTypesCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateEventConfigurationByResourceTypesCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEventConfigurationByResourceTypesCommandInput, UpdateEventConfigurationByResourceTypesCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
5
5
  import { UpdateFuotaTaskRequest, UpdateFuotaTaskResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFuotaTaskCommand}.
8
10
  */
9
11
  export interface UpdateFuotaTaskCommandInput extends UpdateFuotaTaskRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFuotaTaskCommand}.
13
17
  */
14
18
  export interface UpdateFuotaTaskCommandOutput extends UpdateFuotaTaskResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates properties of a FUOTA task.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateFuotaTaskCommandOutput extends UpdateFuotaTaskResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateFuotaTaskCommandInput - {@link UpdateFuotaTaskCommandInput}
34
+ * @returns {@link UpdateFuotaTaskCommandOutput}
28
35
  * @see {@link UpdateFuotaTaskCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateFuotaTaskCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateFuotaTaskCommandOutput extends UpdateFuotaTaskResponse, _
52
59
  export declare class UpdateFuotaTaskCommand extends $Command<UpdateFuotaTaskCommandInput, UpdateFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
53
60
  readonly input: UpdateFuotaTaskCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateFuotaTaskCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFuotaTaskCommandInput, UpdateFuotaTaskCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
5
5
  import { UpdateLogLevelsByResourceTypesRequest, UpdateLogLevelsByResourceTypesResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateLogLevelsByResourceTypesCommand}.
8
10
  */
9
11
  export interface UpdateLogLevelsByResourceTypesCommandInput extends UpdateLogLevelsByResourceTypesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateLogLevelsByResourceTypesCommand}.
13
17
  */
14
18
  export interface UpdateLogLevelsByResourceTypesCommandOutput extends UpdateLogLevelsByResourceTypesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Set default log level, or log levels by resource types. This can be for wireless device log options or
18
23
  * wireless gateways log options and is used to control the log messages that'll be displayed in CloudWatch.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UpdateLogLevelsByResourceTypesCommandOutput extends UpdateLogLe
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UpdateLogLevelsByResourceTypesCommandInput - {@link UpdateLogLevelsByResourceTypesCommandInput}
35
+ * @returns {@link UpdateLogLevelsByResourceTypesCommandOutput}
29
36
  * @see {@link UpdateLogLevelsByResourceTypesCommandInput} for command's `input` shape.
30
37
  * @see {@link UpdateLogLevelsByResourceTypesCommandOutput} for command's `response` shape.
31
38
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -53,11 +60,20 @@ export interface UpdateLogLevelsByResourceTypesCommandOutput extends UpdateLogLe
53
60
  export declare class UpdateLogLevelsByResourceTypesCommand extends $Command<UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig> {
54
61
  readonly input: UpdateLogLevelsByResourceTypesCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: UpdateLogLevelsByResourceTypesCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTypesCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
5
5
  import { UpdateMulticastGroupRequest, UpdateMulticastGroupResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateMulticastGroupCommand}.
8
10
  */
9
11
  export interface UpdateMulticastGroupCommandInput extends UpdateMulticastGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateMulticastGroupCommand}.
13
17
  */
14
18
  export interface UpdateMulticastGroupCommandOutput extends UpdateMulticastGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates properties of a multicast group session.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateMulticastGroupCommandOutput extends UpdateMulticastGroupR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateMulticastGroupCommandInput - {@link UpdateMulticastGroupCommandInput}
34
+ * @returns {@link UpdateMulticastGroupCommandOutput}
28
35
  * @see {@link UpdateMulticastGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateMulticastGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateMulticastGroupCommandOutput extends UpdateMulticastGroupR
52
59
  export declare class UpdateMulticastGroupCommand extends $Command<UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
53
60
  readonly input: UpdateMulticastGroupCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateMulticastGroupCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
5
5
  import { UpdateNetworkAnalyzerConfigurationRequest, UpdateNetworkAnalyzerConfigurationResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateNetworkAnalyzerConfigurationCommand}.
8
10
  */
9
11
  export interface UpdateNetworkAnalyzerConfigurationCommandInput extends UpdateNetworkAnalyzerConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateNetworkAnalyzerConfigurationCommand}.
13
17
  */
14
18
  export interface UpdateNetworkAnalyzerConfigurationCommandOutput extends UpdateNetworkAnalyzerConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Update network analyzer configuration.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateNetworkAnalyzerConfigurationCommandOutput extends UpdateN
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateNetworkAnalyzerConfigurationCommandInput - {@link UpdateNetworkAnalyzerConfigurationCommandInput}
34
+ * @returns {@link UpdateNetworkAnalyzerConfigurationCommandOutput}
28
35
  * @see {@link UpdateNetworkAnalyzerConfigurationCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateNetworkAnalyzerConfigurationCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -49,11 +56,20 @@ export interface UpdateNetworkAnalyzerConfigurationCommandOutput extends UpdateN
49
56
  export declare class UpdateNetworkAnalyzerConfigurationCommand extends $Command<UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
50
57
  readonly input: UpdateNetworkAnalyzerConfigurationCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UpdateNetworkAnalyzerConfigurationCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
5
5
  import { UpdatePartnerAccountRequest, UpdatePartnerAccountResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdatePartnerAccountCommand}.
8
10
  */
9
11
  export interface UpdatePartnerAccountCommandInput extends UpdatePartnerAccountRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdatePartnerAccountCommand}.
13
17
  */
14
18
  export interface UpdatePartnerAccountCommandOutput extends UpdatePartnerAccountResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates properties of a partner account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdatePartnerAccountCommandOutput extends UpdatePartnerAccountR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdatePartnerAccountCommandInput - {@link UpdatePartnerAccountCommandInput}
34
+ * @returns {@link UpdatePartnerAccountCommandOutput}
28
35
  * @see {@link UpdatePartnerAccountCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdatePartnerAccountCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdatePartnerAccountCommandOutput extends UpdatePartnerAccountR
46
53
  export declare class UpdatePartnerAccountCommand extends $Command<UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput, IoTWirelessClientResolvedConfig> {
47
54
  readonly input: UpdatePartnerAccountCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdatePartnerAccountCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
5
5
  import { UpdatePositionRequest, UpdatePositionResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdatePositionCommand}.
8
10
  */
9
11
  export interface UpdatePositionCommandInput extends UpdatePositionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdatePositionCommand}.
13
17
  */
14
18
  export interface UpdatePositionCommandOutput extends UpdatePositionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Update the position information of a resource.</p>
@@ -31,6 +36,8 @@ export interface UpdatePositionCommandOutput extends UpdatePositionResponse, __M
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param UpdatePositionCommandInput - {@link UpdatePositionCommandInput}
40
+ * @returns {@link UpdatePositionCommandOutput}
34
41
  * @see {@link UpdatePositionCommandInput} for command's `input` shape.
35
42
  * @see {@link UpdatePositionCommandOutput} for command's `response` shape.
36
43
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -55,11 +62,20 @@ export interface UpdatePositionCommandOutput extends UpdatePositionResponse, __M
55
62
  export declare class UpdatePositionCommand extends $Command<UpdatePositionCommandInput, UpdatePositionCommandOutput, IoTWirelessClientResolvedConfig> {
56
63
  readonly input: UpdatePositionCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: UpdatePositionCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePositionCommandInput, UpdatePositionCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
5
5
  import { UpdateResourceEventConfigurationRequest, UpdateResourceEventConfigurationResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateResourceEventConfigurationCommand}.
8
10
  */
9
11
  export interface UpdateResourceEventConfigurationCommandInput extends UpdateResourceEventConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateResourceEventConfigurationCommand}.
13
17
  */
14
18
  export interface UpdateResourceEventConfigurationCommandOutput extends UpdateResourceEventConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Update the event configuration for a particular resource identifier.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateResourceEventConfigurationCommandOutput extends UpdateRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateResourceEventConfigurationCommandInput - {@link UpdateResourceEventConfigurationCommandInput}
34
+ * @returns {@link UpdateResourceEventConfigurationCommandOutput}
28
35
  * @see {@link UpdateResourceEventConfigurationCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateResourceEventConfigurationCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateResourceEventConfigurationCommandOutput extends UpdateRes
52
59
  export declare class UpdateResourceEventConfigurationCommand extends $Command<UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
53
60
  readonly input: UpdateResourceEventConfigurationCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateResourceEventConfigurationCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }