@aws-sdk/client-iot-wireless 3.295.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 +29 -29
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
5
5
  import { CreateMulticastGroupRequest, CreateMulticastGroupResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateMulticastGroupCommand}.
8
10
  */
9
11
  export interface CreateMulticastGroupCommandInput extends CreateMulticastGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateMulticastGroupCommand}.
13
17
  */
14
18
  export interface CreateMulticastGroupCommandOutput extends CreateMulticastGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates 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 CreateMulticastGroupCommandOutput extends CreateMulticastGroupR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateMulticastGroupCommandInput - {@link CreateMulticastGroupCommandInput}
34
+ * @returns {@link CreateMulticastGroupCommandOutput}
28
35
  * @see {@link CreateMulticastGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateMulticastGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -52,11 +59,20 @@ export interface CreateMulticastGroupCommandOutput extends CreateMulticastGroupR
52
59
  export declare class CreateMulticastGroupCommand extends $Command<CreateMulticastGroupCommandInput, CreateMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
53
60
  readonly input: CreateMulticastGroupCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CreateMulticastGroupCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMulticastGroupCommandInput, CreateMulticastGroupCommandOutput>;
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 { CreateNetworkAnalyzerConfigurationRequest, CreateNetworkAnalyzerConfigurationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateNetworkAnalyzerConfigurationCommand}.
8
10
  */
9
11
  export interface CreateNetworkAnalyzerConfigurationCommandInput extends CreateNetworkAnalyzerConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateNetworkAnalyzerConfigurationCommand}.
13
17
  */
14
18
  export interface CreateNetworkAnalyzerConfigurationCommandOutput extends CreateNetworkAnalyzerConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new 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 CreateNetworkAnalyzerConfigurationCommandOutput extends CreateN
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateNetworkAnalyzerConfigurationCommandInput - {@link CreateNetworkAnalyzerConfigurationCommandInput}
34
+ * @returns {@link CreateNetworkAnalyzerConfigurationCommandOutput}
28
35
  * @see {@link CreateNetworkAnalyzerConfigurationCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateNetworkAnalyzerConfigurationCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -52,11 +59,20 @@ export interface CreateNetworkAnalyzerConfigurationCommandOutput extends CreateN
52
59
  export declare class CreateNetworkAnalyzerConfigurationCommand extends $Command<CreateNetworkAnalyzerConfigurationCommandInput, CreateNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
53
60
  readonly input: CreateNetworkAnalyzerConfigurationCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CreateNetworkAnalyzerConfigurationCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateNetworkAnalyzerConfigurationCommandInput, CreateNetworkAnalyzerConfigurationCommandOutput>;
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 { CreateServiceProfileRequest, CreateServiceProfileResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateServiceProfileCommand}.
8
10
  */
9
11
  export interface CreateServiceProfileCommandInput extends CreateServiceProfileRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateServiceProfileCommand}.
13
17
  */
14
18
  export interface CreateServiceProfileCommandOutput extends CreateServiceProfileResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new 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 CreateServiceProfileCommandOutput extends CreateServiceProfileR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateServiceProfileCommandInput - {@link CreateServiceProfileCommandInput}
