neptunedouble

package
v0.0.0-...-8548fdf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00 For SDKVersion 1.28.13 Package neptunedouble contains test double implementation of neptuneiface.NeptuneAPI

Package neptunedouble provides a TestDouble implementation of neptuneiface.NeptuneAPI

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NeptuneDouble

type NeptuneDouble struct {
	neptuneiface.NeptuneAPI
	*awsdouble.AWSTestDouble
}

NeptuneDouble is TestDouble for neptuneiface.NeptuneAPI

func NewDouble

func NewDouble(t godouble.T, configurators ...func(*awsdouble.AWSTestDouble)) *NeptuneDouble

Constructor for NeptuneDouble Default configuration will ensure

  • API operations not explicitly stubbed will return an empty output struct pointer, and nil error. To simulate long polling, "Poll" operations will return these values after a random delay of up to 100ms.

  • WithContext methods implement a 'Fake' method that returns a cancellation error if the context is cancelled before the method is called.

  • Pages and PagesWithContext methods similarly implement a 'Fake' method that paginates over the underlying method.

    This allows tests to only stub the simple api methods and be generally unconcerned whether the SUT is using the Context or Pagination forms of the API.

func (*NeptuneDouble) AddRoleToDBCluster

func (*NeptuneDouble) AddRoleToDBClusterRequest

func (d *NeptuneDouble) AddRoleToDBClusterRequest(i0 *neptune.AddRoleToDBClusterInput) (r0 *request.Request, r1 *neptune.AddRoleToDBClusterOutput)

func (*NeptuneDouble) AddRoleToDBClusterWithContext

func (d *NeptuneDouble) AddRoleToDBClusterWithContext(i0 context.Context, i1 *neptune.AddRoleToDBClusterInput, i2 ...request.Option) (r0 *neptune.AddRoleToDBClusterOutput, r1 error)

func (*NeptuneDouble) AddTagsToResource

func (*NeptuneDouble) AddTagsToResourceRequest

func (d *NeptuneDouble) AddTagsToResourceRequest(i0 *neptune.AddTagsToResourceInput) (r0 *request.Request, r1 *neptune.AddTagsToResourceOutput)

func (*NeptuneDouble) AddTagsToResourceWithContext

func (d *NeptuneDouble) AddTagsToResourceWithContext(i0 context.Context, i1 *neptune.AddTagsToResourceInput, i2 ...request.Option) (r0 *neptune.AddTagsToResourceOutput, r1 error)

func (*NeptuneDouble) CopyDBClusterParameterGroup

func (*NeptuneDouble) CopyDBClusterParameterGroupWithContext

func (d *NeptuneDouble) CopyDBClusterParameterGroupWithContext(i0 context.Context, i1 *neptune.CopyDBClusterParameterGroupInput, i2 ...request.Option) (r0 *neptune.CopyDBClusterParameterGroupOutput, r1 error)

func (*NeptuneDouble) CopyDBClusterSnapshot

func (*NeptuneDouble) CopyDBClusterSnapshotRequest

func (d *NeptuneDouble) CopyDBClusterSnapshotRequest(i0 *neptune.CopyDBClusterSnapshotInput) (r0 *request.Request, r1 *neptune.CopyDBClusterSnapshotOutput)

func (*NeptuneDouble) CopyDBClusterSnapshotWithContext

func (d *NeptuneDouble) CopyDBClusterSnapshotWithContext(i0 context.Context, i1 *neptune.CopyDBClusterSnapshotInput, i2 ...request.Option) (r0 *neptune.CopyDBClusterSnapshotOutput, r1 error)

func (*NeptuneDouble) CopyDBParameterGroup

func (*NeptuneDouble) CopyDBParameterGroupRequest

func (d *NeptuneDouble) CopyDBParameterGroupRequest(i0 *neptune.CopyDBParameterGroupInput) (r0 *request.Request, r1 *neptune.CopyDBParameterGroupOutput)

func (*NeptuneDouble) CopyDBParameterGroupWithContext

func (d *NeptuneDouble) CopyDBParameterGroupWithContext(i0 context.Context, i1 *neptune.CopyDBParameterGroupInput, i2 ...request.Option) (r0 *neptune.CopyDBParameterGroupOutput, r1 error)

func (*NeptuneDouble) CreateDBCluster

func (*NeptuneDouble) CreateDBClusterRequest

func (d *NeptuneDouble) CreateDBClusterRequest(i0 *neptune.CreateDBClusterInput) (r0 *request.Request, r1 *neptune.CreateDBClusterOutput)

func (*NeptuneDouble) CreateDBClusterSnapshot

func (*NeptuneDouble) CreateDBClusterSnapshotRequest

func (*NeptuneDouble) CreateDBClusterSnapshotWithContext

func (d *NeptuneDouble) CreateDBClusterSnapshotWithContext(i0 context.Context, i1 *neptune.CreateDBClusterSnapshotInput, i2 ...request.Option) (r0 *neptune.CreateDBClusterSnapshotOutput, r1 error)

func (*NeptuneDouble) CreateDBClusterWithContext

func (d *NeptuneDouble) CreateDBClusterWithContext(i0 context.Context, i1 *neptune.CreateDBClusterInput, i2 ...request.Option) (r0 *neptune.CreateDBClusterOutput, r1 error)

func (*NeptuneDouble) CreateDBInstance

func (*NeptuneDouble) CreateDBInstanceRequest

func (d *NeptuneDouble) CreateDBInstanceRequest(i0 *neptune.CreateDBInstanceInput) (r0 *request.Request, r1 *neptune.CreateDBInstanceOutput)

func (*NeptuneDouble) CreateDBInstanceWithContext

func (d *NeptuneDouble) CreateDBInstanceWithContext(i0 context.Context, i1 *neptune.CreateDBInstanceInput, i2 ...request.Option) (r0 *neptune.CreateDBInstanceOutput, r1 error)

func (*NeptuneDouble) CreateDBParameterGroup

func (*NeptuneDouble) CreateDBParameterGroupRequest

func (d *NeptuneDouble) CreateDBParameterGroupRequest(i0 *neptune.CreateDBParameterGroupInput) (r0 *request.Request, r1 *neptune.CreateDBParameterGroupOutput)

func (*NeptuneDouble) CreateDBParameterGroupWithContext

func (d *NeptuneDouble) CreateDBParameterGroupWithContext(i0 context.Context, i1 *neptune.CreateDBParameterGroupInput, i2 ...request.Option) (r0 *neptune.CreateDBParameterGroupOutput, r1 error)

func (*NeptuneDouble) CreateDBSubnetGroup

func (*NeptuneDouble) CreateDBSubnetGroupRequest

func (d *NeptuneDouble) CreateDBSubnetGroupRequest(i0 *neptune.CreateDBSubnetGroupInput) (r0 *request.Request, r1 *neptune.CreateDBSubnetGroupOutput)

func (*NeptuneDouble) CreateDBSubnetGroupWithContext

func (d *NeptuneDouble) CreateDBSubnetGroupWithContext(i0 context.Context, i1 *neptune.CreateDBSubnetGroupInput, i2 ...request.Option) (r0 *neptune.CreateDBSubnetGroupOutput, r1 error)

func (*NeptuneDouble) CreateEventSubscription

func (*NeptuneDouble) CreateEventSubscriptionRequest

func (*NeptuneDouble) CreateEventSubscriptionWithContext

func (d *NeptuneDouble) CreateEventSubscriptionWithContext(i0 context.Context, i1 *neptune.CreateEventSubscriptionInput, i2 ...request.Option) (r0 *neptune.CreateEventSubscriptionOutput, r1 error)

func (*NeptuneDouble) DeleteDBCluster

func (*NeptuneDouble) DeleteDBClusterRequest

func (d *NeptuneDouble) DeleteDBClusterRequest(i0 *neptune.DeleteDBClusterInput) (r0 *request.Request, r1 *neptune.DeleteDBClusterOutput)

func (*NeptuneDouble) DeleteDBClusterSnapshot

func (*NeptuneDouble) DeleteDBClusterSnapshotRequest

func (*NeptuneDouble) DeleteDBClusterSnapshotWithContext

func (d *NeptuneDouble) DeleteDBClusterSnapshotWithContext(i0 context.Context, i1 *neptune.DeleteDBClusterSnapshotInput, i2 ...request.Option) (r0 *neptune.DeleteDBClusterSnapshotOutput, r1 error)

func (*NeptuneDouble) DeleteDBClusterWithContext

func (d *NeptuneDouble) DeleteDBClusterWithContext(i0 context.Context, i1 *neptune.DeleteDBClusterInput, i2 ...request.Option) (r0 *neptune.DeleteDBClusterOutput, r1 error)

func (*NeptuneDouble) DeleteDBInstance

func (*NeptuneDouble) DeleteDBInstanceRequest

func (d *NeptuneDouble) DeleteDBInstanceRequest(i0 *neptune.DeleteDBInstanceInput) (r0 *request.Request, r1 *neptune.DeleteDBInstanceOutput)

func (*NeptuneDouble) DeleteDBInstanceWithContext

func (d *NeptuneDouble) DeleteDBInstanceWithContext(i0 context.Context, i1 *neptune.DeleteDBInstanceInput, i2 ...request.Option) (r0 *neptune.DeleteDBInstanceOutput, r1 error)

func (*NeptuneDouble) DeleteDBParameterGroup

func (*NeptuneDouble) DeleteDBParameterGroupRequest

func (d *NeptuneDouble) DeleteDBParameterGroupRequest(i0 *neptune.DeleteDBParameterGroupInput) (r0 *request.Request, r1 *neptune.DeleteDBParameterGroupOutput)

func (*NeptuneDouble) DeleteDBParameterGroupWithContext

func (d *NeptuneDouble) DeleteDBParameterGroupWithContext(i0 context.Context, i1 *neptune.DeleteDBParameterGroupInput, i2 ...request.Option) (r0 *neptune.DeleteDBParameterGroupOutput, r1 error)

func (*NeptuneDouble) DeleteDBSubnetGroup

func (*NeptuneDouble) DeleteDBSubnetGroupRequest

func (d *NeptuneDouble) DeleteDBSubnetGroupRequest(i0 *neptune.DeleteDBSubnetGroupInput) (r0 *request.Request, r1 *neptune.DeleteDBSubnetGroupOutput)

func (*NeptuneDouble) DeleteDBSubnetGroupWithContext

func (d *NeptuneDouble) DeleteDBSubnetGroupWithContext(i0 context.Context, i1 *neptune.DeleteDBSubnetGroupInput, i2 ...request.Option) (r0 *neptune.DeleteDBSubnetGroupOutput, r1 error)

func (*NeptuneDouble) DeleteEventSubscription

func (*NeptuneDouble) DeleteEventSubscriptionRequest

func (*NeptuneDouble) DeleteEventSubscriptionWithContext

func (d *NeptuneDouble) DeleteEventSubscriptionWithContext(i0 context.Context, i1 *neptune.DeleteEventSubscriptionInput, i2 ...request.Option) (r0 *neptune.DeleteEventSubscriptionOutput, r1 error)

func (*NeptuneDouble) DescribeDBClusterParameters

func (*NeptuneDouble) DescribeDBClusterParametersWithContext

func (d *NeptuneDouble) DescribeDBClusterParametersWithContext(i0 context.Context, i1 *neptune.DescribeDBClusterParametersInput, i2 ...request.Option) (r0 *neptune.DescribeDBClusterParametersOutput, r1 error)

func (*NeptuneDouble) DescribeDBClusterSnapshots

func (*NeptuneDouble) DescribeDBClusterSnapshotsWithContext

func (d *NeptuneDouble) DescribeDBClusterSnapshotsWithContext(i0 context.Context, i1 *neptune.DescribeDBClusterSnapshotsInput, i2 ...request.Option) (r0 *neptune.DescribeDBClusterSnapshotsOutput, r1 error)

func (*NeptuneDouble) DescribeDBClusters

func (*NeptuneDouble) DescribeDBClustersRequest

func (d *NeptuneDouble) DescribeDBClustersRequest(i0 *neptune.DescribeDBClustersInput) (r0 *request.Request, r1 *neptune.DescribeDBClustersOutput)

func (*NeptuneDouble) DescribeDBClustersWithContext

func (d *NeptuneDouble) DescribeDBClustersWithContext(i0 context.Context, i1 *neptune.DescribeDBClustersInput, i2 ...request.Option) (r0 *neptune.DescribeDBClustersOutput, r1 error)

func (*NeptuneDouble) DescribeDBEngineVersions

func (*NeptuneDouble) DescribeDBEngineVersionsPages

