@aws-sdk/client-iot-wireless 3.121.0 → 3.128.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/IoTWireless.js +75 -0
  3. package/dist-cjs/commands/GetPositionCommand.js +36 -0
  4. package/dist-cjs/commands/GetPositionConfigurationCommand.js +36 -0
  5. package/dist-cjs/commands/ListPositionConfigurationsCommand.js +36 -0
  6. package/dist-cjs/commands/PutPositionConfigurationCommand.js +36 -0
  7. package/dist-cjs/commands/UpdateNetworkAnalyzerConfigurationCommand.js +3 -3
  8. package/dist-cjs/commands/UpdatePartnerAccountCommand.js +3 -3
  9. package/dist-cjs/commands/UpdatePositionCommand.js +36 -0
  10. package/dist-cjs/commands/UpdateResourceEventConfigurationCommand.js +3 -3
  11. package/dist-cjs/commands/UpdateWirelessDeviceCommand.js +3 -3
  12. package/dist-cjs/commands/UpdateWirelessGatewayCommand.js +3 -3
  13. package/dist-cjs/commands/index.js +5 -0
  14. package/dist-cjs/models/index.js +1 -0
  15. package/dist-cjs/models/models_0.js +119 -92
  16. package/dist-cjs/models/models_1.js +108 -0
  17. package/dist-cjs/pagination/ListPositionConfigurationsPaginator.js +36 -0
  18. package/dist-cjs/pagination/index.js +1 -0
  19. package/dist-cjs/protocols/Aws_restJson1.js +798 -420
  20. package/dist-es/IoTWireless.js +75 -0
  21. package/dist-es/commands/GetPositionCommand.js +39 -0
  22. package/dist-es/commands/GetPositionConfigurationCommand.js +39 -0
  23. package/dist-es/commands/ListPositionConfigurationsCommand.js +39 -0
  24. package/dist-es/commands/PutPositionConfigurationCommand.js +39 -0
  25. package/dist-es/commands/UpdateNetworkAnalyzerConfigurationCommand.js +1 -1
  26. package/dist-es/commands/UpdatePartnerAccountCommand.js +1 -1
  27. package/dist-es/commands/UpdatePositionCommand.js +39 -0
  28. package/dist-es/commands/UpdateResourceEventConfigurationCommand.js +1 -1
  29. package/dist-es/commands/UpdateWirelessDeviceCommand.js +1 -1
  30. package/dist-es/commands/UpdateWirelessGatewayCommand.js +1 -1
  31. package/dist-es/commands/index.js +5 -0
  32. package/dist-es/models/index.js +1 -0
  33. package/dist-es/models/models_0.js +83 -56
  34. package/dist-es/models/models_1.js +70 -0
  35. package/dist-es/pagination/ListPositionConfigurationsPaginator.js +75 -0
  36. package/dist-es/pagination/index.js +1 -0
  37. package/dist-es/protocols/Aws_restJson1.js +846 -363
  38. package/dist-types/IoTWireless.d.ts +37 -2
  39. package/dist-types/IoTWirelessClient.d.ts +7 -2
  40. package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +1 -1
  41. package/dist-types/commands/GetPositionCommand.d.ts +35 -0
  42. package/dist-types/commands/GetPositionConfigurationCommand.d.ts +35 -0
  43. package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +35 -0
  44. package/dist-types/commands/PutPositionConfigurationCommand.d.ts +35 -0
  45. package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +1 -1
  47. package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +1 -1
  48. package/dist-types/commands/UpdatePositionCommand.d.ts +35 -0
  49. package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +1 -1
  52. package/dist-types/commands/index.d.ts +5 -0
  53. package/dist-types/models/index.d.ts +1 -0
  54. package/dist-types/models/models_0.d.ts +338 -278
  55. package/dist-types/models/models_1.d.ts +313 -0
  56. package/dist-types/pagination/ListPositionConfigurationsPaginator.d.ts +4 -0
  57. package/dist-types/pagination/index.d.ts +1 -0
  58. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  59. package/dist-types/ts3.4/IoTWireless.d.ts +25 -0
  60. package/dist-types/ts3.4/IoTWirelessClient.d.ts +7 -2
  61. package/dist-types/ts3.4/commands/GetPositionCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/GetPositionConfigurationCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ListPositionConfigurationsCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/PutPositionConfigurationCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/UpdatePartnerAccountCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdatePositionCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/UpdateResourceEventConfigurationCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/UpdateWirelessDeviceCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/UpdateWirelessGatewayCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  72. package/dist-types/ts3.4/models/index.d.ts +1 -0
  73. package/dist-types/ts3.4/models/models_0.d.ts +193 -156
  74. package/dist-types/ts3.4/models/models_1.d.ts +186 -0
  75. package/dist-types/ts3.4/pagination/ListPositionConfigurationsPaginator.d.ts +4 -0
  76. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  77. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
  78. package/package.json +26 -26
