Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DbClustersClient ¶ added in v0.57.0
type DbClustersClient struct { DeleteDBClusterCall struct { sync.Mutex CallCount int Receives struct { DeleteDBClusterInput *awsrds.DeleteDBClusterInput } Returns struct { DeleteDBClusterOutput *awsrds.DeleteDBClusterOutput Error error } Stub func(*awsrds.DeleteDBClusterInput) (*awsrds.DeleteDBClusterOutput, error) } DescribeDBClustersCall struct { sync.Mutex CallCount int Receives struct { DescribeDBClustersInput *awsrds.DescribeDBClustersInput } Returns struct { DescribeDBClustersOutput *awsrds.DescribeDBClustersOutput Error error } Stub func(*awsrds.DescribeDBClustersInput) (*awsrds.DescribeDBClustersOutput, error) } }
func (*DbClustersClient) DeleteDBCluster ¶ added in v0.57.0
func (f *DbClustersClient) DeleteDBCluster(param1 *awsrds.DeleteDBClusterInput) (*awsrds.DeleteDBClusterOutput, error)
func (*DbClustersClient) DescribeDBClusters ¶ added in v0.57.0
func (f *DbClustersClient) DescribeDBClusters(param1 *awsrds.DescribeDBClustersInput) (*awsrds.DescribeDBClustersOutput, error)
type DbInstancesClient ¶ added in v0.57.0
type DbInstancesClient struct { DeleteDBInstanceCall struct { sync.Mutex CallCount int Receives struct { DeleteDBInstanceInput *awsrds.DeleteDBInstanceInput } Returns struct { DeleteDBInstanceOutput *awsrds.DeleteDBInstanceOutput Error error } Stub func(*awsrds.DeleteDBInstanceInput) (*awsrds.DeleteDBInstanceOutput, error) } DescribeDBInstancesCall struct { sync.Mutex CallCount int Receives struct { DescribeDBInstancesInput *awsrds.DescribeDBInstancesInput } Returns struct { DescribeDBInstancesOutput *awsrds.DescribeDBInstancesOutput Error error } Stub func(*awsrds.DescribeDBInstancesInput) (*awsrds.DescribeDBInstancesOutput, error) } }
func (*DbInstancesClient) DeleteDBInstance ¶ added in v0.57.0
func (f *DbInstancesClient) DeleteDBInstance(param1 *awsrds.DeleteDBInstanceInput) (*awsrds.DeleteDBInstanceOutput, error)
func (*DbInstancesClient) DescribeDBInstances ¶ added in v0.57.0
func (f *DbInstancesClient) DescribeDBInstances(param1 *awsrds.DescribeDBInstancesInput) (*awsrds.DescribeDBInstancesOutput, error)
type DbSubnetGroupsClient ¶ added in v0.57.0
type DbSubnetGroupsClient struct { DeleteDBSubnetGroupCall struct { sync.Mutex CallCount int Receives struct { DeleteDBSubnetGroupInput *awsrds.DeleteDBSubnetGroupInput } Returns struct { DeleteDBSubnetGroupOutput *awsrds.DeleteDBSubnetGroupOutput Error error } Stub func(*awsrds.DeleteDBSubnetGroupInput) (*awsrds.DeleteDBSubnetGroupOutput, error) } DescribeDBSubnetGroupsCall struct { sync.Mutex CallCount int Receives struct { DescribeDBSubnetGroupsInput *awsrds.DescribeDBSubnetGroupsInput } Returns struct { DescribeDBSubnetGroupsOutput *awsrds.DescribeDBSubnetGroupsOutput Error error } Stub func(*awsrds.DescribeDBSubnetGroupsInput) (*awsrds.DescribeDBSubnetGroupsOutput, error) } }
func (*DbSubnetGroupsClient) DeleteDBSubnetGroup ¶ added in v0.57.0
func (f *DbSubnetGroupsClient) DeleteDBSubnetGroup(param1 *awsrds.DeleteDBSubnetGroupInput) (*awsrds.DeleteDBSubnetGroupOutput, error)
func (*DbSubnetGroupsClient) DescribeDBSubnetGroups ¶ added in v0.57.0
func (f *DbSubnetGroupsClient) DescribeDBSubnetGroups(param1 *awsrds.DescribeDBSubnetGroupsInput) (*awsrds.DescribeDBSubnetGroupsOutput, error)
Click to show internal directories.
Click to hide internal directories.