Skip to content

Commit 9c98c79

Browse files
committed
AFS SDK Auto Released By shenshi,Version:1.0.1
发布日志: 1, Update Dependency
1 parent d571bc5 commit 9c98c79

18 files changed

+161
-93
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2019-03-18 Version: 1.0.1
2+
1, Update Dependency
3+
14
2018-02-02 Version: 1.0.0
25
1, this version is new of captcha management and nvc analyze
36

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0"
1+
__version__ = "1.0.1"

aliyun-python-sdk-afs/aliyunsdkafs/request/v20180112/AnalyzeNvcRequest.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@
2121
class AnalyzeNvcRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'afs', '2018-01-12', 'AnalyzeNvc')
25-
26-
def get_ResourceOwnerId(self):
27-
return self.get_query_params().get('ResourceOwnerId')
28-
29-
def set_ResourceOwnerId(self,ResourceOwnerId):
30-
self.add_query_param('ResourceOwnerId',ResourceOwnerId)
24+
RpcRequest.__init__(self, 'afs', '2018-01-12', 'AnalyzeNvc','afs')
3125

3226
def get_SourceIp(self):
3327
return self.get_query_params().get('SourceIp')

aliyun-python-sdk-afs/aliyunsdkafs/request/v20180112/AuthenticateSigRequest.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,14 @@
2121
class AuthenticateSigRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'afs', '2018-01-12', 'AuthenticateSig')
24+
RpcRequest.__init__(self, 'afs', '2018-01-12', 'AuthenticateSig','afs')
2525

2626
def get_Sig(self):
2727
return self.get_query_params().get('Sig')
2828

2929
def set_Sig(self,Sig):
3030
self.add_query_param('Sig',Sig)
3131

32-
def get_ResourceOwnerId(self):
33-
return self.get_query_params().get('ResourceOwnerId')
34-
35-
def set_ResourceOwnerId(self,ResourceOwnerId):
36-
self.add_query_param('ResourceOwnerId',ResourceOwnerId)
37-
3832
def get_RemoteIp(self):
3933
return self.get_query_params().get('RemoteIp')
4034

aliyun-python-sdk-afs/aliyunsdkafs/request/v20180112/ConfigurationStyleRequest.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@
2121
class ConfigurationStyleRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'afs', '2018-01-12', 'ConfigurationStyle')
25-
26-
def get_ResourceOwnerId(self):
27-
return self.get_query_params().get('ResourceOwnerId')
28-
29-
def set_ResourceOwnerId(self,ResourceOwnerId):
30-
self.add_query_param('ResourceOwnerId',ResourceOwnerId)
24+
RpcRequest.__init__(self, 'afs', '2018-01-12', 'ConfigurationStyle','afs')
3125

3226
def get_SourceIp(self):
3327
return self.get_query_params().get('SourceIp')
@@ -41,6 +35,12 @@ def get_ConfigurationMethod(self):
4135
def set_ConfigurationMethod(self,ConfigurationMethod):
4236
self.add_query_param('ConfigurationMethod',ConfigurationMethod)
4337

38+
def get_RefExtId(self):
39+
return self.get_query_params().get('RefExtId')
40+
41+
def set_RefExtId(self,RefExtId):
42+
self.add_query_param('RefExtId',RefExtId)
43+
4444
def get_ApplyType(self):
4545
return self.get_query_params().get('ApplyType')
4646

aliyun-python-sdk-afs/aliyunsdkafs/request/v20180112/CreateConfigurationRequest.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@
2121
class CreateConfigurationRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'afs', '2018-01-12', 'CreateConfiguration')
25-
26-
def get_ResourceOwnerId(self):
27-
return self.get_query_params().get('ResourceOwnerId')
28-
29-
def set_ResourceOwnerId(self,ResourceOwnerId):
30-
self.add_query_param('ResourceOwnerId',ResourceOwnerId)
24+
RpcRequest.__init__(self, 'afs', '2018-01-12', 'CreateConfiguration','afs')
3125

3226
def get_SourceIp(self):
3327
return self.get_query_params().get('SourceIp')

