Skip to content

Commit 2758d92

Browse files
committed
Add data service api, including ListAnalyticsData.
1 parent a3d0743 commit 2758d92

File tree

254 files changed

+336
-252
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+336
-252
lines changed

aliyun-python-sdk-iot/ChangeLog.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2021-04-01 Version: 8.22.0
2+
- Add data service api, including ListAnalyticsData.
3+
- Update file uploading api, including GenerateFileUploadURL.
4+
15
2021-02-19 Version: 8.19.0
26
- Add support for IoT jobs, including job management and query APIs like CreateJob, UpdateJob, QueryJob, CancelJob, ListTask, QueryTask, QueryJobStatistics etc.
37

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.0-20210309'
1+
__version__ = '8.22.0'

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchAddDeviceGroupRelationsRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchAddDeviceGroupRelationsRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchAddDeviceGroupRelations')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchAddDeviceGroupRelations','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchAddThingTopoRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchAddThingTopoRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchAddThingTopo')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchAddThingTopo','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchBindDeviceToEdgeInstanceWithDriverRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchBindDeviceToEdgeInstanceWithDriverRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchBindDeviceToEdgeInstanceWithDriver')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchBindDeviceToEdgeInstanceWithDriver','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchBindDevicesIntoProjectRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchBindDevicesIntoProjectRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchBindDevicesIntoProject')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchBindDevicesIntoProject','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchBindProductsIntoProjectRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchBindProductsIntoProjectRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchBindProductsIntoProject')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchBindProductsIntoProject','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchCheckDeviceNamesRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchCheckDeviceNamesRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchCheckDeviceNames')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchCheckDeviceNames','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchClearEdgeInstanceDeviceConfigRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchClearEdgeInstanceDeviceConfigRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchClearEdgeInstanceDeviceConfig')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchClearEdgeInstanceDeviceConfig','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchDeleteDeviceGroupRelationsRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchDeleteDeviceGroupRelationsRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchDeleteDeviceGroupRelations')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchDeleteDeviceGroupRelations','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchDeleteEdgeInstanceChannelRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchDeleteEdgeInstanceChannelRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchDeleteEdgeInstanceChannel')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchDeleteEdgeInstanceChannel','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchGetDeviceBindStatusRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchGetDeviceBindStatusRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchGetDeviceBindStatus')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchGetDeviceBindStatus','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchGetDeviceStateRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchGetDeviceStateRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchGetDeviceState')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchGetDeviceState','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchGetEdgeDriverRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchGetEdgeDriverRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchGetEdgeDriver')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchGetEdgeDriver','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchGetEdgeInstanceChannelRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchGetEdgeInstanceChannelRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchGetEdgeInstanceChannel')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchGetEdgeInstanceChannel','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchGetEdgeInstanceDeviceChannelRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchGetEdgeInstanceDeviceChannelRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchGetEdgeInstanceDeviceChannel')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchGetEdgeInstanceDeviceChannel','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchGetEdgeInstanceDeviceConfigRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchGetEdgeInstanceDeviceConfigRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchGetEdgeInstanceDeviceConfig')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchGetEdgeInstanceDeviceConfig','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchGetEdgeInstanceDeviceDriverRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchGetEdgeInstanceDeviceDriverRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchGetEdgeInstanceDeviceDriver')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchGetEdgeInstanceDeviceDriver','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchGetEdgeInstanceDriverConfigsRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchGetEdgeInstanceDriverConfigsRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchGetEdgeInstanceDriverConfigs')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchGetEdgeInstanceDriverConfigs','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchPubRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchPubRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchPub')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchPub','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchQueryDeviceDetailRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchQueryDeviceDetailRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchQueryDeviceDetail')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchQueryDeviceDetail','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchRegisterDeviceRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchRegisterDeviceRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchRegisterDevice')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchRegisterDevice','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchRegisterDeviceWithApplyIdRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchRegisterDeviceWithApplyIdRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchRegisterDeviceWithApplyId')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchRegisterDeviceWithApplyId','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchSetEdgeInstanceDeviceChannelRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchSetEdgeInstanceDeviceChannelRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchSetEdgeInstanceDeviceChannel')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchSetEdgeInstanceDeviceChannel','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchSetEdgeInstanceDeviceConfigRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchSetEdgeInstanceDeviceConfigRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchSetEdgeInstanceDeviceConfig')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchSetEdgeInstanceDeviceConfig','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchUnbindDeviceFromEdgeInstanceRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchUnbindDeviceFromEdgeInstanceRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchUnbindDeviceFromEdgeInstance')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchUnbindDeviceFromEdgeInstance','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchUnbindProjectDevicesRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchUnbindProjectDevicesRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchUnbindProjectDevices')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchUnbindProjectDevices','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchUnbindProjectProductsRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchUnbindProjectProductsRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchUnbindProjectProducts')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchUnbindProjectProducts','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BatchUpdateDeviceNicknameRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BatchUpdateDeviceNicknameRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchUpdateDeviceNickname')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BatchUpdateDeviceNickname','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BindApplicationToEdgeInstanceRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BindApplicationToEdgeInstanceRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BindApplicationToEdgeInstance')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BindApplicationToEdgeInstance','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BindDriverToEdgeInstanceRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BindDriverToEdgeInstanceRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BindDriverToEdgeInstance')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BindDriverToEdgeInstance','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BindGatewayToEdgeInstanceRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BindGatewayToEdgeInstanceRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BindGatewayToEdgeInstance')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BindGatewayToEdgeInstance','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BindRoleToEdgeInstanceRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BindRoleToEdgeInstanceRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BindRoleToEdgeInstance')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BindRoleToEdgeInstance','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/BindSceneRuleToEdgeInstanceRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class BindSceneRuleToEdgeInstanceRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BindSceneRuleToEdgeInstance')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'BindSceneRuleToEdgeInstance','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/CancelJobRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class CancelJobRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CancelJob')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CancelJob','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/CancelOTAStrategyByJobRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class CancelOTAStrategyByJobRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CancelOTAStrategyByJob')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CancelOTAStrategyByJob','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/CancelOTATaskByDeviceRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class CancelOTATaskByDeviceRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CancelOTATaskByDevice')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CancelOTATaskByDevice','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/CancelOTATaskByJobRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class CancelOTATaskByJobRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CancelOTATaskByJob')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CancelOTATaskByJob','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/ClearEdgeInstanceDriverConfigsRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class ClearEdgeInstanceDriverConfigsRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'ClearEdgeInstanceDriverConfigs')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'ClearEdgeInstanceDriverConfigs','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/CloseEdgeInstanceDeploymentRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class CloseEdgeInstanceDeploymentRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CloseEdgeInstanceDeployment')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CloseEdgeInstanceDeployment','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/CopyThingModelRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class CopyThingModelRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CopyThingModel')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CopyThingModel','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/CreateConsumerGroupRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class CreateConsumerGroupRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CreateConsumerGroup')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CreateConsumerGroup','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/CreateConsumerGroupSubscribeRelationRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class CreateConsumerGroupSubscribeRelationRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CreateConsumerGroupSubscribeRelation')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CreateConsumerGroupSubscribeRelation','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/CreateDataAPIServiceRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class CreateDataAPIServiceRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CreateDataAPIService')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CreateDataAPIService','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-iot/aliyunsdkiot/request/v20180120/CreateDeviceDistributeJobRequest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class CreateDeviceDistributeJobRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CreateDeviceDistributeJob')
26+
RpcRequest.__init__(self, 'Iot', '2018-01-20', 'CreateDeviceDistributeJob','iot')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

0 commit comments

Comments
 (0)