Skip to content

Commit

Permalink
Generated 2014-08-15 for Rds.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Apr 30, 2024
1 parent a048516 commit bd9d176
Show file tree
Hide file tree
Showing 294 changed files with 2,300 additions and 290 deletions.
3 changes: 3 additions & 0 deletions aliyun-python-sdk-rds/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-04-30 Version: 2.7.44
- Generated 2014-08-15 for `Rds`.

2023-08-02 Version: 2.7.43
- Fixed bug.

Expand Down
2 changes: 1 addition & 1 deletion aliyun-python-sdk-rds/aliyunsdkrds/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.7.43'
__version__ = '2.7.44'
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class ActivateMigrationTargetInstanceRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ActivateMigrationTargetInstance')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ActivateMigrationTargetInstance','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class AddTagsToResourceRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AddTagsToResource')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AddTagsToResource','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down Expand Up @@ -61,6 +61,11 @@ def get_Tag1value(self): # String

def set_Tag1value(self, Tag1value): # String
self.add_query_param('Tag.1.value', Tag1value)
def get_ResourceGroupId(self): # String
return self.get_query_params().get('ResourceGroupId')

def set_ResourceGroupId(self, ResourceGroupId): # String
self.add_query_param('ResourceGroupId', ResourceGroupId)
def get_DBInstanceId(self): # String
return self.get_query_params().get('DBInstanceId')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class AllocateInstancePublicConnectionRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateInstancePublicConnection')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateInstancePublicConnection','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class AllocateReadWriteSplittingConnectionRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateReadWriteSplittingConnection')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateReadWriteSplittingConnection','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class AttachWhitelistTemplateToInstanceRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AttachWhitelistTemplateToInstance')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AttachWhitelistTemplateToInstance','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand All @@ -46,6 +46,11 @@ def get_TemplateId(self): # Integer

def set_TemplateId(self, TemplateId): # Integer
self.add_query_param('TemplateId', TemplateId)
def get_ResourceGroupId(self): # String
return self.get_query_params().get('ResourceGroupId')

def set_ResourceGroupId(self, ResourceGroupId): # String
self.add_query_param('ResourceGroupId', ResourceGroupId)
def get_InsName(self): # String
return self.get_query_params().get('InsName')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CalculateDBInstanceWeightRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CalculateDBInstanceWeight')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CalculateDBInstanceWeight','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CancelImportRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CancelImport')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CancelImport','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand All @@ -36,6 +36,21 @@ def get_ResourceOwnerId(self): # Long

def set_ResourceOwnerId(self, ResourceOwnerId): # Long
self.add_query_param('ResourceOwnerId', ResourceOwnerId)
def get_ResourceGroupId(self): # String
return self.get_query_params().get('ResourceGroupId')

def set_ResourceGroupId(self, ResourceGroupId): # String
self.add_query_param('ResourceGroupId', ResourceGroupId)
def get_ImportId(self): # Integer
return self.get_query_params().get('ImportId')

def set_ImportId(self, ImportId): # Integer
self.add_query_param('ImportId', ImportId)
def get_DBInstanceId(self): # String
return self.get_query_params().get('DBInstanceId')

def set_DBInstanceId(self, DBInstanceId): # String
self.add_query_param('DBInstanceId', DBInstanceId)
def get_ResourceOwnerAccount(self): # String
return self.get_query_params().get('ResourceOwnerAccount')

Expand All @@ -51,13 +66,3 @@ def get_OwnerId(self): # Long

def set_OwnerId(self, OwnerId): # Long
self.add_query_param('OwnerId', OwnerId)
def get_ImportId(self): # Integer
return self.get_query_params().get('ImportId')

def set_ImportId(self, ImportId): # Integer
self.add_query_param('ImportId', ImportId)
def get_DBInstanceId(self): # String
return self.get_query_params().get('DBInstanceId')

def set_DBInstanceId(self, DBInstanceId): # String
self.add_query_param('DBInstanceId', DBInstanceId)
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CheckAccountNameAvailableRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckAccountNameAvailable')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckAccountNameAvailable','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CheckCloudResourceAuthorizedRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckCloudResourceAuthorized')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckCloudResourceAuthorized','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CheckCreateDdrDBInstanceRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckCreateDdrDBInstance')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckCreateDdrDBInstance','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CheckDBNameAvailableRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckDBNameAvailable')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckDBNameAvailable','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CheckInstanceExistRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckInstanceExist')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckInstanceExist','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CheckServiceLinkedRoleRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckServiceLinkedRole')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckServiceLinkedRole','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class CloneDBInstanceRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CloneDBInstance')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CloneDBInstance','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down Expand Up @@ -97,6 +97,11 @@ def get_ZoneIdSlave2(self): # String

def set_ZoneIdSlave2(self, ZoneIdSlave2): # String
self.add_query_param('ZoneIdSlave2', ZoneIdSlave2)
def get_IoAccelerationEnabled(self): # String
return self.get_query_params().get('IoAccelerationEnabled')

def set_IoAccelerationEnabled(self, IoAccelerationEnabled): # String
self.add_query_param('IoAccelerationEnabled', IoAccelerationEnabled)
def get_TableMeta(self): # String
return self.get_query_params().get('TableMeta')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CloneParameterGroupRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CloneParameterGroup')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CloneParameterGroup','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class ConfirmNotifyRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ConfirmNotify')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ConfirmNotify','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CopyDatabaseBetweenInstancesRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CopyDatabaseBetweenInstances')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CopyDatabaseBetweenInstances','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CopyDatabaseRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CopyDatabase')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CopyDatabase','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CreateAccountRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateAccount')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateAccount','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CreateBackupRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateBackup')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateBackup','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CreateCloudMigrationPrecheckTaskRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateCloudMigrationPrecheckTask')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateCloudMigrationPrecheckTask','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CreateCloudMigrationTaskRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateCloudMigrationTask')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateCloudMigrationTask','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CreateDBInstanceEndpointAddressRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstanceEndpointAddress')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstanceEndpointAddress','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CreateDBInstanceEndpointRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstanceEndpoint')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstanceEndpoint','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CreateDBInstanceForRebuildRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstanceForRebuild')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstanceForRebuild','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class CreateDBInstanceRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstance')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstance','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down Expand Up @@ -101,6 +101,11 @@ def get_BusinessInfo(self): # String

def set_BusinessInfo(self, BusinessInfo): # String
self.add_query_param('BusinessInfo', BusinessInfo)
def get_WhitelistTemplateList(self): # String
return self.get_query_params().get('WhitelistTemplateList')

def set_WhitelistTemplateList(self, WhitelistTemplateList): # String
self.add_query_param('WhitelistTemplateList', WhitelistTemplateList)
def get_Period(self): # String
return self.get_query_params().get('Period')

Expand Down Expand Up @@ -201,6 +206,16 @@ def get_DBIsIgnoreCase(self): # String

def set_DBIsIgnoreCase(self, DBIsIgnoreCase): # String
self.add_query_param('DBIsIgnoreCase', DBIsIgnoreCase)
def get_IoAccelerationEnabled(self): # String
return self.get_query_params().get('IoAccelerationEnabled')

def set_IoAccelerationEnabled(self, IoAccelerationEnabled): # String
self.add_query_param('IoAccelerationEnabled', IoAccelerationEnabled)
def get_ColdDataEnabled(self): # Boolean
return self.get_query_params().get('ColdDataEnabled')

def set_ColdDataEnabled(self, ColdDataEnabled): # Boolean
self.add_query_param('ColdDataEnabled', ColdDataEnabled)
def get_Engine(self): # String
return self.get_query_params().get('Engine')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CreateDBNodesRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBNodes')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBNodes','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CreateDBProxyEndpointAddressRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBProxyEndpointAddress')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBProxyEndpointAddress','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CreateDatabaseRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDatabase')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDatabase','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CreateDdrInstanceRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDdrInstance')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDdrInstance','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CreateDiagnosticReportRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDiagnosticReport')
RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDiagnosticReport','rds')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
Expand Down

0 comments on commit bd9d176

Please sign in to comment.