@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 { DeleteQueuedMessagesRequest, DeleteQueuedMessagesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteQueuedMessagesCommand}.
8
10
  */
9
11
  export interface DeleteQueuedMessagesCommandInput extends DeleteQueuedMessagesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteQueuedMessagesCommand}.
13
17
  */
14
18
  export interface DeleteQueuedMessagesCommandOutput extends DeleteQueuedMessagesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Remove queued messages from the downlink queue.</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 DeleteQueuedMessagesCommandOutput extends DeleteQueuedMessagesR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteQueuedMessagesCommandInput - {@link DeleteQueuedMessagesCommandInput}
34
+ * @returns {@link DeleteQueuedMessagesCommandOutput}
28
35
  * @see {@link DeleteQueuedMessagesCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteQueuedMessagesCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteQueuedMessagesCommandOutput extends DeleteQueuedMessagesR
49
56
  export declare class DeleteQueuedMessagesCommand extends $Command<DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput, IoTWirelessClientResolvedConfig> {
50
57
  readonly input: DeleteQueuedMessagesCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteQueuedMessagesCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput>;
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 { DeleteServiceProfileRequest, DeleteServiceProfileResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteServiceProfileCommand}.
8
10
  */
9
11
  export interface DeleteServiceProfileCommandInput extends DeleteServiceProfileRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteServiceProfileCommand}.
13
17
  */
14
18
  export interface DeleteServiceProfileCommandOutput extends DeleteServiceProfileResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a service profile.</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 DeleteServiceProfileCommandOutput extends DeleteServiceProfileR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteServiceProfileCommandInput - {@link DeleteServiceProfileCommandInput}
34
+ * @returns {@link DeleteServiceProfileCommandOutput}
28
35
  * @see {@link DeleteServiceProfileCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteServiceProfileCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteServiceProfileCommandOutput extends DeleteServiceProfileR
52
59
  export declare class DeleteServiceProfileCommand extends $Command<DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput, IoTWirelessClientResolvedConfig> {
53
60
  readonly input: DeleteServiceProfileCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteServiceProfileCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput>;
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 { DeleteWirelessDeviceRequest, DeleteWirelessDeviceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteWirelessDeviceCommand}.
8
10
  */
9
11
  export interface DeleteWirelessDeviceCommandInput extends DeleteWirelessDeviceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteWirelessDeviceCommand}.
13
17
  */
14
18
  export interface DeleteWirelessDeviceCommandOutput extends DeleteWirelessDeviceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a wireless device.</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 DeleteWirelessDeviceCommandOutput extends DeleteWirelessDeviceR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteWirelessDeviceCommandInput - {@link DeleteWirelessDeviceCommandInput}
34
+ * @returns {@link DeleteWirelessDeviceCommandOutput}
28
35
  * @see {@link DeleteWirelessDeviceCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteWirelessDeviceCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteWirelessDeviceCommandOutput extends DeleteWirelessDeviceR
49
56
  export declare class DeleteWirelessDeviceCommand extends $Command<DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
50
57
  readonly input: DeleteWirelessDeviceCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteWirelessDeviceCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput>;
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 { DeleteWirelessGatewayRequest, DeleteWirelessGatewayResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteWirelessGatewayCommand}.
8
10
  */
9
11
  export interface DeleteWirelessGatewayCommandInput extends DeleteWirelessGatewayRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteWirelessGatewayCommand}.
13
17
  */
14
18
  export interface DeleteWirelessGatewayCommandOutput extends DeleteWirelessGatewayResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a wireless gateway.</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 DeleteWirelessGatewayCommandOutput extends DeleteWirelessGatewa
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteWirelessGatewayCommandInput - {@link DeleteWirelessGatewayCommandInput}
34
+ * @returns {@link DeleteWirelessGatewayCommandOutput}
28
35
  * @see {@link DeleteWirelessGatewayCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteWirelessGatewayCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteWirelessGatewayCommandOutput extends DeleteWirelessGatewa
49
56
  export declare class DeleteWirelessGatewayCommand extends $Command<DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig> {
50
57
  readonly input: DeleteWirelessGatewayCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteWirelessGatewayCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput>;
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 { DeleteWirelessGatewayTaskRequest, DeleteWirelessGatewayTaskResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteWirelessGatewayTaskCommand}.
8
10
  */
9
11
  export interface DeleteWirelessGatewayTaskCommandInput extends DeleteWirelessGatewayTaskRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteWirelessGatewayTaskCommand}.
13
17
  */
14
18
  export interface DeleteWirelessGatewayTaskCommandOutput extends DeleteWirelessGatewayTaskResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a wireless gateway 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 DeleteWirelessGatewayTaskCommandOutput extends DeleteWirelessGa
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteWirelessGatewayTaskCommandInput - {@link DeleteWirelessGatewayTaskCommandInput}
34
+ * @returns {@link DeleteWirelessGatewayTaskCommandOutput}
28
35
  * @see {@link DeleteWirelessGatewayTaskCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteWirelessGatewayTaskCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteWirelessGatewayTaskCommandOutput extends DeleteWirelessGa
49
56
  export declare class DeleteWirelessGatewayTaskCommand extends $Command<DeleteWirelessGatewayTaskCommandInput, DeleteWirelessGatewayTaskCommandOutput, IoTWirelessClientResolvedConfig> {
50
57
  readonly input: DeleteWirelessGatewayTaskCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteWirelessGatewayTaskCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWirelessGatewayTaskCommandInput, DeleteWirelessGatewayTaskCommandOutput>;
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 { DeleteWirelessGatewayTaskDefinitionRequest, DeleteWirelessGatewayTaskDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteWirelessGatewayTaskDefinitionCommand}.
8
10
  */
9
11
  export interface DeleteWirelessGatewayTaskDefinitionCommandInput extends DeleteWirelessGatewayTaskDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteWirelessGatewayTaskDefinitionCommand}.
13
17
  */
14
18
  export interface DeleteWirelessGatewayTaskDefinitionCommandOutput extends DeleteWirelessGatewayTaskDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a wireless gateway task definition. Deleting this task definition does not affect tasks that are currently in progress.</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 DeleteWirelessGatewayTaskDefinitionCommandOutput extends Delete
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteWirelessGatewayTaskDefinitionCommandInput - {@link DeleteWirelessGatewayTaskDefinitionCommandInput}
34
+ * @returns {@link DeleteWirelessGatewayTaskDefinitionCommandOutput}
28
35
  * @see {@link DeleteWirelessGatewayTaskDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteWirelessGatewayTaskDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteWirelessGatewayTaskDefinitionCommandOutput extends Delete
49
56
  export declare class DeleteWirelessGatewayTaskDefinitionCommand extends $Command<DeleteWirelessGatewayTaskDefinitionCommandInput, DeleteWirelessGatewayTaskDefinitionCommandOutput, IoTWirelessClientResolvedConfig> {
50
57
  readonly input: DeleteWirelessGatewayTaskDefinitionCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteWirelessGatewayTaskDefinitionCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWirelessGatewayTaskDefinitionCommandInput, DeleteWirelessGatewayTaskDefinitionCommandOutput>;
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 { DisassociateAwsAccountFromPartnerAccountRequest, DisassociateAwsAccountFromPartnerAccountResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateAwsAccountFromPartnerAccountCommand}.
8
10
  */
9
11
  export interface DisassociateAwsAccountFromPartnerAccountCommandInput extends DisassociateAwsAccountFromPartnerAccountRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateAwsAccountFromPartnerAccountCommand}.
13
17
  */
14
18
  export interface DisassociateAwsAccountFromPartnerAccountCommandOutput extends DisassociateAwsAccountFromPartnerAccountResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates your AWS account from a partner account. If <code>PartnerAccountId</code> and <code>PartnerType</code> are <code>null</code>, disassociates your AWS account from all partner accounts.</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 DisassociateAwsAccountFromPartnerAccountCommandOutput extends D
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateAwsAccountFromPartnerAccountCommandInput - {@link DisassociateAwsAccountFromPartnerAccountCommandInput}
34
+ * @returns {@link DisassociateAwsAccountFromPartnerAccountCommandOutput}
28
35
  * @see {@link DisassociateAwsAccountFromPartnerAccountCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateAwsAccountFromPartnerAccountCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DisassociateAwsAccountFromPartnerAccountCommandOutput extends D
46
53
  export declare class DisassociateAwsAccountFromPartnerAccountCommand extends $Command<DisassociateAwsAccountFromPartnerAccountCommandInput, DisassociateAwsAccountFromPartnerAccountCommandOutput, IoTWirelessClientResolvedConfig> {
47
54
  readonly input: DisassociateAwsAccountFromPartnerAccountCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DisassociateAwsAccountFromPartnerAccountCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateAwsAccountFromPartnerAccountCommandInput, DisassociateAwsAccountFromPartnerAccountCommandOutput>;
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 { DisassociateMulticastGroupFromFuotaTaskRequest, DisassociateMulticastGroupFromFuotaTaskResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateMulticastGroupFromFuotaTaskCommand}.
8
10
  */
9
11
  export interface DisassociateMulticastGroupFromFuotaTaskCommandInput extends DisassociateMulticastGroupFromFuotaTaskRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateMulticastGroupFromFuotaTaskCommand}.
13
17
  */
14
18
  export interface DisassociateMulticastGroupFromFuotaTaskCommandOutput extends DisassociateMulticastGroupFromFuotaTaskResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates a multicast group from 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 DisassociateMulticastGroupFromFuotaTaskCommandOutput extends Di
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateMulticastGroupFromFuotaTaskCommandInput - {@link DisassociateMulticastGroupFromFuotaTaskCommandInput}
34
+ * @returns {@link DisassociateMulticastGroupFromFuotaTaskCommandOutput}
28
35
  * @see {@link DisassociateMulticastGroupFromFuotaTaskCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateMulticastGroupFromFuotaTaskCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DisassociateMulticastGroupFromFuotaTaskCommandOutput extends Di
49
56
  export declare class DisassociateMulticastGroupFromFuotaTaskCommand extends $Command<DisassociateMulticastGroupFromFuotaTaskCommandInput, DisassociateMulticastGroupFromFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
50
57
  readonly input: DisassociateMulticastGroupFromFuotaTaskCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DisassociateMulticastGroupFromFuotaTaskCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateMulticastGroupFromFuotaTaskCommandInput, DisassociateMulticastGroupFromFuotaTaskCommandOutput>;
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 { DisassociateWirelessDeviceFromFuotaTaskRequest, DisassociateWirelessDeviceFromFuotaTaskResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateWirelessDeviceFromFuotaTaskCommand}.
8
10
  */
9
11
  export interface DisassociateWirelessDeviceFromFuotaTaskCommandInput extends DisassociateWirelessDeviceFromFuotaTaskRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateWirelessDeviceFromFuotaTaskCommand}.
13
17
  */
14
18
  export interface DisassociateWirelessDeviceFromFuotaTaskCommandOutput extends DisassociateWirelessDeviceFromFuotaTaskResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates a wireless device from 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 DisassociateWirelessDeviceFromFuotaTaskCommandOutput extends Di
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateWirelessDeviceFromFuotaTaskCommandInput - {@link DisassociateWirelessDeviceFromFuotaTaskCommandInput}
34
+ * @returns {@link DisassociateWirelessDeviceFromFuotaTaskCommandOutput}
28
35
  * @see {@link DisassociateWirelessDeviceFromFuotaTaskCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateWirelessDeviceFromFuotaTaskCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DisassociateWirelessDeviceFromFuotaTaskCommandOutput extends Di
52
59
  export declare class DisassociateWirelessDeviceFromFuotaTaskCommand extends $Command<DisassociateWirelessDeviceFromFuotaTaskCommandInput, DisassociateWirelessDeviceFromFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
53
60
  readonly input: DisassociateWirelessDeviceFromFuotaTaskCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DisassociateWirelessDeviceFromFuotaTaskCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateWirelessDeviceFromFuotaTaskCommandInput, DisassociateWirelessDeviceFromFuotaTaskCommandOutput>;
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 { DisassociateWirelessDeviceFromMulticastGroupRequest, DisassociateWirelessDeviceFromMulticastGroupResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateWirelessDeviceFromMulticastGroupCommand}.
8
10
  */
9
11
  export interface DisassociateWirelessDeviceFromMulticastGroupCommandInput extends DisassociateWirelessDeviceFromMulticastGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateWirelessDeviceFromMulticastGroupCommand}.
13
17
  */
14
18
  export interface DisassociateWirelessDeviceFromMulticastGroupCommandOutput extends DisassociateWirelessDeviceFromMulticastGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates a wireless device from a multicast group.</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 DisassociateWirelessDeviceFromMulticastGroupCommandOutput exten
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateWirelessDeviceFromMulticastGroupCommandInput - {@link DisassociateWirelessDeviceFromMulticastGroupCommandInput}
34
+ * @returns {@link DisassociateWirelessDeviceFromMulticastGroupCommandOutput}
28
35
  * @see {@link DisassociateWirelessDeviceFromMulticastGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateWirelessDeviceFromMulticastGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DisassociateWirelessDeviceFromMulticastGroupCommandOutput exten
49
56
  export declare class DisassociateWirelessDeviceFromMulticastGroupCommand extends $Command<DisassociateWirelessDeviceFromMulticastGroupCommandInput, DisassociateWirelessDeviceFromMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
50
57
  readonly input: DisassociateWirelessDeviceFromMulticastGroupCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DisassociateWirelessDeviceFromMulticastGroupCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateWirelessDeviceFromMulticastGroupCommandInput, DisassociateWirelessDeviceFromMulticastGroupCommandOutput>;
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 { DisassociateWirelessDeviceFromThingRequest, DisassociateWirelessDeviceFromThingResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateWirelessDeviceFromThingCommand}.
8
10
  */
9
11
  export interface DisassociateWirelessDeviceFromThingCommandInput extends DisassociateWirelessDeviceFromThingRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateWirelessDeviceFromThingCommand}.
13
17
  */
14
18
  export interface DisassociateWirelessDeviceFromThingCommandOutput extends DisassociateWirelessDeviceFromThingResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates a wireless device from its currently associated thing.</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 DisassociateWirelessDeviceFromThingCommandOutput extends Disass
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateWirelessDeviceFromThingCommandInput - {@link DisassociateWirelessDeviceFromThingCommandInput}
34
+ * @returns {@link DisassociateWirelessDeviceFromThingCommandOutput}
28
35
  * @see {@link DisassociateWirelessDeviceFromThingCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateWirelessDeviceFromThingCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DisassociateWirelessDeviceFromThingCommandOutput extends Disass
52
59
  export declare class DisassociateWirelessDeviceFromThingCommand extends $Command<DisassociateWirelessDeviceFromThingCommandInput, DisassociateWirelessDeviceFromThingCommandOutput, IoTWirelessClientResolvedConfig> {
53
60
  readonly input: DisassociateWirelessDeviceFromThingCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DisassociateWirelessDeviceFromThingCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateWirelessDeviceFromThingCommandInput, DisassociateWirelessDeviceFromThingCommandOutput>;
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 { DisassociateWirelessGatewayFromCertificateRequest, DisassociateWirelessGatewayFromCertificateResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateWirelessGatewayFromCertificateCommand}.
8
10
  */
9
11
  export interface DisassociateWirelessGatewayFromCertificateCommandInput extends DisassociateWirelessGatewayFromCertificateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateWirelessGatewayFromCertificateCommand}.
13
17
  */
14
18
  export interface DisassociateWirelessGatewayFromCertificateCommandOutput extends DisassociateWirelessGatewayFromCertificateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates a wireless gateway from its currently associated certificate.</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 DisassociateWirelessGatewayFromCertificateCommandOutput extends
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateWirelessGatewayFromCertificateCommandInput - {@link DisassociateWirelessGatewayFromCertificateCommandInput}
34
+ * @returns {@link DisassociateWirelessGatewayFromCertificateCommandOutput}
28
35
  * @see {@link DisassociateWirelessGatewayFromCertificateCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateWirelessGatewayFromCertificateCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DisassociateWirelessGatewayFromCertificateCommandOutput extends
49
56
  export declare class DisassociateWirelessGatewayFromCertificateCommand extends $Command<DisassociateWirelessGatewayFromCertificateCommandInput, DisassociateWirelessGatewayFromCertificateCommandOutput, IoTWirelessClientResolvedConfig> {
50
57
  readonly input: DisassociateWirelessGatewayFromCertificateCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DisassociateWirelessGatewayFromCertificateCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateWirelessGatewayFromCertificateCommandInput, DisassociateWirelessGatewayFromCertificateCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }