Skip to content

Commit 3a1a47e

Browse files
committed
CLOUDAPI SDK Auto Released By jialiang.bjl,Version:4.8.2
发布日志: 1, release new version
1 parent 031a413 commit 3a1a47e

File tree

125 files changed

+1207
-100
lines changed

Some content is hidden

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

125 files changed

+1207
-100
lines changed

aliyun-python-sdk-cloudapi/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2019-01-23 Version: 4.8.2
2+
1, release new version
3+
14
2019-01-23 Version: 3.8.2
25
1, Add model relevant parameter
36
1, Add plugin relevant parameter
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.8.2"
1+
__version__ = "4.8.2"

aliyun-python-sdk-cloudapi/aliyunsdkcloudapi/request/v20160714/AbolishApiRequest.py

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

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'CloudAPI', '2016-07-14', 'AbolishApi')
24+
RpcRequest.__init__(self, 'CloudAPI', '2016-07-14', 'AbolishApi','apigateway')
2525

2626
def get_StageName(self):
2727
return self.get_query_params().get('StageName')
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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 AddCatalogRelationRequest(RpcRequest):
22+
23+
def __init__(self):
24+
RpcRequest.__init__(self, 'CloudAPI', '2016-07-14', 'AddCatalogRelation','apigateway')
25+
26+
def get_CatalogId(self):
27+
return self.get_query_params().get('CatalogId')
28+
29+
def set_CatalogId(self,CatalogId):
30+
self.add_query_param('CatalogId',CatalogId)
31+
32+
def get_SecurityToken(self):
33+
return self.get_query_params().get('SecurityToken')
34+
35+
def set_SecurityToken(self,SecurityToken):
36+
self.add_query_param('SecurityToken',SecurityToken)
37+
38+
def get_ApiId(self):
39+
return self.get_query_params().get('ApiId')
40+
41+
def set_ApiId(self,ApiId):
42+
self.add_query_param('ApiId',ApiId)
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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 AddCatalogRelationsRequest(RpcRequest):
22+
23+
def __init__(self):
24+
RpcRequest.__init__(self, 'CloudAPI', '2016-07-14', 'AddCatalogRelations','apigateway')
25+
26+
def get_CatalogId(self):
27+
return self.get_query_params().get('CatalogId')
28+
29+
def set_CatalogId(self,CatalogId):
30+
self.add_query_param('CatalogId',CatalogId)
31+
32+
def get_SecurityToken(self):
33+
return self.get_query_params().get('SecurityToken')
34+
35+
def set_SecurityToken(self,SecurityToken):
36+
self.add_query_param('SecurityToken',SecurityToken)
37+
38+
def get_ApiIds(self):
39+
return self.get_query_params().get('ApiIds')
40+
41+
def set_ApiIds(self,ApiIds):
42+
self.add_query_param('ApiIds',ApiIds)

aliyun-python-sdk-cloudapi/aliyunsdkcloudapi/request/v20160714/AddIpControlPolicyItemRequest.py

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

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'CloudAPI', '2016-07-14', 'AddIpControlPolicyItem')
24+
RpcRequest.__init__(self, 'CloudAPI', '2016-07-14', 'AddIpControlPolicyItem','apigateway')
2525

2626
def get_IpControlId(self):
2727
return self.get_query_params().get('IpControlId')

aliyun-python-sdk-cloudapi/aliyunsdkcloudapi/request/v20160714/AddTrafficSpecialControlRequest.py

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

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'CloudAPI', '2016-07-14', 'AddTrafficSpecialControl')
24+
RpcRequest.__init__(self, 'CloudAPI', '2016-07-14', 'AddTrafficSpecialControl','apigateway')
2525

2626
def get_TrafficControlId(self):
2727
return self.get_query_params().get('TrafficControlId')
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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 AttachPluginRequest(RpcRequest):
22+
23+
def __init__(self):
24+
RpcRequest.__init__(self, 'CloudAPI', '2016-07-14', 'AttachPlugin','apigateway')
25+
26+
def get_StageName(self):
27+
return self.get_query_params().get('StageName')
28+
29+
def set_StageName(self,StageName):
30+
self.add_query_param('StageName',StageName)
31+
32+
def get_SecurityToken(self):
33+
return self.get_query_params().get('SecurityToken')
34+
35+
def set_SecurityToken(self,SecurityToken):
36+
self.add_query_param('SecurityToken',SecurityToken)
37+
38+
def get_PluginId(self):
39+
return self.get_query_params().get('PluginId')
40+
41+
def set_PluginId(self,PluginId):
42+
self.add_query_param('PluginId',PluginId)
43+
44+
def get_GroupId(self):
45+
return self.get_query_params().get('GroupId')
46+
47+
def set_GroupId(self,GroupId):
48+
self.add_query_param('GroupId',GroupId)
49+
50+
def get_ApiId(self):
51+
return self.get_query_params().get('ApiId')
52+
53+
def set_ApiId(self,ApiId):
54+
self.add_query_param('ApiId',ApiId)
55+
56+
def get_ApiIds(self):
57+
return self.get_query_params().get('ApiIds')
58+
59+
def set_ApiIds(self,ApiIds):
60+
self.add_query_param('ApiIds',ApiIds)
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 ClearCatalogRelationsRequest(RpcRequest):
22+
23+
def __init__(self):
24+
RpcRequest.__init__(self, 'CloudAPI', '2016-07-14', 'ClearCatalogRelations','apigateway')
25+
26+
def get_CatalogId(self):
27+
return self.get_query_params().get('CatalogId')
28+
29+
def set_CatalogId(self,CatalogId):
30+
self.add_query_param('CatalogId',CatalogId)
31+
32+
def get_SecurityToken(self):
33+
return self.get_query_params().get('SecurityToken')
34+
35+
def set_SecurityToken(self,SecurityToken):
36+
self.add_query_param('SecurityToken',SecurityToken)

aliyun-python-sdk-cloudapi/aliyunsdkcloudapi/request/v20160714/CreateApiGroupRequest.py

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

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'CloudAPI', '2016-07-14', 'CreateApiGroup')
24+
RpcRequest.__init__(self, 'CloudAPI', '2016-07-14', 'CreateApiGroup','apigateway')
2525

2626
def get_SecurityToken(self):
2727
return self.get_query_params().get('SecurityToken')

0 commit comments

Comments
 (0)