func (d *NeptuneDouble) DescribeDBEngineVersionsPages(i0 *neptune.DescribeDBEngineVersionsInput, i1 func(*neptune.DescribeDBEngineVersionsOutput, bool) bool) (r0 error)

func (*NeptuneDouble) DescribeDBEngineVersionsPagesWithContext

func (d *NeptuneDouble) DescribeDBEngineVersionsPagesWithContext(i0 context.Context, i1 *neptune.DescribeDBEngineVersionsInput, i2 func(*neptune.DescribeDBEngineVersionsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*NeptuneDouble) DescribeDBEngineVersionsRequest

func (*NeptuneDouble) DescribeDBEngineVersionsWithContext

func (d *NeptuneDouble) DescribeDBEngineVersionsWithContext(i0 context.Context, i1 *neptune.DescribeDBEngineVersionsInput, i2 ...request.Option) (r0 *neptune.DescribeDBEngineVersionsOutput, r1 error)

func (*NeptuneDouble) DescribeDBInstances

func (*NeptuneDouble) DescribeDBInstancesPages

func (d *NeptuneDouble) DescribeDBInstancesPages(i0 *neptune.DescribeDBInstancesInput, i1 func(*neptune.DescribeDBInstancesOutput, bool) bool) (r0 error)

func (*NeptuneDouble) DescribeDBInstancesPagesWithContext

func (d *NeptuneDouble) DescribeDBInstancesPagesWithContext(i0 context.Context, i1 *neptune.DescribeDBInstancesInput, i2 func(*neptune.DescribeDBInstancesOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*NeptuneDouble) DescribeDBInstancesRequest

func (d *NeptuneDouble) DescribeDBInstancesRequest(i0 *neptune.DescribeDBInstancesInput) (r0 *request.Request, r1 *neptune.DescribeDBInstancesOutput)

func (*NeptuneDouble) DescribeDBInstancesWithContext

func (d *NeptuneDouble) DescribeDBInstancesWithContext(i0 context.Context, i1 *neptune.DescribeDBInstancesInput, i2 ...request.Option) (r0 *neptune.DescribeDBInstancesOutput, r1 error)

func (*NeptuneDouble) DescribeDBParameterGroups

func (*NeptuneDouble) DescribeDBParameterGroupsPages

func (d *NeptuneDouble) DescribeDBParameterGroupsPages(i0 *neptune.DescribeDBParameterGroupsInput, i1 func(*neptune.DescribeDBParameterGroupsOutput, bool) bool) (r0 error)

func (*NeptuneDouble) DescribeDBParameterGroupsPagesWithContext

func (d *NeptuneDouble) DescribeDBParameterGroupsPagesWithContext(i0 context.Context, i1 *neptune.DescribeDBParameterGroupsInput, i2 func(*neptune.DescribeDBParameterGroupsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*NeptuneDouble) DescribeDBParameterGroupsRequest

func (*NeptuneDouble) DescribeDBParameterGroupsWithContext

func (d *NeptuneDouble) DescribeDBParameterGroupsWithContext(i0 context.Context, i1 *neptune.DescribeDBParameterGroupsInput, i2 ...request.Option) (r0 *neptune.DescribeDBParameterGroupsOutput, r1 error)

func (*NeptuneDouble) DescribeDBParameters

func (*NeptuneDouble) DescribeDBParametersPages

func (d *NeptuneDouble) DescribeDBParametersPages(i0 *neptune.DescribeDBParametersInput, i1 func(*neptune.DescribeDBParametersOutput, bool) bool) (r0 error)

func (*NeptuneDouble) DescribeDBParametersPagesWithContext

func (d *NeptuneDouble) DescribeDBParametersPagesWithContext(i0 context.Context, i1 *neptune.DescribeDBParametersInput, i2 func(*neptune.DescribeDBParametersOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*NeptuneDouble) DescribeDBParametersRequest

func (d *NeptuneDouble) DescribeDBParametersRequest(i0 *neptune.DescribeDBParametersInput) (r0 *request.Request, r1 *neptune.DescribeDBParametersOutput)

func (*NeptuneDouble) DescribeDBParametersWithContext

func (d *NeptuneDouble) DescribeDBParametersWithContext(i0 context.Context, i1 *neptune.DescribeDBParametersInput, i2 ...request.Option) (r0 *neptune.DescribeDBParametersOutput, r1 error)

func (*NeptuneDouble) DescribeDBSubnetGroups

func (*NeptuneDouble) DescribeDBSubnetGroupsPages

func (d *NeptuneDouble) DescribeDBSubnetGroupsPages(i0 *neptune.DescribeDBSubnetGroupsInput, i1 func(*neptune.DescribeDBSubnetGroupsOutput, bool) bool) (r0 error)

func (*NeptuneDouble) DescribeDBSubnetGroupsPagesWithContext

func (d *NeptuneDouble) DescribeDBSubnetGroupsPagesWithContext(i0 context.Context, i1 *neptune.DescribeDBSubnetGroupsInput, i2 func(*neptune.DescribeDBSubnetGroupsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*NeptuneDouble) DescribeDBSubnetGroupsRequest

func (d *NeptuneDouble) DescribeDBSubnetGroupsRequest(i0 *neptune.DescribeDBSubnetGroupsInput) (r0 *request.Request, r1 *neptune.DescribeDBSubnetGroupsOutput)

func (*NeptuneDouble) DescribeDBSubnetGroupsWithContext

func (d *NeptuneDouble) DescribeDBSubnetGroupsWithContext(i0 context.Context, i1 *neptune.DescribeDBSubnetGroupsInput, i2 ...request.Option) (r0 *neptune.DescribeDBSubnetGroupsOutput, r1 error)

func (*NeptuneDouble) DescribeEngineDefaultParametersPages

func (d *NeptuneDouble) DescribeEngineDefaultParametersPages(i0 *neptune.DescribeEngineDefaultParametersInput, i1 func(*neptune.DescribeEngineDefaultParametersOutput, bool) bool) (r0 error)

func (*NeptuneDouble) DescribeEngineDefaultParametersPagesWithContext

func (d *NeptuneDouble) DescribeEngineDefaultParametersPagesWithContext(i0 context.Context, i1 *neptune.DescribeEngineDefaultParametersInput, i2 func(*neptune.DescribeEngineDefaultParametersOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*NeptuneDouble) DescribeEventCategories

func (*NeptuneDouble) DescribeEventCategoriesRequest

func (*NeptuneDouble) DescribeEventCategoriesWithContext

func (d *NeptuneDouble) DescribeEventCategoriesWithContext(i0 context.Context, i1 *neptune.DescribeEventCategoriesInput, i2 ...request.Option) (r0 *neptune.DescribeEventCategoriesOutput, r1 error)

func (*NeptuneDouble) DescribeEventSubscriptions

func (*NeptuneDouble) DescribeEventSubscriptionsPages

func (d *NeptuneDouble) DescribeEventSubscriptionsPages(i0 *neptune.DescribeEventSubscriptionsInput, i1 func(*neptune.DescribeEventSubscriptionsOutput, bool) bool) (r0 error)

func (*NeptuneDouble) DescribeEventSubscriptionsPagesWithContext

func (d *NeptuneDouble) DescribeEventSubscriptionsPagesWithContext(i0 context.Context, i1 *neptune.DescribeEventSubscriptionsInput, i2 func(*neptune.DescribeEventSubscriptionsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*NeptuneDouble) DescribeEventSubscriptionsWithContext

func (d *NeptuneDouble) DescribeEventSubscriptionsWithContext(i0 context.Context, i1 *neptune.DescribeEventSubscriptionsInput, i2 ...request.Option) (r0 *neptune.DescribeEventSubscriptionsOutput, r1 error)

func (*NeptuneDouble) DescribeEvents

func (*NeptuneDouble) DescribeEventsPages

func (d *NeptuneDouble) DescribeEventsPages(i0 *neptune.DescribeEventsInput, i1 func(*neptune.DescribeEventsOutput, bool) bool) (r0 error)

func (*NeptuneDouble) DescribeEventsPagesWithContext

func (d *NeptuneDouble) DescribeEventsPagesWithContext(i0 context.Context, i1 *neptune.DescribeEventsInput, i2 func(*neptune.DescribeEventsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*NeptuneDouble) DescribeEventsRequest

func (d *NeptuneDouble) DescribeEventsRequest(i0 *neptune.DescribeEventsInput) (r0 *request.Request, r1 *neptune.DescribeEventsOutput)

func (*NeptuneDouble) DescribeEventsWithContext

func (d *NeptuneDouble) DescribeEventsWithContext(i0 context.Context, i1 *neptune.DescribeEventsInput, i2 ...request.Option) (r0 *neptune.DescribeEventsOutput, r1 error)

func (*NeptuneDouble) FailoverDBCluster

func (*NeptuneDouble) FailoverDBClusterRequest

func (d *NeptuneDouble) FailoverDBClusterRequest(i0 *neptune.FailoverDBClusterInput) (r0 *request.Request, r1 *neptune.FailoverDBClusterOutput)

func (*NeptuneDouble) FailoverDBClusterWithContext

func (d *NeptuneDouble) FailoverDBClusterWithContext(i0 context.Context, i1 *neptune.FailoverDBClusterInput, i2 ...request.Option) (r0 *neptune.FailoverDBClusterOutput, r1 error)

func (*NeptuneDouble) ListTagsForResource

func (*NeptuneDouble) ListTagsForResourceRequest

func (d *NeptuneDouble) ListTagsForResourceRequest(i0 *neptune.ListTagsForResourceInput) (r0 *request.Request, r1 *neptune.ListTagsForResourceOutput)

func (*NeptuneDouble) ListTagsForResourceWithContext

func (d *NeptuneDouble) ListTagsForResourceWithContext(i0 context.Context, i1 *neptune.ListTagsForResourceInput, i2 ...request.Option) (r0 *neptune.ListTagsForResourceOutput, r1 error)

func (*NeptuneDouble) ModifyDBCluster

func (*NeptuneDouble) ModifyDBClusterRequest

func (d *NeptuneDouble) ModifyDBClusterRequest(i0 *neptune.ModifyDBClusterInput) (r0 *request.Request, r1 *neptune.ModifyDBClusterOutput)

func (*NeptuneDouble) ModifyDBClusterWithContext

func (d *NeptuneDouble) ModifyDBClusterWithContext(i0 context.Context, i1 *neptune.ModifyDBClusterInput, i2 ...request.Option) (r0 *neptune.ModifyDBClusterOutput, r1 error)

func (*NeptuneDouble) ModifyDBInstance

func (*NeptuneDouble) ModifyDBInstanceRequest

func (d *NeptuneDouble) ModifyDBInstanceRequest(i0 *neptune.ModifyDBInstanceInput) (r0 *request.Request, r1 *neptune.ModifyDBInstanceOutput)

func (*NeptuneDouble) ModifyDBInstanceWithContext

func (d *NeptuneDouble) ModifyDBInstanceWithContext(i0 context.Context, i1 *neptune.ModifyDBInstanceInput, i2 ...request.Option) (r0 *neptune.ModifyDBInstanceOutput, r1 error)

func (*NeptuneDouble) ModifyDBParameterGroup

func (*NeptuneDouble) ModifyDBParameterGroupRequest

func (d *NeptuneDouble) ModifyDBParameterGroupRequest(i0 *neptune.ModifyDBParameterGroupInput) (r0 *request.Request, r1 *neptune.ResetDBParameterGroupOutput)

func (*NeptuneDouble) ModifyDBParameterGroupWithContext

func (d *NeptuneDouble) ModifyDBParameterGroupWithContext(i0 context.Context, i1 *neptune.ModifyDBParameterGroupInput, i2 ...request.Option) (r0 *neptune.ResetDBParameterGroupOutput, r1 error)

func (*NeptuneDouble) ModifyDBSubnetGroup

func (*NeptuneDouble) ModifyDBSubnetGroupRequest

func (d *NeptuneDouble) ModifyDBSubnetGroupRequest(i0 *neptune.ModifyDBSubnetGroupInput) (r0 *request.Request, r1 *neptune.ModifyDBSubnetGroupOutput)

func (*NeptuneDouble) ModifyDBSubnetGroupWithContext

func (d *NeptuneDouble) ModifyDBSubnetGroupWithContext(i0 context.Context, i1 *neptune.ModifyDBSubnetGroupInput, i2 ...request.Option) (r0 *neptune.ModifyDBSubnetGroupOutput, r1 error)

func (*NeptuneDouble) ModifyEventSubscription

func (*NeptuneDouble) ModifyEventSubscriptionRequest

func (*NeptuneDouble) ModifyEventSubscriptionWithContext

func (d *NeptuneDouble) ModifyEventSubscriptionWithContext(i0 context.Context, i1 *neptune.ModifyEventSubscriptionInput, i2 ...request.Option) (r0 *neptune.ModifyEventSubscriptionOutput, r1 error)

func (*NeptuneDouble) PromoteReadReplicaDBCluster

func (*NeptuneDouble) PromoteReadReplicaDBClusterWithContext

func (d *NeptuneDouble) PromoteReadReplicaDBClusterWithContext(i0 context.Context, i1 *neptune.PromoteReadReplicaDBClusterInput, i2 ...request.Option) (r0 *neptune.PromoteReadReplicaDBClusterOutput, r1 error)

func (*NeptuneDouble) RebootDBInstance

func (*NeptuneDouble) RebootDBInstanceRequest

func (d *NeptuneDouble) RebootDBInstanceRequest(i0 *neptune.RebootDBInstanceInput) (r0 *request.Request, r1 *neptune.RebootDBInstanceOutput)

func (*NeptuneDouble) RebootDBInstanceWithContext

func (d *NeptuneDouble) RebootDBInstanceWithContext(i0 context.Context, i1 *neptune.RebootDBInstanceInput, i2 ...request.Option) (r0 *neptune.RebootDBInstanceOutput, r1 error)

func (*NeptuneDouble) RemoveRoleFromDBCluster

func (*NeptuneDouble) RemoveRoleFromDBClusterRequest

func (*NeptuneDouble) RemoveRoleFromDBClusterWithContext

func (d *NeptuneDouble) RemoveRoleFromDBClusterWithContext(i0 context.Context, i1 *neptune.RemoveRoleFromDBClusterInput, i2 ...request.Option) (r0 *neptune.RemoveRoleFromDBClusterOutput, r1 error)

func (*NeptuneDouble) RemoveTagsFromResource

func (*NeptuneDouble) RemoveTagsFromResourceRequest

func (d *NeptuneDouble) RemoveTagsFromResourceRequest(i0 *neptune.RemoveTagsFromResourceInput) (r0 *request.Request, r1 *neptune.RemoveTagsFromResourceOutput)

func (*NeptuneDouble) RemoveTagsFromResourceWithContext

func (d *NeptuneDouble) RemoveTagsFromResourceWithContext(i0 context.Context, i1 *neptune.RemoveTagsFromResourceInput, i2 ...request.Option) (r0 *neptune.RemoveTagsFromResourceOutput, r1 error)

func (*NeptuneDouble) ResetDBParameterGroup

func (*NeptuneDouble) ResetDBParameterGroupRequest

func (d *NeptuneDouble) ResetDBParameterGroupRequest(i0 *neptune.ResetDBParameterGroupInput) (r0 *request.Request, r1 *neptune.ResetDBParameterGroupOutput)

func (*NeptuneDouble) ResetDBParameterGroupWithContext

func (d *NeptuneDouble) ResetDBParameterGroupWithContext(i0 context.Context, i1 *neptune.ResetDBParameterGroupInput, i2 ...request.Option) (r0 *neptune.ResetDBParameterGroupOutput, r1 error)

func (*NeptuneDouble) WaitUntilDBInstanceAvailable

func (d *NeptuneDouble) WaitUntilDBInstanceAvailable(i0 *neptune.DescribeDBInstancesInput) (r0 error)

func (*NeptuneDouble) WaitUntilDBInstanceAvailableWithContext

func (d *NeptuneDouble) WaitUntilDBInstanceAvailableWithContext(i0 context.Context, i1 *neptune.DescribeDBInstancesInput, i2 ...request.WaiterOption) (r0 error)

func (*NeptuneDouble) WaitUntilDBInstanceDeleted

func (d *NeptuneDouble) WaitUntilDBInstanceDeleted(i0 *neptune.DescribeDBInstancesInput) (r0 error)

func (*NeptuneDouble) WaitUntilDBInstanceDeletedWithContext

func (d *NeptuneDouble) WaitUntilDBInstanceDeletedWithContext(i0 context.Context, i1 *neptune.DescribeDBInstancesInput, i2 ...request.WaiterOption) (r0 error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL