@aws-sdk/client-iot-wireless 3.39.0 → 3.43.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.
- package/CHANGELOG.md +42 -0
- package/dist-cjs/IoTWireless.js +420 -0
- package/dist-cjs/commands/AssociateMulticastGroupWithFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/AssociateWirelessDeviceWithFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/AssociateWirelessDeviceWithMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/CancelMulticastGroupSessionCommand.js +36 -0
- package/dist-cjs/commands/CreateFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/CreateMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/DeleteFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/DeleteMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/DisassociateMulticastGroupFromFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/GetFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/GetMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/GetMulticastGroupSessionCommand.js +36 -0
- package/dist-cjs/commands/GetNetworkAnalyzerConfigurationCommand.js +36 -0
- package/dist-cjs/commands/GetResourceEventConfigurationCommand.js +36 -0
- package/dist-cjs/commands/ListFuotaTasksCommand.js +36 -0
- package/dist-cjs/commands/ListMulticastGroupsByFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/ListMulticastGroupsCommand.js +36 -0
- package/dist-cjs/commands/SendDataToMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/StartFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/StartMulticastGroupSessionCommand.js +36 -0
- package/dist-cjs/commands/UpdateFuotaTaskCommand.js +36 -0
- package/dist-cjs/commands/UpdateMulticastGroupCommand.js +36 -0
- package/dist-cjs/commands/UpdateNetworkAnalyzerConfigurationCommand.js +36 -0
- package/dist-cjs/commands/UpdateResourceEventConfigurationCommand.js +36 -0
- package/dist-cjs/commands/index.js +28 -0
- package/dist-cjs/endpoints.js +121 -6
- package/dist-cjs/models/models_0.js +490 -4
- package/dist-cjs/pagination/ListFuotaTasksPaginator.js +35 -0
- package/dist-cjs/pagination/ListMulticastGroupsByFuotaTaskPaginator.js +35 -0
- package/dist-cjs/pagination/ListMulticastGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +4371 -896
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/IoTWireless.js +420 -0
- package/dist-es/commands/AssociateMulticastGroupWithFuotaTaskCommand.js +39 -0
- package/dist-es/commands/AssociateWirelessDeviceWithFuotaTaskCommand.js +39 -0
- package/dist-es/commands/AssociateWirelessDeviceWithMulticastGroupCommand.js +39 -0
- package/dist-es/commands/CancelMulticastGroupSessionCommand.js +39 -0
- package/dist-es/commands/CreateFuotaTaskCommand.js +39 -0
- package/dist-es/commands/CreateMulticastGroupCommand.js +39 -0
- package/dist-es/commands/DeleteFuotaTaskCommand.js +39 -0
- package/dist-es/commands/DeleteMulticastGroupCommand.js +39 -0
- package/dist-es/commands/DisassociateMulticastGroupFromFuotaTaskCommand.js +39 -0
- package/dist-es/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.js +39 -0
- package/dist-es/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.js +39 -0
- package/dist-es/commands/GetFuotaTaskCommand.js +39 -0
- package/dist-es/commands/GetMulticastGroupCommand.js +39 -0
- package/dist-es/commands/GetMulticastGroupSessionCommand.js +39 -0
- package/dist-es/commands/GetNetworkAnalyzerConfigurationCommand.js +39 -0
- package/dist-es/commands/GetResourceEventConfigurationCommand.js +39 -0
- package/dist-es/commands/ListFuotaTasksCommand.js +39 -0
- package/dist-es/commands/ListMulticastGroupsByFuotaTaskCommand.js +39 -0
- package/dist-es/commands/ListMulticastGroupsCommand.js +39 -0
- package/dist-es/commands/SendDataToMulticastGroupCommand.js +39 -0
- package/dist-es/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +39 -0
- package/dist-es/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +39 -0
- package/dist-es/commands/StartFuotaTaskCommand.js +39 -0
- package/dist-es/commands/StartMulticastGroupSessionCommand.js +39 -0
- package/dist-es/commands/UpdateFuotaTaskCommand.js +39 -0
- package/dist-es/commands/UpdateMulticastGroupCommand.js +39 -0
- package/dist-es/commands/UpdateNetworkAnalyzerConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdateResourceEventConfigurationCommand.js +39 -0
- package/dist-es/commands/index.js +28 -0
- package/dist-es/endpoints.js +121 -6
- package/dist-es/models/models_0.js +340 -0
- package/dist-es/pagination/ListFuotaTasksPaginator.js +74 -0
- package/dist-es/pagination/ListMulticastGroupsByFuotaTaskPaginator.js +74 -0
- package/dist-es/pagination/ListMulticastGroupsPaginator.js +74 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +5730 -1858
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/IoTWireless.d.ts +196 -0
- package/dist-types/IoTWirelessClient.d.ts +38 -2
- package/dist-types/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +1 -1
- package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +1 -1
- package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +1 -1
- package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +1 -1
- package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +35 -0
- package/dist-types/commands/CreateDestinationCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeviceProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/CreateMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/CreateServiceProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDestinationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteServiceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +1 -1
- package/dist-types/commands/GetDestinationCommand.d.ts +1 -1
- package/dist-types/commands/GetDeviceProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +35 -0
- package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetPartnerAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetResourceLogLevelCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/ListDestinationsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeviceProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListFuotaTasksCommand.d.ts +35 -0
- package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/ListMulticastGroupsCommand.d.ts +35 -0
- package/dist-types/commands/ListPartnerAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListServiceProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListWirelessDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/PutResourceLogLevelCommand.d.ts +1 -1
- package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +1 -1
- package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +1 -1
- package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/StartFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDestinationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +35 -0
- package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +35 -0
- package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +28 -0
- package/dist-types/models/models_0.d.ts +1307 -51
- package/dist-types/pagination/ListFuotaTasksPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMulticastGroupsByFuotaTaskPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMulticastGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +84 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/IoTWireless.d.ts +140 -0
- package/dist-types/ts3.4/IoTWirelessClient.d.ts +34 -2
- package/dist-types/ts3.4/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelMulticastGroupSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMulticastGroupSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResourceEventConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFuotaTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMulticastGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendDataToMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMulticastGroupSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFuotaTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMulticastGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResourceEventConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +28 -0
- package/dist-types/ts3.4/models/models_0.d.ts +784 -0
- package/dist-types/ts3.4/pagination/ListFuotaTasksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMulticastGroupsByFuotaTaskPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMulticastGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { AssociateWirelessDeviceWithFuotaTaskRequest, AssociateWirelessDeviceWithFuotaTaskResponse } from "../models/models_0";
|
|
5
|
+
export interface AssociateWirelessDeviceWithFuotaTaskCommandInput extends AssociateWirelessDeviceWithFuotaTaskRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AssociateWirelessDeviceWithFuotaTaskCommandOutput extends AssociateWirelessDeviceWithFuotaTaskResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Associate a wireless device with a FUOTA task.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { IoTWirelessClient, AssociateWirelessDeviceWithFuotaTaskCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
15
|
+
* // const { IoTWirelessClient, AssociateWirelessDeviceWithFuotaTaskCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
16
|
+
* const client = new IoTWirelessClient(config);
|
|
17
|
+
* const command = new AssociateWirelessDeviceWithFuotaTaskCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link AssociateWirelessDeviceWithFuotaTaskCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link AssociateWirelessDeviceWithFuotaTaskCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class AssociateWirelessDeviceWithFuotaTaskCommand extends $Command<AssociateWirelessDeviceWithFuotaTaskCommandInput, AssociateWirelessDeviceWithFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
27
|
+
readonly input: AssociateWirelessDeviceWithFuotaTaskCommandInput;
|
|
28
|
+
constructor(input: AssociateWirelessDeviceWithFuotaTaskCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateWirelessDeviceWithFuotaTaskCommandInput, AssociateWirelessDeviceWithFuotaTaskCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { AssociateWirelessDeviceWithMulticastGroupRequest, AssociateWirelessDeviceWithMulticastGroupResponse } from "../models/models_0";
|
|
5
|
+
export interface AssociateWirelessDeviceWithMulticastGroupCommandInput extends AssociateWirelessDeviceWithMulticastGroupRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AssociateWirelessDeviceWithMulticastGroupCommandOutput extends AssociateWirelessDeviceWithMulticastGroupResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Associates a wireless device with a multicast group.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { IoTWirelessClient, AssociateWirelessDeviceWithMulticastGroupCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
15
|
+
* // const { IoTWirelessClient, AssociateWirelessDeviceWithMulticastGroupCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
16
|
+
* const client = new IoTWirelessClient(config);
|
|
17
|
+
* const command = new AssociateWirelessDeviceWithMulticastGroupCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link AssociateWirelessDeviceWithMulticastGroupCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link AssociateWirelessDeviceWithMulticastGroupCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class AssociateWirelessDeviceWithMulticastGroupCommand extends $Command<AssociateWirelessDeviceWithMulticastGroupCommandInput, AssociateWirelessDeviceWithMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
27
|
+
readonly input: AssociateWirelessDeviceWithMulticastGroupCommandInput;
|
|
28
|
+
constructor(input: AssociateWirelessDeviceWithMulticastGroupCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateWirelessDeviceWithMulticastGroupCommandInput, AssociateWirelessDeviceWithMulticastGroupCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -20,7 +20,7 @@ export interface AssociateWirelessDeviceWithThingCommandOutput extends Associate
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link AssociateWirelessDeviceWithThingCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link AssociateWirelessDeviceWithThingCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class AssociateWirelessDeviceWithThingCommand extends $Command<AssociateWirelessDeviceWithThingCommandInput, AssociateWirelessDeviceWithThingCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface AssociateWirelessGatewayWithCertificateCommandOutput extends As
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link AssociateWirelessGatewayWithCertificateCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link AssociateWirelessGatewayWithCertificateCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class AssociateWirelessGatewayWithCertificateCommand extends $Command<AssociateWirelessGatewayWithCertificateCommandInput, AssociateWirelessGatewayWithCertificateCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface AssociateWirelessGatewayWithThingCommandOutput extends Associat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link AssociateWirelessGatewayWithThingCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link AssociateWirelessGatewayWithThingCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class AssociateWirelessGatewayWithThingCommand extends $Command<AssociateWirelessGatewayWithThingCommandInput, AssociateWirelessGatewayWithThingCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { CancelMulticastGroupSessionRequest, CancelMulticastGroupSessionResponse } from "../models/models_0";
|
|
5
|
+
export interface CancelMulticastGroupSessionCommandInput extends CancelMulticastGroupSessionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CancelMulticastGroupSessionCommandOutput extends CancelMulticastGroupSessionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Cancels an existing multicast group session.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { IoTWirelessClient, CancelMulticastGroupSessionCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
15
|
+
* // const { IoTWirelessClient, CancelMulticastGroupSessionCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
16
|
+
* const client = new IoTWirelessClient(config);
|
|
17
|
+
* const command = new CancelMulticastGroupSessionCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link CancelMulticastGroupSessionCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link CancelMulticastGroupSessionCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class CancelMulticastGroupSessionCommand extends $Command<CancelMulticastGroupSessionCommandInput, CancelMulticastGroupSessionCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
27
|
+
readonly input: CancelMulticastGroupSessionCommandInput;
|
|
28
|
+
constructor(input: CancelMulticastGroupSessionCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelMulticastGroupSessionCommandInput, CancelMulticastGroupSessionCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -20,7 +20,7 @@ export interface CreateDestinationCommandOutput extends CreateDestinationRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateDestinationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateDestinationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateDestinationCommand extends $Command<CreateDestinationCommandInput, CreateDestinationCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateDeviceProfileCommandOutput extends CreateDeviceProfileRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateDeviceProfileCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateDeviceProfileCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateDeviceProfileCommand extends $Command<CreateDeviceProfileCommandInput, CreateDeviceProfileCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { CreateFuotaTaskRequest, CreateFuotaTaskResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateFuotaTaskCommandInput extends CreateFuotaTaskRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateFuotaTaskCommandOutput extends CreateFuotaTaskResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a FUOTA task.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { IoTWirelessClient, CreateFuotaTaskCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
15
|
+
* // const { IoTWirelessClient, CreateFuotaTaskCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
16
|
+
* const client = new IoTWirelessClient(config);
|
|
17
|
+
* const command = new CreateFuotaTaskCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link CreateFuotaTaskCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link CreateFuotaTaskCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class CreateFuotaTaskCommand extends $Command<CreateFuotaTaskCommandInput, CreateFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
27
|
+
readonly input: CreateFuotaTaskCommandInput;
|
|
28
|
+
constructor(input: CreateFuotaTaskCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFuotaTaskCommandInput, CreateFuotaTaskCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { CreateMulticastGroupRequest, CreateMulticastGroupResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateMulticastGroupCommandInput extends CreateMulticastGroupRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateMulticastGroupCommandOutput extends CreateMulticastGroupResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a multicast group.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { IoTWirelessClient, CreateMulticastGroupCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
15
|
+
* // const { IoTWirelessClient, CreateMulticastGroupCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
16
|
+
* const client = new IoTWirelessClient(config);
|
|
17
|
+
* const command = new CreateMulticastGroupCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link CreateMulticastGroupCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link CreateMulticastGroupCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class CreateMulticastGroupCommand extends $Command<CreateMulticastGroupCommandInput, CreateMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
27
|
+
readonly input: CreateMulticastGroupCommandInput;
|
|
28
|
+
constructor(input: CreateMulticastGroupCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMulticastGroupCommandInput, CreateMulticastGroupCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -20,7 +20,7 @@ export interface CreateServiceProfileCommandOutput extends CreateServiceProfileR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateServiceProfileCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateServiceProfileCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateServiceProfileCommand extends $Command<CreateServiceProfileCommandInput, CreateServiceProfileCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateWirelessDeviceCommandOutput extends CreateWirelessDeviceR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateWirelessDeviceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateWirelessDeviceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateWirelessDeviceCommand extends $Command<CreateWirelessDeviceCommandInput, CreateWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateWirelessGatewayCommandOutput extends CreateWirelessGatewa
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateWirelessGatewayCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateWirelessGatewayCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateWirelessGatewayCommand extends $Command<CreateWirelessGatewayCommandInput, CreateWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateWirelessGatewayTaskCommandOutput extends CreateWirelessGa
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateWirelessGatewayTaskCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateWirelessGatewayTaskCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateWirelessGatewayTaskCommand extends $Command<CreateWirelessGatewayTaskCommandInput, CreateWirelessGatewayTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateWirelessGatewayTaskDefinitionCommandOutput extends Create
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateWirelessGatewayTaskDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateWirelessGatewayTaskDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateWirelessGatewayTaskDefinitionCommand extends $Command<CreateWirelessGatewayTaskDefinitionCommandInput, CreateWirelessGatewayTaskDefinitionCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteDestinationCommandOutput extends DeleteDestinationRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteDestinationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteDestinationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteDestinationCommand extends $Command<DeleteDestinationCommandInput, DeleteDestinationCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteDeviceProfileCommandOutput extends DeleteDeviceProfileRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteDeviceProfileCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteDeviceProfileCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteDeviceProfileCommand extends $Command<DeleteDeviceProfileCommandInput, DeleteDeviceProfileCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { DeleteFuotaTaskRequest, DeleteFuotaTaskResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteFuotaTaskCommandInput extends DeleteFuotaTaskRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteFuotaTaskCommandOutput extends DeleteFuotaTaskResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a FUOTA task.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { IoTWirelessClient, DeleteFuotaTaskCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
15
|
+
* // const { IoTWirelessClient, DeleteFuotaTaskCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
16
|
+
* const client = new IoTWirelessClient(config);
|
|
17
|
+
* const command = new DeleteFuotaTaskCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteFuotaTaskCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteFuotaTaskCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteFuotaTaskCommand extends $Command<DeleteFuotaTaskCommandInput, DeleteFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteFuotaTaskCommandInput;
|
|
28
|
+
constructor(input: DeleteFuotaTaskCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFuotaTaskCommandInput, DeleteFuotaTaskCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { DeleteMulticastGroupRequest, DeleteMulticastGroupResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteMulticastGroupCommandInput extends DeleteMulticastGroupRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteMulticastGroupCommandOutput extends DeleteMulticastGroupResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a multicast group if it is not in use by a fuota task.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { IoTWirelessClient, DeleteMulticastGroupCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
15
|
+
* // const { IoTWirelessClient, DeleteMulticastGroupCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
16
|
+
* const client = new IoTWirelessClient(config);
|
|
17
|
+
* const command = new DeleteMulticastGroupCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteMulticastGroupCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteMulticastGroupCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteMulticastGroupCommand extends $Command<DeleteMulticastGroupCommandInput, DeleteMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteMulticastGroupCommandInput;
|
|
28
|
+
constructor(input: DeleteMulticastGroupCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMulticastGroupCommandInput, DeleteMulticastGroupCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -20,7 +20,7 @@ export interface DeleteServiceProfileCommandOutput extends DeleteServiceProfileR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteServiceProfileCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteServiceProfileCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteServiceProfileCommand extends $Command<DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteWirelessDeviceCommandOutput extends DeleteWirelessDeviceR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteWirelessDeviceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteWirelessDeviceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteWirelessDeviceCommand extends $Command<DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteWirelessGatewayCommandOutput extends DeleteWirelessGatewa
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteWirelessGatewayCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteWirelessGatewayCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteWirelessGatewayCommand extends $Command<DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteWirelessGatewayTaskCommandOutput extends DeleteWirelessGa
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteWirelessGatewayTaskCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteWirelessGatewayTaskCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteWirelessGatewayTaskCommand extends $Command<DeleteWirelessGatewayTaskCommandInput, DeleteWirelessGatewayTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteWirelessGatewayTaskDefinitionCommandOutput extends Delete
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteWirelessGatewayTaskDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteWirelessGatewayTaskDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteWirelessGatewayTaskDefinitionCommand extends $Command<DeleteWirelessGatewayTaskDefinitionCommandInput, DeleteWirelessGatewayTaskDefinitionCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateAwsAccountFromPartnerAccountCommandOutput extends D
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateAwsAccountFromPartnerAccountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateAwsAccountFromPartnerAccountCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateAwsAccountFromPartnerAccountCommand extends $Command<DisassociateAwsAccountFromPartnerAccountCommandInput, DisassociateAwsAccountFromPartnerAccountCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { DisassociateMulticastGroupFromFuotaTaskRequest, DisassociateMulticastGroupFromFuotaTaskResponse } from "../models/models_0";
|
|
5
|
+
export interface DisassociateMulticastGroupFromFuotaTaskCommandInput extends DisassociateMulticastGroupFromFuotaTaskRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DisassociateMulticastGroupFromFuotaTaskCommandOutput extends DisassociateMulticastGroupFromFuotaTaskResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Disassociates a multicast group from a fuota task.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { IoTWirelessClient, DisassociateMulticastGroupFromFuotaTaskCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
15
|
+
* // const { IoTWirelessClient, DisassociateMulticastGroupFromFuotaTaskCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
16
|
+
* const client = new IoTWirelessClient(config);
|
|
17
|
+
* const command = new DisassociateMulticastGroupFromFuotaTaskCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DisassociateMulticastGroupFromFuotaTaskCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DisassociateMulticastGroupFromFuotaTaskCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DisassociateMulticastGroupFromFuotaTaskCommand extends $Command<DisassociateMulticastGroupFromFuotaTaskCommandInput, DisassociateMulticastGroupFromFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
27
|
+
readonly input: DisassociateMulticastGroupFromFuotaTaskCommandInput;
|
|
28
|
+
constructor(input: DisassociateMulticastGroupFromFuotaTaskCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateMulticastGroupFromFuotaTaskCommandInput, DisassociateMulticastGroupFromFuotaTaskCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { DisassociateWirelessDeviceFromFuotaTaskRequest, DisassociateWirelessDeviceFromFuotaTaskResponse } from "../models/models_0";
|
|
5
|
+
export interface DisassociateWirelessDeviceFromFuotaTaskCommandInput extends DisassociateWirelessDeviceFromFuotaTaskRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DisassociateWirelessDeviceFromFuotaTaskCommandOutput extends DisassociateWirelessDeviceFromFuotaTaskResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Disassociates a wireless device from a FUOTA task.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { IoTWirelessClient, DisassociateWirelessDeviceFromFuotaTaskCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
15
|
+
* // const { IoTWirelessClient, DisassociateWirelessDeviceFromFuotaTaskCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
16
|
+
* const client = new IoTWirelessClient(config);
|
|
17
|
+
* const command = new DisassociateWirelessDeviceFromFuotaTaskCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DisassociateWirelessDeviceFromFuotaTaskCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DisassociateWirelessDeviceFromFuotaTaskCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DisassociateWirelessDeviceFromFuotaTaskCommand extends $Command<DisassociateWirelessDeviceFromFuotaTaskCommandInput, DisassociateWirelessDeviceFromFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
27
|
+
readonly input: DisassociateWirelessDeviceFromFuotaTaskCommandInput;
|
|
28
|
+
constructor(input: DisassociateWirelessDeviceFromFuotaTaskCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateWirelessDeviceFromFuotaTaskCommandInput, DisassociateWirelessDeviceFromFuotaTaskCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { DisassociateWirelessDeviceFromMulticastGroupRequest, DisassociateWirelessDeviceFromMulticastGroupResponse } from "../models/models_0";
|
|
5
|
+
export interface DisassociateWirelessDeviceFromMulticastGroupCommandInput extends DisassociateWirelessDeviceFromMulticastGroupRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DisassociateWirelessDeviceFromMulticastGroupCommandOutput extends DisassociateWirelessDeviceFromMulticastGroupResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Disassociates a wireless device from a multicast group.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { IoTWirelessClient, DisassociateWirelessDeviceFromMulticastGroupCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
15
|
+
* // const { IoTWirelessClient, DisassociateWirelessDeviceFromMulticastGroupCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
16
|
+
* const client = new IoTWirelessClient(config);
|
|
17
|
+
* const command = new DisassociateWirelessDeviceFromMulticastGroupCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DisassociateWirelessDeviceFromMulticastGroupCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DisassociateWirelessDeviceFromMulticastGroupCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DisassociateWirelessDeviceFromMulticastGroupCommand extends $Command<DisassociateWirelessDeviceFromMulticastGroupCommandInput, DisassociateWirelessDeviceFromMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
27
|
+
readonly input: DisassociateWirelessDeviceFromMulticastGroupCommandInput;
|
|
28
|
+
constructor(input: DisassociateWirelessDeviceFromMulticastGroupCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateWirelessDeviceFromMulticastGroupCommandInput, DisassociateWirelessDeviceFromMulticastGroupCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -20,7 +20,7 @@ export interface DisassociateWirelessDeviceFromThingCommandOutput extends Disass
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateWirelessDeviceFromThingCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateWirelessDeviceFromThingCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateWirelessDeviceFromThingCommand extends $Command<DisassociateWirelessDeviceFromThingCommandInput, DisassociateWirelessDeviceFromThingCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateWirelessGatewayFromCertificateCommandOutput extends
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateWirelessGatewayFromCertificateCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateWirelessGatewayFromCertificateCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateWirelessGatewayFromCertificateCommand extends $Command<DisassociateWirelessGatewayFromCertificateCommandInput, DisassociateWirelessGatewayFromCertificateCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateWirelessGatewayFromThingCommandOutput extends Disas
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateWirelessGatewayFromThingCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateWirelessGatewayFromThingCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateWirelessGatewayFromThingCommand extends $Command<DisassociateWirelessGatewayFromThingCommandInput, DisassociateWirelessGatewayFromThingCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDestinationCommandOutput extends GetDestinationResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDestinationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDestinationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDestinationCommand extends $Command<GetDestinationCommandInput, GetDestinationCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDeviceProfileCommandOutput extends GetDeviceProfileResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDeviceProfileCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDeviceProfileCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDeviceProfileCommand extends $Command<GetDeviceProfileCommandInput, GetDeviceProfileCommandOutput, IoTWirelessClientResolvedConfig> {
|