File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1919# Access Key
2020ACTION_DESCRIBE_ACCESS_KEYS = "DescribeAccessKeys"
2121
22+ # User
23+ ACTION_DESCRIBE_SUB_USERS = "DescribeSubUsers"
24+ ACTION_CREATE_SUB_USER = "CreateSubUser"
25+ ACTION_MODIFY_SUB_USER_ATTRIBUTES = "ModifySubUserAttributes"
26+ ACTION_DELETE_SUB_USERS = "DeleteSubUsers"
27+ ACTION_RESTORE_SUB_USERS = "RestoreSubUsers"
28+
2229# Notification Center
2330ACTION_DESCRIBE_NOTIFICATION_CENTER_USER_POSTS = "DescribeNotificationCenterUserPosts"
2431ACTION_CREATE_NOTIFICATION_LIST = "CreateNotificationList"
Original file line number Diff line number Diff line change 1414
1515setup (
1616 name = 'qingcloud-sdk' ,
17- version = '1.2.10 ' ,
17+ version = '1.2.11 ' ,
1818 description = 'Software Development Kit for QingCloud.' ,
1919 long_description = open ('README.rst' , 'rb' ).read ().decode ('utf-8' ),
2020 keywords = 'qingcloud iaas qingstor sdk' ,
You can’t perform that action at this time.
0 commit comments