@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,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { DisassociateWirelessDeviceFromFuotaTaskRequest, DisassociateWirelessDeviceFromFuotaTaskResponse } from "../models/models_0";
|
|
5
|
+
export interface DisassociateWirelessDeviceFromFuotaTaskCommandInput extends DisassociateWirelessDeviceFromFuotaTaskRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DisassociateWirelessDeviceFromFuotaTaskCommandOutput extends DisassociateWirelessDeviceFromFuotaTaskResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DisassociateWirelessDeviceFromFuotaTaskCommand extends $Command<DisassociateWirelessDeviceFromFuotaTaskCommandInput, DisassociateWirelessDeviceFromFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
11
|
+
readonly input: DisassociateWirelessDeviceFromFuotaTaskCommandInput;
|
|
12
|
+
constructor(input: DisassociateWirelessDeviceFromFuotaTaskCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateWirelessDeviceFromFuotaTaskCommandInput, DisassociateWirelessDeviceFromFuotaTaskCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { DisassociateWirelessDeviceFromMulticastGroupRequest, DisassociateWirelessDeviceFromMulticastGroupResponse } from "../models/models_0";
|
|
5
|
+
export interface DisassociateWirelessDeviceFromMulticastGroupCommandInput extends DisassociateWirelessDeviceFromMulticastGroupRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DisassociateWirelessDeviceFromMulticastGroupCommandOutput extends DisassociateWirelessDeviceFromMulticastGroupResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DisassociateWirelessDeviceFromMulticastGroupCommand extends $Command<DisassociateWirelessDeviceFromMulticastGroupCommandInput, DisassociateWirelessDeviceFromMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
11
|
+
readonly input: DisassociateWirelessDeviceFromMulticastGroupCommandInput;
|
|
12
|
+
constructor(input: DisassociateWirelessDeviceFromMulticastGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateWirelessDeviceFromMulticastGroupCommandInput, DisassociateWirelessDeviceFromMulticastGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { GetFuotaTaskRequest, GetFuotaTaskResponse } from "../models/models_0";
|
|
5
|
+
export interface GetFuotaTaskCommandInput extends GetFuotaTaskRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetFuotaTaskCommandOutput extends GetFuotaTaskResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetFuotaTaskCommand extends $Command<GetFuotaTaskCommandInput, GetFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
11
|
+
readonly input: GetFuotaTaskCommandInput;
|
|
12
|
+
constructor(input: GetFuotaTaskCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFuotaTaskCommandInput, GetFuotaTaskCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { GetMulticastGroupRequest, GetMulticastGroupResponse } from "../models/models_0";
|
|
5
|
+
export interface GetMulticastGroupCommandInput extends GetMulticastGroupRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetMulticastGroupCommandOutput extends GetMulticastGroupResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetMulticastGroupCommand extends $Command<GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
11
|
+
readonly input: GetMulticastGroupCommandInput;
|
|
12
|
+
constructor(input: GetMulticastGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { GetMulticastGroupSessionRequest, GetMulticastGroupSessionResponse } from "../models/models_0";
|
|
5
|
+
export interface GetMulticastGroupSessionCommandInput extends GetMulticastGroupSessionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetMulticastGroupSessionCommandOutput extends GetMulticastGroupSessionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetMulticastGroupSessionCommand extends $Command<GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
11
|
+
readonly input: GetMulticastGroupSessionCommandInput;
|
|
12
|
+
constructor(input: GetMulticastGroupSessionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { GetNetworkAnalyzerConfigurationRequest, GetNetworkAnalyzerConfigurationResponse } from "../models/models_0";
|
|
5
|
+
export interface GetNetworkAnalyzerConfigurationCommandInput extends GetNetworkAnalyzerConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetNetworkAnalyzerConfigurationCommandOutput extends GetNetworkAnalyzerConfigurationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetNetworkAnalyzerConfigurationCommand extends $Command<GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
11
|
+
readonly input: GetNetworkAnalyzerConfigurationCommandInput;
|
|
12
|
+
constructor(input: GetNetworkAnalyzerConfigurationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { GetResourceEventConfigurationRequest, GetResourceEventConfigurationResponse } from "../models/models_0";
|
|
5
|
+
export interface GetResourceEventConfigurationCommandInput extends GetResourceEventConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetResourceEventConfigurationCommandOutput extends GetResourceEventConfigurationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetResourceEventConfigurationCommand extends $Command<GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
11
|
+
readonly input: GetResourceEventConfigurationCommandInput;
|
|
12
|
+
constructor(input: GetResourceEventConfigurationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { ListFuotaTasksRequest, ListFuotaTasksResponse } from "../models/models_0";
|
|
5
|
+
export interface ListFuotaTasksCommandInput extends ListFuotaTasksRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListFuotaTasksCommandOutput extends ListFuotaTasksResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListFuotaTasksCommand extends $Command<ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
11
|
+
readonly input: ListFuotaTasksCommandInput;
|
|
12
|
+
constructor(input: ListFuotaTasksCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { ListMulticastGroupsByFuotaTaskRequest, ListMulticastGroupsByFuotaTaskResponse } from "../models/models_0";
|
|
5
|
+
export interface ListMulticastGroupsByFuotaTaskCommandInput extends ListMulticastGroupsByFuotaTaskRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListMulticastGroupsByFuotaTaskCommandOutput extends ListMulticastGroupsByFuotaTaskResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListMulticastGroupsByFuotaTaskCommand extends $Command<ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
11
|
+
readonly input: ListMulticastGroupsByFuotaTaskCommandInput;
|
|
12
|
+
constructor(input: ListMulticastGroupsByFuotaTaskCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { ListMulticastGroupsRequest, ListMulticastGroupsResponse } from "../models/models_0";
|
|
5
|
+
export interface ListMulticastGroupsCommandInput extends ListMulticastGroupsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListMulticastGroupsCommandOutput extends ListMulticastGroupsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListMulticastGroupsCommand extends $Command<ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
11
|
+
readonly input: ListMulticastGroupsCommandInput;
|
|
12
|
+
constructor(input: ListMulticastGroupsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { SendDataToMulticastGroupRequest, SendDataToMulticastGroupResponse } from "../models/models_0";
|
|
5
|
+
export interface SendDataToMulticastGroupCommandInput extends SendDataToMulticastGroupRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface SendDataToMulticastGroupCommandOutput extends SendDataToMulticastGroupResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class SendDataToMulticastGroupCommand extends $Command<SendDataToMulticastGroupCommandInput, SendDataToMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
11
|
+
readonly input: SendDataToMulticastGroupCommandInput;
|
|
12
|
+
constructor(input: SendDataToMulticastGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendDataToMulticastGroupCommandInput, SendDataToMulticastGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
package/dist-types/ts3.4/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { StartBulkAssociateWirelessDeviceWithMulticastGroupRequest, StartBulkAssociateWirelessDeviceWithMulticastGroupResponse } from "../models/models_0";
|
|
5
|
+
export interface StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput extends StartBulkAssociateWirelessDeviceWithMulticastGroupRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput extends StartBulkAssociateWirelessDeviceWithMulticastGroupResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class StartBulkAssociateWirelessDeviceWithMulticastGroupCommand extends $Command<StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
11
|
+
readonly input: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput;
|
|
12
|
+
constructor(input: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
package/dist-types/ts3.4/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest, StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse } from "../models/models_0";
|
|
5
|
+
export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput extends StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput extends StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand extends $Command<StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
11
|
+
readonly input: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput;
|
|
12
|
+
constructor(input: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { StartFuotaTaskRequest, StartFuotaTaskResponse } from "../models/models_0";
|
|
5
|
+
export interface StartFuotaTaskCommandInput extends StartFuotaTaskRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface StartFuotaTaskCommandOutput extends StartFuotaTaskResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class StartFuotaTaskCommand extends $Command<StartFuotaTaskCommandInput, StartFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
11
|
+
readonly input: StartFuotaTaskCommandInput;
|
|
12
|
+
constructor(input: StartFuotaTaskCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartFuotaTaskCommandInput, StartFuotaTaskCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { StartMulticastGroupSessionRequest, StartMulticastGroupSessionResponse } from "../models/models_0";
|
|
5
|
+
export interface StartMulticastGroupSessionCommandInput extends StartMulticastGroupSessionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface StartMulticastGroupSessionCommandOutput extends StartMulticastGroupSessionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class StartMulticastGroupSessionCommand extends $Command<StartMulticastGroupSessionCommandInput, StartMulticastGroupSessionCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
11
|
+
readonly input: StartMulticastGroupSessionCommandInput;
|
|
12
|
+
constructor(input: StartMulticastGroupSessionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMulticastGroupSessionCommandInput, StartMulticastGroupSessionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { UpdateFuotaTaskRequest, UpdateFuotaTaskResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateFuotaTaskCommandInput extends UpdateFuotaTaskRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateFuotaTaskCommandOutput extends UpdateFuotaTaskResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateFuotaTaskCommand extends $Command<UpdateFuotaTaskCommandInput, UpdateFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateFuotaTaskCommandInput;
|
|
12
|
+
constructor(input: UpdateFuotaTaskCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFuotaTaskCommandInput, UpdateFuotaTaskCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { UpdateMulticastGroupRequest, UpdateMulticastGroupResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateMulticastGroupCommandInput extends UpdateMulticastGroupRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateMulticastGroupCommandOutput extends UpdateMulticastGroupResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateMulticastGroupCommand extends $Command<UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateMulticastGroupCommandInput;
|
|
12
|
+
constructor(input: UpdateMulticastGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { UpdateNetworkAnalyzerConfigurationRequest, UpdateNetworkAnalyzerConfigurationResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateNetworkAnalyzerConfigurationCommandInput extends UpdateNetworkAnalyzerConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateNetworkAnalyzerConfigurationCommandOutput extends UpdateNetworkAnalyzerConfigurationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateNetworkAnalyzerConfigurationCommand extends $Command<UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateNetworkAnalyzerConfigurationCommandInput;
|
|
12
|
+
constructor(input: UpdateNetworkAnalyzerConfigurationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
|
+
import { UpdateResourceEventConfigurationRequest, UpdateResourceEventConfigurationResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateResourceEventConfigurationCommandInput extends UpdateResourceEventConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateResourceEventConfigurationCommandOutput extends UpdateResourceEventConfigurationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateResourceEventConfigurationCommand extends $Command<UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateResourceEventConfigurationCommandInput;
|
|
12
|
+
constructor(input: UpdateResourceEventConfigurationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
export * from "./AssociateAwsAccountWithPartnerAccountCommand";
|
|
2
|
+
export * from "./AssociateMulticastGroupWithFuotaTaskCommand";
|
|
3
|
+
export * from "./AssociateWirelessDeviceWithFuotaTaskCommand";
|
|
4
|
+
export * from "./AssociateWirelessDeviceWithMulticastGroupCommand";
|
|
2
5
|
export * from "./AssociateWirelessDeviceWithThingCommand";
|
|
3
6
|
export * from "./AssociateWirelessGatewayWithCertificateCommand";
|
|
4
7
|
export * from "./AssociateWirelessGatewayWithThingCommand";
|
|
8
|
+
export * from "./CancelMulticastGroupSessionCommand";
|
|
5
9
|
export * from "./CreateDestinationCommand";
|
|
6
10
|
export * from "./CreateDeviceProfileCommand";
|
|
11
|
+
export * from "./CreateFuotaTaskCommand";
|
|
12
|
+
export * from "./CreateMulticastGroupCommand";
|
|
7
13
|
export * from "./CreateServiceProfileCommand";
|
|
8
14
|
export * from "./CreateWirelessDeviceCommand";
|
|
9
15
|
export * from "./CreateWirelessGatewayCommand";
|
|
@@ -11,19 +17,29 @@ export * from "./CreateWirelessGatewayTaskCommand";
|
|
|
11
17
|
export * from "./CreateWirelessGatewayTaskDefinitionCommand";
|
|
12
18
|
export * from "./DeleteDestinationCommand";
|
|
13
19
|
export * from "./DeleteDeviceProfileCommand";
|
|
20
|
+
export * from "./DeleteFuotaTaskCommand";
|
|
21
|
+
export * from "./DeleteMulticastGroupCommand";
|
|
14
22
|
export * from "./DeleteServiceProfileCommand";
|
|
15
23
|
export * from "./DeleteWirelessDeviceCommand";
|
|
16
24
|
export * from "./DeleteWirelessGatewayCommand";
|
|
17
25
|
export * from "./DeleteWirelessGatewayTaskCommand";
|
|
18
26
|
export * from "./DeleteWirelessGatewayTaskDefinitionCommand";
|
|
19
27
|
export * from "./DisassociateAwsAccountFromPartnerAccountCommand";
|
|
28
|
+
export * from "./DisassociateMulticastGroupFromFuotaTaskCommand";
|
|
29
|
+
export * from "./DisassociateWirelessDeviceFromFuotaTaskCommand";
|
|
30
|
+
export * from "./DisassociateWirelessDeviceFromMulticastGroupCommand";
|
|
20
31
|
export * from "./DisassociateWirelessDeviceFromThingCommand";
|
|
21
32
|
export * from "./DisassociateWirelessGatewayFromCertificateCommand";
|
|
22
33
|
export * from "./DisassociateWirelessGatewayFromThingCommand";
|
|
23
34
|
export * from "./GetDestinationCommand";
|
|
24
35
|
export * from "./GetDeviceProfileCommand";
|
|
36
|
+
export * from "./GetFuotaTaskCommand";
|
|
25
37
|
export * from "./GetLogLevelsByResourceTypesCommand";
|
|
38
|
+
export * from "./GetMulticastGroupCommand";
|
|
39
|
+
export * from "./GetMulticastGroupSessionCommand";
|
|
40
|
+
export * from "./GetNetworkAnalyzerConfigurationCommand";
|
|
26
41
|
export * from "./GetPartnerAccountCommand";
|
|
42
|
+
export * from "./GetResourceEventConfigurationCommand";
|
|
27
43
|
export * from "./GetResourceLogLevelCommand";
|
|
28
44
|
export * from "./GetServiceEndpointCommand";
|
|
29
45
|
export * from "./GetServiceProfileCommand";
|
|
@@ -37,6 +53,9 @@ export * from "./GetWirelessGatewayTaskCommand";
|
|
|
37
53
|
export * from "./GetWirelessGatewayTaskDefinitionCommand";
|
|
38
54
|
export * from "./ListDestinationsCommand";
|
|
39
55
|
export * from "./ListDeviceProfilesCommand";
|
|
56
|
+
export * from "./ListFuotaTasksCommand";
|
|
57
|
+
export * from "./ListMulticastGroupsByFuotaTaskCommand";
|
|
58
|
+
export * from "./ListMulticastGroupsCommand";
|
|
40
59
|
export * from "./ListPartnerAccountsCommand";
|
|
41
60
|
export * from "./ListServiceProfilesCommand";
|
|
42
61
|
export * from "./ListTagsForResourceCommand";
|
|
@@ -46,12 +65,21 @@ export * from "./ListWirelessGatewaysCommand";
|
|
|
46
65
|
export * from "./PutResourceLogLevelCommand";
|
|
47
66
|
export * from "./ResetAllResourceLogLevelsCommand";
|
|
48
67
|
export * from "./ResetResourceLogLevelCommand";
|
|
68
|
+
export * from "./SendDataToMulticastGroupCommand";
|
|
49
69
|
export * from "./SendDataToWirelessDeviceCommand";
|
|
70
|
+
export * from "./StartBulkAssociateWirelessDeviceWithMulticastGroupCommand";
|
|
71
|
+
export * from "./StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand";
|
|
72
|
+
export * from "./StartFuotaTaskCommand";
|
|
73
|
+
export * from "./StartMulticastGroupSessionCommand";
|
|
50
74
|
export * from "./TagResourceCommand";
|
|
51
75
|
export * from "./TestWirelessDeviceCommand";
|
|
52
76
|
export * from "./UntagResourceCommand";
|
|
53
77
|
export * from "./UpdateDestinationCommand";
|
|
78
|
+
export * from "./UpdateFuotaTaskCommand";
|
|
54
79
|
export * from "./UpdateLogLevelsByResourceTypesCommand";
|
|
80
|
+
export * from "./UpdateMulticastGroupCommand";
|
|
81
|
+
export * from "./UpdateNetworkAnalyzerConfigurationCommand";
|
|
55
82
|
export * from "./UpdatePartnerAccountCommand";
|
|
83
|
+
export * from "./UpdateResourceEventConfigurationCommand";
|
|
56
84
|
export * from "./UpdateWirelessDeviceCommand";
|
|
57
85
|
export * from "./UpdateWirelessGatewayCommand";
|