@aws-sdk/client-iot-wireless 3.215.0 → 3.218.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/dist-cjs/IoTWireless.js +45 -0
- package/dist-cjs/commands/GetPositionEstimateCommand.js +46 -0
- package/dist-cjs/commands/GetResourcePositionCommand.js +46 -0
- package/dist-cjs/commands/SendDataToMulticastGroupCommand.js +3 -3
- package/dist-cjs/commands/SendDataToWirelessDeviceCommand.js +3 -3
- package/dist-cjs/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +3 -3
- package/dist-cjs/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +3 -3
- package/dist-cjs/commands/StartFuotaTaskCommand.js +3 -3
- package/dist-cjs/commands/StartMulticastGroupSessionCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/TestWirelessDeviceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateDestinationCommand.js +3 -3
- package/dist-cjs/commands/UpdateEventConfigurationByResourceTypesCommand.js +3 -3
- package/dist-cjs/commands/UpdateResourcePositionCommand.js +46 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/models_0.js +115 -128
- package/dist-cjs/models/models_1.js +133 -1
- package/dist-cjs/protocols/Aws_restJson1.js +544 -25
- package/dist-es/IoTWireless.js +45 -0
- package/dist-es/commands/GetPositionEstimateCommand.js +42 -0
- package/dist-es/commands/GetResourcePositionCommand.js +42 -0
- package/dist-es/commands/SendDataToMulticastGroupCommand.js +1 -1
- package/dist-es/commands/SendDataToWirelessDeviceCommand.js +1 -1
- package/dist-es/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +1 -1
- package/dist-es/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +1 -1
- package/dist-es/commands/StartFuotaTaskCommand.js +1 -1
- package/dist-es/commands/StartMulticastGroupSessionCommand.js +1 -1
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/TestWirelessDeviceCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateDestinationCommand.js +1 -1
- package/dist-es/commands/UpdateEventConfigurationByResourceTypesCommand.js +1 -1
- package/dist-es/commands/UpdateResourcePositionCommand.js +42 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +84 -96
- package/dist-es/models/models_1.js +103 -0
- package/dist-es/protocols/Aws_restJson1.js +533 -21
- package/dist-types/IoTWireless.d.ts +59 -0
- package/dist-types/IoTWirelessClient.d.ts +5 -2
- package/dist-types/commands/GetPositionCommand.d.ts +7 -0
- package/dist-types/commands/GetPositionConfigurationCommand.d.ts +7 -0
- package/dist-types/commands/GetPositionEstimateCommand.d.ts +38 -0
- package/dist-types/commands/GetResourcePositionCommand.d.ts +39 -0
- package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +7 -0
- package/dist-types/commands/PutPositionConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/StartFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +1 -1
- 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/UpdateEventConfigurationByResourceTypesCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePositionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateResourcePositionCommand.d.ts +39 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +695 -367
- package/dist-types/models/models_1.d.ts +384 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/IoTWireless.d.ts +51 -0
- package/dist-types/ts3.4/IoTWirelessClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/GetPositionEstimateCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetResourcePositionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/SendDataToMulticastGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendDataToWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartFuotaTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMulticastGroupSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestWirelessDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateResourcePositionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +208 -173
- package/dist-types/ts3.4/models/models_1.d.ts +201 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +4 -4
|
@@ -46,8 +46,10 @@ import { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigur
|
|
|
46
46
|
import { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "./commands/GetPartnerAccountCommand";
|
|
47
47
|
import { GetPositionCommandInput, GetPositionCommandOutput } from "./commands/GetPositionCommand";
|
|
48
48
|
import { GetPositionConfigurationCommandInput, GetPositionConfigurationCommandOutput } from "./commands/GetPositionConfigurationCommand";
|
|
49
|
+
import { GetPositionEstimateCommandInput, GetPositionEstimateCommandOutput } from "./commands/GetPositionEstimateCommand";
|
|
49
50
|
import { GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput } from "./commands/GetResourceEventConfigurationCommand";
|
|
50
51
|
import { GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput } from "./commands/GetResourceLogLevelCommand";
|
|
52
|
+
import { GetResourcePositionCommandInput, GetResourcePositionCommandOutput } from "./commands/GetResourcePositionCommand";
|
|
51
53
|
import { GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput } from "./commands/GetServiceEndpointCommand";
|
|
52
54
|
import { GetServiceProfileCommandInput, GetServiceProfileCommandOutput } from "./commands/GetServiceProfileCommand";
|
|
53
55
|
import { GetWirelessDeviceCommandInput, GetWirelessDeviceCommandOutput } from "./commands/GetWirelessDeviceCommand";
|
|
@@ -95,6 +97,7 @@ import { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerCo
|
|
|
95
97
|
import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "./commands/UpdatePartnerAccountCommand";
|
|
96
98
|
import { UpdatePositionCommandInput, UpdatePositionCommandOutput } from "./commands/UpdatePositionCommand";
|
|
97
99
|
import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "./commands/UpdateResourceEventConfigurationCommand";
|
|
100
|
+
import { UpdateResourcePositionCommandInput, UpdateResourcePositionCommandOutput } from "./commands/UpdateResourcePositionCommand";
|
|
98
101
|
import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "./commands/UpdateWirelessDeviceCommand";
|
|
99
102
|
import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "./commands/UpdateWirelessGatewayCommand";
|
|
100
103
|
import { IoTWirelessClient } from "./IoTWirelessClient";
|
|
@@ -384,17 +387,38 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
384
387
|
getPartnerAccount(args: GetPartnerAccountCommandInput, cb: (err: any, data?: GetPartnerAccountCommandOutput) => void): void;
|
|
385
388
|
getPartnerAccount(args: GetPartnerAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPartnerAccountCommandOutput) => void): void;
|
|
386
389
|
/**
|
|
390
|
+
* @deprecated
|
|
391
|
+
*
|
|
387
392
|
* <p>Get the position information for a given resource.</p>
|
|
393
|
+
* <important>
|
|
394
|
+
* <p>This action is no longer supported. Calls to retrieve the position information
|
|
395
|
+
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetResourcePosition.html">GetResourcePosition</a>
|
|
396
|
+
* API operation instead.</p>
|
|
397
|
+
* </important>
|
|
388
398
|
*/
|
|
389
399
|
getPosition(args: GetPositionCommandInput, options?: __HttpHandlerOptions): Promise<GetPositionCommandOutput>;
|
|
390
400
|
getPosition(args: GetPositionCommandInput, cb: (err: any, data?: GetPositionCommandOutput) => void): void;
|
|
391
401
|
getPosition(args: GetPositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPositionCommandOutput) => void): void;
|
|
392
402
|
/**
|
|
403
|
+
* @deprecated
|
|
404
|
+
*
|
|
393
405
|
* <p>Get position configuration for a given resource.</p>
|
|
406
|
+
* <important>
|
|
407
|
+
* <p>This action is no longer supported. Calls to retrieve the position configuration
|
|
408
|
+
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetResourcePosition.html">GetResourcePosition</a>
|
|
409
|
+
* API operation instead.</p>
|
|
410
|
+
* </important>
|
|
394
411
|
*/
|
|
395
412
|
getPositionConfiguration(args: GetPositionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetPositionConfigurationCommandOutput>;
|
|
396
413
|
getPositionConfiguration(args: GetPositionConfigurationCommandInput, cb: (err: any, data?: GetPositionConfigurationCommandOutput) => void): void;
|
|
397
414
|
getPositionConfiguration(args: GetPositionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPositionConfigurationCommandOutput) => void): void;
|
|
415
|
+
/**
|
|
416
|
+
* <p>Get estimated position information as a payload in GeoJSON format. The payload measurement data is
|
|
417
|
+
* resolved using solvers that are provided by third-party vendors.</p>
|
|
418
|
+
*/
|
|
419
|
+
getPositionEstimate(args: GetPositionEstimateCommandInput, options?: __HttpHandlerOptions): Promise<GetPositionEstimateCommandOutput>;
|
|
420
|
+
getPositionEstimate(args: GetPositionEstimateCommandInput, cb: (err: any, data?: GetPositionEstimateCommandOutput) => void): void;
|
|
421
|
+
getPositionEstimate(args: GetPositionEstimateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPositionEstimateCommandOutput) => void): void;
|
|
398
422
|
/**
|
|
399
423
|
* <p>Get the event configuration for a particular resource identifier.</p>
|
|
400
424
|
*/
|
|
@@ -408,6 +432,14 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
408
432
|
getResourceLogLevel(args: GetResourceLogLevelCommandInput, options?: __HttpHandlerOptions): Promise<GetResourceLogLevelCommandOutput>;
|
|
409
433
|
getResourceLogLevel(args: GetResourceLogLevelCommandInput, cb: (err: any, data?: GetResourceLogLevelCommandOutput) => void): void;
|
|
410
434
|
getResourceLogLevel(args: GetResourceLogLevelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourceLogLevelCommandOutput) => void): void;
|
|
435
|
+
/**
|
|
436
|
+
* <p>Get the position information for a given wireless device or a wireless gateway resource. The postion
|
|
437
|
+
* information uses the <a href="https://gisgeography.com/wgs84-world-geodetic-system/">
|
|
438
|
+
* World Geodetic System (WGS84)</a>.</p>
|
|
439
|
+
*/
|
|
440
|
+
getResourcePosition(args: GetResourcePositionCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcePositionCommandOutput>;
|
|
441
|
+
getResourcePosition(args: GetResourcePositionCommandInput, cb: (err: any, data?: GetResourcePositionCommandOutput) => void): void;
|
|
442
|
+
getResourcePosition(args: GetResourcePositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePositionCommandOutput) => void): void;
|
|
411
443
|
/**
|
|
412
444
|
* <p>Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.</p>
|
|
413
445
|
*/
|
|
@@ -517,7 +549,14 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
517
549
|
listPartnerAccounts(args: ListPartnerAccountsCommandInput, cb: (err: any, data?: ListPartnerAccountsCommandOutput) => void): void;
|
|
518
550
|
listPartnerAccounts(args: ListPartnerAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPartnerAccountsCommandOutput) => void): void;
|
|
519
551
|
/**
|
|
552
|
+
* @deprecated
|
|
553
|
+
*
|
|
520
554
|
* <p>List position configurations for a given resource, such as positioning solvers.</p>
|
|
555
|
+
* <important>
|
|
556
|
+
* <p>This action is no longer supported. Calls to retrieve position information
|
|
557
|
+
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetResourcePosition.html">GetResourcePosition</a>
|
|
558
|
+
* API operation instead.</p>
|
|
559
|
+
* </important>
|
|
521
560
|
*/
|
|
522
561
|
listPositionConfigurations(args: ListPositionConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListPositionConfigurationsCommandOutput>;
|
|
523
562
|
listPositionConfigurations(args: ListPositionConfigurationsCommandInput, cb: (err: any, data?: ListPositionConfigurationsCommandOutput) => void): void;
|
|
@@ -559,7 +598,13 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
559
598
|
listWirelessGatewayTaskDefinitions(args: ListWirelessGatewayTaskDefinitionsCommandInput, cb: (err: any, data?: ListWirelessGatewayTaskDefinitionsCommandOutput) => void): void;
|
|
560
599
|
listWirelessGatewayTaskDefinitions(args: ListWirelessGatewayTaskDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWirelessGatewayTaskDefinitionsCommandOutput) => void): void;
|
|
561
600
|
/**
|
|
601
|
+
* @deprecated
|
|
602
|
+
*
|
|
562
603
|
* <p>Put position configuration for a given resource.</p>
|
|
604
|
+
* <important>
|
|
605
|
+
* <p>This action is no longer supported. Calls to update the position configuration
|
|
606
|
+
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_UpdateResourcePosition.html">UpdateResourcePosition</a> API operation instead.</p>
|
|
607
|
+
* </important>
|
|
563
608
|
*/
|
|
564
609
|
putPositionConfiguration(args: PutPositionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutPositionConfigurationCommandOutput>;
|
|
565
610
|
putPositionConfiguration(args: PutPositionConfigurationCommandInput, cb: (err: any, data?: PutPositionConfigurationCommandOutput) => void): void;
|
|
@@ -682,7 +727,13 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
682
727
|
updatePartnerAccount(args: UpdatePartnerAccountCommandInput, cb: (err: any, data?: UpdatePartnerAccountCommandOutput) => void): void;
|
|
683
728
|
updatePartnerAccount(args: UpdatePartnerAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePartnerAccountCommandOutput) => void): void;
|
|
684
729
|
/**
|
|
730
|
+
* @deprecated
|
|
731
|
+
*
|
|
685
732
|
* <p>Update the position information of a resource.</p>
|
|
733
|
+
* <important>
|
|
734
|
+
* <p>This action is no longer supported. Calls to update the position information
|
|
735
|
+
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_UpdateResourcePosition.html">UpdateResourcePosition</a> API operation instead.</p>
|
|
736
|
+
* </important>
|
|
686
737
|
*/
|
|
687
738
|
updatePosition(args: UpdatePositionCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePositionCommandOutput>;
|
|
688
739
|
updatePosition(args: UpdatePositionCommandInput, cb: (err: any, data?: UpdatePositionCommandOutput) => void): void;
|
|
@@ -693,6 +744,14 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
693
744
|
updateResourceEventConfiguration(args: UpdateResourceEventConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourceEventConfigurationCommandOutput>;
|
|
694
745
|
updateResourceEventConfiguration(args: UpdateResourceEventConfigurationCommandInput, cb: (err: any, data?: UpdateResourceEventConfigurationCommandOutput) => void): void;
|
|
695
746
|
updateResourceEventConfiguration(args: UpdateResourceEventConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceEventConfigurationCommandOutput) => void): void;
|
|
747
|
+
/**
|
|
748
|
+
* <p>Update the position information of a given wireless device or a wireless gateway resource. The postion
|
|
749
|
+
* coordinates are based on the <a href="https://gisgeography.com/wgs84-world-geodetic-system/">
|
|
750
|
+
* World Geodetic System (WGS84)</a>.</p>
|
|
751
|
+
*/
|
|
752
|
+
updateResourcePosition(args: UpdateResourcePositionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourcePositionCommandOutput>;
|
|
753
|
+
updateResourcePosition(args: UpdateResourcePositionCommandInput, cb: (err: any, data?: UpdateResourcePositionCommandOutput) => void): void;
|
|
754
|
+
updateResourcePosition(args: UpdateResourcePositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourcePositionCommandOutput) => void): void;
|
|
696
755
|
/**
|
|
697
756
|
* <p>Updates properties of a wireless device.</p>
|
|
698
757
|
*/
|
|
@@ -54,8 +54,10 @@ import { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigur
|
|
|
54
54
|
import { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "./commands/GetPartnerAccountCommand";
|
|
55
55
|
import { GetPositionCommandInput, GetPositionCommandOutput } from "./commands/GetPositionCommand";
|
|
56
56
|
import { GetPositionConfigurationCommandInput, GetPositionConfigurationCommandOutput } from "./commands/GetPositionConfigurationCommand";
|
|
57
|
+
import { GetPositionEstimateCommandInput, GetPositionEstimateCommandOutput } from "./commands/GetPositionEstimateCommand";
|
|
57
58
|
import { GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput } from "./commands/GetResourceEventConfigurationCommand";
|
|
58
59
|
import { GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput } from "./commands/GetResourceLogLevelCommand";
|
|
60
|
+
import { GetResourcePositionCommandInput, GetResourcePositionCommandOutput } from "./commands/GetResourcePositionCommand";
|
|
59
61
|
import { GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput } from "./commands/GetServiceEndpointCommand";
|
|
60
62
|
import { GetServiceProfileCommandInput, GetServiceProfileCommandOutput } from "./commands/GetServiceProfileCommand";
|
|
61
63
|
import { GetWirelessDeviceCommandInput, GetWirelessDeviceCommandOutput } from "./commands/GetWirelessDeviceCommand";
|
|
@@ -103,11 +105,12 @@ import { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerCo
|
|
|
103
105
|
import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "./commands/UpdatePartnerAccountCommand";
|
|
104
106
|
import { UpdatePositionCommandInput, UpdatePositionCommandOutput } from "./commands/UpdatePositionCommand";
|
|
105
107
|
import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "./commands/UpdateResourceEventConfigurationCommand";
|
|
108
|
+
import { UpdateResourcePositionCommandInput, UpdateResourcePositionCommandOutput } from "./commands/UpdateResourcePositionCommand";
|
|
106
109
|
import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "./commands/UpdateWirelessDeviceCommand";
|
|
107
110
|
import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "./commands/UpdateWirelessGatewayCommand";
|
|
108
111
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
109
|
-
export declare type ServiceInputTypes = AssociateAwsAccountWithPartnerAccountCommandInput | AssociateMulticastGroupWithFuotaTaskCommandInput | AssociateWirelessDeviceWithFuotaTaskCommandInput | AssociateWirelessDeviceWithMulticastGroupCommandInput | AssociateWirelessDeviceWithThingCommandInput | AssociateWirelessGatewayWithCertificateCommandInput | AssociateWirelessGatewayWithThingCommandInput | CancelMulticastGroupSessionCommandInput | CreateDestinationCommandInput | CreateDeviceProfileCommandInput | CreateFuotaTaskCommandInput | CreateMulticastGroupCommandInput | CreateNetworkAnalyzerConfigurationCommandInput | CreateServiceProfileCommandInput | CreateWirelessDeviceCommandInput | CreateWirelessGatewayCommandInput | CreateWirelessGatewayTaskCommandInput | CreateWirelessGatewayTaskDefinitionCommandInput | DeleteDestinationCommandInput | DeleteDeviceProfileCommandInput | DeleteFuotaTaskCommandInput | DeleteMulticastGroupCommandInput | DeleteNetworkAnalyzerConfigurationCommandInput | DeleteQueuedMessagesCommandInput | DeleteServiceProfileCommandInput | DeleteWirelessDeviceCommandInput | DeleteWirelessGatewayCommandInput | DeleteWirelessGatewayTaskCommandInput | DeleteWirelessGatewayTaskDefinitionCommandInput | DisassociateAwsAccountFromPartnerAccountCommandInput | DisassociateMulticastGroupFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromMulticastGroupCommandInput | DisassociateWirelessDeviceFromThingCommandInput | DisassociateWirelessGatewayFromCertificateCommandInput | DisassociateWirelessGatewayFromThingCommandInput | GetDestinationCommandInput | GetDeviceProfileCommandInput | GetEventConfigurationByResourceTypesCommandInput | GetFuotaTaskCommandInput | GetLogLevelsByResourceTypesCommandInput | GetMulticastGroupCommandInput | GetMulticastGroupSessionCommandInput | GetNetworkAnalyzerConfigurationCommandInput | GetPartnerAccountCommandInput | GetPositionCommandInput | GetPositionConfigurationCommandInput | GetResourceEventConfigurationCommandInput | GetResourceLogLevelCommandInput | GetServiceEndpointCommandInput | GetServiceProfileCommandInput | GetWirelessDeviceCommandInput | GetWirelessDeviceStatisticsCommandInput | GetWirelessGatewayCertificateCommandInput | GetWirelessGatewayCommandInput | GetWirelessGatewayFirmwareInformationCommandInput | GetWirelessGatewayStatisticsCommandInput | GetWirelessGatewayTaskCommandInput | GetWirelessGatewayTaskDefinitionCommandInput | ListDestinationsCommandInput | ListDeviceProfilesCommandInput | ListEventConfigurationsCommandInput | ListFuotaTasksCommandInput | ListMulticastGroupsByFuotaTaskCommandInput | ListMulticastGroupsCommandInput | ListNetworkAnalyzerConfigurationsCommandInput | ListPartnerAccountsCommandInput | ListPositionConfigurationsCommandInput | ListQueuedMessagesCommandInput | ListServiceProfilesCommandInput | ListTagsForResourceCommandInput | ListWirelessDevicesCommandInput | ListWirelessGatewayTaskDefinitionsCommandInput | ListWirelessGatewaysCommandInput | PutPositionConfigurationCommandInput | PutResourceLogLevelCommandInput | ResetAllResourceLogLevelsCommandInput | ResetResourceLogLevelCommandInput | SendDataToMulticastGroupCommandInput | SendDataToWirelessDeviceCommandInput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput | StartFuotaTaskCommandInput | StartMulticastGroupSessionCommandInput | TagResourceCommandInput | TestWirelessDeviceCommandInput | UntagResourceCommandInput | UpdateDestinationCommandInput | UpdateEventConfigurationByResourceTypesCommandInput | UpdateFuotaTaskCommandInput | UpdateLogLevelsByResourceTypesCommandInput | UpdateMulticastGroupCommandInput | UpdateNetworkAnalyzerConfigurationCommandInput | UpdatePartnerAccountCommandInput | UpdatePositionCommandInput | UpdateResourceEventConfigurationCommandInput | UpdateWirelessDeviceCommandInput | UpdateWirelessGatewayCommandInput;
|
|
110
|
-
export declare type ServiceOutputTypes = AssociateAwsAccountWithPartnerAccountCommandOutput | AssociateMulticastGroupWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithMulticastGroupCommandOutput | AssociateWirelessDeviceWithThingCommandOutput | AssociateWirelessGatewayWithCertificateCommandOutput | AssociateWirelessGatewayWithThingCommandOutput | CancelMulticastGroupSessionCommandOutput | CreateDestinationCommandOutput | CreateDeviceProfileCommandOutput | CreateFuotaTaskCommandOutput | CreateMulticastGroupCommandOutput | CreateNetworkAnalyzerConfigurationCommandOutput | CreateServiceProfileCommandOutput | CreateWirelessDeviceCommandOutput | CreateWirelessGatewayCommandOutput | CreateWirelessGatewayTaskCommandOutput | CreateWirelessGatewayTaskDefinitionCommandOutput | DeleteDestinationCommandOutput | DeleteDeviceProfileCommandOutput | DeleteFuotaTaskCommandOutput | DeleteMulticastGroupCommandOutput | DeleteNetworkAnalyzerConfigurationCommandOutput | DeleteQueuedMessagesCommandOutput | DeleteServiceProfileCommandOutput | DeleteWirelessDeviceCommandOutput | DeleteWirelessGatewayCommandOutput | DeleteWirelessGatewayTaskCommandOutput | DeleteWirelessGatewayTaskDefinitionCommandOutput | DisassociateAwsAccountFromPartnerAccountCommandOutput | DisassociateMulticastGroupFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromMulticastGroupCommandOutput | DisassociateWirelessDeviceFromThingCommandOutput | DisassociateWirelessGatewayFromCertificateCommandOutput | DisassociateWirelessGatewayFromThingCommandOutput | GetDestinationCommandOutput | GetDeviceProfileCommandOutput | GetEventConfigurationByResourceTypesCommandOutput | GetFuotaTaskCommandOutput | GetLogLevelsByResourceTypesCommandOutput | GetMulticastGroupCommandOutput | GetMulticastGroupSessionCommandOutput | GetNetworkAnalyzerConfigurationCommandOutput | GetPartnerAccountCommandOutput | GetPositionCommandOutput | GetPositionConfigurationCommandOutput | GetResourceEventConfigurationCommandOutput | GetResourceLogLevelCommandOutput | GetServiceEndpointCommandOutput | GetServiceProfileCommandOutput | GetWirelessDeviceCommandOutput | GetWirelessDeviceStatisticsCommandOutput | GetWirelessGatewayCertificateCommandOutput | GetWirelessGatewayCommandOutput | GetWirelessGatewayFirmwareInformationCommandOutput | GetWirelessGatewayStatisticsCommandOutput | GetWirelessGatewayTaskCommandOutput | GetWirelessGatewayTaskDefinitionCommandOutput | ListDestinationsCommandOutput | ListDeviceProfilesCommandOutput | ListEventConfigurationsCommandOutput | ListFuotaTasksCommandOutput | ListMulticastGroupsByFuotaTaskCommandOutput | ListMulticastGroupsCommandOutput | ListNetworkAnalyzerConfigurationsCommandOutput | ListPartnerAccountsCommandOutput | ListPositionConfigurationsCommandOutput | ListQueuedMessagesCommandOutput | ListServiceProfilesCommandOutput | ListTagsForResourceCommandOutput | ListWirelessDevicesCommandOutput | ListWirelessGatewayTaskDefinitionsCommandOutput | ListWirelessGatewaysCommandOutput | PutPositionConfigurationCommandOutput | PutResourceLogLevelCommandOutput | ResetAllResourceLogLevelsCommandOutput | ResetResourceLogLevelCommandOutput | SendDataToMulticastGroupCommandOutput | SendDataToWirelessDeviceCommandOutput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput | StartFuotaTaskCommandOutput | StartMulticastGroupSessionCommandOutput | TagResourceCommandOutput | TestWirelessDeviceCommandOutput | UntagResourceCommandOutput | UpdateDestinationCommandOutput | UpdateEventConfigurationByResourceTypesCommandOutput | UpdateFuotaTaskCommandOutput | UpdateLogLevelsByResourceTypesCommandOutput | UpdateMulticastGroupCommandOutput | UpdateNetworkAnalyzerConfigurationCommandOutput | UpdatePartnerAccountCommandOutput | UpdatePositionCommandOutput | UpdateResourceEventConfigurationCommandOutput | UpdateWirelessDeviceCommandOutput | UpdateWirelessGatewayCommandOutput;
|
|
112
|
+
export declare type ServiceInputTypes = AssociateAwsAccountWithPartnerAccountCommandInput | AssociateMulticastGroupWithFuotaTaskCommandInput | AssociateWirelessDeviceWithFuotaTaskCommandInput | AssociateWirelessDeviceWithMulticastGroupCommandInput | AssociateWirelessDeviceWithThingCommandInput | AssociateWirelessGatewayWithCertificateCommandInput | AssociateWirelessGatewayWithThingCommandInput | CancelMulticastGroupSessionCommandInput | CreateDestinationCommandInput | CreateDeviceProfileCommandInput | CreateFuotaTaskCommandInput | CreateMulticastGroupCommandInput | CreateNetworkAnalyzerConfigurationCommandInput | CreateServiceProfileCommandInput | CreateWirelessDeviceCommandInput | CreateWirelessGatewayCommandInput | CreateWirelessGatewayTaskCommandInput | CreateWirelessGatewayTaskDefinitionCommandInput | DeleteDestinationCommandInput | DeleteDeviceProfileCommandInput | DeleteFuotaTaskCommandInput | DeleteMulticastGroupCommandInput | DeleteNetworkAnalyzerConfigurationCommandInput | DeleteQueuedMessagesCommandInput | DeleteServiceProfileCommandInput | DeleteWirelessDeviceCommandInput | DeleteWirelessGatewayCommandInput | DeleteWirelessGatewayTaskCommandInput | DeleteWirelessGatewayTaskDefinitionCommandInput | DisassociateAwsAccountFromPartnerAccountCommandInput | DisassociateMulticastGroupFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromMulticastGroupCommandInput | DisassociateWirelessDeviceFromThingCommandInput | DisassociateWirelessGatewayFromCertificateCommandInput | DisassociateWirelessGatewayFromThingCommandInput | GetDestinationCommandInput | GetDeviceProfileCommandInput | GetEventConfigurationByResourceTypesCommandInput | GetFuotaTaskCommandInput | GetLogLevelsByResourceTypesCommandInput | GetMulticastGroupCommandInput | GetMulticastGroupSessionCommandInput | GetNetworkAnalyzerConfigurationCommandInput | GetPartnerAccountCommandInput | GetPositionCommandInput | GetPositionConfigurationCommandInput | GetPositionEstimateCommandInput | GetResourceEventConfigurationCommandInput | GetResourceLogLevelCommandInput | GetResourcePositionCommandInput | GetServiceEndpointCommandInput | GetServiceProfileCommandInput | GetWirelessDeviceCommandInput | GetWirelessDeviceStatisticsCommandInput | GetWirelessGatewayCertificateCommandInput | GetWirelessGatewayCommandInput | GetWirelessGatewayFirmwareInformationCommandInput | GetWirelessGatewayStatisticsCommandInput | GetWirelessGatewayTaskCommandInput | GetWirelessGatewayTaskDefinitionCommandInput | ListDestinationsCommandInput | ListDeviceProfilesCommandInput | ListEventConfigurationsCommandInput | ListFuotaTasksCommandInput | ListMulticastGroupsByFuotaTaskCommandInput | ListMulticastGroupsCommandInput | ListNetworkAnalyzerConfigurationsCommandInput | ListPartnerAccountsCommandInput | ListPositionConfigurationsCommandInput | ListQueuedMessagesCommandInput | ListServiceProfilesCommandInput | ListTagsForResourceCommandInput | ListWirelessDevicesCommandInput | ListWirelessGatewayTaskDefinitionsCommandInput | ListWirelessGatewaysCommandInput | PutPositionConfigurationCommandInput | PutResourceLogLevelCommandInput | ResetAllResourceLogLevelsCommandInput | ResetResourceLogLevelCommandInput | SendDataToMulticastGroupCommandInput | SendDataToWirelessDeviceCommandInput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput | StartFuotaTaskCommandInput | StartMulticastGroupSessionCommandInput | TagResourceCommandInput | TestWirelessDeviceCommandInput | UntagResourceCommandInput | UpdateDestinationCommandInput | UpdateEventConfigurationByResourceTypesCommandInput | UpdateFuotaTaskCommandInput | UpdateLogLevelsByResourceTypesCommandInput | UpdateMulticastGroupCommandInput | UpdateNetworkAnalyzerConfigurationCommandInput | UpdatePartnerAccountCommandInput | UpdatePositionCommandInput | UpdateResourceEventConfigurationCommandInput | UpdateResourcePositionCommandInput | UpdateWirelessDeviceCommandInput | UpdateWirelessGatewayCommandInput;
|
|
113
|
+
export declare type ServiceOutputTypes = AssociateAwsAccountWithPartnerAccountCommandOutput | AssociateMulticastGroupWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithMulticastGroupCommandOutput | AssociateWirelessDeviceWithThingCommandOutput | AssociateWirelessGatewayWithCertificateCommandOutput | AssociateWirelessGatewayWithThingCommandOutput | CancelMulticastGroupSessionCommandOutput | CreateDestinationCommandOutput | CreateDeviceProfileCommandOutput | CreateFuotaTaskCommandOutput | CreateMulticastGroupCommandOutput | CreateNetworkAnalyzerConfigurationCommandOutput | CreateServiceProfileCommandOutput | CreateWirelessDeviceCommandOutput | CreateWirelessGatewayCommandOutput | CreateWirelessGatewayTaskCommandOutput | CreateWirelessGatewayTaskDefinitionCommandOutput | DeleteDestinationCommandOutput | DeleteDeviceProfileCommandOutput | DeleteFuotaTaskCommandOutput | DeleteMulticastGroupCommandOutput | DeleteNetworkAnalyzerConfigurationCommandOutput | DeleteQueuedMessagesCommandOutput | DeleteServiceProfileCommandOutput | DeleteWirelessDeviceCommandOutput | DeleteWirelessGatewayCommandOutput | DeleteWirelessGatewayTaskCommandOutput | DeleteWirelessGatewayTaskDefinitionCommandOutput | DisassociateAwsAccountFromPartnerAccountCommandOutput | DisassociateMulticastGroupFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromMulticastGroupCommandOutput | DisassociateWirelessDeviceFromThingCommandOutput | DisassociateWirelessGatewayFromCertificateCommandOutput | DisassociateWirelessGatewayFromThingCommandOutput | GetDestinationCommandOutput | GetDeviceProfileCommandOutput | GetEventConfigurationByResourceTypesCommandOutput | GetFuotaTaskCommandOutput | GetLogLevelsByResourceTypesCommandOutput | GetMulticastGroupCommandOutput | GetMulticastGroupSessionCommandOutput | GetNetworkAnalyzerConfigurationCommandOutput | GetPartnerAccountCommandOutput | GetPositionCommandOutput | GetPositionConfigurationCommandOutput | GetPositionEstimateCommandOutput | GetResourceEventConfigurationCommandOutput | GetResourceLogLevelCommandOutput | GetResourcePositionCommandOutput | GetServiceEndpointCommandOutput | GetServiceProfileCommandOutput | GetWirelessDeviceCommandOutput | GetWirelessDeviceStatisticsCommandOutput | GetWirelessGatewayCertificateCommandOutput | GetWirelessGatewayCommandOutput | GetWirelessGatewayFirmwareInformationCommandOutput | GetWirelessGatewayStatisticsCommandOutput | GetWirelessGatewayTaskCommandOutput | GetWirelessGatewayTaskDefinitionCommandOutput | ListDestinationsCommandOutput | ListDeviceProfilesCommandOutput | ListEventConfigurationsCommandOutput | ListFuotaTasksCommandOutput | ListMulticastGroupsByFuotaTaskCommandOutput | ListMulticastGroupsCommandOutput | ListNetworkAnalyzerConfigurationsCommandOutput | ListPartnerAccountsCommandOutput | ListPositionConfigurationsCommandOutput | ListQueuedMessagesCommandOutput | ListServiceProfilesCommandOutput | ListTagsForResourceCommandOutput | ListWirelessDevicesCommandOutput | ListWirelessGatewayTaskDefinitionsCommandOutput | ListWirelessGatewaysCommandOutput | PutPositionConfigurationCommandOutput | PutResourceLogLevelCommandOutput | ResetAllResourceLogLevelsCommandOutput | ResetResourceLogLevelCommandOutput | SendDataToMulticastGroupCommandOutput | SendDataToWirelessDeviceCommandOutput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput | StartFuotaTaskCommandOutput | StartMulticastGroupSessionCommandOutput | TagResourceCommandOutput | TestWirelessDeviceCommandOutput | UntagResourceCommandOutput | UpdateDestinationCommandOutput | UpdateEventConfigurationByResourceTypesCommandOutput | UpdateFuotaTaskCommandOutput | UpdateLogLevelsByResourceTypesCommandOutput | UpdateMulticastGroupCommandOutput | UpdateNetworkAnalyzerConfigurationCommandOutput | UpdatePartnerAccountCommandOutput | UpdatePositionCommandOutput | UpdateResourceEventConfigurationCommandOutput | UpdateResourcePositionCommandOutput | UpdateWirelessDeviceCommandOutput | UpdateWirelessGatewayCommandOutput;
|
|
111
114
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
112
115
|
/**
|
|
113
116
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -8,7 +8,14 @@ export interface GetPositionCommandInput extends GetPositionRequest {
|
|
|
8
8
|
export interface GetPositionCommandOutput extends GetPositionResponse, __MetadataBearer {
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
+
* @deprecated
|
|
12
|
+
*
|
|
11
13
|
* <p>Get the position information for a given resource.</p>
|
|
14
|
+
* <important>
|
|
15
|
+
* <p>This action is no longer supported. Calls to retrieve the position information
|
|
16
|
+
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetResourcePosition.html">GetResourcePosition</a>
|
|
17
|
+
* API operation instead.</p>
|
|
18
|
+
* </important>
|
|
12
19
|
* @example
|
|
13
20
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
21
|
* ```javascript
|
|
@@ -8,7 +8,14 @@ export interface GetPositionConfigurationCommandInput extends GetPositionConfigu
|
|
|
8
8
|
export interface GetPositionConfigurationCommandOutput extends GetPositionConfigurationResponse, __MetadataBearer {
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
+
* @deprecated
|
|
12
|
+
*
|
|
11
13
|
* <p>Get position configuration for a given resource.</p>
|
|
14
|
+
* <important>
|
|
15
|
+
* <p>This action is no longer supported. Calls to retrieve the position configuration
|
|
16
|
+
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetResourcePosition.html">GetResourcePosition</a>
|
|
17
|
+
* API operation instead.</p>
|
|
18
|
+
* </important>
|
|
12
19
|
* @example
|
|
13
20
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
21
|
* ```javascript
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
5
|
+
import { GetPositionEstimateRequest, GetPositionEstimateResponse } from "../models/models_0";
|
|
6
|
+
export interface GetPositionEstimateCommandInput extends GetPositionEstimateRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface GetPositionEstimateCommandOutput extends GetPositionEstimateResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>Get estimated position information as a payload in GeoJSON format. The payload measurement data is
|
|
12
|
+
* resolved using solvers that are provided by third-party vendors.</p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { IoTWirelessClient, GetPositionEstimateCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
17
|
+
* // const { IoTWirelessClient, GetPositionEstimateCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
18
|
+
* const client = new IoTWirelessClient(config);
|
|
19
|
+
* const command = new GetPositionEstimateCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link GetPositionEstimateCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link GetPositionEstimateCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class GetPositionEstimateCommand extends $Command<GetPositionEstimateCommandInput, GetPositionEstimateCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
29
|
+
readonly input: GetPositionEstimateCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetPositionEstimateCommandInput);
|
|
32
|
+
/**
|
|
33
|
+
* @internal
|
|
34
|
+
*/
|
|
35
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPositionEstimateCommandInput, GetPositionEstimateCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
5
|
+
import { GetResourcePositionRequest, GetResourcePositionResponse } from "../models/models_0";
|
|
6
|
+
export interface GetResourcePositionCommandInput extends GetResourcePositionRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface GetResourcePositionCommandOutput extends GetResourcePositionResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>Get the position information for a given wireless device or a wireless gateway resource. The postion
|
|
12
|
+
* information uses the <a href="https://gisgeography.com/wgs84-world-geodetic-system/">
|
|
13
|
+
* World Geodetic System (WGS84)</a>.</p>
|
|
14
|
+
* @example
|
|
15
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
+
* ```javascript
|
|
17
|
+
* import { IoTWirelessClient, GetResourcePositionCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
18
|
+
* // const { IoTWirelessClient, GetResourcePositionCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
19
|
+
* const client = new IoTWirelessClient(config);
|
|
20
|
+
* const command = new GetResourcePositionCommand(input);
|
|
21
|
+
* const response = await client.send(command);
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* @see {@link GetResourcePositionCommandInput} for command's `input` shape.
|
|
25
|
+
* @see {@link GetResourcePositionCommandOutput} for command's `response` shape.
|
|
26
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
export declare class GetResourcePositionCommand extends $Command<GetResourcePositionCommandInput, GetResourcePositionCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
30
|
+
readonly input: GetResourcePositionCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
|
+
constructor(input: GetResourcePositionCommandInput);
|
|
33
|
+
/**
|
|
34
|
+
* @internal
|
|
35
|
+
*/
|
|
36
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourcePositionCommandInput, GetResourcePositionCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -8,7 +8,14 @@ export interface ListPositionConfigurationsCommandInput extends ListPositionConf
|
|
|
8
8
|
export interface ListPositionConfigurationsCommandOutput extends ListPositionConfigurationsResponse, __MetadataBearer {
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
+
* @deprecated
|
|
12
|
+
*
|
|
11
13
|
* <p>List position configurations for a given resource, such as positioning solvers.</p>
|
|
14
|
+
* <important>
|
|
15
|
+
* <p>This action is no longer supported. Calls to retrieve position information
|
|
16
|
+
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetResourcePosition.html">GetResourcePosition</a>
|
|
17
|
+
* API operation instead.</p>
|
|
18
|
+
* </important>
|
|
12
19
|
* @example
|
|
13
20
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
21
|
* ```javascript
|
|
@@ -8,7 +8,13 @@ export interface PutPositionConfigurationCommandInput extends PutPositionConfigu
|
|
|
8
8
|
export interface PutPositionConfigurationCommandOutput extends PutPositionConfigurationResponse, __MetadataBearer {
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
+
* @deprecated
|
|
12
|
+
*
|
|
11
13
|
* <p>Put position configuration for a given resource.</p>
|
|
14
|
+
* <important>
|
|
15
|
+
* <p>This action is no longer supported. Calls to update the position configuration
|
|
16
|
+
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_UpdateResourcePosition.html">UpdateResourcePosition</a> API operation instead.</p>
|
|
17
|
+
* </important>
|
|
12
18
|
* @example
|
|
13
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
20
|
* ```javascript
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
5
|
-
import { SendDataToMulticastGroupRequest, SendDataToMulticastGroupResponse } from "../models/
|
|
5
|
+
import { SendDataToMulticastGroupRequest, SendDataToMulticastGroupResponse } from "../models/models_1";
|
|
6
6
|
export interface SendDataToMulticastGroupCommandInput extends SendDataToMulticastGroupRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface SendDataToMulticastGroupCommandOutput extends SendDataToMulticastGroupResponse, __MetadataBearer {
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
5
|
-
import { SendDataToWirelessDeviceRequest, SendDataToWirelessDeviceResponse } from "../models/
|
|
5
|
+
import { SendDataToWirelessDeviceRequest, SendDataToWirelessDeviceResponse } from "../models/models_1";
|
|
6
6
|
export interface SendDataToWirelessDeviceCommandInput extends SendDataToWirelessDeviceRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface SendDataToWirelessDeviceCommandOutput extends SendDataToWirelessDeviceResponse, __MetadataBearer {
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
5
|
-
import { StartBulkAssociateWirelessDeviceWithMulticastGroupRequest, StartBulkAssociateWirelessDeviceWithMulticastGroupResponse } from "../models/
|
|
5
|
+
import { StartBulkAssociateWirelessDeviceWithMulticastGroupRequest, StartBulkAssociateWirelessDeviceWithMulticastGroupResponse } from "../models/models_1";
|
|
6
6
|
export interface StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput extends StartBulkAssociateWirelessDeviceWithMulticastGroupRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput extends StartBulkAssociateWirelessDeviceWithMulticastGroupResponse, __MetadataBearer {
|
package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
5
|
-
import { StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest, StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse } from "../models/
|
|
5
|
+
import { StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest, StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse } from "../models/models_1";
|
|
6
6
|
export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput extends StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput extends StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse, __MetadataBearer {
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
5
|
-
import { StartFuotaTaskRequest, StartFuotaTaskResponse } from "../models/
|
|
5
|
+
import { StartFuotaTaskRequest, StartFuotaTaskResponse } from "../models/models_1";
|
|
6
6
|
export interface StartFuotaTaskCommandInput extends StartFuotaTaskRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface StartFuotaTaskCommandOutput extends StartFuotaTaskResponse, __MetadataBearer {
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
5
|
-
import { StartMulticastGroupSessionRequest, StartMulticastGroupSessionResponse } from "../models/
|
|
5
|
+
import { StartMulticastGroupSessionRequest, StartMulticastGroupSessionResponse } from "../models/models_1";
|
|
6
6
|
export interface StartMulticastGroupSessionCommandInput extends StartMulticastGroupSessionRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface StartMulticastGroupSessionCommandOutput extends StartMulticastGroupSessionResponse, __MetadataBearer {
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
5
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/
|
|
5
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_1";
|
|
6
6
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
5
|
-
import { TestWirelessDeviceRequest, TestWirelessDeviceResponse } from "../models/
|
|
5
|
+
import { TestWirelessDeviceRequest, TestWirelessDeviceResponse } from "../models/models_1";
|
|
6
6
|
export interface TestWirelessDeviceCommandInput extends TestWirelessDeviceRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface TestWirelessDeviceCommandOutput extends TestWirelessDeviceResponse, __MetadataBearer {
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
5
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/
|
|
5
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
|
|
6
6
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
5
|
-
import { UpdateDestinationRequest, UpdateDestinationResponse } from "../models/
|
|
5
|
+
import { UpdateDestinationRequest, UpdateDestinationResponse } from "../models/models_1";
|
|
6
6
|
export interface UpdateDestinationCommandInput extends UpdateDestinationRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface UpdateDestinationCommandOutput extends UpdateDestinationResponse, __MetadataBearer {
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
5
|
-
import { UpdateEventConfigurationByResourceTypesRequest, UpdateEventConfigurationByResourceTypesResponse } from "../models/
|
|
5
|
+
import { UpdateEventConfigurationByResourceTypesRequest, UpdateEventConfigurationByResourceTypesResponse } from "../models/models_1";
|
|
6
6
|
export interface UpdateEventConfigurationByResourceTypesCommandInput extends UpdateEventConfigurationByResourceTypesRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface UpdateEventConfigurationByResourceTypesCommandOutput extends UpdateEventConfigurationByResourceTypesResponse, __MetadataBearer {
|
|
@@ -8,7 +8,13 @@ export interface UpdatePositionCommandInput extends UpdatePositionRequest {
|
|
|
8
8
|
export interface UpdatePositionCommandOutput extends UpdatePositionResponse, __MetadataBearer {
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
+
* @deprecated
|
|
12
|
+
*
|
|
11
13
|
* <p>Update the position information of a resource.</p>
|
|
14
|
+
* <important>
|
|
15
|
+
* <p>This action is no longer supported. Calls to update the position information
|
|
16
|
+
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_UpdateResourcePosition.html">UpdateResourcePosition</a> API operation instead.</p>
|
|
17
|
+
* </important>
|
|
12
18
|
* @example
|
|
13
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
20
|
* ```javascript
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
5
|
+
import { UpdateResourcePositionRequest, UpdateResourcePositionResponse } from "../models/models_1";
|
|
6
|
+
export interface UpdateResourcePositionCommandInput extends UpdateResourcePositionRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface UpdateResourcePositionCommandOutput extends UpdateResourcePositionResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>Update the position information of a given wireless device or a wireless gateway resource. The postion
|
|
12
|
+
* coordinates are based on the <a href="https://gisgeography.com/wgs84-world-geodetic-system/">
|
|
13
|
+
* World Geodetic System (WGS84)</a>.</p>
|
|
14
|
+
* @example
|
|
15
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
+
* ```javascript
|
|
17
|
+
* import { IoTWirelessClient, UpdateResourcePositionCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
18
|
+
* // const { IoTWirelessClient, UpdateResourcePositionCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
19
|
+
* const client = new IoTWirelessClient(config);
|
|
20
|
+
* const command = new UpdateResourcePositionCommand(input);
|
|
21
|
+
* const response = await client.send(command);
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* @see {@link UpdateResourcePositionCommandInput} for command's `input` shape.
|
|
25
|
+
* @see {@link UpdateResourcePositionCommandOutput} for command's `response` shape.
|
|
26
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
export declare class UpdateResourcePositionCommand extends $Command<UpdateResourcePositionCommandInput, UpdateResourcePositionCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
30
|
+
readonly input: UpdateResourcePositionCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
|
+
constructor(input: UpdateResourcePositionCommandInput);
|
|
33
|
+
/**
|
|
34
|
+
* @internal
|
|
35
|
+
*/
|
|
36
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResourcePositionCommandInput, UpdateResourcePositionCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -45,8 +45,10 @@ export * from "./GetNetworkAnalyzerConfigurationCommand";
|
|
|
45
45
|
export * from "./GetPartnerAccountCommand";
|
|
46
46
|
export * from "./GetPositionCommand";
|
|
47
47
|
export * from "./GetPositionConfigurationCommand";
|
|
48
|
+
export * from "./GetPositionEstimateCommand";
|
|
48
49
|
export * from "./GetResourceEventConfigurationCommand";
|
|
49
50
|
export * from "./GetResourceLogLevelCommand";
|
|
51
|
+
export * from "./GetResourcePositionCommand";
|
|
50
52
|
export * from "./GetServiceEndpointCommand";
|
|
51
53
|
export * from "./GetServiceProfileCommand";
|
|
52
54
|
export * from "./GetWirelessDeviceCommand";
|
|
@@ -94,5 +96,6 @@ export * from "./UpdateNetworkAnalyzerConfigurationCommand";
|
|
|
94
96
|
export * from "./UpdatePartnerAccountCommand";
|
|
95
97
|
export * from "./UpdatePositionCommand";
|
|
96
98
|
export * from "./UpdateResourceEventConfigurationCommand";
|
|
99
|
+
export * from "./UpdateResourcePositionCommand";
|
|
97
100
|
export * from "./UpdateWirelessDeviceCommand";
|
|
98
101
|
export * from "./UpdateWirelessGatewayCommand";
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|