Property | Type | Description | |
---|---|---|---|
$rds | Scalr\Service\Aws\Rds | ||
$versiondate | string |
Method | Description | |
---|---|---|
__construct ( Scalr\Service\Aws\Rds $rds, Scalr\Service\Aws\Client\ClientInterface $client ) | Constructor | |
_loadAvailabilityZoneData ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\AvailabilityZoneData | Loads AvailabilityZoneData from simple xml object | |
_loadDBEngineVersionData ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\DBEngineVersionData | Loads DBEngineVersionData from simple xml object | |
authorizeDBSecurityGroupIngress ( Scalr\Service\Aws\Rds\DataType\DBSecurityGroupIngressRequestData $request ) : Scalr\Service\Aws\Rds\DataType\DBSecurityGroupData | AuthorizeDBSecurityGroupIngress action | |
createDBInstance ( Scalr\Service\Aws\Rds\DataType\CreateDBInstanceRequestData $request ) : |
CreateDBInstance action | |
createDBParameterGroup ( Scalr\Service\Aws\Rds\DataType\DBParameterGroupData $request ) : Scalr\Service\Aws\Rds\DataType\DBParameterGroupData | CreateDBParameterGroup action | |
createDBSecurityGroup ( string $name, string $description ) : Scalr\Service\Aws\Rds\DataType\DBSecurityGroupData | CreateDBSecurityGroup | |
createDBSnapshot ( string $dBInstanceIdentifier, string $dBSnapshotIdentifier ) : |
CreateDBSnapshot | |
createDBSubnetGroup ( Scalr\Service\Aws\Rds\DataType\CreateDBSubnetGroupRequestData $request ) : Scalr\Service\Aws\Rds\DataType\DBSubnetGroupData | Creates a new DB subnet group. | |
deleteDBInstance ( string $dBInstanceIdentifier, boolean $skipFinalSnapshot = null, string $finalDBSnapshotIdentifier = null ) : |
DeleteDBInstance action | |
deleteDBParameterGroup ( string $dBParameterGroupName ) : boolean | DeleteDBParameterGroup action | |
deleteDBSecurityGroup ( string $dBSecurityGroupName ) : boolean | DeleteDBSecurityGroup action | |
deleteDBSnapshot ( string $dBSnapshotIdentifier ) : |
DeleteDBSnapshot action | |
deleteDBSubnetGroup ( string $dBSubnetGroupName ) : boolean | DeleteDBSubnetGroup action Deletes a DB subnet group. | |
describeDBEngineVersions ( Scalr\Service\Aws\Rds\DataType\DescribeDBEngineVersionsData $request = null, string $marker = null, integer $maxRecords = null ) : Scalr\Service\Aws\Rds\DataType\DBEngineVersionList | Returns a list of the available DB engines. | |
describeDBInstances ( string $dbInstanceIdentifier = null, string $marker = null, integer $maxRecords = null ) : Scalr\Service\Aws\Rds\DataType\DBInstanceList | DescribeDBInstances action | |
describeDBParameterGroups ( string $dBParameterGroupName = null, string $marker = null, integer $maxRecords = null ) : Scalr\Service\Aws\Rds\DataType\DBParameterGroupList | DescribeDBParameterGroups action | |
describeDBParameters ( string $dBParameterGroupName, string $source = null, string $marker = null, integer $maxRecords = null ) : Scalr\Service\Aws\Rds\DataType\ParameterList | DescribeDBParameters action | |
describeDBSecurityGroups ( string $dBSecurityGroupName = null, string $marker = null, string $maxRecords = null ) : Scalr\Service\Aws\Rds\DataType\DBSecurityGroupList | DescribeDBSecurityGroups action | |
describeDBSnapshots ( $dBInstanceIdentifier = null, $dBSnapshotIdentifier = null, $snapshotType = null, string $marker = null, integer $maxRecords = null ) : Scalr\Service\Aws\Rds\DataType\DBSnapshotList | DescribeDBSnapshots action | |
describeDBSubnetGroups ( string $dBSubnetGroupName = null, string $marker = null, string $maxRecords = null ) : Scalr\Service\Aws\Rds\DataType\DBSubnetGroupList | Returns a list of DBSubnetGroup descriptions. | |
describeEvents ( |
DescribeEvents action | |
getEntityManager ( ) : Scalr\Service\Aws\EntityManager | Gets an entity manager | |
modifyDBInstance ( Scalr\Service\Aws\Rds\DataType\ModifyDBInstanceRequestData $request ) : |
ModifyDBInstance action | |
modifyDBParameterGroup ( string $dBParameterGroupName, Scalr\Service\Aws\Rds\DataType\ParameterList $parameters ) : string | ModifyDBParameterGroup action | |
modifyDBSubnetGroup ( Scalr\Service\Aws\Rds\DataType\ModifyDBSubnetGroupRequestData $request ) : Scalr\Service\Aws\Rds\DataType\DBSubnetGroupData | Modifies an existing DB subnet group. | |
rebootDBInstance ( string $dBInstanceIdentifier, boolean $forceFailover = null ) : |
RebootDBInstance action | |
resetDBParameterGroup ( string $dBParameterGroupName, Scalr\Service\Aws\Rds\DataType\ParameterList $parameters = null, boolean $resetAllParameters = null ) : string | ResetDBParameterGroup action | |
restoreDBInstanceFromDBSnapshot ( Scalr\Service\Aws\Rds\DataType\RestoreDBInstanceFromDBSnapshotRequestData $request ) : |
RestoreDBInstanceFromDBSnapshot action | |
revokeDBSecurityGroupIngress ( Scalr\Service\Aws\Rds\DataType\DBSecurityGroupIngressRequestData $request ) : Scalr\Service\Aws\Rds\DataType\DBSecurityGroupData | RevokeDBSecurityGroupIngress action |
Method | Description | |
---|---|---|
_loadDBInstanceData ( SimpleXMLElement $sxml ) : |
Loads DBInstanceData from simple xml object | |
_loadDBParameterGroupData ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\DBParameterGroupData | Loads DBParameterGroupData from simple xml object | |
_loadDBParameterGroupStatusList ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\DBParameterGroupStatusList | Loads DBParameterGroupStatusList from simple xml object | |
_loadDBSecurityGroupData ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\DBSecurityGroupData | Loads DBSecurityGroupData from simple xml object | |
_loadDBSecurityGroupMembershipList ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\DBSecurityGroupMembershipList | Loads DBSecurityGroupMembershipList from simple xml object | |
_loadDBSnapshotData ( SimpleXMLElement $sxml ) : |
Loads DBSnapshotData from simple xml object | |
_loadDBSubnetGroupData ( SimpleXMLElement $sxml ) : null | Scalr\Service\Aws\Rds\DataType\DBSubnetGroupData | Loads DBSubnetGroupData from simple xml object | |
_loadEC2SecurityGroupList ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\EC2SecurityGroupList | Loads EC2SecurityGroupList from simple xml object | |
_loadEndpointData ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\EndpointData | Loads EndpointData from simple xml object | |
_loadEventData ( SimpleXMLElement $sxml ) : |
Loads EventData from simple xml object | |
_loadIPRangeList ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\IPRangeList | Loads IPRangeList from simple xml object | |
_loadOptionGroupMembershipData ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\OptionGroupMembershipData | Loads OptionGroupMembershipData from simple xml object | |
_loadParameterData ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\ParameterData | Loads ParameterData from simple xml object | |
_loadPendingModifiedValuesData ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\PendingModifiedValuesData | Loads PendingModifiedValuesData from simple xml object | |
_loadSubnetsList ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\SubnetList | Loads SubnetList from simple xml object | |
_loadVpcSecurityGroupMembershipList ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\VpcSecurityGroupMembershipList | Loads VpcSecurityGroupMembershipList from simple xml object |
public __construct ( Scalr\Service\Aws\Rds $rds, Scalr\Service\Aws\Client\ClientInterface $client ) | ||
$rds | Scalr\Service\Aws\Rds | Rds instance |
$client | Scalr\Service\Aws\Client\ClientInterface | Client Interface |
public _loadAvailabilityZoneData ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\AvailabilityZoneData | ||
$sxml | SimpleXMLElement | |
return | Scalr\Service\Aws\Rds\DataType\AvailabilityZoneData |
public _loadDBEngineVersionData ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\DBEngineVersionData | ||
$sxml | SimpleXMLElement | |
return | Scalr\Service\Aws\Rds\DataType\DBEngineVersionData |
protected _loadDBInstanceData ( SimpleXMLElement $sxml ) : |
||
$sxml | SimpleXMLElement | |
return | Returns DBInstanceData |
protected _loadDBParameterGroupData ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\DBParameterGroupData | ||
$sxml | SimpleXMLElement | |
return | Scalr\Service\Aws\Rds\DataType\DBParameterGroupData | Returns DBParameterGroupData |
protected _loadDBParameterGroupStatusList ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\DBParameterGroupStatusList | ||
$sxml | SimpleXMLElement | |
return | Scalr\Service\Aws\Rds\DataType\DBParameterGroupStatusList | Returns DBParameterGroupStatusList |
protected _loadDBSecurityGroupData ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\DBSecurityGroupData | ||
$sxml | SimpleXMLElement | |
return | Scalr\Service\Aws\Rds\DataType\DBSecurityGroupData | Returns DBSecurityGroupData |
protected _loadDBSecurityGroupMembershipList ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\DBSecurityGroupMembershipList | ||
$sxml | SimpleXMLElement | |
return | Scalr\Service\Aws\Rds\DataType\DBSecurityGroupMembershipList | Returns DBSecurityGroupMembershipList |
protected _loadDBSnapshotData ( SimpleXMLElement $sxml ) : |
||
$sxml | SimpleXMLElement | |
return | Returns DBSnapshotData |
protected _loadDBSubnetGroupData ( SimpleXMLElement $sxml ) : null | Scalr\Service\Aws\Rds\DataType\DBSubnetGroupData | ||
$sxml | SimpleXMLElement | |
return | null | Scalr\Service\Aws\Rds\DataType\DBSubnetGroupData |
protected _loadEC2SecurityGroupList ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\EC2SecurityGroupList | ||
$sxml | SimpleXMLElement | |
return | Scalr\Service\Aws\Rds\DataType\EC2SecurityGroupList | Returns EC2SecurityGroupList |
protected _loadEndpointData ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\EndpointData | ||
$sxml | SimpleXMLElement | |
return | Scalr\Service\Aws\Rds\DataType\EndpointData | Returns EndpointData |
protected _loadEventData ( SimpleXMLElement $sxml ) : |
||
$sxml | SimpleXMLElement | |
return | Returns EventData |
protected _loadIPRangeList ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\IPRangeList | ||
$sxml | SimpleXMLElement | |
return | Scalr\Service\Aws\Rds\DataType\IPRangeList | Returns IPRangeList |
protected _loadOptionGroupMembershipData ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\OptionGroupMembershipData | ||
$sxml | SimpleXMLElement | |
return | Scalr\Service\Aws\Rds\DataType\OptionGroupMembershipData | Returns OptionGroupMembershipData |
protected _loadParameterData ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\ParameterData | ||
$sxml | SimpleXMLElement | |
return | Scalr\Service\Aws\Rds\DataType\ParameterData | Returns ParameterData |
protected _loadPendingModifiedValuesData ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\PendingModifiedValuesData | ||
$sxml | SimpleXMLElement | |
return | Scalr\Service\Aws\Rds\DataType\PendingModifiedValuesData | Returns PendingModifiedValuesData |
protected _loadSubnetsList ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\SubnetList | ||
$sxml | SimpleXMLElement | |
return | Scalr\Service\Aws\Rds\DataType\SubnetList | Returns SubnetList |
protected _loadVpcSecurityGroupMembershipList ( SimpleXMLElement $sxml ) : Scalr\Service\Aws\Rds\DataType\VpcSecurityGroupMembershipList | ||
$sxml | SimpleXMLElement | |
return | Scalr\Service\Aws\Rds\DataType\VpcSecurityGroupMembershipList | Returns VpcSecurityGroupMembershipList |
public authorizeDBSecurityGroupIngress ( Scalr\Service\Aws\Rds\DataType\DBSecurityGroupIngressRequestData $request ) : Scalr\Service\Aws\Rds\DataType\DBSecurityGroupData | ||
$request | Scalr\Service\Aws\Rds\DataType\DBSecurityGroupIngressRequestData | |
return | Scalr\Service\Aws\Rds\DataType\DBSecurityGroupData | Returns DBSecurityGroupData on success or throws an exception. |
public createDBInstance ( Scalr\Service\Aws\Rds\DataType\CreateDBInstanceRequestData $request ) : |
||
$request | Scalr\Service\Aws\Rds\DataType\CreateDBInstanceRequestData | Created DB Instance request object |
return | Returns created DBInstance |
public createDBParameterGroup ( Scalr\Service\Aws\Rds\DataType\DBParameterGroupData $request ) : Scalr\Service\Aws\Rds\DataType\DBParameterGroupData | ||
$request | Scalr\Service\Aws\Rds\DataType\DBParameterGroupData | DBParameterGroupData object to create |
return | Scalr\Service\Aws\Rds\DataType\DBParameterGroupData | Returns DBParameterGroupData on success or throws an exception. |
public createDBSecurityGroup ( string $name, string $description ) : Scalr\Service\Aws\Rds\DataType\DBSecurityGroupData | ||
$name | string | The name for the DB Security Group. This value is stored as a lowercase string |
$description | string | The description for the DB Security Group |
return | Scalr\Service\Aws\Rds\DataType\DBSecurityGroupData | Returns DBSecurityGroupData on success or throws an exception. |
public createDBSnapshot ( string $dBInstanceIdentifier, string $dBSnapshotIdentifier ) : |
||
$dBInstanceIdentifier | string | The DB Instance Identifier |
$dBSnapshotIdentifier | string | The identifier for the DB Snapshot. |
return | Returns DBSnapshotData on success or throws an exception. |
public createDBSubnetGroup ( Scalr\Service\Aws\Rds\DataType\CreateDBSubnetGroupRequestData $request ) : Scalr\Service\Aws\Rds\DataType\DBSubnetGroupData | ||
$request | Scalr\Service\Aws\Rds\DataType\CreateDBSubnetGroupRequestData | |
return | Scalr\Service\Aws\Rds\DataType\DBSubnetGroupData |
public deleteDBInstance ( string $dBInstanceIdentifier, boolean $skipFinalSnapshot = null, string $finalDBSnapshotIdentifier = null ) : |
||
$dBInstanceIdentifier | string | The DB Instance identifier for the DB Instance to be deleted. |
$skipFinalSnapshot | boolean | optional Determines whether a final DB Snapshot is created before the DB Instance is deleted |
$finalDBSnapshotIdentifier | string | optional The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false |
return | Returns created DBInstance |
public deleteDBParameterGroup ( string $dBParameterGroupName ) : boolean | ||
$dBParameterGroupName | string | The name of the DB Parameter Group |
return | boolean | Returns true on success or throws an exception. |
public deleteDBSecurityGroup ( string $dBSecurityGroupName ) : boolean | ||
$dBSecurityGroupName | string | The Name of the DB security group to delete. |
return | boolean | Returns true on success or throws an exception. |
public deleteDBSnapshot ( string $dBSnapshotIdentifier ) : |
||
$dBSnapshotIdentifier | string | The Identifier for the DB Snapshot to delete. |
return | Returns DBSnapshotData on success or throws an exception. |
public deleteDBSubnetGroup ( string $dBSubnetGroupName ) : boolean | ||
$dBSubnetGroupName | string | Subnet group name |
return | boolean | Returns true on success or throws an exception. |
public describeDBEngineVersions ( Scalr\Service\Aws\Rds\DataType\DescribeDBEngineVersionsData $request = null, string $marker = null, integer $maxRecords = null ) : Scalr\Service\Aws\Rds\DataType\DBEngineVersionList | ||
$request | Scalr\Service\Aws\Rds\DataType\DescribeDBEngineVersionsData | |
$marker | string | |
$maxRecords | integer | |
return | Scalr\Service\Aws\Rds\DataType\DBEngineVersionList |
public describeDBInstances ( string $dbInstanceIdentifier = null, string $marker = null, integer $maxRecords = null ) : Scalr\Service\Aws\Rds\DataType\DBInstanceList | ||
$dbInstanceIdentifier | string | optional The user-specified instance identifier. |
$marker | string | optional The response includes only records beyond the marker. |
$maxRecords | integer | optional The maximum number of records to include in the response. |
return | Scalr\Service\Aws\Rds\DataType\DBInstanceList | Returns the list of DB Instances |
public describeDBParameterGroups ( string $dBParameterGroupName = null, string $marker = null, integer $maxRecords = null ) : Scalr\Service\Aws\Rds\DataType\DBParameterGroupList | ||
$dBParameterGroupName | string | optional The name of a specific DB Parameter Group to return details for. |
$marker | string | optional An optional pagination token provided by a previous DescribeDBParameterGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. |
$maxRecords | integer | optional The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results may be retrieved. |
return | Scalr\Service\Aws\Rds\DataType\DBParameterGroupList | Returns DBParameterGroupList on success or throws an exception. |
public describeDBParameters ( string $dBParameterGroupName, string $source = null, string $marker = null, integer $maxRecords = null ) : Scalr\Service\Aws\Rds\DataType\ParameterList | ||
$dBParameterGroupName | string | The name of the DB Parameter Group. |
$source | string | optional The parameter types to return. |
$marker | string | optional An optional pagination token provided by a previous DescribeDBParameterGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. |
$maxRecords | integer | optional The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results may be retrieved. |
return | Scalr\Service\Aws\Rds\DataType\ParameterList | Returns ParameterList on success or throws an exception. |
public describeDBSecurityGroups ( string $dBSecurityGroupName = null, string $marker = null, string $maxRecords = null ) : Scalr\Service\Aws\Rds\DataType\DBSecurityGroupList | ||
$dBSecurityGroupName | string | optional The name of the DB Security Group to return details for. |
$marker | string | optional Pagination token, provided by a previous request. |
$maxRecords | string | optional The maximum number of records to include in the response. |
return | Scalr\Service\Aws\Rds\DataType\DBSecurityGroupList | Returns the list of the DBSecurityGroupData |
public describeDBSnapshots ( $dBInstanceIdentifier = null, $dBSnapshotIdentifier = null, $snapshotType = null, string $marker = null, integer $maxRecords = null ) : Scalr\Service\Aws\Rds\DataType\DBSnapshotList | ||
$marker | string | optional An optional pagination token provided by a previous DescribeDBParameterGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. |
$maxRecords | integer | optional The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results may be retrieved. |
return | Scalr\Service\Aws\Rds\DataType\DBSnapshotList | Returns DBSnapshotList on success or throws an exception. |
public describeDBSubnetGroups ( string $dBSubnetGroupName = null, string $marker = null, string $maxRecords = null ) : Scalr\Service\Aws\Rds\DataType\DBSubnetGroupList | ||
$dBSubnetGroupName | string | optional Subnet group name |
$marker | string | optional Pagination token, provided by a previous request. |
$maxRecords | string | optional The maximum number of records to include in the response. |
return | Scalr\Service\Aws\Rds\DataType\DBSubnetGroupList | Returns the list of the DBSubnetGroupData |
public describeEvents ( |
||
$request | optional Request object. | |
return | Scalr\Service\Aws\Rds\DataType\EventList | Returns EventList on success or throws an exception. |
public getEntityManager ( ) : Scalr\Service\Aws\EntityManager | ||
return | Scalr\Service\Aws\EntityManager |
public modifyDBInstance ( Scalr\Service\Aws\Rds\DataType\ModifyDBInstanceRequestData $request ) : |
||
$request | Scalr\Service\Aws\Rds\DataType\ModifyDBInstanceRequestData | Modify DB Instance request object |
return | Returns modified DBInstance |
public modifyDBParameterGroup ( string $dBParameterGroupName, Scalr\Service\Aws\Rds\DataType\ParameterList $parameters ) : string | ||
$dBParameterGroupName | string | The name of DB Parameter Group to modify. |
$parameters | Scalr\Service\Aws\Rds\DataType\ParameterList | An list of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters may be modified in a single request. Valid Values (for the application method): immediate | pending-reboot |
return | string | Returns DBParameterGroupName on success or throws an exception. |
public modifyDBSubnetGroup ( Scalr\Service\Aws\Rds\DataType\ModifyDBSubnetGroupRequestData $request ) : Scalr\Service\Aws\Rds\DataType\DBSubnetGroupData | ||
$request | Scalr\Service\Aws\Rds\DataType\ModifyDBSubnetGroupRequestData | |
return | Scalr\Service\Aws\Rds\DataType\DBSubnetGroupData |
public rebootDBInstance ( string $dBInstanceIdentifier, boolean $forceFailover = null ) : |
||
$dBInstanceIdentifier | string | The DB Instance identifier. This parameter is stored as a lowercase string |
$forceFailover | boolean | optional When true, the reboot will be conducted through a MultiAZ failover. You cannot specify true if the instance is not configured for MultiAZ. |
return | Returns DBInstance |
public resetDBParameterGroup ( string $dBParameterGroupName, Scalr\Service\Aws\Rds\DataType\ParameterList $parameters = null, boolean $resetAllParameters = null ) : string | ||
$dBParameterGroupName | string | The name of DB Parameter Group to modify. |
$parameters | Scalr\Service\Aws\Rds\DataType\ParameterList | optional An list of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters may be modified in a single request. Valid Values (for the application method): immediate | pending-reboot |
$resetAllParameters | boolean | optional Specifies whether (true) or not (false) to reset all parameters in the DB Parameter Group to default values. |
return | string | Returns DBParameterGroupName on success or throws an exception. |
public restoreDBInstanceFromDBSnapshot ( Scalr\Service\Aws\Rds\DataType\RestoreDBInstanceFromDBSnapshotRequestData $request ) : |
||
$request | Scalr\Service\Aws\Rds\DataType\RestoreDBInstanceFromDBSnapshotRequestData | The request object. |
return | Returns DBInstanceData on success or throws an exception. |
public revokeDBSecurityGroupIngress ( Scalr\Service\Aws\Rds\DataType\DBSecurityGroupIngressRequestData $request ) : Scalr\Service\Aws\Rds\DataType\DBSecurityGroupData | ||
$request | Scalr\Service\Aws\Rds\DataType\DBSecurityGroupIngressRequestData | |
return | Scalr\Service\Aws\Rds\DataType\DBSecurityGroupData | Returns DBSecurityGroupData on success or throws an exception. |