aliyun-python-sdk-afs/aliyunsdkafs/request/v20180112/DescribeCaptchaDayRequest.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@
2121
class DescribeCaptchaDayRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'afs', '2018-01-12', 'DescribeCaptchaDay')
25-
26-
def get_ResourceOwnerId(self):
27-
return self.get_query_params().get('ResourceOwnerId')
28-
29-
def set_ResourceOwnerId(self,ResourceOwnerId):
30-
self.add_query_param('ResourceOwnerId',ResourceOwnerId)
24+
RpcRequest.__init__(self, 'afs', '2018-01-12', 'DescribeCaptchaDay','afs')
3125

3226
def get_SourceIp(self):
3327
return self.get_query_params().get('SourceIp')
@@ -41,6 +35,12 @@ def get_ConfigName(self):
4135
def set_ConfigName(self,ConfigName):
4236
self.add_query_param('ConfigName',ConfigName)
4337

38+
def get_RefExtId(self):
39+
return self.get_query_params().get('RefExtId')
40+
41+
def set_RefExtId(self,RefExtId):
42+
self.add_query_param('RefExtId',RefExtId)
43+
4444
def get_Time(self):
4545
return self.get_query_params().get('Time')
4646

aliyun-python-sdk-afs/aliyunsdkafs/request/v20180112/DescribeCaptchaIpCityRequest.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@
2121
class DescribeCaptchaIpCityRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'afs', '2018-01-12', 'DescribeCaptchaIpCity')
25-
26-
def get_ResourceOwnerId(self):
27-
return self.get_query_params().get('ResourceOwnerId')
28-
29-
def set_ResourceOwnerId(self,ResourceOwnerId):
30-
self.add_query_param('ResourceOwnerId',ResourceOwnerId)
24+
RpcRequest.__init__(self, 'afs', '2018-01-12', 'DescribeCaptchaIpCity','afs')
3125

3226
def get_SourceIp(self):
3327
return self.get_query_params().get('SourceIp')
@@ -41,6 +35,12 @@ def get_ConfigName(self):
4135
def set_ConfigName(self,ConfigName):
4236
self.add_query_param('ConfigName',ConfigName)
4337

38+
def get_RefExtId(self):
39+
return self.get_query_params().get('RefExtId')
40+
41+
def set_RefExtId(self,RefExtId):
42+
self.add_query_param('RefExtId',RefExtId)
43+
4444
def get_Time(self):
4545
return self.get_query_params().get('Time')
4646

aliyun-python-sdk-afs/aliyunsdkafs/request/v20180112/DescribeCaptchaMinRequest.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@
2121
class DescribeCaptchaMinRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'afs', '2018-01-12', 'DescribeCaptchaMin')
25-
26-
def get_ResourceOwnerId(self):
27-
return self.get_query_params().get('ResourceOwnerId')
28-
29-
def set_ResourceOwnerId(self,ResourceOwnerId):
30-
self.add_query_param('ResourceOwnerId',ResourceOwnerId)
24+
RpcRequest.__init__(self, 'afs', '2018-01-12', 'DescribeCaptchaMin','afs')
3125

3226
def get_SourceIp(self):
3327
return self.get_query_params().get('SourceIp')
@@ -41,6 +35,12 @@ def get_ConfigName(self):
4135
def set_ConfigName(self,ConfigName):
4236
self.add_query_param('ConfigName',ConfigName)
4337

38+
def get_RefExtId(self):
39+
return self.get_query_params().get('RefExtId')
40+
41+
def set_RefExtId(self,RefExtId):
42+
self.add_query_param('RefExtId',RefExtId)
43+
4444
def get_Time(self):
4545
return self.get_query_params().get('Time')
4646

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
#
12+
#
13+
# Unless required by applicable law or agreed to in writing,
14+
# software distributed under the License is distributed on an
15+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
# KIND, either express or implied. See the License for the
17+
# specific language governing permissions and limitations
18+
# under the License.
19+
20+
from aliyunsdkcore.request import RpcRequest
21+
class DescribeCaptchaOrderRequest(RpcRequest):
22+
23+
def __init__(self):
24+
RpcRequest.__init__(self, 'afs', '2018-01-12', 'DescribeCaptchaOrder','afs')
25+
26+
def get_SourceIp(self):
27+
return self.get_query_params().get('SourceIp')
28+
29+
def set_SourceIp(self,SourceIp):
30+
self.add_query_param('SourceIp',SourceIp)
31+
32+
def get_Lang(self):
33+
return self.get_query_params().get('Lang')
34+
35+
def set_Lang(self,Lang):
36+
self.add_query_param('Lang',Lang)

0 commit comments

Comments
 (0)