@@ -44,6 +44,8 @@ import { GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput } from ".
44
44
  import { GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput } from "./commands/GetMulticastGroupSessionCommand";
45
45
  import { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput } from "./commands/GetNetworkAnalyzerConfigurationCommand";
46
46
  import { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "./commands/GetPartnerAccountCommand";
47
+ import { GetPositionCommandInput, GetPositionCommandOutput } from "./commands/GetPositionCommand";
48
+ import { GetPositionConfigurationCommandInput, GetPositionConfigurationCommandOutput } from "./commands/GetPositionConfigurationCommand";
47
49
  import { GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput } from "./commands/GetResourceEventConfigurationCommand";
48
50
  import { GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput } from "./commands/GetResourceLogLevelCommand";
49
51
  import { GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput } from "./commands/GetServiceEndpointCommand";
@@ -64,12 +66,14 @@ import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaT
64
66
  import { ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput } from "./commands/ListMulticastGroupsCommand";
65
67
  import { ListNetworkAnalyzerConfigurationsCommandInput, ListNetworkAnalyzerConfigurationsCommandOutput } from "./commands/ListNetworkAnalyzerConfigurationsCommand";
66
68
  import { ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput } from "./commands/ListPartnerAccountsCommand";
69
+ import { ListPositionConfigurationsCommandInput, ListPositionConfigurationsCommandOutput } from "./commands/ListPositionConfigurationsCommand";
67
70
  import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "./commands/ListQueuedMessagesCommand";
68
71
  import { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "./commands/ListServiceProfilesCommand";
69
72
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
70
73
  import { ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput } from "./commands/ListWirelessDevicesCommand";
71
74
  import { ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput } from "./commands/ListWirelessGatewaysCommand";
72
75
  import { ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTaskDefinitionsCommandOutput } from "./commands/ListWirelessGatewayTaskDefinitionsCommand";
76
+ import { PutPositionConfigurationCommandInput, PutPositionConfigurationCommandOutput } from "./commands/PutPositionConfigurationCommand";
73
77
  import { PutResourceLogLevelCommandInput, PutResourceLogLevelCommandOutput } from "./commands/PutResourceLogLevelCommand";
74
78
  import { ResetAllResourceLogLevelsCommandInput, ResetAllResourceLogLevelsCommandOutput } from "./commands/ResetAllResourceLogLevelsCommand";
75
79
  import { ResetResourceLogLevelCommandInput, ResetResourceLogLevelCommandOutput } from "./commands/ResetResourceLogLevelCommand";
@@ -89,6 +93,7 @@ import { UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTy
89
93
  import { UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput } from "./commands/UpdateMulticastGroupCommand";
90
94
  import { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput } from "./commands/UpdateNetworkAnalyzerConfigurationCommand";
91
95
  import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "./commands/UpdatePartnerAccountCommand";
96
+ import { UpdatePositionCommandInput, UpdatePositionCommandOutput } from "./commands/UpdatePositionCommand";
92
97
  import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "./commands/UpdateResourceEventConfigurationCommand";
93
98
  import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "./commands/UpdateWirelessDeviceCommand";
94
99
  import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "./commands/UpdateWirelessGatewayCommand";
@@ -336,7 +341,7 @@ export declare class IoTWireless extends IoTWirelessClient {
336
341
  getDeviceProfile(args: GetDeviceProfileCommandInput, cb: (err: any, data?: GetDeviceProfileCommandOutput) => void): void;
337
342
  getDeviceProfile(args: GetDeviceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeviceProfileCommandOutput) => void): void;
338
343
  /**
339
- * <p>Get the event configuration by resource types.</p>
344
+ * <p>Get the event configuration based on resource types.</p>
340
345
  */
341
346
  getEventConfigurationByResourceTypes(args: GetEventConfigurationByResourceTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetEventConfigurationByResourceTypesCommandOutput>;
342
347
  getEventConfigurationByResourceTypes(args: GetEventConfigurationByResourceTypesCommandInput, cb: (err: any, data?: GetEventConfigurationByResourceTypesCommandOutput) => void): void;
@@ -378,6 +383,18 @@ export declare class IoTWireless extends IoTWirelessClient {
378
383
  getPartnerAccount(args: GetPartnerAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetPartnerAccountCommandOutput>;
379
384
  getPartnerAccount(args: GetPartnerAccountCommandInput, cb: (err: any, data?: GetPartnerAccountCommandOutput) => void): void;
380
385
  getPartnerAccount(args: GetPartnerAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPartnerAccountCommandOutput) => void): void;
386
+ /**
387
+ * <p>Get the position information for a given resource.</p>
388
+ */
389
+ getPosition(args: GetPositionCommandInput, options?: __HttpHandlerOptions): Promise<GetPositionCommandOutput>;
390
+ getPosition(args: GetPositionCommandInput, cb: (err: any, data?: GetPositionCommandOutput) => void): void;
391
+ getPosition(args: GetPositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPositionCommandOutput) => void): void;
392
+ /**
393
+ * <p>Get position configuration for a given resource.</p>
394
+ */
395
+ getPositionConfiguration(args: GetPositionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetPositionConfigurationCommandOutput>;
396
+ getPositionConfiguration(args: GetPositionConfigurationCommandInput, cb: (err: any, data?: GetPositionConfigurationCommandOutput) => void): void;
397
+ getPositionConfiguration(args: GetPositionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPositionConfigurationCommandOutput) => void): void;
381
398
  /**
382
399
  * <p>Get the event configuration for a particular resource identifier.</p>
383
400
  */
@@ -499,6 +516,12 @@ export declare class IoTWireless extends IoTWirelessClient {
499
516
  listPartnerAccounts(args: ListPartnerAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListPartnerAccountsCommandOutput>;
500
517
  listPartnerAccounts(args: ListPartnerAccountsCommandInput, cb: (err: any, data?: ListPartnerAccountsCommandOutput) => void): void;
501
518
  listPartnerAccounts(args: ListPartnerAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPartnerAccountsCommandOutput) => void): void;
519
+ /**
520
+ * <p>List position configurations for a given resource, such as positioning solvers.</p>
521
+ */
522
+ listPositionConfigurations(args: ListPositionConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListPositionConfigurationsCommandOutput>;
523
+ listPositionConfigurations(args: ListPositionConfigurationsCommandInput, cb: (err: any, data?: ListPositionConfigurationsCommandOutput) => void): void;
524
+ listPositionConfigurations(args: ListPositionConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPositionConfigurationsCommandOutput) => void): void;
502
525
  /**
503
526
  * <p>List queued messages in the downlink queue.</p>
504
527
  */
@@ -535,6 +558,12 @@ export declare class IoTWireless extends IoTWirelessClient {
535
558
  listWirelessGatewayTaskDefinitions(args: ListWirelessGatewayTaskDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListWirelessGatewayTaskDefinitionsCommandOutput>;
536
559
  listWirelessGatewayTaskDefinitions(args: ListWirelessGatewayTaskDefinitionsCommandInput, cb: (err: any, data?: ListWirelessGatewayTaskDefinitionsCommandOutput) => void): void;
537
560
  listWirelessGatewayTaskDefinitions(args: ListWirelessGatewayTaskDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWirelessGatewayTaskDefinitionsCommandOutput) => void): void;
561
+ /**
562
+ * <p>Put position configuration for a given resource.</p>
563
+ */
564
+ putPositionConfiguration(args: PutPositionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutPositionConfigurationCommandOutput>;
565
+ putPositionConfiguration(args: PutPositionConfigurationCommandInput, cb: (err: any, data?: PutPositionConfigurationCommandOutput) => void): void;
566
+ putPositionConfiguration(args: PutPositionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPositionConfigurationCommandOutput) => void): void;
538
567
  /**
539
568
  * <p>Sets the log-level override for a resource-ID and resource-type. This option can be specified for a wireless gateway
540
569
  * or a wireless device. A limit of 200 log level override can be set per account.</p>
@@ -616,7 +645,7 @@ export declare class IoTWireless extends IoTWirelessClient {
616
645
  updateDestination(args: UpdateDestinationCommandInput, cb: (err: any, data?: UpdateDestinationCommandOutput) => void): void;
617
646
  updateDestination(args: UpdateDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDestinationCommandOutput) => void): void;
618
647
  /**
619
- * <p>Update the event configuration by resource types.</p>
648
+ * <p>Update the event configuration based on resource types.</p>
620
649
  */
621
650
  updateEventConfigurationByResourceTypes(args: UpdateEventConfigurationByResourceTypesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEventConfigurationByResourceTypesCommandOutput>;
622
651
  updateEventConfigurationByResourceTypes(args: UpdateEventConfigurationByResourceTypesCommandInput, cb: (err: any, data?: UpdateEventConfigurationByResourceTypesCommandOutput) => void): void;
@@ -652,6 +681,12 @@ export declare class IoTWireless extends IoTWirelessClient {
652
681
  updatePartnerAccount(args: UpdatePartnerAccountCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePartnerAccountCommandOutput>;
653
682
  updatePartnerAccount(args: UpdatePartnerAccountCommandInput, cb: (err: any, data?: UpdatePartnerAccountCommandOutput) => void): void;
654
683
  updatePartnerAccount(args: UpdatePartnerAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePartnerAccountCommandOutput) => void): void;
684
+ /**
685
+ * <p>Update the position information of a resource.</p>
686
+ */
687
+ updatePosition(args: UpdatePositionCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePositionCommandOutput>;
688
+ updatePosition(args: UpdatePositionCommandInput, cb: (err: any, data?: UpdatePositionCommandOutput) => void): void;
689
+ updatePosition(args: UpdatePositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePositionCommandOutput) => void): void;
655
690
  /**
656
691
  * <p>Update the event configuration for a particular resource identifier.</p>
657
692
  */
@@ -51,6 +51,8 @@ import { GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput } from ".
51
51
  import { GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput } from "./commands/GetMulticastGroupSessionCommand";
52
52
  import { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput } from "./commands/GetNetworkAnalyzerConfigurationCommand";
53
53
  import { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "./commands/GetPartnerAccountCommand";
54
+ import { GetPositionCommandInput, GetPositionCommandOutput } from "./commands/GetPositionCommand";
55
+ import { GetPositionConfigurationCommandInput, GetPositionConfigurationCommandOutput } from "./commands/GetPositionConfigurationCommand";
54
56
  import { GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput } from "./commands/GetResourceEventConfigurationCommand";
55
57
  import { GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput } from "./commands/GetResourceLogLevelCommand";
56
58
  import { GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput } from "./commands/GetServiceEndpointCommand";
@@ -71,12 +73,14 @@ import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaT
71
73
  import { ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput } from "./commands/ListMulticastGroupsCommand";
72
74
  import { ListNetworkAnalyzerConfigurationsCommandInput, ListNetworkAnalyzerConfigurationsCommandOutput } from "./commands/ListNetworkAnalyzerConfigurationsCommand";
73
75
  import { ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput } from "./commands/ListPartnerAccountsCommand";
76
+ import { ListPositionConfigurationsCommandInput, ListPositionConfigurationsCommandOutput } from "./commands/ListPositionConfigurationsCommand";
74
77
  import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "./commands/ListQueuedMessagesCommand";
75
78
  import { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "./commands/ListServiceProfilesCommand";
76
79
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
77
80
  import { ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput } from "./commands/ListWirelessDevicesCommand";
78
81
  import { ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput } from "./commands/ListWirelessGatewaysCommand";
79
82
  import { ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTaskDefinitionsCommandOutput } from "./commands/ListWirelessGatewayTaskDefinitionsCommand";
83
+ import { PutPositionConfigurationCommandInput, PutPositionConfigurationCommandOutput } from "./commands/PutPositionConfigurationCommand";
80
84
  import { PutResourceLogLevelCommandInput, PutResourceLogLevelCommandOutput } from "./commands/PutResourceLogLevelCommand";
81
85
  import { ResetAllResourceLogLevelsCommandInput, ResetAllResourceLogLevelsCommandOutput } from "./commands/ResetAllResourceLogLevelsCommand";
82
86
  import { ResetResourceLogLevelCommandInput, ResetResourceLogLevelCommandOutput } from "./commands/ResetResourceLogLevelCommand";
@@ -96,11 +100,12 @@ import { UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTy
96
100
  import { UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput } from "./commands/UpdateMulticastGroupCommand";
97
101
  import { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput } from "./commands/UpdateNetworkAnalyzerConfigurationCommand";
98
102
  import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "./commands/UpdatePartnerAccountCommand";
103
+ import { UpdatePositionCommandInput, UpdatePositionCommandOutput } from "./commands/UpdatePositionCommand";
99
104
  import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "./commands/UpdateResourceEventConfigurationCommand";
100
105
  import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "./commands/UpdateWirelessDeviceCommand";
101
106
  import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "./commands/UpdateWirelessGatewayCommand";
102
- 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 | GetResourceEventConfigurationCommandInput | GetResourceLogLevelCommandInput | GetServiceEndpointCommandInput | GetServiceProfileCommandInput | GetWirelessDeviceCommandInput | GetWirelessDeviceStatisticsCommandInput | GetWirelessGatewayCertificateCommandInput | GetWirelessGatewayCommandInput | GetWirelessGatewayFirmwareInformationCommandInput | GetWirelessGatewayStatisticsCommandInput | GetWirelessGatewayTaskCommandInput | GetWirelessGatewayTaskDefinitionCommandInput | ListDestinationsCommandInput | ListDeviceProfilesCommandInput | ListEventConfigurationsCommandInput | ListFuotaTasksCommandInput | ListMulticastGroupsByFuotaTaskCommandInput | ListMulticastGroupsCommandInput | ListNetworkAnalyzerConfigurationsCommandInput | ListPartnerAccountsCommandInput | ListQueuedMessagesCommandInput | ListServiceProfilesCommandInput | ListTagsForResourceCommandInput | ListWirelessDevicesCommandInput | ListWirelessGatewayTaskDefinitionsCommandInput | ListWirelessGatewaysCommandInput | PutResourceLogLevelCommandInput | ResetAllResourceLogLevelsCommandInput | ResetResourceLogLevelCommandInput | SendDataToMulticastGroupCommandInput | SendDataToWirelessDeviceCommandInput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput | StartFuotaTaskCommandInput | StartMulticastGroupSessionCommandInput | TagResourceCommandInput | TestWirelessDeviceCommandInput | UntagResourceCommandInput | UpdateDestinationCommandInput | UpdateEventConfigurationByResourceTypesCommandInput | UpdateFuotaTaskCommandInput | UpdateLogLevelsByResourceTypesCommandInput | UpdateMulticastGroupCommandInput | UpdateNetworkAnalyzerConfigurationCommandInput | UpdatePartnerAccountCommandInput | UpdateResourceEventConfigurationCommandInput | UpdateWirelessDeviceCommandInput | UpdateWirelessGatewayCommandInput;
103
- 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 | GetResourceEventConfigurationCommandOutput | GetResourceLogLevelCommandOutput | GetServiceEndpointCommandOutput | GetServiceProfileCommandOutput | GetWirelessDeviceCommandOutput | GetWirelessDeviceStatisticsCommandOutput | GetWirelessGatewayCertificateCommandOutput | GetWirelessGatewayCommandOutput | GetWirelessGatewayFirmwareInformationCommandOutput | GetWirelessGatewayStatisticsCommandOutput | GetWirelessGatewayTaskCommandOutput | GetWirelessGatewayTaskDefinitionCommandOutput | ListDestinationsCommandOutput | ListDeviceProfilesCommandOutput | ListEventConfigurationsCommandOutput | ListFuotaTasksCommandOutput | ListMulticastGroupsByFuotaTaskCommandOutput | ListMulticastGroupsCommandOutput | ListNetworkAnalyzerConfigurationsCommandOutput | ListPartnerAccountsCommandOutput | ListQueuedMessagesCommandOutput | ListServiceProfilesCommandOutput | ListTagsForResourceCommandOutput | ListWirelessDevicesCommandOutput | ListWirelessGatewayTaskDefinitionsCommandOutput | ListWirelessGatewaysCommandOutput | PutResourceLogLevelCommandOutput | ResetAllResourceLogLevelsCommandOutput | ResetResourceLogLevelCommandOutput | SendDataToMulticastGroupCommandOutput | SendDataToWirelessDeviceCommandOutput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput | StartFuotaTaskCommandOutput | StartMulticastGroupSessionCommandOutput | TagResourceCommandOutput | TestWirelessDeviceCommandOutput | UntagResourceCommandOutput | UpdateDestinationCommandOutput | UpdateEventConfigurationByResourceTypesCommandOutput | UpdateFuotaTaskCommandOutput | UpdateLogLevelsByResourceTypesCommandOutput | UpdateMulticastGroupCommandOutput | UpdateNetworkAnalyzerConfigurationCommandOutput | UpdatePartnerAccountCommandOutput | UpdateResourceEventConfigurationCommandOutput | UpdateWirelessDeviceCommandOutput | UpdateWirelessGatewayCommandOutput;
107
+ 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;
108
+ 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;
104
109
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
105
110
  /**
106
111
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -7,7 +7,7 @@ export interface GetEventConfigurationByResourceTypesCommandInput extends GetEve
7
7
  export interface GetEventConfigurationByResourceTypesCommandOutput extends GetEventConfigurationByResourceTypesResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Get the event configuration by resource types.</p>
10
+ * <p>Get the event configuration based on resource types.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
+ import { GetPositionRequest, GetPositionResponse } from "../models/models_0";
5
+ export interface GetPositionCommandInput extends GetPositionRequest {
6
+ }
7
+ export interface GetPositionCommandOutput extends GetPositionResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Get the position information for a given resource.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { IoTWirelessClient, GetPositionCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
15
+ * // const { IoTWirelessClient, GetPositionCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
16
+ * const client = new IoTWirelessClient(config);
17
+ * const command = new GetPositionCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetPositionCommandInput} for command's `input` shape.
22
+ * @see {@link GetPositionCommandOutput} for command's `response` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetPositionCommand extends $Command<GetPositionCommandInput, GetPositionCommandOutput, IoTWirelessClientResolvedConfig> {
27
+ readonly input: GetPositionCommandInput;
28
+ constructor(input: GetPositionCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPositionCommandInput, GetPositionCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
+ import { GetPositionConfigurationRequest, GetPositionConfigurationResponse } from "../models/models_0";
5
+ export interface GetPositionConfigurationCommandInput extends GetPositionConfigurationRequest {
6
+ }
7
+ export interface GetPositionConfigurationCommandOutput extends GetPositionConfigurationResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Get position configuration for a given resource.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { IoTWirelessClient, GetPositionConfigurationCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
15
+ * // const { IoTWirelessClient, GetPositionConfigurationCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
16
+ * const client = new IoTWirelessClient(config);
17
+ * const command = new GetPositionConfigurationCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetPositionConfigurationCommandInput} for command's `input` shape.
22
+ * @see {@link GetPositionConfigurationCommandOutput} for command's `response` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetPositionConfigurationCommand extends $Command<GetPositionConfigurationCommandInput, GetPositionConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
27
+ readonly input: GetPositionConfigurationCommandInput;
28
+ constructor(input: GetPositionConfigurationCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPositionConfigurationCommandInput, GetPositionConfigurationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
+ import { ListPositionConfigurationsRequest, ListPositionConfigurationsResponse } from "../models/models_0";
5
+ export interface ListPositionConfigurationsCommandInput extends ListPositionConfigurationsRequest {
6
+ }
7
+ export interface ListPositionConfigurationsCommandOutput extends ListPositionConfigurationsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>List position configurations for a given resource, such as positioning solvers.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { IoTWirelessClient, ListPositionConfigurationsCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
15
+ * // const { IoTWirelessClient, ListPositionConfigurationsCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
16
+ * const client = new IoTWirelessClient(config);
17
+ * const command = new ListPositionConfigurationsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListPositionConfigurationsCommandInput} for command's `input` shape.
22
+ * @see {@link ListPositionConfigurationsCommandOutput} for command's `response` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListPositionConfigurationsCommand extends $Command<ListPositionConfigurationsCommandInput, ListPositionConfigurationsCommandOutput, IoTWirelessClientResolvedConfig> {
27
+ readonly input: ListPositionConfigurationsCommandInput;
28
+ constructor(input: ListPositionConfigurationsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPositionConfigurationsCommandInput, ListPositionConfigurationsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
+ import { PutPositionConfigurationRequest, PutPositionConfigurationResponse } from "../models/models_0";
5
+ export interface PutPositionConfigurationCommandInput extends PutPositionConfigurationRequest {
6
+ }
7
+ export interface PutPositionConfigurationCommandOutput extends PutPositionConfigurationResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Put position configuration for a given resource.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { IoTWirelessClient, PutPositionConfigurationCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
15
+ * // const { IoTWirelessClient, PutPositionConfigurationCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
16
+ * const client = new IoTWirelessClient(config);
17
+ * const command = new PutPositionConfigurationCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link PutPositionConfigurationCommandInput} for command's `input` shape.
22
+ * @see {@link PutPositionConfigurationCommandOutput} for command's `response` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class PutPositionConfigurationCommand extends $Command<PutPositionConfigurationCommandInput, PutPositionConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
27
+ readonly input: PutPositionConfigurationCommandInput;
28
+ constructor(input: PutPositionConfigurationCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPositionConfigurationCommandInput, PutPositionConfigurationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -7,7 +7,7 @@ export interface UpdateEventConfigurationByResourceTypesCommandInput extends Upd
7
7
  export interface UpdateEventConfigurationByResourceTypesCommandOutput extends UpdateEventConfigurationByResourceTypesResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Update the event configuration by resource types.</p>
10
+ * <p>Update the event configuration based on resource types.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
- import { UpdateNetworkAnalyzerConfigurationRequest, UpdateNetworkAnalyzerConfigurationResponse } from "../models/models_0";
4
+ import { UpdateNetworkAnalyzerConfigurationRequest, UpdateNetworkAnalyzerConfigurationResponse } from "../models/models_1";
5
5
  export interface UpdateNetworkAnalyzerConfigurationCommandInput extends UpdateNetworkAnalyzerConfigurationRequest {
6
6
  }
7
7
  export interface UpdateNetworkAnalyzerConfigurationCommandOutput extends UpdateNetworkAnalyzerConfigurationResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
- import { UpdatePartnerAccountRequest, UpdatePartnerAccountResponse } from "../models/models_0";
4
+ import { UpdatePartnerAccountRequest, UpdatePartnerAccountResponse } from "../models/models_1";
5
5
  export interface UpdatePartnerAccountCommandInput extends UpdatePartnerAccountRequest {
6
6
  }
7
7
  export interface UpdatePartnerAccountCommandOutput extends UpdatePartnerAccountResponse, __MetadataBearer {
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
+ import { UpdatePositionRequest, UpdatePositionResponse } from "../models/models_1";
5
+ export interface UpdatePositionCommandInput extends UpdatePositionRequest {
6
+ }
7
+ export interface UpdatePositionCommandOutput extends UpdatePositionResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Update the position information of a resource.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { IoTWirelessClient, UpdatePositionCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
15
+ * // const { IoTWirelessClient, UpdatePositionCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
16
+ * const client = new IoTWirelessClient(config);
17
+ * const command = new UpdatePositionCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UpdatePositionCommandInput} for command's `input` shape.
22
+ * @see {@link UpdatePositionCommandOutput} for command's `response` shape.
23
+ * @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class UpdatePositionCommand extends $Command<UpdatePositionCommandInput, UpdatePositionCommandOutput, IoTWirelessClientResolvedConfig> {
27
+ readonly input: UpdatePositionCommandInput;
28
+ constructor(input: UpdatePositionCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePositionCommandInput, UpdatePositionCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
- import { UpdateResourceEventConfigurationRequest, UpdateResourceEventConfigurationResponse } from "../models/models_0";
4
+ import { UpdateResourceEventConfigurationRequest, UpdateResourceEventConfigurationResponse } from "../models/models_1";
5
5
  export interface UpdateResourceEventConfigurationCommandInput extends UpdateResourceEventConfigurationRequest {
6
6
  }
7
7
  export interface UpdateResourceEventConfigurationCommandOutput extends UpdateResourceEventConfigurationResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
- import { UpdateWirelessDeviceRequest, UpdateWirelessDeviceResponse } from "../models/models_0";
4
+ import { UpdateWirelessDeviceRequest, UpdateWirelessDeviceResponse } from "../models/models_1";
5
5
  export interface UpdateWirelessDeviceCommandInput extends UpdateWirelessDeviceRequest {
6
6
  }
7
7
  export interface UpdateWirelessDeviceCommandOutput extends UpdateWirelessDeviceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
- import { UpdateWirelessGatewayRequest, UpdateWirelessGatewayResponse } from "../models/models_0";
4
+ import { UpdateWirelessGatewayRequest, UpdateWirelessGatewayResponse } from "../models/models_1";
5
5
  export interface UpdateWirelessGatewayCommandInput extends UpdateWirelessGatewayRequest {
6
6
  }
7
7
  export interface UpdateWirelessGatewayCommandOutput extends UpdateWirelessGatewayResponse, __MetadataBearer {
@@ -43,6 +43,8 @@ export * from "./GetMulticastGroupCommand";
43
43
  export * from "./GetMulticastGroupSessionCommand";
44
44
  export * from "./GetNetworkAnalyzerConfigurationCommand";
45
45
  export * from "./GetPartnerAccountCommand";
46
+ export * from "./GetPositionCommand";
47
+ export * from "./GetPositionConfigurationCommand";
46
48
  export * from "./GetResourceEventConfigurationCommand";
47
49
  export * from "./GetResourceLogLevelCommand";
48
50
  export * from "./GetServiceEndpointCommand";
@@ -63,12 +65,14 @@ export * from "./ListMulticastGroupsByFuotaTaskCommand";
63
65
  export * from "./ListMulticastGroupsCommand";
64
66
  export * from "./ListNetworkAnalyzerConfigurationsCommand";
65
67
  export * from "./ListPartnerAccountsCommand";
68
+ export * from "./ListPositionConfigurationsCommand";
66
69
  export * from "./ListQueuedMessagesCommand";
67
70
  export * from "./ListServiceProfilesCommand";
68
71
  export * from "./ListTagsForResourceCommand";
69
72
  export * from "./ListWirelessDevicesCommand";
70
73
  export * from "./ListWirelessGatewayTaskDefinitionsCommand";
71
74
  export * from "./ListWirelessGatewaysCommand";
75
+ export * from "./PutPositionConfigurationCommand";
72
76
  export * from "./PutResourceLogLevelCommand";
73
77
  export * from "./ResetAllResourceLogLevelsCommand";
74
78
  export * from "./ResetResourceLogLevelCommand";
@@ -88,6 +92,7 @@ export * from "./UpdateLogLevelsByResourceTypesCommand";
88
92
  export * from "./UpdateMulticastGroupCommand";
89
93
  export * from "./UpdateNetworkAnalyzerConfigurationCommand";
90
94
  export * from "./UpdatePartnerAccountCommand";
95
+ export * from "./UpdatePositionCommand";
91
96
  export * from "./UpdateResourceEventConfigurationCommand";
92
97
  export * from "./UpdateWirelessDeviceCommand";
93
98
  export * from "./UpdateWirelessGatewayCommand";
@@ -1 +1,2 @@
1
1
  export * from "./models_0";
2
+ export * from "./models_1";