Skip to content

Commit 414b01d

Browse files
author
admin
committed
Generated 2015-07-01 for Aas
1 parent 0a1085d commit 414b01d

33 files changed

+821
-99
lines changed

aliyun-python-sdk-aas/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2019-05-17 Version: 1.10.1
2+
- Generated 2015-07-01 for `Aas`
3+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.1'
1+
__version__ = '1.10.1'

aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAccessKeyForAccountRequest.py

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

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateAccessKeyForAccount')
25-
26-
def get_PK(self):
27-
return self.get_query_params().get('PK')
28-
29-
def set_PK(self,PK):
30-
self.add_query_param('PK',PK)
31-
32-
def get_AKSecret(self):
33-
return self.get_query_params().get('AKSecret')
34-
35-
def set_AKSecret(self,AKSecret):
36-
self.add_query_param('AKSecret',AKSecret)
24+
RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateAccessKeyForAccount')
25+
26+
def get_AKSecret(self):
27+
return self.get_query_params().get('AKSecret')
28+
29+
def set_AKSecret(self,AKSecret):
30+
self.add_query_param('AKSecret',AKSecret)
31+
32+
def get_PK(self):
33+
return self.get_query_params().get('PK')
34+
35+
def set_PK(self,PK):
36+
self.add_query_param('PK',PK)

aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAliyunAccountRequest.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
class CreateAliyunAccountRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateAliyunAccount')
25-
26-
def get_AliyunId(self):
27-
return self.get_query_params().get('AliyunId')
28-
29-
def set_AliyunId(self,AliyunId):
24+
RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateAliyunAccount')
25+
26+
def get_AliyunId(self):
27+
return self.get_query_params().get('AliyunId')
28+
29+
def set_AliyunId(self,AliyunId):
3030
self.add_query_param('AliyunId',AliyunId)
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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 CreateAliyunAccountWithBindHidRequest(RpcRequest):
22+
23+
def __init__(self):
24+
RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateAliyunAccountWithBindHid')
25+
26+
def get_InnerAccountHid(self):
27+
return self.get_query_params().get('InnerAccountHid')
28+
29+
def set_InnerAccountHid(self,InnerAccountHid):
30+
self.add_query_param('InnerAccountHid',InnerAccountHid)
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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 CreateIntlAliyunAccountRequest(RpcRequest):
22+
23+
def __init__(self):
24+
RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateIntlAliyunAccount')
25+
26+
def get_NationalityCode(self):
27+
return self.get_query_params().get('NationalityCode')
28+
29+
def set_NationalityCode(self,NationalityCode):
30+
self.add_query_param('NationalityCode',NationalityCode)
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 CreateShortTermAccessKeyForAccountRequest(RpcRequest):
22+
23+
def __init__(self):
24+
RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateShortTermAccessKeyForAccount')
25+
26+
def get_ExpireTime(self):
27+
return self.get_query_params().get('ExpireTime')
28+
29+
def set_ExpireTime(self,ExpireTime):
30+
self.add_query_param('ExpireTime',ExpireTime)
31+
32+
def get_IsMfaPresent(self):
33+
return self.get_query_params().get('IsMfaPresent')
34+
35+
def set_IsMfaPresent(self,IsMfaPresent):
36+
self.add_query_param('IsMfaPresent',IsMfaPresent)
37+
38+
def get_PK(self):
39+
return self.get_query_params().get('PK')
40+
41+
def set_PK(self,PK):
42+
self.add_query_param('PK',PK)

aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/DeleteAccessKeyForAccountRequest.py

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

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'Aas', '2015-07-01', 'DeleteAccessKeyForAccount')
25-
26-
def get_PK(self):
27-
return self.get_query_params().get('PK')
28-
29-
def set_PK(self,PK):
30-
self.add_query_param('PK',PK)
31-
32-
def get_AKId(self):
33-
return self.get_query_params().get('AKId')
34-
35-
def set_AKId(self,AKId):
36-
self.add_query_param('AKId',AKId)
24+
RpcRequest.__init__(self, 'Aas', '2015-07-01', 'DeleteAccessKeyForAccount')
25+
26+
def get_AKId(self):
27+
return self.get_query_params().get('AKId')
28+
29+
def set_AKId(self,AKId):
30+
self.add_query_param('AKId',AKId)
31+
32+
def get_PK(self):
33+
return self.get_query_params().get('PK')
34+
35+
def set_PK(self,PK):
36+
self.add_query_param('PK',PK)
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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 GenerateAccountLoginTokenRequest(RpcRequest):
22+
23+
def __init__(self):
24+
RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GenerateAccountLoginToken')
25+
26+
def get_TargetPk(self):
27+
return self.get_query_params().get('TargetPk')
28+
29+
def set_TargetPk(self,TargetPk):
30+
self.add_query_param('TargetPk',TargetPk)
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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 GetAccountKinshipInfoByPKRequest(RpcRequest):
22+
23+
def __init__(self):
24+
RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetAccountKinshipInfoByPK')
25+
26+
def get_PK(self):
27+
return self.get_query_params().get('PK')
28+
29+
def set_PK(self,PK):
30+
self.add_query_param('PK',PK)
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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 GetAliyunAccountWithBindHidRequest(RpcRequest):
22+
23+
def __init__(self):
24+
RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetAliyunAccountWithBindHid')
25+
26+
def get_InnerAccountHid(self):
27+
return self.get_query_params().get('InnerAccountHid')
28+
29+
def set_InnerAccountHid(self,InnerAccountHid):
30+
self.add_query_param('InnerAccountHid',InnerAccountHid)
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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 GetAliyunAccountWithBindTaobaoHidRequest(RpcRequest):
22+
23+
def __init__(self):
24+
RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetAliyunAccountWithBindTaobaoHid')
25+
26+
def get_HavanaId(self):
27+
return self.get_query_params().get('HavanaId')
28+
29+
def set_HavanaId(self,HavanaId):
30+
self.add_query_param('HavanaId',HavanaId)
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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 GetBasicAccountInfoByHavanaIdRequest(RpcRequest):
22+
23+
def __init__(self):
24+
RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetBasicAccountInfoByHavanaId')
25+
26+
def get_HavanaId(self):
27+
return self.get_query_params().get('HavanaId')
28+
29+
def set_HavanaId(self,HavanaId):
30+
self.add_query_param('HavanaId',HavanaId)
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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 GetBasicAccountInfoByPkRequest(RpcRequest):
22+
23+
def __init__(self):
24+
RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetBasicAccountInfoByPk')
25+
26+
def get_PK(self):
27+
return self.get_query_params().get('PK')
28+
29+
def set_PK(self,PK):
30+
self.add_query_param('PK',PK)

0 commit comments

Comments
 (0)