Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBClustersClient ¶ added in v0.25.0
type DBClustersClient struct { DescribeDBClustersCall struct { CallCount int Returns struct { Output *awsrds.DescribeDBClustersOutput Error error } } DeleteDBClusterCall struct { CallCount int Receives struct { Input *awsrds.DeleteDBClusterInput } Returns struct { Output *awsrds.DeleteDBClusterOutput Error error } } }
func (*DBClustersClient) DeleteDBCluster ¶ added in v0.25.0
func (d *DBClustersClient) DeleteDBCluster(input *awsrds.DeleteDBClusterInput) (*awsrds.DeleteDBClusterOutput, error)
func (*DBClustersClient) DescribeDBClusters ¶ added in v0.25.0
func (d *DBClustersClient) DescribeDBClusters(input *awsrds.DescribeDBClustersInput) (*awsrds.DescribeDBClustersOutput, error)
type DBInstancesClient ¶
type DBInstancesClient struct { DescribeDBInstancesCall struct { CallCount int Returns struct { Output *awsrds.DescribeDBInstancesOutput Error error } } DeleteDBInstanceCall struct { CallCount int Receives struct { Input *awsrds.DeleteDBInstanceInput } Returns struct { Output *awsrds.DeleteDBInstanceOutput Error error } } }
func (*DBInstancesClient) DeleteDBInstance ¶
func (d *DBInstancesClient) DeleteDBInstance(input *awsrds.DeleteDBInstanceInput) (*awsrds.DeleteDBInstanceOutput, error)
func (*DBInstancesClient) DescribeDBInstances ¶
func (d *DBInstancesClient) DescribeDBInstances(input *awsrds.DescribeDBInstancesInput) (*awsrds.DescribeDBInstancesOutput, error)
type DBSubnetGroupsClient ¶
type DBSubnetGroupsClient struct { DescribeDBSubnetGroupsCall struct { CallCount int Returns struct { Output *awsrds.DescribeDBSubnetGroupsOutput Error error } } DeleteDBSubnetGroupCall struct { CallCount int Receives struct { Input *awsrds.DeleteDBSubnetGroupInput } Returns struct { Output *awsrds.DeleteDBSubnetGroupOutput Error error } } }
func (*DBSubnetGroupsClient) DeleteDBSubnetGroup ¶
func (d *DBSubnetGroupsClient) DeleteDBSubnetGroup(input *awsrds.DeleteDBSubnetGroupInput) (*awsrds.DeleteDBSubnetGroupOutput, error)
func (*DBSubnetGroupsClient) DescribeDBSubnetGroups ¶
func (d *DBSubnetGroupsClient) DescribeDBSubnetGroups(input *awsrds.DescribeDBSubnetGroupsInput) (*awsrds.DescribeDBSubnetGroupsOutput, error)
Click to show internal directories.
Click to hide internal directories.