|
46 | 46 | #include "model/BatchCheckDeviceNamesResult.h" |
47 | 47 | #include "model/BatchCheckImportDeviceRequest.h" |
48 | 48 | #include "model/BatchCheckImportDeviceResult.h" |
| 49 | +#include "model/BatchCheckVehicleDeviceRequest.h" |
| 50 | +#include "model/BatchCheckVehicleDeviceResult.h" |
49 | 51 | #include "model/BatchClearEdgeInstanceDeviceConfigRequest.h" |
50 | 52 | #include "model/BatchClearEdgeInstanceDeviceConfigResult.h" |
51 | 53 | #include "model/BatchCreateSoundCodeLabelRequest.h" |
|
74 | 76 | #include "model/BatchGetEdgeInstanceDriverConfigsResult.h" |
75 | 77 | #include "model/BatchImportDeviceRequest.h" |
76 | 78 | #include "model/BatchImportDeviceResult.h" |
| 79 | +#include "model/BatchImportVehicleDeviceRequest.h" |
| 80 | +#include "model/BatchImportVehicleDeviceResult.h" |
77 | 81 | #include "model/BatchPubRequest.h" |
78 | 82 | #include "model/BatchPubResult.h" |
79 | 83 | #include "model/BatchQueryDeviceDetailRequest.h" |
|
662 | 666 | #include "model/QueryTopicReverseRouteTableResult.h" |
663 | 667 | #include "model/QueryTopicRouteTableRequest.h" |
664 | 668 | #include "model/QueryTopicRouteTableResult.h" |
| 669 | +#include "model/QueryVehicleDeviceRequest.h" |
| 670 | +#include "model/QueryVehicleDeviceResult.h" |
665 | 671 | #include "model/RRpcRequest.h" |
666 | 672 | #include "model/RRpcResult.h" |
667 | 673 | #include "model/ReBindLicenseDeviceRequest.h" |
@@ -849,6 +855,9 @@ namespace AlibabaCloud |
849 | 855 | typedef Outcome<Error, Model::BatchCheckImportDeviceResult> BatchCheckImportDeviceOutcome; |
850 | 856 | typedef std::future<BatchCheckImportDeviceOutcome> BatchCheckImportDeviceOutcomeCallable; |
851 | 857 | typedef std::function<void(const IotClient*, const Model::BatchCheckImportDeviceRequest&, const BatchCheckImportDeviceOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> BatchCheckImportDeviceAsyncHandler; |
| 858 | + typedef Outcome<Error, Model::BatchCheckVehicleDeviceResult> BatchCheckVehicleDeviceOutcome; |
| 859 | + typedef std::future<BatchCheckVehicleDeviceOutcome> BatchCheckVehicleDeviceOutcomeCallable; |
| 860 | + typedef std::function<void(const IotClient*, const Model::BatchCheckVehicleDeviceRequest&, const BatchCheckVehicleDeviceOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> BatchCheckVehicleDeviceAsyncHandler; |
852 | 861 | typedef Outcome<Error, Model::BatchClearEdgeInstanceDeviceConfigResult> BatchClearEdgeInstanceDeviceConfigOutcome; |
853 | 862 | typedef std::future<BatchClearEdgeInstanceDeviceConfigOutcome> BatchClearEdgeInstanceDeviceConfigOutcomeCallable; |
854 | 863 | typedef std::function<void(const IotClient*, const Model::BatchClearEdgeInstanceDeviceConfigRequest&, const BatchClearEdgeInstanceDeviceConfigOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> BatchClearEdgeInstanceDeviceConfigAsyncHandler; |
@@ -891,6 +900,9 @@ namespace AlibabaCloud |
891 | 900 | typedef Outcome<Error, Model::BatchImportDeviceResult> BatchImportDeviceOutcome; |
892 | 901 | typedef std::future<BatchImportDeviceOutcome> BatchImportDeviceOutcomeCallable; |
893 | 902 | typedef std::function<void(const IotClient*, const Model::BatchImportDeviceRequest&, const BatchImportDeviceOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> BatchImportDeviceAsyncHandler; |
| 903 | + typedef Outcome<Error, Model::BatchImportVehicleDeviceResult> BatchImportVehicleDeviceOutcome; |
| 904 | + typedef std::future<BatchImportVehicleDeviceOutcome> BatchImportVehicleDeviceOutcomeCallable; |
| 905 | + typedef std::function<void(const IotClient*, const Model::BatchImportVehicleDeviceRequest&, const BatchImportVehicleDeviceOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> BatchImportVehicleDeviceAsyncHandler; |
894 | 906 | typedef Outcome<Error, Model::BatchPubResult> BatchPubOutcome; |
895 | 907 | typedef std::future<BatchPubOutcome> BatchPubOutcomeCallable; |
896 | 908 | typedef std::function<void(const IotClient*, const Model::BatchPubRequest&, const BatchPubOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> BatchPubAsyncHandler; |
@@ -1773,6 +1785,9 @@ namespace AlibabaCloud |
1773 | 1785 | typedef Outcome<Error, Model::QueryTopicRouteTableResult> QueryTopicRouteTableOutcome; |
1774 | 1786 | typedef std::future<QueryTopicRouteTableOutcome> QueryTopicRouteTableOutcomeCallable; |
1775 | 1787 | typedef std::function<void(const IotClient*, const Model::QueryTopicRouteTableRequest&, const QueryTopicRouteTableOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryTopicRouteTableAsyncHandler; |
| 1788 | + typedef Outcome<Error, Model::QueryVehicleDeviceResult> QueryVehicleDeviceOutcome; |
| 1789 | + typedef std::future<QueryVehicleDeviceOutcome> QueryVehicleDeviceOutcomeCallable; |
| 1790 | + typedef std::function<void(const IotClient*, const Model::QueryVehicleDeviceRequest&, const QueryVehicleDeviceOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> QueryVehicleDeviceAsyncHandler; |
1776 | 1791 | typedef Outcome<Error, Model::RRpcResult> RRpcOutcome; |
1777 | 1792 | typedef std::future<RRpcOutcome> RRpcOutcomeCallable; |
1778 | 1793 | typedef std::function<void(const IotClient*, const Model::RRpcRequest&, const RRpcOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> RRpcAsyncHandler; |
@@ -2027,6 +2042,9 @@ namespace AlibabaCloud |
2027 | 2042 | BatchCheckImportDeviceOutcome batchCheckImportDevice(const Model::BatchCheckImportDeviceRequest &request)const; |
2028 | 2043 | void batchCheckImportDeviceAsync(const Model::BatchCheckImportDeviceRequest& request, const BatchCheckImportDeviceAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
2029 | 2044 | BatchCheckImportDeviceOutcomeCallable batchCheckImportDeviceCallable(const Model::BatchCheckImportDeviceRequest& request) const; |
| 2045 | + BatchCheckVehicleDeviceOutcome batchCheckVehicleDevice(const Model::BatchCheckVehicleDeviceRequest &request)const; |
| 2046 | + void batchCheckVehicleDeviceAsync(const Model::BatchCheckVehicleDeviceRequest& request, const BatchCheckVehicleDeviceAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
| 2047 | + BatchCheckVehicleDeviceOutcomeCallable batchCheckVehicleDeviceCallable(const Model::BatchCheckVehicleDeviceRequest& request) const; |
2030 | 2048 | BatchClearEdgeInstanceDeviceConfigOutcome batchClearEdgeInstanceDeviceConfig(const Model::BatchClearEdgeInstanceDeviceConfigRequest &request)const; |
2031 | 2049 | void batchClearEdgeInstanceDeviceConfigAsync(const Model::BatchClearEdgeInstanceDeviceConfigRequest& request, const BatchClearEdgeInstanceDeviceConfigAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
2032 | 2050 | BatchClearEdgeInstanceDeviceConfigOutcomeCallable batchClearEdgeInstanceDeviceConfigCallable(const Model::BatchClearEdgeInstanceDeviceConfigRequest& request) const; |
@@ -2069,6 +2087,9 @@ namespace AlibabaCloud |
2069 | 2087 | BatchImportDeviceOutcome batchImportDevice(const Model::BatchImportDeviceRequest &request)const; |
2070 | 2088 | void batchImportDeviceAsync(const Model::BatchImportDeviceRequest& request, const BatchImportDeviceAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
2071 | 2089 | BatchImportDeviceOutcomeCallable batchImportDeviceCallable(const Model::BatchImportDeviceRequest& request) const; |
| 2090 | + BatchImportVehicleDeviceOutcome batchImportVehicleDevice(const Model::BatchImportVehicleDeviceRequest &request)const; |
| 2091 | + void batchImportVehicleDeviceAsync(const Model::BatchImportVehicleDeviceRequest& request, const BatchImportVehicleDeviceAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
| 2092 | + BatchImportVehicleDeviceOutcomeCallable batchImportVehicleDeviceCallable(const Model::BatchImportVehicleDeviceRequest& request) const; |
2072 | 2093 | BatchPubOutcome batchPub(const Model::BatchPubRequest &request)const; |
2073 | 2094 | void batchPubAsync(const Model::BatchPubRequest& request, const BatchPubAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
2074 | 2095 | BatchPubOutcomeCallable batchPubCallable(const Model::BatchPubRequest& request) const; |
@@ -2951,6 +2972,9 @@ namespace AlibabaCloud |
2951 | 2972 | QueryTopicRouteTableOutcome queryTopicRouteTable(const Model::QueryTopicRouteTableRequest &request)const; |
2952 | 2973 | void queryTopicRouteTableAsync(const Model::QueryTopicRouteTableRequest& request, const QueryTopicRouteTableAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
2953 | 2974 | QueryTopicRouteTableOutcomeCallable queryTopicRouteTableCallable(const Model::QueryTopicRouteTableRequest& request) const; |
| 2975 | + QueryVehicleDeviceOutcome queryVehicleDevice(const Model::QueryVehicleDeviceRequest &request)const; |
| 2976 | + void queryVehicleDeviceAsync(const Model::QueryVehicleDeviceRequest& request, const QueryVehicleDeviceAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
| 2977 | + QueryVehicleDeviceOutcomeCallable queryVehicleDeviceCallable(const Model::QueryVehicleDeviceRequest& request) const; |
2954 | 2978 | RRpcOutcome rRpc(const Model::RRpcRequest &request)const; |
2955 | 2979 | void rRpcAsync(const Model::RRpcRequest& request, const RRpcAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
2956 | 2980 | RRpcOutcomeCallable rRpcCallable(const Model::RRpcRequest& request) const; |
|
0 commit comments