@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,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput } from "../commands/ListFuotaTasksCommand";
|
|
3
|
+
import { IoTWirelessPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListFuotaTasks(config: IoTWirelessPaginationConfiguration, input: ListFuotaTasksCommandInput, ...additionalArguments: any): Paginator<ListFuotaTasksCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput } from "../commands/ListMulticastGroupsByFuotaTaskCommand";
|
|
3
|
+
import { IoTWirelessPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListMulticastGroupsByFuotaTask(config: IoTWirelessPaginationConfiguration, input: ListMulticastGroupsByFuotaTaskCommandInput, ...additionalArguments: any): Paginator<ListMulticastGroupsByFuotaTaskCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput } from "../commands/ListMulticastGroupsCommand";
|
|
3
|
+
import { IoTWirelessPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListMulticastGroups(config: IoTWirelessPaginationConfiguration, input: ListMulticastGroupsCommandInput, ...additionalArguments: any): Paginator<ListMulticastGroupsCommandOutput>;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListDestinationsPaginator";
|
|
3
3
|
export * from "./ListDeviceProfilesPaginator";
|
|
4
|
+
export * from "./ListFuotaTasksPaginator";
|
|
5
|
+
export * from "./ListMulticastGroupsByFuotaTaskPaginator";
|
|
6
|
+
export * from "./ListMulticastGroupsPaginator";
|
|
4
7
|
export * from "./ListServiceProfilesPaginator";
|
|
5
8
|
export * from "./ListWirelessDevicesPaginator";
|
|
6
9
|
export * from "./ListWirelessGatewaysPaginator";
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
3
|
import { AssociateAwsAccountWithPartnerAccountCommandInput, AssociateAwsAccountWithPartnerAccountCommandOutput } from "../commands/AssociateAwsAccountWithPartnerAccountCommand";
|
|
4
|
+
import { AssociateMulticastGroupWithFuotaTaskCommandInput, AssociateMulticastGroupWithFuotaTaskCommandOutput } from "../commands/AssociateMulticastGroupWithFuotaTaskCommand";
|
|
5
|
+
import { AssociateWirelessDeviceWithFuotaTaskCommandInput, AssociateWirelessDeviceWithFuotaTaskCommandOutput } from "../commands/AssociateWirelessDeviceWithFuotaTaskCommand";
|
|
6
|
+
import { AssociateWirelessDeviceWithMulticastGroupCommandInput, AssociateWirelessDeviceWithMulticastGroupCommandOutput } from "../commands/AssociateWirelessDeviceWithMulticastGroupCommand";
|
|
4
7
|
import { AssociateWirelessDeviceWithThingCommandInput, AssociateWirelessDeviceWithThingCommandOutput } from "../commands/AssociateWirelessDeviceWithThingCommand";
|
|
5
8
|
import { AssociateWirelessGatewayWithCertificateCommandInput, AssociateWirelessGatewayWithCertificateCommandOutput } from "../commands/AssociateWirelessGatewayWithCertificateCommand";
|
|
6
9
|
import { AssociateWirelessGatewayWithThingCommandInput, AssociateWirelessGatewayWithThingCommandOutput } from "../commands/AssociateWirelessGatewayWithThingCommand";
|
|
10
|
+
import { CancelMulticastGroupSessionCommandInput, CancelMulticastGroupSessionCommandOutput } from "../commands/CancelMulticastGroupSessionCommand";
|
|
7
11
|
import { CreateDestinationCommandInput, CreateDestinationCommandOutput } from "../commands/CreateDestinationCommand";
|
|
8
12
|
import { CreateDeviceProfileCommandInput, CreateDeviceProfileCommandOutput } from "../commands/CreateDeviceProfileCommand";
|
|
13
|
+
import { CreateFuotaTaskCommandInput, CreateFuotaTaskCommandOutput } from "../commands/CreateFuotaTaskCommand";
|
|
14
|
+
import { CreateMulticastGroupCommandInput, CreateMulticastGroupCommandOutput } from "../commands/CreateMulticastGroupCommand";
|
|
9
15
|
import { CreateServiceProfileCommandInput, CreateServiceProfileCommandOutput } from "../commands/CreateServiceProfileCommand";
|
|
10
16
|
import { CreateWirelessDeviceCommandInput, CreateWirelessDeviceCommandOutput } from "../commands/CreateWirelessDeviceCommand";
|
|
11
17
|
import { CreateWirelessGatewayCommandInput, CreateWirelessGatewayCommandOutput } from "../commands/CreateWirelessGatewayCommand";
|
|
@@ -13,19 +19,29 @@ import { CreateWirelessGatewayTaskCommandInput, CreateWirelessGatewayTaskCommand
|
|
|
13
19
|
import { CreateWirelessGatewayTaskDefinitionCommandInput, CreateWirelessGatewayTaskDefinitionCommandOutput } from "../commands/CreateWirelessGatewayTaskDefinitionCommand";
|
|
14
20
|
import { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from "../commands/DeleteDestinationCommand";
|
|
15
21
|
import { DeleteDeviceProfileCommandInput, DeleteDeviceProfileCommandOutput } from "../commands/DeleteDeviceProfileCommand";
|
|
22
|
+
import { DeleteFuotaTaskCommandInput, DeleteFuotaTaskCommandOutput } from "../commands/DeleteFuotaTaskCommand";
|
|
23
|
+
import { DeleteMulticastGroupCommandInput, DeleteMulticastGroupCommandOutput } from "../commands/DeleteMulticastGroupCommand";
|
|
16
24
|
import { DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput } from "../commands/DeleteServiceProfileCommand";
|
|
17
25
|
import { DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput } from "../commands/DeleteWirelessDeviceCommand";
|
|
18
26
|
import { DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput } from "../commands/DeleteWirelessGatewayCommand";
|
|
19
27
|
import { DeleteWirelessGatewayTaskCommandInput, DeleteWirelessGatewayTaskCommandOutput } from "../commands/DeleteWirelessGatewayTaskCommand";
|
|
20
28
|
import { DeleteWirelessGatewayTaskDefinitionCommandInput, DeleteWirelessGatewayTaskDefinitionCommandOutput } from "../commands/DeleteWirelessGatewayTaskDefinitionCommand";
|
|
21
29
|
import { DisassociateAwsAccountFromPartnerAccountCommandInput, DisassociateAwsAccountFromPartnerAccountCommandOutput } from "../commands/DisassociateAwsAccountFromPartnerAccountCommand";
|
|
30
|
+
import { DisassociateMulticastGroupFromFuotaTaskCommandInput, DisassociateMulticastGroupFromFuotaTaskCommandOutput } from "../commands/DisassociateMulticastGroupFromFuotaTaskCommand";
|
|
31
|
+
import { DisassociateWirelessDeviceFromFuotaTaskCommandInput, DisassociateWirelessDeviceFromFuotaTaskCommandOutput } from "../commands/DisassociateWirelessDeviceFromFuotaTaskCommand";
|
|
32
|
+
import { DisassociateWirelessDeviceFromMulticastGroupCommandInput, DisassociateWirelessDeviceFromMulticastGroupCommandOutput } from "../commands/DisassociateWirelessDeviceFromMulticastGroupCommand";
|
|
22
33
|
import { DisassociateWirelessDeviceFromThingCommandInput, DisassociateWirelessDeviceFromThingCommandOutput } from "../commands/DisassociateWirelessDeviceFromThingCommand";
|
|
23
34
|
import { DisassociateWirelessGatewayFromCertificateCommandInput, DisassociateWirelessGatewayFromCertificateCommandOutput } from "../commands/DisassociateWirelessGatewayFromCertificateCommand";
|
|
24
35
|
import { DisassociateWirelessGatewayFromThingCommandInput, DisassociateWirelessGatewayFromThingCommandOutput } from "../commands/DisassociateWirelessGatewayFromThingCommand";
|
|
25
36
|
import { GetDestinationCommandInput, GetDestinationCommandOutput } from "../commands/GetDestinationCommand";
|
|
26
37
|
import { GetDeviceProfileCommandInput, GetDeviceProfileCommandOutput } from "../commands/GetDeviceProfileCommand";
|
|
38
|
+
import { GetFuotaTaskCommandInput, GetFuotaTaskCommandOutput } from "../commands/GetFuotaTaskCommand";
|
|
27
39
|
import { GetLogLevelsByResourceTypesCommandInput, GetLogLevelsByResourceTypesCommandOutput } from "../commands/GetLogLevelsByResourceTypesCommand";
|
|
40
|
+
import { GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput } from "../commands/GetMulticastGroupCommand";
|
|
41
|
+
import { GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput } from "../commands/GetMulticastGroupSessionCommand";
|
|
42
|
+
import { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput } from "../commands/GetNetworkAnalyzerConfigurationCommand";
|
|
28
43
|
import { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "../commands/GetPartnerAccountCommand";
|
|
44
|
+
import { GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput } from "../commands/GetResourceEventConfigurationCommand";
|
|
29
45
|
import { GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput } from "../commands/GetResourceLogLevelCommand";
|
|
30
46
|
import { GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput } from "../commands/GetServiceEndpointCommand";
|
|
31
47
|
import { GetServiceProfileCommandInput, GetServiceProfileCommandOutput } from "../commands/GetServiceProfileCommand";
|
|
@@ -39,6 +55,9 @@ import { GetWirelessGatewayTaskCommandInput, GetWirelessGatewayTaskCommandOutput
|
|
|
39
55
|
import { GetWirelessGatewayTaskDefinitionCommandInput, GetWirelessGatewayTaskDefinitionCommandOutput } from "../commands/GetWirelessGatewayTaskDefinitionCommand";
|
|
40
56
|
import { ListDestinationsCommandInput, ListDestinationsCommandOutput } from "../commands/ListDestinationsCommand";
|
|
41
57
|
import { ListDeviceProfilesCommandInput, ListDeviceProfilesCommandOutput } from "../commands/ListDeviceProfilesCommand";
|
|
58
|
+
import { ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput } from "../commands/ListFuotaTasksCommand";
|
|
59
|
+
import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput } from "../commands/ListMulticastGroupsByFuotaTaskCommand";
|
|
60
|
+
import { ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput } from "../commands/ListMulticastGroupsCommand";
|
|
42
61
|
import { ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput } from "../commands/ListPartnerAccountsCommand";
|
|
43
62
|
import { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "../commands/ListServiceProfilesCommand";
|
|
44
63
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
@@ -48,21 +67,36 @@ import { ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTask
|
|
|
48
67
|
import { PutResourceLogLevelCommandInput, PutResourceLogLevelCommandOutput } from "../commands/PutResourceLogLevelCommand";
|
|
49
68
|
import { ResetAllResourceLogLevelsCommandInput, ResetAllResourceLogLevelsCommandOutput } from "../commands/ResetAllResourceLogLevelsCommand";
|
|
50
69
|
import { ResetResourceLogLevelCommandInput, ResetResourceLogLevelCommandOutput } from "../commands/ResetResourceLogLevelCommand";
|
|
70
|
+
import { SendDataToMulticastGroupCommandInput, SendDataToMulticastGroupCommandOutput } from "../commands/SendDataToMulticastGroupCommand";
|
|
51
71
|
import { SendDataToWirelessDeviceCommandInput, SendDataToWirelessDeviceCommandOutput } from "../commands/SendDataToWirelessDeviceCommand";
|
|
72
|
+
import { StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput } from "../commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand";
|
|
73
|
+
import { StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput } from "../commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand";
|
|
74
|
+
import { StartFuotaTaskCommandInput, StartFuotaTaskCommandOutput } from "../commands/StartFuotaTaskCommand";
|
|
75
|
+
import { StartMulticastGroupSessionCommandInput, StartMulticastGroupSessionCommandOutput } from "../commands/StartMulticastGroupSessionCommand";
|
|
52
76
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
53
77
|
import { TestWirelessDeviceCommandInput, TestWirelessDeviceCommandOutput } from "../commands/TestWirelessDeviceCommand";
|
|
54
78
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
55
79
|
import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from "../commands/UpdateDestinationCommand";
|
|
80
|
+
import { UpdateFuotaTaskCommandInput, UpdateFuotaTaskCommandOutput } from "../commands/UpdateFuotaTaskCommand";
|
|
56
81
|
import { UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTypesCommandOutput } from "../commands/UpdateLogLevelsByResourceTypesCommand";
|
|
82
|
+
import { UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput } from "../commands/UpdateMulticastGroupCommand";
|
|
83
|
+
import { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput } from "../commands/UpdateNetworkAnalyzerConfigurationCommand";
|
|
57
84
|
import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "../commands/UpdatePartnerAccountCommand";
|
|
85
|
+
import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "../commands/UpdateResourceEventConfigurationCommand";
|
|
58
86
|
import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "../commands/UpdateWirelessDeviceCommand";
|
|
59
87
|
import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "../commands/UpdateWirelessGatewayCommand";
|
|
60
88
|
export declare const serializeAws_restJson1AssociateAwsAccountWithPartnerAccountCommand: (input: AssociateAwsAccountWithPartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
export declare const serializeAws_restJson1AssociateMulticastGroupWithFuotaTaskCommand: (input: AssociateMulticastGroupWithFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
export declare const serializeAws_restJson1AssociateWirelessDeviceWithFuotaTaskCommand: (input: AssociateWirelessDeviceWithFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
export declare const serializeAws_restJson1AssociateWirelessDeviceWithMulticastGroupCommand: (input: AssociateWirelessDeviceWithMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
92
|
export declare const serializeAws_restJson1AssociateWirelessDeviceWithThingCommand: (input: AssociateWirelessDeviceWithThingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
93
|
export declare const serializeAws_restJson1AssociateWirelessGatewayWithCertificateCommand: (input: AssociateWirelessGatewayWithCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
94
|
export declare const serializeAws_restJson1AssociateWirelessGatewayWithThingCommand: (input: AssociateWirelessGatewayWithThingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
export declare const serializeAws_restJson1CancelMulticastGroupSessionCommand: (input: CancelMulticastGroupSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
96
|
export declare const serializeAws_restJson1CreateDestinationCommand: (input: CreateDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
97
|
export declare const serializeAws_restJson1CreateDeviceProfileCommand: (input: CreateDeviceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
export declare const serializeAws_restJson1CreateFuotaTaskCommand: (input: CreateFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
export declare const serializeAws_restJson1CreateMulticastGroupCommand: (input: CreateMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
100
|
export declare const serializeAws_restJson1CreateServiceProfileCommand: (input: CreateServiceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
101
|
export declare const serializeAws_restJson1CreateWirelessDeviceCommand: (input: CreateWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
102
|
export declare const serializeAws_restJson1CreateWirelessGatewayCommand: (input: CreateWirelessGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -70,19 +104,29 @@ export declare const serializeAws_restJson1CreateWirelessGatewayTaskCommand: (in
|
|
|
70
104
|
export declare const serializeAws_restJson1CreateWirelessGatewayTaskDefinitionCommand: (input: CreateWirelessGatewayTaskDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
105
|
export declare const serializeAws_restJson1DeleteDestinationCommand: (input: DeleteDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
106
|
export declare const serializeAws_restJson1DeleteDeviceProfileCommand: (input: DeleteDeviceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
export declare const serializeAws_restJson1DeleteFuotaTaskCommand: (input: DeleteFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
+
export declare const serializeAws_restJson1DeleteMulticastGroupCommand: (input: DeleteMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
109
|
export declare const serializeAws_restJson1DeleteServiceProfileCommand: (input: DeleteServiceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
110
|
export declare const serializeAws_restJson1DeleteWirelessDeviceCommand: (input: DeleteWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
111
|
export declare const serializeAws_restJson1DeleteWirelessGatewayCommand: (input: DeleteWirelessGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
112
|
export declare const serializeAws_restJson1DeleteWirelessGatewayTaskCommand: (input: DeleteWirelessGatewayTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
113
|
export declare const serializeAws_restJson1DeleteWirelessGatewayTaskDefinitionCommand: (input: DeleteWirelessGatewayTaskDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
114
|
export declare const serializeAws_restJson1DisassociateAwsAccountFromPartnerAccountCommand: (input: DisassociateAwsAccountFromPartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
+
export declare const serializeAws_restJson1DisassociateMulticastGroupFromFuotaTaskCommand: (input: DisassociateMulticastGroupFromFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
+
export declare const serializeAws_restJson1DisassociateWirelessDeviceFromFuotaTaskCommand: (input: DisassociateWirelessDeviceFromFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
+
export declare const serializeAws_restJson1DisassociateWirelessDeviceFromMulticastGroupCommand: (input: DisassociateWirelessDeviceFromMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
118
|
export declare const serializeAws_restJson1DisassociateWirelessDeviceFromThingCommand: (input: DisassociateWirelessDeviceFromThingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
119
|
export declare const serializeAws_restJson1DisassociateWirelessGatewayFromCertificateCommand: (input: DisassociateWirelessGatewayFromCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
120
|
export declare const serializeAws_restJson1DisassociateWirelessGatewayFromThingCommand: (input: DisassociateWirelessGatewayFromThingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
121
|
export declare const serializeAws_restJson1GetDestinationCommand: (input: GetDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
122
|
export declare const serializeAws_restJson1GetDeviceProfileCommand: (input: GetDeviceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
+
export declare const serializeAws_restJson1GetFuotaTaskCommand: (input: GetFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
124
|
export declare const serializeAws_restJson1GetLogLevelsByResourceTypesCommand: (input: GetLogLevelsByResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
export declare const serializeAws_restJson1GetMulticastGroupCommand: (input: GetMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
+
export declare const serializeAws_restJson1GetMulticastGroupSessionCommand: (input: GetMulticastGroupSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
+
export declare const serializeAws_restJson1GetNetworkAnalyzerConfigurationCommand: (input: GetNetworkAnalyzerConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
128
|
export declare const serializeAws_restJson1GetPartnerAccountCommand: (input: GetPartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
+
export declare const serializeAws_restJson1GetResourceEventConfigurationCommand: (input: GetResourceEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
130
|
export declare const serializeAws_restJson1GetResourceLogLevelCommand: (input: GetResourceLogLevelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
131
|
export declare const serializeAws_restJson1GetServiceEndpointCommand: (input: GetServiceEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
132
|
export declare const serializeAws_restJson1GetServiceProfileCommand: (input: GetServiceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -96,6 +140,9 @@ export declare const serializeAws_restJson1GetWirelessGatewayTaskCommand: (input
|
|
|
96
140
|
export declare const serializeAws_restJson1GetWirelessGatewayTaskDefinitionCommand: (input: GetWirelessGatewayTaskDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
141
|
export declare const serializeAws_restJson1ListDestinationsCommand: (input: ListDestinationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
142
|
export declare const serializeAws_restJson1ListDeviceProfilesCommand: (input: ListDeviceProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
+
export declare const serializeAws_restJson1ListFuotaTasksCommand: (input: ListFuotaTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
+
export declare const serializeAws_restJson1ListMulticastGroupsCommand: (input: ListMulticastGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
+
export declare const serializeAws_restJson1ListMulticastGroupsByFuotaTaskCommand: (input: ListMulticastGroupsByFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
146
|
export declare const serializeAws_restJson1ListPartnerAccountsCommand: (input: ListPartnerAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
147
|
export declare const serializeAws_restJson1ListServiceProfilesCommand: (input: ListServiceProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
148
|
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -105,21 +152,36 @@ export declare const serializeAws_restJson1ListWirelessGatewayTaskDefinitionsCom
|
|
|
105
152
|
export declare const serializeAws_restJson1PutResourceLogLevelCommand: (input: PutResourceLogLevelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
153
|
export declare const serializeAws_restJson1ResetAllResourceLogLevelsCommand: (input: ResetAllResourceLogLevelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
154
|
export declare const serializeAws_restJson1ResetResourceLogLevelCommand: (input: ResetResourceLogLevelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
+
export declare const serializeAws_restJson1SendDataToMulticastGroupCommand: (input: SendDataToMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
156
|
export declare const serializeAws_restJson1SendDataToWirelessDeviceCommand: (input: SendDataToWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
|
+
export declare const serializeAws_restJson1StartBulkAssociateWirelessDeviceWithMulticastGroupCommand: (input: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
+
export declare const serializeAws_restJson1StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand: (input: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
+
export declare const serializeAws_restJson1StartFuotaTaskCommand: (input: StartFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
|
+
export declare const serializeAws_restJson1StartMulticastGroupSessionCommand: (input: StartMulticastGroupSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
161
|
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
162
|
export declare const serializeAws_restJson1TestWirelessDeviceCommand: (input: TestWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
163
|
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
164
|
export declare const serializeAws_restJson1UpdateDestinationCommand: (input: UpdateDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
|
+
export declare const serializeAws_restJson1UpdateFuotaTaskCommand: (input: UpdateFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
166
|
export declare const serializeAws_restJson1UpdateLogLevelsByResourceTypesCommand: (input: UpdateLogLevelsByResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
|
+
export declare const serializeAws_restJson1UpdateMulticastGroupCommand: (input: UpdateMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
168
|
+
export declare const serializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand: (input: UpdateNetworkAnalyzerConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
169
|
export declare const serializeAws_restJson1UpdatePartnerAccountCommand: (input: UpdatePartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const serializeAws_restJson1UpdateResourceEventConfigurationCommand: (input: UpdateResourceEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
171
|
export declare const serializeAws_restJson1UpdateWirelessDeviceCommand: (input: UpdateWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
172
|
export declare const serializeAws_restJson1UpdateWirelessGatewayCommand: (input: UpdateWirelessGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
173
|
export declare const deserializeAws_restJson1AssociateAwsAccountWithPartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAwsAccountWithPartnerAccountCommandOutput>;
|
|
174
|
+
export declare const deserializeAws_restJson1AssociateMulticastGroupWithFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateMulticastGroupWithFuotaTaskCommandOutput>;
|
|
175
|
+
export declare const deserializeAws_restJson1AssociateWirelessDeviceWithFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateWirelessDeviceWithFuotaTaskCommandOutput>;
|
|
176
|
+
export declare const deserializeAws_restJson1AssociateWirelessDeviceWithMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateWirelessDeviceWithMulticastGroupCommandOutput>;
|
|
118
177
|
export declare const deserializeAws_restJson1AssociateWirelessDeviceWithThingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateWirelessDeviceWithThingCommandOutput>;
|
|
119
178
|
export declare const deserializeAws_restJson1AssociateWirelessGatewayWithCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateWirelessGatewayWithCertificateCommandOutput>;
|
|
120
179
|
export declare const deserializeAws_restJson1AssociateWirelessGatewayWithThingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateWirelessGatewayWithThingCommandOutput>;
|
|
180
|
+
export declare const deserializeAws_restJson1CancelMulticastGroupSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelMulticastGroupSessionCommandOutput>;
|
|
121
181
|
export declare const deserializeAws_restJson1CreateDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDestinationCommandOutput>;
|
|
122
182
|
export declare const deserializeAws_restJson1CreateDeviceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeviceProfileCommandOutput>;
|
|
183
|
+
export declare const deserializeAws_restJson1CreateFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFuotaTaskCommandOutput>;
|
|
184
|
+
export declare const deserializeAws_restJson1CreateMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMulticastGroupCommandOutput>;
|
|
123
185
|
export declare const deserializeAws_restJson1CreateServiceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceProfileCommandOutput>;
|
|
124
186
|
export declare const deserializeAws_restJson1CreateWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWirelessDeviceCommandOutput>;
|
|
125
187
|
export declare const deserializeAws_restJson1CreateWirelessGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWirelessGatewayCommandOutput>;
|
|
@@ -127,19 +189,29 @@ export declare const deserializeAws_restJson1CreateWirelessGatewayTaskCommand: (
|
|
|
127
189
|
export declare const deserializeAws_restJson1CreateWirelessGatewayTaskDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWirelessGatewayTaskDefinitionCommandOutput>;
|
|
128
190
|
export declare const deserializeAws_restJson1DeleteDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDestinationCommandOutput>;
|
|
129
191
|
export declare const deserializeAws_restJson1DeleteDeviceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeviceProfileCommandOutput>;
|
|
192
|
+
export declare const deserializeAws_restJson1DeleteFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFuotaTaskCommandOutput>;
|
|
193
|
+
export declare const deserializeAws_restJson1DeleteMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMulticastGroupCommandOutput>;
|
|
130
194
|
export declare const deserializeAws_restJson1DeleteServiceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceProfileCommandOutput>;
|
|
131
195
|
export declare const deserializeAws_restJson1DeleteWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWirelessDeviceCommandOutput>;
|
|
132
196
|
export declare const deserializeAws_restJson1DeleteWirelessGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWirelessGatewayCommandOutput>;
|
|
133
197
|
export declare const deserializeAws_restJson1DeleteWirelessGatewayTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWirelessGatewayTaskCommandOutput>;
|
|
134
198
|
export declare const deserializeAws_restJson1DeleteWirelessGatewayTaskDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWirelessGatewayTaskDefinitionCommandOutput>;
|
|
135
199
|
export declare const deserializeAws_restJson1DisassociateAwsAccountFromPartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAwsAccountFromPartnerAccountCommandOutput>;
|
|
200
|
+
export declare const deserializeAws_restJson1DisassociateMulticastGroupFromFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMulticastGroupFromFuotaTaskCommandOutput>;
|
|
201
|
+
export declare const deserializeAws_restJson1DisassociateWirelessDeviceFromFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateWirelessDeviceFromFuotaTaskCommandOutput>;
|
|
202
|
+
export declare const deserializeAws_restJson1DisassociateWirelessDeviceFromMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateWirelessDeviceFromMulticastGroupCommandOutput>;
|
|
136
203
|
export declare const deserializeAws_restJson1DisassociateWirelessDeviceFromThingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateWirelessDeviceFromThingCommandOutput>;
|
|
137
204
|
export declare const deserializeAws_restJson1DisassociateWirelessGatewayFromCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateWirelessGatewayFromCertificateCommandOutput>;
|
|
138
205
|
export declare const deserializeAws_restJson1DisassociateWirelessGatewayFromThingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateWirelessGatewayFromThingCommandOutput>;
|
|
139
206
|
export declare const deserializeAws_restJson1GetDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDestinationCommandOutput>;
|
|
140
207
|
export declare const deserializeAws_restJson1GetDeviceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeviceProfileCommandOutput>;
|
|
208
|
+
export declare const deserializeAws_restJson1GetFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFuotaTaskCommandOutput>;
|
|
141
209
|
export declare const deserializeAws_restJson1GetLogLevelsByResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLogLevelsByResourceTypesCommandOutput>;
|
|
210
|
+
export declare const deserializeAws_restJson1GetMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMulticastGroupCommandOutput>;
|
|
211
|
+
export declare const deserializeAws_restJson1GetMulticastGroupSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMulticastGroupSessionCommandOutput>;
|
|
212
|
+
export declare const deserializeAws_restJson1GetNetworkAnalyzerConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkAnalyzerConfigurationCommandOutput>;
|
|
142
213
|
export declare const deserializeAws_restJson1GetPartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPartnerAccountCommandOutput>;
|
|
214
|
+
export declare const deserializeAws_restJson1GetResourceEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceEventConfigurationCommandOutput>;
|
|
143
215
|
export declare const deserializeAws_restJson1GetResourceLogLevelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceLogLevelCommandOutput>;
|
|
144
216
|
export declare const deserializeAws_restJson1GetServiceEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceEndpointCommandOutput>;
|
|
145
217
|
export declare const deserializeAws_restJson1GetServiceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceProfileCommandOutput>;
|
|
@@ -153,6 +225,9 @@ export declare const deserializeAws_restJson1GetWirelessGatewayTaskCommand: (out
|
|
|
153
225
|
export declare const deserializeAws_restJson1GetWirelessGatewayTaskDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWirelessGatewayTaskDefinitionCommandOutput>;
|
|
154
226
|
export declare const deserializeAws_restJson1ListDestinationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDestinationsCommandOutput>;
|
|
155
227
|
export declare const deserializeAws_restJson1ListDeviceProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeviceProfilesCommandOutput>;
|
|
228
|
+
export declare const deserializeAws_restJson1ListFuotaTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFuotaTasksCommandOutput>;
|
|
229
|
+
export declare const deserializeAws_restJson1ListMulticastGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMulticastGroupsCommandOutput>;
|
|
230
|
+
export declare const deserializeAws_restJson1ListMulticastGroupsByFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMulticastGroupsByFuotaTaskCommandOutput>;
|
|
156
231
|
export declare const deserializeAws_restJson1ListPartnerAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPartnerAccountsCommandOutput>;
|
|
157
232
|
export declare const deserializeAws_restJson1ListServiceProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceProfilesCommandOutput>;
|
|
158
233
|
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
@@ -162,12 +237,21 @@ export declare const deserializeAws_restJson1ListWirelessGatewayTaskDefinitionsC
|
|
|
162
237
|
export declare const deserializeAws_restJson1PutResourceLogLevelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourceLogLevelCommandOutput>;
|
|
163
238
|
export declare const deserializeAws_restJson1ResetAllResourceLogLevelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetAllResourceLogLevelsCommandOutput>;
|
|
164
239
|
export declare const deserializeAws_restJson1ResetResourceLogLevelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetResourceLogLevelCommandOutput>;
|
|
240
|
+
export declare const deserializeAws_restJson1SendDataToMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendDataToMulticastGroupCommandOutput>;
|
|
165
241
|
export declare const deserializeAws_restJson1SendDataToWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendDataToWirelessDeviceCommandOutput>;
|
|
242
|
+
export declare const deserializeAws_restJson1StartBulkAssociateWirelessDeviceWithMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput>;
|
|
243
|
+
export declare const deserializeAws_restJson1StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput>;
|
|
244
|
+
export declare const deserializeAws_restJson1StartFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFuotaTaskCommandOutput>;
|
|
245
|
+
export declare const deserializeAws_restJson1StartMulticastGroupSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMulticastGroupSessionCommandOutput>;
|
|
166
246
|
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
167
247
|
export declare const deserializeAws_restJson1TestWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestWirelessDeviceCommandOutput>;
|
|
168
248
|
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
169
249
|
export declare const deserializeAws_restJson1UpdateDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDestinationCommandOutput>;
|
|
250
|
+
export declare const deserializeAws_restJson1UpdateFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFuotaTaskCommandOutput>;
|
|
170
251
|
export declare const deserializeAws_restJson1UpdateLogLevelsByResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLogLevelsByResourceTypesCommandOutput>;
|
|
252
|
+
export declare const deserializeAws_restJson1UpdateMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMulticastGroupCommandOutput>;
|
|
253
|
+
export declare const deserializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNetworkAnalyzerConfigurationCommandOutput>;
|
|
171
254
|
export declare const deserializeAws_restJson1UpdatePartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePartnerAccountCommandOutput>;
|
|
255
|
+
export declare const deserializeAws_restJson1UpdateResourceEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceEventConfigurationCommandOutput>;
|
|
172
256
|
export declare const deserializeAws_restJson1UpdateWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWirelessDeviceCommandOutput>;
|
|
173
257
|
export declare const deserializeAws_restJson1UpdateWirelessGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWirelessGatewayCommandOutput>;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: IoTWirelessClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: IoTWirelessClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: IoTWirelessClientConfig) => {
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|