34
+ * @returns {@link CreateServiceProfileCommandOutput}
28
35
  * @see {@link CreateServiceProfileCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateServiceProfileCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -49,11 +56,20 @@ export interface CreateServiceProfileCommandOutput extends CreateServiceProfileR
49
56
  export declare class CreateServiceProfileCommand extends $Command<CreateServiceProfileCommandInput, CreateServiceProfileCommandOutput, IoTWirelessClientResolvedConfig> {
50
57
  readonly input: CreateServiceProfileCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: CreateServiceProfileCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateServiceProfileCommandInput, CreateServiceProfileCommandOutput>;
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 { CreateWirelessDeviceRequest, CreateWirelessDeviceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateWirelessDeviceCommand}.
8
10
  */
9
11
  export interface CreateWirelessDeviceCommandInput extends CreateWirelessDeviceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateWirelessDeviceCommand}.
13
17
  */
14
18
  export interface CreateWirelessDeviceCommandOutput extends CreateWirelessDeviceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Provisions 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 CreateWirelessDeviceCommandOutput extends CreateWirelessDeviceR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateWirelessDeviceCommandInput - {@link CreateWirelessDeviceCommandInput}
34
+ * @returns {@link CreateWirelessDeviceCommandOutput}
28
35
  * @see {@link CreateWirelessDeviceCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateWirelessDeviceCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -52,11 +59,20 @@ export interface CreateWirelessDeviceCommandOutput extends CreateWirelessDeviceR
52
59
  export declare class CreateWirelessDeviceCommand extends $Command<CreateWirelessDeviceCommandInput, CreateWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
53
60
  readonly input: CreateWirelessDeviceCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CreateWirelessDeviceCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWirelessDeviceCommandInput, CreateWirelessDeviceCommandOutput>;
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 { CreateWirelessGatewayRequest, CreateWirelessGatewayResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateWirelessGatewayCommand}.
8
10
  */
9
11
  export interface CreateWirelessGatewayCommandInput extends CreateWirelessGatewayRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateWirelessGatewayCommand}.
13
17
  */
14
18
  export interface CreateWirelessGatewayCommandOutput extends CreateWirelessGatewayResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Provisions 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 CreateWirelessGatewayCommandOutput extends CreateWirelessGatewa
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateWirelessGatewayCommandInput - {@link CreateWirelessGatewayCommandInput}
34
+ * @returns {@link CreateWirelessGatewayCommandOutput}
28
35
  * @see {@link CreateWirelessGatewayCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateWirelessGatewayCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -49,11 +56,20 @@ export interface CreateWirelessGatewayCommandOutput extends CreateWirelessGatewa
49
56
  export declare class CreateWirelessGatewayCommand extends $Command<CreateWirelessGatewayCommandInput, CreateWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig> {
50
57
  readonly input: CreateWirelessGatewayCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: CreateWirelessGatewayCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWirelessGatewayCommandInput, CreateWirelessGatewayCommandOutput>;
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 { CreateWirelessGatewayTaskRequest, CreateWirelessGatewayTaskResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateWirelessGatewayTaskCommand}.
8
10
  */
9
11
  export interface CreateWirelessGatewayTaskCommandInput extends CreateWirelessGatewayTaskRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateWirelessGatewayTaskCommand}.
13
17
  */
14
18
  export interface CreateWirelessGatewayTaskCommandOutput extends CreateWirelessGatewayTaskResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a task for 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 CreateWirelessGatewayTaskCommandOutput extends CreateWirelessGa
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateWirelessGatewayTaskCommandInput - {@link CreateWirelessGatewayTaskCommandInput}
34
+ * @returns {@link CreateWirelessGatewayTaskCommandOutput}
28
35
  * @see {@link CreateWirelessGatewayTaskCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateWirelessGatewayTaskCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -52,11 +59,20 @@ export interface CreateWirelessGatewayTaskCommandOutput extends CreateWirelessGa
52
59
  export declare class CreateWirelessGatewayTaskCommand extends $Command<CreateWirelessGatewayTaskCommandInput, CreateWirelessGatewayTaskCommandOutput, IoTWirelessClientResolvedConfig> {
53
60
  readonly input: CreateWirelessGatewayTaskCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CreateWirelessGatewayTaskCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWirelessGatewayTaskCommandInput, CreateWirelessGatewayTaskCommandOutput>;
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 { CreateWirelessGatewayTaskDefinitionRequest, CreateWirelessGatewayTaskDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateWirelessGatewayTaskDefinitionCommand}.
8
10
  */
9
11
  export interface CreateWirelessGatewayTaskDefinitionCommandInput extends CreateWirelessGatewayTaskDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateWirelessGatewayTaskDefinitionCommand}.
13
17
  */
14
18
  export interface CreateWirelessGatewayTaskDefinitionCommandOutput extends CreateWirelessGatewayTaskDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a gateway task definition.</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 CreateWirelessGatewayTaskDefinitionCommandOutput extends Create
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateWirelessGatewayTaskDefinitionCommandInput - {@link CreateWirelessGatewayTaskDefinitionCommandInput}
34
+ * @returns {@link CreateWirelessGatewayTaskDefinitionCommandOutput}
28
35
  * @see {@link CreateWirelessGatewayTaskDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateWirelessGatewayTaskDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -52,11 +59,20 @@ export interface CreateWirelessGatewayTaskDefinitionCommandOutput extends Create
52
59
  export declare class CreateWirelessGatewayTaskDefinitionCommand extends $Command<CreateWirelessGatewayTaskDefinitionCommandInput, CreateWirelessGatewayTaskDefinitionCommandOutput, IoTWirelessClientResolvedConfig> {
53
60
  readonly input: CreateWirelessGatewayTaskDefinitionCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CreateWirelessGatewayTaskDefinitionCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWirelessGatewayTaskDefinitionCommandInput, CreateWirelessGatewayTaskDefinitionCommandOutput>;
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 { DeleteDestinationRequest, DeleteDestinationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteDestinationCommand}.
8
10
  */
9
11
  export interface DeleteDestinationCommandInput extends DeleteDestinationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteDestinationCommand}.
13
17
  */
14
18
  export interface DeleteDestinationCommandOutput extends DeleteDestinationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes 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 DeleteDestinationCommandOutput extends DeleteDestinationRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteDestinationCommandInput - {@link DeleteDestinationCommandInput}
34
+ * @returns {@link DeleteDestinationCommandOutput}
28
35
  * @see {@link DeleteDestinationCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteDestinationCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteDestinationCommandOutput extends DeleteDestinationRespons
52
59
  export declare class DeleteDestinationCommand extends $Command<DeleteDestinationCommandInput, DeleteDestinationCommandOutput, IoTWirelessClientResolvedConfig> {
53
60
  readonly input: DeleteDestinationCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteDestinationCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDestinationCommandInput, DeleteDestinationCommandOutput>;
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 { DeleteDeviceProfileRequest, DeleteDeviceProfileResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteDeviceProfileCommand}.
8
10
  */
9
11
  export interface DeleteDeviceProfileCommandInput extends DeleteDeviceProfileRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteDeviceProfileCommand}.
13
17
  */
14
18
  export interface DeleteDeviceProfileCommandOutput extends DeleteDeviceProfileResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a device 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 DeleteDeviceProfileCommandOutput extends DeleteDeviceProfileRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteDeviceProfileCommandInput - {@link DeleteDeviceProfileCommandInput}
34
+ * @returns {@link DeleteDeviceProfileCommandOutput}
28
35
  * @see {@link DeleteDeviceProfileCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteDeviceProfileCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteDeviceProfileCommandOutput extends DeleteDeviceProfileRes
52
59
  export declare class DeleteDeviceProfileCommand extends $Command<DeleteDeviceProfileCommandInput, DeleteDeviceProfileCommandOutput, IoTWirelessClientResolvedConfig> {
53
60
  readonly input: DeleteDeviceProfileCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteDeviceProfileCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDeviceProfileCommandInput, DeleteDeviceProfileCommandOutput>;
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 { DeleteFuotaTaskRequest, DeleteFuotaTaskResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFuotaTaskCommand}.
8
10
  */
9
11
  export interface DeleteFuotaTaskCommandInput extends DeleteFuotaTaskRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFuotaTaskCommand}.
13
17
  */
14
18
  export interface DeleteFuotaTaskCommandOutput extends DeleteFuotaTaskResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes 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 DeleteFuotaTaskCommandOutput extends DeleteFuotaTaskResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteFuotaTaskCommandInput - {@link DeleteFuotaTaskCommandInput}
34
+ * @returns {@link DeleteFuotaTaskCommandOutput}
28
35
  * @see {@link DeleteFuotaTaskCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteFuotaTaskCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteFuotaTaskCommandOutput extends DeleteFuotaTaskResponse, _
49
56
  export declare class DeleteFuotaTaskCommand extends $Command<DeleteFuotaTaskCommandInput, DeleteFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
50
57
  readonly input: DeleteFuotaTaskCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteFuotaTaskCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFuotaTaskCommandInput, DeleteFuotaTaskCommandOutput>;
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 { DeleteMulticastGroupRequest, DeleteMulticastGroupResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteMulticastGroupCommand}.
8
10
  */
9
11
  export interface DeleteMulticastGroupCommandInput extends DeleteMulticastGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteMulticastGroupCommand}.
13
17
  */
14
18
  export interface DeleteMulticastGroupCommandOutput extends DeleteMulticastGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a multicast group if it is not in use by 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 DeleteMulticastGroupCommandOutput extends DeleteMulticastGroupR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteMulticastGroupCommandInput - {@link DeleteMulticastGroupCommandInput}
34
+ * @returns {@link DeleteMulticastGroupCommandOutput}
28
35
  * @see {@link DeleteMulticastGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteMulticastGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteMulticastGroupCommandOutput extends DeleteMulticastGroupR
52
59
  export declare class DeleteMulticastGroupCommand extends $Command<DeleteMulticastGroupCommandInput, DeleteMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
53
60
  readonly input: DeleteMulticastGroupCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteMulticastGroupCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMulticastGroupCommandInput, DeleteMulticastGroupCommandOutput>;
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 { DeleteNetworkAnalyzerConfigurationRequest, DeleteNetworkAnalyzerConfigurationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteNetworkAnalyzerConfigurationCommand}.
8
10
  */
9
11
  export interface DeleteNetworkAnalyzerConfigurationCommandInput extends DeleteNetworkAnalyzerConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteNetworkAnalyzerConfigurationCommand}.
13
17
  */
14
18
  export interface DeleteNetworkAnalyzerConfigurationCommandOutput extends DeleteNetworkAnalyzerConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a 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 DeleteNetworkAnalyzerConfigurationCommandOutput extends DeleteN
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteNetworkAnalyzerConfigurationCommandInput - {@link DeleteNetworkAnalyzerConfigurationCommandInput}
34
+ * @returns {@link DeleteNetworkAnalyzerConfigurationCommandOutput}
28
35
  * @see {@link DeleteNetworkAnalyzerConfigurationCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteNetworkAnalyzerConfigurationCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteNetworkAnalyzerConfigurationCommandOutput extends DeleteN
52
59
  export declare class DeleteNetworkAnalyzerConfigurationCommand extends $Command<DeleteNetworkAnalyzerConfigurationCommandInput, DeleteNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
53
60
  readonly input: DeleteNetworkAnalyzerConfigurationCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteNetworkAnalyzerConfigurationCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNetworkAnalyzerConfigurationCommandInput, DeleteNetworkAnalyzerConfigurationCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }